@keystrokehq/mural 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/authorization-request.cjs +22 -0
- package/dist/actions/authorization-request.cjs.map +1 -0
- package/dist/actions/authorization-request.d.cts +9 -0
- package/dist/actions/authorization-request.d.cts.map +1 -0
- package/dist/actions/authorization-request.d.mts +9 -0
- package/dist/actions/authorization-request.d.mts.map +1 -0
- package/dist/actions/authorization-request.mjs +19 -0
- package/dist/actions/authorization-request.mjs.map +1 -0
- package/dist/actions/create-sticky-note.cjs +77 -0
- package/dist/actions/create-sticky-note.cjs.map +1 -0
- package/dist/actions/create-sticky-note.d.cts +9 -0
- package/dist/actions/create-sticky-note.d.cts.map +1 -0
- package/dist/actions/create-sticky-note.d.mts +9 -0
- package/dist/actions/create-sticky-note.d.mts.map +1 -0
- package/dist/actions/create-sticky-note.mjs +76 -0
- package/dist/actions/create-sticky-note.mjs.map +1 -0
- package/dist/actions/get-current-user.cjs +25 -0
- package/dist/actions/get-current-user.cjs.map +1 -0
- package/dist/actions/get-current-user.d.cts +9 -0
- package/dist/actions/get-current-user.d.cts.map +1 -0
- package/dist/actions/get-current-user.d.mts +9 -0
- package/dist/actions/get-current-user.d.mts.map +1 -0
- package/dist/actions/get-current-user.mjs +22 -0
- package/dist/actions/get-current-user.mjs.map +1 -0
- package/dist/actions/get-files-for-mural.cjs +58 -0
- package/dist/actions/get-files-for-mural.cjs.map +1 -0
- package/dist/actions/get-files-for-mural.d.cts +9 -0
- package/dist/actions/get-files-for-mural.d.cts.map +1 -0
- package/dist/actions/get-files-for-mural.d.mts +9 -0
- package/dist/actions/get-files-for-mural.d.mts.map +1 -0
- package/dist/actions/get-files-for-mural.mjs +57 -0
- package/dist/actions/get-files-for-mural.mjs.map +1 -0
- package/dist/actions/get-mural-widgets.cjs +56 -0
- package/dist/actions/get-mural-widgets.cjs.map +1 -0
- package/dist/actions/get-mural-widgets.d.cts +9 -0
- package/dist/actions/get-mural-widgets.d.cts.map +1 -0
- package/dist/actions/get-mural-widgets.d.mts +9 -0
- package/dist/actions/get-mural-widgets.d.mts.map +1 -0
- package/dist/actions/get-mural-widgets.mjs +55 -0
- package/dist/actions/get-mural-widgets.mjs.map +1 -0
- package/dist/actions/get-room.cjs +27 -0
- package/dist/actions/get-room.cjs.map +1 -0
- package/dist/actions/get-room.d.cts +9 -0
- package/dist/actions/get-room.d.cts.map +1 -0
- package/dist/actions/get-room.d.mts +9 -0
- package/dist/actions/get-room.d.mts.map +1 -0
- package/dist/actions/get-room.mjs +24 -0
- package/dist/actions/get-room.mjs.map +1 -0
- package/dist/actions/get-workspace.cjs +22 -0
- package/dist/actions/get-workspace.cjs.map +1 -0
- package/dist/actions/get-workspace.d.cts +9 -0
- package/dist/actions/get-workspace.d.cts.map +1 -0
- package/dist/actions/get-workspace.d.mts +9 -0
- package/dist/actions/get-workspace.d.mts.map +1 -0
- package/dist/actions/get-workspace.mjs +19 -0
- package/dist/actions/get-workspace.mjs.map +1 -0
- package/dist/actions/get-workspaces.cjs +29 -0
- package/dist/actions/get-workspaces.cjs.map +1 -0
- package/dist/actions/get-workspaces.d.cts +9 -0
- package/dist/actions/get-workspaces.d.cts.map +1 -0
- package/dist/actions/get-workspaces.d.mts +9 -0
- package/dist/actions/get-workspaces.d.mts.map +1 -0
- package/dist/actions/get-workspaces.mjs +28 -0
- package/dist/actions/get-workspaces.mjs.map +1 -0
- package/dist/actions/index.cjs +45 -0
- package/dist/actions/index.d.cts +23 -0
- package/dist/actions/index.d.mts +23 -0
- package/dist/actions/index.mjs +23 -0
- package/dist/actions/list-folders.cjs +30 -0
- package/dist/actions/list-folders.cjs.map +1 -0
- package/dist/actions/list-folders.d.cts +9 -0
- package/dist/actions/list-folders.d.cts.map +1 -0
- package/dist/actions/list-folders.d.mts +9 -0
- package/dist/actions/list-folders.d.mts.map +1 -0
- package/dist/actions/list-folders.mjs +29 -0
- package/dist/actions/list-folders.mjs.map +1 -0
- package/dist/actions/list-open-rooms.cjs +35 -0
- package/dist/actions/list-open-rooms.cjs.map +1 -0
- package/dist/actions/list-open-rooms.d.cts +9 -0
- package/dist/actions/list-open-rooms.d.cts.map +1 -0
- package/dist/actions/list-open-rooms.d.mts +9 -0
- package/dist/actions/list-open-rooms.d.mts.map +1 -0
- package/dist/actions/list-open-rooms.mjs +34 -0
- package/dist/actions/list-open-rooms.mjs.map +1 -0
- package/dist/actions/list-recent-murals.cjs +36 -0
- package/dist/actions/list-recent-murals.cjs.map +1 -0
- package/dist/actions/list-recent-murals.d.cts +9 -0
- package/dist/actions/list-recent-murals.d.cts.map +1 -0
- package/dist/actions/list-recent-murals.d.mts +9 -0
- package/dist/actions/list-recent-murals.d.mts.map +1 -0
- package/dist/actions/list-recent-murals.mjs +35 -0
- package/dist/actions/list-recent-murals.mjs.map +1 -0
- package/dist/actions/list-recent-templates.cjs +34 -0
- package/dist/actions/list-recent-templates.cjs.map +1 -0
- package/dist/actions/list-recent-templates.d.cts +9 -0
- package/dist/actions/list-recent-templates.d.cts.map +1 -0
- package/dist/actions/list-recent-templates.d.mts +9 -0
- package/dist/actions/list-recent-templates.d.mts.map +1 -0
- package/dist/actions/list-recent-templates.mjs +33 -0
- package/dist/actions/list-recent-templates.mjs.map +1 -0
- package/dist/actions/list-room-murals.cjs +41 -0
- package/dist/actions/list-room-murals.cjs.map +1 -0
- package/dist/actions/list-room-murals.d.cts +9 -0
- package/dist/actions/list-room-murals.d.cts.map +1 -0
- package/dist/actions/list-room-murals.d.mts +9 -0
- package/dist/actions/list-room-murals.d.mts.map +1 -0
- package/dist/actions/list-room-murals.mjs +40 -0
- package/dist/actions/list-room-murals.mjs.map +1 -0
- package/dist/actions/list-room-users.cjs +32 -0
- package/dist/actions/list-room-users.cjs.map +1 -0
- package/dist/actions/list-room-users.d.cts +9 -0
- package/dist/actions/list-room-users.d.cts.map +1 -0
- package/dist/actions/list-room-users.d.mts +9 -0
- package/dist/actions/list-room-users.d.mts.map +1 -0
- package/dist/actions/list-room-users.mjs +31 -0
- package/dist/actions/list-room-users.mjs.map +1 -0
- package/dist/actions/list-rooms.cjs +35 -0
- package/dist/actions/list-rooms.cjs.map +1 -0
- package/dist/actions/list-rooms.d.cts +9 -0
- package/dist/actions/list-rooms.d.cts.map +1 -0
- package/dist/actions/list-rooms.d.mts +9 -0
- package/dist/actions/list-rooms.d.mts.map +1 -0
- package/dist/actions/list-rooms.mjs +34 -0
- package/dist/actions/list-rooms.mjs.map +1 -0
- package/dist/actions/list-tags.cjs +23 -0
- package/dist/actions/list-tags.cjs.map +1 -0
- package/dist/actions/list-tags.d.cts +9 -0
- package/dist/actions/list-tags.d.cts.map +1 -0
- package/dist/actions/list-tags.d.mts +9 -0
- package/dist/actions/list-tags.d.mts.map +1 -0
- package/dist/actions/list-tags.mjs +22 -0
- package/dist/actions/list-tags.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +29 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +28 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-workspace-murals.cjs +39 -0
- package/dist/actions/list-workspace-murals.cjs.map +1 -0
- package/dist/actions/list-workspace-murals.d.cts +9 -0
- package/dist/actions/list-workspace-murals.d.cts.map +1 -0
- package/dist/actions/list-workspace-murals.d.mts +9 -0
- package/dist/actions/list-workspace-murals.d.mts.map +1 -0
- package/dist/actions/list-workspace-murals.mjs +38 -0
- package/dist/actions/list-workspace-murals.mjs.map +1 -0
- package/dist/actions/list-workspace-templates.cjs +35 -0
- package/dist/actions/list-workspace-templates.cjs.map +1 -0
- package/dist/actions/list-workspace-templates.d.cts +9 -0
- package/dist/actions/list-workspace-templates.d.cts.map +1 -0
- package/dist/actions/list-workspace-templates.d.mts +9 -0
- package/dist/actions/list-workspace-templates.d.mts.map +1 -0
- package/dist/actions/list-workspace-templates.mjs +34 -0
- package/dist/actions/list-workspace-templates.mjs.map +1 -0
- package/dist/actions/search-murals.cjs +35 -0
- package/dist/actions/search-murals.cjs.map +1 -0
- package/dist/actions/search-murals.d.cts +9 -0
- package/dist/actions/search-murals.d.cts.map +1 -0
- package/dist/actions/search-murals.d.mts +9 -0
- package/dist/actions/search-murals.d.mts.map +1 -0
- package/dist/actions/search-murals.mjs +34 -0
- package/dist/actions/search-murals.mjs.map +1 -0
- package/dist/actions/search-rooms.cjs +36 -0
- package/dist/actions/search-rooms.cjs.map +1 -0
- package/dist/actions/search-rooms.d.cts +9 -0
- package/dist/actions/search-rooms.d.cts.map +1 -0
- package/dist/actions/search-rooms.d.mts +9 -0
- package/dist/actions/search-rooms.d.mts.map +1 -0
- package/dist/actions/search-rooms.mjs +35 -0
- package/dist/actions/search-rooms.mjs.map +1 -0
- package/dist/actions/search-templates.cjs +32 -0
- package/dist/actions/search-templates.cjs.map +1 -0
- package/dist/actions/search-templates.d.cts +9 -0
- package/dist/actions/search-templates.d.cts.map +1 -0
- package/dist/actions/search-templates.d.mts +9 -0
- package/dist/actions/search-templates.d.mts.map +1 -0
- package/dist/actions/search-templates.mjs +31 -0
- package/dist/actions/search-templates.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +50 -0
- package/dist/index.d.cts +25 -0
- package/dist/index.d.mts +25 -0
- package/dist/index.mjs +26 -0
- package/package.json +49 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_authorization_request = require("./authorization-request.cjs");
|
|
3
|
+
const require_create_sticky_note = require("./create-sticky-note.cjs");
|
|
4
|
+
const require_get_current_user = require("./get-current-user.cjs");
|
|
5
|
+
const require_get_files_for_mural = require("./get-files-for-mural.cjs");
|
|
6
|
+
const require_get_mural_widgets = require("./get-mural-widgets.cjs");
|
|
7
|
+
const require_get_room = require("./get-room.cjs");
|
|
8
|
+
const require_get_workspace = require("./get-workspace.cjs");
|
|
9
|
+
const require_get_workspaces = require("./get-workspaces.cjs");
|
|
10
|
+
const require_list_folders = require("./list-folders.cjs");
|
|
11
|
+
const require_list_open_rooms = require("./list-open-rooms.cjs");
|
|
12
|
+
const require_list_recent_murals = require("./list-recent-murals.cjs");
|
|
13
|
+
const require_list_recent_templates = require("./list-recent-templates.cjs");
|
|
14
|
+
const require_list_room_murals = require("./list-room-murals.cjs");
|
|
15
|
+
const require_list_room_users = require("./list-room-users.cjs");
|
|
16
|
+
const require_list_rooms = require("./list-rooms.cjs");
|
|
17
|
+
const require_list_tags = require("./list-tags.cjs");
|
|
18
|
+
const require_list_templates = require("./list-templates.cjs");
|
|
19
|
+
const require_list_workspace_murals = require("./list-workspace-murals.cjs");
|
|
20
|
+
const require_list_workspace_templates = require("./list-workspace-templates.cjs");
|
|
21
|
+
const require_search_murals = require("./search-murals.cjs");
|
|
22
|
+
const require_search_rooms = require("./search-rooms.cjs");
|
|
23
|
+
const require_search_templates = require("./search-templates.cjs");
|
|
24
|
+
exports.muralAuthorizationRequest = require_authorization_request.muralAuthorizationRequest;
|
|
25
|
+
exports.muralCreateStickyNote = require_create_sticky_note.muralCreateStickyNote;
|
|
26
|
+
exports.muralGetCurrentUser = require_get_current_user.muralGetCurrentUser;
|
|
27
|
+
exports.muralGetFilesForMural = require_get_files_for_mural.muralGetFilesForMural;
|
|
28
|
+
exports.muralGetMuralWidgets = require_get_mural_widgets.muralGetMuralWidgets;
|
|
29
|
+
exports.muralGetRoom = require_get_room.muralGetRoom;
|
|
30
|
+
exports.muralGetWorkspace = require_get_workspace.muralGetWorkspace;
|
|
31
|
+
exports.muralGetWorkspaces = require_get_workspaces.muralGetWorkspaces;
|
|
32
|
+
exports.muralListFolders = require_list_folders.muralListFolders;
|
|
33
|
+
exports.muralListOpenRooms = require_list_open_rooms.muralListOpenRooms;
|
|
34
|
+
exports.muralListRecentMurals = require_list_recent_murals.muralListRecentMurals;
|
|
35
|
+
exports.muralListRecentTemplates = require_list_recent_templates.muralListRecentTemplates;
|
|
36
|
+
exports.muralListRoomMurals = require_list_room_murals.muralListRoomMurals;
|
|
37
|
+
exports.muralListRoomUsers = require_list_room_users.muralListRoomUsers;
|
|
38
|
+
exports.muralListRooms = require_list_rooms.muralListRooms;
|
|
39
|
+
exports.muralListTags = require_list_tags.muralListTags;
|
|
40
|
+
exports.muralListTemplates = require_list_templates.muralListTemplates;
|
|
41
|
+
exports.muralListWorkspaceMurals = require_list_workspace_murals.muralListWorkspaceMurals;
|
|
42
|
+
exports.muralListWorkspaceTemplates = require_list_workspace_templates.muralListWorkspaceTemplates;
|
|
43
|
+
exports.muralSearchMurals = require_search_murals.muralSearchMurals;
|
|
44
|
+
exports.muralSearchRooms = require_search_rooms.muralSearchRooms;
|
|
45
|
+
exports.muralSearchTemplates = require_search_templates.muralSearchTemplates;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { muralAuthorizationRequest } from "./authorization-request.cjs";
|
|
2
|
+
import { muralCreateStickyNote } from "./create-sticky-note.cjs";
|
|
3
|
+
import { muralGetCurrentUser } from "./get-current-user.cjs";
|
|
4
|
+
import { muralGetFilesForMural } from "./get-files-for-mural.cjs";
|
|
5
|
+
import { muralGetMuralWidgets } from "./get-mural-widgets.cjs";
|
|
6
|
+
import { muralGetRoom } from "./get-room.cjs";
|
|
7
|
+
import { muralGetWorkspace } from "./get-workspace.cjs";
|
|
8
|
+
import { muralGetWorkspaces } from "./get-workspaces.cjs";
|
|
9
|
+
import { muralListFolders } from "./list-folders.cjs";
|
|
10
|
+
import { muralListOpenRooms } from "./list-open-rooms.cjs";
|
|
11
|
+
import { muralListRecentMurals } from "./list-recent-murals.cjs";
|
|
12
|
+
import { muralListRecentTemplates } from "./list-recent-templates.cjs";
|
|
13
|
+
import { muralListRoomMurals } from "./list-room-murals.cjs";
|
|
14
|
+
import { muralListRoomUsers } from "./list-room-users.cjs";
|
|
15
|
+
import { muralListRooms } from "./list-rooms.cjs";
|
|
16
|
+
import { muralListTags } from "./list-tags.cjs";
|
|
17
|
+
import { muralListTemplates } from "./list-templates.cjs";
|
|
18
|
+
import { muralListWorkspaceMurals } from "./list-workspace-murals.cjs";
|
|
19
|
+
import { muralListWorkspaceTemplates } from "./list-workspace-templates.cjs";
|
|
20
|
+
import { muralSearchMurals } from "./search-murals.cjs";
|
|
21
|
+
import { muralSearchRooms } from "./search-rooms.cjs";
|
|
22
|
+
import { muralSearchTemplates } from "./search-templates.cjs";
|
|
23
|
+
export { muralAuthorizationRequest, muralCreateStickyNote, muralGetCurrentUser, muralGetFilesForMural, muralGetMuralWidgets, muralGetRoom, muralGetWorkspace, muralGetWorkspaces, muralListFolders, muralListOpenRooms, muralListRecentMurals, muralListRecentTemplates, muralListRoomMurals, muralListRoomUsers, muralListRooms, muralListTags, muralListTemplates, muralListWorkspaceMurals, muralListWorkspaceTemplates, muralSearchMurals, muralSearchRooms, muralSearchTemplates };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { muralAuthorizationRequest } from "./authorization-request.mjs";
|
|
2
|
+
import { muralCreateStickyNote } from "./create-sticky-note.mjs";
|
|
3
|
+
import { muralGetCurrentUser } from "./get-current-user.mjs";
|
|
4
|
+
import { muralGetFilesForMural } from "./get-files-for-mural.mjs";
|
|
5
|
+
import { muralGetMuralWidgets } from "./get-mural-widgets.mjs";
|
|
6
|
+
import { muralGetRoom } from "./get-room.mjs";
|
|
7
|
+
import { muralGetWorkspace } from "./get-workspace.mjs";
|
|
8
|
+
import { muralGetWorkspaces } from "./get-workspaces.mjs";
|
|
9
|
+
import { muralListFolders } from "./list-folders.mjs";
|
|
10
|
+
import { muralListOpenRooms } from "./list-open-rooms.mjs";
|
|
11
|
+
import { muralListRecentMurals } from "./list-recent-murals.mjs";
|
|
12
|
+
import { muralListRecentTemplates } from "./list-recent-templates.mjs";
|
|
13
|
+
import { muralListRoomMurals } from "./list-room-murals.mjs";
|
|
14
|
+
import { muralListRoomUsers } from "./list-room-users.mjs";
|
|
15
|
+
import { muralListRooms } from "./list-rooms.mjs";
|
|
16
|
+
import { muralListTags } from "./list-tags.mjs";
|
|
17
|
+
import { muralListTemplates } from "./list-templates.mjs";
|
|
18
|
+
import { muralListWorkspaceMurals } from "./list-workspace-murals.mjs";
|
|
19
|
+
import { muralListWorkspaceTemplates } from "./list-workspace-templates.mjs";
|
|
20
|
+
import { muralSearchMurals } from "./search-murals.mjs";
|
|
21
|
+
import { muralSearchRooms } from "./search-rooms.mjs";
|
|
22
|
+
import { muralSearchTemplates } from "./search-templates.mjs";
|
|
23
|
+
export { muralAuthorizationRequest, muralCreateStickyNote, muralGetCurrentUser, muralGetFilesForMural, muralGetMuralWidgets, muralGetRoom, muralGetWorkspace, muralGetWorkspaces, muralListFolders, muralListOpenRooms, muralListRecentMurals, muralListRecentTemplates, muralListRoomMurals, muralListRoomUsers, muralListRooms, muralListTags, muralListTemplates, muralListWorkspaceMurals, muralListWorkspaceTemplates, muralSearchMurals, muralSearchRooms, muralSearchTemplates };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { muralAuthorizationRequest } from "./authorization-request.mjs";
|
|
2
|
+
import { muralCreateStickyNote } from "./create-sticky-note.mjs";
|
|
3
|
+
import { muralGetCurrentUser } from "./get-current-user.mjs";
|
|
4
|
+
import { muralGetFilesForMural } from "./get-files-for-mural.mjs";
|
|
5
|
+
import { muralGetMuralWidgets } from "./get-mural-widgets.mjs";
|
|
6
|
+
import { muralGetRoom } from "./get-room.mjs";
|
|
7
|
+
import { muralGetWorkspace } from "./get-workspace.mjs";
|
|
8
|
+
import { muralGetWorkspaces } from "./get-workspaces.mjs";
|
|
9
|
+
import { muralListFolders } from "./list-folders.mjs";
|
|
10
|
+
import { muralListOpenRooms } from "./list-open-rooms.mjs";
|
|
11
|
+
import { muralListRecentMurals } from "./list-recent-murals.mjs";
|
|
12
|
+
import { muralListRecentTemplates } from "./list-recent-templates.mjs";
|
|
13
|
+
import { muralListRoomMurals } from "./list-room-murals.mjs";
|
|
14
|
+
import { muralListRoomUsers } from "./list-room-users.mjs";
|
|
15
|
+
import { muralListRooms } from "./list-rooms.mjs";
|
|
16
|
+
import { muralListTags } from "./list-tags.mjs";
|
|
17
|
+
import { muralListTemplates } from "./list-templates.mjs";
|
|
18
|
+
import { muralListWorkspaceMurals } from "./list-workspace-murals.mjs";
|
|
19
|
+
import { muralListWorkspaceTemplates } from "./list-workspace-templates.mjs";
|
|
20
|
+
import { muralSearchMurals } from "./search-murals.mjs";
|
|
21
|
+
import { muralSearchRooms } from "./search-rooms.mjs";
|
|
22
|
+
import { muralSearchTemplates } from "./search-templates.mjs";
|
|
23
|
+
export { muralAuthorizationRequest, muralCreateStickyNote, muralGetCurrentUser, muralGetFilesForMural, muralGetMuralWidgets, muralGetRoom, muralGetWorkspace, muralGetWorkspaces, muralListFolders, muralListOpenRooms, muralListRecentMurals, muralListRecentTemplates, muralListRoomMurals, muralListRoomUsers, muralListRooms, muralListTags, muralListTemplates, muralListWorkspaceMurals, muralListWorkspaceTemplates, muralSearchMurals, muralSearchRooms, muralSearchTemplates };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-folders.ts
|
|
4
|
+
const MuralListFoldersInput = zod.z.object({
|
|
5
|
+
next: zod.z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of folders to return per page (must be ≥1)").optional(),
|
|
7
|
+
roomId: zod.z.string().describe("Unique identifier of the room to list folders from")
|
|
8
|
+
}).describe("Request model for listing folders within a room.");
|
|
9
|
+
const MuralListFolders_FolderSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the folder"),
|
|
11
|
+
name: zod.z.string().describe("Name of the folder"),
|
|
12
|
+
roomId: zod.z.string().describe("ID of the room containing this folder"),
|
|
13
|
+
createdOn: zod.z.number().int().describe("Timestamp when the folder was created (in microseconds)").nullable().optional(),
|
|
14
|
+
updatedOn: zod.z.number().int().describe("Timestamp when the folder was last updated (in microseconds)").nullable().optional()
|
|
15
|
+
}).describe("Represents a folder within a room.");
|
|
16
|
+
const MuralListFoldersOutput = zod.z.object({
|
|
17
|
+
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
18
|
+
value: zod.z.array(MuralListFolders_FolderSchema).describe("Array of folders in the room")
|
|
19
|
+
}).describe("Response model for listing folders within a room.");
|
|
20
|
+
const muralListFolders = require_action.action("MURAL_LIST_FOLDERS", {
|
|
21
|
+
slug: "mural-list-folders",
|
|
22
|
+
name: "List folders in room",
|
|
23
|
+
description: "Tool to list all folders within a room that the authenticated user has access to. Use after MURAL_LIST_ROOMS to navigate folders within a specific room.",
|
|
24
|
+
input: MuralListFoldersInput,
|
|
25
|
+
output: MuralListFoldersOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.muralListFolders = muralListFolders;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-folders.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListFoldersInput: z.ZodTypeAny = 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 folders to return per page (must be ≥1)\").optional(),\n roomId: z.string().describe(\"Unique identifier of the room to list folders from\"),\n}).describe(\"Request model for listing folders within a room.\");\nconst MuralListFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Name of the folder\"),\n roomId: z.string().describe(\"ID of the room containing this folder\"),\n createdOn: z.number().int().describe(\"Timestamp when the folder was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the folder was last updated (in microseconds)\").nullable().optional(),\n}).describe(\"Represents a folder within a room.\");\nexport const MuralListFoldersOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListFolders_FolderSchema).describe(\"Array of folders in the room\"),\n}).describe(\"Response model for listing folders within a room.\");\n\nexport const muralListFolders = action(\"MURAL_LIST_FOLDERS\", {\n slug: \"mural-list-folders\",\n name: \"List folders in room\",\n description: \"Tool to list all folders within a room that the authenticated user has access to. Use after MURAL_LIST_ROOMS to navigate folders within a specific room.\",\n input: MuralListFoldersInput,\n output: MuralListFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACvG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AAClF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,8BAA8B;AACvF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-folders.d.ts
|
|
4
|
+
declare const MuralListFoldersInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListFoldersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListFolders };
|
|
9
|
+
//# sourceMappingURL=list-folders.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-folders.d.cts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAIyB;AAAA,cAQlD,sBAAA,EAAwB,CAAA,CAAE,UAGyB;AAAA,cAEnD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-folders.d.ts
|
|
4
|
+
declare const MuralListFoldersInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListFoldersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListFolders };
|
|
9
|
+
//# sourceMappingURL=list-folders.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-folders.d.mts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAIyB;AAAA,cAQlD,sBAAA,EAAwB,CAAA,CAAE,UAGyB;AAAA,cAEnD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-folders.ts
|
|
4
|
+
const MuralListFoldersInput = z.object({
|
|
5
|
+
next: z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of folders to return per page (must be ≥1)").optional(),
|
|
7
|
+
roomId: z.string().describe("Unique identifier of the room to list folders from")
|
|
8
|
+
}).describe("Request model for listing folders within a room.");
|
|
9
|
+
const MuralListFolders_FolderSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier of the folder"),
|
|
11
|
+
name: z.string().describe("Name of the folder"),
|
|
12
|
+
roomId: z.string().describe("ID of the room containing this folder"),
|
|
13
|
+
createdOn: z.number().int().describe("Timestamp when the folder was created (in microseconds)").nullable().optional(),
|
|
14
|
+
updatedOn: z.number().int().describe("Timestamp when the folder was last updated (in microseconds)").nullable().optional()
|
|
15
|
+
}).describe("Represents a folder within a room.");
|
|
16
|
+
const muralListFolders = action("MURAL_LIST_FOLDERS", {
|
|
17
|
+
slug: "mural-list-folders",
|
|
18
|
+
name: "List folders in room",
|
|
19
|
+
description: "Tool to list all folders within a room that the authenticated user has access to. Use after MURAL_LIST_ROOMS to navigate folders within a specific room.",
|
|
20
|
+
input: MuralListFoldersInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
23
|
+
value: z.array(MuralListFolders_FolderSchema).describe("Array of folders in the room")
|
|
24
|
+
}).describe("Response model for listing folders within a room.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { muralListFolders };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=list-folders.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-folders.mjs","names":[],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListFoldersInput: z.ZodTypeAny = 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 folders to return per page (must be ≥1)\").optional(),\n roomId: z.string().describe(\"Unique identifier of the room to list folders from\"),\n}).describe(\"Request model for listing folders within a room.\");\nconst MuralListFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Name of the folder\"),\n roomId: z.string().describe(\"ID of the room containing this folder\"),\n createdOn: z.number().int().describe(\"Timestamp when the folder was created (in microseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the folder was last updated (in microseconds)\").nullable().optional(),\n}).describe(\"Represents a folder within a room.\");\nexport const MuralListFoldersOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListFolders_FolderSchema).describe(\"Array of folders in the room\"),\n}).describe(\"Response model for listing folders within a room.\");\n\nexport const muralListFolders = action(\"MURAL_LIST_FOLDERS\", {\n slug: \"mural-list-folders\",\n name: \"List folders in room\",\n description: \"Tool to list all folders within a room that the authenticated user has access to. Use after MURAL_LIST_ROOMS to navigate folders within a specific room.\",\n input: MuralListFoldersInput,\n output: MuralListFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACvG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AAClF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,gCAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAMhD,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,8BAA8B;CACvF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-open-rooms.ts
|
|
4
|
+
const MuralListOpenRoomsInput = zod.z.object({
|
|
5
|
+
next: zod.z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of rooms to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list open rooms from")
|
|
8
|
+
}).describe("Request model for listing open rooms within a workspace.");
|
|
9
|
+
const MuralListOpenRooms_RoomSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the room"),
|
|
11
|
+
name: zod.z.string().describe("Name of the room"),
|
|
12
|
+
type: zod.z.string().describe("Type of the room (e.g., 'open', 'private')"),
|
|
13
|
+
favorite: zod.z.boolean().describe("Whether the room is marked as favorite by the user").nullable().optional(),
|
|
14
|
+
isMember: zod.z.boolean().describe("Whether the current user is a member of this room").nullable().optional(),
|
|
15
|
+
createdOn: zod.z.number().int().describe("Timestamp when the room was created (in microseconds)").nullable().optional(),
|
|
16
|
+
updatedOn: zod.z.number().int().describe("Timestamp when the room was last updated (in microseconds)").nullable().optional(),
|
|
17
|
+
description: zod.z.string().describe("Description of the room").nullable().optional(),
|
|
18
|
+
workspaceId: zod.z.string().describe("ID of the workspace containing this room"),
|
|
19
|
+
confidential: zod.z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
20
|
+
}).describe("Represents a room within a workspace.");
|
|
21
|
+
const MuralListOpenRoomsOutput = zod.z.object({
|
|
22
|
+
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
23
|
+
value: zod.z.array(MuralListOpenRooms_RoomSchema).describe("Array of open rooms in the workspace")
|
|
24
|
+
}).describe("Response model for listing open rooms within a workspace.");
|
|
25
|
+
const muralListOpenRooms = require_action.action("MURAL_LIST_OPEN_ROOMS", {
|
|
26
|
+
slug: "mural-list-open-rooms",
|
|
27
|
+
name: "List open rooms in workspace",
|
|
28
|
+
description: "Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.",
|
|
29
|
+
input: MuralListOpenRoomsInput,
|
|
30
|
+
output: MuralListOpenRoomsOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.muralListOpenRooms = muralListOpenRooms;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=list-open-rooms.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-open-rooms.cjs","names":["z","action"],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of rooms to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list open rooms from\"),\n}).describe(\"Request model for listing open rooms within a workspace.\");\nconst MuralListOpenRooms_RoomSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the room\"),\n name: z.string().describe(\"Name of the room\"),\n type: z.string().describe(\"Type of the room (e.g., 'open', 'private')\"),\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\"),\n confidential: z.boolean().describe(\"Whether the room is marked as confidential\").nullable().optional(),\n}).describe(\"Represents a room within a workspace.\");\nexport const MuralListOpenRoomsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListOpenRooms_RoomSchema).describe(\"Array of open rooms in the workspace\"),\n}).describe(\"Response model for listing open rooms within a workspace.\");\n\nexport const muralListOpenRooms = action(\"MURAL_LIST_OPEN_ROOMS\", {\n slug: \"mural-list-open-rooms\",\n name: \"List open rooms in workspace\",\n description: \"Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.\",\n input: MuralListOpenRoomsInput,\n output: MuralListOpenRoomsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,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;CAC3E,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;AAC/F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-open-rooms.d.ts
|
|
4
|
+
declare const MuralListOpenRoomsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListOpenRoomsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListOpenRooms: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListOpenRooms };
|
|
9
|
+
//# sourceMappingURL=list-open-rooms.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-open-rooms.d.cts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAI+B;AAAA,cAa1D,wBAAA,EAA0B,CAAA,CAAE,UAG+B;AAAA,cAE3D,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-open-rooms.d.ts
|
|
4
|
+
declare const MuralListOpenRoomsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListOpenRoomsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListOpenRooms: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListOpenRooms };
|
|
9
|
+
//# sourceMappingURL=list-open-rooms.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-open-rooms.d.mts","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAI+B;AAAA,cAa1D,wBAAA,EAA0B,CAAA,CAAE,UAG+B;AAAA,cAE3D,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-open-rooms.ts
|
|
4
|
+
const MuralListOpenRoomsInput = z.object({
|
|
5
|
+
next: z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of rooms to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: z.string().describe("Unique identifier of the workspace to list open rooms from")
|
|
8
|
+
}).describe("Request model for listing open rooms within a workspace.");
|
|
9
|
+
const MuralListOpenRooms_RoomSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier of the room"),
|
|
11
|
+
name: z.string().describe("Name of the room"),
|
|
12
|
+
type: z.string().describe("Type of the room (e.g., 'open', 'private')"),
|
|
13
|
+
favorite: z.boolean().describe("Whether the room is marked as favorite by the user").nullable().optional(),
|
|
14
|
+
isMember: z.boolean().describe("Whether the current user is a member of this room").nullable().optional(),
|
|
15
|
+
createdOn: z.number().int().describe("Timestamp when the room was created (in microseconds)").nullable().optional(),
|
|
16
|
+
updatedOn: z.number().int().describe("Timestamp when the room was last updated (in microseconds)").nullable().optional(),
|
|
17
|
+
description: z.string().describe("Description of the room").nullable().optional(),
|
|
18
|
+
workspaceId: z.string().describe("ID of the workspace containing this room"),
|
|
19
|
+
confidential: z.boolean().describe("Whether the room is marked as confidential").nullable().optional()
|
|
20
|
+
}).describe("Represents a room within a workspace.");
|
|
21
|
+
const muralListOpenRooms = action("MURAL_LIST_OPEN_ROOMS", {
|
|
22
|
+
slug: "mural-list-open-rooms",
|
|
23
|
+
name: "List open rooms in workspace",
|
|
24
|
+
description: "Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.",
|
|
25
|
+
input: MuralListOpenRoomsInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
28
|
+
value: z.array(MuralListOpenRooms_RoomSchema).describe("Array of open rooms in the workspace")
|
|
29
|
+
}).describe("Response model for listing open rooms within a workspace.")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { muralListOpenRooms };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-open-rooms.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-open-rooms.mjs","names":[],"sources":["../../src/actions/list-open-rooms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListOpenRoomsInput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of rooms to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list open rooms from\"),\n}).describe(\"Request model for listing open rooms within a workspace.\");\nconst MuralListOpenRooms_RoomSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the room\"),\n name: z.string().describe(\"Name of the room\"),\n type: z.string().describe(\"Type of the room (e.g., 'open', 'private')\"),\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\"),\n confidential: z.boolean().describe(\"Whether the room is marked as confidential\").nullable().optional(),\n}).describe(\"Represents a room within a workspace.\");\nexport const MuralListOpenRoomsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListOpenRooms_RoomSchema).describe(\"Array of open rooms in the workspace\"),\n}).describe(\"Response model for listing open rooms within a workspace.\");\n\nexport const muralListOpenRooms = action(\"MURAL_LIST_OPEN_ROOMS\", {\n slug: \"mural-list-open-rooms\",\n name: \"List open rooms in workspace\",\n description: \"Tool to list all discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.\",\n input: MuralListOpenRoomsInput,\n output: MuralListOpenRoomsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gCAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,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;CAC3E,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAMnD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;CAC/F,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-recent-murals.ts
|
|
4
|
+
const MuralListRecentMuralsInput = zod.z.object({
|
|
5
|
+
next: zod.z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of murals to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list recent murals from")
|
|
8
|
+
}).describe("Request model for listing recently opened murals in a workspace.");
|
|
9
|
+
const MuralListRecentMurals_MuralSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the mural"),
|
|
11
|
+
title: zod.z.string().describe("Title of the mural").nullable().optional(),
|
|
12
|
+
roomId: zod.z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
13
|
+
favorite: zod.z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
14
|
+
createdBy: zod.z.string().describe("ID of the user who created the mural").nullable().optional(),
|
|
15
|
+
createdOn: zod.z.number().int().describe("Timestamp when the mural was created (in milliseconds)").nullable().optional(),
|
|
16
|
+
updatedOn: zod.z.number().int().describe("Timestamp when the mural was last updated (in milliseconds)").nullable().optional(),
|
|
17
|
+
workspaceId: zod.z.string().describe("ID of the workspace containing this mural").nullable().optional(),
|
|
18
|
+
thumbnailUrl: zod.z.string().describe("URL of the mural thumbnail").nullable().optional(),
|
|
19
|
+
membersSettings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for member access to the mural").nullable().optional(),
|
|
20
|
+
visitorsSettings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for visitor access to the mural").nullable().optional()
|
|
21
|
+
}).describe("Represents a mural object with its properties.");
|
|
22
|
+
const MuralListRecentMuralsOutput = zod.z.object({
|
|
23
|
+
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
24
|
+
value: zod.z.array(MuralListRecentMurals_MuralSchema).describe("Array of recently opened murals in the workspace")
|
|
25
|
+
}).describe("Response model for listing recently opened murals in a workspace.");
|
|
26
|
+
const muralListRecentMurals = require_action.action("MURAL_LIST_RECENT_MURALS", {
|
|
27
|
+
slug: "mural-list-recent-murals",
|
|
28
|
+
name: "List recent murals in workspace",
|
|
29
|
+
description: "Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.",
|
|
30
|
+
input: MuralListRecentMuralsInput,
|
|
31
|
+
output: MuralListRecentMuralsOutput
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.muralListRecentMurals = muralListRecentMurals;
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=list-recent-murals.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-murals.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of murals to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent murals from\"),\n}).describe(\"Request model for listing recently opened murals in a workspace.\");\nconst MuralListRecentMurals_MuralSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the mural\"),\n title: z.string().describe(\"Title of the mural\").nullable().optional(),\n roomId: z.string().describe(\"ID of the room containing this mural\").nullable().optional(),\n favorite: z.boolean().describe(\"Whether the mural is marked as favorite by the user\").nullable().optional(),\n createdBy: z.string().describe(\"ID of the user who created the mural\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the mural was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the mural was last updated (in milliseconds)\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this mural\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the mural thumbnail\").nullable().optional(),\n membersSettings: z.record(z.string(), z.unknown()).describe(\"Settings for member access to the mural\").nullable().optional(),\n visitorsSettings: z.record(z.string(), z.unknown()).describe(\"Settings for visitor access to the mural\").nullable().optional(),\n}).describe(\"Represents a mural object with its properties.\");\nexport const MuralListRecentMuralsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentMurals_MuralSchema).describe(\"Array of recently opened murals in the workspace\"),\n}).describe(\"Response model for listing recently opened murals in a workspace.\");\n\nexport const muralListRecentMurals = action(\"MURAL_LIST_RECENT_MURALS\", {\n slug: \"mural-list-recent-murals\",\n name: \"List recent murals in workspace\",\n description: \"Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.\",\n input: MuralListRecentMuralsInput,\n output: MuralListRecentMuralsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AAClG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD;AAC/G,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-recent-murals.d.ts
|
|
4
|
+
declare const MuralListRecentMuralsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListRecentMuralsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListRecentMurals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListRecentMurals };
|
|
9
|
+
//# sourceMappingURL=list-recent-murals.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-murals.d.cts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIoC;AAAA,cAclE,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cAEnE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-recent-murals.d.ts
|
|
4
|
+
declare const MuralListRecentMuralsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListRecentMuralsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListRecentMurals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListRecentMurals };
|
|
9
|
+
//# sourceMappingURL=list-recent-murals.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-murals.d.mts","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIoC;AAAA,cAclE,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cAEnE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-recent-murals.ts
|
|
4
|
+
const MuralListRecentMuralsInput = z.object({
|
|
5
|
+
next: z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of murals to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: z.string().describe("Unique identifier of the workspace to list recent murals from")
|
|
8
|
+
}).describe("Request model for listing recently opened murals in a workspace.");
|
|
9
|
+
const MuralListRecentMurals_MuralSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier of the mural"),
|
|
11
|
+
title: z.string().describe("Title of the mural").nullable().optional(),
|
|
12
|
+
roomId: z.string().describe("ID of the room containing this mural").nullable().optional(),
|
|
13
|
+
favorite: z.boolean().describe("Whether the mural is marked as favorite by the user").nullable().optional(),
|
|
14
|
+
createdBy: z.string().describe("ID of the user who created the mural").nullable().optional(),
|
|
15
|
+
createdOn: z.number().int().describe("Timestamp when the mural was created (in milliseconds)").nullable().optional(),
|
|
16
|
+
updatedOn: z.number().int().describe("Timestamp when the mural was last updated (in milliseconds)").nullable().optional(),
|
|
17
|
+
workspaceId: z.string().describe("ID of the workspace containing this mural").nullable().optional(),
|
|
18
|
+
thumbnailUrl: z.string().describe("URL of the mural thumbnail").nullable().optional(),
|
|
19
|
+
membersSettings: z.record(z.string(), z.unknown()).describe("Settings for member access to the mural").nullable().optional(),
|
|
20
|
+
visitorsSettings: z.record(z.string(), z.unknown()).describe("Settings for visitor access to the mural").nullable().optional()
|
|
21
|
+
}).describe("Represents a mural object with its properties.");
|
|
22
|
+
const muralListRecentMurals = action("MURAL_LIST_RECENT_MURALS", {
|
|
23
|
+
slug: "mural-list-recent-murals",
|
|
24
|
+
name: "List recent murals in workspace",
|
|
25
|
+
description: "Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.",
|
|
26
|
+
input: MuralListRecentMuralsInput,
|
|
27
|
+
output: z.object({
|
|
28
|
+
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
29
|
+
value: z.array(MuralListRecentMurals_MuralSchema).describe("Array of recently opened murals in the workspace")
|
|
30
|
+
}).describe("Response model for listing recently opened murals in a workspace.")
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
export { muralListRecentMurals };
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=list-recent-murals.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-murals.mjs","names":[],"sources":["../../src/actions/list-recent-murals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentMuralsInput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of murals to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent murals from\"),\n}).describe(\"Request model for listing recently opened murals in a workspace.\");\nconst MuralListRecentMurals_MuralSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the mural\"),\n title: z.string().describe(\"Title of the mural\").nullable().optional(),\n roomId: z.string().describe(\"ID of the room containing this mural\").nullable().optional(),\n favorite: z.boolean().describe(\"Whether the mural is marked as favorite by the user\").nullable().optional(),\n createdBy: z.string().describe(\"ID of the user who created the mural\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the mural was created (in milliseconds)\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the mural was last updated (in milliseconds)\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this mural\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the mural thumbnail\").nullable().optional(),\n membersSettings: z.record(z.string(), z.unknown()).describe(\"Settings for member access to the mural\").nullable().optional(),\n visitorsSettings: z.record(z.string(), z.unknown()).describe(\"Settings for visitor access to the mural\").nullable().optional(),\n}).describe(\"Represents a mural object with its properties.\");\nexport const MuralListRecentMuralsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentMurals_MuralSchema).describe(\"Array of recently opened murals in the workspace\"),\n}).describe(\"Response model for listing recently opened murals in a workspace.\");\n\nexport const muralListRecentMurals = action(\"MURAL_LIST_RECENT_MURALS\", {\n slug: \"mural-list-recent-murals\",\n name: \"List recent murals in workspace\",\n description: \"Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.\",\n input: MuralListRecentMuralsInput,\n output: MuralListRecentMuralsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AAClG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAM5D,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD;CAC/G,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-recent-templates.ts
|
|
4
|
+
const MuralListRecentTemplatesInput = zod.z.object({
|
|
5
|
+
next: zod.z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of templates to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: zod.z.string().describe("Unique identifier of the workspace to list recent templates from"),
|
|
8
|
+
withoutDefault: zod.z.boolean().describe("If true, the list of returned templates will not include default templates").optional()
|
|
9
|
+
}).describe("Request model for listing recent templates within a workspace.");
|
|
10
|
+
const MuralListRecentTemplates_TemplateSchema = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("Unique identifier of the template").nullable().optional(),
|
|
12
|
+
name: zod.z.string().describe("Name of the template").nullable().optional(),
|
|
13
|
+
type: zod.z.string().describe("Type of the template (e.g., 'default', 'custom')").nullable().optional(),
|
|
14
|
+
createdOn: zod.z.number().int().describe("Timestamp when the template was created").nullable().optional(),
|
|
15
|
+
updatedOn: zod.z.number().int().describe("Timestamp when the template was last updated").nullable().optional(),
|
|
16
|
+
description: zod.z.string().describe("Description of the template").nullable().optional(),
|
|
17
|
+
workspaceId: zod.z.string().describe("ID of the workspace containing this template").nullable().optional(),
|
|
18
|
+
thumbnailUrl: zod.z.string().describe("URL of the template thumbnail image").nullable().optional()
|
|
19
|
+
}).describe("Represents a template object returned by the API.");
|
|
20
|
+
const MuralListRecentTemplatesOutput = zod.z.object({
|
|
21
|
+
next: zod.z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
22
|
+
value: zod.z.array(MuralListRecentTemplates_TemplateSchema).describe("Array of recent templates in the workspace")
|
|
23
|
+
}).describe("Response model for listing recent templates within a workspace.");
|
|
24
|
+
const muralListRecentTemplates = require_action.action("MURAL_LIST_RECENT_TEMPLATES", {
|
|
25
|
+
slug: "mural-list-recent-templates",
|
|
26
|
+
name: "List recent templates",
|
|
27
|
+
description: "Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.",
|
|
28
|
+
input: MuralListRecentTemplatesInput,
|
|
29
|
+
output: MuralListRecentTemplatesOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.muralListRecentTemplates = muralListRecentTemplates;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-recent-templates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-recent-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralListRecentTemplatesInput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for retrieving the next page of results\").optional(),\n limit: z.number().int().describe(\"Maximum number of templates to return per page (must be ≥1)\").optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace to list recent templates from\"),\n withoutDefault: z.boolean().describe(\"If true, the list of returned templates will not include default templates\").optional(),\n}).describe(\"Request model for listing recent templates within a workspace.\");\nconst MuralListRecentTemplates_TemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the template\").nullable().optional(),\n name: z.string().describe(\"Name of the template\").nullable().optional(),\n type: z.string().describe(\"Type of the template (e.g., 'default', 'custom')\").nullable().optional(),\n createdOn: z.number().int().describe(\"Timestamp when the template was created\").nullable().optional(),\n updatedOn: z.number().int().describe(\"Timestamp when the template was last updated\").nullable().optional(),\n description: z.string().describe(\"Description of the template\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace containing this template\").nullable().optional(),\n thumbnailUrl: z.string().describe(\"URL of the template thumbnail image\").nullable().optional(),\n}).describe(\"Represents a template object returned by the API.\");\nexport const MuralListRecentTemplatesOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next page of results, if available\").nullable().optional(),\n value: z.array(MuralListRecentTemplates_TemplateSchema).describe(\"Array of recent templates in the workspace\"),\n}).describe(\"Response model for listing recent templates within a workspace.\");\n\nexport const muralListRecentTemplates = action(\"MURAL_LIST_RECENT_TEMPLATES\", {\n slug: \"mural-list-recent-templates\",\n name: \"List recent templates\",\n description: \"Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.\",\n input: MuralListRecentTemplatesInput,\n output: MuralListRecentTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACnG,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,4CAA4C;AAC/G,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-recent-templates.d.ts
|
|
4
|
+
declare const MuralListRecentTemplatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListRecentTemplatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListRecentTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListRecentTemplates };
|
|
9
|
+
//# sourceMappingURL=list-recent-templates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-templates.d.cts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK+B;AAAA,cAWhE,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAEjE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-recent-templates.d.ts
|
|
4
|
+
declare const MuralListRecentTemplatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const MuralListRecentTemplatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const muralListRecentTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { muralListRecentTemplates };
|
|
9
|
+
//# sourceMappingURL=list-recent-templates.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recent-templates.d.mts","names":[],"sources":["../../src/actions/list-recent-templates.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK+B;AAAA,cAWhE,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAEjE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-recent-templates.ts
|
|
4
|
+
const MuralListRecentTemplatesInput = z.object({
|
|
5
|
+
next: z.string().describe("Pagination token for retrieving the next page of results").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of templates to return per page (must be ≥1)").optional(),
|
|
7
|
+
workspaceId: z.string().describe("Unique identifier of the workspace to list recent templates from"),
|
|
8
|
+
withoutDefault: z.boolean().describe("If true, the list of returned templates will not include default templates").optional()
|
|
9
|
+
}).describe("Request model for listing recent templates within a workspace.");
|
|
10
|
+
const MuralListRecentTemplates_TemplateSchema = z.object({
|
|
11
|
+
id: z.string().describe("Unique identifier of the template").nullable().optional(),
|
|
12
|
+
name: z.string().describe("Name of the template").nullable().optional(),
|
|
13
|
+
type: z.string().describe("Type of the template (e.g., 'default', 'custom')").nullable().optional(),
|
|
14
|
+
createdOn: z.number().int().describe("Timestamp when the template was created").nullable().optional(),
|
|
15
|
+
updatedOn: z.number().int().describe("Timestamp when the template was last updated").nullable().optional(),
|
|
16
|
+
description: z.string().describe("Description of the template").nullable().optional(),
|
|
17
|
+
workspaceId: z.string().describe("ID of the workspace containing this template").nullable().optional(),
|
|
18
|
+
thumbnailUrl: z.string().describe("URL of the template thumbnail image").nullable().optional()
|
|
19
|
+
}).describe("Represents a template object returned by the API.");
|
|
20
|
+
const muralListRecentTemplates = action("MURAL_LIST_RECENT_TEMPLATES", {
|
|
21
|
+
slug: "mural-list-recent-templates",
|
|
22
|
+
name: "List recent templates",
|
|
23
|
+
description: "Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.",
|
|
24
|
+
input: MuralListRecentTemplatesInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
next: z.string().describe("Pagination token for the next page of results, if available").nullable().optional(),
|
|
27
|
+
value: z.array(MuralListRecentTemplates_TemplateSchema).describe("Array of recent templates in the workspace")
|
|
28
|
+
}).describe("Response model for listing recent templates within a workspace.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { muralListRecentTemplates };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-recent-templates.mjs.map
|