@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,75 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath, IPatchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath, IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefaultPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments, postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments, getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId, patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId, deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId, postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefault } 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 getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List project environments
|
|
13
|
+
*
|
|
14
|
+
* List all environments for a project
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/environments
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Create project environment
|
|
22
|
+
*
|
|
23
|
+
* Create a new environment for a project
|
|
24
|
+
*
|
|
25
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/environments
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsPath>, {
|
|
28
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[0];
|
|
29
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironments>[1];
|
|
30
|
+
}>>) => any;
|
|
31
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0]) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Get project environment
|
|
34
|
+
*
|
|
35
|
+
* Get a specific project environment by ID
|
|
36
|
+
*
|
|
37
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}
|
|
38
|
+
*/
|
|
39
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
40
|
+
export declare const patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[1]) => any;
|
|
41
|
+
/**
|
|
42
|
+
* Update project environment
|
|
43
|
+
*
|
|
44
|
+
* Update an existing project environment
|
|
45
|
+
*
|
|
46
|
+
* @api PATCH /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}
|
|
47
|
+
*/
|
|
48
|
+
export declare const usePatchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath>, {
|
|
49
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0];
|
|
50
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[1];
|
|
51
|
+
}>>) => any;
|
|
52
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0]) => any;
|
|
53
|
+
/**
|
|
54
|
+
* Delete project environment
|
|
55
|
+
*
|
|
56
|
+
* Delete an existing project environment
|
|
57
|
+
*
|
|
58
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}
|
|
59
|
+
*/
|
|
60
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdPath>, {
|
|
61
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentId>[0];
|
|
62
|
+
}>>) => any;
|
|
63
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefaultQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefault>[0]) => any;
|
|
64
|
+
/**
|
|
65
|
+
* Set default project environment
|
|
66
|
+
*
|
|
67
|
+
* Set a specific environment as the default for the project
|
|
68
|
+
*
|
|
69
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/default
|
|
70
|
+
*/
|
|
71
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefault: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefault>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefaultPath>, {
|
|
72
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdEnvironmentsenvironmentIdDefault>[0];
|
|
73
|
+
}>>) => any;
|
|
74
|
+
export {};
|
|
75
|
+
//# sourceMappingURL=project-environments.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-environments.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/project-environments.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsPath, IPostApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsPath, IGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath, IPatchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath, IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs, postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs, getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId, patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId, deleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId } 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 getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Get MCP client configuration for project
|
|
13
|
+
*
|
|
14
|
+
* Get MCP server configurations in Claude Desktop format (mcpServers) for project
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/mcp-configs
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[1]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Create project MCP config
|
|
22
|
+
*
|
|
23
|
+
* Create a new MCP server configuration override for a project
|
|
24
|
+
*
|
|
25
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{projectId}/mcp-configs
|
|
26
|
+
*/
|
|
27
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsPath>, {
|
|
28
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[0];
|
|
29
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigs>[1];
|
|
30
|
+
}>>) => any;
|
|
31
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0]) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Get merged project MCP config
|
|
34
|
+
*
|
|
35
|
+
* Get the merged MCP configuration for a specific server at project level
|
|
36
|
+
* (includes organization inheritance)
|
|
37
|
+
*
|
|
38
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{projectId}/mcp-configs/{id}
|
|
39
|
+
*/
|
|
40
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
41
|
+
export declare const patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[1]) => any;
|
|
42
|
+
/**
|
|
43
|
+
* Update project MCP config
|
|
44
|
+
*
|
|
45
|
+
* Update an existing project MCP config override
|
|
46
|
+
*
|
|
47
|
+
* @api PATCH /api/v1/organizations/{organizationId}/projects/{projectId}/mcp-configs/{id}
|
|
48
|
+
*/
|
|
49
|
+
export declare const usePatchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath>, {
|
|
50
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0];
|
|
51
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[1];
|
|
52
|
+
}>>) => any;
|
|
53
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0]) => any;
|
|
54
|
+
/**
|
|
55
|
+
* Delete project MCP config
|
|
56
|
+
*
|
|
57
|
+
* Delete an existing project MCP config override
|
|
58
|
+
*
|
|
59
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{projectId}/mcp-configs/{id}
|
|
60
|
+
*/
|
|
61
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsIdPath>, {
|
|
62
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsprojectIdMcpConfigsId>[0];
|
|
63
|
+
}>>) => any;
|
|
64
|
+
export {};
|
|
65
|
+
//# sourceMappingURL=project-mcp-configs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-mcp-configs.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/project-mcp-configs.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdProjectsTemplatesPath, IGetApiV1OrganizationsorganizationIdProjectsPath, IPostApiV1OrganizationsorganizationIdProjectsPath, IGetApiV1OrganizationsorganizationIdProjectsStatsPath, IGetApiV1OrganizationsorganizationIdProjectsidStatusesPath, IGetApiV1OrganizationsorganizationIdProjectsIdPath, IPatchApiV1OrganizationsorganizationIdProjectsIdPath, IDeleteApiV1OrganizationsorganizationIdProjectsIdPath, IGetApiV1OrganizationsorganizationIdProjectsidArtifactsPath, IDeleteApiV1OrganizationsorganizationIdProjectsidArtifactsPath, IGetApiV1OrganizationsorganizationIdProjectsidArtifactsDownloadPath, IGetApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrlPath, IPostApiV1OrganizationsorganizationIdProjectsidArtifactsCompletePath, IPostApiV1OrganizationsorganizationIdProjectsidArtifactsSeedPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdProjectsTemplates, getApiV1OrganizationsorganizationIdProjects, postApiV1OrganizationsorganizationIdProjects, getApiV1OrganizationsorganizationIdProjectsStats, getApiV1OrganizationsorganizationIdProjectsidStatuses, getApiV1OrganizationsorganizationIdProjectsId, patchApiV1OrganizationsorganizationIdProjectsId, deleteApiV1OrganizationsorganizationIdProjectsId, getApiV1OrganizationsorganizationIdProjectsidArtifacts, deleteApiV1OrganizationsorganizationIdProjectsidArtifacts, getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload, getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl, postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete, postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed } 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 getApiV1OrganizationsorganizationIdProjectsTemplatesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsTemplates>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List project templates
|
|
13
|
+
*
|
|
14
|
+
* List built-in and organization-owned project templates available for project
|
|
15
|
+
* creation
|
|
16
|
+
*
|
|
17
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/templates
|
|
18
|
+
*/
|
|
19
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsTemplates: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsTemplates>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsTemplates>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsTemplatesPath>>, "queryKey" | "queryFn">>) => any;
|
|
20
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjects>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjects>[1]) => any;
|
|
21
|
+
/**
|
|
22
|
+
* List projects
|
|
23
|
+
*
|
|
24
|
+
* List projects with pagination and filtering. Admin/owner users see all
|
|
25
|
+
* organization projects, while members only see projects accessible through team
|
|
26
|
+
* membership.
|
|
27
|
+
*
|
|
28
|
+
* @api GET /api/v1/organizations/{organizationId}/projects
|
|
29
|
+
*/
|
|
30
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjects: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjects>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjects>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjects>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsPath>>, "queryKey" | "queryFn">>) => any;
|
|
31
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjects>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjects>[1]) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Create a new project
|
|
34
|
+
*
|
|
35
|
+
* Create a new project for the authenticated user
|
|
36
|
+
*
|
|
37
|
+
* @api POST /api/v1/organizations/{organizationId}/projects
|
|
38
|
+
*/
|
|
39
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjects: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjects>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsPath>, {
|
|
40
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjects>[0];
|
|
41
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjects>[1];
|
|
42
|
+
}>>) => any;
|
|
43
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsStatsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsStats>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsStats>[1]) => any;
|
|
44
|
+
/**
|
|
45
|
+
* Get project statistics
|
|
46
|
+
*
|
|
47
|
+
* Get aggregated statistics for projects and tasks in the organization
|
|
48
|
+
*
|
|
49
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/stats
|
|
50
|
+
*/
|
|
51
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsStats: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsStats>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsStats>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsStats>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsStatsPath>>, "queryKey" | "queryFn">>) => any;
|
|
52
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsidStatusesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidStatuses>[0]) => any;
|
|
53
|
+
/**
|
|
54
|
+
* Get project statuses
|
|
55
|
+
*
|
|
56
|
+
* Retrieve project-specific task statuses, falling back to organization defaults
|
|
57
|
+
*
|
|
58
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{id}/statuses
|
|
59
|
+
*/
|
|
60
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsidStatuses: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidStatuses>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsidStatuses>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsidStatusesPath>>, "queryKey" | "queryFn">>) => any;
|
|
61
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsId>[0]) => any;
|
|
62
|
+
/**
|
|
63
|
+
* Get project by ID
|
|
64
|
+
*
|
|
65
|
+
* Retrieve a specific project by its ID
|
|
66
|
+
*
|
|
67
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{id}
|
|
68
|
+
*/
|
|
69
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
70
|
+
export declare const patchApiV1OrganizationsorganizationIdProjectsIdQueryOptions: (pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsId>[0], body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsId>[1]) => any;
|
|
71
|
+
/**
|
|
72
|
+
* Update project
|
|
73
|
+
*
|
|
74
|
+
* Update an existing project
|
|
75
|
+
*
|
|
76
|
+
* @api PATCH /api/v1/organizations/{organizationId}/projects/{id}
|
|
77
|
+
*/
|
|
78
|
+
export declare const usePatchApiV1OrganizationsorganizationIdProjectsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof patchApiV1OrganizationsorganizationIdProjectsId>>, OpenapiHookError<IPatchApiV1OrganizationsorganizationIdProjectsIdPath>, {
|
|
79
|
+
pathParams: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsId>[0];
|
|
80
|
+
body: Parameters<typeof patchApiV1OrganizationsorganizationIdProjectsId>[1];
|
|
81
|
+
}>>) => any;
|
|
82
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsIdQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsId>[0]) => any;
|
|
83
|
+
/**
|
|
84
|
+
* Delete project
|
|
85
|
+
*
|
|
86
|
+
* Delete an existing project
|
|
87
|
+
*
|
|
88
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{id}
|
|
89
|
+
*/
|
|
90
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsId: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsId>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsIdPath>, {
|
|
91
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsId>[0];
|
|
92
|
+
}>>) => any;
|
|
93
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsidArtifactsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifacts>[0]) => any;
|
|
94
|
+
/**
|
|
95
|
+
* List project artifacts
|
|
96
|
+
*
|
|
97
|
+
* List artifacts (files) stored in R2 for a specific project
|
|
98
|
+
*
|
|
99
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{id}/artifacts
|
|
100
|
+
*/
|
|
101
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsidArtifacts: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifacts>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsidArtifacts>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsidArtifactsPath>>, "queryKey" | "queryFn">>) => any;
|
|
102
|
+
export declare const deleteApiV1OrganizationsorganizationIdProjectsidArtifactsQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsidArtifacts>[0], queryParams?: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsidArtifacts>[1]) => any;
|
|
103
|
+
/**
|
|
104
|
+
* Delete project artifact
|
|
105
|
+
*
|
|
106
|
+
* Delete a specific artifact from R2 for a project
|
|
107
|
+
*
|
|
108
|
+
* @api DELETE /api/v1/organizations/{organizationId}/projects/{id}/artifacts
|
|
109
|
+
*/
|
|
110
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdProjectsidArtifacts: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdProjectsidArtifacts>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdProjectsidArtifactsPath>, {
|
|
111
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsidArtifacts>[0];
|
|
112
|
+
queryParams?: Parameters<typeof deleteApiV1OrganizationsorganizationIdProjectsidArtifacts>[1];
|
|
113
|
+
}>>) => any;
|
|
114
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsidArtifactsDownloadQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload>[1]) => any;
|
|
115
|
+
/**
|
|
116
|
+
* Get project artifact download URL
|
|
117
|
+
*
|
|
118
|
+
* Generate a presigned URL to download a specific project artifact from R2
|
|
119
|
+
*
|
|
120
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{id}/artifacts/download
|
|
121
|
+
*/
|
|
122
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsidArtifactsDownload: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsDownload>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsidArtifactsDownloadPath>>, "queryKey" | "queryFn">>) => any;
|
|
123
|
+
export declare const getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrlQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl>[1]) => any;
|
|
124
|
+
/**
|
|
125
|
+
* Get project artifact upload URL
|
|
126
|
+
*
|
|
127
|
+
* Generate a presigned URL to upload an artifact to a specific project in R2
|
|
128
|
+
*
|
|
129
|
+
* @api GET /api/v1/organizations/{organizationId}/projects/{id}/artifacts/upload-url
|
|
130
|
+
*/
|
|
131
|
+
export declare const useGetApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrl>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdProjectsidArtifactsUploadUrlPath>>, "queryKey" | "queryFn">>) => any;
|
|
132
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsidArtifactsCompleteQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete>[1]) => any;
|
|
133
|
+
/**
|
|
134
|
+
* Complete project artifact upload
|
|
135
|
+
*
|
|
136
|
+
* Verify an uploaded artifact exists in R2 and mark its metadata status as
|
|
137
|
+
* uploaded
|
|
138
|
+
*
|
|
139
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{id}/artifacts/complete
|
|
140
|
+
*/
|
|
141
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsidArtifactsComplete: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsidArtifactsCompletePath>, {
|
|
142
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete>[0];
|
|
143
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsComplete>[1];
|
|
144
|
+
}>>) => any;
|
|
145
|
+
export declare const postApiV1OrganizationsorganizationIdProjectsidArtifactsSeedQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed>[1]) => any;
|
|
146
|
+
/**
|
|
147
|
+
* Seed project artifacts
|
|
148
|
+
*
|
|
149
|
+
* Create artifact records directly in the DO without R2 upload. For testing use
|
|
150
|
+
* only.
|
|
151
|
+
*
|
|
152
|
+
* @api POST /api/v1/organizations/{organizationId}/projects/{id}/artifacts/seed
|
|
153
|
+
*/
|
|
154
|
+
export declare const usePostApiV1OrganizationsorganizationIdProjectsidArtifactsSeed: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdProjectsidArtifactsSeedPath>, {
|
|
155
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed>[0];
|
|
156
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdProjectsidArtifactsSeed>[1];
|
|
157
|
+
}>>) => any;
|
|
158
|
+
export {};
|
|
159
|
+
//# sourceMappingURL=projects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/projects.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdSandboxesPath, IGetApiV1OrganizationsorganizationIdSandboxesActivePath, IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPath, IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsPath, IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopPath, IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposePath, IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposePath, IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsPath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdSandboxes, getApiV1OrganizationsorganizationIdSandboxesActive, getApiV1OrganizationsorganizationIdSandboxessandboxId, getApiV1OrganizationsorganizationIdSandboxessandboxIdLogs, postApiV1OrganizationsorganizationIdSandboxessandboxIdStop, postApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose, deleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose, getApiV1OrganizationsorganizationIdSandboxessandboxIdPorts } 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 getApiV1OrganizationsorganizationIdSandboxesQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxes>[1]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List sandboxes
|
|
13
|
+
*
|
|
14
|
+
* List all sandboxes for the organization with optional filtering
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/sandboxes
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdSandboxes: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxes>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxes>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSandboxes>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSandboxesPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const getApiV1OrganizationsorganizationIdSandboxesActiveQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxesActive>[0]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* List active sandboxes
|
|
22
|
+
*
|
|
23
|
+
* List all active (pending, starting, running) sandboxes for the organization
|
|
24
|
+
*
|
|
25
|
+
* @api GET /api/v1/organizations/{organizationId}/sandboxes/active
|
|
26
|
+
*/
|
|
27
|
+
export declare const useGetApiV1OrganizationsorganizationIdSandboxesActive: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxesActive>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSandboxesActive>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSandboxesActivePath>>, "queryKey" | "queryFn">>) => any;
|
|
28
|
+
export declare const getApiV1OrganizationsorganizationIdSandboxessandboxIdQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxId>[0]) => any;
|
|
29
|
+
/**
|
|
30
|
+
* Get sandbox status
|
|
31
|
+
*
|
|
32
|
+
* Get the current status and details of a sandbox instance
|
|
33
|
+
*
|
|
34
|
+
* @api GET /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}
|
|
35
|
+
*/
|
|
36
|
+
export declare const useGetApiV1OrganizationsorganizationIdSandboxessandboxId: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxId>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSandboxessandboxId>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPath>>, "queryKey" | "queryFn">>) => any;
|
|
37
|
+
export declare const getApiV1OrganizationsorganizationIdSandboxessandboxIdLogsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdLogs>[0]) => any;
|
|
38
|
+
/**
|
|
39
|
+
* Stream sandbox logs
|
|
40
|
+
*
|
|
41
|
+
* Get real-time log stream from a running sandbox via Server-Sent Events (SSE)
|
|
42
|
+
*
|
|
43
|
+
* @api GET /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/logs
|
|
44
|
+
*/
|
|
45
|
+
export declare const useGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogs: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdLogs>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdLogs>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSandboxessandboxIdLogsPath>>, "queryKey" | "queryFn">>) => any;
|
|
46
|
+
export declare const postApiV1OrganizationsorganizationIdSandboxessandboxIdStopQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdStop>[0]) => any;
|
|
47
|
+
/**
|
|
48
|
+
* Stop sandbox
|
|
49
|
+
*
|
|
50
|
+
* Stop a running sandbox instance
|
|
51
|
+
*
|
|
52
|
+
* @api POST /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/stop
|
|
53
|
+
*/
|
|
54
|
+
export declare const usePostApiV1OrganizationsorganizationIdSandboxessandboxIdStop: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdStop>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSandboxessandboxIdStopPath>, {
|
|
55
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdStop>[0];
|
|
56
|
+
}>>) => any;
|
|
57
|
+
export declare const postApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposeQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose>[0]) => any;
|
|
58
|
+
/**
|
|
59
|
+
* Expose sandbox port
|
|
60
|
+
*
|
|
61
|
+
* Expose a port on a running sandbox instance to make it publicly accessible
|
|
62
|
+
*
|
|
63
|
+
* @api POST /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/expose
|
|
64
|
+
*/
|
|
65
|
+
export declare const usePostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExposePath>, {
|
|
66
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportExpose>[0];
|
|
67
|
+
}>>) => any;
|
|
68
|
+
export declare const deleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposeQueryOptions: (pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose>[0]) => any;
|
|
69
|
+
/**
|
|
70
|
+
* Unexpose sandbox port
|
|
71
|
+
*
|
|
72
|
+
* Remove public access from a previously exposed sandbox port
|
|
73
|
+
*
|
|
74
|
+
* @api DELETE /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports/{port}/unexpose
|
|
75
|
+
*/
|
|
76
|
+
export declare const useDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof deleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose>>, OpenapiHookError<IDeleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexposePath>, {
|
|
77
|
+
pathParams: Parameters<typeof deleteApiV1OrganizationsorganizationIdSandboxessandboxIdPortsportUnexpose>[0];
|
|
78
|
+
}>>) => any;
|
|
79
|
+
export declare const getApiV1OrganizationsorganizationIdSandboxessandboxIdPortsQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdPorts>[0]) => any;
|
|
80
|
+
/**
|
|
81
|
+
* List exposed ports
|
|
82
|
+
*
|
|
83
|
+
* List all currently exposed ports for a sandbox instance
|
|
84
|
+
*
|
|
85
|
+
* @api GET /api/v1/organizations/{organizationId}/sandboxes/{sandboxId}/ports
|
|
86
|
+
*/
|
|
87
|
+
export declare const useGetApiV1OrganizationsorganizationIdSandboxessandboxIdPorts: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdPorts>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSandboxessandboxIdPorts>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSandboxessandboxIdPortsPath>>, "queryKey" | "queryFn">>) => any;
|
|
88
|
+
export {};
|
|
89
|
+
//# sourceMappingURL=sandboxes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sandboxes.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/sandboxes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IGetApiV1OrganizationsorganizationIdSubscriptionsPlansPath, IGetApiV1OrganizationsorganizationIdSubscriptionsCurrentPath, IPostApiV1OrganizationsorganizationIdSubscriptionsCheckoutPath, IGetApiV1OrganizationsorganizationIdSubscriptionsSeatPreviewPath, IPostApiV1OrganizationsorganizationIdSubscriptionsSeatsPath, IPostApiV1OrganizationsorganizationIdSubscriptionsCancelPath, IPostApiV1OrganizationsorganizationIdSubscriptionsResumePath } from '../types';
|
|
4
|
+
import { getApiV1OrganizationsorganizationIdSubscriptionsPlans, getApiV1OrganizationsorganizationIdSubscriptionsCurrent, postApiV1OrganizationsorganizationIdSubscriptionsCheckout, getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview, postApiV1OrganizationsorganizationIdSubscriptionsSeats, postApiV1OrganizationsorganizationIdSubscriptionsCancel, postApiV1OrganizationsorganizationIdSubscriptionsResume } 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 getApiV1OrganizationsorganizationIdSubscriptionsPlansQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsPlans>[0]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* List available plans
|
|
13
|
+
*
|
|
14
|
+
* Get all available subscription plans with pricing
|
|
15
|
+
*
|
|
16
|
+
* @api GET /api/v1/organizations/{organizationId}/subscriptions/plans
|
|
17
|
+
*/
|
|
18
|
+
export declare const useGetApiV1OrganizationsorganizationIdSubscriptionsPlans: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsPlans>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSubscriptionsPlans>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSubscriptionsPlansPath>>, "queryKey" | "queryFn">>) => any;
|
|
19
|
+
export declare const getApiV1OrganizationsorganizationIdSubscriptionsCurrentQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsCurrent>[0]) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Get current subscription
|
|
22
|
+
*
|
|
23
|
+
* Get the current subscription status for the organization
|
|
24
|
+
*
|
|
25
|
+
* @api GET /api/v1/organizations/{organizationId}/subscriptions/current
|
|
26
|
+
*/
|
|
27
|
+
export declare const useGetApiV1OrganizationsorganizationIdSubscriptionsCurrent: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsCurrent>[0], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSubscriptionsCurrent>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSubscriptionsCurrentPath>>, "queryKey" | "queryFn">>) => any;
|
|
28
|
+
export declare const postApiV1OrganizationsorganizationIdSubscriptionsCheckoutQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCheckout>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCheckout>[1]) => any;
|
|
29
|
+
/**
|
|
30
|
+
* Create checkout session
|
|
31
|
+
*
|
|
32
|
+
* Create a Stripe checkout session for subscription
|
|
33
|
+
*
|
|
34
|
+
* @api POST /api/v1/organizations/{organizationId}/subscriptions/checkout
|
|
35
|
+
*/
|
|
36
|
+
export declare const usePostApiV1OrganizationsorganizationIdSubscriptionsCheckout: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSubscriptionsCheckout>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSubscriptionsCheckoutPath>, {
|
|
37
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCheckout>[0];
|
|
38
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCheckout>[1];
|
|
39
|
+
}>>) => any;
|
|
40
|
+
export declare const getApiV1OrganizationsorganizationIdSubscriptionsSeatPreviewQueryOptions: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview>[1]) => any;
|
|
41
|
+
/**
|
|
42
|
+
* Preview seat change
|
|
43
|
+
*
|
|
44
|
+
* Preview proration amount for changing seat count
|
|
45
|
+
*
|
|
46
|
+
* @api GET /api/v1/organizations/{organizationId}/subscriptions/seat-preview
|
|
47
|
+
*/
|
|
48
|
+
export declare const useGetApiV1OrganizationsorganizationIdSubscriptionsSeatPreview: (pathParams: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview>[0], queryParams?: Parameters<typeof getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview>[1], options?: Partial<Omit<UseQueryOptions<Awaited<ReturnType<typeof getApiV1OrganizationsorganizationIdSubscriptionsSeatPreview>>, OpenapiHookError<IGetApiV1OrganizationsorganizationIdSubscriptionsSeatPreviewPath>>, "queryKey" | "queryFn">>) => any;
|
|
49
|
+
export declare const postApiV1OrganizationsorganizationIdSubscriptionsSeatsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsSeats>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsSeats>[1]) => any;
|
|
50
|
+
/**
|
|
51
|
+
* Update seat count
|
|
52
|
+
*
|
|
53
|
+
* Update the number of seats on the subscription
|
|
54
|
+
*
|
|
55
|
+
* @api POST /api/v1/organizations/{organizationId}/subscriptions/seats
|
|
56
|
+
*/
|
|
57
|
+
export declare const usePostApiV1OrganizationsorganizationIdSubscriptionsSeats: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSubscriptionsSeats>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSubscriptionsSeatsPath>, {
|
|
58
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsSeats>[0];
|
|
59
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsSeats>[1];
|
|
60
|
+
}>>) => any;
|
|
61
|
+
export declare const postApiV1OrganizationsorganizationIdSubscriptionsCancelQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCancel>[0]) => any;
|
|
62
|
+
/**
|
|
63
|
+
* Cancel subscription
|
|
64
|
+
*
|
|
65
|
+
* Cancel the subscription at period end
|
|
66
|
+
*
|
|
67
|
+
* @api POST /api/v1/organizations/{organizationId}/subscriptions/cancel
|
|
68
|
+
*/
|
|
69
|
+
export declare const usePostApiV1OrganizationsorganizationIdSubscriptionsCancel: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSubscriptionsCancel>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSubscriptionsCancelPath>, {
|
|
70
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsCancel>[0];
|
|
71
|
+
}>>) => any;
|
|
72
|
+
export declare const postApiV1OrganizationsorganizationIdSubscriptionsResumeQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsResume>[0]) => any;
|
|
73
|
+
/**
|
|
74
|
+
* Resume subscription
|
|
75
|
+
*
|
|
76
|
+
* Resume a subscription that was scheduled for cancellation
|
|
77
|
+
*
|
|
78
|
+
* @api POST /api/v1/organizations/{organizationId}/subscriptions/resume
|
|
79
|
+
*/
|
|
80
|
+
export declare const usePostApiV1OrganizationsorganizationIdSubscriptionsResume: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSubscriptionsResume>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSubscriptionsResumePath>, {
|
|
81
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSubscriptionsResume>[0];
|
|
82
|
+
}>>) => any;
|
|
83
|
+
export {};
|
|
84
|
+
//# sourceMappingURL=subscription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/subscription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenapiRequestError } from '@agimonai/openapi-fetch';
|
|
3
|
+
import type { IPostApiV1OrganizationsorganizationIdSupportReportsPath } from '../types';
|
|
4
|
+
import { postApiV1OrganizationsorganizationIdSupportReports } 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 postApiV1OrganizationsorganizationIdSupportReportsQueryOptions: (pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSupportReports>[0], body: Parameters<typeof postApiV1OrganizationsorganizationIdSupportReports>[1]) => any;
|
|
11
|
+
/**
|
|
12
|
+
* Submit support or abuse report
|
|
13
|
+
*
|
|
14
|
+
* Submit authenticated organization-scoped feedback, support, content report, or
|
|
15
|
+
* user report.
|
|
16
|
+
*
|
|
17
|
+
* @api POST /api/v1/organizations/{organizationId}/support-reports
|
|
18
|
+
*/
|
|
19
|
+
export declare const usePostApiV1OrganizationsorganizationIdSupportReports: (options?: Partial<UseMutationOptions<Awaited<ReturnType<typeof postApiV1OrganizationsorganizationIdSupportReports>>, OpenapiHookError<IPostApiV1OrganizationsorganizationIdSupportReportsPath>, {
|
|
20
|
+
pathParams: Parameters<typeof postApiV1OrganizationsorganizationIdSupportReports>[0];
|
|
21
|
+
body: Parameters<typeof postApiV1OrganizationsorganizationIdSupportReports>[1];
|
|
22
|
+
}>>) => any;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=support-reports.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"support-reports.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/hooks/support-reports.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,uDAAuD,EAAE,MAAM,UAAU,CAAC;AACxF,OAAO,EAAE,kDAAkD,EAAE,MAAM,UAAU,CAAC;AAE9E,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,8DAA8D,GAAI,YAAY,UAAU,CAAC,OAAO,kDAAkD,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,kDAAkD,CAAC,CAAC,CAAC,CAAC,QAI/O,CAAC;AAGL;;;;;;;GAOG;AACH,eAAO,MAAM,qDAAqD,GAAI,UAAU,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,kDAAkD,CAAC,CAAC,EAAE,gBAAgB,CAAC,uDAAuD,CAAC,EAAE;IAAE,UAAU,EAAE,UAAU,CAAC,OAAO,kDAAkD,CAAC,CAAC,CAAC,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAC,OAAO,kDAAkD,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC,QAI5a,CAAC"}
|