@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,1914 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* activities operations generated from OpenAPI specification
|
|
3
|
+
* @generated This file is auto-generated. Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
/**
|
|
7
|
+
* GetApiV1OrganizationsorganizationIdActivities path parameters schema
|
|
8
|
+
*/
|
|
9
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesParametersSchema: z.ZodObject<{
|
|
10
|
+
organizationId: z.ZodString;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
/**
|
|
13
|
+
* GetApiV1OrganizationsorganizationIdActivities path parameters type
|
|
14
|
+
*/
|
|
15
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesParametersSchema>;
|
|
16
|
+
/**
|
|
17
|
+
* GetApiV1OrganizationsorganizationIdActivities query parameters schema
|
|
18
|
+
*/
|
|
19
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesQuerySchema: z.ZodObject<{
|
|
20
|
+
limit: z.ZodNumber;
|
|
21
|
+
offset: z.ZodNumber;
|
|
22
|
+
activityType: z.ZodOptional<z.ZodEnum<{
|
|
23
|
+
ai_completion: "ai_completion";
|
|
24
|
+
task_created: "task_created";
|
|
25
|
+
task_updated: "task_updated";
|
|
26
|
+
task_completed: "task_completed";
|
|
27
|
+
task_assigned: "task_assigned";
|
|
28
|
+
task_deleted: "task_deleted";
|
|
29
|
+
work_unit_created: "work_unit_created";
|
|
30
|
+
work_unit_updated: "work_unit_updated";
|
|
31
|
+
work_unit_deleted: "work_unit_deleted";
|
|
32
|
+
branch_created: "branch_created";
|
|
33
|
+
collaboration: "collaboration";
|
|
34
|
+
project_created: "project_created";
|
|
35
|
+
project_updated: "project_updated";
|
|
36
|
+
agent_started: "agent_started";
|
|
37
|
+
agent_stopped: "agent_stopped";
|
|
38
|
+
agent_error: "agent_error";
|
|
39
|
+
comment_added: "comment_added";
|
|
40
|
+
device_connected: "device_connected";
|
|
41
|
+
device_disconnected: "device_disconnected";
|
|
42
|
+
member_joined: "member_joined";
|
|
43
|
+
member_left: "member_left";
|
|
44
|
+
}>>;
|
|
45
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
46
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
47
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
48
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
49
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
50
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
51
|
+
sort: z.ZodEnum<{
|
|
52
|
+
createdAt: "createdAt";
|
|
53
|
+
title: "title";
|
|
54
|
+
activityType: "activityType";
|
|
55
|
+
}>;
|
|
56
|
+
order: z.ZodEnum<{
|
|
57
|
+
asc: "asc";
|
|
58
|
+
desc: "desc";
|
|
59
|
+
}>;
|
|
60
|
+
search: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, z.core.$strip>;
|
|
62
|
+
/**
|
|
63
|
+
* GetApiV1OrganizationsorganizationIdActivities query parameters type
|
|
64
|
+
*/
|
|
65
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesQuerySchema>;
|
|
66
|
+
/**
|
|
67
|
+
* GetApiV1OrganizationsorganizationIdActivities 200 response schema
|
|
68
|
+
*/
|
|
69
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesResponse200Schema: z.ZodObject<{
|
|
70
|
+
items: z.ZodArray<z.ZodObject<{
|
|
71
|
+
id: z.ZodString;
|
|
72
|
+
activityType: z.ZodEnum<{
|
|
73
|
+
ai_completion: "ai_completion";
|
|
74
|
+
task_created: "task_created";
|
|
75
|
+
task_updated: "task_updated";
|
|
76
|
+
task_completed: "task_completed";
|
|
77
|
+
task_assigned: "task_assigned";
|
|
78
|
+
task_deleted: "task_deleted";
|
|
79
|
+
work_unit_created: "work_unit_created";
|
|
80
|
+
work_unit_updated: "work_unit_updated";
|
|
81
|
+
work_unit_deleted: "work_unit_deleted";
|
|
82
|
+
branch_created: "branch_created";
|
|
83
|
+
collaboration: "collaboration";
|
|
84
|
+
project_created: "project_created";
|
|
85
|
+
project_updated: "project_updated";
|
|
86
|
+
agent_started: "agent_started";
|
|
87
|
+
agent_stopped: "agent_stopped";
|
|
88
|
+
agent_error: "agent_error";
|
|
89
|
+
comment_added: "comment_added";
|
|
90
|
+
device_connected: "device_connected";
|
|
91
|
+
device_disconnected: "device_disconnected";
|
|
92
|
+
member_joined: "member_joined";
|
|
93
|
+
member_left: "member_left";
|
|
94
|
+
}>;
|
|
95
|
+
title: z.ZodString;
|
|
96
|
+
description: z.ZodNullable<z.ZodString>;
|
|
97
|
+
organizationId: z.ZodString;
|
|
98
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
99
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
100
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
101
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
102
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
103
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
104
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
105
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
106
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
107
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
108
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
109
|
+
low: "low";
|
|
110
|
+
medium: "medium";
|
|
111
|
+
high: "high";
|
|
112
|
+
}>>;
|
|
113
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
114
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
115
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
116
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
117
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
118
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
119
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
121
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
122
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
123
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
124
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
125
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
127
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
129
|
+
}, z.core.$strict>>;
|
|
130
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
131
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
132
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
133
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
134
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
135
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
136
|
+
}, z.core.$strict>>;
|
|
137
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
138
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
139
|
+
createdAt: z.ZodString;
|
|
140
|
+
}, z.core.$strict>>;
|
|
141
|
+
total: z.ZodNumber;
|
|
142
|
+
limit: z.ZodNumber;
|
|
143
|
+
offset: z.ZodNumber;
|
|
144
|
+
}, z.core.$strict>;
|
|
145
|
+
/**
|
|
146
|
+
* GetApiV1OrganizationsorganizationIdActivities 200 response type
|
|
147
|
+
*/
|
|
148
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesResponse200Schema>;
|
|
149
|
+
/**
|
|
150
|
+
* GetApiV1OrganizationsorganizationIdActivities 404 response schema
|
|
151
|
+
*/
|
|
152
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesResponse404Schema: z.ZodObject<{
|
|
153
|
+
message: z.ZodString;
|
|
154
|
+
}, z.core.$strict>;
|
|
155
|
+
/**
|
|
156
|
+
* GetApiV1OrganizationsorganizationIdActivities 404 response type
|
|
157
|
+
*/
|
|
158
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesResponse404Schema>;
|
|
159
|
+
/**
|
|
160
|
+
* GetApiV1OrganizationsorganizationIdActivities 500 response schema
|
|
161
|
+
*/
|
|
162
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesResponse500Schema: z.ZodObject<{
|
|
163
|
+
error: z.ZodString;
|
|
164
|
+
}, z.core.$strict>;
|
|
165
|
+
/**
|
|
166
|
+
* GetApiV1OrganizationsorganizationIdActivities 500 response type
|
|
167
|
+
*/
|
|
168
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesResponse500Schema>;
|
|
169
|
+
/**
|
|
170
|
+
* List activity logs
|
|
171
|
+
*/
|
|
172
|
+
export declare const GetApiV1OrganizationsorganizationIdActivities: {
|
|
173
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities";
|
|
174
|
+
readonly method: "GET";
|
|
175
|
+
readonly params: z.ZodObject<{
|
|
176
|
+
organizationId: z.ZodString;
|
|
177
|
+
}, z.core.$strip>;
|
|
178
|
+
readonly query: z.ZodObject<{
|
|
179
|
+
limit: z.ZodNumber;
|
|
180
|
+
offset: z.ZodNumber;
|
|
181
|
+
activityType: z.ZodOptional<z.ZodEnum<{
|
|
182
|
+
ai_completion: "ai_completion";
|
|
183
|
+
task_created: "task_created";
|
|
184
|
+
task_updated: "task_updated";
|
|
185
|
+
task_completed: "task_completed";
|
|
186
|
+
task_assigned: "task_assigned";
|
|
187
|
+
task_deleted: "task_deleted";
|
|
188
|
+
work_unit_created: "work_unit_created";
|
|
189
|
+
work_unit_updated: "work_unit_updated";
|
|
190
|
+
work_unit_deleted: "work_unit_deleted";
|
|
191
|
+
branch_created: "branch_created";
|
|
192
|
+
collaboration: "collaboration";
|
|
193
|
+
project_created: "project_created";
|
|
194
|
+
project_updated: "project_updated";
|
|
195
|
+
agent_started: "agent_started";
|
|
196
|
+
agent_stopped: "agent_stopped";
|
|
197
|
+
agent_error: "agent_error";
|
|
198
|
+
comment_added: "comment_added";
|
|
199
|
+
device_connected: "device_connected";
|
|
200
|
+
device_disconnected: "device_disconnected";
|
|
201
|
+
member_joined: "member_joined";
|
|
202
|
+
member_left: "member_left";
|
|
203
|
+
}>>;
|
|
204
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
205
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
206
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
207
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
208
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
209
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
210
|
+
sort: z.ZodEnum<{
|
|
211
|
+
createdAt: "createdAt";
|
|
212
|
+
title: "title";
|
|
213
|
+
activityType: "activityType";
|
|
214
|
+
}>;
|
|
215
|
+
order: z.ZodEnum<{
|
|
216
|
+
asc: "asc";
|
|
217
|
+
desc: "desc";
|
|
218
|
+
}>;
|
|
219
|
+
search: z.ZodOptional<z.ZodString>;
|
|
220
|
+
}, z.core.$strip>;
|
|
221
|
+
readonly responses: {
|
|
222
|
+
readonly 200: z.ZodObject<{
|
|
223
|
+
items: z.ZodArray<z.ZodObject<{
|
|
224
|
+
id: z.ZodString;
|
|
225
|
+
activityType: z.ZodEnum<{
|
|
226
|
+
ai_completion: "ai_completion";
|
|
227
|
+
task_created: "task_created";
|
|
228
|
+
task_updated: "task_updated";
|
|
229
|
+
task_completed: "task_completed";
|
|
230
|
+
task_assigned: "task_assigned";
|
|
231
|
+
task_deleted: "task_deleted";
|
|
232
|
+
work_unit_created: "work_unit_created";
|
|
233
|
+
work_unit_updated: "work_unit_updated";
|
|
234
|
+
work_unit_deleted: "work_unit_deleted";
|
|
235
|
+
branch_created: "branch_created";
|
|
236
|
+
collaboration: "collaboration";
|
|
237
|
+
project_created: "project_created";
|
|
238
|
+
project_updated: "project_updated";
|
|
239
|
+
agent_started: "agent_started";
|
|
240
|
+
agent_stopped: "agent_stopped";
|
|
241
|
+
agent_error: "agent_error";
|
|
242
|
+
comment_added: "comment_added";
|
|
243
|
+
device_connected: "device_connected";
|
|
244
|
+
device_disconnected: "device_disconnected";
|
|
245
|
+
member_joined: "member_joined";
|
|
246
|
+
member_left: "member_left";
|
|
247
|
+
}>;
|
|
248
|
+
title: z.ZodString;
|
|
249
|
+
description: z.ZodNullable<z.ZodString>;
|
|
250
|
+
organizationId: z.ZodString;
|
|
251
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
252
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
253
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
254
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
255
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
256
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
257
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
258
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
259
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
260
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
261
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
262
|
+
low: "low";
|
|
263
|
+
medium: "medium";
|
|
264
|
+
high: "high";
|
|
265
|
+
}>>;
|
|
266
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
267
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
268
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
269
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
270
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
271
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
272
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
273
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
274
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
275
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
276
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
277
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
278
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
279
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
280
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
281
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
282
|
+
}, z.core.$strict>>;
|
|
283
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
284
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
285
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
286
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
287
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
288
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
289
|
+
}, z.core.$strict>>;
|
|
290
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
291
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
292
|
+
createdAt: z.ZodString;
|
|
293
|
+
}, z.core.$strict>>;
|
|
294
|
+
total: z.ZodNumber;
|
|
295
|
+
limit: z.ZodNumber;
|
|
296
|
+
offset: z.ZodNumber;
|
|
297
|
+
}, z.core.$strict>;
|
|
298
|
+
readonly 404: z.ZodObject<{
|
|
299
|
+
message: z.ZodString;
|
|
300
|
+
}, z.core.$strict>;
|
|
301
|
+
readonly 500: z.ZodObject<{
|
|
302
|
+
error: z.ZodString;
|
|
303
|
+
}, z.core.$strict>;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
/**
|
|
307
|
+
* GetApiV1OrganizationsorganizationIdActivities comprehensive path type for use with OpenapiClient.request()
|
|
308
|
+
*/
|
|
309
|
+
export interface IGetApiV1OrganizationsorganizationIdActivitiesPath {
|
|
310
|
+
path: '/api/v1/organizations/{organizationId}/activities';
|
|
311
|
+
params: IGetApiV1OrganizationsorganizationIdActivitiesParameters;
|
|
312
|
+
query?: IGetApiV1OrganizationsorganizationIdActivitiesQuery;
|
|
313
|
+
response: IGetApiV1OrganizationsorganizationIdActivitiesResponse200;
|
|
314
|
+
error?: IGetApiV1OrganizationsorganizationIdActivitiesResponse404 | IGetApiV1OrganizationsorganizationIdActivitiesResponse500;
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* PostApiV1OrganizationsorganizationIdActivities path parameters schema
|
|
318
|
+
*/
|
|
319
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesParametersSchema: z.ZodObject<{
|
|
320
|
+
organizationId: z.ZodString;
|
|
321
|
+
}, z.core.$strip>;
|
|
322
|
+
/**
|
|
323
|
+
* PostApiV1OrganizationsorganizationIdActivities path parameters type
|
|
324
|
+
*/
|
|
325
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesParametersSchema>;
|
|
326
|
+
/**
|
|
327
|
+
* PostApiV1OrganizationsorganizationIdActivities request body schema
|
|
328
|
+
*/
|
|
329
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesRequestBodySchema: z.ZodObject<{
|
|
330
|
+
activityType: z.ZodEnum<{
|
|
331
|
+
ai_completion: "ai_completion";
|
|
332
|
+
task_created: "task_created";
|
|
333
|
+
task_updated: "task_updated";
|
|
334
|
+
task_completed: "task_completed";
|
|
335
|
+
task_assigned: "task_assigned";
|
|
336
|
+
task_deleted: "task_deleted";
|
|
337
|
+
work_unit_created: "work_unit_created";
|
|
338
|
+
work_unit_updated: "work_unit_updated";
|
|
339
|
+
work_unit_deleted: "work_unit_deleted";
|
|
340
|
+
branch_created: "branch_created";
|
|
341
|
+
collaboration: "collaboration";
|
|
342
|
+
project_created: "project_created";
|
|
343
|
+
project_updated: "project_updated";
|
|
344
|
+
agent_started: "agent_started";
|
|
345
|
+
agent_stopped: "agent_stopped";
|
|
346
|
+
agent_error: "agent_error";
|
|
347
|
+
comment_added: "comment_added";
|
|
348
|
+
device_connected: "device_connected";
|
|
349
|
+
device_disconnected: "device_disconnected";
|
|
350
|
+
member_joined: "member_joined";
|
|
351
|
+
member_left: "member_left";
|
|
352
|
+
}>;
|
|
353
|
+
title: z.ZodString;
|
|
354
|
+
description: z.ZodOptional<z.ZodString>;
|
|
355
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
356
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
357
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
358
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
359
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
360
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
361
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
362
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
363
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
364
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
365
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
366
|
+
low: "low";
|
|
367
|
+
medium: "medium";
|
|
368
|
+
high: "high";
|
|
369
|
+
}>>;
|
|
370
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
371
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
372
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
373
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
374
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
375
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
376
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
377
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
378
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
379
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
380
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
381
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
382
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
383
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
384
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
385
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
386
|
+
}, z.core.$strict>>;
|
|
387
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
388
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
389
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
390
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
391
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
392
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
393
|
+
}, z.core.$strict>>;
|
|
394
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
395
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
396
|
+
}, z.core.$strict>;
|
|
397
|
+
/**
|
|
398
|
+
* PostApiV1OrganizationsorganizationIdActivities request body type
|
|
399
|
+
*/
|
|
400
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesRequestBodySchema>;
|
|
401
|
+
/**
|
|
402
|
+
* PostApiV1OrganizationsorganizationIdActivities 201 response schema
|
|
403
|
+
*/
|
|
404
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesResponse201Schema: z.ZodObject<{
|
|
405
|
+
id: z.ZodString;
|
|
406
|
+
activityType: z.ZodEnum<{
|
|
407
|
+
ai_completion: "ai_completion";
|
|
408
|
+
task_created: "task_created";
|
|
409
|
+
task_updated: "task_updated";
|
|
410
|
+
task_completed: "task_completed";
|
|
411
|
+
task_assigned: "task_assigned";
|
|
412
|
+
task_deleted: "task_deleted";
|
|
413
|
+
work_unit_created: "work_unit_created";
|
|
414
|
+
work_unit_updated: "work_unit_updated";
|
|
415
|
+
work_unit_deleted: "work_unit_deleted";
|
|
416
|
+
branch_created: "branch_created";
|
|
417
|
+
collaboration: "collaboration";
|
|
418
|
+
project_created: "project_created";
|
|
419
|
+
project_updated: "project_updated";
|
|
420
|
+
agent_started: "agent_started";
|
|
421
|
+
agent_stopped: "agent_stopped";
|
|
422
|
+
agent_error: "agent_error";
|
|
423
|
+
comment_added: "comment_added";
|
|
424
|
+
device_connected: "device_connected";
|
|
425
|
+
device_disconnected: "device_disconnected";
|
|
426
|
+
member_joined: "member_joined";
|
|
427
|
+
member_left: "member_left";
|
|
428
|
+
}>;
|
|
429
|
+
title: z.ZodString;
|
|
430
|
+
description: z.ZodNullable<z.ZodString>;
|
|
431
|
+
organizationId: z.ZodString;
|
|
432
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
433
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
434
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
435
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
436
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
437
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
438
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
439
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
440
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
441
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
442
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
443
|
+
low: "low";
|
|
444
|
+
medium: "medium";
|
|
445
|
+
high: "high";
|
|
446
|
+
}>>;
|
|
447
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
448
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
449
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
450
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
451
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
452
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
453
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
454
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
455
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
456
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
457
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
458
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
459
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
460
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
461
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
462
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
463
|
+
}, z.core.$strict>>;
|
|
464
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
465
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
466
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
467
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
468
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
469
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
470
|
+
}, z.core.$strict>>;
|
|
471
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
472
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
473
|
+
createdAt: z.ZodString;
|
|
474
|
+
}, z.core.$strict>;
|
|
475
|
+
/**
|
|
476
|
+
* PostApiV1OrganizationsorganizationIdActivities 201 response type
|
|
477
|
+
*/
|
|
478
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesResponse201Schema>;
|
|
479
|
+
/**
|
|
480
|
+
* PostApiV1OrganizationsorganizationIdActivities 400 response schema
|
|
481
|
+
*/
|
|
482
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesResponse400Schema: z.ZodVoid;
|
|
483
|
+
/**
|
|
484
|
+
* PostApiV1OrganizationsorganizationIdActivities 400 response type
|
|
485
|
+
*/
|
|
486
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesResponse400Schema>;
|
|
487
|
+
/**
|
|
488
|
+
* PostApiV1OrganizationsorganizationIdActivities 404 response schema
|
|
489
|
+
*/
|
|
490
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesResponse404Schema: z.ZodObject<{
|
|
491
|
+
message: z.ZodString;
|
|
492
|
+
}, z.core.$strict>;
|
|
493
|
+
/**
|
|
494
|
+
* PostApiV1OrganizationsorganizationIdActivities 404 response type
|
|
495
|
+
*/
|
|
496
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesResponse404Schema>;
|
|
497
|
+
/**
|
|
498
|
+
* PostApiV1OrganizationsorganizationIdActivities 500 response schema
|
|
499
|
+
*/
|
|
500
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesResponse500Schema: z.ZodObject<{
|
|
501
|
+
error: z.ZodString;
|
|
502
|
+
}, z.core.$strict>;
|
|
503
|
+
/**
|
|
504
|
+
* PostApiV1OrganizationsorganizationIdActivities 500 response type
|
|
505
|
+
*/
|
|
506
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesResponse500Schema>;
|
|
507
|
+
/**
|
|
508
|
+
* Create activity log
|
|
509
|
+
*/
|
|
510
|
+
export declare const PostApiV1OrganizationsorganizationIdActivities: {
|
|
511
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities";
|
|
512
|
+
readonly method: "POST";
|
|
513
|
+
readonly params: z.ZodObject<{
|
|
514
|
+
organizationId: z.ZodString;
|
|
515
|
+
}, z.core.$strip>;
|
|
516
|
+
readonly requestBody: z.ZodObject<{
|
|
517
|
+
activityType: z.ZodEnum<{
|
|
518
|
+
ai_completion: "ai_completion";
|
|
519
|
+
task_created: "task_created";
|
|
520
|
+
task_updated: "task_updated";
|
|
521
|
+
task_completed: "task_completed";
|
|
522
|
+
task_assigned: "task_assigned";
|
|
523
|
+
task_deleted: "task_deleted";
|
|
524
|
+
work_unit_created: "work_unit_created";
|
|
525
|
+
work_unit_updated: "work_unit_updated";
|
|
526
|
+
work_unit_deleted: "work_unit_deleted";
|
|
527
|
+
branch_created: "branch_created";
|
|
528
|
+
collaboration: "collaboration";
|
|
529
|
+
project_created: "project_created";
|
|
530
|
+
project_updated: "project_updated";
|
|
531
|
+
agent_started: "agent_started";
|
|
532
|
+
agent_stopped: "agent_stopped";
|
|
533
|
+
agent_error: "agent_error";
|
|
534
|
+
comment_added: "comment_added";
|
|
535
|
+
device_connected: "device_connected";
|
|
536
|
+
device_disconnected: "device_disconnected";
|
|
537
|
+
member_joined: "member_joined";
|
|
538
|
+
member_left: "member_left";
|
|
539
|
+
}>;
|
|
540
|
+
title: z.ZodString;
|
|
541
|
+
description: z.ZodOptional<z.ZodString>;
|
|
542
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
543
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
544
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
545
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
546
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
547
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
548
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
549
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
550
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
551
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
552
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
553
|
+
low: "low";
|
|
554
|
+
medium: "medium";
|
|
555
|
+
high: "high";
|
|
556
|
+
}>>;
|
|
557
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
558
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
559
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
560
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
561
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
562
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
563
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
564
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
565
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
566
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
567
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
568
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
569
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
570
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
571
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
572
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
573
|
+
}, z.core.$strict>>;
|
|
574
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
575
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
576
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
577
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
578
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
579
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
580
|
+
}, z.core.$strict>>;
|
|
581
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
582
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
583
|
+
}, z.core.$strict>;
|
|
584
|
+
readonly responses: {
|
|
585
|
+
readonly 201: z.ZodObject<{
|
|
586
|
+
id: z.ZodString;
|
|
587
|
+
activityType: z.ZodEnum<{
|
|
588
|
+
ai_completion: "ai_completion";
|
|
589
|
+
task_created: "task_created";
|
|
590
|
+
task_updated: "task_updated";
|
|
591
|
+
task_completed: "task_completed";
|
|
592
|
+
task_assigned: "task_assigned";
|
|
593
|
+
task_deleted: "task_deleted";
|
|
594
|
+
work_unit_created: "work_unit_created";
|
|
595
|
+
work_unit_updated: "work_unit_updated";
|
|
596
|
+
work_unit_deleted: "work_unit_deleted";
|
|
597
|
+
branch_created: "branch_created";
|
|
598
|
+
collaboration: "collaboration";
|
|
599
|
+
project_created: "project_created";
|
|
600
|
+
project_updated: "project_updated";
|
|
601
|
+
agent_started: "agent_started";
|
|
602
|
+
agent_stopped: "agent_stopped";
|
|
603
|
+
agent_error: "agent_error";
|
|
604
|
+
comment_added: "comment_added";
|
|
605
|
+
device_connected: "device_connected";
|
|
606
|
+
device_disconnected: "device_disconnected";
|
|
607
|
+
member_joined: "member_joined";
|
|
608
|
+
member_left: "member_left";
|
|
609
|
+
}>;
|
|
610
|
+
title: z.ZodString;
|
|
611
|
+
description: z.ZodNullable<z.ZodString>;
|
|
612
|
+
organizationId: z.ZodString;
|
|
613
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
614
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
615
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
616
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
617
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
618
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
619
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
620
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
621
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
622
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
623
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
624
|
+
low: "low";
|
|
625
|
+
medium: "medium";
|
|
626
|
+
high: "high";
|
|
627
|
+
}>>;
|
|
628
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
629
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
630
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
631
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
632
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
633
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
634
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
635
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
636
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
637
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
638
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
639
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
640
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
641
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
642
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
643
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
644
|
+
}, z.core.$strict>>;
|
|
645
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
646
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
647
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
648
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
649
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
650
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
651
|
+
}, z.core.$strict>>;
|
|
652
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
653
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
654
|
+
createdAt: z.ZodString;
|
|
655
|
+
}, z.core.$strict>;
|
|
656
|
+
readonly 400: z.ZodVoid;
|
|
657
|
+
readonly 404: z.ZodObject<{
|
|
658
|
+
message: z.ZodString;
|
|
659
|
+
}, z.core.$strict>;
|
|
660
|
+
readonly 500: z.ZodObject<{
|
|
661
|
+
error: z.ZodString;
|
|
662
|
+
}, z.core.$strict>;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
/**
|
|
666
|
+
* PostApiV1OrganizationsorganizationIdActivities comprehensive path type for use with OpenapiClient.request()
|
|
667
|
+
*/
|
|
668
|
+
export interface IPostApiV1OrganizationsorganizationIdActivitiesPath {
|
|
669
|
+
path: '/api/v1/organizations/{organizationId}/activities';
|
|
670
|
+
params: IPostApiV1OrganizationsorganizationIdActivitiesParameters;
|
|
671
|
+
body?: IPostApiV1OrganizationsorganizationIdActivitiesRequestBody;
|
|
672
|
+
response: IPostApiV1OrganizationsorganizationIdActivitiesResponse201;
|
|
673
|
+
error?: IPostApiV1OrganizationsorganizationIdActivitiesResponse400 | IPostApiV1OrganizationsorganizationIdActivitiesResponse404 | IPostApiV1OrganizationsorganizationIdActivitiesResponse500;
|
|
674
|
+
}
|
|
675
|
+
/**
|
|
676
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats path parameters schema
|
|
677
|
+
*/
|
|
678
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesStatsParametersSchema: z.ZodObject<{
|
|
679
|
+
organizationId: z.ZodString;
|
|
680
|
+
}, z.core.$strip>;
|
|
681
|
+
/**
|
|
682
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats path parameters type
|
|
683
|
+
*/
|
|
684
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesStatsParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesStatsParametersSchema>;
|
|
685
|
+
/**
|
|
686
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 200 response schema
|
|
687
|
+
*/
|
|
688
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesStatsResponse200Schema: z.ZodObject<{
|
|
689
|
+
stats: z.ZodArray<z.ZodObject<{
|
|
690
|
+
activityType: z.ZodString;
|
|
691
|
+
count: z.ZodNumber;
|
|
692
|
+
}, z.core.$strict>>;
|
|
693
|
+
total: z.ZodNumber;
|
|
694
|
+
}, z.core.$strict>;
|
|
695
|
+
/**
|
|
696
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 200 response type
|
|
697
|
+
*/
|
|
698
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesStatsResponse200Schema>;
|
|
699
|
+
/**
|
|
700
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 404 response schema
|
|
701
|
+
*/
|
|
702
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesStatsResponse404Schema: z.ZodObject<{
|
|
703
|
+
message: z.ZodString;
|
|
704
|
+
}, z.core.$strict>;
|
|
705
|
+
/**
|
|
706
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 404 response type
|
|
707
|
+
*/
|
|
708
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesStatsResponse404Schema>;
|
|
709
|
+
/**
|
|
710
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 500 response schema
|
|
711
|
+
*/
|
|
712
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesStatsResponse500Schema: z.ZodObject<{
|
|
713
|
+
error: z.ZodString;
|
|
714
|
+
}, z.core.$strict>;
|
|
715
|
+
/**
|
|
716
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats 500 response type
|
|
717
|
+
*/
|
|
718
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesStatsResponse500Schema>;
|
|
719
|
+
/**
|
|
720
|
+
* Get activity statistics
|
|
721
|
+
*/
|
|
722
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesStats: {
|
|
723
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/stats";
|
|
724
|
+
readonly method: "GET";
|
|
725
|
+
readonly params: z.ZodObject<{
|
|
726
|
+
organizationId: z.ZodString;
|
|
727
|
+
}, z.core.$strip>;
|
|
728
|
+
readonly responses: {
|
|
729
|
+
readonly 200: z.ZodObject<{
|
|
730
|
+
stats: z.ZodArray<z.ZodObject<{
|
|
731
|
+
activityType: z.ZodString;
|
|
732
|
+
count: z.ZodNumber;
|
|
733
|
+
}, z.core.$strict>>;
|
|
734
|
+
total: z.ZodNumber;
|
|
735
|
+
}, z.core.$strict>;
|
|
736
|
+
readonly 404: z.ZodObject<{
|
|
737
|
+
message: z.ZodString;
|
|
738
|
+
}, z.core.$strict>;
|
|
739
|
+
readonly 500: z.ZodObject<{
|
|
740
|
+
error: z.ZodString;
|
|
741
|
+
}, z.core.$strict>;
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
/**
|
|
745
|
+
* GetApiV1OrganizationsorganizationIdActivitiesStats comprehensive path type for use with OpenapiClient.request()
|
|
746
|
+
*/
|
|
747
|
+
export interface IGetApiV1OrganizationsorganizationIdActivitiesStatsPath {
|
|
748
|
+
path: '/api/v1/organizations/{organizationId}/activities/stats';
|
|
749
|
+
params: IGetApiV1OrganizationsorganizationIdActivitiesStatsParameters;
|
|
750
|
+
response: IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse200;
|
|
751
|
+
error?: IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse404 | IGetApiV1OrganizationsorganizationIdActivitiesStatsResponse500;
|
|
752
|
+
}
|
|
753
|
+
/**
|
|
754
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent path parameters schema
|
|
755
|
+
*/
|
|
756
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecentParametersSchema: z.ZodObject<{
|
|
757
|
+
organizationId: z.ZodString;
|
|
758
|
+
}, z.core.$strip>;
|
|
759
|
+
/**
|
|
760
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent path parameters type
|
|
761
|
+
*/
|
|
762
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesRecentParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesRecentParametersSchema>;
|
|
763
|
+
/**
|
|
764
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent query parameters schema
|
|
765
|
+
*/
|
|
766
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecentQuerySchema: z.ZodObject<{
|
|
767
|
+
limit: z.ZodNumber;
|
|
768
|
+
offset: z.ZodNumber;
|
|
769
|
+
}, z.core.$strip>;
|
|
770
|
+
/**
|
|
771
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent query parameters type
|
|
772
|
+
*/
|
|
773
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesRecentQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesRecentQuerySchema>;
|
|
774
|
+
/**
|
|
775
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 200 response schema
|
|
776
|
+
*/
|
|
777
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecentResponse200Schema: z.ZodObject<{
|
|
778
|
+
items: z.ZodArray<z.ZodObject<{
|
|
779
|
+
id: z.ZodString;
|
|
780
|
+
activityType: z.ZodEnum<{
|
|
781
|
+
ai_completion: "ai_completion";
|
|
782
|
+
task_created: "task_created";
|
|
783
|
+
task_updated: "task_updated";
|
|
784
|
+
task_completed: "task_completed";
|
|
785
|
+
task_assigned: "task_assigned";
|
|
786
|
+
task_deleted: "task_deleted";
|
|
787
|
+
work_unit_created: "work_unit_created";
|
|
788
|
+
work_unit_updated: "work_unit_updated";
|
|
789
|
+
work_unit_deleted: "work_unit_deleted";
|
|
790
|
+
branch_created: "branch_created";
|
|
791
|
+
collaboration: "collaboration";
|
|
792
|
+
project_created: "project_created";
|
|
793
|
+
project_updated: "project_updated";
|
|
794
|
+
agent_started: "agent_started";
|
|
795
|
+
agent_stopped: "agent_stopped";
|
|
796
|
+
agent_error: "agent_error";
|
|
797
|
+
comment_added: "comment_added";
|
|
798
|
+
device_connected: "device_connected";
|
|
799
|
+
device_disconnected: "device_disconnected";
|
|
800
|
+
member_joined: "member_joined";
|
|
801
|
+
member_left: "member_left";
|
|
802
|
+
}>;
|
|
803
|
+
title: z.ZodString;
|
|
804
|
+
description: z.ZodNullable<z.ZodString>;
|
|
805
|
+
organizationId: z.ZodString;
|
|
806
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
807
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
808
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
809
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
810
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
811
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
812
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
813
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
814
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
815
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
816
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
817
|
+
low: "low";
|
|
818
|
+
medium: "medium";
|
|
819
|
+
high: "high";
|
|
820
|
+
}>>;
|
|
821
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
822
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
823
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
824
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
825
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
826
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
827
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
828
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
829
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
830
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
831
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
832
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
833
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
834
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
835
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
836
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
837
|
+
}, z.core.$strict>>;
|
|
838
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
839
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
840
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
841
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
842
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
843
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
844
|
+
}, z.core.$strict>>;
|
|
845
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
846
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
847
|
+
createdAt: z.ZodString;
|
|
848
|
+
}, z.core.$strict>>;
|
|
849
|
+
total: z.ZodNumber;
|
|
850
|
+
limit: z.ZodNumber;
|
|
851
|
+
offset: z.ZodNumber;
|
|
852
|
+
}, z.core.$strict>;
|
|
853
|
+
/**
|
|
854
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 200 response type
|
|
855
|
+
*/
|
|
856
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesRecentResponse200Schema>;
|
|
857
|
+
/**
|
|
858
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 404 response schema
|
|
859
|
+
*/
|
|
860
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecentResponse404Schema: z.ZodObject<{
|
|
861
|
+
message: z.ZodString;
|
|
862
|
+
}, z.core.$strict>;
|
|
863
|
+
/**
|
|
864
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 404 response type
|
|
865
|
+
*/
|
|
866
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesRecentResponse404Schema>;
|
|
867
|
+
/**
|
|
868
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 500 response schema
|
|
869
|
+
*/
|
|
870
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecentResponse500Schema: z.ZodObject<{
|
|
871
|
+
error: z.ZodString;
|
|
872
|
+
}, z.core.$strict>;
|
|
873
|
+
/**
|
|
874
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent 500 response type
|
|
875
|
+
*/
|
|
876
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesRecentResponse500Schema>;
|
|
877
|
+
/**
|
|
878
|
+
* Get recent activity logs with pagination
|
|
879
|
+
*/
|
|
880
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesRecent: {
|
|
881
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/recent";
|
|
882
|
+
readonly method: "GET";
|
|
883
|
+
readonly params: z.ZodObject<{
|
|
884
|
+
organizationId: z.ZodString;
|
|
885
|
+
}, z.core.$strip>;
|
|
886
|
+
readonly query: z.ZodObject<{
|
|
887
|
+
limit: z.ZodNumber;
|
|
888
|
+
offset: z.ZodNumber;
|
|
889
|
+
}, z.core.$strip>;
|
|
890
|
+
readonly responses: {
|
|
891
|
+
readonly 200: z.ZodObject<{
|
|
892
|
+
items: z.ZodArray<z.ZodObject<{
|
|
893
|
+
id: z.ZodString;
|
|
894
|
+
activityType: z.ZodEnum<{
|
|
895
|
+
ai_completion: "ai_completion";
|
|
896
|
+
task_created: "task_created";
|
|
897
|
+
task_updated: "task_updated";
|
|
898
|
+
task_completed: "task_completed";
|
|
899
|
+
task_assigned: "task_assigned";
|
|
900
|
+
task_deleted: "task_deleted";
|
|
901
|
+
work_unit_created: "work_unit_created";
|
|
902
|
+
work_unit_updated: "work_unit_updated";
|
|
903
|
+
work_unit_deleted: "work_unit_deleted";
|
|
904
|
+
branch_created: "branch_created";
|
|
905
|
+
collaboration: "collaboration";
|
|
906
|
+
project_created: "project_created";
|
|
907
|
+
project_updated: "project_updated";
|
|
908
|
+
agent_started: "agent_started";
|
|
909
|
+
agent_stopped: "agent_stopped";
|
|
910
|
+
agent_error: "agent_error";
|
|
911
|
+
comment_added: "comment_added";
|
|
912
|
+
device_connected: "device_connected";
|
|
913
|
+
device_disconnected: "device_disconnected";
|
|
914
|
+
member_joined: "member_joined";
|
|
915
|
+
member_left: "member_left";
|
|
916
|
+
}>;
|
|
917
|
+
title: z.ZodString;
|
|
918
|
+
description: z.ZodNullable<z.ZodString>;
|
|
919
|
+
organizationId: z.ZodString;
|
|
920
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
921
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
922
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
923
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
924
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
925
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
926
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
927
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
928
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
929
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
930
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
931
|
+
low: "low";
|
|
932
|
+
medium: "medium";
|
|
933
|
+
high: "high";
|
|
934
|
+
}>>;
|
|
935
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
936
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
937
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
938
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
939
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
940
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
941
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
942
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
943
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
944
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
945
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
946
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
947
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
948
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
949
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
950
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
951
|
+
}, z.core.$strict>>;
|
|
952
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
953
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
954
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
955
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
956
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
957
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
958
|
+
}, z.core.$strict>>;
|
|
959
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
960
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
961
|
+
createdAt: z.ZodString;
|
|
962
|
+
}, z.core.$strict>>;
|
|
963
|
+
total: z.ZodNumber;
|
|
964
|
+
limit: z.ZodNumber;
|
|
965
|
+
offset: z.ZodNumber;
|
|
966
|
+
}, z.core.$strict>;
|
|
967
|
+
readonly 404: z.ZodObject<{
|
|
968
|
+
message: z.ZodString;
|
|
969
|
+
}, z.core.$strict>;
|
|
970
|
+
readonly 500: z.ZodObject<{
|
|
971
|
+
error: z.ZodString;
|
|
972
|
+
}, z.core.$strict>;
|
|
973
|
+
};
|
|
974
|
+
};
|
|
975
|
+
/**
|
|
976
|
+
* GetApiV1OrganizationsorganizationIdActivitiesRecent comprehensive path type for use with OpenapiClient.request()
|
|
977
|
+
*/
|
|
978
|
+
export interface IGetApiV1OrganizationsorganizationIdActivitiesRecentPath {
|
|
979
|
+
path: '/api/v1/organizations/{organizationId}/activities/recent';
|
|
980
|
+
params: IGetApiV1OrganizationsorganizationIdActivitiesRecentParameters;
|
|
981
|
+
query?: IGetApiV1OrganizationsorganizationIdActivitiesRecentQuery;
|
|
982
|
+
response: IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse200;
|
|
983
|
+
error?: IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse404 | IGetApiV1OrganizationsorganizationIdActivitiesRecentResponse500;
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk path parameters schema
|
|
987
|
+
*/
|
|
988
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkParametersSchema: z.ZodObject<{
|
|
989
|
+
organizationId: z.ZodString;
|
|
990
|
+
}, z.core.$strip>;
|
|
991
|
+
/**
|
|
992
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk path parameters type
|
|
993
|
+
*/
|
|
994
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkParametersSchema>;
|
|
995
|
+
/**
|
|
996
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk request body schema
|
|
997
|
+
*/
|
|
998
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkRequestBodySchema: z.ZodArray<z.ZodObject<{
|
|
999
|
+
activityType: z.ZodEnum<{
|
|
1000
|
+
ai_completion: "ai_completion";
|
|
1001
|
+
task_created: "task_created";
|
|
1002
|
+
task_updated: "task_updated";
|
|
1003
|
+
task_completed: "task_completed";
|
|
1004
|
+
task_assigned: "task_assigned";
|
|
1005
|
+
task_deleted: "task_deleted";
|
|
1006
|
+
work_unit_created: "work_unit_created";
|
|
1007
|
+
work_unit_updated: "work_unit_updated";
|
|
1008
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1009
|
+
branch_created: "branch_created";
|
|
1010
|
+
collaboration: "collaboration";
|
|
1011
|
+
project_created: "project_created";
|
|
1012
|
+
project_updated: "project_updated";
|
|
1013
|
+
agent_started: "agent_started";
|
|
1014
|
+
agent_stopped: "agent_stopped";
|
|
1015
|
+
agent_error: "agent_error";
|
|
1016
|
+
comment_added: "comment_added";
|
|
1017
|
+
device_connected: "device_connected";
|
|
1018
|
+
device_disconnected: "device_disconnected";
|
|
1019
|
+
member_joined: "member_joined";
|
|
1020
|
+
member_left: "member_left";
|
|
1021
|
+
}>;
|
|
1022
|
+
title: z.ZodString;
|
|
1023
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1024
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1025
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
1026
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
1027
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
1028
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
1029
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
1030
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1031
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1032
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1033
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1035
|
+
low: "low";
|
|
1036
|
+
medium: "medium";
|
|
1037
|
+
high: "high";
|
|
1038
|
+
}>>;
|
|
1039
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1040
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1041
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1042
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1043
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1044
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1045
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1046
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1047
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1048
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1049
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1051
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1052
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1053
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1054
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1055
|
+
}, z.core.$strict>>;
|
|
1056
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1057
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1058
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1059
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1060
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1061
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1062
|
+
}, z.core.$strict>>;
|
|
1063
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1064
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
1065
|
+
}, z.core.$strict>>;
|
|
1066
|
+
/**
|
|
1067
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk request body type
|
|
1068
|
+
*/
|
|
1069
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkRequestBodySchema>;
|
|
1070
|
+
/**
|
|
1071
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 201 response schema
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkResponse201Schema: z.ZodArray<z.ZodObject<{
|
|
1074
|
+
id: z.ZodString;
|
|
1075
|
+
activityType: z.ZodEnum<{
|
|
1076
|
+
ai_completion: "ai_completion";
|
|
1077
|
+
task_created: "task_created";
|
|
1078
|
+
task_updated: "task_updated";
|
|
1079
|
+
task_completed: "task_completed";
|
|
1080
|
+
task_assigned: "task_assigned";
|
|
1081
|
+
task_deleted: "task_deleted";
|
|
1082
|
+
work_unit_created: "work_unit_created";
|
|
1083
|
+
work_unit_updated: "work_unit_updated";
|
|
1084
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1085
|
+
branch_created: "branch_created";
|
|
1086
|
+
collaboration: "collaboration";
|
|
1087
|
+
project_created: "project_created";
|
|
1088
|
+
project_updated: "project_updated";
|
|
1089
|
+
agent_started: "agent_started";
|
|
1090
|
+
agent_stopped: "agent_stopped";
|
|
1091
|
+
agent_error: "agent_error";
|
|
1092
|
+
comment_added: "comment_added";
|
|
1093
|
+
device_connected: "device_connected";
|
|
1094
|
+
device_disconnected: "device_disconnected";
|
|
1095
|
+
member_joined: "member_joined";
|
|
1096
|
+
member_left: "member_left";
|
|
1097
|
+
}>;
|
|
1098
|
+
title: z.ZodString;
|
|
1099
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1100
|
+
organizationId: z.ZodString;
|
|
1101
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1102
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1103
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1104
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1105
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1106
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1107
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1108
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1109
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1110
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1111
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1112
|
+
low: "low";
|
|
1113
|
+
medium: "medium";
|
|
1114
|
+
high: "high";
|
|
1115
|
+
}>>;
|
|
1116
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1117
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1118
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1119
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1120
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1121
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1122
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1123
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1124
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1125
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1126
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1127
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1128
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1129
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1130
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1131
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1132
|
+
}, z.core.$strict>>;
|
|
1133
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1134
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1135
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1136
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1137
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1138
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1139
|
+
}, z.core.$strict>>;
|
|
1140
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1141
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1142
|
+
createdAt: z.ZodString;
|
|
1143
|
+
}, z.core.$strict>>;
|
|
1144
|
+
/**
|
|
1145
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 201 response type
|
|
1146
|
+
*/
|
|
1147
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkResponse201Schema>;
|
|
1148
|
+
/**
|
|
1149
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 400 response schema
|
|
1150
|
+
*/
|
|
1151
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkResponse400Schema: z.ZodVoid;
|
|
1152
|
+
/**
|
|
1153
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 400 response type
|
|
1154
|
+
*/
|
|
1155
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkResponse400Schema>;
|
|
1156
|
+
/**
|
|
1157
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 404 response schema
|
|
1158
|
+
*/
|
|
1159
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkResponse404Schema: z.ZodObject<{
|
|
1160
|
+
message: z.ZodString;
|
|
1161
|
+
}, z.core.$strict>;
|
|
1162
|
+
/**
|
|
1163
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 404 response type
|
|
1164
|
+
*/
|
|
1165
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkResponse404Schema>;
|
|
1166
|
+
/**
|
|
1167
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 500 response schema
|
|
1168
|
+
*/
|
|
1169
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulkResponse500Schema: z.ZodObject<{
|
|
1170
|
+
error: z.ZodString;
|
|
1171
|
+
}, z.core.$strict>;
|
|
1172
|
+
/**
|
|
1173
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk 500 response type
|
|
1174
|
+
*/
|
|
1175
|
+
export type IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdActivitiesBulkResponse500Schema>;
|
|
1176
|
+
/**
|
|
1177
|
+
* Bulk create activity logs
|
|
1178
|
+
*/
|
|
1179
|
+
export declare const PostApiV1OrganizationsorganizationIdActivitiesBulk: {
|
|
1180
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/bulk";
|
|
1181
|
+
readonly method: "POST";
|
|
1182
|
+
readonly params: z.ZodObject<{
|
|
1183
|
+
organizationId: z.ZodString;
|
|
1184
|
+
}, z.core.$strip>;
|
|
1185
|
+
readonly requestBody: z.ZodArray<z.ZodObject<{
|
|
1186
|
+
activityType: z.ZodEnum<{
|
|
1187
|
+
ai_completion: "ai_completion";
|
|
1188
|
+
task_created: "task_created";
|
|
1189
|
+
task_updated: "task_updated";
|
|
1190
|
+
task_completed: "task_completed";
|
|
1191
|
+
task_assigned: "task_assigned";
|
|
1192
|
+
task_deleted: "task_deleted";
|
|
1193
|
+
work_unit_created: "work_unit_created";
|
|
1194
|
+
work_unit_updated: "work_unit_updated";
|
|
1195
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1196
|
+
branch_created: "branch_created";
|
|
1197
|
+
collaboration: "collaboration";
|
|
1198
|
+
project_created: "project_created";
|
|
1199
|
+
project_updated: "project_updated";
|
|
1200
|
+
agent_started: "agent_started";
|
|
1201
|
+
agent_stopped: "agent_stopped";
|
|
1202
|
+
agent_error: "agent_error";
|
|
1203
|
+
comment_added: "comment_added";
|
|
1204
|
+
device_connected: "device_connected";
|
|
1205
|
+
device_disconnected: "device_disconnected";
|
|
1206
|
+
member_joined: "member_joined";
|
|
1207
|
+
member_left: "member_left";
|
|
1208
|
+
}>;
|
|
1209
|
+
title: z.ZodString;
|
|
1210
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1211
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1212
|
+
taskId: z.ZodOptional<z.ZodString>;
|
|
1213
|
+
memberId: z.ZodOptional<z.ZodString>;
|
|
1214
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
1215
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
1216
|
+
daemonId: z.ZodOptional<z.ZodString>;
|
|
1217
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1218
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1219
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1220
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1221
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1222
|
+
low: "low";
|
|
1223
|
+
medium: "medium";
|
|
1224
|
+
high: "high";
|
|
1225
|
+
}>>;
|
|
1226
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1227
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1228
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1229
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1230
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1231
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1232
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1233
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1234
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1235
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1236
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1237
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1238
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1239
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1240
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1241
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1242
|
+
}, z.core.$strict>>;
|
|
1243
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1244
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1245
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1246
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1247
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1248
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1249
|
+
}, z.core.$strict>>;
|
|
1250
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1251
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
1252
|
+
}, z.core.$strict>>;
|
|
1253
|
+
readonly responses: {
|
|
1254
|
+
readonly 201: z.ZodArray<z.ZodObject<{
|
|
1255
|
+
id: z.ZodString;
|
|
1256
|
+
activityType: z.ZodEnum<{
|
|
1257
|
+
ai_completion: "ai_completion";
|
|
1258
|
+
task_created: "task_created";
|
|
1259
|
+
task_updated: "task_updated";
|
|
1260
|
+
task_completed: "task_completed";
|
|
1261
|
+
task_assigned: "task_assigned";
|
|
1262
|
+
task_deleted: "task_deleted";
|
|
1263
|
+
work_unit_created: "work_unit_created";
|
|
1264
|
+
work_unit_updated: "work_unit_updated";
|
|
1265
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1266
|
+
branch_created: "branch_created";
|
|
1267
|
+
collaboration: "collaboration";
|
|
1268
|
+
project_created: "project_created";
|
|
1269
|
+
project_updated: "project_updated";
|
|
1270
|
+
agent_started: "agent_started";
|
|
1271
|
+
agent_stopped: "agent_stopped";
|
|
1272
|
+
agent_error: "agent_error";
|
|
1273
|
+
comment_added: "comment_added";
|
|
1274
|
+
device_connected: "device_connected";
|
|
1275
|
+
device_disconnected: "device_disconnected";
|
|
1276
|
+
member_joined: "member_joined";
|
|
1277
|
+
member_left: "member_left";
|
|
1278
|
+
}>;
|
|
1279
|
+
title: z.ZodString;
|
|
1280
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1281
|
+
organizationId: z.ZodString;
|
|
1282
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1283
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1284
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1285
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1286
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1287
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1288
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1289
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1290
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1291
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1292
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1293
|
+
low: "low";
|
|
1294
|
+
medium: "medium";
|
|
1295
|
+
high: "high";
|
|
1296
|
+
}>>;
|
|
1297
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1298
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1299
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1300
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1301
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1302
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1304
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1305
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1306
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1307
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1309
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1310
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1311
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1312
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1313
|
+
}, z.core.$strict>>;
|
|
1314
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1315
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1316
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1317
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1318
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1319
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1320
|
+
}, z.core.$strict>>;
|
|
1321
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1322
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1323
|
+
createdAt: z.ZodString;
|
|
1324
|
+
}, z.core.$strict>>;
|
|
1325
|
+
readonly 400: z.ZodVoid;
|
|
1326
|
+
readonly 404: z.ZodObject<{
|
|
1327
|
+
message: z.ZodString;
|
|
1328
|
+
}, z.core.$strict>;
|
|
1329
|
+
readonly 500: z.ZodObject<{
|
|
1330
|
+
error: z.ZodString;
|
|
1331
|
+
}, z.core.$strict>;
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
/**
|
|
1335
|
+
* PostApiV1OrganizationsorganizationIdActivitiesBulk comprehensive path type for use with OpenapiClient.request()
|
|
1336
|
+
*/
|
|
1337
|
+
export interface IPostApiV1OrganizationsorganizationIdActivitiesBulkPath {
|
|
1338
|
+
path: '/api/v1/organizations/{organizationId}/activities/bulk';
|
|
1339
|
+
params: IPostApiV1OrganizationsorganizationIdActivitiesBulkParameters;
|
|
1340
|
+
body?: IPostApiV1OrganizationsorganizationIdActivitiesBulkRequestBody;
|
|
1341
|
+
response: IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse201;
|
|
1342
|
+
error?: IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse400 | IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse404 | IPostApiV1OrganizationsorganizationIdActivitiesBulkResponse500;
|
|
1343
|
+
}
|
|
1344
|
+
/**
|
|
1345
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId path parameters schema
|
|
1346
|
+
*/
|
|
1347
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema: z.ZodObject<{
|
|
1348
|
+
organizationId: z.ZodString;
|
|
1349
|
+
activityId: z.ZodString;
|
|
1350
|
+
}, z.core.$strip>;
|
|
1351
|
+
/**
|
|
1352
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId path parameters type
|
|
1353
|
+
*/
|
|
1354
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesactivityIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema>;
|
|
1355
|
+
/**
|
|
1356
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 200 response schema
|
|
1357
|
+
*/
|
|
1358
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema: z.ZodObject<{
|
|
1359
|
+
id: z.ZodString;
|
|
1360
|
+
activityType: z.ZodEnum<{
|
|
1361
|
+
ai_completion: "ai_completion";
|
|
1362
|
+
task_created: "task_created";
|
|
1363
|
+
task_updated: "task_updated";
|
|
1364
|
+
task_completed: "task_completed";
|
|
1365
|
+
task_assigned: "task_assigned";
|
|
1366
|
+
task_deleted: "task_deleted";
|
|
1367
|
+
work_unit_created: "work_unit_created";
|
|
1368
|
+
work_unit_updated: "work_unit_updated";
|
|
1369
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1370
|
+
branch_created: "branch_created";
|
|
1371
|
+
collaboration: "collaboration";
|
|
1372
|
+
project_created: "project_created";
|
|
1373
|
+
project_updated: "project_updated";
|
|
1374
|
+
agent_started: "agent_started";
|
|
1375
|
+
agent_stopped: "agent_stopped";
|
|
1376
|
+
agent_error: "agent_error";
|
|
1377
|
+
comment_added: "comment_added";
|
|
1378
|
+
device_connected: "device_connected";
|
|
1379
|
+
device_disconnected: "device_disconnected";
|
|
1380
|
+
member_joined: "member_joined";
|
|
1381
|
+
member_left: "member_left";
|
|
1382
|
+
}>;
|
|
1383
|
+
title: z.ZodString;
|
|
1384
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1385
|
+
organizationId: z.ZodString;
|
|
1386
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1387
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1388
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1389
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1390
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1391
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1392
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1393
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1394
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1395
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1396
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1397
|
+
low: "low";
|
|
1398
|
+
medium: "medium";
|
|
1399
|
+
high: "high";
|
|
1400
|
+
}>>;
|
|
1401
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1402
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1403
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1404
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1405
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1406
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1407
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1408
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1409
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1410
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1411
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1412
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1413
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1414
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1415
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1416
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1417
|
+
}, z.core.$strict>>;
|
|
1418
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1419
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1420
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1421
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1422
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1424
|
+
}, z.core.$strict>>;
|
|
1425
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1426
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1427
|
+
createdAt: z.ZodString;
|
|
1428
|
+
}, z.core.$strict>;
|
|
1429
|
+
/**
|
|
1430
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 200 response type
|
|
1431
|
+
*/
|
|
1432
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema>;
|
|
1433
|
+
/**
|
|
1434
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 404 response schema
|
|
1435
|
+
*/
|
|
1436
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema: z.ZodObject<{
|
|
1437
|
+
message: z.ZodString;
|
|
1438
|
+
}, z.core.$strict>;
|
|
1439
|
+
/**
|
|
1440
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 404 response type
|
|
1441
|
+
*/
|
|
1442
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema>;
|
|
1443
|
+
/**
|
|
1444
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 500 response schema
|
|
1445
|
+
*/
|
|
1446
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema: z.ZodObject<{
|
|
1447
|
+
error: z.ZodString;
|
|
1448
|
+
}, z.core.$strict>;
|
|
1449
|
+
/**
|
|
1450
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId 500 response type
|
|
1451
|
+
*/
|
|
1452
|
+
export type IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema>;
|
|
1453
|
+
/**
|
|
1454
|
+
* Get activity log by ID
|
|
1455
|
+
*/
|
|
1456
|
+
export declare const GetApiV1OrganizationsorganizationIdActivitiesactivityId: {
|
|
1457
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/{activityId}";
|
|
1458
|
+
readonly method: "GET";
|
|
1459
|
+
readonly params: z.ZodObject<{
|
|
1460
|
+
organizationId: z.ZodString;
|
|
1461
|
+
activityId: z.ZodString;
|
|
1462
|
+
}, z.core.$strip>;
|
|
1463
|
+
readonly responses: {
|
|
1464
|
+
readonly 200: z.ZodObject<{
|
|
1465
|
+
id: z.ZodString;
|
|
1466
|
+
activityType: z.ZodEnum<{
|
|
1467
|
+
ai_completion: "ai_completion";
|
|
1468
|
+
task_created: "task_created";
|
|
1469
|
+
task_updated: "task_updated";
|
|
1470
|
+
task_completed: "task_completed";
|
|
1471
|
+
task_assigned: "task_assigned";
|
|
1472
|
+
task_deleted: "task_deleted";
|
|
1473
|
+
work_unit_created: "work_unit_created";
|
|
1474
|
+
work_unit_updated: "work_unit_updated";
|
|
1475
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1476
|
+
branch_created: "branch_created";
|
|
1477
|
+
collaboration: "collaboration";
|
|
1478
|
+
project_created: "project_created";
|
|
1479
|
+
project_updated: "project_updated";
|
|
1480
|
+
agent_started: "agent_started";
|
|
1481
|
+
agent_stopped: "agent_stopped";
|
|
1482
|
+
agent_error: "agent_error";
|
|
1483
|
+
comment_added: "comment_added";
|
|
1484
|
+
device_connected: "device_connected";
|
|
1485
|
+
device_disconnected: "device_disconnected";
|
|
1486
|
+
member_joined: "member_joined";
|
|
1487
|
+
member_left: "member_left";
|
|
1488
|
+
}>;
|
|
1489
|
+
title: z.ZodString;
|
|
1490
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1491
|
+
organizationId: z.ZodString;
|
|
1492
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1493
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1494
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1495
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1496
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1497
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1498
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1499
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1500
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1501
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1502
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1503
|
+
low: "low";
|
|
1504
|
+
medium: "medium";
|
|
1505
|
+
high: "high";
|
|
1506
|
+
}>>;
|
|
1507
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1508
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1509
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1510
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1511
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1512
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1513
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1514
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1515
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1516
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1517
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1520
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1521
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1522
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1523
|
+
}, z.core.$strict>>;
|
|
1524
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1525
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1526
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1527
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1528
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1529
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1530
|
+
}, z.core.$strict>>;
|
|
1531
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1532
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1533
|
+
createdAt: z.ZodString;
|
|
1534
|
+
}, z.core.$strict>;
|
|
1535
|
+
readonly 404: z.ZodObject<{
|
|
1536
|
+
message: z.ZodString;
|
|
1537
|
+
}, z.core.$strict>;
|
|
1538
|
+
readonly 500: z.ZodObject<{
|
|
1539
|
+
error: z.ZodString;
|
|
1540
|
+
}, z.core.$strict>;
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
/**
|
|
1544
|
+
* GetApiV1OrganizationsorganizationIdActivitiesactivityId comprehensive path type for use with OpenapiClient.request()
|
|
1545
|
+
*/
|
|
1546
|
+
export interface IGetApiV1OrganizationsorganizationIdActivitiesactivityIdPath {
|
|
1547
|
+
path: '/api/v1/organizations/{organizationId}/activities/{activityId}';
|
|
1548
|
+
params: IGetApiV1OrganizationsorganizationIdActivitiesactivityIdParameters;
|
|
1549
|
+
response: IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200;
|
|
1550
|
+
error?: IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 | IGetApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500;
|
|
1551
|
+
}
|
|
1552
|
+
/**
|
|
1553
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId path parameters schema
|
|
1554
|
+
*/
|
|
1555
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema: z.ZodObject<{
|
|
1556
|
+
organizationId: z.ZodString;
|
|
1557
|
+
activityId: z.ZodString;
|
|
1558
|
+
}, z.core.$strip>;
|
|
1559
|
+
/**
|
|
1560
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId path parameters type
|
|
1561
|
+
*/
|
|
1562
|
+
export type IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema>;
|
|
1563
|
+
/**
|
|
1564
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId request body schema
|
|
1565
|
+
*/
|
|
1566
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityIdRequestBodySchema: z.ZodObject<{
|
|
1567
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1568
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1569
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1570
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1571
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1572
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1573
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1574
|
+
low: "low";
|
|
1575
|
+
medium: "medium";
|
|
1576
|
+
high: "high";
|
|
1577
|
+
}>>;
|
|
1578
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1579
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1580
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1581
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1582
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1583
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1584
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1585
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1586
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1587
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1588
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1589
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1590
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1591
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1592
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1593
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1594
|
+
}, z.core.$strict>>;
|
|
1595
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1596
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1597
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1598
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1599
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1600
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1601
|
+
}, z.core.$strict>>;
|
|
1602
|
+
}, z.core.$strict>;
|
|
1603
|
+
/**
|
|
1604
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId request body type
|
|
1605
|
+
*/
|
|
1606
|
+
export type IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdActivitiesactivityIdRequestBodySchema>;
|
|
1607
|
+
/**
|
|
1608
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 200 response schema
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema: z.ZodObject<{
|
|
1611
|
+
id: z.ZodString;
|
|
1612
|
+
activityType: z.ZodEnum<{
|
|
1613
|
+
ai_completion: "ai_completion";
|
|
1614
|
+
task_created: "task_created";
|
|
1615
|
+
task_updated: "task_updated";
|
|
1616
|
+
task_completed: "task_completed";
|
|
1617
|
+
task_assigned: "task_assigned";
|
|
1618
|
+
task_deleted: "task_deleted";
|
|
1619
|
+
work_unit_created: "work_unit_created";
|
|
1620
|
+
work_unit_updated: "work_unit_updated";
|
|
1621
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1622
|
+
branch_created: "branch_created";
|
|
1623
|
+
collaboration: "collaboration";
|
|
1624
|
+
project_created: "project_created";
|
|
1625
|
+
project_updated: "project_updated";
|
|
1626
|
+
agent_started: "agent_started";
|
|
1627
|
+
agent_stopped: "agent_stopped";
|
|
1628
|
+
agent_error: "agent_error";
|
|
1629
|
+
comment_added: "comment_added";
|
|
1630
|
+
device_connected: "device_connected";
|
|
1631
|
+
device_disconnected: "device_disconnected";
|
|
1632
|
+
member_joined: "member_joined";
|
|
1633
|
+
member_left: "member_left";
|
|
1634
|
+
}>;
|
|
1635
|
+
title: z.ZodString;
|
|
1636
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1637
|
+
organizationId: z.ZodString;
|
|
1638
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1639
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1640
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1641
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1642
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1643
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1644
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1645
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1646
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1647
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1648
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1649
|
+
low: "low";
|
|
1650
|
+
medium: "medium";
|
|
1651
|
+
high: "high";
|
|
1652
|
+
}>>;
|
|
1653
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1654
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1655
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1656
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1657
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1658
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1660
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1661
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1662
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1663
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1664
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1665
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1666
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1667
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1668
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1669
|
+
}, z.core.$strict>>;
|
|
1670
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1671
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1672
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1673
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1674
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1676
|
+
}, z.core.$strict>>;
|
|
1677
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1678
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1679
|
+
createdAt: z.ZodString;
|
|
1680
|
+
}, z.core.$strict>;
|
|
1681
|
+
/**
|
|
1682
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 200 response type
|
|
1683
|
+
*/
|
|
1684
|
+
export type IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema>;
|
|
1685
|
+
/**
|
|
1686
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 404 response schema
|
|
1687
|
+
*/
|
|
1688
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema: z.ZodObject<{
|
|
1689
|
+
message: z.ZodString;
|
|
1690
|
+
}, z.core.$strict>;
|
|
1691
|
+
/**
|
|
1692
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 404 response type
|
|
1693
|
+
*/
|
|
1694
|
+
export type IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema>;
|
|
1695
|
+
/**
|
|
1696
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 500 response schema
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema: z.ZodObject<{
|
|
1699
|
+
error: z.ZodString;
|
|
1700
|
+
}, z.core.$strict>;
|
|
1701
|
+
/**
|
|
1702
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId 500 response type
|
|
1703
|
+
*/
|
|
1704
|
+
export type IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema>;
|
|
1705
|
+
/**
|
|
1706
|
+
* Update activity log
|
|
1707
|
+
*/
|
|
1708
|
+
export declare const PatchApiV1OrganizationsorganizationIdActivitiesactivityId: {
|
|
1709
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/{activityId}";
|
|
1710
|
+
readonly method: "PATCH";
|
|
1711
|
+
readonly params: z.ZodObject<{
|
|
1712
|
+
organizationId: z.ZodString;
|
|
1713
|
+
activityId: z.ZodString;
|
|
1714
|
+
}, z.core.$strip>;
|
|
1715
|
+
readonly requestBody: z.ZodObject<{
|
|
1716
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1717
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1718
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1719
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1720
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1721
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1722
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1723
|
+
low: "low";
|
|
1724
|
+
medium: "medium";
|
|
1725
|
+
high: "high";
|
|
1726
|
+
}>>;
|
|
1727
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1728
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1729
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1730
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1734
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1735
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1736
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1737
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1738
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1739
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1740
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1741
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1742
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1743
|
+
}, z.core.$strict>>;
|
|
1744
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1745
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1746
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1747
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1748
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1749
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1750
|
+
}, z.core.$strict>>;
|
|
1751
|
+
}, z.core.$strict>;
|
|
1752
|
+
readonly responses: {
|
|
1753
|
+
readonly 200: z.ZodObject<{
|
|
1754
|
+
id: z.ZodString;
|
|
1755
|
+
activityType: z.ZodEnum<{
|
|
1756
|
+
ai_completion: "ai_completion";
|
|
1757
|
+
task_created: "task_created";
|
|
1758
|
+
task_updated: "task_updated";
|
|
1759
|
+
task_completed: "task_completed";
|
|
1760
|
+
task_assigned: "task_assigned";
|
|
1761
|
+
task_deleted: "task_deleted";
|
|
1762
|
+
work_unit_created: "work_unit_created";
|
|
1763
|
+
work_unit_updated: "work_unit_updated";
|
|
1764
|
+
work_unit_deleted: "work_unit_deleted";
|
|
1765
|
+
branch_created: "branch_created";
|
|
1766
|
+
collaboration: "collaboration";
|
|
1767
|
+
project_created: "project_created";
|
|
1768
|
+
project_updated: "project_updated";
|
|
1769
|
+
agent_started: "agent_started";
|
|
1770
|
+
agent_stopped: "agent_stopped";
|
|
1771
|
+
agent_error: "agent_error";
|
|
1772
|
+
comment_added: "comment_added";
|
|
1773
|
+
device_connected: "device_connected";
|
|
1774
|
+
device_disconnected: "device_disconnected";
|
|
1775
|
+
member_joined: "member_joined";
|
|
1776
|
+
member_left: "member_left";
|
|
1777
|
+
}>;
|
|
1778
|
+
title: z.ZodString;
|
|
1779
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1780
|
+
organizationId: z.ZodString;
|
|
1781
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
1782
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
1783
|
+
memberId: z.ZodNullable<z.ZodString>;
|
|
1784
|
+
agentSessionId: z.ZodNullable<z.ZodString>;
|
|
1785
|
+
deviceId: z.ZodNullable<z.ZodString>;
|
|
1786
|
+
daemonId: z.ZodNullable<z.ZodString>;
|
|
1787
|
+
metadata: z.ZodNullable<z.ZodObject<{
|
|
1788
|
+
duration: z.ZodOptional<z.ZodString>;
|
|
1789
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
1790
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
1791
|
+
priority: z.ZodOptional<z.ZodEnum<{
|
|
1792
|
+
low: "low";
|
|
1793
|
+
medium: "medium";
|
|
1794
|
+
high: "high";
|
|
1795
|
+
}>>;
|
|
1796
|
+
estimatedHours: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1797
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
1798
|
+
newStatus: z.ZodOptional<z.ZodString>;
|
|
1799
|
+
assignedFrom: z.ZodOptional<z.ZodString>;
|
|
1800
|
+
assignedTo: z.ZodOptional<z.ZodString>;
|
|
1801
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
1802
|
+
commits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1803
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
1804
|
+
participants: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1805
|
+
messages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1806
|
+
discussionTopic: z.ZodOptional<z.ZodString>;
|
|
1807
|
+
agentType: z.ZodOptional<z.ZodString>;
|
|
1808
|
+
executionTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1809
|
+
resourcesUsed: z.ZodOptional<z.ZodObject<{
|
|
1810
|
+
cpu: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1811
|
+
memory: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1812
|
+
}, z.core.$strict>>;
|
|
1813
|
+
oldValue: z.ZodOptional<z.ZodAny>;
|
|
1814
|
+
newValue: z.ZodOptional<z.ZodAny>;
|
|
1815
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1816
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1817
|
+
relatedEntityId: z.ZodOptional<z.ZodString>;
|
|
1818
|
+
relatedEntityType: z.ZodOptional<z.ZodString>;
|
|
1819
|
+
}, z.core.$strict>>;
|
|
1820
|
+
ipAddress: z.ZodNullable<z.ZodString>;
|
|
1821
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
1822
|
+
createdAt: z.ZodString;
|
|
1823
|
+
}, z.core.$strict>;
|
|
1824
|
+
readonly 404: z.ZodObject<{
|
|
1825
|
+
message: z.ZodString;
|
|
1826
|
+
}, z.core.$strict>;
|
|
1827
|
+
readonly 500: z.ZodObject<{
|
|
1828
|
+
error: z.ZodString;
|
|
1829
|
+
}, z.core.$strict>;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
/**
|
|
1833
|
+
* PatchApiV1OrganizationsorganizationIdActivitiesactivityId comprehensive path type for use with OpenapiClient.request()
|
|
1834
|
+
*/
|
|
1835
|
+
export interface IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdPath {
|
|
1836
|
+
path: '/api/v1/organizations/{organizationId}/activities/{activityId}';
|
|
1837
|
+
params: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdParameters;
|
|
1838
|
+
body?: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdRequestBody;
|
|
1839
|
+
response: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200;
|
|
1840
|
+
error?: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 | IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500;
|
|
1841
|
+
}
|
|
1842
|
+
/**
|
|
1843
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId path parameters schema
|
|
1844
|
+
*/
|
|
1845
|
+
export declare const DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema: z.ZodObject<{
|
|
1846
|
+
organizationId: z.ZodString;
|
|
1847
|
+
activityId: z.ZodString;
|
|
1848
|
+
}, z.core.$strip>;
|
|
1849
|
+
/**
|
|
1850
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId path parameters type
|
|
1851
|
+
*/
|
|
1852
|
+
export type IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdParametersSchema>;
|
|
1853
|
+
/**
|
|
1854
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 200 response schema
|
|
1855
|
+
*/
|
|
1856
|
+
export declare const DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema: z.ZodObject<{
|
|
1857
|
+
message: z.ZodString;
|
|
1858
|
+
}, z.core.$strict>;
|
|
1859
|
+
/**
|
|
1860
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 200 response type
|
|
1861
|
+
*/
|
|
1862
|
+
export type IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200Schema>;
|
|
1863
|
+
/**
|
|
1864
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 404 response schema
|
|
1865
|
+
*/
|
|
1866
|
+
export declare const DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema: z.ZodObject<{
|
|
1867
|
+
message: z.ZodString;
|
|
1868
|
+
}, z.core.$strict>;
|
|
1869
|
+
/**
|
|
1870
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 404 response type
|
|
1871
|
+
*/
|
|
1872
|
+
export type IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404Schema>;
|
|
1873
|
+
/**
|
|
1874
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 500 response schema
|
|
1875
|
+
*/
|
|
1876
|
+
export declare const DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema: z.ZodObject<{
|
|
1877
|
+
error: z.ZodString;
|
|
1878
|
+
}, z.core.$strict>;
|
|
1879
|
+
/**
|
|
1880
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId 500 response type
|
|
1881
|
+
*/
|
|
1882
|
+
export type IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500Schema>;
|
|
1883
|
+
/**
|
|
1884
|
+
* Delete activity log
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const DeleteApiV1OrganizationsorganizationIdActivitiesactivityId: {
|
|
1887
|
+
readonly path: "/api/v1/organizations/{organizationId}/activities/{activityId}";
|
|
1888
|
+
readonly method: "DELETE";
|
|
1889
|
+
readonly params: z.ZodObject<{
|
|
1890
|
+
organizationId: z.ZodString;
|
|
1891
|
+
activityId: z.ZodString;
|
|
1892
|
+
}, z.core.$strip>;
|
|
1893
|
+
readonly responses: {
|
|
1894
|
+
readonly 200: z.ZodObject<{
|
|
1895
|
+
message: z.ZodString;
|
|
1896
|
+
}, z.core.$strict>;
|
|
1897
|
+
readonly 404: z.ZodObject<{
|
|
1898
|
+
message: z.ZodString;
|
|
1899
|
+
}, z.core.$strict>;
|
|
1900
|
+
readonly 500: z.ZodObject<{
|
|
1901
|
+
error: z.ZodString;
|
|
1902
|
+
}, z.core.$strict>;
|
|
1903
|
+
};
|
|
1904
|
+
};
|
|
1905
|
+
/**
|
|
1906
|
+
* DeleteApiV1OrganizationsorganizationIdActivitiesactivityId comprehensive path type for use with OpenapiClient.request()
|
|
1907
|
+
*/
|
|
1908
|
+
export interface IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdPath {
|
|
1909
|
+
path: '/api/v1/organizations/{organizationId}/activities/{activityId}';
|
|
1910
|
+
params: IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdParameters;
|
|
1911
|
+
response: IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse200;
|
|
1912
|
+
error?: IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse404 | IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdResponse500;
|
|
1913
|
+
}
|
|
1914
|
+
//# sourceMappingURL=activities.d.ts.map
|