@keystrokehq/monday_mcp 0.1.2 → 0.1.3
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/create-column.d.cts +5 -5
- package/dist/actions/create-column.d.mts +5 -5
- package/dist/actions/create-widget.cjs +1 -1
- package/dist/actions/create-widget.cjs.map +1 -1
- package/dist/actions/create-widget.d.cts +2 -2
- package/dist/actions/create-widget.d.mts +2 -2
- package/dist/actions/create-widget.mjs +1 -1
- package/dist/actions/create-widget.mjs.map +1 -1
- package/dist/actions/get-column-type-info.d.cts +5 -5
- package/dist/actions/get-column-type-info.d.mts +5 -5
- package/package.json +1 -1
|
@@ -4,10 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
5
5
|
boardId: z.ZodNumber;
|
|
6
6
|
columnType: z.ZodEnum<{
|
|
7
|
-
date: "date";
|
|
8
|
-
file: "file";
|
|
9
|
-
link: "link";
|
|
10
|
-
name: "name";
|
|
11
7
|
auto_number: "auto_number";
|
|
12
8
|
board_relation: "board_relation";
|
|
13
9
|
button: "button";
|
|
@@ -15,11 +11,13 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
15
11
|
color_picker: "color_picker";
|
|
16
12
|
country: "country";
|
|
17
13
|
creation_log: "creation_log";
|
|
14
|
+
date: "date";
|
|
18
15
|
dependency: "dependency";
|
|
19
16
|
direct_doc: "direct_doc";
|
|
20
17
|
doc: "doc";
|
|
21
18
|
dropdown: "dropdown";
|
|
22
19
|
email: "email";
|
|
20
|
+
file: "file";
|
|
23
21
|
formula: "formula";
|
|
24
22
|
group: "group";
|
|
25
23
|
hour: "hour";
|
|
@@ -27,9 +25,11 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
27
25
|
item_assignees: "item_assignees";
|
|
28
26
|
item_id: "item_id";
|
|
29
27
|
last_updated: "last_updated";
|
|
28
|
+
link: "link";
|
|
30
29
|
location: "location";
|
|
31
30
|
long_text: "long_text";
|
|
32
31
|
mirror: "mirror";
|
|
32
|
+
name: "name";
|
|
33
33
|
numbers: "numbers";
|
|
34
34
|
people: "people";
|
|
35
35
|
phone: "phone";
|
|
@@ -54,7 +54,7 @@ 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: "
|
|
57
|
+
columnType: "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "date" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "file" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "item_id" | "last_updated" | "link" | "location" | "long_text" | "mirror" | "name" | "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;
|
|
@@ -4,10 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
5
5
|
boardId: z.ZodNumber;
|
|
6
6
|
columnType: z.ZodEnum<{
|
|
7
|
-
date: "date";
|
|
8
|
-
file: "file";
|
|
9
|
-
link: "link";
|
|
10
|
-
name: "name";
|
|
11
7
|
auto_number: "auto_number";
|
|
12
8
|
board_relation: "board_relation";
|
|
13
9
|
button: "button";
|
|
@@ -15,11 +11,13 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
15
11
|
color_picker: "color_picker";
|
|
16
12
|
country: "country";
|
|
17
13
|
creation_log: "creation_log";
|
|
14
|
+
date: "date";
|
|
18
15
|
dependency: "dependency";
|
|
19
16
|
direct_doc: "direct_doc";
|
|
20
17
|
doc: "doc";
|
|
21
18
|
dropdown: "dropdown";
|
|
22
19
|
email: "email";
|
|
20
|
+
file: "file";
|
|
23
21
|
formula: "formula";
|
|
24
22
|
group: "group";
|
|
25
23
|
hour: "hour";
|
|
@@ -27,9 +25,11 @@ declare const MondayMcpCreateColumnInput: z.ZodObject<{
|
|
|
27
25
|
item_assignees: "item_assignees";
|
|
28
26
|
item_id: "item_id";
|
|
29
27
|
last_updated: "last_updated";
|
|
28
|
+
link: "link";
|
|
30
29
|
location: "location";
|
|
31
30
|
long_text: "long_text";
|
|
32
31
|
mirror: "mirror";
|
|
32
|
+
name: "name";
|
|
33
33
|
numbers: "numbers";
|
|
34
34
|
people: "people";
|
|
35
35
|
phone: "phone";
|
|
@@ -54,7 +54,7 @@ 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: "
|
|
57
|
+
columnType: "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "date" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "file" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "item_id" | "last_updated" | "link" | "location" | "long_text" | "mirror" | "name" | "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;
|
|
@@ -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,7 +25,7 @@ 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
30
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
31
31
|
//#endregion
|
|
@@ -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,7 +25,7 @@ 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
30
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
31
31
|
//#endregion
|
|
@@ -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"}
|
|
@@ -3,10 +3,6 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-column-type-info.d.ts
|
|
4
4
|
declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
5
5
|
columnType: z.ZodEnum<{
|
|
6
|
-
date: "date";
|
|
7
|
-
file: "file";
|
|
8
|
-
link: "link";
|
|
9
|
-
name: "name";
|
|
10
6
|
auto_number: "auto_number";
|
|
11
7
|
board_relation: "board_relation";
|
|
12
8
|
button: "button";
|
|
@@ -14,11 +10,13 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
14
10
|
color_picker: "color_picker";
|
|
15
11
|
country: "country";
|
|
16
12
|
creation_log: "creation_log";
|
|
13
|
+
date: "date";
|
|
17
14
|
dependency: "dependency";
|
|
18
15
|
direct_doc: "direct_doc";
|
|
19
16
|
doc: "doc";
|
|
20
17
|
dropdown: "dropdown";
|
|
21
18
|
email: "email";
|
|
19
|
+
file: "file";
|
|
22
20
|
formula: "formula";
|
|
23
21
|
group: "group";
|
|
24
22
|
hour: "hour";
|
|
@@ -26,9 +24,11 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
26
24
|
item_assignees: "item_assignees";
|
|
27
25
|
item_id: "item_id";
|
|
28
26
|
last_updated: "last_updated";
|
|
27
|
+
link: "link";
|
|
29
28
|
location: "location";
|
|
30
29
|
long_text: "long_text";
|
|
31
30
|
mirror: "mirror";
|
|
31
|
+
name: "name";
|
|
32
32
|
numbers: "numbers";
|
|
33
33
|
people: "people";
|
|
34
34
|
phone: "phone";
|
|
@@ -49,7 +49,7 @@ 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: "
|
|
52
|
+
columnType: "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "date" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "file" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "item_id" | "last_updated" | "link" | "location" | "long_text" | "mirror" | "name" | "numbers" | "people" | "phone" | "progress" | "rating" | "status" | "subtasks" | "tags" | "team" | "text" | "time_tracking" | "timeline" | "unsupported" | "vote" | "week" | "world_clock";
|
|
53
53
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
54
54
|
//#endregion
|
|
55
55
|
export { mondayMcpGetColumnTypeInfo };
|
|
@@ -3,10 +3,6 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-column-type-info.d.ts
|
|
4
4
|
declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
5
5
|
columnType: z.ZodEnum<{
|
|
6
|
-
date: "date";
|
|
7
|
-
file: "file";
|
|
8
|
-
link: "link";
|
|
9
|
-
name: "name";
|
|
10
6
|
auto_number: "auto_number";
|
|
11
7
|
board_relation: "board_relation";
|
|
12
8
|
button: "button";
|
|
@@ -14,11 +10,13 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
14
10
|
color_picker: "color_picker";
|
|
15
11
|
country: "country";
|
|
16
12
|
creation_log: "creation_log";
|
|
13
|
+
date: "date";
|
|
17
14
|
dependency: "dependency";
|
|
18
15
|
direct_doc: "direct_doc";
|
|
19
16
|
doc: "doc";
|
|
20
17
|
dropdown: "dropdown";
|
|
21
18
|
email: "email";
|
|
19
|
+
file: "file";
|
|
22
20
|
formula: "formula";
|
|
23
21
|
group: "group";
|
|
24
22
|
hour: "hour";
|
|
@@ -26,9 +24,11 @@ declare const MondayMcpGetColumnTypeInfoInput: z.ZodObject<{
|
|
|
26
24
|
item_assignees: "item_assignees";
|
|
27
25
|
item_id: "item_id";
|
|
28
26
|
last_updated: "last_updated";
|
|
27
|
+
link: "link";
|
|
29
28
|
location: "location";
|
|
30
29
|
long_text: "long_text";
|
|
31
30
|
mirror: "mirror";
|
|
31
|
+
name: "name";
|
|
32
32
|
numbers: "numbers";
|
|
33
33
|
people: "people";
|
|
34
34
|
phone: "phone";
|
|
@@ -49,7 +49,7 @@ 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: "
|
|
52
|
+
columnType: "auto_number" | "board_relation" | "button" | "checkbox" | "color_picker" | "country" | "creation_log" | "date" | "dependency" | "direct_doc" | "doc" | "dropdown" | "email" | "file" | "formula" | "group" | "hour" | "integration" | "item_assignees" | "item_id" | "last_updated" | "link" | "location" | "long_text" | "mirror" | "name" | "numbers" | "people" | "phone" | "progress" | "rating" | "status" | "subtasks" | "tags" | "team" | "text" | "time_tracking" | "timeline" | "unsupported" | "vote" | "week" | "world_clock";
|
|
53
53
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
54
54
|
//#endregion
|
|
55
55
|
export { mondayMcpGetColumnTypeInfo };
|