@keystrokehq/scheduleonce 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/book-time-slot.cjs +1 -0
- package/dist/actions/book-time-slot.cjs.map +1 -1
- package/dist/actions/book-time-slot.d.cts +3 -21
- package/dist/actions/book-time-slot.d.cts.map +1 -1
- package/dist/actions/book-time-slot.d.mts +3 -21
- package/dist/actions/book-time-slot.d.mts.map +1 -1
- package/dist/actions/book-time-slot.mjs +1 -0
- package/dist/actions/book-time-slot.mjs.map +1 -1
- package/dist/actions/cancel-booking.cjs +1 -0
- package/dist/actions/cancel-booking.cjs.map +1 -1
- package/dist/actions/cancel-booking.d.cts +3 -5
- package/dist/actions/cancel-booking.d.cts.map +1 -1
- package/dist/actions/cancel-booking.d.mts +3 -5
- package/dist/actions/cancel-booking.d.mts.map +1 -1
- package/dist/actions/cancel-booking.mjs +1 -0
- package/dist/actions/cancel-booking.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +1 -0
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +3 -16
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +3 -16
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +1 -0
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +3 -7
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +3 -7
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -1
- package/dist/actions/create-user.cjs +1 -0
- package/dist/actions/create-user.cjs.map +1 -1
- package/dist/actions/create-user.d.cts +3 -6
- package/dist/actions/create-user.d.cts.map +1 -1
- package/dist/actions/create-user.d.mts +3 -6
- package/dist/actions/create-user.d.mts.map +1 -1
- package/dist/actions/create-user.mjs +1 -0
- package/dist/actions/create-user.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -0
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +3 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +3 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +1 -0
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-user.cjs +1 -0
- package/dist/actions/delete-user.cjs.map +1 -1
- package/dist/actions/delete-user.d.cts +3 -3
- package/dist/actions/delete-user.d.cts.map +1 -1
- package/dist/actions/delete-user.d.mts +3 -3
- package/dist/actions/delete-user.d.mts.map +1 -1
- package/dist/actions/delete-user.mjs +1 -0
- package/dist/actions/delete-user.mjs.map +1 -1
- package/dist/actions/get-available-time-slots.cjs +1 -0
- package/dist/actions/get-available-time-slots.cjs.map +1 -1
- package/dist/actions/get-available-time-slots.d.cts +3 -5
- package/dist/actions/get-available-time-slots.d.cts.map +1 -1
- package/dist/actions/get-available-time-slots.d.mts +3 -5
- package/dist/actions/get-available-time-slots.d.mts.map +1 -1
- package/dist/actions/get-available-time-slots.mjs +1 -0
- package/dist/actions/get-available-time-slots.mjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.cjs +1 -0
- package/dist/actions/get-single-booking-calendar.cjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.cts +3 -3
- package/dist/actions/get-single-booking-calendar.d.cts.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.mts +3 -3
- package/dist/actions/get-single-booking-calendar.d.mts.map +1 -1
- package/dist/actions/get-single-booking-calendar.mjs +1 -0
- package/dist/actions/get-single-booking-calendar.mjs.map +1 -1
- package/dist/actions/get-single-booking.cjs +1 -0
- package/dist/actions/get-single-booking.cjs.map +1 -1
- package/dist/actions/get-single-booking.d.cts +3 -4
- package/dist/actions/get-single-booking.d.cts.map +1 -1
- package/dist/actions/get-single-booking.d.mts +3 -4
- package/dist/actions/get-single-booking.d.mts.map +1 -1
- package/dist/actions/get-single-booking.mjs +1 -0
- package/dist/actions/get-single-booking.mjs.map +1 -1
- package/dist/actions/get-single-contact.cjs +1 -0
- package/dist/actions/get-single-contact.cjs.map +1 -1
- package/dist/actions/get-single-contact.d.cts +3 -3
- package/dist/actions/get-single-contact.d.cts.map +1 -1
- package/dist/actions/get-single-contact.d.mts +3 -3
- package/dist/actions/get-single-contact.d.mts.map +1 -1
- package/dist/actions/get-single-contact.mjs +1 -0
- package/dist/actions/get-single-contact.mjs.map +1 -1
- package/dist/actions/get-single-master-page.cjs +1 -0
- package/dist/actions/get-single-master-page.cjs.map +1 -1
- package/dist/actions/get-single-master-page.d.cts +3 -3
- package/dist/actions/get-single-master-page.d.cts.map +1 -1
- package/dist/actions/get-single-master-page.d.mts +3 -3
- package/dist/actions/get-single-master-page.d.mts.map +1 -1
- package/dist/actions/get-single-master-page.mjs +1 -0
- package/dist/actions/get-single-master-page.mjs.map +1 -1
- package/dist/actions/get-single-user.cjs +1 -0
- package/dist/actions/get-single-user.cjs.map +1 -1
- package/dist/actions/get-single-user.d.cts +3 -4
- package/dist/actions/get-single-user.d.cts.map +1 -1
- package/dist/actions/get-single-user.d.mts +3 -4
- package/dist/actions/get-single-user.d.mts.map +1 -1
- package/dist/actions/get-single-user.mjs +1 -0
- package/dist/actions/get-single-user.mjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.cjs +1 -0
- package/dist/actions/get-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.cts +3 -3
- package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.mts +3 -3
- package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.mjs +1 -0
- package/dist/actions/get-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.cjs +1 -0
- package/dist/actions/list-all-booking-calendars.cjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.cts +3 -5
- package/dist/actions/list-all-booking-calendars.d.cts.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.mts +3 -5
- package/dist/actions/list-all-booking-calendars.d.mts.map +1 -1
- package/dist/actions/list-all-booking-calendars.mjs +1 -0
- package/dist/actions/list-all-booking-calendars.mjs.map +1 -1
- package/dist/actions/list-all-booking-pages.cjs +1 -0
- package/dist/actions/list-all-booking-pages.cjs.map +1 -1
- package/dist/actions/list-all-booking-pages.d.cts +3 -5
- package/dist/actions/list-all-booking-pages.d.cts.map +1 -1
- package/dist/actions/list-all-booking-pages.d.mts +3 -5
- package/dist/actions/list-all-booking-pages.d.mts.map +1 -1
- package/dist/actions/list-all-booking-pages.mjs +1 -0
- package/dist/actions/list-all-booking-pages.mjs.map +1 -1
- package/dist/actions/list-all-bookings.cjs +1 -0
- package/dist/actions/list-all-bookings.cjs.map +1 -1
- package/dist/actions/list-all-bookings.d.cts +3 -10
- package/dist/actions/list-all-bookings.d.cts.map +1 -1
- package/dist/actions/list-all-bookings.d.mts +3 -10
- package/dist/actions/list-all-bookings.d.mts.map +1 -1
- package/dist/actions/list-all-bookings.mjs +1 -0
- package/dist/actions/list-all-bookings.mjs.map +1 -1
- package/dist/actions/list-all-contacts.cjs +1 -0
- package/dist/actions/list-all-contacts.cjs.map +1 -1
- package/dist/actions/list-all-contacts.d.cts +3 -9
- package/dist/actions/list-all-contacts.d.cts.map +1 -1
- package/dist/actions/list-all-contacts.d.mts +3 -9
- package/dist/actions/list-all-contacts.d.mts.map +1 -1
- package/dist/actions/list-all-contacts.mjs +1 -0
- package/dist/actions/list-all-contacts.mjs.map +1 -1
- package/dist/actions/list-all-event-types.cjs +1 -0
- package/dist/actions/list-all-event-types.cjs.map +1 -1
- package/dist/actions/list-all-event-types.d.cts +3 -5
- package/dist/actions/list-all-event-types.d.cts.map +1 -1
- package/dist/actions/list-all-event-types.d.mts +3 -5
- package/dist/actions/list-all-event-types.d.mts.map +1 -1
- package/dist/actions/list-all-event-types.mjs +1 -0
- package/dist/actions/list-all-event-types.mjs.map +1 -1
- package/dist/actions/list-all-master-pages.cjs +1 -0
- package/dist/actions/list-all-master-pages.cjs.map +1 -1
- package/dist/actions/list-all-master-pages.d.cts +3 -5
- package/dist/actions/list-all-master-pages.d.cts.map +1 -1
- package/dist/actions/list-all-master-pages.d.mts +3 -5
- package/dist/actions/list-all-master-pages.d.mts.map +1 -1
- package/dist/actions/list-all-master-pages.mjs +1 -0
- package/dist/actions/list-all-master-pages.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +1 -0
- package/dist/actions/list-all-teams.cjs.map +1 -1
- package/dist/actions/list-all-teams.d.cts +3 -5
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +3 -5
- package/dist/actions/list-all-teams.d.mts.map +1 -1
- package/dist/actions/list-all-teams.mjs +1 -0
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/actions/list-all-users.cjs +1 -0
- package/dist/actions/list-all-users.cjs.map +1 -1
- package/dist/actions/list-all-users.d.cts +3 -5
- package/dist/actions/list-all-users.d.cts.map +1 -1
- package/dist/actions/list-all-users.d.mts +3 -5
- package/dist/actions/list-all-users.d.mts.map +1 -1
- package/dist/actions/list-all-users.mjs +1 -0
- package/dist/actions/list-all-users.mjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.cjs +1 -0
- package/dist/actions/mark-booking-as-no-show.cjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.cts +3 -3
- package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.mts +3 -3
- package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.mjs +1 -0
- package/dist/actions/mark-booking-as-no-show.mjs.map +1 -1
- package/dist/actions/test-api-key.cjs +1 -0
- package/dist/actions/test-api-key.cjs.map +1 -1
- package/dist/actions/test-api-key.d.cts +3 -1
- package/dist/actions/test-api-key.d.cts.map +1 -1
- package/dist/actions/test-api-key.d.mts +3 -1
- package/dist/actions/test-api-key.d.mts.map +1 -1
- package/dist/actions/test-api-key.mjs +1 -0
- package/dist/actions/test-api-key.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +1 -0
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +3 -8
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +3 -8
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +1 -0
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.cjs +1 -0
- package/dist/actions/update-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.cts +3 -32
- package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.mts +3 -32
- package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.mjs +1 -0
- package/dist/actions/update-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/update-user.cjs +1 -0
- package/dist/actions/update-user.cjs.map +1 -1
- package/dist/actions/update-user.d.cts +3 -8
- package/dist/actions/update-user.d.cts.map +1 -1
- package/dist/actions/update-user.d.mts +3 -8
- package/dist/actions/update-user.d.mts.map +1 -1
- package/dist/actions/update-user.mjs +1 -0
- package/dist/actions/update-user.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +7 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +7 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -2
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1 +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.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.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}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"list-all-event-types.cjs","names":["z","action"],"sources":["../../src/actions/list-all-event-types.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 ScheduleonceListAllEventTypesInput = 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.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}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes: AppAction<\n typeof ScheduleonceListAllEventTypesInput,\n typeof ScheduleonceListAllEventTypesOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,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,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,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,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,gCAITC,eAAAA,OAAO,qCAAqC;CAC9C,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/list-all-event-types.d.ts
|
|
@@ -14,11 +16,7 @@ declare const ScheduleonceListAllEventTypesOutput: z.ZodObject<{
|
|
|
14
16
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
17
|
}, z.core.$loose>>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const scheduleonceListAllEventTypes:
|
|
18
|
-
after?: string | undefined;
|
|
19
|
-
limit?: number | undefined;
|
|
20
|
-
before?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const scheduleonceListAllEventTypes: AppAction<typeof ScheduleonceListAllEventTypesInput, typeof ScheduleonceListAllEventTypesOutput, typeof scheduleonce.credential>;
|
|
22
20
|
//#endregion
|
|
23
21
|
export { scheduleonceListAllEventTypes };
|
|
24
22
|
//# sourceMappingURL=list-all-event-types.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-event-types.d.cts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-event-types.d.cts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;cAWlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,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/list-all-event-types.d.ts
|
|
@@ -14,11 +16,7 @@ declare const ScheduleonceListAllEventTypesOutput: z.ZodObject<{
|
|
|
14
16
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
17
|
}, z.core.$loose>>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const scheduleonceListAllEventTypes:
|
|
18
|
-
after?: string | undefined;
|
|
19
|
-
limit?: number | undefined;
|
|
20
|
-
before?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const scheduleonceListAllEventTypes: AppAction<typeof ScheduleonceListAllEventTypesInput, typeof ScheduleonceListAllEventTypesOutput, typeof scheduleonce.credential>;
|
|
22
20
|
//#endregion
|
|
23
21
|
export { scheduleonceListAllEventTypes };
|
|
24
22
|
//# sourceMappingURL=list-all-event-types.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-event-types.d.mts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-event-types.d.mts","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;cAWlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +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.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.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}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"list-all-event-types.mjs","names":[],"sources":["../../src/actions/list-all-event-types.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 ScheduleonceListAllEventTypesInput = 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.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}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes: AppAction<\n typeof ScheduleonceListAllEventTypesInput,\n typeof ScheduleonceListAllEventTypesOutput,\n typeof scheduleonce.credential\n> = 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":";;;;AAMA,MAAa,qCAAqC,EAAE,OAAO;CACzD,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,sDAAsD,EAAE,OAAO;CACnE,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,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,gCAIT,OAAO,qCAAqC;CAC9C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbiD,EAAE,OAAO,EAC1D,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-master-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-master-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-master-pages.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 ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages: AppAction<\n typeof ScheduleonceListAllMasterPagesInput,\n typeof ScheduleonceListAllMasterPagesOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,iCAITC,eAAAA,OAAO,sCAAsC;CAC/C,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/list-all-master-pages.d.ts
|
|
@@ -16,11 +18,7 @@ declare const ScheduleonceListAllMasterPagesOutput: z.ZodObject<{
|
|
|
16
18
|
object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
}, z.core.$loose>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceListAllMasterPages:
|
|
20
|
-
after?: string | undefined;
|
|
21
|
-
limit?: number | undefined;
|
|
22
|
-
before?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
21
|
+
declare const scheduleonceListAllMasterPages: AppAction<typeof ScheduleonceListAllMasterPagesInput, typeof ScheduleonceListAllMasterPagesOutput, typeof scheduleonce.credential>;
|
|
24
22
|
//#endregion
|
|
25
23
|
export { scheduleonceListAllMasterPages };
|
|
26
24
|
//# sourceMappingURL=list-all-master-pages.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-master-pages.d.cts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-master-pages.d.cts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAanC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,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/list-all-master-pages.d.ts
|
|
@@ -16,11 +18,7 @@ declare const ScheduleonceListAllMasterPagesOutput: z.ZodObject<{
|
|
|
16
18
|
object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
}, z.core.$loose>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceListAllMasterPages:
|
|
20
|
-
after?: string | undefined;
|
|
21
|
-
limit?: number | undefined;
|
|
22
|
-
before?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
21
|
+
declare const scheduleonceListAllMasterPages: AppAction<typeof ScheduleonceListAllMasterPagesInput, typeof ScheduleonceListAllMasterPagesOutput, typeof scheduleonce.credential>;
|
|
24
22
|
//#endregion
|
|
25
23
|
export { scheduleonceListAllMasterPages };
|
|
26
24
|
//# sourceMappingURL=list-all-master-pages.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-master-pages.d.mts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-master-pages.d.mts","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAanC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-master-pages.mjs","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-master-pages.mjs","names":[],"sources":["../../src/actions/list-all-master-pages.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 ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages: AppAction<\n typeof ScheduleonceListAllMasterPagesInput,\n typeof ScheduleonceListAllMasterPagesOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,iCAIT,OAAO,sCAAsC;CAC/C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbkD,EAAE,OAAO,EAC3D,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).passthrough().describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.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 ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).passthrough().describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams: AppAction<\n typeof ScheduleonceListAllTeamsInput,\n typeof ScheduleonceListAllTeamsOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0BAA0B;AACpD,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,2BAITC,eAAAA,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-all-teams.d.ts
|
|
@@ -17,11 +19,7 @@ declare const ScheduleonceListAllTeamsOutput: z.ZodObject<{
|
|
|
17
19
|
object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
19
21
|
}, z.core.$loose>;
|
|
20
|
-
declare const scheduleonceListAllTeams:
|
|
21
|
-
after?: string | undefined;
|
|
22
|
-
limit?: number | undefined;
|
|
23
|
-
before?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
22
|
+
declare const scheduleonceListAllTeams: AppAction<typeof ScheduleonceListAllTeamsInput, typeof ScheduleonceListAllTeamsOutput, typeof scheduleonce.credential>;
|
|
25
23
|
//#endregion
|
|
26
24
|
export { scheduleonceListAllTeams };
|
|
27
25
|
//# sourceMappingURL=list-all-teams.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAY7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAM9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,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/list-all-teams.d.ts
|
|
@@ -17,11 +19,7 @@ declare const ScheduleonceListAllTeamsOutput: z.ZodObject<{
|
|
|
17
19
|
object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
19
21
|
}, z.core.$loose>;
|
|
20
|
-
declare const scheduleonceListAllTeams:
|
|
21
|
-
after?: string | undefined;
|
|
22
|
-
limit?: number | undefined;
|
|
23
|
-
before?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
22
|
+
declare const scheduleonceListAllTeams: AppAction<typeof ScheduleonceListAllTeamsInput, typeof ScheduleonceListAllTeamsOutput, typeof scheduleonce.credential>;
|
|
25
23
|
//#endregion
|
|
26
24
|
export { scheduleonceListAllTeams };
|
|
27
25
|
//# sourceMappingURL=list-all-teams.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAY7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAM9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).passthrough().describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.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 ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).passthrough().describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams: AppAction<\n typeof ScheduleonceListAllTeamsInput,\n typeof ScheduleonceListAllTeamsOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,gCAAgC,EAAE,OAAO;CACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0BAA0B;AAOpD,MAAa,2BAIT,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf4C,EAAE,OAAO;EACrD,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;EACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.cjs","names":["z","action"],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllUsersInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).passthrough().describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-users.cjs","names":["z","action"],"sources":["../../src/actions/list-all-users.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 ScheduleonceListAllUsersInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).passthrough().describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers: AppAction<\n typeof ScheduleonceListAllUsersInput,\n typeof ScheduleonceListAllUsersOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0BAA0B;AACpD,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB,EAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,2BAITC,eAAAA,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-all-users.d.ts
|
|
@@ -19,11 +21,7 @@ declare const ScheduleonceListAllUsersOutput: z.ZodObject<{
|
|
|
19
21
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
22
|
}, z.core.$loose>>;
|
|
21
23
|
}, z.core.$loose>;
|
|
22
|
-
declare const scheduleonceListAllUsers:
|
|
23
|
-
after?: string | undefined;
|
|
24
|
-
limit?: number | undefined;
|
|
25
|
-
before?: string | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
24
|
+
declare const scheduleonceListAllUsers: AppAction<typeof ScheduleonceListAllUsersInput, typeof ScheduleonceListAllUsersOutput, typeof scheduleonce.credential>;
|
|
27
25
|
//#endregion
|
|
28
26
|
export { scheduleonceListAllUsers };
|
|
29
27
|
//# sourceMappingURL=list-all-users.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.d.cts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-users.d.cts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAI9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,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/list-all-users.d.ts
|
|
@@ -19,11 +21,7 @@ declare const ScheduleonceListAllUsersOutput: z.ZodObject<{
|
|
|
19
21
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
22
|
}, z.core.$loose>>;
|
|
21
23
|
}, z.core.$loose>;
|
|
22
|
-
declare const scheduleonceListAllUsers:
|
|
23
|
-
after?: string | undefined;
|
|
24
|
-
limit?: number | undefined;
|
|
25
|
-
before?: string | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
24
|
+
declare const scheduleonceListAllUsers: AppAction<typeof ScheduleonceListAllUsersInput, typeof ScheduleonceListAllUsersOutput, typeof scheduleonce.credential>;
|
|
27
25
|
//#endregion
|
|
28
26
|
export { scheduleonceListAllUsers };
|
|
29
27
|
//# sourceMappingURL=list-all-users.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.d.mts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-users.d.mts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAI9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.mjs","names":[],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllUsersInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).passthrough().describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-users.mjs","names":[],"sources":["../../src/actions/list-all-users.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 ScheduleonceListAllUsersInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all users in the account.\");\nconst ScheduleonceListAllUsers_UserObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Array of team IDs the user belongs to\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'\").nullable().optional(),\n status: z.string().describe(\"User status indicating if the user has signed in or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Model for a user object.\");\nexport const ScheduleonceListAllUsersOutput = z.object({\n data: z.array(ScheduleonceListAllUsers_UserObjectSchema).describe(\"Array of user objects\"),\n}).passthrough().describe(\"Response model for listing all users.\");\n\nexport const scheduleonceListAllUsers: AppAction<\n typeof ScheduleonceListAllUsersInput,\n typeof ScheduleonceListAllUsersOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_USERS\", {\n slug: \"scheduleonce-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.\",\n input: ScheduleonceListAllUsersInput,\n output: ScheduleonceListAllUsersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,gCAAgC,EAAE,OAAO;CACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0BAA0B;AAKpD,MAAa,2BAIT,OAAO,+BAA+B;CACxC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb4C,EAAE,OAAO,EACrD,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB,EAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-booking-as-no-show.cjs","names":["z","action"],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceMarkBookingAsNoShowInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = z.object({\n id: z.string().describe(\"User ID of the owner.\").nullable(),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).passthrough().describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).passthrough().describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).passthrough().describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput = z.object({\n id: z.string().describe(\"Unique booking identifier.\").nullable(),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable(),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\").nullable(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mark-booking-as-no-show.cjs","names":["z","action"],"sources":["../../src/actions/mark-booking-as-no-show.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 ScheduleonceMarkBookingAsNoShowInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = z.object({\n id: z.string().describe(\"User ID of the owner.\").nullable(),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).passthrough().describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).passthrough().describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).passthrough().describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput = z.object({\n id: z.string().describe(\"Unique booking identifier.\").nullable(),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable(),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\").nullable(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow: AppAction<\n typeof ScheduleonceMarkBookingAsNoShowInput,\n typeof ScheduleonceMarkBookingAsNoShowOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
|
|
@@ -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/mark-booking-as-no-show.d.ts
|
|
@@ -54,9 +56,7 @@ declare const ScheduleonceMarkBookingAsNoShowOutput: z.ZodObject<{
|
|
|
54
56
|
actioned_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
57
|
}, z.core.$loose>>>;
|
|
56
58
|
}, z.core.$loose>;
|
|
57
|
-
declare const scheduleonceMarkBookingAsNoShow:
|
|
58
|
-
id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
59
|
+
declare const scheduleonceMarkBookingAsNoShow: AppAction<typeof ScheduleonceMarkBookingAsNoShowInput, typeof ScheduleonceMarkBookingAsNoShowOutput, typeof scheduleonce.credential>;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { scheduleonceMarkBookingAsNoShow };
|
|
62
62
|
//# sourceMappingURL=mark-booking-as-no-show.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-booking-as-no-show.d.cts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"mark-booking-as-no-show.d.cts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAoCpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuBrC,+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/mark-booking-as-no-show.d.ts
|
|
@@ -54,9 +56,7 @@ declare const ScheduleonceMarkBookingAsNoShowOutput: z.ZodObject<{
|
|
|
54
56
|
actioned_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
57
|
}, z.core.$loose>>>;
|
|
56
58
|
}, z.core.$loose>;
|
|
57
|
-
declare const scheduleonceMarkBookingAsNoShow:
|
|
58
|
-
id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
59
|
+
declare const scheduleonceMarkBookingAsNoShow: AppAction<typeof ScheduleonceMarkBookingAsNoShowInput, typeof ScheduleonceMarkBookingAsNoShowOutput, typeof scheduleonce.credential>;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { scheduleonceMarkBookingAsNoShow };
|
|
62
62
|
//# sourceMappingURL=mark-booking-as-no-show.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-booking-as-no-show.d.mts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"mark-booking-as-no-show.d.mts","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAoCpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuBrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-booking-as-no-show.mjs","names":[],"sources":["../../src/actions/mark-booking-as-no-show.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceMarkBookingAsNoShowInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = z.object({\n id: z.string().describe(\"User ID of the owner.\").nullable(),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).passthrough().describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).passthrough().describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).passthrough().describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput = z.object({\n id: z.string().describe(\"Unique booking identifier.\").nullable(),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable(),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\").nullable(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mark-booking-as-no-show.mjs","names":[],"sources":["../../src/actions/mark-booking-as-no-show.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 ScheduleonceMarkBookingAsNoShowInput = z.object({\n id: z.string().describe(\"The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.\"),\n}).describe(\"Request model for marking a booking as no-show.\");\nconst ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema = z.object({\n id: z.string().describe(\"User ID of the owner.\").nullable(),\n email: z.string().describe(\"Owner's email address.\").nullable().optional(),\n teams: z.array(z.string()).describe(\"Owner's teams.\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'user'.\").nullable().optional(),\n status: z.string().describe(\"Owner's status.\").nullable().optional(),\n timezone: z.string().describe(\"Owner's timezone.\").nullable().optional(),\n last_name: z.string().describe(\"Owner's last name.\").nullable().optional(),\n role_name: z.string().describe(\"Owner's role name.\").nullable().optional(),\n first_name: z.string().describe(\"Owner's first name.\").nullable().optional(),\n}).passthrough().describe(\"Model for owner object when expanded.\");\nconst ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).passthrough().describe(\"Model for custom field item.\");\nconst ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.array(ScheduleonceMarkBookingAsNoShow_CustomFieldItemSchema).describe(\"Array of custom field objects with name and value properties.\").nullable().optional(),\n}).passthrough().describe(\"Model for form submission data.\");\nconst ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).passthrough().describe(\"Model for virtual conferencing details.\");\nconst ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action if initiated by a user.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action: 'user' or 'customer'.\").nullable().optional(),\n}).passthrough().describe(\"Model for cancellation or reschedule information.\");\nexport const ScheduleonceMarkBookingAsNoShowOutput = z.object({\n id: z.string().describe(\"Unique booking identifier.\").nullable(),\n owner: z.union([z.string(), ScheduleonceMarkBookingAsNoShow_OwnerObjectSchema]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable(),\n status: z.string().describe(\"Booking status (will be 'no_show' after successful operation).\").nullable(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.string().describe(\"Event type ID.\").nullable().optional(),\n master_page: z.string().describe(\"Master page ID.\").nullable().optional(),\n tracking_id: z.string().describe(\"Human-readable tracking number.\").nullable().optional(),\n booking_page: z.string().describe(\"Booking page ID.\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of booking creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start time.\").nullable().optional(),\n form_submission: ScheduleonceMarkBookingAsNoShow_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration of the booking in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last update.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceMarkBookingAsNoShow_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceMarkBookingAsNoShow_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for booking marked as no-show.\");\n\nexport const scheduleonceMarkBookingAsNoShow: AppAction<\n typeof ScheduleonceMarkBookingAsNoShowInput,\n typeof ScheduleonceMarkBookingAsNoShowOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOW\", {\n slug: \"scheduleonce-mark-booking-as-no-show\",\n name: \"Mark Booking as No-Show\",\n description: \"Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.\",\n input: ScheduleonceMarkBookingAsNoShowInput,\n output: ScheduleonceMarkBookingAsNoShowOutput,\n});\n"],"mappings":"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"}
|