@stigmer/protos 0.0.68 → 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
|
@@ -5,14 +5,20 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const file_ai_stigmer_commons_rpc_pagination: GenFile;
|
|
7
7
|
/**
|
|
8
|
+
* Offset-based pagination parameters.
|
|
9
|
+
*
|
|
8
10
|
* @generated from message ai.stigmer.commons.rpc.PageInfo
|
|
9
11
|
*/
|
|
10
12
|
export type PageInfo = Message<"ai.stigmer.commons.rpc.PageInfo"> & {
|
|
11
13
|
/**
|
|
14
|
+
* Page number (1-indexed).
|
|
15
|
+
*
|
|
12
16
|
* @generated from field: int32 num = 1;
|
|
13
17
|
*/
|
|
14
18
|
num: number;
|
|
15
19
|
/**
|
|
20
|
+
* Maximum number of items per page.
|
|
21
|
+
*
|
|
16
22
|
* @generated from field: int32 size = 2;
|
|
17
23
|
*/
|
|
18
24
|
size: number;
|
|
@@ -23,20 +29,20 @@ export type PageInfo = Message<"ai.stigmer.commons.rpc.PageInfo"> & {
|
|
|
23
29
|
*/
|
|
24
30
|
export declare const PageInfoSchema: GenMessage<PageInfo>;
|
|
25
31
|
/**
|
|
26
|
-
*
|
|
32
|
+
* Token-based pagination parameters following the Google API style.
|
|
27
33
|
*
|
|
28
34
|
* @generated from message ai.stigmer.commons.rpc.GooglePageInfo
|
|
29
35
|
*/
|
|
30
36
|
export type GooglePageInfo = Message<"ai.stigmer.commons.rpc.GooglePageInfo"> & {
|
|
31
37
|
/**
|
|
32
|
-
*
|
|
33
|
-
*
|
|
38
|
+
* Opaque token for retrieving the next page of results.
|
|
39
|
+
* Empty when there are no more items to return.
|
|
34
40
|
*
|
|
35
41
|
* @generated from field: string page_token = 1;
|
|
36
42
|
*/
|
|
37
43
|
pageToken: string;
|
|
38
44
|
/**
|
|
39
|
-
* number of items to include in the result
|
|
45
|
+
* Maximum number of items to include in the result.
|
|
40
46
|
*
|
|
41
47
|
* @generated from field: int32 size = 2;
|
|
42
48
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/rpc/pagination_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+GAA+G;AAC/G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,6NAA6N,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"pagination_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/rpc/pagination_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+GAA+G;AAC/G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,6NAA6N,CAAC,CAAC;AAuB1O;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAwBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -9,37 +9,44 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare const file_ai_stigmer_iam_apikey_v1_api: GenFile;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* ApiKey provides programmatic access to the Stigmer API on behalf of an identity account.
|
|
13
|
+
*
|
|
14
|
+
* Each API key is scoped to a single identity account (user or machine) and
|
|
15
|
+
* can optionally be configured to expire.
|
|
16
|
+
*
|
|
17
|
+
* @internal
|
|
18
|
+
* The raw key value is returned only once in the create response. Only the
|
|
19
|
+
* hash and fingerprint are persisted.
|
|
13
20
|
*
|
|
14
21
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKey
|
|
15
22
|
*/
|
|
16
23
|
export type ApiKey = Message<"ai.stigmer.iam.apikey.v1.ApiKey"> & {
|
|
17
24
|
/**
|
|
18
|
-
*
|
|
25
|
+
* API version for this resource type.
|
|
19
26
|
*
|
|
20
27
|
* @generated from field: string api_version = 1;
|
|
21
28
|
*/
|
|
22
29
|
apiVersion: string;
|
|
23
30
|
/**
|
|
24
|
-
*
|
|
31
|
+
* Resource kind identifier.
|
|
25
32
|
*
|
|
26
33
|
* @generated from field: string kind = 2;
|
|
27
34
|
*/
|
|
28
35
|
kind: string;
|
|
29
36
|
/**
|
|
30
|
-
* metadata
|
|
37
|
+
* Resource metadata including name, organization, and labels.
|
|
31
38
|
*
|
|
32
39
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
33
40
|
*/
|
|
34
41
|
metadata?: ApiResourceMetadata;
|
|
35
42
|
/**
|
|
36
|
-
*
|
|
43
|
+
* Configurable properties: key hash, fingerprint, and expiration settings.
|
|
37
44
|
*
|
|
38
45
|
* @generated from field: ai.stigmer.iam.apikey.v1.ApiKeySpec spec = 4;
|
|
39
46
|
*/
|
|
40
47
|
spec?: ApiKeySpec;
|
|
41
48
|
/**
|
|
42
|
-
*
|
|
49
|
+
* System-managed state including audit trail and last-used timestamp.
|
|
43
50
|
*
|
|
44
51
|
* @generated from field: ai.stigmer.iam.apikey.v1.ApiKeyStatus status = 5;
|
|
45
52
|
*/
|
|
@@ -51,17 +58,19 @@ export type ApiKey = Message<"ai.stigmer.iam.apikey.v1.ApiKey"> & {
|
|
|
51
58
|
*/
|
|
52
59
|
export declare const ApiKeySchema: GenMessage<ApiKey>;
|
|
53
60
|
/**
|
|
61
|
+
* ApiKeyStatus contains system-managed state for an API key.
|
|
62
|
+
*
|
|
54
63
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKeyStatus
|
|
55
64
|
*/
|
|
56
65
|
export type ApiKeyStatus = Message<"ai.stigmer.iam.apikey.v1.ApiKeyStatus"> & {
|
|
57
66
|
/**
|
|
58
|
-
* audit
|
|
67
|
+
* Standard audit information (created_at, updated_at, created_by, etc.).
|
|
59
68
|
*
|
|
60
69
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
61
70
|
*/
|
|
62
71
|
audit?: ApiResourceAudit;
|
|
63
72
|
/**
|
|
64
|
-
*
|
|
73
|
+
* Timestamp of the most recent API call made with this key.
|
|
65
74
|
*
|
|
66
75
|
* @generated from field: google.protobuf.Timestamp last_used_at = 1;
|
|
67
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4GAA4G;AAC5G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAY,aAAa,CACrE,QAAQ,CAAC,knBAAknB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4GAA4G;AAC5G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAY,aAAa,CACrE,QAAQ,CAAC,knBAAknB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAmD3zB;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,iCAAiC,EAAE,CAAC,CAAC,CAAC;AAuBpD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,iCAAiC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* ApiKeyCommandController handles write operations for API keys.
|
|
3
3
|
*
|
|
4
4
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyCommandController
|
|
5
5
|
*/
|
|
@@ -7,7 +7,13 @@ export declare const ApiKeyCommandController: {
|
|
|
7
7
|
readonly typeName: "ai.stigmer.iam.apikey.v1.ApiKeyCommandController";
|
|
8
8
|
readonly methods: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Create an API key for the authenticated user.
|
|
11
|
+
*
|
|
12
|
+
* The raw key value is included in the response and is never returned again.
|
|
13
|
+
* Store it securely before discarding the response.
|
|
14
|
+
*
|
|
15
|
+
* @internal
|
|
16
|
+
* Any authenticated user can create API keys, so authorization is skipped.
|
|
11
17
|
*
|
|
12
18
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.create
|
|
13
19
|
*/
|
|
@@ -18,7 +24,10 @@ export declare const ApiKeyCommandController: {
|
|
|
18
24
|
readonly kind: any;
|
|
19
25
|
};
|
|
20
26
|
/**
|
|
21
|
-
*
|
|
27
|
+
* Update an existing API key.
|
|
28
|
+
*
|
|
29
|
+
* @internal
|
|
30
|
+
* Authorization: Requires can_edit permission on the API key resource.
|
|
22
31
|
*
|
|
23
32
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.update
|
|
24
33
|
*/
|
|
@@ -29,7 +38,10 @@ export declare const ApiKeyCommandController: {
|
|
|
29
38
|
readonly kind: any;
|
|
30
39
|
};
|
|
31
40
|
/**
|
|
32
|
-
*
|
|
41
|
+
* Delete an API key.
|
|
42
|
+
*
|
|
43
|
+
* @internal
|
|
44
|
+
* Authorization: Requires can_delete permission on the API key resource.
|
|
33
45
|
*
|
|
34
46
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.delete
|
|
35
47
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* ApiKeyCommandController handles write operations for API keys.
|
|
8
8
|
*
|
|
9
9
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyCommandController
|
|
10
10
|
*/
|
|
@@ -12,7 +12,13 @@ export const ApiKeyCommandController = {
|
|
|
12
12
|
typeName: "ai.stigmer.iam.apikey.v1.ApiKeyCommandController",
|
|
13
13
|
methods: {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Create an API key for the authenticated user.
|
|
16
|
+
*
|
|
17
|
+
* The raw key value is included in the response and is never returned again.
|
|
18
|
+
* Store it securely before discarding the response.
|
|
19
|
+
*
|
|
20
|
+
* @internal
|
|
21
|
+
* Any authenticated user can create API keys, so authorization is skipped.
|
|
16
22
|
*
|
|
17
23
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.create
|
|
18
24
|
*/
|
|
@@ -23,7 +29,10 @@ export const ApiKeyCommandController = {
|
|
|
23
29
|
kind: MethodKind.Unary,
|
|
24
30
|
},
|
|
25
31
|
/**
|
|
26
|
-
*
|
|
32
|
+
* Update an existing API key.
|
|
33
|
+
*
|
|
34
|
+
* @internal
|
|
35
|
+
* Authorization: Requires can_edit permission on the API key resource.
|
|
27
36
|
*
|
|
28
37
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.update
|
|
29
38
|
*/
|
|
@@ -34,7 +43,10 @@ export const ApiKeyCommandController = {
|
|
|
34
43
|
kind: MethodKind.Unary,
|
|
35
44
|
},
|
|
36
45
|
/**
|
|
37
|
-
*
|
|
46
|
+
* Delete an API key.
|
|
47
|
+
*
|
|
48
|
+
* @internal
|
|
49
|
+
* Authorization: Requires can_delete permission on the API key resource.
|
|
38
50
|
*
|
|
39
51
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.delete
|
|
40
52
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,gHAAgH;AAChH,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,kDAAkD;IAC5D,OAAO,EAAE;QACP
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,gHAAgH;AAChH,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,kDAAkD;IAC5D,OAAO,EAAE;QACP;;;;;;;;;;WAUG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,MAAM;YACT,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,MAAM;YACT,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -6,13 +6,19 @@ import type { ApiKeyIdSchema } from "./io_pb";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_iam_apikey_v1_command: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* ApiKeyCommandController handles write operations for API keys.
|
|
10
10
|
*
|
|
11
11
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyCommandController
|
|
12
12
|
*/
|
|
13
13
|
export declare const ApiKeyCommandController: GenService<{
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Create an API key for the authenticated user.
|
|
16
|
+
*
|
|
17
|
+
* The raw key value is included in the response and is never returned again.
|
|
18
|
+
* Store it securely before discarding the response.
|
|
19
|
+
*
|
|
20
|
+
* @internal
|
|
21
|
+
* Any authenticated user can create API keys, so authorization is skipped.
|
|
16
22
|
*
|
|
17
23
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.create
|
|
18
24
|
*/
|
|
@@ -22,7 +28,10 @@ export declare const ApiKeyCommandController: GenService<{
|
|
|
22
28
|
output: typeof ApiKeySchema;
|
|
23
29
|
};
|
|
24
30
|
/**
|
|
25
|
-
*
|
|
31
|
+
* Update an existing API key.
|
|
32
|
+
*
|
|
33
|
+
* @internal
|
|
34
|
+
* Authorization: Requires can_edit permission on the API key resource.
|
|
26
35
|
*
|
|
27
36
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.update
|
|
28
37
|
*/
|
|
@@ -32,7 +41,10 @@ export declare const ApiKeyCommandController: GenService<{
|
|
|
32
41
|
output: typeof ApiKeySchema;
|
|
33
42
|
};
|
|
34
43
|
/**
|
|
35
|
-
*
|
|
44
|
+
* Delete an API key.
|
|
45
|
+
*
|
|
46
|
+
* @internal
|
|
47
|
+
* Authorization: Requires can_delete permission on the API key resource.
|
|
36
48
|
*
|
|
37
49
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyCommandController.delete
|
|
38
50
|
*/
|
|
@@ -11,7 +11,7 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
|
|
|
11
11
|
*/
|
|
12
12
|
export const file_ai_stigmer_iam_apikey_v1_command = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2lhbS9hcGlrZXkvdjEvY29tbWFuZC5wcm90bxIYYWkuc3RpZ21lci5pYW0uYXBpa2V5LnYxMvoCChdBcGlLZXlDb21tYW5kQ29udHJvbGxlchJSCgZjcmVhdGUSIC5haS5zdGlnbWVyLmlhbS5hcGlrZXkudjEuQXBpS2V5GiAuYWkuc3RpZ21lci5pYW0uYXBpa2V5LnYxLkFwaUtleSIE0LgYARKDAQoGdXBkYXRlEiAuYWkuc3RpZ21lci5pYW0uYXBpa2V5LnYxLkFwaUtleRogLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXkiNcK4GDEIBBAMIgttZXRhZGF0YS5pZCoedW5hdXRob3JpemVkIHRvIHVwZGF0ZSBhcGkga2V5En8KBmRlbGV0ZRIiLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXlJZBogLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXkiL8K4GCsIAhAMIgV2YWx1ZSoedW5hdXRob3JpemVkIHRvIGRlbGV0ZSBhcGkga2V5GgSg/ysMYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_apikey_v1_api, file_ai_stigmer_iam_apikey_v1_io, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* ApiKeyCommandController handles write operations for API keys.
|
|
15
15
|
*
|
|
16
16
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyCommandController
|
|
17
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAE9H,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAE7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,gEAAgE,EAAE,MAAM,uDAAuD,CAAC;AAEzI;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,imBAAimB,EAAE,CAAC,uDAAuD,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEhzB;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAE9H,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAE7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,gEAAgE,EAAE,MAAM,uDAAuD,CAAC;AAEzI;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,imBAAimB,EAAE,CAAC,uDAAuD,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEhzB;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GA2C/B,aAAa,CAChB,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -6,12 +6,14 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_iam_apikey_v1_io: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* ApiKeys contains a list of API key resources.
|
|
10
10
|
*
|
|
11
11
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKeys
|
|
12
12
|
*/
|
|
13
13
|
export type ApiKeys = Message<"ai.stigmer.iam.apikey.v1.ApiKeys"> & {
|
|
14
14
|
/**
|
|
15
|
+
* API key entries.
|
|
16
|
+
*
|
|
15
17
|
* @generated from field: repeated ai.stigmer.iam.apikey.v1.ApiKey entries = 1;
|
|
16
18
|
*/
|
|
17
19
|
entries: ApiKey[];
|
|
@@ -22,12 +24,14 @@ export type ApiKeys = Message<"ai.stigmer.iam.apikey.v1.ApiKeys"> & {
|
|
|
22
24
|
*/
|
|
23
25
|
export declare const ApiKeysSchema: GenMessage<ApiKeys>;
|
|
24
26
|
/**
|
|
25
|
-
*
|
|
27
|
+
* ApiKeyId identifies an API key by its unique identifier.
|
|
26
28
|
*
|
|
27
29
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKeyId
|
|
28
30
|
*/
|
|
29
31
|
export type ApiKeyId = Message<"ai.stigmer.iam.apikey.v1.ApiKeyId"> & {
|
|
30
32
|
/**
|
|
33
|
+
* Unique identifier of the API key.
|
|
34
|
+
*
|
|
31
35
|
* @generated from field: string value = 1;
|
|
32
36
|
*/
|
|
33
37
|
value: string;
|
|
@@ -38,12 +42,14 @@ export type ApiKeyId = Message<"ai.stigmer.iam.apikey.v1.ApiKeyId"> & {
|
|
|
38
42
|
*/
|
|
39
43
|
export declare const ApiKeyIdSchema: GenMessage<ApiKeyId>;
|
|
40
44
|
/**
|
|
41
|
-
*
|
|
45
|
+
* ApiKeyHash identifies an API key by its hashed key value.
|
|
42
46
|
*
|
|
43
47
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKeyHash
|
|
44
48
|
*/
|
|
45
49
|
export type ApiKeyHash = Message<"ai.stigmer.iam.apikey.v1.ApiKeyHash"> & {
|
|
46
50
|
/**
|
|
51
|
+
* Hash of the raw API key.
|
|
52
|
+
*
|
|
47
53
|
* @generated from field: string value = 1;
|
|
48
54
|
*/
|
|
49
55
|
value: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2GAA2G;AAC3G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAY,aAAa,CACpE,QAAQ,CAAC,iRAAiR,EAAE,CAAC,iCAAiC,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2GAA2G;AAC3G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAY,aAAa,CACpE,QAAQ,CAAC,iRAAiR,EAAE,CAAC,iCAAiC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAgB/V;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,gCAAgC,EAAE,CAAC,CAAC,CAAC;AAgBnD;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,gCAAgC,EAAE,CAAC,CAAC,CAAC;AAgBnD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,gCAAgC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* ApiKeyQueryController handles read operations for API keys.
|
|
3
3
|
*
|
|
4
4
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyQueryController
|
|
5
5
|
*/
|
|
@@ -7,7 +7,7 @@ export declare const ApiKeyQueryController: {
|
|
|
7
7
|
readonly typeName: "ai.stigmer.iam.apikey.v1.ApiKeyQueryController";
|
|
8
8
|
readonly methods: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Get an API key by its unique identifier.
|
|
11
11
|
*
|
|
12
12
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.get
|
|
13
13
|
*/
|
|
@@ -18,7 +18,11 @@ export declare const ApiKeyQueryController: {
|
|
|
18
18
|
readonly kind: any;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Get an API key by its hashed key value.
|
|
22
|
+
*
|
|
23
|
+
* @internal
|
|
24
|
+
* Authorization is handled in the handler after loading the resource
|
|
25
|
+
* (input doesn't contain API key ID, so proto-level auth cannot work).
|
|
22
26
|
*
|
|
23
27
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.getByKeyHash
|
|
24
28
|
*/
|
|
@@ -29,7 +33,12 @@ export declare const ApiKeyQueryController: {
|
|
|
29
33
|
readonly kind: any;
|
|
30
34
|
};
|
|
31
35
|
/**
|
|
32
|
-
*
|
|
36
|
+
* List all API keys belonging to the authenticated user.
|
|
37
|
+
*
|
|
38
|
+
* Returns only the keys owned by the identity account in the auth header.
|
|
39
|
+
*
|
|
40
|
+
* @internal
|
|
41
|
+
* Scoped to the caller's own keys, so authorization is skipped.
|
|
33
42
|
*
|
|
34
43
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.findAll
|
|
35
44
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* ApiKeyQueryController handles read operations for API keys.
|
|
8
8
|
*
|
|
9
9
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyQueryController
|
|
10
10
|
*/
|
|
@@ -12,7 +12,7 @@ export const ApiKeyQueryController = {
|
|
|
12
12
|
typeName: "ai.stigmer.iam.apikey.v1.ApiKeyQueryController",
|
|
13
13
|
methods: {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Get an API key by its unique identifier.
|
|
16
16
|
*
|
|
17
17
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.get
|
|
18
18
|
*/
|
|
@@ -23,7 +23,11 @@ export const ApiKeyQueryController = {
|
|
|
23
23
|
kind: MethodKind.Unary,
|
|
24
24
|
},
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Get an API key by its hashed key value.
|
|
27
|
+
*
|
|
28
|
+
* @internal
|
|
29
|
+
* Authorization is handled in the handler after loading the resource
|
|
30
|
+
* (input doesn't contain API key ID, so proto-level auth cannot work).
|
|
27
31
|
*
|
|
28
32
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.getByKeyHash
|
|
29
33
|
*/
|
|
@@ -34,7 +38,12 @@ export const ApiKeyQueryController = {
|
|
|
34
38
|
kind: MethodKind.Unary,
|
|
35
39
|
},
|
|
36
40
|
/**
|
|
37
|
-
*
|
|
41
|
+
* List all API keys belonging to the authenticated user.
|
|
42
|
+
*
|
|
43
|
+
* Returns only the keys owned by the identity account in the auth header.
|
|
44
|
+
*
|
|
45
|
+
* @internal
|
|
46
|
+
* Scoped to the caller's own keys, so authorization is skipped.
|
|
38
47
|
*
|
|
39
48
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.findAll
|
|
40
49
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,8GAA8G;AAC9G,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,QAAQ,EAAE,gDAAgD;IAC1D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,8GAA8G;AAC9G,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,QAAQ,EAAE,gDAAgD;IAC1D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,CAAC,EAAE,KAAK;YACR,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -7,13 +7,13 @@ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_ai_stigmer_iam_apikey_v1_query: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* ApiKeyQueryController handles read operations for API keys.
|
|
11
11
|
*
|
|
12
12
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyQueryController
|
|
13
13
|
*/
|
|
14
14
|
export declare const ApiKeyQueryController: GenService<{
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Get an API key by its unique identifier.
|
|
17
17
|
*
|
|
18
18
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.get
|
|
19
19
|
*/
|
|
@@ -23,7 +23,11 @@ export declare const ApiKeyQueryController: GenService<{
|
|
|
23
23
|
output: typeof ApiKeySchema;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Get an API key by its hashed key value.
|
|
27
|
+
*
|
|
28
|
+
* @internal
|
|
29
|
+
* Authorization is handled in the handler after loading the resource
|
|
30
|
+
* (input doesn't contain API key ID, so proto-level auth cannot work).
|
|
27
31
|
*
|
|
28
32
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.getByKeyHash
|
|
29
33
|
*/
|
|
@@ -33,7 +37,12 @@ export declare const ApiKeyQueryController: GenService<{
|
|
|
33
37
|
output: typeof ApiKeySchema;
|
|
34
38
|
};
|
|
35
39
|
/**
|
|
36
|
-
*
|
|
40
|
+
* List all API keys belonging to the authenticated user.
|
|
41
|
+
*
|
|
42
|
+
* Returns only the keys owned by the identity account in the auth header.
|
|
43
|
+
*
|
|
44
|
+
* @internal
|
|
45
|
+
* Scoped to the caller's own keys, so authorization is skipped.
|
|
37
46
|
*
|
|
38
47
|
* @generated from rpc ai.stigmer.iam.apikey.v1.ApiKeyQueryController.findAll
|
|
39
48
|
*/
|
|
@@ -12,7 +12,7 @@ import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
|
12
12
|
*/
|
|
13
13
|
export const file_ai_stigmer_iam_apikey_v1_query = /*@__PURE__*/ fileDesc("CiRhaS9zdGlnbWVyL2lhbS9hcGlrZXkvdjEvcXVlcnkucHJvdG8SGGFpLnN0aWdtZXIuaWFtLmFwaWtleS52MTLDAgoVQXBpS2V5UXVlcnlDb250cm9sbGVyEnoKA2dldBIiLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXlJZBogLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXkiLcK4GCkIAxAMIgV2YWx1ZSocdW5hdXRob3JpemVkIHRvIHZpZXcgYXBpIGtleRJcCgxnZXRCeUtleUhhc2gSJC5haS5zdGlnbWVyLmlhbS5hcGlrZXkudjEuQXBpS2V5SGFzaBogLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXkiBNC4GAESSgoHZmluZEFsbBIWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRohLmFpLnN0aWdtZXIuaWFtLmFwaWtleS52MS5BcGlLZXlzIgTQuBgBGgSg/ysMYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_apikey_v1_api, file_ai_stigmer_iam_apikey_v1_io, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, file_google_protobuf_empty]);
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* ApiKeyQueryController handles read operations for API keys.
|
|
16
16
|
*
|
|
17
17
|
* @generated from service ai.stigmer.iam.apikey.v1.ApiKeyQueryController
|
|
18
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8GAA8G;AAC9G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAE9H,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAE7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,gEAAgE,EAAE,MAAM,uDAAuD,CAAC;AAEzI,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEpE;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,uDAAuD,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEhwB;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8GAA8G;AAC9G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAE9H,OAAO,EAAE,iCAAiC,EAAE,MAAM,UAAU,CAAC;AAE7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,gEAAgE,EAAE,MAAM,uDAAuD,CAAC;AAEzI,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEpE;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,uDAAuD,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAEhwB;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAwC7B,aAAa,CAChB,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -6,34 +6,39 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_iam_apikey_v1_spec: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* ApiKeySpec defines the configuration for an API key.
|
|
10
|
+
*
|
|
11
|
+
* API keys provide programmatic access to the Stigmer API. Each key is
|
|
12
|
+
* scoped to an identity account and can have an optional expiration time.
|
|
10
13
|
*
|
|
11
14
|
* @generated from message ai.stigmer.iam.apikey.v1.ApiKeySpec
|
|
12
15
|
*/
|
|
13
16
|
export type ApiKeySpec = Message<"ai.stigmer.iam.apikey.v1.ApiKeySpec"> & {
|
|
14
17
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
18
|
+
* Hash of the raw API key.
|
|
19
|
+
* The actual key is returned only in the create response and never persisted.
|
|
20
|
+
*
|
|
21
|
+
* @internal
|
|
22
|
+
* SHA-256/Bcrypt hash of the raw key generated during creation.
|
|
23
|
+
* Only the last 6 chars are persisted in the fingerprint field for UI display.
|
|
19
24
|
*
|
|
20
25
|
* @generated from field: string key_hash = 1;
|
|
21
26
|
*/
|
|
22
27
|
keyHash: string;
|
|
23
28
|
/**
|
|
24
|
-
*
|
|
29
|
+
* Short fingerprint of the key for display purposes (last 6 characters).
|
|
25
30
|
*
|
|
26
31
|
* @generated from field: string fingerprint = 2;
|
|
27
32
|
*/
|
|
28
33
|
fingerprint: string;
|
|
29
34
|
/**
|
|
30
|
-
*
|
|
35
|
+
* Expiration time for the API key. Ignored when never_expires is true.
|
|
31
36
|
*
|
|
32
37
|
* @generated from field: google.protobuf.Timestamp expires_at = 3;
|
|
33
38
|
*/
|
|
34
39
|
expiresAt?: Timestamp;
|
|
35
40
|
/**
|
|
36
|
-
*
|
|
41
|
+
* When true, the API key never expires regardless of expires_at.
|
|
37
42
|
*
|
|
38
43
|
* @generated from field: bool never_expires = 4;
|
|
39
44
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6GAA6G;AAC7G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,+CAA+C,CAAC;AAElH,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAY,aAAa,CACtE,QAAQ,CAAC,wRAAwR,EAAE,CAAC,iDAAiD,EAAE,8BAA8B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/apikey/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6GAA6G;AAC7G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,+CAA+C,CAAC;AAElH,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAY,aAAa,CACtE,QAAQ,CAAC,wRAAwR,EAAE,CAAC,iDAAiD,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA6C1X;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -21,20 +21,22 @@ export declare const file_ai_stigmer_iam_iampolicy_v1_api: GenFile;
|
|
|
21
21
|
*/
|
|
22
22
|
export type IamPolicy = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicy"> & {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* API version for this resource type.
|
|
25
25
|
*
|
|
26
26
|
* @generated from field: string api_version = 1;
|
|
27
27
|
*/
|
|
28
28
|
apiVersion: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Resource kind identifier.
|
|
31
31
|
*
|
|
32
32
|
* @generated from field: string kind = 2;
|
|
33
33
|
*/
|
|
34
34
|
kind: string;
|
|
35
35
|
/**
|
|
36
|
-
* metadata
|
|
37
|
-
*
|
|
36
|
+
* Resource metadata including name, organization, and labels.
|
|
37
|
+
*
|
|
38
|
+
* @internal
|
|
39
|
+
* id format: iamp_<ulid>
|
|
38
40
|
* name: human-readable identifier (e.g., "john-vpc-admin")
|
|
39
41
|
* org: organization this policy belongs to
|
|
40
42
|
*
|
|
@@ -42,13 +44,13 @@ export type IamPolicy = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicy"> & {
|
|
|
42
44
|
*/
|
|
43
45
|
metadata?: ApiResourceMetadata;
|
|
44
46
|
/**
|
|
45
|
-
*
|
|
47
|
+
* Policy binding: principal, resource, and relation.
|
|
46
48
|
*
|
|
47
49
|
* @generated from field: ai.stigmer.iam.iampolicy.v1.IamPolicySpec spec = 4;
|
|
48
50
|
*/
|
|
49
51
|
spec?: IamPolicySpec;
|
|
50
52
|
/**
|
|
51
|
-
*
|
|
53
|
+
* System-managed state including audit trail.
|
|
52
54
|
*
|
|
53
55
|
* @generated from field: ai.stigmer.iam.iampolicy.v1.IamPolicyStatus status = 5;
|
|
54
56
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/iampolicy/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,klBAAklB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,qCAAqC,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/iampolicy/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,klBAAklB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,qCAAqC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAwD9vB;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAkBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC"}
|