@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.
Files changed (372) hide show
  1. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
  2. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
  3. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
  4. package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
  5. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
  6. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
  7. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
  8. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
  9. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
  11. package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
  12. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
  13. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
  14. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
  16. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  17. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
  18. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
  19. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  20. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
  21. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
  23. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
  24. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  25. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
  26. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
  28. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
  29. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  30. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
  31. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
  32. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
  33. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
  34. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
  35. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
  37. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
  38. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
  39. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  40. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
  43. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
  44. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
  46. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
  47. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  48. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
  49. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
  50. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
  52. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
  53. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
  54. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
  55. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
  56. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
  57. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
  58. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
  59. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
  60. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
  62. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
  64. package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
  65. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
  66. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
  67. package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
  68. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
  69. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
  70. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
  71. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
  72. package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
  73. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
  74. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
  75. package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
  76. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
  77. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
  78. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
  79. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
  80. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
  81. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
  82. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
  83. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
  84. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
  85. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
  86. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
  87. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
  88. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
  89. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
  90. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
  91. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
  92. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
  93. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
  94. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
  95. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
  96. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
  97. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
  98. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
  99. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
  100. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
  101. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  102. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
  103. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
  104. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  105. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
  106. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
  107. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
  108. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
  109. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
  110. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
  111. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
  112. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
  113. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
  114. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  115. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
  116. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  117. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
  118. package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
  119. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
  120. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
  121. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
  122. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
  123. package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
  124. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  125. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
  126. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  127. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
  128. package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
  129. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
  130. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
  131. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
  132. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
  133. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  134. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
  135. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
  136. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
  137. package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
  138. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
  139. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
  140. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
  141. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
  142. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
  143. package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
  144. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
  145. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
  146. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
  147. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
  148. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
  149. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
  150. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
  151. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
  152. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
  153. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
  154. package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
  155. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  156. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
  157. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  158. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
  159. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
  160. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
  161. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
  162. package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
  163. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
  164. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
  165. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
  166. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
  167. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
  168. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
  169. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
  170. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
  171. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
  172. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
  173. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  174. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
  175. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
  176. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
  177. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
  178. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
  179. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
  180. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
  181. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
  182. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
  183. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
  184. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
  185. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
  186. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
  187. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
  188. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
  189. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
  190. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
  191. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
  192. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
  193. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
  194. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
  195. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
  196. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
  197. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
  198. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
  199. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  200. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
  201. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
  202. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  203. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
  204. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  205. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
  206. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
  207. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
  208. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
  209. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
  210. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  211. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
  212. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
  213. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
  214. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
  215. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
  216. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
  217. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  218. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
  219. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
  220. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
  221. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
  222. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  223. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
  224. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
  225. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  226. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
  227. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
  228. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
  229. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
  230. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
  231. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
  232. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
  233. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
  234. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
  235. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
  236. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
  237. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
  238. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  239. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
  240. package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
  241. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  242. package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
  243. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
  244. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
  245. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
  246. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
  247. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
  248. package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
  249. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
  250. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
  251. package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
  252. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
  253. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
  254. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
  255. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
  256. package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
  257. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
  258. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
  259. package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
  260. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
  261. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
  262. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
  263. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
  264. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
  265. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
  266. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
  267. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
  268. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
  269. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
  270. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
  271. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
  272. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
  273. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
  274. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
  275. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
  276. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
  277. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
  278. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
  279. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
  280. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
  281. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
  282. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
  283. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
  284. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
  285. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
  286. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
  287. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
  288. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
  289. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
  290. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
  291. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
  292. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
  293. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
  294. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
  295. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
  296. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
  297. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
  298. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
  299. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
  300. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
  301. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
  302. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
  303. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
  304. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
  305. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
  306. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
  307. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
  308. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
  309. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
  310. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
  311. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
  312. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
  313. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
  314. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
  315. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
  316. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
  317. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
  318. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
  319. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
  320. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
  321. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
  322. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
  323. package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
  324. package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
  325. package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
  326. package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
  327. package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
  328. package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
  329. package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
  330. package/ai/stigmer/search/v1/io_pb.js.map +1 -1
  331. package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
  332. package/ai/stigmer/search/v1/query_connect.js +26 -20
  333. package/ai/stigmer/search/v1/query_connect.js.map +1 -1
  334. package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
  335. package/ai/stigmer/search/v1/query_pb.js +14 -8
  336. package/ai/stigmer/search/v1/query_pb.js.map +1 -1
  337. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
  338. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
  339. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
  340. package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
  341. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
  342. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
  343. package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
  344. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
  345. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
  346. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
  347. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
  348. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
  349. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
  350. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
  351. package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
  352. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
  353. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
  354. package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
  355. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
  356. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
  357. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
  358. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
  359. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
  360. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
  361. package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
  362. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
  363. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
  364. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
  365. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
  366. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
  367. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
  368. package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
  369. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
  370. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
  371. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
  372. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * identity-account command controller
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
- * create a new identity-account.
11
- * system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
12
- * no FGA authorization — called via inProcessChannelAsSystem (machine account).
13
- * the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
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
- * update an existing identity-account
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
- * delete an existing identity-account
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
- * simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
47
- * this rpc will take the email, look it up on auth0,
48
- * if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
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-account command controller
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
- * create a new identity-account.
16
- * system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
17
- * no FGA authorization — called via inProcessChannelAsSystem (machine account).
18
- * the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
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
- * update an existing identity-account
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
- * delete an existing identity-account
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
- * simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
52
- * this rpc will take the email, look it up on auth0,
53
- * if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
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;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,qBAAqB,EAAE;YACrB,IAAI,EAAE,uBAAuB;YAC7B,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
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-account command controller
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
- * create a new identity-account.
17
- * system-level RPC used by federated JIT provisioning and Auth0 webhook flow.
18
- * no FGA authorization — called via inProcessChannelAsSystem (machine account).
19
- * the handler's createAuthorizationTuples step writes the self-ownership tuple after creation.
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
- * update an existing identity-account
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
- * delete an existing identity-account
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
- * simulate signup webhook to add a user who created account on auth0 but is not created on stigmer.
50
- * this rpc will take the email, look it up on auth0,
51
- * if there is a user with this email on auth0 and post a webhook to stigmer with auth0 payload format.
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-account command controller
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,GA8CxC,aAAa,CAChB,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
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
- * - direct: User signed up via Stigmer's own Auth0 tenant (existing behavior).
10
- * - federated: JIT-provisioned during federated authentication via an IdentityProvider.
11
- * The account has no credentials in Stigmer's Auth0 — it participates in FGA
12
- * authorization but cannot log into Stigmer directly.
13
- * - machine: M2M client credentials account used for inter-service communication.
14
- *
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
- * - direct: User signed up via Stigmer's own Auth0 tenant (existing behavior).
13
- * - federated: JIT-provisioned during federated authentication via an IdentityProvider.
14
- * The account has no credentials in Stigmer's Auth0 — it participates in FGA
15
- * authorization but cannot log into Stigmer directly.
16
- * - machine: M2M client credentials account used for inter-service communication.
17
- *
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;;;;;;;;;;;;GAYG;AACH,MAAM,CAAN,IAAY,+BAoBX;AApBD,WAAY,+BAA+B;IACzC;;OAEG;IACH,yKAAkD,CAAA;IAElD;;OAEG;IACH,yFAAU,CAAA;IAEV;;OAEG;IACH,+FAAa,CAAA;IAEb;;OAEG;IACH,2FAAW,CAAA;AACb,CAAC,EApBW,+BAA+B,KAA/B,+BAA+B,QAoB1C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAA6C,aAAa,CAC1G,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
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
- * wrapper to get list of identity accounts
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
- * wrapper for user identity account id.
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
- * wrapper for email of the identity account.
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
- * wrapper for idp id.
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 that require identity account id as input.
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 id
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
- * response for paginated rpc query to list identity accounts.
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
- * total number of pages
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 entries
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
- * wrapper for identity account organization id.
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;AAcz6B;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAc5D;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAqB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAuB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAmB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
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-account query controller
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
- * lookup identity-account.
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
- * look up identity-account by authentication token.
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
- * lookup user-account by identity account email.
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
- * lookup user-account by idp id.
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
- * lookup identity-account actor-info (lightweight actor data for audit trail caching)
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-account query controller
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
- * lookup identity-account.
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
- * look up identity-account by authentication token.
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
- * lookup user-account by identity account email.
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
- * lookup user-account by idp id.
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
- * lookup identity-account actor-info (lightweight actor data for audit trail caching)
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;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,KAAK;YACR,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,KAAK;YACR,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;WAkBG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
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-account query controller
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
- * lookup identity-account.
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
- * look up identity-account by authentication token.
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
- * lookup user-account by identity account email.
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
- * lookup user-account by idp id.
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
- * lookup identity-account actor-info (lightweight actor data for audit trail caching)
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-account query controller
16
+ * IdentityAccountQueryController handles read operations for identity accounts.
17
17
  *
18
18
  * @generated from service ai.stigmer.iam.identityaccount.v1.IdentityAccountQueryController
19
19
  */