@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
|
@@ -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.mts.map
|
|
@@ -9,7 +9,19 @@ declare const MondayMcpGetSprintsMetadataOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const mondayMcpGetSprintsMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
sprintsBoardId: number;
|
|
11
11
|
limit?: number | undefined;
|
|
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 { mondayMcpGetSprintsMetadata };
|
|
15
27
|
//# sourceMappingURL=get-sprints-metadata.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const MondayMcpGetSprintsMetadataOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const mondayMcpGetSprintsMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
sprintsBoardId: number;
|
|
11
11
|
limit?: number | undefined;
|
|
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 { mondayMcpGetSprintsMetadata };
|
|
15
27
|
//# sourceMappingURL=get-sprints-metadata.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetTypeDetailsInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetTypeDetailsOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetTypeDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
typeName: 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 { mondayMcpGetTypeDetails };
|
|
13
25
|
//# sourceMappingURL=get-type-details.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpGetTypeDetailsInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpGetTypeDetailsOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpGetTypeDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
typeName: 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 { mondayMcpGetTypeDetails };
|
|
13
25
|
//# sourceMappingURL=get-type-details.d.mts.map
|
|
@@ -3,7 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-user-context.d.ts
|
|
4
4
|
declare const MondayMcpGetUserContextInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpGetUserContextOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpGetUserContext: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpGetUserContext: 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 { mondayMcpGetUserContext };
|
|
9
21
|
//# sourceMappingURL=get-user-context.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-context.d.cts","names":[],"sources":["../../src/actions/get-user-context.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,UAAc;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-user-context.d.cts","names":[],"sources":["../../src/actions/get-user-context.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,UAAc;AAAA,cAE3C,uBAAA,gCAAuB,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-user-context.d.ts
|
|
4
4
|
declare const MondayMcpGetUserContextInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const MondayMcpGetUserContextOutput: z.ZodUnknown;
|
|
6
|
-
declare const mondayMcpGetUserContext: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const mondayMcpGetUserContext: 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 { mondayMcpGetUserContext };
|
|
9
21
|
//# sourceMappingURL=get-user-context.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-context.d.mts","names":[],"sources":["../../src/actions/get-user-context.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,UAAc;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-user-context.d.mts","names":[],"sources":["../../src/actions/get-user-context.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,UAAc;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpListUsersAndTeams: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
teamsOnly?: boolean | undefined;
|
|
20
20
|
includeTeams?: boolean | undefined;
|
|
21
21
|
includeTeamMembers?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpListUsersAndTeams };
|
|
25
37
|
//# sourceMappingURL=list-users-and-teams.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpListUsersAndTeams: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
teamsOnly?: boolean | undefined;
|
|
20
20
|
includeTeams?: boolean | undefined;
|
|
21
21
|
includeTeamMembers?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpListUsersAndTeams };
|
|
25
37
|
//# sourceMappingURL=list-users-and-teams.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpListWorkspaces: import("@keystrokehq/action").WorkflowAct
|
|
|
11
11
|
page?: number | undefined;
|
|
12
12
|
limit?: number | undefined;
|
|
13
13
|
searchTerm?: 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 { mondayMcpListWorkspaces };
|
|
17
29
|
//# sourceMappingURL=list-workspaces.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const mondayMcpListWorkspaces: import("@keystrokehq/action").WorkflowAct
|
|
|
11
11
|
page?: number | undefined;
|
|
12
12
|
limit?: number | undefined;
|
|
13
13
|
searchTerm?: 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 { mondayMcpListWorkspaces };
|
|
17
29
|
//# sourceMappingURL=list-workspaces.d.mts.map
|
|
@@ -29,7 +29,19 @@ declare const mondayMcpMoveObject: import("@keystrokehq/action").WorkflowActionD
|
|
|
29
29
|
position_is_after?: boolean | undefined;
|
|
30
30
|
position_object_id?: string | undefined;
|
|
31
31
|
position_object_type?: "Board" | "Folder" | "Overview" | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { mondayMcpMoveObject };
|
|
35
47
|
//# sourceMappingURL=move-object.d.cts.map
|
|
@@ -29,7 +29,19 @@ declare const mondayMcpMoveObject: import("@keystrokehq/action").WorkflowActionD
|
|
|
29
29
|
position_is_after?: boolean | undefined;
|
|
30
30
|
position_object_id?: string | undefined;
|
|
31
31
|
position_object_type?: "Board" | "Folder" | "Overview" | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { mondayMcpMoveObject };
|
|
35
47
|
//# sourceMappingURL=move-object.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const mondayMcpReadDocs: import("@keystrokehq/action").WorkflowActionDef
|
|
|
22
22
|
page?: number | undefined;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
order_by?: "created_at" | "used_at" | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { mondayMcpReadDocs };
|
|
28
40
|
//# sourceMappingURL=read-docs.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const mondayMcpReadDocs: import("@keystrokehq/action").WorkflowActionDef
|
|
|
22
22
|
page?: number | undefined;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
order_by?: "created_at" | "used_at" | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { mondayMcpReadDocs };
|
|
28
40
|
//# sourceMappingURL=read-docs.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpSearch: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
searchTerm?: string | undefined;
|
|
21
21
|
workspaceIds?: number[] | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpSearch };
|
|
25
37
|
//# sourceMappingURL=search.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpSearch: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
searchTerm?: string | undefined;
|
|
21
21
|
workspaceIds?: number[] | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpSearch };
|
|
25
37
|
//# sourceMappingURL=search.d.mts.map
|
|
@@ -60,7 +60,19 @@ declare const mondayMcpUpdateFolder: import("@keystrokehq/action").WorkflowActio
|
|
|
60
60
|
position_is_after?: boolean | undefined;
|
|
61
61
|
position_object_id?: string | undefined;
|
|
62
62
|
position_object_type?: "Board" | "Folder" | "Overview" | undefined;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
accessToken: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
accessToken: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
64
76
|
//#endregion
|
|
65
77
|
export { mondayMcpUpdateFolder };
|
|
66
78
|
//# sourceMappingURL=update-folder.d.cts.map
|
|
@@ -60,7 +60,19 @@ declare const mondayMcpUpdateFolder: import("@keystrokehq/action").WorkflowActio
|
|
|
60
60
|
position_is_after?: boolean | undefined;
|
|
61
61
|
position_object_id?: string | undefined;
|
|
62
62
|
position_object_type?: "Board" | "Folder" | "Overview" | undefined;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
accessToken: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
accessToken: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
64
76
|
//#endregion
|
|
65
77
|
export { mondayMcpUpdateFolder };
|
|
66
78
|
//# sourceMappingURL=update-folder.d.mts.map
|
|
@@ -238,7 +238,19 @@ declare const mondayMcpUpdateForm: import("@keystrokehq/action").WorkflowActionD
|
|
|
238
238
|
formPassword?: string | undefined;
|
|
239
239
|
tagStringified?: string | undefined;
|
|
240
240
|
formStringified?: string | undefined;
|
|
241
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
241
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
242
|
+
connectionId: z.ZodString;
|
|
243
|
+
entityId: z.ZodString;
|
|
244
|
+
instanceId: z.ZodString;
|
|
245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
246
|
+
accessToken: z.ZodString;
|
|
247
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
248
|
+
connectionId: z.ZodString;
|
|
249
|
+
entityId: z.ZodString;
|
|
250
|
+
instanceId: z.ZodString;
|
|
251
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
252
|
+
accessToken: z.ZodString;
|
|
253
|
+
}, z.core.$strip>>]>;
|
|
242
254
|
//#endregion
|
|
243
255
|
export { mondayMcpUpdateForm };
|
|
244
256
|
//# sourceMappingURL=update-form.d.cts.map
|
|
@@ -238,7 +238,19 @@ declare const mondayMcpUpdateForm: import("@keystrokehq/action").WorkflowActionD
|
|
|
238
238
|
formPassword?: string | undefined;
|
|
239
239
|
tagStringified?: string | undefined;
|
|
240
240
|
formStringified?: string | undefined;
|
|
241
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
241
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
242
|
+
connectionId: z.ZodString;
|
|
243
|
+
entityId: z.ZodString;
|
|
244
|
+
instanceId: z.ZodString;
|
|
245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
246
|
+
accessToken: z.ZodString;
|
|
247
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
248
|
+
connectionId: z.ZodString;
|
|
249
|
+
entityId: z.ZodString;
|
|
250
|
+
instanceId: z.ZodString;
|
|
251
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
252
|
+
accessToken: z.ZodString;
|
|
253
|
+
}, z.core.$strip>>]>;
|
|
242
254
|
//#endregion
|
|
243
255
|
export { mondayMcpUpdateForm };
|
|
244
256
|
//# sourceMappingURL=update-form.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpUpdateWorkspace: import("@keystrokehq/action").WorkflowAc
|
|
|
19
19
|
attributeName?: string | undefined;
|
|
20
20
|
attributeDescription?: string | undefined;
|
|
21
21
|
attributeAccountProductId?: number | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpUpdateWorkspace };
|
|
25
37
|
//# sourceMappingURL=update-workspace.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const mondayMcpUpdateWorkspace: import("@keystrokehq/action").WorkflowAc
|
|
|
19
19
|
attributeName?: string | undefined;
|
|
20
20
|
attributeDescription?: string | undefined;
|
|
21
21
|
attributeAccountProductId?: number | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { mondayMcpUpdateWorkspace };
|
|
25
37
|
//# sourceMappingURL=update-workspace.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpWorkspaceInfoInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpWorkspaceInfoOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpWorkspaceInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
workspace_id: 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 { mondayMcpWorkspaceInfo };
|
|
13
25
|
//# sourceMappingURL=workspace-info.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MondayMcpWorkspaceInfoInput: z.ZodObject<{
|
|
|
7
7
|
declare const MondayMcpWorkspaceInfoOutput: z.ZodUnknown;
|
|
8
8
|
declare const mondayMcpWorkspaceInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
workspace_id: 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 { mondayMcpWorkspaceInfo };
|
|
13
25
|
//# sourceMappingURL=workspace-info.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const mondayMcp = (0,
|
|
4
|
+
const mondayMcp = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "monday_mcp",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { accessToken: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.mondayMcp = mondayMcp;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const mondayMcp = defineApp({\n slug: \"monday_mcp\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const mondayMcp = defineApp({\n slug: \"monday_mcp\",\n auth: \"keystroke\",\n credential: {\n accessToken: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAA,GAAA,2BAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAaA,IAAAA,EAAE,OAAO,EACxB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const mondayMcp: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mondayMcp: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
accessToken: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { mondayMcp };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const mondayMcp: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mondayMcp: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"monday_mcp", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
accessToken: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { mondayMcp };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|