@keystrokehq/scheduleonce 0.1.4 → 0.1.6
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.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/book-time-slot.cjs +1 -0
- package/dist/actions/book-time-slot.cjs.map +1 -1
- package/dist/actions/book-time-slot.d.cts +3 -21
- package/dist/actions/book-time-slot.d.cts.map +1 -1
- package/dist/actions/book-time-slot.d.mts +3 -21
- package/dist/actions/book-time-slot.d.mts.map +1 -1
- package/dist/actions/book-time-slot.mjs +1 -0
- package/dist/actions/book-time-slot.mjs.map +1 -1
- package/dist/actions/cancel-booking.cjs +1 -0
- package/dist/actions/cancel-booking.cjs.map +1 -1
- package/dist/actions/cancel-booking.d.cts +3 -5
- package/dist/actions/cancel-booking.d.cts.map +1 -1
- package/dist/actions/cancel-booking.d.mts +3 -5
- package/dist/actions/cancel-booking.d.mts.map +1 -1
- package/dist/actions/cancel-booking.mjs +1 -0
- package/dist/actions/cancel-booking.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +1 -0
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +3 -16
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +3 -16
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +1 -0
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +3 -7
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +3 -7
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -1
- package/dist/actions/create-user.cjs +1 -0
- package/dist/actions/create-user.cjs.map +1 -1
- package/dist/actions/create-user.d.cts +3 -6
- package/dist/actions/create-user.d.cts.map +1 -1
- package/dist/actions/create-user.d.mts +3 -6
- package/dist/actions/create-user.d.mts.map +1 -1
- package/dist/actions/create-user.mjs +1 -0
- package/dist/actions/create-user.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -0
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +3 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +3 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +1 -0
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-user.cjs +1 -0
- package/dist/actions/delete-user.cjs.map +1 -1
- package/dist/actions/delete-user.d.cts +3 -3
- package/dist/actions/delete-user.d.cts.map +1 -1
- package/dist/actions/delete-user.d.mts +3 -3
- package/dist/actions/delete-user.d.mts.map +1 -1
- package/dist/actions/delete-user.mjs +1 -0
- package/dist/actions/delete-user.mjs.map +1 -1
- package/dist/actions/get-available-time-slots.cjs +1 -0
- package/dist/actions/get-available-time-slots.cjs.map +1 -1
- package/dist/actions/get-available-time-slots.d.cts +3 -5
- package/dist/actions/get-available-time-slots.d.cts.map +1 -1
- package/dist/actions/get-available-time-slots.d.mts +3 -5
- package/dist/actions/get-available-time-slots.d.mts.map +1 -1
- package/dist/actions/get-available-time-slots.mjs +1 -0
- package/dist/actions/get-available-time-slots.mjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.cjs +1 -0
- package/dist/actions/get-single-booking-calendar.cjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.cts +3 -3
- package/dist/actions/get-single-booking-calendar.d.cts.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.mts +3 -3
- package/dist/actions/get-single-booking-calendar.d.mts.map +1 -1
- package/dist/actions/get-single-booking-calendar.mjs +1 -0
- package/dist/actions/get-single-booking-calendar.mjs.map +1 -1
- package/dist/actions/get-single-booking.cjs +1 -0
- package/dist/actions/get-single-booking.cjs.map +1 -1
- package/dist/actions/get-single-booking.d.cts +3 -4
- package/dist/actions/get-single-booking.d.cts.map +1 -1
- package/dist/actions/get-single-booking.d.mts +3 -4
- package/dist/actions/get-single-booking.d.mts.map +1 -1
- package/dist/actions/get-single-booking.mjs +1 -0
- package/dist/actions/get-single-booking.mjs.map +1 -1
- package/dist/actions/get-single-contact.cjs +1 -0
- package/dist/actions/get-single-contact.cjs.map +1 -1
- package/dist/actions/get-single-contact.d.cts +3 -3
- package/dist/actions/get-single-contact.d.cts.map +1 -1
- package/dist/actions/get-single-contact.d.mts +3 -3
- package/dist/actions/get-single-contact.d.mts.map +1 -1
- package/dist/actions/get-single-contact.mjs +1 -0
- package/dist/actions/get-single-contact.mjs.map +1 -1
- package/dist/actions/get-single-master-page.cjs +1 -0
- package/dist/actions/get-single-master-page.cjs.map +1 -1
- package/dist/actions/get-single-master-page.d.cts +3 -3
- package/dist/actions/get-single-master-page.d.cts.map +1 -1
- package/dist/actions/get-single-master-page.d.mts +3 -3
- package/dist/actions/get-single-master-page.d.mts.map +1 -1
- package/dist/actions/get-single-master-page.mjs +1 -0
- package/dist/actions/get-single-master-page.mjs.map +1 -1
- package/dist/actions/get-single-user.cjs +1 -0
- package/dist/actions/get-single-user.cjs.map +1 -1
- package/dist/actions/get-single-user.d.cts +3 -4
- package/dist/actions/get-single-user.d.cts.map +1 -1
- package/dist/actions/get-single-user.d.mts +3 -4
- package/dist/actions/get-single-user.d.mts.map +1 -1
- package/dist/actions/get-single-user.mjs +1 -0
- package/dist/actions/get-single-user.mjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.cjs +1 -0
- package/dist/actions/get-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.cts +3 -3
- package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.mts +3 -3
- package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.mjs +1 -0
- package/dist/actions/get-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.cjs +1 -0
- package/dist/actions/list-all-booking-calendars.cjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.cts +3 -5
- package/dist/actions/list-all-booking-calendars.d.cts.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.mts +3 -5
- package/dist/actions/list-all-booking-calendars.d.mts.map +1 -1
- package/dist/actions/list-all-booking-calendars.mjs +1 -0
- package/dist/actions/list-all-booking-calendars.mjs.map +1 -1
- package/dist/actions/list-all-booking-pages.cjs +1 -0
- package/dist/actions/list-all-booking-pages.cjs.map +1 -1
- package/dist/actions/list-all-booking-pages.d.cts +3 -5
- package/dist/actions/list-all-booking-pages.d.cts.map +1 -1
- package/dist/actions/list-all-booking-pages.d.mts +3 -5
- package/dist/actions/list-all-booking-pages.d.mts.map +1 -1
- package/dist/actions/list-all-booking-pages.mjs +1 -0
- package/dist/actions/list-all-booking-pages.mjs.map +1 -1
- package/dist/actions/list-all-bookings.cjs +1 -0
- package/dist/actions/list-all-bookings.cjs.map +1 -1
- package/dist/actions/list-all-bookings.d.cts +3 -10
- package/dist/actions/list-all-bookings.d.cts.map +1 -1
- package/dist/actions/list-all-bookings.d.mts +3 -10
- package/dist/actions/list-all-bookings.d.mts.map +1 -1
- package/dist/actions/list-all-bookings.mjs +1 -0
- package/dist/actions/list-all-bookings.mjs.map +1 -1
- package/dist/actions/list-all-contacts.cjs +1 -0
- package/dist/actions/list-all-contacts.cjs.map +1 -1
- package/dist/actions/list-all-contacts.d.cts +3 -9
- package/dist/actions/list-all-contacts.d.cts.map +1 -1
- package/dist/actions/list-all-contacts.d.mts +3 -9
- package/dist/actions/list-all-contacts.d.mts.map +1 -1
- package/dist/actions/list-all-contacts.mjs +1 -0
- package/dist/actions/list-all-contacts.mjs.map +1 -1
- package/dist/actions/list-all-event-types.cjs +1 -0
- package/dist/actions/list-all-event-types.cjs.map +1 -1
- package/dist/actions/list-all-event-types.d.cts +3 -5
- package/dist/actions/list-all-event-types.d.cts.map +1 -1
- package/dist/actions/list-all-event-types.d.mts +3 -5
- package/dist/actions/list-all-event-types.d.mts.map +1 -1
- package/dist/actions/list-all-event-types.mjs +1 -0
- package/dist/actions/list-all-event-types.mjs.map +1 -1
- package/dist/actions/list-all-master-pages.cjs +1 -0
- package/dist/actions/list-all-master-pages.cjs.map +1 -1
- package/dist/actions/list-all-master-pages.d.cts +3 -5
- package/dist/actions/list-all-master-pages.d.cts.map +1 -1
- package/dist/actions/list-all-master-pages.d.mts +3 -5
- package/dist/actions/list-all-master-pages.d.mts.map +1 -1
- package/dist/actions/list-all-master-pages.mjs +1 -0
- package/dist/actions/list-all-master-pages.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +1 -0
- package/dist/actions/list-all-teams.cjs.map +1 -1
- package/dist/actions/list-all-teams.d.cts +3 -5
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +3 -5
- package/dist/actions/list-all-teams.d.mts.map +1 -1
- package/dist/actions/list-all-teams.mjs +1 -0
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/actions/list-all-users.cjs +1 -0
- package/dist/actions/list-all-users.cjs.map +1 -1
- package/dist/actions/list-all-users.d.cts +3 -5
- package/dist/actions/list-all-users.d.cts.map +1 -1
- package/dist/actions/list-all-users.d.mts +3 -5
- package/dist/actions/list-all-users.d.mts.map +1 -1
- package/dist/actions/list-all-users.mjs +1 -0
- package/dist/actions/list-all-users.mjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.cjs +1 -0
- package/dist/actions/mark-booking-as-no-show.cjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.cts +3 -3
- package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.mts +3 -3
- package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.mjs +1 -0
- package/dist/actions/mark-booking-as-no-show.mjs.map +1 -1
- package/dist/actions/test-api-key.cjs +1 -0
- package/dist/actions/test-api-key.cjs.map +1 -1
- package/dist/actions/test-api-key.d.cts +3 -1
- package/dist/actions/test-api-key.d.cts.map +1 -1
- package/dist/actions/test-api-key.d.mts +3 -1
- package/dist/actions/test-api-key.d.mts.map +1 -1
- package/dist/actions/test-api-key.mjs +1 -0
- package/dist/actions/test-api-key.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +1 -0
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +3 -8
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +3 -8
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +1 -0
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.cjs +1 -0
- package/dist/actions/update-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.cts +3 -32
- package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.mts +3 -32
- package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.mjs +1 -0
- package/dist/actions/update-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/update-user.cjs +1 -0
- package/dist/actions/update-user.cjs.map +1 -1
- package/dist/actions/update-user.d.cts +3 -8
- package/dist/actions/update-user.d.cts.map +1 -1
- package/dist/actions/update-user.d.mts +3 -8
- package/dist/actions/update-user.d.mts.map +1 -1
- package/dist/actions/update-user.mjs +1 -0
- package/dist/actions/update-user.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +7 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +7 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -2
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-one-time-link-for-booking-calendar.d.ts
|
|
@@ -21,13 +23,7 @@ declare const ScheduleonceCreateOneTimeLinkForBookingCalendarOutput: z.ZodObject
|
|
|
21
23
|
expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
24
|
booking_calendar_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
25
|
}, z.core.$loose>;
|
|
24
|
-
declare const scheduleonceCreateOneTimeLinkForBookingCalendar:
|
|
25
|
-
id: string;
|
|
26
|
-
guest?: {
|
|
27
|
-
name?: string | undefined;
|
|
28
|
-
email?: string | undefined;
|
|
29
|
-
} | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
|
+
declare const scheduleonceCreateOneTimeLinkForBookingCalendar: AppAction<typeof ScheduleonceCreateOneTimeLinkForBookingCalendarInput, typeof ScheduleonceCreateOneTimeLinkForBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
31
27
|
//#endregion
|
|
32
28
|
export { scheduleonceCreateOneTimeLinkForBookingCalendar };
|
|
33
29
|
//# sourceMappingURL=create-one-time-link-for-booking-calendar.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-one-time-link-for-booking-calendar.d.cts","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-one-time-link-for-booking-calendar.d.cts","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"mappings":";;;;;cAMa,oDAAA,EAAoD,CAAA,CAAA,SAAA;;;;;;;cAWpD,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAWrD,+CAAA,EAAiD,SAAA,QACrD,oDAAA,SACA,qDAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-one-time-link-for-booking-calendar.d.ts
|
|
@@ -21,13 +23,7 @@ declare const ScheduleonceCreateOneTimeLinkForBookingCalendarOutput: z.ZodObject
|
|
|
21
23
|
expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
24
|
booking_calendar_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
25
|
}, z.core.$loose>;
|
|
24
|
-
declare const scheduleonceCreateOneTimeLinkForBookingCalendar:
|
|
25
|
-
id: string;
|
|
26
|
-
guest?: {
|
|
27
|
-
name?: string | undefined;
|
|
28
|
-
email?: string | undefined;
|
|
29
|
-
} | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
|
+
declare const scheduleonceCreateOneTimeLinkForBookingCalendar: AppAction<typeof ScheduleonceCreateOneTimeLinkForBookingCalendarInput, typeof ScheduleonceCreateOneTimeLinkForBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
31
27
|
//#endregion
|
|
32
28
|
export { scheduleonceCreateOneTimeLinkForBookingCalendar };
|
|
33
29
|
//# sourceMappingURL=create-one-time-link-for-booking-calendar.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-one-time-link-for-booking-calendar.d.mts","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-one-time-link-for-booking-calendar.d.mts","names":[],"sources":["../../src/actions/create-one-time-link-for-booking-calendar.ts"],"mappings":";;;;;cAMa,oDAAA,EAAoD,CAAA,CAAA,SAAA;;;;;;;cAWpD,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAWrD,+CAAA,EAAiD,SAAA,QACrD,oDAAA,SACA,qDAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -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.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":"
|
|
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 type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceCreateOneTimeLinkForBookingCalendarInput,\n typeof ScheduleonceCreateOneTimeLinkForBookingCalendarOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,kDAIT,OAAO,0DAA0D;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApBmE,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,qDAWhB;AACV,CAAC"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"create-user.cjs","names":["z","action"],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceCreateUserInput,\n typeof ScheduleonceCreateUserOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,yBAITC,eAAAA,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-user.d.ts
|
|
@@ -18,12 +20,7 @@ declare const ScheduleonceCreateUserOutput: z.ZodObject<{
|
|
|
18
20
|
role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
21
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const scheduleonceCreateUser:
|
|
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]>;
|
|
23
|
+
declare const scheduleonceCreateUser: AppAction<typeof ScheduleonceCreateUserInput, typeof ScheduleonceCreateUserOutput, typeof scheduleonce.credential>;
|
|
27
24
|
//#endregion
|
|
28
25
|
export { scheduleonceCreateUser };
|
|
29
26
|
//# sourceMappingURL=create-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-user.d.cts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-user.d.cts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-user.d.ts
|
|
@@ -18,12 +20,7 @@ declare const ScheduleonceCreateUserOutput: z.ZodObject<{
|
|
|
18
20
|
role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
21
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const scheduleonceCreateUser:
|
|
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]>;
|
|
23
|
+
declare const scheduleonceCreateUser: AppAction<typeof ScheduleonceCreateUserInput, typeof ScheduleonceCreateUserOutput, typeof scheduleonce.credential>;
|
|
27
24
|
//#endregion
|
|
28
25
|
export { scheduleonceCreateUser };
|
|
29
26
|
//# sourceMappingURL=create-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-user.d.mts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-user.d.mts","names":[],"sources":["../../src/actions/create-user.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"create-user.mjs","names":[],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceCreateUserInput,\n typeof ScheduleonceCreateUserOutput,\n typeof scheduleonce.credential\n> = 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":";;;AAwBA,MAAa,yBAIT,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1ByC,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,wDAqBH;CACP,QArB0C,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,0CAWhB;AACV,CAAC"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceDeleteContactInput,\n typeof ScheduleonceDeleteContactOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,4BAITC,eAAAA,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-contact.d.ts
|
|
@@ -8,9 +10,7 @@ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
|
|
|
8
10
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
12
|
}, z.core.$loose>;
|
|
11
|
-
declare const scheduleonceDeleteContact:
|
|
12
|
-
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
|
+
declare const scheduleonceDeleteContact: AppAction<typeof ScheduleonceDeleteContactInput, typeof ScheduleonceDeleteContactOutput, typeof scheduleonce.credential>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { scheduleonceDeleteContact };
|
|
16
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":"
|
|
1
|
+
{"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-contact.d.ts
|
|
@@ -8,9 +10,7 @@ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
|
|
|
8
10
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
12
|
}, z.core.$loose>;
|
|
11
|
-
declare const scheduleonceDeleteContact:
|
|
12
|
-
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
|
+
declare const scheduleonceDeleteContact: AppAction<typeof ScheduleonceDeleteContactInput, typeof ScheduleonceDeleteContactOutput, typeof scheduleonce.credential>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { scheduleonceDeleteContact };
|
|
16
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":"
|
|
1
|
+
{"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceDeleteContactInput,\n typeof ScheduleonceDeleteContactOutput,\n typeof scheduleonce.credential\n> = 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":";;;AAcA,MAAa,4BAIT,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB4C,EAAE,OAAO,EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EACvG,CAAC,CAAC,CAAC,SAAS,6CAcH;CACP,QAd6C,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,sCAWhB;AACV,CAAC"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"delete-user.cjs","names":["z","action"],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceDeleteUserInput,\n typeof ScheduleonceDeleteUserOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,yBAITC,eAAAA,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-user.d.ts
|
|
@@ -8,9 +10,7 @@ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
|
|
|
8
10
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
12
|
}, z.core.$loose>;
|
|
11
|
-
declare const scheduleonceDeleteUser:
|
|
12
|
-
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
|
+
declare const scheduleonceDeleteUser: AppAction<typeof ScheduleonceDeleteUserInput, typeof ScheduleonceDeleteUserOutput, typeof scheduleonce.credential>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { scheduleonceDeleteUser };
|
|
16
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":"
|
|
1
|
+
{"version":3,"file":"delete-user.d.cts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAK5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-user.d.ts
|
|
@@ -8,9 +10,7 @@ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
|
|
|
8
10
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
12
|
}, z.core.$loose>;
|
|
11
|
-
declare const scheduleonceDeleteUser:
|
|
12
|
-
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
|
+
declare const scheduleonceDeleteUser: AppAction<typeof ScheduleonceDeleteUserInput, typeof ScheduleonceDeleteUserOutput, typeof scheduleonce.credential>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { scheduleonceDeleteUser };
|
|
16
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":"
|
|
1
|
+
{"version":3,"file":"delete-user.d.mts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAK5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"delete-user.mjs","names":[],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceDeleteUserInput,\n typeof ScheduleonceDeleteUserOutput,\n typeof scheduleonce.credential\n> = 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":";;;AAcA,MAAa,yBAIT,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhByC,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAChG,CAAC,CAAC,CAAC,SAAS,0CAcH;CACP,QAd0C,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,mCAWhB;AACV,CAAC"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"get-available-time-slots.cjs","names":["z","action"],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceGetAvailableTimeSlotsInput,\n typeof ScheduleonceGetAvailableTimeSlotsOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,oCAITC,eAAAA,OAAO,yCAAyC;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-available-time-slots.d.ts
|
|
@@ -16,11 +18,7 @@ declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodObject<{
|
|
|
16
18
|
start_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
}, z.core.$loose>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceGetAvailableTimeSlots:
|
|
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]>;
|
|
21
|
+
declare const scheduleonceGetAvailableTimeSlots: AppAction<typeof ScheduleonceGetAvailableTimeSlotsInput, typeof ScheduleonceGetAvailableTimeSlotsOutput, typeof scheduleonce.credential>;
|
|
24
22
|
//#endregion
|
|
25
23
|
export { scheduleonceGetAvailableTimeSlots };
|
|
26
24
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"get-available-time-slots.d.cts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;;;cAMa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cActC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;cAIvC,iCAAA,EAAmC,SAAA,QACvC,sCAAA,SACA,uCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-available-time-slots.d.ts
|
|
@@ -16,11 +18,7 @@ declare const ScheduleonceGetAvailableTimeSlotsOutput: z.ZodObject<{
|
|
|
16
18
|
start_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
}, z.core.$loose>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceGetAvailableTimeSlots:
|
|
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]>;
|
|
21
|
+
declare const scheduleonceGetAvailableTimeSlots: AppAction<typeof ScheduleonceGetAvailableTimeSlotsInput, typeof ScheduleonceGetAvailableTimeSlotsOutput, typeof scheduleonce.credential>;
|
|
24
22
|
//#endregion
|
|
25
23
|
export { scheduleonceGetAvailableTimeSlots };
|
|
26
24
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"get-available-time-slots.d.mts","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"mappings":";;;;;cAMa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cActC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;cAIvC,iCAAA,EAAmC,SAAA,QACvC,sCAAA,SACA,uCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"get-available-time-slots.mjs","names":[],"sources":["../../src/actions/get-available-time-slots.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceGetAvailableTimeSlotsInput,\n typeof ScheduleonceGetAvailableTimeSlotsOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,oCAIT,OAAO,yCAAyC;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbqD,EAAE,OAAO,EAC9D,OAAO,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qEAAqE,EACjJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kFAWhB;AACV,CAAC"}
|
|
@@ -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.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":"
|
|
1
|
+
{"version":3,"file":"get-single-booking-calendar.cjs","names":["z","action"],"sources":["../../src/actions/get-single-booking-calendar.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceGetSingleBookingCalendarInput,\n typeof ScheduleonceGetSingleBookingCalendarOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,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,uCAITC,eAAAA,OAAO,4CAA4C;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-single-booking-calendar.d.ts
|
|
@@ -14,9 +16,7 @@ declare const ScheduleonceGetSingleBookingCalendarOutput: z.ZodObject<{
|
|
|
14
16
|
published: z.ZodNullable<z.ZodBoolean>;
|
|
15
17
|
duration_minutes: z.ZodNullable<z.ZodNumber>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const scheduleonceGetSingleBookingCalendar:
|
|
18
|
-
id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const scheduleonceGetSingleBookingCalendar: AppAction<typeof ScheduleonceGetSingleBookingCalendarInput, typeof ScheduleonceGetSingleBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { scheduleonceGetSingleBookingCalendar };
|
|
22
22
|
//# sourceMappingURL=get-single-booking-calendar.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking-calendar.d.cts","names":[],"sources":["../../src/actions/get-single-booking-calendar.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking-calendar.d.cts","names":[],"sources":["../../src/actions/get-single-booking-calendar.ts"],"mappings":";;;;;cAMa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;cAGzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;;;;cAW1C,oCAAA,EAAsC,SAAA,QAC1C,yCAAA,SACA,0CAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-single-booking-calendar.d.ts
|
|
@@ -14,9 +16,7 @@ declare const ScheduleonceGetSingleBookingCalendarOutput: z.ZodObject<{
|
|
|
14
16
|
published: z.ZodNullable<z.ZodBoolean>;
|
|
15
17
|
duration_minutes: z.ZodNullable<z.ZodNumber>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const scheduleonceGetSingleBookingCalendar:
|
|
18
|
-
id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const scheduleonceGetSingleBookingCalendar: AppAction<typeof ScheduleonceGetSingleBookingCalendarInput, typeof ScheduleonceGetSingleBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { scheduleonceGetSingleBookingCalendar };
|
|
22
22
|
//# sourceMappingURL=get-single-booking-calendar.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking-calendar.d.mts","names":[],"sources":["../../src/actions/get-single-booking-calendar.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking-calendar.d.mts","names":[],"sources":["../../src/actions/get-single-booking-calendar.ts"],"mappings":";;;;;cAMa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;cAGzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;;;;cAW1C,oCAAA,EAAsC,SAAA,QAC1C,yCAAA,SACA,0CAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking-calendar.mjs","names":[],"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":"
|
|
1
|
+
{"version":3,"file":"get-single-booking-calendar.mjs","names":[],"sources":["../../src/actions/get-single-booking-calendar.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\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: AppAction<\n typeof ScheduleonceGetSingleBookingCalendarInput,\n typeof ScheduleonceGetSingleBookingCalendarOutput,\n typeof scheduleonce.credential\n> = 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":";;;AAoBA,MAAa,uCAIT,OAAO,4CAA4C;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,EAClI,CAAC,CAAC,CAAC,SAAS,+DAoBH;CACP,QApBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;EACxG,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC5G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS;EACrK,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACnF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACvG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAWhB;AACV,CAAC"}
|