@superblocksteam/types 0.1859.0

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 (477) hide show
  1. package/dist/src/agent/v1/index.d.ts +2 -0
  2. package/dist/src/agent/v1/index.d.ts.map +1 -0
  3. package/dist/src/agent/v1/index.js +18 -0
  4. package/dist/src/agent/v1/index.js.map +1 -0
  5. package/dist/src/agent/v1/service_pb.d.ts +398 -0
  6. package/dist/src/agent/v1/service_pb.d.ts.map +1 -0
  7. package/dist/src/agent/v1/service_pb.js +608 -0
  8. package/dist/src/agent/v1/service_pb.js.map +1 -0
  9. package/dist/src/ai/v1/ai_pb.d.ts +592 -0
  10. package/dist/src/ai/v1/ai_pb.d.ts.map +1 -0
  11. package/dist/src/ai/v1/ai_pb.js +775 -0
  12. package/dist/src/ai/v1/ai_pb.js.map +1 -0
  13. package/dist/src/ai/v1/metadata_pb.d.ts +101 -0
  14. package/dist/src/ai/v1/metadata_pb.d.ts.map +1 -0
  15. package/dist/src/ai/v1/metadata_pb.js +57 -0
  16. package/dist/src/ai/v1/metadata_pb.js.map +1 -0
  17. package/dist/src/ai/v1/service_pb.d.ts +79 -0
  18. package/dist/src/ai/v1/service_pb.d.ts.map +1 -0
  19. package/dist/src/ai/v1/service_pb.js +132 -0
  20. package/dist/src/ai/v1/service_pb.js.map +1 -0
  21. package/dist/src/ai/v1/vector_pb.d.ts +32 -0
  22. package/dist/src/ai/v1/vector_pb.d.ts.map +1 -0
  23. package/dist/src/ai/v1/vector_pb.js +55 -0
  24. package/dist/src/ai/v1/vector_pb.js.map +1 -0
  25. package/dist/src/api/v1/api_pb.d.ts +1540 -0
  26. package/dist/src/api/v1/api_pb.d.ts.map +1 -0
  27. package/dist/src/api/v1/api_pb.js +1657 -0
  28. package/dist/src/api/v1/api_pb.js.map +1 -0
  29. package/dist/src/api/v1/blocks_pb.d.ts +109 -0
  30. package/dist/src/api/v1/blocks_pb.d.ts.map +1 -0
  31. package/dist/src/api/v1/blocks_pb.js +162 -0
  32. package/dist/src/api/v1/blocks_pb.js.map +1 -0
  33. package/dist/src/api/v1/event_pb.d.ts +431 -0
  34. package/dist/src/api/v1/event_pb.d.ts.map +1 -0
  35. package/dist/src/api/v1/event_pb.js +600 -0
  36. package/dist/src/api/v1/event_pb.js.map +1 -0
  37. package/dist/src/api/v1/index.d.ts +7 -0
  38. package/dist/src/api/v1/index.d.ts.map +1 -0
  39. package/dist/src/api/v1/index.js +23 -0
  40. package/dist/src/api/v1/index.js.map +1 -0
  41. package/dist/src/api/v1/integration_auth_service_pb.d.ts +195 -0
  42. package/dist/src/api/v1/integration_auth_service_pb.d.ts.map +1 -0
  43. package/dist/src/api/v1/integration_auth_service_pb.js +315 -0
  44. package/dist/src/api/v1/integration_auth_service_pb.js.map +1 -0
  45. package/dist/src/api/v1/requests_pb.d.ts +525 -0
  46. package/dist/src/api/v1/requests_pb.d.ts.map +1 -0
  47. package/dist/src/api/v1/requests_pb.js +693 -0
  48. package/dist/src/api/v1/requests_pb.js.map +1 -0
  49. package/dist/src/api/v1/service_pb.d.ts +1391 -0
  50. package/dist/src/api/v1/service_pb.d.ts.map +1 -0
  51. package/dist/src/api/v1/service_pb.js +2002 -0
  52. package/dist/src/api/v1/service_pb.js.map +1 -0
  53. package/dist/src/auth/v1/auth_pb.d.ts +75 -0
  54. package/dist/src/auth/v1/auth_pb.d.ts.map +1 -0
  55. package/dist/src/auth/v1/auth_pb.js +118 -0
  56. package/dist/src/auth/v1/auth_pb.js.map +1 -0
  57. package/dist/src/buf/validate/expression_pb.d.ts +133 -0
  58. package/dist/src/buf/validate/expression_pb.d.ts.map +1 -0
  59. package/dist/src/buf/validate/expression_pb.js +195 -0
  60. package/dist/src/buf/validate/expression_pb.js.map +1 -0
  61. package/dist/src/buf/validate/priv/private_pb.d.ts +49 -0
  62. package/dist/src/buf/validate/priv/private_pb.d.ts.map +1 -0
  63. package/dist/src/buf/validate/priv/private_pb.js +94 -0
  64. package/dist/src/buf/validate/priv/private_pb.js.map +1 -0
  65. package/dist/src/buf/validate/validate_pb.d.ts +3681 -0
  66. package/dist/src/buf/validate/validate_pb.d.ts.map +1 -0
  67. package/dist/src/buf/validate/validate_pb.js +2437 -0
  68. package/dist/src/buf/validate/validate_pb.js.map +1 -0
  69. package/dist/src/cache/v1/cache_pb.d.ts +80 -0
  70. package/dist/src/cache/v1/cache_pb.d.ts.map +1 -0
  71. package/dist/src/cache/v1/cache_pb.js +127 -0
  72. package/dist/src/cache/v1/cache_pb.js.map +1 -0
  73. package/dist/src/common/v1/api_pb.d.ts +79 -0
  74. package/dist/src/common/v1/api_pb.d.ts.map +1 -0
  75. package/dist/src/common/v1/api_pb.js +138 -0
  76. package/dist/src/common/v1/api_pb.js.map +1 -0
  77. package/dist/src/common/v1/common_pb.d.ts +124 -0
  78. package/dist/src/common/v1/common_pb.d.ts.map +1 -0
  79. package/dist/src/common/v1/common_pb.js +189 -0
  80. package/dist/src/common/v1/common_pb.js.map +1 -0
  81. package/dist/src/common/v1/errors_pb.d.ts +85 -0
  82. package/dist/src/common/v1/errors_pb.d.ts.map +1 -0
  83. package/dist/src/common/v1/errors_pb.js +124 -0
  84. package/dist/src/common/v1/errors_pb.js.map +1 -0
  85. package/dist/src/common/v1/health_pb.d.ts +77 -0
  86. package/dist/src/common/v1/health_pb.d.ts.map +1 -0
  87. package/dist/src/common/v1/health_pb.js +121 -0
  88. package/dist/src/common/v1/health_pb.js.map +1 -0
  89. package/dist/src/common/v1/index.d.ts +6 -0
  90. package/dist/src/common/v1/index.d.ts.map +1 -0
  91. package/dist/src/common/v1/index.js +22 -0
  92. package/dist/src/common/v1/index.js.map +1 -0
  93. package/dist/src/common/v1/language_pb.d.ts +506 -0
  94. package/dist/src/common/v1/language_pb.d.ts.map +1 -0
  95. package/dist/src/common/v1/language_pb.js +643 -0
  96. package/dist/src/common/v1/language_pb.js.map +1 -0
  97. package/dist/src/common/v1/plugin_pb.d.ts +135 -0
  98. package/dist/src/common/v1/plugin_pb.d.ts.map +1 -0
  99. package/dist/src/common/v1/plugin_pb.js +206 -0
  100. package/dist/src/common/v1/plugin_pb.js.map +1 -0
  101. package/dist/src/common/v1/utils_pb.d.ts +20 -0
  102. package/dist/src/common/v1/utils_pb.d.ts.map +1 -0
  103. package/dist/src/common/v1/utils_pb.js +40 -0
  104. package/dist/src/common/v1/utils_pb.js.map +1 -0
  105. package/dist/src/event/v1/cloudevent_pb.d.ts +170 -0
  106. package/dist/src/event/v1/cloudevent_pb.d.ts.map +1 -0
  107. package/dist/src/event/v1/cloudevent_pb.js +124 -0
  108. package/dist/src/event/v1/cloudevent_pb.js.map +1 -0
  109. package/dist/src/event/v1/event_pb.d.ts +165 -0
  110. package/dist/src/event/v1/event_pb.d.ts.map +1 -0
  111. package/dist/src/event/v1/event_pb.js +232 -0
  112. package/dist/src/event/v1/event_pb.js.map +1 -0
  113. package/dist/src/event/v1/service_pb.d.ts +62 -0
  114. package/dist/src/event/v1/service_pb.d.ts.map +1 -0
  115. package/dist/src/event/v1/service_pb.js +112 -0
  116. package/dist/src/event/v1/service_pb.js.map +1 -0
  117. package/dist/src/event/v2/cloudevent_pb.d.ts +170 -0
  118. package/dist/src/event/v2/cloudevent_pb.d.ts.map +1 -0
  119. package/dist/src/event/v2/cloudevent_pb.js +124 -0
  120. package/dist/src/event/v2/cloudevent_pb.js.map +1 -0
  121. package/dist/src/google/api/http_pb.d.ts +454 -0
  122. package/dist/src/google/api/http_pb.d.ts.map +1 -0
  123. package/dist/src/google/api/http_pb.js +467 -0
  124. package/dist/src/google/api/http_pb.js.map +1 -0
  125. package/dist/src/index.d.ts +9 -0
  126. package/dist/src/index.d.ts.map +1 -0
  127. package/dist/src/index.js +25 -0
  128. package/dist/src/index.js.map +1 -0
  129. package/dist/src/intake/v1/logs_pb.d.ts +20 -0
  130. package/dist/src/intake/v1/logs_pb.d.ts.map +1 -0
  131. package/dist/src/intake/v1/logs_pb.js +40 -0
  132. package/dist/src/intake/v1/logs_pb.js.map +1 -0
  133. package/dist/src/integration/v1/service_pb.d.ts +174 -0
  134. package/dist/src/integration/v1/service_pb.d.ts.map +1 -0
  135. package/dist/src/integration/v1/service_pb.js +274 -0
  136. package/dist/src/integration/v1/service_pb.js.map +1 -0
  137. package/dist/src/kafka/v1/index.d.ts +2 -0
  138. package/dist/src/kafka/v1/index.d.ts.map +1 -0
  139. package/dist/src/kafka/v1/index.js +28 -0
  140. package/dist/src/kafka/v1/index.js.map +1 -0
  141. package/dist/src/kafka/v1/kafka_pb.d.ts +66 -0
  142. package/dist/src/kafka/v1/kafka_pb.d.ts.map +1 -0
  143. package/dist/src/kafka/v1/kafka_pb.js +96 -0
  144. package/dist/src/kafka/v1/kafka_pb.js.map +1 -0
  145. package/dist/src/plugins/adls/v1/plugin_pb.d.ts +305 -0
  146. package/dist/src/plugins/adls/v1/plugin_pb.d.ts.map +1 -0
  147. package/dist/src/plugins/adls/v1/plugin_pb.js +435 -0
  148. package/dist/src/plugins/adls/v1/plugin_pb.js.map +1 -0
  149. package/dist/src/plugins/athena/v1/plugin_pb.d.ts +91 -0
  150. package/dist/src/plugins/athena/v1/plugin_pb.d.ts.map +1 -0
  151. package/dist/src/plugins/athena/v1/plugin_pb.js +141 -0
  152. package/dist/src/plugins/athena/v1/plugin_pb.js.map +1 -0
  153. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts +119 -0
  154. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts.map +1 -0
  155. package/dist/src/plugins/bigquery/v1/plugin_pb.js +193 -0
  156. package/dist/src/plugins/bigquery/v1/plugin_pb.js.map +1 -0
  157. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts +110 -0
  158. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts.map +1 -0
  159. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js +172 -0
  160. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js.map +1 -0
  161. package/dist/src/plugins/common/v1/auth_pb.d.ts +514 -0
  162. package/dist/src/plugins/common/v1/auth_pb.d.ts.map +1 -0
  163. package/dist/src/plugins/common/v1/auth_pb.js +711 -0
  164. package/dist/src/plugins/common/v1/auth_pb.js.map +1 -0
  165. package/dist/src/plugins/common/v1/metadata_pb.d.ts +96 -0
  166. package/dist/src/plugins/common/v1/metadata_pb.d.ts.map +1 -0
  167. package/dist/src/plugins/common/v1/metadata_pb.js +164 -0
  168. package/dist/src/plugins/common/v1/metadata_pb.js.map +1 -0
  169. package/dist/src/plugins/common/v1/plugin_pb.d.ts +294 -0
  170. package/dist/src/plugins/common/v1/plugin_pb.d.ts.map +1 -0
  171. package/dist/src/plugins/common/v1/plugin_pb.js +452 -0
  172. package/dist/src/plugins/common/v1/plugin_pb.js.map +1 -0
  173. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts +373 -0
  174. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts.map +1 -0
  175. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js +525 -0
  176. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js.map +1 -0
  177. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts +259 -0
  178. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts.map +1 -0
  179. package/dist/src/plugins/couchbase/v1/plugin_pb.js +395 -0
  180. package/dist/src/plugins/couchbase/v1/plugin_pb.js.map +1 -0
  181. package/dist/src/plugins/custom/v1/plugin_pb.d.ts +32 -0
  182. package/dist/src/plugins/custom/v1/plugin_pb.d.ts.map +1 -0
  183. package/dist/src/plugins/custom/v1/plugin_pb.js +54 -0
  184. package/dist/src/plugins/custom/v1/plugin_pb.js.map +1 -0
  185. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts +117 -0
  186. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts.map +1 -0
  187. package/dist/src/plugins/databricks/v1/plugin_pb.js +171 -0
  188. package/dist/src/plugins/databricks/v1/plugin_pb.js.map +1 -0
  189. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts +194 -0
  190. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts.map +1 -0
  191. package/dist/src/plugins/dynamodb/v1/plugin_pb.js +316 -0
  192. package/dist/src/plugins/dynamodb/v1/plugin_pb.js.map +1 -0
  193. package/dist/src/plugins/email/v1/plugin_pb.d.ts +65 -0
  194. package/dist/src/plugins/email/v1/plugin_pb.d.ts.map +1 -0
  195. package/dist/src/plugins/email/v1/plugin_pb.js +106 -0
  196. package/dist/src/plugins/email/v1/plugin_pb.js.map +1 -0
  197. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts +147 -0
  198. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts.map +1 -0
  199. package/dist/src/plugins/gcs/v1/plugin_pb.js +228 -0
  200. package/dist/src/plugins/gcs/v1/plugin_pb.js.map +1 -0
  201. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts +70 -0
  202. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts.map +1 -0
  203. package/dist/src/plugins/graphql/v1/plugin_pb.js +111 -0
  204. package/dist/src/plugins/graphql/v1/plugin_pb.js.map +1 -0
  205. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts +123 -0
  206. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts.map +1 -0
  207. package/dist/src/plugins/gsheets/v1/plugin_pb.js +187 -0
  208. package/dist/src/plugins/gsheets/v1/plugin_pb.js.map +1 -0
  209. package/dist/src/plugins/index.d.ts +19 -0
  210. package/dist/src/plugins/index.d.ts.map +1 -0
  211. package/dist/src/plugins/index.js +45 -0
  212. package/dist/src/plugins/index.js.map +1 -0
  213. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts +41 -0
  214. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts.map +1 -0
  215. package/dist/src/plugins/javascript/v1/plugin_pb.js +76 -0
  216. package/dist/src/plugins/javascript/v1/plugin_pb.js.map +1 -0
  217. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts +521 -0
  218. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts.map +1 -0
  219. package/dist/src/plugins/kafka/v1/plugin_pb.js +788 -0
  220. package/dist/src/plugins/kafka/v1/plugin_pb.js.map +1 -0
  221. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts +234 -0
  222. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts.map +1 -0
  223. package/dist/src/plugins/kinesis/v1/plugin_pb.js +351 -0
  224. package/dist/src/plugins/kinesis/v1/plugin_pb.js.map +1 -0
  225. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts +110 -0
  226. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts.map +1 -0
  227. package/dist/src/plugins/mariadb/v1/plugin_pb.js +172 -0
  228. package/dist/src/plugins/mariadb/v1/plugin_pb.js.map +1 -0
  229. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts +100 -0
  230. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts.map +1 -0
  231. package/dist/src/plugins/mongodb/v1/plugin_pb.js +149 -0
  232. package/dist/src/plugins/mongodb/v1/plugin_pb.js.map +1 -0
  233. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts +131 -0
  234. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts.map +1 -0
  235. package/dist/src/plugins/mssql/v1/plugin_pb.js +208 -0
  236. package/dist/src/plugins/mssql/v1/plugin_pb.js.map +1 -0
  237. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts +131 -0
  238. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts.map +1 -0
  239. package/dist/src/plugins/mysql/v1/plugin_pb.js +208 -0
  240. package/dist/src/plugins/mysql/v1/plugin_pb.js.map +1 -0
  241. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts +28 -0
  242. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts.map +1 -0
  243. package/dist/src/plugins/ocr/v1/plugin_pb.js +50 -0
  244. package/dist/src/plugins/ocr/v1/plugin_pb.js.map +1 -0
  245. package/dist/src/plugins/openai/v1/plugin_pb.d.ts +264 -0
  246. package/dist/src/plugins/openai/v1/plugin_pb.d.ts.map +1 -0
  247. package/dist/src/plugins/openai/v1/plugin_pb.js +373 -0
  248. package/dist/src/plugins/openai/v1/plugin_pb.js.map +1 -0
  249. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts +86 -0
  250. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts.map +1 -0
  251. package/dist/src/plugins/oracledb/v1/plugin_pb.js +132 -0
  252. package/dist/src/plugins/oracledb/v1/plugin_pb.js.map +1 -0
  253. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts +158 -0
  254. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts.map +1 -0
  255. package/dist/src/plugins/pinecone/v1/plugin_pb.js +218 -0
  256. package/dist/src/plugins/pinecone/v1/plugin_pb.js.map +1 -0
  257. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts +131 -0
  258. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts.map +1 -0
  259. package/dist/src/plugins/postgresql/v1/plugin_pb.js +208 -0
  260. package/dist/src/plugins/postgresql/v1/plugin_pb.js.map +1 -0
  261. package/dist/src/plugins/python/v1/plugin_pb.d.ts +41 -0
  262. package/dist/src/plugins/python/v1/plugin_pb.d.ts.map +1 -0
  263. package/dist/src/plugins/python/v1/plugin_pb.js +76 -0
  264. package/dist/src/plugins/python/v1/plugin_pb.js.map +1 -0
  265. package/dist/src/plugins/redis/v1/plugin_pb.d.ts +1136 -0
  266. package/dist/src/plugins/redis/v1/plugin_pb.d.ts.map +1 -0
  267. package/dist/src/plugins/redis/v1/plugin_pb.js +1552 -0
  268. package/dist/src/plugins/redis/v1/plugin_pb.js.map +1 -0
  269. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts +119 -0
  270. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts.map +1 -0
  271. package/dist/src/plugins/redshift/v1/plugin_pb.js +193 -0
  272. package/dist/src/plugins/redshift/v1/plugin_pb.js.map +1 -0
  273. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts +77 -0
  274. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts.map +1 -0
  275. package/dist/src/plugins/restapi/v1/plugin_pb.js +110 -0
  276. package/dist/src/plugins/restapi/v1/plugin_pb.js.map +1 -0
  277. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts +99 -0
  278. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts.map +1 -0
  279. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js +137 -0
  280. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js.map +1 -0
  281. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts +123 -0
  282. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts.map +1 -0
  283. package/dist/src/plugins/rockset/v1/plugin_pb.js +198 -0
  284. package/dist/src/plugins/rockset/v1/plugin_pb.js.map +1 -0
  285. package/dist/src/plugins/s3/v1/plugin_pb.d.ts +168 -0
  286. package/dist/src/plugins/s3/v1/plugin_pb.d.ts.map +1 -0
  287. package/dist/src/plugins/s3/v1/plugin_pb.js +263 -0
  288. package/dist/src/plugins/s3/v1/plugin_pb.js.map +1 -0
  289. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts +293 -0
  290. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts.map +1 -0
  291. package/dist/src/plugins/salesforce/v1/plugin_pb.js +429 -0
  292. package/dist/src/plugins/salesforce/v1/plugin_pb.js.map +1 -0
  293. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts +96 -0
  294. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts.map +1 -0
  295. package/dist/src/plugins/smtp/v1/plugin_pb.js +144 -0
  296. package/dist/src/plugins/smtp/v1/plugin_pb.js.map +1 -0
  297. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts +119 -0
  298. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts.map +1 -0
  299. package/dist/src/plugins/snowflake/v1/plugin_pb.js +193 -0
  300. package/dist/src/plugins/snowflake/v1/plugin_pb.js.map +1 -0
  301. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts +58 -0
  302. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts.map +1 -0
  303. package/dist/src/plugins/workflow/v1/plugin_pb.js +92 -0
  304. package/dist/src/plugins/workflow/v1/plugin_pb.js.map +1 -0
  305. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts +25 -0
  306. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts.map +1 -0
  307. package/dist/src/plugins/workflow/v2/plugin_pb.js +46 -0
  308. package/dist/src/plugins/workflow/v2/plugin_pb.js.map +1 -0
  309. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1388 -0
  310. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
  311. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js +1772 -0
  312. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js.map +1 -0
  313. package/dist/src/secrets/v1/index.d.ts +2 -0
  314. package/dist/src/secrets/v1/index.d.ts.map +1 -0
  315. package/dist/src/secrets/v1/index.js +28 -0
  316. package/dist/src/secrets/v1/index.js.map +1 -0
  317. package/dist/src/secrets/v1/secrets_pb.d.ts +344 -0
  318. package/dist/src/secrets/v1/secrets_pb.d.ts.map +1 -0
  319. package/dist/src/secrets/v1/secrets_pb.js +483 -0
  320. package/dist/src/secrets/v1/secrets_pb.js.map +1 -0
  321. package/dist/src/secrets/v1/store_pb.d.ts +98 -0
  322. package/dist/src/secrets/v1/store_pb.d.ts.map +1 -0
  323. package/dist/src/secrets/v1/store_pb.js +166 -0
  324. package/dist/src/secrets/v1/store_pb.js.map +1 -0
  325. package/dist/src/security/v1/index.d.ts +3 -0
  326. package/dist/src/security/v1/index.d.ts.map +1 -0
  327. package/dist/src/security/v1/index.js +19 -0
  328. package/dist/src/security/v1/index.js.map +1 -0
  329. package/dist/src/security/v1/requests_pb.d.ts +135 -0
  330. package/dist/src/security/v1/requests_pb.d.ts.map +1 -0
  331. package/dist/src/security/v1/requests_pb.js +214 -0
  332. package/dist/src/security/v1/requests_pb.js.map +1 -0
  333. package/dist/src/security/v1/service_pb.d.ts +192 -0
  334. package/dist/src/security/v1/service_pb.d.ts.map +1 -0
  335. package/dist/src/security/v1/service_pb.js +270 -0
  336. package/dist/src/security/v1/service_pb.js.map +1 -0
  337. package/dist/src/store/v1/service_pb.d.ts +81 -0
  338. package/dist/src/store/v1/service_pb.d.ts.map +1 -0
  339. package/dist/src/store/v1/service_pb.js +145 -0
  340. package/dist/src/store/v1/service_pb.js.map +1 -0
  341. package/dist/src/store/v1/store_pb.d.ts +42 -0
  342. package/dist/src/store/v1/store_pb.d.ts.map +1 -0
  343. package/dist/src/store/v1/store_pb.js +77 -0
  344. package/dist/src/store/v1/store_pb.js.map +1 -0
  345. package/dist/src/superblocks/v1/options_pb.d.ts +37 -0
  346. package/dist/src/superblocks/v1/options_pb.d.ts.map +1 -0
  347. package/dist/src/superblocks/v1/options_pb.js +71 -0
  348. package/dist/src/superblocks/v1/options_pb.js.map +1 -0
  349. package/dist/src/syncer/v1/index.d.ts +2 -0
  350. package/dist/src/syncer/v1/index.d.ts.map +1 -0
  351. package/dist/src/syncer/v1/index.js +28 -0
  352. package/dist/src/syncer/v1/index.js.map +1 -0
  353. package/dist/src/syncer/v1/service_pb.d.ts +186 -0
  354. package/dist/src/syncer/v1/service_pb.d.ts.map +1 -0
  355. package/dist/src/syncer/v1/service_pb.js +320 -0
  356. package/dist/src/syncer/v1/service_pb.js.map +1 -0
  357. package/dist/src/syncer/v1/syncer_pb.d.ts +41 -0
  358. package/dist/src/syncer/v1/syncer_pb.d.ts.map +1 -0
  359. package/dist/src/syncer/v1/syncer_pb.js +66 -0
  360. package/dist/src/syncer/v1/syncer_pb.js.map +1 -0
  361. package/dist/src/transport/v1/transport_pb.d.ts +614 -0
  362. package/dist/src/transport/v1/transport_pb.d.ts.map +1 -0
  363. package/dist/src/transport/v1/transport_pb.js +928 -0
  364. package/dist/src/transport/v1/transport_pb.js.map +1 -0
  365. package/dist/src/utils/v1/index.d.ts +2 -0
  366. package/dist/src/utils/v1/index.d.ts.map +1 -0
  367. package/dist/src/utils/v1/index.js +28 -0
  368. package/dist/src/utils/v1/index.js.map +1 -0
  369. package/dist/src/utils/v1/utils_pb.d.ts +45 -0
  370. package/dist/src/utils/v1/utils_pb.d.ts.map +1 -0
  371. package/dist/src/utils/v1/utils_pb.js +74 -0
  372. package/dist/src/utils/v1/utils_pb.js.map +1 -0
  373. package/dist/src/validate/validate_pb.d.ts +1794 -0
  374. package/dist/src/validate/validate_pb.d.ts.map +1 -0
  375. package/dist/src/validate/validate_pb.js +2044 -0
  376. package/dist/src/validate/validate_pb.js.map +1 -0
  377. package/dist/src/worker/v1/step_executor_pb.d.ts +23 -0
  378. package/dist/src/worker/v1/step_executor_pb.d.ts.map +1 -0
  379. package/dist/src/worker/v1/step_executor_pb.js +43 -0
  380. package/dist/src/worker/v1/step_executor_pb.js.map +1 -0
  381. package/dist/tsconfig.tsbuildinfo +1 -0
  382. package/package.json +18 -0
  383. package/src/agent/v1/index.ts +1 -0
  384. package/src/agent/v1/service_pb.ts +716 -0
  385. package/src/ai/v1/ai_pb.ts +977 -0
  386. package/src/ai/v1/metadata_pb.ts +134 -0
  387. package/src/ai/v1/service_pb.ts +154 -0
  388. package/src/ai/v1/vector_pb.ts +63 -0
  389. package/src/api/v1/api_pb.ts +2493 -0
  390. package/src/api/v1/blocks_pb.ts +182 -0
  391. package/src/api/v1/event_pb.ts +735 -0
  392. package/src/api/v1/index.ts +6 -0
  393. package/src/api/v1/integration_auth_service_pb.ts +372 -0
  394. package/src/api/v1/requests_pb.ts +906 -0
  395. package/src/api/v1/service_pb.ts +2464 -0
  396. package/src/auth/v1/auth_pb.ts +138 -0
  397. package/src/buf/validate/expression_pb.ts +222 -0
  398. package/src/buf/validate/priv/private_pb.ts +112 -0
  399. package/src/buf/validate/validate_pb.ts +4357 -0
  400. package/src/cache/v1/cache_pb.ts +146 -0
  401. package/src/common/v1/api_pb.ts +162 -0
  402. package/src/common/v1/common_pb.ts +220 -0
  403. package/src/common/v1/errors_pb.ts +143 -0
  404. package/src/common/v1/health_pb.ts +142 -0
  405. package/src/common/v1/index.ts +5 -0
  406. package/src/common/v1/language_pb.ts +765 -0
  407. package/src/common/v1/plugin_pb.ts +242 -0
  408. package/src/common/v1/utils_pb.ts +45 -0
  409. package/src/event/v1/cloudevent_pb.ts +225 -0
  410. package/src/event/v1/event_pb.ts +264 -0
  411. package/src/event/v1/service_pb.ts +131 -0
  412. package/src/event/v2/cloudevent_pb.ts +225 -0
  413. package/src/google/api/http_pb.ts +547 -0
  414. package/src/index.ts +8 -0
  415. package/src/intake/v1/logs_pb.ts +45 -0
  416. package/src/integration/v1/service_pb.ts +322 -0
  417. package/src/kafka/v1/index.ts +1 -0
  418. package/src/kafka/v1/kafka_pb.ts +118 -0
  419. package/src/plugins/adls/v1/plugin_pb.ts +562 -0
  420. package/src/plugins/athena/v1/plugin_pb.ts +163 -0
  421. package/src/plugins/bigquery/v1/plugin_pb.ts +228 -0
  422. package/src/plugins/cockroachdb/v1/plugin_pb.ts +203 -0
  423. package/src/plugins/common/v1/auth_pb.ts +918 -0
  424. package/src/plugins/common/v1/metadata_pb.ts +193 -0
  425. package/src/plugins/common/v1/plugin_pb.ts +527 -0
  426. package/src/plugins/cosmosdb/v1/plugin_pb.ts +670 -0
  427. package/src/plugins/couchbase/v1/plugin_pb.ts +492 -0
  428. package/src/plugins/custom/v1/plugin_pb.ts +61 -0
  429. package/src/plugins/databricks/v1/plugin_pb.ts +197 -0
  430. package/src/plugins/dynamodb/v1/plugin_pb.ts +375 -0
  431. package/src/plugins/email/v1/plugin_pb.ts +124 -0
  432. package/src/plugins/gcs/v1/plugin_pb.ts +270 -0
  433. package/src/plugins/graphql/v1/plugin_pb.ts +129 -0
  434. package/src/plugins/gsheets/v1/plugin_pb.ts +220 -0
  435. package/src/plugins/index.ts +19 -0
  436. package/src/plugins/javascript/v1/plugin_pb.ts +88 -0
  437. package/src/plugins/kafka/v1/plugin_pb.ts +921 -0
  438. package/src/plugins/kinesis/v1/plugin_pb.ts +406 -0
  439. package/src/plugins/mariadb/v1/plugin_pb.ts +203 -0
  440. package/src/plugins/mongodb/v1/plugin_pb.ts +175 -0
  441. package/src/plugins/mssql/v1/plugin_pb.ts +246 -0
  442. package/src/plugins/mysql/v1/plugin_pb.ts +246 -0
  443. package/src/plugins/ocr/v1/plugin_pb.ts +57 -0
  444. package/src/plugins/openai/v1/plugin_pb.ts +443 -0
  445. package/src/plugins/oracledb/v1/plugin_pb.ts +155 -0
  446. package/src/plugins/pinecone/v1/plugin_pb.ts +288 -0
  447. package/src/plugins/postgresql/v1/plugin_pb.ts +246 -0
  448. package/src/plugins/python/v1/plugin_pb.ts +88 -0
  449. package/src/plugins/redis/v1/plugin_pb.ts +2073 -0
  450. package/src/plugins/redshift/v1/plugin_pb.ts +228 -0
  451. package/src/plugins/restapi/v1/plugin_pb.ts +128 -0
  452. package/src/plugins/restapiintegration/v1/plugin_pb.ts +160 -0
  453. package/src/plugins/rockset/v1/plugin_pb.ts +234 -0
  454. package/src/plugins/s3/v1/plugin_pb.ts +311 -0
  455. package/src/plugins/salesforce/v1/plugin_pb.ts +516 -0
  456. package/src/plugins/smtp/v1/plugin_pb.ts +169 -0
  457. package/src/plugins/snowflake/v1/plugin_pb.ts +228 -0
  458. package/src/plugins/workflow/v1/plugin_pb.ts +107 -0
  459. package/src/plugins/workflow/v2/plugin_pb.ts +52 -0
  460. package/src/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
  461. package/src/secrets/v1/index.ts +1 -0
  462. package/src/secrets/v1/secrets_pb.ts +609 -0
  463. package/src/secrets/v1/store_pb.ts +195 -0
  464. package/src/security/v1/index.ts +2 -0
  465. package/src/security/v1/requests_pb.ts +249 -0
  466. package/src/security/v1/service_pb.ts +350 -0
  467. package/src/store/v1/service_pb.ts +170 -0
  468. package/src/store/v1/store_pb.ts +89 -0
  469. package/src/superblocks/v1/options_pb.ts +82 -0
  470. package/src/syncer/v1/index.ts +1 -0
  471. package/src/syncer/v1/service_pb.ts +379 -0
  472. package/src/syncer/v1/syncer_pb.ts +76 -0
  473. package/src/transport/v1/transport_pb.ts +1099 -0
  474. package/src/utils/v1/index.ts +1 -0
  475. package/src/utils/v1/utils_pb.ts +83 -0
  476. package/src/validate/validate_pb.ts +2574 -0
  477. package/src/worker/v1/step_executor_pb.ts +48 -0
@@ -0,0 +1,735 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file api/v1/event.proto (package api.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { Message, proto3, protoInt64, Struct, Timestamp, Value } from "@bufbuild/protobuf";
8
+ import { Error } from "../../common/v1/errors_pb";
9
+
10
+ /**
11
+ * @generated from enum api.v1.BlockStatus
12
+ */
13
+ export enum BlockStatus {
14
+ /**
15
+ * @generated from enum value: BLOCK_STATUS_UNSPECIFIED = 0;
16
+ */
17
+ UNSPECIFIED = 0,
18
+
19
+ /**
20
+ * @generated from enum value: BLOCK_STATUS_SUCCEEDED = 1;
21
+ */
22
+ SUCCEEDED = 1,
23
+
24
+ /**
25
+ * @generated from enum value: BLOCK_STATUS_ERRORED = 2;
26
+ */
27
+ ERRORED = 2,
28
+ }
29
+ // Retrieve enum metadata with: proto3.getEnumType(BlockStatus)
30
+ proto3.util.setEnumType(BlockStatus, "api.v1.BlockStatus", [
31
+ { no: 0, name: "BLOCK_STATUS_UNSPECIFIED" },
32
+ { no: 1, name: "BLOCK_STATUS_SUCCEEDED" },
33
+ { no: 2, name: "BLOCK_STATUS_ERRORED" },
34
+ ]);
35
+
36
+ /**
37
+ * @generated from enum api.v1.BlockType
38
+ */
39
+ export enum BlockType {
40
+ /**
41
+ * @generated from enum value: BLOCK_TYPE_UNSPECIFIED = 0;
42
+ */
43
+ UNSPECIFIED = 0,
44
+
45
+ /**
46
+ * @generated from enum value: BLOCK_TYPE_BREAK = 1;
47
+ */
48
+ BREAK = 1,
49
+
50
+ /**
51
+ * @generated from enum value: BLOCK_TYPE_RETURN = 2;
52
+ */
53
+ RETURN = 2,
54
+
55
+ /**
56
+ * @generated from enum value: BLOCK_TYPE_WAIT = 3;
57
+ */
58
+ WAIT = 3,
59
+
60
+ /**
61
+ * @generated from enum value: BLOCK_TYPE_PARALLEL = 4;
62
+ */
63
+ PARALLEL = 4,
64
+
65
+ /**
66
+ * @generated from enum value: BLOCK_TYPE_CONDITIONAL = 5;
67
+ */
68
+ CONDITIONAL = 5,
69
+
70
+ /**
71
+ * @generated from enum value: BLOCK_TYPE_LOOP = 6;
72
+ */
73
+ LOOP = 6,
74
+
75
+ /**
76
+ * @generated from enum value: BLOCK_TYPE_TRYCATCH = 7;
77
+ */
78
+ TRYCATCH = 7,
79
+
80
+ /**
81
+ * @generated from enum value: BLOCK_TYPE_STEP = 8;
82
+ */
83
+ STEP = 8,
84
+
85
+ /**
86
+ * @generated from enum value: BLOCK_TYPE_VARIABLES = 9;
87
+ */
88
+ VARIABLES = 9,
89
+
90
+ /**
91
+ * @generated from enum value: BLOCK_TYPE_THROW = 10;
92
+ */
93
+ THROW = 10,
94
+
95
+ /**
96
+ * @generated from enum value: BLOCK_TYPE_SEND = 11;
97
+ */
98
+ SEND = 11,
99
+
100
+ /**
101
+ * @generated from enum value: BLOCK_TYPE_STREAM = 12;
102
+ */
103
+ STREAM = 12,
104
+ }
105
+ // Retrieve enum metadata with: proto3.getEnumType(BlockType)
106
+ proto3.util.setEnumType(BlockType, "api.v1.BlockType", [
107
+ { no: 0, name: "BLOCK_TYPE_UNSPECIFIED" },
108
+ { no: 1, name: "BLOCK_TYPE_BREAK" },
109
+ { no: 2, name: "BLOCK_TYPE_RETURN" },
110
+ { no: 3, name: "BLOCK_TYPE_WAIT" },
111
+ { no: 4, name: "BLOCK_TYPE_PARALLEL" },
112
+ { no: 5, name: "BLOCK_TYPE_CONDITIONAL" },
113
+ { no: 6, name: "BLOCK_TYPE_LOOP" },
114
+ { no: 7, name: "BLOCK_TYPE_TRYCATCH" },
115
+ { no: 8, name: "BLOCK_TYPE_STEP" },
116
+ { no: 9, name: "BLOCK_TYPE_VARIABLES" },
117
+ { no: 10, name: "BLOCK_TYPE_THROW" },
118
+ { no: 11, name: "BLOCK_TYPE_SEND" },
119
+ { no: 12, name: "BLOCK_TYPE_STREAM" },
120
+ ]);
121
+
122
+ /**
123
+ * @generated from message api.v1.Resolved
124
+ */
125
+ export class Resolved extends Message<Resolved> {
126
+ /**
127
+ * @generated from field: google.protobuf.Value value = 1;
128
+ */
129
+ value?: Value;
130
+
131
+ /**
132
+ *
133
+ * If the value was comprised of more than one bindings, the individual resolutions will be here.
134
+ *
135
+ * @generated from field: repeated google.protobuf.Value bindings = 2;
136
+ */
137
+ bindings: Value[] = [];
138
+
139
+ constructor(data?: PartialMessage<Resolved>) {
140
+ super();
141
+ proto3.util.initPartial(data, this);
142
+ }
143
+
144
+ static readonly runtime: typeof proto3 = proto3;
145
+ static readonly typeName = "api.v1.Resolved";
146
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
147
+ { no: 1, name: "value", kind: "message", T: Value },
148
+ { no: 2, name: "bindings", kind: "message", T: Value, repeated: true },
149
+ ]);
150
+
151
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Resolved {
152
+ return new Resolved().fromBinary(bytes, options);
153
+ }
154
+
155
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Resolved {
156
+ return new Resolved().fromJson(jsonValue, options);
157
+ }
158
+
159
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Resolved {
160
+ return new Resolved().fromJsonString(jsonString, options);
161
+ }
162
+
163
+ static equals(a: Resolved | PlainMessage<Resolved> | undefined, b: Resolved | PlainMessage<Resolved> | undefined): boolean {
164
+ return proto3.util.equals(Resolved, a, b);
165
+ }
166
+ }
167
+
168
+ /**
169
+ * @generated from message api.v1.Event
170
+ */
171
+ export class Event extends Message<Event> {
172
+ /**
173
+ * @generated from field: string name = 1;
174
+ */
175
+ name = "";
176
+
177
+ /**
178
+ * @generated from field: api.v1.BlockType type = 2;
179
+ */
180
+ type = BlockType.UNSPECIFIED;
181
+
182
+ /**
183
+ * @generated from field: google.protobuf.Timestamp timestamp = 3;
184
+ */
185
+ timestamp?: Timestamp;
186
+
187
+ /**
188
+ * @generated from oneof api.v1.Event.event
189
+ */
190
+ event: {
191
+ /**
192
+ * @generated from field: api.v1.Event.Start start = 4;
193
+ */
194
+ value: Event_Start;
195
+ case: "start";
196
+ } | {
197
+ /**
198
+ * @generated from field: api.v1.Event.End end = 5;
199
+ */
200
+ value: Event_End;
201
+ case: "end";
202
+ } | {
203
+ /**
204
+ * @generated from field: api.v1.Event.Data data = 7;
205
+ */
206
+ value: Event_Data;
207
+ case: "data";
208
+ } | {
209
+ /**
210
+ * @generated from field: api.v1.Event.Request request = 9;
211
+ */
212
+ value: Event_Request;
213
+ case: "request";
214
+ } | {
215
+ /**
216
+ * TODO(frank): Whoops; move function requests here.
217
+ *
218
+ * @generated from field: api.v1.Event.Response response = 10;
219
+ */
220
+ value: Event_Response;
221
+ case: "response";
222
+ } | { case: undefined; value?: undefined } = { case: undefined };
223
+
224
+ /**
225
+ *
226
+ * The name of the parent block, if any.
227
+ *
228
+ * @generated from field: optional string parent = 6;
229
+ */
230
+ parent?: string;
231
+
232
+ /**
233
+ * *
234
+ * The execution index if this is child step of parallels and loops.
235
+ *
236
+ * @generated from field: optional string execution_index = 8;
237
+ */
238
+ executionIndex?: string;
239
+
240
+ constructor(data?: PartialMessage<Event>) {
241
+ super();
242
+ proto3.util.initPartial(data, this);
243
+ }
244
+
245
+ static readonly runtime: typeof proto3 = proto3;
246
+ static readonly typeName = "api.v1.Event";
247
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
248
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
249
+ { no: 2, name: "type", kind: "enum", T: proto3.getEnumType(BlockType) },
250
+ { no: 3, name: "timestamp", kind: "message", T: Timestamp },
251
+ { no: 4, name: "start", kind: "message", T: Event_Start, oneof: "event" },
252
+ { no: 5, name: "end", kind: "message", T: Event_End, oneof: "event" },
253
+ { no: 7, name: "data", kind: "message", T: Event_Data, oneof: "event" },
254
+ { no: 9, name: "request", kind: "message", T: Event_Request, oneof: "event" },
255
+ { no: 10, name: "response", kind: "message", T: Event_Response, oneof: "event" },
256
+ { no: 6, name: "parent", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
257
+ { no: 8, name: "execution_index", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
258
+ ]);
259
+
260
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event {
261
+ return new Event().fromBinary(bytes, options);
262
+ }
263
+
264
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event {
265
+ return new Event().fromJson(jsonValue, options);
266
+ }
267
+
268
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event {
269
+ return new Event().fromJsonString(jsonString, options);
270
+ }
271
+
272
+ static equals(a: Event | PlainMessage<Event> | undefined, b: Event | PlainMessage<Event> | undefined): boolean {
273
+ return proto3.util.equals(Event, a, b);
274
+ }
275
+ }
276
+
277
+ /**
278
+ * @generated from message api.v1.Event.Data
279
+ */
280
+ export class Event_Data extends Message<Event_Data> {
281
+ /**
282
+ * @generated from field: google.protobuf.Value value = 1;
283
+ */
284
+ value?: Value;
285
+
286
+ constructor(data?: PartialMessage<Event_Data>) {
287
+ super();
288
+ proto3.util.initPartial(data, this);
289
+ }
290
+
291
+ static readonly runtime: typeof proto3 = proto3;
292
+ static readonly typeName = "api.v1.Event.Data";
293
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
294
+ { no: 1, name: "value", kind: "message", T: Value },
295
+ ]);
296
+
297
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event_Data {
298
+ return new Event_Data().fromBinary(bytes, options);
299
+ }
300
+
301
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event_Data {
302
+ return new Event_Data().fromJson(jsonValue, options);
303
+ }
304
+
305
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event_Data {
306
+ return new Event_Data().fromJsonString(jsonString, options);
307
+ }
308
+
309
+ static equals(a: Event_Data | PlainMessage<Event_Data> | undefined, b: Event_Data | PlainMessage<Event_Data> | undefined): boolean {
310
+ return proto3.util.equals(Event_Data, a, b);
311
+ }
312
+ }
313
+
314
+ /**
315
+ *
316
+ * Represents the start of an Api.
317
+ *
318
+ * @generated from message api.v1.Event.Request
319
+ */
320
+ export class Event_Request extends Message<Event_Request> {
321
+ constructor(data?: PartialMessage<Event_Request>) {
322
+ super();
323
+ proto3.util.initPartial(data, this);
324
+ }
325
+
326
+ static readonly runtime: typeof proto3 = proto3;
327
+ static readonly typeName = "api.v1.Event.Request";
328
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
329
+ ]);
330
+
331
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event_Request {
332
+ return new Event_Request().fromBinary(bytes, options);
333
+ }
334
+
335
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event_Request {
336
+ return new Event_Request().fromJson(jsonValue, options);
337
+ }
338
+
339
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event_Request {
340
+ return new Event_Request().fromJsonString(jsonString, options);
341
+ }
342
+
343
+ static equals(a: Event_Request | PlainMessage<Event_Request> | undefined, b: Event_Request | PlainMessage<Event_Request> | undefined): boolean {
344
+ return proto3.util.equals(Event_Request, a, b);
345
+ }
346
+ }
347
+
348
+ /**
349
+ *
350
+ * Represents the completion of an Api.
351
+ *
352
+ * @generated from message api.v1.Event.Response
353
+ */
354
+ export class Event_Response extends Message<Event_Response> {
355
+ /**
356
+ *
357
+ * The name of the block that represents the response of the Api.
358
+ *
359
+ * @generated from field: string last = 1;
360
+ */
361
+ last = "";
362
+
363
+ /**
364
+ *
365
+ * The errors, if any.
366
+ *
367
+ * @generated from field: repeated common.v1.Error errors = 3;
368
+ */
369
+ errors: Error[] = [];
370
+
371
+ constructor(data?: PartialMessage<Event_Response>) {
372
+ super();
373
+ proto3.util.initPartial(data, this);
374
+ }
375
+
376
+ static readonly runtime: typeof proto3 = proto3;
377
+ static readonly typeName = "api.v1.Event.Response";
378
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
379
+ { no: 1, name: "last", kind: "scalar", T: 9 /* ScalarType.STRING */ },
380
+ { no: 3, name: "errors", kind: "message", T: Error, repeated: true },
381
+ ]);
382
+
383
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event_Response {
384
+ return new Event_Response().fromBinary(bytes, options);
385
+ }
386
+
387
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event_Response {
388
+ return new Event_Response().fromJson(jsonValue, options);
389
+ }
390
+
391
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event_Response {
392
+ return new Event_Response().fromJsonString(jsonString, options);
393
+ }
394
+
395
+ static equals(a: Event_Response | PlainMessage<Event_Response> | undefined, b: Event_Response | PlainMessage<Event_Response> | undefined): boolean {
396
+ return proto3.util.equals(Event_Response, a, b);
397
+ }
398
+ }
399
+
400
+ /**
401
+ * @generated from message api.v1.Event.Start
402
+ */
403
+ export class Event_Start extends Message<Event_Start> {
404
+ constructor(data?: PartialMessage<Event_Start>) {
405
+ super();
406
+ proto3.util.initPartial(data, this);
407
+ }
408
+
409
+ static readonly runtime: typeof proto3 = proto3;
410
+ static readonly typeName = "api.v1.Event.Start";
411
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
412
+ ]);
413
+
414
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event_Start {
415
+ return new Event_Start().fromBinary(bytes, options);
416
+ }
417
+
418
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event_Start {
419
+ return new Event_Start().fromJson(jsonValue, options);
420
+ }
421
+
422
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event_Start {
423
+ return new Event_Start().fromJsonString(jsonString, options);
424
+ }
425
+
426
+ static equals(a: Event_Start | PlainMessage<Event_Start> | undefined, b: Event_Start | PlainMessage<Event_Start> | undefined): boolean {
427
+ return proto3.util.equals(Event_Start, a, b);
428
+ }
429
+ }
430
+
431
+ /**
432
+ * @generated from message api.v1.Event.End
433
+ */
434
+ export class Event_End extends Message<Event_End> {
435
+ /**
436
+ *
437
+ * Performance data for the block that just ended.
438
+ *
439
+ * @generated from field: api.v1.Performance performance = 1;
440
+ */
441
+ performance?: Performance;
442
+
443
+ /**
444
+ *
445
+ * The block's output.
446
+ *
447
+ * @generated from field: api.v1.Output output = 2;
448
+ */
449
+ output?: Output;
450
+
451
+ /**
452
+ *
453
+ * The error, if any.
454
+ *
455
+ * @generated from field: common.v1.Error error = 3;
456
+ */
457
+ error?: Error;
458
+
459
+ /**
460
+ * @generated from field: api.v1.BlockStatus status = 4;
461
+ */
462
+ status = BlockStatus.UNSPECIFIED;
463
+
464
+ /**
465
+ *
466
+ * Any resolved bindings.
467
+ *
468
+ * @generated from field: map<string, api.v1.Resolved> resolved = 5;
469
+ */
470
+ resolved: { [key: string]: Resolved } = {};
471
+
472
+ constructor(data?: PartialMessage<Event_End>) {
473
+ super();
474
+ proto3.util.initPartial(data, this);
475
+ }
476
+
477
+ static readonly runtime: typeof proto3 = proto3;
478
+ static readonly typeName = "api.v1.Event.End";
479
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
480
+ { no: 1, name: "performance", kind: "message", T: Performance },
481
+ { no: 2, name: "output", kind: "message", T: Output },
482
+ { no: 3, name: "error", kind: "message", T: Error },
483
+ { no: 4, name: "status", kind: "enum", T: proto3.getEnumType(BlockStatus) },
484
+ { no: 5, name: "resolved", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: Resolved} },
485
+ ]);
486
+
487
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event_End {
488
+ return new Event_End().fromBinary(bytes, options);
489
+ }
490
+
491
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event_End {
492
+ return new Event_End().fromJson(jsonValue, options);
493
+ }
494
+
495
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event_End {
496
+ return new Event_End().fromJsonString(jsonString, options);
497
+ }
498
+
499
+ static equals(a: Event_End | PlainMessage<Event_End> | undefined, b: Event_End | PlainMessage<Event_End> | undefined): boolean {
500
+ return proto3.util.equals(Event_End, a, b);
501
+ }
502
+ }
503
+
504
+ /**
505
+ * @generated from message api.v1.Performance
506
+ */
507
+ export class Performance extends Message<Performance> {
508
+ /**
509
+ * @generated from field: int64 start = 1;
510
+ */
511
+ start = protoInt64.zero;
512
+
513
+ /**
514
+ * @generated from field: int64 finish = 2;
515
+ */
516
+ finish = protoInt64.zero;
517
+
518
+ /**
519
+ * @generated from field: int64 total = 3;
520
+ */
521
+ total = protoInt64.zero;
522
+
523
+ /**
524
+ * @generated from field: int64 execution = 4;
525
+ */
526
+ execution = protoInt64.zero;
527
+
528
+ /**
529
+ * @generated from field: int64 overhead = 5;
530
+ */
531
+ overhead = protoInt64.zero;
532
+
533
+ /**
534
+ * @generated from field: map<string, int64> custom = 6;
535
+ */
536
+ custom: { [key: string]: bigint } = {};
537
+
538
+ constructor(data?: PartialMessage<Performance>) {
539
+ super();
540
+ proto3.util.initPartial(data, this);
541
+ }
542
+
543
+ static readonly runtime: typeof proto3 = proto3;
544
+ static readonly typeName = "api.v1.Performance";
545
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
546
+ { no: 1, name: "start", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
547
+ { no: 2, name: "finish", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
548
+ { no: 3, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
549
+ { no: 4, name: "execution", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
550
+ { no: 5, name: "overhead", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
551
+ { no: 6, name: "custom", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 3 /* ScalarType.INT64 */} },
552
+ ]);
553
+
554
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Performance {
555
+ return new Performance().fromBinary(bytes, options);
556
+ }
557
+
558
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Performance {
559
+ return new Performance().fromJson(jsonValue, options);
560
+ }
561
+
562
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Performance {
563
+ return new Performance().fromJsonString(jsonString, options);
564
+ }
565
+
566
+ static equals(a: Performance | PlainMessage<Performance> | undefined, b: Performance | PlainMessage<Performance> | undefined): boolean {
567
+ return proto3.util.equals(Performance, a, b);
568
+ }
569
+ }
570
+
571
+ /**
572
+ * @generated from message api.v1.Output
573
+ */
574
+ export class Output extends Message<Output> {
575
+ /**
576
+ *
577
+ * The JSON encoded response.
578
+ *
579
+ * @generated from field: google.protobuf.Value result = 1;
580
+ */
581
+ result?: Value;
582
+
583
+ /**
584
+ *
585
+ * The original request.
586
+ *
587
+ * @generated from field: string request = 2;
588
+ */
589
+ request = "";
590
+
591
+ /**
592
+ * @generated from field: repeated string stdout = 3;
593
+ */
594
+ stdout: string[] = [];
595
+
596
+ /**
597
+ * @generated from field: repeated string stderr = 4;
598
+ */
599
+ stderr: string[] = [];
600
+
601
+ /**
602
+ * @generated from field: api.v1.Output.Request request_v2 = 5;
603
+ */
604
+ requestV2?: Output_Request;
605
+
606
+ constructor(data?: PartialMessage<Output>) {
607
+ super();
608
+ proto3.util.initPartial(data, this);
609
+ }
610
+
611
+ static readonly runtime: typeof proto3 = proto3;
612
+ static readonly typeName = "api.v1.Output";
613
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
614
+ { no: 1, name: "result", kind: "message", T: Value },
615
+ { no: 2, name: "request", kind: "scalar", T: 9 /* ScalarType.STRING */ },
616
+ { no: 3, name: "stdout", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
617
+ { no: 4, name: "stderr", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
618
+ { no: 5, name: "request_v2", kind: "message", T: Output_Request },
619
+ ]);
620
+
621
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Output {
622
+ return new Output().fromBinary(bytes, options);
623
+ }
624
+
625
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Output {
626
+ return new Output().fromJson(jsonValue, options);
627
+ }
628
+
629
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Output {
630
+ return new Output().fromJsonString(jsonString, options);
631
+ }
632
+
633
+ static equals(a: Output | PlainMessage<Output> | undefined, b: Output | PlainMessage<Output> | undefined): boolean {
634
+ return proto3.util.equals(Output, a, b);
635
+ }
636
+ }
637
+
638
+ /**
639
+ * @generated from message api.v1.Output.Request
640
+ */
641
+ export class Output_Request extends Message<Output_Request> {
642
+ /**
643
+ * @generated from field: string summary = 1;
644
+ */
645
+ summary = "";
646
+
647
+ /**
648
+ * @generated from field: optional google.protobuf.Struct metadata = 5;
649
+ */
650
+ metadata?: Struct;
651
+
652
+ constructor(data?: PartialMessage<Output_Request>) {
653
+ super();
654
+ proto3.util.initPartial(data, this);
655
+ }
656
+
657
+ static readonly runtime: typeof proto3 = proto3;
658
+ static readonly typeName = "api.v1.Output.Request";
659
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
660
+ { no: 1, name: "summary", kind: "scalar", T: 9 /* ScalarType.STRING */ },
661
+ { no: 5, name: "metadata", kind: "message", T: Struct, opt: true },
662
+ ]);
663
+
664
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Output_Request {
665
+ return new Output_Request().fromBinary(bytes, options);
666
+ }
667
+
668
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Output_Request {
669
+ return new Output_Request().fromJson(jsonValue, options);
670
+ }
671
+
672
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Output_Request {
673
+ return new Output_Request().fromJsonString(jsonString, options);
674
+ }
675
+
676
+ static equals(a: Output_Request | PlainMessage<Output_Request> | undefined, b: Output_Request | PlainMessage<Output_Request> | undefined): boolean {
677
+ return proto3.util.equals(Output_Request, a, b);
678
+ }
679
+ }
680
+
681
+ /**
682
+ * @generated from message api.v1.OutputOld
683
+ */
684
+ export class OutputOld extends Message<OutputOld> {
685
+ /**
686
+ * @generated from field: google.protobuf.Value output = 1;
687
+ */
688
+ output?: Value;
689
+
690
+ /**
691
+ * @generated from field: repeated string log = 2;
692
+ */
693
+ log: string[] = [];
694
+
695
+ /**
696
+ * @generated from field: string request = 3;
697
+ */
698
+ request = "";
699
+
700
+ /**
701
+ * @generated from field: google.protobuf.Value place_holders_info = 4;
702
+ */
703
+ placeHoldersInfo?: Value;
704
+
705
+ constructor(data?: PartialMessage<OutputOld>) {
706
+ super();
707
+ proto3.util.initPartial(data, this);
708
+ }
709
+
710
+ static readonly runtime: typeof proto3 = proto3;
711
+ static readonly typeName = "api.v1.OutputOld";
712
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
713
+ { no: 1, name: "output", kind: "message", T: Value },
714
+ { no: 2, name: "log", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
715
+ { no: 3, name: "request", kind: "scalar", T: 9 /* ScalarType.STRING */ },
716
+ { no: 4, name: "place_holders_info", kind: "message", T: Value },
717
+ ]);
718
+
719
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OutputOld {
720
+ return new OutputOld().fromBinary(bytes, options);
721
+ }
722
+
723
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OutputOld {
724
+ return new OutputOld().fromJson(jsonValue, options);
725
+ }
726
+
727
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OutputOld {
728
+ return new OutputOld().fromJsonString(jsonString, options);
729
+ }
730
+
731
+ static equals(a: OutputOld | PlainMessage<OutputOld> | undefined, b: OutputOld | PlainMessage<OutputOld> | undefined): boolean {
732
+ return proto3.util.equals(OutputOld, a, b);
733
+ }
734
+ }
735
+