@keystrokehq/mural 0.1.0 → 0.1.2
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/authorization-request.cjs +1 -1
- package/dist/actions/authorization-request.cjs.map +1 -1
- package/dist/actions/authorization-request.d.cts +17 -3
- package/dist/actions/authorization-request.d.cts.map +1 -1
- package/dist/actions/authorization-request.d.mts +17 -3
- package/dist/actions/authorization-request.d.mts.map +1 -1
- package/dist/actions/authorization-request.mjs +1 -1
- package/dist/actions/authorization-request.mjs.map +1 -1
- package/dist/actions/create-sticky-note.cjs +10 -10
- package/dist/actions/create-sticky-note.cjs.map +1 -1
- package/dist/actions/create-sticky-note.d.cts +93 -3
- package/dist/actions/create-sticky-note.d.cts.map +1 -1
- package/dist/actions/create-sticky-note.d.mts +93 -3
- package/dist/actions/create-sticky-note.d.mts.map +1 -1
- package/dist/actions/create-sticky-note.mjs +10 -10
- package/dist/actions/create-sticky-note.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +8 -8
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +12 -3
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +12 -3
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +8 -8
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-files-for-mural.cjs +17 -17
- package/dist/actions/get-files-for-mural.cjs.map +1 -1
- package/dist/actions/get-files-for-mural.d.cts +53 -3
- package/dist/actions/get-files-for-mural.d.cts.map +1 -1
- package/dist/actions/get-files-for-mural.d.mts +53 -3
- package/dist/actions/get-files-for-mural.d.mts.map +1 -1
- package/dist/actions/get-files-for-mural.mjs +17 -17
- package/dist/actions/get-files-for-mural.mjs.map +1 -1
- package/dist/actions/get-mural-widgets.cjs +6 -6
- package/dist/actions/get-mural-widgets.cjs.map +1 -1
- package/dist/actions/get-mural-widgets.d.cts +51 -3
- package/dist/actions/get-mural-widgets.d.cts.map +1 -1
- package/dist/actions/get-mural-widgets.d.mts +51 -3
- package/dist/actions/get-mural-widgets.d.mts.map +1 -1
- package/dist/actions/get-mural-widgets.mjs +6 -6
- package/dist/actions/get-mural-widgets.mjs.map +1 -1
- package/dist/actions/get-room.cjs +4 -4
- package/dist/actions/get-room.cjs.map +1 -1
- package/dist/actions/get-room.d.cts +18 -3
- package/dist/actions/get-room.d.cts.map +1 -1
- package/dist/actions/get-room.d.mts +18 -3
- package/dist/actions/get-room.d.mts.map +1 -1
- package/dist/actions/get-room.mjs +4 -4
- package/dist/actions/get-room.mjs.map +1 -1
- package/dist/actions/get-workspace.cjs +2 -2
- package/dist/actions/get-workspace.cjs.map +1 -1
- package/dist/actions/get-workspace.d.cts +13 -3
- package/dist/actions/get-workspace.d.cts.map +1 -1
- package/dist/actions/get-workspace.d.mts +13 -3
- package/dist/actions/get-workspace.d.mts.map +1 -1
- package/dist/actions/get-workspace.mjs +2 -2
- package/dist/actions/get-workspace.mjs.map +1 -1
- package/dist/actions/get-workspaces.cjs +2 -2
- package/dist/actions/get-workspaces.cjs.map +1 -1
- package/dist/actions/get-workspaces.d.cts +18 -3
- package/dist/actions/get-workspaces.d.cts.map +1 -1
- package/dist/actions/get-workspaces.d.mts +18 -3
- package/dist/actions/get-workspaces.d.mts.map +1 -1
- package/dist/actions/get-workspaces.mjs +2 -2
- package/dist/actions/get-workspaces.mjs.map +1 -1
- package/dist/actions/list-folders.cjs +3 -3
- package/dist/actions/list-folders.cjs.map +1 -1
- package/dist/actions/list-folders.d.cts +20 -3
- package/dist/actions/list-folders.d.cts.map +1 -1
- package/dist/actions/list-folders.d.mts +20 -3
- package/dist/actions/list-folders.d.mts.map +1 -1
- package/dist/actions/list-folders.mjs +3 -3
- package/dist/actions/list-folders.mjs.map +1 -1
- package/dist/actions/list-open-rooms.cjs +4 -4
- package/dist/actions/list-open-rooms.cjs.map +1 -1
- package/dist/actions/list-open-rooms.d.cts +25 -3
- package/dist/actions/list-open-rooms.d.cts.map +1 -1
- package/dist/actions/list-open-rooms.d.mts +25 -3
- package/dist/actions/list-open-rooms.d.mts.map +1 -1
- package/dist/actions/list-open-rooms.mjs +4 -4
- package/dist/actions/list-open-rooms.mjs.map +1 -1
- package/dist/actions/list-recent-murals.cjs +1 -1
- package/dist/actions/list-recent-murals.cjs.map +1 -1
- package/dist/actions/list-recent-murals.d.cts +26 -3
- package/dist/actions/list-recent-murals.d.cts.map +1 -1
- package/dist/actions/list-recent-murals.d.mts +26 -3
- package/dist/actions/list-recent-murals.d.mts.map +1 -1
- package/dist/actions/list-recent-murals.mjs +1 -1
- package/dist/actions/list-recent-murals.mjs.map +1 -1
- package/dist/actions/list-recent-templates.cjs.map +1 -1
- package/dist/actions/list-recent-templates.d.cts +25 -3
- package/dist/actions/list-recent-templates.d.cts.map +1 -1
- package/dist/actions/list-recent-templates.d.mts +25 -3
- package/dist/actions/list-recent-templates.d.mts.map +1 -1
- package/dist/actions/list-recent-templates.mjs.map +1 -1
- package/dist/actions/list-room-murals.cjs +1 -1
- package/dist/actions/list-room-murals.cjs.map +1 -1
- package/dist/actions/list-room-murals.d.cts +37 -3
- package/dist/actions/list-room-murals.d.cts.map +1 -1
- package/dist/actions/list-room-murals.d.mts +37 -3
- package/dist/actions/list-room-murals.d.mts.map +1 -1
- package/dist/actions/list-room-murals.mjs +1 -1
- package/dist/actions/list-room-murals.mjs.map +1 -1
- package/dist/actions/list-room-users.cjs +4 -4
- package/dist/actions/list-room-users.cjs.map +1 -1
- package/dist/actions/list-room-users.d.cts +22 -3
- package/dist/actions/list-room-users.d.cts.map +1 -1
- package/dist/actions/list-room-users.d.mts +22 -3
- package/dist/actions/list-room-users.d.mts.map +1 -1
- package/dist/actions/list-room-users.mjs +4 -4
- package/dist/actions/list-room-users.mjs.map +1 -1
- package/dist/actions/list-rooms.cjs +4 -4
- package/dist/actions/list-rooms.cjs.map +1 -1
- package/dist/actions/list-rooms.d.cts +25 -3
- package/dist/actions/list-rooms.d.cts.map +1 -1
- package/dist/actions/list-rooms.d.mts +25 -3
- package/dist/actions/list-rooms.d.mts.map +1 -1
- package/dist/actions/list-rooms.mjs +4 -4
- package/dist/actions/list-rooms.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +2 -2
- package/dist/actions/list-tags.cjs.map +1 -1
- package/dist/actions/list-tags.d.cts +15 -3
- package/dist/actions/list-tags.d.cts.map +1 -1
- package/dist/actions/list-tags.d.mts +15 -3
- package/dist/actions/list-tags.d.mts.map +1 -1
- package/dist/actions/list-tags.mjs +2 -2
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +2 -2
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +18 -3
- package/dist/actions/list-templates.d.cts.map +1 -1
- package/dist/actions/list-templates.d.mts +18 -3
- package/dist/actions/list-templates.d.mts.map +1 -1
- package/dist/actions/list-templates.mjs +2 -2
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-workspace-murals.cjs +1 -1
- package/dist/actions/list-workspace-murals.cjs.map +1 -1
- package/dist/actions/list-workspace-murals.d.cts +34 -3
- package/dist/actions/list-workspace-murals.d.cts.map +1 -1
- package/dist/actions/list-workspace-murals.d.mts +34 -3
- package/dist/actions/list-workspace-murals.d.mts.map +1 -1
- package/dist/actions/list-workspace-murals.mjs +1 -1
- package/dist/actions/list-workspace-murals.mjs.map +1 -1
- package/dist/actions/list-workspace-templates.cjs +1 -1
- package/dist/actions/list-workspace-templates.cjs.map +1 -1
- package/dist/actions/list-workspace-templates.d.cts +26 -3
- package/dist/actions/list-workspace-templates.d.cts.map +1 -1
- package/dist/actions/list-workspace-templates.d.mts +26 -3
- package/dist/actions/list-workspace-templates.d.mts.map +1 -1
- package/dist/actions/list-workspace-templates.mjs +1 -1
- package/dist/actions/list-workspace-templates.mjs.map +1 -1
- package/dist/actions/search-murals.cjs +1 -1
- package/dist/actions/search-murals.cjs.map +1 -1
- package/dist/actions/search-murals.d.cts +27 -3
- package/dist/actions/search-murals.d.cts.map +1 -1
- package/dist/actions/search-murals.d.mts +27 -3
- package/dist/actions/search-murals.d.mts.map +1 -1
- package/dist/actions/search-murals.mjs +1 -1
- package/dist/actions/search-murals.mjs.map +1 -1
- package/dist/actions/search-rooms.cjs +4 -4
- package/dist/actions/search-rooms.cjs.map +1 -1
- package/dist/actions/search-rooms.d.cts +27 -3
- package/dist/actions/search-rooms.d.cts.map +1 -1
- package/dist/actions/search-rooms.d.mts +27 -3
- package/dist/actions/search-rooms.d.mts.map +1 -1
- package/dist/actions/search-rooms.mjs +4 -4
- package/dist/actions/search-rooms.mjs.map +1 -1
- package/dist/actions/search-templates.cjs +2 -2
- package/dist/actions/search-templates.cjs.map +1 -1
- package/dist/actions/search-templates.d.cts +23 -3
- package/dist/actions/search-templates.d.cts.map +1 -1
- package/dist/actions/search-templates.d.mts +23 -3
- package/dist/actions/search-templates.d.mts.map +1 -1
- package/dist/actions/search-templates.mjs +2 -2
- package/dist/actions/search-templates.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -7,15 +7,15 @@ const MuralListOpenRoomsInput = zod.z.object({
|
|
|
7
7
|
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list open rooms from")
|
|
8
8
|
}).describe("Request model for listing open rooms within a workspace.");
|
|
9
9
|
const MuralListOpenRooms_RoomSchema = zod.z.object({
|
|
10
|
-
id: zod.z.string().describe("Unique identifier of the room"),
|
|
11
|
-
name: zod.z.string().describe("Name of the room"),
|
|
12
|
-
type: zod.z.string().describe("Type of the room (e.g., 'open', 'private')"),
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the room").nullable(),
|
|
11
|
+
name: zod.z.string().describe("Name of the room").nullable(),
|
|
12
|
+
type: zod.z.string().describe("Type of the room (e.g., 'open', 'private')").nullable(),
|
|
13
13
|
favorite: zod.z.boolean().describe("Whether the room is marked as favorite by the user").nullable().optional(),
|
|
14
14
|
isMember: zod.z.boolean().describe("Whether the current user is a member of this room").nullable().optional(),
|
|
15
15
|
createdOn: zod.z.number().int().describe("Timestamp when the room was created (in microseconds)").nullable().optional(),
|
|
16
16
|
updatedOn: zod.z.number().int().describe("Timestamp when the room was last updated (in microseconds)").nullable().optional(),
|
|
17
17
|
description: zod.z.string().describe("Description of the room").nullable().optional(),
|
|
18
|
-
workspaceId: zod.z.string().describe("ID of the workspace containing this room"),
|
|
18
|
+
workspaceId: zod.z.string().describe("ID of the workspace containing this room").nullable(),
|
|
19
19
|
confidential: zod.z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
20
20
|
}).describe("Represents a room within a workspace.");
|
|
21
21
|
const MuralListOpenRoomsOutput = zod.z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-open-rooms.cjs","names":["z","action"],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput
|
|
1
|
+
{"version":3,"file":"list-open-rooms.cjs","names":["z","action"],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of rooms to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list open rooms from\"),\n}).describe(\"Request model for listing open rooms within a workspace.\");\nconst MuralListOpenRooms_RoomSchema = z.object({\n id: z.string().describe(\"Unique identifier of the room\").nullable(),\n name: z.string().describe(\"Name of the room\").nullable(),\n type: z.string().describe(\"Type of the room (e.g., 'open', 'private')\").nullable(),\n favorite: z.boolean().describe(\"Whether the room is marked as favorite by the user\").nullable().optional(),\n isMember: z.boolean().describe(\"Whether the current user is a member of this room\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the room was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the room was last updated (in microseconds)\").nullable().optional(),\n description: z.string().describe(\"Description of the room\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this room\").nullable(),\n confidential: z.boolean().describe(\"Whether the room is marked as confidential\").nullable().optional(),\n}).describe(\"Represents a room within a workspace.\");\nexport const MuralListOpenRoomsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListOpenRooms_RoomSchema).describe(\"Array of open rooms in the workspace\"),\n}).describe(\"Response model for listing open rooms within a workspace.\");\n\nexport const muralListOpenRooms = action(\"MURAL_LIST_OPEN_ROOMS\", {\n slug: \"mural-list-open-rooms\",\n name: \"List open rooms in workspace\",\n description: \"Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.\",\n input: MuralListOpenRoomsInput,\n output: MuralListOpenRoomsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;AAC/F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-open-rooms.d.ts
|
|
4
|
-
declare const MuralListOpenRoomsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListOpenRoomsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const MuralListOpenRoomsOutput: z.ZodObject<{
|
|
10
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
value: z.ZodArray<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
name: z.ZodNullable<z.ZodString>;
|
|
14
|
+
type: z.ZodNullable<z.ZodString>;
|
|
15
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
isMember: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
17
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
21
|
+
confidential: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22
|
+
}, z.core.$strip>>;
|
|
23
|
+
}, z.core.$strip>;
|
|
24
|
+
declare const muralListOpenRooms: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
|
+
workspaceId: string;
|
|
26
|
+
next?: string | undefined;
|
|
27
|
+
limit?: number | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { muralListOpenRooms };
|
|
9
31
|
//# sourceMappingURL=list-open-rooms.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-open-rooms.d.cts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-open-rooms.d.cts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;cAiBvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-open-rooms.d.ts
|
|
4
|
-
declare const MuralListOpenRoomsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListOpenRoomsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const MuralListOpenRoomsOutput: z.ZodObject<{
|
|
10
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
value: z.ZodArray<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
name: z.ZodNullable<z.ZodString>;
|
|
14
|
+
type: z.ZodNullable<z.ZodString>;
|
|
15
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
isMember: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
17
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
21
|
+
confidential: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22
|
+
}, z.core.$strip>>;
|
|
23
|
+
}, z.core.$strip>;
|
|
24
|
+
declare const muralListOpenRooms: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
|
+
workspaceId: string;
|
|
26
|
+
next?: string | undefined;
|
|
27
|
+
limit?: number | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { muralListOpenRooms };
|
|
9
31
|
//# sourceMappingURL=list-open-rooms.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-open-rooms.d.mts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-open-rooms.d.mts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;cAiBvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -7,15 +7,15 @@ const MuralListOpenRoomsInput = z.object({
|
|
|
7
7
|
workspaceId: z.string().describe("Unique identifier of the workspace to list open rooms from")
|
|
8
8
|
}).describe("Request model for listing open rooms within a workspace.");
|
|
9
9
|
const MuralListOpenRooms_RoomSchema = z.object({
|
|
10
|
-
id: z.string().describe("Unique identifier of the room"),
|
|
11
|
-
name: z.string().describe("Name of the room"),
|
|
12
|
-
type: z.string().describe("Type of the room (e.g., 'open', 'private')"),
|
|
10
|
+
id: z.string().describe("Unique identifier of the room").nullable(),
|
|
11
|
+
name: z.string().describe("Name of the room").nullable(),
|
|
12
|
+
type: z.string().describe("Type of the room (e.g., 'open', 'private')").nullable(),
|
|
13
13
|
favorite: z.boolean().describe("Whether the room is marked as favorite by the user").nullable().optional(),
|
|
14
14
|
isMember: z.boolean().describe("Whether the current user is a member of this room").nullable().optional(),
|
|
15
15
|
createdOn: z.number().int().describe("Timestamp when the room was created (in microseconds)").nullable().optional(),
|
|
16
16
|
updatedOn: z.number().int().describe("Timestamp when the room was last updated (in microseconds)").nullable().optional(),
|
|
17
17
|
description: z.string().describe("Description of the room").nullable().optional(),
|
|
18
|
-
workspaceId: z.string().describe("ID of the workspace containing this room"),
|
|
18
|
+
workspaceId: z.string().describe("ID of the workspace containing this room").nullable(),
|
|
19
19
|
confidential: z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
20
20
|
}).describe("Represents a room within a workspace.");
|
|
21
21
|
const muralListOpenRooms = action("MURAL_LIST_OPEN_ROOMS", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-open-rooms.mjs","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput
|
|
1
|
+
{"version":3,"file":"list-open-rooms.mjs","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of rooms to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list open rooms from\"),\n}).describe(\"Request model for listing open rooms within a workspace.\");\nconst MuralListOpenRooms_RoomSchema = z.object({\n id: z.string().describe(\"Unique identifier of the room\").nullable(),\n name: z.string().describe(\"Name of the room\").nullable(),\n type: z.string().describe(\"Type of the room (e.g., 'open', 'private')\").nullable(),\n favorite: z.boolean().describe(\"Whether the room is marked as favorite by the user\").nullable().optional(),\n isMember: z.boolean().describe(\"Whether the current user is a member of this room\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the room was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the room was last updated (in microseconds)\").nullable().optional(),\n description: z.string().describe(\"Description of the room\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this room\").nullable(),\n confidential: z.boolean().describe(\"Whether the room is marked as confidential\").nullable().optional(),\n}).describe(\"Represents a room within a workspace.\");\nexport const MuralListOpenRoomsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListOpenRooms_RoomSchema).describe(\"Array of open rooms in the workspace\"),\n}).describe(\"Response model for listing open rooms within a workspace.\");\n\nexport const muralListOpenRooms = action(\"MURAL_LIST_OPEN_ROOMS\", {\n slug: \"mural-list-open-rooms\",\n name: \"List open rooms in workspace\",\n description: \"Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.\",\n input: MuralListOpenRoomsInput,\n output: MuralListOpenRoomsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gCAAgC,EAAE,OAAO;CAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAMnD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsC,EAAE,OAAO;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;CAC/F,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -7,7 +7,7 @@ const MuralListRecentMuralsInput = zod.z.object({
|
|
|
7
7
|
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list recent murals from")
|
|
8
8
|
}).describe("Request model for listing recently opened murals in a workspace.");
|
|
9
9
|
const MuralListRecentMurals_MuralSchema = zod.z.object({
|
|
10
|
-
id: zod.z.string().describe("Unique identifier of the mural"),
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the mural").nullable(),
|
|
11
11
|
title: zod.z.string().describe("Title of the mural").nullable().optional(),
|
|
12
12
|
roomId: zod.z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
13
13
|
favorite: zod.z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput
|
|
1
|
+
{"version":3,"file":"list-recent-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of murals to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent murals from\"),\n}).describe(\"Request model for listing recently opened murals in a workspace.\");\nconst MuralListRecentMurals_MuralSchema = z.object({\n id: z.string().describe(\"Unique identifier of the mural\").nullable(),\n title: z.string().describe(\"Title of the mural\").nullable().optional(),\n roomId: z.string().describe(\"ID of the room containing this mural\").nullable().optional(),\n favorite: z.boolean().describe(\"Whether the mural is marked as favorite by the user\").nullable().optional(),\n createdBy: z.string().describe(\"ID of the user who created the mural\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the mural was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the mural was last updated (in milliseconds)\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this mural\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the mural thumbnail\").nullable().optional(),\n membersSettings: z.record(z.string(), z.unknown()).describe(\"Settings for member access to the mural\").nullable().optional(),\n visitorsSettings: z.record(z.string(), z.unknown()).describe(\"Settings for visitor access to the mural\").nullable().optional(),\n}).describe(\"Represents a mural object with its properties.\");\nexport const MuralListRecentMuralsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentMurals_MuralSchema).describe(\"Array of recently opened murals in the workspace\"),\n}).describe(\"Response model for listing recently opened murals in a workspace.\");\n\nexport const muralListRecentMurals = action(\"MURAL_LIST_RECENT_MURALS\", {\n slug: \"mural-list-recent-murals\",\n name: \"List recent murals in workspace\",\n description: \"Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.\",\n input: MuralListRecentMuralsInput,\n output: MuralListRecentMuralsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AAClG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD;AAC/G,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-recent-murals.d.ts
|
|
4
|
-
declare const MuralListRecentMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRecentMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const MuralListRecentMuralsOutput: z.ZodObject<{
|
|
10
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
value: z.ZodArray<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
membersSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
22
|
+
visitorsSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
declare const muralListRecentMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
|
+
workspaceId: string;
|
|
27
|
+
next?: string | undefined;
|
|
28
|
+
limit?: number | undefined;
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
30
|
//#endregion
|
|
8
31
|
export { muralListRecentMurals };
|
|
9
32
|
//# sourceMappingURL=list-recent-murals.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-murals.d.cts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"list-recent-murals.d.cts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAkB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAK3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-recent-murals.d.ts
|
|
4
|
-
declare const MuralListRecentMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRecentMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const MuralListRecentMuralsOutput: z.ZodObject<{
|
|
10
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
value: z.ZodArray<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
membersSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
22
|
+
visitorsSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
declare const muralListRecentMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
|
+
workspaceId: string;
|
|
27
|
+
next?: string | undefined;
|
|
28
|
+
limit?: number | undefined;
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
30
|
//#endregion
|
|
8
31
|
export { muralListRecentMurals };
|
|
9
32
|
//# sourceMappingURL=list-recent-murals.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-murals.d.mts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"list-recent-murals.d.mts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAkB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAK3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -7,7 +7,7 @@ const MuralListRecentMuralsInput = z.object({
|
|
|
7
7
|
workspaceId: z.string().describe("Unique identifier of the workspace to list recent murals from")
|
|
8
8
|
}).describe("Request model for listing recently opened murals in a workspace.");
|
|
9
9
|
const MuralListRecentMurals_MuralSchema = z.object({
|
|
10
|
-
id: z.string().describe("Unique identifier of the mural"),
|
|
10
|
+
id: z.string().describe("Unique identifier of the mural").nullable(),
|
|
11
11
|
title: z.string().describe("Title of the mural").nullable().optional(),
|
|
12
12
|
roomId: z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
13
13
|
favorite: z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-murals.mjs","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput
|
|
1
|
+
{"version":3,"file":"list-recent-murals.mjs","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of murals to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent murals from\"),\n}).describe(\"Request model for listing recently opened murals in a workspace.\");\nconst MuralListRecentMurals_MuralSchema = z.object({\n id: z.string().describe(\"Unique identifier of the mural\").nullable(),\n title: z.string().describe(\"Title of the mural\").nullable().optional(),\n roomId: z.string().describe(\"ID of the room containing this mural\").nullable().optional(),\n favorite: z.boolean().describe(\"Whether the mural is marked as favorite by the user\").nullable().optional(),\n createdBy: z.string().describe(\"ID of the user who created the mural\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the mural was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the mural was last updated (in milliseconds)\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this mural\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the mural thumbnail\").nullable().optional(),\n membersSettings: z.record(z.string(), z.unknown()).describe(\"Settings for member access to the mural\").nullable().optional(),\n visitorsSettings: z.record(z.string(), z.unknown()).describe(\"Settings for visitor access to the mural\").nullable().optional(),\n}).describe(\"Represents a mural object with its properties.\");\nexport const MuralListRecentMuralsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentMurals_MuralSchema).describe(\"Array of recently opened murals in the workspace\"),\n}).describe(\"Response model for listing recently opened murals in a workspace.\");\n\nexport const muralListRecentMurals = action(\"MURAL_LIST_RECENT_MURALS\", {\n slug: \"mural-list-recent-murals\",\n name: \"List recent murals in workspace\",\n description: \"Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.\",\n input: MuralListRecentMuralsInput,\n output: MuralListRecentMuralsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AAClG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,oCAAoC,EAAE,OAAO;CACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAM5D,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyC,EAAE,OAAO;EAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD;CAC/G,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentTemplatesInput
|
|
1
|
+
{"version":3,"file":"list-recent-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentTemplatesInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of templates to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent templates from\"),\n withoutDefault: z.boolean().describe(\"If true, the list of returned templates will not include default templates\").optional(),\n}).describe(\"Request model for listing recent templates within a workspace.\");\nconst MuralListRecentTemplates_TemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the template\").nullable().optional(),\n name: z.string().describe(\"Name of the template\").nullable().optional(),\n type: z.string().describe(\"Type of the template (e.g., 'default', 'custom')\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the template was created\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the template was last updated\").nullable().optional(),\n description: z.string().describe(\"Description of the template\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this template\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the template thumbnail image\").nullable().optional(),\n}).describe(\"Represents a template object returned by the API.\");\nexport const MuralListRecentTemplatesOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentTemplates_TemplateSchema).describe(\"Array of recent templates in the workspace\"),\n}).describe(\"Response model for listing recent templates within a workspace.\");\n\nexport const muralListRecentTemplates = action(\"MURAL_LIST_RECENT_TEMPLATES\", {\n slug: \"mural-list-recent-templates\",\n name: \"List recent templates\",\n description: \"Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.\",\n input: MuralListRecentTemplatesInput,\n output: MuralListRecentTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACnG,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,4CAA4C;AAC/G,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-recent-templates.d.ts
|
|
4
|
-
declare const MuralListRecentTemplatesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRecentTemplatesInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
withoutDefault: z.ZodOptional<z.ZodBoolean>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const MuralListRecentTemplatesOutput: z.ZodObject<{
|
|
11
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
value: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
}, z.core.$strip>>;
|
|
22
|
+
}, z.core.$strip>;
|
|
23
|
+
declare const muralListRecentTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
|
+
workspaceId: string;
|
|
25
|
+
next?: string | undefined;
|
|
26
|
+
limit?: number | undefined;
|
|
27
|
+
withoutDefault?: boolean | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { muralListRecentTemplates };
|
|
9
31
|
//# sourceMappingURL=list-recent-templates.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-templates.d.cts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-recent-templates.d.cts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-recent-templates.d.ts
|
|
4
|
-
declare const MuralListRecentTemplatesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRecentTemplatesInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
withoutDefault: z.ZodOptional<z.ZodBoolean>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const MuralListRecentTemplatesOutput: z.ZodObject<{
|
|
11
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
value: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
}, z.core.$strip>>;
|
|
22
|
+
}, z.core.$strip>;
|
|
23
|
+
declare const muralListRecentTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
|
+
workspaceId: string;
|
|
25
|
+
next?: string | undefined;
|
|
26
|
+
limit?: number | undefined;
|
|
27
|
+
withoutDefault?: boolean | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { muralListRecentTemplates };
|
|
9
31
|
//# sourceMappingURL=list-recent-templates.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-templates.d.mts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-recent-templates.d.mts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recent-templates.mjs","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentTemplatesInput
|
|
1
|
+
{"version":3,"file":"list-recent-templates.mjs","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentTemplatesInput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of templates to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent templates from\"),\n withoutDefault: z.boolean().describe(\"If true, the list of returned templates will not include default templates\").optional(),\n}).describe(\"Request model for listing recent templates within a workspace.\");\nconst MuralListRecentTemplates_TemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the template\").nullable().optional(),\n name: z.string().describe(\"Name of the template\").nullable().optional(),\n type: z.string().describe(\"Type of the template (e.g., 'default', 'custom')\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the template was created\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the template was last updated\").nullable().optional(),\n description: z.string().describe(\"Description of the template\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this template\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the template thumbnail image\").nullable().optional(),\n}).describe(\"Represents a template object returned by the API.\");\nexport const MuralListRecentTemplatesOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentTemplates_TemplateSchema).describe(\"Array of recent templates in the workspace\"),\n}).describe(\"Response model for listing recent templates within a workspace.\");\n\nexport const muralListRecentTemplates = action(\"MURAL_LIST_RECENT_TEMPLATES\", {\n slug: \"mural-list-recent-templates\",\n name: \"List recent templates\",\n description: \"Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.\",\n input: MuralListRecentTemplatesInput,\n output: MuralListRecentTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACnG,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAM/D,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4C,EAAE,OAAO;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,4CAA4C;CAC/G,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -14,7 +14,7 @@ const MuralListRoomMuralsInput = zod.z.object({
|
|
|
14
14
|
folderId: zod.z.string().describe("When set, filter murals by their corresponding folder").optional()
|
|
15
15
|
}).describe("Request model for listing murals within a room.");
|
|
16
16
|
const MuralListRoomMurals_MuralSchema = zod.z.object({
|
|
17
|
-
id: zod.z.string().describe("Unique identifier of the mural"),
|
|
17
|
+
id: zod.z.string().describe("Unique identifier of the mural").nullable(),
|
|
18
18
|
title: zod.z.string().describe("Title of the mural").nullable().optional(),
|
|
19
19
|
roomId: zod.z.number().int().describe("ID of the room containing the mural").nullable().optional(),
|
|
20
20
|
createdBy: zod.z.string().describe("ID of the user who created the mural").nullable().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-room-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-room-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRoomMuralsInput
|
|
1
|
+
{"version":3,"file":"list-room-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-room-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRoomMuralsInput = z.object({\n next: z.string().describe(\"Token to get the next page of items\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to be returned by the endpoint\").optional(),\n roomId: z.number().int().describe(\"Unique identifier of the room to list murals from\"),\n sortBy: z.enum([\"lastCreated\", \"lastModified\", \"oldest\"]).describe(\"Sort order options for murals.\").optional(),\n status: z.enum([\"active\", \"archived\"]).describe(\"Status filter for murals.\").optional(),\n folderId: z.string().describe(\"When set, filter murals by their corresponding folder\").optional(),\n}).describe(\"Request model for listing murals within a room.\");\nconst MuralListRoomMurals_MuralSchema = z.object({\n id: z.string().describe(\"Unique identifier of the mural\").nullable(),\n title: z.string().describe(\"Title of the mural\").nullable().optional(),\n roomId: z.number().int().describe(\"ID of the room containing the mural\").nullable().optional(),\n createdBy: z.string().describe(\"ID of the user who created the mural\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the mural was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the mural was last updated (in milliseconds)\").nullable().optional(),\n description: z.string().describe(\"Description of the mural\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing the mural\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the mural thumbnail image\").nullable().optional(),\n}).passthrough().describe(\"Represents a mural object returned by the API.\");\nexport const MuralListRoomMuralsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRoomMurals_MuralSchema).describe(\"Array of murals in the room\"),\n}).describe(\"Response model for listing murals within a room.\");\n\nexport const muralListRoomMurals = action(\"MURAL_LIST_ROOM_MURALS\", {\n slug: \"mural-list-room-murals\",\n name: \"List murals in room\",\n description: \"Tool to list all murals for a room that the authenticated user has read access to. Use after getting a room ID to retrieve murals within that room.\",\n input: MuralListRoomMuralsInput,\n output: MuralListRoomMuralsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACrF,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAe;EAAgB;CAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,KAAK,CAAC,UAAU,UAAU,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,6BAA6B;AACxF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,43 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-room-murals.d.ts
|
|
4
|
-
declare const MuralListRoomMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRoomMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
roomId: z.ZodNumber;
|
|
8
|
+
sortBy: z.ZodOptional<z.ZodEnum<{
|
|
9
|
+
lastCreated: "lastCreated";
|
|
10
|
+
lastModified: "lastModified";
|
|
11
|
+
oldest: "oldest";
|
|
12
|
+
}>>;
|
|
13
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
14
|
+
active: "active";
|
|
15
|
+
archived: "archived";
|
|
16
|
+
}>>;
|
|
17
|
+
folderId: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
declare const MuralListRoomMuralsOutput: z.ZodObject<{
|
|
20
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
value: z.ZodArray<z.ZodObject<{
|
|
22
|
+
id: z.ZodNullable<z.ZodString>;
|
|
23
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
declare const muralListRoomMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
|
+
roomId: number;
|
|
35
|
+
next?: string | undefined;
|
|
36
|
+
limit?: number | undefined;
|
|
37
|
+
sortBy?: "lastCreated" | "lastModified" | "oldest" | undefined;
|
|
38
|
+
status?: "active" | "archived" | undefined;
|
|
39
|
+
folderId?: string | undefined;
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
41
|
//#endregion
|
|
8
42
|
export { muralListRoomMurals };
|
|
9
43
|
//# sourceMappingURL=list-room-murals.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-room-murals.d.cts","names":[],"sources":["../../src/actions/list-room-murals.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-room-murals.d.cts","names":[],"sources":["../../src/actions/list-room-murals.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAmBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -1,9 +1,43 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-room-murals.d.ts
|
|
4
|
-
declare const MuralListRoomMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRoomMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
roomId: z.ZodNumber;
|
|
8
|
+
sortBy: z.ZodOptional<z.ZodEnum<{
|
|
9
|
+
lastCreated: "lastCreated";
|
|
10
|
+
lastModified: "lastModified";
|
|
11
|
+
oldest: "oldest";
|
|
12
|
+
}>>;
|
|
13
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
14
|
+
active: "active";
|
|
15
|
+
archived: "archived";
|
|
16
|
+
}>>;
|
|
17
|
+
folderId: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
declare const MuralListRoomMuralsOutput: z.ZodObject<{
|
|
20
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
value: z.ZodArray<z.ZodObject<{
|
|
22
|
+
id: z.ZodNullable<z.ZodString>;
|
|
23
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
declare const muralListRoomMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
|
+
roomId: number;
|
|
35
|
+
next?: string | undefined;
|
|
36
|
+
limit?: number | undefined;
|
|
37
|
+
sortBy?: "lastCreated" | "lastModified" | "oldest" | undefined;
|
|
38
|
+
status?: "active" | "archived" | undefined;
|
|
39
|
+
folderId?: string | undefined;
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
41
|
//#endregion
|
|
8
42
|
export { muralListRoomMurals };
|
|
9
43
|
//# sourceMappingURL=list-room-murals.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-room-murals.d.mts","names":[],"sources":["../../src/actions/list-room-murals.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-room-murals.d.mts","names":[],"sources":["../../src/actions/list-room-murals.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAmBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}
|