@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,448 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file uplim/api/v1/content_type_matcher.proto (package uplim.api.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { Message } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * Describes the file uplim/api/v1/content_type_matcher.proto.
11
+ */
12
+ export const file_uplim_api_v1_content_type_matcher: GenFile = /*@__PURE__*/
13
+ fileDesc("Cid1cGxpbS9hcGkvdjEvY29udGVudF90eXBlX21hdGNoZXIucHJvdG8SDHVwbGltLmFwaS52MSJSChJDb250ZW50VHlwZU1hdGNoZXISEAoIcHJpb3JpdHkYASABKAUSKgoHY2xhdXNlcxgCIAMoCzIZLnVwbGltLmFwaS52MS5NYXRjaENsYXVzZSI4CgtNYXRjaENsYXVzZRIpCgNhbGwYASADKAsyHC51cGxpbS5hcGkudjEuTWF0Y2hDb25kaXRpb24ilgQKDk1hdGNoQ29uZGl0aW9uEikKBW1hZ2ljGAEgASgLMhgudXBsaW0uYXBpLnYxLk1hZ2ljTWF0Y2hIABIWCgxtYWdpY19hYnNlbnQYAiABKAhIABIxCglleHRlbnNpb24YAyABKAsyHC51cGxpbS5hcGkudjEuRXh0ZW5zaW9uTWF0Y2hIABIvCghlbmNvZGluZxgEIAEoCzIbLnVwbGltLmFwaS52MS5FbmNvZGluZ01hdGNoSAASMAoJbWltZV9oaW50GAUgASgLMhsudXBsaW0uYXBpLnYxLk1pbWVIaW50TWF0Y2hIABI+ChBhcmNoaXZlX2NvbnRhaW5zGAYgASgLMiIudXBsaW0uYXBpLnYxLkFyY2hpdmVDb250YWluc01hdGNoSAASPAoPYXJjaGl2ZV9tYXRjaGVzGAcgASgLMiEudXBsaW0uYXBpLnYxLkFyY2hpdmVNYXRjaGVzTWF0Y2hIABI+ChBmaWxlbmFtZV9wYXR0ZXJuGAggASgLMiIudXBsaW0uYXBpLnYxLkZpbGVuYW1lUGF0dGVybk1hdGNoSAASJwoEc2l6ZRgJIAEoCzIXLnVwbGltLmFwaS52MS5TaXplTWF0Y2hIABI8Cg9pbnRlbnRfbWV0YWRhdGEYCiABKAsyIS51cGxpbS5hcGkudjEuSW50ZW50TWV0YWRhdGFNYXRjaEgAQgYKBGtpbmQiUQoKTWFnaWNNYXRjaBIQCgZmb3JtYXQYASABKAlIABIlCgNyYXcYAiABKAsyFi51cGxpbS5hcGkudjEuUmF3TWFnaWNIAEIKCghzZWxlY3RvciInCghSYXdNYWdpYxILCgNoZXgYASABKAkSDgoGb2Zmc2V0GAIgASgNIiAKDkV4dGVuc2lvbk1hdGNoEg4KBnZhbHVlcxgBIAMoCSIfCg1FbmNvZGluZ01hdGNoEg4KBnZhbHVlcxgBIAMoCSIfCg1NaW1lSGludE1hdGNoEg4KBnZhbHVlcxgBIAMoCSIkChRBcmNoaXZlQ29udGFpbnNNYXRjaBIMCgRwYXRoGAEgASgJIjQKE0FyY2hpdmVNYXRjaGVzTWF0Y2gSDAoEcGF0aBgBIAEoCRIPCgdwYXR0ZXJuGAIgASgJIicKFEZpbGVuYW1lUGF0dGVybk1hdGNoEg8KB3BhdHRlcm4YASABKAkiLQoJU2l6ZU1hdGNoEg8KA21pbhgBIAEoBEICMAESDwoDbWF4GAIgASgEQgIwASIxChNJbnRlbnRNZXRhZGF0YU1hdGNoEgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCSJNChVDb250ZW50VHlwZUpvYkNvbnRleHQSCwoDdXJuGAEgASgJEhcKD2NvbnRlbnRfdHlwZV9pZBgCIAEoCRIOCgZjb25maWcYAyABKAxCugEKEGNvbS51cGxpbS5hcGkudjFCF0NvbnRlbnRUeXBlTWF0Y2hlclByb3RvUAFaO2dpdGh1Yi5jb20veGVvbnIvdXBsLWltLWFwaS9wcm90by9nZW4vdXBsaW0vYXBpL3YxO3VwbGltX3YxogIDVUFYqgIMVXBsaW0uQXBpLlYxygIMVXBsaW1cQXBpXFYx4gIYVXBsaW1cQXBpXFYxXEdQQk1ldGFkYXRh6gIOVXBsaW06OkFwaTo6VjFiBnByb3RvMw");
14
+
15
+ /**
16
+ * ContentTypeMatcher is the declarative rule set the pipeline evaluates
17
+ * against an upload's DetectionResult to decide which IntegrationContentType
18
+ * matches. Stored serialized in IntegrationContentType.matcher.
19
+ *
20
+ * Evaluation: OR over clauses, AND over conditions within a clause. First
21
+ * match wins by IntegrationContentType.matcher_priority DESC, with ties
22
+ * broken by URN lexicographic order for determinism.
23
+ *
24
+ * @generated from message uplim.api.v1.ContentTypeMatcher
25
+ */
26
+ export type ContentTypeMatcher = Message<"uplim.api.v1.ContentTypeMatcher"> & {
27
+ /**
28
+ * Higher wins. Source of truth for the denormalized matcher_priority
29
+ * column on IntegrationContentType.
30
+ *
31
+ * @generated from field: int32 priority = 1;
32
+ */
33
+ priority: number;
34
+
35
+ /**
36
+ * Outer disjunction: an upload matches if any clause matches.
37
+ *
38
+ * @generated from field: repeated uplim.api.v1.MatchClause clauses = 2;
39
+ */
40
+ clauses: MatchClause[];
41
+ };
42
+
43
+ /**
44
+ * Describes the message uplim.api.v1.ContentTypeMatcher.
45
+ * Use `create(ContentTypeMatcherSchema)` to create a new message.
46
+ */
47
+ export const ContentTypeMatcherSchema: GenMessage<ContentTypeMatcher> = /*@__PURE__*/
48
+ messageDesc(file_uplim_api_v1_content_type_matcher, 0);
49
+
50
+ /**
51
+ * MatchClause is an AND group of conditions; all must hold for the clause
52
+ * to match.
53
+ *
54
+ * @generated from message uplim.api.v1.MatchClause
55
+ */
56
+ export type MatchClause = Message<"uplim.api.v1.MatchClause"> & {
57
+ /**
58
+ * @generated from field: repeated uplim.api.v1.MatchCondition all = 1;
59
+ */
60
+ all: MatchCondition[];
61
+ };
62
+
63
+ /**
64
+ * Describes the message uplim.api.v1.MatchClause.
65
+ * Use `create(MatchClauseSchema)` to create a new message.
66
+ */
67
+ export const MatchClauseSchema: GenMessage<MatchClause> = /*@__PURE__*/
68
+ messageDesc(file_uplim_api_v1_content_type_matcher, 1);
69
+
70
+ /**
71
+ * MatchCondition is a single predicate against an upload's DetectionResult.
72
+ *
73
+ * @generated from message uplim.api.v1.MatchCondition
74
+ */
75
+ export type MatchCondition = Message<"uplim.api.v1.MatchCondition"> & {
76
+ /**
77
+ * @generated from oneof uplim.api.v1.MatchCondition.kind
78
+ */
79
+ kind: {
80
+ /**
81
+ * Magic-bytes match (e.g., file-type preset "png", "zip").
82
+ *
83
+ * @generated from field: uplim.api.v1.MagicMatch magic = 1;
84
+ */
85
+ value: MagicMatch;
86
+ case: "magic";
87
+ } | {
88
+ /**
89
+ * True iff file-type detected no magic-bytes signature. Used for
90
+ * text-format rules that match by extension + encoding.
91
+ *
92
+ * @generated from field: bool magic_absent = 2;
93
+ */
94
+ value: boolean;
95
+ case: "magicAbsent";
96
+ } | {
97
+ /**
98
+ * Filename extension match (lowercased, no leading dot).
99
+ *
100
+ * @generated from field: uplim.api.v1.ExtensionMatch extension = 3;
101
+ */
102
+ value: ExtensionMatch;
103
+ case: "extension";
104
+ } | {
105
+ /**
106
+ * Detected text encoding match. Empty content satisfies any text
107
+ * encoding requirement (see Sub-plan B empty-file semantics).
108
+ *
109
+ * @generated from field: uplim.api.v1.EncodingMatch encoding = 4;
110
+ */
111
+ value: EncodingMatch;
112
+ case: "encoding";
113
+ } | {
114
+ /**
115
+ * Client-supplied MIME hint at upload-create time. Hint only:
116
+ * never authoritative on its own.
117
+ *
118
+ * @generated from field: uplim.api.v1.MimeHintMatch mime_hint = 5;
119
+ */
120
+ value: MimeHintMatch;
121
+ case: "mimeHint";
122
+ } | {
123
+ /**
124
+ * Archive (zip) deep inspection: file path exists in central directory.
125
+ *
126
+ * @generated from field: uplim.api.v1.ArchiveContainsMatch archive_contains = 6;
127
+ */
128
+ value: ArchiveContainsMatch;
129
+ case: "archiveContains";
130
+ } | {
131
+ /**
132
+ * Archive deep inspection: file at path matches a regex pattern.
133
+ *
134
+ * @generated from field: uplim.api.v1.ArchiveMatchesMatch archive_matches = 7;
135
+ */
136
+ value: ArchiveMatchesMatch;
137
+ case: "archiveMatches";
138
+ } | {
139
+ /**
140
+ * Regex against the full filename.
141
+ *
142
+ * @generated from field: uplim.api.v1.FilenamePatternMatch filename_pattern = 8;
143
+ */
144
+ value: FilenamePatternMatch;
145
+ case: "filenamePattern";
146
+ } | {
147
+ /**
148
+ * Size in bytes; min/max inclusive.
149
+ *
150
+ * @generated from field: uplim.api.v1.SizeMatch size = 9;
151
+ */
152
+ value: SizeMatch;
153
+ case: "size";
154
+ } | {
155
+ /**
156
+ * Match against an upload intent_metadata key/value pair. Required
157
+ * for content types identified by upload intent rather than file
158
+ * bytes (e.g., default:integration-archive).
159
+ *
160
+ * @generated from field: uplim.api.v1.IntentMetadataMatch intent_metadata = 10;
161
+ */
162
+ value: IntentMetadataMatch;
163
+ case: "intentMetadata";
164
+ } | { case: undefined; value?: undefined };
165
+ };
166
+
167
+ /**
168
+ * Describes the message uplim.api.v1.MatchCondition.
169
+ * Use `create(MatchConditionSchema)` to create a new message.
170
+ */
171
+ export const MatchConditionSchema: GenMessage<MatchCondition> = /*@__PURE__*/
172
+ messageDesc(file_uplim_api_v1_content_type_matcher, 2);
173
+
174
+ /**
175
+ * MagicMatch matches against the magic-bytes detection result.
176
+ *
177
+ * @generated from message uplim.api.v1.MagicMatch
178
+ */
179
+ export type MagicMatch = Message<"uplim.api.v1.MagicMatch"> & {
180
+ /**
181
+ * @generated from oneof uplim.api.v1.MagicMatch.selector
182
+ */
183
+ selector: {
184
+ /**
185
+ * file-type library preset name. UI-friendly: users pick from a
186
+ * dropdown rather than typing hex.
187
+ *
188
+ * @generated from field: string format = 1;
189
+ */
190
+ value: string;
191
+ case: "format";
192
+ } | {
193
+ /**
194
+ * Escape hatch for power users and uncommon formats.
195
+ *
196
+ * @generated from field: uplim.api.v1.RawMagic raw = 2;
197
+ */
198
+ value: RawMagic;
199
+ case: "raw";
200
+ } | { case: undefined; value?: undefined };
201
+ };
202
+
203
+ /**
204
+ * Describes the message uplim.api.v1.MagicMatch.
205
+ * Use `create(MagicMatchSchema)` to create a new message.
206
+ */
207
+ export const MagicMatchSchema: GenMessage<MagicMatch> = /*@__PURE__*/
208
+ messageDesc(file_uplim_api_v1_content_type_matcher, 3);
209
+
210
+ /**
211
+ * RawMagic specifies an exact byte sequence at a given offset.
212
+ *
213
+ * @generated from message uplim.api.v1.RawMagic
214
+ */
215
+ export type RawMagic = Message<"uplim.api.v1.RawMagic"> & {
216
+ /**
217
+ * Hex-encoded bytes (lowercase, no whitespace, no 0x prefix).
218
+ *
219
+ * @generated from field: string hex = 1;
220
+ */
221
+ hex: string;
222
+
223
+ /**
224
+ * Byte offset from start of file.
225
+ *
226
+ * @generated from field: uint32 offset = 2;
227
+ */
228
+ offset: number;
229
+ };
230
+
231
+ /**
232
+ * Describes the message uplim.api.v1.RawMagic.
233
+ * Use `create(RawMagicSchema)` to create a new message.
234
+ */
235
+ export const RawMagicSchema: GenMessage<RawMagic> = /*@__PURE__*/
236
+ messageDesc(file_uplim_api_v1_content_type_matcher, 4);
237
+
238
+ /**
239
+ * @generated from message uplim.api.v1.ExtensionMatch
240
+ */
241
+ export type ExtensionMatch = Message<"uplim.api.v1.ExtensionMatch"> & {
242
+ /**
243
+ * Lowercased extensions without the leading dot ("ts", "tsx", "mp4").
244
+ *
245
+ * @generated from field: repeated string values = 1;
246
+ */
247
+ values: string[];
248
+ };
249
+
250
+ /**
251
+ * Describes the message uplim.api.v1.ExtensionMatch.
252
+ * Use `create(ExtensionMatchSchema)` to create a new message.
253
+ */
254
+ export const ExtensionMatchSchema: GenMessage<ExtensionMatch> = /*@__PURE__*/
255
+ messageDesc(file_uplim_api_v1_content_type_matcher, 5);
256
+
257
+ /**
258
+ * @generated from message uplim.api.v1.EncodingMatch
259
+ */
260
+ export type EncodingMatch = Message<"uplim.api.v1.EncodingMatch"> & {
261
+ /**
262
+ * Encoding labels ("utf-8", "ascii", "latin-1", ...).
263
+ *
264
+ * @generated from field: repeated string values = 1;
265
+ */
266
+ values: string[];
267
+ };
268
+
269
+ /**
270
+ * Describes the message uplim.api.v1.EncodingMatch.
271
+ * Use `create(EncodingMatchSchema)` to create a new message.
272
+ */
273
+ export const EncodingMatchSchema: GenMessage<EncodingMatch> = /*@__PURE__*/
274
+ messageDesc(file_uplim_api_v1_content_type_matcher, 6);
275
+
276
+ /**
277
+ * @generated from message uplim.api.v1.MimeHintMatch
278
+ */
279
+ export type MimeHintMatch = Message<"uplim.api.v1.MimeHintMatch"> & {
280
+ /**
281
+ * MIME strings the client may have hinted ("image/png", "application/zip").
282
+ *
283
+ * @generated from field: repeated string values = 1;
284
+ */
285
+ values: string[];
286
+ };
287
+
288
+ /**
289
+ * Describes the message uplim.api.v1.MimeHintMatch.
290
+ * Use `create(MimeHintMatchSchema)` to create a new message.
291
+ */
292
+ export const MimeHintMatchSchema: GenMessage<MimeHintMatch> = /*@__PURE__*/
293
+ messageDesc(file_uplim_api_v1_content_type_matcher, 7);
294
+
295
+ /**
296
+ * @generated from message uplim.api.v1.ArchiveContainsMatch
297
+ */
298
+ export type ArchiveContainsMatch = Message<"uplim.api.v1.ArchiveContainsMatch"> & {
299
+ /**
300
+ * Exact path inside the zip central directory.
301
+ *
302
+ * @generated from field: string path = 1;
303
+ */
304
+ path: string;
305
+ };
306
+
307
+ /**
308
+ * Describes the message uplim.api.v1.ArchiveContainsMatch.
309
+ * Use `create(ArchiveContainsMatchSchema)` to create a new message.
310
+ */
311
+ export const ArchiveContainsMatchSchema: GenMessage<ArchiveContainsMatch> = /*@__PURE__*/
312
+ messageDesc(file_uplim_api_v1_content_type_matcher, 8);
313
+
314
+ /**
315
+ * @generated from message uplim.api.v1.ArchiveMatchesMatch
316
+ */
317
+ export type ArchiveMatchesMatch = Message<"uplim.api.v1.ArchiveMatchesMatch"> & {
318
+ /**
319
+ * Exact path inside the archive whose contents are checked.
320
+ *
321
+ * @generated from field: string path = 1;
322
+ */
323
+ path: string;
324
+
325
+ /**
326
+ * Regex pattern (RE2 syntax) applied to a capped read of the file.
327
+ *
328
+ * @generated from field: string pattern = 2;
329
+ */
330
+ pattern: string;
331
+ };
332
+
333
+ /**
334
+ * Describes the message uplim.api.v1.ArchiveMatchesMatch.
335
+ * Use `create(ArchiveMatchesMatchSchema)` to create a new message.
336
+ */
337
+ export const ArchiveMatchesMatchSchema: GenMessage<ArchiveMatchesMatch> = /*@__PURE__*/
338
+ messageDesc(file_uplim_api_v1_content_type_matcher, 9);
339
+
340
+ /**
341
+ * @generated from message uplim.api.v1.FilenamePatternMatch
342
+ */
343
+ export type FilenamePatternMatch = Message<"uplim.api.v1.FilenamePatternMatch"> & {
344
+ /**
345
+ * RE2 regex applied to the full filename.
346
+ *
347
+ * @generated from field: string pattern = 1;
348
+ */
349
+ pattern: string;
350
+ };
351
+
352
+ /**
353
+ * Describes the message uplim.api.v1.FilenamePatternMatch.
354
+ * Use `create(FilenamePatternMatchSchema)` to create a new message.
355
+ */
356
+ export const FilenamePatternMatchSchema: GenMessage<FilenamePatternMatch> = /*@__PURE__*/
357
+ messageDesc(file_uplim_api_v1_content_type_matcher, 10);
358
+
359
+ /**
360
+ * @generated from message uplim.api.v1.SizeMatch
361
+ */
362
+ export type SizeMatch = Message<"uplim.api.v1.SizeMatch"> & {
363
+ /**
364
+ * Inclusive minimum size in bytes (0 = no minimum).
365
+ *
366
+ * @generated from field: uint64 min = 1 [jstype = JS_STRING];
367
+ */
368
+ min: string;
369
+
370
+ /**
371
+ * Inclusive maximum size in bytes (0 = no maximum).
372
+ *
373
+ * @generated from field: uint64 max = 2 [jstype = JS_STRING];
374
+ */
375
+ max: string;
376
+ };
377
+
378
+ /**
379
+ * Describes the message uplim.api.v1.SizeMatch.
380
+ * Use `create(SizeMatchSchema)` to create a new message.
381
+ */
382
+ export const SizeMatchSchema: GenMessage<SizeMatch> = /*@__PURE__*/
383
+ messageDesc(file_uplim_api_v1_content_type_matcher, 11);
384
+
385
+ /**
386
+ * @generated from message uplim.api.v1.IntentMetadataMatch
387
+ */
388
+ export type IntentMetadataMatch = Message<"uplim.api.v1.IntentMetadataMatch"> & {
389
+ /**
390
+ * Key in the upload's intent_metadata dictionary.
391
+ *
392
+ * @generated from field: string key = 1;
393
+ */
394
+ key: string;
395
+
396
+ /**
397
+ * Required value at that key (exact match).
398
+ *
399
+ * @generated from field: string value = 2;
400
+ */
401
+ value: string;
402
+ };
403
+
404
+ /**
405
+ * Describes the message uplim.api.v1.IntentMetadataMatch.
406
+ * Use `create(IntentMetadataMatchSchema)` to create a new message.
407
+ */
408
+ export const IntentMetadataMatchSchema: GenMessage<IntentMetadataMatch> = /*@__PURE__*/
409
+ messageDesc(file_uplim_api_v1_content_type_matcher, 12);
410
+
411
+ /**
412
+ * ContentTypeJobContext is embedded in IntegrationQueueJobPayload so the
413
+ * worker receives the matched content type's URN, internal ID, and an
414
+ * optional typed config blob authored per content type.
415
+ *
416
+ * @generated from message uplim.api.v1.ContentTypeJobContext
417
+ */
418
+ export type ContentTypeJobContext = Message<"uplim.api.v1.ContentTypeJobContext"> & {
419
+ /**
420
+ * Public URN (e.g., "default:image").
421
+ *
422
+ * @generated from field: string urn = 1;
423
+ */
424
+ urn: string;
425
+
426
+ /**
427
+ * Internal DB id of the IntegrationContentType row.
428
+ *
429
+ * @generated from field: string content_type_id = 2;
430
+ */
431
+ contentTypeId: string;
432
+
433
+ /**
434
+ * Typed proto blob, content-type-specific. Reserved for future use
435
+ * (e.g., custom thumbnail size, format preferences).
436
+ *
437
+ * @generated from field: bytes config = 3;
438
+ */
439
+ config: Uint8Array;
440
+ };
441
+
442
+ /**
443
+ * Describes the message uplim.api.v1.ContentTypeJobContext.
444
+ * Use `create(ContentTypeJobContextSchema)` to create a new message.
445
+ */
446
+ export const ContentTypeJobContextSchema: GenMessage<ContentTypeJobContext> = /*@__PURE__*/
447
+ messageDesc(file_uplim_api_v1_content_type_matcher, 13);
448
+