@keystrokehq/scheduleonce 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/book-time-slot.cjs +76 -0
- package/dist/actions/book-time-slot.cjs.map +1 -0
- package/dist/actions/book-time-slot.d.cts +9 -0
- package/dist/actions/book-time-slot.d.cts.map +1 -0
- package/dist/actions/book-time-slot.d.mts +9 -0
- package/dist/actions/book-time-slot.d.mts.map +1 -0
- package/dist/actions/book-time-slot.mjs +75 -0
- package/dist/actions/book-time-slot.mjs.map +1 -0
- package/dist/actions/cancel-booking.cjs +66 -0
- package/dist/actions/cancel-booking.cjs.map +1 -0
- package/dist/actions/cancel-booking.d.cts +9 -0
- package/dist/actions/cancel-booking.d.cts.map +1 -0
- package/dist/actions/cancel-booking.d.mts +9 -0
- package/dist/actions/cancel-booking.d.mts.map +1 -0
- package/dist/actions/cancel-booking.mjs +65 -0
- package/dist/actions/cancel-booking.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +60 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +59 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs +35 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +9 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +9 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs +34 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -0
- package/dist/actions/create-user.cjs +31 -0
- package/dist/actions/create-user.cjs.map +1 -0
- package/dist/actions/create-user.d.cts +9 -0
- package/dist/actions/create-user.d.cts.map +1 -0
- package/dist/actions/create-user.d.mts +9 -0
- package/dist/actions/create-user.d.mts.map +1 -0
- package/dist/actions/create-user.mjs +28 -0
- package/dist/actions/create-user.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +19 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +16 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-user.cjs +19 -0
- package/dist/actions/delete-user.cjs.map +1 -0
- package/dist/actions/delete-user.d.cts +9 -0
- package/dist/actions/delete-user.d.cts.map +1 -0
- package/dist/actions/delete-user.d.mts +9 -0
- package/dist/actions/delete-user.d.mts.map +1 -0
- package/dist/actions/delete-user.mjs +16 -0
- package/dist/actions/delete-user.mjs.map +1 -0
- package/dist/actions/get-available-time-slots.cjs +29 -0
- package/dist/actions/get-available-time-slots.cjs.map +1 -0
- package/dist/actions/get-available-time-slots.d.cts +9 -0
- package/dist/actions/get-available-time-slots.d.cts.map +1 -0
- package/dist/actions/get-available-time-slots.d.mts +9 -0
- package/dist/actions/get-available-time-slots.d.mts.map +1 -0
- package/dist/actions/get-available-time-slots.mjs +28 -0
- package/dist/actions/get-available-time-slots.mjs.map +1 -0
- package/dist/actions/get-single-booking-calendar.cjs +25 -0
- package/dist/actions/get-single-booking-calendar.cjs.map +1 -0
- package/dist/actions/get-single-booking-calendar.d.cts +9 -0
- package/dist/actions/get-single-booking-calendar.d.cts.map +1 -0
- package/dist/actions/get-single-booking-calendar.d.mts +9 -0
- package/dist/actions/get-single-booking-calendar.d.mts.map +1 -0
- package/dist/actions/get-single-booking-calendar.mjs +22 -0
- package/dist/actions/get-single-booking-calendar.mjs.map +1 -0
- package/dist/actions/get-single-booking.cjs +60 -0
- package/dist/actions/get-single-booking.cjs.map +1 -0
- package/dist/actions/get-single-booking.d.cts +9 -0
- package/dist/actions/get-single-booking.d.cts.map +1 -0
- package/dist/actions/get-single-booking.d.mts +9 -0
- package/dist/actions/get-single-booking.d.mts.map +1 -0
- package/dist/actions/get-single-booking.mjs +59 -0
- package/dist/actions/get-single-booking.mjs.map +1 -0
- package/dist/actions/get-single-contact.cjs +45 -0
- package/dist/actions/get-single-contact.cjs.map +1 -0
- package/dist/actions/get-single-contact.d.cts +9 -0
- package/dist/actions/get-single-contact.d.cts.map +1 -0
- package/dist/actions/get-single-contact.d.mts +9 -0
- package/dist/actions/get-single-contact.d.mts.map +1 -0
- package/dist/actions/get-single-contact.mjs +44 -0
- package/dist/actions/get-single-contact.mjs.map +1 -0
- package/dist/actions/get-single-master-page.cjs +23 -0
- package/dist/actions/get-single-master-page.cjs.map +1 -0
- package/dist/actions/get-single-master-page.d.cts +9 -0
- package/dist/actions/get-single-master-page.d.cts.map +1 -0
- package/dist/actions/get-single-master-page.d.mts +9 -0
- package/dist/actions/get-single-master-page.d.mts.map +1 -0
- package/dist/actions/get-single-master-page.mjs +20 -0
- package/dist/actions/get-single-master-page.mjs.map +1 -0
- package/dist/actions/get-single-user.cjs +29 -0
- package/dist/actions/get-single-user.cjs.map +1 -0
- package/dist/actions/get-single-user.d.cts +9 -0
- package/dist/actions/get-single-user.d.cts.map +1 -0
- package/dist/actions/get-single-user.d.mts +9 -0
- package/dist/actions/get-single-user.d.mts.map +1 -0
- package/dist/actions/get-single-user.mjs +26 -0
- package/dist/actions/get-single-user.mjs.map +1 -0
- package/dist/actions/get-user-scheduling-availability.cjs +40 -0
- package/dist/actions/get-user-scheduling-availability.cjs.map +1 -0
- package/dist/actions/get-user-scheduling-availability.d.cts +9 -0
- package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -0
- package/dist/actions/get-user-scheduling-availability.d.mts +9 -0
- package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -0
- package/dist/actions/get-user-scheduling-availability.mjs +39 -0
- package/dist/actions/get-user-scheduling-availability.mjs.map +1 -0
- package/dist/actions/index.cjs +55 -0
- package/dist/actions/index.d.cts +28 -0
- package/dist/actions/index.d.mts +28 -0
- package/dist/actions/index.mjs +28 -0
- package/dist/actions/list-all-booking-calendars.cjs +30 -0
- package/dist/actions/list-all-booking-calendars.cjs.map +1 -0
- package/dist/actions/list-all-booking-calendars.d.cts +9 -0
- package/dist/actions/list-all-booking-calendars.d.cts.map +1 -0
- package/dist/actions/list-all-booking-calendars.d.mts +9 -0
- package/dist/actions/list-all-booking-calendars.d.mts.map +1 -0
- package/dist/actions/list-all-booking-calendars.mjs +29 -0
- package/dist/actions/list-all-booking-calendars.mjs.map +1 -0
- package/dist/actions/list-all-booking-pages.cjs +29 -0
- package/dist/actions/list-all-booking-pages.cjs.map +1 -0
- package/dist/actions/list-all-booking-pages.d.cts +9 -0
- package/dist/actions/list-all-booking-pages.d.cts.map +1 -0
- package/dist/actions/list-all-booking-pages.d.mts +9 -0
- package/dist/actions/list-all-booking-pages.d.mts.map +1 -0
- package/dist/actions/list-all-booking-pages.mjs +28 -0
- package/dist/actions/list-all-booking-pages.mjs.map +1 -0
- package/dist/actions/list-all-bookings.cjs +66 -0
- package/dist/actions/list-all-bookings.cjs.map +1 -0
- package/dist/actions/list-all-bookings.d.cts +9 -0
- package/dist/actions/list-all-bookings.d.cts.map +1 -0
- package/dist/actions/list-all-bookings.d.mts +9 -0
- package/dist/actions/list-all-bookings.d.mts.map +1 -0
- package/dist/actions/list-all-bookings.mjs +65 -0
- package/dist/actions/list-all-bookings.mjs.map +1 -0
- package/dist/actions/list-all-contacts.cjs +57 -0
- package/dist/actions/list-all-contacts.cjs.map +1 -0
- package/dist/actions/list-all-contacts.d.cts +9 -0
- package/dist/actions/list-all-contacts.d.cts.map +1 -0
- package/dist/actions/list-all-contacts.d.mts +9 -0
- package/dist/actions/list-all-contacts.d.mts.map +1 -0
- package/dist/actions/list-all-contacts.mjs +56 -0
- package/dist/actions/list-all-contacts.mjs.map +1 -0
- package/dist/actions/list-all-event-types.cjs +26 -0
- package/dist/actions/list-all-event-types.cjs.map +1 -0
- package/dist/actions/list-all-event-types.d.cts +9 -0
- package/dist/actions/list-all-event-types.d.cts.map +1 -0
- package/dist/actions/list-all-event-types.d.mts +9 -0
- package/dist/actions/list-all-event-types.d.mts.map +1 -0
- package/dist/actions/list-all-event-types.mjs +25 -0
- package/dist/actions/list-all-event-types.mjs.map +1 -0
- package/dist/actions/list-all-master-pages.cjs +28 -0
- package/dist/actions/list-all-master-pages.cjs.map +1 -0
- package/dist/actions/list-all-master-pages.d.cts +9 -0
- package/dist/actions/list-all-master-pages.d.cts.map +1 -0
- package/dist/actions/list-all-master-pages.d.mts +9 -0
- package/dist/actions/list-all-master-pages.d.mts.map +1 -0
- package/dist/actions/list-all-master-pages.mjs +27 -0
- package/dist/actions/list-all-master-pages.mjs.map +1 -0
- package/dist/actions/list-all-teams.cjs +31 -0
- package/dist/actions/list-all-teams.cjs.map +1 -0
- package/dist/actions/list-all-teams.d.cts +9 -0
- package/dist/actions/list-all-teams.d.cts.map +1 -0
- package/dist/actions/list-all-teams.d.mts +9 -0
- package/dist/actions/list-all-teams.d.mts.map +1 -0
- package/dist/actions/list-all-teams.mjs +30 -0
- package/dist/actions/list-all-teams.mjs.map +1 -0
- package/dist/actions/list-all-users.cjs +31 -0
- package/dist/actions/list-all-users.cjs.map +1 -0
- package/dist/actions/list-all-users.d.cts +9 -0
- package/dist/actions/list-all-users.d.cts.map +1 -0
- package/dist/actions/list-all-users.d.mts +9 -0
- package/dist/actions/list-all-users.d.mts.map +1 -0
- package/dist/actions/list-all-users.mjs +30 -0
- package/dist/actions/list-all-users.mjs.map +1 -0
- package/dist/actions/mark-booking-as-no-show.cjs +73 -0
- package/dist/actions/mark-booking-as-no-show.cjs.map +1 -0
- package/dist/actions/mark-booking-as-no-show.d.cts +9 -0
- package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -0
- package/dist/actions/mark-booking-as-no-show.d.mts +9 -0
- package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -0
- package/dist/actions/mark-booking-as-no-show.mjs +72 -0
- package/dist/actions/mark-booking-as-no-show.mjs.map +1 -0
- package/dist/actions/test-api-key.cjs +19 -0
- package/dist/actions/test-api-key.cjs.map +1 -0
- package/dist/actions/test-api-key.d.cts +9 -0
- package/dist/actions/test-api-key.d.cts.map +1 -0
- package/dist/actions/test-api-key.d.mts +9 -0
- package/dist/actions/test-api-key.d.mts.map +1 -0
- package/dist/actions/test-api-key.mjs +16 -0
- package/dist/actions/test-api-key.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +32 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +29 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-user-scheduling-availability.cjs +73 -0
- package/dist/actions/update-user-scheduling-availability.cjs.map +1 -0
- package/dist/actions/update-user-scheduling-availability.d.cts +9 -0
- package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -0
- package/dist/actions/update-user-scheduling-availability.d.mts +9 -0
- package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -0
- package/dist/actions/update-user-scheduling-availability.mjs +72 -0
- package/dist/actions/update-user-scheduling-availability.mjs.map +1 -0
- package/dist/actions/update-user.cjs +33 -0
- package/dist/actions/update-user.cjs.map +1 -0
- package/dist/actions/update-user.d.cts +9 -0
- package/dist/actions/update-user.d.cts.map +1 -0
- package/dist/actions/update-user.d.mts +9 -0
- package/dist/actions/update-user.d.mts.map +1 -0
- package/dist/actions/update-user.mjs +30 -0
- package/dist/actions/update-user.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +60 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.mts +30 -0
- package/dist/index.mjs +31 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-booking-pages.d.ts
|
|
4
|
+
declare const ScheduleonceListAllBookingPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllBookingPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllBookingPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllBookingPages };
|
|
9
|
+
//# sourceMappingURL=list-all-booking-pages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.d.cts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAIqB;AAAA,cAU7D,qCAAA,EAAuC,CAAA,CAAE,UAEM;AAAA,cAE/C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-booking-pages.d.ts
|
|
4
|
+
declare const ScheduleonceListAllBookingPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllBookingPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllBookingPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllBookingPages };
|
|
9
|
+
//# sourceMappingURL=list-all-booking-pages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.d.mts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAIqB;AAAA,cAU7D,qCAAA,EAAuC,CAAA,CAAE,UAEM;AAAA,cAE/C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-all-booking-pages.ts
|
|
4
|
+
const ScheduleonceListAllBookingPagesInput = z.object({
|
|
5
|
+
after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
|
|
8
|
+
}).describe("Request model for listing all booking pages in the account.");
|
|
9
|
+
const ScheduleonceListAllBookingPages_BookingPageObjectSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier for the booking page").nullable().optional(),
|
|
11
|
+
url: z.string().describe("Public URL for the booking page").nullable().optional(),
|
|
12
|
+
name: z.string().describe("Customer-facing name of the booking page").nullable().optional(),
|
|
13
|
+
label: z.string().describe("Internal label for the booking page").nullable().optional(),
|
|
14
|
+
active: z.boolean().describe("Indicates whether the booking page is enabled to receive bookings").nullable().optional(),
|
|
15
|
+
object: z.string().describe("Object type, always 'booking_page'").nullable().optional(),
|
|
16
|
+
timezone: z.string().describe("Timezone setting for the booking page").nullable().optional()
|
|
17
|
+
}).describe("Model for a booking page object.");
|
|
18
|
+
const scheduleonceListAllBookingPages = action("SCHEDULEONCE_LIST_ALL_BOOKING_PAGES", {
|
|
19
|
+
slug: "scheduleonce-list-all-booking-pages",
|
|
20
|
+
name: "List All Booking Pages",
|
|
21
|
+
description: "Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.",
|
|
22
|
+
input: ScheduleonceListAllBookingPagesInput,
|
|
23
|
+
output: z.object({ data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe("Array of booking page objects") }).describe("Response model for listing all booking pages.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { scheduleonceListAllBookingPages };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=list-all-booking-pages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.mjs","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingPagesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking pages in the account.\");\nconst ScheduleonceListAllBookingPages_BookingPageObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the booking page\").nullable().optional(),\n url: z.string().describe(\"Public URL for the booking page\").nullable().optional(),\n name: z.string().describe(\"Customer-facing name of the booking page\").nullable().optional(),\n label: z.string().describe(\"Internal label for the booking page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the booking page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_page'\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting for the booking page\").nullable().optional(),\n}).describe(\"Model for a booking page object.\");\nexport const ScheduleonceListAllBookingPagesOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe(\"Array of booking page objects\"),\n}).describe(\"Response model for listing all booking pages.\");\n\nexport const scheduleonceListAllBookingPages = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_PAGES\", {\n slug: \"scheduleonce-list-all-booking-pages\",\n name: \"List All Booking Pages\",\n description: \"Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingPagesInput,\n output: ScheduleonceListAllBookingPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,MAAM,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,+BAA+B,EACjH,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-all-bookings.ts
|
|
4
|
+
const ScheduleonceListAllBookingsInput = zod.z.object({
|
|
5
|
+
after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.").optional(),
|
|
8
|
+
expand: zod.z.string().describe("Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.").optional(),
|
|
9
|
+
"creation_time.gt": zod.z.string().describe("Filter bookings created after specified time (ISO 8601 format).").optional(),
|
|
10
|
+
"starting_time.gt": zod.z.string().describe("Filter bookings with starting time greater than specified timestamp (ISO 8601 format).").optional(),
|
|
11
|
+
"starting_time.lt": zod.z.string().describe("Filter bookings with starting time less than specified timestamp (ISO 8601 format).").optional(),
|
|
12
|
+
"last_updated_time.gt": zod.z.string().describe("Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.").optional()
|
|
13
|
+
}).describe("Request model for listing all bookings in the account.");
|
|
14
|
+
const ScheduleonceListAllBookings_FormSubmissionSchema = zod.z.object({
|
|
15
|
+
name: zod.z.string().describe("Customer's name.").nullable().optional(),
|
|
16
|
+
note: zod.z.string().describe("Additional note from customer.").nullable().optional(),
|
|
17
|
+
email: zod.z.string().describe("Customer's email address.").nullable().optional(),
|
|
18
|
+
phone: zod.z.string().describe("Customer's phone number.").nullable().optional(),
|
|
19
|
+
guests: zod.z.array(zod.z.string()).describe("List of guest email addresses.").nullable().optional(),
|
|
20
|
+
company: zod.z.string().describe("Customer's company.").nullable().optional(),
|
|
21
|
+
mobile_phone: zod.z.string().describe("Customer's mobile phone number.").nullable().optional(),
|
|
22
|
+
custom_fields: zod.z.object({}).describe("Custom form fields.").nullable().optional()
|
|
23
|
+
});
|
|
24
|
+
const ScheduleonceListAllBookings_VirtualConferencingSchema = zod.z.object({ join_url: zod.z.string().describe("URL to join the virtual meeting.").nullable().optional() });
|
|
25
|
+
const ScheduleonceListAllBookings_CancelRescheduleInformationSchema = zod.z.object({
|
|
26
|
+
reason: zod.z.string().describe("Reason for cancellation or rescheduling.").nullable().optional(),
|
|
27
|
+
user_id: zod.z.string().describe("User ID who performed the action.").nullable().optional(),
|
|
28
|
+
actioned_by: zod.z.string().describe("Who performed the action.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const ScheduleonceListAllBookings_BookingObjectSchema = zod.z.object({
|
|
31
|
+
id: zod.z.string().describe("Booking identifier.").nullable().optional(),
|
|
32
|
+
owner: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
33
|
+
object: zod.z.string().describe("Object type, always 'booking'.").nullable().optional(),
|
|
34
|
+
status: zod.z.string().describe("Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.").nullable().optional(),
|
|
35
|
+
subject: zod.z.string().describe("Booking subject/title.").nullable().optional(),
|
|
36
|
+
attendees: zod.z.array(zod.z.string()).describe("Array of attendee email addresses.").nullable().optional(),
|
|
37
|
+
event_type: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
38
|
+
master_page: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
39
|
+
tracking_id: zod.z.string().describe("Tracking identifier.").nullable().optional(),
|
|
40
|
+
booking_page: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
41
|
+
creation_time: zod.z.string().describe("ISO 8601 timestamp of creation.").nullable().optional(),
|
|
42
|
+
starting_time: zod.z.string().describe("ISO 8601 timestamp of scheduled start.").nullable().optional(),
|
|
43
|
+
form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),
|
|
44
|
+
duration_minutes: zod.z.number().int().describe("Duration in minutes.").nullable().optional(),
|
|
45
|
+
customer_timezone: zod.z.string().describe("Customer's timezone (e.g., 'America/New_York').").nullable().optional(),
|
|
46
|
+
last_updated_time: zod.z.string().describe("ISO 8601 timestamp of last modification.").nullable().optional(),
|
|
47
|
+
location_description: zod.z.string().describe("Physical location description.").nullable().optional(),
|
|
48
|
+
virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),
|
|
49
|
+
rescheduled_booking_id: zod.z.string().describe("ID of rescheduled booking if applicable.").nullable().optional(),
|
|
50
|
+
cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional()
|
|
51
|
+
});
|
|
52
|
+
const ScheduleonceListAllBookingsOutput = zod.z.object({
|
|
53
|
+
data: zod.z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe("Array of booking objects."),
|
|
54
|
+
object: zod.z.string().describe("Object type, always 'list'.")
|
|
55
|
+
}).describe("Response model for listing all bookings.");
|
|
56
|
+
const scheduleonceListAllBookings = require_action.action("SCHEDULEONCE_LIST_ALL_BOOKINGS", {
|
|
57
|
+
slug: "scheduleonce-list-all-bookings",
|
|
58
|
+
name: "List All Bookings",
|
|
59
|
+
description: "Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.",
|
|
60
|
+
input: ScheduleonceListAllBookingsInput,
|
|
61
|
+
output: ScheduleonceListAllBookingsOutput
|
|
62
|
+
});
|
|
63
|
+
//#endregion
|
|
64
|
+
exports.scheduleonceListAllBookings = scheduleonceListAllBookings;
|
|
65
|
+
|
|
66
|
+
//# sourceMappingURL=list-all-bookings.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-bookings.cjs","names":["z","action"],"sources":["../../src/actions/list-all-bookings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.\").optional(),\n expand: z.string().describe(\"Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter bookings created after specified time (ISO 8601 format).\").optional(),\n \"starting_time.gt\": z.string().describe(\"Filter bookings with starting time greater than specified timestamp (ISO 8601 format).\").optional(),\n \"starting_time.lt\": z.string().describe(\"Filter bookings with starting time less than specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.\").optional(),\n}).describe(\"Request model for listing all bookings in the account.\");\nconst ScheduleonceListAllBookings_FormSubmissionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.object({}).describe(\"Custom form fields.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_VirtualConferencingSchema: z.ZodTypeAny = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_CancelRescheduleInformationSchema: z.ZodTypeAny = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_BookingObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Booking identifier.\").nullable().optional(),\n owner: z.union([z.string(), z.object({})]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable().optional(),\n status: z.string().describe(\"Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.\").nullable().optional(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.union([z.string(), z.object({})]).nullable().optional(),\n master_page: z.union([z.string(), z.object({})]).nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier.\").nullable().optional(),\n booking_page: z.union([z.string(), z.object({})]).nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start.\").nullable().optional(),\n form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last modification.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional(),\n});\nexport const ScheduleonceListAllBookingsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe(\"Array of booking objects.\"),\n object: z.string().describe(\"Object type, always 'list'.\"),\n}).describe(\"Response model for listing all bookings.\");\n\nexport const scheduleonceListAllBookings = action(\"SCHEDULEONCE_LIST_ALL_BOOKINGS\", {\n slug: \"scheduleonce-list-all-bookings\",\n name: \"List All Bookings\",\n description: \"Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.\",\n input: ScheduleonceListAllBookingsInput,\n output: ScheduleonceListAllBookingsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-bookings.d.ts
|
|
4
|
+
declare const ScheduleonceListAllBookingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllBookingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllBookings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllBookings };
|
|
9
|
+
//# sourceMappingURL=list-all-bookings.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-bookings.d.cts","names":[],"sources":["../../src/actions/list-all-bookings.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UASoB;AAAA,cAyCxD,iCAAA,EAAmC,CAAA,CAAE,UAGK;AAAA,cAE1C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-bookings.d.ts
|
|
4
|
+
declare const ScheduleonceListAllBookingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllBookingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllBookings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllBookings };
|
|
9
|
+
//# sourceMappingURL=list-all-bookings.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-bookings.d.mts","names":[],"sources":["../../src/actions/list-all-bookings.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UASoB;AAAA,cAyCxD,iCAAA,EAAmC,CAAA,CAAE,UAGK;AAAA,cAE1C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-all-bookings.ts
|
|
4
|
+
const ScheduleonceListAllBookingsInput = z.object({
|
|
5
|
+
after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.").optional(),
|
|
8
|
+
expand: z.string().describe("Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.").optional(),
|
|
9
|
+
"creation_time.gt": z.string().describe("Filter bookings created after specified time (ISO 8601 format).").optional(),
|
|
10
|
+
"starting_time.gt": z.string().describe("Filter bookings with starting time greater than specified timestamp (ISO 8601 format).").optional(),
|
|
11
|
+
"starting_time.lt": z.string().describe("Filter bookings with starting time less than specified timestamp (ISO 8601 format).").optional(),
|
|
12
|
+
"last_updated_time.gt": z.string().describe("Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.").optional()
|
|
13
|
+
}).describe("Request model for listing all bookings in the account.");
|
|
14
|
+
const ScheduleonceListAllBookings_FormSubmissionSchema = z.object({
|
|
15
|
+
name: z.string().describe("Customer's name.").nullable().optional(),
|
|
16
|
+
note: z.string().describe("Additional note from customer.").nullable().optional(),
|
|
17
|
+
email: z.string().describe("Customer's email address.").nullable().optional(),
|
|
18
|
+
phone: z.string().describe("Customer's phone number.").nullable().optional(),
|
|
19
|
+
guests: z.array(z.string()).describe("List of guest email addresses.").nullable().optional(),
|
|
20
|
+
company: z.string().describe("Customer's company.").nullable().optional(),
|
|
21
|
+
mobile_phone: z.string().describe("Customer's mobile phone number.").nullable().optional(),
|
|
22
|
+
custom_fields: z.object({}).describe("Custom form fields.").nullable().optional()
|
|
23
|
+
});
|
|
24
|
+
const ScheduleonceListAllBookings_VirtualConferencingSchema = z.object({ join_url: z.string().describe("URL to join the virtual meeting.").nullable().optional() });
|
|
25
|
+
const ScheduleonceListAllBookings_CancelRescheduleInformationSchema = z.object({
|
|
26
|
+
reason: z.string().describe("Reason for cancellation or rescheduling.").nullable().optional(),
|
|
27
|
+
user_id: z.string().describe("User ID who performed the action.").nullable().optional(),
|
|
28
|
+
actioned_by: z.string().describe("Who performed the action.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const ScheduleonceListAllBookings_BookingObjectSchema = z.object({
|
|
31
|
+
id: z.string().describe("Booking identifier.").nullable().optional(),
|
|
32
|
+
owner: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
33
|
+
object: z.string().describe("Object type, always 'booking'.").nullable().optional(),
|
|
34
|
+
status: z.string().describe("Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.").nullable().optional(),
|
|
35
|
+
subject: z.string().describe("Booking subject/title.").nullable().optional(),
|
|
36
|
+
attendees: z.array(z.string()).describe("Array of attendee email addresses.").nullable().optional(),
|
|
37
|
+
event_type: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
38
|
+
master_page: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
39
|
+
tracking_id: z.string().describe("Tracking identifier.").nullable().optional(),
|
|
40
|
+
booking_page: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
41
|
+
creation_time: z.string().describe("ISO 8601 timestamp of creation.").nullable().optional(),
|
|
42
|
+
starting_time: z.string().describe("ISO 8601 timestamp of scheduled start.").nullable().optional(),
|
|
43
|
+
form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),
|
|
44
|
+
duration_minutes: z.number().int().describe("Duration in minutes.").nullable().optional(),
|
|
45
|
+
customer_timezone: z.string().describe("Customer's timezone (e.g., 'America/New_York').").nullable().optional(),
|
|
46
|
+
last_updated_time: z.string().describe("ISO 8601 timestamp of last modification.").nullable().optional(),
|
|
47
|
+
location_description: z.string().describe("Physical location description.").nullable().optional(),
|
|
48
|
+
virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),
|
|
49
|
+
rescheduled_booking_id: z.string().describe("ID of rescheduled booking if applicable.").nullable().optional(),
|
|
50
|
+
cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional()
|
|
51
|
+
});
|
|
52
|
+
const scheduleonceListAllBookings = action("SCHEDULEONCE_LIST_ALL_BOOKINGS", {
|
|
53
|
+
slug: "scheduleonce-list-all-bookings",
|
|
54
|
+
name: "List All Bookings",
|
|
55
|
+
description: "Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.",
|
|
56
|
+
input: ScheduleonceListAllBookingsInput,
|
|
57
|
+
output: z.object({
|
|
58
|
+
data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe("Array of booking objects."),
|
|
59
|
+
object: z.string().describe("Object type, always 'list'.")
|
|
60
|
+
}).describe("Response model for listing all bookings.")
|
|
61
|
+
});
|
|
62
|
+
//#endregion
|
|
63
|
+
export { scheduleonceListAllBookings };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=list-all-bookings.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-bookings.mjs","names":[],"sources":["../../src/actions/list-all-bookings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.\").optional(),\n expand: z.string().describe(\"Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter bookings created after specified time (ISO 8601 format).\").optional(),\n \"starting_time.gt\": z.string().describe(\"Filter bookings with starting time greater than specified timestamp (ISO 8601 format).\").optional(),\n \"starting_time.lt\": z.string().describe(\"Filter bookings with starting time less than specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.\").optional(),\n}).describe(\"Request model for listing all bookings in the account.\");\nconst ScheduleonceListAllBookings_FormSubmissionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.object({}).describe(\"Custom form fields.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_VirtualConferencingSchema: z.ZodTypeAny = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_CancelRescheduleInformationSchema: z.ZodTypeAny = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_BookingObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Booking identifier.\").nullable().optional(),\n owner: z.union([z.string(), z.object({})]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable().optional(),\n status: z.string().describe(\"Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.\").nullable().optional(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.union([z.string(), z.object({})]).nullable().optional(),\n master_page: z.union([z.string(), z.object({})]).nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier.\").nullable().optional(),\n booking_page: z.union([z.string(), z.object({})]).nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start.\").nullable().optional(),\n form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last modification.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional(),\n});\nexport const ScheduleonceListAllBookingsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe(\"Array of booking objects.\"),\n object: z.string().describe(\"Object type, always 'list'.\"),\n}).describe(\"Response model for listing all bookings.\");\n\nexport const scheduleonceListAllBookings = action(\"SCHEDULEONCE_LIST_ALL_BOOKINGS\", {\n slug: \"scheduleonce-list-all-bookings\",\n name: \"List All Bookings\",\n description: \"Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.\",\n input: ScheduleonceListAllBookingsInput,\n output: ScheduleonceListAllBookingsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-all-contacts.ts
|
|
4
|
+
const ScheduleonceListAllContactsInput = zod.z.object({
|
|
5
|
+
after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional(),
|
|
8
|
+
"creation_time.gt": zod.z.string().describe("Filter contacts created after specified timestamp (ISO 8601 format).").optional(),
|
|
9
|
+
"creation_time.lt": zod.z.string().describe("Filter contacts created before specified timestamp (ISO 8601 format).").optional(),
|
|
10
|
+
"last_updated_time.gt": zod.z.string().describe("Filter contacts updated after specified timestamp (ISO 8601 format).").optional(),
|
|
11
|
+
"last_updated_time.lt": zod.z.string().describe("Filter contacts updated before specified timestamp (ISO 8601 format).").optional()
|
|
12
|
+
}).describe("Request model for listing all contacts in the account.");
|
|
13
|
+
const ScheduleonceListAllContacts_CustomFieldSchema = zod.z.object({
|
|
14
|
+
name: zod.z.string().describe("Name of the custom field"),
|
|
15
|
+
value: zod.z.string().describe("Value of the custom field").nullable().optional()
|
|
16
|
+
}).describe("Model for custom field data.");
|
|
17
|
+
const ScheduleonceListAllContacts_ContactObjectSchema = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Unique identifier for the contact").nullable().optional(),
|
|
19
|
+
bot: zod.z.string().describe("Associated bot ID").nullable().optional(),
|
|
20
|
+
city: zod.z.string().describe("City").nullable().optional(),
|
|
21
|
+
form: zod.z.string().describe("Associated form").nullable().optional(),
|
|
22
|
+
email: zod.z.string().describe("Contact's email address").nullable().optional(),
|
|
23
|
+
owner: zod.z.string().describe("User ID who owns the contact").nullable().optional(),
|
|
24
|
+
phone: zod.z.string().describe("Contact's phone number").nullable().optional(),
|
|
25
|
+
state: zod.z.string().describe("State/province").nullable().optional(),
|
|
26
|
+
object: zod.z.string().describe("Object type, always 'contact'").nullable().optional(),
|
|
27
|
+
company: zod.z.string().describe("Company name").nullable().optional(),
|
|
28
|
+
country: zod.z.string().describe("Country").nullable().optional(),
|
|
29
|
+
timezone: zod.z.string().describe("Timezone").nullable().optional(),
|
|
30
|
+
employees: zod.z.string().describe("Number of employees").nullable().optional(),
|
|
31
|
+
job_title: zod.z.string().describe("Job title").nullable().optional(),
|
|
32
|
+
last_name: zod.z.string().describe("Contact's last name").nullable().optional(),
|
|
33
|
+
post_code: zod.z.string().describe("Postal code").nullable().optional(),
|
|
34
|
+
first_name: zod.z.string().describe("Contact's first name").nullable().optional(),
|
|
35
|
+
salutation: zod.z.string().describe("Salutation").nullable().optional(),
|
|
36
|
+
has_consent: zod.z.boolean().describe("Consent status").nullable().optional(),
|
|
37
|
+
company_size: zod.z.string().describe("Company size").nullable().optional(),
|
|
38
|
+
mobile_phone: zod.z.string().describe("Contact's mobile phone number").nullable().optional(),
|
|
39
|
+
creation_time: zod.z.string().describe("ISO 8601 timestamp when contact was created").nullable().optional(),
|
|
40
|
+
custom_fields: zod.z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe("Array of custom field objects with 'name' and 'value' properties").nullable().optional(),
|
|
41
|
+
street_address: zod.z.string().describe("Street address").nullable().optional(),
|
|
42
|
+
terms_of_service: zod.z.boolean().describe("Terms of service acceptance").nullable().optional(),
|
|
43
|
+
last_updated_time: zod.z.string().describe("ISO 8601 timestamp when contact was last updated").nullable().optional(),
|
|
44
|
+
last_interacted_time: zod.z.string().describe("ISO 8601 timestamp of last interaction").nullable().optional()
|
|
45
|
+
}).describe("Model for a contact object.");
|
|
46
|
+
const ScheduleonceListAllContactsOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).describe("Response model for listing all contacts.");
|
|
47
|
+
const scheduleonceListAllContacts = require_action.action("SCHEDULEONCE_LIST_ALL_CONTACTS", {
|
|
48
|
+
slug: "scheduleonce-list-all-contacts",
|
|
49
|
+
name: "List All Contacts",
|
|
50
|
+
description: "Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.",
|
|
51
|
+
input: ScheduleonceListAllContactsInput,
|
|
52
|
+
output: ScheduleonceListAllContactsOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.scheduleonceListAllContacts = scheduleonceListAllContacts;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=list-all-contacts.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field\"),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_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 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-contacts.d.ts
|
|
4
|
+
declare const ScheduleonceListAllContactsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllContactsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllContacts };
|
|
9
|
+
//# sourceMappingURL=list-all-contacts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-contacts.d.cts","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQoB;AAAA,cAkCxD,iCAAA,EAAmC,CAAA,CAAE,UAEK;AAAA,cAE1C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-contacts.d.ts
|
|
4
|
+
declare const ScheduleonceListAllContactsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllContactsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllContacts };
|
|
9
|
+
//# sourceMappingURL=list-all-contacts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-contacts.d.mts","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQoB;AAAA,cAkCxD,iCAAA,EAAmC,CAAA,CAAE,UAEK;AAAA,cAE1C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-all-contacts.ts
|
|
4
|
+
const ScheduleonceListAllContactsInput = z.object({
|
|
5
|
+
after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional(),
|
|
8
|
+
"creation_time.gt": z.string().describe("Filter contacts created after specified timestamp (ISO 8601 format).").optional(),
|
|
9
|
+
"creation_time.lt": z.string().describe("Filter contacts created before specified timestamp (ISO 8601 format).").optional(),
|
|
10
|
+
"last_updated_time.gt": z.string().describe("Filter contacts updated after specified timestamp (ISO 8601 format).").optional(),
|
|
11
|
+
"last_updated_time.lt": z.string().describe("Filter contacts updated before specified timestamp (ISO 8601 format).").optional()
|
|
12
|
+
}).describe("Request model for listing all contacts in the account.");
|
|
13
|
+
const ScheduleonceListAllContacts_CustomFieldSchema = z.object({
|
|
14
|
+
name: z.string().describe("Name of the custom field"),
|
|
15
|
+
value: z.string().describe("Value of the custom field").nullable().optional()
|
|
16
|
+
}).describe("Model for custom field data.");
|
|
17
|
+
const ScheduleonceListAllContacts_ContactObjectSchema = z.object({
|
|
18
|
+
id: z.string().describe("Unique identifier for the contact").nullable().optional(),
|
|
19
|
+
bot: z.string().describe("Associated bot ID").nullable().optional(),
|
|
20
|
+
city: z.string().describe("City").nullable().optional(),
|
|
21
|
+
form: z.string().describe("Associated form").nullable().optional(),
|
|
22
|
+
email: z.string().describe("Contact's email address").nullable().optional(),
|
|
23
|
+
owner: z.string().describe("User ID who owns the contact").nullable().optional(),
|
|
24
|
+
phone: z.string().describe("Contact's phone number").nullable().optional(),
|
|
25
|
+
state: z.string().describe("State/province").nullable().optional(),
|
|
26
|
+
object: z.string().describe("Object type, always 'contact'").nullable().optional(),
|
|
27
|
+
company: z.string().describe("Company name").nullable().optional(),
|
|
28
|
+
country: z.string().describe("Country").nullable().optional(),
|
|
29
|
+
timezone: z.string().describe("Timezone").nullable().optional(),
|
|
30
|
+
employees: z.string().describe("Number of employees").nullable().optional(),
|
|
31
|
+
job_title: z.string().describe("Job title").nullable().optional(),
|
|
32
|
+
last_name: z.string().describe("Contact's last name").nullable().optional(),
|
|
33
|
+
post_code: z.string().describe("Postal code").nullable().optional(),
|
|
34
|
+
first_name: z.string().describe("Contact's first name").nullable().optional(),
|
|
35
|
+
salutation: z.string().describe("Salutation").nullable().optional(),
|
|
36
|
+
has_consent: z.boolean().describe("Consent status").nullable().optional(),
|
|
37
|
+
company_size: z.string().describe("Company size").nullable().optional(),
|
|
38
|
+
mobile_phone: z.string().describe("Contact's mobile phone number").nullable().optional(),
|
|
39
|
+
creation_time: z.string().describe("ISO 8601 timestamp when contact was created").nullable().optional(),
|
|
40
|
+
custom_fields: z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe("Array of custom field objects with 'name' and 'value' properties").nullable().optional(),
|
|
41
|
+
street_address: z.string().describe("Street address").nullable().optional(),
|
|
42
|
+
terms_of_service: z.boolean().describe("Terms of service acceptance").nullable().optional(),
|
|
43
|
+
last_updated_time: z.string().describe("ISO 8601 timestamp when contact was last updated").nullable().optional(),
|
|
44
|
+
last_interacted_time: z.string().describe("ISO 8601 timestamp of last interaction").nullable().optional()
|
|
45
|
+
}).describe("Model for a contact object.");
|
|
46
|
+
const scheduleonceListAllContacts = action("SCHEDULEONCE_LIST_ALL_CONTACTS", {
|
|
47
|
+
slug: "scheduleonce-list-all-contacts",
|
|
48
|
+
name: "List All Contacts",
|
|
49
|
+
description: "Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.",
|
|
50
|
+
input: ScheduleonceListAllContactsInput,
|
|
51
|
+
output: z.object({ data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).describe("Response model for listing all contacts.")
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { scheduleonceListAllContacts };
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=list-all-contacts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-contacts.mjs","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field\"),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_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 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-all-event-types.ts
|
|
4
|
+
const ScheduleonceListAllEventTypesInput = zod.z.object({
|
|
5
|
+
after: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: zod.z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
|
|
8
|
+
}).describe("Request model for listing all event types in the account.");
|
|
9
|
+
const ScheduleonceListAllEventTypes_EventTypeObjectSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier for the event type").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Name of the event type").nullable().optional(),
|
|
12
|
+
object: zod.z.string().describe("Object type, always 'event_type'").nullable().optional(),
|
|
13
|
+
description: zod.z.string().describe("Description of the event type").nullable().optional()
|
|
14
|
+
}).describe("Model for an event type object.");
|
|
15
|
+
const ScheduleonceListAllEventTypesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).describe("Response model for listing all event types.");
|
|
16
|
+
const scheduleonceListAllEventTypes = require_action.action("SCHEDULEONCE_LIST_ALL_EVENT_TYPES", {
|
|
17
|
+
slug: "scheduleonce-list-all-event-types",
|
|
18
|
+
name: "List All Event Types",
|
|
19
|
+
description: "Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.",
|
|
20
|
+
input: ScheduleonceListAllEventTypesInput,
|
|
21
|
+
output: ScheduleonceListAllEventTypesOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.scheduleonceListAllEventTypes = scheduleonceListAllEventTypes;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=list-all-event-types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-event-types.cjs","names":["z","action"],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-event-types.d.ts
|
|
4
|
+
declare const ScheduleonceListAllEventTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllEventTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllEventTypes };
|
|
9
|
+
//# sourceMappingURL=list-all-event-types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-event-types.d.cts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIqB;AAAA,cAO3D,mCAAA,EAAqC,CAAA,CAAE,UAEM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-all-event-types.d.ts
|
|
4
|
+
declare const ScheduleonceListAllEventTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScheduleonceListAllEventTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scheduleonceListAllEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scheduleonceListAllEventTypes };
|
|
9
|
+
//# sourceMappingURL=list-all-event-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-event-types.d.mts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIqB;AAAA,cAO3D,mCAAA,EAAqC,CAAA,CAAE,UAEM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-all-event-types.ts
|
|
4
|
+
const ScheduleonceListAllEventTypesInput = z.object({
|
|
5
|
+
after: z.string().describe("Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Number of objects to return, between 1-100. Default is 10.").optional(),
|
|
7
|
+
before: z.string().describe("Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.").optional()
|
|
8
|
+
}).describe("Request model for listing all event types in the account.");
|
|
9
|
+
const ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier for the event type").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Name of the event type").nullable().optional(),
|
|
12
|
+
object: z.string().describe("Object type, always 'event_type'").nullable().optional(),
|
|
13
|
+
description: z.string().describe("Description of the event type").nullable().optional()
|
|
14
|
+
}).describe("Model for an event type object.");
|
|
15
|
+
const scheduleonceListAllEventTypes = action("SCHEDULEONCE_LIST_ALL_EVENT_TYPES", {
|
|
16
|
+
slug: "scheduleonce-list-all-event-types",
|
|
17
|
+
name: "List All Event Types",
|
|
18
|
+
description: "Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.",
|
|
19
|
+
input: ScheduleonceListAllEventTypesInput,
|
|
20
|
+
output: z.object({ data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).describe("Response model for listing all event types.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { scheduleonceListAllEventTypes };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=list-all-event-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-all-event-types.mjs","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput: z.ZodTypeAny = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|