@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 @@
|
|
|
1
|
+
{"version":3,"file":"activities.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/types/activities.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* agentEnvironmentVariables operations generated from OpenAPI specification
|
|
3
|
+
* @generated This file is auto-generated. Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
/**
|
|
7
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables path parameters schema
|
|
8
|
+
*/
|
|
9
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParametersSchema: z.ZodObject<{
|
|
10
|
+
organizationId: z.ZodString;
|
|
11
|
+
profileId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
/**
|
|
14
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables path parameters type
|
|
15
|
+
*/
|
|
16
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParametersSchema>;
|
|
17
|
+
/**
|
|
18
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 200 response schema
|
|
19
|
+
*/
|
|
20
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200Schema: z.ZodArray<z.ZodObject<{
|
|
21
|
+
id: z.ZodString;
|
|
22
|
+
agentProfileId: z.ZodString;
|
|
23
|
+
key: z.ZodString;
|
|
24
|
+
value: z.ZodString;
|
|
25
|
+
description: z.ZodNullable<z.ZodString>;
|
|
26
|
+
isRequired: z.ZodBoolean;
|
|
27
|
+
isSecret: z.ZodBoolean;
|
|
28
|
+
createdAt: z.ZodString;
|
|
29
|
+
updatedAt: z.ZodString;
|
|
30
|
+
}, z.core.$strict>>;
|
|
31
|
+
/**
|
|
32
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 200 response type
|
|
33
|
+
*/
|
|
34
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200Schema>;
|
|
35
|
+
/**
|
|
36
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 500 response schema
|
|
37
|
+
*/
|
|
38
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500Schema: z.ZodObject<{
|
|
39
|
+
error: z.ZodString;
|
|
40
|
+
}, z.core.$strict>;
|
|
41
|
+
/**
|
|
42
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 500 response type
|
|
43
|
+
*/
|
|
44
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500Schema>;
|
|
45
|
+
/**
|
|
46
|
+
* List environment variables
|
|
47
|
+
*/
|
|
48
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables: {
|
|
49
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables";
|
|
50
|
+
readonly method: "GET";
|
|
51
|
+
readonly params: z.ZodObject<{
|
|
52
|
+
organizationId: z.ZodString;
|
|
53
|
+
profileId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>;
|
|
55
|
+
readonly responses: {
|
|
56
|
+
readonly 200: z.ZodArray<z.ZodObject<{
|
|
57
|
+
id: z.ZodString;
|
|
58
|
+
agentProfileId: z.ZodString;
|
|
59
|
+
key: z.ZodString;
|
|
60
|
+
value: z.ZodString;
|
|
61
|
+
description: z.ZodNullable<z.ZodString>;
|
|
62
|
+
isRequired: z.ZodBoolean;
|
|
63
|
+
isSecret: z.ZodBoolean;
|
|
64
|
+
createdAt: z.ZodString;
|
|
65
|
+
updatedAt: z.ZodString;
|
|
66
|
+
}, z.core.$strict>>;
|
|
67
|
+
readonly 500: z.ZodObject<{
|
|
68
|
+
error: z.ZodString;
|
|
69
|
+
}, z.core.$strict>;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables comprehensive path type for use with OpenapiClient.request()
|
|
74
|
+
*/
|
|
75
|
+
export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesPath {
|
|
76
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables';
|
|
77
|
+
params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParameters;
|
|
78
|
+
response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200;
|
|
79
|
+
error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord path parameters schema
|
|
83
|
+
*/
|
|
84
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParametersSchema: z.ZodObject<{
|
|
85
|
+
organizationId: z.ZodString;
|
|
86
|
+
profileId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>;
|
|
88
|
+
/**
|
|
89
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord path parameters type
|
|
90
|
+
*/
|
|
91
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParametersSchema>;
|
|
92
|
+
/**
|
|
93
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 200 response schema
|
|
94
|
+
*/
|
|
95
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200Schema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
96
|
+
/**
|
|
97
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 200 response type
|
|
98
|
+
*/
|
|
99
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200Schema>;
|
|
100
|
+
/**
|
|
101
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 500 response schema
|
|
102
|
+
*/
|
|
103
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500Schema: z.ZodObject<{
|
|
104
|
+
error: z.ZodString;
|
|
105
|
+
}, z.core.$strict>;
|
|
106
|
+
/**
|
|
107
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 500 response type
|
|
108
|
+
*/
|
|
109
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500Schema>;
|
|
110
|
+
/**
|
|
111
|
+
* Get environment variables as record
|
|
112
|
+
*/
|
|
113
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord: {
|
|
114
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/record";
|
|
115
|
+
readonly method: "GET";
|
|
116
|
+
readonly params: z.ZodObject<{
|
|
117
|
+
organizationId: z.ZodString;
|
|
118
|
+
profileId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>;
|
|
120
|
+
readonly responses: {
|
|
121
|
+
readonly 200: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
122
|
+
readonly 500: z.ZodObject<{
|
|
123
|
+
error: z.ZodString;
|
|
124
|
+
}, z.core.$strict>;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord comprehensive path type for use with OpenapiClient.request()
|
|
129
|
+
*/
|
|
130
|
+
export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordPath {
|
|
131
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/record';
|
|
132
|
+
params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParameters;
|
|
133
|
+
response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200;
|
|
134
|
+
error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
|
|
138
|
+
*/
|
|
139
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
|
|
140
|
+
organizationId: z.ZodString;
|
|
141
|
+
profileId: z.ZodString;
|
|
142
|
+
key: z.ZodString;
|
|
143
|
+
}, z.core.$strip>;
|
|
144
|
+
/**
|
|
145
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
|
|
146
|
+
*/
|
|
147
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
|
|
148
|
+
/**
|
|
149
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response schema
|
|
150
|
+
*/
|
|
151
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema: z.ZodObject<{
|
|
152
|
+
id: z.ZodString;
|
|
153
|
+
agentProfileId: z.ZodString;
|
|
154
|
+
key: z.ZodString;
|
|
155
|
+
value: z.ZodString;
|
|
156
|
+
description: z.ZodNullable<z.ZodString>;
|
|
157
|
+
isRequired: z.ZodBoolean;
|
|
158
|
+
isSecret: z.ZodBoolean;
|
|
159
|
+
createdAt: z.ZodString;
|
|
160
|
+
updatedAt: z.ZodString;
|
|
161
|
+
}, z.core.$strict>;
|
|
162
|
+
/**
|
|
163
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response type
|
|
164
|
+
*/
|
|
165
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema>;
|
|
166
|
+
/**
|
|
167
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response schema
|
|
168
|
+
*/
|
|
169
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema: z.ZodObject<{
|
|
170
|
+
message: z.ZodString;
|
|
171
|
+
}, z.core.$strict>;
|
|
172
|
+
/**
|
|
173
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response type
|
|
174
|
+
*/
|
|
175
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema>;
|
|
176
|
+
/**
|
|
177
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
|
|
178
|
+
*/
|
|
179
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
|
|
180
|
+
error: z.ZodString;
|
|
181
|
+
}, z.core.$strict>;
|
|
182
|
+
/**
|
|
183
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
|
|
184
|
+
*/
|
|
185
|
+
export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
|
|
186
|
+
/**
|
|
187
|
+
* Get environment variable by key
|
|
188
|
+
*/
|
|
189
|
+
export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
|
|
190
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
|
|
191
|
+
readonly method: "GET";
|
|
192
|
+
readonly params: z.ZodObject<{
|
|
193
|
+
organizationId: z.ZodString;
|
|
194
|
+
profileId: z.ZodString;
|
|
195
|
+
key: z.ZodString;
|
|
196
|
+
}, z.core.$strip>;
|
|
197
|
+
readonly responses: {
|
|
198
|
+
readonly 200: z.ZodObject<{
|
|
199
|
+
id: z.ZodString;
|
|
200
|
+
agentProfileId: z.ZodString;
|
|
201
|
+
key: z.ZodString;
|
|
202
|
+
value: z.ZodString;
|
|
203
|
+
description: z.ZodNullable<z.ZodString>;
|
|
204
|
+
isRequired: z.ZodBoolean;
|
|
205
|
+
isSecret: z.ZodBoolean;
|
|
206
|
+
createdAt: z.ZodString;
|
|
207
|
+
updatedAt: z.ZodString;
|
|
208
|
+
}, z.core.$strict>;
|
|
209
|
+
readonly 404: z.ZodObject<{
|
|
210
|
+
message: z.ZodString;
|
|
211
|
+
}, z.core.$strict>;
|
|
212
|
+
readonly 500: z.ZodObject<{
|
|
213
|
+
error: z.ZodString;
|
|
214
|
+
}, z.core.$strict>;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
|
|
219
|
+
*/
|
|
220
|
+
export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
|
|
221
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
|
|
222
|
+
params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
|
|
223
|
+
response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200;
|
|
224
|
+
error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 | IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
|
|
228
|
+
*/
|
|
229
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
|
|
230
|
+
organizationId: z.ZodString;
|
|
231
|
+
profileId: z.ZodString;
|
|
232
|
+
key: z.ZodString;
|
|
233
|
+
}, z.core.$strip>;
|
|
234
|
+
/**
|
|
235
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
|
|
236
|
+
*/
|
|
237
|
+
export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
|
|
238
|
+
/**
|
|
239
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey request body schema
|
|
240
|
+
*/
|
|
241
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBodySchema: z.ZodObject<{
|
|
242
|
+
key: z.ZodString;
|
|
243
|
+
value: z.ZodString;
|
|
244
|
+
description: z.ZodOptional<z.ZodString>;
|
|
245
|
+
isRequired: z.ZodBoolean;
|
|
246
|
+
isSecret: z.ZodBoolean;
|
|
247
|
+
}, z.core.$strict>;
|
|
248
|
+
/**
|
|
249
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey request body type
|
|
250
|
+
*/
|
|
251
|
+
export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBody = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBodySchema>;
|
|
252
|
+
/**
|
|
253
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response schema
|
|
254
|
+
*/
|
|
255
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema: z.ZodObject<{
|
|
256
|
+
id: z.ZodString;
|
|
257
|
+
agentProfileId: z.ZodString;
|
|
258
|
+
key: z.ZodString;
|
|
259
|
+
value: z.ZodString;
|
|
260
|
+
description: z.ZodNullable<z.ZodString>;
|
|
261
|
+
isRequired: z.ZodBoolean;
|
|
262
|
+
isSecret: z.ZodBoolean;
|
|
263
|
+
createdAt: z.ZodString;
|
|
264
|
+
updatedAt: z.ZodString;
|
|
265
|
+
}, z.core.$strict>;
|
|
266
|
+
/**
|
|
267
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response type
|
|
268
|
+
*/
|
|
269
|
+
export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema>;
|
|
270
|
+
/**
|
|
271
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 400 response schema
|
|
272
|
+
*/
|
|
273
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400Schema: z.ZodVoid;
|
|
274
|
+
/**
|
|
275
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 400 response type
|
|
276
|
+
*/
|
|
277
|
+
export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400Schema>;
|
|
278
|
+
/**
|
|
279
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
|
|
280
|
+
*/
|
|
281
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
|
|
282
|
+
error: z.ZodString;
|
|
283
|
+
}, z.core.$strict>;
|
|
284
|
+
/**
|
|
285
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
|
|
286
|
+
*/
|
|
287
|
+
export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
|
|
288
|
+
/**
|
|
289
|
+
* Set environment variable
|
|
290
|
+
*/
|
|
291
|
+
export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
|
|
292
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
|
|
293
|
+
readonly method: "PUT";
|
|
294
|
+
readonly params: z.ZodObject<{
|
|
295
|
+
organizationId: z.ZodString;
|
|
296
|
+
profileId: z.ZodString;
|
|
297
|
+
key: z.ZodString;
|
|
298
|
+
}, z.core.$strip>;
|
|
299
|
+
readonly requestBody: z.ZodObject<{
|
|
300
|
+
key: z.ZodString;
|
|
301
|
+
value: z.ZodString;
|
|
302
|
+
description: z.ZodOptional<z.ZodString>;
|
|
303
|
+
isRequired: z.ZodBoolean;
|
|
304
|
+
isSecret: z.ZodBoolean;
|
|
305
|
+
}, z.core.$strict>;
|
|
306
|
+
readonly responses: {
|
|
307
|
+
readonly 200: z.ZodObject<{
|
|
308
|
+
id: z.ZodString;
|
|
309
|
+
agentProfileId: z.ZodString;
|
|
310
|
+
key: z.ZodString;
|
|
311
|
+
value: z.ZodString;
|
|
312
|
+
description: z.ZodNullable<z.ZodString>;
|
|
313
|
+
isRequired: z.ZodBoolean;
|
|
314
|
+
isSecret: z.ZodBoolean;
|
|
315
|
+
createdAt: z.ZodString;
|
|
316
|
+
updatedAt: z.ZodString;
|
|
317
|
+
}, z.core.$strict>;
|
|
318
|
+
readonly 400: z.ZodVoid;
|
|
319
|
+
readonly 500: z.ZodObject<{
|
|
320
|
+
error: z.ZodString;
|
|
321
|
+
}, z.core.$strict>;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
|
|
326
|
+
*/
|
|
327
|
+
export interface IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
|
|
328
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
|
|
329
|
+
params: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
|
|
330
|
+
body?: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBody;
|
|
331
|
+
response: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200;
|
|
332
|
+
error?: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400 | IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
|
|
336
|
+
*/
|
|
337
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
|
|
338
|
+
organizationId: z.ZodString;
|
|
339
|
+
profileId: z.ZodString;
|
|
340
|
+
key: z.ZodString;
|
|
341
|
+
}, z.core.$strip>;
|
|
342
|
+
/**
|
|
343
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
|
|
344
|
+
*/
|
|
345
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
|
|
346
|
+
/**
|
|
347
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 204 response schema
|
|
348
|
+
*/
|
|
349
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204Schema: z.ZodVoid;
|
|
350
|
+
/**
|
|
351
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 204 response type
|
|
352
|
+
*/
|
|
353
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204Schema>;
|
|
354
|
+
/**
|
|
355
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response schema
|
|
356
|
+
*/
|
|
357
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema: z.ZodObject<{
|
|
358
|
+
message: z.ZodString;
|
|
359
|
+
}, z.core.$strict>;
|
|
360
|
+
/**
|
|
361
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response type
|
|
362
|
+
*/
|
|
363
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema>;
|
|
364
|
+
/**
|
|
365
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
|
|
366
|
+
*/
|
|
367
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
|
|
368
|
+
error: z.ZodString;
|
|
369
|
+
}, z.core.$strict>;
|
|
370
|
+
/**
|
|
371
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
|
|
372
|
+
*/
|
|
373
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
|
|
374
|
+
/**
|
|
375
|
+
* Delete environment variable by key
|
|
376
|
+
*/
|
|
377
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
|
|
378
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
|
|
379
|
+
readonly method: "DELETE";
|
|
380
|
+
readonly params: z.ZodObject<{
|
|
381
|
+
organizationId: z.ZodString;
|
|
382
|
+
profileId: z.ZodString;
|
|
383
|
+
key: z.ZodString;
|
|
384
|
+
}, z.core.$strip>;
|
|
385
|
+
readonly responses: {
|
|
386
|
+
readonly 204: z.ZodVoid;
|
|
387
|
+
readonly 404: z.ZodObject<{
|
|
388
|
+
message: z.ZodString;
|
|
389
|
+
}, z.core.$strict>;
|
|
390
|
+
readonly 500: z.ZodObject<{
|
|
391
|
+
error: z.ZodString;
|
|
392
|
+
}, z.core.$strict>;
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
|
|
397
|
+
*/
|
|
398
|
+
export interface IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
|
|
399
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
|
|
400
|
+
params: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
|
|
401
|
+
response: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204;
|
|
402
|
+
error?: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 | IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk path parameters schema
|
|
406
|
+
*/
|
|
407
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParametersSchema: z.ZodObject<{
|
|
408
|
+
organizationId: z.ZodString;
|
|
409
|
+
profileId: z.ZodString;
|
|
410
|
+
}, z.core.$strip>;
|
|
411
|
+
/**
|
|
412
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk path parameters type
|
|
413
|
+
*/
|
|
414
|
+
export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParametersSchema>;
|
|
415
|
+
/**
|
|
416
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk request body schema
|
|
417
|
+
*/
|
|
418
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBodySchema: z.ZodObject<{
|
|
419
|
+
variables: z.ZodArray<z.ZodObject<{
|
|
420
|
+
key: z.ZodString;
|
|
421
|
+
value: z.ZodString;
|
|
422
|
+
description: z.ZodOptional<z.ZodString>;
|
|
423
|
+
isRequired: z.ZodBoolean;
|
|
424
|
+
isSecret: z.ZodBoolean;
|
|
425
|
+
}, z.core.$strict>>;
|
|
426
|
+
}, z.core.$strict>;
|
|
427
|
+
/**
|
|
428
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk request body type
|
|
429
|
+
*/
|
|
430
|
+
export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBodySchema>;
|
|
431
|
+
/**
|
|
432
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 200 response schema
|
|
433
|
+
*/
|
|
434
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200Schema: z.ZodObject<{
|
|
435
|
+
message: z.ZodString;
|
|
436
|
+
}, z.core.$strict>;
|
|
437
|
+
/**
|
|
438
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 200 response type
|
|
439
|
+
*/
|
|
440
|
+
export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200Schema>;
|
|
441
|
+
/**
|
|
442
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 400 response schema
|
|
443
|
+
*/
|
|
444
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400Schema: z.ZodVoid;
|
|
445
|
+
/**
|
|
446
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 400 response type
|
|
447
|
+
*/
|
|
448
|
+
export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400Schema>;
|
|
449
|
+
/**
|
|
450
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 500 response schema
|
|
451
|
+
*/
|
|
452
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500Schema: z.ZodObject<{
|
|
453
|
+
error: z.ZodString;
|
|
454
|
+
}, z.core.$strict>;
|
|
455
|
+
/**
|
|
456
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 500 response type
|
|
457
|
+
*/
|
|
458
|
+
export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500Schema>;
|
|
459
|
+
/**
|
|
460
|
+
* Bulk upsert environment variables
|
|
461
|
+
*/
|
|
462
|
+
export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk: {
|
|
463
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/bulk";
|
|
464
|
+
readonly method: "POST";
|
|
465
|
+
readonly params: z.ZodObject<{
|
|
466
|
+
organizationId: z.ZodString;
|
|
467
|
+
profileId: z.ZodString;
|
|
468
|
+
}, z.core.$strip>;
|
|
469
|
+
readonly requestBody: z.ZodObject<{
|
|
470
|
+
variables: z.ZodArray<z.ZodObject<{
|
|
471
|
+
key: z.ZodString;
|
|
472
|
+
value: z.ZodString;
|
|
473
|
+
description: z.ZodOptional<z.ZodString>;
|
|
474
|
+
isRequired: z.ZodBoolean;
|
|
475
|
+
isSecret: z.ZodBoolean;
|
|
476
|
+
}, z.core.$strict>>;
|
|
477
|
+
}, z.core.$strict>;
|
|
478
|
+
readonly responses: {
|
|
479
|
+
readonly 200: z.ZodObject<{
|
|
480
|
+
message: z.ZodString;
|
|
481
|
+
}, z.core.$strict>;
|
|
482
|
+
readonly 400: z.ZodVoid;
|
|
483
|
+
readonly 500: z.ZodObject<{
|
|
484
|
+
error: z.ZodString;
|
|
485
|
+
}, z.core.$strict>;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
/**
|
|
489
|
+
* PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk comprehensive path type for use with OpenapiClient.request()
|
|
490
|
+
*/
|
|
491
|
+
export interface IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath {
|
|
492
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/bulk';
|
|
493
|
+
params: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParameters;
|
|
494
|
+
body?: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBody;
|
|
495
|
+
response: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200;
|
|
496
|
+
error?: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400 | IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500;
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId path parameters schema
|
|
500
|
+
*/
|
|
501
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParametersSchema: z.ZodObject<{
|
|
502
|
+
organizationId: z.ZodString;
|
|
503
|
+
profileId: z.ZodString;
|
|
504
|
+
id: z.ZodString;
|
|
505
|
+
}, z.core.$strip>;
|
|
506
|
+
/**
|
|
507
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId path parameters type
|
|
508
|
+
*/
|
|
509
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParametersSchema>;
|
|
510
|
+
/**
|
|
511
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 204 response schema
|
|
512
|
+
*/
|
|
513
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204Schema: z.ZodVoid;
|
|
514
|
+
/**
|
|
515
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 204 response type
|
|
516
|
+
*/
|
|
517
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204Schema>;
|
|
518
|
+
/**
|
|
519
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 500 response schema
|
|
520
|
+
*/
|
|
521
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500Schema: z.ZodObject<{
|
|
522
|
+
error: z.ZodString;
|
|
523
|
+
}, z.core.$strict>;
|
|
524
|
+
/**
|
|
525
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 500 response type
|
|
526
|
+
*/
|
|
527
|
+
export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500Schema>;
|
|
528
|
+
/**
|
|
529
|
+
* Delete environment variable by ID
|
|
530
|
+
*/
|
|
531
|
+
export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId: {
|
|
532
|
+
readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/by-id/{id}";
|
|
533
|
+
readonly method: "DELETE";
|
|
534
|
+
readonly params: z.ZodObject<{
|
|
535
|
+
organizationId: z.ZodString;
|
|
536
|
+
profileId: z.ZodString;
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
}, z.core.$strip>;
|
|
539
|
+
readonly responses: {
|
|
540
|
+
readonly 204: z.ZodVoid;
|
|
541
|
+
readonly 500: z.ZodObject<{
|
|
542
|
+
error: z.ZodString;
|
|
543
|
+
}, z.core.$strict>;
|
|
544
|
+
};
|
|
545
|
+
};
|
|
546
|
+
/**
|
|
547
|
+
* DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId comprehensive path type for use with OpenapiClient.request()
|
|
548
|
+
*/
|
|
549
|
+
export interface IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdPath {
|
|
550
|
+
path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/by-id/{id}';
|
|
551
|
+
params: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParameters;
|
|
552
|
+
response: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204;
|
|
553
|
+
error?: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500;
|
|
554
|
+
}
|
|
555
|
+
//# sourceMappingURL=agentEnvironmentVariables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agentEnvironmentVariables.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.ts"],"names":[],"mappings":"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"}
|