@stigmer/protos 0.0.68 → 0.0.70
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
|
@@ -12,6 +12,7 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_api: GenFile;
|
|
|
12
12
|
/**
|
|
13
13
|
* WorkflowExecution represents a single runtime invocation of a WorkflowInstance.
|
|
14
14
|
*
|
|
15
|
+
* @internal
|
|
15
16
|
* WorkflowExecution is the "Execution" layer in the Template→Instance→Execution pattern.
|
|
16
17
|
* It captures the complete lifecycle of a workflow run, from initial trigger through
|
|
17
18
|
* task-by-task execution to final completion or failure.
|
|
@@ -32,13 +33,6 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_api: GenFile;
|
|
|
32
33
|
* - Tasks: [validate_email: COMPLETED, create_account: IN_PROGRESS, send_welcome: PENDING]
|
|
33
34
|
* - Progress: 1/3 tasks completed
|
|
34
35
|
*
|
|
35
|
-
* Use Cases:
|
|
36
|
-
* - Track workflow execution progress in real-time
|
|
37
|
-
* - Debug failed workflows with full execution history
|
|
38
|
-
* - Audit workflow runs for compliance and analysis
|
|
39
|
-
* - Monitor workflow performance and duration
|
|
40
|
-
* - Retry failed executions with same inputs
|
|
41
|
-
*
|
|
42
36
|
* Separation of Concerns:
|
|
43
37
|
* - User Inputs (spec): workflow_instance_id, trigger_message, trigger_metadata, runtime_env
|
|
44
38
|
* - System State (status): phase, tasks, output, timestamps, errors
|
|
@@ -53,6 +47,8 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_api: GenFile;
|
|
|
53
47
|
export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1.WorkflowExecution"> & {
|
|
54
48
|
/**
|
|
55
49
|
* API version for this resource type.
|
|
50
|
+
*
|
|
51
|
+
* @internal
|
|
56
52
|
* Format: 'agentic.stigmer.ai/v1'
|
|
57
53
|
* Validated as const to ensure version consistency across all workflow execution resources.
|
|
58
54
|
*
|
|
@@ -61,6 +57,8 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
61
57
|
apiVersion: string;
|
|
62
58
|
/**
|
|
63
59
|
* Resource kind identifier.
|
|
60
|
+
*
|
|
61
|
+
* @internal
|
|
64
62
|
* Must be exactly 'WorkflowExecution' to match the message name.
|
|
65
63
|
* Validated as const for type safety and resource identification.
|
|
66
64
|
*
|
|
@@ -68,13 +66,14 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
68
66
|
*/
|
|
69
67
|
kind: string;
|
|
70
68
|
/**
|
|
71
|
-
*
|
|
69
|
+
* Resource metadata including name, organization, visibility, and labels.
|
|
72
70
|
*
|
|
71
|
+
* @internal
|
|
73
72
|
* All workflow executions belong to an organization. Visibility (public/private)
|
|
74
73
|
* is typically PRIVATE for executions since they contain runtime data.
|
|
75
74
|
*
|
|
76
75
|
* Naming Pattern:
|
|
77
|
-
* - ID Format: "
|
|
76
|
+
* - ID Format: "wfx_abc123xyz456" (auto-generated, unique)
|
|
78
77
|
* - Name Format: "{workflow_instance_name}-{timestamp}" (e.g., "prod-deploy-20250111-143022")
|
|
79
78
|
* - Slug Format: Same as name, URL-safe
|
|
80
79
|
*
|
|
@@ -88,6 +87,7 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
88
87
|
/**
|
|
89
88
|
* User-provided inputs and configuration for this workflow execution.
|
|
90
89
|
*
|
|
90
|
+
* @internal
|
|
91
91
|
* Contains:
|
|
92
92
|
* - workflow_instance_id: Which WorkflowInstance to execute (required)
|
|
93
93
|
* - trigger_message: Input message or payload for the workflow (optional)
|
|
@@ -99,7 +99,7 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
99
99
|
*
|
|
100
100
|
* Example:
|
|
101
101
|
* spec {
|
|
102
|
-
* workflow_instance_id: "
|
|
102
|
+
* workflow_instance_id: "wfi_customer-onboarding-prod"
|
|
103
103
|
* trigger_message: "New customer: customer-email@example.com"
|
|
104
104
|
* trigger_metadata: {
|
|
105
105
|
* "source": "api"
|
|
@@ -118,6 +118,7 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
118
118
|
/**
|
|
119
119
|
* System-managed execution state and results.
|
|
120
120
|
*
|
|
121
|
+
* @internal
|
|
121
122
|
* Contains:
|
|
122
123
|
* - phase: Current lifecycle phase (PENDING → IN_PROGRESS → COMPLETED/FAILED/CANCELLED)
|
|
123
124
|
* - tasks: List of workflow tasks with their execution state (source of truth for progress)
|
|
@@ -125,7 +126,7 @@ export type WorkflowExecution = Message<"ai.stigmer.agentic.workflowexecution.v1
|
|
|
125
126
|
* - error: Error message (only for FAILED executions)
|
|
126
127
|
* - started_at: Timestamp when execution started
|
|
127
128
|
* - completed_at: Timestamp when execution finished (COMPLETED/FAILED/CANCELLED)
|
|
128
|
-
* - temporal_workflow_id: Correlation ID for
|
|
129
|
+
* - temporal_workflow_id: Correlation ID for workflow engine
|
|
129
130
|
*
|
|
130
131
|
* The status is continuously updated by the workflow execution engine as the workflow progresses.
|
|
131
132
|
* Users can read status but cannot modify it - it reflects the actual execution state.
|
|
@@ -158,6 +159,7 @@ export declare const WorkflowExecutionSchema: GenMessage<WorkflowExecution>;
|
|
|
158
159
|
/**
|
|
159
160
|
* WorkflowExecutionStatus contains all system-managed execution state and results.
|
|
160
161
|
*
|
|
162
|
+
* @internal
|
|
161
163
|
* Everything populated during or after execution goes here, not in spec.
|
|
162
164
|
* This message follows the standard pattern: audit information at field 99, custom fields at 1-98.
|
|
163
165
|
*
|
|
@@ -181,7 +183,9 @@ export declare const WorkflowExecutionSchema: GenMessage<WorkflowExecution>;
|
|
|
181
183
|
*/
|
|
182
184
|
export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionStatus"> & {
|
|
183
185
|
/**
|
|
184
|
-
* Standard audit information
|
|
186
|
+
* Standard audit information including timestamps and created-by identity.
|
|
187
|
+
*
|
|
188
|
+
* @internal
|
|
185
189
|
* Always at field 99 for consistency across all Stigmer API resources.
|
|
186
190
|
*
|
|
187
191
|
* Contains:
|
|
@@ -189,26 +193,13 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
189
193
|
* - updated_at: Last time status was updated (ISO 8601 timestamp)
|
|
190
194
|
* - created_by: User or system that created this execution
|
|
191
195
|
*
|
|
192
|
-
* Example:
|
|
193
|
-
* audit {
|
|
194
|
-
* created_at: "2025-01-11T14:30:22Z"
|
|
195
|
-
* updated_at: "2025-01-11T14:32:15Z"
|
|
196
|
-
* created_by: "usr-john-doe"
|
|
197
|
-
* }
|
|
198
|
-
*
|
|
199
196
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
200
197
|
*/
|
|
201
198
|
audit?: ApiResourceAudit;
|
|
202
199
|
/**
|
|
203
200
|
* Current execution lifecycle phase.
|
|
204
201
|
*
|
|
205
|
-
*
|
|
206
|
-
* - EXECUTION_PENDING: Execution created, waiting to start
|
|
207
|
-
* - EXECUTION_IN_PROGRESS: Actively executing tasks
|
|
208
|
-
* - EXECUTION_COMPLETED: Successfully completed all tasks
|
|
209
|
-
* - EXECUTION_FAILED: Failed during execution (see error field)
|
|
210
|
-
* - EXECUTION_CANCELLED: Cancelled by user or system
|
|
211
|
-
*
|
|
202
|
+
* @internal
|
|
212
203
|
* Phase Transitions:
|
|
213
204
|
* PENDING → IN_PROGRESS → COMPLETED
|
|
214
205
|
* ↓ ↘ FAILED
|
|
@@ -226,8 +217,9 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
226
217
|
*/
|
|
227
218
|
phase: ExecutionPhase;
|
|
228
219
|
/**
|
|
229
|
-
* Workflow tasks with their execution state
|
|
220
|
+
* Workflow tasks with their individual execution state.
|
|
230
221
|
*
|
|
222
|
+
* @internal
|
|
231
223
|
* Tasks represent the atomic units of work within the workflow.
|
|
232
224
|
* Each task has:
|
|
233
225
|
* - task_id: Unique identifier within this execution
|
|
@@ -249,42 +241,13 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
249
241
|
* - Progress percentage: (completed_tasks / total_tasks) * 100
|
|
250
242
|
* - Current task: tasks.find(status == IN_PROGRESS)
|
|
251
243
|
*
|
|
252
|
-
* Use Cases:
|
|
253
|
-
* - Display task-level progress in UI (which tasks are done, which are running)
|
|
254
|
-
* - Calculate overall progress (no need to store total_tasks/completed_tasks)
|
|
255
|
-
* - Debug task failures (inspect task inputs, outputs, errors)
|
|
256
|
-
* - Retry individual failed tasks (if workflow supports partial retry)
|
|
257
|
-
* - Audit task execution for compliance
|
|
258
|
-
*
|
|
259
|
-
* Example:
|
|
260
|
-
* tasks: [
|
|
261
|
-
* {
|
|
262
|
-
* task_id: "task-1"
|
|
263
|
-
* task_name: "validate_email"
|
|
264
|
-
* task_type: WORKFLOW_TASK_API_CALL
|
|
265
|
-
* status: WORKFLOW_TASK_COMPLETED
|
|
266
|
-
* started_at: "2025-01-11T14:30:23Z"
|
|
267
|
-
* completed_at: "2025-01-11T14:30:23.450Z"
|
|
268
|
-
* output: { "valid": true, "domain": "example.com" }
|
|
269
|
-
* }
|
|
270
|
-
* {
|
|
271
|
-
* task_id: "task-2"
|
|
272
|
-
* task_name: "create_account"
|
|
273
|
-
* task_type: WORKFLOW_TASK_AGENT_INVOCATION
|
|
274
|
-
* status: WORKFLOW_TASK_IN_PROGRESS
|
|
275
|
-
* started_at: "2025-01-11T14:30:24Z"
|
|
276
|
-
* }
|
|
277
|
-
* ]
|
|
278
|
-
*
|
|
279
244
|
* @generated from field: repeated ai.stigmer.agentic.workflowexecution.v1.WorkflowTask tasks = 2;
|
|
280
245
|
*/
|
|
281
246
|
tasks: WorkflowTask[];
|
|
282
247
|
/**
|
|
283
|
-
*
|
|
284
|
-
*
|
|
285
|
-
* Contains the final result or payload produced by the workflow.
|
|
286
|
-
* Only populated when phase == EXECUTION_COMPLETED.
|
|
248
|
+
* Final workflow output, populated only when phase is EXECUTION_COMPLETED.
|
|
287
249
|
*
|
|
250
|
+
* @internal
|
|
288
251
|
* The output structure is workflow-specific and defined by the Workflow template.
|
|
289
252
|
* Common patterns:
|
|
290
253
|
* - API response data (e.g., created user ID, order confirmation)
|
|
@@ -292,23 +255,14 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
292
255
|
* - Links to generated artifacts (reports, files)
|
|
293
256
|
* - Summary statistics (items processed, duration)
|
|
294
257
|
*
|
|
295
|
-
* Example (customer onboarding workflow):
|
|
296
|
-
* output: {
|
|
297
|
-
* "customer_id": "cus-abc123"
|
|
298
|
-
* "account_created": true
|
|
299
|
-
* "welcome_email_sent": true
|
|
300
|
-
* "trial_activated": true
|
|
301
|
-
* "trial_expires_at": "2025-02-10T14:30:22Z"
|
|
302
|
-
* }
|
|
303
|
-
*
|
|
304
258
|
* @generated from field: google.protobuf.Struct output = 3;
|
|
305
259
|
*/
|
|
306
260
|
output?: JsonObject;
|
|
307
261
|
/**
|
|
308
|
-
* Error message
|
|
262
|
+
* Error message, populated only when phase is EXECUTION_FAILED.
|
|
309
263
|
*
|
|
264
|
+
* @internal
|
|
310
265
|
* Contains a human-readable description of what went wrong.
|
|
311
|
-
* Only populated when phase == EXECUTION_FAILED.
|
|
312
266
|
*
|
|
313
267
|
* Error message includes:
|
|
314
268
|
* - What failed (which task or workflow step)
|
|
@@ -317,60 +271,45 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
317
271
|
*
|
|
318
272
|
* For detailed debugging, inspect tasks[].error for task-specific error messages.
|
|
319
273
|
*
|
|
320
|
-
* Example:
|
|
321
|
-
* error: "Task 'create_account' failed: API rate limit exceeded (429). Retry after 60 seconds."
|
|
322
|
-
*
|
|
323
274
|
* @generated from field: string error = 4;
|
|
324
275
|
*/
|
|
325
276
|
error: string;
|
|
326
277
|
/**
|
|
327
|
-
* ISO 8601 timestamp when execution started.
|
|
328
|
-
*
|
|
329
|
-
* Set when the workflow execution engine begins processing this execution.
|
|
330
|
-
* This is when phase transitions from PENDING to IN_PROGRESS.
|
|
278
|
+
* ISO 8601 timestamp when execution started processing.
|
|
331
279
|
*
|
|
280
|
+
* @internal
|
|
281
|
+
* Set when phase transitions from PENDING to IN_PROGRESS.
|
|
332
282
|
* Format: "YYYY-MM-DDTHH:MM:SSZ" (UTC timezone)
|
|
333
|
-
* Example: "2025-01-11T14:30:22Z"
|
|
334
|
-
*
|
|
335
|
-
* Used for:
|
|
336
|
-
* - Calculating execution duration (completed_at - started_at)
|
|
337
|
-
* - Sorting executions by start time
|
|
338
|
-
* - Detecting stuck executions (started but not completed after X hours)
|
|
339
283
|
*
|
|
340
284
|
* @generated from field: string started_at = 5;
|
|
341
285
|
*/
|
|
342
286
|
startedAt: string;
|
|
343
287
|
/**
|
|
344
|
-
* ISO 8601 timestamp when execution
|
|
288
|
+
* ISO 8601 timestamp when execution reached a terminal state.
|
|
345
289
|
*
|
|
290
|
+
* @internal
|
|
346
291
|
* Set when the workflow reaches a terminal state:
|
|
347
292
|
* - EXECUTION_COMPLETED: Successfully finished
|
|
348
293
|
* - EXECUTION_FAILED: Failed during execution
|
|
349
294
|
* - EXECUTION_CANCELLED: Cancelled by user or system
|
|
350
295
|
*
|
|
351
296
|
* Not set for PENDING or IN_PROGRESS executions.
|
|
352
|
-
*
|
|
353
297
|
* Format: "YYYY-MM-DDTHH:MM:SSZ" (UTC timezone)
|
|
354
|
-
* Example: "2025-01-11T14:35:47Z"
|
|
355
|
-
*
|
|
356
|
-
* Used for:
|
|
357
|
-
* - Calculating execution duration (completed_at - started_at)
|
|
358
|
-
* - Retention policies (delete completed executions after 30 days)
|
|
359
|
-
* - SLA monitoring (alert if execution takes longer than expected)
|
|
360
298
|
*
|
|
361
299
|
* @generated from field: string completed_at = 6;
|
|
362
300
|
*/
|
|
363
301
|
completedAt: string;
|
|
364
302
|
/**
|
|
365
|
-
*
|
|
303
|
+
* Correlation ID for the underlying workflow engine.
|
|
366
304
|
*
|
|
367
|
-
*
|
|
305
|
+
* @internal
|
|
306
|
+
* This is the workflow ID in Temporal, used for:
|
|
368
307
|
* - Correlation between Stigmer and Temporal (for debugging)
|
|
369
308
|
* - Querying Temporal directly (for advanced troubleshooting)
|
|
370
309
|
* - Signaling or cancelling Temporal workflows
|
|
371
310
|
*
|
|
372
311
|
* Format: Typically "{workflow_instance_id}-{execution_id}" or a UUID
|
|
373
|
-
* Example: "
|
|
312
|
+
* Example: "wfi_prod-deploy-wfx_abc123xyz456" or "temporal-wf-uuid-12345"
|
|
374
313
|
*
|
|
375
314
|
* This field is optional and only relevant when Temporal is used as the execution engine.
|
|
376
315
|
* Other workflow engines (Step Functions, Argo, etc.) may use different correlation IDs.
|
|
@@ -379,21 +318,20 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
379
318
|
*/
|
|
380
319
|
temporalWorkflowId: string;
|
|
381
320
|
/**
|
|
382
|
-
* Pending approvals from child agent tool executions
|
|
321
|
+
* Pending approvals from child agent tool executions.
|
|
383
322
|
*
|
|
323
|
+
* @internal
|
|
384
324
|
* Populated when workflow tasks invoke agents that enter
|
|
385
325
|
* EXECUTION_WAITING_FOR_APPROVAL phase. This surfaces all approval
|
|
386
326
|
* requests at the workflow level for UI visibility.
|
|
387
327
|
*
|
|
388
|
-
*
|
|
389
|
-
*
|
|
328
|
+
* Full-Replace Protocol:
|
|
390
329
|
* The workflow-runner always sends the complete set of pending approvals
|
|
391
330
|
* via UpdateStatus. The server replaces the stored list unconditionally:
|
|
392
331
|
* - Non-empty list: child agent(s) need approval
|
|
393
332
|
* - Empty list: all approvals resolved, clear the field
|
|
394
333
|
*
|
|
395
|
-
*
|
|
396
|
-
*
|
|
334
|
+
* Parallel Agents:
|
|
397
335
|
* When multiple child agents run in parallel, entries from different children
|
|
398
336
|
* accumulate in this list. Each entry's child_agent_execution_id distinguishes
|
|
399
337
|
* the source.
|
|
@@ -408,9 +346,9 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
408
346
|
*/
|
|
409
347
|
export declare const WorkflowExecutionStatusSchema: GenMessage<WorkflowExecutionStatus>;
|
|
410
348
|
/**
|
|
411
|
-
* WorkflowPendingApproval
|
|
412
|
-
* with the routing information needed for workflow-level approval forwarding.
|
|
349
|
+
* WorkflowPendingApproval pairs approval details with routing information for workflow-level forwarding.
|
|
413
350
|
*
|
|
351
|
+
* @internal
|
|
414
352
|
* PendingApproval is an agentexecution domain type — it describes what tool
|
|
415
353
|
* needs approval. WorkflowPendingApproval adds the workflow-level concern:
|
|
416
354
|
* which child agent execution the approval should be forwarded to.
|
|
@@ -419,14 +357,15 @@ export declare const WorkflowExecutionStatusSchema: GenMessage<WorkflowExecution
|
|
|
419
357
|
*/
|
|
420
358
|
export type WorkflowPendingApproval = Message<"ai.stigmer.agentic.workflowexecution.v1.WorkflowPendingApproval"> & {
|
|
421
359
|
/**
|
|
422
|
-
*
|
|
360
|
+
* Approval details from the child agent's tool call.
|
|
423
361
|
*
|
|
424
362
|
* @generated from field: ai.stigmer.agentic.agentexecution.v1.PendingApproval approval = 1;
|
|
425
363
|
*/
|
|
426
364
|
approval?: PendingApproval;
|
|
427
365
|
/**
|
|
428
|
-
*
|
|
366
|
+
* ID of the child agent execution to forward the approval decision to.
|
|
429
367
|
*
|
|
368
|
+
* @internal
|
|
430
369
|
* Set by the workflow-runner when surfacing child agent approvals
|
|
431
370
|
* at the workflow level. WorkflowExecution.SubmitApproval uses this
|
|
432
371
|
* to route the decision to the correct AgentExecution.SubmitApproval RPC.
|
|
@@ -445,6 +384,7 @@ export declare const WorkflowPendingApprovalSchema: GenMessage<WorkflowPendingAp
|
|
|
445
384
|
/**
|
|
446
385
|
* WorkflowTask represents a single task within a workflow execution.
|
|
447
386
|
*
|
|
387
|
+
* @internal
|
|
448
388
|
* Tasks are the atomic units of work in a workflow. Each task:
|
|
449
389
|
* - Has a specific type (agent invocation, API call, approval, conditional, etc.)
|
|
450
390
|
* - Receives input parameters from the workflow context or previous tasks
|
|
@@ -458,26 +398,13 @@ export declare const WorkflowPendingApprovalSchema: GenMessage<WorkflowPendingAp
|
|
|
458
398
|
* 3. Task executes its logic (invoke agent, call API, etc.)
|
|
459
399
|
* 4. Task completes successfully (COMPLETED) or fails (FAILED) or is skipped (SKIPPED)
|
|
460
400
|
*
|
|
461
|
-
* Task Types and Examples:
|
|
462
|
-
* - WORKFLOW_TASK_AGENT_INVOCATION: Invoke an AI agent with a prompt
|
|
463
|
-
* - WORKFLOW_TASK_API_CALL: Call an external API (REST, GraphQL, gRPC)
|
|
464
|
-
* - WORKFLOW_TASK_APPROVAL: Wait for human approval before proceeding
|
|
465
|
-
* - WORKFLOW_TASK_CONDITIONAL: Evaluate a condition to decide next steps
|
|
466
|
-
* - WORKFLOW_TASK_PARALLEL: Execute multiple sub-tasks in parallel
|
|
467
|
-
* - WORKFLOW_TASK_TRANSFORM: Transform data between tasks (map, filter, aggregate)
|
|
468
|
-
*
|
|
469
|
-
* Use Cases:
|
|
470
|
-
* - Display task-level progress in UI (task list with checkmarks)
|
|
471
|
-
* - Debug workflow failures (which task failed, what was the input/output)
|
|
472
|
-
* - Retry individual tasks (if workflow engine supports partial retry)
|
|
473
|
-
* - Monitor task performance (which tasks take longest)
|
|
474
|
-
*
|
|
475
401
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowTask
|
|
476
402
|
*/
|
|
477
403
|
export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.WorkflowTask"> & {
|
|
478
404
|
/**
|
|
479
405
|
* Unique task identifier within this workflow execution.
|
|
480
406
|
*
|
|
407
|
+
* @internal
|
|
481
408
|
* Format: Typically "task-{number}" or a descriptive slug
|
|
482
409
|
* Examples: "task-1", "task-validate-email", "task-send-notification"
|
|
483
410
|
*
|
|
@@ -490,15 +417,10 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
490
417
|
/**
|
|
491
418
|
* Human-readable task name.
|
|
492
419
|
*
|
|
420
|
+
* @internal
|
|
493
421
|
* Describes what this task does in plain language.
|
|
494
422
|
* Used in UI to show task progress and in logs for debugging.
|
|
495
423
|
*
|
|
496
|
-
* Examples:
|
|
497
|
-
* - "Validate customer email"
|
|
498
|
-
* - "Create Stripe account"
|
|
499
|
-
* - "Send welcome email"
|
|
500
|
-
* - "Wait for admin approval"
|
|
501
|
-
*
|
|
502
424
|
* Naming conventions:
|
|
503
425
|
* - Use verb phrases (validate, create, send, wait)
|
|
504
426
|
* - Be specific about what's being operated on
|
|
@@ -510,15 +432,8 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
510
432
|
/**
|
|
511
433
|
* Type of task (agent invocation, API call, approval, etc.).
|
|
512
434
|
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
* - WORKFLOW_TASK_API_CALL: Makes HTTP/gRPC API call to external service
|
|
516
|
-
* - WORKFLOW_TASK_APPROVAL: Pauses workflow, waits for human approval
|
|
517
|
-
* - WORKFLOW_TASK_CONDITIONAL: Evaluates condition, branches to different paths
|
|
518
|
-
* - WORKFLOW_TASK_PARALLEL: Executes multiple sub-tasks concurrently
|
|
519
|
-
* - WORKFLOW_TASK_TRANSFORM: Transforms data using expressions or scripts
|
|
520
|
-
* - WORKFLOW_TASK_CUSTOM: Custom task logic defined by plugins
|
|
521
|
-
*
|
|
435
|
+
* @internal
|
|
436
|
+
* Determines how the task is executed by the workflow engine.
|
|
522
437
|
* The task_type influences:
|
|
523
438
|
* - How task.input is structured (different types expect different input schemas)
|
|
524
439
|
* - How task.output is produced (different types produce different outputs)
|
|
@@ -530,35 +445,12 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
530
445
|
*/
|
|
531
446
|
taskType: WorkflowTaskType;
|
|
532
447
|
/**
|
|
533
|
-
* Task input parameters
|
|
448
|
+
* Task input parameters, structured as JSON.
|
|
534
449
|
*
|
|
450
|
+
* @internal
|
|
535
451
|
* Contains the configuration and data needed for this task to execute.
|
|
536
452
|
* The structure varies by task_type.
|
|
537
453
|
*
|
|
538
|
-
* Examples by task type:
|
|
539
|
-
*
|
|
540
|
-
* WORKFLOW_TASK_AGENT_INVOCATION:
|
|
541
|
-
* input: {
|
|
542
|
-
* "agent_instance_id": "agi-customer-support"
|
|
543
|
-
* "prompt": "Analyze customer feedback: {{workflow.input.feedback}}"
|
|
544
|
-
* "max_tokens": 500
|
|
545
|
-
* }
|
|
546
|
-
*
|
|
547
|
-
* WORKFLOW_TASK_API_CALL:
|
|
548
|
-
* input: {
|
|
549
|
-
* "method": "POST"
|
|
550
|
-
* "url": "https://api.stripe.com/v1/customers"
|
|
551
|
-
* "headers": { "Authorization": "Bearer {{env.STRIPE_API_KEY}}" }
|
|
552
|
-
* "body": { "email": "{{workflow.input.email}}" }
|
|
553
|
-
* }
|
|
554
|
-
*
|
|
555
|
-
* WORKFLOW_TASK_APPROVAL:
|
|
556
|
-
* input: {
|
|
557
|
-
* "approvers": ["usr-admin-1", "usr-admin-2"]
|
|
558
|
-
* "message": "Approve account creation for {{workflow.input.email}}?"
|
|
559
|
-
* "timeout_hours": 24
|
|
560
|
-
* }
|
|
561
|
-
*
|
|
562
454
|
* Input can reference:
|
|
563
455
|
* - Workflow inputs: {{workflow.input.field_name}}
|
|
564
456
|
* - Previous task outputs: {{tasks.task-1.output.field_name}}
|
|
@@ -568,54 +460,19 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
568
460
|
*/
|
|
569
461
|
input?: JsonObject;
|
|
570
462
|
/**
|
|
571
|
-
* Task output results
|
|
463
|
+
* Task output results, populated only when status is WORKFLOW_TASK_COMPLETED.
|
|
572
464
|
*
|
|
465
|
+
* @internal
|
|
573
466
|
* Contains the data produced by this task after successful execution.
|
|
574
|
-
* Only populated when status == WORKFLOW_TASK_COMPLETED.
|
|
575
|
-
*
|
|
576
467
|
* Output can be referenced by subsequent tasks using: {{tasks.this-task-id.output.field_name}}
|
|
577
468
|
*
|
|
578
|
-
* Examples by task type:
|
|
579
|
-
*
|
|
580
|
-
* WORKFLOW_TASK_AGENT_INVOCATION:
|
|
581
|
-
* output: {
|
|
582
|
-
* "agent_execution_id": "agx-abc123"
|
|
583
|
-
* "response": "The customer feedback is positive overall..."
|
|
584
|
-
* "sentiment": "positive"
|
|
585
|
-
* "confidence": 0.92
|
|
586
|
-
* }
|
|
587
|
-
*
|
|
588
|
-
* WORKFLOW_TASK_API_CALL:
|
|
589
|
-
* output: {
|
|
590
|
-
* "status_code": 200
|
|
591
|
-
* "body": {
|
|
592
|
-
* "id": "cus_abc123"
|
|
593
|
-
* "email": "customer@example.com"
|
|
594
|
-
* "created": 1704988800
|
|
595
|
-
* }
|
|
596
|
-
* }
|
|
597
|
-
*
|
|
598
|
-
* WORKFLOW_TASK_APPROVAL:
|
|
599
|
-
* output: {
|
|
600
|
-
* "approved": true
|
|
601
|
-
* "approved_by": "usr-admin-1"
|
|
602
|
-
* "approved_at": "2025-01-11T15:22:33Z"
|
|
603
|
-
* "comment": "Looks good, approved"
|
|
604
|
-
* }
|
|
605
|
-
*
|
|
606
469
|
* @generated from field: google.protobuf.Struct output = 5;
|
|
607
470
|
*/
|
|
608
471
|
output?: JsonObject;
|
|
609
472
|
/**
|
|
610
473
|
* Current task execution status.
|
|
611
474
|
*
|
|
612
|
-
*
|
|
613
|
-
* - WORKFLOW_TASK_PENDING: Task not yet started (waiting for dependencies)
|
|
614
|
-
* - WORKFLOW_TASK_IN_PROGRESS: Task is currently executing
|
|
615
|
-
* - WORKFLOW_TASK_COMPLETED: Task finished successfully
|
|
616
|
-
* - WORKFLOW_TASK_FAILED: Task failed during execution (see error field)
|
|
617
|
-
* - WORKFLOW_TASK_SKIPPED: Task was skipped (conditional logic, early exit)
|
|
618
|
-
*
|
|
475
|
+
* @internal
|
|
619
476
|
* Status Transitions:
|
|
620
477
|
* PENDING → IN_PROGRESS → COMPLETED
|
|
621
478
|
* ↓ ↘ FAILED
|
|
@@ -627,47 +484,31 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
627
484
|
*/
|
|
628
485
|
status: WorkflowTaskStatus;
|
|
629
486
|
/**
|
|
630
|
-
* ISO 8601 timestamp when task started executing.
|
|
487
|
+
* ISO 8601 timestamp when the task started executing.
|
|
631
488
|
*
|
|
489
|
+
* @internal
|
|
632
490
|
* Set when task status changes from PENDING to IN_PROGRESS.
|
|
633
|
-
*
|
|
634
491
|
* Format: "YYYY-MM-DDTHH:MM:SSZ" (UTC timezone)
|
|
635
|
-
* Example: "2025-01-11T14:30:23Z"
|
|
636
|
-
*
|
|
637
|
-
* Used for:
|
|
638
|
-
* - Calculating task duration (completed_at - started_at)
|
|
639
|
-
* - Detecting stuck tasks (started but not completed after X minutes)
|
|
640
|
-
* - Performance analysis (which tasks are slow)
|
|
641
492
|
*
|
|
642
493
|
* @generated from field: string started_at = 7;
|
|
643
494
|
*/
|
|
644
495
|
startedAt: string;
|
|
645
496
|
/**
|
|
646
|
-
* ISO 8601 timestamp when task
|
|
647
|
-
*
|
|
648
|
-
* Set when task reaches a terminal state:
|
|
649
|
-
* - WORKFLOW_TASK_COMPLETED: Successfully finished
|
|
650
|
-
* - WORKFLOW_TASK_FAILED: Failed during execution
|
|
651
|
-
* - WORKFLOW_TASK_SKIPPED: Skipped by conditional logic
|
|
497
|
+
* ISO 8601 timestamp when the task reached a terminal state.
|
|
652
498
|
*
|
|
499
|
+
* @internal
|
|
500
|
+
* Set when task reaches COMPLETED, FAILED, or SKIPPED.
|
|
653
501
|
* Not set for PENDING or IN_PROGRESS tasks.
|
|
654
|
-
*
|
|
655
502
|
* Format: "YYYY-MM-DDTHH:MM:SSZ" (UTC timezone)
|
|
656
|
-
* Example: "2025-01-11T14:30:27.450Z"
|
|
657
|
-
*
|
|
658
|
-
* Used for:
|
|
659
|
-
* - Calculating task duration (completed_at - started_at)
|
|
660
|
-
* - SLA monitoring (alert if task takes longer than expected)
|
|
661
|
-
* - Performance benchmarking (average task duration over time)
|
|
662
503
|
*
|
|
663
504
|
* @generated from field: string completed_at = 8;
|
|
664
505
|
*/
|
|
665
506
|
completedAt: string;
|
|
666
507
|
/**
|
|
667
|
-
* Error message
|
|
508
|
+
* Error message, populated only when status is WORKFLOW_TASK_FAILED.
|
|
668
509
|
*
|
|
510
|
+
* @internal
|
|
669
511
|
* Contains a human-readable description of why the task failed.
|
|
670
|
-
* Only populated when status == WORKFLOW_TASK_FAILED.
|
|
671
512
|
*
|
|
672
513
|
* Error message includes:
|
|
673
514
|
* - What operation failed (API call, agent invocation, etc.)
|
|
@@ -675,21 +516,13 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
675
516
|
* - Error details (status code, exception message, stacktrace)
|
|
676
517
|
* - How to fix it (if known)
|
|
677
518
|
*
|
|
678
|
-
* Examples:
|
|
679
|
-
* - "API call failed: 429 Too Many Requests. Retry after 60 seconds."
|
|
680
|
-
* - "Agent invocation failed: Agent execution timeout after 300 seconds."
|
|
681
|
-
* - "Approval task failed: Timeout after 24 hours with no approval."
|
|
682
|
-
*
|
|
683
|
-
* For detailed debugging, also check:
|
|
684
|
-
* - task.input (what parameters were used)
|
|
685
|
-
* - task.metadata (retry count, execution context)
|
|
686
|
-
*
|
|
687
519
|
* @generated from field: string error = 9;
|
|
688
520
|
*/
|
|
689
521
|
error: string;
|
|
690
522
|
/**
|
|
691
|
-
* Task metadata
|
|
523
|
+
* Task-specific metadata as arbitrary JSON.
|
|
692
524
|
*
|
|
525
|
+
* @internal
|
|
693
526
|
* Contains task-specific information that doesn't fit in other fields.
|
|
694
527
|
* Used for:
|
|
695
528
|
* - Retry count (how many times this task was retried)
|
|
@@ -698,31 +531,6 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
698
531
|
* - Approval history (who approved, when, comments)
|
|
699
532
|
* - Performance metrics (execution time, memory usage)
|
|
700
533
|
*
|
|
701
|
-
* Examples:
|
|
702
|
-
*
|
|
703
|
-
* Agent invocation task:
|
|
704
|
-
* metadata: {
|
|
705
|
-
* "agent_execution_id": "agx-abc123"
|
|
706
|
-
* "retry_count": 0
|
|
707
|
-
* "tokens_used": 450
|
|
708
|
-
* }
|
|
709
|
-
*
|
|
710
|
-
* API call task:
|
|
711
|
-
* metadata: {
|
|
712
|
-
* "retry_count": 2
|
|
713
|
-
* "response_headers": {
|
|
714
|
-
* "x-ratelimit-remaining": "98"
|
|
715
|
-
* "x-request-id": "req-xyz789"
|
|
716
|
-
* }
|
|
717
|
-
* }
|
|
718
|
-
*
|
|
719
|
-
* Approval task:
|
|
720
|
-
* metadata: {
|
|
721
|
-
* "approval_history": [
|
|
722
|
-
* { "user": "usr-admin-1", "action": "approved", "timestamp": "2025-01-11T15:22:33Z" }
|
|
723
|
-
* ]
|
|
724
|
-
* }
|
|
725
|
-
*
|
|
726
534
|
* @generated from field: google.protobuf.Struct metadata = 10;
|
|
727
535
|
*/
|
|
728
536
|
metadata?: JsonObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAYpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,qCAAqC,CAAC;AAEzG,OAAO,EAAE,iDAAiD,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,EAAE,iDAAiD,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,g6DAAg6D,EAAE,CAAC,kDAAkD,EAAE,iDAAiD,EAAE,iDAAiD,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAYpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,qCAAqC,CAAC;AAEzG,OAAO,EAAE,iDAAiD,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,EAAE,iDAAiD,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,g6DAAg6D,EAAE,CAAC,kDAAkD,EAAE,iDAAiD,EAAE,iDAAiD,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAqJ5tE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAmMnE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAmCnE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAsKnE;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|