@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,138 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { PageInfo } from "../../../commons/rpc/pagination_pb";
|
|
3
|
+
import type { IdentityAccount } from "./api_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/io.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_io: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* wrapper to get list of identity accounts
|
|
11
|
+
*
|
|
12
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccounts
|
|
13
|
+
*/
|
|
14
|
+
export type IdentityAccounts = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccounts"> & {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: repeated ai.stigmer.iam.identityaccount.v1.IdentityAccount entries = 1;
|
|
17
|
+
*/
|
|
18
|
+
entries: IdentityAccount[];
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccounts.
|
|
22
|
+
* Use `create(IdentityAccountsSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export declare const IdentityAccountsSchema: GenMessage<IdentityAccounts>;
|
|
25
|
+
/**
|
|
26
|
+
* wrapper for user identity account id.
|
|
27
|
+
*
|
|
28
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountId
|
|
29
|
+
*/
|
|
30
|
+
export type IdentityAccountId = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountId"> & {
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: string value = 1;
|
|
33
|
+
*/
|
|
34
|
+
value: string;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountId.
|
|
38
|
+
* Use `create(IdentityAccountIdSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export declare const IdentityAccountIdSchema: GenMessage<IdentityAccountId>;
|
|
41
|
+
/**
|
|
42
|
+
* wrapper for email of the identity account.
|
|
43
|
+
*
|
|
44
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail
|
|
45
|
+
*/
|
|
46
|
+
export type IdentityAccountEmail = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail"> & {
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: string value = 1;
|
|
49
|
+
*/
|
|
50
|
+
value: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail.
|
|
54
|
+
* Use `create(IdentityAccountEmailSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export declare const IdentityAccountEmailSchema: GenMessage<IdentityAccountEmail>;
|
|
57
|
+
/**
|
|
58
|
+
* wrapper for idp id.
|
|
59
|
+
*
|
|
60
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdpId
|
|
61
|
+
*/
|
|
62
|
+
export type IdpId = Message<"ai.stigmer.iam.identityaccount.v1.IdpId"> & {
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: string value = 1;
|
|
65
|
+
*/
|
|
66
|
+
value: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdpId.
|
|
70
|
+
* Use `create(IdpIdSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export declare const IdpIdSchema: GenMessage<IdpId>;
|
|
73
|
+
/**
|
|
74
|
+
* input for paginated queries that require identity account id as input.
|
|
75
|
+
*
|
|
76
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq
|
|
77
|
+
*/
|
|
78
|
+
export type ListWithIdentityAccountIdReq = Message<"ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq"> & {
|
|
79
|
+
/**
|
|
80
|
+
* identity account id
|
|
81
|
+
*
|
|
82
|
+
* @generated from field: string identity_account_id = 1;
|
|
83
|
+
*/
|
|
84
|
+
identityAccountId: string;
|
|
85
|
+
/**
|
|
86
|
+
* @generated from field: ai.stigmer.commons.rpc.PageInfo page = 2;
|
|
87
|
+
*/
|
|
88
|
+
page?: PageInfo;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq.
|
|
92
|
+
* Use `create(ListWithIdentityAccountIdReqSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export declare const ListWithIdentityAccountIdReqSchema: GenMessage<ListWithIdentityAccountIdReq>;
|
|
95
|
+
/**
|
|
96
|
+
* response for paginated rpc query to list identity accounts.
|
|
97
|
+
*
|
|
98
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountsList
|
|
99
|
+
*/
|
|
100
|
+
export type IdentityAccountsList = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountsList"> & {
|
|
101
|
+
/**
|
|
102
|
+
* total number of pages
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: int32 total_pages = 1;
|
|
105
|
+
*/
|
|
106
|
+
totalPages: number;
|
|
107
|
+
/**
|
|
108
|
+
* current page entries
|
|
109
|
+
*
|
|
110
|
+
* @generated from field: repeated ai.stigmer.iam.identityaccount.v1.IdentityAccount entries = 2;
|
|
111
|
+
*/
|
|
112
|
+
entries: IdentityAccount[];
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountsList.
|
|
116
|
+
* Use `create(IdentityAccountsListSchema)` to create a new message.
|
|
117
|
+
*/
|
|
118
|
+
export declare const IdentityAccountsListSchema: GenMessage<IdentityAccountsList>;
|
|
119
|
+
/**
|
|
120
|
+
* wrapper for identity account organization id.
|
|
121
|
+
*
|
|
122
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg
|
|
123
|
+
*/
|
|
124
|
+
export type ListWithIdentityOrg = Message<"ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg"> & {
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: string org = 1;
|
|
127
|
+
*/
|
|
128
|
+
org: string;
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: ai.stigmer.commons.rpc.PageInfo page = 2;
|
|
131
|
+
*/
|
|
132
|
+
page?: PageInfo;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg.
|
|
136
|
+
* Use `create(ListWithIdentityOrgSchema)` to create a new message.
|
|
137
|
+
*/
|
|
138
|
+
export declare const ListWithIdentityOrgSchema: GenMessage<ListWithIdentityOrg>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/io.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_rpc_pagination } from "../../../commons/rpc/pagination_pb";
|
|
6
|
+
import { file_ai_stigmer_iam_identityaccount_v1_api } from "./api_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/io.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_iam_identityaccount_v1_io = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvaW8ucHJvdG8SIWFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MSJXChBJZGVudGl0eUFjY291bnRzEkMKB2VudHJpZXMYASADKAsyMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IioKEUlkZW50aXR5QWNjb3VudElkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiLQoUSWRlbnRpdHlBY2NvdW50RW1haWwSFQoFdmFsdWUYASABKAlCBrpIA8gBASIeCgVJZHBJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBImsKHExpc3RXaXRoSWRlbnRpdHlBY2NvdW50SWRSZXESGwoTaWRlbnRpdHlfYWNjb3VudF9pZBgBIAEoCRIuCgRwYWdlGAIgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbyJwChRJZGVudGl0eUFjY291bnRzTGlzdBITCgt0b3RhbF9wYWdlcxgBIAEoBRJDCgdlbnRyaWVzGAIgAygLMjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudCJSChNMaXN0V2l0aElkZW50aXR5T3JnEgsKA29yZxgBIAEoCRIuCgRwYWdlGAIgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mb2IGcHJvdG8z", [file_ai_stigmer_commons_rpc_pagination, file_ai_stigmer_iam_identityaccount_v1_api, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccounts.
|
|
14
|
+
* Use `create(IdentityAccountsSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const IdentityAccountsSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountId.
|
|
19
|
+
* Use `create(IdentityAccountIdSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const IdentityAccountIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 1);
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail.
|
|
24
|
+
* Use `create(IdentityAccountEmailSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const IdentityAccountEmailSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 2);
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdpId.
|
|
29
|
+
* Use `create(IdpIdSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const IdpIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 3);
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq.
|
|
34
|
+
* Use `create(ListWithIdentityAccountIdReqSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const ListWithIdentityAccountIdReqSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 4);
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountsList.
|
|
39
|
+
* Use `create(IdentityAccountsListSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const IdentityAccountsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 5);
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg.
|
|
44
|
+
* Use `create(ListWithIdentityOrgSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const ListWithIdentityOrgSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_io, 6);
|
|
47
|
+
//# sourceMappingURL=io_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAE5F,OAAO,EAAE,0CAA0C,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,0yBAA0yB,EAAE,CAAC,sCAAsC,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAcz6B;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAqB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAuB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAmB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* identity-account query controller
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
5
|
+
*/
|
|
6
|
+
export declare const IdentityAccountQueryController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* lookup identity-account.
|
|
11
|
+
*
|
|
12
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
13
|
+
*/
|
|
14
|
+
readonly get: {
|
|
15
|
+
readonly name: "get";
|
|
16
|
+
readonly I: any;
|
|
17
|
+
readonly O: any;
|
|
18
|
+
readonly kind: any;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* look up identity-account by authentication token.
|
|
22
|
+
*
|
|
23
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
24
|
+
*/
|
|
25
|
+
readonly whoAmI: {
|
|
26
|
+
readonly name: "whoAmI";
|
|
27
|
+
readonly I: any;
|
|
28
|
+
readonly O: any;
|
|
29
|
+
readonly kind: any;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* lookup user-account by identity account email.
|
|
33
|
+
*
|
|
34
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
35
|
+
*/
|
|
36
|
+
readonly getByEmail: {
|
|
37
|
+
readonly name: "getByEmail";
|
|
38
|
+
readonly I: any;
|
|
39
|
+
readonly O: any;
|
|
40
|
+
readonly kind: any;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* lookup user-account by idp id.
|
|
44
|
+
*
|
|
45
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
46
|
+
*/
|
|
47
|
+
readonly getByIdpId: {
|
|
48
|
+
readonly name: "getByIdpId";
|
|
49
|
+
readonly I: any;
|
|
50
|
+
readonly O: any;
|
|
51
|
+
readonly kind: any;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* lookup identity-account actor-info (lightweight actor data for audit trail caching)
|
|
55
|
+
*
|
|
56
|
+
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
57
|
+
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
58
|
+
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
59
|
+
* including audit actors, which can create infinite recursion if audit actors reference IdentityAccounts.
|
|
60
|
+
*
|
|
61
|
+
* This dedicated endpoint:
|
|
62
|
+
* - Returns ONLY the lightweight ApiResourceAuditActor (id + avatar)
|
|
63
|
+
* - Does NOT include full audit trail in the response
|
|
64
|
+
* - Accesses entity data directly without recursive proto conversion
|
|
65
|
+
* - Is used by ApiResourceAuditActorCacheProxy to safely populate Redis cache
|
|
66
|
+
* - Prevents StackOverflowError when Redis cache is empty or cleared
|
|
67
|
+
*
|
|
68
|
+
* Restricted to platform operators only as this is an internal cache-population mechanism.
|
|
69
|
+
*
|
|
70
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getActorInfo
|
|
71
|
+
*/
|
|
72
|
+
readonly getActorInfo: {
|
|
73
|
+
readonly name: "getActorInfo";
|
|
74
|
+
readonly I: any;
|
|
75
|
+
readonly O: any;
|
|
76
|
+
readonly kind: any;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/query.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 query controller
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
10
|
+
*/
|
|
11
|
+
export const IdentityAccountQueryController = {
|
|
12
|
+
typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* lookup identity-account.
|
|
16
|
+
*
|
|
17
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
18
|
+
*/
|
|
19
|
+
get: {
|
|
20
|
+
name: "get",
|
|
21
|
+
I: IdentityAccountId,
|
|
22
|
+
O: IdentityAccount,
|
|
23
|
+
kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* look up identity-account by authentication token.
|
|
27
|
+
*
|
|
28
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
29
|
+
*/
|
|
30
|
+
whoAmI: {
|
|
31
|
+
name: "whoAmI",
|
|
32
|
+
I: Empty,
|
|
33
|
+
O: IdentityAccount,
|
|
34
|
+
kind: MethodKind.Unary,
|
|
35
|
+
},
|
|
36
|
+
/**
|
|
37
|
+
* lookup user-account by identity account email.
|
|
38
|
+
*
|
|
39
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
40
|
+
*/
|
|
41
|
+
getByEmail: {
|
|
42
|
+
name: "getByEmail",
|
|
43
|
+
I: IdentityAccountEmail,
|
|
44
|
+
O: IdentityAccount,
|
|
45
|
+
kind: MethodKind.Unary,
|
|
46
|
+
},
|
|
47
|
+
/**
|
|
48
|
+
* lookup user-account by idp id.
|
|
49
|
+
*
|
|
50
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
51
|
+
*/
|
|
52
|
+
getByIdpId: {
|
|
53
|
+
name: "getByIdpId",
|
|
54
|
+
I: IdpId,
|
|
55
|
+
O: IdentityAccount,
|
|
56
|
+
kind: MethodKind.Unary,
|
|
57
|
+
},
|
|
58
|
+
/**
|
|
59
|
+
* lookup identity-account actor-info (lightweight actor data for audit trail caching)
|
|
60
|
+
*
|
|
61
|
+
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
62
|
+
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
63
|
+
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
64
|
+
* including audit actors, which can create infinite recursion if audit actors reference IdentityAccounts.
|
|
65
|
+
*
|
|
66
|
+
* This dedicated endpoint:
|
|
67
|
+
* - Returns ONLY the lightweight ApiResourceAuditActor (id + avatar)
|
|
68
|
+
* - Does NOT include full audit trail in the response
|
|
69
|
+
* - Accesses entity data directly without recursive proto conversion
|
|
70
|
+
* - Is used by ApiResourceAuditActorCacheProxy to safely populate Redis cache
|
|
71
|
+
* - Prevents StackOverflowError when Redis cache is empty or cleared
|
|
72
|
+
*
|
|
73
|
+
* Restricted to platform operators only as this is an internal cache-population mechanism.
|
|
74
|
+
*
|
|
75
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getActorInfo
|
|
76
|
+
*/
|
|
77
|
+
getActorInfo: {
|
|
78
|
+
name: "getActorInfo",
|
|
79
|
+
I: IdentityAccountId,
|
|
80
|
+
O: ApiResourceAuditActor,
|
|
81
|
+
kind: MethodKind.Unary,
|
|
82
|
+
},
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,gIAAgI;AAChI,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGvD;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,kEAAkE;IAC5E,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,KAAK;YACR,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,KAAK;YACR,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;WAkBG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceAuditActorSchema } from "../../../commons/apiresource/status_pb";
|
|
3
|
+
import type { IdentityAccountSchema } from "./api_pb";
|
|
4
|
+
import type { IdentityAccountEmailSchema, IdentityAccountIdSchema, IdpIdSchema } from "./io_pb";
|
|
5
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/query.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_query: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* identity-account query controller
|
|
12
|
+
*
|
|
13
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
14
|
+
*/
|
|
15
|
+
export declare const IdentityAccountQueryController: GenService<{
|
|
16
|
+
/**
|
|
17
|
+
* lookup identity-account.
|
|
18
|
+
*
|
|
19
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
20
|
+
*/
|
|
21
|
+
get: {
|
|
22
|
+
methodKind: "unary";
|
|
23
|
+
input: typeof IdentityAccountIdSchema;
|
|
24
|
+
output: typeof IdentityAccountSchema;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* look up identity-account by authentication token.
|
|
28
|
+
*
|
|
29
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
30
|
+
*/
|
|
31
|
+
whoAmI: {
|
|
32
|
+
methodKind: "unary";
|
|
33
|
+
input: typeof EmptySchema;
|
|
34
|
+
output: typeof IdentityAccountSchema;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* lookup user-account by identity account email.
|
|
38
|
+
*
|
|
39
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
40
|
+
*/
|
|
41
|
+
getByEmail: {
|
|
42
|
+
methodKind: "unary";
|
|
43
|
+
input: typeof IdentityAccountEmailSchema;
|
|
44
|
+
output: typeof IdentityAccountSchema;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* lookup user-account by idp id.
|
|
48
|
+
*
|
|
49
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
50
|
+
*/
|
|
51
|
+
getByIdpId: {
|
|
52
|
+
methodKind: "unary";
|
|
53
|
+
input: typeof IdpIdSchema;
|
|
54
|
+
output: typeof IdentityAccountSchema;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* lookup identity-account actor-info (lightweight actor data for audit trail caching)
|
|
58
|
+
*
|
|
59
|
+
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
60
|
+
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
61
|
+
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
62
|
+
* including audit actors, which can create infinite recursion if audit actors reference IdentityAccounts.
|
|
63
|
+
*
|
|
64
|
+
* This dedicated endpoint:
|
|
65
|
+
* - Returns ONLY the lightweight ApiResourceAuditActor (id + avatar)
|
|
66
|
+
* - Does NOT include full audit trail in the response
|
|
67
|
+
* - Accesses entity data directly without recursive proto conversion
|
|
68
|
+
* - Is used by ApiResourceAuditActorCacheProxy to safely populate Redis cache
|
|
69
|
+
* - Prevents StackOverflowError when Redis cache is empty or cleared
|
|
70
|
+
*
|
|
71
|
+
* Restricted to platform operators only as this is an internal cache-population mechanism.
|
|
72
|
+
*
|
|
73
|
+
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getActorInfo
|
|
74
|
+
*/
|
|
75
|
+
getActorInfo: {
|
|
76
|
+
methodKind: "unary";
|
|
77
|
+
input: typeof IdentityAccountIdSchema;
|
|
78
|
+
output: typeof ApiResourceAuditActorSchema;
|
|
79
|
+
};
|
|
80
|
+
}>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/query.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_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
|
|
7
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../iampolicy/v1/rpcauthorization/method_options_pb";
|
|
8
|
+
import { file_ai_stigmer_iam_identityaccount_v1_api } from "./api_pb";
|
|
9
|
+
import { file_ai_stigmer_iam_identityaccount_v1_io } from "./io_pb";
|
|
10
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/query.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_ai_stigmer_iam_identityaccount_v1_query = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvcXVlcnkucHJvdG8SIWFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MTKuBgoeSWRlbnRpdHlBY2NvdW50UXVlcnlDb250cm9sbGVyEqYBCgNnZXQSNC5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50SWQaMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IjXCuBgxCAMQCyIFdmFsdWUqJHVuYXV0aG9yaXplZCB0byBnZXQgaWRlbnRpdHkgYWNjb3VudBJaCgZ3aG9BbUkSFi5nb29nbGUucHJvdG9idWYuRW1wdHkaMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IgTQuBgBErABCgpnZXRCeUVtYWlsEjcuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudEVtYWlsGjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudCI1wrgYMQgDEAsiBXZhbHVlKiR1bmF1dGhvcml6ZWQgdG8gZ2V0IGlkZW50aXR5IGFjY291bnQSoQEKCmdldEJ5SWRwSWQSKC5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRwSWQaMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IjXCuBgxCAMQCyIFdmFsdWUqJHVuYXV0aG9yaXplZCB0byBnZXQgaWRlbnRpdHkgYWNjb3VudBKpAQoMZ2V0QWN0b3JJbmZvEjQuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudElkGjUuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRBY3RvciIswrgYKAgDEAsqInVuYXV0aG9yaXplZCB0byBsb29rIHVwIGFjdG9yIGluZm8aBKD/KwtiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_apiresource_status, 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]);
|
|
15
|
+
/**
|
|
16
|
+
* identity-account query controller
|
|
17
|
+
*
|
|
18
|
+
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
19
|
+
*/
|
|
20
|
+
export const IdentityAccountQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_iam_identityaccount_v1_query, 0);
|
|
21
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,gIAAgI;AAChI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAE9H,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,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,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,4rCAA4rC,EAAE,CAAC,uDAAuD,EAAE,0CAA0C,EAAE,gEAAgE,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEr+C;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAiEtC,aAAa,CAChB,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceReference } from "../../../commons/apiresource/io_pb";
|
|
3
|
+
import type { IdentityAccountProvisioningMode } from "./enum_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/spec.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_spec: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* IdentityAccountSpec defines the configuration for an identity account.
|
|
11
|
+
*
|
|
12
|
+
* An identity account represents a user or machine principal in Stigmer's
|
|
13
|
+
* authorization model. All FGA tuples use identity_account as the principal type.
|
|
14
|
+
*
|
|
15
|
+
* Accounts are provisioned in one of three ways:
|
|
16
|
+
* - direct: User signed up via Stigmer's Auth0 (idp_id is the Auth0 subject ID)
|
|
17
|
+
* - federated: JIT-provisioned via an external IdentityProvider during federated auth
|
|
18
|
+
* (idp_id is a compound key: "federated:{provider_id}:{external_sub}")
|
|
19
|
+
* - machine: M2M client credentials (idp_id ends with "@clients")
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec
|
|
22
|
+
*/
|
|
23
|
+
export type IdentityAccountSpec = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec"> & {
|
|
24
|
+
/**
|
|
25
|
+
* IDP ID of the identity account.
|
|
26
|
+
*
|
|
27
|
+
* For direct accounts: the Auth0 subject ID (e.g., "auth0|abc123").
|
|
28
|
+
* For federated accounts: a compound key ensuring global uniqueness across
|
|
29
|
+
* identity providers (e.g., "federated:idp_01JXY:auth0|user-456").
|
|
30
|
+
* For machine accounts: the Auth0 client ID with "@clients" suffix.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string idp_id = 1;
|
|
33
|
+
*/
|
|
34
|
+
idpId: string;
|
|
35
|
+
/**
|
|
36
|
+
* Email of the identity account.
|
|
37
|
+
* For direct accounts: based on the email used to sign up.
|
|
38
|
+
* For federated accounts: fetched from the IdentityProvider's UserInfo endpoint
|
|
39
|
+
* during JIT provisioning.
|
|
40
|
+
* (ignored for create) this value is assigned by backend.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: string email = 2;
|
|
43
|
+
*/
|
|
44
|
+
email: string;
|
|
45
|
+
/**
|
|
46
|
+
* First name of the identity account.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string first_name = 3;
|
|
49
|
+
*/
|
|
50
|
+
firstName: string;
|
|
51
|
+
/**
|
|
52
|
+
* Last name of the identity account.
|
|
53
|
+
*
|
|
54
|
+
* @generated from field: string last_name = 4;
|
|
55
|
+
*/
|
|
56
|
+
lastName: string;
|
|
57
|
+
/**
|
|
58
|
+
* URL of the profile picture.
|
|
59
|
+
* For direct accounts: from Auth0 profile.
|
|
60
|
+
* For federated accounts: from the IdentityProvider's UserInfo endpoint.
|
|
61
|
+
*
|
|
62
|
+
* @generated from field: string picture_url = 5;
|
|
63
|
+
*/
|
|
64
|
+
pictureUrl: string;
|
|
65
|
+
/**
|
|
66
|
+
* Indicates if this is a machine account used for inter-service communication.
|
|
67
|
+
* Machine accounts have idp_id values ending with "@clients" suffix.
|
|
68
|
+
* (ignored for create) this value is assigned by backend based on idp_id.
|
|
69
|
+
*
|
|
70
|
+
* @generated from field: bool is_machine_account = 6;
|
|
71
|
+
*/
|
|
72
|
+
isMachineAccount: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* How this identity account was provisioned.
|
|
75
|
+
* Unspecified for legacy accounts created before this field was introduced.
|
|
76
|
+
* (ignored for create) this value is assigned by backend.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode provisioning_mode = 7;
|
|
79
|
+
*/
|
|
80
|
+
provisioningMode: IdentityAccountProvisioningMode;
|
|
81
|
+
/**
|
|
82
|
+
* Reference to the IdentityProvider that provisioned this account.
|
|
83
|
+
* Set only when provisioning_mode is FEDERATED. Identifies which external
|
|
84
|
+
* platform's trust relationship created this account during federated auth.
|
|
85
|
+
* (ignored for create) this value is assigned by backend.
|
|
86
|
+
*
|
|
87
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceReference identity_provider_ref = 8;
|
|
88
|
+
*/
|
|
89
|
+
identityProviderRef?: ApiResourceReference;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec.
|
|
93
|
+
* Use `create(IdentityAccountSpecSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export declare const IdentityAccountSpecSchema: GenMessage<IdentityAccountSpec>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/spec.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_io } from "../../../commons/apiresource/io_pb";
|
|
6
|
+
import { file_ai_stigmer_iam_identityaccount_v1_enum } from "./enum_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/spec.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_iam_identityaccount_v1_spec = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvc3BlYy5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxIsgCChNJZGVudGl0eUFjY291bnRTcGVjEhYKBmlkcF9pZBgBIAEoCUIGukgDyAEBEg0KBWVtYWlsGAIgASgJEhIKCmZpcnN0X25hbWUYAyABKAkSEQoJbGFzdF9uYW1lGAQgASgJEhMKC3BpY3R1cmVfdXJsGAUgASgJEhoKEmlzX21hY2hpbmVfYWNjb3VudBgGIAEoCBJdChFwcm92aXNpb25pbmdfbW9kZRgHIAEoDjJCLmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnRQcm92aXNpb25pbmdNb2RlElMKFWlkZW50aXR5X3Byb3ZpZGVyX3JlZhgIIAEoCzI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZWIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_iam_identityaccount_v1_enum, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec.
|
|
14
|
+
* Use `create(IdentityAccountSpecSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const IdentityAccountSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_spec, 0);
|
|
17
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+HAA+H;AAC/H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAE5F,OAAO,EAAE,2CAA2C,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,kjBAAkjB,EAAE,CAAC,sCAAsC,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA4FlrB;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/webhook.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_iam_identityaccount_v1_webhook: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* https://auth0.com/docs/customize/log-streams/custom-log-streams
|
|
9
|
+
*
|
|
10
|
+
* @generated from message ai.stigmer.iam.identityaccount.v1.Auth0Webhook
|
|
11
|
+
*/
|
|
12
|
+
export type Auth0Webhook = Message<"ai.stigmer.iam.identityaccount.v1.Auth0Webhook"> & {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from field: string date = 1;
|
|
15
|
+
*/
|
|
16
|
+
date: string;
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string type = 2;
|
|
19
|
+
*/
|
|
20
|
+
type: string;
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: string description = 3;
|
|
23
|
+
*/
|
|
24
|
+
description: string;
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: string client_id = 4;
|
|
27
|
+
*/
|
|
28
|
+
clientId: string;
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: string client_name = 5;
|
|
31
|
+
*/
|
|
32
|
+
clientName: string;
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: string ip = 6;
|
|
35
|
+
*/
|
|
36
|
+
ip: string;
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: string user_agent = 7;
|
|
39
|
+
*/
|
|
40
|
+
userAgent: string;
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: string user_id = 8;
|
|
43
|
+
*/
|
|
44
|
+
userId: string;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.Auth0Webhook.
|
|
48
|
+
* Use `create(Auth0WebhookSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export declare const Auth0WebhookSchema: GenMessage<Auth0Webhook>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityaccount/v1/webhook.proto (package ai.stigmer.iam.identityaccount.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/iam/identityaccount/v1/webhook.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_iam_identityaccount_v1_webhook = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvd2ViaG9vay5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxIpgBCgxBdXRoMFdlYmhvb2sSDAoEZGF0ZRgBIAEoCRIMCgR0eXBlGAIgASgJEhMKC2Rlc2NyaXB0aW9uGAMgASgJEhEKCWNsaWVudF9pZBgEIAEoCRITCgtjbGllbnRfbmFtZRgFIAEoCRIKCgJpcBgGIAEoCRISCgp1c2VyX2FnZW50GAcgASgJEg8KB3VzZXJfaWQYCCABKAliBnByb3RvMw");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message ai.stigmer.iam.identityaccount.v1.Auth0Webhook.
|
|
11
|
+
* Use `create(Auth0WebhookSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const Auth0WebhookSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_webhook, 0);
|
|
14
|
+
//# sourceMappingURL=webhook_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhook_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/webhook_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,4UAA4U,CAAC,CAAC;AAiDzV;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|