@stigmer/protos 0.0.34
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/LICENSE +190 -0
- package/README.md +35 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
- package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
- package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
- package/ai/stigmer/search/v1/io_pb.js +29 -0
- package/ai/stigmer/search/v1/io_pb.js.map +1 -0
- package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
- package/ai/stigmer/search/v1/query_connect.js +73 -0
- package/ai/stigmer/search/v1/query_connect.js.map +1 -0
- package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
- package/ai/stigmer/search/v1/query_pb.js +40 -0
- package/ai/stigmer/search/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
- package/buf/validate/validate_pb.d.ts +4766 -0
- package/buf/validate/validate_pb.js +357 -0
- package/buf/validate/validate_pb.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceGroup } from "./api_resource_group_pb";
|
|
3
|
+
import type { AuthorizationConfig } from "./authorization_config_pb";
|
|
4
|
+
import type { EnumValueOptions } from "@bufbuild/protobuf/wkt";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* Metadata for api-resource-kind
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta
|
|
14
|
+
*/
|
|
15
|
+
export type ApiResourceKindMeta = Message<"ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta"> & {
|
|
16
|
+
/**
|
|
17
|
+
* API resource group
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroup group = 1;
|
|
20
|
+
*/
|
|
21
|
+
group: ApiResourceGroup;
|
|
22
|
+
/**
|
|
23
|
+
* API resource version
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion version = 2;
|
|
26
|
+
*/
|
|
27
|
+
version: ApiResourceVersion;
|
|
28
|
+
/**
|
|
29
|
+
* Kind name
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: string name = 3;
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Display name
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: string display_name = 4;
|
|
38
|
+
*/
|
|
39
|
+
displayName: string;
|
|
40
|
+
/**
|
|
41
|
+
* Prefix to be used for api-resource metadata.id field
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string id_prefix = 5;
|
|
44
|
+
*/
|
|
45
|
+
idPrefix: string;
|
|
46
|
+
/**
|
|
47
|
+
* Flag to indicate if the api-resource-kind is versioned
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: bool is_versioned = 6;
|
|
50
|
+
*/
|
|
51
|
+
isVersioned: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Flag to indicate if the api-resource-kind is not searchable
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: bool not_search_indexed = 7;
|
|
56
|
+
*/
|
|
57
|
+
notSearchIndexed: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Defines availability context - whether resource is available in open source or cloud only
|
|
60
|
+
*
|
|
61
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ResourceTier tier = 8;
|
|
62
|
+
*/
|
|
63
|
+
tier: ResourceTier;
|
|
64
|
+
/**
|
|
65
|
+
* FGA authorization configuration - defines how FGA tuples are created for this resource
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationConfig authorization = 9;
|
|
68
|
+
*/
|
|
69
|
+
authorization?: AuthorizationConfig;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta.
|
|
73
|
+
* Use `create(ApiResourceKindMetaSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export declare const ApiResourceKindMetaSchema: GenMessage<ApiResourceKindMeta>;
|
|
76
|
+
/**
|
|
77
|
+
* API resource version
|
|
78
|
+
*
|
|
79
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
|
|
80
|
+
*/
|
|
81
|
+
export declare enum ApiResourceVersion {
|
|
82
|
+
/**
|
|
83
|
+
* @generated from enum value: api_resource_version_unspecified = 0;
|
|
84
|
+
*/
|
|
85
|
+
api_resource_version_unspecified = 0,
|
|
86
|
+
/**
|
|
87
|
+
* @generated from enum value: v1 = 1;
|
|
88
|
+
*/
|
|
89
|
+
v1 = 1
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion.
|
|
93
|
+
*/
|
|
94
|
+
export declare const ApiResourceVersionSchema: GenEnum<ApiResourceVersion>;
|
|
95
|
+
/**
|
|
96
|
+
* Resource tier defines the availability context of a resource
|
|
97
|
+
*
|
|
98
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ResourceTier
|
|
99
|
+
*/
|
|
100
|
+
export declare enum ResourceTier {
|
|
101
|
+
/**
|
|
102
|
+
* @generated from enum value: resource_tier_unspecified = 0;
|
|
103
|
+
*/
|
|
104
|
+
resource_tier_unspecified = 0,
|
|
105
|
+
/**
|
|
106
|
+
* Available in CLI local mode & Cloud
|
|
107
|
+
*
|
|
108
|
+
* @generated from enum value: open_source = 1;
|
|
109
|
+
*/
|
|
110
|
+
open_source = 1,
|
|
111
|
+
/**
|
|
112
|
+
* Hidden in CLI local mode; Available in Cloud
|
|
113
|
+
*
|
|
114
|
+
* @generated from enum value: cloud_only = 2;
|
|
115
|
+
*/
|
|
116
|
+
cloud_only = 2
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ResourceTier.
|
|
120
|
+
*/
|
|
121
|
+
export declare const ResourceTierSchema: GenEnum<ResourceTier>;
|
|
122
|
+
/**
|
|
123
|
+
* Platform ID values - defines the singleton platform instance ID
|
|
124
|
+
* This enum is used to define the platform kind value wherever platform kind is required
|
|
125
|
+
*
|
|
126
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.PlatformIdValue
|
|
127
|
+
*/
|
|
128
|
+
export declare enum PlatformIdValue {
|
|
129
|
+
/**
|
|
130
|
+
* @generated from enum value: platform_id_value_unspecified = 0;
|
|
131
|
+
*/
|
|
132
|
+
platform_id_value_unspecified = 0,
|
|
133
|
+
/**
|
|
134
|
+
* The Stigmer platform singleton instance
|
|
135
|
+
* This value is used as the resource ID for platform-level authorization
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum value: stigmer = 1;
|
|
138
|
+
*/
|
|
139
|
+
stigmer = 1
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.PlatformIdValue.
|
|
143
|
+
*/
|
|
144
|
+
export declare const PlatformIdValueSchema: GenEnum<PlatformIdValue>;
|
|
145
|
+
/**
|
|
146
|
+
* API resource kinds for Stigmer
|
|
147
|
+
*
|
|
148
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
|
|
149
|
+
*/
|
|
150
|
+
export declare enum ApiResourceKind {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from enum value: api_resource_kind_unknown = 0;
|
|
153
|
+
*/
|
|
154
|
+
api_resource_kind_unknown = 0,
|
|
155
|
+
/**
|
|
156
|
+
* Agentic - System-level audit trails and versioning
|
|
157
|
+
*
|
|
158
|
+
* @generated from enum value: api_resource_version = 1;
|
|
159
|
+
*/
|
|
160
|
+
api_resource_version = 1,
|
|
161
|
+
/**
|
|
162
|
+
* IAM - Identity and Access Management
|
|
163
|
+
*
|
|
164
|
+
* @generated from enum value: iam_policy = 10;
|
|
165
|
+
*/
|
|
166
|
+
iam_policy = 10,
|
|
167
|
+
/**
|
|
168
|
+
* @generated from enum value: identity_account = 11;
|
|
169
|
+
*/
|
|
170
|
+
identity_account = 11,
|
|
171
|
+
/**
|
|
172
|
+
* @generated from enum value: api_key = 12;
|
|
173
|
+
*/
|
|
174
|
+
api_key = 12,
|
|
175
|
+
/**
|
|
176
|
+
* IAM - External identity provider configuration
|
|
177
|
+
*
|
|
178
|
+
* @generated from enum value: identity_provider = 21;
|
|
179
|
+
*/
|
|
180
|
+
identity_provider = 21,
|
|
181
|
+
/**
|
|
182
|
+
* Tenancy - Platform and organizational resources
|
|
183
|
+
*
|
|
184
|
+
* @generated from enum value: organization = 30;
|
|
185
|
+
*/
|
|
186
|
+
organization = 30,
|
|
187
|
+
/**
|
|
188
|
+
* @generated from enum value: platform = 31;
|
|
189
|
+
*/
|
|
190
|
+
platform = 31,
|
|
191
|
+
/**
|
|
192
|
+
* Agentic - AI agent management
|
|
193
|
+
*
|
|
194
|
+
* @generated from enum value: agent = 40;
|
|
195
|
+
*/
|
|
196
|
+
agent = 40,
|
|
197
|
+
/**
|
|
198
|
+
* @generated from enum value: agent_execution = 41;
|
|
199
|
+
*/
|
|
200
|
+
agent_execution = 41,
|
|
201
|
+
/**
|
|
202
|
+
* @generated from enum value: session = 42;
|
|
203
|
+
*/
|
|
204
|
+
session = 42,
|
|
205
|
+
/**
|
|
206
|
+
* @generated from enum value: skill = 43;
|
|
207
|
+
*/
|
|
208
|
+
skill = 43,
|
|
209
|
+
/**
|
|
210
|
+
* @generated from enum value: mcp_server = 44;
|
|
211
|
+
*/
|
|
212
|
+
mcp_server = 44,
|
|
213
|
+
/**
|
|
214
|
+
* @generated from enum value: agent_instance = 45;
|
|
215
|
+
*/
|
|
216
|
+
agent_instance = 45,
|
|
217
|
+
/**
|
|
218
|
+
* Agentic - Workflow orchestration
|
|
219
|
+
*
|
|
220
|
+
* @generated from enum value: workflow = 50;
|
|
221
|
+
*/
|
|
222
|
+
workflow = 50,
|
|
223
|
+
/**
|
|
224
|
+
* @generated from enum value: workflow_instance = 51;
|
|
225
|
+
*/
|
|
226
|
+
workflow_instance = 51,
|
|
227
|
+
/**
|
|
228
|
+
* @generated from enum value: workflow_execution = 52;
|
|
229
|
+
*/
|
|
230
|
+
workflow_execution = 52,
|
|
231
|
+
/**
|
|
232
|
+
* @generated from enum value: environment = 53;
|
|
233
|
+
*/
|
|
234
|
+
environment = 53,
|
|
235
|
+
/**
|
|
236
|
+
* @generated from enum value: execution_context = 54;
|
|
237
|
+
*/
|
|
238
|
+
execution_context = 54,
|
|
239
|
+
/**
|
|
240
|
+
* Tenancy - Project management (aggregate root for resource lifecycle)
|
|
241
|
+
*
|
|
242
|
+
* @generated from enum value: project = 60;
|
|
243
|
+
*/
|
|
244
|
+
project = 60
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind.
|
|
248
|
+
*/
|
|
249
|
+
export declare const ApiResourceKindSchema: GenEnum<ApiResourceKind>;
|
|
250
|
+
/**
|
|
251
|
+
* @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta kind_meta = 90101;
|
|
252
|
+
*/
|
|
253
|
+
export declare const kind_meta: GenExtension<EnumValueOptions, ApiResourceKindMeta>;
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind.proto (package ai.stigmer.commons.apiresource.apiresourcekind, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group } from "./api_resource_group_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config } from "./authorization_config_pb";
|
|
7
|
+
import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind = /*@__PURE__*/ fileDesc("CkZhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvYXBpcmVzb3VyY2VraW5kL2FwaV9yZXNvdXJjZV9raW5kLnByb3RvEi5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kIswDChNBcGlSZXNvdXJjZUtpbmRNZXRhEk8KBWdyb3VwGAEgASgOMkAuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUdyb3VwElMKB3ZlcnNpb24YAiABKA4yQi5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kLkFwaVJlc291cmNlVmVyc2lvbhIMCgRuYW1lGAMgASgJEhQKDGRpc3BsYXlfbmFtZRgEIAEoCRIRCglpZF9wcmVmaXgYBSABKAkSFAoMaXNfdmVyc2lvbmVkGAYgASgIEhoKEm5vdF9zZWFyY2hfaW5kZXhlZBgHIAEoCBJKCgR0aWVyGAggASgOMjwuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5SZXNvdXJjZVRpZXISWgoNYXV0aG9yaXphdGlvbhgJIAEoCzJDLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5hcGlyZXNvdXJjZWtpbmQuQXV0aG9yaXphdGlvbkNvbmZpZypCChJBcGlSZXNvdXJjZVZlcnNpb24SJAogYXBpX3Jlc291cmNlX3ZlcnNpb25fdW5zcGVjaWZpZWQQABIGCgJ2MRABKk4KDFJlc291cmNlVGllchIdChlyZXNvdXJjZV90aWVyX3Vuc3BlY2lmaWVkEAASDwoLb3Blbl9zb3VyY2UQARIOCgpjbG91ZF9vbmx5EAIqQQoPUGxhdGZvcm1JZFZhbHVlEiEKHXBsYXRmb3JtX2lkX3ZhbHVlX3Vuc3BlY2lmaWVkEAASCwoHc3RpZ21lchABKrILCg9BcGlSZXNvdXJjZUtpbmQSHQoZYXBpX3Jlc291cmNlX2tpbmRfdW5rbm93bhAAElsKFGFwaV9yZXNvdXJjZV92ZXJzaW9uEAEaQar/Kz0IARABGhJBcGlSZXNvdXJjZVZlcnNpb24iFEFQSSBSZXNvdXJjZSBWZXJzaW9uKgN2ZXI4AUACSgQIBRAEEj8KCmlhbV9wb2xpY3kQChovqv8rKwgCEAEaCUlhbVBvbGljeSIKSUFNIFBvbGljeSoEaWFtcDgBQAJKBAgCEAESTgoQaWRlbnRpdHlfYWNjb3VudBALGjiq/ys0CAIQARoPSWRlbnRpdHlBY2NvdW50IhBJZGVudGl0eSBBY2NvdW50KgNpZGFAAkoECAEQAxI1CgdhcGlfa2V5EAwaKKr/KyQIAhABGgZBcGlLZXkiB0FQSSBLZXkqA2tleTgBQAJKBAgEEAESUwoRaWRlbnRpdHlfcHJvdmlkZXIQFRo8qv8rOAgCEAEaEElkZW50aXR5UHJvdmlkZXIiEUlkZW50aXR5IFByb3ZpZGVyKgNpZHA4AUACSgQIAhABEkMKDG9yZ2FuaXphdGlvbhAeGjGq/ystCAMQARoMT3JnYW5pemF0aW9uIgxPcmdhbml6YXRpb24qA29yZ0ABSgQIARABEjkKCHBsYXRmb3JtEB8aK6r/KycIAxABGghQbGF0Zm9ybSIIUGxhdGZvcm0qA3BsdDgBQAJKBAgFEAQSMgoFYWdlbnQQKBonqv8rIwgBEAEaBUFnZW50IgVBZ2VudCoDYWd0QAFKCAgCEAEqAggBEmsKD2FnZW50X2V4ZWN1dGlvbhApGlaq/ytSCAEQARoOQWdlbnRFeGVjdXRpb24iD0FnZW50IEV4ZWN1dGlvbioDYWV4QAFKJAgDEAIaHgoHc2Vzc2lvbhIHc2Vzc2lvbhoKc2Vzc2lvbl9pZBI0CgdzZXNzaW9uECoaJ6r/KyMIARABGgdTZXNzaW9uIgdTZXNzaW9uKgNzZXNAAUoECAIQARI0CgVza2lsbBArGimq/yslCAEQARoFU2tpbGwiBVNraWxsKgNza2wwAUABSggIAhABKgIIARJACgptY3Bfc2VydmVyECwaMKr/KywIARABGglNY3BTZXJ2ZXIiCk1DUCBTZXJ2ZXIqA21jcEABSggIAhABKgIIARJiCg5hZ2VudF9pbnN0YW5jZRAtGk6q/ytKCAEQARoNQWdlbnRJbnN0YW5jZSIOQWdlbnQgSW5zdGFuY2UqA2FpbkABSh4IAhABIhgKBWFnZW50EgVhZ2VudBoIYWdlbnRfaWQSOwoId29ya2Zsb3cQMhotqv8rKQgBEAEaCFdvcmtmbG93IghXb3JrZmxvdyoDd2ZsQAFKCAgCEAEqAggBEnQKEXdvcmtmbG93X2luc3RhbmNlEDMaXar/K1kIARABGhBXb3JrZmxvd0luc3RhbmNlIhFXb3JrZmxvdyBJbnN0YW5jZSoDd2luQAFKJwgCEAEiIQoId29ya2Zsb3cSCHdvcmtmbG93Ggt3b3JrZmxvd19pZBJUChJ3b3JrZmxvd19leGVjdXRpb24QNBo8qv8rOAgBEAEaEVdvcmtmbG93RXhlY3V0aW9uIhJXb3JrZmxvdyBFeGVjdXRpb24qA3dleEABSgQIAhABEkAKC2Vudmlyb25tZW50EDUaL6r/KysIARABGgtFbnZpcm9ubWVudCILRW52aXJvbm1lbnQqA2VudkABSgQIAhABElIKEWV4ZWN1dGlvbl9jb250ZXh0EDYaO6r/KzcIARABGhBFeGVjdXRpb25Db250ZXh0IhFFeGVjdXRpb24gQ29udGV4dCoEZXhlY0ABSgQIBRAEEjQKB3Byb2plY3QQPBonqv8rIwgDEAEaB1Byb2plY3QiB1Byb2plY3QqA3ByakABSgQIAhABOoUBCglraW5kX21ldGESIS5nb29nbGUucHJvdG9idWYuRW51bVZhbHVlT3B0aW9ucxj1vwUgASgLMkMuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUtpbmRNZXRhUghraW5kTWV0YUIbQhlBcGlSZXNvdXJjZUtpbmRPdXRlckNsYXNzYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group, file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, file_google_protobuf_descriptor]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta.
|
|
14
|
+
* Use `create(ApiResourceKindMetaSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const ApiResourceKindMetaSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 0);
|
|
17
|
+
/**
|
|
18
|
+
* API resource version
|
|
19
|
+
*
|
|
20
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
|
|
21
|
+
*/
|
|
22
|
+
export var ApiResourceVersion;
|
|
23
|
+
(function (ApiResourceVersion) {
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: api_resource_version_unspecified = 0;
|
|
26
|
+
*/
|
|
27
|
+
ApiResourceVersion[ApiResourceVersion["api_resource_version_unspecified"] = 0] = "api_resource_version_unspecified";
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: v1 = 1;
|
|
30
|
+
*/
|
|
31
|
+
ApiResourceVersion[ApiResourceVersion["v1"] = 1] = "v1";
|
|
32
|
+
})(ApiResourceVersion || (ApiResourceVersion = {}));
|
|
33
|
+
/**
|
|
34
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion.
|
|
35
|
+
*/
|
|
36
|
+
export const ApiResourceVersionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 0);
|
|
37
|
+
/**
|
|
38
|
+
* Resource tier defines the availability context of a resource
|
|
39
|
+
*
|
|
40
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ResourceTier
|
|
41
|
+
*/
|
|
42
|
+
export var ResourceTier;
|
|
43
|
+
(function (ResourceTier) {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from enum value: resource_tier_unspecified = 0;
|
|
46
|
+
*/
|
|
47
|
+
ResourceTier[ResourceTier["resource_tier_unspecified"] = 0] = "resource_tier_unspecified";
|
|
48
|
+
/**
|
|
49
|
+
* Available in CLI local mode & Cloud
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: open_source = 1;
|
|
52
|
+
*/
|
|
53
|
+
ResourceTier[ResourceTier["open_source"] = 1] = "open_source";
|
|
54
|
+
/**
|
|
55
|
+
* Hidden in CLI local mode; Available in Cloud
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: cloud_only = 2;
|
|
58
|
+
*/
|
|
59
|
+
ResourceTier[ResourceTier["cloud_only"] = 2] = "cloud_only";
|
|
60
|
+
})(ResourceTier || (ResourceTier = {}));
|
|
61
|
+
/**
|
|
62
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ResourceTier.
|
|
63
|
+
*/
|
|
64
|
+
export const ResourceTierSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 1);
|
|
65
|
+
/**
|
|
66
|
+
* Platform ID values - defines the singleton platform instance ID
|
|
67
|
+
* This enum is used to define the platform kind value wherever platform kind is required
|
|
68
|
+
*
|
|
69
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.PlatformIdValue
|
|
70
|
+
*/
|
|
71
|
+
export var PlatformIdValue;
|
|
72
|
+
(function (PlatformIdValue) {
|
|
73
|
+
/**
|
|
74
|
+
* @generated from enum value: platform_id_value_unspecified = 0;
|
|
75
|
+
*/
|
|
76
|
+
PlatformIdValue[PlatformIdValue["platform_id_value_unspecified"] = 0] = "platform_id_value_unspecified";
|
|
77
|
+
/**
|
|
78
|
+
* The Stigmer platform singleton instance
|
|
79
|
+
* This value is used as the resource ID for platform-level authorization
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: stigmer = 1;
|
|
82
|
+
*/
|
|
83
|
+
PlatformIdValue[PlatformIdValue["stigmer"] = 1] = "stigmer";
|
|
84
|
+
})(PlatformIdValue || (PlatformIdValue = {}));
|
|
85
|
+
/**
|
|
86
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.PlatformIdValue.
|
|
87
|
+
*/
|
|
88
|
+
export const PlatformIdValueSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 2);
|
|
89
|
+
/**
|
|
90
|
+
* API resource kinds for Stigmer
|
|
91
|
+
*
|
|
92
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
|
|
93
|
+
*/
|
|
94
|
+
export var ApiResourceKind;
|
|
95
|
+
(function (ApiResourceKind) {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from enum value: api_resource_kind_unknown = 0;
|
|
98
|
+
*/
|
|
99
|
+
ApiResourceKind[ApiResourceKind["api_resource_kind_unknown"] = 0] = "api_resource_kind_unknown";
|
|
100
|
+
/**
|
|
101
|
+
* Agentic - System-level audit trails and versioning
|
|
102
|
+
*
|
|
103
|
+
* @generated from enum value: api_resource_version = 1;
|
|
104
|
+
*/
|
|
105
|
+
ApiResourceKind[ApiResourceKind["api_resource_version"] = 1] = "api_resource_version";
|
|
106
|
+
/**
|
|
107
|
+
* IAM - Identity and Access Management
|
|
108
|
+
*
|
|
109
|
+
* @generated from enum value: iam_policy = 10;
|
|
110
|
+
*/
|
|
111
|
+
ApiResourceKind[ApiResourceKind["iam_policy"] = 10] = "iam_policy";
|
|
112
|
+
/**
|
|
113
|
+
* @generated from enum value: identity_account = 11;
|
|
114
|
+
*/
|
|
115
|
+
ApiResourceKind[ApiResourceKind["identity_account"] = 11] = "identity_account";
|
|
116
|
+
/**
|
|
117
|
+
* @generated from enum value: api_key = 12;
|
|
118
|
+
*/
|
|
119
|
+
ApiResourceKind[ApiResourceKind["api_key"] = 12] = "api_key";
|
|
120
|
+
/**
|
|
121
|
+
* IAM - External identity provider configuration
|
|
122
|
+
*
|
|
123
|
+
* @generated from enum value: identity_provider = 21;
|
|
124
|
+
*/
|
|
125
|
+
ApiResourceKind[ApiResourceKind["identity_provider"] = 21] = "identity_provider";
|
|
126
|
+
/**
|
|
127
|
+
* Tenancy - Platform and organizational resources
|
|
128
|
+
*
|
|
129
|
+
* @generated from enum value: organization = 30;
|
|
130
|
+
*/
|
|
131
|
+
ApiResourceKind[ApiResourceKind["organization"] = 30] = "organization";
|
|
132
|
+
/**
|
|
133
|
+
* @generated from enum value: platform = 31;
|
|
134
|
+
*/
|
|
135
|
+
ApiResourceKind[ApiResourceKind["platform"] = 31] = "platform";
|
|
136
|
+
/**
|
|
137
|
+
* Agentic - AI agent management
|
|
138
|
+
*
|
|
139
|
+
* @generated from enum value: agent = 40;
|
|
140
|
+
*/
|
|
141
|
+
ApiResourceKind[ApiResourceKind["agent"] = 40] = "agent";
|
|
142
|
+
/**
|
|
143
|
+
* @generated from enum value: agent_execution = 41;
|
|
144
|
+
*/
|
|
145
|
+
ApiResourceKind[ApiResourceKind["agent_execution"] = 41] = "agent_execution";
|
|
146
|
+
/**
|
|
147
|
+
* @generated from enum value: session = 42;
|
|
148
|
+
*/
|
|
149
|
+
ApiResourceKind[ApiResourceKind["session"] = 42] = "session";
|
|
150
|
+
/**
|
|
151
|
+
* @generated from enum value: skill = 43;
|
|
152
|
+
*/
|
|
153
|
+
ApiResourceKind[ApiResourceKind["skill"] = 43] = "skill";
|
|
154
|
+
/**
|
|
155
|
+
* @generated from enum value: mcp_server = 44;
|
|
156
|
+
*/
|
|
157
|
+
ApiResourceKind[ApiResourceKind["mcp_server"] = 44] = "mcp_server";
|
|
158
|
+
/**
|
|
159
|
+
* @generated from enum value: agent_instance = 45;
|
|
160
|
+
*/
|
|
161
|
+
ApiResourceKind[ApiResourceKind["agent_instance"] = 45] = "agent_instance";
|
|
162
|
+
/**
|
|
163
|
+
* Agentic - Workflow orchestration
|
|
164
|
+
*
|
|
165
|
+
* @generated from enum value: workflow = 50;
|
|
166
|
+
*/
|
|
167
|
+
ApiResourceKind[ApiResourceKind["workflow"] = 50] = "workflow";
|
|
168
|
+
/**
|
|
169
|
+
* @generated from enum value: workflow_instance = 51;
|
|
170
|
+
*/
|
|
171
|
+
ApiResourceKind[ApiResourceKind["workflow_instance"] = 51] = "workflow_instance";
|
|
172
|
+
/**
|
|
173
|
+
* @generated from enum value: workflow_execution = 52;
|
|
174
|
+
*/
|
|
175
|
+
ApiResourceKind[ApiResourceKind["workflow_execution"] = 52] = "workflow_execution";
|
|
176
|
+
/**
|
|
177
|
+
* @generated from enum value: environment = 53;
|
|
178
|
+
*/
|
|
179
|
+
ApiResourceKind[ApiResourceKind["environment"] = 53] = "environment";
|
|
180
|
+
/**
|
|
181
|
+
* @generated from enum value: execution_context = 54;
|
|
182
|
+
*/
|
|
183
|
+
ApiResourceKind[ApiResourceKind["execution_context"] = 54] = "execution_context";
|
|
184
|
+
/**
|
|
185
|
+
* Tenancy - Project management (aggregate root for resource lifecycle)
|
|
186
|
+
*
|
|
187
|
+
* @generated from enum value: project = 60;
|
|
188
|
+
*/
|
|
189
|
+
ApiResourceKind[ApiResourceKind["project"] = 60] = "project";
|
|
190
|
+
})(ApiResourceKind || (ApiResourceKind = {}));
|
|
191
|
+
/**
|
|
192
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind.
|
|
193
|
+
*/
|
|
194
|
+
export const ApiResourceKindSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 3);
|
|
195
|
+
/**
|
|
196
|
+
* @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta kind_meta = 90101;
|
|
197
|
+
*/
|
|
198
|
+
export const kind_meta = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 0);
|
|
199
|
+
//# sourceMappingURL=api_resource_kind_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sKAAsK;AACtK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAExF,OAAO,EAAE,sEAAsE,EAAE,MAAM,yBAAyB,CAAC;AAEjH,OAAO,EAAE,wEAAwE,EAAE,MAAM,2BAA2B,CAAC;AAErH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAGzE;;GAEG;AACH,MAAM,CAAC,MAAM,qEAAqE,GAAY,aAAa,CACzG,QAAQ,CAAC,6qGAA6qG,EAAE,CAAC,sEAAsE,EAAE,wEAAwE,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAwE/2G;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAExF;;;;GAIG;AACH,MAAM,CAAN,IAAY,kBAUX;AAVD,WAAY,kBAAkB;IAC5B;;OAEG;IACH,mHAAoC,CAAA;IAEpC;;OAEG;IACH,uDAAM,CAAA;AACR,CAAC,EAVW,kBAAkB,KAAlB,kBAAkB,QAU7B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAgC,aAAa,CAChF,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,CAAN,IAAY,YAmBX;AAnBD,WAAY,YAAY;IACtB;;OAEG;IACH,yFAA6B,CAAA;IAE7B;;;;OAIG;IACH,6DAAe,CAAA;IAEf;;;;OAIG;IACH,2DAAc,CAAA;AAChB,CAAC,EAnBW,YAAY,KAAZ,YAAY,QAmBvB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA0B,aAAa,CACpE,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;;GAKG;AACH,MAAM,CAAN,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB;;OAEG;IACH,uGAAiC,CAAA;IAEjC;;;;;OAKG;IACH,2DAAW,CAAA;AACb,CAAC,EAbW,eAAe,KAAf,eAAe,QAa1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,CAAN,IAAY,eAkHX;AAlHD,WAAY,eAAe;IACzB;;OAEG;IACH,+FAA6B,CAAA;IAE7B;;;;OAIG;IACH,qFAAwB,CAAA;IAExB;;;;OAIG;IACH,kEAAe,CAAA;IAEf;;OAEG;IACH,8EAAqB,CAAA;IAErB;;OAEG;IACH,4DAAY,CAAA;IAEZ;;;;OAIG;IACH,gFAAsB,CAAA;IAEtB;;;;OAIG;IACH,sEAAiB,CAAA;IAEjB;;OAEG;IACH,8DAAa,CAAA;IAEb;;;;OAIG;IACH,wDAAU,CAAA;IAEV;;OAEG;IACH,4EAAoB,CAAA;IAEpB;;OAEG;IACH,4DAAY,CAAA;IAEZ;;OAEG;IACH,wDAAU,CAAA;IAEV;;OAEG;IACH,kEAAe,CAAA;IAEf;;OAEG;IACH,0EAAmB,CAAA;IAEnB;;;;OAIG;IACH,8DAAa,CAAA;IAEb;;OAEG;IACH,gFAAsB,CAAA;IAEtB;;OAEG;IACH,kFAAuB,CAAA;IAEvB;;OAEG;IACH,oEAAgB,CAAA;IAEhB;;OAEG;IACH,gFAAsB,CAAA;IAEtB;;;;OAIG;IACH,4DAAY,CAAA;AACd,CAAC,EAlHW,eAAe,KAAf,eAAe,QAkH1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAwD,aAAa,CACzF,OAAO,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC"}
|