@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,27 @@
|
|
|
1
|
+
import type { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IPutApiV1UsersMeAvatarPath, IDeleteApiV1UsersMeAvatarPath } from '../types';
|
|
4
|
+
import { putApiV1UsersMeAvatar, deleteApiV1UsersMeAvatar } 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 putApiV1UsersMeAvatarQueryOptions: (body: Parameters<typeof putApiV1UsersMeAvatar>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Replace the current user avatar
|
|
13
|
+
*
|
|
14
|
+
* @api PUT /api/v1/users/me/avatar
|
|
15
|
+
*/
|
|
16
|
+
export declare const usePutApiV1UsersMeAvatar: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1UsersMeAvatar>>, OpenapiHookError<IPutApiV1UsersMeAvatarPath>, {
|
|
17
|
+
body: Parameters<typeof putApiV1UsersMeAvatar>[0];
|
|
18
|
+
}>>) => any;
|
|
19
|
+
export declare const deleteApiV1UsersMeAvatarQueryOptions: () => any;
|
|
20
|
+
/**
|
|
21
|
+
* Remove the current user avatar
|
|
22
|
+
*
|
|
23
|
+
* @api DELETE /api/v1/users/me/avatar
|
|
24
|
+
*/
|
|
25
|
+
export declare const useDeleteApiV1UsersMeAvatar: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1UsersMeAvatar>>, OpenapiHookError<IDeleteApiV1UsersMeAvatarPath>, void>>) => any;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=user-avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-avatar.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/user-avatar.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,0BAA0B,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAE3E,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,iCAAiC,GAAI,MAAM,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,QAI/F,CAAC;AAGL;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,EAAE,gBAAgB,CAAC,0BAA0B,CAAC,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAIlO,CAAC;AAGL,eAAO,MAAM,oCAAoC,WAI7C,CAAC;AAGL;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,EAAE,gBAAgB,CAAC,6BAA6B,CAAC,EAAE,IAAI,CAAC,CAAC,QAI1L,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IDeleteApiV1UsersMePath, IPutApiV1UsersMePushInstallationsinstallationIdPath, IDeleteApiV1UsersMePushInstallationsinstallationIdPath } from '../types';
|
|
4
|
+
import { deleteApiV1UsersMe, putApiV1UsersMePushInstallationsinstallationId, deleteApiV1UsersMePushInstallationsinstallationId } 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 deleteApiV1UsersMeQueryOptions: () => any;
|
|
11
|
+
/**
|
|
12
|
+
* Delete current user account
|
|
13
|
+
*
|
|
14
|
+
* Permanently delete the current user account. This will remove the user from all
|
|
15
|
+
* organizations (without deleting the organizations) and delete the user account.
|
|
16
|
+
*
|
|
17
|
+
* @api DELETE /api/v1/users/me
|
|
18
|
+
*/
|
|
19
|
+
export declare const useDeleteApiV1UsersMe: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1UsersMe>>, OpenapiHookError<IDeleteApiV1UsersMePath>, void>>) => any;
|
|
20
|
+
export declare const putApiV1UsersMePushInstallationsinstallationIdQueryOptions: (pathParams: Parameters<typeof putApiV1UsersMePushInstallationsinstallationId>[0], body: Parameters<typeof putApiV1UsersMePushInstallationsinstallationId>[1]) => any;
|
|
21
|
+
/**
|
|
22
|
+
* Register a push installation
|
|
23
|
+
*
|
|
24
|
+
* Register one native push installation for every current organization membership.
|
|
25
|
+
*
|
|
26
|
+
* @api PUT /api/v1/users/me/push-installations/{installationId}
|
|
27
|
+
*/
|
|
28
|
+
export declare const usePutApiV1UsersMePushInstallationsinstallationId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1UsersMePushInstallationsinstallationId>>, OpenapiHookError<IPutApiV1UsersMePushInstallationsinstallationIdPath>, {
|
|
29
|
+
pathParams: Parameters<typeof putApiV1UsersMePushInstallationsinstallationId>[0];
|
|
30
|
+
body: Parameters<typeof putApiV1UsersMePushInstallationsinstallationId>[1];
|
|
31
|
+
}>>) => any;
|
|
32
|
+
export declare const deleteApiV1UsersMePushInstallationsinstallationIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1UsersMePushInstallationsinstallationId>[0]) => any;
|
|
33
|
+
/**
|
|
34
|
+
* Unregister a push installation
|
|
35
|
+
*
|
|
36
|
+
* Unregister one native push installation from every current organization
|
|
37
|
+
* membership.
|
|
38
|
+
*
|
|
39
|
+
* @api DELETE /api/v1/users/me/push-installations/{installationId}
|
|
40
|
+
*/
|
|
41
|
+
export declare const useDeleteApiV1UsersMePushInstallationsinstallationId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1UsersMePushInstallationsinstallationId>>, OpenapiHookError<IDeleteApiV1UsersMePushInstallationsinstallationIdPath>, {
|
|
42
|
+
pathParams: Parameters<typeof deleteApiV1UsersMePushInstallationsinstallationId>[0];
|
|
43
|
+
}>>) => any;
|
|
44
|
+
export {};
|
|
45
|
+
//# sourceMappingURL=user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/user.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,uBAAuB,EAAE,mDAAmD,EAAE,sDAAsD,EAAE,MAAM,UAAU,CAAC;AACrK,OAAO,EAAE,kBAAkB,EAAE,8CAA8C,EAAE,iDAAiD,EAAE,MAAM,UAAU,CAAC;AAEjJ,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,8BAA8B,WAIvC,CAAC;AAGL;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,EAAE,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,IAAI,CAAC,CAAC,QAIxK,CAAC;AAGL,eAAO,MAAM,0DAA0D,GAAI,YAAY,UAAU,CAAC,OAAO,8CAA8C,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,8CAA8C,CAAC,CAAC,CAAC,CAAC,QAInO,CAAC;AAGL;;;;;;GAMG;AACH,eAAO,MAAM,iDAAiD,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,8CAA8C,CAAC,CAAC,EAAE,gBAAgB,CAAC,mDAAmD,CAAC,EAAE;IAAE,UAAU,EAAE,UAAU,CAAC,OAAO,8CAA8C,CAAC,CAAC,CAAC,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAC,OAAO,8CAA8C,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAIxZ,CAAC;AAGL,eAAO,MAAM,6DAA6D,GAAI,YAAY,UAAU,CAAC,OAAO,iDAAiD,CAAC,CAAC,CAAC,CAAC,QAI7J,CAAC;AAGL;;;;;;;GAOG;AACH,eAAO,MAAM,oDAAoD,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,iDAAiD,CAAC,CAAC,EAAE,gBAAgB,CAAC,sDAAsD,CAAC,EAAE;IAAE,UAAU,EAAE,UAAU,CAAC,OAAO,iDAAiD,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAIxV,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecordPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath, IPutApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath, IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulkPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVault, getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecord, getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey, putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey, deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey, postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk } 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 getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVault>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List vault entries
|
|
13
|
+
*
|
|
14
|
+
* List all vault entries for an environment. Secret values are masked as
|
|
15
|
+
* ***SECRET***. Requires read permission.
|
|
16
|
+
*
|
|
17
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault
|
|
18
|
+
*/
|
|
19
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVault: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVault>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVault>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultPath>>, "queryKey" | "queryFn">>) => any;
|
|
20
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecordQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecord>[0]) => any;
|
|
21
|
+
/**
|
|
22
|
+
* Get vault entries as record
|
|
23
|
+
*
|
|
24
|
+
* Get all vault entries as a Record<string, string> with actual decrypted values.
|
|
25
|
+
* For internal/execution use.
|
|
26
|
+
*
|
|
27
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault/record
|
|
28
|
+
*/
|
|
29
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecord: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecord>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecord>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultRecordPath>>, "queryKey" | "queryFn">>) => any;
|
|
30
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0]) => any;
|
|
31
|
+
/**
|
|
32
|
+
* Get vault entry by key
|
|
33
|
+
*
|
|
34
|
+
* Get a specific vault entry by key. Secret values are masked as ***SECRET***.
|
|
35
|
+
* Requires read permission.
|
|
36
|
+
*
|
|
37
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault/{key}
|
|
38
|
+
*/
|
|
39
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath>>, "queryKey" | "queryFn">>) => any;
|
|
40
|
+
export declare const putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyQueryOptions: (pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0], body: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[1]) => any;
|
|
41
|
+
/**
|
|
42
|
+
* Set vault entry
|
|
43
|
+
*
|
|
44
|
+
* Set (upsert) a vault entry. Value is encrypted before storage. Requires write
|
|
45
|
+
* permission.
|
|
46
|
+
*
|
|
47
|
+
* @api PUT /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault/{key}
|
|
48
|
+
*/
|
|
49
|
+
export declare const usePutApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>>, OpenapiHookError<IPutApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath>, {
|
|
50
|
+
pathParams: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0];
|
|
51
|
+
body: Parameters<typeof putApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[1];
|
|
52
|
+
}>>) => any;
|
|
53
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0]) => any;
|
|
54
|
+
/**
|
|
55
|
+
* Delete vault entry
|
|
56
|
+
*
|
|
57
|
+
* Delete a vault entry by key. Requires write permission.
|
|
58
|
+
*
|
|
59
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault/{key}
|
|
60
|
+
*/
|
|
61
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkeyPath>, {
|
|
62
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultkey>[0];
|
|
63
|
+
}>>) => any;
|
|
64
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulkQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk>[1]) => any;
|
|
65
|
+
/**
|
|
66
|
+
* Bulk upsert vault entries
|
|
67
|
+
*
|
|
68
|
+
* Bulk upsert multiple vault entries. All values are encrypted before storage.
|
|
69
|
+
* Requires write permission.
|
|
70
|
+
*
|
|
71
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/vault/bulk
|
|
72
|
+
*/
|
|
73
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulkPath>, {
|
|
74
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk>[0];
|
|
75
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdVaultBulk>[1];
|
|
76
|
+
}>>) => any;
|
|
77
|
+
export {};
|
|
78
|
+
//# sourceMappingURL=vault-entries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vault-entries.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/vault-entries.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsPath, IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsIdPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigs, patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId } 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 getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigs>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Get MCP client configuration for work unit
|
|
13
|
+
*
|
|
14
|
+
* Get MCP server configurations in Claude Desktop format (mcpServers) for work
|
|
15
|
+
* unit
|
|
16
|
+
*
|
|
17
|
+
* @api GET /api/v1/organizations/{organizationId}/work-units/{workUnitId}/mcp-configs
|
|
18
|
+
*/
|
|
19
|
+
export declare const useGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigs: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigs>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigs>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsPath>>, "queryKey" | "queryFn">>) => any;
|
|
20
|
+
export declare const patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId>[1]) => any;
|
|
21
|
+
/**
|
|
22
|
+
* Update work unit MCP config
|
|
23
|
+
*
|
|
24
|
+
* Update an existing work unit MCP config override or create if not exists
|
|
25
|
+
* (upsert)
|
|
26
|
+
*
|
|
27
|
+
* @api PATCH /api/v1/organizations/{organizationId}/work-units/{workUnitId}/mcp-configs/{id}
|
|
28
|
+
*/
|
|
29
|
+
export declare const usePatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsIdPath>, {
|
|
30
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId>[0];
|
|
31
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdMcpConfigsId>[1];
|
|
32
|
+
}>>) => any;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=work-unit-mcp-configs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-unit-mcp-configs.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/work-unit-mcp-configs.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,yEAAyE,EAAE,MAAM,UAAU,CAAC;AACjL,OAAO,EAAE,gEAAgE,EAAE,oEAAoE,EAAE,MAAM,UAAU,CAAC;AAElK,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,QAI3L,CAAC;AAGL;;;;;;;GAOG;AACH,eAAO,MAAM,mEAAmE,GAAI,YAAY,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,QAG9a,CAAC;AAGF,eAAO,MAAM,gFAAgF,GAAI,YAAY,UAAU,CAAC,OAAO,oEAAoE,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,oEAAoE,CAAC,CAAC,CAAC,CAAC,QAIrS,CAAC;AAGL;;;;;;;GAOG;AACH,eAAO,MAAM,uEAAuE,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,oEAAoE,CAAC,CAAC,EAAE,gBAAgB,CAAC,yEAAyE,CAAC,EAAE;IAAE,UAAU,EAAE,UAAU,CAAC,OAAO,oEAAoE,CAAC,CAAC,CAAC,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAC,OAAO,oEAAoE,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAItgB,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdPath, IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdPath, IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifactsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath, IPatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath, IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgressPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdWorkUnitsworkUnitId, patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId, patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts, getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits, postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits, getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId, patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId, deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId, getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgress } 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 getApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Get work unit by ID (organization-level)
|
|
13
|
+
*
|
|
14
|
+
* Retrieve a specific work unit by its ID at organization level without project
|
|
15
|
+
* context in the URL
|
|
16
|
+
*
|
|
17
|
+
* @api GET /api/v1/organizations/{organizationId}/work-units/{workUnitId}
|
|
18
|
+
*/
|
|
19
|
+
export declare const useGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
20
|
+
export declare const patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[1]) => any;
|
|
21
|
+
/**
|
|
22
|
+
* Update work unit (organization-level)
|
|
23
|
+
*
|
|
24
|
+
* Update an existing work unit at organization level. Cannot change projectId.
|
|
25
|
+
* Status changes to "completed" automatically set completedAt timestamp.
|
|
26
|
+
*
|
|
27
|
+
* @api PATCH /api/v1/organizations/{organizationId}/work-units/{workUnitId}
|
|
28
|
+
*/
|
|
29
|
+
export declare const usePatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdPath>, {
|
|
30
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[0];
|
|
31
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitId>[1];
|
|
32
|
+
}>>) => any;
|
|
33
|
+
export declare const patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifactsQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts>[1]) => any;
|
|
34
|
+
/**
|
|
35
|
+
* Attach or detach artifact reference on work unit
|
|
36
|
+
*
|
|
37
|
+
* Attach or detach a project artifact reference on a work unit by updating the
|
|
38
|
+
* artifacts metadata field
|
|
39
|
+
*
|
|
40
|
+
* @api PATCH /api/v1/organizations/{organizationId}/work-units/{workUnitId}/artifacts
|
|
41
|
+
*/
|
|
42
|
+
export declare const usePatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifactsPath>, {
|
|
43
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts>[0];
|
|
44
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdWorkUnitsworkUnitIdArtifacts>[1];
|
|
45
|
+
}>>) => any;
|
|
46
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[1]) => any;
|
|
47
|
+
/**
|
|
48
|
+
* List work units
|
|
49
|
+
*
|
|
50
|
+
* List work units in a project with pagination and filtering. Supports filtering
|
|
51
|
+
* by type, priority, status, owner, and parent work unit.
|
|
52
|
+
*
|
|
53
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/work-units
|
|
54
|
+
*/
|
|
55
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsPath>>, "queryKey" | "queryFn">>) => any;
|
|
56
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[1]) => any;
|
|
57
|
+
/**
|
|
58
|
+
* Create work unit
|
|
59
|
+
*
|
|
60
|
+
* Create a new work unit in a project. Supports hierarchical organization with
|
|
61
|
+
* maximum 2-level nesting (epic → feature). Work units can group tasks and track
|
|
62
|
+
* progress hierarchically.
|
|
63
|
+
*
|
|
64
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/work-units
|
|
65
|
+
*/
|
|
66
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsPath>, {
|
|
67
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[0];
|
|
68
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnits>[1];
|
|
69
|
+
}>>) => any;
|
|
70
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0]) => any;
|
|
71
|
+
/**
|
|
72
|
+
* Get work unit by ID or slug
|
|
73
|
+
*
|
|
74
|
+
* Retrieve a specific work unit by its ID or slug within a project
|
|
75
|
+
*
|
|
76
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}
|
|
77
|
+
*/
|
|
78
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
79
|
+
export declare const patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[1]) => any;
|
|
80
|
+
/**
|
|
81
|
+
* Update work unit
|
|
82
|
+
*
|
|
83
|
+
* Update an existing work unit. Cannot change projectId. Status changes to
|
|
84
|
+
* "completed" automatically set completedAt timestamp.
|
|
85
|
+
*
|
|
86
|
+
* @api PATCH /api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}
|
|
87
|
+
*/
|
|
88
|
+
export declare const usePatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath>, {
|
|
89
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0];
|
|
90
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[1];
|
|
91
|
+
}>>) => any;
|
|
92
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0]) => any;
|
|
93
|
+
/**
|
|
94
|
+
* Delete work unit
|
|
95
|
+
*
|
|
96
|
+
* Delete an existing work unit. WARNING: This will also delete all child work
|
|
97
|
+
* units and associated tasks due to CASCADE delete.
|
|
98
|
+
*
|
|
99
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}
|
|
100
|
+
*/
|
|
101
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdPath>, {
|
|
102
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitId>[0];
|
|
103
|
+
}>>) => any;
|
|
104
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgressQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgress>[0]) => any;
|
|
105
|
+
/**
|
|
106
|
+
* Get work unit progress
|
|
107
|
+
*
|
|
108
|
+
* Get hierarchical progress for a work unit, calculated from direct tasks and
|
|
109
|
+
* child work units. Progress is computed on-demand and includes breakdown of
|
|
110
|
+
* completed vs total items.
|
|
111
|
+
*
|
|
112
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}/progress
|
|
113
|
+
*/
|
|
114
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgress: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgress>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgress>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkUnitsworkUnitIdProgressPath>>, "queryKey" | "queryFn">>) => any;
|
|
115
|
+
export {};
|
|
116
|
+
//# sourceMappingURL=work-units.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-units.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/work-units.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheckPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath, IPatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath, IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidReleasePath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows, postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows, getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck, getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId, patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId, deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId, postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease } 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 getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[1]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List workflows
|
|
13
|
+
*
|
|
14
|
+
* List workflows for a project with optional status filtering and pagination
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/workflows
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Acquire workflow lock
|
|
22
|
+
*
|
|
23
|
+
* Acquire a distributed lock for a workflow composition. Only one running workflow
|
|
24
|
+
* per (projectId, workUnitId, taskId) is allowed.
|
|
25
|
+
*
|
|
26
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/workflows
|
|
27
|
+
*/
|
|
28
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsPath>, {
|
|
29
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[0];
|
|
30
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflows>[1];
|
|
31
|
+
}>>) => any;
|
|
32
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheckQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck>[1]) => any;
|
|
33
|
+
/**
|
|
34
|
+
* Check workflow lock
|
|
35
|
+
*
|
|
36
|
+
* Check if a running workflow lock exists for the given project and optional
|
|
37
|
+
* workUnitId/taskId composition
|
|
38
|
+
*
|
|
39
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/workflows/check
|
|
40
|
+
*/
|
|
41
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheck>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsCheckPath>>, "queryKey" | "queryFn">>) => any;
|
|
42
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0]) => any;
|
|
43
|
+
/**
|
|
44
|
+
* Get workflow by ID
|
|
45
|
+
*
|
|
46
|
+
* Retrieve a specific workflow by its ID
|
|
47
|
+
*
|
|
48
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/workflows/{id}
|
|
49
|
+
*/
|
|
50
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
51
|
+
export declare const patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[1]) => any;
|
|
52
|
+
/**
|
|
53
|
+
* Update workflow
|
|
54
|
+
*
|
|
55
|
+
* Update an existing workflow
|
|
56
|
+
*
|
|
57
|
+
* @api PATCH /api/v1/organizations/{organizationId}/projects/{projectId}/workflows/{id}
|
|
58
|
+
*/
|
|
59
|
+
export declare const usePatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath>, {
|
|
60
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0];
|
|
61
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[1];
|
|
62
|
+
}>>) => any;
|
|
63
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0]) => any;
|
|
64
|
+
/**
|
|
65
|
+
* Delete workflow
|
|
66
|
+
*
|
|
67
|
+
* Delete an existing workflow
|
|
68
|
+
*
|
|
69
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{projectId}/workflows/{id}
|
|
70
|
+
*/
|
|
71
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsIdPath>, {
|
|
72
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsId>[0];
|
|
73
|
+
}>>) => any;
|
|
74
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidReleaseQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease>[1]) => any;
|
|
75
|
+
/**
|
|
76
|
+
* Release workflow lock
|
|
77
|
+
*
|
|
78
|
+
* Release a workflow lock by transitioning its status to completed or failed
|
|
79
|
+
*
|
|
80
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/workflows/{id}/release
|
|
81
|
+
*/
|
|
82
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidReleasePath>, {
|
|
83
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease>[0];
|
|
84
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdWorkflowsidRelease>[1];
|
|
85
|
+
}>>) => any;
|
|
86
|
+
export {};
|
|
87
|
+
//# sourceMappingURL=workflows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/workflows.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/__generated__/backend-agiflow-api/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdActivitiesPath, IPostApiV1OrganizationsorganizationIdActivitiesPath, IGetApiV1OrganizationsorganizationIdActivitiesStatsPath, IGetApiV1OrganizationsorganizationIdActivitiesRecentPath, IPostApiV1OrganizationsorganizationIdActivitiesBulkPath, IGetApiV1OrganizationsorganizationIdActivitiesactivityIdPath, IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdPath, IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdPath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdActivities: (pathParams: IGetApiV1OrganizationsorganizationIdActivitiesPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdActivitiesPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdActivitiesPath["response"]>;
|
|
3
|
+
export declare const postApiV1OrganizationsorganizationIdActivities: (pathParams: IPostApiV1OrganizationsorganizationIdActivitiesPath["params"], body: IPostApiV1OrganizationsorganizationIdActivitiesPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdActivitiesPath["response"]>;
|
|
4
|
+
export declare const getApiV1OrganizationsorganizationIdActivitiesStats: (pathParams: IGetApiV1OrganizationsorganizationIdActivitiesStatsPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdActivitiesStatsPath["response"]>;
|
|
5
|
+
export declare const getApiV1OrganizationsorganizationIdActivitiesRecent: (pathParams: IGetApiV1OrganizationsorganizationIdActivitiesRecentPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdActivitiesRecentPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdActivitiesRecentPath["response"]>;
|
|
6
|
+
export declare const postApiV1OrganizationsorganizationIdActivitiesBulk: (pathParams: IPostApiV1OrganizationsorganizationIdActivitiesBulkPath["params"], body: IPostApiV1OrganizationsorganizationIdActivitiesBulkPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdActivitiesBulkPath["response"]>;
|
|
7
|
+
export declare const getApiV1OrganizationsorganizationIdActivitiesactivityId: (pathParams: IGetApiV1OrganizationsorganizationIdActivitiesactivityIdPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdActivitiesactivityIdPath["response"]>;
|
|
8
|
+
export declare const patchApiV1OrganizationsorganizationIdActivitiesactivityId: (pathParams: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdPath["params"], body: IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdPath["body"]) => Promise<IPatchApiV1OrganizationsorganizationIdActivitiesactivityIdPath["response"]>;
|
|
9
|
+
export declare const deleteApiV1OrganizationsorganizationIdActivitiesactivityId: (pathParams: IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdActivitiesactivityIdPath["response"]>;
|
|
10
|
+
//# sourceMappingURL=activities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activities.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/activities.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,uDAAuD,EAAE,wDAAwD,EAAE,uDAAuD,EAAE,4DAA4D,EAAE,8DAA8D,EAAE,+DAA+D,EAAE,MAAM,UAAU,CAAC;AAOnf,eAAO,MAAM,6CAA6C,GAAU,YAAY,kDAAkD,CAAC,QAAQ,CAAC,EAAE,cAAc,kDAAkD,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,kDAAkD,CAAC,UAAU,CAAC,CAO/R,CAAC;AAEF,eAAO,MAAM,8CAA8C,GAAU,YAAY,mDAAmD,CAAC,QAAQ,CAAC,EAAE,MAAM,mDAAmD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,mDAAmD,CAAC,UAAU,CAAC,CAO1R,CAAC;AAEF,eAAO,MAAM,kDAAkD,GAAU,YAAY,uDAAuD,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,uDAAuD,CAAC,UAAU,CAAC,CAMnO,CAAC;AAEF,eAAO,MAAM,mDAAmD,GAAU,YAAY,wDAAwD,CAAC,QAAQ,CAAC,EAAE,cAAc,wDAAwD,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,wDAAwD,CAAC,UAAU,CAAC,CAOvT,CAAC;AAEF,eAAO,MAAM,kDAAkD,GAAU,YAAY,uDAAuD,CAAC,QAAQ,CAAC,EAAE,MAAM,uDAAuD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,uDAAuD,CAAC,UAAU,CAAC,CAO1S,CAAC;AAEF,eAAO,MAAM,uDAAuD,GAAU,YAAY,4DAA4D,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,4DAA4D,CAAC,UAAU,CAAC,CAMlP,CAAC;AAEF,eAAO,MAAM,yDAAyD,GAAU,YAAY,8DAA8D,CAAC,QAAQ,CAAC,EAAE,MAAM,8DAA8D,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,8DAA8D,CAAC,UAAU,CAAC,CAOtU,CAAC;AAEF,eAAO,MAAM,0DAA0D,GAAU,YAAY,+DAA+D,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,+DAA+D,CAAC,UAAU,CAAC,CAM3P,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesPath, IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordPath, IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath, IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath, IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath, IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath, IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdPath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesPath["response"]>;
|
|
3
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordPath["response"]>;
|
|
4
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["response"]>;
|
|
5
|
+
export declare const putApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: (pathParams: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["params"], body: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["body"]) => Promise<IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["response"]>;
|
|
6
|
+
export declare const deleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: (pathParams: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath["response"]>;
|
|
7
|
+
export declare const postApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk: (pathParams: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath["params"], body: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath["response"]>;
|
|
8
|
+
export declare const deleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId: (pathParams: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdPath["response"]>;
|
|
9
|
+
//# sourceMappingURL=agent-environment-variables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-environment-variables.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/agent-environment-variables.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kFAAkF,EAAE,wFAAwF,EAAE,qFAAqF,EAAE,qFAAqF,EAAE,wFAAwF,EAAE,uFAAuF,EAAE,2FAA2F,EAAE,MAAM,UAAU,CAAC;AAO3oB,eAAO,MAAM,6EAA6E,GAAU,YAAY,kFAAkF,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,kFAAkF,CAAC,UAAU,CAAC,CAMpT,CAAC;AAEF,eAAO,MAAM,mFAAmF,GAAU,YAAY,wFAAwF,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,wFAAwF,CAAC,UAAU,CAAC,CAMtU,CAAC;AAEF,eAAO,MAAM,gFAAgF,GAAU,YAAY,qFAAqF,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,qFAAqF,CAAC,UAAU,CAAC,CAM7T,CAAC;AAEF,eAAO,MAAM,gFAAgF,GAAU,YAAY,qFAAqF,CAAC,QAAQ,CAAC,EAAE,MAAM,qFAAqF,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,qFAAqF,CAAC,UAAU,CAAC,CAOla,CAAC;AAEF,eAAO,MAAM,mFAAmF,GAAU,YAAY,wFAAwF,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,wFAAwF,CAAC,UAAU,CAAC,CAMtU,CAAC;AAEF,eAAO,MAAM,kFAAkF,GAAU,YAAY,uFAAuF,CAAC,QAAQ,CAAC,EAAE,MAAM,uFAAuF,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,uFAAuF,CAAC,UAAU,CAAC,CAO1a,CAAC;AAEF,eAAO,MAAM,sFAAsF,GAAU,YAAY,2FAA2F,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,2FAA2F,CAAC,UAAU,CAAC,CAM/U,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath, IPostApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath, IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath, IDeleteApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesidCredentials: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath["response"]>;
|
|
3
|
+
export declare const postApiV1OrganizationsorganizationIdAgentProfilesidCredentials: (pathParams: IPostApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath["params"], body: IPostApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdAgentProfilesidCredentialsPath["response"]>;
|
|
4
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesidCredentialstype: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath["response"]>;
|
|
5
|
+
export declare const deleteApiV1OrganizationsorganizationIdAgentProfilesidCredentialstype: (pathParams: IDeleteApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdAgentProfilesidCredentialstypePath["response"]>;
|
|
6
|
+
//# sourceMappingURL=agent-profile-credentials.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-profile-credentials.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/agent-profile-credentials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kEAAkE,EAAE,mEAAmE,EAAE,sEAAsE,EAAE,yEAAyE,EAAE,MAAM,UAAU,CAAC;AAO3T,eAAO,MAAM,6DAA6D,GAAU,YAAY,kEAAkE,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,kEAAkE,CAAC,UAAU,CAAC,CAMpQ,CAAC;AAEF,eAAO,MAAM,8DAA8D,GAAU,YAAY,mEAAmE,CAAC,QAAQ,CAAC,EAAE,MAAM,mEAAmE,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,mEAAmE,CAAC,UAAU,CAAC,CAO1V,CAAC;AAEF,eAAO,MAAM,iEAAiE,GAAU,YAAY,sEAAsE,CAAC,QAAQ,CAAC,EAAE,cAAc,sEAAsE,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,sEAAsE,CAAC,UAAU,CAAC,CAO/W,CAAC;AAEF,eAAO,MAAM,oEAAoE,GAAU,YAAY,yEAAyE,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,yEAAyE,CAAC,UAAU,CAAC,CAMzR,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdAgentProfilesPath, IPostApiV1OrganizationsorganizationIdAgentProfilesPath, IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultPath, IGetApiV1OrganizationsorganizationIdAgentProfilesIdPath, IPatchApiV1OrganizationsorganizationIdAgentProfilesIdPath, IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdPath, IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentPath, IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultPath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfiles: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdAgentProfilesPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesPath["response"]>;
|
|
3
|
+
export declare const postApiV1OrganizationsorganizationIdAgentProfiles: (pathParams: IPostApiV1OrganizationsorganizationIdAgentProfilesPath["params"], body: IPostApiV1OrganizationsorganizationIdAgentProfilesPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdAgentProfilesPath["response"]>;
|
|
4
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesDefault: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultPath["response"]>;
|
|
5
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesId: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesIdPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesIdPath["response"]>;
|
|
6
|
+
export declare const patchApiV1OrganizationsorganizationIdAgentProfilesId: (pathParams: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdPath["params"], body: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdPath["body"]) => Promise<IPatchApiV1OrganizationsorganizationIdAgentProfilesIdPath["response"]>;
|
|
7
|
+
export declare const deleteApiV1OrganizationsorganizationIdAgentProfilesId: (pathParams: IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdPath["response"]>;
|
|
8
|
+
export declare const getApiV1OrganizationsorganizationIdAgentProfilesidEnvironment: (pathParams: IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentPath["response"]>;
|
|
9
|
+
export declare const postApiV1OrganizationsorganizationIdAgentProfilesidDefault: (pathParams: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultPath["params"], body: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultPath["response"]>;
|
|
10
|
+
//# sourceMappingURL=agent-profiles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-profiles.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/agent-profiles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qDAAqD,EAAE,sDAAsD,EAAE,4DAA4D,EAAE,uDAAuD,EAAE,yDAAyD,EAAE,0DAA0D,EAAE,kEAAkE,EAAE,+DAA+D,EAAE,MAAM,UAAU,CAAC;AAOjgB,eAAO,MAAM,gDAAgD,GAAU,YAAY,qDAAqD,CAAC,QAAQ,CAAC,EAAE,cAAc,qDAAqD,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,qDAAqD,CAAC,UAAU,CAAC,CAO3S,CAAC;AAEF,eAAO,MAAM,iDAAiD,GAAU,YAAY,sDAAsD,CAAC,QAAQ,CAAC,EAAE,MAAM,sDAAsD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,sDAAsD,CAAC,UAAU,CAAC,CAOtS,CAAC;AAEF,eAAO,MAAM,uDAAuD,GAAU,YAAY,4DAA4D,CAAC,QAAQ,CAAC,EAAE,cAAc,4DAA4D,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,4DAA4D,CAAC,UAAU,CAAC,CAOvU,CAAC;AAEF,eAAO,MAAM,kDAAkD,GAAU,YAAY,uDAAuD,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,uDAAuD,CAAC,UAAU,CAAC,CAMnO,CAAC;AAEF,eAAO,MAAM,oDAAoD,GAAU,YAAY,yDAAyD,CAAC,QAAQ,CAAC,EAAE,MAAM,yDAAyD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,yDAAyD,CAAC,UAAU,CAAC,CAOlT,CAAC;AAEF,eAAO,MAAM,qDAAqD,GAAU,YAAY,0DAA0D,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,0DAA0D,CAAC,UAAU,CAAC,CAM5O,CAAC;AAEF,eAAO,MAAM,6DAA6D,GAAU,YAAY,kEAAkE,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,kEAAkE,CAAC,UAAU,CAAC,CAMpQ,CAAC;AAEF,eAAO,MAAM,0DAA0D,GAAU,YAAY,+DAA+D,CAAC,QAAQ,CAAC,EAAE,MAAM,+DAA+D,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,+DAA+D,CAAC,UAAU,CAAC,CAO1U,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdAgentTypesPath, IPostApiV1OrganizationsorganizationIdAgentTypesPath, IGetApiV1OrganizationsorganizationIdAgentTypesIdPath, IPatchApiV1OrganizationsorganizationIdAgentTypesIdPath, IDeleteApiV1OrganizationsorganizationIdAgentTypesIdPath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdAgentTypes: (pathParams: IGetApiV1OrganizationsorganizationIdAgentTypesPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdAgentTypesPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentTypesPath["response"]>;
|
|
3
|
+
export declare const postApiV1OrganizationsorganizationIdAgentTypes: (pathParams: IPostApiV1OrganizationsorganizationIdAgentTypesPath["params"], body: IPostApiV1OrganizationsorganizationIdAgentTypesPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdAgentTypesPath["response"]>;
|
|
4
|
+
export declare const getApiV1OrganizationsorganizationIdAgentTypesId: (pathParams: IGetApiV1OrganizationsorganizationIdAgentTypesIdPath["params"]) => Promise<IGetApiV1OrganizationsorganizationIdAgentTypesIdPath["response"]>;
|
|
5
|
+
export declare const patchApiV1OrganizationsorganizationIdAgentTypesId: (pathParams: IPatchApiV1OrganizationsorganizationIdAgentTypesIdPath["params"], body: IPatchApiV1OrganizationsorganizationIdAgentTypesIdPath["body"]) => Promise<IPatchApiV1OrganizationsorganizationIdAgentTypesIdPath["response"]>;
|
|
6
|
+
export declare const deleteApiV1OrganizationsorganizationIdAgentTypesId: (pathParams: IDeleteApiV1OrganizationsorganizationIdAgentTypesIdPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdAgentTypesIdPath["response"]>;
|
|
7
|
+
//# sourceMappingURL=agent-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-types.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/agent-types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,oDAAoD,EAAE,sDAAsD,EAAE,uDAAuD,EAAE,MAAM,UAAU,CAAC;AAO/S,eAAO,MAAM,6CAA6C,GAAU,YAAY,kDAAkD,CAAC,QAAQ,CAAC,EAAE,cAAc,kDAAkD,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,kDAAkD,CAAC,UAAU,CAAC,CAO/R,CAAC;AAEF,eAAO,MAAM,8CAA8C,GAAU,YAAY,mDAAmD,CAAC,QAAQ,CAAC,EAAE,MAAM,mDAAmD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,mDAAmD,CAAC,UAAU,CAAC,CAO1R,CAAC;AAEF,eAAO,MAAM,+CAA+C,GAAU,YAAY,oDAAoD,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,oDAAoD,CAAC,UAAU,CAAC,CAM1N,CAAC;AAEF,eAAO,MAAM,iDAAiD,GAAU,YAAY,sDAAsD,CAAC,QAAQ,CAAC,EAAE,MAAM,sDAAsD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,sDAAsD,CAAC,UAAU,CAAC,CAOtS,CAAC;AAEF,eAAO,MAAM,kDAAkD,GAAU,YAAY,uDAAuD,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,uDAAuD,CAAC,UAAU,CAAC,CAMnO,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { IGetApiV1OrganizationsorganizationIdApiKeysPath, IPostApiV1OrganizationsorganizationIdApiKeysPath, IDeleteApiV1OrganizationsorganizationIdApiKeysIdPath } from '../types';
|
|
2
|
+
export declare const getApiV1OrganizationsorganizationIdApiKeys: (pathParams: IGetApiV1OrganizationsorganizationIdApiKeysPath["params"], queryParams?: IGetApiV1OrganizationsorganizationIdApiKeysPath["query"]) => Promise<IGetApiV1OrganizationsorganizationIdApiKeysPath["response"]>;
|
|
3
|
+
export declare const postApiV1OrganizationsorganizationIdApiKeys: (pathParams: IPostApiV1OrganizationsorganizationIdApiKeysPath["params"], body: IPostApiV1OrganizationsorganizationIdApiKeysPath["body"]) => Promise<IPostApiV1OrganizationsorganizationIdApiKeysPath["response"]>;
|
|
4
|
+
export declare const deleteApiV1OrganizationsorganizationIdApiKeysId: (pathParams: IDeleteApiV1OrganizationsorganizationIdApiKeysIdPath["params"]) => Promise<IDeleteApiV1OrganizationsorganizationIdApiKeysIdPath["response"]>;
|
|
5
|
+
//# sourceMappingURL=apikeys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apikeys.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/apikeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+CAA+C,EAAE,gDAAgD,EAAE,oDAAoD,EAAE,MAAM,UAAU,CAAC;AAOxL,eAAO,MAAM,0CAA0C,GAAU,YAAY,+CAA+C,CAAC,QAAQ,CAAC,EAAE,cAAc,+CAA+C,CAAC,OAAO,CAAC,KAAG,OAAO,CAAC,+CAA+C,CAAC,UAAU,CAAC,CAOnR,CAAC;AAEF,eAAO,MAAM,2CAA2C,GAAU,YAAY,gDAAgD,CAAC,QAAQ,CAAC,EAAE,MAAM,gDAAgD,CAAC,MAAM,CAAC,KAAG,OAAO,CAAC,gDAAgD,CAAC,UAAU,CAAC,CAO9Q,CAAC;AAEF,eAAO,MAAM,+CAA+C,GAAU,YAAY,oDAAoD,CAAC,QAAQ,CAAC,KAAG,OAAO,CAAC,oDAAoD,CAAC,UAAU,CAAC,CAM1N,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/repos/auth.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAO9D,eAAO,MAAM,wBAAwB,QAAa,OAAO,CAAC,6BAA6B,CAAC,UAAU,CAAC,CAKlG,CAAC"}
|