@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
@@ -5,13 +5,15 @@ import type { Message } from "@bufbuild/protobuf";
5
5
  */
6
6
  export declare const file_ai_stigmer_platform_github_v1_service: GenFile;
7
7
  /**
8
- * Request to get the OAuth authorize URL.
8
+ * Input for requesting a GitHub OAuth authorize URL.
9
9
  *
10
10
  * @generated from message ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlRequest
11
11
  */
12
12
  export type GetOAuthAuthorizeUrlRequest = Message<"ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlRequest"> & {
13
13
  /**
14
- * The URI that GitHub will redirect back to after the user authorizes.
14
+ * Callback URI that GitHub redirects to after the user authorizes.
15
+ *
16
+ * @internal
15
17
  * Must match one of the callback URLs registered on the GitHub App.
16
18
  *
17
19
  * @generated from field: string redirect_uri = 1;
@@ -24,20 +26,20 @@ export type GetOAuthAuthorizeUrlRequest = Message<"ai.stigmer.platform.github.v1
24
26
  */
25
27
  export declare const GetOAuthAuthorizeUrlRequestSchema: GenMessage<GetOAuthAuthorizeUrlRequest>;
26
28
  /**
27
- * Response containing the constructed OAuth authorize URL.
29
+ * Result of requesting a GitHub OAuth authorize URL.
28
30
  *
29
31
  * @generated from message ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlResponse
30
32
  */
31
33
  export type GetOAuthAuthorizeUrlResponse = Message<"ai.stigmer.platform.github.v1.GetOAuthAuthorizeUrlResponse"> & {
32
34
  /**
33
- * The full GitHub OAuth authorize URL to redirect the user to.
35
+ * Full GitHub OAuth authorize URL to redirect the user to.
34
36
  *
35
37
  * @generated from field: string authorize_url = 1;
36
38
  */
37
39
  authorizeUrl: string;
38
40
  /**
39
- * A random state value for CSRF protection. The frontend must verify
40
- * this matches the state returned in the callback.
41
+ * Random state value for CSRF protection.
42
+ * Pass this back in ExchangeOAuthCodeRequest to verify the callback.
41
43
  *
42
44
  * @generated from field: string state = 2;
43
45
  */
@@ -49,26 +51,28 @@ export type GetOAuthAuthorizeUrlResponse = Message<"ai.stigmer.platform.github.v
49
51
  */
50
52
  export declare const GetOAuthAuthorizeUrlResponseSchema: GenMessage<GetOAuthAuthorizeUrlResponse>;
51
53
  /**
52
- * Request to exchange an authorization code for an access token.
54
+ * Input for exchanging a GitHub authorization code for an access token.
53
55
  *
54
56
  * @generated from message ai.stigmer.platform.github.v1.ExchangeOAuthCodeRequest
55
57
  */
56
58
  export type ExchangeOAuthCodeRequest = Message<"ai.stigmer.platform.github.v1.ExchangeOAuthCodeRequest"> & {
57
59
  /**
58
- * The authorization code received from GitHub's OAuth redirect.
60
+ * Authorization code received from GitHub's OAuth redirect callback.
59
61
  *
60
62
  * @generated from field: string code = 1;
61
63
  */
62
64
  code: string;
63
65
  /**
64
- * The state value from the original authorize request, for CSRF verification.
66
+ * State value from the original authorize response, for CSRF verification.
65
67
  *
66
68
  * @generated from field: string state = 2;
67
69
  */
68
70
  state: string;
69
71
  /**
70
- * The redirect_uri used in the original authorize request.
71
- * GitHub requires this to match for the token exchange.
72
+ * Redirect URI used in the original authorize request.
73
+ *
74
+ * @internal
75
+ * GitHub requires this to match the value from the authorize step.
72
76
  *
73
77
  * @generated from field: string redirect_uri = 3;
74
78
  */
@@ -80,25 +84,25 @@ export type ExchangeOAuthCodeRequest = Message<"ai.stigmer.platform.github.v1.Ex
80
84
  */
81
85
  export declare const ExchangeOAuthCodeRequestSchema: GenMessage<ExchangeOAuthCodeRequest>;
82
86
  /**
83
- * Response containing the exchanged access token.
87
+ * Result of exchanging a GitHub authorization code for an access token.
84
88
  *
85
89
  * @generated from message ai.stigmer.platform.github.v1.ExchangeOAuthCodeResponse
86
90
  */
87
91
  export type ExchangeOAuthCodeResponse = Message<"ai.stigmer.platform.github.v1.ExchangeOAuthCodeResponse"> & {
88
92
  /**
89
- * The GitHub access token for API calls.
93
+ * GitHub access token for API calls.
90
94
  *
91
95
  * @generated from field: string access_token = 1;
92
96
  */
93
97
  accessToken: string;
94
98
  /**
95
- * The token type (typically "bearer").
99
+ * Token type (typically "bearer").
96
100
  *
97
101
  * @generated from field: string token_type = 2;
98
102
  */
99
103
  tokenType: string;
100
104
  /**
101
- * The granted OAuth scopes (comma-separated).
105
+ * Granted OAuth scopes, comma-separated.
102
106
  *
103
107
  * @generated from field: string scope = 3;
104
108
  */
@@ -112,28 +116,32 @@ export declare const ExchangeOAuthCodeResponseSchema: GenMessage<ExchangeOAuthCo
112
116
  /**
113
117
  * GitHubService provides OAuth integration with GitHub.
114
118
  *
115
- * This is a platform utility service not a domain resource.
116
- * It enables the web console (and SDK consumers) to connect a user's
117
- * GitHub account via OAuth, then browse and select repositories
118
- * for workspace configuration.
119
- *
120
- * The service handles the server-side OAuth code exchange (protecting
121
- * the client_secret) and provides the authorize URL so the frontend
122
- * does not need to know the client_id or redirect_uri.
119
+ * Use this service to connect a GitHub account via OAuth and obtain
120
+ * an access token for GitHub API calls. The service manages the
121
+ * authorize URL construction and the authorization-code-for-token
122
+ * exchange so callers do not handle OAuth details directly.
123
123
  *
124
- * Tokens are ephemeral — they are returned to the caller and never
125
- * persisted by the backend.
124
+ * @internal
125
+ * This is a platform utility service — not a domain resource.
126
+ * The backend protects the client_secret during the token exchange
127
+ * and constructs the authorize URL with the registered client_id and
128
+ * redirect_uri so the frontend never needs those values.
129
+ * Tokens are ephemeral — returned to the caller and never persisted.
126
130
  *
127
131
  * @generated from service ai.stigmer.platform.github.v1.GitHubService
128
132
  */
129
133
  export declare const GitHubService: GenService<{
130
134
  /**
131
- * Returns the GitHub OAuth authorize URL for initiating the OAuth flow.
135
+ * Get the GitHub OAuth authorize URL for initiating the OAuth flow.
136
+ *
137
+ * Returns a URL to redirect the user to and a random state value for
138
+ * CSRF protection. After the user authorizes, GitHub redirects back
139
+ * to your redirect_uri with an authorization code.
132
140
  *
141
+ * @internal
133
142
  * The backend constructs the URL with the registered client_id, requested
134
- * scopes, and a random state parameter for CSRF protection. The frontend
135
- * redirects the user to this URL, and GitHub redirects back to the
136
- * provided redirect_uri with an authorization code.
143
+ * scopes, and the state parameter. Authorization is skipped because this
144
+ * is a pre-authentication step.
137
145
  *
138
146
  * @generated from rpc ai.stigmer.platform.github.v1.GitHubService.getOAuthAuthorizeUrl
139
147
  */
@@ -143,16 +151,17 @@ export declare const GitHubService: GenService<{
143
151
  output: typeof GetOAuthAuthorizeUrlResponseSchema;
144
152
  };
145
153
  /**
146
- * Exchanges a GitHub OAuth authorization code for an access token.
154
+ * Exchange a GitHub OAuth authorization code for an access token.
147
155
  *
148
- * The frontend calls this after receiving the authorization code from
149
- * GitHub's OAuth redirect. The backend makes the token exchange request
150
- * to GitHub using the client_secret (which must never be exposed to
151
- * the frontend).
156
+ * Call this after receiving the authorization code from GitHub's OAuth
157
+ * redirect. Pass the code, the state from the original authorize request,
158
+ * and the same redirect_uri. Returns an access token for GitHub API calls.
152
159
  *
153
- * The returned access_token is NOT stored by the backend. The frontend
154
- * is responsible for persisting it (e.g., in localStorage) and including
155
- * it in subsequent requests that need GitHub access.
160
+ * @internal
161
+ * The backend performs the token exchange using the client_secret, which
162
+ * must never be exposed to the frontend. The returned access_token is NOT
163
+ * stored by the backend — the caller is responsible for persisting it and
164
+ * including it in subsequent requests that need GitHub access.
156
165
  *
157
166
  * @generated from rpc ai.stigmer.platform.github.v1.GitHubService.exchangeOAuthCode
158
167
  */
@@ -31,17 +31,17 @@ export const ExchangeOAuthCodeResponseSchema = /*@__PURE__*/ messageDesc(file_ai
31
31
  /**
32
32
  * GitHubService provides OAuth integration with GitHub.
33
33
  *
34
- * This is a platform utility service not a domain resource.
35
- * It enables the web console (and SDK consumers) to connect a user's
36
- * GitHub account via OAuth, then browse and select repositories
37
- * for workspace configuration.
38
- *
39
- * The service handles the server-side OAuth code exchange (protecting
40
- * the client_secret) and provides the authorize URL so the frontend
41
- * does not need to know the client_id or redirect_uri.
34
+ * Use this service to connect a GitHub account via OAuth and obtain
35
+ * an access token for GitHub API calls. The service manages the
36
+ * authorize URL construction and the authorization-code-for-token
37
+ * exchange so callers do not handle OAuth details directly.
42
38
  *
43
- * Tokens are ephemeral — they are returned to the caller and never
44
- * persisted by the backend.
39
+ * @internal
40
+ * This is a platform utility service — not a domain resource.
41
+ * The backend protects the client_secret during the token exchange
42
+ * and constructs the authorize URL with the registered client_id and
43
+ * redirect_uri so the frontend never needs those values.
44
+ * Tokens are ephemeral — returned to the caller and never persisted.
45
45
  *
46
46
  * @generated from service ai.stigmer.platform.github.v1.GitHubService
47
47
  */
@@ -1 +1 @@
1
- {"version":3,"file":"service_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/github/v1/service_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAChJ,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,o8BAAo8B,EAAE,CAAC,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAiBjjC;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAwB7D;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA+B7D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA8B7D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAE7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,MAAM,aAAa,GAmCrB,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"service_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/github/v1/service_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAChJ,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,o8BAAo8B,EAAE,CAAC,gEAAgE,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAmBjjC;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAwB7D;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAiC7D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA8B7D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAE7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,MAAM,aAAa,GAwCrB,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
@@ -16,19 +16,12 @@ export declare const file_ai_stigmer_search_v1_io: GenFile;
16
16
  * - Search: Find resources matching a text query
17
17
  * - Discover: Search across all resource kinds
18
18
  *
19
+ * @internal
19
20
  * Examples:
20
- *
21
- * List agents in an organization:
22
- * {kinds: [agent], org: "acme", query: ""}
23
- *
24
- * Search agents by text:
25
- * {kinds: [agent], query: "code review"}
26
- *
27
- * Discover all resources matching a query:
28
- * {kinds: [], query: "kubernetes"}
29
- *
30
- * Search multiple kinds:
31
- * {kinds: [agent, skill], query: "security", org: "acme"}
21
+ * List agents in org: {kinds: [agent], org: "acme", query: ""}
22
+ * Search agents by text: {kinds: [agent], query: "code review"}
23
+ * Discover all: {kinds: [], query: "kubernetes"}
24
+ * Search multiple kinds: {kinds: [agent, skill], query: "security", org: "acme"}
32
25
  *
33
26
  * @generated from message ai.stigmer.search.v1.SearchRequest
34
27
  */
@@ -42,6 +35,7 @@ export type SearchRequest = Message<"ai.stigmer.search.v1.SearchRequest"> & {
42
35
  * - Single kind: Search only that resource type
43
36
  * - Multiple kinds: Search specified types
44
37
  *
38
+ * @internal
45
39
  * Invalid kinds are silently ignored (allows forward compatibility).
46
40
  *
47
41
  * @generated from field: repeated ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kinds = 1;
@@ -72,9 +66,9 @@ export type SearchRequest = Message<"ai.stigmer.search.v1.SearchRequest"> & {
72
66
  * Behavior:
73
67
  * - Empty: Search all organizations the caller has access to
74
68
  * - Non-empty: Search only within the specified organization
75
- * Caller must have access to at least one resource in the org
76
69
  *
77
- * Examples: "stigmer", "acme-corp", "my-org"
70
+ * @internal
71
+ * Caller must have access to at least one resource in the org.
78
72
  *
79
73
  * @generated from field: string org = 3;
80
74
  */
@@ -114,8 +108,8 @@ export declare const SearchRequestSchema: GenMessage<SearchRequest>;
114
108
  * SearchResponse contains paginated search results with metadata.
115
109
  *
116
110
  * The response includes:
117
- * - Matching resources as SearchResult projections
118
- * - Counts per kind for UI filtering/tabs
111
+ * - Matching resources as SearchResult summaries
112
+ * - Counts per kind for filtering
119
113
  * - Pagination metadata
120
114
  *
121
115
  * @generated from message ai.stigmer.search.v1.SearchResponse
@@ -128,8 +122,8 @@ export type SearchResponse = Message<"ai.stigmer.search.v1.SearchResponse"> & {
128
122
  * - With query: Sorted by relevance score (descending)
129
123
  * - Without query: Sorted by created_at (descending, newer first)
130
124
  *
131
- * Each result is a display projection, not the full resource.
132
- * To get the full resource, use the kind-specific get RPC.
125
+ * Each result is a summary, not the full resource.
126
+ * To get the full resource, call the get method for that resource kind.
133
127
  *
134
128
  * @generated from field: repeated ai.stigmer.search.v1.SearchResult entries = 1;
135
129
  */
@@ -174,16 +168,17 @@ export type SearchResponse = Message<"ai.stigmer.search.v1.SearchResponse"> & {
174
168
  */
175
169
  export declare const SearchResponseSchema: GenMessage<SearchResponse>;
176
170
  /**
177
- * SearchResult is a display-optimized projection of an API resource.
171
+ * SearchResult is a lightweight summary of an API resource returned by search.
178
172
  *
179
173
  * Contains only the fields needed for search result display:
180
174
  * - Identity: kind, id, slug, org
181
175
  * - Display: name, description, tags
182
176
  * - Metadata: visibility, timestamps, relevance score
183
177
  *
184
- * This is NOT the full resource. Use the kind-specific QueryController
185
- * (e.g., AgentQueryController.get) to retrieve the complete resource.
178
+ * This is not the full resource. To get the complete resource, call the
179
+ * get method for that resource kind (e.g., client.agent.get()).
186
180
  *
181
+ * @internal
187
182
  * The description field is populated by each resource's Searchable interface:
188
183
  * - Agent: spec.instructions (may be truncated)
189
184
  * - Skill: spec.description
@@ -194,7 +189,7 @@ export declare const SearchResponseSchema: GenMessage<SearchResponse>;
194
189
  */
195
190
  export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
196
191
  /**
197
- * Resource kind (e.g., agent, skill, mcp_server, workflow).
192
+ * Type of API resource this result represents (e.g., agent, skill, mcp_server).
198
193
  *
199
194
  * @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kind = 1;
200
195
  */
@@ -202,17 +197,17 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
202
197
  /**
203
198
  * System-generated unique identifier (UUID).
204
199
  *
205
- * Format: Prefixed UUID (e.g., "agt-550e8400-e29b-41d4-a716-446655440000").
200
+ * Format: Prefixed UUID (e.g., "agt_550e8400-e29b-41d4-a716-446655440000").
206
201
  * Use this for subsequent API calls to get/update/delete the resource.
207
202
  *
208
203
  * @generated from field: string id = 2;
209
204
  */
210
205
  id: string;
211
206
  /**
212
- * Human-readable display name.
207
+ * Human-readable display name of the resource.
213
208
  *
214
- * From metadata.name. This is the user-provided name.
215
- * Example: "Code Review Agent", "Web Search Skill"
209
+ * @internal
210
+ * From metadata.name.
216
211
  *
217
212
  * @generated from field: string name = 3;
218
213
  */
@@ -220,8 +215,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
220
215
  /**
221
216
  * URL-friendly identifier, unique within the organization.
222
217
  *
223
- * From metadata.slug. Lowercase alphanumeric with hyphens.
224
- * Example: "code-review-agent", "web-search"
218
+ * Lowercase alphanumeric with hyphens (e.g., "code-review-agent", "web-search").
219
+ *
220
+ * @internal
221
+ * From metadata.slug.
225
222
  *
226
223
  * @generated from field: string slug = 4;
227
224
  */
@@ -238,25 +235,26 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
238
235
  */
239
236
  qualifiedSlug: string;
240
237
  /**
241
- * Organization that owns this resource.
238
+ * Organization that owns this resource (e.g., "stigmer", "acme-corp").
242
239
  *
243
- * From metadata.org. The organization slug.
244
- * Example: "stigmer", "acme-corp"
240
+ * @internal
241
+ * From metadata.org.
245
242
  *
246
243
  * @generated from field: string org = 6;
247
244
  */
248
245
  org: string;
249
246
  /**
250
- * Brief description for display in search results.
247
+ * Brief description of the resource for display in search results.
251
248
  *
249
+ * May be empty if the resource has no description.
250
+ *
251
+ * @internal
252
252
  * Extracted from the resource spec via the Searchable interface.
253
253
  * The source field varies by resource type:
254
- * - Agent: spec.instructions
254
+ * - Agent: spec.instructions (may be truncated)
255
255
  * - Skill: spec.description
256
256
  * - McpServer: spec.description
257
257
  * - Workflow: spec.description
258
- *
259
- * May be empty if the resource has no description.
260
258
  * Truncation for display is a presentation concern (CLI/UI responsibility).
261
259
  *
262
260
  * @generated from field: string description = 7;
@@ -272,10 +270,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
272
270
  */
273
271
  visibility: ApiResourceVisibility;
274
272
  /**
275
- * Tags for categorization and filtering.
273
+ * User-provided tags for categorization and filtering.
276
274
  *
277
- * From metadata.tags. User-provided labels.
278
- * Example: ["security", "code-review", "ai"]
275
+ * @internal
276
+ * From metadata.tags.
279
277
  *
280
278
  * @generated from field: repeated string tags = 9;
281
279
  */
@@ -283,8 +281,10 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
283
281
  /**
284
282
  * When the resource was created.
285
283
  *
284
+ * Used for sorting in list mode (when no query is provided).
285
+ *
286
+ * @internal
286
287
  * From status.audit.created_at.
287
- * Used for sorting in list mode (no query).
288
288
  *
289
289
  * @generated from field: google.protobuf.Timestamp created_at = 10;
290
290
  */
@@ -292,8 +292,8 @@ export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
292
292
  /**
293
293
  * When the resource was last updated.
294
294
  *
295
+ * @internal
295
296
  * From status.audit.updated_at.
296
- * Useful for showing recency in search results.
297
297
  *
298
298
  * @generated from field: google.protobuf.Timestamp updated_at = 11;
299
299
  */
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mGAAmG;AACnG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,gEAAgE,CAAC;AAEvJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mCAAmC,CAAC;AAE7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,6vCAA6vC,EAAE,CAAC,qEAAqE,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAwGj+C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA8D/C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA0J/C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mGAAmG;AACnG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,gEAAgE,CAAC;AAEvJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mCAAmC,CAAC;AAE7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,6vCAA6vC,EAAE,CAAC,qEAAqE,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAkGj+C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA8D/C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AAgK/C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC"}
@@ -1,18 +1,24 @@
1
1
  /**
2
- * SearchService provides unified search across all API resources.
2
+ * SearchService provides unified search and discovery across API resources.
3
3
  *
4
- * This is a CQRS Query Service operating on the read-side of the system.
5
- * It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
6
- * and returns display-optimized projections. It does not modify state.
4
+ * A single RPC handles listing, searching, and discovering resources.
5
+ * The behavior depends on the combination of request parameters:
6
+ * specify kinds to filter by resource type, provide a query for full-text
7
+ * search, or leave both empty to list all accessible resources.
8
+ *
9
+ * Results only include resources the caller has permission to view.
10
+ *
11
+ * @internal
12
+ * This is a CQRS Query Service on the read-side. It queries multiple domain
13
+ * aggregates (Agent, Skill, McpServer, Workflow) and returns display-optimized
14
+ * projections. It does not modify state.
7
15
  *
8
- * Architectural Note:
9
16
  * Search is cross-aggregate query infrastructure, not a domain bounded context.
10
17
  * It lives in the query layer (CQRS read-side), not the domain layer.
11
18
  * Therefore, it does not have an api_resource_kind option like domain services.
12
19
  *
13
- * Authorization Model:
14
- * Unlike domain services that use declarative authorization options,
15
- * SearchService handles authorization programmatically in the handler:
20
+ * Authorization is handled programmatically in the handler (not via
21
+ * declarative authorization options like domain services):
16
22
  * 1. Call FGA to get authorized resource IDs per requested kind
17
23
  * 2. Apply filters (org, query, exclude_public) against authorized set
18
24
  * 3. Return only resources the caller has can_view permission on
@@ -35,25 +41,25 @@ export declare const SearchService: {
35
41
  * This is the unified entry point for list, search, and discover operations.
36
42
  * The behavior is determined by the combination of request parameters:
37
43
  *
38
- * | Operation | kinds | query | org | Behavior |
39
- * |-----------|-----------|-------|---------|---------------------------------------|
40
- * | List | [X] | "" | "acme" | All X in org, sorted by created_at |
41
- * | List All | [X] | "" | "" | All accessible X, sorted by created_at|
42
- * | Search | [X] | "..." | "" | Search X by query, sorted by relevance|
43
- * | Search Org| [X] | "..." | "acme" | Search X in org, sorted by relevance |
44
- * | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
44
+ * | Operation | kinds | query | org | Behavior |
45
+ * |------------|---------|-------|--------|----------------------------------------|
46
+ * | List | [X] | "" | "acme" | All X in org, sorted by created_at |
47
+ * | List All | [X] | "" | "" | All accessible X, sorted by created_at |
48
+ * | Search | [X] | "..." | "" | Search X by query, sorted by relevance |
49
+ * | Search Org | [X] | "..." | "acme" | Search X in org, sorted by relevance |
50
+ * | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
45
51
  *
46
52
  * Sort Order:
47
53
  * - With query: Results sorted by relevance score (descending)
48
54
  * - Without query: Results sorted by created_at (descending, newer first)
49
55
  *
50
- * Authorization:
51
- * Returns only resources the caller has can_view permission on.
52
- * The handler queries FGA per kind to get authorized IDs, then applies filters.
53
- *
54
56
  * Pagination:
55
57
  * Use page.num (1-indexed) and page.size to paginate results.
56
- * Response includes total_count and total_pages for UI pagination controls.
58
+ * Response includes total_count and total_pages for pagination controls.
59
+ *
60
+ * @internal
61
+ * Authorization: Returns only resources the caller has can_view permission on.
62
+ * The handler queries FGA per kind to get authorized IDs, then applies filters.
57
63
  *
58
64
  * @generated from rpc ai.stigmer.search.v1.SearchService.search
59
65
  */
@@ -4,20 +4,26 @@
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
6
  /**
7
- * SearchService provides unified search across all API resources.
7
+ * SearchService provides unified search and discovery across API resources.
8
8
  *
9
- * This is a CQRS Query Service operating on the read-side of the system.
10
- * It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
11
- * and returns display-optimized projections. It does not modify state.
9
+ * A single RPC handles listing, searching, and discovering resources.
10
+ * The behavior depends on the combination of request parameters:
11
+ * specify kinds to filter by resource type, provide a query for full-text
12
+ * search, or leave both empty to list all accessible resources.
13
+ *
14
+ * Results only include resources the caller has permission to view.
15
+ *
16
+ * @internal
17
+ * This is a CQRS Query Service on the read-side. It queries multiple domain
18
+ * aggregates (Agent, Skill, McpServer, Workflow) and returns display-optimized
19
+ * projections. It does not modify state.
12
20
  *
13
- * Architectural Note:
14
21
  * Search is cross-aggregate query infrastructure, not a domain bounded context.
15
22
  * It lives in the query layer (CQRS read-side), not the domain layer.
16
23
  * Therefore, it does not have an api_resource_kind option like domain services.
17
24
  *
18
- * Authorization Model:
19
- * Unlike domain services that use declarative authorization options,
20
- * SearchService handles authorization programmatically in the handler:
25
+ * Authorization is handled programmatically in the handler (not via
26
+ * declarative authorization options like domain services):
21
27
  * 1. Call FGA to get authorized resource IDs per requested kind
22
28
  * 2. Apply filters (org, query, exclude_public) against authorized set
23
29
  * 3. Return only resources the caller has can_view permission on
@@ -40,25 +46,25 @@ export const SearchService = {
40
46
  * This is the unified entry point for list, search, and discover operations.
41
47
  * The behavior is determined by the combination of request parameters:
42
48
  *
43
- * | Operation | kinds | query | org | Behavior |
44
- * |-----------|-----------|-------|---------|---------------------------------------|
45
- * | List | [X] | "" | "acme" | All X in org, sorted by created_at |
46
- * | List All | [X] | "" | "" | All accessible X, sorted by created_at|
47
- * | Search | [X] | "..." | "" | Search X by query, sorted by relevance|
48
- * | Search Org| [X] | "..." | "acme" | Search X in org, sorted by relevance |
49
- * | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
49
+ * | Operation | kinds | query | org | Behavior |
50
+ * |------------|---------|-------|--------|----------------------------------------|
51
+ * | List | [X] | "" | "acme" | All X in org, sorted by created_at |
52
+ * | List All | [X] | "" | "" | All accessible X, sorted by created_at |
53
+ * | Search | [X] | "..." | "" | Search X by query, sorted by relevance |
54
+ * | Search Org | [X] | "..." | "acme" | Search X in org, sorted by relevance |
55
+ * | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
50
56
  *
51
57
  * Sort Order:
52
58
  * - With query: Results sorted by relevance score (descending)
53
59
  * - Without query: Results sorted by created_at (descending, newer first)
54
60
  *
55
- * Authorization:
56
- * Returns only resources the caller has can_view permission on.
57
- * The handler queries FGA per kind to get authorized IDs, then applies filters.
58
- *
59
61
  * Pagination:
60
62
  * Use page.num (1-indexed) and page.size to paginate results.
61
- * Response includes total_count and total_pages for UI pagination controls.
63
+ * Response includes total_count and total_pages for pagination controls.
64
+ *
65
+ * @internal
66
+ * Authorization: Returns only resources the caller has can_view permission on.
67
+ * The handler queries FGA per kind to get authorized IDs, then applies filters.
62
68
  *
63
69
  * @generated from rpc ai.stigmer.search.v1.SearchService.search
64
70
  */
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}