@keystrokehq/scheduleonce 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/book-time-slot.cjs +76 -0
  7. package/dist/actions/book-time-slot.cjs.map +1 -0
  8. package/dist/actions/book-time-slot.d.cts +9 -0
  9. package/dist/actions/book-time-slot.d.cts.map +1 -0
  10. package/dist/actions/book-time-slot.d.mts +9 -0
  11. package/dist/actions/book-time-slot.d.mts.map +1 -0
  12. package/dist/actions/book-time-slot.mjs +75 -0
  13. package/dist/actions/book-time-slot.mjs.map +1 -0
  14. package/dist/actions/cancel-booking.cjs +66 -0
  15. package/dist/actions/cancel-booking.cjs.map +1 -0
  16. package/dist/actions/cancel-booking.d.cts +9 -0
  17. package/dist/actions/cancel-booking.d.cts.map +1 -0
  18. package/dist/actions/cancel-booking.d.mts +9 -0
  19. package/dist/actions/cancel-booking.d.mts.map +1 -0
  20. package/dist/actions/cancel-booking.mjs +65 -0
  21. package/dist/actions/cancel-booking.mjs.map +1 -0
  22. package/dist/actions/create-contact.cjs +60 -0
  23. package/dist/actions/create-contact.cjs.map +1 -0
  24. package/dist/actions/create-contact.d.cts +9 -0
  25. package/dist/actions/create-contact.d.cts.map +1 -0
  26. package/dist/actions/create-contact.d.mts +9 -0
  27. package/dist/actions/create-contact.d.mts.map +1 -0
  28. package/dist/actions/create-contact.mjs +59 -0
  29. package/dist/actions/create-contact.mjs.map +1 -0
  30. package/dist/actions/create-one-time-link-for-booking-calendar.cjs +35 -0
  31. package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -0
  32. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +9 -0
  33. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -0
  34. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +9 -0
  35. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -0
  36. package/dist/actions/create-one-time-link-for-booking-calendar.mjs +34 -0
  37. package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -0
  38. package/dist/actions/create-user.cjs +31 -0
  39. package/dist/actions/create-user.cjs.map +1 -0
  40. package/dist/actions/create-user.d.cts +9 -0
  41. package/dist/actions/create-user.d.cts.map +1 -0
  42. package/dist/actions/create-user.d.mts +9 -0
  43. package/dist/actions/create-user.d.mts.map +1 -0
  44. package/dist/actions/create-user.mjs +28 -0
  45. package/dist/actions/create-user.mjs.map +1 -0
  46. package/dist/actions/delete-contact.cjs +19 -0
  47. package/dist/actions/delete-contact.cjs.map +1 -0
  48. package/dist/actions/delete-contact.d.cts +9 -0
  49. package/dist/actions/delete-contact.d.cts.map +1 -0
  50. package/dist/actions/delete-contact.d.mts +9 -0
  51. package/dist/actions/delete-contact.d.mts.map +1 -0
  52. package/dist/actions/delete-contact.mjs +16 -0
  53. package/dist/actions/delete-contact.mjs.map +1 -0
  54. package/dist/actions/delete-user.cjs +19 -0
  55. package/dist/actions/delete-user.cjs.map +1 -0
  56. package/dist/actions/delete-user.d.cts +9 -0
  57. package/dist/actions/delete-user.d.cts.map +1 -0
  58. package/dist/actions/delete-user.d.mts +9 -0
  59. package/dist/actions/delete-user.d.mts.map +1 -0
  60. package/dist/actions/delete-user.mjs +16 -0
  61. package/dist/actions/delete-user.mjs.map +1 -0
  62. package/dist/actions/get-available-time-slots.cjs +29 -0
  63. package/dist/actions/get-available-time-slots.cjs.map +1 -0
  64. package/dist/actions/get-available-time-slots.d.cts +9 -0
  65. package/dist/actions/get-available-time-slots.d.cts.map +1 -0
  66. package/dist/actions/get-available-time-slots.d.mts +9 -0
  67. package/dist/actions/get-available-time-slots.d.mts.map +1 -0
  68. package/dist/actions/get-available-time-slots.mjs +28 -0
  69. package/dist/actions/get-available-time-slots.mjs.map +1 -0
  70. package/dist/actions/get-single-booking-calendar.cjs +25 -0
  71. package/dist/actions/get-single-booking-calendar.cjs.map +1 -0
  72. package/dist/actions/get-single-booking-calendar.d.cts +9 -0
  73. package/dist/actions/get-single-booking-calendar.d.cts.map +1 -0
  74. package/dist/actions/get-single-booking-calendar.d.mts +9 -0
  75. package/dist/actions/get-single-booking-calendar.d.mts.map +1 -0
  76. package/dist/actions/get-single-booking-calendar.mjs +22 -0
  77. package/dist/actions/get-single-booking-calendar.mjs.map +1 -0
  78. package/dist/actions/get-single-booking.cjs +60 -0
  79. package/dist/actions/get-single-booking.cjs.map +1 -0
  80. package/dist/actions/get-single-booking.d.cts +9 -0
  81. package/dist/actions/get-single-booking.d.cts.map +1 -0
  82. package/dist/actions/get-single-booking.d.mts +9 -0
  83. package/dist/actions/get-single-booking.d.mts.map +1 -0
  84. package/dist/actions/get-single-booking.mjs +59 -0
  85. package/dist/actions/get-single-booking.mjs.map +1 -0
  86. package/dist/actions/get-single-contact.cjs +45 -0
  87. package/dist/actions/get-single-contact.cjs.map +1 -0
  88. package/dist/actions/get-single-contact.d.cts +9 -0
  89. package/dist/actions/get-single-contact.d.cts.map +1 -0
  90. package/dist/actions/get-single-contact.d.mts +9 -0
  91. package/dist/actions/get-single-contact.d.mts.map +1 -0
  92. package/dist/actions/get-single-contact.mjs +44 -0
  93. package/dist/actions/get-single-contact.mjs.map +1 -0
  94. package/dist/actions/get-single-master-page.cjs +23 -0
  95. package/dist/actions/get-single-master-page.cjs.map +1 -0
  96. package/dist/actions/get-single-master-page.d.cts +9 -0
  97. package/dist/actions/get-single-master-page.d.cts.map +1 -0
  98. package/dist/actions/get-single-master-page.d.mts +9 -0
  99. package/dist/actions/get-single-master-page.d.mts.map +1 -0
  100. package/dist/actions/get-single-master-page.mjs +20 -0
  101. package/dist/actions/get-single-master-page.mjs.map +1 -0
  102. package/dist/actions/get-single-user.cjs +29 -0
  103. package/dist/actions/get-single-user.cjs.map +1 -0
  104. package/dist/actions/get-single-user.d.cts +9 -0
  105. package/dist/actions/get-single-user.d.cts.map +1 -0
  106. package/dist/actions/get-single-user.d.mts +9 -0
  107. package/dist/actions/get-single-user.d.mts.map +1 -0
  108. package/dist/actions/get-single-user.mjs +26 -0
  109. package/dist/actions/get-single-user.mjs.map +1 -0
  110. package/dist/actions/get-user-scheduling-availability.cjs +40 -0
  111. package/dist/actions/get-user-scheduling-availability.cjs.map +1 -0
  112. package/dist/actions/get-user-scheduling-availability.d.cts +9 -0
  113. package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -0
  114. package/dist/actions/get-user-scheduling-availability.d.mts +9 -0
  115. package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -0
  116. package/dist/actions/get-user-scheduling-availability.mjs +39 -0
  117. package/dist/actions/get-user-scheduling-availability.mjs.map +1 -0
  118. package/dist/actions/index.cjs +55 -0
  119. package/dist/actions/index.d.cts +28 -0
  120. package/dist/actions/index.d.mts +28 -0
  121. package/dist/actions/index.mjs +28 -0
  122. package/dist/actions/list-all-booking-calendars.cjs +30 -0
  123. package/dist/actions/list-all-booking-calendars.cjs.map +1 -0
  124. package/dist/actions/list-all-booking-calendars.d.cts +9 -0
  125. package/dist/actions/list-all-booking-calendars.d.cts.map +1 -0
  126. package/dist/actions/list-all-booking-calendars.d.mts +9 -0
  127. package/dist/actions/list-all-booking-calendars.d.mts.map +1 -0
  128. package/dist/actions/list-all-booking-calendars.mjs +29 -0
  129. package/dist/actions/list-all-booking-calendars.mjs.map +1 -0
  130. package/dist/actions/list-all-booking-pages.cjs +29 -0
  131. package/dist/actions/list-all-booking-pages.cjs.map +1 -0
  132. package/dist/actions/list-all-booking-pages.d.cts +9 -0
  133. package/dist/actions/list-all-booking-pages.d.cts.map +1 -0
  134. package/dist/actions/list-all-booking-pages.d.mts +9 -0
  135. package/dist/actions/list-all-booking-pages.d.mts.map +1 -0
  136. package/dist/actions/list-all-booking-pages.mjs +28 -0
  137. package/dist/actions/list-all-booking-pages.mjs.map +1 -0
  138. package/dist/actions/list-all-bookings.cjs +66 -0
  139. package/dist/actions/list-all-bookings.cjs.map +1 -0
  140. package/dist/actions/list-all-bookings.d.cts +9 -0
  141. package/dist/actions/list-all-bookings.d.cts.map +1 -0
  142. package/dist/actions/list-all-bookings.d.mts +9 -0
  143. package/dist/actions/list-all-bookings.d.mts.map +1 -0
  144. package/dist/actions/list-all-bookings.mjs +65 -0
  145. package/dist/actions/list-all-bookings.mjs.map +1 -0
  146. package/dist/actions/list-all-contacts.cjs +57 -0
  147. package/dist/actions/list-all-contacts.cjs.map +1 -0
  148. package/dist/actions/list-all-contacts.d.cts +9 -0
  149. package/dist/actions/list-all-contacts.d.cts.map +1 -0
  150. package/dist/actions/list-all-contacts.d.mts +9 -0
  151. package/dist/actions/list-all-contacts.d.mts.map +1 -0
  152. package/dist/actions/list-all-contacts.mjs +56 -0
  153. package/dist/actions/list-all-contacts.mjs.map +1 -0
  154. package/dist/actions/list-all-event-types.cjs +26 -0
  155. package/dist/actions/list-all-event-types.cjs.map +1 -0
  156. package/dist/actions/list-all-event-types.d.cts +9 -0
  157. package/dist/actions/list-all-event-types.d.cts.map +1 -0
  158. package/dist/actions/list-all-event-types.d.mts +9 -0
  159. package/dist/actions/list-all-event-types.d.mts.map +1 -0
  160. package/dist/actions/list-all-event-types.mjs +25 -0
  161. package/dist/actions/list-all-event-types.mjs.map +1 -0
  162. package/dist/actions/list-all-master-pages.cjs +28 -0
  163. package/dist/actions/list-all-master-pages.cjs.map +1 -0
  164. package/dist/actions/list-all-master-pages.d.cts +9 -0
  165. package/dist/actions/list-all-master-pages.d.cts.map +1 -0
  166. package/dist/actions/list-all-master-pages.d.mts +9 -0
  167. package/dist/actions/list-all-master-pages.d.mts.map +1 -0
  168. package/dist/actions/list-all-master-pages.mjs +27 -0
  169. package/dist/actions/list-all-master-pages.mjs.map +1 -0
  170. package/dist/actions/list-all-teams.cjs +31 -0
  171. package/dist/actions/list-all-teams.cjs.map +1 -0
  172. package/dist/actions/list-all-teams.d.cts +9 -0
  173. package/dist/actions/list-all-teams.d.cts.map +1 -0
  174. package/dist/actions/list-all-teams.d.mts +9 -0
  175. package/dist/actions/list-all-teams.d.mts.map +1 -0
  176. package/dist/actions/list-all-teams.mjs +30 -0
  177. package/dist/actions/list-all-teams.mjs.map +1 -0
  178. package/dist/actions/list-all-users.cjs +31 -0
  179. package/dist/actions/list-all-users.cjs.map +1 -0
  180. package/dist/actions/list-all-users.d.cts +9 -0
  181. package/dist/actions/list-all-users.d.cts.map +1 -0
  182. package/dist/actions/list-all-users.d.mts +9 -0
  183. package/dist/actions/list-all-users.d.mts.map +1 -0
  184. package/dist/actions/list-all-users.mjs +30 -0
  185. package/dist/actions/list-all-users.mjs.map +1 -0
  186. package/dist/actions/mark-booking-as-no-show.cjs +73 -0
  187. package/dist/actions/mark-booking-as-no-show.cjs.map +1 -0
  188. package/dist/actions/mark-booking-as-no-show.d.cts +9 -0
  189. package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -0
  190. package/dist/actions/mark-booking-as-no-show.d.mts +9 -0
  191. package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -0
  192. package/dist/actions/mark-booking-as-no-show.mjs +72 -0
  193. package/dist/actions/mark-booking-as-no-show.mjs.map +1 -0
  194. package/dist/actions/test-api-key.cjs +19 -0
  195. package/dist/actions/test-api-key.cjs.map +1 -0
  196. package/dist/actions/test-api-key.d.cts +9 -0
  197. package/dist/actions/test-api-key.d.cts.map +1 -0
  198. package/dist/actions/test-api-key.d.mts +9 -0
  199. package/dist/actions/test-api-key.d.mts.map +1 -0
  200. package/dist/actions/test-api-key.mjs +16 -0
  201. package/dist/actions/test-api-key.mjs.map +1 -0
  202. package/dist/actions/update-contact.cjs +32 -0
  203. package/dist/actions/update-contact.cjs.map +1 -0
  204. package/dist/actions/update-contact.d.cts +9 -0
  205. package/dist/actions/update-contact.d.cts.map +1 -0
  206. package/dist/actions/update-contact.d.mts +9 -0
  207. package/dist/actions/update-contact.d.mts.map +1 -0
  208. package/dist/actions/update-contact.mjs +29 -0
  209. package/dist/actions/update-contact.mjs.map +1 -0
  210. package/dist/actions/update-user-scheduling-availability.cjs +73 -0
  211. package/dist/actions/update-user-scheduling-availability.cjs.map +1 -0
  212. package/dist/actions/update-user-scheduling-availability.d.cts +9 -0
  213. package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -0
  214. package/dist/actions/update-user-scheduling-availability.d.mts +9 -0
  215. package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -0
  216. package/dist/actions/update-user-scheduling-availability.mjs +72 -0
  217. package/dist/actions/update-user-scheduling-availability.mjs.map +1 -0
  218. package/dist/actions/update-user.cjs +33 -0
  219. package/dist/actions/update-user.cjs.map +1 -0
  220. package/dist/actions/update-user.d.cts +9 -0
  221. package/dist/actions/update-user.d.cts.map +1 -0
  222. package/dist/actions/update-user.d.mts +9 -0
  223. package/dist/actions/update-user.d.mts.map +1 -0
  224. package/dist/actions/update-user.mjs +30 -0
  225. package/dist/actions/update-user.mjs.map +1 -0
  226. package/dist/app.cjs +9 -0
  227. package/dist/app.cjs.map +1 -0
  228. package/dist/app.d.cts +5 -0
  229. package/dist/app.d.cts.map +1 -0
  230. package/dist/app.d.mts +5 -0
  231. package/dist/app.d.mts.map +1 -0
  232. package/dist/app.mjs +10 -0
  233. package/dist/app.mjs.map +1 -0
  234. package/dist/catalog.cjs +15 -0
  235. package/dist/catalog.cjs.map +1 -0
  236. package/dist/catalog.d.cts +14 -0
  237. package/dist/catalog.d.cts.map +1 -0
  238. package/dist/catalog.d.mts +14 -0
  239. package/dist/catalog.d.mts.map +1 -0
  240. package/dist/catalog.mjs +15 -0
  241. package/dist/catalog.mjs.map +1 -0
  242. package/dist/execute.cjs +18 -0
  243. package/dist/execute.cjs.map +1 -0
  244. package/dist/execute.mjs +18 -0
  245. package/dist/execute.mjs.map +1 -0
  246. package/dist/index.cjs +60 -0
  247. package/dist/index.d.cts +30 -0
  248. package/dist/index.d.mts +30 -0
  249. package/dist/index.mjs +31 -0
  250. package/package.json +49 -0
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-all-master-pages.ts
4
+ const ScheduleonceListAllMasterPagesInput = zod.z.object({
5
+ after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.").optional(),
6
+ limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
7
+ before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all master pages in the account.");
9
+ const ScheduleonceListAllMasterPages_MasterPageObjectSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the master page").nullable().optional(),
11
+ url: zod.z.string().describe("URL where the master page can be accessed").nullable().optional(),
12
+ name: zod.z.string().describe("Name of the master page").nullable().optional(),
13
+ label: zod.z.string().describe("Label for the master page").nullable().optional(),
14
+ active: zod.z.boolean().describe("Indicates whether the master page is enabled to receive bookings").nullable().optional(),
15
+ object: zod.z.string().describe("Object type, always 'master_page'").nullable().optional()
16
+ }).describe("Model for a master page object.");
17
+ const ScheduleonceListAllMasterPagesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).describe("Response model for listing all master pages.");
18
+ const scheduleonceListAllMasterPages = require_action.action("SCHEDULEONCE_LIST_ALL_MASTER_PAGES", {
19
+ slug: "scheduleonce-list-all-master-pages",
20
+ name: "List All Master Pages",
21
+ description: "Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.",
22
+ input: ScheduleonceListAllMasterPagesInput,
23
+ output: ScheduleonceListAllMasterPagesOutput
24
+ });
25
+ //#endregion
26
+ exports.scheduleonceListAllMasterPages = scheduleonceListAllMasterPages;
27
+
28
+ //# sourceMappingURL=list-all-master-pages.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-master-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-master-pages.d.ts
4
+ declare const ScheduleonceListAllMasterPagesInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllMasterPagesOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllMasterPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllMasterPages };
9
+ //# sourceMappingURL=list-all-master-pages.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-master-pages.d.cts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIqB;AAAA,cAS5D,oCAAA,EAAsC,CAAA,CAAE,UAEM;AAAA,cAE9C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-master-pages.d.ts
4
+ declare const ScheduleonceListAllMasterPagesInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllMasterPagesOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllMasterPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllMasterPages };
9
+ //# sourceMappingURL=list-all-master-pages.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-master-pages.d.mts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIqB;AAAA,cAS5D,oCAAA,EAAsC,CAAA,CAAE,UAEM;AAAA,cAE9C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-all-master-pages.ts
4
+ const ScheduleonceListAllMasterPagesInput = z.object({
5
+ after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.").optional(),
6
+ limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
7
+ before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all master pages in the account.");
9
+ const ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({
10
+ id: z.string().describe("Unique identifier for the master page").nullable().optional(),
11
+ url: z.string().describe("URL where the master page can be accessed").nullable().optional(),
12
+ name: z.string().describe("Name of the master page").nullable().optional(),
13
+ label: z.string().describe("Label for the master page").nullable().optional(),
14
+ active: z.boolean().describe("Indicates whether the master page is enabled to receive bookings").nullable().optional(),
15
+ object: z.string().describe("Object type, always 'master_page'").nullable().optional()
16
+ }).describe("Model for a master page object.");
17
+ const scheduleonceListAllMasterPages = action("SCHEDULEONCE_LIST_ALL_MASTER_PAGES", {
18
+ slug: "scheduleonce-list-all-master-pages",
19
+ name: "List All Master Pages",
20
+ description: "Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.",
21
+ input: ScheduleonceListAllMasterPagesInput,
22
+ output: z.object({ data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).describe("Response model for listing all master pages.")
23
+ });
24
+ //#endregion
25
+ export { scheduleonceListAllMasterPages };
26
+
27
+ //# sourceMappingURL=list-all-master-pages.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-master-pages.mjs","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-all-teams.ts
4
+ const ScheduleonceListAllTeamsInput = zod.z.object({
5
+ after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
6
+ limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 25.").optional(),
7
+ before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all teams in the account.");
9
+ const ScheduleonceListAllTeams_TeamObjectSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the team").nullable().optional(),
11
+ name: zod.z.string().describe("The name of the team").nullable().optional(),
12
+ object: zod.z.string().describe("Object type, always 'team'").nullable().optional(),
13
+ creation_time: zod.z.string().describe("ISO 8601 timestamp of when the team was created").nullable().optional(),
14
+ last_updated_time: zod.z.string().describe("ISO 8601 timestamp of when the team was last updated").nullable().optional()
15
+ }).describe("Model for a team object.");
16
+ const ScheduleonceListAllTeamsOutput = zod.z.object({
17
+ data: zod.z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe("Array of team objects"),
18
+ object: zod.z.string().describe("Object type, always 'list'").nullable().optional(),
19
+ has_more: zod.z.boolean().describe("Whether there are more results available").nullable().optional()
20
+ }).describe("Response model for listing all teams.");
21
+ const scheduleonceListAllTeams = require_action.action("SCHEDULEONCE_LIST_ALL_TEAMS", {
22
+ slug: "scheduleonce-list-all-teams",
23
+ name: "List All Teams",
24
+ description: "Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.",
25
+ input: ScheduleonceListAllTeamsInput,
26
+ output: ScheduleonceListAllTeamsOutput
27
+ });
28
+ //#endregion
29
+ exports.scheduleonceListAllTeams = scheduleonceListAllTeams;
30
+
31
+ //# sourceMappingURL=list-all-teams.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-teams.d.ts
4
+ declare const ScheduleonceListAllTeamsInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllTeamsOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllTeams };
9
+ //# sourceMappingURL=list-all-teams.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIoB;AAAA,cAQrD,8BAAA,EAAgC,CAAA,CAAE,UAIK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-teams.d.ts
4
+ declare const ScheduleonceListAllTeamsInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllTeamsOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllTeams };
9
+ //# sourceMappingURL=list-all-teams.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIoB;AAAA,cAQrD,8BAAA,EAAgC,CAAA,CAAE,UAIK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-all-teams.ts
4
+ const ScheduleonceListAllTeamsInput = z.object({
5
+ after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
6
+ limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 25.").optional(),
7
+ before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all teams in the account.");
9
+ const ScheduleonceListAllTeams_TeamObjectSchema = z.object({
10
+ id: z.string().describe("Unique identifier for the team").nullable().optional(),
11
+ name: z.string().describe("The name of the team").nullable().optional(),
12
+ object: z.string().describe("Object type, always 'team'").nullable().optional(),
13
+ creation_time: z.string().describe("ISO 8601 timestamp of when the team was created").nullable().optional(),
14
+ last_updated_time: z.string().describe("ISO 8601 timestamp of when the team was last updated").nullable().optional()
15
+ }).describe("Model for a team object.");
16
+ const scheduleonceListAllTeams = action("SCHEDULEONCE_LIST_ALL_TEAMS", {
17
+ slug: "scheduleonce-list-all-teams",
18
+ name: "List All Teams",
19
+ description: "Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.",
20
+ input: ScheduleonceListAllTeamsInput,
21
+ output: z.object({
22
+ data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe("Array of team objects"),
23
+ object: z.string().describe("Object type, always 'list'").nullable().optional(),
24
+ has_more: z.boolean().describe("Whether there are more results available").nullable().optional()
25
+ }).describe("Response model for listing all teams.")
26
+ });
27
+ //#endregion
28
+ export { scheduleonceListAllTeams };
29
+
30
+ //# sourceMappingURL=list-all-teams.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,0BAA0B;AAOtC,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;EACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-all-users.ts
4
+ const ScheduleonceListAllUsersInput = zod.z.object({
5
+ after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
6
+ limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
7
+ before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all users in the account.");
9
+ const ScheduleonceListAllUsers_UserObjectSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the user").nullable().optional(),
11
+ email: zod.z.string().describe("User's email address").nullable().optional(),
12
+ teams: zod.z.array(zod.z.string()).describe("Array of team IDs the user belongs to").nullable().optional(),
13
+ object: zod.z.string().describe("Object type, always 'user'").nullable().optional(),
14
+ status: zod.z.string().describe("User status indicating if the user has signed in or is still in invited status").nullable().optional(),
15
+ timezone: zod.z.string().describe("User's timezone (e.g., 'America/Chicago')").nullable().optional(),
16
+ last_name: zod.z.string().describe("User's last name").nullable().optional(),
17
+ role_name: zod.z.string().describe("User's role in the account (e.g., 'Member', 'Admin')").nullable().optional(),
18
+ first_name: zod.z.string().describe("User's first name").nullable().optional()
19
+ }).describe("Model for a user object.");
20
+ const ScheduleonceListAllUsersOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllUsers_UserObjectSchema).describe("Array of user objects") }).describe("Response model for listing all users.");
21
+ const scheduleonceListAllUsers = require_action.action("SCHEDULEONCE_LIST_ALL_USERS", {
22
+ slug: "scheduleonce-list-all-users",
23
+ name: "List All Users",
24
+ description: "Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.",
25
+ input: ScheduleonceListAllUsersInput,
26
+ output: ScheduleonceListAllUsersOutput
27
+ });
28
+ //#endregion
29
+ exports.scheduleonceListAllUsers = scheduleonceListAllUsers;
30
+
31
+ //# sourceMappingURL=list-all-users.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-users.cjs","names":["z","action"],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllUsersInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema: 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(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,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,0BAA0B;AACtC,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB,EAC3F,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-users.d.ts
4
+ declare const ScheduleonceListAllUsersInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllUsersOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllUsers };
9
+ //# sourceMappingURL=list-all-users.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-users.d.cts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIoB;AAAA,cAYrD,8BAAA,EAAgC,CAAA,CAAE,UAEK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-users.d.ts
4
+ declare const ScheduleonceListAllUsersInput: z.ZodTypeAny;
5
+ declare const ScheduleonceListAllUsersOutput: z.ZodTypeAny;
6
+ declare const scheduleonceListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceListAllUsers };
9
+ //# sourceMappingURL=list-all-users.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-users.d.mts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIoB;AAAA,cAYrD,8BAAA,EAAgC,CAAA,CAAE,UAEK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-all-users.ts
4
+ const ScheduleonceListAllUsersInput = z.object({
5
+ after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
6
+ limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
7
+ before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
8
+ }).describe("Request model for listing all users in the account.");
9
+ const ScheduleonceListAllUsers_UserObjectSchema = z.object({
10
+ id: z.string().describe("Unique identifier for the user").nullable().optional(),
11
+ email: z.string().describe("User's email address").nullable().optional(),
12
+ teams: z.array(z.string()).describe("Array of team IDs the user belongs to").nullable().optional(),
13
+ object: z.string().describe("Object type, always 'user'").nullable().optional(),
14
+ status: z.string().describe("User status indicating if the user has signed in or is still in invited status").nullable().optional(),
15
+ timezone: z.string().describe("User's timezone (e.g., 'America/Chicago')").nullable().optional(),
16
+ last_name: z.string().describe("User's last name").nullable().optional(),
17
+ role_name: z.string().describe("User's role in the account (e.g., 'Member', 'Admin')").nullable().optional(),
18
+ first_name: z.string().describe("User's first name").nullable().optional()
19
+ }).describe("Model for a user object.");
20
+ const scheduleonceListAllUsers = action("SCHEDULEONCE_LIST_ALL_USERS", {
21
+ slug: "scheduleonce-list-all-users",
22
+ name: "List All Users",
23
+ description: "Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.",
24
+ input: ScheduleonceListAllUsersInput,
25
+ output: z.object({ data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe("Array of user objects") }).describe("Response model for listing all users.")
26
+ });
27
+ //#endregion
28
+ export { scheduleonceListAllUsers };
29
+
30
+ //# sourceMappingURL=list-all-users.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-users.mjs","names":[],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllUsersInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema: 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(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,0BAA0B;AAKtC,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB,EAC3F,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,73 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/mark-booking-as-no-show.ts
4
+ const ScheduleonceMarkBookingAsNoShowInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.") }).describe("Request model for marking a booking as no-show.");
5
+ const ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = zod.z.object({
6
+ id: zod.z.string().describe("User ID of the owner."),
7
+ email: zod.z.string().describe("Owner's email address.").nullable().optional(),
8
+ teams: zod.z.array(zod.z.string()).describe("Owner's teams.").nullable().optional(),
9
+ object: zod.z.string().describe("Object type, always 'user'.").nullable().optional(),
10
+ status: zod.z.string().describe("Owner's status.").nullable().optional(),
11
+ timezone: zod.z.string().describe("Owner's timezone.").nullable().optional(),
12
+ last_name: zod.z.string().describe("Owner's last name.").nullable().optional(),
13
+ role_name: zod.z.string().describe("Owner's role name.").nullable().optional(),
14
+ first_name: zod.z.string().describe("Owner's first name.").nullable().optional()
15
+ }).describe("Model for owner object when expanded.");
16
+ const ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = zod.z.object({
17
+ name: zod.z.string().describe("Name of the custom field"),
18
+ value: zod.z.union([
19
+ zod.z.string(),
20
+ zod.z.number().int(),
21
+ zod.z.number(),
22
+ zod.z.boolean()
23
+ ]).nullable().optional()
24
+ }).describe("Model for custom field item.");
25
+ const ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = zod.z.object({
26
+ name: zod.z.string().describe("Customer's name.").nullable().optional(),
27
+ note: zod.z.string().describe("Additional note from customer.").nullable().optional(),
28
+ email: zod.z.string().describe("Customer's email address.").nullable().optional(),
29
+ phone: zod.z.string().describe("Customer's phone number.").nullable().optional(),
30
+ guests: zod.z.array(zod.z.string()).describe("List of guest email addresses.").nullable().optional(),
31
+ company: zod.z.string().describe("Customer's company.").nullable().optional(),
32
+ mobile_phone: zod.z.string().describe("Customer's mobile phone number.").nullable().optional(),
33
+ custom_fields: zod.z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe("Array of custom field objects with name and value properties.").nullable().optional()
34
+ }).describe("Model for form submission data.");
35
+ const ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = zod.z.object({ join_url: zod.z.string().describe("URL to join the virtual meeting.").nullable().optional() }).describe("Model for virtual conferencing details.");
36
+ const ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = zod.z.object({
37
+ reason: zod.z.string().describe("Reason for cancellation or rescheduling.").nullable().optional(),
38
+ user_id: zod.z.string().describe("User ID who performed the action if initiated by a user.").nullable().optional(),
39
+ actioned_by: zod.z.string().describe("Who performed the action: 'user' or 'customer'.").nullable().optional()
40
+ }).describe("Model for cancellation or reschedule information.");
41
+ const ScheduleonceMarkBookingAsNoShowOutput = zod.z.object({
42
+ id: zod.z.string().describe("Unique booking identifier."),
43
+ owner: zod.z.union([zod.z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),
44
+ object: zod.z.string().describe("Object type, always 'booking'."),
45
+ status: zod.z.string().describe("Booking status (will be 'no_show' after successful operation)."),
46
+ subject: zod.z.string().describe("Booking subject/title.").nullable().optional(),
47
+ attendees: zod.z.array(zod.z.string()).describe("Array of attendee email addresses.").nullable().optional(),
48
+ event_type: zod.z.string().describe("Event type ID.").nullable().optional(),
49
+ master_page: zod.z.string().describe("Master page ID.").nullable().optional(),
50
+ tracking_id: zod.z.string().describe("Human-readable tracking number.").nullable().optional(),
51
+ booking_page: zod.z.string().describe("Booking page ID.").nullable().optional(),
52
+ creation_time: zod.z.string().describe("ISO 8601 timestamp of booking creation.").nullable().optional(),
53
+ starting_time: zod.z.string().describe("ISO 8601 timestamp of scheduled start time.").nullable().optional(),
54
+ form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),
55
+ duration_minutes: zod.z.number().int().describe("Duration of the booking in minutes.").nullable().optional(),
56
+ customer_timezone: zod.z.string().describe("Customer's timezone (e.g., 'America/New_York').").nullable().optional(),
57
+ last_updated_time: zod.z.string().describe("ISO 8601 timestamp of last update.").nullable().optional(),
58
+ location_description: zod.z.string().describe("Physical location description.").nullable().optional(),
59
+ virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),
60
+ rescheduled_booking_id: zod.z.string().describe("ID of rescheduled booking if applicable.").nullable().optional(),
61
+ cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional()
62
+ }).describe("Response model for booking marked as no-show.");
63
+ const scheduleonceMarkBookingAsNoShow = require_action.action("SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW", {
64
+ slug: "scheduleonce-mark-booking-as-no-show",
65
+ name: "Mark Booking as No-Show",
66
+ description: "Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.",
67
+ input: ScheduleonceMarkBookingAsNoShowInput,
68
+ output: ScheduleonceMarkBookingAsNoShowOutput
69
+ });
70
+ //#endregion
71
+ exports.scheduleonceMarkBookingAsNoShow = scheduleonceMarkBookingAsNoShow;
72
+
73
+ //# sourceMappingURL=mark-booking-as-no-show.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mark-booking-as-no-show.cjs","names":["z","action"],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceMarkBookingAsNoShowInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID of the owner.\"),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema: z.ZodTypeAny = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema: z.ZodTypeAny = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique booking identifier.\"),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\"),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\"),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/mark-booking-as-no-show.d.ts
4
+ declare const ScheduleonceMarkBookingAsNoShowInput: z.ZodTypeAny;
5
+ declare const ScheduleonceMarkBookingAsNoShowOutput: z.ZodTypeAny;
6
+ declare const scheduleonceMarkBookingAsNoShow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceMarkBookingAsNoShow };
9
+ //# sourceMappingURL=mark-booking-as-no-show.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mark-booking-as-no-show.d.cts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAES;AAAA,cAkCjD,qCAAA,EAAuC,CAAA,CAAE,UAqBM;AAAA,cAE/C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/mark-booking-as-no-show.d.ts
4
+ declare const ScheduleonceMarkBookingAsNoShowInput: z.ZodTypeAny;
5
+ declare const ScheduleonceMarkBookingAsNoShowOutput: z.ZodTypeAny;
6
+ declare const scheduleonceMarkBookingAsNoShow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { scheduleonceMarkBookingAsNoShow };
9
+ //# sourceMappingURL=mark-booking-as-no-show.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mark-booking-as-no-show.d.mts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAES;AAAA,cAkCjD,qCAAA,EAAuC,CAAA,CAAE,UAqBM;AAAA,cAE/C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,72 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/mark-booking-as-no-show.ts
4
+ const ScheduleonceMarkBookingAsNoShowInput = z.object({ id: z.string().describe("The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.") }).describe("Request model for marking a booking as no-show.");
5
+ const ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = z.object({
6
+ id: z.string().describe("User ID of the owner."),
7
+ email: z.string().describe("Owner's email address.").nullable().optional(),
8
+ teams: z.array(z.string()).describe("Owner's teams.").nullable().optional(),
9
+ object: z.string().describe("Object type, always 'user'.").nullable().optional(),
10
+ status: z.string().describe("Owner's status.").nullable().optional(),
11
+ timezone: z.string().describe("Owner's timezone.").nullable().optional(),
12
+ last_name: z.string().describe("Owner's last name.").nullable().optional(),
13
+ role_name: z.string().describe("Owner's role name.").nullable().optional(),
14
+ first_name: z.string().describe("Owner's first name.").nullable().optional()
15
+ }).describe("Model for owner object when expanded.");
16
+ const ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = z.object({
17
+ name: z.string().describe("Name of the custom field"),
18
+ value: z.union([
19
+ z.string(),
20
+ z.number().int(),
21
+ z.number(),
22
+ z.boolean()
23
+ ]).nullable().optional()
24
+ }).describe("Model for custom field item.");
25
+ const ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = z.object({
26
+ name: z.string().describe("Customer's name.").nullable().optional(),
27
+ note: z.string().describe("Additional note from customer.").nullable().optional(),
28
+ email: z.string().describe("Customer's email address.").nullable().optional(),
29
+ phone: z.string().describe("Customer's phone number.").nullable().optional(),
30
+ guests: z.array(z.string()).describe("List of guest email addresses.").nullable().optional(),
31
+ company: z.string().describe("Customer's company.").nullable().optional(),
32
+ mobile_phone: z.string().describe("Customer's mobile phone number.").nullable().optional(),
33
+ custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe("Array of custom field objects with name and value properties.").nullable().optional()
34
+ }).describe("Model for form submission data.");
35
+ const ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = z.object({ join_url: z.string().describe("URL to join the virtual meeting.").nullable().optional() }).describe("Model for virtual conferencing details.");
36
+ const ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = z.object({
37
+ reason: z.string().describe("Reason for cancellation or rescheduling.").nullable().optional(),
38
+ user_id: z.string().describe("User ID who performed the action if initiated by a user.").nullable().optional(),
39
+ actioned_by: z.string().describe("Who performed the action: 'user' or 'customer'.").nullable().optional()
40
+ }).describe("Model for cancellation or reschedule information.");
41
+ const scheduleonceMarkBookingAsNoShow = action("SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW", {
42
+ slug: "scheduleonce-mark-booking-as-no-show",
43
+ name: "Mark Booking as No-Show",
44
+ description: "Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.",
45
+ input: ScheduleonceMarkBookingAsNoShowInput,
46
+ output: z.object({
47
+ id: z.string().describe("Unique booking identifier."),
48
+ owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),
49
+ object: z.string().describe("Object type, always 'booking'."),
50
+ status: z.string().describe("Booking status (will be 'no_show' after successful operation)."),
51
+ subject: z.string().describe("Booking subject/title.").nullable().optional(),
52
+ attendees: z.array(z.string()).describe("Array of attendee email addresses.").nullable().optional(),
53
+ event_type: z.string().describe("Event type ID.").nullable().optional(),
54
+ master_page: z.string().describe("Master page ID.").nullable().optional(),
55
+ tracking_id: z.string().describe("Human-readable tracking number.").nullable().optional(),
56
+ booking_page: z.string().describe("Booking page ID.").nullable().optional(),
57
+ creation_time: z.string().describe("ISO 8601 timestamp of booking creation.").nullable().optional(),
58
+ starting_time: z.string().describe("ISO 8601 timestamp of scheduled start time.").nullable().optional(),
59
+ form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),
60
+ duration_minutes: z.number().int().describe("Duration of the booking in minutes.").nullable().optional(),
61
+ customer_timezone: z.string().describe("Customer's timezone (e.g., 'America/New_York').").nullable().optional(),
62
+ last_updated_time: z.string().describe("ISO 8601 timestamp of last update.").nullable().optional(),
63
+ location_description: z.string().describe("Physical location description.").nullable().optional(),
64
+ virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),
65
+ rescheduled_booking_id: z.string().describe("ID of rescheduled booking if applicable.").nullable().optional(),
66
+ cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional()
67
+ }).describe("Response model for booking marked as no-show.")
68
+ });
69
+ //#endregion
70
+ export { scheduleonceMarkBookingAsNoShow };
71
+
72
+ //# sourceMappingURL=mark-booking-as-no-show.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mark-booking-as-no-show.mjs","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceMarkBookingAsNoShowInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID of the owner.\"),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema: z.ZodTypeAny = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema: z.ZodTypeAny = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique booking identifier.\"),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\"),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\"),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/test-api-key.ts
4
+ const ScheduleonceTestApiKeyInput = zod.z.object({}).describe("Request model for testing API key authentication.\nNo parameters required - authentication is performed via API-Key header.");
5
+ const ScheduleonceTestApiKeyOutput = zod.z.object({
6
+ uid: zod.z.string().describe("Unique identifier returned in the response").nullable().optional(),
7
+ message: zod.z.string().describe("Contains additional information about the API validation").nullable().optional()
8
+ }).describe("Response model for API key test endpoint.");
9
+ const scheduleonceTestApiKey = require_action.action("SCHEDULEONCE_TEST_API_KEY", {
10
+ slug: "scheduleonce-test-api-key",
11
+ name: "Test API Key",
12
+ description: "Tool to validate API key authentication for OnceHub. Use when you need to verify that your API key is valid and active before making other API calls to the platform.",
13
+ input: ScheduleonceTestApiKeyInput,
14
+ output: ScheduleonceTestApiKeyOutput
15
+ });
16
+ //#endregion
17
+ exports.scheduleonceTestApiKey = scheduleonceTestApiKey;
18
+
19
+ //# sourceMappingURL=test-api-key.cjs.map