@keystrokehq/rocketlane 0.1.2 → 0.1.4
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 +8 -6
- package/dist/actions/create-task.d.mts +8 -6
- 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 +16 -16
- package/dist/actions/get-all-tasks.d.mts +16 -16
- 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 +9 -9
- package/dist/actions/list-project-phases.d.mts +9 -9
- 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 +10 -10
- package/dist/actions/list-projects.d.mts +10 -10
- 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 +5 -4
- package/dist/actions/update-task-by-id.d.mts +5 -4
- 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/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,31 +10,31 @@ declare const RocketlaneGetTimeEntryByIdOutput: z.ZodObject<{
|
|
|
10
10
|
task: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
11
|
taskId: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
taskName: z.ZodNullable<z.ZodString>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>>;
|
|
14
14
|
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15
15
|
userId: z.ZodNullable<z.ZodNumber>;
|
|
16
16
|
emailId: z.ZodNullable<z.ZodString>;
|
|
17
17
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
firstName: z.ZodNullable<z.ZodString>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>>;
|
|
20
20
|
taskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
minutes: z.ZodNullable<z.ZodNumber>;
|
|
22
22
|
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23
23
|
projectId: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
projectName: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>;
|
|
26
26
|
billable: z.ZodNullable<z.ZodBoolean>;
|
|
27
27
|
category: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
28
28
|
categoryId: z.ZodNullable<z.ZodNumber>;
|
|
29
29
|
categoryName: z.ZodNullable<z.ZodString>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>>;
|
|
31
31
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
32
32
|
createdBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33
33
|
userId: z.ZodNullable<z.ZodNumber>;
|
|
34
34
|
emailId: z.ZodNullable<z.ZodString>;
|
|
35
35
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
36
|
firstName: z.ZodNullable<z.ZodString>;
|
|
37
|
-
}, z.core.$
|
|
37
|
+
}, z.core.$loose>>>;
|
|
38
38
|
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
39
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
40
40
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -42,15 +42,15 @@ declare const RocketlaneGetTimeEntryByIdOutput: z.ZodObject<{
|
|
|
42
42
|
emailId: z.ZodNullable<z.ZodString>;
|
|
43
43
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
44
|
firstName: z.ZodNullable<z.ZodString>;
|
|
45
|
-
}, z.core.$
|
|
45
|
+
}, z.core.$loose>>>;
|
|
46
46
|
timeEntryId: z.ZodNullable<z.ZodNumber>;
|
|
47
47
|
activityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
48
|
projectPhase: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
49
49
|
phaseId: z.ZodNullable<z.ZodNumber>;
|
|
50
50
|
phaseName: z.ZodNullable<z.ZodString>;
|
|
51
|
-
}, z.core.$
|
|
52
|
-
}, z.core.$
|
|
53
|
-
}, z.core.$
|
|
51
|
+
}, z.core.$loose>>>;
|
|
52
|
+
}, z.core.$loose>>;
|
|
53
|
+
}, z.core.$loose>;
|
|
54
54
|
declare const rocketlaneGetTimeEntryById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
55
55
|
timeEntryId: string;
|
|
56
56
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -10,31 +10,31 @@ declare const RocketlaneGetTimeEntryByIdOutput: z.ZodObject<{
|
|
|
10
10
|
task: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
11
|
taskId: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
taskName: z.ZodNullable<z.ZodString>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>>;
|
|
14
14
|
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15
15
|
userId: z.ZodNullable<z.ZodNumber>;
|
|
16
16
|
emailId: z.ZodNullable<z.ZodString>;
|
|
17
17
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
firstName: z.ZodNullable<z.ZodString>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>>;
|
|
20
20
|
taskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
minutes: z.ZodNullable<z.ZodNumber>;
|
|
22
22
|
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23
23
|
projectId: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
projectName: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>;
|
|
26
26
|
billable: z.ZodNullable<z.ZodBoolean>;
|
|
27
27
|
category: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
28
28
|
categoryId: z.ZodNullable<z.ZodNumber>;
|
|
29
29
|
categoryName: z.ZodNullable<z.ZodString>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>>;
|
|
31
31
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
32
32
|
createdBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33
33
|
userId: z.ZodNullable<z.ZodNumber>;
|
|
34
34
|
emailId: z.ZodNullable<z.ZodString>;
|
|
35
35
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
36
|
firstName: z.ZodNullable<z.ZodString>;
|
|
37
|
-
}, z.core.$
|
|
37
|
+
}, z.core.$loose>>>;
|
|
38
38
|
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
39
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
40
40
|
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -42,15 +42,15 @@ declare const RocketlaneGetTimeEntryByIdOutput: z.ZodObject<{
|
|
|
42
42
|
emailId: z.ZodNullable<z.ZodString>;
|
|
43
43
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
44
|
firstName: z.ZodNullable<z.ZodString>;
|
|
45
|
-
}, z.core.$
|
|
45
|
+
}, z.core.$loose>>>;
|
|
46
46
|
timeEntryId: z.ZodNullable<z.ZodNumber>;
|
|
47
47
|
activityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
48
|
projectPhase: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
49
49
|
phaseId: z.ZodNullable<z.ZodNumber>;
|
|
50
50
|
phaseName: z.ZodNullable<z.ZodString>;
|
|
51
|
-
}, z.core.$
|
|
52
|
-
}, z.core.$
|
|
53
|
-
}, z.core.$
|
|
51
|
+
}, z.core.$loose>>>;
|
|
52
|
+
}, z.core.$loose>>;
|
|
53
|
+
}, z.core.$loose>;
|
|
54
54
|
declare const rocketlaneGetTimeEntryById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
55
55
|
timeEntryId: string;
|
|
56
56
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -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":";;;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,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAM,iDAAiD,EAAE,OAAO;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS;CAClC,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS;CAC7B,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzC,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS;AACjC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAM,oDAAoD,EAAE,OAAO;CACjE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS;CACrC,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS;AACnC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAM,qDAAqD,EAAE,OAAO;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS;CACtC,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS;AACpC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAC/D,MAAM,kDAAkD,EAAE,OAAO;CAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS;CACnC,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS;AACjC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAM,uDAAuD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC9F,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC1F,SAAS,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACzF,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAChG,WAAW,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACrG,WAAW,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAc,gDAAgD,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8C,EAAE,OAAO,EACvD,WAAW,qDAAqD,SAAS,EAC3E,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -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",
|