@keystrokehq/mural 0.1.0 → 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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/authorization-request.cjs +1 -1
- package/dist/actions/authorization-request.cjs.map +1 -1
- package/dist/actions/authorization-request.d.cts +17 -3
- package/dist/actions/authorization-request.d.cts.map +1 -1
- package/dist/actions/authorization-request.d.mts +17 -3
- package/dist/actions/authorization-request.d.mts.map +1 -1
- package/dist/actions/authorization-request.mjs +1 -1
- package/dist/actions/authorization-request.mjs.map +1 -1
- package/dist/actions/create-sticky-note.cjs +15 -15
- package/dist/actions/create-sticky-note.cjs.map +1 -1
- package/dist/actions/create-sticky-note.d.cts +94 -3
- package/dist/actions/create-sticky-note.d.cts.map +1 -1
- package/dist/actions/create-sticky-note.d.mts +94 -3
- package/dist/actions/create-sticky-note.d.mts.map +1 -1
- package/dist/actions/create-sticky-note.mjs +15 -15
- package/dist/actions/create-sticky-note.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +9 -9
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +12 -3
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +12 -3
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +9 -9
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-files-for-mural.cjs +20 -20
- package/dist/actions/get-files-for-mural.cjs.map +1 -1
- package/dist/actions/get-files-for-mural.d.cts +53 -3
- package/dist/actions/get-files-for-mural.d.cts.map +1 -1
- package/dist/actions/get-files-for-mural.d.mts +53 -3
- package/dist/actions/get-files-for-mural.d.mts.map +1 -1
- package/dist/actions/get-files-for-mural.mjs +20 -20
- package/dist/actions/get-files-for-mural.mjs.map +1 -1
- package/dist/actions/get-mural-widgets.cjs +8 -8
- package/dist/actions/get-mural-widgets.cjs.map +1 -1
- package/dist/actions/get-mural-widgets.d.cts +51 -3
- package/dist/actions/get-mural-widgets.d.cts.map +1 -1
- package/dist/actions/get-mural-widgets.d.mts +51 -3
- package/dist/actions/get-mural-widgets.d.mts.map +1 -1
- package/dist/actions/get-mural-widgets.mjs +8 -8
- package/dist/actions/get-mural-widgets.mjs.map +1 -1
- package/dist/actions/get-room.cjs +5 -5
- package/dist/actions/get-room.cjs.map +1 -1
- package/dist/actions/get-room.d.cts +18 -3
- package/dist/actions/get-room.d.cts.map +1 -1
- package/dist/actions/get-room.d.mts +18 -3
- package/dist/actions/get-room.d.mts.map +1 -1
- package/dist/actions/get-room.mjs +5 -5
- package/dist/actions/get-room.mjs.map +1 -1
- package/dist/actions/get-workspace.cjs +3 -3
- package/dist/actions/get-workspace.cjs.map +1 -1
- package/dist/actions/get-workspace.d.cts +13 -3
- package/dist/actions/get-workspace.d.cts.map +1 -1
- package/dist/actions/get-workspace.d.mts +13 -3
- package/dist/actions/get-workspace.d.mts.map +1 -1
- package/dist/actions/get-workspace.mjs +3 -3
- package/dist/actions/get-workspace.mjs.map +1 -1
- package/dist/actions/get-workspaces.cjs +4 -4
- package/dist/actions/get-workspaces.cjs.map +1 -1
- package/dist/actions/get-workspaces.d.cts +18 -3
- package/dist/actions/get-workspaces.d.cts.map +1 -1
- package/dist/actions/get-workspaces.d.mts +18 -3
- package/dist/actions/get-workspaces.d.mts.map +1 -1
- package/dist/actions/get-workspaces.mjs +4 -4
- package/dist/actions/get-workspaces.mjs.map +1 -1
- package/dist/actions/list-folders.cjs +5 -5
- package/dist/actions/list-folders.cjs.map +1 -1
- package/dist/actions/list-folders.d.cts +20 -3
- package/dist/actions/list-folders.d.cts.map +1 -1
- package/dist/actions/list-folders.d.mts +20 -3
- package/dist/actions/list-folders.d.mts.map +1 -1
- package/dist/actions/list-folders.mjs +5 -5
- package/dist/actions/list-folders.mjs.map +1 -1
- package/dist/actions/list-open-rooms.cjs +6 -6
- package/dist/actions/list-open-rooms.cjs.map +1 -1
- package/dist/actions/list-open-rooms.d.cts +25 -3
- package/dist/actions/list-open-rooms.d.cts.map +1 -1
- package/dist/actions/list-open-rooms.d.mts +25 -3
- package/dist/actions/list-open-rooms.d.mts.map +1 -1
- package/dist/actions/list-open-rooms.mjs +6 -6
- package/dist/actions/list-open-rooms.mjs.map +1 -1
- package/dist/actions/list-recent-murals.cjs +3 -3
- package/dist/actions/list-recent-murals.cjs.map +1 -1
- package/dist/actions/list-recent-murals.d.cts +26 -3
- package/dist/actions/list-recent-murals.d.cts.map +1 -1
- package/dist/actions/list-recent-murals.d.mts +26 -3
- package/dist/actions/list-recent-murals.d.mts.map +1 -1
- package/dist/actions/list-recent-murals.mjs +3 -3
- package/dist/actions/list-recent-murals.mjs.map +1 -1
- package/dist/actions/list-recent-templates.cjs +2 -2
- package/dist/actions/list-recent-templates.cjs.map +1 -1
- package/dist/actions/list-recent-templates.d.cts +25 -3
- package/dist/actions/list-recent-templates.d.cts.map +1 -1
- package/dist/actions/list-recent-templates.d.mts +25 -3
- package/dist/actions/list-recent-templates.d.mts.map +1 -1
- package/dist/actions/list-recent-templates.mjs +2 -2
- package/dist/actions/list-recent-templates.mjs.map +1 -1
- package/dist/actions/list-room-murals.cjs +2 -2
- package/dist/actions/list-room-murals.cjs.map +1 -1
- package/dist/actions/list-room-murals.d.cts +37 -3
- package/dist/actions/list-room-murals.d.cts.map +1 -1
- package/dist/actions/list-room-murals.d.mts +37 -3
- package/dist/actions/list-room-murals.d.mts.map +1 -1
- package/dist/actions/list-room-murals.mjs +2 -2
- package/dist/actions/list-room-murals.mjs.map +1 -1
- package/dist/actions/list-room-users.cjs +6 -6
- package/dist/actions/list-room-users.cjs.map +1 -1
- package/dist/actions/list-room-users.d.cts +22 -3
- package/dist/actions/list-room-users.d.cts.map +1 -1
- package/dist/actions/list-room-users.d.mts +22 -3
- package/dist/actions/list-room-users.d.mts.map +1 -1
- package/dist/actions/list-room-users.mjs +6 -6
- package/dist/actions/list-room-users.mjs.map +1 -1
- package/dist/actions/list-rooms.cjs +6 -6
- package/dist/actions/list-rooms.cjs.map +1 -1
- package/dist/actions/list-rooms.d.cts +25 -3
- package/dist/actions/list-rooms.d.cts.map +1 -1
- package/dist/actions/list-rooms.d.mts +25 -3
- package/dist/actions/list-rooms.d.mts.map +1 -1
- package/dist/actions/list-rooms.mjs +6 -6
- package/dist/actions/list-rooms.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +4 -4
- package/dist/actions/list-tags.cjs.map +1 -1
- package/dist/actions/list-tags.d.cts +15 -3
- package/dist/actions/list-tags.d.cts.map +1 -1
- package/dist/actions/list-tags.d.mts +15 -3
- package/dist/actions/list-tags.d.mts.map +1 -1
- package/dist/actions/list-tags.mjs +4 -4
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +4 -4
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +18 -3
- package/dist/actions/list-templates.d.cts.map +1 -1
- package/dist/actions/list-templates.d.mts +18 -3
- package/dist/actions/list-templates.d.mts.map +1 -1
- package/dist/actions/list-templates.mjs +4 -4
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-workspace-murals.cjs +3 -3
- package/dist/actions/list-workspace-murals.cjs.map +1 -1
- package/dist/actions/list-workspace-murals.d.cts +34 -3
- package/dist/actions/list-workspace-murals.d.cts.map +1 -1
- package/dist/actions/list-workspace-murals.d.mts +34 -3
- package/dist/actions/list-workspace-murals.d.mts.map +1 -1
- package/dist/actions/list-workspace-murals.mjs +3 -3
- package/dist/actions/list-workspace-murals.mjs.map +1 -1
- package/dist/actions/list-workspace-templates.cjs +3 -3
- package/dist/actions/list-workspace-templates.cjs.map +1 -1
- package/dist/actions/list-workspace-templates.d.cts +26 -3
- package/dist/actions/list-workspace-templates.d.cts.map +1 -1
- package/dist/actions/list-workspace-templates.d.mts +26 -3
- package/dist/actions/list-workspace-templates.d.mts.map +1 -1
- package/dist/actions/list-workspace-templates.mjs +3 -3
- package/dist/actions/list-workspace-templates.mjs.map +1 -1
- package/dist/actions/search-murals.cjs +3 -3
- package/dist/actions/search-murals.cjs.map +1 -1
- package/dist/actions/search-murals.d.cts +27 -3
- package/dist/actions/search-murals.d.cts.map +1 -1
- package/dist/actions/search-murals.d.mts +27 -3
- package/dist/actions/search-murals.d.mts.map +1 -1
- package/dist/actions/search-murals.mjs +3 -3
- package/dist/actions/search-murals.mjs.map +1 -1
- package/dist/actions/search-rooms.cjs +6 -6
- package/dist/actions/search-rooms.cjs.map +1 -1
- package/dist/actions/search-rooms.d.cts +27 -3
- package/dist/actions/search-rooms.d.cts.map +1 -1
- package/dist/actions/search-rooms.d.mts +27 -3
- package/dist/actions/search-rooms.d.mts.map +1 -1
- package/dist/actions/search-rooms.mjs +6 -6
- package/dist/actions/search-rooms.mjs.map +1 -1
- package/dist/actions/search-templates.cjs +4 -4
- package/dist/actions/search-templates.cjs.map +1 -1
- package/dist/actions/search-templates.d.cts +23 -3
- package/dist/actions/search-templates.d.cts.map +1 -1
- package/dist/actions/search-templates.d.mts +23 -3
- package/dist/actions/search-templates.d.mts.map +1 -1
- package/dist/actions/search-templates.mjs +4 -4
- package/dist/actions/search-templates.mjs.map +1 -1
- package/package.json +2 -2
package/dist/action.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.cjs","names":["mural","executeMuralTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mural } from \"./app\";\nimport { executeMuralTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input:
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["mural","executeMuralTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mural } from \"./app\";\nimport { executeMuralTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\n },\n) {\n return mural.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output as z.ZodTypeAny,\n async run(input) {\n return def.output.parse(await executeMuralTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
|
package/dist/action.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mural } from \"./app\";\nimport { executeMuralTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input:
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mural } from \"./app\";\nimport { executeMuralTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\n },\n) {\n return mural.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output as z.ZodTypeAny,\n async run(input) {\n return def.output.parse(await executeMuralTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
|
|
@@ -8,7 +8,7 @@ const MuralAuthorizationRequestInput = zod.z.object({
|
|
|
8
8
|
redirect_uri: zod.z.string().describe("The callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs."),
|
|
9
9
|
response_type: zod.z.string().default("code").describe("Grant type for authorization code flow; must be 'code'.").optional()
|
|
10
10
|
}).describe("Request model for initiating the OAuth 2.0 authorization process with Mural.");
|
|
11
|
-
const MuralAuthorizationRequestOutput = zod.z.object({ authorization_url: zod.z.string().describe("Full URL to which the user's browser must be redirected to start the OAuth flow.") }).describe("Response model returning the URL to initiate the OAuth 2.0 authorization flow.");
|
|
11
|
+
const MuralAuthorizationRequestOutput = zod.z.object({ authorization_url: zod.z.string().describe("Full URL to which the user's browser must be redirected to start the OAuth flow.").nullable() }).passthrough().describe("Response model returning the URL to initiate the OAuth 2.0 authorization flow.");
|
|
12
12
|
const muralAuthorizationRequest = require_action.action("MURAL_AUTHORIZATION_REQUEST", {
|
|
13
13
|
slug: "mural-authorization-request",
|
|
14
14
|
name: "MURAL Authorization Request",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization-request.cjs","names":["z","action"],"sources":["../../src/actions/authorization-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralAuthorizationRequestInput
|
|
1
|
+
{"version":3,"file":"authorization-request.cjs","names":["z","action"],"sources":["../../src/actions/authorization-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralAuthorizationRequestInput = z.object({\n scope: z.array(z.string()).describe(\"List of permission scopes to request. Provided as a list of strings; they will be joined with spaces in the URL.\"),\n state: z.string().describe(\"Optional opaque value sent and returned in the callback to prevent CSRF and correlate requests.\").optional(),\n client_id: z.string().describe(\"The client identifier for your Mural app (provided when registering your app).\"),\n redirect_uri: z.string().describe(\"The callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs.\"),\n response_type: z.string().default(\"code\").describe(\"Grant type for authorization code flow; must be 'code'.\").optional(),\n}).describe(\"Request model for initiating the OAuth 2.0 authorization process with Mural.\");\nexport const MuralAuthorizationRequestOutput = z.object({\n authorization_url: z.string().describe(\"Full URL to which the user's browser must be redirected to start the OAuth flow.\").nullable(),\n}).passthrough().describe(\"Response model returning the URL to initiate the OAuth 2.0 authorization flow.\");\n\nexport const muralAuthorizationRequest = action(\"MURAL_AUTHORIZATION_REQUEST\", {\n slug: \"mural-authorization-request\",\n name: \"MURAL Authorization Request\",\n description: \"Tool to initiate the OAuth 2.0 authorization process. Use when you need to redirect a user to Mural to obtain an authorization code.\",\n input: MuralAuthorizationRequestInput,\n output: MuralAuthorizationRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kHAAkH;CACtJ,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CACvI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAC/G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;CAC7J,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,EACtI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gFAAgF;AAE1G,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/authorization-request.d.ts
|
|
4
|
-
declare const MuralAuthorizationRequestInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralAuthorizationRequestInput: z.ZodObject<{
|
|
5
|
+
scope: z.ZodArray<z.ZodString>;
|
|
6
|
+
state: z.ZodOptional<z.ZodString>;
|
|
7
|
+
client_id: z.ZodString;
|
|
8
|
+
redirect_uri: z.ZodString;
|
|
9
|
+
response_type: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
declare const MuralAuthorizationRequestOutput: z.ZodObject<{
|
|
12
|
+
authorization_url: z.ZodNullable<z.ZodString>;
|
|
13
|
+
}, z.core.$loose>;
|
|
14
|
+
declare const muralAuthorizationRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
scope: string[];
|
|
16
|
+
client_id: string;
|
|
17
|
+
redirect_uri: string;
|
|
18
|
+
state?: string | undefined;
|
|
19
|
+
response_type?: string | undefined;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { muralAuthorizationRequest };
|
|
9
23
|
//# sourceMappingURL=authorization-request.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization-request.d.cts","names":[],"sources":["../../src/actions/authorization-request.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"authorization-request.d.cts","names":[],"sources":["../../src/actions/authorization-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAO9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/authorization-request.d.ts
|
|
4
|
-
declare const MuralAuthorizationRequestInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralAuthorizationRequestInput: z.ZodObject<{
|
|
5
|
+
scope: z.ZodArray<z.ZodString>;
|
|
6
|
+
state: z.ZodOptional<z.ZodString>;
|
|
7
|
+
client_id: z.ZodString;
|
|
8
|
+
redirect_uri: z.ZodString;
|
|
9
|
+
response_type: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
declare const MuralAuthorizationRequestOutput: z.ZodObject<{
|
|
12
|
+
authorization_url: z.ZodNullable<z.ZodString>;
|
|
13
|
+
}, z.core.$loose>;
|
|
14
|
+
declare const muralAuthorizationRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
scope: string[];
|
|
16
|
+
client_id: string;
|
|
17
|
+
redirect_uri: string;
|
|
18
|
+
state?: string | undefined;
|
|
19
|
+
response_type?: string | undefined;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { muralAuthorizationRequest };
|
|
9
23
|
//# sourceMappingURL=authorization-request.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization-request.d.mts","names":[],"sources":["../../src/actions/authorization-request.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"authorization-request.d.mts","names":[],"sources":["../../src/actions/authorization-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAO9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -11,7 +11,7 @@ const muralAuthorizationRequest = action("MURAL_AUTHORIZATION_REQUEST", {
|
|
|
11
11
|
redirect_uri: z.string().describe("The callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs."),
|
|
12
12
|
response_type: z.string().default("code").describe("Grant type for authorization code flow; must be 'code'.").optional()
|
|
13
13
|
}).describe("Request model for initiating the OAuth 2.0 authorization process with Mural."),
|
|
14
|
-
output: z.object({ authorization_url: z.string().describe("Full URL to which the user's browser must be redirected to start the OAuth flow.") }).describe("Response model returning the URL to initiate the OAuth 2.0 authorization flow.")
|
|
14
|
+
output: z.object({ authorization_url: z.string().describe("Full URL to which the user's browser must be redirected to start the OAuth flow.").nullable() }).passthrough().describe("Response model returning the URL to initiate the OAuth 2.0 authorization flow.")
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { muralAuthorizationRequest };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization-request.mjs","names":[],"sources":["../../src/actions/authorization-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralAuthorizationRequestInput
|
|
1
|
+
{"version":3,"file":"authorization-request.mjs","names":[],"sources":["../../src/actions/authorization-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralAuthorizationRequestInput = z.object({\n scope: z.array(z.string()).describe(\"List of permission scopes to request. Provided as a list of strings; they will be joined with spaces in the URL.\"),\n state: z.string().describe(\"Optional opaque value sent and returned in the callback to prevent CSRF and correlate requests.\").optional(),\n client_id: z.string().describe(\"The client identifier for your Mural app (provided when registering your app).\"),\n redirect_uri: z.string().describe(\"The callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs.\"),\n response_type: z.string().default(\"code\").describe(\"Grant type for authorization code flow; must be 'code'.\").optional(),\n}).describe(\"Request model for initiating the OAuth 2.0 authorization process with Mural.\");\nexport const MuralAuthorizationRequestOutput = z.object({\n authorization_url: z.string().describe(\"Full URL to which the user's browser must be redirected to start the OAuth flow.\").nullable(),\n}).passthrough().describe(\"Response model returning the URL to initiate the OAuth 2.0 authorization flow.\");\n\nexport const muralAuthorizationRequest = action(\"MURAL_AUTHORIZATION_REQUEST\", {\n slug: \"mural-authorization-request\",\n name: \"MURAL Authorization Request\",\n description: \"Tool to initiate the OAuth 2.0 authorization process. Use when you need to redirect a user to Mural to obtain an authorization code.\",\n input: MuralAuthorizationRequestInput,\n output: MuralAuthorizationRequestOutput,\n});\n"],"mappings":";;AAeA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf4C,EAAE,OAAO;EACrD,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kHAAkH;EACtJ,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;EACvI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC/G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;EAC7J,eAAe,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,8EASH;CACP,QAT6C,EAAE,OAAO,EACtD,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,EACtI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gFAOhB;AACV,CAAC"}
|
|
@@ -28,7 +28,7 @@ const MuralCreateStickyNoteInput = zod.z.object({
|
|
|
28
28
|
height: zod.z.number().describe("Height of the sticky note in pixels").optional(),
|
|
29
29
|
rotation: zod.z.number().describe("Rotation angle of the widget in degrees").optional(),
|
|
30
30
|
stackable: zod.z.boolean().describe("Whether the widget is stackable within areas").optional()
|
|
31
|
-
}).describe("Definition of a sticky note to create on a mural.\n\nEach sticky note must be an object/dictionary with x and y coordinates.\nDo NOT pass strings or nested objects - pass a direct object with properties.\n\nExample of correct format:\n{\"x\": 100, \"y\": 200, \"text\": \"My note\", \"shape\": \"rectangle\"}")).describe("Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.")
|
|
31
|
+
}).passthrough().describe("Definition of a sticky note to create on a mural.\n\nEach sticky note must be an object/dictionary with x and y coordinates.\nDo NOT pass strings or nested objects - pass a direct object with properties.\n\nExample of correct format:\n{\"x\": 100, \"y\": 200, \"text\": \"My note\", \"shape\": \"rectangle\"}")).describe("Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.")
|
|
32
32
|
}).describe("Request model for creating sticky note widgets on a mural.\n\nThe 'stickies' parameter must be a direct array of sticky note objects.\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\n\nCORRECT format:\n{\n \"muralId\": \"your-mural-id\",\n \"stickies\": [\n {\"x\": 100, \"y\": 200, \"text\": \"Note 1\"},\n {\"x\": 300, \"y\": 400, \"text\": \"Note 2\"}\n ]\n}\n\nINCORRECT formats (DO NOT USE):\n- Nested object: {\"stickies\": {\"stickies\": [...]}}\n- String values: {\"stickies\": [\"sticky1\", \"sticky2\"]}\n- Missing coordinates: {\"stickies\": [{\"text\": \"Note\"}]}");
|
|
33
33
|
const MuralCreateStickyNote_StickyNoteStyleSchema = zod.z.object({
|
|
34
34
|
bold: zod.z.boolean().describe("Whether text is bold. Defaults to false if not provided.").nullable().optional(),
|
|
@@ -44,26 +44,26 @@ const MuralCreateStickyNote_StickyNoteStyleSchema = zod.z.object({
|
|
|
44
44
|
]).describe("Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.").nullable().optional(),
|
|
45
45
|
underline: zod.z.boolean().describe("Whether text is underlined. Defaults to false if not provided.").nullable().optional(),
|
|
46
46
|
backgroundColor: zod.z.string().describe("Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).").nullable().optional()
|
|
47
|
-
}).describe("Styling options for a sticky note widget.\n\nAll properties are optional. When not provided, MURAL uses its default styling.");
|
|
47
|
+
}).passthrough().describe("Styling options for a sticky note widget.\n\nAll properties are optional. When not provided, MURAL uses its default styling.");
|
|
48
48
|
const MuralCreateStickyNote_StickyNoteUserSchema = zod.z.object({
|
|
49
|
-
lastName: zod.z.string().describe("Last name of the user"),
|
|
50
|
-
firstName: zod.z.string().describe("First name of the user")
|
|
51
|
-
}).describe("Information about a user associated with a widget.");
|
|
49
|
+
lastName: zod.z.string().describe("Last name of the user").nullable(),
|
|
50
|
+
firstName: zod.z.string().describe("First name of the user").nullable()
|
|
51
|
+
}).passthrough().describe("Information about a user associated with a widget.");
|
|
52
52
|
const MuralCreateStickyNote_StickyNoteResponseSchema = zod.z.object({
|
|
53
|
-
x: zod.z.number().describe("X-coordinate position in pixels"),
|
|
54
|
-
y: zod.z.number().describe("Y-coordinate position in pixels"),
|
|
55
|
-
id: zod.z.string().describe("Unique identifier of the widget"),
|
|
53
|
+
x: zod.z.number().describe("X-coordinate position in pixels").nullable(),
|
|
54
|
+
y: zod.z.number().describe("Y-coordinate position in pixels").nullable(),
|
|
55
|
+
id: zod.z.string().describe("Unique identifier of the widget").nullable(),
|
|
56
56
|
text: zod.z.string().describe("Text content of the sticky note").nullable().optional(),
|
|
57
|
-
type: zod.z.string().describe("Widget type, always 'sticky note'"),
|
|
57
|
+
type: zod.z.string().describe("Widget type, always 'sticky note'").nullable(),
|
|
58
58
|
style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),
|
|
59
|
-
width: zod.z.number().describe("Width of the widget in pixels"),
|
|
60
|
-
height: zod.z.number().describe("Height of the widget in pixels"),
|
|
59
|
+
width: zod.z.number().describe("Width of the widget in pixels").nullable(),
|
|
60
|
+
height: zod.z.number().describe("Height of the widget in pixels").nullable(),
|
|
61
61
|
createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),
|
|
62
|
-
createdOn: zod.z.number().int().describe("Timestamp (ms since epoch) when created"),
|
|
62
|
+
createdOn: zod.z.number().int().describe("Timestamp (ms since epoch) when created").nullable(),
|
|
63
63
|
updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),
|
|
64
|
-
updatedOn: zod.z.number().int().describe("Timestamp (ms since epoch) when last updated")
|
|
65
|
-
}).describe("Schema for a created sticky note widget.");
|
|
66
|
-
const MuralCreateStickyNoteOutput = zod.z.object({ value: zod.z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe("List of created sticky note widgets") }).describe("Response model for creating sticky note widgets.");
|
|
64
|
+
updatedOn: zod.z.number().int().describe("Timestamp (ms since epoch) when last updated").nullable()
|
|
65
|
+
}).passthrough().describe("Schema for a created sticky note widget.");
|
|
66
|
+
const MuralCreateStickyNoteOutput = zod.z.object({ value: zod.z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe("List of created sticky note widgets") }).passthrough().describe("Response model for creating sticky note widgets.");
|
|
67
67
|
const muralCreateStickyNote = require_action.action("MURAL_CREATE_STICKY_NOTE", {
|
|
68
68
|
slug: "mural-create-sticky-note",
|
|
69
69
|
name: "Create sticky note",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-sticky-note.cjs","names":["z","action"],"sources":["../../src/actions/create-sticky-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralCreateStickyNoteInput: z.ZodTypeAny = z.object({\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n stickies: z.array(z.object({\n x: z.number().describe(\"X-coordinate position in pixels (required)\"),\n y: z.number().describe(\"Y-coordinate position in pixels (required)\"),\n text: z.string().describe(\"Text content of the sticky note\").optional(),\n shape: z.enum([\"rectangle\", \"circle\"]).default(\"rectangle\").describe(\"Shape of the sticky note ('rectangle' or 'circle')\").optional(),\n style: z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\").optional(),\n width: z.number().describe(\"Width of the sticky note in pixels\").optional(),\n areaId: z.string().describe(\"ID of the area widget containing this sticky note\").optional(),\n height: z.number().describe(\"Height of the sticky note in pixels\").optional(),\n rotation: z.number().describe(\"Rotation angle of the widget in degrees\").optional(),\n stackable: z.boolean().describe(\"Whether the widget is stackable within areas\").optional(),\n}).describe(\"Definition of a sticky note to create on a mural.\\n\\nEach sticky note must be an object/dictionary with x and y coordinates.\\nDo NOT pass strings or nested objects - pass a direct object with properties.\\n\\nExample of correct format:\\n{\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"My note\\\", \\\"shape\\\": \\\"rectangle\\\"}\")).describe(\"Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.\"),\n}).describe(\"Request model for creating sticky note widgets on a mural.\\n\\nThe 'stickies' parameter must be a direct array of sticky note objects.\\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\\n\\nCORRECT format:\\n{\\n \\\"muralId\\\": \\\"your-mural-id\\\",\\n \\\"stickies\\\": [\\n {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"Note 1\\\"},\\n {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Note 2\\\"}\\n ]\\n}\\n\\nINCORRECT formats (DO NOT USE):\\n- Nested object: {\\\"stickies\\\": {\\\"stickies\\\": [...]}}\\n- String values: {\\\"stickies\\\": [\\\"sticky1\\\", \\\"sticky2\\\"]}\\n- Missing coordinates: {\\\"stickies\\\": [{\\\"text\\\": \\\"Note\\\"}]}\");\nconst MuralCreateStickyNote_StickyNoteStyleSchema: z.ZodTypeAny = z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").nullable().optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").nullable().optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").nullable().optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").nullable().optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").nullable().optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").nullable().optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").nullable().optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").nullable().optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").nullable().optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\");\nconst MuralCreateStickyNote_StickyNoteUserSchema: z.ZodTypeAny = z.object({\n lastName: z.string().describe(\"Last name of the user\"),\n firstName: z.string().describe(\"First name of the user\"),\n}).describe(\"Information about a user associated with a widget.\");\nconst MuralCreateStickyNote_StickyNoteResponseSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X-coordinate position in pixels\"),\n y: z.number().describe(\"Y-coordinate position in pixels\"),\n id: z.string().describe(\"Unique identifier of the widget\"),\n text: z.string().describe(\"Text content of the sticky note\").nullable().optional(),\n type: z.string().describe(\"Widget type, always 'sticky note'\"),\n style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),\n width: z.number().describe(\"Width of the widget in pixels\"),\n height: z.number().describe(\"Height of the widget in pixels\"),\n createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp (ms since epoch) when created\"),\n updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n updatedOn: z.number().int().describe(\"Timestamp (ms since epoch) when last updated\"),\n}).describe(\"Schema for a created sticky note widget.\");\nexport const MuralCreateStickyNoteOutput: z.ZodTypeAny = z.object({\n value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe(\"List of created sticky note widgets\"),\n}).describe(\"Response model for creating sticky note widgets.\");\n\nexport const muralCreateStickyNote = action(\"MURAL_CREATE_STICKY_NOTE\", {\n slug: \"mural-create-sticky-note\",\n name: \"Create sticky note\",\n description: \"Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { \\\"muralId\\\": \\\"mural-id-here\\\", \\\"stickies\\\": [ {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"First note\\\"}, {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Second note\\\", \\\"shape\\\": \\\"circle\\\"} ] }\",\n input: MuralCreateStickyNoteInput,\n output: MuralCreateStickyNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACnE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACtE,OAAOA,IAAAA,EAAE,KAAK,CAAC,aAAa,QAAQ,CAAC,CAAC,CAAC,QAAQ,WAAW,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EACpI,OAAOA,IAAAA,EAAE,OAAO;GAChB,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GAChG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;GAC/I,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;GAClH,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GACxG,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;GAC5G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;GACzH,WAAWA,IAAAA,EAAE,KAAK;IAAC;IAAQ;IAAU;GAAO,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;GACxK,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC3G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;EACzP,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;EACnJ,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAClF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,sTAAsT,CAAC,CAAC,CAAC,SAAS,qKAAqK;AACnf,CAAC,CAAC,CAAC,SAAS,inBAAinB;AAC7nB,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAU;CAAO,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpQ,CAAC,CAAC,CAAC,SAAS,8HAA8H;AAC1I,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACrD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACzD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACxD,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,OAAO,4CAA4C,SAAS;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC5D,WAAW,2CAA2C,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CAC9E,WAAW,2CAA2C,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;AACrF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,OAAOA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,qCAAqC,EAC/G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-sticky-note.cjs","names":["z","action"],"sources":["../../src/actions/create-sticky-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralCreateStickyNoteInput = z.object({\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n stickies: z.array(z.object({\n x: z.number().describe(\"X-coordinate position in pixels (required)\"),\n y: z.number().describe(\"Y-coordinate position in pixels (required)\"),\n text: z.string().describe(\"Text content of the sticky note\").optional(),\n shape: z.enum([\"rectangle\", \"circle\"]).default(\"rectangle\").describe(\"Shape of the sticky note ('rectangle' or 'circle')\").optional(),\n style: z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\").optional(),\n width: z.number().describe(\"Width of the sticky note in pixels\").optional(),\n areaId: z.string().describe(\"ID of the area widget containing this sticky note\").optional(),\n height: z.number().describe(\"Height of the sticky note in pixels\").optional(),\n rotation: z.number().describe(\"Rotation angle of the widget in degrees\").optional(),\n stackable: z.boolean().describe(\"Whether the widget is stackable within areas\").optional(),\n}).passthrough().describe(\"Definition of a sticky note to create on a mural.\\n\\nEach sticky note must be an object/dictionary with x and y coordinates.\\nDo NOT pass strings or nested objects - pass a direct object with properties.\\n\\nExample of correct format:\\n{\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"My note\\\", \\\"shape\\\": \\\"rectangle\\\"}\")).describe(\"Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.\"),\n}).describe(\"Request model for creating sticky note widgets on a mural.\\n\\nThe 'stickies' parameter must be a direct array of sticky note objects.\\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\\n\\nCORRECT format:\\n{\\n \\\"muralId\\\": \\\"your-mural-id\\\",\\n \\\"stickies\\\": [\\n {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"Note 1\\\"},\\n {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Note 2\\\"}\\n ]\\n}\\n\\nINCORRECT formats (DO NOT USE):\\n- Nested object: {\\\"stickies\\\": {\\\"stickies\\\": [...]}}\\n- String values: {\\\"stickies\\\": [\\\"sticky1\\\", \\\"sticky2\\\"]}\\n- Missing coordinates: {\\\"stickies\\\": [{\\\"text\\\": \\\"Note\\\"}]}\");\nconst MuralCreateStickyNote_StickyNoteStyleSchema = z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").nullable().optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").nullable().optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").nullable().optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").nullable().optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").nullable().optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").nullable().optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").nullable().optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").nullable().optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").nullable().optional(),\n}).passthrough().describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\");\nconst MuralCreateStickyNote_StickyNoteUserSchema = z.object({\n lastName: z.string().describe(\"Last name of the user\").nullable(),\n firstName: z.string().describe(\"First name of the user\").nullable(),\n}).passthrough().describe(\"Information about a user associated with a widget.\");\nconst MuralCreateStickyNote_StickyNoteResponseSchema = z.object({\n x: z.number().describe(\"X-coordinate position in pixels\").nullable(),\n y: z.number().describe(\"Y-coordinate position in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the sticky note\").nullable().optional(),\n type: z.string().describe(\"Widget type, always 'sticky note'\").nullable(),\n style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable(),\n createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp (ms since epoch) when created\").nullable(),\n updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n updatedOn: z.number().int().describe(\"Timestamp (ms since epoch) when last updated\").nullable(),\n}).passthrough().describe(\"Schema for a created sticky note widget.\");\nexport const MuralCreateStickyNoteOutput = z.object({\n value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe(\"List of created sticky note widgets\"),\n}).passthrough().describe(\"Response model for creating sticky note widgets.\");\n\nexport const muralCreateStickyNote = action(\"MURAL_CREATE_STICKY_NOTE\", {\n slug: \"mural-create-sticky-note\",\n name: \"Create sticky note\",\n description: \"Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { \\\"muralId\\\": \\\"mural-id-here\\\", \\\"stickies\\\": [ {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"First note\\\"}, {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Second note\\\", \\\"shape\\\": \\\"circle\\\"} ] }\",\n input: MuralCreateStickyNoteInput,\n output: MuralCreateStickyNoteOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,100 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-sticky-note.d.ts
|
|
4
|
-
declare const MuralCreateStickyNoteInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralCreateStickyNoteInput: z.ZodObject<{
|
|
5
|
+
muralId: z.ZodString;
|
|
6
|
+
stickies: z.ZodArray<z.ZodObject<{
|
|
7
|
+
x: z.ZodNumber;
|
|
8
|
+
y: z.ZodNumber;
|
|
9
|
+
text: z.ZodOptional<z.ZodString>;
|
|
10
|
+
shape: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
rectangle: "rectangle";
|
|
12
|
+
circle: "circle";
|
|
13
|
+
}>>>;
|
|
14
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
15
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
+
font: z.ZodOptional<z.ZodString>;
|
|
17
|
+
border: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
+
italic: z.ZodOptional<z.ZodBoolean>;
|
|
19
|
+
strike: z.ZodOptional<z.ZodBoolean>;
|
|
20
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
21
|
+
textAlign: z.ZodOptional<z.ZodEnum<{
|
|
22
|
+
left: "left";
|
|
23
|
+
center: "center";
|
|
24
|
+
right: "right";
|
|
25
|
+
}>>;
|
|
26
|
+
underline: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
30
|
+
areaId: z.ZodOptional<z.ZodString>;
|
|
31
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
rotation: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
stackable: z.ZodOptional<z.ZodBoolean>;
|
|
34
|
+
}, z.core.$loose>>;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
declare const MuralCreateStickyNoteOutput: z.ZodObject<{
|
|
37
|
+
value: z.ZodArray<z.ZodObject<{
|
|
38
|
+
x: z.ZodNullable<z.ZodNumber>;
|
|
39
|
+
y: z.ZodNullable<z.ZodNumber>;
|
|
40
|
+
id: z.ZodNullable<z.ZodString>;
|
|
41
|
+
text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
type: z.ZodNullable<z.ZodString>;
|
|
43
|
+
style: z.ZodNullable<z.ZodObject<{
|
|
44
|
+
bold: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
45
|
+
font: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
border: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
47
|
+
italic: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
strike: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
49
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
textAlign: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
left: "left";
|
|
52
|
+
center: "center";
|
|
53
|
+
right: "right";
|
|
54
|
+
}>>>;
|
|
55
|
+
underline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
56
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
}, z.core.$loose>>;
|
|
58
|
+
width: z.ZodNullable<z.ZodNumber>;
|
|
59
|
+
height: z.ZodNullable<z.ZodNumber>;
|
|
60
|
+
createdBy: z.ZodNullable<z.ZodObject<{
|
|
61
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
62
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
63
|
+
}, z.core.$loose>>;
|
|
64
|
+
createdOn: z.ZodNullable<z.ZodNumber>;
|
|
65
|
+
updatedBy: z.ZodNullable<z.ZodObject<{
|
|
66
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
67
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
68
|
+
}, z.core.$loose>>;
|
|
69
|
+
updatedOn: z.ZodNullable<z.ZodNumber>;
|
|
70
|
+
}, z.core.$loose>>;
|
|
71
|
+
}, z.core.$loose>;
|
|
72
|
+
declare const muralCreateStickyNote: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
|
+
muralId: string;
|
|
74
|
+
stickies: {
|
|
75
|
+
[x: string]: unknown;
|
|
76
|
+
x: number;
|
|
77
|
+
y: number;
|
|
78
|
+
text?: string | undefined;
|
|
79
|
+
shape?: "rectangle" | "circle" | undefined;
|
|
80
|
+
style?: {
|
|
81
|
+
bold?: boolean | undefined;
|
|
82
|
+
font?: string | undefined;
|
|
83
|
+
border?: boolean | undefined;
|
|
84
|
+
italic?: boolean | undefined;
|
|
85
|
+
strike?: boolean | undefined;
|
|
86
|
+
fontSize?: number | undefined;
|
|
87
|
+
textAlign?: "left" | "center" | "right" | undefined;
|
|
88
|
+
underline?: boolean | undefined;
|
|
89
|
+
backgroundColor?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
width?: number | undefined;
|
|
92
|
+
areaId?: string | undefined;
|
|
93
|
+
height?: number | undefined;
|
|
94
|
+
rotation?: number | undefined;
|
|
95
|
+
stackable?: boolean | undefined;
|
|
96
|
+
}[];
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
98
|
//#endregion
|
|
8
99
|
export { muralCreateStickyNote };
|
|
9
100
|
//# sourceMappingURL=create-sticky-note.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-sticky-note.d.cts","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"create-sticky-note.d.cts","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsD1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,100 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-sticky-note.d.ts
|
|
4
|
-
declare const MuralCreateStickyNoteInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MuralCreateStickyNoteInput: z.ZodObject<{
|
|
5
|
+
muralId: z.ZodString;
|
|
6
|
+
stickies: z.ZodArray<z.ZodObject<{
|
|
7
|
+
x: z.ZodNumber;
|
|
8
|
+
y: z.ZodNumber;
|
|
9
|
+
text: z.ZodOptional<z.ZodString>;
|
|
10
|
+
shape: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
rectangle: "rectangle";
|
|
12
|
+
circle: "circle";
|
|
13
|
+
}>>>;
|
|
14
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
15
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
+
font: z.ZodOptional<z.ZodString>;
|
|
17
|
+
border: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
+
italic: z.ZodOptional<z.ZodBoolean>;
|
|
19
|
+
strike: z.ZodOptional<z.ZodBoolean>;
|
|
20
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
21
|
+
textAlign: z.ZodOptional<z.ZodEnum<{
|
|
22
|
+
left: "left";
|
|
23
|
+
center: "center";
|
|
24
|
+
right: "right";
|
|
25
|
+
}>>;
|
|
26
|
+
underline: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
30
|
+
areaId: z.ZodOptional<z.ZodString>;
|
|
31
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
rotation: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
stackable: z.ZodOptional<z.ZodBoolean>;
|
|
34
|
+
}, z.core.$loose>>;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
declare const MuralCreateStickyNoteOutput: z.ZodObject<{
|
|
37
|
+
value: z.ZodArray<z.ZodObject<{
|
|
38
|
+
x: z.ZodNullable<z.ZodNumber>;
|
|
39
|
+
y: z.ZodNullable<z.ZodNumber>;
|
|
40
|
+
id: z.ZodNullable<z.ZodString>;
|
|
41
|
+
text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
type: z.ZodNullable<z.ZodString>;
|
|
43
|
+
style: z.ZodNullable<z.ZodObject<{
|
|
44
|
+
bold: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
45
|
+
font: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
border: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
47
|
+
italic: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
strike: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
49
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
textAlign: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
left: "left";
|
|
52
|
+
center: "center";
|
|
53
|
+
right: "right";
|
|
54
|
+
}>>>;
|
|
55
|
+
underline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
56
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
}, z.core.$loose>>;
|
|
58
|
+
width: z.ZodNullable<z.ZodNumber>;
|
|
59
|
+
height: z.ZodNullable<z.ZodNumber>;
|
|
60
|
+
createdBy: z.ZodNullable<z.ZodObject<{
|
|
61
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
62
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
63
|
+
}, z.core.$loose>>;
|
|
64
|
+
createdOn: z.ZodNullable<z.ZodNumber>;
|
|
65
|
+
updatedBy: z.ZodNullable<z.ZodObject<{
|
|
66
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
67
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
68
|
+
}, z.core.$loose>>;
|
|
69
|
+
updatedOn: z.ZodNullable<z.ZodNumber>;
|
|
70
|
+
}, z.core.$loose>>;
|
|
71
|
+
}, z.core.$loose>;
|
|
72
|
+
declare const muralCreateStickyNote: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
|
+
muralId: string;
|
|
74
|
+
stickies: {
|
|
75
|
+
[x: string]: unknown;
|
|
76
|
+
x: number;
|
|
77
|
+
y: number;
|
|
78
|
+
text?: string | undefined;
|
|
79
|
+
shape?: "rectangle" | "circle" | undefined;
|
|
80
|
+
style?: {
|
|
81
|
+
bold?: boolean | undefined;
|
|
82
|
+
font?: string | undefined;
|
|
83
|
+
border?: boolean | undefined;
|
|
84
|
+
italic?: boolean | undefined;
|
|
85
|
+
strike?: boolean | undefined;
|
|
86
|
+
fontSize?: number | undefined;
|
|
87
|
+
textAlign?: "left" | "center" | "right" | undefined;
|
|
88
|
+
underline?: boolean | undefined;
|
|
89
|
+
backgroundColor?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
width?: number | undefined;
|
|
92
|
+
areaId?: string | undefined;
|
|
93
|
+
height?: number | undefined;
|
|
94
|
+
rotation?: number | undefined;
|
|
95
|
+
stackable?: boolean | undefined;
|
|
96
|
+
}[];
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
98
|
//#endregion
|
|
8
99
|
export { muralCreateStickyNote };
|
|
9
100
|
//# sourceMappingURL=create-sticky-note.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-sticky-note.d.mts","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"create-sticky-note.d.mts","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsD1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -28,7 +28,7 @@ const MuralCreateStickyNoteInput = z.object({
|
|
|
28
28
|
height: z.number().describe("Height of the sticky note in pixels").optional(),
|
|
29
29
|
rotation: z.number().describe("Rotation angle of the widget in degrees").optional(),
|
|
30
30
|
stackable: z.boolean().describe("Whether the widget is stackable within areas").optional()
|
|
31
|
-
}).describe("Definition of a sticky note to create on a mural.\n\nEach sticky note must be an object/dictionary with x and y coordinates.\nDo NOT pass strings or nested objects - pass a direct object with properties.\n\nExample of correct format:\n{\"x\": 100, \"y\": 200, \"text\": \"My note\", \"shape\": \"rectangle\"}")).describe("Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.")
|
|
31
|
+
}).passthrough().describe("Definition of a sticky note to create on a mural.\n\nEach sticky note must be an object/dictionary with x and y coordinates.\nDo NOT pass strings or nested objects - pass a direct object with properties.\n\nExample of correct format:\n{\"x\": 100, \"y\": 200, \"text\": \"My note\", \"shape\": \"rectangle\"}")).describe("Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.")
|
|
32
32
|
}).describe("Request model for creating sticky note widgets on a mural.\n\nThe 'stickies' parameter must be a direct array of sticky note objects.\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\n\nCORRECT format:\n{\n \"muralId\": \"your-mural-id\",\n \"stickies\": [\n {\"x\": 100, \"y\": 200, \"text\": \"Note 1\"},\n {\"x\": 300, \"y\": 400, \"text\": \"Note 2\"}\n ]\n}\n\nINCORRECT formats (DO NOT USE):\n- Nested object: {\"stickies\": {\"stickies\": [...]}}\n- String values: {\"stickies\": [\"sticky1\", \"sticky2\"]}\n- Missing coordinates: {\"stickies\": [{\"text\": \"Note\"}]}");
|
|
33
33
|
const MuralCreateStickyNote_StickyNoteStyleSchema = z.object({
|
|
34
34
|
bold: z.boolean().describe("Whether text is bold. Defaults to false if not provided.").nullable().optional(),
|
|
@@ -44,31 +44,31 @@ const MuralCreateStickyNote_StickyNoteStyleSchema = z.object({
|
|
|
44
44
|
]).describe("Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.").nullable().optional(),
|
|
45
45
|
underline: z.boolean().describe("Whether text is underlined. Defaults to false if not provided.").nullable().optional(),
|
|
46
46
|
backgroundColor: z.string().describe("Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).").nullable().optional()
|
|
47
|
-
}).describe("Styling options for a sticky note widget.\n\nAll properties are optional. When not provided, MURAL uses its default styling.");
|
|
47
|
+
}).passthrough().describe("Styling options for a sticky note widget.\n\nAll properties are optional. When not provided, MURAL uses its default styling.");
|
|
48
48
|
const MuralCreateStickyNote_StickyNoteUserSchema = z.object({
|
|
49
|
-
lastName: z.string().describe("Last name of the user"),
|
|
50
|
-
firstName: z.string().describe("First name of the user")
|
|
51
|
-
}).describe("Information about a user associated with a widget.");
|
|
49
|
+
lastName: z.string().describe("Last name of the user").nullable(),
|
|
50
|
+
firstName: z.string().describe("First name of the user").nullable()
|
|
51
|
+
}).passthrough().describe("Information about a user associated with a widget.");
|
|
52
52
|
const MuralCreateStickyNote_StickyNoteResponseSchema = z.object({
|
|
53
|
-
x: z.number().describe("X-coordinate position in pixels"),
|
|
54
|
-
y: z.number().describe("Y-coordinate position in pixels"),
|
|
55
|
-
id: z.string().describe("Unique identifier of the widget"),
|
|
53
|
+
x: z.number().describe("X-coordinate position in pixels").nullable(),
|
|
54
|
+
y: z.number().describe("Y-coordinate position in pixels").nullable(),
|
|
55
|
+
id: z.string().describe("Unique identifier of the widget").nullable(),
|
|
56
56
|
text: z.string().describe("Text content of the sticky note").nullable().optional(),
|
|
57
|
-
type: z.string().describe("Widget type, always 'sticky note'"),
|
|
57
|
+
type: z.string().describe("Widget type, always 'sticky note'").nullable(),
|
|
58
58
|
style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),
|
|
59
|
-
width: z.number().describe("Width of the widget in pixels"),
|
|
60
|
-
height: z.number().describe("Height of the widget in pixels"),
|
|
59
|
+
width: z.number().describe("Width of the widget in pixels").nullable(),
|
|
60
|
+
height: z.number().describe("Height of the widget in pixels").nullable(),
|
|
61
61
|
createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),
|
|
62
|
-
createdOn: z.number().int().describe("Timestamp (ms since epoch) when created"),
|
|
62
|
+
createdOn: z.number().int().describe("Timestamp (ms since epoch) when created").nullable(),
|
|
63
63
|
updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),
|
|
64
|
-
updatedOn: z.number().int().describe("Timestamp (ms since epoch) when last updated")
|
|
65
|
-
}).describe("Schema for a created sticky note widget.");
|
|
64
|
+
updatedOn: z.number().int().describe("Timestamp (ms since epoch) when last updated").nullable()
|
|
65
|
+
}).passthrough().describe("Schema for a created sticky note widget.");
|
|
66
66
|
const muralCreateStickyNote = action("MURAL_CREATE_STICKY_NOTE", {
|
|
67
67
|
slug: "mural-create-sticky-note",
|
|
68
68
|
name: "Create sticky note",
|
|
69
69
|
description: "Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { \"muralId\": \"mural-id-here\", \"stickies\": [ {\"x\": 100, \"y\": 200, \"text\": \"First note\"}, {\"x\": 300, \"y\": 400, \"text\": \"Second note\", \"shape\": \"circle\"} ] }",
|
|
70
70
|
input: MuralCreateStickyNoteInput,
|
|
71
|
-
output: z.object({ value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe("List of created sticky note widgets") }).describe("Response model for creating sticky note widgets.")
|
|
71
|
+
output: z.object({ value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe("List of created sticky note widgets") }).passthrough().describe("Response model for creating sticky note widgets.")
|
|
72
72
|
});
|
|
73
73
|
//#endregion
|
|
74
74
|
export { muralCreateStickyNote };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-sticky-note.mjs","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralCreateStickyNoteInput: z.ZodTypeAny = z.object({\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n stickies: z.array(z.object({\n x: z.number().describe(\"X-coordinate position in pixels (required)\"),\n y: z.number().describe(\"Y-coordinate position in pixels (required)\"),\n text: z.string().describe(\"Text content of the sticky note\").optional(),\n shape: z.enum([\"rectangle\", \"circle\"]).default(\"rectangle\").describe(\"Shape of the sticky note ('rectangle' or 'circle')\").optional(),\n style: z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\").optional(),\n width: z.number().describe(\"Width of the sticky note in pixels\").optional(),\n areaId: z.string().describe(\"ID of the area widget containing this sticky note\").optional(),\n height: z.number().describe(\"Height of the sticky note in pixels\").optional(),\n rotation: z.number().describe(\"Rotation angle of the widget in degrees\").optional(),\n stackable: z.boolean().describe(\"Whether the widget is stackable within areas\").optional(),\n}).describe(\"Definition of a sticky note to create on a mural.\\n\\nEach sticky note must be an object/dictionary with x and y coordinates.\\nDo NOT pass strings or nested objects - pass a direct object with properties.\\n\\nExample of correct format:\\n{\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"My note\\\", \\\"shape\\\": \\\"rectangle\\\"}\")).describe(\"Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.\"),\n}).describe(\"Request model for creating sticky note widgets on a mural.\\n\\nThe 'stickies' parameter must be a direct array of sticky note objects.\\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\\n\\nCORRECT format:\\n{\\n \\\"muralId\\\": \\\"your-mural-id\\\",\\n \\\"stickies\\\": [\\n {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"Note 1\\\"},\\n {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Note 2\\\"}\\n ]\\n}\\n\\nINCORRECT formats (DO NOT USE):\\n- Nested object: {\\\"stickies\\\": {\\\"stickies\\\": [...]}}\\n- String values: {\\\"stickies\\\": [\\\"sticky1\\\", \\\"sticky2\\\"]}\\n- Missing coordinates: {\\\"stickies\\\": [{\\\"text\\\": \\\"Note\\\"}]}\");\nconst MuralCreateStickyNote_StickyNoteStyleSchema: z.ZodTypeAny = z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").nullable().optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").nullable().optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").nullable().optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").nullable().optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").nullable().optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").nullable().optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").nullable().optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").nullable().optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").nullable().optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\");\nconst MuralCreateStickyNote_StickyNoteUserSchema: z.ZodTypeAny = z.object({\n lastName: z.string().describe(\"Last name of the user\"),\n firstName: z.string().describe(\"First name of the user\"),\n}).describe(\"Information about a user associated with a widget.\");\nconst MuralCreateStickyNote_StickyNoteResponseSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X-coordinate position in pixels\"),\n y: z.number().describe(\"Y-coordinate position in pixels\"),\n id: z.string().describe(\"Unique identifier of the widget\"),\n text: z.string().describe(\"Text content of the sticky note\").nullable().optional(),\n type: z.string().describe(\"Widget type, always 'sticky note'\"),\n style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),\n width: z.number().describe(\"Width of the widget in pixels\"),\n height: z.number().describe(\"Height of the widget in pixels\"),\n createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp (ms since epoch) when created\"),\n updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n updatedOn: z.number().int().describe(\"Timestamp (ms since epoch) when last updated\"),\n}).describe(\"Schema for a created sticky note widget.\");\nexport const MuralCreateStickyNoteOutput: z.ZodTypeAny = z.object({\n value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe(\"List of created sticky note widgets\"),\n}).describe(\"Response model for creating sticky note widgets.\");\n\nexport const muralCreateStickyNote = action(\"MURAL_CREATE_STICKY_NOTE\", {\n slug: \"mural-create-sticky-note\",\n name: \"Create sticky note\",\n description: \"Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { \\\"muralId\\\": \\\"mural-id-here\\\", \\\"stickies\\\": [ {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"First note\\\"}, {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Second note\\\", \\\"shape\\\": \\\"circle\\\"} ] }\",\n input: MuralCreateStickyNoteInput,\n output: MuralCreateStickyNoteOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-sticky-note.mjs","names":[],"sources":["../../src/actions/create-sticky-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MuralCreateStickyNoteInput = z.object({\n muralId: z.string().describe(\"Unique identifier of the mural\"),\n stickies: z.array(z.object({\n x: z.number().describe(\"X-coordinate position in pixels (required)\"),\n y: z.number().describe(\"Y-coordinate position in pixels (required)\"),\n text: z.string().describe(\"Text content of the sticky note\").optional(),\n shape: z.enum([\"rectangle\", \"circle\"]).default(\"rectangle\").describe(\"Shape of the sticky note ('rectangle' or 'circle')\").optional(),\n style: z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").optional(),\n}).describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\").optional(),\n width: z.number().describe(\"Width of the sticky note in pixels\").optional(),\n areaId: z.string().describe(\"ID of the area widget containing this sticky note\").optional(),\n height: z.number().describe(\"Height of the sticky note in pixels\").optional(),\n rotation: z.number().describe(\"Rotation angle of the widget in degrees\").optional(),\n stackable: z.boolean().describe(\"Whether the widget is stackable within areas\").optional(),\n}).passthrough().describe(\"Definition of a sticky note to create on a mural.\\n\\nEach sticky note must be an object/dictionary with x and y coordinates.\\nDo NOT pass strings or nested objects - pass a direct object with properties.\\n\\nExample of correct format:\\n{\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"My note\\\", \\\"shape\\\": \\\"rectangle\\\"}\")).describe(\"Array of sticky note objects to create. Each object must have 'x' and 'y' coordinates. Pass objects directly, not strings or nested structures. Maximum 1000 items.\"),\n}).describe(\"Request model for creating sticky note widgets on a mural.\\n\\nThe 'stickies' parameter must be a direct array of sticky note objects.\\nEach object must contain at minimum the 'x' and 'y' coordinate fields.\\n\\nCORRECT format:\\n{\\n \\\"muralId\\\": \\\"your-mural-id\\\",\\n \\\"stickies\\\": [\\n {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"Note 1\\\"},\\n {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Note 2\\\"}\\n ]\\n}\\n\\nINCORRECT formats (DO NOT USE):\\n- Nested object: {\\\"stickies\\\": {\\\"stickies\\\": [...]}}\\n- String values: {\\\"stickies\\\": [\\\"sticky1\\\", \\\"sticky2\\\"]}\\n- Missing coordinates: {\\\"stickies\\\": [{\\\"text\\\": \\\"Note\\\"}]}\");\nconst MuralCreateStickyNote_StickyNoteStyleSchema = z.object({\n bold: z.boolean().describe(\"Whether text is bold. Defaults to false if not provided.\").nullable().optional(),\n font: z.string().describe(\"Font family for text (e.g., 'proxima-nova', 'marker-felt'). If not provided, defaults to 'proxima-nova'.\").nullable().optional(),\n border: z.boolean().describe(\"Whether the sticky note has a border. Defaults to false if not provided.\").nullable().optional(),\n italic: z.boolean().describe(\"Whether text is italicized. Defaults to false if not provided.\").nullable().optional(),\n strike: z.boolean().describe(\"Whether text has strikethrough. Defaults to false if not provided.\").nullable().optional(),\n fontSize: z.number().int().describe(\"Font size in pixels (e.g., 15, 18, 23). If not provided, defaults to 23.\").nullable().optional(),\n textAlign: z.enum([\"left\", \"center\", \"right\"]).describe(\"Text alignment within the note: 'left', 'center', or 'right'. Defaults to 'center' if not provided.\").nullable().optional(),\n underline: z.boolean().describe(\"Whether text is underlined. Defaults to false if not provided.\").nullable().optional(),\n backgroundColor: z.string().describe(\"Background color in 8-character hex RGBA format (e.g., '#FF6B6BFF'). Format: #RRGGBBAA where AA is alpha/opacity (FF=opaque, 00=transparent). If not provided, MURAL uses default yellow (#FCFE7DFF).\").nullable().optional(),\n}).passthrough().describe(\"Styling options for a sticky note widget.\\n\\nAll properties are optional. When not provided, MURAL uses its default styling.\");\nconst MuralCreateStickyNote_StickyNoteUserSchema = z.object({\n lastName: z.string().describe(\"Last name of the user\").nullable(),\n firstName: z.string().describe(\"First name of the user\").nullable(),\n}).passthrough().describe(\"Information about a user associated with a widget.\");\nconst MuralCreateStickyNote_StickyNoteResponseSchema = z.object({\n x: z.number().describe(\"X-coordinate position in pixels\").nullable(),\n y: z.number().describe(\"Y-coordinate position in pixels\").nullable(),\n id: z.string().describe(\"Unique identifier of the widget\").nullable(),\n text: z.string().describe(\"Text content of the sticky note\").nullable().optional(),\n type: z.string().describe(\"Widget type, always 'sticky note'\").nullable(),\n style: MuralCreateStickyNote_StickyNoteStyleSchema.nullable(),\n width: z.number().describe(\"Width of the widget in pixels\").nullable(),\n height: z.number().describe(\"Height of the widget in pixels\").nullable(),\n createdBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n createdOn: z.number().int().describe(\"Timestamp (ms since epoch) when created\").nullable(),\n updatedBy: MuralCreateStickyNote_StickyNoteUserSchema.nullable(),\n updatedOn: z.number().int().describe(\"Timestamp (ms since epoch) when last updated\").nullable(),\n}).passthrough().describe(\"Schema for a created sticky note widget.\");\nexport const MuralCreateStickyNoteOutput = z.object({\n value: z.array(MuralCreateStickyNote_StickyNoteResponseSchema).describe(\"List of created sticky note widgets\"),\n}).passthrough().describe(\"Response model for creating sticky note widgets.\");\n\nexport const muralCreateStickyNote = action(\"MURAL_CREATE_STICKY_NOTE\", {\n slug: \"mural-create-sticky-note\",\n name: \"Create sticky note\",\n description: \"Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { \\\"muralId\\\": \\\"mural-id-here\\\", \\\"stickies\\\": [ {\\\"x\\\": 100, \\\"y\\\": 200, \\\"text\\\": \\\"First note\\\"}, {\\\"x\\\": 300, \\\"y\\\": 400, \\\"text\\\": \\\"Second note\\\", \\\"shape\\\": \\\"circle\\\"} ] }\",\n input: MuralCreateStickyNoteInput,\n output: MuralCreateStickyNoteOutput,\n});\n"],"mappings":"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"}
|