@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,921 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file plugins/kafka/v1/plugin.proto (package plugins.kafka.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 as Message$1, proto3, Value } from "@bufbuild/protobuf";
8
+ import { DynamicWorkflowConfiguration } from "../../common/v1/plugin_pb";
9
+
10
+ /**
11
+ * @generated from enum plugins.kafka.v1.Operation
12
+ */
13
+ export enum Operation {
14
+ /**
15
+ * @generated from enum value: OPERATION_UNSPECIFIED = 0;
16
+ */
17
+ UNSPECIFIED = 0,
18
+
19
+ /**
20
+ * @generated from enum value: OPERATION_CONSUME = 1;
21
+ */
22
+ CONSUME = 1,
23
+
24
+ /**
25
+ * @generated from enum value: OPERATION_PRODUCE = 2;
26
+ */
27
+ PRODUCE = 2,
28
+ }
29
+ // Retrieve enum metadata with: proto3.getEnumType(Operation)
30
+ proto3.util.setEnumType(Operation, "plugins.kafka.v1.Operation", [
31
+ { no: 0, name: "OPERATION_UNSPECIFIED" },
32
+ { no: 1, name: "OPERATION_CONSUME" },
33
+ { no: 2, name: "OPERATION_PRODUCE" },
34
+ ]);
35
+
36
+ /**
37
+ * @generated from enum plugins.kafka.v1.Compression
38
+ */
39
+ export enum Compression {
40
+ /**
41
+ * @generated from enum value: COMPRESSION_UNSPECIFIED = 0;
42
+ */
43
+ UNSPECIFIED = 0,
44
+
45
+ /**
46
+ * @generated from enum value: COMPRESSION_GZIP = 1;
47
+ */
48
+ GZIP = 1,
49
+
50
+ /**
51
+ * @generated from enum value: COMPRESSION_SNAPPY = 2;
52
+ */
53
+ SNAPPY = 2,
54
+
55
+ /**
56
+ * @generated from enum value: COMPRESSION_LZ4 = 3;
57
+ */
58
+ LZ4 = 3,
59
+
60
+ /**
61
+ * @generated from enum value: COMPRESSION_ZSTD = 4;
62
+ */
63
+ ZSTD = 4,
64
+ }
65
+ // Retrieve enum metadata with: proto3.getEnumType(Compression)
66
+ proto3.util.setEnumType(Compression, "plugins.kafka.v1.Compression", [
67
+ { no: 0, name: "COMPRESSION_UNSPECIFIED" },
68
+ { no: 1, name: "COMPRESSION_GZIP" },
69
+ { no: 2, name: "COMPRESSION_SNAPPY" },
70
+ { no: 3, name: "COMPRESSION_LZ4" },
71
+ { no: 4, name: "COMPRESSION_ZSTD" },
72
+ ]);
73
+
74
+ /**
75
+ * @generated from enum plugins.kafka.v1.Acks
76
+ */
77
+ export enum Acks {
78
+ /**
79
+ * @generated from enum value: ACKS_UNSPECIFIED = 0;
80
+ */
81
+ UNSPECIFIED = 0,
82
+
83
+ /**
84
+ * @generated from enum value: ACKS_NONE = 1;
85
+ */
86
+ NONE = 1,
87
+
88
+ /**
89
+ * @generated from enum value: ACKS_LEADER = 2;
90
+ */
91
+ LEADER = 2,
92
+
93
+ /**
94
+ * @generated from enum value: ACKS_ALL = 3;
95
+ */
96
+ ALL = 3,
97
+ }
98
+ // Retrieve enum metadata with: proto3.getEnumType(Acks)
99
+ proto3.util.setEnumType(Acks, "plugins.kafka.v1.Acks", [
100
+ { no: 0, name: "ACKS_UNSPECIFIED" },
101
+ { no: 1, name: "ACKS_NONE" },
102
+ { no: 2, name: "ACKS_LEADER" },
103
+ { no: 3, name: "ACKS_ALL" },
104
+ ]);
105
+
106
+ /**
107
+ * @generated from message plugins.kafka.v1.Metadata
108
+ */
109
+ export class Metadata extends Message$1<Metadata> {
110
+ /**
111
+ * @generated from field: repeated plugins.kafka.v1.Topic topics = 1;
112
+ */
113
+ topics: Topic[] = [];
114
+
115
+ /**
116
+ * @generated from field: repeated plugins.kafka.v1.Broker brokers = 2;
117
+ */
118
+ brokers: Broker[] = [];
119
+
120
+ constructor(data?: PartialMessage<Metadata>) {
121
+ super();
122
+ proto3.util.initPartial(data, this);
123
+ }
124
+
125
+ static readonly runtime: typeof proto3 = proto3;
126
+ static readonly typeName = "plugins.kafka.v1.Metadata";
127
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
128
+ { no: 1, name: "topics", kind: "message", T: Topic, repeated: true },
129
+ { no: 2, name: "brokers", kind: "message", T: Broker, repeated: true },
130
+ ]);
131
+
132
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Metadata {
133
+ return new Metadata().fromBinary(bytes, options);
134
+ }
135
+
136
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Metadata {
137
+ return new Metadata().fromJson(jsonValue, options);
138
+ }
139
+
140
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Metadata {
141
+ return new Metadata().fromJsonString(jsonString, options);
142
+ }
143
+
144
+ static equals(a: Metadata | PlainMessage<Metadata> | undefined, b: Metadata | PlainMessage<Metadata> | undefined): boolean {
145
+ return proto3.util.equals(Metadata, a, b);
146
+ }
147
+ }
148
+
149
+ /**
150
+ * @generated from message plugins.kafka.v1.Metadata.Minified
151
+ */
152
+ export class Metadata_Minified extends Message$1<Metadata_Minified> {
153
+ /**
154
+ * @generated from field: repeated string topics = 1;
155
+ */
156
+ topics: string[] = [];
157
+
158
+ constructor(data?: PartialMessage<Metadata_Minified>) {
159
+ super();
160
+ proto3.util.initPartial(data, this);
161
+ }
162
+
163
+ static readonly runtime: typeof proto3 = proto3;
164
+ static readonly typeName = "plugins.kafka.v1.Metadata.Minified";
165
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
166
+ { no: 1, name: "topics", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
167
+ ]);
168
+
169
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Metadata_Minified {
170
+ return new Metadata_Minified().fromBinary(bytes, options);
171
+ }
172
+
173
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Metadata_Minified {
174
+ return new Metadata_Minified().fromJson(jsonValue, options);
175
+ }
176
+
177
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Metadata_Minified {
178
+ return new Metadata_Minified().fromJsonString(jsonString, options);
179
+ }
180
+
181
+ static equals(a: Metadata_Minified | PlainMessage<Metadata_Minified> | undefined, b: Metadata_Minified | PlainMessage<Metadata_Minified> | undefined): boolean {
182
+ return proto3.util.equals(Metadata_Minified, a, b);
183
+ }
184
+ }
185
+
186
+ /**
187
+ * @generated from message plugins.kafka.v1.Broker
188
+ */
189
+ export class Broker extends Message$1<Broker> {
190
+ /**
191
+ * @generated from field: int32 node_id = 1;
192
+ */
193
+ nodeId = 0;
194
+
195
+ /**
196
+ * @generated from field: string address = 2;
197
+ */
198
+ address = "";
199
+
200
+ constructor(data?: PartialMessage<Broker>) {
201
+ super();
202
+ proto3.util.initPartial(data, this);
203
+ }
204
+
205
+ static readonly runtime: typeof proto3 = proto3;
206
+ static readonly typeName = "plugins.kafka.v1.Broker";
207
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
208
+ { no: 1, name: "node_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
209
+ { no: 2, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
210
+ ]);
211
+
212
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Broker {
213
+ return new Broker().fromBinary(bytes, options);
214
+ }
215
+
216
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Broker {
217
+ return new Broker().fromJson(jsonValue, options);
218
+ }
219
+
220
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Broker {
221
+ return new Broker().fromJsonString(jsonString, options);
222
+ }
223
+
224
+ static equals(a: Broker | PlainMessage<Broker> | undefined, b: Broker | PlainMessage<Broker> | undefined): boolean {
225
+ return proto3.util.equals(Broker, a, b);
226
+ }
227
+ }
228
+
229
+ /**
230
+ * @generated from message plugins.kafka.v1.Topic
231
+ */
232
+ export class Topic extends Message$1<Topic> {
233
+ /**
234
+ * @generated from field: string name = 1;
235
+ */
236
+ name = "";
237
+
238
+ constructor(data?: PartialMessage<Topic>) {
239
+ super();
240
+ proto3.util.initPartial(data, this);
241
+ }
242
+
243
+ static readonly runtime: typeof proto3 = proto3;
244
+ static readonly typeName = "plugins.kafka.v1.Topic";
245
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
246
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
247
+ ]);
248
+
249
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Topic {
250
+ return new Topic().fromBinary(bytes, options);
251
+ }
252
+
253
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Topic {
254
+ return new Topic().fromJson(jsonValue, options);
255
+ }
256
+
257
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Topic {
258
+ return new Topic().fromJsonString(jsonString, options);
259
+ }
260
+
261
+ static equals(a: Topic | PlainMessage<Topic> | undefined, b: Topic | PlainMessage<Topic> | undefined): boolean {
262
+ return proto3.util.equals(Topic, a, b);
263
+ }
264
+ }
265
+
266
+ /**
267
+ * @generated from message plugins.kafka.v1.Messages
268
+ */
269
+ export class Messages extends Message$1<Messages> {
270
+ /**
271
+ * @generated from field: repeated plugins.kafka.v1.Message messages = 1;
272
+ */
273
+ messages: Message[] = [];
274
+
275
+ constructor(data?: PartialMessage<Messages>) {
276
+ super();
277
+ proto3.util.initPartial(data, this);
278
+ }
279
+
280
+ static readonly runtime: typeof proto3 = proto3;
281
+ static readonly typeName = "plugins.kafka.v1.Messages";
282
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
283
+ { no: 1, name: "messages", kind: "message", T: Message, repeated: true },
284
+ ]);
285
+
286
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Messages {
287
+ return new Messages().fromBinary(bytes, options);
288
+ }
289
+
290
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Messages {
291
+ return new Messages().fromJson(jsonValue, options);
292
+ }
293
+
294
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Messages {
295
+ return new Messages().fromJsonString(jsonString, options);
296
+ }
297
+
298
+ static equals(a: Messages | PlainMessage<Messages> | undefined, b: Messages | PlainMessage<Messages> | undefined): boolean {
299
+ return proto3.util.equals(Messages, a, b);
300
+ }
301
+ }
302
+
303
+ /**
304
+ * @generated from message plugins.kafka.v1.Message
305
+ */
306
+ export class Message extends Message$1<Message> {
307
+ /**
308
+ * @generated from field: string topic = 1;
309
+ */
310
+ topic = "";
311
+
312
+ /**
313
+ * @generated from field: int32 partition = 2;
314
+ */
315
+ partition = 0;
316
+
317
+ /**
318
+ * @generated from field: int32 offset = 4;
319
+ */
320
+ offset = 0;
321
+
322
+ /**
323
+ * NOTE(frank): Need to use google.protobuf.Timestamp here but our json schema library doesn't support bigint.
324
+ * Because of this, we can't use the google.protobuf.Timestamp type OR int64..... Since int32 isn't big enough
325
+ * we have to use a string... // rant over.
326
+ *
327
+ * @generated from field: optional string timestamp = 3;
328
+ */
329
+ timestamp?: string;
330
+
331
+ /**
332
+ * @generated from field: optional google.protobuf.Value key = 5;
333
+ */
334
+ key?: Value;
335
+
336
+ /**
337
+ * @generated from field: optional google.protobuf.Value value = 6;
338
+ */
339
+ value?: Value;
340
+
341
+ /**
342
+ * NOTE(frank): We could use int64 but some Kafka clients (notably the one we're using) only supports int32.
343
+ *
344
+ * @generated from field: int32 length = 7;
345
+ */
346
+ length = 0;
347
+
348
+ /**
349
+ * NOTE(frank): Protobuf doesn't have an int8 type.
350
+ *
351
+ * @generated from field: int32 attributes = 8;
352
+ */
353
+ attributes = 0;
354
+
355
+ /**
356
+ * @generated from field: map<string, string> headers = 9;
357
+ */
358
+ headers: { [key: string]: string } = {};
359
+
360
+ constructor(data?: PartialMessage<Message>) {
361
+ super();
362
+ proto3.util.initPartial(data, this);
363
+ }
364
+
365
+ static readonly runtime: typeof proto3 = proto3;
366
+ static readonly typeName = "plugins.kafka.v1.Message";
367
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
368
+ { no: 1, name: "topic", kind: "scalar", T: 9 /* ScalarType.STRING */ },
369
+ { no: 2, name: "partition", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
370
+ { no: 4, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
371
+ { no: 3, name: "timestamp", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
372
+ { no: 5, name: "key", kind: "message", T: Value, opt: true },
373
+ { no: 6, name: "value", kind: "message", T: Value, opt: true },
374
+ { no: 7, name: "length", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
375
+ { no: 8, name: "attributes", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
376
+ { no: 9, name: "headers", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
377
+ ]);
378
+
379
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Message {
380
+ return new Message().fromBinary(bytes, options);
381
+ }
382
+
383
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Message {
384
+ return new Message().fromJson(jsonValue, options);
385
+ }
386
+
387
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Message {
388
+ return new Message().fromJsonString(jsonString, options);
389
+ }
390
+
391
+ static equals(a: Message | PlainMessage<Message> | undefined, b: Message | PlainMessage<Message> | undefined): boolean {
392
+ return proto3.util.equals(Message, a, b);
393
+ }
394
+ }
395
+
396
+ /**
397
+ * @generated from message plugins.kafka.v1.SASL
398
+ */
399
+ export class SASL extends Message$1<SASL> {
400
+ /**
401
+ * @generated from field: plugins.kafka.v1.SASL.Mechanism mechanism = 1;
402
+ */
403
+ mechanism = SASL_Mechanism.UNSPECIFIED;
404
+
405
+ /**
406
+ * non-aws fields
407
+ *
408
+ * @generated from field: optional string username = 2;
409
+ */
410
+ username?: string;
411
+
412
+ /**
413
+ * @generated from field: optional string password = 3;
414
+ */
415
+ password?: string;
416
+
417
+ /**
418
+ * aws fields
419
+ *
420
+ * @generated from field: optional string access_key_id = 4;
421
+ */
422
+ accessKeyId?: string;
423
+
424
+ /**
425
+ * @generated from field: optional string secret_key = 5;
426
+ */
427
+ secretKey?: string;
428
+
429
+ /**
430
+ * @generated from field: optional string session_token = 6;
431
+ */
432
+ sessionToken?: string;
433
+
434
+ /**
435
+ * @generated from field: optional string authorization_identity = 7;
436
+ */
437
+ authorizationIdentity?: string;
438
+
439
+ constructor(data?: PartialMessage<SASL>) {
440
+ super();
441
+ proto3.util.initPartial(data, this);
442
+ }
443
+
444
+ static readonly runtime: typeof proto3 = proto3;
445
+ static readonly typeName = "plugins.kafka.v1.SASL";
446
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
447
+ { no: 1, name: "mechanism", kind: "enum", T: proto3.getEnumType(SASL_Mechanism) },
448
+ { no: 2, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
449
+ { no: 3, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
450
+ { no: 4, name: "access_key_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
451
+ { no: 5, name: "secret_key", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
452
+ { no: 6, name: "session_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
453
+ { no: 7, name: "authorization_identity", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
454
+ ]);
455
+
456
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SASL {
457
+ return new SASL().fromBinary(bytes, options);
458
+ }
459
+
460
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SASL {
461
+ return new SASL().fromJson(jsonValue, options);
462
+ }
463
+
464
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SASL {
465
+ return new SASL().fromJsonString(jsonString, options);
466
+ }
467
+
468
+ static equals(a: SASL | PlainMessage<SASL> | undefined, b: SASL | PlainMessage<SASL> | undefined): boolean {
469
+ return proto3.util.equals(SASL, a, b);
470
+ }
471
+ }
472
+
473
+ /**
474
+ * @generated from enum plugins.kafka.v1.SASL.Mechanism
475
+ */
476
+ export enum SASL_Mechanism {
477
+ /**
478
+ * @generated from enum value: MECHANISM_UNSPECIFIED = 0;
479
+ */
480
+ UNSPECIFIED = 0,
481
+
482
+ /**
483
+ * @generated from enum value: MECHANISM_PLAIN = 1;
484
+ */
485
+ PLAIN = 1,
486
+
487
+ /**
488
+ * @generated from enum value: MECHANISM_SCRAM_SHA256 = 2;
489
+ */
490
+ SCRAM_SHA256 = 2,
491
+
492
+ /**
493
+ * @generated from enum value: MECHANISM_SCRAM_SHA512 = 3;
494
+ */
495
+ SCRAM_SHA512 = 3,
496
+
497
+ /**
498
+ * @generated from enum value: MECHANISM_AWS = 4;
499
+ */
500
+ AWS = 4,
501
+ }
502
+ // Retrieve enum metadata with: proto3.getEnumType(SASL_Mechanism)
503
+ proto3.util.setEnumType(SASL_Mechanism, "plugins.kafka.v1.SASL.Mechanism", [
504
+ { no: 0, name: "MECHANISM_UNSPECIFIED" },
505
+ { no: 1, name: "MECHANISM_PLAIN" },
506
+ { no: 2, name: "MECHANISM_SCRAM_SHA256" },
507
+ { no: 3, name: "MECHANISM_SCRAM_SHA512" },
508
+ { no: 4, name: "MECHANISM_AWS" },
509
+ ]);
510
+
511
+ /**
512
+ * @generated from message plugins.kafka.v1.Cluster
513
+ */
514
+ export class Cluster extends Message$1<Cluster> {
515
+ /**
516
+ * NOTE(frank): Due to limitations in our plugin template system, we can't use an array.....
517
+ *
518
+ * @generated from field: string brokers = 1;
519
+ */
520
+ brokers = "";
521
+
522
+ /**
523
+ * @generated from field: bool ssl = 2;
524
+ */
525
+ ssl = false;
526
+
527
+ /**
528
+ * @generated from field: plugins.kafka.v1.SASL sasl = 3;
529
+ */
530
+ sasl?: SASL;
531
+
532
+ constructor(data?: PartialMessage<Cluster>) {
533
+ super();
534
+ proto3.util.initPartial(data, this);
535
+ }
536
+
537
+ static readonly runtime: typeof proto3 = proto3;
538
+ static readonly typeName = "plugins.kafka.v1.Cluster";
539
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
540
+ { no: 1, name: "brokers", kind: "scalar", T: 9 /* ScalarType.STRING */ },
541
+ { no: 2, name: "ssl", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
542
+ { no: 3, name: "sasl", kind: "message", T: SASL },
543
+ ]);
544
+
545
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Cluster {
546
+ return new Cluster().fromBinary(bytes, options);
547
+ }
548
+
549
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Cluster {
550
+ return new Cluster().fromJson(jsonValue, options);
551
+ }
552
+
553
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Cluster {
554
+ return new Cluster().fromJsonString(jsonString, options);
555
+ }
556
+
557
+ static equals(a: Cluster | PlainMessage<Cluster> | undefined, b: Cluster | PlainMessage<Cluster> | undefined): boolean {
558
+ return proto3.util.equals(Cluster, a, b);
559
+ }
560
+ }
561
+
562
+ /**
563
+ * NOTE(frank): Since it's Kafka, there's a zillion options. We'll start with the basics for now.
564
+ *
565
+ * @generated from message plugins.kafka.v1.Plugin
566
+ */
567
+ export class Plugin extends Message$1<Plugin> {
568
+ /**
569
+ * @generated from field: optional string name = 1;
570
+ */
571
+ name?: string;
572
+
573
+ /**
574
+ * @generated from field: plugins.kafka.v1.Operation operation = 2;
575
+ */
576
+ operation = Operation.UNSPECIFIED;
577
+
578
+ /**
579
+ * @generated from field: plugins.kafka.v1.Plugin.Produce produce = 3;
580
+ */
581
+ produce?: Plugin_Produce;
582
+
583
+ /**
584
+ * @generated from field: plugins.kafka.v1.Plugin.Consume consume = 4;
585
+ */
586
+ consume?: Plugin_Consume;
587
+
588
+ /**
589
+ * @generated from field: plugins.kafka.v1.Cluster cluster = 5;
590
+ */
591
+ cluster?: Cluster;
592
+
593
+ /**
594
+ * DEPRECATED
595
+ *
596
+ * @generated from field: plugins.kafka.v1.SuperblocksMetadata superblocksMetadata = 6;
597
+ */
598
+ superblocksMetadata?: SuperblocksMetadata;
599
+
600
+ /**
601
+ * @generated from field: optional plugins.common.v1.DynamicWorkflowConfiguration dynamic_workflow_configuration = 7;
602
+ */
603
+ dynamicWorkflowConfiguration?: DynamicWorkflowConfiguration;
604
+
605
+ constructor(data?: PartialMessage<Plugin>) {
606
+ super();
607
+ proto3.util.initPartial(data, this);
608
+ }
609
+
610
+ static readonly runtime: typeof proto3 = proto3;
611
+ static readonly typeName = "plugins.kafka.v1.Plugin";
612
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
613
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
614
+ { no: 2, name: "operation", kind: "enum", T: proto3.getEnumType(Operation) },
615
+ { no: 3, name: "produce", kind: "message", T: Plugin_Produce },
616
+ { no: 4, name: "consume", kind: "message", T: Plugin_Consume },
617
+ { no: 5, name: "cluster", kind: "message", T: Cluster },
618
+ { no: 6, name: "superblocksMetadata", kind: "message", T: SuperblocksMetadata },
619
+ { no: 7, name: "dynamic_workflow_configuration", kind: "message", T: DynamicWorkflowConfiguration, opt: true },
620
+ ]);
621
+
622
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin {
623
+ return new Plugin().fromBinary(bytes, options);
624
+ }
625
+
626
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin {
627
+ return new Plugin().fromJson(jsonValue, options);
628
+ }
629
+
630
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin {
631
+ return new Plugin().fromJsonString(jsonString, options);
632
+ }
633
+
634
+ static equals(a: Plugin | PlainMessage<Plugin> | undefined, b: Plugin | PlainMessage<Plugin> | undefined): boolean {
635
+ return proto3.util.equals(Plugin, a, b);
636
+ }
637
+ }
638
+
639
+ /**
640
+ * @generated from message plugins.kafka.v1.Plugin.Consume
641
+ */
642
+ export class Plugin_Consume extends Message$1<Plugin_Consume> {
643
+ /**
644
+ * @generated from field: plugins.kafka.v1.Plugin.Consume.From from = 1;
645
+ */
646
+ from = Plugin_Consume_From.UNSPECIFIED;
647
+
648
+ /**
649
+ * NOTE(frank): SMH. Because our form template system if VERY limited,
650
+ * there no way to send an array to the backend if we take in one topic in the UI.
651
+ *
652
+ * @generated from field: string topic = 2;
653
+ */
654
+ topic = "";
655
+
656
+ /**
657
+ * @generated from field: optional string group_id = 3;
658
+ */
659
+ groupId?: string;
660
+
661
+ /**
662
+ * @generated from field: optional string client_id = 4;
663
+ */
664
+ clientId?: string;
665
+
666
+ /**
667
+ * NOTE(frank): Another instance of template system limitations...
668
+ *
669
+ * @generated from field: plugins.kafka.v1.Plugin.Consume.Seek seek = 5;
670
+ */
671
+ seek?: Plugin_Consume_Seek;
672
+
673
+ /**
674
+ * @generated from field: bool read_uncommitted = 6;
675
+ */
676
+ readUncommitted = false;
677
+
678
+ constructor(data?: PartialMessage<Plugin_Consume>) {
679
+ super();
680
+ proto3.util.initPartial(data, this);
681
+ }
682
+
683
+ static readonly runtime: typeof proto3 = proto3;
684
+ static readonly typeName = "plugins.kafka.v1.Plugin.Consume";
685
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
686
+ { no: 1, name: "from", kind: "enum", T: proto3.getEnumType(Plugin_Consume_From) },
687
+ { no: 2, name: "topic", kind: "scalar", T: 9 /* ScalarType.STRING */ },
688
+ { no: 3, name: "group_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
689
+ { no: 4, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
690
+ { no: 5, name: "seek", kind: "message", T: Plugin_Consume_Seek },
691
+ { no: 6, name: "read_uncommitted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
692
+ ]);
693
+
694
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Consume {
695
+ return new Plugin_Consume().fromBinary(bytes, options);
696
+ }
697
+
698
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Consume {
699
+ return new Plugin_Consume().fromJson(jsonValue, options);
700
+ }
701
+
702
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Consume {
703
+ return new Plugin_Consume().fromJsonString(jsonString, options);
704
+ }
705
+
706
+ static equals(a: Plugin_Consume | PlainMessage<Plugin_Consume> | undefined, b: Plugin_Consume | PlainMessage<Plugin_Consume> | undefined): boolean {
707
+ return proto3.util.equals(Plugin_Consume, a, b);
708
+ }
709
+ }
710
+
711
+ /**
712
+ * @generated from enum plugins.kafka.v1.Plugin.Consume.From
713
+ */
714
+ export enum Plugin_Consume_From {
715
+ /**
716
+ * @generated from enum value: FROM_UNSPECIFIED = 0;
717
+ */
718
+ UNSPECIFIED = 0,
719
+
720
+ /**
721
+ * @generated from enum value: FROM_BEGINNING = 1;
722
+ */
723
+ BEGINNING = 1,
724
+
725
+ /**
726
+ * @generated from enum value: FROM_LATEST = 2;
727
+ */
728
+ LATEST = 2,
729
+
730
+ /**
731
+ * @generated from enum value: FROM_SEEK = 3;
732
+ */
733
+ SEEK = 3,
734
+ }
735
+ // Retrieve enum metadata with: proto3.getEnumType(Plugin_Consume_From)
736
+ proto3.util.setEnumType(Plugin_Consume_From, "plugins.kafka.v1.Plugin.Consume.From", [
737
+ { no: 0, name: "FROM_UNSPECIFIED" },
738
+ { no: 1, name: "FROM_BEGINNING" },
739
+ { no: 2, name: "FROM_LATEST" },
740
+ { no: 3, name: "FROM_SEEK" },
741
+ ]);
742
+
743
+ /**
744
+ * @generated from message plugins.kafka.v1.Plugin.Consume.Seek
745
+ */
746
+ export class Plugin_Consume_Seek extends Message$1<Plugin_Consume_Seek> {
747
+ /**
748
+ * @generated from field: string topic = 1;
749
+ */
750
+ topic = "";
751
+
752
+ /**
753
+ * @generated from field: int32 offset = 2;
754
+ */
755
+ offset = 0;
756
+
757
+ /**
758
+ * @generated from field: int32 partition = 3;
759
+ */
760
+ partition = 0;
761
+
762
+ constructor(data?: PartialMessage<Plugin_Consume_Seek>) {
763
+ super();
764
+ proto3.util.initPartial(data, this);
765
+ }
766
+
767
+ static readonly runtime: typeof proto3 = proto3;
768
+ static readonly typeName = "plugins.kafka.v1.Plugin.Consume.Seek";
769
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
770
+ { no: 1, name: "topic", kind: "scalar", T: 9 /* ScalarType.STRING */ },
771
+ { no: 2, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
772
+ { no: 3, name: "partition", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
773
+ ]);
774
+
775
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Consume_Seek {
776
+ return new Plugin_Consume_Seek().fromBinary(bytes, options);
777
+ }
778
+
779
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Consume_Seek {
780
+ return new Plugin_Consume_Seek().fromJson(jsonValue, options);
781
+ }
782
+
783
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Consume_Seek {
784
+ return new Plugin_Consume_Seek().fromJsonString(jsonString, options);
785
+ }
786
+
787
+ static equals(a: Plugin_Consume_Seek | PlainMessage<Plugin_Consume_Seek> | undefined, b: Plugin_Consume_Seek | PlainMessage<Plugin_Consume_Seek> | undefined): boolean {
788
+ return proto3.util.equals(Plugin_Consume_Seek, a, b);
789
+ }
790
+ }
791
+
792
+ /**
793
+ * @generated from message plugins.kafka.v1.Plugin.Produce
794
+ */
795
+ export class Plugin_Produce extends Message$1<Plugin_Produce> {
796
+ /**
797
+ * @generated from field: plugins.kafka.v1.Acks acks = 1;
798
+ */
799
+ acks = Acks.UNSPECIFIED;
800
+
801
+ /**
802
+ * @generated from field: optional string client_id = 2;
803
+ */
804
+ clientId?: string;
805
+
806
+ /**
807
+ * @generated from field: optional int32 timeout = 3;
808
+ */
809
+ timeout?: number;
810
+
811
+ /**
812
+ * @generated from field: optional plugins.kafka.v1.Compression compression = 4;
813
+ */
814
+ compression?: Compression;
815
+
816
+ /**
817
+ * @generated from field: optional string transaction_id = 5;
818
+ */
819
+ transactionId?: string;
820
+
821
+ /**
822
+ * @generated from field: bool auto_create_topic = 6;
823
+ */
824
+ autoCreateTopic = false;
825
+
826
+ /**
827
+ * @generated from field: bool idempotent = 7;
828
+ */
829
+ idempotent = false;
830
+
831
+ /**
832
+ * @generated from field: bool transaction = 8;
833
+ */
834
+ transaction = false;
835
+
836
+ /**
837
+ * @generated from field: string messages = 9;
838
+ */
839
+ messages = "";
840
+
841
+ constructor(data?: PartialMessage<Plugin_Produce>) {
842
+ super();
843
+ proto3.util.initPartial(data, this);
844
+ }
845
+
846
+ static readonly runtime: typeof proto3 = proto3;
847
+ static readonly typeName = "plugins.kafka.v1.Plugin.Produce";
848
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
849
+ { no: 1, name: "acks", kind: "enum", T: proto3.getEnumType(Acks) },
850
+ { no: 2, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
851
+ { no: 3, name: "timeout", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
852
+ { no: 4, name: "compression", kind: "enum", T: proto3.getEnumType(Compression), opt: true },
853
+ { no: 5, name: "transaction_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
854
+ { no: 6, name: "auto_create_topic", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
855
+ { no: 7, name: "idempotent", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
856
+ { no: 8, name: "transaction", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
857
+ { no: 9, name: "messages", kind: "scalar", T: 9 /* ScalarType.STRING */ },
858
+ ]);
859
+
860
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Produce {
861
+ return new Plugin_Produce().fromBinary(bytes, options);
862
+ }
863
+
864
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Produce {
865
+ return new Plugin_Produce().fromJson(jsonValue, options);
866
+ }
867
+
868
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Produce {
869
+ return new Plugin_Produce().fromJsonString(jsonString, options);
870
+ }
871
+
872
+ static equals(a: Plugin_Produce | PlainMessage<Plugin_Produce> | undefined, b: Plugin_Produce | PlainMessage<Plugin_Produce> | undefined): boolean {
873
+ return proto3.util.equals(Plugin_Produce, a, b);
874
+ }
875
+ }
876
+
877
+ /**
878
+ * DEPRECATED
879
+ *
880
+ * @generated from message plugins.kafka.v1.SuperblocksMetadata
881
+ */
882
+ export class SuperblocksMetadata extends Message$1<SuperblocksMetadata> {
883
+ /**
884
+ * @generated from field: optional string plugin_version = 1;
885
+ */
886
+ pluginVersion?: string;
887
+
888
+ /**
889
+ * @generated from field: optional string synced_from_profile_id = 2;
890
+ */
891
+ syncedFromProfileId?: string;
892
+
893
+ constructor(data?: PartialMessage<SuperblocksMetadata>) {
894
+ super();
895
+ proto3.util.initPartial(data, this);
896
+ }
897
+
898
+ static readonly runtime: typeof proto3 = proto3;
899
+ static readonly typeName = "plugins.kafka.v1.SuperblocksMetadata";
900
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
901
+ { no: 1, name: "plugin_version", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
902
+ { no: 2, name: "synced_from_profile_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
903
+ ]);
904
+
905
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SuperblocksMetadata {
906
+ return new SuperblocksMetadata().fromBinary(bytes, options);
907
+ }
908
+
909
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SuperblocksMetadata {
910
+ return new SuperblocksMetadata().fromJson(jsonValue, options);
911
+ }
912
+
913
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SuperblocksMetadata {
914
+ return new SuperblocksMetadata().fromJsonString(jsonString, options);
915
+ }
916
+
917
+ static equals(a: SuperblocksMetadata | PlainMessage<SuperblocksMetadata> | undefined, b: SuperblocksMetadata | PlainMessage<SuperblocksMetadata> | undefined): boolean {
918
+ return proto3.util.equals(SuperblocksMetadata, a, b);
919
+ }
920
+ }
921
+