@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,58 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceKind } from "../../../../commons/apiresource/apiresourcekind/api_resource_kind_pb";
|
|
3
|
+
import type { ApiResourceIamPermission } from "./iam_permission_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/rpcauthorization/io.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* authorization config message to check before executing rpc
|
|
11
|
+
*
|
|
12
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig
|
|
13
|
+
*/
|
|
14
|
+
export type RpcAuthorizationConfig = Message<"ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig"> & {
|
|
15
|
+
/**
|
|
16
|
+
* permission required to run the service
|
|
17
|
+
*
|
|
18
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission permission = 1;
|
|
19
|
+
*/
|
|
20
|
+
permission: ApiResourceIamPermission;
|
|
21
|
+
/**
|
|
22
|
+
* api-resource-kind that the permission should be granted
|
|
23
|
+
*
|
|
24
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind resource_kind = 2;
|
|
25
|
+
*/
|
|
26
|
+
resourceKind: ApiResourceKind;
|
|
27
|
+
/**
|
|
28
|
+
* path of the field that contains the api-resource-kind on which to perform authorization.
|
|
29
|
+
* this is useful when the resource_kind is part of the input object
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: string resource_kind_path = 3;
|
|
32
|
+
*/
|
|
33
|
+
resourceKindPath: string;
|
|
34
|
+
/**
|
|
35
|
+
* path of the field inside the input object to be used for performing authorization.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: string field_path = 4;
|
|
38
|
+
*/
|
|
39
|
+
fieldPath: string;
|
|
40
|
+
/**
|
|
41
|
+
* error message to be returned when the permission is not granted to user
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string error_msg = 5;
|
|
44
|
+
*/
|
|
45
|
+
errorMsg: string;
|
|
46
|
+
/**
|
|
47
|
+
* identifier value to be configured if identifier is not part of the input
|
|
48
|
+
* this will be used in case of system internal rpc`s where the resource_id is `planton-cloud`
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: string resource_id = 6;
|
|
51
|
+
*/
|
|
52
|
+
resourceId: string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig.
|
|
56
|
+
* Use `create(RpcAuthorizationConfigSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const RpcAuthorizationConfigSchema: GenMessage<RpcAuthorizationConfig>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/iampolicy/v1/rpcauthorization/io.proto (package ai.stigmer.iam.iampolicy.v1.rpcauthorization, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind } from "../../../../commons/apiresource/apiresourcekind/api_resource_kind_pb";
|
|
6
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission } from "./iam_permission_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/rpcauthorization/io.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io = /*@__PURE__*/ fileDesc("CjVhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvcnBjYXV0aG9yaXphdGlvbi9pby5wcm90bxIsYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLnJwY2F1dGhvcml6YXRpb24ipAIKFlJwY0F1dGhvcml6YXRpb25Db25maWcSWgoKcGVybWlzc2lvbhgBIAEoDjJGLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5ycGNhdXRob3JpemF0aW9uLkFwaVJlc291cmNlSWFtUGVybWlzc2lvbhJWCg1yZXNvdXJjZV9raW5kGAIgASgOMj8uYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUtpbmQSGgoScmVzb3VyY2Vfa2luZF9wYXRoGAMgASgJEhIKCmZpZWxkX3BhdGgYBCABKAkSEQoJZXJyb3JfbXNnGAUgASgJEhMKC3Jlc291cmNlX2lkGAYgASgJYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig.
|
|
13
|
+
* Use `create(RpcAuthorizationConfigSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const RpcAuthorizationConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io, 0);
|
|
16
|
+
//# sourceMappingURL=io_pb.js.map
|
|
@@ -0,0 +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;AAqDrrB;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { RpcAuthorizationConfig } from "./io_pb";
|
|
3
|
+
import type { MethodOptions } from "@bufbuild/protobuf/wkt";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
|
|
10
|
+
*/
|
|
11
|
+
export declare const config: GenExtension<MethodOptions, RpcAuthorizationConfig>;
|
|
12
|
+
/**
|
|
13
|
+
* @generated from extension: bool is_public = 50057;
|
|
14
|
+
*/
|
|
15
|
+
export declare const is_public: GenExtension<MethodOptions, boolean>;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from extension: bool is_skip_authorization = 50058;
|
|
18
|
+
*/
|
|
19
|
+
export declare const is_skip_authorization: GenExtension<MethodOptions, boolean>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options.proto (package ai.stigmer.iam.iampolicy.v1.rpcauthorization, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io } from "./io_pb";
|
|
6
|
+
import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options.proto.
|
|
9
|
+
*/
|
|
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
|
+
/**
|
|
12
|
+
* @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
|
|
13
|
+
*/
|
|
14
|
+
export const config = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 0);
|
|
15
|
+
/**
|
|
16
|
+
* @generated from extension: bool is_public = 50057;
|
|
17
|
+
*/
|
|
18
|
+
export const is_public = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 1);
|
|
19
|
+
/**
|
|
20
|
+
* @generated from extension: bool is_skip_authorization = 50058;
|
|
21
|
+
*/
|
|
22
|
+
export const is_skip_authorization = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 2);
|
|
23
|
+
//# sourceMappingURL=method_options_pb.js.map
|
|
@@ -0,0 +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;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAwD,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAyC,aAAa,CAC1E,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAyC,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/spec.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_iam_iampolicy_v1_spec: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* IamPolicySpec defines the desired state of an IAM policy binding.
|
|
9
|
+
* It specifies WHO (principal) gets WHAT permission (relation) on WHICH resource.
|
|
10
|
+
*
|
|
11
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.IamPolicySpec
|
|
12
|
+
*/
|
|
13
|
+
export type IamPolicySpec = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicySpec"> & {
|
|
14
|
+
/**
|
|
15
|
+
* Principal: WHO is being granted access
|
|
16
|
+
* This can be any API resource that acts as an identity:
|
|
17
|
+
* - identity_account (individual user)
|
|
18
|
+
* - team (group of users)
|
|
19
|
+
* - organization (for cross-org grants)
|
|
20
|
+
* - Any other resource that can be a subject in authorization
|
|
21
|
+
*
|
|
22
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef principal = 1;
|
|
23
|
+
*/
|
|
24
|
+
principal?: ApiResourceRef;
|
|
25
|
+
/**
|
|
26
|
+
* Resource: WHAT is being accessed
|
|
27
|
+
* This can be any API resource that is being protected:
|
|
28
|
+
* - organization
|
|
29
|
+
* - environment
|
|
30
|
+
* - cloud_resource (VPC, S3 bucket, etc.)
|
|
31
|
+
* - service
|
|
32
|
+
* - Any other resource that requires access control
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: ai.stigmer.iam.iampolicy.v1.ApiResourceRef resource = 2;
|
|
35
|
+
*/
|
|
36
|
+
resource?: ApiResourceRef;
|
|
37
|
+
/**
|
|
38
|
+
* Relation: HOW/what permission is being granted
|
|
39
|
+
* This is the FGA relation/permission being granted (e.g., "admin", "viewer", "owner")
|
|
40
|
+
* The relation value maps to the role_code from IamRole.
|
|
41
|
+
* Examples: "admin", "editor", "viewer", "owner", "member"
|
|
42
|
+
*
|
|
43
|
+
* When this policy is synced to OpenFGA, this becomes the relation in the tuple:
|
|
44
|
+
* principal.kind:principal.id#principal.relation@resource.kind:resource.id#relation
|
|
45
|
+
*
|
|
46
|
+
* @generated from field: string relation = 3;
|
|
47
|
+
*/
|
|
48
|
+
relation: string;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPolicySpec.
|
|
52
|
+
* Use `create(IamPolicySpecSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export declare const IamPolicySpecSchema: GenMessage<IamPolicySpec>;
|
|
55
|
+
/**
|
|
56
|
+
* ApiResourceRef represents a reference to ANY API resource in the system.
|
|
57
|
+
* It is intentionally generic and reusable for both principals and resources
|
|
58
|
+
* to maintain symmetry and flexibility in the authorization model.
|
|
59
|
+
*
|
|
60
|
+
* This message contains ONLY identification fields (kind, id, relation).
|
|
61
|
+
* For view/query responses that need display information, use ApiResourceRefView in io.proto.
|
|
62
|
+
*
|
|
63
|
+
* @generated from message ai.stigmer.iam.iampolicy.v1.ApiResourceRef
|
|
64
|
+
*/
|
|
65
|
+
export type ApiResourceRef = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRef"> & {
|
|
66
|
+
/**
|
|
67
|
+
* Type of the API resource being referenced
|
|
68
|
+
* This should be the resource kind as defined in ApiResourceKind enum.
|
|
69
|
+
* Examples: "identity_account", "team", "organization", "environment",
|
|
70
|
+
* "cloud_resource", "service", etc.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: string kind = 1;
|
|
73
|
+
*/
|
|
74
|
+
kind: string;
|
|
75
|
+
/**
|
|
76
|
+
* Unique identifier of the resource
|
|
77
|
+
* This is the resource's ID field (e.g., ia-01HQUSER123, tm-01HQTEAM456)
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: string id = 2;
|
|
80
|
+
*/
|
|
81
|
+
id: string;
|
|
82
|
+
/**
|
|
83
|
+
* Optional relation qualifier for the resource reference
|
|
84
|
+
* Used when the reference needs additional context about the relationship.
|
|
85
|
+
*
|
|
86
|
+
* Primary use case: For team principals, this specifies the relation of the
|
|
87
|
+
* user to the team (e.g., "member", "admin").
|
|
88
|
+
* Example: principal { kind: "team", id: "tm-123", relation: "member" }
|
|
89
|
+
* means "members of team tm-123"
|
|
90
|
+
*
|
|
91
|
+
* In OpenFGA tuple notation, this becomes:
|
|
92
|
+
* team:tm-123#member (as the subject of the tuple)
|
|
93
|
+
*
|
|
94
|
+
* This field qualifies HOW the principal relates to this resource reference,
|
|
95
|
+
* NOT the permission being granted (that's IamPolicySpec.relation).
|
|
96
|
+
*
|
|
97
|
+
* @generated from field: string relation = 3;
|
|
98
|
+
*/
|
|
99
|
+
relation: string;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ApiResourceRef.
|
|
103
|
+
* Use `create(ApiResourceRefSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const ApiResourceRefSchema: GenMessage<ApiResourceRef>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/iampolicy/v1/spec.proto (package ai.stigmer.iam.iampolicy.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/iam/iampolicy/v1/spec.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_iam_iampolicy_v1_spec = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvc3BlYy5wcm90bxIbYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxIr4BCg1JYW1Qb2xpY3lTcGVjEkYKCXByaW5jaXBhbBgBIAEoCzIrLmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5BcGlSZXNvdXJjZVJlZkIGukgDyAEBEkUKCHJlc291cmNlGAIgASgLMisuYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLkFwaVJlc291cmNlUmVmQga6SAPIAQESHgoIcmVsYXRpb24YAyABKAlCDLpICcgBAXIEEAEYQCJkCg5BcGlSZXNvdXJjZVJlZhIbCgRraW5kGAEgASgJQg26SArIAQFyBRABGIACEhkKAmlkGAIgASgJQg26SArIAQFyBRABGIACEhoKCHJlbGF0aW9uGAMgASgJQgi6SAVyAxiAAmIGcHJvdG8z", [file_buf_validate_validate]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.IamPolicySpec.
|
|
12
|
+
* Use `create(IamPolicySpecSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const IamPolicySpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_spec, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message ai.stigmer.iam.iampolicy.v1.ApiResourceRef.
|
|
17
|
+
* Use `create(ApiResourceRefSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ApiResourceRefSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_iampolicy_v1_spec, 1);
|
|
20
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/iampolicy/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,kfAAkf,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAgD7hB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAmDxD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceMetadata } from "../../../commons/apiresource/metadata_pb";
|
|
3
|
+
import type { ApiResourceAuditStatus } from "../../../commons/apiresource/status_pb";
|
|
4
|
+
import type { IdentityAccountSpec } from "./spec_pb";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/api.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_api: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* identity-account for user accounts
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccount
|
|
14
|
+
*/
|
|
15
|
+
export type IdentityAccount = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccount"> & {
|
|
16
|
+
/**
|
|
17
|
+
* api-version
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: string api_version = 1;
|
|
20
|
+
*/
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
/**
|
|
23
|
+
* resource-kind
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string kind = 2;
|
|
26
|
+
*/
|
|
27
|
+
kind: string;
|
|
28
|
+
/**
|
|
29
|
+
* metadata
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
32
|
+
*/
|
|
33
|
+
metadata?: ApiResourceMetadata;
|
|
34
|
+
/**
|
|
35
|
+
* spec
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec spec = 4;
|
|
38
|
+
*/
|
|
39
|
+
spec?: IdentityAccountSpec;
|
|
40
|
+
/**
|
|
41
|
+
* status
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditStatus status = 5;
|
|
44
|
+
*/
|
|
45
|
+
status?: ApiResourceAuditStatus;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccount.
|
|
49
|
+
* Use `create(IdentityAccountSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export declare const IdentityAccountSchema: GenMessage<IdentityAccount>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/api.proto (package ai.stigmer.iam.identityaccount.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_metadata } from "../../../commons/apiresource/metadata_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
|
|
7
|
+
import { file_ai_stigmer_iam_identityaccount_v1_spec } from "./spec_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/api.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_iam_identityaccount_v1_api = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvYXBpLnByb3RvEiFhaS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEiuwIKD0lkZW50aXR5QWNjb3VudBItCgthcGlfdmVyc2lvbhgBIAEoCUIYukgVchMKEWlhbS5zdGlnbWVyLmFpL3YxEiQKBGtpbmQYAiABKAlCFrpIE3IRCg9JZGVudGl0eUFjY291bnQSRQoIbWV0YWRhdGEYAyABKAsyMy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VNZXRhZGF0YRJECgRzcGVjGAQgASgLMjYuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudFNwZWMSRgoGc3RhdHVzGAUgASgLMjYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRTdGF0dXNiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_metadata, file_ai_stigmer_commons_apiresource_status, file_ai_stigmer_iam_identityaccount_v1_spec, file_buf_validate_validate]);
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccount.
|
|
15
|
+
* Use `create(IdentityAccountSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const IdentityAccountSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_api, 0);
|
|
18
|
+
//# sourceMappingURL=api_pb.js.map
|
|
@@ -0,0 +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;AA4CltB;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* identity-account command controller
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
5
|
+
*/
|
|
6
|
+
export declare const IdentityAccountCommandController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* create a new identity-account.
|
|
11
|
+
* system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
12
|
+
* no FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
13
|
+
* the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
14
|
+
*
|
|
15
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
16
|
+
*/
|
|
17
|
+
readonly create: {
|
|
18
|
+
readonly name: "create";
|
|
19
|
+
readonly I: any;
|
|
20
|
+
readonly O: any;
|
|
21
|
+
readonly kind: any;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* update an existing identity-account
|
|
25
|
+
*
|
|
26
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
27
|
+
*/
|
|
28
|
+
readonly update: {
|
|
29
|
+
readonly name: "update";
|
|
30
|
+
readonly I: any;
|
|
31
|
+
readonly O: any;
|
|
32
|
+
readonly kind: any;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* delete an existing identity-account
|
|
36
|
+
*
|
|
37
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
38
|
+
*/
|
|
39
|
+
readonly delete: {
|
|
40
|
+
readonly name: "delete";
|
|
41
|
+
readonly I: any;
|
|
42
|
+
readonly O: any;
|
|
43
|
+
readonly kind: any;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
|
|
47
|
+
* this rpc will take the email, look it up on auth0,
|
|
48
|
+
* if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
|
|
49
|
+
*
|
|
50
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
51
|
+
*/
|
|
52
|
+
readonly simulateSignupWebhook: {
|
|
53
|
+
readonly name: "simulateSignupWebhook";
|
|
54
|
+
readonly I: any;
|
|
55
|
+
readonly O: any;
|
|
56
|
+
readonly kind: any;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/command.proto (package ai.stigmer.iam.identityaccount.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* identity-account command controller
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
10
|
+
*/
|
|
11
|
+
export const IdentityAccountCommandController = {
|
|
12
|
+
typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* create a new identity-account.
|
|
16
|
+
* system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
17
|
+
* no FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
18
|
+
* the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
21
|
+
*/
|
|
22
|
+
create: {
|
|
23
|
+
name: "create",
|
|
24
|
+
I: IdentityAccount,
|
|
25
|
+
O: IdentityAccount,
|
|
26
|
+
kind: MethodKind.Unary,
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* update an existing identity-account
|
|
30
|
+
*
|
|
31
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
32
|
+
*/
|
|
33
|
+
update: {
|
|
34
|
+
name: "update",
|
|
35
|
+
I: IdentityAccount,
|
|
36
|
+
O: IdentityAccount,
|
|
37
|
+
kind: MethodKind.Unary,
|
|
38
|
+
},
|
|
39
|
+
/**
|
|
40
|
+
* delete an existing identity-account
|
|
41
|
+
*
|
|
42
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
43
|
+
*/
|
|
44
|
+
delete: {
|
|
45
|
+
name: "delete",
|
|
46
|
+
I: IdentityAccountId,
|
|
47
|
+
O: IdentityAccount,
|
|
48
|
+
kind: MethodKind.Unary,
|
|
49
|
+
},
|
|
50
|
+
/**
|
|
51
|
+
* simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
|
|
52
|
+
* this rpc will take the email, look it up on auth0,
|
|
53
|
+
* if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
|
|
54
|
+
*
|
|
55
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
56
|
+
*/
|
|
57
|
+
simulateSignupWebhook: {
|
|
58
|
+
name: "simulateSignupWebhook",
|
|
59
|
+
I: IdentityAccountEmail,
|
|
60
|
+
O: Empty,
|
|
61
|
+
kind: MethodKind.Unary,
|
|
62
|
+
},
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=command_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,kIAAkI;AAClI,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGvD;;;;GAIG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,QAAQ,EAAE,oEAAoE;IAC9E,OAAO,EAAE;QACP;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,qBAAqB,EAAE;YACrB,IAAI,EAAE,uBAAuB;YAC7B,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { IdentityAccountSchema } from "./api_pb";
|
|
3
|
+
import type { IdentityAccountEmailSchema, IdentityAccountIdSchema } from "./io_pb";
|
|
4
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/command.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_command: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* identity-account command controller
|
|
11
|
+
*
|
|
12
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
13
|
+
*/
|
|
14
|
+
export declare const IdentityAccountCommandController: GenService<{
|
|
15
|
+
/**
|
|
16
|
+
* create a new identity-account.
|
|
17
|
+
* system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
18
|
+
* no FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
19
|
+
* the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
20
|
+
*
|
|
21
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
22
|
+
*/
|
|
23
|
+
create: {
|
|
24
|
+
methodKind: "unary";
|
|
25
|
+
input: typeof IdentityAccountSchema;
|
|
26
|
+
output: typeof IdentityAccountSchema;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* update an existing identity-account
|
|
30
|
+
*
|
|
31
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
32
|
+
*/
|
|
33
|
+
update: {
|
|
34
|
+
methodKind: "unary";
|
|
35
|
+
input: typeof IdentityAccountSchema;
|
|
36
|
+
output: typeof IdentityAccountSchema;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* delete an existing identity-account
|
|
40
|
+
*
|
|
41
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
42
|
+
*/
|
|
43
|
+
delete: {
|
|
44
|
+
methodKind: "unary";
|
|
45
|
+
input: typeof IdentityAccountIdSchema;
|
|
46
|
+
output: typeof IdentityAccountSchema;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
|
|
50
|
+
* this rpc will take the email, look it up on auth0,
|
|
51
|
+
* if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
54
|
+
*/
|
|
55
|
+
simulateSignupWebhook: {
|
|
56
|
+
methodKind: "unary";
|
|
57
|
+
input: typeof IdentityAccountEmailSchema;
|
|
58
|
+
output: typeof EmptySchema;
|
|
59
|
+
};
|
|
60
|
+
}>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/command.proto (package ai.stigmer.iam.identityaccount.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
6
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../iampolicy/v1/rpcauthorization/method_options_pb";
|
|
7
|
+
import { file_ai_stigmer_iam_identityaccount_v1_api } from "./api_pb";
|
|
8
|
+
import { file_ai_stigmer_iam_identityaccount_v1_io } from "./io_pb";
|
|
9
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/command.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_iam_identityaccount_v1_command = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvY29tbWFuZC5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxMuYECiBJZGVudGl0eUFjY291bnRDb21tYW5kQ29udHJvbGxlchJwCgZjcmVhdGUSMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50GjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudBKwAQoGdXBkYXRlEjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudBoyLmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnQiPsK4GDoIBBALIgttZXRhZGF0YS5pZCondW5hdXRob3JpemVkIHRvIHVwZGF0ZSBpZGVudGl0eSBhY2NvdW50EqwBCgZkZWxldGUSNC5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50SWQaMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IjjCuBg0CAIQCyIFdmFsdWUqJ3VuYXV0aG9yaXplZCB0byBkZWxldGUgaWRlbnRpdHkgYWNjb3VudBJoChVzaW11bGF0ZVNpZ251cFdlYmhvb2sSNy5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50RW1haWwaFi5nb29nbGUucHJvdG9idWYuRW1wdHkaBKD/KwtiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, file_ai_stigmer_iam_identityaccount_v1_api, file_ai_stigmer_iam_identityaccount_v1_io, file_google_protobuf_empty]);
|
|
14
|
+
/**
|
|
15
|
+
* identity-account command controller
|
|
16
|
+
*
|
|
17
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
18
|
+
*/
|
|
19
|
+
export const IdentityAccountCommandController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_iam_identityaccount_v1_command, 0);
|
|
20
|
+
//# sourceMappingURL=command_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,uDAAuD,CAAC;AAEzI,OAAO,EAAE,0CAA0C,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,yCAAyC,EAAE,MAAM,SAAS,CAAC;AAEpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEpE;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,o7BAAo7B,EAAE,CAAC,uDAAuD,EAAE,gEAAgE,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEjrC;;;;GAIG;AACH,MAAM,CAAC,MAAM,gCAAgC,GA8CxC,aAAa,CAChB,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/enum.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_enum: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* IdentityAccountProvisioningMode defines how an identity account was created.
|
|
8
|
+
*
|
|
9
|
+
* - direct: User signed up via Stigmer's own Auth0 tenant (existing behavior).
|
|
10
|
+
* - federated: JIT-provisioned during federated authentication via an IdentityProvider.
|
|
11
|
+
* The account has no credentials in Stigmer's Auth0 — it participates in FGA
|
|
12
|
+
* authorization but cannot log into Stigmer directly.
|
|
13
|
+
* - machine: M2M client credentials account used for inter-service communication.
|
|
14
|
+
*
|
|
15
|
+
* Unspecified is the default for legacy accounts created before this enum was introduced.
|
|
16
|
+
*
|
|
17
|
+
* @generated from enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode
|
|
18
|
+
*/
|
|
19
|
+
export declare enum IdentityAccountProvisioningMode {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: identity_account_provisioning_mode_unspecified = 0;
|
|
22
|
+
*/
|
|
23
|
+
identity_account_provisioning_mode_unspecified = 0,
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: direct = 1;
|
|
26
|
+
*/
|
|
27
|
+
direct = 1,
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: federated = 2;
|
|
30
|
+
*/
|
|
31
|
+
federated = 2,
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: machine = 3;
|
|
34
|
+
*/
|
|
35
|
+
machine = 3
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Describes the enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode.
|
|
39
|
+
*/
|
|
40
|
+
export declare const IdentityAccountProvisioningModeSchema: GenEnum<IdentityAccountProvisioningMode>;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/enum.proto (package ai.stigmer.iam.identityaccount.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/enum.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_iam_identityaccount_v1_enum = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvZW51bS5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxKn0KH0lkZW50aXR5QWNjb3VudFByb3Zpc2lvbmluZ01vZGUSMgouaWRlbnRpdHlfYWNjb3VudF9wcm92aXNpb25pbmdfbW9kZV91bnNwZWNpZmllZBAAEgoKBmRpcmVjdBABEg0KCWZlZGVyYXRlZBACEgsKB21hY2hpbmUQA2IGcHJvdG8z");
|
|
9
|
+
/**
|
|
10
|
+
* IdentityAccountProvisioningMode defines how an identity account was created.
|
|
11
|
+
*
|
|
12
|
+
* - direct: User signed up via Stigmer's own Auth0 tenant (existing behavior).
|
|
13
|
+
* - federated: JIT-provisioned during federated authentication via an IdentityProvider.
|
|
14
|
+
* The account has no credentials in Stigmer's Auth0 — it participates in FGA
|
|
15
|
+
* authorization but cannot log into Stigmer directly.
|
|
16
|
+
* - machine: M2M client credentials account used for inter-service communication.
|
|
17
|
+
*
|
|
18
|
+
* Unspecified is the default for legacy accounts created before this enum was introduced.
|
|
19
|
+
*
|
|
20
|
+
* @generated from enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode
|
|
21
|
+
*/
|
|
22
|
+
export var IdentityAccountProvisioningMode;
|
|
23
|
+
(function (IdentityAccountProvisioningMode) {
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: identity_account_provisioning_mode_unspecified = 0;
|
|
26
|
+
*/
|
|
27
|
+
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["identity_account_provisioning_mode_unspecified"] = 0] = "identity_account_provisioning_mode_unspecified";
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: direct = 1;
|
|
30
|
+
*/
|
|
31
|
+
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["direct"] = 1] = "direct";
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: federated = 2;
|
|
34
|
+
*/
|
|
35
|
+
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["federated"] = 2] = "federated";
|
|
36
|
+
/**
|
|
37
|
+
* @generated from enum value: machine = 3;
|
|
38
|
+
*/
|
|
39
|
+
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["machine"] = 3] = "machine";
|
|
40
|
+
})(IdentityAccountProvisioningMode || (IdentityAccountProvisioningMode = {}));
|
|
41
|
+
/**
|
|
42
|
+
* Describes the enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode.
|
|
43
|
+
*/
|
|
44
|
+
export const IdentityAccountProvisioningModeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_iam_identityaccount_v1_enum, 0);
|
|
45
|
+
//# sourceMappingURL=enum_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+HAA+H;AAC/H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,kSAAkS,CAAC,CAAC;AAE/S;;;;;;;;;;;;GAYG;AACH,MAAM,CAAN,IAAY,+BAoBX;AApBD,WAAY,+BAA+B;IACzC;;OAEG;IACH,yKAAkD,CAAA;IAElD;;OAEG;IACH,yFAAU,CAAA;IAEV;;OAEG;IACH,+FAAa,CAAA;IAEb;;OAEG;IACH,2FAAW,CAAA;AACb,CAAC,EApBW,+BAA+B,KAA/B,+BAA+B,QAoB1C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAA6C,aAAa,CAC1G,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|