@keystrokehq/rocketlane 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/add-assignee-to-task.cjs +74 -0
- package/dist/actions/add-assignee-to-task.cjs.map +1 -0
- package/dist/actions/add-assignee-to-task.d.cts +9 -0
- package/dist/actions/add-assignee-to-task.d.cts.map +1 -0
- package/dist/actions/add-assignee-to-task.d.mts +9 -0
- package/dist/actions/add-assignee-to-task.d.mts.map +1 -0
- package/dist/actions/add-assignee-to-task.mjs +73 -0
- package/dist/actions/add-assignee-to-task.mjs.map +1 -0
- package/dist/actions/add-field-option.cjs +33 -0
- package/dist/actions/add-field-option.cjs.map +1 -0
- package/dist/actions/add-field-option.d.cts +9 -0
- package/dist/actions/add-field-option.d.cts.map +1 -0
- package/dist/actions/add-field-option.d.mts +9 -0
- package/dist/actions/add-field-option.d.mts.map +1 -0
- package/dist/actions/add-field-option.mjs +30 -0
- package/dist/actions/add-field-option.mjs.map +1 -0
- package/dist/actions/add-followers-to-task.cjs +25 -0
- package/dist/actions/add-followers-to-task.cjs.map +1 -0
- package/dist/actions/add-followers-to-task.d.cts +9 -0
- package/dist/actions/add-followers-to-task.d.cts.map +1 -0
- package/dist/actions/add-followers-to-task.d.mts +9 -0
- package/dist/actions/add-followers-to-task.d.mts.map +1 -0
- package/dist/actions/add-followers-to-task.mjs +22 -0
- package/dist/actions/add-followers-to-task.mjs.map +1 -0
- package/dist/actions/add-members-to-conversation.cjs +35 -0
- package/dist/actions/add-members-to-conversation.cjs.map +1 -0
- package/dist/actions/add-members-to-conversation.d.cts +9 -0
- package/dist/actions/add-members-to-conversation.d.cts.map +1 -0
- package/dist/actions/add-members-to-conversation.d.mts +9 -0
- package/dist/actions/add-members-to-conversation.d.mts.map +1 -0
- package/dist/actions/add-members-to-conversation.mjs +34 -0
- package/dist/actions/add-members-to-conversation.mjs.map +1 -0
- package/dist/actions/add-members.cjs +22 -0
- package/dist/actions/add-members.cjs.map +1 -0
- package/dist/actions/add-members.d.cts +9 -0
- package/dist/actions/add-members.d.cts.map +1 -0
- package/dist/actions/add-members.d.mts +9 -0
- package/dist/actions/add-members.d.mts.map +1 -0
- package/dist/actions/add-members.mjs +19 -0
- package/dist/actions/add-members.mjs.map +1 -0
- package/dist/actions/archive-project-by-id.cjs +16 -0
- package/dist/actions/archive-project-by-id.cjs.map +1 -0
- package/dist/actions/archive-project-by-id.d.cts +9 -0
- package/dist/actions/archive-project-by-id.d.cts.map +1 -0
- package/dist/actions/archive-project-by-id.d.mts +9 -0
- package/dist/actions/archive-project-by-id.d.mts.map +1 -0
- package/dist/actions/archive-project-by-id.mjs +13 -0
- package/dist/actions/archive-project-by-id.mjs.map +1 -0
- package/dist/actions/create-comment.cjs +53 -0
- package/dist/actions/create-comment.cjs.map +1 -0
- package/dist/actions/create-comment.d.cts +9 -0
- package/dist/actions/create-comment.d.cts.map +1 -0
- package/dist/actions/create-comment.d.mts +9 -0
- package/dist/actions/create-comment.d.mts.map +1 -0
- package/dist/actions/create-comment.mjs +52 -0
- package/dist/actions/create-comment.mjs.map +1 -0
- package/dist/actions/create-company.cjs +30 -0
- package/dist/actions/create-company.cjs.map +1 -0
- package/dist/actions/create-company.d.cts +9 -0
- package/dist/actions/create-company.d.cts.map +1 -0
- package/dist/actions/create-company.d.mts +9 -0
- package/dist/actions/create-company.d.mts.map +1 -0
- package/dist/actions/create-company.mjs +27 -0
- package/dist/actions/create-company.mjs.map +1 -0
- package/dist/actions/create-conversation.cjs +52 -0
- package/dist/actions/create-conversation.cjs.map +1 -0
- package/dist/actions/create-conversation.d.cts +9 -0
- package/dist/actions/create-conversation.d.cts.map +1 -0
- package/dist/actions/create-conversation.d.mts +9 -0
- package/dist/actions/create-conversation.d.mts.map +1 -0
- package/dist/actions/create-conversation.mjs +51 -0
- package/dist/actions/create-conversation.mjs.map +1 -0
- package/dist/actions/create-field.cjs +67 -0
- package/dist/actions/create-field.cjs.map +1 -0
- package/dist/actions/create-field.d.cts +9 -0
- package/dist/actions/create-field.d.cts.map +1 -0
- package/dist/actions/create-field.d.mts +9 -0
- package/dist/actions/create-field.d.mts.map +1 -0
- package/dist/actions/create-field.mjs +66 -0
- package/dist/actions/create-field.mjs.map +1 -0
- package/dist/actions/create-phase.cjs +30 -0
- package/dist/actions/create-phase.cjs.map +1 -0
- package/dist/actions/create-phase.d.cts +9 -0
- package/dist/actions/create-phase.d.cts.map +1 -0
- package/dist/actions/create-phase.d.mts +9 -0
- package/dist/actions/create-phase.d.mts.map +1 -0
- package/dist/actions/create-phase.mjs +27 -0
- package/dist/actions/create-phase.mjs.map +1 -0
- package/dist/actions/create-project.cjs +106 -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 +105 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-space-document.cjs +31 -0
- package/dist/actions/create-space-document.cjs.map +1 -0
- package/dist/actions/create-space-document.d.cts +9 -0
- package/dist/actions/create-space-document.d.cts.map +1 -0
- package/dist/actions/create-space-document.d.mts +9 -0
- package/dist/actions/create-space-document.d.mts.map +1 -0
- package/dist/actions/create-space-document.mjs +28 -0
- package/dist/actions/create-space-document.mjs.map +1 -0
- package/dist/actions/create-space.cjs +31 -0
- package/dist/actions/create-space.cjs.map +1 -0
- package/dist/actions/create-space.d.cts +9 -0
- package/dist/actions/create-space.d.cts.map +1 -0
- package/dist/actions/create-space.d.mts +9 -0
- package/dist/actions/create-space.d.mts.map +1 -0
- package/dist/actions/create-space.mjs +30 -0
- package/dist/actions/create-space.mjs.map +1 -0
- package/dist/actions/create-task.cjs +53 -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 +52 -0
- package/dist/actions/create-task.mjs.map +1 -0
- package/dist/actions/create-time-entry.cjs +37 -0
- package/dist/actions/create-time-entry.cjs.map +1 -0
- package/dist/actions/create-time-entry.d.cts +9 -0
- package/dist/actions/create-time-entry.d.cts.map +1 -0
- package/dist/actions/create-time-entry.d.mts +9 -0
- package/dist/actions/create-time-entry.d.mts.map +1 -0
- package/dist/actions/create-time-entry.mjs +34 -0
- package/dist/actions/create-time-entry.mjs.map +1 -0
- package/dist/actions/delete-comment-by-id.cjs +16 -0
- package/dist/actions/delete-comment-by-id.cjs.map +1 -0
- package/dist/actions/delete-comment-by-id.d.cts +9 -0
- package/dist/actions/delete-comment-by-id.d.cts.map +1 -0
- package/dist/actions/delete-comment-by-id.d.mts +9 -0
- package/dist/actions/delete-comment-by-id.d.mts.map +1 -0
- package/dist/actions/delete-comment-by-id.mjs +13 -0
- package/dist/actions/delete-comment-by-id.mjs.map +1 -0
- package/dist/actions/delete-conversation.cjs +16 -0
- package/dist/actions/delete-conversation.cjs.map +1 -0
- package/dist/actions/delete-conversation.d.cts +9 -0
- package/dist/actions/delete-conversation.d.cts.map +1 -0
- package/dist/actions/delete-conversation.d.mts +9 -0
- package/dist/actions/delete-conversation.d.mts.map +1 -0
- package/dist/actions/delete-conversation.mjs +13 -0
- package/dist/actions/delete-conversation.mjs.map +1 -0
- package/dist/actions/delete-field.cjs +16 -0
- package/dist/actions/delete-field.cjs.map +1 -0
- package/dist/actions/delete-field.d.cts +9 -0
- package/dist/actions/delete-field.d.cts.map +1 -0
- package/dist/actions/delete-field.d.mts +9 -0
- package/dist/actions/delete-field.d.mts.map +1 -0
- package/dist/actions/delete-field.mjs +13 -0
- package/dist/actions/delete-field.mjs.map +1 -0
- package/dist/actions/delete-phase.cjs +16 -0
- package/dist/actions/delete-phase.cjs.map +1 -0
- package/dist/actions/delete-phase.d.cts +9 -0
- package/dist/actions/delete-phase.d.cts.map +1 -0
- package/dist/actions/delete-phase.d.mts +9 -0
- package/dist/actions/delete-phase.d.mts.map +1 -0
- package/dist/actions/delete-phase.mjs +13 -0
- package/dist/actions/delete-phase.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-space-document.cjs +16 -0
- package/dist/actions/delete-space-document.cjs.map +1 -0
- package/dist/actions/delete-space-document.d.cts +9 -0
- package/dist/actions/delete-space-document.d.cts.map +1 -0
- package/dist/actions/delete-space-document.d.mts +9 -0
- package/dist/actions/delete-space-document.d.mts.map +1 -0
- package/dist/actions/delete-space-document.mjs +13 -0
- package/dist/actions/delete-space-document.mjs.map +1 -0
- package/dist/actions/delete-space.cjs +16 -0
- package/dist/actions/delete-space.cjs.map +1 -0
- package/dist/actions/delete-space.d.cts +9 -0
- package/dist/actions/delete-space.d.cts.map +1 -0
- package/dist/actions/delete-space.d.mts +9 -0
- package/dist/actions/delete-space.d.mts.map +1 -0
- package/dist/actions/delete-space.mjs +13 -0
- package/dist/actions/delete-space.mjs.map +1 -0
- package/dist/actions/delete-task-by-id.cjs +16 -0
- package/dist/actions/delete-task-by-id.cjs.map +1 -0
- package/dist/actions/delete-task-by-id.d.cts +9 -0
- package/dist/actions/delete-task-by-id.d.cts.map +1 -0
- package/dist/actions/delete-task-by-id.d.mts +9 -0
- package/dist/actions/delete-task-by-id.d.mts.map +1 -0
- package/dist/actions/delete-task-by-id.mjs +13 -0
- package/dist/actions/delete-task-by-id.mjs.map +1 -0
- package/dist/actions/delete-time-entry-by-id.cjs +16 -0
- package/dist/actions/delete-time-entry-by-id.cjs.map +1 -0
- package/dist/actions/delete-time-entry-by-id.d.cts +9 -0
- package/dist/actions/delete-time-entry-by-id.d.cts.map +1 -0
- package/dist/actions/delete-time-entry-by-id.d.mts +9 -0
- package/dist/actions/delete-time-entry-by-id.d.mts.map +1 -0
- package/dist/actions/delete-time-entry-by-id.mjs +13 -0
- package/dist/actions/delete-time-entry-by-id.mjs.map +1 -0
- package/dist/actions/get-all-conversations.cjs +51 -0
- package/dist/actions/get-all-conversations.cjs.map +1 -0
- package/dist/actions/get-all-conversations.d.cts +9 -0
- package/dist/actions/get-all-conversations.d.cts.map +1 -0
- package/dist/actions/get-all-conversations.d.mts +9 -0
- package/dist/actions/get-all-conversations.d.mts.map +1 -0
- package/dist/actions/get-all-conversations.mjs +50 -0
- package/dist/actions/get-all-conversations.mjs.map +1 -0
- package/dist/actions/get-all-fields.cjs +33 -0
- package/dist/actions/get-all-fields.cjs.map +1 -0
- package/dist/actions/get-all-fields.d.cts +9 -0
- package/dist/actions/get-all-fields.d.cts.map +1 -0
- package/dist/actions/get-all-fields.d.mts +9 -0
- package/dist/actions/get-all-fields.d.mts.map +1 -0
- package/dist/actions/get-all-fields.mjs +32 -0
- package/dist/actions/get-all-fields.mjs.map +1 -0
- package/dist/actions/get-all-resource-allocations.cjs +31 -0
- package/dist/actions/get-all-resource-allocations.cjs.map +1 -0
- package/dist/actions/get-all-resource-allocations.d.cts +9 -0
- package/dist/actions/get-all-resource-allocations.d.cts.map +1 -0
- package/dist/actions/get-all-resource-allocations.d.mts +9 -0
- package/dist/actions/get-all-resource-allocations.d.mts.map +1 -0
- package/dist/actions/get-all-resource-allocations.mjs +30 -0
- package/dist/actions/get-all-resource-allocations.mjs.map +1 -0
- package/dist/actions/get-all-spaces.cjs +50 -0
- package/dist/actions/get-all-spaces.cjs.map +1 -0
- package/dist/actions/get-all-spaces.d.cts +9 -0
- package/dist/actions/get-all-spaces.d.cts.map +1 -0
- package/dist/actions/get-all-spaces.d.mts +9 -0
- package/dist/actions/get-all-spaces.d.mts.map +1 -0
- package/dist/actions/get-all-spaces.mjs +49 -0
- package/dist/actions/get-all-spaces.mjs.map +1 -0
- package/dist/actions/get-all-tasks.cjs +151 -0
- package/dist/actions/get-all-tasks.cjs.map +1 -0
- package/dist/actions/get-all-tasks.d.cts +9 -0
- package/dist/actions/get-all-tasks.d.cts.map +1 -0
- package/dist/actions/get-all-tasks.d.mts +9 -0
- package/dist/actions/get-all-tasks.d.mts.map +1 -0
- package/dist/actions/get-all-tasks.mjs +150 -0
- package/dist/actions/get-all-tasks.mjs.map +1 -0
- package/dist/actions/get-all-timeoffs.cjs +30 -0
- package/dist/actions/get-all-timeoffs.cjs.map +1 -0
- package/dist/actions/get-all-timeoffs.d.cts +9 -0
- package/dist/actions/get-all-timeoffs.d.cts.map +1 -0
- package/dist/actions/get-all-timeoffs.d.mts +9 -0
- package/dist/actions/get-all-timeoffs.d.mts.map +1 -0
- package/dist/actions/get-all-timeoffs.mjs +29 -0
- package/dist/actions/get-all-timeoffs.mjs.map +1 -0
- package/dist/actions/get-comments.cjs +59 -0
- package/dist/actions/get-comments.cjs.map +1 -0
- package/dist/actions/get-comments.d.cts +9 -0
- package/dist/actions/get-comments.d.cts.map +1 -0
- package/dist/actions/get-comments.d.mts +9 -0
- package/dist/actions/get-comments.d.mts.map +1 -0
- package/dist/actions/get-comments.mjs +58 -0
- package/dist/actions/get-comments.mjs.map +1 -0
- package/dist/actions/get-company.cjs +22 -0
- package/dist/actions/get-company.cjs.map +1 -0
- package/dist/actions/get-company.d.cts +9 -0
- package/dist/actions/get-company.d.cts.map +1 -0
- package/dist/actions/get-company.d.mts +9 -0
- package/dist/actions/get-company.d.mts.map +1 -0
- package/dist/actions/get-company.mjs +19 -0
- package/dist/actions/get-company.mjs.map +1 -0
- package/dist/actions/get-conversation.cjs +39 -0
- package/dist/actions/get-conversation.cjs.map +1 -0
- package/dist/actions/get-conversation.d.cts +9 -0
- package/dist/actions/get-conversation.d.cts.map +1 -0
- package/dist/actions/get-conversation.d.mts +9 -0
- package/dist/actions/get-conversation.d.mts.map +1 -0
- package/dist/actions/get-conversation.mjs +38 -0
- package/dist/actions/get-conversation.mjs.map +1 -0
- package/dist/actions/get-field-by-id.cjs +16 -0
- package/dist/actions/get-field-by-id.cjs.map +1 -0
- package/dist/actions/get-field-by-id.d.cts +9 -0
- package/dist/actions/get-field-by-id.d.cts.map +1 -0
- package/dist/actions/get-field-by-id.d.mts +9 -0
- package/dist/actions/get-field-by-id.d.mts.map +1 -0
- package/dist/actions/get-field-by-id.mjs +13 -0
- package/dist/actions/get-field-by-id.mjs.map +1 -0
- package/dist/actions/get-phase-by-id.cjs +20 -0
- package/dist/actions/get-phase-by-id.cjs.map +1 -0
- package/dist/actions/get-phase-by-id.d.cts +9 -0
- package/dist/actions/get-phase-by-id.d.cts.map +1 -0
- package/dist/actions/get-phase-by-id.d.mts +9 -0
- package/dist/actions/get-phase-by-id.d.mts.map +1 -0
- package/dist/actions/get-phase-by-id.mjs +17 -0
- package/dist/actions/get-phase-by-id.mjs.map +1 -0
- package/dist/actions/get-project-by-id.cjs +189 -0
- package/dist/actions/get-project-by-id.cjs.map +1 -0
- package/dist/actions/get-project-by-id.d.cts +9 -0
- package/dist/actions/get-project-by-id.d.cts.map +1 -0
- package/dist/actions/get-project-by-id.d.mts +9 -0
- package/dist/actions/get-project-by-id.d.mts.map +1 -0
- package/dist/actions/get-project-by-id.mjs +188 -0
- package/dist/actions/get-project-by-id.mjs.map +1 -0
- package/dist/actions/get-space.cjs +27 -0
- package/dist/actions/get-space.cjs.map +1 -0
- package/dist/actions/get-space.d.cts +9 -0
- package/dist/actions/get-space.d.cts.map +1 -0
- package/dist/actions/get-space.d.mts +9 -0
- package/dist/actions/get-space.d.mts.map +1 -0
- package/dist/actions/get-space.mjs +26 -0
- package/dist/actions/get-space.mjs.map +1 -0
- package/dist/actions/get-task-by-id.cjs +118 -0
- package/dist/actions/get-task-by-id.cjs.map +1 -0
- package/dist/actions/get-task-by-id.d.cts +9 -0
- package/dist/actions/get-task-by-id.d.cts.map +1 -0
- package/dist/actions/get-task-by-id.d.mts +9 -0
- package/dist/actions/get-task-by-id.d.mts.map +1 -0
- package/dist/actions/get-task-by-id.mjs +117 -0
- package/dist/actions/get-task-by-id.mjs.map +1 -0
- package/dist/actions/get-template-by-id.cjs +16 -0
- package/dist/actions/get-template-by-id.cjs.map +1 -0
- package/dist/actions/get-template-by-id.d.cts +9 -0
- package/dist/actions/get-template-by-id.d.cts.map +1 -0
- package/dist/actions/get-template-by-id.d.mts +9 -0
- package/dist/actions/get-template-by-id.d.mts.map +1 -0
- package/dist/actions/get-template-by-id.mjs +13 -0
- package/dist/actions/get-template-by-id.mjs.map +1 -0
- package/dist/actions/get-time-entries.cjs +49 -0
- package/dist/actions/get-time-entries.cjs.map +1 -0
- package/dist/actions/get-time-entries.d.cts +9 -0
- package/dist/actions/get-time-entries.d.cts.map +1 -0
- package/dist/actions/get-time-entries.d.mts +9 -0
- package/dist/actions/get-time-entries.d.mts.map +1 -0
- package/dist/actions/get-time-entries.mjs +48 -0
- package/dist/actions/get-time-entries.mjs.map +1 -0
- package/dist/actions/get-time-entry-by-id.cjs +56 -0
- package/dist/actions/get-time-entry-by-id.cjs.map +1 -0
- package/dist/actions/get-time-entry-by-id.d.cts +9 -0
- package/dist/actions/get-time-entry-by-id.d.cts.map +1 -0
- package/dist/actions/get-time-entry-by-id.d.mts +9 -0
- package/dist/actions/get-time-entry-by-id.d.mts.map +1 -0
- package/dist/actions/get-time-entry-by-id.mjs +55 -0
- package/dist/actions/get-time-entry-by-id.mjs.map +1 -0
- package/dist/actions/get-time-entry-categories.cjs +28 -0
- package/dist/actions/get-time-entry-categories.cjs.map +1 -0
- package/dist/actions/get-time-entry-categories.d.cts +9 -0
- package/dist/actions/get-time-entry-categories.d.cts.map +1 -0
- package/dist/actions/get-time-entry-categories.d.mts +9 -0
- package/dist/actions/get-time-entry-categories.d.mts.map +1 -0
- package/dist/actions/get-time-entry-categories.mjs +27 -0
- package/dist/actions/get-time-entry-categories.mjs.map +1 -0
- package/dist/actions/get-user-by-id.cjs +26 -0
- package/dist/actions/get-user-by-id.cjs.map +1 -0
- package/dist/actions/get-user-by-id.d.cts +9 -0
- package/dist/actions/get-user-by-id.d.cts.map +1 -0
- package/dist/actions/get-user-by-id.d.mts +9 -0
- package/dist/actions/get-user-by-id.d.mts.map +1 -0
- package/dist/actions/get-user-by-id.mjs +23 -0
- package/dist/actions/get-user-by-id.mjs.map +1 -0
- package/dist/actions/index.cjs +139 -0
- package/dist/actions/index.d.cts +70 -0
- package/dist/actions/index.d.mts +70 -0
- package/dist/actions/index.mjs +70 -0
- package/dist/actions/list-companies.cjs +22 -0
- package/dist/actions/list-companies.cjs.map +1 -0
- package/dist/actions/list-companies.d.cts +9 -0
- package/dist/actions/list-companies.d.cts.map +1 -0
- package/dist/actions/list-companies.d.mts +9 -0
- package/dist/actions/list-companies.d.mts.map +1 -0
- package/dist/actions/list-companies.mjs +21 -0
- package/dist/actions/list-companies.mjs.map +1 -0
- package/dist/actions/list-currencies.cjs +21 -0
- package/dist/actions/list-currencies.cjs.map +1 -0
- package/dist/actions/list-currencies.d.cts +9 -0
- package/dist/actions/list-currencies.d.cts.map +1 -0
- package/dist/actions/list-currencies.d.mts +9 -0
- package/dist/actions/list-currencies.d.mts.map +1 -0
- package/dist/actions/list-currencies.mjs +20 -0
- package/dist/actions/list-currencies.mjs.map +1 -0
- package/dist/actions/list-project-phases.cjs +103 -0
- package/dist/actions/list-project-phases.cjs.map +1 -0
- package/dist/actions/list-project-phases.d.cts +9 -0
- package/dist/actions/list-project-phases.d.cts.map +1 -0
- package/dist/actions/list-project-phases.d.mts +9 -0
- package/dist/actions/list-project-phases.d.mts.map +1 -0
- package/dist/actions/list-project-phases.mjs +102 -0
- package/dist/actions/list-project-phases.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +78 -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 +77 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +39 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +38 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-users.cjs +37 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +36 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/move-task-to-given-phase.cjs +44 -0
- package/dist/actions/move-task-to-given-phase.cjs.map +1 -0
- package/dist/actions/move-task-to-given-phase.d.cts +9 -0
- package/dist/actions/move-task-to-given-phase.d.cts.map +1 -0
- package/dist/actions/move-task-to-given-phase.d.mts +9 -0
- package/dist/actions/move-task-to-given-phase.d.mts.map +1 -0
- package/dist/actions/move-task-to-given-phase.mjs +43 -0
- package/dist/actions/move-task-to-given-phase.mjs.map +1 -0
- package/dist/actions/remove-assignees-from-task.cjs +23 -0
- package/dist/actions/remove-assignees-from-task.cjs.map +1 -0
- package/dist/actions/remove-assignees-from-task.d.cts +9 -0
- package/dist/actions/remove-assignees-from-task.d.cts.map +1 -0
- package/dist/actions/remove-assignees-from-task.d.mts +9 -0
- package/dist/actions/remove-assignees-from-task.d.mts.map +1 -0
- package/dist/actions/remove-assignees-from-task.mjs +20 -0
- package/dist/actions/remove-assignees-from-task.mjs.map +1 -0
- package/dist/actions/remove-dependencies-from-task.cjs +19 -0
- package/dist/actions/remove-dependencies-from-task.cjs.map +1 -0
- package/dist/actions/remove-dependencies-from-task.d.cts +9 -0
- package/dist/actions/remove-dependencies-from-task.d.cts.map +1 -0
- package/dist/actions/remove-dependencies-from-task.d.mts +9 -0
- package/dist/actions/remove-dependencies-from-task.d.mts.map +1 -0
- package/dist/actions/remove-dependencies-from-task.mjs +16 -0
- package/dist/actions/remove-dependencies-from-task.mjs.map +1 -0
- package/dist/actions/remove-followers-from-task.cjs +19 -0
- package/dist/actions/remove-followers-from-task.cjs.map +1 -0
- package/dist/actions/remove-followers-from-task.d.cts +9 -0
- package/dist/actions/remove-followers-from-task.d.cts.map +1 -0
- package/dist/actions/remove-followers-from-task.d.mts +9 -0
- package/dist/actions/remove-followers-from-task.d.mts.map +1 -0
- package/dist/actions/remove-followers-from-task.mjs +16 -0
- package/dist/actions/remove-followers-from-task.mjs.map +1 -0
- package/dist/actions/remove-members-from-conversation.cjs +33 -0
- package/dist/actions/remove-members-from-conversation.cjs.map +1 -0
- package/dist/actions/remove-members-from-conversation.d.cts +9 -0
- package/dist/actions/remove-members-from-conversation.d.cts.map +1 -0
- package/dist/actions/remove-members-from-conversation.d.mts +9 -0
- package/dist/actions/remove-members-from-conversation.d.mts.map +1 -0
- package/dist/actions/remove-members-from-conversation.mjs +32 -0
- package/dist/actions/remove-members-from-conversation.mjs.map +1 -0
- package/dist/actions/retrieve-subscription-details.cjs +41 -0
- package/dist/actions/retrieve-subscription-details.cjs.map +1 -0
- package/dist/actions/retrieve-subscription-details.d.cts +9 -0
- package/dist/actions/retrieve-subscription-details.d.cts.map +1 -0
- package/dist/actions/retrieve-subscription-details.d.mts +9 -0
- package/dist/actions/retrieve-subscription-details.d.mts.map +1 -0
- package/dist/actions/retrieve-subscription-details.mjs +40 -0
- package/dist/actions/retrieve-subscription-details.mjs.map +1 -0
- package/dist/actions/search-invoices.cjs +49 -0
- package/dist/actions/search-invoices.cjs.map +1 -0
- package/dist/actions/search-invoices.d.cts +9 -0
- package/dist/actions/search-invoices.d.cts.map +1 -0
- package/dist/actions/search-invoices.d.mts +9 -0
- package/dist/actions/search-invoices.d.mts.map +1 -0
- package/dist/actions/search-invoices.mjs +48 -0
- package/dist/actions/search-invoices.mjs.map +1 -0
- package/dist/actions/search-time-entries.cjs +99 -0
- package/dist/actions/search-time-entries.cjs.map +1 -0
- package/dist/actions/search-time-entries.d.cts +9 -0
- package/dist/actions/search-time-entries.d.cts.map +1 -0
- package/dist/actions/search-time-entries.d.mts +9 -0
- package/dist/actions/search-time-entries.d.mts.map +1 -0
- package/dist/actions/search-time-entries.mjs +98 -0
- package/dist/actions/search-time-entries.mjs.map +1 -0
- package/dist/actions/search-user-by-email.cjs +27 -0
- package/dist/actions/search-user-by-email.cjs.map +1 -0
- package/dist/actions/search-user-by-email.d.cts +9 -0
- package/dist/actions/search-user-by-email.d.cts.map +1 -0
- package/dist/actions/search-user-by-email.d.mts +9 -0
- package/dist/actions/search-user-by-email.d.mts.map +1 -0
- package/dist/actions/search-user-by-email.mjs +26 -0
- package/dist/actions/search-user-by-email.mjs.map +1 -0
- package/dist/actions/update-company.cjs +30 -0
- package/dist/actions/update-company.cjs.map +1 -0
- package/dist/actions/update-company.d.cts +9 -0
- package/dist/actions/update-company.d.cts.map +1 -0
- package/dist/actions/update-company.d.mts +9 -0
- package/dist/actions/update-company.d.mts.map +1 -0
- package/dist/actions/update-company.mjs +27 -0
- package/dist/actions/update-company.mjs.map +1 -0
- package/dist/actions/update-conversation.cjs +42 -0
- package/dist/actions/update-conversation.cjs.map +1 -0
- package/dist/actions/update-conversation.d.cts +9 -0
- package/dist/actions/update-conversation.d.cts.map +1 -0
- package/dist/actions/update-conversation.d.mts +9 -0
- package/dist/actions/update-conversation.d.mts.map +1 -0
- package/dist/actions/update-conversation.mjs +41 -0
- package/dist/actions/update-conversation.mjs.map +1 -0
- package/dist/actions/update-field-option.cjs +36 -0
- package/dist/actions/update-field-option.cjs.map +1 -0
- package/dist/actions/update-field-option.d.cts +9 -0
- package/dist/actions/update-field-option.d.cts.map +1 -0
- package/dist/actions/update-field-option.d.mts +9 -0
- package/dist/actions/update-field-option.d.mts.map +1 -0
- package/dist/actions/update-field-option.mjs +33 -0
- package/dist/actions/update-field-option.mjs.map +1 -0
- package/dist/actions/update-field.cjs +32 -0
- package/dist/actions/update-field.cjs.map +1 -0
- package/dist/actions/update-field.d.cts +9 -0
- package/dist/actions/update-field.d.cts.map +1 -0
- package/dist/actions/update-field.d.mts +9 -0
- package/dist/actions/update-field.d.mts.map +1 -0
- package/dist/actions/update-field.mjs +29 -0
- package/dist/actions/update-field.mjs.map +1 -0
- package/dist/actions/update-phase.cjs +37 -0
- package/dist/actions/update-phase.cjs.map +1 -0
- package/dist/actions/update-phase.d.cts +9 -0
- package/dist/actions/update-phase.d.cts.map +1 -0
- package/dist/actions/update-phase.d.mts +9 -0
- package/dist/actions/update-phase.d.mts.map +1 -0
- package/dist/actions/update-phase.mjs +36 -0
- package/dist/actions/update-phase.mjs.map +1 -0
- package/dist/actions/update-project-by-id.cjs +55 -0
- package/dist/actions/update-project-by-id.cjs.map +1 -0
- package/dist/actions/update-project-by-id.d.cts +9 -0
- package/dist/actions/update-project-by-id.d.cts.map +1 -0
- package/dist/actions/update-project-by-id.d.mts +9 -0
- package/dist/actions/update-project-by-id.d.mts.map +1 -0
- package/dist/actions/update-project-by-id.mjs +52 -0
- package/dist/actions/update-project-by-id.mjs.map +1 -0
- package/dist/actions/update-space-document.cjs +27 -0
- package/dist/actions/update-space-document.cjs.map +1 -0
- package/dist/actions/update-space-document.d.cts +9 -0
- package/dist/actions/update-space-document.d.cts.map +1 -0
- package/dist/actions/update-space-document.d.mts +9 -0
- package/dist/actions/update-space-document.d.mts.map +1 -0
- package/dist/actions/update-space-document.mjs +24 -0
- package/dist/actions/update-space-document.mjs.map +1 -0
- package/dist/actions/update-space.cjs +39 -0
- package/dist/actions/update-space.cjs.map +1 -0
- package/dist/actions/update-space.d.cts +9 -0
- package/dist/actions/update-space.d.cts.map +1 -0
- package/dist/actions/update-space.d.mts +9 -0
- package/dist/actions/update-space.d.mts.map +1 -0
- package/dist/actions/update-space.mjs +38 -0
- package/dist/actions/update-space.mjs.map +1 -0
- package/dist/actions/update-task-by-id.cjs +41 -0
- package/dist/actions/update-task-by-id.cjs.map +1 -0
- package/dist/actions/update-task-by-id.d.cts +9 -0
- package/dist/actions/update-task-by-id.d.cts.map +1 -0
- package/dist/actions/update-task-by-id.d.mts +9 -0
- package/dist/actions/update-task-by-id.d.mts.map +1 -0
- package/dist/actions/update-task-by-id.mjs +38 -0
- package/dist/actions/update-task-by-id.mjs.map +1 -0
- package/dist/actions/update-time-entry-by-id.cjs +23 -0
- package/dist/actions/update-time-entry-by-id.cjs.map +1 -0
- package/dist/actions/update-time-entry-by-id.d.cts +9 -0
- package/dist/actions/update-time-entry-by-id.d.cts.map +1 -0
- package/dist/actions/update-time-entry-by-id.d.mts +9 -0
- package/dist/actions/update-time-entry-by-id.d.mts.map +1 -0
- package/dist/actions/update-time-entry-by-id.mjs +20 -0
- package/dist/actions/update-time-entry-by-id.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 +144 -0
- package/dist/index.d.cts +72 -0
- package/dist/index.d.mts +72 -0
- package/dist/index.mjs +73 -0
- package/package.json +49 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-all-spaces.ts
|
|
4
|
+
const RocketlaneGetAllSpacesInput = zod.z.object({
|
|
5
|
+
page_size: zod.z.number().int().describe("Maximum number of spaces to return per page (default: 100)").optional(),
|
|
6
|
+
projectId: zod.z.number().int().describe("The project ID to filter spaces by. This parameter is required."),
|
|
7
|
+
page_token: zod.z.string().describe("Token for pagination to retrieve the next page of results").optional()
|
|
8
|
+
}).describe("Request model for getting all spaces.");
|
|
9
|
+
const RocketlaneGetAllSpaces_ProjectInfoSchema = zod.z.object({
|
|
10
|
+
projectId: zod.z.number().int().describe("The project's unique identifier").nullable().optional(),
|
|
11
|
+
projectName: zod.z.string().describe("The name of the project").nullable().optional()
|
|
12
|
+
}).describe("Model for project information.");
|
|
13
|
+
const RocketlaneGetAllSpaces_UserInfoSchema = zod.z.object({
|
|
14
|
+
userId: zod.z.number().int().describe("The user's unique identifier").nullable().optional(),
|
|
15
|
+
emailId: zod.z.string().describe("The user's email address").nullable().optional(),
|
|
16
|
+
lastName: zod.z.string().describe("The user's last name").nullable().optional(),
|
|
17
|
+
firstName: zod.z.string().describe("The user's first name").nullable().optional()
|
|
18
|
+
}).describe("Model for user information.");
|
|
19
|
+
const RocketlaneGetAllSpaces_SpaceSchema = zod.z.object({
|
|
20
|
+
private: zod.z.boolean().describe("Whether the space is private or shared").nullable().optional(),
|
|
21
|
+
project: RocketlaneGetAllSpaces_ProjectInfoSchema.nullable().optional(),
|
|
22
|
+
spaceId: zod.z.number().int().describe("The space's unique system-generated identifier").nullable().optional(),
|
|
23
|
+
createdAt: zod.z.number().int().describe("Creation timestamp in epoch milliseconds").nullable().optional(),
|
|
24
|
+
createdBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),
|
|
25
|
+
spaceName: zod.z.string().describe("The name of the space").nullable().optional(),
|
|
26
|
+
updatedAt: zod.z.number().int().describe("Last update timestamp in epoch milliseconds").nullable().optional(),
|
|
27
|
+
updatedBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional()
|
|
28
|
+
}).describe("Model for space information.");
|
|
29
|
+
const RocketlaneGetAllSpaces_PaginationInfoSchema = zod.z.object({
|
|
30
|
+
hasMore: zod.z.boolean().describe("Whether there are more pages").nullable().optional(),
|
|
31
|
+
nextPage: zod.z.string().describe("URL for the next page").nullable().optional(),
|
|
32
|
+
pageSize: zod.z.number().int().describe("Number of items per page").nullable().optional(),
|
|
33
|
+
nextPageToken: zod.z.string().describe("Token for the next page").nullable().optional(),
|
|
34
|
+
totalRecordCount: zod.z.number().int().describe("Total number of records").nullable().optional()
|
|
35
|
+
}).describe("Model for pagination information.");
|
|
36
|
+
const RocketlaneGetAllSpacesOutput = zod.z.object({
|
|
37
|
+
data: zod.z.array(RocketlaneGetAllSpaces_SpaceSchema).describe("List of spaces"),
|
|
38
|
+
pagination: RocketlaneGetAllSpaces_PaginationInfoSchema.nullable().optional()
|
|
39
|
+
}).describe("Response model for getting all spaces.");
|
|
40
|
+
const rocketlaneGetAllSpaces = require_action.action("ROCKETLANE_GET_ALL_SPACES", {
|
|
41
|
+
slug: "rocketlane-get-all-spaces",
|
|
42
|
+
name: "Get All Spaces",
|
|
43
|
+
description: "Tool to retrieve all spaces for a specific project in Rocketlane. Use when you need to list all spaces associated with a project, including space details like name, privacy status, and creation/update information.",
|
|
44
|
+
input: RocketlaneGetAllSpacesInput,
|
|
45
|
+
output: RocketlaneGetAllSpacesOutput
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.rocketlaneGetAllSpaces = rocketlaneGetAllSpaces;
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=get-all-spaces.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-spaces.cjs","names":["z","action"],"sources":["../../src/actions/get-all-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetAllSpacesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Maximum number of spaces to return per page (default: 100)\").optional(),\n projectId: z.number().int().describe(\"The project ID to filter spaces by. This parameter is required.\"),\n page_token: z.string().describe(\"Token for pagination to retrieve the next page of results\").optional(),\n}).describe(\"Request model for getting all spaces.\");\nconst RocketlaneGetAllSpaces_ProjectInfoSchema: z.ZodTypeAny = z.object({\n projectId: z.number().int().describe(\"The project's unique identifier\").nullable().optional(),\n projectName: z.string().describe(\"The name of the project\").nullable().optional(),\n}).describe(\"Model for project information.\");\nconst RocketlaneGetAllSpaces_UserInfoSchema: z.ZodTypeAny = z.object({\n userId: z.number().int().describe(\"The user's unique identifier\").nullable().optional(),\n emailId: z.string().describe(\"The user's email address\").nullable().optional(),\n lastName: z.string().describe(\"The user's last name\").nullable().optional(),\n firstName: z.string().describe(\"The user's first name\").nullable().optional(),\n}).describe(\"Model for user information.\");\nconst RocketlaneGetAllSpaces_SpaceSchema: z.ZodTypeAny = z.object({\n private: z.boolean().describe(\"Whether the space is private or shared\").nullable().optional(),\n project: RocketlaneGetAllSpaces_ProjectInfoSchema.nullable().optional(),\n spaceId: z.number().int().describe(\"The space's unique system-generated identifier\").nullable().optional(),\n createdAt: z.number().int().describe(\"Creation timestamp in epoch milliseconds\").nullable().optional(),\n createdBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),\n spaceName: z.string().describe(\"The name of the space\").nullable().optional(),\n updatedAt: z.number().int().describe(\"Last update timestamp in epoch milliseconds\").nullable().optional(),\n updatedBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),\n}).describe(\"Model for space information.\");\nconst RocketlaneGetAllSpaces_PaginationInfoSchema: z.ZodTypeAny = z.object({\n hasMore: z.boolean().describe(\"Whether there are more pages\").nullable().optional(),\n nextPage: z.string().describe(\"URL for the next page\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable().optional(),\n nextPageToken: z.string().describe(\"Token for the next page\").nullable().optional(),\n totalRecordCount: z.number().int().describe(\"Total number of records\").nullable().optional(),\n}).describe(\"Model for pagination information.\");\nexport const RocketlaneGetAllSpacesOutput: z.ZodTypeAny = z.object({\n data: z.array(RocketlaneGetAllSpaces_SpaceSchema).describe(\"List of spaces\"),\n pagination: RocketlaneGetAllSpaces_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response model for getting all spaces.\");\n\nexport const rocketlaneGetAllSpaces = action(\"ROCKETLANE_GET_ALL_SPACES\", {\n slug: \"rocketlane-get-all-spaces\",\n name: \"Get All Spaces\",\n description: \"Tool to retrieve all spaces for a specific project in Rocketlane. Use when you need to list all spaces associated with a project, including space details like name, privacy status, and creation/update information.\",\n input: RocketlaneGetAllSpacesInput,\n output: RocketlaneGetAllSpacesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-all-spaces.d.ts
|
|
4
|
+
declare const RocketlaneGetAllSpacesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RocketlaneGetAllSpacesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rocketlaneGetAllSpaces: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rocketlaneGetAllSpaces };
|
|
9
|
+
//# sourceMappingURL=get-all-spaces.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-spaces.d.cts","names":[],"sources":["../../src/actions/get-all-spaces.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIQ;AAAA,cA4BvC,4BAAA,EAA8B,CAAA,CAAE,UAGQ;AAAA,cAExC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-all-spaces.d.ts
|
|
4
|
+
declare const RocketlaneGetAllSpacesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RocketlaneGetAllSpacesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rocketlaneGetAllSpaces: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rocketlaneGetAllSpaces };
|
|
9
|
+
//# sourceMappingURL=get-all-spaces.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-spaces.d.mts","names":[],"sources":["../../src/actions/get-all-spaces.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIQ;AAAA,cA4BvC,4BAAA,EAA8B,CAAA,CAAE,UAGQ;AAAA,cAExC,sBAAA,gCAAsB,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/get-all-spaces.ts
|
|
4
|
+
const RocketlaneGetAllSpacesInput = z.object({
|
|
5
|
+
page_size: z.number().int().describe("Maximum number of spaces to return per page (default: 100)").optional(),
|
|
6
|
+
projectId: z.number().int().describe("The project ID to filter spaces by. This parameter is required."),
|
|
7
|
+
page_token: z.string().describe("Token for pagination to retrieve the next page of results").optional()
|
|
8
|
+
}).describe("Request model for getting all spaces.");
|
|
9
|
+
const RocketlaneGetAllSpaces_ProjectInfoSchema = z.object({
|
|
10
|
+
projectId: z.number().int().describe("The project's unique identifier").nullable().optional(),
|
|
11
|
+
projectName: z.string().describe("The name of the project").nullable().optional()
|
|
12
|
+
}).describe("Model for project information.");
|
|
13
|
+
const RocketlaneGetAllSpaces_UserInfoSchema = z.object({
|
|
14
|
+
userId: z.number().int().describe("The user's unique identifier").nullable().optional(),
|
|
15
|
+
emailId: z.string().describe("The user's email address").nullable().optional(),
|
|
16
|
+
lastName: z.string().describe("The user's last name").nullable().optional(),
|
|
17
|
+
firstName: z.string().describe("The user's first name").nullable().optional()
|
|
18
|
+
}).describe("Model for user information.");
|
|
19
|
+
const RocketlaneGetAllSpaces_SpaceSchema = z.object({
|
|
20
|
+
private: z.boolean().describe("Whether the space is private or shared").nullable().optional(),
|
|
21
|
+
project: RocketlaneGetAllSpaces_ProjectInfoSchema.nullable().optional(),
|
|
22
|
+
spaceId: z.number().int().describe("The space's unique system-generated identifier").nullable().optional(),
|
|
23
|
+
createdAt: z.number().int().describe("Creation timestamp in epoch milliseconds").nullable().optional(),
|
|
24
|
+
createdBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),
|
|
25
|
+
spaceName: z.string().describe("The name of the space").nullable().optional(),
|
|
26
|
+
updatedAt: z.number().int().describe("Last update timestamp in epoch milliseconds").nullable().optional(),
|
|
27
|
+
updatedBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional()
|
|
28
|
+
}).describe("Model for space information.");
|
|
29
|
+
const RocketlaneGetAllSpaces_PaginationInfoSchema = z.object({
|
|
30
|
+
hasMore: z.boolean().describe("Whether there are more pages").nullable().optional(),
|
|
31
|
+
nextPage: z.string().describe("URL for the next page").nullable().optional(),
|
|
32
|
+
pageSize: z.number().int().describe("Number of items per page").nullable().optional(),
|
|
33
|
+
nextPageToken: z.string().describe("Token for the next page").nullable().optional(),
|
|
34
|
+
totalRecordCount: z.number().int().describe("Total number of records").nullable().optional()
|
|
35
|
+
}).describe("Model for pagination information.");
|
|
36
|
+
const rocketlaneGetAllSpaces = action("ROCKETLANE_GET_ALL_SPACES", {
|
|
37
|
+
slug: "rocketlane-get-all-spaces",
|
|
38
|
+
name: "Get All Spaces",
|
|
39
|
+
description: "Tool to retrieve all spaces for a specific project in Rocketlane. Use when you need to list all spaces associated with a project, including space details like name, privacy status, and creation/update information.",
|
|
40
|
+
input: RocketlaneGetAllSpacesInput,
|
|
41
|
+
output: z.object({
|
|
42
|
+
data: z.array(RocketlaneGetAllSpaces_SpaceSchema).describe("List of spaces"),
|
|
43
|
+
pagination: RocketlaneGetAllSpaces_PaginationInfoSchema.nullable().optional()
|
|
44
|
+
}).describe("Response model for getting all spaces.")
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { rocketlaneGetAllSpaces };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=get-all-spaces.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-spaces.mjs","names":[],"sources":["../../src/actions/get-all-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetAllSpacesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Maximum number of spaces to return per page (default: 100)\").optional(),\n projectId: z.number().int().describe(\"The project ID to filter spaces by. This parameter is required.\"),\n page_token: z.string().describe(\"Token for pagination to retrieve the next page of results\").optional(),\n}).describe(\"Request model for getting all spaces.\");\nconst RocketlaneGetAllSpaces_ProjectInfoSchema: z.ZodTypeAny = z.object({\n projectId: z.number().int().describe(\"The project's unique identifier\").nullable().optional(),\n projectName: z.string().describe(\"The name of the project\").nullable().optional(),\n}).describe(\"Model for project information.\");\nconst RocketlaneGetAllSpaces_UserInfoSchema: z.ZodTypeAny = z.object({\n userId: z.number().int().describe(\"The user's unique identifier\").nullable().optional(),\n emailId: z.string().describe(\"The user's email address\").nullable().optional(),\n lastName: z.string().describe(\"The user's last name\").nullable().optional(),\n firstName: z.string().describe(\"The user's first name\").nullable().optional(),\n}).describe(\"Model for user information.\");\nconst RocketlaneGetAllSpaces_SpaceSchema: z.ZodTypeAny = z.object({\n private: z.boolean().describe(\"Whether the space is private or shared\").nullable().optional(),\n project: RocketlaneGetAllSpaces_ProjectInfoSchema.nullable().optional(),\n spaceId: z.number().int().describe(\"The space's unique system-generated identifier\").nullable().optional(),\n createdAt: z.number().int().describe(\"Creation timestamp in epoch milliseconds\").nullable().optional(),\n createdBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),\n spaceName: z.string().describe(\"The name of the space\").nullable().optional(),\n updatedAt: z.number().int().describe(\"Last update timestamp in epoch milliseconds\").nullable().optional(),\n updatedBy: RocketlaneGetAllSpaces_UserInfoSchema.nullable().optional(),\n}).describe(\"Model for space information.\");\nconst RocketlaneGetAllSpaces_PaginationInfoSchema: z.ZodTypeAny = z.object({\n hasMore: z.boolean().describe(\"Whether there are more pages\").nullable().optional(),\n nextPage: z.string().describe(\"URL for the next page\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable().optional(),\n nextPageToken: z.string().describe(\"Token for the next page\").nullable().optional(),\n totalRecordCount: z.number().int().describe(\"Total number of records\").nullable().optional(),\n}).describe(\"Model for pagination information.\");\nexport const RocketlaneGetAllSpacesOutput: z.ZodTypeAny = z.object({\n data: z.array(RocketlaneGetAllSpaces_SpaceSchema).describe(\"List of spaces\"),\n pagination: RocketlaneGetAllSpaces_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response model for getting all spaces.\");\n\nexport const rocketlaneGetAllSpaces = action(\"ROCKETLANE_GET_ALL_SPACES\", {\n slug: \"rocketlane-get-all-spaces\",\n name: \"Get All Spaces\",\n description: \"Tool to retrieve all spaces for a specific project in Rocketlane. Use when you need to list all spaces associated with a project, including space details like name, privacy status, and creation/update information.\",\n input: RocketlaneGetAllSpacesInput,\n output: RocketlaneGetAllSpacesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-all-tasks.ts
|
|
4
|
+
const RocketlaneGetAllTasksInput = zod.z.object({
|
|
5
|
+
match: zod.z.enum(["all", "any"]).describe("Logic for combining multiple filters.").optional(),
|
|
6
|
+
at_risk: zod.z.boolean().describe("Filter tasks that are at risk (uses atRisk.eq filter)").optional(),
|
|
7
|
+
sort_by: zod.z.enum([
|
|
8
|
+
"taskName",
|
|
9
|
+
"startDate",
|
|
10
|
+
"dueDate",
|
|
11
|
+
"startDateActual",
|
|
12
|
+
"dueDateActual"
|
|
13
|
+
]).describe("Fields that can be used for sorting.").optional(),
|
|
14
|
+
billable: zod.z.boolean().describe("Filter tasks by billable status (uses billable.eq filter)").optional(),
|
|
15
|
+
phase_id: zod.z.string().describe("Filter tasks by phase ID (uses phaseId.eq filter)").optional(),
|
|
16
|
+
page_size: zod.z.number().int().describe("Maximum number of tasks to return per page (default: 100)").optional(),
|
|
17
|
+
task_type: zod.z.string().describe("Filter tasks by type: TASK or MILESTONE (uses type.eq filter)").optional(),
|
|
18
|
+
page_token: zod.z.string().describe("Token for pagination to retrieve the next page of results").optional(),
|
|
19
|
+
project_id: zod.z.string().describe("Filter tasks by project ID (uses projectId.eq filter)").optional(),
|
|
20
|
+
sort_order: zod.z.enum(["ASC", "DESC"]).describe("Sort order for query results.").optional(),
|
|
21
|
+
due_date_after: zod.z.string().describe("Filter tasks with due date after the specified date in YYYY-MM-DD format (uses dueDate.gt filter)").optional(),
|
|
22
|
+
include_fields: zod.z.array(zod.z.string()).describe("Specify which fields to return in the response").optional(),
|
|
23
|
+
due_date_before: zod.z.string().describe("Filter tasks with due date before the specified date in YYYY-MM-DD format (uses dueDate.lt filter)").optional(),
|
|
24
|
+
due_date_equals: zod.z.string().describe("Filter tasks with due date equal to the specified date in YYYY-MM-DD format (uses dueDate.eq filter)").optional(),
|
|
25
|
+
include_archive: zod.z.boolean().describe("Include archived tasks in the results (uses includeArchive.eq filter)").optional(),
|
|
26
|
+
progress_equals: zod.z.number().int().describe("Filter tasks with progress equal to the specified percentage 0-100 (uses progress.eq filter)").optional(),
|
|
27
|
+
created_at_after: zod.z.number().int().describe("Filter tasks created after the specified timestamp in epoch milliseconds (uses createdAt.gt filter)").optional(),
|
|
28
|
+
start_date_after: zod.z.string().describe("Filter tasks with start date after the specified date in YYYY-MM-DD format (uses startDate.gt filter)").optional(),
|
|
29
|
+
task_name_equals: zod.z.string().describe("Filter tasks where name exactly matches (uses taskName.eq filter)").optional(),
|
|
30
|
+
updated_at_after: zod.z.number().int().describe("Filter tasks updated after the specified timestamp in epoch milliseconds (uses updatedAt.gt filter)").optional(),
|
|
31
|
+
created_at_before: zod.z.number().int().describe("Filter tasks created before the specified timestamp in epoch milliseconds (uses createdAt.lt filter)").optional(),
|
|
32
|
+
created_at_equals: zod.z.number().int().describe("Filter tasks created at the specified timestamp in epoch milliseconds (uses createdAt.eq filter)").optional(),
|
|
33
|
+
start_date_before: zod.z.string().describe("Filter tasks with start date before the specified date in YYYY-MM-DD format (uses startDate.lt filter)").optional(),
|
|
34
|
+
start_date_equals: zod.z.string().describe("Filter tasks with start date equal to the specified date in YYYY-MM-DD format (uses startDate.eq filter)").optional(),
|
|
35
|
+
task_status_value: zod.z.string().describe("Filter tasks by status value (uses task.status.eq filter)").optional(),
|
|
36
|
+
updated_at_before: zod.z.number().int().describe("Filter tasks updated before the specified timestamp in epoch milliseconds (uses updatedAt.lt filter)").optional(),
|
|
37
|
+
updated_at_equals: zod.z.number().int().describe("Filter tasks updated at the specified timestamp in epoch milliseconds (uses updatedAt.eq filter)").optional(),
|
|
38
|
+
include_all_fields: zod.z.boolean().describe("Return all available fields in the response").optional(),
|
|
39
|
+
progress_less_than: zod.z.number().int().describe("Filter tasks with progress less than the specified percentage 0-100 (uses progress.lt filter)").optional(),
|
|
40
|
+
task_name_contains: zod.z.string().describe("Filter tasks where name contains the specified text (uses taskName.cn filter)").optional(),
|
|
41
|
+
task_status_one_of: zod.z.array(zod.z.string()).describe("Filter tasks with status matching any of the provided values (uses task.status.oneOf filter)").optional(),
|
|
42
|
+
task_status_none_of: zod.z.array(zod.z.string()).describe("Filter tasks excluding specified status values (uses task.status.noneOf filter)").optional(),
|
|
43
|
+
due_date_on_or_after: zod.z.string().describe("Filter tasks with due date on or after the specified date in YYYY-MM-DD format (uses dueDate.ge filter)").optional(),
|
|
44
|
+
project_status_value: zod.z.string().describe("Filter tasks by project status value (uses project.status.eq filter)").optional(),
|
|
45
|
+
due_date_actual_after: zod.z.string().describe("Filter tasks with actual due date after the specified date in YYYY-MM-DD format (uses dueDateActual.gt filter)").optional(),
|
|
46
|
+
due_date_on_or_before: zod.z.string().describe("Filter tasks with due date on or before the specified date in YYYY-MM-DD format (uses dueDate.le filter)").optional(),
|
|
47
|
+
external_reference_id: zod.z.string().describe("Filter tasks by external reference ID (uses externalReferenceId.eq filter)").optional(),
|
|
48
|
+
progress_greater_than: zod.z.number().int().describe("Filter tasks with progress greater than the specified percentage 0-100 (uses progress.gt filter)").optional(),
|
|
49
|
+
project_status_one_of: zod.z.array(zod.z.string()).describe("Filter tasks with project status matching any of the provided values (uses project.status.oneOf filter)").optional(),
|
|
50
|
+
created_at_on_or_after: zod.z.number().int().describe("Filter tasks created on or after the specified timestamp in epoch milliseconds (uses createdAt.ge filter)").optional(),
|
|
51
|
+
due_date_actual_before: zod.z.string().describe("Filter tasks with actual due date before the specified date in YYYY-MM-DD format (uses dueDateActual.lt filter)").optional(),
|
|
52
|
+
due_date_actual_equals: zod.z.string().describe("Filter tasks with actual due date equal to the specified date in YYYY-MM-DD format (uses dueDateActual.eq filter)").optional(),
|
|
53
|
+
project_status_none_of: zod.z.array(zod.z.string()).describe("Filter tasks excluding specified project status values (uses project.status.noneOf filter)").optional(),
|
|
54
|
+
start_date_on_or_after: zod.z.string().describe("Filter tasks with start date on or after the specified date in YYYY-MM-DD format (uses startDate.ge filter)").optional(),
|
|
55
|
+
task_name_not_contains: zod.z.string().describe("Filter tasks where name does not contain the specified text (uses taskName.nc filter)").optional(),
|
|
56
|
+
updated_at_on_or_after: zod.z.number().int().describe("Filter tasks updated on or after the specified timestamp in epoch milliseconds (uses updatedAt.ge filter)").optional(),
|
|
57
|
+
created_at_on_or_before: zod.z.number().int().describe("Filter tasks created on or before the specified timestamp in epoch milliseconds (uses createdAt.le filter)").optional(),
|
|
58
|
+
start_date_actual_after: zod.z.string().describe("Filter tasks with actual start date after the specified date in YYYY-MM-DD format (uses startDateActual.gt filter)").optional(),
|
|
59
|
+
start_date_on_or_before: zod.z.string().describe("Filter tasks with start date on or before the specified date in YYYY-MM-DD format (uses startDate.le filter)").optional(),
|
|
60
|
+
updated_at_on_or_before: zod.z.number().int().describe("Filter tasks updated on or before the specified timestamp in epoch milliseconds (uses updatedAt.le filter)").optional(),
|
|
61
|
+
effort_in_minutes_equals: zod.z.number().int().describe("Filter tasks with effort equal to the specified minutes (uses effortInMinutes.eq filter)").optional(),
|
|
62
|
+
start_date_actual_before: zod.z.string().describe("Filter tasks with actual start date before the specified date in YYYY-MM-DD format (uses startDateActual.lt filter)").optional(),
|
|
63
|
+
start_date_actual_equals: zod.z.string().describe("Filter tasks with actual start date equal to the specified date in YYYY-MM-DD format (uses startDateActual.eq filter)").optional(),
|
|
64
|
+
due_date_actual_on_or_after: zod.z.string().describe("Filter tasks with actual due date on or after the specified date in YYYY-MM-DD format (uses dueDateActual.ge filter)").optional(),
|
|
65
|
+
effort_in_minutes_less_than: zod.z.number().int().describe("Filter tasks with effort less than the specified minutes (uses effortInMinutes.lt filter)").optional(),
|
|
66
|
+
due_date_actual_on_or_before: zod.z.string().describe("Filter tasks with actual due date on or before the specified date in YYYY-MM-DD format (uses dueDateActual.le filter)").optional(),
|
|
67
|
+
start_date_actual_on_or_after: zod.z.string().describe("Filter tasks with actual start date on or after the specified date in YYYY-MM-DD format (uses startDateActual.ge filter)").optional(),
|
|
68
|
+
effort_in_minutes_greater_than: zod.z.number().int().describe("Filter tasks with effort greater than the specified minutes (uses effortInMinutes.gt filter)").optional(),
|
|
69
|
+
start_date_actual_on_or_before: zod.z.string().describe("Filter tasks with actual start date on or before the specified date in YYYY-MM-DD format (uses startDateActual.le filter)").optional()
|
|
70
|
+
}).describe("Request model for getting all tasks with filtering options.");
|
|
71
|
+
const RocketlaneGetAllTasks_TaskPhaseSchema = zod.z.object({
|
|
72
|
+
phaseId: zod.z.number().int().describe("Unique identifier of the phase").nullable().optional(),
|
|
73
|
+
phaseName: zod.z.string().describe("Name of the phase").nullable().optional()
|
|
74
|
+
}).describe("Model for task phase information.");
|
|
75
|
+
const RocketlaneGetAllTasks_CustomFieldSchema = zod.z.object({
|
|
76
|
+
fieldId: zod.z.string().describe("Unique identifier of the custom field").nullable().optional(),
|
|
77
|
+
fieldValue: zod.z.string().describe("Value of the custom field").nullable().optional()
|
|
78
|
+
}).describe("Model for custom field information.");
|
|
79
|
+
const RocketlaneGetAllTasks_TaskStatusSchema = zod.z.object({
|
|
80
|
+
label: zod.z.string().describe("Status label").nullable().optional(),
|
|
81
|
+
value: zod.z.number().int().describe("Status value").nullable().optional()
|
|
82
|
+
}).describe("Model for task status information.");
|
|
83
|
+
const RocketlaneGetAllTasks_TaskProjectSchema = zod.z.object({
|
|
84
|
+
projectId: zod.z.number().int().describe("Unique identifier of the project").nullable().optional(),
|
|
85
|
+
projectName: zod.z.string().describe("Name of the project").nullable().optional()
|
|
86
|
+
}).describe("Model for project information in tasks.");
|
|
87
|
+
const RocketlaneGetAllTasks_TaskUserSchema = zod.z.object({
|
|
88
|
+
userId: zod.z.number().int().describe("Unique identifier of the user").nullable().optional(),
|
|
89
|
+
emailId: zod.z.string().describe("Email address of the user").nullable().optional(),
|
|
90
|
+
lastName: zod.z.string().describe("Last name of the user").nullable().optional(),
|
|
91
|
+
firstName: zod.z.string().describe("First name of the user").nullable().optional()
|
|
92
|
+
}).describe("Model for user information in tasks.");
|
|
93
|
+
const RocketlaneGetAllTasks_PlaceholderSchema = zod.z.object({
|
|
94
|
+
placeholderId: zod.z.number().int().describe("Unique identifier of the placeholder").nullable().optional(),
|
|
95
|
+
placeholderName: zod.z.string().describe("Name of the placeholder").nullable().optional()
|
|
96
|
+
}).describe("Model for placeholder information in assignees.");
|
|
97
|
+
const RocketlaneGetAllTasks_AssigneesSchema = zod.z.object({
|
|
98
|
+
members: zod.z.array(RocketlaneGetAllTasks_TaskUserSchema).describe("List of member users assigned to the task").nullable().optional(),
|
|
99
|
+
placeholders: zod.z.array(RocketlaneGetAllTasks_PlaceholderSchema).describe("List of placeholder roles assigned to the task").nullable().optional()
|
|
100
|
+
}).describe("Model for task assignees.");
|
|
101
|
+
const RocketlaneGetAllTasks_FollowersSchema = zod.z.object({ members: zod.z.array(RocketlaneGetAllTasks_TaskUserSchema).describe("List of member users following the task").nullable().optional() }).describe("Model for task followers.");
|
|
102
|
+
const RocketlaneGetAllTasks_TaskSchema = zod.z.object({
|
|
103
|
+
type: zod.z.string().describe("Task type (TASK or MILESTONE)").nullable().optional(),
|
|
104
|
+
phase: RocketlaneGetAllTasks_TaskPhaseSchema.nullable().optional(),
|
|
105
|
+
atRisk: zod.z.boolean().describe("Whether the task is at risk").nullable().optional(),
|
|
106
|
+
fields: zod.z.array(RocketlaneGetAllTasks_CustomFieldSchema).describe("Custom fields for the task").nullable().optional(),
|
|
107
|
+
status: RocketlaneGetAllTasks_TaskStatusSchema.nullable().optional(),
|
|
108
|
+
taskId: zod.z.number().int().describe("Unique identifier of the task").nullable().optional(),
|
|
109
|
+
dueDate: zod.z.string().describe("Task due date (YYYY-MM-DD)").nullable().optional(),
|
|
110
|
+
private: zod.z.boolean().describe("Whether the task is private").nullable().optional(),
|
|
111
|
+
project: RocketlaneGetAllTasks_TaskProjectSchema.nullable().optional(),
|
|
112
|
+
archived: zod.z.boolean().describe("Whether the task is archived").nullable().optional(),
|
|
113
|
+
billable: zod.z.boolean().describe("Whether the task is billable").nullable().optional(),
|
|
114
|
+
progress: zod.z.number().int().describe("Task progress percentage (0-100)").nullable().optional(),
|
|
115
|
+
taskName: zod.z.string().describe("Name of the task").nullable().optional(),
|
|
116
|
+
assignees: RocketlaneGetAllTasks_AssigneesSchema.nullable().optional(),
|
|
117
|
+
createdAt: zod.z.number().int().describe("Creation timestamp in epoch milliseconds").nullable().optional(),
|
|
118
|
+
createdBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),
|
|
119
|
+
followers: RocketlaneGetAllTasks_FollowersSchema.nullable().optional(),
|
|
120
|
+
startDate: zod.z.string().describe("Task start date (YYYY-MM-DD)").nullable().optional(),
|
|
121
|
+
updatedAt: zod.z.number().int().describe("Last update timestamp in epoch milliseconds").nullable().optional(),
|
|
122
|
+
updatedBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),
|
|
123
|
+
dueDateActual: zod.z.string().describe("Actual due date (YYYY-MM-DD)").nullable().optional(),
|
|
124
|
+
effortInMinutes: zod.z.number().int().describe("Expected effort in minutes").nullable().optional(),
|
|
125
|
+
startDateActual: zod.z.string().describe("Actual start date (YYYY-MM-DD)").nullable().optional(),
|
|
126
|
+
taskDescription: zod.z.string().describe("HTML-formatted description of the task").nullable().optional(),
|
|
127
|
+
taskPrivateNote: zod.z.string().describe("HTML-formatted private note").nullable().optional(),
|
|
128
|
+
externalReferenceId: zod.z.string().describe("External reference identifier").nullable().optional()
|
|
129
|
+
}).describe("Model for task information.");
|
|
130
|
+
const RocketlaneGetAllTasks_PaginationInfoSchema = zod.z.object({
|
|
131
|
+
hasMore: zod.z.boolean().describe("Whether there are more pages").nullable().optional(),
|
|
132
|
+
nextPage: zod.z.string().describe("URL for the next page").nullable().optional(),
|
|
133
|
+
pageSize: zod.z.number().int().describe("Number of items per page").nullable().optional(),
|
|
134
|
+
nextPageToken: zod.z.string().describe("Token for the next page").nullable().optional(),
|
|
135
|
+
totalRecordCount: zod.z.number().int().describe("Total number of records").nullable().optional()
|
|
136
|
+
}).describe("Model for pagination information.");
|
|
137
|
+
const RocketlaneGetAllTasksOutput = zod.z.object({
|
|
138
|
+
data: zod.z.array(RocketlaneGetAllTasks_TaskSchema).describe("List of tasks"),
|
|
139
|
+
pagination: RocketlaneGetAllTasks_PaginationInfoSchema.nullable().optional()
|
|
140
|
+
}).describe("Response model for getting all tasks.");
|
|
141
|
+
const rocketlaneGetAllTasks = require_action.action("ROCKETLANE_GET_ALL_TASKS", {
|
|
142
|
+
slug: "rocketlane-get-all-tasks",
|
|
143
|
+
name: "Get All Tasks",
|
|
144
|
+
description: "Tool to retrieve all tasks from Rocketlane with advanced filtering options. Supports filtering by project, status, dates, billable status, and more. Use this when you need to search or list tasks with specific criteria.",
|
|
145
|
+
input: RocketlaneGetAllTasksInput,
|
|
146
|
+
output: RocketlaneGetAllTasksOutput
|
|
147
|
+
});
|
|
148
|
+
//#endregion
|
|
149
|
+
exports.rocketlaneGetAllTasks = rocketlaneGetAllTasks;
|
|
150
|
+
|
|
151
|
+
//# sourceMappingURL=get-all-tasks.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-tasks.cjs","names":["z","action"],"sources":["../../src/actions/get-all-tasks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetAllTasksInput: z.ZodTypeAny = z.object({\n match: z.enum([\"all\", \"any\"]).describe(\"Logic for combining multiple filters.\").optional(),\n at_risk: z.boolean().describe(\"Filter tasks that are at risk (uses atRisk.eq filter)\").optional(),\n sort_by: z.enum([\"taskName\", \"startDate\", \"dueDate\", \"startDateActual\", \"dueDateActual\"]).describe(\"Fields that can be used for sorting.\").optional(),\n billable: z.boolean().describe(\"Filter tasks by billable status (uses billable.eq filter)\").optional(),\n phase_id: z.string().describe(\"Filter tasks by phase ID (uses phaseId.eq filter)\").optional(),\n page_size: z.number().int().describe(\"Maximum number of tasks to return per page (default: 100)\").optional(),\n task_type: z.string().describe(\"Filter tasks by type: TASK or MILESTONE (uses type.eq filter)\").optional(),\n page_token: z.string().describe(\"Token for pagination to retrieve the next page of results\").optional(),\n project_id: z.string().describe(\"Filter tasks by project ID (uses projectId.eq filter)\").optional(),\n sort_order: z.enum([\"ASC\", \"DESC\"]).describe(\"Sort order for query results.\").optional(),\n due_date_after: z.string().describe(\"Filter tasks with due date after the specified date in YYYY-MM-DD format (uses dueDate.gt filter)\").optional(),\n include_fields: z.array(z.string()).describe(\"Specify which fields to return in the response\").optional(),\n due_date_before: z.string().describe(\"Filter tasks with due date before the specified date in YYYY-MM-DD format (uses dueDate.lt filter)\").optional(),\n due_date_equals: z.string().describe(\"Filter tasks with due date equal to the specified date in YYYY-MM-DD format (uses dueDate.eq filter)\").optional(),\n include_archive: z.boolean().describe(\"Include archived tasks in the results (uses includeArchive.eq filter)\").optional(),\n progress_equals: z.number().int().describe(\"Filter tasks with progress equal to the specified percentage 0-100 (uses progress.eq filter)\").optional(),\n created_at_after: z.number().int().describe(\"Filter tasks created after the specified timestamp in epoch milliseconds (uses createdAt.gt filter)\").optional(),\n start_date_after: z.string().describe(\"Filter tasks with start date after the specified date in YYYY-MM-DD format (uses startDate.gt filter)\").optional(),\n task_name_equals: z.string().describe(\"Filter tasks where name exactly matches (uses taskName.eq filter)\").optional(),\n updated_at_after: z.number().int().describe(\"Filter tasks updated after the specified timestamp in epoch milliseconds (uses updatedAt.gt filter)\").optional(),\n created_at_before: z.number().int().describe(\"Filter tasks created before the specified timestamp in epoch milliseconds (uses createdAt.lt filter)\").optional(),\n created_at_equals: z.number().int().describe(\"Filter tasks created at the specified timestamp in epoch milliseconds (uses createdAt.eq filter)\").optional(),\n start_date_before: z.string().describe(\"Filter tasks with start date before the specified date in YYYY-MM-DD format (uses startDate.lt filter)\").optional(),\n start_date_equals: z.string().describe(\"Filter tasks with start date equal to the specified date in YYYY-MM-DD format (uses startDate.eq filter)\").optional(),\n task_status_value: z.string().describe(\"Filter tasks by status value (uses task.status.eq filter)\").optional(),\n updated_at_before: z.number().int().describe(\"Filter tasks updated before the specified timestamp in epoch milliseconds (uses updatedAt.lt filter)\").optional(),\n updated_at_equals: z.number().int().describe(\"Filter tasks updated at the specified timestamp in epoch milliseconds (uses updatedAt.eq filter)\").optional(),\n include_all_fields: z.boolean().describe(\"Return all available fields in the response\").optional(),\n progress_less_than: z.number().int().describe(\"Filter tasks with progress less than the specified percentage 0-100 (uses progress.lt filter)\").optional(),\n task_name_contains: z.string().describe(\"Filter tasks where name contains the specified text (uses taskName.cn filter)\").optional(),\n task_status_one_of: z.array(z.string()).describe(\"Filter tasks with status matching any of the provided values (uses task.status.oneOf filter)\").optional(),\n task_status_none_of: z.array(z.string()).describe(\"Filter tasks excluding specified status values (uses task.status.noneOf filter)\").optional(),\n due_date_on_or_after: z.string().describe(\"Filter tasks with due date on or after the specified date in YYYY-MM-DD format (uses dueDate.ge filter)\").optional(),\n project_status_value: z.string().describe(\"Filter tasks by project status value (uses project.status.eq filter)\").optional(),\n due_date_actual_after: z.string().describe(\"Filter tasks with actual due date after the specified date in YYYY-MM-DD format (uses dueDateActual.gt filter)\").optional(),\n due_date_on_or_before: z.string().describe(\"Filter tasks with due date on or before the specified date in YYYY-MM-DD format (uses dueDate.le filter)\").optional(),\n external_reference_id: z.string().describe(\"Filter tasks by external reference ID (uses externalReferenceId.eq filter)\").optional(),\n progress_greater_than: z.number().int().describe(\"Filter tasks with progress greater than the specified percentage 0-100 (uses progress.gt filter)\").optional(),\n project_status_one_of: z.array(z.string()).describe(\"Filter tasks with project status matching any of the provided values (uses project.status.oneOf filter)\").optional(),\n created_at_on_or_after: z.number().int().describe(\"Filter tasks created on or after the specified timestamp in epoch milliseconds (uses createdAt.ge filter)\").optional(),\n due_date_actual_before: z.string().describe(\"Filter tasks with actual due date before the specified date in YYYY-MM-DD format (uses dueDateActual.lt filter)\").optional(),\n due_date_actual_equals: z.string().describe(\"Filter tasks with actual due date equal to the specified date in YYYY-MM-DD format (uses dueDateActual.eq filter)\").optional(),\n project_status_none_of: z.array(z.string()).describe(\"Filter tasks excluding specified project status values (uses project.status.noneOf filter)\").optional(),\n start_date_on_or_after: z.string().describe(\"Filter tasks with start date on or after the specified date in YYYY-MM-DD format (uses startDate.ge filter)\").optional(),\n task_name_not_contains: z.string().describe(\"Filter tasks where name does not contain the specified text (uses taskName.nc filter)\").optional(),\n updated_at_on_or_after: z.number().int().describe(\"Filter tasks updated on or after the specified timestamp in epoch milliseconds (uses updatedAt.ge filter)\").optional(),\n created_at_on_or_before: z.number().int().describe(\"Filter tasks created on or before the specified timestamp in epoch milliseconds (uses createdAt.le filter)\").optional(),\n start_date_actual_after: z.string().describe(\"Filter tasks with actual start date after the specified date in YYYY-MM-DD format (uses startDateActual.gt filter)\").optional(),\n start_date_on_or_before: z.string().describe(\"Filter tasks with start date on or before the specified date in YYYY-MM-DD format (uses startDate.le filter)\").optional(),\n updated_at_on_or_before: z.number().int().describe(\"Filter tasks updated on or before the specified timestamp in epoch milliseconds (uses updatedAt.le filter)\").optional(),\n effort_in_minutes_equals: z.number().int().describe(\"Filter tasks with effort equal to the specified minutes (uses effortInMinutes.eq filter)\").optional(),\n start_date_actual_before: z.string().describe(\"Filter tasks with actual start date before the specified date in YYYY-MM-DD format (uses startDateActual.lt filter)\").optional(),\n start_date_actual_equals: z.string().describe(\"Filter tasks with actual start date equal to the specified date in YYYY-MM-DD format (uses startDateActual.eq filter)\").optional(),\n due_date_actual_on_or_after: z.string().describe(\"Filter tasks with actual due date on or after the specified date in YYYY-MM-DD format (uses dueDateActual.ge filter)\").optional(),\n effort_in_minutes_less_than: z.number().int().describe(\"Filter tasks with effort less than the specified minutes (uses effortInMinutes.lt filter)\").optional(),\n due_date_actual_on_or_before: z.string().describe(\"Filter tasks with actual due date on or before the specified date in YYYY-MM-DD format (uses dueDateActual.le filter)\").optional(),\n start_date_actual_on_or_after: z.string().describe(\"Filter tasks with actual start date on or after the specified date in YYYY-MM-DD format (uses startDateActual.ge filter)\").optional(),\n effort_in_minutes_greater_than: z.number().int().describe(\"Filter tasks with effort greater than the specified minutes (uses effortInMinutes.gt filter)\").optional(),\n start_date_actual_on_or_before: z.string().describe(\"Filter tasks with actual start date on or before the specified date in YYYY-MM-DD format (uses startDateActual.le filter)\").optional(),\n}).describe(\"Request model for getting all tasks with filtering options.\");\nconst RocketlaneGetAllTasks_TaskPhaseSchema: z.ZodTypeAny = z.object({\n phaseId: z.number().int().describe(\"Unique identifier of the phase\").nullable().optional(),\n phaseName: z.string().describe(\"Name of the phase\").nullable().optional(),\n}).describe(\"Model for task phase information.\");\nconst RocketlaneGetAllTasks_CustomFieldSchema: z.ZodTypeAny = z.object({\n fieldId: z.string().describe(\"Unique identifier of the custom field\").nullable().optional(),\n fieldValue: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).describe(\"Model for custom field information.\");\nconst RocketlaneGetAllTasks_TaskStatusSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Status label\").nullable().optional(),\n value: z.number().int().describe(\"Status value\").nullable().optional(),\n}).describe(\"Model for task status information.\");\nconst RocketlaneGetAllTasks_TaskProjectSchema: z.ZodTypeAny = z.object({\n projectId: z.number().int().describe(\"Unique identifier of the project\").nullable().optional(),\n projectName: z.string().describe(\"Name of the project\").nullable().optional(),\n}).describe(\"Model for project information in tasks.\");\nconst RocketlaneGetAllTasks_TaskUserSchema: z.ZodTypeAny = z.object({\n userId: z.number().int().describe(\"Unique identifier of the user\").nullable().optional(),\n emailId: z.string().describe(\"Email address of the user\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n}).describe(\"Model for user information in tasks.\");\nconst RocketlaneGetAllTasks_PlaceholderSchema: z.ZodTypeAny = z.object({\n placeholderId: z.number().int().describe(\"Unique identifier of the placeholder\").nullable().optional(),\n placeholderName: z.string().describe(\"Name of the placeholder\").nullable().optional(),\n}).describe(\"Model for placeholder information in assignees.\");\nconst RocketlaneGetAllTasks_AssigneesSchema: z.ZodTypeAny = z.object({\n members: z.array(RocketlaneGetAllTasks_TaskUserSchema).describe(\"List of member users assigned to the task\").nullable().optional(),\n placeholders: z.array(RocketlaneGetAllTasks_PlaceholderSchema).describe(\"List of placeholder roles assigned to the task\").nullable().optional(),\n}).describe(\"Model for task assignees.\");\nconst RocketlaneGetAllTasks_FollowersSchema: z.ZodTypeAny = z.object({\n members: z.array(RocketlaneGetAllTasks_TaskUserSchema).describe(\"List of member users following the task\").nullable().optional(),\n}).describe(\"Model for task followers.\");\nconst RocketlaneGetAllTasks_TaskSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Task type (TASK or MILESTONE)\").nullable().optional(),\n phase: RocketlaneGetAllTasks_TaskPhaseSchema.nullable().optional(),\n atRisk: z.boolean().describe(\"Whether the task is at risk\").nullable().optional(),\n fields: z.array(RocketlaneGetAllTasks_CustomFieldSchema).describe(\"Custom fields for the task\").nullable().optional(),\n status: RocketlaneGetAllTasks_TaskStatusSchema.nullable().optional(),\n taskId: z.number().int().describe(\"Unique identifier of the task\").nullable().optional(),\n dueDate: z.string().describe(\"Task due date (YYYY-MM-DD)\").nullable().optional(),\n private: z.boolean().describe(\"Whether the task is private\").nullable().optional(),\n project: RocketlaneGetAllTasks_TaskProjectSchema.nullable().optional(),\n archived: z.boolean().describe(\"Whether the task is archived\").nullable().optional(),\n billable: z.boolean().describe(\"Whether the task is billable\").nullable().optional(),\n progress: z.number().int().describe(\"Task progress percentage (0-100)\").nullable().optional(),\n taskName: z.string().describe(\"Name of the task\").nullable().optional(),\n assignees: RocketlaneGetAllTasks_AssigneesSchema.nullable().optional(),\n createdAt: z.number().int().describe(\"Creation timestamp in epoch milliseconds\").nullable().optional(),\n createdBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),\n followers: RocketlaneGetAllTasks_FollowersSchema.nullable().optional(),\n startDate: z.string().describe(\"Task start date (YYYY-MM-DD)\").nullable().optional(),\n updatedAt: z.number().int().describe(\"Last update timestamp in epoch milliseconds\").nullable().optional(),\n updatedBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),\n dueDateActual: z.string().describe(\"Actual due date (YYYY-MM-DD)\").nullable().optional(),\n effortInMinutes: z.number().int().describe(\"Expected effort in minutes\").nullable().optional(),\n startDateActual: z.string().describe(\"Actual start date (YYYY-MM-DD)\").nullable().optional(),\n taskDescription: z.string().describe(\"HTML-formatted description of the task\").nullable().optional(),\n taskPrivateNote: z.string().describe(\"HTML-formatted private note\").nullable().optional(),\n externalReferenceId: z.string().describe(\"External reference identifier\").nullable().optional(),\n}).describe(\"Model for task information.\");\nconst RocketlaneGetAllTasks_PaginationInfoSchema: z.ZodTypeAny = z.object({\n hasMore: z.boolean().describe(\"Whether there are more pages\").nullable().optional(),\n nextPage: z.string().describe(\"URL for the next page\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable().optional(),\n nextPageToken: z.string().describe(\"Token for the next page\").nullable().optional(),\n totalRecordCount: z.number().int().describe(\"Total number of records\").nullable().optional(),\n}).describe(\"Model for pagination information.\");\nexport const RocketlaneGetAllTasksOutput: z.ZodTypeAny = z.object({\n data: z.array(RocketlaneGetAllTasks_TaskSchema).describe(\"List of tasks\"),\n pagination: RocketlaneGetAllTasks_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response model for getting all tasks.\");\n\nexport const rocketlaneGetAllTasks = action(\"ROCKETLANE_GET_ALL_TASKS\", {\n slug: \"rocketlane-get-all-tasks\",\n name: \"Get All Tasks\",\n description: \"Tool to retrieve all tasks from Rocketlane with advanced filtering options. Supports filtering by project, status, dates, billable status, and more. Use this when you need to search or list tasks with specific criteria.\",\n input: RocketlaneGetAllTasksInput,\n output: RocketlaneGetAllTasksOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-all-tasks.d.ts
|
|
4
|
+
declare const RocketlaneGetAllTasksInput: z.ZodTypeAny;
|
|
5
|
+
declare const RocketlaneGetAllTasksOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rocketlaneGetAllTasks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rocketlaneGetAllTasks };
|
|
9
|
+
//# sourceMappingURL=get-all-tasks.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-tasks.d.cts","names":[],"sources":["../../src/actions/get-all-tasks.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UA4D+B;AAAA,cAqE7D,2BAAA,EAA6B,CAAA,CAAE,UAGQ;AAAA,cAEvC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-all-tasks.d.ts
|
|
4
|
+
declare const RocketlaneGetAllTasksInput: z.ZodTypeAny;
|
|
5
|
+
declare const RocketlaneGetAllTasksOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rocketlaneGetAllTasks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rocketlaneGetAllTasks };
|
|
9
|
+
//# sourceMappingURL=get-all-tasks.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-tasks.d.mts","names":[],"sources":["../../src/actions/get-all-tasks.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UA4D+B;AAAA,cAqE7D,2BAAA,EAA6B,CAAA,CAAE,UAGQ;AAAA,cAEvC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-all-tasks.ts
|
|
4
|
+
const RocketlaneGetAllTasksInput = z.object({
|
|
5
|
+
match: z.enum(["all", "any"]).describe("Logic for combining multiple filters.").optional(),
|
|
6
|
+
at_risk: z.boolean().describe("Filter tasks that are at risk (uses atRisk.eq filter)").optional(),
|
|
7
|
+
sort_by: z.enum([
|
|
8
|
+
"taskName",
|
|
9
|
+
"startDate",
|
|
10
|
+
"dueDate",
|
|
11
|
+
"startDateActual",
|
|
12
|
+
"dueDateActual"
|
|
13
|
+
]).describe("Fields that can be used for sorting.").optional(),
|
|
14
|
+
billable: z.boolean().describe("Filter tasks by billable status (uses billable.eq filter)").optional(),
|
|
15
|
+
phase_id: z.string().describe("Filter tasks by phase ID (uses phaseId.eq filter)").optional(),
|
|
16
|
+
page_size: z.number().int().describe("Maximum number of tasks to return per page (default: 100)").optional(),
|
|
17
|
+
task_type: z.string().describe("Filter tasks by type: TASK or MILESTONE (uses type.eq filter)").optional(),
|
|
18
|
+
page_token: z.string().describe("Token for pagination to retrieve the next page of results").optional(),
|
|
19
|
+
project_id: z.string().describe("Filter tasks by project ID (uses projectId.eq filter)").optional(),
|
|
20
|
+
sort_order: z.enum(["ASC", "DESC"]).describe("Sort order for query results.").optional(),
|
|
21
|
+
due_date_after: z.string().describe("Filter tasks with due date after the specified date in YYYY-MM-DD format (uses dueDate.gt filter)").optional(),
|
|
22
|
+
include_fields: z.array(z.string()).describe("Specify which fields to return in the response").optional(),
|
|
23
|
+
due_date_before: z.string().describe("Filter tasks with due date before the specified date in YYYY-MM-DD format (uses dueDate.lt filter)").optional(),
|
|
24
|
+
due_date_equals: z.string().describe("Filter tasks with due date equal to the specified date in YYYY-MM-DD format (uses dueDate.eq filter)").optional(),
|
|
25
|
+
include_archive: z.boolean().describe("Include archived tasks in the results (uses includeArchive.eq filter)").optional(),
|
|
26
|
+
progress_equals: z.number().int().describe("Filter tasks with progress equal to the specified percentage 0-100 (uses progress.eq filter)").optional(),
|
|
27
|
+
created_at_after: z.number().int().describe("Filter tasks created after the specified timestamp in epoch milliseconds (uses createdAt.gt filter)").optional(),
|
|
28
|
+
start_date_after: z.string().describe("Filter tasks with start date after the specified date in YYYY-MM-DD format (uses startDate.gt filter)").optional(),
|
|
29
|
+
task_name_equals: z.string().describe("Filter tasks where name exactly matches (uses taskName.eq filter)").optional(),
|
|
30
|
+
updated_at_after: z.number().int().describe("Filter tasks updated after the specified timestamp in epoch milliseconds (uses updatedAt.gt filter)").optional(),
|
|
31
|
+
created_at_before: z.number().int().describe("Filter tasks created before the specified timestamp in epoch milliseconds (uses createdAt.lt filter)").optional(),
|
|
32
|
+
created_at_equals: z.number().int().describe("Filter tasks created at the specified timestamp in epoch milliseconds (uses createdAt.eq filter)").optional(),
|
|
33
|
+
start_date_before: z.string().describe("Filter tasks with start date before the specified date in YYYY-MM-DD format (uses startDate.lt filter)").optional(),
|
|
34
|
+
start_date_equals: z.string().describe("Filter tasks with start date equal to the specified date in YYYY-MM-DD format (uses startDate.eq filter)").optional(),
|
|
35
|
+
task_status_value: z.string().describe("Filter tasks by status value (uses task.status.eq filter)").optional(),
|
|
36
|
+
updated_at_before: z.number().int().describe("Filter tasks updated before the specified timestamp in epoch milliseconds (uses updatedAt.lt filter)").optional(),
|
|
37
|
+
updated_at_equals: z.number().int().describe("Filter tasks updated at the specified timestamp in epoch milliseconds (uses updatedAt.eq filter)").optional(),
|
|
38
|
+
include_all_fields: z.boolean().describe("Return all available fields in the response").optional(),
|
|
39
|
+
progress_less_than: z.number().int().describe("Filter tasks with progress less than the specified percentage 0-100 (uses progress.lt filter)").optional(),
|
|
40
|
+
task_name_contains: z.string().describe("Filter tasks where name contains the specified text (uses taskName.cn filter)").optional(),
|
|
41
|
+
task_status_one_of: z.array(z.string()).describe("Filter tasks with status matching any of the provided values (uses task.status.oneOf filter)").optional(),
|
|
42
|
+
task_status_none_of: z.array(z.string()).describe("Filter tasks excluding specified status values (uses task.status.noneOf filter)").optional(),
|
|
43
|
+
due_date_on_or_after: z.string().describe("Filter tasks with due date on or after the specified date in YYYY-MM-DD format (uses dueDate.ge filter)").optional(),
|
|
44
|
+
project_status_value: z.string().describe("Filter tasks by project status value (uses project.status.eq filter)").optional(),
|
|
45
|
+
due_date_actual_after: z.string().describe("Filter tasks with actual due date after the specified date in YYYY-MM-DD format (uses dueDateActual.gt filter)").optional(),
|
|
46
|
+
due_date_on_or_before: z.string().describe("Filter tasks with due date on or before the specified date in YYYY-MM-DD format (uses dueDate.le filter)").optional(),
|
|
47
|
+
external_reference_id: z.string().describe("Filter tasks by external reference ID (uses externalReferenceId.eq filter)").optional(),
|
|
48
|
+
progress_greater_than: z.number().int().describe("Filter tasks with progress greater than the specified percentage 0-100 (uses progress.gt filter)").optional(),
|
|
49
|
+
project_status_one_of: z.array(z.string()).describe("Filter tasks with project status matching any of the provided values (uses project.status.oneOf filter)").optional(),
|
|
50
|
+
created_at_on_or_after: z.number().int().describe("Filter tasks created on or after the specified timestamp in epoch milliseconds (uses createdAt.ge filter)").optional(),
|
|
51
|
+
due_date_actual_before: z.string().describe("Filter tasks with actual due date before the specified date in YYYY-MM-DD format (uses dueDateActual.lt filter)").optional(),
|
|
52
|
+
due_date_actual_equals: z.string().describe("Filter tasks with actual due date equal to the specified date in YYYY-MM-DD format (uses dueDateActual.eq filter)").optional(),
|
|
53
|
+
project_status_none_of: z.array(z.string()).describe("Filter tasks excluding specified project status values (uses project.status.noneOf filter)").optional(),
|
|
54
|
+
start_date_on_or_after: z.string().describe("Filter tasks with start date on or after the specified date in YYYY-MM-DD format (uses startDate.ge filter)").optional(),
|
|
55
|
+
task_name_not_contains: z.string().describe("Filter tasks where name does not contain the specified text (uses taskName.nc filter)").optional(),
|
|
56
|
+
updated_at_on_or_after: z.number().int().describe("Filter tasks updated on or after the specified timestamp in epoch milliseconds (uses updatedAt.ge filter)").optional(),
|
|
57
|
+
created_at_on_or_before: z.number().int().describe("Filter tasks created on or before the specified timestamp in epoch milliseconds (uses createdAt.le filter)").optional(),
|
|
58
|
+
start_date_actual_after: z.string().describe("Filter tasks with actual start date after the specified date in YYYY-MM-DD format (uses startDateActual.gt filter)").optional(),
|
|
59
|
+
start_date_on_or_before: z.string().describe("Filter tasks with start date on or before the specified date in YYYY-MM-DD format (uses startDate.le filter)").optional(),
|
|
60
|
+
updated_at_on_or_before: z.number().int().describe("Filter tasks updated on or before the specified timestamp in epoch milliseconds (uses updatedAt.le filter)").optional(),
|
|
61
|
+
effort_in_minutes_equals: z.number().int().describe("Filter tasks with effort equal to the specified minutes (uses effortInMinutes.eq filter)").optional(),
|
|
62
|
+
start_date_actual_before: z.string().describe("Filter tasks with actual start date before the specified date in YYYY-MM-DD format (uses startDateActual.lt filter)").optional(),
|
|
63
|
+
start_date_actual_equals: z.string().describe("Filter tasks with actual start date equal to the specified date in YYYY-MM-DD format (uses startDateActual.eq filter)").optional(),
|
|
64
|
+
due_date_actual_on_or_after: z.string().describe("Filter tasks with actual due date on or after the specified date in YYYY-MM-DD format (uses dueDateActual.ge filter)").optional(),
|
|
65
|
+
effort_in_minutes_less_than: z.number().int().describe("Filter tasks with effort less than the specified minutes (uses effortInMinutes.lt filter)").optional(),
|
|
66
|
+
due_date_actual_on_or_before: z.string().describe("Filter tasks with actual due date on or before the specified date in YYYY-MM-DD format (uses dueDateActual.le filter)").optional(),
|
|
67
|
+
start_date_actual_on_or_after: z.string().describe("Filter tasks with actual start date on or after the specified date in YYYY-MM-DD format (uses startDateActual.ge filter)").optional(),
|
|
68
|
+
effort_in_minutes_greater_than: z.number().int().describe("Filter tasks with effort greater than the specified minutes (uses effortInMinutes.gt filter)").optional(),
|
|
69
|
+
start_date_actual_on_or_before: z.string().describe("Filter tasks with actual start date on or before the specified date in YYYY-MM-DD format (uses startDateActual.le filter)").optional()
|
|
70
|
+
}).describe("Request model for getting all tasks with filtering options.");
|
|
71
|
+
const RocketlaneGetAllTasks_TaskPhaseSchema = z.object({
|
|
72
|
+
phaseId: z.number().int().describe("Unique identifier of the phase").nullable().optional(),
|
|
73
|
+
phaseName: z.string().describe("Name of the phase").nullable().optional()
|
|
74
|
+
}).describe("Model for task phase information.");
|
|
75
|
+
const RocketlaneGetAllTasks_CustomFieldSchema = z.object({
|
|
76
|
+
fieldId: z.string().describe("Unique identifier of the custom field").nullable().optional(),
|
|
77
|
+
fieldValue: z.string().describe("Value of the custom field").nullable().optional()
|
|
78
|
+
}).describe("Model for custom field information.");
|
|
79
|
+
const RocketlaneGetAllTasks_TaskStatusSchema = z.object({
|
|
80
|
+
label: z.string().describe("Status label").nullable().optional(),
|
|
81
|
+
value: z.number().int().describe("Status value").nullable().optional()
|
|
82
|
+
}).describe("Model for task status information.");
|
|
83
|
+
const RocketlaneGetAllTasks_TaskProjectSchema = z.object({
|
|
84
|
+
projectId: z.number().int().describe("Unique identifier of the project").nullable().optional(),
|
|
85
|
+
projectName: z.string().describe("Name of the project").nullable().optional()
|
|
86
|
+
}).describe("Model for project information in tasks.");
|
|
87
|
+
const RocketlaneGetAllTasks_TaskUserSchema = z.object({
|
|
88
|
+
userId: z.number().int().describe("Unique identifier of the user").nullable().optional(),
|
|
89
|
+
emailId: z.string().describe("Email address of the user").nullable().optional(),
|
|
90
|
+
lastName: z.string().describe("Last name of the user").nullable().optional(),
|
|
91
|
+
firstName: z.string().describe("First name of the user").nullable().optional()
|
|
92
|
+
}).describe("Model for user information in tasks.");
|
|
93
|
+
const RocketlaneGetAllTasks_PlaceholderSchema = z.object({
|
|
94
|
+
placeholderId: z.number().int().describe("Unique identifier of the placeholder").nullable().optional(),
|
|
95
|
+
placeholderName: z.string().describe("Name of the placeholder").nullable().optional()
|
|
96
|
+
}).describe("Model for placeholder information in assignees.");
|
|
97
|
+
const RocketlaneGetAllTasks_AssigneesSchema = z.object({
|
|
98
|
+
members: z.array(RocketlaneGetAllTasks_TaskUserSchema).describe("List of member users assigned to the task").nullable().optional(),
|
|
99
|
+
placeholders: z.array(RocketlaneGetAllTasks_PlaceholderSchema).describe("List of placeholder roles assigned to the task").nullable().optional()
|
|
100
|
+
}).describe("Model for task assignees.");
|
|
101
|
+
const RocketlaneGetAllTasks_FollowersSchema = z.object({ members: z.array(RocketlaneGetAllTasks_TaskUserSchema).describe("List of member users following the task").nullable().optional() }).describe("Model for task followers.");
|
|
102
|
+
const RocketlaneGetAllTasks_TaskSchema = z.object({
|
|
103
|
+
type: z.string().describe("Task type (TASK or MILESTONE)").nullable().optional(),
|
|
104
|
+
phase: RocketlaneGetAllTasks_TaskPhaseSchema.nullable().optional(),
|
|
105
|
+
atRisk: z.boolean().describe("Whether the task is at risk").nullable().optional(),
|
|
106
|
+
fields: z.array(RocketlaneGetAllTasks_CustomFieldSchema).describe("Custom fields for the task").nullable().optional(),
|
|
107
|
+
status: RocketlaneGetAllTasks_TaskStatusSchema.nullable().optional(),
|
|
108
|
+
taskId: z.number().int().describe("Unique identifier of the task").nullable().optional(),
|
|
109
|
+
dueDate: z.string().describe("Task due date (YYYY-MM-DD)").nullable().optional(),
|
|
110
|
+
private: z.boolean().describe("Whether the task is private").nullable().optional(),
|
|
111
|
+
project: RocketlaneGetAllTasks_TaskProjectSchema.nullable().optional(),
|
|
112
|
+
archived: z.boolean().describe("Whether the task is archived").nullable().optional(),
|
|
113
|
+
billable: z.boolean().describe("Whether the task is billable").nullable().optional(),
|
|
114
|
+
progress: z.number().int().describe("Task progress percentage (0-100)").nullable().optional(),
|
|
115
|
+
taskName: z.string().describe("Name of the task").nullable().optional(),
|
|
116
|
+
assignees: RocketlaneGetAllTasks_AssigneesSchema.nullable().optional(),
|
|
117
|
+
createdAt: z.number().int().describe("Creation timestamp in epoch milliseconds").nullable().optional(),
|
|
118
|
+
createdBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),
|
|
119
|
+
followers: RocketlaneGetAllTasks_FollowersSchema.nullable().optional(),
|
|
120
|
+
startDate: z.string().describe("Task start date (YYYY-MM-DD)").nullable().optional(),
|
|
121
|
+
updatedAt: z.number().int().describe("Last update timestamp in epoch milliseconds").nullable().optional(),
|
|
122
|
+
updatedBy: RocketlaneGetAllTasks_TaskUserSchema.nullable().optional(),
|
|
123
|
+
dueDateActual: z.string().describe("Actual due date (YYYY-MM-DD)").nullable().optional(),
|
|
124
|
+
effortInMinutes: z.number().int().describe("Expected effort in minutes").nullable().optional(),
|
|
125
|
+
startDateActual: z.string().describe("Actual start date (YYYY-MM-DD)").nullable().optional(),
|
|
126
|
+
taskDescription: z.string().describe("HTML-formatted description of the task").nullable().optional(),
|
|
127
|
+
taskPrivateNote: z.string().describe("HTML-formatted private note").nullable().optional(),
|
|
128
|
+
externalReferenceId: z.string().describe("External reference identifier").nullable().optional()
|
|
129
|
+
}).describe("Model for task information.");
|
|
130
|
+
const RocketlaneGetAllTasks_PaginationInfoSchema = z.object({
|
|
131
|
+
hasMore: z.boolean().describe("Whether there are more pages").nullable().optional(),
|
|
132
|
+
nextPage: z.string().describe("URL for the next page").nullable().optional(),
|
|
133
|
+
pageSize: z.number().int().describe("Number of items per page").nullable().optional(),
|
|
134
|
+
nextPageToken: z.string().describe("Token for the next page").nullable().optional(),
|
|
135
|
+
totalRecordCount: z.number().int().describe("Total number of records").nullable().optional()
|
|
136
|
+
}).describe("Model for pagination information.");
|
|
137
|
+
const rocketlaneGetAllTasks = action("ROCKETLANE_GET_ALL_TASKS", {
|
|
138
|
+
slug: "rocketlane-get-all-tasks",
|
|
139
|
+
name: "Get All Tasks",
|
|
140
|
+
description: "Tool to retrieve all tasks from Rocketlane with advanced filtering options. Supports filtering by project, status, dates, billable status, and more. Use this when you need to search or list tasks with specific criteria.",
|
|
141
|
+
input: RocketlaneGetAllTasksInput,
|
|
142
|
+
output: z.object({
|
|
143
|
+
data: z.array(RocketlaneGetAllTasks_TaskSchema).describe("List of tasks"),
|
|
144
|
+
pagination: RocketlaneGetAllTasks_PaginationInfoSchema.nullable().optional()
|
|
145
|
+
}).describe("Response model for getting all tasks.")
|
|
146
|
+
});
|
|
147
|
+
//#endregion
|
|
148
|
+
export { rocketlaneGetAllTasks };
|
|
149
|
+
|
|
150
|
+
//# sourceMappingURL=get-all-tasks.mjs.map
|