@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
@@ -5,144 +5,189 @@ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
5
5
  export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission: GenFile;
6
6
  /**
7
7
  * ApiResourceIamPermission defines the permissions and structural relations
8
- * used in the Stigmer authorization model. Each value maps to an FGA relation
9
- * name that appears either in RPC authorization annotations or in FGA tuple
10
- * creation logic.
8
+ * used in the Stigmer authorization model.
9
+ *
10
+ * Each value maps to an FGA relation name that appears either in RPC
11
+ * authorization annotations or in FGA tuple creation logic.
12
+ *
13
+ * @internal
14
+ * Removed: operator (5), platform (6), can_update_status (28).
15
+ * These values are reserved to prevent accidental reuse.
11
16
  *
12
17
  * @generated from enum ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission
13
18
  */
14
19
  export declare enum ApiResourceIamPermission {
15
20
  /**
21
+ * Default unspecified value.
22
+ *
16
23
  * @generated from enum value: unspecified = 0;
17
24
  */
18
25
  unspecified = 0,
19
26
  /**
20
- * Basic CRUD permissions
27
+ * Permission to create a resource.
21
28
  *
22
29
  * @generated from enum value: create = 1;
23
30
  */
24
31
  create = 1,
25
32
  /**
33
+ * Permission to delete a resource.
34
+ *
26
35
  * @generated from enum value: can_delete = 2;
27
36
  */
28
37
  can_delete = 2,
29
38
  /**
39
+ * Permission to view a resource.
40
+ *
30
41
  * @generated from enum value: can_view = 3;
31
42
  */
32
43
  can_view = 3,
33
44
  /**
45
+ * Permission to edit a resource.
46
+ *
34
47
  * @generated from enum value: can_edit = 4;
35
48
  */
36
49
  can_edit = 4,
37
50
  /**
38
- * Platform-level permissions
51
+ * Permission to access the back-office admin console.
39
52
  *
40
53
  * @generated from enum value: login_to_back_office = 7;
41
54
  */
42
55
  login_to_back_office = 7,
43
56
  /**
44
- * IAM policy management permissions
57
+ * Permission to grant or revoke access on a resource.
45
58
  *
46
59
  * @generated from enum value: can_grant_access = 8;
47
60
  */
48
61
  can_grant_access = 8,
49
62
  /**
63
+ * Permission to view access policies on a resource.
64
+ *
50
65
  * @generated from enum value: can_view_access = 9;
51
66
  */
52
67
  can_view_access = 9,
53
68
  /**
54
- * Resource ownership and membership
69
+ * Owner relation granting full control of a resource.
55
70
  *
56
71
  * @generated from enum value: owner = 10;
57
72
  */
58
73
  owner = 10,
59
74
  /**
75
+ * Member relation granting membership-level access to a resource.
76
+ *
60
77
  * @generated from enum value: member = 11;
61
78
  */
62
79
  member = 11,
63
80
  /**
81
+ * Viewer relation granting read-only access to a resource.
82
+ *
64
83
  * @generated from enum value: viewer = 26;
65
84
  */
66
85
  viewer = 26,
67
86
  /**
68
- * Structural relations (parent links)
87
+ * Structural relation linking a resource to its owning identity account.
69
88
  *
70
89
  * @generated from enum value: identity_account = 12;
71
90
  */
72
91
  identity_account = 12,
73
92
  /**
93
+ * Structural relation linking a resource to its owning organization.
94
+ *
74
95
  * @generated from enum value: organization = 13;
75
96
  */
76
97
  organization = 13,
77
98
  /**
99
+ * Structural relation linking an execution to its parent session.
100
+ *
78
101
  * @generated from enum value: session = 14;
79
102
  */
80
103
  session = 14,
81
104
  /**
105
+ * Structural relation linking an instance or session to its parent agent.
106
+ *
82
107
  * @generated from enum value: agent = 15;
83
108
  */
84
109
  agent = 15,
85
110
  /**
86
- * Resource-specific creation permissions
111
+ * Permission to create an agent within an organization.
87
112
  *
88
113
  * @generated from enum value: can_create_agent = 16;
89
114
  */
90
115
  can_create_agent = 16,
91
116
  /**
117
+ * Permission to create a workflow within an organization.
118
+ *
92
119
  * @generated from enum value: can_create_workflow = 17;
93
120
  */
94
121
  can_create_workflow = 17,
95
122
  /**
123
+ * Permission to create a session for an agent.
124
+ *
96
125
  * @generated from enum value: can_create_session = 18;
97
126
  */
98
127
  can_create_session = 18,
99
128
  /**
129
+ * Permission to create an execution within a session.
130
+ *
100
131
  * @generated from enum value: can_create_execution_in = 19;
101
132
  */
102
133
  can_create_execution_in = 19,
103
134
  /**
135
+ * Permission to create an agent instance.
136
+ *
104
137
  * @generated from enum value: can_create_instance = 20;
105
138
  */
106
139
  can_create_instance = 20,
107
140
  /**
141
+ * Permission to create a skill within an organization.
142
+ *
108
143
  * @generated from enum value: can_create_skill = 21;
109
144
  */
110
145
  can_create_skill = 21,
111
146
  /**
147
+ * Permission to create a project within an organization.
148
+ *
112
149
  * @generated from enum value: can_create_project = 23;
113
150
  */
114
151
  can_create_project = 23,
115
152
  /**
153
+ * Permission to create an identity provider within an organization.
154
+ *
116
155
  * @generated from enum value: can_create_idp = 24;
117
156
  */
118
157
  can_create_idp = 24,
119
158
  /**
159
+ * Permission to create an environment within an organization.
160
+ *
120
161
  * @generated from enum value: can_create_environment = 27;
121
162
  */
122
163
  can_create_environment = 27,
123
164
  /**
124
- * Resource-specific operation permissions
165
+ * Permission to execute an agent or workflow.
125
166
  *
126
167
  * @generated from enum value: can_execute = 22;
127
168
  */
128
169
  can_execute = 22,
129
170
  /**
130
- * Secret access permissions
171
+ * Permission to read secret values from an environment.
131
172
  *
132
173
  * @generated from enum value: can_read_secrets = 25;
133
174
  */
134
175
  can_read_secrets = 25,
135
176
  /**
136
- * Platform-level operational permissions (checked against platform:stigmer)
177
+ * Platform-level permission to bootstrap IAM policies during resource creation.
137
178
  *
138
179
  * @generated from enum value: can_bootstrap_iam = 29;
139
180
  */
140
181
  can_bootstrap_iam = 29,
141
182
  /**
183
+ * Platform-level permission to manage identity accounts.
184
+ *
142
185
  * @generated from enum value: can_manage_identity_accounts = 30;
143
186
  */
144
187
  can_manage_identity_accounts = 30,
145
188
  /**
189
+ * Platform-level permission to update agent execution status.
190
+ *
146
191
  * @generated from enum value: can_update_execution_status = 31;
147
192
  */
148
193
  can_update_execution_status = 31
@@ -8,145 +8,190 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
8
8
  export const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_iam_permission = /*@__PURE__*/ fileDesc("CkFhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvcnBjYXV0aG9yaXphdGlvbi9pYW1fcGVybWlzc2lvbi5wcm90bxIsYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLnJwY2F1dGhvcml6YXRpb24qoAUKGEFwaVJlc291cmNlSWFtUGVybWlzc2lvbhIPCgt1bnNwZWNpZmllZBAAEgoKBmNyZWF0ZRABEg4KCmNhbl9kZWxldGUQAhIMCghjYW5fdmlldxADEgwKCGNhbl9lZGl0EAQSGAoUbG9naW5fdG9fYmFja19vZmZpY2UQBxIUChBjYW5fZ3JhbnRfYWNjZXNzEAgSEwoPY2FuX3ZpZXdfYWNjZXNzEAkSCQoFb3duZXIQChIKCgZtZW1iZXIQCxIKCgZ2aWV3ZXIQGhIUChBpZGVudGl0eV9hY2NvdW50EAwSEAoMb3JnYW5pemF0aW9uEA0SCwoHc2Vzc2lvbhAOEgkKBWFnZW50EA8SFAoQY2FuX2NyZWF0ZV9hZ2VudBAQEhcKE2Nhbl9jcmVhdGVfd29ya2Zsb3cQERIWChJjYW5fY3JlYXRlX3Nlc3Npb24QEhIbChdjYW5fY3JlYXRlX2V4ZWN1dGlvbl9pbhATEhcKE2Nhbl9jcmVhdGVfaW5zdGFuY2UQFBIUChBjYW5fY3JlYXRlX3NraWxsEBUSFgoSY2FuX2NyZWF0ZV9wcm9qZWN0EBcSEgoOY2FuX2NyZWF0ZV9pZHAQGBIaChZjYW5fY3JlYXRlX2Vudmlyb25tZW50EBsSDwoLY2FuX2V4ZWN1dGUQFhIUChBjYW5fcmVhZF9zZWNyZXRzEBkSFQoRY2FuX2Jvb3RzdHJhcF9pYW0QHRIgChxjYW5fbWFuYWdlX2lkZW50aXR5X2FjY291bnRzEB4SHwobY2FuX3VwZGF0ZV9leGVjdXRpb25fc3RhdHVzEB8iBAgFEAUiBAgGEAYiBAgcEBwqCG9wZXJhdG9yKghwbGF0Zm9ybSoRY2FuX3VwZGF0ZV9zdGF0dXNiBnByb3RvMw");
9
9
  /**
10
10
  * ApiResourceIamPermission defines the permissions and structural relations
11
- * used in the Stigmer authorization model. Each value maps to an FGA relation
12
- * name that appears either in RPC authorization annotations or in FGA tuple
13
- * creation logic.
11
+ * used in the Stigmer authorization model.
12
+ *
13
+ * Each value maps to an FGA relation name that appears either in RPC
14
+ * authorization annotations or in FGA tuple creation logic.
15
+ *
16
+ * @internal
17
+ * Removed: operator (5), platform (6), can_update_status (28).
18
+ * These values are reserved to prevent accidental reuse.
14
19
  *
15
20
  * @generated from enum ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission
16
21
  */
17
22
  export var ApiResourceIamPermission;
18
23
  (function (ApiResourceIamPermission) {
19
24
  /**
25
+ * Default unspecified value.
26
+ *
20
27
  * @generated from enum value: unspecified = 0;
21
28
  */
22
29
  ApiResourceIamPermission[ApiResourceIamPermission["unspecified"] = 0] = "unspecified";
23
30
  /**
24
- * Basic CRUD permissions
31
+ * Permission to create a resource.
25
32
  *
26
33
  * @generated from enum value: create = 1;
27
34
  */
28
35
  ApiResourceIamPermission[ApiResourceIamPermission["create"] = 1] = "create";
29
36
  /**
37
+ * Permission to delete a resource.
38
+ *
30
39
  * @generated from enum value: can_delete = 2;
31
40
  */
32
41
  ApiResourceIamPermission[ApiResourceIamPermission["can_delete"] = 2] = "can_delete";
33
42
  /**
43
+ * Permission to view a resource.
44
+ *
34
45
  * @generated from enum value: can_view = 3;
35
46
  */
36
47
  ApiResourceIamPermission[ApiResourceIamPermission["can_view"] = 3] = "can_view";
37
48
  /**
49
+ * Permission to edit a resource.
50
+ *
38
51
  * @generated from enum value: can_edit = 4;
39
52
  */
40
53
  ApiResourceIamPermission[ApiResourceIamPermission["can_edit"] = 4] = "can_edit";
41
54
  /**
42
- * Platform-level permissions
55
+ * Permission to access the back-office admin console.
43
56
  *
44
57
  * @generated from enum value: login_to_back_office = 7;
45
58
  */
46
59
  ApiResourceIamPermission[ApiResourceIamPermission["login_to_back_office"] = 7] = "login_to_back_office";
47
60
  /**
48
- * IAM policy management permissions
61
+ * Permission to grant or revoke access on a resource.
49
62
  *
50
63
  * @generated from enum value: can_grant_access = 8;
51
64
  */
52
65
  ApiResourceIamPermission[ApiResourceIamPermission["can_grant_access"] = 8] = "can_grant_access";
53
66
  /**
67
+ * Permission to view access policies on a resource.
68
+ *
54
69
  * @generated from enum value: can_view_access = 9;
55
70
  */
56
71
  ApiResourceIamPermission[ApiResourceIamPermission["can_view_access"] = 9] = "can_view_access";
57
72
  /**
58
- * Resource ownership and membership
73
+ * Owner relation granting full control of a resource.
59
74
  *
60
75
  * @generated from enum value: owner = 10;
61
76
  */
62
77
  ApiResourceIamPermission[ApiResourceIamPermission["owner"] = 10] = "owner";
63
78
  /**
79
+ * Member relation granting membership-level access to a resource.
80
+ *
64
81
  * @generated from enum value: member = 11;
65
82
  */
66
83
  ApiResourceIamPermission[ApiResourceIamPermission["member"] = 11] = "member";
67
84
  /**
85
+ * Viewer relation granting read-only access to a resource.
86
+ *
68
87
  * @generated from enum value: viewer = 26;
69
88
  */
70
89
  ApiResourceIamPermission[ApiResourceIamPermission["viewer"] = 26] = "viewer";
71
90
  /**
72
- * Structural relations (parent links)
91
+ * Structural relation linking a resource to its owning identity account.
73
92
  *
74
93
  * @generated from enum value: identity_account = 12;
75
94
  */
76
95
  ApiResourceIamPermission[ApiResourceIamPermission["identity_account"] = 12] = "identity_account";
77
96
  /**
97
+ * Structural relation linking a resource to its owning organization.
98
+ *
78
99
  * @generated from enum value: organization = 13;
79
100
  */
80
101
  ApiResourceIamPermission[ApiResourceIamPermission["organization"] = 13] = "organization";
81
102
  /**
103
+ * Structural relation linking an execution to its parent session.
104
+ *
82
105
  * @generated from enum value: session = 14;
83
106
  */
84
107
  ApiResourceIamPermission[ApiResourceIamPermission["session"] = 14] = "session";
85
108
  /**
109
+ * Structural relation linking an instance or session to its parent agent.
110
+ *
86
111
  * @generated from enum value: agent = 15;
87
112
  */
88
113
  ApiResourceIamPermission[ApiResourceIamPermission["agent"] = 15] = "agent";
89
114
  /**
90
- * Resource-specific creation permissions
115
+ * Permission to create an agent within an organization.
91
116
  *
92
117
  * @generated from enum value: can_create_agent = 16;
93
118
  */
94
119
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_agent"] = 16] = "can_create_agent";
95
120
  /**
121
+ * Permission to create a workflow within an organization.
122
+ *
96
123
  * @generated from enum value: can_create_workflow = 17;
97
124
  */
98
125
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_workflow"] = 17] = "can_create_workflow";
99
126
  /**
127
+ * Permission to create a session for an agent.
128
+ *
100
129
  * @generated from enum value: can_create_session = 18;
101
130
  */
102
131
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_session"] = 18] = "can_create_session";
103
132
  /**
133
+ * Permission to create an execution within a session.
134
+ *
104
135
  * @generated from enum value: can_create_execution_in = 19;
105
136
  */
106
137
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_execution_in"] = 19] = "can_create_execution_in";
107
138
  /**
139
+ * Permission to create an agent instance.
140
+ *
108
141
  * @generated from enum value: can_create_instance = 20;
109
142
  */
110
143
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_instance"] = 20] = "can_create_instance";
111
144
  /**
145
+ * Permission to create a skill within an organization.
146
+ *
112
147
  * @generated from enum value: can_create_skill = 21;
113
148
  */
114
149
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_skill"] = 21] = "can_create_skill";
115
150
  /**
151
+ * Permission to create a project within an organization.
152
+ *
116
153
  * @generated from enum value: can_create_project = 23;
117
154
  */
118
155
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_project"] = 23] = "can_create_project";
119
156
  /**
157
+ * Permission to create an identity provider within an organization.
158
+ *
120
159
  * @generated from enum value: can_create_idp = 24;
121
160
  */
122
161
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_idp"] = 24] = "can_create_idp";
123
162
  /**
163
+ * Permission to create an environment within an organization.
164
+ *
124
165
  * @generated from enum value: can_create_environment = 27;
125
166
  */
126
167
  ApiResourceIamPermission[ApiResourceIamPermission["can_create_environment"] = 27] = "can_create_environment";
127
168
  /**
128
- * Resource-specific operation permissions
169
+ * Permission to execute an agent or workflow.
129
170
  *
130
171
  * @generated from enum value: can_execute = 22;
131
172
  */
132
173
  ApiResourceIamPermission[ApiResourceIamPermission["can_execute"] = 22] = "can_execute";
133
174
  /**
134
- * Secret access permissions
175
+ * Permission to read secret values from an environment.
135
176
  *
136
177
  * @generated from enum value: can_read_secrets = 25;
137
178
  */
138
179
  ApiResourceIamPermission[ApiResourceIamPermission["can_read_secrets"] = 25] = "can_read_secrets";
139
180
  /**
140
- * Platform-level operational permissions (checked against platform:stigmer)
181
+ * Platform-level permission to bootstrap IAM policies during resource creation.
141
182
  *
142
183
  * @generated from enum value: can_bootstrap_iam = 29;
143
184
  */
144
185
  ApiResourceIamPermission[ApiResourceIamPermission["can_bootstrap_iam"] = 29] = "can_bootstrap_iam";
145
186
  /**
187
+ * Platform-level permission to manage identity accounts.
188
+ *
146
189
  * @generated from enum value: can_manage_identity_accounts = 30;
147
190
  */
148
191
  ApiResourceIamPermission[ApiResourceIamPermission["can_manage_identity_accounts"] = 30] = "can_manage_identity_accounts";
149
192
  /**
193
+ * Platform-level permission to update agent execution status.
194
+ *
150
195
  * @generated from enum value: can_update_execution_status = 31;
151
196
  */
152
197
  ApiResourceIamPermission[ApiResourceIamPermission["can_update_execution_status"] = 31] = "can_update_execution_status";
@@ -1 +1 @@
1
- {"version":3,"file":"iam_permission_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,wiCAAwiC,CAAC,CAAC;AAErjC;;;;;;;GAOG;AACH,MAAM,CAAN,IAAY,wBAmKX;AAnKD,WAAY,wBAAwB;IAClC;;OAEG;IACH,qFAAe,CAAA;IAEf;;;;OAIG;IACH,2EAAU,CAAA;IAEV;;OAEG;IACH,mFAAc,CAAA;IAEd;;OAEG;IACH,+EAAY,CAAA;IAEZ;;OAEG;IACH,+EAAY,CAAA;IAEZ;;;;OAIG;IACH,uGAAwB,CAAA;IAExB;;;;OAIG;IACH,+FAAoB,CAAA;IAEpB;;OAEG;IACH,6FAAmB,CAAA;IAEnB;;;;OAIG;IACH,0EAAU,CAAA;IAEV;;OAEG;IACH,4EAAW,CAAA;IAEX;;OAEG;IACH,4EAAW,CAAA;IAEX;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;OAEG;IACH,wFAAiB,CAAA;IAEjB;;OAEG;IACH,8EAAY,CAAA;IAEZ;;OAEG;IACH,0EAAU,CAAA;IAEV;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;OAEG;IACH,sGAAwB,CAAA;IAExB;;OAEG;IACH,oGAAuB,CAAA;IAEvB;;OAEG;IACH,8GAA4B,CAAA;IAE5B;;OAEG;IACH,sGAAwB,CAAA;IAExB;;OAEG;IACH,gGAAqB,CAAA;IAErB;;OAEG;IACH,oGAAuB,CAAA;IAEvB;;OAEG;IACH,4FAAmB,CAAA;IAEnB;;OAEG;IACH,4GAA2B,CAAA;IAE3B;;;;OAIG;IACH,sFAAgB,CAAA;IAEhB;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,kGAAsB,CAAA;IAEtB;;OAEG;IACH,wHAAiC,CAAA;IAEjC;;OAEG;IACH,sHAAgC,CAAA;AAClC,CAAC,EAnKW,wBAAwB,KAAxB,wBAAwB,QAmKnC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAsC,aAAa,CAC5F,QAAQ,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"iam_permission_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,wiCAAwiC,CAAC,CAAC;AAErjC;;;;;;;;;;;;GAYG;AACH,MAAM,CAAN,IAAY,wBA2MX;AA3MD,WAAY,wBAAwB;IAClC;;;;OAIG;IACH,qFAAe,CAAA;IAEf;;;;OAIG;IACH,2EAAU,CAAA;IAEV;;;;OAIG;IACH,mFAAc,CAAA;IAEd;;;;OAIG;IACH,+EAAY,CAAA;IAEZ;;;;OAIG;IACH,+EAAY,CAAA;IAEZ;;;;OAIG;IACH,uGAAwB,CAAA;IAExB;;;;OAIG;IACH,+FAAoB,CAAA;IAEpB;;;;OAIG;IACH,6FAAmB,CAAA;IAEnB;;;;OAIG;IACH,0EAAU,CAAA;IAEV;;;;OAIG;IACH,4EAAW,CAAA;IAEX;;;;OAIG;IACH,4EAAW,CAAA;IAEX;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,wFAAiB,CAAA;IAEjB;;;;OAIG;IACH,8EAAY,CAAA;IAEZ;;;;OAIG;IACH,0EAAU,CAAA;IAEV;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,sGAAwB,CAAA;IAExB;;;;OAIG;IACH,oGAAuB,CAAA;IAEvB;;;;OAIG;IACH,8GAA4B,CAAA;IAE5B;;;;OAIG;IACH,sGAAwB,CAAA;IAExB;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,oGAAuB,CAAA;IAEvB;;;;OAIG;IACH,4FAAmB,CAAA;IAEnB;;;;OAIG;IACH,4GAA2B,CAAA;IAE3B;;;;OAIG;IACH,sFAAgB,CAAA;IAEhB;;;;OAIG;IACH,gGAAqB,CAAA;IAErB;;;;OAIG;IACH,kGAAsB,CAAA;IAEtB;;;;OAIG;IACH,wHAAiC,CAAA;IAEjC;;;;OAIG;IACH,sHAAgC,CAAA;AAClC,CAAC,EA3MW,wBAAwB,KAAxB,wBAAwB,QA2MnC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAsC,aAAa,CAC5F,QAAQ,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
@@ -7,45 +7,52 @@ import type { Message } from "@bufbuild/protobuf";
7
7
  */
8
8
  export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io: GenFile;
9
9
  /**
10
- * authorization config message to check before executing rpc
10
+ * RpcAuthorizationConfig defines the authorization check performed before an RPC executes.
11
+ *
12
+ * @internal
13
+ * The authorization interceptor reads these fields from the method option annotation
14
+ * and performs an FGA check: does the caller have `permission` on
15
+ * `resource_kind:<resolved_id>`?
11
16
  *
12
17
  * @generated from message ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig
13
18
  */
14
19
  export type RpcAuthorizationConfig = Message<"ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig"> & {
15
20
  /**
16
- * permission required to run the service
21
+ * Permission required to invoke the RPC.
17
22
  *
18
23
  * @generated from field: ai.stigmer.iam.iampolicy.v1.rpcauthorization.ApiResourceIamPermission permission = 1;
19
24
  */
20
25
  permission: ApiResourceIamPermission;
21
26
  /**
22
- * api-resource-kind that the permission should be granted
27
+ * Resource kind that the permission is checked against.
23
28
  *
24
29
  * @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind resource_kind = 2;
25
30
  */
26
31
  resourceKind: ApiResourceKind;
27
32
  /**
28
- * path of the field that contains the api-resource-kind on which to perform authorization.
29
- * this is useful when the resource_kind is part of the input object
33
+ * Dot-path to the field in the request that contains the resource kind value.
34
+ * Used when resource_kind varies per request rather than being statically configured.
30
35
  *
31
36
  * @generated from field: string resource_kind_path = 3;
32
37
  */
33
38
  resourceKindPath: string;
34
39
  /**
35
- * path of the field inside the input object to be used for performing authorization.
40
+ * Dot-path to the field in the request that contains the resource identifier for the authorization check.
36
41
  *
37
42
  * @generated from field: string field_path = 4;
38
43
  */
39
44
  fieldPath: string;
40
45
  /**
41
- * error message to be returned when the permission is not granted to user
46
+ * Error message returned when the caller lacks the required permission.
42
47
  *
43
48
  * @generated from field: string error_msg = 5;
44
49
  */
45
50
  errorMsg: string;
46
51
  /**
47
- * identifier value to be configured if identifier is not part of the input
48
- * this will be used in case of system internal rpc`s where the resource_id is `planton-cloud`
52
+ * Static resource identifier used when the ID is not part of the request.
53
+ *
54
+ * @internal
55
+ * Used for platform-level RPCs where the resource is always "stigmer".
49
56
  *
50
57
  * @generated from field: string resource_id = 6;
51
58
  */
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mJAAmJ;AACnJ,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,sEAAsE,CAAC;AAE7J,OAAO,EAAE,gEAAgE,EAAE,MAAM,qBAAqB,CAAC;AAGvG;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,6hBAA6hB,EAAE,CAAC,qEAAqE,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAqDrrB;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mJAAmJ;AACnJ,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,sEAAsE,CAAC;AAE7J,OAAO,EAAE,gEAAgE,EAAE,MAAM,qBAAqB,CAAC;AAGvG;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,6hBAA6hB,EAAE,CAAC,qEAAqE,EAAE,gEAAgE,CAAC,CAAC,CAAC;AA4DrrB;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
@@ -6,14 +6,20 @@ import type { MethodOptions } from "@bufbuild/protobuf/wkt";
6
6
  */
7
7
  export declare const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options: GenFile;
8
8
  /**
9
+ * Full authorization configuration: permission, resource kind, field path, and error message.
10
+ *
9
11
  * @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
10
12
  */
11
13
  export declare const config: GenExtension<MethodOptions, RpcAuthorizationConfig>;
12
14
  /**
15
+ * When true, the RPC is publicly accessible without any authentication.
16
+ *
13
17
  * @generated from extension: bool is_public = 50057;
14
18
  */
15
19
  export declare const is_public: GenExtension<MethodOptions, boolean>;
16
20
  /**
21
+ * When true, the RPC requires authentication but skips FGA authorization checks.
22
+ *
17
23
  * @generated from extension: bool is_skip_authorization = 50058;
18
24
  */
19
25
  export declare const is_skip_authorization: GenExtension<MethodOptions, boolean>;
@@ -9,14 +9,20 @@ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
9
9
  */
10
10
  export const file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options = /*@__PURE__*/ fileDesc("CkFhaS9zdGlnbWVyL2lhbS9pYW1wb2xpY3kvdjEvcnBjYXV0aG9yaXphdGlvbi9tZXRob2Rfb3B0aW9ucy5wcm90bxIsYWkuc3RpZ21lci5pYW0uaWFtcG9saWN5LnYxLnJwY2F1dGhvcml6YXRpb246fgoGY29uZmlnEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYiIcDIAEoCzJELmFpLnN0aWdtZXIuaWFtLmlhbXBvbGljeS52MS5ycGNhdXRob3JpemF0aW9uLlJwY0F1dGhvcml6YXRpb25Db25maWdSBmNvbmZpZzo9Cglpc19wdWJsaWMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiJhwMgASgIUghpc1B1YmxpYzpUChVpc19za2lwX2F1dGhvcml6YXRpb24SHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiKhwMgASgIUhNpc1NraXBBdXRob3JpemF0aW9uYgZwcm90bzM", [file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_io, file_google_protobuf_descriptor]);
11
11
  /**
12
+ * Full authorization configuration: permission, resource kind, field path, and error message.
13
+ *
12
14
  * @generated from extension: ai.stigmer.iam.iampolicy.v1.rpcauthorization.RpcAuthorizationConfig config = 50056;
13
15
  */
14
16
  export const config = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 0);
15
17
  /**
18
+ * When true, the RPC is publicly accessible without any authentication.
19
+ *
16
20
  * @generated from extension: bool is_public = 50057;
17
21
  */
18
22
  export const is_public = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 1);
19
23
  /**
24
+ * When true, the RPC requires authentication but skips FGA authorization checks.
25
+ *
20
26
  * @generated from extension: bool is_skip_authorization = 50058;
21
27
  */
22
28
  export const is_skip_authorization = /*@__PURE__*/ extDesc(file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, 2);
@@ -1 +1 @@
1
- {"version":3,"file":"method_options_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,oDAAoD,EAAE,MAAM,SAAS,CAAC;AAE/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,oDAAoD,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE3nB;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAwD,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAyC,aAAa,CAC1E,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAyC,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"method_options_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,+JAA+J;AAC/J,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,oDAAoD,EAAE,MAAM,SAAS,CAAC;AAE/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAY,aAAa,CACpG,QAAQ,CAAC,qhBAAqhB,EAAE,CAAC,oDAAoD,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE3nB;;;;GAIG;AACH,MAAM,CAAC,MAAM,MAAM,GAAwD,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAyC,aAAa,CAC1E,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAyC,aAAa,CACtF,OAAO,CAAC,gEAAgE,EAAE,CAAC,CAAC,CAAC"}
@@ -35,12 +35,12 @@ export type IamPolicySpec = Message<"ai.stigmer.iam.iampolicy.v1.IamPolicySpec">
35
35
  */
36
36
  resource?: ApiResourceRef;
37
37
  /**
38
- * Relation: HOW/what permission is being granted
39
- * This is the FGA relation/permission being granted (e.g., "admin", "viewer", "owner")
40
- * The relation value maps to the role_code from IamRole.
38
+ * The permission being granted (e.g., "admin", "viewer", "owner").
39
+ * Maps to the role_code from IamRole.
41
40
  * Examples: "admin", "editor", "viewer", "owner", "member"
42
41
  *
43
- * When this policy is synced to OpenFGA, this becomes the relation in the tuple:
42
+ * @internal
43
+ * This is the FGA relation in the authorization tuple:
44
44
  * principal.kind:principal.id#principal.relation@resource.kind:resource.id#relation
45
45
  *
46
46
  * @generated from field: string relation = 3;
@@ -80,7 +80,7 @@ export type ApiResourceRef = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRef
80
80
  */
81
81
  id: string;
82
82
  /**
83
- * Optional relation qualifier for the resource reference
83
+ * Optional relation qualifier for the resource reference.
84
84
  * Used when the reference needs additional context about the relationship.
85
85
  *
86
86
  * Primary use case: For team principals, this specifies the relation of the
@@ -88,12 +88,12 @@ export type ApiResourceRef = Message<"ai.stigmer.iam.iampolicy.v1.ApiResourceRef
88
88
  * Example: principal { kind: "team", id: "tm-123", relation: "member" }
89
89
  * means "members of team tm-123"
90
90
  *
91
- * In OpenFGA tuple notation, this becomes:
92
- * team:tm-123#member (as the subject of the tuple)
93
- *
94
91
  * This field qualifies HOW the principal relates to this resource reference,
95
92
  * NOT the permission being granted (that's IamPolicySpec.relation).
96
93
  *
94
+ * @internal
95
+ * In OpenFGA tuple notation: team:tm-123#member (as the subject of the tuple)
96
+ *
97
97
  * @generated from field: string relation = 3;
98
98
  */
99
99
  relation: string;
@@ -8,37 +8,42 @@ import type { Message } from "@bufbuild/protobuf";
8
8
  */
9
9
  export declare const file_ai_stigmer_iam_identityaccount_v1_api: GenFile;
10
10
  /**
11
- * identity-account for user accounts
11
+ * IdentityAccount represents a user or machine principal in Stigmer.
12
+ *
13
+ * An identity account is the core identity primitive for authentication and
14
+ * authorization. Accounts can be direct (signed up via Stigmer), federated
15
+ * (provisioned through an external identity provider), or machine
16
+ * (service-to-service credentials).
12
17
  *
13
18
  * @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccount
14
19
  */
15
20
  export type IdentityAccount = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccount"> & {
16
21
  /**
17
- * api-version
22
+ * API version for this resource type.
18
23
  *
19
24
  * @generated from field: string api_version = 1;
20
25
  */
21
26
  apiVersion: string;
22
27
  /**
23
- * resource-kind
28
+ * Resource kind identifier.
24
29
  *
25
30
  * @generated from field: string kind = 2;
26
31
  */
27
32
  kind: string;
28
33
  /**
29
- * metadata
34
+ * Resource metadata including name, organization, and labels.
30
35
  *
31
36
  * @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
32
37
  */
33
38
  metadata?: ApiResourceMetadata;
34
39
  /**
35
- * spec
40
+ * Configurable properties: identity provider ID, email, name, and provisioning mode.
36
41
  *
37
42
  * @generated from field: ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec spec = 4;
38
43
  */
39
44
  spec?: IdentityAccountSpec;
40
45
  /**
41
- * status
46
+ * System-managed state including audit trail.
42
47
  *
43
48
  * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditStatus status = 5;
44
49
  */
@@ -1 +1 @@
1
- {"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2CAA2C,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA4CltB;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2CAA2C,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,4CAA4C,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAiDltB;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}