@keystrokehq/monday_mcp 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/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 +16 -4
- package/dist/actions/create-column.d.mts +16 -4
- 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.cjs +1 -1
- package/dist/actions/create-widget.cjs.map +1 -1
- package/dist/actions/create-widget.d.cts +15 -3
- package/dist/actions/create-widget.d.cts.map +1 -1
- package/dist/actions/create-widget.d.mts +15 -3
- package/dist/actions/create-widget.d.mts.map +1 -1
- package/dist/actions/create-widget.mjs +1 -1
- package/dist/actions/create-widget.mjs.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 +16 -4
- package/dist/actions/get-column-type-info.d.mts +16 -4
- 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
|
@@ -9,7 +9,19 @@ declare const MondayMcpAllMondayApiOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const mondayMcpAllMondayApi: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
query: string;
|
|
11
11
|
variables: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { mondayMcpAllMondayApi };
|
|
15
27
|
//# sourceMappingURL=all-monday-api.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const MondayMcpAllMondayApiOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const mondayMcpAllMondayApi: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
query: string;
|
|
11
11
|
variables: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { mondayMcpAllMondayApi };
|
|
15
27
|
//# sourceMappingURL=all-monday-api.d.mts.map
|
|
@@ -3,7 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/all-widgets-schema.d.ts
|
|
4
4
|
declare const MondayMcpAllWidgetsSchemaInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpAllWidgetsSchemaOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpAllWidgetsSchema: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpAllWidgetsSchema: 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 { mondayMcpAllWidgetsSchema };
|
|
9
21
|
//# sourceMappingURL=all-widgets-schema.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-widgets-schema.d.cts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.d.cts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -3,7 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/all-widgets-schema.d.ts
|
|
4
4
|
declare const MondayMcpAllWidgetsSchemaInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpAllWidgetsSchemaOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpAllWidgetsSchema: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpAllWidgetsSchema: 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 { mondayMcpAllWidgetsSchema };
|
|
9
21
|
//# sourceMappingURL=all-widgets-schema.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-widgets-schema.d.mts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.d.mts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -105,7 +105,19 @@ declare const mondayMcpBoardInsights: import("@keystrokehq/action").WorkflowActi
|
|
|
105
105
|
filtersStringified?: string | undefined;
|
|
106
106
|
orderByStringified?: string | undefined;
|
|
107
107
|
aggregationsStringified?: string | undefined;
|
|
108
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
108
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
accessToken: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
115
|
+
connectionId: z.ZodString;
|
|
116
|
+
entityId: z.ZodString;
|
|
117
|
+
instanceId: z.ZodString;
|
|
118
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
119
|
+
accessToken: z.ZodString;
|
|
120
|
+
}, z.core.$strip>>]>;
|
|
109
121
|
//#endregion
|
|
110
122
|
export { mondayMcpBoardInsights };
|
|
111
123
|
//# sourceMappingURL=board-insights.d.cts.map
|
|
@@ -105,7 +105,19 @@ declare const mondayMcpBoardInsights: import("@keystrokehq/action").WorkflowActi
|
|
|
105
105
|
filtersStringified?: string | undefined;
|
|
106
106
|
orderByStringified?: string | undefined;
|
|
107
107
|
aggregationsStringified?: string | undefined;
|
|
108
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
108
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
accessToken: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
115
|
+
connectionId: z.ZodString;
|
|
116
|
+
entityId: z.ZodString;
|
|
117
|
+
instanceId: z.ZodString;
|
|
118
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
119
|
+
accessToken: z.ZodString;
|
|
120
|
+
}, z.core.$strip>>]>;
|
|
109
121
|
//#endregion
|
|
110
122
|
export { mondayMcpBoardInsights };
|
|
111
123
|
//# sourceMappingURL=board-insights.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpChangeItemColumnValues: import("@keystrokehq/action").Wor
|
|
|
11
11
|
itemId: number;
|
|
12
12
|
boardId: number;
|
|
13
13
|
columnValues: string;
|
|
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 { mondayMcpChangeItemColumnValues };
|
|
17
29
|
//# sourceMappingURL=change-item-column-values.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpChangeItemColumnValues: import("@keystrokehq/action").Wor
|
|
|
11
11
|
itemId: number;
|
|
12
12
|
boardId: number;
|
|
13
13
|
columnValues: string;
|
|
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 { mondayMcpChangeItemColumnValues };
|
|
17
29
|
//# sourceMappingURL=change-item-column-values.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateBoard: import("@keystrokehq/action").WorkflowAction
|
|
|
17
17
|
boardKind?: "private" | "public" | "share" | undefined;
|
|
18
18
|
workspaceId?: string | undefined;
|
|
19
19
|
boardDescription?: 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 { mondayMcpCreateBoard };
|
|
23
35
|
//# sourceMappingURL=create-board.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateBoard: import("@keystrokehq/action").WorkflowAction
|
|
|
17
17
|
boardKind?: "private" | "public" | "share" | undefined;
|
|
18
18
|
workspaceId?: string | undefined;
|
|
19
19
|
boardDescription?: 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 { mondayMcpCreateBoard };
|
|
23
35
|
//# sourceMappingURL=create-board.d.mts.map
|
|
@@ -8,6 +8,8 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
8
8
|
file: "file";
|
|
9
9
|
link: "link";
|
|
10
10
|
name: "name";
|
|
11
|
+
item_id: "item_id";
|
|
12
|
+
location: "location";
|
|
11
13
|
auto_number: "auto_number";
|
|
12
14
|
board_relation: "board_relation";
|
|
13
15
|
button: "button";
|
|
@@ -25,9 +27,7 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
25
27
|
hour: "hour";
|
|
26
28
|
integration: "integration";
|
|
27
29
|
item_assignees: "item_assignees";
|
|
28
|
-
item_id: "item_id";
|
|
29
30
|
last_updated: "last_updated";
|
|
30
|
-
location: "location";
|
|
31
31
|
long_text: "long_text";
|
|
32
32
|
mirror: "mirror";
|
|
33
33
|
numbers: "numbers";
|
|
@@ -54,11 +54,23 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
54
54
|
declare const MondayMcpCreateColumnOutput: z.ZodUnknown;
|
|
55
55
|
declare const mondayMcpCreateColumn: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
boardId: number;
|
|
57
|
-
columnType: "date" | "file" | "link" | "name" | "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "
|
|
57
|
+
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";
|
|
58
58
|
columnTitle: string;
|
|
59
59
|
columnSettings?: string | undefined;
|
|
60
60
|
columnDescription?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { mondayMcpCreateColumn };
|
|
64
76
|
//# sourceMappingURL=create-column.d.cts.map
|
|
@@ -8,6 +8,8 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
8
8
|
file: "file";
|
|
9
9
|
link: "link";
|
|
10
10
|
name: "name";
|
|
11
|
+
item_id: "item_id";
|
|
12
|
+
location: "location";
|
|
11
13
|
auto_number: "auto_number";
|
|
12
14
|
board_relation: "board_relation";
|
|
13
15
|
button: "button";
|
|
@@ -25,9 +27,7 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
25
27
|
hour: "hour";
|
|
26
28
|
integration: "integration";
|
|
27
29
|
item_assignees: "item_assignees";
|
|
28
|
-
item_id: "item_id";
|
|
29
30
|
last_updated: "last_updated";
|
|
30
|
-
location: "location";
|
|
31
31
|
long_text: "long_text";
|
|
32
32
|
mirror: "mirror";
|
|
33
33
|
numbers: "numbers";
|
|
@@ -54,11 +54,23 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
54
54
|
declare const MondayMcpCreateColumnOutput: z.ZodUnknown;
|
|
55
55
|
declare const mondayMcpCreateColumn: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
boardId: number;
|
|
57
|
-
columnType: "date" | "file" | "link" | "name" | "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "
|
|
57
|
+
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";
|
|
58
58
|
columnTitle: string;
|
|
59
59
|
columnSettings?: string | undefined;
|
|
60
60
|
columnDescription?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { mondayMcpCreateColumn };
|
|
64
76
|
//# sourceMappingURL=create-column.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const mondayMcpCreateDashboard: import("@keystrokehq/action").WorkflowAc
|
|
|
18
18
|
workspace_id: string;
|
|
19
19
|
kind?: "PRIVATE" | "PUBLIC" | undefined;
|
|
20
20
|
board_folder_id?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { mondayMcpCreateDashboard };
|
|
24
36
|
//# sourceMappingURL=create-dashboard.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const mondayMcpCreateDashboard: import("@keystrokehq/action").WorkflowAc
|
|
|
18
18
|
workspace_id: string;
|
|
19
19
|
kind?: "PRIVATE" | "PUBLIC" | undefined;
|
|
20
20
|
board_folder_id?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { mondayMcpCreateDashboard };
|
|
24
36
|
//# sourceMappingURL=create-dashboard.d.mts.map
|
|
@@ -28,7 +28,19 @@ declare const mondayMcpCreateDoc: import("@keystrokehq/action").WorkflowActionDe
|
|
|
28
28
|
column_id?: string | undefined;
|
|
29
29
|
folder_id?: number | undefined;
|
|
30
30
|
workspace_id?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { mondayMcpCreateDoc };
|
|
34
46
|
//# sourceMappingURL=create-doc.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const mondayMcpCreateDoc: import("@keystrokehq/action").WorkflowActionDe
|
|
|
28
28
|
column_id?: string | undefined;
|
|
29
29
|
folder_id?: number | undefined;
|
|
30
30
|
workspace_id?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { mondayMcpCreateDoc };
|
|
34
46
|
//# sourceMappingURL=create-doc.d.mts.map
|
|
@@ -46,7 +46,19 @@ declare const mondayMcpCreateFolder: import("@keystrokehq/action").WorkflowActio
|
|
|
46
46
|
customIcon?: "NULL" | "FOLDER" | "MOREBELOW" | "MOREBELOWFILLED" | "WORK" | undefined;
|
|
47
47
|
fontWeight?: "NULL" | "FONT_WEIGHT_BOLD" | "FONT_WEIGHT_LIGHT" | "FONT_WEIGHT_NORMAL" | "FONT_WEIGHT_VERY_LIGHT" | undefined;
|
|
48
48
|
parentFolderId?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
accessToken: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
accessToken: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { mondayMcpCreateFolder };
|
|
52
64
|
//# sourceMappingURL=create-folder.d.cts.map
|
|
@@ -46,7 +46,19 @@ declare const mondayMcpCreateFolder: import("@keystrokehq/action").WorkflowActio
|
|
|
46
46
|
customIcon?: "NULL" | "FOLDER" | "MOREBELOW" | "MOREBELOWFILLED" | "WORK" | undefined;
|
|
47
47
|
fontWeight?: "NULL" | "FONT_WEIGHT_BOLD" | "FONT_WEIGHT_LIGHT" | "FONT_WEIGHT_NORMAL" | "FONT_WEIGHT_VERY_LIGHT" | undefined;
|
|
48
48
|
parentFolderId?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
accessToken: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
accessToken: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { mondayMcpCreateFolder };
|
|
52
64
|
//# sourceMappingURL=create-folder.d.mts.map
|
|
@@ -27,7 +27,19 @@ declare const mondayMcpCreateForm: import("@keystrokehq/action").WorkflowActionD
|
|
|
27
27
|
destination_folder_id?: string | undefined;
|
|
28
28
|
destination_folder_name?: string | undefined;
|
|
29
29
|
board_subscriber_teams_ids?: 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 { mondayMcpCreateForm };
|
|
33
45
|
//# sourceMappingURL=create-form.d.cts.map
|
|
@@ -27,7 +27,19 @@ declare const mondayMcpCreateForm: import("@keystrokehq/action").WorkflowActionD
|
|
|
27
27
|
destination_folder_id?: string | undefined;
|
|
28
28
|
destination_folder_name?: string | undefined;
|
|
29
29
|
board_subscriber_teams_ids?: 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 { mondayMcpCreateForm };
|
|
33
45
|
//# sourceMappingURL=create-form.d.mts.map
|
|
@@ -38,7 +38,19 @@ declare const mondayMcpCreateGroup: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
groupColor?: "#037f4c" | "#00c875" | "#9cd326" | "#cab641" | "#ffcb00" | "#784bd1" | "#9d50dd" | "#007eb5" | "#579bfc" | "#66ccff" | "#bb3354" | "#df2f4a" | "#ff007f" | "#ff5ac4" | "#ff642e" | "#fdab3d" | "#7f5347" | "#c4c4c4" | "#757575" | undefined;
|
|
39
39
|
relativeTo?: string | undefined;
|
|
40
40
|
positionRelativeMethod?: "after_at" | "before_at" | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { mondayMcpCreateGroup };
|
|
44
56
|
//# sourceMappingURL=create-group.d.cts.map
|
|
@@ -38,7 +38,19 @@ declare const mondayMcpCreateGroup: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
groupColor?: "#037f4c" | "#00c875" | "#9cd326" | "#cab641" | "#ffcb00" | "#784bd1" | "#9d50dd" | "#007eb5" | "#579bfc" | "#66ccff" | "#bb3354" | "#df2f4a" | "#ff007f" | "#ff5ac4" | "#ff642e" | "#fdab3d" | "#7f5347" | "#c4c4c4" | "#757575" | undefined;
|
|
39
39
|
relativeTo?: string | undefined;
|
|
40
40
|
positionRelativeMethod?: "after_at" | "before_at" | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { mondayMcpCreateGroup };
|
|
44
56
|
//# sourceMappingURL=create-group.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateItem: import("@keystrokehq/action").WorkflowActionD
|
|
|
17
17
|
groupId?: string | undefined;
|
|
18
18
|
parentItemId?: number | undefined;
|
|
19
19
|
duplicateFromItemId?: number | 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 { mondayMcpCreateItem };
|
|
23
35
|
//# sourceMappingURL=create-item.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const mondayMcpCreateItem: import("@keystrokehq/action").WorkflowActionD
|
|
|
17
17
|
groupId?: string | undefined;
|
|
18
18
|
parentItemId?: number | undefined;
|
|
19
19
|
duplicateFromItemId?: number | 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 { mondayMcpCreateItem };
|
|
23
35
|
//# sourceMappingURL=create-item.d.mts.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.cts.map
|