@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,486 @@
1
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file uplim/workflow/v1/integration_queue_admin.proto.
6
+ */
7
+ export declare const file_uplim_workflow_v1_integration_queue_admin: GenFile;
8
+ /**
9
+ * @generated from message uplim.workflow.v1.IntegrationQueueJob
10
+ */
11
+ export type IntegrationQueueJob = Message<"uplim.workflow.v1.IntegrationQueueJob"> & {
12
+ /**
13
+ * @generated from field: string job_id = 1;
14
+ */
15
+ jobId: string;
16
+ /**
17
+ * @generated from field: string pool_id = 2;
18
+ */
19
+ poolId: string;
20
+ /**
21
+ * @generated from field: string worker_id = 3;
22
+ */
23
+ workerId: string;
24
+ /**
25
+ * @generated from field: uplim.workflow.v1.IntegrationQueueJobStatus status = 4;
26
+ */
27
+ status: IntegrationQueueJobStatus;
28
+ /**
29
+ * @generated from field: string payload_json = 5;
30
+ */
31
+ payloadJson: string;
32
+ /**
33
+ * @generated from field: string error = 6;
34
+ */
35
+ error: string;
36
+ /**
37
+ * @generated from field: google.protobuf.Timestamp created_at = 7;
38
+ */
39
+ createdAt?: Timestamp;
40
+ /**
41
+ * @generated from field: google.protobuf.Timestamp dispatched_at = 8;
42
+ */
43
+ dispatchedAt?: Timestamp;
44
+ /**
45
+ * @generated from field: google.protobuf.Timestamp accepted_at = 9;
46
+ */
47
+ acceptedAt?: Timestamp;
48
+ /**
49
+ * @generated from field: google.protobuf.Timestamp completed_at = 10;
50
+ */
51
+ completedAt?: Timestamp;
52
+ /**
53
+ * @generated from field: int64 latency_ms = 11 [jstype = JS_STRING];
54
+ */
55
+ latencyMs: string;
56
+ /**
57
+ * Whether this job is live in Redis (true) or loaded from historic store (false).
58
+ *
59
+ * @generated from field: bool live = 12;
60
+ */
61
+ live: boolean;
62
+ };
63
+ /**
64
+ * Describes the message uplim.workflow.v1.IntegrationQueueJob.
65
+ * Use `create(IntegrationQueueJobSchema)` to create a new message.
66
+ */
67
+ export declare const IntegrationQueueJobSchema: GenMessage<IntegrationQueueJob>;
68
+ /**
69
+ * @generated from message uplim.workflow.v1.IntegrationQueueWorker
70
+ */
71
+ export type IntegrationQueueWorker = Message<"uplim.workflow.v1.IntegrationQueueWorker"> & {
72
+ /**
73
+ * @generated from field: string worker_id = 1;
74
+ */
75
+ workerId: string;
76
+ /**
77
+ * @generated from field: string pool_id = 2;
78
+ */
79
+ poolId: string;
80
+ /**
81
+ * @generated from field: google.protobuf.Timestamp connected_at = 3;
82
+ */
83
+ connectedAt?: Timestamp;
84
+ /**
85
+ * Whether the worker has an active SSE connection on this instance.
86
+ *
87
+ * @generated from field: bool sse_connected = 4;
88
+ */
89
+ sseConnected: boolean;
90
+ /**
91
+ * @generated from field: repeated string active_job_ids = 5;
92
+ */
93
+ activeJobIds: string[];
94
+ };
95
+ /**
96
+ * Describes the message uplim.workflow.v1.IntegrationQueueWorker.
97
+ * Use `create(IntegrationQueueWorkerSchema)` to create a new message.
98
+ */
99
+ export declare const IntegrationQueueWorkerSchema: GenMessage<IntegrationQueueWorker>;
100
+ /**
101
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueJobRequest
102
+ */
103
+ export type GetIntegrationQueueJobRequest = Message<"uplim.workflow.v1.GetIntegrationQueueJobRequest"> & {
104
+ /**
105
+ * @generated from field: string pool_id = 1;
106
+ */
107
+ poolId: string;
108
+ /**
109
+ * @generated from field: string job_id = 2;
110
+ */
111
+ jobId: string;
112
+ };
113
+ /**
114
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobRequest.
115
+ * Use `create(GetIntegrationQueueJobRequestSchema)` to create a new message.
116
+ */
117
+ export declare const GetIntegrationQueueJobRequestSchema: GenMessage<GetIntegrationQueueJobRequest>;
118
+ /**
119
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueJobResponse
120
+ */
121
+ export type GetIntegrationQueueJobResponse = Message<"uplim.workflow.v1.GetIntegrationQueueJobResponse"> & {
122
+ /**
123
+ * @generated from field: uplim.workflow.v1.IntegrationQueueJob job = 1;
124
+ */
125
+ job?: IntegrationQueueJob;
126
+ };
127
+ /**
128
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobResponse.
129
+ * Use `create(GetIntegrationQueueJobResponseSchema)` to create a new message.
130
+ */
131
+ export declare const GetIntegrationQueueJobResponseSchema: GenMessage<GetIntegrationQueueJobResponse>;
132
+ /**
133
+ * @generated from message uplim.workflow.v1.ListIntegrationQueueJobsRequest
134
+ */
135
+ export type ListIntegrationQueueJobsRequest = Message<"uplim.workflow.v1.ListIntegrationQueueJobsRequest"> & {
136
+ /**
137
+ * @generated from field: string pool_id = 1;
138
+ */
139
+ poolId: string;
140
+ /**
141
+ * @generated from field: repeated uplim.workflow.v1.IntegrationQueueJobStatus status = 2;
142
+ */
143
+ status: IntegrationQueueJobStatus[];
144
+ /**
145
+ * @generated from field: google.protobuf.Timestamp from = 3;
146
+ */
147
+ from?: Timestamp;
148
+ /**
149
+ * @generated from field: google.protobuf.Timestamp to = 4;
150
+ */
151
+ to?: Timestamp;
152
+ /**
153
+ * @generated from field: uplim.workflow.v1.IntegrationQueueJobSortBy sort_by = 5;
154
+ */
155
+ sortBy: IntegrationQueueJobSortBy;
156
+ /**
157
+ * @generated from field: uplim.workflow.v1.IntegrationQueueJobSortDirection sort_direction = 6;
158
+ */
159
+ sortDirection: IntegrationQueueJobSortDirection;
160
+ /**
161
+ * @generated from field: uint32 page_size = 7;
162
+ */
163
+ pageSize: number;
164
+ /**
165
+ * @generated from field: string page_token = 8;
166
+ */
167
+ pageToken: string;
168
+ };
169
+ /**
170
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueJobsRequest.
171
+ * Use `create(ListIntegrationQueueJobsRequestSchema)` to create a new message.
172
+ */
173
+ export declare const ListIntegrationQueueJobsRequestSchema: GenMessage<ListIntegrationQueueJobsRequest>;
174
+ /**
175
+ * @generated from message uplim.workflow.v1.ListIntegrationQueueJobsResponse
176
+ */
177
+ export type ListIntegrationQueueJobsResponse = Message<"uplim.workflow.v1.ListIntegrationQueueJobsResponse"> & {
178
+ /**
179
+ * @generated from field: repeated uplim.workflow.v1.IntegrationQueueJob jobs = 1;
180
+ */
181
+ jobs: IntegrationQueueJob[];
182
+ /**
183
+ * @generated from field: string next_page_token = 2;
184
+ */
185
+ nextPageToken: string;
186
+ };
187
+ /**
188
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueJobsResponse.
189
+ * Use `create(ListIntegrationQueueJobsResponseSchema)` to create a new message.
190
+ */
191
+ export declare const ListIntegrationQueueJobsResponseSchema: GenMessage<ListIntegrationQueueJobsResponse>;
192
+ /**
193
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsRequest
194
+ */
195
+ export type GetIntegrationQueueJobStatusCountsRequest = Message<"uplim.workflow.v1.GetIntegrationQueueJobStatusCountsRequest"> & {
196
+ /**
197
+ * @generated from field: string pool_id = 1;
198
+ */
199
+ poolId: string;
200
+ /**
201
+ * @generated from field: google.protobuf.Timestamp from = 2;
202
+ */
203
+ from?: Timestamp;
204
+ /**
205
+ * @generated from field: google.protobuf.Timestamp to = 3;
206
+ */
207
+ to?: Timestamp;
208
+ };
209
+ /**
210
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsRequest.
211
+ * Use `create(GetIntegrationQueueJobStatusCountsRequestSchema)` to create a new message.
212
+ */
213
+ export declare const GetIntegrationQueueJobStatusCountsRequestSchema: GenMessage<GetIntegrationQueueJobStatusCountsRequest>;
214
+ /**
215
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsResponse
216
+ */
217
+ export type GetIntegrationQueueJobStatusCountsResponse = Message<"uplim.workflow.v1.GetIntegrationQueueJobStatusCountsResponse"> & {
218
+ /**
219
+ * @generated from field: uint64 total_count = 1 [jstype = JS_STRING];
220
+ */
221
+ totalCount: string;
222
+ /**
223
+ * @generated from field: uint64 pending_count = 2 [jstype = JS_STRING];
224
+ */
225
+ pendingCount: string;
226
+ /**
227
+ * @generated from field: uint64 dispatched_count = 3 [jstype = JS_STRING];
228
+ */
229
+ dispatchedCount: string;
230
+ /**
231
+ * @generated from field: uint64 accepted_count = 4 [jstype = JS_STRING];
232
+ */
233
+ acceptedCount: string;
234
+ /**
235
+ * @generated from field: uint64 completed_count = 5 [jstype = JS_STRING];
236
+ */
237
+ completedCount: string;
238
+ /**
239
+ * @generated from field: uint64 failed_count = 6 [jstype = JS_STRING];
240
+ */
241
+ failedCount: string;
242
+ };
243
+ /**
244
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsResponse.
245
+ * Use `create(GetIntegrationQueueJobStatusCountsResponseSchema)` to create a new message.
246
+ */
247
+ export declare const GetIntegrationQueueJobStatusCountsResponseSchema: GenMessage<GetIntegrationQueueJobStatusCountsResponse>;
248
+ /**
249
+ * @generated from message uplim.workflow.v1.ListIntegrationQueueWorkersRequest
250
+ */
251
+ export type ListIntegrationQueueWorkersRequest = Message<"uplim.workflow.v1.ListIntegrationQueueWorkersRequest"> & {
252
+ /**
253
+ * @generated from field: string pool_id = 1;
254
+ */
255
+ poolId: string;
256
+ };
257
+ /**
258
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueWorkersRequest.
259
+ * Use `create(ListIntegrationQueueWorkersRequestSchema)` to create a new message.
260
+ */
261
+ export declare const ListIntegrationQueueWorkersRequestSchema: GenMessage<ListIntegrationQueueWorkersRequest>;
262
+ /**
263
+ * @generated from message uplim.workflow.v1.ListIntegrationQueueWorkersResponse
264
+ */
265
+ export type ListIntegrationQueueWorkersResponse = Message<"uplim.workflow.v1.ListIntegrationQueueWorkersResponse"> & {
266
+ /**
267
+ * @generated from field: repeated uplim.workflow.v1.IntegrationQueueWorker workers = 1;
268
+ */
269
+ workers: IntegrationQueueWorker[];
270
+ };
271
+ /**
272
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueWorkersResponse.
273
+ * Use `create(ListIntegrationQueueWorkersResponseSchema)` to create a new message.
274
+ */
275
+ export declare const ListIntegrationQueueWorkersResponseSchema: GenMessage<ListIntegrationQueueWorkersResponse>;
276
+ /**
277
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueMetricsRequest
278
+ */
279
+ export type GetIntegrationQueueMetricsRequest = Message<"uplim.workflow.v1.GetIntegrationQueueMetricsRequest"> & {
280
+ /**
281
+ * @generated from field: string pool_id = 1;
282
+ */
283
+ poolId: string;
284
+ /**
285
+ * @generated from field: google.protobuf.Timestamp from = 2;
286
+ */
287
+ from?: Timestamp;
288
+ /**
289
+ * @generated from field: google.protobuf.Timestamp to = 3;
290
+ */
291
+ to?: Timestamp;
292
+ /**
293
+ * Bucket granularity in seconds (60, 300, 900, 3600). Default: 300 (5min).
294
+ *
295
+ * @generated from field: uint32 bucket_seconds = 4;
296
+ */
297
+ bucketSeconds: number;
298
+ };
299
+ /**
300
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueMetricsRequest.
301
+ * Use `create(GetIntegrationQueueMetricsRequestSchema)` to create a new message.
302
+ */
303
+ export declare const GetIntegrationQueueMetricsRequestSchema: GenMessage<GetIntegrationQueueMetricsRequest>;
304
+ /**
305
+ * @generated from message uplim.workflow.v1.IntegrationQueueMetricsBucket
306
+ */
307
+ export type IntegrationQueueMetricsBucket = Message<"uplim.workflow.v1.IntegrationQueueMetricsBucket"> & {
308
+ /**
309
+ * @generated from field: google.protobuf.Timestamp timestamp = 1;
310
+ */
311
+ timestamp?: Timestamp;
312
+ /**
313
+ * @generated from field: uint64 completed_count = 2 [jstype = JS_STRING];
314
+ */
315
+ completedCount: string;
316
+ /**
317
+ * @generated from field: uint64 failed_count = 3 [jstype = JS_STRING];
318
+ */
319
+ failedCount: string;
320
+ /**
321
+ * @generated from field: uint64 total_count = 4 [jstype = JS_STRING];
322
+ */
323
+ totalCount: string;
324
+ /**
325
+ * @generated from field: uint64 avg_latency_ms = 5 [jstype = JS_STRING];
326
+ */
327
+ avgLatencyMs: string;
328
+ /**
329
+ * @generated from field: uint64 p95_latency_ms = 6 [jstype = JS_STRING];
330
+ */
331
+ p95LatencyMs: string;
332
+ /**
333
+ * @generated from field: uint64 p99_latency_ms = 7 [jstype = JS_STRING];
334
+ */
335
+ p99LatencyMs: string;
336
+ };
337
+ /**
338
+ * Describes the message uplim.workflow.v1.IntegrationQueueMetricsBucket.
339
+ * Use `create(IntegrationQueueMetricsBucketSchema)` to create a new message.
340
+ */
341
+ export declare const IntegrationQueueMetricsBucketSchema: GenMessage<IntegrationQueueMetricsBucket>;
342
+ /**
343
+ * @generated from message uplim.workflow.v1.GetIntegrationQueueMetricsResponse
344
+ */
345
+ export type GetIntegrationQueueMetricsResponse = Message<"uplim.workflow.v1.GetIntegrationQueueMetricsResponse"> & {
346
+ /**
347
+ * @generated from field: repeated uplim.workflow.v1.IntegrationQueueMetricsBucket buckets = 1;
348
+ */
349
+ buckets: IntegrationQueueMetricsBucket[];
350
+ };
351
+ /**
352
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueMetricsResponse.
353
+ * Use `create(GetIntegrationQueueMetricsResponseSchema)` to create a new message.
354
+ */
355
+ export declare const GetIntegrationQueueMetricsResponseSchema: GenMessage<GetIntegrationQueueMetricsResponse>;
356
+ /**
357
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobStatus
358
+ */
359
+ export declare enum IntegrationQueueJobStatus {
360
+ /**
361
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_UNSPECIFIED = 0;
362
+ */
363
+ UNSPECIFIED = 0,
364
+ /**
365
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_PENDING = 1;
366
+ */
367
+ PENDING = 1,
368
+ /**
369
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_DISPATCHED = 2;
370
+ */
371
+ DISPATCHED = 2,
372
+ /**
373
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_ACCEPTED = 3;
374
+ */
375
+ ACCEPTED = 3,
376
+ /**
377
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_COMPLETED = 4;
378
+ */
379
+ COMPLETED = 4,
380
+ /**
381
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_FAILED = 5;
382
+ */
383
+ FAILED = 5
384
+ }
385
+ /**
386
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobStatus.
387
+ */
388
+ export declare const IntegrationQueueJobStatusSchema: GenEnum<IntegrationQueueJobStatus>;
389
+ /**
390
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobSortBy
391
+ */
392
+ export declare enum IntegrationQueueJobSortBy {
393
+ /**
394
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_UNSPECIFIED = 0;
395
+ */
396
+ UNSPECIFIED = 0,
397
+ /**
398
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_CREATED_AT = 1;
399
+ */
400
+ CREATED_AT = 1,
401
+ /**
402
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_COMPLETED_AT = 2;
403
+ */
404
+ COMPLETED_AT = 2
405
+ }
406
+ /**
407
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobSortBy.
408
+ */
409
+ export declare const IntegrationQueueJobSortBySchema: GenEnum<IntegrationQueueJobSortBy>;
410
+ /**
411
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobSortDirection
412
+ */
413
+ export declare enum IntegrationQueueJobSortDirection {
414
+ /**
415
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_UNSPECIFIED = 0;
416
+ */
417
+ UNSPECIFIED = 0,
418
+ /**
419
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_DESC = 1;
420
+ */
421
+ DESC = 1,
422
+ /**
423
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_ASC = 2;
424
+ */
425
+ ASC = 2
426
+ }
427
+ /**
428
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobSortDirection.
429
+ */
430
+ export declare const IntegrationQueueJobSortDirectionSchema: GenEnum<IntegrationQueueJobSortDirection>;
431
+ /**
432
+ * @generated from service uplim.workflow.v1.IntegrationQueueAdminService
433
+ */
434
+ export declare const IntegrationQueueAdminService: GenService<{
435
+ /**
436
+ * Get a single job by ID. Tries Redis first, falls back to MySQL.
437
+ *
438
+ * @generated from rpc uplim.workflow.v1.IntegrationQueueAdminService.GetJob
439
+ */
440
+ getJob: {
441
+ methodKind: "unary";
442
+ input: typeof GetIntegrationQueueJobRequestSchema;
443
+ output: typeof GetIntegrationQueueJobResponseSchema;
444
+ };
445
+ /**
446
+ * List jobs with filtering and pagination. Reads from MySQL historic store.
447
+ *
448
+ * @generated from rpc uplim.workflow.v1.IntegrationQueueAdminService.ListJobs
449
+ */
450
+ listJobs: {
451
+ methodKind: "unary";
452
+ input: typeof ListIntegrationQueueJobsRequestSchema;
453
+ output: typeof ListIntegrationQueueJobsResponseSchema;
454
+ };
455
+ /**
456
+ * Aggregate status counts for a pool.
457
+ *
458
+ * @generated from rpc uplim.workflow.v1.IntegrationQueueAdminService.GetJobStatusCounts
459
+ */
460
+ getJobStatusCounts: {
461
+ methodKind: "unary";
462
+ input: typeof GetIntegrationQueueJobStatusCountsRequestSchema;
463
+ output: typeof GetIntegrationQueueJobStatusCountsResponseSchema;
464
+ };
465
+ /**
466
+ * List connected workers for a pool.
467
+ *
468
+ * @generated from rpc uplim.workflow.v1.IntegrationQueueAdminService.ListWorkers
469
+ */
470
+ listWorkers: {
471
+ methodKind: "unary";
472
+ input: typeof ListIntegrationQueueWorkersRequestSchema;
473
+ output: typeof ListIntegrationQueueWorkersResponseSchema;
474
+ };
475
+ /**
476
+ * Historical time-series metrics from ClickHouse.
477
+ *
478
+ * @generated from rpc uplim.workflow.v1.IntegrationQueueAdminService.GetQueueMetrics
479
+ */
480
+ getQueueMetrics: {
481
+ methodKind: "unary";
482
+ input: typeof GetIntegrationQueueMetricsRequestSchema;
483
+ output: typeof GetIntegrationQueueMetricsResponseSchema;
484
+ };
485
+ }>;
486
+ //# sourceMappingURL=integration_queue_admin_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integration_queue_admin_pb.d.ts","sourceRoot":"","sources":["../../../../../src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,158 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file uplim/workflow/v1/integration_queue_admin.proto (package uplim.workflow.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_descriptor, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ import { file_uplim_workflow_v1_workflows } from "./workflows_pb.js";
7
+ /**
8
+ * Describes the file uplim/workflow/v1/integration_queue_admin.proto.
9
+ */
10
+ export const file_uplim_workflow_v1_integration_queue_admin = /*@__PURE__*/ fileDesc("Ci91cGxpbS93b3JrZmxvdy92MS9pbnRlZ3JhdGlvbl9xdWV1ZV9hZG1pbi5wcm90bxIRdXBsaW0ud29ya2Zsb3cudjEimAMKE0ludGVncmF0aW9uUXVldWVKb2ISDgoGam9iX2lkGAEgASgJEg8KB3Bvb2xfaWQYAiABKAkSEQoJd29ya2VyX2lkGAMgASgJEjwKBnN0YXR1cxgEIAEoDjIsLnVwbGltLndvcmtmbG93LnYxLkludGVncmF0aW9uUXVldWVKb2JTdGF0dXMSFAoMcGF5bG9hZF9qc29uGAUgASgJEg0KBWVycm9yGAYgASgJEi4KCmNyZWF0ZWRfYXQYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDWRpc3BhdGNoZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC2FjY2VwdGVkX2F0GAkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgxjb21wbGV0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhYKCmxhdGVuY3lfbXMYCyABKANCAjABEgwKBGxpdmUYDCABKAginQEKFkludGVncmF0aW9uUXVldWVXb3JrZXISEQoJd29ya2VyX2lkGAEgASgJEg8KB3Bvb2xfaWQYAiABKAkSMAoMY29ubmVjdGVkX2F0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIVCg1zc2VfY29ubmVjdGVkGAQgASgIEhYKDmFjdGl2ZV9qb2JfaWRzGAUgAygJIkAKHUdldEludGVncmF0aW9uUXVldWVKb2JSZXF1ZXN0Eg8KB3Bvb2xfaWQYASABKAkSDgoGam9iX2lkGAIgASgJIlUKHkdldEludGVncmF0aW9uUXVldWVKb2JSZXNwb25zZRIzCgNqb2IYASABKAsyJi51cGxpbS53b3JrZmxvdy52MS5JbnRlZ3JhdGlvblF1ZXVlSm9iIvUCCh9MaXN0SW50ZWdyYXRpb25RdWV1ZUpvYnNSZXF1ZXN0Eg8KB3Bvb2xfaWQYASABKAkSPAoGc3RhdHVzGAIgAygOMiwudXBsaW0ud29ya2Zsb3cudjEuSW50ZWdyYXRpb25RdWV1ZUpvYlN0YXR1cxIoCgRmcm9tGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBImCgJ0bxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASPQoHc29ydF9ieRgFIAEoDjIsLnVwbGltLndvcmtmbG93LnYxLkludGVncmF0aW9uUXVldWVKb2JTb3J0QnkSSwoOc29ydF9kaXJlY3Rpb24YBiABKA4yMy51cGxpbS53b3JrZmxvdy52MS5JbnRlZ3JhdGlvblF1ZXVlSm9iU29ydERpcmVjdGlvbhIRCglwYWdlX3NpemUYByABKA0SEgoKcGFnZV90b2tlbhgIIAEoCSJxCiBMaXN0SW50ZWdyYXRpb25RdWV1ZUpvYnNSZXNwb25zZRI0CgRqb2JzGAEgAygLMiYudXBsaW0ud29ya2Zsb3cudjEuSW50ZWdyYXRpb25RdWV1ZUpvYhIXCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAkijgEKKUdldEludGVncmF0aW9uUXVldWVKb2JTdGF0dXNDb3VudHNSZXF1ZXN0Eg8KB3Bvb2xfaWQYASABKAkSKAoEZnJvbRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASJgoCdG8YAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wItEBCipHZXRJbnRlZ3JhdGlvblF1ZXVlSm9iU3RhdHVzQ291bnRzUmVzcG9uc2USFwoLdG90YWxfY291bnQYASABKARCAjABEhkKDXBlbmRpbmdfY291bnQYAiABKARCAjABEhwKEGRpc3BhdGNoZWRfY291bnQYAyABKARCAjABEhoKDmFjY2VwdGVkX2NvdW50GAQgASgEQgIwARIbCg9jb21wbGV0ZWRfY291bnQYBSABKARCAjABEhgKDGZhaWxlZF9jb3VudBgGIAEoBEICMAEiNQoiTGlzdEludGVncmF0aW9uUXVldWVXb3JrZXJzUmVxdWVzdBIPCgdwb29sX2lkGAEgASgJImEKI0xpc3RJbnRlZ3JhdGlvblF1ZXVlV29ya2Vyc1Jlc3BvbnNlEjoKB3dvcmtlcnMYASADKAsyKS51cGxpbS53b3JrZmxvdy52MS5JbnRlZ3JhdGlvblF1ZXVlV29ya2VyIp4BCiFHZXRJbnRlZ3JhdGlvblF1ZXVlTWV0cmljc1JlcXVlc3QSDwoHcG9vbF9pZBgBIAEoCRIoCgRmcm9tGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBImCgJ0bxgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFgoOYnVja2V0X3NlY29uZHMYBCABKA0i8gEKHUludGVncmF0aW9uUXVldWVNZXRyaWNzQnVja2V0Ei0KCXRpbWVzdGFtcBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASGwoPY29tcGxldGVkX2NvdW50GAIgASgEQgIwARIYCgxmYWlsZWRfY291bnQYAyABKARCAjABEhcKC3RvdGFsX2NvdW50GAQgASgEQgIwARIaCg5hdmdfbGF0ZW5jeV9tcxgFIAEoBEICMAESGgoOcDk1X2xhdGVuY3lfbXMYBiABKARCAjABEhoKDnA5OV9sYXRlbmN5X21zGAcgASgEQgIwASJnCiJHZXRJbnRlZ3JhdGlvblF1ZXVlTWV0cmljc1Jlc3BvbnNlEkEKB2J1Y2tldHMYASADKAsyMC51cGxpbS53b3JrZmxvdy52MS5JbnRlZ3JhdGlvblF1ZXVlTWV0cmljc0J1Y2tldCqgAgoZSW50ZWdyYXRpb25RdWV1ZUpvYlN0YXR1cxIsCihJTlRFR1JBVElPTl9RVUVVRV9KT0JfU1RBVFVTX1VOU1BFQ0lGSUVEEAASKAokSU5URUdSQVRJT05fUVVFVUVfSk9CX1NUQVRVU19QRU5ESU5HEAESKwonSU5URUdSQVRJT05fUVVFVUVfSk9CX1NUQVRVU19ESVNQQVRDSEVEEAISKQolSU5URUdSQVRJT05fUVVFVUVfSk9CX1NUQVRVU19BQ0NFUFRFRBADEioKJklOVEVHUkFUSU9OX1FVRVVFX0pPQl9TVEFUVVNfQ09NUExFVEVEEAQSJwojSU5URUdSQVRJT05fUVVFVUVfSk9CX1NUQVRVU19GQUlMRUQQBSqoAQoZSW50ZWdyYXRpb25RdWV1ZUpvYlNvcnRCeRItCilJTlRFR1JBVElPTl9RVUVVRV9KT0JfU09SVF9CWV9VTlNQRUNJRklFRBAAEiwKKElOVEVHUkFUSU9OX1FVRVVFX0pPQl9TT1JUX0JZX0NSRUFURURfQVQQARIuCipJTlRFR1JBVElPTl9RVUVVRV9KT0JfU09SVF9CWV9DT01QTEVURURfQVQQAiq1AQogSW50ZWdyYXRpb25RdWV1ZUpvYlNvcnREaXJlY3Rpb24SNAowSU5URUdSQVRJT05fUVVFVUVfSk9CX1NPUlRfRElSRUNUSU9OX1VOU1BFQ0lGSUVEEAASLQopSU5URUdSQVRJT05fUVVFVUVfSk9CX1NPUlRfRElSRUNUSU9OX0RFU0MQARIsCihJTlRFR1JBVElPTl9RVUVVRV9KT0JfU09SVF9ESVJFQ1RJT05fQVNDEAIykAYKHEludGVncmF0aW9uUXVldWVBZG1pblNlcnZpY2UShQEKBkdldEpvYhIwLnVwbGltLndvcmtmbG93LnYxLkdldEludGVncmF0aW9uUXVldWVKb2JSZXF1ZXN0GjEudXBsaW0ud29ya2Zsb3cudjEuR2V0SW50ZWdyYXRpb25RdWV1ZUpvYlJlc3BvbnNlIhaKtRgSdXBsOnBpcGVsaW5lOmFkbWluEosBCghMaXN0Sm9icxIyLnVwbGltLndvcmtmbG93LnYxLkxpc3RJbnRlZ3JhdGlvblF1ZXVlSm9ic1JlcXVlc3QaMy51cGxpbS53b3JrZmxvdy52MS5MaXN0SW50ZWdyYXRpb25RdWV1ZUpvYnNSZXNwb25zZSIWirUYEnVwbDpwaXBlbGluZTphZG1pbhKpAQoSR2V0Sm9iU3RhdHVzQ291bnRzEjwudXBsaW0ud29ya2Zsb3cudjEuR2V0SW50ZWdyYXRpb25RdWV1ZUpvYlN0YXR1c0NvdW50c1JlcXVlc3QaPS51cGxpbS53b3JrZmxvdy52MS5HZXRJbnRlZ3JhdGlvblF1ZXVlSm9iU3RhdHVzQ291bnRzUmVzcG9uc2UiFoq1GBJ1cGw6cGlwZWxpbmU6YWRtaW4SlAEKC0xpc3RXb3JrZXJzEjUudXBsaW0ud29ya2Zsb3cudjEuTGlzdEludGVncmF0aW9uUXVldWVXb3JrZXJzUmVxdWVzdBo2LnVwbGltLndvcmtmbG93LnYxLkxpc3RJbnRlZ3JhdGlvblF1ZXVlV29ya2Vyc1Jlc3BvbnNlIhaKtRgSdXBsOnBpcGVsaW5lOmFkbWluEpYBCg9HZXRRdWV1ZU1ldHJpY3MSNC51cGxpbS53b3JrZmxvdy52MS5HZXRJbnRlZ3JhdGlvblF1ZXVlTWV0cmljc1JlcXVlc3QaNS51cGxpbS53b3JrZmxvdy52MS5HZXRJbnRlZ3JhdGlvblF1ZXVlTWV0cmljc1Jlc3BvbnNlIhaKtRgSdXBsOnBpcGVsaW5lOmFkbWluQuQBChVjb20udXBsaW0ud29ya2Zsb3cudjFCGkludGVncmF0aW9uUXVldWVBZG1pblByb3RvUAFaSWdpdGh1Yi5jb20veGVvbnIvdXBsLWltLWFwaS9wcm90by9nZW4vdXBsaW0vd29ya2Zsb3cvdjE7dXBsaW1fd29ya2Zsb3dfdjGiAgNVV1iqAhFVcGxpbS5Xb3JrZmxvdy5WMcoCEVVwbGltXFdvcmtmbG93XFYx4gIdVXBsaW1cV29ya2Zsb3dcVjFcR1BCTWV0YWRhdGHqAhNVcGxpbTo6V29ya2Zsb3c6OlYxYgZwcm90bzM", [file_google_protobuf_timestamp, file_google_protobuf_descriptor, file_uplim_workflow_v1_workflows]);
11
+ /**
12
+ * Describes the message uplim.workflow.v1.IntegrationQueueJob.
13
+ * Use `create(IntegrationQueueJobSchema)` to create a new message.
14
+ */
15
+ export const IntegrationQueueJobSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 0);
16
+ /**
17
+ * Describes the message uplim.workflow.v1.IntegrationQueueWorker.
18
+ * Use `create(IntegrationQueueWorkerSchema)` to create a new message.
19
+ */
20
+ export const IntegrationQueueWorkerSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 1);
21
+ /**
22
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobRequest.
23
+ * Use `create(GetIntegrationQueueJobRequestSchema)` to create a new message.
24
+ */
25
+ export const GetIntegrationQueueJobRequestSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 2);
26
+ /**
27
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobResponse.
28
+ * Use `create(GetIntegrationQueueJobResponseSchema)` to create a new message.
29
+ */
30
+ export const GetIntegrationQueueJobResponseSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 3);
31
+ /**
32
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueJobsRequest.
33
+ * Use `create(ListIntegrationQueueJobsRequestSchema)` to create a new message.
34
+ */
35
+ export const ListIntegrationQueueJobsRequestSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 4);
36
+ /**
37
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueJobsResponse.
38
+ * Use `create(ListIntegrationQueueJobsResponseSchema)` to create a new message.
39
+ */
40
+ export const ListIntegrationQueueJobsResponseSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 5);
41
+ /**
42
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsRequest.
43
+ * Use `create(GetIntegrationQueueJobStatusCountsRequestSchema)` to create a new message.
44
+ */
45
+ export const GetIntegrationQueueJobStatusCountsRequestSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 6);
46
+ /**
47
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueJobStatusCountsResponse.
48
+ * Use `create(GetIntegrationQueueJobStatusCountsResponseSchema)` to create a new message.
49
+ */
50
+ export const GetIntegrationQueueJobStatusCountsResponseSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 7);
51
+ /**
52
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueWorkersRequest.
53
+ * Use `create(ListIntegrationQueueWorkersRequestSchema)` to create a new message.
54
+ */
55
+ export const ListIntegrationQueueWorkersRequestSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 8);
56
+ /**
57
+ * Describes the message uplim.workflow.v1.ListIntegrationQueueWorkersResponse.
58
+ * Use `create(ListIntegrationQueueWorkersResponseSchema)` to create a new message.
59
+ */
60
+ export const ListIntegrationQueueWorkersResponseSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 9);
61
+ /**
62
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueMetricsRequest.
63
+ * Use `create(GetIntegrationQueueMetricsRequestSchema)` to create a new message.
64
+ */
65
+ export const GetIntegrationQueueMetricsRequestSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 10);
66
+ /**
67
+ * Describes the message uplim.workflow.v1.IntegrationQueueMetricsBucket.
68
+ * Use `create(IntegrationQueueMetricsBucketSchema)` to create a new message.
69
+ */
70
+ export const IntegrationQueueMetricsBucketSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 11);
71
+ /**
72
+ * Describes the message uplim.workflow.v1.GetIntegrationQueueMetricsResponse.
73
+ * Use `create(GetIntegrationQueueMetricsResponseSchema)` to create a new message.
74
+ */
75
+ export const GetIntegrationQueueMetricsResponseSchema = /*@__PURE__*/ messageDesc(file_uplim_workflow_v1_integration_queue_admin, 12);
76
+ /**
77
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobStatus
78
+ */
79
+ export var IntegrationQueueJobStatus;
80
+ (function (IntegrationQueueJobStatus) {
81
+ /**
82
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_UNSPECIFIED = 0;
83
+ */
84
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
85
+ /**
86
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_PENDING = 1;
87
+ */
88
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["PENDING"] = 1] = "PENDING";
89
+ /**
90
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_DISPATCHED = 2;
91
+ */
92
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["DISPATCHED"] = 2] = "DISPATCHED";
93
+ /**
94
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_ACCEPTED = 3;
95
+ */
96
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["ACCEPTED"] = 3] = "ACCEPTED";
97
+ /**
98
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_COMPLETED = 4;
99
+ */
100
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["COMPLETED"] = 4] = "COMPLETED";
101
+ /**
102
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_STATUS_FAILED = 5;
103
+ */
104
+ IntegrationQueueJobStatus[IntegrationQueueJobStatus["FAILED"] = 5] = "FAILED";
105
+ })(IntegrationQueueJobStatus || (IntegrationQueueJobStatus = {}));
106
+ /**
107
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobStatus.
108
+ */
109
+ export const IntegrationQueueJobStatusSchema = /*@__PURE__*/ enumDesc(file_uplim_workflow_v1_integration_queue_admin, 0);
110
+ /**
111
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobSortBy
112
+ */
113
+ export var IntegrationQueueJobSortBy;
114
+ (function (IntegrationQueueJobSortBy) {
115
+ /**
116
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_UNSPECIFIED = 0;
117
+ */
118
+ IntegrationQueueJobSortBy[IntegrationQueueJobSortBy["UNSPECIFIED"] = 0] = "UNSPECIFIED";
119
+ /**
120
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_CREATED_AT = 1;
121
+ */
122
+ IntegrationQueueJobSortBy[IntegrationQueueJobSortBy["CREATED_AT"] = 1] = "CREATED_AT";
123
+ /**
124
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_BY_COMPLETED_AT = 2;
125
+ */
126
+ IntegrationQueueJobSortBy[IntegrationQueueJobSortBy["COMPLETED_AT"] = 2] = "COMPLETED_AT";
127
+ })(IntegrationQueueJobSortBy || (IntegrationQueueJobSortBy = {}));
128
+ /**
129
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobSortBy.
130
+ */
131
+ export const IntegrationQueueJobSortBySchema = /*@__PURE__*/ enumDesc(file_uplim_workflow_v1_integration_queue_admin, 1);
132
+ /**
133
+ * @generated from enum uplim.workflow.v1.IntegrationQueueJobSortDirection
134
+ */
135
+ export var IntegrationQueueJobSortDirection;
136
+ (function (IntegrationQueueJobSortDirection) {
137
+ /**
138
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_UNSPECIFIED = 0;
139
+ */
140
+ IntegrationQueueJobSortDirection[IntegrationQueueJobSortDirection["UNSPECIFIED"] = 0] = "UNSPECIFIED";
141
+ /**
142
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_DESC = 1;
143
+ */
144
+ IntegrationQueueJobSortDirection[IntegrationQueueJobSortDirection["DESC"] = 1] = "DESC";
145
+ /**
146
+ * @generated from enum value: INTEGRATION_QUEUE_JOB_SORT_DIRECTION_ASC = 2;
147
+ */
148
+ IntegrationQueueJobSortDirection[IntegrationQueueJobSortDirection["ASC"] = 2] = "ASC";
149
+ })(IntegrationQueueJobSortDirection || (IntegrationQueueJobSortDirection = {}));
150
+ /**
151
+ * Describes the enum uplim.workflow.v1.IntegrationQueueJobSortDirection.
152
+ */
153
+ export const IntegrationQueueJobSortDirectionSchema = /*@__PURE__*/ enumDesc(file_uplim_workflow_v1_integration_queue_admin, 2);
154
+ /**
155
+ * @generated from service uplim.workflow.v1.IntegrationQueueAdminService
156
+ */
157
+ export const IntegrationQueueAdminService = /*@__PURE__*/ serviceDesc(file_uplim_workflow_v1_integration_queue_admin, 0);
158
+ //# sourceMappingURL=integration_queue_admin_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integration_queue_admin_pb.js","sourceRoot":"","sources":["../../../../../src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE5F,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AACzG,OAAO,EAAE,gCAAgC,EAAE,MAAM,mBAAmB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,yrKAAyrK,EAAE,CAAC,8BAA8B,EAAE,+BAA+B,EAAE,gCAAgC,CAAC,CAAC,CAAC;AAqE3yK;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAkCjE;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAiBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAYjE;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA+CjE;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAiBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAiD,aAAa,CAC/G,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAsBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAA0D,aAAa,CACjI,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAqCjE;;;GAGG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAA2D,aAAa,CACnI,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAYjE;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAYjE;;;GAGG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAoD,aAAa,CACrH,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA6BjE;;;GAGG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAkD,aAAa,CACjH,WAAW,CAAC,8CAA8C,EAAE,EAAE,CAAC,CAAC;AA0ClE;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,8CAA8C,EAAE,EAAE,CAAC,CAAC;AAYlE;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,8CAA8C,EAAE,EAAE,CAAC,CAAC;AAElE;;GAEG;AACH,MAAM,CAAN,IAAY,yBA8BX;AA9BD,WAAY,yBAAyB;IACnC;;OAEG;IACH,uFAAe,CAAA;IAEf;;OAEG;IACH,+EAAW,CAAA;IAEX;;OAEG;IACH,qFAAc,CAAA;IAEd;;OAEG;IACH,iFAAY,CAAA;IAEZ;;OAEG;IACH,mFAAa,CAAA;IAEb;;OAEG;IACH,6EAAU,CAAA;AACZ,CAAC,EA9BW,yBAAyB,KAAzB,yBAAyB,QA8BpC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAuC,aAAa,CAC9F,QAAQ,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAN,IAAY,yBAeX;AAfD,WAAY,yBAAyB;IACnC;;OAEG;IACH,uFAAe,CAAA;IAEf;;OAEG;IACH,qFAAc,CAAA;IAEd;;OAEG;IACH,yFAAgB,CAAA;AAClB,CAAC,EAfW,yBAAyB,KAAzB,yBAAyB,QAepC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAuC,aAAa,CAC9F,QAAQ,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAN,IAAY,gCAeX;AAfD,WAAY,gCAAgC;IAC1C;;OAEG;IACH,qGAAe,CAAA;IAEf;;OAEG;IACH,uFAAQ,CAAA;IAER;;OAEG;IACH,qFAAO,CAAA;AACT,CAAC,EAfW,gCAAgC,KAAhC,gCAAgC,QAe3C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAA8C,aAAa,CAC5G,QAAQ,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAmDpC,aAAa,CAChB,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}