@keystrokehq/mural 0.1.0 → 0.1.3
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 +15 -15
- package/dist/actions/create-sticky-note.cjs.map +1 -1
- package/dist/actions/create-sticky-note.d.cts +94 -3
- package/dist/actions/create-sticky-note.d.cts.map +1 -1
- package/dist/actions/create-sticky-note.d.mts +94 -3
- package/dist/actions/create-sticky-note.d.mts.map +1 -1
- package/dist/actions/create-sticky-note.mjs +15 -15
- package/dist/actions/create-sticky-note.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +9 -9
- 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 +9 -9
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-files-for-mural.cjs +20 -20
- 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 +20 -20
- package/dist/actions/get-files-for-mural.mjs.map +1 -1
- package/dist/actions/get-mural-widgets.cjs +8 -8
- 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 +8 -8
- package/dist/actions/get-mural-widgets.mjs.map +1 -1
- package/dist/actions/get-room.cjs +5 -5
- 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 +5 -5
- package/dist/actions/get-room.mjs.map +1 -1
- package/dist/actions/get-workspace.cjs +3 -3
- 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 +3 -3
- package/dist/actions/get-workspace.mjs.map +1 -1
- package/dist/actions/get-workspaces.cjs +4 -4
- 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 +4 -4
- package/dist/actions/get-workspaces.mjs.map +1 -1
- package/dist/actions/list-folders.cjs +5 -5
- 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 +5 -5
- package/dist/actions/list-folders.mjs.map +1 -1
- package/dist/actions/list-open-rooms.cjs +6 -6
- 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 +6 -6
- package/dist/actions/list-open-rooms.mjs.map +1 -1
- package/dist/actions/list-recent-murals.cjs +3 -3
- 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 +3 -3
- package/dist/actions/list-recent-murals.mjs.map +1 -1
- package/dist/actions/list-recent-templates.cjs +2 -2
- 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 +2 -2
- package/dist/actions/list-recent-templates.mjs.map +1 -1
- package/dist/actions/list-room-murals.cjs +2 -2
- 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 +2 -2
- package/dist/actions/list-room-murals.mjs.map +1 -1
- package/dist/actions/list-room-users.cjs +6 -6
- 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 +6 -6
- package/dist/actions/list-room-users.mjs.map +1 -1
- package/dist/actions/list-rooms.cjs +6 -6
- 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 +6 -6
- package/dist/actions/list-rooms.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +4 -4
- 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 +4 -4
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +4 -4
- 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 +4 -4
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-workspace-murals.cjs +3 -3
- 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 +3 -3
- package/dist/actions/list-workspace-murals.mjs.map +1 -1
- package/dist/actions/list-workspace-templates.cjs +3 -3
- 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 +3 -3
- package/dist/actions/list-workspace-templates.mjs.map +1 -1
- package/dist/actions/search-murals.cjs +3 -3
- 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 +3 -3
- package/dist/actions/search-murals.mjs.map +1 -1
- package/dist/actions/search-rooms.cjs +6 -6
- 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 +6 -6
- package/dist/actions/search-rooms.mjs.map +1 -1
- package/dist/actions/search-templates.cjs +4 -4
- 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 +4 -4
- package/dist/actions/search-templates.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rooms.d.cts","names":[],"sources":["../../src/actions/list-rooms.ts"],"mappings":";;;cAIa,mBAAA,
|
|
1
|
+
{"version":3,"file":"list-rooms.d.cts","names":[],"sources":["../../src/actions/list-rooms.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;cAiBnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-rooms.d.ts
|
|
4
|
-
declare const MuralListRoomsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListRoomsInput: 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 MuralListRoomsOutput: 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.$loose>>;
|
|
23
|
+
}, z.core.$loose>;
|
|
24
|
+
declare const muralListRooms: 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 { muralListRooms };
|
|
9
31
|
//# sourceMappingURL=list-rooms.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rooms.d.mts","names":[],"sources":["../../src/actions/list-rooms.ts"],"mappings":";;;cAIa,mBAAA,
|
|
1
|
+
{"version":3,"file":"list-rooms.d.mts","names":[],"sources":["../../src/actions/list-rooms.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;cAiBnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
|
|
@@ -7,17 +7,17 @@ const MuralListRoomsInput = z.object({
|
|
|
7
7
|
workspaceId: z.string().describe("Unique identifier of the workspace to list rooms from")
|
|
8
8
|
}).describe("Request model for listing rooms within a workspace.");
|
|
9
9
|
const MuralListRooms_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
|
-
}).describe("Represents a room within a workspace.");
|
|
20
|
+
}).passthrough().describe("Represents a room within a workspace.");
|
|
21
21
|
const muralListRooms = action("MURAL_LIST_ROOMS", {
|
|
22
22
|
slug: "mural-list-rooms",
|
|
23
23
|
name: "List rooms in workspace",
|
|
@@ -26,7 +26,7 @@ const muralListRooms = action("MURAL_LIST_ROOMS", {
|
|
|
26
26
|
output: z.object({
|
|
27
27
|
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
28
28
|
value: z.array(MuralListRooms_RoomSchema).describe("Array of rooms in the workspace")
|
|
29
|
-
}).describe("Response model for listing rooms within a workspace.")
|
|
29
|
+
}).passthrough().describe("Response model for listing rooms within a workspace.")
|
|
30
30
|
});
|
|
31
31
|
//#endregion
|
|
32
32
|
export { muralListRooms };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rooms.mjs","names":[],"sources":["../../src/actions/list-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRoomsInput
|
|
1
|
+
{"version":3,"file":"list-rooms.mjs","names":[],"sources":["../../src/actions/list-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRoomsInput = 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 rooms from\"),\n}).describe(\"Request model for listing rooms within a workspace.\");\nconst MuralListRooms_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}).passthrough().describe(\"Represents a room within a workspace.\");\nexport const MuralListRoomsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRooms_RoomSchema).describe(\"Array of rooms in the workspace\"),\n}).passthrough().describe(\"Response model for listing rooms within a workspace.\");\n\nexport const muralListRooms = action(\"MURAL_LIST_ROOMS\", {\n slug: \"mural-list-rooms\",\n name: \"List rooms in workspace\",\n description: \"Tool to list all rooms within a workspace. Use after MURAL_LIST_WORKSPACES to navigate rooms and before MURAL_CREATE_MURAL, since murals are created within rooms.\",\n input: MuralListRoomsInput,\n output: MuralListRoomsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsB,EAAE,OAAO;CAC1C,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,uDAAuD;AAC1F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4BAA4B,EAAE,OAAO;CACzC,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,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAMjE,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVkC,EAAE,OAAO;EAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,iCAAiC;CACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAOhB;AACV,CAAC"}
|
|
@@ -3,13 +3,13 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-tags.ts
|
|
4
4
|
const MuralListTagsInput = zod.z.object({ muralId: zod.z.string().describe("Unique identifier of a mural") }).describe("Request model for retrieving tags in a mural.");
|
|
5
5
|
const MuralListTags_TagSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier of the tag"),
|
|
7
|
-
text: zod.z.string().describe("Text content of the tag (max 25 characters)"),
|
|
6
|
+
id: zod.z.string().describe("Unique identifier of the tag").nullable(),
|
|
7
|
+
text: zod.z.string().describe("Text content of the tag (max 25 characters)").nullable(),
|
|
8
8
|
color: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Text color properties of the tag").nullable().optional(),
|
|
9
9
|
borderColor: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Border color properties of the tag").nullable().optional(),
|
|
10
10
|
backgroundColor: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Background color properties of the tag").nullable().optional()
|
|
11
|
-
}).describe("Represents a tag in a mural.");
|
|
12
|
-
const MuralListTagsOutput = zod.z.object({ value: zod.z.array(MuralListTags_TagSchema).describe("The array of tags returned") }).describe("Response model for retrieving tags in a mural.");
|
|
11
|
+
}).passthrough().describe("Represents a tag in a mural.");
|
|
12
|
+
const MuralListTagsOutput = zod.z.object({ value: zod.z.array(MuralListTags_TagSchema).describe("The array of tags returned") }).passthrough().describe("Response model for retrieving tags in a mural.");
|
|
13
13
|
const muralListTags = require_action.action("MURAL_LIST_TAGS", {
|
|
14
14
|
slug: "mural-list-tags",
|
|
15
15
|
name: "List tags in a mural",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tags.cjs","names":["z","action"],"sources":["../../src/actions/list-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTagsInput
|
|
1
|
+
{"version":3,"file":"list-tags.cjs","names":["z","action"],"sources":["../../src/actions/list-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTagsInput = z.object({\n muralId: z.string().describe(\"Unique identifier of a mural\"),\n}).describe(\"Request model for retrieving tags in a mural.\");\nconst MuralListTags_TagSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tag\").nullable(),\n text: z.string().describe(\"Text content of the tag (max 25 characters)\").nullable(),\n color: z.record(z.string(), z.unknown()).describe(\"Text color properties of the tag\").nullable().optional(),\n borderColor: z.record(z.string(), z.unknown()).describe(\"Border color properties of the tag\").nullable().optional(),\n backgroundColor: z.record(z.string(), z.unknown()).describe(\"Background color properties of the tag\").nullable().optional(),\n}).passthrough().describe(\"Represents a tag in a mural.\");\nexport const MuralListTagsOutput = z.object({\n value: z.array(MuralListTags_TagSchema).describe(\"The array of tags returned\"),\n}).passthrough().describe(\"Response model for retrieving tags in a mural.\");\n\nexport const muralListTags = action(\"MURAL_LIST_TAGS\", {\n slug: \"mural-list-tags\",\n name: \"List tags in a mural\",\n description: \"Tool to retrieve all tags in a mural. Use when you need to list or view tags associated with a specific mural.\",\n input: MuralListTagsInput,\n output: MuralListTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAqBA,IAAAA,EAAE,OAAO,EACzC,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,EAC7D,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,0BAA0BA,IAAAA,EAAE,OAAO;CACvC,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAa,sBAAsBA,IAAAA,EAAE,OAAO,EAC1C,OAAOA,IAAAA,EAAE,MAAM,uBAAuB,CAAC,CAAC,SAAS,4BAA4B,EAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-tags.d.ts
|
|
4
|
-
declare const MuralListTagsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListTagsInput: z.ZodObject<{
|
|
5
|
+
muralId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MuralListTagsOutput: z.ZodObject<{
|
|
8
|
+
value: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
text: z.ZodNullable<z.ZodString>;
|
|
11
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
12
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
13
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const muralListTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
muralId: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { muralListTags };
|
|
9
21
|
//# sourceMappingURL=list-tags.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tags.d.cts","names":[],"sources":["../../src/actions/list-tags.ts"],"mappings":";;;cAIa,kBAAA,
|
|
1
|
+
{"version":3,"file":"list-tags.d.cts","names":[],"sources":["../../src/actions/list-tags.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;cAUlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;cAInB,aAAA,gCAAa,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-tags.d.ts
|
|
4
|
-
declare const MuralListTagsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListTagsInput: z.ZodObject<{
|
|
5
|
+
muralId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MuralListTagsOutput: z.ZodObject<{
|
|
8
|
+
value: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
text: z.ZodNullable<z.ZodString>;
|
|
11
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
12
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
13
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const muralListTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
muralId: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { muralListTags };
|
|
9
21
|
//# sourceMappingURL=list-tags.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tags.d.mts","names":[],"sources":["../../src/actions/list-tags.ts"],"mappings":";;;cAIa,kBAAA,
|
|
1
|
+
{"version":3,"file":"list-tags.d.mts","names":[],"sources":["../../src/actions/list-tags.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;cAUlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;cAInB,aAAA,gCAAa,wBAAA"}
|
|
@@ -3,18 +3,18 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-tags.ts
|
|
4
4
|
const MuralListTagsInput = z.object({ muralId: z.string().describe("Unique identifier of a mural") }).describe("Request model for retrieving tags in a mural.");
|
|
5
5
|
const MuralListTags_TagSchema = z.object({
|
|
6
|
-
id: z.string().describe("Unique identifier of the tag"),
|
|
7
|
-
text: z.string().describe("Text content of the tag (max 25 characters)"),
|
|
6
|
+
id: z.string().describe("Unique identifier of the tag").nullable(),
|
|
7
|
+
text: z.string().describe("Text content of the tag (max 25 characters)").nullable(),
|
|
8
8
|
color: z.record(z.string(), z.unknown()).describe("Text color properties of the tag").nullable().optional(),
|
|
9
9
|
borderColor: z.record(z.string(), z.unknown()).describe("Border color properties of the tag").nullable().optional(),
|
|
10
10
|
backgroundColor: z.record(z.string(), z.unknown()).describe("Background color properties of the tag").nullable().optional()
|
|
11
|
-
}).describe("Represents a tag in a mural.");
|
|
11
|
+
}).passthrough().describe("Represents a tag in a mural.");
|
|
12
12
|
const muralListTags = action("MURAL_LIST_TAGS", {
|
|
13
13
|
slug: "mural-list-tags",
|
|
14
14
|
name: "List tags in a mural",
|
|
15
15
|
description: "Tool to retrieve all tags in a mural. Use when you need to list or view tags associated with a specific mural.",
|
|
16
16
|
input: MuralListTagsInput,
|
|
17
|
-
output: z.object({ value: z.array(MuralListTags_TagSchema).describe("The array of tags returned") }).describe("Response model for retrieving tags in a mural.")
|
|
17
|
+
output: z.object({ value: z.array(MuralListTags_TagSchema).describe("The array of tags returned") }).passthrough().describe("Response model for retrieving tags in a mural.")
|
|
18
18
|
});
|
|
19
19
|
//#endregion
|
|
20
20
|
export { muralListTags };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tags.mjs","names":[],"sources":["../../src/actions/list-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTagsInput
|
|
1
|
+
{"version":3,"file":"list-tags.mjs","names":[],"sources":["../../src/actions/list-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTagsInput = z.object({\n muralId: z.string().describe(\"Unique identifier of a mural\"),\n}).describe(\"Request model for retrieving tags in a mural.\");\nconst MuralListTags_TagSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tag\").nullable(),\n text: z.string().describe(\"Text content of the tag (max 25 characters)\").nullable(),\n color: z.record(z.string(), z.unknown()).describe(\"Text color properties of the tag\").nullable().optional(),\n borderColor: z.record(z.string(), z.unknown()).describe(\"Border color properties of the tag\").nullable().optional(),\n backgroundColor: z.record(z.string(), z.unknown()).describe(\"Background color properties of the tag\").nullable().optional(),\n}).passthrough().describe(\"Represents a tag in a mural.\");\nexport const MuralListTagsOutput = z.object({\n value: z.array(MuralListTags_TagSchema).describe(\"The array of tags returned\"),\n}).passthrough().describe(\"Response model for retrieving tags in a mural.\");\n\nexport const muralListTags = action(\"MURAL_LIST_TAGS\", {\n slug: \"mural-list-tags\",\n name: \"List tags in a mural\",\n description: \"Tool to retrieve all tags in a mural. Use when you need to list or view tags associated with a specific mural.\",\n input: MuralListTagsInput,\n output: MuralListTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAqB,EAAE,OAAO,EACzC,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,EAC7D,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,0BAA0B,EAAE,OAAO;CACvC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AAKxD,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiC,EAAE,OAAO,EAC1C,OAAO,EAAE,MAAM,uBAAuB,CAAC,CAAC,SAAS,4BAA4B,EAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
|
|
@@ -6,16 +6,16 @@ const MuralListTemplatesInput = zod.z.object({
|
|
|
6
6
|
limit: zod.z.number().int().describe("Maximum number of templates to return per page (must be ≥1)").optional()
|
|
7
7
|
}).describe("Request model for listing all default templates.");
|
|
8
8
|
const MuralListTemplates_DefaultTemplateSchema = zod.z.object({
|
|
9
|
-
id: zod.z.string().describe("Unique identifier of the template"),
|
|
10
|
-
name: zod.z.string().describe("Name of the template"),
|
|
9
|
+
id: zod.z.string().describe("Unique identifier of the template").nullable(),
|
|
10
|
+
name: zod.z.string().describe("Name of the template").nullable(),
|
|
11
11
|
type: zod.z.string().describe("Type of the template").nullable().optional(),
|
|
12
12
|
createdOn: zod.z.number().int().describe("Timestamp when the template was created (in microseconds)").nullable().optional(),
|
|
13
13
|
updatedOn: zod.z.number().int().describe("Timestamp when the template was last updated (in microseconds)").nullable().optional()
|
|
14
|
-
}).describe("Represents a default template available in Mural.");
|
|
14
|
+
}).passthrough().describe("Represents a default template available in Mural.");
|
|
15
15
|
const MuralListTemplatesOutput = zod.z.object({
|
|
16
16
|
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
17
17
|
value: zod.z.array(MuralListTemplates_DefaultTemplateSchema).describe("Array of default templates available in Mural")
|
|
18
|
-
}).describe("Response model for listing all default templates.");
|
|
18
|
+
}).passthrough().describe("Response model for listing all default templates.");
|
|
19
19
|
const muralListTemplates = require_action.action("MURAL_LIST_TEMPLATES", {
|
|
20
20
|
slug: "mural-list-templates",
|
|
21
21
|
name: "List default templates",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTemplatesInput
|
|
1
|
+
{"version":3,"file":"list-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTemplatesInput = 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}).describe(\"Request model for listing all default templates.\");\nconst MuralListTemplates_DefaultTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n type: z.string().describe(\"Type of the template\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the template was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the template was last updated (in microseconds)\").nullable().optional(),\n}).passthrough().describe(\"Represents a default template available in Mural.\");\nexport const MuralListTemplatesOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListTemplates_DefaultTemplateSchema).describe(\"Array of default templates available in Mural\"),\n}).passthrough().describe(\"Response model for listing all default templates.\");\n\nexport const muralListTemplates = action(\"MURAL_LIST_TEMPLATES\", {\n slug: \"mural-list-templates\",\n name: \"List default templates\",\n description: \"Tool to retrieve all default templates available in Mural. Use when you need to browse or select from standard Mural templates.\",\n input: MuralListTemplatesInput,\n output: MuralListTemplatesOutput,\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,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,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,wCAAwC,CAAC,CAAC,SAAS,+CAA+C;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAE7E,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-templates.d.ts
|
|
4
|
-
declare const MuralListTemplatesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListTemplatesInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const MuralListTemplatesOutput: z.ZodObject<{
|
|
9
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
value: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodString>;
|
|
12
|
+
name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
}, z.core.$loose>>;
|
|
17
|
+
}, z.core.$loose>;
|
|
18
|
+
declare const muralListTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
|
+
next?: string | undefined;
|
|
20
|
+
limit?: number | undefined;
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
22
|
//#endregion
|
|
8
23
|
export { muralListTemplates };
|
|
9
24
|
//# sourceMappingURL=list-templates.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-templates.d.cts","names":[],"sources":["../../src/actions/list-templates.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-templates.d.cts","names":[],"sources":["../../src/actions/list-templates.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-templates.d.ts
|
|
4
|
-
declare const MuralListTemplatesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListTemplatesInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const MuralListTemplatesOutput: z.ZodObject<{
|
|
9
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
value: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodString>;
|
|
12
|
+
name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
}, z.core.$loose>>;
|
|
17
|
+
}, z.core.$loose>;
|
|
18
|
+
declare const muralListTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
|
+
next?: string | undefined;
|
|
20
|
+
limit?: number | undefined;
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
22
|
//#endregion
|
|
8
23
|
export { muralListTemplates };
|
|
9
24
|
//# sourceMappingURL=list-templates.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-templates.d.mts","names":[],"sources":["../../src/actions/list-templates.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-templates.d.mts","names":[],"sources":["../../src/actions/list-templates.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -6,12 +6,12 @@ const MuralListTemplatesInput = z.object({
|
|
|
6
6
|
limit: z.number().int().describe("Maximum number of templates to return per page (must be ≥1)").optional()
|
|
7
7
|
}).describe("Request model for listing all default templates.");
|
|
8
8
|
const MuralListTemplates_DefaultTemplateSchema = z.object({
|
|
9
|
-
id: z.string().describe("Unique identifier of the template"),
|
|
10
|
-
name: z.string().describe("Name of the template"),
|
|
9
|
+
id: z.string().describe("Unique identifier of the template").nullable(),
|
|
10
|
+
name: z.string().describe("Name of the template").nullable(),
|
|
11
11
|
type: z.string().describe("Type of the template").nullable().optional(),
|
|
12
12
|
createdOn: z.number().int().describe("Timestamp when the template was created (in microseconds)").nullable().optional(),
|
|
13
13
|
updatedOn: z.number().int().describe("Timestamp when the template was last updated (in microseconds)").nullable().optional()
|
|
14
|
-
}).describe("Represents a default template available in Mural.");
|
|
14
|
+
}).passthrough().describe("Represents a default template available in Mural.");
|
|
15
15
|
const muralListTemplates = action("MURAL_LIST_TEMPLATES", {
|
|
16
16
|
slug: "mural-list-templates",
|
|
17
17
|
name: "List default templates",
|
|
@@ -20,7 +20,7 @@ const muralListTemplates = action("MURAL_LIST_TEMPLATES", {
|
|
|
20
20
|
output: z.object({
|
|
21
21
|
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
22
22
|
value: z.array(MuralListTemplates_DefaultTemplateSchema).describe("Array of default templates available in Mural")
|
|
23
|
-
}).describe("Response model for listing all default templates.")
|
|
23
|
+
}).passthrough().describe("Response model for listing all default templates.")
|
|
24
24
|
});
|
|
25
25
|
//#endregion
|
|
26
26
|
export { muralListTemplates };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTemplatesInput
|
|
1
|
+
{"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListTemplatesInput = 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}).describe(\"Request model for listing all default templates.\");\nconst MuralListTemplates_DefaultTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n type: z.string().describe(\"Type of the template\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the template was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the template was last updated (in microseconds)\").nullable().optional(),\n}).passthrough().describe(\"Represents a default template available in Mural.\");\nexport const MuralListTemplatesOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListTemplates_DefaultTemplateSchema).describe(\"Array of default templates available in Mural\"),\n}).passthrough().describe(\"Response model for listing all default templates.\");\n\nexport const muralListTemplates = action(\"MURAL_LIST_TEMPLATES\", {\n slug: \"mural-list-templates\",\n name: \"List default templates\",\n description: \"Tool to retrieve all default templates available in Mural. Use when you need to browse or select from standard Mural templates.\",\n input: MuralListTemplatesInput,\n output: MuralListTemplatesOutput,\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,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAM7E,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,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,wCAAwC,CAAC,CAAC,SAAS,+CAA+C;CACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAOhB;AACV,CAAC"}
|
|
@@ -13,7 +13,7 @@ const MuralListWorkspaceMuralsInput = zod.z.object({
|
|
|
13
13
|
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list murals from")
|
|
14
14
|
}).describe("Request model for listing murals within a workspace.");
|
|
15
15
|
const MuralListWorkspaceMurals_MuralSchema = zod.z.object({
|
|
16
|
-
id: zod.z.string().describe("Unique identifier of the mural"),
|
|
16
|
+
id: zod.z.string().describe("Unique identifier of the mural").nullable(),
|
|
17
17
|
name: zod.z.string().describe("Name of the mural").nullable().optional(),
|
|
18
18
|
roomId: zod.z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
19
19
|
favorite: zod.z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
@@ -21,11 +21,11 @@ const MuralListWorkspaceMurals_MuralSchema = zod.z.object({
|
|
|
21
21
|
updatedOn: zod.z.number().int().describe("Timestamp when the mural was last updated (in milliseconds)").nullable().optional(),
|
|
22
22
|
workspaceId: zod.z.string().describe("ID of the workspace containing this mural").nullable().optional(),
|
|
23
23
|
thumbnailUrl: zod.z.string().describe("URL to the mural thumbnail").nullable().optional()
|
|
24
|
-
}).describe("Represents a mural within a workspace.");
|
|
24
|
+
}).passthrough().describe("Represents a mural within a workspace.");
|
|
25
25
|
const MuralListWorkspaceMuralsOutput = zod.z.object({
|
|
26
26
|
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
27
27
|
value: zod.z.array(MuralListWorkspaceMurals_MuralSchema).describe("Array of murals in the workspace")
|
|
28
|
-
}).describe("Response model for listing murals within a workspace.");
|
|
28
|
+
}).passthrough().describe("Response model for listing murals within a workspace.");
|
|
29
29
|
const muralListWorkspaceMurals = require_action.action("MURAL_LIST_WORKSPACE_MURALS", {
|
|
30
30
|
slug: "mural-list-workspace-murals",
|
|
31
31
|
name: "List workspace murals",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workspace-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-workspace-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListWorkspaceMuralsInput
|
|
1
|
+
{"version":3,"file":"list-workspace-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-workspace-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListWorkspaceMuralsInput = 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 sortBy: z.enum([\"lastCreated\", \"lastModified\", \"oldest\"]).describe(\"Sort order for murals.\").optional(),\n status: z.enum([\"active\", \"archived\"]).describe(\"Status filter for murals.\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list murals from\"),\n}).describe(\"Request model for listing murals within a workspace.\");\nconst MuralListWorkspaceMurals_MuralSchema = z.object({\n id: z.string().describe(\"Unique identifier of the mural\").nullable(),\n name: z.string().describe(\"Name 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 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 to the mural thumbnail\").nullable().optional(),\n}).passthrough().describe(\"Represents a mural within a workspace.\");\nexport const MuralListWorkspaceMuralsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListWorkspaceMurals_MuralSchema).describe(\"Array of murals in the workspace\"),\n}).passthrough().describe(\"Response model for listing murals within a workspace.\");\n\nexport const muralListWorkspaceMurals = action(\"MURAL_LIST_WORKSPACE_MURALS\", {\n slug: \"mural-list-workspace-murals\",\n name: \"List workspace murals\",\n description: \"Tool to list all murals in a workspace that the authenticated user owns or is a member of. Use after getting a workspace ID to browse available murals.\",\n input: MuralListWorkspaceMuralsInput,\n output: MuralListWorkspaceMuralsOutput,\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,0DAA0D,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAe;EAAgB;CAAQ,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,KAAK,CAAC,UAAU,UAAU,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,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,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;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,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,oCAAoC,CAAC,CAAC,SAAS,kCAAkC;AAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,40 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-workspace-murals.d.ts
|
|
4
|
-
declare const MuralListWorkspaceMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListWorkspaceMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
sortBy: z.ZodOptional<z.ZodEnum<{
|
|
8
|
+
lastCreated: "lastCreated";
|
|
9
|
+
lastModified: "lastModified";
|
|
10
|
+
oldest: "oldest";
|
|
11
|
+
}>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
active: "active";
|
|
14
|
+
archived: "archived";
|
|
15
|
+
}>>;
|
|
16
|
+
workspaceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
declare const MuralListWorkspaceMuralsOutput: z.ZodObject<{
|
|
19
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
value: z.ZodArray<z.ZodObject<{
|
|
21
|
+
id: z.ZodNullable<z.ZodString>;
|
|
22
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
25
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
}, z.core.$loose>>;
|
|
30
|
+
}, z.core.$loose>;
|
|
31
|
+
declare const muralListWorkspaceMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
|
+
workspaceId: string;
|
|
33
|
+
next?: string | undefined;
|
|
34
|
+
limit?: number | undefined;
|
|
35
|
+
sortBy?: "lastCreated" | "lastModified" | "oldest" | undefined;
|
|
36
|
+
status?: "active" | "archived" | undefined;
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
38
|
//#endregion
|
|
8
39
|
export { muralListWorkspaceMurals };
|
|
9
40
|
//# sourceMappingURL=list-workspace-murals.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workspace-murals.d.cts","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-workspace-murals.d.cts","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1,9 +1,40 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-workspace-murals.d.ts
|
|
4
|
-
declare const MuralListWorkspaceMuralsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralListWorkspaceMuralsInput: z.ZodObject<{
|
|
5
|
+
next: z.ZodOptional<z.ZodString>;
|
|
6
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
sortBy: z.ZodOptional<z.ZodEnum<{
|
|
8
|
+
lastCreated: "lastCreated";
|
|
9
|
+
lastModified: "lastModified";
|
|
10
|
+
oldest: "oldest";
|
|
11
|
+
}>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
active: "active";
|
|
14
|
+
archived: "archived";
|
|
15
|
+
}>>;
|
|
16
|
+
workspaceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
declare const MuralListWorkspaceMuralsOutput: z.ZodObject<{
|
|
19
|
+
next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
value: z.ZodArray<z.ZodObject<{
|
|
21
|
+
id: z.ZodNullable<z.ZodString>;
|
|
22
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
roomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
25
|
+
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
thumbnailUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
}, z.core.$loose>>;
|
|
30
|
+
}, z.core.$loose>;
|
|
31
|
+
declare const muralListWorkspaceMurals: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
|
+
workspaceId: string;
|
|
33
|
+
next?: string | undefined;
|
|
34
|
+
limit?: number | undefined;
|
|
35
|
+
sortBy?: "lastCreated" | "lastModified" | "oldest" | undefined;
|
|
36
|
+
status?: "active" | "archived" | undefined;
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
38
|
//#endregion
|
|
8
39
|
export { muralListWorkspaceMurals };
|
|
9
40
|
//# sourceMappingURL=list-workspace-murals.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workspace-murals.d.mts","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-workspace-murals.d.mts","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -13,7 +13,7 @@ const MuralListWorkspaceMuralsInput = z.object({
|
|
|
13
13
|
workspaceId: z.string().describe("Unique identifier of the workspace to list murals from")
|
|
14
14
|
}).describe("Request model for listing murals within a workspace.");
|
|
15
15
|
const MuralListWorkspaceMurals_MuralSchema = z.object({
|
|
16
|
-
id: z.string().describe("Unique identifier of the mural"),
|
|
16
|
+
id: z.string().describe("Unique identifier of the mural").nullable(),
|
|
17
17
|
name: z.string().describe("Name of the mural").nullable().optional(),
|
|
18
18
|
roomId: z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
19
19
|
favorite: z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
@@ -21,7 +21,7 @@ const MuralListWorkspaceMurals_MuralSchema = z.object({
|
|
|
21
21
|
updatedOn: z.number().int().describe("Timestamp when the mural was last updated (in milliseconds)").nullable().optional(),
|
|
22
22
|
workspaceId: z.string().describe("ID of the workspace containing this mural").nullable().optional(),
|
|
23
23
|
thumbnailUrl: z.string().describe("URL to the mural thumbnail").nullable().optional()
|
|
24
|
-
}).describe("Represents a mural within a workspace.");
|
|
24
|
+
}).passthrough().describe("Represents a mural within a workspace.");
|
|
25
25
|
const muralListWorkspaceMurals = action("MURAL_LIST_WORKSPACE_MURALS", {
|
|
26
26
|
slug: "mural-list-workspace-murals",
|
|
27
27
|
name: "List workspace murals",
|
|
@@ -30,7 +30,7 @@ const muralListWorkspaceMurals = action("MURAL_LIST_WORKSPACE_MURALS", {
|
|
|
30
30
|
output: z.object({
|
|
31
31
|
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
32
32
|
value: z.array(MuralListWorkspaceMurals_MuralSchema).describe("Array of murals in the workspace")
|
|
33
|
-
}).describe("Response model for listing murals within a workspace.")
|
|
33
|
+
}).passthrough().describe("Response model for listing murals within a workspace.")
|
|
34
34
|
});
|
|
35
35
|
//#endregion
|
|
36
36
|
export { muralListWorkspaceMurals };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workspace-murals.mjs","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListWorkspaceMuralsInput
|
|
1
|
+
{"version":3,"file":"list-workspace-murals.mjs","names":[],"sources":["../../src/actions/list-workspace-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListWorkspaceMuralsInput = 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 sortBy: z.enum([\"lastCreated\", \"lastModified\", \"oldest\"]).describe(\"Sort order for murals.\").optional(),\n status: z.enum([\"active\", \"archived\"]).describe(\"Status filter for murals.\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list murals from\"),\n}).describe(\"Request model for listing murals within a workspace.\");\nconst MuralListWorkspaceMurals_MuralSchema = z.object({\n id: z.string().describe(\"Unique identifier of the mural\").nullable(),\n name: z.string().describe(\"Name 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 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 to the mural thumbnail\").nullable().optional(),\n}).passthrough().describe(\"Represents a mural within a workspace.\");\nexport const MuralListWorkspaceMuralsOutput = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListWorkspaceMurals_MuralSchema).describe(\"Array of murals in the workspace\"),\n}).passthrough().describe(\"Response model for listing murals within a workspace.\");\n\nexport const muralListWorkspaceMurals = action(\"MURAL_LIST_WORKSPACE_MURALS\", {\n slug: \"mural-list-workspace-murals\",\n name: \"List workspace murals\",\n description: \"Tool to list all murals in a workspace that the authenticated user owns or is a member of. Use after getting a workspace ID to browse available murals.\",\n input: MuralListWorkspaceMuralsInput,\n output: MuralListWorkspaceMuralsOutput,\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,0DAA0D,CAAC,CAAC,SAAS;CACtG,QAAQ,EAAE,KAAK;EAAC;EAAe;EAAgB;CAAQ,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACtG,QAAQ,EAAE,KAAK,CAAC,UAAU,UAAU,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,uCAAuC,EAAE,OAAO;CACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,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,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;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAMlE,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,oCAAoC,CAAC,CAAC,SAAS,kCAAkC;CAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
|