@keystrokehq/monday_mcp 0.1.3 → 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/all-monday-api.d.cts +13 -1
- package/dist/actions/all-monday-api.d.mts +13 -1
- package/dist/actions/all-widgets-schema.d.cts +13 -1
- package/dist/actions/all-widgets-schema.d.cts.map +1 -1
- package/dist/actions/all-widgets-schema.d.mts +13 -1
- package/dist/actions/all-widgets-schema.d.mts.map +1 -1
- package/dist/actions/board-insights.d.cts +13 -1
- package/dist/actions/board-insights.d.mts +13 -1
- package/dist/actions/change-item-column-values.d.cts +13 -1
- package/dist/actions/change-item-column-values.d.mts +13 -1
- package/dist/actions/create-board.d.cts +13 -1
- package/dist/actions/create-board.d.mts +13 -1
- package/dist/actions/create-column.d.cts +20 -8
- package/dist/actions/create-column.d.mts +20 -8
- package/dist/actions/create-dashboard.d.cts +13 -1
- package/dist/actions/create-dashboard.d.mts +13 -1
- package/dist/actions/create-doc.d.cts +13 -1
- package/dist/actions/create-doc.d.mts +13 -1
- package/dist/actions/create-folder.d.cts +13 -1
- package/dist/actions/create-folder.d.mts +13 -1
- package/dist/actions/create-form.d.cts +13 -1
- package/dist/actions/create-form.d.mts +13 -1
- package/dist/actions/create-group.d.cts +13 -1
- package/dist/actions/create-group.d.mts +13 -1
- package/dist/actions/create-item.d.cts +13 -1
- package/dist/actions/create-item.d.mts +13 -1
- package/dist/actions/create-update.d.cts +13 -1
- package/dist/actions/create-update.d.mts +13 -1
- package/dist/actions/create-widget.d.cts +13 -1
- package/dist/actions/create-widget.d.cts.map +1 -1
- package/dist/actions/create-widget.d.mts +13 -1
- package/dist/actions/create-widget.d.mts.map +1 -1
- package/dist/actions/create-workspace.d.cts +13 -1
- package/dist/actions/create-workspace.d.mts +13 -1
- package/dist/actions/form-questions-editor.d.cts +13 -1
- package/dist/actions/form-questions-editor.d.mts +13 -1
- package/dist/actions/get-board-activity.d.cts +13 -1
- package/dist/actions/get-board-activity.d.mts +13 -1
- package/dist/actions/get-board-info.d.cts +13 -1
- package/dist/actions/get-board-info.d.mts +13 -1
- package/dist/actions/get-board-items-page.d.cts +13 -1
- package/dist/actions/get-board-items-page.d.mts +13 -1
- package/dist/actions/get-column-type-info.d.cts +20 -8
- package/dist/actions/get-column-type-info.d.mts +20 -8
- package/dist/actions/get-form.d.cts +13 -1
- package/dist/actions/get-form.d.mts +13 -1
- package/dist/actions/get-graphql-schema.d.cts +13 -1
- package/dist/actions/get-graphql-schema.d.mts +13 -1
- package/dist/actions/get-monday-dev-sprints-boards.d.cts +13 -1
- package/dist/actions/get-monday-dev-sprints-boards.d.cts.map +1 -1
- package/dist/actions/get-monday-dev-sprints-boards.d.mts +13 -1
- package/dist/actions/get-monday-dev-sprints-boards.d.mts.map +1 -1
- package/dist/actions/get-sprint-summary.d.cts +13 -1
- package/dist/actions/get-sprint-summary.d.mts +13 -1
- package/dist/actions/get-sprints-metadata.d.cts +13 -1
- package/dist/actions/get-sprints-metadata.d.mts +13 -1
- package/dist/actions/get-type-details.d.cts +13 -1
- package/dist/actions/get-type-details.d.mts +13 -1
- package/dist/actions/get-user-context.d.cts +13 -1
- package/dist/actions/get-user-context.d.cts.map +1 -1
- package/dist/actions/get-user-context.d.mts +13 -1
- package/dist/actions/get-user-context.d.mts.map +1 -1
- package/dist/actions/list-users-and-teams.d.cts +13 -1
- package/dist/actions/list-users-and-teams.d.mts +13 -1
- package/dist/actions/list-workspaces.d.cts +13 -1
- package/dist/actions/list-workspaces.d.mts +13 -1
- package/dist/actions/move-object.d.cts +13 -1
- package/dist/actions/move-object.d.mts +13 -1
- package/dist/actions/read-docs.d.cts +13 -1
- package/dist/actions/read-docs.d.mts +13 -1
- package/dist/actions/search.d.cts +13 -1
- package/dist/actions/search.d.mts +13 -1
- package/dist/actions/update-folder.d.cts +13 -1
- package/dist/actions/update-folder.d.mts +13 -1
- package/dist/actions/update-form.d.cts +13 -1
- package/dist/actions/update-form.d.mts +13 -1
- package/dist/actions/update-workspace.d.cts +13 -1
- package/dist/actions/update-workspace.d.mts +13 -1
- package/dist/actions/workspace-info.d.cts +13 -1
- package/dist/actions/workspace-info.d.mts +13 -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
|
@@ -11,7 +11,19 @@ declare const mondayMcpCreateUpdate: import("@keystrokehq/action").WorkflowActio
|
|
|
11
11
|
body: string;
|
|
12
12
|
itemId: number;
|
|
13
13
|
mentionsList?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { mondayMcpCreateUpdate };
|
|
17
29
|
//# sourceMappingURL=create-update.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpCreateUpdate: import("@keystrokehq/action").WorkflowActio
|
|
|
11
11
|
body: string;
|
|
12
12
|
itemId: number;
|
|
13
13
|
mentionsList?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { mondayMcpCreateUpdate };
|
|
17
29
|
//# sourceMappingURL=create-update.d.mts.map
|
|
@@ -27,7 +27,19 @@ declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActio
|
|
|
27
27
|
parent_container_type: "BOARD_VIEW" | "DASHBOARD";
|
|
28
28
|
settings?: Record<string, unknown> | undefined;
|
|
29
29
|
settingsStringified?: string | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
31
43
|
//#endregion
|
|
32
44
|
export { mondayMcpCreateWidget };
|
|
33
45
|
//# sourceMappingURL=create-widget.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-widget.d.cts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,UAAc;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-widget.d.cts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,UAAc;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -27,7 +27,19 @@ declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActio
|
|
|
27
27
|
parent_container_type: "BOARD_VIEW" | "DASHBOARD";
|
|
28
28
|
settings?: Record<string, unknown> | undefined;
|
|
29
29
|
settingsStringified?: string | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
31
43
|
//#endregion
|
|
32
44
|
export { mondayMcpCreateWidget };
|
|
33
45
|
//# sourceMappingURL=create-widget.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-widget.d.mts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,UAAc;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-widget.d.mts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,UAAc;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateWorkspace: import("@keystrokehq/action").WorkflowAc
|
|
|
17
17
|
workspaceKind: "closed" | "open" | "template";
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
accountProductId?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { mondayMcpCreateWorkspace };
|
|
23
35
|
//# sourceMappingURL=create-workspace.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateWorkspace: import("@keystrokehq/action").WorkflowAc
|
|
|
17
17
|
workspaceKind: "closed" | "open" | "template";
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
accountProductId?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { mondayMcpCreateWorkspace };
|
|
23
35
|
//# sourceMappingURL=create-workspace.d.mts.map
|
|
@@ -108,7 +108,19 @@ declare const mondayMcpFormQuestionsEditor: import("@keystrokehq/action").Workfl
|
|
|
108
108
|
} | undefined;
|
|
109
109
|
questionId?: string | undefined;
|
|
110
110
|
questionStringified?: string | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
accessToken: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
accessToken: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { mondayMcpFormQuestionsEditor };
|
|
114
126
|
//# sourceMappingURL=form-questions-editor.d.cts.map
|
|
@@ -108,7 +108,19 @@ declare const mondayMcpFormQuestionsEditor: import("@keystrokehq/action").Workfl
|
|
|
108
108
|
} | undefined;
|
|
109
109
|
questionId?: string | undefined;
|
|
110
110
|
questionStringified?: string | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
accessToken: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
accessToken: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { mondayMcpFormQuestionsEditor };
|
|
114
126
|
//# sourceMappingURL=form-questions-editor.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpGetBoardActivity: import("@keystrokehq/action").WorkflowA
|
|
|
11
11
|
boardId: number;
|
|
12
12
|
toDate?: string | undefined;
|
|
13
13
|
fromDate?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { mondayMcpGetBoardActivity };
|
|
17
29
|
//# sourceMappingURL=get-board-activity.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpGetBoardActivity: import("@keystrokehq/action").WorkflowA
|
|
|
11
11
|
boardId: number;
|
|
12
12
|
toDate?: string | undefined;
|
|
13
13
|
fromDate?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { mondayMcpGetBoardActivity };
|
|
17
29
|
//# sourceMappingURL=get-board-activity.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetBoardInfoInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetBoardInfoOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetBoardInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
boardId: number;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
accessToken: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { mondayMcpGetBoardInfo };
|
|
13
25
|
//# sourceMappingURL=get-board-info.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetBoardInfoInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetBoardInfoOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetBoardInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
boardId: number;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
accessToken: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { mondayMcpGetBoardInfo };
|
|
13
25
|
//# sourceMappingURL=get-board-info.d.mts.map
|
|
@@ -72,7 +72,19 @@ declare const mondayMcpGetBoardItemsPage: import("@keystrokehq/action").Workflow
|
|
|
72
72
|
includeSubItems?: boolean | undefined;
|
|
73
73
|
filtersStringified?: string | undefined;
|
|
74
74
|
orderByStringified?: string | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
accessToken: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
accessToken: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { mondayMcpGetBoardItemsPage };
|
|
78
90
|
//# sourceMappingURL=get-board-items-page.d.cts.map
|
|
@@ -72,7 +72,19 @@ declare const mondayMcpGetBoardItemsPage: import("@keystrokehq/action").Workflow
|
|
|
72
72
|
includeSubItems?: boolean | undefined;
|
|
73
73
|
filtersStringified?: string | undefined;
|
|
74
74
|
orderByStringified?: string | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
accessToken: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
accessToken: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { mondayMcpGetBoardItemsPage };
|
|
78
90
|
//# sourceMappingURL=get-board-items-page.d.mts.map
|
|
@@ -3,6 +3,12 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-column-type-info.d.ts
|
|
4
4
|
declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
5
5
|
columnType: z.ZodEnum<{
|
|
6
|
+
date: "date";
|
|
7
|
+
file: "file";
|
|
8
|
+
link: "link";
|
|
9
|
+
name: "name";
|
|
10
|
+
item_id: "item_id";
|
|
11
|
+
location: "location";
|
|
6
12
|
auto_number: "auto_number";
|
|
7
13
|
board_relation: "board_relation";
|
|
8
14
|
button: "button";
|
|
@@ -10,25 +16,19 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
10
16
|
color_picker: "color_picker";
|
|
11
17
|
country: "country";
|
|
12
18
|
creation_log: "creation_log";
|
|
13
|
-
date: "date";
|
|
14
19
|
dependency: "dependency";
|
|
15
20
|
direct_doc: "direct_doc";
|
|
16
21
|
doc: "doc";
|
|
17
22
|
dropdown: "dropdown";
|
|
18
23
|
email: "email";
|
|
19
|
-
file: "file";
|
|
20
24
|
formula: "formula";
|
|
21
25
|
group: "group";
|
|
22
26
|
hour: "hour";
|
|
23
27
|
integration: "integration";
|
|
24
28
|
item_assignees: "item_assignees";
|
|
25
|
-
item_id: "item_id";
|
|
26
29
|
last_updated: "last_updated";
|
|
27
|
-
link: "link";
|
|
28
|
-
location: "location";
|
|
29
30
|
long_text: "long_text";
|
|
30
31
|
mirror: "mirror";
|
|
31
|
-
name: "name";
|
|
32
32
|
numbers: "numbers";
|
|
33
33
|
people: "people";
|
|
34
34
|
phone: "phone";
|
|
@@ -49,8 +49,20 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
49
49
|
}, z.core.$strip>;
|
|
50
50
|
declare const MondayMcpGetColumnTypeInfoOutput: z.ZodUnknown;
|
|
51
51
|
declare const mondayMcpGetColumnTypeInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
52
|
-
columnType: "
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
columnType: "date" | "file" | "link" | "name" | "item_id" | "location" | "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "last_updated" | "long_text" | "mirror" | "numbers" | "people" | "phone" | "progress" | "rating" | "status" | "subtasks" | "tags" | "team" | "text" | "time_tracking" | "timeline" | "unsupported" | "vote" | "week" | "world_clock";
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
accessToken: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
accessToken: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { mondayMcpGetColumnTypeInfo };
|
|
56
68
|
//# sourceMappingURL=get-column-type-info.d.cts.map
|
|
@@ -3,6 +3,12 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-column-type-info.d.ts
|
|
4
4
|
declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
5
5
|
columnType: z.ZodEnum<{
|
|
6
|
+
date: "date";
|
|
7
|
+
file: "file";
|
|
8
|
+
link: "link";
|
|
9
|
+
name: "name";
|
|
10
|
+
item_id: "item_id";
|
|
11
|
+
location: "location";
|
|
6
12
|
auto_number: "auto_number";
|
|
7
13
|
board_relation: "board_relation";
|
|
8
14
|
button: "button";
|
|
@@ -10,25 +16,19 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
10
16
|
color_picker: "color_picker";
|
|
11
17
|
country: "country";
|
|
12
18
|
creation_log: "creation_log";
|
|
13
|
-
date: "date";
|
|
14
19
|
dependency: "dependency";
|
|
15
20
|
direct_doc: "direct_doc";
|
|
16
21
|
doc: "doc";
|
|
17
22
|
dropdown: "dropdown";
|
|
18
23
|
email: "email";
|
|
19
|
-
file: "file";
|
|
20
24
|
formula: "formula";
|
|
21
25
|
group: "group";
|
|
22
26
|
hour: "hour";
|
|
23
27
|
integration: "integration";
|
|
24
28
|
item_assignees: "item_assignees";
|
|
25
|
-
item_id: "item_id";
|
|
26
29
|
last_updated: "last_updated";
|
|
27
|
-
link: "link";
|
|
28
|
-
location: "location";
|
|
29
30
|
long_text: "long_text";
|
|
30
31
|
mirror: "mirror";
|
|
31
|
-
name: "name";
|
|
32
32
|
numbers: "numbers";
|
|
33
33
|
people: "people";
|
|
34
34
|
phone: "phone";
|
|
@@ -49,8 +49,20 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
49
49
|
}, z.core.$strip>;
|
|
50
50
|
declare const MondayMcpGetColumnTypeInfoOutput: z.ZodUnknown;
|
|
51
51
|
declare const mondayMcpGetColumnTypeInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
52
|
-
columnType: "
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
columnType: "date" | "file" | "link" | "name" | "item_id" | "location" | "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "last_updated" | "long_text" | "mirror" | "numbers" | "people" | "phone" | "progress" | "rating" | "status" | "subtasks" | "tags" | "team" | "text" | "time_tracking" | "timeline" | "unsupported" | "vote" | "week" | "world_clock";
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
accessToken: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
accessToken: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { mondayMcpGetColumnTypeInfo };
|
|
56
68
|
//# sourceMappingURL=get-column-type-info.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetFormInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetFormOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetForm: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
formToken: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
accessToken: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { mondayMcpGetForm };
|
|
13
25
|
//# sourceMappingURL=get-form.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetFormInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetFormOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetForm: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
formToken: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
accessToken: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { mondayMcpGetForm };
|
|
13
25
|
//# sourceMappingURL=get-form.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const MondayMcpGetGraphqlSchemaOutput: z.ZodUnknown;
|
|
|
12
12
|
declare const mondayMcpGetGraphqlSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
operationType?: "read" | "write" | undefined;
|
|
14
14
|
random_string?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { mondayMcpGetGraphqlSchema };
|
|
18
30
|
//# sourceMappingURL=get-graphql-schema.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const MondayMcpGetGraphqlSchemaOutput: z.ZodUnknown;
|
|
|
12
12
|
declare const mondayMcpGetGraphqlSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
operationType?: "read" | "write" | undefined;
|
|
14
14
|
random_string?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { mondayMcpGetGraphqlSchema };
|
|
18
30
|
//# sourceMappingURL=get-graphql-schema.d.mts.map
|
|
@@ -3,7 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-monday-dev-sprints-boards.d.ts
|
|
4
4
|
declare const MondayMcpGetMondayDevSprintsBoardsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpGetMondayDevSprintsBoardsOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpGetMondayDevSprintsBoards: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpGetMondayDevSprintsBoards: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
accessToken: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { mondayMcpGetMondayDevSprintsBoards };
|
|
9
21
|
//# sourceMappingURL=get-monday-dev-sprints-boards.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-monday-dev-sprints-boards.d.cts","names":[],"sources":["../../src/actions/get-monday-dev-sprints-boards.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvC,wCAAA,EAAwC,CAAA,CAAA,UAAc;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-monday-dev-sprints-boards.d.cts","names":[],"sources":["../../src/actions/get-monday-dev-sprints-boards.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvC,wCAAA,EAAwC,CAAA,CAAA,UAAc;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -3,7 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-monday-dev-sprints-boards.d.ts
|
|
4
4
|
declare const MondayMcpGetMondayDevSprintsBoardsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpGetMondayDevSprintsBoardsOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpGetMondayDevSprintsBoards: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpGetMondayDevSprintsBoards: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
accessToken: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { mondayMcpGetMondayDevSprintsBoards };
|
|
9
21
|
//# sourceMappingURL=get-monday-dev-sprints-boards.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-monday-dev-sprints-boards.d.mts","names":[],"sources":["../../src/actions/get-monday-dev-sprints-boards.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvC,wCAAA,EAAwC,CAAA,CAAA,UAAc;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-monday-dev-sprints-boards.d.mts","names":[],"sources":["../../src/actions/get-monday-dev-sprints-boards.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvC,wCAAA,EAAwC,CAAA,CAAA,UAAc;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetSprintSummaryInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetSprintSummaryOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetSprintSummary: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
sprintId: number;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
accessToken: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", 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>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { mondayMcpGetSprintSummary };
|
|
13
25
|
//# sourceMappingURL=get-sprint-summary.d.cts.map
|