@stigmer/protos 0.0.69 → 0.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 { WorkflowInstanceIdSchema } from "./io_pb";
6
6
  */
7
7
  export declare const file_ai_stigmer_agentic_workflowinstance_v1_command: GenFile;
8
8
  /**
9
- * WorkflowInstanceCommandController handles write operations (Create, Update, Delete) for WorkflowInstance resources.
9
+ * WorkflowInstanceCommandController handles write operations for workflow instances.
10
10
  *
11
+ * @internal
11
12
  * This service provides the CUD (Create, Update, Delete) operations following the
12
13
  * Command-Query Separation pattern. All RPCs that modify state go through this controller.
13
14
  *
@@ -23,6 +24,8 @@ export declare const file_ai_stigmer_agentic_workflowinstance_v1_command: GenFil
23
24
  export declare const WorkflowInstanceCommandController: GenService<{
24
25
  /**
25
26
  * Create or update a workflow instance.
27
+ *
28
+ * @internal
26
29
  * The authorization and state-operation are determined depending on whether the workflow instance
27
30
  * is going to be created or updated which is determined as part of the request execution.
28
31
  *
@@ -34,10 +37,9 @@ export declare const WorkflowInstanceCommandController: GenService<{
34
37
  output: typeof WorkflowInstanceSchema;
35
38
  };
36
39
  /**
37
- * Create a new workflow instance.
38
- *
39
- * Creates a configured deployment of a Workflow template with environment bindings.
40
+ * Create a workflow instance.
40
41
  *
42
+ * @internal
41
43
  * Input validation:
42
44
  * - metadata.org must be specified
43
45
  * - spec.workflow_id must be a valid Workflow resource ID
@@ -49,16 +51,6 @@ export declare const WorkflowInstanceCommandController: GenService<{
49
51
  * 2. User has permission to access all referenced Environment resources
50
52
  * 3. Owner scope is valid for the user's organization/identity
51
53
  *
52
- * Returns:
53
- * The created WorkflowInstance with:
54
- * - Assigned resource ID (metadata.id)
55
- * - Created timestamp (status.audit.created_at)
56
- * - Initial version (status.audit.version = 1)
57
- *
58
- * Example:
59
- * Input: WorkflowInstance with workflow_id="wfl-123", environment_refs=["env-prod"]
60
- * Output: WorkflowInstance with id="wfi-abc456", created_at="2025-01-11T10:00:00Z"
61
- *
62
54
  * @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.create
63
55
  */
64
56
  create: {
@@ -69,30 +61,20 @@ export declare const WorkflowInstanceCommandController: GenService<{
69
61
  /**
70
62
  * Update an existing workflow instance.
71
63
  *
72
- * Modifies the configuration of an existing WorkflowInstance.
73
- * You can update:
74
- * - spec.description (change descriptive text)
75
- * - spec.environment_refs (add/remove/reorder environment bindings)
64
+ * @internal
65
+ * Mutable fields:
66
+ * - spec.description, spec.environment_refs
76
67
  * - metadata.labels, metadata.tags, metadata.annotations
77
68
  *
78
- * You cannot update:
79
- * - spec.workflow_id (must delete and recreate to change template)
80
- * - metadata.id (immutable resource identifier)
81
- * - metadata.org (immutable after creation)
69
+ * Immutable fields (must delete and recreate to change):
70
+ * - spec.workflow_id, metadata.id, metadata.org
82
71
  *
83
72
  * Authorization:
84
73
  * Requires "update" permission on the specific WorkflowInstance resource.
85
74
  * Field path "metadata.id" identifies which resource to authorize.
86
75
  *
87
- * Versioning:
88
76
  * Each update increments status.audit.version and updates status.audit.updated_at.
89
77
  *
90
- * Returns:
91
- * The updated WorkflowInstance with:
92
- * - Incremented version number
93
- * - Updated timestamp
94
- * - Modified spec fields
95
- *
96
78
  * Error: PERMISSION_DENIED if user lacks update permission
97
79
  *
98
80
  * @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.update
@@ -105,10 +87,8 @@ export declare const WorkflowInstanceCommandController: GenService<{
105
87
  /**
106
88
  * Delete a workflow instance.
107
89
  *
90
+ * @internal
108
91
  * Permanently removes a WorkflowInstance resource.
109
- *
110
- * Important:
111
- * - Deletion is permanent and cannot be undone
112
92
  * - Does NOT delete the referenced Workflow template (templates are reusable)
113
93
  * - Does NOT delete the referenced Environment resources (environments are reusable)
114
94
  * - DOES cascade delete any dependent WorkflowExecution resources (executions belong to instance)
@@ -117,14 +97,7 @@ export declare const WorkflowInstanceCommandController: GenService<{
117
97
  * Requires "delete" permission on the specific WorkflowInstance resource.
118
98
  * Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
119
99
  *
120
- * Use Cases:
121
- * - Remove deprecated instances
122
- * - Clean up test/dev instances
123
- * - Decommission old deployment configurations
124
- *
125
- * Returns:
126
- * The deleted WorkflowInstance (final state before deletion).
127
- * Useful for audit logs and confirming what was deleted.
100
+ * Returns the deleted WorkflowInstance (final state before deletion).
128
101
  *
129
102
  * Error: PERMISSION_DENIED if user lacks delete permission
130
103
  * Error: NOT_FOUND if instance ID doesn't exist
@@ -11,8 +11,9 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
11
11
  */
12
12
  export const file_ai_stigmer_agentic_workflowinstance_v1_command = /*@__PURE__*/ fileDesc("CjRhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9jb21tYW5kLnByb3RvEiZhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MTKnBQohV29ya2Zsb3dJbnN0YW5jZUNvbW1hbmRDb250cm9sbGVyEnsKBWFwcGx5EjguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEuV29ya2Zsb3dJbnN0YW5jZRo4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2USggEKBmNyZWF0ZRI4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2UaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIgTQuBgBEr0BCgZ1cGRhdGUSOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlGjguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEuV29ya2Zsb3dJbnN0YW5jZSI/wrgYOwgEEDMiC21ldGFkYXRhLmlkKih1bmF1dGhvcml6ZWQgdG8gdXBkYXRlIHdvcmtmbG93IGluc3RhbmNlErkBCgZkZWxldGUSOi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlSWQaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIjnCuBg1CAIQMyIFdmFsdWUqKHVuYXV0aG9yaXplZCB0byBkZWxldGUgd29ya2Zsb3cgaW5zdGFuY2UaBKD/KzNiBnByb3RvMw", [file_ai_stigmer_agentic_workflowinstance_v1_api, file_ai_stigmer_agentic_workflowinstance_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
13
13
  /**
14
- * WorkflowInstanceCommandController handles write operations (Create, Update, Delete) for WorkflowInstance resources.
14
+ * WorkflowInstanceCommandController handles write operations for workflow instances.
15
15
  *
16
+ * @internal
16
17
  * This service provides the CUD (Create, Update, Delete) operations following the
17
18
  * Command-Query Separation pattern. All RPCs that modify state go through this controller.
18
19
  *
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4IAA4I;AAC5I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,whCAAwhC,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnwC;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAoHzC,aAAa,CAChB,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4IAA4I;AAC5I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,whCAAwhC,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnwC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAwFzC,aAAa,CAChB,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
@@ -7,21 +7,19 @@ import type { Message } from "@bufbuild/protobuf";
7
7
  */
8
8
  export declare const file_ai_stigmer_agentic_workflowinstance_v1_io: GenFile;
9
9
  /**
10
- * WorkflowInstanceId wraps a workflow instance identifier for RPC operations.
10
+ * WorkflowInstanceId wraps a workflow instance identifier.
11
11
  *
12
+ * @internal
12
13
  * Used as input to RPCs that operate on a single instance:
13
14
  * - get: Retrieve a specific instance by ID
14
15
  * - delete: Remove a specific instance by ID
15
- *
16
- * Format: Resource ID string (e.g., "wfi-abc123")
17
- * Validation: Required field (must not be empty)
16
+ * Format: Resource ID string (e.g., "wfi_abc123")
18
17
  *
19
18
  * @generated from message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceId
20
19
  */
21
20
  export type WorkflowInstanceId = Message<"ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceId"> & {
22
21
  /**
23
- * The workflow instance resource ID.
24
- * Example: "wfi-abc123"
22
+ * Workflow instance resource ID.
25
23
  *
26
24
  * @generated from field: string value = 1;
27
25
  */
@@ -33,14 +31,14 @@ export type WorkflowInstanceId = Message<"ai.stigmer.agentic.workflowinstance.v1
33
31
  */
34
32
  export declare const WorkflowInstanceIdSchema: GenMessage<WorkflowInstanceId>;
35
33
  /**
36
- * GetWorkflowInstancesByWorkflowRequest retrieves all instances of a specific Workflow template.
34
+ * GetWorkflowInstancesByWorkflowRequest retrieves all instances of a specific workflow template.
37
35
  *
36
+ * @internal
38
37
  * This allows you to find all configured deployments of a given Workflow.
39
38
  * For example, a "deploy-to-cloud" Workflow might have instances:
40
39
  * - "prod-deploy" (with production environments)
41
40
  * - "staging-deploy" (with staging environments)
42
41
  * - "dev-deploy" (with development environments)
43
- *
44
42
  * Supports pagination for efficient retrieval of large result sets.
45
43
  *
46
44
  * @generated from message ai.stigmer.agentic.workflowinstance.v1.GetWorkflowInstancesByWorkflowRequest
@@ -49,24 +47,11 @@ export type GetWorkflowInstancesByWorkflowRequest = Message<"ai.stigmer.agentic.
49
47
  /**
50
48
  * Workflow template ID to filter by.
51
49
  *
52
- * Returns all WorkflowInstance resources where spec.workflow_id matches this value.
53
- * Format: Workflow resource ID (e.g., "wfl-abc123")
54
- * Validation: Required field
55
- *
56
50
  * @generated from field: string workflow_id = 1;
57
51
  */
58
52
  workflowId: string;
59
53
  /**
60
- * Pagination options for controlling result set size and pages.
61
- *
62
- * Includes:
63
- * - page_size: Maximum number of instances per page
64
- * - page_token: Token from previous response for next page
65
- *
66
- * Example pagination flow:
67
- * 1. Request with page_info.page_size = 20
68
- * 2. Response includes page_token = "next_page_token_here"
69
- * 3. Subsequent request with page_info.page_token = "next_page_token_here"
54
+ * Pagination options for result set control.
70
55
  *
71
56
  * @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 2;
72
57
  */
@@ -80,19 +65,11 @@ export declare const GetWorkflowInstancesByWorkflowRequestSchema: GenMessage<Get
80
65
  /**
81
66
  * WorkflowInstanceList contains a paginated list of workflow instances.
82
67
  *
83
- * Returned by list and query operations. Includes pagination metadata
84
- * to support iterating through large result sets.
85
- *
86
68
  * @generated from message ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceList
87
69
  */
88
70
  export type WorkflowInstanceList = Message<"ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceList"> & {
89
71
  /**
90
- * Total number of pages available in the full result set.
91
- *
92
- * Use this to determine if there are more pages to fetch.
93
- * If total_pages > current_page, more results are available.
94
- *
95
- * Example: If total_pages = 5, you can fetch up to 5 pages of results.
72
+ * Total number of pages in the result set.
96
73
  *
97
74
  * @generated from field: int32 total_pages = 1;
98
75
  */
@@ -100,14 +77,6 @@ export type WorkflowInstanceList = Message<"ai.stigmer.agentic.workflowinstance.
100
77
  /**
101
78
  * Workflow instances in the current page.
102
79
  *
103
- * The number of entries is controlled by the page_size parameter
104
- * in the request. May be fewer than page_size on the last page.
105
- *
106
- * Each entry is a complete WorkflowInstance resource with:
107
- * - api_version, kind, metadata
108
- * - spec (workflow_id, description, environment_refs)
109
- * - status (audit information)
110
- *
111
80
  * @generated from field: repeated ai.stigmer.agentic.workflowinstance.v1.WorkflowInstance entries = 2;
112
81
  */
113
82
  entries: WorkflowInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,oBAAoB;AAQpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,ogBAAogB,EAAE,CAAC,+CAA+C,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAwBxoB;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA4CjE;;;GAGG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAsD,aAAa,CACzH,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAuCjE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,oBAAoB;AAQpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,ogBAAogB,EAAE,CAAC,+CAA+C,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAsBxoB;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA+BjE;;;GAGG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAsD,aAAa,CACzH,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAuBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  /**
2
- * WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
2
+ * WorkflowInstanceQueryController handles read operations for workflow instances.
3
3
  *
4
+ * @internal
4
5
  * This service provides all query operations following the Command-Query Separation pattern.
5
6
  * All RPCs that read state without modifying it go through this controller.
6
7
  *
@@ -19,17 +20,9 @@ export declare const WorkflowInstanceQueryController: {
19
20
  /**
20
21
  * Get a single workflow instance by ID.
21
22
  *
23
+ * @internal
22
24
  * Retrieves a specific WorkflowInstance using its unique resource identifier.
23
25
  *
24
- * Input:
25
- * WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
26
- *
27
- * Returns:
28
- * Complete WorkflowInstance resource with:
29
- * - api_version, kind, metadata
30
- * - spec (workflow_id, description, environment_refs)
31
- * - status (audit information: created_at, updated_at, version)
32
- *
33
26
  * Authorization:
34
27
  * Requires "get" permission on the specific WorkflowInstance.
35
28
  * Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
@@ -37,11 +30,6 @@ export declare const WorkflowInstanceQueryController: {
37
30
  * - Instance owner scope (organization or identity_account)
38
31
  * - User's IAM policies
39
32
  *
40
- * Use Cases:
41
- * - Retrieve instance configuration before executing
42
- * - View instance details in UI
43
- * - Fetch instance for editing/updating
44
- *
45
33
  * Error: PERMISSION_DENIED if user lacks get permission
46
34
  * Error: NOT_FOUND if instance ID doesn't exist
47
35
  *
@@ -54,28 +42,11 @@ export declare const WorkflowInstanceQueryController: {
54
42
  readonly kind: any;
55
43
  };
56
44
  /**
57
- * Get all instances of a specific workflow template.
58
- *
59
- * Retrieves all WorkflowInstance resources that reference a specific Workflow template.
60
- * Useful for discovering all configured deployments of a workflow.
61
- *
62
- * Example Use Case:
63
- * Workflow "deploy-to-cloud" (wfl-123) has instances:
64
- * - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
65
- * - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
66
- * - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
67
- *
68
- * Input:
69
- * GetWorkflowInstancesByWorkflowRequest with:
70
- * - workflow_id: Workflow template ID to filter by
71
- * - page_info: Pagination settings (page_size, page_token)
45
+ * Get all workflow instances that use a specific workflow template.
72
46
  *
73
- * Returns:
74
- * WorkflowInstanceList with:
75
- * - total_pages: Total number of pages available
76
- * - entries: Array of WorkflowInstance resources in current page
47
+ * Returns a paginated list of instances that reference the given workflow ID.
77
48
  *
78
- * Authorization:
49
+ * @internal
79
50
  * Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
80
51
  * then filtered by workflow_id. This ensures users only see instances they have access to,
81
52
  * even if the parent workflow is shared across organizations.
@@ -98,34 +69,16 @@ export declare const WorkflowInstanceQueryController: {
98
69
  readonly kind: any;
99
70
  };
100
71
  /**
101
- * Get a workflow instance by flexible reference (ID or slug).
102
- *
103
- * Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
104
- * - By ID: {id: "wfi-abc123"}
105
- * - By slug: {slug: "prod-deploy"}
106
- * - By name: {name: "Production Deploy"}
107
- *
108
- * Input:
109
- * ApiResourceReference with one of: id, slug, or name
110
- *
111
- * Returns:
112
- * Complete WorkflowInstance resource matching the reference.
113
- *
114
- * Authorization:
115
- * Uses custom authorization logic in the handler.
116
- * Allows for flexible authorization based on reference type and context.
117
- * Typical checks:
118
- * - User has get permission on the resolved instance
119
- * - Instance owner scope matches user's organization/identity
72
+ * Get a workflow instance by reference (ID or slug).
120
73
  *
121
- * Use Cases:
122
- * - User-friendly lookups by slug instead of opaque IDs
123
- * - CLI commands using human-readable names
124
- * - API integrations using stable slugs
74
+ * @internal
75
+ * Custom authorization in handler checks both direct resource access
76
+ * and organization-level visibility permissions.
125
77
  *
126
- * Example:
127
- * Input: ApiResourceReference{slug: "prod-deploy"}
128
- * Output: WorkflowInstance with metadata.slug = "prod-deploy"
78
+ * Supports lookup by:
79
+ * - ID: {id: "wfi_abc123"}
80
+ * - Slug: {slug: "prod-deploy"}
81
+ * - Name: {name: "Production Deploy"}
129
82
  *
130
83
  * Error: PERMISSION_DENIED if user lacks access
131
84
  * Error: NOT_FOUND if reference doesn't resolve to an instance
@@ -4,8 +4,9 @@
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
6
  /**
7
- * WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
7
+ * WorkflowInstanceQueryController handles read operations for workflow instances.
8
8
  *
9
+ * @internal
9
10
  * This service provides all query operations following the Command-Query Separation pattern.
10
11
  * All RPCs that read state without modifying it go through this controller.
11
12
  *
@@ -24,17 +25,9 @@ export const WorkflowInstanceQueryController = {
24
25
  /**
25
26
  * Get a single workflow instance by ID.
26
27
  *
28
+ * @internal
27
29
  * Retrieves a specific WorkflowInstance using its unique resource identifier.
28
30
  *
29
- * Input:
30
- * WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
31
- *
32
- * Returns:
33
- * Complete WorkflowInstance resource with:
34
- * - api_version, kind, metadata
35
- * - spec (workflow_id, description, environment_refs)
36
- * - status (audit information: created_at, updated_at, version)
37
- *
38
31
  * Authorization:
39
32
  * Requires "get" permission on the specific WorkflowInstance.
40
33
  * Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
@@ -42,11 +35,6 @@ export const WorkflowInstanceQueryController = {
42
35
  * - Instance owner scope (organization or identity_account)
43
36
  * - User's IAM policies
44
37
  *
45
- * Use Cases:
46
- * - Retrieve instance configuration before executing
47
- * - View instance details in UI
48
- * - Fetch instance for editing/updating
49
- *
50
38
  * Error: PERMISSION_DENIED if user lacks get permission
51
39
  * Error: NOT_FOUND if instance ID doesn't exist
52
40
  *
@@ -59,28 +47,11 @@ export const WorkflowInstanceQueryController = {
59
47
  kind: MethodKind.Unary,
60
48
  },
61
49
  /**
62
- * Get all instances of a specific workflow template.
63
- *
64
- * Retrieves all WorkflowInstance resources that reference a specific Workflow template.
65
- * Useful for discovering all configured deployments of a workflow.
66
- *
67
- * Example Use Case:
68
- * Workflow "deploy-to-cloud" (wfl-123) has instances:
69
- * - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
70
- * - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
71
- * - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
72
- *
73
- * Input:
74
- * GetWorkflowInstancesByWorkflowRequest with:
75
- * - workflow_id: Workflow template ID to filter by
76
- * - page_info: Pagination settings (page_size, page_token)
50
+ * Get all workflow instances that use a specific workflow template.
77
51
  *
78
- * Returns:
79
- * WorkflowInstanceList with:
80
- * - total_pages: Total number of pages available
81
- * - entries: Array of WorkflowInstance resources in current page
52
+ * Returns a paginated list of instances that reference the given workflow ID.
82
53
  *
83
- * Authorization:
54
+ * @internal
84
55
  * Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
85
56
  * then filtered by workflow_id. This ensures users only see instances they have access to,
86
57
  * even if the parent workflow is shared across organizations.
@@ -103,34 +74,16 @@ export const WorkflowInstanceQueryController = {
103
74
  kind: MethodKind.Unary,
104
75
  },
105
76
  /**
106
- * Get a workflow instance by flexible reference (ID or slug).
107
- *
108
- * Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
109
- * - By ID: {id: "wfi-abc123"}
110
- * - By slug: {slug: "prod-deploy"}
111
- * - By name: {name: "Production Deploy"}
112
- *
113
- * Input:
114
- * ApiResourceReference with one of: id, slug, or name
115
- *
116
- * Returns:
117
- * Complete WorkflowInstance resource matching the reference.
118
- *
119
- * Authorization:
120
- * Uses custom authorization logic in the handler.
121
- * Allows for flexible authorization based on reference type and context.
122
- * Typical checks:
123
- * - User has get permission on the resolved instance
124
- * - Instance owner scope matches user's organization/identity
77
+ * Get a workflow instance by reference (ID or slug).
125
78
  *
126
- * Use Cases:
127
- * - User-friendly lookups by slug instead of opaque IDs
128
- * - CLI commands using human-readable names
129
- * - API integrations using stable slugs
79
+ * @internal
80
+ * Custom authorization in handler checks both direct resource access
81
+ * and organization-level visibility permissions.
130
82
  *
131
- * Example:
132
- * Input: ApiResourceReference{slug: "prod-deploy"}
133
- * Output: WorkflowInstance with metadata.slug = "prod-deploy"
83
+ * Supports lookup by:
84
+ * - ID: {id: "wfi_abc123"}
85
+ * - Slug: {slug: "prod-deploy"}
86
+ * - Name: {name: "Production Deploy"}
134
87
  *
135
88
  * Error: PERMISSION_DENIED if user lacks access
136
89
  * Error: NOT_FOUND if reference doesn't resolve to an instance
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0IAA0I;AAC1I,oBAAoB;AACpB,cAAc;AAMd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,wEAAwE;IAClF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA8BG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAqCG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0IAA0I;AAC1I,oBAAoB;AACpB,cAAc;AAMd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,wEAAwE;IAClF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;WAiBG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -7,8 +7,9 @@ import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io
7
7
  */
8
8
  export declare const file_ai_stigmer_agentic_workflowinstance_v1_query: GenFile;
9
9
  /**
10
- * WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
10
+ * WorkflowInstanceQueryController handles read operations for workflow instances.
11
11
  *
12
+ * @internal
12
13
  * This service provides all query operations following the Command-Query Separation pattern.
13
14
  * All RPCs that read state without modifying it go through this controller.
14
15
  *
@@ -25,17 +26,9 @@ export declare const WorkflowInstanceQueryController: GenService<{
25
26
  /**
26
27
  * Get a single workflow instance by ID.
27
28
  *
29
+ * @internal
28
30
  * Retrieves a specific WorkflowInstance using its unique resource identifier.
29
31
  *
30
- * Input:
31
- * WorkflowInstanceId with the instance ID (e.g., "wfi-abc123")
32
- *
33
- * Returns:
34
- * Complete WorkflowInstance resource with:
35
- * - api_version, kind, metadata
36
- * - spec (workflow_id, description, environment_refs)
37
- * - status (audit information: created_at, updated_at, version)
38
- *
39
32
  * Authorization:
40
33
  * Requires "get" permission on the specific WorkflowInstance.
41
34
  * Field path "value" extracts the resource ID from WorkflowInstanceId wrapper.
@@ -43,11 +36,6 @@ export declare const WorkflowInstanceQueryController: GenService<{
43
36
  * - Instance owner scope (organization or identity_account)
44
37
  * - User's IAM policies
45
38
  *
46
- * Use Cases:
47
- * - Retrieve instance configuration before executing
48
- * - View instance details in UI
49
- * - Fetch instance for editing/updating
50
- *
51
39
  * Error: PERMISSION_DENIED if user lacks get permission
52
40
  * Error: NOT_FOUND if instance ID doesn't exist
53
41
  *
@@ -59,28 +47,11 @@ export declare const WorkflowInstanceQueryController: GenService<{
59
47
  output: typeof WorkflowInstanceSchema;
60
48
  };
61
49
  /**
62
- * Get all instances of a specific workflow template.
63
- *
64
- * Retrieves all WorkflowInstance resources that reference a specific Workflow template.
65
- * Useful for discovering all configured deployments of a workflow.
66
- *
67
- * Example Use Case:
68
- * Workflow "deploy-to-cloud" (wfl-123) has instances:
69
- * - "prod-deploy" (wfi-abc) - Production deployment with aws-prod-env
70
- * - "staging-deploy" (wfi-def) - Staging deployment with aws-staging-env
71
- * - "dev-deploy" (wfi-ghi) - Development deployment with aws-dev-env
72
- *
73
- * Input:
74
- * GetWorkflowInstancesByWorkflowRequest with:
75
- * - workflow_id: Workflow template ID to filter by
76
- * - page_info: Pagination settings (page_size, page_token)
50
+ * Get all workflow instances that use a specific workflow template.
77
51
  *
78
- * Returns:
79
- * WorkflowInstanceList with:
80
- * - total_pages: Total number of pages available
81
- * - entries: Array of WorkflowInstance resources in current page
52
+ * Returns a paginated list of instances that reference the given workflow ID.
82
53
  *
83
- * Authorization:
54
+ * @internal
84
55
  * Authorization is handled in handler via FGA query for authorized workflow_instance_ids,
85
56
  * then filtered by workflow_id. This ensures users only see instances they have access to,
86
57
  * even if the parent workflow is shared across organizations.
@@ -102,34 +73,16 @@ export declare const WorkflowInstanceQueryController: GenService<{
102
73
  output: typeof WorkflowInstanceListSchema;
103
74
  };
104
75
  /**
105
- * Get a workflow instance by flexible reference (ID or slug).
106
- *
107
- * Retrieves a WorkflowInstance using ApiResourceReference which supports multiple lookup methods:
108
- * - By ID: {id: "wfi-abc123"}
109
- * - By slug: {slug: "prod-deploy"}
110
- * - By name: {name: "Production Deploy"}
111
- *
112
- * Input:
113
- * ApiResourceReference with one of: id, slug, or name
114
- *
115
- * Returns:
116
- * Complete WorkflowInstance resource matching the reference.
117
- *
118
- * Authorization:
119
- * Uses custom authorization logic in the handler.
120
- * Allows for flexible authorization based on reference type and context.
121
- * Typical checks:
122
- * - User has get permission on the resolved instance
123
- * - Instance owner scope matches user's organization/identity
76
+ * Get a workflow instance by reference (ID or slug).
124
77
  *
125
- * Use Cases:
126
- * - User-friendly lookups by slug instead of opaque IDs
127
- * - CLI commands using human-readable names
128
- * - API integrations using stable slugs
78
+ * @internal
79
+ * Custom authorization in handler checks both direct resource access
80
+ * and organization-level visibility permissions.
129
81
  *
130
- * Example:
131
- * Input: ApiResourceReference{slug: "prod-deploy"}
132
- * Output: WorkflowInstance with metadata.slug = "prod-deploy"
82
+ * Supports lookup by:
83
+ * - ID: {id: "wfi_abc123"}
84
+ * - Slug: {slug: "prod-deploy"}
85
+ * - Name: {name: "Production Deploy"}
133
86
  *
134
87
  * Error: PERMISSION_DENIED if user lacks access
135
88
  * Error: NOT_FOUND if reference doesn't resolve to an instance
@@ -12,8 +12,9 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
12
12
  */
13
13
  export const file_ai_stigmer_agentic_workflowinstance_v1_query = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dpbnN0YW5jZS92MS9xdWVyeS5wcm90bxImYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93aW5zdGFuY2UudjEyiwQKH1dvcmtmbG93SW5zdGFuY2VRdWVyeUNvbnRyb2xsZXISswEKA2dldBI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2VJZBo4LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLldvcmtmbG93SW5zdGFuY2UiNsK4GDIIAxAzIgV2YWx1ZSoldW5hdXRob3JpemVkIHRvIGdldCB3b3JrZmxvdyBpbnN0YW5jZRKiAQoNZ2V0QnlXb3JrZmxvdxJNLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2luc3RhbmNlLnYxLkdldFdvcmtmbG93SW5zdGFuY2VzQnlXb3JrZmxvd1JlcXVlc3QaPC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlTGlzdCIE0LgYARKGAQoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dpbnN0YW5jZS52MS5Xb3JrZmxvd0luc3RhbmNlIgTQuBgBGgSg/yszYgZwcm90bzM", [file_ai_stigmer_agentic_workflowinstance_v1_api, file_ai_stigmer_agentic_workflowinstance_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
14
14
  /**
15
- * WorkflowInstanceQueryController handles read operations (Get, List, Search) for WorkflowInstance resources.
15
+ * WorkflowInstanceQueryController handles read operations for workflow instances.
16
16
  *
17
+ * @internal
17
18
  * This service provides all query operations following the Command-Query Separation pattern.
18
19
  * All RPCs that read state without modifying it go through this controller.
19
20
  *
@@ -1 +1 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,q0BAAq0B,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAExlC;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAwHvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,q0BAAq0B,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAExlC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAwEvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}