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