@keystrokehq/motion 0.1.0

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.
Files changed (250) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-custom-field-to-project.cjs +49 -0
  7. package/dist/actions/add-custom-field-to-project.cjs.map +1 -0
  8. package/dist/actions/add-custom-field-to-project.d.cts +9 -0
  9. package/dist/actions/add-custom-field-to-project.d.cts.map +1 -0
  10. package/dist/actions/add-custom-field-to-project.d.mts +9 -0
  11. package/dist/actions/add-custom-field-to-project.d.mts.map +1 -0
  12. package/dist/actions/add-custom-field-to-project.mjs +46 -0
  13. package/dist/actions/add-custom-field-to-project.mjs.map +1 -0
  14. package/dist/actions/add-custom-field-to-task.cjs +49 -0
  15. package/dist/actions/add-custom-field-to-task.cjs.map +1 -0
  16. package/dist/actions/add-custom-field-to-task.d.cts +9 -0
  17. package/dist/actions/add-custom-field-to-task.d.cts.map +1 -0
  18. package/dist/actions/add-custom-field-to-task.d.mts +9 -0
  19. package/dist/actions/add-custom-field-to-task.d.mts.map +1 -0
  20. package/dist/actions/add-custom-field-to-task.mjs +46 -0
  21. package/dist/actions/add-custom-field-to-task.mjs.map +1 -0
  22. package/dist/actions/create-comment.cjs +30 -0
  23. package/dist/actions/create-comment.cjs.map +1 -0
  24. package/dist/actions/create-comment.d.cts +9 -0
  25. package/dist/actions/create-comment.d.cts.map +1 -0
  26. package/dist/actions/create-comment.d.mts +9 -0
  27. package/dist/actions/create-comment.d.mts.map +1 -0
  28. package/dist/actions/create-comment.mjs +29 -0
  29. package/dist/actions/create-comment.mjs.map +1 -0
  30. package/dist/actions/create-custom-field.cjs +49 -0
  31. package/dist/actions/create-custom-field.cjs.map +1 -0
  32. package/dist/actions/create-custom-field.d.cts +9 -0
  33. package/dist/actions/create-custom-field.d.cts.map +1 -0
  34. package/dist/actions/create-custom-field.d.mts +9 -0
  35. package/dist/actions/create-custom-field.d.mts.map +1 -0
  36. package/dist/actions/create-custom-field.mjs +46 -0
  37. package/dist/actions/create-custom-field.mjs.map +1 -0
  38. package/dist/actions/create-project.cjs +44 -0
  39. package/dist/actions/create-project.cjs.map +1 -0
  40. package/dist/actions/create-project.d.cts +9 -0
  41. package/dist/actions/create-project.d.cts.map +1 -0
  42. package/dist/actions/create-project.d.mts +9 -0
  43. package/dist/actions/create-project.d.mts.map +1 -0
  44. package/dist/actions/create-project.mjs +41 -0
  45. package/dist/actions/create-project.mjs.map +1 -0
  46. package/dist/actions/create-recurring-task.cjs +65 -0
  47. package/dist/actions/create-recurring-task.cjs.map +1 -0
  48. package/dist/actions/create-recurring-task.d.cts +9 -0
  49. package/dist/actions/create-recurring-task.d.cts.map +1 -0
  50. package/dist/actions/create-recurring-task.d.mts +9 -0
  51. package/dist/actions/create-recurring-task.d.mts.map +1 -0
  52. package/dist/actions/create-recurring-task.mjs +64 -0
  53. package/dist/actions/create-recurring-task.mjs.map +1 -0
  54. package/dist/actions/create-task.cjs +92 -0
  55. package/dist/actions/create-task.cjs.map +1 -0
  56. package/dist/actions/create-task.d.cts +9 -0
  57. package/dist/actions/create-task.d.cts.map +1 -0
  58. package/dist/actions/create-task.d.mts +9 -0
  59. package/dist/actions/create-task.d.mts.map +1 -0
  60. package/dist/actions/create-task.mjs +91 -0
  61. package/dist/actions/create-task.mjs.map +1 -0
  62. package/dist/actions/delete-custom-field-from-project.cjs +19 -0
  63. package/dist/actions/delete-custom-field-from-project.cjs.map +1 -0
  64. package/dist/actions/delete-custom-field-from-project.d.cts +9 -0
  65. package/dist/actions/delete-custom-field-from-project.d.cts.map +1 -0
  66. package/dist/actions/delete-custom-field-from-project.d.mts +9 -0
  67. package/dist/actions/delete-custom-field-from-project.d.mts.map +1 -0
  68. package/dist/actions/delete-custom-field-from-project.mjs +16 -0
  69. package/dist/actions/delete-custom-field-from-project.mjs.map +1 -0
  70. package/dist/actions/delete-custom-field-from-task.cjs +19 -0
  71. package/dist/actions/delete-custom-field-from-task.cjs.map +1 -0
  72. package/dist/actions/delete-custom-field-from-task.d.cts +9 -0
  73. package/dist/actions/delete-custom-field-from-task.d.cts.map +1 -0
  74. package/dist/actions/delete-custom-field-from-task.d.mts +9 -0
  75. package/dist/actions/delete-custom-field-from-task.d.mts.map +1 -0
  76. package/dist/actions/delete-custom-field-from-task.mjs +16 -0
  77. package/dist/actions/delete-custom-field-from-task.mjs.map +1 -0
  78. package/dist/actions/delete-custom-field.cjs +22 -0
  79. package/dist/actions/delete-custom-field.cjs.map +1 -0
  80. package/dist/actions/delete-custom-field.d.cts +9 -0
  81. package/dist/actions/delete-custom-field.d.cts.map +1 -0
  82. package/dist/actions/delete-custom-field.d.mts +9 -0
  83. package/dist/actions/delete-custom-field.d.mts.map +1 -0
  84. package/dist/actions/delete-custom-field.mjs +19 -0
  85. package/dist/actions/delete-custom-field.mjs.map +1 -0
  86. package/dist/actions/delete-recurring-task.cjs +16 -0
  87. package/dist/actions/delete-recurring-task.cjs.map +1 -0
  88. package/dist/actions/delete-recurring-task.d.cts +9 -0
  89. package/dist/actions/delete-recurring-task.d.cts.map +1 -0
  90. package/dist/actions/delete-recurring-task.d.mts +9 -0
  91. package/dist/actions/delete-recurring-task.d.mts.map +1 -0
  92. package/dist/actions/delete-recurring-task.mjs +13 -0
  93. package/dist/actions/delete-recurring-task.mjs.map +1 -0
  94. package/dist/actions/delete-task.cjs +16 -0
  95. package/dist/actions/delete-task.cjs.map +1 -0
  96. package/dist/actions/delete-task.d.cts +9 -0
  97. package/dist/actions/delete-task.d.cts.map +1 -0
  98. package/dist/actions/delete-task.d.mts +9 -0
  99. package/dist/actions/delete-task.d.mts.map +1 -0
  100. package/dist/actions/delete-task.mjs +13 -0
  101. package/dist/actions/delete-task.mjs.map +1 -0
  102. package/dist/actions/get-my-user.cjs +20 -0
  103. package/dist/actions/get-my-user.cjs.map +1 -0
  104. package/dist/actions/get-my-user.d.cts +9 -0
  105. package/dist/actions/get-my-user.d.cts.map +1 -0
  106. package/dist/actions/get-my-user.d.mts +9 -0
  107. package/dist/actions/get-my-user.d.mts.map +1 -0
  108. package/dist/actions/get-my-user.mjs +17 -0
  109. package/dist/actions/get-my-user.mjs.map +1 -0
  110. package/dist/actions/get-project.cjs +30 -0
  111. package/dist/actions/get-project.cjs.map +1 -0
  112. package/dist/actions/get-project.d.cts +9 -0
  113. package/dist/actions/get-project.d.cts.map +1 -0
  114. package/dist/actions/get-project.d.mts +9 -0
  115. package/dist/actions/get-project.d.mts.map +1 -0
  116. package/dist/actions/get-project.mjs +29 -0
  117. package/dist/actions/get-project.mjs.map +1 -0
  118. package/dist/actions/get-task.cjs +83 -0
  119. package/dist/actions/get-task.cjs.map +1 -0
  120. package/dist/actions/get-task.d.cts +9 -0
  121. package/dist/actions/get-task.d.cts.map +1 -0
  122. package/dist/actions/get-task.d.mts +9 -0
  123. package/dist/actions/get-task.d.mts.map +1 -0
  124. package/dist/actions/get-task.mjs +82 -0
  125. package/dist/actions/get-task.mjs.map +1 -0
  126. package/dist/actions/index.cjs +55 -0
  127. package/dist/actions/index.d.cts +28 -0
  128. package/dist/actions/index.d.mts +28 -0
  129. package/dist/actions/index.mjs +28 -0
  130. package/dist/actions/list-comments.cjs +38 -0
  131. package/dist/actions/list-comments.cjs.map +1 -0
  132. package/dist/actions/list-comments.d.cts +9 -0
  133. package/dist/actions/list-comments.d.cts.map +1 -0
  134. package/dist/actions/list-comments.d.mts +9 -0
  135. package/dist/actions/list-comments.d.mts.map +1 -0
  136. package/dist/actions/list-comments.mjs +37 -0
  137. package/dist/actions/list-comments.mjs.map +1 -0
  138. package/dist/actions/list-custom-fields.cjs +27 -0
  139. package/dist/actions/list-custom-fields.cjs.map +1 -0
  140. package/dist/actions/list-custom-fields.d.cts +9 -0
  141. package/dist/actions/list-custom-fields.d.cts.map +1 -0
  142. package/dist/actions/list-custom-fields.d.mts +9 -0
  143. package/dist/actions/list-custom-fields.d.mts.map +1 -0
  144. package/dist/actions/list-custom-fields.mjs +26 -0
  145. package/dist/actions/list-custom-fields.mjs.map +1 -0
  146. package/dist/actions/list-projects.cjs +41 -0
  147. package/dist/actions/list-projects.cjs.map +1 -0
  148. package/dist/actions/list-projects.d.cts +9 -0
  149. package/dist/actions/list-projects.d.cts.map +1 -0
  150. package/dist/actions/list-projects.d.mts +9 -0
  151. package/dist/actions/list-projects.d.mts.map +1 -0
  152. package/dist/actions/list-projects.mjs +40 -0
  153. package/dist/actions/list-projects.mjs.map +1 -0
  154. package/dist/actions/list-recurring-tasks.cjs +67 -0
  155. package/dist/actions/list-recurring-tasks.cjs.map +1 -0
  156. package/dist/actions/list-recurring-tasks.d.cts +9 -0
  157. package/dist/actions/list-recurring-tasks.d.cts.map +1 -0
  158. package/dist/actions/list-recurring-tasks.d.mts +9 -0
  159. package/dist/actions/list-recurring-tasks.d.mts.map +1 -0
  160. package/dist/actions/list-recurring-tasks.mjs +66 -0
  161. package/dist/actions/list-recurring-tasks.mjs.map +1 -0
  162. package/dist/actions/list-schedules.cjs +35 -0
  163. package/dist/actions/list-schedules.cjs.map +1 -0
  164. package/dist/actions/list-schedules.d.cts +9 -0
  165. package/dist/actions/list-schedules.d.cts.map +1 -0
  166. package/dist/actions/list-schedules.d.mts +9 -0
  167. package/dist/actions/list-schedules.d.mts.map +1 -0
  168. package/dist/actions/list-schedules.mjs +34 -0
  169. package/dist/actions/list-schedules.mjs.map +1 -0
  170. package/dist/actions/list-statuses.cjs +21 -0
  171. package/dist/actions/list-statuses.cjs.map +1 -0
  172. package/dist/actions/list-statuses.d.cts +9 -0
  173. package/dist/actions/list-statuses.d.cts.map +1 -0
  174. package/dist/actions/list-statuses.d.mts +9 -0
  175. package/dist/actions/list-statuses.d.mts.map +1 -0
  176. package/dist/actions/list-statuses.mjs +20 -0
  177. package/dist/actions/list-statuses.mjs.map +1 -0
  178. package/dist/actions/list-tasks.cjs +102 -0
  179. package/dist/actions/list-tasks.cjs.map +1 -0
  180. package/dist/actions/list-tasks.d.cts +9 -0
  181. package/dist/actions/list-tasks.d.cts.map +1 -0
  182. package/dist/actions/list-tasks.d.mts +9 -0
  183. package/dist/actions/list-tasks.d.mts.map +1 -0
  184. package/dist/actions/list-tasks.mjs +101 -0
  185. package/dist/actions/list-tasks.mjs.map +1 -0
  186. package/dist/actions/list-users.cjs +32 -0
  187. package/dist/actions/list-users.cjs.map +1 -0
  188. package/dist/actions/list-users.d.cts +9 -0
  189. package/dist/actions/list-users.d.cts.map +1 -0
  190. package/dist/actions/list-users.d.mts +9 -0
  191. package/dist/actions/list-users.d.mts.map +1 -0
  192. package/dist/actions/list-users.mjs +31 -0
  193. package/dist/actions/list-users.mjs.map +1 -0
  194. package/dist/actions/list-workspaces.cjs +40 -0
  195. package/dist/actions/list-workspaces.cjs.map +1 -0
  196. package/dist/actions/list-workspaces.d.cts +9 -0
  197. package/dist/actions/list-workspaces.d.cts.map +1 -0
  198. package/dist/actions/list-workspaces.d.mts +9 -0
  199. package/dist/actions/list-workspaces.d.mts.map +1 -0
  200. package/dist/actions/list-workspaces.mjs +39 -0
  201. package/dist/actions/list-workspaces.mjs.map +1 -0
  202. package/dist/actions/move-task.cjs +87 -0
  203. package/dist/actions/move-task.cjs.map +1 -0
  204. package/dist/actions/move-task.d.cts +9 -0
  205. package/dist/actions/move-task.d.cts.map +1 -0
  206. package/dist/actions/move-task.d.mts +9 -0
  207. package/dist/actions/move-task.d.mts.map +1 -0
  208. package/dist/actions/move-task.mjs +86 -0
  209. package/dist/actions/move-task.mjs.map +1 -0
  210. package/dist/actions/unassign-task.cjs +16 -0
  211. package/dist/actions/unassign-task.cjs.map +1 -0
  212. package/dist/actions/unassign-task.d.cts +9 -0
  213. package/dist/actions/unassign-task.d.cts.map +1 -0
  214. package/dist/actions/unassign-task.d.mts +9 -0
  215. package/dist/actions/unassign-task.d.mts.map +1 -0
  216. package/dist/actions/unassign-task.mjs +13 -0
  217. package/dist/actions/unassign-task.mjs.map +1 -0
  218. package/dist/actions/update-task.cjs +107 -0
  219. package/dist/actions/update-task.cjs.map +1 -0
  220. package/dist/actions/update-task.d.cts +9 -0
  221. package/dist/actions/update-task.d.cts.map +1 -0
  222. package/dist/actions/update-task.d.mts +9 -0
  223. package/dist/actions/update-task.d.mts.map +1 -0
  224. package/dist/actions/update-task.mjs +106 -0
  225. package/dist/actions/update-task.mjs.map +1 -0
  226. package/dist/app.cjs +9 -0
  227. package/dist/app.cjs.map +1 -0
  228. package/dist/app.d.cts +5 -0
  229. package/dist/app.d.cts.map +1 -0
  230. package/dist/app.d.mts +5 -0
  231. package/dist/app.d.mts.map +1 -0
  232. package/dist/app.mjs +10 -0
  233. package/dist/app.mjs.map +1 -0
  234. package/dist/catalog.cjs +15 -0
  235. package/dist/catalog.cjs.map +1 -0
  236. package/dist/catalog.d.cts +14 -0
  237. package/dist/catalog.d.cts.map +1 -0
  238. package/dist/catalog.d.mts +14 -0
  239. package/dist/catalog.d.mts.map +1 -0
  240. package/dist/catalog.mjs +15 -0
  241. package/dist/catalog.mjs.map +1 -0
  242. package/dist/execute.cjs +18 -0
  243. package/dist/execute.cjs.map +1 -0
  244. package/dist/execute.mjs +18 -0
  245. package/dist/execute.mjs.map +1 -0
  246. package/dist/index.cjs +60 -0
  247. package/dist/index.d.cts +30 -0
  248. package/dist/index.d.mts +30 -0
  249. package/dist/index.mjs +31 -0
  250. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-task.mjs","names":[],"sources":["../../src/actions/create-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionCreateTaskInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the task\"),\n labels: z.array(z.string()).describe(\"List of label names to apply to the task. Labels must exist in the workspace.\").optional(),\n status: z.string().describe(\"Task status name. Must match a valid status in the workspace. Use ListStatuses action to get available statuses.\").optional(),\n dueDate: z.string().describe(\"ISO 8601 formatted due date for the task (e.g., '2024-12-31T23:59:59Z')\").optional(),\n duration: z.string().describe(\"Duration in minutes (e.g., '60' for 1 hour) or 'REMINDER' for a reminder-only task\").optional(),\n priority: z.enum([\"ASAP\", \"HIGH\", \"MEDIUM\", \"LOW\"]).describe(\"Priority levels for Motion tasks.\").optional(),\n projectId: z.string().describe(\"Project ID to associate the task with. The project must exist in the workspace.\").optional(),\n assigneeId: z.string().describe(\"User ID to assign the task to. The user must be a member of the workspace.\").optional(),\n description: z.string().describe(\"Task description in GitHub Flavored Markdown (GFM) format\").optional(),\n workspaceId: z.string().describe(\"The workspace ID where the task will be created\"),\n}).describe(\"Request model for creating a new task in Motion.\");\nconst MotionCreateTask_ChunkInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Chunk ID\").nullable().optional(),\n isFixed: z.boolean().describe(\"Whether the chunk is fixed\").nullable().optional(),\n duration: z.union([z.number().int(), z.string()]).nullable().optional(),\n scheduledEnd: z.string().describe(\"Scheduled end time in ISO 8601 format\").nullable().optional(),\n completedTime: z.string().describe(\"Completion time in ISO 8601 format\").nullable().optional(),\n scheduledStart: z.string().describe(\"Scheduled start time in ISO 8601 format\").nullable().optional(),\n}).describe(\"Scheduling chunk information.\");\nconst MotionCreateTask_LabelInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Label name\"),\n}).describe(\"Label information object.\");\nconst MotionCreateTask_StatusInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Status name\"),\n isDefaultStatus: z.boolean().describe(\"Whether this is the default status\"),\n isResolvedStatus: z.boolean().describe(\"Whether this is a resolved status\"),\n}).describe(\"Status information object.\");\nconst MotionCreateTask_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID\"),\n name: z.string().describe(\"User's full name\"),\n email: z.string().describe(\"User's email address\"),\n}).describe(\"User information object.\");\nconst MotionCreateTask_ProjectInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Project ID\").nullable().optional(),\n name: z.string().describe(\"Project name\").nullable().optional(),\n status: z.string().describe(\"Project status\").nullable().optional(),\n description: z.string().describe(\"Project description\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID\").nullable().optional(),\n}).describe(\"Project information object.\");\nconst MotionCreateTask_WorkspaceInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Workspace ID\"),\n name: z.string().describe(\"Workspace name\"),\n type: z.string().describe(\"Workspace type\"),\n labels: z.array(MotionCreateTask_LabelInfoSchema).describe(\"Available labels in workspace\").nullable().optional(),\n teamId: z.string().describe(\"Team ID\").nullable().optional(),\n statuses: z.array(MotionCreateTask_StatusInfoSchema).describe(\"Available statuses in workspace\").nullable().optional(),\n}).describe(\"Workspace information object.\");\nexport const MotionCreateTaskOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Task ID\"),\n name: z.string().describe(\"Task name\"),\n chunks: z.array(MotionCreateTask_ChunkInfoSchema).describe(\"Scheduling chunks for the task\").nullable().optional(),\n labels: z.array(MotionCreateTask_LabelInfoSchema).describe(\"Labels applied to the task\").nullable().optional(),\n status: MotionCreateTask_StatusInfoSchema.nullable(),\n creator: MotionCreateTask_UserInfoSchema.nullable(),\n dueDate: z.string().describe(\"Due date in ISO 8601 format\").nullable().optional(),\n project: MotionCreateTask_ProjectInfoSchema.nullable().optional(),\n startOn: z.string().describe(\"Start date in YYYY-MM-DD format\").nullable().optional(),\n duration: z.union([z.number().int(), z.string()]).nullable().optional(),\n priority: z.string().describe(\"Task priority: ASAP, HIGH, MEDIUM, or LOW\"),\n assignees: z.array(MotionCreateTask_UserInfoSchema).describe(\"Users assigned to the task\"),\n completed: z.boolean().describe(\"Whether the task is completed\"),\n workspace: MotionCreateTask_WorkspaceInfoSchema.nullable(),\n createdTime: z.string().describe(\"Creation time in ISO 8601 format\"),\n description: z.string().describe(\"Task description in HTML\").nullable().optional(),\n updatedTime: z.string().describe(\"Last update time in ISO 8601 format\").nullable().optional(),\n deadlineType: z.string().describe(\"Deadline type: HARD, SOFT, or NONE\"),\n scheduledEnd: z.string().describe(\"Motion's scheduled end time in ISO 8601 format\").nullable().optional(),\n completedTime: z.string().describe(\"Completion time in ISO 8601 format\").nullable().optional(),\n scheduledStart: z.string().describe(\"Motion's scheduled start time in ISO 8601 format\").nullable().optional(),\n schedulingIssue: z.boolean().describe(\"Whether there's a scheduling issue with this task\"),\n customFieldValues: z.object({}).describe(\"Custom field values for the task. Can contain text, number, URL, date, select, multiSelect, person, email, phone, checkbox, or relatedTo values.\").nullable().optional(),\n lastInteractedTime: z.string().describe(\"Last interaction time in ISO 8601 format\").nullable().optional(),\n parentRecurringTaskId: z.string().describe(\"Parent task ID if this is a recurring instance\").nullable().optional(),\n}).describe(\"Response model for the created task.\\nReturns the complete task object with all its properties.\");\n\nexport const motionCreateTask = action(\"MOTION_CREATE_TASK\", {\n slug: \"motion-create-task\",\n name: \"Create Task\",\n description: \"Tool to create a new task in Motion. Use when you need to add a task to a workspace with specified properties like name, priority, due date, and assignee.\",\n input: MotionCreateTaskInput,\n output: MotionCreateTaskOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-custom-field-from-project.ts
4
+ const MotionDeleteCustomFieldFromProjectInput = zod.z.object({
5
+ valueId: zod.z.string().describe("The ID of the custom field value that will be deleted."),
6
+ projectId: zod.z.string().describe("The project ID from which a custom field value will be deleted.")
7
+ }).describe("Request model for deleting a custom field value from a project.");
8
+ const MotionDeleteCustomFieldFromProjectOutput = zod.z.object({ success: zod.z.boolean().describe("True if the custom field value was successfully deleted from the project.") }).describe("Response model for delete custom field from project operation.");
9
+ const motionDeleteCustomFieldFromProject = require_action.action("MOTION_DELETE_CUSTOM_FIELD_FROM_PROJECT", {
10
+ slug: "motion-delete-custom-field-from-project",
11
+ name: "Delete Custom Field From Project",
12
+ description: "Tool to delete a custom field value from a project in Motion. Use when you need to remove a custom field value from a specific project.",
13
+ input: MotionDeleteCustomFieldFromProjectInput,
14
+ output: MotionDeleteCustomFieldFromProjectOutput
15
+ });
16
+ //#endregion
17
+ exports.motionDeleteCustomFieldFromProject = motionDeleteCustomFieldFromProject;
18
+
19
+ //# sourceMappingURL=delete-custom-field-from-project.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-project.cjs","names":["z","action"],"sources":["../../src/actions/delete-custom-field-from-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldFromProjectInput: z.ZodTypeAny = z.object({\n valueId: z.string().describe(\"The ID of the custom field value that will be deleted.\"),\n projectId: z.string().describe(\"The project ID from which a custom field value will be deleted.\"),\n}).describe(\"Request model for deleting a custom field value from a project.\");\nexport const MotionDeleteCustomFieldFromProjectOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the custom field value was successfully deleted from the project.\"),\n}).describe(\"Response model for delete custom field from project operation.\");\n\nexport const motionDeleteCustomFieldFromProject = action(\"MOTION_DELETE_CUSTOM_FIELD_FROM_PROJECT\", {\n slug: \"motion-delete-custom-field-from-project\",\n name: \"Delete Custom Field From Project\",\n description: \"Tool to delete a custom field value from a project in Motion. Use when you need to remove a custom field value from a specific project.\",\n input: MotionDeleteCustomFieldFromProjectInput,\n output: MotionDeleteCustomFieldFromProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;AAClG,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,EAC3G,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field-from-project.d.ts
4
+ declare const MotionDeleteCustomFieldFromProjectInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldFromProjectOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomFieldFromProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomFieldFromProject };
9
+ //# sourceMappingURL=delete-custom-field-from-project.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-project.d.cts","names":[],"sources":["../../src/actions/delete-custom-field-from-project.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGsB;AAAA,cACjE,wCAAA,EAA0C,CAAA,CAAE,UAEoB;AAAA,cAEhE,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field-from-project.d.ts
4
+ declare const MotionDeleteCustomFieldFromProjectInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldFromProjectOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomFieldFromProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomFieldFromProject };
9
+ //# sourceMappingURL=delete-custom-field-from-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-project.d.mts","names":[],"sources":["../../src/actions/delete-custom-field-from-project.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGsB;AAAA,cACjE,wCAAA,EAA0C,CAAA,CAAE,UAEoB;AAAA,cAEhE,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionDeleteCustomFieldFromProject = action("MOTION_DELETE_CUSTOM_FIELD_FROM_PROJECT", {
4
+ slug: "motion-delete-custom-field-from-project",
5
+ name: "Delete Custom Field From Project",
6
+ description: "Tool to delete a custom field value from a project in Motion. Use when you need to remove a custom field value from a specific project.",
7
+ input: z.object({
8
+ valueId: z.string().describe("The ID of the custom field value that will be deleted."),
9
+ projectId: z.string().describe("The project ID from which a custom field value will be deleted.")
10
+ }).describe("Request model for deleting a custom field value from a project."),
11
+ output: z.object({ success: z.boolean().describe("True if the custom field value was successfully deleted from the project.") }).describe("Response model for delete custom field from project operation.")
12
+ });
13
+ //#endregion
14
+ export { motionDeleteCustomFieldFromProject };
15
+
16
+ //# sourceMappingURL=delete-custom-field-from-project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-project.mjs","names":[],"sources":["../../src/actions/delete-custom-field-from-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldFromProjectInput: z.ZodTypeAny = z.object({\n valueId: z.string().describe(\"The ID of the custom field value that will be deleted.\"),\n projectId: z.string().describe(\"The project ID from which a custom field value will be deleted.\"),\n}).describe(\"Request model for deleting a custom field value from a project.\");\nexport const MotionDeleteCustomFieldFromProjectOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the custom field value was successfully deleted from the project.\"),\n}).describe(\"Response model for delete custom field from project operation.\");\n\nexport const motionDeleteCustomFieldFromProject = action(\"MOTION_DELETE_CUSTOM_FIELD_FROM_PROJECT\", {\n slug: \"motion-delete-custom-field-from-project\",\n name: \"Delete Custom Field From Project\",\n description: \"Tool to delete a custom field value from a project in Motion. Use when you need to remove a custom field value from a specific project.\",\n input: MotionDeleteCustomFieldFromProjectInput,\n output: MotionDeleteCustomFieldFromProjectOutput,\n});\n"],"mappings":";;AAYA,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZmE,EAAE,OAAO;EAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAClG,CAAC,CAAC,CAAC,SAAS,iEASH;CACP,QAToE,EAAE,OAAO,EAC7E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,EAC3G,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-custom-field-from-task.ts
4
+ const MotionDeleteCustomFieldFromTaskInput = zod.z.object({
5
+ taskId: zod.z.string().describe("The unique identifier of the task from which to delete the custom field value."),
6
+ valueId: zod.z.string().describe("The unique identifier of the custom field value to delete from the task.")
7
+ }).describe("Request model for deleting a custom field value from a task.");
8
+ const MotionDeleteCustomFieldFromTaskOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for delete custom field from task operation.\n\nThe API may return an empty response or confirmation on success.");
9
+ const motionDeleteCustomFieldFromTask = require_action.action("MOTION_DELETE_CUSTOM_FIELD_FROM_TASK", {
10
+ slug: "motion-delete-custom-field-from-task",
11
+ name: "Delete Custom Field From Task",
12
+ 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.",
13
+ input: MotionDeleteCustomFieldFromTaskInput,
14
+ output: MotionDeleteCustomFieldFromTaskOutput
15
+ });
16
+ //#endregion
17
+ exports.motionDeleteCustomFieldFromTask = motionDeleteCustomFieldFromTask;
18
+
19
+ //# sourceMappingURL=delete-custom-field-from-task.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-task.cjs","names":["z","action"],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MotionDeleteCustomFieldFromTaskInput: z.ZodTypeAny = 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.ZodTypeAny = 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":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;AACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,wCAAsDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iIAAiI;AAE/O,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field-from-task.d.ts
4
+ declare const MotionDeleteCustomFieldFromTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldFromTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomFieldFromTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomFieldFromTask };
9
+ //# sourceMappingURL=delete-custom-field-from-task.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-task.d.cts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGsB;AAAA,cAC9D,qCAAA,EAAuC,CAAA,CAAE,UAA0L;AAAA,cAEnO,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field-from-task.d.ts
4
+ declare const MotionDeleteCustomFieldFromTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldFromTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomFieldFromTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomFieldFromTask };
9
+ //# sourceMappingURL=delete-custom-field-from-task.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field-from-task.d.mts","names":[],"sources":["../../src/actions/delete-custom-field-from-task.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGsB;AAAA,cAC9D,qCAAA,EAAuC,CAAA,CAAE,UAA0L;AAAA,cAEnO,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionDeleteCustomFieldFromTask = action("MOTION_DELETE_CUSTOM_FIELD_FROM_TASK", {
4
+ slug: "motion-delete-custom-field-from-task",
5
+ name: "Delete Custom Field From Task",
6
+ 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.",
7
+ input: z.object({
8
+ taskId: z.string().describe("The unique identifier of the task from which to delete the custom field value."),
9
+ valueId: z.string().describe("The unique identifier of the custom field value to delete from the task.")
10
+ }).describe("Request model for deleting a custom field value from a task."),
11
+ output: 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.")
12
+ });
13
+ //#endregion
14
+ export { motionDeleteCustomFieldFromTask };
15
+
16
+ //# sourceMappingURL=delete-custom-field-from-task.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = 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":";;AAUA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CACzG,CAAC,CAAC,CAAC,SAAS,8DAOH;CACP,QAPiE,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iIAOpG;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-custom-field.ts
4
+ const MotionDeleteCustomFieldInput = zod.z.object({
5
+ id: zod.z.string().describe("The custom field ID to delete"),
6
+ workspaceId: zod.z.string().describe("The workspace ID where the custom field exists")
7
+ }).describe("Request model for deleting a custom field.");
8
+ const MotionDeleteCustomFieldOutput = zod.z.object({
9
+ id: zod.z.string().describe("The ID of the custom field that was deleted"),
10
+ success: zod.z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional()
11
+ }).describe("Response model for delete custom field operation.");
12
+ const motionDeleteCustomField = require_action.action("MOTION_DELETE_CUSTOM_FIELD", {
13
+ slug: "motion-delete-custom-field",
14
+ name: "Delete Custom Field",
15
+ 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.",
16
+ input: MotionDeleteCustomFieldInput,
17
+ output: MotionDeleteCustomFieldOutput
18
+ });
19
+ //#endregion
20
+ exports.motionDeleteCustomField = motionDeleteCustomField;
21
+
22
+ //# sourceMappingURL=delete-custom-field.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\"),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).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":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,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,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field.d.ts
4
+ declare const MotionDeleteCustomFieldInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomField };
9
+ //# sourceMappingURL=delete-custom-field.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field.d.cts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGY;AAAA,cAC5C,6BAAA,EAA+B,CAAA,CAAE,UAGkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-field.d.ts
4
+ declare const MotionDeleteCustomFieldInput: z.ZodTypeAny;
5
+ declare const MotionDeleteCustomFieldOutput: z.ZodTypeAny;
6
+ declare const motionDeleteCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteCustomField };
9
+ //# sourceMappingURL=delete-custom-field.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-field.d.mts","names":[],"sources":["../../src/actions/delete-custom-field.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGY;AAAA,cAC5C,6BAAA,EAA+B,CAAA,CAAE,UAGkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionDeleteCustomField = action("MOTION_DELETE_CUSTOM_FIELD", {
4
+ slug: "motion-delete-custom-field",
5
+ name: "Delete Custom Field",
6
+ 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.",
7
+ input: z.object({
8
+ id: z.string().describe("The custom field ID to delete"),
9
+ workspaceId: z.string().describe("The workspace ID where the custom field exists")
10
+ }).describe("Request model for deleting a custom field."),
11
+ output: z.object({
12
+ id: z.string().describe("The ID of the custom field that was deleted"),
13
+ success: z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional()
14
+ }).describe("Response model for delete custom field operation.")
15
+ });
16
+ //#endregion
17
+ export { motionDeleteCustomField };
18
+
19
+ //# sourceMappingURL=delete-custom-field.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the custom field that was deleted\"),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).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":";;AAaA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACvD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,CAAC,CAAC,CAAC,SAAS,4CAUH;CACP,QAVyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-recurring-task.ts
4
+ const MotionDeleteRecurringTaskInput = zod.z.object({ id: zod.z.string().describe("ID of the recurring task to delete.") }).describe("Request model for deleting a recurring task.");
5
+ const MotionDeleteRecurringTaskOutput = zod.z.object({ success: zod.z.boolean().describe("True if the recurring task was successfully deleted.") }).describe("Response model for delete recurring task operation.\n\nReturns success status indicating whether the deletion was successful.");
6
+ const motionDeleteRecurringTask = require_action.action("MOTION_DELETE_RECURRING_TASK", {
7
+ slug: "motion-delete-recurring-task",
8
+ name: "Delete Recurring Task",
9
+ 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.",
10
+ input: MotionDeleteRecurringTaskInput,
11
+ output: MotionDeleteRecurringTaskOutput
12
+ });
13
+ //#endregion
14
+ exports.motionDeleteRecurringTask = motionDeleteRecurringTask;
15
+
16
+ //# sourceMappingURL=delete-recurring-task.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\"),\n}).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":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,EACtF,CAAC,CAAC,CAAC,SAAS,+HAA+H;AAE3I,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-recurring-task.d.ts
4
+ declare const MotionDeleteRecurringTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteRecurringTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteRecurringTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteRecurringTask };
9
+ //# sourceMappingURL=delete-recurring-task.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-recurring-task.d.cts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAC9C,+BAAA,EAAiC,CAAA,CAAE,UAE4F;AAAA,cAE/H,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-recurring-task.d.ts
4
+ declare const MotionDeleteRecurringTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteRecurringTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteRecurringTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteRecurringTask };
9
+ //# sourceMappingURL=delete-recurring-task.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-recurring-task.d.mts","names":[],"sources":["../../src/actions/delete-recurring-task.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAC9C,+BAAA,EAAiC,CAAA,CAAE,UAE4F;AAAA,cAE/H,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionDeleteRecurringTask = action("MOTION_DELETE_RECURRING_TASK", {
4
+ slug: "motion-delete-recurring-task",
5
+ name: "Delete Recurring Task",
6
+ 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.",
7
+ input: z.object({ id: z.string().describe("ID of the recurring task to delete.") }).describe("Request model for deleting a recurring task."),
8
+ output: z.object({ success: z.boolean().describe("True if the recurring task was successfully deleted.") }).describe("Response model for delete recurring task operation.\n\nReturns success status indicating whether the deletion was successful.")
9
+ });
10
+ //#endregion
11
+ export { motionDeleteRecurringTask };
12
+
13
+ //# sourceMappingURL=delete-recurring-task.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the recurring task was successfully deleted.\"),\n}).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":";;AAWA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,8CASH;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,EACtF,CAAC,CAAC,CAAC,SAAS,+HAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-task.ts
4
+ const MotionDeleteTaskInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the task to delete.") }).describe("Request model for deleting a task.");
5
+ const MotionDeleteTaskOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the task deletion was successful.") }).describe("Response model for delete task operation.\n\nReturns success confirmation of the deleted task.");
6
+ const motionDeleteTask = require_action.action("MOTION_DELETE_TASK", {
7
+ slug: "motion-delete-task",
8
+ name: "Delete Task",
9
+ 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.",
10
+ input: MotionDeleteTaskInput,
11
+ output: MotionDeleteTaskOutput
12
+ });
13
+ //#endregion
14
+ exports.motionDeleteTask = motionDeleteTask;
15
+
16
+ //# sourceMappingURL=delete-task.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\"),\n}).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":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,EACrF,CAAC,CAAC,CAAC,SAAS,gGAAgG;AAE5G,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-task.d.ts
4
+ declare const MotionDeleteTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteTask };
9
+ //# sourceMappingURL=delete-task.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-task.d.cts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEW;AAAA,cACpC,sBAAA,EAAwB,CAAA,CAAE,UAEsE;AAAA,cAEhG,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-task.d.ts
4
+ declare const MotionDeleteTaskInput: z.ZodTypeAny;
5
+ declare const MotionDeleteTaskOutput: z.ZodTypeAny;
6
+ declare const motionDeleteTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionDeleteTask };
9
+ //# sourceMappingURL=delete-task.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-task.d.mts","names":[],"sources":["../../src/actions/delete-task.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEW;AAAA,cACpC,sBAAA,EAAwB,CAAA,CAAE,UAEsE;AAAA,cAEhG,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionDeleteTask = action("MOTION_DELETE_TASK", {
4
+ slug: "motion-delete-task",
5
+ name: "Delete Task",
6
+ 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.",
7
+ input: z.object({ id: z.string().describe("The unique identifier of the task to delete.") }).describe("Request model for deleting a task."),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the task deletion was successful.") }).describe("Response model for delete task operation.\n\nReturns success confirmation of the deleted task.")
9
+ });
10
+ //#endregion
11
+ export { motionDeleteTask };
12
+
13
+ //# sourceMappingURL=delete-task.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the task deletion was successful.\"),\n}).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":";;AAWA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXiD,EAAE,OAAO,EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC,CAAC,CAAC,SAAS,oCASH;CACP,QATkD,EAAE,OAAO,EAC3D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,EACrF,CAAC,CAAC,CAAC,SAAS,gGAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-my-user.ts
4
+ const MotionGetMyUserInput = zod.z.object({}).describe("Request model for getting information on the owner of the API key.\nThis endpoint requires no parameters.");
5
+ const MotionGetMyUserOutput = zod.z.object({
6
+ id: zod.z.string().describe("The user ID"),
7
+ name: zod.z.string().describe("The name of the user"),
8
+ email: zod.z.string().describe("The email of the user")
9
+ }).describe("Response model for the user information.");
10
+ const motionGetMyUser = require_action.action("MOTION_GET_MY_USER", {
11
+ slug: "motion-get-my-user",
12
+ name: "Get My User Information",
13
+ 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.",
14
+ input: MotionGetMyUserInput,
15
+ output: MotionGetMyUserOutput
16
+ });
17
+ //#endregion
18
+ exports.motionGetMyUser = motionGetMyUser;
19
+
20
+ //# sourceMappingURL=get-my-user.cjs.map
@@ -0,0 +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.ZodTypeAny = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The user ID\"),\n name: z.string().describe(\"The name of the user\"),\n email: z.string().describe(\"The email of the user\"),\n}).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":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAA2G;AACnL,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACrC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;AACpD,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,kBAAkBC,eAAAA,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-my-user.d.ts
4
+ declare const MotionGetMyUserInput: z.ZodTypeAny;
5
+ declare const MotionGetMyUserOutput: z.ZodTypeAny;
6
+ declare const motionGetMyUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionGetMyUser };
9
+ //# sourceMappingURL=get-my-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-my-user.d.cts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAA+I;AAAA,cACvK,qBAAA,EAAuB,CAAA,CAAE,UAIiB;AAAA,cAE1C,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-my-user.d.ts
4
+ declare const MotionGetMyUserInput: z.ZodTypeAny;
5
+ declare const MotionGetMyUserOutput: z.ZodTypeAny;
6
+ declare const motionGetMyUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionGetMyUser };
9
+ //# sourceMappingURL=get-my-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-my-user.d.mts","names":[],"sources":["../../src/actions/get-my-user.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAA+I;AAAA,cACvK,qBAAA,EAAuB,CAAA,CAAE,UAIiB;AAAA,cAE1C,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const motionGetMyUser = action("MOTION_GET_MY_USER", {
4
+ slug: "motion-get-my-user",
5
+ name: "Get My User Information",
6
+ 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.",
7
+ input: z.object({}).describe("Request model for getting information on the owner of the API key.\nThis endpoint requires no parameters."),
8
+ output: z.object({
9
+ id: z.string().describe("The user ID"),
10
+ name: z.string().describe("The name of the user"),
11
+ email: z.string().describe("The email of the user")
12
+ }).describe("Response model for the user information.")
13
+ });
14
+ //#endregion
15
+ export { motionGetMyUser };
16
+
17
+ //# sourceMappingURL=get-my-user.mjs.map
@@ -0,0 +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.ZodTypeAny = z.object({}).describe(\"Request model for getting information on the owner of the API key.\\nThis endpoint requires no parameters.\");\nexport const MotionGetMyUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The user ID\"),\n name: z.string().describe(\"The name of the user\"),\n email: z.string().describe(\"The email of the user\"),\n}).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":";;AAWA,MAAa,kBAAkB,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAW/D;CACP,QAXiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;EACrC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACpD,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-project.ts
4
+ const MotionGetProjectInput = zod.z.object({ id: zod.z.string().describe("The ID of the project to retrieve") }).describe("Request model for getting a single project by ID.");
5
+ const MotionGetProject_ProjectStatusSchema = zod.z.object({
6
+ name: zod.z.string().describe("The name of the status").nullable().optional(),
7
+ isDefaultStatus: zod.z.boolean().describe("Whether this is the default status for the workspace").nullable().optional(),
8
+ isResolvedStatus: zod.z.boolean().describe("Whether this status represents a completed/resolved state").nullable().optional()
9
+ }).describe("Status information for a project.");
10
+ const MotionGetProjectOutput = zod.z.object({
11
+ id: zod.z.string().describe("The unique identifier of the project"),
12
+ name: zod.z.string().describe("The name of the project"),
13
+ status: MotionGetProject_ProjectStatusSchema.nullable().optional(),
14
+ createdTime: zod.z.string().describe("The timestamp when the project was created").nullable().optional(),
15
+ description: zod.z.string().describe("The HTML contents of the project description").nullable().optional(),
16
+ updatedTime: zod.z.string().describe("The timestamp when the project was last updated").nullable().optional(),
17
+ workspaceId: zod.z.string().describe("The ID of the workspace this project belongs to"),
18
+ customFieldValues: zod.z.object({}).describe("Custom field values for the project, where keys are field IDs and values are field value objects").nullable().optional()
19
+ }).describe("Response model for a project.");
20
+ const motionGetProject = require_action.action("MOTION_GET_PROJECT", {
21
+ slug: "motion-get-project",
22
+ name: "Get Project",
23
+ 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.",
24
+ input: MotionGetProjectInput,
25
+ output: MotionGetProjectOutput
26
+ });
27
+ //#endregion
28
+ exports.motionGetProject = motionGetProject;
29
+
30
+ //# sourceMappingURL=get-project.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = 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}).describe(\"Status information for a project.\");\nexport const MotionGetProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project\"),\n name: z.string().describe(\"The name of the project\"),\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\"),\n customFieldValues: z.object({}).describe(\"Custom field values for the project, where keys are field IDs and values are field value objects\").nullable().optional(),\n}).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":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC7D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,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,SAAS,mCAAmC;AAC/C,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,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;CAClF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAE3C,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project.d.ts
4
+ declare const MotionGetProjectInput: z.ZodTypeAny;
5
+ declare const MotionGetProjectOutput: z.ZodTypeAny;
6
+ declare const motionGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionGetProject };
9
+ //# sourceMappingURL=get-project.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAE0B;AAAA,cAMnD,sBAAA,EAAwB,CAAA,CAAE,UASK;AAAA,cAE/B,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project.d.ts
4
+ declare const MotionGetProjectInput: z.ZodTypeAny;
5
+ declare const MotionGetProjectOutput: z.ZodTypeAny;
6
+ declare const motionGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { motionGetProject };
9
+ //# sourceMappingURL=get-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAE0B;AAAA,cAMnD,sBAAA,EAAwB,CAAA,CAAE,UASK;AAAA,cAE/B,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}