@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,257 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/authorization_config.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Visibility configuration for public access support.
|
|
9
|
+
* Controls whether this resource kind can be made publicly readable.
|
|
10
|
+
*
|
|
11
|
+
* When a resource is marked PUBLIC:
|
|
12
|
+
* - FGA creates a wildcard tuple: resource#viewer@identity_account:*
|
|
13
|
+
* - This grants viewer access to all authenticated users via FGA
|
|
14
|
+
* - Authorization remains pure FGA - no application-level fallbacks
|
|
15
|
+
*
|
|
16
|
+
* Open access resources (supports_public = true):
|
|
17
|
+
* agent, skill, workflow, mcp_server
|
|
18
|
+
*
|
|
19
|
+
* Restricted access resources (supports_public = false or not configured):
|
|
20
|
+
* session, environment, agent_instance, workflow_instance,
|
|
21
|
+
* agent_execution, workflow_execution
|
|
22
|
+
*
|
|
23
|
+
* @generated from message ai.stigmer.commons.apiresource.apiresourcekind.VisibilityConfig
|
|
24
|
+
*/
|
|
25
|
+
export type VisibilityConfig = Message<"ai.stigmer.commons.apiresource.apiresourcekind.VisibilityConfig"> & {
|
|
26
|
+
/**
|
|
27
|
+
* Whether this resource kind supports public visibility.
|
|
28
|
+
* - true: Resources can be marked PUBLIC, creating identity_account:* tuple
|
|
29
|
+
* - false: Resources are always org-restricted, PUBLIC visibility is rejected
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: bool supports_public = 1;
|
|
32
|
+
*/
|
|
33
|
+
supportsPublic: boolean;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.VisibilityConfig.
|
|
37
|
+
* Use `create(VisibilityConfigSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export declare const VisibilityConfigSchema: GenMessage<VisibilityConfig>;
|
|
40
|
+
/**
|
|
41
|
+
* Configuration for a parent relation link.
|
|
42
|
+
* Used for PARENT scope type and additional_parents.
|
|
43
|
+
*
|
|
44
|
+
* @generated from message ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig
|
|
45
|
+
*/
|
|
46
|
+
export type ParentRelationConfig = Message<"ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig"> & {
|
|
47
|
+
/**
|
|
48
|
+
* Parent resource kind name (e.g., "session", "agent", "workflow").
|
|
49
|
+
* Uses string instead of ApiResourceKind enum to avoid circular imports.
|
|
50
|
+
* Validated at runtime against known resource kinds.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: string kind = 1;
|
|
53
|
+
*/
|
|
54
|
+
kind: string;
|
|
55
|
+
/**
|
|
56
|
+
* Relation name in FGA model (e.g., "session", "agent", "workflow").
|
|
57
|
+
* This is the relation that will be used in the FGA tuple.
|
|
58
|
+
* FGA tuple: resource#<relation>@<kind>:<parent_id>
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: string relation = 2;
|
|
61
|
+
*/
|
|
62
|
+
relation: string;
|
|
63
|
+
/**
|
|
64
|
+
* Field name in the resource's spec message that contains the parent ID.
|
|
65
|
+
* The service extracts this field from resource.spec to resolve the parent ID.
|
|
66
|
+
* Example: "session_id" for agent_execution, "agent_id" for agent_instance.
|
|
67
|
+
* This eliminates hardcoded parent ID extraction logic in the service.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: string spec_field = 3;
|
|
70
|
+
*/
|
|
71
|
+
specField: string;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig.
|
|
75
|
+
* Use `create(ParentRelationConfigSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const ParentRelationConfigSchema: GenMessage<ParentRelationConfig>;
|
|
78
|
+
/**
|
|
79
|
+
* FGA authorization tuple configuration for a resource kind.
|
|
80
|
+
* Embedded in ApiResourceKindMeta to drive tuple creation at runtime.
|
|
81
|
+
*
|
|
82
|
+
* Example configurations:
|
|
83
|
+
*
|
|
84
|
+
* Standard org-scoped resource (agent, skill, workflow):
|
|
85
|
+
* scope_type: AUTHORIZATION_SCOPE_TYPE_ORGANIZATION
|
|
86
|
+
* owner_type: OWNER_ATTRIBUTION_TYPE_DIRECT
|
|
87
|
+
* -> Creates: resource#organization@organization:<org_id>
|
|
88
|
+
* -> Creates: resource#owner@identity_account:<creator_id>
|
|
89
|
+
*
|
|
90
|
+
* Platform-linked resource (organization):
|
|
91
|
+
* scope_type: AUTHORIZATION_SCOPE_TYPE_PLATFORM
|
|
92
|
+
* owner_type: OWNER_ATTRIBUTION_TYPE_DIRECT
|
|
93
|
+
* -> Creates: organization#platform@platform:stigmer
|
|
94
|
+
* -> Creates: organization#owner@identity_account:<creator_id>
|
|
95
|
+
*
|
|
96
|
+
* Parent-bound resource (agent_execution):
|
|
97
|
+
* scope_type: AUTHORIZATION_SCOPE_TYPE_PARENT
|
|
98
|
+
* owner_type: OWNER_ATTRIBUTION_TYPE_INHERITED
|
|
99
|
+
* parent: { kind: "session", relation: "session", spec_field: "session_id" }
|
|
100
|
+
* -> Creates: agent_execution#session@session:<session_id>
|
|
101
|
+
* -> No owner tuple (inherited from session)
|
|
102
|
+
*
|
|
103
|
+
* Resource with additional parent (agent_instance):
|
|
104
|
+
* scope_type: AUTHORIZATION_SCOPE_TYPE_ORGANIZATION
|
|
105
|
+
* owner_type: OWNER_ATTRIBUTION_TYPE_DIRECT
|
|
106
|
+
* additional_parents: [{ kind: "agent", relation: "agent", spec_field: "agent_id" }]
|
|
107
|
+
* -> Creates: agent_instance#organization@organization:<org_id>
|
|
108
|
+
* -> Creates: agent_instance#agent@agent:<agent_id>
|
|
109
|
+
* -> Creates: agent_instance#owner@identity_account:<creator_id>
|
|
110
|
+
*
|
|
111
|
+
* @generated from message ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationConfig
|
|
112
|
+
*/
|
|
113
|
+
export type AuthorizationConfig = Message<"ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationConfig"> & {
|
|
114
|
+
/**
|
|
115
|
+
* Primary scope type - determines main linkage for permission inheritance.
|
|
116
|
+
*
|
|
117
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationScopeType scope_type = 1;
|
|
118
|
+
*/
|
|
119
|
+
scopeType: AuthorizationScopeType;
|
|
120
|
+
/**
|
|
121
|
+
* Owner attribution type - how owner relation is handled.
|
|
122
|
+
*
|
|
123
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.OwnerAttributionType owner_type = 2;
|
|
124
|
+
*/
|
|
125
|
+
ownerType: OwnerAttributionType;
|
|
126
|
+
/**
|
|
127
|
+
* For PARENT scope: configuration of the parent resource link.
|
|
128
|
+
* Required when scope_type is AUTHORIZATION_SCOPE_TYPE_PARENT.
|
|
129
|
+
*
|
|
130
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig parent = 3;
|
|
131
|
+
*/
|
|
132
|
+
parent?: ParentRelationConfig;
|
|
133
|
+
/**
|
|
134
|
+
* Additional parent relations beyond the primary scope.
|
|
135
|
+
* Used for resources that need multiple parent links.
|
|
136
|
+
* Example: agent_instance needs org link AND agent link.
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: repeated ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig additional_parents = 4;
|
|
139
|
+
*/
|
|
140
|
+
additionalParents: ParentRelationConfig[];
|
|
141
|
+
/**
|
|
142
|
+
* Visibility configuration for public access.
|
|
143
|
+
* When configured with supports_public: true, resources can be made PUBLIC,
|
|
144
|
+
* which creates an identity_account:* wildcard tuple granting viewer access
|
|
145
|
+
* to all authenticated users via FGA.
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.VisibilityConfig visibility = 5;
|
|
148
|
+
*/
|
|
149
|
+
visibility?: VisibilityConfig;
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationConfig.
|
|
153
|
+
* Use `create(AuthorizationConfigSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export declare const AuthorizationConfigSchema: GenMessage<AuthorizationConfig>;
|
|
156
|
+
/**
|
|
157
|
+
* Primary scope linkage for FGA authorization.
|
|
158
|
+
* Determines what the resource links to for permission inheritance.
|
|
159
|
+
*
|
|
160
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationScopeType
|
|
161
|
+
*/
|
|
162
|
+
export declare enum AuthorizationScopeType {
|
|
163
|
+
/**
|
|
164
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_UNSPECIFIED = 0;
|
|
165
|
+
*/
|
|
166
|
+
UNSPECIFIED = 0,
|
|
167
|
+
/**
|
|
168
|
+
* Links to platform singleton.
|
|
169
|
+
* Used for: organization, identity_account
|
|
170
|
+
* FGA tuple: resource#platform@platform:stigmer
|
|
171
|
+
*
|
|
172
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_PLATFORM = 1;
|
|
173
|
+
*/
|
|
174
|
+
PLATFORM = 1,
|
|
175
|
+
/**
|
|
176
|
+
* Links to an organization.
|
|
177
|
+
* Used for: agent, skill, workflow, environment, session, mcp_server, etc.
|
|
178
|
+
* FGA tuple: resource#organization@organization:<org_id>
|
|
179
|
+
*
|
|
180
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_ORGANIZATION = 2;
|
|
181
|
+
*/
|
|
182
|
+
ORGANIZATION = 2,
|
|
183
|
+
/**
|
|
184
|
+
* Links to a parent resource.
|
|
185
|
+
* Used for: agent_execution (links to session)
|
|
186
|
+
* FGA tuple: resource#<relation>@<parent_kind>:<parent_id>
|
|
187
|
+
*
|
|
188
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_PARENT = 3;
|
|
189
|
+
*/
|
|
190
|
+
PARENT = 3,
|
|
191
|
+
/**
|
|
192
|
+
* Owner link only, no scope hierarchy.
|
|
193
|
+
* Used for: api_key (belongs to user, not org)
|
|
194
|
+
* FGA tuple: resource#owner@identity_account:<owner_id>
|
|
195
|
+
*
|
|
196
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_OWNER_ONLY = 4;
|
|
197
|
+
*/
|
|
198
|
+
OWNER_ONLY = 4,
|
|
199
|
+
/**
|
|
200
|
+
* No FGA tuples needed.
|
|
201
|
+
* Used for: platform (singleton), api_resource_version, execution_context
|
|
202
|
+
*
|
|
203
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_NONE = 5;
|
|
204
|
+
*/
|
|
205
|
+
NONE = 5
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationScopeType.
|
|
209
|
+
*/
|
|
210
|
+
export declare const AuthorizationScopeTypeSchema: GenEnum<AuthorizationScopeType>;
|
|
211
|
+
/**
|
|
212
|
+
* How owner attribution is handled for a resource.
|
|
213
|
+
* Determines whether/how the owner relation tuple is created.
|
|
214
|
+
*
|
|
215
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.OwnerAttributionType
|
|
216
|
+
*/
|
|
217
|
+
export declare enum OwnerAttributionType {
|
|
218
|
+
/**
|
|
219
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_UNSPECIFIED = 0;
|
|
220
|
+
*/
|
|
221
|
+
UNSPECIFIED = 0,
|
|
222
|
+
/**
|
|
223
|
+
* Creator becomes owner via direct tuple.
|
|
224
|
+
* Used for: most resources where creator should have edit/delete rights
|
|
225
|
+
* FGA tuple: resource#owner@identity_account:<creator_id>
|
|
226
|
+
*
|
|
227
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_DIRECT = 1;
|
|
228
|
+
*/
|
|
229
|
+
DIRECT = 1,
|
|
230
|
+
/**
|
|
231
|
+
* Owner is computed from parent - no tuple created.
|
|
232
|
+
* Used for: agent_execution (inherits owner from session)
|
|
233
|
+
* FGA: owner relation derived via "owner from session"
|
|
234
|
+
*
|
|
235
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_INHERITED = 2;
|
|
236
|
+
*/
|
|
237
|
+
INHERITED = 2,
|
|
238
|
+
/**
|
|
239
|
+
* Self-ownership - resource owns itself.
|
|
240
|
+
* Used for: identity_account (user owns their own account)
|
|
241
|
+
* FGA tuple: identity_account:<id>#owner@identity_account:<id>
|
|
242
|
+
*
|
|
243
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_SELF = 3;
|
|
244
|
+
*/
|
|
245
|
+
SELF = 3,
|
|
246
|
+
/**
|
|
247
|
+
* No owner attribution.
|
|
248
|
+
* Used for: platform (singleton), internal resources
|
|
249
|
+
*
|
|
250
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_NONE = 4;
|
|
251
|
+
*/
|
|
252
|
+
NONE = 4
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.OwnerAttributionType.
|
|
256
|
+
*/
|
|
257
|
+
export declare const OwnerAttributionTypeSchema: GenEnum<OwnerAttributionType>;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/commons/apiresource/apiresourcekind/authorization_config.proto (package ai.stigmer.commons.apiresource.apiresourcekind, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/authorization_config.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config = /*@__PURE__*/ fileDesc("CklhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvYXBpcmVzb3VyY2VraW5kL2F1dGhvcml6YXRpb25fY29uZmlnLnByb3RvEi5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kIisKEFZpc2liaWxpdHlDb25maWcSFwoPc3VwcG9ydHNfcHVibGljGAEgASgIIkoKFFBhcmVudFJlbGF0aW9uQ29uZmlnEgwKBGtpbmQYASABKAkSEAoIcmVsYXRpb24YAiABKAkSEgoKc3BlY19maWVsZBgDIAEoCSLZAwoTQXV0aG9yaXphdGlvbkNvbmZpZxJaCgpzY29wZV90eXBlGAEgASgOMkYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BdXRob3JpemF0aW9uU2NvcGVUeXBlElgKCm93bmVyX3R5cGUYAiABKA4yRC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kLk93bmVyQXR0cmlidXRpb25UeXBlElQKBnBhcmVudBgDIAEoCzJELmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5hcGlyZXNvdXJjZWtpbmQuUGFyZW50UmVsYXRpb25Db25maWcSYAoSYWRkaXRpb25hbF9wYXJlbnRzGAQgAygLMkQuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5QYXJlbnRSZWxhdGlvbkNvbmZpZxJUCgp2aXNpYmlsaXR5GAUgASgLMkAuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5WaXNpYmlsaXR5Q29uZmlnKoUCChZBdXRob3JpemF0aW9uU2NvcGVUeXBlEigKJEFVVEhPUklaQVRJT05fU0NPUEVfVFlQRV9VTlNQRUNJRklFRBAAEiUKIUFVVEhPUklaQVRJT05fU0NPUEVfVFlQRV9QTEFURk9STRABEikKJUFVVEhPUklaQVRJT05fU0NPUEVfVFlQRV9PUkdBTklaQVRJT04QAhIjCh9BVVRIT1JJWkFUSU9OX1NDT1BFX1RZUEVfUEFSRU5UEAMSJwojQVVUSE9SSVpBVElPTl9TQ09QRV9UWVBFX09XTkVSX09OTFkQBBIhCh1BVVRIT1JJWkFUSU9OX1NDT1BFX1RZUEVfTk9ORRAFKskBChRPd25lckF0dHJpYnV0aW9uVHlwZRImCiJPV05FUl9BVFRSSUJVVElPTl9UWVBFX1VOU1BFQ0lGSUVEEAASIQodT1dORVJfQVRUUklCVVRJT05fVFlQRV9ESVJFQ1QQARIkCiBPV05FUl9BVFRSSUJVVElPTl9UWVBFX0lOSEVSSVRFRBACEh8KG09XTkVSX0FUVFJJQlVUSU9OX1RZUEVfU0VMRhADEh8KG09XTkVSX0FUVFJJQlVUSU9OX1RZUEVfTk9ORRAEQhpCGEF1dGhvcml6YXRpb25Db25maWdQcm90b2IGcHJvdG8z");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.VisibilityConfig.
|
|
11
|
+
* Use `create(VisibilityConfigSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const VisibilityConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, 0);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ParentRelationConfig.
|
|
16
|
+
* Use `create(ParentRelationConfigSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ParentRelationConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, 1);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationConfig.
|
|
21
|
+
* Use `create(AuthorizationConfigSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AuthorizationConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, 2);
|
|
24
|
+
/**
|
|
25
|
+
* Primary scope linkage for FGA authorization.
|
|
26
|
+
* Determines what the resource links to for permission inheritance.
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationScopeType
|
|
29
|
+
*/
|
|
30
|
+
export var AuthorizationScopeType;
|
|
31
|
+
(function (AuthorizationScopeType) {
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_UNSPECIFIED = 0;
|
|
34
|
+
*/
|
|
35
|
+
AuthorizationScopeType[AuthorizationScopeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
36
|
+
/**
|
|
37
|
+
* Links to platform singleton.
|
|
38
|
+
* Used for: organization, identity_account
|
|
39
|
+
* FGA tuple: resource#platform@platform:stigmer
|
|
40
|
+
*
|
|
41
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_PLATFORM = 1;
|
|
42
|
+
*/
|
|
43
|
+
AuthorizationScopeType[AuthorizationScopeType["PLATFORM"] = 1] = "PLATFORM";
|
|
44
|
+
/**
|
|
45
|
+
* Links to an organization.
|
|
46
|
+
* Used for: agent, skill, workflow, environment, session, mcp_server, etc.
|
|
47
|
+
* FGA tuple: resource#organization@organization:<org_id>
|
|
48
|
+
*
|
|
49
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_ORGANIZATION = 2;
|
|
50
|
+
*/
|
|
51
|
+
AuthorizationScopeType[AuthorizationScopeType["ORGANIZATION"] = 2] = "ORGANIZATION";
|
|
52
|
+
/**
|
|
53
|
+
* Links to a parent resource.
|
|
54
|
+
* Used for: agent_execution (links to session)
|
|
55
|
+
* FGA tuple: resource#<relation>@<parent_kind>:<parent_id>
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_PARENT = 3;
|
|
58
|
+
*/
|
|
59
|
+
AuthorizationScopeType[AuthorizationScopeType["PARENT"] = 3] = "PARENT";
|
|
60
|
+
/**
|
|
61
|
+
* Owner link only, no scope hierarchy.
|
|
62
|
+
* Used for: api_key (belongs to user, not org)
|
|
63
|
+
* FGA tuple: resource#owner@identity_account:<owner_id>
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_OWNER_ONLY = 4;
|
|
66
|
+
*/
|
|
67
|
+
AuthorizationScopeType[AuthorizationScopeType["OWNER_ONLY"] = 4] = "OWNER_ONLY";
|
|
68
|
+
/**
|
|
69
|
+
* No FGA tuples needed.
|
|
70
|
+
* Used for: platform (singleton), api_resource_version, execution_context
|
|
71
|
+
*
|
|
72
|
+
* @generated from enum value: AUTHORIZATION_SCOPE_TYPE_NONE = 5;
|
|
73
|
+
*/
|
|
74
|
+
AuthorizationScopeType[AuthorizationScopeType["NONE"] = 5] = "NONE";
|
|
75
|
+
})(AuthorizationScopeType || (AuthorizationScopeType = {}));
|
|
76
|
+
/**
|
|
77
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.AuthorizationScopeType.
|
|
78
|
+
*/
|
|
79
|
+
export const AuthorizationScopeTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, 0);
|
|
80
|
+
/**
|
|
81
|
+
* How owner attribution is handled for a resource.
|
|
82
|
+
* Determines whether/how the owner relation tuple is created.
|
|
83
|
+
*
|
|
84
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.OwnerAttributionType
|
|
85
|
+
*/
|
|
86
|
+
export var OwnerAttributionType;
|
|
87
|
+
(function (OwnerAttributionType) {
|
|
88
|
+
/**
|
|
89
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_UNSPECIFIED = 0;
|
|
90
|
+
*/
|
|
91
|
+
OwnerAttributionType[OwnerAttributionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
92
|
+
/**
|
|
93
|
+
* Creator becomes owner via direct tuple.
|
|
94
|
+
* Used for: most resources where creator should have edit/delete rights
|
|
95
|
+
* FGA tuple: resource#owner@identity_account:<creator_id>
|
|
96
|
+
*
|
|
97
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_DIRECT = 1;
|
|
98
|
+
*/
|
|
99
|
+
OwnerAttributionType[OwnerAttributionType["DIRECT"] = 1] = "DIRECT";
|
|
100
|
+
/**
|
|
101
|
+
* Owner is computed from parent - no tuple created.
|
|
102
|
+
* Used for: agent_execution (inherits owner from session)
|
|
103
|
+
* FGA: owner relation derived via "owner from session"
|
|
104
|
+
*
|
|
105
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_INHERITED = 2;
|
|
106
|
+
*/
|
|
107
|
+
OwnerAttributionType[OwnerAttributionType["INHERITED"] = 2] = "INHERITED";
|
|
108
|
+
/**
|
|
109
|
+
* Self-ownership - resource owns itself.
|
|
110
|
+
* Used for: identity_account (user owns their own account)
|
|
111
|
+
* FGA tuple: identity_account:<id>#owner@identity_account:<id>
|
|
112
|
+
*
|
|
113
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_SELF = 3;
|
|
114
|
+
*/
|
|
115
|
+
OwnerAttributionType[OwnerAttributionType["SELF"] = 3] = "SELF";
|
|
116
|
+
/**
|
|
117
|
+
* No owner attribution.
|
|
118
|
+
* Used for: platform (singleton), internal resources
|
|
119
|
+
*
|
|
120
|
+
* @generated from enum value: OWNER_ATTRIBUTION_TYPE_NONE = 4;
|
|
121
|
+
*/
|
|
122
|
+
OwnerAttributionType[OwnerAttributionType["NONE"] = 4] = "NONE";
|
|
123
|
+
})(OwnerAttributionType || (OwnerAttributionType = {}));
|
|
124
|
+
/**
|
|
125
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.OwnerAttributionType.
|
|
126
|
+
*/
|
|
127
|
+
export const OwnerAttributionTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, 1);
|
|
128
|
+
//# sourceMappingURL=authorization_config_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authorization_config_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yKAAyK;AACzK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG/E;;GAEG;AACH,MAAM,CAAC,MAAM,wEAAwE,GAAY,aAAa,CAC5G,QAAQ,CAAC,kmDAAkmD,CAAC,CAAC;AA+B/mD;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,wEAAwE,EAAE,CAAC,CAAC,CAAC;AAsC3F;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,wEAAwE,EAAE,CAAC,CAAC,CAAC;AAgF3F;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,wEAAwE,EAAE,CAAC,CAAC,CAAC;AAE3F;;;;;GAKG;AACH,MAAM,CAAN,IAAY,sBAiDX;AAjDD,WAAY,sBAAsB;IAChC;;OAEG;IACH,iFAAe,CAAA;IAEf;;;;;;OAMG;IACH,2EAAY,CAAA;IAEZ;;;;;;OAMG;IACH,mFAAgB,CAAA;IAEhB;;;;;;OAMG;IACH,uEAAU,CAAA;IAEV;;;;;;OAMG;IACH,+EAAc,CAAA;IAEd;;;;;OAKG;IACH,mEAAQ,CAAA;AACV,CAAC,EAjDW,sBAAsB,KAAtB,sBAAsB,QAiDjC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAoC,aAAa,CACxF,QAAQ,CAAC,wEAAwE,EAAE,CAAC,CAAC,CAAC;AAExF;;;;;GAKG;AACH,MAAM,CAAN,IAAY,oBAwCX;AAxCD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,6EAAe,CAAA;IAEf;;;;;;OAMG;IACH,mEAAU,CAAA;IAEV;;;;;;OAMG;IACH,yEAAa,CAAA;IAEb;;;;;;OAMG;IACH,+DAAQ,CAAA;IAER;;;;;OAKG;IACH,+DAAQ,CAAA;AACV,CAAC,EAxCW,oBAAoB,KAApB,oBAAoB,QAwC/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wEAAwE,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file ai/stigmer/commons/apiresource/enum.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_ai_stigmer_commons_apiresource_enum: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* enumeration of the union of all event types used across all the api resources.
|
|
8
|
+
* this is used for specifying the event type produced by rpc methods in command controllers.
|
|
9
|
+
* using different enum for these event types while specifying in rpc methods and individual api resource would
|
|
10
|
+
* work because the events are eventually converted to strings during message passing.
|
|
11
|
+
*
|
|
12
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
|
|
13
|
+
*/
|
|
14
|
+
export declare enum ApiResourceEventType {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from enum value: unspecified = 0;
|
|
17
|
+
*/
|
|
18
|
+
unspecified = 0,
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: created = 1;
|
|
21
|
+
*/
|
|
22
|
+
created = 1,
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: updated = 2;
|
|
25
|
+
*/
|
|
26
|
+
updated = 2,
|
|
27
|
+
/**
|
|
28
|
+
* @generated from enum value: deleted = 3;
|
|
29
|
+
*/
|
|
30
|
+
deleted = 3,
|
|
31
|
+
/**
|
|
32
|
+
* @generated from enum value: renamed = 4;
|
|
33
|
+
*/
|
|
34
|
+
renamed = 4,
|
|
35
|
+
/**
|
|
36
|
+
* this is only applicable for cloud-resources
|
|
37
|
+
*
|
|
38
|
+
* @generated from enum value: stack_outputs_updated = 5;
|
|
39
|
+
*/
|
|
40
|
+
stack_outputs_updated = 5
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceEventType.
|
|
44
|
+
*/
|
|
45
|
+
export declare const ApiResourceEventTypeSchema: GenEnum<ApiResourceEventType>;
|
|
46
|
+
/**
|
|
47
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
|
|
48
|
+
*/
|
|
49
|
+
export declare enum ApiResourceStateOperationType {
|
|
50
|
+
/**
|
|
51
|
+
* @generated from enum value: api_resource_state_operation_type_unspecified = 0;
|
|
52
|
+
*/
|
|
53
|
+
api_resource_state_operation_type_unspecified = 0,
|
|
54
|
+
/**
|
|
55
|
+
* @generated from enum value: create = 1;
|
|
56
|
+
*/
|
|
57
|
+
create = 1,
|
|
58
|
+
/**
|
|
59
|
+
* @generated from enum value: update = 2;
|
|
60
|
+
*/
|
|
61
|
+
update = 2,
|
|
62
|
+
/**
|
|
63
|
+
* @generated from enum value: delete = 3;
|
|
64
|
+
*/
|
|
65
|
+
delete = 3,
|
|
66
|
+
/**
|
|
67
|
+
* @generated from enum value: read = 4;
|
|
68
|
+
*/
|
|
69
|
+
read = 4,
|
|
70
|
+
/**
|
|
71
|
+
* @generated from enum value: stream = 5;
|
|
72
|
+
*/
|
|
73
|
+
stream = 5
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType.
|
|
77
|
+
*/
|
|
78
|
+
export declare const ApiResourceStateOperationTypeSchema: GenEnum<ApiResourceStateOperationType>;
|
|
79
|
+
/**
|
|
80
|
+
* Visibility controls who can access an API resource.
|
|
81
|
+
* This is orthogonal to ownership - visibility is about access control,
|
|
82
|
+
* while ownership (org) determines who manages the resource.
|
|
83
|
+
*
|
|
84
|
+
* Key distinction:
|
|
85
|
+
* - Ownership: Which organization controls/manages the resource
|
|
86
|
+
* - Visibility: Who can access/use the resource
|
|
87
|
+
*
|
|
88
|
+
* All resources belong to an organization. Visibility determines whether
|
|
89
|
+
* users outside that organization can access the resource.
|
|
90
|
+
*
|
|
91
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceVisibility
|
|
92
|
+
*/
|
|
93
|
+
export declare enum ApiResourceVisibility {
|
|
94
|
+
/**
|
|
95
|
+
* Default/unspecified - backend infers from context.
|
|
96
|
+
* For new resources: defaults to visibility_private.
|
|
97
|
+
*
|
|
98
|
+
* @generated from enum value: api_resource_visibility_unspecified = 0;
|
|
99
|
+
*/
|
|
100
|
+
api_resource_visibility_unspecified = 0,
|
|
101
|
+
/**
|
|
102
|
+
* Only members of the owning organization can access.
|
|
103
|
+
* This is the default for most resources.
|
|
104
|
+
* Named visibility_private to avoid Java reserved keyword conflict.
|
|
105
|
+
*
|
|
106
|
+
* @generated from enum value: visibility_private = 1;
|
|
107
|
+
*/
|
|
108
|
+
visibility_private = 1,
|
|
109
|
+
/**
|
|
110
|
+
* Anyone can access (read) this resource.
|
|
111
|
+
* Used for marketplace-published resources (e.g., "stigmer/web-search").
|
|
112
|
+
* Write access still requires org membership.
|
|
113
|
+
* Named visibility_public to avoid Java reserved keyword conflict.
|
|
114
|
+
*
|
|
115
|
+
* @generated from enum value: visibility_public = 2;
|
|
116
|
+
*/
|
|
117
|
+
visibility_public = 2
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceVisibility.
|
|
121
|
+
*/
|
|
122
|
+
export declare const ApiResourceVisibilitySchema: GenEnum<ApiResourceVisibility>;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/commons/apiresource/enum.proto (package ai.stigmer.commons.apiresource, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/commons/apiresource/enum.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_commons_apiresource_enum = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvZW51bS5wcm90bxIeYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlKnYKFEFwaVJlc291cmNlRXZlbnRUeXBlEg8KC3Vuc3BlY2lmaWVkEAASCwoHY3JlYXRlZBABEgsKB3VwZGF0ZWQQAhILCgdkZWxldGVkEAMSCwoHcmVuYW1lZBAEEhkKFXN0YWNrX291dHB1dHNfdXBkYXRlZBAFKowBCh1BcGlSZXNvdXJjZVN0YXRlT3BlcmF0aW9uVHlwZRIxCi1hcGlfcmVzb3VyY2Vfc3RhdGVfb3BlcmF0aW9uX3R5cGVfdW5zcGVjaWZpZWQQABIKCgZjcmVhdGUQARIKCgZ1cGRhdGUQAhIKCgZkZWxldGUQAxIICgRyZWFkEAQSCgoGc3RyZWFtEAUqbwoVQXBpUmVzb3VyY2VWaXNpYmlsaXR5EicKI2FwaV9yZXNvdXJjZV92aXNpYmlsaXR5X3Vuc3BlY2lmaWVkEAASFgoSdmlzaWJpbGl0eV9wcml2YXRlEAESFQoRdmlzaWJpbGl0eV9wdWJsaWMQAmIGcHJvdG8z");
|
|
9
|
+
/**
|
|
10
|
+
* enumeration of the union of all event types used across all the api resources.
|
|
11
|
+
* this is used for specifying the event type produced by rpc methods in command controllers.
|
|
12
|
+
* using different enum for these event types while specifying in rpc methods and individual api resource would
|
|
13
|
+
* work because the events are eventually converted to strings during message passing.
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
|
|
16
|
+
*/
|
|
17
|
+
export var ApiResourceEventType;
|
|
18
|
+
(function (ApiResourceEventType) {
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: unspecified = 0;
|
|
21
|
+
*/
|
|
22
|
+
ApiResourceEventType[ApiResourceEventType["unspecified"] = 0] = "unspecified";
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: created = 1;
|
|
25
|
+
*/
|
|
26
|
+
ApiResourceEventType[ApiResourceEventType["created"] = 1] = "created";
|
|
27
|
+
/**
|
|
28
|
+
* @generated from enum value: updated = 2;
|
|
29
|
+
*/
|
|
30
|
+
ApiResourceEventType[ApiResourceEventType["updated"] = 2] = "updated";
|
|
31
|
+
/**
|
|
32
|
+
* @generated from enum value: deleted = 3;
|
|
33
|
+
*/
|
|
34
|
+
ApiResourceEventType[ApiResourceEventType["deleted"] = 3] = "deleted";
|
|
35
|
+
/**
|
|
36
|
+
* @generated from enum value: renamed = 4;
|
|
37
|
+
*/
|
|
38
|
+
ApiResourceEventType[ApiResourceEventType["renamed"] = 4] = "renamed";
|
|
39
|
+
/**
|
|
40
|
+
* this is only applicable for cloud-resources
|
|
41
|
+
*
|
|
42
|
+
* @generated from enum value: stack_outputs_updated = 5;
|
|
43
|
+
*/
|
|
44
|
+
ApiResourceEventType[ApiResourceEventType["stack_outputs_updated"] = 5] = "stack_outputs_updated";
|
|
45
|
+
})(ApiResourceEventType || (ApiResourceEventType = {}));
|
|
46
|
+
/**
|
|
47
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceEventType.
|
|
48
|
+
*/
|
|
49
|
+
export const ApiResourceEventTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_enum, 0);
|
|
50
|
+
/**
|
|
51
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
|
|
52
|
+
*/
|
|
53
|
+
export var ApiResourceStateOperationType;
|
|
54
|
+
(function (ApiResourceStateOperationType) {
|
|
55
|
+
/**
|
|
56
|
+
* @generated from enum value: api_resource_state_operation_type_unspecified = 0;
|
|
57
|
+
*/
|
|
58
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["api_resource_state_operation_type_unspecified"] = 0] = "api_resource_state_operation_type_unspecified";
|
|
59
|
+
/**
|
|
60
|
+
* @generated from enum value: create = 1;
|
|
61
|
+
*/
|
|
62
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["create"] = 1] = "create";
|
|
63
|
+
/**
|
|
64
|
+
* @generated from enum value: update = 2;
|
|
65
|
+
*/
|
|
66
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["update"] = 2] = "update";
|
|
67
|
+
/**
|
|
68
|
+
* @generated from enum value: delete = 3;
|
|
69
|
+
*/
|
|
70
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["delete"] = 3] = "delete";
|
|
71
|
+
/**
|
|
72
|
+
* @generated from enum value: read = 4;
|
|
73
|
+
*/
|
|
74
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["read"] = 4] = "read";
|
|
75
|
+
/**
|
|
76
|
+
* @generated from enum value: stream = 5;
|
|
77
|
+
*/
|
|
78
|
+
ApiResourceStateOperationType[ApiResourceStateOperationType["stream"] = 5] = "stream";
|
|
79
|
+
})(ApiResourceStateOperationType || (ApiResourceStateOperationType = {}));
|
|
80
|
+
/**
|
|
81
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType.
|
|
82
|
+
*/
|
|
83
|
+
export const ApiResourceStateOperationTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_enum, 1);
|
|
84
|
+
/**
|
|
85
|
+
* Visibility controls who can access an API resource.
|
|
86
|
+
* This is orthogonal to ownership - visibility is about access control,
|
|
87
|
+
* while ownership (org) determines who manages the resource.
|
|
88
|
+
*
|
|
89
|
+
* Key distinction:
|
|
90
|
+
* - Ownership: Which organization controls/manages the resource
|
|
91
|
+
* - Visibility: Who can access/use the resource
|
|
92
|
+
*
|
|
93
|
+
* All resources belong to an organization. Visibility determines whether
|
|
94
|
+
* users outside that organization can access the resource.
|
|
95
|
+
*
|
|
96
|
+
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceVisibility
|
|
97
|
+
*/
|
|
98
|
+
export var ApiResourceVisibility;
|
|
99
|
+
(function (ApiResourceVisibility) {
|
|
100
|
+
/**
|
|
101
|
+
* Default/unspecified - backend infers from context.
|
|
102
|
+
* For new resources: defaults to visibility_private.
|
|
103
|
+
*
|
|
104
|
+
* @generated from enum value: api_resource_visibility_unspecified = 0;
|
|
105
|
+
*/
|
|
106
|
+
ApiResourceVisibility[ApiResourceVisibility["api_resource_visibility_unspecified"] = 0] = "api_resource_visibility_unspecified";
|
|
107
|
+
/**
|
|
108
|
+
* Only members of the owning organization can access.
|
|
109
|
+
* This is the default for most resources.
|
|
110
|
+
* Named visibility_private to avoid Java reserved keyword conflict.
|
|
111
|
+
*
|
|
112
|
+
* @generated from enum value: visibility_private = 1;
|
|
113
|
+
*/
|
|
114
|
+
ApiResourceVisibility[ApiResourceVisibility["visibility_private"] = 1] = "visibility_private";
|
|
115
|
+
/**
|
|
116
|
+
* Anyone can access (read) this resource.
|
|
117
|
+
* Used for marketplace-published resources (e.g., "stigmer/web-search").
|
|
118
|
+
* Write access still requires org membership.
|
|
119
|
+
* Named visibility_public to avoid Java reserved keyword conflict.
|
|
120
|
+
*
|
|
121
|
+
* @generated from enum value: visibility_public = 2;
|
|
122
|
+
*/
|
|
123
|
+
ApiResourceVisibility[ApiResourceVisibility["visibility_public"] = 2] = "visibility_public";
|
|
124
|
+
})(ApiResourceVisibility || (ApiResourceVisibility = {}));
|
|
125
|
+
/**
|
|
126
|
+
* Describes the enum ai.stigmer.commons.apiresource.ApiResourceVisibility.
|
|
127
|
+
*/
|
|
128
|
+
export const ApiResourceVisibilitySchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_enum, 2);
|
|
129
|
+
//# sourceMappingURL=enum_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AAEnnB;;;;;;;GAOG;AACH,MAAM,CAAN,IAAY,oBAgCX;AAhCD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,6EAAe,CAAA;IAEf;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EAhCW,oBAAoB,KAApB,oBAAoB,QAgC/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,CAAN,IAAY,6BA8BX;AA9BD,WAAY,6BAA6B;IACvC;;OAEG;IACH,mKAAiD,CAAA;IAEjD;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,iFAAQ,CAAA;IAER;;OAEG;IACH,qFAAU,CAAA;AACZ,CAAC,EA9BW,6BAA6B,KAA7B,6BAA6B,QA8BxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAN,IAAY,qBA2BX;AA3BD,WAAY,qBAAqB;IAC/B;;;;;OAKG;IACH,+HAAuC,CAAA;IAEvC;;;;;;OAMG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;OAOG;IACH,2FAAqB,CAAA;AACvB,CAAC,EA3BW,qBAAqB,KAArB,qBAAqB,QA2BhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|