@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
|
@@ -5,144 +5,189 @@ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission: GenFile;
|
|
6
6
|
/**
|
|
7
7
|
* ApiResourceIamPermission defines the permissions and structural relations
|
|
8
|
-
* used in the Stigmer authorization model.
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* used in the Stigmer authorization model.
|
|
9
|
+
*
|
|
10
|
+
* Each value maps to an FGA relation name that appears either in RPC
|
|
11
|
+
* authorization annotations or in FGA tuple creation logic.
|
|
12
|
+
*
|
|
13
|
+
* @internal
|
|
14
|
+
* Removed: operator (5), platform (6), can_update_status (28).
|
|
15
|
+
* These values are reserved to prevent accidental reuse.
|
|
11
16
|
*
|
|
12
17
|
* @generated from enum ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission
|
|
13
18
|
*/
|
|
14
19
|
export declare enum ApiResourceIamPermission {
|
|
15
20
|
/**
|
|
21
|
+
* Default unspecified value.
|
|
22
|
+
*
|
|
16
23
|
* @generated from enum value: unspecified = 0;
|
|
17
24
|
*/
|
|
18
25
|
unspecified = 0,
|
|
19
26
|
/**
|
|
20
|
-
*
|
|
27
|
+
* Permission to create a resource.
|
|
21
28
|
*
|
|
22
29
|
* @generated from enum value: create = 1;
|
|
23
30
|
*/
|
|
24
31
|
create = 1,
|
|
25
32
|
/**
|
|
33
|
+
* Permission to delete a resource.
|
|
34
|
+
*
|
|
26
35
|
* @generated from enum value: can_delete = 2;
|
|
27
36
|
*/
|
|
28
37
|
can_delete = 2,
|
|
29
38
|
/**
|
|
39
|
+
* Permission to view a resource.
|
|
40
|
+
*
|
|
30
41
|
* @generated from enum value: can_view = 3;
|
|
31
42
|
*/
|
|
32
43
|
can_view = 3,
|
|
33
44
|
/**
|
|
45
|
+
* Permission to edit a resource.
|
|
46
|
+
*
|
|
34
47
|
* @generated from enum value: can_edit = 4;
|
|
35
48
|
*/
|
|
36
49
|
can_edit = 4,
|
|
37
50
|
/**
|
|
38
|
-
*
|
|
51
|
+
* Permission to access the back-office admin console.
|
|
39
52
|
*
|
|
40
53
|
* @generated from enum value: login_to_back_office = 7;
|
|
41
54
|
*/
|
|
42
55
|
login_to_back_office = 7,
|
|
43
56
|
/**
|
|
44
|
-
*
|
|
57
|
+
* Permission to grant or revoke access on a resource.
|
|
45
58
|
*
|
|
46
59
|
* @generated from enum value: can_grant_access = 8;
|
|
47
60
|
*/
|
|
48
61
|
can_grant_access = 8,
|
|
49
62
|
/**
|
|
63
|
+
* Permission to view access policies on a resource.
|
|
64
|
+
*
|
|
50
65
|
* @generated from enum value: can_view_access = 9;
|
|
51
66
|
*/
|
|
52
67
|
can_view_access = 9,
|
|
53
68
|
/**
|
|
54
|
-
*
|
|
69
|
+
* Owner relation granting full control of a resource.
|
|
55
70
|
*
|
|
56
71
|
* @generated from enum value: owner = 10;
|
|
57
72
|
*/
|
|
58
73
|
owner = 10,
|
|
59
74
|
/**
|
|
75
|
+
* Member relation granting membership-level access to a resource.
|
|
76
|
+
*
|
|
60
77
|
* @generated from enum value: member = 11;
|
|
61
78
|
*/
|
|
62
79
|
member = 11,
|
|
63
80
|
/**
|
|
81
|
+
* Viewer relation granting read-only access to a resource.
|
|
82
|
+
*
|
|
64
83
|
* @generated from enum value: viewer = 26;
|
|
65
84
|
*/
|
|
66
85
|
viewer = 26,
|
|
67
86
|
/**
|
|
68
|
-
* Structural
|
|
87
|
+
* Structural relation linking a resource to its owning identity account.
|
|
69
88
|
*
|
|
70
89
|
* @generated from enum value: identity_account = 12;
|
|
71
90
|
*/
|
|
72
91
|
identity_account = 12,
|
|
73
92
|
/**
|
|
93
|
+
* Structural relation linking a resource to its owning organization.
|
|
94
|
+
*
|
|
74
95
|
* @generated from enum value: organization = 13;
|
|
75
96
|
*/
|
|
76
97
|
organization = 13,
|
|
77
98
|
/**
|
|
99
|
+
* Structural relation linking an execution to its parent session.
|
|
100
|
+
*
|
|
78
101
|
* @generated from enum value: session = 14;
|
|
79
102
|
*/
|
|
80
103
|
session = 14,
|
|
81
104
|
/**
|
|
105
|
+
* Structural relation linking an instance or session to its parent agent.
|
|
106
|
+
*
|
|
82
107
|
* @generated from enum value: agent = 15;
|
|
83
108
|
*/
|
|
84
109
|
agent = 15,
|
|
85
110
|
/**
|
|
86
|
-
*
|
|
111
|
+
* Permission to create an agent within an organization.
|
|
87
112
|
*
|
|
88
113
|
* @generated from enum value: can_create_agent = 16;
|
|
89
114
|
*/
|
|
90
115
|
can_create_agent = 16,
|
|
91
116
|
/**
|
|
117
|
+
* Permission to create a workflow within an organization.
|
|
118
|
+
*
|
|
92
119
|
* @generated from enum value: can_create_workflow = 17;
|
|
93
120
|
*/
|
|
94
121
|
can_create_workflow = 17,
|
|
95
122
|
/**
|
|
123
|
+
* Permission to create a session for an agent.
|
|
124
|
+
*
|
|
96
125
|
* @generated from enum value: can_create_session = 18;
|
|
97
126
|
*/
|
|
98
127
|
can_create_session = 18,
|
|
99
128
|
/**
|
|
129
|
+
* Permission to create an execution within a session.
|
|
130
|
+
*
|
|
100
131
|
* @generated from enum value: can_create_execution_in = 19;
|
|
101
132
|
*/
|
|
102
133
|
can_create_execution_in = 19,
|
|
103
134
|
/**
|
|
135
|
+
* Permission to create an agent instance.
|
|
136
|
+
*
|
|
104
137
|
* @generated from enum value: can_create_instance = 20;
|
|
105
138
|
*/
|
|
106
139
|
can_create_instance = 20,
|
|
107
140
|
/**
|
|
141
|
+
* Permission to create a skill within an organization.
|
|
142
|
+
*
|
|
108
143
|
* @generated from enum value: can_create_skill = 21;
|
|
109
144
|
*/
|
|
110
145
|
can_create_skill = 21,
|
|
111
146
|
/**
|
|
147
|
+
* Permission to create a project within an organization.
|
|
148
|
+
*
|
|
112
149
|
* @generated from enum value: can_create_project = 23;
|
|
113
150
|
*/
|
|
114
151
|
can_create_project = 23,
|
|
115
152
|
/**
|
|
153
|
+
* Permission to create an identity provider within an organization.
|
|
154
|
+
*
|
|
116
155
|
* @generated from enum value: can_create_idp = 24;
|
|
117
156
|
*/
|
|
118
157
|
can_create_idp = 24,
|
|
119
158
|
/**
|
|
159
|
+
* Permission to create an environment within an organization.
|
|
160
|
+
*
|
|
120
161
|
* @generated from enum value: can_create_environment = 27;
|
|
121
162
|
*/
|
|
122
163
|
can_create_environment = 27,
|
|
123
164
|
/**
|
|
124
|
-
*
|
|
165
|
+
* Permission to execute an agent or workflow.
|
|
125
166
|
*
|
|
126
167
|
* @generated from enum value: can_execute = 22;
|
|
127
168
|
*/
|
|
128
169
|
can_execute = 22,
|
|
129
170
|
/**
|
|
130
|
-
*
|
|
171
|
+
* Permission to read secret values from an environment.
|
|
131
172
|
*
|
|
132
173
|
* @generated from enum value: can_read_secrets = 25;
|
|
133
174
|
*/
|
|
134
175
|
can_read_secrets = 25,
|
|
135
176
|
/**
|
|
136
|
-
* Platform-level
|
|
177
|
+
* Platform-level permission to bootstrap IAM policies during resource creation.
|
|
137
178
|
*
|
|
138
179
|
* @generated from enum value: can_bootstrap_iam = 29;
|
|
139
180
|
*/
|
|
140
181
|
can_bootstrap_iam = 29,
|
|
141
182
|
/**
|
|
183
|
+
* Platform-level permission to manage identity accounts.
|
|
184
|
+
*
|
|
142
185
|
* @generated from enum value: can_manage_identity_accounts = 30;
|
|
143
186
|
*/
|
|
144
187
|
can_manage_identity_accounts = 30,
|
|
145
188
|
/**
|
|
189
|
+
* Platform-level permission to update agent execution status.
|
|
190
|
+
*
|
|
146
191
|
* @generated from enum value: can_update_execution_status = 31;
|
|
147
192
|
*/
|
|
148
193
|
can_update_execution_status = 31
|
|
@@ -8,145 +8,190 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
8
8
|
export const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission = /*@__PURE__*/ fileDesc("CkFhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvcnBjYXV0aG9yaXphdGlvbi9pYW1fcGVybWlzc2lvbi5wcm90bxIsYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLnJwY2F1dGhvcml6YXRpb24qoAUKGEFwaVJlc291cmNlSWFtUGVybWlzc2lvbhIPCgt1bnNwZWNpZmllZBAAEgoKBmNyZWF0ZRABEg4KCmNhbl9kZWxldGUQAhIMCghjYW5fdmlldxADEgwKCGNhbl9lZGl0EAQSGAoUbG9naW5fdG9fYmFja19vZmZpY2UQBxIUChBjYW5fZ3JhbnRfYWNjZXNzEAgSEwoPY2FuX3ZpZXdfYWNjZXNzEAkSCQoFb3duZXIQChIKCgZtZW1iZXIQCxIKCgZ2aWV3ZXIQGhIUChBpZGVudGl0eV9hY2NvdW50EAwSEAoMb3JnYW5pemF0aW9uEA0SCwoHc2Vzc2lvbhAOEgkKBWFnZW50EA8SFAoQY2FuX2NyZWF0ZV9hZ2VudBAQEhcKE2Nhbl9jcmVhdGVfd29ya2Zsb3cQERIWChJjYW5fY3JlYXRlX3Nlc3Npb24QEhIbChdjYW5fY3JlYXRlX2V4ZWN1dGlvbl9pbhATEhcKE2Nhbl9jcmVhdGVfaW5zdGFuY2UQFBIUChBjYW5fY3JlYXRlX3NraWxsEBUSFgoSY2FuX2NyZWF0ZV9wcm9qZWN0EBcSEgoOY2FuX2NyZWF0ZV9pZHAQGBIaChZjYW5fY3JlYXRlX2Vudmlyb25tZW50EBsSDwoLY2FuX2V4ZWN1dGUQFhIUChBjYW5fcmVhZF9zZWNyZXRzEBkSFQoRY2FuX2Jvb3RzdHJhcF9pYW0QHRIgChxjYW5fbWFuYWdlX2lkZW50aXR5X2FjY291bnRzEB4SHwobY2FuX3VwZGF0ZV9leGVjdXRpb25fc3RhdHVzEB8iBAgFEAUiBAgGEAYiBAgcEBwqCG9wZXJhdG9yKghwbGF0Zm9ybSoRY2FuX3VwZGF0ZV9zdGF0dXNiBnByb3RvMw");
|
|
9
9
|
/**
|
|
10
10
|
* ApiResourceIamPermission defines the permissions and structural relations
|
|
11
|
-
* used in the Stigmer authorization model.
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* used in the Stigmer authorization model.
|
|
12
|
+
*
|
|
13
|
+
* Each value maps to an FGA relation name that appears either in RPC
|
|
14
|
+
* authorization annotations or in FGA tuple creation logic.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
17
|
+
* Removed: operator (5), platform (6), can_update_status (28).
|
|
18
|
+
* These values are reserved to prevent accidental reuse.
|
|
14
19
|
*
|
|
15
20
|
* @generated from enum ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission
|
|
16
21
|
*/
|
|
17
22
|
export var ApiResourceIamPermission;
|
|
18
23
|
(function (ApiResourceIamPermission) {
|
|
19
24
|
/**
|
|
25
|
+
* Default unspecified value.
|
|
26
|
+
*
|
|
20
27
|
* @generated from enum value: unspecified = 0;
|
|
21
28
|
*/
|
|
22
29
|
ApiResourceIamPermission[ApiResourceIamPermission["unspecified"] = 0] = "unspecified";
|
|
23
30
|
/**
|
|
24
|
-
*
|
|
31
|
+
* Permission to create a resource.
|
|
25
32
|
*
|
|
26
33
|
* @generated from enum value: create = 1;
|
|
27
34
|
*/
|
|
28
35
|
ApiResourceIamPermission[ApiResourceIamPermission["create"] = 1] = "create";
|
|
29
36
|
/**
|
|
37
|
+
* Permission to delete a resource.
|
|
38
|
+
*
|
|
30
39
|
* @generated from enum value: can_delete = 2;
|
|
31
40
|
*/
|
|
32
41
|
ApiResourceIamPermission[ApiResourceIamPermission["can_delete"] = 2] = "can_delete";
|
|
33
42
|
/**
|
|
43
|
+
* Permission to view a resource.
|
|
44
|
+
*
|
|
34
45
|
* @generated from enum value: can_view = 3;
|
|
35
46
|
*/
|
|
36
47
|
ApiResourceIamPermission[ApiResourceIamPermission["can_view"] = 3] = "can_view";
|
|
37
48
|
/**
|
|
49
|
+
* Permission to edit a resource.
|
|
50
|
+
*
|
|
38
51
|
* @generated from enum value: can_edit = 4;
|
|
39
52
|
*/
|
|
40
53
|
ApiResourceIamPermission[ApiResourceIamPermission["can_edit"] = 4] = "can_edit";
|
|
41
54
|
/**
|
|
42
|
-
*
|
|
55
|
+
* Permission to access the back-office admin console.
|
|
43
56
|
*
|
|
44
57
|
* @generated from enum value: login_to_back_office = 7;
|
|
45
58
|
*/
|
|
46
59
|
ApiResourceIamPermission[ApiResourceIamPermission["login_to_back_office"] = 7] = "login_to_back_office";
|
|
47
60
|
/**
|
|
48
|
-
*
|
|
61
|
+
* Permission to grant or revoke access on a resource.
|
|
49
62
|
*
|
|
50
63
|
* @generated from enum value: can_grant_access = 8;
|
|
51
64
|
*/
|
|
52
65
|
ApiResourceIamPermission[ApiResourceIamPermission["can_grant_access"] = 8] = "can_grant_access";
|
|
53
66
|
/**
|
|
67
|
+
* Permission to view access policies on a resource.
|
|
68
|
+
*
|
|
54
69
|
* @generated from enum value: can_view_access = 9;
|
|
55
70
|
*/
|
|
56
71
|
ApiResourceIamPermission[ApiResourceIamPermission["can_view_access"] = 9] = "can_view_access";
|
|
57
72
|
/**
|
|
58
|
-
*
|
|
73
|
+
* Owner relation granting full control of a resource.
|
|
59
74
|
*
|
|
60
75
|
* @generated from enum value: owner = 10;
|
|
61
76
|
*/
|
|
62
77
|
ApiResourceIamPermission[ApiResourceIamPermission["owner"] = 10] = "owner";
|
|
63
78
|
/**
|
|
79
|
+
* Member relation granting membership-level access to a resource.
|
|
80
|
+
*
|
|
64
81
|
* @generated from enum value: member = 11;
|
|
65
82
|
*/
|
|
66
83
|
ApiResourceIamPermission[ApiResourceIamPermission["member"] = 11] = "member";
|
|
67
84
|
/**
|
|
85
|
+
* Viewer relation granting read-only access to a resource.
|
|
86
|
+
*
|
|
68
87
|
* @generated from enum value: viewer = 26;
|
|
69
88
|
*/
|
|
70
89
|
ApiResourceIamPermission[ApiResourceIamPermission["viewer"] = 26] = "viewer";
|
|
71
90
|
/**
|
|
72
|
-
* Structural
|
|
91
|
+
* Structural relation linking a resource to its owning identity account.
|
|
73
92
|
*
|
|
74
93
|
* @generated from enum value: identity_account = 12;
|
|
75
94
|
*/
|
|
76
95
|
ApiResourceIamPermission[ApiResourceIamPermission["identity_account"] = 12] = "identity_account";
|
|
77
96
|
/**
|
|
97
|
+
* Structural relation linking a resource to its owning organization.
|
|
98
|
+
*
|
|
78
99
|
* @generated from enum value: organization = 13;
|
|
79
100
|
*/
|
|
80
101
|
ApiResourceIamPermission[ApiResourceIamPermission["organization"] = 13] = "organization";
|
|
81
102
|
/**
|
|
103
|
+
* Structural relation linking an execution to its parent session.
|
|
104
|
+
*
|
|
82
105
|
* @generated from enum value: session = 14;
|
|
83
106
|
*/
|
|
84
107
|
ApiResourceIamPermission[ApiResourceIamPermission["session"] = 14] = "session";
|
|
85
108
|
/**
|
|
109
|
+
* Structural relation linking an instance or session to its parent agent.
|
|
110
|
+
*
|
|
86
111
|
* @generated from enum value: agent = 15;
|
|
87
112
|
*/
|
|
88
113
|
ApiResourceIamPermission[ApiResourceIamPermission["agent"] = 15] = "agent";
|
|
89
114
|
/**
|
|
90
|
-
*
|
|
115
|
+
* Permission to create an agent within an organization.
|
|
91
116
|
*
|
|
92
117
|
* @generated from enum value: can_create_agent = 16;
|
|
93
118
|
*/
|
|
94
119
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_agent"] = 16] = "can_create_agent";
|
|
95
120
|
/**
|
|
121
|
+
* Permission to create a workflow within an organization.
|
|
122
|
+
*
|
|
96
123
|
* @generated from enum value: can_create_workflow = 17;
|
|
97
124
|
*/
|
|
98
125
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_workflow"] = 17] = "can_create_workflow";
|
|
99
126
|
/**
|
|
127
|
+
* Permission to create a session for an agent.
|
|
128
|
+
*
|
|
100
129
|
* @generated from enum value: can_create_session = 18;
|
|
101
130
|
*/
|
|
102
131
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_session"] = 18] = "can_create_session";
|
|
103
132
|
/**
|
|
133
|
+
* Permission to create an execution within a session.
|
|
134
|
+
*
|
|
104
135
|
* @generated from enum value: can_create_execution_in = 19;
|
|
105
136
|
*/
|
|
106
137
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_execution_in"] = 19] = "can_create_execution_in";
|
|
107
138
|
/**
|
|
139
|
+
* Permission to create an agent instance.
|
|
140
|
+
*
|
|
108
141
|
* @generated from enum value: can_create_instance = 20;
|
|
109
142
|
*/
|
|
110
143
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_instance"] = 20] = "can_create_instance";
|
|
111
144
|
/**
|
|
145
|
+
* Permission to create a skill within an organization.
|
|
146
|
+
*
|
|
112
147
|
* @generated from enum value: can_create_skill = 21;
|
|
113
148
|
*/
|
|
114
149
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_skill"] = 21] = "can_create_skill";
|
|
115
150
|
/**
|
|
151
|
+
* Permission to create a project within an organization.
|
|
152
|
+
*
|
|
116
153
|
* @generated from enum value: can_create_project = 23;
|
|
117
154
|
*/
|
|
118
155
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_project"] = 23] = "can_create_project";
|
|
119
156
|
/**
|
|
157
|
+
* Permission to create an identity provider within an organization.
|
|
158
|
+
*
|
|
120
159
|
* @generated from enum value: can_create_idp = 24;
|
|
121
160
|
*/
|
|
122
161
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_idp"] = 24] = "can_create_idp";
|
|
123
162
|
/**
|
|
163
|
+
* Permission to create an environment within an organization.
|
|
164
|
+
*
|
|
124
165
|
* @generated from enum value: can_create_environment = 27;
|
|
125
166
|
*/
|
|
126
167
|
ApiResourceIamPermission[ApiResourceIamPermission["can_create_environment"] = 27] = "can_create_environment";
|
|
127
168
|
/**
|
|
128
|
-
*
|
|
169
|
+
* Permission to execute an agent or workflow.
|
|
129
170
|
*
|
|
130
171
|
* @generated from enum value: can_execute = 22;
|
|
131
172
|
*/
|
|
132
173
|
ApiResourceIamPermission[ApiResourceIamPermission["can_execute"] = 22] = "can_execute";
|
|
133
174
|
/**
|
|
134
|
-
*
|
|
175
|
+
* Permission to read secret values from an environment.
|
|
135
176
|
*
|
|
136
177
|
* @generated from enum value: can_read_secrets = 25;
|
|
137
178
|
*/
|
|
138
179
|
ApiResourceIamPermission[ApiResourceIamPermission["can_read_secrets"] = 25] = "can_read_secrets";
|
|
139
180
|
/**
|
|
140
|
-
* Platform-level
|
|
181
|
+
* Platform-level permission to bootstrap IAM policies during resource creation.
|
|
141
182
|
*
|
|
142
183
|
* @generated from enum value: can_bootstrap_iam = 29;
|
|
143
184
|
*/
|
|
144
185
|
ApiResourceIamPermission[ApiResourceIamPermission["can_bootstrap_iam"] = 29] = "can_bootstrap_iam";
|
|
145
186
|
/**
|
|
187
|
+
* Platform-level permission to manage identity accounts.
|
|
188
|
+
*
|
|
146
189
|
* @generated from enum value: can_manage_identity_accounts = 30;
|
|
147
190
|
*/
|
|
148
191
|
ApiResourceIamPermission[ApiResourceIamPermission["can_manage_identity_accounts"] = 30] = "can_manage_identity_accounts";
|
|
149
192
|
/**
|
|
193
|
+
* Platform-level permission to update agent execution status.
|
|
194
|
+
*
|
|
150
195
|
* @generated from enum value: can_update_execution_status = 31;
|
|
151
196
|
*/
|
|
152
197
|
ApiResourceIamPermission[ApiResourceIamPermission["can_update_execution_status"] = 31] = "can_update_execution_status";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iam_permission_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,wiCAAwiC,CAAC,CAAC;AAErjC
|
|
1
|
+
{"version":3,"file":"iam_permission_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,wiCAAwiC,CAAC,CAAC;AAErjC;;;;;;;;;;;;GAYG;AACH,MAAM,CAAN,IAAY,wBA2MX;AA3MD,WAAY,wBAAwB;IAClC;;;;OAIG;IACH,qFAAe,CAAA;IAEf;;;;OAIG;IACH,2EAAU,CAAA;IAEV;;;;OAIG;IACH,mFAAc,CAAA;IAEd;;;;OAIG;IACH,+EAAY,CAAA;IAEZ;;;;OAIG;IACH,+EAAY,CAAA;IAEZ;;;;OAIG;IACH,uGAAwB,CAAA;IAExB;;;;OAIG;IACH,+FAAoB,CAAA;IAEpB;;;;OAIG;IACH,6FAAmB,CAAA;IAEnB;;;;OAIG;IACH,0EAAU,CAAA;IAEV;;;;OAIG;IACH,4EAAW,CAAA;IAEX;;;;OAIG;IACH,4EAAW,CAAA;IAEX;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,wFAAiB,CAAA;IAEjB;;;;OAIG;IACH,8EAAY,CAAA;IAEZ;;;;OAIG;IACH,0EAAU,CAAA;IAEV;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,sGAAwB,CAAA;IAExB;;;;OAIG;IACH,oGAAuB,CAAA;IAEvB;;;;OAIG;IACH,8GAA4B,CAAA;IAE5B;;;;OAIG;IACH,sGAAwB,CAAA;IAExB;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,oGAAuB,CAAA;IAEvB;;;;OAIG;IACH,4FAAmB,CAAA;IAEnB;;;;OAIG;IACH,4GAA2B,CAAA;IAE3B;;;;OAIG;IACH,sFAAgB,CAAA;IAEhB;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,kGAAsB,CAAA;IAEtB;;;;OAIG;IACH,wHAAiC,CAAA;IAEjC;;;;OAIG;IACH,sHAAgC,CAAA;AAClC,CAAC,EA3MW,wBAAwB,KAAxB,wBAAwB,QA2MnC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAsC,aAAa,CAC5F,QAAQ,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -7,45 +7,52 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* RpcAuthorizationConfig defines the authorization check performed before an RPC executes.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
* The authorization interceptor reads these fields from the method option annotation
|
|
14
|
+
* and performs an FGA check: does the caller have `permission` on
|
|
15
|
+
* `resource_kind:<resolved_id>`?
|
|
11
16
|
*
|
|
12
17
|
* @generated from message ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig
|
|
13
18
|
*/
|
|
14
19
|
export type RpcAuthorizationConfig = Message<"ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig"> & {
|
|
15
20
|
/**
|
|
16
|
-
*
|
|
21
|
+
* Permission required to invoke the RPC.
|
|
17
22
|
*
|
|
18
23
|
* @generated from field: ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission permission = 1;
|
|
19
24
|
*/
|
|
20
25
|
permission: ApiResourceIamPermission;
|
|
21
26
|
/**
|
|
22
|
-
*
|
|
27
|
+
* Resource kind that the permission is checked against.
|
|
23
28
|
*
|
|
24
29
|
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind resource_kind = 2;
|
|
25
30
|
*/
|
|
26
31
|
resourceKind: ApiResourceKind;
|
|
27
32
|
/**
|
|
28
|
-
* path
|
|
29
|
-
*
|
|
33
|
+
* Dot-path to the field in the request that contains the resource kind value.
|
|
34
|
+
* Used when resource_kind varies per request rather than being statically configured.
|
|
30
35
|
*
|
|
31
36
|
* @generated from field: string resource_kind_path = 3;
|
|
32
37
|
*/
|
|
33
38
|
resourceKindPath: string;
|
|
34
39
|
/**
|
|
35
|
-
* path
|
|
40
|
+
* Dot-path to the field in the request that contains the resource identifier for the authorization check.
|
|
36
41
|
*
|
|
37
42
|
* @generated from field: string field_path = 4;
|
|
38
43
|
*/
|
|
39
44
|
fieldPath: string;
|
|
40
45
|
/**
|
|
41
|
-
*
|
|
46
|
+
* Error message returned when the caller lacks the required permission.
|
|
42
47
|
*
|
|
43
48
|
* @generated from field: string error_msg = 5;
|
|
44
49
|
*/
|
|
45
50
|
errorMsg: string;
|
|
46
51
|
/**
|
|
47
|
-
*
|
|
48
|
-
*
|
|
52
|
+
* Static resource identifier used when the ID is not part of the request.
|
|
53
|
+
*
|
|
54
|
+
* @internal
|
|
55
|
+
* Used for platform-level RPCs where the resource is always "stigmer".
|
|
49
56
|
*
|
|
50
57
|
* @generated from field: string resource_id = 6;
|
|
51
58
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mJAAmJ;AACnJ,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,sEAAsE,CAAC;AAE7J,OAAO,EAAE,gEAAgE,EAAE,MAAM,qBAAqB,CAAC;AAGvG;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,6hBAA6hB,EAAE,CAAC,qEAAqE,EAAE,gEAAgE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mJAAmJ;AACnJ,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,sEAAsE,CAAC;AAE7J,OAAO,EAAE,gEAAgE,EAAE,MAAM,qBAAqB,CAAC;AAGvG;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,6hBAA6hB,EAAE,CAAC,qEAAqE,EAAE,gEAAgE,CAAC,CAAC,CAAC;AA4DrrB;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -6,14 +6,20 @@ import type { MethodOptions } from "@bufbuild/protobuf/wkt";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options: GenFile;
|
|
8
8
|
/**
|
|
9
|
+
* Full authorization configuration: permission, resource kind, field path, and error message.
|
|
10
|
+
*
|
|
9
11
|
* @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
|
|
10
12
|
*/
|
|
11
13
|
export declare const config: GenExtension<MethodOptions, RpcAuthorizationConfig>;
|
|
12
14
|
/**
|
|
15
|
+
* When true, the RPC is publicly accessible without any authentication.
|
|
16
|
+
*
|
|
13
17
|
* @generated from extension: bool is_public = 50057;
|
|
14
18
|
*/
|
|
15
19
|
export declare const is_public: GenExtension<MethodOptions, boolean>;
|
|
16
20
|
/**
|
|
21
|
+
* When true, the RPC requires authentication but skips FGA authorization checks.
|
|
22
|
+
*
|
|
17
23
|
* @generated from extension: bool is_skip_authorization = 50058;
|
|
18
24
|
*/
|
|
19
25
|
export declare const is_skip_authorization: GenExtension<MethodOptions, boolean>;
|
|
@@ -9,14 +9,20 @@ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
|
9
9
|
*/
|
|
10
10
|
export const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options = /*@__PURE__*/ fileDesc("CkFhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvcnBjYXV0aG9yaXphdGlvbi9tZXRob2Rfb3B0aW9ucy5wcm90bxIsYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLnJwY2F1dGhvcml6YXRpb246fgoGY29uZmlnEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYiIcDIAEoCzJELmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5ycGNhdXRob3JpemF0aW9uLlJwY0F1dGhvcml6YXRpb25Db25maWdSBmNvbmZpZzo9Cglpc19wdWJsaWMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiJhwMgASgIUghpc1B1YmxpYzpUChVpc19za2lwX2F1dGhvcml6YXRpb24SHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiKhwMgASgIUhNpc1NraXBBdXRob3JpemF0aW9uYgZwcm90bzM", [file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io, file_google_protobuf_descriptor]);
|
|
11
11
|
/**
|
|
12
|
+
* Full authorization configuration: permission, resource kind, field path, and error message.
|
|
13
|
+
*
|
|
12
14
|
* @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
|
|
13
15
|
*/
|
|
14
16
|
export const config = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 0);
|
|
15
17
|
/**
|
|
18
|
+
* When true, the RPC is publicly accessible without any authentication.
|
|
19
|
+
*
|
|
16
20
|
* @generated from extension: bool is_public = 50057;
|
|
17
21
|
*/
|
|
18
22
|
export const is_public = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 1);
|
|
19
23
|
/**
|
|
24
|
+
* When true, the RPC requires authentication but skips FGA authorization checks.
|
|
25
|
+
*
|
|
20
26
|
* @generated from extension: bool is_skip_authorization = 50058;
|
|
21
27
|
*/
|
|
22
28
|
export const is_skip_authorization = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 2);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method_options_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,oDAAoD,EAAE,MAAM,SAAS,CAAC;AAE/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,oDAAoD,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE3nB
|
|
1
|
+
{"version":3,"file":"method_options_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,oDAAoD,EAAE,MAAM,SAAS,CAAC;AAE/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,oDAAoD,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE3nB;;;;GAIG;AACH,MAAM,CAAC,MAAM,MAAM,GAAwD,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAyC,aAAa,CAC1E,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAyC,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -35,12 +35,12 @@ export type IamPolicySpec = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicySpec">
|
|
|
35
35
|
*/
|
|
36
36
|
resource?: ApiResourceRef;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* The relation value maps to the role_code from IamRole.
|
|
38
|
+
* The permission being granted (e.g., "admin", "viewer", "owner").
|
|
39
|
+
* Maps to the role_code from IamRole.
|
|
41
40
|
* Examples: "admin", "editor", "viewer", "owner", "member"
|
|
42
41
|
*
|
|
43
|
-
*
|
|
42
|
+
* @internal
|
|
43
|
+
* This is the FGA relation in the authorization tuple:
|
|
44
44
|
* principal.kind:principal.id#principal.relation@resource.kind:resource.id#relation
|
|
45
45
|
*
|
|
46
46
|
* @generated from field: string relation = 3;
|
|
@@ -80,7 +80,7 @@ export type ApiResourceRef = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRef
|
|
|
80
80
|
*/
|
|
81
81
|
id: string;
|
|
82
82
|
/**
|
|
83
|
-
* Optional relation qualifier for the resource reference
|
|
83
|
+
* Optional relation qualifier for the resource reference.
|
|
84
84
|
* Used when the reference needs additional context about the relationship.
|
|
85
85
|
*
|
|
86
86
|
* Primary use case: For team principals, this specifies the relation of the
|
|
@@ -88,12 +88,12 @@ export type ApiResourceRef = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRef
|
|
|
88
88
|
* Example: principal { kind: "team", id: "tm-123", relation: "member" }
|
|
89
89
|
* means "members of team tm-123"
|
|
90
90
|
*
|
|
91
|
-
* In OpenFGA tuple notation, this becomes:
|
|
92
|
-
* team:tm-123#member (as the subject of the tuple)
|
|
93
|
-
*
|
|
94
91
|
* This field qualifies HOW the principal relates to this resource reference,
|
|
95
92
|
* NOT the permission being granted (that's IamPolicySpec.relation).
|
|
96
93
|
*
|
|
94
|
+
* @internal
|
|
95
|
+
* In OpenFGA tuple notation: team:tm-123#member (as the subject of the tuple)
|
|
96
|
+
*
|
|
97
97
|
* @generated from field: string relation = 3;
|
|
98
98
|
*/
|
|
99
99
|
relation: string;
|
|
@@ -8,37 +8,42 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const file_ai_stigmer_iam_identityaccount_v1_api: GenFile;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* IdentityAccount represents a user or machine principal in Stigmer.
|
|
12
|
+
*
|
|
13
|
+
* An identity account is the core identity primitive for authentication and
|
|
14
|
+
* authorization. Accounts can be direct (signed up via Stigmer), federated
|
|
15
|
+
* (provisioned through an external identity provider), or machine
|
|
16
|
+
* (service-to-service credentials).
|
|
12
17
|
*
|
|
13
18
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccount
|
|
14
19
|
*/
|
|
15
20
|
export type IdentityAccount = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccount"> & {
|
|
16
21
|
/**
|
|
17
|
-
*
|
|
22
|
+
* API version for this resource type.
|
|
18
23
|
*
|
|
19
24
|
* @generated from field: string api_version = 1;
|
|
20
25
|
*/
|
|
21
26
|
apiVersion: string;
|
|
22
27
|
/**
|
|
23
|
-
*
|
|
28
|
+
* Resource kind identifier.
|
|
24
29
|
*
|
|
25
30
|
* @generated from field: string kind = 2;
|
|
26
31
|
*/
|
|
27
32
|
kind: string;
|
|
28
33
|
/**
|
|
29
|
-
* metadata
|
|
34
|
+
* Resource metadata including name, organization, and labels.
|
|
30
35
|
*
|
|
31
36
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
32
37
|
*/
|
|
33
38
|
metadata?: ApiResourceMetadata;
|
|
34
39
|
/**
|
|
35
|
-
*
|
|
40
|
+
* Configurable properties: identity provider ID, email, name, and provisioning mode.
|
|
36
41
|
*
|
|
37
42
|
* @generated from field: ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec spec = 4;
|
|
38
43
|
*/
|
|
39
44
|
spec?: IdentityAccountSpec;
|
|
40
45
|
/**
|
|
41
|
-
*
|
|
46
|
+
* System-managed state including audit trail.
|
|
42
47
|
*
|
|
43
48
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditStatus status = 5;
|
|
44
49
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2CAA2C,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2CAA2C,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAiDltB;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|