@keystrokehq/scheduleonce 0.1.0 → 0.1.3

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 (225) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/book-time-slot.cjs +8 -8
  4. package/dist/actions/book-time-slot.cjs.map +1 -1
  5. package/dist/actions/book-time-slot.d.cts +81 -3
  6. package/dist/actions/book-time-slot.d.cts.map +1 -1
  7. package/dist/actions/book-time-slot.d.mts +81 -3
  8. package/dist/actions/book-time-slot.d.mts.map +1 -1
  9. package/dist/actions/book-time-slot.mjs +8 -8
  10. package/dist/actions/book-time-slot.mjs.map +1 -1
  11. package/dist/actions/cancel-booking.cjs +10 -10
  12. package/dist/actions/cancel-booking.cjs.map +1 -1
  13. package/dist/actions/cancel-booking.d.cts +50 -3
  14. package/dist/actions/cancel-booking.d.cts.map +1 -1
  15. package/dist/actions/cancel-booking.d.mts +50 -3
  16. package/dist/actions/cancel-booking.d.mts.map +1 -1
  17. package/dist/actions/cancel-booking.mjs +10 -10
  18. package/dist/actions/cancel-booking.mjs.map +1 -1
  19. package/dist/actions/create-contact.cjs +5 -5
  20. package/dist/actions/create-contact.cjs.map +1 -1
  21. package/dist/actions/create-contact.d.cts +61 -3
  22. package/dist/actions/create-contact.d.cts.map +1 -1
  23. package/dist/actions/create-contact.d.mts +61 -3
  24. package/dist/actions/create-contact.d.mts.map +1 -1
  25. package/dist/actions/create-contact.mjs +5 -5
  26. package/dist/actions/create-contact.mjs.map +1 -1
  27. package/dist/actions/create-one-time-link-for-booking-calendar.cjs +2 -2
  28. package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -1
  29. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +27 -3
  30. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -1
  31. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +27 -3
  32. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -1
  33. package/dist/actions/create-one-time-link-for-booking-calendar.mjs +2 -2
  34. package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -1
  35. package/dist/actions/create-user.cjs +1 -1
  36. package/dist/actions/create-user.cjs.map +1 -1
  37. package/dist/actions/create-user.d.cts +23 -3
  38. package/dist/actions/create-user.d.cts.map +1 -1
  39. package/dist/actions/create-user.d.mts +23 -3
  40. package/dist/actions/create-user.d.mts.map +1 -1
  41. package/dist/actions/create-user.mjs +1 -1
  42. package/dist/actions/create-user.mjs.map +1 -1
  43. package/dist/actions/delete-contact.cjs +1 -1
  44. package/dist/actions/delete-contact.cjs.map +1 -1
  45. package/dist/actions/delete-contact.d.cts +10 -3
  46. package/dist/actions/delete-contact.d.cts.map +1 -1
  47. package/dist/actions/delete-contact.d.mts +10 -3
  48. package/dist/actions/delete-contact.d.mts.map +1 -1
  49. package/dist/actions/delete-contact.mjs +1 -1
  50. package/dist/actions/delete-contact.mjs.map +1 -1
  51. package/dist/actions/delete-user.cjs +1 -1
  52. package/dist/actions/delete-user.cjs.map +1 -1
  53. package/dist/actions/delete-user.d.cts +10 -3
  54. package/dist/actions/delete-user.d.cts.map +1 -1
  55. package/dist/actions/delete-user.d.mts +10 -3
  56. package/dist/actions/delete-user.d.mts.map +1 -1
  57. package/dist/actions/delete-user.mjs +1 -1
  58. package/dist/actions/delete-user.mjs.map +1 -1
  59. package/dist/actions/get-available-time-slots.cjs +3 -3
  60. package/dist/actions/get-available-time-slots.cjs.map +1 -1
  61. package/dist/actions/get-available-time-slots.d.cts +20 -3
  62. package/dist/actions/get-available-time-slots.d.cts.map +1 -1
  63. package/dist/actions/get-available-time-slots.d.mts +20 -3
  64. package/dist/actions/get-available-time-slots.d.mts.map +1 -1
  65. package/dist/actions/get-available-time-slots.mjs +3 -3
  66. package/dist/actions/get-available-time-slots.mjs.map +1 -1
  67. package/dist/actions/get-single-booking-calendar.cjs +9 -9
  68. package/dist/actions/get-single-booking-calendar.cjs.map +1 -1
  69. package/dist/actions/get-single-booking-calendar.d.cts +16 -3
  70. package/dist/actions/get-single-booking-calendar.d.cts.map +1 -1
  71. package/dist/actions/get-single-booking-calendar.d.mts +16 -3
  72. package/dist/actions/get-single-booking-calendar.d.mts.map +1 -1
  73. package/dist/actions/get-single-booking-calendar.mjs +9 -9
  74. package/dist/actions/get-single-booking-calendar.mjs.map +1 -1
  75. package/dist/actions/get-single-booking.cjs +8 -8
  76. package/dist/actions/get-single-booking.cjs.map +1 -1
  77. package/dist/actions/get-single-booking.d.cts +48 -3
  78. package/dist/actions/get-single-booking.d.cts.map +1 -1
  79. package/dist/actions/get-single-booking.d.mts +48 -3
  80. package/dist/actions/get-single-booking.d.mts.map +1 -1
  81. package/dist/actions/get-single-booking.mjs +8 -8
  82. package/dist/actions/get-single-booking.mjs.map +1 -1
  83. package/dist/actions/get-single-contact.cjs +5 -5
  84. package/dist/actions/get-single-contact.cjs.map +1 -1
  85. package/dist/actions/get-single-contact.d.cts +35 -3
  86. package/dist/actions/get-single-contact.d.cts.map +1 -1
  87. package/dist/actions/get-single-contact.d.mts +35 -3
  88. package/dist/actions/get-single-contact.d.mts.map +1 -1
  89. package/dist/actions/get-single-contact.mjs +5 -5
  90. package/dist/actions/get-single-contact.mjs.map +1 -1
  91. package/dist/actions/get-single-master-page.cjs +7 -7
  92. package/dist/actions/get-single-master-page.cjs.map +1 -1
  93. package/dist/actions/get-single-master-page.d.cts +14 -3
  94. package/dist/actions/get-single-master-page.d.cts.map +1 -1
  95. package/dist/actions/get-single-master-page.d.mts +14 -3
  96. package/dist/actions/get-single-master-page.d.mts.map +1 -1
  97. package/dist/actions/get-single-master-page.mjs +7 -7
  98. package/dist/actions/get-single-master-page.mjs.map +1 -1
  99. package/dist/actions/get-single-user.cjs +3 -3
  100. package/dist/actions/get-single-user.cjs.map +1 -1
  101. package/dist/actions/get-single-user.d.cts +19 -3
  102. package/dist/actions/get-single-user.d.cts.map +1 -1
  103. package/dist/actions/get-single-user.d.mts +19 -3
  104. package/dist/actions/get-single-user.d.mts.map +1 -1
  105. package/dist/actions/get-single-user.mjs +3 -3
  106. package/dist/actions/get-single-user.mjs.map +1 -1
  107. package/dist/actions/get-user-scheduling-availability.cjs +5 -5
  108. package/dist/actions/get-user-scheduling-availability.cjs.map +1 -1
  109. package/dist/actions/get-user-scheduling-availability.d.cts +34 -3
  110. package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -1
  111. package/dist/actions/get-user-scheduling-availability.d.mts +34 -3
  112. package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -1
  113. package/dist/actions/get-user-scheduling-availability.mjs +5 -5
  114. package/dist/actions/get-user-scheduling-availability.mjs.map +1 -1
  115. package/dist/actions/list-all-booking-calendars.cjs +2 -2
  116. package/dist/actions/list-all-booking-calendars.cjs.map +1 -1
  117. package/dist/actions/list-all-booking-calendars.d.cts +22 -3
  118. package/dist/actions/list-all-booking-calendars.d.cts.map +1 -1
  119. package/dist/actions/list-all-booking-calendars.d.mts +22 -3
  120. package/dist/actions/list-all-booking-calendars.d.mts.map +1 -1
  121. package/dist/actions/list-all-booking-calendars.mjs +2 -2
  122. package/dist/actions/list-all-booking-calendars.mjs.map +1 -1
  123. package/dist/actions/list-all-booking-pages.cjs +2 -2
  124. package/dist/actions/list-all-booking-pages.cjs.map +1 -1
  125. package/dist/actions/list-all-booking-pages.d.cts +21 -3
  126. package/dist/actions/list-all-booking-pages.d.cts.map +1 -1
  127. package/dist/actions/list-all-booking-pages.d.mts +21 -3
  128. package/dist/actions/list-all-booking-pages.d.mts.map +1 -1
  129. package/dist/actions/list-all-booking-pages.mjs +2 -2
  130. package/dist/actions/list-all-booking-pages.mjs.map +1 -1
  131. package/dist/actions/list-all-bookings.cjs +11 -11
  132. package/dist/actions/list-all-bookings.cjs.map +1 -1
  133. package/dist/actions/list-all-bookings.d.cts +60 -3
  134. package/dist/actions/list-all-bookings.d.cts.map +1 -1
  135. package/dist/actions/list-all-bookings.d.mts +60 -3
  136. package/dist/actions/list-all-bookings.d.mts.map +1 -1
  137. package/dist/actions/list-all-bookings.mjs +11 -11
  138. package/dist/actions/list-all-bookings.mjs.map +1 -1
  139. package/dist/actions/list-all-contacts.cjs +4 -4
  140. package/dist/actions/list-all-contacts.cjs.map +1 -1
  141. package/dist/actions/list-all-contacts.d.cts +52 -3
  142. package/dist/actions/list-all-contacts.d.cts.map +1 -1
  143. package/dist/actions/list-all-contacts.d.mts +52 -3
  144. package/dist/actions/list-all-contacts.d.mts.map +1 -1
  145. package/dist/actions/list-all-contacts.mjs +4 -4
  146. package/dist/actions/list-all-contacts.mjs.map +1 -1
  147. package/dist/actions/list-all-event-types.cjs +2 -2
  148. package/dist/actions/list-all-event-types.cjs.map +1 -1
  149. package/dist/actions/list-all-event-types.d.cts +18 -3
  150. package/dist/actions/list-all-event-types.d.cts.map +1 -1
  151. package/dist/actions/list-all-event-types.d.mts +18 -3
  152. package/dist/actions/list-all-event-types.d.mts.map +1 -1
  153. package/dist/actions/list-all-event-types.mjs +2 -2
  154. package/dist/actions/list-all-event-types.mjs.map +1 -1
  155. package/dist/actions/list-all-master-pages.cjs +2 -2
  156. package/dist/actions/list-all-master-pages.cjs.map +1 -1
  157. package/dist/actions/list-all-master-pages.d.cts +20 -3
  158. package/dist/actions/list-all-master-pages.d.cts.map +1 -1
  159. package/dist/actions/list-all-master-pages.d.mts +20 -3
  160. package/dist/actions/list-all-master-pages.d.mts.map +1 -1
  161. package/dist/actions/list-all-master-pages.mjs +2 -2
  162. package/dist/actions/list-all-master-pages.mjs.map +1 -1
  163. package/dist/actions/list-all-teams.cjs +2 -2
  164. package/dist/actions/list-all-teams.cjs.map +1 -1
  165. package/dist/actions/list-all-teams.d.cts +21 -3
  166. package/dist/actions/list-all-teams.d.cts.map +1 -1
  167. package/dist/actions/list-all-teams.d.mts +21 -3
  168. package/dist/actions/list-all-teams.d.mts.map +1 -1
  169. package/dist/actions/list-all-teams.mjs +2 -2
  170. package/dist/actions/list-all-teams.mjs.map +1 -1
  171. package/dist/actions/list-all-users.cjs +2 -2
  172. package/dist/actions/list-all-users.cjs.map +1 -1
  173. package/dist/actions/list-all-users.d.cts +23 -3
  174. package/dist/actions/list-all-users.d.cts.map +1 -1
  175. package/dist/actions/list-all-users.d.mts +23 -3
  176. package/dist/actions/list-all-users.d.mts.map +1 -1
  177. package/dist/actions/list-all-users.mjs +2 -2
  178. package/dist/actions/list-all-users.mjs.map +1 -1
  179. package/dist/actions/mark-booking-as-no-show.cjs +11 -11
  180. package/dist/actions/mark-booking-as-no-show.cjs.map +1 -1
  181. package/dist/actions/mark-booking-as-no-show.d.cts +56 -3
  182. package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -1
  183. package/dist/actions/mark-booking-as-no-show.d.mts +56 -3
  184. package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -1
  185. package/dist/actions/mark-booking-as-no-show.mjs +11 -11
  186. package/dist/actions/mark-booking-as-no-show.mjs.map +1 -1
  187. package/dist/actions/test-api-key.cjs +1 -1
  188. package/dist/actions/test-api-key.cjs.map +1 -1
  189. package/dist/actions/test-api-key.d.cts +6 -3
  190. package/dist/actions/test-api-key.d.cts.map +1 -1
  191. package/dist/actions/test-api-key.d.mts +6 -3
  192. package/dist/actions/test-api-key.d.mts.map +1 -1
  193. package/dist/actions/test-api-key.mjs +1 -1
  194. package/dist/actions/test-api-key.mjs.map +1 -1
  195. package/dist/actions/update-contact.cjs +2 -2
  196. package/dist/actions/update-contact.cjs.map +1 -1
  197. package/dist/actions/update-contact.d.cts +26 -3
  198. package/dist/actions/update-contact.d.cts.map +1 -1
  199. package/dist/actions/update-contact.d.mts +26 -3
  200. package/dist/actions/update-contact.d.mts.map +1 -1
  201. package/dist/actions/update-contact.mjs +2 -2
  202. package/dist/actions/update-contact.mjs.map +1 -1
  203. package/dist/actions/update-user-scheduling-availability.cjs +11 -11
  204. package/dist/actions/update-user-scheduling-availability.cjs.map +1 -1
  205. package/dist/actions/update-user-scheduling-availability.d.cts +94 -3
  206. package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -1
  207. package/dist/actions/update-user-scheduling-availability.d.mts +94 -3
  208. package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -1
  209. package/dist/actions/update-user-scheduling-availability.mjs +11 -11
  210. package/dist/actions/update-user-scheduling-availability.mjs.map +1 -1
  211. package/dist/actions/update-user.cjs +1 -1
  212. package/dist/actions/update-user.cjs.map +1 -1
  213. package/dist/actions/update-user.d.cts +27 -3
  214. package/dist/actions/update-user.d.cts.map +1 -1
  215. package/dist/actions/update-user.d.mts +27 -3
  216. package/dist/actions/update-user.d.mts.map +1 -1
  217. package/dist/actions/update-user.mjs +1 -1
  218. package/dist/actions/update-user.mjs.map +1 -1
  219. package/dist/catalog.cjs +7 -1
  220. package/dist/catalog.cjs.map +1 -1
  221. package/dist/catalog.d.cts +8 -0
  222. package/dist/catalog.d.mts +8 -0
  223. package/dist/catalog.mjs +7 -1
  224. package/dist/catalog.mjs.map +1 -1
  225. package/package.json +2 -2
@@ -11,7 +11,7 @@ const ScheduleonceCreateOneTimeLinkForBookingCalendarInput = z.object({
11
11
  const ScheduleonceCreateOneTimeLinkForBookingCalendar_GuestInformationSchema = z.object({
12
12
  name: z.string().describe("Guest's full name for personalization").nullable().optional(),
13
13
  email: z.string().describe("Guest's email address for personalization").nullable().optional()
14
- }).describe("Model for guest information to personalize the one-time link.");
14
+ }).passthrough().describe("Model for guest information to personalize the one-time link.");
15
15
  const scheduleonceCreateOneTimeLinkForBookingCalendar = action("SCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDAR", {
16
16
  slug: "scheduleonce-create-one-time-link-for-booking-calendar",
17
17
  name: "Create One-Time Link for Booking Calendar",
@@ -26,7 +26,7 @@ const scheduleonceCreateOneTimeLinkForBookingCalendar = action("SCHEDULEONCE_CRE
26
26
  created_at: z.string().describe("ISO 8601 timestamp when the link was created").nullable().optional(),
27
27
  expires_at: z.string().describe("ISO 8601 timestamp when the link expires (typically one year from creation)").nullable().optional(),
28
28
  booking_calendar_id: z.string().describe("ID of the associated booking calendar").nullable().optional()
29
- }).describe("Response model for a created one-time booking link.")
29
+ }).passthrough().describe("Response model for a created one-time booking link.")
30
30
  });
31
31
  //#endregion
32
32
  export { scheduleonceCreateOneTimeLinkForBookingCalendar };
@@ -1 +1 @@
1
- {"version":3,"file":"create-one-time-link-for-booking-calendar.mjs","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateOneTimeLinkForBookingCalendarInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the booking calendar to create a one-time link for (e.g., 'BKC-ZK6W94KE6W'). The booking calendar must be published.\"),\n guest: z.object({\n name: z.string().describe(\"Guest's full name for personalization\").optional(),\n email: z.string().describe(\"Guest's email address for personalization\").optional(),\n}).describe(\"Model for guest information to personalize the one-time link.\").optional(),\n}).describe(\"Request model for creating a one-time booking link for a booking calendar.\");\nconst ScheduleonceCreateOneTimeLinkForBookingCalendar_GuestInformationSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Guest's full name for personalization\").nullable().optional(),\n email: z.string().describe(\"Guest's email address for personalization\").nullable().optional(),\n}).describe(\"Model for guest information to personalize the one-time link.\");\nexport const ScheduleonceCreateOneTimeLinkForBookingCalendarOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the one-time link\").nullable().optional(),\n url: z.string().describe(\"The generated one-time booking link URL that can be shared with the guest\").nullable().optional(),\n guest: ScheduleonceCreateOneTimeLinkForBookingCalendar_GuestInformationSchema.nullable().optional(),\n object: z.string().describe(\"Object type, typically 'one_time_link'\").nullable().optional(),\n consumed: z.boolean().describe(\"Whether the link has been used for a booking. One-time links can only be used once.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the link was created\").nullable().optional(),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the link expires (typically one year from creation)\").nullable().optional(),\n booking_calendar_id: z.string().describe(\"ID of the associated booking calendar\").nullable().optional(),\n}).describe(\"Response model for a created one-time booking link.\");\n\nexport const scheduleonceCreateOneTimeLinkForBookingCalendar = action(\"SCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDAR\", {\n slug: \"scheduleonce-create-one-time-link-for-booking-calendar\",\n name: \"Create One-Time Link for Booking Calendar\",\n description: \"Tool to create a one-time booking link for a booking calendar in OnceHub. Use when you need to generate a unique, single-use booking link for a customer. One-time links are good for one booking only and automatically expire after one year if not used. The booking calendar must be published to create one-time links.\",\n input: ScheduleonceCreateOneTimeLinkForBookingCalendarInput,\n output: ScheduleonceCreateOneTimeLinkForBookingCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uDAAqE,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;CACvK,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,yEAAuF,EAAE,OAAO;CACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAY3E,MAAa,kDAAkD,OAAO,0DAA0D;CAC9H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBiF,EAAE,OAAO;EAC1F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,OAAO,uEAAuE,SAAS,CAAC,CAAC,SAAS;EAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-one-time-link-for-booking-calendar.mjs","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateOneTimeLinkForBookingCalendarInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking calendar to create a one-time link for (e.g., 'BKC-ZK6W94KE6W'). The booking calendar must be published.\"),\n guest: z.object({\n name: z.string().describe(\"Guest's full name for personalization\").optional(),\n email: z.string().describe(\"Guest's email address for personalization\").optional(),\n}).describe(\"Model for guest information to personalize the one-time link.\").optional(),\n}).describe(\"Request model for creating a one-time booking link for a booking calendar.\");\nconst ScheduleonceCreateOneTimeLinkForBookingCalendar_GuestInformationSchema = z.object({\n name: z.string().describe(\"Guest's full name for personalization\").nullable().optional(),\n email: z.string().describe(\"Guest's email address for personalization\").nullable().optional(),\n}).passthrough().describe(\"Model for guest information to personalize the one-time link.\");\nexport const ScheduleonceCreateOneTimeLinkForBookingCalendarOutput = z.object({\n id: z.string().describe(\"Unique identifier for the one-time link\").nullable().optional(),\n url: z.string().describe(\"The generated one-time booking link URL that can be shared with the guest\").nullable().optional(),\n guest: ScheduleonceCreateOneTimeLinkForBookingCalendar_GuestInformationSchema.nullable().optional(),\n object: z.string().describe(\"Object type, typically 'one_time_link'\").nullable().optional(),\n consumed: z.boolean().describe(\"Whether the link has been used for a booking. One-time links can only be used once.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the link was created\").nullable().optional(),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the link expires (typically one year from creation)\").nullable().optional(),\n booking_calendar_id: z.string().describe(\"ID of the associated booking calendar\").nullable().optional(),\n}).passthrough().describe(\"Response model for a created one-time booking link.\");\n\nexport const scheduleonceCreateOneTimeLinkForBookingCalendar = action(\"SCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDAR\", {\n slug: \"scheduleonce-create-one-time-link-for-booking-calendar\",\n name: \"Create One-Time Link for Booking Calendar\",\n description: \"Tool to create a one-time booking link for a booking calendar in OnceHub. Use when you need to generate a unique, single-use booking link for a customer. One-time links are good for one booking only and automatically expire after one year if not used. The booking calendar must be published to create one-time links.\",\n input: ScheduleonceCreateOneTimeLinkForBookingCalendarInput,\n output: ScheduleonceCreateOneTimeLinkForBookingCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uDAAuD,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;CACvK,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,yEAAyE,EAAE,OAAO;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AAYzF,MAAa,kDAAkD,OAAO,0DAA0D;CAC9H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,OAAO,uEAAuE,SAAS,CAAC,CAAC,SAAS;EAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
@@ -17,7 +17,7 @@ const ScheduleonceCreateUserOutput = zod.z.object({
17
17
  last_name: zod.z.string().describe("User's last name").nullable().optional(),
18
18
  role_name: zod.z.string().describe("User's role in the account (e.g., 'Member', 'Admin')").nullable().optional(),
19
19
  first_name: zod.z.string().describe("User's first name").nullable().optional()
20
- }).describe("Response model for a newly created user.");
20
+ }).passthrough().describe("Response model for a newly created user.");
21
21
  const scheduleonceCreateUser = require_action.action("SCHEDULEONCE_CREATE_USER", {
22
22
  slug: "scheduleonce-create-user",
23
23
  name: "Create User",
@@ -1 +1 @@
1
- {"version":3,"file":"create-user.cjs","names":["z","action"],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateUserInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user (required).\"),\n last_name: z.string().describe(\"Last name of the user (required).\"),\n role_name: z.string().describe(\"Role name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.\").optional(),\n first_name: z.string().describe(\"First name of the user (required).\"),\n}).describe(\"Request model for creating a new user in ScheduleOnce.\");\nexport const ScheduleonceCreateUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).describe(\"Response model for a newly created user.\");\n\nexport const scheduleonceCreateUser = action(\"SCHEDULEONCE_CREATE_USER\", {\n slug: \"scheduleonce-create-user\",\n name: \"Create User\",\n description: \"Tool to create a new user account in OnceHub. Use when you need to add a new user with first name, last name, and email. Optional role can be specified.\",\n input: ScheduleonceCreateUserInput,\n output: ScheduleonceCreateUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAClJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACtE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"create-user.cjs","names":["z","action"],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateUserInput = z.object({\n email: z.string().describe(\"Email address of the user (required).\"),\n last_name: z.string().describe(\"Last name of the user (required).\"),\n role_name: z.string().describe(\"Role name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.\").optional(),\n first_name: z.string().describe(\"First name of the user (required).\"),\n}).describe(\"Request model for creating a new user in ScheduleOnce.\");\nexport const ScheduleonceCreateUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a newly created user.\");\n\nexport const scheduleonceCreateUser = action(\"SCHEDULEONCE_CREATE_USER\", {\n slug: \"scheduleonce-create-user\",\n name: \"Create User\",\n description: \"Tool to create a new user account in OnceHub. Use when you need to add a new user with first name, last name, and email. Optional role can be specified.\",\n input: ScheduleonceCreateUserInput,\n output: ScheduleonceCreateUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAClJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACtE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-user.d.ts
4
- declare const ScheduleonceCreateUserInput: z.ZodTypeAny;
5
- declare const ScheduleonceCreateUserOutput: z.ZodTypeAny;
6
- declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceCreateUserInput: z.ZodObject<{
5
+ email: z.ZodString;
6
+ last_name: z.ZodString;
7
+ role_name: z.ZodOptional<z.ZodString>;
8
+ first_name: z.ZodString;
9
+ }, z.core.$strip>;
10
+ declare const ScheduleonceCreateUserOutput: z.ZodObject<{
11
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ teams: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
14
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ }, z.core.$loose>;
21
+ declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ email: string;
23
+ last_name: string;
24
+ first_name: string;
25
+ role_name?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { scheduleonceCreateUser };
9
29
  //# sourceMappingURL=create-user.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-user.d.cts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKyB;AAAA,cACxD,4BAAA,EAA8B,CAAA,CAAE,UAUU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-user.d.cts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-user.d.ts
4
- declare const ScheduleonceCreateUserInput: z.ZodTypeAny;
5
- declare const ScheduleonceCreateUserOutput: z.ZodTypeAny;
6
- declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceCreateUserInput: z.ZodObject<{
5
+ email: z.ZodString;
6
+ last_name: z.ZodString;
7
+ role_name: z.ZodOptional<z.ZodString>;
8
+ first_name: z.ZodString;
9
+ }, z.core.$strip>;
10
+ declare const ScheduleonceCreateUserOutput: z.ZodObject<{
11
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ teams: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
14
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ }, z.core.$loose>;
21
+ declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ email: string;
23
+ last_name: string;
24
+ first_name: string;
25
+ role_name?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { scheduleonceCreateUser };
9
29
  //# sourceMappingURL=create-user.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-user.d.mts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKyB;AAAA,cACxD,4BAAA,EAA8B,CAAA,CAAE,UAUU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-user.d.mts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA"}
@@ -20,7 +20,7 @@ const scheduleonceCreateUser = action("SCHEDULEONCE_CREATE_USER", {
20
20
  last_name: z.string().describe("User's last name").nullable().optional(),
21
21
  role_name: z.string().describe("User's role in the account (e.g., 'Member', 'Admin')").nullable().optional(),
22
22
  first_name: z.string().describe("User's first name").nullable().optional()
23
- }).describe("Response model for a newly created user.")
23
+ }).passthrough().describe("Response model for a newly created user.")
24
24
  });
25
25
  //#endregion
26
26
  export { scheduleonceCreateUser };
@@ -1 +1 @@
1
- {"version":3,"file":"create-user.mjs","names":[],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateUserInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user (required).\"),\n last_name: z.string().describe(\"Last name of the user (required).\"),\n role_name: z.string().describe(\"Role name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.\").optional(),\n first_name: z.string().describe(\"First name of the user (required).\"),\n}).describe(\"Request model for creating a new user in ScheduleOnce.\");\nexport const ScheduleonceCreateUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).describe(\"Response model for a newly created user.\");\n\nexport const scheduleonceCreateUser = action(\"SCHEDULEONCE_CREATE_USER\", {\n slug: \"scheduleonce-create-user\",\n name: \"Create User\",\n description: \"Tool to create a new user account in OnceHub. Use when you need to add a new user with first name, last name, and email. Optional role can be specified.\",\n input: ScheduleonceCreateUserInput,\n output: ScheduleonceCreateUserOutput,\n});\n"],"mappings":";;AAsBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;EAClJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,CAAC,CAAC,CAAC,SAAS,wDAiBH;CACP,QAjBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-user.mjs","names":[],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceCreateUserInput = z.object({\n email: z.string().describe(\"Email address of the user (required).\"),\n last_name: z.string().describe(\"Last name of the user (required).\"),\n role_name: z.string().describe(\"Role name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.\").optional(),\n first_name: z.string().describe(\"First name of the user (required).\"),\n}).describe(\"Request model for creating a new user in ScheduleOnce.\");\nexport const ScheduleonceCreateUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a newly created user.\");\n\nexport const scheduleonceCreateUser = action(\"SCHEDULEONCE_CREATE_USER\", {\n slug: \"scheduleonce-create-user\",\n name: \"Create User\",\n description: \"Tool to create a new user account in OnceHub. Use when you need to add a new user with first name, last name, and email. Optional role can be specified.\",\n input: ScheduleonceCreateUserInput,\n output: ScheduleonceCreateUserOutput,\n});\n"],"mappings":";;AAsBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtByC,EAAE,OAAO;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;EAClJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,CAAC,CAAC,CAAC,SAAS,wDAiBH;CACP,QAjB0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
@@ -5,7 +5,7 @@ const ScheduleonceDeleteContactInput = zod.z.object({ id: zod.z.string().describ
5
5
  const ScheduleonceDeleteContactOutput = zod.z.object({
6
6
  message: zod.z.string().describe("Optional message about the deletion operation").nullable().optional(),
7
7
  success: zod.z.boolean().default(true).describe("Indicates whether the contact was successfully deleted").nullable().optional()
8
- }).describe("Response model for contact deletion.");
8
+ }).passthrough().describe("Response model for contact deletion.");
9
9
  const scheduleonceDeleteContact = require_action.action("SCHEDULEONCE_DELETE_CONTACT", {
10
10
  slug: "scheduleonce-delete-contact",
11
11
  name: "Delete Contact",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ScheduleonceDeleteContactOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the contact was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for contact deletion.\");\n\nexport const scheduleonceDeleteContact = action(\"SCHEDULEONCE_DELETE_CONTACT\", {\n slug: \"scheduleonce-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.\",\n input: ScheduleonceDeleteContactInput,\n output: ScheduleonceDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ScheduleonceDeleteContactOutput = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the contact was successfully deleted\").nullable().optional(),\n}).passthrough().describe(\"Response model for contact deletion.\");\n\nexport const scheduleonceDeleteContact = action(\"SCHEDULEONCE_DELETE_CONTACT\", {\n slug: \"scheduleonce-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.\",\n input: ScheduleonceDeleteContactInput,\n output: ScheduleonceDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-contact.d.ts
4
- declare const ScheduleonceDeleteContactInput: z.ZodTypeAny;
5
- declare const ScheduleonceDeleteContactOutput: z.ZodTypeAny;
6
- declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceDeleteContactInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
+ }, z.core.$loose>;
11
+ declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { scheduleonceDeleteContact };
9
16
  //# sourceMappingURL=delete-contact.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEW;AAAA,cAC7C,+BAAA,EAAiC,CAAA,CAAE,UAGG;AAAA,cAEtC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-contact.d.ts
4
- declare const ScheduleonceDeleteContactInput: z.ZodTypeAny;
5
- declare const ScheduleonceDeleteContactOutput: z.ZodTypeAny;
6
- declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceDeleteContactInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
+ }, z.core.$loose>;
11
+ declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { scheduleonceDeleteContact };
9
16
  //# sourceMappingURL=delete-contact.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEW;AAAA,cAC7C,+BAAA,EAAiC,CAAA,CAAE,UAGG;AAAA,cAEtC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
@@ -8,7 +8,7 @@ const scheduleonceDeleteContact = action("SCHEDULEONCE_DELETE_CONTACT", {
8
8
  output: z.object({
9
9
  message: z.string().describe("Optional message about the deletion operation").nullable().optional(),
10
10
  success: z.boolean().default(true).describe("Indicates whether the contact was successfully deleted").nullable().optional()
11
- }).describe("Response model for contact deletion.")
11
+ }).passthrough().describe("Response model for contact deletion.")
12
12
  });
13
13
  //#endregion
14
14
  export { scheduleonceDeleteContact };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ScheduleonceDeleteContactOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the contact was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for contact deletion.\");\n\nexport const scheduleonceDeleteContact = action(\"SCHEDULEONCE_DELETE_CONTACT\", {\n slug: \"scheduleonce-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.\",\n input: ScheduleonceDeleteContactInput,\n output: ScheduleonceDeleteContactOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EACvG,CAAC,CAAC,CAAC,SAAS,6CAUH;CACP,QAV2D,EAAE,OAAO;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ScheduleonceDeleteContactOutput = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the contact was successfully deleted\").nullable().optional(),\n}).passthrough().describe(\"Response model for contact deletion.\");\n\nexport const scheduleonceDeleteContact = action(\"SCHEDULEONCE_DELETE_CONTACT\", {\n slug: \"scheduleonce-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.\",\n input: ScheduleonceDeleteContactInput,\n output: ScheduleonceDeleteContactOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ4C,EAAE,OAAO,EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EACvG,CAAC,CAAC,CAAC,SAAS,6CAUH;CACP,QAV6C,EAAE,OAAO;EACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
@@ -5,7 +5,7 @@ const ScheduleonceDeleteUserInput = zod.z.object({ id: zod.z.string().describe("
5
5
  const ScheduleonceDeleteUserOutput = zod.z.object({
6
6
  message: zod.z.string().describe("Optional message about the deletion operation").nullable().optional(),
7
7
  success: zod.z.boolean().default(true).describe("Indicates whether the user was successfully deleted").nullable().optional()
8
- }).describe("Response model for user deletion.");
8
+ }).passthrough().describe("Response model for user deletion.");
9
9
  const scheduleonceDeleteUser = require_action.action("SCHEDULEONCE_DELETE_USER", {
10
10
  slug: "scheduleonce-delete-user",
11
11
  name: "Delete User",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-user.cjs","names":["z","action"],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')\"),\n}).describe(\"Request model for deleting a user by ID.\");\nexport const ScheduleonceDeleteUserOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the user was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for user deletion.\");\n\nexport const scheduleonceDeleteUser = action(\"SCHEDULEONCE_DELETE_USER\", {\n slug: \"scheduleonce-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.\",\n input: ScheduleonceDeleteUserInput,\n output: ScheduleonceDeleteUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAChG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-user.cjs","names":["z","action"],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')\"),\n}).describe(\"Request model for deleting a user by ID.\");\nexport const ScheduleonceDeleteUserOutput = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the user was successfully deleted\").nullable().optional(),\n}).passthrough().describe(\"Response model for user deletion.\");\n\nexport const scheduleonceDeleteUser = action(\"SCHEDULEONCE_DELETE_USER\", {\n slug: \"scheduleonce-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.\",\n input: ScheduleonceDeleteUserInput,\n output: ScheduleonceDeleteUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAChG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAE7D,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-user.d.ts
4
- declare const ScheduleonceDeleteUserInput: z.ZodTypeAny;
5
- declare const ScheduleonceDeleteUserOutput: z.ZodTypeAny;
6
- declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceDeleteUserInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
+ }, z.core.$loose>;
11
+ declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { scheduleonceDeleteUser };
9
16
  //# sourceMappingURL=delete-user.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-user.d.cts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEW;AAAA,cAC1C,4BAAA,EAA8B,CAAA,CAAE,UAGG;AAAA,cAEnC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-user.d.cts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAK5B,sBAAA,gCAAsB,wBAAA"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-user.d.ts
4
- declare const ScheduleonceDeleteUserInput: z.ZodTypeAny;
5
- declare const ScheduleonceDeleteUserOutput: z.ZodTypeAny;
6
- declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceDeleteUserInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
+ }, z.core.$loose>;
11
+ declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { scheduleonceDeleteUser };
9
16
  //# sourceMappingURL=delete-user.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-user.d.mts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEW;AAAA,cAC1C,4BAAA,EAA8B,CAAA,CAAE,UAGG;AAAA,cAEnC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-user.d.mts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAK5B,sBAAA,gCAAsB,wBAAA"}
@@ -8,7 +8,7 @@ const scheduleonceDeleteUser = action("SCHEDULEONCE_DELETE_USER", {
8
8
  output: z.object({
9
9
  message: z.string().describe("Optional message about the deletion operation").nullable().optional(),
10
10
  success: z.boolean().default(true).describe("Indicates whether the user was successfully deleted").nullable().optional()
11
- }).describe("Response model for user deletion.")
11
+ }).passthrough().describe("Response model for user deletion.")
12
12
  });
13
13
  //#endregion
14
14
  export { scheduleonceDeleteUser };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-user.mjs","names":[],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')\"),\n}).describe(\"Request model for deleting a user by ID.\");\nexport const ScheduleonceDeleteUserOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the user was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for user deletion.\");\n\nexport const scheduleonceDeleteUser = action(\"SCHEDULEONCE_DELETE_USER\", {\n slug: \"scheduleonce-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.\",\n input: ScheduleonceDeleteUserInput,\n output: ScheduleonceDeleteUserOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAChG,CAAC,CAAC,CAAC,SAAS,0CAUH;CACP,QAVwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-user.mjs","names":[],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceDeleteUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')\"),\n}).describe(\"Request model for deleting a user by ID.\");\nexport const ScheduleonceDeleteUserOutput = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the user was successfully deleted\").nullable().optional(),\n}).passthrough().describe(\"Response model for user deletion.\");\n\nexport const scheduleonceDeleteUser = action(\"SCHEDULEONCE_DELETE_USER\", {\n slug: \"scheduleonce-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.\",\n input: ScheduleonceDeleteUserInput,\n output: ScheduleonceDeleteUserOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyC,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAChG,CAAC,CAAC,CAAC,SAAS,0CAUH;CACP,QAV0C,EAAE,OAAO;EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAOhB;AACV,CAAC"}
@@ -10,12 +10,12 @@ const ScheduleonceGetAvailableTimeSlots_LocationSchema = zod.z.object({
10
10
  id: zod.z.string().describe("Optional ID of the location").nullable().optional(),
11
11
  type: zod.z.string().describe("Type of meeting location (e.g., 'phone', 'video', 'in_person')").nullable().optional(),
12
12
  value: zod.z.string().describe("Location value (e.g., 'google_meet', 'zoom', phone number)").nullable().optional()
13
- }).describe("Model for meeting location details.");
13
+ }).passthrough().describe("Model for meeting location details.");
14
14
  const ScheduleonceGetAvailableTimeSlots_TimeSlotSchema = zod.z.object({
15
15
  locations: zod.z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe("Meeting location details for this time slot").nullable().optional(),
16
16
  start_time: zod.z.string().describe("ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')").nullable().optional()
17
- }).describe("Model for an individual time slot.");
18
- const ScheduleonceGetAvailableTimeSlotsOutput = zod.z.object({ slots: zod.z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe("Array of available time slot objects with start times and locations") }).describe("Response model for available time slots.\nReturns an array of time slot objects.");
17
+ }).passthrough().describe("Model for an individual time slot.");
18
+ const ScheduleonceGetAvailableTimeSlotsOutput = zod.z.object({ slots: zod.z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe("Array of available time slot objects with start times and locations") }).passthrough().describe("Response model for available time slots.\nReturns an array of time slot objects.");
19
19
  const scheduleonceGetAvailableTimeSlots = require_action.action("SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS", {
20
20
  slug: "scheduleonce-get-available-time-slots",
21
21
  name: "Get Available Time Slots",
@@ -1 +1 @@
1
- {"version":3,"file":"get-available-time-slots.cjs","names":["z","action"],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetAvailableTimeSlotsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')\"),\n end_time: z.string().describe(\"The end of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-29T23:59:59Z'). Must be within 30 days of start_time.\"),\n start_time: z.string().describe(\"The beginning of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-22T00:00:00Z'). Cannot be more than 30 days before end_time.\"),\n}).describe(\"Request model for retrieving available time slots for a booking calendar.\");\nconst ScheduleonceGetAvailableTimeSlots_LocationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional ID of the location\").nullable().optional(),\n type: z.string().describe(\"Type of meeting location (e.g., 'phone', 'video', 'in_person')\").nullable().optional(),\n value: z.string().describe(\"Location value (e.g., 'google_meet', 'zoom', phone number)\").nullable().optional(),\n}).describe(\"Model for meeting location details.\");\nconst ScheduleonceGetAvailableTimeSlots_TimeSlotSchema: z.ZodTypeAny = z.object({\n locations: z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe(\"Meeting location details for this time slot\").nullable().optional(),\n start_time: z.string().describe(\"ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')\").nullable().optional(),\n}).describe(\"Model for an individual time slot.\");\nexport const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodTypeAny = z.object({\n slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe(\"Array of available time slot objects with start times and locations\"),\n}).describe(\"Response model for available time slots.\\nReturns an array of time slot objects.\");\n\nexport const scheduleonceGetAvailableTimeSlots = action(\"SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS\", {\n slug: \"scheduleonce-get-available-time-slots\",\n name: \"Get Available Time Slots\",\n description: \"Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.\",\n input: ScheduleonceGetAvailableTimeSlotsInput,\n output: ScheduleonceGetAvailableTimeSlotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACnK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM;CACrO,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN;AACtP,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,WAAWA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,OAAOA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qEAAqE,EACjJ,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAE9F,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-available-time-slots.cjs","names":["z","action"],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetAvailableTimeSlotsInput = z.object({\n id: z.string().describe(\"The ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')\"),\n end_time: z.string().describe(\"The end of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-29T23:59:59Z'). Must be within 30 days of start_time.\"),\n start_time: z.string().describe(\"The beginning of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-22T00:00:00Z'). Cannot be more than 30 days before end_time.\"),\n}).describe(\"Request model for retrieving available time slots for a booking calendar.\");\nconst ScheduleonceGetAvailableTimeSlots_LocationSchema = z.object({\n id: z.string().describe(\"Optional ID of the location\").nullable().optional(),\n type: z.string().describe(\"Type of meeting location (e.g., 'phone', 'video', 'in_person')\").nullable().optional(),\n value: z.string().describe(\"Location value (e.g., 'google_meet', 'zoom', phone number)\").nullable().optional(),\n}).passthrough().describe(\"Model for meeting location details.\");\nconst ScheduleonceGetAvailableTimeSlots_TimeSlotSchema = z.object({\n locations: z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe(\"Meeting location details for this time slot\").nullable().optional(),\n start_time: z.string().describe(\"ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')\").nullable().optional(),\n}).passthrough().describe(\"Model for an individual time slot.\");\nexport const ScheduleonceGetAvailableTimeSlotsOutput = z.object({\n slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe(\"Array of available time slot objects with start times and locations\"),\n}).passthrough().describe(\"Response model for available time slots.\\nReturns an array of time slot objects.\");\n\nexport const scheduleonceGetAvailableTimeSlots = action(\"SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS\", {\n slug: \"scheduleonce-get-available-time-slots\",\n name: \"Get Available Time Slots\",\n description: \"Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.\",\n input: ScheduleonceGetAvailableTimeSlotsInput,\n output: ScheduleonceGetAvailableTimeSlotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACnK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM;CACrO,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN;AACtP,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAC/D,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,WAAWA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAa,0CAA0CA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qEAAqE,EACjJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kFAAkF;AAE5G,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-available-time-slots.d.ts
4
- declare const ScheduleonceGetAvailableTimeSlotsInput: z.ZodTypeAny;
5
- declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodTypeAny;
6
- declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceGetAvailableTimeSlotsInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ end_time: z.ZodString;
7
+ start_time: z.ZodString;
8
+ }, z.core.$strip>;
9
+ declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodObject<{
10
+ slots: z.ZodArray<z.ZodObject<{
11
+ locations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$loose>>>>;
16
+ start_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
+ declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").WorkflowActionDefinition<{
20
+ id: string;
21
+ end_time: string;
22
+ start_time: string;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { scheduleonceGetAvailableTimeSlots };
9
26
  //# sourceMappingURL=get-available-time-slots.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-available-time-slots.d.cts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAIiC;AAAA,cAU3E,uCAAA,EAAyC,CAAA,CAAE,UAEuC;AAAA,cAElF,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-available-time-slots.d.cts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cActC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-available-time-slots.d.ts
4
- declare const ScheduleonceGetAvailableTimeSlotsInput: z.ZodTypeAny;
5
- declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodTypeAny;
6
- declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScheduleonceGetAvailableTimeSlotsInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ end_time: z.ZodString;
7
+ start_time: z.ZodString;
8
+ }, z.core.$strip>;
9
+ declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodObject<{
10
+ slots: z.ZodArray<z.ZodObject<{
11
+ locations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$loose>>>>;
16
+ start_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
+ declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").WorkflowActionDefinition<{
20
+ id: string;
21
+ end_time: string;
22
+ start_time: string;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { scheduleonceGetAvailableTimeSlots };
9
26
  //# sourceMappingURL=get-available-time-slots.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-available-time-slots.d.mts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAIiC;AAAA,cAU3E,uCAAA,EAAyC,CAAA,CAAE,UAEuC;AAAA,cAElF,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-available-time-slots.d.mts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cActC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA"}
@@ -10,17 +10,17 @@ const ScheduleonceGetAvailableTimeSlots_LocationSchema = z.object({
10
10
  id: z.string().describe("Optional ID of the location").nullable().optional(),
11
11
  type: z.string().describe("Type of meeting location (e.g., 'phone', 'video', 'in_person')").nullable().optional(),
12
12
  value: z.string().describe("Location value (e.g., 'google_meet', 'zoom', phone number)").nullable().optional()
13
- }).describe("Model for meeting location details.");
13
+ }).passthrough().describe("Model for meeting location details.");
14
14
  const ScheduleonceGetAvailableTimeSlots_TimeSlotSchema = z.object({
15
15
  locations: z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe("Meeting location details for this time slot").nullable().optional(),
16
16
  start_time: z.string().describe("ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')").nullable().optional()
17
- }).describe("Model for an individual time slot.");
17
+ }).passthrough().describe("Model for an individual time slot.");
18
18
  const scheduleonceGetAvailableTimeSlots = action("SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS", {
19
19
  slug: "scheduleonce-get-available-time-slots",
20
20
  name: "Get Available Time Slots",
21
21
  description: "Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.",
22
22
  input: ScheduleonceGetAvailableTimeSlotsInput,
23
- output: z.object({ slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe("Array of available time slot objects with start times and locations") }).describe("Response model for available time slots.\nReturns an array of time slot objects.")
23
+ output: z.object({ slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe("Array of available time slot objects with start times and locations") }).passthrough().describe("Response model for available time slots.\nReturns an array of time slot objects.")
24
24
  });
25
25
  //#endregion
26
26
  export { scheduleonceGetAvailableTimeSlots };
@@ -1 +1 @@
1
- {"version":3,"file":"get-available-time-slots.mjs","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetAvailableTimeSlotsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')\"),\n end_time: z.string().describe(\"The end of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-29T23:59:59Z'). Must be within 30 days of start_time.\"),\n start_time: z.string().describe(\"The beginning of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-22T00:00:00Z'). Cannot be more than 30 days before end_time.\"),\n}).describe(\"Request model for retrieving available time slots for a booking calendar.\");\nconst ScheduleonceGetAvailableTimeSlots_LocationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional ID of the location\").nullable().optional(),\n type: z.string().describe(\"Type of meeting location (e.g., 'phone', 'video', 'in_person')\").nullable().optional(),\n value: z.string().describe(\"Location value (e.g., 'google_meet', 'zoom', phone number)\").nullable().optional(),\n}).describe(\"Model for meeting location details.\");\nconst ScheduleonceGetAvailableTimeSlots_TimeSlotSchema: z.ZodTypeAny = z.object({\n locations: z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe(\"Meeting location details for this time slot\").nullable().optional(),\n start_time: z.string().describe(\"ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')\").nullable().optional(),\n}).describe(\"Model for an individual time slot.\");\nexport const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodTypeAny = z.object({\n slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe(\"Array of available time slot objects with start times and locations\"),\n}).describe(\"Response model for available time slots.\\nReturns an array of time slot objects.\");\n\nexport const scheduleonceGetAvailableTimeSlots = action(\"SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS\", {\n slug: \"scheduleonce-get-available-time-slots\",\n name: \"Get Available Time Slots\",\n description: \"Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.\",\n input: ScheduleonceGetAvailableTimeSlotsInput,\n output: ScheduleonceGetAvailableTimeSlotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACnK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM;CACrO,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN;AACtP,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,WAAW,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAKhD,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,OAAO,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qEAAqE,EACjJ,CAAC,CAAC,CAAC,SAAS,kFAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-available-time-slots.mjs","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetAvailableTimeSlotsInput = z.object({\n id: z.string().describe(\"The ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')\"),\n end_time: z.string().describe(\"The end of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-29T23:59:59Z'). Must be within 30 days of start_time.\"),\n start_time: z.string().describe(\"The beginning of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-22T00:00:00Z'). Cannot be more than 30 days before end_time.\"),\n}).describe(\"Request model for retrieving available time slots for a booking calendar.\");\nconst ScheduleonceGetAvailableTimeSlots_LocationSchema = z.object({\n id: z.string().describe(\"Optional ID of the location\").nullable().optional(),\n type: z.string().describe(\"Type of meeting location (e.g., 'phone', 'video', 'in_person')\").nullable().optional(),\n value: z.string().describe(\"Location value (e.g., 'google_meet', 'zoom', phone number)\").nullable().optional(),\n}).passthrough().describe(\"Model for meeting location details.\");\nconst ScheduleonceGetAvailableTimeSlots_TimeSlotSchema = z.object({\n locations: z.array(ScheduleonceGetAvailableTimeSlots_LocationSchema).describe(\"Meeting location details for this time slot\").nullable().optional(),\n start_time: z.string().describe(\"ISO 8601 formatted start time of the available slot in UTC (e.g., '2024-11-29T09:30:00.000Z')\").nullable().optional(),\n}).passthrough().describe(\"Model for an individual time slot.\");\nexport const ScheduleonceGetAvailableTimeSlotsOutput = z.object({\n slots: z.array(ScheduleonceGetAvailableTimeSlots_TimeSlotSchema).describe(\"Array of available time slot objects with start times and locations\"),\n}).passthrough().describe(\"Response model for available time slots.\\nReturns an array of time slot objects.\");\n\nexport const scheduleonceGetAvailableTimeSlots = action(\"SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTS\", {\n slug: \"scheduleonce-get-available-time-slots\",\n name: \"Get Available Time Slots\",\n description: \"Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.\",\n input: ScheduleonceGetAvailableTimeSlotsInput,\n output: ScheduleonceGetAvailableTimeSlotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyC,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACnK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM;CACrO,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN;AACtP,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mDAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAC/D,MAAM,mDAAmD,EAAE,OAAO;CAChE,WAAW,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAK9D,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,OAAO,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qEAAqE,EACjJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kFAOhB;AACV,CAAC"}
@@ -3,15 +3,15 @@ let zod = require("zod");
3
3
  //#region src/actions/get-single-booking-calendar.ts
4
4
  const ScheduleonceGetSingleBookingCalendarInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the booking calendar to retrieve (e.g., 'BKC-ZK6W94KE6W' or 'BKC-LDJ878496X')") }).describe("Request model for retrieving a single booking calendar by ID.");
5
5
  const ScheduleonceGetSingleBookingCalendarOutput = zod.z.object({
6
- id: zod.z.string().describe("Unique identifier for the booking calendar (e.g., 'BKC-LDJ878496X')"),
7
- url: zod.z.string().describe("The booking URL for the calendar (e.g., 'https://oncehub.com/gilad15')"),
8
- host: zod.z.string().describe("User ID of the user who will receive bookings (e.g., 'USR-HYPGJXN3A8'). Can be expanded to full user object with ?expand=owner"),
9
- name: zod.z.string().describe("Internal name for the booking calendar"),
10
- object: zod.z.string().describe("Object type, always 'booking_calendar'"),
11
- subject: zod.z.string().describe("Customer-facing name/title of the meeting"),
12
- published: zod.z.boolean().describe("Indicates whether the booking calendar is published/active"),
13
- duration_minutes: zod.z.number().int().describe("Meeting duration in minutes (e.g., 30)")
14
- }).describe("Response model for a single booking calendar.");
6
+ id: zod.z.string().describe("Unique identifier for the booking calendar (e.g., 'BKC-LDJ878496X')").nullable(),
7
+ url: zod.z.string().describe("The booking URL for the calendar (e.g., 'https://oncehub.com/gilad15')").nullable(),
8
+ host: zod.z.string().describe("User ID of the user who will receive bookings (e.g., 'USR-HYPGJXN3A8'). Can be expanded to full user object with ?expand=owner").nullable(),
9
+ name: zod.z.string().describe("Internal name for the booking calendar").nullable(),
10
+ object: zod.z.string().describe("Object type, always 'booking_calendar'").nullable(),
11
+ subject: zod.z.string().describe("Customer-facing name/title of the meeting").nullable(),
12
+ published: zod.z.boolean().describe("Indicates whether the booking calendar is published/active").nullable(),
13
+ duration_minutes: zod.z.number().int().describe("Meeting duration in minutes (e.g., 30)").nullable()
14
+ }).passthrough().describe("Response model for a single booking calendar.");
15
15
  const scheduleonceGetSingleBookingCalendar = require_action.action("SCHEDULEONCE_GET_SINGLE_BOOKING_CALENDAR", {
16
16
  slug: "scheduleonce-get-single-booking-calendar",
17
17
  name: "Get Single Booking Calendar",
@@ -1 +1 @@
1
- {"version":3,"file":"get-single-booking-calendar.cjs","names":["z","action"],"sources":["../../src/actions/get-single-booking-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleBookingCalendarInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the booking calendar to retrieve (e.g., 'BKC-ZK6W94KE6W' or 'BKC-LDJ878496X')\"),\n}).describe(\"Request model for retrieving a single booking calendar by ID.\");\nexport const ScheduleonceGetSingleBookingCalendarOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar (e.g., 'BKC-LDJ878496X')\"),\n url: z.string().describe(\"The booking URL for the calendar (e.g., 'https://oncehub.com/gilad15')\"),\n host: z.string().describe(\"User ID of the user who will receive bookings (e.g., 'USR-HYPGJXN3A8'). Can be expanded to full user object with ?expand=owner\"),\n name: z.string().describe(\"Internal name for the booking calendar\"),\n object: z.string().describe(\"Object type, always 'booking_calendar'\"),\n subject: z.string().describe(\"Customer-facing name/title of the meeting\"),\n published: z.boolean().describe(\"Indicates whether the booking calendar is published/active\"),\n duration_minutes: z.number().int().describe(\"Meeting duration in minutes (e.g., 30)\"),\n}).describe(\"Response model for a single booking calendar.\");\n\nexport const scheduleonceGetSingleBookingCalendar = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING_CALENDAR\", {\n slug: \"scheduleonce-get-single-booking-calendar\",\n name: \"Get Single Booking Calendar\",\n description: \"Tool to retrieve a single booking calendar by ID from OnceHub. Use when you need to fetch detailed information about a specific booking calendar including its subject, name, URL, host, published status, and duration.\",\n input: ScheduleonceGetSingleBookingCalendarInput,\n output: ScheduleonceGetSingleBookingCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,EAClI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CAC7F,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI;CAC1J,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;AACtF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-single-booking-calendar.cjs","names":["z","action"],"sources":["../../src/actions/get-single-booking-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleBookingCalendarInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking calendar to retrieve (e.g., 'BKC-ZK6W94KE6W' or 'BKC-LDJ878496X')\"),\n}).describe(\"Request model for retrieving a single booking calendar by ID.\");\nexport const ScheduleonceGetSingleBookingCalendarOutput = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar (e.g., 'BKC-LDJ878496X')\").nullable(),\n url: z.string().describe(\"The booking URL for the calendar (e.g., 'https://oncehub.com/gilad15')\").nullable(),\n host: z.string().describe(\"User ID of the user who will receive bookings (e.g., 'USR-HYPGJXN3A8'). Can be expanded to full user object with ?expand=owner\").nullable(),\n name: z.string().describe(\"Internal name for the booking calendar\").nullable(),\n object: z.string().describe(\"Object type, always 'booking_calendar'\").nullable(),\n subject: z.string().describe(\"Customer-facing name/title of the meeting\").nullable(),\n published: z.boolean().describe(\"Indicates whether the booking calendar is published/active\").nullable(),\n duration_minutes: z.number().int().describe(\"Meeting duration in minutes (e.g., 30)\").nullable(),\n}).passthrough().describe(\"Response model for a single booking calendar.\");\n\nexport const scheduleonceGetSingleBookingCalendar = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING_CALENDAR\", {\n slug: \"scheduleonce-get-single-booking-calendar\",\n name: \"Get Single Booking Calendar\",\n description: \"Tool to retrieve a single booking calendar by ID from OnceHub. Use when you need to fetch detailed information about a specific booking calendar including its subject, name, URL, host, published status, and duration.\",\n input: ScheduleonceGetSingleBookingCalendarInput,\n output: ScheduleonceGetSingleBookingCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,EAClI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,6CAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACxG,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC5G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS;CACrK,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACvG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}