@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,1237 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file uplim/api/v1/integration_admin.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, FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_empty, file_google_protobuf_field_mask, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import { file_uplim_api_v1_internal } from "./internal_pb.js";
10
+ import type { Integration, IntegrationBucketType, IntegrationContentType, IntegrationContentTypeCriteria, IntegrationContentTypeOpenWithConfig, IntegrationFolderBehavior, IntegrationMode, IntegrationNewFile, IntegrationRendererConfig, IntegrationThumbnailParserConfig, IntegrationThumbnailPool, NewFileCreationType, NewFileDefaultContent } from "./integration_types_pb.js";
11
+ import { file_uplim_api_v1_integration_types } from "./integration_types_pb.js";
12
+ import type { AdminCreateClientForUserRequestSchema, AdminCreateClientForUserResponseSchema, CreateClientForCurrentUserRequestSchema, CreateClientForCurrentUserResponseSchema, FixIntegrationClientRequestSchema, FixIntegrationClientResponseSchema, ListInstalledIntegrationsRequestSchema, ListInstalledIntegrationsResponseSchema, ValidateIntegrationClientRequestSchema, ValidateIntegrationClientResponseSchema } from "./integration_install_pb.js";
13
+ import { file_uplim_api_v1_integration_install } from "./integration_install_pb.js";
14
+ import { file_buf_validate_validate } from "../../../buf/validate/validate_pb.js";
15
+ import { file_gnostic_openapi_v3_annotations } from "../../../gnostic/openapi/v3/annotations_pb.js";
16
+ import type { Message } from "@bufbuild/protobuf";
17
+
18
+ /**
19
+ * Describes the file uplim/api/v1/integration_admin.proto.
20
+ */
21
+ export const file_uplim_api_v1_integration_admin: GenFile = /*@__PURE__*/
22
+ fileDesc("CiR1cGxpbS9hcGkvdjEvaW50ZWdyYXRpb25fYWRtaW4ucHJvdG8SDHVwbGltLmFwaS52MSL+AgoRSW50ZWdyYXRpb25UYXJnZXQSEQoJY2xpZW50X2lkGAIgASgJEgwKBG5hbWUYAyABKAkSGAoLd2Vic2l0ZV91cmwYBCABKAlIAIgBARIVCghsb2dvX3VybBgFIAEoCUgBiAEBEhcKD2hhc19pbnRlZ3JhdGlvbhgGIAEoCBIzCgtpbnRlZ3JhdGlvbhgHIAEoCzIZLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkgCiAEBEhsKDmFwcGxpY2F0aW9uX2lkGAggASgJSAOIAQESHQoQYXBwbGljYXRpb25fbmFtZRgJIAEoCUgEiAEBEh0KEGFwcGxpY2F0aW9uX3NsdWcYCiABKAlIBYgBAUIOCgxfd2Vic2l0ZV91cmxCCwoJX2xvZ29fdXJsQg4KDF9pbnRlZ3JhdGlvbkIRCg9fYXBwbGljYXRpb25faWRCEwoRX2FwcGxpY2F0aW9uX25hbWVCEwoRX2FwcGxpY2F0aW9uX3NsdWdKBAgBEAIiUwodTGlzdEludGVncmF0aW9uVGFyZ2V0c1JlcXVlc3QSHQoQYXBwbGljYXRpb25fc2x1ZxgBIAEoCUgAiAEBQhMKEV9hcHBsaWNhdGlvbl9zbHVnIlIKHkxpc3RJbnRlZ3JhdGlvblRhcmdldHNSZXNwb25zZRIwCgd0YXJnZXRzGAEgAygLMh8udXBsaW0uYXBpLnYxLkludGVncmF0aW9uVGFyZ2V0Ij4KGkdldEFkbWluSW50ZWdyYXRpb25SZXF1ZXN0EiAKDmludGVncmF0aW9uX2lkGAEgASgJQgi6SAVyA7ABASJNChtHZXRBZG1pbkludGVncmF0aW9uUmVzcG9uc2USLgoLaW50ZWdyYXRpb24YASABKAsyGS51cGxpbS5hcGkudjEuSW50ZWdyYXRpb24isQQKHVVwc2VydEFkbWluSW50ZWdyYXRpb25SZXF1ZXN0EhsKCWNsaWVudF9pZBgBIAEoCUIIukgFcgOwAQESOQoLdXBkYXRlX21hc2sYAyABKAsyGi5nb29nbGUucHJvdG9idWYuRmllbGRNYXNrQgi6SAWSAQIQChIdCgRuYW1lGAQgASgJQgq6SAdyBRABGIABSACIAQESGAoHc2NvcGluZxgIIAEoCUIHukgEcgIYEBItChZkZWZhdWx0X2J1Y2tldF90eXBlX2lkGAkgASgJQgi6SAVyA7ABAUgBiAEBEkAKD2ZvbGRlcl9iZWhhdmlvchgKIAEoDjInLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkZvbGRlckJlaGF2aW9yEikKD2ZvbGRlcl9saW5rX3VybBgLIAEoCUILukgIcgYYgBCIAQFIAogBARIrCgRtb2RlGAwgASgOMh0udXBsaW0uYXBpLnYxLkludGVncmF0aW9uTW9kZRIfChdidWNrZXRfbGF1bmNoZXJfZW5hYmxlZBgNIAEoCBI8CgRzbHVnGA4gASgJQim6SCZyJBACGEAyHl5bYS16XVthLXowLTktXXswLDYyfVthLXowLTldJEgDiAEBQgcKBV9uYW1lQhkKF19kZWZhdWx0X2J1Y2tldF90eXBlX2lkQhIKEF9mb2xkZXJfbGlua191cmxCBwoFX3NsdWdKBAgCEANKBAgFEAZKBAgGEAdKBAgHEAgiUAoeVXBzZXJ0QWRtaW5JbnRlZ3JhdGlvblJlc3BvbnNlEi4KC2ludGVncmF0aW9uGAEgASgLMhkudXBsaW0uYXBpLnYxLkludGVncmF0aW9uIkEKHURlbGV0ZUFkbWluSW50ZWdyYXRpb25SZXF1ZXN0EiAKDmludGVncmF0aW9uX2lkGAEgASgJQgi6SAVyA7ABASJVCjBDcmVhdGVBZG1pbkludGVncmF0aW9uQXJjaGl2ZVVwbG9hZEludGVudFJlcXVlc3QSGwoJY2xpZW50X2lkGAEgASgJQgi6SAVyA7ABAUoECAIQAyKOAQoxQ3JlYXRlQWRtaW5JbnRlZ3JhdGlvbkFyY2hpdmVVcGxvYWRJbnRlbnRSZXNwb25zZRIUCgxzaWduZWRfdG9rZW4YASABKAkSEwoLdXBsb2FkX3BhdGgYAiABKAkSLgoKZXhwaXJlc19hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiXQohTGlzdEludGVncmF0aW9uQnVja2V0VHlwZXNSZXF1ZXN0EiUKDmludGVncmF0aW9uX2lkGAEgASgJQgi6SAVyA7ABAUgAiAEBQhEKD19pbnRlZ3JhdGlvbl9pZCJfCiJMaXN0SW50ZWdyYXRpb25CdWNrZXRUeXBlc1Jlc3BvbnNlEjkKDGJ1Y2tldF90eXBlcxgBIAMoCzIjLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkJ1Y2tldFR5cGUiyQQKIlVwc2VydEludGVncmF0aW9uQnVja2V0VHlwZVJlcXVlc3QSIAoOaW50ZWdyYXRpb25faWQYASABKAlCCLpIBXIDsAEBEjkKC3VwZGF0ZV9tYXNrGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFza0IIukgFkgECEAoSHgoEc2x1ZxgDIAEoCUILukgIcgYQARhAaAFIAIgBARIlCgxkaXNwbGF5X25hbWUYBCABKAlCCrpIB3IFEAEYgAFIAYgBARIiCgtkZXNjcmlwdGlvbhgFIAEoCUIIukgFcgMYgAhIAogBARIiCghpY29uX3VybBgGIAEoCUILukgIcgYYgBCIAQFIA4gBARI+CghyZW5kZXJlchgHIAEoCzInLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvblJlbmRlcmVyQ29uZmlnSASIAQESTQoQdGh1bWJuYWlsX3BhcnNlchgIIAEoCzIuLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvblRodW1ibmFpbFBhcnNlckNvbmZpZ0gFiAEBEjAKGnNlcnZpY2VfYWNjb3VudF9wZXJtaXNzaW9uGAkgASgJQge6SARyAhgQSAaIAQFCBwoFX3NsdWdCDwoNX2Rpc3BsYXlfbmFtZUIOCgxfZGVzY3JpcHRpb25CCwoJX2ljb25fdXJsQgsKCV9yZW5kZXJlckITChFfdGh1bWJuYWlsX3BhcnNlckIdChtfc2VydmljZV9hY2NvdW50X3Blcm1pc3Npb24iXwojVXBzZXJ0SW50ZWdyYXRpb25CdWNrZXRUeXBlUmVzcG9uc2USOAoLYnVja2V0X3R5cGUYASABKAsyIy51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25CdWNrZXRUeXBlIkYKIkRlbGV0ZUludGVncmF0aW9uQnVja2V0VHlwZVJlcXVlc3QSIAoOYnVja2V0X3R5cGVfaWQYASABKAlCCLpIBXIDsAEBImgKJUVuYWJsZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFJlcXVlc3QSIAoOYnVja2V0X3R5cGVfaWQYASABKAlCCLpIBXIDsAEBEh0KCnBlcm1pc3Npb24YAiABKAlCCbpIBnIEEAEYECJxCiZFbmFibGVCdWNrZXRUeXBlU2VydmljZUFjY291bnRSZXNwb25zZRINCgV0b2tlbhgBIAEoCRI4CgtidWNrZXRfdHlwZRgCIAEoCzIjLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkJ1Y2tldFR5cGUiUgouUmVnZW5lcmF0ZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFRva2VuUmVxdWVzdBIgCg5idWNrZXRfdHlwZV9pZBgBIAEoCUIIukgFcgOwAQEiQAovUmVnZW5lcmF0ZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFRva2VuUmVzcG9uc2USDQoFdG9rZW4YASABKAkiSgomRGlzYWJsZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFJlcXVlc3QSIAoOYnVja2V0X3R5cGVfaWQYASABKAlCCLpIBXIDsAEBIl4KIkxpc3RJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlc1JlcXVlc3QSJQoOaW50ZWdyYXRpb25faWQYASABKAlCCLpIBXIDsAEBSACIAQFCEQoPX2ludGVncmF0aW9uX2lkImIKI0xpc3RJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlc1Jlc3BvbnNlEjsKDWNvbnRlbnRfdHlwZXMYASADKAsyJC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25Db250ZW50VHlwZSLlBgojVXBzZXJ0SW50ZWdyYXRpb25Db250ZW50VHlwZVJlcXVlc3QSIAoOaW50ZWdyYXRpb25faWQYASABKAlCCLpIBXIDsAEBEjkKC3VwZGF0ZV9tYXNrGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFza0IIukgFkgECEAoSJgoPY29udGVudF90eXBlX2lkGAMgASgJQgi6SAVyA7ABAUgAiAEBEkMKCGNyaXRlcmlhGAQgASgLMiwudXBsaW0uYXBpLnYxLkludGVncmF0aW9uQ29udGVudFR5cGVDcml0ZXJpYUgBiAEBEj4KCHJlbmRlcmVyGAUgASgLMicudXBsaW0uYXBpLnYxLkludGVncmF0aW9uUmVuZGVyZXJDb25maWdIAogBARJNChB0aHVtYm5haWxfcGFyc2VyGAYgASgLMi4udXBsaW0uYXBpLnYxLkludGVncmF0aW9uVGh1bWJuYWlsUGFyc2VyQ29uZmlnSAOIAQESSgoJb3Blbl93aXRoGAcgASgLMjIudXBsaW0uYXBpLnYxLkludGVncmF0aW9uQ29udGVudFR5cGVPcGVuV2l0aENvbmZpZ0gEiAEBEhAKCHByaW9yaXR5GAggASgFEjwKBG5hbWUYCSABKAlCKbpIJnIkEAIYQDIeXlthLXpdW2EtejAtOS1dezAsNjJ9W2EtejAtOV0kSAWIAQESJAoNZGlzcGxheV9sYWJlbBgKIAEoCUIIukgFcgMY/wFIBogBARIfCglpY29uX25hbWUYCyABKAlCB7pIBHICGEBIB4gBARIUCgdtYXRjaGVyGAwgASgMSAiIAQESHQoQbWF0Y2hlcl9wcmlvcml0eRgNIAEoBUgJiAEBEh0KEGRpc3BhdGNoX3RvX3Bvb2wYDiABKAhICogBAUISChBfY29udGVudF90eXBlX2lkQgsKCV9jcml0ZXJpYUILCglfcmVuZGVyZXJCEwoRX3RodW1ibmFpbF9wYXJzZXJCDAoKX29wZW5fd2l0aEIHCgVfbmFtZUIQCg5fZGlzcGxheV9sYWJlbEIMCgpfaWNvbl9uYW1lQgoKCF9tYXRjaGVyQhMKEV9tYXRjaGVyX3ByaW9yaXR5QhMKEV9kaXNwYXRjaF90b19wb29sImIKJFVwc2VydEludGVncmF0aW9uQ29udGVudFR5cGVSZXNwb25zZRI6Cgxjb250ZW50X3R5cGUYASABKAsyJC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25Db250ZW50VHlwZSJICiNEZWxldGVJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlUmVxdWVzdBIhCg9jb250ZW50X3R5cGVfaWQYASABKAlCCLpIBXIDsAEBIloKHkxpc3RJbnRlZ3JhdGlvbk5ld0ZpbGVzUmVxdWVzdBIlCg5pbnRlZ3JhdGlvbl9pZBgBIAEoCUIIukgFcgOwAQFIAIgBAUIRCg9faW50ZWdyYXRpb25faWQiVgofTGlzdEludGVncmF0aW9uTmV3RmlsZXNSZXNwb25zZRIzCgluZXdfZmlsZXMYASADKAsyIC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25OZXdGaWxlIpoDCh9VcHNlcnRJbnRlZ3JhdGlvbk5ld0ZpbGVSZXF1ZXN0EiAKDmludGVncmF0aW9uX2lkGAEgASgJQgi6SAVyA7ABARI5Cgt1cGRhdGVfbWFzaxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE1hc2tCCLpIBZIBAhAKEiIKC25ld19maWxlX2lkGAMgASgJQgi6SAVyA7ABAUgAiAEBEh0KBG5hbWUYBCABKAlCCrpIB3IFEAEYgAFIAYgBARIfCglleHRlbnNpb24YBSABKAlCB7pIBHICGCBIAogBARI4Cg1jcmVhdGlvbl90eXBlGAYgASgOMiEudXBsaW0uYXBpLnYxLk5ld0ZpbGVDcmVhdGlvblR5cGUSQQoPZGVmYXVsdF9jb250ZW50GAcgASgLMiMudXBsaW0uYXBpLnYxLk5ld0ZpbGVEZWZhdWx0Q29udGVudEgDiAEBQg4KDF9uZXdfZmlsZV9pZEIHCgVfbmFtZUIMCgpfZXh0ZW5zaW9uQhIKEF9kZWZhdWx0X2NvbnRlbnQiVgogVXBzZXJ0SW50ZWdyYXRpb25OZXdGaWxlUmVzcG9uc2USMgoIbmV3X2ZpbGUYASABKAsyIC51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25OZXdGaWxlIkAKH0RlbGV0ZUludGVncmF0aW9uTmV3RmlsZVJlcXVlc3QSHQoLbmV3X2ZpbGVfaWQYASABKAlCCLpIBXIDsAEBIkgKJExpc3RJbnRlZ3JhdGlvblRodW1ibmFpbFBvb2xzUmVxdWVzdBIgCg5pbnRlZ3JhdGlvbl9pZBgBIAEoCUIIukgFcgOwAQEiXgolTGlzdEludGVncmF0aW9uVGh1bWJuYWlsUG9vbHNSZXNwb25zZRI1CgVwb29scxgBIAMoCzImLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvblRodW1ibmFpbFBvb2wiYwolQ3JlYXRlSW50ZWdyYXRpb25UaHVtYm5haWxQb29sUmVxdWVzdBIgCg5pbnRlZ3JhdGlvbl9pZBgBIAEoCUIIukgFcgOwAQESGAoEbmFtZRgCIAEoCUIKukgHcgUQARiAASJeCiZDcmVhdGVJbnRlZ3JhdGlvblRodW1ibmFpbFBvb2xSZXNwb25zZRI0CgRwb29sGAEgASgLMiYudXBsaW0uYXBpLnYxLkludGVncmF0aW9uVGh1bWJuYWlsUG9vbCJCCiVEZWxldGVJbnRlZ3JhdGlvblRodW1ibmFpbFBvb2xSZXF1ZXN0EhkKB3Bvb2xfaWQYASABKAlCCLpIBXIDsAEBIkYKIlJlZ2VuZXJhdGVJbnRlZ3JhdGlvbkFwaUtleVJlcXVlc3QSIAoOaW50ZWdyYXRpb25faWQYASABKAlCCLpIBXIDsAEBIjYKI1JlZ2VuZXJhdGVJbnRlZ3JhdGlvbkFwaUtleVJlc3BvbnNlEg8KB2FwaV9rZXkYASABKAkiQgoeUmV2b2tlSW50ZWdyYXRpb25BcGlLZXlSZXF1ZXN0EiAKDmludGVncmF0aW9uX2lkGAEgASgJQgi6SAVyA7ABATLgOwoXSW50ZWdyYXRpb25BZG1pblNlcnZpY2USsAIKFkxpc3RJbnRlZ3JhdGlvblRhcmdldHMSKy51cGxpbS5hcGkudjEuTGlzdEludGVncmF0aW9uVGFyZ2V0c1JlcXVlc3QaLC51cGxpbS5hcGkudjEuTGlzdEludGVncmF0aW9uVGFyZ2V0c1Jlc3BvbnNlIroBkAIBukeuARIYTGlzdCBpbnRlZ3JhdGlvbiB0YXJnZXRzGndMaXN0cyBPQXV0aCBjbGllbnRzIHRoZSB1c2VyIGhhcyBhY2Nlc3MgdG8sIGFsb25nIHdpdGggdGhlaXIgaW50ZWdyYXRpb24gc3RhdHVzLiBPcHRpb25hbGx5IGZpbHRlciBieSBhcHBsaWNhdGlvbiBzbHVnLloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkErUCChlMaXN0SW5zdGFsbGVkSW50ZWdyYXRpb25zEi4udXBsaW0uYXBpLnYxLkxpc3RJbnN0YWxsZWRJbnRlZ3JhdGlvbnNSZXF1ZXN0Gi8udXBsaW0uYXBpLnYxLkxpc3RJbnN0YWxsZWRJbnRlZ3JhdGlvbnNSZXNwb25zZSK2AZACAbpHqgESG0xpc3QgaW5zdGFsbGVkIGludGVncmF0aW9ucxpwTGlzdHMgYWxsIGluc3RhbGxlZCBpbnRlZ3JhdGlvbnMgdGhlIGNhbGxlciBoYXMgYWNjZXNzIHRvLCBlYWNoIGVucmljaGVkIHdpdGggaXRzIGJhY2tpbmcgT0F1dGggY2xpZW50IHNuYXBzaG90LloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEpYCChlWYWxpZGF0ZUludGVncmF0aW9uQ2xpZW50Ei4udXBsaW0uYXBpLnYxLlZhbGlkYXRlSW50ZWdyYXRpb25DbGllbnRSZXF1ZXN0Gi8udXBsaW0uYXBpLnYxLlZhbGlkYXRlSW50ZWdyYXRpb25DbGllbnRSZXNwb25zZSKXAZACAbpHiwESKFZhbGlkYXRlIGFuIE9BdXRoIGNsaWVudCBmb3IgaW50ZWdyYXRpb24aRENoZWNrcyB0aGUgT0F1dGggY2xpZW50IGlzIGNvbmZpZ3VyZWQgY29ycmVjdGx5IGZvciB1cGwgaW50ZWdyYXRpb24uWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQS+wEKFEZpeEludGVncmF0aW9uQ2xpZW50EikudXBsaW0uYXBpLnYxLkZpeEludGVncmF0aW9uQ2xpZW50UmVxdWVzdBoqLnVwbGltLmFwaS52MS5GaXhJbnRlZ3JhdGlvbkNsaWVudFJlc3BvbnNlIosBukeCARIkRml4IGludGVncmF0aW9uIGNsaWVudCBjb25maWd1cmF0aW9uGj9BcHBsaWVzIGZpeGVzIGZvciBhbGwgZGV0ZWN0ZWQgdmFsaWRhdGlvbiBpc3N1ZXMgb24gdGhlIGNsaWVudC5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBK4AgoaQ3JlYXRlQ2xpZW50Rm9yQ3VycmVudFVzZXISLy51cGxpbS5hcGkudjEuQ3JlYXRlQ2xpZW50Rm9yQ3VycmVudFVzZXJSZXF1ZXN0GjAudXBsaW0uYXBpLnYxLkNyZWF0ZUNsaWVudEZvckN1cnJlbnRVc2VyUmVzcG9uc2UitgG6R60BEihDcmVhdGUgT0F1dGggY2xpZW50IGZvciB0aGUgY2FsbGluZyB1c2VyGmZQcm92aXNpb25zIGEgbm9uLWFwcC1zY29wZWQgT0F1dGggY2xpZW50IG93bmVkIGJ5IHRoZSBjYWxsaW5nIHVzZXIsIHByZWNvbmZpZ3VyZWQgZm9yIHVwbCBpbnRlZ3JhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBKiAgoYQWRtaW5DcmVhdGVDbGllbnRGb3JVc2VyEi0udXBsaW0uYXBpLnYxLkFkbWluQ3JlYXRlQ2xpZW50Rm9yVXNlclJlcXVlc3QaLi51cGxpbS5hcGkudjEuQWRtaW5DcmVhdGVDbGllbnRGb3JVc2VyUmVzcG9uc2UipgG6R50BEi1DcmVhdGUgT0F1dGggY2xpZW50IG9uIGJlaGFsZiBvZiBhbm90aGVyIHVzZXIaUUFkbWluLW9ubHk6IHByb3Zpc2lvbnMgYSBub24tYXBwLXNjb3BlZCBPQXV0aCBjbGllbnQgb3duZWQgYnkgdGhlIHNwZWNpZmllZCB1c2VyLloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEtYBCg5HZXRJbnRlZ3JhdGlvbhIoLnVwbGltLmFwaS52MS5HZXRBZG1pbkludGVncmF0aW9uUmVxdWVzdBopLnVwbGltLmFwaS52MS5HZXRBZG1pbkludGVncmF0aW9uUmVzcG9uc2Uib5ACAbpHZBIPR2V0IGludGVncmF0aW9uGjZHZXRzIGFuIGludGVncmF0aW9uIGJ5IElEIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBKzAgoRVXBzZXJ0SW50ZWdyYXRpb24SKy51cGxpbS5hcGkudjEuVXBzZXJ0QWRtaW5JbnRlZ3JhdGlvblJlcXVlc3QaLC51cGxpbS5hcGkudjEuVXBzZXJ0QWRtaW5JbnRlZ3JhdGlvblJlc3BvbnNlIsIBuke5ARISVXBzZXJ0IGludGVncmF0aW9uGocBQ3JlYXRlcyBvciB1cGRhdGVzIGFuIGludGVncmF0aW9uIGZvciBhbiBPQXV0aCBjbGllbnQsIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi4gQXBwbGljYXRpb24gYXNzb2NpYXRpb24gaXMgZGVyaXZlZCBmcm9tIHRoZSBjbGllbnQuWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSxgEKEURlbGV0ZUludGVncmF0aW9uEisudXBsaW0uYXBpLnYxLkRlbGV0ZUFkbWluSW50ZWdyYXRpb25SZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Imy6R2QSEkRlbGV0ZSBpbnRlZ3JhdGlvbhozRGVsZXRlcyBhbiBpbnRlZ3JhdGlvbiB3aXRoIG93bmVyc2hpcCB2ZXJpZmljYXRpb24uWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSzAIKJENyZWF0ZUludGVncmF0aW9uQXJjaGl2ZVVwbG9hZEludGVudBI+LnVwbGltLmFwaS52MS5DcmVhdGVBZG1pbkludGVncmF0aW9uQXJjaGl2ZVVwbG9hZEludGVudFJlcXVlc3QaPy51cGxpbS5hcGkudjEuQ3JlYXRlQWRtaW5JbnRlZ3JhdGlvbkFyY2hpdmVVcGxvYWRJbnRlbnRSZXNwb25zZSKiAbpHmQESKENyZWF0ZSBpbnRlZ3JhdGlvbiBhcmNoaXZlIHVwbG9hZCBpbnRlbnQaUkNyZWF0ZXMgYSBzaWduZWQgdXBsb2FkIGludGVudCBmb3IgdXBsb2FkaW5nIGFuIGludGVncmF0aW9uIGNvbmZpZ3VyYXRpb24gYXJjaGl2ZS5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBKcAgoaTGlzdEludGVncmF0aW9uQnVja2V0VHlwZXMSLy51cGxpbS5hcGkudjEuTGlzdEludGVncmF0aW9uQnVja2V0VHlwZXNSZXF1ZXN0GjAudXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvbkJ1Y2tldFR5cGVzUmVzcG9uc2UimgGQAgG6R44BEh1MaXN0IGludGVncmF0aW9uIGJ1Y2tldCB0eXBlcxpSTGlzdHMgYnVja2V0IHR5cGVzIGRlZmluZWQgYnkgaW50ZWdyYXRpb25zLCBvcHRpb25hbGx5IGZpbHRlcmVkIGJ5IGludGVncmF0aW9uIElELloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEpwCChtVcHNlcnRJbnRlZ3JhdGlvbkJ1Y2tldFR5cGUSMC51cGxpbS5hcGkudjEuVXBzZXJ0SW50ZWdyYXRpb25CdWNrZXRUeXBlUmVxdWVzdBoxLnVwbGltLmFwaS52MS5VcHNlcnRJbnRlZ3JhdGlvbkJ1Y2tldFR5cGVSZXNwb25zZSKXAbpHjgESHlVwc2VydCBpbnRlZ3JhdGlvbiBidWNrZXQgdHlwZRpRQ3JlYXRlcyBvciB1cGRhdGVzIGEgYnVja2V0IHR5cGUgZm9yIGFuIGludGVncmF0aW9uLCB3aXRoIG93bmVyc2hpcCB2ZXJpZmljYXRpb24uWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSiAIKG0RlbGV0ZUludGVncmF0aW9uQnVja2V0VHlwZRIwLnVwbGltLmFwaS52MS5EZWxldGVJbnRlZ3JhdGlvbkJ1Y2tldFR5cGVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ip4BukeVARIeRGVsZXRlIGludGVncmF0aW9uIGJ1Y2tldCB0eXBlGlhEZWxldGVzIGEgYnVja2V0IHR5cGUgd2l0aCBvd25lcnNoaXAgdmVyaWZpY2F0aW9uLiBGYWlscyBpZiBidWNrZXRzIGFyZSB1c2luZyB0aGlzIHR5cGUuWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSswIKHkVuYWJsZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudBIzLnVwbGltLmFwaS52MS5FbmFibGVCdWNrZXRUeXBlU2VydmljZUFjY291bnRSZXF1ZXN0GjQudXBsaW0uYXBpLnYxLkVuYWJsZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFJlc3BvbnNlIqUBukecARImRW5hYmxlIHNlcnZpY2UgYWNjb3VudCBmb3IgYnVja2V0IHR5cGUaV0F1dG8tcHJvdmlzaW9ucyBhIHNlcnZpY2UgYWNjb3VudCBmb3IgdGhpcyBidWNrZXQgdHlwZS4gUmV0dXJucyB0aGUgdG9rZW4gKHNob3duIG9uY2UpLloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEtkCCidSZWdlbmVyYXRlQnVja2V0VHlwZVNlcnZpY2VBY2NvdW50VG9rZW4SPC51cGxpbS5hcGkudjEuUmVnZW5lcmF0ZUJ1Y2tldFR5cGVTZXJ2aWNlQWNjb3VudFRva2VuUmVxdWVzdBo9LnVwbGltLmFwaS52MS5SZWdlbmVyYXRlQnVja2V0VHlwZVNlcnZpY2VBY2NvdW50VG9rZW5SZXNwb25zZSKwAbpHpwESLFJlZ2VuZXJhdGUgYnVja2V0IHR5cGUgc2VydmljZSBhY2NvdW50IHRva2VuGlxSZWdlbmVyYXRlcyB0aGUgc2VydmljZSBhY2NvdW50IHRva2VuIGZvciBhIGJ1Y2tldCB0eXBlLiBSZXR1cm5zIHRoZSBuZXcgdG9rZW4gKHNob3duIG9uY2UpLloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEvsBCh9EaXNhYmxlQnVja2V0VHlwZVNlcnZpY2VBY2NvdW50EjQudXBsaW0uYXBpLnYxLkRpc2FibGVCdWNrZXRUeXBlU2VydmljZUFjY291bnRSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IokBukeAARInRGlzYWJsZSBzZXJ2aWNlIGFjY291bnQgZm9yIGJ1Y2tldCB0eXBlGjpEZWxldGVzIHRoZSBzZXJ2aWNlIGFjY291bnQgYXNzb2NpYXRlZCB3aXRoIGEgYnVja2V0IHR5cGUuWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSoQIKG0xpc3RJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlcxIwLnVwbGltLmFwaS52MS5MaXN0SW50ZWdyYXRpb25Db250ZW50VHlwZXNSZXF1ZXN0GjEudXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlc1Jlc3BvbnNlIpwBkAIBukeQARIeTGlzdCBpbnRlZ3JhdGlvbiBjb250ZW50IHR5cGVzGlNMaXN0cyBjb250ZW50IHR5cGVzIGRlZmluZWQgYnkgaW50ZWdyYXRpb25zLCBvcHRpb25hbGx5IGZpbHRlcmVkIGJ5IGludGVncmF0aW9uIElELloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEqECChxVcHNlcnRJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlEjEudXBsaW0uYXBpLnYxLlVwc2VydEludGVncmF0aW9uQ29udGVudFR5cGVSZXF1ZXN0GjIudXBsaW0uYXBpLnYxLlVwc2VydEludGVncmF0aW9uQ29udGVudFR5cGVSZXNwb25zZSKZAbpHkAESH1Vwc2VydCBpbnRlZ3JhdGlvbiBjb250ZW50IHR5cGUaUkNyZWF0ZXMgb3IgdXBkYXRlcyBhIGNvbnRlbnQgdHlwZSBmb3IgYW4gaW50ZWdyYXRpb24sIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBLkAQocRGVsZXRlSW50ZWdyYXRpb25Db250ZW50VHlwZRIxLnVwbGltLmFwaS52MS5EZWxldGVJbnRlZ3JhdGlvbkNvbnRlbnRUeXBlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSJ5ukdxEh9EZWxldGUgaW50ZWdyYXRpb24gY29udGVudCB0eXBlGjNEZWxldGVzIGEgY29udGVudCB0eXBlIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBKWAgoXTGlzdEludGVncmF0aW9uTmV3RmlsZXMSLC51cGxpbS5hcGkudjEuTGlzdEludGVncmF0aW9uTmV3RmlsZXNSZXF1ZXN0Gi0udXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvbk5ld0ZpbGVzUmVzcG9uc2UinQGQAgG6R5EBEhpMaXN0IGludGVncmF0aW9uIG5ldyBmaWxlcxpYTGlzdHMgbmV3IGZpbGUgdGVtcGxhdGVzIGRlZmluZWQgYnkgaW50ZWdyYXRpb25zLCBvcHRpb25hbGx5IGZpbHRlcmVkIGJ5IGludGVncmF0aW9uIElELloZChcKBk9BdXRoMhINCgt1cGw6cHJpdmF0ZcKyBAFkEpYCChhVcHNlcnRJbnRlZ3JhdGlvbk5ld0ZpbGUSLS51cGxpbS5hcGkudjEuVXBzZXJ0SW50ZWdyYXRpb25OZXdGaWxlUmVxdWVzdBouLnVwbGltLmFwaS52MS5VcHNlcnRJbnRlZ3JhdGlvbk5ld0ZpbGVSZXNwb25zZSKaAbpHkQESG1Vwc2VydCBpbnRlZ3JhdGlvbiBuZXcgZmlsZRpXQ3JlYXRlcyBvciB1cGRhdGVzIGEgbmV3IGZpbGUgdGVtcGxhdGUgZm9yIGFuIGludGVncmF0aW9uLCB3aXRoIG93bmVyc2hpcCB2ZXJpZmljYXRpb24uWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQS3QEKGERlbGV0ZUludGVncmF0aW9uTmV3RmlsZRItLnVwbGltLmFwaS52MS5EZWxldGVJbnRlZ3JhdGlvbk5ld0ZpbGVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Inq6R3ISG0RlbGV0ZSBpbnRlZ3JhdGlvbiBuZXcgZmlsZRo4RGVsZXRlcyBhIG5ldyBmaWxlIHRlbXBsYXRlIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBKDAgodTGlzdEludGVncmF0aW9uVGh1bWJuYWlsUG9vbHMSMi51cGxpbS5hcGkudjEuTGlzdEludGVncmF0aW9uVGh1bWJuYWlsUG9vbHNSZXF1ZXN0GjMudXBsaW0uYXBpLnYxLkxpc3RJbnRlZ3JhdGlvblRodW1ibmFpbFBvb2xzUmVzcG9uc2UieZACAbpHbhIgTGlzdCBpbnRlZ3JhdGlvbiB0aHVtYm5haWwgcG9vbHMaL0xpc3RzIHRodW1ibmFpbCBwYXJzZSBwb29scyBmb3IgYW4gaW50ZWdyYXRpb24uWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQSwwIKHkNyZWF0ZUludGVncmF0aW9uVGh1bWJuYWlsUG9vbBIzLnVwbGltLmFwaS52MS5DcmVhdGVJbnRlZ3JhdGlvblRodW1ibmFpbFBvb2xSZXF1ZXN0GjQudXBsaW0uYXBpLnYxLkNyZWF0ZUludGVncmF0aW9uVGh1bWJuYWlsUG9vbFJlc3BvbnNlIrUBukesARIhQ3JlYXRlIGludGVncmF0aW9uIHRodW1ibmFpbCBwb29sGmxDcmVhdGVzIGEgdGh1bWJuYWlsIHBhcnNlIHBvb2wgZm9yIGFuIGludGVncmF0aW9uIGFuZCByZXR1cm5zIGl0IHdpdGggaXRzIHRva2VuLiBUaGUgdG9rZW4gaXMgcmV0dXJuZWQgb25jZS5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBLzAQoeRGVsZXRlSW50ZWdyYXRpb25UaHVtYm5haWxQb29sEjMudXBsaW0uYXBpLnYxLkRlbGV0ZUludGVncmF0aW9uVGh1bWJuYWlsUG9vbFJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkigwG6R3sSIURlbGV0ZSBpbnRlZ3JhdGlvbiB0aHVtYm5haWwgcG9vbBo7RGVsZXRlcyBhIHRodW1ibmFpbCBwYXJzZSBwb29sIHdpdGggb3duZXJzaGlwIHZlcmlmaWNhdGlvbi5aGQoXCgZPQXV0aDISDQoLdXBsOnByaXZhdGXCsgQBZBLpAgobUmVnZW5lcmF0ZUludGVncmF0aW9uQXBpS2V5EjAudXBsaW0uYXBpLnYxLlJlZ2VuZXJhdGVJbnRlZ3JhdGlvbkFwaUtleVJlcXVlc3QaMS51cGxpbS5hcGkudjEuUmVnZW5lcmF0ZUludGVncmF0aW9uQXBpS2V5UmVzcG9uc2Ui5AG6R9sBEh5SZWdlbmVyYXRlIGludGVncmF0aW9uIEFQSSBrZXkanQFHZW5lcmF0ZXMgKG9yIHJvdGF0ZXMpIGFuIEFQSSBrZXkgZm9yIHRoZSBpbnRlZ3JhdGlvbi4gRW5hYmxlcyBBUEkta2V5LW9ubHkgd3JpdGUgYWNjZXNzIHRvIHRoZSBpbnRlZ3JhdGlvbidzIHNjb3BlZCByZXNvdXJjZXMuIFRoZSByYXcga2V5IGlzIHJldHVybmVkIG9uY2UuWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWQS8wEKF1Jldm9rZUludGVncmF0aW9uQXBpS2V5EiwudXBsaW0uYXBpLnYxLlJldm9rZUludGVncmF0aW9uQXBpS2V5UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSKRAbpHiAESGlJldm9rZSBpbnRlZ3JhdGlvbiBBUEkga2V5Gk9EaXNhYmxlcyBBUEkga2V5IGF1dGhlbnRpY2F0aW9uIGZvciB0aGUgaW50ZWdyYXRpb24gYW5kIGRlbGV0ZXMgdGhlIHN0b3JlZCBrZXkuWhkKFwoGT0F1dGgyEg0KC3VwbDpwcml2YXRlwrIEAWRCuAEKEGNvbS51cGxpbS5hcGkudjFCFUludGVncmF0aW9uQWRtaW5Qcm90b1ABWjtnaXRodWIuY29tL3hlb25yL3VwbC1pbS1hcGkvcHJvdG8vZ2VuL3VwbGltL2FwaS92MTt1cGxpbV92MaICA1VBWKoCDFVwbGltLkFwaS5WMcoCDFVwbGltXEFwaVxWMeICGFVwbGltXEFwaVxWMVxHUEJNZXRhZGF0YeoCDlVwbGltOjpBcGk6OlYxYgZwcm90bzM", [file_google_protobuf_timestamp, file_google_protobuf_empty, file_google_protobuf_field_mask, file_uplim_api_v1_internal, file_uplim_api_v1_integration_types, file_uplim_api_v1_integration_install, file_buf_validate_validate, file_gnostic_openapi_v3_annotations]);
23
+
24
+ /**
25
+ * Represents a client that can have an integration.
26
+ *
27
+ * @generated from message uplim.api.v1.IntegrationTarget
28
+ */
29
+ export type IntegrationTarget = Message<"uplim.api.v1.IntegrationTarget"> & {
30
+ /**
31
+ * The OAuth client ID.
32
+ *
33
+ * @generated from field: string client_id = 2;
34
+ */
35
+ clientId: string;
36
+
37
+ /**
38
+ * Display name of the client.
39
+ *
40
+ * @generated from field: string name = 3;
41
+ */
42
+ name: string;
43
+
44
+ /**
45
+ * Website URL (if available).
46
+ *
47
+ * @generated from field: optional string website_url = 4;
48
+ */
49
+ websiteUrl?: string;
50
+
51
+ /**
52
+ * Logo URL (if available).
53
+ *
54
+ * @generated from field: optional string logo_url = 5;
55
+ */
56
+ logoUrl?: string;
57
+
58
+ /**
59
+ * Whether an integration already exists for this client.
60
+ *
61
+ * @generated from field: bool has_integration = 6;
62
+ */
63
+ hasIntegration: boolean;
64
+
65
+ /**
66
+ * The existing integration, if any.
67
+ *
68
+ * @generated from field: optional uplim.api.v1.Integration integration = 7;
69
+ */
70
+ integration?: Integration;
71
+
72
+ /**
73
+ * Application enrichment (derived from the client's IDP record).
74
+ *
75
+ * @generated from field: optional string application_id = 8;
76
+ */
77
+ applicationId?: string;
78
+
79
+ /**
80
+ * @generated from field: optional string application_name = 9;
81
+ */
82
+ applicationName?: string;
83
+
84
+ /**
85
+ * @generated from field: optional string application_slug = 10;
86
+ */
87
+ applicationSlug?: string;
88
+ };
89
+
90
+ /**
91
+ * Describes the message uplim.api.v1.IntegrationTarget.
92
+ * Use `create(IntegrationTargetSchema)` to create a new message.
93
+ */
94
+ export const IntegrationTargetSchema: GenMessage<IntegrationTarget> = /*@__PURE__*/
95
+ messageDesc(file_uplim_api_v1_integration_admin, 0);
96
+
97
+ /**
98
+ * @generated from message uplim.api.v1.ListIntegrationTargetsRequest
99
+ */
100
+ export type ListIntegrationTargetsRequest = Message<"uplim.api.v1.ListIntegrationTargetsRequest"> & {
101
+ /**
102
+ * Optional filter: only return clients belonging to the app with this slug.
103
+ *
104
+ * @generated from field: optional string application_slug = 1;
105
+ */
106
+ applicationSlug?: string;
107
+ };
108
+
109
+ /**
110
+ * Describes the message uplim.api.v1.ListIntegrationTargetsRequest.
111
+ * Use `create(ListIntegrationTargetsRequestSchema)` to create a new message.
112
+ */
113
+ export const ListIntegrationTargetsRequestSchema: GenMessage<ListIntegrationTargetsRequest> = /*@__PURE__*/
114
+ messageDesc(file_uplim_api_v1_integration_admin, 1);
115
+
116
+ /**
117
+ * @generated from message uplim.api.v1.ListIntegrationTargetsResponse
118
+ */
119
+ export type ListIntegrationTargetsResponse = Message<"uplim.api.v1.ListIntegrationTargetsResponse"> & {
120
+ /**
121
+ * @generated from field: repeated uplim.api.v1.IntegrationTarget targets = 1;
122
+ */
123
+ targets: IntegrationTarget[];
124
+ };
125
+
126
+ /**
127
+ * Describes the message uplim.api.v1.ListIntegrationTargetsResponse.
128
+ * Use `create(ListIntegrationTargetsResponseSchema)` to create a new message.
129
+ */
130
+ export const ListIntegrationTargetsResponseSchema: GenMessage<ListIntegrationTargetsResponse> = /*@__PURE__*/
131
+ messageDesc(file_uplim_api_v1_integration_admin, 2);
132
+
133
+ /**
134
+ * @generated from message uplim.api.v1.GetAdminIntegrationRequest
135
+ */
136
+ export type GetAdminIntegrationRequest = Message<"uplim.api.v1.GetAdminIntegrationRequest"> & {
137
+ /**
138
+ * @generated from field: string integration_id = 1;
139
+ */
140
+ integrationId: string;
141
+ };
142
+
143
+ /**
144
+ * Describes the message uplim.api.v1.GetAdminIntegrationRequest.
145
+ * Use `create(GetAdminIntegrationRequestSchema)` to create a new message.
146
+ */
147
+ export const GetAdminIntegrationRequestSchema: GenMessage<GetAdminIntegrationRequest> = /*@__PURE__*/
148
+ messageDesc(file_uplim_api_v1_integration_admin, 3);
149
+
150
+ /**
151
+ * @generated from message uplim.api.v1.GetAdminIntegrationResponse
152
+ */
153
+ export type GetAdminIntegrationResponse = Message<"uplim.api.v1.GetAdminIntegrationResponse"> & {
154
+ /**
155
+ * @generated from field: uplim.api.v1.Integration integration = 1;
156
+ */
157
+ integration?: Integration;
158
+ };
159
+
160
+ /**
161
+ * Describes the message uplim.api.v1.GetAdminIntegrationResponse.
162
+ * Use `create(GetAdminIntegrationResponseSchema)` to create a new message.
163
+ */
164
+ export const GetAdminIntegrationResponseSchema: GenMessage<GetAdminIntegrationResponse> = /*@__PURE__*/
165
+ messageDesc(file_uplim_api_v1_integration_admin, 4);
166
+
167
+ /**
168
+ * @generated from message uplim.api.v1.UpsertAdminIntegrationRequest
169
+ */
170
+ export type UpsertAdminIntegrationRequest = Message<"uplim.api.v1.UpsertAdminIntegrationRequest"> & {
171
+ /**
172
+ * The OAuth client ID that owns this integration.
173
+ *
174
+ * @generated from field: string client_id = 1;
175
+ */
176
+ clientId: string;
177
+
178
+ /**
179
+ * @generated from field: google.protobuf.FieldMask update_mask = 3;
180
+ */
181
+ updateMask?: FieldMask;
182
+
183
+ /**
184
+ * @generated from field: optional string name = 4;
185
+ */
186
+ name?: string;
187
+
188
+ /**
189
+ * Scoping mode: "none", "bucket", or "folder"
190
+ *
191
+ * @generated from field: string scoping = 8;
192
+ */
193
+ scoping: string;
194
+
195
+ /**
196
+ * Required when scoping = "bucket": the default bucket type for this integration
197
+ *
198
+ * @generated from field: optional string default_bucket_type_id = 9;
199
+ */
200
+ defaultBucketTypeId?: string;
201
+
202
+ /**
203
+ * Required when scoping = "folder": controls how the integration folder behaves
204
+ *
205
+ * @generated from field: uplim.api.v1.IntegrationFolderBehavior folder_behavior = 10;
206
+ */
207
+ folderBehavior: IntegrationFolderBehavior;
208
+
209
+ /**
210
+ * Required when folder_behavior = LINK: the URL to open
211
+ *
212
+ * @generated from field: optional string folder_link_url = 11;
213
+ */
214
+ folderLinkUrl?: string;
215
+
216
+ /**
217
+ * How the integration is surfaced to users. Set on create; immutable thereafter.
218
+ * Sending a different mode on update returns InvalidArgument.
219
+ *
220
+ * @generated from field: uplim.api.v1.IntegrationMode mode = 12;
221
+ */
222
+ mode: IntegrationMode;
223
+
224
+ /**
225
+ * When true (and mode = APPLICATION), the app appears as a launcher chip at the
226
+ * top of every bucket where it's installed. Ignored unless mode = APPLICATION.
227
+ *
228
+ * @generated from field: bool bucket_launcher_enabled = 13;
229
+ */
230
+ bucketLauncherEnabled: boolean;
231
+
232
+ /**
233
+ * URL-safe namespace component of content type URNs. Set on create;
234
+ * immutable thereafter. Sending a different slug on update returns
235
+ * InvalidArgument. If omitted on create, derived from name.
236
+ * Format: lowercase letter + lowercase alphanumeric/hyphen, 2-64 chars.
237
+ * Reserved values: "default", "system", "uplim", "xeonr".
238
+ *
239
+ * @generated from field: optional string slug = 14;
240
+ */
241
+ slug?: string;
242
+ };
243
+
244
+ /**
245
+ * Describes the message uplim.api.v1.UpsertAdminIntegrationRequest.
246
+ * Use `create(UpsertAdminIntegrationRequestSchema)` to create a new message.
247
+ */
248
+ export const UpsertAdminIntegrationRequestSchema: GenMessage<UpsertAdminIntegrationRequest> = /*@__PURE__*/
249
+ messageDesc(file_uplim_api_v1_integration_admin, 5);
250
+
251
+ /**
252
+ * @generated from message uplim.api.v1.UpsertAdminIntegrationResponse
253
+ */
254
+ export type UpsertAdminIntegrationResponse = Message<"uplim.api.v1.UpsertAdminIntegrationResponse"> & {
255
+ /**
256
+ * @generated from field: uplim.api.v1.Integration integration = 1;
257
+ */
258
+ integration?: Integration;
259
+ };
260
+
261
+ /**
262
+ * Describes the message uplim.api.v1.UpsertAdminIntegrationResponse.
263
+ * Use `create(UpsertAdminIntegrationResponseSchema)` to create a new message.
264
+ */
265
+ export const UpsertAdminIntegrationResponseSchema: GenMessage<UpsertAdminIntegrationResponse> = /*@__PURE__*/
266
+ messageDesc(file_uplim_api_v1_integration_admin, 6);
267
+
268
+ /**
269
+ * @generated from message uplim.api.v1.DeleteAdminIntegrationRequest
270
+ */
271
+ export type DeleteAdminIntegrationRequest = Message<"uplim.api.v1.DeleteAdminIntegrationRequest"> & {
272
+ /**
273
+ * @generated from field: string integration_id = 1;
274
+ */
275
+ integrationId: string;
276
+ };
277
+
278
+ /**
279
+ * Describes the message uplim.api.v1.DeleteAdminIntegrationRequest.
280
+ * Use `create(DeleteAdminIntegrationRequestSchema)` to create a new message.
281
+ */
282
+ export const DeleteAdminIntegrationRequestSchema: GenMessage<DeleteAdminIntegrationRequest> = /*@__PURE__*/
283
+ messageDesc(file_uplim_api_v1_integration_admin, 7);
284
+
285
+ /**
286
+ * @generated from message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest
287
+ */
288
+ export type CreateAdminIntegrationArchiveUploadIntentRequest = Message<"uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest"> & {
289
+ /**
290
+ * The OAuth client ID.
291
+ *
292
+ * @generated from field: string client_id = 1;
293
+ */
294
+ clientId: string;
295
+ };
296
+
297
+ /**
298
+ * Describes the message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest.
299
+ * Use `create(CreateAdminIntegrationArchiveUploadIntentRequestSchema)` to create a new message.
300
+ */
301
+ export const CreateAdminIntegrationArchiveUploadIntentRequestSchema: GenMessage<CreateAdminIntegrationArchiveUploadIntentRequest> = /*@__PURE__*/
302
+ messageDesc(file_uplim_api_v1_integration_admin, 8);
303
+
304
+ /**
305
+ * @generated from message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse
306
+ */
307
+ export type CreateAdminIntegrationArchiveUploadIntentResponse = Message<"uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse"> & {
308
+ /**
309
+ * @generated from field: string signed_token = 1;
310
+ */
311
+ signedToken: string;
312
+
313
+ /**
314
+ * @generated from field: string upload_path = 2;
315
+ */
316
+ uploadPath: string;
317
+
318
+ /**
319
+ * @generated from field: google.protobuf.Timestamp expires_at = 3;
320
+ */
321
+ expiresAt?: Timestamp;
322
+ };
323
+
324
+ /**
325
+ * Describes the message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse.
326
+ * Use `create(CreateAdminIntegrationArchiveUploadIntentResponseSchema)` to create a new message.
327
+ */
328
+ export const CreateAdminIntegrationArchiveUploadIntentResponseSchema: GenMessage<CreateAdminIntegrationArchiveUploadIntentResponse> = /*@__PURE__*/
329
+ messageDesc(file_uplim_api_v1_integration_admin, 9);
330
+
331
+ /**
332
+ * @generated from message uplim.api.v1.ListIntegrationBucketTypesRequest
333
+ */
334
+ export type ListIntegrationBucketTypesRequest = Message<"uplim.api.v1.ListIntegrationBucketTypesRequest"> & {
335
+ /**
336
+ * Filter by integration ID (optional)
337
+ *
338
+ * @generated from field: optional string integration_id = 1;
339
+ */
340
+ integrationId?: string;
341
+ };
342
+
343
+ /**
344
+ * Describes the message uplim.api.v1.ListIntegrationBucketTypesRequest.
345
+ * Use `create(ListIntegrationBucketTypesRequestSchema)` to create a new message.
346
+ */
347
+ export const ListIntegrationBucketTypesRequestSchema: GenMessage<ListIntegrationBucketTypesRequest> = /*@__PURE__*/
348
+ messageDesc(file_uplim_api_v1_integration_admin, 10);
349
+
350
+ /**
351
+ * @generated from message uplim.api.v1.ListIntegrationBucketTypesResponse
352
+ */
353
+ export type ListIntegrationBucketTypesResponse = Message<"uplim.api.v1.ListIntegrationBucketTypesResponse"> & {
354
+ /**
355
+ * @generated from field: repeated uplim.api.v1.IntegrationBucketType bucket_types = 1;
356
+ */
357
+ bucketTypes: IntegrationBucketType[];
358
+ };
359
+
360
+ /**
361
+ * Describes the message uplim.api.v1.ListIntegrationBucketTypesResponse.
362
+ * Use `create(ListIntegrationBucketTypesResponseSchema)` to create a new message.
363
+ */
364
+ export const ListIntegrationBucketTypesResponseSchema: GenMessage<ListIntegrationBucketTypesResponse> = /*@__PURE__*/
365
+ messageDesc(file_uplim_api_v1_integration_admin, 11);
366
+
367
+ /**
368
+ * @generated from message uplim.api.v1.UpsertIntegrationBucketTypeRequest
369
+ */
370
+ export type UpsertIntegrationBucketTypeRequest = Message<"uplim.api.v1.UpsertIntegrationBucketTypeRequest"> & {
371
+ /**
372
+ * The parent integration that owns this bucket type
373
+ *
374
+ * @generated from field: string integration_id = 1;
375
+ */
376
+ integrationId: string;
377
+
378
+ /**
379
+ * @generated from field: google.protobuf.FieldMask update_mask = 2;
380
+ */
381
+ updateMask?: FieldMask;
382
+
383
+ /**
384
+ * URL-safe identifier (e.g. "npm-registry"). Immutable after creation.
385
+ *
386
+ * @generated from field: optional string slug = 3;
387
+ */
388
+ slug?: string;
389
+
390
+ /**
391
+ * @generated from field: optional string display_name = 4;
392
+ */
393
+ displayName?: string;
394
+
395
+ /**
396
+ * @generated from field: optional string description = 5;
397
+ */
398
+ description?: string;
399
+
400
+ /**
401
+ * @generated from field: optional string icon_url = 6;
402
+ */
403
+ iconUrl?: string;
404
+
405
+ /**
406
+ * @generated from field: optional uplim.api.v1.IntegrationRendererConfig renderer = 7;
407
+ */
408
+ renderer?: IntegrationRendererConfig;
409
+
410
+ /**
411
+ * @generated from field: optional uplim.api.v1.IntegrationThumbnailParserConfig thumbnail_parser = 8;
412
+ */
413
+ thumbnailParser?: IntegrationThumbnailParserConfig;
414
+
415
+ /**
416
+ * Permission level for the auto-provisioned service account (read, write, admin)
417
+ *
418
+ * @generated from field: optional string service_account_permission = 9;
419
+ */
420
+ serviceAccountPermission?: string;
421
+ };
422
+
423
+ /**
424
+ * Describes the message uplim.api.v1.UpsertIntegrationBucketTypeRequest.
425
+ * Use `create(UpsertIntegrationBucketTypeRequestSchema)` to create a new message.
426
+ */
427
+ export const UpsertIntegrationBucketTypeRequestSchema: GenMessage<UpsertIntegrationBucketTypeRequest> = /*@__PURE__*/
428
+ messageDesc(file_uplim_api_v1_integration_admin, 12);
429
+
430
+ /**
431
+ * @generated from message uplim.api.v1.UpsertIntegrationBucketTypeResponse
432
+ */
433
+ export type UpsertIntegrationBucketTypeResponse = Message<"uplim.api.v1.UpsertIntegrationBucketTypeResponse"> & {
434
+ /**
435
+ * @generated from field: uplim.api.v1.IntegrationBucketType bucket_type = 1;
436
+ */
437
+ bucketType?: IntegrationBucketType;
438
+ };
439
+
440
+ /**
441
+ * Describes the message uplim.api.v1.UpsertIntegrationBucketTypeResponse.
442
+ * Use `create(UpsertIntegrationBucketTypeResponseSchema)` to create a new message.
443
+ */
444
+ export const UpsertIntegrationBucketTypeResponseSchema: GenMessage<UpsertIntegrationBucketTypeResponse> = /*@__PURE__*/
445
+ messageDesc(file_uplim_api_v1_integration_admin, 13);
446
+
447
+ /**
448
+ * @generated from message uplim.api.v1.DeleteIntegrationBucketTypeRequest
449
+ */
450
+ export type DeleteIntegrationBucketTypeRequest = Message<"uplim.api.v1.DeleteIntegrationBucketTypeRequest"> & {
451
+ /**
452
+ * @generated from field: string bucket_type_id = 1;
453
+ */
454
+ bucketTypeId: string;
455
+ };
456
+
457
+ /**
458
+ * Describes the message uplim.api.v1.DeleteIntegrationBucketTypeRequest.
459
+ * Use `create(DeleteIntegrationBucketTypeRequestSchema)` to create a new message.
460
+ */
461
+ export const DeleteIntegrationBucketTypeRequestSchema: GenMessage<DeleteIntegrationBucketTypeRequest> = /*@__PURE__*/
462
+ messageDesc(file_uplim_api_v1_integration_admin, 14);
463
+
464
+ /**
465
+ * @generated from message uplim.api.v1.EnableBucketTypeServiceAccountRequest
466
+ */
467
+ export type EnableBucketTypeServiceAccountRequest = Message<"uplim.api.v1.EnableBucketTypeServiceAccountRequest"> & {
468
+ /**
469
+ * @generated from field: string bucket_type_id = 1;
470
+ */
471
+ bucketTypeId: string;
472
+
473
+ /**
474
+ * Permission level for the service account on new buckets: read, write, admin
475
+ *
476
+ * @generated from field: string permission = 2;
477
+ */
478
+ permission: string;
479
+ };
480
+
481
+ /**
482
+ * Describes the message uplim.api.v1.EnableBucketTypeServiceAccountRequest.
483
+ * Use `create(EnableBucketTypeServiceAccountRequestSchema)` to create a new message.
484
+ */
485
+ export const EnableBucketTypeServiceAccountRequestSchema: GenMessage<EnableBucketTypeServiceAccountRequest> = /*@__PURE__*/
486
+ messageDesc(file_uplim_api_v1_integration_admin, 15);
487
+
488
+ /**
489
+ * @generated from message uplim.api.v1.EnableBucketTypeServiceAccountResponse
490
+ */
491
+ export type EnableBucketTypeServiceAccountResponse = Message<"uplim.api.v1.EnableBucketTypeServiceAccountResponse"> & {
492
+ /**
493
+ * The service account token — only returned at creation. Store it securely.
494
+ *
495
+ * @generated from field: string token = 1;
496
+ */
497
+ token: string;
498
+
499
+ /**
500
+ * @generated from field: uplim.api.v1.IntegrationBucketType bucket_type = 2;
501
+ */
502
+ bucketType?: IntegrationBucketType;
503
+ };
504
+
505
+ /**
506
+ * Describes the message uplim.api.v1.EnableBucketTypeServiceAccountResponse.
507
+ * Use `create(EnableBucketTypeServiceAccountResponseSchema)` to create a new message.
508
+ */
509
+ export const EnableBucketTypeServiceAccountResponseSchema: GenMessage<EnableBucketTypeServiceAccountResponse> = /*@__PURE__*/
510
+ messageDesc(file_uplim_api_v1_integration_admin, 16);
511
+
512
+ /**
513
+ * @generated from message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest
514
+ */
515
+ export type RegenerateBucketTypeServiceAccountTokenRequest = Message<"uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest"> & {
516
+ /**
517
+ * @generated from field: string bucket_type_id = 1;
518
+ */
519
+ bucketTypeId: string;
520
+ };
521
+
522
+ /**
523
+ * Describes the message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest.
524
+ * Use `create(RegenerateBucketTypeServiceAccountTokenRequestSchema)` to create a new message.
525
+ */
526
+ export const RegenerateBucketTypeServiceAccountTokenRequestSchema: GenMessage<RegenerateBucketTypeServiceAccountTokenRequest> = /*@__PURE__*/
527
+ messageDesc(file_uplim_api_v1_integration_admin, 17);
528
+
529
+ /**
530
+ * @generated from message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse
531
+ */
532
+ export type RegenerateBucketTypeServiceAccountTokenResponse = Message<"uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse"> & {
533
+ /**
534
+ * @generated from field: string token = 1;
535
+ */
536
+ token: string;
537
+ };
538
+
539
+ /**
540
+ * Describes the message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse.
541
+ * Use `create(RegenerateBucketTypeServiceAccountTokenResponseSchema)` to create a new message.
542
+ */
543
+ export const RegenerateBucketTypeServiceAccountTokenResponseSchema: GenMessage<RegenerateBucketTypeServiceAccountTokenResponse> = /*@__PURE__*/
544
+ messageDesc(file_uplim_api_v1_integration_admin, 18);
545
+
546
+ /**
547
+ * @generated from message uplim.api.v1.DisableBucketTypeServiceAccountRequest
548
+ */
549
+ export type DisableBucketTypeServiceAccountRequest = Message<"uplim.api.v1.DisableBucketTypeServiceAccountRequest"> & {
550
+ /**
551
+ * @generated from field: string bucket_type_id = 1;
552
+ */
553
+ bucketTypeId: string;
554
+ };
555
+
556
+ /**
557
+ * Describes the message uplim.api.v1.DisableBucketTypeServiceAccountRequest.
558
+ * Use `create(DisableBucketTypeServiceAccountRequestSchema)` to create a new message.
559
+ */
560
+ export const DisableBucketTypeServiceAccountRequestSchema: GenMessage<DisableBucketTypeServiceAccountRequest> = /*@__PURE__*/
561
+ messageDesc(file_uplim_api_v1_integration_admin, 19);
562
+
563
+ /**
564
+ * @generated from message uplim.api.v1.ListIntegrationContentTypesRequest
565
+ */
566
+ export type ListIntegrationContentTypesRequest = Message<"uplim.api.v1.ListIntegrationContentTypesRequest"> & {
567
+ /**
568
+ * Filter by integration ID (optional)
569
+ *
570
+ * @generated from field: optional string integration_id = 1;
571
+ */
572
+ integrationId?: string;
573
+ };
574
+
575
+ /**
576
+ * Describes the message uplim.api.v1.ListIntegrationContentTypesRequest.
577
+ * Use `create(ListIntegrationContentTypesRequestSchema)` to create a new message.
578
+ */
579
+ export const ListIntegrationContentTypesRequestSchema: GenMessage<ListIntegrationContentTypesRequest> = /*@__PURE__*/
580
+ messageDesc(file_uplim_api_v1_integration_admin, 20);
581
+
582
+ /**
583
+ * @generated from message uplim.api.v1.ListIntegrationContentTypesResponse
584
+ */
585
+ export type ListIntegrationContentTypesResponse = Message<"uplim.api.v1.ListIntegrationContentTypesResponse"> & {
586
+ /**
587
+ * @generated from field: repeated uplim.api.v1.IntegrationContentType content_types = 1;
588
+ */
589
+ contentTypes: IntegrationContentType[];
590
+ };
591
+
592
+ /**
593
+ * Describes the message uplim.api.v1.ListIntegrationContentTypesResponse.
594
+ * Use `create(ListIntegrationContentTypesResponseSchema)` to create a new message.
595
+ */
596
+ export const ListIntegrationContentTypesResponseSchema: GenMessage<ListIntegrationContentTypesResponse> = /*@__PURE__*/
597
+ messageDesc(file_uplim_api_v1_integration_admin, 21);
598
+
599
+ /**
600
+ * @generated from message uplim.api.v1.UpsertIntegrationContentTypeRequest
601
+ */
602
+ export type UpsertIntegrationContentTypeRequest = Message<"uplim.api.v1.UpsertIntegrationContentTypeRequest"> & {
603
+ /**
604
+ * The parent integration that owns this content type
605
+ *
606
+ * @generated from field: string integration_id = 1;
607
+ */
608
+ integrationId: string;
609
+
610
+ /**
611
+ * @generated from field: google.protobuf.FieldMask update_mask = 2;
612
+ */
613
+ updateMask?: FieldMask;
614
+
615
+ /**
616
+ * Existing content type ID (omit for create)
617
+ *
618
+ * @generated from field: optional string content_type_id = 3;
619
+ */
620
+ contentTypeId?: string;
621
+
622
+ /**
623
+ * @generated from field: optional uplim.api.v1.IntegrationContentTypeCriteria criteria = 4;
624
+ */
625
+ criteria?: IntegrationContentTypeCriteria;
626
+
627
+ /**
628
+ * @generated from field: optional uplim.api.v1.IntegrationRendererConfig renderer = 5;
629
+ */
630
+ renderer?: IntegrationRendererConfig;
631
+
632
+ /**
633
+ * @generated from field: optional uplim.api.v1.IntegrationThumbnailParserConfig thumbnail_parser = 6;
634
+ */
635
+ thumbnailParser?: IntegrationThumbnailParserConfig;
636
+
637
+ /**
638
+ * @generated from field: optional uplim.api.v1.IntegrationContentTypeOpenWithConfig open_with = 7;
639
+ */
640
+ openWith?: IntegrationContentTypeOpenWithConfig;
641
+
642
+ /**
643
+ * Lower number = higher priority
644
+ *
645
+ * @generated from field: int32 priority = 8;
646
+ */
647
+ priority: number;
648
+
649
+ /**
650
+ * Immutable URN local part (e.g., "image" in "default:image"). Set on
651
+ * create; immutable thereafter. Sending a different name on update
652
+ * returns InvalidArgument.
653
+ * Format: lowercase letter + lowercase alphanumeric/hyphen, 2-64 chars.
654
+ *
655
+ * @generated from field: optional string name = 9;
656
+ */
657
+ name?: string;
658
+
659
+ /**
660
+ * Human-readable label shown in the admin UI.
661
+ *
662
+ * @generated from field: optional string display_label = 10;
663
+ */
664
+ displayLabel?: string;
665
+
666
+ /**
667
+ * FontAwesome key for the file icon (e.g., "faFileImage").
668
+ *
669
+ * @generated from field: optional string icon_name = 11;
670
+ */
671
+ iconName?: string;
672
+
673
+ /**
674
+ * Serialized ContentTypeMatcher proto. Pipeline evaluates it against the
675
+ * upload's detection result to decide which content type matches.
676
+ *
677
+ * @generated from field: optional bytes matcher = 12;
678
+ */
679
+ matcher?: Uint8Array;
680
+
681
+ /**
682
+ * Higher wins. Source of truth is ContentTypeMatcher.priority; this
683
+ * field is denormalized for index-driven ordering during retrieval.
684
+ *
685
+ * @generated from field: optional int32 matcher_priority = 13;
686
+ */
687
+ matcherPriority?: number;
688
+
689
+ /**
690
+ * Per-content-type feature flag for Sub-plan D rollout: false uses the
691
+ * legacy inline activity, true dispatches to external workers.
692
+ *
693
+ * @generated from field: optional bool dispatch_to_pool = 14;
694
+ */
695
+ dispatchToPool?: boolean;
696
+ };
697
+
698
+ /**
699
+ * Describes the message uplim.api.v1.UpsertIntegrationContentTypeRequest.
700
+ * Use `create(UpsertIntegrationContentTypeRequestSchema)` to create a new message.
701
+ */
702
+ export const UpsertIntegrationContentTypeRequestSchema: GenMessage<UpsertIntegrationContentTypeRequest> = /*@__PURE__*/
703
+ messageDesc(file_uplim_api_v1_integration_admin, 22);
704
+
705
+ /**
706
+ * @generated from message uplim.api.v1.UpsertIntegrationContentTypeResponse
707
+ */
708
+ export type UpsertIntegrationContentTypeResponse = Message<"uplim.api.v1.UpsertIntegrationContentTypeResponse"> & {
709
+ /**
710
+ * @generated from field: uplim.api.v1.IntegrationContentType content_type = 1;
711
+ */
712
+ contentType?: IntegrationContentType;
713
+ };
714
+
715
+ /**
716
+ * Describes the message uplim.api.v1.UpsertIntegrationContentTypeResponse.
717
+ * Use `create(UpsertIntegrationContentTypeResponseSchema)` to create a new message.
718
+ */
719
+ export const UpsertIntegrationContentTypeResponseSchema: GenMessage<UpsertIntegrationContentTypeResponse> = /*@__PURE__*/
720
+ messageDesc(file_uplim_api_v1_integration_admin, 23);
721
+
722
+ /**
723
+ * @generated from message uplim.api.v1.DeleteIntegrationContentTypeRequest
724
+ */
725
+ export type DeleteIntegrationContentTypeRequest = Message<"uplim.api.v1.DeleteIntegrationContentTypeRequest"> & {
726
+ /**
727
+ * @generated from field: string content_type_id = 1;
728
+ */
729
+ contentTypeId: string;
730
+ };
731
+
732
+ /**
733
+ * Describes the message uplim.api.v1.DeleteIntegrationContentTypeRequest.
734
+ * Use `create(DeleteIntegrationContentTypeRequestSchema)` to create a new message.
735
+ */
736
+ export const DeleteIntegrationContentTypeRequestSchema: GenMessage<DeleteIntegrationContentTypeRequest> = /*@__PURE__*/
737
+ messageDesc(file_uplim_api_v1_integration_admin, 24);
738
+
739
+ /**
740
+ * @generated from message uplim.api.v1.ListIntegrationNewFilesRequest
741
+ */
742
+ export type ListIntegrationNewFilesRequest = Message<"uplim.api.v1.ListIntegrationNewFilesRequest"> & {
743
+ /**
744
+ * Filter by integration ID (optional)
745
+ *
746
+ * @generated from field: optional string integration_id = 1;
747
+ */
748
+ integrationId?: string;
749
+ };
750
+
751
+ /**
752
+ * Describes the message uplim.api.v1.ListIntegrationNewFilesRequest.
753
+ * Use `create(ListIntegrationNewFilesRequestSchema)` to create a new message.
754
+ */
755
+ export const ListIntegrationNewFilesRequestSchema: GenMessage<ListIntegrationNewFilesRequest> = /*@__PURE__*/
756
+ messageDesc(file_uplim_api_v1_integration_admin, 25);
757
+
758
+ /**
759
+ * @generated from message uplim.api.v1.ListIntegrationNewFilesResponse
760
+ */
761
+ export type ListIntegrationNewFilesResponse = Message<"uplim.api.v1.ListIntegrationNewFilesResponse"> & {
762
+ /**
763
+ * @generated from field: repeated uplim.api.v1.IntegrationNewFile new_files = 1;
764
+ */
765
+ newFiles: IntegrationNewFile[];
766
+ };
767
+
768
+ /**
769
+ * Describes the message uplim.api.v1.ListIntegrationNewFilesResponse.
770
+ * Use `create(ListIntegrationNewFilesResponseSchema)` to create a new message.
771
+ */
772
+ export const ListIntegrationNewFilesResponseSchema: GenMessage<ListIntegrationNewFilesResponse> = /*@__PURE__*/
773
+ messageDesc(file_uplim_api_v1_integration_admin, 26);
774
+
775
+ /**
776
+ * @generated from message uplim.api.v1.UpsertIntegrationNewFileRequest
777
+ */
778
+ export type UpsertIntegrationNewFileRequest = Message<"uplim.api.v1.UpsertIntegrationNewFileRequest"> & {
779
+ /**
780
+ * The parent integration that owns this new file template
781
+ *
782
+ * @generated from field: string integration_id = 1;
783
+ */
784
+ integrationId: string;
785
+
786
+ /**
787
+ * @generated from field: google.protobuf.FieldMask update_mask = 2;
788
+ */
789
+ updateMask?: FieldMask;
790
+
791
+ /**
792
+ * Existing new file ID (omit for create)
793
+ *
794
+ * @generated from field: optional string new_file_id = 3;
795
+ */
796
+ newFileId?: string;
797
+
798
+ /**
799
+ * @generated from field: optional string name = 4;
800
+ */
801
+ name?: string;
802
+
803
+ /**
804
+ * @generated from field: optional string extension = 5;
805
+ */
806
+ extension?: string;
807
+
808
+ /**
809
+ * @generated from field: uplim.api.v1.NewFileCreationType creation_type = 6;
810
+ */
811
+ creationType: NewFileCreationType;
812
+
813
+ /**
814
+ * @generated from field: optional uplim.api.v1.NewFileDefaultContent default_content = 7;
815
+ */
816
+ defaultContent?: NewFileDefaultContent;
817
+ };
818
+
819
+ /**
820
+ * Describes the message uplim.api.v1.UpsertIntegrationNewFileRequest.
821
+ * Use `create(UpsertIntegrationNewFileRequestSchema)` to create a new message.
822
+ */
823
+ export const UpsertIntegrationNewFileRequestSchema: GenMessage<UpsertIntegrationNewFileRequest> = /*@__PURE__*/
824
+ messageDesc(file_uplim_api_v1_integration_admin, 27);
825
+
826
+ /**
827
+ * @generated from message uplim.api.v1.UpsertIntegrationNewFileResponse
828
+ */
829
+ export type UpsertIntegrationNewFileResponse = Message<"uplim.api.v1.UpsertIntegrationNewFileResponse"> & {
830
+ /**
831
+ * @generated from field: uplim.api.v1.IntegrationNewFile new_file = 1;
832
+ */
833
+ newFile?: IntegrationNewFile;
834
+ };
835
+
836
+ /**
837
+ * Describes the message uplim.api.v1.UpsertIntegrationNewFileResponse.
838
+ * Use `create(UpsertIntegrationNewFileResponseSchema)` to create a new message.
839
+ */
840
+ export const UpsertIntegrationNewFileResponseSchema: GenMessage<UpsertIntegrationNewFileResponse> = /*@__PURE__*/
841
+ messageDesc(file_uplim_api_v1_integration_admin, 28);
842
+
843
+ /**
844
+ * @generated from message uplim.api.v1.DeleteIntegrationNewFileRequest
845
+ */
846
+ export type DeleteIntegrationNewFileRequest = Message<"uplim.api.v1.DeleteIntegrationNewFileRequest"> & {
847
+ /**
848
+ * @generated from field: string new_file_id = 1;
849
+ */
850
+ newFileId: string;
851
+ };
852
+
853
+ /**
854
+ * Describes the message uplim.api.v1.DeleteIntegrationNewFileRequest.
855
+ * Use `create(DeleteIntegrationNewFileRequestSchema)` to create a new message.
856
+ */
857
+ export const DeleteIntegrationNewFileRequestSchema: GenMessage<DeleteIntegrationNewFileRequest> = /*@__PURE__*/
858
+ messageDesc(file_uplim_api_v1_integration_admin, 29);
859
+
860
+ /**
861
+ * @generated from message uplim.api.v1.ListIntegrationThumbnailPoolsRequest
862
+ */
863
+ export type ListIntegrationThumbnailPoolsRequest = Message<"uplim.api.v1.ListIntegrationThumbnailPoolsRequest"> & {
864
+ /**
865
+ * @generated from field: string integration_id = 1;
866
+ */
867
+ integrationId: string;
868
+ };
869
+
870
+ /**
871
+ * Describes the message uplim.api.v1.ListIntegrationThumbnailPoolsRequest.
872
+ * Use `create(ListIntegrationThumbnailPoolsRequestSchema)` to create a new message.
873
+ */
874
+ export const ListIntegrationThumbnailPoolsRequestSchema: GenMessage<ListIntegrationThumbnailPoolsRequest> = /*@__PURE__*/
875
+ messageDesc(file_uplim_api_v1_integration_admin, 30);
876
+
877
+ /**
878
+ * @generated from message uplim.api.v1.ListIntegrationThumbnailPoolsResponse
879
+ */
880
+ export type ListIntegrationThumbnailPoolsResponse = Message<"uplim.api.v1.ListIntegrationThumbnailPoolsResponse"> & {
881
+ /**
882
+ * @generated from field: repeated uplim.api.v1.IntegrationThumbnailPool pools = 1;
883
+ */
884
+ pools: IntegrationThumbnailPool[];
885
+ };
886
+
887
+ /**
888
+ * Describes the message uplim.api.v1.ListIntegrationThumbnailPoolsResponse.
889
+ * Use `create(ListIntegrationThumbnailPoolsResponseSchema)` to create a new message.
890
+ */
891
+ export const ListIntegrationThumbnailPoolsResponseSchema: GenMessage<ListIntegrationThumbnailPoolsResponse> = /*@__PURE__*/
892
+ messageDesc(file_uplim_api_v1_integration_admin, 31);
893
+
894
+ /**
895
+ * @generated from message uplim.api.v1.CreateIntegrationThumbnailPoolRequest
896
+ */
897
+ export type CreateIntegrationThumbnailPoolRequest = Message<"uplim.api.v1.CreateIntegrationThumbnailPoolRequest"> & {
898
+ /**
899
+ * @generated from field: string integration_id = 1;
900
+ */
901
+ integrationId: string;
902
+
903
+ /**
904
+ * @generated from field: string name = 2;
905
+ */
906
+ name: string;
907
+ };
908
+
909
+ /**
910
+ * Describes the message uplim.api.v1.CreateIntegrationThumbnailPoolRequest.
911
+ * Use `create(CreateIntegrationThumbnailPoolRequestSchema)` to create a new message.
912
+ */
913
+ export const CreateIntegrationThumbnailPoolRequestSchema: GenMessage<CreateIntegrationThumbnailPoolRequest> = /*@__PURE__*/
914
+ messageDesc(file_uplim_api_v1_integration_admin, 32);
915
+
916
+ /**
917
+ * @generated from message uplim.api.v1.CreateIntegrationThumbnailPoolResponse
918
+ */
919
+ export type CreateIntegrationThumbnailPoolResponse = Message<"uplim.api.v1.CreateIntegrationThumbnailPoolResponse"> & {
920
+ /**
921
+ * @generated from field: uplim.api.v1.IntegrationThumbnailPool pool = 1;
922
+ */
923
+ pool?: IntegrationThumbnailPool;
924
+ };
925
+
926
+ /**
927
+ * Describes the message uplim.api.v1.CreateIntegrationThumbnailPoolResponse.
928
+ * Use `create(CreateIntegrationThumbnailPoolResponseSchema)` to create a new message.
929
+ */
930
+ export const CreateIntegrationThumbnailPoolResponseSchema: GenMessage<CreateIntegrationThumbnailPoolResponse> = /*@__PURE__*/
931
+ messageDesc(file_uplim_api_v1_integration_admin, 33);
932
+
933
+ /**
934
+ * @generated from message uplim.api.v1.DeleteIntegrationThumbnailPoolRequest
935
+ */
936
+ export type DeleteIntegrationThumbnailPoolRequest = Message<"uplim.api.v1.DeleteIntegrationThumbnailPoolRequest"> & {
937
+ /**
938
+ * @generated from field: string pool_id = 1;
939
+ */
940
+ poolId: string;
941
+ };
942
+
943
+ /**
944
+ * Describes the message uplim.api.v1.DeleteIntegrationThumbnailPoolRequest.
945
+ * Use `create(DeleteIntegrationThumbnailPoolRequestSchema)` to create a new message.
946
+ */
947
+ export const DeleteIntegrationThumbnailPoolRequestSchema: GenMessage<DeleteIntegrationThumbnailPoolRequest> = /*@__PURE__*/
948
+ messageDesc(file_uplim_api_v1_integration_admin, 34);
949
+
950
+ /**
951
+ * @generated from message uplim.api.v1.RegenerateIntegrationApiKeyRequest
952
+ */
953
+ export type RegenerateIntegrationApiKeyRequest = Message<"uplim.api.v1.RegenerateIntegrationApiKeyRequest"> & {
954
+ /**
955
+ * @generated from field: string integration_id = 1;
956
+ */
957
+ integrationId: string;
958
+ };
959
+
960
+ /**
961
+ * Describes the message uplim.api.v1.RegenerateIntegrationApiKeyRequest.
962
+ * Use `create(RegenerateIntegrationApiKeyRequestSchema)` to create a new message.
963
+ */
964
+ export const RegenerateIntegrationApiKeyRequestSchema: GenMessage<RegenerateIntegrationApiKeyRequest> = /*@__PURE__*/
965
+ messageDesc(file_uplim_api_v1_integration_admin, 35);
966
+
967
+ /**
968
+ * @generated from message uplim.api.v1.RegenerateIntegrationApiKeyResponse
969
+ */
970
+ export type RegenerateIntegrationApiKeyResponse = Message<"uplim.api.v1.RegenerateIntegrationApiKeyResponse"> & {
971
+ /**
972
+ * The raw API key. This is only returned once and cannot be retrieved again.
973
+ *
974
+ * @generated from field: string api_key = 1;
975
+ */
976
+ apiKey: string;
977
+ };
978
+
979
+ /**
980
+ * Describes the message uplim.api.v1.RegenerateIntegrationApiKeyResponse.
981
+ * Use `create(RegenerateIntegrationApiKeyResponseSchema)` to create a new message.
982
+ */
983
+ export const RegenerateIntegrationApiKeyResponseSchema: GenMessage<RegenerateIntegrationApiKeyResponse> = /*@__PURE__*/
984
+ messageDesc(file_uplim_api_v1_integration_admin, 36);
985
+
986
+ /**
987
+ * @generated from message uplim.api.v1.RevokeIntegrationApiKeyRequest
988
+ */
989
+ export type RevokeIntegrationApiKeyRequest = Message<"uplim.api.v1.RevokeIntegrationApiKeyRequest"> & {
990
+ /**
991
+ * @generated from field: string integration_id = 1;
992
+ */
993
+ integrationId: string;
994
+ };
995
+
996
+ /**
997
+ * Describes the message uplim.api.v1.RevokeIntegrationApiKeyRequest.
998
+ * Use `create(RevokeIntegrationApiKeyRequestSchema)` to create a new message.
999
+ */
1000
+ export const RevokeIntegrationApiKeyRequestSchema: GenMessage<RevokeIntegrationApiKeyRequest> = /*@__PURE__*/
1001
+ messageDesc(file_uplim_api_v1_integration_admin, 37);
1002
+
1003
+ /**
1004
+ * @generated from service uplim.api.v1.IntegrationAdminService
1005
+ */
1006
+ export const IntegrationAdminService: GenService<{
1007
+ /**
1008
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationTargets
1009
+ */
1010
+ listIntegrationTargets: {
1011
+ methodKind: "unary";
1012
+ input: typeof ListIntegrationTargetsRequestSchema;
1013
+ output: typeof ListIntegrationTargetsResponseSchema;
1014
+ },
1015
+ /**
1016
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListInstalledIntegrations
1017
+ */
1018
+ listInstalledIntegrations: {
1019
+ methodKind: "unary";
1020
+ input: typeof ListInstalledIntegrationsRequestSchema;
1021
+ output: typeof ListInstalledIntegrationsResponseSchema;
1022
+ },
1023
+ /**
1024
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ValidateIntegrationClient
1025
+ */
1026
+ validateIntegrationClient: {
1027
+ methodKind: "unary";
1028
+ input: typeof ValidateIntegrationClientRequestSchema;
1029
+ output: typeof ValidateIntegrationClientResponseSchema;
1030
+ },
1031
+ /**
1032
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.FixIntegrationClient
1033
+ */
1034
+ fixIntegrationClient: {
1035
+ methodKind: "unary";
1036
+ input: typeof FixIntegrationClientRequestSchema;
1037
+ output: typeof FixIntegrationClientResponseSchema;
1038
+ },
1039
+ /**
1040
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.CreateClientForCurrentUser
1041
+ */
1042
+ createClientForCurrentUser: {
1043
+ methodKind: "unary";
1044
+ input: typeof CreateClientForCurrentUserRequestSchema;
1045
+ output: typeof CreateClientForCurrentUserResponseSchema;
1046
+ },
1047
+ /**
1048
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.AdminCreateClientForUser
1049
+ */
1050
+ adminCreateClientForUser: {
1051
+ methodKind: "unary";
1052
+ input: typeof AdminCreateClientForUserRequestSchema;
1053
+ output: typeof AdminCreateClientForUserResponseSchema;
1054
+ },
1055
+ /**
1056
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.GetIntegration
1057
+ */
1058
+ getIntegration: {
1059
+ methodKind: "unary";
1060
+ input: typeof GetAdminIntegrationRequestSchema;
1061
+ output: typeof GetAdminIntegrationResponseSchema;
1062
+ },
1063
+ /**
1064
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegration
1065
+ */
1066
+ upsertIntegration: {
1067
+ methodKind: "unary";
1068
+ input: typeof UpsertAdminIntegrationRequestSchema;
1069
+ output: typeof UpsertAdminIntegrationResponseSchema;
1070
+ },
1071
+ /**
1072
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegration
1073
+ */
1074
+ deleteIntegration: {
1075
+ methodKind: "unary";
1076
+ input: typeof DeleteAdminIntegrationRequestSchema;
1077
+ output: typeof EmptySchema;
1078
+ },
1079
+ /**
1080
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.CreateIntegrationArchiveUploadIntent
1081
+ */
1082
+ createIntegrationArchiveUploadIntent: {
1083
+ methodKind: "unary";
1084
+ input: typeof CreateAdminIntegrationArchiveUploadIntentRequestSchema;
1085
+ output: typeof CreateAdminIntegrationArchiveUploadIntentResponseSchema;
1086
+ },
1087
+ /**
1088
+ * Integration Bucket Types
1089
+ *
1090
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationBucketTypes
1091
+ */
1092
+ listIntegrationBucketTypes: {
1093
+ methodKind: "unary";
1094
+ input: typeof ListIntegrationBucketTypesRequestSchema;
1095
+ output: typeof ListIntegrationBucketTypesResponseSchema;
1096
+ },
1097
+ /**
1098
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationBucketType
1099
+ */
1100
+ upsertIntegrationBucketType: {
1101
+ methodKind: "unary";
1102
+ input: typeof UpsertIntegrationBucketTypeRequestSchema;
1103
+ output: typeof UpsertIntegrationBucketTypeResponseSchema;
1104
+ },
1105
+ /**
1106
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationBucketType
1107
+ */
1108
+ deleteIntegrationBucketType: {
1109
+ methodKind: "unary";
1110
+ input: typeof DeleteIntegrationBucketTypeRequestSchema;
1111
+ output: typeof EmptySchema;
1112
+ },
1113
+ /**
1114
+ * Bucket Type Service Accounts
1115
+ *
1116
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.EnableBucketTypeServiceAccount
1117
+ */
1118
+ enableBucketTypeServiceAccount: {
1119
+ methodKind: "unary";
1120
+ input: typeof EnableBucketTypeServiceAccountRequestSchema;
1121
+ output: typeof EnableBucketTypeServiceAccountResponseSchema;
1122
+ },
1123
+ /**
1124
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.RegenerateBucketTypeServiceAccountToken
1125
+ */
1126
+ regenerateBucketTypeServiceAccountToken: {
1127
+ methodKind: "unary";
1128
+ input: typeof RegenerateBucketTypeServiceAccountTokenRequestSchema;
1129
+ output: typeof RegenerateBucketTypeServiceAccountTokenResponseSchema;
1130
+ },
1131
+ /**
1132
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DisableBucketTypeServiceAccount
1133
+ */
1134
+ disableBucketTypeServiceAccount: {
1135
+ methodKind: "unary";
1136
+ input: typeof DisableBucketTypeServiceAccountRequestSchema;
1137
+ output: typeof EmptySchema;
1138
+ },
1139
+ /**
1140
+ * Integration Content Types
1141
+ *
1142
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationContentTypes
1143
+ */
1144
+ listIntegrationContentTypes: {
1145
+ methodKind: "unary";
1146
+ input: typeof ListIntegrationContentTypesRequestSchema;
1147
+ output: typeof ListIntegrationContentTypesResponseSchema;
1148
+ },
1149
+ /**
1150
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationContentType
1151
+ */
1152
+ upsertIntegrationContentType: {
1153
+ methodKind: "unary";
1154
+ input: typeof UpsertIntegrationContentTypeRequestSchema;
1155
+ output: typeof UpsertIntegrationContentTypeResponseSchema;
1156
+ },
1157
+ /**
1158
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationContentType
1159
+ */
1160
+ deleteIntegrationContentType: {
1161
+ methodKind: "unary";
1162
+ input: typeof DeleteIntegrationContentTypeRequestSchema;
1163
+ output: typeof EmptySchema;
1164
+ },
1165
+ /**
1166
+ * Integration New Files
1167
+ *
1168
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationNewFiles
1169
+ */
1170
+ listIntegrationNewFiles: {
1171
+ methodKind: "unary";
1172
+ input: typeof ListIntegrationNewFilesRequestSchema;
1173
+ output: typeof ListIntegrationNewFilesResponseSchema;
1174
+ },
1175
+ /**
1176
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationNewFile
1177
+ */
1178
+ upsertIntegrationNewFile: {
1179
+ methodKind: "unary";
1180
+ input: typeof UpsertIntegrationNewFileRequestSchema;
1181
+ output: typeof UpsertIntegrationNewFileResponseSchema;
1182
+ },
1183
+ /**
1184
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationNewFile
1185
+ */
1186
+ deleteIntegrationNewFile: {
1187
+ methodKind: "unary";
1188
+ input: typeof DeleteIntegrationNewFileRequestSchema;
1189
+ output: typeof EmptySchema;
1190
+ },
1191
+ /**
1192
+ * Integration Thumbnail Pools
1193
+ *
1194
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationThumbnailPools
1195
+ */
1196
+ listIntegrationThumbnailPools: {
1197
+ methodKind: "unary";
1198
+ input: typeof ListIntegrationThumbnailPoolsRequestSchema;
1199
+ output: typeof ListIntegrationThumbnailPoolsResponseSchema;
1200
+ },
1201
+ /**
1202
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.CreateIntegrationThumbnailPool
1203
+ */
1204
+ createIntegrationThumbnailPool: {
1205
+ methodKind: "unary";
1206
+ input: typeof CreateIntegrationThumbnailPoolRequestSchema;
1207
+ output: typeof CreateIntegrationThumbnailPoolResponseSchema;
1208
+ },
1209
+ /**
1210
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationThumbnailPool
1211
+ */
1212
+ deleteIntegrationThumbnailPool: {
1213
+ methodKind: "unary";
1214
+ input: typeof DeleteIntegrationThumbnailPoolRequestSchema;
1215
+ output: typeof EmptySchema;
1216
+ },
1217
+ /**
1218
+ * Integration API Key
1219
+ *
1220
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.RegenerateIntegrationApiKey
1221
+ */
1222
+ regenerateIntegrationApiKey: {
1223
+ methodKind: "unary";
1224
+ input: typeof RegenerateIntegrationApiKeyRequestSchema;
1225
+ output: typeof RegenerateIntegrationApiKeyResponseSchema;
1226
+ },
1227
+ /**
1228
+ * @generated from rpc uplim.api.v1.IntegrationAdminService.RevokeIntegrationApiKey
1229
+ */
1230
+ revokeIntegrationApiKey: {
1231
+ methodKind: "unary";
1232
+ input: typeof RevokeIntegrationApiKeyRequestSchema;
1233
+ output: typeof EmptySchema;
1234
+ },
1235
+ }> = /*@__PURE__*/
1236
+ serviceDesc(file_uplim_api_v1_integration_admin, 0);
1237
+