@keystrokehq/motion 0.1.4 → 0.1.6
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/add-custom-field-to-project.cjs +1 -0
- package/dist/actions/add-custom-field-to-project.cjs.map +1 -1
- package/dist/actions/add-custom-field-to-project.d.cts +4 -9
- package/dist/actions/add-custom-field-to-project.d.cts.map +1 -1
- package/dist/actions/add-custom-field-to-project.d.mts +4 -9
- package/dist/actions/add-custom-field-to-project.d.mts.map +1 -1
- package/dist/actions/add-custom-field-to-project.mjs +1 -0
- package/dist/actions/add-custom-field-to-project.mjs.map +1 -1
- package/dist/actions/add-custom-field-to-task.cjs +1 -0
- package/dist/actions/add-custom-field-to-task.cjs.map +1 -1
- package/dist/actions/add-custom-field-to-task.d.cts +4 -9
- package/dist/actions/add-custom-field-to-task.d.cts.map +1 -1
- package/dist/actions/add-custom-field-to-task.d.mts +4 -9
- package/dist/actions/add-custom-field-to-task.d.mts.map +1 -1
- package/dist/actions/add-custom-field-to-task.mjs +1 -0
- package/dist/actions/add-custom-field-to-task.mjs.map +1 -1
- package/dist/actions/create-comment.cjs +1 -0
- package/dist/actions/create-comment.cjs.map +1 -1
- package/dist/actions/create-comment.d.cts +3 -4
- package/dist/actions/create-comment.d.cts.map +1 -1
- package/dist/actions/create-comment.d.mts +3 -4
- package/dist/actions/create-comment.d.mts.map +1 -1
- package/dist/actions/create-comment.mjs +1 -0
- package/dist/actions/create-comment.mjs.map +1 -1
- package/dist/actions/create-custom-field.cjs +1 -0
- package/dist/actions/create-custom-field.cjs.map +1 -1
- package/dist/actions/create-custom-field.d.cts +4 -16
- package/dist/actions/create-custom-field.d.cts.map +1 -1
- package/dist/actions/create-custom-field.d.mts +4 -16
- package/dist/actions/create-custom-field.d.mts.map +1 -1
- package/dist/actions/create-custom-field.mjs +1 -0
- package/dist/actions/create-custom-field.mjs.map +1 -1
- package/dist/actions/create-project.cjs +1 -0
- package/dist/actions/create-project.cjs.map +1 -1
- package/dist/actions/create-project.d.cts +4 -19
- package/dist/actions/create-project.d.cts.map +1 -1
- package/dist/actions/create-project.d.mts +4 -19
- package/dist/actions/create-project.d.mts.map +1 -1
- package/dist/actions/create-project.mjs +1 -0
- package/dist/actions/create-project.mjs.map +1 -1
- package/dist/actions/create-recurring-task.cjs +1 -0
- package/dist/actions/create-recurring-task.cjs.map +1 -1
- package/dist/actions/create-recurring-task.d.cts +3 -13
- package/dist/actions/create-recurring-task.d.cts.map +1 -1
- package/dist/actions/create-recurring-task.d.mts +3 -13
- package/dist/actions/create-recurring-task.d.mts.map +1 -1
- package/dist/actions/create-recurring-task.mjs +1 -0
- package/dist/actions/create-recurring-task.mjs.map +1 -1
- package/dist/actions/create-task.cjs +1 -0
- package/dist/actions/create-task.cjs.map +1 -1
- package/dist/actions/create-task.d.cts +4 -13
- package/dist/actions/create-task.d.cts.map +1 -1
- package/dist/actions/create-task.d.mts +4 -13
- package/dist/actions/create-task.d.mts.map +1 -1
- package/dist/actions/create-task.mjs +1 -0
- package/dist/actions/create-task.mjs.map +1 -1
- package/dist/actions/delete-custom-field-from-project.cjs +1 -0
- package/dist/actions/delete-custom-field-from-project.cjs.map +1 -1
- package/dist/actions/delete-custom-field-from-project.d.cts +3 -4
- package/dist/actions/delete-custom-field-from-project.d.cts.map +1 -1
- package/dist/actions/delete-custom-field-from-project.d.mts +3 -4
- package/dist/actions/delete-custom-field-from-project.d.mts.map +1 -1
- package/dist/actions/delete-custom-field-from-project.mjs +1 -0
- package/dist/actions/delete-custom-field-from-project.mjs.map +1 -1
- package/dist/actions/delete-custom-field-from-task.cjs +1 -0
- package/dist/actions/delete-custom-field-from-task.cjs.map +1 -1
- package/dist/actions/delete-custom-field-from-task.d.cts +3 -4
- package/dist/actions/delete-custom-field-from-task.d.cts.map +1 -1
- package/dist/actions/delete-custom-field-from-task.d.mts +3 -4
- package/dist/actions/delete-custom-field-from-task.d.mts.map +1 -1
- package/dist/actions/delete-custom-field-from-task.mjs +1 -0
- package/dist/actions/delete-custom-field-from-task.mjs.map +1 -1
- package/dist/actions/delete-custom-field.cjs +1 -0
- package/dist/actions/delete-custom-field.cjs.map +1 -1
- package/dist/actions/delete-custom-field.d.cts +3 -4
- package/dist/actions/delete-custom-field.d.cts.map +1 -1
- package/dist/actions/delete-custom-field.d.mts +3 -4
- package/dist/actions/delete-custom-field.d.mts.map +1 -1
- package/dist/actions/delete-custom-field.mjs +1 -0
- package/dist/actions/delete-custom-field.mjs.map +1 -1
- package/dist/actions/delete-recurring-task.cjs +1 -0
- package/dist/actions/delete-recurring-task.cjs.map +1 -1
- package/dist/actions/delete-recurring-task.d.cts +3 -3
- package/dist/actions/delete-recurring-task.d.cts.map +1 -1
- package/dist/actions/delete-recurring-task.d.mts +3 -3
- package/dist/actions/delete-recurring-task.d.mts.map +1 -1
- package/dist/actions/delete-recurring-task.mjs +1 -0
- package/dist/actions/delete-recurring-task.mjs.map +1 -1
- package/dist/actions/delete-task.cjs +1 -0
- package/dist/actions/delete-task.cjs.map +1 -1
- package/dist/actions/delete-task.d.cts +3 -3
- package/dist/actions/delete-task.d.cts.map +1 -1
- package/dist/actions/delete-task.d.mts +3 -3
- package/dist/actions/delete-task.d.mts.map +1 -1
- package/dist/actions/delete-task.mjs +1 -0
- package/dist/actions/delete-task.mjs.map +1 -1
- package/dist/actions/get-my-user.cjs +1 -0
- package/dist/actions/get-my-user.cjs.map +1 -1
- package/dist/actions/get-my-user.d.cts +3 -1
- package/dist/actions/get-my-user.d.cts.map +1 -1
- package/dist/actions/get-my-user.d.mts +3 -1
- package/dist/actions/get-my-user.d.mts.map +1 -1
- package/dist/actions/get-my-user.mjs +1 -0
- package/dist/actions/get-my-user.mjs.map +1 -1
- package/dist/actions/get-project.cjs +1 -0
- package/dist/actions/get-project.cjs.map +1 -1
- package/dist/actions/get-project.d.cts +3 -3
- package/dist/actions/get-project.d.cts.map +1 -1
- package/dist/actions/get-project.d.mts +3 -3
- package/dist/actions/get-project.d.mts.map +1 -1
- package/dist/actions/get-project.mjs +1 -0
- package/dist/actions/get-project.mjs.map +1 -1
- package/dist/actions/get-task.cjs +1 -0
- package/dist/actions/get-task.cjs.map +1 -1
- package/dist/actions/get-task.d.cts +3 -3
- package/dist/actions/get-task.d.cts.map +1 -1
- package/dist/actions/get-task.d.mts +3 -3
- package/dist/actions/get-task.d.mts.map +1 -1
- package/dist/actions/get-task.mjs +1 -0
- package/dist/actions/get-task.mjs.map +1 -1
- package/dist/actions/list-comments.cjs +1 -0
- package/dist/actions/list-comments.cjs.map +1 -1
- package/dist/actions/list-comments.d.cts +3 -4
- package/dist/actions/list-comments.d.cts.map +1 -1
- package/dist/actions/list-comments.d.mts +3 -4
- package/dist/actions/list-comments.d.mts.map +1 -1
- package/dist/actions/list-comments.mjs +1 -0
- package/dist/actions/list-comments.mjs.map +1 -1
- package/dist/actions/list-custom-fields.cjs +1 -0
- package/dist/actions/list-custom-fields.cjs.map +1 -1
- package/dist/actions/list-custom-fields.d.cts +3 -3
- package/dist/actions/list-custom-fields.d.cts.map +1 -1
- package/dist/actions/list-custom-fields.d.mts +3 -3
- package/dist/actions/list-custom-fields.d.mts.map +1 -1
- package/dist/actions/list-custom-fields.mjs +1 -0
- package/dist/actions/list-custom-fields.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +1 -0
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +3 -4
- package/dist/actions/list-projects.d.cts.map +1 -1
- package/dist/actions/list-projects.d.mts +3 -4
- package/dist/actions/list-projects.d.mts.map +1 -1
- package/dist/actions/list-projects.mjs +1 -0
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/actions/list-recurring-tasks.cjs +1 -0
- package/dist/actions/list-recurring-tasks.cjs.map +1 -1
- package/dist/actions/list-recurring-tasks.d.cts +3 -4
- package/dist/actions/list-recurring-tasks.d.cts.map +1 -1
- package/dist/actions/list-recurring-tasks.d.mts +3 -4
- package/dist/actions/list-recurring-tasks.d.mts.map +1 -1
- package/dist/actions/list-recurring-tasks.mjs +1 -0
- package/dist/actions/list-recurring-tasks.mjs.map +1 -1
- package/dist/actions/list-schedules.cjs +1 -0
- package/dist/actions/list-schedules.cjs.map +1 -1
- package/dist/actions/list-schedules.d.cts +3 -1
- package/dist/actions/list-schedules.d.cts.map +1 -1
- package/dist/actions/list-schedules.d.mts +3 -1
- package/dist/actions/list-schedules.d.mts.map +1 -1
- package/dist/actions/list-schedules.mjs +1 -0
- package/dist/actions/list-schedules.mjs.map +1 -1
- package/dist/actions/list-statuses.cjs +1 -0
- package/dist/actions/list-statuses.cjs.map +1 -1
- package/dist/actions/list-statuses.d.cts +3 -3
- package/dist/actions/list-statuses.d.cts.map +1 -1
- package/dist/actions/list-statuses.d.mts +3 -3
- package/dist/actions/list-statuses.d.mts.map +1 -1
- package/dist/actions/list-statuses.mjs +1 -0
- package/dist/actions/list-statuses.mjs.map +1 -1
- package/dist/actions/list-tasks.cjs +1 -0
- package/dist/actions/list-tasks.cjs.map +1 -1
- package/dist/actions/list-tasks.d.cts +3 -10
- package/dist/actions/list-tasks.d.cts.map +1 -1
- package/dist/actions/list-tasks.d.mts +3 -10
- package/dist/actions/list-tasks.d.mts.map +1 -1
- package/dist/actions/list-tasks.mjs +1 -0
- package/dist/actions/list-tasks.mjs.map +1 -1
- package/dist/actions/list-users.cjs +1 -0
- package/dist/actions/list-users.cjs.map +1 -1
- package/dist/actions/list-users.d.cts +3 -5
- package/dist/actions/list-users.d.cts.map +1 -1
- package/dist/actions/list-users.d.mts +3 -5
- package/dist/actions/list-users.d.mts.map +1 -1
- package/dist/actions/list-users.mjs +1 -0
- package/dist/actions/list-users.mjs.map +1 -1
- package/dist/actions/list-workspaces.cjs +1 -0
- package/dist/actions/list-workspaces.cjs.map +1 -1
- package/dist/actions/list-workspaces.d.cts +3 -4
- package/dist/actions/list-workspaces.d.cts.map +1 -1
- package/dist/actions/list-workspaces.d.mts +3 -4
- package/dist/actions/list-workspaces.d.mts.map +1 -1
- package/dist/actions/list-workspaces.mjs +1 -0
- package/dist/actions/list-workspaces.mjs.map +1 -1
- package/dist/actions/move-task.cjs +1 -0
- package/dist/actions/move-task.cjs.map +1 -1
- package/dist/actions/move-task.d.cts +3 -5
- package/dist/actions/move-task.d.cts.map +1 -1
- package/dist/actions/move-task.d.mts +3 -5
- package/dist/actions/move-task.d.mts.map +1 -1
- package/dist/actions/move-task.mjs +1 -0
- package/dist/actions/move-task.mjs.map +1 -1
- package/dist/actions/unassign-task.cjs +1 -0
- package/dist/actions/unassign-task.cjs.map +1 -1
- package/dist/actions/unassign-task.d.cts +3 -3
- package/dist/actions/unassign-task.d.cts.map +1 -1
- package/dist/actions/unassign-task.d.mts +3 -3
- package/dist/actions/unassign-task.d.mts.map +1 -1
- package/dist/actions/unassign-task.mjs +1 -0
- package/dist/actions/unassign-task.mjs.map +1 -1
- package/dist/actions/update-task.cjs +1 -0
- package/dist/actions/update-task.cjs.map +1 -1
- package/dist/actions/update-task.d.cts +4 -18
- package/dist/actions/update-task.d.cts.map +1 -1
- package/dist/actions/update-task.d.mts +4 -18
- package/dist/actions/update-task.d.mts.map +1 -1
- package/dist/actions/update-task.mjs +1 -0
- package/dist/actions/update-task.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +7 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +7 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -2
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-custom-field-from-task.d.ts
|
|
@@ -6,10 +8,7 @@ declare const MotionDeleteCustomFieldFromTaskInput: z.ZodObject<{
|
|
|
6
8
|
valueId: z.ZodString;
|
|
7
9
|
}, z.core.$strip>;
|
|
8
10
|
declare const MotionDeleteCustomFieldFromTaskOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
|
-
declare const motionDeleteCustomFieldFromTask:
|
|
10
|
-
taskId: string;
|
|
11
|
-
valueId: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
11
|
+
declare const motionDeleteCustomFieldFromTask: AppAction<typeof MotionDeleteCustomFieldFromTaskInput, typeof MotionDeleteCustomFieldFromTaskOutput, typeof motion.credential>;
|
|
13
12
|
//#endregion
|
|
14
13
|
export { motionDeleteCustomFieldFromTask };
|
|
15
14
|
//# sourceMappingURL=delete-custom-field-from-task.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field-from-task.d.cts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field-from-task.d.cts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;cAIpC,qCAAA,EAAqC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAErC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-custom-field-from-task.d.ts
|
|
@@ -6,10 +8,7 @@ declare const MotionDeleteCustomFieldFromTaskInput: z.ZodObject<{
|
|
|
6
8
|
valueId: z.ZodString;
|
|
7
9
|
}, z.core.$strip>;
|
|
8
10
|
declare const MotionDeleteCustomFieldFromTaskOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
|
-
declare const motionDeleteCustomFieldFromTask:
|
|
10
|
-
taskId: string;
|
|
11
|
-
valueId: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
11
|
+
declare const motionDeleteCustomFieldFromTask: AppAction<typeof MotionDeleteCustomFieldFromTaskInput, typeof MotionDeleteCustomFieldFromTaskOutput, typeof motion.credential>;
|
|
13
12
|
//#endregion
|
|
14
13
|
export { motionDeleteCustomFieldFromTask };
|
|
15
14
|
//# sourceMappingURL=delete-custom-field-from-task.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field-from-task.d.mts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field-from-task.d.mts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;cAIpC,qCAAA,EAAqC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAErC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field-from-task.mjs","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldFromTaskInput = z.object({\n taskId: z.string().describe(\"The unique identifier of the task from which to delete the custom field value.\"),\n valueId: z.string().describe(\"The unique identifier of the custom field value to delete from the task.\"),\n}).describe(\"Request model for deleting a custom field value from a task.\");\nexport const MotionDeleteCustomFieldFromTaskOutput = z.record(z.string(), z.unknown()).describe(\"Response model for delete custom field from task operation.\\n\\nThe API may return an empty response or confirmation on success.\");\n\nexport const motionDeleteCustomFieldFromTask = action(\"MOTION_DELETE_CUSTOM_FIELD_FROM_TASK\", {\n slug: \"motion-delete-custom-field-from-task\",\n name: \"Delete Custom Field From Task\",\n description: \"Tool to delete a custom field value from a task in Motion. Use when you need to remove a custom field value from a specific task by providing the task ID and custom field value ID.\",\n input: MotionDeleteCustomFieldFromTaskInput,\n output: MotionDeleteCustomFieldFromTaskOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field-from-task.mjs","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteCustomFieldFromTaskInput = z.object({\n taskId: z.string().describe(\"The unique identifier of the task from which to delete the custom field value.\"),\n valueId: z.string().describe(\"The unique identifier of the custom field value to delete from the task.\"),\n}).describe(\"Request model for deleting a custom field value from a task.\");\nexport const MotionDeleteCustomFieldFromTaskOutput = z.record(z.string(), z.unknown()).describe(\"Response model for delete custom field from task operation.\\n\\nThe API may return an empty response or confirmation on success.\");\n\nexport const motionDeleteCustomFieldFromTask: AppAction<\n typeof MotionDeleteCustomFieldFromTaskInput,\n typeof MotionDeleteCustomFieldFromTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_CUSTOM_FIELD_FROM_TASK\", {\n slug: \"motion-delete-custom-field-from-task\",\n name: \"Delete Custom Field From Task\",\n description: \"Tool to delete a custom field value from a task in Motion. Use when you need to remove a custom field value from a specific task by providing the task ID and custom field value ID.\",\n input: MotionDeleteCustomFieldFromTaskInput,\n output: MotionDeleteCustomFieldFromTaskOutput,\n});\n"],"mappings":";;;AAYA,MAAa,kCAIT,OAAO,wCAAwC;CACjD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdkD,EAAE,OAAO;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CACzG,CAAC,CAAC,CAAC,SAAS,8DAWH;CACP,QAXmD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iIAWtF;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/delete-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldInput = z.object({\n id: z.string().describe(\"The custom field ID to delete\"),\n workspaceId: z.string().describe(\"The workspace ID where the custom field exists\"),\n}).describe(\"Request model for deleting a custom field.\");\nexport const MotionDeleteCustomFieldOutput = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response model for delete custom field operation.\");\n\nexport const motionDeleteCustomField = action(\"MOTION_DELETE_CUSTOM_FIELD\", {\n slug: \"motion-delete-custom-field\",\n name: \"Delete Custom Field\",\n description: \"Tool to delete a custom field from Motion workspace. Use when you need to remove a custom field that is no longer needed. This operation is permanent and cannot be undone.\",\n input: MotionDeleteCustomFieldInput,\n output: MotionDeleteCustomFieldOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/delete-custom-field.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteCustomFieldInput = z.object({\n id: z.string().describe(\"The custom field ID to delete\"),\n workspaceId: z.string().describe(\"The workspace ID where the custom field exists\"),\n}).describe(\"Request model for deleting a custom field.\");\nexport const MotionDeleteCustomFieldOutput = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response model for delete custom field operation.\");\n\nexport const motionDeleteCustomField: AppAction<\n typeof MotionDeleteCustomFieldInput,\n typeof MotionDeleteCustomFieldOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_CUSTOM_FIELD\", {\n slug: \"motion-delete-custom-field\",\n name: \"Delete Custom Field\",\n description: \"Tool to delete a custom field from Motion workspace. Use when you need to remove a custom field that is no longer needed. This operation is permanent and cannot be undone.\",\n input: MotionDeleteCustomFieldInput,\n output: MotionDeleteCustomFieldOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACnF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAE7E,MAAa,0BAITC,eAAAA,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-custom-field.d.ts
|
|
@@ -9,10 +11,7 @@ declare const MotionDeleteCustomFieldOutput: z.ZodObject<{
|
|
|
9
11
|
id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const motionDeleteCustomField:
|
|
13
|
-
id: string;
|
|
14
|
-
workspaceId: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
|
+
declare const motionDeleteCustomField: AppAction<typeof MotionDeleteCustomFieldInput, typeof MotionDeleteCustomFieldOutput, typeof motion.credential>;
|
|
16
15
|
//#endregion
|
|
17
16
|
export { motionDeleteCustomField };
|
|
18
17
|
//# sourceMappingURL=delete-custom-field.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field.d.cts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field.d.cts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-custom-field.d.ts
|
|
@@ -9,10 +11,7 @@ declare const MotionDeleteCustomFieldOutput: z.ZodObject<{
|
|
|
9
11
|
id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const motionDeleteCustomField:
|
|
13
|
-
id: string;
|
|
14
|
-
workspaceId: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
|
+
declare const motionDeleteCustomField: AppAction<typeof MotionDeleteCustomFieldInput, typeof MotionDeleteCustomFieldOutput, typeof motion.credential>;
|
|
16
15
|
//#endregion
|
|
17
16
|
export { motionDeleteCustomField };
|
|
18
17
|
//# sourceMappingURL=delete-custom-field.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field.d.mts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field.d.mts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-custom-field.mjs","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldInput = z.object({\n id: z.string().describe(\"The custom field ID to delete\"),\n workspaceId: z.string().describe(\"The workspace ID where the custom field exists\"),\n}).describe(\"Request model for deleting a custom field.\");\nexport const MotionDeleteCustomFieldOutput = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response model for delete custom field operation.\");\n\nexport const motionDeleteCustomField = action(\"MOTION_DELETE_CUSTOM_FIELD\", {\n slug: \"motion-delete-custom-field\",\n name: \"Delete Custom Field\",\n description: \"Tool to delete a custom field from Motion workspace. Use when you need to remove a custom field that is no longer needed. This operation is permanent and cannot be undone.\",\n input: MotionDeleteCustomFieldInput,\n output: MotionDeleteCustomFieldOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-custom-field.mjs","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteCustomFieldInput = z.object({\n id: z.string().describe(\"The custom field ID to delete\"),\n workspaceId: z.string().describe(\"The workspace ID where the custom field exists\"),\n}).describe(\"Request model for deleting a custom field.\");\nexport const MotionDeleteCustomFieldOutput = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response model for delete custom field operation.\");\n\nexport const motionDeleteCustomField: AppAction<\n typeof MotionDeleteCustomFieldInput,\n typeof MotionDeleteCustomFieldOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_CUSTOM_FIELD\", {\n slug: \"motion-delete-custom-field\",\n name: \"Delete Custom Field\",\n description: \"Tool to delete a custom field from Motion workspace. Use when you need to remove a custom field that is no longer needed. This operation is permanent and cannot be undone.\",\n input: MotionDeleteCustomFieldInput,\n output: MotionDeleteCustomFieldOutput,\n});\n"],"mappings":";;;AAeA,MAAa,0BAIT,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjB0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACvD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,CAAC,CAAC,CAAC,SAAS,4CAcH;CACP,QAd2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-recurring-task.cjs","names":["z","action"],"sources":["../../src/actions/delete-recurring-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteRecurringTaskInput = z.object({\n id: z.string().describe(\"ID of the recurring task to delete.\"),\n}).describe(\"Request model for deleting a recurring task.\");\nexport const MotionDeleteRecurringTaskOutput = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\").nullable(),\n}).passthrough().describe(\"Response model for delete recurring task operation.\\n\\nReturns success status indicating whether the deletion was successful.\");\n\nexport const motionDeleteRecurringTask = action(\"MOTION_DELETE_RECURRING_TASK\", {\n slug: \"motion-delete-recurring-task\",\n name: \"Delete Recurring Task\",\n description: \"Tool to delete a recurring task from Motion based on the ID supplied. Use when you need to remove a recurring task permanently from the system.\",\n input: MotionDeleteRecurringTaskInput,\n output: MotionDeleteRecurringTaskOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-recurring-task.cjs","names":["z","action"],"sources":["../../src/actions/delete-recurring-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteRecurringTaskInput = z.object({\n id: z.string().describe(\"ID of the recurring task to delete.\"),\n}).describe(\"Request model for deleting a recurring task.\");\nexport const MotionDeleteRecurringTaskOutput = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\").nullable(),\n}).passthrough().describe(\"Response model for delete recurring task operation.\\n\\nReturns success status indicating whether the deletion was successful.\");\n\nexport const motionDeleteRecurringTask: AppAction<\n typeof MotionDeleteRecurringTaskInput,\n typeof MotionDeleteRecurringTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_RECURRING_TASK\", {\n slug: \"motion-delete-recurring-task\",\n name: \"Delete Recurring Task\",\n description: \"Tool to delete a recurring task from Motion based on the ID supplied. Use when you need to remove a recurring task permanently from the system.\",\n input: MotionDeleteRecurringTaskInput,\n output: MotionDeleteRecurringTaskOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+HAA+H;AAEzJ,MAAa,4BAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-recurring-task.d.ts
|
|
@@ -7,9 +9,7 @@ declare const MotionDeleteRecurringTaskInput: z.ZodObject<{
|
|
|
7
9
|
declare const MotionDeleteRecurringTaskOutput: z.ZodObject<{
|
|
8
10
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionDeleteRecurringTask:
|
|
11
|
-
id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
|
+
declare const motionDeleteRecurringTask: AppAction<typeof MotionDeleteRecurringTaskInput, typeof MotionDeleteRecurringTaskOutput, typeof motion.credential>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { motionDeleteRecurringTask };
|
|
15
15
|
//# sourceMappingURL=delete-recurring-task.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-recurring-task.d.cts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-recurring-task.d.cts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-recurring-task.d.ts
|
|
@@ -7,9 +9,7 @@ declare const MotionDeleteRecurringTaskInput: z.ZodObject<{
|
|
|
7
9
|
declare const MotionDeleteRecurringTaskOutput: z.ZodObject<{
|
|
8
10
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionDeleteRecurringTask:
|
|
11
|
-
id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
|
+
declare const motionDeleteRecurringTask: AppAction<typeof MotionDeleteRecurringTaskInput, typeof MotionDeleteRecurringTaskOutput, typeof motion.credential>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { motionDeleteRecurringTask };
|
|
15
15
|
//# sourceMappingURL=delete-recurring-task.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-recurring-task.d.mts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-recurring-task.d.mts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-recurring-task.mjs","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteRecurringTaskInput = z.object({\n id: z.string().describe(\"ID of the recurring task to delete.\"),\n}).describe(\"Request model for deleting a recurring task.\");\nexport const MotionDeleteRecurringTaskOutput = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\").nullable(),\n}).passthrough().describe(\"Response model for delete recurring task operation.\\n\\nReturns success status indicating whether the deletion was successful.\");\n\nexport const motionDeleteRecurringTask = action(\"MOTION_DELETE_RECURRING_TASK\", {\n slug: \"motion-delete-recurring-task\",\n name: \"Delete Recurring Task\",\n description: \"Tool to delete a recurring task from Motion based on the ID supplied. Use when you need to remove a recurring task permanently from the system.\",\n input: MotionDeleteRecurringTaskInput,\n output: MotionDeleteRecurringTaskOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-recurring-task.mjs","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteRecurringTaskInput = z.object({\n id: z.string().describe(\"ID of the recurring task to delete.\"),\n}).describe(\"Request model for deleting a recurring task.\");\nexport const MotionDeleteRecurringTaskOutput = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\").nullable(),\n}).passthrough().describe(\"Response model for delete recurring task operation.\\n\\nReturns success status indicating whether the deletion was successful.\");\n\nexport const motionDeleteRecurringTask: AppAction<\n typeof MotionDeleteRecurringTaskInput,\n typeof MotionDeleteRecurringTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_RECURRING_TASK\", {\n slug: \"motion-delete-recurring-task\",\n name: \"Delete Recurring Task\",\n description: \"Tool to delete a recurring task from Motion based on the ID supplied. Use when you need to remove a recurring task permanently from the system.\",\n input: MotionDeleteRecurringTaskInput,\n output: MotionDeleteRecurringTaskOutput,\n});\n"],"mappings":";;;AAaA,MAAa,4BAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf4C,EAAE,OAAO,EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,8CAaH;CACP,QAb6C,EAAE,OAAO,EACtD,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+HAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-task.cjs","names":["z","action"],"sources":["../../src/actions/delete-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteTaskInput = z.object({\n id: z.string().describe(\"The unique identifier of the task to delete.\"),\n}).describe(\"Request model for deleting a task.\");\nexport const MotionDeleteTaskOutput = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\").nullable(),\n}).passthrough().describe(\"Response model for delete task operation.\\n\\nReturns success confirmation of the deleted task.\");\n\nexport const motionDeleteTask = action(\"MOTION_DELETE_TASK\", {\n slug: \"motion-delete-task\",\n name: \"Delete Task\",\n description: \"Tool to delete a task from Motion based on task ID. Use when you need to permanently remove a task from the Motion workspace.\",\n input: MotionDeleteTaskInput,\n output: MotionDeleteTaskOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-task.cjs","names":["z","action"],"sources":["../../src/actions/delete-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteTaskInput = z.object({\n id: z.string().describe(\"The unique identifier of the task to delete.\"),\n}).describe(\"Request model for deleting a task.\");\nexport const MotionDeleteTaskOutput = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\").nullable(),\n}).passthrough().describe(\"Response model for delete task operation.\\n\\nReturns success confirmation of the deleted task.\");\n\nexport const motionDeleteTask: AppAction<\n typeof MotionDeleteTaskInput,\n typeof MotionDeleteTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_TASK\", {\n slug: \"motion-delete-task\",\n name: \"Delete Task\",\n description: \"Tool to delete a task from Motion based on task ID. Use when you need to permanently remove a task from the Motion workspace.\",\n input: MotionDeleteTaskInput,\n output: MotionDeleteTaskOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,EAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gGAAgG;AAE1H,MAAa,mBAITC,eAAAA,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-task.d.ts
|
|
@@ -7,9 +9,7 @@ declare const MotionDeleteTaskInput: z.ZodObject<{
|
|
|
7
9
|
declare const MotionDeleteTaskOutput: z.ZodObject<{
|
|
8
10
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionDeleteTask:
|
|
11
|
-
id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
|
+
declare const motionDeleteTask: AppAction<typeof MotionDeleteTaskInput, typeof MotionDeleteTaskOutput, typeof motion.credential>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { motionDeleteTask };
|
|
15
15
|
//# sourceMappingURL=delete-task.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-task.d.cts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-task.d.cts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":";;;;;cAMa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAGrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAItB,gBAAA,EAAkB,SAAA,QACtB,qBAAA,SACA,sBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/delete-task.d.ts
|
|
@@ -7,9 +9,7 @@ declare const MotionDeleteTaskInput: z.ZodObject<{
|
|
|
7
9
|
declare const MotionDeleteTaskOutput: z.ZodObject<{
|
|
8
10
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionDeleteTask:
|
|
11
|
-
id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
|
+
declare const motionDeleteTask: AppAction<typeof MotionDeleteTaskInput, typeof MotionDeleteTaskOutput, typeof motion.credential>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { motionDeleteTask };
|
|
15
15
|
//# sourceMappingURL=delete-task.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-task.d.mts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-task.d.mts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":";;;;;cAMa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAGrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAItB,gBAAA,EAAkB,SAAA,QACtB,qBAAA,SACA,sBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-task.mjs","names":[],"sources":["../../src/actions/delete-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteTaskInput = z.object({\n id: z.string().describe(\"The unique identifier of the task to delete.\"),\n}).describe(\"Request model for deleting a task.\");\nexport const MotionDeleteTaskOutput = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\").nullable(),\n}).passthrough().describe(\"Response model for delete task operation.\\n\\nReturns success confirmation of the deleted task.\");\n\nexport const motionDeleteTask = action(\"MOTION_DELETE_TASK\", {\n slug: \"motion-delete-task\",\n name: \"Delete Task\",\n description: \"Tool to delete a task from Motion based on task ID. Use when you need to permanently remove a task from the Motion workspace.\",\n input: MotionDeleteTaskInput,\n output: MotionDeleteTaskOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-task.mjs","names":[],"sources":["../../src/actions/delete-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionDeleteTaskInput = z.object({\n id: z.string().describe(\"The unique identifier of the task to delete.\"),\n}).describe(\"Request model for deleting a task.\");\nexport const MotionDeleteTaskOutput = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\").nullable(),\n}).passthrough().describe(\"Response model for delete task operation.\\n\\nReturns success confirmation of the deleted task.\");\n\nexport const motionDeleteTask: AppAction<\n typeof MotionDeleteTaskInput,\n typeof MotionDeleteTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_DELETE_TASK\", {\n slug: \"motion-delete-task\",\n name: \"Delete Task\",\n description: \"Tool to delete a task from Motion based on task ID. Use when you need to permanently remove a task from the Motion workspace.\",\n input: MotionDeleteTaskInput,\n output: MotionDeleteTaskOutput,\n});\n"],"mappings":";;;AAaA,MAAa,mBAIT,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfmC,EAAE,OAAO,EAC5C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC,CAAC,CAAC,SAAS,oCAaH;CACP,QAboC,EAAE,OAAO,EAC7C,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,EAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gGAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-my-user.cjs","names":["z","action"],"sources":["../../src/actions/get-my-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionGetMyUserInput = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput = z.object({\n id: z.string().describe(\"The user ID\").nullable(),\n name: z.string().describe(\"The name of the user\").nullable(),\n email: z.string().describe(\"The email of the user\").nullable(),\n}).passthrough().describe(\"Response model for the user information.\");\n\nexport const motionGetMyUser = action(\"MOTION_GET_MY_USER\", {\n slug: \"motion-get-my-user\",\n name: \"Get My User Information\",\n description: \"Tool to get information on the owner of the API key. Use when you need to retrieve the current user's profile details including their ID, name, and email address.\",\n input: MotionGetMyUserInput,\n output: MotionGetMyUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-my-user.cjs","names":["z","action"],"sources":["../../src/actions/get-my-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionGetMyUserInput = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput = z.object({\n id: z.string().describe(\"The user ID\").nullable(),\n name: z.string().describe(\"The name of the user\").nullable(),\n email: z.string().describe(\"The email of the user\").nullable(),\n}).passthrough().describe(\"Response model for the user information.\");\n\nexport const motionGetMyUser: AppAction<\n typeof MotionGetMyUserInput,\n typeof MotionGetMyUserOutput,\n typeof motion.credential\n> = action(\"MOTION_GET_MY_USER\", {\n slug: \"motion-get-my-user\",\n name: \"Get My User Information\",\n description: \"Tool to get information on the owner of the API key. Use when you need to retrieve the current user's profile details including their ID, name, and email address.\",\n input: MotionGetMyUserInput,\n output: MotionGetMyUserOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAA2G;AACrK,MAAa,wBAAwBA,IAAAA,EAAE,OAAO;CAC5C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;AAC/D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,kBAITC,eAAAA,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-my-user.d.ts
|
|
@@ -7,7 +9,7 @@ declare const MotionGetMyUserOutput: z.ZodObject<{
|
|
|
7
9
|
name: z.ZodNullable<z.ZodString>;
|
|
8
10
|
email: z.ZodNullable<z.ZodString>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionGetMyUser:
|
|
12
|
+
declare const motionGetMyUser: AppAction<typeof MotionGetMyUserInput, typeof MotionGetMyUserOutput, typeof motion.credential>;
|
|
11
13
|
//#endregion
|
|
12
14
|
export { motionGetMyUser };
|
|
13
15
|
//# sourceMappingURL=get-my-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-my-user.d.cts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-my-user.d.cts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":";;;;;cAMa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;cAMrB,eAAA,EAAiB,SAAA,QACrB,oBAAA,SACA,qBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-my-user.d.ts
|
|
@@ -7,7 +9,7 @@ declare const MotionGetMyUserOutput: z.ZodObject<{
|
|
|
7
9
|
name: z.ZodNullable<z.ZodString>;
|
|
8
10
|
email: z.ZodNullable<z.ZodString>;
|
|
9
11
|
}, z.core.$loose>;
|
|
10
|
-
declare const motionGetMyUser:
|
|
12
|
+
declare const motionGetMyUser: AppAction<typeof MotionGetMyUserInput, typeof MotionGetMyUserOutput, typeof motion.credential>;
|
|
11
13
|
//#endregion
|
|
12
14
|
export { motionGetMyUser };
|
|
13
15
|
//# sourceMappingURL=get-my-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-my-user.d.mts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-my-user.d.mts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":";;;;;cAMa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;cAMrB,eAAA,EAAiB,SAAA,QACrB,oBAAA,SACA,qBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-my-user.mjs","names":[],"sources":["../../src/actions/get-my-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionGetMyUserInput = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput = z.object({\n id: z.string().describe(\"The user ID\").nullable(),\n name: z.string().describe(\"The name of the user\").nullable(),\n email: z.string().describe(\"The email of the user\").nullable(),\n}).passthrough().describe(\"Response model for the user information.\");\n\nexport const motionGetMyUser = action(\"MOTION_GET_MY_USER\", {\n slug: \"motion-get-my-user\",\n name: \"Get My User Information\",\n description: \"Tool to get information on the owner of the API key. Use when you need to retrieve the current user's profile details including their ID, name, and email address.\",\n input: MotionGetMyUserInput,\n output: MotionGetMyUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-my-user.mjs","names":[],"sources":["../../src/actions/get-my-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionGetMyUserInput = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput = z.object({\n id: z.string().describe(\"The user ID\").nullable(),\n name: z.string().describe(\"The name of the user\").nullable(),\n email: z.string().describe(\"The email of the user\").nullable(),\n}).passthrough().describe(\"Response model for the user information.\");\n\nexport const motionGetMyUser: AppAction<\n typeof MotionGetMyUserInput,\n typeof MotionGetMyUserOutput,\n typeof motion.credential\n> = action(\"MOTION_GET_MY_USER\", {\n slug: \"motion-get-my-user\",\n name: \"Get My User Information\",\n description: \"Tool to get information on the owner of the API key. Use when you need to retrieve the current user's profile details including their ID, name, and email address.\",\n input: MotionGetMyUserInput,\n output: MotionGetMyUserOutput,\n});\n"],"mappings":";;;AAaA,MAAa,kBAIT,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfkC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAejD;CACP,QAfmC,EAAE,OAAO;EAC5C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC/D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionGetProjectInput = z.object({\n id: z.string().describe(\"The ID of the project to retrieve\"),\n}).describe(\"Request model for getting a single project by ID.\");\nconst MotionGetProject_ProjectStatusSchema = z.object({\n name: z.string().describe(\"The name of the status\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status for the workspace\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status represents a completed/resolved state\").nullable().optional(),\n}).passthrough().describe(\"Status information for a project.\");\nexport const MotionGetProjectOutput = z.object({\n id: z.string().describe(\"The unique identifier of the project\").nullable(),\n name: z.string().describe(\"The name of the project\").nullable(),\n status: MotionGetProject_ProjectStatusSchema.nullable().optional(),\n createdTime: z.string().describe(\"The timestamp when the project was created\").nullable().optional(),\n description: z.string().describe(\"The HTML contents of the project description\").nullable().optional(),\n updatedTime: z.string().describe(\"The timestamp when the project was last updated\").nullable().optional(),\n workspaceId: z.string().describe(\"The ID of the workspace this project belongs to\").nullable(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project, where keys are field IDs and values are field value objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a project.\");\n\nexport const motionGetProject = action(\"MOTION_GET_PROJECT\", {\n slug: \"motion-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a single project by its ID. Use when you need to get detailed information about a specific project including its name, description, status, and custom field values.\",\n input: MotionGetProjectInput,\n output: MotionGetProjectOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionGetProjectInput = z.object({\n id: z.string().describe(\"The ID of the project to retrieve\"),\n}).describe(\"Request model for getting a single project by ID.\");\nconst MotionGetProject_ProjectStatusSchema = z.object({\n name: z.string().describe(\"The name of the status\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status for the workspace\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status represents a completed/resolved state\").nullable().optional(),\n}).passthrough().describe(\"Status information for a project.\");\nexport const MotionGetProjectOutput = z.object({\n id: z.string().describe(\"The unique identifier of the project\").nullable(),\n name: z.string().describe(\"The name of the project\").nullable(),\n status: MotionGetProject_ProjectStatusSchema.nullable().optional(),\n createdTime: z.string().describe(\"The timestamp when the project was created\").nullable().optional(),\n description: z.string().describe(\"The HTML contents of the project description\").nullable().optional(),\n updatedTime: z.string().describe(\"The timestamp when the project was last updated\").nullable().optional(),\n workspaceId: z.string().describe(\"The ID of the workspace this project belongs to\").nullable(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project, where keys are field IDs and values are field value objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a project.\");\n\nexport const motionGetProject: AppAction<\n typeof MotionGetProjectInput,\n typeof MotionGetProjectOutput,\n typeof motion.credential\n> = action(\"MOTION_GET_PROJECT\", {\n slug: \"motion-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a single project by its ID. Use when you need to get detailed information about a specific project including its name, description, status, and custom field values.\",\n input: MotionGetProjectInput,\n output: MotionGetProjectOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC7D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AAEzD,MAAa,mBAITC,eAAAA,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-project.d.ts
|
|
@@ -18,9 +20,7 @@ declare const MotionGetProjectOutput: z.ZodObject<{
|
|
|
18
20
|
workspaceId: z.ZodNullable<z.ZodString>;
|
|
19
21
|
customFieldValues: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const motionGetProject:
|
|
22
|
-
id: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
23
|
+
declare const motionGetProject: AppAction<typeof MotionGetProjectInput, typeof MotionGetProjectOutput, typeof motion.credential>;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { motionGetProject };
|
|
26
26
|
//# sourceMappingURL=get-project.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;;;cAMa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAQrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAWtB,gBAAA,EAAkB,SAAA,QACtB,qBAAA,SACA,sBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-project.d.ts
|
|
@@ -18,9 +20,7 @@ declare const MotionGetProjectOutput: z.ZodObject<{
|
|
|
18
20
|
workspaceId: z.ZodNullable<z.ZodString>;
|
|
19
21
|
customFieldValues: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20
22
|
}, z.core.$loose>;
|
|
21
|
-
declare const motionGetProject:
|
|
22
|
-
id: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
23
|
+
declare const motionGetProject: AppAction<typeof MotionGetProjectInput, typeof MotionGetProjectOutput, typeof motion.credential>;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { motionGetProject };
|
|
26
26
|
//# sourceMappingURL=get-project.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;;;cAMa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAQrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAWtB,gBAAA,EAAkB,SAAA,QACtB,qBAAA,SACA,sBAAA,SACA,MAAA,CAAO,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionGetProjectInput = z.object({\n id: z.string().describe(\"The ID of the project to retrieve\"),\n}).describe(\"Request model for getting a single project by ID.\");\nconst MotionGetProject_ProjectStatusSchema = z.object({\n name: z.string().describe(\"The name of the status\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status for the workspace\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status represents a completed/resolved state\").nullable().optional(),\n}).passthrough().describe(\"Status information for a project.\");\nexport const MotionGetProjectOutput = z.object({\n id: z.string().describe(\"The unique identifier of the project\").nullable(),\n name: z.string().describe(\"The name of the project\").nullable(),\n status: MotionGetProject_ProjectStatusSchema.nullable().optional(),\n createdTime: z.string().describe(\"The timestamp when the project was created\").nullable().optional(),\n description: z.string().describe(\"The HTML contents of the project description\").nullable().optional(),\n updatedTime: z.string().describe(\"The timestamp when the project was last updated\").nullable().optional(),\n workspaceId: z.string().describe(\"The ID of the workspace this project belongs to\").nullable(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project, where keys are field IDs and values are field value objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a project.\");\n\nexport const motionGetProject = action(\"MOTION_GET_PROJECT\", {\n slug: \"motion-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a single project by its ID. Use when you need to get detailed information about a specific project including its name, description, status, and custom field values.\",\n input: MotionGetProjectInput,\n output: MotionGetProjectOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionGetProjectInput = z.object({\n id: z.string().describe(\"The ID of the project to retrieve\"),\n}).describe(\"Request model for getting a single project by ID.\");\nconst MotionGetProject_ProjectStatusSchema = z.object({\n name: z.string().describe(\"The name of the status\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status for the workspace\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status represents a completed/resolved state\").nullable().optional(),\n}).passthrough().describe(\"Status information for a project.\");\nexport const MotionGetProjectOutput = z.object({\n id: z.string().describe(\"The unique identifier of the project\").nullable(),\n name: z.string().describe(\"The name of the project\").nullable(),\n status: MotionGetProject_ProjectStatusSchema.nullable().optional(),\n createdTime: z.string().describe(\"The timestamp when the project was created\").nullable().optional(),\n description: z.string().describe(\"The HTML contents of the project description\").nullable().optional(),\n updatedTime: z.string().describe(\"The timestamp when the project was last updated\").nullable().optional(),\n workspaceId: z.string().describe(\"The ID of the workspace this project belongs to\").nullable(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project, where keys are field IDs and values are field value objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a project.\");\n\nexport const motionGetProject: AppAction<\n typeof MotionGetProjectInput,\n typeof MotionGetProjectOutput,\n typeof motion.credential\n> = action(\"MOTION_GET_PROJECT\", {\n slug: \"motion-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a single project by its ID. Use when you need to get detailed information about a specific project including its name, description, status, and custom field values.\",\n input: MotionGetProjectInput,\n output: MotionGetProjectOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,wBAAwB,EAAE,OAAO,EAC5C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC7D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,uCAAuC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAY7D,MAAa,mBAIT,OAAO,sBAAsB;CAC/B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApBoC,EAAE,OAAO;EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EAC9D,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;EACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAC7F,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-task.cjs","names":["z","action"],"sources":["../../src/actions/get-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionGetTaskInput = z.object({\n id: z.string().describe(\"The id of the task to fetch\"),\n}).describe(\"Request model for fetching a specific task by ID.\");\nconst MotionGetTask_ChunkObjectSchema = z.object({\n id: z.string().describe(\"Chunk identifier\").nullable().optional(),\n isFixed: z.boolean().describe(\"Whether the chunk is fixed in time\").nullable().optional(),\n duration: z.union([z.number().int(), z.number()]).nullable().optional(),\n scheduledEnd: z.string().describe(\"Scheduled end time (ISO 8601 datetime)\").nullable().optional(),\n completedTime: z.string().describe(\"Completion timestamp (ISO 8601 datetime)\").nullable().optional(),\n scheduledStart: z.string().describe(\"Scheduled start time (ISO 8601 datetime)\").nullable().optional(),\n}).passthrough().describe(\"Scheduling chunk object representing a time block for the task.\");\nconst MotionGetTask_LabelObjectSchema = z.object({\n name: z.string().describe(\"Label name\").nullable().optional(),\n}).passthrough().describe(\"Label object for task categorization.\");\nconst MotionGetTask_StatusObjectSchema = z.object({\n name: z.string().describe(\"Status name\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status indicates resolution\").nullable().optional(),\n}).passthrough().describe(\"Task status details.\");\nconst MotionGetTask_UserObjectSchema = z.object({\n id: z.string().describe(\"User identifier\").nullable().optional(),\n name: z.string().describe(\"User name\").nullable().optional(),\n email: z.string().describe(\"User email address\").nullable().optional(),\n}).passthrough().describe(\"User object containing basic user information.\");\nconst MotionGetTask_ProjectObjectSchema = z.object({\n id: z.string().describe(\"Project identifier\").nullable().optional(),\n name: z.string().describe(\"Project name\").nullable().optional(),\n status: z.string().describe(\"Project status\").nullable().optional(),\n createdTime: z.string().describe(\"Creation timestamp (ISO 8601 datetime)\").nullable().optional(),\n description: z.string().describe(\"Project description\").nullable().optional(),\n updatedTime: z.string().describe(\"Last update timestamp (ISO 8601 datetime)\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID\").nullable().optional(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project\").nullable().optional(),\n}).passthrough().describe(\"Project object containing project details.\");\nconst MotionGetTask_WorkspaceObjectSchema = z.object({\n id: z.string().describe(\"Workspace identifier\").nullable().optional(),\n name: z.string().describe(\"Workspace name\").nullable().optional(),\n type: z.string().describe(\"Workspace type\").nullable().optional(),\n labels: z.array(MotionGetTask_LabelObjectSchema).describe(\"Available labels in workspace\").nullable().optional(),\n teamId: z.string().describe(\"Team identifier\").nullable().optional(),\n statuses: z.array(MotionGetTask_StatusObjectSchema).describe(\"Available statuses in workspace\").nullable().optional(),\n}).passthrough().describe(\"Workspace object containing workspace details.\");\nexport const MotionGetTaskOutput = z.object({\n id: z.string().describe(\"Task identifier\").nullable().optional(),\n name: z.string().describe(\"Task title\").nullable().optional(),\n chunks: z.array(MotionGetTask_ChunkObjectSchema).describe(\"Scheduling chunks for the task\").nullable().optional(),\n labels: z.array(MotionGetTask_LabelObjectSchema).describe(\"Labels assigned to the task\").nullable().optional(),\n status: MotionGetTask_StatusObjectSchema.nullable().optional(),\n creator: MotionGetTask_UserObjectSchema.nullable().optional(),\n dueDate: z.string().describe(\"Task deadline (ISO 8601 datetime)\").nullable().optional(),\n project: MotionGetTask_ProjectObjectSchema.nullable().optional(),\n startOn: z.string().describe(\"Start date in YYYY-MM-DD format\").nullable().optional(),\n duration: z.union([z.string(), z.number().int(), z.number()]).nullable().optional(),\n priority: z.string().describe(\"Task priority: ASAP, HIGH, MEDIUM, or LOW\").nullable().optional(),\n assignees: z.array(MotionGetTask_UserObjectSchema).describe(\"Users assigned to the task\").nullable().optional(),\n completed: z.boolean().describe(\"Completion status\").nullable().optional(),\n workspace: MotionGetTask_WorkspaceObjectSchema.nullable().optional(),\n createdTime: z.string().describe(\"Creation timestamp (ISO 8601 datetime)\").nullable().optional(),\n description: z.string().describe(\"HTML-formatted task details\").nullable().optional(),\n updatedTime: z.string().describe(\"Last modification timestamp (ISO 8601 datetime)\").nullable().optional(),\n deadlineType: z.string().describe(\"Deadline type: HARD, SOFT (default), or NONE\").nullable().optional(),\n scheduledEnd: z.string().describe(\"Motion's scheduled end time (ISO 8601 datetime)\").nullable().optional(),\n completedTime: z.string().describe(\"When task was marked complete (ISO 8601 datetime)\").nullable().optional(),\n scheduledStart: z.string().describe(\"Motion's scheduled start time (ISO 8601 datetime)\").nullable().optional(),\n schedulingIssue: z.boolean().describe(\"True if Motion failed to schedule the task\").nullable().optional(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the task\").nullable().optional(),\n lastInteractedTime: z.string().describe(\"Most recent interaction timestamp (ISO 8601 datetime)\").nullable().optional(),\n parentRecurringTaskId: z.string().describe(\"Parent ID if this is a recurring task instance\").nullable().optional(),\n}).passthrough().describe(\"Response model for fetching a specific task.\\nContains complete task details including scheduling, assignees, and custom fields.\");\n\nexport const motionGetTask = action(\"MOTION_GET_TASK\", {\n slug: \"motion-get-task\",\n name: \"Get Task by ID\",\n description: \"Tool to retrieve a task by its ID from Motion. Returns complete task details including title, description, due date, priority, assignees, scheduling information, and custom fields.\",\n input: MotionGetTaskInput,\n output: MotionGetTaskOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAqBA,IAAAA,EAAE,OAAO,EACzC,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,EACvD,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iEAAiE;AAC3F,MAAM,kCAAkCA,IAAAA,EAAE,OAAO,EAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sBAAsB;AAChD,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,QAAQA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,UAAUA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAa,sBAAsBA,IAAAA,EAAE,OAAO;CAC1C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,QAAQA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,QAAQA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQ,iCAAiC,SAAS,CAAC,CAAC,SAAS;CAC7D,SAAS,+BAA+B,SAAS,CAAC,CAAC,SAAS;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAAS,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAW,oCAAoC,SAAS,CAAC,CAAC,SAAS;CACnE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kIAAkI;AAE5J,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
1
|
+
{"version":3,"file":"get-task.cjs","names":["z","action"],"sources":["../../src/actions/get-task.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { motion } from \"../app\";\n\nexport const MotionGetTaskInput = z.object({\n id: z.string().describe(\"The id of the task to fetch\"),\n}).describe(\"Request model for fetching a specific task by ID.\");\nconst MotionGetTask_ChunkObjectSchema = z.object({\n id: z.string().describe(\"Chunk identifier\").nullable().optional(),\n isFixed: z.boolean().describe(\"Whether the chunk is fixed in time\").nullable().optional(),\n duration: z.union([z.number().int(), z.number()]).nullable().optional(),\n scheduledEnd: z.string().describe(\"Scheduled end time (ISO 8601 datetime)\").nullable().optional(),\n completedTime: z.string().describe(\"Completion timestamp (ISO 8601 datetime)\").nullable().optional(),\n scheduledStart: z.string().describe(\"Scheduled start time (ISO 8601 datetime)\").nullable().optional(),\n}).passthrough().describe(\"Scheduling chunk object representing a time block for the task.\");\nconst MotionGetTask_LabelObjectSchema = z.object({\n name: z.string().describe(\"Label name\").nullable().optional(),\n}).passthrough().describe(\"Label object for task categorization.\");\nconst MotionGetTask_StatusObjectSchema = z.object({\n name: z.string().describe(\"Status name\").nullable().optional(),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status\").nullable().optional(),\n isResolvedStatus: z.boolean().describe(\"Whether this status indicates resolution\").nullable().optional(),\n}).passthrough().describe(\"Task status details.\");\nconst MotionGetTask_UserObjectSchema = z.object({\n id: z.string().describe(\"User identifier\").nullable().optional(),\n name: z.string().describe(\"User name\").nullable().optional(),\n email: z.string().describe(\"User email address\").nullable().optional(),\n}).passthrough().describe(\"User object containing basic user information.\");\nconst MotionGetTask_ProjectObjectSchema = z.object({\n id: z.string().describe(\"Project identifier\").nullable().optional(),\n name: z.string().describe(\"Project name\").nullable().optional(),\n status: z.string().describe(\"Project status\").nullable().optional(),\n createdTime: z.string().describe(\"Creation timestamp (ISO 8601 datetime)\").nullable().optional(),\n description: z.string().describe(\"Project description\").nullable().optional(),\n updatedTime: z.string().describe(\"Last update timestamp (ISO 8601 datetime)\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID\").nullable().optional(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the project\").nullable().optional(),\n}).passthrough().describe(\"Project object containing project details.\");\nconst MotionGetTask_WorkspaceObjectSchema = z.object({\n id: z.string().describe(\"Workspace identifier\").nullable().optional(),\n name: z.string().describe(\"Workspace name\").nullable().optional(),\n type: z.string().describe(\"Workspace type\").nullable().optional(),\n labels: z.array(MotionGetTask_LabelObjectSchema).describe(\"Available labels in workspace\").nullable().optional(),\n teamId: z.string().describe(\"Team identifier\").nullable().optional(),\n statuses: z.array(MotionGetTask_StatusObjectSchema).describe(\"Available statuses in workspace\").nullable().optional(),\n}).passthrough().describe(\"Workspace object containing workspace details.\");\nexport const MotionGetTaskOutput = z.object({\n id: z.string().describe(\"Task identifier\").nullable().optional(),\n name: z.string().describe(\"Task title\").nullable().optional(),\n chunks: z.array(MotionGetTask_ChunkObjectSchema).describe(\"Scheduling chunks for the task\").nullable().optional(),\n labels: z.array(MotionGetTask_LabelObjectSchema).describe(\"Labels assigned to the task\").nullable().optional(),\n status: MotionGetTask_StatusObjectSchema.nullable().optional(),\n creator: MotionGetTask_UserObjectSchema.nullable().optional(),\n dueDate: z.string().describe(\"Task deadline (ISO 8601 datetime)\").nullable().optional(),\n project: MotionGetTask_ProjectObjectSchema.nullable().optional(),\n startOn: z.string().describe(\"Start date in YYYY-MM-DD format\").nullable().optional(),\n duration: z.union([z.string(), z.number().int(), z.number()]).nullable().optional(),\n priority: z.string().describe(\"Task priority: ASAP, HIGH, MEDIUM, or LOW\").nullable().optional(),\n assignees: z.array(MotionGetTask_UserObjectSchema).describe(\"Users assigned to the task\").nullable().optional(),\n completed: z.boolean().describe(\"Completion status\").nullable().optional(),\n workspace: MotionGetTask_WorkspaceObjectSchema.nullable().optional(),\n createdTime: z.string().describe(\"Creation timestamp (ISO 8601 datetime)\").nullable().optional(),\n description: z.string().describe(\"HTML-formatted task details\").nullable().optional(),\n updatedTime: z.string().describe(\"Last modification timestamp (ISO 8601 datetime)\").nullable().optional(),\n deadlineType: z.string().describe(\"Deadline type: HARD, SOFT (default), or NONE\").nullable().optional(),\n scheduledEnd: z.string().describe(\"Motion's scheduled end time (ISO 8601 datetime)\").nullable().optional(),\n completedTime: z.string().describe(\"When task was marked complete (ISO 8601 datetime)\").nullable().optional(),\n scheduledStart: z.string().describe(\"Motion's scheduled start time (ISO 8601 datetime)\").nullable().optional(),\n schedulingIssue: z.boolean().describe(\"True if Motion failed to schedule the task\").nullable().optional(),\n customFieldValues: z.record(z.string(), z.unknown()).describe(\"Custom field values for the task\").nullable().optional(),\n lastInteractedTime: z.string().describe(\"Most recent interaction timestamp (ISO 8601 datetime)\").nullable().optional(),\n parentRecurringTaskId: z.string().describe(\"Parent ID if this is a recurring task instance\").nullable().optional(),\n}).passthrough().describe(\"Response model for fetching a specific task.\\nContains complete task details including scheduling, assignees, and custom fields.\");\n\nexport const motionGetTask: AppAction<\n typeof MotionGetTaskInput,\n typeof MotionGetTaskOutput,\n typeof motion.credential\n> = action(\"MOTION_GET_TASK\", {\n slug: \"motion-get-task\",\n name: \"Get Task by ID\",\n description: \"Tool to retrieve a task by its ID from Motion. Returns complete task details including title, description, due date, priority, assignees, scheduling information, and custom fields.\",\n input: MotionGetTaskInput,\n output: MotionGetTaskOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { motion } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-task.d.ts
|
|
@@ -74,9 +76,7 @@ declare const MotionGetTaskOutput: z.ZodObject<{
|
|
|
74
76
|
lastInteractedTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
77
|
parentRecurringTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
78
|
}, z.core.$loose>;
|
|
77
|
-
declare const motionGetTask:
|
|
78
|
-
id: string;
|
|
79
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
79
|
+
declare const motionGetTask: AppAction<typeof MotionGetTaskInput, typeof MotionGetTaskOutput, typeof motion.credential>;
|
|
80
80
|
//#endregion
|
|
81
81
|
export { motionGetTask };
|
|
82
82
|
//# sourceMappingURL=get-task.d.cts.map
|