@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,944 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file uplim/api/v1/integrations.proto (package uplim.api.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { EmptySchema, Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_empty, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { BucketRef, FolderRef, UploadRef } from "./internal_pb.js";
10
+ import { file_uplim_api_v1_internal } from "./internal_pb.js";
11
+ import type { Integration, IntegrationContentType, IntegrationNewFile, IntegrationRef, IntegrationRendererConfig } from "./integration_types_pb.js";
12
+ import { file_uplim_api_v1_integration_types } from "./integration_types_pb.js";
13
+ import type { Folder, Upload } from "./uploads_pb.js";
14
+ import { file_uplim_api_v1_uploads } from "./uploads_pb.js";
15
+ import { file_buf_validate_validate } from "../../../buf/validate/validate_pb.js";
16
+ import { file_gnostic_openapi_v3_annotations } from "../../../gnostic/openapi/v3/annotations_pb.js";
17
+ import type { Message } from "@bufbuild/protobuf";
18
+
19
+ /**
20
+ * Describes the file uplim/api/v1/integrations.proto.
21
+ */
22
+ export const file_uplim_api_v1_integrations: GenFile = /*@__PURE__*/
23
+ fileDesc("Ch91cGxpbS9hcGkvdjEvaW50ZWdyYXRpb25zLnByb3RvEgx1cGxpbS5hcGkudjEibgoXTGlzdEludGVncmF0aW9uc1JlcXVlc3QSFgoOb3Blbl93aXRoX29ubHkYASABKAgSFQoNcmVuZGVyZXJfb25seRgCIAEoCBIWCglleHRlbnNpb24YAyABKAlIAIgBAUIMCgpfZXh0ZW5zaW9uIksKGExpc3RJbnRlZ3JhdGlvbnNSZXNwb25zZRIvCgxpbnRlZ3JhdGlvbnMYASADKAsyGS51cGxpbS5hcGkudjEuSW50ZWdyYXRpb24i8gEKDk9wZW5XaXRoT3B0aW9uEi4KC2ludGVncmF0aW9uGAEgASgLMhkudXBsaW0uYXBpLnYxLkludGVncmF0aW9uEjoKDGNvbnRlbnRfdHlwZRgGIAEoCzIkLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkNvbnRlbnRUeXBlEhgKEGVuYWJsZWRfZm9yX3VzZXIYAiABKAgSEgoKYmVzdF9tYXRjaBgDIAEoCBIXCgpsYXVuY2hfdXJsGAQgASgJSACIAQESEwoGcmVhc29uGAUgASgJSAGIAQFCDQoLX2xhdW5jaF91cmxCCQoHX3JlYXNvbiK5AQoiUmVzb2x2ZVJlc291cmNlSW50ZWdyYXRpb25zUmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZhItCgp1cGxvYWRfcmVmGAIgASgLMhcudXBsaW0uYXBpLnYxLlVwbG9hZFJlZkgAEi0KCmZvbGRlcl9yZWYYAyABKAsyFy51cGxpbS5hcGkudjEuRm9sZGVyUmVmSABCCAoGdGFyZ2V0ItEFCiNSZXNvbHZlUmVzb3VyY2VJbnRlZ3JhdGlvbnNSZXNwb25zZRI8ChRyZW5kZXJlcl9pbnRlZ3JhdGlvbhgBIAEoCzIZLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkgAiAEBEj4KCHJlbmRlcmVyGAIgASgLMicudXBsaW0uYXBpLnYxLkludGVncmF0aW9uUmVuZGVyZXJDb25maWdIAYgBARIvCglvcGVuX3dpdGgYAyADKAsyHC51cGxpbS5hcGkudjEuT3BlbldpdGhPcHRpb24SIgoVcmVuZGVyZXJfYWNjZXNzX3Rva2VuGAQgASgJSAKIAQESSQogcmVuZGVyZXJfYWNjZXNzX3Rva2VuX2V4cGlyZXNfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAOIAQESJQoYaW50ZWdyYXRpb25fYWNjZXNzX3Rva2VuGAYgASgJSASIAQESTAojaW50ZWdyYXRpb25fYWNjZXNzX3Rva2VuX2V4cGlyZXNfYXQYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAWIAQESPgoTZGVmYXVsdF9hcHBsaWNhdGlvbhgIIAEoCzIcLnVwbGltLmFwaS52MS5PcGVuV2l0aE9wdGlvbkgGiAEBEhUKDWRlZmF1bHRfdW5zZXQYCSABKAhCFwoVX3JlbmRlcmVyX2ludGVncmF0aW9uQgsKCV9yZW5kZXJlckIYChZfcmVuZGVyZXJfYWNjZXNzX3Rva2VuQiMKIV9yZW5kZXJlcl9hY2Nlc3NfdG9rZW5fZXhwaXJlc19hdEIbChlfaW50ZWdyYXRpb25fYWNjZXNzX3Rva2VuQiYKJF9pbnRlZ3JhdGlvbl9hY2Nlc3NfdG9rZW5fZXhwaXJlc19hdEIWChRfZGVmYXVsdF9hcHBsaWNhdGlvbiL3AQobQ3JlYXRlT3BlbldpdGhMYXVuY2hSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEiAKDmludGVncmF0aW9uX2lkGAIgASgJQgi6SAVyA7ABARIhCg9jb250ZW50X3R5cGVfaWQYBSABKAlCCLpIBXIDsAEBEi0KCnVwbG9hZF9yZWYYAyABKAsyFy51cGxpbS5hcGkudjEuVXBsb2FkUmVmSAASLQoKZm9sZGVyX3JlZhgEIAEoCzIXLnVwbGltLmFwaS52MS5Gb2xkZXJSZWZIAEIICgZ0YXJnZXQiYgocQ3JlYXRlT3BlbldpdGhMYXVuY2hSZXNwb25zZRISCgpsYXVuY2hfdXJsGAEgASgJEi4KCmV4cGlyZXNfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIjgKG1Jlc29sdmVPcGVuV2l0aFRva2VuUmVxdWVzdBIZCgV0b2tlbhgBIAEoCUIKukgHcgUQARiAICLUAQocUmVzb2x2ZU9wZW5XaXRoVG9rZW5SZXNwb25zZRImCgZ1cGxvYWQYASABKAsyFC51cGxpbS5hcGkudjEuVXBsb2FkSAASJgoGZm9sZGVyGAIgASgLMhQudXBsaW0uYXBpLnYxLkZvbGRlckgAEhkKDGRvd25sb2FkX3VybBgDIAEoCUgBiAEBEi4KCmV4cGlyZXNfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQggKBnRhcmdldEIPCg1fZG93bmxvYWRfdXJsIj0KIFZlcmlmeVRodW1ibmFpbFF1ZXVlVG9rZW5SZXF1ZXN0EhkKBXRva2VuGAEgASgJQgq6SAdyBRABGIABIn8KIVZlcmlmeVRodW1ibmFpbFF1ZXVlVG9rZW5SZXNwb25zZRIWCg5pbnRlZ3JhdGlvbl9pZBgBIAEoCRIYChBpbnRlZ3JhdGlvbl9uYW1lGAIgASgJEhcKD29hdXRoX2NsaWVudF9pZBgDIAEoCRIPCgdwb29sX2lkGAQgASgJIhsKGUxpc3ROZXdGaWxlT3B0aW9uc1JlcXVlc3QiSgoaTGlzdE5ld0ZpbGVPcHRpb25zUmVzcG9uc2USLAoHb3B0aW9ucxgBIAMoCzIbLnVwbGltLmFwaS52MS5OZXdGaWxlT3B0aW9uInYKDU5ld0ZpbGVPcHRpb24SMQoLaW50ZWdyYXRpb24YASABKAsyHC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25SZWYSMgoIbmV3X2ZpbGUYAiABKAsyIC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25OZXdGaWxlIiIKIExpc3RBdmFpbGFibGVBcHBsaWNhdGlvbnNSZXF1ZXN0IlQKIUxpc3RBdmFpbGFibGVBcHBsaWNhdGlvbnNSZXNwb25zZRIvCgxhcHBsaWNhdGlvbnMYASADKAsyGS51cGxpbS5hcGkudjEuSW50ZWdyYXRpb24iTAodTGlzdEJ1Y2tldEFwcGxpY2F0aW9uc1JlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYiUQoeTGlzdEJ1Y2tldEFwcGxpY2F0aW9uc1Jlc3BvbnNlEi8KDGFwcGxpY2F0aW9ucxgBIAMoCzIZLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbiJyCiFJbnN0YWxsQXBwbGljYXRpb25PbkJ1Y2tldFJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSIAoOaW50ZWdyYXRpb25faWQYAiABKAlCCLpIBXIDsAEBIlQKIkluc3RhbGxBcHBsaWNhdGlvbk9uQnVja2V0UmVzcG9uc2USLgoLYXBwbGljYXRpb24YASABKAsyGS51cGxpbS5hcGkudjEuSW50ZWdyYXRpb24idgolVW5pbnN0YWxsQXBwbGljYXRpb25Gcm9tQnVja2V0UmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZhIgCg5pbnRlZ3JhdGlvbl9pZBgCIAEoCUIIukgFcgOwAQEiiwEKFUJ1Y2tldE9wZW5XaXRoRGVmYXVsdBIXCg9jb250ZW50X3R5cGVfaWQYASABKAkSEQoJZXh0ZW5zaW9uGAIgASgJEhYKDmludGVncmF0aW9uX2lkGAMgASgJEi4KCnVwZGF0ZWRfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIqUBCh9TZXRCdWNrZXREZWZhdWx0T3BlbldpdGhSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEiEKD2NvbnRlbnRfdHlwZV9pZBgCIAEoCUIIukgFcgOwAQESGgoJZXh0ZW5zaW9uGAMgASgJQge6SARyAhggEhYKDmludGVncmF0aW9uX2lkGAQgASgJIlgKIFNldEJ1Y2tldERlZmF1bHRPcGVuV2l0aFJlc3BvbnNlEjQKB2RlZmF1bHQYASABKAsyIy51cGxpbS5hcGkudjEuQnVja2V0T3BlbldpdGhEZWZhdWx0Ik8KIExpc3RCdWNrZXREZWZhdWx0T3BlbldpdGhSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmIloKIUxpc3RCdWNrZXREZWZhdWx0T3BlbldpdGhSZXNwb25zZRI1CghkZWZhdWx0cxgBIAMoCzIjLnVwbGltLmFwaS52MS5CdWNrZXRPcGVuV2l0aERlZmF1bHQisAEKH1RyaWdnZXJPcGVuV2l0aFRodW1ibmFpbFJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSGwoJdXBsb2FkX2lkGAIgASgJQgi6SAVyA7ABARIgCg5pbnRlZ3JhdGlvbl9pZBgDIAEoCUIIukgFcgOwAQESIQoPY29udGVudF90eXBlX2lkGAQgASgJQgi6SAVyA7ABASI0CiBUcmlnZ2VyT3BlbldpdGhUaHVtYm5haWxSZXNwb25zZRIQCghlbnF1ZXVlZBgBIAEoCCKNAgofR2VuZXJhdGVJbnRlZ3JhdGlvblRva2VuUmVxdWVzdBIgCg5pbnRlZ3JhdGlvbl9pZBgBIAEoCUIIukgFcgOwAQESKwoKYnVja2V0X3JlZhgCIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSLQoKdXBsb2FkX3JlZhgDIAEoCzIXLnVwbGltLmFwaS52MS5VcGxvYWRSZWZIABItCgpmb2xkZXJfcmVmGAQgASgLMhcudXBsaW0uYXBpLnYxLkZvbGRlclJlZkgAEg8KB2ZvcmV2ZXIYBSABKAgSFQoIZHVyYXRpb24YBiABKAlIAYgBAUIICgZ0YXJnZXRCCwoJX2R1cmF0aW9uInwKIEdlbmVyYXRlSW50ZWdyYXRpb25Ub2tlblJlc3BvbnNlEhQKDGFjY2Vzc190b2tlbhgBIAEoCRIzCgpleHBpcmVzX2F0GAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBQg0KC19leHBpcmVzX2F0MvQhChNJbnRlZ3JhdGlvbnNTZXJ2aWNlEtUBChBMaXN0SW50ZWdyYXRpb25zEiUudXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvbnNSZXF1ZXN0GiYudXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvbnNSZXNwb25zZSJykAIBukdnEhFMaXN0IGludGVncmF0aW9ucxozTGlzdHMgZ2xvYmFsIGludGVncmF0aW9ucyByZWdpc3RlcmVkIGluIHRoZSBzeXN0ZW0uWh0KGwoGT0F1dGgyEhEKD3VwbDpidWNrZXQ6cmVhZMKyBAEKEr8CChtSZXNvbHZlUmVzb3VyY2VJbnRlZ3JhdGlvbnMSMC51cGxpbS5hcGkudjEuUmVzb2x2ZVJlc291cmNlSW50ZWdyYXRpb25zUmVxdWVzdBoxLnVwbGltLmFwaS52MS5SZXNvbHZlUmVzb3VyY2VJbnRlZ3JhdGlvbnNSZXNwb25zZSK6AZACAbpHrgESHVJlc29sdmUgcmVzb3VyY2UgaW50ZWdyYXRpb25zGm5SZXNvbHZlcyByZW5kZXJlciBhbmQgb3Blbi13aXRoIG9wdGlvbnMgZm9yIGFuIHVwbG9hZCBvciBmb2xkZXIgYnkgbWF0Y2hpbmcgYWdhaW5zdCBpbnRlZ3JhdGlvbiBjb250ZW50IHR5cGVzLlodChsKBk9BdXRoMhIRCg91cGw6YnVja2V0OnJlYWTCsgQBChKHAgoUQ3JlYXRlT3BlbldpdGhMYXVuY2gSKS51cGxpbS5hcGkudjEuQ3JlYXRlT3BlbldpdGhMYXVuY2hSZXF1ZXN0GioudXBsaW0uYXBpLnYxLkNyZWF0ZU9wZW5XaXRoTGF1bmNoUmVzcG9uc2UilwG6R44BEhdDcmVhdGUgb3Blbi13aXRoIGxhdW5jaBpUQ3JlYXRlcyBhIGNhbGxiYWNrIGxhdW5jaCBVUkwgd2l0aCBhIHNpZ25lZCB0b2tlbiBmb3IgYW4gaW50ZWdyYXRpb24gb3Blbi13aXRoIGZsb3cuWh0KGwoGT0F1dGgyEhEKD3VwbDpidWNrZXQ6cmVhZMKyBAEKEt0BChRSZXNvbHZlT3BlbldpdGhUb2tlbhIpLnVwbGltLmFwaS52MS5SZXNvbHZlT3BlbldpdGhUb2tlblJlcXVlc3QaKi51cGxpbS5hcGkudjEuUmVzb2x2ZU9wZW5XaXRoVG9rZW5SZXNwb25zZSJukAIBukdkEhdSZXNvbHZlIG9wZW4td2l0aCB0b2tlbhpJUmVzb2x2ZXMgYSBzaWduZWQgb3Blbi13aXRoIHRva2VuIGludG8gcmVzb3VyY2UgZGV0YWlscyBhbmQgZG93bmxvYWQgVVJMLriyBAESswIKGVZlcmlmeVRodW1ibmFpbFF1ZXVlVG9rZW4SLi51cGxpbS5hcGkudjEuVmVyaWZ5VGh1bWJuYWlsUXVldWVUb2tlblJlcXVlc3QaLy51cGxpbS5hcGkudjEuVmVyaWZ5VGh1bWJuYWlsUXVldWVUb2tlblJlc3BvbnNlIrQBkAIBukepARIcVmVyaWZ5IHRodW1ibmFpbCBxdWV1ZSB0b2tlbhqIAVZlcmlmaWVzIGEgdGh1bWJuYWlsIHBhcnNlIHBvb2wgdG9rZW4gYW5kIHJldHVybnMgdGhlIGFzc29jaWF0ZWQgaW50ZWdyYXRpb24gbWV0YWRhdGEuIENhbGxlZCBieSBleHRlcm5hbCBxdWV1ZSB3b3JrZXJzIHRvIGF1dGhlbnRpY2F0ZS64sgQBEtkCChhHZW5lcmF0ZUludGVncmF0aW9uVG9rZW4SLS51cGxpbS5hcGkudjEuR2VuZXJhdGVJbnRlZ3JhdGlvblRva2VuUmVxdWVzdBouLnVwbGltLmFwaS52MS5HZW5lcmF0ZUludGVncmF0aW9uVG9rZW5SZXNwb25zZSLdAbpH1AESGkdlbmVyYXRlIGludGVncmF0aW9uIHRva2VuGpoBR2VuZXJhdGVzIGEgbG9uZy1saXZlZCBhY2Nlc3MgdG9rZW4gc2NvcGVkIHRvIGFuIGludGVncmF0aW9uIGFuZCByZXNvdXJjZS4gUmVxdWlyZXMgdXBsOnByaXZhdGUgc2NvcGUgYW5kIG9wdGlvbmFsbHkgYXV0aDpmb3JldmVyIGZvciBub24tZXhwaXJpbmcgdG9rZW5zLloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEpYCChJMaXN0TmV3RmlsZU9wdGlvbnMSJy51cGxpbS5hcGkudjEuTGlzdE5ld0ZpbGVPcHRpb25zUmVxdWVzdBooLnVwbGltLmFwaS52MS5MaXN0TmV3RmlsZU9wdGlvbnNSZXNwb25zZSKsAZACAbpHoAESFUxpc3QgbmV3IGZpbGUgb3B0aW9ucxpoTGlzdHMgbmV3IGZpbGUgdGVtcGxhdGVzIGZyb20gYWxsIGludGVncmF0aW9ucyB0aGUgdXNlciBoYXMgYWNjZXNzIHRvLCBmb3IgcG9wdWxhdGluZyB0aGUgbmV3IGZpbGUgbWVudS5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQoSjgIKGUxpc3RBdmFpbGFibGVBcHBsaWNhdGlvbnMSLi51cGxpbS5hcGkudjEuTGlzdEF2YWlsYWJsZUFwcGxpY2F0aW9uc1JlcXVlc3QaLy51cGxpbS5hcGkudjEuTGlzdEF2YWlsYWJsZUFwcGxpY2F0aW9uc1Jlc3BvbnNlIo8BkAIBukeDARIbTGlzdCBhdmFpbGFibGUgYXBwbGljYXRpb25zGkVMaXN0cyBhcHBsaWNhdGlvbi1tb2RlIGludGVncmF0aW9ucyB0aGUgY2FsbGVyIGhhcyBub3QgeWV0IGluc3RhbGxlZC5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQoSwQIKFkxpc3RCdWNrZXRBcHBsaWNhdGlvbnMSKy51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldEFwcGxpY2F0aW9uc1JlcXVlc3QaLC51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldEFwcGxpY2F0aW9uc1Jlc3BvbnNlIssBkAIBuke/ARInTGlzdCBhcHBsaWNhdGlvbnMgaW5zdGFsbGVkIG9uIGEgYnVja2V0GnVMaXN0cyBhcHBsaWNhdGlvbi1tb2RlIGludGVncmF0aW9ucyBpbnN0YWxsZWQgb24gdGhlIGdpdmVuIGJ1Y2tldC4gUmV0dXJucyB0aGUgc2FtZSBzZXQgZm9yIGFueSB2aWV3ZXIgb2YgdGhlIGJ1Y2tldC5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQoS3AIKGkluc3RhbGxBcHBsaWNhdGlvbk9uQnVja2V0Ei8udXBsaW0uYXBpLnYxLkluc3RhbGxBcHBsaWNhdGlvbk9uQnVja2V0UmVxdWVzdBowLnVwbGltLmFwaS52MS5JbnN0YWxsQXBwbGljYXRpb25PbkJ1Y2tldFJlc3BvbnNlItoBukfRARIiSW5zdGFsbCBhbiBhcHBsaWNhdGlvbiBvbiBhIGJ1Y2tldBqJAUluc3RhbGxzIGFuIGFwcGxpY2F0aW9uLW1vZGUgaW50ZWdyYXRpb24gb250byBhIGJ1Y2tldC4gQnVja2V0IGFkbWluIG9ubHkuIElkZW1wb3RlbnQg4oCUIGluc3RhbGxpbmcgYW4gYWxyZWFkeS1pbnN0YWxsZWQgYXBwIGlzIGEgbm8tb3AuWh8KHQoGT0F1dGgyEhMKEXVwbDpidWNrZXQ6bWFuYWdlwrIEAQsS2wIKHlVuaW5zdGFsbEFwcGxpY2F0aW9uRnJvbUJ1Y2tldBIzLnVwbGltLmFwaS52MS5Vbmluc3RhbGxBcHBsaWNhdGlvbkZyb21CdWNrZXRSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IusBukfiARImVW5pbnN0YWxsIGFuIGFwcGxpY2F0aW9uIGZyb20gYSBidWNrZXQalgFSZW1vdmVzIGFuIGFwcGxpY2F0aW9uLW1vZGUgaW50ZWdyYXRpb24gaW5zdGFsbGF0aW9uIGZyb20gYSBidWNrZXQgYW5kIGNhc2NhZGVzIHRoZSBidWNrZXQncyBvcGVuLXdpdGggZGVmYXVsdHMgdGhhdCByZWZlcmVuY2VkIGl0LiBCdWNrZXQgYWRtaW4gb25seS5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxLaAgoYU2V0QnVja2V0RGVmYXVsdE9wZW5XaXRoEi0udXBsaW0uYXBpLnYxLlNldEJ1Y2tldERlZmF1bHRPcGVuV2l0aFJlcXVlc3QaLi51cGxpbS5hcGkudjEuU2V0QnVja2V0RGVmYXVsdE9wZW5XaXRoUmVzcG9uc2Ui3gG6R9UBEhxTZXQgYnVja2V0IGRlZmF1bHQgT3Blbi1XaXRoGpMBUmVjb3JkcyB0aGUgYnVja2V0J3MgZGVmYXVsdCBhcHAgZm9yIHRoZSAoY29udGVudF90eXBlLCBleHRlbnNpb24pIHBhaXIuIEJ1Y2tldCBhZG1pbiBvbmx5LiBBbiBlbXB0eSBpbnRlZ3JhdGlvbl9pZCByZWNvcmRzICd1c2UgYnVpbHQtaW4gcHJldmlldycuWh8KHQoGT0F1dGgyEhMKEXVwbDpidWNrZXQ6bWFuYWdlwrIEAQsSpgIKGUxpc3RCdWNrZXREZWZhdWx0T3BlbldpdGgSLi51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldERlZmF1bHRPcGVuV2l0aFJlcXVlc3QaLy51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldERlZmF1bHRPcGVuV2l0aFJlc3BvbnNlIqcBkAIBukebARIpTGlzdCBidWNrZXQgZGVmYXVsdCBPcGVuLVdpdGggcHJlZmVyZW5jZXMaT0xpc3RzIGFsbCAoY29udGVudF90eXBlLCBleHRlbnNpb24pIOKGkiBhcHAgZGVmYXVsdHMgY29uZmlndXJlZCBmb3IgdGhlIGJ1Y2tldC5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQoSlQMKGFRyaWdnZXJPcGVuV2l0aFRodW1ibmFpbBItLnVwbGltLmFwaS52MS5UcmlnZ2VyT3BlbldpdGhUaHVtYm5haWxSZXF1ZXN0Gi4udXBsaW0uYXBpLnYxLlRyaWdnZXJPcGVuV2l0aFRodW1ibmFpbFJlc3BvbnNlIpkCukeQAhIbVHJpZ2dlciBPcGVuLVdpdGggdGh1bWJuYWlsGtEBRGlzcGF0Y2hlcyBhIHRodW1ibmFpbCBqb2IgdG8gdGhlIGFwcGxpY2F0aW9uJ3MgcG9vbCBmb3IgdGhpcyB1cGxvYWQuIFVzZWQgYWZ0ZXIgYSB1c2VyIHBpY2tzIGFuIGluc3RhbGxlZCBhcHAgYXMgdGhlaXIgZGVmYXVsdCDigJQgdGhlIGpvYiBydW5zIGxhemlseSwgcmVwbGFjaW5nIHRoZSB1cGxvYWQncyBleGlzdGluZyB0aHVtYm5haWwgd2hlbiBjb21wbGV0ZS5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQpCtAEKEGNvbS51cGxpbS5hcGkudjFCEUludGVncmF0aW9uc1Byb3RvUAFaO2dpdGh1Yi5jb20veGVvbnIvdXBsLWltLWFwaS9wcm90by9nZW4vdXBsaW0vYXBpL3YxO3VwbGltX3YxogIDVUFYqgIMVXBsaW0uQXBpLlYxygIMVXBsaW1cQXBpXFYx4gIYVXBsaW1cQXBpXFYxXEdQQk1ldGFkYXRh6gIOVXBsaW06OkFwaTo6VjFiBnByb3RvMw", [file_google_protobuf_timestamp, file_google_protobuf_empty, file_uplim_api_v1_internal, file_uplim_api_v1_integration_types, file_uplim_api_v1_uploads, file_buf_validate_validate, file_gnostic_openapi_v3_annotations]);
24
+
25
+ /**
26
+ * @generated from message uplim.api.v1.ListIntegrationsRequest
27
+ */
28
+ export type ListIntegrationsRequest = Message<"uplim.api.v1.ListIntegrationsRequest"> & {
29
+ /**
30
+ * Filter to integrations that have at least one content type with open_with enabled
31
+ *
32
+ * @generated from field: bool open_with_only = 1;
33
+ */
34
+ openWithOnly: boolean;
35
+
36
+ /**
37
+ * Filter to integrations that have at least one content type with a renderer
38
+ *
39
+ * @generated from field: bool renderer_only = 2;
40
+ */
41
+ rendererOnly: boolean;
42
+
43
+ /**
44
+ * Filter to integrations whose content types match this extension
45
+ *
46
+ * @generated from field: optional string extension = 3;
47
+ */
48
+ extension?: string;
49
+ };
50
+
51
+ /**
52
+ * Describes the message uplim.api.v1.ListIntegrationsRequest.
53
+ * Use `create(ListIntegrationsRequestSchema)` to create a new message.
54
+ */
55
+ export const ListIntegrationsRequestSchema: GenMessage<ListIntegrationsRequest> = /*@__PURE__*/
56
+ messageDesc(file_uplim_api_v1_integrations, 0);
57
+
58
+ /**
59
+ * @generated from message uplim.api.v1.ListIntegrationsResponse
60
+ */
61
+ export type ListIntegrationsResponse = Message<"uplim.api.v1.ListIntegrationsResponse"> & {
62
+ /**
63
+ * @generated from field: repeated uplim.api.v1.Integration integrations = 1;
64
+ */
65
+ integrations: Integration[];
66
+ };
67
+
68
+ /**
69
+ * Describes the message uplim.api.v1.ListIntegrationsResponse.
70
+ * Use `create(ListIntegrationsResponseSchema)` to create a new message.
71
+ */
72
+ export const ListIntegrationsResponseSchema: GenMessage<ListIntegrationsResponse> = /*@__PURE__*/
73
+ messageDesc(file_uplim_api_v1_integrations, 1);
74
+
75
+ /**
76
+ * @generated from message uplim.api.v1.OpenWithOption
77
+ */
78
+ export type OpenWithOption = Message<"uplim.api.v1.OpenWithOption"> & {
79
+ /**
80
+ * @generated from field: uplim.api.v1.Integration integration = 1;
81
+ */
82
+ integration?: Integration;
83
+
84
+ /**
85
+ * @generated from field: uplim.api.v1.IntegrationContentType content_type = 6;
86
+ */
87
+ contentType?: IntegrationContentType;
88
+
89
+ /**
90
+ * @generated from field: bool enabled_for_user = 2;
91
+ */
92
+ enabledForUser: boolean;
93
+
94
+ /**
95
+ * @generated from field: bool best_match = 3;
96
+ */
97
+ bestMatch: boolean;
98
+
99
+ /**
100
+ * @generated from field: optional string launch_url = 4;
101
+ */
102
+ launchUrl?: string;
103
+
104
+ /**
105
+ * @generated from field: optional string reason = 5;
106
+ */
107
+ reason?: string;
108
+ };
109
+
110
+ /**
111
+ * Describes the message uplim.api.v1.OpenWithOption.
112
+ * Use `create(OpenWithOptionSchema)` to create a new message.
113
+ */
114
+ export const OpenWithOptionSchema: GenMessage<OpenWithOption> = /*@__PURE__*/
115
+ messageDesc(file_uplim_api_v1_integrations, 2);
116
+
117
+ /**
118
+ * @generated from message uplim.api.v1.ResolveResourceIntegrationsRequest
119
+ */
120
+ export type ResolveResourceIntegrationsRequest = Message<"uplim.api.v1.ResolveResourceIntegrationsRequest"> & {
121
+ /**
122
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
123
+ */
124
+ bucketRef?: BucketRef;
125
+
126
+ /**
127
+ * @generated from oneof uplim.api.v1.ResolveResourceIntegrationsRequest.target
128
+ */
129
+ target: {
130
+ /**
131
+ * @generated from field: uplim.api.v1.UploadRef upload_ref = 2;
132
+ */
133
+ value: UploadRef;
134
+ case: "uploadRef";
135
+ } | {
136
+ /**
137
+ * @generated from field: uplim.api.v1.FolderRef folder_ref = 3;
138
+ */
139
+ value: FolderRef;
140
+ case: "folderRef";
141
+ } | { case: undefined; value?: undefined };
142
+ };
143
+
144
+ /**
145
+ * Describes the message uplim.api.v1.ResolveResourceIntegrationsRequest.
146
+ * Use `create(ResolveResourceIntegrationsRequestSchema)` to create a new message.
147
+ */
148
+ export const ResolveResourceIntegrationsRequestSchema: GenMessage<ResolveResourceIntegrationsRequest> = /*@__PURE__*/
149
+ messageDesc(file_uplim_api_v1_integrations, 3);
150
+
151
+ /**
152
+ * @generated from message uplim.api.v1.ResolveResourceIntegrationsResponse
153
+ */
154
+ export type ResolveResourceIntegrationsResponse = Message<"uplim.api.v1.ResolveResourceIntegrationsResponse"> & {
155
+ /**
156
+ * @generated from field: optional uplim.api.v1.Integration renderer_integration = 1;
157
+ */
158
+ rendererIntegration?: Integration;
159
+
160
+ /**
161
+ * @generated from field: optional uplim.api.v1.IntegrationRendererConfig renderer = 2;
162
+ */
163
+ renderer?: IntegrationRendererConfig;
164
+
165
+ /**
166
+ * @generated from field: repeated uplim.api.v1.OpenWithOption open_with = 3;
167
+ */
168
+ openWith: OpenWithOption[];
169
+
170
+ /**
171
+ * Self-signed token for loading the renderer archive asset.
172
+ *
173
+ * @generated from field: optional string renderer_access_token = 4;
174
+ */
175
+ rendererAccessToken?: string;
176
+
177
+ /**
178
+ * @generated from field: optional google.protobuf.Timestamp renderer_access_token_expires_at = 5;
179
+ */
180
+ rendererAccessTokenExpiresAt?: Timestamp;
181
+
182
+ /**
183
+ * OAuth access token scoped to the integration's client, for the renderer to call APIs.
184
+ *
185
+ * @generated from field: optional string integration_access_token = 6;
186
+ */
187
+ integrationAccessToken?: string;
188
+
189
+ /**
190
+ * @generated from field: optional google.protobuf.Timestamp integration_access_token_expires_at = 7;
191
+ */
192
+ integrationAccessTokenExpiresAt?: Timestamp;
193
+
194
+ /**
195
+ * The user's resolved default Open-With for this resource, if they've previously
196
+ * picked one for the (content_type, extension) pair. Always one of the entries
197
+ * in open_with above. Null if no default has been set.
198
+ *
199
+ * @generated from field: optional uplim.api.v1.OpenWithOption default_application = 8;
200
+ */
201
+ defaultApplication?: OpenWithOption;
202
+
203
+ /**
204
+ * True when the caller has installed application-mode integrations whose content
205
+ * types match this resource, but has not yet picked a default. UIs use this to
206
+ * show an Open-With picker on first open.
207
+ *
208
+ * @generated from field: bool default_unset = 9;
209
+ */
210
+ defaultUnset: boolean;
211
+ };
212
+
213
+ /**
214
+ * Describes the message uplim.api.v1.ResolveResourceIntegrationsResponse.
215
+ * Use `create(ResolveResourceIntegrationsResponseSchema)` to create a new message.
216
+ */
217
+ export const ResolveResourceIntegrationsResponseSchema: GenMessage<ResolveResourceIntegrationsResponse> = /*@__PURE__*/
218
+ messageDesc(file_uplim_api_v1_integrations, 4);
219
+
220
+ /**
221
+ * @generated from message uplim.api.v1.CreateOpenWithLaunchRequest
222
+ */
223
+ export type CreateOpenWithLaunchRequest = Message<"uplim.api.v1.CreateOpenWithLaunchRequest"> & {
224
+ /**
225
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
226
+ */
227
+ bucketRef?: BucketRef;
228
+
229
+ /**
230
+ * @generated from field: string integration_id = 2;
231
+ */
232
+ integrationId: string;
233
+
234
+ /**
235
+ * The content type to use for this launch
236
+ *
237
+ * @generated from field: string content_type_id = 5;
238
+ */
239
+ contentTypeId: string;
240
+
241
+ /**
242
+ * @generated from oneof uplim.api.v1.CreateOpenWithLaunchRequest.target
243
+ */
244
+ target: {
245
+ /**
246
+ * @generated from field: uplim.api.v1.UploadRef upload_ref = 3;
247
+ */
248
+ value: UploadRef;
249
+ case: "uploadRef";
250
+ } | {
251
+ /**
252
+ * @generated from field: uplim.api.v1.FolderRef folder_ref = 4;
253
+ */
254
+ value: FolderRef;
255
+ case: "folderRef";
256
+ } | { case: undefined; value?: undefined };
257
+ };
258
+
259
+ /**
260
+ * Describes the message uplim.api.v1.CreateOpenWithLaunchRequest.
261
+ * Use `create(CreateOpenWithLaunchRequestSchema)` to create a new message.
262
+ */
263
+ export const CreateOpenWithLaunchRequestSchema: GenMessage<CreateOpenWithLaunchRequest> = /*@__PURE__*/
264
+ messageDesc(file_uplim_api_v1_integrations, 5);
265
+
266
+ /**
267
+ * @generated from message uplim.api.v1.CreateOpenWithLaunchResponse
268
+ */
269
+ export type CreateOpenWithLaunchResponse = Message<"uplim.api.v1.CreateOpenWithLaunchResponse"> & {
270
+ /**
271
+ * @generated from field: string launch_url = 1;
272
+ */
273
+ launchUrl: string;
274
+
275
+ /**
276
+ * @generated from field: google.protobuf.Timestamp expires_at = 2;
277
+ */
278
+ expiresAt?: Timestamp;
279
+ };
280
+
281
+ /**
282
+ * Describes the message uplim.api.v1.CreateOpenWithLaunchResponse.
283
+ * Use `create(CreateOpenWithLaunchResponseSchema)` to create a new message.
284
+ */
285
+ export const CreateOpenWithLaunchResponseSchema: GenMessage<CreateOpenWithLaunchResponse> = /*@__PURE__*/
286
+ messageDesc(file_uplim_api_v1_integrations, 6);
287
+
288
+ /**
289
+ * @generated from message uplim.api.v1.ResolveOpenWithTokenRequest
290
+ */
291
+ export type ResolveOpenWithTokenRequest = Message<"uplim.api.v1.ResolveOpenWithTokenRequest"> & {
292
+ /**
293
+ * @generated from field: string token = 1;
294
+ */
295
+ token: string;
296
+ };
297
+
298
+ /**
299
+ * Describes the message uplim.api.v1.ResolveOpenWithTokenRequest.
300
+ * Use `create(ResolveOpenWithTokenRequestSchema)` to create a new message.
301
+ */
302
+ export const ResolveOpenWithTokenRequestSchema: GenMessage<ResolveOpenWithTokenRequest> = /*@__PURE__*/
303
+ messageDesc(file_uplim_api_v1_integrations, 7);
304
+
305
+ /**
306
+ * @generated from message uplim.api.v1.ResolveOpenWithTokenResponse
307
+ */
308
+ export type ResolveOpenWithTokenResponse = Message<"uplim.api.v1.ResolveOpenWithTokenResponse"> & {
309
+ /**
310
+ * @generated from oneof uplim.api.v1.ResolveOpenWithTokenResponse.target
311
+ */
312
+ target: {
313
+ /**
314
+ * @generated from field: uplim.api.v1.Upload upload = 1;
315
+ */
316
+ value: Upload;
317
+ case: "upload";
318
+ } | {
319
+ /**
320
+ * @generated from field: uplim.api.v1.Folder folder = 2;
321
+ */
322
+ value: Folder;
323
+ case: "folder";
324
+ } | { case: undefined; value?: undefined };
325
+
326
+ /**
327
+ * @generated from field: optional string download_url = 3;
328
+ */
329
+ downloadUrl?: string;
330
+
331
+ /**
332
+ * @generated from field: google.protobuf.Timestamp expires_at = 4;
333
+ */
334
+ expiresAt?: Timestamp;
335
+ };
336
+
337
+ /**
338
+ * Describes the message uplim.api.v1.ResolveOpenWithTokenResponse.
339
+ * Use `create(ResolveOpenWithTokenResponseSchema)` to create a new message.
340
+ */
341
+ export const ResolveOpenWithTokenResponseSchema: GenMessage<ResolveOpenWithTokenResponse> = /*@__PURE__*/
342
+ messageDesc(file_uplim_api_v1_integrations, 8);
343
+
344
+ /**
345
+ * @generated from message uplim.api.v1.VerifyThumbnailQueueTokenRequest
346
+ */
347
+ export type VerifyThumbnailQueueTokenRequest = Message<"uplim.api.v1.VerifyThumbnailQueueTokenRequest"> & {
348
+ /**
349
+ * @generated from field: string token = 1;
350
+ */
351
+ token: string;
352
+ };
353
+
354
+ /**
355
+ * Describes the message uplim.api.v1.VerifyThumbnailQueueTokenRequest.
356
+ * Use `create(VerifyThumbnailQueueTokenRequestSchema)` to create a new message.
357
+ */
358
+ export const VerifyThumbnailQueueTokenRequestSchema: GenMessage<VerifyThumbnailQueueTokenRequest> = /*@__PURE__*/
359
+ messageDesc(file_uplim_api_v1_integrations, 9);
360
+
361
+ /**
362
+ * @generated from message uplim.api.v1.VerifyThumbnailQueueTokenResponse
363
+ */
364
+ export type VerifyThumbnailQueueTokenResponse = Message<"uplim.api.v1.VerifyThumbnailQueueTokenResponse"> & {
365
+ /**
366
+ * @generated from field: string integration_id = 1;
367
+ */
368
+ integrationId: string;
369
+
370
+ /**
371
+ * @generated from field: string integration_name = 2;
372
+ */
373
+ integrationName: string;
374
+
375
+ /**
376
+ * @generated from field: string oauth_client_id = 3;
377
+ */
378
+ oauthClientId: string;
379
+
380
+ /**
381
+ * @generated from field: string pool_id = 4;
382
+ */
383
+ poolId: string;
384
+ };
385
+
386
+ /**
387
+ * Describes the message uplim.api.v1.VerifyThumbnailQueueTokenResponse.
388
+ * Use `create(VerifyThumbnailQueueTokenResponseSchema)` to create a new message.
389
+ */
390
+ export const VerifyThumbnailQueueTokenResponseSchema: GenMessage<VerifyThumbnailQueueTokenResponse> = /*@__PURE__*/
391
+ messageDesc(file_uplim_api_v1_integrations, 10);
392
+
393
+ /**
394
+ * @generated from message uplim.api.v1.ListNewFileOptionsRequest
395
+ */
396
+ export type ListNewFileOptionsRequest = Message<"uplim.api.v1.ListNewFileOptionsRequest"> & {
397
+ };
398
+
399
+ /**
400
+ * Describes the message uplim.api.v1.ListNewFileOptionsRequest.
401
+ * Use `create(ListNewFileOptionsRequestSchema)` to create a new message.
402
+ */
403
+ export const ListNewFileOptionsRequestSchema: GenMessage<ListNewFileOptionsRequest> = /*@__PURE__*/
404
+ messageDesc(file_uplim_api_v1_integrations, 11);
405
+
406
+ /**
407
+ * @generated from message uplim.api.v1.ListNewFileOptionsResponse
408
+ */
409
+ export type ListNewFileOptionsResponse = Message<"uplim.api.v1.ListNewFileOptionsResponse"> & {
410
+ /**
411
+ * @generated from field: repeated uplim.api.v1.NewFileOption options = 1;
412
+ */
413
+ options: NewFileOption[];
414
+ };
415
+
416
+ /**
417
+ * Describes the message uplim.api.v1.ListNewFileOptionsResponse.
418
+ * Use `create(ListNewFileOptionsResponseSchema)` to create a new message.
419
+ */
420
+ export const ListNewFileOptionsResponseSchema: GenMessage<ListNewFileOptionsResponse> = /*@__PURE__*/
421
+ messageDesc(file_uplim_api_v1_integrations, 12);
422
+
423
+ /**
424
+ * @generated from message uplim.api.v1.NewFileOption
425
+ */
426
+ export type NewFileOption = Message<"uplim.api.v1.NewFileOption"> & {
427
+ /**
428
+ * @generated from field: uplim.api.v1.IntegrationRef integration = 1;
429
+ */
430
+ integration?: IntegrationRef;
431
+
432
+ /**
433
+ * @generated from field: uplim.api.v1.IntegrationNewFile new_file = 2;
434
+ */
435
+ newFile?: IntegrationNewFile;
436
+ };
437
+
438
+ /**
439
+ * Describes the message uplim.api.v1.NewFileOption.
440
+ * Use `create(NewFileOptionSchema)` to create a new message.
441
+ */
442
+ export const NewFileOptionSchema: GenMessage<NewFileOption> = /*@__PURE__*/
443
+ messageDesc(file_uplim_api_v1_integrations, 13);
444
+
445
+ /**
446
+ * @generated from message uplim.api.v1.ListAvailableApplicationsRequest
447
+ */
448
+ export type ListAvailableApplicationsRequest = Message<"uplim.api.v1.ListAvailableApplicationsRequest"> & {
449
+ };
450
+
451
+ /**
452
+ * Describes the message uplim.api.v1.ListAvailableApplicationsRequest.
453
+ * Use `create(ListAvailableApplicationsRequestSchema)` to create a new message.
454
+ */
455
+ export const ListAvailableApplicationsRequestSchema: GenMessage<ListAvailableApplicationsRequest> = /*@__PURE__*/
456
+ messageDesc(file_uplim_api_v1_integrations, 14);
457
+
458
+ /**
459
+ * @generated from message uplim.api.v1.ListAvailableApplicationsResponse
460
+ */
461
+ export type ListAvailableApplicationsResponse = Message<"uplim.api.v1.ListAvailableApplicationsResponse"> & {
462
+ /**
463
+ * Catalogue of all application-mode integrations. Includes both installed and
464
+ * not-installed for a given bucket; the per-bucket install state is in
465
+ * ListBucketApplications.
466
+ *
467
+ * @generated from field: repeated uplim.api.v1.Integration applications = 1;
468
+ */
469
+ applications: Integration[];
470
+ };
471
+
472
+ /**
473
+ * Describes the message uplim.api.v1.ListAvailableApplicationsResponse.
474
+ * Use `create(ListAvailableApplicationsResponseSchema)` to create a new message.
475
+ */
476
+ export const ListAvailableApplicationsResponseSchema: GenMessage<ListAvailableApplicationsResponse> = /*@__PURE__*/
477
+ messageDesc(file_uplim_api_v1_integrations, 15);
478
+
479
+ /**
480
+ * @generated from message uplim.api.v1.ListBucketApplicationsRequest
481
+ */
482
+ export type ListBucketApplicationsRequest = Message<"uplim.api.v1.ListBucketApplicationsRequest"> & {
483
+ /**
484
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
485
+ */
486
+ bucketRef?: BucketRef;
487
+ };
488
+
489
+ /**
490
+ * Describes the message uplim.api.v1.ListBucketApplicationsRequest.
491
+ * Use `create(ListBucketApplicationsRequestSchema)` to create a new message.
492
+ */
493
+ export const ListBucketApplicationsRequestSchema: GenMessage<ListBucketApplicationsRequest> = /*@__PURE__*/
494
+ messageDesc(file_uplim_api_v1_integrations, 16);
495
+
496
+ /**
497
+ * @generated from message uplim.api.v1.ListBucketApplicationsResponse
498
+ */
499
+ export type ListBucketApplicationsResponse = Message<"uplim.api.v1.ListBucketApplicationsResponse"> & {
500
+ /**
501
+ * @generated from field: repeated uplim.api.v1.Integration applications = 1;
502
+ */
503
+ applications: Integration[];
504
+ };
505
+
506
+ /**
507
+ * Describes the message uplim.api.v1.ListBucketApplicationsResponse.
508
+ * Use `create(ListBucketApplicationsResponseSchema)` to create a new message.
509
+ */
510
+ export const ListBucketApplicationsResponseSchema: GenMessage<ListBucketApplicationsResponse> = /*@__PURE__*/
511
+ messageDesc(file_uplim_api_v1_integrations, 17);
512
+
513
+ /**
514
+ * @generated from message uplim.api.v1.InstallApplicationOnBucketRequest
515
+ */
516
+ export type InstallApplicationOnBucketRequest = Message<"uplim.api.v1.InstallApplicationOnBucketRequest"> & {
517
+ /**
518
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
519
+ */
520
+ bucketRef?: BucketRef;
521
+
522
+ /**
523
+ * @generated from field: string integration_id = 2;
524
+ */
525
+ integrationId: string;
526
+ };
527
+
528
+ /**
529
+ * Describes the message uplim.api.v1.InstallApplicationOnBucketRequest.
530
+ * Use `create(InstallApplicationOnBucketRequestSchema)` to create a new message.
531
+ */
532
+ export const InstallApplicationOnBucketRequestSchema: GenMessage<InstallApplicationOnBucketRequest> = /*@__PURE__*/
533
+ messageDesc(file_uplim_api_v1_integrations, 18);
534
+
535
+ /**
536
+ * @generated from message uplim.api.v1.InstallApplicationOnBucketResponse
537
+ */
538
+ export type InstallApplicationOnBucketResponse = Message<"uplim.api.v1.InstallApplicationOnBucketResponse"> & {
539
+ /**
540
+ * @generated from field: uplim.api.v1.Integration application = 1;
541
+ */
542
+ application?: Integration;
543
+ };
544
+
545
+ /**
546
+ * Describes the message uplim.api.v1.InstallApplicationOnBucketResponse.
547
+ * Use `create(InstallApplicationOnBucketResponseSchema)` to create a new message.
548
+ */
549
+ export const InstallApplicationOnBucketResponseSchema: GenMessage<InstallApplicationOnBucketResponse> = /*@__PURE__*/
550
+ messageDesc(file_uplim_api_v1_integrations, 19);
551
+
552
+ /**
553
+ * @generated from message uplim.api.v1.UninstallApplicationFromBucketRequest
554
+ */
555
+ export type UninstallApplicationFromBucketRequest = Message<"uplim.api.v1.UninstallApplicationFromBucketRequest"> & {
556
+ /**
557
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
558
+ */
559
+ bucketRef?: BucketRef;
560
+
561
+ /**
562
+ * @generated from field: string integration_id = 2;
563
+ */
564
+ integrationId: string;
565
+ };
566
+
567
+ /**
568
+ * Describes the message uplim.api.v1.UninstallApplicationFromBucketRequest.
569
+ * Use `create(UninstallApplicationFromBucketRequestSchema)` to create a new message.
570
+ */
571
+ export const UninstallApplicationFromBucketRequestSchema: GenMessage<UninstallApplicationFromBucketRequest> = /*@__PURE__*/
572
+ messageDesc(file_uplim_api_v1_integrations, 20);
573
+
574
+ /**
575
+ * @generated from message uplim.api.v1.BucketOpenWithDefault
576
+ */
577
+ export type BucketOpenWithDefault = Message<"uplim.api.v1.BucketOpenWithDefault"> & {
578
+ /**
579
+ * Resolved content type the preference applies to.
580
+ *
581
+ * @generated from field: string content_type_id = 1;
582
+ */
583
+ contentTypeId: string;
584
+
585
+ /**
586
+ * Optional file extension (empty string means "applies to all matches of this content type").
587
+ *
588
+ * @generated from field: string extension = 2;
589
+ */
590
+ extension: string;
591
+
592
+ /**
593
+ * Empty string here means "bucket admin picked built-in / no app" for this pair.
594
+ *
595
+ * @generated from field: string integration_id = 3;
596
+ */
597
+ integrationId: string;
598
+
599
+ /**
600
+ * @generated from field: google.protobuf.Timestamp updated_at = 4;
601
+ */
602
+ updatedAt?: Timestamp;
603
+ };
604
+
605
+ /**
606
+ * Describes the message uplim.api.v1.BucketOpenWithDefault.
607
+ * Use `create(BucketOpenWithDefaultSchema)` to create a new message.
608
+ */
609
+ export const BucketOpenWithDefaultSchema: GenMessage<BucketOpenWithDefault> = /*@__PURE__*/
610
+ messageDesc(file_uplim_api_v1_integrations, 21);
611
+
612
+ /**
613
+ * @generated from message uplim.api.v1.SetBucketDefaultOpenWithRequest
614
+ */
615
+ export type SetBucketDefaultOpenWithRequest = Message<"uplim.api.v1.SetBucketDefaultOpenWithRequest"> & {
616
+ /**
617
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
618
+ */
619
+ bucketRef?: BucketRef;
620
+
621
+ /**
622
+ * @generated from field: string content_type_id = 2;
623
+ */
624
+ contentTypeId: string;
625
+
626
+ /**
627
+ * Empty string applies the default to all matches of the content type.
628
+ *
629
+ * @generated from field: string extension = 3;
630
+ */
631
+ extension: string;
632
+
633
+ /**
634
+ * Empty string explicitly records "no app — use built-in preview" for this pair.
635
+ *
636
+ * @generated from field: string integration_id = 4;
637
+ */
638
+ integrationId: string;
639
+ };
640
+
641
+ /**
642
+ * Describes the message uplim.api.v1.SetBucketDefaultOpenWithRequest.
643
+ * Use `create(SetBucketDefaultOpenWithRequestSchema)` to create a new message.
644
+ */
645
+ export const SetBucketDefaultOpenWithRequestSchema: GenMessage<SetBucketDefaultOpenWithRequest> = /*@__PURE__*/
646
+ messageDesc(file_uplim_api_v1_integrations, 22);
647
+
648
+ /**
649
+ * @generated from message uplim.api.v1.SetBucketDefaultOpenWithResponse
650
+ */
651
+ export type SetBucketDefaultOpenWithResponse = Message<"uplim.api.v1.SetBucketDefaultOpenWithResponse"> & {
652
+ /**
653
+ * @generated from field: uplim.api.v1.BucketOpenWithDefault default = 1;
654
+ */
655
+ default?: BucketOpenWithDefault;
656
+ };
657
+
658
+ /**
659
+ * Describes the message uplim.api.v1.SetBucketDefaultOpenWithResponse.
660
+ * Use `create(SetBucketDefaultOpenWithResponseSchema)` to create a new message.
661
+ */
662
+ export const SetBucketDefaultOpenWithResponseSchema: GenMessage<SetBucketDefaultOpenWithResponse> = /*@__PURE__*/
663
+ messageDesc(file_uplim_api_v1_integrations, 23);
664
+
665
+ /**
666
+ * @generated from message uplim.api.v1.ListBucketDefaultOpenWithRequest
667
+ */
668
+ export type ListBucketDefaultOpenWithRequest = Message<"uplim.api.v1.ListBucketDefaultOpenWithRequest"> & {
669
+ /**
670
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
671
+ */
672
+ bucketRef?: BucketRef;
673
+ };
674
+
675
+ /**
676
+ * Describes the message uplim.api.v1.ListBucketDefaultOpenWithRequest.
677
+ * Use `create(ListBucketDefaultOpenWithRequestSchema)` to create a new message.
678
+ */
679
+ export const ListBucketDefaultOpenWithRequestSchema: GenMessage<ListBucketDefaultOpenWithRequest> = /*@__PURE__*/
680
+ messageDesc(file_uplim_api_v1_integrations, 24);
681
+
682
+ /**
683
+ * @generated from message uplim.api.v1.ListBucketDefaultOpenWithResponse
684
+ */
685
+ export type ListBucketDefaultOpenWithResponse = Message<"uplim.api.v1.ListBucketDefaultOpenWithResponse"> & {
686
+ /**
687
+ * @generated from field: repeated uplim.api.v1.BucketOpenWithDefault defaults = 1;
688
+ */
689
+ defaults: BucketOpenWithDefault[];
690
+ };
691
+
692
+ /**
693
+ * Describes the message uplim.api.v1.ListBucketDefaultOpenWithResponse.
694
+ * Use `create(ListBucketDefaultOpenWithResponseSchema)` to create a new message.
695
+ */
696
+ export const ListBucketDefaultOpenWithResponseSchema: GenMessage<ListBucketDefaultOpenWithResponse> = /*@__PURE__*/
697
+ messageDesc(file_uplim_api_v1_integrations, 25);
698
+
699
+ /**
700
+ * @generated from message uplim.api.v1.TriggerOpenWithThumbnailRequest
701
+ */
702
+ export type TriggerOpenWithThumbnailRequest = Message<"uplim.api.v1.TriggerOpenWithThumbnailRequest"> & {
703
+ /**
704
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
705
+ */
706
+ bucketRef?: BucketRef;
707
+
708
+ /**
709
+ * @generated from field: string upload_id = 2;
710
+ */
711
+ uploadId: string;
712
+
713
+ /**
714
+ * @generated from field: string integration_id = 3;
715
+ */
716
+ integrationId: string;
717
+
718
+ /**
719
+ * @generated from field: string content_type_id = 4;
720
+ */
721
+ contentTypeId: string;
722
+ };
723
+
724
+ /**
725
+ * Describes the message uplim.api.v1.TriggerOpenWithThumbnailRequest.
726
+ * Use `create(TriggerOpenWithThumbnailRequestSchema)` to create a new message.
727
+ */
728
+ export const TriggerOpenWithThumbnailRequestSchema: GenMessage<TriggerOpenWithThumbnailRequest> = /*@__PURE__*/
729
+ messageDesc(file_uplim_api_v1_integrations, 26);
730
+
731
+ /**
732
+ * @generated from message uplim.api.v1.TriggerOpenWithThumbnailResponse
733
+ */
734
+ export type TriggerOpenWithThumbnailResponse = Message<"uplim.api.v1.TriggerOpenWithThumbnailResponse"> & {
735
+ /**
736
+ * True when a job was enqueued; false when no thumbnail parser is configured
737
+ * (caller can safely skip retry).
738
+ *
739
+ * @generated from field: bool enqueued = 1;
740
+ */
741
+ enqueued: boolean;
742
+ };
743
+
744
+ /**
745
+ * Describes the message uplim.api.v1.TriggerOpenWithThumbnailResponse.
746
+ * Use `create(TriggerOpenWithThumbnailResponseSchema)` to create a new message.
747
+ */
748
+ export const TriggerOpenWithThumbnailResponseSchema: GenMessage<TriggerOpenWithThumbnailResponse> = /*@__PURE__*/
749
+ messageDesc(file_uplim_api_v1_integrations, 27);
750
+
751
+ /**
752
+ * @generated from message uplim.api.v1.GenerateIntegrationTokenRequest
753
+ */
754
+ export type GenerateIntegrationTokenRequest = Message<"uplim.api.v1.GenerateIntegrationTokenRequest"> & {
755
+ /**
756
+ * @generated from field: string integration_id = 1;
757
+ */
758
+ integrationId: string;
759
+
760
+ /**
761
+ * @generated from field: uplim.api.v1.BucketRef bucket_ref = 2;
762
+ */
763
+ bucketRef?: BucketRef;
764
+
765
+ /**
766
+ * @generated from oneof uplim.api.v1.GenerateIntegrationTokenRequest.target
767
+ */
768
+ target: {
769
+ /**
770
+ * @generated from field: uplim.api.v1.UploadRef upload_ref = 3;
771
+ */
772
+ value: UploadRef;
773
+ case: "uploadRef";
774
+ } | {
775
+ /**
776
+ * @generated from field: uplim.api.v1.FolderRef folder_ref = 4;
777
+ */
778
+ value: FolderRef;
779
+ case: "folderRef";
780
+ } | { case: undefined; value?: undefined };
781
+
782
+ /**
783
+ * If true, generate a non-expiring token (requires auth:forever scope on the subject token).
784
+ *
785
+ * @generated from field: bool forever = 5;
786
+ */
787
+ forever: boolean;
788
+
789
+ /**
790
+ * Optional duration string (e.g. "30d", "1y"). Ignored if forever is true.
791
+ *
792
+ * @generated from field: optional string duration = 6;
793
+ */
794
+ duration?: string;
795
+ };
796
+
797
+ /**
798
+ * Describes the message uplim.api.v1.GenerateIntegrationTokenRequest.
799
+ * Use `create(GenerateIntegrationTokenRequestSchema)` to create a new message.
800
+ */
801
+ export const GenerateIntegrationTokenRequestSchema: GenMessage<GenerateIntegrationTokenRequest> = /*@__PURE__*/
802
+ messageDesc(file_uplim_api_v1_integrations, 28);
803
+
804
+ /**
805
+ * @generated from message uplim.api.v1.GenerateIntegrationTokenResponse
806
+ */
807
+ export type GenerateIntegrationTokenResponse = Message<"uplim.api.v1.GenerateIntegrationTokenResponse"> & {
808
+ /**
809
+ * @generated from field: string access_token = 1;
810
+ */
811
+ accessToken: string;
812
+
813
+ /**
814
+ * @generated from field: optional google.protobuf.Timestamp expires_at = 2;
815
+ */
816
+ expiresAt?: Timestamp;
817
+ };
818
+
819
+ /**
820
+ * Describes the message uplim.api.v1.GenerateIntegrationTokenResponse.
821
+ * Use `create(GenerateIntegrationTokenResponseSchema)` to create a new message.
822
+ */
823
+ export const GenerateIntegrationTokenResponseSchema: GenMessage<GenerateIntegrationTokenResponse> = /*@__PURE__*/
824
+ messageDesc(file_uplim_api_v1_integrations, 29);
825
+
826
+ /**
827
+ * @generated from service uplim.api.v1.IntegrationsService
828
+ */
829
+ export const IntegrationsService: GenService<{
830
+ /**
831
+ * @generated from rpc uplim.api.v1.IntegrationsService.ListIntegrations
832
+ */
833
+ listIntegrations: {
834
+ methodKind: "unary";
835
+ input: typeof ListIntegrationsRequestSchema;
836
+ output: typeof ListIntegrationsResponseSchema;
837
+ },
838
+ /**
839
+ * @generated from rpc uplim.api.v1.IntegrationsService.ResolveResourceIntegrations
840
+ */
841
+ resolveResourceIntegrations: {
842
+ methodKind: "unary";
843
+ input: typeof ResolveResourceIntegrationsRequestSchema;
844
+ output: typeof ResolveResourceIntegrationsResponseSchema;
845
+ },
846
+ /**
847
+ * @generated from rpc uplim.api.v1.IntegrationsService.CreateOpenWithLaunch
848
+ */
849
+ createOpenWithLaunch: {
850
+ methodKind: "unary";
851
+ input: typeof CreateOpenWithLaunchRequestSchema;
852
+ output: typeof CreateOpenWithLaunchResponseSchema;
853
+ },
854
+ /**
855
+ * @generated from rpc uplim.api.v1.IntegrationsService.ResolveOpenWithToken
856
+ */
857
+ resolveOpenWithToken: {
858
+ methodKind: "unary";
859
+ input: typeof ResolveOpenWithTokenRequestSchema;
860
+ output: typeof ResolveOpenWithTokenResponseSchema;
861
+ },
862
+ /**
863
+ * @generated from rpc uplim.api.v1.IntegrationsService.VerifyThumbnailQueueToken
864
+ */
865
+ verifyThumbnailQueueToken: {
866
+ methodKind: "unary";
867
+ input: typeof VerifyThumbnailQueueTokenRequestSchema;
868
+ output: typeof VerifyThumbnailQueueTokenResponseSchema;
869
+ },
870
+ /**
871
+ * @generated from rpc uplim.api.v1.IntegrationsService.GenerateIntegrationToken
872
+ */
873
+ generateIntegrationToken: {
874
+ methodKind: "unary";
875
+ input: typeof GenerateIntegrationTokenRequestSchema;
876
+ output: typeof GenerateIntegrationTokenResponseSchema;
877
+ },
878
+ /**
879
+ * @generated from rpc uplim.api.v1.IntegrationsService.ListNewFileOptions
880
+ */
881
+ listNewFileOptions: {
882
+ methodKind: "unary";
883
+ input: typeof ListNewFileOptionsRequestSchema;
884
+ output: typeof ListNewFileOptionsResponseSchema;
885
+ },
886
+ /**
887
+ * @generated from rpc uplim.api.v1.IntegrationsService.ListAvailableApplications
888
+ */
889
+ listAvailableApplications: {
890
+ methodKind: "unary";
891
+ input: typeof ListAvailableApplicationsRequestSchema;
892
+ output: typeof ListAvailableApplicationsResponseSchema;
893
+ },
894
+ /**
895
+ * @generated from rpc uplim.api.v1.IntegrationsService.ListBucketApplications
896
+ */
897
+ listBucketApplications: {
898
+ methodKind: "unary";
899
+ input: typeof ListBucketApplicationsRequestSchema;
900
+ output: typeof ListBucketApplicationsResponseSchema;
901
+ },
902
+ /**
903
+ * @generated from rpc uplim.api.v1.IntegrationsService.InstallApplicationOnBucket
904
+ */
905
+ installApplicationOnBucket: {
906
+ methodKind: "unary";
907
+ input: typeof InstallApplicationOnBucketRequestSchema;
908
+ output: typeof InstallApplicationOnBucketResponseSchema;
909
+ },
910
+ /**
911
+ * @generated from rpc uplim.api.v1.IntegrationsService.UninstallApplicationFromBucket
912
+ */
913
+ uninstallApplicationFromBucket: {
914
+ methodKind: "unary";
915
+ input: typeof UninstallApplicationFromBucketRequestSchema;
916
+ output: typeof EmptySchema;
917
+ },
918
+ /**
919
+ * @generated from rpc uplim.api.v1.IntegrationsService.SetBucketDefaultOpenWith
920
+ */
921
+ setBucketDefaultOpenWith: {
922
+ methodKind: "unary";
923
+ input: typeof SetBucketDefaultOpenWithRequestSchema;
924
+ output: typeof SetBucketDefaultOpenWithResponseSchema;
925
+ },
926
+ /**
927
+ * @generated from rpc uplim.api.v1.IntegrationsService.ListBucketDefaultOpenWith
928
+ */
929
+ listBucketDefaultOpenWith: {
930
+ methodKind: "unary";
931
+ input: typeof ListBucketDefaultOpenWithRequestSchema;
932
+ output: typeof ListBucketDefaultOpenWithResponseSchema;
933
+ },
934
+ /**
935
+ * @generated from rpc uplim.api.v1.IntegrationsService.TriggerOpenWithThumbnail
936
+ */
937
+ triggerOpenWithThumbnail: {
938
+ methodKind: "unary";
939
+ input: typeof TriggerOpenWithThumbnailRequestSchema;
940
+ output: typeof TriggerOpenWithThumbnailResponseSchema;
941
+ },
942
+ }> = /*@__PURE__*/
943
+ serviceDesc(file_uplim_api_v1_integrations, 0);
944
+