@stigmer/protos 0.0.34
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/LICENSE +190 -0
- package/README.md +35 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
- package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
- package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
- package/ai/stigmer/search/v1/io_pb.js +29 -0
- package/ai/stigmer/search/v1/io_pb.js.map +1 -0
- package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
- package/ai/stigmer/search/v1/query_connect.js +73 -0
- package/ai/stigmer/search/v1/query_connect.js.map +1 -0
- package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
- package/ai/stigmer/search/v1/query_pb.js +40 -0
- package/ai/stigmer/search/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
- package/buf/validate/validate_pb.d.ts +4766 -0
- package/buf/validate/validate_pb.js +357 -0
- package/buf/validate/validate_pb.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { IamPolicy } from "./api_pb";
|
|
3
|
+
import type { ApiResourceRef, IamPolicySpec } from "./spec_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/io.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_iam_iampolicy_v1_io: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* ApiResourceRefView represents a reference to ANY API resource in the system
|
|
11
|
+
* WITH display fields for UI rendering. This is used in view/query responses.
|
|
12
|
+
*
|
|
13
|
+
* For command inputs, use ApiResourceRef from spec.proto (which only has id, kind, relation).
|
|
14
|
+
*
|
|
15
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ApiResourceRefView
|
|
16
|
+
*/
|
|
17
|
+
export type ApiResourceRefView = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRefView"> & {
|
|
18
|
+
/**
|
|
19
|
+
* Type of the API resource being referenced
|
|
20
|
+
*
|
|
21
|
+
* @generated from field: string kind = 1;
|
|
22
|
+
*/
|
|
23
|
+
kind: string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier of the resource
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: string id = 2;
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional relation qualifier for the resource reference
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: string relation = 3;
|
|
34
|
+
*/
|
|
35
|
+
relation: string;
|
|
36
|
+
/**
|
|
37
|
+
* Display name of the resource (e.g., "John Doe", "Engineering Team")
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: string name = 4;
|
|
40
|
+
*/
|
|
41
|
+
name: string;
|
|
42
|
+
/**
|
|
43
|
+
* Email address associated with the resource (primarily for identity_account)
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: string email = 5;
|
|
46
|
+
*/
|
|
47
|
+
email: string;
|
|
48
|
+
/**
|
|
49
|
+
* URL-friendly slug identifier for the resource
|
|
50
|
+
*
|
|
51
|
+
* @generated from field: string slug = 6;
|
|
52
|
+
*/
|
|
53
|
+
slug: string;
|
|
54
|
+
/**
|
|
55
|
+
* Avatar URL or identifier for the resource
|
|
56
|
+
*
|
|
57
|
+
* @generated from field: string avatar = 7;
|
|
58
|
+
*/
|
|
59
|
+
avatar: string;
|
|
60
|
+
/**
|
|
61
|
+
* Members of the resource (only populated when kind = "team")
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.ApiResourceRefView members = 8;
|
|
64
|
+
*/
|
|
65
|
+
members: ApiResourceRefView[];
|
|
66
|
+
/**
|
|
67
|
+
* Teams that this identity account belongs to (only populated when kind = "identity_account")
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.ApiResourceRefView teams = 9;
|
|
70
|
+
*/
|
|
71
|
+
teams: ApiResourceRefView[];
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ApiResourceRefView.
|
|
75
|
+
* Use `create(ApiResourceRefViewSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const ApiResourceRefViewSchema: GenMessage<ApiResourceRefView>;
|
|
78
|
+
/**
|
|
79
|
+
* Wrapper for IAM policy ID
|
|
80
|
+
*
|
|
81
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.IamPolicyId
|
|
82
|
+
*/
|
|
83
|
+
export type IamPolicyId = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicyId"> & {
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: string value = 1;
|
|
86
|
+
*/
|
|
87
|
+
value: string;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPolicyId.
|
|
91
|
+
* Use `create(IamPolicyIdSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export declare const IamPolicyIdSchema: GenMessage<IamPolicyId>;
|
|
94
|
+
/**
|
|
95
|
+
* PrincipalResourceInput defines a generic input for operations involving a principal and a resource.
|
|
96
|
+
*
|
|
97
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.PrincipalResourceInput
|
|
98
|
+
*/
|
|
99
|
+
export type PrincipalResourceInput = Message<"ai.stigmer.iam.iampolicy.v1.PrincipalResourceInput"> & {
|
|
100
|
+
/**
|
|
101
|
+
* The principal in the relationship (WHO)
|
|
102
|
+
*
|
|
103
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef principal = 1;
|
|
104
|
+
*/
|
|
105
|
+
principal?: ApiResourceRef;
|
|
106
|
+
/**
|
|
107
|
+
* The resource in the relationship (WHAT)
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef resource = 2;
|
|
110
|
+
*/
|
|
111
|
+
resource?: ApiResourceRef;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalResourceInput.
|
|
115
|
+
* Use `create(PrincipalResourceInputSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export declare const PrincipalResourceInputSchema: GenMessage<PrincipalResourceInput>;
|
|
118
|
+
/**
|
|
119
|
+
* ResourcePrincipalsInput defines input for operations involving multiple principals and a single resource.
|
|
120
|
+
*
|
|
121
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ResourcePrincipalsInput
|
|
122
|
+
*/
|
|
123
|
+
export type ResourcePrincipalsInput = Message<"ai.stigmer.iam.iampolicy.v1.ResourcePrincipalsInput"> & {
|
|
124
|
+
/**
|
|
125
|
+
* The resource being shared/accessed
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef resource = 1;
|
|
128
|
+
*/
|
|
129
|
+
resource?: ApiResourceRef;
|
|
130
|
+
/**
|
|
131
|
+
* List of principals being granted access
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.ApiResourceRef principals = 2;
|
|
134
|
+
*/
|
|
135
|
+
principals: ApiResourceRef[];
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourcePrincipalsInput.
|
|
139
|
+
* Use `create(ResourcePrincipalsInputSchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export declare const ResourcePrincipalsInputSchema: GenMessage<ResourcePrincipalsInput>;
|
|
142
|
+
/**
|
|
143
|
+
* RevokeOrgAccessInput defines the input for revoking all of a user's access to an organization.
|
|
144
|
+
*
|
|
145
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.RevokeOrgAccessInput
|
|
146
|
+
*/
|
|
147
|
+
export type RevokeOrgAccessInput = Message<"ai.stigmer.iam.iampolicy.v1.RevokeOrgAccessInput"> & {
|
|
148
|
+
/**
|
|
149
|
+
* The identity account whose access is being revoked
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: string identity_account_id = 1;
|
|
152
|
+
*/
|
|
153
|
+
identityAccountId: string;
|
|
154
|
+
/**
|
|
155
|
+
* The organization from which access is being revoked
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: string organization_id = 2;
|
|
158
|
+
*/
|
|
159
|
+
organizationId: string;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RevokeOrgAccessInput.
|
|
163
|
+
* Use `create(RevokeOrgAccessInputSchema)` to create a new message.
|
|
164
|
+
*/
|
|
165
|
+
export declare const RevokeOrgAccessInputSchema: GenMessage<RevokeOrgAccessInput>;
|
|
166
|
+
/**
|
|
167
|
+
* IamPoliciesList wrapper for returning multiple IAM policies
|
|
168
|
+
*
|
|
169
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.IamPoliciesList
|
|
170
|
+
*/
|
|
171
|
+
export type IamPoliciesList = Message<"ai.stigmer.iam.iampolicy.v1.IamPoliciesList"> & {
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.IamPolicy entries = 1;
|
|
174
|
+
*/
|
|
175
|
+
entries: IamPolicy[];
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPoliciesList.
|
|
179
|
+
* Use `create(IamPoliciesListSchema)` to create a new message.
|
|
180
|
+
*/
|
|
181
|
+
export declare const IamPoliciesListSchema: GenMessage<IamPoliciesList>;
|
|
182
|
+
/**
|
|
183
|
+
* ListResourceAccessInput defines input for querying access grants on a resource.
|
|
184
|
+
*
|
|
185
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ListResourceAccessInput
|
|
186
|
+
*/
|
|
187
|
+
export type ListResourceAccessInput = Message<"ai.stigmer.iam.iampolicy.v1.ListResourceAccessInput"> & {
|
|
188
|
+
/**
|
|
189
|
+
* The resource to query access for
|
|
190
|
+
*
|
|
191
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef resource = 1;
|
|
192
|
+
*/
|
|
193
|
+
resource?: ApiResourceRef;
|
|
194
|
+
/**
|
|
195
|
+
* Whether to include inherited permissions from parent resources
|
|
196
|
+
*
|
|
197
|
+
* @generated from field: bool include_inherited = 2;
|
|
198
|
+
*/
|
|
199
|
+
includeInherited: boolean;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListResourceAccessInput.
|
|
203
|
+
* Use `create(ListResourceAccessInputSchema)` to create a new message.
|
|
204
|
+
*/
|
|
205
|
+
export declare const ListResourceAccessInputSchema: GenMessage<ListResourceAccessInput>;
|
|
206
|
+
/**
|
|
207
|
+
* ResourceAccessByPrincipalList groups principals by who they are,
|
|
208
|
+
* showing each principal and all their assigned roles.
|
|
209
|
+
*
|
|
210
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ResourceAccessByPrincipalList
|
|
211
|
+
*/
|
|
212
|
+
export type ResourceAccessByPrincipalList = Message<"ai.stigmer.iam.iampolicy.v1.ResourceAccessByPrincipalList"> & {
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.PrincipalAccess entries = 1;
|
|
215
|
+
*/
|
|
216
|
+
entries: PrincipalAccess[];
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourceAccessByPrincipalList.
|
|
220
|
+
* Use `create(ResourceAccessByPrincipalListSchema)` to create a new message.
|
|
221
|
+
*/
|
|
222
|
+
export declare const ResourceAccessByPrincipalListSchema: GenMessage<ResourceAccessByPrincipalList>;
|
|
223
|
+
/**
|
|
224
|
+
* PrincipalAccess represents a principal and all their role grants on a resource.
|
|
225
|
+
*
|
|
226
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.PrincipalAccess
|
|
227
|
+
*/
|
|
228
|
+
export type PrincipalAccess = Message<"ai.stigmer.iam.iampolicy.v1.PrincipalAccess"> & {
|
|
229
|
+
/**
|
|
230
|
+
* The principal with full display information
|
|
231
|
+
*
|
|
232
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRefView principal = 1;
|
|
233
|
+
*/
|
|
234
|
+
principal?: ApiResourceRefView;
|
|
235
|
+
/**
|
|
236
|
+
* All roles this principal has on the resource
|
|
237
|
+
*
|
|
238
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.RoleGrant roles = 2;
|
|
239
|
+
*/
|
|
240
|
+
roles: RoleGrant[];
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalAccess.
|
|
244
|
+
* Use `create(PrincipalAccessSchema)` to create a new message.
|
|
245
|
+
*/
|
|
246
|
+
export declare const PrincipalAccessSchema: GenMessage<PrincipalAccess>;
|
|
247
|
+
/**
|
|
248
|
+
* RoleGrant represents a single role assignment with metadata.
|
|
249
|
+
*
|
|
250
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.RoleGrant
|
|
251
|
+
*/
|
|
252
|
+
export type RoleGrant = Message<"ai.stigmer.iam.iampolicy.v1.RoleGrant"> & {
|
|
253
|
+
/**
|
|
254
|
+
* The role being granted
|
|
255
|
+
*
|
|
256
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.RoleInfo role = 1;
|
|
257
|
+
*/
|
|
258
|
+
role?: RoleInfo;
|
|
259
|
+
/**
|
|
260
|
+
* The resource that owns this role grant
|
|
261
|
+
*
|
|
262
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef owner_resource = 2;
|
|
263
|
+
*/
|
|
264
|
+
ownerResource?: ApiResourceRef;
|
|
265
|
+
/**
|
|
266
|
+
* Whether this role is inherited from a parent resource
|
|
267
|
+
*
|
|
268
|
+
* @generated from field: bool is_inherited = 3;
|
|
269
|
+
*/
|
|
270
|
+
isInherited: boolean;
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleGrant.
|
|
274
|
+
* Use `create(RoleGrantSchema)` to create a new message.
|
|
275
|
+
*/
|
|
276
|
+
export declare const RoleGrantSchema: GenMessage<RoleGrant>;
|
|
277
|
+
/**
|
|
278
|
+
* ResourceAccessByRoleList groups roles by what they are,
|
|
279
|
+
* showing each role and all principals assigned to it.
|
|
280
|
+
*
|
|
281
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ResourceAccessByRoleList
|
|
282
|
+
*/
|
|
283
|
+
export type ResourceAccessByRoleList = Message<"ai.stigmer.iam.iampolicy.v1.ResourceAccessByRoleList"> & {
|
|
284
|
+
/**
|
|
285
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.RoleAccess entries = 1;
|
|
286
|
+
*/
|
|
287
|
+
entries: RoleAccess[];
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourceAccessByRoleList.
|
|
291
|
+
* Use `create(ResourceAccessByRoleListSchema)` to create a new message.
|
|
292
|
+
*/
|
|
293
|
+
export declare const ResourceAccessByRoleListSchema: GenMessage<ResourceAccessByRoleList>;
|
|
294
|
+
/**
|
|
295
|
+
* RoleAccess represents a role and all principals that have it.
|
|
296
|
+
*
|
|
297
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.RoleAccess
|
|
298
|
+
*/
|
|
299
|
+
export type RoleAccess = Message<"ai.stigmer.iam.iampolicy.v1.RoleAccess"> & {
|
|
300
|
+
/**
|
|
301
|
+
* The role with ownership and inheritance info
|
|
302
|
+
*
|
|
303
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.RoleGrant role = 1;
|
|
304
|
+
*/
|
|
305
|
+
role?: RoleGrant;
|
|
306
|
+
/**
|
|
307
|
+
* All principals that have this role
|
|
308
|
+
*
|
|
309
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.ApiResourceRefView principals = 2;
|
|
310
|
+
*/
|
|
311
|
+
principals: ApiResourceRefView[];
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleAccess.
|
|
315
|
+
* Use `create(RoleAccessSchema)` to create a new message.
|
|
316
|
+
*/
|
|
317
|
+
export declare const RoleAccessSchema: GenMessage<RoleAccess>;
|
|
318
|
+
/**
|
|
319
|
+
* RoleInfo contains basic information about an IAM role.
|
|
320
|
+
*
|
|
321
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.RoleInfo
|
|
322
|
+
*/
|
|
323
|
+
export type RoleInfo = Message<"ai.stigmer.iam.iampolicy.v1.RoleInfo"> & {
|
|
324
|
+
/**
|
|
325
|
+
* Unique identifier for the role
|
|
326
|
+
*
|
|
327
|
+
* @generated from field: string id = 1;
|
|
328
|
+
*/
|
|
329
|
+
id: string;
|
|
330
|
+
/**
|
|
331
|
+
* Machine-readable role code (e.g., "admin", "viewer")
|
|
332
|
+
*
|
|
333
|
+
* @generated from field: string code = 2;
|
|
334
|
+
*/
|
|
335
|
+
code: string;
|
|
336
|
+
/**
|
|
337
|
+
* Human-readable role name (e.g., "Administrator")
|
|
338
|
+
*
|
|
339
|
+
* @generated from field: string name = 3;
|
|
340
|
+
*/
|
|
341
|
+
name: string;
|
|
342
|
+
/**
|
|
343
|
+
* Description of what this role grants
|
|
344
|
+
*
|
|
345
|
+
* @generated from field: string description = 4;
|
|
346
|
+
*/
|
|
347
|
+
description: string;
|
|
348
|
+
};
|
|
349
|
+
/**
|
|
350
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleInfo.
|
|
351
|
+
* Use `create(RoleInfoSchema)` to create a new message.
|
|
352
|
+
*/
|
|
353
|
+
export declare const RoleInfoSchema: GenMessage<RoleInfo>;
|
|
354
|
+
/**
|
|
355
|
+
* PrincipalResourceRoles contains all roles a principal has on a specific resource.
|
|
356
|
+
*
|
|
357
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.PrincipalResourceRoles
|
|
358
|
+
*/
|
|
359
|
+
export type PrincipalResourceRoles = Message<"ai.stigmer.iam.iampolicy.v1.PrincipalResourceRoles"> & {
|
|
360
|
+
/**
|
|
361
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.RoleInfo roles = 1;
|
|
362
|
+
*/
|
|
363
|
+
roles: RoleInfo[];
|
|
364
|
+
};
|
|
365
|
+
/**
|
|
366
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalResourceRoles.
|
|
367
|
+
* Use `create(PrincipalResourceRolesSchema)` to create a new message.
|
|
368
|
+
*/
|
|
369
|
+
export declare const PrincipalResourceRolesSchema: GenMessage<PrincipalResourceRoles>;
|
|
370
|
+
/**
|
|
371
|
+
* CheckAuthorizationInput defines input for checking if a principal is authorized.
|
|
372
|
+
*
|
|
373
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationInput
|
|
374
|
+
*/
|
|
375
|
+
export type CheckAuthorizationInput = Message<"ai.stigmer.iam.iampolicy.v1.CheckAuthorizationInput"> & {
|
|
376
|
+
/**
|
|
377
|
+
* The policy to check (principal, resource, relation)
|
|
378
|
+
*
|
|
379
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.IamPolicySpec policy = 1;
|
|
380
|
+
*/
|
|
381
|
+
policy?: IamPolicySpec;
|
|
382
|
+
/**
|
|
383
|
+
* Optional contextual policies for "what-if" scenarios
|
|
384
|
+
*
|
|
385
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.IamPolicySpec contextual_policies = 2;
|
|
386
|
+
*/
|
|
387
|
+
contextualPolicies: IamPolicySpec[];
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationInput.
|
|
391
|
+
* Use `create(CheckAuthorizationInputSchema)` to create a new message.
|
|
392
|
+
*/
|
|
393
|
+
export declare const CheckAuthorizationInputSchema: GenMessage<CheckAuthorizationInput>;
|
|
394
|
+
/**
|
|
395
|
+
* CheckAuthorizationResult contains the result of an authorization check.
|
|
396
|
+
*
|
|
397
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationResult
|
|
398
|
+
*/
|
|
399
|
+
export type CheckAuthorizationResult = Message<"ai.stigmer.iam.iampolicy.v1.CheckAuthorizationResult"> & {
|
|
400
|
+
/**
|
|
401
|
+
* Whether the principal is authorized
|
|
402
|
+
*
|
|
403
|
+
* @generated from field: bool is_authorized = 1;
|
|
404
|
+
*/
|
|
405
|
+
isAuthorized: boolean;
|
|
406
|
+
};
|
|
407
|
+
/**
|
|
408
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationResult.
|
|
409
|
+
* Use `create(CheckAuthorizationResultSchema)` to create a new message.
|
|
410
|
+
*/
|
|
411
|
+
export declare const CheckAuthorizationResultSchema: GenMessage<CheckAuthorizationResult>;
|
|
412
|
+
/**
|
|
413
|
+
* ListAuthorizedResourceIdsInput defines input for listing resources a principal can access.
|
|
414
|
+
*
|
|
415
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ListAuthorizedResourceIdsInput
|
|
416
|
+
*/
|
|
417
|
+
export type ListAuthorizedResourceIdsInput = Message<"ai.stigmer.iam.iampolicy.v1.ListAuthorizedResourceIdsInput"> & {
|
|
418
|
+
/**
|
|
419
|
+
* The principal whose access is being queried
|
|
420
|
+
*
|
|
421
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef principal = 1;
|
|
422
|
+
*/
|
|
423
|
+
principal?: ApiResourceRef;
|
|
424
|
+
/**
|
|
425
|
+
* The kind of resources to check
|
|
426
|
+
*
|
|
427
|
+
* @generated from field: string resource_kind = 2;
|
|
428
|
+
*/
|
|
429
|
+
resourceKind: string;
|
|
430
|
+
/**
|
|
431
|
+
* The relation/permission to check for
|
|
432
|
+
*
|
|
433
|
+
* @generated from field: string relation = 3;
|
|
434
|
+
*/
|
|
435
|
+
relation: string;
|
|
436
|
+
/**
|
|
437
|
+
* Optional contextual policies for "what-if" scenarios
|
|
438
|
+
*
|
|
439
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.IamPolicySpec contextual_policies = 4;
|
|
440
|
+
*/
|
|
441
|
+
contextualPolicies: IamPolicySpec[];
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListAuthorizedResourceIdsInput.
|
|
445
|
+
* Use `create(ListAuthorizedResourceIdsInputSchema)` to create a new message.
|
|
446
|
+
*/
|
|
447
|
+
export declare const ListAuthorizedResourceIdsInputSchema: GenMessage<ListAuthorizedResourceIdsInput>;
|
|
448
|
+
/**
|
|
449
|
+
* AuthorizedResourceIdsList contains all resource IDs a principal can access.
|
|
450
|
+
*
|
|
451
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.AuthorizedResourceIdsList
|
|
452
|
+
*/
|
|
453
|
+
export type AuthorizedResourceIdsList = Message<"ai.stigmer.iam.iampolicy.v1.AuthorizedResourceIdsList"> & {
|
|
454
|
+
/**
|
|
455
|
+
* @generated from field: repeated string resource_ids = 1;
|
|
456
|
+
*/
|
|
457
|
+
resourceIds: string[];
|
|
458
|
+
};
|
|
459
|
+
/**
|
|
460
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.AuthorizedResourceIdsList.
|
|
461
|
+
* Use `create(AuthorizedResourceIdsListSchema)` to create a new message.
|
|
462
|
+
*/
|
|
463
|
+
export declare const AuthorizedResourceIdsListSchema: GenMessage<AuthorizedResourceIdsList>;
|
|
464
|
+
/**
|
|
465
|
+
* ListAuthorizedPrincipalIdsInput defines input for listing principals that can access a resource.
|
|
466
|
+
*
|
|
467
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ListAuthorizedPrincipalIdsInput
|
|
468
|
+
*/
|
|
469
|
+
export type ListAuthorizedPrincipalIdsInput = Message<"ai.stigmer.iam.iampolicy.v1.ListAuthorizedPrincipalIdsInput"> & {
|
|
470
|
+
/**
|
|
471
|
+
* The resource whose access is being queried
|
|
472
|
+
*
|
|
473
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef resource = 1;
|
|
474
|
+
*/
|
|
475
|
+
resource?: ApiResourceRef;
|
|
476
|
+
/**
|
|
477
|
+
* The kind of principals to check for
|
|
478
|
+
*
|
|
479
|
+
* @generated from field: string principal_kind = 2;
|
|
480
|
+
*/
|
|
481
|
+
principalKind: string;
|
|
482
|
+
/**
|
|
483
|
+
* The relation/permission to check for
|
|
484
|
+
*
|
|
485
|
+
* @generated from field: string relation = 3;
|
|
486
|
+
*/
|
|
487
|
+
relation: string;
|
|
488
|
+
/**
|
|
489
|
+
* Optional contextual policies for "what-if" scenarios
|
|
490
|
+
*
|
|
491
|
+
* @generated from field: repeated ai.stigmer.iam.iampolicy.v1.IamPolicySpec contextual_policies = 4;
|
|
492
|
+
*/
|
|
493
|
+
contextualPolicies: IamPolicySpec[];
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListAuthorizedPrincipalIdsInput.
|
|
497
|
+
* Use `create(ListAuthorizedPrincipalIdsInputSchema)` to create a new message.
|
|
498
|
+
*/
|
|
499
|
+
export declare const ListAuthorizedPrincipalIdsInputSchema: GenMessage<ListAuthorizedPrincipalIdsInput>;
|
|
500
|
+
/**
|
|
501
|
+
* AuthorizedPrincipalIdsList contains all principal IDs that can access a resource.
|
|
502
|
+
*
|
|
503
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.AuthorizedPrincipalIdsList
|
|
504
|
+
*/
|
|
505
|
+
export type AuthorizedPrincipalIdsList = Message<"ai.stigmer.iam.iampolicy.v1.AuthorizedPrincipalIdsList"> & {
|
|
506
|
+
/**
|
|
507
|
+
* @generated from field: repeated string principal_ids = 1;
|
|
508
|
+
*/
|
|
509
|
+
principalIds: string[];
|
|
510
|
+
};
|
|
511
|
+
/**
|
|
512
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.AuthorizedPrincipalIdsList.
|
|
513
|
+
* Use `create(AuthorizedPrincipalIdsListSchema)` to create a new message.
|
|
514
|
+
*/
|
|
515
|
+
export declare const AuthorizedPrincipalIdsListSchema: GenMessage<AuthorizedPrincipalIdsList>;
|
|
516
|
+
/**
|
|
517
|
+
* GetPrincipalsCountInput defines input for counting principals in an organization.
|
|
518
|
+
*
|
|
519
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.GetPrincipalsCountInput
|
|
520
|
+
*/
|
|
521
|
+
export type GetPrincipalsCountInput = Message<"ai.stigmer.iam.iampolicy.v1.GetPrincipalsCountInput"> & {
|
|
522
|
+
/**
|
|
523
|
+
* Organization ID to count principals for
|
|
524
|
+
*
|
|
525
|
+
* @generated from field: string org_id = 1;
|
|
526
|
+
*/
|
|
527
|
+
orgId: string;
|
|
528
|
+
/**
|
|
529
|
+
* The kind of principals to count (identity_account or team)
|
|
530
|
+
*
|
|
531
|
+
* @generated from field: string principal_kind = 2;
|
|
532
|
+
*/
|
|
533
|
+
principalKind: string;
|
|
534
|
+
};
|
|
535
|
+
/**
|
|
536
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.GetPrincipalsCountInput.
|
|
537
|
+
* Use `create(GetPrincipalsCountInputSchema)` to create a new message.
|
|
538
|
+
*/
|
|
539
|
+
export declare const GetPrincipalsCountInputSchema: GenMessage<GetPrincipalsCountInput>;
|
|
540
|
+
/**
|
|
541
|
+
* PrincipalsCount contains the count of principals.
|
|
542
|
+
*
|
|
543
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.PrincipalsCount
|
|
544
|
+
*/
|
|
545
|
+
export type PrincipalsCount = Message<"ai.stigmer.iam.iampolicy.v1.PrincipalsCount"> & {
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: int32 count = 1;
|
|
548
|
+
*/
|
|
549
|
+
count: number;
|
|
550
|
+
};
|
|
551
|
+
/**
|
|
552
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalsCount.
|
|
553
|
+
* Use `create(PrincipalsCountSchema)` to create a new message.
|
|
554
|
+
*/
|
|
555
|
+
export declare const PrincipalsCountSchema: GenMessage<PrincipalsCount>;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/iampolicy/v1/io.proto (package ai.stigmer.iam.iampolicy.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_iam_iampolicy_v1_api } from "./api_pb";
|
|
6
|
+
import { file_ai_stigmer_iam_iampolicy_v1_spec } from "./spec_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/io.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_iam_iampolicy_v1_io = /*@__PURE__*/ fileDesc("CiRhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvaW8ucHJvdG8SG2FpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MSL9AQoSQXBpUmVzb3VyY2VSZWZWaWV3EgwKBGtpbmQYASABKAkSCgoCaWQYAiABKAkSEAoIcmVsYXRpb24YAyABKAkSDAoEbmFtZRgEIAEoCRINCgVlbWFpbBgFIAEoCRIMCgRzbHVnGAYgASgJEg4KBmF2YXRhchgHIAEoCRJACgdtZW1iZXJzGAggAygLMi8uYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLkFwaVJlc291cmNlUmVmVmlldxI+CgV0ZWFtcxgJIAMoCzIvLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZlZpZXciJAoLSWFtUG9saWN5SWQSFQoFdmFsdWUYASABKAlCBrpIA8gBASKnAQoWUHJpbmNpcGFsUmVzb3VyY2VJbnB1dBJGCglwcmluY2lwYWwYASABKAsyKy5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuQXBpUmVzb3VyY2VSZWZCBrpIA8gBARJFCghyZXNvdXJjZRgCIAEoCzIrLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZkIGukgDyAEBIqkBChdSZXNvdXJjZVByaW5jaXBhbHNJbnB1dBJFCghyZXNvdXJjZRgBIAEoCzIrLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZkIGukgDyAEBEkcKCnByaW5jaXBhbHMYAiADKAsyKy5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuQXBpUmVzb3VyY2VSZWZCBrpIA8gBASJkChRSZXZva2VPcmdBY2Nlc3NJbnB1dBInChNpZGVudGl0eV9hY2NvdW50X2lkGAEgASgJQgq6SAfIAQFyAhABEiMKD29yZ2FuaXphdGlvbl9pZBgCIAEoCUIKukgHyAEBcgIQASJKCg9JYW1Qb2xpY2llc0xpc3QSNwoHZW50cmllcxgBIAMoCzImLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5JYW1Qb2xpY3kiewoXTGlzdFJlc291cmNlQWNjZXNzSW5wdXQSRQoIcmVzb3VyY2UYASABKAsyKy5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuQXBpUmVzb3VyY2VSZWZCBrpIA8gBARIZChFpbmNsdWRlX2luaGVyaXRlZBgCIAEoCCJeCh1SZXNvdXJjZUFjY2Vzc0J5UHJpbmNpcGFsTGlzdBI9CgdlbnRyaWVzGAEgAygLMiwuYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLlByaW5jaXBhbEFjY2VzcyKMAQoPUHJpbmNpcGFsQWNjZXNzEkIKCXByaW5jaXBhbBgBIAEoCzIvLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZlZpZXcSNQoFcm9sZXMYAiADKAsyJi5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuUm9sZUdyYW50IpsBCglSb2xlR3JhbnQSMwoEcm9sZRgBIAEoCzIlLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5Sb2xlSW5mbxJDCg5vd25lcl9yZXNvdXJjZRgCIAEoCzIrLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZhIUCgxpc19pbmhlcml0ZWQYAyABKAgiVAoYUmVzb3VyY2VBY2Nlc3NCeVJvbGVMaXN0EjgKB2VudHJpZXMYASADKAsyJy5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuUm9sZUFjY2VzcyKHAQoKUm9sZUFjY2VzcxI0CgRyb2xlGAEgASgLMiYuYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLlJvbGVHcmFudBJDCgpwcmluY2lwYWxzGAIgAygLMi8uYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLkFwaVJlc291cmNlUmVmVmlldyJHCghSb2xlSW5mbxIKCgJpZBgBIAEoCRIMCgRjb2RlGAIgASgJEgwKBG5hbWUYAyABKAkSEwoLZGVzY3JpcHRpb24YBCABKAkiTgoWUHJpbmNpcGFsUmVzb3VyY2VSb2xlcxI0CgVyb2xlcxgBIAMoCzIlLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5Sb2xlSW5mbyKmAQoXQ2hlY2tBdXRob3JpemF0aW9uSW5wdXQSQgoGcG9saWN5GAEgASgLMiouYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLklhbVBvbGljeVNwZWNCBrpIA8gBARJHChNjb250ZXh0dWFsX3BvbGljaWVzGAIgAygLMiouYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLklhbVBvbGljeVNwZWMiMQoYQ2hlY2tBdXRob3JpemF0aW9uUmVzdWx0EhUKDWlzX2F1dGhvcml6ZWQYASABKAgi8gEKHkxpc3RBdXRob3JpemVkUmVzb3VyY2VJZHNJbnB1dBJGCglwcmluY2lwYWwYASABKAsyKy5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuQXBpUmVzb3VyY2VSZWZCBrpIA8gBARIhCg1yZXNvdXJjZV9raW5kGAIgASgJQgq6SAfIAQFyAhABEhwKCHJlbGF0aW9uGAMgASgJQgq6SAfIAQFyAhABEkcKE2NvbnRleHR1YWxfcG9saWNpZXMYBCADKAsyKi5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuSWFtUG9saWN5U3BlYyIxChlBdXRob3JpemVkUmVzb3VyY2VJZHNMaXN0EhQKDHJlc291cmNlX2lkcxgBIAMoCSLzAQofTGlzdEF1dGhvcml6ZWRQcmluY2lwYWxJZHNJbnB1dBJFCghyZXNvdXJjZRgBIAEoCzIrLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZkIGukgDyAEBEiIKDnByaW5jaXBhbF9raW5kGAIgASgJQgq6SAfIAQFyAhABEhwKCHJlbGF0aW9uGAMgASgJQgq6SAfIAQFyAhABEkcKE2NvbnRleHR1YWxfcG9saWNpZXMYBCADKAsyKi5haS5zdGlnbWVyLmlhbS5pYW1wb2xpY3kudjEuSWFtUG9saWN5U3BlYyIzChpBdXRob3JpemVkUHJpbmNpcGFsSWRzTGlzdBIVCg1wcmluY2lwYWxfaWRzGAEgAygJIlkKF0dldFByaW5jaXBhbHNDb3VudElucHV0EhoKBm9yZ19pZBgBIAEoCUIKukgHyAEBcgIQARIiCg5wcmluY2lwYWxfa2luZBgCIAEoCUIKukgHyAEBcgIQASIgCg9QcmluY2lwYWxzQ291bnQSDQoFY291bnQYASABKAViBnByb3RvMw", [file_ai_stigmer_iam_iampolicy_v1_api, file_ai_stigmer_iam_iampolicy_v1_spec, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ApiResourceRefView.
|
|
14
|
+
* Use `create(ApiResourceRefViewSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const ApiResourceRefViewSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPolicyId.
|
|
19
|
+
* Use `create(IamPolicyIdSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const IamPolicyIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 1);
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalResourceInput.
|
|
24
|
+
* Use `create(PrincipalResourceInputSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const PrincipalResourceInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 2);
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourcePrincipalsInput.
|
|
29
|
+
* Use `create(ResourcePrincipalsInputSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const ResourcePrincipalsInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 3);
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RevokeOrgAccessInput.
|
|
34
|
+
* Use `create(RevokeOrgAccessInputSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const RevokeOrgAccessInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 4);
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPoliciesList.
|
|
39
|
+
* Use `create(IamPoliciesListSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const IamPoliciesListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 5);
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListResourceAccessInput.
|
|
44
|
+
* Use `create(ListResourceAccessInputSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const ListResourceAccessInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 6);
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourceAccessByPrincipalList.
|
|
49
|
+
* Use `create(ResourceAccessByPrincipalListSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const ResourceAccessByPrincipalListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 7);
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalAccess.
|
|
54
|
+
* Use `create(PrincipalAccessSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export const PrincipalAccessSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 8);
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleGrant.
|
|
59
|
+
* Use `create(RoleGrantSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const RoleGrantSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 9);
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ResourceAccessByRoleList.
|
|
64
|
+
* Use `create(ResourceAccessByRoleListSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const ResourceAccessByRoleListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 10);
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleAccess.
|
|
69
|
+
* Use `create(RoleAccessSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export const RoleAccessSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 11);
|
|
72
|
+
/**
|
|
73
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.RoleInfo.
|
|
74
|
+
* Use `create(RoleInfoSchema)` to create a new message.
|
|
75
|
+
*/
|
|
76
|
+
export const RoleInfoSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 12);
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalResourceRoles.
|
|
79
|
+
* Use `create(PrincipalResourceRolesSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export const PrincipalResourceRolesSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 13);
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationInput.
|
|
84
|
+
* Use `create(CheckAuthorizationInputSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const CheckAuthorizationInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 14);
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.CheckAuthorizationResult.
|
|
89
|
+
* Use `create(CheckAuthorizationResultSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
export const CheckAuthorizationResultSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 15);
|
|
92
|
+
/**
|
|
93
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListAuthorizedResourceIdsInput.
|
|
94
|
+
* Use `create(ListAuthorizedResourceIdsInputSchema)` to create a new message.
|
|
95
|
+
*/
|
|
96
|
+
export const ListAuthorizedResourceIdsInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 16);
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.AuthorizedResourceIdsList.
|
|
99
|
+
* Use `create(AuthorizedResourceIdsListSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const AuthorizedResourceIdsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 17);
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ListAuthorizedPrincipalIdsInput.
|
|
104
|
+
* Use `create(ListAuthorizedPrincipalIdsInputSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export const ListAuthorizedPrincipalIdsInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 18);
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.AuthorizedPrincipalIdsList.
|
|
109
|
+
* Use `create(AuthorizedPrincipalIdsListSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const AuthorizedPrincipalIdsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 19);
|
|
112
|
+
/**
|
|
113
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.GetPrincipalsCountInput.
|
|
114
|
+
* Use `create(GetPrincipalsCountInputSchema)` to create a new message.
|
|
115
|
+
*/
|
|
116
|
+
export const GetPrincipalsCountInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 20);
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.PrincipalsCount.
|
|
119
|
+
* Use `create(PrincipalsCountSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export const PrincipalsCountSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_io, 21);
|
|
122
|
+
//# sourceMappingURL=io_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/iampolicy/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,wjHAAwjH,EAAE,CAAC,oCAAoC,EAAE,qCAAqC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2EhrH;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AActD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AActD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAetD;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AA8BtD;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAetD;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAuBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAqCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAcvD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAuBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAgBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAqCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAcvD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAqCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAcvD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAuBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;AAcvD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC"}
|