@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,49 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Any } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file google/rpc/status.proto.
6
+ */
7
+ export declare const file_google_rpc_status: GenFile;
8
+ /**
9
+ * The `Status` type defines a logical error model that is suitable for
10
+ * different programming environments, including REST APIs and RPC APIs. It is
11
+ * used by [gRPC](https://github.com/grpc). Each `Status` message contains
12
+ * three pieces of data: error code, error message, and error details.
13
+ *
14
+ * You can find out more about this error model and how to work with it in the
15
+ * [API Design Guide](https://cloud.google.com/apis/design/errors).
16
+ *
17
+ * @generated from message google.rpc.Status
18
+ */
19
+ export type Status = Message<"google.rpc.Status"> & {
20
+ /**
21
+ * The status code, which should be an enum value of
22
+ * [google.rpc.Code][google.rpc.Code].
23
+ *
24
+ * @generated from field: int32 code = 1;
25
+ */
26
+ code: number;
27
+ /**
28
+ * A developer-facing error message, which should be in English. Any
29
+ * user-facing error message should be localized and sent in the
30
+ * [google.rpc.Status.details][google.rpc.Status.details] field, or localized
31
+ * by the client.
32
+ *
33
+ * @generated from field: string message = 2;
34
+ */
35
+ message: string;
36
+ /**
37
+ * A list of messages that carry the error details. There is a common set of
38
+ * message types for APIs to use.
39
+ *
40
+ * @generated from field: repeated google.protobuf.Any details = 3;
41
+ */
42
+ details: Any[];
43
+ };
44
+ /**
45
+ * Describes the message google.rpc.Status.
46
+ * Use `create(StatusSchema)` to create a new message.
47
+ */
48
+ export declare const StatusSchema: GenMessage<Status>;
49
+ //# sourceMappingURL=status_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/rpc/status_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAElD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,OACoY,CAAC;AAE1a;;;;;;;;;;GAUG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,GAAG;IAClD;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;IACH,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,MAAM,CACJ,CAAC"}
@@ -0,0 +1,25 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
15
+ import { file_google_protobuf_any } from "@bufbuild/protobuf/wkt";
16
+ /**
17
+ * Describes the file google/rpc/status.proto.
18
+ */
19
+ export const file_google_rpc_status = /*@__PURE__*/ fileDesc("Chdnb29nbGUvcnBjL3N0YXR1cy5wcm90bxIKZ29vZ2xlLnJwYyJOCgZTdGF0dXMSDAoEY29kZRgBIAEoBRIPCgdtZXNzYWdlGAIgASgJEiUKB2RldGFpbHMYAyADKAsyFC5nb29nbGUucHJvdG9idWYuQW55Qp8BCg5jb20uZ29vZ2xlLnJwY0ILU3RhdHVzUHJvdG9QAVo3Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy9ycGMvc3RhdHVzO3N0YXR1c6ICA0dSWKoCCkdvb2dsZS5ScGPKAgpHb29nbGVcUnBj4gIWR29vZ2xlXFJwY1xHUEJNZXRhZGF0YeoCC0dvb2dsZTo6UnBjYgZwcm90bzM", [file_google_protobuf_any]);
20
+ /**
21
+ * Describes the message google.rpc.Status.
22
+ * Use `create(StatusSchema)` to create a new message.
23
+ */
24
+ export const StatusSchema = /*@__PURE__*/ messageDesc(file_google_rpc_status, 0);
25
+ //# sourceMappingURL=status_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/rpc/status_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAGlE;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,iYAAiY,EAAE,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAyC1a;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,71 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file google/type/calendar_period.proto.
4
+ */
5
+ export declare const file_google_type_calendar_period: GenFile;
6
+ /**
7
+ * A `CalendarPeriod` represents the abstract concept of a time period that has
8
+ * a canonical start. Grammatically, "the start of the current
9
+ * `CalendarPeriod`." All calendar times begin at midnight UTC.
10
+ *
11
+ * @generated from enum google.type.CalendarPeriod
12
+ */
13
+ export declare enum CalendarPeriod {
14
+ /**
15
+ * Undefined period, raises an error.
16
+ *
17
+ * @generated from enum value: CALENDAR_PERIOD_UNSPECIFIED = 0;
18
+ */
19
+ CALENDAR_PERIOD_UNSPECIFIED = 0,
20
+ /**
21
+ * A day.
22
+ *
23
+ * @generated from enum value: DAY = 1;
24
+ */
25
+ DAY = 1,
26
+ /**
27
+ * A week. Weeks begin on Monday, following
28
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
29
+ *
30
+ * @generated from enum value: WEEK = 2;
31
+ */
32
+ WEEK = 2,
33
+ /**
34
+ * A fortnight. The first calendar fortnight of the year begins at the start
35
+ * of week 1 according to
36
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
37
+ *
38
+ * @generated from enum value: FORTNIGHT = 3;
39
+ */
40
+ FORTNIGHT = 3,
41
+ /**
42
+ * A month.
43
+ *
44
+ * @generated from enum value: MONTH = 4;
45
+ */
46
+ MONTH = 4,
47
+ /**
48
+ * A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each
49
+ * year.
50
+ *
51
+ * @generated from enum value: QUARTER = 5;
52
+ */
53
+ QUARTER = 5,
54
+ /**
55
+ * A half-year. Half-years start on dates 1-Jan and 1-Jul.
56
+ *
57
+ * @generated from enum value: HALF = 6;
58
+ */
59
+ HALF = 6,
60
+ /**
61
+ * A year.
62
+ *
63
+ * @generated from enum value: YEAR = 7;
64
+ */
65
+ YEAR = 7
66
+ }
67
+ /**
68
+ * Describes the enum google.type.CalendarPeriod.
69
+ */
70
+ export declare const CalendarPeriodSchema: GenEnum<CalendarPeriod>;
71
+ //# sourceMappingURL=calendar_period_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar_period_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/calendar_period_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,gCAAgC,EAAE,OACsd,CAAC;AAEtgB;;;;;;GAMG;AACH,oBAAY,cAAc;IACxB;;;;OAIG;IACH,2BAA2B,IAAI;IAE/B;;;;OAIG;IACH,GAAG,IAAI;IAEP;;;;;OAKG;IACH,IAAI,IAAI;IAER;;;;;;OAMG;IACH,SAAS,IAAI;IAEb;;;;OAIG;IACH,KAAK,IAAI;IAET;;;;;OAKG;IACH,OAAO,IAAI;IAEX;;;;OAIG;IACH,IAAI,IAAI;IAER;;;;OAIG;IACH,IAAI,IAAI;CACT;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,cAAc,CACV,CAAC"}
@@ -0,0 +1,85 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
15
+ /**
16
+ * Describes the file google/type/calendar_period.proto.
17
+ */
18
+ export const file_google_type_calendar_period = /*@__PURE__*/ fileDesc("CiFnb29nbGUvdHlwZS9jYWxlbmRhcl9wZXJpb2QucHJvdG8SC2dvb2dsZS50eXBlKn8KDkNhbGVuZGFyUGVyaW9kEh8KG0NBTEVOREFSX1BFUklPRF9VTlNQRUNJRklFRBAAEgcKA0RBWRABEggKBFdFRUsQAhINCglGT1JUTklHSFQQAxIJCgVNT05USBAEEgsKB1FVQVJURVIQBRIICgRIQUxGEAYSCAoEWUVBUhAHQr0BCg9jb20uZ29vZ2xlLnR5cGVCE0NhbGVuZGFyUGVyaW9kUHJvdG9QAVpIZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2NhbGVuZGFycGVyaW9kO2NhbGVuZGFycGVyaW9kogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
19
+ /**
20
+ * A `CalendarPeriod` represents the abstract concept of a time period that has
21
+ * a canonical start. Grammatically, "the start of the current
22
+ * `CalendarPeriod`." All calendar times begin at midnight UTC.
23
+ *
24
+ * @generated from enum google.type.CalendarPeriod
25
+ */
26
+ export var CalendarPeriod;
27
+ (function (CalendarPeriod) {
28
+ /**
29
+ * Undefined period, raises an error.
30
+ *
31
+ * @generated from enum value: CALENDAR_PERIOD_UNSPECIFIED = 0;
32
+ */
33
+ CalendarPeriod[CalendarPeriod["CALENDAR_PERIOD_UNSPECIFIED"] = 0] = "CALENDAR_PERIOD_UNSPECIFIED";
34
+ /**
35
+ * A day.
36
+ *
37
+ * @generated from enum value: DAY = 1;
38
+ */
39
+ CalendarPeriod[CalendarPeriod["DAY"] = 1] = "DAY";
40
+ /**
41
+ * A week. Weeks begin on Monday, following
42
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
43
+ *
44
+ * @generated from enum value: WEEK = 2;
45
+ */
46
+ CalendarPeriod[CalendarPeriod["WEEK"] = 2] = "WEEK";
47
+ /**
48
+ * A fortnight. The first calendar fortnight of the year begins at the start
49
+ * of week 1 according to
50
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
51
+ *
52
+ * @generated from enum value: FORTNIGHT = 3;
53
+ */
54
+ CalendarPeriod[CalendarPeriod["FORTNIGHT"] = 3] = "FORTNIGHT";
55
+ /**
56
+ * A month.
57
+ *
58
+ * @generated from enum value: MONTH = 4;
59
+ */
60
+ CalendarPeriod[CalendarPeriod["MONTH"] = 4] = "MONTH";
61
+ /**
62
+ * A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each
63
+ * year.
64
+ *
65
+ * @generated from enum value: QUARTER = 5;
66
+ */
67
+ CalendarPeriod[CalendarPeriod["QUARTER"] = 5] = "QUARTER";
68
+ /**
69
+ * A half-year. Half-years start on dates 1-Jan and 1-Jul.
70
+ *
71
+ * @generated from enum value: HALF = 6;
72
+ */
73
+ CalendarPeriod[CalendarPeriod["HALF"] = 6] = "HALF";
74
+ /**
75
+ * A year.
76
+ *
77
+ * @generated from enum value: YEAR = 7;
78
+ */
79
+ CalendarPeriod[CalendarPeriod["YEAR"] = 7] = "YEAR";
80
+ })(CalendarPeriod || (CalendarPeriod = {}));
81
+ /**
82
+ * Describes the enum google.type.CalendarPeriod.
83
+ */
84
+ export const CalendarPeriodSchema = /*@__PURE__*/ enumDesc(file_google_type_calendar_period, 0);
85
+ //# sourceMappingURL=calendar_period_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar_period_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/calendar_period_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAY,aAAa,CACpE,QAAQ,CAAC,yfAAyf,CAAC,CAAC;AAEtgB;;;;;;GAMG;AACH,MAAM,CAAN,IAAY,cA4DX;AA5DD,WAAY,cAAc;IACxB;;;;OAIG;IACH,iGAA+B,CAAA;IAE/B;;;;OAIG;IACH,iDAAO,CAAA;IAEP;;;;;OAKG;IACH,mDAAQ,CAAA;IAER;;;;;;OAMG;IACH,6DAAa,CAAA;IAEb;;;;OAIG;IACH,qDAAS,CAAA;IAET;;;;;OAKG;IACH,yDAAW,CAAA;IAEX;;;;OAIG;IACH,mDAAQ,CAAA;IAER;;;;OAIG;IACH,mDAAQ,CAAA;AACV,CAAC,EA5DW,cAAc,KAAd,cAAc,QA4DzB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA4B,aAAa,CACxE,QAAQ,CAAC,gCAAgC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,176 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file google/type/color.proto.
5
+ */
6
+ export declare const file_google_type_color: GenFile;
7
+ /**
8
+ * Represents a color in the RGBA color space. This representation is designed
9
+ * for simplicity of conversion to and from color representations in various
10
+ * languages over compactness. For example, the fields of this representation
11
+ * can be trivially provided to the constructor of `java.awt.Color` in Java; it
12
+ * can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
13
+ * method in iOS; and, with just a little work, it can be easily formatted into
14
+ * a CSS `rgba()` string in JavaScript.
15
+ *
16
+ * This reference page doesn't have information about the absolute color
17
+ * space that should be used to interpret the RGB value—for example, sRGB,
18
+ * Adobe RGB,
19
+ * DCI-P3, and BT.2020. By default, applications should assume the sRGB color
20
+ * space.
21
+ *
22
+ * When color equality needs to be decided, implementations, unless documented
23
+ * otherwise, treat two colors as equal if all their red, green, blue, and alpha
24
+ * values each differ by at most `1e-5`.
25
+ *
26
+ * Example (Java):
27
+ *
28
+ * import com.google.type.Color;
29
+ *
30
+ * // ...
31
+ * public static java.awt.Color fromProto(Color protocolor) {
32
+ * float alpha = protocolor.hasAlpha()
33
+ * ? protocolor.getAlpha().getValue()
34
+ * : 1.0;
35
+ *
36
+ * return new java.awt.Color(
37
+ * protocolor.getRed(),
38
+ * protocolor.getGreen(),
39
+ * protocolor.getBlue(),
40
+ * alpha);
41
+ * }
42
+ *
43
+ * public static Color toProto(java.awt.Color color) {
44
+ * float red = (float) color.getRed();
45
+ * float green = (float) color.getGreen();
46
+ * float blue = (float) color.getBlue();
47
+ * float denominator = 255.0;
48
+ * Color.Builder resultBuilder =
49
+ * Color
50
+ * .newBuilder()
51
+ * .setRed(red / denominator)
52
+ * .setGreen(green / denominator)
53
+ * .setBlue(blue / denominator);
54
+ * int alpha = color.getAlpha();
55
+ * if (alpha != 255) {
56
+ * result.setAlpha(
57
+ * FloatValue
58
+ * .newBuilder()
59
+ * .setValue(((float) alpha) / denominator)
60
+ * .build());
61
+ * }
62
+ * return resultBuilder.build();
63
+ * }
64
+ * // ...
65
+ *
66
+ * Example (iOS / Obj-C):
67
+ *
68
+ * // ...
69
+ * static UIColor* fromProto(Color* protocolor) {
70
+ * float red = [protocolor red];
71
+ * float green = [protocolor green];
72
+ * float blue = [protocolor blue];
73
+ * FloatValue* alpha_wrapper = [protocolor alpha];
74
+ * float alpha = 1.0;
75
+ * if (alpha_wrapper != nil) {
76
+ * alpha = [alpha_wrapper value];
77
+ * }
78
+ * return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
79
+ * }
80
+ *
81
+ * static Color* toProto(UIColor* color) {
82
+ * CGFloat red, green, blue, alpha;
83
+ * if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
84
+ * return nil;
85
+ * }
86
+ * Color* result = [[Color alloc] init];
87
+ * [result setRed:red];
88
+ * [result setGreen:green];
89
+ * [result setBlue:blue];
90
+ * if (alpha <= 0.9999) {
91
+ * [result setAlpha:floatWrapperWithValue(alpha)];
92
+ * }
93
+ * [result autorelease];
94
+ * return result;
95
+ * }
96
+ * // ...
97
+ *
98
+ * Example (JavaScript):
99
+ *
100
+ * // ...
101
+ *
102
+ * var protoToCssColor = function(rgb_color) {
103
+ * var redFrac = rgb_color.red || 0.0;
104
+ * var greenFrac = rgb_color.green || 0.0;
105
+ * var blueFrac = rgb_color.blue || 0.0;
106
+ * var red = Math.floor(redFrac * 255);
107
+ * var green = Math.floor(greenFrac * 255);
108
+ * var blue = Math.floor(blueFrac * 255);
109
+ *
110
+ * if (!('alpha' in rgb_color)) {
111
+ * return rgbToCssColor(red, green, blue);
112
+ * }
113
+ *
114
+ * var alphaFrac = rgb_color.alpha.value || 0.0;
115
+ * var rgbParams = [red, green, blue].join(',');
116
+ * return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
117
+ * };
118
+ *
119
+ * var rgbToCssColor = function(red, green, blue) {
120
+ * var rgbNumber = new Number((red << 16) | (green << 8) | blue);
121
+ * var hexString = rgbNumber.toString(16);
122
+ * var missingZeros = 6 - hexString.length;
123
+ * var resultBuilder = ['#'];
124
+ * for (var i = 0; i < missingZeros; i++) {
125
+ * resultBuilder.push('0');
126
+ * }
127
+ * resultBuilder.push(hexString);
128
+ * return resultBuilder.join('');
129
+ * };
130
+ *
131
+ * // ...
132
+ *
133
+ * @generated from message google.type.Color
134
+ */
135
+ export type Color = Message<"google.type.Color"> & {
136
+ /**
137
+ * The amount of red in the color as a value in the interval [0, 1].
138
+ *
139
+ * @generated from field: float red = 1;
140
+ */
141
+ red: number;
142
+ /**
143
+ * The amount of green in the color as a value in the interval [0, 1].
144
+ *
145
+ * @generated from field: float green = 2;
146
+ */
147
+ green: number;
148
+ /**
149
+ * The amount of blue in the color as a value in the interval [0, 1].
150
+ *
151
+ * @generated from field: float blue = 3;
152
+ */
153
+ blue: number;
154
+ /**
155
+ * The fraction of this color that should be applied to the pixel. That is,
156
+ * the final pixel color is defined by the equation:
157
+ *
158
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
159
+ *
160
+ * This means that a value of 1.0 corresponds to a solid color, whereas
161
+ * a value of 0.0 corresponds to a completely transparent color. This
162
+ * uses a wrapper message rather than a simple float scalar so that it is
163
+ * possible to distinguish between a default value and the value being unset.
164
+ * If omitted, this color object is rendered as a solid color
165
+ * (as if the alpha value had been explicitly given a value of 1.0).
166
+ *
167
+ * @generated from field: google.protobuf.FloatValue alpha = 4;
168
+ */
169
+ alpha?: number;
170
+ };
171
+ /**
172
+ * Describes the message google.type.Color.
173
+ * Use `create(ColorSchema)` to create a new message.
174
+ */
175
+ export declare const ColorSchema: GenMessage<Color>;
176
+ //# sourceMappingURL=color_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/color_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,OACka,CAAC;AAExc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+HG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,mBAAmB,CAAC,GAAG;IACjD;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,KAAK,CACF,CAAC"}
@@ -0,0 +1,25 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
15
+ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
16
+ /**
17
+ * Describes the file google/type/color.proto.
18
+ */
19
+ export const file_google_type_color = /*@__PURE__*/ fileDesc("Chdnb29nbGUvdHlwZS9jb2xvci5wcm90bxILZ29vZ2xlLnR5cGUiXQoFQ29sb3ISCwoDcmVkGAEgASgCEg0KBWdyZWVuGAIgASgCEgwKBGJsdWUYAyABKAISKgoFYWxwaGEYBCABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZUKiAQoPY29tLmdvb2dsZS50eXBlQgpDb2xvclByb3RvUAFaNmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9jb2xvcjtjb2xvcqICA0dUWKoCC0dvb2dsZS5UeXBlygILR29vZ2xlXFR5cGXiAhdHb29nbGVcVHlwZVxHUEJNZXRhZGF0YeoCDEdvb2dsZTo6VHlwZWIGcHJvdG8z", [file_google_protobuf_wrappers]);
20
+ /**
21
+ * Describes the message google.type.Color.
22
+ * Use `create(ColorSchema)` to create a new message.
23
+ */
24
+ export const ColorSchema = /*@__PURE__*/ messageDesc(file_google_type_color, 0);
25
+ //# sourceMappingURL=color_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/color_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AAGvE;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,0ZAA0Z,EAAE,CAAC,6BAA6B,CAAC,CAAC,CAAC;AA0Kxc;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,56 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file google/type/date.proto.
5
+ */
6
+ export declare const file_google_type_date: GenFile;
7
+ /**
8
+ * Represents a whole or partial calendar date, such as a birthday. The time of
9
+ * day and time zone are either specified elsewhere or are insignificant. The
10
+ * date is relative to the Gregorian Calendar. This can represent one of the
11
+ * following:
12
+ *
13
+ * * A full date, with non-zero year, month, and day values.
14
+ * * A month and day, with a zero year (for example, an anniversary).
15
+ * * A year on its own, with a zero month and a zero day.
16
+ * * A year and month, with a zero day (for example, a credit card expiration
17
+ * date).
18
+ *
19
+ * Related types:
20
+ *
21
+ * * [google.type.TimeOfDay][google.type.TimeOfDay]
22
+ * * [google.type.DateTime][google.type.DateTime]
23
+ * * [google.protobuf.Timestamp][google.protobuf.Timestamp]
24
+ *
25
+ * @generated from message google.type.Date
26
+ */
27
+ export type Date = Message<"google.type.Date"> & {
28
+ /**
29
+ * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
30
+ * a year.
31
+ *
32
+ * @generated from field: int32 year = 1;
33
+ */
34
+ year: number;
35
+ /**
36
+ * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
37
+ * month and day.
38
+ *
39
+ * @generated from field: int32 month = 2;
40
+ */
41
+ month: number;
42
+ /**
43
+ * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
44
+ * to specify a year by itself or a year and month where the day isn't
45
+ * significant.
46
+ *
47
+ * @generated from field: int32 day = 3;
48
+ */
49
+ day: number;
50
+ };
51
+ /**
52
+ * Describes the message google.type.Date.
53
+ * Use `create(DateSchema)` to create a new message.
54
+ */
55
+ export declare const DateSchema: GenMessage<Date>;
56
+ //# sourceMappingURL=date_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/date_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,OACiU,CAAC;AAEtW;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,IAAI,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG;IAC/C;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;;OAMG;IACH,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,IAAI,CACD,CAAC"}
@@ -0,0 +1,24 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
15
+ /**
16
+ * Describes the file google/type/date.proto.
17
+ */
18
+ export const file_google_type_date = /*@__PURE__*/ fileDesc("ChZnb29nbGUvdHlwZS9kYXRlLnByb3RvEgtnb29nbGUudHlwZSIwCgREYXRlEgwKBHllYXIYASABKAUSDQoFbW9udGgYAiABKAUSCwoDZGF5GAMgASgFQp8BCg9jb20uZ29vZ2xlLnR5cGVCCURhdGVQcm90b1ABWjRnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvZGF0ZTtkYXRlogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
19
+ /**
20
+ * Describes the message google.type.Date.
21
+ * Use `create(DateSchema)` to create a new message.
22
+ */
23
+ export const DateSchema = /*@__PURE__*/ messageDesc(file_google_type_date, 0);
24
+ //# sourceMappingURL=date_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/date_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAY,aAAa,CACzD,QAAQ,CAAC,yVAAyV,CAAC,CAAC;AAiDtW;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAqB,aAAa,CACvD,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC"}