@agiflowai/cli 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/dist/automation.cjs +1 -0
- package/dist/cli.cjs +1 -1
- package/dist/container-BfRwR9Fn.cjs +7 -0
- package/dist/container-DkY6I08X.cjs +3 -0
- package/dist/index.cjs +1 -1
- package/dist/src/__generated__/backend-agiflow-api/client.d.ts +16 -0
- package/dist/src/__generated__/backend-agiflow-api/client.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/activities.d.ts +95 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/activities.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-environment-variables.d.ts +88 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-environment-variables.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profile-credentials.d.ts +54 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profile-credentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profiles.d.ts +94 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profiles.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-types.d.ts +64 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/agent-types.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/apikeys.d.ts +43 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/apikeys.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/auth.d.ts +21 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/auth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/automation.d.ts +116 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/automation.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/cli.d.ts +31 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/cli.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/contact.d.ts +22 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/contact.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/credits.d.ts +62 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/credits.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/dependencies.d.ts +32 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/dependencies.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/device-agent-types.d.ts +203 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/device-agent-types.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/devices.d.ts +74 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/devices.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/git-hub.d.ts +29 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/git-hub.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/identity-media.d.ts +18 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/identity-media.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/index.d.ts +49 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-app-spec.d.ts +81 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-app-spec.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-oauth.d.ts +32 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-oauth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-proxy-config.d.ts +68 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-proxy-config.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-servers.d.ts +89 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-servers.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-sessions.d.ts +21 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-sessions.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp.d.ts +151 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/mcp.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/members.d.ts +55 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/members.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-credentials.d.ts +75 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-credentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-resource-context.d.ts +31 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-resource-context.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organization-logo.d.ts +30 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organization-logo.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organization-mcp-configs.d.ts +74 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organization-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organizations.d.ts +33 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/organizations.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/payments.d.ts +70 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/payments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/project-environments.d.ts +75 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/project-environments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/project-mcp-configs.d.ts +65 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/project-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/projects.d.ts +159 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/projects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/sandboxes.d.ts +89 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/sandboxes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/subscription.d.ts +84 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/subscription.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/support-reports.d.ts +24 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/support-reports.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-comments.d.ts +64 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-comments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-mcp-configs.d.ts +78 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-status.d.ts +87 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/task-status.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/tasks.d.ts +174 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/tasks.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/team-members.d.ts +43 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/team-members.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/team-projects.d.ts +43 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/team-projects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/usage.d.ts +20 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/usage.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/user-avatar.d.ts +27 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/user-avatar.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/user.d.ts +45 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/user.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/vault-entries.d.ts +78 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/vault-entries.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/work-unit-mcp-configs.d.ts +34 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/work-unit-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/work-units.d.ts +116 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/work-units.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/workflows.d.ts +87 -0
- package/dist/src/__generated__/backend-agiflow-api/hooks/workflows.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/index.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/activities.d.ts +10 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/activities.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-environment-variables.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-environment-variables.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-profile-credentials.d.ts +6 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-profile-credentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-profiles.d.ts +10 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-profiles.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-types.d.ts +7 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/agent-types.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/apikeys.d.ts +5 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/apikeys.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/auth.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/auth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/automation.d.ts +11 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/automation.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/cli.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/cli.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/contact.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/contact.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/credits.d.ts +7 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/credits.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/dependencies.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/dependencies.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/device-agent-types.d.ts +20 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/device-agent-types.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/devices.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/devices.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/git-hub.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/git-hub.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/identity-media.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/identity-media.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/index.d.ts +49 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-app-spec.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-app-spec.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-oauth.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-oauth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-proxy-config.d.ts +6 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-proxy-config.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-servers.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-servers.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-sessions.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp-sessions.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp.d.ts +14 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/mcp.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/members.d.ts +6 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/members.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/oauth-credentials.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/oauth-credentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/oauth-resource-context.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/oauth-resource-context.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organization-logo.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organization-logo.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organization-mcp-configs.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organization-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organizations.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/organizations.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/payments.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/payments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/project-environments.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/project-environments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/project-mcp-configs.d.ts +7 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/project-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/projects.d.ts +16 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/projects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/sandboxes.d.ts +10 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/sandboxes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/subscription.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/subscription.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/support-reports.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/support-reports.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-comments.d.ts +7 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-comments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-mcp-configs.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-status.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/task-status.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/tasks.d.ts +17 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/tasks.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/team-members.d.ts +5 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/team-members.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/team-projects.d.ts +5 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/team-projects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/usage.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/usage.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/user-avatar.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/user-avatar.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/user.d.ts +5 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/user.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/vault-entries.d.ts +8 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/vault-entries.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/work-unit-mcp-configs.d.ts +4 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/work-unit-mcp-configs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/work-units.d.ts +11 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/work-units.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/workflows.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api/repos/workflows.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/activities.d.ts +1914 -0
- package/dist/src/__generated__/backend-agiflow-api/types/activities.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.d.ts +555 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentProfileCredentials.d.ts +407 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentProfileCredentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentProfiles.d.ts +776 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentProfiles.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentTypes.d.ts +538 -0
- package/dist/src/__generated__/backend-agiflow-api/types/agentTypes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/apikeys.d.ts +333 -0
- package/dist/src/__generated__/backend-agiflow-api/types/apikeys.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/auth.d.ts +73 -0
- package/dist/src/__generated__/backend-agiflow-api/types/auth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/automation.d.ts +1254 -0
- package/dist/src/__generated__/backend-agiflow-api/types/automation.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/baseTypes.d.ts +59 -0
- package/dist/src/__generated__/backend-agiflow-api/types/baseTypes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/cli.d.ts +153 -0
- package/dist/src/__generated__/backend-agiflow-api/types/cli.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/componentSchemas.d.ts +6160 -0
- package/dist/src/__generated__/backend-agiflow-api/types/componentSchemas.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/contact.d.ts +78 -0
- package/dist/src/__generated__/backend-agiflow-api/types/contact.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/credits.d.ts +505 -0
- package/dist/src/__generated__/backend-agiflow-api/types/credits.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/dependencies.d.ts +341 -0
- package/dist/src/__generated__/backend-agiflow-api/types/dependencies.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/deviceAgentTypes.d.ts +1708 -0
- package/dist/src/__generated__/backend-agiflow-api/types/deviceAgentTypes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/devices.d.ts +856 -0
- package/dist/src/__generated__/backend-agiflow-api/types/devices.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/gitHub.d.ts +259 -0
- package/dist/src/__generated__/backend-agiflow-api/types/gitHub.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/identityMedia.d.ts +68 -0
- package/dist/src/__generated__/backend-agiflow-api/types/identityMedia.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/index.d.ts +55 -0
- package/dist/src/__generated__/backend-agiflow-api/types/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcp.d.ts +774 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcp.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpAppSpec.d.ts +390 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpAppSpec.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpProxyConfig.d.ts +439 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpProxyConfig.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpServers.d.ts +725 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpServers.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpSessions.d.ts +89 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpSessions.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpoAuth.d.ts +119 -0
- package/dist/src/__generated__/backend-agiflow-api/types/mcpoAuth.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/members.d.ts +567 -0
- package/dist/src/__generated__/backend-agiflow-api/types/members.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/oAuthCredentials.d.ts +475 -0
- package/dist/src/__generated__/backend-agiflow-api/types/oAuthCredentials.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/oAuthResourceContext.d.ts +214 -0
- package/dist/src/__generated__/backend-agiflow-api/types/oAuthResourceContext.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizationLogo.d.ts +184 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizationLogo.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizationMCPConfigs.d.ts +606 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizationMCPConfigs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizations.d.ts +128 -0
- package/dist/src/__generated__/backend-agiflow-api/types/organizations.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/payments.d.ts +485 -0
- package/dist/src/__generated__/backend-agiflow-api/types/payments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projectEnvironments.d.ts +586 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projectEnvironments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projectMCPConfigs.d.ts +516 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projectMCPConfigs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projects.d.ts +1640 -0
- package/dist/src/__generated__/backend-agiflow-api/types/projects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/sandboxes.d.ts +855 -0
- package/dist/src/__generated__/backend-agiflow-api/types/sandboxes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/subscription.d.ts +540 -0
- package/dist/src/__generated__/backend-agiflow-api/types/subscription.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/supportReports.d.ts +120 -0
- package/dist/src/__generated__/backend-agiflow-api/types/supportReports.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskComments.d.ts +618 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskComments.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskMCPConfigs.d.ts +632 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskMCPConfigs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskStatus.d.ts +830 -0
- package/dist/src/__generated__/backend-agiflow-api/types/taskStatus.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/tasks.d.ts +2657 -0
- package/dist/src/__generated__/backend-agiflow-api/types/tasks.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/teamMembers.d.ts +325 -0
- package/dist/src/__generated__/backend-agiflow-api/types/teamMembers.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/teamProjects.d.ts +318 -0
- package/dist/src/__generated__/backend-agiflow-api/types/teamProjects.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/usage.d.ts +95 -0
- package/dist/src/__generated__/backend-agiflow-api/types/usage.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/user.d.ts +224 -0
- package/dist/src/__generated__/backend-agiflow-api/types/user.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/userAvatar.d.ts +138 -0
- package/dist/src/__generated__/backend-agiflow-api/types/userAvatar.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/vaultEntries.d.ts +512 -0
- package/dist/src/__generated__/backend-agiflow-api/types/vaultEntries.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workUnitMCPConfigs.d.ts +224 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workUnitMCPConfigs.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workUnits.d.ts +1338 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workUnits.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workflows.d.ts +878 -0
- package/dist/src/__generated__/backend-agiflow-api/types/workflows.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/client.d.ts +16 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/client.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/index.d.ts +7 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---seed.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---seed.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---subscriptions.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---subscriptions.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/index.d.ts +3 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/repos/index.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSeed.d.ts +663 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSeed.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSubscriptions.d.ts +115 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSubscriptions.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/baseTypes.d.ts +59 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/baseTypes.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/componentSchemas.d.ts +280 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/componentSchemas.d.ts.map +1 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/index.d.ts +9 -0
- package/dist/src/__generated__/backend-agiflow-api-admin/types/index.d.ts.map +1 -0
- package/dist/src/__generated__/index.d.ts +3 -0
- package/dist/src/__generated__/index.d.ts.map +1 -0
- package/dist/src/config/ConfigManager.d.ts +15 -0
- package/dist/src/config/ConfigManager.d.ts.map +1 -0
- package/dist/src/config/agiflowRc.d.ts +10 -0
- package/dist/src/config/agiflowRc.d.ts.map +1 -0
- package/dist/src/config/index.d.ts +3 -0
- package/dist/src/config/index.d.ts.map +1 -0
- package/dist/src/container/index.d.ts +4 -0
- package/dist/src/container/index.d.ts.map +1 -0
- package/dist/src/envSchema.d.ts +8 -0
- package/dist/src/envSchema.d.ts.map +1 -0
- package/dist/src/services/CredentialsService/CredentialsService.d.ts +38 -0
- package/dist/src/services/CredentialsService/CredentialsService.d.ts.map +1 -0
- package/dist/src/services/CredentialsService/index.d.ts +3 -0
- package/dist/src/services/CredentialsService/index.d.ts.map +1 -0
- package/dist/src/services/CredentialsService/types.d.ts +34 -0
- package/dist/src/services/CredentialsService/types.d.ts.map +1 -0
- package/dist/src/services/DeviceCodeAuthService/DeviceCodeAuthService.d.ts +43 -0
- package/dist/src/services/DeviceCodeAuthService/DeviceCodeAuthService.d.ts.map +1 -0
- package/dist/src/services/DeviceCodeAuthService/index.d.ts +3 -0
- package/dist/src/services/DeviceCodeAuthService/index.d.ts.map +1 -0
- package/dist/src/services/DeviceCodeAuthService/types.d.ts +61 -0
- package/dist/src/services/DeviceCodeAuthService/types.d.ts.map +1 -0
- package/dist/src/services/Logger/PinoLogger.d.ts +11 -0
- package/dist/src/services/Logger/PinoLogger.d.ts.map +1 -0
- package/dist/src/services/Logger/index.d.ts +3 -0
- package/dist/src/services/Logger/index.d.ts.map +1 -0
- package/dist/src/services/Logger/types.d.ts +7 -0
- package/dist/src/services/Logger/types.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/analyticsCommand.d.ts +19 -0
- package/dist/src/systems/cli/commands/analyticsCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/artifactCommand.d.ts +27 -0
- package/dist/src/systems/cli/commands/artifactCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/authCommand.d.ts +25 -0
- package/dist/src/systems/cli/commands/authCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/automationCommand.d.ts +90 -0
- package/dist/src/systems/cli/commands/automationCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/baseCommand.d.ts +32 -0
- package/dist/src/systems/cli/commands/baseCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/dependencyCommand.d.ts +18 -0
- package/dist/src/systems/cli/commands/dependencyCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/index.d.ts +10 -0
- package/dist/src/systems/cli/commands/index.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/jsonCommandBuilder.d.ts +26 -0
- package/dist/src/systems/cli/commands/jsonCommandBuilder.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/projectMcpClient.d.ts +10 -0
- package/dist/src/systems/cli/commands/projectMcpClient.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/resourceCommands.d.ts +107 -0
- package/dist/src/systems/cli/commands/resourceCommands.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/vaultCommand.d.ts +20 -0
- package/dist/src/systems/cli/commands/vaultCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/commands/workflowCommand.d.ts +14 -0
- package/dist/src/systems/cli/commands/workflowCommand.d.ts.map +1 -0
- package/dist/src/systems/cli/container/index.d.ts +4 -0
- package/dist/src/systems/cli/container/index.d.ts.map +1 -0
- package/dist/src/systems/cli/entry/automation.d.ts +68 -0
- package/dist/src/systems/cli/entry/automation.d.ts.map +1 -0
- package/dist/src/systems/cli/entry/cli.d.ts +3 -0
- package/dist/src/systems/cli/entry/cli.d.ts.map +1 -0
- package/dist/src/systems/cli/entry/index.d.ts +4 -0
- package/dist/src/systems/cli/entry/index.d.ts.map +1 -0
- package/dist/src/systems/cli/types.d.ts +15 -0
- package/dist/src/systems/cli/types.d.ts.map +1 -0
- package/dist/src/types.d.ts +12 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/utils/index.d.ts +2 -0
- package/dist/src/utils/index.d.ts.map +1 -0
- package/dist/tests/config/agiflowRc.test.d.ts +2 -0
- package/dist/tests/config/agiflowRc.test.d.ts.map +1 -0
- package/dist/tests/envSchema.test.d.ts +2 -0
- package/dist/tests/envSchema.test.d.ts.map +1 -0
- package/dist/tests/integrations/authCommand.integration.test.d.ts +2 -0
- package/dist/tests/integrations/authCommand.integration.test.d.ts.map +1 -0
- package/dist/tests/integrations/automationCommand.integration.test.d.ts +2 -0
- package/dist/tests/integrations/automationCommand.integration.test.d.ts.map +1 -0
- package/dist/tests/integrations/dependencyCommand.integration.test.d.ts +2 -0
- package/dist/tests/integrations/dependencyCommand.integration.test.d.ts.map +1 -0
- package/dist/tests/integrations/projectMcpParity.integration.test.d.ts +2 -0
- package/dist/tests/integrations/projectMcpParity.integration.test.d.ts.map +1 -0
- package/dist/tests/mocks/services/MockDeviceCodeAuthService.d.ts +25 -0
- package/dist/tests/mocks/services/MockDeviceCodeAuthService.d.ts.map +1 -0
- package/dist/tests/services/CredentialsService/CredentialsService.test.d.ts +2 -0
- package/dist/tests/services/CredentialsService/CredentialsService.test.d.ts.map +1 -0
- package/dist/tests/services/DeviceCodeAuthService/DeviceCodeAuthService.test.d.ts +2 -0
- package/dist/tests/services/DeviceCodeAuthService/DeviceCodeAuthService.test.d.ts.map +1 -0
- package/dist/tests/setup.d.ts +2 -0
- package/dist/tests/setup.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/analyticsCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/analyticsCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/artifactCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/artifactCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/authCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/authCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/automationCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/automationCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/baseCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/baseCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/dependencyCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/dependencyCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/jsonCommandBuilder.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/jsonCommandBuilder.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/taskCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/taskCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/vaultCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/vaultCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/workUnitCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/workUnitCommand.test.d.ts.map +1 -0
- package/dist/tests/systems/cli/commands/workflowCommand.test.d.ts +2 -0
- package/dist/tests/systems/cli/commands/workflowCommand.test.d.ts.map +1 -0
- package/package.json +15 -4
- package/dist/container-DDrQBLdJ.cjs +0 -8
|
@@ -0,0 +1,2657 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* tasks operations generated from OpenAPI specification
|
|
3
|
+
* @generated This file is auto-generated. Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
/**
|
|
7
|
+
* GetApiV1OrganizationsorganizationIdTasks path parameters schema
|
|
8
|
+
*/
|
|
9
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksParametersSchema: z.ZodObject<{
|
|
10
|
+
organizationId: z.ZodString;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
/**
|
|
13
|
+
* GetApiV1OrganizationsorganizationIdTasks path parameters type
|
|
14
|
+
*/
|
|
15
|
+
export type IGetApiV1OrganizationsorganizationIdTasksParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksParametersSchema>;
|
|
16
|
+
/**
|
|
17
|
+
* GetApiV1OrganizationsorganizationIdTasks query parameters schema
|
|
18
|
+
*/
|
|
19
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksQuerySchema: z.ZodObject<{
|
|
20
|
+
limit: z.ZodNumber;
|
|
21
|
+
offset: z.ZodNumber;
|
|
22
|
+
search: z.ZodOptional<z.ZodString>;
|
|
23
|
+
sort: z.ZodEnum<{
|
|
24
|
+
priority: "priority";
|
|
25
|
+
createdAt: "createdAt";
|
|
26
|
+
updatedAt: "updatedAt";
|
|
27
|
+
title: "title";
|
|
28
|
+
position: "position";
|
|
29
|
+
dueDate: "dueDate";
|
|
30
|
+
}>;
|
|
31
|
+
order: z.ZodEnum<{
|
|
32
|
+
asc: "asc";
|
|
33
|
+
desc: "desc";
|
|
34
|
+
}>;
|
|
35
|
+
columnId: z.ZodOptional<z.ZodString>;
|
|
36
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
37
|
+
statusIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
38
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
39
|
+
assigneeId: z.ZodOptional<z.ZodString>;
|
|
40
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
41
|
+
low: "low";
|
|
42
|
+
medium: "medium";
|
|
43
|
+
high: "high";
|
|
44
|
+
}>>;
|
|
45
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
46
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47
|
+
statusFilter: z.ZodEnum<{
|
|
48
|
+
all: "all";
|
|
49
|
+
active: "active";
|
|
50
|
+
}>;
|
|
51
|
+
}, z.core.$strip>;
|
|
52
|
+
/**
|
|
53
|
+
* GetApiV1OrganizationsorganizationIdTasks query parameters type
|
|
54
|
+
*/
|
|
55
|
+
export type IGetApiV1OrganizationsorganizationIdTasksQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksQuerySchema>;
|
|
56
|
+
/**
|
|
57
|
+
* GetApiV1OrganizationsorganizationIdTasks 200 response schema
|
|
58
|
+
*/
|
|
59
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksResponse200Schema: z.ZodObject<{
|
|
60
|
+
items: z.ZodArray<z.ZodObject<{
|
|
61
|
+
id: z.ZodString;
|
|
62
|
+
title: z.ZodString;
|
|
63
|
+
slug: z.ZodString;
|
|
64
|
+
description: z.ZodNullable<z.ZodString>;
|
|
65
|
+
projectId: z.ZodString;
|
|
66
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
67
|
+
statusId: z.ZodString;
|
|
68
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
69
|
+
creatorId: z.ZodString;
|
|
70
|
+
position: z.ZodNumber;
|
|
71
|
+
priority: z.ZodEnum<{
|
|
72
|
+
low: "low";
|
|
73
|
+
medium: "medium";
|
|
74
|
+
high: "high";
|
|
75
|
+
}>;
|
|
76
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
77
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
78
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
79
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
80
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
81
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
82
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
83
|
+
createdAt: z.ZodString;
|
|
84
|
+
updatedAt: z.ZodString;
|
|
85
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
86
|
+
id: z.ZodString;
|
|
87
|
+
key: z.ZodString;
|
|
88
|
+
name: z.ZodString;
|
|
89
|
+
description: z.ZodNullable<z.ZodString>;
|
|
90
|
+
position: z.ZodNumber;
|
|
91
|
+
color: z.ZodNullable<z.ZodString>;
|
|
92
|
+
isActive: z.ZodBoolean;
|
|
93
|
+
isDefault: z.ZodBoolean;
|
|
94
|
+
createdAt: z.ZodString;
|
|
95
|
+
updatedAt: z.ZodString;
|
|
96
|
+
}, z.core.$strict>>>;
|
|
97
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
98
|
+
id: z.ZodString;
|
|
99
|
+
name: z.ZodString;
|
|
100
|
+
description: z.ZodNullable<z.ZodString>;
|
|
101
|
+
}, z.core.$strict>>>;
|
|
102
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
103
|
+
id: z.ZodString;
|
|
104
|
+
name: z.ZodString;
|
|
105
|
+
email: z.ZodString;
|
|
106
|
+
role: z.ZodString;
|
|
107
|
+
}, z.core.$strict>>>;
|
|
108
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
109
|
+
id: z.ZodString;
|
|
110
|
+
title: z.ZodString;
|
|
111
|
+
slug: z.ZodString;
|
|
112
|
+
type: z.ZodNullable<z.ZodString>;
|
|
113
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
114
|
+
status: z.ZodNullable<z.ZodString>;
|
|
115
|
+
}, z.core.$strict>>>;
|
|
116
|
+
}, z.core.$strict>>;
|
|
117
|
+
total: z.ZodNumber;
|
|
118
|
+
limit: z.ZodNumber;
|
|
119
|
+
offset: z.ZodNumber;
|
|
120
|
+
}, z.core.$strict>;
|
|
121
|
+
/**
|
|
122
|
+
* GetApiV1OrganizationsorganizationIdTasks 200 response type
|
|
123
|
+
*/
|
|
124
|
+
export type IGetApiV1OrganizationsorganizationIdTasksResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksResponse200Schema>;
|
|
125
|
+
/**
|
|
126
|
+
* GetApiV1OrganizationsorganizationIdTasks 500 response schema
|
|
127
|
+
*/
|
|
128
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksResponse500Schema: z.ZodObject<{
|
|
129
|
+
error: z.ZodString;
|
|
130
|
+
}, z.core.$strict>;
|
|
131
|
+
/**
|
|
132
|
+
* GetApiV1OrganizationsorganizationIdTasks 500 response type
|
|
133
|
+
*/
|
|
134
|
+
export type IGetApiV1OrganizationsorganizationIdTasksResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksResponse500Schema>;
|
|
135
|
+
/**
|
|
136
|
+
* List all organization tasks
|
|
137
|
+
*/
|
|
138
|
+
export declare const GetApiV1OrganizationsorganizationIdTasks: {
|
|
139
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks";
|
|
140
|
+
readonly method: "GET";
|
|
141
|
+
readonly params: z.ZodObject<{
|
|
142
|
+
organizationId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>;
|
|
144
|
+
readonly query: z.ZodObject<{
|
|
145
|
+
limit: z.ZodNumber;
|
|
146
|
+
offset: z.ZodNumber;
|
|
147
|
+
search: z.ZodOptional<z.ZodString>;
|
|
148
|
+
sort: z.ZodEnum<{
|
|
149
|
+
priority: "priority";
|
|
150
|
+
createdAt: "createdAt";
|
|
151
|
+
updatedAt: "updatedAt";
|
|
152
|
+
title: "title";
|
|
153
|
+
position: "position";
|
|
154
|
+
dueDate: "dueDate";
|
|
155
|
+
}>;
|
|
156
|
+
order: z.ZodEnum<{
|
|
157
|
+
asc: "asc";
|
|
158
|
+
desc: "desc";
|
|
159
|
+
}>;
|
|
160
|
+
columnId: z.ZodOptional<z.ZodString>;
|
|
161
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
162
|
+
statusIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
163
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
164
|
+
assigneeId: z.ZodOptional<z.ZodString>;
|
|
165
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
166
|
+
low: "low";
|
|
167
|
+
medium: "medium";
|
|
168
|
+
high: "high";
|
|
169
|
+
}>>;
|
|
170
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
171
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
172
|
+
statusFilter: z.ZodEnum<{
|
|
173
|
+
all: "all";
|
|
174
|
+
active: "active";
|
|
175
|
+
}>;
|
|
176
|
+
}, z.core.$strip>;
|
|
177
|
+
readonly responses: {
|
|
178
|
+
readonly 200: z.ZodObject<{
|
|
179
|
+
items: z.ZodArray<z.ZodObject<{
|
|
180
|
+
id: z.ZodString;
|
|
181
|
+
title: z.ZodString;
|
|
182
|
+
slug: z.ZodString;
|
|
183
|
+
description: z.ZodNullable<z.ZodString>;
|
|
184
|
+
projectId: z.ZodString;
|
|
185
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
186
|
+
statusId: z.ZodString;
|
|
187
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
188
|
+
creatorId: z.ZodString;
|
|
189
|
+
position: z.ZodNumber;
|
|
190
|
+
priority: z.ZodEnum<{
|
|
191
|
+
low: "low";
|
|
192
|
+
medium: "medium";
|
|
193
|
+
high: "high";
|
|
194
|
+
}>;
|
|
195
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
196
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
197
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
198
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
199
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
200
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
201
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
202
|
+
createdAt: z.ZodString;
|
|
203
|
+
updatedAt: z.ZodString;
|
|
204
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
205
|
+
id: z.ZodString;
|
|
206
|
+
key: z.ZodString;
|
|
207
|
+
name: z.ZodString;
|
|
208
|
+
description: z.ZodNullable<z.ZodString>;
|
|
209
|
+
position: z.ZodNumber;
|
|
210
|
+
color: z.ZodNullable<z.ZodString>;
|
|
211
|
+
isActive: z.ZodBoolean;
|
|
212
|
+
isDefault: z.ZodBoolean;
|
|
213
|
+
createdAt: z.ZodString;
|
|
214
|
+
updatedAt: z.ZodString;
|
|
215
|
+
}, z.core.$strict>>>;
|
|
216
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
217
|
+
id: z.ZodString;
|
|
218
|
+
name: z.ZodString;
|
|
219
|
+
description: z.ZodNullable<z.ZodString>;
|
|
220
|
+
}, z.core.$strict>>>;
|
|
221
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
222
|
+
id: z.ZodString;
|
|
223
|
+
name: z.ZodString;
|
|
224
|
+
email: z.ZodString;
|
|
225
|
+
role: z.ZodString;
|
|
226
|
+
}, z.core.$strict>>>;
|
|
227
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
228
|
+
id: z.ZodString;
|
|
229
|
+
title: z.ZodString;
|
|
230
|
+
slug: z.ZodString;
|
|
231
|
+
type: z.ZodNullable<z.ZodString>;
|
|
232
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
233
|
+
status: z.ZodNullable<z.ZodString>;
|
|
234
|
+
}, z.core.$strict>>>;
|
|
235
|
+
}, z.core.$strict>>;
|
|
236
|
+
total: z.ZodNumber;
|
|
237
|
+
limit: z.ZodNumber;
|
|
238
|
+
offset: z.ZodNumber;
|
|
239
|
+
}, z.core.$strict>;
|
|
240
|
+
readonly 500: z.ZodObject<{
|
|
241
|
+
error: z.ZodString;
|
|
242
|
+
}, z.core.$strict>;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* GetApiV1OrganizationsorganizationIdTasks comprehensive path type for use with OpenapiClient.request()
|
|
247
|
+
*/
|
|
248
|
+
export interface IGetApiV1OrganizationsorganizationIdTasksPath {
|
|
249
|
+
path: '/api/v1/organizations/{organizationId}/tasks';
|
|
250
|
+
params: IGetApiV1OrganizationsorganizationIdTasksParameters;
|
|
251
|
+
query?: IGetApiV1OrganizationsorganizationIdTasksQuery;
|
|
252
|
+
response: IGetApiV1OrganizationsorganizationIdTasksResponse200;
|
|
253
|
+
error?: IGetApiV1OrganizationsorganizationIdTasksResponse500;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics path parameters schema
|
|
257
|
+
*/
|
|
258
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksStatisticsParametersSchema: z.ZodObject<{
|
|
259
|
+
organizationId: z.ZodString;
|
|
260
|
+
}, z.core.$strip>;
|
|
261
|
+
/**
|
|
262
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics path parameters type
|
|
263
|
+
*/
|
|
264
|
+
export type IGetApiV1OrganizationsorganizationIdTasksStatisticsParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksStatisticsParametersSchema>;
|
|
265
|
+
/**
|
|
266
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics query parameters schema
|
|
267
|
+
*/
|
|
268
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksStatisticsQuerySchema: z.ZodObject<{
|
|
269
|
+
period: z.ZodEnum<{
|
|
270
|
+
"7d": "7d";
|
|
271
|
+
"30d": "30d";
|
|
272
|
+
"3m": "3m";
|
|
273
|
+
"12m": "12m";
|
|
274
|
+
}>;
|
|
275
|
+
}, z.core.$strip>;
|
|
276
|
+
/**
|
|
277
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics query parameters type
|
|
278
|
+
*/
|
|
279
|
+
export type IGetApiV1OrganizationsorganizationIdTasksStatisticsQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksStatisticsQuerySchema>;
|
|
280
|
+
/**
|
|
281
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics 200 response schema
|
|
282
|
+
*/
|
|
283
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksStatisticsResponse200Schema: z.ZodObject<{
|
|
284
|
+
items: z.ZodArray<z.ZodObject<{
|
|
285
|
+
period: z.ZodString;
|
|
286
|
+
aiCompleted: z.ZodNumber;
|
|
287
|
+
humanCompleted: z.ZodNumber;
|
|
288
|
+
totalTasks: z.ZodNumber;
|
|
289
|
+
totalCost: z.ZodNumber;
|
|
290
|
+
}, z.core.$strict>>;
|
|
291
|
+
summary: z.ZodObject<{
|
|
292
|
+
totalCost: z.ZodNumber;
|
|
293
|
+
totalTasks: z.ZodNumber;
|
|
294
|
+
monthlyGrowth: z.ZodNumber;
|
|
295
|
+
}, z.core.$strict>;
|
|
296
|
+
}, z.core.$strict>;
|
|
297
|
+
/**
|
|
298
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics 200 response type
|
|
299
|
+
*/
|
|
300
|
+
export type IGetApiV1OrganizationsorganizationIdTasksStatisticsResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksStatisticsResponse200Schema>;
|
|
301
|
+
/**
|
|
302
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics 500 response schema
|
|
303
|
+
*/
|
|
304
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksStatisticsResponse500Schema: z.ZodObject<{
|
|
305
|
+
error: z.ZodString;
|
|
306
|
+
}, z.core.$strict>;
|
|
307
|
+
/**
|
|
308
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics 500 response type
|
|
309
|
+
*/
|
|
310
|
+
export type IGetApiV1OrganizationsorganizationIdTasksStatisticsResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdTasksStatisticsResponse500Schema>;
|
|
311
|
+
/**
|
|
312
|
+
* Get task statistics over time
|
|
313
|
+
*/
|
|
314
|
+
export declare const GetApiV1OrganizationsorganizationIdTasksStatistics: {
|
|
315
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/statistics";
|
|
316
|
+
readonly method: "GET";
|
|
317
|
+
readonly params: z.ZodObject<{
|
|
318
|
+
organizationId: z.ZodString;
|
|
319
|
+
}, z.core.$strip>;
|
|
320
|
+
readonly query: z.ZodObject<{
|
|
321
|
+
period: z.ZodEnum<{
|
|
322
|
+
"7d": "7d";
|
|
323
|
+
"30d": "30d";
|
|
324
|
+
"3m": "3m";
|
|
325
|
+
"12m": "12m";
|
|
326
|
+
}>;
|
|
327
|
+
}, z.core.$strip>;
|
|
328
|
+
readonly responses: {
|
|
329
|
+
readonly 200: z.ZodObject<{
|
|
330
|
+
items: z.ZodArray<z.ZodObject<{
|
|
331
|
+
period: z.ZodString;
|
|
332
|
+
aiCompleted: z.ZodNumber;
|
|
333
|
+
humanCompleted: z.ZodNumber;
|
|
334
|
+
totalTasks: z.ZodNumber;
|
|
335
|
+
totalCost: z.ZodNumber;
|
|
336
|
+
}, z.core.$strict>>;
|
|
337
|
+
summary: z.ZodObject<{
|
|
338
|
+
totalCost: z.ZodNumber;
|
|
339
|
+
totalTasks: z.ZodNumber;
|
|
340
|
+
monthlyGrowth: z.ZodNumber;
|
|
341
|
+
}, z.core.$strict>;
|
|
342
|
+
}, z.core.$strict>;
|
|
343
|
+
readonly 500: z.ZodObject<{
|
|
344
|
+
error: z.ZodString;
|
|
345
|
+
}, z.core.$strict>;
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* GetApiV1OrganizationsorganizationIdTasksStatistics comprehensive path type for use with OpenapiClient.request()
|
|
350
|
+
*/
|
|
351
|
+
export interface IGetApiV1OrganizationsorganizationIdTasksStatisticsPath {
|
|
352
|
+
path: '/api/v1/organizations/{organizationId}/tasks/statistics';
|
|
353
|
+
params: IGetApiV1OrganizationsorganizationIdTasksStatisticsParameters;
|
|
354
|
+
query?: IGetApiV1OrganizationsorganizationIdTasksStatisticsQuery;
|
|
355
|
+
response: IGetApiV1OrganizationsorganizationIdTasksStatisticsResponse200;
|
|
356
|
+
error?: IGetApiV1OrganizationsorganizationIdTasksStatisticsResponse500;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId path parameters schema
|
|
360
|
+
*/
|
|
361
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdParametersSchema: z.ZodObject<{
|
|
362
|
+
organizationId: z.ZodString;
|
|
363
|
+
taskId: z.ZodString;
|
|
364
|
+
}, z.core.$strip>;
|
|
365
|
+
/**
|
|
366
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId path parameters type
|
|
367
|
+
*/
|
|
368
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdParametersSchema>;
|
|
369
|
+
/**
|
|
370
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 200 response schema
|
|
371
|
+
*/
|
|
372
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdResponse200Schema: z.ZodObject<{
|
|
373
|
+
id: z.ZodString;
|
|
374
|
+
title: z.ZodString;
|
|
375
|
+
slug: z.ZodString;
|
|
376
|
+
description: z.ZodNullable<z.ZodString>;
|
|
377
|
+
projectId: z.ZodString;
|
|
378
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
379
|
+
statusId: z.ZodString;
|
|
380
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
381
|
+
creatorId: z.ZodString;
|
|
382
|
+
position: z.ZodNumber;
|
|
383
|
+
priority: z.ZodEnum<{
|
|
384
|
+
low: "low";
|
|
385
|
+
medium: "medium";
|
|
386
|
+
high: "high";
|
|
387
|
+
}>;
|
|
388
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
389
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
390
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
391
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
392
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
393
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
394
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
395
|
+
createdAt: z.ZodString;
|
|
396
|
+
updatedAt: z.ZodString;
|
|
397
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
398
|
+
id: z.ZodString;
|
|
399
|
+
key: z.ZodString;
|
|
400
|
+
name: z.ZodString;
|
|
401
|
+
description: z.ZodNullable<z.ZodString>;
|
|
402
|
+
position: z.ZodNumber;
|
|
403
|
+
color: z.ZodNullable<z.ZodString>;
|
|
404
|
+
isActive: z.ZodBoolean;
|
|
405
|
+
isDefault: z.ZodBoolean;
|
|
406
|
+
createdAt: z.ZodString;
|
|
407
|
+
updatedAt: z.ZodString;
|
|
408
|
+
}, z.core.$strict>>>;
|
|
409
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
410
|
+
id: z.ZodString;
|
|
411
|
+
name: z.ZodString;
|
|
412
|
+
description: z.ZodNullable<z.ZodString>;
|
|
413
|
+
}, z.core.$strict>>>;
|
|
414
|
+
assignee: z.ZodNullable<z.ZodObject<{
|
|
415
|
+
id: z.ZodString;
|
|
416
|
+
name: z.ZodString;
|
|
417
|
+
role: z.ZodString;
|
|
418
|
+
prompt: z.ZodNullable<z.ZodString>;
|
|
419
|
+
}, z.core.$strict>>;
|
|
420
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
421
|
+
id: z.ZodString;
|
|
422
|
+
title: z.ZodString;
|
|
423
|
+
slug: z.ZodString;
|
|
424
|
+
type: z.ZodNullable<z.ZodString>;
|
|
425
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
426
|
+
status: z.ZodNullable<z.ZodString>;
|
|
427
|
+
}, z.core.$strict>>>;
|
|
428
|
+
availableMcpTools: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
429
|
+
}, z.core.$strict>;
|
|
430
|
+
/**
|
|
431
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 200 response type
|
|
432
|
+
*/
|
|
433
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdResponse200Schema>;
|
|
434
|
+
/**
|
|
435
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 404 response schema
|
|
436
|
+
*/
|
|
437
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdResponse404Schema: z.ZodObject<{
|
|
438
|
+
message: z.ZodString;
|
|
439
|
+
}, z.core.$strict>;
|
|
440
|
+
/**
|
|
441
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 404 response type
|
|
442
|
+
*/
|
|
443
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdResponse404Schema>;
|
|
444
|
+
/**
|
|
445
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 500 response schema
|
|
446
|
+
*/
|
|
447
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdResponse500Schema: z.ZodObject<{
|
|
448
|
+
error: z.ZodString;
|
|
449
|
+
}, z.core.$strict>;
|
|
450
|
+
/**
|
|
451
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId 500 response type
|
|
452
|
+
*/
|
|
453
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdResponse500Schema>;
|
|
454
|
+
/**
|
|
455
|
+
* Get task by ID (organization-level)
|
|
456
|
+
*/
|
|
457
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskId: {
|
|
458
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}";
|
|
459
|
+
readonly method: "GET";
|
|
460
|
+
readonly params: z.ZodObject<{
|
|
461
|
+
organizationId: z.ZodString;
|
|
462
|
+
taskId: z.ZodString;
|
|
463
|
+
}, z.core.$strip>;
|
|
464
|
+
readonly responses: {
|
|
465
|
+
readonly 200: z.ZodObject<{
|
|
466
|
+
id: z.ZodString;
|
|
467
|
+
title: z.ZodString;
|
|
468
|
+
slug: z.ZodString;
|
|
469
|
+
description: z.ZodNullable<z.ZodString>;
|
|
470
|
+
projectId: z.ZodString;
|
|
471
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
472
|
+
statusId: z.ZodString;
|
|
473
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
474
|
+
creatorId: z.ZodString;
|
|
475
|
+
position: z.ZodNumber;
|
|
476
|
+
priority: z.ZodEnum<{
|
|
477
|
+
low: "low";
|
|
478
|
+
medium: "medium";
|
|
479
|
+
high: "high";
|
|
480
|
+
}>;
|
|
481
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
482
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
483
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
484
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
485
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
486
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
487
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
488
|
+
createdAt: z.ZodString;
|
|
489
|
+
updatedAt: z.ZodString;
|
|
490
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
491
|
+
id: z.ZodString;
|
|
492
|
+
key: z.ZodString;
|
|
493
|
+
name: z.ZodString;
|
|
494
|
+
description: z.ZodNullable<z.ZodString>;
|
|
495
|
+
position: z.ZodNumber;
|
|
496
|
+
color: z.ZodNullable<z.ZodString>;
|
|
497
|
+
isActive: z.ZodBoolean;
|
|
498
|
+
isDefault: z.ZodBoolean;
|
|
499
|
+
createdAt: z.ZodString;
|
|
500
|
+
updatedAt: z.ZodString;
|
|
501
|
+
}, z.core.$strict>>>;
|
|
502
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
503
|
+
id: z.ZodString;
|
|
504
|
+
name: z.ZodString;
|
|
505
|
+
description: z.ZodNullable<z.ZodString>;
|
|
506
|
+
}, z.core.$strict>>>;
|
|
507
|
+
assignee: z.ZodNullable<z.ZodObject<{
|
|
508
|
+
id: z.ZodString;
|
|
509
|
+
name: z.ZodString;
|
|
510
|
+
role: z.ZodString;
|
|
511
|
+
prompt: z.ZodNullable<z.ZodString>;
|
|
512
|
+
}, z.core.$strict>>;
|
|
513
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
514
|
+
id: z.ZodString;
|
|
515
|
+
title: z.ZodString;
|
|
516
|
+
slug: z.ZodString;
|
|
517
|
+
type: z.ZodNullable<z.ZodString>;
|
|
518
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
519
|
+
status: z.ZodNullable<z.ZodString>;
|
|
520
|
+
}, z.core.$strict>>>;
|
|
521
|
+
availableMcpTools: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
522
|
+
}, z.core.$strict>;
|
|
523
|
+
readonly 404: z.ZodObject<{
|
|
524
|
+
message: z.ZodString;
|
|
525
|
+
}, z.core.$strict>;
|
|
526
|
+
readonly 500: z.ZodObject<{
|
|
527
|
+
error: z.ZodString;
|
|
528
|
+
}, z.core.$strict>;
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
/**
|
|
532
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskId comprehensive path type for use with OpenapiClient.request()
|
|
533
|
+
*/
|
|
534
|
+
export interface IGetApiV1OrganizationsorganizationIdTaskstaskIdPath {
|
|
535
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}';
|
|
536
|
+
params: IGetApiV1OrganizationsorganizationIdTaskstaskIdParameters;
|
|
537
|
+
response: IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse200;
|
|
538
|
+
error?: IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse404 | IGetApiV1OrganizationsorganizationIdTaskstaskIdResponse500;
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId path parameters schema
|
|
542
|
+
*/
|
|
543
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdParametersSchema: z.ZodObject<{
|
|
544
|
+
organizationId: z.ZodString;
|
|
545
|
+
taskId: z.ZodString;
|
|
546
|
+
}, z.core.$strip>;
|
|
547
|
+
/**
|
|
548
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId path parameters type
|
|
549
|
+
*/
|
|
550
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdParametersSchema>;
|
|
551
|
+
/**
|
|
552
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId request body schema
|
|
553
|
+
*/
|
|
554
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdRequestBodySchema: z.ZodObject<{
|
|
555
|
+
title: z.ZodOptional<z.ZodString>;
|
|
556
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
557
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
558
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
559
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
560
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
561
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
562
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
563
|
+
low: "low";
|
|
564
|
+
medium: "medium";
|
|
565
|
+
high: "high";
|
|
566
|
+
}>>;
|
|
567
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
568
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
569
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
570
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
571
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
572
|
+
}, z.core.$strict>;
|
|
573
|
+
/**
|
|
574
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId request body type
|
|
575
|
+
*/
|
|
576
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdRequestBodySchema>;
|
|
577
|
+
/**
|
|
578
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 200 response schema
|
|
579
|
+
*/
|
|
580
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse200Schema: z.ZodObject<{
|
|
581
|
+
id: z.ZodString;
|
|
582
|
+
title: z.ZodString;
|
|
583
|
+
slug: z.ZodString;
|
|
584
|
+
description: z.ZodNullable<z.ZodString>;
|
|
585
|
+
projectId: z.ZodString;
|
|
586
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
587
|
+
statusId: z.ZodString;
|
|
588
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
589
|
+
creatorId: z.ZodString;
|
|
590
|
+
position: z.ZodNumber;
|
|
591
|
+
priority: z.ZodEnum<{
|
|
592
|
+
low: "low";
|
|
593
|
+
medium: "medium";
|
|
594
|
+
high: "high";
|
|
595
|
+
}>;
|
|
596
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
597
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
598
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
599
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
600
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
601
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
602
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
603
|
+
createdAt: z.ZodString;
|
|
604
|
+
updatedAt: z.ZodString;
|
|
605
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
606
|
+
id: z.ZodString;
|
|
607
|
+
key: z.ZodString;
|
|
608
|
+
name: z.ZodString;
|
|
609
|
+
description: z.ZodNullable<z.ZodString>;
|
|
610
|
+
position: z.ZodNumber;
|
|
611
|
+
color: z.ZodNullable<z.ZodString>;
|
|
612
|
+
isActive: z.ZodBoolean;
|
|
613
|
+
isDefault: z.ZodBoolean;
|
|
614
|
+
createdAt: z.ZodString;
|
|
615
|
+
updatedAt: z.ZodString;
|
|
616
|
+
}, z.core.$strict>>>;
|
|
617
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
618
|
+
id: z.ZodString;
|
|
619
|
+
name: z.ZodString;
|
|
620
|
+
description: z.ZodNullable<z.ZodString>;
|
|
621
|
+
}, z.core.$strict>>>;
|
|
622
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
623
|
+
id: z.ZodString;
|
|
624
|
+
name: z.ZodString;
|
|
625
|
+
email: z.ZodString;
|
|
626
|
+
role: z.ZodString;
|
|
627
|
+
}, z.core.$strict>>>;
|
|
628
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
629
|
+
id: z.ZodString;
|
|
630
|
+
title: z.ZodString;
|
|
631
|
+
slug: z.ZodString;
|
|
632
|
+
type: z.ZodNullable<z.ZodString>;
|
|
633
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
634
|
+
status: z.ZodNullable<z.ZodString>;
|
|
635
|
+
}, z.core.$strict>>>;
|
|
636
|
+
}, z.core.$strict>;
|
|
637
|
+
/**
|
|
638
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 200 response type
|
|
639
|
+
*/
|
|
640
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse200Schema>;
|
|
641
|
+
/**
|
|
642
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 400 response schema
|
|
643
|
+
*/
|
|
644
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse400Schema: z.ZodVoid;
|
|
645
|
+
/**
|
|
646
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 400 response type
|
|
647
|
+
*/
|
|
648
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse400Schema>;
|
|
649
|
+
/**
|
|
650
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 404 response schema
|
|
651
|
+
*/
|
|
652
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse404Schema: z.ZodObject<{
|
|
653
|
+
message: z.ZodString;
|
|
654
|
+
}, z.core.$strict>;
|
|
655
|
+
/**
|
|
656
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 404 response type
|
|
657
|
+
*/
|
|
658
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse404Schema>;
|
|
659
|
+
/**
|
|
660
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 500 response schema
|
|
661
|
+
*/
|
|
662
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse500Schema: z.ZodObject<{
|
|
663
|
+
error: z.ZodString;
|
|
664
|
+
}, z.core.$strict>;
|
|
665
|
+
/**
|
|
666
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId 500 response type
|
|
667
|
+
*/
|
|
668
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdResponse500Schema>;
|
|
669
|
+
/**
|
|
670
|
+
* Update task (organization-level)
|
|
671
|
+
*/
|
|
672
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskId: {
|
|
673
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}";
|
|
674
|
+
readonly method: "PATCH";
|
|
675
|
+
readonly params: z.ZodObject<{
|
|
676
|
+
organizationId: z.ZodString;
|
|
677
|
+
taskId: z.ZodString;
|
|
678
|
+
}, z.core.$strip>;
|
|
679
|
+
readonly requestBody: z.ZodObject<{
|
|
680
|
+
title: z.ZodOptional<z.ZodString>;
|
|
681
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
682
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
683
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
684
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
685
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
686
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
687
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
688
|
+
low: "low";
|
|
689
|
+
medium: "medium";
|
|
690
|
+
high: "high";
|
|
691
|
+
}>>;
|
|
692
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
693
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
694
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
695
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
696
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
697
|
+
}, z.core.$strict>;
|
|
698
|
+
readonly responses: {
|
|
699
|
+
readonly 200: z.ZodObject<{
|
|
700
|
+
id: z.ZodString;
|
|
701
|
+
title: z.ZodString;
|
|
702
|
+
slug: z.ZodString;
|
|
703
|
+
description: z.ZodNullable<z.ZodString>;
|
|
704
|
+
projectId: z.ZodString;
|
|
705
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
706
|
+
statusId: z.ZodString;
|
|
707
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
708
|
+
creatorId: z.ZodString;
|
|
709
|
+
position: z.ZodNumber;
|
|
710
|
+
priority: z.ZodEnum<{
|
|
711
|
+
low: "low";
|
|
712
|
+
medium: "medium";
|
|
713
|
+
high: "high";
|
|
714
|
+
}>;
|
|
715
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
716
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
717
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
718
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
719
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
720
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
721
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
722
|
+
createdAt: z.ZodString;
|
|
723
|
+
updatedAt: z.ZodString;
|
|
724
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
725
|
+
id: z.ZodString;
|
|
726
|
+
key: z.ZodString;
|
|
727
|
+
name: z.ZodString;
|
|
728
|
+
description: z.ZodNullable<z.ZodString>;
|
|
729
|
+
position: z.ZodNumber;
|
|
730
|
+
color: z.ZodNullable<z.ZodString>;
|
|
731
|
+
isActive: z.ZodBoolean;
|
|
732
|
+
isDefault: z.ZodBoolean;
|
|
733
|
+
createdAt: z.ZodString;
|
|
734
|
+
updatedAt: z.ZodString;
|
|
735
|
+
}, z.core.$strict>>>;
|
|
736
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
737
|
+
id: z.ZodString;
|
|
738
|
+
name: z.ZodString;
|
|
739
|
+
description: z.ZodNullable<z.ZodString>;
|
|
740
|
+
}, z.core.$strict>>>;
|
|
741
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
742
|
+
id: z.ZodString;
|
|
743
|
+
name: z.ZodString;
|
|
744
|
+
email: z.ZodString;
|
|
745
|
+
role: z.ZodString;
|
|
746
|
+
}, z.core.$strict>>>;
|
|
747
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
748
|
+
id: z.ZodString;
|
|
749
|
+
title: z.ZodString;
|
|
750
|
+
slug: z.ZodString;
|
|
751
|
+
type: z.ZodNullable<z.ZodString>;
|
|
752
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
753
|
+
status: z.ZodNullable<z.ZodString>;
|
|
754
|
+
}, z.core.$strict>>>;
|
|
755
|
+
}, z.core.$strict>;
|
|
756
|
+
readonly 400: z.ZodVoid;
|
|
757
|
+
readonly 404: z.ZodObject<{
|
|
758
|
+
message: z.ZodString;
|
|
759
|
+
}, z.core.$strict>;
|
|
760
|
+
readonly 500: z.ZodObject<{
|
|
761
|
+
error: z.ZodString;
|
|
762
|
+
}, z.core.$strict>;
|
|
763
|
+
};
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskId comprehensive path type for use with OpenapiClient.request()
|
|
767
|
+
*/
|
|
768
|
+
export interface IPatchApiV1OrganizationsorganizationIdTaskstaskIdPath {
|
|
769
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}';
|
|
770
|
+
params: IPatchApiV1OrganizationsorganizationIdTaskstaskIdParameters;
|
|
771
|
+
body?: IPatchApiV1OrganizationsorganizationIdTaskstaskIdRequestBody;
|
|
772
|
+
response: IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse200;
|
|
773
|
+
error?: IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse400 | IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse404 | IPatchApiV1OrganizationsorganizationIdTaskstaskIdResponse500;
|
|
774
|
+
}
|
|
775
|
+
/**
|
|
776
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters schema
|
|
777
|
+
*/
|
|
778
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema: z.ZodObject<{
|
|
779
|
+
organizationId: z.ZodString;
|
|
780
|
+
taskId: z.ZodString;
|
|
781
|
+
}, z.core.$strip>;
|
|
782
|
+
/**
|
|
783
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters type
|
|
784
|
+
*/
|
|
785
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema>;
|
|
786
|
+
/**
|
|
787
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts query parameters schema
|
|
788
|
+
*/
|
|
789
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsQuerySchema: z.ZodObject<{
|
|
790
|
+
limit: z.ZodNumber;
|
|
791
|
+
offset: z.ZodNumber;
|
|
792
|
+
}, z.core.$strip>;
|
|
793
|
+
/**
|
|
794
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts query parameters type
|
|
795
|
+
*/
|
|
796
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsQuerySchema>;
|
|
797
|
+
/**
|
|
798
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response schema
|
|
799
|
+
*/
|
|
800
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema: z.ZodObject<{
|
|
801
|
+
items: z.ZodArray<z.ZodObject<{
|
|
802
|
+
id: z.ZodString;
|
|
803
|
+
key: z.ZodString;
|
|
804
|
+
name: z.ZodString;
|
|
805
|
+
size: z.ZodNumber;
|
|
806
|
+
contentType: z.ZodOptional<z.ZodString>;
|
|
807
|
+
isPreviewable: z.ZodBoolean;
|
|
808
|
+
createdAt: z.ZodString;
|
|
809
|
+
updatedAt: z.ZodString;
|
|
810
|
+
}, z.core.$strict>>;
|
|
811
|
+
total: z.ZodNumber;
|
|
812
|
+
}, z.core.$strict>;
|
|
813
|
+
/**
|
|
814
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response type
|
|
815
|
+
*/
|
|
816
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema>;
|
|
817
|
+
/**
|
|
818
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response schema
|
|
819
|
+
*/
|
|
820
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema: z.ZodObject<{
|
|
821
|
+
message: z.ZodString;
|
|
822
|
+
}, z.core.$strict>;
|
|
823
|
+
/**
|
|
824
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response type
|
|
825
|
+
*/
|
|
826
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema>;
|
|
827
|
+
/**
|
|
828
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response schema
|
|
829
|
+
*/
|
|
830
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema: z.ZodObject<{
|
|
831
|
+
error: z.ZodString;
|
|
832
|
+
}, z.core.$strict>;
|
|
833
|
+
/**
|
|
834
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response type
|
|
835
|
+
*/
|
|
836
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema>;
|
|
837
|
+
/**
|
|
838
|
+
* List task artifacts
|
|
839
|
+
*/
|
|
840
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts: {
|
|
841
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts";
|
|
842
|
+
readonly method: "GET";
|
|
843
|
+
readonly params: z.ZodObject<{
|
|
844
|
+
organizationId: z.ZodString;
|
|
845
|
+
taskId: z.ZodString;
|
|
846
|
+
}, z.core.$strip>;
|
|
847
|
+
readonly query: z.ZodObject<{
|
|
848
|
+
limit: z.ZodNumber;
|
|
849
|
+
offset: z.ZodNumber;
|
|
850
|
+
}, z.core.$strip>;
|
|
851
|
+
readonly responses: {
|
|
852
|
+
readonly 200: z.ZodObject<{
|
|
853
|
+
items: z.ZodArray<z.ZodObject<{
|
|
854
|
+
id: z.ZodString;
|
|
855
|
+
key: z.ZodString;
|
|
856
|
+
name: z.ZodString;
|
|
857
|
+
size: z.ZodNumber;
|
|
858
|
+
contentType: z.ZodOptional<z.ZodString>;
|
|
859
|
+
isPreviewable: z.ZodBoolean;
|
|
860
|
+
createdAt: z.ZodString;
|
|
861
|
+
updatedAt: z.ZodString;
|
|
862
|
+
}, z.core.$strict>>;
|
|
863
|
+
total: z.ZodNumber;
|
|
864
|
+
}, z.core.$strict>;
|
|
865
|
+
readonly 404: z.ZodObject<{
|
|
866
|
+
message: z.ZodString;
|
|
867
|
+
}, z.core.$strict>;
|
|
868
|
+
readonly 500: z.ZodObject<{
|
|
869
|
+
error: z.ZodString;
|
|
870
|
+
}, z.core.$strict>;
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
/**
|
|
874
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifacts comprehensive path type for use with OpenapiClient.request()
|
|
875
|
+
*/
|
|
876
|
+
export interface IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsPath {
|
|
877
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts';
|
|
878
|
+
params: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters;
|
|
879
|
+
query?: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsQuery;
|
|
880
|
+
response: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200;
|
|
881
|
+
error?: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 | IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500;
|
|
882
|
+
}
|
|
883
|
+
/**
|
|
884
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters schema
|
|
885
|
+
*/
|
|
886
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema: z.ZodObject<{
|
|
887
|
+
organizationId: z.ZodString;
|
|
888
|
+
taskId: z.ZodString;
|
|
889
|
+
}, z.core.$strip>;
|
|
890
|
+
/**
|
|
891
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters type
|
|
892
|
+
*/
|
|
893
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema>;
|
|
894
|
+
/**
|
|
895
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts request body schema
|
|
896
|
+
*/
|
|
897
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBodySchema: z.ZodObject<{
|
|
898
|
+
action: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
899
|
+
artifactId: z.ZodString;
|
|
900
|
+
clip: z.ZodOptional<z.ZodObject<{
|
|
901
|
+
x: z.ZodNumber;
|
|
902
|
+
y: z.ZodNumber;
|
|
903
|
+
width: z.ZodNumber;
|
|
904
|
+
height: z.ZodNumber;
|
|
905
|
+
}, z.core.$strict>>;
|
|
906
|
+
}, z.core.$strict>;
|
|
907
|
+
/**
|
|
908
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts request body type
|
|
909
|
+
*/
|
|
910
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBodySchema>;
|
|
911
|
+
/**
|
|
912
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response schema
|
|
913
|
+
*/
|
|
914
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema: z.ZodObject<{
|
|
915
|
+
id: z.ZodString;
|
|
916
|
+
title: z.ZodString;
|
|
917
|
+
slug: z.ZodString;
|
|
918
|
+
description: z.ZodNullable<z.ZodString>;
|
|
919
|
+
projectId: z.ZodString;
|
|
920
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
921
|
+
statusId: z.ZodString;
|
|
922
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
923
|
+
creatorId: z.ZodString;
|
|
924
|
+
position: z.ZodNumber;
|
|
925
|
+
priority: z.ZodEnum<{
|
|
926
|
+
low: "low";
|
|
927
|
+
medium: "medium";
|
|
928
|
+
high: "high";
|
|
929
|
+
}>;
|
|
930
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
931
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
932
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
933
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
934
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
935
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
936
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
937
|
+
createdAt: z.ZodString;
|
|
938
|
+
updatedAt: z.ZodString;
|
|
939
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
940
|
+
id: z.ZodString;
|
|
941
|
+
key: z.ZodString;
|
|
942
|
+
name: z.ZodString;
|
|
943
|
+
description: z.ZodNullable<z.ZodString>;
|
|
944
|
+
position: z.ZodNumber;
|
|
945
|
+
color: z.ZodNullable<z.ZodString>;
|
|
946
|
+
isActive: z.ZodBoolean;
|
|
947
|
+
isDefault: z.ZodBoolean;
|
|
948
|
+
createdAt: z.ZodString;
|
|
949
|
+
updatedAt: z.ZodString;
|
|
950
|
+
}, z.core.$strict>>>;
|
|
951
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
952
|
+
id: z.ZodString;
|
|
953
|
+
name: z.ZodString;
|
|
954
|
+
description: z.ZodNullable<z.ZodString>;
|
|
955
|
+
}, z.core.$strict>>>;
|
|
956
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
957
|
+
id: z.ZodString;
|
|
958
|
+
name: z.ZodString;
|
|
959
|
+
email: z.ZodString;
|
|
960
|
+
role: z.ZodString;
|
|
961
|
+
}, z.core.$strict>>>;
|
|
962
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
963
|
+
id: z.ZodString;
|
|
964
|
+
title: z.ZodString;
|
|
965
|
+
slug: z.ZodString;
|
|
966
|
+
type: z.ZodNullable<z.ZodString>;
|
|
967
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
968
|
+
status: z.ZodNullable<z.ZodString>;
|
|
969
|
+
}, z.core.$strict>>>;
|
|
970
|
+
}, z.core.$strict>;
|
|
971
|
+
/**
|
|
972
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response type
|
|
973
|
+
*/
|
|
974
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema>;
|
|
975
|
+
/**
|
|
976
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 400 response schema
|
|
977
|
+
*/
|
|
978
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400Schema: z.ZodVoid;
|
|
979
|
+
/**
|
|
980
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 400 response type
|
|
981
|
+
*/
|
|
982
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400Schema>;
|
|
983
|
+
/**
|
|
984
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response schema
|
|
985
|
+
*/
|
|
986
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema: z.ZodObject<{
|
|
987
|
+
message: z.ZodString;
|
|
988
|
+
}, z.core.$strict>;
|
|
989
|
+
/**
|
|
990
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response type
|
|
991
|
+
*/
|
|
992
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema>;
|
|
993
|
+
/**
|
|
994
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response schema
|
|
995
|
+
*/
|
|
996
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema: z.ZodObject<{
|
|
997
|
+
error: z.ZodString;
|
|
998
|
+
}, z.core.$strict>;
|
|
999
|
+
/**
|
|
1000
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response type
|
|
1001
|
+
*/
|
|
1002
|
+
export type IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Attach artifact reference on task
|
|
1005
|
+
*/
|
|
1006
|
+
export declare const PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts: {
|
|
1007
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts";
|
|
1008
|
+
readonly method: "POST";
|
|
1009
|
+
readonly params: z.ZodObject<{
|
|
1010
|
+
organizationId: z.ZodString;
|
|
1011
|
+
taskId: z.ZodString;
|
|
1012
|
+
}, z.core.$strip>;
|
|
1013
|
+
readonly requestBody: z.ZodObject<{
|
|
1014
|
+
action: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1015
|
+
artifactId: z.ZodString;
|
|
1016
|
+
clip: z.ZodOptional<z.ZodObject<{
|
|
1017
|
+
x: z.ZodNumber;
|
|
1018
|
+
y: z.ZodNumber;
|
|
1019
|
+
width: z.ZodNumber;
|
|
1020
|
+
height: z.ZodNumber;
|
|
1021
|
+
}, z.core.$strict>>;
|
|
1022
|
+
}, z.core.$strict>;
|
|
1023
|
+
readonly responses: {
|
|
1024
|
+
readonly 200: z.ZodObject<{
|
|
1025
|
+
id: z.ZodString;
|
|
1026
|
+
title: z.ZodString;
|
|
1027
|
+
slug: z.ZodString;
|
|
1028
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1029
|
+
projectId: z.ZodString;
|
|
1030
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1031
|
+
statusId: z.ZodString;
|
|
1032
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1033
|
+
creatorId: z.ZodString;
|
|
1034
|
+
position: z.ZodNumber;
|
|
1035
|
+
priority: z.ZodEnum<{
|
|
1036
|
+
low: "low";
|
|
1037
|
+
medium: "medium";
|
|
1038
|
+
high: "high";
|
|
1039
|
+
}>;
|
|
1040
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1041
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1042
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1043
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1044
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1045
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1046
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1047
|
+
createdAt: z.ZodString;
|
|
1048
|
+
updatedAt: z.ZodString;
|
|
1049
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1050
|
+
id: z.ZodString;
|
|
1051
|
+
key: z.ZodString;
|
|
1052
|
+
name: z.ZodString;
|
|
1053
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1054
|
+
position: z.ZodNumber;
|
|
1055
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1056
|
+
isActive: z.ZodBoolean;
|
|
1057
|
+
isDefault: z.ZodBoolean;
|
|
1058
|
+
createdAt: z.ZodString;
|
|
1059
|
+
updatedAt: z.ZodString;
|
|
1060
|
+
}, z.core.$strict>>>;
|
|
1061
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1062
|
+
id: z.ZodString;
|
|
1063
|
+
name: z.ZodString;
|
|
1064
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1065
|
+
}, z.core.$strict>>>;
|
|
1066
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1067
|
+
id: z.ZodString;
|
|
1068
|
+
name: z.ZodString;
|
|
1069
|
+
email: z.ZodString;
|
|
1070
|
+
role: z.ZodString;
|
|
1071
|
+
}, z.core.$strict>>>;
|
|
1072
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1073
|
+
id: z.ZodString;
|
|
1074
|
+
title: z.ZodString;
|
|
1075
|
+
slug: z.ZodString;
|
|
1076
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1077
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1078
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1079
|
+
}, z.core.$strict>>>;
|
|
1080
|
+
}, z.core.$strict>;
|
|
1081
|
+
readonly 400: z.ZodVoid;
|
|
1082
|
+
readonly 404: z.ZodObject<{
|
|
1083
|
+
message: z.ZodString;
|
|
1084
|
+
}, z.core.$strict>;
|
|
1085
|
+
readonly 500: z.ZodObject<{
|
|
1086
|
+
error: z.ZodString;
|
|
1087
|
+
}, z.core.$strict>;
|
|
1088
|
+
};
|
|
1089
|
+
};
|
|
1090
|
+
/**
|
|
1091
|
+
* PostApiV1OrganizationsorganizationIdTaskstaskIdArtifacts comprehensive path type for use with OpenapiClient.request()
|
|
1092
|
+
*/
|
|
1093
|
+
export interface IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsPath {
|
|
1094
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts';
|
|
1095
|
+
params: IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters;
|
|
1096
|
+
body?: IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBody;
|
|
1097
|
+
response: IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200;
|
|
1098
|
+
error?: IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400 | IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 | IPostApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500;
|
|
1099
|
+
}
|
|
1100
|
+
/**
|
|
1101
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters schema
|
|
1102
|
+
*/
|
|
1103
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema: z.ZodObject<{
|
|
1104
|
+
organizationId: z.ZodString;
|
|
1105
|
+
taskId: z.ZodString;
|
|
1106
|
+
}, z.core.$strip>;
|
|
1107
|
+
/**
|
|
1108
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts path parameters type
|
|
1109
|
+
*/
|
|
1110
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParametersSchema>;
|
|
1111
|
+
/**
|
|
1112
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts request body schema
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBodySchema: z.ZodObject<{
|
|
1115
|
+
action: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
|
|
1116
|
+
artifactId: z.ZodString;
|
|
1117
|
+
}, z.core.$strict>;
|
|
1118
|
+
/**
|
|
1119
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts request body type
|
|
1120
|
+
*/
|
|
1121
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBodySchema>;
|
|
1122
|
+
/**
|
|
1123
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response schema
|
|
1124
|
+
*/
|
|
1125
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema: z.ZodObject<{
|
|
1126
|
+
id: z.ZodString;
|
|
1127
|
+
title: z.ZodString;
|
|
1128
|
+
slug: z.ZodString;
|
|
1129
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1130
|
+
projectId: z.ZodString;
|
|
1131
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1132
|
+
statusId: z.ZodString;
|
|
1133
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1134
|
+
creatorId: z.ZodString;
|
|
1135
|
+
position: z.ZodNumber;
|
|
1136
|
+
priority: z.ZodEnum<{
|
|
1137
|
+
low: "low";
|
|
1138
|
+
medium: "medium";
|
|
1139
|
+
high: "high";
|
|
1140
|
+
}>;
|
|
1141
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1142
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1143
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1144
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1145
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1146
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1147
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1148
|
+
createdAt: z.ZodString;
|
|
1149
|
+
updatedAt: z.ZodString;
|
|
1150
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1151
|
+
id: z.ZodString;
|
|
1152
|
+
key: z.ZodString;
|
|
1153
|
+
name: z.ZodString;
|
|
1154
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1155
|
+
position: z.ZodNumber;
|
|
1156
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1157
|
+
isActive: z.ZodBoolean;
|
|
1158
|
+
isDefault: z.ZodBoolean;
|
|
1159
|
+
createdAt: z.ZodString;
|
|
1160
|
+
updatedAt: z.ZodString;
|
|
1161
|
+
}, z.core.$strict>>>;
|
|
1162
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1163
|
+
id: z.ZodString;
|
|
1164
|
+
name: z.ZodString;
|
|
1165
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1166
|
+
}, z.core.$strict>>>;
|
|
1167
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1168
|
+
id: z.ZodString;
|
|
1169
|
+
name: z.ZodString;
|
|
1170
|
+
email: z.ZodString;
|
|
1171
|
+
role: z.ZodString;
|
|
1172
|
+
}, z.core.$strict>>>;
|
|
1173
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1174
|
+
id: z.ZodString;
|
|
1175
|
+
title: z.ZodString;
|
|
1176
|
+
slug: z.ZodString;
|
|
1177
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1178
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1179
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1180
|
+
}, z.core.$strict>>>;
|
|
1181
|
+
}, z.core.$strict>;
|
|
1182
|
+
/**
|
|
1183
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 200 response type
|
|
1184
|
+
*/
|
|
1185
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200Schema>;
|
|
1186
|
+
/**
|
|
1187
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 400 response schema
|
|
1188
|
+
*/
|
|
1189
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400Schema: z.ZodVoid;
|
|
1190
|
+
/**
|
|
1191
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 400 response type
|
|
1192
|
+
*/
|
|
1193
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400Schema>;
|
|
1194
|
+
/**
|
|
1195
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response schema
|
|
1196
|
+
*/
|
|
1197
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema: z.ZodObject<{
|
|
1198
|
+
message: z.ZodString;
|
|
1199
|
+
}, z.core.$strict>;
|
|
1200
|
+
/**
|
|
1201
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 404 response type
|
|
1202
|
+
*/
|
|
1203
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404Schema>;
|
|
1204
|
+
/**
|
|
1205
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response schema
|
|
1206
|
+
*/
|
|
1207
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema: z.ZodObject<{
|
|
1208
|
+
error: z.ZodString;
|
|
1209
|
+
}, z.core.$strict>;
|
|
1210
|
+
/**
|
|
1211
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts 500 response type
|
|
1212
|
+
*/
|
|
1213
|
+
export type IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500Schema>;
|
|
1214
|
+
/**
|
|
1215
|
+
* Attach or detach artifact reference on task
|
|
1216
|
+
*/
|
|
1217
|
+
export declare const PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts: {
|
|
1218
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts";
|
|
1219
|
+
readonly method: "PATCH";
|
|
1220
|
+
readonly params: z.ZodObject<{
|
|
1221
|
+
organizationId: z.ZodString;
|
|
1222
|
+
taskId: z.ZodString;
|
|
1223
|
+
}, z.core.$strip>;
|
|
1224
|
+
readonly requestBody: z.ZodObject<{
|
|
1225
|
+
action: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
|
|
1226
|
+
artifactId: z.ZodString;
|
|
1227
|
+
}, z.core.$strict>;
|
|
1228
|
+
readonly responses: {
|
|
1229
|
+
readonly 200: z.ZodObject<{
|
|
1230
|
+
id: z.ZodString;
|
|
1231
|
+
title: z.ZodString;
|
|
1232
|
+
slug: z.ZodString;
|
|
1233
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1234
|
+
projectId: z.ZodString;
|
|
1235
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1236
|
+
statusId: z.ZodString;
|
|
1237
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1238
|
+
creatorId: z.ZodString;
|
|
1239
|
+
position: z.ZodNumber;
|
|
1240
|
+
priority: z.ZodEnum<{
|
|
1241
|
+
low: "low";
|
|
1242
|
+
medium: "medium";
|
|
1243
|
+
high: "high";
|
|
1244
|
+
}>;
|
|
1245
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1246
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1247
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1248
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1249
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1250
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1251
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1252
|
+
createdAt: z.ZodString;
|
|
1253
|
+
updatedAt: z.ZodString;
|
|
1254
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1255
|
+
id: z.ZodString;
|
|
1256
|
+
key: z.ZodString;
|
|
1257
|
+
name: z.ZodString;
|
|
1258
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1259
|
+
position: z.ZodNumber;
|
|
1260
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1261
|
+
isActive: z.ZodBoolean;
|
|
1262
|
+
isDefault: z.ZodBoolean;
|
|
1263
|
+
createdAt: z.ZodString;
|
|
1264
|
+
updatedAt: z.ZodString;
|
|
1265
|
+
}, z.core.$strict>>>;
|
|
1266
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1267
|
+
id: z.ZodString;
|
|
1268
|
+
name: z.ZodString;
|
|
1269
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1270
|
+
}, z.core.$strict>>>;
|
|
1271
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1272
|
+
id: z.ZodString;
|
|
1273
|
+
name: z.ZodString;
|
|
1274
|
+
email: z.ZodString;
|
|
1275
|
+
role: z.ZodString;
|
|
1276
|
+
}, z.core.$strict>>>;
|
|
1277
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1278
|
+
id: z.ZodString;
|
|
1279
|
+
title: z.ZodString;
|
|
1280
|
+
slug: z.ZodString;
|
|
1281
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1282
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1283
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1284
|
+
}, z.core.$strict>>>;
|
|
1285
|
+
}, z.core.$strict>;
|
|
1286
|
+
readonly 400: z.ZodVoid;
|
|
1287
|
+
readonly 404: z.ZodObject<{
|
|
1288
|
+
message: z.ZodString;
|
|
1289
|
+
}, z.core.$strict>;
|
|
1290
|
+
readonly 500: z.ZodObject<{
|
|
1291
|
+
error: z.ZodString;
|
|
1292
|
+
}, z.core.$strict>;
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
/**
|
|
1296
|
+
* PatchApiV1OrganizationsorganizationIdTaskstaskIdArtifacts comprehensive path type for use with OpenapiClient.request()
|
|
1297
|
+
*/
|
|
1298
|
+
export interface IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsPath {
|
|
1299
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts';
|
|
1300
|
+
params: IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsParameters;
|
|
1301
|
+
body?: IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsRequestBody;
|
|
1302
|
+
response: IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse200;
|
|
1303
|
+
error?: IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse400 | IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse404 | IPatchApiV1OrganizationsorganizationIdTaskstaskIdArtifactsResponse500;
|
|
1304
|
+
}
|
|
1305
|
+
/**
|
|
1306
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload path parameters schema
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadParametersSchema: z.ZodObject<{
|
|
1309
|
+
organizationId: z.ZodString;
|
|
1310
|
+
taskId: z.ZodString;
|
|
1311
|
+
}, z.core.$strip>;
|
|
1312
|
+
/**
|
|
1313
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload path parameters type
|
|
1314
|
+
*/
|
|
1315
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadParametersSchema>;
|
|
1316
|
+
/**
|
|
1317
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload query parameters schema
|
|
1318
|
+
*/
|
|
1319
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadQuerySchema: z.ZodObject<{
|
|
1320
|
+
key: z.ZodString;
|
|
1321
|
+
}, z.core.$strip>;
|
|
1322
|
+
/**
|
|
1323
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload query parameters type
|
|
1324
|
+
*/
|
|
1325
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadQuerySchema>;
|
|
1326
|
+
/**
|
|
1327
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 200 response schema
|
|
1328
|
+
*/
|
|
1329
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse200Schema: z.ZodObject<{
|
|
1330
|
+
url: z.ZodString;
|
|
1331
|
+
expiresIn: z.ZodNumber;
|
|
1332
|
+
}, z.core.$strict>;
|
|
1333
|
+
/**
|
|
1334
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 200 response type
|
|
1335
|
+
*/
|
|
1336
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse200Schema>;
|
|
1337
|
+
/**
|
|
1338
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 400 response schema
|
|
1339
|
+
*/
|
|
1340
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse400Schema: z.ZodVoid;
|
|
1341
|
+
/**
|
|
1342
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 400 response type
|
|
1343
|
+
*/
|
|
1344
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse400 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse400Schema>;
|
|
1345
|
+
/**
|
|
1346
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 404 response schema
|
|
1347
|
+
*/
|
|
1348
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse404Schema: z.ZodObject<{
|
|
1349
|
+
message: z.ZodString;
|
|
1350
|
+
}, z.core.$strict>;
|
|
1351
|
+
/**
|
|
1352
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 404 response type
|
|
1353
|
+
*/
|
|
1354
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse404Schema>;
|
|
1355
|
+
/**
|
|
1356
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 500 response schema
|
|
1357
|
+
*/
|
|
1358
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse500Schema: z.ZodObject<{
|
|
1359
|
+
error: z.ZodString;
|
|
1360
|
+
}, z.core.$strict>;
|
|
1361
|
+
/**
|
|
1362
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload 500 response type
|
|
1363
|
+
*/
|
|
1364
|
+
export type IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse500Schema>;
|
|
1365
|
+
/**
|
|
1366
|
+
* Get artifact download URL
|
|
1367
|
+
*/
|
|
1368
|
+
export declare const GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload: {
|
|
1369
|
+
readonly path: "/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts/download";
|
|
1370
|
+
readonly method: "GET";
|
|
1371
|
+
readonly params: z.ZodObject<{
|
|
1372
|
+
organizationId: z.ZodString;
|
|
1373
|
+
taskId: z.ZodString;
|
|
1374
|
+
}, z.core.$strip>;
|
|
1375
|
+
readonly query: z.ZodObject<{
|
|
1376
|
+
key: z.ZodString;
|
|
1377
|
+
}, z.core.$strip>;
|
|
1378
|
+
readonly responses: {
|
|
1379
|
+
readonly 200: z.ZodObject<{
|
|
1380
|
+
url: z.ZodString;
|
|
1381
|
+
expiresIn: z.ZodNumber;
|
|
1382
|
+
}, z.core.$strict>;
|
|
1383
|
+
readonly 400: z.ZodVoid;
|
|
1384
|
+
readonly 404: z.ZodObject<{
|
|
1385
|
+
message: z.ZodString;
|
|
1386
|
+
}, z.core.$strict>;
|
|
1387
|
+
readonly 500: z.ZodObject<{
|
|
1388
|
+
error: z.ZodString;
|
|
1389
|
+
}, z.core.$strict>;
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1392
|
+
/**
|
|
1393
|
+
* GetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownload comprehensive path type for use with OpenapiClient.request()
|
|
1394
|
+
*/
|
|
1395
|
+
export interface IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadPath {
|
|
1396
|
+
path: '/api/v1/organizations/{organizationId}/tasks/{taskId}/artifacts/download';
|
|
1397
|
+
params: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadParameters;
|
|
1398
|
+
query?: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadQuery;
|
|
1399
|
+
response: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse200;
|
|
1400
|
+
error?: IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse400 | IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse404 | IGetApiV1OrganizationsorganizationIdTaskstaskIdArtifactsDownloadResponse500;
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder path parameters schema
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderParametersSchema: z.ZodObject<{
|
|
1406
|
+
organizationId: z.ZodString;
|
|
1407
|
+
statusId: z.ZodString;
|
|
1408
|
+
}, z.core.$strip>;
|
|
1409
|
+
/**
|
|
1410
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder path parameters type
|
|
1411
|
+
*/
|
|
1412
|
+
export type IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderParametersSchema>;
|
|
1413
|
+
/**
|
|
1414
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder request body schema
|
|
1415
|
+
*/
|
|
1416
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderRequestBodySchema: z.ZodObject<{
|
|
1417
|
+
taskIds: z.ZodArray<z.ZodString>;
|
|
1418
|
+
}, z.core.$strict>;
|
|
1419
|
+
/**
|
|
1420
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder request body type
|
|
1421
|
+
*/
|
|
1422
|
+
export type IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderRequestBodySchema>;
|
|
1423
|
+
/**
|
|
1424
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 200 response schema
|
|
1425
|
+
*/
|
|
1426
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse200Schema: z.ZodObject<{
|
|
1427
|
+
message: z.ZodString;
|
|
1428
|
+
}, z.core.$strict>;
|
|
1429
|
+
/**
|
|
1430
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 200 response type
|
|
1431
|
+
*/
|
|
1432
|
+
export type IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse200Schema>;
|
|
1433
|
+
/**
|
|
1434
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 400 response schema
|
|
1435
|
+
*/
|
|
1436
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse400Schema: z.ZodVoid;
|
|
1437
|
+
/**
|
|
1438
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 400 response type
|
|
1439
|
+
*/
|
|
1440
|
+
export type IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse400Schema>;
|
|
1441
|
+
/**
|
|
1442
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 500 response schema
|
|
1443
|
+
*/
|
|
1444
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse500Schema: z.ZodObject<{
|
|
1445
|
+
error: z.ZodString;
|
|
1446
|
+
}, z.core.$strict>;
|
|
1447
|
+
/**
|
|
1448
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder 500 response type
|
|
1449
|
+
*/
|
|
1450
|
+
export type IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse500Schema>;
|
|
1451
|
+
/**
|
|
1452
|
+
* Reorder tasks
|
|
1453
|
+
*/
|
|
1454
|
+
export declare const PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder: {
|
|
1455
|
+
readonly path: "/api/v1/organizations/{organizationId}/statuses/{statusId}/tasks/reorder";
|
|
1456
|
+
readonly method: "POST";
|
|
1457
|
+
readonly params: z.ZodObject<{
|
|
1458
|
+
organizationId: z.ZodString;
|
|
1459
|
+
statusId: z.ZodString;
|
|
1460
|
+
}, z.core.$strip>;
|
|
1461
|
+
readonly requestBody: z.ZodObject<{
|
|
1462
|
+
taskIds: z.ZodArray<z.ZodString>;
|
|
1463
|
+
}, z.core.$strict>;
|
|
1464
|
+
readonly responses: {
|
|
1465
|
+
readonly 200: z.ZodObject<{
|
|
1466
|
+
message: z.ZodString;
|
|
1467
|
+
}, z.core.$strict>;
|
|
1468
|
+
readonly 400: z.ZodVoid;
|
|
1469
|
+
readonly 500: z.ZodObject<{
|
|
1470
|
+
error: z.ZodString;
|
|
1471
|
+
}, z.core.$strict>;
|
|
1472
|
+
};
|
|
1473
|
+
};
|
|
1474
|
+
/**
|
|
1475
|
+
* PostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorder comprehensive path type for use with OpenapiClient.request()
|
|
1476
|
+
*/
|
|
1477
|
+
export interface IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderPath {
|
|
1478
|
+
path: '/api/v1/organizations/{organizationId}/statuses/{statusId}/tasks/reorder';
|
|
1479
|
+
params: IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderParameters;
|
|
1480
|
+
body?: IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderRequestBody;
|
|
1481
|
+
response: IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse200;
|
|
1482
|
+
error?: IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse400 | IPostApiV1OrganizationsorganizationIdStatusesstatusIdTasksReorderResponse500;
|
|
1483
|
+
}
|
|
1484
|
+
/**
|
|
1485
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks path parameters schema
|
|
1486
|
+
*/
|
|
1487
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksParametersSchema: z.ZodObject<{
|
|
1488
|
+
organizationId: z.ZodString;
|
|
1489
|
+
projectId: z.ZodString;
|
|
1490
|
+
}, z.core.$strip>;
|
|
1491
|
+
/**
|
|
1492
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks path parameters type
|
|
1493
|
+
*/
|
|
1494
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksParametersSchema>;
|
|
1495
|
+
/**
|
|
1496
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks query parameters schema
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksQuerySchema: z.ZodObject<{
|
|
1499
|
+
limit: z.ZodNumber;
|
|
1500
|
+
offset: z.ZodNumber;
|
|
1501
|
+
search: z.ZodOptional<z.ZodString>;
|
|
1502
|
+
sort: z.ZodEnum<{
|
|
1503
|
+
priority: "priority";
|
|
1504
|
+
createdAt: "createdAt";
|
|
1505
|
+
updatedAt: "updatedAt";
|
|
1506
|
+
title: "title";
|
|
1507
|
+
position: "position";
|
|
1508
|
+
dueDate: "dueDate";
|
|
1509
|
+
}>;
|
|
1510
|
+
order: z.ZodEnum<{
|
|
1511
|
+
asc: "asc";
|
|
1512
|
+
desc: "desc";
|
|
1513
|
+
}>;
|
|
1514
|
+
columnId: z.ZodOptional<z.ZodString>;
|
|
1515
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
1516
|
+
statusIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1517
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
assigneeId: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1520
|
+
low: "low";
|
|
1521
|
+
medium: "medium";
|
|
1522
|
+
high: "high";
|
|
1523
|
+
}>>;
|
|
1524
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1525
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1526
|
+
statusFilter: z.ZodEnum<{
|
|
1527
|
+
all: "all";
|
|
1528
|
+
active: "active";
|
|
1529
|
+
}>;
|
|
1530
|
+
}, z.core.$strip>;
|
|
1531
|
+
/**
|
|
1532
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks query parameters type
|
|
1533
|
+
*/
|
|
1534
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksQuerySchema>;
|
|
1535
|
+
/**
|
|
1536
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks 200 response schema
|
|
1537
|
+
*/
|
|
1538
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse200Schema: z.ZodObject<{
|
|
1539
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1540
|
+
id: z.ZodString;
|
|
1541
|
+
title: z.ZodString;
|
|
1542
|
+
slug: z.ZodString;
|
|
1543
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1544
|
+
projectId: z.ZodString;
|
|
1545
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1546
|
+
statusId: z.ZodString;
|
|
1547
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1548
|
+
creatorId: z.ZodString;
|
|
1549
|
+
position: z.ZodNumber;
|
|
1550
|
+
priority: z.ZodEnum<{
|
|
1551
|
+
low: "low";
|
|
1552
|
+
medium: "medium";
|
|
1553
|
+
high: "high";
|
|
1554
|
+
}>;
|
|
1555
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1556
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1557
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1558
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1559
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1560
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1561
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1562
|
+
createdAt: z.ZodString;
|
|
1563
|
+
updatedAt: z.ZodString;
|
|
1564
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1565
|
+
id: z.ZodString;
|
|
1566
|
+
key: z.ZodString;
|
|
1567
|
+
name: z.ZodString;
|
|
1568
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1569
|
+
position: z.ZodNumber;
|
|
1570
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1571
|
+
isActive: z.ZodBoolean;
|
|
1572
|
+
isDefault: z.ZodBoolean;
|
|
1573
|
+
createdAt: z.ZodString;
|
|
1574
|
+
updatedAt: z.ZodString;
|
|
1575
|
+
}, z.core.$strict>>>;
|
|
1576
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1577
|
+
id: z.ZodString;
|
|
1578
|
+
name: z.ZodString;
|
|
1579
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1580
|
+
}, z.core.$strict>>>;
|
|
1581
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1582
|
+
id: z.ZodString;
|
|
1583
|
+
name: z.ZodString;
|
|
1584
|
+
email: z.ZodString;
|
|
1585
|
+
role: z.ZodString;
|
|
1586
|
+
}, z.core.$strict>>>;
|
|
1587
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1588
|
+
id: z.ZodString;
|
|
1589
|
+
title: z.ZodString;
|
|
1590
|
+
slug: z.ZodString;
|
|
1591
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1592
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1593
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1594
|
+
}, z.core.$strict>>>;
|
|
1595
|
+
}, z.core.$strict>>;
|
|
1596
|
+
total: z.ZodNumber;
|
|
1597
|
+
limit: z.ZodNumber;
|
|
1598
|
+
offset: z.ZodNumber;
|
|
1599
|
+
}, z.core.$strict>;
|
|
1600
|
+
/**
|
|
1601
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks 200 response type
|
|
1602
|
+
*/
|
|
1603
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse200Schema>;
|
|
1604
|
+
/**
|
|
1605
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks 500 response schema
|
|
1606
|
+
*/
|
|
1607
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500Schema: z.ZodObject<{
|
|
1608
|
+
error: z.ZodString;
|
|
1609
|
+
}, z.core.$strict>;
|
|
1610
|
+
/**
|
|
1611
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks 500 response type
|
|
1612
|
+
*/
|
|
1613
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500Schema>;
|
|
1614
|
+
/**
|
|
1615
|
+
* List tasks
|
|
1616
|
+
*/
|
|
1617
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks: {
|
|
1618
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks";
|
|
1619
|
+
readonly method: "GET";
|
|
1620
|
+
readonly params: z.ZodObject<{
|
|
1621
|
+
organizationId: z.ZodString;
|
|
1622
|
+
projectId: z.ZodString;
|
|
1623
|
+
}, z.core.$strip>;
|
|
1624
|
+
readonly query: z.ZodObject<{
|
|
1625
|
+
limit: z.ZodNumber;
|
|
1626
|
+
offset: z.ZodNumber;
|
|
1627
|
+
search: z.ZodOptional<z.ZodString>;
|
|
1628
|
+
sort: z.ZodEnum<{
|
|
1629
|
+
priority: "priority";
|
|
1630
|
+
createdAt: "createdAt";
|
|
1631
|
+
updatedAt: "updatedAt";
|
|
1632
|
+
title: "title";
|
|
1633
|
+
position: "position";
|
|
1634
|
+
dueDate: "dueDate";
|
|
1635
|
+
}>;
|
|
1636
|
+
order: z.ZodEnum<{
|
|
1637
|
+
asc: "asc";
|
|
1638
|
+
desc: "desc";
|
|
1639
|
+
}>;
|
|
1640
|
+
columnId: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
1642
|
+
statusIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1643
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
1644
|
+
assigneeId: z.ZodOptional<z.ZodString>;
|
|
1645
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1646
|
+
low: "low";
|
|
1647
|
+
medium: "medium";
|
|
1648
|
+
high: "high";
|
|
1649
|
+
}>>;
|
|
1650
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1651
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1652
|
+
statusFilter: z.ZodEnum<{
|
|
1653
|
+
all: "all";
|
|
1654
|
+
active: "active";
|
|
1655
|
+
}>;
|
|
1656
|
+
}, z.core.$strip>;
|
|
1657
|
+
readonly responses: {
|
|
1658
|
+
readonly 200: z.ZodObject<{
|
|
1659
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1660
|
+
id: z.ZodString;
|
|
1661
|
+
title: z.ZodString;
|
|
1662
|
+
slug: z.ZodString;
|
|
1663
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1664
|
+
projectId: z.ZodString;
|
|
1665
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1666
|
+
statusId: z.ZodString;
|
|
1667
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1668
|
+
creatorId: z.ZodString;
|
|
1669
|
+
position: z.ZodNumber;
|
|
1670
|
+
priority: z.ZodEnum<{
|
|
1671
|
+
low: "low";
|
|
1672
|
+
medium: "medium";
|
|
1673
|
+
high: "high";
|
|
1674
|
+
}>;
|
|
1675
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1676
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1677
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1678
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1679
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1680
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1681
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1682
|
+
createdAt: z.ZodString;
|
|
1683
|
+
updatedAt: z.ZodString;
|
|
1684
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1685
|
+
id: z.ZodString;
|
|
1686
|
+
key: z.ZodString;
|
|
1687
|
+
name: z.ZodString;
|
|
1688
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1689
|
+
position: z.ZodNumber;
|
|
1690
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1691
|
+
isActive: z.ZodBoolean;
|
|
1692
|
+
isDefault: z.ZodBoolean;
|
|
1693
|
+
createdAt: z.ZodString;
|
|
1694
|
+
updatedAt: z.ZodString;
|
|
1695
|
+
}, z.core.$strict>>>;
|
|
1696
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1697
|
+
id: z.ZodString;
|
|
1698
|
+
name: z.ZodString;
|
|
1699
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1700
|
+
}, z.core.$strict>>>;
|
|
1701
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1702
|
+
id: z.ZodString;
|
|
1703
|
+
name: z.ZodString;
|
|
1704
|
+
email: z.ZodString;
|
|
1705
|
+
role: z.ZodString;
|
|
1706
|
+
}, z.core.$strict>>>;
|
|
1707
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1708
|
+
id: z.ZodString;
|
|
1709
|
+
title: z.ZodString;
|
|
1710
|
+
slug: z.ZodString;
|
|
1711
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1712
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1713
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1714
|
+
}, z.core.$strict>>>;
|
|
1715
|
+
}, z.core.$strict>>;
|
|
1716
|
+
total: z.ZodNumber;
|
|
1717
|
+
limit: z.ZodNumber;
|
|
1718
|
+
offset: z.ZodNumber;
|
|
1719
|
+
}, z.core.$strict>;
|
|
1720
|
+
readonly 500: z.ZodObject<{
|
|
1721
|
+
error: z.ZodString;
|
|
1722
|
+
}, z.core.$strict>;
|
|
1723
|
+
};
|
|
1724
|
+
};
|
|
1725
|
+
/**
|
|
1726
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTasks comprehensive path type for use with OpenapiClient.request()
|
|
1727
|
+
*/
|
|
1728
|
+
export interface IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksPath {
|
|
1729
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks';
|
|
1730
|
+
params: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksParameters;
|
|
1731
|
+
query?: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksQuery;
|
|
1732
|
+
response: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse200;
|
|
1733
|
+
error?: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500;
|
|
1734
|
+
}
|
|
1735
|
+
/**
|
|
1736
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks path parameters schema
|
|
1737
|
+
*/
|
|
1738
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksParametersSchema: z.ZodObject<{
|
|
1739
|
+
organizationId: z.ZodString;
|
|
1740
|
+
projectId: z.ZodString;
|
|
1741
|
+
}, z.core.$strip>;
|
|
1742
|
+
/**
|
|
1743
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks path parameters type
|
|
1744
|
+
*/
|
|
1745
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksParametersSchema>;
|
|
1746
|
+
/**
|
|
1747
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks request body schema
|
|
1748
|
+
*/
|
|
1749
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksRequestBodySchema: z.ZodObject<{
|
|
1750
|
+
title: z.ZodString;
|
|
1751
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
1752
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1753
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1754
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1755
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
1756
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1757
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
1758
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1759
|
+
low: "low";
|
|
1760
|
+
medium: "medium";
|
|
1761
|
+
high: "high";
|
|
1762
|
+
}>>;
|
|
1763
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
1764
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1765
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1766
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1767
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
1768
|
+
}, z.core.$strict>;
|
|
1769
|
+
/**
|
|
1770
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks request body type
|
|
1771
|
+
*/
|
|
1772
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksRequestBodySchema>;
|
|
1773
|
+
/**
|
|
1774
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 201 response schema
|
|
1775
|
+
*/
|
|
1776
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse201Schema: z.ZodObject<{
|
|
1777
|
+
id: z.ZodString;
|
|
1778
|
+
title: z.ZodString;
|
|
1779
|
+
slug: z.ZodString;
|
|
1780
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1781
|
+
projectId: z.ZodString;
|
|
1782
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1783
|
+
statusId: z.ZodString;
|
|
1784
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1785
|
+
creatorId: z.ZodString;
|
|
1786
|
+
position: z.ZodNumber;
|
|
1787
|
+
priority: z.ZodEnum<{
|
|
1788
|
+
low: "low";
|
|
1789
|
+
medium: "medium";
|
|
1790
|
+
high: "high";
|
|
1791
|
+
}>;
|
|
1792
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1793
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1794
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1795
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1796
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1797
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1798
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1799
|
+
createdAt: z.ZodString;
|
|
1800
|
+
updatedAt: z.ZodString;
|
|
1801
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1802
|
+
id: z.ZodString;
|
|
1803
|
+
key: z.ZodString;
|
|
1804
|
+
name: z.ZodString;
|
|
1805
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1806
|
+
position: z.ZodNumber;
|
|
1807
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1808
|
+
isActive: z.ZodBoolean;
|
|
1809
|
+
isDefault: z.ZodBoolean;
|
|
1810
|
+
createdAt: z.ZodString;
|
|
1811
|
+
updatedAt: z.ZodString;
|
|
1812
|
+
}, z.core.$strict>>>;
|
|
1813
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1814
|
+
id: z.ZodString;
|
|
1815
|
+
name: z.ZodString;
|
|
1816
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1817
|
+
}, z.core.$strict>>>;
|
|
1818
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1819
|
+
id: z.ZodString;
|
|
1820
|
+
name: z.ZodString;
|
|
1821
|
+
email: z.ZodString;
|
|
1822
|
+
role: z.ZodString;
|
|
1823
|
+
}, z.core.$strict>>>;
|
|
1824
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1825
|
+
id: z.ZodString;
|
|
1826
|
+
title: z.ZodString;
|
|
1827
|
+
slug: z.ZodString;
|
|
1828
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1829
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1830
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1831
|
+
}, z.core.$strict>>>;
|
|
1832
|
+
}, z.core.$strict>;
|
|
1833
|
+
/**
|
|
1834
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 201 response type
|
|
1835
|
+
*/
|
|
1836
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse201Schema>;
|
|
1837
|
+
/**
|
|
1838
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 400 response schema
|
|
1839
|
+
*/
|
|
1840
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse400Schema: z.ZodVoid;
|
|
1841
|
+
/**
|
|
1842
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 400 response type
|
|
1843
|
+
*/
|
|
1844
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse400Schema>;
|
|
1845
|
+
/**
|
|
1846
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 500 response schema
|
|
1847
|
+
*/
|
|
1848
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500Schema: z.ZodObject<{
|
|
1849
|
+
error: z.ZodString;
|
|
1850
|
+
}, z.core.$strict>;
|
|
1851
|
+
/**
|
|
1852
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks 500 response type
|
|
1853
|
+
*/
|
|
1854
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500Schema>;
|
|
1855
|
+
/**
|
|
1856
|
+
* Create task
|
|
1857
|
+
*/
|
|
1858
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks: {
|
|
1859
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks";
|
|
1860
|
+
readonly method: "POST";
|
|
1861
|
+
readonly params: z.ZodObject<{
|
|
1862
|
+
organizationId: z.ZodString;
|
|
1863
|
+
projectId: z.ZodString;
|
|
1864
|
+
}, z.core.$strip>;
|
|
1865
|
+
readonly requestBody: z.ZodObject<{
|
|
1866
|
+
title: z.ZodString;
|
|
1867
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1869
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1870
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1871
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
1872
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1873
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
1874
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1875
|
+
low: "low";
|
|
1876
|
+
medium: "medium";
|
|
1877
|
+
high: "high";
|
|
1878
|
+
}>>;
|
|
1879
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
1880
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1881
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1882
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
1883
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
1884
|
+
}, z.core.$strict>;
|
|
1885
|
+
readonly responses: {
|
|
1886
|
+
readonly 201: z.ZodObject<{
|
|
1887
|
+
id: z.ZodString;
|
|
1888
|
+
title: z.ZodString;
|
|
1889
|
+
slug: z.ZodString;
|
|
1890
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1891
|
+
projectId: z.ZodString;
|
|
1892
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1893
|
+
statusId: z.ZodString;
|
|
1894
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1895
|
+
creatorId: z.ZodString;
|
|
1896
|
+
position: z.ZodNumber;
|
|
1897
|
+
priority: z.ZodEnum<{
|
|
1898
|
+
low: "low";
|
|
1899
|
+
medium: "medium";
|
|
1900
|
+
high: "high";
|
|
1901
|
+
}>;
|
|
1902
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1903
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1904
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1905
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1906
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1907
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1908
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1909
|
+
createdAt: z.ZodString;
|
|
1910
|
+
updatedAt: z.ZodString;
|
|
1911
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1912
|
+
id: z.ZodString;
|
|
1913
|
+
key: z.ZodString;
|
|
1914
|
+
name: z.ZodString;
|
|
1915
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1916
|
+
position: z.ZodNumber;
|
|
1917
|
+
color: z.ZodNullable<z.ZodString>;
|
|
1918
|
+
isActive: z.ZodBoolean;
|
|
1919
|
+
isDefault: z.ZodBoolean;
|
|
1920
|
+
createdAt: z.ZodString;
|
|
1921
|
+
updatedAt: z.ZodString;
|
|
1922
|
+
}, z.core.$strict>>>;
|
|
1923
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1924
|
+
id: z.ZodString;
|
|
1925
|
+
name: z.ZodString;
|
|
1926
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1927
|
+
}, z.core.$strict>>>;
|
|
1928
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1929
|
+
id: z.ZodString;
|
|
1930
|
+
name: z.ZodString;
|
|
1931
|
+
email: z.ZodString;
|
|
1932
|
+
role: z.ZodString;
|
|
1933
|
+
}, z.core.$strict>>>;
|
|
1934
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1935
|
+
id: z.ZodString;
|
|
1936
|
+
title: z.ZodString;
|
|
1937
|
+
slug: z.ZodString;
|
|
1938
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1939
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
1940
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1941
|
+
}, z.core.$strict>>>;
|
|
1942
|
+
}, z.core.$strict>;
|
|
1943
|
+
readonly 400: z.ZodVoid;
|
|
1944
|
+
readonly 500: z.ZodObject<{
|
|
1945
|
+
error: z.ZodString;
|
|
1946
|
+
}, z.core.$strict>;
|
|
1947
|
+
};
|
|
1948
|
+
};
|
|
1949
|
+
/**
|
|
1950
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTasks comprehensive path type for use with OpenapiClient.request()
|
|
1951
|
+
*/
|
|
1952
|
+
export interface IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksPath {
|
|
1953
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks';
|
|
1954
|
+
params: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksParameters;
|
|
1955
|
+
body?: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksRequestBody;
|
|
1956
|
+
response: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse201;
|
|
1957
|
+
error?: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse400 | IPostApiV1OrganizationsorganizationIdProjectsprojectIdTasksResponse500;
|
|
1958
|
+
}
|
|
1959
|
+
/**
|
|
1960
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters schema
|
|
1961
|
+
*/
|
|
1962
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema: z.ZodObject<{
|
|
1963
|
+
organizationId: z.ZodString;
|
|
1964
|
+
projectId: z.ZodString;
|
|
1965
|
+
taskId: z.ZodString;
|
|
1966
|
+
}, z.core.$strip>;
|
|
1967
|
+
/**
|
|
1968
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters type
|
|
1969
|
+
*/
|
|
1970
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema>;
|
|
1971
|
+
/**
|
|
1972
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 200 response schema
|
|
1973
|
+
*/
|
|
1974
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200Schema: z.ZodObject<{
|
|
1975
|
+
id: z.ZodString;
|
|
1976
|
+
title: z.ZodString;
|
|
1977
|
+
slug: z.ZodString;
|
|
1978
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1979
|
+
projectId: z.ZodString;
|
|
1980
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
1981
|
+
statusId: z.ZodString;
|
|
1982
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
1983
|
+
creatorId: z.ZodString;
|
|
1984
|
+
position: z.ZodNumber;
|
|
1985
|
+
priority: z.ZodEnum<{
|
|
1986
|
+
low: "low";
|
|
1987
|
+
medium: "medium";
|
|
1988
|
+
high: "high";
|
|
1989
|
+
}>;
|
|
1990
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
1991
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
1992
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
1993
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1994
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1995
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
1996
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1997
|
+
createdAt: z.ZodString;
|
|
1998
|
+
updatedAt: z.ZodString;
|
|
1999
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2000
|
+
id: z.ZodString;
|
|
2001
|
+
key: z.ZodString;
|
|
2002
|
+
name: z.ZodString;
|
|
2003
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2004
|
+
position: z.ZodNumber;
|
|
2005
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2006
|
+
isActive: z.ZodBoolean;
|
|
2007
|
+
isDefault: z.ZodBoolean;
|
|
2008
|
+
createdAt: z.ZodString;
|
|
2009
|
+
updatedAt: z.ZodString;
|
|
2010
|
+
}, z.core.$strict>>>;
|
|
2011
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2012
|
+
id: z.ZodString;
|
|
2013
|
+
name: z.ZodString;
|
|
2014
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2015
|
+
}, z.core.$strict>>>;
|
|
2016
|
+
assignee: z.ZodNullable<z.ZodObject<{
|
|
2017
|
+
id: z.ZodString;
|
|
2018
|
+
name: z.ZodString;
|
|
2019
|
+
role: z.ZodString;
|
|
2020
|
+
prompt: z.ZodNullable<z.ZodString>;
|
|
2021
|
+
}, z.core.$strict>>;
|
|
2022
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2023
|
+
id: z.ZodString;
|
|
2024
|
+
title: z.ZodString;
|
|
2025
|
+
slug: z.ZodString;
|
|
2026
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2027
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2028
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2029
|
+
}, z.core.$strict>>>;
|
|
2030
|
+
availableMcpTools: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2031
|
+
}, z.core.$strict>;
|
|
2032
|
+
/**
|
|
2033
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 200 response type
|
|
2034
|
+
*/
|
|
2035
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200Schema>;
|
|
2036
|
+
/**
|
|
2037
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response schema
|
|
2038
|
+
*/
|
|
2039
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema: z.ZodObject<{
|
|
2040
|
+
message: z.ZodString;
|
|
2041
|
+
}, z.core.$strict>;
|
|
2042
|
+
/**
|
|
2043
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response type
|
|
2044
|
+
*/
|
|
2045
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema>;
|
|
2046
|
+
/**
|
|
2047
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response schema
|
|
2048
|
+
*/
|
|
2049
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema: z.ZodObject<{
|
|
2050
|
+
error: z.ZodString;
|
|
2051
|
+
}, z.core.$strict>;
|
|
2052
|
+
/**
|
|
2053
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response type
|
|
2054
|
+
*/
|
|
2055
|
+
export type IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema>;
|
|
2056
|
+
/**
|
|
2057
|
+
* Get task by ID or slug
|
|
2058
|
+
*/
|
|
2059
|
+
export declare const GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId: {
|
|
2060
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}";
|
|
2061
|
+
readonly method: "GET";
|
|
2062
|
+
readonly params: z.ZodObject<{
|
|
2063
|
+
organizationId: z.ZodString;
|
|
2064
|
+
projectId: z.ZodString;
|
|
2065
|
+
taskId: z.ZodString;
|
|
2066
|
+
}, z.core.$strip>;
|
|
2067
|
+
readonly responses: {
|
|
2068
|
+
readonly 200: z.ZodObject<{
|
|
2069
|
+
id: z.ZodString;
|
|
2070
|
+
title: z.ZodString;
|
|
2071
|
+
slug: z.ZodString;
|
|
2072
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2073
|
+
projectId: z.ZodString;
|
|
2074
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
2075
|
+
statusId: z.ZodString;
|
|
2076
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
2077
|
+
creatorId: z.ZodString;
|
|
2078
|
+
position: z.ZodNumber;
|
|
2079
|
+
priority: z.ZodEnum<{
|
|
2080
|
+
low: "low";
|
|
2081
|
+
medium: "medium";
|
|
2082
|
+
high: "high";
|
|
2083
|
+
}>;
|
|
2084
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
2085
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
2086
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
2087
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2088
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2089
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2090
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
2091
|
+
createdAt: z.ZodString;
|
|
2092
|
+
updatedAt: z.ZodString;
|
|
2093
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2094
|
+
id: z.ZodString;
|
|
2095
|
+
key: z.ZodString;
|
|
2096
|
+
name: z.ZodString;
|
|
2097
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2098
|
+
position: z.ZodNumber;
|
|
2099
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2100
|
+
isActive: z.ZodBoolean;
|
|
2101
|
+
isDefault: z.ZodBoolean;
|
|
2102
|
+
createdAt: z.ZodString;
|
|
2103
|
+
updatedAt: z.ZodString;
|
|
2104
|
+
}, z.core.$strict>>>;
|
|
2105
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2106
|
+
id: z.ZodString;
|
|
2107
|
+
name: z.ZodString;
|
|
2108
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2109
|
+
}, z.core.$strict>>>;
|
|
2110
|
+
assignee: z.ZodNullable<z.ZodObject<{
|
|
2111
|
+
id: z.ZodString;
|
|
2112
|
+
name: z.ZodString;
|
|
2113
|
+
role: z.ZodString;
|
|
2114
|
+
prompt: z.ZodNullable<z.ZodString>;
|
|
2115
|
+
}, z.core.$strict>>;
|
|
2116
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2117
|
+
id: z.ZodString;
|
|
2118
|
+
title: z.ZodString;
|
|
2119
|
+
slug: z.ZodString;
|
|
2120
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2121
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2122
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2123
|
+
}, z.core.$strict>>>;
|
|
2124
|
+
availableMcpTools: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2125
|
+
}, z.core.$strict>;
|
|
2126
|
+
readonly 404: z.ZodObject<{
|
|
2127
|
+
message: z.ZodString;
|
|
2128
|
+
}, z.core.$strict>;
|
|
2129
|
+
readonly 500: z.ZodObject<{
|
|
2130
|
+
error: z.ZodString;
|
|
2131
|
+
}, z.core.$strict>;
|
|
2132
|
+
};
|
|
2133
|
+
};
|
|
2134
|
+
/**
|
|
2135
|
+
* GetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId comprehensive path type for use with OpenapiClient.request()
|
|
2136
|
+
*/
|
|
2137
|
+
export interface IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdPath {
|
|
2138
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}';
|
|
2139
|
+
params: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters;
|
|
2140
|
+
response: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200;
|
|
2141
|
+
error?: IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 | IGetApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500;
|
|
2142
|
+
}
|
|
2143
|
+
/**
|
|
2144
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters schema
|
|
2145
|
+
*/
|
|
2146
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema: z.ZodObject<{
|
|
2147
|
+
organizationId: z.ZodString;
|
|
2148
|
+
projectId: z.ZodString;
|
|
2149
|
+
taskId: z.ZodString;
|
|
2150
|
+
}, z.core.$strip>;
|
|
2151
|
+
/**
|
|
2152
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters type
|
|
2153
|
+
*/
|
|
2154
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema>;
|
|
2155
|
+
/**
|
|
2156
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId request body schema
|
|
2157
|
+
*/
|
|
2158
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdRequestBodySchema: z.ZodObject<{
|
|
2159
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2160
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
2161
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2162
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2163
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
2164
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2165
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
2166
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
2167
|
+
low: "low";
|
|
2168
|
+
medium: "medium";
|
|
2169
|
+
high: "high";
|
|
2170
|
+
}>>;
|
|
2171
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
2172
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2173
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2174
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2175
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
2176
|
+
}, z.core.$strict>;
|
|
2177
|
+
/**
|
|
2178
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId request body type
|
|
2179
|
+
*/
|
|
2180
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdRequestBodySchema>;
|
|
2181
|
+
/**
|
|
2182
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 200 response schema
|
|
2183
|
+
*/
|
|
2184
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200Schema: z.ZodObject<{
|
|
2185
|
+
id: z.ZodString;
|
|
2186
|
+
title: z.ZodString;
|
|
2187
|
+
slug: z.ZodString;
|
|
2188
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2189
|
+
projectId: z.ZodString;
|
|
2190
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
2191
|
+
statusId: z.ZodString;
|
|
2192
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
2193
|
+
creatorId: z.ZodString;
|
|
2194
|
+
position: z.ZodNumber;
|
|
2195
|
+
priority: z.ZodEnum<{
|
|
2196
|
+
low: "low";
|
|
2197
|
+
medium: "medium";
|
|
2198
|
+
high: "high";
|
|
2199
|
+
}>;
|
|
2200
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
2201
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
2202
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
2203
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2204
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2205
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2206
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
2207
|
+
createdAt: z.ZodString;
|
|
2208
|
+
updatedAt: z.ZodString;
|
|
2209
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2210
|
+
id: z.ZodString;
|
|
2211
|
+
key: z.ZodString;
|
|
2212
|
+
name: z.ZodString;
|
|
2213
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2214
|
+
position: z.ZodNumber;
|
|
2215
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2216
|
+
isActive: z.ZodBoolean;
|
|
2217
|
+
isDefault: z.ZodBoolean;
|
|
2218
|
+
createdAt: z.ZodString;
|
|
2219
|
+
updatedAt: z.ZodString;
|
|
2220
|
+
}, z.core.$strict>>>;
|
|
2221
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2222
|
+
id: z.ZodString;
|
|
2223
|
+
name: z.ZodString;
|
|
2224
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2225
|
+
}, z.core.$strict>>>;
|
|
2226
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2227
|
+
id: z.ZodString;
|
|
2228
|
+
name: z.ZodString;
|
|
2229
|
+
email: z.ZodString;
|
|
2230
|
+
role: z.ZodString;
|
|
2231
|
+
}, z.core.$strict>>>;
|
|
2232
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2233
|
+
id: z.ZodString;
|
|
2234
|
+
title: z.ZodString;
|
|
2235
|
+
slug: z.ZodString;
|
|
2236
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2237
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2238
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2239
|
+
}, z.core.$strict>>>;
|
|
2240
|
+
}, z.core.$strict>;
|
|
2241
|
+
/**
|
|
2242
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 200 response type
|
|
2243
|
+
*/
|
|
2244
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200Schema>;
|
|
2245
|
+
/**
|
|
2246
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 400 response schema
|
|
2247
|
+
*/
|
|
2248
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse400Schema: z.ZodVoid;
|
|
2249
|
+
/**
|
|
2250
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 400 response type
|
|
2251
|
+
*/
|
|
2252
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse400Schema>;
|
|
2253
|
+
/**
|
|
2254
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response schema
|
|
2255
|
+
*/
|
|
2256
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema: z.ZodObject<{
|
|
2257
|
+
message: z.ZodString;
|
|
2258
|
+
}, z.core.$strict>;
|
|
2259
|
+
/**
|
|
2260
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response type
|
|
2261
|
+
*/
|
|
2262
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema>;
|
|
2263
|
+
/**
|
|
2264
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response schema
|
|
2265
|
+
*/
|
|
2266
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema: z.ZodObject<{
|
|
2267
|
+
error: z.ZodString;
|
|
2268
|
+
}, z.core.$strict>;
|
|
2269
|
+
/**
|
|
2270
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response type
|
|
2271
|
+
*/
|
|
2272
|
+
export type IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema>;
|
|
2273
|
+
/**
|
|
2274
|
+
* Update task
|
|
2275
|
+
*/
|
|
2276
|
+
export declare const PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId: {
|
|
2277
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}";
|
|
2278
|
+
readonly method: "PATCH";
|
|
2279
|
+
readonly params: z.ZodObject<{
|
|
2280
|
+
organizationId: z.ZodString;
|
|
2281
|
+
projectId: z.ZodString;
|
|
2282
|
+
taskId: z.ZodString;
|
|
2283
|
+
}, z.core.$strip>;
|
|
2284
|
+
readonly requestBody: z.ZodObject<{
|
|
2285
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2286
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
2287
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2288
|
+
workUnitId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2289
|
+
statusId: z.ZodOptional<z.ZodString>;
|
|
2290
|
+
assigneeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2291
|
+
position: z.ZodOptional<z.ZodNumber>;
|
|
2292
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
2293
|
+
low: "low";
|
|
2294
|
+
medium: "medium";
|
|
2295
|
+
high: "high";
|
|
2296
|
+
}>>;
|
|
2297
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
|
|
2298
|
+
acceptanceCriteria: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2299
|
+
devInfo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2300
|
+
testCases: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>>;
|
|
2301
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
2302
|
+
}, z.core.$strict>;
|
|
2303
|
+
readonly responses: {
|
|
2304
|
+
readonly 200: z.ZodObject<{
|
|
2305
|
+
id: z.ZodString;
|
|
2306
|
+
title: z.ZodString;
|
|
2307
|
+
slug: z.ZodString;
|
|
2308
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2309
|
+
projectId: z.ZodString;
|
|
2310
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
2311
|
+
statusId: z.ZodString;
|
|
2312
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
2313
|
+
creatorId: z.ZodString;
|
|
2314
|
+
position: z.ZodNumber;
|
|
2315
|
+
priority: z.ZodEnum<{
|
|
2316
|
+
low: "low";
|
|
2317
|
+
medium: "medium";
|
|
2318
|
+
high: "high";
|
|
2319
|
+
}>;
|
|
2320
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
2321
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
2322
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
2323
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2324
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2325
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2326
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
2327
|
+
createdAt: z.ZodString;
|
|
2328
|
+
updatedAt: z.ZodString;
|
|
2329
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2330
|
+
id: z.ZodString;
|
|
2331
|
+
key: z.ZodString;
|
|
2332
|
+
name: z.ZodString;
|
|
2333
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2334
|
+
position: z.ZodNumber;
|
|
2335
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2336
|
+
isActive: z.ZodBoolean;
|
|
2337
|
+
isDefault: z.ZodBoolean;
|
|
2338
|
+
createdAt: z.ZodString;
|
|
2339
|
+
updatedAt: z.ZodString;
|
|
2340
|
+
}, z.core.$strict>>>;
|
|
2341
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2342
|
+
id: z.ZodString;
|
|
2343
|
+
name: z.ZodString;
|
|
2344
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2345
|
+
}, z.core.$strict>>>;
|
|
2346
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2347
|
+
id: z.ZodString;
|
|
2348
|
+
name: z.ZodString;
|
|
2349
|
+
email: z.ZodString;
|
|
2350
|
+
role: z.ZodString;
|
|
2351
|
+
}, z.core.$strict>>>;
|
|
2352
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2353
|
+
id: z.ZodString;
|
|
2354
|
+
title: z.ZodString;
|
|
2355
|
+
slug: z.ZodString;
|
|
2356
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2357
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2358
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2359
|
+
}, z.core.$strict>>>;
|
|
2360
|
+
}, z.core.$strict>;
|
|
2361
|
+
readonly 400: z.ZodVoid;
|
|
2362
|
+
readonly 404: z.ZodObject<{
|
|
2363
|
+
message: z.ZodString;
|
|
2364
|
+
}, z.core.$strict>;
|
|
2365
|
+
readonly 500: z.ZodObject<{
|
|
2366
|
+
error: z.ZodString;
|
|
2367
|
+
}, z.core.$strict>;
|
|
2368
|
+
};
|
|
2369
|
+
};
|
|
2370
|
+
/**
|
|
2371
|
+
* PatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId comprehensive path type for use with OpenapiClient.request()
|
|
2372
|
+
*/
|
|
2373
|
+
export interface IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdPath {
|
|
2374
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}';
|
|
2375
|
+
params: IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters;
|
|
2376
|
+
body?: IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdRequestBody;
|
|
2377
|
+
response: IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse200;
|
|
2378
|
+
error?: IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse400 | IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 | IPatchApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500;
|
|
2379
|
+
}
|
|
2380
|
+
/**
|
|
2381
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters schema
|
|
2382
|
+
*/
|
|
2383
|
+
export declare const DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema: z.ZodObject<{
|
|
2384
|
+
organizationId: z.ZodString;
|
|
2385
|
+
projectId: z.ZodString;
|
|
2386
|
+
taskId: z.ZodString;
|
|
2387
|
+
}, z.core.$strip>;
|
|
2388
|
+
/**
|
|
2389
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId path parameters type
|
|
2390
|
+
*/
|
|
2391
|
+
export type IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParametersSchema>;
|
|
2392
|
+
/**
|
|
2393
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 204 response schema
|
|
2394
|
+
*/
|
|
2395
|
+
export declare const DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse204Schema: z.ZodVoid;
|
|
2396
|
+
/**
|
|
2397
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 204 response type
|
|
2398
|
+
*/
|
|
2399
|
+
export type IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse204Schema>;
|
|
2400
|
+
/**
|
|
2401
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response schema
|
|
2402
|
+
*/
|
|
2403
|
+
export declare const DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema: z.ZodObject<{
|
|
2404
|
+
message: z.ZodString;
|
|
2405
|
+
}, z.core.$strict>;
|
|
2406
|
+
/**
|
|
2407
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 404 response type
|
|
2408
|
+
*/
|
|
2409
|
+
export type IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404Schema>;
|
|
2410
|
+
/**
|
|
2411
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response schema
|
|
2412
|
+
*/
|
|
2413
|
+
export declare const DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema: z.ZodObject<{
|
|
2414
|
+
error: z.ZodString;
|
|
2415
|
+
}, z.core.$strict>;
|
|
2416
|
+
/**
|
|
2417
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId 500 response type
|
|
2418
|
+
*/
|
|
2419
|
+
export type IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500Schema>;
|
|
2420
|
+
/**
|
|
2421
|
+
* Delete task
|
|
2422
|
+
*/
|
|
2423
|
+
export declare const DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId: {
|
|
2424
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}";
|
|
2425
|
+
readonly method: "DELETE";
|
|
2426
|
+
readonly params: z.ZodObject<{
|
|
2427
|
+
organizationId: z.ZodString;
|
|
2428
|
+
projectId: z.ZodString;
|
|
2429
|
+
taskId: z.ZodString;
|
|
2430
|
+
}, z.core.$strip>;
|
|
2431
|
+
readonly responses: {
|
|
2432
|
+
readonly 204: z.ZodVoid;
|
|
2433
|
+
readonly 404: z.ZodObject<{
|
|
2434
|
+
message: z.ZodString;
|
|
2435
|
+
}, z.core.$strict>;
|
|
2436
|
+
readonly 500: z.ZodObject<{
|
|
2437
|
+
error: z.ZodString;
|
|
2438
|
+
}, z.core.$strict>;
|
|
2439
|
+
};
|
|
2440
|
+
};
|
|
2441
|
+
/**
|
|
2442
|
+
* DeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskId comprehensive path type for use with OpenapiClient.request()
|
|
2443
|
+
*/
|
|
2444
|
+
export interface IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdPath {
|
|
2445
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}';
|
|
2446
|
+
params: IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdParameters;
|
|
2447
|
+
response: IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse204;
|
|
2448
|
+
error?: IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse404 | IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdResponse500;
|
|
2449
|
+
}
|
|
2450
|
+
/**
|
|
2451
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove path parameters schema
|
|
2452
|
+
*/
|
|
2453
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveParametersSchema: z.ZodObject<{
|
|
2454
|
+
organizationId: z.ZodString;
|
|
2455
|
+
projectId: z.ZodString;
|
|
2456
|
+
taskId: z.ZodString;
|
|
2457
|
+
}, z.core.$strip>;
|
|
2458
|
+
/**
|
|
2459
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove path parameters type
|
|
2460
|
+
*/
|
|
2461
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveParametersSchema>;
|
|
2462
|
+
/**
|
|
2463
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove request body schema
|
|
2464
|
+
*/
|
|
2465
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveRequestBodySchema: z.ZodObject<{
|
|
2466
|
+
columnId: z.ZodString;
|
|
2467
|
+
position: z.ZodNumber;
|
|
2468
|
+
}, z.core.$strict>;
|
|
2469
|
+
/**
|
|
2470
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove request body type
|
|
2471
|
+
*/
|
|
2472
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveRequestBodySchema>;
|
|
2473
|
+
/**
|
|
2474
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 200 response schema
|
|
2475
|
+
*/
|
|
2476
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse200Schema: z.ZodObject<{
|
|
2477
|
+
id: z.ZodString;
|
|
2478
|
+
title: z.ZodString;
|
|
2479
|
+
slug: z.ZodString;
|
|
2480
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2481
|
+
projectId: z.ZodString;
|
|
2482
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
2483
|
+
statusId: z.ZodString;
|
|
2484
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
2485
|
+
creatorId: z.ZodString;
|
|
2486
|
+
position: z.ZodNumber;
|
|
2487
|
+
priority: z.ZodEnum<{
|
|
2488
|
+
low: "low";
|
|
2489
|
+
medium: "medium";
|
|
2490
|
+
high: "high";
|
|
2491
|
+
}>;
|
|
2492
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
2493
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
2494
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
2495
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2496
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2497
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2498
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
2499
|
+
createdAt: z.ZodString;
|
|
2500
|
+
updatedAt: z.ZodString;
|
|
2501
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2502
|
+
id: z.ZodString;
|
|
2503
|
+
key: z.ZodString;
|
|
2504
|
+
name: z.ZodString;
|
|
2505
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2506
|
+
position: z.ZodNumber;
|
|
2507
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2508
|
+
isActive: z.ZodBoolean;
|
|
2509
|
+
isDefault: z.ZodBoolean;
|
|
2510
|
+
createdAt: z.ZodString;
|
|
2511
|
+
updatedAt: z.ZodString;
|
|
2512
|
+
}, z.core.$strict>>>;
|
|
2513
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2514
|
+
id: z.ZodString;
|
|
2515
|
+
name: z.ZodString;
|
|
2516
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2517
|
+
}, z.core.$strict>>>;
|
|
2518
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2519
|
+
id: z.ZodString;
|
|
2520
|
+
name: z.ZodString;
|
|
2521
|
+
email: z.ZodString;
|
|
2522
|
+
role: z.ZodString;
|
|
2523
|
+
}, z.core.$strict>>>;
|
|
2524
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2525
|
+
id: z.ZodString;
|
|
2526
|
+
title: z.ZodString;
|
|
2527
|
+
slug: z.ZodString;
|
|
2528
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2529
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2530
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2531
|
+
}, z.core.$strict>>>;
|
|
2532
|
+
}, z.core.$strict>;
|
|
2533
|
+
/**
|
|
2534
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 200 response type
|
|
2535
|
+
*/
|
|
2536
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse200Schema>;
|
|
2537
|
+
/**
|
|
2538
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 400 response schema
|
|
2539
|
+
*/
|
|
2540
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse400Schema: z.ZodVoid;
|
|
2541
|
+
/**
|
|
2542
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 400 response type
|
|
2543
|
+
*/
|
|
2544
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse400Schema>;
|
|
2545
|
+
/**
|
|
2546
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 404 response schema
|
|
2547
|
+
*/
|
|
2548
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse404Schema: z.ZodObject<{
|
|
2549
|
+
message: z.ZodString;
|
|
2550
|
+
}, z.core.$strict>;
|
|
2551
|
+
/**
|
|
2552
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 404 response type
|
|
2553
|
+
*/
|
|
2554
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse404Schema>;
|
|
2555
|
+
/**
|
|
2556
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 500 response schema
|
|
2557
|
+
*/
|
|
2558
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse500Schema: z.ZodObject<{
|
|
2559
|
+
error: z.ZodString;
|
|
2560
|
+
}, z.core.$strict>;
|
|
2561
|
+
/**
|
|
2562
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove 500 response type
|
|
2563
|
+
*/
|
|
2564
|
+
export type IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse500Schema>;
|
|
2565
|
+
/**
|
|
2566
|
+
* Move task
|
|
2567
|
+
*/
|
|
2568
|
+
export declare const PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove: {
|
|
2569
|
+
readonly path: "/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}/move";
|
|
2570
|
+
readonly method: "POST";
|
|
2571
|
+
readonly params: z.ZodObject<{
|
|
2572
|
+
organizationId: z.ZodString;
|
|
2573
|
+
projectId: z.ZodString;
|
|
2574
|
+
taskId: z.ZodString;
|
|
2575
|
+
}, z.core.$strip>;
|
|
2576
|
+
readonly requestBody: z.ZodObject<{
|
|
2577
|
+
columnId: z.ZodString;
|
|
2578
|
+
position: z.ZodNumber;
|
|
2579
|
+
}, z.core.$strict>;
|
|
2580
|
+
readonly responses: {
|
|
2581
|
+
readonly 200: z.ZodObject<{
|
|
2582
|
+
id: z.ZodString;
|
|
2583
|
+
title: z.ZodString;
|
|
2584
|
+
slug: z.ZodString;
|
|
2585
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2586
|
+
projectId: z.ZodString;
|
|
2587
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
2588
|
+
statusId: z.ZodString;
|
|
2589
|
+
assigneeId: z.ZodNullable<z.ZodString>;
|
|
2590
|
+
creatorId: z.ZodString;
|
|
2591
|
+
position: z.ZodNumber;
|
|
2592
|
+
priority: z.ZodEnum<{
|
|
2593
|
+
low: "low";
|
|
2594
|
+
medium: "medium";
|
|
2595
|
+
high: "high";
|
|
2596
|
+
}>;
|
|
2597
|
+
dueDate: z.ZodNullable<z.ZodString>;
|
|
2598
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
2599
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
2600
|
+
acceptanceCriteria: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2601
|
+
devInfo: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2602
|
+
testCases: z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodAny]>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodAny>]>>;
|
|
2603
|
+
tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
2604
|
+
createdAt: z.ZodString;
|
|
2605
|
+
updatedAt: z.ZodString;
|
|
2606
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2607
|
+
id: z.ZodString;
|
|
2608
|
+
key: z.ZodString;
|
|
2609
|
+
name: z.ZodString;
|
|
2610
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2611
|
+
position: z.ZodNumber;
|
|
2612
|
+
color: z.ZodNullable<z.ZodString>;
|
|
2613
|
+
isActive: z.ZodBoolean;
|
|
2614
|
+
isDefault: z.ZodBoolean;
|
|
2615
|
+
createdAt: z.ZodString;
|
|
2616
|
+
updatedAt: z.ZodString;
|
|
2617
|
+
}, z.core.$strict>>>;
|
|
2618
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2619
|
+
id: z.ZodString;
|
|
2620
|
+
name: z.ZodString;
|
|
2621
|
+
description: z.ZodNullable<z.ZodString>;
|
|
2622
|
+
}, z.core.$strict>>>;
|
|
2623
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2624
|
+
id: z.ZodString;
|
|
2625
|
+
name: z.ZodString;
|
|
2626
|
+
email: z.ZodString;
|
|
2627
|
+
role: z.ZodString;
|
|
2628
|
+
}, z.core.$strict>>>;
|
|
2629
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2630
|
+
id: z.ZodString;
|
|
2631
|
+
title: z.ZodString;
|
|
2632
|
+
slug: z.ZodString;
|
|
2633
|
+
type: z.ZodNullable<z.ZodString>;
|
|
2634
|
+
priority: z.ZodNullable<z.ZodString>;
|
|
2635
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2636
|
+
}, z.core.$strict>>>;
|
|
2637
|
+
}, z.core.$strict>;
|
|
2638
|
+
readonly 400: z.ZodVoid;
|
|
2639
|
+
readonly 404: z.ZodObject<{
|
|
2640
|
+
message: z.ZodString;
|
|
2641
|
+
}, z.core.$strict>;
|
|
2642
|
+
readonly 500: z.ZodObject<{
|
|
2643
|
+
error: z.ZodString;
|
|
2644
|
+
}, z.core.$strict>;
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2647
|
+
/**
|
|
2648
|
+
* PostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMove comprehensive path type for use with OpenapiClient.request()
|
|
2649
|
+
*/
|
|
2650
|
+
export interface IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMovePath {
|
|
2651
|
+
path: '/api/v1/organizations/{organizationId}/projects/{projectId}/tasks/{taskId}/move';
|
|
2652
|
+
params: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveParameters;
|
|
2653
|
+
body?: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveRequestBody;
|
|
2654
|
+
response: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse200;
|
|
2655
|
+
error?: IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse400 | IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse404 | IPostApiV1OrganizationsorganizationIdProjectsprojectIdTaskstaskIdMoveResponse500;
|
|
2656
|
+
}
|
|
2657
|
+
//# sourceMappingURL=tasks.d.ts.map
|