@keystrokehq/rocketlane 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/add-assignee-to-task.cjs +9 -9
- package/dist/actions/add-assignee-to-task.cjs.map +1 -1
- package/dist/actions/add-assignee-to-task.d.cts +11 -10
- package/dist/actions/add-assignee-to-task.d.mts +11 -10
- package/dist/actions/add-assignee-to-task.mjs +9 -9
- package/dist/actions/add-assignee-to-task.mjs.map +1 -1
- package/dist/actions/add-field-option.cjs +1 -1
- package/dist/actions/add-field-option.cjs.map +1 -1
- package/dist/actions/add-field-option.d.cts +1 -1
- package/dist/actions/add-field-option.d.mts +1 -1
- package/dist/actions/add-field-option.mjs +1 -1
- package/dist/actions/add-field-option.mjs.map +1 -1
- package/dist/actions/add-followers-to-task.cjs +2 -2
- package/dist/actions/add-followers-to-task.cjs.map +1 -1
- package/dist/actions/add-followers-to-task.d.cts +3 -2
- package/dist/actions/add-followers-to-task.d.mts +3 -2
- package/dist/actions/add-followers-to-task.mjs +2 -2
- package/dist/actions/add-followers-to-task.mjs.map +1 -1
- package/dist/actions/add-members-to-conversation.cjs +3 -3
- package/dist/actions/add-members-to-conversation.cjs.map +1 -1
- package/dist/actions/add-members-to-conversation.d.cts +4 -3
- package/dist/actions/add-members-to-conversation.d.mts +4 -3
- package/dist/actions/add-members-to-conversation.mjs +3 -3
- package/dist/actions/add-members-to-conversation.mjs.map +1 -1
- package/dist/actions/add-members.cjs +2 -2
- package/dist/actions/add-members.cjs.map +1 -1
- package/dist/actions/add-members.d.cts +3 -2
- package/dist/actions/add-members.d.mts +3 -2
- package/dist/actions/add-members.mjs +2 -2
- package/dist/actions/add-members.mjs.map +1 -1
- package/dist/actions/archive-project-by-id.cjs +1 -1
- package/dist/actions/archive-project-by-id.cjs.map +1 -1
- package/dist/actions/archive-project-by-id.d.cts +1 -1
- package/dist/actions/archive-project-by-id.d.mts +1 -1
- package/dist/actions/archive-project-by-id.mjs +1 -1
- package/dist/actions/archive-project-by-id.mjs.map +1 -1
- package/dist/actions/create-comment.cjs +5 -5
- package/dist/actions/create-comment.cjs.map +1 -1
- package/dist/actions/create-comment.d.cts +6 -5
- package/dist/actions/create-comment.d.mts +6 -5
- package/dist/actions/create-comment.mjs +5 -5
- package/dist/actions/create-comment.mjs.map +1 -1
- package/dist/actions/create-company.cjs +1 -1
- package/dist/actions/create-company.cjs.map +1 -1
- package/dist/actions/create-company.d.cts +1 -1
- package/dist/actions/create-company.d.mts +1 -1
- package/dist/actions/create-company.mjs +1 -1
- package/dist/actions/create-company.mjs.map +1 -1
- package/dist/actions/create-conversation.cjs +4 -4
- package/dist/actions/create-conversation.cjs.map +1 -1
- package/dist/actions/create-conversation.d.cts +5 -4
- package/dist/actions/create-conversation.d.mts +5 -4
- package/dist/actions/create-conversation.mjs +4 -4
- package/dist/actions/create-conversation.mjs.map +1 -1
- package/dist/actions/create-field.cjs +3 -3
- package/dist/actions/create-field.cjs.map +1 -1
- package/dist/actions/create-field.d.cts +4 -3
- package/dist/actions/create-field.d.mts +4 -3
- package/dist/actions/create-field.mjs +3 -3
- package/dist/actions/create-field.mjs.map +1 -1
- package/dist/actions/create-phase.cjs +1 -1
- package/dist/actions/create-phase.cjs.map +1 -1
- package/dist/actions/create-phase.d.cts +1 -1
- package/dist/actions/create-phase.d.mts +1 -1
- package/dist/actions/create-phase.mjs +1 -1
- package/dist/actions/create-phase.mjs.map +1 -1
- package/dist/actions/create-project.cjs +7 -7
- package/dist/actions/create-project.cjs.map +1 -1
- package/dist/actions/create-project.d.cts +9 -7
- package/dist/actions/create-project.d.mts +9 -7
- package/dist/actions/create-project.mjs +7 -7
- package/dist/actions/create-project.mjs.map +1 -1
- package/dist/actions/create-space-document.cjs +1 -1
- package/dist/actions/create-space-document.cjs.map +1 -1
- package/dist/actions/create-space-document.d.cts +1 -1
- package/dist/actions/create-space-document.d.mts +1 -1
- package/dist/actions/create-space-document.mjs +1 -1
- package/dist/actions/create-space-document.mjs.map +1 -1
- package/dist/actions/create-space.cjs +2 -2
- package/dist/actions/create-space.cjs.map +1 -1
- package/dist/actions/create-space.d.cts +2 -2
- package/dist/actions/create-space.d.mts +2 -2
- package/dist/actions/create-space.mjs +2 -2
- package/dist/actions/create-space.mjs.map +1 -1
- package/dist/actions/create-task.cjs +4 -4
- package/dist/actions/create-task.cjs.map +1 -1
- package/dist/actions/create-task.d.cts +6 -4
- package/dist/actions/create-task.d.mts +6 -4
- package/dist/actions/create-task.mjs +4 -4
- package/dist/actions/create-task.mjs.map +1 -1
- package/dist/actions/create-time-entry.cjs +1 -1
- package/dist/actions/create-time-entry.cjs.map +1 -1
- package/dist/actions/create-time-entry.d.cts +1 -1
- package/dist/actions/create-time-entry.d.mts +1 -1
- package/dist/actions/create-time-entry.mjs +1 -1
- package/dist/actions/create-time-entry.mjs.map +1 -1
- package/dist/actions/delete-comment-by-id.cjs +1 -1
- package/dist/actions/delete-comment-by-id.cjs.map +1 -1
- package/dist/actions/delete-comment-by-id.d.cts +1 -1
- package/dist/actions/delete-comment-by-id.d.mts +1 -1
- package/dist/actions/delete-comment-by-id.mjs +1 -1
- package/dist/actions/delete-comment-by-id.mjs.map +1 -1
- package/dist/actions/delete-conversation.cjs +1 -1
- package/dist/actions/delete-conversation.cjs.map +1 -1
- package/dist/actions/delete-conversation.d.cts +1 -1
- package/dist/actions/delete-conversation.d.mts +1 -1
- package/dist/actions/delete-conversation.mjs +1 -1
- package/dist/actions/delete-conversation.mjs.map +1 -1
- package/dist/actions/delete-field.cjs +1 -1
- package/dist/actions/delete-field.cjs.map +1 -1
- package/dist/actions/delete-field.d.cts +1 -1
- package/dist/actions/delete-field.d.mts +1 -1
- package/dist/actions/delete-field.mjs +1 -1
- package/dist/actions/delete-field.mjs.map +1 -1
- package/dist/actions/delete-phase.cjs +1 -1
- package/dist/actions/delete-phase.cjs.map +1 -1
- package/dist/actions/delete-phase.d.cts +1 -1
- package/dist/actions/delete-phase.d.mts +1 -1
- package/dist/actions/delete-phase.mjs +1 -1
- package/dist/actions/delete-phase.mjs.map +1 -1
- package/dist/actions/delete-project.cjs +1 -1
- package/dist/actions/delete-project.cjs.map +1 -1
- package/dist/actions/delete-project.d.cts +1 -1
- package/dist/actions/delete-project.d.cts.map +1 -1
- package/dist/actions/delete-project.d.mts +1 -1
- package/dist/actions/delete-project.d.mts.map +1 -1
- package/dist/actions/delete-project.mjs +1 -1
- package/dist/actions/delete-project.mjs.map +1 -1
- package/dist/actions/delete-space-document.cjs +1 -1
- package/dist/actions/delete-space-document.cjs.map +1 -1
- package/dist/actions/delete-space-document.d.cts +1 -1
- package/dist/actions/delete-space-document.d.mts +1 -1
- package/dist/actions/delete-space-document.mjs +1 -1
- package/dist/actions/delete-space-document.mjs.map +1 -1
- package/dist/actions/delete-space.cjs +1 -1
- package/dist/actions/delete-space.cjs.map +1 -1
- package/dist/actions/delete-space.d.cts +1 -1
- package/dist/actions/delete-space.d.mts +1 -1
- package/dist/actions/delete-space.mjs +1 -1
- package/dist/actions/delete-space.mjs.map +1 -1
- package/dist/actions/delete-task-by-id.cjs +1 -1
- package/dist/actions/delete-task-by-id.cjs.map +1 -1
- package/dist/actions/delete-task-by-id.d.cts +1 -1
- package/dist/actions/delete-task-by-id.d.mts +1 -1
- package/dist/actions/delete-task-by-id.mjs +1 -1
- package/dist/actions/delete-task-by-id.mjs.map +1 -1
- package/dist/actions/delete-time-entry-by-id.cjs +1 -1
- package/dist/actions/delete-time-entry-by-id.cjs.map +1 -1
- package/dist/actions/delete-time-entry-by-id.d.cts +1 -1
- package/dist/actions/delete-time-entry-by-id.d.mts +1 -1
- package/dist/actions/delete-time-entry-by-id.mjs +1 -1
- package/dist/actions/delete-time-entry-by-id.mjs.map +1 -1
- package/dist/actions/get-all-conversations.cjs +4 -4
- package/dist/actions/get-all-conversations.cjs.map +1 -1
- package/dist/actions/get-all-conversations.d.cts +4 -4
- package/dist/actions/get-all-conversations.d.mts +4 -4
- package/dist/actions/get-all-conversations.mjs +4 -4
- package/dist/actions/get-all-conversations.mjs.map +1 -1
- package/dist/actions/get-all-fields.cjs +2 -2
- package/dist/actions/get-all-fields.cjs.map +1 -1
- package/dist/actions/get-all-fields.d.cts +2 -2
- package/dist/actions/get-all-fields.d.mts +2 -2
- package/dist/actions/get-all-fields.mjs +2 -2
- package/dist/actions/get-all-fields.mjs.map +1 -1
- package/dist/actions/get-all-resource-allocations.cjs +2 -2
- package/dist/actions/get-all-resource-allocations.cjs.map +1 -1
- package/dist/actions/get-all-resource-allocations.d.cts +2 -2
- package/dist/actions/get-all-resource-allocations.d.mts +2 -2
- package/dist/actions/get-all-resource-allocations.mjs +2 -2
- package/dist/actions/get-all-resource-allocations.mjs.map +1 -1
- package/dist/actions/get-all-spaces.cjs +5 -5
- package/dist/actions/get-all-spaces.cjs.map +1 -1
- package/dist/actions/get-all-spaces.d.cts +6 -6
- package/dist/actions/get-all-spaces.d.mts +6 -6
- package/dist/actions/get-all-spaces.mjs +5 -5
- package/dist/actions/get-all-spaces.mjs.map +1 -1
- package/dist/actions/get-all-tasks.cjs +11 -11
- package/dist/actions/get-all-tasks.cjs.map +1 -1
- package/dist/actions/get-all-tasks.d.cts +14 -14
- package/dist/actions/get-all-tasks.d.mts +14 -14
- package/dist/actions/get-all-tasks.mjs +11 -11
- package/dist/actions/get-all-tasks.mjs.map +1 -1
- package/dist/actions/get-all-timeoffs.cjs +2 -2
- package/dist/actions/get-all-timeoffs.cjs.map +1 -1
- package/dist/actions/get-all-timeoffs.d.cts +2 -2
- package/dist/actions/get-all-timeoffs.d.mts +2 -2
- package/dist/actions/get-all-timeoffs.mjs +2 -2
- package/dist/actions/get-all-timeoffs.mjs.map +1 -1
- package/dist/actions/get-comments.cjs +5 -5
- package/dist/actions/get-comments.cjs.map +1 -1
- package/dist/actions/get-comments.d.cts +5 -5
- package/dist/actions/get-comments.d.mts +5 -5
- package/dist/actions/get-comments.mjs +5 -5
- package/dist/actions/get-comments.mjs.map +1 -1
- package/dist/actions/get-company.cjs +1 -1
- package/dist/actions/get-company.cjs.map +1 -1
- package/dist/actions/get-company.d.cts +1 -1
- package/dist/actions/get-company.d.mts +1 -1
- package/dist/actions/get-company.mjs +1 -1
- package/dist/actions/get-company.mjs.map +1 -1
- package/dist/actions/get-conversation.cjs +3 -3
- package/dist/actions/get-conversation.cjs.map +1 -1
- package/dist/actions/get-conversation.d.cts +3 -3
- package/dist/actions/get-conversation.d.mts +3 -3
- package/dist/actions/get-conversation.mjs +3 -3
- package/dist/actions/get-conversation.mjs.map +1 -1
- package/dist/actions/get-field-by-id.cjs +1 -1
- package/dist/actions/get-field-by-id.cjs.map +1 -1
- package/dist/actions/get-field-by-id.d.cts +1 -1
- package/dist/actions/get-field-by-id.d.mts +1 -1
- package/dist/actions/get-field-by-id.mjs +1 -1
- package/dist/actions/get-field-by-id.mjs.map +1 -1
- package/dist/actions/get-phase-by-id.cjs +1 -1
- package/dist/actions/get-phase-by-id.cjs.map +1 -1
- package/dist/actions/get-phase-by-id.d.cts +1 -1
- package/dist/actions/get-phase-by-id.d.mts +1 -1
- package/dist/actions/get-phase-by-id.mjs +1 -1
- package/dist/actions/get-phase-by-id.mjs.map +1 -1
- package/dist/actions/get-project-by-id.cjs +8 -8
- package/dist/actions/get-project-by-id.cjs.map +1 -1
- package/dist/actions/get-project-by-id.d.cts +12 -12
- package/dist/actions/get-project-by-id.d.mts +12 -12
- package/dist/actions/get-project-by-id.mjs +8 -8
- package/dist/actions/get-project-by-id.mjs.map +1 -1
- package/dist/actions/get-space.cjs +2 -2
- package/dist/actions/get-space.cjs.map +1 -1
- package/dist/actions/get-space.d.cts +2 -2
- package/dist/actions/get-space.d.mts +2 -2
- package/dist/actions/get-space.mjs +2 -2
- package/dist/actions/get-space.mjs.map +1 -1
- package/dist/actions/get-task-by-id.cjs +15 -15
- package/dist/actions/get-task-by-id.cjs.map +1 -1
- package/dist/actions/get-task-by-id.d.cts +20 -20
- package/dist/actions/get-task-by-id.d.mts +20 -20
- package/dist/actions/get-task-by-id.mjs +15 -15
- package/dist/actions/get-task-by-id.mjs.map +1 -1
- package/dist/actions/get-template-by-id.cjs +1 -1
- package/dist/actions/get-template-by-id.cjs.map +1 -1
- package/dist/actions/get-template-by-id.d.cts +1 -1
- package/dist/actions/get-template-by-id.d.mts +1 -1
- package/dist/actions/get-template-by-id.mjs +1 -1
- package/dist/actions/get-template-by-id.mjs.map +1 -1
- package/dist/actions/get-time-entries.cjs +4 -4
- package/dist/actions/get-time-entries.cjs.map +1 -1
- package/dist/actions/get-time-entries.d.cts +4 -4
- package/dist/actions/get-time-entries.d.mts +4 -4
- package/dist/actions/get-time-entries.mjs +4 -4
- package/dist/actions/get-time-entries.mjs.map +1 -1
- package/dist/actions/get-time-entry-by-id.cjs +7 -7
- package/dist/actions/get-time-entry-by-id.cjs.map +1 -1
- package/dist/actions/get-time-entry-by-id.d.cts +9 -9
- package/dist/actions/get-time-entry-by-id.d.mts +9 -9
- package/dist/actions/get-time-entry-by-id.mjs +7 -7
- package/dist/actions/get-time-entry-by-id.mjs.map +1 -1
- package/dist/actions/get-time-entry-categories.cjs +3 -3
- package/dist/actions/get-time-entry-categories.cjs.map +1 -1
- package/dist/actions/get-time-entry-categories.d.cts +3 -3
- package/dist/actions/get-time-entry-categories.d.mts +3 -3
- package/dist/actions/get-time-entry-categories.mjs +3 -3
- package/dist/actions/get-time-entry-categories.mjs.map +1 -1
- package/dist/actions/get-user-by-id.cjs +1 -1
- package/dist/actions/get-user-by-id.cjs.map +1 -1
- package/dist/actions/get-user-by-id.d.cts +1 -1
- package/dist/actions/get-user-by-id.d.mts +1 -1
- package/dist/actions/get-user-by-id.mjs +1 -1
- package/dist/actions/get-user-by-id.mjs.map +1 -1
- package/dist/actions/list-companies.cjs +2 -2
- package/dist/actions/list-companies.cjs.map +1 -1
- package/dist/actions/list-companies.d.cts +2 -2
- package/dist/actions/list-companies.d.mts +2 -2
- package/dist/actions/list-companies.mjs +2 -2
- package/dist/actions/list-companies.mjs.map +1 -1
- package/dist/actions/list-currencies.cjs +2 -2
- package/dist/actions/list-currencies.cjs.map +1 -1
- package/dist/actions/list-currencies.d.cts +2 -2
- package/dist/actions/list-currencies.d.mts +2 -2
- package/dist/actions/list-currencies.mjs +2 -2
- package/dist/actions/list-currencies.mjs.map +1 -1
- package/dist/actions/list-project-phases.cjs +6 -6
- package/dist/actions/list-project-phases.cjs.map +1 -1
- package/dist/actions/list-project-phases.d.cts +7 -7
- package/dist/actions/list-project-phases.d.mts +7 -7
- package/dist/actions/list-project-phases.mjs +6 -6
- package/dist/actions/list-project-phases.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +7 -7
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +7 -7
- package/dist/actions/list-projects.d.mts +7 -7
- package/dist/actions/list-projects.mjs +7 -7
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +3 -3
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +3 -3
- package/dist/actions/list-templates.d.mts +3 -3
- package/dist/actions/list-templates.mjs +3 -3
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-users.cjs +2 -2
- package/dist/actions/list-users.cjs.map +1 -1
- package/dist/actions/list-users.d.cts +2 -2
- package/dist/actions/list-users.d.mts +2 -2
- package/dist/actions/list-users.mjs +2 -2
- package/dist/actions/list-users.mjs.map +1 -1
- package/dist/actions/move-task-to-given-phase.cjs +5 -5
- package/dist/actions/move-task-to-given-phase.cjs.map +1 -1
- package/dist/actions/move-task-to-given-phase.d.cts +5 -5
- package/dist/actions/move-task-to-given-phase.d.mts +5 -5
- package/dist/actions/move-task-to-given-phase.mjs +5 -5
- package/dist/actions/move-task-to-given-phase.mjs.map +1 -1
- package/dist/actions/remove-assignees-from-task.cjs +2 -2
- package/dist/actions/remove-assignees-from-task.cjs.map +1 -1
- package/dist/actions/remove-assignees-from-task.d.cts +3 -2
- package/dist/actions/remove-assignees-from-task.d.mts +3 -2
- package/dist/actions/remove-assignees-from-task.mjs +2 -2
- package/dist/actions/remove-assignees-from-task.mjs.map +1 -1
- package/dist/actions/remove-dependencies-from-task.cjs +2 -2
- package/dist/actions/remove-dependencies-from-task.cjs.map +1 -1
- package/dist/actions/remove-dependencies-from-task.d.cts +3 -2
- package/dist/actions/remove-dependencies-from-task.d.mts +3 -2
- package/dist/actions/remove-dependencies-from-task.mjs +2 -2
- package/dist/actions/remove-dependencies-from-task.mjs.map +1 -1
- package/dist/actions/remove-followers-from-task.cjs +2 -2
- package/dist/actions/remove-followers-from-task.cjs.map +1 -1
- package/dist/actions/remove-followers-from-task.d.cts +3 -2
- package/dist/actions/remove-followers-from-task.d.mts +3 -2
- package/dist/actions/remove-followers-from-task.mjs +2 -2
- package/dist/actions/remove-followers-from-task.mjs.map +1 -1
- package/dist/actions/remove-members-from-conversation.cjs +3 -3
- package/dist/actions/remove-members-from-conversation.cjs.map +1 -1
- package/dist/actions/remove-members-from-conversation.d.cts +4 -3
- package/dist/actions/remove-members-from-conversation.d.mts +4 -3
- package/dist/actions/remove-members-from-conversation.mjs +3 -3
- package/dist/actions/remove-members-from-conversation.mjs.map +1 -1
- package/dist/actions/retrieve-subscription-details.cjs +3 -3
- package/dist/actions/retrieve-subscription-details.cjs.map +1 -1
- package/dist/actions/retrieve-subscription-details.d.cts +3 -3
- package/dist/actions/retrieve-subscription-details.d.mts +3 -3
- package/dist/actions/retrieve-subscription-details.mjs +3 -3
- package/dist/actions/retrieve-subscription-details.mjs.map +1 -1
- package/dist/actions/search-invoices.cjs +5 -5
- package/dist/actions/search-invoices.cjs.map +1 -1
- package/dist/actions/search-invoices.d.cts +5 -5
- package/dist/actions/search-invoices.d.mts +5 -5
- package/dist/actions/search-invoices.mjs +5 -5
- package/dist/actions/search-invoices.mjs.map +1 -1
- package/dist/actions/search-time-entries.cjs +11 -11
- package/dist/actions/search-time-entries.cjs.map +1 -1
- package/dist/actions/search-time-entries.d.cts +16 -16
- package/dist/actions/search-time-entries.d.mts +16 -16
- package/dist/actions/search-time-entries.mjs +11 -11
- package/dist/actions/search-time-entries.mjs.map +1 -1
- package/dist/actions/search-user-by-email.cjs +2 -2
- package/dist/actions/search-user-by-email.cjs.map +1 -1
- package/dist/actions/search-user-by-email.d.cts +2 -2
- package/dist/actions/search-user-by-email.d.mts +2 -2
- package/dist/actions/search-user-by-email.mjs +2 -2
- package/dist/actions/search-user-by-email.mjs.map +1 -1
- package/dist/actions/update-company.cjs +1 -1
- package/dist/actions/update-company.cjs.map +1 -1
- package/dist/actions/update-company.d.cts +1 -1
- package/dist/actions/update-company.d.mts +1 -1
- package/dist/actions/update-company.mjs +1 -1
- package/dist/actions/update-company.mjs.map +1 -1
- package/dist/actions/update-conversation.cjs +3 -3
- package/dist/actions/update-conversation.cjs.map +1 -1
- package/dist/actions/update-conversation.d.cts +3 -3
- package/dist/actions/update-conversation.d.mts +3 -3
- package/dist/actions/update-conversation.mjs +3 -3
- package/dist/actions/update-conversation.mjs.map +1 -1
- package/dist/actions/update-field-option.cjs +1 -1
- package/dist/actions/update-field-option.cjs.map +1 -1
- package/dist/actions/update-field-option.d.cts +1 -1
- package/dist/actions/update-field-option.d.mts +1 -1
- package/dist/actions/update-field-option.mjs +1 -1
- package/dist/actions/update-field-option.mjs.map +1 -1
- package/dist/actions/update-field.cjs +1 -1
- package/dist/actions/update-field.cjs.map +1 -1
- package/dist/actions/update-field.d.cts +1 -1
- package/dist/actions/update-field.d.mts +1 -1
- package/dist/actions/update-field.mjs +1 -1
- package/dist/actions/update-field.mjs.map +1 -1
- package/dist/actions/update-phase.cjs +2 -2
- package/dist/actions/update-phase.cjs.map +1 -1
- package/dist/actions/update-phase.d.cts +2 -2
- package/dist/actions/update-phase.d.mts +2 -2
- package/dist/actions/update-phase.mjs +2 -2
- package/dist/actions/update-phase.mjs.map +1 -1
- package/dist/actions/update-project-by-id.cjs +2 -2
- package/dist/actions/update-project-by-id.cjs.map +1 -1
- package/dist/actions/update-project-by-id.d.cts +3 -2
- package/dist/actions/update-project-by-id.d.mts +3 -2
- package/dist/actions/update-project-by-id.mjs +2 -2
- package/dist/actions/update-project-by-id.mjs.map +1 -1
- package/dist/actions/update-space-document.cjs +1 -1
- package/dist/actions/update-space-document.cjs.map +1 -1
- package/dist/actions/update-space-document.d.cts +1 -1
- package/dist/actions/update-space-document.d.mts +1 -1
- package/dist/actions/update-space-document.mjs +1 -1
- package/dist/actions/update-space-document.mjs.map +1 -1
- package/dist/actions/update-space.cjs +3 -3
- package/dist/actions/update-space.cjs.map +1 -1
- package/dist/actions/update-space.d.cts +4 -4
- package/dist/actions/update-space.d.mts +4 -4
- package/dist/actions/update-space.mjs +3 -3
- package/dist/actions/update-space.mjs.map +1 -1
- package/dist/actions/update-task-by-id.cjs +2 -2
- package/dist/actions/update-task-by-id.cjs.map +1 -1
- package/dist/actions/update-task-by-id.d.cts +3 -2
- package/dist/actions/update-task-by-id.d.mts +3 -2
- package/dist/actions/update-task-by-id.mjs +2 -2
- package/dist/actions/update-task-by-id.mjs.map +1 -1
- package/dist/actions/update-time-entry-by-id.cjs +1 -1
- package/dist/actions/update-time-entry-by-id.cjs.map +1 -1
- package/dist/actions/update-time-entry-by-id.d.cts +1 -1
- package/dist/actions/update-time-entry-by-id.d.mts +1 -1
- package/dist/actions/update-time-entry-by-id.mjs +1 -1
- package/dist/actions/update-time-entry-by-id.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,25 +5,25 @@ const RocketlaneGetTimeEntryByIdInput = z.object({ timeEntryId: z.string().descr
|
|
|
5
5
|
const RocketlaneGetTimeEntryById_TimeEntryTaskSchema = z.object({
|
|
6
6
|
taskId: z.number().int().nullable(),
|
|
7
7
|
taskName: z.string().nullable()
|
|
8
|
-
}).describe("Model for a task in time entry.");
|
|
8
|
+
}).passthrough().describe("Model for a task in time entry.");
|
|
9
9
|
const RocketlaneGetTimeEntryById_TimeEntryUserSchema = z.object({
|
|
10
10
|
userId: z.number().int().nullable(),
|
|
11
11
|
emailId: z.string().nullable(),
|
|
12
12
|
lastName: z.string().nullable().optional(),
|
|
13
13
|
firstName: z.string().nullable()
|
|
14
|
-
}).describe("Model for a user in time entry.");
|
|
14
|
+
}).passthrough().describe("Model for a user in time entry.");
|
|
15
15
|
const RocketlaneGetTimeEntryById_TimeEntryProjectSchema = z.object({
|
|
16
16
|
projectId: z.number().int().nullable(),
|
|
17
17
|
projectName: z.string().nullable()
|
|
18
|
-
}).describe("Model for a project in time entry.");
|
|
18
|
+
}).passthrough().describe("Model for a project in time entry.");
|
|
19
19
|
const RocketlaneGetTimeEntryById_TimeEntryCategorySchema = z.object({
|
|
20
20
|
categoryId: z.number().int().nullable(),
|
|
21
21
|
categoryName: z.string().nullable()
|
|
22
|
-
}).describe("Model for a category in time entry.");
|
|
22
|
+
}).passthrough().describe("Model for a category in time entry.");
|
|
23
23
|
const RocketlaneGetTimeEntryById_TimeEntryPhaseSchema = z.object({
|
|
24
24
|
phaseId: z.number().int().nullable(),
|
|
25
25
|
phaseName: z.string().nullable()
|
|
26
|
-
}).describe("Model for a project phase in time entry.");
|
|
26
|
+
}).passthrough().describe("Model for a project phase in time entry.");
|
|
27
27
|
const RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema = z.object({
|
|
28
28
|
date: z.string().describe("The date when the time was logged (format: YYYY-MM-DD).").nullable(),
|
|
29
29
|
task: RocketlaneGetTimeEntryById_TimeEntryTaskSchema.nullable().optional(),
|
|
@@ -41,13 +41,13 @@ const RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema = z.object({
|
|
|
41
41
|
timeEntryId: z.number().int().describe("The unique identifier of the time entry.").nullable(),
|
|
42
42
|
activityName: z.string().describe("Name of the activity for the time entry.").nullable().optional(),
|
|
43
43
|
projectPhase: RocketlaneGetTimeEntryById_TimeEntryPhaseSchema.nullable().optional()
|
|
44
|
-
});
|
|
44
|
+
}).passthrough();
|
|
45
45
|
const rocketlaneGetTimeEntryById = action("ROCKETLANE_GET_TIME_ENTRY_BY_ID", {
|
|
46
46
|
slug: "rocketlane-get-time-entry-by-id",
|
|
47
47
|
name: "Get Time Entry By ID",
|
|
48
48
|
description: "Retrieve detailed information about a specific time entry using its unique identifier (timeEntryId).",
|
|
49
49
|
input: RocketlaneGetTimeEntryByIdInput,
|
|
50
|
-
output: z.object({ timeEntry: RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema.nullable() })
|
|
50
|
+
output: z.object({ timeEntry: RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema.nullable() }).passthrough()
|
|
51
51
|
});
|
|
52
52
|
//#endregion
|
|
53
53
|
export { rocketlaneGetTimeEntryById };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-time-entry-by-id.mjs","names":[],"sources":["../../src/actions/get-time-entry-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryByIdInput = z.object({\n timeEntryId: z.string().describe(\"The unique identifier of the time entry to retrieve.\"),\n});\nconst RocketlaneGetTimeEntryById_TimeEntryTaskSchema = z.object({\n taskId: z.number().int().nullable(),\n taskName: z.string().nullable(),\n}).describe(\"Model for a task in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryUserSchema = z.object({\n userId: z.number().int().nullable(),\n emailId: z.string().nullable(),\n lastName: z.string().nullable().optional(),\n firstName: z.string().nullable(),\n}).describe(\"Model for a user in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryProjectSchema = z.object({\n projectId: z.number().int().nullable(),\n projectName: z.string().nullable(),\n}).describe(\"Model for a project in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().nullable(),\n categoryName: z.string().nullable(),\n}).describe(\"Model for a category in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryPhaseSchema = z.object({\n phaseId: z.number().int().nullable(),\n phaseName: z.string().nullable(),\n}).describe(\"Model for a project phase in time entry.\");\nconst RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema = z.object({\n date: z.string().describe(\"The date when the time was logged (format: YYYY-MM-DD).\").nullable(),\n task: RocketlaneGetTimeEntryById_TimeEntryTaskSchema.nullable().optional(),\n user: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n taskId: z.string().describe(\"The unique identifier of the associated task.\").nullable().optional(),\n minutes: z.number().int().describe(\"The duration of the time entry in minutes.\").nullable(),\n project: RocketlaneGetTimeEntryById_TimeEntryProjectSchema.nullable().optional(),\n billable: z.boolean().describe(\"Indicates whether the time entry is billable.\").nullable(),\n category: RocketlaneGetTimeEntryById_TimeEntryCategorySchema.nullable().optional(),\n createdAt: z.number().int().describe(\"The timestamp when the time entry was created.\").nullable(),\n createdBy: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n projectId: z.string().describe(\"The unique identifier of the associated project.\").nullable().optional(),\n updatedAt: z.number().int().describe(\"The timestamp when the time entry was last updated.\").nullable(),\n updatedBy: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n timeEntryId: z.number().int().describe(\"The unique identifier of the time entry.\").nullable(),\n activityName: z.string().describe(\"Name of the activity for the time entry.\").nullable().optional(),\n projectPhase: RocketlaneGetTimeEntryById_TimeEntryPhaseSchema.nullable().optional(),\n});\nexport const RocketlaneGetTimeEntryByIdOutput = z.object({\n timeEntry: RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema.nullable(),\n});\n\nexport const rocketlaneGetTimeEntryById = action(\"ROCKETLANE_GET_TIME_ENTRY_BY_ID\", {\n slug: \"rocketlane-get-time-entry-by-id\",\n name: \"Get Time Entry By ID\",\n description: \"Retrieve detailed information about a specific time entry using its unique identifier (timeEntryId).\",\n input: RocketlaneGetTimeEntryByIdInput,\n output: RocketlaneGetTimeEntryByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO,EACtD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACzF,CAAC;AACD,MAAM,iDAAiD,EAAE,OAAO;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS;CAClC,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS;AAChC,CAAC,CAAC,CAAC,SAAS,iCAAiC;
|
|
1
|
+
{"version":3,"file":"get-time-entry-by-id.mjs","names":[],"sources":["../../src/actions/get-time-entry-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryByIdInput = z.object({\n timeEntryId: z.string().describe(\"The unique identifier of the time entry to retrieve.\"),\n});\nconst RocketlaneGetTimeEntryById_TimeEntryTaskSchema = z.object({\n taskId: z.number().int().nullable(),\n taskName: z.string().nullable(),\n}).passthrough().describe(\"Model for a task in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryUserSchema = z.object({\n userId: z.number().int().nullable(),\n emailId: z.string().nullable(),\n lastName: z.string().nullable().optional(),\n firstName: z.string().nullable(),\n}).passthrough().describe(\"Model for a user in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryProjectSchema = z.object({\n projectId: z.number().int().nullable(),\n projectName: z.string().nullable(),\n}).passthrough().describe(\"Model for a project in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().nullable(),\n categoryName: z.string().nullable(),\n}).passthrough().describe(\"Model for a category in time entry.\");\nconst RocketlaneGetTimeEntryById_TimeEntryPhaseSchema = z.object({\n phaseId: z.number().int().nullable(),\n phaseName: z.string().nullable(),\n}).passthrough().describe(\"Model for a project phase in time entry.\");\nconst RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema = z.object({\n date: z.string().describe(\"The date when the time was logged (format: YYYY-MM-DD).\").nullable(),\n task: RocketlaneGetTimeEntryById_TimeEntryTaskSchema.nullable().optional(),\n user: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n taskId: z.string().describe(\"The unique identifier of the associated task.\").nullable().optional(),\n minutes: z.number().int().describe(\"The duration of the time entry in minutes.\").nullable(),\n project: RocketlaneGetTimeEntryById_TimeEntryProjectSchema.nullable().optional(),\n billable: z.boolean().describe(\"Indicates whether the time entry is billable.\").nullable(),\n category: RocketlaneGetTimeEntryById_TimeEntryCategorySchema.nullable().optional(),\n createdAt: z.number().int().describe(\"The timestamp when the time entry was created.\").nullable(),\n createdBy: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n projectId: z.string().describe(\"The unique identifier of the associated project.\").nullable().optional(),\n updatedAt: z.number().int().describe(\"The timestamp when the time entry was last updated.\").nullable(),\n updatedBy: RocketlaneGetTimeEntryById_TimeEntryUserSchema.nullable().optional(),\n timeEntryId: z.number().int().describe(\"The unique identifier of the time entry.\").nullable(),\n activityName: z.string().describe(\"Name of the activity for the time entry.\").nullable().optional(),\n projectPhase: RocketlaneGetTimeEntryById_TimeEntryPhaseSchema.nullable().optional(),\n}).passthrough();\nexport const RocketlaneGetTimeEntryByIdOutput = z.object({\n timeEntry: RocketlaneGetTimeEntryById_RocketlaneTimeEntrySchema.nullable(),\n}).passthrough();\n\nexport const rocketlaneGetTimeEntryById = action(\"ROCKETLANE_GET_TIME_ENTRY_BY_ID\", {\n slug: \"rocketlane-get-time-entry-by-id\",\n name: \"Get Time Entry By ID\",\n description: \"Retrieve detailed information about a specific time entry using its unique identifier (timeEntryId).\",\n input: RocketlaneGetTimeEntryByIdInput,\n output: RocketlaneGetTimeEntryByIdOutput,\n});\n"],"mappings":"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"}
|
|
@@ -5,16 +5,16 @@ const RocketlaneGetTimeEntryCategoriesInput = zod.z.object({}).describe("Request
|
|
|
5
5
|
const RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = zod.z.object({
|
|
6
6
|
categoryId: zod.z.number().int().describe("The unique identifier of the time entry category").nullable(),
|
|
7
7
|
categoryName: zod.z.string().describe("The name of the time entry category").nullable()
|
|
8
|
-
}).describe("Model for a time entry category.");
|
|
8
|
+
}).passthrough().describe("Model for a time entry category.");
|
|
9
9
|
const RocketlaneGetTimeEntryCategories_PaginationSchema = zod.z.object({
|
|
10
10
|
hasMore: zod.z.boolean().describe("Indicates if there are more items available").nullable(),
|
|
11
11
|
pageSize: zod.z.number().int().describe("Number of items per page").nullable(),
|
|
12
12
|
totalRecordCount: zod.z.number().int().describe("Total number of records available").nullable()
|
|
13
|
-
}).describe("Model for pagination information.");
|
|
13
|
+
}).passthrough().describe("Model for pagination information.");
|
|
14
14
|
const RocketlaneGetTimeEntryCategoriesOutput = zod.z.object({
|
|
15
15
|
data: zod.z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe("List of time entry categories"),
|
|
16
16
|
pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable()
|
|
17
|
-
}).describe("Response model for getting time entry categories.");
|
|
17
|
+
}).passthrough().describe("Response model for getting time entry categories.");
|
|
18
18
|
const rocketlaneGetTimeEntryCategories = require_action.action("ROCKETLANE_GET_TIME_ENTRY_CATEGORIES", {
|
|
19
19
|
slug: "rocketlane-get-time-entry-categories",
|
|
20
20
|
name: "Get Time Entry Categories",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-time-entry-categories.cjs","names":["z","action"],"sources":["../../src/actions/get-time-entry-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryCategoriesInput = z.object({}).describe(\"Request model for getting time entry categories.\");\nconst RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().describe(\"The unique identifier of the time entry category\").nullable(),\n categoryName: z.string().describe(\"The name of the time entry category\").nullable(),\n}).describe(\"Model for a time entry category.\");\nconst RocketlaneGetTimeEntryCategories_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Indicates if there are more items available\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable(),\n totalRecordCount: z.number().int().describe(\"Total number of records available\").nullable(),\n}).describe(\"Model for pagination information.\");\nexport const RocketlaneGetTimeEntryCategoriesOutput = z.object({\n data: z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe(\"List of time entry categories\"),\n pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable(),\n}).describe(\"Response model for getting time entry categories.\");\n\nexport const rocketlaneGetTimeEntryCategories = action(\"ROCKETLANE_GET_TIME_ENTRY_CATEGORIES\", {\n slug: \"rocketlane-get-time-entry-categories\",\n name: \"Get Time Entry Categories\",\n description: \"Tool to retrieve time entry categories from Rocketlane. Returns a paginated list of all available time entry categories. Use when you need to get the available categories for creating or filtering time entries.\",\n input: RocketlaneGetTimeEntryCategoriesInput,\n output: RocketlaneGetTimeEntryCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC7H,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,kCAAkC;
|
|
1
|
+
{"version":3,"file":"get-time-entry-categories.cjs","names":["z","action"],"sources":["../../src/actions/get-time-entry-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryCategoriesInput = z.object({}).describe(\"Request model for getting time entry categories.\");\nconst RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().describe(\"The unique identifier of the time entry category\").nullable(),\n categoryName: z.string().describe(\"The name of the time entry category\").nullable(),\n}).passthrough().describe(\"Model for a time entry category.\");\nconst RocketlaneGetTimeEntryCategories_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Indicates if there are more items available\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable(),\n totalRecordCount: z.number().int().describe(\"Total number of records available\").nullable(),\n}).passthrough().describe(\"Model for pagination information.\");\nexport const RocketlaneGetTimeEntryCategoriesOutput = z.object({\n data: z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe(\"List of time entry categories\"),\n pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for getting time entry categories.\");\n\nexport const rocketlaneGetTimeEntryCategories = action(\"ROCKETLANE_GET_TIME_ENTRY_CATEGORIES\", {\n slug: \"rocketlane-get-time-entry-categories\",\n name: \"Get Time Entry Categories\",\n description: \"Tool to retrieve time entry categories from Rocketlane. Returns a paginated list of all available time entry categories. Use when you need to get the available categories for creating or filtering time entries.\",\n input: RocketlaneGetTimeEntryCategoriesInput,\n output: RocketlaneGetTimeEntryCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC7H,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAM,oDAAoDA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACzE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,+BAA+B;CAChH,YAAY,kDAAkD,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAE7E,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -6,13 +6,13 @@ declare const RocketlaneGetTimeEntryCategoriesOutput: z.ZodObject<{
|
|
|
6
6
|
data: z.ZodArray<z.ZodObject<{
|
|
7
7
|
categoryId: z.ZodNullable<z.ZodNumber>;
|
|
8
8
|
categoryName: z.ZodNullable<z.ZodString>;
|
|
9
|
-
}, z.core.$
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
10
|
pagination: z.ZodNullable<z.ZodObject<{
|
|
11
11
|
hasMore: z.ZodNullable<z.ZodBoolean>;
|
|
12
12
|
pageSize: z.ZodNullable<z.ZodNumber>;
|
|
13
13
|
totalRecordCount: z.ZodNullable<z.ZodNumber>;
|
|
14
|
-
}, z.core.$
|
|
15
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const rocketlaneGetTimeEntryCategories: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { rocketlaneGetTimeEntryCategories };
|
|
@@ -6,13 +6,13 @@ declare const RocketlaneGetTimeEntryCategoriesOutput: z.ZodObject<{
|
|
|
6
6
|
data: z.ZodArray<z.ZodObject<{
|
|
7
7
|
categoryId: z.ZodNullable<z.ZodNumber>;
|
|
8
8
|
categoryName: z.ZodNullable<z.ZodString>;
|
|
9
|
-
}, z.core.$
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
10
|
pagination: z.ZodNullable<z.ZodObject<{
|
|
11
11
|
hasMore: z.ZodNullable<z.ZodBoolean>;
|
|
12
12
|
pageSize: z.ZodNullable<z.ZodNumber>;
|
|
13
13
|
totalRecordCount: z.ZodNullable<z.ZodNumber>;
|
|
14
|
-
}, z.core.$
|
|
15
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const rocketlaneGetTimeEntryCategories: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { rocketlaneGetTimeEntryCategories };
|
|
@@ -5,12 +5,12 @@ const RocketlaneGetTimeEntryCategoriesInput = z.object({}).describe("Request mod
|
|
|
5
5
|
const RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = z.object({
|
|
6
6
|
categoryId: z.number().int().describe("The unique identifier of the time entry category").nullable(),
|
|
7
7
|
categoryName: z.string().describe("The name of the time entry category").nullable()
|
|
8
|
-
}).describe("Model for a time entry category.");
|
|
8
|
+
}).passthrough().describe("Model for a time entry category.");
|
|
9
9
|
const RocketlaneGetTimeEntryCategories_PaginationSchema = z.object({
|
|
10
10
|
hasMore: z.boolean().describe("Indicates if there are more items available").nullable(),
|
|
11
11
|
pageSize: z.number().int().describe("Number of items per page").nullable(),
|
|
12
12
|
totalRecordCount: z.number().int().describe("Total number of records available").nullable()
|
|
13
|
-
}).describe("Model for pagination information.");
|
|
13
|
+
}).passthrough().describe("Model for pagination information.");
|
|
14
14
|
const rocketlaneGetTimeEntryCategories = action("ROCKETLANE_GET_TIME_ENTRY_CATEGORIES", {
|
|
15
15
|
slug: "rocketlane-get-time-entry-categories",
|
|
16
16
|
name: "Get Time Entry Categories",
|
|
@@ -19,7 +19,7 @@ const rocketlaneGetTimeEntryCategories = action("ROCKETLANE_GET_TIME_ENTRY_CATEG
|
|
|
19
19
|
output: z.object({
|
|
20
20
|
data: z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe("List of time entry categories"),
|
|
21
21
|
pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable()
|
|
22
|
-
}).describe("Response model for getting time entry categories.")
|
|
22
|
+
}).passthrough().describe("Response model for getting time entry categories.")
|
|
23
23
|
});
|
|
24
24
|
//#endregion
|
|
25
25
|
export { rocketlaneGetTimeEntryCategories };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-time-entry-categories.mjs","names":[],"sources":["../../src/actions/get-time-entry-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryCategoriesInput = z.object({}).describe(\"Request model for getting time entry categories.\");\nconst RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().describe(\"The unique identifier of the time entry category\").nullable(),\n categoryName: z.string().describe(\"The name of the time entry category\").nullable(),\n}).describe(\"Model for a time entry category.\");\nconst RocketlaneGetTimeEntryCategories_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Indicates if there are more items available\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable(),\n totalRecordCount: z.number().int().describe(\"Total number of records available\").nullable(),\n}).describe(\"Model for pagination information.\");\nexport const RocketlaneGetTimeEntryCategoriesOutput = z.object({\n data: z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe(\"List of time entry categories\"),\n pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable(),\n}).describe(\"Response model for getting time entry categories.\");\n\nexport const rocketlaneGetTimeEntryCategories = action(\"ROCKETLANE_GET_TIME_ENTRY_CATEGORIES\", {\n slug: \"rocketlane-get-time-entry-categories\",\n name: \"Get Time Entry Categories\",\n description: \"Tool to retrieve time entry categories from Rocketlane. Returns a paginated list of all available time entry categories. Use when you need to get the available categories for creating or filtering time entries.\",\n input: RocketlaneGetTimeEntryCategoriesInput,\n output: RocketlaneGetTimeEntryCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC7H,MAAM,2DAA2D,EAAE,OAAO;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,kCAAkC;
|
|
1
|
+
{"version":3,"file":"get-time-entry-categories.mjs","names":[],"sources":["../../src/actions/get-time-entry-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetTimeEntryCategoriesInput = z.object({}).describe(\"Request model for getting time entry categories.\");\nconst RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema = z.object({\n categoryId: z.number().int().describe(\"The unique identifier of the time entry category\").nullable(),\n categoryName: z.string().describe(\"The name of the time entry category\").nullable(),\n}).passthrough().describe(\"Model for a time entry category.\");\nconst RocketlaneGetTimeEntryCategories_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Indicates if there are more items available\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page\").nullable(),\n totalRecordCount: z.number().int().describe(\"Total number of records available\").nullable(),\n}).passthrough().describe(\"Model for pagination information.\");\nexport const RocketlaneGetTimeEntryCategoriesOutput = z.object({\n data: z.array(RocketlaneGetTimeEntryCategories_TimeEntryCategorySchema).describe(\"List of time entry categories\"),\n pagination: RocketlaneGetTimeEntryCategories_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for getting time entry categories.\");\n\nexport const rocketlaneGetTimeEntryCategories = action(\"ROCKETLANE_GET_TIME_ENTRY_CATEGORIES\", {\n slug: \"rocketlane-get-time-entry-categories\",\n name: \"Get Time Entry Categories\",\n description: \"Tool to retrieve time entry categories from Rocketlane. Returns a paginated list of all available time entry categories. Use when you need to get the available categories for creating or filtering time entries.\",\n input: RocketlaneGetTimeEntryCategoriesInput,\n output: RocketlaneGetTimeEntryCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC7H,MAAM,2DAA2D,EAAE,OAAO;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAM,oDAAoD,EAAE,OAAO;CACjE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACzE,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAM7D,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,MAAM,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,+BAA+B;EAChH,YAAY,kDAAkD,SAAS;CACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAOhB;AACV,CAAC"}
|
|
@@ -12,7 +12,7 @@ const RocketlaneGetUserByIdOutput = zod.z.object({
|
|
|
12
12
|
userId: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
|
|
13
13
|
custom_fields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields associated with the user.").nullable().optional(),
|
|
14
14
|
permission_levels: zod.z.array(zod.z.string()).describe("List of permission levels for the user.").nullable().optional()
|
|
15
|
-
});
|
|
15
|
+
}).passthrough();
|
|
16
16
|
const rocketlaneGetUserById = require_action.action("ROCKETLANE_GET_USER_BY_ID", {
|
|
17
17
|
slug: "rocketlane-get-user-by-id",
|
|
18
18
|
name: "Get User By ID",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-user-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetUserByIdInput = z.object({\n user_id: z.string().describe(\"The unique identifier of the user.\"),\n include_fields: z.string().describe(\"Comma-separated list of fields to include in the response. For example, 'email,status'\").optional(),\n});\nexport const RocketlaneGetUserByIdOutput = z.object({\n type: z.string().describe(\"Type of the user (e.g., team member, partner, customer).\").nullable().optional(),\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n status: z.string().describe(\"Status of the user (e.g., active, invited, inactive).\").nullable().optional(),\n userId: z.union([z.string(), z.number().int()]).nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the user.\").nullable().optional(),\n permission_levels: z.array(z.string()).describe(\"List of permission levels for the user.\").nullable().optional(),\n});\n\nexport const rocketlaneGetUserById = action(\"ROCKETLANE_GET_USER_BY_ID\", {\n slug: \"rocketlane-get-user-by-id\",\n name: \"Get User By ID\",\n description: \"Retrieve detailed information about a specific user using their unique identifier (userId).\",\n input: RocketlaneGetUserByIdInput,\n output: RocketlaneGetUserByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AACzI,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,eAAeA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC;
|
|
1
|
+
{"version":3,"file":"get-user-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-user-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetUserByIdInput = z.object({\n user_id: z.string().describe(\"The unique identifier of the user.\"),\n include_fields: z.string().describe(\"Comma-separated list of fields to include in the response. For example, 'email,status'\").optional(),\n});\nexport const RocketlaneGetUserByIdOutput = z.object({\n type: z.string().describe(\"Type of the user (e.g., team member, partner, customer).\").nullable().optional(),\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n status: z.string().describe(\"Status of the user (e.g., active, invited, inactive).\").nullable().optional(),\n userId: z.union([z.string(), z.number().int()]).nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the user.\").nullable().optional(),\n permission_levels: z.array(z.string()).describe(\"List of permission levels for the user.\").nullable().optional(),\n}).passthrough();\n\nexport const rocketlaneGetUserById = action(\"ROCKETLANE_GET_USER_BY_ID\", {\n slug: \"rocketlane-get-user-by-id\",\n name: \"Get User By ID\",\n description: \"Retrieve detailed information about a specific user using their unique identifier (userId).\",\n input: RocketlaneGetUserByIdInput,\n output: RocketlaneGetUserByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AACzI,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,eAAeA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,wBAAwBC,eAAAA,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -12,7 +12,7 @@ declare const RocketlaneGetUserByIdOutput: z.ZodObject<{
|
|
|
12
12
|
userId: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
13
13
|
custom_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
14
14
|
permission_levels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
15
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const rocketlaneGetUserById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
user_id: string;
|
|
18
18
|
include_fields?: string | undefined;
|
|
@@ -12,7 +12,7 @@ declare const RocketlaneGetUserByIdOutput: z.ZodObject<{
|
|
|
12
12
|
userId: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
13
13
|
custom_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
14
14
|
permission_levels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
15
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const rocketlaneGetUserById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
user_id: string;
|
|
18
18
|
include_fields?: string | undefined;
|
|
@@ -15,7 +15,7 @@ const rocketlaneGetUserById = action("ROCKETLANE_GET_USER_BY_ID", {
|
|
|
15
15
|
userId: z.union([z.string(), z.number().int()]).nullable().optional(),
|
|
16
16
|
custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields associated with the user.").nullable().optional(),
|
|
17
17
|
permission_levels: z.array(z.string()).describe("List of permission levels for the user.").nullable().optional()
|
|
18
|
-
})
|
|
18
|
+
}).passthrough()
|
|
19
19
|
});
|
|
20
20
|
//#endregion
|
|
21
21
|
export { rocketlaneGetUserById };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-id.mjs","names":[],"sources":["../../src/actions/get-user-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetUserByIdInput = z.object({\n user_id: z.string().describe(\"The unique identifier of the user.\"),\n include_fields: z.string().describe(\"Comma-separated list of fields to include in the response. For example, 'email,status'\").optional(),\n});\nexport const RocketlaneGetUserByIdOutput = z.object({\n type: z.string().describe(\"Type of the user (e.g., team member, partner, customer).\").nullable().optional(),\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n status: z.string().describe(\"Status of the user (e.g., active, invited, inactive).\").nullable().optional(),\n userId: z.union([z.string(), z.number().int()]).nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the user.\").nullable().optional(),\n permission_levels: z.array(z.string()).describe(\"List of permission levels for the user.\").nullable().optional(),\n});\n\nexport const rocketlaneGetUserById = action(\"ROCKETLANE_GET_USER_BY_ID\", {\n slug: \"rocketlane-get-user-by-id\",\n name: \"Get User By ID\",\n description: \"Retrieve detailed information about a specific user using their unique identifier (userId).\",\n input: RocketlaneGetUserByIdInput,\n output: RocketlaneGetUserByIdOutput,\n});\n"],"mappings":";;AAiBA,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBwC,EAAE,OAAO;EACjD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACjE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACzI,CAcS;CACP,QAdyC,EAAE,OAAO;EAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,
|
|
1
|
+
{"version":3,"file":"get-user-by-id.mjs","names":[],"sources":["../../src/actions/get-user-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneGetUserByIdInput = z.object({\n user_id: z.string().describe(\"The unique identifier of the user.\"),\n include_fields: z.string().describe(\"Comma-separated list of fields to include in the response. For example, 'email,status'\").optional(),\n});\nexport const RocketlaneGetUserByIdOutput = z.object({\n type: z.string().describe(\"Type of the user (e.g., team member, partner, customer).\").nullable().optional(),\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n status: z.string().describe(\"Status of the user (e.g., active, invited, inactive).\").nullable().optional(),\n userId: z.union([z.string(), z.number().int()]).nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the user.\").nullable().optional(),\n permission_levels: z.array(z.string()).describe(\"List of permission levels for the user.\").nullable().optional(),\n}).passthrough();\n\nexport const rocketlaneGetUserById = action(\"ROCKETLANE_GET_USER_BY_ID\", {\n slug: \"rocketlane-get-user-by-id\",\n name: \"Get User By ID\",\n description: \"Retrieve detailed information about a specific user using their unique identifier (userId).\",\n input: RocketlaneGetUserByIdInput,\n output: RocketlaneGetUserByIdOutput,\n});\n"],"mappings":";;AAiBA,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBwC,EAAE,OAAO;EACjD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACjE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACzI,CAcS;CACP,QAdyC,EAAE,OAAO;EAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -7,8 +7,8 @@ const RocketlaneListCompanies_CompanyInfoSchema = zod.z.object({
|
|
|
7
7
|
name: zod.z.string().describe("The name of the company").nullable(),
|
|
8
8
|
domain: zod.z.string().describe("The domain associated with the company").nullable().optional(),
|
|
9
9
|
company_type: zod.z.string().describe("The type of the company (e.g., CUSTOMER, VENDOR)").nullable().optional()
|
|
10
|
-
});
|
|
11
|
-
const RocketlaneListCompaniesOutput = zod.z.object({ companies: zod.z.array(RocketlaneListCompanies_CompanyInfoSchema).describe("List of companies with their details") });
|
|
10
|
+
}).passthrough();
|
|
11
|
+
const RocketlaneListCompaniesOutput = zod.z.object({ companies: zod.z.array(RocketlaneListCompanies_CompanyInfoSchema).describe("List of companies with their details") }).passthrough();
|
|
12
12
|
const rocketlaneListCompanies = require_action.action("ROCKETLANE_LIST_COMPANIES", {
|
|
13
13
|
slug: "rocketlane-list-companies",
|
|
14
14
|
name: "List Companies",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.cjs","names":["z","action"],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCompaniesInput = z.object({});\nconst RocketlaneListCompanies_CompanyInfoSchema = z.object({\n id: z.string().describe(\"The unique identifier of the company\").nullable(),\n name: z.string().describe(\"The name of the company\").nullable(),\n domain: z.string().describe(\"The domain associated with the company\").nullable().optional(),\n company_type: z.string().describe(\"The type of the company (e.g., CUSTOMER, VENDOR)\").nullable().optional(),\n});\nexport const RocketlaneListCompaniesOutput = z.object({\n companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe(\"List of companies with their details\"),\n});\n\nexport const rocketlaneListCompanies = action(\"ROCKETLANE_LIST_COMPANIES\", {\n slug: \"rocketlane-list-companies\",\n name: \"List Companies\",\n description: \"This tool retrieves a list of all companies/accounts in Rocketlane. It's a basic GET endpoint that returns all companies without requiring any specific resource IDs or additional parameters. The endpoint is independent and can be executed with just the authentication token.\",\n input: RocketlaneListCompaniesInput,\n output: RocketlaneListCompaniesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACvD,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC;
|
|
1
|
+
{"version":3,"file":"list-companies.cjs","names":["z","action"],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCompaniesInput = z.object({});\nconst RocketlaneListCompanies_CompanyInfoSchema = z.object({\n id: z.string().describe(\"The unique identifier of the company\").nullable(),\n name: z.string().describe(\"The name of the company\").nullable(),\n domain: z.string().describe(\"The domain associated with the company\").nullable().optional(),\n company_type: z.string().describe(\"The type of the company (e.g., CUSTOMER, VENDOR)\").nullable().optional(),\n}).passthrough();\nexport const RocketlaneListCompaniesOutput = z.object({\n companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe(\"List of companies with their details\"),\n}).passthrough();\n\nexport const rocketlaneListCompanies = action(\"ROCKETLANE_LIST_COMPANIES\", {\n slug: \"rocketlane-list-companies\",\n name: \"List Companies\",\n description: \"This tool retrieves a list of all companies/accounts in Rocketlane. It's a basic GET endpoint that returns all companies without requiring any specific resource IDs or additional parameters. The endpoint is independent and can be executed with just the authentication token.\",\n input: RocketlaneListCompaniesInput,\n output: RocketlaneListCompaniesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACvD,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,WAAWA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,sCAAsC,EAC/G,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -8,8 +8,8 @@ declare const RocketlaneListCompaniesOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
10
|
company_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
-
}, z.core.$
|
|
12
|
-
}, z.core.$
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const rocketlaneListCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { rocketlaneListCompanies };
|
|
@@ -8,8 +8,8 @@ declare const RocketlaneListCompaniesOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
10
|
company_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
-
}, z.core.$
|
|
12
|
-
}, z.core.$
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const rocketlaneListCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { rocketlaneListCompanies };
|
|
@@ -7,13 +7,13 @@ const RocketlaneListCompanies_CompanyInfoSchema = z.object({
|
|
|
7
7
|
name: z.string().describe("The name of the company").nullable(),
|
|
8
8
|
domain: z.string().describe("The domain associated with the company").nullable().optional(),
|
|
9
9
|
company_type: z.string().describe("The type of the company (e.g., CUSTOMER, VENDOR)").nullable().optional()
|
|
10
|
-
});
|
|
10
|
+
}).passthrough();
|
|
11
11
|
const rocketlaneListCompanies = action("ROCKETLANE_LIST_COMPANIES", {
|
|
12
12
|
slug: "rocketlane-list-companies",
|
|
13
13
|
name: "List Companies",
|
|
14
14
|
description: "This tool retrieves a list of all companies/accounts in Rocketlane. It's a basic GET endpoint that returns all companies without requiring any specific resource IDs or additional parameters. The endpoint is independent and can be executed with just the authentication token.",
|
|
15
15
|
input: RocketlaneListCompaniesInput,
|
|
16
|
-
output: z.object({ companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe("List of companies with their details") })
|
|
16
|
+
output: z.object({ companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe("List of companies with their details") }).passthrough()
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
19
|
export { rocketlaneListCompanies };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.mjs","names":[],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCompaniesInput = z.object({});\nconst RocketlaneListCompanies_CompanyInfoSchema = z.object({\n id: z.string().describe(\"The unique identifier of the company\").nullable(),\n name: z.string().describe(\"The name of the company\").nullable(),\n domain: z.string().describe(\"The domain associated with the company\").nullable().optional(),\n company_type: z.string().describe(\"The type of the company (e.g., CUSTOMER, VENDOR)\").nullable().optional(),\n});\nexport const RocketlaneListCompaniesOutput = z.object({\n companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe(\"List of companies with their details\"),\n});\n\nexport const rocketlaneListCompanies = action(\"ROCKETLANE_LIST_COMPANIES\", {\n slug: \"rocketlane-list-companies\",\n name: \"List Companies\",\n description: \"This tool retrieves a list of all companies/accounts in Rocketlane. It's a basic GET endpoint that returns all companies without requiring any specific resource IDs or additional parameters. The endpoint is independent and can be executed with just the authentication token.\",\n input: RocketlaneListCompaniesInput,\n output: RocketlaneListCompaniesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC;AACvD,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC;
|
|
1
|
+
{"version":3,"file":"list-companies.mjs","names":[],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCompaniesInput = z.object({});\nconst RocketlaneListCompanies_CompanyInfoSchema = z.object({\n id: z.string().describe(\"The unique identifier of the company\").nullable(),\n name: z.string().describe(\"The name of the company\").nullable(),\n domain: z.string().describe(\"The domain associated with the company\").nullable().optional(),\n company_type: z.string().describe(\"The type of the company (e.g., CUSTOMER, VENDOR)\").nullable().optional(),\n}).passthrough();\nexport const RocketlaneListCompaniesOutput = z.object({\n companies: z.array(RocketlaneListCompanies_CompanyInfoSchema).describe(\"List of companies with their details\"),\n}).passthrough();\n\nexport const rocketlaneListCompanies = action(\"ROCKETLANE_LIST_COMPANIES\", {\n slug: \"rocketlane-list-companies\",\n name: \"List Companies\",\n description: \"This tool retrieves a list of all companies/accounts in Rocketlane. It's a basic GET endpoint that returns all companies without requiring any specific resource IDs or additional parameters. The endpoint is independent and can be executed with just the authentication token.\",\n input: RocketlaneListCompaniesInput,\n output: RocketlaneListCompaniesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC;AACvD,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,WAAW,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,sCAAsC,EAC/G,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -6,8 +6,8 @@ const RocketlaneListCurrencies_CurrencyInfoSchema = zod.z.object({
|
|
|
6
6
|
code: zod.z.string().describe("The currency code (e.g., USD, EUR)").nullable(),
|
|
7
7
|
name: zod.z.string().describe("The full name of the currency").nullable(),
|
|
8
8
|
symbol: zod.z.string().describe("The currency symbol").nullable()
|
|
9
|
-
});
|
|
10
|
-
const RocketlaneListCurrenciesOutput = zod.z.object({ currencies: zod.z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe("List of available currencies with their details") });
|
|
9
|
+
}).passthrough();
|
|
10
|
+
const RocketlaneListCurrenciesOutput = zod.z.object({ currencies: zod.z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe("List of available currencies with their details") }).passthrough();
|
|
11
11
|
const rocketlaneListCurrencies = require_action.action("ROCKETLANE_LIST_CURRENCIES", {
|
|
12
12
|
slug: "rocketlane-list-currencies",
|
|
13
13
|
name: "List Currencies",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-currencies.cjs","names":["z","action"],"sources":["../../src/actions/list-currencies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCurrenciesInput = z.object({});\nconst RocketlaneListCurrencies_CurrencyInfoSchema = z.object({\n code: z.string().describe(\"The currency code (e.g., USD, EUR)\").nullable(),\n name: z.string().describe(\"The full name of the currency\").nullable(),\n symbol: z.string().describe(\"The currency symbol\").nullable(),\n});\nexport const RocketlaneListCurrenciesOutput = z.object({\n currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe(\"List of available currencies with their details\"),\n});\n\nexport const rocketlaneListCurrencies = action(\"ROCKETLANE_LIST_CURRENCIES\", {\n slug: \"rocketlane-list-currencies\",\n name: \"List Currencies\",\n description: \"Returns a predefined list of commonly used currencies since Rocketlane API doesn't provide a dedicated currencies endpoint. This list includes major global currencies with their codes, names, and symbols.\",\n input: RocketlaneListCurrenciesInput,\n output: RocketlaneListCurrenciesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"list-currencies.cjs","names":["z","action"],"sources":["../../src/actions/list-currencies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCurrenciesInput = z.object({});\nconst RocketlaneListCurrencies_CurrencyInfoSchema = z.object({\n code: z.string().describe(\"The currency code (e.g., USD, EUR)\").nullable(),\n name: z.string().describe(\"The full name of the currency\").nullable(),\n symbol: z.string().describe(\"The currency symbol\").nullable(),\n}).passthrough();\nexport const RocketlaneListCurrenciesOutput = z.object({\n currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe(\"List of available currencies with their details\"),\n}).passthrough();\n\nexport const rocketlaneListCurrencies = action(\"ROCKETLANE_LIST_CURRENCIES\", {\n slug: \"rocketlane-list-currencies\",\n name: \"List Currencies\",\n description: \"Returns a predefined list of commonly used currencies since Rocketlane API doesn't provide a dedicated currencies endpoint. This list includes major global currencies with their codes, names, and symbols.\",\n input: RocketlaneListCurrenciesInput,\n output: RocketlaneListCurrenciesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC9D,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,YAAYA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,iDAAiD,EAC7H,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -7,8 +7,8 @@ declare const RocketlaneListCurrenciesOutput: z.ZodObject<{
|
|
|
7
7
|
code: z.ZodNullable<z.ZodString>;
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
symbol: z.ZodNullable<z.ZodString>;
|
|
10
|
-
}, z.core.$
|
|
11
|
-
}, z.core.$
|
|
10
|
+
}, z.core.$loose>>;
|
|
11
|
+
}, z.core.$loose>;
|
|
12
12
|
declare const rocketlaneListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { rocketlaneListCurrencies };
|
|
@@ -7,8 +7,8 @@ declare const RocketlaneListCurrenciesOutput: z.ZodObject<{
|
|
|
7
7
|
code: z.ZodNullable<z.ZodString>;
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
symbol: z.ZodNullable<z.ZodString>;
|
|
10
|
-
}, z.core.$
|
|
11
|
-
}, z.core.$
|
|
10
|
+
}, z.core.$loose>>;
|
|
11
|
+
}, z.core.$loose>;
|
|
12
12
|
declare const rocketlaneListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { rocketlaneListCurrencies };
|
|
@@ -6,13 +6,13 @@ const RocketlaneListCurrencies_CurrencyInfoSchema = z.object({
|
|
|
6
6
|
code: z.string().describe("The currency code (e.g., USD, EUR)").nullable(),
|
|
7
7
|
name: z.string().describe("The full name of the currency").nullable(),
|
|
8
8
|
symbol: z.string().describe("The currency symbol").nullable()
|
|
9
|
-
});
|
|
9
|
+
}).passthrough();
|
|
10
10
|
const rocketlaneListCurrencies = action("ROCKETLANE_LIST_CURRENCIES", {
|
|
11
11
|
slug: "rocketlane-list-currencies",
|
|
12
12
|
name: "List Currencies",
|
|
13
13
|
description: "Returns a predefined list of commonly used currencies since Rocketlane API doesn't provide a dedicated currencies endpoint. This list includes major global currencies with their codes, names, and symbols.",
|
|
14
14
|
input: RocketlaneListCurrenciesInput,
|
|
15
|
-
output: z.object({ currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe("List of available currencies with their details") })
|
|
15
|
+
output: z.object({ currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe("List of available currencies with their details") }).passthrough()
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { rocketlaneListCurrencies };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-currencies.mjs","names":[],"sources":["../../src/actions/list-currencies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCurrenciesInput = z.object({});\nconst RocketlaneListCurrencies_CurrencyInfoSchema = z.object({\n code: z.string().describe(\"The currency code (e.g., USD, EUR)\").nullable(),\n name: z.string().describe(\"The full name of the currency\").nullable(),\n symbol: z.string().describe(\"The currency symbol\").nullable(),\n});\nexport const RocketlaneListCurrenciesOutput = z.object({\n currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe(\"List of available currencies with their details\"),\n});\n\nexport const rocketlaneListCurrencies = action(\"ROCKETLANE_LIST_CURRENCIES\", {\n slug: \"rocketlane-list-currencies\",\n name: \"List Currencies\",\n description: \"Returns a predefined list of commonly used currencies since Rocketlane API doesn't provide a dedicated currencies endpoint. This list includes major global currencies with their codes, names, and symbols.\",\n input: RocketlaneListCurrenciesInput,\n output: RocketlaneListCurrenciesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,8CAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"list-currencies.mjs","names":[],"sources":["../../src/actions/list-currencies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListCurrenciesInput = z.object({});\nconst RocketlaneListCurrencies_CurrencyInfoSchema = z.object({\n code: z.string().describe(\"The currency code (e.g., USD, EUR)\").nullable(),\n name: z.string().describe(\"The full name of the currency\").nullable(),\n symbol: z.string().describe(\"The currency symbol\").nullable(),\n}).passthrough();\nexport const RocketlaneListCurrenciesOutput = z.object({\n currencies: z.array(RocketlaneListCurrencies_CurrencyInfoSchema).describe(\"List of available currencies with their details\"),\n}).passthrough();\n\nexport const rocketlaneListCurrencies = action(\"ROCKETLANE_LIST_CURRENCIES\", {\n slug: \"rocketlane-list-currencies\",\n name: \"List Currencies\",\n description: \"Returns a predefined list of commonly used currencies since Rocketlane API doesn't provide a dedicated currencies endpoint. This list includes major global currencies with their codes, names, and symbols.\",\n input: RocketlaneListCurrenciesInput,\n output: RocketlaneListCurrenciesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,8CAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC9D,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4C,EAAE,OAAO,EACrD,YAAY,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,iDAAiD,EAC7H,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -53,17 +53,17 @@ const RocketlaneListProjectPhasesInput = zod.z.object({
|
|
|
53
53
|
const RocketlaneListProjectPhases_PhaseStatusSchema = zod.z.object({
|
|
54
54
|
label: zod.z.string().describe("Status label").nullable(),
|
|
55
55
|
value: zod.z.number().int().describe("Status value").nullable()
|
|
56
|
-
});
|
|
56
|
+
}).passthrough();
|
|
57
57
|
const RocketlaneListProjectPhases_ProjectInfoSchema = zod.z.object({
|
|
58
58
|
projectId: zod.z.number().int().describe("ID of the project").nullable(),
|
|
59
59
|
projectName: zod.z.string().describe("Name of the project").nullable()
|
|
60
|
-
});
|
|
60
|
+
}).passthrough();
|
|
61
61
|
const RocketlaneListProjectPhases_UserInfoSchema = zod.z.object({
|
|
62
62
|
userId: zod.z.number().int().describe("User ID").nullable().optional(),
|
|
63
63
|
emailId: zod.z.string().describe("Email ID of the user").nullable().optional(),
|
|
64
64
|
lastName: zod.z.string().describe("Last name of the user").nullable().optional(),
|
|
65
65
|
firstName: zod.z.string().describe("First name of the user").nullable().optional()
|
|
66
|
-
});
|
|
66
|
+
}).passthrough();
|
|
67
67
|
const RocketlaneListProjectPhases_PhaseSchema = zod.z.object({
|
|
68
68
|
status: RocketlaneListProjectPhases_PhaseStatusSchema.nullable(),
|
|
69
69
|
dueDate: zod.z.string().describe("Planned due date of the phase").nullable().optional(),
|
|
@@ -78,18 +78,18 @@ const RocketlaneListProjectPhases_PhaseSchema = zod.z.object({
|
|
|
78
78
|
updatedBy: RocketlaneListProjectPhases_UserInfoSchema.nullable(),
|
|
79
79
|
dueDateActual: zod.z.string().describe("Actual due date of the phase").nullable().optional(),
|
|
80
80
|
startDateActual: zod.z.string().describe("Actual start date of the phase").nullable().optional()
|
|
81
|
-
});
|
|
81
|
+
}).passthrough();
|
|
82
82
|
const RocketlaneListProjectPhases_PaginationSchema = zod.z.object({
|
|
83
83
|
hasMore: zod.z.boolean().describe("Whether there are more pages available").nullable(),
|
|
84
84
|
nextPage: zod.z.string().describe("URL for the next page").nullable().optional(),
|
|
85
85
|
pageSize: zod.z.number().int().describe("Number of results per page").nullable(),
|
|
86
86
|
nextPageToken: zod.z.string().describe("Token for fetching the next page").nullable().optional(),
|
|
87
87
|
totalRecordCount: zod.z.number().int().describe("Total number of records").nullable()
|
|
88
|
-
});
|
|
88
|
+
}).passthrough();
|
|
89
89
|
const RocketlaneListProjectPhasesOutput = zod.z.object({
|
|
90
90
|
phases: zod.z.array(RocketlaneListProjectPhases_PhaseSchema).describe("List of phases"),
|
|
91
91
|
pagination: RocketlaneListProjectPhases_PaginationSchema.nullable().optional()
|
|
92
|
-
});
|
|
92
|
+
}).passthrough();
|
|
93
93
|
const rocketlaneListProjectPhases = require_action.action("ROCKETLANE_LIST_PROJECT_PHASES", {
|
|
94
94
|
slug: "rocketlane-list-project-phases",
|
|
95
95
|
name: "List Project Phases",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-project-phases.cjs","names":["z","action"],"sources":["../../src/actions/list-project-phases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListProjectPhasesInput = z.object({\n match: z.enum([\"all\", \"any\"]).describe(\"Filter matching mode: all (AND) or any (OR), defaults to all\").optional(),\n sort_by: z.enum([\"phaseName\", \"startDate\", \"dueDate\", \"startDateActual\", \"dueDateActual\"]).describe(\"Field to sort the results by\").optional(),\n page_size: z.number().int().describe(\"Maximum number of responses per page (defaults to 100)\").optional(),\n page_token: z.string().describe(\"Page token for pagination (valid for 15 minutes)\").optional(),\n project_id: z.number().int().describe(\"The identifier of the project generated by the system\"),\n sort_order: z.enum([\"ASC\", \"DESC\"]).describe(\"Sort order (ASC or DESC, defaults to DESC)\").optional(),\n due_date_eq: z.string().describe(\"Filter phases with due date equal to this date (YYYY-MM-DD)\").optional(),\n due_date_ge: z.string().describe(\"Filter phases with due date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_gt: z.string().describe(\"Filter phases with due date greater than this date (YYYY-MM-DD)\").optional(),\n due_date_le: z.string().describe(\"Filter phases with due date less than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_lt: z.string().describe(\"Filter phases with due date less than this date (YYYY-MM-DD)\").optional(),\n created_at_eq: z.number().int().describe(\"Filter phases created at this exact epoch milliseconds\").optional(),\n created_at_ge: z.number().int().describe(\"Filter phases created at or after this epoch milliseconds\").optional(),\n created_at_gt: z.number().int().describe(\"Filter phases created after this epoch milliseconds\").optional(),\n created_at_le: z.number().int().describe(\"Filter phases created at or before this epoch milliseconds\").optional(),\n created_at_lt: z.number().int().describe(\"Filter phases created before this epoch milliseconds\").optional(),\n phase_name_cn: z.string().describe(\"Filter phases with name containing this value\").optional(),\n phase_name_eq: z.string().describe(\"Filter phases with name exactly matching this value\").optional(),\n phase_name_nc: z.string().describe(\"Filter phases with name not containing this value\").optional(),\n start_date_eq: z.string().describe(\"Filter phases with start date equal to this date (YYYY-MM-DD)\").optional(),\n start_date_ge: z.string().describe(\"Filter phases with start date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_gt: z.string().describe(\"Filter phases with start date greater than this date (YYYY-MM-DD)\").optional(),\n start_date_le: z.string().describe(\"Filter phases with start date less than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_lt: z.string().describe(\"Filter phases with start date less than this date (YYYY-MM-DD)\").optional(),\n updated_at_eq: z.number().int().describe(\"Filter phases updated at this exact epoch milliseconds\").optional(),\n updated_at_ge: z.number().int().describe(\"Filter phases updated at or after this epoch milliseconds\").optional(),\n updated_at_gt: z.number().int().describe(\"Filter phases updated after this epoch milliseconds\").optional(),\n updated_at_le: z.number().int().describe(\"Filter phases updated at or before this epoch milliseconds\").optional(),\n updated_at_lt: z.number().int().describe(\"Filter phases updated before this epoch milliseconds\").optional(),\n include_fields: z.array(z.string()).describe(\"Specify which fields should be returned in the response body\").optional(),\n due_date_actual_eq: z.string().describe(\"Filter phases with actual due date equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_ge: z.string().describe(\"Filter phases with actual due date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_gt: z.string().describe(\"Filter phases with actual due date greater than this date (YYYY-MM-DD)\").optional(),\n due_date_actual_le: z.string().describe(\"Filter phases with actual due date less than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_lt: z.string().describe(\"Filter phases with actual due date less than this date (YYYY-MM-DD)\").optional(),\n include_all_fields: z.boolean().describe(\"Specify if all fields should be returned in the response body\").optional(),\n start_date_actual_eq: z.string().describe(\"Filter phases with actual start date equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_ge: z.string().describe(\"Filter phases with actual start date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_gt: z.string().describe(\"Filter phases with actual start date greater than this date (YYYY-MM-DD)\").optional(),\n start_date_actual_le: z.string().describe(\"Filter phases with actual start date less than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_lt: z.string().describe(\"Filter phases with actual start date less than this date (YYYY-MM-DD)\").optional(),\n});\nconst RocketlaneListProjectPhases_PhaseStatusSchema = z.object({\n label: z.string().describe(\"Status label\").nullable(),\n value: z.number().int().describe(\"Status value\").nullable(),\n});\nconst RocketlaneListProjectPhases_ProjectInfoSchema = z.object({\n projectId: z.number().int().describe(\"ID of the project\").nullable(),\n projectName: z.string().describe(\"Name of the project\").nullable(),\n});\nconst RocketlaneListProjectPhases_UserInfoSchema = z.object({\n userId: z.number().int().describe(\"User ID\").nullable().optional(),\n emailId: z.string().describe(\"Email ID 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});\nconst RocketlaneListProjectPhases_PhaseSchema = z.object({\n status: RocketlaneListProjectPhases_PhaseStatusSchema.nullable(),\n dueDate: z.string().describe(\"Planned due date of the phase\").nullable().optional(),\n phaseId: z.number().int().describe(\"Unique identifier of the phase\").nullable(),\n private: z.boolean().describe(\"Whether the phase is private\").nullable(),\n project: RocketlaneListProjectPhases_ProjectInfoSchema.nullable(),\n createdAt: z.number().int().describe(\"Epoch timestamp when the phase was created\").nullable(),\n createdBy: RocketlaneListProjectPhases_UserInfoSchema.nullable(),\n phaseName: z.string().describe(\"Name of the phase\").nullable(),\n startDate: z.string().describe(\"Planned start date of the phase\").nullable().optional(),\n updatedAt: z.number().int().describe(\"Epoch timestamp when the phase was last updated\").nullable(),\n updatedBy: RocketlaneListProjectPhases_UserInfoSchema.nullable(),\n dueDateActual: z.string().describe(\"Actual due date of the phase\").nullable().optional(),\n startDateActual: z.string().describe(\"Actual start date of the phase\").nullable().optional(),\n});\nconst RocketlaneListProjectPhases_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Whether there are more pages available\").nullable(),\n nextPage: z.string().describe(\"URL for the next page\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per page\").nullable(),\n nextPageToken: z.string().describe(\"Token for fetching the next page\").nullable().optional(),\n totalRecordCount: z.number().int().describe(\"Total number of records\").nullable(),\n});\nexport const RocketlaneListProjectPhasesOutput = z.object({\n phases: z.array(RocketlaneListProjectPhases_PhaseSchema).describe(\"List of phases\"),\n pagination: RocketlaneListProjectPhases_PaginationSchema.nullable().optional(),\n});\n\nexport const rocketlaneListProjectPhases = action(\"ROCKETLANE_LIST_PROJECT_PHASES\", {\n slug: \"rocketlane-list-project-phases\",\n name: \"List Project Phases\",\n description: \"This tool retrieves a list of project phases from Rocketlane. It allows users to fetch and filter phases based on various parameters including projectID, startDate, dueDate, startDateActual, dueDateActual, phaseName, sortBy, sortOrder, limit, and pageToken. The API supports various operators for filtering such as .gt, .eq, .lt, .ge, .le, .cn, and .nc. Note: The API requires projectId to be specified, despite the official documentation listing it as optional. Calling the endpoint without projectId returns a 400 BAD_REQUEST error. This has been verified through direct API testing (see: https://developer.rocketlane.com/reference/get-all-phases).\",\n input: RocketlaneListProjectPhasesInput,\n output: RocketlaneListProjectPhasesOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"list-project-phases.cjs","names":["z","action"],"sources":["../../src/actions/list-project-phases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketlaneListProjectPhasesInput = z.object({\n match: z.enum([\"all\", \"any\"]).describe(\"Filter matching mode: all (AND) or any (OR), defaults to all\").optional(),\n sort_by: z.enum([\"phaseName\", \"startDate\", \"dueDate\", \"startDateActual\", \"dueDateActual\"]).describe(\"Field to sort the results by\").optional(),\n page_size: z.number().int().describe(\"Maximum number of responses per page (defaults to 100)\").optional(),\n page_token: z.string().describe(\"Page token for pagination (valid for 15 minutes)\").optional(),\n project_id: z.number().int().describe(\"The identifier of the project generated by the system\"),\n sort_order: z.enum([\"ASC\", \"DESC\"]).describe(\"Sort order (ASC or DESC, defaults to DESC)\").optional(),\n due_date_eq: z.string().describe(\"Filter phases with due date equal to this date (YYYY-MM-DD)\").optional(),\n due_date_ge: z.string().describe(\"Filter phases with due date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_gt: z.string().describe(\"Filter phases with due date greater than this date (YYYY-MM-DD)\").optional(),\n due_date_le: z.string().describe(\"Filter phases with due date less than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_lt: z.string().describe(\"Filter phases with due date less than this date (YYYY-MM-DD)\").optional(),\n created_at_eq: z.number().int().describe(\"Filter phases created at this exact epoch milliseconds\").optional(),\n created_at_ge: z.number().int().describe(\"Filter phases created at or after this epoch milliseconds\").optional(),\n created_at_gt: z.number().int().describe(\"Filter phases created after this epoch milliseconds\").optional(),\n created_at_le: z.number().int().describe(\"Filter phases created at or before this epoch milliseconds\").optional(),\n created_at_lt: z.number().int().describe(\"Filter phases created before this epoch milliseconds\").optional(),\n phase_name_cn: z.string().describe(\"Filter phases with name containing this value\").optional(),\n phase_name_eq: z.string().describe(\"Filter phases with name exactly matching this value\").optional(),\n phase_name_nc: z.string().describe(\"Filter phases with name not containing this value\").optional(),\n start_date_eq: z.string().describe(\"Filter phases with start date equal to this date (YYYY-MM-DD)\").optional(),\n start_date_ge: z.string().describe(\"Filter phases with start date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_gt: z.string().describe(\"Filter phases with start date greater than this date (YYYY-MM-DD)\").optional(),\n start_date_le: z.string().describe(\"Filter phases with start date less than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_lt: z.string().describe(\"Filter phases with start date less than this date (YYYY-MM-DD)\").optional(),\n updated_at_eq: z.number().int().describe(\"Filter phases updated at this exact epoch milliseconds\").optional(),\n updated_at_ge: z.number().int().describe(\"Filter phases updated at or after this epoch milliseconds\").optional(),\n updated_at_gt: z.number().int().describe(\"Filter phases updated after this epoch milliseconds\").optional(),\n updated_at_le: z.number().int().describe(\"Filter phases updated at or before this epoch milliseconds\").optional(),\n updated_at_lt: z.number().int().describe(\"Filter phases updated before this epoch milliseconds\").optional(),\n include_fields: z.array(z.string()).describe(\"Specify which fields should be returned in the response body\").optional(),\n due_date_actual_eq: z.string().describe(\"Filter phases with actual due date equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_ge: z.string().describe(\"Filter phases with actual due date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_gt: z.string().describe(\"Filter phases with actual due date greater than this date (YYYY-MM-DD)\").optional(),\n due_date_actual_le: z.string().describe(\"Filter phases with actual due date less than or equal to this date (YYYY-MM-DD)\").optional(),\n due_date_actual_lt: z.string().describe(\"Filter phases with actual due date less than this date (YYYY-MM-DD)\").optional(),\n include_all_fields: z.boolean().describe(\"Specify if all fields should be returned in the response body\").optional(),\n start_date_actual_eq: z.string().describe(\"Filter phases with actual start date equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_ge: z.string().describe(\"Filter phases with actual start date greater than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_gt: z.string().describe(\"Filter phases with actual start date greater than this date (YYYY-MM-DD)\").optional(),\n start_date_actual_le: z.string().describe(\"Filter phases with actual start date less than or equal to this date (YYYY-MM-DD)\").optional(),\n start_date_actual_lt: z.string().describe(\"Filter phases with actual start date less than this date (YYYY-MM-DD)\").optional(),\n});\nconst RocketlaneListProjectPhases_PhaseStatusSchema = z.object({\n label: z.string().describe(\"Status label\").nullable(),\n value: z.number().int().describe(\"Status value\").nullable(),\n}).passthrough();\nconst RocketlaneListProjectPhases_ProjectInfoSchema = z.object({\n projectId: z.number().int().describe(\"ID of the project\").nullable(),\n projectName: z.string().describe(\"Name of the project\").nullable(),\n}).passthrough();\nconst RocketlaneListProjectPhases_UserInfoSchema = z.object({\n userId: z.number().int().describe(\"User ID\").nullable().optional(),\n emailId: z.string().describe(\"Email ID 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}).passthrough();\nconst RocketlaneListProjectPhases_PhaseSchema = z.object({\n status: RocketlaneListProjectPhases_PhaseStatusSchema.nullable(),\n dueDate: z.string().describe(\"Planned due date of the phase\").nullable().optional(),\n phaseId: z.number().int().describe(\"Unique identifier of the phase\").nullable(),\n private: z.boolean().describe(\"Whether the phase is private\").nullable(),\n project: RocketlaneListProjectPhases_ProjectInfoSchema.nullable(),\n createdAt: z.number().int().describe(\"Epoch timestamp when the phase was created\").nullable(),\n createdBy: RocketlaneListProjectPhases_UserInfoSchema.nullable(),\n phaseName: z.string().describe(\"Name of the phase\").nullable(),\n startDate: z.string().describe(\"Planned start date of the phase\").nullable().optional(),\n updatedAt: z.number().int().describe(\"Epoch timestamp when the phase was last updated\").nullable(),\n updatedBy: RocketlaneListProjectPhases_UserInfoSchema.nullable(),\n dueDateActual: z.string().describe(\"Actual due date of the phase\").nullable().optional(),\n startDateActual: z.string().describe(\"Actual start date of the phase\").nullable().optional(),\n}).passthrough();\nconst RocketlaneListProjectPhases_PaginationSchema = z.object({\n hasMore: z.boolean().describe(\"Whether there are more pages available\").nullable(),\n nextPage: z.string().describe(\"URL for the next page\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per page\").nullable(),\n nextPageToken: z.string().describe(\"Token for fetching the next page\").nullable().optional(),\n totalRecordCount: z.number().int().describe(\"Total number of records\").nullable(),\n}).passthrough();\nexport const RocketlaneListProjectPhasesOutput = z.object({\n phases: z.array(RocketlaneListProjectPhases_PhaseSchema).describe(\"List of phases\"),\n pagination: RocketlaneListProjectPhases_PaginationSchema.nullable().optional(),\n}).passthrough();\n\nexport const rocketlaneListProjectPhases = action(\"ROCKETLANE_LIST_PROJECT_PHASES\", {\n slug: \"rocketlane-list-project-phases\",\n name: \"List Project Phases\",\n description: \"This tool retrieves a list of project phases from Rocketlane. It allows users to fetch and filter phases based on various parameters including projectID, startDate, dueDate, startDateActual, dueDateActual, phaseName, sortBy, sortOrder, limit, and pageToken. The API supports various operators for filtering such as .gt, .eq, .lt, .ge, .le, .cn, and .nc. Note: The API requires projectId to be specified, despite the official documentation listing it as optional. Calling the endpoint without projectId returns a 400 BAD_REQUEST error. This has been verified through direct API testing (see: https://developer.rocketlane.com/reference/get-all-phases).\",\n input: RocketlaneListProjectPhasesInput,\n output: RocketlaneListProjectPhasesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -61,21 +61,21 @@ declare const RocketlaneListProjectPhasesOutput: z.ZodObject<{
|
|
|
61
61
|
status: z.ZodNullable<z.ZodObject<{
|
|
62
62
|
label: z.ZodNullable<z.ZodString>;
|
|
63
63
|
value: z.ZodNullable<z.ZodNumber>;
|
|
64
|
-
}, z.core.$
|
|
64
|
+
}, z.core.$loose>>;
|
|
65
65
|
dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
66
|
phaseId: z.ZodNullable<z.ZodNumber>;
|
|
67
67
|
private: z.ZodNullable<z.ZodBoolean>;
|
|
68
68
|
project: z.ZodNullable<z.ZodObject<{
|
|
69
69
|
projectId: z.ZodNullable<z.ZodNumber>;
|
|
70
70
|
projectName: z.ZodNullable<z.ZodString>;
|
|
71
|
-
}, z.core.$
|
|
71
|
+
}, z.core.$loose>>;
|
|
72
72
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
73
73
|
createdBy: z.ZodNullable<z.ZodObject<{
|
|
74
74
|
userId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
75
75
|
emailId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
76
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
77
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
-
}, z.core.$
|
|
78
|
+
}, z.core.$loose>>;
|
|
79
79
|
phaseName: z.ZodNullable<z.ZodString>;
|
|
80
80
|
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
@@ -84,18 +84,18 @@ declare const RocketlaneListProjectPhasesOutput: z.ZodObject<{
|
|
|
84
84
|
emailId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
86
|
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
-
}, z.core.$
|
|
87
|
+
}, z.core.$loose>>;
|
|
88
88
|
dueDateActual: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
89
|
startDateActual: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
-
}, z.core.$
|
|
90
|
+
}, z.core.$loose>>;
|
|
91
91
|
pagination: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
92
92
|
hasMore: z.ZodNullable<z.ZodBoolean>;
|
|
93
93
|
nextPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
94
|
pageSize: z.ZodNullable<z.ZodNumber>;
|
|
95
95
|
nextPageToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
96
|
totalRecordCount: z.ZodNullable<z.ZodNumber>;
|
|
97
|
-
}, z.core.$
|
|
98
|
-
}, z.core.$
|
|
97
|
+
}, z.core.$loose>>>;
|
|
98
|
+
}, z.core.$loose>;
|
|
99
99
|
declare const rocketlaneListProjectPhases: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
100
100
|
project_id: number;
|
|
101
101
|
match?: "any" | "all" | undefined;
|