@keystrokehq/shortcut 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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-category.cjs +29 -0
- package/dist/actions/create-category.cjs.map +1 -0
- package/dist/actions/create-category.d.cts +9 -0
- package/dist/actions/create-category.d.cts.map +1 -0
- package/dist/actions/create-category.d.mts +9 -0
- package/dist/actions/create-category.d.mts.map +1 -0
- package/dist/actions/create-category.mjs +26 -0
- package/dist/actions/create-category.mjs.map +1 -0
- package/dist/actions/create-doc.cjs +24 -0
- package/dist/actions/create-doc.cjs.map +1 -0
- package/dist/actions/create-doc.d.cts +9 -0
- package/dist/actions/create-doc.d.cts.map +1 -0
- package/dist/actions/create-doc.d.mts +9 -0
- package/dist/actions/create-doc.d.mts.map +1 -0
- package/dist/actions/create-doc.mjs +21 -0
- package/dist/actions/create-doc.mjs.map +1 -0
- package/dist/actions/create-entity-template.cjs +137 -0
- package/dist/actions/create-entity-template.cjs.map +1 -0
- package/dist/actions/create-entity-template.d.cts +9 -0
- package/dist/actions/create-entity-template.d.cts.map +1 -0
- package/dist/actions/create-entity-template.d.mts +9 -0
- package/dist/actions/create-entity-template.d.mts.map +1 -0
- package/dist/actions/create-entity-template.mjs +136 -0
- package/dist/actions/create-entity-template.mjs.map +1 -0
- package/dist/actions/create-epic-comment-comment.cjs +38 -0
- package/dist/actions/create-epic-comment-comment.cjs.map +1 -0
- package/dist/actions/create-epic-comment-comment.d.cts +9 -0
- package/dist/actions/create-epic-comment-comment.d.cts.map +1 -0
- package/dist/actions/create-epic-comment-comment.d.mts +9 -0
- package/dist/actions/create-epic-comment-comment.d.mts.map +1 -0
- package/dist/actions/create-epic-comment-comment.mjs +35 -0
- package/dist/actions/create-epic-comment-comment.mjs.map +1 -0
- package/dist/actions/create-epic-comment.cjs +37 -0
- package/dist/actions/create-epic-comment.cjs.map +1 -0
- package/dist/actions/create-epic-comment.d.cts +9 -0
- package/dist/actions/create-epic-comment.d.cts.map +1 -0
- package/dist/actions/create-epic-comment.d.mts +9 -0
- package/dist/actions/create-epic-comment.d.mts.map +1 -0
- package/dist/actions/create-epic-comment.mjs +34 -0
- package/dist/actions/create-epic-comment.mjs.map +1 -0
- package/dist/actions/create-epic-health.cjs +35 -0
- package/dist/actions/create-epic-health.cjs.map +1 -0
- package/dist/actions/create-epic-health.d.cts +9 -0
- package/dist/actions/create-epic-health.d.cts.map +1 -0
- package/dist/actions/create-epic-health.d.mts +9 -0
- package/dist/actions/create-epic-health.d.mts.map +1 -0
- package/dist/actions/create-epic-health.mjs +32 -0
- package/dist/actions/create-epic-health.mjs.map +1 -0
- package/dist/actions/create-epic.cjs +144 -0
- package/dist/actions/create-epic.cjs.map +1 -0
- package/dist/actions/create-epic.d.cts +9 -0
- package/dist/actions/create-epic.d.cts.map +1 -0
- package/dist/actions/create-epic.d.mts +9 -0
- package/dist/actions/create-epic.d.mts.map +1 -0
- package/dist/actions/create-epic.mjs +143 -0
- package/dist/actions/create-epic.mjs.map +1 -0
- package/dist/actions/create-generic-integration.cjs +29 -0
- package/dist/actions/create-generic-integration.cjs.map +1 -0
- package/dist/actions/create-generic-integration.d.cts +9 -0
- package/dist/actions/create-generic-integration.d.cts.map +1 -0
- package/dist/actions/create-generic-integration.d.mts +9 -0
- package/dist/actions/create-generic-integration.d.mts.map +1 -0
- package/dist/actions/create-generic-integration.mjs +26 -0
- package/dist/actions/create-generic-integration.mjs.map +1 -0
- package/dist/actions/create-group.cjs +69 -0
- package/dist/actions/create-group.cjs.map +1 -0
- package/dist/actions/create-group.d.cts +9 -0
- package/dist/actions/create-group.d.cts.map +1 -0
- package/dist/actions/create-group.d.mts +9 -0
- package/dist/actions/create-group.d.mts.map +1 -0
- package/dist/actions/create-group.mjs +68 -0
- package/dist/actions/create-group.mjs.map +1 -0
- package/dist/actions/create-iteration.cjs +75 -0
- package/dist/actions/create-iteration.cjs.map +1 -0
- package/dist/actions/create-iteration.d.cts +9 -0
- package/dist/actions/create-iteration.d.cts.map +1 -0
- package/dist/actions/create-iteration.d.mts +9 -0
- package/dist/actions/create-iteration.d.mts.map +1 -0
- package/dist/actions/create-iteration.mjs +74 -0
- package/dist/actions/create-iteration.mjs.map +1 -0
- package/dist/actions/create-label.cjs +53 -0
- package/dist/actions/create-label.cjs.map +1 -0
- package/dist/actions/create-label.d.cts +9 -0
- package/dist/actions/create-label.d.cts.map +1 -0
- package/dist/actions/create-label.d.mts +9 -0
- package/dist/actions/create-label.d.mts.map +1 -0
- package/dist/actions/create-label.mjs +52 -0
- package/dist/actions/create-label.mjs.map +1 -0
- package/dist/actions/create-linked-file.cjs +49 -0
- package/dist/actions/create-linked-file.cjs.map +1 -0
- package/dist/actions/create-linked-file.d.cts +9 -0
- package/dist/actions/create-linked-file.d.cts.map +1 -0
- package/dist/actions/create-linked-file.d.mts +9 -0
- package/dist/actions/create-linked-file.d.mts.map +1 -0
- package/dist/actions/create-linked-file.mjs +46 -0
- package/dist/actions/create-linked-file.mjs.map +1 -0
- package/dist/actions/create-multiple-stories.cjs +83 -0
- package/dist/actions/create-multiple-stories.cjs.map +1 -0
- package/dist/actions/create-multiple-stories.d.cts +9 -0
- package/dist/actions/create-multiple-stories.d.cts.map +1 -0
- package/dist/actions/create-multiple-stories.d.mts +9 -0
- package/dist/actions/create-multiple-stories.d.mts.map +1 -0
- package/dist/actions/create-multiple-stories.mjs +80 -0
- package/dist/actions/create-multiple-stories.mjs.map +1 -0
- package/dist/actions/create-objective.cjs +94 -0
- package/dist/actions/create-objective.cjs.map +1 -0
- package/dist/actions/create-objective.d.cts +9 -0
- package/dist/actions/create-objective.d.cts.map +1 -0
- package/dist/actions/create-objective.d.mts +9 -0
- package/dist/actions/create-objective.d.mts.map +1 -0
- package/dist/actions/create-objective.mjs +93 -0
- package/dist/actions/create-objective.mjs.map +1 -0
- package/dist/actions/create-project.cjs +47 -0
- package/dist/actions/create-project.cjs.map +1 -0
- package/dist/actions/create-project.d.cts +9 -0
- package/dist/actions/create-project.d.cts.map +1 -0
- package/dist/actions/create-project.d.mts +9 -0
- package/dist/actions/create-project.d.mts.map +1 -0
- package/dist/actions/create-project.mjs +44 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-story-comment.cjs +38 -0
- package/dist/actions/create-story-comment.cjs.map +1 -0
- package/dist/actions/create-story-comment.d.cts +9 -0
- package/dist/actions/create-story-comment.d.cts.map +1 -0
- package/dist/actions/create-story-comment.d.mts +9 -0
- package/dist/actions/create-story-comment.d.mts.map +1 -0
- package/dist/actions/create-story-comment.mjs +35 -0
- package/dist/actions/create-story-comment.mjs.map +1 -0
- package/dist/actions/create-story-from-template.cjs +295 -0
- package/dist/actions/create-story-from-template.cjs.map +1 -0
- package/dist/actions/create-story-from-template.d.cts +9 -0
- package/dist/actions/create-story-from-template.d.cts.map +1 -0
- package/dist/actions/create-story-from-template.d.mts +9 -0
- package/dist/actions/create-story-from-template.d.mts.map +1 -0
- package/dist/actions/create-story-from-template.mjs +294 -0
- package/dist/actions/create-story-from-template.mjs.map +1 -0
- package/dist/actions/create-story-link.cjs +32 -0
- package/dist/actions/create-story-link.cjs.map +1 -0
- package/dist/actions/create-story-link.d.cts +9 -0
- package/dist/actions/create-story-link.d.cts.map +1 -0
- package/dist/actions/create-story-link.d.mts +9 -0
- package/dist/actions/create-story-link.d.mts.map +1 -0
- package/dist/actions/create-story-link.mjs +29 -0
- package/dist/actions/create-story-link.mjs.map +1 -0
- package/dist/actions/create-story-reaction.cjs +20 -0
- package/dist/actions/create-story-reaction.cjs.map +1 -0
- package/dist/actions/create-story-reaction.d.cts +9 -0
- package/dist/actions/create-story-reaction.d.cts.map +1 -0
- package/dist/actions/create-story-reaction.d.mts +9 -0
- package/dist/actions/create-story-reaction.d.mts.map +1 -0
- package/dist/actions/create-story-reaction.mjs +17 -0
- package/dist/actions/create-story-reaction.mjs.map +1 -0
- package/dist/actions/create-story.cjs +145 -0
- package/dist/actions/create-story.cjs.map +1 -0
- package/dist/actions/create-story.d.cts +9 -0
- package/dist/actions/create-story.d.cts.map +1 -0
- package/dist/actions/create-story.d.mts +9 -0
- package/dist/actions/create-story.d.mts.map +1 -0
- package/dist/actions/create-story.mjs +144 -0
- package/dist/actions/create-story.mjs.map +1 -0
- package/dist/actions/create-task.cjs +93 -0
- package/dist/actions/create-task.cjs.map +1 -0
- package/dist/actions/create-task.d.cts +9 -0
- package/dist/actions/create-task.d.cts.map +1 -0
- package/dist/actions/create-task.d.mts +9 -0
- package/dist/actions/create-task.d.mts.map +1 -0
- package/dist/actions/create-task.mjs +92 -0
- package/dist/actions/create-task.mjs.map +1 -0
- package/dist/actions/delete-category.cjs +16 -0
- package/dist/actions/delete-category.cjs.map +1 -0
- package/dist/actions/delete-category.d.cts +9 -0
- package/dist/actions/delete-category.d.cts.map +1 -0
- package/dist/actions/delete-category.d.mts +9 -0
- package/dist/actions/delete-category.d.mts.map +1 -0
- package/dist/actions/delete-category.mjs +13 -0
- package/dist/actions/delete-category.mjs.map +1 -0
- package/dist/actions/delete-custom-field.cjs +16 -0
- package/dist/actions/delete-custom-field.cjs.map +1 -0
- package/dist/actions/delete-custom-field.d.cts +9 -0
- package/dist/actions/delete-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-custom-field.d.mts +9 -0
- package/dist/actions/delete-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-custom-field.mjs +13 -0
- package/dist/actions/delete-custom-field.mjs.map +1 -0
- package/dist/actions/delete-doc.cjs +16 -0
- package/dist/actions/delete-doc.cjs.map +1 -0
- package/dist/actions/delete-doc.d.cts +9 -0
- package/dist/actions/delete-doc.d.cts.map +1 -0
- package/dist/actions/delete-doc.d.mts +9 -0
- package/dist/actions/delete-doc.d.mts.map +1 -0
- package/dist/actions/delete-doc.mjs +13 -0
- package/dist/actions/delete-doc.mjs.map +1 -0
- package/dist/actions/delete-entity-template.cjs +16 -0
- package/dist/actions/delete-entity-template.cjs.map +1 -0
- package/dist/actions/delete-entity-template.d.cts +9 -0
- package/dist/actions/delete-entity-template.d.cts.map +1 -0
- package/dist/actions/delete-entity-template.d.mts +9 -0
- package/dist/actions/delete-entity-template.d.mts.map +1 -0
- package/dist/actions/delete-entity-template.mjs +13 -0
- package/dist/actions/delete-entity-template.mjs.map +1 -0
- package/dist/actions/delete-epic-comment.cjs +19 -0
- package/dist/actions/delete-epic-comment.cjs.map +1 -0
- package/dist/actions/delete-epic-comment.d.cts +9 -0
- package/dist/actions/delete-epic-comment.d.cts.map +1 -0
- package/dist/actions/delete-epic-comment.d.mts +9 -0
- package/dist/actions/delete-epic-comment.d.mts.map +1 -0
- package/dist/actions/delete-epic-comment.mjs +16 -0
- package/dist/actions/delete-epic-comment.mjs.map +1 -0
- package/dist/actions/delete-epic.cjs +16 -0
- package/dist/actions/delete-epic.cjs.map +1 -0
- package/dist/actions/delete-epic.d.cts +9 -0
- package/dist/actions/delete-epic.d.cts.map +1 -0
- package/dist/actions/delete-epic.d.mts +9 -0
- package/dist/actions/delete-epic.d.mts.map +1 -0
- package/dist/actions/delete-epic.mjs +13 -0
- package/dist/actions/delete-epic.mjs.map +1 -0
- package/dist/actions/delete-file.cjs +16 -0
- package/dist/actions/delete-file.cjs.map +1 -0
- package/dist/actions/delete-file.d.cts +9 -0
- package/dist/actions/delete-file.d.cts.map +1 -0
- package/dist/actions/delete-file.d.mts +9 -0
- package/dist/actions/delete-file.d.mts.map +1 -0
- package/dist/actions/delete-file.mjs +13 -0
- package/dist/actions/delete-file.mjs.map +1 -0
- package/dist/actions/delete-generic-integration.cjs +16 -0
- package/dist/actions/delete-generic-integration.cjs.map +1 -0
- package/dist/actions/delete-generic-integration.d.cts +9 -0
- package/dist/actions/delete-generic-integration.d.cts.map +1 -0
- package/dist/actions/delete-generic-integration.d.mts +9 -0
- package/dist/actions/delete-generic-integration.d.mts.map +1 -0
- package/dist/actions/delete-generic-integration.mjs +13 -0
- package/dist/actions/delete-generic-integration.mjs.map +1 -0
- package/dist/actions/delete-iteration.cjs +16 -0
- package/dist/actions/delete-iteration.cjs.map +1 -0
- package/dist/actions/delete-iteration.d.cts +9 -0
- package/dist/actions/delete-iteration.d.cts.map +1 -0
- package/dist/actions/delete-iteration.d.mts +9 -0
- package/dist/actions/delete-iteration.d.mts.map +1 -0
- package/dist/actions/delete-iteration.mjs +13 -0
- package/dist/actions/delete-iteration.mjs.map +1 -0
- package/dist/actions/delete-label.cjs +16 -0
- package/dist/actions/delete-label.cjs.map +1 -0
- package/dist/actions/delete-label.d.cts +9 -0
- package/dist/actions/delete-label.d.cts.map +1 -0
- package/dist/actions/delete-label.d.mts +9 -0
- package/dist/actions/delete-label.d.mts.map +1 -0
- package/dist/actions/delete-label.mjs +13 -0
- package/dist/actions/delete-label.mjs.map +1 -0
- package/dist/actions/delete-linked-file.cjs +16 -0
- package/dist/actions/delete-linked-file.cjs.map +1 -0
- package/dist/actions/delete-linked-file.d.cts +9 -0
- package/dist/actions/delete-linked-file.d.cts.map +1 -0
- package/dist/actions/delete-linked-file.d.mts +9 -0
- package/dist/actions/delete-linked-file.d.mts.map +1 -0
- package/dist/actions/delete-linked-file.mjs +13 -0
- package/dist/actions/delete-linked-file.mjs.map +1 -0
- package/dist/actions/delete-multiple-stories.cjs +16 -0
- package/dist/actions/delete-multiple-stories.cjs.map +1 -0
- package/dist/actions/delete-multiple-stories.d.cts +9 -0
- package/dist/actions/delete-multiple-stories.d.cts.map +1 -0
- package/dist/actions/delete-multiple-stories.d.mts +9 -0
- package/dist/actions/delete-multiple-stories.d.mts.map +1 -0
- package/dist/actions/delete-multiple-stories.mjs +13 -0
- package/dist/actions/delete-multiple-stories.mjs.map +1 -0
- package/dist/actions/delete-objective.cjs +16 -0
- package/dist/actions/delete-objective.cjs.map +1 -0
- package/dist/actions/delete-objective.d.cts +9 -0
- package/dist/actions/delete-objective.d.cts.map +1 -0
- package/dist/actions/delete-objective.d.mts +9 -0
- package/dist/actions/delete-objective.d.mts.map +1 -0
- package/dist/actions/delete-objective.mjs +13 -0
- package/dist/actions/delete-objective.mjs.map +1 -0
- package/dist/actions/delete-project.cjs +16 -0
- package/dist/actions/delete-project.cjs.map +1 -0
- package/dist/actions/delete-project.d.cts +9 -0
- package/dist/actions/delete-project.d.cts.map +1 -0
- package/dist/actions/delete-project.d.mts +9 -0
- package/dist/actions/delete-project.d.mts.map +1 -0
- package/dist/actions/delete-project.mjs +13 -0
- package/dist/actions/delete-project.mjs.map +1 -0
- package/dist/actions/delete-story-comment.cjs +19 -0
- package/dist/actions/delete-story-comment.cjs.map +1 -0
- package/dist/actions/delete-story-comment.d.cts +9 -0
- package/dist/actions/delete-story-comment.d.cts.map +1 -0
- package/dist/actions/delete-story-comment.d.mts +9 -0
- package/dist/actions/delete-story-comment.d.mts.map +1 -0
- package/dist/actions/delete-story-comment.mjs +16 -0
- package/dist/actions/delete-story-comment.mjs.map +1 -0
- package/dist/actions/delete-story-link.cjs +16 -0
- package/dist/actions/delete-story-link.cjs.map +1 -0
- package/dist/actions/delete-story-link.d.cts +9 -0
- package/dist/actions/delete-story-link.d.cts.map +1 -0
- package/dist/actions/delete-story-link.d.mts +9 -0
- package/dist/actions/delete-story-link.d.mts.map +1 -0
- package/dist/actions/delete-story-link.mjs +13 -0
- package/dist/actions/delete-story-link.mjs.map +1 -0
- package/dist/actions/delete-story-reaction.cjs +20 -0
- package/dist/actions/delete-story-reaction.cjs.map +1 -0
- package/dist/actions/delete-story-reaction.d.cts +9 -0
- package/dist/actions/delete-story-reaction.d.cts.map +1 -0
- package/dist/actions/delete-story-reaction.d.mts +9 -0
- package/dist/actions/delete-story-reaction.d.mts.map +1 -0
- package/dist/actions/delete-story-reaction.mjs +17 -0
- package/dist/actions/delete-story-reaction.mjs.map +1 -0
- package/dist/actions/delete-story.cjs +16 -0
- package/dist/actions/delete-story.cjs.map +1 -0
- package/dist/actions/delete-story.d.cts +9 -0
- package/dist/actions/delete-story.d.cts.map +1 -0
- package/dist/actions/delete-story.d.mts +9 -0
- package/dist/actions/delete-story.d.mts.map +1 -0
- package/dist/actions/delete-story.mjs +13 -0
- package/dist/actions/delete-story.mjs.map +1 -0
- package/dist/actions/delete-task.cjs +19 -0
- package/dist/actions/delete-task.cjs.map +1 -0
- package/dist/actions/delete-task.d.cts +9 -0
- package/dist/actions/delete-task.d.cts.map +1 -0
- package/dist/actions/delete-task.d.mts +9 -0
- package/dist/actions/delete-task.d.mts.map +1 -0
- package/dist/actions/delete-task.mjs +16 -0
- package/dist/actions/delete-task.mjs.map +1 -0
- package/dist/actions/disable-iterations.cjs +16 -0
- package/dist/actions/disable-iterations.cjs.map +1 -0
- package/dist/actions/disable-iterations.d.cts +9 -0
- package/dist/actions/disable-iterations.d.cts.map +1 -0
- package/dist/actions/disable-iterations.d.mts +9 -0
- package/dist/actions/disable-iterations.d.mts.map +1 -0
- package/dist/actions/disable-iterations.mjs +13 -0
- package/dist/actions/disable-iterations.mjs.map +1 -0
- package/dist/actions/disable-story-templates.cjs +16 -0
- package/dist/actions/disable-story-templates.cjs.map +1 -0
- package/dist/actions/disable-story-templates.d.cts +9 -0
- package/dist/actions/disable-story-templates.d.cts.map +1 -0
- package/dist/actions/disable-story-templates.d.mts +9 -0
- package/dist/actions/disable-story-templates.d.mts.map +1 -0
- package/dist/actions/disable-story-templates.mjs +13 -0
- package/dist/actions/disable-story-templates.mjs.map +1 -0
- package/dist/actions/enable-iterations.cjs +16 -0
- package/dist/actions/enable-iterations.cjs.map +1 -0
- package/dist/actions/enable-iterations.d.cts +9 -0
- package/dist/actions/enable-iterations.d.cts.map +1 -0
- package/dist/actions/enable-iterations.d.mts +9 -0
- package/dist/actions/enable-iterations.d.mts.map +1 -0
- package/dist/actions/enable-iterations.mjs +13 -0
- package/dist/actions/enable-iterations.mjs.map +1 -0
- package/dist/actions/enable-story-templates.cjs +16 -0
- package/dist/actions/enable-story-templates.cjs.map +1 -0
- package/dist/actions/enable-story-templates.d.cts +9 -0
- package/dist/actions/enable-story-templates.d.cts.map +1 -0
- package/dist/actions/enable-story-templates.d.mts +9 -0
- package/dist/actions/enable-story-templates.d.mts.map +1 -0
- package/dist/actions/enable-story-templates.mjs +13 -0
- package/dist/actions/enable-story-templates.mjs.map +1 -0
- package/dist/actions/get-category.cjs +25 -0
- package/dist/actions/get-category.cjs.map +1 -0
- package/dist/actions/get-category.d.cts +9 -0
- package/dist/actions/get-category.d.cts.map +1 -0
- package/dist/actions/get-category.d.mts +9 -0
- package/dist/actions/get-category.d.mts.map +1 -0
- package/dist/actions/get-category.mjs +22 -0
- package/dist/actions/get-category.mjs.map +1 -0
- package/dist/actions/get-current-member-info.cjs +39 -0
- package/dist/actions/get-current-member-info.cjs.map +1 -0
- package/dist/actions/get-current-member-info.d.cts +9 -0
- package/dist/actions/get-current-member-info.d.cts.map +1 -0
- package/dist/actions/get-current-member-info.d.mts +9 -0
- package/dist/actions/get-current-member-info.d.mts.map +1 -0
- package/dist/actions/get-current-member-info.mjs +38 -0
- package/dist/actions/get-current-member-info.mjs.map +1 -0
- package/dist/actions/get-custom-field.cjs +36 -0
- package/dist/actions/get-custom-field.cjs.map +1 -0
- package/dist/actions/get-custom-field.d.cts +9 -0
- package/dist/actions/get-custom-field.d.cts.map +1 -0
- package/dist/actions/get-custom-field.d.mts +9 -0
- package/dist/actions/get-custom-field.d.mts.map +1 -0
- package/dist/actions/get-custom-field.mjs +35 -0
- package/dist/actions/get-custom-field.mjs.map +1 -0
- package/dist/actions/get-doc.cjs +28 -0
- package/dist/actions/get-doc.cjs.map +1 -0
- package/dist/actions/get-doc.d.cts +9 -0
- package/dist/actions/get-doc.d.cts.map +1 -0
- package/dist/actions/get-doc.d.mts +9 -0
- package/dist/actions/get-doc.d.mts.map +1 -0
- package/dist/actions/get-doc.mjs +25 -0
- package/dist/actions/get-doc.mjs.map +1 -0
- package/dist/actions/get-entity-template.cjs +119 -0
- package/dist/actions/get-entity-template.cjs.map +1 -0
- package/dist/actions/get-entity-template.d.cts +9 -0
- package/dist/actions/get-entity-template.d.cts.map +1 -0
- package/dist/actions/get-entity-template.d.mts +9 -0
- package/dist/actions/get-entity-template.d.mts.map +1 -0
- package/dist/actions/get-entity-template.mjs +118 -0
- package/dist/actions/get-entity-template.mjs.map +1 -0
- package/dist/actions/get-epic-comment.cjs +33 -0
- package/dist/actions/get-epic-comment.cjs.map +1 -0
- package/dist/actions/get-epic-comment.d.cts +9 -0
- package/dist/actions/get-epic-comment.d.cts.map +1 -0
- package/dist/actions/get-epic-comment.d.mts +9 -0
- package/dist/actions/get-epic-comment.d.mts.map +1 -0
- package/dist/actions/get-epic-comment.mjs +30 -0
- package/dist/actions/get-epic-comment.mjs.map +1 -0
- package/dist/actions/get-epic-health.cjs +26 -0
- package/dist/actions/get-epic-health.cjs.map +1 -0
- package/dist/actions/get-epic-health.d.cts +9 -0
- package/dist/actions/get-epic-health.d.cts.map +1 -0
- package/dist/actions/get-epic-health.d.mts +9 -0
- package/dist/actions/get-epic-health.d.mts.map +1 -0
- package/dist/actions/get-epic-health.mjs +23 -0
- package/dist/actions/get-epic-health.mjs.map +1 -0
- package/dist/actions/get-epic-workflow.cjs +34 -0
- package/dist/actions/get-epic-workflow.cjs.map +1 -0
- package/dist/actions/get-epic-workflow.d.cts +9 -0
- package/dist/actions/get-epic-workflow.d.cts.map +1 -0
- package/dist/actions/get-epic-workflow.d.mts +9 -0
- package/dist/actions/get-epic-workflow.d.mts.map +1 -0
- package/dist/actions/get-epic-workflow.mjs +33 -0
- package/dist/actions/get-epic-workflow.mjs.map +1 -0
- package/dist/actions/get-epic.cjs +116 -0
- package/dist/actions/get-epic.cjs.map +1 -0
- package/dist/actions/get-epic.d.cts +9 -0
- package/dist/actions/get-epic.d.cts.map +1 -0
- package/dist/actions/get-epic.d.mts +9 -0
- package/dist/actions/get-epic.d.mts.map +1 -0
- package/dist/actions/get-epic.mjs +115 -0
- package/dist/actions/get-epic.mjs.map +1 -0
- package/dist/actions/get-external-link-stories.cjs +16 -0
- package/dist/actions/get-external-link-stories.cjs.map +1 -0
- package/dist/actions/get-external-link-stories.d.cts +9 -0
- package/dist/actions/get-external-link-stories.d.cts.map +1 -0
- package/dist/actions/get-external-link-stories.d.mts +9 -0
- package/dist/actions/get-external-link-stories.d.mts.map +1 -0
- package/dist/actions/get-external-link-stories.mjs +13 -0
- package/dist/actions/get-external-link-stories.mjs.map +1 -0
- package/dist/actions/get-file.cjs +34 -0
- package/dist/actions/get-file.cjs.map +1 -0
- package/dist/actions/get-file.d.cts +9 -0
- package/dist/actions/get-file.d.cts.map +1 -0
- package/dist/actions/get-file.d.mts +9 -0
- package/dist/actions/get-file.d.mts.map +1 -0
- package/dist/actions/get-file.mjs +31 -0
- package/dist/actions/get-file.mjs.map +1 -0
- package/dist/actions/get-generic-integration.cjs +26 -0
- package/dist/actions/get-generic-integration.cjs.map +1 -0
- package/dist/actions/get-generic-integration.d.cts +9 -0
- package/dist/actions/get-generic-integration.d.cts.map +1 -0
- package/dist/actions/get-generic-integration.d.mts +9 -0
- package/dist/actions/get-generic-integration.d.mts.map +1 -0
- package/dist/actions/get-generic-integration.mjs +23 -0
- package/dist/actions/get-generic-integration.mjs.map +1 -0
- package/dist/actions/get-group.cjs +43 -0
- package/dist/actions/get-group.cjs.map +1 -0
- package/dist/actions/get-group.d.cts +9 -0
- package/dist/actions/get-group.d.cts.map +1 -0
- package/dist/actions/get-group.d.mts +9 -0
- package/dist/actions/get-group.d.mts.map +1 -0
- package/dist/actions/get-group.mjs +42 -0
- package/dist/actions/get-group.mjs.map +1 -0
- package/dist/actions/get-iteration.cjs +63 -0
- package/dist/actions/get-iteration.cjs.map +1 -0
- package/dist/actions/get-iteration.d.cts +9 -0
- package/dist/actions/get-iteration.d.cts.map +1 -0
- package/dist/actions/get-iteration.d.mts +9 -0
- package/dist/actions/get-iteration.d.mts.map +1 -0
- package/dist/actions/get-iteration.mjs +62 -0
- package/dist/actions/get-iteration.mjs.map +1 -0
- package/dist/actions/get-key-result.cjs +33 -0
- package/dist/actions/get-key-result.cjs.map +1 -0
- package/dist/actions/get-key-result.d.cts +9 -0
- package/dist/actions/get-key-result.d.cts.map +1 -0
- package/dist/actions/get-key-result.d.mts +9 -0
- package/dist/actions/get-key-result.d.mts.map +1 -0
- package/dist/actions/get-key-result.mjs +32 -0
- package/dist/actions/get-key-result.mjs.map +1 -0
- package/dist/actions/get-label.cjs +48 -0
- package/dist/actions/get-label.cjs.map +1 -0
- package/dist/actions/get-label.d.cts +9 -0
- package/dist/actions/get-label.d.cts.map +1 -0
- package/dist/actions/get-label.d.mts +9 -0
- package/dist/actions/get-label.d.mts.map +1 -0
- package/dist/actions/get-label.mjs +47 -0
- package/dist/actions/get-label.mjs.map +1 -0
- package/dist/actions/get-linked-file.cjs +33 -0
- package/dist/actions/get-linked-file.cjs.map +1 -0
- package/dist/actions/get-linked-file.d.cts +9 -0
- package/dist/actions/get-linked-file.d.cts.map +1 -0
- package/dist/actions/get-linked-file.d.mts +9 -0
- package/dist/actions/get-linked-file.d.mts.map +1 -0
- package/dist/actions/get-linked-file.mjs +30 -0
- package/dist/actions/get-linked-file.mjs.map +1 -0
- package/dist/actions/get-member.cjs +58 -0
- package/dist/actions/get-member.cjs.map +1 -0
- package/dist/actions/get-member.d.cts +9 -0
- package/dist/actions/get-member.d.cts.map +1 -0
- package/dist/actions/get-member.d.mts +9 -0
- package/dist/actions/get-member.d.mts.map +1 -0
- package/dist/actions/get-member.mjs +57 -0
- package/dist/actions/get-member.mjs.map +1 -0
- package/dist/actions/get-objective.cjs +54 -0
- package/dist/actions/get-objective.cjs.map +1 -0
- package/dist/actions/get-objective.d.cts +9 -0
- package/dist/actions/get-objective.d.cts.map +1 -0
- package/dist/actions/get-objective.d.mts +9 -0
- package/dist/actions/get-objective.d.mts.map +1 -0
- package/dist/actions/get-objective.mjs +53 -0
- package/dist/actions/get-objective.mjs.map +1 -0
- package/dist/actions/get-project.cjs +42 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +41 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-repository.cjs +25 -0
- package/dist/actions/get-repository.cjs.map +1 -0
- package/dist/actions/get-repository.d.cts +9 -0
- package/dist/actions/get-repository.d.cts.map +1 -0
- package/dist/actions/get-repository.d.mts +9 -0
- package/dist/actions/get-repository.d.mts.map +1 -0
- package/dist/actions/get-repository.mjs +22 -0
- package/dist/actions/get-repository.mjs.map +1 -0
- package/dist/actions/get-story-comment.cjs +33 -0
- package/dist/actions/get-story-comment.cjs.map +1 -0
- package/dist/actions/get-story-comment.d.cts +9 -0
- package/dist/actions/get-story-comment.d.cts.map +1 -0
- package/dist/actions/get-story-comment.d.mts +9 -0
- package/dist/actions/get-story-comment.d.mts.map +1 -0
- package/dist/actions/get-story-comment.mjs +30 -0
- package/dist/actions/get-story-comment.mjs.map +1 -0
- package/dist/actions/get-story-link.cjs +28 -0
- package/dist/actions/get-story-link.cjs.map +1 -0
- package/dist/actions/get-story-link.d.cts +9 -0
- package/dist/actions/get-story-link.d.cts.map +1 -0
- package/dist/actions/get-story-link.d.mts +9 -0
- package/dist/actions/get-story-link.d.mts.map +1 -0
- package/dist/actions/get-story-link.mjs +25 -0
- package/dist/actions/get-story-link.mjs.map +1 -0
- package/dist/actions/get-story.cjs +89 -0
- package/dist/actions/get-story.cjs.map +1 -0
- package/dist/actions/get-story.d.cts +9 -0
- package/dist/actions/get-story.d.cts.map +1 -0
- package/dist/actions/get-story.d.mts +9 -0
- package/dist/actions/get-story.d.mts.map +1 -0
- package/dist/actions/get-story.mjs +88 -0
- package/dist/actions/get-story.mjs.map +1 -0
- package/dist/actions/get-task.cjs +34 -0
- package/dist/actions/get-task.cjs.map +1 -0
- package/dist/actions/get-task.d.cts +9 -0
- package/dist/actions/get-task.d.cts.map +1 -0
- package/dist/actions/get-task.d.mts +9 -0
- package/dist/actions/get-task.d.mts.map +1 -0
- package/dist/actions/get-task.mjs +31 -0
- package/dist/actions/get-task.mjs.map +1 -0
- package/dist/actions/get-workflow.cjs +43 -0
- package/dist/actions/get-workflow.cjs.map +1 -0
- package/dist/actions/get-workflow.d.cts +9 -0
- package/dist/actions/get-workflow.d.cts.map +1 -0
- package/dist/actions/get-workflow.d.mts +9 -0
- package/dist/actions/get-workflow.d.mts.map +1 -0
- package/dist/actions/get-workflow.mjs +42 -0
- package/dist/actions/get-workflow.mjs.map +1 -0
- package/dist/actions/index.cjs +273 -0
- package/dist/actions/index.d.cts +137 -0
- package/dist/actions/index.d.mts +137 -0
- package/dist/actions/index.mjs +137 -0
- package/dist/actions/link-document-to-epic.cjs +19 -0
- package/dist/actions/link-document-to-epic.cjs.map +1 -0
- package/dist/actions/link-document-to-epic.d.cts +9 -0
- package/dist/actions/link-document-to-epic.d.cts.map +1 -0
- package/dist/actions/link-document-to-epic.d.mts +9 -0
- package/dist/actions/link-document-to-epic.d.mts.map +1 -0
- package/dist/actions/link-document-to-epic.mjs +16 -0
- package/dist/actions/link-document-to-epic.mjs.map +1 -0
- package/dist/actions/list-categories.cjs +16 -0
- package/dist/actions/list-categories.cjs.map +1 -0
- package/dist/actions/list-categories.d.cts +9 -0
- package/dist/actions/list-categories.d.cts.map +1 -0
- package/dist/actions/list-categories.d.mts +9 -0
- package/dist/actions/list-categories.d.mts.map +1 -0
- package/dist/actions/list-categories.mjs +13 -0
- package/dist/actions/list-categories.mjs.map +1 -0
- package/dist/actions/list-category-milestones.cjs +16 -0
- package/dist/actions/list-category-milestones.cjs.map +1 -0
- package/dist/actions/list-category-milestones.d.cts +9 -0
- package/dist/actions/list-category-milestones.d.cts.map +1 -0
- package/dist/actions/list-category-milestones.d.mts +9 -0
- package/dist/actions/list-category-milestones.d.mts.map +1 -0
- package/dist/actions/list-category-milestones.mjs +13 -0
- package/dist/actions/list-category-milestones.mjs.map +1 -0
- package/dist/actions/list-category-objectives.cjs +16 -0
- package/dist/actions/list-category-objectives.cjs.map +1 -0
- package/dist/actions/list-category-objectives.d.cts +9 -0
- package/dist/actions/list-category-objectives.d.cts.map +1 -0
- package/dist/actions/list-category-objectives.d.mts +9 -0
- package/dist/actions/list-category-objectives.d.mts.map +1 -0
- package/dist/actions/list-category-objectives.mjs +13 -0
- package/dist/actions/list-category-objectives.mjs.map +1 -0
- package/dist/actions/list-custom-fields.cjs +16 -0
- package/dist/actions/list-custom-fields.cjs.map +1 -0
- package/dist/actions/list-custom-fields.d.cts +9 -0
- package/dist/actions/list-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-custom-fields.d.mts +9 -0
- package/dist/actions/list-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-custom-fields.mjs +13 -0
- package/dist/actions/list-custom-fields.mjs.map +1 -0
- package/dist/actions/list-docs.cjs +16 -0
- package/dist/actions/list-docs.cjs.map +1 -0
- package/dist/actions/list-docs.d.cts +9 -0
- package/dist/actions/list-docs.d.cts.map +1 -0
- package/dist/actions/list-docs.d.mts +9 -0
- package/dist/actions/list-docs.d.mts.map +1 -0
- package/dist/actions/list-docs.mjs +13 -0
- package/dist/actions/list-docs.mjs.map +1 -0
- package/dist/actions/list-document-epics.cjs +16 -0
- package/dist/actions/list-document-epics.cjs.map +1 -0
- package/dist/actions/list-document-epics.d.cts +9 -0
- package/dist/actions/list-document-epics.d.cts.map +1 -0
- package/dist/actions/list-document-epics.d.mts +9 -0
- package/dist/actions/list-document-epics.d.mts.map +1 -0
- package/dist/actions/list-document-epics.mjs +13 -0
- package/dist/actions/list-document-epics.mjs.map +1 -0
- package/dist/actions/list-entity-templates.cjs +16 -0
- package/dist/actions/list-entity-templates.cjs.map +1 -0
- package/dist/actions/list-entity-templates.d.cts +9 -0
- package/dist/actions/list-entity-templates.d.cts.map +1 -0
- package/dist/actions/list-entity-templates.d.mts +9 -0
- package/dist/actions/list-entity-templates.d.mts.map +1 -0
- package/dist/actions/list-entity-templates.mjs +13 -0
- package/dist/actions/list-entity-templates.mjs.map +1 -0
- package/dist/actions/list-epic-comments.cjs +16 -0
- package/dist/actions/list-epic-comments.cjs.map +1 -0
- package/dist/actions/list-epic-comments.d.cts +9 -0
- package/dist/actions/list-epic-comments.d.cts.map +1 -0
- package/dist/actions/list-epic-comments.d.mts +9 -0
- package/dist/actions/list-epic-comments.d.mts.map +1 -0
- package/dist/actions/list-epic-comments.mjs +13 -0
- package/dist/actions/list-epic-comments.mjs.map +1 -0
- package/dist/actions/list-epic-documents.cjs +16 -0
- package/dist/actions/list-epic-documents.cjs.map +1 -0
- package/dist/actions/list-epic-documents.d.cts +9 -0
- package/dist/actions/list-epic-documents.d.cts.map +1 -0
- package/dist/actions/list-epic-documents.d.mts +9 -0
- package/dist/actions/list-epic-documents.d.mts.map +1 -0
- package/dist/actions/list-epic-documents.mjs +13 -0
- package/dist/actions/list-epic-documents.mjs.map +1 -0
- package/dist/actions/list-epic-healths.cjs +16 -0
- package/dist/actions/list-epic-healths.cjs.map +1 -0
- package/dist/actions/list-epic-healths.d.cts +9 -0
- package/dist/actions/list-epic-healths.d.cts.map +1 -0
- package/dist/actions/list-epic-healths.d.mts +9 -0
- package/dist/actions/list-epic-healths.d.mts.map +1 -0
- package/dist/actions/list-epic-healths.mjs +13 -0
- package/dist/actions/list-epic-healths.mjs.map +1 -0
- package/dist/actions/list-epic-stories.cjs +19 -0
- package/dist/actions/list-epic-stories.cjs.map +1 -0
- package/dist/actions/list-epic-stories.d.cts +9 -0
- package/dist/actions/list-epic-stories.d.cts.map +1 -0
- package/dist/actions/list-epic-stories.d.mts +9 -0
- package/dist/actions/list-epic-stories.d.mts.map +1 -0
- package/dist/actions/list-epic-stories.mjs +16 -0
- package/dist/actions/list-epic-stories.mjs.map +1 -0
- package/dist/actions/list-epics-paginated.cjs +73 -0
- package/dist/actions/list-epics-paginated.cjs.map +1 -0
- package/dist/actions/list-epics-paginated.d.cts +9 -0
- package/dist/actions/list-epics-paginated.d.cts.map +1 -0
- package/dist/actions/list-epics-paginated.d.mts +9 -0
- package/dist/actions/list-epics-paginated.d.mts.map +1 -0
- package/dist/actions/list-epics-paginated.mjs +72 -0
- package/dist/actions/list-epics-paginated.mjs.map +1 -0
- package/dist/actions/list-epics.cjs +16 -0
- package/dist/actions/list-epics.cjs.map +1 -0
- package/dist/actions/list-epics.d.cts +9 -0
- package/dist/actions/list-epics.d.cts.map +1 -0
- package/dist/actions/list-epics.d.mts +9 -0
- package/dist/actions/list-epics.d.mts.map +1 -0
- package/dist/actions/list-epics.mjs +13 -0
- package/dist/actions/list-epics.mjs.map +1 -0
- package/dist/actions/list-files.cjs +16 -0
- package/dist/actions/list-files.cjs.map +1 -0
- package/dist/actions/list-files.d.cts +9 -0
- package/dist/actions/list-files.d.cts.map +1 -0
- package/dist/actions/list-files.d.mts +9 -0
- package/dist/actions/list-files.d.mts.map +1 -0
- package/dist/actions/list-files.mjs +13 -0
- package/dist/actions/list-files.mjs.map +1 -0
- package/dist/actions/list-group-stories.cjs +20 -0
- package/dist/actions/list-group-stories.cjs.map +1 -0
- package/dist/actions/list-group-stories.d.cts +9 -0
- package/dist/actions/list-group-stories.d.cts.map +1 -0
- package/dist/actions/list-group-stories.d.mts +9 -0
- package/dist/actions/list-group-stories.d.mts.map +1 -0
- package/dist/actions/list-group-stories.mjs +17 -0
- package/dist/actions/list-group-stories.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +16 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +13 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-iteration-stories.cjs +19 -0
- package/dist/actions/list-iteration-stories.cjs.map +1 -0
- package/dist/actions/list-iteration-stories.d.cts +9 -0
- package/dist/actions/list-iteration-stories.d.cts.map +1 -0
- package/dist/actions/list-iteration-stories.d.mts +9 -0
- package/dist/actions/list-iteration-stories.d.mts.map +1 -0
- package/dist/actions/list-iteration-stories.mjs +16 -0
- package/dist/actions/list-iteration-stories.mjs.map +1 -0
- package/dist/actions/list-iterations.cjs +16 -0
- package/dist/actions/list-iterations.cjs.map +1 -0
- package/dist/actions/list-iterations.d.cts +9 -0
- package/dist/actions/list-iterations.d.cts.map +1 -0
- package/dist/actions/list-iterations.d.mts +9 -0
- package/dist/actions/list-iterations.d.mts.map +1 -0
- package/dist/actions/list-iterations.mjs +13 -0
- package/dist/actions/list-iterations.mjs.map +1 -0
- package/dist/actions/list-label-epics.cjs +16 -0
- package/dist/actions/list-label-epics.cjs.map +1 -0
- package/dist/actions/list-label-epics.d.cts +9 -0
- package/dist/actions/list-label-epics.d.cts.map +1 -0
- package/dist/actions/list-label-epics.d.mts +9 -0
- package/dist/actions/list-label-epics.d.mts.map +1 -0
- package/dist/actions/list-label-epics.mjs +13 -0
- package/dist/actions/list-label-epics.mjs.map +1 -0
- package/dist/actions/list-label-stories.cjs +19 -0
- package/dist/actions/list-label-stories.cjs.map +1 -0
- package/dist/actions/list-label-stories.d.cts +9 -0
- package/dist/actions/list-label-stories.d.cts.map +1 -0
- package/dist/actions/list-label-stories.d.mts +9 -0
- package/dist/actions/list-label-stories.d.mts.map +1 -0
- package/dist/actions/list-label-stories.mjs +16 -0
- package/dist/actions/list-label-stories.mjs.map +1 -0
- package/dist/actions/list-labels.cjs +16 -0
- package/dist/actions/list-labels.cjs.map +1 -0
- package/dist/actions/list-labels.d.cts +9 -0
- package/dist/actions/list-labels.d.cts.map +1 -0
- package/dist/actions/list-labels.d.mts +9 -0
- package/dist/actions/list-labels.d.mts.map +1 -0
- package/dist/actions/list-labels.mjs +13 -0
- package/dist/actions/list-labels.mjs.map +1 -0
- package/dist/actions/list-linked-files.cjs +16 -0
- package/dist/actions/list-linked-files.cjs.map +1 -0
- package/dist/actions/list-linked-files.d.cts +9 -0
- package/dist/actions/list-linked-files.d.cts.map +1 -0
- package/dist/actions/list-linked-files.d.mts +9 -0
- package/dist/actions/list-linked-files.d.mts.map +1 -0
- package/dist/actions/list-linked-files.mjs +13 -0
- package/dist/actions/list-linked-files.mjs.map +1 -0
- package/dist/actions/list-members-slim.cjs +16 -0
- package/dist/actions/list-members-slim.cjs.map +1 -0
- package/dist/actions/list-members-slim.d.cts +9 -0
- package/dist/actions/list-members-slim.d.cts.map +1 -0
- package/dist/actions/list-members-slim.d.mts +9 -0
- package/dist/actions/list-members-slim.d.mts.map +1 -0
- package/dist/actions/list-members-slim.mjs +13 -0
- package/dist/actions/list-members-slim.mjs.map +1 -0
- package/dist/actions/list-members.cjs +16 -0
- package/dist/actions/list-members.cjs.map +1 -0
- package/dist/actions/list-members.d.cts +9 -0
- package/dist/actions/list-members.d.cts.map +1 -0
- package/dist/actions/list-members.d.mts +9 -0
- package/dist/actions/list-members.d.mts.map +1 -0
- package/dist/actions/list-members.mjs +13 -0
- package/dist/actions/list-members.mjs.map +1 -0
- package/dist/actions/list-objective-epics.cjs +16 -0
- package/dist/actions/list-objective-epics.cjs.map +1 -0
- package/dist/actions/list-objective-epics.d.cts +9 -0
- package/dist/actions/list-objective-epics.d.cts.map +1 -0
- package/dist/actions/list-objective-epics.d.mts +9 -0
- package/dist/actions/list-objective-epics.d.mts.map +1 -0
- package/dist/actions/list-objective-epics.mjs +13 -0
- package/dist/actions/list-objective-epics.mjs.map +1 -0
- package/dist/actions/list-objectives.cjs +16 -0
- package/dist/actions/list-objectives.cjs.map +1 -0
- package/dist/actions/list-objectives.d.cts +9 -0
- package/dist/actions/list-objectives.d.cts.map +1 -0
- package/dist/actions/list-objectives.d.mts +9 -0
- package/dist/actions/list-objectives.d.mts.map +1 -0
- package/dist/actions/list-objectives.mjs +13 -0
- package/dist/actions/list-objectives.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +16 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +13 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/list-repositories.cjs +16 -0
- package/dist/actions/list-repositories.cjs.map +1 -0
- package/dist/actions/list-repositories.d.cts +9 -0
- package/dist/actions/list-repositories.d.cts.map +1 -0
- package/dist/actions/list-repositories.d.mts +9 -0
- package/dist/actions/list-repositories.d.mts.map +1 -0
- package/dist/actions/list-repositories.mjs +13 -0
- package/dist/actions/list-repositories.mjs.map +1 -0
- package/dist/actions/list-stories.cjs +126 -0
- package/dist/actions/list-stories.cjs.map +1 -0
- package/dist/actions/list-stories.d.cts +9 -0
- package/dist/actions/list-stories.d.cts.map +1 -0
- package/dist/actions/list-stories.d.mts +9 -0
- package/dist/actions/list-stories.d.mts.map +1 -0
- package/dist/actions/list-stories.mjs +125 -0
- package/dist/actions/list-stories.mjs.map +1 -0
- package/dist/actions/list-story-comment.cjs +16 -0
- package/dist/actions/list-story-comment.cjs.map +1 -0
- package/dist/actions/list-story-comment.d.cts +9 -0
- package/dist/actions/list-story-comment.d.cts.map +1 -0
- package/dist/actions/list-story-comment.d.mts +9 -0
- package/dist/actions/list-story-comment.d.mts.map +1 -0
- package/dist/actions/list-story-comment.mjs +13 -0
- package/dist/actions/list-story-comment.mjs.map +1 -0
- package/dist/actions/list-story-sub-tasks.cjs +16 -0
- package/dist/actions/list-story-sub-tasks.cjs.map +1 -0
- package/dist/actions/list-story-sub-tasks.d.cts +9 -0
- package/dist/actions/list-story-sub-tasks.d.cts.map +1 -0
- package/dist/actions/list-story-sub-tasks.d.mts +9 -0
- package/dist/actions/list-story-sub-tasks.d.mts.map +1 -0
- package/dist/actions/list-story-sub-tasks.mjs +13 -0
- package/dist/actions/list-story-sub-tasks.mjs.map +1 -0
- package/dist/actions/list-workflows.cjs +16 -0
- package/dist/actions/list-workflows.cjs.map +1 -0
- package/dist/actions/list-workflows.d.cts +9 -0
- package/dist/actions/list-workflows.d.cts.map +1 -0
- package/dist/actions/list-workflows.d.mts +9 -0
- package/dist/actions/list-workflows.d.mts.map +1 -0
- package/dist/actions/list-workflows.mjs +13 -0
- package/dist/actions/list-workflows.mjs.map +1 -0
- package/dist/actions/search-documents.cjs +32 -0
- package/dist/actions/search-documents.cjs.map +1 -0
- package/dist/actions/search-documents.d.cts +9 -0
- package/dist/actions/search-documents.d.cts.map +1 -0
- package/dist/actions/search-documents.d.mts +9 -0
- package/dist/actions/search-documents.d.mts.map +1 -0
- package/dist/actions/search-documents.mjs +31 -0
- package/dist/actions/search-documents.mjs.map +1 -0
- package/dist/actions/search-epics.cjs +72 -0
- package/dist/actions/search-epics.cjs.map +1 -0
- package/dist/actions/search-epics.d.cts +9 -0
- package/dist/actions/search-epics.d.cts.map +1 -0
- package/dist/actions/search-epics.d.mts +9 -0
- package/dist/actions/search-epics.d.mts.map +1 -0
- package/dist/actions/search-epics.mjs +71 -0
- package/dist/actions/search-epics.mjs.map +1 -0
- package/dist/actions/search-iterations.cjs +44 -0
- package/dist/actions/search-iterations.cjs.map +1 -0
- package/dist/actions/search-iterations.d.cts +9 -0
- package/dist/actions/search-iterations.d.cts.map +1 -0
- package/dist/actions/search-iterations.d.mts +9 -0
- package/dist/actions/search-iterations.d.mts.map +1 -0
- package/dist/actions/search-iterations.mjs +43 -0
- package/dist/actions/search-iterations.mjs.map +1 -0
- package/dist/actions/search-milestones.cjs +67 -0
- package/dist/actions/search-milestones.cjs.map +1 -0
- package/dist/actions/search-milestones.d.cts +9 -0
- package/dist/actions/search-milestones.d.cts.map +1 -0
- package/dist/actions/search-milestones.d.mts +9 -0
- package/dist/actions/search-milestones.d.mts.map +1 -0
- package/dist/actions/search-milestones.mjs +66 -0
- package/dist/actions/search-milestones.mjs.map +1 -0
- package/dist/actions/search-objectives.cjs +67 -0
- package/dist/actions/search-objectives.cjs.map +1 -0
- package/dist/actions/search-objectives.d.cts +9 -0
- package/dist/actions/search-objectives.d.cts.map +1 -0
- package/dist/actions/search-objectives.d.mts +9 -0
- package/dist/actions/search-objectives.d.mts.map +1 -0
- package/dist/actions/search-objectives.mjs +66 -0
- package/dist/actions/search-objectives.mjs.map +1 -0
- package/dist/actions/search-stories-old.cjs +138 -0
- package/dist/actions/search-stories-old.cjs.map +1 -0
- package/dist/actions/search-stories-old.d.cts +9 -0
- package/dist/actions/search-stories-old.d.cts.map +1 -0
- package/dist/actions/search-stories-old.d.mts +9 -0
- package/dist/actions/search-stories-old.d.mts.map +1 -0
- package/dist/actions/search-stories-old.mjs +137 -0
- package/dist/actions/search-stories-old.mjs.map +1 -0
- package/dist/actions/search-stories.cjs +234 -0
- package/dist/actions/search-stories.cjs.map +1 -0
- package/dist/actions/search-stories.d.cts +9 -0
- package/dist/actions/search-stories.d.cts.map +1 -0
- package/dist/actions/search-stories.d.mts +9 -0
- package/dist/actions/search-stories.d.mts.map +1 -0
- package/dist/actions/search-stories.mjs +233 -0
- package/dist/actions/search-stories.mjs.map +1 -0
- package/dist/actions/search.cjs +84 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +83 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/story-history.cjs +32 -0
- package/dist/actions/story-history.cjs.map +1 -0
- package/dist/actions/story-history.d.cts +9 -0
- package/dist/actions/story-history.d.cts.map +1 -0
- package/dist/actions/story-history.d.mts +9 -0
- package/dist/actions/story-history.d.mts.map +1 -0
- package/dist/actions/story-history.mjs +31 -0
- package/dist/actions/story-history.mjs.map +1 -0
- package/dist/actions/unlink-comment-thread-from-slack.cjs +19 -0
- package/dist/actions/unlink-comment-thread-from-slack.cjs.map +1 -0
- package/dist/actions/unlink-comment-thread-from-slack.d.cts +9 -0
- package/dist/actions/unlink-comment-thread-from-slack.d.cts.map +1 -0
- package/dist/actions/unlink-comment-thread-from-slack.d.mts +9 -0
- package/dist/actions/unlink-comment-thread-from-slack.d.mts.map +1 -0
- package/dist/actions/unlink-comment-thread-from-slack.mjs +16 -0
- package/dist/actions/unlink-comment-thread-from-slack.mjs.map +1 -0
- package/dist/actions/unlink-document-from-epic.cjs +19 -0
- package/dist/actions/unlink-document-from-epic.cjs.map +1 -0
- package/dist/actions/unlink-document-from-epic.d.cts +9 -0
- package/dist/actions/unlink-document-from-epic.d.cts.map +1 -0
- package/dist/actions/unlink-document-from-epic.d.mts +9 -0
- package/dist/actions/unlink-document-from-epic.d.mts.map +1 -0
- package/dist/actions/unlink-document-from-epic.mjs +16 -0
- package/dist/actions/unlink-document-from-epic.mjs.map +1 -0
- package/dist/actions/unlink-productboard-from-epic.cjs +97 -0
- package/dist/actions/unlink-productboard-from-epic.cjs.map +1 -0
- package/dist/actions/unlink-productboard-from-epic.d.cts +9 -0
- package/dist/actions/unlink-productboard-from-epic.d.cts.map +1 -0
- package/dist/actions/unlink-productboard-from-epic.d.mts +9 -0
- package/dist/actions/unlink-productboard-from-epic.d.mts.map +1 -0
- package/dist/actions/unlink-productboard-from-epic.mjs +96 -0
- package/dist/actions/unlink-productboard-from-epic.mjs.map +1 -0
- package/dist/actions/update-category.cjs +30 -0
- package/dist/actions/update-category.cjs.map +1 -0
- package/dist/actions/update-category.d.cts +9 -0
- package/dist/actions/update-category.d.cts.map +1 -0
- package/dist/actions/update-category.d.mts +9 -0
- package/dist/actions/update-category.d.mts.map +1 -0
- package/dist/actions/update-category.mjs +27 -0
- package/dist/actions/update-category.mjs.map +1 -0
- package/dist/actions/update-custom-field.cjs +50 -0
- package/dist/actions/update-custom-field.cjs.map +1 -0
- package/dist/actions/update-custom-field.d.cts +9 -0
- package/dist/actions/update-custom-field.d.cts.map +1 -0
- package/dist/actions/update-custom-field.d.mts +9 -0
- package/dist/actions/update-custom-field.d.mts.map +1 -0
- package/dist/actions/update-custom-field.mjs +49 -0
- package/dist/actions/update-custom-field.mjs.map +1 -0
- package/dist/actions/update-doc.cjs +30 -0
- package/dist/actions/update-doc.cjs.map +1 -0
- package/dist/actions/update-doc.d.cts +9 -0
- package/dist/actions/update-doc.d.cts.map +1 -0
- package/dist/actions/update-doc.d.mts +9 -0
- package/dist/actions/update-doc.d.mts.map +1 -0
- package/dist/actions/update-doc.mjs +27 -0
- package/dist/actions/update-doc.mjs.map +1 -0
- package/dist/actions/update-entity-template.cjs +149 -0
- package/dist/actions/update-entity-template.cjs.map +1 -0
- package/dist/actions/update-entity-template.d.cts +9 -0
- package/dist/actions/update-entity-template.d.cts.map +1 -0
- package/dist/actions/update-entity-template.d.mts +9 -0
- package/dist/actions/update-entity-template.d.mts.map +1 -0
- package/dist/actions/update-entity-template.mjs +148 -0
- package/dist/actions/update-entity-template.mjs.map +1 -0
- package/dist/actions/update-epic-comment.cjs +34 -0
- package/dist/actions/update-epic-comment.cjs.map +1 -0
- package/dist/actions/update-epic-comment.d.cts +9 -0
- package/dist/actions/update-epic-comment.d.cts.map +1 -0
- package/dist/actions/update-epic-comment.d.mts +9 -0
- package/dist/actions/update-epic-comment.d.mts.map +1 -0
- package/dist/actions/update-epic-comment.mjs +31 -0
- package/dist/actions/update-epic-comment.mjs.map +1 -0
- package/dist/actions/update-epic.cjs +153 -0
- package/dist/actions/update-epic.cjs.map +1 -0
- package/dist/actions/update-epic.d.cts +9 -0
- package/dist/actions/update-epic.d.cts.map +1 -0
- package/dist/actions/update-epic.d.mts +9 -0
- package/dist/actions/update-epic.d.mts.map +1 -0
- package/dist/actions/update-epic.mjs +152 -0
- package/dist/actions/update-epic.mjs.map +1 -0
- package/dist/actions/update-file.cjs +42 -0
- package/dist/actions/update-file.cjs.map +1 -0
- package/dist/actions/update-file.d.cts +9 -0
- package/dist/actions/update-file.d.cts.map +1 -0
- package/dist/actions/update-file.d.mts +9 -0
- package/dist/actions/update-file.d.mts.map +1 -0
- package/dist/actions/update-file.mjs +39 -0
- package/dist/actions/update-file.mjs.map +1 -0
- package/dist/actions/update-group.cjs +73 -0
- package/dist/actions/update-group.cjs.map +1 -0
- package/dist/actions/update-group.d.cts +9 -0
- package/dist/actions/update-group.d.cts.map +1 -0
- package/dist/actions/update-group.d.mts +9 -0
- package/dist/actions/update-group.d.mts.map +1 -0
- package/dist/actions/update-group.mjs +72 -0
- package/dist/actions/update-group.mjs.map +1 -0
- package/dist/actions/update-health.cjs +35 -0
- package/dist/actions/update-health.cjs.map +1 -0
- package/dist/actions/update-health.d.cts +9 -0
- package/dist/actions/update-health.d.cts.map +1 -0
- package/dist/actions/update-health.d.mts +9 -0
- package/dist/actions/update-health.d.mts.map +1 -0
- package/dist/actions/update-health.mjs +32 -0
- package/dist/actions/update-health.mjs.map +1 -0
- package/dist/actions/update-iteration.cjs +103 -0
- package/dist/actions/update-iteration.cjs.map +1 -0
- package/dist/actions/update-iteration.d.cts +9 -0
- package/dist/actions/update-iteration.d.cts.map +1 -0
- package/dist/actions/update-iteration.d.mts +9 -0
- package/dist/actions/update-iteration.d.mts.map +1 -0
- package/dist/actions/update-iteration.mjs +102 -0
- package/dist/actions/update-iteration.mjs.map +1 -0
- package/dist/actions/update-key-result.cjs +42 -0
- package/dist/actions/update-key-result.cjs.map +1 -0
- package/dist/actions/update-key-result.d.cts +9 -0
- package/dist/actions/update-key-result.d.cts.map +1 -0
- package/dist/actions/update-key-result.d.mts +9 -0
- package/dist/actions/update-key-result.d.mts.map +1 -0
- package/dist/actions/update-key-result.mjs +41 -0
- package/dist/actions/update-key-result.mjs.map +1 -0
- package/dist/actions/update-label.cjs +54 -0
- package/dist/actions/update-label.cjs.map +1 -0
- package/dist/actions/update-label.d.cts +9 -0
- package/dist/actions/update-label.d.cts.map +1 -0
- package/dist/actions/update-label.d.mts +9 -0
- package/dist/actions/update-label.d.mts.map +1 -0
- package/dist/actions/update-label.mjs +53 -0
- package/dist/actions/update-label.mjs.map +1 -0
- package/dist/actions/update-linked-file.cjs +49 -0
- package/dist/actions/update-linked-file.cjs.map +1 -0
- package/dist/actions/update-linked-file.d.cts +9 -0
- package/dist/actions/update-linked-file.d.cts.map +1 -0
- package/dist/actions/update-linked-file.d.mts +9 -0
- package/dist/actions/update-linked-file.d.mts.map +1 -0
- package/dist/actions/update-linked-file.mjs +46 -0
- package/dist/actions/update-linked-file.mjs.map +1 -0
- package/dist/actions/update-multiple-stories.cjs +62 -0
- package/dist/actions/update-multiple-stories.cjs.map +1 -0
- package/dist/actions/update-multiple-stories.d.cts +9 -0
- package/dist/actions/update-multiple-stories.d.cts.map +1 -0
- package/dist/actions/update-multiple-stories.d.mts +9 -0
- package/dist/actions/update-multiple-stories.d.mts.map +1 -0
- package/dist/actions/update-multiple-stories.mjs +59 -0
- package/dist/actions/update-multiple-stories.mjs.map +1 -0
- package/dist/actions/update-objective.cjs +70 -0
- package/dist/actions/update-objective.cjs.map +1 -0
- package/dist/actions/update-objective.d.cts +9 -0
- package/dist/actions/update-objective.d.cts.map +1 -0
- package/dist/actions/update-objective.d.mts +9 -0
- package/dist/actions/update-objective.d.mts.map +1 -0
- package/dist/actions/update-objective.mjs +69 -0
- package/dist/actions/update-objective.mjs.map +1 -0
- package/dist/actions/update-project.cjs +54 -0
- package/dist/actions/update-project.cjs.map +1 -0
- package/dist/actions/update-project.d.cts +9 -0
- package/dist/actions/update-project.d.cts.map +1 -0
- package/dist/actions/update-project.d.mts +9 -0
- package/dist/actions/update-project.d.mts.map +1 -0
- package/dist/actions/update-project.mjs +53 -0
- package/dist/actions/update-project.mjs.map +1 -0
- package/dist/actions/update-story-comment.cjs +34 -0
- package/dist/actions/update-story-comment.cjs.map +1 -0
- package/dist/actions/update-story-comment.d.cts +9 -0
- package/dist/actions/update-story-comment.d.cts.map +1 -0
- package/dist/actions/update-story-comment.d.mts +9 -0
- package/dist/actions/update-story-comment.d.mts.map +1 -0
- package/dist/actions/update-story-comment.mjs +31 -0
- package/dist/actions/update-story-comment.mjs.map +1 -0
- package/dist/actions/update-story-link.cjs +33 -0
- package/dist/actions/update-story-link.cjs.map +1 -0
- package/dist/actions/update-story-link.d.cts +9 -0
- package/dist/actions/update-story-link.d.cts.map +1 -0
- package/dist/actions/update-story-link.d.mts +9 -0
- package/dist/actions/update-story-link.d.mts.map +1 -0
- package/dist/actions/update-story-link.mjs +30 -0
- package/dist/actions/update-story-link.mjs.map +1 -0
- package/dist/actions/update-story.cjs +114 -0
- package/dist/actions/update-story.cjs.map +1 -0
- package/dist/actions/update-story.d.cts +9 -0
- package/dist/actions/update-story.d.cts.map +1 -0
- package/dist/actions/update-story.d.mts +9 -0
- package/dist/actions/update-story.d.mts.map +1 -0
- package/dist/actions/update-story.mjs +113 -0
- package/dist/actions/update-story.mjs.map +1 -0
- package/dist/actions/update-task.cjs +84 -0
- package/dist/actions/update-task.cjs.map +1 -0
- package/dist/actions/update-task.d.cts +9 -0
- package/dist/actions/update-task.d.cts.map +1 -0
- package/dist/actions/update-task.d.mts +9 -0
- package/dist/actions/update-task.d.mts.map +1 -0
- package/dist/actions/update-task.mjs +83 -0
- package/dist/actions/update-task.mjs.map +1 -0
- package/dist/actions/upload-files.cjs +34 -0
- package/dist/actions/upload-files.cjs.map +1 -0
- package/dist/actions/upload-files.d.cts +9 -0
- package/dist/actions/upload-files.d.cts.map +1 -0
- package/dist/actions/upload-files.d.mts +9 -0
- package/dist/actions/upload-files.d.mts.map +1 -0
- package/dist/actions/upload-files.mjs +31 -0
- package/dist/actions/upload-files.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +278 -0
- package/dist/index.d.cts +139 -0
- package/dist/index.d.mts +139 -0
- package/dist/index.mjs +140 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unlink-productboard-from-epic.mjs","names":[],"sources":["../../src/actions/unlink-productboard-from-epic.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUnlinkProductboardFromEpicInput: z.ZodTypeAny = z.object({\n epic__public__id: z.number().int().describe(\"The unique ID of the Epic.\"),\n}).describe(\"Request schema for `UnlinkProductboardFromEpic`\");\nconst ShortcutUnlinkProductboardFromEpic_EpicStatsSchema: z.ZodTypeAny = z.object({\n num_points: z.number().int().describe(\"Total number of story points in this Epic.\"),\n num_points_done: z.number().int().describe(\"Number of story points in done state.\"),\n num_stories_done: z.number().int().describe(\"Number of stories in done state.\"),\n average_lead_time: z.number().int().describe(\"Average lead time for stories in this Epic (in milliseconds).\").nullable().optional(),\n last_story_update: z.string().describe(\"Timestamp of the last story update within this Epic (ISO 8601 format).\").nullable().optional(),\n num_stories_total: z.number().int().describe(\"Total number of stories in this Epic.\"),\n average_cycle_time: z.number().int().describe(\"Average cycle time for stories in this Epic (in milliseconds).\").nullable().optional(),\n num_points_backlog: z.number().int().describe(\"Number of story points in backlog state.\"),\n num_points_started: z.number().int().describe(\"Number of story points in started state.\"),\n num_stories_backlog: z.number().int().describe(\"Number of stories in backlog state.\"),\n num_stories_started: z.number().int().describe(\"Number of stories in started state.\"),\n num_points_unstarted: z.number().int().describe(\"Number of story points in unstarted state.\"),\n num_related_documents: z.number().int().describe(\"Number of documents related to this Epic.\"),\n num_stories_unstarted: z.number().int().describe(\"Number of stories in unstarted state.\"),\n num_stories_unestimated: z.number().int().describe(\"Number of stories without point estimates.\"),\n}).describe(\"Statistics about the stories within an Epic\");\nconst ShortcutUnlinkProductboardFromEpic_LabelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the Label.\"),\n name: z.string().describe(\"The name of the Label.\"),\n color: z.string().describe(\"The hex color value of the Label (e.g., #6515dd).\"),\n app_url: z.string().describe(\"The URL to the Label in the Shortcut application.\"),\n archived: z.boolean().describe(\"Indicates whether the Label is archived.\"),\n created_at: z.string().describe(\"Timestamp when the Label was created (ISO 8601 format).\"),\n updated_at: z.string().describe(\"Timestamp when the Label was last updated (ISO 8601 format).\"),\n description: z.string().describe(\"The description of the Label.\").nullable().optional(),\n entity_type: z.string().describe(\"A string indicating the type of entity, always 'label'.\"),\n external_id: z.string().describe(\"External identifier for the Label.\").nullable().optional(),\n}).describe(\"Label schema\");\nconst ShortcutUnlinkProductboardFromEpic_CommentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the Comment.\"),\n text: z.string().describe(\"The text content of the Comment.\"),\n app_url: z.string().describe(\"The URL to the Comment in the Shortcut application.\"),\n deleted: z.boolean().describe(\"Indicates whether the Comment has been deleted.\"),\n author_id: z.string().describe(\"UUID of the Comment author.\"),\n created_at: z.string().describe(\"Timestamp when the Comment was created (ISO 8601 format).\"),\n updated_at: z.string().describe(\"Timestamp when the Comment was last updated (ISO 8601 format).\"),\n entity_type: z.string().describe(\"A string indicating the type of entity, always 'comment'.\"),\n external_id: z.string().describe(\"External identifier for the Comment.\").nullable().optional(),\n}).describe(\"Comment schema\");\nconst ShortcutUnlinkProductboardFromEpic_AssociatedGroupSchema: z.ZodTypeAny = z.object({\n group_id: z.string().describe(\"UUID of the associated group.\"),\n associated_stories_count: z.number().int().describe(\"Count of stories associated with this group.\"),\n}).describe(\"Group associated with an Epic and its story count\");\nexport const ShortcutUnlinkProductboardFromEpicOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the Epic.\"),\n name: z.string().describe(\"The name of the Epic (max 256 characters).\"),\n stats: ShortcutUnlinkProductboardFromEpic_EpicStatsSchema.nullable(),\n labels: z.array(ShortcutUnlinkProductboardFromEpic_LabelSchema).describe(\"Array of label objects associated with this Epic.\"),\n app_url: z.string().describe(\"The URL to the Epic in the Shortcut application.\"),\n started: z.boolean().describe(\"Indicates whether the Epic has been started.\"),\n archived: z.boolean().describe(\"Indicates whether the Epic is archived.\"),\n comments: z.array(ShortcutUnlinkProductboardFromEpic_CommentSchema).describe(\"Comments on this Epic.\"),\n deadline: z.string().describe(\"Deadline for the Epic (ISO 8601 format).\").nullable().optional(),\n group_id: z.string().describe(\"UUID of the primary group associated with this Epic.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the Epic in relation to other Epics.\"),\n completed: z.boolean().describe(\"Indicates whether the Epic has been completed.\"),\n group_ids: z.array(z.string()).describe(\"Array of group UUIDs associated with this Epic.\"),\n label_ids: z.array(z.number().int()).describe(\"Array of label IDs associated with this Epic.\"),\n owner_ids: z.array(z.string()).describe(\"Array of UUIDs representing the owners of the Epic.\"),\n created_at: z.string().describe(\"Timestamp when the Epic was created (ISO 8601 format).\"),\n started_at: z.string().describe(\"Timestamp when the Epic was started (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the Epic was last updated (ISO 8601 format).\"),\n description: z.string().describe(\"The description of the Epic (max 100000 characters).\"),\n entity_type: z.string().describe(\"A string indicating the type of entity, always 'epic'.\"),\n external_id: z.string().describe(\"External identifier for the Epic (max 128 characters).\").nullable().optional(),\n project_ids: z.array(z.number().int()).describe(\"Array of project IDs associated with this Epic.\"),\n completed_at: z.string().describe(\"Timestamp when the Epic was completed (ISO 8601 format).\").nullable().optional(),\n follower_ids: z.array(z.string()).describe(\"Array of UUIDs representing followers of the Epic.\"),\n milestone_id: z.number().int().describe(\"The ID of the Milestone associated with this Epic.\").nullable().optional(),\n epic_state_id: z.number().int().describe(\"The ID of the Epic's current state.\"),\n objective_ids: z.array(z.number().int()).describe(\"Array of objective IDs associated with this Epic.\"),\n productboard_id: z.string().describe(\"The Productboard identifier (UUID). This field will be null after unlinking.\").nullable().optional(),\n requested_by_id: z.string().describe(\"UUID of the member who requested this Epic.\").nullable().optional(),\n productboard_url: z.string().describe(\"The URL to the Productboard feature. This field will be null after unlinking.\").nullable().optional(),\n associated_groups: z.array(ShortcutUnlinkProductboardFromEpic_AssociatedGroupSchema).describe(\"Groups associated with this Epic and their story counts.\"),\n productboard_name: z.string().describe(\"The name of the linked Productboard feature. This field will be null after unlinking.\").nullable().optional(),\n planned_start_date: z.string().describe(\"Planned start date for the Epic (ISO 8601 format).\").nullable().optional(),\n started_at_override: z.string().describe(\"Manual override timestamp for when the Epic was started (ISO 8601 format).\").nullable().optional(),\n completed_at_override: z.string().describe(\"Manual override timestamp for when the Epic was completed (ISO 8601 format).\").nullable().optional(),\n productboard_plugin_id: z.string().describe(\"The Productboard plugin identifier. This field will be null after unlinking.\").nullable().optional(),\n}).describe(\"Response schema for `UnlinkProductboardFromEpic`\");\n\nexport const shortcutUnlinkProductboardFromEpic = action(\"SHORTCUT_UNLINK_PRODUCTBOARD_FROM_EPIC\", {\n slug: \"shortcut-unlink-productboard-from-epic\",\n name: \"Unlink productboard from epic\",\n description: \"This endpoint allows you to unlink a productboard epic.\",\n input: ShortcutUnlinkProductboardFromEpicInput,\n output: ShortcutUnlinkProductboardFromEpicOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO,EAC5E,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,EAC1E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,qDAAmE,EAAE,OAAO;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAClF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAC9E,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACpF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxF,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACpF,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACpF,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC5F,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAC5F,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACxF,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;AACjG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAChF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,cAAc;AAC1B,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAClF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;CAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,gBAAgB;AAC5B,MAAM,2DAAyE,EAAE,OAAO;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC7D,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;AACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAwC/D,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QA5CoE,EAAE,OAAO;EAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACtE,OAAO,mDAAmD,SAAS;EACnE,QAAQ,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,mDAAmD;EAC5H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;EAC5E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACxE,UAAU,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,wBAAwB;EACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EAC1F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EAChF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iDAAiD;EACzF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+CAA+C;EAC7F,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,iDAAiD;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD;EAC/F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;EAC9E,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,mDAAmD;EACrG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,mBAAmB,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,0DAA0D;EACxJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/I,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-category.ts
|
|
4
|
+
const ShortcutUpdateCategoryInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The new name of the Category.").optional(),
|
|
6
|
+
color: zod.z.string().describe("The hex color to be displayed with the Category (for example, \"#ff0000\").").optional(),
|
|
7
|
+
archived: zod.z.boolean().describe("A true/false boolean indicating if the Category has been archived.").optional(),
|
|
8
|
+
category__public__id: zod.z.number().int().describe("The unique ID of the Category you wish to update.")
|
|
9
|
+
}).describe("Request schema for `UpdateCategory`");
|
|
10
|
+
const ShortcutUpdateCategoryOutput = zod.z.object({
|
|
11
|
+
id: zod.z.number().int().describe("The unique Category ID."),
|
|
12
|
+
name: zod.z.string().describe("The Category name (max 128 characters)."),
|
|
13
|
+
color: zod.z.string().describe("Hex color value displayed with the Category (e.g., '#6515dd')."),
|
|
14
|
+
archived: zod.z.boolean().describe("Indicates if the Category has been archived."),
|
|
15
|
+
createdAt: zod.z.string().describe("Timestamp when the Category was created."),
|
|
16
|
+
updatedAt: zod.z.string().describe("Timestamp of last update."),
|
|
17
|
+
entityType: zod.z.string().describe("Type identifier for the entity."),
|
|
18
|
+
externalId: zod.z.string().describe("Optional unique identifier from external systems (max 128 characters).").nullable().optional()
|
|
19
|
+
}).describe("Response schema for `UpdateCategory`");
|
|
20
|
+
const shortcutUpdateCategory = require_action.action("SHORTCUT_UPDATE_CATEGORY", {
|
|
21
|
+
slug: "shortcut-update-category",
|
|
22
|
+
name: "Update category",
|
|
23
|
+
description: "Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response.",
|
|
24
|
+
input: ShortcutUpdateCategoryInput,
|
|
25
|
+
output: ShortcutUpdateCategoryOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.shortcutUpdateCategory = shortcutUpdateCategory;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=update-category.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-category.cjs","names":["z","action"],"sources":["../../src/actions/update-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateCategoryInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name of the Category.\").optional(),\n color: z.string().describe(\"The hex color to be displayed with the Category (for example, \\\"#ff0000\\\").\").optional(),\n archived: z.boolean().describe(\"A true/false boolean indicating if the Category has been archived.\").optional(),\n category__public__id: z.number().int().describe(\"The unique ID of the Category you wish to update.\"),\n}).describe(\"Request schema for `UpdateCategory`\");\nexport const ShortcutUpdateCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique Category ID.\"),\n name: z.string().describe(\"The Category name (max 128 characters).\"),\n color: z.string().describe(\"Hex color value displayed with the Category (e.g., '#6515dd').\"),\n archived: z.boolean().describe(\"Indicates if the Category has been archived.\"),\n createdAt: z.string().describe(\"Timestamp when the Category was created.\"),\n updatedAt: z.string().describe(\"Timestamp of last update.\"),\n entityType: z.string().describe(\"Type identifier for the entity.\"),\n externalId: z.string().describe(\"Optional unique identifier from external systems (max 128 characters).\").nullable().optional(),\n}).describe(\"Response schema for `UpdateCategory`\");\n\nexport const shortcutUpdateCategory = action(\"SHORTCUT_UPDATE_CATEGORY\", {\n slug: \"shortcut-update-category\",\n name: \"Update category\",\n description: \"Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response.\",\n input: ShortcutUpdateCategoryInput,\n output: ShortcutUpdateCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACnH,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC9G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;AACrG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC3F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC1D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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/update-category.d.ts
|
|
4
|
+
declare const ShortcutUpdateCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateCategory };
|
|
9
|
+
//# sourceMappingURL=update-category.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-category.d.cts","names":[],"sources":["../../src/actions/update-category.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKM;AAAA,cACrC,4BAAA,EAA8B,CAAA,CAAE,UASM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-category.d.ts
|
|
4
|
+
declare const ShortcutUpdateCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateCategory };
|
|
9
|
+
//# sourceMappingURL=update-category.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-category.d.mts","names":[],"sources":["../../src/actions/update-category.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKM;AAAA,cACrC,4BAAA,EAA8B,CAAA,CAAE,UASM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const shortcutUpdateCategory = action("SHORTCUT_UPDATE_CATEGORY", {
|
|
4
|
+
slug: "shortcut-update-category",
|
|
5
|
+
name: "Update category",
|
|
6
|
+
description: "Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("The new name of the Category.").optional(),
|
|
9
|
+
color: z.string().describe("The hex color to be displayed with the Category (for example, \"#ff0000\").").optional(),
|
|
10
|
+
archived: z.boolean().describe("A true/false boolean indicating if the Category has been archived.").optional(),
|
|
11
|
+
category__public__id: z.number().int().describe("The unique ID of the Category you wish to update.")
|
|
12
|
+
}).describe("Request schema for `UpdateCategory`"),
|
|
13
|
+
output: z.object({
|
|
14
|
+
id: z.number().int().describe("The unique Category ID."),
|
|
15
|
+
name: z.string().describe("The Category name (max 128 characters)."),
|
|
16
|
+
color: z.string().describe("Hex color value displayed with the Category (e.g., '#6515dd')."),
|
|
17
|
+
archived: z.boolean().describe("Indicates if the Category has been archived."),
|
|
18
|
+
createdAt: z.string().describe("Timestamp when the Category was created."),
|
|
19
|
+
updatedAt: z.string().describe("Timestamp of last update."),
|
|
20
|
+
entityType: z.string().describe("Type identifier for the entity."),
|
|
21
|
+
externalId: z.string().describe("Optional unique identifier from external systems (max 128 characters).").nullable().optional()
|
|
22
|
+
}).describe("Response schema for `UpdateCategory`")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { shortcutUpdateCategory };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-category.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-category.mjs","names":[],"sources":["../../src/actions/update-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateCategoryInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name of the Category.\").optional(),\n color: z.string().describe(\"The hex color to be displayed with the Category (for example, \\\"#ff0000\\\").\").optional(),\n archived: z.boolean().describe(\"A true/false boolean indicating if the Category has been archived.\").optional(),\n category__public__id: z.number().int().describe(\"The unique ID of the Category you wish to update.\"),\n}).describe(\"Request schema for `UpdateCategory`\");\nexport const ShortcutUpdateCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique Category ID.\"),\n name: z.string().describe(\"The Category name (max 128 characters).\"),\n color: z.string().describe(\"Hex color value displayed with the Category (e.g., '#6515dd').\"),\n archived: z.boolean().describe(\"Indicates if the Category has been archived.\"),\n createdAt: z.string().describe(\"Timestamp when the Category was created.\"),\n updatedAt: z.string().describe(\"Timestamp of last update.\"),\n entityType: z.string().describe(\"Type identifier for the entity.\"),\n externalId: z.string().describe(\"Optional unique identifier from external systems (max 128 characters).\").nullable().optional(),\n}).describe(\"Response schema for `UpdateCategory`\");\n\nexport const shortcutUpdateCategory = action(\"SHORTCUT_UPDATE_CATEGORY\", {\n slug: \"shortcut-update-category\",\n name: \"Update category\",\n description: \"Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response.\",\n input: ShortcutUpdateCategoryInput,\n output: ShortcutUpdateCategoryOutput,\n});\n"],"mappings":";;AAqBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EACnH,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;EAC9G,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACrG,CAAC,CAAC,CAAC,SAAS,qCAgBH;CACP,QAhBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAC3F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;EAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-custom-field.ts
|
|
4
|
+
const ShortcutUpdateCustomFieldInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("A collection of objects representing reporting periods for years.").optional(),
|
|
6
|
+
values: zod.z.array(zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("The unique ID of an existing EnumValue within the CustomField\"s domain.").optional(),
|
|
8
|
+
value: zod.z.string().describe("A string value within the domain of this Custom Field.").optional(),
|
|
9
|
+
enabled: zod.z.boolean().describe("Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched.").optional(),
|
|
10
|
+
color_key: zod.z.string().describe("A color key associated with this EnumValue within the CustomField\"s domain.").optional()
|
|
11
|
+
}).describe("Request schema for `Values`")).describe("A collection of EnumValue objects representing the values in the domain of some Custom Field.").optional(),
|
|
12
|
+
enabled: zod.z.boolean().describe("Indicates whether the Field is enabled for the Workspace. Only enabled fields can be applied to Stories.").optional(),
|
|
13
|
+
after_id: zod.z.string().describe("The ID of the CustomField we want to move this CustomField after.").optional(),
|
|
14
|
+
before_id: zod.z.string().describe("The ID of the CustomField we want to move this CustomField before.").optional(),
|
|
15
|
+
description: zod.z.string().describe("A description of the purpose of this field.").optional(),
|
|
16
|
+
icon_set_identifier: zod.z.string().describe("A frontend-controlled string that represents the icon for this custom field.").optional(),
|
|
17
|
+
custom__field__public__id: zod.z.string().describe("The unique ID of the CustomField.")
|
|
18
|
+
}).describe("Request schema for `UpdateCustomField`");
|
|
19
|
+
const ShortcutUpdateCustomField_EnumValueSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique UUID identifier for the enum value."),
|
|
21
|
+
value: zod.z.string().describe("The actual text value of the enum option."),
|
|
22
|
+
position: zod.z.number().int().describe("Ordering position of this enum value."),
|
|
23
|
+
color_key: zod.z.string().describe("Color identifier for the enum value."),
|
|
24
|
+
entity_type: zod.z.string().describe("Entity type identifier for the enum value.")
|
|
25
|
+
}).describe("Schema for enum values in custom field");
|
|
26
|
+
const ShortcutUpdateCustomFieldOutput = zod.z.object({
|
|
27
|
+
id: zod.z.string().describe("Unique UUID identifier for the custom field."),
|
|
28
|
+
name: zod.z.string().describe("Display name of the custom field (maximum 63 characters)."),
|
|
29
|
+
values: zod.z.array(ShortcutUpdateCustomField_EnumValueSchema).describe("Collection of enum values for this custom field."),
|
|
30
|
+
enabled: zod.z.boolean().describe("Whether the custom field is active for workspace use."),
|
|
31
|
+
position: zod.z.number().int().describe("Ordering position among custom fields."),
|
|
32
|
+
created_at: zod.z.string().describe("Timestamp when the custom field was created."),
|
|
33
|
+
field_type: zod.z.string().describe("The category of custom field (e.g., 'enum')."),
|
|
34
|
+
updated_at: zod.z.string().describe("Timestamp of last modification to the custom field."),
|
|
35
|
+
description: zod.z.string().describe("A description of the custom field's purpose."),
|
|
36
|
+
entity_type: zod.z.string().describe("Identifies this as a 'custom-field' entity type."),
|
|
37
|
+
canonical_name: zod.z.string().describe("The standardized internal name for the custom field."),
|
|
38
|
+
icon_set_identifier: zod.z.string().describe("Frontend-controlled identifier for the custom field's icon.")
|
|
39
|
+
}).describe("Response schema for `UpdateCustomField`");
|
|
40
|
+
const shortcutUpdateCustomField = require_action.action("SHORTCUT_UPDATE_CUSTOM_FIELD", {
|
|
41
|
+
slug: "shortcut-update-custom-field",
|
|
42
|
+
name: "Update custom field",
|
|
43
|
+
description: "Update Custom Field can be used to update the definition of a Custom Field. The order of items in the 'values' collection is interpreted to be their ascending sort order.To delete an existing enum value, simply omit it from the 'values' collection. New enum values may be created inline by including an object in the 'values' collection having a 'value' entry with no 'id' (eg. {'value': 'myNewValue', 'color_key': 'green'}).",
|
|
44
|
+
input: ShortcutUpdateCustomFieldInput,
|
|
45
|
+
output: ShortcutUpdateCustomFieldOutput
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.shortcutUpdateCustomField = shortcutUpdateCustomField;
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=update-custom-field.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/update-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateCustomFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"A collection of objects representing reporting periods for years.\").optional(),\n values: z.array(z.object({\n id: z.string().describe(\"The unique ID of an existing EnumValue within the CustomField\\\"s domain.\").optional(),\n value: z.string().describe(\"A string value within the domain of this Custom Field.\").optional(),\n enabled: z.boolean().describe(\"Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched.\").optional(),\n color_key: z.string().describe(\"A color key associated with this EnumValue within the CustomField\\\"s domain.\").optional(),\n}).describe(\"Request schema for `Values`\")).describe(\"A collection of EnumValue objects representing the values in the domain of some Custom Field.\").optional(),\n enabled: z.boolean().describe(\"Indicates whether the Field is enabled for the Workspace. Only enabled fields can be applied to Stories.\").optional(),\n after_id: z.string().describe(\"The ID of the CustomField we want to move this CustomField after.\").optional(),\n before_id: z.string().describe(\"The ID of the CustomField we want to move this CustomField before.\").optional(),\n description: z.string().describe(\"A description of the purpose of this field.\").optional(),\n icon_set_identifier: z.string().describe(\"A frontend-controlled string that represents the icon for this custom field.\").optional(),\n custom__field__public__id: z.string().describe(\"The unique ID of the CustomField.\"),\n}).describe(\"Request schema for `UpdateCustomField`\");\nconst ShortcutUpdateCustomField_EnumValueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique UUID identifier for the enum value.\"),\n value: z.string().describe(\"The actual text value of the enum option.\"),\n position: z.number().int().describe(\"Ordering position of this enum value.\"),\n color_key: z.string().describe(\"Color identifier for the enum value.\"),\n entity_type: z.string().describe(\"Entity type identifier for the enum value.\"),\n}).describe(\"Schema for enum values in custom field\");\nexport const ShortcutUpdateCustomFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique UUID identifier for the custom field.\"),\n name: z.string().describe(\"Display name of the custom field (maximum 63 characters).\"),\n values: z.array(ShortcutUpdateCustomField_EnumValueSchema).describe(\"Collection of enum values for this custom field.\"),\n enabled: z.boolean().describe(\"Whether the custom field is active for workspace use.\"),\n position: z.number().int().describe(\"Ordering position among custom fields.\"),\n created_at: z.string().describe(\"Timestamp when the custom field was created.\"),\n field_type: z.string().describe(\"The category of custom field (e.g., 'enum').\"),\n updated_at: z.string().describe(\"Timestamp of last modification to the custom field.\"),\n description: z.string().describe(\"A description of the custom field's purpose.\"),\n entity_type: z.string().describe(\"Identifies this as a 'custom-field' entity type.\"),\n canonical_name: z.string().describe(\"The standardized internal name for the custom field.\"),\n icon_set_identifier: z.string().describe(\"Frontend-controlled identifier for the custom field's icon.\"),\n}).describe(\"Response schema for `UpdateCustomField`\");\n\nexport const shortcutUpdateCustomField = action(\"SHORTCUT_UPDATE_CUSTOM_FIELD\", {\n slug: \"shortcut-update-custom-field\",\n name: \"Update custom field\",\n description: \"Update Custom Field can be used to update the definition of a Custom Field. The order of items in the 'values' collection is interpreted to be their ascending sort order.To delete an existing enum value, simply omit it from the 'values' collection. New enum values may be created inline by including an object in the 'values' collection having a 'value' entry with no 'id' (eg. {'value': 'myNewValue', 'color_key': 'green'}).\",\n input: ShortcutUpdateCustomFieldInput,\n output: ShortcutUpdateCustomFieldOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-custom-field.d.ts
|
|
4
|
+
declare const ShortcutUpdateCustomFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateCustomFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateCustomField };
|
|
9
|
+
//# sourceMappingURL=update-custom-field.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-field.d.cts","names":[],"sources":["../../src/actions/update-custom-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAcM;AAAA,cAQxC,+BAAA,EAAiC,CAAA,CAAE,UAaM;AAAA,cAEzC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-custom-field.d.ts
|
|
4
|
+
declare const ShortcutUpdateCustomFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateCustomFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateCustomField };
|
|
9
|
+
//# sourceMappingURL=update-custom-field.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-field.d.mts","names":[],"sources":["../../src/actions/update-custom-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAcM;AAAA,cAQxC,+BAAA,EAAiC,CAAA,CAAE,UAaM;AAAA,cAEzC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-custom-field.ts
|
|
4
|
+
const ShortcutUpdateCustomFieldInput = z.object({
|
|
5
|
+
name: z.string().describe("A collection of objects representing reporting periods for years.").optional(),
|
|
6
|
+
values: z.array(z.object({
|
|
7
|
+
id: z.string().describe("The unique ID of an existing EnumValue within the CustomField\"s domain.").optional(),
|
|
8
|
+
value: z.string().describe("A string value within the domain of this Custom Field.").optional(),
|
|
9
|
+
enabled: z.boolean().describe("Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched.").optional(),
|
|
10
|
+
color_key: z.string().describe("A color key associated with this EnumValue within the CustomField\"s domain.").optional()
|
|
11
|
+
}).describe("Request schema for `Values`")).describe("A collection of EnumValue objects representing the values in the domain of some Custom Field.").optional(),
|
|
12
|
+
enabled: z.boolean().describe("Indicates whether the Field is enabled for the Workspace. Only enabled fields can be applied to Stories.").optional(),
|
|
13
|
+
after_id: z.string().describe("The ID of the CustomField we want to move this CustomField after.").optional(),
|
|
14
|
+
before_id: z.string().describe("The ID of the CustomField we want to move this CustomField before.").optional(),
|
|
15
|
+
description: z.string().describe("A description of the purpose of this field.").optional(),
|
|
16
|
+
icon_set_identifier: z.string().describe("A frontend-controlled string that represents the icon for this custom field.").optional(),
|
|
17
|
+
custom__field__public__id: z.string().describe("The unique ID of the CustomField.")
|
|
18
|
+
}).describe("Request schema for `UpdateCustomField`");
|
|
19
|
+
const ShortcutUpdateCustomField_EnumValueSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique UUID identifier for the enum value."),
|
|
21
|
+
value: z.string().describe("The actual text value of the enum option."),
|
|
22
|
+
position: z.number().int().describe("Ordering position of this enum value."),
|
|
23
|
+
color_key: z.string().describe("Color identifier for the enum value."),
|
|
24
|
+
entity_type: z.string().describe("Entity type identifier for the enum value.")
|
|
25
|
+
}).describe("Schema for enum values in custom field");
|
|
26
|
+
const shortcutUpdateCustomField = action("SHORTCUT_UPDATE_CUSTOM_FIELD", {
|
|
27
|
+
slug: "shortcut-update-custom-field",
|
|
28
|
+
name: "Update custom field",
|
|
29
|
+
description: "Update Custom Field can be used to update the definition of a Custom Field. The order of items in the 'values' collection is interpreted to be their ascending sort order.To delete an existing enum value, simply omit it from the 'values' collection. New enum values may be created inline by including an object in the 'values' collection having a 'value' entry with no 'id' (eg. {'value': 'myNewValue', 'color_key': 'green'}).",
|
|
30
|
+
input: ShortcutUpdateCustomFieldInput,
|
|
31
|
+
output: z.object({
|
|
32
|
+
id: z.string().describe("Unique UUID identifier for the custom field."),
|
|
33
|
+
name: z.string().describe("Display name of the custom field (maximum 63 characters)."),
|
|
34
|
+
values: z.array(ShortcutUpdateCustomField_EnumValueSchema).describe("Collection of enum values for this custom field."),
|
|
35
|
+
enabled: z.boolean().describe("Whether the custom field is active for workspace use."),
|
|
36
|
+
position: z.number().int().describe("Ordering position among custom fields."),
|
|
37
|
+
created_at: z.string().describe("Timestamp when the custom field was created."),
|
|
38
|
+
field_type: z.string().describe("The category of custom field (e.g., 'enum')."),
|
|
39
|
+
updated_at: z.string().describe("Timestamp of last modification to the custom field."),
|
|
40
|
+
description: z.string().describe("A description of the custom field's purpose."),
|
|
41
|
+
entity_type: z.string().describe("Identifies this as a 'custom-field' entity type."),
|
|
42
|
+
canonical_name: z.string().describe("The standardized internal name for the custom field."),
|
|
43
|
+
icon_set_identifier: z.string().describe("Frontend-controlled identifier for the custom field's icon.")
|
|
44
|
+
}).describe("Response schema for `UpdateCustomField`")
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { shortcutUpdateCustomField };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=update-custom-field.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-field.mjs","names":[],"sources":["../../src/actions/update-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateCustomFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"A collection of objects representing reporting periods for years.\").optional(),\n values: z.array(z.object({\n id: z.string().describe(\"The unique ID of an existing EnumValue within the CustomField\\\"s domain.\").optional(),\n value: z.string().describe(\"A string value within the domain of this Custom Field.\").optional(),\n enabled: z.boolean().describe(\"Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched.\").optional(),\n color_key: z.string().describe(\"A color key associated with this EnumValue within the CustomField\\\"s domain.\").optional(),\n}).describe(\"Request schema for `Values`\")).describe(\"A collection of EnumValue objects representing the values in the domain of some Custom Field.\").optional(),\n enabled: z.boolean().describe(\"Indicates whether the Field is enabled for the Workspace. Only enabled fields can be applied to Stories.\").optional(),\n after_id: z.string().describe(\"The ID of the CustomField we want to move this CustomField after.\").optional(),\n before_id: z.string().describe(\"The ID of the CustomField we want to move this CustomField before.\").optional(),\n description: z.string().describe(\"A description of the purpose of this field.\").optional(),\n icon_set_identifier: z.string().describe(\"A frontend-controlled string that represents the icon for this custom field.\").optional(),\n custom__field__public__id: z.string().describe(\"The unique ID of the CustomField.\"),\n}).describe(\"Request schema for `UpdateCustomField`\");\nconst ShortcutUpdateCustomField_EnumValueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique UUID identifier for the enum value.\"),\n value: z.string().describe(\"The actual text value of the enum option.\"),\n position: z.number().int().describe(\"Ordering position of this enum value.\"),\n color_key: z.string().describe(\"Color identifier for the enum value.\"),\n entity_type: z.string().describe(\"Entity type identifier for the enum value.\"),\n}).describe(\"Schema for enum values in custom field\");\nexport const ShortcutUpdateCustomFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique UUID identifier for the custom field.\"),\n name: z.string().describe(\"Display name of the custom field (maximum 63 characters).\"),\n values: z.array(ShortcutUpdateCustomField_EnumValueSchema).describe(\"Collection of enum values for this custom field.\"),\n enabled: z.boolean().describe(\"Whether the custom field is active for workspace use.\"),\n position: z.number().int().describe(\"Ordering position among custom fields.\"),\n created_at: z.string().describe(\"Timestamp when the custom field was created.\"),\n field_type: z.string().describe(\"The category of custom field (e.g., 'enum').\"),\n updated_at: z.string().describe(\"Timestamp of last modification to the custom field.\"),\n description: z.string().describe(\"A description of the custom field's purpose.\"),\n entity_type: z.string().describe(\"Identifies this as a 'custom-field' entity type.\"),\n canonical_name: z.string().describe(\"The standardized internal name for the custom field.\"),\n icon_set_identifier: z.string().describe(\"Frontend-controlled identifier for the custom field's icon.\"),\n}).describe(\"Response schema for `UpdateCustomField`\");\n\nexport const shortcutUpdateCustomField = action(\"SHORTCUT_UPDATE_CUSTOM_FIELD\", {\n slug: \"shortcut-update-custom-field\",\n name: \"Update custom field\",\n description: \"Update Custom Field can be used to update the definition of a Custom Field. The order of items in the 'values' collection is interpreted to be their ascending sort order.To delete an existing enum value, simply omit it from the 'values' collection. New enum values may be created inline by including an object in the 'values' collection having a 'value' entry with no 'id' (eg. {'value': 'myNewValue', 'color_key': 'green'}).\",\n input: ShortcutUpdateCustomFieldInput,\n output: ShortcutUpdateCustomFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,MAAM,EAAE,OAAO;EACzB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC9F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;EACxL,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC7J,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CACnJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC5G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC9G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CAClI,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AACpF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC/E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAgBpD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACrF,QAAQ,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kDAAkD;EACtH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;EACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;EAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACnF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC1F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACxG,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-doc.ts
|
|
4
|
+
const ShortcutUpdateDocInput = zod.z.object({
|
|
5
|
+
title: zod.z.string().describe("The new title for the document").optional(),
|
|
6
|
+
content: zod.z.string().describe("The new content for the document.").optional(),
|
|
7
|
+
content_format: zod.z.enum(["markdown", "html"]).describe("Format of content. For input: specifies format of provided content (defaults to 'html'). For output: controls response format - 'markdown' (default) or 'html' to include HTML content.").optional(),
|
|
8
|
+
doc__public__id: zod.z.string().describe("The Doc's public ID")
|
|
9
|
+
}).describe("Request schema for `UpdateDoc`");
|
|
10
|
+
const ShortcutUpdateDocOutput = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("The public id of the Doc"),
|
|
12
|
+
title: zod.z.string().describe("The Doc's title").nullable().optional(),
|
|
13
|
+
app_url: zod.z.string().describe("The Shortcut application url for the Doc"),
|
|
14
|
+
archived: zod.z.boolean().describe("Whether the Doc is archived"),
|
|
15
|
+
created_at: zod.z.string().describe("The time/date the Doc was created"),
|
|
16
|
+
updated_at: zod.z.string().describe("The time/date the Doc was last updated"),
|
|
17
|
+
content_html: zod.z.string().describe("The Doc's content in HTML format (as stored in S3). Only included when include_html=true query parameter is provided.").nullable().optional(),
|
|
18
|
+
content_markdown: zod.z.string().describe("The Doc's content in Markdown format (converted from HTML storage).").nullable().optional()
|
|
19
|
+
}).describe("Response schema for `UpdateDoc`");
|
|
20
|
+
const shortcutUpdateDoc = require_action.action("SHORTCUT_UPDATE_DOC", {
|
|
21
|
+
slug: "shortcut-update-doc",
|
|
22
|
+
name: "Update Doc",
|
|
23
|
+
description: "Tool to update an existing Doc's title and/or content. Use when you need to modify document properties. Supports markdown or HTML input via content_format parameter. SSE events notify connected users to refresh; if no users are connected, CKEditor cache is flushed.",
|
|
24
|
+
input: ShortcutUpdateDocInput,
|
|
25
|
+
output: ShortcutUpdateDocOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.shortcutUpdateDoc = shortcutUpdateDoc;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=update-doc.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-doc.cjs","names":["z","action"],"sources":["../../src/actions/update-doc.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateDocInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The new title for the document\").optional(),\n content: z.string().describe(\"The new content for the document.\").optional(),\n content_format: z.enum([\"markdown\", \"html\"]).describe(\"Format of content. For input: specifies format of provided content (defaults to 'html'). For output: controls response format - 'markdown' (default) or 'html' to include HTML content.\").optional(),\n doc__public__id: z.string().describe(\"The Doc's public ID\"),\n}).describe(\"Request schema for `UpdateDoc`\");\nexport const ShortcutUpdateDocOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The public id of the Doc\"),\n title: z.string().describe(\"The Doc's title\").nullable().optional(),\n app_url: z.string().describe(\"The Shortcut application url for the Doc\"),\n archived: z.boolean().describe(\"Whether the Doc is archived\"),\n created_at: z.string().describe(\"The time/date the Doc was created\"),\n updated_at: z.string().describe(\"The time/date the Doc was last updated\"),\n content_html: z.string().describe(\"The Doc's content in HTML format (as stored in S3). Only included when include_html=true query parameter is provided.\").nullable().optional(),\n content_markdown: z.string().describe(\"The Doc's content in Markdown format (converted from HTML storage).\").nullable().optional(),\n}).describe(\"Response schema for `UpdateDoc`\");\n\nexport const shortcutUpdateDoc = action(\"SHORTCUT_UPDATE_DOC\", {\n slug: \"shortcut-update-doc\",\n name: \"Update Doc\",\n description: \"Tool to update an existing Doc's title and/or content. Use when you need to modify document properties. Supports markdown or HTML input via content_format parameter. SSE events notify connected users to refresh; if no users are connected, CKEditor cache is flushed.\",\n input: ShortcutUpdateDocInput,\n output: ShortcutUpdateDocOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC3E,gBAAgBA,IAAAA,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,yLAAyL,CAAC,CAAC,SAAS;CAC1P,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AAC5D,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/K,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAE7C,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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/update-doc.d.ts
|
|
4
|
+
declare const ShortcutUpdateDocInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateDocOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateDoc: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateDoc };
|
|
9
|
+
//# sourceMappingURL=update-doc.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-doc.d.cts","names":[],"sources":["../../src/actions/update-doc.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAKM;AAAA,cAChC,uBAAA,EAAyB,CAAA,CAAE,UASM;AAAA,cAEjC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-doc.d.ts
|
|
4
|
+
declare const ShortcutUpdateDocInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShortcutUpdateDocOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shortcutUpdateDoc: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shortcutUpdateDoc };
|
|
9
|
+
//# sourceMappingURL=update-doc.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-doc.d.mts","names":[],"sources":["../../src/actions/update-doc.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAKM;AAAA,cAChC,uBAAA,EAAyB,CAAA,CAAE,UASM;AAAA,cAEjC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const shortcutUpdateDoc = action("SHORTCUT_UPDATE_DOC", {
|
|
4
|
+
slug: "shortcut-update-doc",
|
|
5
|
+
name: "Update Doc",
|
|
6
|
+
description: "Tool to update an existing Doc's title and/or content. Use when you need to modify document properties. Supports markdown or HTML input via content_format parameter. SSE events notify connected users to refresh; if no users are connected, CKEditor cache is flushed.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
title: z.string().describe("The new title for the document").optional(),
|
|
9
|
+
content: z.string().describe("The new content for the document.").optional(),
|
|
10
|
+
content_format: z.enum(["markdown", "html"]).describe("Format of content. For input: specifies format of provided content (defaults to 'html'). For output: controls response format - 'markdown' (default) or 'html' to include HTML content.").optional(),
|
|
11
|
+
doc__public__id: z.string().describe("The Doc's public ID")
|
|
12
|
+
}).describe("Request schema for `UpdateDoc`"),
|
|
13
|
+
output: z.object({
|
|
14
|
+
id: z.string().describe("The public id of the Doc"),
|
|
15
|
+
title: z.string().describe("The Doc's title").nullable().optional(),
|
|
16
|
+
app_url: z.string().describe("The Shortcut application url for the Doc"),
|
|
17
|
+
archived: z.boolean().describe("Whether the Doc is archived"),
|
|
18
|
+
created_at: z.string().describe("The time/date the Doc was created"),
|
|
19
|
+
updated_at: z.string().describe("The time/date the Doc was last updated"),
|
|
20
|
+
content_html: z.string().describe("The Doc's content in HTML format (as stored in S3). Only included when include_html=true query parameter is provided.").nullable().optional(),
|
|
21
|
+
content_markdown: z.string().describe("The Doc's content in Markdown format (converted from HTML storage).").nullable().optional()
|
|
22
|
+
}).describe("Response schema for `UpdateDoc`")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { shortcutUpdateDoc };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-doc.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-doc.mjs","names":[],"sources":["../../src/actions/update-doc.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutUpdateDocInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The new title for the document\").optional(),\n content: z.string().describe(\"The new content for the document.\").optional(),\n content_format: z.enum([\"markdown\", \"html\"]).describe(\"Format of content. For input: specifies format of provided content (defaults to 'html'). For output: controls response format - 'markdown' (default) or 'html' to include HTML content.\").optional(),\n doc__public__id: z.string().describe(\"The Doc's public ID\"),\n}).describe(\"Request schema for `UpdateDoc`\");\nexport const ShortcutUpdateDocOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The public id of the Doc\"),\n title: z.string().describe(\"The Doc's title\").nullable().optional(),\n app_url: z.string().describe(\"The Shortcut application url for the Doc\"),\n archived: z.boolean().describe(\"Whether the Doc is archived\"),\n created_at: z.string().describe(\"The time/date the Doc was created\"),\n updated_at: z.string().describe(\"The time/date the Doc was last updated\"),\n content_html: z.string().describe(\"The Doc's content in HTML format (as stored in S3). Only included when include_html=true query parameter is provided.\").nullable().optional(),\n content_markdown: z.string().describe(\"The Doc's content in Markdown format (converted from HTML storage).\").nullable().optional(),\n}).describe(\"Response schema for `UpdateDoc`\");\n\nexport const shortcutUpdateDoc = action(\"SHORTCUT_UPDATE_DOC\", {\n slug: \"shortcut-update-doc\",\n name: \"Update Doc\",\n description: \"Tool to update an existing Doc's title and/or content. Use when you need to modify document properties. Supports markdown or HTML input via content_format parameter. SSE events notify connected users to refresh; if no users are connected, CKEditor cache is flushed.\",\n input: ShortcutUpdateDocInput,\n output: ShortcutUpdateDocOutput,\n});\n"],"mappings":";;AAqBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBkD,EAAE,OAAO;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC3E,gBAAgB,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,yLAAyL,CAAC,CAAC,SAAS;EAC1P,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC5D,CAAC,CAAC,CAAC,SAAS,gCAgBH;CACP,QAhBmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACvE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B;EAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACxE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/K,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,SAAS,iCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-entity-template.ts
|
|
4
|
+
const ShortcutUpdateEntityTemplateInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The updated template name.").optional(),
|
|
6
|
+
story__contents__name: zod.z.string().describe("The name of the story.").optional(),
|
|
7
|
+
story__contents__tasks: zod.z.array(zod.z.object({
|
|
8
|
+
complete: zod.z.boolean().describe("True/false boolean indicating whether the Task is completed. Defaults to false.").optional(),
|
|
9
|
+
owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any members you want to add as Owners on this new Task.").optional(),
|
|
10
|
+
description: zod.z.string().describe("The Task description."),
|
|
11
|
+
external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.").optional()
|
|
12
|
+
}).describe("Request schema for `Tasks`")).describe("An array of tasks to be populated by the template.").optional(),
|
|
13
|
+
story__contents__labels: zod.z.array(zod.z.object({
|
|
14
|
+
name: zod.z.string().describe("The name of the new Label."),
|
|
15
|
+
color: zod.z.string().describe("The hex color to be displayed with the Label (for example, \"#ff0000\").").optional(),
|
|
16
|
+
description: zod.z.string().describe("The description of the new Label.").optional(),
|
|
17
|
+
external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.").optional()
|
|
18
|
+
}).describe("Request schema for `Labels`")).describe("An array of labels to be populated by the template.").optional(),
|
|
19
|
+
story__contents__deadline: zod.z.string().describe("The due date of the story.").optional(),
|
|
20
|
+
story__contents__epic__id: zod.z.number().int().describe("The ID of the epic the to be populated.").optional(),
|
|
21
|
+
story__contents__estimate: zod.z.number().int().describe("The numeric point estimate to be populated.").optional(),
|
|
22
|
+
story__contents__file__ids: zod.z.array(zod.z.number().int()).describe("An array of the attached file IDs to be populated.").optional(),
|
|
23
|
+
story__contents__group__id: zod.z.string().describe("The ID of the group to be populated.").optional(),
|
|
24
|
+
story__contents__owner__ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the owners of this story.").optional(),
|
|
25
|
+
entity__template__public__id: zod.z.string().describe("The unique ID of the template to be updated."),
|
|
26
|
+
story__contents__description: zod.z.string().describe("The description of the story.").optional(),
|
|
27
|
+
story__contents__project__id: zod.z.number().int().describe("The ID of the project the story belongs to.").optional(),
|
|
28
|
+
story__contents__story__type: zod.z.string().describe("The type of story (feature, bug, chore).").optional(),
|
|
29
|
+
story__contents__follower__ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any Members listed as Followers.").optional(),
|
|
30
|
+
story__contents__iteration__id: zod.z.number().int().describe("The ID of the iteration the to be populated.").optional(),
|
|
31
|
+
story__contents__custom__fields: zod.z.array(zod.z.object({
|
|
32
|
+
value: zod.z.string().describe("A literal value for the CustomField. Currently ignored.").optional(),
|
|
33
|
+
field_id: zod.z.string().describe("The unique public ID for the CustomField."),
|
|
34
|
+
value_id: zod.z.string().describe("The unique public ID for the CustomFieldEnumValue.")
|
|
35
|
+
}).describe("Request schema for `CustomFields`")).describe("An array of maps specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.").optional(),
|
|
36
|
+
story__contents__external__links: zod.z.array(zod.z.string()).describe("An array of external links to be populated.").optional(),
|
|
37
|
+
story__contents__linked__file__ids: zod.z.array(zod.z.number().int()).describe("An array of the linked file IDs to be populated.").optional(),
|
|
38
|
+
story__contents__workflow__state__id: zod.z.number().int().describe("The ID of the workflow state to be populated.").optional()
|
|
39
|
+
}).describe("Request schema for `UpdateEntityTemplate`");
|
|
40
|
+
const ShortcutUpdateEntityTemplate_FileResponseSchema = zod.z.object({
|
|
41
|
+
id: zod.z.number().int().describe("The unique ID for the file"),
|
|
42
|
+
url: zod.z.string().describe("File access URL").nullable().optional(),
|
|
43
|
+
name: zod.z.string().describe("The optional User-specified name of the file"),
|
|
44
|
+
size: zod.z.number().int().describe("File size in bytes"),
|
|
45
|
+
filename: zod.z.string().describe("The name assigned to the file in Shortcut upon upload"),
|
|
46
|
+
story_ids: zod.z.array(zod.z.number().int()).describe("The unique IDs of the Stories associated with this file"),
|
|
47
|
+
created_at: zod.z.string().describe("The time/date that the file was created"),
|
|
48
|
+
updated_at: zod.z.string().describe("Modification timestamp").nullable().optional(),
|
|
49
|
+
description: zod.z.string().describe("File description").nullable().optional(),
|
|
50
|
+
entity_type: zod.z.string().describe("A string description of this resource"),
|
|
51
|
+
external_id: zod.z.string().describe("External system identifier for imported files").nullable().optional(),
|
|
52
|
+
mention_ids: zod.z.array(zod.z.string()).describe("Deprecated; use member_mention_ids instead").nullable().optional(),
|
|
53
|
+
uploader_id: zod.z.string().describe("The unique ID of the Member who uploaded the file"),
|
|
54
|
+
content_type: zod.z.string().describe("Free form string corresponding to a text or image file"),
|
|
55
|
+
thumbnail_url: zod.z.string().describe("The url where the thumbnail of the file can be found in Shortcut").nullable().optional(),
|
|
56
|
+
group_mention_ids: zod.z.array(zod.z.string()).describe("The unique IDs of the Groups who are mentioned in the file description"),
|
|
57
|
+
member_mention_ids: zod.z.array(zod.z.string()).describe("The unique IDs of the Members who are mentioned in the file description")
|
|
58
|
+
}).describe("File attached to a story");
|
|
59
|
+
const ShortcutUpdateEntityTemplate_TaskResponseSchema = zod.z.object({
|
|
60
|
+
complete: zod.z.boolean().describe("True/false boolean indicating whether the Task has been completed").nullable().optional(),
|
|
61
|
+
position: zod.z.number().int().describe("The number corresponding to the Task's position within a list of Tasks on a Story").nullable().optional(),
|
|
62
|
+
owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the Owners of this Task").nullable().optional(),
|
|
63
|
+
description: zod.z.string().describe("Full text of the Task"),
|
|
64
|
+
external_id: zod.z.string().describe("Used to store an identifier from another system when Tasks are imported from external tools").nullable().optional()
|
|
65
|
+
}).describe("Task connected to a story");
|
|
66
|
+
const ShortcutUpdateEntityTemplate_LabelResponseSchema = zod.z.object({
|
|
67
|
+
id: zod.z.number().int().describe("The unique ID of the Label"),
|
|
68
|
+
name: zod.z.string().describe("The name of the Label"),
|
|
69
|
+
color: zod.z.string().describe("Hex color code (format: #RRGGBB, e.g., #ff0000)").nullable().optional(),
|
|
70
|
+
app_url: zod.z.string().describe("The Shortcut application url for the Label"),
|
|
71
|
+
archived: zod.z.boolean().describe("A true/false boolean indicating if the Label has been archived"),
|
|
72
|
+
created_at: zod.z.string().describe("Timestamp indicating creation").nullable().optional(),
|
|
73
|
+
updated_at: zod.z.string().describe("Timestamp for last modification").nullable().optional(),
|
|
74
|
+
description: zod.z.string().describe("The description of the Label").nullable().optional(),
|
|
75
|
+
entity_type: zod.z.string().describe("A string description of this resource"),
|
|
76
|
+
external_id: zod.z.string().describe("Reference ID from external tools if imported").nullable().optional()
|
|
77
|
+
}).describe("Label attached to a story");
|
|
78
|
+
const ShortcutUpdateEntityTemplate_SubTaskResponseSchema = zod.z.object({
|
|
79
|
+
name: zod.z.string().describe("The name of the SubTask"),
|
|
80
|
+
owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the owners of this story").nullable().optional(),
|
|
81
|
+
workflow_state_id: zod.z.number().int().describe("The ID of the workflow state the story will be in").nullable().optional()
|
|
82
|
+
}).describe("Sub-task to create and link to the story");
|
|
83
|
+
const ShortcutUpdateEntityTemplate_LinkedFileResponseSchema = zod.z.object({
|
|
84
|
+
id: zod.z.number().int().describe("The unique identifier for the file"),
|
|
85
|
+
url: zod.z.string().describe("The URL of the file"),
|
|
86
|
+
name: zod.z.string().describe("The name of the linked file"),
|
|
87
|
+
size: zod.z.number().int().describe("The filesize, if the integration provided it").nullable().optional(),
|
|
88
|
+
type: zod.z.string().describe("The integration type (e.g. google, dropbox, box)"),
|
|
89
|
+
story_ids: zod.z.array(zod.z.number().int()).describe("The IDs of the stories this file is attached to"),
|
|
90
|
+
created_at: zod.z.string().describe("The time/date the LinkedFile was created"),
|
|
91
|
+
updated_at: zod.z.string().describe("The time/date the LinkedFile was updated"),
|
|
92
|
+
description: zod.z.string().describe("The description of the file").nullable().optional(),
|
|
93
|
+
entity_type: zod.z.string().describe("A string description of this resource"),
|
|
94
|
+
mention_ids: zod.z.array(zod.z.string()).describe("Deprecated; use member_mention_ids instead").nullable().optional(),
|
|
95
|
+
uploader_id: zod.z.string().describe("The UUID of the member that uploaded the file"),
|
|
96
|
+
content_type: zod.z.string().describe("The content type of the image (e.g. txt/plain)").nullable().optional(),
|
|
97
|
+
thumbnail_url: zod.z.string().describe("The URL of the file thumbnail, if the integration provided it").nullable().optional(),
|
|
98
|
+
group_mention_ids: zod.z.array(zod.z.string()).describe("The groups that are mentioned in the description of the file"),
|
|
99
|
+
member_mention_ids: zod.z.array(zod.z.string()).describe("The members that are mentioned in the description of the file")
|
|
100
|
+
}).describe("Linked file from external integration");
|
|
101
|
+
const ShortcutUpdateEntityTemplate_CustomFieldResponseSchema = zod.z.object({
|
|
102
|
+
value: zod.z.string().describe("A literal value for the CustomField. Currently ignored.").nullable().optional(),
|
|
103
|
+
field_id: zod.z.string().describe("The unique public ID for the CustomField"),
|
|
104
|
+
value_id: zod.z.string().describe("The unique public ID for the CustomFieldEnumValue")
|
|
105
|
+
}).describe("Custom field mapping with field ID and value ID");
|
|
106
|
+
const ShortcutUpdateEntityTemplate_StoryContentsResponseSchema = zod.z.object({
|
|
107
|
+
name: zod.z.string().describe("The name of the story").nullable().optional(),
|
|
108
|
+
files: zod.z.array(ShortcutUpdateEntityTemplate_FileResponseSchema).describe("An array of files attached to the story").nullable().optional(),
|
|
109
|
+
tasks: zod.z.array(ShortcutUpdateEntityTemplate_TaskResponseSchema).describe("An array of tasks connected to the story").nullable().optional(),
|
|
110
|
+
labels: zod.z.array(ShortcutUpdateEntityTemplate_LabelResponseSchema).describe("An array of labels attached to the story").nullable().optional(),
|
|
111
|
+
epic_id: zod.z.number().int().describe("The ID of the epic the story belongs to").nullable().optional(),
|
|
112
|
+
deadline: zod.z.string().describe("The due date of the story").nullable().optional(),
|
|
113
|
+
estimate: zod.z.number().int().describe("The numeric point estimate of the story. Can also be null, which means unestimated").nullable().optional(),
|
|
114
|
+
group_id: zod.z.string().describe("The ID of the group to which the story is assigned").nullable().optional(),
|
|
115
|
+
label_ids: zod.z.array(zod.z.number().int()).describe("An array of label ids attached to the story").nullable().optional(),
|
|
116
|
+
owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the owners of this story").nullable().optional(),
|
|
117
|
+
sub_tasks: zod.z.array(ShortcutUpdateEntityTemplate_SubTaskResponseSchema).describe("An array of maps specifying the sub-tasks to create and link to the story").nullable().optional(),
|
|
118
|
+
project_id: zod.z.number().int().describe("The ID of the project the story belongs to").nullable().optional(),
|
|
119
|
+
story_type: zod.z.string().describe("The type of story (feature, bug, chore)").nullable().optional(),
|
|
120
|
+
description: zod.z.string().describe("The description of the story").nullable().optional(),
|
|
121
|
+
entity_type: zod.z.string().describe("A string description of this resource").nullable().optional(),
|
|
122
|
+
follower_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any Members listed as Followers").nullable().optional(),
|
|
123
|
+
iteration_id: zod.z.number().int().describe("The ID of the iteration the story belongs to").nullable().optional(),
|
|
124
|
+
linked_files: zod.z.array(ShortcutUpdateEntityTemplate_LinkedFileResponseSchema).describe("An array of linked files attached to the story").nullable().optional(),
|
|
125
|
+
custom_fields: zod.z.array(ShortcutUpdateEntityTemplate_CustomFieldResponseSchema).describe("An array of maps specifying a CustomField ID and CustomFieldEnumValue ID").nullable().optional(),
|
|
126
|
+
external_links: zod.z.array(zod.z.string()).describe("An array of external links connected to the story").nullable().optional(),
|
|
127
|
+
workflow_state_id: zod.z.number().int().describe("The ID of the workflow state the story is currently in").nullable().optional()
|
|
128
|
+
}).describe("A container entity for the attributes this template should populate");
|
|
129
|
+
const ShortcutUpdateEntityTemplateOutput = zod.z.object({
|
|
130
|
+
id: zod.z.string().describe("The unique identifier for the entity template"),
|
|
131
|
+
name: zod.z.string().describe("The template's name"),
|
|
132
|
+
author_id: zod.z.string().describe("The unique ID of the member who created the template"),
|
|
133
|
+
created_at: zod.z.string().describe("The time/date when the entity template was created"),
|
|
134
|
+
updated_at: zod.z.string().describe("The time/date when the entity template was last updated"),
|
|
135
|
+
entity_type: zod.z.string().describe("A string description of this resource"),
|
|
136
|
+
last_used_at: zod.z.string().describe("The last time that someone created an entity using this template"),
|
|
137
|
+
story_contents: ShortcutUpdateEntityTemplate_StoryContentsResponseSchema.nullable()
|
|
138
|
+
}).describe("Response schema for `UpdateEntityTemplate`");
|
|
139
|
+
const shortcutUpdateEntityTemplate = require_action.action("SHORTCUT_UPDATE_ENTITY_TEMPLATE", {
|
|
140
|
+
slug: "shortcut-update-entity-template",
|
|
141
|
+
name: "Update entity template",
|
|
142
|
+
description: "Update an entity template's name or its contents.",
|
|
143
|
+
input: ShortcutUpdateEntityTemplateInput,
|
|
144
|
+
output: ShortcutUpdateEntityTemplateOutput
|
|
145
|
+
});
|
|
146
|
+
//#endregion
|
|
147
|
+
exports.shortcutUpdateEntityTemplate = shortcutUpdateEntityTemplate;
|
|
148
|
+
|
|
149
|
+
//# sourceMappingURL=update-entity-template.cjs.map
|