@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 { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_agentic_workflowinstance_v1_spec: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
* WorkflowInstanceSpec defines the
|
|
9
|
+
* WorkflowInstanceSpec defines the configurable properties of a workflow instance.
|
|
10
10
|
*
|
|
11
|
+
* @internal
|
|
11
12
|
* This is the "Instance" layer in the Template→Instance→Execution pattern.
|
|
12
13
|
* It provides stateful configuration with environment bindings and secrets.
|
|
13
14
|
*
|
|
@@ -27,47 +28,33 @@ export type WorkflowInstanceSpec = Message<"ai.stigmer.agentic.workflowinstance.
|
|
|
27
28
|
/**
|
|
28
29
|
* Reference to the Workflow template this instance deploys.
|
|
29
30
|
*
|
|
31
|
+
* @internal
|
|
30
32
|
* This links the instance to a reusable orchestration blueprint.
|
|
31
33
|
* The Workflow defines which AgentInstances to orchestrate and in what order.
|
|
32
|
-
*
|
|
33
|
-
* Format: Workflow resource ID (e.g., "wfl-abc123")
|
|
34
|
+
* Format: Workflow resource ID (e.g., "wfl_abc123")
|
|
34
35
|
* Validation: Minimum length of 1 character (required field)
|
|
35
36
|
*
|
|
36
|
-
* Example: "wfl-abc123" (references a Workflow named "deploy-to-cloud")
|
|
37
|
-
*
|
|
38
37
|
* @generated from field: string workflow_id = 1;
|
|
39
38
|
*/
|
|
40
39
|
workflowId: string;
|
|
41
40
|
/**
|
|
42
|
-
* Human-readable description
|
|
43
|
-
*
|
|
44
|
-
* Use this to document:
|
|
45
|
-
* - Purpose of this instance
|
|
46
|
-
* - Environment it targets (dev, staging, prod)
|
|
47
|
-
* - Team or project ownership
|
|
48
|
-
* - Special configuration notes
|
|
49
|
-
*
|
|
50
|
-
* Examples:
|
|
51
|
-
* - "Production CI/CD pipeline for main branch"
|
|
52
|
-
* - "Staging environment deployment for feature testing"
|
|
53
|
-
* - "Data pipeline for analytics team - runs daily at midnight"
|
|
54
|
-
* - "Customer onboarding workflow for ACME Corp"
|
|
41
|
+
* Human-readable description of this workflow instance.
|
|
55
42
|
*
|
|
56
43
|
* @generated from field: string description = 2;
|
|
57
44
|
*/
|
|
58
45
|
description: string;
|
|
59
46
|
/**
|
|
60
|
-
*
|
|
47
|
+
* Ordered list of Environment resources providing configuration and secrets.
|
|
48
|
+
*
|
|
49
|
+
* Environments are merged in declaration order — later entries override
|
|
50
|
+
* earlier ones when keys conflict.
|
|
61
51
|
*
|
|
52
|
+
* @internal
|
|
62
53
|
* Environments are layered configuration containers that provide:
|
|
63
54
|
* - Environment variables (API keys, endpoints, flags)
|
|
64
55
|
* - Secrets (credentials, tokens, passwords)
|
|
65
56
|
* - Configuration values (timeouts, limits, settings)
|
|
66
57
|
*
|
|
67
|
-
* Layering Behavior:
|
|
68
|
-
* Environments are merged in order - later environments override earlier ones.
|
|
69
|
-
* This enables a base + overrides pattern:
|
|
70
|
-
*
|
|
71
58
|
* Example layering:
|
|
72
59
|
* [base-env, aws-prod-env, github-team-env]
|
|
73
60
|
* └─ base-env: Common settings for all instances
|
|
@@ -80,7 +67,7 @@ export type WorkflowInstanceSpec = Message<"ai.stigmer.agentic.workflowinstance.
|
|
|
80
67
|
* - Layered: [base, cloud, team] - Base + cloud credentials + team settings
|
|
81
68
|
*
|
|
82
69
|
* References use ApiResourceReference which supports:
|
|
83
|
-
* - By ID: {id: "
|
|
70
|
+
* - By ID: {id: "env_abc123"}
|
|
84
71
|
* - By slug: {slug: "aws-prod-env"}
|
|
85
72
|
*
|
|
86
73
|
* At execution time, the WorkflowExecution runtime merges these environments
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,qfAAqf,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,qfAAqf,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6ExkB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -74,16 +74,20 @@ export type ApiResourceKindMeta = Message<"ai.stigmer.commons.apiresource.apires
|
|
|
74
74
|
*/
|
|
75
75
|
export declare const ApiResourceKindMetaSchema: GenMessage<ApiResourceKindMeta>;
|
|
76
76
|
/**
|
|
77
|
-
* API resource version
|
|
77
|
+
* API resource version.
|
|
78
78
|
*
|
|
79
79
|
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
|
|
80
80
|
*/
|
|
81
81
|
export declare enum ApiResourceVersion {
|
|
82
82
|
/**
|
|
83
|
+
* Default value when no version is set.
|
|
84
|
+
*
|
|
83
85
|
* @generated from enum value: api_resource_version_unspecified = 0;
|
|
84
86
|
*/
|
|
85
87
|
api_resource_version_unspecified = 0,
|
|
86
88
|
/**
|
|
89
|
+
* Current API version for all resource types.
|
|
90
|
+
*
|
|
87
91
|
* @generated from enum value: v1 = 1;
|
|
88
92
|
*/
|
|
89
93
|
v1 = 1
|
|
@@ -143,101 +147,127 @@ export declare enum PlatformIdValue {
|
|
|
143
147
|
*/
|
|
144
148
|
export declare const PlatformIdValueSchema: GenEnum<PlatformIdValue>;
|
|
145
149
|
/**
|
|
146
|
-
* API resource kinds for Stigmer
|
|
150
|
+
* API resource kinds for Stigmer.
|
|
147
151
|
*
|
|
148
152
|
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
|
|
149
153
|
*/
|
|
150
154
|
export declare enum ApiResourceKind {
|
|
151
155
|
/**
|
|
156
|
+
* Default value for unset or unrecognized resource kinds.
|
|
157
|
+
*
|
|
152
158
|
* @generated from enum value: api_resource_kind_unknown = 0;
|
|
153
159
|
*/
|
|
154
160
|
api_resource_kind_unknown = 0,
|
|
155
161
|
/**
|
|
156
|
-
*
|
|
162
|
+
* Immutable version record tracking changes to an API resource.
|
|
157
163
|
*
|
|
158
164
|
* @generated from enum value: api_resource_version = 1;
|
|
159
165
|
*/
|
|
160
166
|
api_resource_version = 1,
|
|
161
167
|
/**
|
|
162
|
-
*
|
|
168
|
+
* Role-based access control policy for granting permissions on resources.
|
|
163
169
|
*
|
|
164
170
|
* @generated from enum value: iam_policy = 10;
|
|
165
171
|
*/
|
|
166
172
|
iam_policy = 10,
|
|
167
173
|
/**
|
|
174
|
+
* User account in the identity system.
|
|
175
|
+
*
|
|
168
176
|
* @generated from enum value: identity_account = 11;
|
|
169
177
|
*/
|
|
170
178
|
identity_account = 11,
|
|
171
179
|
/**
|
|
180
|
+
* Credential for programmatic API access.
|
|
181
|
+
*
|
|
172
182
|
* @generated from enum value: api_key = 12;
|
|
173
183
|
*/
|
|
174
184
|
api_key = 12,
|
|
175
185
|
/**
|
|
176
|
-
*
|
|
186
|
+
* External identity provider for federated authentication.
|
|
177
187
|
*
|
|
178
188
|
* @generated from enum value: identity_provider = 21;
|
|
179
189
|
*/
|
|
180
190
|
identity_provider = 21,
|
|
181
191
|
/**
|
|
182
|
-
*
|
|
192
|
+
* Top-level tenant that owns and manages resources.
|
|
183
193
|
*
|
|
184
194
|
* @generated from enum value: organization = 30;
|
|
185
195
|
*/
|
|
186
196
|
organization = 30,
|
|
187
197
|
/**
|
|
198
|
+
* Singleton platform instance representing the Stigmer deployment.
|
|
199
|
+
*
|
|
188
200
|
* @generated from enum value: platform = 31;
|
|
189
201
|
*/
|
|
190
202
|
platform = 31,
|
|
191
203
|
/**
|
|
192
|
-
*
|
|
204
|
+
* AI assistant with instructions, tools, skills, and a delegation model.
|
|
193
205
|
*
|
|
194
206
|
* @generated from enum value: agent = 40;
|
|
195
207
|
*/
|
|
196
208
|
agent = 40,
|
|
197
209
|
/**
|
|
210
|
+
* Single run of an agent within a session, tracking tool calls and responses.
|
|
211
|
+
*
|
|
198
212
|
* @generated from enum value: agent_execution = 41;
|
|
199
213
|
*/
|
|
200
214
|
agent_execution = 41,
|
|
201
215
|
/**
|
|
216
|
+
* Conversation thread between a user and an agent.
|
|
217
|
+
*
|
|
202
218
|
* @generated from enum value: session = 42;
|
|
203
219
|
*/
|
|
204
220
|
session = 42,
|
|
205
221
|
/**
|
|
222
|
+
* Knowledge resource that provides domain-specific context to an agent.
|
|
223
|
+
*
|
|
206
224
|
* @generated from enum value: skill = 43;
|
|
207
225
|
*/
|
|
208
226
|
skill = 43,
|
|
209
227
|
/**
|
|
228
|
+
* External tool server connected via the Model Context Protocol.
|
|
229
|
+
*
|
|
210
230
|
* @generated from enum value: mcp_server = 44;
|
|
211
231
|
*/
|
|
212
232
|
mcp_server = 44,
|
|
213
233
|
/**
|
|
234
|
+
* Configured deployment of an agent with environment-specific overrides.
|
|
235
|
+
*
|
|
214
236
|
* @generated from enum value: agent_instance = 45;
|
|
215
237
|
*/
|
|
216
238
|
agent_instance = 45,
|
|
217
239
|
/**
|
|
218
|
-
*
|
|
240
|
+
* Multi-step orchestration defining how agents collaborate on a task.
|
|
219
241
|
*
|
|
220
242
|
* @generated from enum value: workflow = 50;
|
|
221
243
|
*/
|
|
222
244
|
workflow = 50,
|
|
223
245
|
/**
|
|
246
|
+
* Configured deployment of a workflow with environment-specific bindings.
|
|
247
|
+
*
|
|
224
248
|
* @generated from enum value: workflow_instance = 51;
|
|
225
249
|
*/
|
|
226
250
|
workflow_instance = 51,
|
|
227
251
|
/**
|
|
252
|
+
* Single run of a workflow instance, tracking step progress and outcomes.
|
|
253
|
+
*
|
|
228
254
|
* @generated from enum value: workflow_execution = 52;
|
|
229
255
|
*/
|
|
230
256
|
workflow_execution = 52,
|
|
231
257
|
/**
|
|
258
|
+
* Named set of variables and secrets for agent and workflow execution.
|
|
259
|
+
*
|
|
232
260
|
* @generated from enum value: environment = 53;
|
|
233
261
|
*/
|
|
234
262
|
environment = 53,
|
|
235
263
|
/**
|
|
264
|
+
* User-owned runtime context for managing execution state.
|
|
265
|
+
*
|
|
236
266
|
* @generated from enum value: execution_context = 54;
|
|
237
267
|
*/
|
|
238
268
|
execution_context = 54,
|
|
239
269
|
/**
|
|
240
|
-
*
|
|
270
|
+
* Aggregate root grouping related resources for lifecycle management.
|
|
241
271
|
*
|
|
242
272
|
* @generated from enum value: project = 60;
|
|
243
273
|
*/
|
|
@@ -15,17 +15,21 @@ export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_ki
|
|
|
15
15
|
*/
|
|
16
16
|
export const ApiResourceKindMetaSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 0);
|
|
17
17
|
/**
|
|
18
|
-
* API resource version
|
|
18
|
+
* API resource version.
|
|
19
19
|
*
|
|
20
20
|
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
|
|
21
21
|
*/
|
|
22
22
|
export var ApiResourceVersion;
|
|
23
23
|
(function (ApiResourceVersion) {
|
|
24
24
|
/**
|
|
25
|
+
* Default value when no version is set.
|
|
26
|
+
*
|
|
25
27
|
* @generated from enum value: api_resource_version_unspecified = 0;
|
|
26
28
|
*/
|
|
27
29
|
ApiResourceVersion[ApiResourceVersion["api_resource_version_unspecified"] = 0] = "api_resource_version_unspecified";
|
|
28
30
|
/**
|
|
31
|
+
* Current API version for all resource types.
|
|
32
|
+
*
|
|
29
33
|
* @generated from enum value: v1 = 1;
|
|
30
34
|
*/
|
|
31
35
|
ApiResourceVersion[ApiResourceVersion["v1"] = 1] = "v1";
|
|
@@ -87,102 +91,128 @@ export var PlatformIdValue;
|
|
|
87
91
|
*/
|
|
88
92
|
export const PlatformIdValueSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 2);
|
|
89
93
|
/**
|
|
90
|
-
* API resource kinds for Stigmer
|
|
94
|
+
* API resource kinds for Stigmer.
|
|
91
95
|
*
|
|
92
96
|
* @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
|
|
93
97
|
*/
|
|
94
98
|
export var ApiResourceKind;
|
|
95
99
|
(function (ApiResourceKind) {
|
|
96
100
|
/**
|
|
101
|
+
* Default value for unset or unrecognized resource kinds.
|
|
102
|
+
*
|
|
97
103
|
* @generated from enum value: api_resource_kind_unknown = 0;
|
|
98
104
|
*/
|
|
99
105
|
ApiResourceKind[ApiResourceKind["api_resource_kind_unknown"] = 0] = "api_resource_kind_unknown";
|
|
100
106
|
/**
|
|
101
|
-
*
|
|
107
|
+
* Immutable version record tracking changes to an API resource.
|
|
102
108
|
*
|
|
103
109
|
* @generated from enum value: api_resource_version = 1;
|
|
104
110
|
*/
|
|
105
111
|
ApiResourceKind[ApiResourceKind["api_resource_version"] = 1] = "api_resource_version";
|
|
106
112
|
/**
|
|
107
|
-
*
|
|
113
|
+
* Role-based access control policy for granting permissions on resources.
|
|
108
114
|
*
|
|
109
115
|
* @generated from enum value: iam_policy = 10;
|
|
110
116
|
*/
|
|
111
117
|
ApiResourceKind[ApiResourceKind["iam_policy"] = 10] = "iam_policy";
|
|
112
118
|
/**
|
|
119
|
+
* User account in the identity system.
|
|
120
|
+
*
|
|
113
121
|
* @generated from enum value: identity_account = 11;
|
|
114
122
|
*/
|
|
115
123
|
ApiResourceKind[ApiResourceKind["identity_account"] = 11] = "identity_account";
|
|
116
124
|
/**
|
|
125
|
+
* Credential for programmatic API access.
|
|
126
|
+
*
|
|
117
127
|
* @generated from enum value: api_key = 12;
|
|
118
128
|
*/
|
|
119
129
|
ApiResourceKind[ApiResourceKind["api_key"] = 12] = "api_key";
|
|
120
130
|
/**
|
|
121
|
-
*
|
|
131
|
+
* External identity provider for federated authentication.
|
|
122
132
|
*
|
|
123
133
|
* @generated from enum value: identity_provider = 21;
|
|
124
134
|
*/
|
|
125
135
|
ApiResourceKind[ApiResourceKind["identity_provider"] = 21] = "identity_provider";
|
|
126
136
|
/**
|
|
127
|
-
*
|
|
137
|
+
* Top-level tenant that owns and manages resources.
|
|
128
138
|
*
|
|
129
139
|
* @generated from enum value: organization = 30;
|
|
130
140
|
*/
|
|
131
141
|
ApiResourceKind[ApiResourceKind["organization"] = 30] = "organization";
|
|
132
142
|
/**
|
|
143
|
+
* Singleton platform instance representing the Stigmer deployment.
|
|
144
|
+
*
|
|
133
145
|
* @generated from enum value: platform = 31;
|
|
134
146
|
*/
|
|
135
147
|
ApiResourceKind[ApiResourceKind["platform"] = 31] = "platform";
|
|
136
148
|
/**
|
|
137
|
-
*
|
|
149
|
+
* AI assistant with instructions, tools, skills, and a delegation model.
|
|
138
150
|
*
|
|
139
151
|
* @generated from enum value: agent = 40;
|
|
140
152
|
*/
|
|
141
153
|
ApiResourceKind[ApiResourceKind["agent"] = 40] = "agent";
|
|
142
154
|
/**
|
|
155
|
+
* Single run of an agent within a session, tracking tool calls and responses.
|
|
156
|
+
*
|
|
143
157
|
* @generated from enum value: agent_execution = 41;
|
|
144
158
|
*/
|
|
145
159
|
ApiResourceKind[ApiResourceKind["agent_execution"] = 41] = "agent_execution";
|
|
146
160
|
/**
|
|
161
|
+
* Conversation thread between a user and an agent.
|
|
162
|
+
*
|
|
147
163
|
* @generated from enum value: session = 42;
|
|
148
164
|
*/
|
|
149
165
|
ApiResourceKind[ApiResourceKind["session"] = 42] = "session";
|
|
150
166
|
/**
|
|
167
|
+
* Knowledge resource that provides domain-specific context to an agent.
|
|
168
|
+
*
|
|
151
169
|
* @generated from enum value: skill = 43;
|
|
152
170
|
*/
|
|
153
171
|
ApiResourceKind[ApiResourceKind["skill"] = 43] = "skill";
|
|
154
172
|
/**
|
|
173
|
+
* External tool server connected via the Model Context Protocol.
|
|
174
|
+
*
|
|
155
175
|
* @generated from enum value: mcp_server = 44;
|
|
156
176
|
*/
|
|
157
177
|
ApiResourceKind[ApiResourceKind["mcp_server"] = 44] = "mcp_server";
|
|
158
178
|
/**
|
|
179
|
+
* Configured deployment of an agent with environment-specific overrides.
|
|
180
|
+
*
|
|
159
181
|
* @generated from enum value: agent_instance = 45;
|
|
160
182
|
*/
|
|
161
183
|
ApiResourceKind[ApiResourceKind["agent_instance"] = 45] = "agent_instance";
|
|
162
184
|
/**
|
|
163
|
-
*
|
|
185
|
+
* Multi-step orchestration defining how agents collaborate on a task.
|
|
164
186
|
*
|
|
165
187
|
* @generated from enum value: workflow = 50;
|
|
166
188
|
*/
|
|
167
189
|
ApiResourceKind[ApiResourceKind["workflow"] = 50] = "workflow";
|
|
168
190
|
/**
|
|
191
|
+
* Configured deployment of a workflow with environment-specific bindings.
|
|
192
|
+
*
|
|
169
193
|
* @generated from enum value: workflow_instance = 51;
|
|
170
194
|
*/
|
|
171
195
|
ApiResourceKind[ApiResourceKind["workflow_instance"] = 51] = "workflow_instance";
|
|
172
196
|
/**
|
|
197
|
+
* Single run of a workflow instance, tracking step progress and outcomes.
|
|
198
|
+
*
|
|
173
199
|
* @generated from enum value: workflow_execution = 52;
|
|
174
200
|
*/
|
|
175
201
|
ApiResourceKind[ApiResourceKind["workflow_execution"] = 52] = "workflow_execution";
|
|
176
202
|
/**
|
|
203
|
+
* Named set of variables and secrets for agent and workflow execution.
|
|
204
|
+
*
|
|
177
205
|
* @generated from enum value: environment = 53;
|
|
178
206
|
*/
|
|
179
207
|
ApiResourceKind[ApiResourceKind["environment"] = 53] = "environment";
|
|
180
208
|
/**
|
|
209
|
+
* User-owned runtime context for managing execution state.
|
|
210
|
+
*
|
|
181
211
|
* @generated from enum value: execution_context = 54;
|
|
182
212
|
*/
|
|
183
213
|
ApiResourceKind[ApiResourceKind["execution_context"] = 54] = "execution_context";
|
|
184
214
|
/**
|
|
185
|
-
*
|
|
215
|
+
* Aggregate root grouping related resources for lifecycle management.
|
|
186
216
|
*
|
|
187
217
|
* @generated from enum value: project = 60;
|
|
188
218
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sKAAsK;AACtK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAExF,OAAO,EAAE,sEAAsE,EAAE,MAAM,yBAAyB,CAAC;AAEjH,OAAO,EAAE,wEAAwE,EAAE,MAAM,2BAA2B,CAAC;AAErH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAGzE;;GAEG;AACH,MAAM,CAAC,MAAM,qEAAqE,GAAY,aAAa,CACzG,QAAQ,CAAC,qrGAAqrG,EAAE,CAAC,sEAAsE,EAAE,wEAAwE,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAwEv3G;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAExF;;;;GAIG;AACH,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sKAAsK;AACtK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAExF,OAAO,EAAE,sEAAsE,EAAE,MAAM,yBAAyB,CAAC;AAEjH,OAAO,EAAE,wEAAwE,EAAE,MAAM,2BAA2B,CAAC;AAErH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAGzE;;GAEG;AACH,MAAM,CAAC,MAAM,qEAAqE,GAAY,aAAa,CACzG,QAAQ,CAAC,qrGAAqrG,EAAE,CAAC,sEAAsE,EAAE,wEAAwE,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAwEv3G;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAExF;;;;GAIG;AACH,MAAM,CAAN,IAAY,kBAcX;AAdD,WAAY,kBAAkB;IAC5B;;;;OAIG;IACH,mHAAoC,CAAA;IAEpC;;;;OAIG;IACH,uDAAM,CAAA;AACR,CAAC,EAdW,kBAAkB,KAAlB,kBAAkB,QAc7B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAgC,aAAa,CAChF,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,CAAN,IAAY,YAmBX;AAnBD,WAAY,YAAY;IACtB;;OAEG;IACH,yFAA6B,CAAA;IAE7B;;;;OAIG;IACH,6DAAe,CAAA;IAEf;;;;OAIG;IACH,2DAAc,CAAA;AAChB,CAAC,EAnBW,YAAY,KAAZ,YAAY,QAmBvB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA0B,aAAa,CACpE,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;;GAKG;AACH,MAAM,CAAN,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB;;OAEG;IACH,uGAAiC,CAAA;IAEjC;;;;;OAKG;IACH,2DAAW,CAAA;AACb,CAAC,EAbW,eAAe,KAAf,eAAe,QAa1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,CAAN,IAAY,eA4IX;AA5ID,WAAY,eAAe;IACzB;;;;OAIG;IACH,+FAA6B,CAAA;IAE7B;;;;OAIG;IACH,qFAAwB,CAAA;IAExB;;;;OAIG;IACH,kEAAe,CAAA;IAEf;;;;OAIG;IACH,8EAAqB,CAAA;IAErB;;;;OAIG;IACH,4DAAY,CAAA;IAEZ;;;;OAIG;IACH,gFAAsB,CAAA;IAEtB;;;;OAIG;IACH,sEAAiB,CAAA;IAEjB;;;;OAIG;IACH,8DAAa,CAAA;IAEb;;;;OAIG;IACH,wDAAU,CAAA;IAEV;;;;OAIG;IACH,4EAAoB,CAAA;IAEpB;;;;OAIG;IACH,4DAAY,CAAA;IAEZ;;;;OAIG;IACH,wDAAU,CAAA;IAEV;;;;OAIG;IACH,kEAAe,CAAA;IAEf;;;;OAIG;IACH,0EAAmB,CAAA;IAEnB;;;;OAIG;IACH,8DAAa,CAAA;IAEb;;;;OAIG;IACH,gFAAsB,CAAA;IAEtB;;;;OAIG;IACH,kFAAuB,CAAA;IAEvB;;;;OAIG;IACH,oEAAgB,CAAA;IAEhB;;;;OAIG;IACH,gFAAsB,CAAA;IAEtB;;;;OAIG;IACH,4DAAY,CAAA;AACd,CAAC,EA5IW,eAAe,KAAf,eAAe,QA4I1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAwD,aAAa,CACzF,OAAO,CAAC,qEAAqE,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -4,36 +4,47 @@ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const file_ai_stigmer_commons_apiresource_enum: GenFile;
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
7
|
+
* Event types produced by command controller RPCs across all API resources.
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
10
|
+
* Different enums could be used per resource, but a shared enum is simpler
|
|
11
|
+
* because events are converted to strings during message passing.
|
|
11
12
|
*
|
|
12
13
|
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
|
|
13
14
|
*/
|
|
14
15
|
export declare enum ApiResourceEventType {
|
|
15
16
|
/**
|
|
17
|
+
* Default value when no event type is set.
|
|
18
|
+
*
|
|
16
19
|
* @generated from enum value: unspecified = 0;
|
|
17
20
|
*/
|
|
18
21
|
unspecified = 0,
|
|
19
22
|
/**
|
|
23
|
+
* Resource was created.
|
|
24
|
+
*
|
|
20
25
|
* @generated from enum value: created = 1;
|
|
21
26
|
*/
|
|
22
27
|
created = 1,
|
|
23
28
|
/**
|
|
29
|
+
* Resource spec or status was updated.
|
|
30
|
+
*
|
|
24
31
|
* @generated from enum value: updated = 2;
|
|
25
32
|
*/
|
|
26
33
|
updated = 2,
|
|
27
34
|
/**
|
|
35
|
+
* Resource was deleted.
|
|
36
|
+
*
|
|
28
37
|
* @generated from enum value: deleted = 3;
|
|
29
38
|
*/
|
|
30
39
|
deleted = 3,
|
|
31
40
|
/**
|
|
41
|
+
* Resource was renamed (slug changed).
|
|
42
|
+
*
|
|
32
43
|
* @generated from enum value: renamed = 4;
|
|
33
44
|
*/
|
|
34
45
|
renamed = 4,
|
|
35
46
|
/**
|
|
36
|
-
*
|
|
47
|
+
* Cloud infrastructure stack outputs were updated.
|
|
37
48
|
*
|
|
38
49
|
* @generated from enum value: stack_outputs_updated = 5;
|
|
39
50
|
*/
|
|
@@ -44,30 +55,48 @@ export declare enum ApiResourceEventType {
|
|
|
44
55
|
*/
|
|
45
56
|
export declare const ApiResourceEventTypeSchema: GenEnum<ApiResourceEventType>;
|
|
46
57
|
/**
|
|
58
|
+
* Operation type for API resource state transitions.
|
|
59
|
+
*
|
|
60
|
+
* @internal
|
|
61
|
+
* Used by the state machine to classify RPC operations and enforce
|
|
62
|
+
* transition rules (e.g., a resource in "deleting" state rejects create).
|
|
63
|
+
*
|
|
47
64
|
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
|
|
48
65
|
*/
|
|
49
66
|
export declare enum ApiResourceStateOperationType {
|
|
50
67
|
/**
|
|
68
|
+
* Default value when no operation type is set.
|
|
69
|
+
*
|
|
51
70
|
* @generated from enum value: api_resource_state_operation_type_unspecified = 0;
|
|
52
71
|
*/
|
|
53
72
|
api_resource_state_operation_type_unspecified = 0,
|
|
54
73
|
/**
|
|
74
|
+
* Create a new resource.
|
|
75
|
+
*
|
|
55
76
|
* @generated from enum value: create = 1;
|
|
56
77
|
*/
|
|
57
78
|
create = 1,
|
|
58
79
|
/**
|
|
80
|
+
* Update an existing resource.
|
|
81
|
+
*
|
|
59
82
|
* @generated from enum value: update = 2;
|
|
60
83
|
*/
|
|
61
84
|
update = 2,
|
|
62
85
|
/**
|
|
86
|
+
* Delete an existing resource.
|
|
87
|
+
*
|
|
63
88
|
* @generated from enum value: delete = 3;
|
|
64
89
|
*/
|
|
65
90
|
delete = 3,
|
|
66
91
|
/**
|
|
92
|
+
* Read a resource (query).
|
|
93
|
+
*
|
|
67
94
|
* @generated from enum value: read = 4;
|
|
68
95
|
*/
|
|
69
96
|
read = 4,
|
|
70
97
|
/**
|
|
98
|
+
* Open a server-streaming connection to a resource.
|
|
99
|
+
*
|
|
71
100
|
* @generated from enum value: stream = 5;
|
|
72
101
|
*/
|
|
73
102
|
stream = 5
|
|
@@ -7,37 +7,48 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
7
7
|
*/
|
|
8
8
|
export const file_ai_stigmer_commons_apiresource_enum = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvZW51bS5wcm90bxIeYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlKnYKFEFwaVJlc291cmNlRXZlbnRUeXBlEg8KC3Vuc3BlY2lmaWVkEAASCwoHY3JlYXRlZBABEgsKB3VwZGF0ZWQQAhILCgdkZWxldGVkEAMSCwoHcmVuYW1lZBAEEhkKFXN0YWNrX291dHB1dHNfdXBkYXRlZBAFKowBCh1BcGlSZXNvdXJjZVN0YXRlT3BlcmF0aW9uVHlwZRIxCi1hcGlfcmVzb3VyY2Vfc3RhdGVfb3BlcmF0aW9uX3R5cGVfdW5zcGVjaWZpZWQQABIKCgZjcmVhdGUQARIKCgZ1cGRhdGUQAhIKCgZkZWxldGUQAxIICgRyZWFkEAQSCgoGc3RyZWFtEAUqbwoVQXBpUmVzb3VyY2VWaXNpYmlsaXR5EicKI2FwaV9yZXNvdXJjZV92aXNpYmlsaXR5X3Vuc3BlY2lmaWVkEAASFgoSdmlzaWJpbGl0eV9wcml2YXRlEAESFQoRdmlzaWJpbGl0eV9wdWJsaWMQAmIGcHJvdG8z");
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* Event types produced by command controller RPCs across all API resources.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
* Different enums could be used per resource, but a shared enum is simpler
|
|
14
|
+
* because events are converted to strings during message passing.
|
|
14
15
|
*
|
|
15
16
|
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
|
|
16
17
|
*/
|
|
17
18
|
export var ApiResourceEventType;
|
|
18
19
|
(function (ApiResourceEventType) {
|
|
19
20
|
/**
|
|
21
|
+
* Default value when no event type is set.
|
|
22
|
+
*
|
|
20
23
|
* @generated from enum value: unspecified = 0;
|
|
21
24
|
*/
|
|
22
25
|
ApiResourceEventType[ApiResourceEventType["unspecified"] = 0] = "unspecified";
|
|
23
26
|
/**
|
|
27
|
+
* Resource was created.
|
|
28
|
+
*
|
|
24
29
|
* @generated from enum value: created = 1;
|
|
25
30
|
*/
|
|
26
31
|
ApiResourceEventType[ApiResourceEventType["created"] = 1] = "created";
|
|
27
32
|
/**
|
|
33
|
+
* Resource spec or status was updated.
|
|
34
|
+
*
|
|
28
35
|
* @generated from enum value: updated = 2;
|
|
29
36
|
*/
|
|
30
37
|
ApiResourceEventType[ApiResourceEventType["updated"] = 2] = "updated";
|
|
31
38
|
/**
|
|
39
|
+
* Resource was deleted.
|
|
40
|
+
*
|
|
32
41
|
* @generated from enum value: deleted = 3;
|
|
33
42
|
*/
|
|
34
43
|
ApiResourceEventType[ApiResourceEventType["deleted"] = 3] = "deleted";
|
|
35
44
|
/**
|
|
45
|
+
* Resource was renamed (slug changed).
|
|
46
|
+
*
|
|
36
47
|
* @generated from enum value: renamed = 4;
|
|
37
48
|
*/
|
|
38
49
|
ApiResourceEventType[ApiResourceEventType["renamed"] = 4] = "renamed";
|
|
39
50
|
/**
|
|
40
|
-
*
|
|
51
|
+
* Cloud infrastructure stack outputs were updated.
|
|
41
52
|
*
|
|
42
53
|
* @generated from enum value: stack_outputs_updated = 5;
|
|
43
54
|
*/
|
|
@@ -48,31 +59,49 @@ export var ApiResourceEventType;
|
|
|
48
59
|
*/
|
|
49
60
|
export const ApiResourceEventTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_enum, 0);
|
|
50
61
|
/**
|
|
62
|
+
* Operation type for API resource state transitions.
|
|
63
|
+
*
|
|
64
|
+
* @internal
|
|
65
|
+
* Used by the state machine to classify RPC operations and enforce
|
|
66
|
+
* transition rules (e.g., a resource in "deleting" state rejects create).
|
|
67
|
+
*
|
|
51
68
|
* @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
|
|
52
69
|
*/
|
|
53
70
|
export var ApiResourceStateOperationType;
|
|
54
71
|
(function (ApiResourceStateOperationType) {
|
|
55
72
|
/**
|
|
73
|
+
* Default value when no operation type is set.
|
|
74
|
+
*
|
|
56
75
|
* @generated from enum value: api_resource_state_operation_type_unspecified = 0;
|
|
57
76
|
*/
|
|
58
77
|
ApiResourceStateOperationType[ApiResourceStateOperationType["api_resource_state_operation_type_unspecified"] = 0] = "api_resource_state_operation_type_unspecified";
|
|
59
78
|
/**
|
|
79
|
+
* Create a new resource.
|
|
80
|
+
*
|
|
60
81
|
* @generated from enum value: create = 1;
|
|
61
82
|
*/
|
|
62
83
|
ApiResourceStateOperationType[ApiResourceStateOperationType["create"] = 1] = "create";
|
|
63
84
|
/**
|
|
85
|
+
* Update an existing resource.
|
|
86
|
+
*
|
|
64
87
|
* @generated from enum value: update = 2;
|
|
65
88
|
*/
|
|
66
89
|
ApiResourceStateOperationType[ApiResourceStateOperationType["update"] = 2] = "update";
|
|
67
90
|
/**
|
|
91
|
+
* Delete an existing resource.
|
|
92
|
+
*
|
|
68
93
|
* @generated from enum value: delete = 3;
|
|
69
94
|
*/
|
|
70
95
|
ApiResourceStateOperationType[ApiResourceStateOperationType["delete"] = 3] = "delete";
|
|
71
96
|
/**
|
|
97
|
+
* Read a resource (query).
|
|
98
|
+
*
|
|
72
99
|
* @generated from enum value: read = 4;
|
|
73
100
|
*/
|
|
74
101
|
ApiResourceStateOperationType[ApiResourceStateOperationType["read"] = 4] = "read";
|
|
75
102
|
/**
|
|
103
|
+
* Open a server-streaming connection to a resource.
|
|
104
|
+
*
|
|
76
105
|
* @generated from enum value: stream = 5;
|
|
77
106
|
*/
|
|
78
107
|
ApiResourceStateOperationType[ApiResourceStateOperationType["stream"] = 5] = "stream";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AAEnnB
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AAEnnB;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,oBA0CX;AA1CD,WAAY,oBAAoB;IAC9B;;;;OAIG;IACH,6EAAe,CAAA;IAEf;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EA1CW,oBAAoB,KAApB,oBAAoB,QA0C/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,6BA0CX;AA1CD,WAAY,6BAA6B;IACvC;;;;OAIG;IACH,mKAAiD,CAAA;IAEjD;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,iFAAQ,CAAA;IAER;;;;OAIG;IACH,qFAAU,CAAA;AACZ,CAAC,EA1CW,6BAA6B,KAA7B,6BAA6B,QA0CxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAN,IAAY,qBA2BX;AA3BD,WAAY,qBAAqB;IAC/B;;;;;OAKG;IACH,+HAAuC,CAAA;IAEvC;;;;;;OAMG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;OAOG;IACH,2FAAqB,CAAA;AACvB,CAAC,EA3BW,qBAAqB,KAArB,qBAAqB,QA2BhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const file_ai_stigmer_commons_apiresource_io: GenFile;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Wraps a system-generated resource identifier.
|
|
12
12
|
*
|
|
13
13
|
* @generated from message ai.stigmer.commons.apiresource.ApiResourceId
|
|
14
14
|
*/
|