@highstate/designer 0.2.2 → 0.3.3

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 (972) hide show
  1. package/.output/nitro.json +15 -0
  2. package/.output/public/_nuxt/BiOpBOhF.js +69 -0
  3. package/.output/public/_nuxt/Cbvq2xei.js +1 -0
  4. package/.output/public/_nuxt/DVgDGs8k.js +1 -0
  5. package/.output/public/_nuxt/builds/latest.json +1 -0
  6. package/.output/public/_nuxt/builds/meta/4e80df08-b017-4dd3-92a5-670b9c4b88d5.json +1 -0
  7. package/.output/public/_nuxt/entry.D7UJUp71.css +5 -0
  8. package/.output/public/_nuxt/error-404.SWzu_puR.css +1 -0
  9. package/.output/public/_nuxt/error-500.Bkv_zTjr.css +1 -0
  10. package/.output/public/_nuxt/rjBY3mWU.js +1 -0
  11. package/.output/public/favicon.ico +0 -0
  12. package/.output/public/robots.txt +1 -0
  13. package/.output/server/chunks/_/error-500.mjs +8 -0
  14. package/.output/server/chunks/_/error-500.mjs.map +1 -0
  15. package/.output/server/chunks/build/client.manifest.mjs +85 -0
  16. package/.output/server/chunks/build/client.manifest.mjs.map +1 -0
  17. package/.output/server/chunks/nitro/nitro.mjs +6161 -0
  18. package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
  19. package/.output/server/chunks/routes/api/_trpc_.mjs +1067 -0
  20. package/.output/server/chunks/routes/api/_trpc_.mjs.map +1 -0
  21. package/.output/server/chunks/routes/renderer.mjs +341 -0
  22. package/.output/server/chunks/routes/renderer.mjs.map +1 -0
  23. package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
  24. package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
  25. package/.output/server/index.mjs +7 -0
  26. package/.output/server/index.mjs.map +1 -0
  27. package/.output/server/node_modules/.nitro/get-stream@5.2.0/buffer-stream.js +52 -0
  28. package/.output/server/node_modules/.nitro/get-stream@5.2.0/index.js +60 -0
  29. package/.output/server/node_modules/.nitro/get-stream@5.2.0/package.json +50 -0
  30. package/.output/server/node_modules/.nitro/get-stream@6.0.1/buffer-stream.js +52 -0
  31. package/.output/server/node_modules/.nitro/get-stream@6.0.1/index.js +61 -0
  32. package/.output/server/node_modules/.nitro/get-stream@6.0.1/package.json +47 -0
  33. package/.output/server/node_modules/.nitro/mimic-response@1.0.1/index.js +32 -0
  34. package/.output/server/node_modules/.nitro/mimic-response@1.0.1/package.json +37 -0
  35. package/.output/server/node_modules/.nitro/mimic-response@3.1.0/index.js +77 -0
  36. package/.output/server/node_modules/.nitro/mimic-response@3.1.0/package.json +42 -0
  37. package/.output/server/node_modules/@babel/parser/lib/index.js +14027 -0
  38. package/.output/server/node_modules/@babel/parser/package.json +50 -0
  39. package/.output/server/node_modules/@grpc/grpc-js/build/src/admin.js +31 -0
  40. package/.output/server/node_modules/@grpc/grpc-js/build/src/backoff-timeout.js +174 -0
  41. package/.output/server/node_modules/@grpc/grpc-js/build/src/call-credentials.js +153 -0
  42. package/.output/server/node_modules/@grpc/grpc-js/build/src/call-interface.js +84 -0
  43. package/.output/server/node_modules/@grpc/grpc-js/build/src/call-number.js +25 -0
  44. package/.output/server/node_modules/@grpc/grpc-js/build/src/call.js +136 -0
  45. package/.output/server/node_modules/@grpc/grpc-js/build/src/certificate-provider.js +134 -0
  46. package/.output/server/node_modules/@grpc/grpc-js/build/src/channel-credentials.js +272 -0
  47. package/.output/server/node_modules/@grpc/grpc-js/build/src/channel-options.js +71 -0
  48. package/.output/server/node_modules/@grpc/grpc-js/build/src/channel.js +68 -0
  49. package/.output/server/node_modules/@grpc/grpc-js/build/src/channelz.js +584 -0
  50. package/.output/server/node_modules/@grpc/grpc-js/build/src/client-interceptors.js +428 -0
  51. package/.output/server/node_modules/@grpc/grpc-js/build/src/client.js +433 -0
  52. package/.output/server/node_modules/@grpc/grpc-js/build/src/compression-algorithms.js +26 -0
  53. package/.output/server/node_modules/@grpc/grpc-js/build/src/compression-filter.js +295 -0
  54. package/.output/server/node_modules/@grpc/grpc-js/build/src/connectivity-state.js +28 -0
  55. package/.output/server/node_modules/@grpc/grpc-js/build/src/constants.js +64 -0
  56. package/.output/server/node_modules/@grpc/grpc-js/build/src/control-plane-status.js +43 -0
  57. package/.output/server/node_modules/@grpc/grpc-js/build/src/deadline.js +109 -0
  58. package/.output/server/node_modules/@grpc/grpc-js/build/src/duration.js +47 -0
  59. package/.output/server/node_modules/@grpc/grpc-js/build/src/environment.js +22 -0
  60. package/.output/server/node_modules/@grpc/grpc-js/build/src/error.js +41 -0
  61. package/.output/server/node_modules/@grpc/grpc-js/build/src/experimental.js +52 -0
  62. package/.output/server/node_modules/@grpc/grpc-js/build/src/filter-stack.js +82 -0
  63. package/.output/server/node_modules/@grpc/grpc-js/build/src/filter.js +38 -0
  64. package/.output/server/node_modules/@grpc/grpc-js/build/src/http_proxy.js +266 -0
  65. package/.output/server/node_modules/@grpc/grpc-js/build/src/index.js +144 -0
  66. package/.output/server/node_modules/@grpc/grpc-js/build/src/internal-channel.js +572 -0
  67. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancer-child-handler.js +153 -0
  68. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancer-outlier-detection.js +567 -0
  69. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancer-pick-first.js +482 -0
  70. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancer-round-robin.js +182 -0
  71. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancer.js +117 -0
  72. package/.output/server/node_modules/@grpc/grpc-js/build/src/load-balancing-call.js +294 -0
  73. package/.output/server/node_modules/@grpc/grpc-js/build/src/logging.js +122 -0
  74. package/.output/server/node_modules/@grpc/grpc-js/build/src/make-client.js +144 -0
  75. package/.output/server/node_modules/@grpc/grpc-js/build/src/metadata.js +249 -0
  76. package/.output/server/node_modules/@grpc/grpc-js/build/src/picker.js +86 -0
  77. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolver-dns.js +349 -0
  78. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolver-ip.js +105 -0
  79. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolver-uds.js +51 -0
  80. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolver.js +88 -0
  81. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolving-call.js +305 -0
  82. package/.output/server/node_modules/@grpc/grpc-js/build/src/resolving-load-balancer.js +309 -0
  83. package/.output/server/node_modules/@grpc/grpc-js/build/src/retrying-call.js +665 -0
  84. package/.output/server/node_modules/@grpc/grpc-js/build/src/server-call.js +202 -0
  85. package/.output/server/node_modules/@grpc/grpc-js/build/src/server-credentials.js +305 -0
  86. package/.output/server/node_modules/@grpc/grpc-js/build/src/server-interceptors.js +770 -0
  87. package/.output/server/node_modules/@grpc/grpc-js/build/src/server.js +1569 -0
  88. package/.output/server/node_modules/@grpc/grpc-js/build/src/service-config.js +431 -0
  89. package/.output/server/node_modules/@grpc/grpc-js/build/src/status-builder.js +68 -0
  90. package/.output/server/node_modules/@grpc/grpc-js/build/src/stream-decoder.js +100 -0
  91. package/.output/server/node_modules/@grpc/grpc-js/build/src/subchannel-address.js +202 -0
  92. package/.output/server/node_modules/@grpc/grpc-js/build/src/subchannel-call.js +526 -0
  93. package/.output/server/node_modules/@grpc/grpc-js/build/src/subchannel-interface.js +92 -0
  94. package/.output/server/node_modules/@grpc/grpc-js/build/src/subchannel-pool.js +137 -0
  95. package/.output/server/node_modules/@grpc/grpc-js/build/src/subchannel.js +371 -0
  96. package/.output/server/node_modules/@grpc/grpc-js/build/src/tls-helpers.js +34 -0
  97. package/.output/server/node_modules/@grpc/grpc-js/build/src/transport.js +662 -0
  98. package/.output/server/node_modules/@grpc/grpc-js/build/src/uri-parser.js +126 -0
  99. package/.output/server/node_modules/@grpc/grpc-js/package.json +87 -0
  100. package/.output/server/node_modules/@grpc/grpc-js/proto/channelz.proto +564 -0
  101. package/.output/server/node_modules/@grpc/proto-loader/build/src/index.js +244 -0
  102. package/.output/server/node_modules/@grpc/proto-loader/build/src/util.js +89 -0
  103. package/.output/server/node_modules/@grpc/proto-loader/package.json +69 -0
  104. package/.output/server/node_modules/@js-sdsl/ordered-map/dist/cjs/index.js +795 -0
  105. package/.output/server/node_modules/@js-sdsl/ordered-map/package.json +138 -0
  106. package/.output/server/node_modules/@logdna/tail-file/index.js +3 -0
  107. package/.output/server/node_modules/@logdna/tail-file/lib/tail-file.js +326 -0
  108. package/.output/server/node_modules/@logdna/tail-file/package.json +162 -0
  109. package/.output/server/node_modules/@protobufjs/aspromise/index.js +52 -0
  110. package/.output/server/node_modules/@protobufjs/aspromise/package.json +21 -0
  111. package/.output/server/node_modules/@protobufjs/base64/index.js +139 -0
  112. package/.output/server/node_modules/@protobufjs/base64/package.json +21 -0
  113. package/.output/server/node_modules/@protobufjs/codegen/index.js +99 -0
  114. package/.output/server/node_modules/@protobufjs/codegen/package.json +13 -0
  115. package/.output/server/node_modules/@protobufjs/eventemitter/index.js +76 -0
  116. package/.output/server/node_modules/@protobufjs/eventemitter/package.json +21 -0
  117. package/.output/server/node_modules/@protobufjs/fetch/index.js +115 -0
  118. package/.output/server/node_modules/@protobufjs/fetch/package.json +25 -0
  119. package/.output/server/node_modules/@protobufjs/float/index.js +335 -0
  120. package/.output/server/node_modules/@protobufjs/float/package.json +26 -0
  121. package/.output/server/node_modules/@protobufjs/inquire/index.js +17 -0
  122. package/.output/server/node_modules/@protobufjs/inquire/package.json +21 -0
  123. package/.output/server/node_modules/@protobufjs/path/index.js +65 -0
  124. package/.output/server/node_modules/@protobufjs/path/package.json +21 -0
  125. package/.output/server/node_modules/@protobufjs/pool/index.js +48 -0
  126. package/.output/server/node_modules/@protobufjs/pool/package.json +21 -0
  127. package/.output/server/node_modules/@protobufjs/utf8/index.js +105 -0
  128. package/.output/server/node_modules/@protobufjs/utf8/package.json +21 -0
  129. package/.output/server/node_modules/@pulumi/pulumi/asset/archive.js +84 -0
  130. package/.output/server/node_modules/@pulumi/pulumi/asset/asset.js +84 -0
  131. package/.output/server/node_modules/@pulumi/pulumi/asset/index.js +21 -0
  132. package/.output/server/node_modules/@pulumi/pulumi/automation/cmd.js +270 -0
  133. package/.output/server/node_modules/@pulumi/pulumi/automation/errors.js +84 -0
  134. package/.output/server/node_modules/@pulumi/pulumi/automation/events.js +47 -0
  135. package/.output/server/node_modules/@pulumi/pulumi/automation/index.js +27 -0
  136. package/.output/server/node_modules/@pulumi/pulumi/automation/localWorkspace.js +1049 -0
  137. package/.output/server/node_modules/@pulumi/pulumi/automation/minimumVersion.js +28 -0
  138. package/.output/server/node_modules/@pulumi/pulumi/automation/remoteStack.js +130 -0
  139. package/.output/server/node_modules/@pulumi/pulumi/automation/remoteWorkspace.js +131 -0
  140. package/.output/server/node_modules/@pulumi/pulumi/automation/server.js +170 -0
  141. package/.output/server/node_modules/@pulumi/pulumi/automation/stack.js +991 -0
  142. package/.output/server/node_modules/@pulumi/pulumi/automation/stackSettings.js +24 -0
  143. package/.output/server/node_modules/@pulumi/pulumi/errors.js +126 -0
  144. package/.output/server/node_modules/@pulumi/pulumi/log/index.js +132 -0
  145. package/.output/server/node_modules/@pulumi/pulumi/metadata.js +46 -0
  146. package/.output/server/node_modules/@pulumi/pulumi/output.js +677 -0
  147. package/.output/server/node_modules/@pulumi/pulumi/package.json +93 -0
  148. package/.output/server/node_modules/@pulumi/pulumi/proto/alias_pb.js +631 -0
  149. package/.output/server/node_modules/@pulumi/pulumi/proto/callback_grpc_pb.js +61 -0
  150. package/.output/server/node_modules/@pulumi/pulumi/proto/callback_pb.js +582 -0
  151. package/.output/server/node_modules/@pulumi/pulumi/proto/codegen/hcl_pb.js +808 -0
  152. package/.output/server/node_modules/@pulumi/pulumi/proto/engine_grpc_pb.js +158 -0
  153. package/.output/server/node_modules/@pulumi/pulumi/proto/engine_pb.js +1058 -0
  154. package/.output/server/node_modules/@pulumi/pulumi/proto/language_grpc_pb.js +510 -0
  155. package/.output/server/node_modules/@pulumi/pulumi/proto/language_pb.js +7222 -0
  156. package/.output/server/node_modules/@pulumi/pulumi/proto/plugin_pb.js +1159 -0
  157. package/.output/server/node_modules/@pulumi/pulumi/proto/provider_pb.js +11300 -0
  158. package/.output/server/node_modules/@pulumi/pulumi/proto/resource_grpc_pb.js +310 -0
  159. package/.output/server/node_modules/@pulumi/pulumi/proto/resource_pb.js +7447 -0
  160. package/.output/server/node_modules/@pulumi/pulumi/proto/source_pb.js +230 -0
  161. package/.output/server/node_modules/@pulumi/pulumi/resource.js +774 -0
  162. package/.output/server/node_modules/@pulumi/pulumi/runtime/asyncIterableUtil.js +103 -0
  163. package/.output/server/node_modules/@pulumi/pulumi/runtime/callbacks.js +456 -0
  164. package/.output/server/node_modules/@pulumi/pulumi/runtime/config.js +129 -0
  165. package/.output/server/node_modules/@pulumi/pulumi/runtime/debuggable.js +137 -0
  166. package/.output/server/node_modules/@pulumi/pulumi/runtime/dependsOn.js +64 -0
  167. package/.output/server/node_modules/@pulumi/pulumi/runtime/invoke.js +498 -0
  168. package/.output/server/node_modules/@pulumi/pulumi/runtime/resource.js +928 -0
  169. package/.output/server/node_modules/@pulumi/pulumi/runtime/rpc.js +844 -0
  170. package/.output/server/node_modules/@pulumi/pulumi/runtime/settings.js +551 -0
  171. package/.output/server/node_modules/@pulumi/pulumi/runtime/stack.js +276 -0
  172. package/.output/server/node_modules/@pulumi/pulumi/runtime/state.js +187 -0
  173. package/.output/server/node_modules/@pulumi/pulumi/utils.js +89 -0
  174. package/.output/server/node_modules/@pulumi/pulumi/version.js +17 -0
  175. package/.output/server/node_modules/@pulumi/query/asyncQueryable.js +279 -0
  176. package/.output/server/node_modules/@pulumi/query/base.js +34 -0
  177. package/.output/server/node_modules/@pulumi/query/index.js +87 -0
  178. package/.output/server/node_modules/@pulumi/query/interfaces.js +24 -0
  179. package/.output/server/node_modules/@pulumi/query/operators.js +1269 -0
  180. package/.output/server/node_modules/@pulumi/query/package.json +22 -0
  181. package/.output/server/node_modules/@pulumi/query/sources.js +81 -0
  182. package/.output/server/node_modules/@pulumi/query/util.js +23 -0
  183. package/.output/server/node_modules/@sinclair/typebox/build/esm/index.mjs +78 -0
  184. package/.output/server/node_modules/@sinclair/typebox/build/esm/system/policy.mjs +54 -0
  185. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/any/any.mjs +6 -0
  186. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/any/index.mjs +1 -0
  187. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/array/array.mjs +6 -0
  188. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/array/index.mjs +1 -0
  189. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.mjs +6 -0
  190. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/async-iterator/index.mjs +1 -0
  191. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.mjs +37 -0
  192. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/awaited/index.mjs +1 -0
  193. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.mjs +6 -0
  194. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/bigint/index.mjs +1 -0
  195. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.mjs +6 -0
  196. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/boolean/index.mjs +1 -0
  197. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/clone/index.mjs +2 -0
  198. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/clone/type.mjs +9 -0
  199. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/clone/value.mjs +36 -0
  200. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/composite/composite.mjs +42 -0
  201. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/composite/index.mjs +1 -0
  202. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/computed/computed.mjs +6 -0
  203. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/computed/index.mjs +1 -0
  204. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/const/const.mjs +54 -0
  205. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/const/index.mjs +1 -0
  206. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.mjs +6 -0
  207. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/constructor/index.mjs +1 -0
  208. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.mjs +5 -0
  209. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/index.mjs +1 -0
  210. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/create/immutable.mjs +33 -0
  211. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/create/index.mjs +1 -0
  212. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/create/type.mjs +15 -0
  213. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/date/date.mjs +6 -0
  214. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/date/index.mjs +1 -0
  215. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/discard/discard.mjs +8 -0
  216. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/discard/index.mjs +1 -0
  217. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/enum/enum.mjs +18 -0
  218. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/enum/index.mjs +1 -0
  219. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/error/error.mjs +6 -0
  220. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/error/index.mjs +1 -0
  221. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.mjs +18 -0
  222. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.mjs +5 -0
  223. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.mjs +25 -0
  224. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/exclude/index.mjs +3 -0
  225. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.mjs +635 -0
  226. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.mjs +25 -0
  227. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.mjs +19 -0
  228. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/extends-undefined.mjs +20 -0
  229. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/extends.mjs +23 -0
  230. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extends/index.mjs +5 -0
  231. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.mjs +18 -0
  232. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.mjs +5 -0
  233. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extract/extract.mjs +25 -0
  234. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/extract/index.mjs +3 -0
  235. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/function/function.mjs +6 -0
  236. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/function/index.mjs +1 -0
  237. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/guard/index.mjs +3 -0
  238. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/guard/kind.mjs +230 -0
  239. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/guard/type.mjs +501 -0
  240. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs +70 -0
  241. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/helpers/helpers.mjs +4 -0
  242. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/helpers/index.mjs +1 -0
  243. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/indexed/index.mjs +4 -0
  244. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.mjs +22 -0
  245. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.mjs +20 -0
  246. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.mjs +32 -0
  247. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.mjs +91 -0
  248. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/instance-type/index.mjs +1 -0
  249. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.mjs +5 -0
  250. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/integer/index.mjs +1 -0
  251. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/integer/integer.mjs +6 -0
  252. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intersect/index.mjs +3 -0
  253. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.mjs +19 -0
  254. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.mjs +38 -0
  255. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-type.mjs +1 -0
  256. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.mjs +17 -0
  257. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.mjs +5 -0
  258. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/index.mjs +6 -0
  259. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.mjs +26 -0
  260. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.mjs +64 -0
  261. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.mjs +5 -0
  262. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.mjs +5 -0
  263. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.mjs +5 -0
  264. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/iterator/index.mjs +1 -0
  265. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.mjs +6 -0
  266. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/keyof/index.mjs +4 -0
  267. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.mjs +19 -0
  268. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-entries.mjs +12 -0
  269. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.mjs +73 -0
  270. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.mjs +35 -0
  271. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/literal/index.mjs +1 -0
  272. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/literal/literal.mjs +10 -0
  273. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/mapped/index.mjs +3 -0
  274. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-key.mjs +9 -0
  275. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.mjs +9 -0
  276. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.mjs +102 -0
  277. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/module/compute.mjs +151 -0
  278. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/module/index.mjs +1 -0
  279. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/module/module.mjs +32 -0
  280. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/never/index.mjs +1 -0
  281. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/never/never.mjs +6 -0
  282. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/not/index.mjs +1 -0
  283. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/not/not.mjs +6 -0
  284. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/null/index.mjs +1 -0
  285. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/null/null.mjs +6 -0
  286. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/number/index.mjs +1 -0
  287. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/number/number.mjs +6 -0
  288. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/object/index.mjs +1 -0
  289. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/object/object.mjs +22 -0
  290. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/omit/index.mjs +3 -0
  291. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.mjs +22 -0
  292. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.mjs +19 -0
  293. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/omit/omit.mjs +71 -0
  294. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/optional/index.mjs +2 -0
  295. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.mjs +18 -0
  296. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/optional/optional.mjs +22 -0
  297. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/parameters/index.mjs +1 -0
  298. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.mjs +5 -0
  299. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/partial/index.mjs +2 -0
  300. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.mjs +19 -0
  301. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/partial/partial.mjs +61 -0
  302. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/patterns/index.mjs +1 -0
  303. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.mjs +8 -0
  304. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/pick/index.mjs +3 -0
  305. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.mjs +24 -0
  306. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.mjs +19 -0
  307. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/pick/pick.mjs +66 -0
  308. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/promise/index.mjs +1 -0
  309. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/promise/promise.mjs +6 -0
  310. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/readonly/index.mjs +2 -0
  311. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.mjs +18 -0
  312. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.mjs +22 -0
  313. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/index.mjs +1 -0
  314. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.mjs +6 -0
  315. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/record/index.mjs +1 -0
  316. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/record/record.mjs +94 -0
  317. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/recursive/index.mjs +1 -0
  318. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.mjs +15 -0
  319. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/ref/index.mjs +1 -0
  320. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/ref/ref.mjs +10 -0
  321. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/regexp/index.mjs +1 -0
  322. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.mjs +8 -0
  323. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/registry/format.mjs +26 -0
  324. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/registry/index.mjs +2 -0
  325. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/registry/type.mjs +26 -0
  326. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/required/index.mjs +2 -0
  327. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.mjs +18 -0
  328. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/required/required.mjs +60 -0
  329. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/rest/index.mjs +1 -0
  330. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/rest/rest.mjs +15 -0
  331. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/return-type/index.mjs +1 -0
  332. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.mjs +5 -0
  333. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/schema/anyschema.mjs +1 -0
  334. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/schema/index.mjs +2 -0
  335. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/schema/schema.mjs +1 -0
  336. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/sets/index.mjs +1 -0
  337. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/sets/set.mjs +48 -0
  338. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/static/index.mjs +1 -0
  339. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/static/static.mjs +1 -0
  340. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/string/index.mjs +1 -0
  341. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/string/string.mjs +6 -0
  342. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/symbol/index.mjs +1 -0
  343. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.mjs +6 -0
  344. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/symbols/index.mjs +1 -0
  345. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.mjs +10 -0
  346. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.mjs +49 -0
  347. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.mjs +53 -0
  348. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/index.mjs +7 -0
  349. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.mjs +167 -0
  350. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.mjs +33 -0
  351. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.mjs +55 -0
  352. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.mjs +13 -0
  353. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.mjs +9 -0
  354. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/transform/index.mjs +1 -0
  355. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/transform/transform.mjs +40 -0
  356. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/tuple/index.mjs +1 -0
  357. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.mjs +9 -0
  358. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/type/index.mjs +13 -0
  359. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/type/javascript.mjs +89 -0
  360. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/type/json.mjs +221 -0
  361. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/type/type.mjs +60 -0
  362. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/uint8array/index.mjs +1 -0
  363. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.mjs +6 -0
  364. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/undefined/index.mjs +1 -0
  365. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.mjs +6 -0
  366. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/union/index.mjs +3 -0
  367. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/union/union-create.mjs +5 -0
  368. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.mjs +36 -0
  369. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/union/union-type.mjs +1 -0
  370. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/union/union.mjs +10 -0
  371. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/unknown/index.mjs +1 -0
  372. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.mjs +6 -0
  373. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/unsafe/index.mjs +1 -0
  374. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.mjs +6 -0
  375. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/void/index.mjs +1 -0
  376. package/.output/server/node_modules/@sinclair/typebox/build/esm/type/void/void.mjs +6 -0
  377. package/.output/server/node_modules/@sinclair/typebox/build/esm/value/guard/guard.mjs +158 -0
  378. package/.output/server/node_modules/@sinclair/typebox/build/esm/value/guard/index.mjs +1 -0
  379. package/.output/server/node_modules/@sinclair/typebox/package.json +106 -0
  380. package/.output/server/node_modules/@sindresorhus/is/dist/index.js +434 -0
  381. package/.output/server/node_modules/@sindresorhus/is/package.json +96 -0
  382. package/.output/server/node_modules/@szmarczak/http-timer/dist/source/index.js +126 -0
  383. package/.output/server/node_modules/@szmarczak/http-timer/package.json +72 -0
  384. package/.output/server/node_modules/@trpc/server/dist/http.mjs +7 -0
  385. package/.output/server/node_modules/@trpc/server/dist/index.mjs +11 -0
  386. package/.output/server/node_modules/@trpc/server/dist/observable/observable.mjs +175 -0
  387. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/createProxy.mjs +73 -0
  388. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/TRPCError.mjs +78 -0
  389. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/formatter.mjs +5 -0
  390. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/getErrorShape.mjs +29 -0
  391. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/contentType.mjs +224 -0
  392. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/contentTypeParsers.mjs +12 -0
  393. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/getHTTPStatusCode.mjs +76 -0
  394. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/isAbortError.mjs +7 -0
  395. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/parseConnectionParams.mjs +39 -0
  396. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/resolveResponse.mjs +569 -0
  397. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/initTRPC.mjs +80 -0
  398. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/middleware.mjs +90 -0
  399. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/parser.mjs +40 -0
  400. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs +194 -0
  401. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/rootConfig.mjs +6 -0
  402. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/router.mjs +176 -0
  403. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/codes.mjs +54 -0
  404. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/jsonl.mjs +631 -0
  405. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/sse.mjs +355 -0
  406. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/tracked.mjs +25 -0
  407. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/asyncIterable.mjs +167 -0
  408. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/createDeferred.mjs +15 -0
  409. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/disposable.mjs +41 -0
  410. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/readableStreamFrom.mjs +23 -0
  411. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/timerResource.mjs +23 -0
  412. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/utils/withPing.mjs +127 -0
  413. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/transformer.mjs +101 -0
  414. package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/utils.mjs +83 -0
  415. package/.output/server/node_modules/@trpc/server/dist/vendor/unpromise/unpromise.mjs +289 -0
  416. package/.output/server/node_modules/@trpc/server/package.json +156 -0
  417. package/.output/server/node_modules/@unhead/dom/dist/index.mjs +197 -0
  418. package/.output/server/node_modules/@unhead/dom/package.json +40 -0
  419. package/.output/server/node_modules/@unhead/shared/dist/index.mjs +731 -0
  420. package/.output/server/node_modules/@unhead/shared/package.json +47 -0
  421. package/.output/server/node_modules/@unhead/ssr/dist/index.mjs +95 -0
  422. package/.output/server/node_modules/@unhead/ssr/package.json +40 -0
  423. package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6690 -0
  424. package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
  425. package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +686 -0
  426. package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
  427. package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1404 -0
  428. package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
  429. package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1789 -0
  430. package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
  431. package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6654 -0
  432. package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
  433. package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1669 -0
  434. package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
  435. package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +857 -0
  436. package/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
  437. package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +594 -0
  438. package/.output/server/node_modules/@vue/shared/package.json +47 -0
  439. package/.output/server/node_modules/acorn/dist/acorn.mjs +6145 -0
  440. package/.output/server/node_modules/acorn/package.json +50 -0
  441. package/.output/server/node_modules/better-lock/dist/better_lock.js +377 -0
  442. package/.output/server/node_modules/better-lock/dist/errors.js +136 -0
  443. package/.output/server/node_modules/better-lock/dist/index.js +28 -0
  444. package/.output/server/node_modules/better-lock/dist/internals.js +75 -0
  445. package/.output/server/node_modules/better-lock/dist/tools.js +109 -0
  446. package/.output/server/node_modules/better-lock/package.json +60 -0
  447. package/.output/server/node_modules/cacheable-lookup/package.json +45 -0
  448. package/.output/server/node_modules/cacheable-lookup/source/index.js +436 -0
  449. package/.output/server/node_modules/cacheable-request/package.json +56 -0
  450. package/.output/server/node_modules/cacheable-request/src/index.js +251 -0
  451. package/.output/server/node_modules/clone-response/package.json +41 -0
  452. package/.output/server/node_modules/clone-response/src/index.js +17 -0
  453. package/.output/server/node_modules/confbox/dist/index.mjs +1 -0
  454. package/.output/server/node_modules/confbox/dist/json5.mjs +14 -0
  455. package/.output/server/node_modules/confbox/dist/shared/confbox.9388d834.mjs +1 -0
  456. package/.output/server/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs +7 -0
  457. package/.output/server/node_modules/confbox/dist/toml.mjs +239 -0
  458. package/.output/server/node_modules/confbox/dist/yaml.mjs +32 -0
  459. package/.output/server/node_modules/confbox/package.json +86 -0
  460. package/.output/server/node_modules/consola/dist/core.mjs +410 -0
  461. package/.output/server/node_modules/consola/package.json +101 -0
  462. package/.output/server/node_modules/cross-spawn/index.js +39 -0
  463. package/.output/server/node_modules/cross-spawn/lib/enoent.js +59 -0
  464. package/.output/server/node_modules/cross-spawn/lib/parse.js +91 -0
  465. package/.output/server/node_modules/cross-spawn/lib/util/escape.js +47 -0
  466. package/.output/server/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  467. package/.output/server/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  468. package/.output/server/node_modules/cross-spawn/package.json +73 -0
  469. package/.output/server/node_modules/decompress-response/index.js +58 -0
  470. package/.output/server/node_modules/decompress-response/package.json +56 -0
  471. package/.output/server/node_modules/defer-to-connect/dist/source/index.js +47 -0
  472. package/.output/server/node_modules/defer-to-connect/package.json +71 -0
  473. package/.output/server/node_modules/dettle/dist/debounce.js +91 -0
  474. package/.output/server/node_modules/dettle/dist/index.js +5 -0
  475. package/.output/server/node_modules/dettle/dist/throttle.js +12 -0
  476. package/.output/server/node_modules/dettle/package.json +28 -0
  477. package/.output/server/node_modules/devalue/index.js +3 -0
  478. package/.output/server/node_modules/devalue/package.json +34 -0
  479. package/.output/server/node_modules/devalue/src/base64.js +110 -0
  480. package/.output/server/node_modules/devalue/src/constants.js +6 -0
  481. package/.output/server/node_modules/devalue/src/parse.js +160 -0
  482. package/.output/server/node_modules/devalue/src/stringify.js +232 -0
  483. package/.output/server/node_modules/devalue/src/uneval.js +351 -0
  484. package/.output/server/node_modules/devalue/src/utils.js +113 -0
  485. package/.output/server/node_modules/dotenv/config.js +9 -0
  486. package/.output/server/node_modules/dotenv/lib/cli-options.js +11 -0
  487. package/.output/server/node_modules/dotenv/lib/env-options.js +24 -0
  488. package/.output/server/node_modules/dotenv/lib/main.js +361 -0
  489. package/.output/server/node_modules/dotenv/package.json +61 -0
  490. package/.output/server/node_modules/end-of-stream/index.js +94 -0
  491. package/.output/server/node_modules/end-of-stream/package.json +37 -0
  492. package/.output/server/node_modules/entities/lib/decode.js +536 -0
  493. package/.output/server/node_modules/entities/lib/decode_codepoint.js +76 -0
  494. package/.output/server/node_modules/entities/lib/generated/decode-data-html.js +9 -0
  495. package/.output/server/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
  496. package/.output/server/node_modules/entities/package.json +90 -0
  497. package/.output/server/node_modules/esprima/dist/esprima.js +6709 -0
  498. package/.output/server/node_modules/esprima/package.json +112 -0
  499. package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  500. package/.output/server/node_modules/estree-walker/package.json +37 -0
  501. package/.output/server/node_modules/execa/index.js +268 -0
  502. package/.output/server/node_modules/execa/lib/command.js +52 -0
  503. package/.output/server/node_modules/execa/lib/error.js +88 -0
  504. package/.output/server/node_modules/execa/lib/kill.js +115 -0
  505. package/.output/server/node_modules/execa/lib/promise.js +46 -0
  506. package/.output/server/node_modules/execa/lib/stdio.js +52 -0
  507. package/.output/server/node_modules/execa/lib/stream.js +97 -0
  508. package/.output/server/node_modules/execa/package.json +74 -0
  509. package/.output/server/node_modules/google-protobuf/google/protobuf/empty_pb.js +147 -0
  510. package/.output/server/node_modules/google-protobuf/google/protobuf/struct_pb.js +955 -0
  511. package/.output/server/node_modules/google-protobuf/google-protobuf.js +149 -0
  512. package/.output/server/node_modules/google-protobuf/package.json +35 -0
  513. package/.output/server/node_modules/got/dist/source/as-promise/create-rejection.js +30 -0
  514. package/.output/server/node_modules/got/dist/source/as-promise/index.js +176 -0
  515. package/.output/server/node_modules/got/dist/source/as-promise/normalize-arguments.js +78 -0
  516. package/.output/server/node_modules/got/dist/source/as-promise/parse-body.js +25 -0
  517. package/.output/server/node_modules/got/dist/source/as-promise/types.js +42 -0
  518. package/.output/server/node_modules/got/dist/source/core/calculate-retry-delay.js +29 -0
  519. package/.output/server/node_modules/got/dist/source/core/index.js +1505 -0
  520. package/.output/server/node_modules/got/dist/source/core/utils/dns-ip-version.js +17 -0
  521. package/.output/server/node_modules/got/dist/source/core/utils/get-body-size.js +32 -0
  522. package/.output/server/node_modules/got/dist/source/core/utils/get-buffer.js +16 -0
  523. package/.output/server/node_modules/got/dist/source/core/utils/is-form-data.js +4 -0
  524. package/.output/server/node_modules/got/dist/source/core/utils/is-response-ok.js +8 -0
  525. package/.output/server/node_modules/got/dist/source/core/utils/options-to-url.js +53 -0
  526. package/.output/server/node_modules/got/dist/source/core/utils/proxy-events.js +17 -0
  527. package/.output/server/node_modules/got/dist/source/core/utils/timed-out.js +121 -0
  528. package/.output/server/node_modules/got/dist/source/core/utils/unhandle.js +22 -0
  529. package/.output/server/node_modules/got/dist/source/core/utils/url-to-options.js +24 -0
  530. package/.output/server/node_modules/got/dist/source/core/utils/weakable-map.js +29 -0
  531. package/.output/server/node_modules/got/dist/source/create.js +240 -0
  532. package/.output/server/node_modules/got/dist/source/index.js +132 -0
  533. package/.output/server/node_modules/got/dist/source/types.js +2 -0
  534. package/.output/server/node_modules/got/dist/source/utils/deep-freeze.js +12 -0
  535. package/.output/server/node_modules/got/dist/source/utils/deprecation-warning.js +13 -0
  536. package/.output/server/node_modules/got/package.json +131 -0
  537. package/.output/server/node_modules/hookable/dist/index.mjs +290 -0
  538. package/.output/server/node_modules/hookable/package.json +49 -0
  539. package/.output/server/node_modules/http-cache-semantics/index.js +674 -0
  540. package/.output/server/node_modules/http-cache-semantics/package.json +18 -0
  541. package/.output/server/node_modules/http2-wrapper/package.json +54 -0
  542. package/.output/server/node_modules/http2-wrapper/source/agent.js +670 -0
  543. package/.output/server/node_modules/http2-wrapper/source/auto.js +149 -0
  544. package/.output/server/node_modules/http2-wrapper/source/client-request.js +445 -0
  545. package/.output/server/node_modules/http2-wrapper/source/incoming-message.js +58 -0
  546. package/.output/server/node_modules/http2-wrapper/source/index.js +28 -0
  547. package/.output/server/node_modules/http2-wrapper/source/utils/calculate-server-name.js +27 -0
  548. package/.output/server/node_modules/http2-wrapper/source/utils/errors.js +45 -0
  549. package/.output/server/node_modules/http2-wrapper/source/utils/is-request-pseudo-header.js +13 -0
  550. package/.output/server/node_modules/http2-wrapper/source/utils/proxy-events.js +7 -0
  551. package/.output/server/node_modules/http2-wrapper/source/utils/url-to-options.js +25 -0
  552. package/.output/server/node_modules/human-signals/build/src/core.js +273 -0
  553. package/.output/server/node_modules/human-signals/build/src/main.js +71 -0
  554. package/.output/server/node_modules/human-signals/build/src/realtime.js +19 -0
  555. package/.output/server/node_modules/human-signals/build/src/signals.js +35 -0
  556. package/.output/server/node_modules/human-signals/package.json +64 -0
  557. package/.output/server/node_modules/import-meta-resolve/index.js +47 -0
  558. package/.output/server/node_modules/import-meta-resolve/lib/errors.js +507 -0
  559. package/.output/server/node_modules/import-meta-resolve/lib/get-format.js +159 -0
  560. package/.output/server/node_modules/import-meta-resolve/lib/package-json-reader.js +177 -0
  561. package/.output/server/node_modules/import-meta-resolve/lib/resolve.js +1297 -0
  562. package/.output/server/node_modules/import-meta-resolve/lib/utils.js +47 -0
  563. package/.output/server/node_modules/import-meta-resolve/package.json +95 -0
  564. package/.output/server/node_modules/is-stream/index.js +28 -0
  565. package/.output/server/node_modules/is-stream/package.json +42 -0
  566. package/.output/server/node_modules/isexe/index.js +57 -0
  567. package/.output/server/node_modules/isexe/mode.js +41 -0
  568. package/.output/server/node_modules/isexe/package.json +31 -0
  569. package/.output/server/node_modules/isexe/windows.js +42 -0
  570. package/.output/server/node_modules/js-yaml/index.js +7 -0
  571. package/.output/server/node_modules/js-yaml/lib/js-yaml/common.js +59 -0
  572. package/.output/server/node_modules/js-yaml/lib/js-yaml/dumper.js +850 -0
  573. package/.output/server/node_modules/js-yaml/lib/js-yaml/exception.js +43 -0
  574. package/.output/server/node_modules/js-yaml/lib/js-yaml/loader.js +1644 -0
  575. package/.output/server/node_modules/js-yaml/lib/js-yaml/mark.js +76 -0
  576. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema/core.js +18 -0
  577. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +25 -0
  578. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +28 -0
  579. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +17 -0
  580. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema/json.js +25 -0
  581. package/.output/server/node_modules/js-yaml/lib/js-yaml/schema.js +108 -0
  582. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/binary.js +138 -0
  583. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/bool.js +35 -0
  584. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/float.js +116 -0
  585. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/int.js +173 -0
  586. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/js/function.js +93 -0
  587. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +60 -0
  588. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +28 -0
  589. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/map.js +8 -0
  590. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/merge.js +12 -0
  591. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/null.js +34 -0
  592. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/omap.js +44 -0
  593. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/pairs.js +53 -0
  594. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/seq.js +8 -0
  595. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/set.js +29 -0
  596. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/str.js +8 -0
  597. package/.output/server/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +88 -0
  598. package/.output/server/node_modules/js-yaml/lib/js-yaml/type.js +61 -0
  599. package/.output/server/node_modules/js-yaml/lib/js-yaml.js +39 -0
  600. package/.output/server/node_modules/js-yaml/package.json +49 -0
  601. package/.output/server/node_modules/json-buffer/index.js +58 -0
  602. package/.output/server/node_modules/json-buffer/package.json +34 -0
  603. package/.output/server/node_modules/keyv/package.json +57 -0
  604. package/.output/server/node_modules/keyv/src/index.js +259 -0
  605. package/.output/server/node_modules/lodash.camelcase/index.js +599 -0
  606. package/.output/server/node_modules/lodash.camelcase/package.json +19 -0
  607. package/.output/server/node_modules/long/package.json +50 -0
  608. package/.output/server/node_modules/long/umd/index.js +1432 -0
  609. package/.output/server/node_modules/long/umd/package.json +3 -0
  610. package/.output/server/node_modules/lowercase-keys/index.js +10 -0
  611. package/.output/server/node_modules/lowercase-keys/package.json +38 -0
  612. package/.output/server/node_modules/merge-stream/index.js +41 -0
  613. package/.output/server/node_modules/merge-stream/package.json +19 -0
  614. package/.output/server/node_modules/mimic-fn/index.js +13 -0
  615. package/.output/server/node_modules/mimic-fn/package.json +42 -0
  616. package/.output/server/node_modules/mlly/dist/index.mjs +2606 -0
  617. package/.output/server/node_modules/mlly/package.json +50 -0
  618. package/.output/server/node_modules/normalize-url/index.js +216 -0
  619. package/.output/server/node_modules/normalize-url/package.json +50 -0
  620. package/.output/server/node_modules/npm-run-path/index.js +47 -0
  621. package/.output/server/node_modules/npm-run-path/package.json +44 -0
  622. package/.output/server/node_modules/nypm/dist/index.mjs +306 -0
  623. package/.output/server/node_modules/nypm/package.json +60 -0
  624. package/.output/server/node_modules/once/once.js +42 -0
  625. package/.output/server/node_modules/once/package.json +33 -0
  626. package/.output/server/node_modules/onetime/index.js +44 -0
  627. package/.output/server/node_modules/onetime/package.json +43 -0
  628. package/.output/server/node_modules/p-cancelable/index.js +111 -0
  629. package/.output/server/node_modules/p-cancelable/package.json +49 -0
  630. package/.output/server/node_modules/path-key/index.js +16 -0
  631. package/.output/server/node_modules/path-key/package.json +39 -0
  632. package/.output/server/node_modules/pathe/dist/index.mjs +1 -0
  633. package/.output/server/node_modules/pathe/dist/shared/pathe.ff20891b.mjs +221 -0
  634. package/.output/server/node_modules/pathe/package.json +48 -0
  635. package/.output/server/node_modules/pkg-types/dist/index.mjs +156 -0
  636. package/.output/server/node_modules/pkg-types/package.json +47 -0
  637. package/.output/server/node_modules/promise-make-counter/dist/index.js +24 -0
  638. package/.output/server/node_modules/promise-make-counter/package.json +32 -0
  639. package/.output/server/node_modules/promise-make-naked/dist/index.js +25 -0
  640. package/.output/server/node_modules/promise-make-naked/dist/utils.js +4 -0
  641. package/.output/server/node_modules/promise-make-naked/package.json +27 -0
  642. package/.output/server/node_modules/protobufjs/ext/descriptor/index.js +1052 -0
  643. package/.output/server/node_modules/protobufjs/google/protobuf/api.json +118 -0
  644. package/.output/server/node_modules/protobufjs/google/protobuf/descriptor.json +739 -0
  645. package/.output/server/node_modules/protobufjs/google/protobuf/source_context.json +20 -0
  646. package/.output/server/node_modules/protobufjs/google/protobuf/type.json +202 -0
  647. package/.output/server/node_modules/protobufjs/index.js +4 -0
  648. package/.output/server/node_modules/protobufjs/package.json +112 -0
  649. package/.output/server/node_modules/protobufjs/src/common.js +399 -0
  650. package/.output/server/node_modules/protobufjs/src/converter.js +301 -0
  651. package/.output/server/node_modules/protobufjs/src/decoder.js +129 -0
  652. package/.output/server/node_modules/protobufjs/src/encoder.js +100 -0
  653. package/.output/server/node_modules/protobufjs/src/enum.js +198 -0
  654. package/.output/server/node_modules/protobufjs/src/field.js +377 -0
  655. package/.output/server/node_modules/protobufjs/src/index-light.js +104 -0
  656. package/.output/server/node_modules/protobufjs/src/index-minimal.js +36 -0
  657. package/.output/server/node_modules/protobufjs/src/index.js +12 -0
  658. package/.output/server/node_modules/protobufjs/src/mapfield.js +126 -0
  659. package/.output/server/node_modules/protobufjs/src/message.js +139 -0
  660. package/.output/server/node_modules/protobufjs/src/method.js +160 -0
  661. package/.output/server/node_modules/protobufjs/src/namespace.js +433 -0
  662. package/.output/server/node_modules/protobufjs/src/object.js +243 -0
  663. package/.output/server/node_modules/protobufjs/src/oneof.js +203 -0
  664. package/.output/server/node_modules/protobufjs/src/parse.js +893 -0
  665. package/.output/server/node_modules/protobufjs/src/reader.js +416 -0
  666. package/.output/server/node_modules/protobufjs/src/reader_buffer.js +51 -0
  667. package/.output/server/node_modules/protobufjs/src/root.js +368 -0
  668. package/.output/server/node_modules/protobufjs/src/roots.js +18 -0
  669. package/.output/server/node_modules/protobufjs/src/rpc/service.js +142 -0
  670. package/.output/server/node_modules/protobufjs/src/rpc.js +36 -0
  671. package/.output/server/node_modules/protobufjs/src/service.js +167 -0
  672. package/.output/server/node_modules/protobufjs/src/tokenize.js +416 -0
  673. package/.output/server/node_modules/protobufjs/src/type.js +589 -0
  674. package/.output/server/node_modules/protobufjs/src/types.js +196 -0
  675. package/.output/server/node_modules/protobufjs/src/util/longbits.js +200 -0
  676. package/.output/server/node_modules/protobufjs/src/util/minimal.js +438 -0
  677. package/.output/server/node_modules/protobufjs/src/util.js +212 -0
  678. package/.output/server/node_modules/protobufjs/src/verifier.js +177 -0
  679. package/.output/server/node_modules/protobufjs/src/wrappers.js +102 -0
  680. package/.output/server/node_modules/protobufjs/src/writer.js +465 -0
  681. package/.output/server/node_modules/protobufjs/src/writer_buffer.js +85 -0
  682. package/.output/server/node_modules/pump/index.js +86 -0
  683. package/.output/server/node_modules/pump/package.json +24 -0
  684. package/.output/server/node_modules/quick-lru/index.js +123 -0
  685. package/.output/server/node_modules/quick-lru/package.json +43 -0
  686. package/.output/server/node_modules/remeda/dist/chunk-23J5WHPE.js +1 -0
  687. package/.output/server/node_modules/remeda/dist/chunk-2H7222YL.js +1 -0
  688. package/.output/server/node_modules/remeda/dist/chunk-2TTHCYUC.js +1 -0
  689. package/.output/server/node_modules/remeda/dist/chunk-3AO76THC.js +1 -0
  690. package/.output/server/node_modules/remeda/dist/chunk-3MWN2VHC.js +1 -0
  691. package/.output/server/node_modules/remeda/dist/chunk-3X47EJDR.js +1 -0
  692. package/.output/server/node_modules/remeda/dist/chunk-54BCGHSM.js +1 -0
  693. package/.output/server/node_modules/remeda/dist/chunk-5DU4ITSF.js +1 -0
  694. package/.output/server/node_modules/remeda/dist/chunk-5G3KY7YR.js +1 -0
  695. package/.output/server/node_modules/remeda/dist/chunk-5K4XWC27.js +1 -0
  696. package/.output/server/node_modules/remeda/dist/chunk-5LYW332I.js +1 -0
  697. package/.output/server/node_modules/remeda/dist/chunk-5O3FBXU6.js +1 -0
  698. package/.output/server/node_modules/remeda/dist/chunk-5VD5RID3.js +1 -0
  699. package/.output/server/node_modules/remeda/dist/chunk-6GTAPB47.js +1 -0
  700. package/.output/server/node_modules/remeda/dist/chunk-6HBEBUDI.js +1 -0
  701. package/.output/server/node_modules/remeda/dist/chunk-6IHL7GXT.js +1 -0
  702. package/.output/server/node_modules/remeda/dist/chunk-6MJCR2TC.js +1 -0
  703. package/.output/server/node_modules/remeda/dist/chunk-73TZMTEA.js +1 -0
  704. package/.output/server/node_modules/remeda/dist/chunk-7BKSRZNG.js +1 -0
  705. package/.output/server/node_modules/remeda/dist/chunk-7EFS5WOU.js +1 -0
  706. package/.output/server/node_modules/remeda/dist/chunk-7KI2QQIQ.js +1 -0
  707. package/.output/server/node_modules/remeda/dist/chunk-7LYAC624.js +1 -0
  708. package/.output/server/node_modules/remeda/dist/chunk-7QX4DO53.js +1 -0
  709. package/.output/server/node_modules/remeda/dist/chunk-7ROMSESG.js +1 -0
  710. package/.output/server/node_modules/remeda/dist/chunk-A3FCILQE.js +1 -0
  711. package/.output/server/node_modules/remeda/dist/chunk-ANXBDSUI.js +1 -0
  712. package/.output/server/node_modules/remeda/dist/chunk-ATQJ6737.js +1 -0
  713. package/.output/server/node_modules/remeda/dist/chunk-AWX7RJXY.js +1 -0
  714. package/.output/server/node_modules/remeda/dist/chunk-BLEEZ23Z.js +1 -0
  715. package/.output/server/node_modules/remeda/dist/chunk-BO3LQZNF.js +1 -0
  716. package/.output/server/node_modules/remeda/dist/chunk-BONXESQ2.js +1 -0
  717. package/.output/server/node_modules/remeda/dist/chunk-BQ7TSIFE.js +1 -0
  718. package/.output/server/node_modules/remeda/dist/chunk-BTFWISLJ.js +1 -0
  719. package/.output/server/node_modules/remeda/dist/chunk-BYFE4FDX.js +1 -0
  720. package/.output/server/node_modules/remeda/dist/chunk-BZNENX2T.js +1 -0
  721. package/.output/server/node_modules/remeda/dist/chunk-C4ACUJGS.js +1 -0
  722. package/.output/server/node_modules/remeda/dist/chunk-C4OSHTCI.js +1 -0
  723. package/.output/server/node_modules/remeda/dist/chunk-C6IMN7SF.js +1 -0
  724. package/.output/server/node_modules/remeda/dist/chunk-CAZXBO45.js +1 -0
  725. package/.output/server/node_modules/remeda/dist/chunk-CETFG6TX.js +1 -0
  726. package/.output/server/node_modules/remeda/dist/chunk-CGDTCOHY.js +1 -0
  727. package/.output/server/node_modules/remeda/dist/chunk-CGU6DJQK.js +1 -0
  728. package/.output/server/node_modules/remeda/dist/chunk-COZRMC32.js +1 -0
  729. package/.output/server/node_modules/remeda/dist/chunk-DAHUGBAA.js +1 -0
  730. package/.output/server/node_modules/remeda/dist/chunk-DAQH7UR3.js +1 -0
  731. package/.output/server/node_modules/remeda/dist/chunk-DEVKGLTN.js +2 -0
  732. package/.output/server/node_modules/remeda/dist/chunk-DH3BPT6T.js +1 -0
  733. package/.output/server/node_modules/remeda/dist/chunk-DSLWSGID.js +1 -0
  734. package/.output/server/node_modules/remeda/dist/chunk-DUDVLQA2.js +1 -0
  735. package/.output/server/node_modules/remeda/dist/chunk-E3EM3KJY.js +1 -0
  736. package/.output/server/node_modules/remeda/dist/chunk-E5GMYZMA.js +1 -0
  737. package/.output/server/node_modules/remeda/dist/chunk-EJCQEWX4.js +1 -0
  738. package/.output/server/node_modules/remeda/dist/chunk-EKGXROMD.js +1 -0
  739. package/.output/server/node_modules/remeda/dist/chunk-EM24PB7A.js +1 -0
  740. package/.output/server/node_modules/remeda/dist/chunk-EMIEIAAH.js +1 -0
  741. package/.output/server/node_modules/remeda/dist/chunk-ENOHV5LT.js +1 -0
  742. package/.output/server/node_modules/remeda/dist/chunk-ENXBNJ36.js +1 -0
  743. package/.output/server/node_modules/remeda/dist/chunk-F6MOVT3B.js +1 -0
  744. package/.output/server/node_modules/remeda/dist/chunk-FB2ENREB.js +1 -0
  745. package/.output/server/node_modules/remeda/dist/chunk-FDH4IRIM.js +1 -0
  746. package/.output/server/node_modules/remeda/dist/chunk-FFFVS7XT.js +1 -0
  747. package/.output/server/node_modules/remeda/dist/chunk-FJ47D26D.js +1 -0
  748. package/.output/server/node_modules/remeda/dist/chunk-FMPZ2CLX.js +1 -0
  749. package/.output/server/node_modules/remeda/dist/chunk-FTGV3QMT.js +1 -0
  750. package/.output/server/node_modules/remeda/dist/chunk-FW6RZCGF.js +1 -0
  751. package/.output/server/node_modules/remeda/dist/chunk-G4OU46SC.js +1 -0
  752. package/.output/server/node_modules/remeda/dist/chunk-GJJNKHO2.js +1 -0
  753. package/.output/server/node_modules/remeda/dist/chunk-GK5I7C4J.js +1 -0
  754. package/.output/server/node_modules/remeda/dist/chunk-H2MMZB4H.js +1 -0
  755. package/.output/server/node_modules/remeda/dist/chunk-HBSRBOZK.js +1 -0
  756. package/.output/server/node_modules/remeda/dist/chunk-HJSE3ESO.js +1 -0
  757. package/.output/server/node_modules/remeda/dist/chunk-HO4FFX2R.js +1 -0
  758. package/.output/server/node_modules/remeda/dist/chunk-HQOQUMZV.js +1 -0
  759. package/.output/server/node_modules/remeda/dist/chunk-HV3WACXG.js +1 -0
  760. package/.output/server/node_modules/remeda/dist/chunk-I3D2BSWJ.js +1 -0
  761. package/.output/server/node_modules/remeda/dist/chunk-I76XIBD5.js +1 -0
  762. package/.output/server/node_modules/remeda/dist/chunk-ICQWNDYD.js +1 -0
  763. package/.output/server/node_modules/remeda/dist/chunk-IEE7G5JG.js +1 -0
  764. package/.output/server/node_modules/remeda/dist/chunk-IFSMCGFE.js +1 -0
  765. package/.output/server/node_modules/remeda/dist/chunk-IUVYQYF2.js +1 -0
  766. package/.output/server/node_modules/remeda/dist/chunk-J3IRE4DI.js +1 -0
  767. package/.output/server/node_modules/remeda/dist/chunk-JET27MOQ.js +1 -0
  768. package/.output/server/node_modules/remeda/dist/chunk-JJZ7E4YG.js +1 -0
  769. package/.output/server/node_modules/remeda/dist/chunk-JK3VNB42.js +1 -0
  770. package/.output/server/node_modules/remeda/dist/chunk-JWKJXNB2.js +1 -0
  771. package/.output/server/node_modules/remeda/dist/chunk-JYNHUNML.js +1 -0
  772. package/.output/server/node_modules/remeda/dist/chunk-K26VP6CL.js +1 -0
  773. package/.output/server/node_modules/remeda/dist/chunk-K3UJMX27.js +1 -0
  774. package/.output/server/node_modules/remeda/dist/chunk-K5HTIQFL.js +1 -0
  775. package/.output/server/node_modules/remeda/dist/chunk-K5LCXBBG.js +1 -0
  776. package/.output/server/node_modules/remeda/dist/chunk-KCAOR2LA.js +1 -0
  777. package/.output/server/node_modules/remeda/dist/chunk-KIA3HX3M.js +1 -0
  778. package/.output/server/node_modules/remeda/dist/chunk-KQINSXIJ.js +1 -0
  779. package/.output/server/node_modules/remeda/dist/chunk-KSDEFWLH.js +1 -0
  780. package/.output/server/node_modules/remeda/dist/chunk-LAI77QME.js +1 -0
  781. package/.output/server/node_modules/remeda/dist/chunk-LFEOZTJ2.js +1 -0
  782. package/.output/server/node_modules/remeda/dist/chunk-LIVAT3FO.js +1 -0
  783. package/.output/server/node_modules/remeda/dist/chunk-LKOWEUPS.js +1 -0
  784. package/.output/server/node_modules/remeda/dist/chunk-MD7HNZ54.js +1 -0
  785. package/.output/server/node_modules/remeda/dist/chunk-MQWMWXZY.js +1 -0
  786. package/.output/server/node_modules/remeda/dist/chunk-N4JUOEMS.js +1 -0
  787. package/.output/server/node_modules/remeda/dist/chunk-NGEN63UD.js +1 -0
  788. package/.output/server/node_modules/remeda/dist/chunk-NJXNQM3G.js +1 -0
  789. package/.output/server/node_modules/remeda/dist/chunk-NMC53JVB.js +1 -0
  790. package/.output/server/node_modules/remeda/dist/chunk-NMJS7ULY.js +1 -0
  791. package/.output/server/node_modules/remeda/dist/chunk-NP7PEDI6.js +1 -0
  792. package/.output/server/node_modules/remeda/dist/chunk-OC26KGXM.js +1 -0
  793. package/.output/server/node_modules/remeda/dist/chunk-OEI2BOBZ.js +1 -0
  794. package/.output/server/node_modules/remeda/dist/chunk-OIQJEOF7.js +1 -0
  795. package/.output/server/node_modules/remeda/dist/chunk-OWH4IQQW.js +1 -0
  796. package/.output/server/node_modules/remeda/dist/chunk-OYJAL6JK.js +1 -0
  797. package/.output/server/node_modules/remeda/dist/chunk-PJOV2RDB.js +1 -0
  798. package/.output/server/node_modules/remeda/dist/chunk-PULGOXDA.js +1 -0
  799. package/.output/server/node_modules/remeda/dist/chunk-PWMUXL7T.js +1 -0
  800. package/.output/server/node_modules/remeda/dist/chunk-PZOXR343.js +1 -0
  801. package/.output/server/node_modules/remeda/dist/chunk-QEKOZYJ5.js +1 -0
  802. package/.output/server/node_modules/remeda/dist/chunk-R72GEKLP.js +1 -0
  803. package/.output/server/node_modules/remeda/dist/chunk-RAAYCPUM.js +1 -0
  804. package/.output/server/node_modules/remeda/dist/chunk-RBODUO3Q.js +1 -0
  805. package/.output/server/node_modules/remeda/dist/chunk-RIKUOZVG.js +1 -0
  806. package/.output/server/node_modules/remeda/dist/chunk-RLZQTLGN.js +1 -0
  807. package/.output/server/node_modules/remeda/dist/chunk-RTWSSDNQ.js +1 -0
  808. package/.output/server/node_modules/remeda/dist/chunk-RU7WR4KH.js +1 -0
  809. package/.output/server/node_modules/remeda/dist/chunk-RUHQUI2Z.js +1 -0
  810. package/.output/server/node_modules/remeda/dist/chunk-RXDTYBQM.js +1 -0
  811. package/.output/server/node_modules/remeda/dist/chunk-S23N53O3.js +1 -0
  812. package/.output/server/node_modules/remeda/dist/chunk-S3CYJTB5.js +1 -0
  813. package/.output/server/node_modules/remeda/dist/chunk-SFZGYJFI.js +1 -0
  814. package/.output/server/node_modules/remeda/dist/chunk-SGAFZVQH.js +1 -0
  815. package/.output/server/node_modules/remeda/dist/chunk-SIBGEYD6.js +1 -0
  816. package/.output/server/node_modules/remeda/dist/chunk-SIQPZPLZ.js +1 -0
  817. package/.output/server/node_modules/remeda/dist/chunk-SOGKZP3K.js +1 -0
  818. package/.output/server/node_modules/remeda/dist/chunk-T5XG33UI.js +1 -0
  819. package/.output/server/node_modules/remeda/dist/chunk-TOHMEB3C.js +1 -0
  820. package/.output/server/node_modules/remeda/dist/chunk-U2GFW3LV.js +1 -0
  821. package/.output/server/node_modules/remeda/dist/chunk-U54ONDS6.js +1 -0
  822. package/.output/server/node_modules/remeda/dist/chunk-U753ZCO5.js +1 -0
  823. package/.output/server/node_modules/remeda/dist/chunk-UA6DVSZ3.js +1 -0
  824. package/.output/server/node_modules/remeda/dist/chunk-UEZTW4YU.js +1 -0
  825. package/.output/server/node_modules/remeda/dist/chunk-UIZMRUOL.js +1 -0
  826. package/.output/server/node_modules/remeda/dist/chunk-UWLP4KOD.js +1 -0
  827. package/.output/server/node_modules/remeda/dist/chunk-V6HCOU6T.js +1 -0
  828. package/.output/server/node_modules/remeda/dist/chunk-VBBPTWMC.js +1 -0
  829. package/.output/server/node_modules/remeda/dist/chunk-VCURCCIJ.js +1 -0
  830. package/.output/server/node_modules/remeda/dist/chunk-VCYTMP4D.js +1 -0
  831. package/.output/server/node_modules/remeda/dist/chunk-VFKB5IBK.js +1 -0
  832. package/.output/server/node_modules/remeda/dist/chunk-VFSOOVKJ.js +1 -0
  833. package/.output/server/node_modules/remeda/dist/chunk-VMV5GVZ5.js +1 -0
  834. package/.output/server/node_modules/remeda/dist/chunk-VPCXVUT7.js +1 -0
  835. package/.output/server/node_modules/remeda/dist/chunk-W2HQ33EO.js +1 -0
  836. package/.output/server/node_modules/remeda/dist/chunk-W3QI2BKC.js +1 -0
  837. package/.output/server/node_modules/remeda/dist/chunk-WIMS2EYK.js +1 -0
  838. package/.output/server/node_modules/remeda/dist/chunk-WT5BLBHJ.js +1 -0
  839. package/.output/server/node_modules/remeda/dist/chunk-WY3JJUR4.js +1 -0
  840. package/.output/server/node_modules/remeda/dist/chunk-WZSGNJRX.js +1 -0
  841. package/.output/server/node_modules/remeda/dist/chunk-X5E5CJJQ.js +1 -0
  842. package/.output/server/node_modules/remeda/dist/chunk-XBEN2OB2.js +1 -0
  843. package/.output/server/node_modules/remeda/dist/chunk-XJHR6NID.js +1 -0
  844. package/.output/server/node_modules/remeda/dist/chunk-XMLUDZIW.js +1 -0
  845. package/.output/server/node_modules/remeda/dist/chunk-XSF7OVJO.js +1 -0
  846. package/.output/server/node_modules/remeda/dist/chunk-XZ6COQKM.js +1 -0
  847. package/.output/server/node_modules/remeda/dist/chunk-Y67GVJD3.js +1 -0
  848. package/.output/server/node_modules/remeda/dist/chunk-YL2OFO3L.js +1 -0
  849. package/.output/server/node_modules/remeda/dist/chunk-YVMG2XEU.js +1 -0
  850. package/.output/server/node_modules/remeda/dist/chunk-ZF7KX2VP.js +1 -0
  851. package/.output/server/node_modules/remeda/dist/index.js +1 -0
  852. package/.output/server/node_modules/remeda/package.json +88 -0
  853. package/.output/server/node_modules/resolve-alpn/index.js +43 -0
  854. package/.output/server/node_modules/resolve-alpn/package.json +34 -0
  855. package/.output/server/node_modules/responselike/package.json +39 -0
  856. package/.output/server/node_modules/responselike/src/index.js +34 -0
  857. package/.output/server/node_modules/semver/classes/comparator.js +141 -0
  858. package/.output/server/node_modules/semver/classes/range.js +554 -0
  859. package/.output/server/node_modules/semver/classes/semver.js +302 -0
  860. package/.output/server/node_modules/semver/functions/clean.js +6 -0
  861. package/.output/server/node_modules/semver/functions/cmp.js +52 -0
  862. package/.output/server/node_modules/semver/functions/coerce.js +60 -0
  863. package/.output/server/node_modules/semver/functions/compare-build.js +7 -0
  864. package/.output/server/node_modules/semver/functions/compare-loose.js +3 -0
  865. package/.output/server/node_modules/semver/functions/compare.js +5 -0
  866. package/.output/server/node_modules/semver/functions/diff.js +65 -0
  867. package/.output/server/node_modules/semver/functions/eq.js +3 -0
  868. package/.output/server/node_modules/semver/functions/gt.js +3 -0
  869. package/.output/server/node_modules/semver/functions/gte.js +3 -0
  870. package/.output/server/node_modules/semver/functions/inc.js +19 -0
  871. package/.output/server/node_modules/semver/functions/lt.js +3 -0
  872. package/.output/server/node_modules/semver/functions/lte.js +3 -0
  873. package/.output/server/node_modules/semver/functions/major.js +3 -0
  874. package/.output/server/node_modules/semver/functions/minor.js +3 -0
  875. package/.output/server/node_modules/semver/functions/neq.js +3 -0
  876. package/.output/server/node_modules/semver/functions/parse.js +16 -0
  877. package/.output/server/node_modules/semver/functions/patch.js +3 -0
  878. package/.output/server/node_modules/semver/functions/prerelease.js +6 -0
  879. package/.output/server/node_modules/semver/functions/rcompare.js +3 -0
  880. package/.output/server/node_modules/semver/functions/rsort.js +3 -0
  881. package/.output/server/node_modules/semver/functions/satisfies.js +10 -0
  882. package/.output/server/node_modules/semver/functions/sort.js +3 -0
  883. package/.output/server/node_modules/semver/functions/valid.js +6 -0
  884. package/.output/server/node_modules/semver/index.js +89 -0
  885. package/.output/server/node_modules/semver/internal/constants.js +35 -0
  886. package/.output/server/node_modules/semver/internal/debug.js +9 -0
  887. package/.output/server/node_modules/semver/internal/identifiers.js +23 -0
  888. package/.output/server/node_modules/semver/internal/lrucache.js +40 -0
  889. package/.output/server/node_modules/semver/internal/parse-options.js +15 -0
  890. package/.output/server/node_modules/semver/internal/re.js +217 -0
  891. package/.output/server/node_modules/semver/package.json +77 -0
  892. package/.output/server/node_modules/semver/preload.js +2 -0
  893. package/.output/server/node_modules/semver/ranges/gtr.js +4 -0
  894. package/.output/server/node_modules/semver/ranges/intersects.js +7 -0
  895. package/.output/server/node_modules/semver/ranges/ltr.js +4 -0
  896. package/.output/server/node_modules/semver/ranges/max-satisfying.js +25 -0
  897. package/.output/server/node_modules/semver/ranges/min-satisfying.js +24 -0
  898. package/.output/server/node_modules/semver/ranges/min-version.js +61 -0
  899. package/.output/server/node_modules/semver/ranges/outside.js +80 -0
  900. package/.output/server/node_modules/semver/ranges/simplify.js +47 -0
  901. package/.output/server/node_modules/semver/ranges/subset.js +247 -0
  902. package/.output/server/node_modules/semver/ranges/to-comparators.js +8 -0
  903. package/.output/server/node_modules/semver/ranges/valid.js +11 -0
  904. package/.output/server/node_modules/shebang-command/index.js +19 -0
  905. package/.output/server/node_modules/shebang-command/package.json +34 -0
  906. package/.output/server/node_modules/shebang-regex/index.js +2 -0
  907. package/.output/server/node_modules/shebang-regex/package.json +35 -0
  908. package/.output/server/node_modules/signal-exit/index.js +202 -0
  909. package/.output/server/node_modules/signal-exit/package.json +38 -0
  910. package/.output/server/node_modules/signal-exit/signals.js +53 -0
  911. package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
  912. package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  913. package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
  914. package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
  915. package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
  916. package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
  917. package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  918. package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  919. package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
  920. package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
  921. package/.output/server/node_modules/source-map-js/package.json +71 -0
  922. package/.output/server/node_modules/source-map-js/source-map.js +8 -0
  923. package/.output/server/node_modules/strip-final-newline/index.js +16 -0
  924. package/.output/server/node_modules/strip-final-newline/package.json +40 -0
  925. package/.output/server/node_modules/stubborn-fs/dist/attemptify.js +19 -0
  926. package/.output/server/node_modules/stubborn-fs/dist/constants.js +8 -0
  927. package/.output/server/node_modules/stubborn-fs/dist/handlers.js +36 -0
  928. package/.output/server/node_modules/stubborn-fs/dist/index.js +53 -0
  929. package/.output/server/node_modules/stubborn-fs/dist/retryify.js +46 -0
  930. package/.output/server/node_modules/stubborn-fs/dist/retryify_queue.js +62 -0
  931. package/.output/server/node_modules/stubborn-fs/package.json +28 -0
  932. package/.output/server/node_modules/tiny-readdir/dist/constants.js +9 -0
  933. package/.output/server/node_modules/tiny-readdir/dist/index.js +185 -0
  934. package/.output/server/node_modules/tiny-readdir/dist/utils.js +9 -0
  935. package/.output/server/node_modules/tiny-readdir/package.json +34 -0
  936. package/.output/server/node_modules/tinyexec/dist/main.js +578 -0
  937. package/.output/server/node_modules/tinyexec/package.json +66 -0
  938. package/.output/server/node_modules/tmp/lib/tmp.js +784 -0
  939. package/.output/server/node_modules/tmp/package.json +56 -0
  940. package/.output/server/node_modules/ufo/dist/index.mjs +630 -0
  941. package/.output/server/node_modules/ufo/package.json +47 -0
  942. package/.output/server/node_modules/unhead/dist/index.mjs +748 -0
  943. package/.output/server/node_modules/unhead/package.json +46 -0
  944. package/.output/server/node_modules/upath/build/code/upath.js +171 -0
  945. package/.output/server/node_modules/upath/package.json +60 -0
  946. package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
  947. package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
  948. package/.output/server/node_modules/vue/index.js +7 -0
  949. package/.output/server/node_modules/vue/index.mjs +1 -0
  950. package/.output/server/node_modules/vue/package.json +112 -0
  951. package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
  952. package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +196 -0
  953. package/.output/server/node_modules/vue-bundle-renderer/package.json +50 -0
  954. package/.output/server/node_modules/watcher/dist/constants.js +16 -0
  955. package/.output/server/node_modules/watcher/dist/enums.js +35 -0
  956. package/.output/server/node_modules/watcher/dist/lazy_map_set.js +81 -0
  957. package/.output/server/node_modules/watcher/dist/utils.js +120 -0
  958. package/.output/server/node_modules/watcher/dist/watcher.js +396 -0
  959. package/.output/server/node_modules/watcher/dist/watcher_handler.js +248 -0
  960. package/.output/server/node_modules/watcher/dist/watcher_locker.js +139 -0
  961. package/.output/server/node_modules/watcher/dist/watcher_locks_resolver.js +42 -0
  962. package/.output/server/node_modules/watcher/dist/watcher_poller.js +116 -0
  963. package/.output/server/node_modules/watcher/dist/watcher_stats.js +29 -0
  964. package/.output/server/node_modules/watcher/package.json +37 -0
  965. package/.output/server/node_modules/which/package.json +43 -0
  966. package/.output/server/node_modules/which/which.js +125 -0
  967. package/.output/server/node_modules/wrappy/package.json +29 -0
  968. package/.output/server/node_modules/wrappy/wrappy.js +33 -0
  969. package/.output/server/node_modules/zod/lib/index.mjs +4382 -0
  970. package/.output/server/node_modules/zod/package.json +122 -0
  971. package/.output/server/package.json +1 -0
  972. package/package.json +4 -4
@@ -0,0 +1,149 @@
1
+ /*
2
+
3
+ Copyright The Closure Library Authors.
4
+ SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ var aa="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)},e="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this;function ba(a,b){if(b){var c=e;a=a.split(".");for(var d=0;d<a.length-1;d++){var f=a[d];f in c||(c[f]={});c=c[f]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&aa(c,a,{configurable:!0,writable:!0,value:b})}}
7
+ function ca(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}function da(){da=function(){};e.Symbol||(e.Symbol=ea)}function fa(a,b){this.a=a;aa(this,"description",{configurable:!0,writable:!0,value:b})}fa.prototype.toString=function(){return this.a};var ea=function(){function a(c){if(this instanceof a)throw new TypeError("Symbol is not a constructor");return new fa("jscomp_symbol_"+(c||"")+"_"+b++,c)}var b=0;return a}();
8
+ function ha(){da();var a=e.Symbol.iterator;a||(a=e.Symbol.iterator=e.Symbol("Symbol.iterator"));"function"!=typeof Array.prototype[a]&&aa(Array.prototype,a,{configurable:!0,writable:!0,value:function(){return ia(ca(this))}});ha=function(){}}function ia(a){ha();a={next:a};a[e.Symbol.iterator]=function(){return this};return a}
9
+ function ja(a,b){ha();a instanceof String&&(a+="");var c=0,d={next:function(){if(c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d.next=function(){return{done:!0,value:void 0}};return d.next()}};d[Symbol.iterator]=function(){return d};return d}ba("Array.prototype.entries",function(a){return a?a:function(){return ja(this,function(b,c){return[b,c]})}});var ka=this||self;
10
+ function g(a,b,c){a=a.split(".");c=c||ka;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c[d]&&c[d]!==Object.prototype[d]?c=c[d]:c=c[d]={}:c[d]=b}
11
+ function k(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
12
+ else if("function"==b&&"undefined"==typeof a.call)return"object";return b}function la(a){var b=typeof a;return"object"==b&&null!=a||"function"==b}function ma(a,b,c){g(a,b,c)}function na(a,b){function c(){}c.prototype=b.prototype;a.prototype=new c;a.prototype.constructor=a};var oa="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function pa(a,b){for(var c,d,f=1;f<arguments.length;f++){d=arguments[f];for(c in d)a[c]=d[c];for(var h=0;h<oa.length;h++)c=oa[h],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var qa=Array.prototype.forEach?function(a,b){Array.prototype.forEach.call(a,b,void 0)}:function(a,b){for(var c=a.length,d="string"===typeof a?a.split(""):a,f=0;f<c;f++)f in d&&b.call(void 0,d[f],f,a)},l=Array.prototype.map?function(a,b){return Array.prototype.map.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=Array(c),f="string"===typeof a?a.split(""):a,h=0;h<c;h++)h in f&&(d[h]=b.call(void 0,f[h],h,a));return d};
13
+ function ra(a,b,c){return 2>=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};function sa(a,b,c,d){var f="Assertion failed";if(c){f+=": "+c;var h=d}else a&&(f+=": "+a,h=b);throw Error(f,h||[]);}function n(a,b,c){for(var d=[],f=2;f<arguments.length;++f)d[f-2]=arguments[f];a||sa("",null,b,d);return a}function ta(a,b,c){for(var d=[],f=2;f<arguments.length;++f)d[f-2]=arguments[f];"string"!==typeof a&&sa("Expected string but got %s: %s.",[k(a),a],b,d)}
14
+ function ua(a,b,c){for(var d=[],f=2;f<arguments.length;++f)d[f-2]=arguments[f];Array.isArray(a)||sa("Expected array but got %s: %s.",[k(a),a],b,d)}function p(a,b){for(var c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];throw Error("Failure"+(a?": "+a:""),c);}function q(a,b,c,d){for(var f=[],h=3;h<arguments.length;++h)f[h-3]=arguments[h];a instanceof b||sa("Expected instanceof %s but got %s.",[va(b),va(a)],c,f)}
15
+ function va(a){return a instanceof Function?a.displayName||a.name||"unknown type name":a instanceof Object?a.constructor.displayName||a.constructor.name||Object.prototype.toString.call(a):null===a?"null":typeof a};function r(a,b){this.c=a;this.b=b;this.a={};this.arrClean=!0;if(0<this.c.length){for(a=0;a<this.c.length;a++){b=this.c[a];var c=b[0];this.a[c.toString()]=new wa(c,b[1])}this.arrClean=!0}}g("jspb.Map",r,void 0);
16
+ r.prototype.g=function(){if(this.arrClean){if(this.b){var a=this.a,b;for(b in a)if(Object.prototype.hasOwnProperty.call(a,b)){var c=a[b].a;c&&c.g()}}}else{this.c.length=0;a=u(this);a.sort();for(b=0;b<a.length;b++){var d=this.a[a[b]];(c=d.a)&&c.g();this.c.push([d.key,d.value])}this.arrClean=!0}return this.c};r.prototype.toArray=r.prototype.g;
17
+ r.prototype.Mc=function(a,b){for(var c=this.g(),d=[],f=0;f<c.length;f++){var h=this.a[c[f][0].toString()];v(this,h);var m=h.a;m?(n(b),d.push([h.key,b(a,m)])):d.push([h.key,h.value])}return d};r.prototype.toObject=r.prototype.Mc;r.fromObject=function(a,b,c){b=new r([],b);for(var d=0;d<a.length;d++){var f=a[d][0],h=c(a[d][1]);b.set(f,h)}return b};function w(a){this.a=0;this.b=a}w.prototype.next=function(){return this.a<this.b.length?{done:!1,value:this.b[this.a++]}:{done:!0,value:void 0}};
18
+ "undefined"!=typeof Symbol&&(w.prototype[Symbol.iterator]=function(){return this});r.prototype.Jb=function(){return u(this).length};r.prototype.getLength=r.prototype.Jb;r.prototype.clear=function(){this.a={};this.arrClean=!1};r.prototype.clear=r.prototype.clear;r.prototype.Cb=function(a){a=a.toString();var b=this.a.hasOwnProperty(a);delete this.a[a];this.arrClean=!1;return b};r.prototype.del=r.prototype.Cb;
19
+ r.prototype.Eb=function(){var a=[],b=u(this);b.sort();for(var c=0;c<b.length;c++){var d=this.a[b[c]];a.push([d.key,d.value])}return a};r.prototype.getEntryList=r.prototype.Eb;r.prototype.entries=function(){var a=[],b=u(this);b.sort();for(var c=0;c<b.length;c++){var d=this.a[b[c]];a.push([d.key,v(this,d)])}return new w(a)};r.prototype.entries=r.prototype.entries;r.prototype.keys=function(){var a=[],b=u(this);b.sort();for(var c=0;c<b.length;c++)a.push(this.a[b[c]].key);return new w(a)};
20
+ r.prototype.keys=r.prototype.keys;r.prototype.values=function(){var a=[],b=u(this);b.sort();for(var c=0;c<b.length;c++)a.push(v(this,this.a[b[c]]));return new w(a)};r.prototype.values=r.prototype.values;r.prototype.forEach=function(a,b){var c=u(this);c.sort();for(var d=0;d<c.length;d++){var f=this.a[c[d]];a.call(b,v(this,f),f.key,this)}};r.prototype.forEach=r.prototype.forEach;
21
+ r.prototype.set=function(a,b){var c=new wa(a);this.b?(c.a=b,c.value=b.g()):c.value=b;this.a[a.toString()]=c;this.arrClean=!1;return this};r.prototype.set=r.prototype.set;function v(a,b){return a.b?(b.a||(b.a=new a.b(b.value)),b.a):b.value}r.prototype.get=function(a){if(a=this.a[a.toString()])return v(this,a)};r.prototype.get=r.prototype.get;r.prototype.has=function(a){return a.toString()in this.a};r.prototype.has=r.prototype.has;
22
+ r.prototype.Jc=function(a,b,c,d,f){var h=u(this);h.sort();for(var m=0;m<h.length;m++){var t=this.a[h[m]];b.Va(a);c.call(b,1,t.key);this.b?d.call(b,2,v(this,t),f):d.call(b,2,t.value);b.Ya()}};r.prototype.serializeBinary=r.prototype.Jc;r.deserializeBinary=function(a,b,c,d,f,h,m){for(;b.oa()&&!b.bb();){var t=b.c;1==t?h=c.call(b):2==t&&(a.b?(n(f),m||(m=new a.b),d.call(b,m,f)):m=d.call(b))}n(void 0!=h);n(void 0!=m);a.set(h,m)};
23
+ function u(a){a=a.a;var b=[],c;for(c in a)Object.prototype.hasOwnProperty.call(a,c)&&b.push(c);return b}function wa(a,b){this.key=a;this.value=b;this.a=void 0};function xa(a){if(8192>=a.length)return String.fromCharCode.apply(null,a);for(var b="",c=0;c<a.length;c+=8192)b+=String.fromCharCode.apply(null,ra(a,c,c+8192));return b};var ya={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\x0B":"\\x0B",'"':'\\"',"\\":"\\\\","<":"\\u003C"},za={"'":"\\'"};var Aa={},x=null;function Ba(a,b){void 0===b&&(b=0);Ca();b=Aa[b];for(var c=[],d=0;d<a.length;d+=3){var f=a[d],h=d+1<a.length,m=h?a[d+1]:0,t=d+2<a.length,B=t?a[d+2]:0,M=f>>2;f=(f&3)<<4|m>>4;m=(m&15)<<2|B>>6;B&=63;t||(B=64,h||(m=64));c.push(b[M],b[f],b[m]||"",b[B]||"")}return c.join("")}function Da(a){var b=a.length,c=3*b/4;c%3?c=Math.floor(c):-1!="=.".indexOf(a[b-1])&&(c=-1!="=.".indexOf(a[b-2])?c-2:c-1);var d=new Uint8Array(c),f=0;Ea(a,function(h){d[f++]=h});return d.subarray(0,f)}
24
+ function Ea(a,b){function c(B){for(;d<a.length;){var M=a.charAt(d++),La=x[M];if(null!=La)return La;if(!/^[\s\xa0]*$/.test(M))throw Error("Unknown base64 encoding at char: "+M);}return B}Ca();for(var d=0;;){var f=c(-1),h=c(0),m=c(64),t=c(64);if(64===t&&-1===f)break;b(f<<2|h>>4);64!=m&&(b(h<<4&240|m>>2),64!=t&&b(m<<6&192|t))}}
25
+ function Ca(){if(!x){x={};for(var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/=","+/","-_=","-_.","-_"],c=0;5>c;c++){var d=a.concat(b[c].split(""));Aa[c]=d;for(var f=0;f<d.length;f++){var h=d[f];void 0===x[h]&&(x[h]=f)}}}};g("jspb.ConstBinaryMessage",function(){},void 0);g("jspb.BinaryMessage",function(){},void 0);g("jspb.BinaryConstants.FieldType",{yb:-1,ee:1,FLOAT:2,ke:3,te:4,je:5,xb:6,wb:7,BOOL:8,re:9,ie:10,le:11,ce:12,se:13,ge:14,me:15,ne:16,oe:17,pe:18,he:30,ve:31},void 0);g("jspb.BinaryConstants.WireType",{yb:-1,ue:0,xb:1,de:2,qe:3,fe:4,wb:5},void 0);
26
+ g("jspb.BinaryConstants.FieldTypeToWireType",function(a){switch(a){case 5:case 3:case 13:case 4:case 17:case 18:case 8:case 14:case 31:return 0;case 1:case 6:case 16:case 30:return 1;case 9:case 11:case 12:return 2;case 2:case 7:case 15:return 5;default:return-1}},void 0);g("jspb.BinaryConstants.INVALID_FIELD_NUMBER",-1,void 0);g("jspb.BinaryConstants.FLOAT32_EPS",1.401298464324817E-45,void 0);g("jspb.BinaryConstants.FLOAT32_MIN",1.1754943508222875E-38,void 0);
27
+ g("jspb.BinaryConstants.FLOAT32_MAX",3.4028234663852886E38,void 0);g("jspb.BinaryConstants.FLOAT64_EPS",4.9E-324,void 0);g("jspb.BinaryConstants.FLOAT64_MIN",2.2250738585072014E-308,void 0);g("jspb.BinaryConstants.FLOAT64_MAX",1.7976931348623157E308,void 0);g("jspb.BinaryConstants.TWO_TO_20",1048576,void 0);g("jspb.BinaryConstants.TWO_TO_23",8388608,void 0);g("jspb.BinaryConstants.TWO_TO_31",2147483648,void 0);g("jspb.BinaryConstants.TWO_TO_32",4294967296,void 0);
28
+ g("jspb.BinaryConstants.TWO_TO_52",4503599627370496,void 0);g("jspb.BinaryConstants.TWO_TO_63",0x7fffffffffffffff,void 0);g("jspb.BinaryConstants.TWO_TO_64",1.8446744073709552E19,void 0);g("jspb.BinaryConstants.ZERO_HASH","\x00\x00\x00\x00\x00\x00\x00\x00",void 0);var y=0,z=0;g("jspb.utils.getSplit64Low",function(){return y},void 0);g("jspb.utils.getSplit64High",function(){return z},void 0);function Fa(a){var b=a>>>0;a=Math.floor((a-b)/4294967296)>>>0;y=b;z=a}g("jspb.utils.splitUint64",Fa,void 0);function A(a){var b=0>a;a=Math.abs(a);var c=a>>>0;a=Math.floor((a-c)/4294967296);a>>>=0;b&&(a=~a>>>0,c=(~c>>>0)+1,4294967295<c&&(c=0,a++,4294967295<a&&(a=0)));y=c;z=a}g("jspb.utils.splitInt64",A,void 0);
29
+ function Ga(a){var b=0>a;a=2*Math.abs(a);Fa(a);a=y;var c=z;b&&(0==a?0==c?c=a=4294967295:(c--,a=4294967295):a--);y=a;z=c}g("jspb.utils.splitZigzag64",Ga,void 0);
30
+ function Ha(a){var b=0>a?1:0;a=b?-a:a;if(0===a)0<1/a?y=z=0:(z=0,y=2147483648);else if(isNaN(a))z=0,y=2147483647;else if(3.4028234663852886E38<a)z=0,y=(b<<31|2139095040)>>>0;else if(1.1754943508222875E-38>a)a=Math.round(a/Math.pow(2,-149)),z=0,y=(b<<31|a)>>>0;else{var c=Math.floor(Math.log(a)/Math.LN2);a*=Math.pow(2,-c);a=Math.round(8388608*a);16777216<=a&&++c;z=0;y=(b<<31|c+127<<23|a&8388607)>>>0}}g("jspb.utils.splitFloat32",Ha,void 0);
31
+ function Ia(a){var b=0>a?1:0;a=b?-a:a;if(0===a)z=0<1/a?0:2147483648,y=0;else if(isNaN(a))z=2147483647,y=4294967295;else if(1.7976931348623157E308<a)z=(b<<31|2146435072)>>>0,y=0;else if(2.2250738585072014E-308>a)a/=Math.pow(2,-1074),z=(b<<31|a/4294967296)>>>0,y=a>>>0;else{var c=a,d=0;if(2<=c)for(;2<=c&&1023>d;)d++,c/=2;else for(;1>c&&-1022<d;)c*=2,d--;a*=Math.pow(2,-d);z=(b<<31|d+1023<<20|1048576*a&1048575)>>>0;y=4503599627370496*a>>>0}}g("jspb.utils.splitFloat64",Ia,void 0);
32
+ function C(a){var b=a.charCodeAt(4),c=a.charCodeAt(5),d=a.charCodeAt(6),f=a.charCodeAt(7);y=a.charCodeAt(0)+(a.charCodeAt(1)<<8)+(a.charCodeAt(2)<<16)+(a.charCodeAt(3)<<24)>>>0;z=b+(c<<8)+(d<<16)+(f<<24)>>>0}g("jspb.utils.splitHash64",C,void 0);function D(a,b){return 4294967296*b+(a>>>0)}g("jspb.utils.joinUint64",D,void 0);function E(a,b){var c=b&2147483648;c&&(a=~a+1>>>0,b=~b>>>0,0==a&&(b=b+1>>>0));a=D(a,b);return c?-a:a}g("jspb.utils.joinInt64",E,void 0);
33
+ function Ja(a,b,c){var d=b>>31;return c(a<<1^d,(b<<1|a>>>31)^d)}g("jspb.utils.toZigzag64",Ja,void 0);function Ka(a,b){return Ma(a,b,E)}g("jspb.utils.joinZigzag64",Ka,void 0);function Ma(a,b,c){var d=-(a&1);return c((a>>>1|b<<31)^d,b>>>1^d)}g("jspb.utils.fromZigzag64",Ma,void 0);function Na(a){var b=2*(a>>31)+1,c=a>>>23&255;a&=8388607;return 255==c?a?NaN:Infinity*b:0==c?b*Math.pow(2,-149)*a:b*Math.pow(2,c-150)*(a+Math.pow(2,23))}g("jspb.utils.joinFloat32",Na,void 0);
34
+ function Oa(a,b){var c=2*(b>>31)+1,d=b>>>20&2047;a=4294967296*(b&1048575)+a;return 2047==d?a?NaN:Infinity*c:0==d?c*Math.pow(2,-1074)*a:c*Math.pow(2,d-1075)*(a+4503599627370496)}g("jspb.utils.joinFloat64",Oa,void 0);function Pa(a,b){return String.fromCharCode(a>>>0&255,a>>>8&255,a>>>16&255,a>>>24&255,b>>>0&255,b>>>8&255,b>>>16&255,b>>>24&255)}g("jspb.utils.joinHash64",Pa,void 0);g("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0);
35
+ function F(a,b){function c(f,h){f=f?String(f):"";return h?"0000000".slice(f.length)+f:f}if(2097151>=b)return""+D(a,b);var d=(a>>>24|b<<8)>>>0&16777215;b=b>>16&65535;a=(a&16777215)+6777216*d+6710656*b;d+=8147497*b;b*=2;1E7<=a&&(d+=Math.floor(a/1E7),a%=1E7);1E7<=d&&(b+=Math.floor(d/1E7),d%=1E7);return c(b,0)+c(d,b)+c(a,1)}g("jspb.utils.joinUnsignedDecimalString",F,void 0);function G(a,b){var c=b&2147483648;c&&(a=~a+1>>>0,b=~b+(0==a?1:0)>>>0);a=F(a,b);return c?"-"+a:a}
36
+ g("jspb.utils.joinSignedDecimalString",G,void 0);function Qa(a,b){C(a);a=y;var c=z;return b?G(a,c):F(a,c)}g("jspb.utils.hash64ToDecimalString",Qa,void 0);g("jspb.utils.hash64ArrayToDecimalStrings",function(a,b){for(var c=Array(a.length),d=0;d<a.length;d++)c[d]=Qa(a[d],b);return c},void 0);
37
+ function H(a){function b(m,t){for(var B=0;8>B&&(1!==m||0<t);B++)t=m*f[B]+t,f[B]=t&255,t>>>=8}function c(){for(var m=0;8>m;m++)f[m]=~f[m]&255}n(0<a.length);var d=!1;"-"===a[0]&&(d=!0,a=a.slice(1));for(var f=[0,0,0,0,0,0,0,0],h=0;h<a.length;h++)b(10,a.charCodeAt(h)-48);d&&(c(),b(1,1));return xa(f)}g("jspb.utils.decimalStringToHash64",H,void 0);g("jspb.utils.splitDecimalString",function(a){C(H(a))},void 0);function Ra(a){return String.fromCharCode(10>a?48+a:87+a)}
38
+ function Sa(a){return 97<=a?a-97+10:a-48}g("jspb.utils.hash64ToHexString",function(a){var b=Array(18);b[0]="0";b[1]="x";for(var c=0;8>c;c++){var d=a.charCodeAt(7-c);b[2*c+2]=Ra(d>>4);b[2*c+3]=Ra(d&15)}return b.join("")},void 0);g("jspb.utils.hexStringToHash64",function(a){a=a.toLowerCase();n(18==a.length);n("0"==a[0]);n("x"==a[1]);for(var b="",c=0;8>c;c++)b=String.fromCharCode(16*Sa(a.charCodeAt(2*c+2))+Sa(a.charCodeAt(2*c+3)))+b;return b},void 0);
39
+ g("jspb.utils.hash64ToNumber",function(a,b){C(a);a=y;var c=z;return b?E(a,c):D(a,c)},void 0);g("jspb.utils.numberToHash64",function(a){A(a);return Pa(y,z)},void 0);g("jspb.utils.countVarints",function(a,b,c){for(var d=0,f=b;f<c;f++)d+=a[f]>>7;return c-b-d},void 0);
40
+ g("jspb.utils.countVarintFields",function(a,b,c,d){var f=0;d*=8;if(128>d)for(;b<c&&a[b++]==d;)for(f++;;){var h=a[b++];if(0==(h&128))break}else for(;b<c;){for(h=d;128<h;){if(a[b]!=(h&127|128))return f;b++;h>>=7}if(a[b++]!=h)break;for(f++;h=a[b++],0!=(h&128););}return f},void 0);function Ta(a,b,c,d,f){var h=0;if(128>d)for(;b<c&&a[b++]==d;)h++,b+=f;else for(;b<c;){for(var m=d;128<m;){if(a[b++]!=(m&127|128))return h;m>>=7}if(a[b++]!=m)break;h++;b+=f}return h}
41
+ g("jspb.utils.countFixed32Fields",function(a,b,c,d){return Ta(a,b,c,8*d+5,4)},void 0);g("jspb.utils.countFixed64Fields",function(a,b,c,d){return Ta(a,b,c,8*d+1,8)},void 0);g("jspb.utils.countDelimitedFields",function(a,b,c,d){var f=0;for(d=8*d+2;b<c;){for(var h=d;128<h;){if(a[b++]!=(h&127|128))return f;h>>=7}if(a[b++]!=h)break;f++;for(var m=0,t=1;h=a[b++],m+=(h&127)*t,t*=128,0!=(h&128););b+=m}return f},void 0);
42
+ g("jspb.utils.debugBytesToTextFormat",function(a){var b='"';if(a){a=Ua(a);for(var c=0;c<a.length;c++)b+="\\x",16>a[c]&&(b+="0"),b+=a[c].toString(16)}return b+'"'},void 0);
43
+ g("jspb.utils.debugScalarToTextFormat",function(a){if("string"===typeof a){a=String(a);for(var b=['"'],c=0;c<a.length;c++){var d=a.charAt(c),f=d.charCodeAt(0),h=c+1,m;if(!(m=ya[d])){if(!(31<f&&127>f))if(f=d,f in za)d=za[f];else if(f in ya)d=za[f]=ya[f];else{m=f.charCodeAt(0);if(31<m&&127>m)d=f;else{if(256>m){if(d="\\x",16>m||256<m)d+="0"}else d="\\u",4096>m&&(d+="0");d+=m.toString(16).toUpperCase()}d=za[f]=d}m=d}b[h]=m}b.push('"');a=b.join("")}else a=a.toString();return a},void 0);
44
+ g("jspb.utils.stringToByteArray",function(a){for(var b=new Uint8Array(a.length),c=0;c<a.length;c++){var d=a.charCodeAt(c);if(255<d)throw Error("Conversion error: string contains codepoint outside of byte range");b[c]=d}return b},void 0);
45
+ function Ua(a){if(a.constructor===Uint8Array)return a;if(a.constructor===ArrayBuffer)return new Uint8Array(a);if(a.constructor===Array)return new Uint8Array(a);if(a.constructor===String)return Da(a);if(a instanceof Uint8Array)return new Uint8Array(a.buffer,a.byteOffset,a.byteLength);p("Type not convertible to Uint8Array.");return new Uint8Array(0)}g("jspb.utils.byteSourceToUint8Array",Ua,void 0);function I(a,b,c){this.b=null;this.a=this.c=this.h=0;this.v=!1;a&&this.H(a,b,c)}g("jspb.BinaryDecoder",I,void 0);var Va=[];I.getInstanceCacheLength=function(){return Va.length};function Wa(a,b,c){if(Va.length){var d=Va.pop();a&&d.H(a,b,c);return d}return new I(a,b,c)}I.alloc=Wa;I.prototype.Ca=function(){this.clear();100>Va.length&&Va.push(this)};I.prototype.free=I.prototype.Ca;I.prototype.clone=function(){return Wa(this.b,this.h,this.c-this.h)};I.prototype.clone=I.prototype.clone;
46
+ I.prototype.clear=function(){this.b=null;this.a=this.c=this.h=0;this.v=!1};I.prototype.clear=I.prototype.clear;I.prototype.Y=function(){return this.b};I.prototype.getBuffer=I.prototype.Y;I.prototype.H=function(a,b,c){this.b=Ua(a);this.h=void 0!==b?b:0;this.c=void 0!==c?this.h+c:this.b.length;this.a=this.h};I.prototype.setBlock=I.prototype.H;I.prototype.Db=function(){return this.c};I.prototype.getEnd=I.prototype.Db;I.prototype.setEnd=function(a){this.c=a};I.prototype.setEnd=I.prototype.setEnd;
47
+ I.prototype.reset=function(){this.a=this.h};I.prototype.reset=I.prototype.reset;I.prototype.B=function(){return this.a};I.prototype.getCursor=I.prototype.B;I.prototype.Ma=function(a){this.a=a};I.prototype.setCursor=I.prototype.Ma;I.prototype.advance=function(a){this.a+=a;n(this.a<=this.c)};I.prototype.advance=I.prototype.advance;I.prototype.ya=function(){return this.a==this.c};I.prototype.atEnd=I.prototype.ya;I.prototype.Qb=function(){return this.a>this.c};I.prototype.pastEnd=I.prototype.Qb;
48
+ I.prototype.getError=function(){return this.v||0>this.a||this.a>this.c};I.prototype.getError=I.prototype.getError;I.prototype.w=function(a){for(var b=128,c=0,d=0,f=0;4>f&&128<=b;f++)b=this.b[this.a++],c|=(b&127)<<7*f;128<=b&&(b=this.b[this.a++],c|=(b&127)<<28,d|=(b&127)>>4);if(128<=b)for(f=0;5>f&&128<=b;f++)b=this.b[this.a++],d|=(b&127)<<7*f+3;if(128>b)return a(c>>>0,d>>>0);p("Failed to read varint, encoding is invalid.");this.v=!0};I.prototype.readSplitVarint64=I.prototype.w;
49
+ I.prototype.ea=function(a){return this.w(function(b,c){return Ma(b,c,a)})};I.prototype.readSplitZigzagVarint64=I.prototype.ea;I.prototype.ta=function(a){var b=this.b,c=this.a;this.a+=8;for(var d=0,f=0,h=c+7;h>=c;h--)d=d<<8|b[h],f=f<<8|b[h+4];return a(d,f)};I.prototype.readSplitFixed64=I.prototype.ta;I.prototype.kb=function(){for(;this.b[this.a]&128;)this.a++;this.a++};I.prototype.skipVarint=I.prototype.kb;I.prototype.mb=function(a){for(;128<a;)this.a--,a>>>=7;this.a--};I.prototype.unskipVarint=I.prototype.mb;
50
+ I.prototype.o=function(){var a=this.b;var b=a[this.a];var c=b&127;if(128>b)return this.a+=1,n(this.a<=this.c),c;b=a[this.a+1];c|=(b&127)<<7;if(128>b)return this.a+=2,n(this.a<=this.c),c;b=a[this.a+2];c|=(b&127)<<14;if(128>b)return this.a+=3,n(this.a<=this.c),c;b=a[this.a+3];c|=(b&127)<<21;if(128>b)return this.a+=4,n(this.a<=this.c),c;b=a[this.a+4];c|=(b&15)<<28;if(128>b)return this.a+=5,n(this.a<=this.c),c>>>0;this.a+=5;128<=a[this.a++]&&128<=a[this.a++]&&128<=a[this.a++]&&128<=a[this.a++]&&128<=
51
+ a[this.a++]&&n(!1);n(this.a<=this.c);return c};I.prototype.readUnsignedVarint32=I.prototype.o;I.prototype.da=function(){return~~this.o()};I.prototype.readSignedVarint32=I.prototype.da;I.prototype.O=function(){return this.o().toString()};I.prototype.Ea=function(){return this.da().toString()};I.prototype.readSignedVarint32String=I.prototype.Ea;I.prototype.Ia=function(){var a=this.o();return a>>>1^-(a&1)};I.prototype.readZigzagVarint32=I.prototype.Ia;I.prototype.Ga=function(){return this.w(D)};
52
+ I.prototype.readUnsignedVarint64=I.prototype.Ga;I.prototype.Ha=function(){return this.w(F)};I.prototype.readUnsignedVarint64String=I.prototype.Ha;I.prototype.sa=function(){return this.w(E)};I.prototype.readSignedVarint64=I.prototype.sa;I.prototype.Fa=function(){return this.w(G)};I.prototype.readSignedVarint64String=I.prototype.Fa;I.prototype.Ja=function(){return this.w(Ka)};I.prototype.readZigzagVarint64=I.prototype.Ja;I.prototype.fb=function(){return this.ea(Pa)};
53
+ I.prototype.readZigzagVarintHash64=I.prototype.fb;I.prototype.Ka=function(){return this.ea(G)};I.prototype.readZigzagVarint64String=I.prototype.Ka;I.prototype.Gc=function(){var a=this.b[this.a];this.a+=1;n(this.a<=this.c);return a};I.prototype.readUint8=I.prototype.Gc;I.prototype.Ec=function(){var a=this.b[this.a],b=this.b[this.a+1];this.a+=2;n(this.a<=this.c);return a<<0|b<<8};I.prototype.readUint16=I.prototype.Ec;
54
+ I.prototype.m=function(){var a=this.b[this.a],b=this.b[this.a+1],c=this.b[this.a+2],d=this.b[this.a+3];this.a+=4;n(this.a<=this.c);return(a<<0|b<<8|c<<16|d<<24)>>>0};I.prototype.readUint32=I.prototype.m;I.prototype.ga=function(){var a=this.m(),b=this.m();return D(a,b)};I.prototype.readUint64=I.prototype.ga;I.prototype.ha=function(){var a=this.m(),b=this.m();return F(a,b)};I.prototype.readUint64String=I.prototype.ha;
55
+ I.prototype.Xb=function(){var a=this.b[this.a];this.a+=1;n(this.a<=this.c);return a<<24>>24};I.prototype.readInt8=I.prototype.Xb;I.prototype.Vb=function(){var a=this.b[this.a],b=this.b[this.a+1];this.a+=2;n(this.a<=this.c);return(a<<0|b<<8)<<16>>16};I.prototype.readInt16=I.prototype.Vb;I.prototype.P=function(){var a=this.b[this.a],b=this.b[this.a+1],c=this.b[this.a+2],d=this.b[this.a+3];this.a+=4;n(this.a<=this.c);return a<<0|b<<8|c<<16|d<<24};I.prototype.readInt32=I.prototype.P;
56
+ I.prototype.ba=function(){var a=this.m(),b=this.m();return E(a,b)};I.prototype.readInt64=I.prototype.ba;I.prototype.ca=function(){var a=this.m(),b=this.m();return G(a,b)};I.prototype.readInt64String=I.prototype.ca;I.prototype.aa=function(){var a=this.m();return Na(a,0)};I.prototype.readFloat=I.prototype.aa;I.prototype.Z=function(){var a=this.m(),b=this.m();return Oa(a,b)};I.prototype.readDouble=I.prototype.Z;I.prototype.pa=function(){return!!this.b[this.a++]};I.prototype.readBool=I.prototype.pa;
57
+ I.prototype.ra=function(){return this.da()};I.prototype.readEnum=I.prototype.ra;
58
+ I.prototype.fa=function(a){var b=this.b,c=this.a;a=c+a;for(var d=[],f="";c<a;){var h=b[c++];if(128>h)d.push(h);else if(192>h)continue;else if(224>h){var m=b[c++];d.push((h&31)<<6|m&63)}else if(240>h){m=b[c++];var t=b[c++];d.push((h&15)<<12|(m&63)<<6|t&63)}else if(248>h){m=b[c++];t=b[c++];var B=b[c++];h=(h&7)<<18|(m&63)<<12|(t&63)<<6|B&63;h-=65536;d.push((h>>10&1023)+55296,(h&1023)+56320)}8192<=d.length&&(f+=String.fromCharCode.apply(null,d),d.length=0)}f+=xa(d);this.a=c;return f};
59
+ I.prototype.readString=I.prototype.fa;I.prototype.Dc=function(){var a=this.o();return this.fa(a)};I.prototype.readStringWithLength=I.prototype.Dc;I.prototype.qa=function(a){if(0>a||this.a+a>this.b.length)return this.v=!0,p("Invalid byte length!"),new Uint8Array(0);var b=this.b.subarray(this.a,this.a+a);this.a+=a;n(this.a<=this.c);return b};I.prototype.readBytes=I.prototype.qa;I.prototype.ia=function(){return this.w(Pa)};I.prototype.readVarintHash64=I.prototype.ia;
60
+ I.prototype.$=function(){var a=this.b,b=this.a,c=a[b],d=a[b+1],f=a[b+2],h=a[b+3],m=a[b+4],t=a[b+5],B=a[b+6];a=a[b+7];this.a+=8;return String.fromCharCode(c,d,f,h,m,t,B,a)};I.prototype.readFixedHash64=I.prototype.$;function J(a,b,c){this.a=Wa(a,b,c);this.O=this.a.B();this.b=this.c=-1;this.h=!1;this.v=null}g("jspb.BinaryReader",J,void 0);var K=[];J.clearInstanceCache=function(){K=[]};J.getInstanceCacheLength=function(){return K.length};function Xa(a,b,c){if(K.length){var d=K.pop();a&&d.a.H(a,b,c);return d}return new J(a,b,c)}J.alloc=Xa;J.prototype.zb=Xa;J.prototype.alloc=J.prototype.zb;J.prototype.Ca=function(){this.a.clear();this.b=this.c=-1;this.h=!1;this.v=null;100>K.length&&K.push(this)};
61
+ J.prototype.free=J.prototype.Ca;J.prototype.Fb=function(){return this.O};J.prototype.getFieldCursor=J.prototype.Fb;J.prototype.B=function(){return this.a.B()};J.prototype.getCursor=J.prototype.B;J.prototype.Y=function(){return this.a.Y()};J.prototype.getBuffer=J.prototype.Y;J.prototype.Hb=function(){return this.c};J.prototype.getFieldNumber=J.prototype.Hb;J.prototype.Lb=function(){return this.b};J.prototype.getWireType=J.prototype.Lb;J.prototype.Mb=function(){return 2==this.b};
62
+ J.prototype.isDelimited=J.prototype.Mb;J.prototype.bb=function(){return 4==this.b};J.prototype.isEndGroup=J.prototype.bb;J.prototype.getError=function(){return this.h||this.a.getError()};J.prototype.getError=J.prototype.getError;J.prototype.H=function(a,b,c){this.a.H(a,b,c);this.b=this.c=-1};J.prototype.setBlock=J.prototype.H;J.prototype.reset=function(){this.a.reset();this.b=this.c=-1};J.prototype.reset=J.prototype.reset;J.prototype.advance=function(a){this.a.advance(a)};J.prototype.advance=J.prototype.advance;
63
+ J.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return p("Decoder hit an error"),!1;this.O=this.a.B();var a=this.a.o(),b=a>>>3;a&=7;if(0!=a&&5!=a&&1!=a&&2!=a&&3!=a&&4!=a)return p("Invalid wire type: %s (at position %s)",a,this.O),this.h=!0,!1;this.c=b;this.b=a;return!0};J.prototype.nextField=J.prototype.oa;J.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)};J.prototype.unskipHeader=J.prototype.Oa;
64
+ J.prototype.Lc=function(){var a=this.c;for(this.Oa();this.oa()&&this.c==a;)this.C();this.a.ya()||this.Oa()};J.prototype.skipMatchingFields=J.prototype.Lc;J.prototype.lb=function(){0!=this.b?(p("Invalid wire type for skipVarintField"),this.C()):this.a.kb()};J.prototype.skipVarintField=J.prototype.lb;J.prototype.gb=function(){if(2!=this.b)p("Invalid wire type for skipDelimitedField"),this.C();else{var a=this.a.o();this.a.advance(a)}};J.prototype.skipDelimitedField=J.prototype.gb;
65
+ J.prototype.hb=function(){5!=this.b?(p("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)};J.prototype.skipFixed32Field=J.prototype.hb;J.prototype.ib=function(){1!=this.b?(p("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)};J.prototype.skipFixed64Field=J.prototype.ib;J.prototype.jb=function(){var a=this.c;do{if(!this.oa()){p("Unmatched start-group tag: stream EOF");this.h=!0;break}if(4==this.b){this.c!=a&&(p("Unmatched end-group tag"),this.h=!0);break}this.C()}while(1)};
66
+ J.prototype.skipGroup=J.prototype.jb;J.prototype.C=function(){switch(this.b){case 0:this.lb();break;case 1:this.ib();break;case 2:this.gb();break;case 5:this.hb();break;case 3:this.jb();break;default:p("Invalid wire encoding for field.")}};J.prototype.skipField=J.prototype.C;J.prototype.Hc=function(a,b){null===this.v&&(this.v={});n(!this.v[a]);this.v[a]=b};J.prototype.registerReadCallback=J.prototype.Hc;J.prototype.Ic=function(a){n(null!==this.v);a=this.v[a];n(a);return a(this)};
67
+ J.prototype.runReadCallback=J.prototype.Ic;J.prototype.Yb=function(a,b){n(2==this.b);var c=this.a.c,d=this.a.o();d=this.a.B()+d;this.a.setEnd(d);b(a,this);this.a.Ma(d);this.a.setEnd(c)};J.prototype.readMessage=J.prototype.Yb;J.prototype.Ub=function(a,b,c){n(3==this.b);n(this.c==a);c(b,this);this.h||4==this.b||(p("Group submessage did not end with an END_GROUP tag"),this.h=!0)};J.prototype.readGroup=J.prototype.Ub;
68
+ J.prototype.Gb=function(){n(2==this.b);var a=this.a.o(),b=this.a.B(),c=b+a;a=Wa(this.a.Y(),b,a);this.a.Ma(c);return a};J.prototype.getFieldDecoder=J.prototype.Gb;J.prototype.P=function(){n(0==this.b);return this.a.da()};J.prototype.readInt32=J.prototype.P;J.prototype.Wb=function(){n(0==this.b);return this.a.Ea()};J.prototype.readInt32String=J.prototype.Wb;J.prototype.ba=function(){n(0==this.b);return this.a.sa()};J.prototype.readInt64=J.prototype.ba;J.prototype.ca=function(){n(0==this.b);return this.a.Fa()};
69
+ J.prototype.readInt64String=J.prototype.ca;J.prototype.m=function(){n(0==this.b);return this.a.o()};J.prototype.readUint32=J.prototype.m;J.prototype.Fc=function(){n(0==this.b);return this.a.O()};J.prototype.readUint32String=J.prototype.Fc;J.prototype.ga=function(){n(0==this.b);return this.a.Ga()};J.prototype.readUint64=J.prototype.ga;J.prototype.ha=function(){n(0==this.b);return this.a.Ha()};J.prototype.readUint64String=J.prototype.ha;J.prototype.zc=function(){n(0==this.b);return this.a.Ia()};
70
+ J.prototype.readSint32=J.prototype.zc;J.prototype.Ac=function(){n(0==this.b);return this.a.Ja()};J.prototype.readSint64=J.prototype.Ac;J.prototype.Bc=function(){n(0==this.b);return this.a.Ka()};J.prototype.readSint64String=J.prototype.Bc;J.prototype.Rb=function(){n(5==this.b);return this.a.m()};J.prototype.readFixed32=J.prototype.Rb;J.prototype.Sb=function(){n(1==this.b);return this.a.ga()};J.prototype.readFixed64=J.prototype.Sb;J.prototype.Tb=function(){n(1==this.b);return this.a.ha()};
71
+ J.prototype.readFixed64String=J.prototype.Tb;J.prototype.vc=function(){n(5==this.b);return this.a.P()};J.prototype.readSfixed32=J.prototype.vc;J.prototype.wc=function(){n(5==this.b);return this.a.P().toString()};J.prototype.readSfixed32String=J.prototype.wc;J.prototype.xc=function(){n(1==this.b);return this.a.ba()};J.prototype.readSfixed64=J.prototype.xc;J.prototype.yc=function(){n(1==this.b);return this.a.ca()};J.prototype.readSfixed64String=J.prototype.yc;
72
+ J.prototype.aa=function(){n(5==this.b);return this.a.aa()};J.prototype.readFloat=J.prototype.aa;J.prototype.Z=function(){n(1==this.b);return this.a.Z()};J.prototype.readDouble=J.prototype.Z;J.prototype.pa=function(){n(0==this.b);return!!this.a.o()};J.prototype.readBool=J.prototype.pa;J.prototype.ra=function(){n(0==this.b);return this.a.sa()};J.prototype.readEnum=J.prototype.ra;J.prototype.fa=function(){n(2==this.b);var a=this.a.o();return this.a.fa(a)};J.prototype.readString=J.prototype.fa;
73
+ J.prototype.qa=function(){n(2==this.b);var a=this.a.o();return this.a.qa(a)};J.prototype.readBytes=J.prototype.qa;J.prototype.ia=function(){n(0==this.b);return this.a.ia()};J.prototype.readVarintHash64=J.prototype.ia;J.prototype.Cc=function(){n(0==this.b);return this.a.fb()};J.prototype.readSintHash64=J.prototype.Cc;J.prototype.w=function(a){n(0==this.b);return this.a.w(a)};J.prototype.readSplitVarint64=J.prototype.w;
74
+ J.prototype.ea=function(a){n(0==this.b);return this.a.w(function(b,c){return Ma(b,c,a)})};J.prototype.readSplitZigzagVarint64=J.prototype.ea;J.prototype.$=function(){n(1==this.b);return this.a.$()};J.prototype.readFixedHash64=J.prototype.$;J.prototype.ta=function(a){n(1==this.b);return this.a.ta(a)};J.prototype.readSplitFixed64=J.prototype.ta;function L(a,b){n(2==a.b);var c=a.a.o();c=a.a.B()+c;for(var d=[];a.a.B()<c;)d.push(b.call(a.a));return d}J.prototype.gc=function(){return L(this,this.a.da)};
75
+ J.prototype.readPackedInt32=J.prototype.gc;J.prototype.hc=function(){return L(this,this.a.Ea)};J.prototype.readPackedInt32String=J.prototype.hc;J.prototype.ic=function(){return L(this,this.a.sa)};J.prototype.readPackedInt64=J.prototype.ic;J.prototype.jc=function(){return L(this,this.a.Fa)};J.prototype.readPackedInt64String=J.prototype.jc;J.prototype.qc=function(){return L(this,this.a.o)};J.prototype.readPackedUint32=J.prototype.qc;J.prototype.rc=function(){return L(this,this.a.O)};
76
+ J.prototype.readPackedUint32String=J.prototype.rc;J.prototype.sc=function(){return L(this,this.a.Ga)};J.prototype.readPackedUint64=J.prototype.sc;J.prototype.tc=function(){return L(this,this.a.Ha)};J.prototype.readPackedUint64String=J.prototype.tc;J.prototype.nc=function(){return L(this,this.a.Ia)};J.prototype.readPackedSint32=J.prototype.nc;J.prototype.oc=function(){return L(this,this.a.Ja)};J.prototype.readPackedSint64=J.prototype.oc;J.prototype.pc=function(){return L(this,this.a.Ka)};
77
+ J.prototype.readPackedSint64String=J.prototype.pc;J.prototype.bc=function(){return L(this,this.a.m)};J.prototype.readPackedFixed32=J.prototype.bc;J.prototype.cc=function(){return L(this,this.a.ga)};J.prototype.readPackedFixed64=J.prototype.cc;J.prototype.dc=function(){return L(this,this.a.ha)};J.prototype.readPackedFixed64String=J.prototype.dc;J.prototype.kc=function(){return L(this,this.a.P)};J.prototype.readPackedSfixed32=J.prototype.kc;J.prototype.lc=function(){return L(this,this.a.ba)};
78
+ J.prototype.readPackedSfixed64=J.prototype.lc;J.prototype.mc=function(){return L(this,this.a.ca)};J.prototype.readPackedSfixed64String=J.prototype.mc;J.prototype.fc=function(){return L(this,this.a.aa)};J.prototype.readPackedFloat=J.prototype.fc;J.prototype.$b=function(){return L(this,this.a.Z)};J.prototype.readPackedDouble=J.prototype.$b;J.prototype.Zb=function(){return L(this,this.a.pa)};J.prototype.readPackedBool=J.prototype.Zb;J.prototype.ac=function(){return L(this,this.a.ra)};
79
+ J.prototype.readPackedEnum=J.prototype.ac;J.prototype.uc=function(){return L(this,this.a.ia)};J.prototype.readPackedVarintHash64=J.prototype.uc;J.prototype.ec=function(){return L(this,this.a.$)};J.prototype.readPackedFixedHash64=J.prototype.ec;function Ya(a,b,c,d,f){this.ma=a;this.Ba=b;this.la=c;this.Na=d;this.na=f}g("jspb.ExtensionFieldInfo",Ya,void 0);function Za(a,b,c,d,f,h){this.Za=a;this.za=b;this.Aa=c;this.Wa=d;this.Ab=f;this.Nb=h}g("jspb.ExtensionFieldBinaryInfo",Za,void 0);Ya.prototype.F=function(){return!!this.la};Ya.prototype.isMessageType=Ya.prototype.F;function N(){}g("jspb.Message",N,void 0);N.GENERATE_TO_OBJECT=!0;N.GENERATE_FROM_OBJECT=!0;var $a="function"==typeof Uint8Array;N.prototype.Ib=function(){return this.b};
80
+ N.prototype.getJsPbMessageId=N.prototype.Ib;
81
+ N.initialize=function(a,b,c,d,f,h){a.f=null;b||(b=c?[c]:[]);a.b=c?String(c):void 0;a.D=0===c?-1:0;a.u=b;a:{c=a.u.length;b=-1;if(c&&(b=c-1,c=a.u[b],!(null===c||"object"!=typeof c||Array.isArray(c)||$a&&c instanceof Uint8Array))){a.G=b-a.D;a.i=c;break a}-1<d?(a.G=Math.max(d,b+1-a.D),a.i=null):a.G=Number.MAX_VALUE}a.a={};if(f)for(d=0;d<f.length;d++)b=f[d],b<a.G?(b+=a.D,a.u[b]=a.u[b]||ab):(bb(a),a.i[b]=a.i[b]||ab);if(h&&h.length)for(d=0;d<h.length;d++)cb(a,h[d])};
82
+ var ab=Object.freeze?Object.freeze([]):[];function bb(a){var b=a.G+a.D;a.u[b]||(a.i=a.u[b]={})}function db(a,b,c){for(var d=[],f=0;f<a.length;f++)d[f]=b.call(a[f],c,a[f]);return d}N.toObjectList=db;N.toObjectExtension=function(a,b,c,d,f){for(var h in c){var m=c[h],t=d.call(a,m);if(null!=t){for(var B in m.Ba)if(m.Ba.hasOwnProperty(B))break;b[B]=m.Na?m.na?db(t,m.Na,f):m.Na(f,t):t}}};
83
+ N.serializeBinaryExtensions=function(a,b,c,d){for(var f in c){var h=c[f],m=h.Za;if(!h.Aa)throw Error("Message extension present that was generated without binary serialization support");var t=d.call(a,m);if(null!=t)if(m.F())if(h.Wa)h.Aa.call(b,m.ma,t,h.Wa);else throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");else h.Aa.call(b,m.ma,t)}};
84
+ N.readBinaryExtension=function(a,b,c,d,f){var h=c[b.c];if(h){c=h.Za;if(!h.za)throw Error("Deserializing extension whose generated code does not support binary format");if(c.F()){var m=new c.la;h.za.call(b,m,h.Ab)}else m=h.za.call(b);c.na&&!h.Nb?(b=d.call(a,c))?b.push(m):f.call(a,c,[m]):f.call(a,c,m)}else b.C()};function O(a,b){if(b<a.G){b+=a.D;var c=a.u[b];return c===ab?a.u[b]=[]:c}if(a.i)return c=a.i[b],c===ab?a.i[b]=[]:c}N.getField=O;N.getRepeatedField=function(a,b){return O(a,b)};
85
+ function eb(a,b){a=O(a,b);return null==a?a:+a}N.getOptionalFloatingPointField=eb;function fb(a,b){a=O(a,b);return null==a?a:!!a}N.getBooleanField=fb;N.getRepeatedFloatingPointField=function(a,b){var c=O(a,b);a.a||(a.a={});if(!a.a[b]){for(var d=0;d<c.length;d++)c[d]=+c[d];a.a[b]=!0}return c};N.getRepeatedBooleanField=function(a,b){var c=O(a,b);a.a||(a.a={});if(!a.a[b]){for(var d=0;d<c.length;d++)c[d]=!!c[d];a.a[b]=!0}return c};
86
+ function gb(a){if(null==a||"string"===typeof a)return a;if($a&&a instanceof Uint8Array)return Ba(a);p("Cannot coerce to b64 string: "+k(a));return null}N.bytesAsB64=gb;function hb(a){if(null==a||a instanceof Uint8Array)return a;if("string"===typeof a)return Da(a);p("Cannot coerce to Uint8Array: "+k(a));return null}N.bytesAsU8=hb;N.bytesListAsB64=function(a){ib(a);return a.length&&"string"!==typeof a[0]?l(a,gb):a};N.bytesListAsU8=function(a){ib(a);return!a.length||a[0]instanceof Uint8Array?a:l(a,hb)};
87
+ function ib(a){if(a&&1<a.length){var b=k(a[0]);qa(a,function(c){k(c)!=b&&p("Inconsistent type in JSPB repeated field array. Got "+k(c)+" expected "+b)})}}function jb(a,b,c){a=O(a,b);return null==a?c:a}N.getFieldWithDefault=jb;N.getBooleanFieldWithDefault=function(a,b,c){a=fb(a,b);return null==a?c:a};N.getFloatingPointFieldWithDefault=function(a,b,c){a=eb(a,b);return null==a?c:a};N.getFieldProto3=jb;
88
+ N.getMapField=function(a,b,c,d){a.f||(a.f={});if(b in a.f)return a.f[b];var f=O(a,b);if(!f){if(c)return;f=[];P(a,b,f)}return a.f[b]=new r(f,d)};function P(a,b,c){q(a,N);b<a.G?a.u[b+a.D]=c:(bb(a),a.i[b]=c);return a}N.setField=P;N.setProto3IntField=function(a,b,c){return Q(a,b,c,0)};N.setProto3FloatField=function(a,b,c){return Q(a,b,c,0)};N.setProto3BooleanField=function(a,b,c){return Q(a,b,c,!1)};N.setProto3StringField=function(a,b,c){return Q(a,b,c,"")};
89
+ N.setProto3BytesField=function(a,b,c){return Q(a,b,c,"")};N.setProto3EnumField=function(a,b,c){return Q(a,b,c,0)};N.setProto3StringIntField=function(a,b,c){return Q(a,b,c,"0")};function Q(a,b,c,d){q(a,N);c!==d?P(a,b,c):b<a.G?a.u[b+a.D]=null:(bb(a),delete a.i[b]);return a}N.addToRepeatedField=function(a,b,c,d){q(a,N);b=O(a,b);void 0!=d?b.splice(d,0,c):b.push(c);return a};function kb(a,b,c,d){q(a,N);(c=cb(a,c))&&c!==b&&void 0!==d&&(a.f&&c in a.f&&(a.f[c]=void 0),P(a,c,void 0));return P(a,b,d)}
90
+ N.setOneofField=kb;function cb(a,b){for(var c,d,f=0;f<b.length;f++){var h=b[f],m=O(a,h);null!=m&&(c=h,d=m,P(a,h,void 0))}return c?(P(a,c,d),c):0}N.computeOneofCase=cb;N.getWrapperField=function(a,b,c,d){a.f||(a.f={});if(!a.f[c]){var f=O(a,c);if(d||f)a.f[c]=new b(f)}return a.f[c]};N.getRepeatedWrapperField=function(a,b,c){lb(a,b,c);b=a.f[c];b==ab&&(b=a.f[c]=[]);return b};function lb(a,b,c){a.f||(a.f={});if(!a.f[c]){for(var d=O(a,c),f=[],h=0;h<d.length;h++)f[h]=new b(d[h]);a.f[c]=f}}
91
+ N.setWrapperField=function(a,b,c){q(a,N);a.f||(a.f={});var d=c?c.g():c;a.f[b]=c;return P(a,b,d)};N.setOneofWrapperField=function(a,b,c,d){q(a,N);a.f||(a.f={});var f=d?d.g():d;a.f[b]=d;return kb(a,b,c,f)};N.setRepeatedWrapperField=function(a,b,c){q(a,N);a.f||(a.f={});c=c||[];for(var d=[],f=0;f<c.length;f++)d[f]=c[f].g();a.f[b]=c;return P(a,b,d)};
92
+ N.addToRepeatedWrapperField=function(a,b,c,d,f){lb(a,d,b);var h=a.f[b];h||(h=a.f[b]=[]);c=c?c:new d;a=O(a,b);void 0!=f?(h.splice(f,0,c),a.splice(f,0,c.g())):(h.push(c),a.push(c.g()));return c};N.toMap=function(a,b,c,d){for(var f={},h=0;h<a.length;h++)f[b.call(a[h])]=c?c.call(a[h],d,a[h]):a[h];return f};function mb(a){if(a.f)for(var b in a.f){var c=a.f[b];if(Array.isArray(c))for(var d=0;d<c.length;d++)c[d]&&c[d].g();else c&&c.g()}}N.prototype.g=function(){mb(this);return this.u};
93
+ N.prototype.toArray=N.prototype.g;N.prototype.toString=function(){mb(this);return this.u.toString()};N.prototype.getExtension=function(a){if(this.i){this.f||(this.f={});var b=a.ma;if(a.na){if(a.F())return this.f[b]||(this.f[b]=l(this.i[b]||[],function(c){return new a.la(c)})),this.f[b]}else if(a.F())return!this.f[b]&&this.i[b]&&(this.f[b]=new a.la(this.i[b])),this.f[b];return this.i[b]}};N.prototype.getExtension=N.prototype.getExtension;
94
+ N.prototype.Kc=function(a,b){this.f||(this.f={});bb(this);var c=a.ma;a.na?(b=b||[],a.F()?(this.f[c]=b,this.i[c]=l(b,function(d){return d.g()})):this.i[c]=b):a.F()?(this.f[c]=b,this.i[c]=b?b.g():b):this.i[c]=b;return this};N.prototype.setExtension=N.prototype.Kc;N.difference=function(a,b){if(!(a instanceof b.constructor))throw Error("Messages have different types.");var c=a.g();b=b.g();var d=[],f=0,h=c.length>b.length?c.length:b.length;a.b&&(d[0]=a.b,f=1);for(;f<h;f++)nb(c[f],b[f])||(d[f]=b[f]);return new a.constructor(d)};
95
+ N.equals=function(a,b){return a==b||!(!a||!b)&&a instanceof b.constructor&&nb(a.g(),b.g())};function ob(a,b){a=a||{};b=b||{};var c={},d;for(d in a)c[d]=0;for(d in b)c[d]=0;for(d in c)if(!nb(a[d],b[d]))return!1;return!0}N.compareExtensions=ob;
96
+ function nb(a,b){if(a==b)return!0;if(!la(a)||!la(b))return"number"===typeof a&&isNaN(a)||"number"===typeof b&&isNaN(b)?String(a)==String(b):!1;if(a.constructor!=b.constructor)return!1;if($a&&a.constructor===Uint8Array){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!=b[c])return!1;return!0}if(a.constructor===Array){var d=void 0,f=void 0,h=Math.max(a.length,b.length);for(c=0;c<h;c++){var m=a[c],t=b[c];m&&m.constructor==Object&&(n(void 0===d),n(c===a.length-1),d=m,m=void 0);t&&t.constructor==
97
+ Object&&(n(void 0===f),n(c===b.length-1),f=t,t=void 0);if(!nb(m,t))return!1}return d||f?(d=d||{},f=f||{},ob(d,f)):!0}if(a.constructor===Object)return ob(a,b);throw Error("Invalid type in JSPB array");}N.compareFields=nb;N.prototype.Bb=function(){return pb(this)};N.prototype.cloneMessage=N.prototype.Bb;N.prototype.clone=function(){return pb(this)};N.prototype.clone=N.prototype.clone;N.clone=function(a){return pb(a)};function pb(a){return new a.constructor(qb(a.g()))}
98
+ N.copyInto=function(a,b){q(a,N);q(b,N);n(a.constructor==b.constructor,"Copy source and target message should have the same type.");a=pb(a);for(var c=b.g(),d=a.g(),f=c.length=0;f<d.length;f++)c[f]=d[f];b.f=a.f;b.i=a.i};function qb(a){if(Array.isArray(a)){for(var b=Array(a.length),c=0;c<a.length;c++){var d=a[c];null!=d&&(b[c]="object"==typeof d?qb(n(d)):d)}return b}if($a&&a instanceof Uint8Array)return new Uint8Array(a);b={};for(c in a)d=a[c],null!=d&&(b[c]="object"==typeof d?qb(n(d)):d);return b}
99
+ N.registerMessageType=function(a,b){b.we=a};var R={dump:function(a){q(a,N,"jspb.Message instance expected");n(a.getExtension,"Only unobfuscated and unoptimized compilation modes supported.");return R.X(a)}};g("jspb.debug.dump",R.dump,void 0);
100
+ R.X=function(a){var b=k(a);if("number"==b||"string"==b||"boolean"==b||"null"==b||"undefined"==b||"undefined"!==typeof Uint8Array&&a instanceof Uint8Array)return a;if("array"==b)return ua(a),l(a,R.X);if(a instanceof r){var c={};a=a.entries();for(var d=a.next();!d.done;d=a.next())c[d.value[0]]=R.X(d.value[1]);return c}q(a,N,"Only messages expected: "+a);b=a.constructor;var f={$name:b.name||b.displayName};for(t in b.prototype){var h=/^get([A-Z]\w*)/.exec(t);if(h&&"getExtension"!=t&&"getJsPbMessageId"!=
101
+ t){var m="has"+h[1];if(!a[m]||a[m]())m=a[t](),f[R.$a(h[1])]=R.X(m)}}if(a.extensionObject_)return f.$extensions="Recursive dumping of extensions not supported in compiled code. Switch to uncompiled or dump extension object directly",f;for(d in b.extensions)if(/^\d+$/.test(d)){m=b.extensions[d];var t=a.getExtension(m);h=void 0;m=m.Ba;var B=[],M=0;for(h in m)B[M++]=h;h=B[0];null!=t&&(c||(c=f.$extensions={}),c[R.$a(h)]=R.X(t))}return f};R.$a=function(a){return a.replace(/^[A-Z]/,function(b){return b.toLowerCase()})};function S(){this.a=[]}g("jspb.BinaryEncoder",S,void 0);S.prototype.length=function(){return this.a.length};S.prototype.length=S.prototype.length;S.prototype.end=function(){var a=this.a;this.a=[];return a};S.prototype.end=S.prototype.end;S.prototype.l=function(a,b){n(a==Math.floor(a));n(b==Math.floor(b));n(0<=a&&4294967296>a);for(n(0<=b&&4294967296>b);0<b||127<a;)this.a.push(a&127|128),a=(a>>>7|b<<25)>>>0,b>>>=7;this.a.push(a)};S.prototype.writeSplitVarint64=S.prototype.l;
102
+ S.prototype.A=function(a,b){n(a==Math.floor(a));n(b==Math.floor(b));n(0<=a&&4294967296>a);n(0<=b&&4294967296>b);this.s(a);this.s(b)};S.prototype.writeSplitFixed64=S.prototype.A;S.prototype.j=function(a){n(a==Math.floor(a));for(n(0<=a&&4294967296>a);127<a;)this.a.push(a&127|128),a>>>=7;this.a.push(a)};S.prototype.writeUnsignedVarint32=S.prototype.j;S.prototype.M=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);if(0<=a)this.j(a);else{for(var b=0;9>b;b++)this.a.push(a&127|128),a>>=7;this.a.push(1)}};
103
+ S.prototype.writeSignedVarint32=S.prototype.M;S.prototype.va=function(a){n(a==Math.floor(a));n(0<=a&&1.8446744073709552E19>a);A(a);this.l(y,z)};S.prototype.writeUnsignedVarint64=S.prototype.va;S.prototype.ua=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);A(a);this.l(y,z)};S.prototype.writeSignedVarint64=S.prototype.ua;S.prototype.wa=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.j((a<<1^a>>31)>>>0)};S.prototype.writeZigzagVarint32=S.prototype.wa;
104
+ S.prototype.xa=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);Ga(a);this.l(y,z)};S.prototype.writeZigzagVarint64=S.prototype.xa;S.prototype.Ta=function(a){this.W(H(a))};S.prototype.writeZigzagVarint64String=S.prototype.Ta;S.prototype.W=function(a){var b=this;C(a);Ja(y,z,function(c,d){b.l(c>>>0,d>>>0)})};S.prototype.writeZigzagVarintHash64=S.prototype.W;S.prototype.be=function(a){n(a==Math.floor(a));n(0<=a&&256>a);this.a.push(a>>>0&255)};S.prototype.writeUint8=S.prototype.be;
105
+ S.prototype.ae=function(a){n(a==Math.floor(a));n(0<=a&&65536>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255)};S.prototype.writeUint16=S.prototype.ae;S.prototype.s=function(a){n(a==Math.floor(a));n(0<=a&&4294967296>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255);this.a.push(a>>>16&255);this.a.push(a>>>24&255)};S.prototype.writeUint32=S.prototype.s;S.prototype.V=function(a){n(a==Math.floor(a));n(0<=a&&1.8446744073709552E19>a);Fa(a);this.s(y);this.s(z)};S.prototype.writeUint64=S.prototype.V;
106
+ S.prototype.Qc=function(a){n(a==Math.floor(a));n(-128<=a&&128>a);this.a.push(a>>>0&255)};S.prototype.writeInt8=S.prototype.Qc;S.prototype.Pc=function(a){n(a==Math.floor(a));n(-32768<=a&&32768>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255)};S.prototype.writeInt16=S.prototype.Pc;S.prototype.S=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255);this.a.push(a>>>16&255);this.a.push(a>>>24&255)};S.prototype.writeInt32=S.prototype.S;
107
+ S.prototype.T=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);A(a);this.A(y,z)};S.prototype.writeInt64=S.prototype.T;S.prototype.ka=function(a){n(a==Math.floor(a));n(-9223372036854775808<=+a&&0x7fffffffffffffff>+a);C(H(a));this.A(y,z)};S.prototype.writeInt64String=S.prototype.ka;S.prototype.L=function(a){n(Infinity===a||-Infinity===a||isNaN(a)||-3.4028234663852886E38<=a&&3.4028234663852886E38>=a);Ha(a);this.s(y)};S.prototype.writeFloat=S.prototype.L;
108
+ S.prototype.J=function(a){n(Infinity===a||-Infinity===a||isNaN(a)||-1.7976931348623157E308<=a&&1.7976931348623157E308>=a);Ia(a);this.s(y);this.s(z)};S.prototype.writeDouble=S.prototype.J;S.prototype.I=function(a){n("boolean"===typeof a||"number"===typeof a);this.a.push(a?1:0)};S.prototype.writeBool=S.prototype.I;S.prototype.R=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.M(a)};S.prototype.writeEnum=S.prototype.R;S.prototype.ja=function(a){this.a.push.apply(this.a,a)};
109
+ S.prototype.writeBytes=S.prototype.ja;S.prototype.N=function(a){C(a);this.l(y,z)};S.prototype.writeVarintHash64=S.prototype.N;S.prototype.K=function(a){C(a);this.s(y);this.s(z)};S.prototype.writeFixedHash64=S.prototype.K;
110
+ S.prototype.U=function(a){var b=this.a.length;ta(a);for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(128>d)this.a.push(d);else if(2048>d)this.a.push(d>>6|192),this.a.push(d&63|128);else if(65536>d)if(55296<=d&&56319>=d&&c+1<a.length){var f=a.charCodeAt(c+1);56320<=f&&57343>=f&&(d=1024*(d-55296)+f-56320+65536,this.a.push(d>>18|240),this.a.push(d>>12&63|128),this.a.push(d>>6&63|128),this.a.push(d&63|128),c++)}else this.a.push(d>>12|224),this.a.push(d>>6&63|128),this.a.push(d&63|128)}return this.a.length-
111
+ b};S.prototype.writeString=S.prototype.U;function T(a,b){this.lo=a;this.hi=b}g("jspb.arith.UInt64",T,void 0);T.prototype.cmp=function(a){return this.hi<a.hi||this.hi==a.hi&&this.lo<a.lo?-1:this.hi==a.hi&&this.lo==a.lo?0:1};T.prototype.cmp=T.prototype.cmp;T.prototype.La=function(){return new T((this.lo>>>1|(this.hi&1)<<31)>>>0,this.hi>>>1>>>0)};T.prototype.rightShift=T.prototype.La;T.prototype.Da=function(){return new T(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)};T.prototype.leftShift=T.prototype.Da;
112
+ T.prototype.cb=function(){return!!(this.hi&2147483648)};T.prototype.msb=T.prototype.cb;T.prototype.Ob=function(){return!!(this.lo&1)};T.prototype.lsb=T.prototype.Ob;T.prototype.Ua=function(){return 0==this.lo&&0==this.hi};T.prototype.zero=T.prototype.Ua;T.prototype.add=function(a){return new T((this.lo+a.lo&4294967295)>>>0>>>0,((this.hi+a.hi&4294967295)>>>0)+(4294967296<=this.lo+a.lo?1:0)>>>0)};T.prototype.add=T.prototype.add;
113
+ T.prototype.sub=function(a){return new T((this.lo-a.lo&4294967295)>>>0>>>0,((this.hi-a.hi&4294967295)>>>0)-(0>this.lo-a.lo?1:0)>>>0)};T.prototype.sub=T.prototype.sub;function rb(a,b){var c=a&65535;a>>>=16;var d=b&65535,f=b>>>16;b=c*d+65536*(c*f&65535)+65536*(a*d&65535);for(c=a*f+(c*f>>>16)+(a*d>>>16);4294967296<=b;)b-=4294967296,c+=1;return new T(b>>>0,c>>>0)}T.mul32x32=rb;T.prototype.eb=function(a){var b=rb(this.lo,a);a=rb(this.hi,a);a.hi=a.lo;a.lo=0;return b.add(a)};T.prototype.mul=T.prototype.eb;
114
+ T.prototype.Xa=function(a){if(0==a)return[];var b=new T(0,0),c=new T(this.lo,this.hi);a=new T(a,0);for(var d=new T(1,0);!a.cb();)a=a.Da(),d=d.Da();for(;!d.Ua();)0>=a.cmp(c)&&(b=b.add(d),c=c.sub(a)),a=a.La(),d=d.La();return[b,c]};T.prototype.div=T.prototype.Xa;T.prototype.toString=function(){for(var a="",b=this;!b.Ua();){b=b.Xa(10);var c=b[0];a=b[1].lo+a;b=c}""==a&&(a="0");return a};T.prototype.toString=T.prototype.toString;
115
+ function U(a){for(var b=new T(0,0),c=new T(0,0),d=0;d<a.length;d++){if("0">a[d]||"9"<a[d])return null;c.lo=parseInt(a[d],10);b=b.eb(10).add(c)}return b}T.fromString=U;T.prototype.clone=function(){return new T(this.lo,this.hi)};T.prototype.clone=T.prototype.clone;function V(a,b){this.lo=a;this.hi=b}g("jspb.arith.Int64",V,void 0);V.prototype.add=function(a){return new V((this.lo+a.lo&4294967295)>>>0>>>0,((this.hi+a.hi&4294967295)>>>0)+(4294967296<=this.lo+a.lo?1:0)>>>0)};V.prototype.add=V.prototype.add;
116
+ V.prototype.sub=function(a){return new V((this.lo-a.lo&4294967295)>>>0>>>0,((this.hi-a.hi&4294967295)>>>0)-(0>this.lo-a.lo?1:0)>>>0)};V.prototype.sub=V.prototype.sub;V.prototype.clone=function(){return new V(this.lo,this.hi)};V.prototype.clone=V.prototype.clone;V.prototype.toString=function(){var a=0!=(this.hi&2147483648),b=new T(this.lo,this.hi);a&&(b=(new T(0,0)).sub(b));return(a?"-":"")+b.toString()};V.prototype.toString=V.prototype.toString;
117
+ function sb(a){var b=0<a.length&&"-"==a[0];b&&(a=a.substring(1));a=U(a);if(null===a)return null;b&&(a=(new T(0,0)).sub(a));return new V(a.lo,a.hi)}V.fromString=sb;function W(){this.c=[];this.b=0;this.a=new S;this.h=[]}g("jspb.BinaryWriter",W,void 0);function tb(a,b){var c=a.a.end();a.c.push(c);a.c.push(b);a.b+=c.length+b.length}function X(a,b){Y(a,b,2);b=a.a.end();a.c.push(b);a.b+=b.length;b.push(a.b);return b}function Z(a,b){var c=b.pop();c=a.b+a.a.length()-c;for(n(0<=c);127<c;)b.push(c&127|128),c>>>=7,a.b++;b.push(c);a.b++}W.prototype.pb=function(a,b,c){tb(this,a.subarray(b,c))};W.prototype.writeSerializedMessage=W.prototype.pb;
118
+ W.prototype.Pb=function(a,b,c){null!=a&&null!=b&&null!=c&&this.pb(a,b,c)};W.prototype.maybeWriteSerializedMessage=W.prototype.Pb;W.prototype.reset=function(){this.c=[];this.a.end();this.b=0;this.h=[]};W.prototype.reset=W.prototype.reset;W.prototype.ab=function(){n(0==this.h.length);for(var a=new Uint8Array(this.b+this.a.length()),b=this.c,c=b.length,d=0,f=0;f<c;f++){var h=b[f];a.set(h,d);d+=h.length}b=this.a.end();a.set(b,d);d+=b.length;n(d==a.length);this.c=[a];return a};
119
+ W.prototype.getResultBuffer=W.prototype.ab;W.prototype.Kb=function(a){return Ba(this.ab(),a)};W.prototype.getResultBase64String=W.prototype.Kb;W.prototype.Va=function(a){this.h.push(X(this,a))};W.prototype.beginSubMessage=W.prototype.Va;W.prototype.Ya=function(){n(0<=this.h.length);Z(this,this.h.pop())};W.prototype.endSubMessage=W.prototype.Ya;function Y(a,b,c){n(1<=b&&b==Math.floor(b));a.a.j(8*b+c)}
120
+ W.prototype.Nc=function(a,b,c){switch(a){case 1:this.J(b,c);break;case 2:this.L(b,c);break;case 3:this.T(b,c);break;case 4:this.V(b,c);break;case 5:this.S(b,c);break;case 6:this.Qa(b,c);break;case 7:this.Pa(b,c);break;case 8:this.I(b,c);break;case 9:this.U(b,c);break;case 10:p("Group field type not supported in writeAny()");break;case 11:p("Message field type not supported in writeAny()");break;case 12:this.ja(b,c);break;case 13:this.s(b,c);break;case 14:this.R(b,c);break;case 15:this.Ra(b,c);break;
121
+ case 16:this.Sa(b,c);break;case 17:this.rb(b,c);break;case 18:this.sb(b,c);break;case 30:this.K(b,c);break;case 31:this.N(b,c);break;default:p("Invalid field type in writeAny()")}};W.prototype.writeAny=W.prototype.Nc;function ub(a,b,c){null!=c&&(Y(a,b,0),a.a.j(c))}function vb(a,b,c){null!=c&&(Y(a,b,0),a.a.M(c))}W.prototype.S=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),vb(this,a,b))};W.prototype.writeInt32=W.prototype.S;
122
+ W.prototype.ob=function(a,b){null!=b&&(b=parseInt(b,10),n(-2147483648<=b&&2147483648>b),vb(this,a,b))};W.prototype.writeInt32String=W.prototype.ob;W.prototype.T=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),null!=b&&(Y(this,a,0),this.a.ua(b)))};W.prototype.writeInt64=W.prototype.T;W.prototype.ka=function(a,b){null!=b&&(b=sb(b),Y(this,a,0),this.a.l(b.lo,b.hi))};W.prototype.writeInt64String=W.prototype.ka;
123
+ W.prototype.s=function(a,b){null!=b&&(n(0<=b&&4294967296>b),ub(this,a,b))};W.prototype.writeUint32=W.prototype.s;W.prototype.ub=function(a,b){null!=b&&(b=parseInt(b,10),n(0<=b&&4294967296>b),ub(this,a,b))};W.prototype.writeUint32String=W.prototype.ub;W.prototype.V=function(a,b){null!=b&&(n(0<=b&&1.8446744073709552E19>b),null!=b&&(Y(this,a,0),this.a.va(b)))};W.prototype.writeUint64=W.prototype.V;W.prototype.vb=function(a,b){null!=b&&(b=U(b),Y(this,a,0),this.a.l(b.lo,b.hi))};
124
+ W.prototype.writeUint64String=W.prototype.vb;W.prototype.rb=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),null!=b&&(Y(this,a,0),this.a.wa(b)))};W.prototype.writeSint32=W.prototype.rb;W.prototype.sb=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),null!=b&&(Y(this,a,0),this.a.xa(b)))};W.prototype.writeSint64=W.prototype.sb;W.prototype.$d=function(a,b){null!=b&&null!=b&&(Y(this,a,0),this.a.W(b))};W.prototype.writeSintHash64=W.prototype.$d;
125
+ W.prototype.Zd=function(a,b){null!=b&&null!=b&&(Y(this,a,0),this.a.Ta(b))};W.prototype.writeSint64String=W.prototype.Zd;W.prototype.Pa=function(a,b){null!=b&&(n(0<=b&&4294967296>b),Y(this,a,5),this.a.s(b))};W.prototype.writeFixed32=W.prototype.Pa;W.prototype.Qa=function(a,b){null!=b&&(n(0<=b&&1.8446744073709552E19>b),Y(this,a,1),this.a.V(b))};W.prototype.writeFixed64=W.prototype.Qa;W.prototype.nb=function(a,b){null!=b&&(b=U(b),Y(this,a,1),this.a.A(b.lo,b.hi))};W.prototype.writeFixed64String=W.prototype.nb;
126
+ W.prototype.Ra=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),Y(this,a,5),this.a.S(b))};W.prototype.writeSfixed32=W.prototype.Ra;W.prototype.Sa=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),Y(this,a,1),this.a.T(b))};W.prototype.writeSfixed64=W.prototype.Sa;W.prototype.qb=function(a,b){null!=b&&(b=sb(b),Y(this,a,1),this.a.A(b.lo,b.hi))};W.prototype.writeSfixed64String=W.prototype.qb;W.prototype.L=function(a,b){null!=b&&(Y(this,a,5),this.a.L(b))};
127
+ W.prototype.writeFloat=W.prototype.L;W.prototype.J=function(a,b){null!=b&&(Y(this,a,1),this.a.J(b))};W.prototype.writeDouble=W.prototype.J;W.prototype.I=function(a,b){null!=b&&(n("boolean"===typeof b||"number"===typeof b),Y(this,a,0),this.a.I(b))};W.prototype.writeBool=W.prototype.I;W.prototype.R=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),Y(this,a,0),this.a.M(b))};W.prototype.writeEnum=W.prototype.R;W.prototype.U=function(a,b){null!=b&&(a=X(this,a),this.a.U(b),Z(this,a))};
128
+ W.prototype.writeString=W.prototype.U;W.prototype.ja=function(a,b){null!=b&&(b=Ua(b),Y(this,a,2),this.a.j(b.length),tb(this,b))};W.prototype.writeBytes=W.prototype.ja;W.prototype.Rc=function(a,b,c){null!=b&&(a=X(this,a),c(b,this),Z(this,a))};W.prototype.writeMessage=W.prototype.Rc;W.prototype.Sc=function(a,b,c){null!=b&&(Y(this,1,3),Y(this,2,0),this.a.M(a),a=X(this,3),c(b,this),Z(this,a),Y(this,1,4))};W.prototype.writeMessageSet=W.prototype.Sc;
129
+ W.prototype.Oc=function(a,b,c){null!=b&&(Y(this,a,3),c(b,this),Y(this,a,4))};W.prototype.writeGroup=W.prototype.Oc;W.prototype.K=function(a,b){null!=b&&(n(8==b.length),Y(this,a,1),this.a.K(b))};W.prototype.writeFixedHash64=W.prototype.K;W.prototype.N=function(a,b){null!=b&&(n(8==b.length),Y(this,a,0),this.a.N(b))};W.prototype.writeVarintHash64=W.prototype.N;W.prototype.A=function(a,b,c){Y(this,a,1);this.a.A(b,c)};W.prototype.writeSplitFixed64=W.prototype.A;
130
+ W.prototype.l=function(a,b,c){Y(this,a,0);this.a.l(b,c)};W.prototype.writeSplitVarint64=W.prototype.l;W.prototype.tb=function(a,b,c){Y(this,a,0);var d=this.a;Ja(b,c,function(f,h){d.l(f>>>0,h>>>0)})};W.prototype.writeSplitZigzagVarint64=W.prototype.tb;W.prototype.Ed=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)vb(this,a,b[c])};W.prototype.writeRepeatedInt32=W.prototype.Ed;W.prototype.Fd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.ob(a,b[c])};
131
+ W.prototype.writeRepeatedInt32String=W.prototype.Fd;W.prototype.Gd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.ua(d))}};W.prototype.writeRepeatedInt64=W.prototype.Gd;W.prototype.Qd=function(a,b,c,d){if(null!=b)for(var f=0;f<b.length;f++)this.A(a,c(b[f]),d(b[f]))};W.prototype.writeRepeatedSplitFixed64=W.prototype.Qd;W.prototype.Rd=function(a,b,c,d){if(null!=b)for(var f=0;f<b.length;f++)this.l(a,c(b[f]),d(b[f]))};
132
+ W.prototype.writeRepeatedSplitVarint64=W.prototype.Rd;W.prototype.Sd=function(a,b,c,d){if(null!=b)for(var f=0;f<b.length;f++)this.tb(a,c(b[f]),d(b[f]))};W.prototype.writeRepeatedSplitZigzagVarint64=W.prototype.Sd;W.prototype.Hd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.ka(a,b[c])};W.prototype.writeRepeatedInt64String=W.prototype.Hd;W.prototype.Ud=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)ub(this,a,b[c])};W.prototype.writeRepeatedUint32=W.prototype.Ud;
133
+ W.prototype.Vd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.ub(a,b[c])};W.prototype.writeRepeatedUint32String=W.prototype.Vd;W.prototype.Wd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.va(d))}};W.prototype.writeRepeatedUint64=W.prototype.Wd;W.prototype.Xd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.vb(a,b[c])};W.prototype.writeRepeatedUint64String=W.prototype.Xd;
134
+ W.prototype.Md=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.wa(d))}};W.prototype.writeRepeatedSint32=W.prototype.Md;W.prototype.Nd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.xa(d))}};W.prototype.writeRepeatedSint64=W.prototype.Nd;W.prototype.Od=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.Ta(d))}};W.prototype.writeRepeatedSint64String=W.prototype.Od;
135
+ W.prototype.Pd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++){var d=b[c];null!=d&&(Y(this,a,0),this.a.W(d))}};W.prototype.writeRepeatedSintHash64=W.prototype.Pd;W.prototype.yd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.Pa(a,b[c])};W.prototype.writeRepeatedFixed32=W.prototype.yd;W.prototype.zd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.Qa(a,b[c])};W.prototype.writeRepeatedFixed64=W.prototype.zd;
136
+ W.prototype.Ad=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.nb(a,b[c])};W.prototype.writeRepeatedFixed64String=W.prototype.Ad;W.prototype.Jd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.Ra(a,b[c])};W.prototype.writeRepeatedSfixed32=W.prototype.Jd;W.prototype.Kd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.Sa(a,b[c])};W.prototype.writeRepeatedSfixed64=W.prototype.Kd;W.prototype.Ld=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.qb(a,b[c])};
137
+ W.prototype.writeRepeatedSfixed64String=W.prototype.Ld;W.prototype.Cd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.L(a,b[c])};W.prototype.writeRepeatedFloat=W.prototype.Cd;W.prototype.wd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.J(a,b[c])};W.prototype.writeRepeatedDouble=W.prototype.wd;W.prototype.ud=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.I(a,b[c])};W.prototype.writeRepeatedBool=W.prototype.ud;
138
+ W.prototype.xd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.R(a,b[c])};W.prototype.writeRepeatedEnum=W.prototype.xd;W.prototype.Td=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.U(a,b[c])};W.prototype.writeRepeatedString=W.prototype.Td;W.prototype.vd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.ja(a,b[c])};W.prototype.writeRepeatedBytes=W.prototype.vd;W.prototype.Id=function(a,b,c){if(null!=b)for(var d=0;d<b.length;d++){var f=X(this,a);c(b[d],this);Z(this,f)}};
139
+ W.prototype.writeRepeatedMessage=W.prototype.Id;W.prototype.Dd=function(a,b,c){if(null!=b)for(var d=0;d<b.length;d++)Y(this,a,3),c(b[d],this),Y(this,a,4)};W.prototype.writeRepeatedGroup=W.prototype.Dd;W.prototype.Bd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.K(a,b[c])};W.prototype.writeRepeatedFixedHash64=W.prototype.Bd;W.prototype.Yd=function(a,b){if(null!=b)for(var c=0;c<b.length;c++)this.N(a,b[c])};W.prototype.writeRepeatedVarintHash64=W.prototype.Yd;
140
+ W.prototype.ad=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.M(b[c]);Z(this,a)}};W.prototype.writePackedInt32=W.prototype.ad;W.prototype.bd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.M(parseInt(b[c],10));Z(this,a)}};W.prototype.writePackedInt32String=W.prototype.bd;W.prototype.cd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.ua(b[c]);Z(this,a)}};W.prototype.writePackedInt64=W.prototype.cd;
141
+ W.prototype.md=function(a,b,c,d){if(null!=b){a=X(this,a);for(var f=0;f<b.length;f++)this.a.A(c(b[f]),d(b[f]));Z(this,a)}};W.prototype.writePackedSplitFixed64=W.prototype.md;W.prototype.nd=function(a,b,c,d){if(null!=b){a=X(this,a);for(var f=0;f<b.length;f++)this.a.l(c(b[f]),d(b[f]));Z(this,a)}};W.prototype.writePackedSplitVarint64=W.prototype.nd;W.prototype.od=function(a,b,c,d){if(null!=b){a=X(this,a);for(var f=this.a,h=0;h<b.length;h++)Ja(c(b[h]),d(b[h]),function(m,t){f.l(m>>>0,t>>>0)});Z(this,a)}};
142
+ W.prototype.writePackedSplitZigzagVarint64=W.prototype.od;W.prototype.dd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++){var d=sb(b[c]);this.a.l(d.lo,d.hi)}Z(this,a)}};W.prototype.writePackedInt64String=W.prototype.dd;W.prototype.pd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.j(b[c]);Z(this,a)}};W.prototype.writePackedUint32=W.prototype.pd;
143
+ W.prototype.qd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.j(parseInt(b[c],10));Z(this,a)}};W.prototype.writePackedUint32String=W.prototype.qd;W.prototype.rd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.va(b[c]);Z(this,a)}};W.prototype.writePackedUint64=W.prototype.rd;W.prototype.sd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++){var d=U(b[c]);this.a.l(d.lo,d.hi)}Z(this,a)}};
144
+ W.prototype.writePackedUint64String=W.prototype.sd;W.prototype.hd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.wa(b[c]);Z(this,a)}};W.prototype.writePackedSint32=W.prototype.hd;W.prototype.jd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.xa(b[c]);Z(this,a)}};W.prototype.writePackedSint64=W.prototype.jd;W.prototype.kd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.W(H(b[c]));Z(this,a)}};
145
+ W.prototype.writePackedSint64String=W.prototype.kd;W.prototype.ld=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.W(b[c]);Z(this,a)}};W.prototype.writePackedSintHash64=W.prototype.ld;W.prototype.Wc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(4*b.length),a=0;a<b.length;a++)this.a.s(b[a])};W.prototype.writePackedFixed32=W.prototype.Wc;W.prototype.Xc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++)this.a.V(b[a])};
146
+ W.prototype.writePackedFixed64=W.prototype.Xc;W.prototype.Yc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++){var c=U(b[a]);this.a.A(c.lo,c.hi)}};W.prototype.writePackedFixed64String=W.prototype.Yc;W.prototype.ed=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(4*b.length),a=0;a<b.length;a++)this.a.S(b[a])};W.prototype.writePackedSfixed32=W.prototype.ed;
147
+ W.prototype.fd=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++)this.a.T(b[a])};W.prototype.writePackedSfixed64=W.prototype.fd;W.prototype.gd=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++)this.a.ka(b[a])};W.prototype.writePackedSfixed64String=W.prototype.gd;W.prototype.$c=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(4*b.length),a=0;a<b.length;a++)this.a.L(b[a])};W.prototype.writePackedFloat=W.prototype.$c;
148
+ W.prototype.Uc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++)this.a.J(b[a])};W.prototype.writePackedDouble=W.prototype.Uc;W.prototype.Tc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(b.length),a=0;a<b.length;a++)this.a.I(b[a])};W.prototype.writePackedBool=W.prototype.Tc;W.prototype.Vc=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.R(b[c]);Z(this,a)}};W.prototype.writePackedEnum=W.prototype.Vc;
149
+ W.prototype.Zc=function(a,b){if(null!=b&&b.length)for(Y(this,a,2),this.a.j(8*b.length),a=0;a<b.length;a++)this.a.K(b[a])};W.prototype.writePackedFixedHash64=W.prototype.Zc;W.prototype.td=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;c<b.length;c++)this.a.N(b[c]);Z(this,a)}};W.prototype.writePackedVarintHash64=W.prototype.td;"object"===typeof exports&&(exports.debug=R,exports.Map=r,exports.Message=N,exports.BinaryReader=J,exports.BinaryWriter=W,exports.ExtensionFieldInfo=Ya,exports.ExtensionFieldBinaryInfo=Za,exports.exportSymbol=ma,exports.inherits=na,exports.object={extend:pa},exports.typeOf=k);
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "google-protobuf",
3
+ "version": "3.21.4",
4
+ "description": "Protocol Buffers for JavaScript",
5
+ "main": "google-protobuf.js",
6
+ "files": [
7
+ "google/protobuf/*_pb.js",
8
+ "google/protobuf/compiler/*_pb.js",
9
+ "google-protobuf.js",
10
+ "LICENSE.md",
11
+ "LICENSE-asserts.md",
12
+ "package.json",
13
+ "README.md"
14
+ ],
15
+ "dependencies": {},
16
+ "devDependencies": {
17
+ "glob": "~7.1.4",
18
+ "google-closure-compiler": "~20190819.0.0",
19
+ "google-closure-deps": "^20210406.0.0",
20
+ "google-closure-library": "~20200315.0.0",
21
+ "gulp": "~5.0.0",
22
+ "jasmine": "~3.5.0"
23
+ },
24
+ "scripts": {
25
+ "build": "node ./node_modules/gulp/bin/gulp.js dist",
26
+ "test": "node ./node_modules/gulp/bin/gulp.js test",
27
+ "clean": "node ./node_modules/gulp/bin/gulp.js clean"
28
+ },
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/protocolbuffers/protobuf-javascript"
32
+ },
33
+ "author": "Google Protocol Buffers Team",
34
+ "license": "(BSD-3-Clause AND Apache-2.0)"
35
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("./types");
4
+ function createRejection(error, ...beforeErrorGroups) {
5
+ const promise = (async () => {
6
+ if (error instanceof types_1.RequestError) {
7
+ try {
8
+ for (const hooks of beforeErrorGroups) {
9
+ if (hooks) {
10
+ for (const hook of hooks) {
11
+ // eslint-disable-next-line no-await-in-loop
12
+ error = await hook(error);
13
+ }
14
+ }
15
+ }
16
+ }
17
+ catch (error_) {
18
+ error = error_;
19
+ }
20
+ }
21
+ throw error;
22
+ })();
23
+ const returnPromise = () => promise;
24
+ promise.json = returnPromise;
25
+ promise.text = returnPromise;
26
+ promise.buffer = returnPromise;
27
+ promise.on = returnPromise;
28
+ return promise;
29
+ }
30
+ exports.default = createRejection;
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ const events_1 = require("events");
14
+ const is_1 = require("@sindresorhus/is");
15
+ const PCancelable = require("p-cancelable");
16
+ const types_1 = require("./types");
17
+ const parse_body_1 = require("./parse-body");
18
+ const core_1 = require("../core");
19
+ const proxy_events_1 = require("../core/utils/proxy-events");
20
+ const get_buffer_1 = require("../core/utils/get-buffer");
21
+ const is_response_ok_1 = require("../core/utils/is-response-ok");
22
+ const proxiedRequestEvents = [
23
+ 'request',
24
+ 'response',
25
+ 'redirect',
26
+ 'uploadProgress',
27
+ 'downloadProgress'
28
+ ];
29
+ function asPromise(normalizedOptions) {
30
+ let globalRequest;
31
+ let globalResponse;
32
+ const emitter = new events_1.EventEmitter();
33
+ const promise = new PCancelable((resolve, reject, onCancel) => {
34
+ const makeRequest = (retryCount) => {
35
+ const request = new core_1.default(undefined, normalizedOptions);
36
+ request.retryCount = retryCount;
37
+ request._noPipe = true;
38
+ onCancel(() => request.destroy());
39
+ onCancel.shouldReject = false;
40
+ onCancel(() => reject(new types_1.CancelError(request)));
41
+ globalRequest = request;
42
+ request.once('response', async (response) => {
43
+ var _a;
44
+ response.retryCount = retryCount;
45
+ if (response.request.aborted) {
46
+ // Canceled while downloading - will throw a `CancelError` or `TimeoutError` error
47
+ return;
48
+ }
49
+ // Download body
50
+ let rawBody;
51
+ try {
52
+ rawBody = await get_buffer_1.default(request);
53
+ response.rawBody = rawBody;
54
+ }
55
+ catch (_b) {
56
+ // The same error is caught below.
57
+ // See request.once('error')
58
+ return;
59
+ }
60
+ if (request._isAboutToError) {
61
+ return;
62
+ }
63
+ // Parse body
64
+ const contentEncoding = ((_a = response.headers['content-encoding']) !== null && _a !== void 0 ? _a : '').toLowerCase();
65
+ const isCompressed = ['gzip', 'deflate', 'br'].includes(contentEncoding);
66
+ const { options } = request;
67
+ if (isCompressed && !options.decompress) {
68
+ response.body = rawBody;
69
+ }
70
+ else {
71
+ try {
72
+ response.body = parse_body_1.default(response, options.responseType, options.parseJson, options.encoding);
73
+ }
74
+ catch (error) {
75
+ // Fallback to `utf8`
76
+ response.body = rawBody.toString();
77
+ if (is_response_ok_1.isResponseOk(response)) {
78
+ request._beforeError(error);
79
+ return;
80
+ }
81
+ }
82
+ }
83
+ try {
84
+ for (const [index, hook] of options.hooks.afterResponse.entries()) {
85
+ // @ts-expect-error TS doesn't notice that CancelableRequest is a Promise
86
+ // eslint-disable-next-line no-await-in-loop
87
+ response = await hook(response, async (updatedOptions) => {
88
+ const typedOptions = core_1.default.normalizeArguments(undefined, {
89
+ ...updatedOptions,
90
+ retry: {
91
+ calculateDelay: () => 0
92
+ },
93
+ throwHttpErrors: false,
94
+ resolveBodyOnly: false
95
+ }, options);
96
+ // Remove any further hooks for that request, because we'll call them anyway.
97
+ // The loop continues. We don't want duplicates (asPromise recursion).
98
+ typedOptions.hooks.afterResponse = typedOptions.hooks.afterResponse.slice(0, index);
99
+ for (const hook of typedOptions.hooks.beforeRetry) {
100
+ // eslint-disable-next-line no-await-in-loop
101
+ await hook(typedOptions);
102
+ }
103
+ const promise = asPromise(typedOptions);
104
+ onCancel(() => {
105
+ promise.catch(() => { });
106
+ promise.cancel();
107
+ });
108
+ return promise;
109
+ });
110
+ }
111
+ }
112
+ catch (error) {
113
+ request._beforeError(new types_1.RequestError(error.message, error, request));
114
+ return;
115
+ }
116
+ globalResponse = response;
117
+ if (!is_response_ok_1.isResponseOk(response)) {
118
+ request._beforeError(new types_1.HTTPError(response));
119
+ return;
120
+ }
121
+ request.destroy();
122
+ resolve(request.options.resolveBodyOnly ? response.body : response);
123
+ });
124
+ const onError = (error) => {
125
+ if (promise.isCanceled) {
126
+ return;
127
+ }
128
+ const { options } = request;
129
+ if (error instanceof types_1.HTTPError && !options.throwHttpErrors) {
130
+ const { response } = error;
131
+ resolve(request.options.resolveBodyOnly ? response.body : response);
132
+ return;
133
+ }
134
+ reject(error);
135
+ };
136
+ request.once('error', onError);
137
+ const previousBody = request.options.body;
138
+ request.once('retry', (newRetryCount, error) => {
139
+ var _a, _b;
140
+ if (previousBody === ((_a = error.request) === null || _a === void 0 ? void 0 : _a.options.body) && is_1.default.nodeStream((_b = error.request) === null || _b === void 0 ? void 0 : _b.options.body)) {
141
+ onError(error);
142
+ return;
143
+ }
144
+ makeRequest(newRetryCount);
145
+ });
146
+ proxy_events_1.default(request, emitter, proxiedRequestEvents);
147
+ };
148
+ makeRequest(0);
149
+ });
150
+ promise.on = (event, fn) => {
151
+ emitter.on(event, fn);
152
+ return promise;
153
+ };
154
+ const shortcut = (responseType) => {
155
+ const newPromise = (async () => {
156
+ // Wait until downloading has ended
157
+ await promise;
158
+ const { options } = globalResponse.request;
159
+ return parse_body_1.default(globalResponse, responseType, options.parseJson, options.encoding);
160
+ })();
161
+ Object.defineProperties(newPromise, Object.getOwnPropertyDescriptors(promise));
162
+ return newPromise;
163
+ };
164
+ promise.json = () => {
165
+ const { headers } = globalRequest.options;
166
+ if (!globalRequest.writableFinished && headers.accept === undefined) {
167
+ headers.accept = 'application/json';
168
+ }
169
+ return shortcut('json');
170
+ };
171
+ promise.buffer = () => shortcut('buffer');
172
+ promise.text = () => shortcut('text');
173
+ return promise;
174
+ }
175
+ exports.default = asPromise;
176
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const is_1 = require("@sindresorhus/is");
4
+ const normalizeArguments = (options, defaults) => {
5
+ if (is_1.default.null_(options.encoding)) {
6
+ throw new TypeError('To get a Buffer, set `options.responseType` to `buffer` instead');
7
+ }
8
+ is_1.assert.any([is_1.default.string, is_1.default.undefined], options.encoding);
9
+ is_1.assert.any([is_1.default.boolean, is_1.default.undefined], options.resolveBodyOnly);
10
+ is_1.assert.any([is_1.default.boolean, is_1.default.undefined], options.methodRewriting);
11
+ is_1.assert.any([is_1.default.boolean, is_1.default.undefined], options.isStream);
12
+ is_1.assert.any([is_1.default.string, is_1.default.undefined], options.responseType);
13
+ // `options.responseType`
14
+ if (options.responseType === undefined) {
15
+ options.responseType = 'text';
16
+ }
17
+ // `options.retry`
18
+ const { retry } = options;
19
+ if (defaults) {
20
+ options.retry = { ...defaults.retry };
21
+ }
22
+ else {
23
+ options.retry = {
24
+ calculateDelay: retryObject => retryObject.computedValue,
25
+ limit: 0,
26
+ methods: [],
27
+ statusCodes: [],
28
+ errorCodes: [],
29
+ maxRetryAfter: undefined
30
+ };
31
+ }
32
+ if (is_1.default.object(retry)) {
33
+ options.retry = {
34
+ ...options.retry,
35
+ ...retry
36
+ };
37
+ options.retry.methods = [...new Set(options.retry.methods.map(method => method.toUpperCase()))];
38
+ options.retry.statusCodes = [...new Set(options.retry.statusCodes)];
39
+ options.retry.errorCodes = [...new Set(options.retry.errorCodes)];
40
+ }
41
+ else if (is_1.default.number(retry)) {
42
+ options.retry.limit = retry;
43
+ }
44
+ if (is_1.default.undefined(options.retry.maxRetryAfter)) {
45
+ options.retry.maxRetryAfter = Math.min(
46
+ // TypeScript is not smart enough to handle `.filter(x => is.number(x))`.
47
+ // eslint-disable-next-line unicorn/no-fn-reference-in-iterator
48
+ ...[options.timeout.request, options.timeout.connect].filter(is_1.default.number));
49
+ }
50
+ // `options.pagination`
51
+ if (is_1.default.object(options.pagination)) {
52
+ if (defaults) {
53
+ options.pagination = {
54
+ ...defaults.pagination,
55
+ ...options.pagination
56
+ };
57
+ }
58
+ const { pagination } = options;
59
+ if (!is_1.default.function_(pagination.transform)) {
60
+ throw new Error('`options.pagination.transform` must be implemented');
61
+ }
62
+ if (!is_1.default.function_(pagination.shouldContinue)) {
63
+ throw new Error('`options.pagination.shouldContinue` must be implemented');
64
+ }
65
+ if (!is_1.default.function_(pagination.filter)) {
66
+ throw new TypeError('`options.pagination.filter` must be implemented');
67
+ }
68
+ if (!is_1.default.function_(pagination.paginate)) {
69
+ throw new Error('`options.pagination.paginate` must be implemented');
70
+ }
71
+ }
72
+ // JSON mode
73
+ if (options.responseType === 'json' && options.headers.accept === undefined) {
74
+ options.headers.accept = 'application/json';
75
+ }
76
+ return options;
77
+ };
78
+ exports.default = normalizeArguments;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("./types");
4
+ const parseBody = (response, responseType, parseJson, encoding) => {
5
+ const { rawBody } = response;
6
+ try {
7
+ if (responseType === 'text') {
8
+ return rawBody.toString(encoding);
9
+ }
10
+ if (responseType === 'json') {
11
+ return rawBody.length === 0 ? '' : parseJson(rawBody.toString());
12
+ }
13
+ if (responseType === 'buffer') {
14
+ return rawBody;
15
+ }
16
+ throw new types_1.ParseError({
17
+ message: `Unknown body type '${responseType}'`,
18
+ name: 'Error'
19
+ }, response);
20
+ }
21
+ catch (error) {
22
+ throw new types_1.ParseError(error, response);
23
+ }
24
+ };
25
+ exports.default = parseBody;