@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,1552 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
3
+ // @generated from file plugins/redis/v1/plugin.proto (package plugins.redis.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ // @ts-nocheck
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.Plugin_Ttl = exports.Plugin_Expire_Option = exports.Plugin_Expire = exports.Plugin_Zscore = exports.Plugin_Zrem = exports.Plugin_Zrank = exports.Plugin_Zrange = exports.Plugin_Zcount = exports.Plugin_Zcard = exports.Plugin_Zadd = exports.Plugin_Srem = exports.Plugin_Srandmember = exports.Plugin_Sismember = exports.Plugin_Smembers = exports.Plugin_Scard = exports.Plugin_Sadd = exports.Plugin_Lrange = exports.Plugin_Lrem = exports.Plugin_Lpush = exports.Plugin_Llen = exports.Plugin_Lindex = exports.Plugin_Hvals = exports.Plugin_Hkeys = exports.Plugin_Hdel = exports.Plugin_Hlen = exports.Plugin_Hsetnx = exports.Plugin_Hset = exports.Plugin_Hgetall = exports.Plugin_Hmget = exports.Plugin_Hget = exports.Plugin_Mget = exports.Plugin_Keys = exports.Plugin_Del = exports.Plugin_Set = exports.Plugin_Get = exports.Plugin_Connection_Fields = exports.Plugin_Connection_Url = exports.Plugin_Connection = exports.Plugin_Structured = exports.Plugin_Raw_Singleton = exports.Plugin_Raw = exports.Plugin = void 0;
8
+ const protobuf_1 = require("@bufbuild/protobuf");
9
+ const plugin_pb_1 = require("../../common/v1/plugin_pb");
10
+ /**
11
+ * @generated from message plugins.redis.v1.Plugin
12
+ */
13
+ class Plugin extends protobuf_1.Message {
14
+ /**
15
+ * @generated from field: optional string name = 1;
16
+ */
17
+ name;
18
+ /**
19
+ * @generated from field: plugins.redis.v1.Plugin.Connection connection = 2;
20
+ */
21
+ connection;
22
+ /**
23
+ * @generated from oneof plugins.redis.v1.Plugin.command_type
24
+ */
25
+ commandType = { case: undefined };
26
+ /**
27
+ * @generated from field: optional plugins.common.v1.DynamicWorkflowConfiguration dynamic_workflow_configuration = 5;
28
+ */
29
+ dynamicWorkflowConfiguration;
30
+ constructor(data) {
31
+ super();
32
+ protobuf_1.proto3.util.initPartial(data, this);
33
+ }
34
+ static runtime = protobuf_1.proto3;
35
+ static typeName = "plugins.redis.v1.Plugin";
36
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
37
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
38
+ { no: 2, name: "connection", kind: "message", T: Plugin_Connection },
39
+ { no: 3, name: "raw", kind: "message", T: Plugin_Raw, oneof: "command_type" },
40
+ { no: 4, name: "structured", kind: "message", T: Plugin_Structured, oneof: "command_type" },
41
+ { no: 5, name: "dynamic_workflow_configuration", kind: "message", T: plugin_pb_1.DynamicWorkflowConfiguration, opt: true },
42
+ ]);
43
+ static fromBinary(bytes, options) {
44
+ return new Plugin().fromBinary(bytes, options);
45
+ }
46
+ static fromJson(jsonValue, options) {
47
+ return new Plugin().fromJson(jsonValue, options);
48
+ }
49
+ static fromJsonString(jsonString, options) {
50
+ return new Plugin().fromJsonString(jsonString, options);
51
+ }
52
+ static equals(a, b) {
53
+ return protobuf_1.proto3.util.equals(Plugin, a, b);
54
+ }
55
+ }
56
+ exports.Plugin = Plugin;
57
+ /**
58
+ * @generated from message plugins.redis.v1.Plugin.Raw
59
+ */
60
+ class Plugin_Raw extends protobuf_1.Message {
61
+ /**
62
+ * @generated from oneof plugins.redis.v1.Plugin.Raw.action
63
+ */
64
+ action = { case: undefined };
65
+ constructor(data) {
66
+ super();
67
+ protobuf_1.proto3.util.initPartial(data, this);
68
+ }
69
+ static runtime = protobuf_1.proto3;
70
+ static typeName = "plugins.redis.v1.Plugin.Raw";
71
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
72
+ { no: 1, name: "singleton", kind: "message", T: Plugin_Raw_Singleton, oneof: "action" },
73
+ ]);
74
+ static fromBinary(bytes, options) {
75
+ return new Plugin_Raw().fromBinary(bytes, options);
76
+ }
77
+ static fromJson(jsonValue, options) {
78
+ return new Plugin_Raw().fromJson(jsonValue, options);
79
+ }
80
+ static fromJsonString(jsonString, options) {
81
+ return new Plugin_Raw().fromJsonString(jsonString, options);
82
+ }
83
+ static equals(a, b) {
84
+ return protobuf_1.proto3.util.equals(Plugin_Raw, a, b);
85
+ }
86
+ }
87
+ exports.Plugin_Raw = Plugin_Raw;
88
+ /**
89
+ * @generated from message plugins.redis.v1.Plugin.Raw.Singleton
90
+ */
91
+ class Plugin_Raw_Singleton extends protobuf_1.Message {
92
+ /**
93
+ * @generated from field: string query = 1;
94
+ */
95
+ query = "";
96
+ constructor(data) {
97
+ super();
98
+ protobuf_1.proto3.util.initPartial(data, this);
99
+ }
100
+ static runtime = protobuf_1.proto3;
101
+ static typeName = "plugins.redis.v1.Plugin.Raw.Singleton";
102
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
103
+ { no: 1, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
104
+ ]);
105
+ static fromBinary(bytes, options) {
106
+ return new Plugin_Raw_Singleton().fromBinary(bytes, options);
107
+ }
108
+ static fromJson(jsonValue, options) {
109
+ return new Plugin_Raw_Singleton().fromJson(jsonValue, options);
110
+ }
111
+ static fromJsonString(jsonString, options) {
112
+ return new Plugin_Raw_Singleton().fromJsonString(jsonString, options);
113
+ }
114
+ static equals(a, b) {
115
+ return protobuf_1.proto3.util.equals(Plugin_Raw_Singleton, a, b);
116
+ }
117
+ }
118
+ exports.Plugin_Raw_Singleton = Plugin_Raw_Singleton;
119
+ /**
120
+ * @generated from message plugins.redis.v1.Plugin.Structured
121
+ */
122
+ class Plugin_Structured extends protobuf_1.Message {
123
+ /**
124
+ * @generated from oneof plugins.redis.v1.Plugin.Structured.action
125
+ */
126
+ action = { case: undefined };
127
+ constructor(data) {
128
+ super();
129
+ protobuf_1.proto3.util.initPartial(data, this);
130
+ }
131
+ static runtime = protobuf_1.proto3;
132
+ static typeName = "plugins.redis.v1.Plugin.Structured";
133
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
134
+ { no: 6, name: "get", kind: "message", T: Plugin_Get, oneof: "action" },
135
+ { no: 7, name: "set", kind: "message", T: Plugin_Set, oneof: "action" },
136
+ { no: 8, name: "del", kind: "message", T: Plugin_Del, oneof: "action" },
137
+ { no: 9, name: "keys", kind: "message", T: Plugin_Keys, oneof: "action" },
138
+ { no: 10, name: "mget", kind: "message", T: Plugin_Mget, oneof: "action" },
139
+ { no: 11, name: "hget", kind: "message", T: Plugin_Hget, oneof: "action" },
140
+ { no: 12, name: "hmget", kind: "message", T: Plugin_Hmget, oneof: "action" },
141
+ { no: 13, name: "hgetall", kind: "message", T: Plugin_Hgetall, oneof: "action" },
142
+ { no: 14, name: "hset", kind: "message", T: Plugin_Hset, oneof: "action" },
143
+ { no: 15, name: "hsetnx", kind: "message", T: Plugin_Hsetnx, oneof: "action" },
144
+ { no: 16, name: "hlen", kind: "message", T: Plugin_Hlen, oneof: "action" },
145
+ { no: 17, name: "hdel", kind: "message", T: Plugin_Hdel, oneof: "action" },
146
+ { no: 18, name: "hkeys", kind: "message", T: Plugin_Hkeys, oneof: "action" },
147
+ { no: 19, name: "hvals", kind: "message", T: Plugin_Hvals, oneof: "action" },
148
+ { no: 20, name: "lindex", kind: "message", T: Plugin_Lindex, oneof: "action" },
149
+ { no: 21, name: "llen", kind: "message", T: Plugin_Llen, oneof: "action" },
150
+ { no: 22, name: "lpush", kind: "message", T: Plugin_Lpush, oneof: "action" },
151
+ { no: 23, name: "lrem", kind: "message", T: Plugin_Lrem, oneof: "action" },
152
+ { no: 24, name: "lrange", kind: "message", T: Plugin_Lrange, oneof: "action" },
153
+ { no: 25, name: "sadd", kind: "message", T: Plugin_Sadd, oneof: "action" },
154
+ { no: 26, name: "scard", kind: "message", T: Plugin_Scard, oneof: "action" },
155
+ { no: 27, name: "smembers", kind: "message", T: Plugin_Smembers, oneof: "action" },
156
+ { no: 28, name: "sismember", kind: "message", T: Plugin_Sismember, oneof: "action" },
157
+ { no: 29, name: "srandmember", kind: "message", T: Plugin_Srandmember, oneof: "action" },
158
+ { no: 30, name: "srem", kind: "message", T: Plugin_Srem, oneof: "action" },
159
+ { no: 31, name: "zadd", kind: "message", T: Plugin_Zadd, oneof: "action" },
160
+ { no: 32, name: "zcard", kind: "message", T: Plugin_Zcard, oneof: "action" },
161
+ { no: 33, name: "zcount", kind: "message", T: Plugin_Zcount, oneof: "action" },
162
+ { no: 34, name: "zrange", kind: "message", T: Plugin_Zrange, oneof: "action" },
163
+ { no: 35, name: "zrank", kind: "message", T: Plugin_Zrank, oneof: "action" },
164
+ { no: 36, name: "zrem", kind: "message", T: Plugin_Zrem, oneof: "action" },
165
+ { no: 37, name: "zscore", kind: "message", T: Plugin_Zscore, oneof: "action" },
166
+ { no: 38, name: "expire", kind: "message", T: Plugin_Expire, oneof: "action" },
167
+ { no: 39, name: "ttl", kind: "message", T: Plugin_Ttl, oneof: "action" },
168
+ ]);
169
+ static fromBinary(bytes, options) {
170
+ return new Plugin_Structured().fromBinary(bytes, options);
171
+ }
172
+ static fromJson(jsonValue, options) {
173
+ return new Plugin_Structured().fromJson(jsonValue, options);
174
+ }
175
+ static fromJsonString(jsonString, options) {
176
+ return new Plugin_Structured().fromJsonString(jsonString, options);
177
+ }
178
+ static equals(a, b) {
179
+ return protobuf_1.proto3.util.equals(Plugin_Structured, a, b);
180
+ }
181
+ }
182
+ exports.Plugin_Structured = Plugin_Structured;
183
+ /**
184
+ * NOTE: (joey) this does not have to be a separate message right now
185
+ * 1. this follows the "connection" pattern
186
+ * 2. this lets us easily add shared connection fields in the future
187
+ *
188
+ * @generated from message plugins.redis.v1.Plugin.Connection
189
+ */
190
+ class Plugin_Connection extends protobuf_1.Message {
191
+ /**
192
+ * @generated from oneof plugins.redis.v1.Plugin.Connection.connection_type
193
+ */
194
+ connectionType = { case: undefined };
195
+ constructor(data) {
196
+ super();
197
+ protobuf_1.proto3.util.initPartial(data, this);
198
+ }
199
+ static runtime = protobuf_1.proto3;
200
+ static typeName = "plugins.redis.v1.Plugin.Connection";
201
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
202
+ { no: 1, name: "url", kind: "message", T: Plugin_Connection_Url, oneof: "connection_type" },
203
+ { no: 2, name: "fields", kind: "message", T: Plugin_Connection_Fields, oneof: "connection_type" },
204
+ ]);
205
+ static fromBinary(bytes, options) {
206
+ return new Plugin_Connection().fromBinary(bytes, options);
207
+ }
208
+ static fromJson(jsonValue, options) {
209
+ return new Plugin_Connection().fromJson(jsonValue, options);
210
+ }
211
+ static fromJsonString(jsonString, options) {
212
+ return new Plugin_Connection().fromJsonString(jsonString, options);
213
+ }
214
+ static equals(a, b) {
215
+ return protobuf_1.proto3.util.equals(Plugin_Connection, a, b);
216
+ }
217
+ }
218
+ exports.Plugin_Connection = Plugin_Connection;
219
+ /**
220
+ * @generated from message plugins.redis.v1.Plugin.Connection.Url
221
+ */
222
+ class Plugin_Connection_Url extends protobuf_1.Message {
223
+ /**
224
+ * @generated from field: string url_string = 1;
225
+ */
226
+ urlString = "";
227
+ constructor(data) {
228
+ super();
229
+ protobuf_1.proto3.util.initPartial(data, this);
230
+ }
231
+ static runtime = protobuf_1.proto3;
232
+ static typeName = "plugins.redis.v1.Plugin.Connection.Url";
233
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
234
+ { no: 1, name: "url_string", kind: "scalar", T: 9 /* ScalarType.STRING */ },
235
+ ]);
236
+ static fromBinary(bytes, options) {
237
+ return new Plugin_Connection_Url().fromBinary(bytes, options);
238
+ }
239
+ static fromJson(jsonValue, options) {
240
+ return new Plugin_Connection_Url().fromJson(jsonValue, options);
241
+ }
242
+ static fromJsonString(jsonString, options) {
243
+ return new Plugin_Connection_Url().fromJsonString(jsonString, options);
244
+ }
245
+ static equals(a, b) {
246
+ return protobuf_1.proto3.util.equals(Plugin_Connection_Url, a, b);
247
+ }
248
+ }
249
+ exports.Plugin_Connection_Url = Plugin_Connection_Url;
250
+ /**
251
+ * @generated from message plugins.redis.v1.Plugin.Connection.Fields
252
+ */
253
+ class Plugin_Connection_Fields extends protobuf_1.Message {
254
+ /**
255
+ * @generated from field: string host = 1;
256
+ */
257
+ host = "";
258
+ /**
259
+ * @generated from field: int32 port = 2;
260
+ */
261
+ port = 0;
262
+ /**
263
+ * @generated from field: optional int32 database_number = 3;
264
+ */
265
+ databaseNumber;
266
+ /**
267
+ * @generated from field: optional string username = 4;
268
+ */
269
+ username;
270
+ /**
271
+ * @generated from field: optional string password = 5;
272
+ */
273
+ password;
274
+ /**
275
+ * @generated from field: bool enable_ssl = 6;
276
+ */
277
+ enableSsl = false;
278
+ constructor(data) {
279
+ super();
280
+ protobuf_1.proto3.util.initPartial(data, this);
281
+ }
282
+ static runtime = protobuf_1.proto3;
283
+ static typeName = "plugins.redis.v1.Plugin.Connection.Fields";
284
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
285
+ { no: 1, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
286
+ { no: 2, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
287
+ { no: 3, name: "database_number", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
288
+ { no: 4, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
289
+ { no: 5, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
290
+ { no: 6, name: "enable_ssl", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
291
+ ]);
292
+ static fromBinary(bytes, options) {
293
+ return new Plugin_Connection_Fields().fromBinary(bytes, options);
294
+ }
295
+ static fromJson(jsonValue, options) {
296
+ return new Plugin_Connection_Fields().fromJson(jsonValue, options);
297
+ }
298
+ static fromJsonString(jsonString, options) {
299
+ return new Plugin_Connection_Fields().fromJsonString(jsonString, options);
300
+ }
301
+ static equals(a, b) {
302
+ return protobuf_1.proto3.util.equals(Plugin_Connection_Fields, a, b);
303
+ }
304
+ }
305
+ exports.Plugin_Connection_Fields = Plugin_Connection_Fields;
306
+ /**
307
+ * @generated from message plugins.redis.v1.Plugin.Get
308
+ */
309
+ class Plugin_Get extends protobuf_1.Message {
310
+ /**
311
+ * @generated from field: string key = 1;
312
+ */
313
+ key = "";
314
+ constructor(data) {
315
+ super();
316
+ protobuf_1.proto3.util.initPartial(data, this);
317
+ }
318
+ static runtime = protobuf_1.proto3;
319
+ static typeName = "plugins.redis.v1.Plugin.Get";
320
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
321
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
322
+ ]);
323
+ static fromBinary(bytes, options) {
324
+ return new Plugin_Get().fromBinary(bytes, options);
325
+ }
326
+ static fromJson(jsonValue, options) {
327
+ return new Plugin_Get().fromJson(jsonValue, options);
328
+ }
329
+ static fromJsonString(jsonString, options) {
330
+ return new Plugin_Get().fromJsonString(jsonString, options);
331
+ }
332
+ static equals(a, b) {
333
+ return protobuf_1.proto3.util.equals(Plugin_Get, a, b);
334
+ }
335
+ }
336
+ exports.Plugin_Get = Plugin_Get;
337
+ /**
338
+ * @generated from message plugins.redis.v1.Plugin.Set
339
+ */
340
+ class Plugin_Set extends protobuf_1.Message {
341
+ /**
342
+ * @generated from field: string key = 1;
343
+ */
344
+ key = "";
345
+ /**
346
+ * @generated from field: string value = 2;
347
+ */
348
+ value = "";
349
+ /**
350
+ * @generated from field: optional int32 expiration_ms = 3;
351
+ */
352
+ expirationMs;
353
+ constructor(data) {
354
+ super();
355
+ protobuf_1.proto3.util.initPartial(data, this);
356
+ }
357
+ static runtime = protobuf_1.proto3;
358
+ static typeName = "plugins.redis.v1.Plugin.Set";
359
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
360
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
361
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
362
+ { no: 3, name: "expiration_ms", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
363
+ ]);
364
+ static fromBinary(bytes, options) {
365
+ return new Plugin_Set().fromBinary(bytes, options);
366
+ }
367
+ static fromJson(jsonValue, options) {
368
+ return new Plugin_Set().fromJson(jsonValue, options);
369
+ }
370
+ static fromJsonString(jsonString, options) {
371
+ return new Plugin_Set().fromJsonString(jsonString, options);
372
+ }
373
+ static equals(a, b) {
374
+ return protobuf_1.proto3.util.equals(Plugin_Set, a, b);
375
+ }
376
+ }
377
+ exports.Plugin_Set = Plugin_Set;
378
+ /**
379
+ * @generated from message plugins.redis.v1.Plugin.Del
380
+ */
381
+ class Plugin_Del extends protobuf_1.Message {
382
+ /**
383
+ * @generated from field: string key = 1;
384
+ */
385
+ key = "";
386
+ constructor(data) {
387
+ super();
388
+ protobuf_1.proto3.util.initPartial(data, this);
389
+ }
390
+ static runtime = protobuf_1.proto3;
391
+ static typeName = "plugins.redis.v1.Plugin.Del";
392
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
393
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
394
+ ]);
395
+ static fromBinary(bytes, options) {
396
+ return new Plugin_Del().fromBinary(bytes, options);
397
+ }
398
+ static fromJson(jsonValue, options) {
399
+ return new Plugin_Del().fromJson(jsonValue, options);
400
+ }
401
+ static fromJsonString(jsonString, options) {
402
+ return new Plugin_Del().fromJsonString(jsonString, options);
403
+ }
404
+ static equals(a, b) {
405
+ return protobuf_1.proto3.util.equals(Plugin_Del, a, b);
406
+ }
407
+ }
408
+ exports.Plugin_Del = Plugin_Del;
409
+ /**
410
+ * @generated from message plugins.redis.v1.Plugin.Keys
411
+ */
412
+ class Plugin_Keys extends protobuf_1.Message {
413
+ /**
414
+ * @generated from field: string pattern = 1;
415
+ */
416
+ pattern = "";
417
+ constructor(data) {
418
+ super();
419
+ protobuf_1.proto3.util.initPartial(data, this);
420
+ }
421
+ static runtime = protobuf_1.proto3;
422
+ static typeName = "plugins.redis.v1.Plugin.Keys";
423
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
424
+ { no: 1, name: "pattern", kind: "scalar", T: 9 /* ScalarType.STRING */ },
425
+ ]);
426
+ static fromBinary(bytes, options) {
427
+ return new Plugin_Keys().fromBinary(bytes, options);
428
+ }
429
+ static fromJson(jsonValue, options) {
430
+ return new Plugin_Keys().fromJson(jsonValue, options);
431
+ }
432
+ static fromJsonString(jsonString, options) {
433
+ return new Plugin_Keys().fromJsonString(jsonString, options);
434
+ }
435
+ static equals(a, b) {
436
+ return protobuf_1.proto3.util.equals(Plugin_Keys, a, b);
437
+ }
438
+ }
439
+ exports.Plugin_Keys = Plugin_Keys;
440
+ /**
441
+ * @generated from message plugins.redis.v1.Plugin.Mget
442
+ */
443
+ class Plugin_Mget extends protobuf_1.Message {
444
+ /**
445
+ * comma-separated list
446
+ *
447
+ * @generated from field: string keys = 1;
448
+ */
449
+ keys = "";
450
+ constructor(data) {
451
+ super();
452
+ protobuf_1.proto3.util.initPartial(data, this);
453
+ }
454
+ static runtime = protobuf_1.proto3;
455
+ static typeName = "plugins.redis.v1.Plugin.Mget";
456
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
457
+ { no: 1, name: "keys", kind: "scalar", T: 9 /* ScalarType.STRING */ },
458
+ ]);
459
+ static fromBinary(bytes, options) {
460
+ return new Plugin_Mget().fromBinary(bytes, options);
461
+ }
462
+ static fromJson(jsonValue, options) {
463
+ return new Plugin_Mget().fromJson(jsonValue, options);
464
+ }
465
+ static fromJsonString(jsonString, options) {
466
+ return new Plugin_Mget().fromJsonString(jsonString, options);
467
+ }
468
+ static equals(a, b) {
469
+ return protobuf_1.proto3.util.equals(Plugin_Mget, a, b);
470
+ }
471
+ }
472
+ exports.Plugin_Mget = Plugin_Mget;
473
+ /**
474
+ * @generated from message plugins.redis.v1.Plugin.Hget
475
+ */
476
+ class Plugin_Hget extends protobuf_1.Message {
477
+ /**
478
+ * @generated from field: string key = 1;
479
+ */
480
+ key = "";
481
+ /**
482
+ * @generated from field: string field = 2;
483
+ */
484
+ field = "";
485
+ constructor(data) {
486
+ super();
487
+ protobuf_1.proto3.util.initPartial(data, this);
488
+ }
489
+ static runtime = protobuf_1.proto3;
490
+ static typeName = "plugins.redis.v1.Plugin.Hget";
491
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
492
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
493
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
494
+ ]);
495
+ static fromBinary(bytes, options) {
496
+ return new Plugin_Hget().fromBinary(bytes, options);
497
+ }
498
+ static fromJson(jsonValue, options) {
499
+ return new Plugin_Hget().fromJson(jsonValue, options);
500
+ }
501
+ static fromJsonString(jsonString, options) {
502
+ return new Plugin_Hget().fromJsonString(jsonString, options);
503
+ }
504
+ static equals(a, b) {
505
+ return protobuf_1.proto3.util.equals(Plugin_Hget, a, b);
506
+ }
507
+ }
508
+ exports.Plugin_Hget = Plugin_Hget;
509
+ /**
510
+ * @generated from message plugins.redis.v1.Plugin.Hmget
511
+ */
512
+ class Plugin_Hmget extends protobuf_1.Message {
513
+ /**
514
+ * @generated from field: string key = 1;
515
+ */
516
+ key = "";
517
+ /**
518
+ * comma-separated list
519
+ *
520
+ * @generated from field: string fields = 2;
521
+ */
522
+ fields = "";
523
+ constructor(data) {
524
+ super();
525
+ protobuf_1.proto3.util.initPartial(data, this);
526
+ }
527
+ static runtime = protobuf_1.proto3;
528
+ static typeName = "plugins.redis.v1.Plugin.Hmget";
529
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
530
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
531
+ { no: 2, name: "fields", kind: "scalar", T: 9 /* ScalarType.STRING */ },
532
+ ]);
533
+ static fromBinary(bytes, options) {
534
+ return new Plugin_Hmget().fromBinary(bytes, options);
535
+ }
536
+ static fromJson(jsonValue, options) {
537
+ return new Plugin_Hmget().fromJson(jsonValue, options);
538
+ }
539
+ static fromJsonString(jsonString, options) {
540
+ return new Plugin_Hmget().fromJsonString(jsonString, options);
541
+ }
542
+ static equals(a, b) {
543
+ return protobuf_1.proto3.util.equals(Plugin_Hmget, a, b);
544
+ }
545
+ }
546
+ exports.Plugin_Hmget = Plugin_Hmget;
547
+ /**
548
+ * @generated from message plugins.redis.v1.Plugin.Hgetall
549
+ */
550
+ class Plugin_Hgetall extends protobuf_1.Message {
551
+ /**
552
+ * @generated from field: string key = 1;
553
+ */
554
+ key = "";
555
+ constructor(data) {
556
+ super();
557
+ protobuf_1.proto3.util.initPartial(data, this);
558
+ }
559
+ static runtime = protobuf_1.proto3;
560
+ static typeName = "plugins.redis.v1.Plugin.Hgetall";
561
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
562
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
563
+ ]);
564
+ static fromBinary(bytes, options) {
565
+ return new Plugin_Hgetall().fromBinary(bytes, options);
566
+ }
567
+ static fromJson(jsonValue, options) {
568
+ return new Plugin_Hgetall().fromJson(jsonValue, options);
569
+ }
570
+ static fromJsonString(jsonString, options) {
571
+ return new Plugin_Hgetall().fromJsonString(jsonString, options);
572
+ }
573
+ static equals(a, b) {
574
+ return protobuf_1.proto3.util.equals(Plugin_Hgetall, a, b);
575
+ }
576
+ }
577
+ exports.Plugin_Hgetall = Plugin_Hgetall;
578
+ /**
579
+ * @generated from message plugins.redis.v1.Plugin.Hset
580
+ */
581
+ class Plugin_Hset extends protobuf_1.Message {
582
+ /**
583
+ * @generated from field: string key = 1;
584
+ */
585
+ key = "";
586
+ /**
587
+ * @generated from field: string field = 2;
588
+ */
589
+ field = "";
590
+ /**
591
+ * @generated from field: string value = 3;
592
+ */
593
+ value = "";
594
+ constructor(data) {
595
+ super();
596
+ protobuf_1.proto3.util.initPartial(data, this);
597
+ }
598
+ static runtime = protobuf_1.proto3;
599
+ static typeName = "plugins.redis.v1.Plugin.Hset";
600
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
601
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
602
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
603
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
604
+ ]);
605
+ static fromBinary(bytes, options) {
606
+ return new Plugin_Hset().fromBinary(bytes, options);
607
+ }
608
+ static fromJson(jsonValue, options) {
609
+ return new Plugin_Hset().fromJson(jsonValue, options);
610
+ }
611
+ static fromJsonString(jsonString, options) {
612
+ return new Plugin_Hset().fromJsonString(jsonString, options);
613
+ }
614
+ static equals(a, b) {
615
+ return protobuf_1.proto3.util.equals(Plugin_Hset, a, b);
616
+ }
617
+ }
618
+ exports.Plugin_Hset = Plugin_Hset;
619
+ /**
620
+ * @generated from message plugins.redis.v1.Plugin.Hsetnx
621
+ */
622
+ class Plugin_Hsetnx extends protobuf_1.Message {
623
+ /**
624
+ * @generated from field: string key = 1;
625
+ */
626
+ key = "";
627
+ /**
628
+ * @generated from field: string field = 2;
629
+ */
630
+ field = "";
631
+ /**
632
+ * @generated from field: string value = 3;
633
+ */
634
+ value = "";
635
+ constructor(data) {
636
+ super();
637
+ protobuf_1.proto3.util.initPartial(data, this);
638
+ }
639
+ static runtime = protobuf_1.proto3;
640
+ static typeName = "plugins.redis.v1.Plugin.Hsetnx";
641
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
642
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
643
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
644
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
645
+ ]);
646
+ static fromBinary(bytes, options) {
647
+ return new Plugin_Hsetnx().fromBinary(bytes, options);
648
+ }
649
+ static fromJson(jsonValue, options) {
650
+ return new Plugin_Hsetnx().fromJson(jsonValue, options);
651
+ }
652
+ static fromJsonString(jsonString, options) {
653
+ return new Plugin_Hsetnx().fromJsonString(jsonString, options);
654
+ }
655
+ static equals(a, b) {
656
+ return protobuf_1.proto3.util.equals(Plugin_Hsetnx, a, b);
657
+ }
658
+ }
659
+ exports.Plugin_Hsetnx = Plugin_Hsetnx;
660
+ /**
661
+ * @generated from message plugins.redis.v1.Plugin.Hlen
662
+ */
663
+ class Plugin_Hlen extends protobuf_1.Message {
664
+ /**
665
+ * @generated from field: string key = 1;
666
+ */
667
+ key = "";
668
+ constructor(data) {
669
+ super();
670
+ protobuf_1.proto3.util.initPartial(data, this);
671
+ }
672
+ static runtime = protobuf_1.proto3;
673
+ static typeName = "plugins.redis.v1.Plugin.Hlen";
674
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
675
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
676
+ ]);
677
+ static fromBinary(bytes, options) {
678
+ return new Plugin_Hlen().fromBinary(bytes, options);
679
+ }
680
+ static fromJson(jsonValue, options) {
681
+ return new Plugin_Hlen().fromJson(jsonValue, options);
682
+ }
683
+ static fromJsonString(jsonString, options) {
684
+ return new Plugin_Hlen().fromJsonString(jsonString, options);
685
+ }
686
+ static equals(a, b) {
687
+ return protobuf_1.proto3.util.equals(Plugin_Hlen, a, b);
688
+ }
689
+ }
690
+ exports.Plugin_Hlen = Plugin_Hlen;
691
+ /**
692
+ * @generated from message plugins.redis.v1.Plugin.Hdel
693
+ */
694
+ class Plugin_Hdel extends protobuf_1.Message {
695
+ /**
696
+ * @generated from field: string key = 1;
697
+ */
698
+ key = "";
699
+ /**
700
+ * @generated from field: string field = 2;
701
+ */
702
+ field = "";
703
+ constructor(data) {
704
+ super();
705
+ protobuf_1.proto3.util.initPartial(data, this);
706
+ }
707
+ static runtime = protobuf_1.proto3;
708
+ static typeName = "plugins.redis.v1.Plugin.Hdel";
709
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
710
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
711
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
712
+ ]);
713
+ static fromBinary(bytes, options) {
714
+ return new Plugin_Hdel().fromBinary(bytes, options);
715
+ }
716
+ static fromJson(jsonValue, options) {
717
+ return new Plugin_Hdel().fromJson(jsonValue, options);
718
+ }
719
+ static fromJsonString(jsonString, options) {
720
+ return new Plugin_Hdel().fromJsonString(jsonString, options);
721
+ }
722
+ static equals(a, b) {
723
+ return protobuf_1.proto3.util.equals(Plugin_Hdel, a, b);
724
+ }
725
+ }
726
+ exports.Plugin_Hdel = Plugin_Hdel;
727
+ /**
728
+ * @generated from message plugins.redis.v1.Plugin.Hkeys
729
+ */
730
+ class Plugin_Hkeys extends protobuf_1.Message {
731
+ /**
732
+ * @generated from field: string key = 1;
733
+ */
734
+ key = "";
735
+ constructor(data) {
736
+ super();
737
+ protobuf_1.proto3.util.initPartial(data, this);
738
+ }
739
+ static runtime = protobuf_1.proto3;
740
+ static typeName = "plugins.redis.v1.Plugin.Hkeys";
741
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
742
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
743
+ ]);
744
+ static fromBinary(bytes, options) {
745
+ return new Plugin_Hkeys().fromBinary(bytes, options);
746
+ }
747
+ static fromJson(jsonValue, options) {
748
+ return new Plugin_Hkeys().fromJson(jsonValue, options);
749
+ }
750
+ static fromJsonString(jsonString, options) {
751
+ return new Plugin_Hkeys().fromJsonString(jsonString, options);
752
+ }
753
+ static equals(a, b) {
754
+ return protobuf_1.proto3.util.equals(Plugin_Hkeys, a, b);
755
+ }
756
+ }
757
+ exports.Plugin_Hkeys = Plugin_Hkeys;
758
+ /**
759
+ * @generated from message plugins.redis.v1.Plugin.Hvals
760
+ */
761
+ class Plugin_Hvals extends protobuf_1.Message {
762
+ /**
763
+ * @generated from field: string key = 1;
764
+ */
765
+ key = "";
766
+ constructor(data) {
767
+ super();
768
+ protobuf_1.proto3.util.initPartial(data, this);
769
+ }
770
+ static runtime = protobuf_1.proto3;
771
+ static typeName = "plugins.redis.v1.Plugin.Hvals";
772
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
773
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
774
+ ]);
775
+ static fromBinary(bytes, options) {
776
+ return new Plugin_Hvals().fromBinary(bytes, options);
777
+ }
778
+ static fromJson(jsonValue, options) {
779
+ return new Plugin_Hvals().fromJson(jsonValue, options);
780
+ }
781
+ static fromJsonString(jsonString, options) {
782
+ return new Plugin_Hvals().fromJsonString(jsonString, options);
783
+ }
784
+ static equals(a, b) {
785
+ return protobuf_1.proto3.util.equals(Plugin_Hvals, a, b);
786
+ }
787
+ }
788
+ exports.Plugin_Hvals = Plugin_Hvals;
789
+ /**
790
+ * @generated from message plugins.redis.v1.Plugin.Lindex
791
+ */
792
+ class Plugin_Lindex extends protobuf_1.Message {
793
+ /**
794
+ * @generated from field: string key = 1;
795
+ */
796
+ key = "";
797
+ /**
798
+ * @generated from field: int32 index = 2;
799
+ */
800
+ index = 0;
801
+ constructor(data) {
802
+ super();
803
+ protobuf_1.proto3.util.initPartial(data, this);
804
+ }
805
+ static runtime = protobuf_1.proto3;
806
+ static typeName = "plugins.redis.v1.Plugin.Lindex";
807
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
808
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
809
+ { no: 2, name: "index", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
810
+ ]);
811
+ static fromBinary(bytes, options) {
812
+ return new Plugin_Lindex().fromBinary(bytes, options);
813
+ }
814
+ static fromJson(jsonValue, options) {
815
+ return new Plugin_Lindex().fromJson(jsonValue, options);
816
+ }
817
+ static fromJsonString(jsonString, options) {
818
+ return new Plugin_Lindex().fromJsonString(jsonString, options);
819
+ }
820
+ static equals(a, b) {
821
+ return protobuf_1.proto3.util.equals(Plugin_Lindex, a, b);
822
+ }
823
+ }
824
+ exports.Plugin_Lindex = Plugin_Lindex;
825
+ /**
826
+ * @generated from message plugins.redis.v1.Plugin.Llen
827
+ */
828
+ class Plugin_Llen extends protobuf_1.Message {
829
+ /**
830
+ * @generated from field: string key = 1;
831
+ */
832
+ key = "";
833
+ constructor(data) {
834
+ super();
835
+ protobuf_1.proto3.util.initPartial(data, this);
836
+ }
837
+ static runtime = protobuf_1.proto3;
838
+ static typeName = "plugins.redis.v1.Plugin.Llen";
839
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
840
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
841
+ ]);
842
+ static fromBinary(bytes, options) {
843
+ return new Plugin_Llen().fromBinary(bytes, options);
844
+ }
845
+ static fromJson(jsonValue, options) {
846
+ return new Plugin_Llen().fromJson(jsonValue, options);
847
+ }
848
+ static fromJsonString(jsonString, options) {
849
+ return new Plugin_Llen().fromJsonString(jsonString, options);
850
+ }
851
+ static equals(a, b) {
852
+ return protobuf_1.proto3.util.equals(Plugin_Llen, a, b);
853
+ }
854
+ }
855
+ exports.Plugin_Llen = Plugin_Llen;
856
+ /**
857
+ * @generated from message plugins.redis.v1.Plugin.Lpush
858
+ */
859
+ class Plugin_Lpush extends protobuf_1.Message {
860
+ /**
861
+ * @generated from field: string key = 1;
862
+ */
863
+ key = "";
864
+ /**
865
+ * @generated from field: string value = 2;
866
+ */
867
+ value = "";
868
+ constructor(data) {
869
+ super();
870
+ protobuf_1.proto3.util.initPartial(data, this);
871
+ }
872
+ static runtime = protobuf_1.proto3;
873
+ static typeName = "plugins.redis.v1.Plugin.Lpush";
874
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
875
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
876
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
877
+ ]);
878
+ static fromBinary(bytes, options) {
879
+ return new Plugin_Lpush().fromBinary(bytes, options);
880
+ }
881
+ static fromJson(jsonValue, options) {
882
+ return new Plugin_Lpush().fromJson(jsonValue, options);
883
+ }
884
+ static fromJsonString(jsonString, options) {
885
+ return new Plugin_Lpush().fromJsonString(jsonString, options);
886
+ }
887
+ static equals(a, b) {
888
+ return protobuf_1.proto3.util.equals(Plugin_Lpush, a, b);
889
+ }
890
+ }
891
+ exports.Plugin_Lpush = Plugin_Lpush;
892
+ /**
893
+ * @generated from message plugins.redis.v1.Plugin.Lrem
894
+ */
895
+ class Plugin_Lrem extends protobuf_1.Message {
896
+ /**
897
+ * @generated from field: string key = 1;
898
+ */
899
+ key = "";
900
+ /**
901
+ * @generated from field: int32 count = 2;
902
+ */
903
+ count = 0;
904
+ /**
905
+ * @generated from field: string value = 3;
906
+ */
907
+ value = "";
908
+ constructor(data) {
909
+ super();
910
+ protobuf_1.proto3.util.initPartial(data, this);
911
+ }
912
+ static runtime = protobuf_1.proto3;
913
+ static typeName = "plugins.redis.v1.Plugin.Lrem";
914
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
915
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
916
+ { no: 2, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
917
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
918
+ ]);
919
+ static fromBinary(bytes, options) {
920
+ return new Plugin_Lrem().fromBinary(bytes, options);
921
+ }
922
+ static fromJson(jsonValue, options) {
923
+ return new Plugin_Lrem().fromJson(jsonValue, options);
924
+ }
925
+ static fromJsonString(jsonString, options) {
926
+ return new Plugin_Lrem().fromJsonString(jsonString, options);
927
+ }
928
+ static equals(a, b) {
929
+ return protobuf_1.proto3.util.equals(Plugin_Lrem, a, b);
930
+ }
931
+ }
932
+ exports.Plugin_Lrem = Plugin_Lrem;
933
+ /**
934
+ * @generated from message plugins.redis.v1.Plugin.Lrange
935
+ */
936
+ class Plugin_Lrange extends protobuf_1.Message {
937
+ /**
938
+ * @generated from field: string key = 1;
939
+ */
940
+ key = "";
941
+ /**
942
+ * @generated from field: int32 start = 2;
943
+ */
944
+ start = 0;
945
+ /**
946
+ * @generated from field: int32 stop = 3;
947
+ */
948
+ stop = 0;
949
+ constructor(data) {
950
+ super();
951
+ protobuf_1.proto3.util.initPartial(data, this);
952
+ }
953
+ static runtime = protobuf_1.proto3;
954
+ static typeName = "plugins.redis.v1.Plugin.Lrange";
955
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
956
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
957
+ { no: 2, name: "start", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
958
+ { no: 3, name: "stop", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
959
+ ]);
960
+ static fromBinary(bytes, options) {
961
+ return new Plugin_Lrange().fromBinary(bytes, options);
962
+ }
963
+ static fromJson(jsonValue, options) {
964
+ return new Plugin_Lrange().fromJson(jsonValue, options);
965
+ }
966
+ static fromJsonString(jsonString, options) {
967
+ return new Plugin_Lrange().fromJsonString(jsonString, options);
968
+ }
969
+ static equals(a, b) {
970
+ return protobuf_1.proto3.util.equals(Plugin_Lrange, a, b);
971
+ }
972
+ }
973
+ exports.Plugin_Lrange = Plugin_Lrange;
974
+ /**
975
+ * @generated from message plugins.redis.v1.Plugin.Sadd
976
+ */
977
+ class Plugin_Sadd extends protobuf_1.Message {
978
+ /**
979
+ * @generated from field: string key = 1;
980
+ */
981
+ key = "";
982
+ /**
983
+ * @generated from field: string member = 2;
984
+ */
985
+ member = "";
986
+ constructor(data) {
987
+ super();
988
+ protobuf_1.proto3.util.initPartial(data, this);
989
+ }
990
+ static runtime = protobuf_1.proto3;
991
+ static typeName = "plugins.redis.v1.Plugin.Sadd";
992
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
993
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
994
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
995
+ ]);
996
+ static fromBinary(bytes, options) {
997
+ return new Plugin_Sadd().fromBinary(bytes, options);
998
+ }
999
+ static fromJson(jsonValue, options) {
1000
+ return new Plugin_Sadd().fromJson(jsonValue, options);
1001
+ }
1002
+ static fromJsonString(jsonString, options) {
1003
+ return new Plugin_Sadd().fromJsonString(jsonString, options);
1004
+ }
1005
+ static equals(a, b) {
1006
+ return protobuf_1.proto3.util.equals(Plugin_Sadd, a, b);
1007
+ }
1008
+ }
1009
+ exports.Plugin_Sadd = Plugin_Sadd;
1010
+ /**
1011
+ * @generated from message plugins.redis.v1.Plugin.Scard
1012
+ */
1013
+ class Plugin_Scard extends protobuf_1.Message {
1014
+ /**
1015
+ * @generated from field: string key = 1;
1016
+ */
1017
+ key = "";
1018
+ constructor(data) {
1019
+ super();
1020
+ protobuf_1.proto3.util.initPartial(data, this);
1021
+ }
1022
+ static runtime = protobuf_1.proto3;
1023
+ static typeName = "plugins.redis.v1.Plugin.Scard";
1024
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1025
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1026
+ ]);
1027
+ static fromBinary(bytes, options) {
1028
+ return new Plugin_Scard().fromBinary(bytes, options);
1029
+ }
1030
+ static fromJson(jsonValue, options) {
1031
+ return new Plugin_Scard().fromJson(jsonValue, options);
1032
+ }
1033
+ static fromJsonString(jsonString, options) {
1034
+ return new Plugin_Scard().fromJsonString(jsonString, options);
1035
+ }
1036
+ static equals(a, b) {
1037
+ return protobuf_1.proto3.util.equals(Plugin_Scard, a, b);
1038
+ }
1039
+ }
1040
+ exports.Plugin_Scard = Plugin_Scard;
1041
+ /**
1042
+ * @generated from message plugins.redis.v1.Plugin.Smembers
1043
+ */
1044
+ class Plugin_Smembers extends protobuf_1.Message {
1045
+ /**
1046
+ * @generated from field: string key = 1;
1047
+ */
1048
+ key = "";
1049
+ constructor(data) {
1050
+ super();
1051
+ protobuf_1.proto3.util.initPartial(data, this);
1052
+ }
1053
+ static runtime = protobuf_1.proto3;
1054
+ static typeName = "plugins.redis.v1.Plugin.Smembers";
1055
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1056
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1057
+ ]);
1058
+ static fromBinary(bytes, options) {
1059
+ return new Plugin_Smembers().fromBinary(bytes, options);
1060
+ }
1061
+ static fromJson(jsonValue, options) {
1062
+ return new Plugin_Smembers().fromJson(jsonValue, options);
1063
+ }
1064
+ static fromJsonString(jsonString, options) {
1065
+ return new Plugin_Smembers().fromJsonString(jsonString, options);
1066
+ }
1067
+ static equals(a, b) {
1068
+ return protobuf_1.proto3.util.equals(Plugin_Smembers, a, b);
1069
+ }
1070
+ }
1071
+ exports.Plugin_Smembers = Plugin_Smembers;
1072
+ /**
1073
+ * @generated from message plugins.redis.v1.Plugin.Sismember
1074
+ */
1075
+ class Plugin_Sismember extends protobuf_1.Message {
1076
+ /**
1077
+ * @generated from field: string key = 1;
1078
+ */
1079
+ key = "";
1080
+ /**
1081
+ * @generated from field: string member = 2;
1082
+ */
1083
+ member = "";
1084
+ constructor(data) {
1085
+ super();
1086
+ protobuf_1.proto3.util.initPartial(data, this);
1087
+ }
1088
+ static runtime = protobuf_1.proto3;
1089
+ static typeName = "plugins.redis.v1.Plugin.Sismember";
1090
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1091
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1092
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1093
+ ]);
1094
+ static fromBinary(bytes, options) {
1095
+ return new Plugin_Sismember().fromBinary(bytes, options);
1096
+ }
1097
+ static fromJson(jsonValue, options) {
1098
+ return new Plugin_Sismember().fromJson(jsonValue, options);
1099
+ }
1100
+ static fromJsonString(jsonString, options) {
1101
+ return new Plugin_Sismember().fromJsonString(jsonString, options);
1102
+ }
1103
+ static equals(a, b) {
1104
+ return protobuf_1.proto3.util.equals(Plugin_Sismember, a, b);
1105
+ }
1106
+ }
1107
+ exports.Plugin_Sismember = Plugin_Sismember;
1108
+ /**
1109
+ * @generated from message plugins.redis.v1.Plugin.Srandmember
1110
+ */
1111
+ class Plugin_Srandmember extends protobuf_1.Message {
1112
+ /**
1113
+ * @generated from field: string key = 1;
1114
+ */
1115
+ key = "";
1116
+ /**
1117
+ * @generated from field: optional int32 count = 2;
1118
+ */
1119
+ count;
1120
+ constructor(data) {
1121
+ super();
1122
+ protobuf_1.proto3.util.initPartial(data, this);
1123
+ }
1124
+ static runtime = protobuf_1.proto3;
1125
+ static typeName = "plugins.redis.v1.Plugin.Srandmember";
1126
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1127
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1128
+ { no: 2, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
1129
+ ]);
1130
+ static fromBinary(bytes, options) {
1131
+ return new Plugin_Srandmember().fromBinary(bytes, options);
1132
+ }
1133
+ static fromJson(jsonValue, options) {
1134
+ return new Plugin_Srandmember().fromJson(jsonValue, options);
1135
+ }
1136
+ static fromJsonString(jsonString, options) {
1137
+ return new Plugin_Srandmember().fromJsonString(jsonString, options);
1138
+ }
1139
+ static equals(a, b) {
1140
+ return protobuf_1.proto3.util.equals(Plugin_Srandmember, a, b);
1141
+ }
1142
+ }
1143
+ exports.Plugin_Srandmember = Plugin_Srandmember;
1144
+ /**
1145
+ * @generated from message plugins.redis.v1.Plugin.Srem
1146
+ */
1147
+ class Plugin_Srem extends protobuf_1.Message {
1148
+ /**
1149
+ * @generated from field: string key = 1;
1150
+ */
1151
+ key = "";
1152
+ /**
1153
+ * @generated from field: string member = 2;
1154
+ */
1155
+ member = "";
1156
+ constructor(data) {
1157
+ super();
1158
+ protobuf_1.proto3.util.initPartial(data, this);
1159
+ }
1160
+ static runtime = protobuf_1.proto3;
1161
+ static typeName = "plugins.redis.v1.Plugin.Srem";
1162
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1163
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1164
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1165
+ ]);
1166
+ static fromBinary(bytes, options) {
1167
+ return new Plugin_Srem().fromBinary(bytes, options);
1168
+ }
1169
+ static fromJson(jsonValue, options) {
1170
+ return new Plugin_Srem().fromJson(jsonValue, options);
1171
+ }
1172
+ static fromJsonString(jsonString, options) {
1173
+ return new Plugin_Srem().fromJsonString(jsonString, options);
1174
+ }
1175
+ static equals(a, b) {
1176
+ return protobuf_1.proto3.util.equals(Plugin_Srem, a, b);
1177
+ }
1178
+ }
1179
+ exports.Plugin_Srem = Plugin_Srem;
1180
+ /**
1181
+ * TODO: (joey) support options as well: https://redis.io/commands/zadd/
1182
+ *
1183
+ * @generated from message plugins.redis.v1.Plugin.Zadd
1184
+ */
1185
+ class Plugin_Zadd extends protobuf_1.Message {
1186
+ /**
1187
+ * @generated from field: string key = 1;
1188
+ */
1189
+ key = "";
1190
+ /**
1191
+ * @generated from field: double score = 2;
1192
+ */
1193
+ score = 0;
1194
+ /**
1195
+ * @generated from field: string member = 3;
1196
+ */
1197
+ member = "";
1198
+ constructor(data) {
1199
+ super();
1200
+ protobuf_1.proto3.util.initPartial(data, this);
1201
+ }
1202
+ static runtime = protobuf_1.proto3;
1203
+ static typeName = "plugins.redis.v1.Plugin.Zadd";
1204
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1205
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1206
+ { no: 2, name: "score", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1207
+ { no: 3, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1208
+ ]);
1209
+ static fromBinary(bytes, options) {
1210
+ return new Plugin_Zadd().fromBinary(bytes, options);
1211
+ }
1212
+ static fromJson(jsonValue, options) {
1213
+ return new Plugin_Zadd().fromJson(jsonValue, options);
1214
+ }
1215
+ static fromJsonString(jsonString, options) {
1216
+ return new Plugin_Zadd().fromJsonString(jsonString, options);
1217
+ }
1218
+ static equals(a, b) {
1219
+ return protobuf_1.proto3.util.equals(Plugin_Zadd, a, b);
1220
+ }
1221
+ }
1222
+ exports.Plugin_Zadd = Plugin_Zadd;
1223
+ /**
1224
+ * @generated from message plugins.redis.v1.Plugin.Zcard
1225
+ */
1226
+ class Plugin_Zcard extends protobuf_1.Message {
1227
+ /**
1228
+ * @generated from field: string key = 1;
1229
+ */
1230
+ key = "";
1231
+ constructor(data) {
1232
+ super();
1233
+ protobuf_1.proto3.util.initPartial(data, this);
1234
+ }
1235
+ static runtime = protobuf_1.proto3;
1236
+ static typeName = "plugins.redis.v1.Plugin.Zcard";
1237
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1238
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1239
+ ]);
1240
+ static fromBinary(bytes, options) {
1241
+ return new Plugin_Zcard().fromBinary(bytes, options);
1242
+ }
1243
+ static fromJson(jsonValue, options) {
1244
+ return new Plugin_Zcard().fromJson(jsonValue, options);
1245
+ }
1246
+ static fromJsonString(jsonString, options) {
1247
+ return new Plugin_Zcard().fromJsonString(jsonString, options);
1248
+ }
1249
+ static equals(a, b) {
1250
+ return protobuf_1.proto3.util.equals(Plugin_Zcard, a, b);
1251
+ }
1252
+ }
1253
+ exports.Plugin_Zcard = Plugin_Zcard;
1254
+ /**
1255
+ * @generated from message plugins.redis.v1.Plugin.Zcount
1256
+ */
1257
+ class Plugin_Zcount extends protobuf_1.Message {
1258
+ /**
1259
+ * @generated from field: string key = 1;
1260
+ */
1261
+ key = "";
1262
+ /**
1263
+ * @generated from field: double min = 2;
1264
+ */
1265
+ min = 0;
1266
+ /**
1267
+ * @generated from field: double max = 3;
1268
+ */
1269
+ max = 0;
1270
+ constructor(data) {
1271
+ super();
1272
+ protobuf_1.proto3.util.initPartial(data, this);
1273
+ }
1274
+ static runtime = protobuf_1.proto3;
1275
+ static typeName = "plugins.redis.v1.Plugin.Zcount";
1276
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1277
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1278
+ { no: 2, name: "min", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1279
+ { no: 3, name: "max", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1280
+ ]);
1281
+ static fromBinary(bytes, options) {
1282
+ return new Plugin_Zcount().fromBinary(bytes, options);
1283
+ }
1284
+ static fromJson(jsonValue, options) {
1285
+ return new Plugin_Zcount().fromJson(jsonValue, options);
1286
+ }
1287
+ static fromJsonString(jsonString, options) {
1288
+ return new Plugin_Zcount().fromJsonString(jsonString, options);
1289
+ }
1290
+ static equals(a, b) {
1291
+ return protobuf_1.proto3.util.equals(Plugin_Zcount, a, b);
1292
+ }
1293
+ }
1294
+ exports.Plugin_Zcount = Plugin_Zcount;
1295
+ /**
1296
+ * @generated from message plugins.redis.v1.Plugin.Zrange
1297
+ */
1298
+ class Plugin_Zrange extends protobuf_1.Message {
1299
+ /**
1300
+ * @generated from field: string key = 1;
1301
+ */
1302
+ key = "";
1303
+ /**
1304
+ * @generated from field: int32 start = 2;
1305
+ */
1306
+ start = 0;
1307
+ /**
1308
+ * @generated from field: int32 stop = 3;
1309
+ */
1310
+ stop = 0;
1311
+ constructor(data) {
1312
+ super();
1313
+ protobuf_1.proto3.util.initPartial(data, this);
1314
+ }
1315
+ static runtime = protobuf_1.proto3;
1316
+ static typeName = "plugins.redis.v1.Plugin.Zrange";
1317
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1318
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1319
+ { no: 2, name: "start", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1320
+ { no: 3, name: "stop", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1321
+ ]);
1322
+ static fromBinary(bytes, options) {
1323
+ return new Plugin_Zrange().fromBinary(bytes, options);
1324
+ }
1325
+ static fromJson(jsonValue, options) {
1326
+ return new Plugin_Zrange().fromJson(jsonValue, options);
1327
+ }
1328
+ static fromJsonString(jsonString, options) {
1329
+ return new Plugin_Zrange().fromJsonString(jsonString, options);
1330
+ }
1331
+ static equals(a, b) {
1332
+ return protobuf_1.proto3.util.equals(Plugin_Zrange, a, b);
1333
+ }
1334
+ }
1335
+ exports.Plugin_Zrange = Plugin_Zrange;
1336
+ /**
1337
+ * TODO: (joey) add optional withscore
1338
+ *
1339
+ * @generated from message plugins.redis.v1.Plugin.Zrank
1340
+ */
1341
+ class Plugin_Zrank extends protobuf_1.Message {
1342
+ /**
1343
+ * @generated from field: string key = 1;
1344
+ */
1345
+ key = "";
1346
+ /**
1347
+ * @generated from field: string member = 2;
1348
+ */
1349
+ member = "";
1350
+ constructor(data) {
1351
+ super();
1352
+ protobuf_1.proto3.util.initPartial(data, this);
1353
+ }
1354
+ static runtime = protobuf_1.proto3;
1355
+ static typeName = "plugins.redis.v1.Plugin.Zrank";
1356
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1357
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1358
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1359
+ ]);
1360
+ static fromBinary(bytes, options) {
1361
+ return new Plugin_Zrank().fromBinary(bytes, options);
1362
+ }
1363
+ static fromJson(jsonValue, options) {
1364
+ return new Plugin_Zrank().fromJson(jsonValue, options);
1365
+ }
1366
+ static fromJsonString(jsonString, options) {
1367
+ return new Plugin_Zrank().fromJsonString(jsonString, options);
1368
+ }
1369
+ static equals(a, b) {
1370
+ return protobuf_1.proto3.util.equals(Plugin_Zrank, a, b);
1371
+ }
1372
+ }
1373
+ exports.Plugin_Zrank = Plugin_Zrank;
1374
+ /**
1375
+ * @generated from message plugins.redis.v1.Plugin.Zrem
1376
+ */
1377
+ class Plugin_Zrem extends protobuf_1.Message {
1378
+ /**
1379
+ * @generated from field: string key = 1;
1380
+ */
1381
+ key = "";
1382
+ /**
1383
+ * @generated from field: string member = 2;
1384
+ */
1385
+ member = "";
1386
+ constructor(data) {
1387
+ super();
1388
+ protobuf_1.proto3.util.initPartial(data, this);
1389
+ }
1390
+ static runtime = protobuf_1.proto3;
1391
+ static typeName = "plugins.redis.v1.Plugin.Zrem";
1392
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1393
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1394
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1395
+ ]);
1396
+ static fromBinary(bytes, options) {
1397
+ return new Plugin_Zrem().fromBinary(bytes, options);
1398
+ }
1399
+ static fromJson(jsonValue, options) {
1400
+ return new Plugin_Zrem().fromJson(jsonValue, options);
1401
+ }
1402
+ static fromJsonString(jsonString, options) {
1403
+ return new Plugin_Zrem().fromJsonString(jsonString, options);
1404
+ }
1405
+ static equals(a, b) {
1406
+ return protobuf_1.proto3.util.equals(Plugin_Zrem, a, b);
1407
+ }
1408
+ }
1409
+ exports.Plugin_Zrem = Plugin_Zrem;
1410
+ /**
1411
+ * @generated from message plugins.redis.v1.Plugin.Zscore
1412
+ */
1413
+ class Plugin_Zscore extends protobuf_1.Message {
1414
+ /**
1415
+ * @generated from field: string key = 1;
1416
+ */
1417
+ key = "";
1418
+ /**
1419
+ * @generated from field: string member = 2;
1420
+ */
1421
+ member = "";
1422
+ constructor(data) {
1423
+ super();
1424
+ protobuf_1.proto3.util.initPartial(data, this);
1425
+ }
1426
+ static runtime = protobuf_1.proto3;
1427
+ static typeName = "plugins.redis.v1.Plugin.Zscore";
1428
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1429
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1430
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1431
+ ]);
1432
+ static fromBinary(bytes, options) {
1433
+ return new Plugin_Zscore().fromBinary(bytes, options);
1434
+ }
1435
+ static fromJson(jsonValue, options) {
1436
+ return new Plugin_Zscore().fromJson(jsonValue, options);
1437
+ }
1438
+ static fromJsonString(jsonString, options) {
1439
+ return new Plugin_Zscore().fromJsonString(jsonString, options);
1440
+ }
1441
+ static equals(a, b) {
1442
+ return protobuf_1.proto3.util.equals(Plugin_Zscore, a, b);
1443
+ }
1444
+ }
1445
+ exports.Plugin_Zscore = Plugin_Zscore;
1446
+ /**
1447
+ * @generated from message plugins.redis.v1.Plugin.Expire
1448
+ */
1449
+ class Plugin_Expire extends protobuf_1.Message {
1450
+ /**
1451
+ * @generated from field: string key = 1;
1452
+ */
1453
+ key = "";
1454
+ /**
1455
+ * @generated from field: int32 seconds = 2;
1456
+ */
1457
+ seconds = 0;
1458
+ /**
1459
+ * @generated from field: optional plugins.redis.v1.Plugin.Expire.Option option = 3;
1460
+ */
1461
+ option;
1462
+ constructor(data) {
1463
+ super();
1464
+ protobuf_1.proto3.util.initPartial(data, this);
1465
+ }
1466
+ static runtime = protobuf_1.proto3;
1467
+ static typeName = "plugins.redis.v1.Plugin.Expire";
1468
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1469
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1470
+ { no: 2, name: "seconds", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1471
+ { no: 3, name: "option", kind: "enum", T: protobuf_1.proto3.getEnumType(Plugin_Expire_Option), opt: true },
1472
+ ]);
1473
+ static fromBinary(bytes, options) {
1474
+ return new Plugin_Expire().fromBinary(bytes, options);
1475
+ }
1476
+ static fromJson(jsonValue, options) {
1477
+ return new Plugin_Expire().fromJson(jsonValue, options);
1478
+ }
1479
+ static fromJsonString(jsonString, options) {
1480
+ return new Plugin_Expire().fromJsonString(jsonString, options);
1481
+ }
1482
+ static equals(a, b) {
1483
+ return protobuf_1.proto3.util.equals(Plugin_Expire, a, b);
1484
+ }
1485
+ }
1486
+ exports.Plugin_Expire = Plugin_Expire;
1487
+ /**
1488
+ * @generated from enum plugins.redis.v1.Plugin.Expire.Option
1489
+ */
1490
+ var Plugin_Expire_Option;
1491
+ (function (Plugin_Expire_Option) {
1492
+ /**
1493
+ * @generated from enum value: OPTION_UNSPECIFIED = 0;
1494
+ */
1495
+ Plugin_Expire_Option[Plugin_Expire_Option["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1496
+ /**
1497
+ * @generated from enum value: OPTION_NX = 1;
1498
+ */
1499
+ Plugin_Expire_Option[Plugin_Expire_Option["NX"] = 1] = "NX";
1500
+ /**
1501
+ * @generated from enum value: OPTION_XX = 2;
1502
+ */
1503
+ Plugin_Expire_Option[Plugin_Expire_Option["XX"] = 2] = "XX";
1504
+ /**
1505
+ * @generated from enum value: OPTION_GT = 3;
1506
+ */
1507
+ Plugin_Expire_Option[Plugin_Expire_Option["GT"] = 3] = "GT";
1508
+ /**
1509
+ * @generated from enum value: OPTION_LT = 4;
1510
+ */
1511
+ Plugin_Expire_Option[Plugin_Expire_Option["LT"] = 4] = "LT";
1512
+ })(Plugin_Expire_Option || (exports.Plugin_Expire_Option = Plugin_Expire_Option = {}));
1513
+ // Retrieve enum metadata with: proto3.getEnumType(Plugin_Expire_Option)
1514
+ protobuf_1.proto3.util.setEnumType(Plugin_Expire_Option, "plugins.redis.v1.Plugin.Expire.Option", [
1515
+ { no: 0, name: "OPTION_UNSPECIFIED" },
1516
+ { no: 1, name: "OPTION_NX" },
1517
+ { no: 2, name: "OPTION_XX" },
1518
+ { no: 3, name: "OPTION_GT" },
1519
+ { no: 4, name: "OPTION_LT" },
1520
+ ]);
1521
+ /**
1522
+ * @generated from message plugins.redis.v1.Plugin.Ttl
1523
+ */
1524
+ class Plugin_Ttl extends protobuf_1.Message {
1525
+ /**
1526
+ * @generated from field: string key = 1;
1527
+ */
1528
+ key = "";
1529
+ constructor(data) {
1530
+ super();
1531
+ protobuf_1.proto3.util.initPartial(data, this);
1532
+ }
1533
+ static runtime = protobuf_1.proto3;
1534
+ static typeName = "plugins.redis.v1.Plugin.Ttl";
1535
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1536
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1537
+ ]);
1538
+ static fromBinary(bytes, options) {
1539
+ return new Plugin_Ttl().fromBinary(bytes, options);
1540
+ }
1541
+ static fromJson(jsonValue, options) {
1542
+ return new Plugin_Ttl().fromJson(jsonValue, options);
1543
+ }
1544
+ static fromJsonString(jsonString, options) {
1545
+ return new Plugin_Ttl().fromJsonString(jsonString, options);
1546
+ }
1547
+ static equals(a, b) {
1548
+ return protobuf_1.proto3.util.equals(Plugin_Ttl, a, b);
1549
+ }
1550
+ }
1551
+ exports.Plugin_Ttl = Plugin_Ttl;
1552
+ //# sourceMappingURL=plugin_pb.js.map