@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,48 @@
1
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ApiResourceKind } from "./apiresourcekind/api_resource_kind_pb";
3
+ import type { FieldOptions, MessageOptions } from "@bufbuild/protobuf/wkt";
4
+ /**
5
+ * Describes the file ai/stigmer/commons/apiresource/field_options.proto.
6
+ */
7
+ export declare const file_ai_stigmer_commons_apiresource_field_options: GenFile;
8
+ /**
9
+ * Marks a field as computed/read-only
10
+ *
11
+ * @generated from extension: bool computed = 90201;
12
+ */
13
+ export declare const computed: GenExtension<FieldOptions, boolean>;
14
+ /**
15
+ * Marks a field as immutable (can be set on create, but not updated)
16
+ *
17
+ * @generated from extension: bool immutable = 90202;
18
+ */
19
+ export declare const immutable: GenExtension<FieldOptions, boolean>;
20
+ /**
21
+ * Marks a field as accepting JQ expressions (enables smart type conversion in SDK)
22
+ *
23
+ * @generated from extension: bool is_expression = 90203;
24
+ */
25
+ export declare const is_expression: GenExtension<FieldOptions, boolean>;
26
+ /**
27
+ * Declares what kind of resource an ApiResourceReference field points to.
28
+ * Used by codegen to auto-populate the kind enum and flatten reference types.
29
+ *
30
+ * @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind reference_kind = 90204;
31
+ */
32
+ export declare const reference_kind: GenExtension<FieldOptions, ApiResourceKind>;
33
+ /**
34
+ * Marks a google.protobuf.Struct field as a discriminated union.
35
+ * Value is the name of the sibling field that acts as the kind/discriminator.
36
+ * Used by codegen to expand the Struct into typed variant fields.
37
+ *
38
+ * @generated from extension: optional string discriminated_by = 90205;
39
+ */
40
+ export declare const discriminated_by: GenExtension<FieldOptions, string>;
41
+ /**
42
+ * Marks a message as a typed variant of a discriminated union.
43
+ * Value is the enum string value this message corresponds to.
44
+ * Used together with discriminated_by on the parent Struct field.
45
+ *
46
+ * @generated from extension: optional string discriminator_value = 90301;
47
+ */
48
+ export declare const discriminator_value: GenExtension<MessageOptions, string>;
@@ -0,0 +1,52 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/commons/apiresource/field_options.proto (package ai.stigmer.commons.apiresource, syntax proto3)
3
+ /* eslint-disable */
4
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind } from "./apiresourcekind/api_resource_kind_pb";
6
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
+ /**
8
+ * Describes the file ai/stigmer/commons/apiresource/field_options.proto.
9
+ */
10
+ export const file_ai_stigmer_commons_apiresource_field_options = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvZmllbGRfb3B0aW9ucy5wcm90bxIeYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlOjsKCGNvbXB1dGVkEh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjZwAUgASgIUghjb21wdXRlZDo9CglpbW11dGFibGUSHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGNrABSABKAhSCWltbXV0YWJsZTpECg1pc19leHByZXNzaW9uEh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjbwAUgASgIUgxpc0V4cHJlc3Npb246hwEKDnJlZmVyZW5jZV9raW5kEh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjcwAUgASgOMj8uYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUtpbmRSDXJlZmVyZW5jZUtpbmQ6TQoQZGlzY3JpbWluYXRlZF9ieRIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMY3cAFIAEoCVIPZGlzY3JpbWluYXRlZEJ5iAEBOlUKE2Rpc2NyaW1pbmF0b3JfdmFsdWUSHy5nb29nbGUucHJvdG9idWYuTWVzc2FnZU9wdGlvbnMYvcEFIAEoCVISZGlzY3JpbWluYXRvclZhbHVliAEBYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, file_google_protobuf_descriptor]);
11
+ /**
12
+ * Marks a field as computed/read-only
13
+ *
14
+ * @generated from extension: bool computed = 90201;
15
+ */
16
+ export const computed = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 0);
17
+ /**
18
+ * Marks a field as immutable (can be set on create, but not updated)
19
+ *
20
+ * @generated from extension: bool immutable = 90202;
21
+ */
22
+ export const immutable = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 1);
23
+ /**
24
+ * Marks a field as accepting JQ expressions (enables smart type conversion in SDK)
25
+ *
26
+ * @generated from extension: bool is_expression = 90203;
27
+ */
28
+ export const is_expression = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 2);
29
+ /**
30
+ * Declares what kind of resource an ApiResourceReference field points to.
31
+ * Used by codegen to auto-populate the kind enum and flatten reference types.
32
+ *
33
+ * @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind reference_kind = 90204;
34
+ */
35
+ export const reference_kind = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 3);
36
+ /**
37
+ * Marks a google.protobuf.Struct field as a discriminated union.
38
+ * Value is the name of the sibling field that acts as the kind/discriminator.
39
+ * Used by codegen to expand the Struct into typed variant fields.
40
+ *
41
+ * @generated from extension: optional string discriminated_by = 90205;
42
+ */
43
+ export const discriminated_by = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 4);
44
+ /**
45
+ * Marks a message as a typed variant of a discriminated union.
46
+ * Value is the enum string value this message corresponds to.
47
+ * Used together with discriminated_by on the parent Struct field.
48
+ *
49
+ * @generated from extension: optional string discriminator_value = 90301;
50
+ */
51
+ export const discriminator_value = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_field_options, 5);
52
+ //# sourceMappingURL=field_options_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field_options_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/field_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,qEAAqE,EAAE,MAAM,wCAAwC,CAAC;AAE/H,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,qxBAAqxB,EAAE,CAAC,qEAAqE,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE54B;;;;GAIG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAwC,aAAa,CACxE,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAwC,aAAa,CACzE,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwC,aAAa,CAC7E,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;GAKG;AACH,MAAM,CAAC,MAAM,cAAc,GAAgD,aAAa,CACtF,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAuC,aAAa,CAC/E,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAyC,aAAa,CACpF,OAAO,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,185 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ApiResourceKind } from "./apiresourcekind/api_resource_kind_pb";
3
+ import type { PageInfo } from "../rpc/pagination_pb";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file ai/stigmer/commons/apiresource/io.proto.
7
+ */
8
+ export declare const file_ai_stigmer_commons_apiresource_io: GenFile;
9
+ /**
10
+ * Wrapper for api-resource-id
11
+ *
12
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceId
13
+ */
14
+ export type ApiResourceId = Message<"ai.stigmer.commons.apiresource.ApiResourceId"> & {
15
+ /**
16
+ * @generated from field: string value = 1;
17
+ */
18
+ value: string;
19
+ };
20
+ /**
21
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceId.
22
+ * Use `create(ApiResourceIdSchema)` to create a new message.
23
+ */
24
+ export declare const ApiResourceIdSchema: GenMessage<ApiResourceId>;
25
+ /**
26
+ * Input for rpc to delete or preview delete for any api resource
27
+ *
28
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceDeleteInput
29
+ */
30
+ export type ApiResourceDeleteInput = Message<"ai.stigmer.commons.apiresource.ApiResourceDeleteInput"> & {
31
+ /**
32
+ * ID of the resource
33
+ *
34
+ * @generated from field: string resource_id = 1;
35
+ */
36
+ resourceId: string;
37
+ /**
38
+ * A descriptive message explaining the reason for deleting the resource. This is used for audit purposes.
39
+ * For example, "Deleting as it is no longer needed".
40
+ *
41
+ * @generated from field: string version_message = 2;
42
+ */
43
+ versionMessage: string;
44
+ /**
45
+ * Flag for api-resources that require force deletion override from the clients
46
+ *
47
+ * @generated from field: bool force = 3;
48
+ */
49
+ force: boolean;
50
+ };
51
+ /**
52
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceDeleteInput.
53
+ * Use `create(ApiResourceDeleteInputSchema)` to create a new message.
54
+ */
55
+ export declare const ApiResourceDeleteInputSchema: GenMessage<ApiResourceDeleteInput>;
56
+ /**
57
+ * Input for requests that need api-resource org and slug
58
+ *
59
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceByOrgBySlugRequest
60
+ */
61
+ export type ApiResourceByOrgBySlugRequest = Message<"ai.stigmer.commons.apiresource.ApiResourceByOrgBySlugRequest"> & {
62
+ /**
63
+ * ID of the organization
64
+ *
65
+ * @generated from field: string org = 1;
66
+ */
67
+ org: string;
68
+ /**
69
+ * Slug of the resource
70
+ *
71
+ * @generated from field: string slug = 2;
72
+ */
73
+ slug: string;
74
+ };
75
+ /**
76
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceByOrgBySlugRequest.
77
+ * Use `create(ApiResourceByOrgBySlugRequestSchema)` to create a new message.
78
+ */
79
+ export declare const ApiResourceByOrgBySlugRequestSchema: GenMessage<ApiResourceByOrgBySlugRequest>;
80
+ /**
81
+ * Input for find (list) operations with pagination
82
+ *
83
+ * @generated from message ai.stigmer.commons.apiresource.FindApiResourcesRequest
84
+ */
85
+ export type FindApiResourcesRequest = Message<"ai.stigmer.commons.apiresource.FindApiResourcesRequest"> & {
86
+ /**
87
+ * Organization ID to filter by
88
+ *
89
+ * @generated from field: string org = 1;
90
+ */
91
+ org: string;
92
+ /**
93
+ * API resource kind (optional filter)
94
+ *
95
+ * @generated from field: string kind = 3;
96
+ */
97
+ kind: string;
98
+ /**
99
+ * Pagination info
100
+ *
101
+ * @generated from field: ai.stigmer.commons.rpc.PageInfo page = 4;
102
+ */
103
+ page?: PageInfo;
104
+ /**
105
+ * Page number (1-indexed) - deprecated, use page.num
106
+ *
107
+ * @generated from field: int32 page_number = 5;
108
+ */
109
+ pageNumber: number;
110
+ /**
111
+ * Number of items per page (default: 20, max: 100) - deprecated, use page.size
112
+ *
113
+ * @generated from field: int32 page_size = 6;
114
+ */
115
+ pageSize: number;
116
+ };
117
+ /**
118
+ * Describes the message ai.stigmer.commons.apiresource.FindApiResourcesRequest.
119
+ * Use `create(FindApiResourcesRequestSchema)` to create a new message.
120
+ */
121
+ export declare const FindApiResourcesRequestSchema: GenMessage<FindApiResourcesRequest>;
122
+ /**
123
+ * Generic reference to any API resource by org and slug.
124
+ * Used across resources to reference other resources (e.g., Environment, Agent, Skill).
125
+ * Canonical format: "org/slug" (e.g., "stigmer/web-search", "acme/my-agent").
126
+ *
127
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceReference
128
+ */
129
+ export type ApiResourceReference = Message<"ai.stigmer.commons.apiresource.ApiResourceReference"> & {
130
+ /**
131
+ * Organization that owns the referenced resource.
132
+ *
133
+ * When non-empty: must be a valid org slug (lowercase alphanumeric with hyphens,
134
+ * starts with a letter, 1-63 characters). Example: "stigmer", "acme-corp".
135
+ *
136
+ * When empty: the reference is relative — the server resolves it to the parent
137
+ * resource's organization at write time. All stored and returned references
138
+ * always have org populated (absolute form).
139
+ *
140
+ * Use empty org for same-org references (the common case).
141
+ * Use explicit org for cross-org references (e.g., marketplace resources).
142
+ *
143
+ * @generated from field: string org = 1;
144
+ */
145
+ org: string;
146
+ /**
147
+ * Kind of the referenced resource (e.g., SKILL, AGENT, MCP_SERVER).
148
+ *
149
+ * @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kind = 2;
150
+ */
151
+ kind: ApiResourceKind;
152
+ /**
153
+ * Resource slug (user-friendly identifier, unique within org).
154
+ * Format: lowercase alphanumeric with hyphens, must start with a letter (e.g., "web-search", "code-reviewer").
155
+ * Length: 1-63 characters.
156
+ *
157
+ * @generated from field: string slug = 3;
158
+ */
159
+ slug: string;
160
+ /**
161
+ * Version of the resource (optional, only applicable to versioned resources like Skills).
162
+ * Supports three formats:
163
+ * 1. Empty/unset → Resolves to "latest" (most recent version)
164
+ * 2. Tag name → Resolves to version with this tag (e.g., "stable", "v1.0")
165
+ * 3. Exact hash → Immutable reference to specific version (e.g., "abc123...")
166
+ *
167
+ * Default behavior: Empty means "latest" (current version).
168
+ * This field is ignored for non-versioned resources.
169
+ *
170
+ * Examples:
171
+ * - version: "" → Use latest version
172
+ * - version: "latest" → Use latest version (explicit)
173
+ * - version: "stable" → Use version tagged as "stable"
174
+ * - version: "v1.0" → Use version tagged as "v1.0"
175
+ * - version: "abc123..." → Use exact version with this hash (immutable)
176
+ *
177
+ * @generated from field: string version = 4;
178
+ */
179
+ version: string;
180
+ };
181
+ /**
182
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceReference.
183
+ * Use `create(ApiResourceReferenceSchema)` to create a new message.
184
+ */
185
+ export declare const ApiResourceReferenceSchema: GenMessage<ApiResourceReference>;
@@ -0,0 +1,37 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/commons/apiresource/io.proto (package ai.stigmer.commons.apiresource, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind } from "./apiresourcekind/api_resource_kind_pb";
6
+ import { file_ai_stigmer_commons_rpc_pagination } from "../rpc/pagination_pb";
7
+ import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb";
8
+ /**
9
+ * Describes the file ai/stigmer/commons/apiresource/io.proto.
10
+ */
11
+ export const file_ai_stigmer_commons_apiresource_io = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvaW8ucHJvdG8SHmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZSImCg1BcGlSZXNvdXJjZUlkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiXQoWQXBpUmVzb3VyY2VEZWxldGVJbnB1dBIbCgtyZXNvdXJjZV9pZBgBIAEoCUIGukgDyAEBEhcKD3ZlcnNpb25fbWVzc2FnZRgCIAEoCRINCgVmb3JjZRgDIAEoCCJKCh1BcGlSZXNvdXJjZUJ5T3JnQnlTbHVnUmVxdWVzdBITCgNvcmcYASABKAlCBrpIA8gBARIUCgRzbHVnGAIgASgJQga6SAPIAQEilAEKF0ZpbmRBcGlSZXNvdXJjZXNSZXF1ZXN0EhMKA29yZxgBIAEoCUIGukgDyAEBEgwKBGtpbmQYAyABKAkSLgoEcGFnZRgEIAEoCzIgLmFpLnN0aWdtZXIuY29tbW9ucy5ycGMuUGFnZUluZm8SEwoLcGFnZV9udW1iZXIYBSABKAUSEQoJcGFnZV9zaXplGAYgASgFIoYCChRBcGlSZXNvdXJjZVJlZmVyZW5jZRIqCgNvcmcYASABKAlCHbpIGnIYGD8yFF4kfF5bYS16XVthLXowLTktXSokEk0KBGtpbmQYAiABKA4yPy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kLkFwaVJlc291cmNlS2luZBItCgRzbHVnGAMgASgJQh+6SBzIAQFyFxABGD8yEV5bYS16XVthLXowLTktXSokEkQKB3ZlcnNpb24YBCABKAlCM7pIMHIuMixeJHxebGF0ZXN0JHxeW2EtekEtWjAtOS5fLV0rJHxeW2EtZjAtOV17NjR9JGIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate]);
12
+ /**
13
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceId.
14
+ * Use `create(ApiResourceIdSchema)` to create a new message.
15
+ */
16
+ export const ApiResourceIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_io, 0);
17
+ /**
18
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceDeleteInput.
19
+ * Use `create(ApiResourceDeleteInputSchema)` to create a new message.
20
+ */
21
+ export const ApiResourceDeleteInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_io, 1);
22
+ /**
23
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceByOrgBySlugRequest.
24
+ * Use `create(ApiResourceByOrgBySlugRequestSchema)` to create a new message.
25
+ */
26
+ export const ApiResourceByOrgBySlugRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_io, 2);
27
+ /**
28
+ * Describes the message ai.stigmer.commons.apiresource.FindApiResourcesRequest.
29
+ * Use `create(FindApiResourcesRequestSchema)` to create a new message.
30
+ */
31
+ export const FindApiResourcesRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_io, 3);
32
+ /**
33
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceReference.
34
+ * Use `create(ApiResourceReferenceSchema)` to create a new message.
35
+ */
36
+ export const ApiResourceReferenceSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_io, 4);
37
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,wCAAwC,CAAC;AAE/H,OAAO,EAAE,sCAAsC,EAAE,MAAM,sBAAsB,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,k7BAAk7B,EAAE,CAAC,qEAAqE,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAc5kC;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AA+BzD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAuBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AA4CzD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAiEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,115 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ApiResourceVisibility } from "./enum_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file ai/stigmer/commons/apiresource/metadata.proto.
6
+ */
7
+ export declare const file_ai_stigmer_commons_apiresource_metadata: GenFile;
8
+ /**
9
+ * ApiResourceMetadata contains standard metadata for all API resources.
10
+ * Every resource belongs to an organization and has a visibility setting.
11
+ *
12
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceMetadata
13
+ */
14
+ export type ApiResourceMetadata = Message<"ai.stigmer.commons.apiresource.ApiResourceMetadata"> & {
15
+ /**
16
+ * Human-readable name of the resource.
17
+ *
18
+ * @generated from field: string name = 1;
19
+ */
20
+ name: string;
21
+ /**
22
+ * URL-friendly identifier, unique within the organization.
23
+ * Combined with org, forms the canonical reference: "org/slug".
24
+ *
25
+ * @generated from field: string slug = 2;
26
+ */
27
+ slug: string;
28
+ /**
29
+ * System-generated unique identifier.
30
+ *
31
+ * @generated from field: string id = 3;
32
+ */
33
+ id: string;
34
+ /**
35
+ * Organization that owns this resource.
36
+ * In Local Mode: Set by the project manifest (seedpack bootstraps "stigmer" org).
37
+ * In Cloud Mode: Required and enforced by the Authorization Service.
38
+ * All resources belong to exactly one organization.
39
+ *
40
+ * @generated from field: string org = 4;
41
+ */
42
+ org: string;
43
+ /**
44
+ * Visibility controls who can access this resource.
45
+ * - PRIVATE: Only members of the owning organization can access.
46
+ * - PUBLIC: Anyone can access (read). Write access still requires org membership.
47
+ * Default: PRIVATE for new resources.
48
+ *
49
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceVisibility visibility = 5;
50
+ */
51
+ visibility: ApiResourceVisibility;
52
+ /**
53
+ * Key-value labels for organization and filtering.
54
+ *
55
+ * @generated from field: map<string, string> labels = 6;
56
+ */
57
+ labels: {
58
+ [key: string]: string;
59
+ };
60
+ /**
61
+ * Key-value annotations for additional metadata.
62
+ *
63
+ * @generated from field: map<string, string> annotations = 7;
64
+ */
65
+ annotations: {
66
+ [key: string]: string;
67
+ };
68
+ /**
69
+ * Tags for categorization.
70
+ *
71
+ * @generated from field: repeated string tags = 8;
72
+ */
73
+ tags: string[];
74
+ /**
75
+ * Version information for the resource.
76
+ *
77
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadataVersion version = 9;
78
+ */
79
+ version?: ApiResourceMetadataVersion;
80
+ };
81
+ /**
82
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceMetadata.
83
+ * Use `create(ApiResourceMetadataSchema)` to create a new message.
84
+ */
85
+ export declare const ApiResourceMetadataSchema: GenMessage<ApiResourceMetadata>;
86
+ /**
87
+ * ApiResourceMetadataVersion contains version tracking information.
88
+ *
89
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceMetadataVersion
90
+ */
91
+ export type ApiResourceMetadataVersion = Message<"ai.stigmer.commons.apiresource.ApiResourceMetadataVersion"> & {
92
+ /**
93
+ * Unique identifier for this version.
94
+ *
95
+ * @generated from field: string id = 1;
96
+ */
97
+ id: string;
98
+ /**
99
+ * Message describing what changed in this version.
100
+ *
101
+ * @generated from field: string message = 2;
102
+ */
103
+ message: string;
104
+ /**
105
+ * Reference to the previous version ID.
106
+ *
107
+ * @generated from field: string previous_version_id = 3;
108
+ */
109
+ previousVersionId: string;
110
+ };
111
+ /**
112
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceMetadataVersion.
113
+ * Use `create(ApiResourceMetadataVersionSchema)` to create a new message.
114
+ */
115
+ export declare const ApiResourceMetadataVersionSchema: GenMessage<ApiResourceMetadataVersion>;
@@ -0,0 +1,21 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/commons/apiresource/metadata.proto (package ai.stigmer.commons.apiresource, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_commons_apiresource_enum } from "./enum_pb";
6
+ import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb";
7
+ /**
8
+ * Describes the file ai/stigmer/commons/apiresource/metadata.proto.
9
+ */
10
+ export const file_ai_stigmer_commons_apiresource_metadata = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvbWV0YWRhdGEucHJvdG8SHmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZSKJBAoTQXBpUmVzb3VyY2VNZXRhZGF0YRIMCgRuYW1lGAEgASgJEgwKBHNsdWcYAiABKAkSCgoCaWQYAyABKAkSCwoDb3JnGAQgASgJElMKCnZpc2liaWxpdHkYBSABKA4yNS5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VWaXNpYmlsaXR5Qgi6SAWCAQIQARJPCgZsYWJlbHMYBiADKAsyPy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VNZXRhZGF0YS5MYWJlbHNFbnRyeRJZCgthbm5vdGF0aW9ucxgHIAMoCzJELmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZU1ldGFkYXRhLkFubm90YXRpb25zRW50cnkSDAoEdGFncxgIIAMoCRJLCgd2ZXJzaW9uGAkgASgLMjouYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlTWV0YWRhdGFWZXJzaW9uGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEaMgoQQW5ub3RhdGlvbnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIlYKGkFwaVJlc291cmNlTWV0YWRhdGFWZXJzaW9uEgoKAmlkGAEgASgJEg8KB21lc3NhZ2UYAiABKAkSGwoTcHJldmlvdXNfdmVyc2lvbl9pZBgDIAEoCWIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_enum, file_buf_validate_validate]);
11
+ /**
12
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceMetadata.
13
+ * Use `create(ApiResourceMetadataSchema)` to create a new message.
14
+ */
15
+ export const ApiResourceMetadataSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_metadata, 0);
16
+ /**
17
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceMetadataVersion.
18
+ * Use `create(ApiResourceMetadataVersionSchema)` to create a new message.
19
+ */
20
+ export const ApiResourceMetadataVersionSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_metadata, 1);
21
+ //# sourceMappingURL=metadata_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/metadata_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,WAAW,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,s6BAAs6B,EAAE,CAAC,wCAAwC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAgF3/B;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA8B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ApiResourceKind } from "./apiresourcekind/api_resource_kind_pb";
3
+ import type { ServiceOptions } from "@bufbuild/protobuf/wkt";
4
+ /**
5
+ * Describes the file ai/stigmer/commons/apiresource/rpc_service_options.proto.
6
+ */
7
+ export declare const file_ai_stigmer_commons_apiresource_rpc_service_options: GenFile;
8
+ /**
9
+ * @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind api_resource_kind = 90100;
10
+ */
11
+ export declare const api_resource_kind: GenExtension<ServiceOptions, ApiResourceKind>;
@@ -0,0 +1,15 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/commons/apiresource/rpc_service_options.proto (package ai.stigmer.commons.apiresource, syntax proto3)
3
+ /* eslint-disable */
4
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind } from "./apiresourcekind/api_resource_kind_pb";
6
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
+ /**
8
+ * Describes the file ai/stigmer/commons/apiresource/rpc_service_options.proto.
9
+ */
10
+ export const file_ai_stigmer_commons_apiresource_rpc_service_options = /*@__PURE__*/ fileDesc("CjhhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvcnBjX3NlcnZpY2Vfb3B0aW9ucy5wcm90bxIeYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlOo4BChFhcGlfcmVzb3VyY2Vfa2luZBIfLmdvb2dsZS5wcm90b2J1Zi5TZXJ2aWNlT3B0aW9ucxj0vwUgASgOMj8uYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUtpbmRSD2FwaVJlc291cmNlS2luZGIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, file_google_protobuf_descriptor]);
11
+ /**
12
+ * @generated from extension: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind api_resource_kind = 90100;
13
+ */
14
+ export const api_resource_kind = /*@__PURE__*/ extDesc(file_ai_stigmer_commons_apiresource_rpc_service_options, 0);
15
+ //# sourceMappingURL=rpc_service_options_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc_service_options_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/rpc_service_options_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEjE,OAAO,EAAE,qEAAqE,EAAE,MAAM,wCAAwC,CAAC;AAE/H,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,uDAAuD,GAAY,aAAa,CAC3F,QAAQ,CAAC,sUAAsU,EAAE,CAAC,qEAAqE,EAAE,+BAA+B,CAAC,CAAC,CAAC;AAE7b;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAkD,aAAa,CAC3F,OAAO,CAAC,uDAAuD,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,115 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file ai/stigmer/commons/apiresource/status.proto.
6
+ */
7
+ export declare const file_ai_stigmer_commons_apiresource_status: GenFile;
8
+ /**
9
+ * ApiResourceAuditStatus contains system-managed audit information for a resource.
10
+ *
11
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceAuditStatus
12
+ */
13
+ export type ApiResourceAuditStatus = Message<"ai.stigmer.commons.apiresource.ApiResourceAuditStatus"> & {
14
+ /**
15
+ * Audit information tracking creation and modification.
16
+ *
17
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
18
+ */
19
+ audit?: ApiResourceAudit;
20
+ };
21
+ /**
22
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditStatus.
23
+ * Use `create(ApiResourceAuditStatusSchema)` to create a new message.
24
+ */
25
+ export declare const ApiResourceAuditStatusSchema: GenMessage<ApiResourceAuditStatus>;
26
+ /**
27
+ * ApiResourceAudit contains both spec-level and status-level audit details.
28
+ *
29
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceAudit
30
+ */
31
+ export type ApiResourceAudit = Message<"ai.stigmer.commons.apiresource.ApiResourceAudit"> & {
32
+ /**
33
+ * Audit info for the resource's specification (desired state).
34
+ *
35
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditInfo spec_audit = 1;
36
+ */
37
+ specAudit?: ApiResourceAuditInfo;
38
+ /**
39
+ * Audit info for the resource's status (actual state).
40
+ *
41
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditInfo status_audit = 2;
42
+ */
43
+ statusAudit?: ApiResourceAuditInfo;
44
+ };
45
+ /**
46
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAudit.
47
+ * Use `create(ApiResourceAuditSchema)` to create a new message.
48
+ */
49
+ export declare const ApiResourceAuditSchema: GenMessage<ApiResourceAudit>;
50
+ /**
51
+ * ApiResourceAuditInfo contains detailed audit information.
52
+ *
53
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceAuditInfo
54
+ */
55
+ export type ApiResourceAuditInfo = Message<"ai.stigmer.commons.apiresource.ApiResourceAuditInfo"> & {
56
+ /**
57
+ * Actor who created this resource.
58
+ *
59
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditActor created_by = 1;
60
+ */
61
+ createdBy?: ApiResourceAuditActor;
62
+ /**
63
+ * Timestamp when the resource was created.
64
+ *
65
+ * @generated from field: google.protobuf.Timestamp created_at = 2;
66
+ */
67
+ createdAt?: Timestamp;
68
+ /**
69
+ * Actor who last updated this resource.
70
+ *
71
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditActor updated_by = 3;
72
+ */
73
+ updatedBy?: ApiResourceAuditActor;
74
+ /**
75
+ * Timestamp when the resource was last updated.
76
+ *
77
+ * @generated from field: google.protobuf.Timestamp updated_at = 4;
78
+ */
79
+ updatedAt?: Timestamp;
80
+ /**
81
+ * Type of the last event (e.g., "created", "updated").
82
+ *
83
+ * @generated from field: string event = 5;
84
+ */
85
+ event: string;
86
+ };
87
+ /**
88
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditInfo.
89
+ * Use `create(ApiResourceAuditInfoSchema)` to create a new message.
90
+ */
91
+ export declare const ApiResourceAuditInfoSchema: GenMessage<ApiResourceAuditInfo>;
92
+ /**
93
+ * ApiResourceAuditActor represents the entity that performed an action.
94
+ *
95
+ * @generated from message ai.stigmer.commons.apiresource.ApiResourceAuditActor
96
+ */
97
+ export type ApiResourceAuditActor = Message<"ai.stigmer.commons.apiresource.ApiResourceAuditActor"> & {
98
+ /**
99
+ * Unique identifier of the actor.
100
+ *
101
+ * @generated from field: string id = 1;
102
+ */
103
+ id: string;
104
+ /**
105
+ * URL to the actor's avatar image.
106
+ *
107
+ * @generated from field: string avatar = 2;
108
+ */
109
+ avatar: string;
110
+ };
111
+ /**
112
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditActor.
113
+ * Use `create(ApiResourceAuditActorSchema)` to create a new message.
114
+ */
115
+ export declare const ApiResourceAuditActorSchema: GenMessage<ApiResourceAuditActor>;
@@ -0,0 +1,30 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/commons/apiresource/status.proto (package ai.stigmer.commons.apiresource, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file ai/stigmer/commons/apiresource/status.proto.
8
+ */
9
+ export const file_ai_stigmer_commons_apiresource_status = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2Uvc3RhdHVzLnByb3RvEh5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UiWQoWQXBpUmVzb3VyY2VBdWRpdFN0YXR1cxI/CgVhdWRpdBhjIAEoCzIwLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUF1ZGl0IqgBChBBcGlSZXNvdXJjZUF1ZGl0EkgKCnNwZWNfYXVkaXQYASABKAsyNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VBdWRpdEluZm8SSgoMc3RhdHVzX2F1ZGl0GAIgASgLMjQuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRJbmZvIpsCChRBcGlSZXNvdXJjZUF1ZGl0SW5mbxJJCgpjcmVhdGVkX2J5GAEgASgLMjUuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRBY3RvchIuCgpjcmVhdGVkX2F0GAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBJJCgp1cGRhdGVkX2J5GAMgASgLMjUuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRBY3RvchIuCgp1cGRhdGVkX2F0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBINCgVldmVudBgFIAEoCSIzChVBcGlSZXNvdXJjZUF1ZGl0QWN0b3ISCgoCaWQYASABKAkSDgoGYXZhdGFyGAIgASgJYgZwcm90bzM", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditStatus.
12
+ * Use `create(ApiResourceAuditStatusSchema)` to create a new message.
13
+ */
14
+ export const ApiResourceAuditStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_status, 0);
15
+ /**
16
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAudit.
17
+ * Use `create(ApiResourceAuditSchema)` to create a new message.
18
+ */
19
+ export const ApiResourceAuditSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_status, 1);
20
+ /**
21
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditInfo.
22
+ * Use `create(ApiResourceAuditInfoSchema)` to create a new message.
23
+ */
24
+ export const ApiResourceAuditInfoSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_status, 2);
25
+ /**
26
+ * Describes the message ai.stigmer.commons.apiresource.ApiResourceAuditActor.
27
+ * Use `create(ApiResourceAuditActorSchema)` to create a new message.
28
+ */
29
+ export const ApiResourceAuditActorSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_commons_apiresource_status, 3);
30
+ //# sourceMappingURL=status_pb.js.map