@stigmer/protos 0.0.69 → 0.0.71
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/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,8 +6,9 @@ import type { WorkflowInstanceIdSchema } from "./io_pb";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_agentic_workflowinstance_v1_command: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
* WorkflowInstanceCommandController handles write operations
|
|
9
|
+
* WorkflowInstanceCommandController handles write operations for workflow instances.
|
|
10
10
|
*
|
|
11
|
+
* @internal
|
|
11
12
|
* This service provides the CUD (Create, Update, Delete) operations following the
|
|
12
13
|
* Command-Query Separation pattern. All RPCs that modify state go through this controller.
|
|
13
14
|
*
|
|
@@ -23,6 +24,8 @@ export declare const file_ai_stigmer_agentic_workflowinstance_v1_command: GenFil
|
|
|
23
24
|
export declare const WorkflowInstanceCommandController: GenService<{
|
|
24
25
|
/**
|
|
25
26
|
* Create or update a workflow instance.
|
|
27
|
+
*
|
|
28
|
+
* @internal
|
|
26
29
|
* The authorization and state-operation are determined depending on whether the workflow instance
|
|
27
30
|
* is going to be created or updated which is determined as part of the request execution.
|
|
28
31
|
*
|
|
@@ -34,10 +37,9 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
34
37
|
output: typeof WorkflowInstanceSchema;
|
|
35
38
|
};
|
|
36
39
|
/**
|
|
37
|
-
* Create a
|
|
38
|
-
*
|
|
39
|
-
* Creates a configured deployment of a Workflow template with environment bindings.
|
|
40
|
+
* Create a workflow instance.
|
|
40
41
|
*
|
|
42
|
+
* @internal
|
|
41
43
|
* Input validation:
|
|
42
44
|
* - metadata.org must be specified
|
|
43
45
|
* - spec.workflow_id must be a valid Workflow resource ID
|
|
@@ -49,16 +51,6 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
49
51
|
* 2. User has permission to access all referenced Environment resources
|
|
50
52
|
* 3. Owner scope is valid for the user's organization/identity
|
|
51
53
|
*
|
|
52
|
-
* Returns:
|
|
53
|
-
* The created WorkflowInstance with:
|
|
54
|
-
* - Assigned resource ID (metadata.id)
|
|
55
|
-
* - Created timestamp (status.audit.created_at)
|
|
56
|
-
* - Initial version (status.audit.version = 1)
|
|
57
|
-
*
|
|
58
|
-
* Example:
|
|
59
|
-
* Input: WorkflowInstance with workflow_id="wfl-123", environment_refs=["env-prod"]
|
|
60
|
-
* Output: WorkflowInstance with id="wfi-abc456", created_at="2025-01-11T10:00:00Z"
|
|
61
|
-
*
|
|
62
54
|
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.create
|
|
63
55
|
*/
|
|
64
56
|
create: {
|
|
@@ -69,30 +61,20 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
69
61
|
/**
|
|
70
62
|
* Update an existing workflow instance.
|
|
71
63
|
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
* - spec.description
|
|
75
|
-
* - spec.environment_refs (add/remove/reorder environment bindings)
|
|
64
|
+
* @internal
|
|
65
|
+
* Mutable fields:
|
|
66
|
+
* - spec.description, spec.environment_refs
|
|
76
67
|
* - metadata.labels, metadata.tags, metadata.annotations
|
|
77
68
|
*
|
|
78
|
-
*
|
|
79
|
-
* - spec.workflow_id
|
|
80
|
-
* - metadata.id (immutable resource identifier)
|
|
81
|
-
* - metadata.org (immutable after creation)
|
|
69
|
+
* Immutable fields (must delete and recreate to change):
|
|
70
|
+
* - spec.workflow_id, metadata.id, metadata.org
|
|
82
71
|
*
|
|
83
72
|
* Authorization:
|
|
84
73
|
* Requires "update" permission on the specific WorkflowInstance resource.
|
|
85
74
|
* Field path "metadata.id" identifies which resource to authorize.
|
|
86
75
|
*
|
|
87
|
-
* Versioning:
|
|
88
76
|
* Each update increments status.audit.version and updates status.audit.updated_at.
|
|
89
77
|
*
|
|
90
|
-
* Returns:
|
|
91
|
-
* The updated WorkflowInstance with:
|
|
92
|
-
* - Incremented version number
|
|
93
|
-
* - Updated timestamp
|
|
94
|
-
* - Modified spec fields
|
|
95
|
-
*
|
|
96
78
|
* Error: PERMISSION_DENIED if user lacks update permission
|
|
97
79
|
*
|
|
98
80
|
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.update
|
|
@@ -105,10 +87,8 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
105
87
|
/**
|
|
106
88
|
* Delete a workflow instance.
|
|
107
89
|
*
|
|
90
|
+
* @internal
|
|
108
91
|
* Permanently removes a WorkflowInstance resource.
|
|
109
|
-
*
|
|
110
|
-
* Important:
|
|
111
|
-
* - Deletion is permanent and cannot be undone
|
|
112
92
|
* - Does NOT delete the referenced Workflow template (templates are reusable)
|
|
113
93
|
* - Does NOT delete the referenced Environment resources (environments are reusable)
|
|
114
94
|
* - DOES cascade delete any dependent WorkflowExecution resources (executions belong to instance)
|
|
@@ -117,14 +97,7 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
117
97
|
* Requires "delete" permission on the specific WorkflowInstance resource.
|
|
118
98
|
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
119
99
|
*
|
|
120
|
-
*
|
|
121
|
-
* - Remove deprecated instances
|
|
122
|
-
* - Clean up test/dev instances
|
|
123
|
-
* - Decommission old deployment configurations
|
|
124
|
-
*
|
|
125
|
-
* Returns:
|
|
126
|
-
* The deleted WorkflowInstance (final state before deletion).
|
|
127
|
-
* Useful for audit logs and confirming what was deleted.
|
|
100
|
+
* Returns the deleted WorkflowInstance (final state before deletion).
|
|
128
101
|
*
|
|
129
102
|
* Error: PERMISSION_DENIED if user lacks delete permission
|
|
130
103
|
* Error: NOT_FOUND if instance ID doesn't exist
|
|
@@ -11,8 +11,9 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
|
|
|
11
11
|
*/
|
|
12
12
|
export const file_ai_stigmer_agentic_workflowinstance_v1_command = /*@__PURE__*/ fileDesc("CjRhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9jb21tYW5kLnByb3RvEiZhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MTKnBQohV29ya2Zsb3dJbnN0YW5jZUNvbW1hbmRDb250cm9sbGVyEnsKBWFwcGx5EjguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEuV29ya2Zsb3dJbnN0YW5jZRo4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2USggEKBmNyZWF0ZRI4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2UaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIgTQuBgBEr0BCgZ1cGRhdGUSOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlGjguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEuV29ya2Zsb3dJbnN0YW5jZSI/wrgYOwgEEDMiC21ldGFkYXRhLmlkKih1bmF1dGhvcml6ZWQgdG8gdXBkYXRlIHdvcmtmbG93IGluc3RhbmNlErkBCgZkZWxldGUSOi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlSWQaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIjnCuBg1CAIQMyIFdmFsdWUqKHVuYXV0aG9yaXplZCB0byBkZWxldGUgd29ya2Zsb3cgaW5zdGFuY2UaBKD/KzNiBnByb3RvMw", [file_ai_stigmer_agentic_workflowinstance_v1_api, file_ai_stigmer_agentic_workflowinstance_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
13
13
|
/**
|
|
14
|
-
* WorkflowInstanceCommandController handles write operations
|
|
14
|
+
* WorkflowInstanceCommandController handles write operations for workflow instances.
|
|
15
15
|
*
|
|
16
|
+
* @internal
|
|
16
17
|
* This service provides the CUD (Create, Update, Delete) operations following the
|
|
17
18
|
* Command-Query Separation pattern. All RPCs that modify state go through this controller.
|
|
18
19
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4IAA4I;AAC5I,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;AACzE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,whCAAwhC,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnwC
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4IAA4I;AAC5I,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;AACzE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,whCAAwhC,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnwC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAwFzC,aAAa,CAChB,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -7,21 +7,19 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_agentic_workflowinstance_v1_io: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* WorkflowInstanceId wraps a workflow instance identifier
|
|
10
|
+
* WorkflowInstanceId wraps a workflow instance identifier.
|
|
11
11
|
*
|
|
12
|
+
* @internal
|
|
12
13
|
* Used as input to RPCs that operate on a single instance:
|
|
13
14
|
* - get: Retrieve a specific instance by ID
|
|
14
15
|
* - delete: Remove a specific instance by ID
|
|
15
|
-
*
|
|
16
|
-
* Format: Resource ID string (e.g., "wfi-abc123")
|
|
17
|
-
* Validation: Required field (must not be empty)
|
|
16
|
+
* Format: Resource ID string (e.g., "wfi_abc123")
|
|
18
17
|
*
|
|
19
18
|
* @generated from message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceId
|
|
20
19
|
*/
|
|
21
20
|
export type WorkflowInstanceId = Message<"ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceId"> & {
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
24
|
-
* Example: "wfi-abc123"
|
|
22
|
+
* Workflow instance resource ID.
|
|
25
23
|
*
|
|
26
24
|
* @generated from field: string value = 1;
|
|
27
25
|
*/
|
|
@@ -33,14 +31,14 @@ export type WorkflowInstanceId = Message<"ai.stigmer.agentic.workflowinstance.v1
|
|
|
33
31
|
*/
|
|
34
32
|
export declare const WorkflowInstanceIdSchema: GenMessage<WorkflowInstanceId>;
|
|
35
33
|
/**
|
|
36
|
-
* GetWorkflowInstancesByWorkflowRequest retrieves all instances of a specific
|
|
34
|
+
* GetWorkflowInstancesByWorkflowRequest retrieves all instances of a specific workflow template.
|
|
37
35
|
*
|
|
36
|
+
* @internal
|
|
38
37
|
* This allows you to find all configured deployments of a given Workflow.
|
|
39
38
|
* For example, a "deploy-to-cloud" Workflow might have instances:
|
|
40
39
|
* - "prod-deploy" (with production environments)
|
|
41
40
|
* - "staging-deploy" (with staging environments)
|
|
42
41
|
* - "dev-deploy" (with development environments)
|
|
43
|
-
*
|
|
44
42
|
* Supports pagination for efficient retrieval of large result sets.
|
|
45
43
|
*
|
|
46
44
|
* @generated from message ai.stigmer.agentic.workflowinstance.v1.GetWorkflowInstancesByWorkflowRequest
|
|
@@ -49,24 +47,11 @@ export type GetWorkflowInstancesByWorkflowRequest = Message<"ai.stigmer.agentic.
|
|
|
49
47
|
/**
|
|
50
48
|
* Workflow template ID to filter by.
|
|
51
49
|
*
|
|
52
|
-
* Returns all WorkflowInstance resources where spec.workflow_id matches this value.
|
|
53
|
-
* Format: Workflow resource ID (e.g., "wfl-abc123")
|
|
54
|
-
* Validation: Required field
|
|
55
|
-
*
|
|
56
50
|
* @generated from field: string workflow_id = 1;
|
|
57
51
|
*/
|
|
58
52
|
workflowId: string;
|
|
59
53
|
/**
|
|
60
|
-
* Pagination options for
|
|
61
|
-
*
|
|
62
|
-
* Includes:
|
|
63
|
-
* - page_size: Maximum number of instances per page
|
|
64
|
-
* - page_token: Token from previous response for next page
|
|
65
|
-
*
|
|
66
|
-
* Example pagination flow:
|
|
67
|
-
* 1. Request with page_info.page_size = 20
|
|
68
|
-
* 2. Response includes page_token = "next_page_token_here"
|
|
69
|
-
* 3. Subsequent request with page_info.page_token = "next_page_token_here"
|
|
54
|
+
* Pagination options for result set control.
|
|
70
55
|
*
|
|
71
56
|
* @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 2;
|
|
72
57
|
*/
|
|
@@ -80,19 +65,11 @@ export declare const GetWorkflowInstancesByWorkflowRequestSchema: GenMessage<Get
|
|
|
80
65
|
/**
|
|
81
66
|
* WorkflowInstanceList contains a paginated list of workflow instances.
|
|
82
67
|
*
|
|
83
|
-
* Returned by list and query operations. Includes pagination metadata
|
|
84
|
-
* to support iterating through large result sets.
|
|
85
|
-
*
|
|
86
68
|
* @generated from message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceList
|
|
87
69
|
*/
|
|
88
70
|
export type WorkflowInstanceList = Message<"ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceList"> & {
|
|
89
71
|
/**
|
|
90
|
-
* Total number of pages
|
|
91
|
-
*
|
|
92
|
-
* Use this to determine if there are more pages to fetch.
|
|
93
|
-
* If total_pages > current_page, more results are available.
|
|
94
|
-
*
|
|
95
|
-
* Example: If total_pages = 5, you can fetch up to 5 pages of results.
|
|
72
|
+
* Total number of pages in the result set.
|
|
96
73
|
*
|
|
97
74
|
* @generated from field: int32 total_pages = 1;
|
|
98
75
|
*/
|
|
@@ -100,14 +77,6 @@ export type WorkflowInstanceList = Message<"ai.stigmer.agentic.workflowinstance.
|
|
|
100
77
|
/**
|
|
101
78
|
* Workflow instances in the current page.
|
|
102
79
|
*
|
|
103
|
-
* The number of entries is controlled by the page_size parameter
|
|
104
|
-
* in the request. May be fewer than page_size on the last page.
|
|
105
|
-
*
|
|
106
|
-
* Each entry is a complete WorkflowInstance resource with:
|
|
107
|
-
* - api_version, kind, metadata
|
|
108
|
-
* - spec (workflow_id, description, environment_refs)
|
|
109
|
-
* - status (audit information)
|
|
110
|
-
*
|
|
111
80
|
* @generated from field: repeated ai.stigmer.agentic.workflowinstance.v1.WorkflowInstance entries = 2;
|
|
112
81
|
*/
|
|
113
82
|
entries: WorkflowInstance[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,oBAAoB;AAQpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,ogBAAogB,EAAE,CAAC,+CAA+C,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,oBAAoB;AAQpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,ogBAAogB,EAAE,CAAC,+CAA+C,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAsBxoB;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA+BjE;;;GAGG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAsD,aAAa,CACzH,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAuBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* WorkflowInstanceQueryController handles read operations
|
|
2
|
+
* WorkflowInstanceQueryController handles read operations for workflow instances.
|
|
3
3
|
*
|
|
4
|
+
* @internal
|
|
4
5
|
* This service provides all query operations following the Command-Query Separation pattern.
|
|
5
6
|
* All RPCs that read state without modifying it go through this controller.
|
|
6
7
|
*
|
|
@@ -19,17 +20,9 @@ export declare const WorkflowInstanceQueryController: {
|
|
|
19
20
|
/**
|
|
20
21
|
* Get a single workflow instance by ID.
|
|
21
22
|
*
|
|
23
|
+
* @internal
|
|
22
24
|
* Retrieves a specific WorkflowInstance using its unique resource identifier.
|
|
23
25
|
*
|
|
24
|
-
* Input:
|
|
25
|
-
* WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
|
|
26
|
-
*
|
|
27
|
-
* Returns:
|
|
28
|
-
* Complete WorkflowInstance resource with:
|
|
29
|
-
* - api_version, kind, metadata
|
|
30
|
-
* - spec (workflow_id, description, environment_refs)
|
|
31
|
-
* - status (audit information: created_at, updated_at, version)
|
|
32
|
-
*
|
|
33
26
|
* Authorization:
|
|
34
27
|
* Requires "get" permission on the specific WorkflowInstance.
|
|
35
28
|
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
@@ -37,11 +30,6 @@ export declare const WorkflowInstanceQueryController: {
|
|
|
37
30
|
* - Instance owner scope (organization or identity_account)
|
|
38
31
|
* - User's IAM policies
|
|
39
32
|
*
|
|
40
|
-
* Use Cases:
|
|
41
|
-
* - Retrieve instance configuration before executing
|
|
42
|
-
* - View instance details in UI
|
|
43
|
-
* - Fetch instance for editing/updating
|
|
44
|
-
*
|
|
45
33
|
* Error: PERMISSION_DENIED if user lacks get permission
|
|
46
34
|
* Error: NOT_FOUND if instance ID doesn't exist
|
|
47
35
|
*
|
|
@@ -54,28 +42,11 @@ export declare const WorkflowInstanceQueryController: {
|
|
|
54
42
|
readonly kind: any;
|
|
55
43
|
};
|
|
56
44
|
/**
|
|
57
|
-
* Get all instances
|
|
58
|
-
*
|
|
59
|
-
* Retrieves all WorkflowInstance resources that reference a specific Workflow template.
|
|
60
|
-
* Useful for discovering all configured deployments of a workflow.
|
|
61
|
-
*
|
|
62
|
-
* Example Use Case:
|
|
63
|
-
* Workflow "deploy-to-cloud" (wfl-123) has instances:
|
|
64
|
-
* - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
|
|
65
|
-
* - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
|
|
66
|
-
* - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
|
|
67
|
-
*
|
|
68
|
-
* Input:
|
|
69
|
-
* GetWorkflowInstancesByWorkflowRequest with:
|
|
70
|
-
* - workflow_id: Workflow template ID to filter by
|
|
71
|
-
* - page_info: Pagination settings (page_size, page_token)
|
|
45
|
+
* Get all workflow instances that use a specific workflow template.
|
|
72
46
|
*
|
|
73
|
-
* Returns
|
|
74
|
-
* WorkflowInstanceList with:
|
|
75
|
-
* - total_pages: Total number of pages available
|
|
76
|
-
* - entries: Array of WorkflowInstance resources in current page
|
|
47
|
+
* Returns a paginated list of instances that reference the given workflow ID.
|
|
77
48
|
*
|
|
78
|
-
*
|
|
49
|
+
* @internal
|
|
79
50
|
* Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
|
|
80
51
|
* then filtered by workflow_id. This ensures users only see instances they have access to,
|
|
81
52
|
* even if the parent workflow is shared across organizations.
|
|
@@ -98,34 +69,16 @@ export declare const WorkflowInstanceQueryController: {
|
|
|
98
69
|
readonly kind: any;
|
|
99
70
|
};
|
|
100
71
|
/**
|
|
101
|
-
* Get a workflow instance by
|
|
102
|
-
*
|
|
103
|
-
* Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
|
|
104
|
-
* - By ID: {id: "wfi-abc123"}
|
|
105
|
-
* - By slug: {slug: "prod-deploy"}
|
|
106
|
-
* - By name: {name: "Production Deploy"}
|
|
107
|
-
*
|
|
108
|
-
* Input:
|
|
109
|
-
* ApiResourceReference with one of: id, slug, or name
|
|
110
|
-
*
|
|
111
|
-
* Returns:
|
|
112
|
-
* Complete WorkflowInstance resource matching the reference.
|
|
113
|
-
*
|
|
114
|
-
* Authorization:
|
|
115
|
-
* Uses custom authorization logic in the handler.
|
|
116
|
-
* Allows for flexible authorization based on reference type and context.
|
|
117
|
-
* Typical checks:
|
|
118
|
-
* - User has get permission on the resolved instance
|
|
119
|
-
* - Instance owner scope matches user's organization/identity
|
|
72
|
+
* Get a workflow instance by reference (ID or slug).
|
|
120
73
|
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
* -
|
|
124
|
-
* - API integrations using stable slugs
|
|
74
|
+
* @internal
|
|
75
|
+
* Custom authorization in handler — checks both direct resource access
|
|
76
|
+
* and organization-level visibility permissions.
|
|
125
77
|
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
78
|
+
* Supports lookup by:
|
|
79
|
+
* - ID: {id: "wfi_abc123"}
|
|
80
|
+
* - Slug: {slug: "prod-deploy"}
|
|
81
|
+
* - Name: {name: "Production Deploy"}
|
|
129
82
|
*
|
|
130
83
|
* Error: PERMISSION_DENIED if user lacks access
|
|
131
84
|
* Error: NOT_FOUND if reference doesn't resolve to an instance
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
* WorkflowInstanceQueryController handles read operations
|
|
7
|
+
* WorkflowInstanceQueryController handles read operations for workflow instances.
|
|
8
8
|
*
|
|
9
|
+
* @internal
|
|
9
10
|
* This service provides all query operations following the Command-Query Separation pattern.
|
|
10
11
|
* All RPCs that read state without modifying it go through this controller.
|
|
11
12
|
*
|
|
@@ -24,17 +25,9 @@ export const WorkflowInstanceQueryController = {
|
|
|
24
25
|
/**
|
|
25
26
|
* Get a single workflow instance by ID.
|
|
26
27
|
*
|
|
28
|
+
* @internal
|
|
27
29
|
* Retrieves a specific WorkflowInstance using its unique resource identifier.
|
|
28
30
|
*
|
|
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, environment_refs)
|
|
36
|
-
* - status (audit information: created_at, updated_at, version)
|
|
37
|
-
*
|
|
38
31
|
* Authorization:
|
|
39
32
|
* Requires "get" permission on the specific WorkflowInstance.
|
|
40
33
|
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
@@ -42,11 +35,6 @@ export const WorkflowInstanceQueryController = {
|
|
|
42
35
|
* - Instance owner scope (organization or identity_account)
|
|
43
36
|
* - User's IAM policies
|
|
44
37
|
*
|
|
45
|
-
* Use Cases:
|
|
46
|
-
* - Retrieve instance configuration before executing
|
|
47
|
-
* - View instance details in UI
|
|
48
|
-
* - Fetch instance for editing/updating
|
|
49
|
-
*
|
|
50
38
|
* Error: PERMISSION_DENIED if user lacks get permission
|
|
51
39
|
* Error: NOT_FOUND if instance ID doesn't exist
|
|
52
40
|
*
|
|
@@ -59,28 +47,11 @@ export const WorkflowInstanceQueryController = {
|
|
|
59
47
|
kind: MethodKind.Unary,
|
|
60
48
|
},
|
|
61
49
|
/**
|
|
62
|
-
* Get all instances
|
|
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)
|
|
50
|
+
* Get all workflow instances that use a specific workflow template.
|
|
77
51
|
*
|
|
78
|
-
* Returns
|
|
79
|
-
* WorkflowInstanceList with:
|
|
80
|
-
* - total_pages: Total number of pages available
|
|
81
|
-
* - entries: Array of WorkflowInstance resources in current page
|
|
52
|
+
* Returns a paginated list of instances that reference the given workflow ID.
|
|
82
53
|
*
|
|
83
|
-
*
|
|
54
|
+
* @internal
|
|
84
55
|
* Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
|
|
85
56
|
* then filtered by workflow_id. This ensures users only see instances they have access to,
|
|
86
57
|
* even if the parent workflow is shared across organizations.
|
|
@@ -103,34 +74,16 @@ export const WorkflowInstanceQueryController = {
|
|
|
103
74
|
kind: MethodKind.Unary,
|
|
104
75
|
},
|
|
105
76
|
/**
|
|
106
|
-
* Get a workflow instance by
|
|
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
|
|
77
|
+
* Get a workflow instance by reference (ID or slug).
|
|
125
78
|
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
* -
|
|
129
|
-
* - API integrations using stable slugs
|
|
79
|
+
* @internal
|
|
80
|
+
* Custom authorization in handler — checks both direct resource access
|
|
81
|
+
* and organization-level visibility permissions.
|
|
130
82
|
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
83
|
+
* Supports lookup by:
|
|
84
|
+
* - ID: {id: "wfi_abc123"}
|
|
85
|
+
* - Slug: {slug: "prod-deploy"}
|
|
86
|
+
* - Name: {name: "Production Deploy"}
|
|
134
87
|
*
|
|
135
88
|
* Error: PERMISSION_DENIED if user lacks access
|
|
136
89
|
* Error: NOT_FOUND if reference doesn't resolve to an instance
|
|
@@ -1 +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
|
|
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;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,wEAAwE;IAClF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;WAiBG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;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"}
|
|
@@ -7,8 +7,9 @@ import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_agentic_workflowinstance_v1_query: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* WorkflowInstanceQueryController handles read operations
|
|
10
|
+
* WorkflowInstanceQueryController handles read operations for workflow instances.
|
|
11
11
|
*
|
|
12
|
+
* @internal
|
|
12
13
|
* This service provides all query operations following the Command-Query Separation pattern.
|
|
13
14
|
* All RPCs that read state without modifying it go through this controller.
|
|
14
15
|
*
|
|
@@ -25,17 +26,9 @@ export declare const WorkflowInstanceQueryController: GenService<{
|
|
|
25
26
|
/**
|
|
26
27
|
* Get a single workflow instance by ID.
|
|
27
28
|
*
|
|
29
|
+
* @internal
|
|
28
30
|
* Retrieves a specific WorkflowInstance using its unique resource identifier.
|
|
29
31
|
*
|
|
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, environment_refs)
|
|
37
|
-
* - status (audit information: created_at, updated_at, version)
|
|
38
|
-
*
|
|
39
32
|
* Authorization:
|
|
40
33
|
* Requires "get" permission on the specific WorkflowInstance.
|
|
41
34
|
* Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
|
|
@@ -43,11 +36,6 @@ export declare const WorkflowInstanceQueryController: GenService<{
|
|
|
43
36
|
* - Instance owner scope (organization or identity_account)
|
|
44
37
|
* - User's IAM policies
|
|
45
38
|
*
|
|
46
|
-
* Use Cases:
|
|
47
|
-
* - Retrieve instance configuration before executing
|
|
48
|
-
* - View instance details in UI
|
|
49
|
-
* - Fetch instance for editing/updating
|
|
50
|
-
*
|
|
51
39
|
* Error: PERMISSION_DENIED if user lacks get permission
|
|
52
40
|
* Error: NOT_FOUND if instance ID doesn't exist
|
|
53
41
|
*
|
|
@@ -59,28 +47,11 @@ export declare const WorkflowInstanceQueryController: GenService<{
|
|
|
59
47
|
output: typeof WorkflowInstanceSchema;
|
|
60
48
|
};
|
|
61
49
|
/**
|
|
62
|
-
* Get all instances
|
|
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)
|
|
50
|
+
* Get all workflow instances that use a specific workflow template.
|
|
77
51
|
*
|
|
78
|
-
* Returns
|
|
79
|
-
* WorkflowInstanceList with:
|
|
80
|
-
* - total_pages: Total number of pages available
|
|
81
|
-
* - entries: Array of WorkflowInstance resources in current page
|
|
52
|
+
* Returns a paginated list of instances that reference the given workflow ID.
|
|
82
53
|
*
|
|
83
|
-
*
|
|
54
|
+
* @internal
|
|
84
55
|
* Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
|
|
85
56
|
* then filtered by workflow_id. This ensures users only see instances they have access to,
|
|
86
57
|
* even if the parent workflow is shared across organizations.
|
|
@@ -102,34 +73,16 @@ export declare const WorkflowInstanceQueryController: GenService<{
|
|
|
102
73
|
output: typeof WorkflowInstanceListSchema;
|
|
103
74
|
};
|
|
104
75
|
/**
|
|
105
|
-
* Get a workflow instance by
|
|
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
|
|
76
|
+
* Get a workflow instance by reference (ID or slug).
|
|
124
77
|
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
* -
|
|
128
|
-
* - API integrations using stable slugs
|
|
78
|
+
* @internal
|
|
79
|
+
* Custom authorization in handler — checks both direct resource access
|
|
80
|
+
* and organization-level visibility permissions.
|
|
129
81
|
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
82
|
+
* Supports lookup by:
|
|
83
|
+
* - ID: {id: "wfi_abc123"}
|
|
84
|
+
* - Slug: {slug: "prod-deploy"}
|
|
85
|
+
* - Name: {name: "Production Deploy"}
|
|
133
86
|
*
|
|
134
87
|
* Error: PERMISSION_DENIED if user lacks access
|
|
135
88
|
* Error: NOT_FOUND if reference doesn't resolve to an instance
|
|
@@ -12,8 +12,9 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
|
|
|
12
12
|
*/
|
|
13
13
|
export const file_ai_stigmer_agentic_workflowinstance_v1_query = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9xdWVyeS5wcm90bxImYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEyiwQKH1dvcmtmbG93SW5zdGFuY2VRdWVyeUNvbnRyb2xsZXISswEKA2dldBI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2VJZBo4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2UiNsK4GDIIAxAzIgV2YWx1ZSoldW5hdXRob3JpemVkIHRvIGdldCB3b3JrZmxvdyBpbnN0YW5jZRKiAQoNZ2V0QnlXb3JrZmxvdxJNLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLkdldFdvcmtmbG93SW5zdGFuY2VzQnlXb3JrZmxvd1JlcXVlc3QaPC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlTGlzdCIE0LgYARKGAQoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIgTQuBgBGgSg/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
14
|
/**
|
|
15
|
-
* WorkflowInstanceQueryController handles read operations
|
|
15
|
+
* WorkflowInstanceQueryController handles read operations for workflow instances.
|
|
16
16
|
*
|
|
17
|
+
* @internal
|
|
17
18
|
* This service provides all query operations following the Command-Query Separation pattern.
|
|
18
19
|
* All RPCs that read state without modifying it go through this controller.
|
|
19
20
|
*
|
|
@@ -1 +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,q0BAAq0B,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAExlC
|
|
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,q0BAAq0B,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAExlC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAwEvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|