@stigmer/protos 0.0.34

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 (510) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +35 -0
  3. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
  4. package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
  5. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
  6. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
  7. package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
  8. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
  9. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
  10. package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
  11. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
  12. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
  13. package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
  14. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
  15. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
  16. package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
  17. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
  18. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
  19. package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
  20. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
  21. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
  22. package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
  23. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
  24. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
  25. package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
  26. package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
  27. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
  28. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
  29. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
  30. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
  31. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
  32. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
  34. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
  35. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
  36. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
  37. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
  38. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
  39. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
  40. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
  43. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
  44. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
  45. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
  46. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
  47. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
  48. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
  49. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
  50. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
  51. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
  52. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
  53. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
  54. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
  55. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
  56. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
  57. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
  58. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
  59. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
  60. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
  61. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
  62. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
  63. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
  64. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
  65. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
  66. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
  67. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
  68. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
  69. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
  70. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
  71. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
  72. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
  73. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
  74. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
  75. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
  76. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
  77. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
  78. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
  79. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
  80. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
  81. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
  82. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
  83. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
  84. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
  85. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
  86. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
  87. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
  88. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
  89. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
  90. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
  91. package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
  92. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
  93. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
  94. package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
  95. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
  96. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
  97. package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
  98. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
  99. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
  100. package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
  101. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
  102. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
  103. package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
  104. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
  105. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
  106. package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
  107. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
  108. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
  109. package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
  110. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
  111. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
  112. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
  113. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
  114. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
  115. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
  116. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
  117. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
  118. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
  119. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
  120. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
  121. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
  122. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
  123. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
  124. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
  125. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
  126. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
  127. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
  128. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
  129. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
  130. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
  131. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
  132. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
  133. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
  134. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
  135. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
  136. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
  137. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
  138. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
  139. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
  140. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
  141. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
  142. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
  143. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
  144. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
  145. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
  146. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
  147. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
  148. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
  149. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
  150. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
  151. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
  152. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
  153. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
  154. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
  155. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
  156. package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
  157. package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
  158. package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
  159. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
  160. package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
  161. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
  162. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
  163. package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
  164. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
  165. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
  166. package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
  167. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
  168. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
  169. package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
  170. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
  171. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
  172. package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
  173. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
  174. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
  175. package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
  176. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
  177. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
  178. package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
  179. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
  180. package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
  181. package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
  182. package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
  183. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
  184. package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
  185. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
  186. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
  187. package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
  188. package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
  189. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
  190. package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
  191. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
  192. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
  193. package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
  194. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
  195. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
  196. package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
  197. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
  198. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
  199. package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
  200. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
  201. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
  202. package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
  203. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
  204. package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
  205. package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
  206. package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
  207. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
  208. package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
  209. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
  210. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
  211. package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
  212. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
  213. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
  214. package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
  215. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
  216. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
  217. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
  218. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
  219. package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
  220. package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
  221. package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
  222. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
  223. package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
  224. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
  225. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
  226. package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
  227. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
  228. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
  229. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
  230. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
  231. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
  232. package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
  233. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
  234. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
  235. package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
  236. package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
  237. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
  238. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
  239. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
  240. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
  241. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
  242. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
  243. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
  244. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
  245. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
  246. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
  247. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
  248. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
  249. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
  250. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
  251. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
  252. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
  253. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
  254. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
  255. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
  256. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
  257. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
  258. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
  259. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
  260. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
  261. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
  262. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
  263. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
  264. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
  265. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
  266. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
  267. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
  268. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
  269. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
  270. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
  271. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
  272. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
  273. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
  274. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
  275. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
  276. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
  277. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
  278. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
  279. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
  280. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
  281. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
  282. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
  283. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
  284. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
  285. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
  286. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
  287. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
  288. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
  289. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
  290. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
  291. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
  292. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
  293. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
  294. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
  295. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
  296. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
  297. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
  298. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
  299. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
  300. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
  301. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
  302. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
  303. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
  304. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
  305. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
  306. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
  307. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
  308. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
  309. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
  310. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
  311. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
  312. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
  313. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
  314. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
  315. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
  316. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
  317. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
  318. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
  319. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
  320. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
  321. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
  322. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
  323. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
  324. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
  325. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
  326. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
  327. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
  328. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
  329. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
  330. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
  331. package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
  332. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
  333. package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
  334. package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
  335. package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
  336. package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
  337. package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
  338. package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
  339. package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
  340. package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
  341. package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
  342. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
  343. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
  344. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
  345. package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
  346. package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
  347. package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
  348. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
  349. package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
  350. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
  351. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
  352. package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
  353. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
  354. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
  355. package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
  356. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
  357. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
  358. package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
  359. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
  360. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
  361. package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
  362. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
  363. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
  364. package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
  365. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
  366. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
  367. package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
  368. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
  369. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
  370. package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
  371. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
  372. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
  373. package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
  374. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
  375. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
  376. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
  377. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
  378. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
  379. package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
  380. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
  381. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
  382. package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
  383. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
  384. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
  385. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
  386. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
  387. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
  388. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
  389. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
  390. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
  391. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
  392. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
  393. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
  394. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
  395. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
  396. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
  397. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
  398. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
  399. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
  400. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
  401. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
  402. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
  403. package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
  404. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
  405. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
  406. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
  407. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
  408. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
  409. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
  410. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
  411. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
  412. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
  413. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
  414. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
  415. package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
  416. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
  417. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
  418. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
  419. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
  420. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
  421. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
  422. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
  423. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
  424. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
  425. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
  426. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
  427. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
  428. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
  429. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
  430. package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
  431. package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
  432. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
  433. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
  434. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
  435. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
  436. package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
  437. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
  438. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
  439. package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
  440. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
  441. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
  442. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
  443. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
  444. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
  445. package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
  446. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
  447. package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
  448. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
  449. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
  450. package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
  451. package/ai/stigmer/search/v1/io_pb.js +29 -0
  452. package/ai/stigmer/search/v1/io_pb.js.map +1 -0
  453. package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
  454. package/ai/stigmer/search/v1/query_connect.js +73 -0
  455. package/ai/stigmer/search/v1/query_connect.js.map +1 -0
  456. package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
  457. package/ai/stigmer/search/v1/query_pb.js +40 -0
  458. package/ai/stigmer/search/v1/query_pb.js.map +1 -0
  459. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
  460. package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
  461. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
  462. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
  463. package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
  464. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
  465. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
  466. package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
  467. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
  468. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
  469. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
  470. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
  471. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
  472. package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
  473. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
  474. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
  475. package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
  476. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
  477. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
  478. package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
  479. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
  480. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
  481. package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
  482. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
  483. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
  484. package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
  485. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
  486. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
  487. package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
  488. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
  489. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
  490. package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
  491. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
  492. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
  493. package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
  494. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
  495. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
  496. package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
  497. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
  498. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
  499. package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
  500. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
  501. package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
  502. package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
  503. package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
  504. package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
  505. package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
  506. package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
  507. package/buf/validate/validate_pb.d.ts +4766 -0
  508. package/buf/validate/validate_pb.js +357 -0
  509. package/buf/validate/validate_pb.js.map +1 -0
  510. package/package.json +32 -0
@@ -0,0 +1,211 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/workflowexecution/v1/io.proto (package ai.stigmer.agentic.workflowexecution.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_agentexecution_v1_enum } from "../../agentexecution/v1/enum_pb";
6
+ import { file_ai_stigmer_agentic_workflowexecution_v1_api } from "./api_pb";
7
+ import { file_ai_stigmer_agentic_workflowexecution_v1_enum } from "./enum_pb";
8
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
9
+ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
10
+ /**
11
+ * Describes the file ai/stigmer/agentic/workflowexecution/v1/io.proto.
12
+ */
13
+ export const file_ai_stigmer_agentic_workflowexecution_v1_io = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvaW8ucHJvdG8SJ2FpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MSIsChNXb3JrZmxvd0V4ZWN1dGlvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIwoKV29ya2Zsb3dJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBInkKFVdvcmtmbG93RXhlY3V0aW9uTGlzdBITCgt0b3RhbF9wYWdlcxgBIAEoBRJLCgdlbnRyaWVzGAIgAygLMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uIpwBCh1MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVxdWVzdBIRCglwYWdlX3NpemUYASABKAUSEgoKcGFnZV90b2tlbhgCIAEoCRJGCgVwaGFzZRgDIAEoDjI3LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZRIMCgR0YWdzGAQgAygJIm0KJ0xpc3RXb3JrZmxvd0V4ZWN1dGlvbnNCeVdvcmtmbG93UmVxdWVzdBIbCgt3b3JrZmxvd19pZBgBIAEoCUIGukgDyAEBEhEKCXBhZ2Vfc2l6ZRgCIAEoBRISCgpwYWdlX3Rva2VuGAMgASgJIp0BCiJXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZVN0YXR1c0lucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARJYCgZzdGF0dXMYAiABKAsyQC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25TdGF0dXNCBrpIA8gBASK+AQobU3VibWl0V29ya2Zsb3dBcHByb3ZhbElucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIdCgx0b29sX2NhbGxfaWQYAiABKAlCB7pIBHICEAESUAoGYWN0aW9uGAMgASgOMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFwcHJvdmFsQWN0aW9uQgq6SAeCAQQQASAAEg8KB2NvbW1lbnQYBCABKAkiQQohU3Vic2NyaWJlV29ya2Zsb3dFeGVjdXRpb25SZXF1ZXN0EhwKDGV4ZWN1dGlvbl9pZBgBIAEoCUIGukgDyAEBIokCChdXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZRJaCgt1cGRhdGVfdHlwZRgBIAEoDjI7LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd1VwZGF0ZVR5cGVCCLpIBYIBAhABEk0KCWV4ZWN1dGlvbhgCIAEoCzI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0V4ZWN1dGlvbhJDCgR0YXNrGAMgASgLMjUuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93VGFzayJDChxDYW5jZWxXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSJGCh9UZXJtaW5hdGVXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSJECh1SZWNvdmVyV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQARIOCgZyZWFzb24YAiABKAkiQgobUGF1c2VXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSIzChxSZXN1bWVXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABIpEBCg9TZW5kU2lnbmFsSW5wdXQSHQoMZXhlY3V0aW9uX2lkGAEgASgJQge6SARyAhABEhwKC3NpZ25hbF9uYW1lGAIgASgJQge6SARyAhABEigKB3BheWxvYWQYAyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0EhcKD2lkZW1wb3RlbmN5X2tleRgEIAEoCSrzAQoSV29ya2Zsb3dVcGRhdGVUeXBlEiQKIHdvcmtmbG93X3VwZGF0ZV90eXBlX3Vuc3BlY2lmaWVkEAASHAoYd2ZfdXBkYXRlX3N0YXR1c19jaGFuZ2VkEAESGgoWd2ZfdXBkYXRlX3Rhc2tfc3RhcnRlZBACEhwKGHdmX3VwZGF0ZV90YXNrX2NvbXBsZXRlZBADEhkKFXdmX3VwZGF0ZV90YXNrX2ZhaWxlZBAEEiEKHXdmX3VwZGF0ZV9leGVjdXRpb25fY29tcGxldGVkEAUSIQodd2ZfdXBkYXRlX2V4ZWN1dGlvbl9jYW5jZWxsZWQQBmIGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_api, file_ai_stigmer_agentic_workflowexecution_v1_enum, file_buf_validate_validate, file_google_protobuf_struct]);
14
+ /**
15
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionId.
16
+ * Use `create(WorkflowExecutionIdSchema)` to create a new message.
17
+ */
18
+ export const WorkflowExecutionIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 0);
19
+ /**
20
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowId.
21
+ * Use `create(WorkflowIdSchema)` to create a new message.
22
+ */
23
+ export const WorkflowIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 1);
24
+ /**
25
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionList.
26
+ * Use `create(WorkflowExecutionListSchema)` to create a new message.
27
+ */
28
+ export const WorkflowExecutionListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 2);
29
+ /**
30
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsRequest.
31
+ * Use `create(ListWorkflowExecutionsRequestSchema)` to create a new message.
32
+ */
33
+ export const ListWorkflowExecutionsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 3);
34
+ /**
35
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsByWorkflowRequest.
36
+ * Use `create(ListWorkflowExecutionsByWorkflowRequestSchema)` to create a new message.
37
+ */
38
+ export const ListWorkflowExecutionsByWorkflowRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 4);
39
+ /**
40
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdateStatusInput.
41
+ * Use `create(WorkflowExecutionUpdateStatusInputSchema)` to create a new message.
42
+ */
43
+ export const WorkflowExecutionUpdateStatusInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 5);
44
+ /**
45
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubmitWorkflowApprovalInput.
46
+ * Use `create(SubmitWorkflowApprovalInputSchema)` to create a new message.
47
+ */
48
+ export const SubmitWorkflowApprovalInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 6);
49
+ /**
50
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubscribeWorkflowExecutionRequest.
51
+ * Use `create(SubscribeWorkflowExecutionRequestSchema)` to create a new message.
52
+ */
53
+ export const SubscribeWorkflowExecutionRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 7);
54
+ /**
55
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdate.
56
+ * Use `create(WorkflowExecutionUpdateSchema)` to create a new message.
57
+ */
58
+ export const WorkflowExecutionUpdateSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 8);
59
+ /**
60
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.CancelWorkflowExecutionInput.
61
+ * Use `create(CancelWorkflowExecutionInputSchema)` to create a new message.
62
+ */
63
+ export const CancelWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 9);
64
+ /**
65
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.TerminateWorkflowExecutionInput.
66
+ * Use `create(TerminateWorkflowExecutionInputSchema)` to create a new message.
67
+ */
68
+ export const TerminateWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 10);
69
+ /**
70
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.RecoverWorkflowExecutionInput.
71
+ * Use `create(RecoverWorkflowExecutionInputSchema)` to create a new message.
72
+ */
73
+ export const RecoverWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 11);
74
+ /**
75
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.PauseWorkflowExecutionInput.
76
+ * Use `create(PauseWorkflowExecutionInputSchema)` to create a new message.
77
+ */
78
+ export const PauseWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 12);
79
+ /**
80
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.ResumeWorkflowExecutionInput.
81
+ * Use `create(ResumeWorkflowExecutionInputSchema)` to create a new message.
82
+ */
83
+ export const ResumeWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 13);
84
+ /**
85
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SendSignalInput.
86
+ * Use `create(SendSignalInputSchema)` to create a new message.
87
+ */
88
+ export const SendSignalInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 14);
89
+ /**
90
+ * WorkflowUpdateType defines the type of workflow execution update event.
91
+ *
92
+ * Used by WorkflowExecutionUpdate to indicate what changed in the execution.
93
+ * Helps clients apply efficient delta updates instead of re-rendering entire UI.
94
+ *
95
+ * Event Sequence Example:
96
+ * 1. wf_update_status_changed (PENDING → IN_PROGRESS)
97
+ * 2. wf_update_task_started (task-1 started)
98
+ * 3. wf_update_task_completed (task-1 completed)
99
+ * 4. wf_update_task_started (task-2 started)
100
+ * 5. wf_update_task_completed (task-2 completed)
101
+ * 6. wf_update_execution_completed (workflow done)
102
+ *
103
+ * @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType
104
+ */
105
+ export var WorkflowUpdateType;
106
+ (function (WorkflowUpdateType) {
107
+ /**
108
+ * Unspecified update type (invalid, should never be used).
109
+ *
110
+ * @generated from enum value: workflow_update_type_unspecified = 0;
111
+ */
112
+ WorkflowUpdateType[WorkflowUpdateType["workflow_update_type_unspecified"] = 0] = "workflow_update_type_unspecified";
113
+ /**
114
+ * Workflow execution phase changed.
115
+ *
116
+ * Triggered when status.phase transitions:
117
+ * - PENDING → IN_PROGRESS (execution started)
118
+ * - IN_PROGRESS → COMPLETED (execution succeeded)
119
+ * - IN_PROGRESS → FAILED (execution failed)
120
+ * - IN_PROGRESS → CANCELLED (execution cancelled)
121
+ *
122
+ * UI Impact: Update status badge, progress indicator
123
+ *
124
+ * @generated from enum value: wf_update_status_changed = 1;
125
+ */
126
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_status_changed"] = 1] = "wf_update_status_changed";
127
+ /**
128
+ * A workflow task started executing.
129
+ *
130
+ * Triggered when task status changes from PENDING to IN_PROGRESS.
131
+ *
132
+ * Update includes:
133
+ * - task.status = WORKFLOW_TASK_IN_PROGRESS
134
+ * - task.started_at = current timestamp
135
+ *
136
+ * UI Impact: Show spinner/loading indicator for this task
137
+ *
138
+ * @generated from enum value: wf_update_task_started = 2;
139
+ */
140
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_task_started"] = 2] = "wf_update_task_started";
141
+ /**
142
+ * A workflow task completed successfully.
143
+ *
144
+ * Triggered when task status changes from IN_PROGRESS to COMPLETED.
145
+ *
146
+ * Update includes:
147
+ * - task.status = WORKFLOW_TASK_COMPLETED
148
+ * - task.output = task results
149
+ * - task.completed_at = current timestamp
150
+ * - execution.completed_tasks incremented
151
+ *
152
+ * UI Impact: Show checkmark, display task output, update progress bar
153
+ *
154
+ * @generated from enum value: wf_update_task_completed = 3;
155
+ */
156
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_task_completed"] = 3] = "wf_update_task_completed";
157
+ /**
158
+ * A workflow task failed.
159
+ *
160
+ * Triggered when task status changes from IN_PROGRESS to FAILED.
161
+ *
162
+ * Update includes:
163
+ * - task.status = WORKFLOW_TASK_FAILED
164
+ * - task.error = error message
165
+ * - task.completed_at = current timestamp
166
+ * - execution.completed_tasks incremented
167
+ *
168
+ * UI Impact: Show error icon, display error message, may trigger workflow failure
169
+ *
170
+ * @generated from enum value: wf_update_task_failed = 4;
171
+ */
172
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_task_failed"] = 4] = "wf_update_task_failed";
173
+ /**
174
+ * Workflow execution completed successfully.
175
+ *
176
+ * Triggered when all tasks completed and workflow produces final output.
177
+ *
178
+ * Update includes:
179
+ * - execution.status.phase = EXECUTION_COMPLETED
180
+ * - execution.status.output = workflow results
181
+ * - execution.status.completed_at = current timestamp
182
+ *
183
+ * UI Impact: Show success badge, display final output, enable download/export
184
+ *
185
+ * Note: This is a terminal event - no more updates will follow.
186
+ *
187
+ * @generated from enum value: wf_update_execution_completed = 5;
188
+ */
189
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_execution_completed"] = 5] = "wf_update_execution_completed";
190
+ /**
191
+ * Workflow execution was cancelled.
192
+ *
193
+ * Triggered when user or system cancels the execution.
194
+ *
195
+ * Update includes:
196
+ * - execution.status.phase = EXECUTION_CANCELLED
197
+ * - execution.status.completed_at = current timestamp
198
+ *
199
+ * UI Impact: Show cancelled badge, grey out in-progress tasks
200
+ *
201
+ * Note: This is a terminal event - no more updates will follow.
202
+ *
203
+ * @generated from enum value: wf_update_execution_cancelled = 6;
204
+ */
205
+ WorkflowUpdateType[WorkflowUpdateType["wf_update_execution_cancelled"] = 6] = "wf_update_execution_cancelled";
206
+ })(WorkflowUpdateType || (WorkflowUpdateType = {}));
207
+ /**
208
+ * Describes the enum ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType.
209
+ */
210
+ export const WorkflowUpdateTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 0);
211
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,8CAA8C,EAAE,MAAM,iCAAiC,CAAC;AAEjG,OAAO,EAAE,gDAAgD,EAAE,MAAM,UAAU,CAAC;AAE5E,OAAO,EAAE,iDAAiD,EAAE,MAAM,WAAW,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAY,aAAa,CACnF,QAAQ,CAAC,8lFAA8lF,EAAE,CAAC,8CAA8C,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAkC3zF;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAsClE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAiElE;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AA2GlE;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAoElE;;;GAGG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAwD,aAAa,CAC7H,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AA4BlE;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AA+ElE;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAkDlE;;;GAGG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAkD,aAAa,CACjH,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAyFlE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAwElE;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAmFlE;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,+CAA+C,EAAE,EAAE,CAAC,CAAC;AAuFnE;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,+CAA+C,EAAE,EAAE,CAAC,CAAC;AA6DnE;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,+CAA+C,EAAE,EAAE,CAAC,CAAC;AA4CnE;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,+CAA+C,EAAE,EAAE,CAAC,CAAC;AAwJnE;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,+CAA+C,EAAE,EAAE,CAAC,CAAC;AAEnE;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAN,IAAY,kBA0GX;AA1GD,WAAY,kBAAkB;IAC5B;;;;OAIG;IACH,mHAAoC,CAAA;IAEpC;;;;;;;;;;;;OAYG;IACH,mGAA4B,CAAA;IAE5B;;;;;;;;;;;;OAYG;IACH,+FAA0B,CAAA;IAE1B;;;;;;;;;;;;;;OAcG;IACH,mGAA4B,CAAA;IAE5B;;;;;;;;;;;;;;OAcG;IACH,6FAAyB,CAAA;IAEzB;;;;;;;;;;;;;;;OAeG;IACH,6GAAiC,CAAA;IAEjC;;;;;;;;;;;;;;OAcG;IACH,6GAAiC,CAAA;AACnC,CAAC,EA1GW,kBAAkB,KAAlB,kBAAkB,QA0G7B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAgC,aAAa,CAChF,QAAQ,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,391 @@
1
+ /**
2
+ * WorkflowExecutionQueryController handles read operations (Get, List, Subscribe) for WorkflowExecution resources.
3
+ *
4
+ * This service follows the Command-Query Separation (CQS) pattern:
5
+ * - CommandController: Write operations (create, update, delete)
6
+ * - QueryController: Read operations (get, list, search, subscribe)
7
+ *
8
+ * Authorization:
9
+ * - get: Standard authorization - user must have "get" permission on the specific WorkflowExecution
10
+ * - list: Custom authorization - filters results based on user's owner scope and permissions
11
+ * - list_by_workflow: Custom authorization - verifies user has access to the Workflow/WorkflowInstance
12
+ * - subscribe: Standard authorization - user must have "get" permission to subscribe to updates
13
+ *
14
+ * Service Options:
15
+ * - api_resource_kind: workflow_execution - Links this service to the WorkflowExecution resource
16
+ *
17
+ * @generated from service ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController
18
+ */
19
+ export declare const WorkflowExecutionQueryController: {
20
+ readonly typeName: "ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController";
21
+ readonly methods: {
22
+ /**
23
+ * Get a single workflow execution by ID.
24
+ *
25
+ * Retrieves the complete WorkflowExecution resource including:
26
+ * - spec: User inputs (workflow_instance_id, trigger_message, etc.)
27
+ * - status: Current execution state (phase, tasks, progress_events, output/error)
28
+ * - metadata: Resource identification (id, name, labels, tags)
29
+ *
30
+ * Authorization:
31
+ * Standard authorization checks that user has "get" permission on the WorkflowExecution.
32
+ * Permission is granted if:
33
+ * - User created the execution (metadata.audit.created_by matches user)
34
+ * - User has organization-level "workflow_execution:get" permission
35
+ * - User has explicit permission via IamPolicy
36
+ *
37
+ * Use Cases:
38
+ *
39
+ * 1. View Execution Details:
40
+ * - User clicks on an execution in the UI
41
+ * - UI calls get() to fetch full details
42
+ * - UI displays execution status, tasks, progress, output/error
43
+ *
44
+ * 2. Poll for Completion:
45
+ * - Client triggers execution via create()
46
+ * - Client periodically calls get() to check if phase is terminal
47
+ * - Client retrieves output when phase == EXECUTION_COMPLETED
48
+ *
49
+ * 3. Debug Failed Execution:
50
+ * - User sees execution failed
51
+ * - User calls get() to inspect status.error and status.tasks
52
+ * - User checks status.tasks[] for task-level execution details
53
+ *
54
+ * 4. Retry Failed Execution:
55
+ * - User calls get() to retrieve failed execution's spec
56
+ * - User creates new execution with same spec values
57
+ * - New execution retries with identical inputs
58
+ *
59
+ * Error Cases:
60
+ *
61
+ * - NOT_FOUND:
62
+ * - No WorkflowExecution exists with the given ID
63
+ *
64
+ * - PERMISSION_DENIED:
65
+ * - User doesn't have "get" permission on this WorkflowExecution
66
+ * - WorkflowExecution belongs to different organization
67
+ *
68
+ * Example Request:
69
+ * {
70
+ * "value": "wfx-abc123xyz456"
71
+ * }
72
+ *
73
+ * Example Response:
74
+ * {
75
+ * "api_version": "agentic.stigmer.ai/v1",
76
+ * "kind": "WorkflowExecution",
77
+ * "metadata": {
78
+ * "id": "wfx-abc123xyz456",
79
+ * "name": "customer-onboarding-20250111-143022",
80
+ * "org": "acme"
81
+ * },
82
+ * "spec": {
83
+ * "workflow_instance_id": "wfi-customer-onboarding-prod",
84
+ * "trigger_message": "New signup: john.doe@example.com"
85
+ * },
86
+ * "status": {
87
+ * "phase": 2, // EXECUTION_IN_PROGRESS
88
+ * "total_tasks": 3,
89
+ * "completed_tasks": 1,
90
+ * "tasks": [ ... ],
91
+ * "started_at": "2025-01-11T14:30:22Z"
92
+ * }
93
+ * }
94
+ *
95
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.get
96
+ */
97
+ readonly get: {
98
+ readonly name: "get";
99
+ readonly I: any;
100
+ readonly O: any;
101
+ readonly kind: any;
102
+ };
103
+ /**
104
+ * List workflow executions with pagination and optional filtering.
105
+ *
106
+ * Returns a paginated list of WorkflowExecution resources that the user has access to.
107
+ * Results are automatically filtered based on user's permissions and owner scope.
108
+ *
109
+ * Authorization:
110
+ * Custom authorization filters results to only include executions the user can access:
111
+ * - Organization users: Only executions in their organization
112
+ * - Users with cross-org access: Public executions from other orgs
113
+ *
114
+ * Pagination:
115
+ * - page_size: Maximum number of results to return (default: 50, max: 100)
116
+ * - page_token: Opaque token from previous response for next page
117
+ * - Returns total_pages count for UI pagination
118
+ *
119
+ * Filtering:
120
+ * - phase: Filter by execution phase (PENDING, IN_PROGRESS, COMPLETED, FAILED, CANCELLED)
121
+ * - tags: Filter by resource tags (AND logic - must match all tags)
122
+ *
123
+ * Sorting:
124
+ * Results are sorted by created_at descending (newest first).
125
+ *
126
+ * Use Cases:
127
+ *
128
+ * 1. Execution History Dashboard:
129
+ * - UI displays list of all recent executions
130
+ * - User can filter by status (show only failed, show only in-progress)
131
+ * - User can page through historical executions
132
+ *
133
+ * 2. Monitor Active Executions:
134
+ * - UI calls list(phase=EXECUTION_IN_PROGRESS) to show running executions
135
+ * - UI displays progress for each execution (completed_tasks / total_tasks)
136
+ * - UI refreshes list periodically to show updates
137
+ *
138
+ * 3. Audit and Compliance:
139
+ * - Admin lists all executions for a time period
140
+ * - Admin filters by tags (environment, team, project)
141
+ * - Admin exports execution history for audit logs
142
+ *
143
+ * 4. Debug and Troubleshooting:
144
+ * - Developer lists failed executions (phase=EXECUTION_FAILED)
145
+ * - Developer inspects error messages and retry patterns
146
+ * - Developer identifies systematic failures
147
+ *
148
+ * Error Cases:
149
+ *
150
+ * - INVALID_ARGUMENT:
151
+ * - page_size is negative or exceeds maximum
152
+ * - Invalid page_token (expired, corrupted)
153
+ *
154
+ * Example Request (Filter for failed executions):
155
+ * {
156
+ * "page_size": 20,
157
+ * "phase": 4, // EXECUTION_FAILED
158
+ * "tags": ["environment:production"]
159
+ * }
160
+ *
161
+ * Example Response:
162
+ * {
163
+ * "total_pages": 3,
164
+ * "entries": [
165
+ * {
166
+ * "metadata": { "id": "wfx-failed-1", ... },
167
+ * "status": { "phase": 4, "error": "Task failed: API timeout", ... }
168
+ * },
169
+ * {
170
+ * "metadata": { "id": "wfx-failed-2", ... },
171
+ * "status": { "phase": 4, "error": "Task failed: Rate limit", ... }
172
+ * }
173
+ * ]
174
+ * }
175
+ *
176
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.list
177
+ */
178
+ readonly list: {
179
+ readonly name: "list";
180
+ readonly I: any;
181
+ readonly O: any;
182
+ readonly kind: any;
183
+ };
184
+ /**
185
+ * List all executions for a specific Workflow or WorkflowInstance.
186
+ *
187
+ * Returns executions filtered by a specific Workflow ID.
188
+ * This is useful for viewing execution history of a particular workflow.
189
+ *
190
+ * Authorization:
191
+ * Custom authorization verifies:
192
+ * 1. User has access to the referenced Workflow or WorkflowInstance
193
+ * 2. Results are filtered to only include executions user can access
194
+ *
195
+ * Pagination:
196
+ * - page_size: Maximum number of results to return (default: 50, max: 100)
197
+ * - page_token: Opaque token from previous response for next page
198
+ *
199
+ * Sorting:
200
+ * Results are sorted by created_at descending (newest first).
201
+ *
202
+ * Use Cases:
203
+ *
204
+ * 1. Workflow Execution History:
205
+ * - User views a Workflow in the UI
206
+ * - UI calls listByWorkflow(workflow_id) to show all executions
207
+ * - UI displays timeline of executions with success/failure indicators
208
+ *
209
+ * 2. Performance Analysis:
210
+ * - Developer wants to analyze workflow performance over time
211
+ * - Developer calls listByWorkflow() to get all executions
212
+ * - Developer calculates average duration, success rate, failure patterns
213
+ *
214
+ * 3. Retry Analysis:
215
+ * - User sees failed execution
216
+ * - User calls listByWorkflow() to see if other executions also failed
217
+ * - User determines if failure is systematic or one-off
218
+ *
219
+ * 4. Workflow Testing:
220
+ * - Developer tests a workflow with multiple executions
221
+ * - Developer calls listByWorkflow() to see all test runs
222
+ * - Developer compares outputs across executions
223
+ *
224
+ * Error Cases:
225
+ *
226
+ * - INVALID_ARGUMENT:
227
+ * - workflow_id is empty or invalid format
228
+ * - page_size is negative or exceeds maximum
229
+ *
230
+ * - PERMISSION_DENIED:
231
+ * - User doesn't have access to the referenced Workflow/WorkflowInstance
232
+ *
233
+ * - NOT_FOUND:
234
+ * - No Workflow or WorkflowInstance exists with the given ID
235
+ *
236
+ * Example Request:
237
+ * {
238
+ * "workflow_id": "wfi-customer-onboarding-prod",
239
+ * "page_size": 50
240
+ * }
241
+ *
242
+ * Example Response:
243
+ * {
244
+ * "total_pages": 5,
245
+ * "entries": [
246
+ * {
247
+ * "metadata": { "id": "wfx-latest", "created_at": "2025-01-11T14:30:22Z" },
248
+ * "status": { "phase": 3, ... } // COMPLETED
249
+ * },
250
+ * {
251
+ * "metadata": { "id": "wfx-previous", "created_at": "2025-01-11T10:15:00Z" },
252
+ * "status": { "phase": 4, ... } // FAILED
253
+ * }
254
+ * ]
255
+ * }
256
+ *
257
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.listByWorkflow
258
+ */
259
+ readonly listByWorkflow: {
260
+ readonly name: "listByWorkflow";
261
+ readonly I: any;
262
+ readonly O: any;
263
+ readonly kind: any;
264
+ };
265
+ /**
266
+ * Subscribe to real-time updates for a specific workflow execution (server streaming).
267
+ *
268
+ * Opens a bidirectional stream that pushes WorkflowExecution updates as they occur.
269
+ * Client receives updates when:
270
+ * - Execution phase changes (PENDING → IN_PROGRESS → COMPLETED)
271
+ * - Tasks start or complete
272
+ * - Progress events are appended
273
+ * - Output or error fields are set
274
+ *
275
+ * Authorization:
276
+ * Standard authorization checks that user has "get" permission on the WorkflowExecution.
277
+ * This is the same permission check as get() RPC.
278
+ *
279
+ * Stream Lifecycle:
280
+ * 1. Client sends SubscribeWorkflowExecutionRequest with execution_id
281
+ * 2. Server validates authorization
282
+ * 3. Server sends initial WorkflowExecution (current state)
283
+ * 4. Server streams updates as execution progresses
284
+ * 5. Server closes stream when execution reaches terminal state (COMPLETED/FAILED/CANCELLED)
285
+ * 6. Client can close stream early (e.g., user navigates away from page)
286
+ *
287
+ * Update Frequency:
288
+ * - Updates are sent immediately when execution state changes
289
+ * - No polling necessary (server pushes updates)
290
+ * - Typical update latency: < 100ms
291
+ *
292
+ * Use Cases:
293
+ *
294
+ * 1. Real-Time Progress Monitoring:
295
+ * - User triggers an execution from UI
296
+ * - UI subscribes to execution updates
297
+ * - UI displays live progress: tasks completing, progress bar updating
298
+ * - UI shows final output when execution completes
299
+ *
300
+ * 2. Long-Running Workflow Monitoring:
301
+ * - Workflow takes hours to complete (e.g., data processing)
302
+ * - UI subscribes and shows live progress
303
+ * - User can leave page, come back, and reconnect to same execution
304
+ *
305
+ * 3. Debugging with Live Updates:
306
+ * - Developer triggers test execution
307
+ * - Developer subscribes to watch execution progress
308
+ * - Developer sees exactly which task is running and when failures occur
309
+ *
310
+ * 4. Multi-User Collaboration:
311
+ * - Multiple users watching same execution
312
+ * - All users receive same updates simultaneously
313
+ * - All users see consistent view of execution state
314
+ *
315
+ * Stream Message Format:
316
+ * Each message is a complete WorkflowExecution resource with updated status.
317
+ *
318
+ * Error Cases:
319
+ *
320
+ * - NOT_FOUND:
321
+ * - No WorkflowExecution exists with the given ID
322
+ *
323
+ * - PERMISSION_DENIED:
324
+ * - User doesn't have "get" permission on this WorkflowExecution
325
+ *
326
+ * - DEADLINE_EXCEEDED:
327
+ * - Client timeout (client should reconnect)
328
+ *
329
+ * - UNAVAILABLE:
330
+ * - Server unavailable (client should retry with backoff)
331
+ *
332
+ * Example Request:
333
+ * {
334
+ * "execution_id": "wfx-abc123xyz456"
335
+ * }
336
+ *
337
+ * Example Stream (sequence of messages):
338
+ *
339
+ * Message 1 (initial state):
340
+ * {
341
+ * "metadata": { "id": "wfx-abc123xyz456" },
342
+ * "status": {
343
+ * "phase": 1, // EXECUTION_PENDING
344
+ * "total_tasks": 3,
345
+ * "completed_tasks": 0
346
+ * }
347
+ * }
348
+ *
349
+ * Message 2 (execution started):
350
+ * {
351
+ * "metadata": { "id": "wfx-abc123xyz456" },
352
+ * "status": {
353
+ * "phase": 2, // EXECUTION_IN_PROGRESS
354
+ * "started_at": "2025-01-11T14:30:22Z"
355
+ * }
356
+ * }
357
+ *
358
+ * Message 3 (task 1 completed):
359
+ * {
360
+ * "metadata": { "id": "wfx-abc123xyz456" },
361
+ * "status": {
362
+ * "phase": 2, // EXECUTION_IN_PROGRESS
363
+ * "completed_tasks": 1,
364
+ * "tasks": [
365
+ * { "task_id": "task-1", "status": 3, "output": { ... } }
366
+ * ]
367
+ * }
368
+ * }
369
+ *
370
+ * Message 4 (execution completed):
371
+ * {
372
+ * "metadata": { "id": "wfx-abc123xyz456" },
373
+ * "status": {
374
+ * "phase": 3, // EXECUTION_COMPLETED
375
+ * "completed_tasks": 3,
376
+ * "output": { ... },
377
+ * "completed_at": "2025-01-11T14:35:47Z"
378
+ * }
379
+ * }
380
+ * [Stream closes]
381
+ *
382
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.subscribe
383
+ */
384
+ readonly subscribe: {
385
+ readonly name: "subscribe";
386
+ readonly I: any;
387
+ readonly O: any;
388
+ readonly kind: any;
389
+ };
390
+ };
391
+ };