@keystrokehq/scheduleonce 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/book-time-slot.cjs +1 -0
- package/dist/actions/book-time-slot.cjs.map +1 -1
- package/dist/actions/book-time-slot.d.cts +3 -33
- package/dist/actions/book-time-slot.d.cts.map +1 -1
- package/dist/actions/book-time-slot.d.mts +3 -33
- package/dist/actions/book-time-slot.d.mts.map +1 -1
- package/dist/actions/book-time-slot.mjs +1 -0
- package/dist/actions/book-time-slot.mjs.map +1 -1
- package/dist/actions/cancel-booking.cjs +1 -0
- package/dist/actions/cancel-booking.cjs.map +1 -1
- package/dist/actions/cancel-booking.d.cts +3 -17
- package/dist/actions/cancel-booking.d.cts.map +1 -1
- package/dist/actions/cancel-booking.d.mts +3 -17
- package/dist/actions/cancel-booking.d.mts.map +1 -1
- package/dist/actions/cancel-booking.mjs +1 -0
- package/dist/actions/cancel-booking.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +1 -0
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +3 -28
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +3 -28
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +1 -0
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +3 -19
- package/dist/actions/create-one-time-link-for-booking-calendar.d.cts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +3 -19
- package/dist/actions/create-one-time-link-for-booking-calendar.d.mts.map +1 -1
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs +1 -0
- package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -1
- package/dist/actions/create-user.cjs +1 -0
- package/dist/actions/create-user.cjs.map +1 -1
- package/dist/actions/create-user.d.cts +3 -18
- package/dist/actions/create-user.d.cts.map +1 -1
- package/dist/actions/create-user.d.mts +3 -18
- package/dist/actions/create-user.d.mts.map +1 -1
- package/dist/actions/create-user.mjs +1 -0
- package/dist/actions/create-user.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -0
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +3 -15
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +3 -15
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +1 -0
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-user.cjs +1 -0
- package/dist/actions/delete-user.cjs.map +1 -1
- package/dist/actions/delete-user.d.cts +3 -15
- package/dist/actions/delete-user.d.cts.map +1 -1
- package/dist/actions/delete-user.d.mts +3 -15
- package/dist/actions/delete-user.d.mts.map +1 -1
- package/dist/actions/delete-user.mjs +1 -0
- package/dist/actions/delete-user.mjs.map +1 -1
- package/dist/actions/get-available-time-slots.cjs +1 -0
- package/dist/actions/get-available-time-slots.cjs.map +1 -1
- package/dist/actions/get-available-time-slots.d.cts +3 -17
- package/dist/actions/get-available-time-slots.d.cts.map +1 -1
- package/dist/actions/get-available-time-slots.d.mts +3 -17
- package/dist/actions/get-available-time-slots.d.mts.map +1 -1
- package/dist/actions/get-available-time-slots.mjs +1 -0
- package/dist/actions/get-available-time-slots.mjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.cjs +1 -0
- package/dist/actions/get-single-booking-calendar.cjs.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.cts +3 -15
- package/dist/actions/get-single-booking-calendar.d.cts.map +1 -1
- package/dist/actions/get-single-booking-calendar.d.mts +3 -15
- package/dist/actions/get-single-booking-calendar.d.mts.map +1 -1
- package/dist/actions/get-single-booking-calendar.mjs +1 -0
- package/dist/actions/get-single-booking-calendar.mjs.map +1 -1
- package/dist/actions/get-single-booking.cjs +1 -0
- package/dist/actions/get-single-booking.cjs.map +1 -1
- package/dist/actions/get-single-booking.d.cts +3 -16
- package/dist/actions/get-single-booking.d.cts.map +1 -1
- package/dist/actions/get-single-booking.d.mts +3 -16
- package/dist/actions/get-single-booking.d.mts.map +1 -1
- package/dist/actions/get-single-booking.mjs +1 -0
- package/dist/actions/get-single-booking.mjs.map +1 -1
- package/dist/actions/get-single-contact.cjs +1 -0
- package/dist/actions/get-single-contact.cjs.map +1 -1
- package/dist/actions/get-single-contact.d.cts +3 -15
- package/dist/actions/get-single-contact.d.cts.map +1 -1
- package/dist/actions/get-single-contact.d.mts +3 -15
- package/dist/actions/get-single-contact.d.mts.map +1 -1
- package/dist/actions/get-single-contact.mjs +1 -0
- package/dist/actions/get-single-contact.mjs.map +1 -1
- package/dist/actions/get-single-master-page.cjs +1 -0
- package/dist/actions/get-single-master-page.cjs.map +1 -1
- package/dist/actions/get-single-master-page.d.cts +3 -15
- package/dist/actions/get-single-master-page.d.cts.map +1 -1
- package/dist/actions/get-single-master-page.d.mts +3 -15
- package/dist/actions/get-single-master-page.d.mts.map +1 -1
- package/dist/actions/get-single-master-page.mjs +1 -0
- package/dist/actions/get-single-master-page.mjs.map +1 -1
- package/dist/actions/get-single-user.cjs +1 -0
- package/dist/actions/get-single-user.cjs.map +1 -1
- package/dist/actions/get-single-user.d.cts +3 -16
- package/dist/actions/get-single-user.d.cts.map +1 -1
- package/dist/actions/get-single-user.d.mts +3 -16
- package/dist/actions/get-single-user.d.mts.map +1 -1
- package/dist/actions/get-single-user.mjs +1 -0
- package/dist/actions/get-single-user.mjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.cjs +1 -0
- package/dist/actions/get-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.cts +3 -15
- package/dist/actions/get-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.d.mts +3 -15
- package/dist/actions/get-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/get-user-scheduling-availability.mjs +1 -0
- package/dist/actions/get-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.cjs +1 -0
- package/dist/actions/list-all-booking-calendars.cjs.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.cts +3 -17
- package/dist/actions/list-all-booking-calendars.d.cts.map +1 -1
- package/dist/actions/list-all-booking-calendars.d.mts +3 -17
- package/dist/actions/list-all-booking-calendars.d.mts.map +1 -1
- package/dist/actions/list-all-booking-calendars.mjs +1 -0
- package/dist/actions/list-all-booking-calendars.mjs.map +1 -1
- package/dist/actions/list-all-booking-pages.cjs +1 -0
- package/dist/actions/list-all-booking-pages.cjs.map +1 -1
- package/dist/actions/list-all-booking-pages.d.cts +3 -17
- package/dist/actions/list-all-booking-pages.d.cts.map +1 -1
- package/dist/actions/list-all-booking-pages.d.mts +3 -17
- package/dist/actions/list-all-booking-pages.d.mts.map +1 -1
- package/dist/actions/list-all-booking-pages.mjs +1 -0
- package/dist/actions/list-all-booking-pages.mjs.map +1 -1
- package/dist/actions/list-all-bookings.cjs +1 -0
- package/dist/actions/list-all-bookings.cjs.map +1 -1
- package/dist/actions/list-all-bookings.d.cts +3 -22
- package/dist/actions/list-all-bookings.d.cts.map +1 -1
- package/dist/actions/list-all-bookings.d.mts +3 -22
- package/dist/actions/list-all-bookings.d.mts.map +1 -1
- package/dist/actions/list-all-bookings.mjs +1 -0
- package/dist/actions/list-all-bookings.mjs.map +1 -1
- package/dist/actions/list-all-contacts.cjs +1 -0
- package/dist/actions/list-all-contacts.cjs.map +1 -1
- package/dist/actions/list-all-contacts.d.cts +3 -21
- package/dist/actions/list-all-contacts.d.cts.map +1 -1
- package/dist/actions/list-all-contacts.d.mts +3 -21
- package/dist/actions/list-all-contacts.d.mts.map +1 -1
- package/dist/actions/list-all-contacts.mjs +1 -0
- package/dist/actions/list-all-contacts.mjs.map +1 -1
- package/dist/actions/list-all-event-types.cjs +1 -0
- package/dist/actions/list-all-event-types.cjs.map +1 -1
- package/dist/actions/list-all-event-types.d.cts +3 -17
- package/dist/actions/list-all-event-types.d.cts.map +1 -1
- package/dist/actions/list-all-event-types.d.mts +3 -17
- package/dist/actions/list-all-event-types.d.mts.map +1 -1
- package/dist/actions/list-all-event-types.mjs +1 -0
- package/dist/actions/list-all-event-types.mjs.map +1 -1
- package/dist/actions/list-all-master-pages.cjs +1 -0
- package/dist/actions/list-all-master-pages.cjs.map +1 -1
- package/dist/actions/list-all-master-pages.d.cts +3 -17
- package/dist/actions/list-all-master-pages.d.cts.map +1 -1
- package/dist/actions/list-all-master-pages.d.mts +3 -17
- package/dist/actions/list-all-master-pages.d.mts.map +1 -1
- package/dist/actions/list-all-master-pages.mjs +1 -0
- package/dist/actions/list-all-master-pages.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +1 -0
- package/dist/actions/list-all-teams.cjs.map +1 -1
- package/dist/actions/list-all-teams.d.cts +3 -17
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +3 -17
- package/dist/actions/list-all-teams.d.mts.map +1 -1
- package/dist/actions/list-all-teams.mjs +1 -0
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/actions/list-all-users.cjs +1 -0
- package/dist/actions/list-all-users.cjs.map +1 -1
- package/dist/actions/list-all-users.d.cts +3 -17
- package/dist/actions/list-all-users.d.cts.map +1 -1
- package/dist/actions/list-all-users.d.mts +3 -17
- package/dist/actions/list-all-users.d.mts.map +1 -1
- package/dist/actions/list-all-users.mjs +1 -0
- package/dist/actions/list-all-users.mjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.cjs +1 -0
- package/dist/actions/mark-booking-as-no-show.cjs.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.cts +3 -15
- package/dist/actions/mark-booking-as-no-show.d.cts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.d.mts +3 -15
- package/dist/actions/mark-booking-as-no-show.d.mts.map +1 -1
- package/dist/actions/mark-booking-as-no-show.mjs +1 -0
- package/dist/actions/mark-booking-as-no-show.mjs.map +1 -1
- package/dist/actions/test-api-key.cjs +1 -0
- package/dist/actions/test-api-key.cjs.map +1 -1
- package/dist/actions/test-api-key.d.cts +3 -13
- package/dist/actions/test-api-key.d.cts.map +1 -1
- package/dist/actions/test-api-key.d.mts +3 -13
- package/dist/actions/test-api-key.d.mts.map +1 -1
- package/dist/actions/test-api-key.mjs +1 -0
- package/dist/actions/test-api-key.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +1 -0
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +3 -20
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +3 -20
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +1 -0
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.cjs +1 -0
- package/dist/actions/update-user-scheduling-availability.cjs.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.cts +3 -44
- package/dist/actions/update-user-scheduling-availability.d.cts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.d.mts +3 -44
- package/dist/actions/update-user-scheduling-availability.d.mts.map +1 -1
- package/dist/actions/update-user-scheduling-availability.mjs +1 -0
- package/dist/actions/update-user-scheduling-availability.mjs.map +1 -1
- package/dist/actions/update-user.cjs +1 -0
- package/dist/actions/update-user.cjs.map +1 -1
- package/dist/actions/update-user.d.cts +3 -20
- package/dist/actions/update-user.d.cts.map +1 -1
- package/dist/actions/update-user.d.mts +3 -20
- package/dist/actions/update-user.d.mts.map +1 -1
- package/dist/actions/update-user.mjs +1 -0
- package/dist/actions/update-user.mjs.map +1 -1
- package/dist/app.cjs +2 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-master-page.d.mts","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-master-page.d.mts","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAGpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;cASrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-master-page.mjs","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleMasterPageInput = z.object({\n id: z.string().describe(\"The unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')\"),\n}).describe(\"Request model for retrieving a single master page by ID.\");\nexport const ScheduleonceGetSingleMasterPageOutput = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable(),\n url: z.string().describe(\"Public URL for accessing the master page\").nullable(),\n name: z.string().describe(\"Public name of the master page\").nullable(),\n label: z.string().describe(\"Internal label for the master page\").nullable(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable(),\n}).passthrough().describe(\"Response model for a single master page.\");\n\nexport const scheduleonceGetSingleMasterPage = action(\"SCHEDULEONCE_GET_SINGLE_MASTER_PAGE\", {\n slug: \"scheduleonce-get-single-master-page\",\n name: \"Get Single Master Page\",\n description: \"Tool to retrieve a single master page by ID from OnceHub. Use when you need to fetch complete master page details including name, label, URL, and active status.\",\n input: ScheduleonceGetSingleMasterPageInput,\n output: ScheduleonceGetSingleMasterPageOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-master-page.mjs","names":[],"sources":["../../src/actions/get-single-master-page.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\n\nexport const ScheduleonceGetSingleMasterPageInput = z.object({\n id: z.string().describe(\"The unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')\"),\n}).describe(\"Request model for retrieving a single master page by ID.\");\nexport const ScheduleonceGetSingleMasterPageOutput = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable(),\n url: z.string().describe(\"Public URL for accessing the master page\").nullable(),\n name: z.string().describe(\"Public name of the master page\").nullable(),\n label: z.string().describe(\"Internal label for the master page\").nullable(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable(),\n}).passthrough().describe(\"Response model for a single master page.\");\n\nexport const scheduleonceGetSingleMasterPage: AppAction<\n typeof ScheduleonceGetSingleMasterPageInput,\n typeof ScheduleonceGetSingleMasterPageOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_MASTER_PAGE\", {\n slug: \"scheduleonce-get-single-master-page\",\n name: \"Get Single Master Page\",\n description: \"Tool to retrieve a single master page by ID from OnceHub. Use when you need to fetch complete master page details including name, label, URL, and active status.\",\n input: ScheduleonceGetSingleMasterPageInput,\n output: ScheduleonceGetSingleMasterPageOutput,\n});\n"],"mappings":";;;AAkBA,MAAa,kCAIT,OAAO,uCAAuC;CAChD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,EACpJ,CAAC,CAAC,CAAC,SAAS,0DAkBH;CACP,QAlBmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC1E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC1E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-user.cjs","names":["z","action"],"sources":["../../src/actions/get-single-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand in the response. By default, embedded objects are collapsed to their IDs. Example: 'teams'. Maximum expansion depth is 2 levels.\").optional(),\n}).describe(\"Request model for retrieving a single user by ID.\");\nexport const ScheduleonceGetSingleUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable(),\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(),\n status: z.string().describe(\"User status indicating if the user has signed in ('active') or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single user.\");\n\nexport const scheduleonceGetSingleUser = action(\"SCHEDULEONCE_GET_SINGLE_USER\", {\n slug: \"scheduleonce-get-single-user\",\n name: \"Get Single User\",\n description: \"Tool to retrieve a single user by ID from OnceHub. Use when you need to fetch detailed information about a specific user including their name, email, status, role, timezone, and team associations.\",\n input: ScheduleonceGetSingleUserInput,\n output: ScheduleonceGetSingleUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-user.cjs","names":["z","action"],"sources":["../../src/actions/get-single-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\n\nexport const ScheduleonceGetSingleUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand in the response. By default, embedded objects are collapsed to their IDs. Example: 'teams'. Maximum expansion depth is 2 levels.\").optional(),\n}).describe(\"Request model for retrieving a single user by ID.\");\nexport const ScheduleonceGetSingleUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable(),\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(),\n status: z.string().describe(\"User status indicating if the user has signed in ('active') or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single user.\");\n\nexport const scheduleonceGetSingleUser: AppAction<\n typeof ScheduleonceGetSingleUserInput,\n typeof ScheduleonceGetSingleUserOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_USER\", {\n slug: \"scheduleonce-get-single-user\",\n name: \"Get Single User\",\n description: \"Tool to retrieve a single user by ID from OnceHub. Use when you need to fetch detailed information about a specific user including their name, email, status, role, timezone, and team associations.\",\n input: ScheduleonceGetSingleUserInput,\n output: ScheduleonceGetSingleUserOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;CACnH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;AAC9N,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,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;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,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,mCAAmC;AAE7D,MAAa,4BAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-single-user.d.ts
|
|
@@ -16,22 +18,7 @@ declare const ScheduleonceGetSingleUserOutput: z.ZodObject<{
|
|
|
16
18
|
role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceGetSingleUser:
|
|
20
|
-
id: string;
|
|
21
|
-
expand?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
23
|
-
connectionId: z.ZodString;
|
|
24
|
-
entityId: z.ZodString;
|
|
25
|
-
instanceId: z.ZodString;
|
|
26
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
-
generic_api_key: z.ZodString;
|
|
28
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
29
|
-
connectionId: z.ZodString;
|
|
30
|
-
entityId: z.ZodString;
|
|
31
|
-
instanceId: z.ZodString;
|
|
32
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
-
generic_api_key: z.ZodString;
|
|
34
|
-
}, z.core.$strip>>]>;
|
|
21
|
+
declare const scheduleonceGetSingleUser: AppAction<typeof ScheduleonceGetSingleUserInput, typeof ScheduleonceGetSingleUserOutput, typeof scheduleonce.credential>;
|
|
35
22
|
//#endregion
|
|
36
23
|
export { scheduleonceGetSingleUser };
|
|
37
24
|
//# sourceMappingURL=get-single-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-user.d.cts","names":[],"sources":["../../src/actions/get-single-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-user.d.cts","names":[],"sources":["../../src/actions/get-single-user.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-single-user.d.ts
|
|
@@ -16,22 +18,7 @@ declare const ScheduleonceGetSingleUserOutput: z.ZodObject<{
|
|
|
16
18
|
role_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
19
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
}, z.core.$loose>;
|
|
19
|
-
declare const scheduleonceGetSingleUser:
|
|
20
|
-
id: string;
|
|
21
|
-
expand?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
23
|
-
connectionId: z.ZodString;
|
|
24
|
-
entityId: z.ZodString;
|
|
25
|
-
instanceId: z.ZodString;
|
|
26
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
-
generic_api_key: z.ZodString;
|
|
28
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
29
|
-
connectionId: z.ZodString;
|
|
30
|
-
entityId: z.ZodString;
|
|
31
|
-
instanceId: z.ZodString;
|
|
32
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
-
generic_api_key: z.ZodString;
|
|
34
|
-
}, z.core.$strip>>]>;
|
|
21
|
+
declare const scheduleonceGetSingleUser: AppAction<typeof ScheduleonceGetSingleUserInput, typeof ScheduleonceGetSingleUserOutput, typeof scheduleonce.credential>;
|
|
35
22
|
//#endregion
|
|
36
23
|
export { scheduleonceGetSingleUser };
|
|
37
24
|
//# sourceMappingURL=get-single-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-user.d.mts","names":[],"sources":["../../src/actions/get-single-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-user.d.mts","names":[],"sources":["../../src/actions/get-single-user.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;cAY/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-single-user.mjs","names":[],"sources":["../../src/actions/get-single-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetSingleUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand in the response. By default, embedded objects are collapsed to their IDs. Example: 'teams'. Maximum expansion depth is 2 levels.\").optional(),\n}).describe(\"Request model for retrieving a single user by ID.\");\nexport const ScheduleonceGetSingleUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable(),\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(),\n status: z.string().describe(\"User status indicating if the user has signed in ('active') or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single user.\");\n\nexport const scheduleonceGetSingleUser = action(\"SCHEDULEONCE_GET_SINGLE_USER\", {\n slug: \"scheduleonce-get-single-user\",\n name: \"Get Single User\",\n description: \"Tool to retrieve a single user by ID from OnceHub. Use when you need to fetch detailed information about a specific user including their name, email, status, role, timezone, and team associations.\",\n input: ScheduleonceGetSingleUserInput,\n output: ScheduleonceGetSingleUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-single-user.mjs","names":[],"sources":["../../src/actions/get-single-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { scheduleonce } from \"../app\";\n\nexport const ScheduleonceGetSingleUserInput = z.object({\n id: z.string().describe(\"The unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')\"),\n expand: z.string().describe(\"Comma-separated list of embedded objects to expand in the response. By default, embedded objects are collapsed to their IDs. Example: 'teams'. Maximum expansion depth is 2 levels.\").optional(),\n}).describe(\"Request model for retrieving a single user by ID.\");\nexport const ScheduleonceGetSingleUserOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable(),\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(),\n status: z.string().describe(\"User status indicating if the user has signed in ('active') or is still in invited status\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone (e.g., 'America/Chicago')\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n role_name: z.string().describe(\"User's role in the account (e.g., 'Member', 'Admin')\").nullable().optional(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n}).passthrough().describe(\"Response model for a single user.\");\n\nexport const scheduleonceGetSingleUser: AppAction<\n typeof ScheduleonceGetSingleUserInput,\n typeof ScheduleonceGetSingleUserOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_SINGLE_USER\", {\n slug: \"scheduleonce-get-single-user\",\n name: \"Get Single User\",\n description: \"Tool to retrieve a single user by ID from OnceHub. Use when you need to fetch detailed information about a specific user including their name, email, status, role, timezone, and team associations.\",\n input: ScheduleonceGetSingleUserInput,\n output: ScheduleonceGetSingleUserOutput,\n});\n"],"mappings":";;;AAsBA,MAAa,4BAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxB4C,EAAE,OAAO;EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;EACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;CAC9N,CAAC,CAAC,CAAC,SAAS,mDAqBH;CACP,QArB6C,EAAE,OAAO;EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-scheduling-availability.cjs","names":["z","action"],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetUserSchedulingAvailabilityInput = z.object({\n id: z.string().describe(\"The unique identifier of the user (e.g., 'USR-GB59HWQCXF')\"),\n}).describe(\"Request model for getting user scheduling availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema = z.object({\n id: z.string().describe(\"Location identifier\").nullable().optional(),\n name: z.string().describe(\"Location name\").nullable().optional(),\n}).passthrough().describe(\"Model for a location associated with working hours.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (24-hour, e.g., '17:00')\").nullable().optional(),\n locations: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema).describe(\"List of locations where the user is available during these hours\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (24-hour, e.g., '09:00')\").nullable().optional(),\n}).passthrough().describe(\"Model for working hours within a day.\");\nconst ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema = z.object({\n day: z.string().describe(\"Day of the week (e.g., 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday')\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this day\").nullable().optional(),\n}).passthrough().describe(\"Model for a single day's schedule in the weekly availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema = z.object({\n date: z.string().describe(\"Date in YYYY-MM-DD format for the override\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this specific date\").nullable().optional(),\n}).passthrough().describe(\"Model for scheduling overrides on specific dates.\");\nexport const ScheduleonceGetUserSchedulingAvailabilityOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'user'\").nullable().optional(),\n weekly: z.array(ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema).describe(\"Weekly schedule containing availability for each day\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone setting\").nullable().optional(),\n overrides: z.array(ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema).describe(\"List of specific date overrides\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when availability was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting user scheduling availability.\");\n\nexport const scheduleonceGetUserSchedulingAvailability = action(\"SCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITY\", {\n slug: \"scheduleonce-get-user-scheduling-availability\",\n name: \"Get User Scheduling Availability\",\n description: \"Tool to get user scheduling availability from OnceHub. Use when you need to retrieve a user's weekly schedule, working hours, and any date-specific overrides.\",\n input: ScheduleonceGetUserSchedulingAvailabilityInput,\n output: ScheduleonceGetUserSchedulingAvailabilityOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-user-scheduling-availability.cjs","names":["z","action"],"sources":["../../src/actions/get-user-scheduling-availability.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 ScheduleonceGetUserSchedulingAvailabilityInput = z.object({\n id: z.string().describe(\"The unique identifier of the user (e.g., 'USR-GB59HWQCXF')\"),\n}).describe(\"Request model for getting user scheduling availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema = z.object({\n id: z.string().describe(\"Location identifier\").nullable().optional(),\n name: z.string().describe(\"Location name\").nullable().optional(),\n}).passthrough().describe(\"Model for a location associated with working hours.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (24-hour, e.g., '17:00')\").nullable().optional(),\n locations: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema).describe(\"List of locations where the user is available during these hours\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (24-hour, e.g., '09:00')\").nullable().optional(),\n}).passthrough().describe(\"Model for working hours within a day.\");\nconst ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema = z.object({\n day: z.string().describe(\"Day of the week (e.g., 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday')\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this day\").nullable().optional(),\n}).passthrough().describe(\"Model for a single day's schedule in the weekly availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema = z.object({\n date: z.string().describe(\"Date in YYYY-MM-DD format for the override\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this specific date\").nullable().optional(),\n}).passthrough().describe(\"Model for scheduling overrides on specific dates.\");\nexport const ScheduleonceGetUserSchedulingAvailabilityOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'user'\").nullable().optional(),\n weekly: z.array(ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema).describe(\"Weekly schedule containing availability for each day\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone setting\").nullable().optional(),\n overrides: z.array(ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema).describe(\"List of specific date overrides\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when availability was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting user scheduling availability.\");\n\nexport const scheduleonceGetUserSchedulingAvailability: AppAction<\n typeof ScheduleonceGetUserSchedulingAvailabilityInput,\n typeof ScheduleonceGetUserSchedulingAvailabilityOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITY\", {\n slug: \"scheduleonce-get-user-scheduling-availability\",\n name: \"Get User Scheduling Availability\",\n description: \"Tool to get user scheduling availability from OnceHub. Use when you need to retrieve a user's weekly schedule, working hours, and any date-specific overrides.\",\n input: ScheduleonceGetUserSchedulingAvailabilityInput,\n output: ScheduleonceGetUserSchedulingAvailabilityOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iDAAiDA,IAAAA,EAAE,OAAO,EACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,uEAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAC/E,MAAM,+DAA+DA,IAAAA,EAAE,OAAO;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,iEAAiEA,IAAAA,EAAE,OAAO;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,eAAeA,IAAAA,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AACzF,MAAM,qEAAqEA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAeA,IAAAA,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,kDAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,MAAM,kEAAkE,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,4CAITC,eAAAA,OAAO,iDAAiD;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-user-scheduling-availability.d.ts
|
|
@@ -32,21 +34,7 @@ declare const ScheduleonceGetUserSchedulingAvailabilityOutput: z.ZodObject<{
|
|
|
32
34
|
}, z.core.$loose>>>>;
|
|
33
35
|
last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
36
|
}, z.core.$loose>;
|
|
35
|
-
declare const scheduleonceGetUserSchedulingAvailability:
|
|
36
|
-
id: string;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
38
|
-
connectionId: z.ZodString;
|
|
39
|
-
entityId: z.ZodString;
|
|
40
|
-
instanceId: z.ZodString;
|
|
41
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
-
generic_api_key: z.ZodString;
|
|
43
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
44
|
-
connectionId: z.ZodString;
|
|
45
|
-
entityId: z.ZodString;
|
|
46
|
-
instanceId: z.ZodString;
|
|
47
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
-
generic_api_key: z.ZodString;
|
|
49
|
-
}, z.core.$strip>>]>;
|
|
37
|
+
declare const scheduleonceGetUserSchedulingAvailability: AppAction<typeof ScheduleonceGetUserSchedulingAvailabilityInput, typeof ScheduleonceGetUserSchedulingAvailabilityOutput, typeof scheduleonce.credential>;
|
|
50
38
|
//#endregion
|
|
51
39
|
export { scheduleonceGetUserSchedulingAvailability };
|
|
52
40
|
//# sourceMappingURL=get-user-scheduling-availability.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-scheduling-availability.d.cts","names":[],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-user-scheduling-availability.d.cts","names":[],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"mappings":";;;;;cAMa,8CAAA,EAA8C,CAAA,CAAA,SAAA;;;cAoB9C,+CAAA,EAA+C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAS/C,yCAAA,EAA2C,SAAA,QAC/C,8CAAA,SACA,+CAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-user-scheduling-availability.d.ts
|
|
@@ -32,21 +34,7 @@ declare const ScheduleonceGetUserSchedulingAvailabilityOutput: z.ZodObject<{
|
|
|
32
34
|
}, z.core.$loose>>>>;
|
|
33
35
|
last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
36
|
}, z.core.$loose>;
|
|
35
|
-
declare const scheduleonceGetUserSchedulingAvailability:
|
|
36
|
-
id: string;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
38
|
-
connectionId: z.ZodString;
|
|
39
|
-
entityId: z.ZodString;
|
|
40
|
-
instanceId: z.ZodString;
|
|
41
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
-
generic_api_key: z.ZodString;
|
|
43
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
44
|
-
connectionId: z.ZodString;
|
|
45
|
-
entityId: z.ZodString;
|
|
46
|
-
instanceId: z.ZodString;
|
|
47
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
-
generic_api_key: z.ZodString;
|
|
49
|
-
}, z.core.$strip>>]>;
|
|
37
|
+
declare const scheduleonceGetUserSchedulingAvailability: AppAction<typeof ScheduleonceGetUserSchedulingAvailabilityInput, typeof ScheduleonceGetUserSchedulingAvailabilityOutput, typeof scheduleonce.credential>;
|
|
50
38
|
//#endregion
|
|
51
39
|
export { scheduleonceGetUserSchedulingAvailability };
|
|
52
40
|
//# sourceMappingURL=get-user-scheduling-availability.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-scheduling-availability.d.mts","names":[],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-user-scheduling-availability.d.mts","names":[],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"mappings":";;;;;cAMa,8CAAA,EAA8C,CAAA,CAAA,SAAA;;;cAoB9C,+CAAA,EAA+C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAS/C,yCAAA,EAA2C,SAAA,QAC/C,8CAAA,SACA,+CAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-scheduling-availability.mjs","names":[],"sources":["../../src/actions/get-user-scheduling-availability.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceGetUserSchedulingAvailabilityInput = z.object({\n id: z.string().describe(\"The unique identifier of the user (e.g., 'USR-GB59HWQCXF')\"),\n}).describe(\"Request model for getting user scheduling availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema = z.object({\n id: z.string().describe(\"Location identifier\").nullable().optional(),\n name: z.string().describe(\"Location name\").nullable().optional(),\n}).passthrough().describe(\"Model for a location associated with working hours.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (24-hour, e.g., '17:00')\").nullable().optional(),\n locations: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema).describe(\"List of locations where the user is available during these hours\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (24-hour, e.g., '09:00')\").nullable().optional(),\n}).passthrough().describe(\"Model for working hours within a day.\");\nconst ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema = z.object({\n day: z.string().describe(\"Day of the week (e.g., 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday')\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this day\").nullable().optional(),\n}).passthrough().describe(\"Model for a single day's schedule in the weekly availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema = z.object({\n date: z.string().describe(\"Date in YYYY-MM-DD format for the override\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this specific date\").nullable().optional(),\n}).passthrough().describe(\"Model for scheduling overrides on specific dates.\");\nexport const ScheduleonceGetUserSchedulingAvailabilityOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'user'\").nullable().optional(),\n weekly: z.array(ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema).describe(\"Weekly schedule containing availability for each day\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone setting\").nullable().optional(),\n overrides: z.array(ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema).describe(\"List of specific date overrides\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when availability was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting user scheduling availability.\");\n\nexport const scheduleonceGetUserSchedulingAvailability = action(\"SCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITY\", {\n slug: \"scheduleonce-get-user-scheduling-availability\",\n name: \"Get User Scheduling Availability\",\n description: \"Tool to get user scheduling availability from OnceHub. Use when you need to retrieve a user's weekly schedule, working hours, and any date-specific overrides.\",\n input: ScheduleonceGetUserSchedulingAvailabilityInput,\n output: ScheduleonceGetUserSchedulingAvailabilityOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-user-scheduling-availability.mjs","names":[],"sources":["../../src/actions/get-user-scheduling-availability.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 ScheduleonceGetUserSchedulingAvailabilityInput = z.object({\n id: z.string().describe(\"The unique identifier of the user (e.g., 'USR-GB59HWQCXF')\"),\n}).describe(\"Request model for getting user scheduling availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema = z.object({\n id: z.string().describe(\"Location identifier\").nullable().optional(),\n name: z.string().describe(\"Location name\").nullable().optional(),\n}).passthrough().describe(\"Model for a location associated with working hours.\");\nconst ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (24-hour, e.g., '17:00')\").nullable().optional(),\n locations: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursLocationSchema).describe(\"List of locations where the user is available during these hours\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (24-hour, e.g., '09:00')\").nullable().optional(),\n}).passthrough().describe(\"Model for working hours within a day.\");\nconst ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema = z.object({\n day: z.string().describe(\"Day of the week (e.g., 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday')\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this day\").nullable().optional(),\n}).passthrough().describe(\"Model for a single day's schedule in the weekly availability.\");\nconst ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema = z.object({\n date: z.string().describe(\"Date in YYYY-MM-DD format for the override\").nullable().optional(),\n working_hours: z.array(ScheduleonceGetUserSchedulingAvailability_WorkingHoursSchema).describe(\"List of working hour blocks for this specific date\").nullable().optional(),\n}).passthrough().describe(\"Model for scheduling overrides on specific dates.\");\nexport const ScheduleonceGetUserSchedulingAvailabilityOutput = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n object: z.string().describe(\"The object type, always 'user'\").nullable().optional(),\n weekly: z.array(ScheduleonceGetUserSchedulingAvailability_WeeklyScheduleSchema).describe(\"Weekly schedule containing availability for each day\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone setting\").nullable().optional(),\n overrides: z.array(ScheduleonceGetUserSchedulingAvailability_SchedulingOverrideSchema).describe(\"List of specific date overrides\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when availability was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting user scheduling availability.\");\n\nexport const scheduleonceGetUserSchedulingAvailability: AppAction<\n typeof ScheduleonceGetUserSchedulingAvailabilityInput,\n typeof ScheduleonceGetUserSchedulingAvailabilityOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITY\", {\n slug: \"scheduleonce-get-user-scheduling-availability\",\n name: \"Get User Scheduling Availability\",\n description: \"Tool to get user scheduling availability from OnceHub. Use when you need to retrieve a user's weekly schedule, working hours, and any date-specific overrides.\",\n input: ScheduleonceGetUserSchedulingAvailabilityInput,\n output: ScheduleonceGetUserSchedulingAvailabilityOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iDAAiD,EAAE,OAAO,EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,uEAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAC/E,MAAM,+DAA+D,EAAE,OAAO;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,iEAAiE,EAAE,OAAO;CAC9E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,eAAe,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AACzF,MAAM,qEAAqE,EAAE,OAAO;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAe,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAU7E,MAAa,4CAIT,OAAO,iDAAiD;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,QAAQ,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,WAAW,EAAE,MAAM,kEAAkE,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-calendars.cjs","names":["z","action"],"sources":["../../src/actions/list-all-booking-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingCalendarsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking calendars in the account.\");\nconst ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar\").nullable().optional(),\n url: z.string().describe(\"Public booking URL for the calendar\").nullable().optional(),\n host: z.string().describe(\"User ID of the calendar host/owner\").nullable().optional(),\n name: z.string().describe(\"Internal name for the booking calendar\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_calendar'\").nullable().optional(),\n subject: z.string().describe(\"Customer-facing title/subject line for the booking calendar\").nullable().optional(),\n published: z.boolean().describe(\"Indicates if the calendar is active/published and available for bookings\").nullable().optional(),\n duration_minutes: z.number().int().describe(\"Default meeting duration in minutes\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking calendar object.\");\nexport const ScheduleonceListAllBookingCalendarsOutput = z.object({\n data: z.array(ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema).describe(\"Array of booking calendar objects\"),\n}).passthrough().describe(\"Response model for listing all booking calendars.\");\n\nexport const scheduleonceListAllBookingCalendars = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_CALENDARS\", {\n slug: \"scheduleonce-list-all-booking-calendars\",\n name: \"List All Booking Calendars\",\n description: \"Tool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingCalendarsInput,\n output: ScheduleonceListAllBookingCalendarsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-calendars.cjs","names":["z","action"],"sources":["../../src/actions/list-all-booking-calendars.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 ScheduleonceListAllBookingCalendarsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking calendars in the account.\");\nconst ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar\").nullable().optional(),\n url: z.string().describe(\"Public booking URL for the calendar\").nullable().optional(),\n host: z.string().describe(\"User ID of the calendar host/owner\").nullable().optional(),\n name: z.string().describe(\"Internal name for the booking calendar\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_calendar'\").nullable().optional(),\n subject: z.string().describe(\"Customer-facing title/subject line for the booking calendar\").nullable().optional(),\n published: z.boolean().describe(\"Indicates if the calendar is active/published and available for bookings\").nullable().optional(),\n duration_minutes: z.number().int().describe(\"Default meeting duration in minutes\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking calendar object.\");\nexport const ScheduleonceListAllBookingCalendarsOutput = z.object({\n data: z.array(ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema).describe(\"Array of booking calendar objects\"),\n}).passthrough().describe(\"Response model for listing all booking calendars.\");\n\nexport const scheduleonceListAllBookingCalendars: AppAction<\n typeof ScheduleonceListAllBookingCalendarsInput,\n typeof ScheduleonceListAllBookingCalendarsOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_CALENDARS\", {\n slug: \"scheduleonce-list-all-booking-calendars\",\n name: \"List All Booking Calendars\",\n description: \"Tool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingCalendarsInput,\n output: ScheduleonceListAllBookingCalendarsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,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,iEAAiE;AAC7E,MAAM,kEAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAChE,MAAa,4CAA4CA,IAAAA,EAAE,OAAO,EAChE,MAAMA,IAAAA,EAAE,MAAM,+DAA+D,CAAC,CAAC,SAAS,mCAAmC,EAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAE7E,MAAa,sCAITC,eAAAA,OAAO,2CAA2C;CACpD,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-booking-calendars.d.ts
|
|
@@ -18,23 +20,7 @@ declare const ScheduleonceListAllBookingCalendarsOutput: z.ZodObject<{
|
|
|
18
20
|
duration_minutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
21
|
}, z.core.$loose>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const scheduleonceListAllBookingCalendars:
|
|
22
|
-
after?: string | undefined;
|
|
23
|
-
limit?: number | undefined;
|
|
24
|
-
before?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
32
|
-
connectionId: z.ZodString;
|
|
33
|
-
entityId: z.ZodString;
|
|
34
|
-
instanceId: z.ZodString;
|
|
35
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
-
generic_api_key: z.ZodString;
|
|
37
|
-
}, z.core.$strip>>]>;
|
|
23
|
+
declare const scheduleonceListAllBookingCalendars: AppAction<typeof ScheduleonceListAllBookingCalendarsInput, typeof ScheduleonceListAllBookingCalendarsOutput, typeof scheduleonce.credential>;
|
|
38
24
|
//#endregion
|
|
39
25
|
export { scheduleonceListAllBookingCalendars };
|
|
40
26
|
//# sourceMappingURL=list-all-booking-calendars.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-calendars.d.cts","names":[],"sources":["../../src/actions/list-all-booking-calendars.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-calendars.d.cts","names":[],"sources":["../../src/actions/list-all-booking-calendars.ts"],"mappings":";;;;;cAMa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;cAexC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAIzC,mCAAA,EAAqC,SAAA,QACzC,wCAAA,SACA,yCAAA,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-booking-calendars.d.ts
|
|
@@ -18,23 +20,7 @@ declare const ScheduleonceListAllBookingCalendarsOutput: z.ZodObject<{
|
|
|
18
20
|
duration_minutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
21
|
}, z.core.$loose>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const scheduleonceListAllBookingCalendars:
|
|
22
|
-
after?: string | undefined;
|
|
23
|
-
limit?: number | undefined;
|
|
24
|
-
before?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
32
|
-
connectionId: z.ZodString;
|
|
33
|
-
entityId: z.ZodString;
|
|
34
|
-
instanceId: z.ZodString;
|
|
35
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
-
generic_api_key: z.ZodString;
|
|
37
|
-
}, z.core.$strip>>]>;
|
|
23
|
+
declare const scheduleonceListAllBookingCalendars: AppAction<typeof ScheduleonceListAllBookingCalendarsInput, typeof ScheduleonceListAllBookingCalendarsOutput, typeof scheduleonce.credential>;
|
|
38
24
|
//#endregion
|
|
39
25
|
export { scheduleonceListAllBookingCalendars };
|
|
40
26
|
//# sourceMappingURL=list-all-booking-calendars.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-calendars.d.mts","names":[],"sources":["../../src/actions/list-all-booking-calendars.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-calendars.d.mts","names":[],"sources":["../../src/actions/list-all-booking-calendars.ts"],"mappings":";;;;;cAMa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;cAexC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAIzC,mCAAA,EAAqC,SAAA,QACzC,wCAAA,SACA,yCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-calendars.mjs","names":[],"sources":["../../src/actions/list-all-booking-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingCalendarsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking calendars in the account.\");\nconst ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar\").nullable().optional(),\n url: z.string().describe(\"Public booking URL for the calendar\").nullable().optional(),\n host: z.string().describe(\"User ID of the calendar host/owner\").nullable().optional(),\n name: z.string().describe(\"Internal name for the booking calendar\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_calendar'\").nullable().optional(),\n subject: z.string().describe(\"Customer-facing title/subject line for the booking calendar\").nullable().optional(),\n published: z.boolean().describe(\"Indicates if the calendar is active/published and available for bookings\").nullable().optional(),\n duration_minutes: z.number().int().describe(\"Default meeting duration in minutes\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking calendar object.\");\nexport const ScheduleonceListAllBookingCalendarsOutput = z.object({\n data: z.array(ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema).describe(\"Array of booking calendar objects\"),\n}).passthrough().describe(\"Response model for listing all booking calendars.\");\n\nexport const scheduleonceListAllBookingCalendars = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_CALENDARS\", {\n slug: \"scheduleonce-list-all-booking-calendars\",\n name: \"List All Booking Calendars\",\n description: \"Tool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingCalendarsInput,\n output: ScheduleonceListAllBookingCalendarsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-calendars.mjs","names":[],"sources":["../../src/actions/list-all-booking-calendars.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 ScheduleonceListAllBookingCalendarsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking calendars in the account.\");\nconst ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking calendar\").nullable().optional(),\n url: z.string().describe(\"Public booking URL for the calendar\").nullable().optional(),\n host: z.string().describe(\"User ID of the calendar host/owner\").nullable().optional(),\n name: z.string().describe(\"Internal name for the booking calendar\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_calendar'\").nullable().optional(),\n subject: z.string().describe(\"Customer-facing title/subject line for the booking calendar\").nullable().optional(),\n published: z.boolean().describe(\"Indicates if the calendar is active/published and available for bookings\").nullable().optional(),\n duration_minutes: z.number().int().describe(\"Default meeting duration in minutes\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking calendar object.\");\nexport const ScheduleonceListAllBookingCalendarsOutput = z.object({\n data: z.array(ScheduleonceListAllBookingCalendars_BookingCalendarObjectSchema).describe(\"Array of booking calendar objects\"),\n}).passthrough().describe(\"Response model for listing all booking calendars.\");\n\nexport const scheduleonceListAllBookingCalendars: AppAction<\n typeof ScheduleonceListAllBookingCalendarsInput,\n typeof ScheduleonceListAllBookingCalendarsOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_CALENDARS\", {\n slug: \"scheduleonce-list-all-booking-calendars\",\n name: \"List All Booking Calendars\",\n description: \"Tool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingCalendarsInput,\n output: ScheduleonceListAllBookingCalendarsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,2CAA2C,EAAE,OAAO;CAC/D,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,iEAAiE;AAC7E,MAAM,kEAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAKhE,MAAa,sCAIT,OAAO,2CAA2C;CACpD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbuD,EAAE,OAAO,EAChE,MAAM,EAAE,MAAM,+DAA+D,CAAC,CAAC,SAAS,mCAAmC,EAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-booking-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking pages in the account.\");\nconst ScheduleonceListAllBookingPages_BookingPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking page\").nullable().optional(),\n url: z.string().describe(\"Public URL for the booking page\").nullable().optional(),\n name: z.string().describe(\"Customer-facing name of the booking page\").nullable().optional(),\n label: z.string().describe(\"Internal label for the booking page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the booking page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_page'\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting for the booking page\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking page object.\");\nexport const ScheduleonceListAllBookingPagesOutput = z.object({\n data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe(\"Array of booking page objects\"),\n}).passthrough().describe(\"Response model for listing all booking pages.\");\n\nexport const scheduleonceListAllBookingPages = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_PAGES\", {\n slug: \"scheduleonce-list-all-booking-pages\",\n name: \"List All Booking Pages\",\n description: \"Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingPagesInput,\n output: ScheduleonceListAllBookingPagesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-booking-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 ScheduleonceListAllBookingPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking pages in the account.\");\nconst ScheduleonceListAllBookingPages_BookingPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking page\").nullable().optional(),\n url: z.string().describe(\"Public URL for the booking page\").nullable().optional(),\n name: z.string().describe(\"Customer-facing name of the booking page\").nullable().optional(),\n label: z.string().describe(\"Internal label for the booking page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the booking page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_page'\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting for the booking page\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking page object.\");\nexport const ScheduleonceListAllBookingPagesOutput = z.object({\n data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe(\"Array of booking page objects\"),\n}).passthrough().describe(\"Response model for listing all booking pages.\");\n\nexport const scheduleonceListAllBookingPages: AppAction<\n typeof ScheduleonceListAllBookingPagesInput,\n typeof ScheduleonceListAllBookingPagesOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_PAGES\", {\n slug: \"scheduleonce-list-all-booking-pages\",\n name: \"List All Booking Pages\",\n description: \"Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingPagesInput,\n output: ScheduleonceListAllBookingPagesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,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,6DAA6D;AACzE,MAAM,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,EAC5D,MAAMA,IAAAA,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,+BAA+B,EACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,kCAITC,eAAAA,OAAO,uCAAuC;CAChD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { scheduleonce } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-all-booking-pages.d.ts
|
|
@@ -17,23 +19,7 @@ declare const ScheduleonceListAllBookingPagesOutput: z.ZodObject<{
|
|
|
17
19
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
}, z.core.$loose>>;
|
|
19
21
|
}, z.core.$loose>;
|
|
20
|
-
declare const scheduleonceListAllBookingPages:
|
|
21
|
-
after?: string | undefined;
|
|
22
|
-
limit?: number | undefined;
|
|
23
|
-
before?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
25
|
-
connectionId: z.ZodString;
|
|
26
|
-
entityId: z.ZodString;
|
|
27
|
-
instanceId: z.ZodString;
|
|
28
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
-
generic_api_key: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
31
|
-
connectionId: z.ZodString;
|
|
32
|
-
entityId: z.ZodString;
|
|
33
|
-
instanceId: z.ZodString;
|
|
34
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
-
generic_api_key: z.ZodString;
|
|
36
|
-
}, z.core.$strip>>]>;
|
|
22
|
+
declare const scheduleonceListAllBookingPages: AppAction<typeof ScheduleonceListAllBookingPagesInput, typeof ScheduleonceListAllBookingPagesOutput, typeof scheduleonce.credential>;
|
|
37
23
|
//#endregion
|
|
38
24
|
export { scheduleonceListAllBookingPages };
|
|
39
25
|
//# sourceMappingURL=list-all-booking-pages.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-pages.d.cts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.d.cts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAcpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;cAIrC,+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/list-all-booking-pages.d.ts
|
|
@@ -17,23 +19,7 @@ declare const ScheduleonceListAllBookingPagesOutput: z.ZodObject<{
|
|
|
17
19
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
20
|
}, z.core.$loose>>;
|
|
19
21
|
}, z.core.$loose>;
|
|
20
|
-
declare const scheduleonceListAllBookingPages:
|
|
21
|
-
after?: string | undefined;
|
|
22
|
-
limit?: number | undefined;
|
|
23
|
-
before?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
25
|
-
connectionId: z.ZodString;
|
|
26
|
-
entityId: z.ZodString;
|
|
27
|
-
instanceId: z.ZodString;
|
|
28
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
-
generic_api_key: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
|
|
31
|
-
connectionId: z.ZodString;
|
|
32
|
-
entityId: z.ZodString;
|
|
33
|
-
instanceId: z.ZodString;
|
|
34
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
-
generic_api_key: z.ZodString;
|
|
36
|
-
}, z.core.$strip>>]>;
|
|
22
|
+
declare const scheduleonceListAllBookingPages: AppAction<typeof ScheduleonceListAllBookingPagesInput, typeof ScheduleonceListAllBookingPagesOutput, typeof scheduleonce.credential>;
|
|
37
23
|
//#endregion
|
|
38
24
|
export { scheduleonceListAllBookingPages };
|
|
39
25
|
//# sourceMappingURL=list-all-booking-pages.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-pages.d.mts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.d.mts","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAcpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;cAIrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,YAAA,CAAa,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-booking-pages.mjs","names":[],"sources":["../../src/actions/list-all-booking-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking pages in the account.\");\nconst ScheduleonceListAllBookingPages_BookingPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking page\").nullable().optional(),\n url: z.string().describe(\"Public URL for the booking page\").nullable().optional(),\n name: z.string().describe(\"Customer-facing name of the booking page\").nullable().optional(),\n label: z.string().describe(\"Internal label for the booking page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the booking page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_page'\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting for the booking page\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking page object.\");\nexport const ScheduleonceListAllBookingPagesOutput = z.object({\n data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe(\"Array of booking page objects\"),\n}).passthrough().describe(\"Response model for listing all booking pages.\");\n\nexport const scheduleonceListAllBookingPages = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_PAGES\", {\n slug: \"scheduleonce-list-all-booking-pages\",\n name: \"List All Booking Pages\",\n description: \"Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingPagesInput,\n output: ScheduleonceListAllBookingPagesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-all-booking-pages.mjs","names":[],"sources":["../../src/actions/list-all-booking-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 ScheduleonceListAllBookingPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all booking pages in the account.\");\nconst ScheduleonceListAllBookingPages_BookingPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the booking page\").nullable().optional(),\n url: z.string().describe(\"Public URL for the booking page\").nullable().optional(),\n name: z.string().describe(\"Customer-facing name of the booking page\").nullable().optional(),\n label: z.string().describe(\"Internal label for the booking page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the booking page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking_page'\").nullable().optional(),\n timezone: z.string().describe(\"Timezone setting for the booking page\").nullable().optional(),\n}).passthrough().describe(\"Model for a booking page object.\");\nexport const ScheduleonceListAllBookingPagesOutput = z.object({\n data: z.array(ScheduleonceListAllBookingPages_BookingPageObjectSchema).describe(\"Array of booking page objects\"),\n}).passthrough().describe(\"Response model for listing all booking pages.\");\n\nexport const scheduleonceListAllBookingPages: AppAction<\n typeof ScheduleonceListAllBookingPagesInput,\n typeof ScheduleonceListAllBookingPagesOutput,\n typeof scheduleonce.credential\n> = action(\"SCHEDULEONCE_LIST_ALL_BOOKING_PAGES\", {\n slug: \"scheduleonce-list-all-booking-pages\",\n name: \"List All Booking Pages\",\n description: \"Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllBookingPagesInput,\n output: ScheduleonceListAllBookingPagesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,uCAAuC,EAAE,OAAO;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,0DAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAK5D,MAAa,kCAIT,OAAO,uCAAuC;CAChD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbmD,EAAE,OAAO,EAC5D,MAAM,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,+BAA+B,EACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAWhB;AACV,CAAC"}
|