@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
@@ -6,8 +6,9 @@ import type { Message } from "@bufbuild/protobuf";
6
6
  */
7
7
  export declare const file_ai_stigmer_agentic_workflowinstance_v1_spec: GenFile;
8
8
  /**
9
- * WorkflowInstanceSpec defines the user-configurable properties for a WorkflowInstance.
9
+ * WorkflowInstanceSpec defines the configurable properties of a workflow instance.
10
10
  *
11
+ * @internal
11
12
  * This is the "Instance" layer in the Template→Instance→Execution pattern.
12
13
  * It provides stateful configuration with environment bindings and secrets.
13
14
  *
@@ -27,47 +28,33 @@ export type WorkflowInstanceSpec = Message<"ai.stigmer.agentic.workflowinstance.
27
28
  /**
28
29
  * Reference to the Workflow template this instance deploys.
29
30
  *
31
+ * @internal
30
32
  * This links the instance to a reusable orchestration blueprint.
31
33
  * The Workflow defines which AgentInstances to orchestrate and in what order.
32
- *
33
- * Format: Workflow resource ID (e.g., "wfl-abc123")
34
+ * Format: Workflow resource ID (e.g., "wfl_abc123")
34
35
  * Validation: Minimum length of 1 character (required field)
35
36
  *
36
- * Example: "wfl-abc123" (references a Workflow named "deploy-to-cloud")
37
- *
38
37
  * @generated from field: string workflow_id = 1;
39
38
  */
40
39
  workflowId: string;
41
40
  /**
42
- * Human-readable description explaining what this instance is for.
43
- *
44
- * Use this to document:
45
- * - Purpose of this instance
46
- * - Environment it targets (dev, staging, prod)
47
- * - Team or project ownership
48
- * - Special configuration notes
49
- *
50
- * Examples:
51
- * - "Production CI/CD pipeline for main branch"
52
- * - "Staging environment deployment for feature testing"
53
- * - "Data pipeline for analytics team - runs daily at midnight"
54
- * - "Customer onboarding workflow for ACME Corp"
41
+ * Human-readable description of this workflow instance.
55
42
  *
56
43
  * @generated from field: string description = 2;
57
44
  */
58
45
  description: string;
59
46
  /**
60
- * References to Environment resources providing configuration and secrets.
47
+ * Ordered list of Environment resources providing configuration and secrets.
48
+ *
49
+ * Environments are merged in declaration order — later entries override
50
+ * earlier ones when keys conflict.
61
51
  *
52
+ * @internal
62
53
  * Environments are layered configuration containers that provide:
63
54
  * - Environment variables (API keys, endpoints, flags)
64
55
  * - Secrets (credentials, tokens, passwords)
65
56
  * - Configuration values (timeouts, limits, settings)
66
57
  *
67
- * Layering Behavior:
68
- * Environments are merged in order - later environments override earlier ones.
69
- * This enables a base + overrides pattern:
70
- *
71
58
  * Example layering:
72
59
  * [base-env, aws-prod-env, github-team-env]
73
60
  * └─ base-env: Common settings for all instances
@@ -80,7 +67,7 @@ export type WorkflowInstanceSpec = Message<"ai.stigmer.agentic.workflowinstance.
80
67
  * - Layered: [base, cloud, team] - Base + cloud credentials + team settings
81
68
  *
82
69
  * References use ApiResourceReference which supports:
83
- * - By ID: {id: "env-abc123"}
70
+ * - By ID: {id: "env_abc123"}
84
71
  * - By slug: {slug: "aws-prod-env"}
85
72
  *
86
73
  * At execution time, the WorkflowExecution runtime merges these environments
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,qfAAqf,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA0FxkB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,qfAAqf,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6ExkB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
@@ -74,16 +74,20 @@ export type ApiResourceKindMeta = Message<"ai.stigmer.commons.apiresource.apires
74
74
  */
75
75
  export declare const ApiResourceKindMetaSchema: GenMessage<ApiResourceKindMeta>;
76
76
  /**
77
- * API resource version
77
+ * API resource version.
78
78
  *
79
79
  * @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
80
80
  */
81
81
  export declare enum ApiResourceVersion {
82
82
  /**
83
+ * Default value when no version is set.
84
+ *
83
85
  * @generated from enum value: api_resource_version_unspecified = 0;
84
86
  */
85
87
  api_resource_version_unspecified = 0,
86
88
  /**
89
+ * Current API version for all resource types.
90
+ *
87
91
  * @generated from enum value: v1 = 1;
88
92
  */
89
93
  v1 = 1
@@ -143,101 +147,127 @@ export declare enum PlatformIdValue {
143
147
  */
144
148
  export declare const PlatformIdValueSchema: GenEnum<PlatformIdValue>;
145
149
  /**
146
- * API resource kinds for Stigmer
150
+ * API resource kinds for Stigmer.
147
151
  *
148
152
  * @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
149
153
  */
150
154
  export declare enum ApiResourceKind {
151
155
  /**
156
+ * Default value for unset or unrecognized resource kinds.
157
+ *
152
158
  * @generated from enum value: api_resource_kind_unknown = 0;
153
159
  */
154
160
  api_resource_kind_unknown = 0,
155
161
  /**
156
- * Agentic - System-level audit trails and versioning
162
+ * Immutable version record tracking changes to an API resource.
157
163
  *
158
164
  * @generated from enum value: api_resource_version = 1;
159
165
  */
160
166
  api_resource_version = 1,
161
167
  /**
162
- * IAM - Identity and Access Management
168
+ * Role-based access control policy for granting permissions on resources.
163
169
  *
164
170
  * @generated from enum value: iam_policy = 10;
165
171
  */
166
172
  iam_policy = 10,
167
173
  /**
174
+ * User account in the identity system.
175
+ *
168
176
  * @generated from enum value: identity_account = 11;
169
177
  */
170
178
  identity_account = 11,
171
179
  /**
180
+ * Credential for programmatic API access.
181
+ *
172
182
  * @generated from enum value: api_key = 12;
173
183
  */
174
184
  api_key = 12,
175
185
  /**
176
- * IAM - External identity provider configuration
186
+ * External identity provider for federated authentication.
177
187
  *
178
188
  * @generated from enum value: identity_provider = 21;
179
189
  */
180
190
  identity_provider = 21,
181
191
  /**
182
- * Tenancy - Platform and organizational resources
192
+ * Top-level tenant that owns and manages resources.
183
193
  *
184
194
  * @generated from enum value: organization = 30;
185
195
  */
186
196
  organization = 30,
187
197
  /**
198
+ * Singleton platform instance representing the Stigmer deployment.
199
+ *
188
200
  * @generated from enum value: platform = 31;
189
201
  */
190
202
  platform = 31,
191
203
  /**
192
- * Agentic - AI agent management
204
+ * AI assistant with instructions, tools, skills, and a delegation model.
193
205
  *
194
206
  * @generated from enum value: agent = 40;
195
207
  */
196
208
  agent = 40,
197
209
  /**
210
+ * Single run of an agent within a session, tracking tool calls and responses.
211
+ *
198
212
  * @generated from enum value: agent_execution = 41;
199
213
  */
200
214
  agent_execution = 41,
201
215
  /**
216
+ * Conversation thread between a user and an agent.
217
+ *
202
218
  * @generated from enum value: session = 42;
203
219
  */
204
220
  session = 42,
205
221
  /**
222
+ * Knowledge resource that provides domain-specific context to an agent.
223
+ *
206
224
  * @generated from enum value: skill = 43;
207
225
  */
208
226
  skill = 43,
209
227
  /**
228
+ * External tool server connected via the Model Context Protocol.
229
+ *
210
230
  * @generated from enum value: mcp_server = 44;
211
231
  */
212
232
  mcp_server = 44,
213
233
  /**
234
+ * Configured deployment of an agent with environment-specific overrides.
235
+ *
214
236
  * @generated from enum value: agent_instance = 45;
215
237
  */
216
238
  agent_instance = 45,
217
239
  /**
218
- * Agentic - Workflow orchestration
240
+ * Multi-step orchestration defining how agents collaborate on a task.
219
241
  *
220
242
  * @generated from enum value: workflow = 50;
221
243
  */
222
244
  workflow = 50,
223
245
  /**
246
+ * Configured deployment of a workflow with environment-specific bindings.
247
+ *
224
248
  * @generated from enum value: workflow_instance = 51;
225
249
  */
226
250
  workflow_instance = 51,
227
251
  /**
252
+ * Single run of a workflow instance, tracking step progress and outcomes.
253
+ *
228
254
  * @generated from enum value: workflow_execution = 52;
229
255
  */
230
256
  workflow_execution = 52,
231
257
  /**
258
+ * Named set of variables and secrets for agent and workflow execution.
259
+ *
232
260
  * @generated from enum value: environment = 53;
233
261
  */
234
262
  environment = 53,
235
263
  /**
264
+ * User-owned runtime context for managing execution state.
265
+ *
236
266
  * @generated from enum value: execution_context = 54;
237
267
  */
238
268
  execution_context = 54,
239
269
  /**
240
- * Tenancy - Project management (aggregate root for resource lifecycle)
270
+ * Aggregate root grouping related resources for lifecycle management.
241
271
  *
242
272
  * @generated from enum value: project = 60;
243
273
  */
@@ -15,17 +15,21 @@ export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_ki
15
15
  */
16
16
  export const ApiResourceKindMetaSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 0);
17
17
  /**
18
- * API resource version
18
+ * API resource version.
19
19
  *
20
20
  * @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceVersion
21
21
  */
22
22
  export var ApiResourceVersion;
23
23
  (function (ApiResourceVersion) {
24
24
  /**
25
+ * Default value when no version is set.
26
+ *
25
27
  * @generated from enum value: api_resource_version_unspecified = 0;
26
28
  */
27
29
  ApiResourceVersion[ApiResourceVersion["api_resource_version_unspecified"] = 0] = "api_resource_version_unspecified";
28
30
  /**
31
+ * Current API version for all resource types.
32
+ *
29
33
  * @generated from enum value: v1 = 1;
30
34
  */
31
35
  ApiResourceVersion[ApiResourceVersion["v1"] = 1] = "v1";
@@ -87,102 +91,128 @@ export var PlatformIdValue;
87
91
  */
88
92
  export const PlatformIdValueSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, 2);
89
93
  /**
90
- * API resource kinds for Stigmer
94
+ * API resource kinds for Stigmer.
91
95
  *
92
96
  * @generated from enum ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind
93
97
  */
94
98
  export var ApiResourceKind;
95
99
  (function (ApiResourceKind) {
96
100
  /**
101
+ * Default value for unset or unrecognized resource kinds.
102
+ *
97
103
  * @generated from enum value: api_resource_kind_unknown = 0;
98
104
  */
99
105
  ApiResourceKind[ApiResourceKind["api_resource_kind_unknown"] = 0] = "api_resource_kind_unknown";
100
106
  /**
101
- * Agentic - System-level audit trails and versioning
107
+ * Immutable version record tracking changes to an API resource.
102
108
  *
103
109
  * @generated from enum value: api_resource_version = 1;
104
110
  */
105
111
  ApiResourceKind[ApiResourceKind["api_resource_version"] = 1] = "api_resource_version";
106
112
  /**
107
- * IAM - Identity and Access Management
113
+ * Role-based access control policy for granting permissions on resources.
108
114
  *
109
115
  * @generated from enum value: iam_policy = 10;
110
116
  */
111
117
  ApiResourceKind[ApiResourceKind["iam_policy"] = 10] = "iam_policy";
112
118
  /**
119
+ * User account in the identity system.
120
+ *
113
121
  * @generated from enum value: identity_account = 11;
114
122
  */
115
123
  ApiResourceKind[ApiResourceKind["identity_account"] = 11] = "identity_account";
116
124
  /**
125
+ * Credential for programmatic API access.
126
+ *
117
127
  * @generated from enum value: api_key = 12;
118
128
  */
119
129
  ApiResourceKind[ApiResourceKind["api_key"] = 12] = "api_key";
120
130
  /**
121
- * IAM - External identity provider configuration
131
+ * External identity provider for federated authentication.
122
132
  *
123
133
  * @generated from enum value: identity_provider = 21;
124
134
  */
125
135
  ApiResourceKind[ApiResourceKind["identity_provider"] = 21] = "identity_provider";
126
136
  /**
127
- * Tenancy - Platform and organizational resources
137
+ * Top-level tenant that owns and manages resources.
128
138
  *
129
139
  * @generated from enum value: organization = 30;
130
140
  */
131
141
  ApiResourceKind[ApiResourceKind["organization"] = 30] = "organization";
132
142
  /**
143
+ * Singleton platform instance representing the Stigmer deployment.
144
+ *
133
145
  * @generated from enum value: platform = 31;
134
146
  */
135
147
  ApiResourceKind[ApiResourceKind["platform"] = 31] = "platform";
136
148
  /**
137
- * Agentic - AI agent management
149
+ * AI assistant with instructions, tools, skills, and a delegation model.
138
150
  *
139
151
  * @generated from enum value: agent = 40;
140
152
  */
141
153
  ApiResourceKind[ApiResourceKind["agent"] = 40] = "agent";
142
154
  /**
155
+ * Single run of an agent within a session, tracking tool calls and responses.
156
+ *
143
157
  * @generated from enum value: agent_execution = 41;
144
158
  */
145
159
  ApiResourceKind[ApiResourceKind["agent_execution"] = 41] = "agent_execution";
146
160
  /**
161
+ * Conversation thread between a user and an agent.
162
+ *
147
163
  * @generated from enum value: session = 42;
148
164
  */
149
165
  ApiResourceKind[ApiResourceKind["session"] = 42] = "session";
150
166
  /**
167
+ * Knowledge resource that provides domain-specific context to an agent.
168
+ *
151
169
  * @generated from enum value: skill = 43;
152
170
  */
153
171
  ApiResourceKind[ApiResourceKind["skill"] = 43] = "skill";
154
172
  /**
173
+ * External tool server connected via the Model Context Protocol.
174
+ *
155
175
  * @generated from enum value: mcp_server = 44;
156
176
  */
157
177
  ApiResourceKind[ApiResourceKind["mcp_server"] = 44] = "mcp_server";
158
178
  /**
179
+ * Configured deployment of an agent with environment-specific overrides.
180
+ *
159
181
  * @generated from enum value: agent_instance = 45;
160
182
  */
161
183
  ApiResourceKind[ApiResourceKind["agent_instance"] = 45] = "agent_instance";
162
184
  /**
163
- * Agentic - Workflow orchestration
185
+ * Multi-step orchestration defining how agents collaborate on a task.
164
186
  *
165
187
  * @generated from enum value: workflow = 50;
166
188
  */
167
189
  ApiResourceKind[ApiResourceKind["workflow"] = 50] = "workflow";
168
190
  /**
191
+ * Configured deployment of a workflow with environment-specific bindings.
192
+ *
169
193
  * @generated from enum value: workflow_instance = 51;
170
194
  */
171
195
  ApiResourceKind[ApiResourceKind["workflow_instance"] = 51] = "workflow_instance";
172
196
  /**
197
+ * Single run of a workflow instance, tracking step progress and outcomes.
198
+ *
173
199
  * @generated from enum value: workflow_execution = 52;
174
200
  */
175
201
  ApiResourceKind[ApiResourceKind["workflow_execution"] = 52] = "workflow_execution";
176
202
  /**
203
+ * Named set of variables and secrets for agent and workflow execution.
204
+ *
177
205
  * @generated from enum value: environment = 53;
178
206
  */
179
207
  ApiResourceKind[ApiResourceKind["environment"] = 53] = "environment";
180
208
  /**
209
+ * User-owned runtime context for managing execution state.
210
+ *
181
211
  * @generated from enum value: execution_context = 54;
182
212
  */
183
213
  ApiResourceKind[ApiResourceKind["execution_context"] = 54] = "execution_context";
184
214
  /**
185
- * Tenancy - Project management (aggregate root for resource lifecycle)
215
+ * Aggregate root grouping related resources for lifecycle management.
186
216
  *
187
217
  * @generated from enum value: project = 60;
188
218
  */
@@ -1 +1 @@
1
- {"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"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"}
@@ -4,36 +4,47 @@ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
4
4
  */
5
5
  export declare const file_ai_stigmer_commons_apiresource_enum: GenFile;
6
6
  /**
7
- * enumeration of the union of all event types used across all the api resources.
8
- * this is used for specifying the event type produced by rpc methods in command controllers.
9
- * using different enum for these event types while specifying in rpc methods and individual api resource would
10
- * work because the events are eventually converted to strings during message passing.
7
+ * Event types produced by command controller RPCs across all API resources.
8
+ *
9
+ * @internal
10
+ * Different enums could be used per resource, but a shared enum is simpler
11
+ * because events are converted to strings during message passing.
11
12
  *
12
13
  * @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
13
14
  */
14
15
  export declare enum ApiResourceEventType {
15
16
  /**
17
+ * Default value when no event type is set.
18
+ *
16
19
  * @generated from enum value: unspecified = 0;
17
20
  */
18
21
  unspecified = 0,
19
22
  /**
23
+ * Resource was created.
24
+ *
20
25
  * @generated from enum value: created = 1;
21
26
  */
22
27
  created = 1,
23
28
  /**
29
+ * Resource spec or status was updated.
30
+ *
24
31
  * @generated from enum value: updated = 2;
25
32
  */
26
33
  updated = 2,
27
34
  /**
35
+ * Resource was deleted.
36
+ *
28
37
  * @generated from enum value: deleted = 3;
29
38
  */
30
39
  deleted = 3,
31
40
  /**
41
+ * Resource was renamed (slug changed).
42
+ *
32
43
  * @generated from enum value: renamed = 4;
33
44
  */
34
45
  renamed = 4,
35
46
  /**
36
- * this is only applicable for cloud-resources
47
+ * Cloud infrastructure stack outputs were updated.
37
48
  *
38
49
  * @generated from enum value: stack_outputs_updated = 5;
39
50
  */
@@ -44,30 +55,48 @@ export declare enum ApiResourceEventType {
44
55
  */
45
56
  export declare const ApiResourceEventTypeSchema: GenEnum<ApiResourceEventType>;
46
57
  /**
58
+ * Operation type for API resource state transitions.
59
+ *
60
+ * @internal
61
+ * Used by the state machine to classify RPC operations and enforce
62
+ * transition rules (e.g., a resource in "deleting" state rejects create).
63
+ *
47
64
  * @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
48
65
  */
49
66
  export declare enum ApiResourceStateOperationType {
50
67
  /**
68
+ * Default value when no operation type is set.
69
+ *
51
70
  * @generated from enum value: api_resource_state_operation_type_unspecified = 0;
52
71
  */
53
72
  api_resource_state_operation_type_unspecified = 0,
54
73
  /**
74
+ * Create a new resource.
75
+ *
55
76
  * @generated from enum value: create = 1;
56
77
  */
57
78
  create = 1,
58
79
  /**
80
+ * Update an existing resource.
81
+ *
59
82
  * @generated from enum value: update = 2;
60
83
  */
61
84
  update = 2,
62
85
  /**
86
+ * Delete an existing resource.
87
+ *
63
88
  * @generated from enum value: delete = 3;
64
89
  */
65
90
  delete = 3,
66
91
  /**
92
+ * Read a resource (query).
93
+ *
67
94
  * @generated from enum value: read = 4;
68
95
  */
69
96
  read = 4,
70
97
  /**
98
+ * Open a server-streaming connection to a resource.
99
+ *
71
100
  * @generated from enum value: stream = 5;
72
101
  */
73
102
  stream = 5
@@ -7,37 +7,48 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
7
7
  */
8
8
  export const file_ai_stigmer_commons_apiresource_enum = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvZW51bS5wcm90bxIeYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlKnYKFEFwaVJlc291cmNlRXZlbnRUeXBlEg8KC3Vuc3BlY2lmaWVkEAASCwoHY3JlYXRlZBABEgsKB3VwZGF0ZWQQAhILCgdkZWxldGVkEAMSCwoHcmVuYW1lZBAEEhkKFXN0YWNrX291dHB1dHNfdXBkYXRlZBAFKowBCh1BcGlSZXNvdXJjZVN0YXRlT3BlcmF0aW9uVHlwZRIxCi1hcGlfcmVzb3VyY2Vfc3RhdGVfb3BlcmF0aW9uX3R5cGVfdW5zcGVjaWZpZWQQABIKCgZjcmVhdGUQARIKCgZ1cGRhdGUQAhIKCgZkZWxldGUQAxIICgRyZWFkEAQSCgoGc3RyZWFtEAUqbwoVQXBpUmVzb3VyY2VWaXNpYmlsaXR5EicKI2FwaV9yZXNvdXJjZV92aXNpYmlsaXR5X3Vuc3BlY2lmaWVkEAASFgoSdmlzaWJpbGl0eV9wcml2YXRlEAESFQoRdmlzaWJpbGl0eV9wdWJsaWMQAmIGcHJvdG8z");
9
9
  /**
10
- * enumeration of the union of all event types used across all the api resources.
11
- * this is used for specifying the event type produced by rpc methods in command controllers.
12
- * using different enum for these event types while specifying in rpc methods and individual api resource would
13
- * work because the events are eventually converted to strings during message passing.
10
+ * Event types produced by command controller RPCs across all API resources.
11
+ *
12
+ * @internal
13
+ * Different enums could be used per resource, but a shared enum is simpler
14
+ * because events are converted to strings during message passing.
14
15
  *
15
16
  * @generated from enum ai.stigmer.commons.apiresource.ApiResourceEventType
16
17
  */
17
18
  export var ApiResourceEventType;
18
19
  (function (ApiResourceEventType) {
19
20
  /**
21
+ * Default value when no event type is set.
22
+ *
20
23
  * @generated from enum value: unspecified = 0;
21
24
  */
22
25
  ApiResourceEventType[ApiResourceEventType["unspecified"] = 0] = "unspecified";
23
26
  /**
27
+ * Resource was created.
28
+ *
24
29
  * @generated from enum value: created = 1;
25
30
  */
26
31
  ApiResourceEventType[ApiResourceEventType["created"] = 1] = "created";
27
32
  /**
33
+ * Resource spec or status was updated.
34
+ *
28
35
  * @generated from enum value: updated = 2;
29
36
  */
30
37
  ApiResourceEventType[ApiResourceEventType["updated"] = 2] = "updated";
31
38
  /**
39
+ * Resource was deleted.
40
+ *
32
41
  * @generated from enum value: deleted = 3;
33
42
  */
34
43
  ApiResourceEventType[ApiResourceEventType["deleted"] = 3] = "deleted";
35
44
  /**
45
+ * Resource was renamed (slug changed).
46
+ *
36
47
  * @generated from enum value: renamed = 4;
37
48
  */
38
49
  ApiResourceEventType[ApiResourceEventType["renamed"] = 4] = "renamed";
39
50
  /**
40
- * this is only applicable for cloud-resources
51
+ * Cloud infrastructure stack outputs were updated.
41
52
  *
42
53
  * @generated from enum value: stack_outputs_updated = 5;
43
54
  */
@@ -48,31 +59,49 @@ export var ApiResourceEventType;
48
59
  */
49
60
  export const ApiResourceEventTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_commons_apiresource_enum, 0);
50
61
  /**
62
+ * Operation type for API resource state transitions.
63
+ *
64
+ * @internal
65
+ * Used by the state machine to classify RPC operations and enforce
66
+ * transition rules (e.g., a resource in "deleting" state rejects create).
67
+ *
51
68
  * @generated from enum ai.stigmer.commons.apiresource.ApiResourceStateOperationType
52
69
  */
53
70
  export var ApiResourceStateOperationType;
54
71
  (function (ApiResourceStateOperationType) {
55
72
  /**
73
+ * Default value when no operation type is set.
74
+ *
56
75
  * @generated from enum value: api_resource_state_operation_type_unspecified = 0;
57
76
  */
58
77
  ApiResourceStateOperationType[ApiResourceStateOperationType["api_resource_state_operation_type_unspecified"] = 0] = "api_resource_state_operation_type_unspecified";
59
78
  /**
79
+ * Create a new resource.
80
+ *
60
81
  * @generated from enum value: create = 1;
61
82
  */
62
83
  ApiResourceStateOperationType[ApiResourceStateOperationType["create"] = 1] = "create";
63
84
  /**
85
+ * Update an existing resource.
86
+ *
64
87
  * @generated from enum value: update = 2;
65
88
  */
66
89
  ApiResourceStateOperationType[ApiResourceStateOperationType["update"] = 2] = "update";
67
90
  /**
91
+ * Delete an existing resource.
92
+ *
68
93
  * @generated from enum value: delete = 3;
69
94
  */
70
95
  ApiResourceStateOperationType[ApiResourceStateOperationType["delete"] = 3] = "delete";
71
96
  /**
97
+ * Read a resource (query).
98
+ *
72
99
  * @generated from enum value: read = 4;
73
100
  */
74
101
  ApiResourceStateOperationType[ApiResourceStateOperationType["read"] = 4] = "read";
75
102
  /**
103
+ * Open a server-streaming connection to a resource.
104
+ *
76
105
  * @generated from enum value: stream = 5;
77
106
  */
78
107
  ApiResourceStateOperationType[ApiResourceStateOperationType["stream"] = 5] = "stream";
@@ -1 +1 @@
1
- {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AAEnnB;;;;;;;GAOG;AACH,MAAM,CAAN,IAAY,oBAgCX;AAhCD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,6EAAe,CAAA;IAEf;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;OAEG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EAhCW,oBAAoB,KAApB,oBAAoB,QAgC/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,CAAN,IAAY,6BA8BX;AA9BD,WAAY,6BAA6B;IACvC;;OAEG;IACH,mKAAiD,CAAA;IAEjD;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,qFAAU,CAAA;IAEV;;OAEG;IACH,iFAAQ,CAAA;IAER;;OAEG;IACH,qFAAU,CAAA;AACZ,CAAC,EA9BW,6BAA6B,KAA7B,6BAA6B,QA8BxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAN,IAAY,qBA2BX;AA3BD,WAAY,qBAAqB;IAC/B;;;;;OAKG;IACH,+HAAuC,CAAA;IAEvC;;;;;;OAMG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;OAOG;IACH,2FAAqB,CAAA;AACvB,CAAC,EA3BW,qBAAqB,KAArB,qBAAqB,QA2BhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AAEnnB;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,oBA0CX;AA1CD,WAAY,oBAAoB;IAC9B;;;;OAIG;IACH,6EAAe,CAAA;IAEf;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EA1CW,oBAAoB,KAApB,oBAAoB,QA0C/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,6BA0CX;AA1CD,WAAY,6BAA6B;IACvC;;;;OAIG;IACH,mKAAiD,CAAA;IAEjD;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,iFAAQ,CAAA;IAER;;;;OAIG;IACH,qFAAU,CAAA;AACZ,CAAC,EA1CW,6BAA6B,KAA7B,6BAA6B,QA0CxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAN,IAAY,qBA2BX;AA3BD,WAAY,qBAAqB;IAC/B;;;;;OAKG;IACH,+HAAuC,CAAA;IAEvC;;;;;;OAMG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;OAOG;IACH,2FAAqB,CAAA;AACvB,CAAC,EA3BW,qBAAqB,KAArB,qBAAqB,QA2BhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -8,7 +8,7 @@ import type { Message } from "@bufbuild/protobuf";
8
8
  */
9
9
  export declare const file_ai_stigmer_commons_apiresource_io: GenFile;
10
10
  /**
11
- * Wrapper for api-resource-id
11
+ * Wraps a system-generated resource identifier.
12
12
  *
13
13
  * @generated from message ai.stigmer.commons.apiresource.ApiResourceId
14
14
  */