@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,148 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflowinstance/v1/query.proto (package ai.stigmer.agentic.workflowinstance.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
|
|
8
|
+
*
|
|
9
|
+
* This service provides all query operations following the Command-Query Separation pattern.
|
|
10
|
+
* All RPCs that read state without modifying it go through this controller.
|
|
11
|
+
*
|
|
12
|
+
* Authorization:
|
|
13
|
+
* - get: Requires get permission on the specific instance
|
|
14
|
+
* - getByWorkflow: Authorization handled in handler via FGA query (returns filtered instances)
|
|
15
|
+
* - getByReference: Custom authorization (supports flexible reference lookup)
|
|
16
|
+
*
|
|
17
|
+
* All operations respect owner scope visibility rules (users see only their org/identity resources).
|
|
18
|
+
*
|
|
19
|
+
* @generated from service ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController
|
|
20
|
+
*/
|
|
21
|
+
export const WorkflowInstanceQueryController = {
|
|
22
|
+
typeName: "ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController",
|
|
23
|
+
methods: {
|
|
24
|
+
/**
|
|
25
|
+
* Get a single workflow instance by ID.
|
|
26
|
+
*
|
|
27
|
+
* Retrieves a specific WorkflowInstance using its unique resource identifier.
|
|
28
|
+
*
|
|
29
|
+
* Input:
|
|
30
|
+
* WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
|
|
31
|
+
*
|
|
32
|
+
* Returns:
|
|
33
|
+
* Complete WorkflowInstance resource with:
|
|
34
|
+
* - api_version, kind, metadata
|
|
35
|
+
* - spec (workflow_id, description, env_refs)
|
|
36
|
+
* - status (audit information: created_at, updated_at, version)
|
|
37
|
+
*
|
|
38
|
+
* Authorization:
|
|
39
|
+
* Requires "get" permission on the specific WorkflowInstance.
|
|
40
|
+
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
41
|
+
* Verifies user has access based on:
|
|
42
|
+
* - Instance owner scope (organization or identity_account)
|
|
43
|
+
* - User's IAM policies
|
|
44
|
+
*
|
|
45
|
+
* Use Cases:
|
|
46
|
+
* - Retrieve instance configuration before executing
|
|
47
|
+
* - View instance details in UI
|
|
48
|
+
* - Fetch instance for editing/updating
|
|
49
|
+
*
|
|
50
|
+
* Error: PERMISSION_DENIED if user lacks get permission
|
|
51
|
+
* Error: NOT_FOUND if instance ID doesn't exist
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.get
|
|
54
|
+
*/
|
|
55
|
+
get: {
|
|
56
|
+
name: "get",
|
|
57
|
+
I: WorkflowInstanceId,
|
|
58
|
+
O: WorkflowInstance,
|
|
59
|
+
kind: MethodKind.Unary,
|
|
60
|
+
},
|
|
61
|
+
/**
|
|
62
|
+
* Get all instances of a specific workflow template.
|
|
63
|
+
*
|
|
64
|
+
* Retrieves all WorkflowInstance resources that reference a specific Workflow template.
|
|
65
|
+
* Useful for discovering all configured deployments of a workflow.
|
|
66
|
+
*
|
|
67
|
+
* Example Use Case:
|
|
68
|
+
* Workflow "deploy-to-cloud" (wfl-123) has instances:
|
|
69
|
+
* - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
|
|
70
|
+
* - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
|
|
71
|
+
* - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
|
|
72
|
+
*
|
|
73
|
+
* Input:
|
|
74
|
+
* GetWorkflowInstancesByWorkflowRequest with:
|
|
75
|
+
* - workflow_id: Workflow template ID to filter by
|
|
76
|
+
* - page_info: Pagination settings (page_size, page_token)
|
|
77
|
+
*
|
|
78
|
+
* Returns:
|
|
79
|
+
* WorkflowInstanceList with:
|
|
80
|
+
* - total_pages: Total number of pages available
|
|
81
|
+
* - entries: Array of WorkflowInstance resources in current page
|
|
82
|
+
*
|
|
83
|
+
* Authorization:
|
|
84
|
+
* Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
|
|
85
|
+
* then filtered by workflow_id. This ensures users only see instances they have access to,
|
|
86
|
+
* even if the parent workflow is shared across organizations.
|
|
87
|
+
*
|
|
88
|
+
* Filtering:
|
|
89
|
+
* Results are filtered by:
|
|
90
|
+
* - User's organization/identity visibility
|
|
91
|
+
* - IAM policies
|
|
92
|
+
* - Owner scope rules
|
|
93
|
+
*
|
|
94
|
+
* Error: PERMISSION_DENIED if user lacks access to the workflow
|
|
95
|
+
* Error: NOT_FOUND if workflow_id doesn't exist
|
|
96
|
+
*
|
|
97
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.getByWorkflow
|
|
98
|
+
*/
|
|
99
|
+
getByWorkflow: {
|
|
100
|
+
name: "getByWorkflow",
|
|
101
|
+
I: GetWorkflowInstancesByWorkflowRequest,
|
|
102
|
+
O: WorkflowInstanceList,
|
|
103
|
+
kind: MethodKind.Unary,
|
|
104
|
+
},
|
|
105
|
+
/**
|
|
106
|
+
* Get a workflow instance by flexible reference (ID or slug).
|
|
107
|
+
*
|
|
108
|
+
* Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
|
|
109
|
+
* - By ID: {id: "wfi-abc123"}
|
|
110
|
+
* - By slug: {slug: "prod-deploy"}
|
|
111
|
+
* - By name: {name: "Production Deploy"}
|
|
112
|
+
*
|
|
113
|
+
* Input:
|
|
114
|
+
* ApiResourceReference with one of: id, slug, or name
|
|
115
|
+
*
|
|
116
|
+
* Returns:
|
|
117
|
+
* Complete WorkflowInstance resource matching the reference.
|
|
118
|
+
*
|
|
119
|
+
* Authorization:
|
|
120
|
+
* Uses custom authorization logic in the handler.
|
|
121
|
+
* Allows for flexible authorization based on reference type and context.
|
|
122
|
+
* Typical checks:
|
|
123
|
+
* - User has get permission on the resolved instance
|
|
124
|
+
* - Instance owner scope matches user's organization/identity
|
|
125
|
+
*
|
|
126
|
+
* Use Cases:
|
|
127
|
+
* - User-friendly lookups by slug instead of opaque IDs
|
|
128
|
+
* - CLI commands using human-readable names
|
|
129
|
+
* - API integrations using stable slugs
|
|
130
|
+
*
|
|
131
|
+
* Example:
|
|
132
|
+
* Input: ApiResourceReference{slug: "prod-deploy"}
|
|
133
|
+
* Output: WorkflowInstance with metadata.slug = "prod-deploy"
|
|
134
|
+
*
|
|
135
|
+
* Error: PERMISSION_DENIED if user lacks access
|
|
136
|
+
* Error: NOT_FOUND if reference doesn't resolve to an instance
|
|
137
|
+
*
|
|
138
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.getByReference
|
|
139
|
+
*/
|
|
140
|
+
getByReference: {
|
|
141
|
+
name: "getByReference",
|
|
142
|
+
I: ApiResourceReference,
|
|
143
|
+
O: WorkflowInstance,
|
|
144
|
+
kind: MethodKind.Unary,
|
|
145
|
+
},
|
|
146
|
+
}
|
|
147
|
+
};
|
|
148
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0IAA0I;AAC1I,oBAAoB;AACpB,cAAc;AAMd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,wEAAwE;IAClF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA8BG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAqCG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowInstanceSchema } from "./api_pb";
|
|
3
|
+
import type { GetWorkflowInstancesByWorkflowRequestSchema, WorkflowInstanceIdSchema, WorkflowInstanceListSchema } from "./io_pb";
|
|
4
|
+
import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflowinstance/v1/query.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_workflowinstance_v1_query: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
|
|
11
|
+
*
|
|
12
|
+
* This service provides all query operations following the Command-Query Separation pattern.
|
|
13
|
+
* All RPCs that read state without modifying it go through this controller.
|
|
14
|
+
*
|
|
15
|
+
* Authorization:
|
|
16
|
+
* - get: Requires get permission on the specific instance
|
|
17
|
+
* - getByWorkflow: Authorization handled in handler via FGA query (returns filtered instances)
|
|
18
|
+
* - getByReference: Custom authorization (supports flexible reference lookup)
|
|
19
|
+
*
|
|
20
|
+
* All operations respect owner scope visibility rules (users see only their org/identity resources).
|
|
21
|
+
*
|
|
22
|
+
* @generated from service ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController
|
|
23
|
+
*/
|
|
24
|
+
export declare const WorkflowInstanceQueryController: GenService<{
|
|
25
|
+
/**
|
|
26
|
+
* Get a single workflow instance by ID.
|
|
27
|
+
*
|
|
28
|
+
* Retrieves a specific WorkflowInstance using its unique resource identifier.
|
|
29
|
+
*
|
|
30
|
+
* Input:
|
|
31
|
+
* WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
|
|
32
|
+
*
|
|
33
|
+
* Returns:
|
|
34
|
+
* Complete WorkflowInstance resource with:
|
|
35
|
+
* - api_version, kind, metadata
|
|
36
|
+
* - spec (workflow_id, description, env_refs)
|
|
37
|
+
* - status (audit information: created_at, updated_at, version)
|
|
38
|
+
*
|
|
39
|
+
* Authorization:
|
|
40
|
+
* Requires "get" permission on the specific WorkflowInstance.
|
|
41
|
+
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
42
|
+
* Verifies user has access based on:
|
|
43
|
+
* - Instance owner scope (organization or identity_account)
|
|
44
|
+
* - User's IAM policies
|
|
45
|
+
*
|
|
46
|
+
* Use Cases:
|
|
47
|
+
* - Retrieve instance configuration before executing
|
|
48
|
+
* - View instance details in UI
|
|
49
|
+
* - Fetch instance for editing/updating
|
|
50
|
+
*
|
|
51
|
+
* Error: PERMISSION_DENIED if user lacks get permission
|
|
52
|
+
* Error: NOT_FOUND if instance ID doesn't exist
|
|
53
|
+
*
|
|
54
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.get
|
|
55
|
+
*/
|
|
56
|
+
get: {
|
|
57
|
+
methodKind: "unary";
|
|
58
|
+
input: typeof WorkflowInstanceIdSchema;
|
|
59
|
+
output: typeof WorkflowInstanceSchema;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Get all instances of a specific workflow template.
|
|
63
|
+
*
|
|
64
|
+
* Retrieves all WorkflowInstance resources that reference a specific Workflow template.
|
|
65
|
+
* Useful for discovering all configured deployments of a workflow.
|
|
66
|
+
*
|
|
67
|
+
* Example Use Case:
|
|
68
|
+
* Workflow "deploy-to-cloud" (wfl-123) has instances:
|
|
69
|
+
* - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
|
|
70
|
+
* - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
|
|
71
|
+
* - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
|
|
72
|
+
*
|
|
73
|
+
* Input:
|
|
74
|
+
* GetWorkflowInstancesByWorkflowRequest with:
|
|
75
|
+
* - workflow_id: Workflow template ID to filter by
|
|
76
|
+
* - page_info: Pagination settings (page_size, page_token)
|
|
77
|
+
*
|
|
78
|
+
* Returns:
|
|
79
|
+
* WorkflowInstanceList with:
|
|
80
|
+
* - total_pages: Total number of pages available
|
|
81
|
+
* - entries: Array of WorkflowInstance resources in current page
|
|
82
|
+
*
|
|
83
|
+
* Authorization:
|
|
84
|
+
* Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
|
|
85
|
+
* then filtered by workflow_id. This ensures users only see instances they have access to,
|
|
86
|
+
* even if the parent workflow is shared across organizations.
|
|
87
|
+
*
|
|
88
|
+
* Filtering:
|
|
89
|
+
* Results are filtered by:
|
|
90
|
+
* - User's organization/identity visibility
|
|
91
|
+
* - IAM policies
|
|
92
|
+
* - Owner scope rules
|
|
93
|
+
*
|
|
94
|
+
* Error: PERMISSION_DENIED if user lacks access to the workflow
|
|
95
|
+
* Error: NOT_FOUND if workflow_id doesn't exist
|
|
96
|
+
*
|
|
97
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.getByWorkflow
|
|
98
|
+
*/
|
|
99
|
+
getByWorkflow: {
|
|
100
|
+
methodKind: "unary";
|
|
101
|
+
input: typeof GetWorkflowInstancesByWorkflowRequestSchema;
|
|
102
|
+
output: typeof WorkflowInstanceListSchema;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Get a workflow instance by flexible reference (ID or slug).
|
|
106
|
+
*
|
|
107
|
+
* Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
|
|
108
|
+
* - By ID: {id: "wfi-abc123"}
|
|
109
|
+
* - By slug: {slug: "prod-deploy"}
|
|
110
|
+
* - By name: {name: "Production Deploy"}
|
|
111
|
+
*
|
|
112
|
+
* Input:
|
|
113
|
+
* ApiResourceReference with one of: id, slug, or name
|
|
114
|
+
*
|
|
115
|
+
* Returns:
|
|
116
|
+
* Complete WorkflowInstance resource matching the reference.
|
|
117
|
+
*
|
|
118
|
+
* Authorization:
|
|
119
|
+
* Uses custom authorization logic in the handler.
|
|
120
|
+
* Allows for flexible authorization based on reference type and context.
|
|
121
|
+
* Typical checks:
|
|
122
|
+
* - User has get permission on the resolved instance
|
|
123
|
+
* - Instance owner scope matches user's organization/identity
|
|
124
|
+
*
|
|
125
|
+
* Use Cases:
|
|
126
|
+
* - User-friendly lookups by slug instead of opaque IDs
|
|
127
|
+
* - CLI commands using human-readable names
|
|
128
|
+
* - API integrations using stable slugs
|
|
129
|
+
*
|
|
130
|
+
* Example:
|
|
131
|
+
* Input: ApiResourceReference{slug: "prod-deploy"}
|
|
132
|
+
* Output: WorkflowInstance with metadata.slug = "prod-deploy"
|
|
133
|
+
*
|
|
134
|
+
* Error: PERMISSION_DENIED if user lacks access
|
|
135
|
+
* Error: NOT_FOUND if reference doesn't resolve to an instance
|
|
136
|
+
*
|
|
137
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController.getByReference
|
|
138
|
+
*/
|
|
139
|
+
getByReference: {
|
|
140
|
+
methodKind: "unary";
|
|
141
|
+
input: typeof ApiResourceReferenceSchema;
|
|
142
|
+
output: typeof WorkflowInstanceSchema;
|
|
143
|
+
};
|
|
144
|
+
}>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflowinstance/v1/query.proto (package ai.stigmer.agentic.workflowinstance.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_workflowinstance_v1_api } from "./api_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_workflowinstance_v1_io } from "./io_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
|
|
8
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
9
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/agentic/workflowinstance/v1/query.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_agentic_workflowinstance_v1_query = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9xdWVyeS5wcm90bxImYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEyhQQKH1dvcmtmbG93SW5zdGFuY2VRdWVyeUNvbnRyb2xsZXISswEKA2dldBI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2VJZBo4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2UiNsK4GDIIAxAzIgV2YWx1ZSoldW5hdXRob3JpemVkIHRvIGdldCB3b3JrZmxvdyBpbnN0YW5jZRKiAQoNZ2V0QnlXb3JrZmxvdxJNLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLkdldFdvcmtmbG93SW5zdGFuY2VzQnlXb3JrZmxvd1JlcXVlc3QaPC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlTGlzdCIE0LgYARKAAQoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlGgSg/yszYgZwcm90bzM", [file_ai_stigmer_agentic_workflowinstance_v1_api, file_ai_stigmer_agentic_workflowinstance_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
14
|
+
/**
|
|
15
|
+
* WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
|
|
16
|
+
*
|
|
17
|
+
* This service provides all query operations following the Command-Query Separation pattern.
|
|
18
|
+
* All RPCs that read state without modifying it go through this controller.
|
|
19
|
+
*
|
|
20
|
+
* Authorization:
|
|
21
|
+
* - get: Requires get permission on the specific instance
|
|
22
|
+
* - getByWorkflow: Authorization handled in handler via FGA query (returns filtered instances)
|
|
23
|
+
* - getByReference: Custom authorization (supports flexible reference lookup)
|
|
24
|
+
*
|
|
25
|
+
* All operations respect owner scope visibility rules (users see only their org/identity resources).
|
|
26
|
+
*
|
|
27
|
+
* @generated from service ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceQueryController
|
|
28
|
+
*/
|
|
29
|
+
export const WorkflowInstanceQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_workflowinstance_v1_query, 0);
|
|
30
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,6zBAA6zB,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEhlC;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAwHvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceReference } from "../../../commons/apiresource/io_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflowinstance/v1/spec.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflowinstance_v1_spec: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* WorkflowInstanceSpec defines the user-configurable properties for a WorkflowInstance.
|
|
10
|
+
*
|
|
11
|
+
* This is the "Instance" layer in the Template→Instance→Execution pattern.
|
|
12
|
+
* It provides stateful configuration with environment bindings and secrets.
|
|
13
|
+
*
|
|
14
|
+
* The spec contains:
|
|
15
|
+
* - A reference to the Workflow template (the orchestration blueprint)
|
|
16
|
+
* - Descriptive metadata for humans
|
|
17
|
+
* - Environment references (layered configuration with secrets)
|
|
18
|
+
*
|
|
19
|
+
* Design Philosophy:
|
|
20
|
+
* WorkflowInstanceSpec separates "what to run" (Workflow) from "how to run it" (Environments).
|
|
21
|
+
* This allows the same Workflow template to be instantiated multiple times with different
|
|
22
|
+
* configurations (dev vs prod, different cloud accounts, different teams).
|
|
23
|
+
*
|
|
24
|
+
* @generated from message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceSpec
|
|
25
|
+
*/
|
|
26
|
+
export type WorkflowInstanceSpec = Message<"ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceSpec"> & {
|
|
27
|
+
/**
|
|
28
|
+
* Reference to the Workflow template this instance deploys.
|
|
29
|
+
*
|
|
30
|
+
* This links the instance to a reusable orchestration blueprint.
|
|
31
|
+
* The Workflow defines which AgentInstances to orchestrate and in what order.
|
|
32
|
+
*
|
|
33
|
+
* Format: Workflow resource ID (e.g., "wfl-abc123")
|
|
34
|
+
* Validation: Minimum length of 1 character (required field)
|
|
35
|
+
*
|
|
36
|
+
* Example: "wfl-abc123" (references a Workflow named "deploy-to-cloud")
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: string workflow_id = 1;
|
|
39
|
+
*/
|
|
40
|
+
workflowId: string;
|
|
41
|
+
/**
|
|
42
|
+
* Human-readable description explaining what this instance is for.
|
|
43
|
+
*
|
|
44
|
+
* Use this to document:
|
|
45
|
+
* - Purpose of this instance
|
|
46
|
+
* - Environment it targets (dev, staging, prod)
|
|
47
|
+
* - Team or project ownership
|
|
48
|
+
* - Special configuration notes
|
|
49
|
+
*
|
|
50
|
+
* Examples:
|
|
51
|
+
* - "Production CI/CD pipeline for main branch"
|
|
52
|
+
* - "Staging environment deployment for feature testing"
|
|
53
|
+
* - "Data pipeline for analytics team - runs daily at midnight"
|
|
54
|
+
* - "Customer onboarding workflow for ACME Corp"
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: string description = 2;
|
|
57
|
+
*/
|
|
58
|
+
description: string;
|
|
59
|
+
/**
|
|
60
|
+
* References to Environment resources providing configuration and secrets.
|
|
61
|
+
*
|
|
62
|
+
* Environments are layered configuration containers that provide:
|
|
63
|
+
* - Environment variables (API keys, endpoints, flags)
|
|
64
|
+
* - Secrets (credentials, tokens, passwords)
|
|
65
|
+
* - Configuration values (timeouts, limits, settings)
|
|
66
|
+
*
|
|
67
|
+
* Layering Behavior:
|
|
68
|
+
* Environments are merged in order - later environments override earlier ones.
|
|
69
|
+
* This enables a base + overrides pattern:
|
|
70
|
+
*
|
|
71
|
+
* Example layering:
|
|
72
|
+
* [base-env, aws-prod-env, github-team-env]
|
|
73
|
+
* └─ base-env: Common settings for all instances
|
|
74
|
+
* └─ aws-prod-env: AWS production credentials (overrides base AWS settings)
|
|
75
|
+
* └─ github-team-env: Team-specific GitHub tokens (overrides generic tokens)
|
|
76
|
+
*
|
|
77
|
+
* Use Cases:
|
|
78
|
+
* - Single env: [prod-env] - Simple, all config in one place
|
|
79
|
+
* - Base + specific: [base, prod] - Common config + environment-specific
|
|
80
|
+
* - Layered: [base, cloud, team] - Base + cloud credentials + team settings
|
|
81
|
+
*
|
|
82
|
+
* References use ApiResourceReference which supports:
|
|
83
|
+
* - By ID: {id: "env-abc123"}
|
|
84
|
+
* - By slug: {slug: "aws-prod-env"}
|
|
85
|
+
*
|
|
86
|
+
* At execution time, the WorkflowExecution runtime merges these environments
|
|
87
|
+
* and provides the combined configuration to all agents in the workflow.
|
|
88
|
+
*
|
|
89
|
+
* @generated from field: repeated ai.stigmer.commons.apiresource.ApiResourceReference env_refs = 3;
|
|
90
|
+
*/
|
|
91
|
+
envRefs: ApiResourceReference[];
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Describes the message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceSpec.
|
|
95
|
+
* Use `create(WorkflowInstanceSpecSchema)` to create a new message.
|
|
96
|
+
*/
|
|
97
|
+
export declare const WorkflowInstanceSpecSchema: GenMessage<WorkflowInstanceSpec>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflowinstance/v1/spec.proto (package ai.stigmer.agentic.workflowinstance.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflowinstance/v1/spec.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflowinstance_v1_spec = /*@__PURE__*/ fileDesc("CjFhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9zcGVjLnByb3RvEiZhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MSKRAQoUV29ya2Zsb3dJbnN0YW5jZVNwZWMSHAoLd29ya2Zsb3dfaWQYASABKAlCB7pIBHICEAESEwoLZGVzY3JpcHRpb24YAiABKAkSRgoIZW52X3JlZnMYAyADKAsyNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2ViBnByb3RvMw", [file_ai_stigmer_commons_apiresource_io, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceSpec.
|
|
13
|
+
* Use `create(WorkflowInstanceSpecSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const WorkflowInstanceSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowinstance_v1_spec, 0);
|
|
16
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,4UAA4U,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA0F/Z;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { EnumValueOptions } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* Metadata for api-resource-group
|
|
10
|
+
*
|
|
11
|
+
* @generated from message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta
|
|
12
|
+
*/
|
|
13
|
+
export type ApiResourceGroupMeta = Message<"ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta"> & {
|
|
14
|
+
/**
|
|
15
|
+
* Name/domain of the api-resource-group
|
|
16
|
+
*
|
|
17
|
+
* @generated from field: string domain = 1;
|
|
18
|
+
*/
|
|
19
|
+
domain: string;
|
|
20
|
+
/**
|
|
21
|
+
* Display name of the api-resource-group
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string display_name = 2;
|
|
24
|
+
*/
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta.
|
|
29
|
+
* Use `create(ApiResourceGroupMetaSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export declare const ApiResourceGroupMetaSchema: GenMessage<ApiResourceGroupMeta>;
|
|
32
|
+
/**
|
|
33
|
+
* API resource groups for organizing resources by functional area
|
|
34
|
+
*
|
|
35
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroup
|
|
36
|
+
*/
|
|
37
|
+
export declare enum ApiResourceGroup {
|
|
38
|
+
/**
|
|
39
|
+
* @generated from enum value: api_resource_group_unspecified = 0;
|
|
40
|
+
*/
|
|
41
|
+
api_resource_group_unspecified = 0,
|
|
42
|
+
/**
|
|
43
|
+
* Agentic - AI agents, workflows, executions, sessions, skills, and orchestration
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: agentic = 1;
|
|
46
|
+
*/
|
|
47
|
+
agentic = 1,
|
|
48
|
+
/**
|
|
49
|
+
* Identity and Access Management - IAM policies, identity accounts, and credentials
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: iam = 2;
|
|
52
|
+
*/
|
|
53
|
+
iam = 2,
|
|
54
|
+
/**
|
|
55
|
+
* Tenancy - Resource hierarchy: platform, organizations, and projects
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: tenancy = 3;
|
|
58
|
+
*/
|
|
59
|
+
tenancy = 3
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroup.
|
|
63
|
+
*/
|
|
64
|
+
export declare const ApiResourceGroupSchema: GenEnum<ApiResourceGroup>;
|
|
65
|
+
/**
|
|
66
|
+
* @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta group_meta = 91101;
|
|
67
|
+
*/
|
|
68
|
+
export declare const group_meta: GenExtension<EnumValueOptions, ApiResourceGroupMeta>;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group.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_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group = /*@__PURE__*/ fileDesc("CkdhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvYXBpcmVzb3VyY2VraW5kL2FwaV9yZXNvdXJjZV9ncm91cC5wcm90bxIuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZCI8ChRBcGlSZXNvdXJjZUdyb3VwTWV0YRIOCgZkb21haW4YASABKAkSFAoMZGlzcGxheV9uYW1lGAIgASgJKroBChBBcGlSZXNvdXJjZUdyb3VwEiIKHmFwaV9yZXNvdXJjZV9ncm91cF91bnNwZWNpZmllZBAAEi4KB2FnZW50aWMQARoh6r0sHQoSYWdlbnRpYy5zdGlnbWVyLmFpEgdBZ2VudGljEiIKA2lhbRACGhnqvSwVCg5pYW0uc3RpZ21lci5haRIDSUFNEi4KB3RlbmFuY3kQAxoh6r0sHQoSdGVuYW5jeS5zdGlnbWVyLmFpEgdUZW5hbmN5OogBCgpncm91cF9tZXRhEiEuZ29vZ2xlLnByb3RvYnVmLkVudW1WYWx1ZU9wdGlvbnMY3ccFIAEoCzJELmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5hcGlyZXNvdXJjZWtpbmQuQXBpUmVzb3VyY2VHcm91cE1ldGFSCWdyb3VwTWV0YWIGcHJvdG8z", [file_google_protobuf_descriptor]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta.
|
|
12
|
+
* Use `create(ApiResourceGroupMetaSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ApiResourceGroupMetaSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group, 0);
|
|
15
|
+
/**
|
|
16
|
+
* API resource groups for organizing resources by functional area
|
|
17
|
+
*
|
|
18
|
+
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroup
|
|
19
|
+
*/
|
|
20
|
+
export var ApiResourceGroup;
|
|
21
|
+
(function (ApiResourceGroup) {
|
|
22
|
+
/**
|
|
23
|
+
* @generated from enum value: api_resource_group_unspecified = 0;
|
|
24
|
+
*/
|
|
25
|
+
ApiResourceGroup[ApiResourceGroup["api_resource_group_unspecified"] = 0] = "api_resource_group_unspecified";
|
|
26
|
+
/**
|
|
27
|
+
* Agentic - AI agents, workflows, executions, sessions, skills, and orchestration
|
|
28
|
+
*
|
|
29
|
+
* @generated from enum value: agentic = 1;
|
|
30
|
+
*/
|
|
31
|
+
ApiResourceGroup[ApiResourceGroup["agentic"] = 1] = "agentic";
|
|
32
|
+
/**
|
|
33
|
+
* Identity and Access Management - IAM policies, identity accounts, and credentials
|
|
34
|
+
*
|
|
35
|
+
* @generated from enum value: iam = 2;
|
|
36
|
+
*/
|
|
37
|
+
ApiResourceGroup[ApiResourceGroup["iam"] = 2] = "iam";
|
|
38
|
+
/**
|
|
39
|
+
* Tenancy - Resource hierarchy: platform, organizations, and projects
|
|
40
|
+
*
|
|
41
|
+
* @generated from enum value: tenancy = 3;
|
|
42
|
+
*/
|
|
43
|
+
ApiResourceGroup[ApiResourceGroup["tenancy"] = 3] = "tenancy";
|
|
44
|
+
})(ApiResourceGroup || (ApiResourceGroup = {}));
|
|
45
|
+
/**
|
|
46
|
+
* Describes the enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroup.
|
|
47
|
+
*/
|
|
48
|
+
export const ApiResourceGroupSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group, 0);
|
|
49
|
+
/**
|
|
50
|
+
* @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceGroupMeta group_meta = 91101;
|
|
51
|
+
*/
|
|
52
|
+
export const group_meta = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group, 0);
|
|
53
|
+
//# sourceMappingURL=api_resource_group_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_resource_group_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uKAAuK;AACvK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAExF,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAGzE;;GAEG;AACH,MAAM,CAAC,MAAM,sEAAsE,GAAY,aAAa,CAC1G,QAAQ,CAAC,srBAAsrB,EAAE,CAAC,+BAA+B,CAAC,CAAC,CAAC;AAuBtuB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,sEAAsE,EAAE,CAAC,CAAC,CAAC;AAEzF;;;;GAIG;AACH,MAAM,CAAN,IAAY,gBA0BX;AA1BD,WAAY,gBAAgB;IAC1B;;OAEG;IACH,2GAAkC,CAAA;IAElC;;;;OAIG;IACH,6DAAW,CAAA;IAEX;;;;OAIG;IACH,qDAAO,CAAA;IAEP;;;;OAIG;IACH,6DAAW,CAAA;AACb,CAAC,EA1BW,gBAAgB,KAAhB,gBAAgB,QA0B3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,sEAAsE,EAAE,CAAC,CAAC,CAAC;AAEtF;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAyD,aAAa,CAC3F,OAAO,CAAC,sEAAsE,EAAE,CAAC,CAAC,CAAC"}
|