@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,855 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* sandboxes operations generated from OpenAPI specification
|
|
3
|
+
* @generated This file is auto-generated. Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
/**
|
|
7
|
+
* GetApiV1OrganizationsorganizationIdSandboxes path parameters schema
|
|
8
|
+
*/
|
|
9
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesParametersSchema: z.ZodObject<{
|
|
10
|
+
organizationId: z.ZodString;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
/**
|
|
13
|
+
* GetApiV1OrganizationsorganizationIdSandboxes path parameters type
|
|
14
|
+
*/
|
|
15
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesParametersSchema>;
|
|
16
|
+
/**
|
|
17
|
+
* GetApiV1OrganizationsorganizationIdSandboxes query parameters schema
|
|
18
|
+
*/
|
|
19
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesQuerySchema: z.ZodObject<{
|
|
20
|
+
limit: z.ZodNumber;
|
|
21
|
+
offset: z.ZodNumber;
|
|
22
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23
|
+
completed: "completed";
|
|
24
|
+
failed: "failed";
|
|
25
|
+
running: "running";
|
|
26
|
+
starting: "starting";
|
|
27
|
+
pending: "pending";
|
|
28
|
+
stopped: "stopped";
|
|
29
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
30
|
+
completed: "completed";
|
|
31
|
+
failed: "failed";
|
|
32
|
+
running: "running";
|
|
33
|
+
starting: "starting";
|
|
34
|
+
pending: "pending";
|
|
35
|
+
stopped: "stopped";
|
|
36
|
+
}>>]>>;
|
|
37
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
38
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
39
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, z.core.$strip>;
|
|
41
|
+
/**
|
|
42
|
+
* GetApiV1OrganizationsorganizationIdSandboxes query parameters type
|
|
43
|
+
*/
|
|
44
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesQuerySchema>;
|
|
45
|
+
/**
|
|
46
|
+
* GetApiV1OrganizationsorganizationIdSandboxes 200 response schema
|
|
47
|
+
*/
|
|
48
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesResponse200Schema: z.ZodObject<{
|
|
49
|
+
items: z.ZodArray<z.ZodObject<{
|
|
50
|
+
id: z.ZodString;
|
|
51
|
+
agentSessionId: z.ZodString;
|
|
52
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
53
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
54
|
+
projectId: z.ZodString;
|
|
55
|
+
organizationId: z.ZodString;
|
|
56
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
57
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
58
|
+
processId: z.ZodNullable<z.ZodString>;
|
|
59
|
+
status: z.ZodEnum<{
|
|
60
|
+
completed: "completed";
|
|
61
|
+
failed: "failed";
|
|
62
|
+
running: "running";
|
|
63
|
+
starting: "starting";
|
|
64
|
+
pending: "pending";
|
|
65
|
+
stopped: "stopped";
|
|
66
|
+
}>;
|
|
67
|
+
autoTerminate: z.ZodBoolean;
|
|
68
|
+
timeoutMinutes: z.ZodNumber;
|
|
69
|
+
command: z.ZodString;
|
|
70
|
+
workingDirectory: z.ZodNullable<z.ZodString>;
|
|
71
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
72
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
73
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
74
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
75
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
76
|
+
createdAt: z.ZodString;
|
|
77
|
+
updatedAt: z.ZodString;
|
|
78
|
+
agentSession: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
79
|
+
id: z.ZodString;
|
|
80
|
+
status: z.ZodString;
|
|
81
|
+
currentAgentType: z.ZodNullable<z.ZodString>;
|
|
82
|
+
}, z.core.$strict>>>;
|
|
83
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
84
|
+
id: z.ZodString;
|
|
85
|
+
title: z.ZodString;
|
|
86
|
+
status: z.ZodString;
|
|
87
|
+
}, z.core.$strict>>>;
|
|
88
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
89
|
+
id: z.ZodString;
|
|
90
|
+
name: z.ZodString;
|
|
91
|
+
}, z.core.$strict>>>;
|
|
92
|
+
}, z.core.$strict>>;
|
|
93
|
+
total: z.ZodNumber;
|
|
94
|
+
limit: z.ZodNumber;
|
|
95
|
+
offset: z.ZodNumber;
|
|
96
|
+
}, z.core.$strict>;
|
|
97
|
+
/**
|
|
98
|
+
* GetApiV1OrganizationsorganizationIdSandboxes 200 response type
|
|
99
|
+
*/
|
|
100
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesResponse200Schema>;
|
|
101
|
+
/**
|
|
102
|
+
* GetApiV1OrganizationsorganizationIdSandboxes 500 response schema
|
|
103
|
+
*/
|
|
104
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesResponse500Schema: z.ZodObject<{
|
|
105
|
+
error: z.ZodString;
|
|
106
|
+
}, z.core.$strict>;
|
|
107
|
+
/**
|
|
108
|
+
* GetApiV1OrganizationsorganizationIdSandboxes 500 response type
|
|
109
|
+
*/
|
|
110
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesResponse500Schema>;
|
|
111
|
+
/**
|
|
112
|
+
* List sandboxes
|
|
113
|
+
*/
|
|
114
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxes: {
|
|
115
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes";
|
|
116
|
+
readonly method: "GET";
|
|
117
|
+
readonly params: z.ZodObject<{
|
|
118
|
+
organizationId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>;
|
|
120
|
+
readonly query: z.ZodObject<{
|
|
121
|
+
limit: z.ZodNumber;
|
|
122
|
+
offset: z.ZodNumber;
|
|
123
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
124
|
+
completed: "completed";
|
|
125
|
+
failed: "failed";
|
|
126
|
+
running: "running";
|
|
127
|
+
starting: "starting";
|
|
128
|
+
pending: "pending";
|
|
129
|
+
stopped: "stopped";
|
|
130
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
131
|
+
completed: "completed";
|
|
132
|
+
failed: "failed";
|
|
133
|
+
running: "running";
|
|
134
|
+
starting: "starting";
|
|
135
|
+
pending: "pending";
|
|
136
|
+
stopped: "stopped";
|
|
137
|
+
}>>]>>;
|
|
138
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
139
|
+
workUnitId: z.ZodOptional<z.ZodString>;
|
|
140
|
+
agentSessionId: z.ZodOptional<z.ZodString>;
|
|
141
|
+
}, z.core.$strip>;
|
|
142
|
+
readonly responses: {
|
|
143
|
+
readonly 200: z.ZodObject<{
|
|
144
|
+
items: z.ZodArray<z.ZodObject<{
|
|
145
|
+
id: z.ZodString;
|
|
146
|
+
agentSessionId: z.ZodString;
|
|
147
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
148
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
149
|
+
projectId: z.ZodString;
|
|
150
|
+
organizationId: z.ZodString;
|
|
151
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
152
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
153
|
+
processId: z.ZodNullable<z.ZodString>;
|
|
154
|
+
status: z.ZodEnum<{
|
|
155
|
+
completed: "completed";
|
|
156
|
+
failed: "failed";
|
|
157
|
+
running: "running";
|
|
158
|
+
starting: "starting";
|
|
159
|
+
pending: "pending";
|
|
160
|
+
stopped: "stopped";
|
|
161
|
+
}>;
|
|
162
|
+
autoTerminate: z.ZodBoolean;
|
|
163
|
+
timeoutMinutes: z.ZodNumber;
|
|
164
|
+
command: z.ZodString;
|
|
165
|
+
workingDirectory: z.ZodNullable<z.ZodString>;
|
|
166
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
167
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
168
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
169
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
170
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
171
|
+
createdAt: z.ZodString;
|
|
172
|
+
updatedAt: z.ZodString;
|
|
173
|
+
agentSession: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
174
|
+
id: z.ZodString;
|
|
175
|
+
status: z.ZodString;
|
|
176
|
+
currentAgentType: z.ZodNullable<z.ZodString>;
|
|
177
|
+
}, z.core.$strict>>>;
|
|
178
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
179
|
+
id: z.ZodString;
|
|
180
|
+
title: z.ZodString;
|
|
181
|
+
status: z.ZodString;
|
|
182
|
+
}, z.core.$strict>>>;
|
|
183
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
184
|
+
id: z.ZodString;
|
|
185
|
+
name: z.ZodString;
|
|
186
|
+
}, z.core.$strict>>>;
|
|
187
|
+
}, z.core.$strict>>;
|
|
188
|
+
total: z.ZodNumber;
|
|
189
|
+
limit: z.ZodNumber;
|
|
190
|
+
offset: z.ZodNumber;
|
|
191
|
+
}, z.core.$strict>;
|
|
192
|
+
readonly 500: z.ZodObject<{
|
|
193
|
+
error: z.ZodString;
|
|
194
|
+
}, z.core.$strict>;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* GetApiV1OrganizationsorganizationIdSandboxes comprehensive path type for use with OpenapiClient.request()
|
|
199
|
+
*/
|
|
200
|
+
export interface IGetApiV1OrganizationsorganizationIdSandboxesPath {
|
|
201
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes';
|
|
202
|
+
params: IGetApiV1OrganizationsorganizationIdSandboxesParameters;
|
|
203
|
+
query?: IGetApiV1OrganizationsorganizationIdSandboxesQuery;
|
|
204
|
+
response: IGetApiV1OrganizationsorganizationIdSandboxesResponse200;
|
|
205
|
+
error?: IGetApiV1OrganizationsorganizationIdSandboxesResponse500;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive path parameters schema
|
|
209
|
+
*/
|
|
210
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesActiveParametersSchema: z.ZodObject<{
|
|
211
|
+
organizationId: z.ZodString;
|
|
212
|
+
}, z.core.$strip>;
|
|
213
|
+
/**
|
|
214
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive path parameters type
|
|
215
|
+
*/
|
|
216
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesActiveParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesActiveParametersSchema>;
|
|
217
|
+
/**
|
|
218
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive 200 response schema
|
|
219
|
+
*/
|
|
220
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesActiveResponse200Schema: z.ZodObject<{
|
|
221
|
+
items: z.ZodArray<z.ZodObject<{
|
|
222
|
+
id: z.ZodString;
|
|
223
|
+
agentSessionId: z.ZodString;
|
|
224
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
225
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
226
|
+
projectId: z.ZodString;
|
|
227
|
+
organizationId: z.ZodString;
|
|
228
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
229
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
230
|
+
processId: z.ZodNullable<z.ZodString>;
|
|
231
|
+
status: z.ZodEnum<{
|
|
232
|
+
completed: "completed";
|
|
233
|
+
failed: "failed";
|
|
234
|
+
running: "running";
|
|
235
|
+
starting: "starting";
|
|
236
|
+
pending: "pending";
|
|
237
|
+
stopped: "stopped";
|
|
238
|
+
}>;
|
|
239
|
+
autoTerminate: z.ZodBoolean;
|
|
240
|
+
timeoutMinutes: z.ZodNumber;
|
|
241
|
+
command: z.ZodString;
|
|
242
|
+
workingDirectory: z.ZodNullable<z.ZodString>;
|
|
243
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
244
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
245
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
246
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
247
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
248
|
+
createdAt: z.ZodString;
|
|
249
|
+
updatedAt: z.ZodString;
|
|
250
|
+
agentSession: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
251
|
+
id: z.ZodString;
|
|
252
|
+
status: z.ZodString;
|
|
253
|
+
currentAgentType: z.ZodNullable<z.ZodString>;
|
|
254
|
+
}, z.core.$strict>>>;
|
|
255
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
256
|
+
id: z.ZodString;
|
|
257
|
+
title: z.ZodString;
|
|
258
|
+
status: z.ZodString;
|
|
259
|
+
}, z.core.$strict>>>;
|
|
260
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
261
|
+
id: z.ZodString;
|
|
262
|
+
name: z.ZodString;
|
|
263
|
+
}, z.core.$strict>>>;
|
|
264
|
+
}, z.core.$strict>>;
|
|
265
|
+
total: z.ZodNumber;
|
|
266
|
+
limit: z.ZodNumber;
|
|
267
|
+
offset: z.ZodNumber;
|
|
268
|
+
}, z.core.$strict>;
|
|
269
|
+
/**
|
|
270
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive 200 response type
|
|
271
|
+
*/
|
|
272
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesActiveResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesActiveResponse200Schema>;
|
|
273
|
+
/**
|
|
274
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive 500 response schema
|
|
275
|
+
*/
|
|
276
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesActiveResponse500Schema: z.ZodObject<{
|
|
277
|
+
error: z.ZodString;
|
|
278
|
+
}, z.core.$strict>;
|
|
279
|
+
/**
|
|
280
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive 500 response type
|
|
281
|
+
*/
|
|
282
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxesActiveResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxesActiveResponse500Schema>;
|
|
283
|
+
/**
|
|
284
|
+
* List active sandboxes
|
|
285
|
+
*/
|
|
286
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxesActive: {
|
|
287
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/active";
|
|
288
|
+
readonly method: "GET";
|
|
289
|
+
readonly params: z.ZodObject<{
|
|
290
|
+
organizationId: z.ZodString;
|
|
291
|
+
}, z.core.$strip>;
|
|
292
|
+
readonly responses: {
|
|
293
|
+
readonly 200: z.ZodObject<{
|
|
294
|
+
items: z.ZodArray<z.ZodObject<{
|
|
295
|
+
id: z.ZodString;
|
|
296
|
+
agentSessionId: z.ZodString;
|
|
297
|
+
workUnitId: z.ZodNullable<z.ZodString>;
|
|
298
|
+
taskId: z.ZodNullable<z.ZodString>;
|
|
299
|
+
projectId: z.ZodString;
|
|
300
|
+
organizationId: z.ZodString;
|
|
301
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
302
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
303
|
+
processId: z.ZodNullable<z.ZodString>;
|
|
304
|
+
status: z.ZodEnum<{
|
|
305
|
+
completed: "completed";
|
|
306
|
+
failed: "failed";
|
|
307
|
+
running: "running";
|
|
308
|
+
starting: "starting";
|
|
309
|
+
pending: "pending";
|
|
310
|
+
stopped: "stopped";
|
|
311
|
+
}>;
|
|
312
|
+
autoTerminate: z.ZodBoolean;
|
|
313
|
+
timeoutMinutes: z.ZodNumber;
|
|
314
|
+
command: z.ZodString;
|
|
315
|
+
workingDirectory: z.ZodNullable<z.ZodString>;
|
|
316
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
317
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
318
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
319
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
320
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
321
|
+
createdAt: z.ZodString;
|
|
322
|
+
updatedAt: z.ZodString;
|
|
323
|
+
agentSession: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
324
|
+
id: z.ZodString;
|
|
325
|
+
status: z.ZodString;
|
|
326
|
+
currentAgentType: z.ZodNullable<z.ZodString>;
|
|
327
|
+
}, z.core.$strict>>>;
|
|
328
|
+
workUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
329
|
+
id: z.ZodString;
|
|
330
|
+
title: z.ZodString;
|
|
331
|
+
status: z.ZodString;
|
|
332
|
+
}, z.core.$strict>>>;
|
|
333
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
334
|
+
id: z.ZodString;
|
|
335
|
+
name: z.ZodString;
|
|
336
|
+
}, z.core.$strict>>>;
|
|
337
|
+
}, z.core.$strict>>;
|
|
338
|
+
total: z.ZodNumber;
|
|
339
|
+
limit: z.ZodNumber;
|
|
340
|
+
offset: z.ZodNumber;
|
|
341
|
+
}, z.core.$strict>;
|
|
342
|
+
readonly 500: z.ZodObject<{
|
|
343
|
+
error: z.ZodString;
|
|
344
|
+
}, z.core.$strict>;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* GetApiV1OrganizationsorganizationIdSandboxesActive comprehensive path type for use with OpenapiClient.request()
|
|
349
|
+
*/
|
|
350
|
+
export interface IGetApiV1OrganizationsorganizationIdSandboxesActivePath {
|
|
351
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/active';
|
|
352
|
+
params: IGetApiV1OrganizationsorganizationIdSandboxesActiveParameters;
|
|
353
|
+
response: IGetApiV1OrganizationsorganizationIdSandboxesActiveResponse200;
|
|
354
|
+
error?: IGetApiV1OrganizationsorganizationIdSandboxesActiveResponse500;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId path parameters schema
|
|
358
|
+
*/
|
|
359
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdParametersSchema: z.ZodObject<{
|
|
360
|
+
organizationId: z.ZodString;
|
|
361
|
+
sandboxId: z.ZodString;
|
|
362
|
+
}, z.core.$strip>;
|
|
363
|
+
/**
|
|
364
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId path parameters type
|
|
365
|
+
*/
|
|
366
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdParametersSchema>;
|
|
367
|
+
/**
|
|
368
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 200 response schema
|
|
369
|
+
*/
|
|
370
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse200Schema: z.ZodObject<{
|
|
371
|
+
id: z.ZodString;
|
|
372
|
+
status: z.ZodEnum<{
|
|
373
|
+
completed: "completed";
|
|
374
|
+
failed: "failed";
|
|
375
|
+
running: "running";
|
|
376
|
+
starting: "starting";
|
|
377
|
+
pending: "pending";
|
|
378
|
+
stopped: "stopped";
|
|
379
|
+
}>;
|
|
380
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
381
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
382
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
383
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
384
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
385
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
386
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
387
|
+
createdAt: z.ZodString;
|
|
388
|
+
updatedAt: z.ZodString;
|
|
389
|
+
}, z.core.$strict>;
|
|
390
|
+
/**
|
|
391
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 200 response type
|
|
392
|
+
*/
|
|
393
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse200Schema>;
|
|
394
|
+
/**
|
|
395
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 404 response schema
|
|
396
|
+
*/
|
|
397
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse404Schema: z.ZodObject<{
|
|
398
|
+
message: z.ZodString;
|
|
399
|
+
}, z.core.$strict>;
|
|
400
|
+
/**
|
|
401
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 404 response type
|
|
402
|
+
*/
|
|
403
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse404Schema>;
|
|
404
|
+
/**
|
|
405
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 500 response schema
|
|
406
|
+
*/
|
|
407
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse500Schema: z.ZodObject<{
|
|
408
|
+
error: z.ZodString;
|
|
409
|
+
}, z.core.$strict>;
|
|
410
|
+
/**
|
|
411
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId 500 response type
|
|
412
|
+
*/
|
|
413
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse500Schema>;
|
|
414
|
+
/**
|
|
415
|
+
* Get sandbox status
|
|
416
|
+
*/
|
|
417
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxId: {
|
|
418
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}";
|
|
419
|
+
readonly method: "GET";
|
|
420
|
+
readonly params: z.ZodObject<{
|
|
421
|
+
organizationId: z.ZodString;
|
|
422
|
+
sandboxId: z.ZodString;
|
|
423
|
+
}, z.core.$strip>;
|
|
424
|
+
readonly responses: {
|
|
425
|
+
readonly 200: z.ZodObject<{
|
|
426
|
+
id: z.ZodString;
|
|
427
|
+
status: z.ZodEnum<{
|
|
428
|
+
completed: "completed";
|
|
429
|
+
failed: "failed";
|
|
430
|
+
running: "running";
|
|
431
|
+
starting: "starting";
|
|
432
|
+
pending: "pending";
|
|
433
|
+
stopped: "stopped";
|
|
434
|
+
}>;
|
|
435
|
+
sandboxInstanceId: z.ZodNullable<z.ZodString>;
|
|
436
|
+
containerId: z.ZodNullable<z.ZodString>;
|
|
437
|
+
previewUrl: z.ZodNullable<z.ZodString>;
|
|
438
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
439
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
440
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
441
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
442
|
+
createdAt: z.ZodString;
|
|
443
|
+
updatedAt: z.ZodString;
|
|
444
|
+
}, z.core.$strict>;
|
|
445
|
+
readonly 404: z.ZodObject<{
|
|
446
|
+
message: z.ZodString;
|
|
447
|
+
}, z.core.$strict>;
|
|
448
|
+
readonly 500: z.ZodObject<{
|
|
449
|
+
error: z.ZodString;
|
|
450
|
+
}, z.core.$strict>;
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
/**
|
|
454
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxId comprehensive path type for use with OpenapiClient.request()
|
|
455
|
+
*/
|
|
456
|
+
export interface IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPath {
|
|
457
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}';
|
|
458
|
+
params: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdParameters;
|
|
459
|
+
response: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse200;
|
|
460
|
+
error?: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse404 | IGetApiV1OrganizationsorganizationIdSandboxessandboxIdResponse500;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs path parameters schema
|
|
464
|
+
*/
|
|
465
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsParametersSchema: z.ZodObject<{
|
|
466
|
+
organizationId: z.ZodString;
|
|
467
|
+
sandboxId: z.ZodString;
|
|
468
|
+
}, z.core.$strip>;
|
|
469
|
+
/**
|
|
470
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs path parameters type
|
|
471
|
+
*/
|
|
472
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsParametersSchema>;
|
|
473
|
+
/**
|
|
474
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs 404 response schema
|
|
475
|
+
*/
|
|
476
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse404Schema: z.ZodObject<{
|
|
477
|
+
message: z.ZodString;
|
|
478
|
+
}, z.core.$strict>;
|
|
479
|
+
/**
|
|
480
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs 404 response type
|
|
481
|
+
*/
|
|
482
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse404Schema>;
|
|
483
|
+
/**
|
|
484
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs 500 response schema
|
|
485
|
+
*/
|
|
486
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse500Schema: z.ZodObject<{
|
|
487
|
+
error: z.ZodString;
|
|
488
|
+
}, z.core.$strict>;
|
|
489
|
+
/**
|
|
490
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs 500 response type
|
|
491
|
+
*/
|
|
492
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse500Schema>;
|
|
493
|
+
/**
|
|
494
|
+
* Stream sandbox logs
|
|
495
|
+
*/
|
|
496
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs: {
|
|
497
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/logs";
|
|
498
|
+
readonly method: "GET";
|
|
499
|
+
readonly params: z.ZodObject<{
|
|
500
|
+
organizationId: z.ZodString;
|
|
501
|
+
sandboxId: z.ZodString;
|
|
502
|
+
}, z.core.$strip>;
|
|
503
|
+
readonly responses: {
|
|
504
|
+
readonly 404: z.ZodObject<{
|
|
505
|
+
message: z.ZodString;
|
|
506
|
+
}, z.core.$strict>;
|
|
507
|
+
readonly 500: z.ZodObject<{
|
|
508
|
+
error: z.ZodString;
|
|
509
|
+
}, z.core.$strict>;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
/**
|
|
513
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs comprehensive path type for use with OpenapiClient.request()
|
|
514
|
+
*/
|
|
515
|
+
export interface IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsPath {
|
|
516
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/logs';
|
|
517
|
+
params: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsParameters;
|
|
518
|
+
error?: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse404 | IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsResponse500;
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop path parameters schema
|
|
522
|
+
*/
|
|
523
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopParametersSchema: z.ZodObject<{
|
|
524
|
+
organizationId: z.ZodString;
|
|
525
|
+
sandboxId: z.ZodString;
|
|
526
|
+
}, z.core.$strip>;
|
|
527
|
+
/**
|
|
528
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop path parameters type
|
|
529
|
+
*/
|
|
530
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopParametersSchema>;
|
|
531
|
+
/**
|
|
532
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 200 response schema
|
|
533
|
+
*/
|
|
534
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse200Schema: z.ZodObject<{
|
|
535
|
+
message: z.ZodString;
|
|
536
|
+
sandboxId: z.ZodString;
|
|
537
|
+
status: z.ZodString;
|
|
538
|
+
}, z.core.$strict>;
|
|
539
|
+
/**
|
|
540
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 200 response type
|
|
541
|
+
*/
|
|
542
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse200Schema>;
|
|
543
|
+
/**
|
|
544
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 400 response schema
|
|
545
|
+
*/
|
|
546
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse400Schema: z.ZodVoid;
|
|
547
|
+
/**
|
|
548
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 400 response type
|
|
549
|
+
*/
|
|
550
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse400Schema>;
|
|
551
|
+
/**
|
|
552
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 404 response schema
|
|
553
|
+
*/
|
|
554
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse404Schema: z.ZodObject<{
|
|
555
|
+
message: z.ZodString;
|
|
556
|
+
}, z.core.$strict>;
|
|
557
|
+
/**
|
|
558
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 404 response type
|
|
559
|
+
*/
|
|
560
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse404Schema>;
|
|
561
|
+
/**
|
|
562
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 500 response schema
|
|
563
|
+
*/
|
|
564
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse500Schema: z.ZodObject<{
|
|
565
|
+
error: z.ZodString;
|
|
566
|
+
}, z.core.$strict>;
|
|
567
|
+
/**
|
|
568
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop 500 response type
|
|
569
|
+
*/
|
|
570
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse500Schema>;
|
|
571
|
+
/**
|
|
572
|
+
* Stop sandbox
|
|
573
|
+
*/
|
|
574
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop: {
|
|
575
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/stop";
|
|
576
|
+
readonly method: "POST";
|
|
577
|
+
readonly params: z.ZodObject<{
|
|
578
|
+
organizationId: z.ZodString;
|
|
579
|
+
sandboxId: z.ZodString;
|
|
580
|
+
}, z.core.$strip>;
|
|
581
|
+
readonly responses: {
|
|
582
|
+
readonly 200: z.ZodObject<{
|
|
583
|
+
message: z.ZodString;
|
|
584
|
+
sandboxId: z.ZodString;
|
|
585
|
+
status: z.ZodString;
|
|
586
|
+
}, z.core.$strict>;
|
|
587
|
+
readonly 400: z.ZodVoid;
|
|
588
|
+
readonly 404: z.ZodObject<{
|
|
589
|
+
message: z.ZodString;
|
|
590
|
+
}, z.core.$strict>;
|
|
591
|
+
readonly 500: z.ZodObject<{
|
|
592
|
+
error: z.ZodString;
|
|
593
|
+
}, z.core.$strict>;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
/**
|
|
597
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdStop comprehensive path type for use with OpenapiClient.request()
|
|
598
|
+
*/
|
|
599
|
+
export interface IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopPath {
|
|
600
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/stop';
|
|
601
|
+
params: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopParameters;
|
|
602
|
+
response: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse200;
|
|
603
|
+
error?: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse400 | IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse404 | IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopResponse500;
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose path parameters schema
|
|
607
|
+
*/
|
|
608
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeParametersSchema: z.ZodObject<{
|
|
609
|
+
organizationId: z.ZodString;
|
|
610
|
+
sandboxId: z.ZodString;
|
|
611
|
+
port: z.ZodString;
|
|
612
|
+
}, z.core.$strip>;
|
|
613
|
+
/**
|
|
614
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose path parameters type
|
|
615
|
+
*/
|
|
616
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeParametersSchema>;
|
|
617
|
+
/**
|
|
618
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 200 response schema
|
|
619
|
+
*/
|
|
620
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse200Schema: z.ZodObject<{
|
|
621
|
+
message: z.ZodString;
|
|
622
|
+
port: z.ZodNumber;
|
|
623
|
+
url: z.ZodOptional<z.ZodString>;
|
|
624
|
+
}, z.core.$strict>;
|
|
625
|
+
/**
|
|
626
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 200 response type
|
|
627
|
+
*/
|
|
628
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse200Schema>;
|
|
629
|
+
/**
|
|
630
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 400 response schema
|
|
631
|
+
*/
|
|
632
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse400Schema: z.ZodVoid;
|
|
633
|
+
/**
|
|
634
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 400 response type
|
|
635
|
+
*/
|
|
636
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse400Schema>;
|
|
637
|
+
/**
|
|
638
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 404 response schema
|
|
639
|
+
*/
|
|
640
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse404Schema: z.ZodObject<{
|
|
641
|
+
message: z.ZodString;
|
|
642
|
+
}, z.core.$strict>;
|
|
643
|
+
/**
|
|
644
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 404 response type
|
|
645
|
+
*/
|
|
646
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse404Schema>;
|
|
647
|
+
/**
|
|
648
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 500 response schema
|
|
649
|
+
*/
|
|
650
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse500Schema: z.ZodObject<{
|
|
651
|
+
error: z.ZodString;
|
|
652
|
+
}, z.core.$strict>;
|
|
653
|
+
/**
|
|
654
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose 500 response type
|
|
655
|
+
*/
|
|
656
|
+
export type IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse500Schema>;
|
|
657
|
+
/**
|
|
658
|
+
* Expose sandbox port
|
|
659
|
+
*/
|
|
660
|
+
export declare const PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose: {
|
|
661
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/expose";
|
|
662
|
+
readonly method: "POST";
|
|
663
|
+
readonly params: z.ZodObject<{
|
|
664
|
+
organizationId: z.ZodString;
|
|
665
|
+
sandboxId: z.ZodString;
|
|
666
|
+
port: z.ZodString;
|
|
667
|
+
}, z.core.$strip>;
|
|
668
|
+
readonly responses: {
|
|
669
|
+
readonly 200: z.ZodObject<{
|
|
670
|
+
message: z.ZodString;
|
|
671
|
+
port: z.ZodNumber;
|
|
672
|
+
url: z.ZodOptional<z.ZodString>;
|
|
673
|
+
}, z.core.$strict>;
|
|
674
|
+
readonly 400: z.ZodVoid;
|
|
675
|
+
readonly 404: z.ZodObject<{
|
|
676
|
+
message: z.ZodString;
|
|
677
|
+
}, z.core.$strict>;
|
|
678
|
+
readonly 500: z.ZodObject<{
|
|
679
|
+
error: z.ZodString;
|
|
680
|
+
}, z.core.$strict>;
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
/**
|
|
684
|
+
* PostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose comprehensive path type for use with OpenapiClient.request()
|
|
685
|
+
*/
|
|
686
|
+
export interface IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposePath {
|
|
687
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/expose';
|
|
688
|
+
params: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeParameters;
|
|
689
|
+
response: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse200;
|
|
690
|
+
error?: IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse400 | IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse404 | IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeResponse500;
|
|
691
|
+
}
|
|
692
|
+
/**
|
|
693
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose path parameters schema
|
|
694
|
+
*/
|
|
695
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeParametersSchema: z.ZodObject<{
|
|
696
|
+
organizationId: z.ZodString;
|
|
697
|
+
sandboxId: z.ZodString;
|
|
698
|
+
port: z.ZodString;
|
|
699
|
+
}, z.core.$strip>;
|
|
700
|
+
/**
|
|
701
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose path parameters type
|
|
702
|
+
*/
|
|
703
|
+
export type IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeParametersSchema>;
|
|
704
|
+
/**
|
|
705
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 200 response schema
|
|
706
|
+
*/
|
|
707
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse200Schema: z.ZodObject<{
|
|
708
|
+
message: z.ZodString;
|
|
709
|
+
port: z.ZodNumber;
|
|
710
|
+
}, z.core.$strict>;
|
|
711
|
+
/**
|
|
712
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 200 response type
|
|
713
|
+
*/
|
|
714
|
+
export type IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse200 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse200Schema>;
|
|
715
|
+
/**
|
|
716
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 400 response schema
|
|
717
|
+
*/
|
|
718
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse400Schema: z.ZodVoid;
|
|
719
|
+
/**
|
|
720
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 400 response type
|
|
721
|
+
*/
|
|
722
|
+
export type IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse400 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse400Schema>;
|
|
723
|
+
/**
|
|
724
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 404 response schema
|
|
725
|
+
*/
|
|
726
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse404Schema: z.ZodObject<{
|
|
727
|
+
message: z.ZodString;
|
|
728
|
+
}, z.core.$strict>;
|
|
729
|
+
/**
|
|
730
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 404 response type
|
|
731
|
+
*/
|
|
732
|
+
export type IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse404Schema>;
|
|
733
|
+
/**
|
|
734
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 500 response schema
|
|
735
|
+
*/
|
|
736
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse500Schema: z.ZodObject<{
|
|
737
|
+
error: z.ZodString;
|
|
738
|
+
}, z.core.$strict>;
|
|
739
|
+
/**
|
|
740
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose 500 response type
|
|
741
|
+
*/
|
|
742
|
+
export type IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse500Schema>;
|
|
743
|
+
/**
|
|
744
|
+
* Unexpose sandbox port
|
|
745
|
+
*/
|
|
746
|
+
export declare const DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose: {
|
|
747
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/unexpose";
|
|
748
|
+
readonly method: "DELETE";
|
|
749
|
+
readonly params: z.ZodObject<{
|
|
750
|
+
organizationId: z.ZodString;
|
|
751
|
+
sandboxId: z.ZodString;
|
|
752
|
+
port: z.ZodString;
|
|
753
|
+
}, z.core.$strip>;
|
|
754
|
+
readonly responses: {
|
|
755
|
+
readonly 200: z.ZodObject<{
|
|
756
|
+
message: z.ZodString;
|
|
757
|
+
port: z.ZodNumber;
|
|
758
|
+
}, z.core.$strict>;
|
|
759
|
+
readonly 400: z.ZodVoid;
|
|
760
|
+
readonly 404: z.ZodObject<{
|
|
761
|
+
message: z.ZodString;
|
|
762
|
+
}, z.core.$strict>;
|
|
763
|
+
readonly 500: z.ZodObject<{
|
|
764
|
+
error: z.ZodString;
|
|
765
|
+
}, z.core.$strict>;
|
|
766
|
+
};
|
|
767
|
+
};
|
|
768
|
+
/**
|
|
769
|
+
* DeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose comprehensive path type for use with OpenapiClient.request()
|
|
770
|
+
*/
|
|
771
|
+
export interface IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposePath {
|
|
772
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/unexpose';
|
|
773
|
+
params: IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeParameters;
|
|
774
|
+
response: IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse200;
|
|
775
|
+
error?: IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse400 | IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse404 | IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeResponse500;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts path parameters schema
|
|
779
|
+
*/
|
|
780
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsParametersSchema: z.ZodObject<{
|
|
781
|
+
organizationId: z.ZodString;
|
|
782
|
+
sandboxId: z.ZodString;
|
|
783
|
+
}, z.core.$strip>;
|
|
784
|
+
/**
|
|
785
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts path parameters type
|
|
786
|
+
*/
|
|
787
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsParametersSchema>;
|
|
788
|
+
/**
|
|
789
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 200 response schema
|
|
790
|
+
*/
|
|
791
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse200Schema: z.ZodObject<{
|
|
792
|
+
ports: z.ZodArray<z.ZodObject<{
|
|
793
|
+
port: z.ZodNumber;
|
|
794
|
+
url: z.ZodOptional<z.ZodString>;
|
|
795
|
+
}, z.core.$strict>>;
|
|
796
|
+
}, z.core.$strict>;
|
|
797
|
+
/**
|
|
798
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 200 response type
|
|
799
|
+
*/
|
|
800
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse200Schema>;
|
|
801
|
+
/**
|
|
802
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 404 response schema
|
|
803
|
+
*/
|
|
804
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse404Schema: z.ZodObject<{
|
|
805
|
+
message: z.ZodString;
|
|
806
|
+
}, z.core.$strict>;
|
|
807
|
+
/**
|
|
808
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 404 response type
|
|
809
|
+
*/
|
|
810
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse404Schema>;
|
|
811
|
+
/**
|
|
812
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 500 response schema
|
|
813
|
+
*/
|
|
814
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse500Schema: z.ZodObject<{
|
|
815
|
+
error: z.ZodString;
|
|
816
|
+
}, z.core.$strict>;
|
|
817
|
+
/**
|
|
818
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts 500 response type
|
|
819
|
+
*/
|
|
820
|
+
export type IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse500Schema>;
|
|
821
|
+
/**
|
|
822
|
+
* List exposed ports
|
|
823
|
+
*/
|
|
824
|
+
export declare const GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts: {
|
|
825
|
+
readonly path: "/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports";
|
|
826
|
+
readonly method: "GET";
|
|
827
|
+
readonly params: z.ZodObject<{
|
|
828
|
+
organizationId: z.ZodString;
|
|
829
|
+
sandboxId: z.ZodString;
|
|
830
|
+
}, z.core.$strip>;
|
|
831
|
+
readonly responses: {
|
|
832
|
+
readonly 200: z.ZodObject<{
|
|
833
|
+
ports: z.ZodArray<z.ZodObject<{
|
|
834
|
+
port: z.ZodNumber;
|
|
835
|
+
url: z.ZodOptional<z.ZodString>;
|
|
836
|
+
}, z.core.$strict>>;
|
|
837
|
+
}, z.core.$strict>;
|
|
838
|
+
readonly 404: z.ZodObject<{
|
|
839
|
+
message: z.ZodString;
|
|
840
|
+
}, z.core.$strict>;
|
|
841
|
+
readonly 500: z.ZodObject<{
|
|
842
|
+
error: z.ZodString;
|
|
843
|
+
}, z.core.$strict>;
|
|
844
|
+
};
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* GetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts comprehensive path type for use with OpenapiClient.request()
|
|
848
|
+
*/
|
|
849
|
+
export interface IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsPath {
|
|
850
|
+
path: '/api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports';
|
|
851
|
+
params: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsParameters;
|
|
852
|
+
response: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse200;
|
|
853
|
+
error?: IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse404 | IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsResponse500;
|
|
854
|
+
}
|
|
855
|
+
//# sourceMappingURL=sandboxes.d.ts.map
|