@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,131 @@
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
+
15
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
16
+ // @generated from file google/type/month.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
20
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
21
+
22
+ /**
23
+ * Describes the file google/type/month.proto.
24
+ */
25
+ export const file_google_type_month: GenFile = /*@__PURE__*/
26
+ fileDesc("Chdnb29nbGUvdHlwZS9tb250aC5wcm90bxILZ29vZ2xlLnR5cGUqsAEKBU1vbnRoEhUKEU1PTlRIX1VOU1BFQ0lGSUVEEAASCwoHSkFOVUFSWRABEgwKCEZFQlJVQVJZEAISCQoFTUFSQ0gQAxIJCgVBUFJJTBAEEgcKA01BWRAFEggKBEpVTkUQBhIICgRKVUxZEAcSCgoGQVVHVVNUEAgSDQoJU0VQVEVNQkVSEAkSCwoHT0NUT0JFUhAKEgwKCE5PVkVNQkVSEAsSDAoIREVDRU1CRVIQDEKiAQoPY29tLmdvb2dsZS50eXBlQgpNb250aFByb3RvUAFaNmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9tb250aDttb250aKICA0dUWKoCC0dvb2dsZS5UeXBlygILR29vZ2xlXFR5cGXiAhdHb29nbGVcVHlwZVxHUEJNZXRhZGF0YeoCDEdvb2dsZTo6VHlwZWIGcHJvdG8z");
27
+
28
+ /**
29
+ * Represents a month in the Gregorian calendar.
30
+ *
31
+ * @generated from enum google.type.Month
32
+ */
33
+ export enum Month {
34
+ /**
35
+ * The unspecified month.
36
+ *
37
+ * @generated from enum value: MONTH_UNSPECIFIED = 0;
38
+ */
39
+ MONTH_UNSPECIFIED = 0,
40
+
41
+ /**
42
+ * The month of January.
43
+ *
44
+ * @generated from enum value: JANUARY = 1;
45
+ */
46
+ JANUARY = 1,
47
+
48
+ /**
49
+ * The month of February.
50
+ *
51
+ * @generated from enum value: FEBRUARY = 2;
52
+ */
53
+ FEBRUARY = 2,
54
+
55
+ /**
56
+ * The month of March.
57
+ *
58
+ * @generated from enum value: MARCH = 3;
59
+ */
60
+ MARCH = 3,
61
+
62
+ /**
63
+ * The month of April.
64
+ *
65
+ * @generated from enum value: APRIL = 4;
66
+ */
67
+ APRIL = 4,
68
+
69
+ /**
70
+ * The month of May.
71
+ *
72
+ * @generated from enum value: MAY = 5;
73
+ */
74
+ MAY = 5,
75
+
76
+ /**
77
+ * The month of June.
78
+ *
79
+ * @generated from enum value: JUNE = 6;
80
+ */
81
+ JUNE = 6,
82
+
83
+ /**
84
+ * The month of July.
85
+ *
86
+ * @generated from enum value: JULY = 7;
87
+ */
88
+ JULY = 7,
89
+
90
+ /**
91
+ * The month of August.
92
+ *
93
+ * @generated from enum value: AUGUST = 8;
94
+ */
95
+ AUGUST = 8,
96
+
97
+ /**
98
+ * The month of September.
99
+ *
100
+ * @generated from enum value: SEPTEMBER = 9;
101
+ */
102
+ SEPTEMBER = 9,
103
+
104
+ /**
105
+ * The month of October.
106
+ *
107
+ * @generated from enum value: OCTOBER = 10;
108
+ */
109
+ OCTOBER = 10,
110
+
111
+ /**
112
+ * The month of November.
113
+ *
114
+ * @generated from enum value: NOVEMBER = 11;
115
+ */
116
+ NOVEMBER = 11,
117
+
118
+ /**
119
+ * The month of December.
120
+ *
121
+ * @generated from enum value: DECEMBER = 12;
122
+ */
123
+ DECEMBER = 12,
124
+ }
125
+
126
+ /**
127
+ * Describes the enum google.type.Month.
128
+ */
129
+ export const MonthSchema: GenEnum<Month> = /*@__PURE__*/
130
+ enumDesc(file_google_type_month, 0);
131
+
@@ -0,0 +1,171 @@
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
+
15
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
16
+ // @generated from file google/type/phone_number.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
21
+ import type { Message } from "@bufbuild/protobuf";
22
+
23
+ /**
24
+ * Describes the file google/type/phone_number.proto.
25
+ */
26
+ export const file_google_type_phone_number: GenFile = /*@__PURE__*/
27
+ fileDesc("Ch5nb29nbGUvdHlwZS9waG9uZV9udW1iZXIucHJvdG8SC2dvb2dsZS50eXBlIqsBCgtQaG9uZU51bWJlchIVCgtlMTY0X251bWJlchgBIAEoCUgAEjgKCnNob3J0X2NvZGUYAiABKAsyIi5nb29nbGUudHlwZS5QaG9uZU51bWJlci5TaG9ydENvZGVIABIRCglleHRlbnNpb24YAyABKAkaMAoJU2hvcnRDb2RlEhMKC3JlZ2lvbl9jb2RlGAEgASgJEg4KBm51bWJlchgCIAEoCUIGCgRraW5kQrYBCg9jb20uZ29vZ2xlLnR5cGVCEFBob25lTnVtYmVyUHJvdG9QAVpEZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL3Bob25lX251bWJlcjtwaG9uZV9udW1iZXKiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
28
+
29
+ /**
30
+ * An object representing a phone number, suitable as an API wire format.
31
+ *
32
+ * This representation:
33
+ *
34
+ * - should not be used for locale-specific formatting of a phone number, such
35
+ * as "+1 (650) 253-0000 ext. 123"
36
+ *
37
+ * - is not designed for efficient storage
38
+ * - may not be suitable for dialing - specialized libraries (see references)
39
+ * should be used to parse the number for that purpose
40
+ *
41
+ * To do something meaningful with this number, such as format it for various
42
+ * use-cases, convert it to an `i18n.phonenumbers.PhoneNumber` object first.
43
+ *
44
+ * For instance, in Java this would be:
45
+ *
46
+ * com.google.type.PhoneNumber wireProto =
47
+ * com.google.type.PhoneNumber.newBuilder().build();
48
+ * com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
49
+ * PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
50
+ * if (!wireProto.getExtension().isEmpty()) {
51
+ * phoneNumber.setExtension(wireProto.getExtension());
52
+ * }
53
+ *
54
+ * Reference(s):
55
+ * - https://github.com/google/libphonenumber
56
+ *
57
+ * @generated from message google.type.PhoneNumber
58
+ */
59
+ export type PhoneNumber = Message<"google.type.PhoneNumber"> & {
60
+ /**
61
+ * Required. Either a regular number, or a short code. New fields may be
62
+ * added to the oneof below in the future, so clients should ignore phone
63
+ * numbers for which none of the fields they coded against are set.
64
+ *
65
+ * @generated from oneof google.type.PhoneNumber.kind
66
+ */
67
+ kind: {
68
+ /**
69
+ * The phone number, represented as a leading plus sign ('+'), followed by a
70
+ * phone number that uses a relaxed ITU E.164 format consisting of the
71
+ * country calling code (1 to 3 digits) and the subscriber number, with no
72
+ * additional spaces or formatting. For example:
73
+ *
74
+ * - correct: "+15552220123"
75
+ *
76
+ * - incorrect: "+1 (555) 222-01234 x123"
77
+ *
78
+ * The ITU E.164 format limits the latter to 12 digits, but in practice not
79
+ * all countries respect that, so we relax that restriction here.
80
+ * National-only numbers are not allowed.
81
+ *
82
+ * References:
83
+ *
84
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
85
+ *
86
+ * - https://en.wikipedia.org/wiki/E.164.
87
+ *
88
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
89
+ *
90
+ * @generated from field: string e164_number = 1;
91
+ */
92
+ value: string;
93
+ case: "e164Number";
94
+ } | {
95
+ /**
96
+ * A short code.
97
+ *
98
+ * Reference(s):
99
+ * - https://wikipedia.org/wiki/Short_code
100
+ *
101
+ * @generated from field: google.type.PhoneNumber.ShortCode short_code = 2;
102
+ */
103
+ value: PhoneNumber_ShortCode;
104
+ case: "shortCode";
105
+ } | { case: undefined; value?: undefined };
106
+
107
+ /**
108
+ * The phone number's extension. The extension is not standardized in ITU
109
+ * recommendations, except for being defined as a series of numbers with a
110
+ * maximum length of 40 digits. Other than digits, some other dialing
111
+ * characters such as ',' (indicating a wait) or '#' may be stored here.
112
+ *
113
+ * Note that no regions currently use extensions with short codes, so this
114
+ * field is normally only set in conjunction with an E.164 number. It is held
115
+ * separately from the E.164 number to allow for short code extensions in the
116
+ * future.
117
+ *
118
+ * @generated from field: string extension = 3;
119
+ */
120
+ extension: string;
121
+ };
122
+
123
+ /**
124
+ * Describes the message google.type.PhoneNumber.
125
+ * Use `create(PhoneNumberSchema)` to create a new message.
126
+ */
127
+ export const PhoneNumberSchema: GenMessage<PhoneNumber> = /*@__PURE__*/
128
+ messageDesc(file_google_type_phone_number, 0);
129
+
130
+ /**
131
+ * An object representing a short code, which is a phone number that is
132
+ * typically much shorter than regular phone numbers and can be used to
133
+ * address messages in MMS and SMS systems, as well as for abbreviated dialing
134
+ * (For example "Text 611 to see how many minutes you have remaining on your
135
+ * plan.").
136
+ *
137
+ * Short codes are restricted to a region and are not internationally
138
+ * dialable, which means the same short code can exist in different regions,
139
+ * with different usage and pricing, even if those regions share the same
140
+ * country calling code (For example: US and CA).
141
+ *
142
+ * @generated from message google.type.PhoneNumber.ShortCode
143
+ */
144
+ export type PhoneNumber_ShortCode = Message<"google.type.PhoneNumber.ShortCode"> & {
145
+ /**
146
+ * Required. The BCP-47 region code of the location where calls to this
147
+ * short code can be made, such as "US" and "BB".
148
+ *
149
+ * Reference(s):
150
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
151
+ *
152
+ * @generated from field: string region_code = 1;
153
+ */
154
+ regionCode: string;
155
+
156
+ /**
157
+ * Required. The short code digits, without a leading plus ('+') or country
158
+ * calling code. For example "611".
159
+ *
160
+ * @generated from field: string number = 2;
161
+ */
162
+ number: string;
163
+ };
164
+
165
+ /**
166
+ * Describes the message google.type.PhoneNumber.ShortCode.
167
+ * Use `create(PhoneNumber_ShortCodeSchema)` to create a new message.
168
+ */
169
+ export const PhoneNumber_ShortCodeSchema: GenMessage<PhoneNumber_ShortCode> = /*@__PURE__*/
170
+ messageDesc(file_google_type_phone_number, 0, 0);
171
+
@@ -0,0 +1,194 @@
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
+
15
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
16
+ // @generated from file google/type/postal_address.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
21
+ import type { Message } from "@bufbuild/protobuf";
22
+
23
+ /**
24
+ * Describes the file google/type/postal_address.proto.
25
+ */
26
+ export const file_google_type_postal_address: GenFile = /*@__PURE__*/
27
+ fileDesc("CiBnb29nbGUvdHlwZS9wb3N0YWxfYWRkcmVzcy5wcm90bxILZ29vZ2xlLnR5cGUi/QEKDVBvc3RhbEFkZHJlc3MSEAoIcmV2aXNpb24YASABKAUSEwoLcmVnaW9uX2NvZGUYAiABKAkSFQoNbGFuZ3VhZ2VfY29kZRgDIAEoCRITCgtwb3N0YWxfY29kZRgEIAEoCRIUCgxzb3J0aW5nX2NvZGUYBSABKAkSGwoTYWRtaW5pc3RyYXRpdmVfYXJlYRgGIAEoCRIQCghsb2NhbGl0eRgHIAEoCRITCgtzdWJsb2NhbGl0eRgIIAEoCRIVCg1hZGRyZXNzX2xpbmVzGAkgAygJEhIKCnJlY2lwaWVudHMYCiADKAkSFAoMb3JnYW5pemF0aW9uGAsgASgJQroBCg9jb20uZ29vZ2xlLnR5cGVCElBvc3RhbEFkZHJlc3NQcm90b1ABWkZnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvcG9zdGFsYWRkcmVzcztwb3N0YWxhZGRyZXNzogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
28
+
29
+ /**
30
+ * Represents a postal address, such as for postal delivery or payments
31
+ * addresses. With a postal address, a postal service can deliver items to a
32
+ * premise, P.O. box, or similar. A postal address is not intended to model
33
+ * geographical locations like roads, towns, or mountains.
34
+ *
35
+ * In typical usage, an address would be created by user input or from importing
36
+ * existing data, depending on the type of process.
37
+ *
38
+ * Advice on address input or editing:
39
+ *
40
+ * - Use an internationalization-ready address widget such as
41
+ * https://github.com/google/libaddressinput.
42
+ * - Users should not be presented with UI elements for input or editing of
43
+ * fields outside countries where that field is used.
44
+ *
45
+ * For more guidance on how to use this schema, see:
46
+ * https://support.google.com/business/answer/6397478.
47
+ *
48
+ * @generated from message google.type.PostalAddress
49
+ */
50
+ export type PostalAddress = Message<"google.type.PostalAddress"> & {
51
+ /**
52
+ * The schema revision of the `PostalAddress`. This must be set to 0, which is
53
+ * the latest revision.
54
+ *
55
+ * All new revisions **must** be backward compatible with old revisions.
56
+ *
57
+ * @generated from field: int32 revision = 1;
58
+ */
59
+ revision: number;
60
+
61
+ /**
62
+ * Required. CLDR region code of the country/region of the address. This
63
+ * is never inferred and it is up to the user to ensure the value is
64
+ * correct. See https://cldr.unicode.org/ and
65
+ * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
66
+ * for details. Example: "CH" for Switzerland.
67
+ *
68
+ * @generated from field: string region_code = 2;
69
+ */
70
+ regionCode: string;
71
+
72
+ /**
73
+ * Optional. BCP-47 language code of the contents of this address (if
74
+ * known). This is often the UI language of the input form or is expected
75
+ * to match one of the languages used in the address' country/region, or their
76
+ * transliterated equivalents.
77
+ * This can affect formatting in certain countries, but is not critical
78
+ * to the correctness of the data and will never affect any validation or
79
+ * other non-formatting related operations.
80
+ *
81
+ * If this value is not known, it should be omitted (rather than specifying a
82
+ * possibly incorrect default).
83
+ *
84
+ * Examples: "zh-Hant", "ja", "ja-Latn", "en".
85
+ *
86
+ * @generated from field: string language_code = 3;
87
+ */
88
+ languageCode: string;
89
+
90
+ /**
91
+ * Optional. Postal code of the address. Not all countries use or require
92
+ * postal codes to be present, but where they are used, they may trigger
93
+ * additional validation with other parts of the address (for example,
94
+ * state or zip code validation in the United States).
95
+ *
96
+ * @generated from field: string postal_code = 4;
97
+ */
98
+ postalCode: string;
99
+
100
+ /**
101
+ * Optional. Additional, country-specific, sorting code. This is not used
102
+ * in most regions. Where it is used, the value is either a string like
103
+ * "CEDEX", optionally followed by a number (for example, "CEDEX 7"), or just
104
+ * a number alone, representing the "sector code" (Jamaica), "delivery area
105
+ * indicator" (Malawi) or "post office indicator" (Côte d'Ivoire).
106
+ *
107
+ * @generated from field: string sorting_code = 5;
108
+ */
109
+ sortingCode: string;
110
+
111
+ /**
112
+ * Optional. Highest administrative subdivision which is used for postal
113
+ * addresses of a country or region.
114
+ * For example, this can be a state, a province, an oblast, or a prefecture.
115
+ * For Spain, this is the province and not the autonomous
116
+ * community (for example, "Barcelona" and not "Catalonia").
117
+ * Many countries don't use an administrative area in postal addresses. For
118
+ * example, in Switzerland, this should be left unpopulated.
119
+ *
120
+ * @generated from field: string administrative_area = 6;
121
+ */
122
+ administrativeArea: string;
123
+
124
+ /**
125
+ * Optional. Generally refers to the city or town portion of the address.
126
+ * Examples: US city, IT comune, UK post town.
127
+ * In regions of the world where localities are not well defined or do not fit
128
+ * into this structure well, leave `locality` empty and use `address_lines`.
129
+ *
130
+ * @generated from field: string locality = 7;
131
+ */
132
+ locality: string;
133
+
134
+ /**
135
+ * Optional. Sublocality of the address.
136
+ * For example, this can be a neighborhood, borough, or district.
137
+ *
138
+ * @generated from field: string sublocality = 8;
139
+ */
140
+ sublocality: string;
141
+
142
+ /**
143
+ * Unstructured address lines describing the lower levels of an address.
144
+ *
145
+ * Because values in `address_lines` do not have type information and may
146
+ * sometimes contain multiple values in a single field (for example,
147
+ * "Austin, TX"), it is important that the line order is clear. The order of
148
+ * address lines should be "envelope order" for the country or region of the
149
+ * address. In places where this can vary (for example, Japan),
150
+ * `address_language` is used to make it explicit (for example, "ja" for
151
+ * large-to-small ordering and "ja-Latn" or "en" for small-to-large). In this
152
+ * way, the most specific line of an address can be selected based on the
153
+ * language.
154
+ *
155
+ * The minimum permitted structural representation of an address consists
156
+ * of a `region_code` with all remaining information placed in the
157
+ * `address_lines`. It would be possible to format such an address very
158
+ * approximately without geocoding, but no semantic reasoning could be
159
+ * made about any of the address components until it was at least
160
+ * partially resolved.
161
+ *
162
+ * Creating an address only containing a `region_code` and `address_lines` and
163
+ * then geocoding is the recommended way to handle completely unstructured
164
+ * addresses (as opposed to guessing which parts of the address should be
165
+ * localities or administrative areas).
166
+ *
167
+ * @generated from field: repeated string address_lines = 9;
168
+ */
169
+ addressLines: string[];
170
+
171
+ /**
172
+ * Optional. The recipient at the address.
173
+ * This field may, under certain circumstances, contain multiline information.
174
+ * For example, it might contain "care of" information.
175
+ *
176
+ * @generated from field: repeated string recipients = 10;
177
+ */
178
+ recipients: string[];
179
+
180
+ /**
181
+ * Optional. The name of the organization at the address.
182
+ *
183
+ * @generated from field: string organization = 11;
184
+ */
185
+ organization: string;
186
+ };
187
+
188
+ /**
189
+ * Describes the message google.type.PostalAddress.
190
+ * Use `create(PostalAddressSchema)` to create a new message.
191
+ */
192
+ export const PostalAddressSchema: GenMessage<PostalAddress> = /*@__PURE__*/
193
+ messageDesc(file_google_type_postal_address, 0);
194
+
@@ -0,0 +1,126 @@
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
+
15
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
16
+ // @generated from file google/type/quaternion.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
21
+ import type { Message } from "@bufbuild/protobuf";
22
+
23
+ /**
24
+ * Describes the file google/type/quaternion.proto.
25
+ */
26
+ export const file_google_type_quaternion: GenFile = /*@__PURE__*/
27
+ fileDesc("Chxnb29nbGUvdHlwZS9xdWF0ZXJuaW9uLnByb3RvEgtnb29nbGUudHlwZSI4CgpRdWF0ZXJuaW9uEgkKAXgYASABKAESCQoBeRgCIAEoARIJCgF6GAMgASgBEgkKAXcYBCABKAFCsQEKD2NvbS5nb29nbGUudHlwZUIPUXVhdGVybmlvblByb3RvUAFaQGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9xdWF0ZXJuaW9uO3F1YXRlcm5pb26iAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
28
+
29
+ /**
30
+ * A quaternion, represented by four 64-bit floating point values.
31
+ *
32
+ * A quaternion is defined as the quotient of two directed lines in a
33
+ * three-dimensional space or equivalently as the quotient of two Euclidean
34
+ * vectors (https://en.wikipedia.org/wiki/Quaternion).
35
+ *
36
+ * Quaternions are often used in calculations involving three-dimensional
37
+ * rotations (https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation),
38
+ * as they provide greater mathematical robustness by avoiding the gimbal lock
39
+ * problems that can be encountered when using Euler angles
40
+ * (https://en.wikipedia.org/wiki/Gimbal_lock).
41
+ *
42
+ * Quaternions are generally represented in this form:
43
+ *
44
+ * w + xi + yj + zk
45
+ *
46
+ * where x, y, z, and w are real numbers, and i, j, and k are three imaginary
47
+ * numbers.
48
+ *
49
+ * The naming choice `(x, y, z, w)` comes from the desire to avoid confusion for
50
+ * those interested in the geometric properties of the quaternion in the 3D
51
+ * Cartesian space. Other texts often use alternative names or subscripts, such
52
+ * as `(a, b, c, d)`, `(1, i, j, k)`, or `(0, 1, 2, 3)`, which are perhaps
53
+ * better suited for mathematical interpretations.
54
+ *
55
+ * To avoid any confusion, as well as to maintain compatibility with a large
56
+ * number of software libraries, the quaternions represented using the protocol
57
+ * buffer below *must* follow the Hamilton convention, which defines `ij = k`
58
+ * (i.e. a right-handed algebra), and therefore:
59
+ *
60
+ * i^2 = j^2 = k^2 = ijk = −1
61
+ * ij = −ji = k
62
+ * jk = −kj = i
63
+ * ki = −ik = j
64
+ *
65
+ * Please DO NOT use this to represent quaternions that follow the JPL
66
+ * convention, or any of the other quaternion flavors out there.
67
+ *
68
+ * Definitions:
69
+ *
70
+ * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
71
+ * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
72
+ * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
73
+ * - Rotation quaternion: a unit quaternion used to represent rotation.
74
+ * - Orientation quaternion: a unit quaternion used to represent orientation.
75
+ *
76
+ * A quaternion can be normalized by dividing it by its norm. The resulting
77
+ * quaternion maintains the same direction, but has a norm of 1, i.e. it moves
78
+ * on the unit sphere. This is generally necessary for rotation and orientation
79
+ * quaternions, to avoid rounding errors:
80
+ * https://en.wikipedia.org/wiki/Rotation_formalisms_in_three_dimensions
81
+ *
82
+ * Note that `(x, y, z, w)` and `(-x, -y, -z, -w)` represent the same rotation,
83
+ * but normalization would be even more useful, e.g. for comparison purposes, if
84
+ * it would produce a unique representation. It is thus recommended that `w` be
85
+ * kept positive, which can be achieved by changing all the signs when `w` is
86
+ * negative.
87
+ *
88
+ * @generated from message google.type.Quaternion
89
+ */
90
+ export type Quaternion = Message<"google.type.Quaternion"> & {
91
+ /**
92
+ * The x component.
93
+ *
94
+ * @generated from field: double x = 1;
95
+ */
96
+ x: number;
97
+
98
+ /**
99
+ * The y component.
100
+ *
101
+ * @generated from field: double y = 2;
102
+ */
103
+ y: number;
104
+
105
+ /**
106
+ * The z component.
107
+ *
108
+ * @generated from field: double z = 3;
109
+ */
110
+ z: number;
111
+
112
+ /**
113
+ * The scalar component.
114
+ *
115
+ * @generated from field: double w = 4;
116
+ */
117
+ w: number;
118
+ };
119
+
120
+ /**
121
+ * Describes the message google.type.Quaternion.
122
+ * Use `create(QuaternionSchema)` to create a new message.
123
+ */
124
+ export const QuaternionSchema: GenMessage<Quaternion> = /*@__PURE__*/
125
+ messageDesc(file_google_type_quaternion, 0);
126
+