@stigmer/protos 0.0.69 → 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
|
@@ -5,13 +5,15 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const file_ai_stigmer_platform_github_v1_service: GenFile;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Input for requesting a GitHub OAuth authorize URL.
|
|
9
9
|
*
|
|
10
10
|
* @generated from message ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlRequest
|
|
11
11
|
*/
|
|
12
12
|
export type GetOAuthAuthorizeUrlRequest = Message<"ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlRequest"> & {
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Callback URI that GitHub redirects to after the user authorizes.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
15
17
|
* Must match one of the callback URLs registered on the GitHub App.
|
|
16
18
|
*
|
|
17
19
|
* @generated from field: string redirect_uri = 1;
|
|
@@ -24,20 +26,20 @@ export type GetOAuthAuthorizeUrlRequest = Message<"ai.stigmer.platform.github.v1
|
|
|
24
26
|
*/
|
|
25
27
|
export declare const GetOAuthAuthorizeUrlRequestSchema: GenMessage<GetOAuthAuthorizeUrlRequest>;
|
|
26
28
|
/**
|
|
27
|
-
*
|
|
29
|
+
* Result of requesting a GitHub OAuth authorize URL.
|
|
28
30
|
*
|
|
29
31
|
* @generated from message ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlResponse
|
|
30
32
|
*/
|
|
31
33
|
export type GetOAuthAuthorizeUrlResponse = Message<"ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlResponse"> & {
|
|
32
34
|
/**
|
|
33
|
-
*
|
|
35
|
+
* Full GitHub OAuth authorize URL to redirect the user to.
|
|
34
36
|
*
|
|
35
37
|
* @generated from field: string authorize_url = 1;
|
|
36
38
|
*/
|
|
37
39
|
authorizeUrl: string;
|
|
38
40
|
/**
|
|
39
|
-
*
|
|
40
|
-
* this
|
|
41
|
+
* Random state value for CSRF protection.
|
|
42
|
+
* Pass this back in ExchangeOAuthCodeRequest to verify the callback.
|
|
41
43
|
*
|
|
42
44
|
* @generated from field: string state = 2;
|
|
43
45
|
*/
|
|
@@ -49,26 +51,28 @@ export type GetOAuthAuthorizeUrlResponse = Message<"ai.stigmer.platform.github.v
|
|
|
49
51
|
*/
|
|
50
52
|
export declare const GetOAuthAuthorizeUrlResponseSchema: GenMessage<GetOAuthAuthorizeUrlResponse>;
|
|
51
53
|
/**
|
|
52
|
-
*
|
|
54
|
+
* Input for exchanging a GitHub authorization code for an access token.
|
|
53
55
|
*
|
|
54
56
|
* @generated from message ai.stigmer.platform.github.v1.ExchangeOAuthCodeRequest
|
|
55
57
|
*/
|
|
56
58
|
export type ExchangeOAuthCodeRequest = Message<"ai.stigmer.platform.github.v1.ExchangeOAuthCodeRequest"> & {
|
|
57
59
|
/**
|
|
58
|
-
*
|
|
60
|
+
* Authorization code received from GitHub's OAuth redirect callback.
|
|
59
61
|
*
|
|
60
62
|
* @generated from field: string code = 1;
|
|
61
63
|
*/
|
|
62
64
|
code: string;
|
|
63
65
|
/**
|
|
64
|
-
*
|
|
66
|
+
* State value from the original authorize response, for CSRF verification.
|
|
65
67
|
*
|
|
66
68
|
* @generated from field: string state = 2;
|
|
67
69
|
*/
|
|
68
70
|
state: string;
|
|
69
71
|
/**
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
+
* Redirect URI used in the original authorize request.
|
|
73
|
+
*
|
|
74
|
+
* @internal
|
|
75
|
+
* GitHub requires this to match the value from the authorize step.
|
|
72
76
|
*
|
|
73
77
|
* @generated from field: string redirect_uri = 3;
|
|
74
78
|
*/
|
|
@@ -80,25 +84,25 @@ export type ExchangeOAuthCodeRequest = Message<"ai.stigmer.platform.github.v1.Ex
|
|
|
80
84
|
*/
|
|
81
85
|
export declare const ExchangeOAuthCodeRequestSchema: GenMessage<ExchangeOAuthCodeRequest>;
|
|
82
86
|
/**
|
|
83
|
-
*
|
|
87
|
+
* Result of exchanging a GitHub authorization code for an access token.
|
|
84
88
|
*
|
|
85
89
|
* @generated from message ai.stigmer.platform.github.v1.ExchangeOAuthCodeResponse
|
|
86
90
|
*/
|
|
87
91
|
export type ExchangeOAuthCodeResponse = Message<"ai.stigmer.platform.github.v1.ExchangeOAuthCodeResponse"> & {
|
|
88
92
|
/**
|
|
89
|
-
*
|
|
93
|
+
* GitHub access token for API calls.
|
|
90
94
|
*
|
|
91
95
|
* @generated from field: string access_token = 1;
|
|
92
96
|
*/
|
|
93
97
|
accessToken: string;
|
|
94
98
|
/**
|
|
95
|
-
*
|
|
99
|
+
* Token type (typically "bearer").
|
|
96
100
|
*
|
|
97
101
|
* @generated from field: string token_type = 2;
|
|
98
102
|
*/
|
|
99
103
|
tokenType: string;
|
|
100
104
|
/**
|
|
101
|
-
*
|
|
105
|
+
* Granted OAuth scopes, comma-separated.
|
|
102
106
|
*
|
|
103
107
|
* @generated from field: string scope = 3;
|
|
104
108
|
*/
|
|
@@ -112,28 +116,32 @@ export declare const ExchangeOAuthCodeResponseSchema: GenMessage<ExchangeOAuthCo
|
|
|
112
116
|
/**
|
|
113
117
|
* GitHubService provides OAuth integration with GitHub.
|
|
114
118
|
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
* The service handles the server-side OAuth code exchange (protecting
|
|
121
|
-
* the client_secret) and provides the authorize URL so the frontend
|
|
122
|
-
* does not need to know the client_id or redirect_uri.
|
|
119
|
+
* Use this service to connect a GitHub account via OAuth and obtain
|
|
120
|
+
* an access token for GitHub API calls. The service manages the
|
|
121
|
+
* authorize URL construction and the authorization-code-for-token
|
|
122
|
+
* exchange so callers do not handle OAuth details directly.
|
|
123
123
|
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
124
|
+
* @internal
|
|
125
|
+
* This is a platform utility service — not a domain resource.
|
|
126
|
+
* The backend protects the client_secret during the token exchange
|
|
127
|
+
* and constructs the authorize URL with the registered client_id and
|
|
128
|
+
* redirect_uri so the frontend never needs those values.
|
|
129
|
+
* Tokens are ephemeral — returned to the caller and never persisted.
|
|
126
130
|
*
|
|
127
131
|
* @generated from service ai.stigmer.platform.github.v1.GitHubService
|
|
128
132
|
*/
|
|
129
133
|
export declare const GitHubService: GenService<{
|
|
130
134
|
/**
|
|
131
|
-
*
|
|
135
|
+
* Get the GitHub OAuth authorize URL for initiating the OAuth flow.
|
|
136
|
+
*
|
|
137
|
+
* Returns a URL to redirect the user to and a random state value for
|
|
138
|
+
* CSRF protection. After the user authorizes, GitHub redirects back
|
|
139
|
+
* to your redirect_uri with an authorization code.
|
|
132
140
|
*
|
|
141
|
+
* @internal
|
|
133
142
|
* The backend constructs the URL with the registered client_id, requested
|
|
134
|
-
* scopes, and
|
|
135
|
-
*
|
|
136
|
-
* provided redirect_uri with an authorization code.
|
|
143
|
+
* scopes, and the state parameter. Authorization is skipped because this
|
|
144
|
+
* is a pre-authentication step.
|
|
137
145
|
*
|
|
138
146
|
* @generated from rpc ai.stigmer.platform.github.v1.GitHubService.getOAuthAuthorizeUrl
|
|
139
147
|
*/
|
|
@@ -143,16 +151,17 @@ export declare const GitHubService: GenService<{
|
|
|
143
151
|
output: typeof GetOAuthAuthorizeUrlResponseSchema;
|
|
144
152
|
};
|
|
145
153
|
/**
|
|
146
|
-
*
|
|
154
|
+
* Exchange a GitHub OAuth authorization code for an access token.
|
|
147
155
|
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
* the frontend).
|
|
156
|
+
* Call this after receiving the authorization code from GitHub's OAuth
|
|
157
|
+
* redirect. Pass the code, the state from the original authorize request,
|
|
158
|
+
* and the same redirect_uri. Returns an access token for GitHub API calls.
|
|
152
159
|
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
160
|
+
* @internal
|
|
161
|
+
* The backend performs the token exchange using the client_secret, which
|
|
162
|
+
* must never be exposed to the frontend. The returned access_token is NOT
|
|
163
|
+
* stored by the backend — the caller is responsible for persisting it and
|
|
164
|
+
* including it in subsequent requests that need GitHub access.
|
|
156
165
|
*
|
|
157
166
|
* @generated from rpc ai.stigmer.platform.github.v1.GitHubService.exchangeOAuthCode
|
|
158
167
|
*/
|
|
@@ -31,17 +31,17 @@ export const ExchangeOAuthCodeResponseSchema = /*@__PURE__*/ messageDesc(file_ai
|
|
|
31
31
|
/**
|
|
32
32
|
* GitHubService provides OAuth integration with GitHub.
|
|
33
33
|
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* The service handles the server-side OAuth code exchange (protecting
|
|
40
|
-
* the client_secret) and provides the authorize URL so the frontend
|
|
41
|
-
* does not need to know the client_id or redirect_uri.
|
|
34
|
+
* Use this service to connect a GitHub account via OAuth and obtain
|
|
35
|
+
* an access token for GitHub API calls. The service manages the
|
|
36
|
+
* authorize URL construction and the authorization-code-for-token
|
|
37
|
+
* exchange so callers do not handle OAuth details directly.
|
|
42
38
|
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
39
|
+
* @internal
|
|
40
|
+
* This is a platform utility service — not a domain resource.
|
|
41
|
+
* The backend protects the client_secret during the token exchange
|
|
42
|
+
* and constructs the authorize URL with the registered client_id and
|
|
43
|
+
* redirect_uri so the frontend never needs those values.
|
|
44
|
+
* Tokens are ephemeral — returned to the caller and never persisted.
|
|
45
45
|
*
|
|
46
46
|
* @generated from service ai.stigmer.platform.github.v1.GitHubService
|
|
47
47
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/github/v1/service_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAChJ,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,o8BAAo8B,EAAE,CAAC,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"service_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/github/v1/service_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAChJ,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,o8BAAo8B,EAAE,CAAC,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAmBjjC;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAwB7D;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAiC7D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA8B7D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAE7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,MAAM,aAAa,GAwCrB,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -16,19 +16,12 @@ export declare const file_ai_stigmer_search_v1_io: GenFile;
|
|
|
16
16
|
* - Search: Find resources matching a text query
|
|
17
17
|
* - Discover: Search across all resource kinds
|
|
18
18
|
*
|
|
19
|
+
* @internal
|
|
19
20
|
* Examples:
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* {kinds: [
|
|
23
|
-
*
|
|
24
|
-
* Search agents by text:
|
|
25
|
-
* {kinds: [agent], query: "code review"}
|
|
26
|
-
*
|
|
27
|
-
* Discover all resources matching a query:
|
|
28
|
-
* {kinds: [], query: "kubernetes"}
|
|
29
|
-
*
|
|
30
|
-
* Search multiple kinds:
|
|
31
|
-
* {kinds: [agent, skill], query: "security", org: "acme"}
|
|
21
|
+
* List agents in org: {kinds: [agent], org: "acme", query: ""}
|
|
22
|
+
* Search agents by text: {kinds: [agent], query: "code review"}
|
|
23
|
+
* Discover all: {kinds: [], query: "kubernetes"}
|
|
24
|
+
* Search multiple kinds: {kinds: [agent, skill], query: "security", org: "acme"}
|
|
32
25
|
*
|
|
33
26
|
* @generated from message ai.stigmer.search.v1.SearchRequest
|
|
34
27
|
*/
|
|
@@ -42,6 +35,7 @@ export type SearchRequest = Message<"ai.stigmer.search.v1.SearchRequest"> & {
|
|
|
42
35
|
* - Single kind: Search only that resource type
|
|
43
36
|
* - Multiple kinds: Search specified types
|
|
44
37
|
*
|
|
38
|
+
* @internal
|
|
45
39
|
* Invalid kinds are silently ignored (allows forward compatibility).
|
|
46
40
|
*
|
|
47
41
|
* @generated from field: repeated ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kinds = 1;
|
|
@@ -72,9 +66,9 @@ export type SearchRequest = Message<"ai.stigmer.search.v1.SearchRequest"> & {
|
|
|
72
66
|
* Behavior:
|
|
73
67
|
* - Empty: Search all organizations the caller has access to
|
|
74
68
|
* - Non-empty: Search only within the specified organization
|
|
75
|
-
* Caller must have access to at least one resource in the org
|
|
76
69
|
*
|
|
77
|
-
*
|
|
70
|
+
* @internal
|
|
71
|
+
* Caller must have access to at least one resource in the org.
|
|
78
72
|
*
|
|
79
73
|
* @generated from field: string org = 3;
|
|
80
74
|
*/
|
|
@@ -114,8 +108,8 @@ export declare const SearchRequestSchema: GenMessage<SearchRequest>;
|
|
|
114
108
|
* SearchResponse contains paginated search results with metadata.
|
|
115
109
|
*
|
|
116
110
|
* The response includes:
|
|
117
|
-
* - Matching resources as SearchResult
|
|
118
|
-
* - Counts per kind for
|
|
111
|
+
* - Matching resources as SearchResult summaries
|
|
112
|
+
* - Counts per kind for filtering
|
|
119
113
|
* - Pagination metadata
|
|
120
114
|
*
|
|
121
115
|
* @generated from message ai.stigmer.search.v1.SearchResponse
|
|
@@ -128,8 +122,8 @@ export type SearchResponse = Message<"ai.stigmer.search.v1.SearchResponse"> & {
|
|
|
128
122
|
* - With query: Sorted by relevance score (descending)
|
|
129
123
|
* - Without query: Sorted by created_at (descending, newer first)
|
|
130
124
|
*
|
|
131
|
-
* Each result is a
|
|
132
|
-
* To get the full resource,
|
|
125
|
+
* Each result is a summary, not the full resource.
|
|
126
|
+
* To get the full resource, call the get method for that resource kind.
|
|
133
127
|
*
|
|
134
128
|
* @generated from field: repeated ai.stigmer.search.v1.SearchResult entries = 1;
|
|
135
129
|
*/
|
|
@@ -174,16 +168,17 @@ export type SearchResponse = Message<"ai.stigmer.search.v1.SearchResponse"> & {
|
|
|
174
168
|
*/
|
|
175
169
|
export declare const SearchResponseSchema: GenMessage<SearchResponse>;
|
|
176
170
|
/**
|
|
177
|
-
* SearchResult is a
|
|
171
|
+
* SearchResult is a lightweight summary of an API resource returned by search.
|
|
178
172
|
*
|
|
179
173
|
* Contains only the fields needed for search result display:
|
|
180
174
|
* - Identity: kind, id, slug, org
|
|
181
175
|
* - Display: name, description, tags
|
|
182
176
|
* - Metadata: visibility, timestamps, relevance score
|
|
183
177
|
*
|
|
184
|
-
* This is
|
|
185
|
-
* (e.g.,
|
|
178
|
+
* This is not the full resource. To get the complete resource, call the
|
|
179
|
+
* get method for that resource kind (e.g., client.agent.get()).
|
|
186
180
|
*
|
|
181
|
+
* @internal
|
|
187
182
|
* The description field is populated by each resource's Searchable interface:
|
|
188
183
|
* - Agent: spec.instructions (may be truncated)
|
|
189
184
|
* - Skill: spec.description
|
|
@@ -194,7 +189,7 @@ export declare const SearchResponseSchema: GenMessage<SearchResponse>;
|
|
|
194
189
|
*/
|
|
195
190
|
export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
196
191
|
/**
|
|
197
|
-
*
|
|
192
|
+
* Type of API resource this result represents (e.g., agent, skill, mcp_server).
|
|
198
193
|
*
|
|
199
194
|
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kind = 1;
|
|
200
195
|
*/
|
|
@@ -202,17 +197,17 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
202
197
|
/**
|
|
203
198
|
* System-generated unique identifier (UUID).
|
|
204
199
|
*
|
|
205
|
-
* Format: Prefixed UUID (e.g., "
|
|
200
|
+
* Format: Prefixed UUID (e.g., "agt_550e8400-e29b-41d4-a716-446655440000").
|
|
206
201
|
* Use this for subsequent API calls to get/update/delete the resource.
|
|
207
202
|
*
|
|
208
203
|
* @generated from field: string id = 2;
|
|
209
204
|
*/
|
|
210
205
|
id: string;
|
|
211
206
|
/**
|
|
212
|
-
* Human-readable display name.
|
|
207
|
+
* Human-readable display name of the resource.
|
|
213
208
|
*
|
|
214
|
-
*
|
|
215
|
-
*
|
|
209
|
+
* @internal
|
|
210
|
+
* From metadata.name.
|
|
216
211
|
*
|
|
217
212
|
* @generated from field: string name = 3;
|
|
218
213
|
*/
|
|
@@ -220,8 +215,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
220
215
|
/**
|
|
221
216
|
* URL-friendly identifier, unique within the organization.
|
|
222
217
|
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
218
|
+
* Lowercase alphanumeric with hyphens (e.g., "code-review-agent", "web-search").
|
|
219
|
+
*
|
|
220
|
+
* @internal
|
|
221
|
+
* From metadata.slug.
|
|
225
222
|
*
|
|
226
223
|
* @generated from field: string slug = 4;
|
|
227
224
|
*/
|
|
@@ -238,25 +235,26 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
238
235
|
*/
|
|
239
236
|
qualifiedSlug: string;
|
|
240
237
|
/**
|
|
241
|
-
* Organization that owns this resource.
|
|
238
|
+
* Organization that owns this resource (e.g., "stigmer", "acme-corp").
|
|
242
239
|
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
240
|
+
* @internal
|
|
241
|
+
* From metadata.org.
|
|
245
242
|
*
|
|
246
243
|
* @generated from field: string org = 6;
|
|
247
244
|
*/
|
|
248
245
|
org: string;
|
|
249
246
|
/**
|
|
250
|
-
* Brief description for display in search results.
|
|
247
|
+
* Brief description of the resource for display in search results.
|
|
251
248
|
*
|
|
249
|
+
* May be empty if the resource has no description.
|
|
250
|
+
*
|
|
251
|
+
* @internal
|
|
252
252
|
* Extracted from the resource spec via the Searchable interface.
|
|
253
253
|
* The source field varies by resource type:
|
|
254
|
-
* - Agent: spec.instructions
|
|
254
|
+
* - Agent: spec.instructions (may be truncated)
|
|
255
255
|
* - Skill: spec.description
|
|
256
256
|
* - McpServer: spec.description
|
|
257
257
|
* - Workflow: spec.description
|
|
258
|
-
*
|
|
259
|
-
* May be empty if the resource has no description.
|
|
260
258
|
* Truncation for display is a presentation concern (CLI/UI responsibility).
|
|
261
259
|
*
|
|
262
260
|
* @generated from field: string description = 7;
|
|
@@ -272,10 +270,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
272
270
|
*/
|
|
273
271
|
visibility: ApiResourceVisibility;
|
|
274
272
|
/**
|
|
275
|
-
*
|
|
273
|
+
* User-provided tags for categorization and filtering.
|
|
276
274
|
*
|
|
277
|
-
*
|
|
278
|
-
*
|
|
275
|
+
* @internal
|
|
276
|
+
* From metadata.tags.
|
|
279
277
|
*
|
|
280
278
|
* @generated from field: repeated string tags = 9;
|
|
281
279
|
*/
|
|
@@ -283,8 +281,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
283
281
|
/**
|
|
284
282
|
* When the resource was created.
|
|
285
283
|
*
|
|
284
|
+
* Used for sorting in list mode (when no query is provided).
|
|
285
|
+
*
|
|
286
|
+
* @internal
|
|
286
287
|
* From status.audit.created_at.
|
|
287
|
-
* Used for sorting in list mode (no query).
|
|
288
288
|
*
|
|
289
289
|
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
290
290
|
*/
|
|
@@ -292,8 +292,8 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
|
292
292
|
/**
|
|
293
293
|
* When the resource was last updated.
|
|
294
294
|
*
|
|
295
|
+
* @internal
|
|
295
296
|
* From status.audit.updated_at.
|
|
296
|
-
* Useful for showing recency in search results.
|
|
297
297
|
*
|
|
298
298
|
* @generated from field: google.protobuf.Timestamp updated_at = 11;
|
|
299
299
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mGAAmG;AACnG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,gEAAgE,CAAC;AAEvJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mCAAmC,CAAC;AAE7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,6vCAA6vC,EAAE,CAAC,qEAAqE,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mGAAmG;AACnG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,gEAAgE,CAAC;AAEvJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mCAAmC,CAAC;AAE7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,6vCAA6vC,EAAE,CAAC,qEAAqE,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAkGj+C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA8D/C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AAgK/C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* SearchService provides unified search across
|
|
2
|
+
* SearchService provides unified search and discovery across API resources.
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* A single RPC handles listing, searching, and discovering resources.
|
|
5
|
+
* The behavior depends on the combination of request parameters:
|
|
6
|
+
* specify kinds to filter by resource type, provide a query for full-text
|
|
7
|
+
* search, or leave both empty to list all accessible resources.
|
|
8
|
+
*
|
|
9
|
+
* Results only include resources the caller has permission to view.
|
|
10
|
+
*
|
|
11
|
+
* @internal
|
|
12
|
+
* This is a CQRS Query Service on the read-side. It queries multiple domain
|
|
13
|
+
* aggregates (Agent, Skill, McpServer, Workflow) and returns display-optimized
|
|
14
|
+
* projections. It does not modify state.
|
|
7
15
|
*
|
|
8
|
-
* Architectural Note:
|
|
9
16
|
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
10
17
|
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
11
18
|
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
12
19
|
*
|
|
13
|
-
* Authorization
|
|
14
|
-
*
|
|
15
|
-
* SearchService handles authorization programmatically in the handler:
|
|
20
|
+
* Authorization is handled programmatically in the handler (not via
|
|
21
|
+
* declarative authorization options like domain services):
|
|
16
22
|
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
17
23
|
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
18
24
|
* 3. Return only resources the caller has can_view permission on
|
|
@@ -35,25 +41,25 @@ export declare const SearchService: {
|
|
|
35
41
|
* This is the unified entry point for list, search, and discover operations.
|
|
36
42
|
* The behavior is determined by the combination of request parameters:
|
|
37
43
|
*
|
|
38
|
-
* | Operation
|
|
39
|
-
*
|
|
40
|
-
* | List
|
|
41
|
-
* | List All
|
|
42
|
-
* | Search
|
|
43
|
-
* | Search Org| [X]
|
|
44
|
-
* | Discover
|
|
44
|
+
* | Operation | kinds | query | org | Behavior |
|
|
45
|
+
* |------------|---------|-------|--------|----------------------------------------|
|
|
46
|
+
* | List | [X] | "" | "acme" | All X in org, sorted by created_at |
|
|
47
|
+
* | List All | [X] | "" | "" | All accessible X, sorted by created_at |
|
|
48
|
+
* | Search | [X] | "..." | "" | Search X by query, sorted by relevance |
|
|
49
|
+
* | Search Org | [X] | "..." | "acme" | Search X in org, sorted by relevance |
|
|
50
|
+
* | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
|
|
45
51
|
*
|
|
46
52
|
* Sort Order:
|
|
47
53
|
* - With query: Results sorted by relevance score (descending)
|
|
48
54
|
* - Without query: Results sorted by created_at (descending, newer first)
|
|
49
55
|
*
|
|
50
|
-
* Authorization:
|
|
51
|
-
* Returns only resources the caller has can_view permission on.
|
|
52
|
-
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
53
|
-
*
|
|
54
56
|
* Pagination:
|
|
55
57
|
* Use page.num (1-indexed) and page.size to paginate results.
|
|
56
|
-
* Response includes total_count and total_pages for
|
|
58
|
+
* Response includes total_count and total_pages for pagination controls.
|
|
59
|
+
*
|
|
60
|
+
* @internal
|
|
61
|
+
* Authorization: Returns only resources the caller has can_view permission on.
|
|
62
|
+
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
57
63
|
*
|
|
58
64
|
* @generated from rpc ai.stigmer.search.v1.SearchService.search
|
|
59
65
|
*/
|
|
@@ -4,20 +4,26 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
* SearchService provides unified search across
|
|
7
|
+
* SearchService provides unified search and discovery across API resources.
|
|
8
8
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
9
|
+
* A single RPC handles listing, searching, and discovering resources.
|
|
10
|
+
* The behavior depends on the combination of request parameters:
|
|
11
|
+
* specify kinds to filter by resource type, provide a query for full-text
|
|
12
|
+
* search, or leave both empty to list all accessible resources.
|
|
13
|
+
*
|
|
14
|
+
* Results only include resources the caller has permission to view.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
17
|
+
* This is a CQRS Query Service on the read-side. It queries multiple domain
|
|
18
|
+
* aggregates (Agent, Skill, McpServer, Workflow) and returns display-optimized
|
|
19
|
+
* projections. It does not modify state.
|
|
12
20
|
*
|
|
13
|
-
* Architectural Note:
|
|
14
21
|
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
15
22
|
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
16
23
|
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
17
24
|
*
|
|
18
|
-
* Authorization
|
|
19
|
-
*
|
|
20
|
-
* SearchService handles authorization programmatically in the handler:
|
|
25
|
+
* Authorization is handled programmatically in the handler (not via
|
|
26
|
+
* declarative authorization options like domain services):
|
|
21
27
|
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
22
28
|
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
23
29
|
* 3. Return only resources the caller has can_view permission on
|
|
@@ -40,25 +46,25 @@ export const SearchService = {
|
|
|
40
46
|
* This is the unified entry point for list, search, and discover operations.
|
|
41
47
|
* The behavior is determined by the combination of request parameters:
|
|
42
48
|
*
|
|
43
|
-
* | Operation
|
|
44
|
-
*
|
|
45
|
-
* | List
|
|
46
|
-
* | List All
|
|
47
|
-
* | Search
|
|
48
|
-
* | Search Org| [X]
|
|
49
|
-
* | Discover
|
|
49
|
+
* | Operation | kinds | query | org | Behavior |
|
|
50
|
+
* |------------|---------|-------|--------|----------------------------------------|
|
|
51
|
+
* | List | [X] | "" | "acme" | All X in org, sorted by created_at |
|
|
52
|
+
* | List All | [X] | "" | "" | All accessible X, sorted by created_at |
|
|
53
|
+
* | Search | [X] | "..." | "" | Search X by query, sorted by relevance |
|
|
54
|
+
* | Search Org | [X] | "..." | "acme" | Search X in org, sorted by relevance |
|
|
55
|
+
* | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
|
|
50
56
|
*
|
|
51
57
|
* Sort Order:
|
|
52
58
|
* - With query: Results sorted by relevance score (descending)
|
|
53
59
|
* - Without query: Results sorted by created_at (descending, newer first)
|
|
54
60
|
*
|
|
55
|
-
* Authorization:
|
|
56
|
-
* Returns only resources the caller has can_view permission on.
|
|
57
|
-
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
58
|
-
*
|
|
59
61
|
* Pagination:
|
|
60
62
|
* Use page.num (1-indexed) and page.size to paginate results.
|
|
61
|
-
* Response includes total_count and total_pages for
|
|
63
|
+
* Response includes total_count and total_pages for pagination controls.
|
|
64
|
+
*
|
|
65
|
+
* @internal
|
|
66
|
+
* Authorization: Returns only resources the caller has can_view permission on.
|
|
67
|
+
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
62
68
|
*
|
|
63
69
|
* @generated from rpc ai.stigmer.search.v1.SearchService.search
|
|
64
70
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|