@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,1388 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Value } from "@bufbuild/protobuf";
3
+ /**
4
+ * Scheme describes the schemes supported by the OpenAPI Swagger
5
+ * and Operation objects.
6
+ *
7
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.Scheme
8
+ */
9
+ export declare enum Scheme {
10
+ /**
11
+ * @generated from enum value: UNKNOWN = 0;
12
+ */
13
+ UNKNOWN = 0,
14
+ /**
15
+ * @generated from enum value: HTTP = 1;
16
+ */
17
+ HTTP = 1,
18
+ /**
19
+ * @generated from enum value: HTTPS = 2;
20
+ */
21
+ HTTPS = 2,
22
+ /**
23
+ * @generated from enum value: WS = 3;
24
+ */
25
+ WS = 3,
26
+ /**
27
+ * @generated from enum value: WSS = 4;
28
+ */
29
+ WSS = 4
30
+ }
31
+ /**
32
+ * `Swagger` is a representation of OpenAPI v2 specification's Swagger object.
33
+ *
34
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#swaggerObject
35
+ *
36
+ * Example:
37
+ *
38
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
39
+ * info: {
40
+ * title: "Echo API";
41
+ * version: "1.0";
42
+ * description: "";
43
+ * contact: {
44
+ * name: "gRPC-Gateway project";
45
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
46
+ * email: "none@example.com";
47
+ * };
48
+ * license: {
49
+ * name: "BSD 3-Clause License";
50
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE";
51
+ * };
52
+ * };
53
+ * schemes: HTTPS;
54
+ * consumes: "application/json";
55
+ * produces: "application/json";
56
+ * };
57
+ *
58
+ *
59
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Swagger
60
+ */
61
+ export declare class Swagger extends Message<Swagger> {
62
+ /**
63
+ * Specifies the OpenAPI Specification version being used. It can be
64
+ * used by the OpenAPI UI and other clients to interpret the API listing. The
65
+ * value MUST be "2.0".
66
+ *
67
+ * @generated from field: string swagger = 1;
68
+ */
69
+ swagger: string;
70
+ /**
71
+ * Provides metadata about the API. The metadata can be used by the
72
+ * clients if needed.
73
+ *
74
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Info info = 2;
75
+ */
76
+ info?: Info;
77
+ /**
78
+ * The host (name or ip) serving the API. This MUST be the host only and does
79
+ * not include the scheme nor sub-paths. It MAY include a port. If the host is
80
+ * not included, the host serving the documentation is to be used (including
81
+ * the port). The host does not support path templating.
82
+ *
83
+ * @generated from field: string host = 3;
84
+ */
85
+ host: string;
86
+ /**
87
+ * The base path on which the API is served, which is relative to the host. If
88
+ * it is not included, the API is served directly under the host. The value
89
+ * MUST start with a leading slash (/). The basePath does not support path
90
+ * templating.
91
+ * Note that using `base_path` does not change the endpoint paths that are
92
+ * generated in the resulting OpenAPI file. If you wish to use `base_path`
93
+ * with relatively generated OpenAPI paths, the `base_path` prefix must be
94
+ * manually removed from your `google.api.http` paths and your code changed to
95
+ * serve the API from the `base_path`.
96
+ *
97
+ * @generated from field: string base_path = 4;
98
+ */
99
+ basePath: string;
100
+ /**
101
+ * The transfer protocol of the API. Values MUST be from the list: "http",
102
+ * "https", "ws", "wss". If the schemes is not included, the default scheme to
103
+ * be used is the one used to access the OpenAPI definition itself.
104
+ *
105
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
106
+ */
107
+ schemes: Scheme[];
108
+ /**
109
+ * A list of MIME types the APIs can consume. This is global to all APIs but
110
+ * can be overridden on specific API calls. Value MUST be as described under
111
+ * Mime Types.
112
+ *
113
+ * @generated from field: repeated string consumes = 6;
114
+ */
115
+ consumes: string[];
116
+ /**
117
+ * A list of MIME types the APIs can produce. This is global to all APIs but
118
+ * can be overridden on specific API calls. Value MUST be as described under
119
+ * Mime Types.
120
+ *
121
+ * @generated from field: repeated string produces = 7;
122
+ */
123
+ produces: string[];
124
+ /**
125
+ * An object to hold responses that can be used across operations. This
126
+ * property does not define global responses for all operations.
127
+ *
128
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
129
+ */
130
+ responses: {
131
+ [key: string]: Response;
132
+ };
133
+ /**
134
+ * Security scheme definitions that can be used across the specification.
135
+ *
136
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions security_definitions = 11;
137
+ */
138
+ securityDefinitions?: SecurityDefinitions;
139
+ /**
140
+ * A declaration of which security schemes are applied for the API as a whole.
141
+ * The list of values describes alternative security schemes that can be used
142
+ * (that is, there is a logical OR between the security requirements).
143
+ * Individual operations can override this definition.
144
+ *
145
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
146
+ */
147
+ security: SecurityRequirement[];
148
+ /**
149
+ * A list of tags for API documentation control. Tags can be used for logical
150
+ * grouping of operations by resources or any other qualifier.
151
+ *
152
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
153
+ */
154
+ tags: Tag[];
155
+ /**
156
+ * Additional external documentation.
157
+ *
158
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 14;
159
+ */
160
+ externalDocs?: ExternalDocumentation;
161
+ /**
162
+ * Custom properties that start with "x-" such as "x-foo" used to describe
163
+ * extra functionality that is not covered by the standard OpenAPI Specification.
164
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
165
+ *
166
+ * @generated from field: map<string, google.protobuf.Value> extensions = 15;
167
+ */
168
+ extensions: {
169
+ [key: string]: Value;
170
+ };
171
+ constructor(data?: PartialMessage<Swagger>);
172
+ static readonly runtime: typeof proto3;
173
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Swagger";
174
+ static readonly fields: FieldList;
175
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Swagger;
176
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Swagger;
177
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Swagger;
178
+ static equals(a: Swagger | PlainMessage<Swagger> | undefined, b: Swagger | PlainMessage<Swagger> | undefined): boolean;
179
+ }
180
+ /**
181
+ * `Operation` is a representation of OpenAPI v2 specification's Operation object.
182
+ *
183
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#operationObject
184
+ *
185
+ * Example:
186
+ *
187
+ * service EchoService {
188
+ * rpc Echo(SimpleMessage) returns (SimpleMessage) {
189
+ * option (google.api.http) = {
190
+ * get: "/v1/example/echo/{id}"
191
+ * };
192
+ *
193
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
194
+ * summary: "Get a message.";
195
+ * operation_id: "getMessage";
196
+ * tags: "echo";
197
+ * responses: {
198
+ * key: "200"
199
+ * value: {
200
+ * description: "OK";
201
+ * }
202
+ * }
203
+ * };
204
+ * }
205
+ * }
206
+ *
207
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Operation
208
+ */
209
+ export declare class Operation extends Message<Operation> {
210
+ /**
211
+ * A list of tags for API documentation control. Tags can be used for logical
212
+ * grouping of operations by resources or any other qualifier.
213
+ *
214
+ * @generated from field: repeated string tags = 1;
215
+ */
216
+ tags: string[];
217
+ /**
218
+ * A short summary of what the operation does. For maximum readability in the
219
+ * swagger-ui, this field SHOULD be less than 120 characters.
220
+ *
221
+ * @generated from field: string summary = 2;
222
+ */
223
+ summary: string;
224
+ /**
225
+ * A verbose explanation of the operation behavior. GFM syntax can be used for
226
+ * rich text representation.
227
+ *
228
+ * @generated from field: string description = 3;
229
+ */
230
+ description: string;
231
+ /**
232
+ * Additional external documentation for this operation.
233
+ *
234
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 4;
235
+ */
236
+ externalDocs?: ExternalDocumentation;
237
+ /**
238
+ * Unique string used to identify the operation. The id MUST be unique among
239
+ * all operations described in the API. Tools and libraries MAY use the
240
+ * operationId to uniquely identify an operation, therefore, it is recommended
241
+ * to follow common programming naming conventions.
242
+ *
243
+ * @generated from field: string operation_id = 5;
244
+ */
245
+ operationId: string;
246
+ /**
247
+ * A list of MIME types the operation can consume. This overrides the consumes
248
+ * definition at the OpenAPI Object. An empty value MAY be used to clear the
249
+ * global definition. Value MUST be as described under Mime Types.
250
+ *
251
+ * @generated from field: repeated string consumes = 6;
252
+ */
253
+ consumes: string[];
254
+ /**
255
+ * A list of MIME types the operation can produce. This overrides the produces
256
+ * definition at the OpenAPI Object. An empty value MAY be used to clear the
257
+ * global definition. Value MUST be as described under Mime Types.
258
+ *
259
+ * @generated from field: repeated string produces = 7;
260
+ */
261
+ produces: string[];
262
+ /**
263
+ * The list of possible responses as they are returned from executing this
264
+ * operation.
265
+ *
266
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 9;
267
+ */
268
+ responses: {
269
+ [key: string]: Response;
270
+ };
271
+ /**
272
+ * The transfer protocol for the operation. Values MUST be from the list:
273
+ * "http", "https", "ws", "wss". The value overrides the OpenAPI Object
274
+ * schemes definition.
275
+ *
276
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
277
+ */
278
+ schemes: Scheme[];
279
+ /**
280
+ * Declares this operation to be deprecated. Usage of the declared operation
281
+ * should be refrained. Default value is false.
282
+ *
283
+ * @generated from field: bool deprecated = 11;
284
+ */
285
+ deprecated: boolean;
286
+ /**
287
+ * A declaration of which security schemes are applied for this operation. The
288
+ * list of values describes alternative security schemes that can be used
289
+ * (that is, there is a logical OR between the security requirements). This
290
+ * definition overrides any declared top-level security. To remove a top-level
291
+ * security declaration, an empty array can be used.
292
+ *
293
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
294
+ */
295
+ security: SecurityRequirement[];
296
+ /**
297
+ * Custom properties that start with "x-" such as "x-foo" used to describe
298
+ * extra functionality that is not covered by the standard OpenAPI Specification.
299
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
300
+ *
301
+ * @generated from field: map<string, google.protobuf.Value> extensions = 13;
302
+ */
303
+ extensions: {
304
+ [key: string]: Value;
305
+ };
306
+ /**
307
+ * Custom parameters such as HTTP request headers.
308
+ * See: https://swagger.io/docs/specification/2-0/describing-parameters/
309
+ * and https://swagger.io/specification/v2/#parameter-object.
310
+ *
311
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Parameters parameters = 14;
312
+ */
313
+ parameters?: Parameters;
314
+ constructor(data?: PartialMessage<Operation>);
315
+ static readonly runtime: typeof proto3;
316
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Operation";
317
+ static readonly fields: FieldList;
318
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Operation;
319
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Operation;
320
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Operation;
321
+ static equals(a: Operation | PlainMessage<Operation> | undefined, b: Operation | PlainMessage<Operation> | undefined): boolean;
322
+ }
323
+ /**
324
+ * `Parameters` is a representation of OpenAPI v2 specification's parameters object.
325
+ * Note: This technically breaks compatibility with the OpenAPI 2 definition structure as we only
326
+ * allow header parameters to be set here since we do not want users specifying custom non-header
327
+ * parameters beyond those inferred from the Protobuf schema.
328
+ * See: https://swagger.io/specification/v2/#parameter-object
329
+ *
330
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Parameters
331
+ */
332
+ export declare class Parameters extends Message<Parameters> {
333
+ /**
334
+ * `Headers` is one or more HTTP header parameter.
335
+ * See: https://swagger.io/docs/specification/2-0/describing-parameters/#header-parameters
336
+ *
337
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter headers = 1;
338
+ */
339
+ headers: HeaderParameter[];
340
+ constructor(data?: PartialMessage<Parameters>);
341
+ static readonly runtime: typeof proto3;
342
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Parameters";
343
+ static readonly fields: FieldList;
344
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Parameters;
345
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Parameters;
346
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Parameters;
347
+ static equals(a: Parameters | PlainMessage<Parameters> | undefined, b: Parameters | PlainMessage<Parameters> | undefined): boolean;
348
+ }
349
+ /**
350
+ * `HeaderParameter` a HTTP header parameter.
351
+ * See: https://swagger.io/specification/v2/#parameter-object
352
+ *
353
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter
354
+ */
355
+ export declare class HeaderParameter extends Message<HeaderParameter> {
356
+ /**
357
+ * `Name` is the header name.
358
+ *
359
+ * @generated from field: string name = 1;
360
+ */
361
+ name: string;
362
+ /**
363
+ * `Description` is a short description of the header.
364
+ *
365
+ * @generated from field: string description = 2;
366
+ */
367
+ description: string;
368
+ /**
369
+ * `Type` is the type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
370
+ * See: https://swagger.io/specification/v2/#parameterType.
371
+ *
372
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type type = 3;
373
+ */
374
+ type: HeaderParameter_Type;
375
+ /**
376
+ * `Format` The extending format for the previously mentioned type.
377
+ *
378
+ * @generated from field: string format = 4;
379
+ */
380
+ format: string;
381
+ /**
382
+ * `Required` indicates if the header is optional
383
+ *
384
+ * @generated from field: bool required = 5;
385
+ */
386
+ required: boolean;
387
+ constructor(data?: PartialMessage<HeaderParameter>);
388
+ static readonly runtime: typeof proto3;
389
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter";
390
+ static readonly fields: FieldList;
391
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HeaderParameter;
392
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HeaderParameter;
393
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HeaderParameter;
394
+ static equals(a: HeaderParameter | PlainMessage<HeaderParameter> | undefined, b: HeaderParameter | PlainMessage<HeaderParameter> | undefined): boolean;
395
+ }
396
+ /**
397
+ * `Type` is a a supported HTTP header type.
398
+ * See https://swagger.io/specification/v2/#parameterType.
399
+ *
400
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type
401
+ */
402
+ export declare enum HeaderParameter_Type {
403
+ /**
404
+ * @generated from enum value: UNKNOWN = 0;
405
+ */
406
+ UNKNOWN = 0,
407
+ /**
408
+ * @generated from enum value: STRING = 1;
409
+ */
410
+ STRING = 1,
411
+ /**
412
+ * @generated from enum value: NUMBER = 2;
413
+ */
414
+ NUMBER = 2,
415
+ /**
416
+ * @generated from enum value: INTEGER = 3;
417
+ */
418
+ INTEGER = 3,
419
+ /**
420
+ * @generated from enum value: BOOLEAN = 4;
421
+ */
422
+ BOOLEAN = 4
423
+ }
424
+ /**
425
+ * `Header` is a representation of OpenAPI v2 specification's Header object.
426
+ *
427
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#headerObject
428
+ *
429
+ *
430
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Header
431
+ */
432
+ export declare class Header extends Message<Header> {
433
+ /**
434
+ * `Description` is a short description of the header.
435
+ *
436
+ * @generated from field: string description = 1;
437
+ */
438
+ description: string;
439
+ /**
440
+ * The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
441
+ *
442
+ * @generated from field: string type = 2;
443
+ */
444
+ type: string;
445
+ /**
446
+ * `Format` The extending format for the previously mentioned type.
447
+ *
448
+ * @generated from field: string format = 3;
449
+ */
450
+ format: string;
451
+ /**
452
+ * `Default` Declares the value of the header that the server will use if none is provided.
453
+ * See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2.
454
+ * Unlike JSON Schema this value MUST conform to the defined type for the header.
455
+ *
456
+ * @generated from field: string default = 6;
457
+ */
458
+ default: string;
459
+ /**
460
+ * 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
461
+ *
462
+ * @generated from field: string pattern = 13;
463
+ */
464
+ pattern: string;
465
+ constructor(data?: PartialMessage<Header>);
466
+ static readonly runtime: typeof proto3;
467
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Header";
468
+ static readonly fields: FieldList;
469
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Header;
470
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Header;
471
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Header;
472
+ static equals(a: Header | PlainMessage<Header> | undefined, b: Header | PlainMessage<Header> | undefined): boolean;
473
+ }
474
+ /**
475
+ * `Response` is a representation of OpenAPI v2 specification's Response object.
476
+ *
477
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObject
478
+ *
479
+ *
480
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Response
481
+ */
482
+ export declare class Response extends Message<Response> {
483
+ /**
484
+ * `Description` is a short description of the response.
485
+ * GFM syntax can be used for rich text representation.
486
+ *
487
+ * @generated from field: string description = 1;
488
+ */
489
+ description: string;
490
+ /**
491
+ * `Schema` optionally defines the structure of the response.
492
+ * If `Schema` is not provided, it means there is no content to the response.
493
+ *
494
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
495
+ */
496
+ schema?: Schema;
497
+ /**
498
+ * `Headers` A list of headers that are sent with the response.
499
+ * `Header` name is expected to be a string in the canonical format of the MIME header key
500
+ * See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
501
+ *
502
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;
503
+ */
504
+ headers: {
505
+ [key: string]: Header;
506
+ };
507
+ /**
508
+ * `Examples` gives per-mimetype response examples.
509
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
510
+ *
511
+ * @generated from field: map<string, string> examples = 4;
512
+ */
513
+ examples: {
514
+ [key: string]: string;
515
+ };
516
+ /**
517
+ * Custom properties that start with "x-" such as "x-foo" used to describe
518
+ * extra functionality that is not covered by the standard OpenAPI Specification.
519
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
520
+ *
521
+ * @generated from field: map<string, google.protobuf.Value> extensions = 5;
522
+ */
523
+ extensions: {
524
+ [key: string]: Value;
525
+ };
526
+ constructor(data?: PartialMessage<Response>);
527
+ static readonly runtime: typeof proto3;
528
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Response";
529
+ static readonly fields: FieldList;
530
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Response;
531
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Response;
532
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Response;
533
+ static equals(a: Response | PlainMessage<Response> | undefined, b: Response | PlainMessage<Response> | undefined): boolean;
534
+ }
535
+ /**
536
+ * `Info` is a representation of OpenAPI v2 specification's Info object.
537
+ *
538
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#infoObject
539
+ *
540
+ * Example:
541
+ *
542
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
543
+ * info: {
544
+ * title: "Echo API";
545
+ * version: "1.0";
546
+ * description: "";
547
+ * contact: {
548
+ * name: "gRPC-Gateway project";
549
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
550
+ * email: "none@example.com";
551
+ * };
552
+ * license: {
553
+ * name: "BSD 3-Clause License";
554
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE";
555
+ * };
556
+ * };
557
+ * ...
558
+ * };
559
+ *
560
+ *
561
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Info
562
+ */
563
+ export declare class Info extends Message<Info> {
564
+ /**
565
+ * The title of the application.
566
+ *
567
+ * @generated from field: string title = 1;
568
+ */
569
+ title: string;
570
+ /**
571
+ * A short description of the application. GFM syntax can be used for rich
572
+ * text representation.
573
+ *
574
+ * @generated from field: string description = 2;
575
+ */
576
+ description: string;
577
+ /**
578
+ * The Terms of Service for the API.
579
+ *
580
+ * @generated from field: string terms_of_service = 3;
581
+ */
582
+ termsOfService: string;
583
+ /**
584
+ * The contact information for the exposed API.
585
+ *
586
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Contact contact = 4;
587
+ */
588
+ contact?: Contact;
589
+ /**
590
+ * The license information for the exposed API.
591
+ *
592
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.License license = 5;
593
+ */
594
+ license?: License;
595
+ /**
596
+ * Provides the version of the application API (not to be confused
597
+ * with the specification version).
598
+ *
599
+ * @generated from field: string version = 6;
600
+ */
601
+ version: string;
602
+ /**
603
+ * Custom properties that start with "x-" such as "x-foo" used to describe
604
+ * extra functionality that is not covered by the standard OpenAPI Specification.
605
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
606
+ *
607
+ * @generated from field: map<string, google.protobuf.Value> extensions = 7;
608
+ */
609
+ extensions: {
610
+ [key: string]: Value;
611
+ };
612
+ constructor(data?: PartialMessage<Info>);
613
+ static readonly runtime: typeof proto3;
614
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Info";
615
+ static readonly fields: FieldList;
616
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Info;
617
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Info;
618
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Info;
619
+ static equals(a: Info | PlainMessage<Info> | undefined, b: Info | PlainMessage<Info> | undefined): boolean;
620
+ }
621
+ /**
622
+ * `Contact` is a representation of OpenAPI v2 specification's Contact object.
623
+ *
624
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#contactObject
625
+ *
626
+ * Example:
627
+ *
628
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
629
+ * info: {
630
+ * ...
631
+ * contact: {
632
+ * name: "gRPC-Gateway project";
633
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
634
+ * email: "none@example.com";
635
+ * };
636
+ * ...
637
+ * };
638
+ * ...
639
+ * };
640
+ *
641
+ *
642
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Contact
643
+ */
644
+ export declare class Contact extends Message<Contact> {
645
+ /**
646
+ * The identifying name of the contact person/organization.
647
+ *
648
+ * @generated from field: string name = 1;
649
+ */
650
+ name: string;
651
+ /**
652
+ * The URL pointing to the contact information. MUST be in the format of a
653
+ * URL.
654
+ *
655
+ * @generated from field: string url = 2;
656
+ */
657
+ url: string;
658
+ /**
659
+ * The email address of the contact person/organization. MUST be in the format
660
+ * of an email address.
661
+ *
662
+ * @generated from field: string email = 3;
663
+ */
664
+ email: string;
665
+ constructor(data?: PartialMessage<Contact>);
666
+ static readonly runtime: typeof proto3;
667
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Contact";
668
+ static readonly fields: FieldList;
669
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Contact;
670
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Contact;
671
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Contact;
672
+ static equals(a: Contact | PlainMessage<Contact> | undefined, b: Contact | PlainMessage<Contact> | undefined): boolean;
673
+ }
674
+ /**
675
+ * `License` is a representation of OpenAPI v2 specification's License object.
676
+ *
677
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#licenseObject
678
+ *
679
+ * Example:
680
+ *
681
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
682
+ * info: {
683
+ * ...
684
+ * license: {
685
+ * name: "BSD 3-Clause License";
686
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE";
687
+ * };
688
+ * ...
689
+ * };
690
+ * ...
691
+ * };
692
+ *
693
+ *
694
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.License
695
+ */
696
+ export declare class License extends Message<License> {
697
+ /**
698
+ * The license name used for the API.
699
+ *
700
+ * @generated from field: string name = 1;
701
+ */
702
+ name: string;
703
+ /**
704
+ * A URL to the license used for the API. MUST be in the format of a URL.
705
+ *
706
+ * @generated from field: string url = 2;
707
+ */
708
+ url: string;
709
+ constructor(data?: PartialMessage<License>);
710
+ static readonly runtime: typeof proto3;
711
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.License";
712
+ static readonly fields: FieldList;
713
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): License;
714
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): License;
715
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): License;
716
+ static equals(a: License | PlainMessage<License> | undefined, b: License | PlainMessage<License> | undefined): boolean;
717
+ }
718
+ /**
719
+ * `ExternalDocumentation` is a representation of OpenAPI v2 specification's
720
+ * ExternalDocumentation object.
721
+ *
722
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#externalDocumentationObject
723
+ *
724
+ * Example:
725
+ *
726
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
727
+ * ...
728
+ * external_docs: {
729
+ * description: "More about gRPC-Gateway";
730
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
731
+ * }
732
+ * ...
733
+ * };
734
+ *
735
+ *
736
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation
737
+ */
738
+ export declare class ExternalDocumentation extends Message<ExternalDocumentation> {
739
+ /**
740
+ * A short description of the target documentation. GFM syntax can be used for
741
+ * rich text representation.
742
+ *
743
+ * @generated from field: string description = 1;
744
+ */
745
+ description: string;
746
+ /**
747
+ * The URL for the target documentation. Value MUST be in the format
748
+ * of a URL.
749
+ *
750
+ * @generated from field: string url = 2;
751
+ */
752
+ url: string;
753
+ constructor(data?: PartialMessage<ExternalDocumentation>);
754
+ static readonly runtime: typeof proto3;
755
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation";
756
+ static readonly fields: FieldList;
757
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExternalDocumentation;
758
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExternalDocumentation;
759
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExternalDocumentation;
760
+ static equals(a: ExternalDocumentation | PlainMessage<ExternalDocumentation> | undefined, b: ExternalDocumentation | PlainMessage<ExternalDocumentation> | undefined): boolean;
761
+ }
762
+ /**
763
+ * `Schema` is a representation of OpenAPI v2 specification's Schema object.
764
+ *
765
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
766
+ *
767
+ *
768
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Schema
769
+ */
770
+ export declare class Schema extends Message<Schema> {
771
+ /**
772
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema json_schema = 1;
773
+ */
774
+ jsonSchema?: JSONSchema;
775
+ /**
776
+ * Adds support for polymorphism. The discriminator is the schema property
777
+ * name that is used to differentiate between other schema that inherit this
778
+ * schema. The property name used MUST be defined at this schema and it MUST
779
+ * be in the required property list. When used, the value MUST be the name of
780
+ * this schema or any schema that inherits it.
781
+ *
782
+ * @generated from field: string discriminator = 2;
783
+ */
784
+ discriminator: string;
785
+ /**
786
+ * Relevant only for Schema "properties" definitions. Declares the property as
787
+ * "read only". This means that it MAY be sent as part of a response but MUST
788
+ * NOT be sent as part of the request. Properties marked as readOnly being
789
+ * true SHOULD NOT be in the required list of the defined schema. Default
790
+ * value is false.
791
+ *
792
+ * @generated from field: bool read_only = 3;
793
+ */
794
+ readOnly: boolean;
795
+ /**
796
+ * Additional external documentation for this schema.
797
+ *
798
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 5;
799
+ */
800
+ externalDocs?: ExternalDocumentation;
801
+ /**
802
+ * A free-form property to include an example of an instance for this schema in JSON.
803
+ * This is copied verbatim to the output.
804
+ *
805
+ * @generated from field: string example = 6;
806
+ */
807
+ example: string;
808
+ constructor(data?: PartialMessage<Schema>);
809
+ static readonly runtime: typeof proto3;
810
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Schema";
811
+ static readonly fields: FieldList;
812
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Schema;
813
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Schema;
814
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Schema;
815
+ static equals(a: Schema | PlainMessage<Schema> | undefined, b: Schema | PlainMessage<Schema> | undefined): boolean;
816
+ }
817
+ /**
818
+ * `JSONSchema` represents properties from JSON Schema taken, and as used, in
819
+ * the OpenAPI v2 spec.
820
+ *
821
+ * This includes changes made by OpenAPI v2.
822
+ *
823
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
824
+ *
825
+ * See also: https://cswr.github.io/JsonSchema/spec/basic_types/,
826
+ * https://github.com/json-schema-org/json-schema-spec/blob/master/schemaon
827
+ *
828
+ * Example:
829
+ *
830
+ * message SimpleMessage {
831
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema) = {
832
+ * json_schema: {
833
+ * title: "SimpleMessage"
834
+ * description: "A simple message."
835
+ * required: ["id"]
836
+ * }
837
+ * };
838
+ *
839
+ * // Id represents the message identifier.
840
+ * string id = 1; [
841
+ * (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
842
+ * description: "The unique identifier of the simple message."
843
+ * }];
844
+ * }
845
+ *
846
+ *
847
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema
848
+ */
849
+ export declare class JSONSchema extends Message<JSONSchema> {
850
+ /**
851
+ * Ref is used to define an external reference to include in the message.
852
+ * This could be a fully qualified proto message reference, and that type must
853
+ * be imported into the protofile. If no message is identified, the Ref will
854
+ * be used verbatim in the output.
855
+ * For example:
856
+ * `ref: ".google.protobuf.Timestamp"`.
857
+ *
858
+ * @generated from field: string ref = 3;
859
+ */
860
+ ref: string;
861
+ /**
862
+ * The title of the schema.
863
+ *
864
+ * @generated from field: string title = 5;
865
+ */
866
+ title: string;
867
+ /**
868
+ * A short description of the schema.
869
+ *
870
+ * @generated from field: string description = 6;
871
+ */
872
+ description: string;
873
+ /**
874
+ * @generated from field: string default = 7;
875
+ */
876
+ default: string;
877
+ /**
878
+ * @generated from field: bool read_only = 8;
879
+ */
880
+ readOnly: boolean;
881
+ /**
882
+ * A free-form property to include a JSON example of this field. This is copied
883
+ * verbatim to the output swaggeron. Quotes must be escaped.
884
+ * This property is the same for 2.0 and 3.0.0 https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schemaObject https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
885
+ *
886
+ * @generated from field: string example = 9;
887
+ */
888
+ example: string;
889
+ /**
890
+ * @generated from field: double multiple_of = 10;
891
+ */
892
+ multipleOf: number;
893
+ /**
894
+ * Maximum represents an inclusive upper limit for a numeric instance. The
895
+ * value of MUST be a number,
896
+ *
897
+ * @generated from field: double maximum = 11;
898
+ */
899
+ maximum: number;
900
+ /**
901
+ * @generated from field: bool exclusive_maximum = 12;
902
+ */
903
+ exclusiveMaximum: boolean;
904
+ /**
905
+ * minimum represents an inclusive lower limit for a numeric instance. The
906
+ * value of MUST be a number,
907
+ *
908
+ * @generated from field: double minimum = 13;
909
+ */
910
+ minimum: number;
911
+ /**
912
+ * @generated from field: bool exclusive_minimum = 14;
913
+ */
914
+ exclusiveMinimum: boolean;
915
+ /**
916
+ * @generated from field: uint64 max_length = 15;
917
+ */
918
+ maxLength: bigint;
919
+ /**
920
+ * @generated from field: uint64 min_length = 16;
921
+ */
922
+ minLength: bigint;
923
+ /**
924
+ * @generated from field: string pattern = 17;
925
+ */
926
+ pattern: string;
927
+ /**
928
+ * @generated from field: uint64 max_items = 20;
929
+ */
930
+ maxItems: bigint;
931
+ /**
932
+ * @generated from field: uint64 min_items = 21;
933
+ */
934
+ minItems: bigint;
935
+ /**
936
+ * @generated from field: bool unique_items = 22;
937
+ */
938
+ uniqueItems: boolean;
939
+ /**
940
+ * @generated from field: uint64 max_properties = 24;
941
+ */
942
+ maxProperties: bigint;
943
+ /**
944
+ * @generated from field: uint64 min_properties = 25;
945
+ */
946
+ minProperties: bigint;
947
+ /**
948
+ * @generated from field: repeated string required = 26;
949
+ */
950
+ required: string[];
951
+ /**
952
+ * Items in 'array' must be unique.
953
+ *
954
+ * @generated from field: repeated string array = 34;
955
+ */
956
+ array: string[];
957
+ /**
958
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
959
+ */
960
+ type: JSONSchema_JSONSchemaSimpleTypes[];
961
+ /**
962
+ * `Format`
963
+ *
964
+ * @generated from field: string format = 36;
965
+ */
966
+ format: string;
967
+ /**
968
+ * Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1
969
+ *
970
+ * @generated from field: repeated string enum = 46;
971
+ */
972
+ enum: string[];
973
+ /**
974
+ * Additional field level properties used when generating the OpenAPI v2 file.
975
+ *
976
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration field_configuration = 1001;
977
+ */
978
+ fieldConfiguration?: JSONSchema_FieldConfiguration;
979
+ /**
980
+ * Custom properties that start with "x-" such as "x-foo" used to describe
981
+ * extra functionality that is not covered by the standard OpenAPI Specification.
982
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
983
+ *
984
+ * @generated from field: map<string, google.protobuf.Value> extensions = 48;
985
+ */
986
+ extensions: {
987
+ [key: string]: Value;
988
+ };
989
+ constructor(data?: PartialMessage<JSONSchema>);
990
+ static readonly runtime: typeof proto3;
991
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema";
992
+ static readonly fields: FieldList;
993
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JSONSchema;
994
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JSONSchema;
995
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JSONSchema;
996
+ static equals(a: JSONSchema | PlainMessage<JSONSchema> | undefined, b: JSONSchema | PlainMessage<JSONSchema> | undefined): boolean;
997
+ }
998
+ /**
999
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes
1000
+ */
1001
+ export declare enum JSONSchema_JSONSchemaSimpleTypes {
1002
+ /**
1003
+ * @generated from enum value: UNKNOWN = 0;
1004
+ */
1005
+ UNKNOWN = 0,
1006
+ /**
1007
+ * @generated from enum value: ARRAY = 1;
1008
+ */
1009
+ ARRAY = 1,
1010
+ /**
1011
+ * @generated from enum value: BOOLEAN = 2;
1012
+ */
1013
+ BOOLEAN = 2,
1014
+ /**
1015
+ * @generated from enum value: INTEGER = 3;
1016
+ */
1017
+ INTEGER = 3,
1018
+ /**
1019
+ * @generated from enum value: NULL = 4;
1020
+ */
1021
+ NULL = 4,
1022
+ /**
1023
+ * @generated from enum value: NUMBER = 5;
1024
+ */
1025
+ NUMBER = 5,
1026
+ /**
1027
+ * @generated from enum value: OBJECT = 6;
1028
+ */
1029
+ OBJECT = 6,
1030
+ /**
1031
+ * @generated from enum value: STRING = 7;
1032
+ */
1033
+ STRING = 7
1034
+ }
1035
+ /**
1036
+ * 'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file.
1037
+ * These properties are not defined by OpenAPIv2, but they are used to control the generation.
1038
+ *
1039
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration
1040
+ */
1041
+ export declare class JSONSchema_FieldConfiguration extends Message<JSONSchema_FieldConfiguration> {
1042
+ /**
1043
+ * Alternative parameter name when used as path parameter. If set, this will
1044
+ * be used as the complete parameter name when this field is used as a path
1045
+ * parameter. Use this to avoid having auto generated path parameter names
1046
+ * for overlapping paths.
1047
+ *
1048
+ * @generated from field: string path_param_name = 47;
1049
+ */
1050
+ pathParamName: string;
1051
+ constructor(data?: PartialMessage<JSONSchema_FieldConfiguration>);
1052
+ static readonly runtime: typeof proto3;
1053
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration";
1054
+ static readonly fields: FieldList;
1055
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JSONSchema_FieldConfiguration;
1056
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JSONSchema_FieldConfiguration;
1057
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JSONSchema_FieldConfiguration;
1058
+ static equals(a: JSONSchema_FieldConfiguration | PlainMessage<JSONSchema_FieldConfiguration> | undefined, b: JSONSchema_FieldConfiguration | PlainMessage<JSONSchema_FieldConfiguration> | undefined): boolean;
1059
+ }
1060
+ /**
1061
+ * `Tag` is a representation of OpenAPI v2 specification's Tag object.
1062
+ *
1063
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#tagObject
1064
+ *
1065
+ *
1066
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Tag
1067
+ */
1068
+ export declare class Tag extends Message<Tag> {
1069
+ /**
1070
+ * The name of the tag. Use it to allow override of the name of a
1071
+ * global Tag object, then use that name to reference the tag throughout the
1072
+ * OpenAPI file.
1073
+ *
1074
+ * @generated from field: string name = 1;
1075
+ */
1076
+ name: string;
1077
+ /**
1078
+ * A short description for the tag. GFM syntax can be used for rich text
1079
+ * representation.
1080
+ *
1081
+ * @generated from field: string description = 2;
1082
+ */
1083
+ description: string;
1084
+ /**
1085
+ * Additional external documentation for this tag.
1086
+ *
1087
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 3;
1088
+ */
1089
+ externalDocs?: ExternalDocumentation;
1090
+ /**
1091
+ * Custom properties that start with "x-" such as "x-foo" used to describe
1092
+ * extra functionality that is not covered by the standard OpenAPI Specification.
1093
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
1094
+ *
1095
+ * @generated from field: map<string, google.protobuf.Value> extensions = 4;
1096
+ */
1097
+ extensions: {
1098
+ [key: string]: Value;
1099
+ };
1100
+ constructor(data?: PartialMessage<Tag>);
1101
+ static readonly runtime: typeof proto3;
1102
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Tag";
1103
+ static readonly fields: FieldList;
1104
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Tag;
1105
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Tag;
1106
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Tag;
1107
+ static equals(a: Tag | PlainMessage<Tag> | undefined, b: Tag | PlainMessage<Tag> | undefined): boolean;
1108
+ }
1109
+ /**
1110
+ * `SecurityDefinitions` is a representation of OpenAPI v2 specification's
1111
+ * Security Definitions object.
1112
+ *
1113
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityDefinitionsObject
1114
+ *
1115
+ * A declaration of the security schemes available to be used in the
1116
+ * specification. This does not enforce the security schemes on the operations
1117
+ * and only serves to provide the relevant details for each scheme.
1118
+ *
1119
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions
1120
+ */
1121
+ export declare class SecurityDefinitions extends Message<SecurityDefinitions> {
1122
+ /**
1123
+ * A single security scheme definition, mapping a "name" to the scheme it
1124
+ * defines.
1125
+ *
1126
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
1127
+ */
1128
+ security: {
1129
+ [key: string]: SecurityScheme;
1130
+ };
1131
+ constructor(data?: PartialMessage<SecurityDefinitions>);
1132
+ static readonly runtime: typeof proto3;
1133
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions";
1134
+ static readonly fields: FieldList;
1135
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SecurityDefinitions;
1136
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SecurityDefinitions;
1137
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SecurityDefinitions;
1138
+ static equals(a: SecurityDefinitions | PlainMessage<SecurityDefinitions> | undefined, b: SecurityDefinitions | PlainMessage<SecurityDefinitions> | undefined): boolean;
1139
+ }
1140
+ /**
1141
+ * `SecurityScheme` is a representation of OpenAPI v2 specification's
1142
+ * Security Scheme object.
1143
+ *
1144
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securitySchemeObject
1145
+ *
1146
+ * Allows the definition of a security scheme that can be used by the
1147
+ * operations. Supported schemes are basic authentication, an API key (either as
1148
+ * a header or as a query parameter) and OAuth2's common flows (implicit,
1149
+ * password, application and access code).
1150
+ *
1151
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme
1152
+ */
1153
+ export declare class SecurityScheme extends Message<SecurityScheme> {
1154
+ /**
1155
+ * The type of the security scheme. Valid values are "basic",
1156
+ * "apiKey" or "oauth2".
1157
+ *
1158
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type type = 1;
1159
+ */
1160
+ type: SecurityScheme_Type;
1161
+ /**
1162
+ * A short description for security scheme.
1163
+ *
1164
+ * @generated from field: string description = 2;
1165
+ */
1166
+ description: string;
1167
+ /**
1168
+ * The name of the header or query parameter to be used.
1169
+ * Valid for apiKey.
1170
+ *
1171
+ * @generated from field: string name = 3;
1172
+ */
1173
+ name: string;
1174
+ /**
1175
+ * The location of the API key. Valid values are "query" or
1176
+ * "header".
1177
+ * Valid for apiKey.
1178
+ *
1179
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In in = 4;
1180
+ */
1181
+ in: SecurityScheme_In;
1182
+ /**
1183
+ * The flow used by the OAuth2 security scheme. Valid values are
1184
+ * "implicit", "password", "application" or "accessCode".
1185
+ * Valid for oauth2.
1186
+ *
1187
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow flow = 5;
1188
+ */
1189
+ flow: SecurityScheme_Flow;
1190
+ /**
1191
+ * The authorization URL to be used for this flow. This SHOULD be in
1192
+ * the form of a URL.
1193
+ * Valid for oauth2/implicit and oauth2/accessCode.
1194
+ *
1195
+ * @generated from field: string authorization_url = 6;
1196
+ */
1197
+ authorizationUrl: string;
1198
+ /**
1199
+ * The token URL to be used for this flow. This SHOULD be in the
1200
+ * form of a URL.
1201
+ * Valid for oauth2/password, oauth2/application and oauth2/accessCode.
1202
+ *
1203
+ * @generated from field: string token_url = 7;
1204
+ */
1205
+ tokenUrl: string;
1206
+ /**
1207
+ * The available scopes for the OAuth2 security scheme.
1208
+ * Valid for oauth2.
1209
+ *
1210
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Scopes scopes = 8;
1211
+ */
1212
+ scopes?: Scopes;
1213
+ /**
1214
+ * Custom properties that start with "x-" such as "x-foo" used to describe
1215
+ * extra functionality that is not covered by the standard OpenAPI Specification.
1216
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
1217
+ *
1218
+ * @generated from field: map<string, google.protobuf.Value> extensions = 9;
1219
+ */
1220
+ extensions: {
1221
+ [key: string]: Value;
1222
+ };
1223
+ constructor(data?: PartialMessage<SecurityScheme>);
1224
+ static readonly runtime: typeof proto3;
1225
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme";
1226
+ static readonly fields: FieldList;
1227
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SecurityScheme;
1228
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SecurityScheme;
1229
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SecurityScheme;
1230
+ static equals(a: SecurityScheme | PlainMessage<SecurityScheme> | undefined, b: SecurityScheme | PlainMessage<SecurityScheme> | undefined): boolean;
1231
+ }
1232
+ /**
1233
+ * The type of the security scheme. Valid values are "basic",
1234
+ * "apiKey" or "oauth2".
1235
+ *
1236
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type
1237
+ */
1238
+ export declare enum SecurityScheme_Type {
1239
+ /**
1240
+ * @generated from enum value: TYPE_INVALID = 0;
1241
+ */
1242
+ INVALID = 0,
1243
+ /**
1244
+ * @generated from enum value: TYPE_BASIC = 1;
1245
+ */
1246
+ BASIC = 1,
1247
+ /**
1248
+ * @generated from enum value: TYPE_API_KEY = 2;
1249
+ */
1250
+ API_KEY = 2,
1251
+ /**
1252
+ * @generated from enum value: TYPE_OAUTH2 = 3;
1253
+ */
1254
+ OAUTH2 = 3
1255
+ }
1256
+ /**
1257
+ * The location of the API key. Valid values are "query" or "header".
1258
+ *
1259
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In
1260
+ */
1261
+ export declare enum SecurityScheme_In {
1262
+ /**
1263
+ * @generated from enum value: IN_INVALID = 0;
1264
+ */
1265
+ INVALID = 0,
1266
+ /**
1267
+ * @generated from enum value: IN_QUERY = 1;
1268
+ */
1269
+ QUERY = 1,
1270
+ /**
1271
+ * @generated from enum value: IN_HEADER = 2;
1272
+ */
1273
+ HEADER = 2
1274
+ }
1275
+ /**
1276
+ * The flow used by the OAuth2 security scheme. Valid values are
1277
+ * "implicit", "password", "application" or "accessCode".
1278
+ *
1279
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow
1280
+ */
1281
+ export declare enum SecurityScheme_Flow {
1282
+ /**
1283
+ * @generated from enum value: FLOW_INVALID = 0;
1284
+ */
1285
+ INVALID = 0,
1286
+ /**
1287
+ * @generated from enum value: FLOW_IMPLICIT = 1;
1288
+ */
1289
+ IMPLICIT = 1,
1290
+ /**
1291
+ * @generated from enum value: FLOW_PASSWORD = 2;
1292
+ */
1293
+ PASSWORD = 2,
1294
+ /**
1295
+ * @generated from enum value: FLOW_APPLICATION = 3;
1296
+ */
1297
+ APPLICATION = 3,
1298
+ /**
1299
+ * @generated from enum value: FLOW_ACCESS_CODE = 4;
1300
+ */
1301
+ ACCESS_CODE = 4
1302
+ }
1303
+ /**
1304
+ * `SecurityRequirement` is a representation of OpenAPI v2 specification's
1305
+ * Security Requirement object.
1306
+ *
1307
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityRequirementObject
1308
+ *
1309
+ * Lists the required security schemes to execute this operation. The object can
1310
+ * have multiple security schemes declared in it which are all required (that
1311
+ * is, there is a logical AND between the schemes).
1312
+ *
1313
+ * The name used for each property MUST correspond to a security scheme
1314
+ * declared in the Security Definitions.
1315
+ *
1316
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement
1317
+ */
1318
+ export declare class SecurityRequirement extends Message<SecurityRequirement> {
1319
+ /**
1320
+ * Each name must correspond to a security scheme which is declared in
1321
+ * the Security Definitions. If the security scheme is of type "oauth2",
1322
+ * then the value is a list of scope names required for the execution.
1323
+ * For other security scheme types, the array MUST be empty.
1324
+ *
1325
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
1326
+ */
1327
+ securityRequirement: {
1328
+ [key: string]: SecurityRequirement_SecurityRequirementValue;
1329
+ };
1330
+ constructor(data?: PartialMessage<SecurityRequirement>);
1331
+ static readonly runtime: typeof proto3;
1332
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement";
1333
+ static readonly fields: FieldList;
1334
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SecurityRequirement;
1335
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SecurityRequirement;
1336
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SecurityRequirement;
1337
+ static equals(a: SecurityRequirement | PlainMessage<SecurityRequirement> | undefined, b: SecurityRequirement | PlainMessage<SecurityRequirement> | undefined): boolean;
1338
+ }
1339
+ /**
1340
+ * If the security scheme is of type "oauth2", then the value is a list of
1341
+ * scope names required for the execution. For other security scheme types,
1342
+ * the array MUST be empty.
1343
+ *
1344
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue
1345
+ */
1346
+ export declare class SecurityRequirement_SecurityRequirementValue extends Message<SecurityRequirement_SecurityRequirementValue> {
1347
+ /**
1348
+ * @generated from field: repeated string scope = 1;
1349
+ */
1350
+ scope: string[];
1351
+ constructor(data?: PartialMessage<SecurityRequirement_SecurityRequirementValue>);
1352
+ static readonly runtime: typeof proto3;
1353
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue";
1354
+ static readonly fields: FieldList;
1355
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SecurityRequirement_SecurityRequirementValue;
1356
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SecurityRequirement_SecurityRequirementValue;
1357
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SecurityRequirement_SecurityRequirementValue;
1358
+ static equals(a: SecurityRequirement_SecurityRequirementValue | PlainMessage<SecurityRequirement_SecurityRequirementValue> | undefined, b: SecurityRequirement_SecurityRequirementValue | PlainMessage<SecurityRequirement_SecurityRequirementValue> | undefined): boolean;
1359
+ }
1360
+ /**
1361
+ * `Scopes` is a representation of OpenAPI v2 specification's Scopes object.
1362
+ *
1363
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#scopesObject
1364
+ *
1365
+ * Lists the available scopes for an OAuth2 security scheme.
1366
+ *
1367
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Scopes
1368
+ */
1369
+ export declare class Scopes extends Message<Scopes> {
1370
+ /**
1371
+ * Maps between a name of a scope to a short description of it (as the value
1372
+ * of the property).
1373
+ *
1374
+ * @generated from field: map<string, string> scope = 1;
1375
+ */
1376
+ scope: {
1377
+ [key: string]: string;
1378
+ };
1379
+ constructor(data?: PartialMessage<Scopes>);
1380
+ static readonly runtime: typeof proto3;
1381
+ static readonly typeName = "grpc.gateway.protoc_gen_openapiv2.options.Scopes";
1382
+ static readonly fields: FieldList;
1383
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Scopes;
1384
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Scopes;
1385
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Scopes;
1386
+ static equals(a: Scopes | PlainMessage<Scopes> | undefined, b: Scopes | PlainMessage<Scopes> | undefined): boolean;
1387
+ }
1388
+ //# sourceMappingURL=openapiv2_pb.d.ts.map