@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,816 @@
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/discovery/v1/discovery.proto.
6
+ */
7
+ export declare const file_gnostic_discovery_v1_discovery: GenFile;
8
+ /**
9
+ * @generated from message gnostic.discovery.v1.Annotations
10
+ */
11
+ export type Annotations = Message<"gnostic.discovery.v1.Annotations"> & {
12
+ /**
13
+ * @generated from field: repeated string required = 1;
14
+ */
15
+ required: string[];
16
+ };
17
+ /**
18
+ * Describes the message gnostic.discovery.v1.Annotations.
19
+ * Use `create(AnnotationsSchema)` to create a new message.
20
+ */
21
+ export declare const AnnotationsSchema: GenMessage<Annotations>;
22
+ /**
23
+ * @generated from message gnostic.discovery.v1.Any
24
+ */
25
+ export type Any = Message<"gnostic.discovery.v1.Any"> & {
26
+ /**
27
+ * @generated from field: google.protobuf.Any value = 1;
28
+ */
29
+ value?: Any$1;
30
+ /**
31
+ * @generated from field: string yaml = 2;
32
+ */
33
+ yaml: string;
34
+ };
35
+ /**
36
+ * Describes the message gnostic.discovery.v1.Any.
37
+ * Use `create(AnySchema)` to create a new message.
38
+ */
39
+ export declare const AnySchema: GenMessage<Any>;
40
+ /**
41
+ * @generated from message gnostic.discovery.v1.Auth
42
+ */
43
+ export type Auth = Message<"gnostic.discovery.v1.Auth"> & {
44
+ /**
45
+ * @generated from field: gnostic.discovery.v1.Oauth2 oauth2 = 1;
46
+ */
47
+ oauth2?: Oauth2;
48
+ };
49
+ /**
50
+ * Describes the message gnostic.discovery.v1.Auth.
51
+ * Use `create(AuthSchema)` to create a new message.
52
+ */
53
+ export declare const AuthSchema: GenMessage<Auth>;
54
+ /**
55
+ * @generated from message gnostic.discovery.v1.Document
56
+ */
57
+ export type Document = Message<"gnostic.discovery.v1.Document"> & {
58
+ /**
59
+ * @generated from field: string kind = 1;
60
+ */
61
+ kind: string;
62
+ /**
63
+ * @generated from field: string discovery_version = 2;
64
+ */
65
+ discoveryVersion: string;
66
+ /**
67
+ * @generated from field: string id = 3;
68
+ */
69
+ id: string;
70
+ /**
71
+ * @generated from field: string name = 4;
72
+ */
73
+ name: string;
74
+ /**
75
+ * @generated from field: string version = 5;
76
+ */
77
+ version: string;
78
+ /**
79
+ * @generated from field: string revision = 6;
80
+ */
81
+ revision: string;
82
+ /**
83
+ * @generated from field: string title = 7;
84
+ */
85
+ title: string;
86
+ /**
87
+ * @generated from field: string description = 8;
88
+ */
89
+ description: string;
90
+ /**
91
+ * @generated from field: gnostic.discovery.v1.Icons icons = 9;
92
+ */
93
+ icons?: Icons;
94
+ /**
95
+ * @generated from field: string documentation_link = 10;
96
+ */
97
+ documentationLink: string;
98
+ /**
99
+ * @generated from field: repeated string labels = 11;
100
+ */
101
+ labels: string[];
102
+ /**
103
+ * @generated from field: string protocol = 12;
104
+ */
105
+ protocol: string;
106
+ /**
107
+ * @generated from field: string base_url = 13;
108
+ */
109
+ baseUrl: string;
110
+ /**
111
+ * @generated from field: string base_path = 14;
112
+ */
113
+ basePath: string;
114
+ /**
115
+ * @generated from field: string root_url = 15;
116
+ */
117
+ rootUrl: string;
118
+ /**
119
+ * @generated from field: string service_path = 16;
120
+ */
121
+ servicePath: string;
122
+ /**
123
+ * @generated from field: string batch_path = 17;
124
+ */
125
+ batchPath: string;
126
+ /**
127
+ * @generated from field: gnostic.discovery.v1.Parameters parameters = 18;
128
+ */
129
+ parameters?: Parameters;
130
+ /**
131
+ * @generated from field: gnostic.discovery.v1.Auth auth = 19;
132
+ */
133
+ auth?: Auth;
134
+ /**
135
+ * @generated from field: repeated string features = 20;
136
+ */
137
+ features: string[];
138
+ /**
139
+ * @generated from field: gnostic.discovery.v1.Schemas schemas = 21;
140
+ */
141
+ schemas?: Schemas;
142
+ /**
143
+ * @generated from field: gnostic.discovery.v1.Methods methods = 22;
144
+ */
145
+ methods?: Methods;
146
+ /**
147
+ * @generated from field: gnostic.discovery.v1.Resources resources = 23;
148
+ */
149
+ resources?: Resources;
150
+ /**
151
+ * @generated from field: string etag = 24;
152
+ */
153
+ etag: string;
154
+ /**
155
+ * @generated from field: string owner_domain = 25;
156
+ */
157
+ ownerDomain: string;
158
+ /**
159
+ * @generated from field: string owner_name = 26;
160
+ */
161
+ ownerName: string;
162
+ /**
163
+ * @generated from field: bool version_module = 27;
164
+ */
165
+ versionModule: boolean;
166
+ /**
167
+ * @generated from field: string canonical_name = 28;
168
+ */
169
+ canonicalName: string;
170
+ /**
171
+ * @generated from field: bool fully_encode_reserved_expansion = 29;
172
+ */
173
+ fullyEncodeReservedExpansion: boolean;
174
+ /**
175
+ * @generated from field: string package_path = 30;
176
+ */
177
+ packagePath: string;
178
+ /**
179
+ * @generated from field: string mtls_root_url = 31;
180
+ */
181
+ mtlsRootUrl: string;
182
+ };
183
+ /**
184
+ * Describes the message gnostic.discovery.v1.Document.
185
+ * Use `create(DocumentSchema)` to create a new message.
186
+ */
187
+ export declare const DocumentSchema: GenMessage<Document>;
188
+ /**
189
+ * Icons that represent the API.
190
+ *
191
+ * @generated from message gnostic.discovery.v1.Icons
192
+ */
193
+ export type Icons = Message<"gnostic.discovery.v1.Icons"> & {
194
+ /**
195
+ * @generated from field: string x16 = 1;
196
+ */
197
+ x16: string;
198
+ /**
199
+ * @generated from field: string x32 = 2;
200
+ */
201
+ x32: string;
202
+ };
203
+ /**
204
+ * Describes the message gnostic.discovery.v1.Icons.
205
+ * Use `create(IconsSchema)` to create a new message.
206
+ */
207
+ export declare const IconsSchema: GenMessage<Icons>;
208
+ /**
209
+ * @generated from message gnostic.discovery.v1.MediaUpload
210
+ */
211
+ export type MediaUpload = Message<"gnostic.discovery.v1.MediaUpload"> & {
212
+ /**
213
+ * @generated from field: repeated string accept = 1;
214
+ */
215
+ accept: string[];
216
+ /**
217
+ * @generated from field: string max_size = 2;
218
+ */
219
+ maxSize: string;
220
+ /**
221
+ * @generated from field: gnostic.discovery.v1.Protocols protocols = 3;
222
+ */
223
+ protocols?: Protocols;
224
+ /**
225
+ * @generated from field: bool supports_subscription = 4;
226
+ */
227
+ supportsSubscription: boolean;
228
+ };
229
+ /**
230
+ * Describes the message gnostic.discovery.v1.MediaUpload.
231
+ * Use `create(MediaUploadSchema)` to create a new message.
232
+ */
233
+ export declare const MediaUploadSchema: GenMessage<MediaUpload>;
234
+ /**
235
+ * @generated from message gnostic.discovery.v1.Method
236
+ */
237
+ export type Method = Message<"gnostic.discovery.v1.Method"> & {
238
+ /**
239
+ * @generated from field: string id = 1;
240
+ */
241
+ id: string;
242
+ /**
243
+ * @generated from field: string path = 2;
244
+ */
245
+ path: string;
246
+ /**
247
+ * @generated from field: string http_method = 3;
248
+ */
249
+ httpMethod: string;
250
+ /**
251
+ * @generated from field: string description = 4;
252
+ */
253
+ description: string;
254
+ /**
255
+ * @generated from field: gnostic.discovery.v1.Parameters parameters = 5;
256
+ */
257
+ parameters?: Parameters;
258
+ /**
259
+ * @generated from field: repeated string parameter_order = 6;
260
+ */
261
+ parameterOrder: string[];
262
+ /**
263
+ * @generated from field: gnostic.discovery.v1.Request request = 7;
264
+ */
265
+ request?: Request;
266
+ /**
267
+ * @generated from field: gnostic.discovery.v1.Response response = 8;
268
+ */
269
+ response?: Response;
270
+ /**
271
+ * @generated from field: repeated string scopes = 9;
272
+ */
273
+ scopes: string[];
274
+ /**
275
+ * @generated from field: bool supports_media_download = 10;
276
+ */
277
+ supportsMediaDownload: boolean;
278
+ /**
279
+ * @generated from field: bool supports_media_upload = 11;
280
+ */
281
+ supportsMediaUpload: boolean;
282
+ /**
283
+ * @generated from field: bool use_media_download_service = 12;
284
+ */
285
+ useMediaDownloadService: boolean;
286
+ /**
287
+ * @generated from field: gnostic.discovery.v1.MediaUpload media_upload = 13;
288
+ */
289
+ mediaUpload?: MediaUpload;
290
+ /**
291
+ * @generated from field: bool supports_subscription = 14;
292
+ */
293
+ supportsSubscription: boolean;
294
+ /**
295
+ * @generated from field: string flat_path = 15;
296
+ */
297
+ flatPath: string;
298
+ /**
299
+ * @generated from field: bool etag_required = 16;
300
+ */
301
+ etagRequired: boolean;
302
+ /**
303
+ * @generated from field: string streaming_type = 17;
304
+ */
305
+ streamingType: string;
306
+ };
307
+ /**
308
+ * Describes the message gnostic.discovery.v1.Method.
309
+ * Use `create(MethodSchema)` to create a new message.
310
+ */
311
+ export declare const MethodSchema: GenMessage<Method>;
312
+ /**
313
+ * @generated from message gnostic.discovery.v1.Methods
314
+ */
315
+ export type Methods = Message<"gnostic.discovery.v1.Methods"> & {
316
+ /**
317
+ * @generated from field: repeated gnostic.discovery.v1.NamedMethod additional_properties = 1;
318
+ */
319
+ additionalProperties: NamedMethod[];
320
+ };
321
+ /**
322
+ * Describes the message gnostic.discovery.v1.Methods.
323
+ * Use `create(MethodsSchema)` to create a new message.
324
+ */
325
+ export declare const MethodsSchema: GenMessage<Methods>;
326
+ /**
327
+ * Automatically-generated message used to represent maps of Method as ordered (name,value) pairs.
328
+ *
329
+ * @generated from message gnostic.discovery.v1.NamedMethod
330
+ */
331
+ export type NamedMethod = Message<"gnostic.discovery.v1.NamedMethod"> & {
332
+ /**
333
+ * Map key
334
+ *
335
+ * @generated from field: string name = 1;
336
+ */
337
+ name: string;
338
+ /**
339
+ * Mapped value
340
+ *
341
+ * @generated from field: gnostic.discovery.v1.Method value = 2;
342
+ */
343
+ value?: Method;
344
+ };
345
+ /**
346
+ * Describes the message gnostic.discovery.v1.NamedMethod.
347
+ * Use `create(NamedMethodSchema)` to create a new message.
348
+ */
349
+ export declare const NamedMethodSchema: GenMessage<NamedMethod>;
350
+ /**
351
+ * Automatically-generated message used to represent maps of Parameter as ordered (name,value) pairs.
352
+ *
353
+ * @generated from message gnostic.discovery.v1.NamedParameter
354
+ */
355
+ export type NamedParameter = Message<"gnostic.discovery.v1.NamedParameter"> & {
356
+ /**
357
+ * Map key
358
+ *
359
+ * @generated from field: string name = 1;
360
+ */
361
+ name: string;
362
+ /**
363
+ * Mapped value
364
+ *
365
+ * @generated from field: gnostic.discovery.v1.Parameter value = 2;
366
+ */
367
+ value?: Parameter;
368
+ };
369
+ /**
370
+ * Describes the message gnostic.discovery.v1.NamedParameter.
371
+ * Use `create(NamedParameterSchema)` to create a new message.
372
+ */
373
+ export declare const NamedParameterSchema: GenMessage<NamedParameter>;
374
+ /**
375
+ * Automatically-generated message used to represent maps of Resource as ordered (name,value) pairs.
376
+ *
377
+ * @generated from message gnostic.discovery.v1.NamedResource
378
+ */
379
+ export type NamedResource = Message<"gnostic.discovery.v1.NamedResource"> & {
380
+ /**
381
+ * Map key
382
+ *
383
+ * @generated from field: string name = 1;
384
+ */
385
+ name: string;
386
+ /**
387
+ * Mapped value
388
+ *
389
+ * @generated from field: gnostic.discovery.v1.Resource value = 2;
390
+ */
391
+ value?: Resource;
392
+ };
393
+ /**
394
+ * Describes the message gnostic.discovery.v1.NamedResource.
395
+ * Use `create(NamedResourceSchema)` to create a new message.
396
+ */
397
+ export declare const NamedResourceSchema: GenMessage<NamedResource>;
398
+ /**
399
+ * Automatically-generated message used to represent maps of Schema as ordered (name,value) pairs.
400
+ *
401
+ * @generated from message gnostic.discovery.v1.NamedSchema
402
+ */
403
+ export type NamedSchema = Message<"gnostic.discovery.v1.NamedSchema"> & {
404
+ /**
405
+ * Map key
406
+ *
407
+ * @generated from field: string name = 1;
408
+ */
409
+ name: string;
410
+ /**
411
+ * Mapped value
412
+ *
413
+ * @generated from field: gnostic.discovery.v1.Schema value = 2;
414
+ */
415
+ value?: Schema;
416
+ };
417
+ /**
418
+ * Describes the message gnostic.discovery.v1.NamedSchema.
419
+ * Use `create(NamedSchemaSchema)` to create a new message.
420
+ */
421
+ export declare const NamedSchemaSchema: GenMessage<NamedSchema>;
422
+ /**
423
+ * Automatically-generated message used to represent maps of Scope as ordered (name,value) pairs.
424
+ *
425
+ * @generated from message gnostic.discovery.v1.NamedScope
426
+ */
427
+ export type NamedScope = Message<"gnostic.discovery.v1.NamedScope"> & {
428
+ /**
429
+ * Map key
430
+ *
431
+ * @generated from field: string name = 1;
432
+ */
433
+ name: string;
434
+ /**
435
+ * Mapped value
436
+ *
437
+ * @generated from field: gnostic.discovery.v1.Scope value = 2;
438
+ */
439
+ value?: Scope;
440
+ };
441
+ /**
442
+ * Describes the message gnostic.discovery.v1.NamedScope.
443
+ * Use `create(NamedScopeSchema)` to create a new message.
444
+ */
445
+ export declare const NamedScopeSchema: GenMessage<NamedScope>;
446
+ /**
447
+ * @generated from message gnostic.discovery.v1.Oauth2
448
+ */
449
+ export type Oauth2 = Message<"gnostic.discovery.v1.Oauth2"> & {
450
+ /**
451
+ * @generated from field: gnostic.discovery.v1.Scopes scopes = 1;
452
+ */
453
+ scopes?: Scopes;
454
+ };
455
+ /**
456
+ * Describes the message gnostic.discovery.v1.Oauth2.
457
+ * Use `create(Oauth2Schema)` to create a new message.
458
+ */
459
+ export declare const Oauth2Schema: GenMessage<Oauth2>;
460
+ /**
461
+ * @generated from message gnostic.discovery.v1.Parameter
462
+ */
463
+ export type Parameter = Message<"gnostic.discovery.v1.Parameter"> & {
464
+ /**
465
+ * @generated from field: string id = 1;
466
+ */
467
+ id: string;
468
+ /**
469
+ * @generated from field: string type = 2;
470
+ */
471
+ type: string;
472
+ /**
473
+ * @generated from field: string _ref = 3;
474
+ */
475
+ Ref: string;
476
+ /**
477
+ * @generated from field: string description = 4;
478
+ */
479
+ description: string;
480
+ /**
481
+ * @generated from field: string default = 5;
482
+ */
483
+ default: string;
484
+ /**
485
+ * @generated from field: bool required = 6;
486
+ */
487
+ required: boolean;
488
+ /**
489
+ * @generated from field: string format = 7;
490
+ */
491
+ format: string;
492
+ /**
493
+ * @generated from field: string pattern = 8;
494
+ */
495
+ pattern: string;
496
+ /**
497
+ * @generated from field: string minimum = 9;
498
+ */
499
+ minimum: string;
500
+ /**
501
+ * @generated from field: string maximum = 10;
502
+ */
503
+ maximum: string;
504
+ /**
505
+ * @generated from field: repeated string enum = 11;
506
+ */
507
+ enum: string[];
508
+ /**
509
+ * @generated from field: repeated string enum_descriptions = 12;
510
+ */
511
+ enumDescriptions: string[];
512
+ /**
513
+ * @generated from field: bool repeated = 13;
514
+ */
515
+ repeated: boolean;
516
+ /**
517
+ * @generated from field: string location = 14;
518
+ */
519
+ location: string;
520
+ /**
521
+ * @generated from field: gnostic.discovery.v1.Schemas properties = 15;
522
+ */
523
+ properties?: Schemas;
524
+ /**
525
+ * @generated from field: gnostic.discovery.v1.Schema additional_properties = 16;
526
+ */
527
+ additionalProperties?: Schema;
528
+ /**
529
+ * @generated from field: gnostic.discovery.v1.Schema items = 17;
530
+ */
531
+ items?: Schema;
532
+ /**
533
+ * @generated from field: gnostic.discovery.v1.Annotations annotations = 18;
534
+ */
535
+ annotations?: Annotations;
536
+ };
537
+ /**
538
+ * Describes the message gnostic.discovery.v1.Parameter.
539
+ * Use `create(ParameterSchema)` to create a new message.
540
+ */
541
+ export declare const ParameterSchema: GenMessage<Parameter>;
542
+ /**
543
+ * @generated from message gnostic.discovery.v1.Parameters
544
+ */
545
+ export type Parameters = Message<"gnostic.discovery.v1.Parameters"> & {
546
+ /**
547
+ * @generated from field: repeated gnostic.discovery.v1.NamedParameter additional_properties = 1;
548
+ */
549
+ additionalProperties: NamedParameter[];
550
+ };
551
+ /**
552
+ * Describes the message gnostic.discovery.v1.Parameters.
553
+ * Use `create(ParametersSchema)` to create a new message.
554
+ */
555
+ export declare const ParametersSchema: GenMessage<Parameters>;
556
+ /**
557
+ * @generated from message gnostic.discovery.v1.Protocols
558
+ */
559
+ export type Protocols = Message<"gnostic.discovery.v1.Protocols"> & {
560
+ /**
561
+ * @generated from field: gnostic.discovery.v1.Simple simple = 1;
562
+ */
563
+ simple?: Simple;
564
+ /**
565
+ * @generated from field: gnostic.discovery.v1.Resumable resumable = 2;
566
+ */
567
+ resumable?: Resumable;
568
+ };
569
+ /**
570
+ * Describes the message gnostic.discovery.v1.Protocols.
571
+ * Use `create(ProtocolsSchema)` to create a new message.
572
+ */
573
+ export declare const ProtocolsSchema: GenMessage<Protocols>;
574
+ /**
575
+ * @generated from message gnostic.discovery.v1.Request
576
+ */
577
+ export type Request = Message<"gnostic.discovery.v1.Request"> & {
578
+ /**
579
+ * @generated from field: string _ref = 1;
580
+ */
581
+ Ref: string;
582
+ /**
583
+ * @generated from field: string parameter_name = 2;
584
+ */
585
+ parameterName: string;
586
+ };
587
+ /**
588
+ * Describes the message gnostic.discovery.v1.Request.
589
+ * Use `create(RequestSchema)` to create a new message.
590
+ */
591
+ export declare const RequestSchema: GenMessage<Request>;
592
+ /**
593
+ * @generated from message gnostic.discovery.v1.Resource
594
+ */
595
+ export type Resource = Message<"gnostic.discovery.v1.Resource"> & {
596
+ /**
597
+ * @generated from field: gnostic.discovery.v1.Methods methods = 1;
598
+ */
599
+ methods?: Methods;
600
+ /**
601
+ * @generated from field: gnostic.discovery.v1.Resources resources = 2;
602
+ */
603
+ resources?: Resources;
604
+ };
605
+ /**
606
+ * Describes the message gnostic.discovery.v1.Resource.
607
+ * Use `create(ResourceSchema)` to create a new message.
608
+ */
609
+ export declare const ResourceSchema: GenMessage<Resource>;
610
+ /**
611
+ * @generated from message gnostic.discovery.v1.Resources
612
+ */
613
+ export type Resources = Message<"gnostic.discovery.v1.Resources"> & {
614
+ /**
615
+ * @generated from field: repeated gnostic.discovery.v1.NamedResource additional_properties = 1;
616
+ */
617
+ additionalProperties: NamedResource[];
618
+ };
619
+ /**
620
+ * Describes the message gnostic.discovery.v1.Resources.
621
+ * Use `create(ResourcesSchema)` to create a new message.
622
+ */
623
+ export declare const ResourcesSchema: GenMessage<Resources>;
624
+ /**
625
+ * @generated from message gnostic.discovery.v1.Response
626
+ */
627
+ export type Response = Message<"gnostic.discovery.v1.Response"> & {
628
+ /**
629
+ * @generated from field: string _ref = 1;
630
+ */
631
+ Ref: string;
632
+ };
633
+ /**
634
+ * Describes the message gnostic.discovery.v1.Response.
635
+ * Use `create(ResponseSchema)` to create a new message.
636
+ */
637
+ export declare const ResponseSchema: GenMessage<Response>;
638
+ /**
639
+ * @generated from message gnostic.discovery.v1.Resumable
640
+ */
641
+ export type Resumable = Message<"gnostic.discovery.v1.Resumable"> & {
642
+ /**
643
+ * @generated from field: bool multipart = 1;
644
+ */
645
+ multipart: boolean;
646
+ /**
647
+ * @generated from field: string path = 2;
648
+ */
649
+ path: string;
650
+ };
651
+ /**
652
+ * Describes the message gnostic.discovery.v1.Resumable.
653
+ * Use `create(ResumableSchema)` to create a new message.
654
+ */
655
+ export declare const ResumableSchema: GenMessage<Resumable>;
656
+ /**
657
+ * @generated from message gnostic.discovery.v1.Schema
658
+ */
659
+ export type Schema = Message<"gnostic.discovery.v1.Schema"> & {
660
+ /**
661
+ * @generated from field: string id = 1;
662
+ */
663
+ id: string;
664
+ /**
665
+ * @generated from field: string type = 2;
666
+ */
667
+ type: string;
668
+ /**
669
+ * @generated from field: string description = 3;
670
+ */
671
+ description: string;
672
+ /**
673
+ * @generated from field: string default = 4;
674
+ */
675
+ default: string;
676
+ /**
677
+ * @generated from field: bool required = 5;
678
+ */
679
+ required: boolean;
680
+ /**
681
+ * @generated from field: string format = 6;
682
+ */
683
+ format: string;
684
+ /**
685
+ * @generated from field: string pattern = 7;
686
+ */
687
+ pattern: string;
688
+ /**
689
+ * @generated from field: string minimum = 8;
690
+ */
691
+ minimum: string;
692
+ /**
693
+ * @generated from field: string maximum = 9;
694
+ */
695
+ maximum: string;
696
+ /**
697
+ * @generated from field: repeated string enum = 10;
698
+ */
699
+ enum: string[];
700
+ /**
701
+ * @generated from field: repeated string enum_descriptions = 11;
702
+ */
703
+ enumDescriptions: string[];
704
+ /**
705
+ * @generated from field: bool repeated = 12;
706
+ */
707
+ repeated: boolean;
708
+ /**
709
+ * @generated from field: string location = 13;
710
+ */
711
+ location: string;
712
+ /**
713
+ * @generated from field: gnostic.discovery.v1.Schemas properties = 14;
714
+ */
715
+ properties?: Schemas;
716
+ /**
717
+ * @generated from field: gnostic.discovery.v1.Schema additional_properties = 15;
718
+ */
719
+ additionalProperties?: Schema;
720
+ /**
721
+ * @generated from field: gnostic.discovery.v1.Schema items = 16;
722
+ */
723
+ items?: Schema;
724
+ /**
725
+ * @generated from field: string _ref = 17;
726
+ */
727
+ Ref: string;
728
+ /**
729
+ * @generated from field: gnostic.discovery.v1.Annotations annotations = 18;
730
+ */
731
+ annotations?: Annotations;
732
+ /**
733
+ * @generated from field: bool read_only = 19;
734
+ */
735
+ readOnly: boolean;
736
+ };
737
+ /**
738
+ * Describes the message gnostic.discovery.v1.Schema.
739
+ * Use `create(SchemaSchema)` to create a new message.
740
+ */
741
+ export declare const SchemaSchema: GenMessage<Schema>;
742
+ /**
743
+ * @generated from message gnostic.discovery.v1.Schemas
744
+ */
745
+ export type Schemas = Message<"gnostic.discovery.v1.Schemas"> & {
746
+ /**
747
+ * @generated from field: repeated gnostic.discovery.v1.NamedSchema additional_properties = 1;
748
+ */
749
+ additionalProperties: NamedSchema[];
750
+ };
751
+ /**
752
+ * Describes the message gnostic.discovery.v1.Schemas.
753
+ * Use `create(SchemasSchema)` to create a new message.
754
+ */
755
+ export declare const SchemasSchema: GenMessage<Schemas>;
756
+ /**
757
+ * @generated from message gnostic.discovery.v1.Scope
758
+ */
759
+ export type Scope = Message<"gnostic.discovery.v1.Scope"> & {
760
+ /**
761
+ * @generated from field: string description = 1;
762
+ */
763
+ description: string;
764
+ };
765
+ /**
766
+ * Describes the message gnostic.discovery.v1.Scope.
767
+ * Use `create(ScopeSchema)` to create a new message.
768
+ */
769
+ export declare const ScopeSchema: GenMessage<Scope>;
770
+ /**
771
+ * @generated from message gnostic.discovery.v1.Scopes
772
+ */
773
+ export type Scopes = Message<"gnostic.discovery.v1.Scopes"> & {
774
+ /**
775
+ * @generated from field: repeated gnostic.discovery.v1.NamedScope additional_properties = 1;
776
+ */
777
+ additionalProperties: NamedScope[];
778
+ };
779
+ /**
780
+ * Describes the message gnostic.discovery.v1.Scopes.
781
+ * Use `create(ScopesSchema)` to create a new message.
782
+ */
783
+ export declare const ScopesSchema: GenMessage<Scopes>;
784
+ /**
785
+ * @generated from message gnostic.discovery.v1.Simple
786
+ */
787
+ export type Simple = Message<"gnostic.discovery.v1.Simple"> & {
788
+ /**
789
+ * @generated from field: bool multipart = 1;
790
+ */
791
+ multipart: boolean;
792
+ /**
793
+ * @generated from field: string path = 2;
794
+ */
795
+ path: string;
796
+ };
797
+ /**
798
+ * Describes the message gnostic.discovery.v1.Simple.
799
+ * Use `create(SimpleSchema)` to create a new message.
800
+ */
801
+ export declare const SimpleSchema: GenMessage<Simple>;
802
+ /**
803
+ * @generated from message gnostic.discovery.v1.StringArray
804
+ */
805
+ export type StringArray = Message<"gnostic.discovery.v1.StringArray"> & {
806
+ /**
807
+ * @generated from field: repeated string value = 1;
808
+ */
809
+ value: string[];
810
+ };
811
+ /**
812
+ * Describes the message gnostic.discovery.v1.StringArray.
813
+ * Use `create(StringArraySchema)` to create a new message.
814
+ */
815
+ export declare const StringArraySchema: GenMessage<StringArray>;
816
+ //# sourceMappingURL=discovery_pb.d.ts.map