@xeonr/upload-pool-sdk 1.0.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 (402) hide show
  1. package/README.md +83 -0
  2. package/dist/errors.d.ts +14 -0
  3. package/dist/errors.d.ts.map +1 -0
  4. package/dist/errors.js +15 -0
  5. package/dist/errors.js.map +1 -0
  6. package/dist/index.d.ts +27 -0
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +27 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/job-context.d.ts +18 -0
  11. package/dist/job-context.d.ts.map +1 -0
  12. package/dist/job-context.js +176 -0
  13. package/dist/job-context.js.map +1 -0
  14. package/dist/pool.d.ts +16 -0
  15. package/dist/pool.d.ts.map +1 -0
  16. package/dist/pool.js +111 -0
  17. package/dist/pool.js.map +1 -0
  18. package/dist/protocol/buf/validate/expression_pb.d.ts +128 -0
  19. package/dist/protocol/buf/validate/expression_pb.d.ts.map +1 -0
  20. package/dist/protocol/buf/validate/expression_pb.js +34 -0
  21. package/dist/protocol/buf/validate/expression_pb.js.map +1 -0
  22. package/dist/protocol/buf/validate/priv/private_pb.d.ts +54 -0
  23. package/dist/protocol/buf/validate/priv/private_pb.d.ts.map +1 -0
  24. package/dist/protocol/buf/validate/priv/private_pb.js +36 -0
  25. package/dist/protocol/buf/validate/priv/private_pb.js.map +1 -0
  26. package/dist/protocol/buf/validate/validate_pb.d.ts +3685 -0
  27. package/dist/protocol/buf/validate/validate_pb.d.ts.map +1 -0
  28. package/dist/protocol/buf/validate/validate_pb.js +223 -0
  29. package/dist/protocol/buf/validate/validate_pb.js.map +1 -0
  30. package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts +816 -0
  31. package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts.map +1 -0
  32. package/dist/protocol/gnostic/discovery/v1/discovery_pb.js +160 -0
  33. package/dist/protocol/gnostic/discovery/v1/discovery_pb.js.map +1 -0
  34. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts +2229 -0
  35. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts.map +1 -0
  36. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js +320 -0
  37. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js.map +1 -0
  38. package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts +24 -0
  39. package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts.map +1 -0
  40. package/dist/protocol/gnostic/openapi/v3/annotations_pb.js +37 -0
  41. package/dist/protocol/gnostic/openapi/v3/annotations_pb.js.map +1 -0
  42. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts +2245 -0
  43. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts.map +1 -0
  44. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js +410 -0
  45. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js.map +1 -0
  46. package/dist/protocol/google/api/annotations_pb.d.ts +14 -0
  47. package/dist/protocol/google/api/annotations_pb.d.ts.map +1 -0
  48. package/dist/protocol/google/api/annotations_pb.js +27 -0
  49. package/dist/protocol/google/api/annotations_pb.js.map +1 -0
  50. package/dist/protocol/google/api/client_pb.d.ts +1034 -0
  51. package/dist/protocol/google/api/client_pb.d.ts.map +1 -0
  52. package/dist/protocol/google/api/client_pb.js +338 -0
  53. package/dist/protocol/google/api/client_pb.js.map +1 -0
  54. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts +672 -0
  55. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts.map +1 -0
  56. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js +176 -0
  57. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js.map +1 -0
  58. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts +185 -0
  59. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts.map +1 -0
  60. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js +46 -0
  61. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js.map +1 -0
  62. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts +68 -0
  63. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts.map +1 -0
  64. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js +32 -0
  65. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js.map +1 -0
  66. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts +796 -0
  67. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts.map +1 -0
  68. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js +128 -0
  69. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js.map +1 -0
  70. package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts +224 -0
  71. package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts.map +1 -0
  72. package/dist/protocol/google/api/expr/v1alpha1/value_pb.js +45 -0
  73. package/dist/protocol/google/api/expr/v1alpha1/value_pb.js.map +1 -0
  74. package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts +151 -0
  75. package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts.map +1 -0
  76. package/dist/protocol/google/api/expr/v1beta1/decl_pb.js +41 -0
  77. package/dist/protocol/google/api/expr/v1beta1/decl_pb.js.map +1 -0
  78. package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts +203 -0
  79. package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts.map +1 -0
  80. package/dist/protocol/google/api/expr/v1beta1/eval_pb.js +52 -0
  81. package/dist/protocol/google/api/expr/v1beta1/eval_pb.js.map +1 -0
  82. package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts +504 -0
  83. package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts.map +1 -0
  84. package/dist/protocol/google/api/expr/v1beta1/expr_pb.js +72 -0
  85. package/dist/protocol/google/api/expr/v1beta1/expr_pb.js.map +1 -0
  86. package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts +86 -0
  87. package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts.map +1 -0
  88. package/dist/protocol/google/api/expr/v1beta1/source_pb.js +30 -0
  89. package/dist/protocol/google/api/expr/v1beta1/source_pb.js.map +1 -0
  90. package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts +224 -0
  91. package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts.map +1 -0
  92. package/dist/protocol/google/api/expr/v1beta1/value_pb.js +46 -0
  93. package/dist/protocol/google/api/expr/v1beta1/value_pb.js.map +1 -0
  94. package/dist/protocol/google/api/field_behavior_pb.d.ts +122 -0
  95. package/dist/protocol/google/api/field_behavior_pb.d.ts.map +1 -0
  96. package/dist/protocol/google/api/field_behavior_pb.js +136 -0
  97. package/dist/protocol/google/api/field_behavior_pb.js.map +1 -0
  98. package/dist/protocol/google/api/field_info_pb.d.ts +140 -0
  99. package/dist/protocol/google/api/field_info_pb.d.ts.map +1 -0
  100. package/dist/protocol/google/api/field_info_pb.js +108 -0
  101. package/dist/protocol/google/api/field_info_pb.js.map +1 -0
  102. package/dist/protocol/google/api/http_pb.d.ts +441 -0
  103. package/dist/protocol/google/api/http_pb.d.ts.map +1 -0
  104. package/dist/protocol/google/api/http_pb.js +34 -0
  105. package/dist/protocol/google/api/http_pb.js.map +1 -0
  106. package/dist/protocol/google/api/httpbody_pb.d.ts +81 -0
  107. package/dist/protocol/google/api/httpbody_pb.d.ts.map +1 -0
  108. package/dist/protocol/google/api/httpbody_pb.js +25 -0
  109. package/dist/protocol/google/api/httpbody_pb.js.map +1 -0
  110. package/dist/protocol/google/api/launch_stage_pb.d.ts +87 -0
  111. package/dist/protocol/google/api/launch_stage_pb.d.ts.map +1 -0
  112. package/dist/protocol/google/api/launch_stage_pb.js +101 -0
  113. package/dist/protocol/google/api/launch_stage_pb.js.map +1 -0
  114. package/dist/protocol/google/api/resource_pb.d.ts +304 -0
  115. package/dist/protocol/google/api/resource_pb.d.ts.map +1 -0
  116. package/dist/protocol/google/api/resource_pb.js +116 -0
  117. package/dist/protocol/google/api/resource_pb.js.map +1 -0
  118. package/dist/protocol/google/api/routing_pb.d.ts +476 -0
  119. package/dist/protocol/google/api/routing_pb.d.ts.map +1 -0
  120. package/dist/protocol/google/api/routing_pb.js +36 -0
  121. package/dist/protocol/google/api/routing_pb.js.map +1 -0
  122. package/dist/protocol/google/api/visibility_pb.d.ts +128 -0
  123. package/dist/protocol/google/api/visibility_pb.d.ts.map +1 -0
  124. package/dist/protocol/google/api/visibility_pb.js +66 -0
  125. package/dist/protocol/google/api/visibility_pb.js.map +1 -0
  126. package/dist/protocol/google/bytestream/bytestream_pb.d.ts +278 -0
  127. package/dist/protocol/google/bytestream/bytestream_pb.d.ts.map +1 -0
  128. package/dist/protocol/google/bytestream/bytestream_pb.js +77 -0
  129. package/dist/protocol/google/bytestream/bytestream_pb.js.map +1 -0
  130. package/dist/protocol/google/geo/type/viewport_pb.d.ts +66 -0
  131. package/dist/protocol/google/geo/type/viewport_pb.d.ts.map +1 -0
  132. package/dist/protocol/google/geo/type/viewport_pb.js +26 -0
  133. package/dist/protocol/google/geo/type/viewport_pb.js.map +1 -0
  134. package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts +193 -0
  135. package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts.map +1 -0
  136. package/dist/protocol/google/iam/v1/iam_policy_pb.js +76 -0
  137. package/dist/protocol/google/iam/v1/iam_policy_pb.js.map +1 -0
  138. package/dist/protocol/google/iam/v1/options_pb.d.ts +42 -0
  139. package/dist/protocol/google/iam/v1/options_pb.d.ts.map +1 -0
  140. package/dist/protocol/google/iam/v1/options_pb.js +24 -0
  141. package/dist/protocol/google/iam/v1/options_pb.js.map +1 -0
  142. package/dist/protocol/google/iam/v1/policy_pb.d.ts +571 -0
  143. package/dist/protocol/google/iam/v1/policy_pb.d.ts.map +1 -0
  144. package/dist/protocol/google/iam/v1/policy_pb.js +152 -0
  145. package/dist/protocol/google/iam/v1/policy_pb.js.map +1 -0
  146. package/dist/protocol/google/longrunning/operations_pb.d.ts +398 -0
  147. package/dist/protocol/google/longrunning/operations_pb.d.ts.map +1 -0
  148. package/dist/protocol/google/longrunning/operations_pb.js +89 -0
  149. package/dist/protocol/google/longrunning/operations_pb.js.map +1 -0
  150. package/dist/protocol/google/rpc/code_pb.d.ts +228 -0
  151. package/dist/protocol/google/rpc/code_pb.d.ts.map +1 -0
  152. package/dist/protocol/google/rpc/code_pb.js +242 -0
  153. package/dist/protocol/google/rpc/code_pb.js.map +1 -0
  154. package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts +560 -0
  155. package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts.map +1 -0
  156. package/dist/protocol/google/rpc/context/attribute_context_pb.js +55 -0
  157. package/dist/protocol/google/rpc/context/attribute_context_pb.js.map +1 -0
  158. package/dist/protocol/google/rpc/error_details_pb.d.ts +581 -0
  159. package/dist/protocol/google/rpc/error_details_pb.d.ts.map +1 -0
  160. package/dist/protocol/google/rpc/error_details_pb.js +90 -0
  161. package/dist/protocol/google/rpc/error_details_pb.js.map +1 -0
  162. package/dist/protocol/google/rpc/status_pb.d.ts +49 -0
  163. package/dist/protocol/google/rpc/status_pb.d.ts.map +1 -0
  164. package/dist/protocol/google/rpc/status_pb.js +25 -0
  165. package/dist/protocol/google/rpc/status_pb.js.map +1 -0
  166. package/dist/protocol/google/type/calendar_period_pb.d.ts +71 -0
  167. package/dist/protocol/google/type/calendar_period_pb.d.ts.map +1 -0
  168. package/dist/protocol/google/type/calendar_period_pb.js +85 -0
  169. package/dist/protocol/google/type/calendar_period_pb.js.map +1 -0
  170. package/dist/protocol/google/type/color_pb.d.ts +176 -0
  171. package/dist/protocol/google/type/color_pb.d.ts.map +1 -0
  172. package/dist/protocol/google/type/color_pb.js +25 -0
  173. package/dist/protocol/google/type/color_pb.js.map +1 -0
  174. package/dist/protocol/google/type/date_pb.d.ts +56 -0
  175. package/dist/protocol/google/type/date_pb.d.ts.map +1 -0
  176. package/dist/protocol/google/type/date_pb.js +24 -0
  177. package/dist/protocol/google/type/date_pb.js.map +1 -0
  178. package/dist/protocol/google/type/datetime_pb.d.ts +148 -0
  179. package/dist/protocol/google/type/datetime_pb.d.ts.map +1 -0
  180. package/dist/protocol/google/type/datetime_pb.js +30 -0
  181. package/dist/protocol/google/type/datetime_pb.js.map +1 -0
  182. package/dist/protocol/google/type/dayofweek_pb.d.ts +65 -0
  183. package/dist/protocol/google/type/dayofweek_pb.d.ts.map +1 -0
  184. package/dist/protocol/google/type/dayofweek_pb.js +79 -0
  185. package/dist/protocol/google/type/dayofweek_pb.js.map +1 -0
  186. package/dist/protocol/google/type/decimal_pb.d.ts +89 -0
  187. package/dist/protocol/google/type/decimal_pb.d.ts.map +1 -0
  188. package/dist/protocol/google/type/decimal_pb.js +24 -0
  189. package/dist/protocol/google/type/decimal_pb.js.map +1 -0
  190. package/dist/protocol/google/type/expr_pb.d.ts +78 -0
  191. package/dist/protocol/google/type/expr_pb.d.ts.map +1 -0
  192. package/dist/protocol/google/type/expr_pb.js +24 -0
  193. package/dist/protocol/google/type/expr_pb.js.map +1 -0
  194. package/dist/protocol/google/type/fraction_pb.d.ts +32 -0
  195. package/dist/protocol/google/type/fraction_pb.d.ts.map +1 -0
  196. package/dist/protocol/google/type/fraction_pb.js +24 -0
  197. package/dist/protocol/google/type/fraction_pb.js.map +1 -0
  198. package/dist/protocol/google/type/interval_pb.d.ts +43 -0
  199. package/dist/protocol/google/type/interval_pb.d.ts.map +1 -0
  200. package/dist/protocol/google/type/interval_pb.js +25 -0
  201. package/dist/protocol/google/type/interval_pb.js.map +1 -0
  202. package/dist/protocol/google/type/latlng_pb.d.ts +35 -0
  203. package/dist/protocol/google/type/latlng_pb.d.ts.map +1 -0
  204. package/dist/protocol/google/type/latlng_pb.js +24 -0
  205. package/dist/protocol/google/type/latlng_pb.js.map +1 -0
  206. package/dist/protocol/google/type/localized_text_pb.d.ts +35 -0
  207. package/dist/protocol/google/type/localized_text_pb.d.ts.map +1 -0
  208. package/dist/protocol/google/type/localized_text_pb.js +24 -0
  209. package/dist/protocol/google/type/localized_text_pb.js.map +1 -0
  210. package/dist/protocol/google/type/money_pb.d.ts +43 -0
  211. package/dist/protocol/google/type/money_pb.d.ts.map +1 -0
  212. package/dist/protocol/google/type/money_pb.js +24 -0
  213. package/dist/protocol/google/type/money_pb.js.map +1 -0
  214. package/dist/protocol/google/type/month_pb.d.ts +95 -0
  215. package/dist/protocol/google/type/month_pb.d.ts.map +1 -0
  216. package/dist/protocol/google/type/month_pb.js +109 -0
  217. package/dist/protocol/google/type/month_pb.js.map +1 -0
  218. package/dist/protocol/google/type/phone_number_pb.d.ts +145 -0
  219. package/dist/protocol/google/type/phone_number_pb.d.ts.map +1 -0
  220. package/dist/protocol/google/type/phone_number_pb.js +29 -0
  221. package/dist/protocol/google/type/phone_number_pb.js.map +1 -0
  222. package/dist/protocol/google/type/postal_address_pb.d.ts +160 -0
  223. package/dist/protocol/google/type/postal_address_pb.d.ts.map +1 -0
  224. package/dist/protocol/google/type/postal_address_pb.js +24 -0
  225. package/dist/protocol/google/type/postal_address_pb.js.map +1 -0
  226. package/dist/protocol/google/type/quaternion_pb.d.ts +99 -0
  227. package/dist/protocol/google/type/quaternion_pb.d.ts.map +1 -0
  228. package/dist/protocol/google/type/quaternion_pb.js +24 -0
  229. package/dist/protocol/google/type/quaternion_pb.js.map +1 -0
  230. package/dist/protocol/google/type/timeofday_pb.d.ts +52 -0
  231. package/dist/protocol/google/type/timeofday_pb.d.ts.map +1 -0
  232. package/dist/protocol/google/type/timeofday_pb.js +24 -0
  233. package/dist/protocol/google/type/timeofday_pb.js.map +1 -0
  234. package/dist/protocol/uplim/api/v1/account_pb.d.ts +144 -0
  235. package/dist/protocol/uplim/api/v1/account_pb.d.ts.map +1 -0
  236. package/dist/protocol/uplim/api/v1/account_pb.js +100 -0
  237. package/dist/protocol/uplim/api/v1/account_pb.js.map +1 -0
  238. package/dist/protocol/uplim/api/v1/auth_pb.d.ts +231 -0
  239. package/dist/protocol/uplim/api/v1/auth_pb.d.ts.map +1 -0
  240. package/dist/protocol/uplim/api/v1/auth_pb.js +65 -0
  241. package/dist/protocol/uplim/api/v1/auth_pb.js.map +1 -0
  242. package/dist/protocol/uplim/api/v1/buckets_pb.d.ts +1920 -0
  243. package/dist/protocol/uplim/api/v1/buckets_pb.d.ts.map +1 -0
  244. package/dist/protocol/uplim/api/v1/buckets_pb.js +471 -0
  245. package/dist/protocol/uplim/api/v1/buckets_pb.js.map +1 -0
  246. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts +398 -0
  247. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts.map +1 -0
  248. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js +79 -0
  249. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js.map +1 -0
  250. package/dist/protocol/uplim/api/v1/events_pb.d.ts +767 -0
  251. package/dist/protocol/uplim/api/v1/events_pb.d.ts.map +1 -0
  252. package/dist/protocol/uplim/api/v1/events_pb.js +242 -0
  253. package/dist/protocol/uplim/api/v1/events_pb.js.map +1 -0
  254. package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts +1059 -0
  255. package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts.map +1 -0
  256. package/dist/protocol/uplim/api/v1/integration_admin_pb.js +209 -0
  257. package/dist/protocol/uplim/api/v1/integration_admin_pb.js.map +1 -0
  258. package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts +313 -0
  259. package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts.map +1 -0
  260. package/dist/protocol/uplim/api/v1/integration_install_pb.js +129 -0
  261. package/dist/protocol/uplim/api/v1/integration_install_pb.js.map +1 -0
  262. package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts +767 -0
  263. package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts.map +1 -0
  264. package/dist/protocol/uplim/api/v1/integration_types_pb.js +221 -0
  265. package/dist/protocol/uplim/api/v1/integration_types_pb.js.map +1 -0
  266. package/dist/protocol/uplim/api/v1/integrations_pb.d.ts +807 -0
  267. package/dist/protocol/uplim/api/v1/integrations_pb.d.ts.map +1 -0
  268. package/dist/protocol/uplim/api/v1/integrations_pb.js +169 -0
  269. package/dist/protocol/uplim/api/v1/integrations_pb.js.map +1 -0
  270. package/dist/protocol/uplim/api/v1/internal_pb.d.ts +204 -0
  271. package/dist/protocol/uplim/api/v1/internal_pb.d.ts.map +1 -0
  272. package/dist/protocol/uplim/api/v1/internal_pb.js +118 -0
  273. package/dist/protocol/uplim/api/v1/internal_pb.js.map +1 -0
  274. package/dist/protocol/uplim/api/v1/metadata_pb.d.ts +265 -0
  275. package/dist/protocol/uplim/api/v1/metadata_pb.d.ts.map +1 -0
  276. package/dist/protocol/uplim/api/v1/metadata_pb.js +50 -0
  277. package/dist/protocol/uplim/api/v1/metadata_pb.js.map +1 -0
  278. package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts +64 -0
  279. package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts.map +1 -0
  280. package/dist/protocol/uplim/api/v1/public-buckets_pb.js +28 -0
  281. package/dist/protocol/uplim/api/v1/public-buckets_pb.js.map +1 -0
  282. package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts +461 -0
  283. package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts.map +1 -0
  284. package/dist/protocol/uplim/api/v1/public-uploads_pb.js +139 -0
  285. package/dist/protocol/uplim/api/v1/public-uploads_pb.js.map +1 -0
  286. package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts +396 -0
  287. package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts.map +1 -0
  288. package/dist/protocol/uplim/api/v1/upload-aliases_pb.js +69 -0
  289. package/dist/protocol/uplim/api/v1/upload-aliases_pb.js.map +1 -0
  290. package/dist/protocol/uplim/api/v1/uploads_pb.d.ts +3736 -0
  291. package/dist/protocol/uplim/api/v1/uploads_pb.d.ts.map +1 -0
  292. package/dist/protocol/uplim/api/v1/uploads_pb.js +732 -0
  293. package/dist/protocol/uplim/api/v1/uploads_pb.js.map +1 -0
  294. package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts +394 -0
  295. package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts.map +1 -0
  296. package/dist/protocol/uplim/workflow/v1/activities_pb.js +122 -0
  297. package/dist/protocol/uplim/workflow/v1/activities_pb.js.map +1 -0
  298. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts +486 -0
  299. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts.map +1 -0
  300. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js +158 -0
  301. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js.map +1 -0
  302. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts +289 -0
  303. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts.map +1 -0
  304. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js +66 -0
  305. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js.map +1 -0
  306. package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts +602 -0
  307. package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts.map +1 -0
  308. package/dist/protocol/uplim/workflow/v1/workflows_pb.js +194 -0
  309. package/dist/protocol/uplim/workflow/v1/workflows_pb.js.map +1 -0
  310. package/dist/rpc-clients.d.ts +9 -0
  311. package/dist/rpc-clients.d.ts.map +1 -0
  312. package/dist/rpc-clients.js +24 -0
  313. package/dist/rpc-clients.js.map +1 -0
  314. package/dist/sse-client.d.ts +20 -0
  315. package/dist/sse-client.d.ts.map +1 -0
  316. package/dist/sse-client.js +68 -0
  317. package/dist/sse-client.js.map +1 -0
  318. package/dist/types.d.ts +174 -0
  319. package/dist/types.d.ts.map +1 -0
  320. package/dist/types.js +17 -0
  321. package/dist/types.js.map +1 -0
  322. package/package.json +47 -0
  323. package/src/errors.ts +14 -0
  324. package/src/index.ts +41 -0
  325. package/src/job-context.ts +244 -0
  326. package/src/pool.ts +143 -0
  327. package/src/protocol/buf/validate/expression_pb.ts +163 -0
  328. package/src/protocol/buf/validate/priv/private_pb.ts +86 -0
  329. package/src/protocol/buf/validate/validate_pb.ts +3802 -0
  330. package/src/protocol/gnostic/discovery/v1/discovery_pb.ts +1020 -0
  331. package/src/protocol/gnostic/openapi/v2/openapiv2_pb.ts +2679 -0
  332. package/src/protocol/gnostic/openapi/v3/annotations_pb.ts +55 -0
  333. package/src/protocol/gnostic/openapi/v3/openapiv3_pb.ts +2660 -0
  334. package/src/protocol/google/api/annotations_pb.ts +39 -0
  335. package/src/protocol/google/api/client_pb.ts +1183 -0
  336. package/src/protocol/google/api/expr/v1alpha1/checked_pb.ts +751 -0
  337. package/src/protocol/google/api/expr/v1alpha1/eval_pb.ts +222 -0
  338. package/src/protocol/google/api/expr/v1alpha1/explain_pb.ts +98 -0
  339. package/src/protocol/google/api/expr/v1alpha1/syntax_pb.ts +882 -0
  340. package/src/protocol/google/api/expr/v1alpha1/value_pb.ts +260 -0
  341. package/src/protocol/google/api/expr/v1beta1/decl_pb.ts +191 -0
  342. package/src/protocol/google/api/expr/v1beta1/eval_pb.ts +244 -0
  343. package/src/protocol/google/api/expr/v1beta1/expr_pb.ts +565 -0
  344. package/src/protocol/google/api/expr/v1beta1/source_pb.ts +117 -0
  345. package/src/protocol/google/api/expr/v1beta1/value_pb.ts +261 -0
  346. package/src/protocol/google/api/field_behavior_pb.ts +157 -0
  347. package/src/protocol/google/api/field_info_pb.ts +178 -0
  348. package/src/protocol/google/api/http_pb.ts +474 -0
  349. package/src/protocol/google/api/httpbody_pb.ts +108 -0
  350. package/src/protocol/google/api/launch_stage_pb.ts +118 -0
  351. package/src/protocol/google/api/resource_pb.ts +354 -0
  352. package/src/protocol/google/api/routing_pb.ts +507 -0
  353. package/src/protocol/google/api/visibility_pb.ts +169 -0
  354. package/src/protocol/google/bytestream/bytestream_pb.ts +325 -0
  355. package/src/protocol/google/geo/type/viewport_pb.ts +93 -0
  356. package/src/protocol/google/iam/v1/iam_policy_pb.ts +239 -0
  357. package/src/protocol/google/iam/v1/options_pb.ts +66 -0
  358. package/src/protocol/google/iam/v1/policy_pb.ts +644 -0
  359. package/src/protocol/google/longrunning/operations_pb.ts +460 -0
  360. package/src/protocol/google/rpc/code_pb.ts +268 -0
  361. package/src/protocol/google/rpc/context/attribute_context_pb.ts +638 -0
  362. package/src/protocol/google/rpc/error_details_pb.ts +662 -0
  363. package/src/protocol/google/rpc/status_pb.ts +76 -0
  364. package/src/protocol/google/type/calendar_period_pb.ts +102 -0
  365. package/src/protocol/google/type/color_pb.ts +204 -0
  366. package/src/protocol/google/type/date_pb.ts +82 -0
  367. package/src/protocol/google/type/datetime_pb.ts +181 -0
  368. package/src/protocol/google/type/dayofweek_pb.ts +96 -0
  369. package/src/protocol/google/type/decimal_pb.ts +113 -0
  370. package/src/protocol/google/type/expr_pb.ts +105 -0
  371. package/src/protocol/google/type/fraction_pb.ts +57 -0
  372. package/src/protocol/google/type/interval_pb.ts +69 -0
  373. package/src/protocol/google/type/latlng_pb.ts +60 -0
  374. package/src/protocol/google/type/localized_text_pb.ts +60 -0
  375. package/src/protocol/google/type/money_pb.ts +69 -0
  376. package/src/protocol/google/type/month_pb.ts +131 -0
  377. package/src/protocol/google/type/phone_number_pb.ts +171 -0
  378. package/src/protocol/google/type/postal_address_pb.ts +194 -0
  379. package/src/protocol/google/type/quaternion_pb.ts +126 -0
  380. package/src/protocol/google/type/timeofday_pb.ts +79 -0
  381. package/src/protocol/uplim/api/v1/account_pb.ts +178 -0
  382. package/src/protocol/uplim/api/v1/auth_pb.ts +278 -0
  383. package/src/protocol/uplim/api/v1/buckets_pb.ts +2214 -0
  384. package/src/protocol/uplim/api/v1/content_type_matcher_pb.ts +448 -0
  385. package/src/protocol/uplim/api/v1/events_pb.ts +874 -0
  386. package/src/protocol/uplim/api/v1/integration_admin_pb.ts +1237 -0
  387. package/src/protocol/uplim/api/v1/integration_install_pb.ts +386 -0
  388. package/src/protocol/uplim/api/v1/integration_types_pb.ts +896 -0
  389. package/src/protocol/uplim/api/v1/integrations_pb.ts +944 -0
  390. package/src/protocol/uplim/api/v1/internal_pb.ts +234 -0
  391. package/src/protocol/uplim/api/v1/metadata_pb.ts +305 -0
  392. package/src/protocol/uplim/api/v1/public-buckets_pb.ts +83 -0
  393. package/src/protocol/uplim/api/v1/public-uploads_pb.ts +543 -0
  394. package/src/protocol/uplim/api/v1/upload-aliases_pb.ts +468 -0
  395. package/src/protocol/uplim/api/v1/uploads_pb.ts +4294 -0
  396. package/src/protocol/uplim/workflow/v1/activities_pb.ts +488 -0
  397. package/src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts +594 -0
  398. package/src/protocol/uplim/workflow/v1/integration_queue_pb.ts +353 -0
  399. package/src/protocol/uplim/workflow/v1/workflows_pb.ts +746 -0
  400. package/src/rpc-clients.ts +29 -0
  401. package/src/sse-client.ts +83 -0
  402. package/src/types.ts +169 -0
@@ -0,0 +1,2229 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Any as Any$1 } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file gnostic/openapi/v2/openapiv2.proto.
6
+ */
7
+ export declare const file_gnostic_openapi_v2_openapiv2: GenFile;
8
+ /**
9
+ * @generated from message gnostic.openapi.v2.AdditionalPropertiesItem
10
+ */
11
+ export type AdditionalPropertiesItem = Message<"gnostic.openapi.v2.AdditionalPropertiesItem"> & {
12
+ /**
13
+ * @generated from oneof gnostic.openapi.v2.AdditionalPropertiesItem.oneof
14
+ */
15
+ oneof: {
16
+ /**
17
+ * @generated from field: gnostic.openapi.v2.Schema schema = 1;
18
+ */
19
+ value: Schema;
20
+ case: "schema";
21
+ } | {
22
+ /**
23
+ * @generated from field: bool boolean = 2;
24
+ */
25
+ value: boolean;
26
+ case: "boolean";
27
+ } | {
28
+ case: undefined;
29
+ value?: undefined;
30
+ };
31
+ };
32
+ /**
33
+ * Describes the message gnostic.openapi.v2.AdditionalPropertiesItem.
34
+ * Use `create(AdditionalPropertiesItemSchema)` to create a new message.
35
+ */
36
+ export declare const AdditionalPropertiesItemSchema: GenMessage<AdditionalPropertiesItem>;
37
+ /**
38
+ * @generated from message gnostic.openapi.v2.Any
39
+ */
40
+ export type Any = Message<"gnostic.openapi.v2.Any"> & {
41
+ /**
42
+ * @generated from field: google.protobuf.Any value = 1;
43
+ */
44
+ value?: Any$1;
45
+ /**
46
+ * @generated from field: string yaml = 2;
47
+ */
48
+ yaml: string;
49
+ };
50
+ /**
51
+ * Describes the message gnostic.openapi.v2.Any.
52
+ * Use `create(AnySchema)` to create a new message.
53
+ */
54
+ export declare const AnySchema: GenMessage<Any>;
55
+ /**
56
+ * @generated from message gnostic.openapi.v2.ApiKeySecurity
57
+ */
58
+ export type ApiKeySecurity = Message<"gnostic.openapi.v2.ApiKeySecurity"> & {
59
+ /**
60
+ * @generated from field: string type = 1;
61
+ */
62
+ type: string;
63
+ /**
64
+ * @generated from field: string name = 2;
65
+ */
66
+ name: string;
67
+ /**
68
+ * @generated from field: string in = 3;
69
+ */
70
+ in: string;
71
+ /**
72
+ * @generated from field: string description = 4;
73
+ */
74
+ description: string;
75
+ /**
76
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 5;
77
+ */
78
+ vendorExtension: NamedAny[];
79
+ };
80
+ /**
81
+ * Describes the message gnostic.openapi.v2.ApiKeySecurity.
82
+ * Use `create(ApiKeySecuritySchema)` to create a new message.
83
+ */
84
+ export declare const ApiKeySecuritySchema: GenMessage<ApiKeySecurity>;
85
+ /**
86
+ * @generated from message gnostic.openapi.v2.BasicAuthenticationSecurity
87
+ */
88
+ export type BasicAuthenticationSecurity = Message<"gnostic.openapi.v2.BasicAuthenticationSecurity"> & {
89
+ /**
90
+ * @generated from field: string type = 1;
91
+ */
92
+ type: string;
93
+ /**
94
+ * @generated from field: string description = 2;
95
+ */
96
+ description: string;
97
+ /**
98
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 3;
99
+ */
100
+ vendorExtension: NamedAny[];
101
+ };
102
+ /**
103
+ * Describes the message gnostic.openapi.v2.BasicAuthenticationSecurity.
104
+ * Use `create(BasicAuthenticationSecuritySchema)` to create a new message.
105
+ */
106
+ export declare const BasicAuthenticationSecuritySchema: GenMessage<BasicAuthenticationSecurity>;
107
+ /**
108
+ * @generated from message gnostic.openapi.v2.BodyParameter
109
+ */
110
+ export type BodyParameter = Message<"gnostic.openapi.v2.BodyParameter"> & {
111
+ /**
112
+ * A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed.
113
+ *
114
+ * @generated from field: string description = 1;
115
+ */
116
+ description: string;
117
+ /**
118
+ * The name of the parameter.
119
+ *
120
+ * @generated from field: string name = 2;
121
+ */
122
+ name: string;
123
+ /**
124
+ * Determines the location of the parameter.
125
+ *
126
+ * @generated from field: string in = 3;
127
+ */
128
+ in: string;
129
+ /**
130
+ * Determines whether or not this parameter is required or optional.
131
+ *
132
+ * @generated from field: bool required = 4;
133
+ */
134
+ required: boolean;
135
+ /**
136
+ * @generated from field: gnostic.openapi.v2.Schema schema = 5;
137
+ */
138
+ schema?: Schema;
139
+ /**
140
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 6;
141
+ */
142
+ vendorExtension: NamedAny[];
143
+ };
144
+ /**
145
+ * Describes the message gnostic.openapi.v2.BodyParameter.
146
+ * Use `create(BodyParameterSchema)` to create a new message.
147
+ */
148
+ export declare const BodyParameterSchema: GenMessage<BodyParameter>;
149
+ /**
150
+ * Contact information for the owners of the API.
151
+ *
152
+ * @generated from message gnostic.openapi.v2.Contact
153
+ */
154
+ export type Contact = Message<"gnostic.openapi.v2.Contact"> & {
155
+ /**
156
+ * The identifying name of the contact person/organization.
157
+ *
158
+ * @generated from field: string name = 1;
159
+ */
160
+ name: string;
161
+ /**
162
+ * The URL pointing to the contact information.
163
+ *
164
+ * @generated from field: string url = 2;
165
+ */
166
+ url: string;
167
+ /**
168
+ * The email address of the contact person/organization.
169
+ *
170
+ * @generated from field: string email = 3;
171
+ */
172
+ email: string;
173
+ /**
174
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 4;
175
+ */
176
+ vendorExtension: NamedAny[];
177
+ };
178
+ /**
179
+ * Describes the message gnostic.openapi.v2.Contact.
180
+ * Use `create(ContactSchema)` to create a new message.
181
+ */
182
+ export declare const ContactSchema: GenMessage<Contact>;
183
+ /**
184
+ * @generated from message gnostic.openapi.v2.Default
185
+ */
186
+ export type Default = Message<"gnostic.openapi.v2.Default"> & {
187
+ /**
188
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny additional_properties = 1;
189
+ */
190
+ additionalProperties: NamedAny[];
191
+ };
192
+ /**
193
+ * Describes the message gnostic.openapi.v2.Default.
194
+ * Use `create(DefaultSchema)` to create a new message.
195
+ */
196
+ export declare const DefaultSchema: GenMessage<Default>;
197
+ /**
198
+ * One or more JSON objects describing the schemas being consumed and produced by the API.
199
+ *
200
+ * @generated from message gnostic.openapi.v2.Definitions
201
+ */
202
+ export type Definitions = Message<"gnostic.openapi.v2.Definitions"> & {
203
+ /**
204
+ * @generated from field: repeated gnostic.openapi.v2.NamedSchema additional_properties = 1;
205
+ */
206
+ additionalProperties: NamedSchema[];
207
+ };
208
+ /**
209
+ * Describes the message gnostic.openapi.v2.Definitions.
210
+ * Use `create(DefinitionsSchema)` to create a new message.
211
+ */
212
+ export declare const DefinitionsSchema: GenMessage<Definitions>;
213
+ /**
214
+ * @generated from message gnostic.openapi.v2.Document
215
+ */
216
+ export type Document = Message<"gnostic.openapi.v2.Document"> & {
217
+ /**
218
+ * The Swagger version of this document.
219
+ *
220
+ * @generated from field: string swagger = 1;
221
+ */
222
+ swagger: string;
223
+ /**
224
+ * @generated from field: gnostic.openapi.v2.Info info = 2;
225
+ */
226
+ info?: Info;
227
+ /**
228
+ * The host (name or ip) of the API. Example: 'swagger.io'
229
+ *
230
+ * @generated from field: string host = 3;
231
+ */
232
+ host: string;
233
+ /**
234
+ * The base path to the API. Example: '/api'.
235
+ *
236
+ * @generated from field: string base_path = 4;
237
+ */
238
+ basePath: string;
239
+ /**
240
+ * The transfer protocol of the API.
241
+ *
242
+ * @generated from field: repeated string schemes = 5;
243
+ */
244
+ schemes: string[];
245
+ /**
246
+ * A list of MIME types accepted by the API.
247
+ *
248
+ * @generated from field: repeated string consumes = 6;
249
+ */
250
+ consumes: string[];
251
+ /**
252
+ * A list of MIME types the API can produce.
253
+ *
254
+ * @generated from field: repeated string produces = 7;
255
+ */
256
+ produces: string[];
257
+ /**
258
+ * @generated from field: gnostic.openapi.v2.Paths paths = 8;
259
+ */
260
+ paths?: Paths;
261
+ /**
262
+ * @generated from field: gnostic.openapi.v2.Definitions definitions = 9;
263
+ */
264
+ definitions?: Definitions;
265
+ /**
266
+ * @generated from field: gnostic.openapi.v2.ParameterDefinitions parameters = 10;
267
+ */
268
+ parameters?: ParameterDefinitions;
269
+ /**
270
+ * @generated from field: gnostic.openapi.v2.ResponseDefinitions responses = 11;
271
+ */
272
+ responses?: ResponseDefinitions;
273
+ /**
274
+ * @generated from field: repeated gnostic.openapi.v2.SecurityRequirement security = 12;
275
+ */
276
+ security: SecurityRequirement[];
277
+ /**
278
+ * @generated from field: gnostic.openapi.v2.SecurityDefinitions security_definitions = 13;
279
+ */
280
+ securityDefinitions?: SecurityDefinitions;
281
+ /**
282
+ * @generated from field: repeated gnostic.openapi.v2.Tag tags = 14;
283
+ */
284
+ tags: Tag[];
285
+ /**
286
+ * @generated from field: gnostic.openapi.v2.ExternalDocs external_docs = 15;
287
+ */
288
+ externalDocs?: ExternalDocs;
289
+ /**
290
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 16;
291
+ */
292
+ vendorExtension: NamedAny[];
293
+ };
294
+ /**
295
+ * Describes the message gnostic.openapi.v2.Document.
296
+ * Use `create(DocumentSchema)` to create a new message.
297
+ */
298
+ export declare const DocumentSchema: GenMessage<Document>;
299
+ /**
300
+ * @generated from message gnostic.openapi.v2.Examples
301
+ */
302
+ export type Examples = Message<"gnostic.openapi.v2.Examples"> & {
303
+ /**
304
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny additional_properties = 1;
305
+ */
306
+ additionalProperties: NamedAny[];
307
+ };
308
+ /**
309
+ * Describes the message gnostic.openapi.v2.Examples.
310
+ * Use `create(ExamplesSchema)` to create a new message.
311
+ */
312
+ export declare const ExamplesSchema: GenMessage<Examples>;
313
+ /**
314
+ * information about external documentation
315
+ *
316
+ * @generated from message gnostic.openapi.v2.ExternalDocs
317
+ */
318
+ export type ExternalDocs = Message<"gnostic.openapi.v2.ExternalDocs"> & {
319
+ /**
320
+ * @generated from field: string description = 1;
321
+ */
322
+ description: string;
323
+ /**
324
+ * @generated from field: string url = 2;
325
+ */
326
+ url: string;
327
+ /**
328
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 3;
329
+ */
330
+ vendorExtension: NamedAny[];
331
+ };
332
+ /**
333
+ * Describes the message gnostic.openapi.v2.ExternalDocs.
334
+ * Use `create(ExternalDocsSchema)` to create a new message.
335
+ */
336
+ export declare const ExternalDocsSchema: GenMessage<ExternalDocs>;
337
+ /**
338
+ * A deterministic version of a JSON Schema object.
339
+ *
340
+ * @generated from message gnostic.openapi.v2.FileSchema
341
+ */
342
+ export type FileSchema = Message<"gnostic.openapi.v2.FileSchema"> & {
343
+ /**
344
+ * @generated from field: string format = 1;
345
+ */
346
+ format: string;
347
+ /**
348
+ * @generated from field: string title = 2;
349
+ */
350
+ title: string;
351
+ /**
352
+ * @generated from field: string description = 3;
353
+ */
354
+ description: string;
355
+ /**
356
+ * @generated from field: gnostic.openapi.v2.Any default = 4;
357
+ */
358
+ default?: Any;
359
+ /**
360
+ * @generated from field: repeated string required = 5;
361
+ */
362
+ required: string[];
363
+ /**
364
+ * @generated from field: string type = 6;
365
+ */
366
+ type: string;
367
+ /**
368
+ * @generated from field: bool read_only = 7;
369
+ */
370
+ readOnly: boolean;
371
+ /**
372
+ * @generated from field: gnostic.openapi.v2.ExternalDocs external_docs = 8;
373
+ */
374
+ externalDocs?: ExternalDocs;
375
+ /**
376
+ * @generated from field: gnostic.openapi.v2.Any example = 9;
377
+ */
378
+ example?: Any;
379
+ /**
380
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 10;
381
+ */
382
+ vendorExtension: NamedAny[];
383
+ };
384
+ /**
385
+ * Describes the message gnostic.openapi.v2.FileSchema.
386
+ * Use `create(FileSchemaSchema)` to create a new message.
387
+ */
388
+ export declare const FileSchemaSchema: GenMessage<FileSchema>;
389
+ /**
390
+ * @generated from message gnostic.openapi.v2.FormDataParameterSubSchema
391
+ */
392
+ export type FormDataParameterSubSchema = Message<"gnostic.openapi.v2.FormDataParameterSubSchema"> & {
393
+ /**
394
+ * Determines whether or not this parameter is required or optional.
395
+ *
396
+ * @generated from field: bool required = 1;
397
+ */
398
+ required: boolean;
399
+ /**
400
+ * Determines the location of the parameter.
401
+ *
402
+ * @generated from field: string in = 2;
403
+ */
404
+ in: string;
405
+ /**
406
+ * A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed.
407
+ *
408
+ * @generated from field: string description = 3;
409
+ */
410
+ description: string;
411
+ /**
412
+ * The name of the parameter.
413
+ *
414
+ * @generated from field: string name = 4;
415
+ */
416
+ name: string;
417
+ /**
418
+ * allows sending a parameter by name only or with an empty value.
419
+ *
420
+ * @generated from field: bool allow_empty_value = 5;
421
+ */
422
+ allowEmptyValue: boolean;
423
+ /**
424
+ * @generated from field: string type = 6;
425
+ */
426
+ type: string;
427
+ /**
428
+ * @generated from field: string format = 7;
429
+ */
430
+ format: string;
431
+ /**
432
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 8;
433
+ */
434
+ items?: PrimitivesItems;
435
+ /**
436
+ * @generated from field: string collection_format = 9;
437
+ */
438
+ collectionFormat: string;
439
+ /**
440
+ * @generated from field: gnostic.openapi.v2.Any default = 10;
441
+ */
442
+ default?: Any;
443
+ /**
444
+ * @generated from field: double maximum = 11;
445
+ */
446
+ maximum: number;
447
+ /**
448
+ * @generated from field: bool exclusive_maximum = 12;
449
+ */
450
+ exclusiveMaximum: boolean;
451
+ /**
452
+ * @generated from field: double minimum = 13;
453
+ */
454
+ minimum: number;
455
+ /**
456
+ * @generated from field: bool exclusive_minimum = 14;
457
+ */
458
+ exclusiveMinimum: boolean;
459
+ /**
460
+ * @generated from field: int64 max_length = 15 [jstype = JS_STRING];
461
+ */
462
+ maxLength: string;
463
+ /**
464
+ * @generated from field: int64 min_length = 16 [jstype = JS_STRING];
465
+ */
466
+ minLength: string;
467
+ /**
468
+ * @generated from field: string pattern = 17;
469
+ */
470
+ pattern: string;
471
+ /**
472
+ * @generated from field: int64 max_items = 18 [jstype = JS_STRING];
473
+ */
474
+ maxItems: string;
475
+ /**
476
+ * @generated from field: int64 min_items = 19 [jstype = JS_STRING];
477
+ */
478
+ minItems: string;
479
+ /**
480
+ * @generated from field: bool unique_items = 20;
481
+ */
482
+ uniqueItems: boolean;
483
+ /**
484
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 21;
485
+ */
486
+ enum: Any[];
487
+ /**
488
+ * @generated from field: double multiple_of = 22;
489
+ */
490
+ multipleOf: number;
491
+ /**
492
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 23;
493
+ */
494
+ vendorExtension: NamedAny[];
495
+ };
496
+ /**
497
+ * Describes the message gnostic.openapi.v2.FormDataParameterSubSchema.
498
+ * Use `create(FormDataParameterSubSchemaSchema)` to create a new message.
499
+ */
500
+ export declare const FormDataParameterSubSchemaSchema: GenMessage<FormDataParameterSubSchema>;
501
+ /**
502
+ * @generated from message gnostic.openapi.v2.Header
503
+ */
504
+ export type Header = Message<"gnostic.openapi.v2.Header"> & {
505
+ /**
506
+ * @generated from field: string type = 1;
507
+ */
508
+ type: string;
509
+ /**
510
+ * @generated from field: string format = 2;
511
+ */
512
+ format: string;
513
+ /**
514
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 3;
515
+ */
516
+ items?: PrimitivesItems;
517
+ /**
518
+ * @generated from field: string collection_format = 4;
519
+ */
520
+ collectionFormat: string;
521
+ /**
522
+ * @generated from field: gnostic.openapi.v2.Any default = 5;
523
+ */
524
+ default?: Any;
525
+ /**
526
+ * @generated from field: double maximum = 6;
527
+ */
528
+ maximum: number;
529
+ /**
530
+ * @generated from field: bool exclusive_maximum = 7;
531
+ */
532
+ exclusiveMaximum: boolean;
533
+ /**
534
+ * @generated from field: double minimum = 8;
535
+ */
536
+ minimum: number;
537
+ /**
538
+ * @generated from field: bool exclusive_minimum = 9;
539
+ */
540
+ exclusiveMinimum: boolean;
541
+ /**
542
+ * @generated from field: int64 max_length = 10 [jstype = JS_STRING];
543
+ */
544
+ maxLength: string;
545
+ /**
546
+ * @generated from field: int64 min_length = 11 [jstype = JS_STRING];
547
+ */
548
+ minLength: string;
549
+ /**
550
+ * @generated from field: string pattern = 12;
551
+ */
552
+ pattern: string;
553
+ /**
554
+ * @generated from field: int64 max_items = 13 [jstype = JS_STRING];
555
+ */
556
+ maxItems: string;
557
+ /**
558
+ * @generated from field: int64 min_items = 14 [jstype = JS_STRING];
559
+ */
560
+ minItems: string;
561
+ /**
562
+ * @generated from field: bool unique_items = 15;
563
+ */
564
+ uniqueItems: boolean;
565
+ /**
566
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 16;
567
+ */
568
+ enum: Any[];
569
+ /**
570
+ * @generated from field: double multiple_of = 17;
571
+ */
572
+ multipleOf: number;
573
+ /**
574
+ * @generated from field: string description = 18;
575
+ */
576
+ description: string;
577
+ /**
578
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 19;
579
+ */
580
+ vendorExtension: NamedAny[];
581
+ };
582
+ /**
583
+ * Describes the message gnostic.openapi.v2.Header.
584
+ * Use `create(HeaderSchema)` to create a new message.
585
+ */
586
+ export declare const HeaderSchema: GenMessage<Header>;
587
+ /**
588
+ * @generated from message gnostic.openapi.v2.HeaderParameterSubSchema
589
+ */
590
+ export type HeaderParameterSubSchema = Message<"gnostic.openapi.v2.HeaderParameterSubSchema"> & {
591
+ /**
592
+ * Determines whether or not this parameter is required or optional.
593
+ *
594
+ * @generated from field: bool required = 1;
595
+ */
596
+ required: boolean;
597
+ /**
598
+ * Determines the location of the parameter.
599
+ *
600
+ * @generated from field: string in = 2;
601
+ */
602
+ in: string;
603
+ /**
604
+ * A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed.
605
+ *
606
+ * @generated from field: string description = 3;
607
+ */
608
+ description: string;
609
+ /**
610
+ * The name of the parameter.
611
+ *
612
+ * @generated from field: string name = 4;
613
+ */
614
+ name: string;
615
+ /**
616
+ * @generated from field: string type = 5;
617
+ */
618
+ type: string;
619
+ /**
620
+ * @generated from field: string format = 6;
621
+ */
622
+ format: string;
623
+ /**
624
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 7;
625
+ */
626
+ items?: PrimitivesItems;
627
+ /**
628
+ * @generated from field: string collection_format = 8;
629
+ */
630
+ collectionFormat: string;
631
+ /**
632
+ * @generated from field: gnostic.openapi.v2.Any default = 9;
633
+ */
634
+ default?: Any;
635
+ /**
636
+ * @generated from field: double maximum = 10;
637
+ */
638
+ maximum: number;
639
+ /**
640
+ * @generated from field: bool exclusive_maximum = 11;
641
+ */
642
+ exclusiveMaximum: boolean;
643
+ /**
644
+ * @generated from field: double minimum = 12;
645
+ */
646
+ minimum: number;
647
+ /**
648
+ * @generated from field: bool exclusive_minimum = 13;
649
+ */
650
+ exclusiveMinimum: boolean;
651
+ /**
652
+ * @generated from field: int64 max_length = 14 [jstype = JS_STRING];
653
+ */
654
+ maxLength: string;
655
+ /**
656
+ * @generated from field: int64 min_length = 15 [jstype = JS_STRING];
657
+ */
658
+ minLength: string;
659
+ /**
660
+ * @generated from field: string pattern = 16;
661
+ */
662
+ pattern: string;
663
+ /**
664
+ * @generated from field: int64 max_items = 17 [jstype = JS_STRING];
665
+ */
666
+ maxItems: string;
667
+ /**
668
+ * @generated from field: int64 min_items = 18 [jstype = JS_STRING];
669
+ */
670
+ minItems: string;
671
+ /**
672
+ * @generated from field: bool unique_items = 19;
673
+ */
674
+ uniqueItems: boolean;
675
+ /**
676
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 20;
677
+ */
678
+ enum: Any[];
679
+ /**
680
+ * @generated from field: double multiple_of = 21;
681
+ */
682
+ multipleOf: number;
683
+ /**
684
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 22;
685
+ */
686
+ vendorExtension: NamedAny[];
687
+ };
688
+ /**
689
+ * Describes the message gnostic.openapi.v2.HeaderParameterSubSchema.
690
+ * Use `create(HeaderParameterSubSchemaSchema)` to create a new message.
691
+ */
692
+ export declare const HeaderParameterSubSchemaSchema: GenMessage<HeaderParameterSubSchema>;
693
+ /**
694
+ * @generated from message gnostic.openapi.v2.Headers
695
+ */
696
+ export type Headers = Message<"gnostic.openapi.v2.Headers"> & {
697
+ /**
698
+ * @generated from field: repeated gnostic.openapi.v2.NamedHeader additional_properties = 1;
699
+ */
700
+ additionalProperties: NamedHeader[];
701
+ };
702
+ /**
703
+ * Describes the message gnostic.openapi.v2.Headers.
704
+ * Use `create(HeadersSchema)` to create a new message.
705
+ */
706
+ export declare const HeadersSchema: GenMessage<Headers>;
707
+ /**
708
+ * General information about the API.
709
+ *
710
+ * @generated from message gnostic.openapi.v2.Info
711
+ */
712
+ export type Info = Message<"gnostic.openapi.v2.Info"> & {
713
+ /**
714
+ * A unique and precise title of the API.
715
+ *
716
+ * @generated from field: string title = 1;
717
+ */
718
+ title: string;
719
+ /**
720
+ * A semantic version number of the API.
721
+ *
722
+ * @generated from field: string version = 2;
723
+ */
724
+ version: string;
725
+ /**
726
+ * A longer description of the API. Should be different from the title. GitHub Flavored Markdown is allowed.
727
+ *
728
+ * @generated from field: string description = 3;
729
+ */
730
+ description: string;
731
+ /**
732
+ * The terms of service for the API.
733
+ *
734
+ * @generated from field: string terms_of_service = 4;
735
+ */
736
+ termsOfService: string;
737
+ /**
738
+ * @generated from field: gnostic.openapi.v2.Contact contact = 5;
739
+ */
740
+ contact?: Contact;
741
+ /**
742
+ * @generated from field: gnostic.openapi.v2.License license = 6;
743
+ */
744
+ license?: License;
745
+ /**
746
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 7;
747
+ */
748
+ vendorExtension: NamedAny[];
749
+ };
750
+ /**
751
+ * Describes the message gnostic.openapi.v2.Info.
752
+ * Use `create(InfoSchema)` to create a new message.
753
+ */
754
+ export declare const InfoSchema: GenMessage<Info>;
755
+ /**
756
+ * @generated from message gnostic.openapi.v2.ItemsItem
757
+ */
758
+ export type ItemsItem = Message<"gnostic.openapi.v2.ItemsItem"> & {
759
+ /**
760
+ * @generated from field: repeated gnostic.openapi.v2.Schema schema = 1;
761
+ */
762
+ schema: Schema[];
763
+ };
764
+ /**
765
+ * Describes the message gnostic.openapi.v2.ItemsItem.
766
+ * Use `create(ItemsItemSchema)` to create a new message.
767
+ */
768
+ export declare const ItemsItemSchema: GenMessage<ItemsItem>;
769
+ /**
770
+ * @generated from message gnostic.openapi.v2.JsonReference
771
+ */
772
+ export type JsonReference = Message<"gnostic.openapi.v2.JsonReference"> & {
773
+ /**
774
+ * @generated from field: string _ref = 1;
775
+ */
776
+ Ref: string;
777
+ /**
778
+ * @generated from field: string description = 2;
779
+ */
780
+ description: string;
781
+ };
782
+ /**
783
+ * Describes the message gnostic.openapi.v2.JsonReference.
784
+ * Use `create(JsonReferenceSchema)` to create a new message.
785
+ */
786
+ export declare const JsonReferenceSchema: GenMessage<JsonReference>;
787
+ /**
788
+ * @generated from message gnostic.openapi.v2.License
789
+ */
790
+ export type License = Message<"gnostic.openapi.v2.License"> & {
791
+ /**
792
+ * The name of the license type. It's encouraged to use an OSI compatible license.
793
+ *
794
+ * @generated from field: string name = 1;
795
+ */
796
+ name: string;
797
+ /**
798
+ * The URL pointing to the license.
799
+ *
800
+ * @generated from field: string url = 2;
801
+ */
802
+ url: string;
803
+ /**
804
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 3;
805
+ */
806
+ vendorExtension: NamedAny[];
807
+ };
808
+ /**
809
+ * Describes the message gnostic.openapi.v2.License.
810
+ * Use `create(LicenseSchema)` to create a new message.
811
+ */
812
+ export declare const LicenseSchema: GenMessage<License>;
813
+ /**
814
+ * Automatically-generated message used to represent maps of Any as ordered (name,value) pairs.
815
+ *
816
+ * @generated from message gnostic.openapi.v2.NamedAny
817
+ */
818
+ export type NamedAny = Message<"gnostic.openapi.v2.NamedAny"> & {
819
+ /**
820
+ * Map key
821
+ *
822
+ * @generated from field: string name = 1;
823
+ */
824
+ name: string;
825
+ /**
826
+ * Mapped value
827
+ *
828
+ * @generated from field: gnostic.openapi.v2.Any value = 2;
829
+ */
830
+ value?: Any;
831
+ };
832
+ /**
833
+ * Describes the message gnostic.openapi.v2.NamedAny.
834
+ * Use `create(NamedAnySchema)` to create a new message.
835
+ */
836
+ export declare const NamedAnySchema: GenMessage<NamedAny>;
837
+ /**
838
+ * Automatically-generated message used to represent maps of Header as ordered (name,value) pairs.
839
+ *
840
+ * @generated from message gnostic.openapi.v2.NamedHeader
841
+ */
842
+ export type NamedHeader = Message<"gnostic.openapi.v2.NamedHeader"> & {
843
+ /**
844
+ * Map key
845
+ *
846
+ * @generated from field: string name = 1;
847
+ */
848
+ name: string;
849
+ /**
850
+ * Mapped value
851
+ *
852
+ * @generated from field: gnostic.openapi.v2.Header value = 2;
853
+ */
854
+ value?: Header;
855
+ };
856
+ /**
857
+ * Describes the message gnostic.openapi.v2.NamedHeader.
858
+ * Use `create(NamedHeaderSchema)` to create a new message.
859
+ */
860
+ export declare const NamedHeaderSchema: GenMessage<NamedHeader>;
861
+ /**
862
+ * Automatically-generated message used to represent maps of Parameter as ordered (name,value) pairs.
863
+ *
864
+ * @generated from message gnostic.openapi.v2.NamedParameter
865
+ */
866
+ export type NamedParameter = Message<"gnostic.openapi.v2.NamedParameter"> & {
867
+ /**
868
+ * Map key
869
+ *
870
+ * @generated from field: string name = 1;
871
+ */
872
+ name: string;
873
+ /**
874
+ * Mapped value
875
+ *
876
+ * @generated from field: gnostic.openapi.v2.Parameter value = 2;
877
+ */
878
+ value?: Parameter;
879
+ };
880
+ /**
881
+ * Describes the message gnostic.openapi.v2.NamedParameter.
882
+ * Use `create(NamedParameterSchema)` to create a new message.
883
+ */
884
+ export declare const NamedParameterSchema: GenMessage<NamedParameter>;
885
+ /**
886
+ * Automatically-generated message used to represent maps of PathItem as ordered (name,value) pairs.
887
+ *
888
+ * @generated from message gnostic.openapi.v2.NamedPathItem
889
+ */
890
+ export type NamedPathItem = Message<"gnostic.openapi.v2.NamedPathItem"> & {
891
+ /**
892
+ * Map key
893
+ *
894
+ * @generated from field: string name = 1;
895
+ */
896
+ name: string;
897
+ /**
898
+ * Mapped value
899
+ *
900
+ * @generated from field: gnostic.openapi.v2.PathItem value = 2;
901
+ */
902
+ value?: PathItem;
903
+ };
904
+ /**
905
+ * Describes the message gnostic.openapi.v2.NamedPathItem.
906
+ * Use `create(NamedPathItemSchema)` to create a new message.
907
+ */
908
+ export declare const NamedPathItemSchema: GenMessage<NamedPathItem>;
909
+ /**
910
+ * Automatically-generated message used to represent maps of Response as ordered (name,value) pairs.
911
+ *
912
+ * @generated from message gnostic.openapi.v2.NamedResponse
913
+ */
914
+ export type NamedResponse = Message<"gnostic.openapi.v2.NamedResponse"> & {
915
+ /**
916
+ * Map key
917
+ *
918
+ * @generated from field: string name = 1;
919
+ */
920
+ name: string;
921
+ /**
922
+ * Mapped value
923
+ *
924
+ * @generated from field: gnostic.openapi.v2.Response value = 2;
925
+ */
926
+ value?: Response;
927
+ };
928
+ /**
929
+ * Describes the message gnostic.openapi.v2.NamedResponse.
930
+ * Use `create(NamedResponseSchema)` to create a new message.
931
+ */
932
+ export declare const NamedResponseSchema: GenMessage<NamedResponse>;
933
+ /**
934
+ * Automatically-generated message used to represent maps of ResponseValue as ordered (name,value) pairs.
935
+ *
936
+ * @generated from message gnostic.openapi.v2.NamedResponseValue
937
+ */
938
+ export type NamedResponseValue = Message<"gnostic.openapi.v2.NamedResponseValue"> & {
939
+ /**
940
+ * Map key
941
+ *
942
+ * @generated from field: string name = 1;
943
+ */
944
+ name: string;
945
+ /**
946
+ * Mapped value
947
+ *
948
+ * @generated from field: gnostic.openapi.v2.ResponseValue value = 2;
949
+ */
950
+ value?: ResponseValue;
951
+ };
952
+ /**
953
+ * Describes the message gnostic.openapi.v2.NamedResponseValue.
954
+ * Use `create(NamedResponseValueSchema)` to create a new message.
955
+ */
956
+ export declare const NamedResponseValueSchema: GenMessage<NamedResponseValue>;
957
+ /**
958
+ * Automatically-generated message used to represent maps of Schema as ordered (name,value) pairs.
959
+ *
960
+ * @generated from message gnostic.openapi.v2.NamedSchema
961
+ */
962
+ export type NamedSchema = Message<"gnostic.openapi.v2.NamedSchema"> & {
963
+ /**
964
+ * Map key
965
+ *
966
+ * @generated from field: string name = 1;
967
+ */
968
+ name: string;
969
+ /**
970
+ * Mapped value
971
+ *
972
+ * @generated from field: gnostic.openapi.v2.Schema value = 2;
973
+ */
974
+ value?: Schema;
975
+ };
976
+ /**
977
+ * Describes the message gnostic.openapi.v2.NamedSchema.
978
+ * Use `create(NamedSchemaSchema)` to create a new message.
979
+ */
980
+ export declare const NamedSchemaSchema: GenMessage<NamedSchema>;
981
+ /**
982
+ * Automatically-generated message used to represent maps of SecurityDefinitionsItem as ordered (name,value) pairs.
983
+ *
984
+ * @generated from message gnostic.openapi.v2.NamedSecurityDefinitionsItem
985
+ */
986
+ export type NamedSecurityDefinitionsItem = Message<"gnostic.openapi.v2.NamedSecurityDefinitionsItem"> & {
987
+ /**
988
+ * Map key
989
+ *
990
+ * @generated from field: string name = 1;
991
+ */
992
+ name: string;
993
+ /**
994
+ * Mapped value
995
+ *
996
+ * @generated from field: gnostic.openapi.v2.SecurityDefinitionsItem value = 2;
997
+ */
998
+ value?: SecurityDefinitionsItem;
999
+ };
1000
+ /**
1001
+ * Describes the message gnostic.openapi.v2.NamedSecurityDefinitionsItem.
1002
+ * Use `create(NamedSecurityDefinitionsItemSchema)` to create a new message.
1003
+ */
1004
+ export declare const NamedSecurityDefinitionsItemSchema: GenMessage<NamedSecurityDefinitionsItem>;
1005
+ /**
1006
+ * Automatically-generated message used to represent maps of string as ordered (name,value) pairs.
1007
+ *
1008
+ * @generated from message gnostic.openapi.v2.NamedString
1009
+ */
1010
+ export type NamedString = Message<"gnostic.openapi.v2.NamedString"> & {
1011
+ /**
1012
+ * Map key
1013
+ *
1014
+ * @generated from field: string name = 1;
1015
+ */
1016
+ name: string;
1017
+ /**
1018
+ * Mapped value
1019
+ *
1020
+ * @generated from field: string value = 2;
1021
+ */
1022
+ value: string;
1023
+ };
1024
+ /**
1025
+ * Describes the message gnostic.openapi.v2.NamedString.
1026
+ * Use `create(NamedStringSchema)` to create a new message.
1027
+ */
1028
+ export declare const NamedStringSchema: GenMessage<NamedString>;
1029
+ /**
1030
+ * Automatically-generated message used to represent maps of StringArray as ordered (name,value) pairs.
1031
+ *
1032
+ * @generated from message gnostic.openapi.v2.NamedStringArray
1033
+ */
1034
+ export type NamedStringArray = Message<"gnostic.openapi.v2.NamedStringArray"> & {
1035
+ /**
1036
+ * Map key
1037
+ *
1038
+ * @generated from field: string name = 1;
1039
+ */
1040
+ name: string;
1041
+ /**
1042
+ * Mapped value
1043
+ *
1044
+ * @generated from field: gnostic.openapi.v2.StringArray value = 2;
1045
+ */
1046
+ value?: StringArray;
1047
+ };
1048
+ /**
1049
+ * Describes the message gnostic.openapi.v2.NamedStringArray.
1050
+ * Use `create(NamedStringArraySchema)` to create a new message.
1051
+ */
1052
+ export declare const NamedStringArraySchema: GenMessage<NamedStringArray>;
1053
+ /**
1054
+ * @generated from message gnostic.openapi.v2.NonBodyParameter
1055
+ */
1056
+ export type NonBodyParameter = Message<"gnostic.openapi.v2.NonBodyParameter"> & {
1057
+ /**
1058
+ * @generated from oneof gnostic.openapi.v2.NonBodyParameter.oneof
1059
+ */
1060
+ oneof: {
1061
+ /**
1062
+ * @generated from field: gnostic.openapi.v2.HeaderParameterSubSchema header_parameter_sub_schema = 1;
1063
+ */
1064
+ value: HeaderParameterSubSchema;
1065
+ case: "headerParameterSubSchema";
1066
+ } | {
1067
+ /**
1068
+ * @generated from field: gnostic.openapi.v2.FormDataParameterSubSchema form_data_parameter_sub_schema = 2;
1069
+ */
1070
+ value: FormDataParameterSubSchema;
1071
+ case: "formDataParameterSubSchema";
1072
+ } | {
1073
+ /**
1074
+ * @generated from field: gnostic.openapi.v2.QueryParameterSubSchema query_parameter_sub_schema = 3;
1075
+ */
1076
+ value: QueryParameterSubSchema;
1077
+ case: "queryParameterSubSchema";
1078
+ } | {
1079
+ /**
1080
+ * @generated from field: gnostic.openapi.v2.PathParameterSubSchema path_parameter_sub_schema = 4;
1081
+ */
1082
+ value: PathParameterSubSchema;
1083
+ case: "pathParameterSubSchema";
1084
+ } | {
1085
+ case: undefined;
1086
+ value?: undefined;
1087
+ };
1088
+ };
1089
+ /**
1090
+ * Describes the message gnostic.openapi.v2.NonBodyParameter.
1091
+ * Use `create(NonBodyParameterSchema)` to create a new message.
1092
+ */
1093
+ export declare const NonBodyParameterSchema: GenMessage<NonBodyParameter>;
1094
+ /**
1095
+ * @generated from message gnostic.openapi.v2.Oauth2AccessCodeSecurity
1096
+ */
1097
+ export type Oauth2AccessCodeSecurity = Message<"gnostic.openapi.v2.Oauth2AccessCodeSecurity"> & {
1098
+ /**
1099
+ * @generated from field: string type = 1;
1100
+ */
1101
+ type: string;
1102
+ /**
1103
+ * @generated from field: string flow = 2;
1104
+ */
1105
+ flow: string;
1106
+ /**
1107
+ * @generated from field: gnostic.openapi.v2.Oauth2Scopes scopes = 3;
1108
+ */
1109
+ scopes?: Oauth2Scopes;
1110
+ /**
1111
+ * @generated from field: string authorization_url = 4;
1112
+ */
1113
+ authorizationUrl: string;
1114
+ /**
1115
+ * @generated from field: string token_url = 5;
1116
+ */
1117
+ tokenUrl: string;
1118
+ /**
1119
+ * @generated from field: string description = 6;
1120
+ */
1121
+ description: string;
1122
+ /**
1123
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 7;
1124
+ */
1125
+ vendorExtension: NamedAny[];
1126
+ };
1127
+ /**
1128
+ * Describes the message gnostic.openapi.v2.Oauth2AccessCodeSecurity.
1129
+ * Use `create(Oauth2AccessCodeSecuritySchema)` to create a new message.
1130
+ */
1131
+ export declare const Oauth2AccessCodeSecuritySchema: GenMessage<Oauth2AccessCodeSecurity>;
1132
+ /**
1133
+ * @generated from message gnostic.openapi.v2.Oauth2ApplicationSecurity
1134
+ */
1135
+ export type Oauth2ApplicationSecurity = Message<"gnostic.openapi.v2.Oauth2ApplicationSecurity"> & {
1136
+ /**
1137
+ * @generated from field: string type = 1;
1138
+ */
1139
+ type: string;
1140
+ /**
1141
+ * @generated from field: string flow = 2;
1142
+ */
1143
+ flow: string;
1144
+ /**
1145
+ * @generated from field: gnostic.openapi.v2.Oauth2Scopes scopes = 3;
1146
+ */
1147
+ scopes?: Oauth2Scopes;
1148
+ /**
1149
+ * @generated from field: string token_url = 4;
1150
+ */
1151
+ tokenUrl: string;
1152
+ /**
1153
+ * @generated from field: string description = 5;
1154
+ */
1155
+ description: string;
1156
+ /**
1157
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 6;
1158
+ */
1159
+ vendorExtension: NamedAny[];
1160
+ };
1161
+ /**
1162
+ * Describes the message gnostic.openapi.v2.Oauth2ApplicationSecurity.
1163
+ * Use `create(Oauth2ApplicationSecuritySchema)` to create a new message.
1164
+ */
1165
+ export declare const Oauth2ApplicationSecuritySchema: GenMessage<Oauth2ApplicationSecurity>;
1166
+ /**
1167
+ * @generated from message gnostic.openapi.v2.Oauth2ImplicitSecurity
1168
+ */
1169
+ export type Oauth2ImplicitSecurity = Message<"gnostic.openapi.v2.Oauth2ImplicitSecurity"> & {
1170
+ /**
1171
+ * @generated from field: string type = 1;
1172
+ */
1173
+ type: string;
1174
+ /**
1175
+ * @generated from field: string flow = 2;
1176
+ */
1177
+ flow: string;
1178
+ /**
1179
+ * @generated from field: gnostic.openapi.v2.Oauth2Scopes scopes = 3;
1180
+ */
1181
+ scopes?: Oauth2Scopes;
1182
+ /**
1183
+ * @generated from field: string authorization_url = 4;
1184
+ */
1185
+ authorizationUrl: string;
1186
+ /**
1187
+ * @generated from field: string description = 5;
1188
+ */
1189
+ description: string;
1190
+ /**
1191
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 6;
1192
+ */
1193
+ vendorExtension: NamedAny[];
1194
+ };
1195
+ /**
1196
+ * Describes the message gnostic.openapi.v2.Oauth2ImplicitSecurity.
1197
+ * Use `create(Oauth2ImplicitSecuritySchema)` to create a new message.
1198
+ */
1199
+ export declare const Oauth2ImplicitSecuritySchema: GenMessage<Oauth2ImplicitSecurity>;
1200
+ /**
1201
+ * @generated from message gnostic.openapi.v2.Oauth2PasswordSecurity
1202
+ */
1203
+ export type Oauth2PasswordSecurity = Message<"gnostic.openapi.v2.Oauth2PasswordSecurity"> & {
1204
+ /**
1205
+ * @generated from field: string type = 1;
1206
+ */
1207
+ type: string;
1208
+ /**
1209
+ * @generated from field: string flow = 2;
1210
+ */
1211
+ flow: string;
1212
+ /**
1213
+ * @generated from field: gnostic.openapi.v2.Oauth2Scopes scopes = 3;
1214
+ */
1215
+ scopes?: Oauth2Scopes;
1216
+ /**
1217
+ * @generated from field: string token_url = 4;
1218
+ */
1219
+ tokenUrl: string;
1220
+ /**
1221
+ * @generated from field: string description = 5;
1222
+ */
1223
+ description: string;
1224
+ /**
1225
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 6;
1226
+ */
1227
+ vendorExtension: NamedAny[];
1228
+ };
1229
+ /**
1230
+ * Describes the message gnostic.openapi.v2.Oauth2PasswordSecurity.
1231
+ * Use `create(Oauth2PasswordSecuritySchema)` to create a new message.
1232
+ */
1233
+ export declare const Oauth2PasswordSecuritySchema: GenMessage<Oauth2PasswordSecurity>;
1234
+ /**
1235
+ * @generated from message gnostic.openapi.v2.Oauth2Scopes
1236
+ */
1237
+ export type Oauth2Scopes = Message<"gnostic.openapi.v2.Oauth2Scopes"> & {
1238
+ /**
1239
+ * @generated from field: repeated gnostic.openapi.v2.NamedString additional_properties = 1;
1240
+ */
1241
+ additionalProperties: NamedString[];
1242
+ };
1243
+ /**
1244
+ * Describes the message gnostic.openapi.v2.Oauth2Scopes.
1245
+ * Use `create(Oauth2ScopesSchema)` to create a new message.
1246
+ */
1247
+ export declare const Oauth2ScopesSchema: GenMessage<Oauth2Scopes>;
1248
+ /**
1249
+ * @generated from message gnostic.openapi.v2.Operation
1250
+ */
1251
+ export type Operation = Message<"gnostic.openapi.v2.Operation"> & {
1252
+ /**
1253
+ * @generated from field: repeated string tags = 1;
1254
+ */
1255
+ tags: string[];
1256
+ /**
1257
+ * A brief summary of the operation.
1258
+ *
1259
+ * @generated from field: string summary = 2;
1260
+ */
1261
+ summary: string;
1262
+ /**
1263
+ * A longer description of the operation, GitHub Flavored Markdown is allowed.
1264
+ *
1265
+ * @generated from field: string description = 3;
1266
+ */
1267
+ description: string;
1268
+ /**
1269
+ * @generated from field: gnostic.openapi.v2.ExternalDocs external_docs = 4;
1270
+ */
1271
+ externalDocs?: ExternalDocs;
1272
+ /**
1273
+ * A unique identifier of the operation.
1274
+ *
1275
+ * @generated from field: string operation_id = 5;
1276
+ */
1277
+ operationId: string;
1278
+ /**
1279
+ * A list of MIME types the API can produce.
1280
+ *
1281
+ * @generated from field: repeated string produces = 6;
1282
+ */
1283
+ produces: string[];
1284
+ /**
1285
+ * A list of MIME types the API can consume.
1286
+ *
1287
+ * @generated from field: repeated string consumes = 7;
1288
+ */
1289
+ consumes: string[];
1290
+ /**
1291
+ * The parameters needed to send a valid API call.
1292
+ *
1293
+ * @generated from field: repeated gnostic.openapi.v2.ParametersItem parameters = 8;
1294
+ */
1295
+ parameters: ParametersItem[];
1296
+ /**
1297
+ * @generated from field: gnostic.openapi.v2.Responses responses = 9;
1298
+ */
1299
+ responses?: Responses;
1300
+ /**
1301
+ * The transfer protocol of the API.
1302
+ *
1303
+ * @generated from field: repeated string schemes = 10;
1304
+ */
1305
+ schemes: string[];
1306
+ /**
1307
+ * @generated from field: bool deprecated = 11;
1308
+ */
1309
+ deprecated: boolean;
1310
+ /**
1311
+ * @generated from field: repeated gnostic.openapi.v2.SecurityRequirement security = 12;
1312
+ */
1313
+ security: SecurityRequirement[];
1314
+ /**
1315
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 13;
1316
+ */
1317
+ vendorExtension: NamedAny[];
1318
+ };
1319
+ /**
1320
+ * Describes the message gnostic.openapi.v2.Operation.
1321
+ * Use `create(OperationSchema)` to create a new message.
1322
+ */
1323
+ export declare const OperationSchema: GenMessage<Operation>;
1324
+ /**
1325
+ * @generated from message gnostic.openapi.v2.Parameter
1326
+ */
1327
+ export type Parameter = Message<"gnostic.openapi.v2.Parameter"> & {
1328
+ /**
1329
+ * @generated from oneof gnostic.openapi.v2.Parameter.oneof
1330
+ */
1331
+ oneof: {
1332
+ /**
1333
+ * @generated from field: gnostic.openapi.v2.BodyParameter body_parameter = 1;
1334
+ */
1335
+ value: BodyParameter;
1336
+ case: "bodyParameter";
1337
+ } | {
1338
+ /**
1339
+ * @generated from field: gnostic.openapi.v2.NonBodyParameter non_body_parameter = 2;
1340
+ */
1341
+ value: NonBodyParameter;
1342
+ case: "nonBodyParameter";
1343
+ } | {
1344
+ case: undefined;
1345
+ value?: undefined;
1346
+ };
1347
+ };
1348
+ /**
1349
+ * Describes the message gnostic.openapi.v2.Parameter.
1350
+ * Use `create(ParameterSchema)` to create a new message.
1351
+ */
1352
+ export declare const ParameterSchema: GenMessage<Parameter>;
1353
+ /**
1354
+ * One or more JSON representations for parameters
1355
+ *
1356
+ * @generated from message gnostic.openapi.v2.ParameterDefinitions
1357
+ */
1358
+ export type ParameterDefinitions = Message<"gnostic.openapi.v2.ParameterDefinitions"> & {
1359
+ /**
1360
+ * @generated from field: repeated gnostic.openapi.v2.NamedParameter additional_properties = 1;
1361
+ */
1362
+ additionalProperties: NamedParameter[];
1363
+ };
1364
+ /**
1365
+ * Describes the message gnostic.openapi.v2.ParameterDefinitions.
1366
+ * Use `create(ParameterDefinitionsSchema)` to create a new message.
1367
+ */
1368
+ export declare const ParameterDefinitionsSchema: GenMessage<ParameterDefinitions>;
1369
+ /**
1370
+ * @generated from message gnostic.openapi.v2.ParametersItem
1371
+ */
1372
+ export type ParametersItem = Message<"gnostic.openapi.v2.ParametersItem"> & {
1373
+ /**
1374
+ * @generated from oneof gnostic.openapi.v2.ParametersItem.oneof
1375
+ */
1376
+ oneof: {
1377
+ /**
1378
+ * @generated from field: gnostic.openapi.v2.Parameter parameter = 1;
1379
+ */
1380
+ value: Parameter;
1381
+ case: "parameter";
1382
+ } | {
1383
+ /**
1384
+ * @generated from field: gnostic.openapi.v2.JsonReference json_reference = 2;
1385
+ */
1386
+ value: JsonReference;
1387
+ case: "jsonReference";
1388
+ } | {
1389
+ case: undefined;
1390
+ value?: undefined;
1391
+ };
1392
+ };
1393
+ /**
1394
+ * Describes the message gnostic.openapi.v2.ParametersItem.
1395
+ * Use `create(ParametersItemSchema)` to create a new message.
1396
+ */
1397
+ export declare const ParametersItemSchema: GenMessage<ParametersItem>;
1398
+ /**
1399
+ * @generated from message gnostic.openapi.v2.PathItem
1400
+ */
1401
+ export type PathItem = Message<"gnostic.openapi.v2.PathItem"> & {
1402
+ /**
1403
+ * @generated from field: string _ref = 1;
1404
+ */
1405
+ Ref: string;
1406
+ /**
1407
+ * @generated from field: gnostic.openapi.v2.Operation get = 2;
1408
+ */
1409
+ get?: Operation;
1410
+ /**
1411
+ * @generated from field: gnostic.openapi.v2.Operation put = 3;
1412
+ */
1413
+ put?: Operation;
1414
+ /**
1415
+ * @generated from field: gnostic.openapi.v2.Operation post = 4;
1416
+ */
1417
+ post?: Operation;
1418
+ /**
1419
+ * @generated from field: gnostic.openapi.v2.Operation delete = 5;
1420
+ */
1421
+ delete?: Operation;
1422
+ /**
1423
+ * @generated from field: gnostic.openapi.v2.Operation options = 6;
1424
+ */
1425
+ options?: Operation;
1426
+ /**
1427
+ * @generated from field: gnostic.openapi.v2.Operation head = 7;
1428
+ */
1429
+ head?: Operation;
1430
+ /**
1431
+ * @generated from field: gnostic.openapi.v2.Operation patch = 8;
1432
+ */
1433
+ patch?: Operation;
1434
+ /**
1435
+ * The parameters needed to send a valid API call.
1436
+ *
1437
+ * @generated from field: repeated gnostic.openapi.v2.ParametersItem parameters = 9;
1438
+ */
1439
+ parameters: ParametersItem[];
1440
+ /**
1441
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 10;
1442
+ */
1443
+ vendorExtension: NamedAny[];
1444
+ };
1445
+ /**
1446
+ * Describes the message gnostic.openapi.v2.PathItem.
1447
+ * Use `create(PathItemSchema)` to create a new message.
1448
+ */
1449
+ export declare const PathItemSchema: GenMessage<PathItem>;
1450
+ /**
1451
+ * @generated from message gnostic.openapi.v2.PathParameterSubSchema
1452
+ */
1453
+ export type PathParameterSubSchema = Message<"gnostic.openapi.v2.PathParameterSubSchema"> & {
1454
+ /**
1455
+ * Determines whether or not this parameter is required or optional.
1456
+ *
1457
+ * @generated from field: bool required = 1;
1458
+ */
1459
+ required: boolean;
1460
+ /**
1461
+ * Determines the location of the parameter.
1462
+ *
1463
+ * @generated from field: string in = 2;
1464
+ */
1465
+ in: string;
1466
+ /**
1467
+ * A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed.
1468
+ *
1469
+ * @generated from field: string description = 3;
1470
+ */
1471
+ description: string;
1472
+ /**
1473
+ * The name of the parameter.
1474
+ *
1475
+ * @generated from field: string name = 4;
1476
+ */
1477
+ name: string;
1478
+ /**
1479
+ * @generated from field: string type = 5;
1480
+ */
1481
+ type: string;
1482
+ /**
1483
+ * @generated from field: string format = 6;
1484
+ */
1485
+ format: string;
1486
+ /**
1487
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 7;
1488
+ */
1489
+ items?: PrimitivesItems;
1490
+ /**
1491
+ * @generated from field: string collection_format = 8;
1492
+ */
1493
+ collectionFormat: string;
1494
+ /**
1495
+ * @generated from field: gnostic.openapi.v2.Any default = 9;
1496
+ */
1497
+ default?: Any;
1498
+ /**
1499
+ * @generated from field: double maximum = 10;
1500
+ */
1501
+ maximum: number;
1502
+ /**
1503
+ * @generated from field: bool exclusive_maximum = 11;
1504
+ */
1505
+ exclusiveMaximum: boolean;
1506
+ /**
1507
+ * @generated from field: double minimum = 12;
1508
+ */
1509
+ minimum: number;
1510
+ /**
1511
+ * @generated from field: bool exclusive_minimum = 13;
1512
+ */
1513
+ exclusiveMinimum: boolean;
1514
+ /**
1515
+ * @generated from field: int64 max_length = 14 [jstype = JS_STRING];
1516
+ */
1517
+ maxLength: string;
1518
+ /**
1519
+ * @generated from field: int64 min_length = 15 [jstype = JS_STRING];
1520
+ */
1521
+ minLength: string;
1522
+ /**
1523
+ * @generated from field: string pattern = 16;
1524
+ */
1525
+ pattern: string;
1526
+ /**
1527
+ * @generated from field: int64 max_items = 17 [jstype = JS_STRING];
1528
+ */
1529
+ maxItems: string;
1530
+ /**
1531
+ * @generated from field: int64 min_items = 18 [jstype = JS_STRING];
1532
+ */
1533
+ minItems: string;
1534
+ /**
1535
+ * @generated from field: bool unique_items = 19;
1536
+ */
1537
+ uniqueItems: boolean;
1538
+ /**
1539
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 20;
1540
+ */
1541
+ enum: Any[];
1542
+ /**
1543
+ * @generated from field: double multiple_of = 21;
1544
+ */
1545
+ multipleOf: number;
1546
+ /**
1547
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 22;
1548
+ */
1549
+ vendorExtension: NamedAny[];
1550
+ };
1551
+ /**
1552
+ * Describes the message gnostic.openapi.v2.PathParameterSubSchema.
1553
+ * Use `create(PathParameterSubSchemaSchema)` to create a new message.
1554
+ */
1555
+ export declare const PathParameterSubSchemaSchema: GenMessage<PathParameterSubSchema>;
1556
+ /**
1557
+ * Relative paths to the individual endpoints. They must be relative to the 'basePath'.
1558
+ *
1559
+ * @generated from message gnostic.openapi.v2.Paths
1560
+ */
1561
+ export type Paths = Message<"gnostic.openapi.v2.Paths"> & {
1562
+ /**
1563
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 1;
1564
+ */
1565
+ vendorExtension: NamedAny[];
1566
+ /**
1567
+ * @generated from field: repeated gnostic.openapi.v2.NamedPathItem path = 2;
1568
+ */
1569
+ path: NamedPathItem[];
1570
+ };
1571
+ /**
1572
+ * Describes the message gnostic.openapi.v2.Paths.
1573
+ * Use `create(PathsSchema)` to create a new message.
1574
+ */
1575
+ export declare const PathsSchema: GenMessage<Paths>;
1576
+ /**
1577
+ * @generated from message gnostic.openapi.v2.PrimitivesItems
1578
+ */
1579
+ export type PrimitivesItems = Message<"gnostic.openapi.v2.PrimitivesItems"> & {
1580
+ /**
1581
+ * @generated from field: string type = 1;
1582
+ */
1583
+ type: string;
1584
+ /**
1585
+ * @generated from field: string format = 2;
1586
+ */
1587
+ format: string;
1588
+ /**
1589
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 3;
1590
+ */
1591
+ items?: PrimitivesItems;
1592
+ /**
1593
+ * @generated from field: string collection_format = 4;
1594
+ */
1595
+ collectionFormat: string;
1596
+ /**
1597
+ * @generated from field: gnostic.openapi.v2.Any default = 5;
1598
+ */
1599
+ default?: Any;
1600
+ /**
1601
+ * @generated from field: double maximum = 6;
1602
+ */
1603
+ maximum: number;
1604
+ /**
1605
+ * @generated from field: bool exclusive_maximum = 7;
1606
+ */
1607
+ exclusiveMaximum: boolean;
1608
+ /**
1609
+ * @generated from field: double minimum = 8;
1610
+ */
1611
+ minimum: number;
1612
+ /**
1613
+ * @generated from field: bool exclusive_minimum = 9;
1614
+ */
1615
+ exclusiveMinimum: boolean;
1616
+ /**
1617
+ * @generated from field: int64 max_length = 10 [jstype = JS_STRING];
1618
+ */
1619
+ maxLength: string;
1620
+ /**
1621
+ * @generated from field: int64 min_length = 11 [jstype = JS_STRING];
1622
+ */
1623
+ minLength: string;
1624
+ /**
1625
+ * @generated from field: string pattern = 12;
1626
+ */
1627
+ pattern: string;
1628
+ /**
1629
+ * @generated from field: int64 max_items = 13 [jstype = JS_STRING];
1630
+ */
1631
+ maxItems: string;
1632
+ /**
1633
+ * @generated from field: int64 min_items = 14 [jstype = JS_STRING];
1634
+ */
1635
+ minItems: string;
1636
+ /**
1637
+ * @generated from field: bool unique_items = 15;
1638
+ */
1639
+ uniqueItems: boolean;
1640
+ /**
1641
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 16;
1642
+ */
1643
+ enum: Any[];
1644
+ /**
1645
+ * @generated from field: double multiple_of = 17;
1646
+ */
1647
+ multipleOf: number;
1648
+ /**
1649
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 18;
1650
+ */
1651
+ vendorExtension: NamedAny[];
1652
+ };
1653
+ /**
1654
+ * Describes the message gnostic.openapi.v2.PrimitivesItems.
1655
+ * Use `create(PrimitivesItemsSchema)` to create a new message.
1656
+ */
1657
+ export declare const PrimitivesItemsSchema: GenMessage<PrimitivesItems>;
1658
+ /**
1659
+ * @generated from message gnostic.openapi.v2.Properties
1660
+ */
1661
+ export type Properties = Message<"gnostic.openapi.v2.Properties"> & {
1662
+ /**
1663
+ * @generated from field: repeated gnostic.openapi.v2.NamedSchema additional_properties = 1;
1664
+ */
1665
+ additionalProperties: NamedSchema[];
1666
+ };
1667
+ /**
1668
+ * Describes the message gnostic.openapi.v2.Properties.
1669
+ * Use `create(PropertiesSchema)` to create a new message.
1670
+ */
1671
+ export declare const PropertiesSchema: GenMessage<Properties>;
1672
+ /**
1673
+ * @generated from message gnostic.openapi.v2.QueryParameterSubSchema
1674
+ */
1675
+ export type QueryParameterSubSchema = Message<"gnostic.openapi.v2.QueryParameterSubSchema"> & {
1676
+ /**
1677
+ * Determines whether or not this parameter is required or optional.
1678
+ *
1679
+ * @generated from field: bool required = 1;
1680
+ */
1681
+ required: boolean;
1682
+ /**
1683
+ * Determines the location of the parameter.
1684
+ *
1685
+ * @generated from field: string in = 2;
1686
+ */
1687
+ in: string;
1688
+ /**
1689
+ * A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed.
1690
+ *
1691
+ * @generated from field: string description = 3;
1692
+ */
1693
+ description: string;
1694
+ /**
1695
+ * The name of the parameter.
1696
+ *
1697
+ * @generated from field: string name = 4;
1698
+ */
1699
+ name: string;
1700
+ /**
1701
+ * allows sending a parameter by name only or with an empty value.
1702
+ *
1703
+ * @generated from field: bool allow_empty_value = 5;
1704
+ */
1705
+ allowEmptyValue: boolean;
1706
+ /**
1707
+ * @generated from field: string type = 6;
1708
+ */
1709
+ type: string;
1710
+ /**
1711
+ * @generated from field: string format = 7;
1712
+ */
1713
+ format: string;
1714
+ /**
1715
+ * @generated from field: gnostic.openapi.v2.PrimitivesItems items = 8;
1716
+ */
1717
+ items?: PrimitivesItems;
1718
+ /**
1719
+ * @generated from field: string collection_format = 9;
1720
+ */
1721
+ collectionFormat: string;
1722
+ /**
1723
+ * @generated from field: gnostic.openapi.v2.Any default = 10;
1724
+ */
1725
+ default?: Any;
1726
+ /**
1727
+ * @generated from field: double maximum = 11;
1728
+ */
1729
+ maximum: number;
1730
+ /**
1731
+ * @generated from field: bool exclusive_maximum = 12;
1732
+ */
1733
+ exclusiveMaximum: boolean;
1734
+ /**
1735
+ * @generated from field: double minimum = 13;
1736
+ */
1737
+ minimum: number;
1738
+ /**
1739
+ * @generated from field: bool exclusive_minimum = 14;
1740
+ */
1741
+ exclusiveMinimum: boolean;
1742
+ /**
1743
+ * @generated from field: int64 max_length = 15 [jstype = JS_STRING];
1744
+ */
1745
+ maxLength: string;
1746
+ /**
1747
+ * @generated from field: int64 min_length = 16 [jstype = JS_STRING];
1748
+ */
1749
+ minLength: string;
1750
+ /**
1751
+ * @generated from field: string pattern = 17;
1752
+ */
1753
+ pattern: string;
1754
+ /**
1755
+ * @generated from field: int64 max_items = 18 [jstype = JS_STRING];
1756
+ */
1757
+ maxItems: string;
1758
+ /**
1759
+ * @generated from field: int64 min_items = 19 [jstype = JS_STRING];
1760
+ */
1761
+ minItems: string;
1762
+ /**
1763
+ * @generated from field: bool unique_items = 20;
1764
+ */
1765
+ uniqueItems: boolean;
1766
+ /**
1767
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 21;
1768
+ */
1769
+ enum: Any[];
1770
+ /**
1771
+ * @generated from field: double multiple_of = 22;
1772
+ */
1773
+ multipleOf: number;
1774
+ /**
1775
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 23;
1776
+ */
1777
+ vendorExtension: NamedAny[];
1778
+ };
1779
+ /**
1780
+ * Describes the message gnostic.openapi.v2.QueryParameterSubSchema.
1781
+ * Use `create(QueryParameterSubSchemaSchema)` to create a new message.
1782
+ */
1783
+ export declare const QueryParameterSubSchemaSchema: GenMessage<QueryParameterSubSchema>;
1784
+ /**
1785
+ * @generated from message gnostic.openapi.v2.Response
1786
+ */
1787
+ export type Response = Message<"gnostic.openapi.v2.Response"> & {
1788
+ /**
1789
+ * @generated from field: string description = 1;
1790
+ */
1791
+ description: string;
1792
+ /**
1793
+ * @generated from field: gnostic.openapi.v2.SchemaItem schema = 2;
1794
+ */
1795
+ schema?: SchemaItem;
1796
+ /**
1797
+ * @generated from field: gnostic.openapi.v2.Headers headers = 3;
1798
+ */
1799
+ headers?: Headers;
1800
+ /**
1801
+ * @generated from field: gnostic.openapi.v2.Examples examples = 4;
1802
+ */
1803
+ examples?: Examples;
1804
+ /**
1805
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 5;
1806
+ */
1807
+ vendorExtension: NamedAny[];
1808
+ };
1809
+ /**
1810
+ * Describes the message gnostic.openapi.v2.Response.
1811
+ * Use `create(ResponseSchema)` to create a new message.
1812
+ */
1813
+ export declare const ResponseSchema: GenMessage<Response>;
1814
+ /**
1815
+ * One or more JSON representations for responses
1816
+ *
1817
+ * @generated from message gnostic.openapi.v2.ResponseDefinitions
1818
+ */
1819
+ export type ResponseDefinitions = Message<"gnostic.openapi.v2.ResponseDefinitions"> & {
1820
+ /**
1821
+ * @generated from field: repeated gnostic.openapi.v2.NamedResponse additional_properties = 1;
1822
+ */
1823
+ additionalProperties: NamedResponse[];
1824
+ };
1825
+ /**
1826
+ * Describes the message gnostic.openapi.v2.ResponseDefinitions.
1827
+ * Use `create(ResponseDefinitionsSchema)` to create a new message.
1828
+ */
1829
+ export declare const ResponseDefinitionsSchema: GenMessage<ResponseDefinitions>;
1830
+ /**
1831
+ * @generated from message gnostic.openapi.v2.ResponseValue
1832
+ */
1833
+ export type ResponseValue = Message<"gnostic.openapi.v2.ResponseValue"> & {
1834
+ /**
1835
+ * @generated from oneof gnostic.openapi.v2.ResponseValue.oneof
1836
+ */
1837
+ oneof: {
1838
+ /**
1839
+ * @generated from field: gnostic.openapi.v2.Response response = 1;
1840
+ */
1841
+ value: Response;
1842
+ case: "response";
1843
+ } | {
1844
+ /**
1845
+ * @generated from field: gnostic.openapi.v2.JsonReference json_reference = 2;
1846
+ */
1847
+ value: JsonReference;
1848
+ case: "jsonReference";
1849
+ } | {
1850
+ case: undefined;
1851
+ value?: undefined;
1852
+ };
1853
+ };
1854
+ /**
1855
+ * Describes the message gnostic.openapi.v2.ResponseValue.
1856
+ * Use `create(ResponseValueSchema)` to create a new message.
1857
+ */
1858
+ export declare const ResponseValueSchema: GenMessage<ResponseValue>;
1859
+ /**
1860
+ * Response objects names can either be any valid HTTP status code or 'default'.
1861
+ *
1862
+ * @generated from message gnostic.openapi.v2.Responses
1863
+ */
1864
+ export type Responses = Message<"gnostic.openapi.v2.Responses"> & {
1865
+ /**
1866
+ * @generated from field: repeated gnostic.openapi.v2.NamedResponseValue response_code = 1;
1867
+ */
1868
+ responseCode: NamedResponseValue[];
1869
+ /**
1870
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 2;
1871
+ */
1872
+ vendorExtension: NamedAny[];
1873
+ };
1874
+ /**
1875
+ * Describes the message gnostic.openapi.v2.Responses.
1876
+ * Use `create(ResponsesSchema)` to create a new message.
1877
+ */
1878
+ export declare const ResponsesSchema: GenMessage<Responses>;
1879
+ /**
1880
+ * A deterministic version of a JSON Schema object.
1881
+ *
1882
+ * @generated from message gnostic.openapi.v2.Schema
1883
+ */
1884
+ export type Schema = Message<"gnostic.openapi.v2.Schema"> & {
1885
+ /**
1886
+ * @generated from field: string _ref = 1;
1887
+ */
1888
+ Ref: string;
1889
+ /**
1890
+ * @generated from field: string format = 2;
1891
+ */
1892
+ format: string;
1893
+ /**
1894
+ * @generated from field: string title = 3;
1895
+ */
1896
+ title: string;
1897
+ /**
1898
+ * @generated from field: string description = 4;
1899
+ */
1900
+ description: string;
1901
+ /**
1902
+ * @generated from field: gnostic.openapi.v2.Any default = 5;
1903
+ */
1904
+ default?: Any;
1905
+ /**
1906
+ * @generated from field: double multiple_of = 6;
1907
+ */
1908
+ multipleOf: number;
1909
+ /**
1910
+ * @generated from field: double maximum = 7;
1911
+ */
1912
+ maximum: number;
1913
+ /**
1914
+ * @generated from field: bool exclusive_maximum = 8;
1915
+ */
1916
+ exclusiveMaximum: boolean;
1917
+ /**
1918
+ * @generated from field: double minimum = 9;
1919
+ */
1920
+ minimum: number;
1921
+ /**
1922
+ * @generated from field: bool exclusive_minimum = 10;
1923
+ */
1924
+ exclusiveMinimum: boolean;
1925
+ /**
1926
+ * @generated from field: int64 max_length = 11 [jstype = JS_STRING];
1927
+ */
1928
+ maxLength: string;
1929
+ /**
1930
+ * @generated from field: int64 min_length = 12 [jstype = JS_STRING];
1931
+ */
1932
+ minLength: string;
1933
+ /**
1934
+ * @generated from field: string pattern = 13;
1935
+ */
1936
+ pattern: string;
1937
+ /**
1938
+ * @generated from field: int64 max_items = 14 [jstype = JS_STRING];
1939
+ */
1940
+ maxItems: string;
1941
+ /**
1942
+ * @generated from field: int64 min_items = 15 [jstype = JS_STRING];
1943
+ */
1944
+ minItems: string;
1945
+ /**
1946
+ * @generated from field: bool unique_items = 16;
1947
+ */
1948
+ uniqueItems: boolean;
1949
+ /**
1950
+ * @generated from field: int64 max_properties = 17 [jstype = JS_STRING];
1951
+ */
1952
+ maxProperties: string;
1953
+ /**
1954
+ * @generated from field: int64 min_properties = 18 [jstype = JS_STRING];
1955
+ */
1956
+ minProperties: string;
1957
+ /**
1958
+ * @generated from field: repeated string required = 19;
1959
+ */
1960
+ required: string[];
1961
+ /**
1962
+ * @generated from field: repeated gnostic.openapi.v2.Any enum = 20;
1963
+ */
1964
+ enum: Any[];
1965
+ /**
1966
+ * @generated from field: gnostic.openapi.v2.AdditionalPropertiesItem additional_properties = 21;
1967
+ */
1968
+ additionalProperties?: AdditionalPropertiesItem;
1969
+ /**
1970
+ * @generated from field: gnostic.openapi.v2.TypeItem type = 22;
1971
+ */
1972
+ type?: TypeItem;
1973
+ /**
1974
+ * @generated from field: gnostic.openapi.v2.ItemsItem items = 23;
1975
+ */
1976
+ items?: ItemsItem;
1977
+ /**
1978
+ * @generated from field: repeated gnostic.openapi.v2.Schema all_of = 24;
1979
+ */
1980
+ allOf: Schema[];
1981
+ /**
1982
+ * @generated from field: gnostic.openapi.v2.Properties properties = 25;
1983
+ */
1984
+ properties?: Properties;
1985
+ /**
1986
+ * @generated from field: string discriminator = 26;
1987
+ */
1988
+ discriminator: string;
1989
+ /**
1990
+ * @generated from field: bool read_only = 27;
1991
+ */
1992
+ readOnly: boolean;
1993
+ /**
1994
+ * @generated from field: gnostic.openapi.v2.Xml xml = 28;
1995
+ */
1996
+ xml?: Xml;
1997
+ /**
1998
+ * @generated from field: gnostic.openapi.v2.ExternalDocs external_docs = 29;
1999
+ */
2000
+ externalDocs?: ExternalDocs;
2001
+ /**
2002
+ * @generated from field: gnostic.openapi.v2.Any example = 30;
2003
+ */
2004
+ example?: Any;
2005
+ /**
2006
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 31;
2007
+ */
2008
+ vendorExtension: NamedAny[];
2009
+ };
2010
+ /**
2011
+ * Describes the message gnostic.openapi.v2.Schema.
2012
+ * Use `create(SchemaSchema)` to create a new message.
2013
+ */
2014
+ export declare const SchemaSchema: GenMessage<Schema>;
2015
+ /**
2016
+ * @generated from message gnostic.openapi.v2.SchemaItem
2017
+ */
2018
+ export type SchemaItem = Message<"gnostic.openapi.v2.SchemaItem"> & {
2019
+ /**
2020
+ * @generated from oneof gnostic.openapi.v2.SchemaItem.oneof
2021
+ */
2022
+ oneof: {
2023
+ /**
2024
+ * @generated from field: gnostic.openapi.v2.Schema schema = 1;
2025
+ */
2026
+ value: Schema;
2027
+ case: "schema";
2028
+ } | {
2029
+ /**
2030
+ * @generated from field: gnostic.openapi.v2.FileSchema file_schema = 2;
2031
+ */
2032
+ value: FileSchema;
2033
+ case: "fileSchema";
2034
+ } | {
2035
+ case: undefined;
2036
+ value?: undefined;
2037
+ };
2038
+ };
2039
+ /**
2040
+ * Describes the message gnostic.openapi.v2.SchemaItem.
2041
+ * Use `create(SchemaItemSchema)` to create a new message.
2042
+ */
2043
+ export declare const SchemaItemSchema: GenMessage<SchemaItem>;
2044
+ /**
2045
+ * @generated from message gnostic.openapi.v2.SecurityDefinitions
2046
+ */
2047
+ export type SecurityDefinitions = Message<"gnostic.openapi.v2.SecurityDefinitions"> & {
2048
+ /**
2049
+ * @generated from field: repeated gnostic.openapi.v2.NamedSecurityDefinitionsItem additional_properties = 1;
2050
+ */
2051
+ additionalProperties: NamedSecurityDefinitionsItem[];
2052
+ };
2053
+ /**
2054
+ * Describes the message gnostic.openapi.v2.SecurityDefinitions.
2055
+ * Use `create(SecurityDefinitionsSchema)` to create a new message.
2056
+ */
2057
+ export declare const SecurityDefinitionsSchema: GenMessage<SecurityDefinitions>;
2058
+ /**
2059
+ * @generated from message gnostic.openapi.v2.SecurityDefinitionsItem
2060
+ */
2061
+ export type SecurityDefinitionsItem = Message<"gnostic.openapi.v2.SecurityDefinitionsItem"> & {
2062
+ /**
2063
+ * @generated from oneof gnostic.openapi.v2.SecurityDefinitionsItem.oneof
2064
+ */
2065
+ oneof: {
2066
+ /**
2067
+ * @generated from field: gnostic.openapi.v2.BasicAuthenticationSecurity basic_authentication_security = 1;
2068
+ */
2069
+ value: BasicAuthenticationSecurity;
2070
+ case: "basicAuthenticationSecurity";
2071
+ } | {
2072
+ /**
2073
+ * @generated from field: gnostic.openapi.v2.ApiKeySecurity api_key_security = 2;
2074
+ */
2075
+ value: ApiKeySecurity;
2076
+ case: "apiKeySecurity";
2077
+ } | {
2078
+ /**
2079
+ * @generated from field: gnostic.openapi.v2.Oauth2ImplicitSecurity oauth2_implicit_security = 3;
2080
+ */
2081
+ value: Oauth2ImplicitSecurity;
2082
+ case: "oauth2ImplicitSecurity";
2083
+ } | {
2084
+ /**
2085
+ * @generated from field: gnostic.openapi.v2.Oauth2PasswordSecurity oauth2_password_security = 4;
2086
+ */
2087
+ value: Oauth2PasswordSecurity;
2088
+ case: "oauth2PasswordSecurity";
2089
+ } | {
2090
+ /**
2091
+ * @generated from field: gnostic.openapi.v2.Oauth2ApplicationSecurity oauth2_application_security = 5;
2092
+ */
2093
+ value: Oauth2ApplicationSecurity;
2094
+ case: "oauth2ApplicationSecurity";
2095
+ } | {
2096
+ /**
2097
+ * @generated from field: gnostic.openapi.v2.Oauth2AccessCodeSecurity oauth2_access_code_security = 6;
2098
+ */
2099
+ value: Oauth2AccessCodeSecurity;
2100
+ case: "oauth2AccessCodeSecurity";
2101
+ } | {
2102
+ case: undefined;
2103
+ value?: undefined;
2104
+ };
2105
+ };
2106
+ /**
2107
+ * Describes the message gnostic.openapi.v2.SecurityDefinitionsItem.
2108
+ * Use `create(SecurityDefinitionsItemSchema)` to create a new message.
2109
+ */
2110
+ export declare const SecurityDefinitionsItemSchema: GenMessage<SecurityDefinitionsItem>;
2111
+ /**
2112
+ * @generated from message gnostic.openapi.v2.SecurityRequirement
2113
+ */
2114
+ export type SecurityRequirement = Message<"gnostic.openapi.v2.SecurityRequirement"> & {
2115
+ /**
2116
+ * @generated from field: repeated gnostic.openapi.v2.NamedStringArray additional_properties = 1;
2117
+ */
2118
+ additionalProperties: NamedStringArray[];
2119
+ };
2120
+ /**
2121
+ * Describes the message gnostic.openapi.v2.SecurityRequirement.
2122
+ * Use `create(SecurityRequirementSchema)` to create a new message.
2123
+ */
2124
+ export declare const SecurityRequirementSchema: GenMessage<SecurityRequirement>;
2125
+ /**
2126
+ * @generated from message gnostic.openapi.v2.StringArray
2127
+ */
2128
+ export type StringArray = Message<"gnostic.openapi.v2.StringArray"> & {
2129
+ /**
2130
+ * @generated from field: repeated string value = 1;
2131
+ */
2132
+ value: string[];
2133
+ };
2134
+ /**
2135
+ * Describes the message gnostic.openapi.v2.StringArray.
2136
+ * Use `create(StringArraySchema)` to create a new message.
2137
+ */
2138
+ export declare const StringArraySchema: GenMessage<StringArray>;
2139
+ /**
2140
+ * @generated from message gnostic.openapi.v2.Tag
2141
+ */
2142
+ export type Tag = Message<"gnostic.openapi.v2.Tag"> & {
2143
+ /**
2144
+ * @generated from field: string name = 1;
2145
+ */
2146
+ name: string;
2147
+ /**
2148
+ * @generated from field: string description = 2;
2149
+ */
2150
+ description: string;
2151
+ /**
2152
+ * @generated from field: gnostic.openapi.v2.ExternalDocs external_docs = 3;
2153
+ */
2154
+ externalDocs?: ExternalDocs;
2155
+ /**
2156
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 4;
2157
+ */
2158
+ vendorExtension: NamedAny[];
2159
+ };
2160
+ /**
2161
+ * Describes the message gnostic.openapi.v2.Tag.
2162
+ * Use `create(TagSchema)` to create a new message.
2163
+ */
2164
+ export declare const TagSchema: GenMessage<Tag>;
2165
+ /**
2166
+ * @generated from message gnostic.openapi.v2.TypeItem
2167
+ */
2168
+ export type TypeItem = Message<"gnostic.openapi.v2.TypeItem"> & {
2169
+ /**
2170
+ * @generated from field: repeated string value = 1;
2171
+ */
2172
+ value: string[];
2173
+ };
2174
+ /**
2175
+ * Describes the message gnostic.openapi.v2.TypeItem.
2176
+ * Use `create(TypeItemSchema)` to create a new message.
2177
+ */
2178
+ export declare const TypeItemSchema: GenMessage<TypeItem>;
2179
+ /**
2180
+ * Any property starting with x- is valid.
2181
+ *
2182
+ * @generated from message gnostic.openapi.v2.VendorExtension
2183
+ */
2184
+ export type VendorExtension = Message<"gnostic.openapi.v2.VendorExtension"> & {
2185
+ /**
2186
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny additional_properties = 1;
2187
+ */
2188
+ additionalProperties: NamedAny[];
2189
+ };
2190
+ /**
2191
+ * Describes the message gnostic.openapi.v2.VendorExtension.
2192
+ * Use `create(VendorExtensionSchema)` to create a new message.
2193
+ */
2194
+ export declare const VendorExtensionSchema: GenMessage<VendorExtension>;
2195
+ /**
2196
+ * @generated from message gnostic.openapi.v2.Xml
2197
+ */
2198
+ export type Xml = Message<"gnostic.openapi.v2.Xml"> & {
2199
+ /**
2200
+ * @generated from field: string name = 1;
2201
+ */
2202
+ name: string;
2203
+ /**
2204
+ * @generated from field: string namespace = 2;
2205
+ */
2206
+ namespace: string;
2207
+ /**
2208
+ * @generated from field: string prefix = 3;
2209
+ */
2210
+ prefix: string;
2211
+ /**
2212
+ * @generated from field: bool attribute = 4;
2213
+ */
2214
+ attribute: boolean;
2215
+ /**
2216
+ * @generated from field: bool wrapped = 5;
2217
+ */
2218
+ wrapped: boolean;
2219
+ /**
2220
+ * @generated from field: repeated gnostic.openapi.v2.NamedAny vendor_extension = 6;
2221
+ */
2222
+ vendorExtension: NamedAny[];
2223
+ };
2224
+ /**
2225
+ * Describes the message gnostic.openapi.v2.Xml.
2226
+ * Use `create(XmlSchema)` to create a new message.
2227
+ */
2228
+ export declare const XmlSchema: GenMessage<Xml>;
2229
+ //# sourceMappingURL=openapiv2_pb.d.ts.map