@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,1708 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* deviceAgentTypes operations generated from OpenAPI specification
|
|
3
|
+
* @generated This file is auto-generated. Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
/**
|
|
7
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes path parameters schema
|
|
8
|
+
*/
|
|
9
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParametersSchema: z.ZodObject<{
|
|
10
|
+
organizationId: z.ZodString;
|
|
11
|
+
deviceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
/**
|
|
14
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes path parameters type
|
|
15
|
+
*/
|
|
16
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParametersSchema>;
|
|
17
|
+
/**
|
|
18
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes query parameters schema
|
|
19
|
+
*/
|
|
20
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQuerySchema: z.ZodObject<{
|
|
21
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
22
|
+
agentTypeId: z.ZodOptional<z.ZodString>;
|
|
23
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
25
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
26
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
+
limit: z.ZodNumber;
|
|
28
|
+
offset: z.ZodNumber;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
/**
|
|
31
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes query parameters type
|
|
32
|
+
*/
|
|
33
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQuerySchema>;
|
|
34
|
+
/**
|
|
35
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 200 response schema
|
|
36
|
+
*/
|
|
37
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse200Schema: z.ZodObject<{
|
|
38
|
+
items: z.ZodArray<z.ZodObject<{
|
|
39
|
+
id: z.ZodString;
|
|
40
|
+
deviceId: z.ZodString;
|
|
41
|
+
agentTypeId: z.ZodString;
|
|
42
|
+
hostEnabled: z.ZodBoolean;
|
|
43
|
+
dockerEnabled: z.ZodBoolean;
|
|
44
|
+
hostAuthed: z.ZodBoolean;
|
|
45
|
+
dockerAuthed: z.ZodBoolean;
|
|
46
|
+
createdAt: z.ZodString;
|
|
47
|
+
updatedAt: z.ZodString;
|
|
48
|
+
}, z.core.$strict>>;
|
|
49
|
+
total: z.ZodNumber;
|
|
50
|
+
}, z.core.$strict>;
|
|
51
|
+
/**
|
|
52
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 200 response type
|
|
53
|
+
*/
|
|
54
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse200Schema>;
|
|
55
|
+
/**
|
|
56
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 500 response schema
|
|
57
|
+
*/
|
|
58
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500Schema: z.ZodObject<{
|
|
59
|
+
error: z.ZodString;
|
|
60
|
+
}, z.core.$strict>;
|
|
61
|
+
/**
|
|
62
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 500 response type
|
|
63
|
+
*/
|
|
64
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500Schema>;
|
|
65
|
+
/**
|
|
66
|
+
* List device-agent type configurations
|
|
67
|
+
*/
|
|
68
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes: {
|
|
69
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types";
|
|
70
|
+
readonly method: "GET";
|
|
71
|
+
readonly params: z.ZodObject<{
|
|
72
|
+
organizationId: z.ZodString;
|
|
73
|
+
deviceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>;
|
|
75
|
+
readonly query: z.ZodObject<{
|
|
76
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
77
|
+
agentTypeId: z.ZodOptional<z.ZodString>;
|
|
78
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
79
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
82
|
+
limit: z.ZodNumber;
|
|
83
|
+
offset: z.ZodNumber;
|
|
84
|
+
}, z.core.$strip>;
|
|
85
|
+
readonly responses: {
|
|
86
|
+
readonly 200: z.ZodObject<{
|
|
87
|
+
items: z.ZodArray<z.ZodObject<{
|
|
88
|
+
id: z.ZodString;
|
|
89
|
+
deviceId: z.ZodString;
|
|
90
|
+
agentTypeId: z.ZodString;
|
|
91
|
+
hostEnabled: z.ZodBoolean;
|
|
92
|
+
dockerEnabled: z.ZodBoolean;
|
|
93
|
+
hostAuthed: z.ZodBoolean;
|
|
94
|
+
dockerAuthed: z.ZodBoolean;
|
|
95
|
+
createdAt: z.ZodString;
|
|
96
|
+
updatedAt: z.ZodString;
|
|
97
|
+
}, z.core.$strict>>;
|
|
98
|
+
total: z.ZodNumber;
|
|
99
|
+
}, z.core.$strict>;
|
|
100
|
+
readonly 500: z.ZodObject<{
|
|
101
|
+
error: z.ZodString;
|
|
102
|
+
}, z.core.$strict>;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes comprehensive path type for use with OpenapiClient.request()
|
|
107
|
+
*/
|
|
108
|
+
export interface IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath {
|
|
109
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types';
|
|
110
|
+
params: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParameters;
|
|
111
|
+
query?: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQuery;
|
|
112
|
+
response: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse200;
|
|
113
|
+
error?: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes path parameters schema
|
|
117
|
+
*/
|
|
118
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParametersSchema: z.ZodObject<{
|
|
119
|
+
organizationId: z.ZodString;
|
|
120
|
+
deviceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>;
|
|
122
|
+
/**
|
|
123
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes path parameters type
|
|
124
|
+
*/
|
|
125
|
+
export type IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParametersSchema>;
|
|
126
|
+
/**
|
|
127
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes request body schema
|
|
128
|
+
*/
|
|
129
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesRequestBodySchema: z.ZodObject<{
|
|
130
|
+
deviceId: z.ZodString;
|
|
131
|
+
agentTypeId: z.ZodString;
|
|
132
|
+
hostEnabled: z.ZodBoolean;
|
|
133
|
+
dockerEnabled: z.ZodBoolean;
|
|
134
|
+
hostAuthed: z.ZodBoolean;
|
|
135
|
+
dockerAuthed: z.ZodBoolean;
|
|
136
|
+
}, z.core.$strict>;
|
|
137
|
+
/**
|
|
138
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes request body type
|
|
139
|
+
*/
|
|
140
|
+
export type IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesRequestBodySchema>;
|
|
141
|
+
/**
|
|
142
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 201 response schema
|
|
143
|
+
*/
|
|
144
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse201Schema: z.ZodObject<{
|
|
145
|
+
id: z.ZodString;
|
|
146
|
+
deviceId: z.ZodString;
|
|
147
|
+
agentTypeId: z.ZodString;
|
|
148
|
+
hostEnabled: z.ZodBoolean;
|
|
149
|
+
dockerEnabled: z.ZodBoolean;
|
|
150
|
+
hostAuthed: z.ZodBoolean;
|
|
151
|
+
dockerAuthed: z.ZodBoolean;
|
|
152
|
+
createdAt: z.ZodString;
|
|
153
|
+
updatedAt: z.ZodString;
|
|
154
|
+
}, z.core.$strict>;
|
|
155
|
+
/**
|
|
156
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 201 response type
|
|
157
|
+
*/
|
|
158
|
+
export type IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse201Schema>;
|
|
159
|
+
/**
|
|
160
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 400 response schema
|
|
161
|
+
*/
|
|
162
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse400Schema: z.ZodVoid;
|
|
163
|
+
/**
|
|
164
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 400 response type
|
|
165
|
+
*/
|
|
166
|
+
export type IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse400Schema>;
|
|
167
|
+
/**
|
|
168
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 500 response schema
|
|
169
|
+
*/
|
|
170
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500Schema: z.ZodObject<{
|
|
171
|
+
error: z.ZodString;
|
|
172
|
+
}, z.core.$strict>;
|
|
173
|
+
/**
|
|
174
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes 500 response type
|
|
175
|
+
*/
|
|
176
|
+
export type IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500Schema>;
|
|
177
|
+
/**
|
|
178
|
+
* Create device-agent type configuration
|
|
179
|
+
*/
|
|
180
|
+
export declare const PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes: {
|
|
181
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types";
|
|
182
|
+
readonly method: "POST";
|
|
183
|
+
readonly params: z.ZodObject<{
|
|
184
|
+
organizationId: z.ZodString;
|
|
185
|
+
deviceId: z.ZodString;
|
|
186
|
+
}, z.core.$strip>;
|
|
187
|
+
readonly requestBody: z.ZodObject<{
|
|
188
|
+
deviceId: z.ZodString;
|
|
189
|
+
agentTypeId: z.ZodString;
|
|
190
|
+
hostEnabled: z.ZodBoolean;
|
|
191
|
+
dockerEnabled: z.ZodBoolean;
|
|
192
|
+
hostAuthed: z.ZodBoolean;
|
|
193
|
+
dockerAuthed: z.ZodBoolean;
|
|
194
|
+
}, z.core.$strict>;
|
|
195
|
+
readonly responses: {
|
|
196
|
+
readonly 201: z.ZodObject<{
|
|
197
|
+
id: z.ZodString;
|
|
198
|
+
deviceId: z.ZodString;
|
|
199
|
+
agentTypeId: z.ZodString;
|
|
200
|
+
hostEnabled: z.ZodBoolean;
|
|
201
|
+
dockerEnabled: z.ZodBoolean;
|
|
202
|
+
hostAuthed: z.ZodBoolean;
|
|
203
|
+
dockerAuthed: z.ZodBoolean;
|
|
204
|
+
createdAt: z.ZodString;
|
|
205
|
+
updatedAt: z.ZodString;
|
|
206
|
+
}, z.core.$strict>;
|
|
207
|
+
readonly 400: z.ZodVoid;
|
|
208
|
+
readonly 500: z.ZodObject<{
|
|
209
|
+
error: z.ZodString;
|
|
210
|
+
}, z.core.$strict>;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* PostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes comprehensive path type for use with OpenapiClient.request()
|
|
215
|
+
*/
|
|
216
|
+
export interface IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath {
|
|
217
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types';
|
|
218
|
+
params: IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesParameters;
|
|
219
|
+
body?: IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesRequestBody;
|
|
220
|
+
response: IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse201;
|
|
221
|
+
error?: IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse400 | IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesResponse500;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters schema
|
|
225
|
+
*/
|
|
226
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
227
|
+
organizationId: z.ZodString;
|
|
228
|
+
deviceAgentTypeId: z.ZodString;
|
|
229
|
+
deviceId: z.ZodString;
|
|
230
|
+
}, z.core.$strip>;
|
|
231
|
+
/**
|
|
232
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters type
|
|
233
|
+
*/
|
|
234
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
235
|
+
/**
|
|
236
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 200 response schema
|
|
237
|
+
*/
|
|
238
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200Schema: z.ZodObject<{
|
|
239
|
+
id: z.ZodString;
|
|
240
|
+
deviceId: z.ZodString;
|
|
241
|
+
agentTypeId: z.ZodString;
|
|
242
|
+
hostEnabled: z.ZodBoolean;
|
|
243
|
+
dockerEnabled: z.ZodBoolean;
|
|
244
|
+
hostAuthed: z.ZodBoolean;
|
|
245
|
+
dockerAuthed: z.ZodBoolean;
|
|
246
|
+
createdAt: z.ZodString;
|
|
247
|
+
updatedAt: z.ZodString;
|
|
248
|
+
}, z.core.$strict>;
|
|
249
|
+
/**
|
|
250
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 200 response type
|
|
251
|
+
*/
|
|
252
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200Schema>;
|
|
253
|
+
/**
|
|
254
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response schema
|
|
255
|
+
*/
|
|
256
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
257
|
+
message: z.ZodString;
|
|
258
|
+
}, z.core.$strict>;
|
|
259
|
+
/**
|
|
260
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response type
|
|
261
|
+
*/
|
|
262
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
263
|
+
/**
|
|
264
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response schema
|
|
265
|
+
*/
|
|
266
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
267
|
+
error: z.ZodString;
|
|
268
|
+
}, z.core.$strict>;
|
|
269
|
+
/**
|
|
270
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response type
|
|
271
|
+
*/
|
|
272
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
273
|
+
/**
|
|
274
|
+
* Get device-agent type configuration by ID
|
|
275
|
+
*/
|
|
276
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: {
|
|
277
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}";
|
|
278
|
+
readonly method: "GET";
|
|
279
|
+
readonly params: z.ZodObject<{
|
|
280
|
+
organizationId: z.ZodString;
|
|
281
|
+
deviceAgentTypeId: z.ZodString;
|
|
282
|
+
deviceId: z.ZodString;
|
|
283
|
+
}, z.core.$strip>;
|
|
284
|
+
readonly responses: {
|
|
285
|
+
readonly 200: z.ZodObject<{
|
|
286
|
+
id: z.ZodString;
|
|
287
|
+
deviceId: z.ZodString;
|
|
288
|
+
agentTypeId: z.ZodString;
|
|
289
|
+
hostEnabled: z.ZodBoolean;
|
|
290
|
+
dockerEnabled: z.ZodBoolean;
|
|
291
|
+
hostAuthed: z.ZodBoolean;
|
|
292
|
+
dockerAuthed: z.ZodBoolean;
|
|
293
|
+
createdAt: z.ZodString;
|
|
294
|
+
updatedAt: z.ZodString;
|
|
295
|
+
}, z.core.$strict>;
|
|
296
|
+
readonly 404: z.ZodObject<{
|
|
297
|
+
message: z.ZodString;
|
|
298
|
+
}, z.core.$strict>;
|
|
299
|
+
readonly 500: z.ZodObject<{
|
|
300
|
+
error: z.ZodString;
|
|
301
|
+
}, z.core.$strict>;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
/**
|
|
305
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
306
|
+
*/
|
|
307
|
+
export interface IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath {
|
|
308
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}';
|
|
309
|
+
params: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters;
|
|
310
|
+
response: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200;
|
|
311
|
+
error?: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 | IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters schema
|
|
315
|
+
*/
|
|
316
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
317
|
+
organizationId: z.ZodString;
|
|
318
|
+
deviceAgentTypeId: z.ZodString;
|
|
319
|
+
deviceId: z.ZodString;
|
|
320
|
+
}, z.core.$strip>;
|
|
321
|
+
/**
|
|
322
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters type
|
|
323
|
+
*/
|
|
324
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
325
|
+
/**
|
|
326
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId request body schema
|
|
327
|
+
*/
|
|
328
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdRequestBodySchema: z.ZodObject<{
|
|
329
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
330
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
331
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
332
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
333
|
+
}, z.core.$strict>;
|
|
334
|
+
/**
|
|
335
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId request body type
|
|
336
|
+
*/
|
|
337
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdRequestBody = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdRequestBodySchema>;
|
|
338
|
+
/**
|
|
339
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 200 response schema
|
|
340
|
+
*/
|
|
341
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200Schema: z.ZodObject<{
|
|
342
|
+
id: z.ZodString;
|
|
343
|
+
deviceId: z.ZodString;
|
|
344
|
+
agentTypeId: z.ZodString;
|
|
345
|
+
hostEnabled: z.ZodBoolean;
|
|
346
|
+
dockerEnabled: z.ZodBoolean;
|
|
347
|
+
hostAuthed: z.ZodBoolean;
|
|
348
|
+
dockerAuthed: z.ZodBoolean;
|
|
349
|
+
createdAt: z.ZodString;
|
|
350
|
+
updatedAt: z.ZodString;
|
|
351
|
+
}, z.core.$strict>;
|
|
352
|
+
/**
|
|
353
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 200 response type
|
|
354
|
+
*/
|
|
355
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200 = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200Schema>;
|
|
356
|
+
/**
|
|
357
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 400 response schema
|
|
358
|
+
*/
|
|
359
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse400Schema: z.ZodVoid;
|
|
360
|
+
/**
|
|
361
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 400 response type
|
|
362
|
+
*/
|
|
363
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse400 = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse400Schema>;
|
|
364
|
+
/**
|
|
365
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response schema
|
|
366
|
+
*/
|
|
367
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
368
|
+
message: z.ZodString;
|
|
369
|
+
}, z.core.$strict>;
|
|
370
|
+
/**
|
|
371
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response type
|
|
372
|
+
*/
|
|
373
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
374
|
+
/**
|
|
375
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response schema
|
|
376
|
+
*/
|
|
377
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
378
|
+
error: z.ZodString;
|
|
379
|
+
}, z.core.$strict>;
|
|
380
|
+
/**
|
|
381
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response type
|
|
382
|
+
*/
|
|
383
|
+
export type IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
384
|
+
/**
|
|
385
|
+
* Update device-agent type configuration
|
|
386
|
+
*/
|
|
387
|
+
export declare const PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: {
|
|
388
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}";
|
|
389
|
+
readonly method: "PUT";
|
|
390
|
+
readonly params: z.ZodObject<{
|
|
391
|
+
organizationId: z.ZodString;
|
|
392
|
+
deviceAgentTypeId: z.ZodString;
|
|
393
|
+
deviceId: z.ZodString;
|
|
394
|
+
}, z.core.$strip>;
|
|
395
|
+
readonly requestBody: z.ZodObject<{
|
|
396
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
397
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
398
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
399
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
400
|
+
}, z.core.$strict>;
|
|
401
|
+
readonly responses: {
|
|
402
|
+
readonly 200: z.ZodObject<{
|
|
403
|
+
id: z.ZodString;
|
|
404
|
+
deviceId: z.ZodString;
|
|
405
|
+
agentTypeId: z.ZodString;
|
|
406
|
+
hostEnabled: z.ZodBoolean;
|
|
407
|
+
dockerEnabled: z.ZodBoolean;
|
|
408
|
+
hostAuthed: z.ZodBoolean;
|
|
409
|
+
dockerAuthed: z.ZodBoolean;
|
|
410
|
+
createdAt: z.ZodString;
|
|
411
|
+
updatedAt: z.ZodString;
|
|
412
|
+
}, z.core.$strict>;
|
|
413
|
+
readonly 400: z.ZodVoid;
|
|
414
|
+
readonly 404: z.ZodObject<{
|
|
415
|
+
message: z.ZodString;
|
|
416
|
+
}, z.core.$strict>;
|
|
417
|
+
readonly 500: z.ZodObject<{
|
|
418
|
+
error: z.ZodString;
|
|
419
|
+
}, z.core.$strict>;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
/**
|
|
423
|
+
* PutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
424
|
+
*/
|
|
425
|
+
export interface IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath {
|
|
426
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}';
|
|
427
|
+
params: IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters;
|
|
428
|
+
body?: IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdRequestBody;
|
|
429
|
+
response: IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse200;
|
|
430
|
+
error?: IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse400 | IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 | IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters schema
|
|
434
|
+
*/
|
|
435
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
436
|
+
organizationId: z.ZodString;
|
|
437
|
+
deviceAgentTypeId: z.ZodString;
|
|
438
|
+
deviceId: z.ZodString;
|
|
439
|
+
}, z.core.$strip>;
|
|
440
|
+
/**
|
|
441
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId path parameters type
|
|
442
|
+
*/
|
|
443
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
444
|
+
/**
|
|
445
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 204 response schema
|
|
446
|
+
*/
|
|
447
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse204Schema: z.ZodVoid;
|
|
448
|
+
/**
|
|
449
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 204 response type
|
|
450
|
+
*/
|
|
451
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse204Schema>;
|
|
452
|
+
/**
|
|
453
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response schema
|
|
454
|
+
*/
|
|
455
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
456
|
+
message: z.ZodString;
|
|
457
|
+
}, z.core.$strict>;
|
|
458
|
+
/**
|
|
459
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 404 response type
|
|
460
|
+
*/
|
|
461
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
462
|
+
/**
|
|
463
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response schema
|
|
464
|
+
*/
|
|
465
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
466
|
+
error: z.ZodString;
|
|
467
|
+
}, z.core.$strict>;
|
|
468
|
+
/**
|
|
469
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId 500 response type
|
|
470
|
+
*/
|
|
471
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
472
|
+
/**
|
|
473
|
+
* Delete device-agent type configuration
|
|
474
|
+
*/
|
|
475
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: {
|
|
476
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}";
|
|
477
|
+
readonly method: "DELETE";
|
|
478
|
+
readonly params: z.ZodObject<{
|
|
479
|
+
organizationId: z.ZodString;
|
|
480
|
+
deviceAgentTypeId: z.ZodString;
|
|
481
|
+
deviceId: z.ZodString;
|
|
482
|
+
}, z.core.$strip>;
|
|
483
|
+
readonly responses: {
|
|
484
|
+
readonly 204: z.ZodVoid;
|
|
485
|
+
readonly 404: z.ZodObject<{
|
|
486
|
+
message: z.ZodString;
|
|
487
|
+
}, z.core.$strict>;
|
|
488
|
+
readonly 500: z.ZodObject<{
|
|
489
|
+
error: z.ZodString;
|
|
490
|
+
}, z.core.$strict>;
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
/**
|
|
494
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
495
|
+
*/
|
|
496
|
+
export interface IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath {
|
|
497
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}';
|
|
498
|
+
params: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdParameters;
|
|
499
|
+
response: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse204;
|
|
500
|
+
error?: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse404 | IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdResponse500;
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters schema
|
|
504
|
+
*/
|
|
505
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema: z.ZodObject<{
|
|
506
|
+
organizationId: z.ZodString;
|
|
507
|
+
deviceId: z.ZodString;
|
|
508
|
+
agentTypeId: z.ZodString;
|
|
509
|
+
}, z.core.$strip>;
|
|
510
|
+
/**
|
|
511
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters type
|
|
512
|
+
*/
|
|
513
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema>;
|
|
514
|
+
/**
|
|
515
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 200 response schema
|
|
516
|
+
*/
|
|
517
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200Schema: z.ZodObject<{
|
|
518
|
+
id: z.ZodString;
|
|
519
|
+
deviceId: z.ZodString;
|
|
520
|
+
agentTypeId: z.ZodString;
|
|
521
|
+
hostEnabled: z.ZodBoolean;
|
|
522
|
+
dockerEnabled: z.ZodBoolean;
|
|
523
|
+
hostAuthed: z.ZodBoolean;
|
|
524
|
+
dockerAuthed: z.ZodBoolean;
|
|
525
|
+
createdAt: z.ZodString;
|
|
526
|
+
updatedAt: z.ZodString;
|
|
527
|
+
}, z.core.$strict>;
|
|
528
|
+
/**
|
|
529
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 200 response type
|
|
530
|
+
*/
|
|
531
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200Schema>;
|
|
532
|
+
/**
|
|
533
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response schema
|
|
534
|
+
*/
|
|
535
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema: z.ZodObject<{
|
|
536
|
+
message: z.ZodString;
|
|
537
|
+
}, z.core.$strict>;
|
|
538
|
+
/**
|
|
539
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response type
|
|
540
|
+
*/
|
|
541
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema>;
|
|
542
|
+
/**
|
|
543
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response schema
|
|
544
|
+
*/
|
|
545
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema: z.ZodObject<{
|
|
546
|
+
error: z.ZodString;
|
|
547
|
+
}, z.core.$strict>;
|
|
548
|
+
/**
|
|
549
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response type
|
|
550
|
+
*/
|
|
551
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema>;
|
|
552
|
+
/**
|
|
553
|
+
* Get device-agent type configuration by device and agent type
|
|
554
|
+
*/
|
|
555
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId: {
|
|
556
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}";
|
|
557
|
+
readonly method: "GET";
|
|
558
|
+
readonly params: z.ZodObject<{
|
|
559
|
+
organizationId: z.ZodString;
|
|
560
|
+
deviceId: z.ZodString;
|
|
561
|
+
agentTypeId: z.ZodString;
|
|
562
|
+
}, z.core.$strip>;
|
|
563
|
+
readonly responses: {
|
|
564
|
+
readonly 200: z.ZodObject<{
|
|
565
|
+
id: z.ZodString;
|
|
566
|
+
deviceId: z.ZodString;
|
|
567
|
+
agentTypeId: z.ZodString;
|
|
568
|
+
hostEnabled: z.ZodBoolean;
|
|
569
|
+
dockerEnabled: z.ZodBoolean;
|
|
570
|
+
hostAuthed: z.ZodBoolean;
|
|
571
|
+
dockerAuthed: z.ZodBoolean;
|
|
572
|
+
createdAt: z.ZodString;
|
|
573
|
+
updatedAt: z.ZodString;
|
|
574
|
+
}, z.core.$strict>;
|
|
575
|
+
readonly 404: z.ZodObject<{
|
|
576
|
+
message: z.ZodString;
|
|
577
|
+
}, z.core.$strict>;
|
|
578
|
+
readonly 500: z.ZodObject<{
|
|
579
|
+
error: z.ZodString;
|
|
580
|
+
}, z.core.$strict>;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
/**
|
|
584
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
585
|
+
*/
|
|
586
|
+
export interface IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath {
|
|
587
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}';
|
|
588
|
+
params: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters;
|
|
589
|
+
response: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200;
|
|
590
|
+
error?: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 | IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters schema
|
|
594
|
+
*/
|
|
595
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema: z.ZodObject<{
|
|
596
|
+
organizationId: z.ZodString;
|
|
597
|
+
deviceId: z.ZodString;
|
|
598
|
+
agentTypeId: z.ZodString;
|
|
599
|
+
}, z.core.$strip>;
|
|
600
|
+
/**
|
|
601
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters type
|
|
602
|
+
*/
|
|
603
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema>;
|
|
604
|
+
/**
|
|
605
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 204 response schema
|
|
606
|
+
*/
|
|
607
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204Schema: z.ZodVoid;
|
|
608
|
+
/**
|
|
609
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 204 response type
|
|
610
|
+
*/
|
|
611
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204Schema>;
|
|
612
|
+
/**
|
|
613
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response schema
|
|
614
|
+
*/
|
|
615
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema: z.ZodObject<{
|
|
616
|
+
message: z.ZodString;
|
|
617
|
+
}, z.core.$strict>;
|
|
618
|
+
/**
|
|
619
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response type
|
|
620
|
+
*/
|
|
621
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema>;
|
|
622
|
+
/**
|
|
623
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response schema
|
|
624
|
+
*/
|
|
625
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema: z.ZodObject<{
|
|
626
|
+
error: z.ZodString;
|
|
627
|
+
}, z.core.$strict>;
|
|
628
|
+
/**
|
|
629
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response type
|
|
630
|
+
*/
|
|
631
|
+
export type IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema>;
|
|
632
|
+
/**
|
|
633
|
+
* Delete device-agent type configuration by relation
|
|
634
|
+
*/
|
|
635
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId: {
|
|
636
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}";
|
|
637
|
+
readonly method: "DELETE";
|
|
638
|
+
readonly params: z.ZodObject<{
|
|
639
|
+
organizationId: z.ZodString;
|
|
640
|
+
deviceId: z.ZodString;
|
|
641
|
+
agentTypeId: z.ZodString;
|
|
642
|
+
}, z.core.$strip>;
|
|
643
|
+
readonly responses: {
|
|
644
|
+
readonly 204: z.ZodVoid;
|
|
645
|
+
readonly 404: z.ZodObject<{
|
|
646
|
+
message: z.ZodString;
|
|
647
|
+
}, z.core.$strict>;
|
|
648
|
+
readonly 500: z.ZodObject<{
|
|
649
|
+
error: z.ZodString;
|
|
650
|
+
}, z.core.$strict>;
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
/**
|
|
654
|
+
* DeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
655
|
+
*/
|
|
656
|
+
export interface IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath {
|
|
657
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}';
|
|
658
|
+
params: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters;
|
|
659
|
+
response: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204;
|
|
660
|
+
error?: IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 | IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags path parameters schema
|
|
664
|
+
*/
|
|
665
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParametersSchema: z.ZodObject<{
|
|
666
|
+
organizationId: z.ZodString;
|
|
667
|
+
deviceId: z.ZodString;
|
|
668
|
+
agentTypeId: z.ZodString;
|
|
669
|
+
}, z.core.$strip>;
|
|
670
|
+
/**
|
|
671
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags path parameters type
|
|
672
|
+
*/
|
|
673
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParametersSchema>;
|
|
674
|
+
/**
|
|
675
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags request body schema
|
|
676
|
+
*/
|
|
677
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBodySchema: z.ZodObject<{
|
|
678
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
679
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
680
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
681
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
682
|
+
}, z.core.$strict>;
|
|
683
|
+
/**
|
|
684
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags request body type
|
|
685
|
+
*/
|
|
686
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBodySchema>;
|
|
687
|
+
/**
|
|
688
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 200 response schema
|
|
689
|
+
*/
|
|
690
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200Schema: z.ZodObject<{
|
|
691
|
+
id: z.ZodString;
|
|
692
|
+
deviceId: z.ZodString;
|
|
693
|
+
agentTypeId: z.ZodString;
|
|
694
|
+
hostEnabled: z.ZodBoolean;
|
|
695
|
+
dockerEnabled: z.ZodBoolean;
|
|
696
|
+
hostAuthed: z.ZodBoolean;
|
|
697
|
+
dockerAuthed: z.ZodBoolean;
|
|
698
|
+
createdAt: z.ZodString;
|
|
699
|
+
updatedAt: z.ZodString;
|
|
700
|
+
}, z.core.$strict>;
|
|
701
|
+
/**
|
|
702
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 200 response type
|
|
703
|
+
*/
|
|
704
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200Schema>;
|
|
705
|
+
/**
|
|
706
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 400 response schema
|
|
707
|
+
*/
|
|
708
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400Schema: z.ZodVoid;
|
|
709
|
+
/**
|
|
710
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 400 response type
|
|
711
|
+
*/
|
|
712
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400Schema>;
|
|
713
|
+
/**
|
|
714
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 404 response schema
|
|
715
|
+
*/
|
|
716
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404Schema: z.ZodObject<{
|
|
717
|
+
message: z.ZodString;
|
|
718
|
+
}, z.core.$strict>;
|
|
719
|
+
/**
|
|
720
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 404 response type
|
|
721
|
+
*/
|
|
722
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404Schema>;
|
|
723
|
+
/**
|
|
724
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 500 response schema
|
|
725
|
+
*/
|
|
726
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500Schema: z.ZodObject<{
|
|
727
|
+
error: z.ZodString;
|
|
728
|
+
}, z.core.$strict>;
|
|
729
|
+
/**
|
|
730
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 500 response type
|
|
731
|
+
*/
|
|
732
|
+
export type IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500Schema>;
|
|
733
|
+
/**
|
|
734
|
+
* Update deployment flags for device-agent type
|
|
735
|
+
*/
|
|
736
|
+
export declare const PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags: {
|
|
737
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags";
|
|
738
|
+
readonly method: "PATCH";
|
|
739
|
+
readonly params: z.ZodObject<{
|
|
740
|
+
organizationId: z.ZodString;
|
|
741
|
+
deviceId: z.ZodString;
|
|
742
|
+
agentTypeId: z.ZodString;
|
|
743
|
+
}, z.core.$strip>;
|
|
744
|
+
readonly requestBody: z.ZodObject<{
|
|
745
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
746
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
747
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
748
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
749
|
+
}, z.core.$strict>;
|
|
750
|
+
readonly responses: {
|
|
751
|
+
readonly 200: z.ZodObject<{
|
|
752
|
+
id: z.ZodString;
|
|
753
|
+
deviceId: z.ZodString;
|
|
754
|
+
agentTypeId: z.ZodString;
|
|
755
|
+
hostEnabled: z.ZodBoolean;
|
|
756
|
+
dockerEnabled: z.ZodBoolean;
|
|
757
|
+
hostAuthed: z.ZodBoolean;
|
|
758
|
+
dockerAuthed: z.ZodBoolean;
|
|
759
|
+
createdAt: z.ZodString;
|
|
760
|
+
updatedAt: z.ZodString;
|
|
761
|
+
}, z.core.$strict>;
|
|
762
|
+
readonly 400: z.ZodVoid;
|
|
763
|
+
readonly 404: z.ZodObject<{
|
|
764
|
+
message: z.ZodString;
|
|
765
|
+
}, z.core.$strict>;
|
|
766
|
+
readonly 500: z.ZodObject<{
|
|
767
|
+
error: z.ZodString;
|
|
768
|
+
}, z.core.$strict>;
|
|
769
|
+
};
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* PatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags comprehensive path type for use with OpenapiClient.request()
|
|
773
|
+
*/
|
|
774
|
+
export interface IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath {
|
|
775
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags';
|
|
776
|
+
params: IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParameters;
|
|
777
|
+
body?: IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBody;
|
|
778
|
+
response: IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200;
|
|
779
|
+
error?: IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400 | IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404 | IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500;
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId path parameters schema
|
|
783
|
+
*/
|
|
784
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdParametersSchema: z.ZodObject<{
|
|
785
|
+
organizationId: z.ZodString;
|
|
786
|
+
deviceId: z.ZodString;
|
|
787
|
+
}, z.core.$strip>;
|
|
788
|
+
/**
|
|
789
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId path parameters type
|
|
790
|
+
*/
|
|
791
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdParametersSchema>;
|
|
792
|
+
/**
|
|
793
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId 200 response schema
|
|
794
|
+
*/
|
|
795
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse200Schema: z.ZodObject<{
|
|
796
|
+
items: z.ZodArray<z.ZodObject<{
|
|
797
|
+
id: z.ZodString;
|
|
798
|
+
deviceId: z.ZodString;
|
|
799
|
+
agentTypeId: z.ZodString;
|
|
800
|
+
hostEnabled: z.ZodBoolean;
|
|
801
|
+
dockerEnabled: z.ZodBoolean;
|
|
802
|
+
hostAuthed: z.ZodBoolean;
|
|
803
|
+
dockerAuthed: z.ZodBoolean;
|
|
804
|
+
createdAt: z.ZodString;
|
|
805
|
+
updatedAt: z.ZodString;
|
|
806
|
+
}, z.core.$strict>>;
|
|
807
|
+
total: z.ZodNumber;
|
|
808
|
+
}, z.core.$strict>;
|
|
809
|
+
/**
|
|
810
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId 200 response type
|
|
811
|
+
*/
|
|
812
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse200Schema>;
|
|
813
|
+
/**
|
|
814
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId 500 response schema
|
|
815
|
+
*/
|
|
816
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse500Schema: z.ZodObject<{
|
|
817
|
+
error: z.ZodString;
|
|
818
|
+
}, z.core.$strict>;
|
|
819
|
+
/**
|
|
820
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId 500 response type
|
|
821
|
+
*/
|
|
822
|
+
export type IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse500Schema>;
|
|
823
|
+
/**
|
|
824
|
+
* Get device-agent type configurations by device
|
|
825
|
+
*/
|
|
826
|
+
export declare const GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId: {
|
|
827
|
+
readonly path: "/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}";
|
|
828
|
+
readonly method: "GET";
|
|
829
|
+
readonly params: z.ZodObject<{
|
|
830
|
+
organizationId: z.ZodString;
|
|
831
|
+
deviceId: z.ZodString;
|
|
832
|
+
}, z.core.$strip>;
|
|
833
|
+
readonly responses: {
|
|
834
|
+
readonly 200: z.ZodObject<{
|
|
835
|
+
items: z.ZodArray<z.ZodObject<{
|
|
836
|
+
id: z.ZodString;
|
|
837
|
+
deviceId: z.ZodString;
|
|
838
|
+
agentTypeId: z.ZodString;
|
|
839
|
+
hostEnabled: z.ZodBoolean;
|
|
840
|
+
dockerEnabled: z.ZodBoolean;
|
|
841
|
+
hostAuthed: z.ZodBoolean;
|
|
842
|
+
dockerAuthed: z.ZodBoolean;
|
|
843
|
+
createdAt: z.ZodString;
|
|
844
|
+
updatedAt: z.ZodString;
|
|
845
|
+
}, z.core.$strict>>;
|
|
846
|
+
total: z.ZodNumber;
|
|
847
|
+
}, z.core.$strict>;
|
|
848
|
+
readonly 500: z.ZodObject<{
|
|
849
|
+
error: z.ZodString;
|
|
850
|
+
}, z.core.$strict>;
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
/**
|
|
854
|
+
* GetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId comprehensive path type for use with OpenapiClient.request()
|
|
855
|
+
*/
|
|
856
|
+
export interface IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdPath {
|
|
857
|
+
path: '/api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}';
|
|
858
|
+
params: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdParameters;
|
|
859
|
+
response: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse200;
|
|
860
|
+
error?: IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdResponse500;
|
|
861
|
+
}
|
|
862
|
+
/**
|
|
863
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes path parameters schema
|
|
864
|
+
*/
|
|
865
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesParametersSchema: z.ZodObject<{
|
|
866
|
+
organizationId: z.ZodString;
|
|
867
|
+
}, z.core.$strip>;
|
|
868
|
+
/**
|
|
869
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes path parameters type
|
|
870
|
+
*/
|
|
871
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesParametersSchema>;
|
|
872
|
+
/**
|
|
873
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes query parameters schema
|
|
874
|
+
*/
|
|
875
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesQuerySchema: z.ZodObject<{
|
|
876
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
877
|
+
agentTypeId: z.ZodOptional<z.ZodString>;
|
|
878
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
879
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
880
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
881
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
882
|
+
limit: z.ZodNumber;
|
|
883
|
+
offset: z.ZodNumber;
|
|
884
|
+
}, z.core.$strip>;
|
|
885
|
+
/**
|
|
886
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes query parameters type
|
|
887
|
+
*/
|
|
888
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesQuerySchema>;
|
|
889
|
+
/**
|
|
890
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes 200 response schema
|
|
891
|
+
*/
|
|
892
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse200Schema: z.ZodObject<{
|
|
893
|
+
items: z.ZodArray<z.ZodObject<{
|
|
894
|
+
id: z.ZodString;
|
|
895
|
+
deviceId: z.ZodString;
|
|
896
|
+
agentTypeId: z.ZodString;
|
|
897
|
+
hostEnabled: z.ZodBoolean;
|
|
898
|
+
dockerEnabled: z.ZodBoolean;
|
|
899
|
+
hostAuthed: z.ZodBoolean;
|
|
900
|
+
dockerAuthed: z.ZodBoolean;
|
|
901
|
+
createdAt: z.ZodString;
|
|
902
|
+
updatedAt: z.ZodString;
|
|
903
|
+
}, z.core.$strict>>;
|
|
904
|
+
total: z.ZodNumber;
|
|
905
|
+
}, z.core.$strict>;
|
|
906
|
+
/**
|
|
907
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes 200 response type
|
|
908
|
+
*/
|
|
909
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse200Schema>;
|
|
910
|
+
/**
|
|
911
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes 500 response schema
|
|
912
|
+
*/
|
|
913
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500Schema: z.ZodObject<{
|
|
914
|
+
error: z.ZodString;
|
|
915
|
+
}, z.core.$strict>;
|
|
916
|
+
/**
|
|
917
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes 500 response type
|
|
918
|
+
*/
|
|
919
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500Schema>;
|
|
920
|
+
/**
|
|
921
|
+
* List device-agent type configurations
|
|
922
|
+
*/
|
|
923
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypes: {
|
|
924
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types";
|
|
925
|
+
readonly method: "GET";
|
|
926
|
+
readonly params: z.ZodObject<{
|
|
927
|
+
organizationId: z.ZodString;
|
|
928
|
+
}, z.core.$strip>;
|
|
929
|
+
readonly query: z.ZodObject<{
|
|
930
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
931
|
+
agentTypeId: z.ZodOptional<z.ZodString>;
|
|
932
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
933
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
934
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
935
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
936
|
+
limit: z.ZodNumber;
|
|
937
|
+
offset: z.ZodNumber;
|
|
938
|
+
}, z.core.$strip>;
|
|
939
|
+
readonly responses: {
|
|
940
|
+
readonly 200: z.ZodObject<{
|
|
941
|
+
items: z.ZodArray<z.ZodObject<{
|
|
942
|
+
id: z.ZodString;
|
|
943
|
+
deviceId: z.ZodString;
|
|
944
|
+
agentTypeId: z.ZodString;
|
|
945
|
+
hostEnabled: z.ZodBoolean;
|
|
946
|
+
dockerEnabled: z.ZodBoolean;
|
|
947
|
+
hostAuthed: z.ZodBoolean;
|
|
948
|
+
dockerAuthed: z.ZodBoolean;
|
|
949
|
+
createdAt: z.ZodString;
|
|
950
|
+
updatedAt: z.ZodString;
|
|
951
|
+
}, z.core.$strict>>;
|
|
952
|
+
total: z.ZodNumber;
|
|
953
|
+
}, z.core.$strict>;
|
|
954
|
+
readonly 500: z.ZodObject<{
|
|
955
|
+
error: z.ZodString;
|
|
956
|
+
}, z.core.$strict>;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
/**
|
|
960
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypes comprehensive path type for use with OpenapiClient.request()
|
|
961
|
+
*/
|
|
962
|
+
export interface IGetApiV1OrganizationsorganizationIdDeviceAgentTypesPath {
|
|
963
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types';
|
|
964
|
+
params: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesParameters;
|
|
965
|
+
query?: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesQuery;
|
|
966
|
+
response: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse200;
|
|
967
|
+
error?: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500;
|
|
968
|
+
}
|
|
969
|
+
/**
|
|
970
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes path parameters schema
|
|
971
|
+
*/
|
|
972
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypesParametersSchema: z.ZodObject<{
|
|
973
|
+
organizationId: z.ZodString;
|
|
974
|
+
}, z.core.$strip>;
|
|
975
|
+
/**
|
|
976
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes path parameters type
|
|
977
|
+
*/
|
|
978
|
+
export type IPostApiV1OrganizationsorganizationIdDeviceAgentTypesParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdDeviceAgentTypesParametersSchema>;
|
|
979
|
+
/**
|
|
980
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes request body schema
|
|
981
|
+
*/
|
|
982
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypesRequestBodySchema: z.ZodObject<{
|
|
983
|
+
deviceId: z.ZodString;
|
|
984
|
+
agentTypeId: z.ZodString;
|
|
985
|
+
hostEnabled: z.ZodBoolean;
|
|
986
|
+
dockerEnabled: z.ZodBoolean;
|
|
987
|
+
hostAuthed: z.ZodBoolean;
|
|
988
|
+
dockerAuthed: z.ZodBoolean;
|
|
989
|
+
}, z.core.$strict>;
|
|
990
|
+
/**
|
|
991
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes request body type
|
|
992
|
+
*/
|
|
993
|
+
export type IPostApiV1OrganizationsorganizationIdDeviceAgentTypesRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdDeviceAgentTypesRequestBodySchema>;
|
|
994
|
+
/**
|
|
995
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 201 response schema
|
|
996
|
+
*/
|
|
997
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse201Schema: z.ZodObject<{
|
|
998
|
+
id: z.ZodString;
|
|
999
|
+
deviceId: z.ZodString;
|
|
1000
|
+
agentTypeId: z.ZodString;
|
|
1001
|
+
hostEnabled: z.ZodBoolean;
|
|
1002
|
+
dockerEnabled: z.ZodBoolean;
|
|
1003
|
+
hostAuthed: z.ZodBoolean;
|
|
1004
|
+
dockerAuthed: z.ZodBoolean;
|
|
1005
|
+
createdAt: z.ZodString;
|
|
1006
|
+
updatedAt: z.ZodString;
|
|
1007
|
+
}, z.core.$strict>;
|
|
1008
|
+
/**
|
|
1009
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 201 response type
|
|
1010
|
+
*/
|
|
1011
|
+
export type IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse201Schema>;
|
|
1012
|
+
/**
|
|
1013
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 400 response schema
|
|
1014
|
+
*/
|
|
1015
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse400Schema: z.ZodVoid;
|
|
1016
|
+
/**
|
|
1017
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 400 response type
|
|
1018
|
+
*/
|
|
1019
|
+
export type IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse400Schema>;
|
|
1020
|
+
/**
|
|
1021
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 500 response schema
|
|
1022
|
+
*/
|
|
1023
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500Schema: z.ZodObject<{
|
|
1024
|
+
error: z.ZodString;
|
|
1025
|
+
}, z.core.$strict>;
|
|
1026
|
+
/**
|
|
1027
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes 500 response type
|
|
1028
|
+
*/
|
|
1029
|
+
export type IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500Schema>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Create device-agent type configuration
|
|
1032
|
+
*/
|
|
1033
|
+
export declare const PostApiV1OrganizationsorganizationIdDeviceAgentTypes: {
|
|
1034
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types";
|
|
1035
|
+
readonly method: "POST";
|
|
1036
|
+
readonly params: z.ZodObject<{
|
|
1037
|
+
organizationId: z.ZodString;
|
|
1038
|
+
}, z.core.$strip>;
|
|
1039
|
+
readonly requestBody: z.ZodObject<{
|
|
1040
|
+
deviceId: z.ZodString;
|
|
1041
|
+
agentTypeId: z.ZodString;
|
|
1042
|
+
hostEnabled: z.ZodBoolean;
|
|
1043
|
+
dockerEnabled: z.ZodBoolean;
|
|
1044
|
+
hostAuthed: z.ZodBoolean;
|
|
1045
|
+
dockerAuthed: z.ZodBoolean;
|
|
1046
|
+
}, z.core.$strict>;
|
|
1047
|
+
readonly responses: {
|
|
1048
|
+
readonly 201: z.ZodObject<{
|
|
1049
|
+
id: z.ZodString;
|
|
1050
|
+
deviceId: z.ZodString;
|
|
1051
|
+
agentTypeId: z.ZodString;
|
|
1052
|
+
hostEnabled: z.ZodBoolean;
|
|
1053
|
+
dockerEnabled: z.ZodBoolean;
|
|
1054
|
+
hostAuthed: z.ZodBoolean;
|
|
1055
|
+
dockerAuthed: z.ZodBoolean;
|
|
1056
|
+
createdAt: z.ZodString;
|
|
1057
|
+
updatedAt: z.ZodString;
|
|
1058
|
+
}, z.core.$strict>;
|
|
1059
|
+
readonly 400: z.ZodVoid;
|
|
1060
|
+
readonly 500: z.ZodObject<{
|
|
1061
|
+
error: z.ZodString;
|
|
1062
|
+
}, z.core.$strict>;
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
/**
|
|
1066
|
+
* PostApiV1OrganizationsorganizationIdDeviceAgentTypes comprehensive path type for use with OpenapiClient.request()
|
|
1067
|
+
*/
|
|
1068
|
+
export interface IPostApiV1OrganizationsorganizationIdDeviceAgentTypesPath {
|
|
1069
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types';
|
|
1070
|
+
params: IPostApiV1OrganizationsorganizationIdDeviceAgentTypesParameters;
|
|
1071
|
+
body?: IPostApiV1OrganizationsorganizationIdDeviceAgentTypesRequestBody;
|
|
1072
|
+
response: IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse201;
|
|
1073
|
+
error?: IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse400 | IPostApiV1OrganizationsorganizationIdDeviceAgentTypesResponse500;
|
|
1074
|
+
}
|
|
1075
|
+
/**
|
|
1076
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters schema
|
|
1077
|
+
*/
|
|
1078
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
1079
|
+
organizationId: z.ZodString;
|
|
1080
|
+
deviceAgentTypeId: z.ZodString;
|
|
1081
|
+
}, z.core.$strip>;
|
|
1082
|
+
/**
|
|
1083
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters type
|
|
1084
|
+
*/
|
|
1085
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
1086
|
+
/**
|
|
1087
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 200 response schema
|
|
1088
|
+
*/
|
|
1089
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200Schema: z.ZodObject<{
|
|
1090
|
+
id: z.ZodString;
|
|
1091
|
+
deviceId: z.ZodString;
|
|
1092
|
+
agentTypeId: z.ZodString;
|
|
1093
|
+
hostEnabled: z.ZodBoolean;
|
|
1094
|
+
dockerEnabled: z.ZodBoolean;
|
|
1095
|
+
hostAuthed: z.ZodBoolean;
|
|
1096
|
+
dockerAuthed: z.ZodBoolean;
|
|
1097
|
+
createdAt: z.ZodString;
|
|
1098
|
+
updatedAt: z.ZodString;
|
|
1099
|
+
}, z.core.$strict>;
|
|
1100
|
+
/**
|
|
1101
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 200 response type
|
|
1102
|
+
*/
|
|
1103
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200Schema>;
|
|
1104
|
+
/**
|
|
1105
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response schema
|
|
1106
|
+
*/
|
|
1107
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
1108
|
+
message: z.ZodString;
|
|
1109
|
+
}, z.core.$strict>;
|
|
1110
|
+
/**
|
|
1111
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response type
|
|
1112
|
+
*/
|
|
1113
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
1114
|
+
/**
|
|
1115
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response schema
|
|
1116
|
+
*/
|
|
1117
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
1118
|
+
error: z.ZodString;
|
|
1119
|
+
}, z.core.$strict>;
|
|
1120
|
+
/**
|
|
1121
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response type
|
|
1122
|
+
*/
|
|
1123
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
1124
|
+
/**
|
|
1125
|
+
* Get device-agent type configuration by ID
|
|
1126
|
+
*/
|
|
1127
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: {
|
|
1128
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}";
|
|
1129
|
+
readonly method: "GET";
|
|
1130
|
+
readonly params: z.ZodObject<{
|
|
1131
|
+
organizationId: z.ZodString;
|
|
1132
|
+
deviceAgentTypeId: z.ZodString;
|
|
1133
|
+
}, z.core.$strip>;
|
|
1134
|
+
readonly responses: {
|
|
1135
|
+
readonly 200: z.ZodObject<{
|
|
1136
|
+
id: z.ZodString;
|
|
1137
|
+
deviceId: z.ZodString;
|
|
1138
|
+
agentTypeId: z.ZodString;
|
|
1139
|
+
hostEnabled: z.ZodBoolean;
|
|
1140
|
+
dockerEnabled: z.ZodBoolean;
|
|
1141
|
+
hostAuthed: z.ZodBoolean;
|
|
1142
|
+
dockerAuthed: z.ZodBoolean;
|
|
1143
|
+
createdAt: z.ZodString;
|
|
1144
|
+
updatedAt: z.ZodString;
|
|
1145
|
+
}, z.core.$strict>;
|
|
1146
|
+
readonly 404: z.ZodObject<{
|
|
1147
|
+
message: z.ZodString;
|
|
1148
|
+
}, z.core.$strict>;
|
|
1149
|
+
readonly 500: z.ZodObject<{
|
|
1150
|
+
error: z.ZodString;
|
|
1151
|
+
}, z.core.$strict>;
|
|
1152
|
+
};
|
|
1153
|
+
};
|
|
1154
|
+
/**
|
|
1155
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
1156
|
+
*/
|
|
1157
|
+
export interface IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath {
|
|
1158
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}';
|
|
1159
|
+
params: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters;
|
|
1160
|
+
response: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200;
|
|
1161
|
+
error?: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 | IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500;
|
|
1162
|
+
}
|
|
1163
|
+
/**
|
|
1164
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters schema
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
1167
|
+
organizationId: z.ZodString;
|
|
1168
|
+
deviceAgentTypeId: z.ZodString;
|
|
1169
|
+
}, z.core.$strip>;
|
|
1170
|
+
/**
|
|
1171
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters type
|
|
1172
|
+
*/
|
|
1173
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
1174
|
+
/**
|
|
1175
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId request body schema
|
|
1176
|
+
*/
|
|
1177
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdRequestBodySchema: z.ZodObject<{
|
|
1178
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1179
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1180
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1181
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1182
|
+
}, z.core.$strict>;
|
|
1183
|
+
/**
|
|
1184
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId request body type
|
|
1185
|
+
*/
|
|
1186
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdRequestBody = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdRequestBodySchema>;
|
|
1187
|
+
/**
|
|
1188
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 200 response schema
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200Schema: z.ZodObject<{
|
|
1191
|
+
id: z.ZodString;
|
|
1192
|
+
deviceId: z.ZodString;
|
|
1193
|
+
agentTypeId: z.ZodString;
|
|
1194
|
+
hostEnabled: z.ZodBoolean;
|
|
1195
|
+
dockerEnabled: z.ZodBoolean;
|
|
1196
|
+
hostAuthed: z.ZodBoolean;
|
|
1197
|
+
dockerAuthed: z.ZodBoolean;
|
|
1198
|
+
createdAt: z.ZodString;
|
|
1199
|
+
updatedAt: z.ZodString;
|
|
1200
|
+
}, z.core.$strict>;
|
|
1201
|
+
/**
|
|
1202
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 200 response type
|
|
1203
|
+
*/
|
|
1204
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200 = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200Schema>;
|
|
1205
|
+
/**
|
|
1206
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 400 response schema
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse400Schema: z.ZodVoid;
|
|
1209
|
+
/**
|
|
1210
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 400 response type
|
|
1211
|
+
*/
|
|
1212
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse400 = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse400Schema>;
|
|
1213
|
+
/**
|
|
1214
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response schema
|
|
1215
|
+
*/
|
|
1216
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
1217
|
+
message: z.ZodString;
|
|
1218
|
+
}, z.core.$strict>;
|
|
1219
|
+
/**
|
|
1220
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response type
|
|
1221
|
+
*/
|
|
1222
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
1223
|
+
/**
|
|
1224
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response schema
|
|
1225
|
+
*/
|
|
1226
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
1227
|
+
error: z.ZodString;
|
|
1228
|
+
}, z.core.$strict>;
|
|
1229
|
+
/**
|
|
1230
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response type
|
|
1231
|
+
*/
|
|
1232
|
+
export type IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
1233
|
+
/**
|
|
1234
|
+
* Update device-agent type configuration
|
|
1235
|
+
*/
|
|
1236
|
+
export declare const PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: {
|
|
1237
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}";
|
|
1238
|
+
readonly method: "PUT";
|
|
1239
|
+
readonly params: z.ZodObject<{
|
|
1240
|
+
organizationId: z.ZodString;
|
|
1241
|
+
deviceAgentTypeId: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>;
|
|
1243
|
+
readonly requestBody: z.ZodObject<{
|
|
1244
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1245
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1246
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1247
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1248
|
+
}, z.core.$strict>;
|
|
1249
|
+
readonly responses: {
|
|
1250
|
+
readonly 200: z.ZodObject<{
|
|
1251
|
+
id: z.ZodString;
|
|
1252
|
+
deviceId: z.ZodString;
|
|
1253
|
+
agentTypeId: z.ZodString;
|
|
1254
|
+
hostEnabled: z.ZodBoolean;
|
|
1255
|
+
dockerEnabled: z.ZodBoolean;
|
|
1256
|
+
hostAuthed: z.ZodBoolean;
|
|
1257
|
+
dockerAuthed: z.ZodBoolean;
|
|
1258
|
+
createdAt: z.ZodString;
|
|
1259
|
+
updatedAt: z.ZodString;
|
|
1260
|
+
}, z.core.$strict>;
|
|
1261
|
+
readonly 400: z.ZodVoid;
|
|
1262
|
+
readonly 404: z.ZodObject<{
|
|
1263
|
+
message: z.ZodString;
|
|
1264
|
+
}, z.core.$strict>;
|
|
1265
|
+
readonly 500: z.ZodObject<{
|
|
1266
|
+
error: z.ZodString;
|
|
1267
|
+
}, z.core.$strict>;
|
|
1268
|
+
};
|
|
1269
|
+
};
|
|
1270
|
+
/**
|
|
1271
|
+
* PutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
1272
|
+
*/
|
|
1273
|
+
export interface IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath {
|
|
1274
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}';
|
|
1275
|
+
params: IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters;
|
|
1276
|
+
body?: IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdRequestBody;
|
|
1277
|
+
response: IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse200;
|
|
1278
|
+
error?: IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse400 | IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 | IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500;
|
|
1279
|
+
}
|
|
1280
|
+
/**
|
|
1281
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters schema
|
|
1282
|
+
*/
|
|
1283
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema: z.ZodObject<{
|
|
1284
|
+
organizationId: z.ZodString;
|
|
1285
|
+
deviceAgentTypeId: z.ZodString;
|
|
1286
|
+
}, z.core.$strip>;
|
|
1287
|
+
/**
|
|
1288
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId path parameters type
|
|
1289
|
+
*/
|
|
1290
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParametersSchema>;
|
|
1291
|
+
/**
|
|
1292
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 204 response schema
|
|
1293
|
+
*/
|
|
1294
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse204Schema: z.ZodVoid;
|
|
1295
|
+
/**
|
|
1296
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 204 response type
|
|
1297
|
+
*/
|
|
1298
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse204Schema>;
|
|
1299
|
+
/**
|
|
1300
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response schema
|
|
1301
|
+
*/
|
|
1302
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema: z.ZodObject<{
|
|
1303
|
+
message: z.ZodString;
|
|
1304
|
+
}, z.core.$strict>;
|
|
1305
|
+
/**
|
|
1306
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 404 response type
|
|
1307
|
+
*/
|
|
1308
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404Schema>;
|
|
1309
|
+
/**
|
|
1310
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response schema
|
|
1311
|
+
*/
|
|
1312
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema: z.ZodObject<{
|
|
1313
|
+
error: z.ZodString;
|
|
1314
|
+
}, z.core.$strict>;
|
|
1315
|
+
/**
|
|
1316
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId 500 response type
|
|
1317
|
+
*/
|
|
1318
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500Schema>;
|
|
1319
|
+
/**
|
|
1320
|
+
* Delete device-agent type configuration
|
|
1321
|
+
*/
|
|
1322
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: {
|
|
1323
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}";
|
|
1324
|
+
readonly method: "DELETE";
|
|
1325
|
+
readonly params: z.ZodObject<{
|
|
1326
|
+
organizationId: z.ZodString;
|
|
1327
|
+
deviceAgentTypeId: z.ZodString;
|
|
1328
|
+
}, z.core.$strip>;
|
|
1329
|
+
readonly responses: {
|
|
1330
|
+
readonly 204: z.ZodVoid;
|
|
1331
|
+
readonly 404: z.ZodObject<{
|
|
1332
|
+
message: z.ZodString;
|
|
1333
|
+
}, z.core.$strict>;
|
|
1334
|
+
readonly 500: z.ZodObject<{
|
|
1335
|
+
error: z.ZodString;
|
|
1336
|
+
}, z.core.$strict>;
|
|
1337
|
+
};
|
|
1338
|
+
};
|
|
1339
|
+
/**
|
|
1340
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
1341
|
+
*/
|
|
1342
|
+
export interface IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath {
|
|
1343
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}';
|
|
1344
|
+
params: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdParameters;
|
|
1345
|
+
response: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse204;
|
|
1346
|
+
error?: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse404 | IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdResponse500;
|
|
1347
|
+
}
|
|
1348
|
+
/**
|
|
1349
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters schema
|
|
1350
|
+
*/
|
|
1351
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema: z.ZodObject<{
|
|
1352
|
+
organizationId: z.ZodString;
|
|
1353
|
+
deviceId: z.ZodString;
|
|
1354
|
+
agentTypeId: z.ZodString;
|
|
1355
|
+
}, z.core.$strip>;
|
|
1356
|
+
/**
|
|
1357
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters type
|
|
1358
|
+
*/
|
|
1359
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema>;
|
|
1360
|
+
/**
|
|
1361
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 200 response schema
|
|
1362
|
+
*/
|
|
1363
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200Schema: z.ZodObject<{
|
|
1364
|
+
id: z.ZodString;
|
|
1365
|
+
deviceId: z.ZodString;
|
|
1366
|
+
agentTypeId: z.ZodString;
|
|
1367
|
+
hostEnabled: z.ZodBoolean;
|
|
1368
|
+
dockerEnabled: z.ZodBoolean;
|
|
1369
|
+
hostAuthed: z.ZodBoolean;
|
|
1370
|
+
dockerAuthed: z.ZodBoolean;
|
|
1371
|
+
createdAt: z.ZodString;
|
|
1372
|
+
updatedAt: z.ZodString;
|
|
1373
|
+
}, z.core.$strict>;
|
|
1374
|
+
/**
|
|
1375
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 200 response type
|
|
1376
|
+
*/
|
|
1377
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200Schema>;
|
|
1378
|
+
/**
|
|
1379
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response schema
|
|
1380
|
+
*/
|
|
1381
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema: z.ZodObject<{
|
|
1382
|
+
message: z.ZodString;
|
|
1383
|
+
}, z.core.$strict>;
|
|
1384
|
+
/**
|
|
1385
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response type
|
|
1386
|
+
*/
|
|
1387
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema>;
|
|
1388
|
+
/**
|
|
1389
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response schema
|
|
1390
|
+
*/
|
|
1391
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema: z.ZodObject<{
|
|
1392
|
+
error: z.ZodString;
|
|
1393
|
+
}, z.core.$strict>;
|
|
1394
|
+
/**
|
|
1395
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response type
|
|
1396
|
+
*/
|
|
1397
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema>;
|
|
1398
|
+
/**
|
|
1399
|
+
* Get device-agent type configuration by device and agent type
|
|
1400
|
+
*/
|
|
1401
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId: {
|
|
1402
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}";
|
|
1403
|
+
readonly method: "GET";
|
|
1404
|
+
readonly params: z.ZodObject<{
|
|
1405
|
+
organizationId: z.ZodString;
|
|
1406
|
+
deviceId: z.ZodString;
|
|
1407
|
+
agentTypeId: z.ZodString;
|
|
1408
|
+
}, z.core.$strip>;
|
|
1409
|
+
readonly responses: {
|
|
1410
|
+
readonly 200: z.ZodObject<{
|
|
1411
|
+
id: z.ZodString;
|
|
1412
|
+
deviceId: z.ZodString;
|
|
1413
|
+
agentTypeId: z.ZodString;
|
|
1414
|
+
hostEnabled: z.ZodBoolean;
|
|
1415
|
+
dockerEnabled: z.ZodBoolean;
|
|
1416
|
+
hostAuthed: z.ZodBoolean;
|
|
1417
|
+
dockerAuthed: z.ZodBoolean;
|
|
1418
|
+
createdAt: z.ZodString;
|
|
1419
|
+
updatedAt: z.ZodString;
|
|
1420
|
+
}, z.core.$strict>;
|
|
1421
|
+
readonly 404: z.ZodObject<{
|
|
1422
|
+
message: z.ZodString;
|
|
1423
|
+
}, z.core.$strict>;
|
|
1424
|
+
readonly 500: z.ZodObject<{
|
|
1425
|
+
error: z.ZodString;
|
|
1426
|
+
}, z.core.$strict>;
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
/**
|
|
1430
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
1431
|
+
*/
|
|
1432
|
+
export interface IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath {
|
|
1433
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}';
|
|
1434
|
+
params: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters;
|
|
1435
|
+
response: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse200;
|
|
1436
|
+
error?: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 | IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500;
|
|
1437
|
+
}
|
|
1438
|
+
/**
|
|
1439
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters schema
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema: z.ZodObject<{
|
|
1442
|
+
organizationId: z.ZodString;
|
|
1443
|
+
deviceId: z.ZodString;
|
|
1444
|
+
agentTypeId: z.ZodString;
|
|
1445
|
+
}, z.core.$strip>;
|
|
1446
|
+
/**
|
|
1447
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId path parameters type
|
|
1448
|
+
*/
|
|
1449
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParametersSchema>;
|
|
1450
|
+
/**
|
|
1451
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 204 response schema
|
|
1452
|
+
*/
|
|
1453
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204Schema: z.ZodVoid;
|
|
1454
|
+
/**
|
|
1455
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 204 response type
|
|
1456
|
+
*/
|
|
1457
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204Schema>;
|
|
1458
|
+
/**
|
|
1459
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response schema
|
|
1460
|
+
*/
|
|
1461
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema: z.ZodObject<{
|
|
1462
|
+
message: z.ZodString;
|
|
1463
|
+
}, z.core.$strict>;
|
|
1464
|
+
/**
|
|
1465
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 404 response type
|
|
1466
|
+
*/
|
|
1467
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404Schema>;
|
|
1468
|
+
/**
|
|
1469
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response schema
|
|
1470
|
+
*/
|
|
1471
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema: z.ZodObject<{
|
|
1472
|
+
error: z.ZodString;
|
|
1473
|
+
}, z.core.$strict>;
|
|
1474
|
+
/**
|
|
1475
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId 500 response type
|
|
1476
|
+
*/
|
|
1477
|
+
export type IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500Schema>;
|
|
1478
|
+
/**
|
|
1479
|
+
* Delete device-agent type configuration by relation
|
|
1480
|
+
*/
|
|
1481
|
+
export declare const DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId: {
|
|
1482
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}";
|
|
1483
|
+
readonly method: "DELETE";
|
|
1484
|
+
readonly params: z.ZodObject<{
|
|
1485
|
+
organizationId: z.ZodString;
|
|
1486
|
+
deviceId: z.ZodString;
|
|
1487
|
+
agentTypeId: z.ZodString;
|
|
1488
|
+
}, z.core.$strip>;
|
|
1489
|
+
readonly responses: {
|
|
1490
|
+
readonly 204: z.ZodVoid;
|
|
1491
|
+
readonly 404: z.ZodObject<{
|
|
1492
|
+
message: z.ZodString;
|
|
1493
|
+
}, z.core.$strict>;
|
|
1494
|
+
readonly 500: z.ZodObject<{
|
|
1495
|
+
error: z.ZodString;
|
|
1496
|
+
}, z.core.$strict>;
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
/**
|
|
1500
|
+
* DeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId comprehensive path type for use with OpenapiClient.request()
|
|
1501
|
+
*/
|
|
1502
|
+
export interface IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath {
|
|
1503
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}';
|
|
1504
|
+
params: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdParameters;
|
|
1505
|
+
response: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse204;
|
|
1506
|
+
error?: IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse404 | IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdResponse500;
|
|
1507
|
+
}
|
|
1508
|
+
/**
|
|
1509
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags path parameters schema
|
|
1510
|
+
*/
|
|
1511
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParametersSchema: z.ZodObject<{
|
|
1512
|
+
organizationId: z.ZodString;
|
|
1513
|
+
deviceId: z.ZodString;
|
|
1514
|
+
agentTypeId: z.ZodString;
|
|
1515
|
+
}, z.core.$strip>;
|
|
1516
|
+
/**
|
|
1517
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags path parameters type
|
|
1518
|
+
*/
|
|
1519
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParametersSchema>;
|
|
1520
|
+
/**
|
|
1521
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags request body schema
|
|
1522
|
+
*/
|
|
1523
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBodySchema: z.ZodObject<{
|
|
1524
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1525
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1526
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1527
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1528
|
+
}, z.core.$strict>;
|
|
1529
|
+
/**
|
|
1530
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags request body type
|
|
1531
|
+
*/
|
|
1532
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBodySchema>;
|
|
1533
|
+
/**
|
|
1534
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 200 response schema
|
|
1535
|
+
*/
|
|
1536
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200Schema: z.ZodObject<{
|
|
1537
|
+
id: z.ZodString;
|
|
1538
|
+
deviceId: z.ZodString;
|
|
1539
|
+
agentTypeId: z.ZodString;
|
|
1540
|
+
hostEnabled: z.ZodBoolean;
|
|
1541
|
+
dockerEnabled: z.ZodBoolean;
|
|
1542
|
+
hostAuthed: z.ZodBoolean;
|
|
1543
|
+
dockerAuthed: z.ZodBoolean;
|
|
1544
|
+
createdAt: z.ZodString;
|
|
1545
|
+
updatedAt: z.ZodString;
|
|
1546
|
+
}, z.core.$strict>;
|
|
1547
|
+
/**
|
|
1548
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 200 response type
|
|
1549
|
+
*/
|
|
1550
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200Schema>;
|
|
1551
|
+
/**
|
|
1552
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 400 response schema
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400Schema: z.ZodVoid;
|
|
1555
|
+
/**
|
|
1556
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 400 response type
|
|
1557
|
+
*/
|
|
1558
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400Schema>;
|
|
1559
|
+
/**
|
|
1560
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 404 response schema
|
|
1561
|
+
*/
|
|
1562
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404Schema: z.ZodObject<{
|
|
1563
|
+
message: z.ZodString;
|
|
1564
|
+
}, z.core.$strict>;
|
|
1565
|
+
/**
|
|
1566
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 404 response type
|
|
1567
|
+
*/
|
|
1568
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404Schema>;
|
|
1569
|
+
/**
|
|
1570
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 500 response schema
|
|
1571
|
+
*/
|
|
1572
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500Schema: z.ZodObject<{
|
|
1573
|
+
error: z.ZodString;
|
|
1574
|
+
}, z.core.$strict>;
|
|
1575
|
+
/**
|
|
1576
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags 500 response type
|
|
1577
|
+
*/
|
|
1578
|
+
export type IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500Schema>;
|
|
1579
|
+
/**
|
|
1580
|
+
* Update deployment flags for device-agent type
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags: {
|
|
1583
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags";
|
|
1584
|
+
readonly method: "PATCH";
|
|
1585
|
+
readonly params: z.ZodObject<{
|
|
1586
|
+
organizationId: z.ZodString;
|
|
1587
|
+
deviceId: z.ZodString;
|
|
1588
|
+
agentTypeId: z.ZodString;
|
|
1589
|
+
}, z.core.$strip>;
|
|
1590
|
+
readonly requestBody: z.ZodObject<{
|
|
1591
|
+
hostEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1592
|
+
dockerEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1593
|
+
hostAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1594
|
+
dockerAuthed: z.ZodOptional<z.ZodBoolean>;
|
|
1595
|
+
}, z.core.$strict>;
|
|
1596
|
+
readonly responses: {
|
|
1597
|
+
readonly 200: z.ZodObject<{
|
|
1598
|
+
id: z.ZodString;
|
|
1599
|
+
deviceId: z.ZodString;
|
|
1600
|
+
agentTypeId: z.ZodString;
|
|
1601
|
+
hostEnabled: z.ZodBoolean;
|
|
1602
|
+
dockerEnabled: z.ZodBoolean;
|
|
1603
|
+
hostAuthed: z.ZodBoolean;
|
|
1604
|
+
dockerAuthed: z.ZodBoolean;
|
|
1605
|
+
createdAt: z.ZodString;
|
|
1606
|
+
updatedAt: z.ZodString;
|
|
1607
|
+
}, z.core.$strict>;
|
|
1608
|
+
readonly 400: z.ZodVoid;
|
|
1609
|
+
readonly 404: z.ZodObject<{
|
|
1610
|
+
message: z.ZodString;
|
|
1611
|
+
}, z.core.$strict>;
|
|
1612
|
+
readonly 500: z.ZodObject<{
|
|
1613
|
+
error: z.ZodString;
|
|
1614
|
+
}, z.core.$strict>;
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
/**
|
|
1618
|
+
* PatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags comprehensive path type for use with OpenapiClient.request()
|
|
1619
|
+
*/
|
|
1620
|
+
export interface IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath {
|
|
1621
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags';
|
|
1622
|
+
params: IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsParameters;
|
|
1623
|
+
body?: IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsRequestBody;
|
|
1624
|
+
response: IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse200;
|
|
1625
|
+
error?: IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse400 | IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse404 | IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsResponse500;
|
|
1626
|
+
}
|
|
1627
|
+
/**
|
|
1628
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId path parameters schema
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdParametersSchema: z.ZodObject<{
|
|
1631
|
+
organizationId: z.ZodString;
|
|
1632
|
+
deviceId: z.ZodString;
|
|
1633
|
+
}, z.core.$strip>;
|
|
1634
|
+
/**
|
|
1635
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId path parameters type
|
|
1636
|
+
*/
|
|
1637
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdParametersSchema>;
|
|
1638
|
+
/**
|
|
1639
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId 200 response schema
|
|
1640
|
+
*/
|
|
1641
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse200Schema: z.ZodObject<{
|
|
1642
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1643
|
+
id: z.ZodString;
|
|
1644
|
+
deviceId: z.ZodString;
|
|
1645
|
+
agentTypeId: z.ZodString;
|
|
1646
|
+
hostEnabled: z.ZodBoolean;
|
|
1647
|
+
dockerEnabled: z.ZodBoolean;
|
|
1648
|
+
hostAuthed: z.ZodBoolean;
|
|
1649
|
+
dockerAuthed: z.ZodBoolean;
|
|
1650
|
+
createdAt: z.ZodString;
|
|
1651
|
+
updatedAt: z.ZodString;
|
|
1652
|
+
}, z.core.$strict>>;
|
|
1653
|
+
total: z.ZodNumber;
|
|
1654
|
+
}, z.core.$strict>;
|
|
1655
|
+
/**
|
|
1656
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId 200 response type
|
|
1657
|
+
*/
|
|
1658
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse200Schema>;
|
|
1659
|
+
/**
|
|
1660
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId 500 response schema
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse500Schema: z.ZodObject<{
|
|
1663
|
+
error: z.ZodString;
|
|
1664
|
+
}, z.core.$strict>;
|
|
1665
|
+
/**
|
|
1666
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId 500 response type
|
|
1667
|
+
*/
|
|
1668
|
+
export type IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse500Schema>;
|
|
1669
|
+
/**
|
|
1670
|
+
* Get device-agent type configurations by device
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId: {
|
|
1673
|
+
readonly path: "/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}";
|
|
1674
|
+
readonly method: "GET";
|
|
1675
|
+
readonly params: z.ZodObject<{
|
|
1676
|
+
organizationId: z.ZodString;
|
|
1677
|
+
deviceId: z.ZodString;
|
|
1678
|
+
}, z.core.$strip>;
|
|
1679
|
+
readonly responses: {
|
|
1680
|
+
readonly 200: z.ZodObject<{
|
|
1681
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1682
|
+
id: z.ZodString;
|
|
1683
|
+
deviceId: z.ZodString;
|
|
1684
|
+
agentTypeId: z.ZodString;
|
|
1685
|
+
hostEnabled: z.ZodBoolean;
|
|
1686
|
+
dockerEnabled: z.ZodBoolean;
|
|
1687
|
+
hostAuthed: z.ZodBoolean;
|
|
1688
|
+
dockerAuthed: z.ZodBoolean;
|
|
1689
|
+
createdAt: z.ZodString;
|
|
1690
|
+
updatedAt: z.ZodString;
|
|
1691
|
+
}, z.core.$strict>>;
|
|
1692
|
+
total: z.ZodNumber;
|
|
1693
|
+
}, z.core.$strict>;
|
|
1694
|
+
readonly 500: z.ZodObject<{
|
|
1695
|
+
error: z.ZodString;
|
|
1696
|
+
}, z.core.$strict>;
|
|
1697
|
+
};
|
|
1698
|
+
};
|
|
1699
|
+
/**
|
|
1700
|
+
* GetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId comprehensive path type for use with OpenapiClient.request()
|
|
1701
|
+
*/
|
|
1702
|
+
export interface IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdPath {
|
|
1703
|
+
path: '/api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}';
|
|
1704
|
+
params: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdParameters;
|
|
1705
|
+
response: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse200;
|
|
1706
|
+
error?: IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdResponse500;
|
|
1707
|
+
}
|
|
1708
|
+
//# sourceMappingURL=deviceAgentTypes.d.ts.map
|