@stigmer/protos 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* identity
|
|
2
|
+
* IdentityAccountCommandController handles write operations for identity accounts.
|
|
3
3
|
*
|
|
4
4
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
5
5
|
*/
|
|
@@ -7,10 +7,12 @@ export declare const IdentityAccountCommandController: {
|
|
|
7
7
|
readonly typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController";
|
|
8
8
|
readonly methods: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* Create a new identity account.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
* System-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
14
|
+
* No FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
15
|
+
* The handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
14
16
|
*
|
|
15
17
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
16
18
|
*/
|
|
@@ -21,7 +23,10 @@ export declare const IdentityAccountCommandController: {
|
|
|
21
23
|
readonly kind: any;
|
|
22
24
|
};
|
|
23
25
|
/**
|
|
24
|
-
*
|
|
26
|
+
* Update an existing identity account.
|
|
27
|
+
*
|
|
28
|
+
* @internal
|
|
29
|
+
* Authorization: Requires can_edit permission on the identity account resource.
|
|
25
30
|
*
|
|
26
31
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
27
32
|
*/
|
|
@@ -32,7 +37,10 @@ export declare const IdentityAccountCommandController: {
|
|
|
32
37
|
readonly kind: any;
|
|
33
38
|
};
|
|
34
39
|
/**
|
|
35
|
-
*
|
|
40
|
+
* Delete an identity account.
|
|
41
|
+
*
|
|
42
|
+
* @internal
|
|
43
|
+
* Authorization: Requires can_delete permission on the identity account resource.
|
|
36
44
|
*
|
|
37
45
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
38
46
|
*/
|
|
@@ -43,9 +51,12 @@ export declare const IdentityAccountCommandController: {
|
|
|
43
51
|
readonly kind: any;
|
|
44
52
|
};
|
|
45
53
|
/**
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
54
|
+
* Trigger account provisioning for a user who exists in Auth0 but not in Stigmer.
|
|
55
|
+
*
|
|
56
|
+
* @internal
|
|
57
|
+
* Takes the email, looks it up on Auth0, and if a user exists, posts a webhook
|
|
58
|
+
* to Stigmer with the Auth0 payload format to trigger account provisioning.
|
|
59
|
+
* Authorization is skipped — this is a system-level operation.
|
|
49
60
|
*
|
|
50
61
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
51
62
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
* identity
|
|
7
|
+
* IdentityAccountCommandController handles write operations for identity accounts.
|
|
8
8
|
*
|
|
9
9
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
10
10
|
*/
|
|
@@ -12,10 +12,12 @@ export const IdentityAccountCommandController = {
|
|
|
12
12
|
typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController",
|
|
13
13
|
methods: {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
15
|
+
* Create a new identity account.
|
|
16
|
+
*
|
|
17
|
+
* @internal
|
|
18
|
+
* System-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
19
|
+
* No FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
20
|
+
* The handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
19
21
|
*
|
|
20
22
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
21
23
|
*/
|
|
@@ -26,7 +28,10 @@ export const IdentityAccountCommandController = {
|
|
|
26
28
|
kind: MethodKind.Unary,
|
|
27
29
|
},
|
|
28
30
|
/**
|
|
29
|
-
*
|
|
31
|
+
* Update an existing identity account.
|
|
32
|
+
*
|
|
33
|
+
* @internal
|
|
34
|
+
* Authorization: Requires can_edit permission on the identity account resource.
|
|
30
35
|
*
|
|
31
36
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
32
37
|
*/
|
|
@@ -37,7 +42,10 @@ export const IdentityAccountCommandController = {
|
|
|
37
42
|
kind: MethodKind.Unary,
|
|
38
43
|
},
|
|
39
44
|
/**
|
|
40
|
-
*
|
|
45
|
+
* Delete an identity account.
|
|
46
|
+
*
|
|
47
|
+
* @internal
|
|
48
|
+
* Authorization: Requires can_delete permission on the identity account resource.
|
|
41
49
|
*
|
|
42
50
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
43
51
|
*/
|
|
@@ -48,9 +56,12 @@ export const IdentityAccountCommandController = {
|
|
|
48
56
|
kind: MethodKind.Unary,
|
|
49
57
|
},
|
|
50
58
|
/**
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
59
|
+
* Trigger account provisioning for a user who exists in Auth0 but not in Stigmer.
|
|
60
|
+
*
|
|
61
|
+
* @internal
|
|
62
|
+
* Takes the email, looks it up on Auth0, and if a user exists, posts a webhook
|
|
63
|
+
* to Stigmer with the Auth0 payload format to trigger account provisioning.
|
|
64
|
+
* Authorization is skipped — this is a system-level operation.
|
|
54
65
|
*
|
|
55
66
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
56
67
|
*/
|
|
@@ -1 +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
|
|
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;;;;;;;;;WASG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;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"}
|
|
@@ -7,16 +7,18 @@ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_iam_identityaccount_v1_command: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* identity
|
|
10
|
+
* IdentityAccountCommandController handles write operations for identity accounts.
|
|
11
11
|
*
|
|
12
12
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
13
13
|
*/
|
|
14
14
|
export declare const IdentityAccountCommandController: GenService<{
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
16
|
+
* Create a new identity account.
|
|
17
|
+
*
|
|
18
|
+
* @internal
|
|
19
|
+
* System-level RPC used by federated JIT provisioning and Auth0 webhook flow.
|
|
20
|
+
* No FGA authorization — called via inProcessChannelAsSystem (machine account).
|
|
21
|
+
* The handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
|
|
20
22
|
*
|
|
21
23
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.create
|
|
22
24
|
*/
|
|
@@ -26,7 +28,10 @@ export declare const IdentityAccountCommandController: GenService<{
|
|
|
26
28
|
output: typeof IdentityAccountSchema;
|
|
27
29
|
};
|
|
28
30
|
/**
|
|
29
|
-
*
|
|
31
|
+
* Update an existing identity account.
|
|
32
|
+
*
|
|
33
|
+
* @internal
|
|
34
|
+
* Authorization: Requires can_edit permission on the identity account resource.
|
|
30
35
|
*
|
|
31
36
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.update
|
|
32
37
|
*/
|
|
@@ -36,7 +41,10 @@ export declare const IdentityAccountCommandController: GenService<{
|
|
|
36
41
|
output: typeof IdentityAccountSchema;
|
|
37
42
|
};
|
|
38
43
|
/**
|
|
39
|
-
*
|
|
44
|
+
* Delete an identity account.
|
|
45
|
+
*
|
|
46
|
+
* @internal
|
|
47
|
+
* Authorization: Requires can_delete permission on the identity account resource.
|
|
40
48
|
*
|
|
41
49
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.delete
|
|
42
50
|
*/
|
|
@@ -46,9 +54,12 @@ export declare const IdentityAccountCommandController: GenService<{
|
|
|
46
54
|
output: typeof IdentityAccountSchema;
|
|
47
55
|
};
|
|
48
56
|
/**
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
57
|
+
* Trigger account provisioning for a user who exists in Auth0 but not in Stigmer.
|
|
58
|
+
*
|
|
59
|
+
* @internal
|
|
60
|
+
* Takes the email, looks it up on Auth0, and if a user exists, posts a webhook
|
|
61
|
+
* to Stigmer with the Auth0 payload format to trigger account provisioning.
|
|
62
|
+
* Authorization is skipped — this is a system-level operation.
|
|
52
63
|
*
|
|
53
64
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController.simulateSignupWebhook
|
|
54
65
|
*/
|
|
@@ -12,7 +12,7 @@ import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
|
12
12
|
*/
|
|
13
13
|
export const file_ai_stigmer_iam_identityaccount_v1_command = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvY29tbWFuZC5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxMvIECiBJZGVudGl0eUFjY291bnRDb21tYW5kQ29udHJvbGxlchJ2CgZjcmVhdGUSMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50GjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudCIE0LgYARKwAQoGdXBkYXRlEjIuYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxLklkZW50aXR5QWNjb3VudBoyLmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnQiPsK4GDoIBBALIgttZXRhZGF0YS5pZCondW5hdXRob3JpemVkIHRvIHVwZGF0ZSBpZGVudGl0eSBhY2NvdW50EqwBCgZkZWxldGUSNC5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50SWQaMi5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50IjjCuBg0CAIQCyIFdmFsdWUqJ3VuYXV0aG9yaXplZCB0byBkZWxldGUgaWRlbnRpdHkgYWNjb3VudBJuChVzaW11bGF0ZVNpZ251cFdlYmhvb2sSNy5haS5zdGlnbWVyLmlhbS5pZGVudGl0eWFjY291bnQudjEuSWRlbnRpdHlBY2NvdW50RW1haWwaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiBNC4GAEaBKD/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
14
|
/**
|
|
15
|
-
* identity
|
|
15
|
+
* IdentityAccountCommandController handles write operations for identity accounts.
|
|
16
16
|
*
|
|
17
17
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountCommandController
|
|
18
18
|
*/
|
|
@@ -1 +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,o8BAAo8B,EAAE,CAAC,uDAAuD,EAAE,gEAAgE,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEjsC;;;;GAIG;AACH,MAAM,CAAC,MAAM,gCAAgC,
|
|
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,o8BAAo8B,EAAE,CAAC,uDAAuD,EAAE,gEAAgE,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEjsC;;;;GAIG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAyDxC,aAAa,CAChB,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -6,30 +6,33 @@ export declare const file_ai_stigmer_iam_identityaccount_v1_enum: GenFile;
|
|
|
6
6
|
/**
|
|
7
7
|
* IdentityAccountProvisioningMode defines how an identity account was created.
|
|
8
8
|
*
|
|
9
|
-
*
|
|
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
|
-
*
|
|
9
|
+
* @internal
|
|
15
10
|
* Unspecified is the default for legacy accounts created before this enum was introduced.
|
|
16
11
|
*
|
|
17
12
|
* @generated from enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode
|
|
18
13
|
*/
|
|
19
14
|
export declare enum IdentityAccountProvisioningMode {
|
|
20
15
|
/**
|
|
16
|
+
* Default value for legacy accounts created before provisioning mode tracking.
|
|
17
|
+
*
|
|
21
18
|
* @generated from enum value: identity_account_provisioning_mode_unspecified = 0;
|
|
22
19
|
*/
|
|
23
20
|
identity_account_provisioning_mode_unspecified = 0,
|
|
24
21
|
/**
|
|
22
|
+
* User signed up directly via Stigmer's own authentication tenant.
|
|
23
|
+
*
|
|
25
24
|
* @generated from enum value: direct = 1;
|
|
26
25
|
*/
|
|
27
26
|
direct = 1,
|
|
28
27
|
/**
|
|
28
|
+
* Account was JIT-provisioned during federated authentication via an IdentityProvider.
|
|
29
|
+
*
|
|
29
30
|
* @generated from enum value: federated = 2;
|
|
30
31
|
*/
|
|
31
32
|
federated = 2,
|
|
32
33
|
/**
|
|
34
|
+
* Machine-to-machine client credentials account for inter-service communication.
|
|
35
|
+
*
|
|
33
36
|
* @generated from enum value: machine = 3;
|
|
34
37
|
*/
|
|
35
38
|
machine = 3
|
|
@@ -9,12 +9,7 @@ export const file_ai_stigmer_iam_identityaccount_v1_enum = /*@__PURE__*/ fileDes
|
|
|
9
9
|
/**
|
|
10
10
|
* IdentityAccountProvisioningMode defines how an identity account was created.
|
|
11
11
|
*
|
|
12
|
-
*
|
|
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
|
-
*
|
|
12
|
+
* @internal
|
|
18
13
|
* Unspecified is the default for legacy accounts created before this enum was introduced.
|
|
19
14
|
*
|
|
20
15
|
* @generated from enum ai.stigmer.iam.identityaccount.v1.IdentityAccountProvisioningMode
|
|
@@ -22,18 +17,26 @@ export const file_ai_stigmer_iam_identityaccount_v1_enum = /*@__PURE__*/ fileDes
|
|
|
22
17
|
export var IdentityAccountProvisioningMode;
|
|
23
18
|
(function (IdentityAccountProvisioningMode) {
|
|
24
19
|
/**
|
|
20
|
+
* Default value for legacy accounts created before provisioning mode tracking.
|
|
21
|
+
*
|
|
25
22
|
* @generated from enum value: identity_account_provisioning_mode_unspecified = 0;
|
|
26
23
|
*/
|
|
27
24
|
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["identity_account_provisioning_mode_unspecified"] = 0] = "identity_account_provisioning_mode_unspecified";
|
|
28
25
|
/**
|
|
26
|
+
* User signed up directly via Stigmer's own authentication tenant.
|
|
27
|
+
*
|
|
29
28
|
* @generated from enum value: direct = 1;
|
|
30
29
|
*/
|
|
31
30
|
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["direct"] = 1] = "direct";
|
|
32
31
|
/**
|
|
32
|
+
* Account was JIT-provisioned during federated authentication via an IdentityProvider.
|
|
33
|
+
*
|
|
33
34
|
* @generated from enum value: federated = 2;
|
|
34
35
|
*/
|
|
35
36
|
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["federated"] = 2] = "federated";
|
|
36
37
|
/**
|
|
38
|
+
* Machine-to-machine client credentials account for inter-service communication.
|
|
39
|
+
*
|
|
37
40
|
* @generated from enum value: machine = 3;
|
|
38
41
|
*/
|
|
39
42
|
IdentityAccountProvisioningMode[IdentityAccountProvisioningMode["machine"] = 3] = "machine";
|
|
@@ -1 +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
|
|
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;;;;;;;GAOG;AACH,MAAM,CAAN,IAAY,+BA4BX;AA5BD,WAAY,+BAA+B;IACzC;;;;OAIG;IACH,yKAAkD,CAAA;IAElD;;;;OAIG;IACH,yFAAU,CAAA;IAEV;;;;OAIG;IACH,+FAAa,CAAA;IAEb;;;;OAIG;IACH,2FAAW,CAAA;AACb,CAAC,EA5BW,+BAA+B,KAA/B,+BAA+B,QA4B1C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAA6C,aAAa,CAC1G,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -7,12 +7,14 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_iam_identityaccount_v1_io: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* IdentityAccounts contains a list of identity account resources.
|
|
11
11
|
*
|
|
12
12
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccounts
|
|
13
13
|
*/
|
|
14
14
|
export type IdentityAccounts = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccounts"> & {
|
|
15
15
|
/**
|
|
16
|
+
* Identity account entries.
|
|
17
|
+
*
|
|
16
18
|
* @generated from field: repeated ai.stigmer.iam.identityaccount.v1.IdentityAccount entries = 1;
|
|
17
19
|
*/
|
|
18
20
|
entries: IdentityAccount[];
|
|
@@ -23,12 +25,14 @@ export type IdentityAccounts = Message<"ai.stigmer.iam.identityaccount.v1.Identi
|
|
|
23
25
|
*/
|
|
24
26
|
export declare const IdentityAccountsSchema: GenMessage<IdentityAccounts>;
|
|
25
27
|
/**
|
|
26
|
-
*
|
|
28
|
+
* IdentityAccountId identifies an identity account by its unique identifier.
|
|
27
29
|
*
|
|
28
30
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountId
|
|
29
31
|
*/
|
|
30
32
|
export type IdentityAccountId = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountId"> & {
|
|
31
33
|
/**
|
|
34
|
+
* Unique identifier of the identity account.
|
|
35
|
+
*
|
|
32
36
|
* @generated from field: string value = 1;
|
|
33
37
|
*/
|
|
34
38
|
value: string;
|
|
@@ -39,12 +43,14 @@ export type IdentityAccountId = Message<"ai.stigmer.iam.identityaccount.v1.Ident
|
|
|
39
43
|
*/
|
|
40
44
|
export declare const IdentityAccountIdSchema: GenMessage<IdentityAccountId>;
|
|
41
45
|
/**
|
|
42
|
-
*
|
|
46
|
+
* IdentityAccountEmail identifies an identity account by its email address.
|
|
43
47
|
*
|
|
44
48
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail
|
|
45
49
|
*/
|
|
46
50
|
export type IdentityAccountEmail = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountEmail"> & {
|
|
47
51
|
/**
|
|
52
|
+
* Email address of the identity account.
|
|
53
|
+
*
|
|
48
54
|
* @generated from field: string value = 1;
|
|
49
55
|
*/
|
|
50
56
|
value: string;
|
|
@@ -55,12 +61,14 @@ export type IdentityAccountEmail = Message<"ai.stigmer.iam.identityaccount.v1.Id
|
|
|
55
61
|
*/
|
|
56
62
|
export declare const IdentityAccountEmailSchema: GenMessage<IdentityAccountEmail>;
|
|
57
63
|
/**
|
|
58
|
-
*
|
|
64
|
+
* IdpId identifies an identity account by its identity provider ID.
|
|
59
65
|
*
|
|
60
66
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdpId
|
|
61
67
|
*/
|
|
62
68
|
export type IdpId = Message<"ai.stigmer.iam.identityaccount.v1.IdpId"> & {
|
|
63
69
|
/**
|
|
70
|
+
* Identity provider ID of the account.
|
|
71
|
+
*
|
|
64
72
|
* @generated from field: string value = 1;
|
|
65
73
|
*/
|
|
66
74
|
value: string;
|
|
@@ -71,18 +79,20 @@ export type IdpId = Message<"ai.stigmer.iam.identityaccount.v1.IdpId"> & {
|
|
|
71
79
|
*/
|
|
72
80
|
export declare const IdpIdSchema: GenMessage<IdpId>;
|
|
73
81
|
/**
|
|
74
|
-
* input for paginated queries
|
|
82
|
+
* ListWithIdentityAccountIdReq is the input for paginated queries scoped to an identity account.
|
|
75
83
|
*
|
|
76
84
|
* @generated from message ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq
|
|
77
85
|
*/
|
|
78
86
|
export type ListWithIdentityAccountIdReq = Message<"ai.stigmer.iam.identityaccount.v1.ListWithIdentityAccountIdReq"> & {
|
|
79
87
|
/**
|
|
80
|
-
* identity account
|
|
88
|
+
* Unique identifier of the identity account to list resources for.
|
|
81
89
|
*
|
|
82
90
|
* @generated from field: string identity_account_id = 1;
|
|
83
91
|
*/
|
|
84
92
|
identityAccountId: string;
|
|
85
93
|
/**
|
|
94
|
+
* Pagination parameters.
|
|
95
|
+
*
|
|
86
96
|
* @generated from field: ai.stigmer.commons.rpc.PageInfo page = 2;
|
|
87
97
|
*/
|
|
88
98
|
page?: PageInfo;
|
|
@@ -93,19 +103,19 @@ export type ListWithIdentityAccountIdReq = Message<"ai.stigmer.iam.identityaccou
|
|
|
93
103
|
*/
|
|
94
104
|
export declare const ListWithIdentityAccountIdReqSchema: GenMessage<ListWithIdentityAccountIdReq>;
|
|
95
105
|
/**
|
|
96
|
-
*
|
|
106
|
+
* IdentityAccountsList is a paginated response containing identity accounts.
|
|
97
107
|
*
|
|
98
108
|
* @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountsList
|
|
99
109
|
*/
|
|
100
110
|
export type IdentityAccountsList = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountsList"> & {
|
|
101
111
|
/**
|
|
102
|
-
*
|
|
112
|
+
* Total number of pages available.
|
|
103
113
|
*
|
|
104
114
|
* @generated from field: int32 total_pages = 1;
|
|
105
115
|
*/
|
|
106
116
|
totalPages: number;
|
|
107
117
|
/**
|
|
108
|
-
* current page
|
|
118
|
+
* Identity accounts in the current page.
|
|
109
119
|
*
|
|
110
120
|
* @generated from field: repeated ai.stigmer.iam.identityaccount.v1.IdentityAccount entries = 2;
|
|
111
121
|
*/
|
|
@@ -117,16 +127,20 @@ export type IdentityAccountsList = Message<"ai.stigmer.iam.identityaccount.v1.Id
|
|
|
117
127
|
*/
|
|
118
128
|
export declare const IdentityAccountsListSchema: GenMessage<IdentityAccountsList>;
|
|
119
129
|
/**
|
|
120
|
-
*
|
|
130
|
+
* ListWithIdentityOrg is the input for paginated queries scoped to an organization.
|
|
121
131
|
*
|
|
122
132
|
* @generated from message ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg
|
|
123
133
|
*/
|
|
124
134
|
export type ListWithIdentityOrg = Message<"ai.stigmer.iam.identityaccount.v1.ListWithIdentityOrg"> & {
|
|
125
135
|
/**
|
|
136
|
+
* Organization slug to list identity accounts for.
|
|
137
|
+
*
|
|
126
138
|
* @generated from field: string org = 1;
|
|
127
139
|
*/
|
|
128
140
|
org: string;
|
|
129
141
|
/**
|
|
142
|
+
* Pagination parameters.
|
|
143
|
+
*
|
|
130
144
|
* @generated from field: ai.stigmer.commons.rpc.PageInfo page = 2;
|
|
131
145
|
*/
|
|
132
146
|
page?: PageInfo;
|
|
@@ -1 +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;
|
|
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;AAgBz6B;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAgB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAgB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAgB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAuB5D;;;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;AAuB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* identity
|
|
2
|
+
* IdentityAccountQueryController handles read operations for identity accounts.
|
|
3
3
|
*
|
|
4
4
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
5
5
|
*/
|
|
@@ -7,7 +7,7 @@ export declare const IdentityAccountQueryController: {
|
|
|
7
7
|
readonly typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController";
|
|
8
8
|
readonly methods: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Get an identity account by its unique identifier.
|
|
11
11
|
*
|
|
12
12
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
13
13
|
*/
|
|
@@ -18,7 +18,12 @@ export declare const IdentityAccountQueryController: {
|
|
|
18
18
|
readonly kind: any;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Get the identity account of the currently authenticated user.
|
|
22
|
+
*
|
|
23
|
+
* Returns the full identity account for the caller based on the auth header.
|
|
24
|
+
*
|
|
25
|
+
* @internal
|
|
26
|
+
* Scoped to the caller's own account, so authorization is skipped.
|
|
22
27
|
*
|
|
23
28
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
24
29
|
*/
|
|
@@ -29,7 +34,7 @@ export declare const IdentityAccountQueryController: {
|
|
|
29
34
|
readonly kind: any;
|
|
30
35
|
};
|
|
31
36
|
/**
|
|
32
|
-
*
|
|
37
|
+
* Get an identity account by email address.
|
|
33
38
|
*
|
|
34
39
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
35
40
|
*/
|
|
@@ -40,7 +45,7 @@ export declare const IdentityAccountQueryController: {
|
|
|
40
45
|
readonly kind: any;
|
|
41
46
|
};
|
|
42
47
|
/**
|
|
43
|
-
*
|
|
48
|
+
* Get an identity account by identity provider ID.
|
|
44
49
|
*
|
|
45
50
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
46
51
|
*/
|
|
@@ -51,8 +56,9 @@ export declare const IdentityAccountQueryController: {
|
|
|
51
56
|
readonly kind: any;
|
|
52
57
|
};
|
|
53
58
|
/**
|
|
54
|
-
*
|
|
59
|
+
* Get lightweight actor information for an identity account.
|
|
55
60
|
*
|
|
61
|
+
* @internal
|
|
56
62
|
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
57
63
|
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
58
64
|
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
* identity
|
|
7
|
+
* IdentityAccountQueryController handles read operations for identity accounts.
|
|
8
8
|
*
|
|
9
9
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
10
10
|
*/
|
|
@@ -12,7 +12,7 @@ export const IdentityAccountQueryController = {
|
|
|
12
12
|
typeName: "ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController",
|
|
13
13
|
methods: {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Get an identity account by its unique identifier.
|
|
16
16
|
*
|
|
17
17
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
18
18
|
*/
|
|
@@ -23,7 +23,12 @@ export const IdentityAccountQueryController = {
|
|
|
23
23
|
kind: MethodKind.Unary,
|
|
24
24
|
},
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Get the identity account of the currently authenticated user.
|
|
27
|
+
*
|
|
28
|
+
* Returns the full identity account for the caller based on the auth header.
|
|
29
|
+
*
|
|
30
|
+
* @internal
|
|
31
|
+
* Scoped to the caller's own account, so authorization is skipped.
|
|
27
32
|
*
|
|
28
33
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
29
34
|
*/
|
|
@@ -34,7 +39,7 @@ export const IdentityAccountQueryController = {
|
|
|
34
39
|
kind: MethodKind.Unary,
|
|
35
40
|
},
|
|
36
41
|
/**
|
|
37
|
-
*
|
|
42
|
+
* Get an identity account by email address.
|
|
38
43
|
*
|
|
39
44
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
40
45
|
*/
|
|
@@ -45,7 +50,7 @@ export const IdentityAccountQueryController = {
|
|
|
45
50
|
kind: MethodKind.Unary,
|
|
46
51
|
},
|
|
47
52
|
/**
|
|
48
|
-
*
|
|
53
|
+
* Get an identity account by identity provider ID.
|
|
49
54
|
*
|
|
50
55
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
51
56
|
*/
|
|
@@ -56,8 +61,9 @@ export const IdentityAccountQueryController = {
|
|
|
56
61
|
kind: MethodKind.Unary,
|
|
57
62
|
},
|
|
58
63
|
/**
|
|
59
|
-
*
|
|
64
|
+
* Get lightweight actor information for an identity account.
|
|
60
65
|
*
|
|
66
|
+
* @internal
|
|
61
67
|
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
62
68
|
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
63
69
|
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
@@ -1 +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
|
|
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;;;;;;;;;WASG;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;;;;;;;;;;;;;;;;;;;WAmBG;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"}
|
|
@@ -8,13 +8,13 @@ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const file_ai_stigmer_iam_identityaccount_v1_query: GenFile;
|
|
10
10
|
/**
|
|
11
|
-
* identity
|
|
11
|
+
* IdentityAccountQueryController handles read operations for identity accounts.
|
|
12
12
|
*
|
|
13
13
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
14
14
|
*/
|
|
15
15
|
export declare const IdentityAccountQueryController: GenService<{
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Get an identity account by its unique identifier.
|
|
18
18
|
*
|
|
19
19
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.get
|
|
20
20
|
*/
|
|
@@ -24,7 +24,12 @@ export declare const IdentityAccountQueryController: GenService<{
|
|
|
24
24
|
output: typeof IdentityAccountSchema;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Get the identity account of the currently authenticated user.
|
|
28
|
+
*
|
|
29
|
+
* Returns the full identity account for the caller based on the auth header.
|
|
30
|
+
*
|
|
31
|
+
* @internal
|
|
32
|
+
* Scoped to the caller's own account, so authorization is skipped.
|
|
28
33
|
*
|
|
29
34
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.whoAmI
|
|
30
35
|
*/
|
|
@@ -34,7 +39,7 @@ export declare const IdentityAccountQueryController: GenService<{
|
|
|
34
39
|
output: typeof IdentityAccountSchema;
|
|
35
40
|
};
|
|
36
41
|
/**
|
|
37
|
-
*
|
|
42
|
+
* Get an identity account by email address.
|
|
38
43
|
*
|
|
39
44
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByEmail
|
|
40
45
|
*/
|
|
@@ -44,7 +49,7 @@ export declare const IdentityAccountQueryController: GenService<{
|
|
|
44
49
|
output: typeof IdentityAccountSchema;
|
|
45
50
|
};
|
|
46
51
|
/**
|
|
47
|
-
*
|
|
52
|
+
* Get an identity account by identity provider ID.
|
|
48
53
|
*
|
|
49
54
|
* @generated from rpc ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController.getByIdpId
|
|
50
55
|
*/
|
|
@@ -54,8 +59,9 @@ export declare const IdentityAccountQueryController: GenService<{
|
|
|
54
59
|
output: typeof IdentityAccountSchema;
|
|
55
60
|
};
|
|
56
61
|
/**
|
|
57
|
-
*
|
|
62
|
+
* Get lightweight actor information for an identity account.
|
|
58
63
|
*
|
|
64
|
+
* @internal
|
|
59
65
|
* This RPC is specifically designed to break circular dependency loops in audit actor resolution.
|
|
60
66
|
* When converting IdentityAccount entities to proto responses, the audit info (created_by, updated_by)
|
|
61
67
|
* needs actor details. If we use the standard get() RPC, it triggers a full entity-to-proto conversion
|
|
@@ -13,7 +13,7 @@ import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
|
13
13
|
*/
|
|
14
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
15
|
/**
|
|
16
|
-
* identity
|
|
16
|
+
* IdentityAccountQueryController handles read operations for identity accounts.
|
|
17
17
|
*
|
|
18
18
|
* @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
|
|
19
19
|
*/
|