@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,146 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file cache/v1/cache.proto (package cache.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, Value } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from enum cache.v1.Operation
11
+ */
12
+ export enum Operation {
13
+ /**
14
+ * @generated from enum value: OPERATION_UNSPECIFIED = 0;
15
+ */
16
+ UNSPECIFIED = 0,
17
+
18
+ /**
19
+ * @generated from enum value: OPERATION_UPSERT = 1;
20
+ */
21
+ UPSERT = 1,
22
+
23
+ /**
24
+ * @generated from enum value: OPERATION_DELETE = 2;
25
+ */
26
+ DELETE = 2,
27
+ }
28
+ // Retrieve enum metadata with: proto3.getEnumType(Operation)
29
+ proto3.util.setEnumType(Operation, "cache.v1.Operation", [
30
+ { no: 0, name: "OPERATION_UNSPECIFIED" },
31
+ { no: 1, name: "OPERATION_UPSERT" },
32
+ { no: 2, name: "OPERATION_DELETE" },
33
+ ]);
34
+
35
+ /**
36
+ * @generated from message cache.v1.Mutation
37
+ */
38
+ export class Mutation extends Message<Mutation> {
39
+ /**
40
+ * @generated from field: string resource = 1;
41
+ */
42
+ resource = "";
43
+
44
+ /**
45
+ * @generated from field: string id = 2;
46
+ */
47
+ id = "";
48
+
49
+ /**
50
+ * @generated from field: google.protobuf.Value data = 3;
51
+ */
52
+ data?: Value;
53
+
54
+ /**
55
+ * @generated from field: string organization_id = 4;
56
+ */
57
+ organizationId = "";
58
+
59
+ /**
60
+ * @generated from field: bool tombstone = 5;
61
+ */
62
+ tombstone = false;
63
+
64
+ /**
65
+ * this is an edge case that needs to be addressed and removed
66
+ *
67
+ * @generated from field: string rbac_role = 6;
68
+ */
69
+ rbacRole = "";
70
+
71
+ constructor(data?: PartialMessage<Mutation>) {
72
+ super();
73
+ proto3.util.initPartial(data, this);
74
+ }
75
+
76
+ static readonly runtime: typeof proto3 = proto3;
77
+ static readonly typeName = "cache.v1.Mutation";
78
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
79
+ { no: 1, name: "resource", kind: "scalar", T: 9 /* ScalarType.STRING */ },
80
+ { no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
81
+ { no: 3, name: "data", kind: "message", T: Value },
82
+ { no: 4, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
83
+ { no: 5, name: "tombstone", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
84
+ { no: 6, name: "rbac_role", kind: "scalar", T: 9 /* ScalarType.STRING */ },
85
+ ]);
86
+
87
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mutation {
88
+ return new Mutation().fromBinary(bytes, options);
89
+ }
90
+
91
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mutation {
92
+ return new Mutation().fromJson(jsonValue, options);
93
+ }
94
+
95
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mutation {
96
+ return new Mutation().fromJsonString(jsonString, options);
97
+ }
98
+
99
+ static equals(a: Mutation | PlainMessage<Mutation> | undefined, b: Mutation | PlainMessage<Mutation> | undefined): boolean {
100
+ return proto3.util.equals(Mutation, a, b);
101
+ }
102
+ }
103
+
104
+ /**
105
+ * @generated from message cache.v1.MutationBatch
106
+ */
107
+ export class MutationBatch extends Message<MutationBatch> {
108
+ /**
109
+ * @generated from field: cache.v1.Operation operation = 1;
110
+ */
111
+ operation = Operation.UNSPECIFIED;
112
+
113
+ /**
114
+ * @generated from field: repeated cache.v1.Mutation batch = 2;
115
+ */
116
+ batch: Mutation[] = [];
117
+
118
+ constructor(data?: PartialMessage<MutationBatch>) {
119
+ super();
120
+ proto3.util.initPartial(data, this);
121
+ }
122
+
123
+ static readonly runtime: typeof proto3 = proto3;
124
+ static readonly typeName = "cache.v1.MutationBatch";
125
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
126
+ { no: 1, name: "operation", kind: "enum", T: proto3.getEnumType(Operation) },
127
+ { no: 2, name: "batch", kind: "message", T: Mutation, repeated: true },
128
+ ]);
129
+
130
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MutationBatch {
131
+ return new MutationBatch().fromBinary(bytes, options);
132
+ }
133
+
134
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MutationBatch {
135
+ return new MutationBatch().fromJson(jsonValue, options);
136
+ }
137
+
138
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MutationBatch {
139
+ return new MutationBatch().fromJsonString(jsonString, options);
140
+ }
141
+
142
+ static equals(a: MutationBatch | PlainMessage<MutationBatch> | undefined, b: MutationBatch | PlainMessage<MutationBatch> | undefined): boolean {
143
+ return proto3.util.equals(MutationBatch, a, b);
144
+ }
145
+ }
146
+
@@ -0,0 +1,162 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file common/v1/api.proto (package common.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 } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from message common.v1.Links
11
+ */
12
+ export class Links extends Message<Links> {
13
+ /**
14
+ * @generated from field: map<string, common.v1.Link> links = 1;
15
+ */
16
+ links: { [key: string]: Link } = {};
17
+
18
+ constructor(data?: PartialMessage<Links>) {
19
+ super();
20
+ proto3.util.initPartial(data, this);
21
+ }
22
+
23
+ static readonly runtime: typeof proto3 = proto3;
24
+ static readonly typeName = "common.v1.Links";
25
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
26
+ { no: 1, name: "links", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: Link} },
27
+ ]);
28
+
29
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Links {
30
+ return new Links().fromBinary(bytes, options);
31
+ }
32
+
33
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Links {
34
+ return new Links().fromJson(jsonValue, options);
35
+ }
36
+
37
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Links {
38
+ return new Links().fromJsonString(jsonString, options);
39
+ }
40
+
41
+ static equals(a: Links | PlainMessage<Links> | undefined, b: Links | PlainMessage<Links> | undefined): boolean {
42
+ return proto3.util.equals(Links, a, b);
43
+ }
44
+ }
45
+
46
+ /**
47
+ * @generated from message common.v1.LinksV2
48
+ */
49
+ export class LinksV2 extends Message<LinksV2> {
50
+ /**
51
+ * @generated from field: repeated common.v1.Links links = 1;
52
+ */
53
+ links: Links[] = [];
54
+
55
+ constructor(data?: PartialMessage<LinksV2>) {
56
+ super();
57
+ proto3.util.initPartial(data, this);
58
+ }
59
+
60
+ static readonly runtime: typeof proto3 = proto3;
61
+ static readonly typeName = "common.v1.LinksV2";
62
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
63
+ { no: 1, name: "links", kind: "message", T: Links, repeated: true },
64
+ ]);
65
+
66
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LinksV2 {
67
+ return new LinksV2().fromBinary(bytes, options);
68
+ }
69
+
70
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LinksV2 {
71
+ return new LinksV2().fromJson(jsonValue, options);
72
+ }
73
+
74
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LinksV2 {
75
+ return new LinksV2().fromJsonString(jsonString, options);
76
+ }
77
+
78
+ static equals(a: LinksV2 | PlainMessage<LinksV2> | undefined, b: LinksV2 | PlainMessage<LinksV2> | undefined): boolean {
79
+ return proto3.util.equals(LinksV2, a, b);
80
+ }
81
+ }
82
+
83
+ /**
84
+ * @generated from message common.v1.Link
85
+ */
86
+ export class Link extends Message<Link> {
87
+ /**
88
+ * @generated from field: string url = 1;
89
+ */
90
+ url = "";
91
+
92
+ constructor(data?: PartialMessage<Link>) {
93
+ super();
94
+ proto3.util.initPartial(data, this);
95
+ }
96
+
97
+ static readonly runtime: typeof proto3 = proto3;
98
+ static readonly typeName = "common.v1.Link";
99
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
100
+ { no: 1, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
101
+ ]);
102
+
103
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Link {
104
+ return new Link().fromBinary(bytes, options);
105
+ }
106
+
107
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Link {
108
+ return new Link().fromJson(jsonValue, options);
109
+ }
110
+
111
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Link {
112
+ return new Link().fromJsonString(jsonString, options);
113
+ }
114
+
115
+ static equals(a: Link | PlainMessage<Link> | undefined, b: Link | PlainMessage<Link> | undefined): boolean {
116
+ return proto3.util.equals(Link, a, b);
117
+ }
118
+ }
119
+
120
+ /**
121
+ * @generated from message common.v1.CombinedLinks
122
+ */
123
+ export class CombinedLinks extends Message<CombinedLinks> {
124
+ /**
125
+ * @generated from field: map<string, common.v1.Link> links = 1;
126
+ */
127
+ links: { [key: string]: Link } = {};
128
+
129
+ /**
130
+ * @generated from field: repeated common.v1.Links links_v2 = 2;
131
+ */
132
+ linksV2: Links[] = [];
133
+
134
+ constructor(data?: PartialMessage<CombinedLinks>) {
135
+ super();
136
+ proto3.util.initPartial(data, this);
137
+ }
138
+
139
+ static readonly runtime: typeof proto3 = proto3;
140
+ static readonly typeName = "common.v1.CombinedLinks";
141
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
142
+ { no: 1, name: "links", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: Link} },
143
+ { no: 2, name: "links_v2", kind: "message", T: Links, repeated: true },
144
+ ]);
145
+
146
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CombinedLinks {
147
+ return new CombinedLinks().fromBinary(bytes, options);
148
+ }
149
+
150
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CombinedLinks {
151
+ return new CombinedLinks().fromJson(jsonValue, options);
152
+ }
153
+
154
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CombinedLinks {
155
+ return new CombinedLinks().fromJsonString(jsonString, options);
156
+ }
157
+
158
+ static equals(a: CombinedLinks | PlainMessage<CombinedLinks> | undefined, b: CombinedLinks | PlainMessage<CombinedLinks> | undefined): boolean {
159
+ return proto3.util.equals(CombinedLinks, a, b);
160
+ }
161
+ }
162
+
@@ -0,0 +1,220 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file common/v1/common.proto (package common.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, Timestamp } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from enum common.v1.UserType
11
+ */
12
+ export enum UserType {
13
+ /**
14
+ * @generated from enum value: USER_TYPE_UNSPECIFIED = 0;
15
+ */
16
+ UNSPECIFIED = 0,
17
+
18
+ /**
19
+ * @generated from enum value: USER_TYPE_SUPERBLOCKS = 1;
20
+ */
21
+ SUPERBLOCKS = 1,
22
+
23
+ /**
24
+ * @generated from enum value: USER_TYPE_EXTERNAL = 2;
25
+ */
26
+ EXTERNAL = 2,
27
+ }
28
+ // Retrieve enum metadata with: proto3.getEnumType(UserType)
29
+ proto3.util.setEnumType(UserType, "common.v1.UserType", [
30
+ { no: 0, name: "USER_TYPE_UNSPECIFIED" },
31
+ { no: 1, name: "USER_TYPE_SUPERBLOCKS" },
32
+ { no: 2, name: "USER_TYPE_EXTERNAL" },
33
+ ]);
34
+
35
+ /**
36
+ * @generated from message common.v1.Timestamps
37
+ */
38
+ export class Timestamps extends Message<Timestamps> {
39
+ /**
40
+ * @generated from field: google.protobuf.Timestamp created = 1;
41
+ */
42
+ created?: Timestamp;
43
+
44
+ /**
45
+ * @generated from field: google.protobuf.Timestamp updated = 2;
46
+ */
47
+ updated?: Timestamp;
48
+
49
+ /**
50
+ * @generated from field: google.protobuf.Timestamp deactivated = 3;
51
+ */
52
+ deactivated?: Timestamp;
53
+
54
+ constructor(data?: PartialMessage<Timestamps>) {
55
+ super();
56
+ proto3.util.initPartial(data, this);
57
+ }
58
+
59
+ static readonly runtime: typeof proto3 = proto3;
60
+ static readonly typeName = "common.v1.Timestamps";
61
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
62
+ { no: 1, name: "created", kind: "message", T: Timestamp },
63
+ { no: 2, name: "updated", kind: "message", T: Timestamp },
64
+ { no: 3, name: "deactivated", kind: "message", T: Timestamp },
65
+ ]);
66
+
67
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Timestamps {
68
+ return new Timestamps().fromBinary(bytes, options);
69
+ }
70
+
71
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Timestamps {
72
+ return new Timestamps().fromJson(jsonValue, options);
73
+ }
74
+
75
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Timestamps {
76
+ return new Timestamps().fromJsonString(jsonString, options);
77
+ }
78
+
79
+ static equals(a: Timestamps | PlainMessage<Timestamps> | undefined, b: Timestamps | PlainMessage<Timestamps> | undefined): boolean {
80
+ return proto3.util.equals(Timestamps, a, b);
81
+ }
82
+ }
83
+
84
+ /**
85
+ * @generated from message common.v1.Metadata
86
+ */
87
+ export class Metadata extends Message<Metadata> {
88
+ /**
89
+ * @generated from field: string id = 1;
90
+ */
91
+ id = "";
92
+
93
+ /**
94
+ * @generated from field: optional string description = 2;
95
+ */
96
+ description?: string;
97
+
98
+ /**
99
+ * @generated from field: string name = 3;
100
+ */
101
+ name = "";
102
+
103
+ /**
104
+ * @generated from field: string organization = 4;
105
+ */
106
+ organization = "";
107
+
108
+ /**
109
+ * @generated from field: optional string folder = 5;
110
+ */
111
+ folder?: string;
112
+
113
+ /**
114
+ * @generated from field: common.v1.Timestamps timestamps = 6;
115
+ */
116
+ timestamps?: Timestamps;
117
+
118
+ /**
119
+ * @generated from field: optional string version = 7;
120
+ */
121
+ version?: string;
122
+
123
+ /**
124
+ * @generated from field: map<string, string> tags = 8;
125
+ */
126
+ tags: { [key: string]: string } = {};
127
+
128
+ /**
129
+ * @generated from field: optional string type = 9;
130
+ */
131
+ type?: string;
132
+
133
+ constructor(data?: PartialMessage<Metadata>) {
134
+ super();
135
+ proto3.util.initPartial(data, this);
136
+ }
137
+
138
+ static readonly runtime: typeof proto3 = proto3;
139
+ static readonly typeName = "common.v1.Metadata";
140
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
141
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
142
+ { no: 2, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
143
+ { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
144
+ { no: 4, name: "organization", kind: "scalar", T: 9 /* ScalarType.STRING */ },
145
+ { no: 5, name: "folder", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
146
+ { no: 6, name: "timestamps", kind: "message", T: Timestamps },
147
+ { no: 7, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
148
+ { no: 8, name: "tags", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
149
+ { no: 9, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
150
+ ]);
151
+
152
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Metadata {
153
+ return new Metadata().fromBinary(bytes, options);
154
+ }
155
+
156
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Metadata {
157
+ return new Metadata().fromJson(jsonValue, options);
158
+ }
159
+
160
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Metadata {
161
+ return new Metadata().fromJsonString(jsonString, options);
162
+ }
163
+
164
+ static equals(a: Metadata | PlainMessage<Metadata> | undefined, b: Metadata | PlainMessage<Metadata> | undefined): boolean {
165
+ return proto3.util.equals(Metadata, a, b);
166
+ }
167
+ }
168
+
169
+ /**
170
+ * @generated from message common.v1.Profile
171
+ */
172
+ export class Profile extends Message<Profile> {
173
+ /**
174
+ * @generated from field: optional string id = 1;
175
+ */
176
+ id?: string;
177
+
178
+ /**
179
+ * @generated from field: optional string name = 2;
180
+ */
181
+ name?: string;
182
+
183
+ /**
184
+ *
185
+ * DEPRECATED
186
+ *
187
+ * @generated from field: optional string environment = 3;
188
+ */
189
+ environment?: string;
190
+
191
+ constructor(data?: PartialMessage<Profile>) {
192
+ super();
193
+ proto3.util.initPartial(data, this);
194
+ }
195
+
196
+ static readonly runtime: typeof proto3 = proto3;
197
+ static readonly typeName = "common.v1.Profile";
198
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
199
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
200
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
201
+ { no: 3, name: "environment", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
202
+ ]);
203
+
204
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Profile {
205
+ return new Profile().fromBinary(bytes, options);
206
+ }
207
+
208
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Profile {
209
+ return new Profile().fromJson(jsonValue, options);
210
+ }
211
+
212
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Profile {
213
+ return new Profile().fromJsonString(jsonString, options);
214
+ }
215
+
216
+ static equals(a: Profile | PlainMessage<Profile> | undefined, b: Profile | PlainMessage<Profile> | undefined): boolean {
217
+ return proto3.util.equals(Profile, a, b);
218
+ }
219
+ }
220
+
@@ -0,0 +1,143 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file common/v1/errors.proto (package common.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 } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from enum common.v1.Code
11
+ */
12
+ export enum Code {
13
+ /**
14
+ * @generated from enum value: CODE_UNSPECIFIED = 0;
15
+ */
16
+ UNSPECIFIED = 0,
17
+
18
+ /**
19
+ * @generated from enum value: CODE_INTEGRATION_AUTHORIZATION = 1;
20
+ */
21
+ INTEGRATION_AUTHORIZATION = 1,
22
+
23
+ /**
24
+ * @generated from enum value: CODE_INTEGRATION_NETWORK = 2;
25
+ */
26
+ INTEGRATION_NETWORK = 2,
27
+
28
+ /**
29
+ * @generated from enum value: CODE_INTEGRATION_QUERY_TIMEOUT = 3;
30
+ */
31
+ INTEGRATION_QUERY_TIMEOUT = 3,
32
+
33
+ /**
34
+ * @generated from enum value: CODE_INTEGRATION_SYNTAX = 4;
35
+ */
36
+ INTEGRATION_SYNTAX = 4,
37
+
38
+ /**
39
+ * @generated from enum value: CODE_INTEGRATION_LOGIC = 5;
40
+ */
41
+ INTEGRATION_LOGIC = 5,
42
+
43
+ /**
44
+ * @generated from enum value: CODE_INTEGRATION_MISSING_REQUIRED_FIELD = 6;
45
+ */
46
+ INTEGRATION_MISSING_REQUIRED_FIELD = 6,
47
+
48
+ /**
49
+ * @generated from enum value: CODE_INTEGRATION_RATE_LIMIT = 7;
50
+ */
51
+ INTEGRATION_RATE_LIMIT = 7,
52
+
53
+ /**
54
+ * @generated from enum value: CODE_INTEGRATION_USER_CANCELLED = 8;
55
+ */
56
+ INTEGRATION_USER_CANCELLED = 8,
57
+
58
+ /**
59
+ * @generated from enum value: CODE_INTEGRATION_INTERNAL = 9;
60
+ */
61
+ INTEGRATION_INTERNAL = 9,
62
+ }
63
+ // Retrieve enum metadata with: proto3.getEnumType(Code)
64
+ proto3.util.setEnumType(Code, "common.v1.Code", [
65
+ { no: 0, name: "CODE_UNSPECIFIED" },
66
+ { no: 1, name: "CODE_INTEGRATION_AUTHORIZATION" },
67
+ { no: 2, name: "CODE_INTEGRATION_NETWORK" },
68
+ { no: 3, name: "CODE_INTEGRATION_QUERY_TIMEOUT" },
69
+ { no: 4, name: "CODE_INTEGRATION_SYNTAX" },
70
+ { no: 5, name: "CODE_INTEGRATION_LOGIC" },
71
+ { no: 6, name: "CODE_INTEGRATION_MISSING_REQUIRED_FIELD" },
72
+ { no: 7, name: "CODE_INTEGRATION_RATE_LIMIT" },
73
+ { no: 8, name: "CODE_INTEGRATION_USER_CANCELLED" },
74
+ { no: 9, name: "CODE_INTEGRATION_INTERNAL" },
75
+ ]);
76
+
77
+ /**
78
+ * @generated from message common.v1.Error
79
+ */
80
+ export class Error extends Message<Error> {
81
+ /**
82
+ * @generated from field: string name = 1;
83
+ */
84
+ name = "";
85
+
86
+ /**
87
+ * @generated from field: string message = 2;
88
+ */
89
+ message = "";
90
+
91
+ /**
92
+ * @generated from field: bool handled = 3;
93
+ */
94
+ handled = false;
95
+
96
+ /**
97
+ * @generated from field: string block_path = 4;
98
+ */
99
+ blockPath = "";
100
+
101
+ /**
102
+ * @generated from field: string form_path = 5;
103
+ */
104
+ formPath = "";
105
+
106
+ /**
107
+ * @generated from field: common.v1.Code code = 6;
108
+ */
109
+ code = Code.UNSPECIFIED;
110
+
111
+ constructor(data?: PartialMessage<Error>) {
112
+ super();
113
+ proto3.util.initPartial(data, this);
114
+ }
115
+
116
+ static readonly runtime: typeof proto3 = proto3;
117
+ static readonly typeName = "common.v1.Error";
118
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
119
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
120
+ { no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
121
+ { no: 3, name: "handled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
122
+ { no: 4, name: "block_path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
123
+ { no: 5, name: "form_path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
124
+ { no: 6, name: "code", kind: "enum", T: proto3.getEnumType(Code) },
125
+ ]);
126
+
127
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Error {
128
+ return new Error().fromBinary(bytes, options);
129
+ }
130
+
131
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Error {
132
+ return new Error().fromJson(jsonValue, options);
133
+ }
134
+
135
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Error {
136
+ return new Error().fromJsonString(jsonString, options);
137
+ }
138
+
139
+ static equals(a: Error | PlainMessage<Error> | undefined, b: Error | PlainMessage<Error> | undefined): boolean {
140
+ return proto3.util.equals(Error, a, b);
141
+ }
142
+ }
143
+