@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,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-rating.ts
4
+ const EterminGetRatingInput = zod.z.object({}).describe("Request model for retrieving customer ratings from eTermin.\nNo parameters required - retrieves all customer ratings in the account.");
5
+ const EterminGetRating_RatingSchema = zod.z.object({
6
+ ID: zod.z.number().int().describe("Unique identifier for the rating").nullable().optional(),
7
+ Reply: zod.z.string().describe("Response/reply to the customer feedback").nullable().optional(),
8
+ Rating: zod.z.number().describe("Numeric rating value (e.g., 5.0)").nullable().optional(),
9
+ Publish: zod.z.boolean().describe("Whether the rating is publicly visible").nullable().optional(),
10
+ ServiceID: zod.z.string().describe("Comma-separated service identifiers").nullable().optional(),
11
+ CalendarID: zod.z.number().int().describe("Associated calendar identifier").nullable().optional(),
12
+ RatingDate: zod.z.string().describe("ISO 8601 timestamp of when rating was submitted").nullable().optional(),
13
+ CalendarName: zod.z.string().describe("Name of the calendar/employee").nullable().optional(),
14
+ CustomerInfo: zod.z.string().describe("Customer identification details (name, email)").nullable().optional(),
15
+ CustomerFeedback: zod.z.string().describe("Text feedback provided by the customer").nullable().optional(),
16
+ AppointmentExternalID: zod.z.string().describe("External ID linking to the appointment").nullable().optional()
17
+ }).passthrough().describe("Model representing a customer rating in eTermin.");
18
+ const EterminGetRatingOutput = zod.z.object({ ratings: zod.z.array(EterminGetRating_RatingSchema).describe("List of customer ratings in the eTermin account") }).describe("Response model containing a list of customer ratings from eTermin.");
19
+ const eterminGetRating = require_action.action("ETERMIN_GET_RATING", {
20
+ slug: "etermin-get-rating",
21
+ name: "Get Customer Ratings",
22
+ description: "Tool to retrieve a list of customer ratings from eTermin. Use when you need to get feedback and ratings from customers for appointments. Returns rating details including customer feedback, rating score, and reply status.",
23
+ input: EterminGetRatingInput,
24
+ output: EterminGetRatingOutput
25
+ });
26
+ //#endregion
27
+ exports.eterminGetRating = eterminGetRating;
28
+
29
+ //# sourceMappingURL=get-rating.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-rating.cjs","names":["z","action"],"sources":["../../src/actions/get-rating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetRatingInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving customer ratings from eTermin.\\nNo parameters required - retrieves all customer ratings in the account.\");\nconst EterminGetRating_RatingSchema: z.ZodTypeAny = z.object({\n ID: z.number().int().describe(\"Unique identifier for the rating\").nullable().optional(),\n Reply: z.string().describe(\"Response/reply to the customer feedback\").nullable().optional(),\n Rating: z.number().describe(\"Numeric rating value (e.g., 5.0)\").nullable().optional(),\n Publish: z.boolean().describe(\"Whether the rating is publicly visible\").nullable().optional(),\n ServiceID: z.string().describe(\"Comma-separated service identifiers\").nullable().optional(),\n CalendarID: z.number().int().describe(\"Associated calendar identifier\").nullable().optional(),\n RatingDate: z.string().describe(\"ISO 8601 timestamp of when rating was submitted\").nullable().optional(),\n CalendarName: z.string().describe(\"Name of the calendar/employee\").nullable().optional(),\n CustomerInfo: z.string().describe(\"Customer identification details (name, email)\").nullable().optional(),\n CustomerFeedback: z.string().describe(\"Text feedback provided by the customer\").nullable().optional(),\n AppointmentExternalID: z.string().describe(\"External ID linking to the appointment\").nullable().optional(),\n}).passthrough().describe(\"Model representing a customer rating in eTermin.\");\nexport const EterminGetRatingOutput: z.ZodTypeAny = z.object({\n ratings: z.array(EterminGetRating_RatingSchema).describe(\"List of customer ratings in the eTermin account\"),\n}).describe(\"Response model containing a list of customer ratings from eTermin.\");\n\nexport const eterminGetRating = action(\"ETERMIN_GET_RATING\", {\n slug: \"etermin-get-rating\",\n name: \"Get Customer Ratings\",\n description: \"Tool to retrieve a list of customer ratings from eTermin. Use when you need to get feedback and ratings from customers for appointments. Returns rating details including customer feedback, rating score, and reply status.\",\n input: EterminGetRatingInput,\n output: EterminGetRatingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC/M,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,SAASA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,iDAAiD,EAC5G,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-rating.d.ts
4
+ declare const EterminGetRatingInput: z.ZodTypeAny;
5
+ declare const EterminGetRatingOutput: z.ZodTypeAny;
6
+ declare const eterminGetRating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetRating };
9
+ //# sourceMappingURL=get-rating.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-rating.d.cts","names":[],"sources":["../../src/actions/get-rating.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAA0K;AAAA,cAcnM,sBAAA,EAAwB,CAAA,CAAE,UAE0C;AAAA,cAEpE,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-rating.d.ts
4
+ declare const EterminGetRatingInput: z.ZodTypeAny;
5
+ declare const EterminGetRatingOutput: z.ZodTypeAny;
6
+ declare const eterminGetRating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetRating };
9
+ //# sourceMappingURL=get-rating.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-rating.d.mts","names":[],"sources":["../../src/actions/get-rating.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAA0K;AAAA,cAcnM,sBAAA,EAAwB,CAAA,CAAE,UAE0C;AAAA,cAEpE,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-rating.ts
4
+ const EterminGetRatingInput = z.object({}).describe("Request model for retrieving customer ratings from eTermin.\nNo parameters required - retrieves all customer ratings in the account.");
5
+ const EterminGetRating_RatingSchema = z.object({
6
+ ID: z.number().int().describe("Unique identifier for the rating").nullable().optional(),
7
+ Reply: z.string().describe("Response/reply to the customer feedback").nullable().optional(),
8
+ Rating: z.number().describe("Numeric rating value (e.g., 5.0)").nullable().optional(),
9
+ Publish: z.boolean().describe("Whether the rating is publicly visible").nullable().optional(),
10
+ ServiceID: z.string().describe("Comma-separated service identifiers").nullable().optional(),
11
+ CalendarID: z.number().int().describe("Associated calendar identifier").nullable().optional(),
12
+ RatingDate: z.string().describe("ISO 8601 timestamp of when rating was submitted").nullable().optional(),
13
+ CalendarName: z.string().describe("Name of the calendar/employee").nullable().optional(),
14
+ CustomerInfo: z.string().describe("Customer identification details (name, email)").nullable().optional(),
15
+ CustomerFeedback: z.string().describe("Text feedback provided by the customer").nullable().optional(),
16
+ AppointmentExternalID: z.string().describe("External ID linking to the appointment").nullable().optional()
17
+ }).passthrough().describe("Model representing a customer rating in eTermin.");
18
+ const eterminGetRating = action("ETERMIN_GET_RATING", {
19
+ slug: "etermin-get-rating",
20
+ name: "Get Customer Ratings",
21
+ description: "Tool to retrieve a list of customer ratings from eTermin. Use when you need to get feedback and ratings from customers for appointments. Returns rating details including customer feedback, rating score, and reply status.",
22
+ input: EterminGetRatingInput,
23
+ output: z.object({ ratings: z.array(EterminGetRating_RatingSchema).describe("List of customer ratings in the eTermin account") }).describe("Response model containing a list of customer ratings from eTermin.")
24
+ });
25
+ //#endregion
26
+ export { eterminGetRating };
27
+
28
+ //# sourceMappingURL=get-rating.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-rating.mjs","names":[],"sources":["../../src/actions/get-rating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetRatingInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving customer ratings from eTermin.\\nNo parameters required - retrieves all customer ratings in the account.\");\nconst EterminGetRating_RatingSchema: z.ZodTypeAny = z.object({\n ID: z.number().int().describe(\"Unique identifier for the rating\").nullable().optional(),\n Reply: z.string().describe(\"Response/reply to the customer feedback\").nullable().optional(),\n Rating: z.number().describe(\"Numeric rating value (e.g., 5.0)\").nullable().optional(),\n Publish: z.boolean().describe(\"Whether the rating is publicly visible\").nullable().optional(),\n ServiceID: z.string().describe(\"Comma-separated service identifiers\").nullable().optional(),\n CalendarID: z.number().int().describe(\"Associated calendar identifier\").nullable().optional(),\n RatingDate: z.string().describe(\"ISO 8601 timestamp of when rating was submitted\").nullable().optional(),\n CalendarName: z.string().describe(\"Name of the calendar/employee\").nullable().optional(),\n CustomerInfo: z.string().describe(\"Customer identification details (name, email)\").nullable().optional(),\n CustomerFeedback: z.string().describe(\"Text feedback provided by the customer\").nullable().optional(),\n AppointmentExternalID: z.string().describe(\"External ID linking to the appointment\").nullable().optional(),\n}).passthrough().describe(\"Model representing a customer rating in eTermin.\");\nexport const EterminGetRatingOutput: z.ZodTypeAny = z.object({\n ratings: z.array(EterminGetRating_RatingSchema).describe(\"List of customer ratings in the eTermin account\"),\n}).describe(\"Response model containing a list of customer ratings from eTermin.\");\n\nexport const eterminGetRating = action(\"ETERMIN_GET_RATING\", {\n slug: \"etermin-get-rating\",\n name: \"Get Customer Ratings\",\n description: \"Tool to retrieve a list of customer ratings from eTermin. Use when you need to get feedback and ratings from customers for appointments. Returns rating details including customer feedback, rating score, and reply status.\",\n input: EterminGetRatingInput,\n output: EterminGetRatingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC/M,MAAM,gCAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAK5E,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,SAAS,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,iDAAiD,EAC5G,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-service-by-id.ts
4
+ const EterminGetServiceByIdInput = zod.z.object({ service_id: zod.z.number().int().describe("The ID of the service to retrieve. Note: This parameter does not filter to a single service but is accepted by the API.").optional() }).describe("Request model for retrieving a specific service from eTermin.\nNote: The ServiceID parameter is optional and may return multiple services.");
5
+ const EterminGetServiceById_ServiceSchema = zod.z.object({
6
+ Price: zod.z.number().describe("Price of the service"),
7
+ InfoDE: zod.z.string().describe("Service description/info in German").nullable().optional(),
8
+ InfoEN: zod.z.string().describe("Service description/info in English").nullable().optional(),
9
+ Enabled: zod.z.boolean().describe("Whether the service is currently enabled for booking"),
10
+ Currency: zod.z.string().describe("Currency code for the price (e.g., EUR)"),
11
+ ServiceDE: zod.z.string().describe("Service name in German").nullable().optional(),
12
+ ServiceEN: zod.z.string().describe("Service name in English").nullable().optional(),
13
+ ServiceID: zod.z.number().int().describe("Unique identifier for the service"),
14
+ SortOrder: zod.z.number().int().describe("Sort order for displaying the service"),
15
+ MaxCapacity: zod.z.number().int().describe("Maximum capacity for the service"),
16
+ MinCapacity: zod.z.number().int().describe("Minimum capacity for the service"),
17
+ ServiceGroupID: zod.z.number().int().describe("ID of the service group this service belongs to"),
18
+ TimeSlotMinutes: zod.z.number().int().describe("Duration of the service in minutes")
19
+ }).passthrough().describe("Model representing a service in eTermin.");
20
+ const EterminGetServiceByIdOutput = zod.z.object({ services: zod.z.array(EterminGetServiceById_ServiceSchema).describe("List of services matching the request criteria") }).describe("Response model containing the list of services from eTermin.\nEach service includes details like name, price, duration, and capacity settings.");
21
+ const eterminGetServiceById = require_action.action("ETERMIN_GET_SERVICE_BY_ID", {
22
+ slug: "etermin-get-service-by-id",
23
+ name: "Get Service By ID",
24
+ description: "Tool to retrieve a specific service from eTermin. Use when you need to get service details by service ID.",
25
+ input: EterminGetServiceByIdInput,
26
+ output: EterminGetServiceByIdOutput
27
+ });
28
+ //#endregion
29
+ exports.eterminGetServiceById = eterminGetServiceById;
30
+
31
+ //# sourceMappingURL=get-service-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-service-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServiceByIdInput: z.ZodTypeAny = z.object({\n service_id: z.number().int().describe(\"The ID of the service to retrieve. Note: This parameter does not filter to a single service but is accepted by the API.\").optional(),\n}).describe(\"Request model for retrieving a specific service from eTermin.\\nNote: The ServiceID parameter is optional and may return multiple services.\");\nconst EterminGetServiceById_ServiceSchema: z.ZodTypeAny = z.object({\n Price: z.number().describe(\"Price of the service\"),\n InfoDE: z.string().describe(\"Service description/info in German\").nullable().optional(),\n InfoEN: z.string().describe(\"Service description/info in English\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service is currently enabled for booking\"),\n Currency: z.string().describe(\"Currency code for the price (e.g., EUR)\"),\n ServiceDE: z.string().describe(\"Service name in German\").nullable().optional(),\n ServiceEN: z.string().describe(\"Service name in English\").nullable().optional(),\n ServiceID: z.number().int().describe(\"Unique identifier for the service\"),\n SortOrder: z.number().int().describe(\"Sort order for displaying the service\"),\n MaxCapacity: z.number().int().describe(\"Maximum capacity for the service\"),\n MinCapacity: z.number().int().describe(\"Minimum capacity for the service\"),\n ServiceGroupID: z.number().int().describe(\"ID of the service group this service belongs to\"),\n TimeSlotMinutes: z.number().int().describe(\"Duration of the service in minutes\"),\n}).passthrough().describe(\"Model representing a service in eTermin.\");\nexport const EterminGetServiceByIdOutput: z.ZodTypeAny = z.object({\n services: z.array(EterminGetServiceById_ServiceSchema).describe(\"List of services matching the request criteria\"),\n}).describe(\"Response model containing the list of services from eTermin.\\nEach service includes details like name, price, duration, and capacity settings.\");\n\nexport const eterminGetServiceById = action(\"ETERMIN_GET_SERVICE_BY_ID\", {\n slug: \"etermin-get-service-by-id\",\n name: \"Get Service By ID\",\n description: \"Tool to retrieve a specific service from eTermin. Use when you need to get service details by service ID.\",\n input: EterminGetServiceByIdInput,\n output: EterminGetServiceByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,EAC5K,CAAC,CAAC,CAAC,SAAS,4IAA4I;AACxJ,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC3F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,UAAUA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gDAAgD,EAClH,CAAC,CAAC,CAAC,SAAS,gJAAgJ;AAE5J,MAAa,wBAAwBC,eAAAA,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-service-by-id.d.ts
4
+ declare const EterminGetServiceByIdInput: z.ZodTypeAny;
5
+ declare const EterminGetServiceByIdOutput: z.ZodTypeAny;
6
+ declare const eterminGetServiceById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServiceById };
9
+ //# sourceMappingURL=get-service-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-by-id.d.cts","names":[],"sources":["../../src/actions/get-service-by-id.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE8G;AAAA,cAgB5I,2BAAA,EAA6B,CAAA,CAAE,UAEiH;AAAA,cAEhJ,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-service-by-id.d.ts
4
+ declare const EterminGetServiceByIdInput: z.ZodTypeAny;
5
+ declare const EterminGetServiceByIdOutput: z.ZodTypeAny;
6
+ declare const eterminGetServiceById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServiceById };
9
+ //# sourceMappingURL=get-service-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-by-id.d.mts","names":[],"sources":["../../src/actions/get-service-by-id.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE8G;AAAA,cAgB5I,2BAAA,EAA6B,CAAA,CAAE,UAEiH;AAAA,cAEhJ,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-service-by-id.ts
4
+ const EterminGetServiceByIdInput = z.object({ service_id: z.number().int().describe("The ID of the service to retrieve. Note: This parameter does not filter to a single service but is accepted by the API.").optional() }).describe("Request model for retrieving a specific service from eTermin.\nNote: The ServiceID parameter is optional and may return multiple services.");
5
+ const EterminGetServiceById_ServiceSchema = z.object({
6
+ Price: z.number().describe("Price of the service"),
7
+ InfoDE: z.string().describe("Service description/info in German").nullable().optional(),
8
+ InfoEN: z.string().describe("Service description/info in English").nullable().optional(),
9
+ Enabled: z.boolean().describe("Whether the service is currently enabled for booking"),
10
+ Currency: z.string().describe("Currency code for the price (e.g., EUR)"),
11
+ ServiceDE: z.string().describe("Service name in German").nullable().optional(),
12
+ ServiceEN: z.string().describe("Service name in English").nullable().optional(),
13
+ ServiceID: z.number().int().describe("Unique identifier for the service"),
14
+ SortOrder: z.number().int().describe("Sort order for displaying the service"),
15
+ MaxCapacity: z.number().int().describe("Maximum capacity for the service"),
16
+ MinCapacity: z.number().int().describe("Minimum capacity for the service"),
17
+ ServiceGroupID: z.number().int().describe("ID of the service group this service belongs to"),
18
+ TimeSlotMinutes: z.number().int().describe("Duration of the service in minutes")
19
+ }).passthrough().describe("Model representing a service in eTermin.");
20
+ const eterminGetServiceById = action("ETERMIN_GET_SERVICE_BY_ID", {
21
+ slug: "etermin-get-service-by-id",
22
+ name: "Get Service By ID",
23
+ description: "Tool to retrieve a specific service from eTermin. Use when you need to get service details by service ID.",
24
+ input: EterminGetServiceByIdInput,
25
+ output: z.object({ services: z.array(EterminGetServiceById_ServiceSchema).describe("List of services matching the request criteria") }).describe("Response model containing the list of services from eTermin.\nEach service includes details like name, price, duration, and capacity settings.")
26
+ });
27
+ //#endregion
28
+ export { eterminGetServiceById };
29
+
30
+ //# sourceMappingURL=get-service-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-by-id.mjs","names":[],"sources":["../../src/actions/get-service-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServiceByIdInput: z.ZodTypeAny = z.object({\n service_id: z.number().int().describe(\"The ID of the service to retrieve. Note: This parameter does not filter to a single service but is accepted by the API.\").optional(),\n}).describe(\"Request model for retrieving a specific service from eTermin.\\nNote: The ServiceID parameter is optional and may return multiple services.\");\nconst EterminGetServiceById_ServiceSchema: z.ZodTypeAny = z.object({\n Price: z.number().describe(\"Price of the service\"),\n InfoDE: z.string().describe(\"Service description/info in German\").nullable().optional(),\n InfoEN: z.string().describe(\"Service description/info in English\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service is currently enabled for booking\"),\n Currency: z.string().describe(\"Currency code for the price (e.g., EUR)\"),\n ServiceDE: z.string().describe(\"Service name in German\").nullable().optional(),\n ServiceEN: z.string().describe(\"Service name in English\").nullable().optional(),\n ServiceID: z.number().int().describe(\"Unique identifier for the service\"),\n SortOrder: z.number().int().describe(\"Sort order for displaying the service\"),\n MaxCapacity: z.number().int().describe(\"Maximum capacity for the service\"),\n MinCapacity: z.number().int().describe(\"Minimum capacity for the service\"),\n ServiceGroupID: z.number().int().describe(\"ID of the service group this service belongs to\"),\n TimeSlotMinutes: z.number().int().describe(\"Duration of the service in minutes\"),\n}).passthrough().describe(\"Model representing a service in eTermin.\");\nexport const EterminGetServiceByIdOutput: z.ZodTypeAny = z.object({\n services: z.array(EterminGetServiceById_ServiceSchema).describe(\"List of services matching the request criteria\"),\n}).describe(\"Response model containing the list of services from eTermin.\\nEach service includes details like name, price, duration, and capacity settings.\");\n\nexport const eterminGetServiceById = action(\"ETERMIN_GET_SERVICE_BY_ID\", {\n slug: \"etermin-get-service-by-id\",\n name: \"Get Service By ID\",\n description: \"Tool to retrieve a specific service from eTermin. Use when you need to get service details by service ID.\",\n input: EterminGetServiceByIdInput,\n output: EterminGetServiceByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,EAC5K,CAAC,CAAC,CAAC,SAAS,4IAA4I;AACxJ,MAAM,sCAAoD,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD;CACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC3F,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAKpE,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,UAAU,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gDAAgD,EAClH,CAAC,CAAC,CAAC,SAAS,gJAOF;AACV,CAAC"}
@@ -0,0 +1,17 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-service-calendar.ts
4
+ const EterminGetServiceCalendarInput = zod.z.object({ serviceid: zod.z.string().describe("ID of a service. Multiple service IDs can be separated with a comma (e.g., '45345,45346').") }).describe("Request model for retrieving calendars by service ID.");
5
+ const EterminGetServiceCalendar_ServiceCalendarSchema = zod.z.object({ calendarid: zod.z.number().int().describe("Unique identifier for the calendar") }).passthrough().describe("Model representing a calendar associated with a service.");
6
+ const EterminGetServiceCalendarOutput = zod.z.object({ calendars: zod.z.array(EterminGetServiceCalendar_ServiceCalendarSchema).describe("List of calendars associated with the specified service ID(s)") }).describe("Response model containing the list of calendars associated with the specified service(s).");
7
+ const eterminGetServiceCalendar = require_action.action("ETERMIN_GET_SERVICE_CALENDAR", {
8
+ slug: "etermin-get-service-calendar",
9
+ name: "Get Service Calendar",
10
+ description: "Tool to retrieve calendars for a specific service ID. Use when you need to find which calendars are associated with a particular service.",
11
+ input: EterminGetServiceCalendarInput,
12
+ output: EterminGetServiceCalendarOutput
13
+ });
14
+ //#endregion
15
+ exports.eterminGetServiceCalendar = eterminGetServiceCalendar;
16
+
17
+ //# sourceMappingURL=get-service-calendar.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-calendar.cjs","names":["z","action"],"sources":["../../src/actions/get-service-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServiceCalendarInput: z.ZodTypeAny = z.object({\n serviceid: z.string().describe(\"ID of a service. Multiple service IDs can be separated with a comma (e.g., '45345,45346').\"),\n}).describe(\"Request model for retrieving calendars by service ID.\");\nconst EterminGetServiceCalendar_ServiceCalendarSchema: z.ZodTypeAny = z.object({\n calendarid: z.number().int().describe(\"Unique identifier for the calendar\"),\n}).passthrough().describe(\"Model representing a calendar associated with a service.\");\nexport const EterminGetServiceCalendarOutput: z.ZodTypeAny = z.object({\n calendars: z.array(EterminGetServiceCalendar_ServiceCalendarSchema).describe(\"List of calendars associated with the specified service ID(s)\"),\n}).describe(\"Response model containing the list of calendars associated with the specified service(s).\");\n\nexport const eterminGetServiceCalendar = action(\"ETERMIN_GET_SERVICE_CALENDAR\", {\n slug: \"etermin-get-service-calendar\",\n name: \"Get Service Calendar\",\n description: \"Tool to retrieve calendars for a specific service ID. Use when you need to find which calendars are associated with a particular service.\",\n input: EterminGetServiceCalendarInput,\n output: EterminGetServiceCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,EAC7H,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,EAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,WAAWA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,+DAA+D,EAC9I,CAAC,CAAC,CAAC,SAAS,2FAA2F;AAEvG,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-service-calendar.d.ts
4
+ declare const EterminGetServiceCalendarInput: z.ZodTypeAny;
5
+ declare const EterminGetServiceCalendarOutput: z.ZodTypeAny;
6
+ declare const eterminGetServiceCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServiceCalendar };
9
+ //# sourceMappingURL=get-service-calendar.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-calendar.d.cts","names":[],"sources":["../../src/actions/get-service-calendar.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEqB;AAAA,cAIvD,+BAAA,EAAiC,CAAA,CAAE,UAEwD;AAAA,cAE3F,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-service-calendar.d.ts
4
+ declare const EterminGetServiceCalendarInput: z.ZodTypeAny;
5
+ declare const EterminGetServiceCalendarOutput: z.ZodTypeAny;
6
+ declare const eterminGetServiceCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServiceCalendar };
9
+ //# sourceMappingURL=get-service-calendar.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-calendar.d.mts","names":[],"sources":["../../src/actions/get-service-calendar.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEqB;AAAA,cAIvD,+BAAA,EAAiC,CAAA,CAAE,UAEwD;AAAA,cAE3F,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-service-calendar.ts
4
+ const EterminGetServiceCalendarInput = z.object({ serviceid: z.string().describe("ID of a service. Multiple service IDs can be separated with a comma (e.g., '45345,45346').") }).describe("Request model for retrieving calendars by service ID.");
5
+ const EterminGetServiceCalendar_ServiceCalendarSchema = z.object({ calendarid: z.number().int().describe("Unique identifier for the calendar") }).passthrough().describe("Model representing a calendar associated with a service.");
6
+ const eterminGetServiceCalendar = action("ETERMIN_GET_SERVICE_CALENDAR", {
7
+ slug: "etermin-get-service-calendar",
8
+ name: "Get Service Calendar",
9
+ description: "Tool to retrieve calendars for a specific service ID. Use when you need to find which calendars are associated with a particular service.",
10
+ input: EterminGetServiceCalendarInput,
11
+ output: z.object({ calendars: z.array(EterminGetServiceCalendar_ServiceCalendarSchema).describe("List of calendars associated with the specified service ID(s)") }).describe("Response model containing the list of calendars associated with the specified service(s).")
12
+ });
13
+ //#endregion
14
+ export { eterminGetServiceCalendar };
15
+
16
+ //# sourceMappingURL=get-service-calendar.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-calendar.mjs","names":[],"sources":["../../src/actions/get-service-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServiceCalendarInput: z.ZodTypeAny = z.object({\n serviceid: z.string().describe(\"ID of a service. Multiple service IDs can be separated with a comma (e.g., '45345,45346').\"),\n}).describe(\"Request model for retrieving calendars by service ID.\");\nconst EterminGetServiceCalendar_ServiceCalendarSchema: z.ZodTypeAny = z.object({\n calendarid: z.number().int().describe(\"Unique identifier for the calendar\"),\n}).passthrough().describe(\"Model representing a calendar associated with a service.\");\nexport const EterminGetServiceCalendarOutput: z.ZodTypeAny = z.object({\n calendars: z.array(EterminGetServiceCalendar_ServiceCalendarSchema).describe(\"List of calendars associated with the specified service ID(s)\"),\n}).describe(\"Response model containing the list of calendars associated with the specified service(s).\");\n\nexport const eterminGetServiceCalendar = action(\"ETERMIN_GET_SERVICE_CALENDAR\", {\n slug: \"etermin-get-service-calendar\",\n name: \"Get Service Calendar\",\n description: \"Tool to retrieve calendars for a specific service ID. Use when you need to find which calendars are associated with a particular service.\",\n input: EterminGetServiceCalendarInput,\n output: EterminGetServiceCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,EACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,EAC7H,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,kDAAgE,EAAE,OAAO,EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,EAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAKpF,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,WAAW,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,+DAA+D,EAC9I,CAAC,CAAC,CAAC,SAAS,2FAOF;AACV,CAAC"}
@@ -0,0 +1,46 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-servicegroup.ts
4
+ const EterminGetServicegroupInput = zod.z.object({
5
+ languageid: zod.z.string().describe("Language code to filter service group information (e.g., 'DE', 'EN'). If not provided, all languages are included.").optional(),
6
+ servicegroupid: zod.z.number().int().describe("ID of the specific service group to retrieve. If not provided, all service groups are returned.").optional()
7
+ }).describe("Request model for retrieving service group details from eTermin.\nAll parameters are optional - can retrieve all service groups or filter by ID/language.");
8
+ const EterminGetServicegroup_ServiceGroupSchema = zod.z.object({
9
+ regex: zod.z.string().describe("Regular expression for validation").nullable().optional(),
10
+ Enabled: zod.z.boolean().describe("Whether the service group is enabled").nullable().optional(),
11
+ pageidx: zod.z.number().int().describe("Page index").nullable().optional(),
12
+ Collapse: zod.z.boolean().describe("Whether the service group is collapsed").nullable().optional(),
13
+ IsSimple: zod.z.boolean().describe("Whether the service group is simple").nullable().optional(),
14
+ ShowPrice: zod.z.boolean().describe("Whether to show price").nullable().optional(),
15
+ IsOptional: zod.z.boolean().describe("Whether the service group is optional").nullable().optional(),
16
+ ShowToggle: zod.z.boolean().describe("Whether to show toggle").nullable().optional(),
17
+ SelMinPrice: zod.z.union([zod.z.string(), zod.z.number()]).nullable().optional(),
18
+ ShowImgFull: zod.z.boolean().describe("Whether to show full image").nullable().optional(),
19
+ DisplayIndex: zod.z.number().int().describe("Display order index").nullable().optional(),
20
+ ShowDuration: zod.z.boolean().describe("Whether to show duration").nullable().optional(),
21
+ ShowInSummary: zod.z.boolean().describe("Whether to show in summary").nullable().optional(),
22
+ SelMinDuration: zod.z.number().int().describe("Minimum duration in minutes for service selection").nullable().optional(),
23
+ ServiceGroupDE: zod.z.string().describe("Service group name in German").nullable().optional(),
24
+ AnswerSelection: zod.z.number().int().describe("Answer selection mode").nullable().optional(),
25
+ AnswerSortOrder: zod.z.number().int().describe("Sort order for answers").nullable().optional(),
26
+ AdditionalTextDE: zod.z.string().describe("Additional text in German").nullable().optional(),
27
+ NrServiceColumns: zod.z.number().int().describe("Number of service columns").nullable().optional(),
28
+ ServiceGroupType: zod.z.number().int().describe("Type of the service group").nullable().optional(),
29
+ CountryLimitation: zod.z.string().describe("Country codes where service group is available (e.g., 'de,at,ch')").nullable().optional(),
30
+ AddTextDisplayMode: zod.z.number().int().describe("Display mode for additional text").nullable().optional(),
31
+ ShowInEmailSummary: zod.z.boolean().describe("Whether to show in email summary").nullable().optional(),
32
+ StandardAnswerIndex: zod.z.number().int().describe("Index of the standard answer").nullable().optional(),
33
+ ShowWhenCertainAnswerSelected: zod.z.string().describe("Condition for showing when certain answer is selected").nullable().optional()
34
+ }).passthrough().describe("Model representing a service group in eTermin.");
35
+ const EterminGetServicegroupOutput = zod.z.object({ servicegroups: zod.z.array(EterminGetServicegroup_ServiceGroupSchema).describe("List of service groups with their details and configuration") }).describe("Response model containing service group details from eTermin.\nReturns a list of service groups with their configurations and display settings.");
36
+ const eterminGetServicegroup = require_action.action("ETERMIN_GET_SERVICEGROUP", {
37
+ slug: "etermin-get-servicegroup",
38
+ name: "Get Service Group",
39
+ description: "Tool to retrieve service group details from eTermin. Use when you need to list service groups or get specific service group information by ID or language.",
40
+ input: EterminGetServicegroupInput,
41
+ output: EterminGetServicegroupOutput
42
+ });
43
+ //#endregion
44
+ exports.eterminGetServicegroup = eterminGetServicegroup;
45
+
46
+ //# sourceMappingURL=get-servicegroup.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-servicegroup.cjs","names":["z","action"],"sources":["../../src/actions/get-servicegroup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServicegroupInput: z.ZodTypeAny = z.object({\n languageid: z.string().describe(\"Language code to filter service group information (e.g., 'DE', 'EN'). If not provided, all languages are included.\").optional(),\n servicegroupid: z.number().int().describe(\"ID of the specific service group to retrieve. If not provided, all service groups are returned.\").optional(),\n}).describe(\"Request model for retrieving service group details from eTermin.\\nAll parameters are optional - can retrieve all service groups or filter by ID/language.\");\nconst EterminGetServicegroup_ServiceGroupSchema: z.ZodTypeAny = z.object({\n regex: z.string().describe(\"Regular expression for validation\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service group is enabled\").nullable().optional(),\n pageidx: z.number().int().describe(\"Page index\").nullable().optional(),\n Collapse: z.boolean().describe(\"Whether the service group is collapsed\").nullable().optional(),\n IsSimple: z.boolean().describe(\"Whether the service group is simple\").nullable().optional(),\n ShowPrice: z.boolean().describe(\"Whether to show price\").nullable().optional(),\n IsOptional: z.boolean().describe(\"Whether the service group is optional\").nullable().optional(),\n ShowToggle: z.boolean().describe(\"Whether to show toggle\").nullable().optional(),\n SelMinPrice: z.union([z.string(), z.number()]).nullable().optional(),\n ShowImgFull: z.boolean().describe(\"Whether to show full image\").nullable().optional(),\n DisplayIndex: z.number().int().describe(\"Display order index\").nullable().optional(),\n ShowDuration: z.boolean().describe(\"Whether to show duration\").nullable().optional(),\n ShowInSummary: z.boolean().describe(\"Whether to show in summary\").nullable().optional(),\n SelMinDuration: z.number().int().describe(\"Minimum duration in minutes for service selection\").nullable().optional(),\n ServiceGroupDE: z.string().describe(\"Service group name in German\").nullable().optional(),\n AnswerSelection: z.number().int().describe(\"Answer selection mode\").nullable().optional(),\n AnswerSortOrder: z.number().int().describe(\"Sort order for answers\").nullable().optional(),\n AdditionalTextDE: z.string().describe(\"Additional text in German\").nullable().optional(),\n NrServiceColumns: z.number().int().describe(\"Number of service columns\").nullable().optional(),\n ServiceGroupType: z.number().int().describe(\"Type of the service group\").nullable().optional(),\n CountryLimitation: z.string().describe(\"Country codes where service group is available (e.g., 'de,at,ch')\").nullable().optional(),\n AddTextDisplayMode: z.number().int().describe(\"Display mode for additional text\").nullable().optional(),\n ShowInEmailSummary: z.boolean().describe(\"Whether to show in email summary\").nullable().optional(),\n StandardAnswerIndex: z.number().int().describe(\"Index of the standard answer\").nullable().optional(),\n ShowWhenCertainAnswerSelected: z.string().describe(\"Condition for showing when certain answer is selected\").nullable().optional(),\n}).passthrough().describe(\"Model representing a service group in eTermin.\");\nexport const EterminGetServicegroupOutput: z.ZodTypeAny = z.object({\n servicegroups: z.array(EterminGetServicegroup_ServiceGroupSchema).describe(\"List of service groups with their details and configuration\"),\n}).describe(\"Response model containing service group details from eTermin.\\nReturns a list of service groups with their configurations and display settings.\");\n\nexport const eterminGetServicegroup = action(\"ETERMIN_GET_SERVICEGROUP\", {\n slug: \"etermin-get-servicegroup\",\n name: \"Get Service Group\",\n description: \"Tool to retrieve service group details from eTermin. Use when you need to list service groups or get specific service group information by ID or language.\",\n input: EterminGetServicegroupInput,\n output: EterminGetServicegroupOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-servicegroup.d.ts
4
+ declare const EterminGetServicegroupInput: z.ZodTypeAny;
5
+ declare const EterminGetServicegroupOutput: z.ZodTypeAny;
6
+ declare const eterminGetServicegroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServicegroup };
9
+ //# sourceMappingURL=get-servicegroup.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-servicegroup.d.cts","names":[],"sources":["../../src/actions/get-servicegroup.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG4H;AAAA,cA4B3J,4BAAA,EAA8B,CAAA,CAAE,UAEiH;AAAA,cAEjJ,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-servicegroup.d.ts
4
+ declare const EterminGetServicegroupInput: z.ZodTypeAny;
5
+ declare const EterminGetServicegroupOutput: z.ZodTypeAny;
6
+ declare const eterminGetServicegroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServicegroup };
9
+ //# sourceMappingURL=get-servicegroup.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-servicegroup.d.mts","names":[],"sources":["../../src/actions/get-servicegroup.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG4H;AAAA,cA4B3J,4BAAA,EAA8B,CAAA,CAAE,UAEiH;AAAA,cAEjJ,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,45 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-servicegroup.ts
4
+ const EterminGetServicegroupInput = z.object({
5
+ languageid: z.string().describe("Language code to filter service group information (e.g., 'DE', 'EN'). If not provided, all languages are included.").optional(),
6
+ servicegroupid: z.number().int().describe("ID of the specific service group to retrieve. If not provided, all service groups are returned.").optional()
7
+ }).describe("Request model for retrieving service group details from eTermin.\nAll parameters are optional - can retrieve all service groups or filter by ID/language.");
8
+ const EterminGetServicegroup_ServiceGroupSchema = z.object({
9
+ regex: z.string().describe("Regular expression for validation").nullable().optional(),
10
+ Enabled: z.boolean().describe("Whether the service group is enabled").nullable().optional(),
11
+ pageidx: z.number().int().describe("Page index").nullable().optional(),
12
+ Collapse: z.boolean().describe("Whether the service group is collapsed").nullable().optional(),
13
+ IsSimple: z.boolean().describe("Whether the service group is simple").nullable().optional(),
14
+ ShowPrice: z.boolean().describe("Whether to show price").nullable().optional(),
15
+ IsOptional: z.boolean().describe("Whether the service group is optional").nullable().optional(),
16
+ ShowToggle: z.boolean().describe("Whether to show toggle").nullable().optional(),
17
+ SelMinPrice: z.union([z.string(), z.number()]).nullable().optional(),
18
+ ShowImgFull: z.boolean().describe("Whether to show full image").nullable().optional(),
19
+ DisplayIndex: z.number().int().describe("Display order index").nullable().optional(),
20
+ ShowDuration: z.boolean().describe("Whether to show duration").nullable().optional(),
21
+ ShowInSummary: z.boolean().describe("Whether to show in summary").nullable().optional(),
22
+ SelMinDuration: z.number().int().describe("Minimum duration in minutes for service selection").nullable().optional(),
23
+ ServiceGroupDE: z.string().describe("Service group name in German").nullable().optional(),
24
+ AnswerSelection: z.number().int().describe("Answer selection mode").nullable().optional(),
25
+ AnswerSortOrder: z.number().int().describe("Sort order for answers").nullable().optional(),
26
+ AdditionalTextDE: z.string().describe("Additional text in German").nullable().optional(),
27
+ NrServiceColumns: z.number().int().describe("Number of service columns").nullable().optional(),
28
+ ServiceGroupType: z.number().int().describe("Type of the service group").nullable().optional(),
29
+ CountryLimitation: z.string().describe("Country codes where service group is available (e.g., 'de,at,ch')").nullable().optional(),
30
+ AddTextDisplayMode: z.number().int().describe("Display mode for additional text").nullable().optional(),
31
+ ShowInEmailSummary: z.boolean().describe("Whether to show in email summary").nullable().optional(),
32
+ StandardAnswerIndex: z.number().int().describe("Index of the standard answer").nullable().optional(),
33
+ ShowWhenCertainAnswerSelected: z.string().describe("Condition for showing when certain answer is selected").nullable().optional()
34
+ }).passthrough().describe("Model representing a service group in eTermin.");
35
+ const eterminGetServicegroup = action("ETERMIN_GET_SERVICEGROUP", {
36
+ slug: "etermin-get-servicegroup",
37
+ name: "Get Service Group",
38
+ description: "Tool to retrieve service group details from eTermin. Use when you need to list service groups or get specific service group information by ID or language.",
39
+ input: EterminGetServicegroupInput,
40
+ output: z.object({ servicegroups: z.array(EterminGetServicegroup_ServiceGroupSchema).describe("List of service groups with their details and configuration") }).describe("Response model containing service group details from eTermin.\nReturns a list of service groups with their configurations and display settings.")
41
+ });
42
+ //#endregion
43
+ export { eterminGetServicegroup };
44
+
45
+ //# sourceMappingURL=get-servicegroup.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-servicegroup.mjs","names":[],"sources":["../../src/actions/get-servicegroup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServicegroupInput: z.ZodTypeAny = z.object({\n languageid: z.string().describe(\"Language code to filter service group information (e.g., 'DE', 'EN'). If not provided, all languages are included.\").optional(),\n servicegroupid: z.number().int().describe(\"ID of the specific service group to retrieve. If not provided, all service groups are returned.\").optional(),\n}).describe(\"Request model for retrieving service group details from eTermin.\\nAll parameters are optional - can retrieve all service groups or filter by ID/language.\");\nconst EterminGetServicegroup_ServiceGroupSchema: z.ZodTypeAny = z.object({\n regex: z.string().describe(\"Regular expression for validation\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service group is enabled\").nullable().optional(),\n pageidx: z.number().int().describe(\"Page index\").nullable().optional(),\n Collapse: z.boolean().describe(\"Whether the service group is collapsed\").nullable().optional(),\n IsSimple: z.boolean().describe(\"Whether the service group is simple\").nullable().optional(),\n ShowPrice: z.boolean().describe(\"Whether to show price\").nullable().optional(),\n IsOptional: z.boolean().describe(\"Whether the service group is optional\").nullable().optional(),\n ShowToggle: z.boolean().describe(\"Whether to show toggle\").nullable().optional(),\n SelMinPrice: z.union([z.string(), z.number()]).nullable().optional(),\n ShowImgFull: z.boolean().describe(\"Whether to show full image\").nullable().optional(),\n DisplayIndex: z.number().int().describe(\"Display order index\").nullable().optional(),\n ShowDuration: z.boolean().describe(\"Whether to show duration\").nullable().optional(),\n ShowInSummary: z.boolean().describe(\"Whether to show in summary\").nullable().optional(),\n SelMinDuration: z.number().int().describe(\"Minimum duration in minutes for service selection\").nullable().optional(),\n ServiceGroupDE: z.string().describe(\"Service group name in German\").nullable().optional(),\n AnswerSelection: z.number().int().describe(\"Answer selection mode\").nullable().optional(),\n AnswerSortOrder: z.number().int().describe(\"Sort order for answers\").nullable().optional(),\n AdditionalTextDE: z.string().describe(\"Additional text in German\").nullable().optional(),\n NrServiceColumns: z.number().int().describe(\"Number of service columns\").nullable().optional(),\n ServiceGroupType: z.number().int().describe(\"Type of the service group\").nullable().optional(),\n CountryLimitation: z.string().describe(\"Country codes where service group is available (e.g., 'de,at,ch')\").nullable().optional(),\n AddTextDisplayMode: z.number().int().describe(\"Display mode for additional text\").nullable().optional(),\n ShowInEmailSummary: z.boolean().describe(\"Whether to show in email summary\").nullable().optional(),\n StandardAnswerIndex: z.number().int().describe(\"Index of the standard answer\").nullable().optional(),\n ShowWhenCertainAnswerSelected: z.string().describe(\"Condition for showing when certain answer is selected\").nullable().optional(),\n}).passthrough().describe(\"Model representing a service group in eTermin.\");\nexport const EterminGetServicegroupOutput: z.ZodTypeAny = z.object({\n servicegroups: z.array(EterminGetServicegroup_ServiceGroupSchema).describe(\"List of service groups with their details and configuration\"),\n}).describe(\"Response model containing service group details from eTermin.\\nReturns a list of service groups with their configurations and display settings.\");\n\nexport const eterminGetServicegroup = action(\"ETERMIN_GET_SERVICEGROUP\", {\n slug: \"etermin-get-servicegroup\",\n name: \"Get Service Group\",\n description: \"Tool to retrieve service group details from eTermin. Use when you need to list service groups or get specific service group information by ID or language.\",\n input: EterminGetServicegroupInput,\n output: EterminGetServicegroupOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-services.ts
4
+ const EterminGetServicesInput = zod.z.object({}).describe("Request model for retrieving all services from eTermin.\nNo parameters required - retrieves all services in the account.");
5
+ const EterminGetServices_ServiceSchema = zod.z.object({
6
+ Price: zod.z.number().describe("Price of the service"),
7
+ InfoDE: zod.z.string().describe("Service description/info in German").nullable().optional(),
8
+ InfoEN: zod.z.string().describe("Service description/info in English").nullable().optional(),
9
+ Enabled: zod.z.boolean().describe("Whether the service is currently enabled for booking"),
10
+ Currency: zod.z.string().describe("Currency code for the price (e.g., EUR)"),
11
+ ServiceDE: zod.z.string().describe("Service name in German").nullable().optional(),
12
+ ServiceEN: zod.z.string().describe("Service name in English").nullable().optional(),
13
+ ServiceID: zod.z.number().int().describe("Unique identifier for the service"),
14
+ SortOrder: zod.z.number().int().describe("Sort order for displaying the service"),
15
+ MaxCapacity: zod.z.number().int().describe("Maximum capacity for the service"),
16
+ MinCapacity: zod.z.number().int().describe("Minimum capacity for the service"),
17
+ ServiceGroupID: zod.z.number().int().describe("ID of the service group this service belongs to"),
18
+ TimeSlotMinutes: zod.z.number().int().describe("Duration of the service in minutes")
19
+ }).passthrough().describe("Model representing a service in eTermin.");
20
+ const EterminGetServicesOutput = zod.z.object({ services: zod.z.array(EterminGetServices_ServiceSchema).describe("List of all services configured in the eTermin account") }).describe("Response model containing the list of services from eTermin.\nEach service includes details like name, price, duration, and capacity settings.");
21
+ const eterminGetServices = require_action.action("ETERMIN_GET_SERVICES", {
22
+ slug: "etermin-get-services",
23
+ name: "Get Services",
24
+ description: "Tool to retrieve a list of services. Use when you need to list available services in your eTermin account.",
25
+ input: EterminGetServicesInput,
26
+ output: EterminGetServicesOutput
27
+ });
28
+ //#endregion
29
+ exports.eterminGetServices = eterminGetServices;
30
+
31
+ //# sourceMappingURL=get-services.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-services.cjs","names":["z","action"],"sources":["../../src/actions/get-services.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServicesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all services from eTermin.\\nNo parameters required - retrieves all services in the account.\");\nconst EterminGetServices_ServiceSchema: z.ZodTypeAny = z.object({\n Price: z.number().describe(\"Price of the service\"),\n InfoDE: z.string().describe(\"Service description/info in German\").nullable().optional(),\n InfoEN: z.string().describe(\"Service description/info in English\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service is currently enabled for booking\"),\n Currency: z.string().describe(\"Currency code for the price (e.g., EUR)\"),\n ServiceDE: z.string().describe(\"Service name in German\").nullable().optional(),\n ServiceEN: z.string().describe(\"Service name in English\").nullable().optional(),\n ServiceID: z.number().int().describe(\"Unique identifier for the service\"),\n SortOrder: z.number().int().describe(\"Sort order for displaying the service\"),\n MaxCapacity: z.number().int().describe(\"Maximum capacity for the service\"),\n MinCapacity: z.number().int().describe(\"Minimum capacity for the service\"),\n ServiceGroupID: z.number().int().describe(\"ID of the service group this service belongs to\"),\n TimeSlotMinutes: z.number().int().describe(\"Duration of the service in minutes\"),\n}).passthrough().describe(\"Model representing a service in eTermin.\");\nexport const EterminGetServicesOutput: z.ZodTypeAny = z.object({\n services: z.array(EterminGetServices_ServiceSchema).describe(\"List of all services configured in the eTermin account\"),\n}).describe(\"Response model containing the list of services from eTermin.\\nEach service includes details like name, price, duration, and capacity settings.\");\n\nexport const eterminGetServices = action(\"ETERMIN_GET_SERVICES\", {\n slug: \"etermin-get-services\",\n name: \"Get Services\",\n description: \"Tool to retrieve a list of services. Use when you need to list available services in your eTermin account.\",\n input: EterminGetServicesInput,\n output: EterminGetServicesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACrM,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC3F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,UAAUA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,wDAAwD,EACvH,CAAC,CAAC,CAAC,SAAS,gJAAgJ;AAE5J,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-services.d.ts
4
+ declare const EterminGetServicesInput: z.ZodTypeAny;
5
+ declare const EterminGetServicesOutput: z.ZodTypeAny;
6
+ declare const eterminGetServices: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServices };
9
+ //# sourceMappingURL=get-services.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-services.d.cts","names":[],"sources":["../../src/actions/get-services.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAA8J;AAAA,cAgBzL,wBAAA,EAA0B,CAAA,CAAE,UAEoH;AAAA,cAEhJ,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-services.d.ts
4
+ declare const EterminGetServicesInput: z.ZodTypeAny;
5
+ declare const EterminGetServicesOutput: z.ZodTypeAny;
6
+ declare const eterminGetServices: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetServices };
9
+ //# sourceMappingURL=get-services.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-services.d.mts","names":[],"sources":["../../src/actions/get-services.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAA8J;AAAA,cAgBzL,wBAAA,EAA0B,CAAA,CAAE,UAEoH;AAAA,cAEhJ,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-services.ts
4
+ const EterminGetServicesInput = z.object({}).describe("Request model for retrieving all services from eTermin.\nNo parameters required - retrieves all services in the account.");
5
+ const EterminGetServices_ServiceSchema = z.object({
6
+ Price: z.number().describe("Price of the service"),
7
+ InfoDE: z.string().describe("Service description/info in German").nullable().optional(),
8
+ InfoEN: z.string().describe("Service description/info in English").nullable().optional(),
9
+ Enabled: z.boolean().describe("Whether the service is currently enabled for booking"),
10
+ Currency: z.string().describe("Currency code for the price (e.g., EUR)"),
11
+ ServiceDE: z.string().describe("Service name in German").nullable().optional(),
12
+ ServiceEN: z.string().describe("Service name in English").nullable().optional(),
13
+ ServiceID: z.number().int().describe("Unique identifier for the service"),
14
+ SortOrder: z.number().int().describe("Sort order for displaying the service"),
15
+ MaxCapacity: z.number().int().describe("Maximum capacity for the service"),
16
+ MinCapacity: z.number().int().describe("Minimum capacity for the service"),
17
+ ServiceGroupID: z.number().int().describe("ID of the service group this service belongs to"),
18
+ TimeSlotMinutes: z.number().int().describe("Duration of the service in minutes")
19
+ }).passthrough().describe("Model representing a service in eTermin.");
20
+ const eterminGetServices = action("ETERMIN_GET_SERVICES", {
21
+ slug: "etermin-get-services",
22
+ name: "Get Services",
23
+ description: "Tool to retrieve a list of services. Use when you need to list available services in your eTermin account.",
24
+ input: EterminGetServicesInput,
25
+ output: z.object({ services: z.array(EterminGetServices_ServiceSchema).describe("List of all services configured in the eTermin account") }).describe("Response model containing the list of services from eTermin.\nEach service includes details like name, price, duration, and capacity settings.")
26
+ });
27
+ //#endregion
28
+ export { eterminGetServices };
29
+
30
+ //# sourceMappingURL=get-services.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-services.mjs","names":[],"sources":["../../src/actions/get-services.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetServicesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all services from eTermin.\\nNo parameters required - retrieves all services in the account.\");\nconst EterminGetServices_ServiceSchema: z.ZodTypeAny = z.object({\n Price: z.number().describe(\"Price of the service\"),\n InfoDE: z.string().describe(\"Service description/info in German\").nullable().optional(),\n InfoEN: z.string().describe(\"Service description/info in English\").nullable().optional(),\n Enabled: z.boolean().describe(\"Whether the service is currently enabled for booking\"),\n Currency: z.string().describe(\"Currency code for the price (e.g., EUR)\"),\n ServiceDE: z.string().describe(\"Service name in German\").nullable().optional(),\n ServiceEN: z.string().describe(\"Service name in English\").nullable().optional(),\n ServiceID: z.number().int().describe(\"Unique identifier for the service\"),\n SortOrder: z.number().int().describe(\"Sort order for displaying the service\"),\n MaxCapacity: z.number().int().describe(\"Maximum capacity for the service\"),\n MinCapacity: z.number().int().describe(\"Minimum capacity for the service\"),\n ServiceGroupID: z.number().int().describe(\"ID of the service group this service belongs to\"),\n TimeSlotMinutes: z.number().int().describe(\"Duration of the service in minutes\"),\n}).passthrough().describe(\"Model representing a service in eTermin.\");\nexport const EterminGetServicesOutput: z.ZodTypeAny = z.object({\n services: z.array(EterminGetServices_ServiceSchema).describe(\"List of all services configured in the eTermin account\"),\n}).describe(\"Response model containing the list of services from eTermin.\\nEach service includes details like name, price, duration, and capacity settings.\");\n\nexport const eterminGetServices = action(\"ETERMIN_GET_SERVICES\", {\n slug: \"etermin-get-services\",\n name: \"Get Services\",\n description: \"Tool to retrieve a list of services. Use when you need to list available services in your eTermin account.\",\n input: EterminGetServicesInput,\n output: EterminGetServicesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACrM,MAAM,mCAAiD,EAAE,OAAO;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD;CACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC3F,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAKpE,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,UAAU,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,wDAAwD,EACvH,CAAC,CAAC,CAAC,SAAS,gJAOF;AACV,CAAC"}