@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 @@
1
+ {"version":3,"file":"create-appointment-sync.mjs","names":[],"sources":["../../src/actions/create-appointment-sync.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateAppointmentSyncInput: z.ZodTypeAny = z.object({\n end: z.string().describe(\"End date and time of the appointment in local timezone. Format: yyyy-mm-dd HH:MM (e.g., 2024-12-01 11:00)\"),\n email: z.string().describe(\"Email address for the appointment participant\").optional(),\n start: z.string().describe(\"Start date and time of the appointment in local timezone. Format: yyyy-mm-dd HH:MM (e.g., 2024-12-01 10:00)\"),\n endutc: z.string().describe(\"End date and time of the appointment in UTC. Format: yyyy-mm-dd HH:MM (e.g., 2024-12-01 10:00)\"),\n summary: z.string().describe(\"Title or subject of the appointment\"),\n location: z.string().describe(\"Physical location of the appointment\").optional(),\n sequence: z.string().describe(\"Sequence number of the recurring appointment. Leave empty if not a recurring appointment\").optional(),\n startutc: z.string().describe(\"Start date and time of the appointment in UTC. Format: yyyy-mm-dd HH:MM (e.g., 2024-12-01 09:00)\"),\n sendemail: z.boolean().describe(\"Send a confirmation email to the specified email address (true = yes, false = no)\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar where the appointment will be created\"),\n description: z.string().describe(\"Body text or detailed description of the appointment\"),\n appointmentid: z.string().describe(\"ID of the appointment for synchronization\"),\n recurrencerule: z.string().describe(\"Recurrence rule for recurring appointments (e.g., RRULE format)\").optional(),\n recurrenceparentid: z.string().describe(\"ID of the parent recurring appointment if this is part of a recurring series\").optional(),\n}).describe(\"Request model for creating an appointment via sync in eTermin.\\nAll date/time fields must use format: yyyy-mm-dd HH:MM (e.g., 2024-12-01 10:00).\");\nexport const EterminCreateAppointmentSyncOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message describing the result of the operation\"),\n success: z.boolean().describe(\"Indicates whether the appointment was successfully created\"),\n appointment_id: z.string().describe(\"The ID of the created appointment, if available\").nullable().optional(),\n}).describe(\"Response model for creating an appointment via sync in eTermin.\");\n\nexport const eterminCreateAppointmentSync = action(\"ETERMIN_CREATE_APPOINTMENT_SYNC\", {\n slug: \"etermin-create-appointment-sync\",\n name: \"Create Appointment via Sync\",\n description: \"Tool to create an appointment via sync in eTermin. Use when you need to synchronize an appointment from an external calendar system. Requires date/time in both local and UTC formats along with calendar ID, summary, and description.\",\n input: EterminCreateAppointmentSyncInput,\n output: EterminCreateAppointmentSyncOutput,\n});\n"],"mappings":";;AA0BA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1B6D,EAAE,OAAO;EACtE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G;EACpI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G;EACxI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;EAC5H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EACnI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;EAChI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACvF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC9E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAChH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,SAAS,kJAWH;CACP,QAX8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;EAC1F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
@@ -0,0 +1,96 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-appointment.ts
4
+ const EterminCreateAppointmentInput = zod.z.object({
5
+ end: zod.z.string().describe("End date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 11:00)"),
6
+ lnm: zod.z.number().int().describe("Checks if there is a lastname, if set to 1").optional(),
7
+ sms: zod.z.boolean().describe("Send a confirmation SMS to the phone number that was specified in the phone field (true = yes, false = no)").optional(),
8
+ vat: zod.z.number().int().describe("VAT multiplied by 100 (e.g., 19% = 1900)").optional(),
9
+ zip: zod.z.string().describe("ZIP code of the person that booked the appointment").optional(),
10
+ city: zod.z.string().describe("City of the person that booked the appointment").optional(),
11
+ sync: zod.z.boolean().describe("True if the appointment should be synchronized with external calendars (true = yes, false = no)").optional(),
12
+ email: zod.z.string().describe("Email address of the person").optional(),
13
+ notes: zod.z.string().describe("Appointment notes").optional(),
14
+ phone: zod.z.string().describe("Phone number of the person").optional(),
15
+ start: zod.z.string().describe("Start date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 10:00)"),
16
+ title: zod.z.string().describe("Title of the person").optional(),
17
+ emailm: zod.z.number().int().describe("Checks if there is an email, if set to 1").optional(),
18
+ street: zod.z.string().describe("Street address of the person that booked the appointment").optional(),
19
+ capused: zod.z.boolean().describe("True if the capacity of the appointment needs to be checked").optional(),
20
+ birthday: zod.z.string().describe("Date of birth of the person that booked the appointment").optional(),
21
+ calselid: zod.z.number().int().describe("Use this parameter with the value -1 to also use the Calendar Linking function (also requires a valid value for the parameter services)").optional(),
22
+ capacity: zod.z.number().int().describe("Defines the capacity of the appointment").optional(),
23
+ language: zod.z.string().describe("Language code, defines in which language the emails are sent").optional(),
24
+ lastname: zod.z.string().describe("Last name of the person").optional(),
25
+ location: zod.z.string().describe("Location of the appointment").optional(),
26
+ pricenet: zod.z.number().int().describe("Price excluding VAT multiplied by 100 (e.g., 18.50€ = 1850)").optional(),
27
+ services: zod.z.string().describe("ID of the service. Use the 'Get Services' action to get a list of all available services. To use multiple services use a comma (,) to separate the IDs").optional(),
28
+ blacklist: zod.z.number().int().describe("Checks if the email is on the blacklist, if set to 1").optional(),
29
+ firstname: zod.z.string().describe("First name of the person").optional(),
30
+ sendemail: zod.z.boolean().describe("Send a confirmation email to the address that was specified in the email parameter (true = yes, false = no)").optional(),
31
+ bookerinfo: zod.z.string().describe("Parameter that includes information for the notification message to the appointment provider").optional(),
32
+ bookingurl: zod.z.string().describe("Information from which URL the appointment got booked").optional(),
33
+ calendarid: zod.z.number().int().describe("ID of the calendar. Use the 'Get Calendars' action to get a list of all available calendars"),
34
+ capmaxused: zod.z.number().int().describe("Maximum capacity that can't be exceeded").optional(),
35
+ checkexist: zod.z.boolean().describe("Checks if the appointment start/end time is available (true = yes, false = no)").optional(),
36
+ newsletter: zod.z.boolean().describe("True if the customer accepted to get newsletters").optional(),
37
+ pricegross: zod.z.number().int().describe("Price including VAT multiplied by 100 (e.g., 18.50€ = 1850)").optional(),
38
+ salutation: zod.z.string().describe("Salutation of the person").optional(),
39
+ additional1: zod.z.string().describe("Additional appointment field 1").optional(),
40
+ additional2: zod.z.string().describe("Additional appointment field 2").optional(),
41
+ additional3: zod.z.string().describe("Additional appointment field 3").optional(),
42
+ additional4: zod.z.string().describe("Additional appointment field 4").optional(),
43
+ additional5: zod.z.string().describe("Additional appointment field 5").optional(),
44
+ additional6: zod.z.string().describe("Additional appointment field 6").optional(),
45
+ additional7: zod.z.string().describe("Additional appointment field 7").optional(),
46
+ additional8: zod.z.string().describe("Additional appointment field 8").optional(),
47
+ additional9: zod.z.string().describe("Additional appointment field 9").optional(),
48
+ agbaccepted: zod.z.boolean().describe("True if customer accepted the terms of service").optional(),
49
+ bookingtype: zod.z.string().describe("Information about how the appointment is booked").optional(),
50
+ confirmtime: zod.z.number().int().describe("Time in minutes that the booker is able to confirm the appointment before it gets deleted").optional(),
51
+ servicesabb: zod.z.string().describe("Abbreviation of the services").optional(),
52
+ additional10: zod.z.string().describe("Additional appointment field 10").optional(),
53
+ additional11: zod.z.string().describe("Additional appointment field 11").optional(),
54
+ additional12: zod.z.string().describe("Additional appointment field 12").optional(),
55
+ additional13: zod.z.string().describe("Additional appointment field 13").optional(),
56
+ additional14: zod.z.string().describe("Additional appointment field 14").optional(),
57
+ additional15: zod.z.string().describe("Additional appointment field 15").optional(),
58
+ additional16: zod.z.string().describe("Additional appointment field 16").optional(),
59
+ additional17: zod.z.string().describe("Additional appointment field 17").optional(),
60
+ additional18: zod.z.string().describe("Additional appointment field 18").optional(),
61
+ additional19: zod.z.string().describe("Additional appointment field 19").optional(),
62
+ additional20: zod.z.string().describe("Additional appointment field 20").optional(),
63
+ calendarname: zod.z.string().describe("Name of the calendar (needed for Webpush)").optional(),
64
+ servicestext: zod.z.string().describe("Name of the services").optional(),
65
+ canceldeadline: zod.z.number().int().describe("Minutes how long before the start date the appointment can be cancelled").optional(),
66
+ customernumber: zod.z.string().describe("ID of the person that booked the appointment").optional(),
67
+ recurrencerule: zod.z.string().describe("Recurrence rule. e.g. DTSTART:{20171126T083000Z} DTEND:{20171126T090000Z} RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE;").optional(),
68
+ manualconfirmed: zod.z.number().int().describe("Set to 0 to have the appointment manually confirmed by the appointment provider").optional(),
69
+ notificationmsg: zod.z.boolean().describe("Send an information email to the appointment provider (true = yes, false = no)").optional(),
70
+ confirmappointment: zod.z.number().int().describe("Set to 1 to have the appointment manually confirmed by the booker. Won't work if manualconfirmed is set to 0").optional(),
71
+ recurrenceparentid: zod.z.string().describe("ID of the parent recurring appointment").optional(),
72
+ servicesinclsgtext: zod.z.string().describe("Name of the services including the service groups").optional(),
73
+ dataprivacyaccepted: zod.z.boolean().describe("True if customer accepted the privacy terms").optional(),
74
+ appointmentreminderhours: zod.z.number().int().describe("Defines when the first reminder is sent in hours (needs to be a negative value)").optional(),
75
+ appointmentreminderhours2: zod.z.number().int().describe("Defines when the second reminder is sent in hours (needs to be a negative value)").optional(),
76
+ feedbackpermissionaccepted: zod.z.boolean().describe("True if the customer should get a feedback email").optional()
77
+ }).describe("Request model for creating a new appointment in eTermin.");
78
+ const EterminCreateAppointmentOutput = zod.z.object({
79
+ ID: zod.z.string().describe("Unique identifier (UUID) of the created appointment").nullable().optional(),
80
+ IID: zod.z.number().int().describe("Internal integer ID of the created appointment").nullable().optional(),
81
+ IIDE: zod.z.string().describe("Encoded internal ID of the created appointment").nullable().optional(),
82
+ Status: zod.z.number().int().describe("HTTP status code of the response").nullable().optional(),
83
+ StatusMsg: zod.z.string().describe("Status message describing the result").nullable().optional(),
84
+ AdditionalInformation: zod.z.string().describe("Additional information about the created appointment").nullable().optional()
85
+ }).describe("Response model for a newly created appointment in eTermin.");
86
+ const eterminCreateAppointment = require_action.action("ETERMIN_CREATE_APPOINTMENT", {
87
+ slug: "etermin-create-appointment",
88
+ name: "Create Appointment",
89
+ description: "Tool to create a new appointment in eTermin. Use when you need to schedule an appointment with specific start/end times and calendar. Requires at minimum the start time, end time, and calendar ID. Optionally accepts customer details, service information, pricing, and notification settings.",
90
+ input: EterminCreateAppointmentInput,
91
+ output: EterminCreateAppointmentOutput
92
+ });
93
+ //#endregion
94
+ exports.eterminCreateAppointment = eterminCreateAppointment;
95
+
96
+ //# sourceMappingURL=create-appointment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-appointment.cjs","names":["z","action"],"sources":["../../src/actions/create-appointment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateAppointmentInput: z.ZodTypeAny = z.object({\n end: z.string().describe(\"End date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 11:00)\"),\n lnm: z.number().int().describe(\"Checks if there is a lastname, if set to 1\").optional(),\n sms: z.boolean().describe(\"Send a confirmation SMS to the phone number that was specified in the phone field (true = yes, false = no)\").optional(),\n vat: z.number().int().describe(\"VAT multiplied by 100 (e.g., 19% = 1900)\").optional(),\n zip: z.string().describe(\"ZIP code of the person that booked the appointment\").optional(),\n city: z.string().describe(\"City of the person that booked the appointment\").optional(),\n sync: z.boolean().describe(\"True if the appointment should be synchronized with external calendars (true = yes, false = no)\").optional(),\n email: z.string().describe(\"Email address of the person\").optional(),\n notes: z.string().describe(\"Appointment notes\").optional(),\n phone: z.string().describe(\"Phone number of the person\").optional(),\n start: z.string().describe(\"Start date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 10:00)\"),\n title: z.string().describe(\"Title of the person\").optional(),\n emailm: z.number().int().describe(\"Checks if there is an email, if set to 1\").optional(),\n street: z.string().describe(\"Street address of the person that booked the appointment\").optional(),\n capused: z.boolean().describe(\"True if the capacity of the appointment needs to be checked\").optional(),\n birthday: z.string().describe(\"Date of birth of the person that booked the appointment\").optional(),\n calselid: z.number().int().describe(\"Use this parameter with the value -1 to also use the Calendar Linking function (also requires a valid value for the parameter services)\").optional(),\n capacity: z.number().int().describe(\"Defines the capacity of the appointment\").optional(),\n language: z.string().describe(\"Language code, defines in which language the emails are sent\").optional(),\n lastname: z.string().describe(\"Last name of the person\").optional(),\n location: z.string().describe(\"Location of the appointment\").optional(),\n pricenet: z.number().int().describe(\"Price excluding VAT multiplied by 100 (e.g., 18.50€ = 1850)\").optional(),\n services: z.string().describe(\"ID of the service. Use the 'Get Services' action to get a list of all available services. To use multiple services use a comma (,) to separate the IDs\").optional(),\n blacklist: z.number().int().describe(\"Checks if the email is on the blacklist, if set to 1\").optional(),\n firstname: z.string().describe(\"First name of the person\").optional(),\n sendemail: z.boolean().describe(\"Send a confirmation email to the address that was specified in the email parameter (true = yes, false = no)\").optional(),\n bookerinfo: z.string().describe(\"Parameter that includes information for the notification message to the appointment provider\").optional(),\n bookingurl: z.string().describe(\"Information from which URL the appointment got booked\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar. Use the 'Get Calendars' action to get a list of all available calendars\"),\n capmaxused: z.number().int().describe(\"Maximum capacity that can't be exceeded\").optional(),\n checkexist: z.boolean().describe(\"Checks if the appointment start/end time is available (true = yes, false = no)\").optional(),\n newsletter: z.boolean().describe(\"True if the customer accepted to get newsletters\").optional(),\n pricegross: z.number().int().describe(\"Price including VAT multiplied by 100 (e.g., 18.50€ = 1850)\").optional(),\n salutation: z.string().describe(\"Salutation of the person\").optional(),\n additional1: z.string().describe(\"Additional appointment field 1\").optional(),\n additional2: z.string().describe(\"Additional appointment field 2\").optional(),\n additional3: z.string().describe(\"Additional appointment field 3\").optional(),\n additional4: z.string().describe(\"Additional appointment field 4\").optional(),\n additional5: z.string().describe(\"Additional appointment field 5\").optional(),\n additional6: z.string().describe(\"Additional appointment field 6\").optional(),\n additional7: z.string().describe(\"Additional appointment field 7\").optional(),\n additional8: z.string().describe(\"Additional appointment field 8\").optional(),\n additional9: z.string().describe(\"Additional appointment field 9\").optional(),\n agbaccepted: z.boolean().describe(\"True if customer accepted the terms of service\").optional(),\n bookingtype: z.string().describe(\"Information about how the appointment is booked\").optional(),\n confirmtime: z.number().int().describe(\"Time in minutes that the booker is able to confirm the appointment before it gets deleted\").optional(),\n servicesabb: z.string().describe(\"Abbreviation of the services\").optional(),\n additional10: z.string().describe(\"Additional appointment field 10\").optional(),\n additional11: z.string().describe(\"Additional appointment field 11\").optional(),\n additional12: z.string().describe(\"Additional appointment field 12\").optional(),\n additional13: z.string().describe(\"Additional appointment field 13\").optional(),\n additional14: z.string().describe(\"Additional appointment field 14\").optional(),\n additional15: z.string().describe(\"Additional appointment field 15\").optional(),\n additional16: z.string().describe(\"Additional appointment field 16\").optional(),\n additional17: z.string().describe(\"Additional appointment field 17\").optional(),\n additional18: z.string().describe(\"Additional appointment field 18\").optional(),\n additional19: z.string().describe(\"Additional appointment field 19\").optional(),\n additional20: z.string().describe(\"Additional appointment field 20\").optional(),\n calendarname: z.string().describe(\"Name of the calendar (needed for Webpush)\").optional(),\n servicestext: z.string().describe(\"Name of the services\").optional(),\n canceldeadline: z.number().int().describe(\"Minutes how long before the start date the appointment can be cancelled\").optional(),\n customernumber: z.string().describe(\"ID of the person that booked the appointment\").optional(),\n recurrencerule: z.string().describe(\"Recurrence rule. e.g. DTSTART:{20171126T083000Z} DTEND:{20171126T090000Z} RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE;\").optional(),\n manualconfirmed: z.number().int().describe(\"Set to 0 to have the appointment manually confirmed by the appointment provider\").optional(),\n notificationmsg: z.boolean().describe(\"Send an information email to the appointment provider (true = yes, false = no)\").optional(),\n confirmappointment: z.number().int().describe(\"Set to 1 to have the appointment manually confirmed by the booker. Won't work if manualconfirmed is set to 0\").optional(),\n recurrenceparentid: z.string().describe(\"ID of the parent recurring appointment\").optional(),\n servicesinclsgtext: z.string().describe(\"Name of the services including the service groups\").optional(),\n dataprivacyaccepted: z.boolean().describe(\"True if customer accepted the privacy terms\").optional(),\n appointmentreminderhours: z.number().int().describe(\"Defines when the first reminder is sent in hours (needs to be a negative value)\").optional(),\n appointmentreminderhours2: z.number().int().describe(\"Defines when the second reminder is sent in hours (needs to be a negative value)\").optional(),\n feedbackpermissionaccepted: z.boolean().describe(\"True if the customer should get a feedback email\").optional(),\n}).describe(\"Request model for creating a new appointment in eTermin.\");\nexport const EterminCreateAppointmentOutput: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"Unique identifier (UUID) of the created appointment\").nullable().optional(),\n IID: z.number().int().describe(\"Internal integer ID of the created appointment\").nullable().optional(),\n IIDE: z.string().describe(\"Encoded internal ID of the created appointment\").nullable().optional(),\n Status: z.number().int().describe(\"HTTP status code of the response\").nullable().optional(),\n StatusMsg: z.string().describe(\"Status message describing the result\").nullable().optional(),\n AdditionalInformation: z.string().describe(\"Additional information about the created appointment\").nullable().optional(),\n}).describe(\"Response model for a newly created appointment in eTermin.\");\n\nexport const eterminCreateAppointment = action(\"ETERMIN_CREATE_APPOINTMENT\", {\n slug: \"etermin-create-appointment\",\n name: \"Create Appointment\",\n description: \"Tool to create a new appointment in eTermin. Use when you need to schedule an appointment with specific start/end times and calendar. Requires at minimum the start time, end time, and calendar ID. Optionally accepts customer details, service information, pricing, and notification settings.\",\n input: EterminCreateAppointmentInput,\n output: EterminCreateAppointmentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-appointment.d.ts
4
+ declare const EterminCreateAppointmentInput: z.ZodTypeAny;
5
+ declare const EterminCreateAppointmentOutput: z.ZodTypeAny;
6
+ declare const eterminCreateAppointment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateAppointment };
9
+ //# sourceMappingURL=create-appointment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-appointment.d.cts","names":[],"sources":["../../src/actions/create-appointment.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAyEyB;AAAA,cAC1D,8BAAA,EAAgC,CAAA,CAAE,UAO0B;AAAA,cAE5D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-appointment.d.ts
4
+ declare const EterminCreateAppointmentInput: z.ZodTypeAny;
5
+ declare const EterminCreateAppointmentOutput: z.ZodTypeAny;
6
+ declare const eterminCreateAppointment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateAppointment };
9
+ //# sourceMappingURL=create-appointment.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-appointment.d.mts","names":[],"sources":["../../src/actions/create-appointment.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAyEyB;AAAA,cAC1D,8BAAA,EAAgC,CAAA,CAAE,UAO0B;AAAA,cAE5D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,93 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminCreateAppointment = action("ETERMIN_CREATE_APPOINTMENT", {
4
+ slug: "etermin-create-appointment",
5
+ name: "Create Appointment",
6
+ description: "Tool to create a new appointment in eTermin. Use when you need to schedule an appointment with specific start/end times and calendar. Requires at minimum the start time, end time, and calendar ID. Optionally accepts customer details, service information, pricing, and notification settings.",
7
+ input: z.object({
8
+ end: z.string().describe("End date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 11:00)"),
9
+ lnm: z.number().int().describe("Checks if there is a lastname, if set to 1").optional(),
10
+ sms: z.boolean().describe("Send a confirmation SMS to the phone number that was specified in the phone field (true = yes, false = no)").optional(),
11
+ vat: z.number().int().describe("VAT multiplied by 100 (e.g., 19% = 1900)").optional(),
12
+ zip: z.string().describe("ZIP code of the person that booked the appointment").optional(),
13
+ city: z.string().describe("City of the person that booked the appointment").optional(),
14
+ sync: z.boolean().describe("True if the appointment should be synchronized with external calendars (true = yes, false = no)").optional(),
15
+ email: z.string().describe("Email address of the person").optional(),
16
+ notes: z.string().describe("Appointment notes").optional(),
17
+ phone: z.string().describe("Phone number of the person").optional(),
18
+ start: z.string().describe("Start date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 10:00)"),
19
+ title: z.string().describe("Title of the person").optional(),
20
+ emailm: z.number().int().describe("Checks if there is an email, if set to 1").optional(),
21
+ street: z.string().describe("Street address of the person that booked the appointment").optional(),
22
+ capused: z.boolean().describe("True if the capacity of the appointment needs to be checked").optional(),
23
+ birthday: z.string().describe("Date of birth of the person that booked the appointment").optional(),
24
+ calselid: z.number().int().describe("Use this parameter with the value -1 to also use the Calendar Linking function (also requires a valid value for the parameter services)").optional(),
25
+ capacity: z.number().int().describe("Defines the capacity of the appointment").optional(),
26
+ language: z.string().describe("Language code, defines in which language the emails are sent").optional(),
27
+ lastname: z.string().describe("Last name of the person").optional(),
28
+ location: z.string().describe("Location of the appointment").optional(),
29
+ pricenet: z.number().int().describe("Price excluding VAT multiplied by 100 (e.g., 18.50€ = 1850)").optional(),
30
+ services: z.string().describe("ID of the service. Use the 'Get Services' action to get a list of all available services. To use multiple services use a comma (,) to separate the IDs").optional(),
31
+ blacklist: z.number().int().describe("Checks if the email is on the blacklist, if set to 1").optional(),
32
+ firstname: z.string().describe("First name of the person").optional(),
33
+ sendemail: z.boolean().describe("Send a confirmation email to the address that was specified in the email parameter (true = yes, false = no)").optional(),
34
+ bookerinfo: z.string().describe("Parameter that includes information for the notification message to the appointment provider").optional(),
35
+ bookingurl: z.string().describe("Information from which URL the appointment got booked").optional(),
36
+ calendarid: z.number().int().describe("ID of the calendar. Use the 'Get Calendars' action to get a list of all available calendars"),
37
+ capmaxused: z.number().int().describe("Maximum capacity that can't be exceeded").optional(),
38
+ checkexist: z.boolean().describe("Checks if the appointment start/end time is available (true = yes, false = no)").optional(),
39
+ newsletter: z.boolean().describe("True if the customer accepted to get newsletters").optional(),
40
+ pricegross: z.number().int().describe("Price including VAT multiplied by 100 (e.g., 18.50€ = 1850)").optional(),
41
+ salutation: z.string().describe("Salutation of the person").optional(),
42
+ additional1: z.string().describe("Additional appointment field 1").optional(),
43
+ additional2: z.string().describe("Additional appointment field 2").optional(),
44
+ additional3: z.string().describe("Additional appointment field 3").optional(),
45
+ additional4: z.string().describe("Additional appointment field 4").optional(),
46
+ additional5: z.string().describe("Additional appointment field 5").optional(),
47
+ additional6: z.string().describe("Additional appointment field 6").optional(),
48
+ additional7: z.string().describe("Additional appointment field 7").optional(),
49
+ additional8: z.string().describe("Additional appointment field 8").optional(),
50
+ additional9: z.string().describe("Additional appointment field 9").optional(),
51
+ agbaccepted: z.boolean().describe("True if customer accepted the terms of service").optional(),
52
+ bookingtype: z.string().describe("Information about how the appointment is booked").optional(),
53
+ confirmtime: z.number().int().describe("Time in minutes that the booker is able to confirm the appointment before it gets deleted").optional(),
54
+ servicesabb: z.string().describe("Abbreviation of the services").optional(),
55
+ additional10: z.string().describe("Additional appointment field 10").optional(),
56
+ additional11: z.string().describe("Additional appointment field 11").optional(),
57
+ additional12: z.string().describe("Additional appointment field 12").optional(),
58
+ additional13: z.string().describe("Additional appointment field 13").optional(),
59
+ additional14: z.string().describe("Additional appointment field 14").optional(),
60
+ additional15: z.string().describe("Additional appointment field 15").optional(),
61
+ additional16: z.string().describe("Additional appointment field 16").optional(),
62
+ additional17: z.string().describe("Additional appointment field 17").optional(),
63
+ additional18: z.string().describe("Additional appointment field 18").optional(),
64
+ additional19: z.string().describe("Additional appointment field 19").optional(),
65
+ additional20: z.string().describe("Additional appointment field 20").optional(),
66
+ calendarname: z.string().describe("Name of the calendar (needed for Webpush)").optional(),
67
+ servicestext: z.string().describe("Name of the services").optional(),
68
+ canceldeadline: z.number().int().describe("Minutes how long before the start date the appointment can be cancelled").optional(),
69
+ customernumber: z.string().describe("ID of the person that booked the appointment").optional(),
70
+ recurrencerule: z.string().describe("Recurrence rule. e.g. DTSTART:{20171126T083000Z} DTEND:{20171126T090000Z} RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE;").optional(),
71
+ manualconfirmed: z.number().int().describe("Set to 0 to have the appointment manually confirmed by the appointment provider").optional(),
72
+ notificationmsg: z.boolean().describe("Send an information email to the appointment provider (true = yes, false = no)").optional(),
73
+ confirmappointment: z.number().int().describe("Set to 1 to have the appointment manually confirmed by the booker. Won't work if manualconfirmed is set to 0").optional(),
74
+ recurrenceparentid: z.string().describe("ID of the parent recurring appointment").optional(),
75
+ servicesinclsgtext: z.string().describe("Name of the services including the service groups").optional(),
76
+ dataprivacyaccepted: z.boolean().describe("True if customer accepted the privacy terms").optional(),
77
+ appointmentreminderhours: z.number().int().describe("Defines when the first reminder is sent in hours (needs to be a negative value)").optional(),
78
+ appointmentreminderhours2: z.number().int().describe("Defines when the second reminder is sent in hours (needs to be a negative value)").optional(),
79
+ feedbackpermissionaccepted: z.boolean().describe("True if the customer should get a feedback email").optional()
80
+ }).describe("Request model for creating a new appointment in eTermin."),
81
+ output: z.object({
82
+ ID: z.string().describe("Unique identifier (UUID) of the created appointment").nullable().optional(),
83
+ IID: z.number().int().describe("Internal integer ID of the created appointment").nullable().optional(),
84
+ IIDE: z.string().describe("Encoded internal ID of the created appointment").nullable().optional(),
85
+ Status: z.number().int().describe("HTTP status code of the response").nullable().optional(),
86
+ StatusMsg: z.string().describe("Status message describing the result").nullable().optional(),
87
+ AdditionalInformation: z.string().describe("Additional information about the created appointment").nullable().optional()
88
+ }).describe("Response model for a newly created appointment in eTermin.")
89
+ });
90
+ //#endregion
91
+ export { eterminCreateAppointment };
92
+
93
+ //# sourceMappingURL=create-appointment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-appointment.mjs","names":[],"sources":["../../src/actions/create-appointment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateAppointmentInput: z.ZodTypeAny = z.object({\n end: z.string().describe(\"End date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 11:00)\"),\n lnm: z.number().int().describe(\"Checks if there is a lastname, if set to 1\").optional(),\n sms: z.boolean().describe(\"Send a confirmation SMS to the phone number that was specified in the phone field (true = yes, false = no)\").optional(),\n vat: z.number().int().describe(\"VAT multiplied by 100 (e.g., 19% = 1900)\").optional(),\n zip: z.string().describe(\"ZIP code of the person that booked the appointment\").optional(),\n city: z.string().describe(\"City of the person that booked the appointment\").optional(),\n sync: z.boolean().describe(\"True if the appointment should be synchronized with external calendars (true = yes, false = no)\").optional(),\n email: z.string().describe(\"Email address of the person\").optional(),\n notes: z.string().describe(\"Appointment notes\").optional(),\n phone: z.string().describe(\"Phone number of the person\").optional(),\n start: z.string().describe(\"Start date and time of the appointment. Format: yyyy-mm-dd HH:MM (e.g., 2026-03-01 10:00)\"),\n title: z.string().describe(\"Title of the person\").optional(),\n emailm: z.number().int().describe(\"Checks if there is an email, if set to 1\").optional(),\n street: z.string().describe(\"Street address of the person that booked the appointment\").optional(),\n capused: z.boolean().describe(\"True if the capacity of the appointment needs to be checked\").optional(),\n birthday: z.string().describe(\"Date of birth of the person that booked the appointment\").optional(),\n calselid: z.number().int().describe(\"Use this parameter with the value -1 to also use the Calendar Linking function (also requires a valid value for the parameter services)\").optional(),\n capacity: z.number().int().describe(\"Defines the capacity of the appointment\").optional(),\n language: z.string().describe(\"Language code, defines in which language the emails are sent\").optional(),\n lastname: z.string().describe(\"Last name of the person\").optional(),\n location: z.string().describe(\"Location of the appointment\").optional(),\n pricenet: z.number().int().describe(\"Price excluding VAT multiplied by 100 (e.g., 18.50€ = 1850)\").optional(),\n services: z.string().describe(\"ID of the service. Use the 'Get Services' action to get a list of all available services. To use multiple services use a comma (,) to separate the IDs\").optional(),\n blacklist: z.number().int().describe(\"Checks if the email is on the blacklist, if set to 1\").optional(),\n firstname: z.string().describe(\"First name of the person\").optional(),\n sendemail: z.boolean().describe(\"Send a confirmation email to the address that was specified in the email parameter (true = yes, false = no)\").optional(),\n bookerinfo: z.string().describe(\"Parameter that includes information for the notification message to the appointment provider\").optional(),\n bookingurl: z.string().describe(\"Information from which URL the appointment got booked\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar. Use the 'Get Calendars' action to get a list of all available calendars\"),\n capmaxused: z.number().int().describe(\"Maximum capacity that can't be exceeded\").optional(),\n checkexist: z.boolean().describe(\"Checks if the appointment start/end time is available (true = yes, false = no)\").optional(),\n newsletter: z.boolean().describe(\"True if the customer accepted to get newsletters\").optional(),\n pricegross: z.number().int().describe(\"Price including VAT multiplied by 100 (e.g., 18.50€ = 1850)\").optional(),\n salutation: z.string().describe(\"Salutation of the person\").optional(),\n additional1: z.string().describe(\"Additional appointment field 1\").optional(),\n additional2: z.string().describe(\"Additional appointment field 2\").optional(),\n additional3: z.string().describe(\"Additional appointment field 3\").optional(),\n additional4: z.string().describe(\"Additional appointment field 4\").optional(),\n additional5: z.string().describe(\"Additional appointment field 5\").optional(),\n additional6: z.string().describe(\"Additional appointment field 6\").optional(),\n additional7: z.string().describe(\"Additional appointment field 7\").optional(),\n additional8: z.string().describe(\"Additional appointment field 8\").optional(),\n additional9: z.string().describe(\"Additional appointment field 9\").optional(),\n agbaccepted: z.boolean().describe(\"True if customer accepted the terms of service\").optional(),\n bookingtype: z.string().describe(\"Information about how the appointment is booked\").optional(),\n confirmtime: z.number().int().describe(\"Time in minutes that the booker is able to confirm the appointment before it gets deleted\").optional(),\n servicesabb: z.string().describe(\"Abbreviation of the services\").optional(),\n additional10: z.string().describe(\"Additional appointment field 10\").optional(),\n additional11: z.string().describe(\"Additional appointment field 11\").optional(),\n additional12: z.string().describe(\"Additional appointment field 12\").optional(),\n additional13: z.string().describe(\"Additional appointment field 13\").optional(),\n additional14: z.string().describe(\"Additional appointment field 14\").optional(),\n additional15: z.string().describe(\"Additional appointment field 15\").optional(),\n additional16: z.string().describe(\"Additional appointment field 16\").optional(),\n additional17: z.string().describe(\"Additional appointment field 17\").optional(),\n additional18: z.string().describe(\"Additional appointment field 18\").optional(),\n additional19: z.string().describe(\"Additional appointment field 19\").optional(),\n additional20: z.string().describe(\"Additional appointment field 20\").optional(),\n calendarname: z.string().describe(\"Name of the calendar (needed for Webpush)\").optional(),\n servicestext: z.string().describe(\"Name of the services\").optional(),\n canceldeadline: z.number().int().describe(\"Minutes how long before the start date the appointment can be cancelled\").optional(),\n customernumber: z.string().describe(\"ID of the person that booked the appointment\").optional(),\n recurrencerule: z.string().describe(\"Recurrence rule. e.g. DTSTART:{20171126T083000Z} DTEND:{20171126T090000Z} RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE;\").optional(),\n manualconfirmed: z.number().int().describe(\"Set to 0 to have the appointment manually confirmed by the appointment provider\").optional(),\n notificationmsg: z.boolean().describe(\"Send an information email to the appointment provider (true = yes, false = no)\").optional(),\n confirmappointment: z.number().int().describe(\"Set to 1 to have the appointment manually confirmed by the booker. Won't work if manualconfirmed is set to 0\").optional(),\n recurrenceparentid: z.string().describe(\"ID of the parent recurring appointment\").optional(),\n servicesinclsgtext: z.string().describe(\"Name of the services including the service groups\").optional(),\n dataprivacyaccepted: z.boolean().describe(\"True if customer accepted the privacy terms\").optional(),\n appointmentreminderhours: z.number().int().describe(\"Defines when the first reminder is sent in hours (needs to be a negative value)\").optional(),\n appointmentreminderhours2: z.number().int().describe(\"Defines when the second reminder is sent in hours (needs to be a negative value)\").optional(),\n feedbackpermissionaccepted: z.boolean().describe(\"True if the customer should get a feedback email\").optional(),\n}).describe(\"Request model for creating a new appointment in eTermin.\");\nexport const EterminCreateAppointmentOutput: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"Unique identifier (UUID) of the created appointment\").nullable().optional(),\n IID: z.number().int().describe(\"Internal integer ID of the created appointment\").nullable().optional(),\n IIDE: z.string().describe(\"Encoded internal ID of the created appointment\").nullable().optional(),\n Status: z.number().int().describe(\"HTTP status code of the response\").nullable().optional(),\n StatusMsg: z.string().describe(\"Status message describing the result\").nullable().optional(),\n AdditionalInformation: z.string().describe(\"Additional information about the created appointment\").nullable().optional(),\n}).describe(\"Response model for a newly created appointment in eTermin.\");\n\nexport const eterminCreateAppointment = action(\"ETERMIN_CREATE_APPOINTMENT\", {\n slug: \"etermin-create-appointment\",\n name: \"Create Appointment\",\n description: \"Tool to create a new appointment in eTermin. Use when you need to schedule an appointment with specific start/end times and calendar. Requires at minimum the start time, end time, and calendar ID. Optionally accepts customer details, service information, pricing, and notification settings.\",\n input: EterminCreateAppointmentInput,\n output: EterminCreateAppointmentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-calendar-return-time.ts
4
+ const EterminCreateCalendarReturnTimeInput = zod.z.object({
5
+ newday: zod.z.boolean().describe("If true, the return time will end on the next day. Use this if you have a return time over midnight (e.g., 23:00 to 02:00)."),
6
+ endtime: zod.z.string().describe("End time of the return time. Format: HH:MM (e.g., 17:00, 18:00). Must be a valid 24-hour time format."),
7
+ starttime: zod.z.string().describe("Start time of the return time. Format: HH:MM (e.g., 09:00, 18:00). Must be a valid 24-hour time format."),
8
+ calendarid: zod.z.number().int().describe("ID of the calendar. Use the 'Get Calendars' function to get a list with all available calendars."),
9
+ weekdayidx: zod.z.union([
10
+ zod.z.literal(1),
11
+ zod.z.literal(2),
12
+ zod.z.literal(3),
13
+ zod.z.literal(4),
14
+ zod.z.literal(5),
15
+ zod.z.literal(6),
16
+ zod.z.literal(7)
17
+ ]).describe("ID of the weekday where 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday, 7=Saturday.")
18
+ }).describe("Request model for creating a return time in a calendar.");
19
+ const EterminCreateCalendarReturnTimeOutput = zod.z.object({
20
+ message: zod.z.string().describe("Status message from the API").nullable().optional(),
21
+ success: zod.z.boolean().describe("Whether the return time was created successfully"),
22
+ calendarid: zod.z.number().int().describe("ID of the calendar where the return time was created")
23
+ }).describe("Response model for creating a calendar return time.");
24
+ const eterminCreateCalendarReturnTime = require_action.action("ETERMIN_CREATE_CALENDAR_RETURN_TIME", {
25
+ slug: "etermin-create-calendar-return-time",
26
+ name: "Create Calendar Return Time",
27
+ description: "Tool to create a return time for a calendar. Use when scheduling recurring return times or availability windows for a specific weekday. Return times define when a calendar resource becomes available after being occupied.",
28
+ input: EterminCreateCalendarReturnTimeInput,
29
+ output: EterminCreateCalendarReturnTimeOutput
30
+ });
31
+ //#endregion
32
+ exports.eterminCreateCalendarReturnTime = eterminCreateCalendarReturnTime;
33
+
34
+ //# sourceMappingURL=create-calendar-return-time.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-calendar-return-time.cjs","names":["z","action"],"sources":["../../src/actions/create-calendar-return-time.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateCalendarReturnTimeInput: z.ZodTypeAny = z.object({\n newday: z.boolean().describe(\"If true, the return time will end on the next day. Use this if you have a return time over midnight (e.g., 23:00 to 02:00).\"),\n endtime: z.string().describe(\"End time of the return time. Format: HH:MM (e.g., 17:00, 18:00). Must be a valid 24-hour time format.\"),\n starttime: z.string().describe(\"Start time of the return time. Format: HH:MM (e.g., 09:00, 18:00). Must be a valid 24-hour time format.\"),\n calendarid: z.number().int().describe(\"ID of the calendar. Use the 'Get Calendars' function to get a list with all available calendars.\"),\n weekdayidx: z.union([z.literal(1), z.literal(2), z.literal(3), z.literal(4), z.literal(5), z.literal(6), z.literal(7)]).describe(\"ID of the weekday where 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday, 7=Saturday.\"),\n}).describe(\"Request model for creating a return time in a calendar.\");\nexport const EterminCreateCalendarReturnTimeOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the return time was created successfully\"),\n calendarid: z.number().int().describe(\"ID of the calendar where the return time was created\"),\n}).describe(\"Response model for creating a calendar return time.\");\n\nexport const eterminCreateCalendarReturnTime = action(\"ETERMIN_CREATE_CALENDAR_RETURN_TIME\", {\n slug: \"etermin-create-calendar-return-time\",\n name: \"Create Calendar Return Time\",\n description: \"Tool to create a return time for a calendar. Use when scheduling recurring return times or availability windows for a specific weekday. Return times define when a calendar resource becomes available after being occupied.\",\n input: EterminCreateCalendarReturnTimeInput,\n output: EterminCreateCalendarReturnTimeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6HAA6H;CAC1J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;CACpI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;CACxI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kGAAkG;CACxI,YAAYA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,uGAAuG;AAC1O,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-calendar-return-time.d.ts
4
+ declare const EterminCreateCalendarReturnTimeInput: z.ZodTypeAny;
5
+ declare const EterminCreateCalendarReturnTimeOutput: z.ZodTypeAny;
6
+ declare const eterminCreateCalendarReturnTime: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateCalendarReturnTime };
9
+ //# sourceMappingURL=create-calendar-return-time.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-calendar-return-time.d.cts","names":[],"sources":["../../src/actions/create-calendar-return-time.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAMiB;AAAA,cACzD,qCAAA,EAAuC,CAAA,CAAE,UAIY;AAAA,cAErD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-calendar-return-time.d.ts
4
+ declare const EterminCreateCalendarReturnTimeInput: z.ZodTypeAny;
5
+ declare const EterminCreateCalendarReturnTimeOutput: z.ZodTypeAny;
6
+ declare const eterminCreateCalendarReturnTime: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateCalendarReturnTime };
9
+ //# sourceMappingURL=create-calendar-return-time.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-calendar-return-time.d.mts","names":[],"sources":["../../src/actions/create-calendar-return-time.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAMiB;AAAA,cACzD,qCAAA,EAAuC,CAAA,CAAE,UAIY;AAAA,cAErD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminCreateCalendarReturnTime = action("ETERMIN_CREATE_CALENDAR_RETURN_TIME", {
4
+ slug: "etermin-create-calendar-return-time",
5
+ name: "Create Calendar Return Time",
6
+ description: "Tool to create a return time for a calendar. Use when scheduling recurring return times or availability windows for a specific weekday. Return times define when a calendar resource becomes available after being occupied.",
7
+ input: z.object({
8
+ newday: z.boolean().describe("If true, the return time will end on the next day. Use this if you have a return time over midnight (e.g., 23:00 to 02:00)."),
9
+ endtime: z.string().describe("End time of the return time. Format: HH:MM (e.g., 17:00, 18:00). Must be a valid 24-hour time format."),
10
+ starttime: z.string().describe("Start time of the return time. Format: HH:MM (e.g., 09:00, 18:00). Must be a valid 24-hour time format."),
11
+ calendarid: z.number().int().describe("ID of the calendar. Use the 'Get Calendars' function to get a list with all available calendars."),
12
+ weekdayidx: z.union([
13
+ z.literal(1),
14
+ z.literal(2),
15
+ z.literal(3),
16
+ z.literal(4),
17
+ z.literal(5),
18
+ z.literal(6),
19
+ z.literal(7)
20
+ ]).describe("ID of the weekday where 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday, 7=Saturday.")
21
+ }).describe("Request model for creating a return time in a calendar."),
22
+ output: z.object({
23
+ message: z.string().describe("Status message from the API").nullable().optional(),
24
+ success: z.boolean().describe("Whether the return time was created successfully"),
25
+ calendarid: z.number().int().describe("ID of the calendar where the return time was created")
26
+ }).describe("Response model for creating a calendar return time.")
27
+ });
28
+ //#endregion
29
+ export { eterminCreateCalendarReturnTime };
30
+
31
+ //# sourceMappingURL=create-calendar-return-time.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-calendar-return-time.mjs","names":[],"sources":["../../src/actions/create-calendar-return-time.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateCalendarReturnTimeInput: z.ZodTypeAny = z.object({\n newday: z.boolean().describe(\"If true, the return time will end on the next day. Use this if you have a return time over midnight (e.g., 23:00 to 02:00).\"),\n endtime: z.string().describe(\"End time of the return time. Format: HH:MM (e.g., 17:00, 18:00). Must be a valid 24-hour time format.\"),\n starttime: z.string().describe(\"Start time of the return time. Format: HH:MM (e.g., 09:00, 18:00). Must be a valid 24-hour time format.\"),\n calendarid: z.number().int().describe(\"ID of the calendar. Use the 'Get Calendars' function to get a list with all available calendars.\"),\n weekdayidx: z.union([z.literal(1), z.literal(2), z.literal(3), z.literal(4), z.literal(5), z.literal(6), z.literal(7)]).describe(\"ID of the weekday where 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday, 7=Saturday.\"),\n}).describe(\"Request model for creating a return time in a calendar.\");\nexport const EterminCreateCalendarReturnTimeOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the return time was created successfully\"),\n calendarid: z.number().int().describe(\"ID of the calendar where the return time was created\"),\n}).describe(\"Response model for creating a calendar return time.\");\n\nexport const eterminCreateCalendarReturnTime = action(\"ETERMIN_CREATE_CALENDAR_RETURN_TIME\", {\n slug: \"etermin-create-calendar-return-time\",\n name: \"Create Calendar Return Time\",\n description: \"Tool to create a return time for a calendar. Use when scheduling recurring return times or availability windows for a specific weekday. Return times define when a calendar resource becomes available after being occupied.\",\n input: EterminCreateCalendarReturnTimeInput,\n output: EterminCreateCalendarReturnTimeOutput,\n});\n"],"mappings":";;AAiBA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBgE,EAAE,OAAO;EACzE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,6HAA6H;EAC1J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;EACpI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;EACxI,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kGAAkG;EACxI,YAAY,EAAE,MAAM;GAAC,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,QAAQ,CAAC;EAAC,CAAC,CAAC,CAAC,SAAS,uGAAuG;CAC1O,CAAC,CAAC,CAAC,SAAS,yDAWH;CACP,QAXiE,EAAE,OAAO;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;EAChF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CAC9F,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-contact.ts
4
+ const EterminCreateContactInput = zod.z.object({
5
+ email: zod.z.string().describe("Contact's email address in valid email format"),
6
+ lastname: zod.z.string().describe("Contact's last name"),
7
+ firstname: zod.z.string().describe("Contact's first name")
8
+ }).describe("Request model for creating a new contact in eTermin.");
9
+ const EterminCreateContactOutput = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier of the contact"),
11
+ email: zod.z.string().describe("Contact's email address"),
12
+ lastname: zod.z.string().describe("Contact's last name"),
13
+ firstname: zod.z.string().describe("Contact's first name"),
14
+ created_at: zod.z.string().describe("Timestamp when the contact was created")
15
+ }).describe("Response model for a newly created contact in eTermin.");
16
+ const eterminCreateContact = require_action.action("ETERMIN_CREATE_CONTACT", {
17
+ slug: "etermin-create-contact",
18
+ name: "Create Contact",
19
+ description: "Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.",
20
+ input: EterminCreateContactInput,
21
+ output: EterminCreateContactOutput
22
+ });
23
+ //#endregion
24
+ exports.eterminCreateContact = eterminCreateContact;
25
+
26
+ //# sourceMappingURL=create-contact.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateContactInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Contact's email address in valid email format\"),\n lastname: z.string().describe(\"Contact's last name\"),\n firstname: z.string().describe(\"Contact's first name\"),\n}).describe(\"Request model for creating a new contact in eTermin.\");\nexport const EterminCreateContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n email: z.string().describe(\"Contact's email address\"),\n lastname: z.string().describe(\"Contact's last name\"),\n firstname: z.string().describe(\"Contact's first name\"),\n created_at: z.string().describe(\"Timestamp when the contact was created\"),\n}).describe(\"Response model for a newly created contact in eTermin.\");\n\nexport const eterminCreateContact = action(\"ETERMIN_CREATE_CONTACT\", {\n slug: \"etermin-create-contact\",\n name: \"Create Contact\",\n description: \"Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.\",\n input: EterminCreateContactInput,\n output: EterminCreateContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACnD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;AACvD,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACnD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC1E,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-contact.d.ts
4
+ declare const EterminCreateContactInput: z.ZodTypeAny;
5
+ declare const EterminCreateContactOutput: z.ZodTypeAny;
6
+ declare const eterminCreateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateContact };
9
+ //# sourceMappingURL=create-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact.d.cts","names":[],"sources":["../../src/actions/create-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIyB;AAAA,cACtD,0BAAA,EAA4B,CAAA,CAAE,UAM0B;AAAA,cAExD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-contact.d.ts
4
+ declare const EterminCreateContactInput: z.ZodTypeAny;
5
+ declare const EterminCreateContactOutput: z.ZodTypeAny;
6
+ declare const eterminCreateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminCreateContact };
9
+ //# sourceMappingURL=create-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact.d.mts","names":[],"sources":["../../src/actions/create-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIyB;AAAA,cACtD,0BAAA,EAA4B,CAAA,CAAE,UAM0B;AAAA,cAExD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminCreateContact = action("ETERMIN_CREATE_CONTACT", {
4
+ slug: "etermin-create-contact",
5
+ name: "Create Contact",
6
+ description: "Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.",
7
+ input: z.object({
8
+ email: z.string().describe("Contact's email address in valid email format"),
9
+ lastname: z.string().describe("Contact's last name"),
10
+ firstname: z.string().describe("Contact's first name")
11
+ }).describe("Request model for creating a new contact in eTermin."),
12
+ output: z.object({
13
+ id: z.number().int().describe("Unique identifier of the contact"),
14
+ email: z.string().describe("Contact's email address"),
15
+ lastname: z.string().describe("Contact's last name"),
16
+ firstname: z.string().describe("Contact's first name"),
17
+ created_at: z.string().describe("Timestamp when the contact was created")
18
+ }).describe("Response model for a newly created contact in eTermin.")
19
+ });
20
+ //#endregion
21
+ export { eterminCreateContact };
22
+
23
+ //# sourceMappingURL=create-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact.mjs","names":[],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateContactInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Contact's email address in valid email format\"),\n lastname: z.string().describe(\"Contact's last name\"),\n firstname: z.string().describe(\"Contact's first name\"),\n}).describe(\"Request model for creating a new contact in eTermin.\");\nexport const EterminCreateContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n email: z.string().describe(\"Contact's email address\"),\n lastname: z.string().describe(\"Contact's last name\"),\n firstname: z.string().describe(\"Contact's first name\"),\n created_at: z.string().describe(\"Timestamp when the contact was created\"),\n}).describe(\"Response model for a newly created contact in eTermin.\");\n\nexport const eterminCreateContact = action(\"ETERMIN_CREATE_CONTACT\", {\n slug: \"etermin-create-contact\",\n name: \"Create Contact\",\n description: \"Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.\",\n input: EterminCreateContactInput,\n output: EterminCreateContactOutput,\n});\n"],"mappings":";;AAiBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBqD,EAAE,OAAO;EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACnD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACvD,CAAC,CAAC,CAAC,SAAS,sDAaH;CACP,QAbsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACpD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACnD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC1E,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,47 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-service-group.ts
4
+ const EterminCreateServiceGroupInput = zod.z.object({
5
+ enabled: zod.z.boolean().describe("Set to false if the service group should not appear on the booking page (only accessible via direct link or for internal services).").optional(),
6
+ collapse: zod.z.boolean().describe("Set to true if the service group is shown collapsed as default. Requires showtoggle to be true.").optional(),
7
+ showprice: zod.z.boolean().describe("Defines if the price of the service is shown.").optional(),
8
+ isoptional: zod.z.boolean().describe("Defines if a selection of a service is mandatory. Set to false to make selection required.").optional(),
9
+ showtoggle: zod.z.boolean().describe("Set to true if the service group can be collapsed.").optional(),
10
+ showduration: zod.z.boolean().describe("Defines if the duration of the service is shown.").optional(),
11
+ showinsummary: zod.z.boolean().describe("Set to false if the selected service should not appear in the summary box.").optional(),
12
+ servicegroupde: zod.z.string().describe("Name of the service group in German. For other languages use servicegroupLANGUAGECODE (e.g., servicegroupen for English).").optional(),
13
+ answerselection: zod.z.enum([
14
+ "Not applicable",
15
+ "Single selection",
16
+ "Multi selection",
17
+ "List selection"
18
+ ]).describe("Enum for answer selection types.").optional(),
19
+ additionaltextde: zod.z.string().describe("Additional information of the service group in German. For other languages use additionaltextLANGUAGECODE (e.g., additionaltexten for English).").optional(),
20
+ nrservicecolumns: zod.z.number().int().describe("Defines how many columns the services should be displayed in.").optional(),
21
+ servicegrouptype: zod.z.enum([
22
+ "Service selection",
23
+ "Text field",
24
+ "Location selection",
25
+ "Day amount selection",
26
+ "Number search",
27
+ "Minutes amount selection"
28
+ ]).describe("Enum for service group types.").optional(),
29
+ addtextdisplaymode: zod.z.enum(["Via Tooltip", "Under the name"]).describe("Enum for additional text display mode.").optional(),
30
+ showwhencertainanswerselected: zod.z.string().describe("Comma-separated list of service IDs that have to be selected to show this service group. Set to '-1' if the service group should be shown initially.").optional()
31
+ }).describe("Request model for creating a new service group in eTermin.");
32
+ const EterminCreateServiceGroupOutput = zod.z.object({
33
+ id: zod.z.number().int().describe("Unique identifier of the created service group.").nullable().optional(),
34
+ status: zod.z.number().int().describe("HTTP status code of the response.").nullable().optional(),
35
+ statusmsg: zod.z.string().describe("Status message describing the result.").nullable().optional()
36
+ }).describe("Response model for a newly created service group in eTermin.");
37
+ const eterminCreateServiceGroup = require_action.action("ETERMIN_CREATE_SERVICE_GROUP", {
38
+ slug: "etermin-create-service-group",
39
+ name: "Create Service Group",
40
+ description: "Tool to create a new service group in eTermin. Use when you need to organize services into groups for better booking page structure. Service groups help categorize services and control how they are displayed to customers during booking.",
41
+ input: EterminCreateServiceGroupInput,
42
+ output: EterminCreateServiceGroupOutput
43
+ });
44
+ //#endregion
45
+ exports.eterminCreateServiceGroup = eterminCreateServiceGroup;
46
+
47
+ //# sourceMappingURL=create-service-group.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-service-group.cjs","names":["z","action"],"sources":["../../src/actions/create-service-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminCreateServiceGroupInput: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"Set to false if the service group should not appear on the booking page (only accessible via direct link or for internal services).\").optional(),\n collapse: z.boolean().describe(\"Set to true if the service group is shown collapsed as default. Requires showtoggle to be true.\").optional(),\n showprice: z.boolean().describe(\"Defines if the price of the service is shown.\").optional(),\n isoptional: z.boolean().describe(\"Defines if a selection of a service is mandatory. Set to false to make selection required.\").optional(),\n showtoggle: z.boolean().describe(\"Set to true if the service group can be collapsed.\").optional(),\n showduration: z.boolean().describe(\"Defines if the duration of the service is shown.\").optional(),\n showinsummary: z.boolean().describe(\"Set to false if the selected service should not appear in the summary box.\").optional(),\n servicegroupde: z.string().describe(\"Name of the service group in German. For other languages use servicegroupLANGUAGECODE (e.g., servicegroupen for English).\").optional(),\n answerselection: z.enum([\"Not applicable\", \"Single selection\", \"Multi selection\", \"List selection\"]).describe(\"Enum for answer selection types.\").optional(),\n additionaltextde: z.string().describe(\"Additional information of the service group in German. For other languages use additionaltextLANGUAGECODE (e.g., additionaltexten for English).\").optional(),\n nrservicecolumns: z.number().int().describe(\"Defines how many columns the services should be displayed in.\").optional(),\n servicegrouptype: z.enum([\"Service selection\", \"Text field\", \"Location selection\", \"Day amount selection\", \"Number search\", \"Minutes amount selection\"]).describe(\"Enum for service group types.\").optional(),\n addtextdisplaymode: z.enum([\"Via Tooltip\", \"Under the name\"]).describe(\"Enum for additional text display mode.\").optional(),\n showwhencertainanswerselected: z.string().describe(\"Comma-separated list of service IDs that have to be selected to show this service group. Set to '-1' if the service group should be shown initially.\").optional(),\n}).describe(\"Request model for creating a new service group in eTermin.\");\nexport const EterminCreateServiceGroupOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created service group.\").nullable().optional(),\n status: z.number().int().describe(\"HTTP status code of the response.\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message describing the result.\").nullable().optional(),\n}).describe(\"Response model for a newly created service group in eTermin.\");\n\nexport const eterminCreateServiceGroup = action(\"ETERMIN_CREATE_SERVICE_GROUP\", {\n slug: \"etermin-create-service-group\",\n name: \"Create Service Group\",\n description: \"Tool to create a new service group in eTermin. Use when you need to organize services into groups for better booking page structure. Service groups help categorize services and control how they are displayed to customers during booking.\",\n input: EterminCreateServiceGroupInput,\n output: EterminCreateServiceGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC9K,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC3I,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACxI,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC3H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CAC1K,iBAAiBA,IAAAA,EAAE,KAAK;EAAC;EAAkB;EAAoB;EAAmB;CAAgB,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3J,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CAClM,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACtH,kBAAkBA,IAAAA,EAAE,KAAK;EAAC;EAAqB;EAAc;EAAsB;EAAwB;EAAiB;CAA0B,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC5M,oBAAoBA,IAAAA,EAAE,KAAK,CAAC,eAAe,gBAAgB,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC1H,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;AACtN,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}