@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,1794 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Duration, Message, proto2, Timestamp } from "@bufbuild/protobuf";
3
+ /**
4
+ * WellKnownRegex contain some well-known patterns.
5
+ *
6
+ * @generated from enum validate.KnownRegex
7
+ */
8
+ export declare enum KnownRegex {
9
+ /**
10
+ * @generated from enum value: UNKNOWN = 0;
11
+ */
12
+ UNKNOWN = 0,
13
+ /**
14
+ * HTTP header name as defined by RFC 7230.
15
+ *
16
+ * @generated from enum value: HTTP_HEADER_NAME = 1;
17
+ */
18
+ HTTP_HEADER_NAME = 1,
19
+ /**
20
+ * HTTP header value as defined by RFC 7230.
21
+ *
22
+ * @generated from enum value: HTTP_HEADER_VALUE = 2;
23
+ */
24
+ HTTP_HEADER_VALUE = 2
25
+ }
26
+ /**
27
+ * FieldRules encapsulates the rules for each type of field. Depending on the
28
+ * field, the correct set should be used to ensure proper validations.
29
+ *
30
+ * @generated from message validate.FieldRules
31
+ */
32
+ export declare class FieldRules extends Message<FieldRules> {
33
+ /**
34
+ * @generated from field: optional validate.MessageRules message = 17;
35
+ */
36
+ message?: MessageRules;
37
+ /**
38
+ * @generated from oneof validate.FieldRules.type
39
+ */
40
+ type: {
41
+ /**
42
+ * Scalar Field Types
43
+ *
44
+ * @generated from field: validate.FloatRules float = 1;
45
+ */
46
+ value: FloatRules;
47
+ case: "float";
48
+ } | {
49
+ /**
50
+ * @generated from field: validate.DoubleRules double = 2;
51
+ */
52
+ value: DoubleRules;
53
+ case: "double";
54
+ } | {
55
+ /**
56
+ * @generated from field: validate.Int32Rules int32 = 3;
57
+ */
58
+ value: Int32Rules;
59
+ case: "int32";
60
+ } | {
61
+ /**
62
+ * @generated from field: validate.Int64Rules int64 = 4;
63
+ */
64
+ value: Int64Rules;
65
+ case: "int64";
66
+ } | {
67
+ /**
68
+ * @generated from field: validate.UInt32Rules uint32 = 5;
69
+ */
70
+ value: UInt32Rules;
71
+ case: "uint32";
72
+ } | {
73
+ /**
74
+ * @generated from field: validate.UInt64Rules uint64 = 6;
75
+ */
76
+ value: UInt64Rules;
77
+ case: "uint64";
78
+ } | {
79
+ /**
80
+ * @generated from field: validate.SInt32Rules sint32 = 7;
81
+ */
82
+ value: SInt32Rules;
83
+ case: "sint32";
84
+ } | {
85
+ /**
86
+ * @generated from field: validate.SInt64Rules sint64 = 8;
87
+ */
88
+ value: SInt64Rules;
89
+ case: "sint64";
90
+ } | {
91
+ /**
92
+ * @generated from field: validate.Fixed32Rules fixed32 = 9;
93
+ */
94
+ value: Fixed32Rules;
95
+ case: "fixed32";
96
+ } | {
97
+ /**
98
+ * @generated from field: validate.Fixed64Rules fixed64 = 10;
99
+ */
100
+ value: Fixed64Rules;
101
+ case: "fixed64";
102
+ } | {
103
+ /**
104
+ * @generated from field: validate.SFixed32Rules sfixed32 = 11;
105
+ */
106
+ value: SFixed32Rules;
107
+ case: "sfixed32";
108
+ } | {
109
+ /**
110
+ * @generated from field: validate.SFixed64Rules sfixed64 = 12;
111
+ */
112
+ value: SFixed64Rules;
113
+ case: "sfixed64";
114
+ } | {
115
+ /**
116
+ * @generated from field: validate.BoolRules bool = 13;
117
+ */
118
+ value: BoolRules;
119
+ case: "bool";
120
+ } | {
121
+ /**
122
+ * @generated from field: validate.StringRules string = 14;
123
+ */
124
+ value: StringRules;
125
+ case: "string";
126
+ } | {
127
+ /**
128
+ * @generated from field: validate.BytesRules bytes = 15;
129
+ */
130
+ value: BytesRules;
131
+ case: "bytes";
132
+ } | {
133
+ /**
134
+ * Complex Field Types
135
+ *
136
+ * @generated from field: validate.EnumRules enum = 16;
137
+ */
138
+ value: EnumRules;
139
+ case: "enum";
140
+ } | {
141
+ /**
142
+ * @generated from field: validate.RepeatedRules repeated = 18;
143
+ */
144
+ value: RepeatedRules;
145
+ case: "repeated";
146
+ } | {
147
+ /**
148
+ * @generated from field: validate.MapRules map = 19;
149
+ */
150
+ value: MapRules;
151
+ case: "map";
152
+ } | {
153
+ /**
154
+ * Well-Known Field Types
155
+ *
156
+ * @generated from field: validate.AnyRules any = 20;
157
+ */
158
+ value: AnyRules;
159
+ case: "any";
160
+ } | {
161
+ /**
162
+ * @generated from field: validate.DurationRules duration = 21;
163
+ */
164
+ value: DurationRules;
165
+ case: "duration";
166
+ } | {
167
+ /**
168
+ * @generated from field: validate.TimestampRules timestamp = 22;
169
+ */
170
+ value: TimestampRules;
171
+ case: "timestamp";
172
+ } | {
173
+ case: undefined;
174
+ value?: undefined;
175
+ };
176
+ constructor(data?: PartialMessage<FieldRules>);
177
+ static readonly runtime: typeof proto2;
178
+ static readonly typeName = "validate.FieldRules";
179
+ static readonly fields: FieldList;
180
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FieldRules;
181
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FieldRules;
182
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldRules;
183
+ static equals(a: FieldRules | PlainMessage<FieldRules> | undefined, b: FieldRules | PlainMessage<FieldRules> | undefined): boolean;
184
+ }
185
+ /**
186
+ * FloatRules describes the constraints applied to `float` values
187
+ *
188
+ * @generated from message validate.FloatRules
189
+ */
190
+ export declare class FloatRules extends Message<FloatRules> {
191
+ /**
192
+ * Const specifies that this field must be exactly the specified value
193
+ *
194
+ * @generated from field: optional float const = 1;
195
+ */
196
+ const?: number;
197
+ /**
198
+ * Lt specifies that this field must be less than the specified value,
199
+ * exclusive
200
+ *
201
+ * @generated from field: optional float lt = 2;
202
+ */
203
+ lt?: number;
204
+ /**
205
+ * Lte specifies that this field must be less than or equal to the
206
+ * specified value, inclusive
207
+ *
208
+ * @generated from field: optional float lte = 3;
209
+ */
210
+ lte?: number;
211
+ /**
212
+ * Gt specifies that this field must be greater than the specified value,
213
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
214
+ * range is reversed.
215
+ *
216
+ * @generated from field: optional float gt = 4;
217
+ */
218
+ gt?: number;
219
+ /**
220
+ * Gte specifies that this field must be greater than or equal to the
221
+ * specified value, inclusive. If the value of Gte is larger than a
222
+ * specified Lt or Lte, the range is reversed.
223
+ *
224
+ * @generated from field: optional float gte = 5;
225
+ */
226
+ gte?: number;
227
+ /**
228
+ * In specifies that this field must be equal to one of the specified
229
+ * values
230
+ *
231
+ * @generated from field: repeated float in = 6;
232
+ */
233
+ in: number[];
234
+ /**
235
+ * NotIn specifies that this field cannot be equal to one of the specified
236
+ * values
237
+ *
238
+ * @generated from field: repeated float not_in = 7;
239
+ */
240
+ notIn: number[];
241
+ /**
242
+ * IgnoreEmpty specifies that the validation rules of this field should be
243
+ * evaluated only if the field is not empty
244
+ *
245
+ * @generated from field: optional bool ignore_empty = 8;
246
+ */
247
+ ignoreEmpty?: boolean;
248
+ constructor(data?: PartialMessage<FloatRules>);
249
+ static readonly runtime: typeof proto2;
250
+ static readonly typeName = "validate.FloatRules";
251
+ static readonly fields: FieldList;
252
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FloatRules;
253
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FloatRules;
254
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FloatRules;
255
+ static equals(a: FloatRules | PlainMessage<FloatRules> | undefined, b: FloatRules | PlainMessage<FloatRules> | undefined): boolean;
256
+ }
257
+ /**
258
+ * DoubleRules describes the constraints applied to `double` values
259
+ *
260
+ * @generated from message validate.DoubleRules
261
+ */
262
+ export declare class DoubleRules extends Message<DoubleRules> {
263
+ /**
264
+ * Const specifies that this field must be exactly the specified value
265
+ *
266
+ * @generated from field: optional double const = 1;
267
+ */
268
+ const?: number;
269
+ /**
270
+ * Lt specifies that this field must be less than the specified value,
271
+ * exclusive
272
+ *
273
+ * @generated from field: optional double lt = 2;
274
+ */
275
+ lt?: number;
276
+ /**
277
+ * Lte specifies that this field must be less than or equal to the
278
+ * specified value, inclusive
279
+ *
280
+ * @generated from field: optional double lte = 3;
281
+ */
282
+ lte?: number;
283
+ /**
284
+ * Gt specifies that this field must be greater than the specified value,
285
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
286
+ * range is reversed.
287
+ *
288
+ * @generated from field: optional double gt = 4;
289
+ */
290
+ gt?: number;
291
+ /**
292
+ * Gte specifies that this field must be greater than or equal to the
293
+ * specified value, inclusive. If the value of Gte is larger than a
294
+ * specified Lt or Lte, the range is reversed.
295
+ *
296
+ * @generated from field: optional double gte = 5;
297
+ */
298
+ gte?: number;
299
+ /**
300
+ * In specifies that this field must be equal to one of the specified
301
+ * values
302
+ *
303
+ * @generated from field: repeated double in = 6;
304
+ */
305
+ in: number[];
306
+ /**
307
+ * NotIn specifies that this field cannot be equal to one of the specified
308
+ * values
309
+ *
310
+ * @generated from field: repeated double not_in = 7;
311
+ */
312
+ notIn: number[];
313
+ /**
314
+ * IgnoreEmpty specifies that the validation rules of this field should be
315
+ * evaluated only if the field is not empty
316
+ *
317
+ * @generated from field: optional bool ignore_empty = 8;
318
+ */
319
+ ignoreEmpty?: boolean;
320
+ constructor(data?: PartialMessage<DoubleRules>);
321
+ static readonly runtime: typeof proto2;
322
+ static readonly typeName = "validate.DoubleRules";
323
+ static readonly fields: FieldList;
324
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DoubleRules;
325
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DoubleRules;
326
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DoubleRules;
327
+ static equals(a: DoubleRules | PlainMessage<DoubleRules> | undefined, b: DoubleRules | PlainMessage<DoubleRules> | undefined): boolean;
328
+ }
329
+ /**
330
+ * Int32Rules describes the constraints applied to `int32` values
331
+ *
332
+ * @generated from message validate.Int32Rules
333
+ */
334
+ export declare class Int32Rules extends Message<Int32Rules> {
335
+ /**
336
+ * Const specifies that this field must be exactly the specified value
337
+ *
338
+ * @generated from field: optional int32 const = 1;
339
+ */
340
+ const?: number;
341
+ /**
342
+ * Lt specifies that this field must be less than the specified value,
343
+ * exclusive
344
+ *
345
+ * @generated from field: optional int32 lt = 2;
346
+ */
347
+ lt?: number;
348
+ /**
349
+ * Lte specifies that this field must be less than or equal to the
350
+ * specified value, inclusive
351
+ *
352
+ * @generated from field: optional int32 lte = 3;
353
+ */
354
+ lte?: number;
355
+ /**
356
+ * Gt specifies that this field must be greater than the specified value,
357
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
358
+ * range is reversed.
359
+ *
360
+ * @generated from field: optional int32 gt = 4;
361
+ */
362
+ gt?: number;
363
+ /**
364
+ * Gte specifies that this field must be greater than or equal to the
365
+ * specified value, inclusive. If the value of Gte is larger than a
366
+ * specified Lt or Lte, the range is reversed.
367
+ *
368
+ * @generated from field: optional int32 gte = 5;
369
+ */
370
+ gte?: number;
371
+ /**
372
+ * In specifies that this field must be equal to one of the specified
373
+ * values
374
+ *
375
+ * @generated from field: repeated int32 in = 6;
376
+ */
377
+ in: number[];
378
+ /**
379
+ * NotIn specifies that this field cannot be equal to one of the specified
380
+ * values
381
+ *
382
+ * @generated from field: repeated int32 not_in = 7;
383
+ */
384
+ notIn: number[];
385
+ /**
386
+ * IgnoreEmpty specifies that the validation rules of this field should be
387
+ * evaluated only if the field is not empty
388
+ *
389
+ * @generated from field: optional bool ignore_empty = 8;
390
+ */
391
+ ignoreEmpty?: boolean;
392
+ constructor(data?: PartialMessage<Int32Rules>);
393
+ static readonly runtime: typeof proto2;
394
+ static readonly typeName = "validate.Int32Rules";
395
+ static readonly fields: FieldList;
396
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Int32Rules;
397
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Int32Rules;
398
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Int32Rules;
399
+ static equals(a: Int32Rules | PlainMessage<Int32Rules> | undefined, b: Int32Rules | PlainMessage<Int32Rules> | undefined): boolean;
400
+ }
401
+ /**
402
+ * Int64Rules describes the constraints applied to `int64` values
403
+ *
404
+ * @generated from message validate.Int64Rules
405
+ */
406
+ export declare class Int64Rules extends Message<Int64Rules> {
407
+ /**
408
+ * Const specifies that this field must be exactly the specified value
409
+ *
410
+ * @generated from field: optional int64 const = 1;
411
+ */
412
+ const?: bigint;
413
+ /**
414
+ * Lt specifies that this field must be less than the specified value,
415
+ * exclusive
416
+ *
417
+ * @generated from field: optional int64 lt = 2;
418
+ */
419
+ lt?: bigint;
420
+ /**
421
+ * Lte specifies that this field must be less than or equal to the
422
+ * specified value, inclusive
423
+ *
424
+ * @generated from field: optional int64 lte = 3;
425
+ */
426
+ lte?: bigint;
427
+ /**
428
+ * Gt specifies that this field must be greater than the specified value,
429
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
430
+ * range is reversed.
431
+ *
432
+ * @generated from field: optional int64 gt = 4;
433
+ */
434
+ gt?: bigint;
435
+ /**
436
+ * Gte specifies that this field must be greater than or equal to the
437
+ * specified value, inclusive. If the value of Gte is larger than a
438
+ * specified Lt or Lte, the range is reversed.
439
+ *
440
+ * @generated from field: optional int64 gte = 5;
441
+ */
442
+ gte?: bigint;
443
+ /**
444
+ * In specifies that this field must be equal to one of the specified
445
+ * values
446
+ *
447
+ * @generated from field: repeated int64 in = 6;
448
+ */
449
+ in: bigint[];
450
+ /**
451
+ * NotIn specifies that this field cannot be equal to one of the specified
452
+ * values
453
+ *
454
+ * @generated from field: repeated int64 not_in = 7;
455
+ */
456
+ notIn: bigint[];
457
+ /**
458
+ * IgnoreEmpty specifies that the validation rules of this field should be
459
+ * evaluated only if the field is not empty
460
+ *
461
+ * @generated from field: optional bool ignore_empty = 8;
462
+ */
463
+ ignoreEmpty?: boolean;
464
+ constructor(data?: PartialMessage<Int64Rules>);
465
+ static readonly runtime: typeof proto2;
466
+ static readonly typeName = "validate.Int64Rules";
467
+ static readonly fields: FieldList;
468
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Int64Rules;
469
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Int64Rules;
470
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Int64Rules;
471
+ static equals(a: Int64Rules | PlainMessage<Int64Rules> | undefined, b: Int64Rules | PlainMessage<Int64Rules> | undefined): boolean;
472
+ }
473
+ /**
474
+ * UInt32Rules describes the constraints applied to `uint32` values
475
+ *
476
+ * @generated from message validate.UInt32Rules
477
+ */
478
+ export declare class UInt32Rules extends Message<UInt32Rules> {
479
+ /**
480
+ * Const specifies that this field must be exactly the specified value
481
+ *
482
+ * @generated from field: optional uint32 const = 1;
483
+ */
484
+ const?: number;
485
+ /**
486
+ * Lt specifies that this field must be less than the specified value,
487
+ * exclusive
488
+ *
489
+ * @generated from field: optional uint32 lt = 2;
490
+ */
491
+ lt?: number;
492
+ /**
493
+ * Lte specifies that this field must be less than or equal to the
494
+ * specified value, inclusive
495
+ *
496
+ * @generated from field: optional uint32 lte = 3;
497
+ */
498
+ lte?: number;
499
+ /**
500
+ * Gt specifies that this field must be greater than the specified value,
501
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
502
+ * range is reversed.
503
+ *
504
+ * @generated from field: optional uint32 gt = 4;
505
+ */
506
+ gt?: number;
507
+ /**
508
+ * Gte specifies that this field must be greater than or equal to the
509
+ * specified value, inclusive. If the value of Gte is larger than a
510
+ * specified Lt or Lte, the range is reversed.
511
+ *
512
+ * @generated from field: optional uint32 gte = 5;
513
+ */
514
+ gte?: number;
515
+ /**
516
+ * In specifies that this field must be equal to one of the specified
517
+ * values
518
+ *
519
+ * @generated from field: repeated uint32 in = 6;
520
+ */
521
+ in: number[];
522
+ /**
523
+ * NotIn specifies that this field cannot be equal to one of the specified
524
+ * values
525
+ *
526
+ * @generated from field: repeated uint32 not_in = 7;
527
+ */
528
+ notIn: number[];
529
+ /**
530
+ * IgnoreEmpty specifies that the validation rules of this field should be
531
+ * evaluated only if the field is not empty
532
+ *
533
+ * @generated from field: optional bool ignore_empty = 8;
534
+ */
535
+ ignoreEmpty?: boolean;
536
+ constructor(data?: PartialMessage<UInt32Rules>);
537
+ static readonly runtime: typeof proto2;
538
+ static readonly typeName = "validate.UInt32Rules";
539
+ static readonly fields: FieldList;
540
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UInt32Rules;
541
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UInt32Rules;
542
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UInt32Rules;
543
+ static equals(a: UInt32Rules | PlainMessage<UInt32Rules> | undefined, b: UInt32Rules | PlainMessage<UInt32Rules> | undefined): boolean;
544
+ }
545
+ /**
546
+ * UInt64Rules describes the constraints applied to `uint64` values
547
+ *
548
+ * @generated from message validate.UInt64Rules
549
+ */
550
+ export declare class UInt64Rules extends Message<UInt64Rules> {
551
+ /**
552
+ * Const specifies that this field must be exactly the specified value
553
+ *
554
+ * @generated from field: optional uint64 const = 1;
555
+ */
556
+ const?: bigint;
557
+ /**
558
+ * Lt specifies that this field must be less than the specified value,
559
+ * exclusive
560
+ *
561
+ * @generated from field: optional uint64 lt = 2;
562
+ */
563
+ lt?: bigint;
564
+ /**
565
+ * Lte specifies that this field must be less than or equal to the
566
+ * specified value, inclusive
567
+ *
568
+ * @generated from field: optional uint64 lte = 3;
569
+ */
570
+ lte?: bigint;
571
+ /**
572
+ * Gt specifies that this field must be greater than the specified value,
573
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
574
+ * range is reversed.
575
+ *
576
+ * @generated from field: optional uint64 gt = 4;
577
+ */
578
+ gt?: bigint;
579
+ /**
580
+ * Gte specifies that this field must be greater than or equal to the
581
+ * specified value, inclusive. If the value of Gte is larger than a
582
+ * specified Lt or Lte, the range is reversed.
583
+ *
584
+ * @generated from field: optional uint64 gte = 5;
585
+ */
586
+ gte?: bigint;
587
+ /**
588
+ * In specifies that this field must be equal to one of the specified
589
+ * values
590
+ *
591
+ * @generated from field: repeated uint64 in = 6;
592
+ */
593
+ in: bigint[];
594
+ /**
595
+ * NotIn specifies that this field cannot be equal to one of the specified
596
+ * values
597
+ *
598
+ * @generated from field: repeated uint64 not_in = 7;
599
+ */
600
+ notIn: bigint[];
601
+ /**
602
+ * IgnoreEmpty specifies that the validation rules of this field should be
603
+ * evaluated only if the field is not empty
604
+ *
605
+ * @generated from field: optional bool ignore_empty = 8;
606
+ */
607
+ ignoreEmpty?: boolean;
608
+ constructor(data?: PartialMessage<UInt64Rules>);
609
+ static readonly runtime: typeof proto2;
610
+ static readonly typeName = "validate.UInt64Rules";
611
+ static readonly fields: FieldList;
612
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UInt64Rules;
613
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UInt64Rules;
614
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UInt64Rules;
615
+ static equals(a: UInt64Rules | PlainMessage<UInt64Rules> | undefined, b: UInt64Rules | PlainMessage<UInt64Rules> | undefined): boolean;
616
+ }
617
+ /**
618
+ * SInt32Rules describes the constraints applied to `sint32` values
619
+ *
620
+ * @generated from message validate.SInt32Rules
621
+ */
622
+ export declare class SInt32Rules extends Message<SInt32Rules> {
623
+ /**
624
+ * Const specifies that this field must be exactly the specified value
625
+ *
626
+ * @generated from field: optional sint32 const = 1;
627
+ */
628
+ const?: number;
629
+ /**
630
+ * Lt specifies that this field must be less than the specified value,
631
+ * exclusive
632
+ *
633
+ * @generated from field: optional sint32 lt = 2;
634
+ */
635
+ lt?: number;
636
+ /**
637
+ * Lte specifies that this field must be less than or equal to the
638
+ * specified value, inclusive
639
+ *
640
+ * @generated from field: optional sint32 lte = 3;
641
+ */
642
+ lte?: number;
643
+ /**
644
+ * Gt specifies that this field must be greater than the specified value,
645
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
646
+ * range is reversed.
647
+ *
648
+ * @generated from field: optional sint32 gt = 4;
649
+ */
650
+ gt?: number;
651
+ /**
652
+ * Gte specifies that this field must be greater than or equal to the
653
+ * specified value, inclusive. If the value of Gte is larger than a
654
+ * specified Lt or Lte, the range is reversed.
655
+ *
656
+ * @generated from field: optional sint32 gte = 5;
657
+ */
658
+ gte?: number;
659
+ /**
660
+ * In specifies that this field must be equal to one of the specified
661
+ * values
662
+ *
663
+ * @generated from field: repeated sint32 in = 6;
664
+ */
665
+ in: number[];
666
+ /**
667
+ * NotIn specifies that this field cannot be equal to one of the specified
668
+ * values
669
+ *
670
+ * @generated from field: repeated sint32 not_in = 7;
671
+ */
672
+ notIn: number[];
673
+ /**
674
+ * IgnoreEmpty specifies that the validation rules of this field should be
675
+ * evaluated only if the field is not empty
676
+ *
677
+ * @generated from field: optional bool ignore_empty = 8;
678
+ */
679
+ ignoreEmpty?: boolean;
680
+ constructor(data?: PartialMessage<SInt32Rules>);
681
+ static readonly runtime: typeof proto2;
682
+ static readonly typeName = "validate.SInt32Rules";
683
+ static readonly fields: FieldList;
684
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SInt32Rules;
685
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SInt32Rules;
686
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SInt32Rules;
687
+ static equals(a: SInt32Rules | PlainMessage<SInt32Rules> | undefined, b: SInt32Rules | PlainMessage<SInt32Rules> | undefined): boolean;
688
+ }
689
+ /**
690
+ * SInt64Rules describes the constraints applied to `sint64` values
691
+ *
692
+ * @generated from message validate.SInt64Rules
693
+ */
694
+ export declare class SInt64Rules extends Message<SInt64Rules> {
695
+ /**
696
+ * Const specifies that this field must be exactly the specified value
697
+ *
698
+ * @generated from field: optional sint64 const = 1;
699
+ */
700
+ const?: bigint;
701
+ /**
702
+ * Lt specifies that this field must be less than the specified value,
703
+ * exclusive
704
+ *
705
+ * @generated from field: optional sint64 lt = 2;
706
+ */
707
+ lt?: bigint;
708
+ /**
709
+ * Lte specifies that this field must be less than or equal to the
710
+ * specified value, inclusive
711
+ *
712
+ * @generated from field: optional sint64 lte = 3;
713
+ */
714
+ lte?: bigint;
715
+ /**
716
+ * Gt specifies that this field must be greater than the specified value,
717
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
718
+ * range is reversed.
719
+ *
720
+ * @generated from field: optional sint64 gt = 4;
721
+ */
722
+ gt?: bigint;
723
+ /**
724
+ * Gte specifies that this field must be greater than or equal to the
725
+ * specified value, inclusive. If the value of Gte is larger than a
726
+ * specified Lt or Lte, the range is reversed.
727
+ *
728
+ * @generated from field: optional sint64 gte = 5;
729
+ */
730
+ gte?: bigint;
731
+ /**
732
+ * In specifies that this field must be equal to one of the specified
733
+ * values
734
+ *
735
+ * @generated from field: repeated sint64 in = 6;
736
+ */
737
+ in: bigint[];
738
+ /**
739
+ * NotIn specifies that this field cannot be equal to one of the specified
740
+ * values
741
+ *
742
+ * @generated from field: repeated sint64 not_in = 7;
743
+ */
744
+ notIn: bigint[];
745
+ /**
746
+ * IgnoreEmpty specifies that the validation rules of this field should be
747
+ * evaluated only if the field is not empty
748
+ *
749
+ * @generated from field: optional bool ignore_empty = 8;
750
+ */
751
+ ignoreEmpty?: boolean;
752
+ constructor(data?: PartialMessage<SInt64Rules>);
753
+ static readonly runtime: typeof proto2;
754
+ static readonly typeName = "validate.SInt64Rules";
755
+ static readonly fields: FieldList;
756
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SInt64Rules;
757
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SInt64Rules;
758
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SInt64Rules;
759
+ static equals(a: SInt64Rules | PlainMessage<SInt64Rules> | undefined, b: SInt64Rules | PlainMessage<SInt64Rules> | undefined): boolean;
760
+ }
761
+ /**
762
+ * Fixed32Rules describes the constraints applied to `fixed32` values
763
+ *
764
+ * @generated from message validate.Fixed32Rules
765
+ */
766
+ export declare class Fixed32Rules extends Message<Fixed32Rules> {
767
+ /**
768
+ * Const specifies that this field must be exactly the specified value
769
+ *
770
+ * @generated from field: optional fixed32 const = 1;
771
+ */
772
+ const?: number;
773
+ /**
774
+ * Lt specifies that this field must be less than the specified value,
775
+ * exclusive
776
+ *
777
+ * @generated from field: optional fixed32 lt = 2;
778
+ */
779
+ lt?: number;
780
+ /**
781
+ * Lte specifies that this field must be less than or equal to the
782
+ * specified value, inclusive
783
+ *
784
+ * @generated from field: optional fixed32 lte = 3;
785
+ */
786
+ lte?: number;
787
+ /**
788
+ * Gt specifies that this field must be greater than the specified value,
789
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
790
+ * range is reversed.
791
+ *
792
+ * @generated from field: optional fixed32 gt = 4;
793
+ */
794
+ gt?: number;
795
+ /**
796
+ * Gte specifies that this field must be greater than or equal to the
797
+ * specified value, inclusive. If the value of Gte is larger than a
798
+ * specified Lt or Lte, the range is reversed.
799
+ *
800
+ * @generated from field: optional fixed32 gte = 5;
801
+ */
802
+ gte?: number;
803
+ /**
804
+ * In specifies that this field must be equal to one of the specified
805
+ * values
806
+ *
807
+ * @generated from field: repeated fixed32 in = 6;
808
+ */
809
+ in: number[];
810
+ /**
811
+ * NotIn specifies that this field cannot be equal to one of the specified
812
+ * values
813
+ *
814
+ * @generated from field: repeated fixed32 not_in = 7;
815
+ */
816
+ notIn: number[];
817
+ /**
818
+ * IgnoreEmpty specifies that the validation rules of this field should be
819
+ * evaluated only if the field is not empty
820
+ *
821
+ * @generated from field: optional bool ignore_empty = 8;
822
+ */
823
+ ignoreEmpty?: boolean;
824
+ constructor(data?: PartialMessage<Fixed32Rules>);
825
+ static readonly runtime: typeof proto2;
826
+ static readonly typeName = "validate.Fixed32Rules";
827
+ static readonly fields: FieldList;
828
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Fixed32Rules;
829
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Fixed32Rules;
830
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Fixed32Rules;
831
+ static equals(a: Fixed32Rules | PlainMessage<Fixed32Rules> | undefined, b: Fixed32Rules | PlainMessage<Fixed32Rules> | undefined): boolean;
832
+ }
833
+ /**
834
+ * Fixed64Rules describes the constraints applied to `fixed64` values
835
+ *
836
+ * @generated from message validate.Fixed64Rules
837
+ */
838
+ export declare class Fixed64Rules extends Message<Fixed64Rules> {
839
+ /**
840
+ * Const specifies that this field must be exactly the specified value
841
+ *
842
+ * @generated from field: optional fixed64 const = 1;
843
+ */
844
+ const?: bigint;
845
+ /**
846
+ * Lt specifies that this field must be less than the specified value,
847
+ * exclusive
848
+ *
849
+ * @generated from field: optional fixed64 lt = 2;
850
+ */
851
+ lt?: bigint;
852
+ /**
853
+ * Lte specifies that this field must be less than or equal to the
854
+ * specified value, inclusive
855
+ *
856
+ * @generated from field: optional fixed64 lte = 3;
857
+ */
858
+ lte?: bigint;
859
+ /**
860
+ * Gt specifies that this field must be greater than the specified value,
861
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
862
+ * range is reversed.
863
+ *
864
+ * @generated from field: optional fixed64 gt = 4;
865
+ */
866
+ gt?: bigint;
867
+ /**
868
+ * Gte specifies that this field must be greater than or equal to the
869
+ * specified value, inclusive. If the value of Gte is larger than a
870
+ * specified Lt or Lte, the range is reversed.
871
+ *
872
+ * @generated from field: optional fixed64 gte = 5;
873
+ */
874
+ gte?: bigint;
875
+ /**
876
+ * In specifies that this field must be equal to one of the specified
877
+ * values
878
+ *
879
+ * @generated from field: repeated fixed64 in = 6;
880
+ */
881
+ in: bigint[];
882
+ /**
883
+ * NotIn specifies that this field cannot be equal to one of the specified
884
+ * values
885
+ *
886
+ * @generated from field: repeated fixed64 not_in = 7;
887
+ */
888
+ notIn: bigint[];
889
+ /**
890
+ * IgnoreEmpty specifies that the validation rules of this field should be
891
+ * evaluated only if the field is not empty
892
+ *
893
+ * @generated from field: optional bool ignore_empty = 8;
894
+ */
895
+ ignoreEmpty?: boolean;
896
+ constructor(data?: PartialMessage<Fixed64Rules>);
897
+ static readonly runtime: typeof proto2;
898
+ static readonly typeName = "validate.Fixed64Rules";
899
+ static readonly fields: FieldList;
900
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Fixed64Rules;
901
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Fixed64Rules;
902
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Fixed64Rules;
903
+ static equals(a: Fixed64Rules | PlainMessage<Fixed64Rules> | undefined, b: Fixed64Rules | PlainMessage<Fixed64Rules> | undefined): boolean;
904
+ }
905
+ /**
906
+ * SFixed32Rules describes the constraints applied to `sfixed32` values
907
+ *
908
+ * @generated from message validate.SFixed32Rules
909
+ */
910
+ export declare class SFixed32Rules extends Message<SFixed32Rules> {
911
+ /**
912
+ * Const specifies that this field must be exactly the specified value
913
+ *
914
+ * @generated from field: optional sfixed32 const = 1;
915
+ */
916
+ const?: number;
917
+ /**
918
+ * Lt specifies that this field must be less than the specified value,
919
+ * exclusive
920
+ *
921
+ * @generated from field: optional sfixed32 lt = 2;
922
+ */
923
+ lt?: number;
924
+ /**
925
+ * Lte specifies that this field must be less than or equal to the
926
+ * specified value, inclusive
927
+ *
928
+ * @generated from field: optional sfixed32 lte = 3;
929
+ */
930
+ lte?: number;
931
+ /**
932
+ * Gt specifies that this field must be greater than the specified value,
933
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
934
+ * range is reversed.
935
+ *
936
+ * @generated from field: optional sfixed32 gt = 4;
937
+ */
938
+ gt?: number;
939
+ /**
940
+ * Gte specifies that this field must be greater than or equal to the
941
+ * specified value, inclusive. If the value of Gte is larger than a
942
+ * specified Lt or Lte, the range is reversed.
943
+ *
944
+ * @generated from field: optional sfixed32 gte = 5;
945
+ */
946
+ gte?: number;
947
+ /**
948
+ * In specifies that this field must be equal to one of the specified
949
+ * values
950
+ *
951
+ * @generated from field: repeated sfixed32 in = 6;
952
+ */
953
+ in: number[];
954
+ /**
955
+ * NotIn specifies that this field cannot be equal to one of the specified
956
+ * values
957
+ *
958
+ * @generated from field: repeated sfixed32 not_in = 7;
959
+ */
960
+ notIn: number[];
961
+ /**
962
+ * IgnoreEmpty specifies that the validation rules of this field should be
963
+ * evaluated only if the field is not empty
964
+ *
965
+ * @generated from field: optional bool ignore_empty = 8;
966
+ */
967
+ ignoreEmpty?: boolean;
968
+ constructor(data?: PartialMessage<SFixed32Rules>);
969
+ static readonly runtime: typeof proto2;
970
+ static readonly typeName = "validate.SFixed32Rules";
971
+ static readonly fields: FieldList;
972
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SFixed32Rules;
973
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SFixed32Rules;
974
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SFixed32Rules;
975
+ static equals(a: SFixed32Rules | PlainMessage<SFixed32Rules> | undefined, b: SFixed32Rules | PlainMessage<SFixed32Rules> | undefined): boolean;
976
+ }
977
+ /**
978
+ * SFixed64Rules describes the constraints applied to `sfixed64` values
979
+ *
980
+ * @generated from message validate.SFixed64Rules
981
+ */
982
+ export declare class SFixed64Rules extends Message<SFixed64Rules> {
983
+ /**
984
+ * Const specifies that this field must be exactly the specified value
985
+ *
986
+ * @generated from field: optional sfixed64 const = 1;
987
+ */
988
+ const?: bigint;
989
+ /**
990
+ * Lt specifies that this field must be less than the specified value,
991
+ * exclusive
992
+ *
993
+ * @generated from field: optional sfixed64 lt = 2;
994
+ */
995
+ lt?: bigint;
996
+ /**
997
+ * Lte specifies that this field must be less than or equal to the
998
+ * specified value, inclusive
999
+ *
1000
+ * @generated from field: optional sfixed64 lte = 3;
1001
+ */
1002
+ lte?: bigint;
1003
+ /**
1004
+ * Gt specifies that this field must be greater than the specified value,
1005
+ * exclusive. If the value of Gt is larger than a specified Lt or Lte, the
1006
+ * range is reversed.
1007
+ *
1008
+ * @generated from field: optional sfixed64 gt = 4;
1009
+ */
1010
+ gt?: bigint;
1011
+ /**
1012
+ * Gte specifies that this field must be greater than or equal to the
1013
+ * specified value, inclusive. If the value of Gte is larger than a
1014
+ * specified Lt or Lte, the range is reversed.
1015
+ *
1016
+ * @generated from field: optional sfixed64 gte = 5;
1017
+ */
1018
+ gte?: bigint;
1019
+ /**
1020
+ * In specifies that this field must be equal to one of the specified
1021
+ * values
1022
+ *
1023
+ * @generated from field: repeated sfixed64 in = 6;
1024
+ */
1025
+ in: bigint[];
1026
+ /**
1027
+ * NotIn specifies that this field cannot be equal to one of the specified
1028
+ * values
1029
+ *
1030
+ * @generated from field: repeated sfixed64 not_in = 7;
1031
+ */
1032
+ notIn: bigint[];
1033
+ /**
1034
+ * IgnoreEmpty specifies that the validation rules of this field should be
1035
+ * evaluated only if the field is not empty
1036
+ *
1037
+ * @generated from field: optional bool ignore_empty = 8;
1038
+ */
1039
+ ignoreEmpty?: boolean;
1040
+ constructor(data?: PartialMessage<SFixed64Rules>);
1041
+ static readonly runtime: typeof proto2;
1042
+ static readonly typeName = "validate.SFixed64Rules";
1043
+ static readonly fields: FieldList;
1044
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SFixed64Rules;
1045
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SFixed64Rules;
1046
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SFixed64Rules;
1047
+ static equals(a: SFixed64Rules | PlainMessage<SFixed64Rules> | undefined, b: SFixed64Rules | PlainMessage<SFixed64Rules> | undefined): boolean;
1048
+ }
1049
+ /**
1050
+ * BoolRules describes the constraints applied to `bool` values
1051
+ *
1052
+ * @generated from message validate.BoolRules
1053
+ */
1054
+ export declare class BoolRules extends Message<BoolRules> {
1055
+ /**
1056
+ * Const specifies that this field must be exactly the specified value
1057
+ *
1058
+ * @generated from field: optional bool const = 1;
1059
+ */
1060
+ const?: boolean;
1061
+ constructor(data?: PartialMessage<BoolRules>);
1062
+ static readonly runtime: typeof proto2;
1063
+ static readonly typeName = "validate.BoolRules";
1064
+ static readonly fields: FieldList;
1065
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BoolRules;
1066
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BoolRules;
1067
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BoolRules;
1068
+ static equals(a: BoolRules | PlainMessage<BoolRules> | undefined, b: BoolRules | PlainMessage<BoolRules> | undefined): boolean;
1069
+ }
1070
+ /**
1071
+ * StringRules describe the constraints applied to `string` values
1072
+ *
1073
+ * @generated from message validate.StringRules
1074
+ */
1075
+ export declare class StringRules extends Message<StringRules> {
1076
+ /**
1077
+ * Const specifies that this field must be exactly the specified value
1078
+ *
1079
+ * @generated from field: optional string const = 1;
1080
+ */
1081
+ const?: string;
1082
+ /**
1083
+ * Len specifies that this field must be the specified number of
1084
+ * characters (Unicode code points). Note that the number of
1085
+ * characters may differ from the number of bytes in the string.
1086
+ *
1087
+ * @generated from field: optional uint64 len = 19;
1088
+ */
1089
+ len?: bigint;
1090
+ /**
1091
+ * MinLen specifies that this field must be the specified number of
1092
+ * characters (Unicode code points) at a minimum. Note that the number of
1093
+ * characters may differ from the number of bytes in the string.
1094
+ *
1095
+ * @generated from field: optional uint64 min_len = 2;
1096
+ */
1097
+ minLen?: bigint;
1098
+ /**
1099
+ * MaxLen specifies that this field must be the specified number of
1100
+ * characters (Unicode code points) at a maximum. Note that the number of
1101
+ * characters may differ from the number of bytes in the string.
1102
+ *
1103
+ * @generated from field: optional uint64 max_len = 3;
1104
+ */
1105
+ maxLen?: bigint;
1106
+ /**
1107
+ * LenBytes specifies that this field must be the specified number of bytes
1108
+ *
1109
+ * @generated from field: optional uint64 len_bytes = 20;
1110
+ */
1111
+ lenBytes?: bigint;
1112
+ /**
1113
+ * MinBytes specifies that this field must be the specified number of bytes
1114
+ * at a minimum
1115
+ *
1116
+ * @generated from field: optional uint64 min_bytes = 4;
1117
+ */
1118
+ minBytes?: bigint;
1119
+ /**
1120
+ * MaxBytes specifies that this field must be the specified number of bytes
1121
+ * at a maximum
1122
+ *
1123
+ * @generated from field: optional uint64 max_bytes = 5;
1124
+ */
1125
+ maxBytes?: bigint;
1126
+ /**
1127
+ * Pattern specifes that this field must match against the specified
1128
+ * regular expression (RE2 syntax). The included expression should elide
1129
+ * any delimiters.
1130
+ *
1131
+ * @generated from field: optional string pattern = 6;
1132
+ */
1133
+ pattern?: string;
1134
+ /**
1135
+ * Prefix specifies that this field must have the specified substring at
1136
+ * the beginning of the string.
1137
+ *
1138
+ * @generated from field: optional string prefix = 7;
1139
+ */
1140
+ prefix?: string;
1141
+ /**
1142
+ * Suffix specifies that this field must have the specified substring at
1143
+ * the end of the string.
1144
+ *
1145
+ * @generated from field: optional string suffix = 8;
1146
+ */
1147
+ suffix?: string;
1148
+ /**
1149
+ * Contains specifies that this field must have the specified substring
1150
+ * anywhere in the string.
1151
+ *
1152
+ * @generated from field: optional string contains = 9;
1153
+ */
1154
+ contains?: string;
1155
+ /**
1156
+ * NotContains specifies that this field cannot have the specified substring
1157
+ * anywhere in the string.
1158
+ *
1159
+ * @generated from field: optional string not_contains = 23;
1160
+ */
1161
+ notContains?: string;
1162
+ /**
1163
+ * In specifies that this field must be equal to one of the specified
1164
+ * values
1165
+ *
1166
+ * @generated from field: repeated string in = 10;
1167
+ */
1168
+ in: string[];
1169
+ /**
1170
+ * NotIn specifies that this field cannot be equal to one of the specified
1171
+ * values
1172
+ *
1173
+ * @generated from field: repeated string not_in = 11;
1174
+ */
1175
+ notIn: string[];
1176
+ /**
1177
+ * WellKnown rules provide advanced constraints against common string
1178
+ * patterns
1179
+ *
1180
+ * @generated from oneof validate.StringRules.well_known
1181
+ */
1182
+ wellKnown: {
1183
+ /**
1184
+ * Email specifies that the field must be a valid email address as
1185
+ * defined by RFC 5322
1186
+ *
1187
+ * @generated from field: bool email = 12;
1188
+ */
1189
+ value: boolean;
1190
+ case: "email";
1191
+ } | {
1192
+ /**
1193
+ * Hostname specifies that the field must be a valid hostname as
1194
+ * defined by RFC 1034. This constraint does not support
1195
+ * internationalized domain names (IDNs).
1196
+ *
1197
+ * @generated from field: bool hostname = 13;
1198
+ */
1199
+ value: boolean;
1200
+ case: "hostname";
1201
+ } | {
1202
+ /**
1203
+ * Ip specifies that the field must be a valid IP (v4 or v6) address.
1204
+ * Valid IPv6 addresses should not include surrounding square brackets.
1205
+ *
1206
+ * @generated from field: bool ip = 14;
1207
+ */
1208
+ value: boolean;
1209
+ case: "ip";
1210
+ } | {
1211
+ /**
1212
+ * Ipv4 specifies that the field must be a valid IPv4 address.
1213
+ *
1214
+ * @generated from field: bool ipv4 = 15;
1215
+ */
1216
+ value: boolean;
1217
+ case: "ipv4";
1218
+ } | {
1219
+ /**
1220
+ * Ipv6 specifies that the field must be a valid IPv6 address. Valid
1221
+ * IPv6 addresses should not include surrounding square brackets.
1222
+ *
1223
+ * @generated from field: bool ipv6 = 16;
1224
+ */
1225
+ value: boolean;
1226
+ case: "ipv6";
1227
+ } | {
1228
+ /**
1229
+ * Uri specifies that the field must be a valid, absolute URI as defined
1230
+ * by RFC 3986
1231
+ *
1232
+ * @generated from field: bool uri = 17;
1233
+ */
1234
+ value: boolean;
1235
+ case: "uri";
1236
+ } | {
1237
+ /**
1238
+ * UriRef specifies that the field must be a valid URI as defined by RFC
1239
+ * 3986 and may be relative or absolute.
1240
+ *
1241
+ * @generated from field: bool uri_ref = 18;
1242
+ */
1243
+ value: boolean;
1244
+ case: "uriRef";
1245
+ } | {
1246
+ /**
1247
+ * Address specifies that the field must be either a valid hostname as
1248
+ * defined by RFC 1034 (which does not support internationalized domain
1249
+ * names or IDNs), or it can be a valid IP (v4 or v6).
1250
+ *
1251
+ * @generated from field: bool address = 21;
1252
+ */
1253
+ value: boolean;
1254
+ case: "address";
1255
+ } | {
1256
+ /**
1257
+ * Uuid specifies that the field must be a valid UUID as defined by
1258
+ * RFC 4122
1259
+ *
1260
+ * @generated from field: bool uuid = 22;
1261
+ */
1262
+ value: boolean;
1263
+ case: "uuid";
1264
+ } | {
1265
+ /**
1266
+ * WellKnownRegex specifies a common well known pattern defined as a regex.
1267
+ *
1268
+ * @generated from field: validate.KnownRegex well_known_regex = 24;
1269
+ */
1270
+ value: KnownRegex;
1271
+ case: "wellKnownRegex";
1272
+ } | {
1273
+ case: undefined;
1274
+ value?: undefined;
1275
+ };
1276
+ /**
1277
+ * This applies to regexes HTTP_HEADER_NAME and HTTP_HEADER_VALUE to enable
1278
+ * strict header validation.
1279
+ * By default, this is true, and HTTP header validations are RFC-compliant.
1280
+ * Setting to false will enable a looser validations that only disallows
1281
+ * \r\n\0 characters, which can be used to bypass header matching rules.
1282
+ *
1283
+ * @generated from field: optional bool strict = 25 [default = true];
1284
+ */
1285
+ strict?: boolean;
1286
+ /**
1287
+ * IgnoreEmpty specifies that the validation rules of this field should be
1288
+ * evaluated only if the field is not empty
1289
+ *
1290
+ * @generated from field: optional bool ignore_empty = 26;
1291
+ */
1292
+ ignoreEmpty?: boolean;
1293
+ constructor(data?: PartialMessage<StringRules>);
1294
+ static readonly runtime: typeof proto2;
1295
+ static readonly typeName = "validate.StringRules";
1296
+ static readonly fields: FieldList;
1297
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StringRules;
1298
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StringRules;
1299
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StringRules;
1300
+ static equals(a: StringRules | PlainMessage<StringRules> | undefined, b: StringRules | PlainMessage<StringRules> | undefined): boolean;
1301
+ }
1302
+ /**
1303
+ * BytesRules describe the constraints applied to `bytes` values
1304
+ *
1305
+ * @generated from message validate.BytesRules
1306
+ */
1307
+ export declare class BytesRules extends Message<BytesRules> {
1308
+ /**
1309
+ * Const specifies that this field must be exactly the specified value
1310
+ *
1311
+ * @generated from field: optional bytes const = 1;
1312
+ */
1313
+ const?: Uint8Array;
1314
+ /**
1315
+ * Len specifies that this field must be the specified number of bytes
1316
+ *
1317
+ * @generated from field: optional uint64 len = 13;
1318
+ */
1319
+ len?: bigint;
1320
+ /**
1321
+ * MinLen specifies that this field must be the specified number of bytes
1322
+ * at a minimum
1323
+ *
1324
+ * @generated from field: optional uint64 min_len = 2;
1325
+ */
1326
+ minLen?: bigint;
1327
+ /**
1328
+ * MaxLen specifies that this field must be the specified number of bytes
1329
+ * at a maximum
1330
+ *
1331
+ * @generated from field: optional uint64 max_len = 3;
1332
+ */
1333
+ maxLen?: bigint;
1334
+ /**
1335
+ * Pattern specifes that this field must match against the specified
1336
+ * regular expression (RE2 syntax). The included expression should elide
1337
+ * any delimiters.
1338
+ *
1339
+ * @generated from field: optional string pattern = 4;
1340
+ */
1341
+ pattern?: string;
1342
+ /**
1343
+ * Prefix specifies that this field must have the specified bytes at the
1344
+ * beginning of the string.
1345
+ *
1346
+ * @generated from field: optional bytes prefix = 5;
1347
+ */
1348
+ prefix?: Uint8Array;
1349
+ /**
1350
+ * Suffix specifies that this field must have the specified bytes at the
1351
+ * end of the string.
1352
+ *
1353
+ * @generated from field: optional bytes suffix = 6;
1354
+ */
1355
+ suffix?: Uint8Array;
1356
+ /**
1357
+ * Contains specifies that this field must have the specified bytes
1358
+ * anywhere in the string.
1359
+ *
1360
+ * @generated from field: optional bytes contains = 7;
1361
+ */
1362
+ contains?: Uint8Array;
1363
+ /**
1364
+ * In specifies that this field must be equal to one of the specified
1365
+ * values
1366
+ *
1367
+ * @generated from field: repeated bytes in = 8;
1368
+ */
1369
+ in: Uint8Array[];
1370
+ /**
1371
+ * NotIn specifies that this field cannot be equal to one of the specified
1372
+ * values
1373
+ *
1374
+ * @generated from field: repeated bytes not_in = 9;
1375
+ */
1376
+ notIn: Uint8Array[];
1377
+ /**
1378
+ * WellKnown rules provide advanced constraints against common byte
1379
+ * patterns
1380
+ *
1381
+ * @generated from oneof validate.BytesRules.well_known
1382
+ */
1383
+ wellKnown: {
1384
+ /**
1385
+ * Ip specifies that the field must be a valid IP (v4 or v6) address in
1386
+ * byte format
1387
+ *
1388
+ * @generated from field: bool ip = 10;
1389
+ */
1390
+ value: boolean;
1391
+ case: "ip";
1392
+ } | {
1393
+ /**
1394
+ * Ipv4 specifies that the field must be a valid IPv4 address in byte
1395
+ * format
1396
+ *
1397
+ * @generated from field: bool ipv4 = 11;
1398
+ */
1399
+ value: boolean;
1400
+ case: "ipv4";
1401
+ } | {
1402
+ /**
1403
+ * Ipv6 specifies that the field must be a valid IPv6 address in byte
1404
+ * format
1405
+ *
1406
+ * @generated from field: bool ipv6 = 12;
1407
+ */
1408
+ value: boolean;
1409
+ case: "ipv6";
1410
+ } | {
1411
+ case: undefined;
1412
+ value?: undefined;
1413
+ };
1414
+ /**
1415
+ * IgnoreEmpty specifies that the validation rules of this field should be
1416
+ * evaluated only if the field is not empty
1417
+ *
1418
+ * @generated from field: optional bool ignore_empty = 14;
1419
+ */
1420
+ ignoreEmpty?: boolean;
1421
+ constructor(data?: PartialMessage<BytesRules>);
1422
+ static readonly runtime: typeof proto2;
1423
+ static readonly typeName = "validate.BytesRules";
1424
+ static readonly fields: FieldList;
1425
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BytesRules;
1426
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BytesRules;
1427
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BytesRules;
1428
+ static equals(a: BytesRules | PlainMessage<BytesRules> | undefined, b: BytesRules | PlainMessage<BytesRules> | undefined): boolean;
1429
+ }
1430
+ /**
1431
+ * EnumRules describe the constraints applied to enum values
1432
+ *
1433
+ * @generated from message validate.EnumRules
1434
+ */
1435
+ export declare class EnumRules extends Message<EnumRules> {
1436
+ /**
1437
+ * Const specifies that this field must be exactly the specified value
1438
+ *
1439
+ * @generated from field: optional int32 const = 1;
1440
+ */
1441
+ const?: number;
1442
+ /**
1443
+ * DefinedOnly specifies that this field must be only one of the defined
1444
+ * values for this enum, failing on any undefined value.
1445
+ *
1446
+ * @generated from field: optional bool defined_only = 2;
1447
+ */
1448
+ definedOnly?: boolean;
1449
+ /**
1450
+ * In specifies that this field must be equal to one of the specified
1451
+ * values
1452
+ *
1453
+ * @generated from field: repeated int32 in = 3;
1454
+ */
1455
+ in: number[];
1456
+ /**
1457
+ * NotIn specifies that this field cannot be equal to one of the specified
1458
+ * values
1459
+ *
1460
+ * @generated from field: repeated int32 not_in = 4;
1461
+ */
1462
+ notIn: number[];
1463
+ constructor(data?: PartialMessage<EnumRules>);
1464
+ static readonly runtime: typeof proto2;
1465
+ static readonly typeName = "validate.EnumRules";
1466
+ static readonly fields: FieldList;
1467
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EnumRules;
1468
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EnumRules;
1469
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EnumRules;
1470
+ static equals(a: EnumRules | PlainMessage<EnumRules> | undefined, b: EnumRules | PlainMessage<EnumRules> | undefined): boolean;
1471
+ }
1472
+ /**
1473
+ * MessageRules describe the constraints applied to embedded message values.
1474
+ * For message-type fields, validation is performed recursively.
1475
+ *
1476
+ * @generated from message validate.MessageRules
1477
+ */
1478
+ export declare class MessageRules extends Message<MessageRules> {
1479
+ /**
1480
+ * Skip specifies that the validation rules of this field should not be
1481
+ * evaluated
1482
+ *
1483
+ * @generated from field: optional bool skip = 1;
1484
+ */
1485
+ skip?: boolean;
1486
+ /**
1487
+ * Required specifies that this field must be set
1488
+ *
1489
+ * @generated from field: optional bool required = 2;
1490
+ */
1491
+ required?: boolean;
1492
+ constructor(data?: PartialMessage<MessageRules>);
1493
+ static readonly runtime: typeof proto2;
1494
+ static readonly typeName = "validate.MessageRules";
1495
+ static readonly fields: FieldList;
1496
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MessageRules;
1497
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MessageRules;
1498
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MessageRules;
1499
+ static equals(a: MessageRules | PlainMessage<MessageRules> | undefined, b: MessageRules | PlainMessage<MessageRules> | undefined): boolean;
1500
+ }
1501
+ /**
1502
+ * RepeatedRules describe the constraints applied to `repeated` values
1503
+ *
1504
+ * @generated from message validate.RepeatedRules
1505
+ */
1506
+ export declare class RepeatedRules extends Message<RepeatedRules> {
1507
+ /**
1508
+ * MinItems specifies that this field must have the specified number of
1509
+ * items at a minimum
1510
+ *
1511
+ * @generated from field: optional uint64 min_items = 1;
1512
+ */
1513
+ minItems?: bigint;
1514
+ /**
1515
+ * MaxItems specifies that this field must have the specified number of
1516
+ * items at a maximum
1517
+ *
1518
+ * @generated from field: optional uint64 max_items = 2;
1519
+ */
1520
+ maxItems?: bigint;
1521
+ /**
1522
+ * Unique specifies that all elements in this field must be unique. This
1523
+ * contraint is only applicable to scalar and enum types (messages are not
1524
+ * supported).
1525
+ *
1526
+ * @generated from field: optional bool unique = 3;
1527
+ */
1528
+ unique?: boolean;
1529
+ /**
1530
+ * Items specifies the contraints to be applied to each item in the field.
1531
+ * Repeated message fields will still execute validation against each item
1532
+ * unless skip is specified here.
1533
+ *
1534
+ * @generated from field: optional validate.FieldRules items = 4;
1535
+ */
1536
+ items?: FieldRules;
1537
+ /**
1538
+ * IgnoreEmpty specifies that the validation rules of this field should be
1539
+ * evaluated only if the field is not empty
1540
+ *
1541
+ * @generated from field: optional bool ignore_empty = 5;
1542
+ */
1543
+ ignoreEmpty?: boolean;
1544
+ constructor(data?: PartialMessage<RepeatedRules>);
1545
+ static readonly runtime: typeof proto2;
1546
+ static readonly typeName = "validate.RepeatedRules";
1547
+ static readonly fields: FieldList;
1548
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RepeatedRules;
1549
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RepeatedRules;
1550
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RepeatedRules;
1551
+ static equals(a: RepeatedRules | PlainMessage<RepeatedRules> | undefined, b: RepeatedRules | PlainMessage<RepeatedRules> | undefined): boolean;
1552
+ }
1553
+ /**
1554
+ * MapRules describe the constraints applied to `map` values
1555
+ *
1556
+ * @generated from message validate.MapRules
1557
+ */
1558
+ export declare class MapRules extends Message<MapRules> {
1559
+ /**
1560
+ * MinPairs specifies that this field must have the specified number of
1561
+ * KVs at a minimum
1562
+ *
1563
+ * @generated from field: optional uint64 min_pairs = 1;
1564
+ */
1565
+ minPairs?: bigint;
1566
+ /**
1567
+ * MaxPairs specifies that this field must have the specified number of
1568
+ * KVs at a maximum
1569
+ *
1570
+ * @generated from field: optional uint64 max_pairs = 2;
1571
+ */
1572
+ maxPairs?: bigint;
1573
+ /**
1574
+ * NoSparse specifies values in this field cannot be unset. This only
1575
+ * applies to map's with message value types.
1576
+ *
1577
+ * @generated from field: optional bool no_sparse = 3;
1578
+ */
1579
+ noSparse?: boolean;
1580
+ /**
1581
+ * Keys specifies the constraints to be applied to each key in the field.
1582
+ *
1583
+ * @generated from field: optional validate.FieldRules keys = 4;
1584
+ */
1585
+ keys?: FieldRules;
1586
+ /**
1587
+ * Values specifies the constraints to be applied to the value of each key
1588
+ * in the field. Message values will still have their validations evaluated
1589
+ * unless skip is specified here.
1590
+ *
1591
+ * @generated from field: optional validate.FieldRules values = 5;
1592
+ */
1593
+ values?: FieldRules;
1594
+ /**
1595
+ * IgnoreEmpty specifies that the validation rules of this field should be
1596
+ * evaluated only if the field is not empty
1597
+ *
1598
+ * @generated from field: optional bool ignore_empty = 6;
1599
+ */
1600
+ ignoreEmpty?: boolean;
1601
+ constructor(data?: PartialMessage<MapRules>);
1602
+ static readonly runtime: typeof proto2;
1603
+ static readonly typeName = "validate.MapRules";
1604
+ static readonly fields: FieldList;
1605
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MapRules;
1606
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MapRules;
1607
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MapRules;
1608
+ static equals(a: MapRules | PlainMessage<MapRules> | undefined, b: MapRules | PlainMessage<MapRules> | undefined): boolean;
1609
+ }
1610
+ /**
1611
+ * AnyRules describe constraints applied exclusively to the
1612
+ * `google.protobuf.Any` well-known type
1613
+ *
1614
+ * @generated from message validate.AnyRules
1615
+ */
1616
+ export declare class AnyRules extends Message<AnyRules> {
1617
+ /**
1618
+ * Required specifies that this field must be set
1619
+ *
1620
+ * @generated from field: optional bool required = 1;
1621
+ */
1622
+ required?: boolean;
1623
+ /**
1624
+ * In specifies that this field's `type_url` must be equal to one of the
1625
+ * specified values.
1626
+ *
1627
+ * @generated from field: repeated string in = 2;
1628
+ */
1629
+ in: string[];
1630
+ /**
1631
+ * NotIn specifies that this field's `type_url` must not be equal to any of
1632
+ * the specified values.
1633
+ *
1634
+ * @generated from field: repeated string not_in = 3;
1635
+ */
1636
+ notIn: string[];
1637
+ constructor(data?: PartialMessage<AnyRules>);
1638
+ static readonly runtime: typeof proto2;
1639
+ static readonly typeName = "validate.AnyRules";
1640
+ static readonly fields: FieldList;
1641
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AnyRules;
1642
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AnyRules;
1643
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AnyRules;
1644
+ static equals(a: AnyRules | PlainMessage<AnyRules> | undefined, b: AnyRules | PlainMessage<AnyRules> | undefined): boolean;
1645
+ }
1646
+ /**
1647
+ * DurationRules describe the constraints applied exclusively to the
1648
+ * `google.protobuf.Duration` well-known type
1649
+ *
1650
+ * @generated from message validate.DurationRules
1651
+ */
1652
+ export declare class DurationRules extends Message<DurationRules> {
1653
+ /**
1654
+ * Required specifies that this field must be set
1655
+ *
1656
+ * @generated from field: optional bool required = 1;
1657
+ */
1658
+ required?: boolean;
1659
+ /**
1660
+ * Const specifies that this field must be exactly the specified value
1661
+ *
1662
+ * @generated from field: optional google.protobuf.Duration const = 2;
1663
+ */
1664
+ const?: Duration;
1665
+ /**
1666
+ * Lt specifies that this field must be less than the specified value,
1667
+ * exclusive
1668
+ *
1669
+ * @generated from field: optional google.protobuf.Duration lt = 3;
1670
+ */
1671
+ lt?: Duration;
1672
+ /**
1673
+ * Lt specifies that this field must be less than the specified value,
1674
+ * inclusive
1675
+ *
1676
+ * @generated from field: optional google.protobuf.Duration lte = 4;
1677
+ */
1678
+ lte?: Duration;
1679
+ /**
1680
+ * Gt specifies that this field must be greater than the specified value,
1681
+ * exclusive
1682
+ *
1683
+ * @generated from field: optional google.protobuf.Duration gt = 5;
1684
+ */
1685
+ gt?: Duration;
1686
+ /**
1687
+ * Gte specifies that this field must be greater than the specified value,
1688
+ * inclusive
1689
+ *
1690
+ * @generated from field: optional google.protobuf.Duration gte = 6;
1691
+ */
1692
+ gte?: Duration;
1693
+ /**
1694
+ * In specifies that this field must be equal to one of the specified
1695
+ * values
1696
+ *
1697
+ * @generated from field: repeated google.protobuf.Duration in = 7;
1698
+ */
1699
+ in: Duration[];
1700
+ /**
1701
+ * NotIn specifies that this field cannot be equal to one of the specified
1702
+ * values
1703
+ *
1704
+ * @generated from field: repeated google.protobuf.Duration not_in = 8;
1705
+ */
1706
+ notIn: Duration[];
1707
+ constructor(data?: PartialMessage<DurationRules>);
1708
+ static readonly runtime: typeof proto2;
1709
+ static readonly typeName = "validate.DurationRules";
1710
+ static readonly fields: FieldList;
1711
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DurationRules;
1712
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DurationRules;
1713
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DurationRules;
1714
+ static equals(a: DurationRules | PlainMessage<DurationRules> | undefined, b: DurationRules | PlainMessage<DurationRules> | undefined): boolean;
1715
+ }
1716
+ /**
1717
+ * TimestampRules describe the constraints applied exclusively to the
1718
+ * `google.protobuf.Timestamp` well-known type
1719
+ *
1720
+ * @generated from message validate.TimestampRules
1721
+ */
1722
+ export declare class TimestampRules extends Message<TimestampRules> {
1723
+ /**
1724
+ * Required specifies that this field must be set
1725
+ *
1726
+ * @generated from field: optional bool required = 1;
1727
+ */
1728
+ required?: boolean;
1729
+ /**
1730
+ * Const specifies that this field must be exactly the specified value
1731
+ *
1732
+ * @generated from field: optional google.protobuf.Timestamp const = 2;
1733
+ */
1734
+ const?: Timestamp;
1735
+ /**
1736
+ * Lt specifies that this field must be less than the specified value,
1737
+ * exclusive
1738
+ *
1739
+ * @generated from field: optional google.protobuf.Timestamp lt = 3;
1740
+ */
1741
+ lt?: Timestamp;
1742
+ /**
1743
+ * Lte specifies that this field must be less than the specified value,
1744
+ * inclusive
1745
+ *
1746
+ * @generated from field: optional google.protobuf.Timestamp lte = 4;
1747
+ */
1748
+ lte?: Timestamp;
1749
+ /**
1750
+ * Gt specifies that this field must be greater than the specified value,
1751
+ * exclusive
1752
+ *
1753
+ * @generated from field: optional google.protobuf.Timestamp gt = 5;
1754
+ */
1755
+ gt?: Timestamp;
1756
+ /**
1757
+ * Gte specifies that this field must be greater than the specified value,
1758
+ * inclusive
1759
+ *
1760
+ * @generated from field: optional google.protobuf.Timestamp gte = 6;
1761
+ */
1762
+ gte?: Timestamp;
1763
+ /**
1764
+ * LtNow specifies that this must be less than the current time. LtNow
1765
+ * can only be used with the Within rule.
1766
+ *
1767
+ * @generated from field: optional bool lt_now = 7;
1768
+ */
1769
+ ltNow?: boolean;
1770
+ /**
1771
+ * GtNow specifies that this must be greater than the current time. GtNow
1772
+ * can only be used with the Within rule.
1773
+ *
1774
+ * @generated from field: optional bool gt_now = 8;
1775
+ */
1776
+ gtNow?: boolean;
1777
+ /**
1778
+ * Within specifies that this field must be within this duration of the
1779
+ * current time. This constraint can be used alone or with the LtNow and
1780
+ * GtNow rules.
1781
+ *
1782
+ * @generated from field: optional google.protobuf.Duration within = 9;
1783
+ */
1784
+ within?: Duration;
1785
+ constructor(data?: PartialMessage<TimestampRules>);
1786
+ static readonly runtime: typeof proto2;
1787
+ static readonly typeName = "validate.TimestampRules";
1788
+ static readonly fields: FieldList;
1789
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimestampRules;
1790
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimestampRules;
1791
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimestampRules;
1792
+ static equals(a: TimestampRules | PlainMessage<TimestampRules> | undefined, b: TimestampRules | PlainMessage<TimestampRules> | undefined): boolean;
1793
+ }
1794
+ //# sourceMappingURL=validate_pb.d.ts.map