@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,116 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdAutomationJobsPath, IPostApiV1OrganizationsorganizationIdAutomationJobsClaimPath, IPostApiV1OrganizationsorganizationIdAutomationJobsReleasePath, IPostApiV1OrganizationsorganizationIdAutomationJobsHeartbeatPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGetPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaimPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsReleasePath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeatPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdAutomationJobs, postApiV1OrganizationsorganizationIdAutomationJobsClaim, postApiV1OrganizationsorganizationIdAutomationJobsRelease, postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat, getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobs, getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet, postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim, postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease, postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const getApiV1OrganizationsorganizationIdAutomationJobsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdAutomationJobs>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List automation jobs across the organization
|
|
13
|
+
*
|
|
14
|
+
* Aggregate runnable automation jobs across every project in the organization.
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/automation/jobs
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdAutomationJobs: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdAutomationJobs>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdAutomationJobs>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdAutomationJobsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdAutomationJobsClaimQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsClaim>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsClaim>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Claim an automation job in any project
|
|
22
|
+
*
|
|
23
|
+
* Acquire the cross-machine workflow lock for a work unit or standalone task.
|
|
24
|
+
* Responds 409 when another machine already holds the job, so a caller cannot
|
|
25
|
+
* mistake a lost race for an empty result.
|
|
26
|
+
*
|
|
27
|
+
* @api POST /api/v1/organizations/{organizationId}/automation/jobs/claim
|
|
28
|
+
*/
|
|
29
|
+
export declare const usePostApiV1OrganizationsorganizationIdAutomationJobsClaim: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdAutomationJobsClaim>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdAutomationJobsClaimPath>, {
|
|
30
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsClaim>[0];
|
|
31
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsClaim>[1];
|
|
32
|
+
}>>) => any;
|
|
33
|
+
export declare const postApiV1OrganizationsorganizationIdAutomationJobsReleaseQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsRelease>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsRelease>[1]) => any;
|
|
34
|
+
/**
|
|
35
|
+
* Release an automation job in any project
|
|
36
|
+
*
|
|
37
|
+
* Release a claimed automation job workflow lock.
|
|
38
|
+
*
|
|
39
|
+
* @api POST /api/v1/organizations/{organizationId}/automation/jobs/release
|
|
40
|
+
*/
|
|
41
|
+
export declare const usePostApiV1OrganizationsorganizationIdAutomationJobsRelease: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdAutomationJobsRelease>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdAutomationJobsReleasePath>, {
|
|
42
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsRelease>[0];
|
|
43
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsRelease>[1];
|
|
44
|
+
}>>) => any;
|
|
45
|
+
export declare const postApiV1OrganizationsorganizationIdAutomationJobsHeartbeatQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat>[1]) => any;
|
|
46
|
+
/**
|
|
47
|
+
* Heartbeat an automation job in any project
|
|
48
|
+
*
|
|
49
|
+
* Refresh a claimed lock so it is not reclaimed as stale while the run is still
|
|
50
|
+
* active.
|
|
51
|
+
*
|
|
52
|
+
* @api POST /api/v1/organizations/{organizationId}/automation/jobs/heartbeat
|
|
53
|
+
*/
|
|
54
|
+
export declare const usePostApiV1OrganizationsorganizationIdAutomationJobsHeartbeat: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdAutomationJobsHeartbeatPath>, {
|
|
55
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat>[0];
|
|
56
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdAutomationJobsHeartbeat>[1];
|
|
57
|
+
}>>) => any;
|
|
58
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobs>[0]) => any;
|
|
59
|
+
/**
|
|
60
|
+
* List automation jobs
|
|
61
|
+
*
|
|
62
|
+
* List runnable or claimed automation jobs as normalized machine-readable JSON.
|
|
63
|
+
*
|
|
64
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/automation/jobs
|
|
65
|
+
*/
|
|
66
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobs: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobs>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobs>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsPath>>, "queryKey" | "queryFn">>) => any;
|
|
67
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGetQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet>[1]) => any;
|
|
68
|
+
/**
|
|
69
|
+
* Get automation job
|
|
70
|
+
*
|
|
71
|
+
* Retrieve a normalized automation job by kind and ID.
|
|
72
|
+
*
|
|
73
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/automation/jobs/get
|
|
74
|
+
*/
|
|
75
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGet>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsGetPath>>, "queryKey" | "queryFn">>) => any;
|
|
76
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaimQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim>[1]) => any;
|
|
77
|
+
/**
|
|
78
|
+
* Claim automation job
|
|
79
|
+
*
|
|
80
|
+
* Acquire a workflow lock for a work unit or standalone task automation job.
|
|
81
|
+
* Responds 409 when another machine already holds the job, so a caller cannot
|
|
82
|
+
* mistake a lost race for an empty result.
|
|
83
|
+
*
|
|
84
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/automation/jobs/claim
|
|
85
|
+
*/
|
|
86
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaimPath>, {
|
|
87
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim>[0];
|
|
88
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsClaim>[1];
|
|
89
|
+
}>>) => any;
|
|
90
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsReleaseQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease>[1]) => any;
|
|
91
|
+
/**
|
|
92
|
+
* Release automation job
|
|
93
|
+
*
|
|
94
|
+
* Release a claimed automation job workflow lock.
|
|
95
|
+
*
|
|
96
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/automation/jobs/release
|
|
97
|
+
*/
|
|
98
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsReleasePath>, {
|
|
99
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease>[0];
|
|
100
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsRelease>[1];
|
|
101
|
+
}>>) => any;
|
|
102
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeatQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat>[1]) => any;
|
|
103
|
+
/**
|
|
104
|
+
* Heartbeat automation job
|
|
105
|
+
*
|
|
106
|
+
* Refresh a claimed job lock so it is not reclaimed as stale while the run is
|
|
107
|
+
* still active.
|
|
108
|
+
*
|
|
109
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/automation/jobs/heartbeat
|
|
110
|
+
*/
|
|
111
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeatPath>, {
|
|
112
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat>[0];
|
|
113
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdAutomationJobsHeartbeat>[1];
|
|
114
|
+
}>>) => any;
|
|
115
|
+
export {};
|
|
116
|
+
//# sourceMappingURL=automation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automation.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/automation.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1CliOrganizationsPath, IPostApiV1CliExchangeForAgentPath } from '../types';
|
|
4
|
+
import { getApiV1CliOrganizations, postApiV1CliExchangeForAgent } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const getApiV1CliOrganizationsQueryOptions: () => any;
|
|
11
|
+
/**
|
|
12
|
+
* List user organizations
|
|
13
|
+
*
|
|
14
|
+
* List all organizations the authenticated user belongs to
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/cli/organizations
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1CliOrganizations: (options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1CliOrganizations>>, OpenapiHookError<IGetApiV1CliOrganizationsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1CliExchangeForAgentQueryOptions: (body: Parameters<typeof postApiV1CliExchangeForAgent>[0]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Exchange user token for agent API key
|
|
22
|
+
*
|
|
23
|
+
* User selects organization, then we create/find agent and return its API key
|
|
24
|
+
*
|
|
25
|
+
* @api POST /api/v1/cli/exchange-for-agent
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePostApiV1CliExchangeForAgent: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1CliExchangeForAgent>>, OpenapiHookError<IPostApiV1CliExchangeForAgentPath>, {
|
|
28
|
+
body: Parameters<typeof postApiV1CliExchangeForAgent>[0];
|
|
29
|
+
}>>) => any;
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=cli.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/cli.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AACjG,OAAO,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAElF,KAAK,gBAAgB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,IAAI,mBAAmB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,MAAM,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC;AAM9J,eAAO,MAAM,oCAAoC,WAI7C,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,GAAI,UAAU,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,EAAE,gBAAgB,CAAC,6BAA6B,CAAC,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,QAGlN,CAAC;AAGF,eAAO,MAAM,wCAAwC,GAAI,MAAM,UAAU,CAAC,OAAO,4BAA4B,CAAC,CAAC,CAAC,CAAC,QAI7G,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,4BAA4B,CAAC,CAAC,EAAE,gBAAgB,CAAC,iCAAiC,CAAC,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,OAAO,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAI9P,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IPostApiV1ContactPath } from '../types';
|
|
4
|
+
import { postApiV1Contact } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const postApiV1ContactQueryOptions: (body: Parameters<typeof postApiV1Contact>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Submit contact form
|
|
13
|
+
*
|
|
14
|
+
* Submit a message through the public marketing contact form
|
|
15
|
+
*
|
|
16
|
+
* @api POST /api/v1/contact
|
|
17
|
+
*/
|
|
18
|
+
export declare const usePostApiV1Contact: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1Contact>>, OpenapiHookError<IPostApiV1ContactPath>, {
|
|
19
|
+
body: Parameters<typeof postApiV1Contact>[0];
|
|
20
|
+
}>>) => any;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=contact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/contact.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAmB,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,KAAK,gBAAgB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,IAAI,mBAAmB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,MAAM,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC;AAM9J,eAAO,MAAM,4BAA4B,GAAI,MAAM,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,QAIrF,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,EAAE,gBAAgB,CAAC,qBAAqB,CAAC,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAI9M,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdCreditsPath, IPostApiV1OrganizationsorganizationIdCreditsTopUpPath, IPostApiV1OrganizationsorganizationIdCreditsAutoRechargePath, IGetApiV1OrganizationsorganizationIdCreditsTransactionsPath, IGetApiV1OrganizationsorganizationIdCreditsUsagePath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdCredits, postApiV1OrganizationsorganizationIdCreditsTopUp, postApiV1OrganizationsorganizationIdCreditsAutoRecharge, getApiV1OrganizationsorganizationIdCreditsTransactions, getApiV1OrganizationsorganizationIdCreditsUsage } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const getApiV1OrganizationsorganizationIdCreditsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCredits>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Get credits
|
|
13
|
+
*
|
|
14
|
+
* Get organization credit balance and settings
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/credits
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdCredits: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCredits>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdCredits>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdCreditsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdCreditsTopUpQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsTopUp>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsTopUp>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Top up credits
|
|
22
|
+
*
|
|
23
|
+
* Create a Stripe checkout session for credit top-up
|
|
24
|
+
*
|
|
25
|
+
* @api POST /api/v1/organizations/{organizationId}/credits/top-up
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePostApiV1OrganizationsorganizationIdCreditsTopUp: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdCreditsTopUp>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdCreditsTopUpPath>, {
|
|
28
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsTopUp>[0];
|
|
29
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsTopUp>[1];
|
|
30
|
+
}>>) => any;
|
|
31
|
+
export declare const postApiV1OrganizationsorganizationIdCreditsAutoRechargeQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsAutoRecharge>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsAutoRecharge>[1]) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Update auto-recharge settings
|
|
34
|
+
*
|
|
35
|
+
* Enable or disable auto-recharge and configure thresholds
|
|
36
|
+
*
|
|
37
|
+
* @api POST /api/v1/organizations/{organizationId}/credits/auto-recharge
|
|
38
|
+
*/
|
|
39
|
+
export declare const usePostApiV1OrganizationsorganizationIdCreditsAutoRecharge: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdCreditsAutoRecharge>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdCreditsAutoRechargePath>, {
|
|
40
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsAutoRecharge>[0];
|
|
41
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdCreditsAutoRecharge>[1];
|
|
42
|
+
}>>) => any;
|
|
43
|
+
export declare const getApiV1OrganizationsorganizationIdCreditsTransactionsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsTransactions>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsTransactions>[1]) => any;
|
|
44
|
+
/**
|
|
45
|
+
* List transactions
|
|
46
|
+
*
|
|
47
|
+
* Get credit transaction history with pagination
|
|
48
|
+
*
|
|
49
|
+
* @api GET /api/v1/organizations/{organizationId}/credits/transactions
|
|
50
|
+
*/
|
|
51
|
+
export declare const useGetApiV1OrganizationsorganizationIdCreditsTransactions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsTransactions>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsTransactions>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdCreditsTransactions>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdCreditsTransactionsPath>>, "queryKey" | "queryFn">>) => any;
|
|
52
|
+
export declare const getApiV1OrganizationsorganizationIdCreditsUsageQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsUsage>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsUsage>[1]) => any;
|
|
53
|
+
/**
|
|
54
|
+
* Get usage summary
|
|
55
|
+
*
|
|
56
|
+
* Get sandbox usage summary for a time period
|
|
57
|
+
*
|
|
58
|
+
* @api GET /api/v1/organizations/{organizationId}/credits/usage
|
|
59
|
+
*/
|
|
60
|
+
export declare const useGetApiV1OrganizationsorganizationIdCreditsUsage: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsUsage>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdCreditsUsage>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdCreditsUsage>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdCreditsUsagePath>>, "queryKey" | "queryFn">>) => any;
|
|
61
|
+
export {};
|
|
62
|
+
//# sourceMappingURL=credits.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credits.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/credits.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesPath, IPutApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies, putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[1]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Get work-item dependencies
|
|
13
|
+
*
|
|
14
|
+
* Get the dependencies for a task or work unit in this project
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/dependencies
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdDependencies: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const putApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesQueryOptions: (pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[0], body: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Replace work-item dependencies
|
|
22
|
+
*
|
|
23
|
+
* Atomically replace all dependencies for a task or work unit in this project
|
|
24
|
+
*
|
|
25
|
+
* @api PUT /api/v1/organizations/{organizationId}/projects/{projectId}/dependencies
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePutApiV1OrganizationsorganizationIdProjectsprojectIdDependencies: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>>, OpenapiHookError<IPutApiV1OrganizationsorganizationIdProjectsprojectIdDependenciesPath>, {
|
|
28
|
+
pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[0];
|
|
29
|
+
body: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdDependencies>[1];
|
|
30
|
+
}>>) => any;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=dependencies.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependencies.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/dependencies.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,qEAAqE,EAAE,qEAAqE,EAAE,MAAM,UAAU,CAAC;AAC7K,OAAO,EAAE,gEAAgE,EAAE,gEAAgE,EAAE,MAAM,UAAU,CAAC;AAE9J,KAAK,gBAAgB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,IAAI,mBAAmB,CAAC,KAAK,SAAS;IAAE,KAAK,CAAC,EAAE,MAAM,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC;AAM9J,eAAO,MAAM,4EAA4E,GAAI,YAAY,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,EAAE,cAAc,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,QAIjS,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,mEAAmE,GAAI,YAAY,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,EAAE,cAAc,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,EAAE,gBAAgB,CAAC,qEAAqE,CAAC,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,QAGphB,CAAC;AAGF,eAAO,MAAM,4EAA4E,GAAI,YAAY,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,QAIzR,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,mEAAmE,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,EAAE,gBAAgB,CAAC,qEAAqE,CAAC,EAAE;IAAE,UAAU,EAAE,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAC,OAAO,gEAAgE,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAIlf,CAAC"}
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath, IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath, IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath, IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath, IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath, IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath, IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath, IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath, IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdPath, IGetApiV1OrganizationsorganizationIdDeviceAgentTypesPath, IPostApiV1OrganizationsorganizationIdDeviceAgentTypesPath, IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath, IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath, IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath, IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath, IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath, IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath, IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes, postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes, getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId, putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId, deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId, getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId, deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId, patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags, getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId, getApiV1OrganizationsorganizationIdDeviceAgentTypes, postApiV1OrganizationsorganizationIdDeviceAgentTypes, getApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId, putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId, deleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId, getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId, deleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId, patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags, getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId } from '../repos';
|
|
5
|
+
type OpenapiHookError<TPath extends {
|
|
6
|
+
error?: unknown;
|
|
7
|
+
}> = OpenapiRequestError<TPath extends {
|
|
8
|
+
error?: infer TError;
|
|
9
|
+
} ? Exclude<TError, undefined> : unknown>;
|
|
10
|
+
export declare const getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[1]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List device-agent type configurations
|
|
13
|
+
*
|
|
14
|
+
* List device-agent type configurations with pagination and filtering
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Create device-agent type configuration
|
|
22
|
+
*
|
|
23
|
+
* Create a new device-agent type configuration with deployment flags
|
|
24
|
+
*
|
|
25
|
+
* @api POST /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesPath>, {
|
|
28
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[0];
|
|
29
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypes>[1];
|
|
30
|
+
}>>) => any;
|
|
31
|
+
export declare const getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0]) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Get device-agent type configuration by ID
|
|
34
|
+
*
|
|
35
|
+
* Retrieve a specific device-agent type configuration by its ID
|
|
36
|
+
*
|
|
37
|
+
* @api GET /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}
|
|
38
|
+
*/
|
|
39
|
+
export declare const useGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
40
|
+
export declare const putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0], body: Parameters<typeof putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[1]) => any;
|
|
41
|
+
/**
|
|
42
|
+
* Update device-agent type configuration
|
|
43
|
+
*
|
|
44
|
+
* Update an existing device-agent type configuration
|
|
45
|
+
*
|
|
46
|
+
* @api PUT /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}
|
|
47
|
+
*/
|
|
48
|
+
export declare const usePutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IPutApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath>, {
|
|
49
|
+
pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0];
|
|
50
|
+
body: Parameters<typeof putApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[1];
|
|
51
|
+
}>>) => any;
|
|
52
|
+
export declare const deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0]) => any;
|
|
53
|
+
/**
|
|
54
|
+
* Delete device-agent type configuration
|
|
55
|
+
*
|
|
56
|
+
* Delete an existing device-agent type configuration
|
|
57
|
+
*
|
|
58
|
+
* @api DELETE /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/{deviceAgentTypeId}
|
|
59
|
+
*/
|
|
60
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeIdPath>, {
|
|
61
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesdeviceAgentTypeId>[0];
|
|
62
|
+
}>>) => any;
|
|
63
|
+
export declare const getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0]) => any;
|
|
64
|
+
/**
|
|
65
|
+
* Get device-agent type configuration by device and agent type
|
|
66
|
+
*
|
|
67
|
+
* Retrieve a specific device-agent type configuration by device ID and agent type
|
|
68
|
+
* ID
|
|
69
|
+
*
|
|
70
|
+
* @api GET /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}
|
|
71
|
+
*/
|
|
72
|
+
export declare const useGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
73
|
+
export declare const deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0]) => any;
|
|
74
|
+
/**
|
|
75
|
+
* Delete device-agent type configuration by relation
|
|
76
|
+
*
|
|
77
|
+
* Delete a device-agent type configuration by device ID and agent type ID
|
|
78
|
+
*
|
|
79
|
+
* @api DELETE /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}
|
|
80
|
+
*/
|
|
81
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath>, {
|
|
82
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0];
|
|
83
|
+
}>>) => any;
|
|
84
|
+
export declare const patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[1]) => any;
|
|
85
|
+
/**
|
|
86
|
+
* Update deployment flags for device-agent type
|
|
87
|
+
*
|
|
88
|
+
* Update deployment flags (host/docker) for a specific device-agent type
|
|
89
|
+
* configuration
|
|
90
|
+
*
|
|
91
|
+
* @api PATCH /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags
|
|
92
|
+
*/
|
|
93
|
+
export declare const usePatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath>, {
|
|
94
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[0];
|
|
95
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[1];
|
|
96
|
+
}>>) => any;
|
|
97
|
+
export declare const getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId>[0]) => any;
|
|
98
|
+
/**
|
|
99
|
+
* Get device-agent type configurations by device
|
|
100
|
+
*
|
|
101
|
+
* Retrieve all device-agent type configurations for a specific device
|
|
102
|
+
*
|
|
103
|
+
* @api GET /api/v1/organizations/{organizationId}/devices/{deviceId}/agent-types/devices/{deviceId}
|
|
104
|
+
*/
|
|
105
|
+
export declare const useGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDevicesdeviceIdAgentTypesDevicesdeviceIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
106
|
+
export declare const getApiV1OrganizationsorganizationIdDeviceAgentTypesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypes>[1]) => any;
|
|
107
|
+
/**
|
|
108
|
+
* List device-agent type configurations
|
|
109
|
+
*
|
|
110
|
+
* List device-agent type configurations with pagination and filtering
|
|
111
|
+
*
|
|
112
|
+
* @api GET /api/v1/organizations/{organizationId}/device-agent-types
|
|
113
|
+
*/
|
|
114
|
+
export declare const useGetApiV1OrganizationsorganizationIdDeviceAgentTypes: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypes>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypes>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDeviceAgentTypesPath>>, "queryKey" | "queryFn">>) => any;
|
|
115
|
+
export declare const postApiV1OrganizationsorganizationIdDeviceAgentTypesQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdDeviceAgentTypes>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdDeviceAgentTypes>[1]) => any;
|
|
116
|
+
/**
|
|
117
|
+
* Create device-agent type configuration
|
|
118
|
+
*
|
|
119
|
+
* Create a new device-agent type configuration with deployment flags
|
|
120
|
+
*
|
|
121
|
+
* @api POST /api/v1/organizations/{organizationId}/device-agent-types
|
|
122
|
+
*/
|
|
123
|
+
export declare const usePostApiV1OrganizationsorganizationIdDeviceAgentTypes: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdDeviceAgentTypes>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdDeviceAgentTypesPath>, {
|
|
124
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdDeviceAgentTypes>[0];
|
|
125
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdDeviceAgentTypes>[1];
|
|
126
|
+
}>>) => any;
|
|
127
|
+
export declare const getApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0]) => any;
|
|
128
|
+
/**
|
|
129
|
+
* Get device-agent type configuration by ID
|
|
130
|
+
*
|
|
131
|
+
* Retrieve a specific device-agent type configuration by its ID
|
|
132
|
+
*
|
|
133
|
+
* @api GET /api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}
|
|
134
|
+
*/
|
|
135
|
+
export declare const useGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
136
|
+
export declare const putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0], body: Parameters<typeof putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[1]) => any;
|
|
137
|
+
/**
|
|
138
|
+
* Update device-agent type configuration
|
|
139
|
+
*
|
|
140
|
+
* Update an existing device-agent type configuration
|
|
141
|
+
*
|
|
142
|
+
* @api PUT /api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}
|
|
143
|
+
*/
|
|
144
|
+
export declare const usePutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IPutApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath>, {
|
|
145
|
+
pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0];
|
|
146
|
+
body: Parameters<typeof putApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[1];
|
|
147
|
+
}>>) => any;
|
|
148
|
+
export declare const deleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0]) => any;
|
|
149
|
+
/**
|
|
150
|
+
* Delete device-agent type configuration
|
|
151
|
+
*
|
|
152
|
+
* Delete an existing device-agent type configuration
|
|
153
|
+
*
|
|
154
|
+
* @api DELETE /api/v1/organizations/{organizationId}/device-agent-types/{deviceAgentTypeId}
|
|
155
|
+
*/
|
|
156
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeIdPath>, {
|
|
157
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesdeviceAgentTypeId>[0];
|
|
158
|
+
}>>) => any;
|
|
159
|
+
export declare const getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0]) => any;
|
|
160
|
+
/**
|
|
161
|
+
* Get device-agent type configuration by device and agent type
|
|
162
|
+
*
|
|
163
|
+
* Retrieve a specific device-agent type configuration by device ID and agent type
|
|
164
|
+
* ID
|
|
165
|
+
*
|
|
166
|
+
* @api GET /api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}
|
|
167
|
+
*/
|
|
168
|
+
export declare const useGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
169
|
+
export declare const deleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0]) => any;
|
|
170
|
+
/**
|
|
171
|
+
* Delete device-agent type configuration by relation
|
|
172
|
+
*
|
|
173
|
+
* Delete a device-agent type configuration by device ID and agent type ID
|
|
174
|
+
*
|
|
175
|
+
* @api DELETE /api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}
|
|
176
|
+
*/
|
|
177
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdPath>, {
|
|
178
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeId>[0];
|
|
179
|
+
}>>) => any;
|
|
180
|
+
export declare const patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[1]) => any;
|
|
181
|
+
/**
|
|
182
|
+
* Update deployment flags for device-agent type
|
|
183
|
+
*
|
|
184
|
+
* Update deployment flags (host/docker) for a specific device-agent type
|
|
185
|
+
* configuration
|
|
186
|
+
*
|
|
187
|
+
* @api PATCH /api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}/agent-types/{agentTypeId}/deployment-flags
|
|
188
|
+
*/
|
|
189
|
+
export declare const usePatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlagsPath>, {
|
|
190
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[0];
|
|
191
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdAgentTypesagentTypeIdDeploymentFlags>[1];
|
|
192
|
+
}>>) => any;
|
|
193
|
+
export declare const getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId>[0]) => any;
|
|
194
|
+
/**
|
|
195
|
+
* Get device-agent type configurations by device
|
|
196
|
+
*
|
|
197
|
+
* Retrieve all device-agent type configurations for a specific device
|
|
198
|
+
*
|
|
199
|
+
* @api GET /api/v1/organizations/{organizationId}/device-agent-types/devices/{deviceId}
|
|
200
|
+
*/
|
|
201
|
+
export declare const useGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdDeviceAgentTypesDevicesdeviceIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
202
|
+
export {};
|
|
203
|
+
//# sourceMappingURL=device-agent-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device-agent-types.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/device-agent-types.ts"],"names":[],"mappings":"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"}
|