@keystrokehq/scheduleonce 0.1.5 → 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 -33
- package/dist/actions/book-time-slot.d.cts.map +1 -1
- package/dist/actions/book-time-slot.d.mts +3 -33
- 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 -17
- package/dist/actions/cancel-booking.d.cts.map +1 -1
- package/dist/actions/cancel-booking.d.mts +3 -17
- 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 -28
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +3 -28
- 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 -19
- 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 -19
- 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 -18
- package/dist/actions/create-user.d.cts.map +1 -1
- package/dist/actions/create-user.d.mts +3 -18
- 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 -15
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +3 -15
- 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 -15
- package/dist/actions/delete-user.d.cts.map +1 -1
- package/dist/actions/delete-user.d.mts +3 -15
- 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 -17
- package/dist/actions/get-available-time-slots.d.cts.map +1 -1
- package/dist/actions/get-available-time-slots.d.mts +3 -17
- 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 -15
- package/dist/actions/get-single-booking-calendar.d.cts.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.mts +3 -15
- 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 -16
- package/dist/actions/get-single-booking.d.cts.map +1 -1
- package/dist/actions/get-single-booking.d.mts +3 -16
- 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 -15
- package/dist/actions/get-single-contact.d.cts.map +1 -1
- package/dist/actions/get-single-contact.d.mts +3 -15
- 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 -15
- package/dist/actions/get-single-master-page.d.cts.map +1 -1
- package/dist/actions/get-single-master-page.d.mts +3 -15
- 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 -16
- package/dist/actions/get-single-user.d.cts.map +1 -1
- package/dist/actions/get-single-user.d.mts +3 -16
- 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 -15
- package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.mts +3 -15
- 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 -17
- package/dist/actions/list-all-booking-calendars.d.cts.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.mts +3 -17
- 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 -17
- package/dist/actions/list-all-booking-pages.d.cts.map +1 -1
- package/dist/actions/list-all-booking-pages.d.mts +3 -17
- 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 -22
- package/dist/actions/list-all-bookings.d.cts.map +1 -1
- package/dist/actions/list-all-bookings.d.mts +3 -22
- 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 -21
- package/dist/actions/list-all-contacts.d.cts.map +1 -1
- package/dist/actions/list-all-contacts.d.mts +3 -21
- 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 -17
- package/dist/actions/list-all-event-types.d.cts.map +1 -1
- package/dist/actions/list-all-event-types.d.mts +3 -17
- 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 -17
- package/dist/actions/list-all-master-pages.d.cts.map +1 -1
- package/dist/actions/list-all-master-pages.d.mts +3 -17
- 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 -17
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +3 -17
- 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 -17
- package/dist/actions/list-all-users.d.cts.map +1 -1
- package/dist/actions/list-all-users.d.mts +3 -17
- 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 -15
- package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.mts +3 -15
- 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 -13
- package/dist/actions/test-api-key.d.cts.map +1 -1
- package/dist/actions/test-api-key.d.mts +3 -13
- 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 -20
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +3 -20
- 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 -44
- package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.mts +3 -44
- 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 -20
- package/dist/actions/update-user.d.cts.map +1 -1
- package/dist/actions/update-user.d.mts +3 -20
- 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 +2 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- 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.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,23 +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<"scheduleonce", z.ZodObject<{
|
|
24
|
-
connectionId: z.ZodString;
|
|
25
|
-
entityId: z.ZodString;
|
|
26
|
-
instanceId: z.ZodString;
|
|
27
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
-
generic_api_key: z.ZodString;
|
|
29
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
30
|
-
connectionId: z.ZodString;
|
|
31
|
-
entityId: z.ZodString;
|
|
32
|
-
instanceId: z.ZodString;
|
|
33
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
-
generic_api_key: z.ZodString;
|
|
35
|
-
}, z.core.$strip>>]>;
|
|
21
|
+
declare const scheduleonceGetAvailableTimeSlots: AppAction<typeof ScheduleonceGetAvailableTimeSlotsInput, typeof ScheduleonceGetAvailableTimeSlotsOutput, typeof scheduleonce.credential>;
|
|
36
22
|
//#endregion
|
|
37
23
|
export { scheduleonceGetAvailableTimeSlots };
|
|
38
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,21 +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<"scheduleonce", z.ZodObject<{
|
|
20
|
-
connectionId: z.ZodString;
|
|
21
|
-
entityId: z.ZodString;
|
|
22
|
-
instanceId: z.ZodString;
|
|
23
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
-
generic_api_key: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>;
|
|
19
|
+
declare const scheduleonceGetSingleBookingCalendar: AppAction<typeof ScheduleonceGetSingleBookingCalendarInput, typeof ScheduleonceGetSingleBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
32
20
|
//#endregion
|
|
33
21
|
export { scheduleonceGetSingleBookingCalendar };
|
|
34
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,21 +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<"scheduleonce", z.ZodObject<{
|
|
20
|
-
connectionId: z.ZodString;
|
|
21
|
-
entityId: z.ZodString;
|
|
22
|
-
instanceId: z.ZodString;
|
|
23
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
-
generic_api_key: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>;
|
|
19
|
+
declare const scheduleonceGetSingleBookingCalendar: AppAction<typeof ScheduleonceGetSingleBookingCalendarInput, typeof ScheduleonceGetSingleBookingCalendarOutput, typeof scheduleonce.credential>;
|
|
32
20
|
//#endregion
|
|
33
21
|
export { scheduleonceGetSingleBookingCalendar };
|
|
34
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking.cjs","names":["z","action"],"sources":["../../src/actions/get-single-booking.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleBookingInput = z.object({\n id: z.string().describe(\"The booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand into full objects. Expandable objects include: 'booking_page', 'event_type', 'master_page', 'owner'. Maximum expansion depth is 2 levels. Example: 'booking_page,event_type'. Note: Expanding data causes additional lookups and may result in slower response times.\").optional(),\n}).describe(\"Request model for retrieving a single booking by ID.\");\nconst ScheduleonceGetSingleBooking_CustomFieldSchema = z.object({\n name: z.string().describe(\"Custom field name\").nullable(),\n value: z.string().describe(\"Custom field value\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceGetSingleBooking_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's full name\").nullable().optional(),\n note: z.string().describe(\"Customer's note or message\").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 name\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleBooking_CustomFieldSchema).describe(\"Array of custom field objects\").nullable().optional(),\n}).passthrough().describe(\"Model for customer information collected via booking form.\");\nconst ScheduleonceGetSingleBooking_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual meeting details.\");\nconst ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or reschedule\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action\").nullable().optional(),\n actioned_by: z.string().describe(\"Who initiated the action (e.g., 'user')\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or rescheduling information.\");\nexport const ScheduleonceGetSingleBookingOutput = z.object({\n id: z.string().describe(\"The booking identifier\").nullable(),\n owner: z.string().describe(\"User ID of the booking owner (e.g., 'USR-FSD423423') or full object if expanded\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'booking'\").nullable(),\n status: z.string().describe(\"Current booking status. Possible values: 'requested', 'scheduled', 'rescheduled', 'completed', 'canceled', 'no_show'\").nullable().optional(),\n subject: z.string().describe(\"The booking subject/title\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"List of attendee email addresses\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID or full object if expanded\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID or full object if expanded\").nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID or full object if expanded\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when the booking was created\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp for the scheduled start time\").nullable().optional(),\n form_submission: ScheduleonceGetSingleBooking_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Length of the booking in minutes\").nullable().optional(),\n customer_timezone: z.string().describe(\"IANA timezone identifier for customer's location (e.g., 'America/New_York')\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of the last modification\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description\").nullable().optional(),\n virtual_conferencing: ScheduleonceGetSingleBooking_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of the rescheduled booking if applicable\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for a single booking.\");\n\nexport const scheduleonceGetSingleBooking = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING\", {\n slug: \"scheduleonce-get-single-booking\",\n name: \"Get Single Booking\",\n description: \"Tool to retrieve a single booking by ID from OnceHub. Use when you need to fetch complete booking details including timing, customer information, location, status, and form submission data.\",\n input: ScheduleonceGetSingleBookingInput,\n output: ScheduleonceGetSingleBookingOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking.cjs","names":["z","action"],"sources":["../../src/actions/get-single-booking.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 ScheduleonceGetSingleBookingInput = z.object({\n id: z.string().describe(\"The booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand into full objects. Expandable objects include: 'booking_page', 'event_type', 'master_page', 'owner'. Maximum expansion depth is 2 levels. Example: 'booking_page,event_type'. Note: Expanding data causes additional lookups and may result in slower response times.\").optional(),\n}).describe(\"Request model for retrieving a single booking by ID.\");\nconst ScheduleonceGetSingleBooking_CustomFieldSchema = z.object({\n name: z.string().describe(\"Custom field name\").nullable(),\n value: z.string().describe(\"Custom field value\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceGetSingleBooking_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's full name\").nullable().optional(),\n note: z.string().describe(\"Customer's note or message\").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 name\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleBooking_CustomFieldSchema).describe(\"Array of custom field objects\").nullable().optional(),\n}).passthrough().describe(\"Model for customer information collected via booking form.\");\nconst ScheduleonceGetSingleBooking_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual meeting details.\");\nconst ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or reschedule\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action\").nullable().optional(),\n actioned_by: z.string().describe(\"Who initiated the action (e.g., 'user')\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or rescheduling information.\");\nexport const ScheduleonceGetSingleBookingOutput = z.object({\n id: z.string().describe(\"The booking identifier\").nullable(),\n owner: z.string().describe(\"User ID of the booking owner (e.g., 'USR-FSD423423') or full object if expanded\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'booking'\").nullable(),\n status: z.string().describe(\"Current booking status. Possible values: 'requested', 'scheduled', 'rescheduled', 'completed', 'canceled', 'no_show'\").nullable().optional(),\n subject: z.string().describe(\"The booking subject/title\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"List of attendee email addresses\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID or full object if expanded\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID or full object if expanded\").nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID or full object if expanded\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when the booking was created\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp for the scheduled start time\").nullable().optional(),\n form_submission: ScheduleonceGetSingleBooking_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Length of the booking in minutes\").nullable().optional(),\n customer_timezone: z.string().describe(\"IANA timezone identifier for customer's location (e.g., 'America/New_York')\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of the last modification\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description\").nullable().optional(),\n virtual_conferencing: ScheduleonceGetSingleBooking_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of the rescheduled booking if applicable\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for a single booking.\");\n\nexport const scheduleonceGetSingleBooking: AppAction<\n typeof ScheduleonceGetSingleBookingInput,\n typeof ScheduleonceGetSingleBookingOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING\", {\n slug: \"scheduleonce-get-single-booking\",\n name: \"Get Single Booking\",\n description: \"Tool to retrieve a single booking by ID from OnceHub. Use when you need to fetch complete booking details including timing, customer information, location, status, and form submission data.\",\n input: ScheduleonceGetSingleBookingInput,\n output: ScheduleonceGetSingleBookingOutput,\n});\n"],"mappings":"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"}
|
|
@@ -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.d.ts
|
|
@@ -45,22 +47,7 @@ declare const ScheduleonceGetSingleBookingOutput: z.ZodObject<{
|
|
|
45
47
|
actioned_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
48
|
}, z.core.$loose>>>;
|
|
47
49
|
}, z.core.$loose>;
|
|
48
|
-
declare const scheduleonceGetSingleBooking:
|
|
49
|
-
id: string;
|
|
50
|
-
expand?: string | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
52
|
-
connectionId: z.ZodString;
|
|
53
|
-
entityId: z.ZodString;
|
|
54
|
-
instanceId: z.ZodString;
|
|
55
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
-
generic_api_key: z.ZodString;
|
|
57
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
58
|
-
connectionId: z.ZodString;
|
|
59
|
-
entityId: z.ZodString;
|
|
60
|
-
instanceId: z.ZodString;
|
|
61
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
-
generic_api_key: z.ZodString;
|
|
63
|
-
}, z.core.$strip>>]>;
|
|
50
|
+
declare const scheduleonceGetSingleBooking: AppAction<typeof ScheduleonceGetSingleBookingInput, typeof ScheduleonceGetSingleBookingOutput, typeof scheduleonce.credential>;
|
|
64
51
|
//#endregion
|
|
65
52
|
export { scheduleonceGetSingleBooking };
|
|
66
53
|
//# sourceMappingURL=get-single-booking.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking.d.cts","names":[],"sources":["../../src/actions/get-single-booking.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking.d.cts","names":[],"sources":["../../src/actions/get-single-booking.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;cA0BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuBlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,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.d.ts
|
|
@@ -45,22 +47,7 @@ declare const ScheduleonceGetSingleBookingOutput: z.ZodObject<{
|
|
|
45
47
|
actioned_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
48
|
}, z.core.$loose>>>;
|
|
47
49
|
}, z.core.$loose>;
|
|
48
|
-
declare const scheduleonceGetSingleBooking:
|
|
49
|
-
id: string;
|
|
50
|
-
expand?: string | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
52
|
-
connectionId: z.ZodString;
|
|
53
|
-
entityId: z.ZodString;
|
|
54
|
-
instanceId: z.ZodString;
|
|
55
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
-
generic_api_key: z.ZodString;
|
|
57
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
58
|
-
connectionId: z.ZodString;
|
|
59
|
-
entityId: z.ZodString;
|
|
60
|
-
instanceId: z.ZodString;
|
|
61
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
-
generic_api_key: z.ZodString;
|
|
63
|
-
}, z.core.$strip>>]>;
|
|
50
|
+
declare const scheduleonceGetSingleBooking: AppAction<typeof ScheduleonceGetSingleBookingInput, typeof ScheduleonceGetSingleBookingOutput, typeof scheduleonce.credential>;
|
|
64
51
|
//#endregion
|
|
65
52
|
export { scheduleonceGetSingleBooking };
|
|
66
53
|
//# sourceMappingURL=get-single-booking.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking.d.mts","names":[],"sources":["../../src/actions/get-single-booking.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking.d.mts","names":[],"sources":["../../src/actions/get-single-booking.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;cA0BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuBlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-booking.mjs","names":[],"sources":["../../src/actions/get-single-booking.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleBookingInput = z.object({\n id: z.string().describe(\"The booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand into full objects. Expandable objects include: 'booking_page', 'event_type', 'master_page', 'owner'. Maximum expansion depth is 2 levels. Example: 'booking_page,event_type'. Note: Expanding data causes additional lookups and may result in slower response times.\").optional(),\n}).describe(\"Request model for retrieving a single booking by ID.\");\nconst ScheduleonceGetSingleBooking_CustomFieldSchema = z.object({\n name: z.string().describe(\"Custom field name\").nullable(),\n value: z.string().describe(\"Custom field value\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceGetSingleBooking_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's full name\").nullable().optional(),\n note: z.string().describe(\"Customer's note or message\").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 name\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleBooking_CustomFieldSchema).describe(\"Array of custom field objects\").nullable().optional(),\n}).passthrough().describe(\"Model for customer information collected via booking form.\");\nconst ScheduleonceGetSingleBooking_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual meeting details.\");\nconst ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or reschedule\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action\").nullable().optional(),\n actioned_by: z.string().describe(\"Who initiated the action (e.g., 'user')\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or rescheduling information.\");\nexport const ScheduleonceGetSingleBookingOutput = z.object({\n id: z.string().describe(\"The booking identifier\").nullable(),\n owner: z.string().describe(\"User ID of the booking owner (e.g., 'USR-FSD423423') or full object if expanded\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'booking'\").nullable(),\n status: z.string().describe(\"Current booking status. Possible values: 'requested', 'scheduled', 'rescheduled', 'completed', 'canceled', 'no_show'\").nullable().optional(),\n subject: z.string().describe(\"The booking subject/title\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"List of attendee email addresses\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID or full object if expanded\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID or full object if expanded\").nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID or full object if expanded\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when the booking was created\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp for the scheduled start time\").nullable().optional(),\n form_submission: ScheduleonceGetSingleBooking_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Length of the booking in minutes\").nullable().optional(),\n customer_timezone: z.string().describe(\"IANA timezone identifier for customer's location (e.g., 'America/New_York')\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of the last modification\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description\").nullable().optional(),\n virtual_conferencing: ScheduleonceGetSingleBooking_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of the rescheduled booking if applicable\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for a single booking.\");\n\nexport const scheduleonceGetSingleBooking = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING\", {\n slug: \"scheduleonce-get-single-booking\",\n name: \"Get Single Booking\",\n description: \"Tool to retrieve a single booking by ID from OnceHub. Use when you need to fetch complete booking details including timing, customer information, location, status, and form submission data.\",\n input: ScheduleonceGetSingleBookingInput,\n output: ScheduleonceGetSingleBookingOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-booking.mjs","names":[],"sources":["../../src/actions/get-single-booking.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 ScheduleonceGetSingleBookingInput = z.object({\n id: z.string().describe(\"The booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand into full objects. Expandable objects include: 'booking_page', 'event_type', 'master_page', 'owner'. Maximum expansion depth is 2 levels. Example: 'booking_page,event_type'. Note: Expanding data causes additional lookups and may result in slower response times.\").optional(),\n}).describe(\"Request model for retrieving a single booking by ID.\");\nconst ScheduleonceGetSingleBooking_CustomFieldSchema = z.object({\n name: z.string().describe(\"Custom field name\").nullable(),\n value: z.string().describe(\"Custom field value\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceGetSingleBooking_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's full name\").nullable().optional(),\n note: z.string().describe(\"Customer's note or message\").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 name\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleBooking_CustomFieldSchema).describe(\"Array of custom field objects\").nullable().optional(),\n}).passthrough().describe(\"Model for customer information collected via booking form.\");\nconst ScheduleonceGetSingleBooking_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual meeting details.\");\nconst ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or reschedule\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action\").nullable().optional(),\n actioned_by: z.string().describe(\"Who initiated the action (e.g., 'user')\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or rescheduling information.\");\nexport const ScheduleonceGetSingleBookingOutput = z.object({\n id: z.string().describe(\"The booking identifier\").nullable(),\n owner: z.string().describe(\"User ID of the booking owner (e.g., 'USR-FSD423423') or full object if expanded\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'booking'\").nullable(),\n status: z.string().describe(\"Current booking status. Possible values: 'requested', 'scheduled', 'rescheduled', 'completed', 'canceled', 'no_show'\").nullable().optional(),\n subject: z.string().describe(\"The booking subject/title\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"List of attendee email addresses\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID or full object if expanded\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID or full object if expanded\").nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID or full object if expanded\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when the booking was created\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp for the scheduled start time\").nullable().optional(),\n form_submission: ScheduleonceGetSingleBooking_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Length of the booking in minutes\").nullable().optional(),\n customer_timezone: z.string().describe(\"IANA timezone identifier for customer's location (e.g., 'America/New_York')\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of the last modification\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description\").nullable().optional(),\n virtual_conferencing: ScheduleonceGetSingleBooking_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of the rescheduled booking if applicable\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceGetSingleBooking_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for a single booking.\");\n\nexport const scheduleonceGetSingleBooking: AppAction<\n typeof ScheduleonceGetSingleBookingInput,\n typeof ScheduleonceGetSingleBookingOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_BOOKING\", {\n slug: \"scheduleonce-get-single-booking\",\n name: \"Get Single Booking\",\n description: \"Tool to retrieve a single booking by ID from OnceHub. Use when you need to fetch complete booking details including timing, customer information, location, status, and form submission data.\",\n input: ScheduleonceGetSingleBookingInput,\n output: ScheduleonceGetSingleBookingOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-contact.cjs","names":["z","action"],"sources":["../../src/actions/get-single-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for retrieving a single contact by ID.\");\nconst ScheduleonceGetSingleContact_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nexport const ScheduleonceGetSingleContactOutput = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable(),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n owner: z.string().describe(\"User ID of the contact owner (e.g., 'USR-FSD423423')\").nullable().optional(),\n phone: z.string().describe(\"Phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'contact'\").nullable(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Contact's job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Optional salutation/title\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Size of company\").nullable().optional(),\n mobile_phone: z.string().describe(\"Mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 format timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleContact_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 format timestamp when contact was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single contact.\");\n\nexport const scheduleonceGetSingleContact = action(\"SCHEDULEONCE_GET_SINGLE_CONTACT\", {\n slug: \"scheduleonce-get-single-contact\",\n name: \"Get Single Contact\",\n description: \"Tool to retrieve a single contact by ID from OnceHub. Use when you need to fetch complete contact details including personal information, location data, and custom fields.\",\n input: ScheduleonceGetSingleContactInput,\n output: ScheduleonceGetSingleContactOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-contact.cjs","names":["z","action"],"sources":["../../src/actions/get-single-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 ScheduleonceGetSingleContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for retrieving a single contact by ID.\");\nconst ScheduleonceGetSingleContact_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nexport const ScheduleonceGetSingleContactOutput = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable(),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n owner: z.string().describe(\"User ID of the contact owner (e.g., 'USR-FSD423423')\").nullable().optional(),\n phone: z.string().describe(\"Phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'contact'\").nullable(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Contact's job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Optional salutation/title\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Size of company\").nullable().optional(),\n mobile_phone: z.string().describe(\"Mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 format timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleContact_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 format timestamp when contact was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single contact.\");\n\nexport const scheduleonceGetSingleContact: AppAction<\n typeof ScheduleonceGetSingleContactInput,\n typeof ScheduleonceGetSingleContactOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_CONTACT\", {\n slug: \"scheduleonce-get-single-contact\",\n name: \"Get Single Contact\",\n description: \"Tool to retrieve a single contact by ID from OnceHub. Use when you need to fetch complete contact details including personal information, location data, and custom fields.\",\n input: ScheduleonceGetSingleContactInput,\n output: ScheduleonceGetSingleContactOutput,\n});\n"],"mappings":"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"}
|
|
@@ -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-contact.d.ts
|
|
@@ -33,21 +35,7 @@ declare const ScheduleonceGetSingleContactOutput: z.ZodObject<{
|
|
|
33
35
|
terms_of_service: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
34
36
|
last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
37
|
}, z.core.$loose>;
|
|
36
|
-
declare const scheduleonceGetSingleContact:
|
|
37
|
-
id: string;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
39
|
-
connectionId: z.ZodString;
|
|
40
|
-
entityId: z.ZodString;
|
|
41
|
-
instanceId: z.ZodString;
|
|
42
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
-
generic_api_key: z.ZodString;
|
|
44
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
45
|
-
connectionId: z.ZodString;
|
|
46
|
-
entityId: z.ZodString;
|
|
47
|
-
instanceId: z.ZodString;
|
|
48
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
-
generic_api_key: z.ZodString;
|
|
50
|
-
}, z.core.$strip>>]>;
|
|
38
|
+
declare const scheduleonceGetSingleContact: AppAction<typeof ScheduleonceGetSingleContactInput, typeof ScheduleonceGetSingleContactOutput, typeof scheduleonce.credential>;
|
|
51
39
|
//#endregion
|
|
52
40
|
export { scheduleonceGetSingleContact };
|
|
53
41
|
//# sourceMappingURL=get-single-contact.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-contact.d.cts","names":[],"sources":["../../src/actions/get-single-contact.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-contact.d.cts","names":[],"sources":["../../src/actions/get-single-contact.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2BlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,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-contact.d.ts
|
|
@@ -33,21 +35,7 @@ declare const ScheduleonceGetSingleContactOutput: z.ZodObject<{
|
|
|
33
35
|
terms_of_service: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
34
36
|
last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
37
|
}, z.core.$loose>;
|
|
36
|
-
declare const scheduleonceGetSingleContact:
|
|
37
|
-
id: string;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
39
|
-
connectionId: z.ZodString;
|
|
40
|
-
entityId: z.ZodString;
|
|
41
|
-
instanceId: z.ZodString;
|
|
42
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
-
generic_api_key: z.ZodString;
|
|
44
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
45
|
-
connectionId: z.ZodString;
|
|
46
|
-
entityId: z.ZodString;
|
|
47
|
-
instanceId: z.ZodString;
|
|
48
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
-
generic_api_key: z.ZodString;
|
|
50
|
-
}, z.core.$strip>>]>;
|
|
38
|
+
declare const scheduleonceGetSingleContact: AppAction<typeof ScheduleonceGetSingleContactInput, typeof ScheduleonceGetSingleContactOutput, typeof scheduleonce.credential>;
|
|
51
39
|
//#endregion
|
|
52
40
|
export { scheduleonceGetSingleContact };
|
|
53
41
|
//# sourceMappingURL=get-single-contact.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-contact.d.mts","names":[],"sources":["../../src/actions/get-single-contact.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-contact.d.mts","names":[],"sources":["../../src/actions/get-single-contact.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2BlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-contact.mjs","names":[],"sources":["../../src/actions/get-single-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for retrieving a single contact by ID.\");\nconst ScheduleonceGetSingleContact_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nexport const ScheduleonceGetSingleContactOutput = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable(),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n owner: z.string().describe(\"User ID of the contact owner (e.g., 'USR-FSD423423')\").nullable().optional(),\n phone: z.string().describe(\"Phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'contact'\").nullable(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Contact's job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Optional salutation/title\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Size of company\").nullable().optional(),\n mobile_phone: z.string().describe(\"Mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 format timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleContact_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 format timestamp when contact was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single contact.\");\n\nexport const scheduleonceGetSingleContact = action(\"SCHEDULEONCE_GET_SINGLE_CONTACT\", {\n slug: \"scheduleonce-get-single-contact\",\n name: \"Get Single Contact\",\n description: \"Tool to retrieve a single contact by ID from OnceHub. Use when you need to fetch complete contact details including personal information, location data, and custom fields.\",\n input: ScheduleonceGetSingleContactInput,\n output: ScheduleonceGetSingleContactOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-contact.mjs","names":[],"sources":["../../src/actions/get-single-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 ScheduleonceGetSingleContactInput = z.object({\n id: z.string().describe(\"The unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')\"),\n}).describe(\"Request model for retrieving a single contact by ID.\");\nconst ScheduleonceGetSingleContact_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nexport const ScheduleonceGetSingleContactOutput = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable(),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n owner: z.string().describe(\"User ID of the contact owner (e.g., 'USR-FSD423423')\").nullable().optional(),\n phone: z.string().describe(\"Phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'contact'\").nullable(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Contact's job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Optional salutation/title\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Size of company\").nullable().optional(),\n mobile_phone: z.string().describe(\"Mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 format timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceGetSingleContact_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 format timestamp when contact was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single contact.\");\n\nexport const scheduleonceGetSingleContact: AppAction<\n typeof ScheduleonceGetSingleContactInput,\n typeof ScheduleonceGetSingleContactOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_CONTACT\", {\n slug: \"scheduleonce-get-single-contact\",\n name: \"Get Single Contact\",\n description: \"Tool to retrieve a single contact by ID from OnceHub. Use when you need to fetch complete contact details including personal information, location data, and custom fields.\",\n input: ScheduleonceGetSingleContactInput,\n output: ScheduleonceGetSingleContactOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-master-page.cjs","names":["z","action"],"sources":["../../src/actions/get-single-master-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleMasterPageInput = z.object({\n id: z.string().describe(\"The unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')\"),\n}).describe(\"Request model for retrieving a single master page by ID.\");\nexport const ScheduleonceGetSingleMasterPageOutput = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable(),\n url: z.string().describe(\"Public URL for accessing the master page\").nullable(),\n name: z.string().describe(\"Public name of the master page\").nullable(),\n label: z.string().describe(\"Internal label for the master page\").nullable(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable(),\n}).passthrough().describe(\"Response model for a single master page.\");\n\nexport const scheduleonceGetSingleMasterPage = action(\"SCHEDULEONCE_GET_SINGLE_MASTER_PAGE\", {\n slug: \"scheduleonce-get-single-master-page\",\n name: \"Get Single Master Page\",\n description: \"Tool to retrieve a single master page by ID from OnceHub. Use when you need to fetch complete master page details including name, label, URL, and active status.\",\n input: ScheduleonceGetSingleMasterPageInput,\n output: ScheduleonceGetSingleMasterPageOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-master-page.cjs","names":["z","action"],"sources":["../../src/actions/get-single-master-page.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 ScheduleonceGetSingleMasterPageInput = z.object({\n id: z.string().describe(\"The unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')\"),\n}).describe(\"Request model for retrieving a single master page by ID.\");\nexport const ScheduleonceGetSingleMasterPageOutput = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable(),\n url: z.string().describe(\"Public URL for accessing the master page\").nullable(),\n name: z.string().describe(\"Public name of the master page\").nullable(),\n label: z.string().describe(\"Internal label for the master page\").nullable(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable(),\n}).passthrough().describe(\"Response model for a single master page.\");\n\nexport const scheduleonceGetSingleMasterPage: AppAction<\n typeof ScheduleonceGetSingleMasterPageInput,\n typeof ScheduleonceGetSingleMasterPageOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_MASTER_PAGE\", {\n slug: \"scheduleonce-get-single-master-page\",\n name: \"Get Single Master Page\",\n description: \"Tool to retrieve a single master page by ID from OnceHub. Use when you need to fetch complete master page details including name, label, URL, and active status.\",\n input: ScheduleonceGetSingleMasterPageInput,\n output: ScheduleonceGetSingleMasterPageOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,EACpJ,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC1G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,kCAITC,eAAAA,OAAO,uCAAuC;CAChD,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-master-page.d.ts
|
|
@@ -12,21 +14,7 @@ declare const ScheduleonceGetSingleMasterPageOutput: z.ZodObject<{
|
|
|
12
14
|
active: z.ZodNullable<z.ZodBoolean>;
|
|
13
15
|
object: z.ZodNullable<z.ZodString>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const scheduleonceGetSingleMasterPage:
|
|
16
|
-
id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
18
|
-
connectionId: z.ZodString;
|
|
19
|
-
entityId: z.ZodString;
|
|
20
|
-
instanceId: z.ZodString;
|
|
21
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
-
generic_api_key: z.ZodString;
|
|
23
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
24
|
-
connectionId: z.ZodString;
|
|
25
|
-
entityId: z.ZodString;
|
|
26
|
-
instanceId: z.ZodString;
|
|
27
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
-
generic_api_key: z.ZodString;
|
|
29
|
-
}, z.core.$strip>>]>;
|
|
17
|
+
declare const scheduleonceGetSingleMasterPage: AppAction<typeof ScheduleonceGetSingleMasterPageInput, typeof ScheduleonceGetSingleMasterPageOutput, typeof scheduleonce.credential>;
|
|
30
18
|
//#endregion
|
|
31
19
|
export { scheduleonceGetSingleMasterPage };
|
|
32
20
|
//# sourceMappingURL=get-single-master-page.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-master-page.d.cts","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-master-page.d.cts","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAGpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;cASrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,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-master-page.d.ts
|
|
@@ -12,21 +14,7 @@ declare const ScheduleonceGetSingleMasterPageOutput: z.ZodObject<{
|
|
|
12
14
|
active: z.ZodNullable<z.ZodBoolean>;
|
|
13
15
|
object: z.ZodNullable<z.ZodString>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const scheduleonceGetSingleMasterPage:
|
|
16
|
-
id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
18
|
-
connectionId: z.ZodString;
|
|
19
|
-
entityId: z.ZodString;
|
|
20
|
-
instanceId: z.ZodString;
|
|
21
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
-
generic_api_key: z.ZodString;
|
|
23
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
24
|
-
connectionId: z.ZodString;
|
|
25
|
-
entityId: z.ZodString;
|
|
26
|
-
instanceId: z.ZodString;
|
|
27
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
-
generic_api_key: z.ZodString;
|
|
29
|
-
}, z.core.$strip>>]>;
|
|
17
|
+
declare const scheduleonceGetSingleMasterPage: AppAction<typeof ScheduleonceGetSingleMasterPageInput, typeof ScheduleonceGetSingleMasterPageOutput, typeof scheduleonce.credential>;
|
|
30
18
|
//#endregion
|
|
31
19
|
export { scheduleonceGetSingleMasterPage };
|
|
32
20
|
//# sourceMappingURL=get-single-master-page.d.mts.map
|