@keystrokehq/mural 0.1.2 → 0.1.4
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/actions/authorization-request.cjs +1 -1
- package/dist/actions/authorization-request.cjs.map +1 -1
- package/dist/actions/authorization-request.d.cts +14 -2
- package/dist/actions/authorization-request.d.mts +14 -2
- package/dist/actions/authorization-request.mjs +1 -1
- package/dist/actions/authorization-request.mjs.map +1 -1
- package/dist/actions/create-sticky-note.cjs +5 -5
- package/dist/actions/create-sticky-note.cjs.map +1 -1
- package/dist/actions/create-sticky-note.d.cts +20 -7
- package/dist/actions/create-sticky-note.d.mts +20 -7
- package/dist/actions/create-sticky-note.mjs +5 -5
- package/dist/actions/create-sticky-note.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +1 -1
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +14 -2
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +14 -2
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +1 -1
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-files-for-mural.cjs +3 -3
- package/dist/actions/get-files-for-mural.cjs.map +1 -1
- package/dist/actions/get-files-for-mural.d.cts +18 -6
- package/dist/actions/get-files-for-mural.d.mts +18 -6
- package/dist/actions/get-files-for-mural.mjs +3 -3
- package/dist/actions/get-files-for-mural.mjs.map +1 -1
- package/dist/actions/get-mural-widgets.cjs +2 -2
- package/dist/actions/get-mural-widgets.cjs.map +1 -1
- package/dist/actions/get-mural-widgets.d.cts +16 -4
- package/dist/actions/get-mural-widgets.d.mts +16 -4
- package/dist/actions/get-mural-widgets.mjs +2 -2
- package/dist/actions/get-mural-widgets.mjs.map +1 -1
- package/dist/actions/get-room.cjs +1 -1
- package/dist/actions/get-room.cjs.map +1 -1
- package/dist/actions/get-room.d.cts +14 -2
- package/dist/actions/get-room.d.mts +14 -2
- package/dist/actions/get-room.mjs +1 -1
- package/dist/actions/get-room.mjs.map +1 -1
- package/dist/actions/get-workspace.cjs +1 -1
- package/dist/actions/get-workspace.cjs.map +1 -1
- package/dist/actions/get-workspace.d.cts +14 -2
- package/dist/actions/get-workspace.d.mts +14 -2
- package/dist/actions/get-workspace.mjs +1 -1
- 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 +15 -3
- package/dist/actions/get-workspaces.d.mts +15 -3
- package/dist/actions/get-workspaces.mjs +2 -2
- package/dist/actions/get-workspaces.mjs.map +1 -1
- package/dist/actions/list-folders.cjs +2 -2
- package/dist/actions/list-folders.cjs.map +1 -1
- package/dist/actions/list-folders.d.cts +15 -3
- package/dist/actions/list-folders.d.mts +15 -3
- package/dist/actions/list-folders.mjs +2 -2
- package/dist/actions/list-folders.mjs.map +1 -1
- package/dist/actions/list-open-rooms.cjs +2 -2
- package/dist/actions/list-open-rooms.cjs.map +1 -1
- package/dist/actions/list-open-rooms.d.cts +15 -3
- package/dist/actions/list-open-rooms.d.mts +15 -3
- package/dist/actions/list-open-rooms.mjs +2 -2
- package/dist/actions/list-open-rooms.mjs.map +1 -1
- package/dist/actions/list-recent-murals.cjs +2 -2
- package/dist/actions/list-recent-murals.cjs.map +1 -1
- package/dist/actions/list-recent-murals.d.cts +15 -3
- package/dist/actions/list-recent-murals.d.mts +15 -3
- package/dist/actions/list-recent-murals.mjs +2 -2
- 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 +15 -3
- package/dist/actions/list-recent-templates.d.mts +15 -3
- 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 +1 -1
- package/dist/actions/list-room-murals.cjs.map +1 -1
- package/dist/actions/list-room-murals.d.cts +14 -2
- package/dist/actions/list-room-murals.d.mts +14 -2
- 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 +2 -2
- package/dist/actions/list-room-users.cjs.map +1 -1
- package/dist/actions/list-room-users.d.cts +15 -3
- package/dist/actions/list-room-users.d.mts +15 -3
- package/dist/actions/list-room-users.mjs +2 -2
- package/dist/actions/list-room-users.mjs.map +1 -1
- package/dist/actions/list-rooms.cjs +2 -2
- package/dist/actions/list-rooms.cjs.map +1 -1
- package/dist/actions/list-rooms.d.cts +15 -3
- package/dist/actions/list-rooms.d.mts +15 -3
- package/dist/actions/list-rooms.mjs +2 -2
- 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.mts +15 -3
- 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 +15 -3
- package/dist/actions/list-templates.d.mts +15 -3
- package/dist/actions/list-templates.mjs +2 -2
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-workspace-murals.cjs +2 -2
- package/dist/actions/list-workspace-murals.cjs.map +1 -1
- package/dist/actions/list-workspace-murals.d.cts +15 -3
- package/dist/actions/list-workspace-murals.d.mts +15 -3
- package/dist/actions/list-workspace-murals.mjs +2 -2
- package/dist/actions/list-workspace-murals.mjs.map +1 -1
- package/dist/actions/list-workspace-templates.cjs +2 -2
- package/dist/actions/list-workspace-templates.cjs.map +1 -1
- package/dist/actions/list-workspace-templates.d.cts +15 -3
- package/dist/actions/list-workspace-templates.d.mts +15 -3
- package/dist/actions/list-workspace-templates.mjs +2 -2
- package/dist/actions/list-workspace-templates.mjs.map +1 -1
- package/dist/actions/search-murals.cjs +2 -2
- package/dist/actions/search-murals.cjs.map +1 -1
- package/dist/actions/search-murals.d.cts +15 -3
- package/dist/actions/search-murals.d.mts +15 -3
- package/dist/actions/search-murals.mjs +2 -2
- package/dist/actions/search-murals.mjs.map +1 -1
- package/dist/actions/search-rooms.cjs +2 -2
- package/dist/actions/search-rooms.cjs.map +1 -1
- package/dist/actions/search-rooms.d.cts +15 -3
- package/dist/actions/search-rooms.d.mts +15 -3
- package/dist/actions/search-rooms.mjs +2 -2
- 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 +15 -3
- package/dist/actions/search-templates.d.mts +15 -3
- package/dist/actions/search-templates.mjs +2 -2
- package/dist/actions/search-templates.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-files-for-mural.cjs","names":["z","action"],"sources":["../../src/actions/get-files-for-mural.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetFilesForMuralInput = z.object({\n next: z.string().describe(\"Pagination token for next page of items\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n});\nconst MuralGetFilesForMural_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n name: z.string().describe(\"Display name of the collaborator\").nullable(),\n});\nconst MuralGetFilesForMural_FileWidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in px\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in px\").nullable(),\n id: z.string().describe(\"Unique ID of the widget\").nullable(),\n url: z.string().describe(\"Download URL of the file; may be null when restricted\").nullable().optional(),\n link: z.string().describe(\"Link to the file widget on the mural\").nullable().optional(),\n type: z.string().describe(\"The type of the widget (file)\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable(),\n width: z.number().describe(\"Width of the widget in px\").nullable(),\n height: z.number().describe(\"Height of the widget in px\").nullable().optional(),\n hidden: z.boolean().describe(\"If true, widget is hidden from non-facilitators\").nullable(),\n locked: z.boolean().describe(\"If true, widget is locked and cannot be updated by non-facilitators\").nullable(),\n parentId: z.string().describe(\"ID of the area widget that contains this widget\").nullable().optional(),\n rotation: z.number().describe(\"Angle of widget rotation in degrees\").nullable(),\n scanning: z.boolean().describe(\"Indicates that file was scanned by antivirus\").nullable(),\n createdBy: MuralGetFilesForMural_CollaboratorSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp in milliseconds when created\").nullable(),\n hideOwner: z.boolean().describe(\"If true, creator collaborator name is hidden\").nullable(),\n invisible: z.boolean().default(false).describe(\"Whether the widget is invisible\").nullable().optional(),\n updatedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp in milliseconds when last updated\").nullable().optional(),\n hideEditor: z.boolean().describe(\"If true, update collaborator name is hidden\").nullable(),\n previewUrl: z.string().describe(\"URL of the file preview\").nullable().optional(),\n instruction: z.string().describe(\"Instructions for a section of the outline\").nullable().optional(),\n stackingOrder: z.number().int().describe(\"Z-index stacking order of the widget\").nullable(),\n contentEditedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n contentEditedOn: z.number().int().describe(\"Timestamp in milliseconds when content was last edited\").nullable().optional(),\n expiresInMinutes: z.number().int().describe(\"Minutes after which the file URL expires; may be null when restricted\").nullable().optional(),\n presentationIndex: z.number().int().describe(\"List order of the widget in the outline\").nullable().optional(),\n lockedByFacilitator: z.boolean().describe(\"If true, widget is locked by a facilitator\").nullable(),\n});\nexport const MuralGetFilesForMuralOutput = z.object({\n next: z.string().describe(\"Token to retrieve next page of items\").nullable().optional(),\n value: z.array(MuralGetFilesForMural_FileWidgetSchema).describe(\"List of file widget objects\"),\n});\n\nexport const muralGetFilesForMural = action(\"MURAL_GET_FILES_FOR_MURAL\", {\n slug: \"mural-get-files-for-mural\",\n name: \"Get files for a mural\",\n description: \"Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.\",\n input: MuralGetFilesForMuralInput,\n output: MuralGetFilesForMuralOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/D,CAAC;AACD,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC;
|
|
1
|
+
{"version":3,"file":"get-files-for-mural.cjs","names":["z","action"],"sources":["../../src/actions/get-files-for-mural.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetFilesForMuralInput = z.object({\n next: z.string().describe(\"Pagination token for next page of items\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n});\nconst MuralGetFilesForMural_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n name: z.string().describe(\"Display name of the collaborator\").nullable(),\n}).passthrough();\nconst MuralGetFilesForMural_FileWidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in px\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in px\").nullable(),\n id: z.string().describe(\"Unique ID of the widget\").nullable(),\n url: z.string().describe(\"Download URL of the file; may be null when restricted\").nullable().optional(),\n link: z.string().describe(\"Link to the file widget on the mural\").nullable().optional(),\n type: z.string().describe(\"The type of the widget (file)\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable(),\n width: z.number().describe(\"Width of the widget in px\").nullable(),\n height: z.number().describe(\"Height of the widget in px\").nullable().optional(),\n hidden: z.boolean().describe(\"If true, widget is hidden from non-facilitators\").nullable(),\n locked: z.boolean().describe(\"If true, widget is locked and cannot be updated by non-facilitators\").nullable(),\n parentId: z.string().describe(\"ID of the area widget that contains this widget\").nullable().optional(),\n rotation: z.number().describe(\"Angle of widget rotation in degrees\").nullable(),\n scanning: z.boolean().describe(\"Indicates that file was scanned by antivirus\").nullable(),\n createdBy: MuralGetFilesForMural_CollaboratorSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp in milliseconds when created\").nullable(),\n hideOwner: z.boolean().describe(\"If true, creator collaborator name is hidden\").nullable(),\n invisible: z.boolean().default(false).describe(\"Whether the widget is invisible\").nullable().optional(),\n updatedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp in milliseconds when last updated\").nullable().optional(),\n hideEditor: z.boolean().describe(\"If true, update collaborator name is hidden\").nullable(),\n previewUrl: z.string().describe(\"URL of the file preview\").nullable().optional(),\n instruction: z.string().describe(\"Instructions for a section of the outline\").nullable().optional(),\n stackingOrder: z.number().int().describe(\"Z-index stacking order of the widget\").nullable(),\n contentEditedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n contentEditedOn: z.number().int().describe(\"Timestamp in milliseconds when content was last edited\").nullable().optional(),\n expiresInMinutes: z.number().int().describe(\"Minutes after which the file URL expires; may be null when restricted\").nullable().optional(),\n presentationIndex: z.number().int().describe(\"List order of the widget in the outline\").nullable().optional(),\n lockedByFacilitator: z.boolean().describe(\"If true, widget is locked by a facilitator\").nullable(),\n}).passthrough();\nexport const MuralGetFilesForMuralOutput = z.object({\n next: z.string().describe(\"Token to retrieve next page of items\").nullable().optional(),\n value: z.array(MuralGetFilesForMural_FileWidgetSchema).describe(\"List of file widget objects\"),\n}).passthrough();\n\nexport const muralGetFilesForMural = action(\"MURAL_GET_FILES_FOR_MURAL\", {\n slug: \"mural-get-files-for-mural\",\n name: \"Get files for a mural\",\n description: \"Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.\",\n input: MuralGetFilesForMuralInput,\n output: MuralGetFilesForMuralOutput,\n});\n"],"mappings":"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"}
|
|
@@ -26,14 +26,14 @@ declare const MuralGetFilesForMuralOutput: z.ZodObject<{
|
|
|
26
26
|
createdBy: z.ZodNullable<z.ZodObject<{
|
|
27
27
|
id: z.ZodNullable<z.ZodString>;
|
|
28
28
|
name: z.ZodNullable<z.ZodString>;
|
|
29
|
-
}, z.core.$
|
|
29
|
+
}, z.core.$loose>>;
|
|
30
30
|
createdOn: z.ZodNullable<z.ZodNumber>;
|
|
31
31
|
hideOwner: z.ZodNullable<z.ZodBoolean>;
|
|
32
32
|
invisible: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
33
33
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
34
|
id: z.ZodNullable<z.ZodString>;
|
|
35
35
|
name: z.ZodNullable<z.ZodString>;
|
|
36
|
-
}, z.core.$
|
|
36
|
+
}, z.core.$loose>>>;
|
|
37
37
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
38
|
hideEditor: z.ZodNullable<z.ZodBoolean>;
|
|
39
39
|
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -42,18 +42,30 @@ declare const MuralGetFilesForMuralOutput: z.ZodObject<{
|
|
|
42
42
|
contentEditedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
43
43
|
id: z.ZodNullable<z.ZodString>;
|
|
44
44
|
name: z.ZodNullable<z.ZodString>;
|
|
45
|
-
}, z.core.$
|
|
45
|
+
}, z.core.$loose>>>;
|
|
46
46
|
contentEditedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
47
47
|
expiresInMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
48
48
|
presentationIndex: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
49
|
lockedByFacilitator: z.ZodNullable<z.ZodBoolean>;
|
|
50
|
-
}, z.core.$
|
|
51
|
-
}, z.core.$
|
|
50
|
+
}, z.core.$loose>>;
|
|
51
|
+
}, z.core.$loose>;
|
|
52
52
|
declare const muralGetFilesForMural: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
53
53
|
muralId: string;
|
|
54
54
|
next?: string | undefined;
|
|
55
55
|
limit?: number | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
accessToken: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { muralGetFilesForMural };
|
|
59
71
|
//# sourceMappingURL=get-files-for-mural.d.cts.map
|
|
@@ -26,14 +26,14 @@ declare const MuralGetFilesForMuralOutput: z.ZodObject<{
|
|
|
26
26
|
createdBy: z.ZodNullable<z.ZodObject<{
|
|
27
27
|
id: z.ZodNullable<z.ZodString>;
|
|
28
28
|
name: z.ZodNullable<z.ZodString>;
|
|
29
|
-
}, z.core.$
|
|
29
|
+
}, z.core.$loose>>;
|
|
30
30
|
createdOn: z.ZodNullable<z.ZodNumber>;
|
|
31
31
|
hideOwner: z.ZodNullable<z.ZodBoolean>;
|
|
32
32
|
invisible: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
33
33
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
34
|
id: z.ZodNullable<z.ZodString>;
|
|
35
35
|
name: z.ZodNullable<z.ZodString>;
|
|
36
|
-
}, z.core.$
|
|
36
|
+
}, z.core.$loose>>>;
|
|
37
37
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
38
|
hideEditor: z.ZodNullable<z.ZodBoolean>;
|
|
39
39
|
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -42,18 +42,30 @@ declare const MuralGetFilesForMuralOutput: z.ZodObject<{
|
|
|
42
42
|
contentEditedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
43
43
|
id: z.ZodNullable<z.ZodString>;
|
|
44
44
|
name: z.ZodNullable<z.ZodString>;
|
|
45
|
-
}, z.core.$
|
|
45
|
+
}, z.core.$loose>>>;
|
|
46
46
|
contentEditedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
47
47
|
expiresInMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
48
48
|
presentationIndex: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
49
|
lockedByFacilitator: z.ZodNullable<z.ZodBoolean>;
|
|
50
|
-
}, z.core.$
|
|
51
|
-
}, z.core.$
|
|
50
|
+
}, z.core.$loose>>;
|
|
51
|
+
}, z.core.$loose>;
|
|
52
52
|
declare const muralGetFilesForMural: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
53
53
|
muralId: string;
|
|
54
54
|
next?: string | undefined;
|
|
55
55
|
limit?: number | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
accessToken: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { muralGetFilesForMural };
|
|
59
71
|
//# sourceMappingURL=get-files-for-mural.d.mts.map
|
|
@@ -9,7 +9,7 @@ const MuralGetFilesForMuralInput = z.object({
|
|
|
9
9
|
const MuralGetFilesForMural_CollaboratorSchema = z.object({
|
|
10
10
|
id: z.string().describe("Unique identifier of the collaborator").nullable(),
|
|
11
11
|
name: z.string().describe("Display name of the collaborator").nullable()
|
|
12
|
-
});
|
|
12
|
+
}).passthrough();
|
|
13
13
|
const MuralGetFilesForMural_FileWidgetSchema = z.object({
|
|
14
14
|
x: z.number().describe("Horizontal position of the widget in px").nullable(),
|
|
15
15
|
y: z.number().describe("Vertical position of the widget in px").nullable(),
|
|
@@ -40,7 +40,7 @@ const MuralGetFilesForMural_FileWidgetSchema = z.object({
|
|
|
40
40
|
expiresInMinutes: z.number().int().describe("Minutes after which the file URL expires; may be null when restricted").nullable().optional(),
|
|
41
41
|
presentationIndex: z.number().int().describe("List order of the widget in the outline").nullable().optional(),
|
|
42
42
|
lockedByFacilitator: z.boolean().describe("If true, widget is locked by a facilitator").nullable()
|
|
43
|
-
});
|
|
43
|
+
}).passthrough();
|
|
44
44
|
const muralGetFilesForMural = action("MURAL_GET_FILES_FOR_MURAL", {
|
|
45
45
|
slug: "mural-get-files-for-mural",
|
|
46
46
|
name: "Get files for a mural",
|
|
@@ -49,7 +49,7 @@ const muralGetFilesForMural = action("MURAL_GET_FILES_FOR_MURAL", {
|
|
|
49
49
|
output: z.object({
|
|
50
50
|
next: z.string().describe("Token to retrieve next page of items").nullable().optional(),
|
|
51
51
|
value: z.array(MuralGetFilesForMural_FileWidgetSchema).describe("List of file widget objects")
|
|
52
|
-
})
|
|
52
|
+
}).passthrough()
|
|
53
53
|
});
|
|
54
54
|
//#endregion
|
|
55
55
|
export { muralGetFilesForMural };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-files-for-mural.mjs","names":[],"sources":["../../src/actions/get-files-for-mural.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetFilesForMuralInput = z.object({\n next: z.string().describe(\"Pagination token for next page of items\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n});\nconst MuralGetFilesForMural_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n name: z.string().describe(\"Display name of the collaborator\").nullable(),\n});\nconst MuralGetFilesForMural_FileWidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in px\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in px\").nullable(),\n id: z.string().describe(\"Unique ID of the widget\").nullable(),\n url: z.string().describe(\"Download URL of the file; may be null when restricted\").nullable().optional(),\n link: z.string().describe(\"Link to the file widget on the mural\").nullable().optional(),\n type: z.string().describe(\"The type of the widget (file)\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable(),\n width: z.number().describe(\"Width of the widget in px\").nullable(),\n height: z.number().describe(\"Height of the widget in px\").nullable().optional(),\n hidden: z.boolean().describe(\"If true, widget is hidden from non-facilitators\").nullable(),\n locked: z.boolean().describe(\"If true, widget is locked and cannot be updated by non-facilitators\").nullable(),\n parentId: z.string().describe(\"ID of the area widget that contains this widget\").nullable().optional(),\n rotation: z.number().describe(\"Angle of widget rotation in degrees\").nullable(),\n scanning: z.boolean().describe(\"Indicates that file was scanned by antivirus\").nullable(),\n createdBy: MuralGetFilesForMural_CollaboratorSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp in milliseconds when created\").nullable(),\n hideOwner: z.boolean().describe(\"If true, creator collaborator name is hidden\").nullable(),\n invisible: z.boolean().default(false).describe(\"Whether the widget is invisible\").nullable().optional(),\n updatedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp in milliseconds when last updated\").nullable().optional(),\n hideEditor: z.boolean().describe(\"If true, update collaborator name is hidden\").nullable(),\n previewUrl: z.string().describe(\"URL of the file preview\").nullable().optional(),\n instruction: z.string().describe(\"Instructions for a section of the outline\").nullable().optional(),\n stackingOrder: z.number().int().describe(\"Z-index stacking order of the widget\").nullable(),\n contentEditedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n contentEditedOn: z.number().int().describe(\"Timestamp in milliseconds when content was last edited\").nullable().optional(),\n expiresInMinutes: z.number().int().describe(\"Minutes after which the file URL expires; may be null when restricted\").nullable().optional(),\n presentationIndex: z.number().int().describe(\"List order of the widget in the outline\").nullable().optional(),\n lockedByFacilitator: z.boolean().describe(\"If true, widget is locked by a facilitator\").nullable(),\n});\nexport const MuralGetFilesForMuralOutput = z.object({\n next: z.string().describe(\"Token to retrieve next page of items\").nullable().optional(),\n value: z.array(MuralGetFilesForMural_FileWidgetSchema).describe(\"List of file widget objects\"),\n});\n\nexport const muralGetFilesForMural = action(\"MURAL_GET_FILES_FOR_MURAL\", {\n slug: \"mural-get-files-for-mural\",\n name: \"Get files for a mural\",\n description: \"Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.\",\n input: MuralGetFilesForMuralInput,\n output: MuralGetFilesForMuralOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/D,CAAC;AACD,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC;
|
|
1
|
+
{"version":3,"file":"get-files-for-mural.mjs","names":[],"sources":["../../src/actions/get-files-for-mural.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetFilesForMuralInput = z.object({\n next: z.string().describe(\"Pagination token for next page of items\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n});\nconst MuralGetFilesForMural_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n name: z.string().describe(\"Display name of the collaborator\").nullable(),\n}).passthrough();\nconst MuralGetFilesForMural_FileWidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in px\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in px\").nullable(),\n id: z.string().describe(\"Unique ID of the widget\").nullable(),\n url: z.string().describe(\"Download URL of the file; may be null when restricted\").nullable().optional(),\n link: z.string().describe(\"Link to the file widget on the mural\").nullable().optional(),\n type: z.string().describe(\"The type of the widget (file)\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable(),\n width: z.number().describe(\"Width of the widget in px\").nullable(),\n height: z.number().describe(\"Height of the widget in px\").nullable().optional(),\n hidden: z.boolean().describe(\"If true, widget is hidden from non-facilitators\").nullable(),\n locked: z.boolean().describe(\"If true, widget is locked and cannot be updated by non-facilitators\").nullable(),\n parentId: z.string().describe(\"ID of the area widget that contains this widget\").nullable().optional(),\n rotation: z.number().describe(\"Angle of widget rotation in degrees\").nullable(),\n scanning: z.boolean().describe(\"Indicates that file was scanned by antivirus\").nullable(),\n createdBy: MuralGetFilesForMural_CollaboratorSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp in milliseconds when created\").nullable(),\n hideOwner: z.boolean().describe(\"If true, creator collaborator name is hidden\").nullable(),\n invisible: z.boolean().default(false).describe(\"Whether the widget is invisible\").nullable().optional(),\n updatedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp in milliseconds when last updated\").nullable().optional(),\n hideEditor: z.boolean().describe(\"If true, update collaborator name is hidden\").nullable(),\n previewUrl: z.string().describe(\"URL of the file preview\").nullable().optional(),\n instruction: z.string().describe(\"Instructions for a section of the outline\").nullable().optional(),\n stackingOrder: z.number().int().describe(\"Z-index stacking order of the widget\").nullable(),\n contentEditedBy: MuralGetFilesForMural_CollaboratorSchema.nullable().optional(),\n contentEditedOn: z.number().int().describe(\"Timestamp in milliseconds when content was last edited\").nullable().optional(),\n expiresInMinutes: z.number().int().describe(\"Minutes after which the file URL expires; may be null when restricted\").nullable().optional(),\n presentationIndex: z.number().int().describe(\"List order of the widget in the outline\").nullable().optional(),\n lockedByFacilitator: z.boolean().describe(\"If true, widget is locked by a facilitator\").nullable(),\n}).passthrough();\nexport const MuralGetFilesForMuralOutput = z.object({\n next: z.string().describe(\"Token to retrieve next page of items\").nullable().optional(),\n value: z.array(MuralGetFilesForMural_FileWidgetSchema).describe(\"List of file widget objects\"),\n}).passthrough();\n\nexport const muralGetFilesForMural = action(\"MURAL_GET_FILES_FOR_MURAL\", {\n slug: \"mural-get-files-for-mural\",\n name: \"Get files for a mural\",\n description: \"Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.\",\n input: MuralGetFilesForMuralInput,\n output: MuralGetFilesForMuralOutput,\n});\n"],"mappings":"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"}
|
|
@@ -22,7 +22,7 @@ const MuralGetMuralWidgets_CollaboratorSchema = zod.z.object({
|
|
|
22
22
|
id: zod.z.string().describe("Unique identifier of the collaborator").nullable(),
|
|
23
23
|
lastName: zod.z.string().describe("Last name of the collaborator").nullable().optional(),
|
|
24
24
|
firstName: zod.z.string().describe("First name of the collaborator").nullable().optional()
|
|
25
|
-
}).describe("User information for widget collaborators.");
|
|
25
|
+
}).passthrough().describe("User information for widget collaborators.");
|
|
26
26
|
const MuralGetMuralWidgets_WidgetSchema = zod.z.object({
|
|
27
27
|
x: zod.z.number().describe("Horizontal position of the widget in pixels").nullable(),
|
|
28
28
|
y: zod.z.number().describe("Vertical position of the widget in pixels").nullable(),
|
|
@@ -42,7 +42,7 @@ const MuralGetMuralWidgets_WidgetSchema = zod.z.object({
|
|
|
42
42
|
const MuralGetMuralWidgetsOutput = zod.z.object({
|
|
43
43
|
next: zod.z.string().describe("Pagination token for retrieving the next page of results. Null if no more pages.").nullable().optional(),
|
|
44
44
|
value: zod.z.array(MuralGetMuralWidgets_WidgetSchema).describe("Array of widget objects retrieved from the mural.")
|
|
45
|
-
}).describe("Response model for GetMuralWidgets action.");
|
|
45
|
+
}).passthrough().describe("Response model for GetMuralWidgets action.");
|
|
46
46
|
const muralGetMuralWidgets = require_action.action("MURAL_GET_MURAL_WIDGETS", {
|
|
47
47
|
slug: "mural-get-mural-widgets",
|
|
48
48
|
name: "Get Mural Widgets",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-mural-widgets.cjs","names":["z","action"],"sources":["../../src/actions/get-mural-widgets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetMuralWidgetsInput = z.object({\n next: z.string().describe(\"Pagination token from previous response to retrieve the next page of results.\").optional(),\n type: z.array(z.enum([\"area\", \"arrow\", \"comment\", \"file\", \"icon\", \"image\", \"shape\", \"sticky note\", \"text\"]).describe(\"Types of widgets available in a mural.\")).describe(\"List of widget types to filter by (e.g., ['area', 'sticky note']). When omitted, returns all widget types.\").optional(),\n limit: z.number().int().describe(\"Maximum number of widgets to return per page (must be ≥1). Use with 'next' for pagination.\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural.\"),\n parentId: z.string().describe(\"Filter to return only widgets contained within the specified parent widget ID (typically an area widget).\").optional(),\n}).describe(\"Request model for retrieving widgets within a mural.\");\nconst MuralGetMuralWidgets_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n lastName: z.string().describe(\"Last name of the collaborator\").nullable().optional(),\n firstName: z.string().describe(\"First name of the collaborator\").nullable().optional(),\n}).describe(\"User information for widget collaborators.\");\nconst MuralGetMuralWidgets_WidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in pixels\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the widget (for text-based widgets)\").nullable().optional(),\n type: z.string().describe(\"Type of the widget (e.g., 'sticky note', 'area', 'text')\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable().optional(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable().optional(),\n parentId: z.string().describe(\"ID of the parent area widget, if contained\").nullable().optional(),\n rotation: z.number().describe(\"Rotation angle in degrees\").nullable().optional(),\n createdBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when created (ms since epoch)\").nullable().optional(),\n updatedBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when last updated (ms since epoch)\").nullable().optional(),\n}).passthrough().describe(\"Represents a widget in a mural with common properties.\\nActual widgets may contain additional type-specific fields.\");\nexport const MuralGetMuralWidgetsOutput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results. Null if no more pages.\").nullable().optional(),\n value: z.array(MuralGetMuralWidgets_WidgetSchema).describe(\"Array of widget objects retrieved from the mural.\"),\n}).describe(\"Response model for GetMuralWidgets action.\");\n\nexport const muralGetMuralWidgets = action(\"MURAL_GET_MURAL_WIDGETS\", {\n slug: \"mural-get-mural-widgets\",\n name: \"Get Mural Widgets\",\n description: \"Tool to retrieve all widgets within a specified mural. Widgets include sticky notes, text boxes, shapes, images, areas, arrows, icons, files, and comments. Use this after obtaining a valid mural ID from workspace murals or other mural-related actions. Supports filtering by widget type, parent container, and pagination for large result sets.\",\n input: MuralGetMuralWidgetsInput,\n output: MuralGetMuralWidgetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAW;EAAQ;EAAQ;EAAS;EAAS;EAAe;CAAM,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CAChS,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACxI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"get-mural-widgets.cjs","names":["z","action"],"sources":["../../src/actions/get-mural-widgets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetMuralWidgetsInput = z.object({\n next: z.string().describe(\"Pagination token from previous response to retrieve the next page of results.\").optional(),\n type: z.array(z.enum([\"area\", \"arrow\", \"comment\", \"file\", \"icon\", \"image\", \"shape\", \"sticky note\", \"text\"]).describe(\"Types of widgets available in a mural.\")).describe(\"List of widget types to filter by (e.g., ['area', 'sticky note']). When omitted, returns all widget types.\").optional(),\n limit: z.number().int().describe(\"Maximum number of widgets to return per page (must be ≥1). Use with 'next' for pagination.\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural.\"),\n parentId: z.string().describe(\"Filter to return only widgets contained within the specified parent widget ID (typically an area widget).\").optional(),\n}).describe(\"Request model for retrieving widgets within a mural.\");\nconst MuralGetMuralWidgets_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n lastName: z.string().describe(\"Last name of the collaborator\").nullable().optional(),\n firstName: z.string().describe(\"First name of the collaborator\").nullable().optional(),\n}).passthrough().describe(\"User information for widget collaborators.\");\nconst MuralGetMuralWidgets_WidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in pixels\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the widget (for text-based widgets)\").nullable().optional(),\n type: z.string().describe(\"Type of the widget (e.g., 'sticky note', 'area', 'text')\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable().optional(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable().optional(),\n parentId: z.string().describe(\"ID of the parent area widget, if contained\").nullable().optional(),\n rotation: z.number().describe(\"Rotation angle in degrees\").nullable().optional(),\n createdBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when created (ms since epoch)\").nullable().optional(),\n updatedBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when last updated (ms since epoch)\").nullable().optional(),\n}).passthrough().describe(\"Represents a widget in a mural with common properties.\\nActual widgets may contain additional type-specific fields.\");\nexport const MuralGetMuralWidgetsOutput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results. Null if no more pages.\").nullable().optional(),\n value: z.array(MuralGetMuralWidgets_WidgetSchema).describe(\"Array of widget objects retrieved from the mural.\"),\n}).passthrough().describe(\"Response model for GetMuralWidgets action.\");\n\nexport const muralGetMuralWidgets = action(\"MURAL_GET_MURAL_WIDGETS\", {\n slug: \"mural-get-mural-widgets\",\n name: \"Get Mural Widgets\",\n description: \"Tool to retrieve all widgets within a specified mural. Widgets include sticky notes, text boxes, shapes, images, areas, arrows, icons, files, and comments. Use this after obtaining a valid mural ID from workspace murals or other mural-related actions. Supports filtering by widget type, parent container, and pagination for large result sets.\",\n input: MuralGetMuralWidgetsInput,\n output: MuralGetMuralWidgetsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -35,23 +35,35 @@ declare const MuralGetMuralWidgetsOutput: z.ZodObject<{
|
|
|
35
35
|
id: z.ZodNullable<z.ZodString>;
|
|
36
36
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
37
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
-
}, z.core.$
|
|
38
|
+
}, z.core.$loose>>>;
|
|
39
39
|
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
40
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41
41
|
id: z.ZodNullable<z.ZodString>;
|
|
42
42
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
43
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
-
}, z.core.$
|
|
44
|
+
}, z.core.$loose>>>;
|
|
45
45
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
46
|
}, z.core.$loose>>;
|
|
47
|
-
}, z.core.$
|
|
47
|
+
}, z.core.$loose>;
|
|
48
48
|
declare const muralGetMuralWidgets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
muralId: string;
|
|
50
50
|
next?: string | undefined;
|
|
51
51
|
type?: ("file" | "text" | "shape" | "area" | "arrow" | "comment" | "icon" | "image" | "sticky note")[] | undefined;
|
|
52
52
|
limit?: number | undefined;
|
|
53
53
|
parentId?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { muralGetMuralWidgets };
|
|
57
69
|
//# sourceMappingURL=get-mural-widgets.d.cts.map
|
|
@@ -35,23 +35,35 @@ declare const MuralGetMuralWidgetsOutput: z.ZodObject<{
|
|
|
35
35
|
id: z.ZodNullable<z.ZodString>;
|
|
36
36
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
37
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
-
}, z.core.$
|
|
38
|
+
}, z.core.$loose>>>;
|
|
39
39
|
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
40
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41
41
|
id: z.ZodNullable<z.ZodString>;
|
|
42
42
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
43
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
-
}, z.core.$
|
|
44
|
+
}, z.core.$loose>>>;
|
|
45
45
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
46
|
}, z.core.$loose>>;
|
|
47
|
-
}, z.core.$
|
|
47
|
+
}, z.core.$loose>;
|
|
48
48
|
declare const muralGetMuralWidgets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
muralId: string;
|
|
50
50
|
next?: string | undefined;
|
|
51
51
|
type?: ("file" | "text" | "shape" | "area" | "arrow" | "comment" | "icon" | "image" | "sticky note")[] | undefined;
|
|
52
52
|
limit?: number | undefined;
|
|
53
53
|
parentId?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { muralGetMuralWidgets };
|
|
57
69
|
//# sourceMappingURL=get-mural-widgets.d.mts.map
|
|
@@ -22,7 +22,7 @@ const MuralGetMuralWidgets_CollaboratorSchema = z.object({
|
|
|
22
22
|
id: z.string().describe("Unique identifier of the collaborator").nullable(),
|
|
23
23
|
lastName: z.string().describe("Last name of the collaborator").nullable().optional(),
|
|
24
24
|
firstName: z.string().describe("First name of the collaborator").nullable().optional()
|
|
25
|
-
}).describe("User information for widget collaborators.");
|
|
25
|
+
}).passthrough().describe("User information for widget collaborators.");
|
|
26
26
|
const MuralGetMuralWidgets_WidgetSchema = z.object({
|
|
27
27
|
x: z.number().describe("Horizontal position of the widget in pixels").nullable(),
|
|
28
28
|
y: z.number().describe("Vertical position of the widget in pixels").nullable(),
|
|
@@ -47,7 +47,7 @@ const muralGetMuralWidgets = action("MURAL_GET_MURAL_WIDGETS", {
|
|
|
47
47
|
output: z.object({
|
|
48
48
|
next: z.string().describe("Pagination token for retrieving the next page of results. Null if no more pages.").nullable().optional(),
|
|
49
49
|
value: z.array(MuralGetMuralWidgets_WidgetSchema).describe("Array of widget objects retrieved from the mural.")
|
|
50
|
-
}).describe("Response model for GetMuralWidgets action.")
|
|
50
|
+
}).passthrough().describe("Response model for GetMuralWidgets action.")
|
|
51
51
|
});
|
|
52
52
|
//#endregion
|
|
53
53
|
export { muralGetMuralWidgets };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-mural-widgets.mjs","names":[],"sources":["../../src/actions/get-mural-widgets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetMuralWidgetsInput = z.object({\n next: z.string().describe(\"Pagination token from previous response to retrieve the next page of results.\").optional(),\n type: z.array(z.enum([\"area\", \"arrow\", \"comment\", \"file\", \"icon\", \"image\", \"shape\", \"sticky note\", \"text\"]).describe(\"Types of widgets available in a mural.\")).describe(\"List of widget types to filter by (e.g., ['area', 'sticky note']). When omitted, returns all widget types.\").optional(),\n limit: z.number().int().describe(\"Maximum number of widgets to return per page (must be ≥1). Use with 'next' for pagination.\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural.\"),\n parentId: z.string().describe(\"Filter to return only widgets contained within the specified parent widget ID (typically an area widget).\").optional(),\n}).describe(\"Request model for retrieving widgets within a mural.\");\nconst MuralGetMuralWidgets_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n lastName: z.string().describe(\"Last name of the collaborator\").nullable().optional(),\n firstName: z.string().describe(\"First name of the collaborator\").nullable().optional(),\n}).describe(\"User information for widget collaborators.\");\nconst MuralGetMuralWidgets_WidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in pixels\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the widget (for text-based widgets)\").nullable().optional(),\n type: z.string().describe(\"Type of the widget (e.g., 'sticky note', 'area', 'text')\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable().optional(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable().optional(),\n parentId: z.string().describe(\"ID of the parent area widget, if contained\").nullable().optional(),\n rotation: z.number().describe(\"Rotation angle in degrees\").nullable().optional(),\n createdBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when created (ms since epoch)\").nullable().optional(),\n updatedBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when last updated (ms since epoch)\").nullable().optional(),\n}).passthrough().describe(\"Represents a widget in a mural with common properties.\\nActual widgets may contain additional type-specific fields.\");\nexport const MuralGetMuralWidgetsOutput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results. Null if no more pages.\").nullable().optional(),\n value: z.array(MuralGetMuralWidgets_WidgetSchema).describe(\"Array of widget objects retrieved from the mural.\"),\n}).describe(\"Response model for GetMuralWidgets action.\");\n\nexport const muralGetMuralWidgets = action(\"MURAL_GET_MURAL_WIDGETS\", {\n slug: \"mural-get-mural-widgets\",\n name: \"Get Mural Widgets\",\n description: \"Tool to retrieve all widgets within a specified mural. Widgets include sticky notes, text boxes, shapes, images, areas, arrows, icons, files, and comments. Use this after obtaining a valid mural ID from workspace murals or other mural-related actions. Supports filtering by widget type, parent container, and pagination for large result sets.\",\n input: MuralGetMuralWidgetsInput,\n output: MuralGetMuralWidgetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,MAAM,EAAE,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAW;EAAQ;EAAQ;EAAS;EAAS;EAAe;CAAM,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CAChS,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACxI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"get-mural-widgets.mjs","names":[],"sources":["../../src/actions/get-mural-widgets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetMuralWidgetsInput = z.object({\n next: z.string().describe(\"Pagination token from previous response to retrieve the next page of results.\").optional(),\n type: z.array(z.enum([\"area\", \"arrow\", \"comment\", \"file\", \"icon\", \"image\", \"shape\", \"sticky note\", \"text\"]).describe(\"Types of widgets available in a mural.\")).describe(\"List of widget types to filter by (e.g., ['area', 'sticky note']). When omitted, returns all widget types.\").optional(),\n limit: z.number().int().describe(\"Maximum number of widgets to return per page (must be ≥1). Use with 'next' for pagination.\").optional(),\n muralId: z.string().describe(\"Unique identifier of the mural.\"),\n parentId: z.string().describe(\"Filter to return only widgets contained within the specified parent widget ID (typically an area widget).\").optional(),\n}).describe(\"Request model for retrieving widgets within a mural.\");\nconst MuralGetMuralWidgets_CollaboratorSchema = z.object({\n id: z.string().describe(\"Unique identifier of the collaborator\").nullable(),\n lastName: z.string().describe(\"Last name of the collaborator\").nullable().optional(),\n firstName: z.string().describe(\"First name of the collaborator\").nullable().optional(),\n}).passthrough().describe(\"User information for widget collaborators.\");\nconst MuralGetMuralWidgets_WidgetSchema = z.object({\n x: z.number().describe(\"Horizontal position of the widget in pixels\").nullable(),\n y: z.number().describe(\"Vertical position of the widget in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the widget (for text-based widgets)\").nullable().optional(),\n type: z.string().describe(\"Type of the widget (e.g., 'sticky note', 'area', 'text')\").nullable(),\n title: z.string().describe(\"Title of the widget in the outline\").nullable().optional(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable().optional(),\n parentId: z.string().describe(\"ID of the parent area widget, if contained\").nullable().optional(),\n rotation: z.number().describe(\"Rotation angle in degrees\").nullable().optional(),\n createdBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when created (ms since epoch)\").nullable().optional(),\n updatedBy: MuralGetMuralWidgets_CollaboratorSchema.nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when last updated (ms since epoch)\").nullable().optional(),\n}).passthrough().describe(\"Represents a widget in a mural with common properties.\\nActual widgets may contain additional type-specific fields.\");\nexport const MuralGetMuralWidgetsOutput = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results. Null if no more pages.\").nullable().optional(),\n value: z.array(MuralGetMuralWidgets_WidgetSchema).describe(\"Array of widget objects retrieved from the mural.\"),\n}).passthrough().describe(\"Response model for GetMuralWidgets action.\");\n\nexport const muralGetMuralWidgets = action(\"MURAL_GET_MURAL_WIDGETS\", {\n slug: \"mural-get-mural-widgets\",\n name: \"Get Mural Widgets\",\n description: \"Tool to retrieve all widgets within a specified mural. Widgets include sticky notes, text boxes, shapes, images, areas, arrows, icons, files, and comments. Use this after obtaining a valid mural ID from workspace murals or other mural-related actions. Supports filtering by widget type, parent container, and pagination for large result sets.\",\n input: MuralGetMuralWidgetsInput,\n output: MuralGetMuralWidgetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,MAAM,EAAE,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAW;EAAQ;EAAQ;EAAS;EAAS;EAAe;CAAM,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CAChS,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACxI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,oCAAoC,EAAE,OAAO;CACjD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC/E,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAW,wCAAwC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,wCAAwC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qHAAqH;AAM/I,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwC,EAAE,OAAO;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,OAAO,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,mDAAmD;CAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAOhB;AACV,CAAC"}
|
|
@@ -13,7 +13,7 @@ const MuralGetRoomOutput = zod.z.object({
|
|
|
13
13
|
description: zod.z.string().describe("Description of the room").nullable().optional(),
|
|
14
14
|
workspaceId: zod.z.string().describe("ID of the workspace containing this room").nullable(),
|
|
15
15
|
confidential: zod.z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
16
|
-
}).describe("Response model containing information about a room.");
|
|
16
|
+
}).passthrough().describe("Response model containing information about a room.");
|
|
17
17
|
const muralGetRoom = require_action.action("MURAL_GET_ROOM", {
|
|
18
18
|
slug: "mural-get-room",
|
|
19
19
|
name: "Get room by ID",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-room.cjs","names":["z","action"],"sources":["../../src/actions/get-room.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetRoomInput = z.object({\n roomId: z.string().describe(\"Unique identifier of the room to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific room.\");\nexport const MuralGetRoomOutput = 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(\"Response model containing information about a room.\");\n\nexport const muralGetRoom = action(\"MURAL_GET_ROOM\", {\n slug: \"mural-get-room\",\n name: \"Get room by ID\",\n description: \"Tool to retrieve information about a specific room by its ID. Use when you need details about a particular room that the authenticated user has read access to.\",\n input: MuralGetRoomInput,\n output: MuralGetRoomOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oBAAoBA,IAAAA,EAAE,OAAO,EACxC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACzE,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,qBAAqBA,IAAAA,EAAE,OAAO;CACzC,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,qDAAqD;
|
|
1
|
+
{"version":3,"file":"get-room.cjs","names":["z","action"],"sources":["../../src/actions/get-room.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetRoomInput = z.object({\n roomId: z.string().describe(\"Unique identifier of the room to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific room.\");\nexport const MuralGetRoomOutput = 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(\"Response model containing information about a room.\");\n\nexport const muralGetRoom = action(\"MURAL_GET_ROOM\", {\n slug: \"mural-get-room\",\n name: \"Get room by ID\",\n description: \"Tool to retrieve information about a specific room by its ID. Use when you need details about a particular room that the authenticated user has read access to.\",\n input: MuralGetRoomInput,\n output: MuralGetRoomOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oBAAoBA,IAAAA,EAAE,OAAO,EACxC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACzE,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,qBAAqBA,IAAAA,EAAE,OAAO;CACzC,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,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,eAAeC,eAAAA,OAAO,kBAAkB;CACnD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -15,10 +15,22 @@ declare const MuralGetRoomOutput: z.ZodObject<{
|
|
|
15
15
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
workspaceId: z.ZodNullable<z.ZodString>;
|
|
17
17
|
confidential: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const muralGetRoom: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
roomId: string;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { muralGetRoom };
|
|
24
36
|
//# sourceMappingURL=get-room.d.cts.map
|
|
@@ -15,10 +15,22 @@ declare const MuralGetRoomOutput: z.ZodObject<{
|
|
|
15
15
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
workspaceId: z.ZodNullable<z.ZodString>;
|
|
17
17
|
confidential: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const muralGetRoom: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
roomId: string;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { muralGetRoom };
|
|
24
36
|
//# sourceMappingURL=get-room.d.mts.map
|
|
@@ -16,7 +16,7 @@ const muralGetRoom = action("MURAL_GET_ROOM", {
|
|
|
16
16
|
description: z.string().describe("Description of the room").nullable().optional(),
|
|
17
17
|
workspaceId: z.string().describe("ID of the workspace containing this room").nullable(),
|
|
18
18
|
confidential: z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
19
|
-
}).describe("Response model containing information about a room.")
|
|
19
|
+
}).passthrough().describe("Response model containing information about a room.")
|
|
20
20
|
});
|
|
21
21
|
//#endregion
|
|
22
22
|
export { muralGetRoom };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-room.mjs","names":[],"sources":["../../src/actions/get-room.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetRoomInput = z.object({\n roomId: z.string().describe(\"Unique identifier of the room to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific room.\");\nexport const MuralGetRoomOutput = 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(\"Response model containing information about a room.\");\n\nexport const muralGetRoom = action(\"MURAL_GET_ROOM\", {\n slug: \"mural-get-room\",\n name: \"Get room by ID\",\n description: \"Tool to retrieve information about a specific room by its ID. Use when you need details about a particular room that the authenticated user has read access to.\",\n input: MuralGetRoomInput,\n output: MuralGetRoomOutput,\n});\n"],"mappings":";;AAoBA,MAAa,eAAe,OAAO,kBAAkB;CACnD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB+B,EAAE,OAAO,EACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACzE,CAAC,CAAC,CAAC,SAAS,iEAkBH;CACP,QAlBgC,EAAE,OAAO;EACzC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACjF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"get-room.mjs","names":[],"sources":["../../src/actions/get-room.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetRoomInput = z.object({\n roomId: z.string().describe(\"Unique identifier of the room to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific room.\");\nexport const MuralGetRoomOutput = 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(\"Response model containing information about a room.\");\n\nexport const muralGetRoom = action(\"MURAL_GET_ROOM\", {\n slug: \"mural-get-room\",\n name: \"Get room by ID\",\n description: \"Tool to retrieve information about a specific room by its ID. Use when you need details about a particular room that the authenticated user has read access to.\",\n input: MuralGetRoomInput,\n output: MuralGetRoomOutput,\n});\n"],"mappings":";;AAoBA,MAAa,eAAe,OAAO,kBAAkB;CACnD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB+B,EAAE,OAAO,EACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACzE,CAAC,CAAC,CAAC,SAAS,iEAkBH;CACP,QAlBgC,EAAE,OAAO;EACzC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACjF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -8,7 +8,7 @@ const MuralGetWorkspaceOutput = zod.z.object({
|
|
|
8
8
|
isActive: zod.z.boolean().describe("Whether the workspace is currently active").nullable().optional(),
|
|
9
9
|
createdOn: zod.z.number().int().describe("Timestamp when the workspace was created (in milliseconds)").nullable().optional(),
|
|
10
10
|
updatedOn: zod.z.number().int().describe("Timestamp when the workspace was last updated (in milliseconds)").nullable().optional()
|
|
11
|
-
}).describe("Response model containing information about a workspace.");
|
|
11
|
+
}).passthrough().describe("Response model containing information about a workspace.");
|
|
12
12
|
const muralGetWorkspace = require_action.action("MURAL_GET_WORKSPACE", {
|
|
13
13
|
slug: "mural-get-workspace",
|
|
14
14
|
name: "Get workspace by ID",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetWorkspaceInput = z.object({\n workspaceId: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific workspace.\");\nexport const MuralGetWorkspaceOutput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Name of the workspace\").nullable(),\n isActive: z.boolean().describe(\"Whether the workspace is currently active\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the workspace was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the workspace was last updated (in milliseconds)\").nullable().optional(),\n}).describe(\"Response model containing information about a workspace.\");\n\nexport const muralGetWorkspace = action(\"MURAL_GET_WORKSPACE\", {\n slug: \"mural-get-workspace\",\n name: \"Get workspace by ID\",\n description: \"Tool to retrieve information about a specific workspace by its ID. Use when you need details about a particular workspace that the authenticated user has read access to.\",\n input: MuralGetWorkspaceInput,\n output: MuralGetWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,0DAA0D;
|
|
1
|
+
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetWorkspaceInput = z.object({\n workspaceId: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific workspace.\");\nexport const MuralGetWorkspaceOutput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Name of the workspace\").nullable(),\n isActive: z.boolean().describe(\"Whether the workspace is currently active\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the workspace was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the workspace was last updated (in milliseconds)\").nullable().optional(),\n}).passthrough().describe(\"Response model containing information about a workspace.\");\n\nexport const muralGetWorkspace = action(\"MURAL_GET_WORKSPACE\", {\n slug: \"mural-get-workspace\",\n name: \"Get workspace by ID\",\n description: \"Tool to retrieve information about a specific workspace by its ID. Use when you need details about a particular workspace that the authenticated user has read access to.\",\n input: MuralGetWorkspaceInput,\n output: MuralGetWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -10,10 +10,22 @@ declare const MuralGetWorkspaceOutput: z.ZodObject<{
|
|
|
10
10
|
isActive: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
11
11
|
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
12
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>;
|
|
14
14
|
declare const muralGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
workspaceId: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { muralGetWorkspace };
|
|
19
31
|
//# sourceMappingURL=get-workspace.d.cts.map
|
|
@@ -10,10 +10,22 @@ declare const MuralGetWorkspaceOutput: z.ZodObject<{
|
|
|
10
10
|
isActive: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
11
11
|
createdOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
12
|
updatedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>;
|
|
14
14
|
declare const muralGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
workspaceId: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mural", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { muralGetWorkspace };
|
|
19
31
|
//# sourceMappingURL=get-workspace.d.mts.map
|
|
@@ -11,7 +11,7 @@ const muralGetWorkspace = action("MURAL_GET_WORKSPACE", {
|
|
|
11
11
|
isActive: z.boolean().describe("Whether the workspace is currently active").nullable().optional(),
|
|
12
12
|
createdOn: z.number().int().describe("Timestamp when the workspace was created (in milliseconds)").nullable().optional(),
|
|
13
13
|
updatedOn: z.number().int().describe("Timestamp when the workspace was last updated (in milliseconds)").nullable().optional()
|
|
14
|
-
}).describe("Response model containing information about a workspace.")
|
|
14
|
+
}).passthrough().describe("Response model containing information about a workspace.")
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { muralGetWorkspace };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetWorkspaceInput = z.object({\n workspaceId: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific workspace.\");\nexport const MuralGetWorkspaceOutput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Name of the workspace\").nullable(),\n isActive: z.boolean().describe(\"Whether the workspace is currently active\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the workspace was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the workspace was last updated (in milliseconds)\").nullable().optional(),\n}).describe(\"Response model containing information about a workspace.\");\n\nexport const muralGetWorkspace = action(\"MURAL_GET_WORKSPACE\", {\n slug: \"mural-get-workspace\",\n name: \"Get workspace by ID\",\n description: \"Tool to retrieve information about a specific workspace by its ID. Use when you need details about a particular workspace that the authenticated user has read access to.\",\n input: MuralGetWorkspaceInput,\n output: MuralGetWorkspaceOutput,\n});\n"],"mappings":";;AAeA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfoC,EAAE,OAAO,EAC7C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sEAaH;CACP,QAbqC,EAAE,OAAO;EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralGetWorkspaceInput = z.object({\n workspaceId: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for retrieving information about a specific workspace.\");\nexport const MuralGetWorkspaceOutput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Name of the workspace\").nullable(),\n isActive: z.boolean().describe(\"Whether the workspace is currently active\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the workspace was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the workspace was last updated (in milliseconds)\").nullable().optional(),\n}).passthrough().describe(\"Response model containing information about a workspace.\");\n\nexport const muralGetWorkspace = action(\"MURAL_GET_WORKSPACE\", {\n slug: \"mural-get-workspace\",\n name: \"Get workspace by ID\",\n description: \"Tool to retrieve information about a specific workspace by its ID. Use when you need details about a particular workspace that the authenticated user has read access to.\",\n input: MuralGetWorkspaceInput,\n output: MuralGetWorkspaceOutput,\n});\n"],"mappings":";;AAeA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfoC,EAAE,OAAO,EAC7C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sEAaH;CACP,QAbqC,EAAE,OAAO;EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAOhB;AACV,CAAC"}
|