@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
|
@@ -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
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/create-widget.ts
|
|
4
4
|
const MondayMcpCreateWidgetInput = zod.z.object({
|
|
5
|
-
settings: zod.z.
|
|
5
|
+
settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.").optional(),
|
|
6
6
|
widget_kind: zod.z.enum([
|
|
7
7
|
"BATTERY",
|
|
8
8
|
"CALENDAR",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-widget.cjs","names":["z","action"],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput = z.object({\n settings: z.
|
|
1
|
+
{"version":3,"file":"create-widget.cjs","names":["z","action"],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput = z.object({\n settings: z.record(z.string(), z.unknown()).describe(\"Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.\").optional(),\n widget_kind: z.enum([\"BATTERY\", \"CALENDAR\", \"CHART\", \"GANTT\", \"NUMBER\", \"TABLE\"]).describe(\"Type of widget to create: i.e CHART, NUMBER, BATTERY\"),\n widget_name: z.string().describe(\"Widget display name (1-255 UTF-8 chars)\"),\n parent_container_id: z.string().describe(\"ID of the parent container (dashboard ID or board view ID)\"),\n settingsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \\\"settings\\\" field. Read \\\"settings\\\" field description for details how to use it.\").optional(),\n parent_container_type: z.enum([\"BOARD_VIEW\", \"DASHBOARD\"]).describe(\"Type of parent container: DASHBOARD or BOARD_VIEW\"),\n});\nexport const MondayMcpCreateWidgetOutput = z.unknown();\n\nexport const mondayMcpCreateWidget = action(\"MONDAY_MCP_CREATE_WIDGET\", {\n slug: \"monday_mcp-create-widget\",\n name: \"Create widget\",\n description: \"Create a new widget in a dashboard or board view with specific configuration settings.\\n \\n This tool creates data visualization widgets that display information from monday.com boards:\\n **Parent Containers:**\\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\\n - **BOARD_VIEW**: Place widget in a specific board view\\n \\n **Critical Requirements:**\\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\\n 3. **Validate settings**: Ensure all required fields are provided and data types match\\n \\n **Workflow:**\\n 1. Use 'all_widgets_schema' to get schema definitions\\n 2. Prepare widget settings according to the schema\\n 3. Use this tool to create the widget\",\n input: MondayMcpCreateWidgetInput,\n output: MondayMcpCreateWidgetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;CACnN,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAY;EAAS;EAAS;EAAU;CAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;CACjJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC1E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACrG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAChO,uBAAuBA,IAAAA,EAAE,KAAK,CAAC,cAAc,WAAW,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACzH,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,QAAQ;AAErD,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-widget.d.ts
|
|
4
4
|
declare const MondayMcpCreateWidgetInput: z.ZodObject<{
|
|
5
|
-
settings: z.ZodOptional<z.
|
|
5
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6
6
|
widget_kind: z.ZodEnum<{
|
|
7
7
|
BATTERY: "BATTERY";
|
|
8
8
|
CALENDAR: "CALENDAR";
|
|
@@ -25,9 +25,21 @@ declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActio
|
|
|
25
25
|
widget_name: string;
|
|
26
26
|
parent_container_id: string;
|
|
27
27
|
parent_container_type: "BOARD_VIEW" | "DASHBOARD";
|
|
28
|
-
settings?: Record<string,
|
|
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"}
|
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-widget.d.ts
|
|
4
4
|
declare const MondayMcpCreateWidgetInput: z.ZodObject<{
|
|
5
|
-
settings: z.ZodOptional<z.
|
|
5
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6
6
|
widget_kind: z.ZodEnum<{
|
|
7
7
|
BATTERY: "BATTERY";
|
|
8
8
|
CALENDAR: "CALENDAR";
|
|
@@ -25,9 +25,21 @@ declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActio
|
|
|
25
25
|
widget_name: string;
|
|
26
26
|
parent_container_id: string;
|
|
27
27
|
parent_container_type: "BOARD_VIEW" | "DASHBOARD";
|
|
28
|
-
settings?: Record<string,
|
|
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"}
|
|
@@ -5,7 +5,7 @@ const mondayMcpCreateWidget = action("MONDAY_MCP_CREATE_WIDGET", {
|
|
|
5
5
|
name: "Create widget",
|
|
6
6
|
description: "Create a new widget in a dashboard or board view with specific configuration settings.\n \n This tool creates data visualization widgets that display information from monday.com boards:\n **Parent Containers:**\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\n - **BOARD_VIEW**: Place widget in a specific board view\n \n **Critical Requirements:**\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\n 3. **Validate settings**: Ensure all required fields are provided and data types match\n \n **Workflow:**\n 1. Use 'all_widgets_schema' to get schema definitions\n 2. Prepare widget settings according to the schema\n 3. Use this tool to create the widget",
|
|
7
7
|
input: z.object({
|
|
8
|
-
settings: z.
|
|
8
|
+
settings: z.record(z.string(), z.unknown()).describe("Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.").optional(),
|
|
9
9
|
widget_kind: z.enum([
|
|
10
10
|
"BATTERY",
|
|
11
11
|
"CALENDAR",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-widget.mjs","names":[],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput = z.object({\n settings: z.
|
|
1
|
+
{"version":3,"file":"create-widget.mjs","names":[],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput = z.object({\n settings: z.record(z.string(), z.unknown()).describe(\"Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.\").optional(),\n widget_kind: z.enum([\"BATTERY\", \"CALENDAR\", \"CHART\", \"GANTT\", \"NUMBER\", \"TABLE\"]).describe(\"Type of widget to create: i.e CHART, NUMBER, BATTERY\"),\n widget_name: z.string().describe(\"Widget display name (1-255 UTF-8 chars)\"),\n parent_container_id: z.string().describe(\"ID of the parent container (dashboard ID or board view ID)\"),\n settingsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \\\"settings\\\" field. Read \\\"settings\\\" field description for details how to use it.\").optional(),\n parent_container_type: z.enum([\"BOARD_VIEW\", \"DASHBOARD\"]).describe(\"Type of parent container: DASHBOARD or BOARD_VIEW\"),\n});\nexport const MondayMcpCreateWidgetOutput = z.unknown();\n\nexport const mondayMcpCreateWidget = action(\"MONDAY_MCP_CREATE_WIDGET\", {\n slug: \"monday_mcp-create-widget\",\n name: \"Create widget\",\n description: \"Create a new widget in a dashboard or board view with specific configuration settings.\\n \\n This tool creates data visualization widgets that display information from monday.com boards:\\n **Parent Containers:**\\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\\n - **BOARD_VIEW**: Place widget in a specific board view\\n \\n **Critical Requirements:**\\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\\n 3. **Validate settings**: Ensure all required fields are provided and data types match\\n \\n **Workflow:**\\n 1. Use 'all_widgets_schema' to get schema definitions\\n 2. Prepare widget settings according to the schema\\n 3. Use this tool to create the widget\",\n input: MondayMcpCreateWidgetInput,\n output: MondayMcpCreateWidgetOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdwC,EAAE,OAAO;EACjD,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;EACnN,aAAa,EAAE,KAAK;GAAC;GAAW;GAAY;GAAS;GAAS;GAAU;EAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;EACjJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAC1E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACrG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;EAChO,uBAAuB,EAAE,KAAK,CAAC,cAAc,WAAW,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACzH,CAOS;CACP,QAPyC,EAAE,QAOnC;AACV,CAAC"}
|
|
@@ -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
|
|
@@ -7,6 +7,8 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
7
7
|
file: "file";
|
|
8
8
|
link: "link";
|
|
9
9
|
name: "name";
|
|
10
|
+
item_id: "item_id";
|
|
11
|
+
location: "location";
|
|
10
12
|
auto_number: "auto_number";
|
|
11
13
|
board_relation: "board_relation";
|
|
12
14
|
button: "button";
|
|
@@ -24,9 +26,7 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
24
26
|
hour: "hour";
|
|
25
27
|
integration: "integration";
|
|
26
28
|
item_assignees: "item_assignees";
|
|
27
|
-
item_id: "item_id";
|
|
28
29
|
last_updated: "last_updated";
|
|
29
|
-
location: "location";
|
|
30
30
|
long_text: "long_text";
|
|
31
31
|
mirror: "mirror";
|
|
32
32
|
numbers: "numbers";
|
|
@@ -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: "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" | "
|
|
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
|
|
@@ -7,6 +7,8 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
7
7
|
file: "file";
|
|
8
8
|
link: "link";
|
|
9
9
|
name: "name";
|
|
10
|
+
item_id: "item_id";
|
|
11
|
+
location: "location";
|
|
10
12
|
auto_number: "auto_number";
|
|
11
13
|
board_relation: "board_relation";
|
|
12
14
|
button: "button";
|
|
@@ -24,9 +26,7 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
24
26
|
hour: "hour";
|
|
25
27
|
integration: "integration";
|
|
26
28
|
item_assignees: "item_assignees";
|
|
27
|
-
item_id: "item_id";
|
|
28
29
|
last_updated: "last_updated";
|
|
29
|
-
location: "location";
|
|
30
30
|
long_text: "long_text";
|
|
31
31
|
mirror: "mirror";
|
|
32
32
|
numbers: "numbers";
|
|
@@ -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: "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" | "
|
|
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"}
|