@formant/data-sdk 1.82.11 → 1.82.12

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 (352) hide show
  1. package/dist/assets/PcdLoaderWorker-6fe0da29.js.map +1 -0
  2. package/dist/assets/data-loader.worker-a6fd974d.js.map +1 -0
  3. package/dist/assets/ui-sdk-realtime-player-core-worker.umd-68a6e16a.js.map +1 -0
  4. package/dist/data-sdk.cjs.js +163 -0
  5. package/dist/data-sdk.cjs.js.map +1 -0
  6. package/dist/data-sdk.es.js +35809 -0
  7. package/dist/data-sdk.es.js.map +1 -0
  8. package/dist/data-sdk.es6.js +35808 -0
  9. package/dist/data-sdk.umd.js +162 -0
  10. package/dist/types/common/browser.d.ts +2 -0
  11. package/dist/types/common/defined.d.ts +3 -0
  12. package/dist/types/common/delay.d.ts +1 -0
  13. package/dist/types/common/duration.d.ts +10 -0
  14. package/dist/types/common/fork.d.ts +5 -0
  15. package/dist/types/data-sdk/src/Account.d.ts +10 -0
  16. package/dist/types/data-sdk/src/App.d.ts +47 -0
  17. package/dist/types/data-sdk/src/AppRtcClientPools.d.ts +20 -0
  18. package/dist/types/data-sdk/src/AudioPlayer.d.ts +23 -0
  19. package/dist/types/data-sdk/src/Authentication.d.ts +2 -0
  20. package/dist/types/data-sdk/src/CaptureStream.d.ts +18 -0
  21. package/dist/types/data-sdk/src/DataChannel.d.ts +30 -0
  22. package/dist/types/data-sdk/src/EventTriggerGroup.d.ts +0 -0
  23. package/dist/types/data-sdk/src/Fleet.d.ts +108 -0
  24. package/dist/types/data-sdk/src/KeyValue.d.ts +8 -0
  25. package/dist/types/data-sdk/src/Manipulator.d.ts +21 -0
  26. package/dist/types/data-sdk/src/RequestDataChannel.d.ts +29 -0
  27. package/dist/types/data-sdk/src/Role.d.ts +8 -0
  28. package/dist/types/data-sdk/src/User.d.ts +8 -0
  29. package/dist/types/data-sdk/src/Views.d.ts +9 -0
  30. package/dist/types/data-sdk/src/api/addDeviceToFleet.d.ts +1 -0
  31. package/dist/types/data-sdk/src/api/aggregateTelemetry.d.ts +3 -0
  32. package/dist/types/data-sdk/src/api/createDevice.d.ts +2 -0
  33. package/dist/types/data-sdk/src/api/createFleet.d.ts +2 -0
  34. package/dist/types/data-sdk/src/api/createShareLink.d.ts +22 -0
  35. package/dist/types/data-sdk/src/api/deleteFleet.d.ts +1 -0
  36. package/dist/types/data-sdk/src/api/disableDevice.d.ts +2 -0
  37. package/dist/types/data-sdk/src/api/eventsCounter.d.ts +7 -0
  38. package/dist/types/data-sdk/src/api/getAllEventTriggerGroup.d.ts +2 -0
  39. package/dist/types/data-sdk/src/api/getAnalyticsModules.d.ts +2 -0
  40. package/dist/types/data-sdk/src/api/getAnalyticsRows.d.ts +8 -0
  41. package/dist/types/data-sdk/src/api/getAnalyticsStreams.d.ts +18 -0
  42. package/dist/types/data-sdk/src/api/getAnnotationCount.d.ts +4 -0
  43. package/dist/types/data-sdk/src/api/getAnnotationCountByIntervals.d.ts +8 -0
  44. package/dist/types/data-sdk/src/api/getCurrentGroup.d.ts +2 -0
  45. package/dist/types/data-sdk/src/api/getDevice.d.ts +2 -0
  46. package/dist/types/data-sdk/src/api/getDevices.d.ts +2 -0
  47. package/dist/types/data-sdk/src/api/getDevicesData.d.ts +2 -0
  48. package/dist/types/data-sdk/src/api/getEvent.d.ts +2 -0
  49. package/dist/types/data-sdk/src/api/getEventTriggerGroup.d.ts +2 -0
  50. package/dist/types/data-sdk/src/api/getFileUrl.d.ts +1 -0
  51. package/dist/types/data-sdk/src/api/getFleet.d.ts +2 -0
  52. package/dist/types/data-sdk/src/api/getFleetDevices.d.ts +1 -0
  53. package/dist/types/data-sdk/src/api/getInterventions.d.ts +2 -0
  54. package/dist/types/data-sdk/src/api/getLatestTelemetry.d.ts +3 -0
  55. package/dist/types/data-sdk/src/api/getModuleConfiguration.d.ts +1 -0
  56. package/dist/types/data-sdk/src/api/getOnlineDevices.d.ts +2 -0
  57. package/dist/types/data-sdk/src/api/getPeers.d.ts +2 -0
  58. package/dist/types/data-sdk/src/api/getRealtimeDevices.d.ts +2 -0
  59. package/dist/types/data-sdk/src/api/getRealtimeSessions.d.ts +3 -0
  60. package/dist/types/data-sdk/src/api/getStreams.d.ts +2 -0
  61. package/dist/types/data-sdk/src/api/getTaskReportRows.d.ts +26 -0
  62. package/dist/types/data-sdk/src/api/getTaskreportTables.d.ts +23 -0
  63. package/dist/types/data-sdk/src/api/getTelemetry.d.ts +4 -0
  64. package/dist/types/data-sdk/src/api/getViews.d.ts +2 -0
  65. package/dist/types/data-sdk/src/api/listFleets.d.ts +2 -0
  66. package/dist/types/data-sdk/src/api/patchDevice.d.ts +2 -0
  67. package/dist/types/data-sdk/src/api/patchEventTriggerGroup.d.ts +2 -0
  68. package/dist/types/data-sdk/src/api/patchFleet.d.ts +2 -0
  69. package/dist/types/data-sdk/src/api/patchStreams.d.ts +2 -0
  70. package/dist/types/data-sdk/src/api/patchView.d.ts +2 -0
  71. package/dist/types/data-sdk/src/api/queryAnalytics.d.ts +43 -0
  72. package/dist/types/data-sdk/src/api/queryDevices.d.ts +3 -0
  73. package/dist/types/data-sdk/src/api/queryDevicesData.d.ts +3 -0
  74. package/dist/types/data-sdk/src/api/queryEvents.d.ts +3 -0
  75. package/dist/types/data-sdk/src/api/queryTelemetry.d.ts +3 -0
  76. package/dist/types/data-sdk/src/api/teleopViews.d.ts +73 -0
  77. package/dist/types/data-sdk/src/cache/StoreCache.d.ts +19 -0
  78. package/dist/types/data-sdk/src/cache/filterDataByTime.d.ts +2 -0
  79. package/dist/types/data-sdk/src/cache/filterDataByType.d.ts +3 -0
  80. package/dist/types/data-sdk/src/cache/queryStore.d.ts +11 -0
  81. package/dist/types/data-sdk/src/config/index.d.ts +2 -0
  82. package/dist/types/data-sdk/src/config/whichFormantApiUrl.d.ts +6 -0
  83. package/dist/types/data-sdk/src/connector/common/Color.d.ts +13 -0
  84. package/dist/types/data-sdk/src/connector/common/LruCache.d.ts +18 -0
  85. package/dist/types/data-sdk/src/connector/common/PromiseLruCache.d.ts +11 -0
  86. package/dist/types/data-sdk/src/connector/common/Timeout.d.ts +1 -0
  87. package/dist/types/data-sdk/src/connector/common/defined.d.ts +3 -0
  88. package/dist/types/data-sdk/src/connector/common/delay.d.ts +1 -0
  89. package/dist/types/data-sdk/src/connector/common/duration.d.ts +10 -0
  90. package/dist/types/data-sdk/src/connector/common/equals.d.ts +1 -0
  91. package/dist/types/data-sdk/src/connector/common/errorToObject.d.ts +14 -0
  92. package/dist/types/data-sdk/src/connector/common/errorToString.d.ts +4 -0
  93. package/dist/types/data-sdk/src/connector/common/filterDataByTime.d.ts +2 -0
  94. package/dist/types/data-sdk/src/connector/common/filterDataByType.d.ts +3 -0
  95. package/dist/types/data-sdk/src/connector/common/flattenPoints.d.ts +8 -0
  96. package/dist/types/data-sdk/src/connector/common/fork.d.ts +5 -0
  97. package/dist/types/data-sdk/src/connector/common/range.d.ts +1 -0
  98. package/dist/types/data-sdk/src/connector/common/throttle.d.ts +1 -0
  99. package/dist/types/data-sdk/src/connector/common/toJsonLines.d.ts +1 -0
  100. package/dist/types/data-sdk/src/connector/common/toStringSafe.d.ts +8 -0
  101. package/dist/types/data-sdk/src/connector/data/BaseUniverseDataConnector.d.ts +69 -0
  102. package/dist/types/data-sdk/src/connector/data/DataFetchWorker.d.ts +1 -0
  103. package/dist/types/data-sdk/src/connector/data/LiveUniverseData.d.ts +36 -0
  104. package/dist/types/data-sdk/src/connector/data/PcdLoaderWorker.d.ts +1 -0
  105. package/dist/types/data-sdk/src/connector/data/StoreCache.d.ts +17 -0
  106. package/dist/types/data-sdk/src/connector/data/TelemetryUniverseData.d.ts +44 -0
  107. package/dist/types/data-sdk/src/connector/data/loader/DataLoader.d.ts +27 -0
  108. package/dist/types/data-sdk/src/connector/data/loader/data-loader.worker.d.ts +1 -0
  109. package/dist/types/data-sdk/src/connector/data/pcd.d.ts +23 -0
  110. package/dist/types/data-sdk/src/connector/data/queryStore.d.ts +12 -0
  111. package/dist/types/data-sdk/src/connector/data/range.d.ts +1 -0
  112. package/dist/types/data-sdk/src/connector/model/IPcd.d.ts +20 -0
  113. package/dist/types/data-sdk/src/connector/model/IPose.d.ts +3 -0
  114. package/dist/types/data-sdk/src/connector/model/IUniverseData.d.ts +124 -0
  115. package/dist/types/data-sdk/src/connector/model/IUniverseGridMap.d.ts +11 -0
  116. package/dist/types/data-sdk/src/connector/model/IUniverseOdometry.d.ts +6 -0
  117. package/dist/types/data-sdk/src/connector/model/IUniversePath.d.ts +3 -0
  118. package/dist/types/data-sdk/src/connector/model/IUniversePointCloud.d.ts +6 -0
  119. package/dist/types/data-sdk/src/devices/BaseDevice.d.ts +47 -0
  120. package/dist/types/data-sdk/src/devices/Device.d.ts +102 -0
  121. package/dist/types/data-sdk/src/devices/ICustomDataChannelCreator.d.ts +4 -0
  122. package/dist/types/data-sdk/src/devices/IRealtimeSubscriber.d.ts +7 -0
  123. package/dist/types/data-sdk/src/devices/IView.d.ts +29 -0
  124. package/dist/types/data-sdk/src/devices/PeerDevice.d.ts +35 -0
  125. package/dist/types/data-sdk/src/devices/device.types.d.ts +117 -0
  126. package/dist/types/data-sdk/src/init.d.ts +1 -0
  127. package/dist/types/data-sdk/src/main.d.ts +176 -0
  128. package/dist/types/data-sdk/src/message-bus/bidirectional/getDate.d.ts +1 -0
  129. package/dist/types/data-sdk/src/message-bus/bidirectional/prompt.d.ts +5 -0
  130. package/dist/types/data-sdk/src/message-bus/listeners/EmbeddedAppMessage.d.ts +54 -0
  131. package/dist/types/data-sdk/src/message-bus/listeners/addAccessTokenRefreshListener.d.ts +1 -0
  132. package/dist/types/data-sdk/src/message-bus/listeners/addChannelDataListener.d.ts +4 -0
  133. package/dist/types/data-sdk/src/message-bus/listeners/addMenuListener.d.ts +1 -0
  134. package/dist/types/data-sdk/src/message-bus/listeners/addModuleConfigurationListener.d.ts +2 -0
  135. package/dist/types/data-sdk/src/message-bus/listeners/addModuleDataListener.d.ts +29 -0
  136. package/dist/types/data-sdk/src/message-bus/listeners/addOverviewDeviceListener.d.ts +2 -0
  137. package/dist/types/data-sdk/src/message-bus/listeners/addStreamLIstener.d.ts +3 -0
  138. package/dist/types/data-sdk/src/message-bus/senders/AppMessage.d.ts +63 -0
  139. package/dist/types/data-sdk/src/message-bus/senders/disableAnalyticsBottomBar.d.ts +1 -0
  140. package/dist/types/data-sdk/src/message-bus/senders/goToDevice.d.ts +1 -0
  141. package/dist/types/data-sdk/src/message-bus/senders/goToTime.d.ts +1 -0
  142. package/dist/types/data-sdk/src/message-bus/senders/refreshAuthToken.d.ts +1 -0
  143. package/dist/types/data-sdk/src/message-bus/senders/requestModuleData.d.ts +1 -0
  144. package/dist/types/data-sdk/src/message-bus/senders/sendAppMessage.d.ts +2 -0
  145. package/dist/types/data-sdk/src/message-bus/senders/sendChannelData.d.ts +1 -0
  146. package/dist/types/data-sdk/src/message-bus/senders/setModuleDateTimeRange.d.ts +1 -0
  147. package/dist/types/data-sdk/src/message-bus/senders/setupModuleMenus.d.ts +3 -0
  148. package/dist/types/data-sdk/src/message-bus/senders/showMessage.d.ts +1 -0
  149. package/dist/types/data-sdk/src/model/AccessLevel.d.ts +5 -0
  150. package/dist/types/data-sdk/src/model/AggregateLevel.d.ts +1 -0
  151. package/dist/types/data-sdk/src/model/AggregateType.d.ts +2 -0
  152. package/dist/types/data-sdk/src/model/AnalyticsAggregateType.d.ts +2 -0
  153. package/dist/types/data-sdk/src/model/AnalyticsChartType.d.ts +2 -0
  154. package/dist/types/data-sdk/src/model/AnnotationAreaType.d.ts +2 -0
  155. package/dist/types/data-sdk/src/model/AnnotationType.d.ts +2 -0
  156. package/dist/types/data-sdk/src/model/CognitoRegion.d.ts +2 -0
  157. package/dist/types/data-sdk/src/model/DeviceType.d.ts +2 -0
  158. package/dist/types/data-sdk/src/model/EventSortableColumn.d.ts +1 -0
  159. package/dist/types/data-sdk/src/model/EventType.d.ts +2 -0
  160. package/dist/types/data-sdk/src/model/HealthStatus.d.ts +2 -0
  161. package/dist/types/data-sdk/src/model/HexRgbColor.d.ts +1 -0
  162. package/dist/types/data-sdk/src/model/IAccount.d.ts +7 -0
  163. package/dist/types/data-sdk/src/model/IAccountTree.d.ts +4 -0
  164. package/dist/types/data-sdk/src/model/IAggregateRow.d.ts +8 -0
  165. package/dist/types/data-sdk/src/model/IAnalyticsModule.d.ts +15 -0
  166. package/dist/types/data-sdk/src/model/IAnalyticsModuleConfiguration.d.ts +6 -0
  167. package/dist/types/data-sdk/src/model/IAnnotation.d.ts +13 -0
  168. package/dist/types/data-sdk/src/model/IAnnotationAreaTypeMap.d.ts +4 -0
  169. package/dist/types/data-sdk/src/model/IAnnotationQuery.d.ts +7 -0
  170. package/dist/types/data-sdk/src/model/IAudioInfo.d.ts +4 -0
  171. package/dist/types/data-sdk/src/model/IBaseEntity.d.ts +7 -0
  172. package/dist/types/data-sdk/src/model/IBaseEvent.d.ts +22 -0
  173. package/dist/types/data-sdk/src/model/IBattery.d.ts +6 -0
  174. package/dist/types/data-sdk/src/model/IBitset.d.ts +4 -0
  175. package/dist/types/data-sdk/src/model/IBoundingBox.d.ts +6 -0
  176. package/dist/types/data-sdk/src/model/IChallenge.d.ts +6 -0
  177. package/dist/types/data-sdk/src/model/IColorRGBA.d.ts +6 -0
  178. package/dist/types/data-sdk/src/model/ICommandDeliveryEvent.d.ts +3 -0
  179. package/dist/types/data-sdk/src/model/ICommandEventBase.d.ts +5 -0
  180. package/dist/types/data-sdk/src/model/ICommandParameter.d.ts +9 -0
  181. package/dist/types/data-sdk/src/model/ICommandPropgress.d.ts +5 -0
  182. package/dist/types/data-sdk/src/model/ICommandRequest.d.ts +9 -0
  183. package/dist/types/data-sdk/src/model/ICommandRequestEvent.d.ts +5 -0
  184. package/dist/types/data-sdk/src/model/ICommandResponse.d.ts +13 -0
  185. package/dist/types/data-sdk/src/model/ICommandResponseEvent.d.ts +3 -0
  186. package/dist/types/data-sdk/src/model/IComment.d.ts +7 -0
  187. package/dist/types/data-sdk/src/model/IConfigurationMap.d.ts +3 -0
  188. package/dist/types/data-sdk/src/model/ICustomEvent.d.ts +5 -0
  189. package/dist/types/data-sdk/src/model/IDataAggregate.d.ts +7 -0
  190. package/dist/types/data-sdk/src/model/IDataPoint.d.ts +7 -0
  191. package/dist/types/data-sdk/src/model/IDatapointEvent.d.ts +3 -0
  192. package/dist/types/data-sdk/src/model/IDevice.d.ts +31 -0
  193. package/dist/types/data-sdk/src/model/IDeviceOfflineEvent.d.ts +3 -0
  194. package/dist/types/data-sdk/src/model/IDeviceOnlineEvent.d.ts +3 -0
  195. package/dist/types/data-sdk/src/model/IDeviceQuery.d.ts +14 -0
  196. package/dist/types/data-sdk/src/model/IDeviceReportedConfigurationState.d.ts +3 -0
  197. package/dist/types/data-sdk/src/model/IDeviceRosState.d.ts +4 -0
  198. package/dist/types/data-sdk/src/model/IDeviceScope.d.ts +5 -0
  199. package/dist/types/data-sdk/src/model/IDeviceState.d.ts +16 -0
  200. package/dist/types/data-sdk/src/model/IDictionary.d.ts +3 -0
  201. package/dist/types/data-sdk/src/model/IEvent.d.ts +18 -0
  202. package/dist/types/data-sdk/src/model/IEventFilter.d.ts +19 -0
  203. package/dist/types/data-sdk/src/model/IEventQuery.d.ts +7 -0
  204. package/dist/types/data-sdk/src/model/IEventSort.d.ts +6 -0
  205. package/dist/types/data-sdk/src/model/IEventTriggerGroup.d.ts +13 -0
  206. package/dist/types/data-sdk/src/model/IFieldParametersTypeMap.d.ts +8 -0
  207. package/dist/types/data-sdk/src/model/IFile.d.ts +6 -0
  208. package/dist/types/data-sdk/src/model/IFileInfo.d.ts +6 -0
  209. package/dist/types/data-sdk/src/model/IFilter.d.ts +10 -0
  210. package/dist/types/data-sdk/src/model/IFleet.d.ts +8 -0
  211. package/dist/types/data-sdk/src/model/IGoal.d.ts +5 -0
  212. package/dist/types/data-sdk/src/model/IGoalID.d.ts +3 -0
  213. package/dist/types/data-sdk/src/model/IH264VideoFrame.d.ts +5 -0
  214. package/dist/types/data-sdk/src/model/IHealth.d.ts +4 -0
  215. package/dist/types/data-sdk/src/model/IHwInfo.d.ts +17 -0
  216. package/dist/types/data-sdk/src/model/IImage.d.ts +6 -0
  217. package/dist/types/data-sdk/src/model/IImageAnnotation.d.ts +9 -0
  218. package/dist/types/data-sdk/src/model/IInterventionRequest.d.ts +9 -0
  219. package/dist/types/data-sdk/src/model/IInterventionResponse.d.ts +10 -0
  220. package/dist/types/data-sdk/src/model/IInterventionTypeMap.d.ts +26 -0
  221. package/dist/types/data-sdk/src/model/IJointState.d.ts +8 -0
  222. package/dist/types/data-sdk/src/model/IJoy.d.ts +4 -0
  223. package/dist/types/data-sdk/src/model/IKernelInfo.d.ts +5 -0
  224. package/dist/types/data-sdk/src/model/ILabel.d.ts +4 -0
  225. package/dist/types/data-sdk/src/model/ILabeledPolygon.d.ts +4 -0
  226. package/dist/types/data-sdk/src/model/ILabelingRequestData.d.ts +9 -0
  227. package/dist/types/data-sdk/src/model/ILabelingResponseData.d.ts +4 -0
  228. package/dist/types/data-sdk/src/model/ILocalization.d.ts +14 -0
  229. package/dist/types/data-sdk/src/model/ILocation.d.ts +6 -0
  230. package/dist/types/data-sdk/src/model/IMap.d.ts +10 -0
  231. package/dist/types/data-sdk/src/model/IMarker3D.d.ts +27 -0
  232. package/dist/types/data-sdk/src/model/IMarker3DArray.d.ts +4 -0
  233. package/dist/types/data-sdk/src/model/INetwork.d.ts +4 -0
  234. package/dist/types/data-sdk/src/model/INodeInfo.d.ts +5 -0
  235. package/dist/types/data-sdk/src/model/INumericAggregate.d.ts +7 -0
  236. package/dist/types/data-sdk/src/model/INumericSetAggregateMap.d.ts +5 -0
  237. package/dist/types/data-sdk/src/model/INumericSetEntry.d.ts +5 -0
  238. package/dist/types/data-sdk/src/model/IOdometry.d.ts +7 -0
  239. package/dist/types/data-sdk/src/model/IOnDemandPresenceStreamItemGroup.d.ts +6 -0
  240. package/dist/types/data-sdk/src/model/IOnDemandPresenceTimeRange.d.ts +7 -0
  241. package/dist/types/data-sdk/src/model/IOnDemandState.d.ts +4 -0
  242. package/dist/types/data-sdk/src/model/IOnDemandStreamPresence.d.ts +5 -0
  243. package/dist/types/data-sdk/src/model/IOnDemmandBuffer.d.ts +6 -0
  244. package/dist/types/data-sdk/src/model/IOnvifDevice.d.ts +5 -0
  245. package/dist/types/data-sdk/src/model/IOsInfo.d.ts +6 -0
  246. package/dist/types/data-sdk/src/model/IPath.d.ts +6 -0
  247. package/dist/types/data-sdk/src/model/IPhysicalInterventionMetadata.d.ts +3 -0
  248. package/dist/types/data-sdk/src/model/IPhysicalRequestData.d.ts +8 -0
  249. package/dist/types/data-sdk/src/model/IPhysicalResponsetData.d.ts +3 -0
  250. package/dist/types/data-sdk/src/model/IPointCloud.d.ts +6 -0
  251. package/dist/types/data-sdk/src/model/IPortForwardingSessionRecord.d.ts +3 -0
  252. package/dist/types/data-sdk/src/model/IPoseWithCovariance.d.ts +5 -0
  253. package/dist/types/data-sdk/src/model/IQuaternion.d.ts +6 -0
  254. package/dist/types/data-sdk/src/model/IQuery.d.ts +9 -0
  255. package/dist/types/data-sdk/src/model/IRole.d.ts +9 -0
  256. package/dist/types/data-sdk/src/model/IRosTopic.d.ts +4 -0
  257. package/dist/types/data-sdk/src/model/IRtcPointCloud.d.ts +5 -0
  258. package/dist/types/data-sdk/src/model/IRtcSessionRecord.d.ts +9 -0
  259. package/dist/types/data-sdk/src/model/IScopeFilter.d.ts +6 -0
  260. package/dist/types/data-sdk/src/model/ISelectionRequestData.d.ts +6 -0
  261. package/dist/types/data-sdk/src/model/ISelectionResponseData.d.ts +3 -0
  262. package/dist/types/data-sdk/src/model/IShare.d.ts +16 -0
  263. package/dist/types/data-sdk/src/model/ISheetParameters.d.ts +5 -0
  264. package/dist/types/data-sdk/src/model/ISpreadsheetIdRange.d.ts +4 -0
  265. package/dist/types/data-sdk/src/model/ISqlColumn.d.ts +6 -0
  266. package/dist/types/data-sdk/src/model/ISqlQuery.d.ts +21 -0
  267. package/dist/types/data-sdk/src/model/ISqlResult.d.ts +12 -0
  268. package/dist/types/data-sdk/src/model/ISqlRow.d.ts +5 -0
  269. package/dist/types/data-sdk/src/model/IStatefulEvent.d.ts +5 -0
  270. package/dist/types/data-sdk/src/model/IStream.d.ts +18 -0
  271. package/dist/types/data-sdk/src/model/IStreamAggregateData.d.ts +11 -0
  272. package/dist/types/data-sdk/src/model/IStreamAggregateTypeMap.d.ts +10 -0
  273. package/dist/types/data-sdk/src/model/IStreamColumn.d.ts +7 -0
  274. package/dist/types/data-sdk/src/model/IStreamCurrentValue.d.ts +13 -0
  275. package/dist/types/data-sdk/src/model/IStreamData.d.ts +11 -0
  276. package/dist/types/data-sdk/src/model/IStreamTypeMap.d.ts +27 -0
  277. package/dist/types/data-sdk/src/model/ISystemEvent.d.ts +3 -0
  278. package/dist/types/data-sdk/src/model/ITagParameters.d.ts +3 -0
  279. package/dist/types/data-sdk/src/model/ITagSets.d.ts +3 -0
  280. package/dist/types/data-sdk/src/model/ITaggedEntity.d.ts +5 -0
  281. package/dist/types/data-sdk/src/model/ITaggedUsers.d.ts +4 -0
  282. package/dist/types/data-sdk/src/model/ITags.d.ts +3 -0
  283. package/dist/types/data-sdk/src/model/ITaskReportColumn.d.ts +7 -0
  284. package/dist/types/data-sdk/src/model/ITaskSummary.d.ts +14 -0
  285. package/dist/types/data-sdk/src/model/ITeleopRequestData.d.ts +3 -0
  286. package/dist/types/data-sdk/src/model/ITeleopResponseData.d.ts +4 -0
  287. package/dist/types/data-sdk/src/model/ITeleopSessionRecord.d.ts +3 -0
  288. package/dist/types/data-sdk/src/model/ITransform.d.ts +6 -0
  289. package/dist/types/data-sdk/src/model/ITransformNode.d.ts +7 -0
  290. package/dist/types/data-sdk/src/model/ITriggeredEvent.d.ts +11 -0
  291. package/dist/types/data-sdk/src/model/ITwist.d.ts +5 -0
  292. package/dist/types/data-sdk/src/model/IUser.d.ts +29 -0
  293. package/dist/types/data-sdk/src/model/IUserParameters.d.ts +4 -0
  294. package/dist/types/data-sdk/src/model/IUserScope.d.ts +15 -0
  295. package/dist/types/data-sdk/src/model/IVector2.d.ts +4 -0
  296. package/dist/types/data-sdk/src/model/IVector3.d.ts +5 -0
  297. package/dist/types/data-sdk/src/model/IVideo.d.ts +7 -0
  298. package/dist/types/data-sdk/src/model/IVideoDevice.d.ts +4 -0
  299. package/dist/types/data-sdk/src/model/IView.d.ts +15 -0
  300. package/dist/types/data-sdk/src/model/IdeviceFollower.d.ts +4 -0
  301. package/dist/types/data-sdk/src/model/InetworkInfo.d.ts +4 -0
  302. package/dist/types/data-sdk/src/model/InterventionType.d.ts +2 -0
  303. package/dist/types/data-sdk/src/model/IsoDate.d.ts +1 -0
  304. package/dist/types/data-sdk/src/model/JsonSchema.d.ts +39 -0
  305. package/dist/types/data-sdk/src/model/Marker3DAction.d.ts +2 -0
  306. package/dist/types/data-sdk/src/model/Marker3DType.d.ts +2 -0
  307. package/dist/types/data-sdk/src/model/OnDemandBufferType.d.ts +2 -0
  308. package/dist/types/data-sdk/src/model/Policies.d.ts +35 -0
  309. package/dist/types/data-sdk/src/model/RequiredKeys.d.ts +3 -0
  310. package/dist/types/data-sdk/src/model/Resource.d.ts +2 -0
  311. package/dist/types/data-sdk/src/model/SessionType.d.ts +26 -0
  312. package/dist/types/data-sdk/src/model/Severity.d.ts +2 -0
  313. package/dist/types/data-sdk/src/model/SortOrder.d.ts +1 -0
  314. package/dist/types/data-sdk/src/model/StreamType.d.ts +2 -0
  315. package/dist/types/data-sdk/src/model/TelemetryResult.d.ts +9 -0
  316. package/dist/types/data-sdk/src/model/Timestamp.d.ts +1 -0
  317. package/dist/types/data-sdk/src/model/Uuid.d.ts +1 -0
  318. package/dist/types/data-sdk/src/model/VideoMimeType.d.ts +2 -0
  319. package/dist/types/data-sdk/src/model/accessLevels.d.ts +1 -0
  320. package/dist/types/data-sdk/src/model/aggregateLevels.d.ts +2 -0
  321. package/dist/types/data-sdk/src/model/aggregateTypes.d.ts +1 -0
  322. package/dist/types/data-sdk/src/model/analyticsAggregteTypes.d.ts +1 -0
  323. package/dist/types/data-sdk/src/model/analyticsChartTypes.d.ts +1 -0
  324. package/dist/types/data-sdk/src/model/annotationTypes.d.ts +1 -0
  325. package/dist/types/data-sdk/src/model/cognitoRegions.d.ts +1 -0
  326. package/dist/types/data-sdk/src/model/deviceTypes.d.ts +1 -0
  327. package/dist/types/data-sdk/src/model/eventTypes.d.ts +1 -0
  328. package/dist/types/data-sdk/src/model/healthStatuses.d.ts +1 -0
  329. package/dist/types/data-sdk/src/model/interventionTypes.d.ts +1 -0
  330. package/dist/types/data-sdk/src/model/marker3DActions.d.ts +1 -0
  331. package/dist/types/data-sdk/src/model/marker3DTypes.d.ts +1 -0
  332. package/dist/types/data-sdk/src/model/onDemandBufferTypes.d.ts +1 -0
  333. package/dist/types/data-sdk/src/model/resources.d.ts +1 -0
  334. package/dist/types/data-sdk/src/model/severities.d.ts +1 -0
  335. package/dist/types/data-sdk/src/model/videoMimeTypes.d.ts +1 -0
  336. package/dist/types/data-sdk/src/stores/AuthenticationErrors.d.ts +9 -0
  337. package/dist/types/data-sdk/src/stores/AuthenticationResult.d.ts +15 -0
  338. package/dist/types/data-sdk/src/stores/AuthenticationStore.d.ts +70 -0
  339. package/dist/types/data-sdk/src/stores/IAuthentication.d.ts +6 -0
  340. package/dist/types/data-sdk/src/stores/IAuthenticationStore.d.ts +45 -0
  341. package/dist/types/data-sdk/src/stores/ICheckSsoResult.d.ts +5 -0
  342. package/dist/types/data-sdk/src/stores/IConfirmForgotPasswordRequest.d.ts +5 -0
  343. package/dist/types/data-sdk/src/stores/IRespondToNewPasswordRequiredChallengeRequest.d.ts +5 -0
  344. package/dist/types/data-sdk/src/utils/RtcClientPool.d.ts +25 -0
  345. package/dist/types/data-sdk/src/utils/aggregateFunctionUtils.d.ts +38 -0
  346. package/dist/types/data-sdk/src/utils/getCurrentModuleContext.d.ts +1 -0
  347. package/dist/types/data-sdk/src/utils/isRtcPeer.d.ts +2 -0
  348. package/dist/types/data-sdk/src/utils/numericAggregateUtils.d.ts +26 -0
  349. package/dist/types/data-sdk/src/utils/serializeHash.d.ts +2 -0
  350. package/dist/types/data-sdk/src/utils/stringToArrayBuffer.d.ts +1 -0
  351. package/dist/types/data-sdk/src/utils/timeout.d.ts +1 -0
  352. package/package.json +2 -2
@@ -0,0 +1,162 @@
1
+ var al=Object.defineProperty;var sl=(Wt,Bn,dt)=>Bn in Wt?al(Wt,Bn,{enumerable:!0,configurable:!0,writable:!0,value:dt}):Wt[Bn]=dt;var De=(Wt,Bn,dt)=>(sl(Wt,typeof Bn!="symbol"?Bn+"":Bn,dt),dt);(function(Wt,Bn){typeof exports=="object"&&typeof module!="undefined"?Bn(exports):typeof define=="function"&&define.amd?define(["exports"],Bn):(Wt=typeof globalThis!="undefined"?globalThis:Wt||self,Bn(Wt.FormantDataSDK={}))})(this,function(exports){var Bn;"use strict";const DEFAULT_FORMANT_API_URL="https://api.formant.io";function whichFormantApiUrl(e,t,n){try{if(t.get("formant_prod"))return"https://api.formant.io";if(t.get("formant_stage"))return"https://api-stage.formant.io";if(t.get("formant_dev"))return"https://api-dev.formant.io";if(t.get("formant_local"))return"https://api.formant.local";if(t.get("formant_url")){const r=t.get("formant_url");if(r!==null)try{return new URL(r).origin}catch{console.warn(`Ignoring malformed \`formant_url\` url parameter: ${r}`)}}if(n){if(n.includes("app-dev.formant.io")||n.includes("v2-coherence-dev.vercel.app")||n.includes("localhost"))return"https://api-dev.formant.io";if(n.includes("app-stage.formant.io"))return"https://api-stage.formant.io";if(n.includes("app.formant.io")||n.includes("v2-coherence.vercel.app"))return"https://api.formant.io"}}catch{}if(n){if(n.includes("app-dev.formant.io"))return"https://api-dev.formant.io";if(n.includes("app-stage.formant.io"))return"https://api-stage.formant.io";if(n.includes("app.formant.io"))return"https://api.formant.io"}return typeof e!="undefined"&&"FORMANT_API_URL"in e&&typeof e.FORMANT_API_URL=="string"?e.FORMANT_API_URL:DEFAULT_FORMANT_API_URL}exports.FORMANT_API_URL=whichFormantApiUrl(typeof window!="undefined"?window:globalThis,new URLSearchParams(typeof window!="undefined"&&window.location?window.location.search:void 0),typeof window!="undefined"&&window.location?window.location.host:void 0);const setFormantApiUrl=e=>{exports.FORMANT_API_URL=e};function addAccessTokenRefreshListener(e){function t(n){const r=n.data;r.type==="auth_token"&&e(r.token)}return window.addEventListener("message",t),()=>{window.removeEventListener("message",t)}}function getCurrentModuleContext(){return typeof window!="undefined"&&window.location?new URLSearchParams(window.location.search).get("module"):null}function sendAppMessage(e){if(!(window&&window.parent))throw new Error("cannot send message to non-existent parent");window.parent.postMessage(e,"*")}function refreshAuthToken(){const e=getCurrentModuleContext();if(!e)throw new Error("No module context");sendAppMessage({type:"refresh_auth_token",module:e})}var commonjsGlobal=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var base64={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */base64.exports,function(e,t){(function(n){var r=t,s=e&&e.exports==r&&e,o=typeof commonjsGlobal=="object"&&commonjsGlobal;(o.global===o||o.window===o)&&(n=o);var l=function(g){this.message=g};l.prototype=new Error,l.prototype.name="InvalidCharacterError";var u=function(g){throw new l(g)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=/[\t\n\f\r ]/g,h=function(g){g=String(g).replace(d,"");var F=g.length;F%4==0&&(g=g.replace(/==?$/,""),F=g.length),(F%4==1||/[^+a-zA-Z0-9/]/.test(g))&&u("Invalid character: the string to be decoded is not correctly encoded.");for(var y=0,m,_,v="",N=-1;++N<F;)_=c.indexOf(g.charAt(N)),m=y%4?m*64+_:_,y++%4&&(v+=String.fromCharCode(255&m>>(-2*y&6)));return v},B=function(g){g=String(g),/[^\0-\xFF]/.test(g)&&u("The string to be encoded contains characters outside of the Latin1 range.");for(var F=g.length%3,y="",m=-1,_,v,N,V,G=g.length-F;++m<G;)_=g.charCodeAt(m)<<16,v=g.charCodeAt(++m)<<8,N=g.charCodeAt(++m),V=_+v+N,y+=c.charAt(V>>18&63)+c.charAt(V>>12&63)+c.charAt(V>>6&63)+c.charAt(V&63);return F==2?(_=g.charCodeAt(m)<<8,v=g.charCodeAt(++m),V=_+v,y+=c.charAt(V>>10)+c.charAt(V>>4&63)+c.charAt(V<<2&63)+"="):F==1&&(V=g.charCodeAt(m),y+=c.charAt(V>>2)+c.charAt(V<<4&63)+"=="),y},U={encode:B,decode:h,version:"1.0.0"};if(r&&!r.nodeType)if(s)s.exports=U;else for(var f in U)U.hasOwnProperty(f)&&(r[f]=U[f]);else n.base64=U})(commonjsGlobal)}(base64,base64.exports);var base64Exports=base64.exports;class LoginFailureError extends Error{constructor(n){super("login failed");De(this,"reason");this.reason=n,this.name="LoginFailureError",Object.setPrototypeOf(this,new.target.prototype)}}class LoginChallengedError extends Error{constructor(n){super("login challenged");De(this,"challenge");this.challenge=n,this.name="LoginChallengedError",Object.setPrototypeOf(this,new.target.prototype)}}class AuthenticationStore{constructor({apiUrl:t,refreshAuthToken:n,addAccessTokenRefreshListener:r}){De(this,"_refreshToken");De(this,"_isShareToken",!1);De(this,"_currentOrganization");De(this,"_currentUser");De(this,"_defaultDeviceId");De(this,"_token");De(this,"_waitingForAuth",new Set);De(this,"_refreshTimer");De(this,"_apiUrl");De(this,"_refreshAuthToken");De(this,"_addAccessTokenRefreshListener");this._apiUrl=t,this._refreshAuthToken=n,this._addAccessTokenRefreshListener=r}set apiUrl(t){this._apiUrl=t,setFormantApiUrl(t)}get apiUrl(){return this._apiUrl}get token(){return this._token}get currentUser(){return this._currentUser}get currentOrganization(){return this._currentOrganization}get defaultDeviceId(){return this._defaultDeviceId}get refreshToken(){return this._refreshToken}get isShareToken(){return this._isShareToken}async login(t,n,r={}){const{advanced:s=!1}=r;try{const o=await fetch(`${this._apiUrl}/v1/admin/auth/login`,{method:"POST",body:JSON.stringify({email:t,password:n}),headers:{"Content-Type":"application/json"}}),l=await o.json();if(o.status!==200)throw new LoginFailureError(l.message);if("challenge"in l)throw new LoginChallengedError(l.challenge);const{authentication:u}=l;return await this.loginWithToken(u.accessToken,u.refreshToken),s?{result:"success",authentication:u}:u}catch(o){if(s||console.error("login() failed",{err:o}),this._waitingForAuth.forEach(l=>l(!1)),this._waitingForAuth.clear(),!s)throw o;return o instanceof LoginChallengedError?{result:"challenged",challenge:o.challenge}:{result:"failure",reason:o instanceof LoginFailureError?o.reason:o instanceof Error?o.message:String(o)}}}async loginWithToken(t,n){var s;const r=JSON.parse(base64Exports.decode(t.split(".")[1]));try{let o;if(this._isShareToken=r["formant:claims"]&&r["formant:claims"].type=="share",r["formant:claims"]&&(this._currentOrganization=r["formant:claims"].organizationId),r["custom:organization_id"]&&(this._currentOrganization=r["custom:organization_id"]),this._isShareToken||(o=r.sub),r["formant:claims"]&&r["formant:claims"].userId&&(o=r["formant:claims"].userId),o&&((s=this._currentUser)==null?void 0:s.id)!==o){const l=await fetch(`${this._apiUrl}/v1/admin/users/${o}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+t}}),u=await l.json();if(l.status===404)this._currentUser=void 0;else{if(l.status!==200)throw new Error(u.message);this._currentUser=u}}this._token=t,this._waitingForAuth.forEach(l=>l(!0))}catch(o){console.error("loginWithToken() failed",{err:o}),this._waitingForAuth.forEach(l=>l(!1))}finally{this._waitingForAuth.clear()}n&&(this._refreshToken=n,setInterval(async()=>{if(this._refreshToken){const l=await(await fetch(`${this._apiUrl}/v1/admin/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:this._refreshToken})})).json();this._token=l.authentication.accessToken}},1e3*60*60))}isAuthenticated(){return this._token!==void 0}async loginToPeer(t,n,r){if((await fetch(`${t}/login`,{method:"POST",body:JSON.stringify({username:n,password:r}),headers:{"Content-Type":"application/json"}})).status!==200)throw new LoginFailureError("Invalid authentication")}getCurrentUser(){return this._currentUser}async waitTilAuthenticated(){return this.token!==void 0?!0:new Promise(t=>{this._waitingForAuth.add(t)})}async listenForRefresh(){const n=()=>{this._refreshTimer=void 0,this._refreshAuthToken()};this._addAccessTokenRefreshListener(r=>{this._refreshTimer&&clearTimeout(this._refreshTimer),this._refreshTimer=setTimeout(n,36e5),this.loginWithToken(r)}),this._refreshTimer=setTimeout(n,36e5)}async forgotPassword(t){await fetch(`${this._apiUrl}/v1/admin/auth/forgot-password`,{method:"POST",body:JSON.stringify({email:t}),headers:{"Content-Type":"application/json"}})}async confirmForgotPassword(t){return(await fetch(`${this._apiUrl}/v1/admin/auth/confirm-forgot-password`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json"}})).ok}async respondToNewPasswordRequiredChallenge(t){const n=await fetch(`${this._apiUrl}/v1/admin/auth/respond-to-new-password-required-challenge`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json"}});if(n.ok)return await n.json();throw new Error("respond-to-new-password-required-challenge failed")}async loginWithGoogle(t){return await(await fetch(`${this._apiUrl}/v1/admin/auth/login-google`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json"}})).json()}async refresh(t){const r=await(await fetch(`${this._apiUrl}/v1/admin/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:t})})).json();await this.loginWithToken(r.authentication.accessToken,t)}async checkSso(t,n){return await(await fetch(`${this._apiUrl}/v1/admin/auth/check-sso`,{method:"POST",body:JSON.stringify({email:t,allowUserAutoCreation:n}),headers:{"Content-Type":"application/json"}})).json()}async loginWithSso(t,n){const s=await(await fetch(`${this._apiUrl}/v1/admin/auth/login-sso`,{method:"POST",body:JSON.stringify({token:t,refreshToken:n}),headers:{"Content-Type":"application/json"}})).json();if(!s.authentication)throw new Error("Failed to login with SSO");return await this.loginWithToken(s.authentication.accessToken,s.authentication.refreshToken)}}const Authentication=new AuthenticationStore({apiUrl:exports.FORMANT_API_URL,refreshAuthToken,addAccessTokenRefreshListener});class Account{static async listAccounts(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}static async createAccounts(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async getAccount(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts/${t}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async patchAccount(t,n){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts/${t}`,{method:"PATCH",body:JSON.stringify(n),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async deleteAccount(t){if(!Authentication.token)throw new Error("Not authenticated");if(!(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts/${t}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).ok)throw new Error("Unable to delete account")}static async getAccountTree(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/accounts/${t}/tree`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}}async function getModuleConfiguration(e){return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/module-configurations/${e}`,{headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).configuration}function disableAnalyticsBottomBar(){sendAppMessage({type:"hide_analytics_date_picker"})}function goToDevice(e){sendAppMessage({type:"go_to_device",deviceId:e})}function goToTime(e){sendAppMessage({type:"go_to_time",time:e.getTime()})}function requestModuleData(){const e=getCurrentModuleContext();if(!e)throw new Error("No module context");sendAppMessage({type:"request_module_data",module:e})}function sendChannelData(e,t){const n=getCurrentModuleContext();if(!n)throw new Error("No module context");sendAppMessage({type:"send_channel_data",source:n,channel:e,data:t})}function setModuleDateTimeRange(e,t){const n=getCurrentModuleContext();if(!n)throw new Error("No module context");sendAppMessage({type:"set_module_data_time_range",module:n,before:e,after:t||0})}function setupModuleMenus(e){const t=getCurrentModuleContext();if(!t)throw new Error("No module context");sendAppMessage({type:"setup_module_menus",module:t,menus:e})}function showMessage(e){sendAppMessage({type:"show_message",message:e})}function addChannelDataListener(e,t){const n=r=>{const s=r.data;s.type==="channel_data"&&s.channel===e&&t({source:s.source,data:s.data})};return window.addEventListener("message",n),()=>window.removeEventListener("message",n)}function addMenuListener(e){const t=n=>{const r=n.data;r.type==="module_menu_item_clicked"&&e(r.menu)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)}function addModuleConfigurationListener(e){const t=n=>{const r=n.data;r.type==="module_configuration"&&e(r)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)}function addModuleDataListener(e){const t=getCurrentModuleContext();t&&sendAppMessage({type:"request_module_data",module:t});const n=r=>{const s=r.data;s.type==="module_data"&&e({streams:s.streams,time:s.time,queryRange:s.queryRange})};return window.addEventListener("message",n),()=>window.removeEventListener("message",n)}function addOverviewDeviceListener(e){sendAppMessage({type:"request_devices"});const t=n=>{const r=n.data;r.type==="overview_devices"&&e(r.data)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)}function _typeof(e){"@babel/helpers - typeof";return _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof(e)}function toInteger(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function requiredArgs(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function toDate(e){requiredArgs(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||_typeof(e)==="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console!="undefined"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function addDays(e,t){requiredArgs(2,arguments);var n=toDate(e),r=toInteger(t);return isNaN(r)?new Date(NaN):(r&&n.setDate(n.getDate()+r),n)}function addMonths(e,t){requiredArgs(2,arguments);var n=toDate(e),r=toInteger(t);if(isNaN(r))return new Date(NaN);if(!r)return n;var s=n.getDate(),o=new Date(n.getTime());o.setMonth(n.getMonth()+r+1,0);var l=o.getDate();return s>=l?o:(n.setFullYear(o.getFullYear(),o.getMonth(),s),n)}function addMilliseconds(e,t){requiredArgs(2,arguments);var n=toDate(e).getTime(),r=toInteger(t);return new Date(n+r)}var MILLISECONDS_IN_HOUR=36e5;function addHours(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMilliseconds(e,n*MILLISECONDS_IN_HOUR)}var defaultOptions={};function getDefaultOptions(){return defaultOptions}function startOfWeek(e,t){var n,r,s,o,l,u,c,d;requiredArgs(1,arguments);var h=getDefaultOptions(),B=toInteger((n=(r=(s=(o=t==null?void 0:t.weekStartsOn)!==null&&o!==void 0?o:t==null||(l=t.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&r!==void 0?r:(c=h.locale)===null||c===void 0||(d=c.options)===null||d===void 0?void 0:d.weekStartsOn)!==null&&n!==void 0?n:0);if(!(B>=0&&B<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var U=toDate(e),f=U.getDay(),g=(f<B?7:0)+f-B;return U.setDate(U.getDate()-g),U.setHours(0,0,0,0),U}function startOfDay(e){requiredArgs(1,arguments);var t=toDate(e);return t.setHours(0,0,0,0),t}var MILLISECONDS_IN_MINUTE=6e4;function addMinutes(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMilliseconds(e,n*MILLISECONDS_IN_MINUTE)}function addQuarters(e,t){requiredArgs(2,arguments);var n=toInteger(t),r=n*3;return addMonths(e,r)}function addSeconds(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMilliseconds(e,n*1e3)}function addWeeks(e,t){requiredArgs(2,arguments);var n=toInteger(t),r=n*7;return addDays(e,r)}function addYears(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMonths(e,n*12)}function getQuarter(e){requiredArgs(1,arguments);var t=toDate(e),n=Math.floor(t.getMonth()/3)+1;return n}var roundingMap={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(t){return t<0?Math.ceil(t):Math.floor(t)}},defaultRoundingMethod="trunc";function getRoundingMethod(e){return e?roundingMap[e]:roundingMap[defaultRoundingMethod]}function endOfDay(e){requiredArgs(1,arguments);var t=toDate(e);return t.setHours(23,59,59,999),t}function endOfMonth(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function eachDayOfInterval(e,t){var n;requiredArgs(1,arguments);var r=e||{},s=toDate(r.start),o=toDate(r.end),l=o.getTime();if(!(s.getTime()<=l))throw new RangeError("Invalid interval");var u=[],c=s;c.setHours(0,0,0,0);var d=Number((n=t==null?void 0:t.step)!==null&&n!==void 0?n:1);if(d<1||isNaN(d))throw new RangeError("`options.step` must be a number greater than 1");for(;c.getTime()<=l;)u.push(toDate(c)),c.setDate(c.getDate()+d),c.setHours(0,0,0,0);return u}function eachHourOfInterval(e,t){var n;requiredArgs(1,arguments);var r=e||{},s=toDate(r.start),o=toDate(r.end),l=s.getTime(),u=o.getTime();if(!(l<=u))throw new RangeError("Invalid interval");var c=[],d=s;d.setMinutes(0,0,0);var h=Number((n=t==null?void 0:t.step)!==null&&n!==void 0?n:1);if(h<1||isNaN(h))throw new RangeError("`options.step` must be a number greater than 1");for(;d.getTime()<=u;)c.push(toDate(d)),d=addHours(d,h);return c}function startOfMinute(e){requiredArgs(1,arguments);var t=toDate(e);return t.setSeconds(0,0),t}function eachMinuteOfInterval(e,t){var n;requiredArgs(1,arguments);var r=startOfMinute(toDate(e.start)),s=toDate(e.end),o=r.getTime(),l=s.getTime();if(o>=l)throw new RangeError("Invalid interval");var u=[],c=r,d=Number((n=t==null?void 0:t.step)!==null&&n!==void 0?n:1);if(d<1||isNaN(d))throw new RangeError("`options.step` must be a number equal to or greater than 1");for(;c.getTime()<=l;)u.push(toDate(c)),c=addMinutes(c,d);return u}function eachMonthOfInterval(e){requiredArgs(1,arguments);var t=e||{},n=toDate(t.start),r=toDate(t.end),s=r.getTime(),o=[];if(!(n.getTime()<=s))throw new RangeError("Invalid interval");var l=n;for(l.setHours(0,0,0,0),l.setDate(1);l.getTime()<=s;)o.push(toDate(l)),l.setMonth(l.getMonth()+1);return o}function startOfQuarter(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getMonth(),r=n-n%3;return t.setMonth(r,1),t.setHours(0,0,0,0),t}function eachQuarterOfInterval(e){requiredArgs(1,arguments);var t=e||{},n=toDate(t.start),r=toDate(t.end),s=r.getTime();if(!(n.getTime()<=s))throw new RangeError("Invalid interval");var o=startOfQuarter(n),l=startOfQuarter(r);s=l.getTime();for(var u=[],c=o;c.getTime()<=s;)u.push(toDate(c)),c=addQuarters(c,1);return u}function eachWeekOfInterval(e,t){requiredArgs(1,arguments);var n=e||{},r=toDate(n.start),s=toDate(n.end),o=s.getTime();if(!(r.getTime()<=o))throw new RangeError("Invalid interval");var l=startOfWeek(r,t),u=startOfWeek(s,t);l.setHours(15),u.setHours(15),o=u.getTime();for(var c=[],d=l;d.getTime()<=o;)d.setHours(0),c.push(toDate(d)),d=addWeeks(d,1),d.setHours(15);return c}function startOfMonth(e){requiredArgs(1,arguments);var t=toDate(e);return t.setDate(1),t.setHours(0,0,0,0),t}function endOfYear(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(23,59,59,999),t}function startOfYear(e){requiredArgs(1,arguments);var t=toDate(e),n=new Date(0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}function eachYearOfInterval(e){requiredArgs(1,arguments);var t=e||{},n=toDate(t.start),r=toDate(t.end),s=r.getTime();if(!(n.getTime()<=s))throw new RangeError("Invalid interval");var o=[],l=n;for(l.setHours(0,0,0,0),l.setMonth(0,1);l.getTime()<=s;)o.push(toDate(l)),l.setFullYear(l.getFullYear()+1);return o}function endOfHour(e){requiredArgs(1,arguments);var t=toDate(e);return t.setMinutes(59,59,999),t}function endOfWeek(e,t){var n,r,s,o,l,u,c,d;requiredArgs(1,arguments);var h=getDefaultOptions(),B=toInteger((n=(r=(s=(o=t==null?void 0:t.weekStartsOn)!==null&&o!==void 0?o:t==null||(l=t.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&r!==void 0?r:(c=h.locale)===null||c===void 0||(d=c.options)===null||d===void 0?void 0:d.weekStartsOn)!==null&&n!==void 0?n:0);if(!(B>=0&&B<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var U=toDate(e),f=U.getDay(),g=(f<B?-7:0)+6-(f-B);return U.setDate(U.getDate()+g),U.setHours(23,59,59,999),U}function endOfMinute(e){requiredArgs(1,arguments);var t=toDate(e);return t.setSeconds(59,999),t}function endOfQuarter(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getMonth(),r=n-n%3+3;return t.setMonth(r,0),t.setHours(23,59,59,999),t}function getDay(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getDay();return n}function getHours(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getHours();return n}function getMinutes(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getMinutes();return n}function getMonth(e){requiredArgs(1,arguments);var t=toDate(e),n=t.getMonth();return n}function getWeekYear(e,t){var n,r,s,o,l,u,c,d;requiredArgs(1,arguments);var h=toDate(e),B=h.getFullYear(),U=getDefaultOptions(),f=toInteger((n=(r=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(l=t.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:U.firstWeekContainsDate)!==null&&r!==void 0?r:(c=U.locale)===null||c===void 0||(d=c.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&n!==void 0?n:1);if(!(f>=1&&f<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var g=new Date(0);g.setFullYear(B+1,0,f),g.setHours(0,0,0,0);var F=startOfWeek(g,t),y=new Date(0);y.setFullYear(B,0,f),y.setHours(0,0,0,0);var m=startOfWeek(y,t);return h.getTime()>=F.getTime()?B+1:h.getTime()>=m.getTime()?B:B-1}function startOfWeekYear(e,t){var n,r,s,o,l,u,c,d;requiredArgs(1,arguments);var h=getDefaultOptions(),B=toInteger((n=(r=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(l=t.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:h.firstWeekContainsDate)!==null&&r!==void 0?r:(c=h.locale)===null||c===void 0||(d=c.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&n!==void 0?n:1),U=getWeekYear(e,t),f=new Date(0);f.setFullYear(U,0,B),f.setHours(0,0,0,0);var g=startOfWeek(f,t);return g}var MILLISECONDS_IN_WEEK=6048e5;function getWeek(e,t){requiredArgs(1,arguments);var n=toDate(e),r=startOfWeek(n,t).getTime()-startOfWeekYear(n,t).getTime();return Math.round(r/MILLISECONDS_IN_WEEK)+1}function getYear(e){return requiredArgs(1,arguments),toDate(e).getFullYear()}function startOfHour(e){requiredArgs(1,arguments);var t=toDate(e);return t.setMinutes(0,0,0),t}function subDays(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addDays(e,-n)}function roundToNearestMinutes(e,t){var n;if(arguments.length<1)throw new TypeError("1 argument required, but only none provided present");var r=toInteger((n=t==null?void 0:t.nearestTo)!==null&&n!==void 0?n:1);if(r<1||r>30)throw new RangeError("`options.nearestTo` must be between 1 and 30");var s=toDate(e),o=s.getSeconds(),l=s.getMinutes()+o/60,u=getRoundingMethod(t==null?void 0:t.roundingMethod),c=u(l/r)*r,d=l%r,h=Math.round(d/r)*r;return new Date(s.getFullYear(),s.getMonth(),s.getDate(),s.getHours(),c+h)}function subMonths(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMonths(e,-n)}function subHours(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addHours(e,-n)}function subMinutes(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addMinutes(e,-n)}function subQuarters(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addQuarters(e,-n)}function subWeeks(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addWeeks(e,-n)}function subYears(e,t){requiredArgs(2,arguments);var n=toInteger(t);return addYears(e,-n)}const millisecond$2=1,second$2=1e3,minute$2=60*second$2,hour$2=60*minute$2,day$2=24*hour$2,week$2=7*day$2,month$2=30*day$2,year$2=365*day$2,duration$2={millisecond:millisecond$2,second:second$2,minute:minute$2,hour:hour$2,day:day$2,week:week$2,month:month$2,year:year$2};function filterDataByType$1(e,t){return e.filter(n=>t.includes(n.type))}function filterDataByTime$1(e,t,n){const r=t.getTime(),s=n.getTime();return e.map(o=>({...o,points:o.points.filter(([l])=>l>=r&&l<s)})).filter(({points:o})=>o.length>0)}let StoreCache$1=class{constructor({capacity:t,timeout:n}={}){De(this,"entries",new Map);De(this,"metadata",new Map);De(this,"capacity");De(this,"staleIntervalMs");this.capacity=t||1e4,this.staleIntervalMs=n||duration$2.minute}get(t,n){const r=this.keyToCacheKey(t);return this.isStale(r)&&!this.isGenerating(r)&&n&&this.generate(t,n),this.entries.get(r)}set(t,n){const r=this.keyToCacheKey(t);this.metadata.set(r,{generating:!1,staleAt:performance.now()+this.staleIntervalMs});const s=this.entries.get(r);JSON.stringify(s)===JSON.stringify(n)||(this.entries.set(r,n),this.enforceMaxSize())}clear(){this.entries.clear(),[...this.metadata.values()].forEach(t=>t.generating=!1)}clearKey(t){this.metadata.delete(t),this.entries.delete(t)}keyToCacheKey(t){return JSON.stringify(t)}enforceMaxSize(){for(;this.metadata.size>this.capacity&&this.metadata.size>0;){const[t]=[...this.metadata.entries()].reduce(([n,r],[s,o])=>o.staleAt<r.staleAt?[s,o]:[n,r]);this.clearKey(t)}}isStale(t){const n=this.metadata.get(t);return n?(n==null?void 0:n.staleAt)<performance.now():!0}isGenerating(t){const n=this.metadata.get(t);return n?n.generating:!1}generate(t,n){const r=this.keyToCacheKey(t),s=this.metadata.get(r)||{},o=n().then(l=>{const u=this.metadata.get(r);return(u==null?void 0:u.generating)!==o||this.set(t,l),l}).catch(l=>{throw this.metadata.delete(r),l});this.metadata.set(r,{...s,generating:o,staleAt:performance.now()+this.staleIntervalMs})}};async function queryTelemetry(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/queries`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}let QueryStore$1=class{constructor(){De(this,"queryStoreCache",new StoreCache$1({capacity:1e4,timeout:20*duration$2.second}));De(this,"liveQueryStoreCache",new StoreCache$1({capacity:1e4,timeout:200*duration$2.millisecond}))}moduleQuery(t,n,r,s,o,l=!1){const u={...t,names:[...n],types:[...r]},c=this.query(u,s,o,l);return c===void 0||c==="too much data"?c:filterDataByType$1(c,r)}query(t,n,r,s=!1){const o={...t,start:startOfMinute(n).toISOString(),end:s?r.toISOString():addMinutes(roundToNearestMinutes(r),1).toISOString(),latestOnly:s},l=r>addSeconds(new Date,-20);let u;return l?u=this.liveQueryCache(o):u=this.queryCache(o),!u||u==="too much data"||s?u:filterDataByTime$1(u,n,r)}queryCache(t){return this.queryStoreCache.get(t,async()=>{try{return await queryTelemetry(t)}catch(n){throw n}})}liveQueryCache(t){return this.liveQueryStoreCache.get(t,async()=>{try{return await queryTelemetry(t)}catch(n){throw n}})}};const queryStore=new QueryStore$1;function addStreamListener(e,t,n){const r=s=>{const o=s.data;if(o.type==="module_data"){const{start:l,end:u}=o.queryRange;n(queryStore.moduleQuery({},e,t,new Date(l),new Date(u),!1))}};return window.addEventListener("message",r),()=>window.removeEventListener("message",r)}async function getDate(e,t,n){return new Promise(r=>{sendAppMessage({type:"request_date",minTime:t,maxTime:n,time:e});const s=o=>{const l=o.data;l.type==="date_response"&&(window.removeEventListener("message",s),r(l.data))};window.addEventListener("message",s)})}async function prompt(e,t){return new Promise(n=>{const r=Math.random().toString();sendAppMessage({type:"prompt",promptId:r,schema:e,okText:t==null?void 0:t.okText,cancelText:t==null?void 0:t.cancelText});const s=o=>{const l=o.data;l.type==="prompt_response"&&l.promptId===r&&n(l.data),window.removeEventListener("message",s)};window.addEventListener("message",s)})}const Wt=class Wt{static isModule(){return getCurrentModuleContext()!==null}static async getCurrentModuleConfiguration(){let t=new URLSearchParams("");typeof window!="undefined"&&window.location&&(t=new URLSearchParams(window.location.search));const n=t.get("configuration");if(!(n===null||n.trim()===""))return getModuleConfiguration(n.trim())}static get isOnline(){return Wt._isOnline}static listenForConnectionEvents(){const t=n=>{const{data:r}=n;r.type==="formant_online"&&(this._isOnline=r.online)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)}static checkConnection(t=1e3){return new Promise((n,r)=>{const s=setTimeout(()=>r(new Error("deadline expired: took too long")),t),o=l=>{window.removeEventListener("message",o),clearTimeout(s);const{data:u}=l;u.type==="formant_online"&&(this._isOnline=u.online,n(u.online))};window.addEventListener("message",o),sendAppMessage({type:"formant_online"})})}static waitForConnection(t=5e3){let n=!1;const r=new Promise((l,u)=>{setTimeout(()=>{n=!0,u(new Error("deadline expired: took too long"))},t)}),s=l=>new Promise(u=>setTimeout(u,l)),o=async()=>{for(await s(50);!n&&!(this.isOnline||await this.checkConnection);)await s(500)};return Promise.race([r,o()])}};De(Wt,"getCurrentModuleContext",getCurrentModuleContext),De(Wt,"disableAnalyticsBottomBar",disableAnalyticsBottomBar),De(Wt,"goToDevice",goToDevice),De(Wt,"goToTime",goToTime),De(Wt,"refreshAuthToken",refreshAuthToken),De(Wt,"requestModuleData",requestModuleData),De(Wt,"sendChannelData",sendChannelData),De(Wt,"setModuleDateTimeRange",setModuleDateTimeRange),De(Wt,"setupModuleMenus",setupModuleMenus),De(Wt,"showMessage",showMessage),De(Wt,"addAccessTokenRefreshListener",addAccessTokenRefreshListener),De(Wt,"addChannelDataListener",addChannelDataListener),De(Wt,"addMenuListener",addMenuListener),De(Wt,"addModuleConfigurationListener",addModuleConfigurationListener),De(Wt,"addModuleDataListener",addModuleDataListener),De(Wt,"addOverviewDeviceListener",addOverviewDeviceListener),De(Wt,"addStreamListener",addStreamListener),De(Wt,"getDate",getDate),De(Wt,"prompt",prompt),De(Wt,"_isOnline",null);let App=Wt;function stringToArrayBuffer(e){return Uint8Array.from(base64Exports.decode(e),t=>t.charCodeAt(0))}function fork$1(e){}function browser(){const{userAgent:e}=navigator;return e?e.includes("Firefox/")?"Firefox":e.includes("Edg/")?"Edge":e.includes("Chrome/")?"Chrome":e.includes("Safari/")?"Safari":e.includes("MSIE/")||e.includes("Trident/")?"IE":"Other":"Other"}const rtcAudioChunkStreamType="audio-chunk";class AudioPlayer{constructor(t,n){De(this,"muted",!1);De(this,"hasReceivedData",!1);De(this,"audioContext");De(this,"chunks",[]);De(this,"isPlaying",!1);De(this,"startTime",0);De(this,"lastChunkOffset",0);De(this,"bufferSize",3);De(this,"receive",async t=>{var l;const n=(l=t.payload.audioChunk)==null?void 0:l.chunk_data;if(!n)return;this.hasReceivedData||(this.hasReceivedData=!0);const{audioContext:r,muted:s}=this;if(!r||t.header.stream.streamType!==rtcAudioChunkStreamType||s!==!1)return;const o=stringToArrayBuffer(n);try{await r.decodeAudioData(toArrayBuffer(o.buffer),this.scheduleChunk)}catch(u){console.warn("Error decoding audio buffer, changing audioWireFormat on agent",{error:u}),this.changeAudioWireFormat("wav")}});De(this,"scheduleChunk",t=>{const{audioContext:n}=this;if(!n)return;(this.chunks.length>this.bufferSize||this.isPlaying===!1)&&(this.chunks.forEach(s=>{s.stop()}),this.isPlaying=!1,this.chunks=[]);const r=this.createChunk(t);r&&r.buffer&&(this.isPlaying===!1&&(this.startTime=n.currentTime,this.lastChunkOffset=0,this.isPlaying=!0),r.start(this.startTime+this.lastChunkOffset,0,t.duration),this.lastChunkOffset+=r.buffer.duration,this.chunks.push(r))});this.device=t,this.stream=n,this.device.startListeningToRealtimeDataStream(n),this.device.addRealtimeListener((s,o)=>{this.receive(o)}),browser()==="Safari"||browser()==="IE"?this.changeAudioWireFormat("wav"):this.changeAudioWireFormat("opus");const r=window.AudioContext||window.webkitAudioContext;this.audioContext=new r}async play(){var t,n;((t=this.audioContext)==null?void 0:t.state)==="suspended"&&await((n=this.audioContext)==null?void 0:n.resume()),this.muted=!1}async pause(){await this.audioContext.suspend(),this.muted=!0}destroy(){this.device.stopListeningToRealtimeDataStream(this.stream)}createChunk(t){const{audioContext:n}=this;if(!n)return;const r=n.createBufferSource();return r.buffer=t,r.connect(n.destination),r.loop=!1,r.onended=s=>{this.chunks.splice(this.chunks.indexOf(r),1),this.chunks.length===0&&(this.isPlaying=!1)},r}changeAudioWireFormat(t){const{stream:n}=this;(async()=>await this.device.changeStreamAudioType(n.name,t))()}}function toArrayBuffer(e){if(e instanceof ArrayBuffer)return e;if(ArrayBuffer.isView(e)){const t=e,n=t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);return n instanceof SharedArrayBuffer?new Uint8Array(e).slice().buffer:n}return new Uint8Array(e).slice().buffer}class CaptureStream{constructor(t){De(this,"token");this.captureSession=t}async ingestJSON(t){if(!this.token){const r=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/capture-sessions/${this.captureSession.code}/authenticate`,{method:"POST"})).json();this.token=r.token}await fetch(`${exports.FORMANT_API_URL}/v1/ingest`,{method:"POST",body:JSON.stringify({deviceId:this.captureSession.deviceId,name:this.captureSession.streamName,type:"json",points:[[Date.now(),JSON.stringify(t)]]}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+this.token}})}}class DataChannel{constructor(t){De(this,"ready",!1);De(this,"listeners",[]);De(this,"openListeners",[]);De(this,"closeListeners",[]);De(this,"errorListeners",[]);De(this,"binaryListeners",[]);De(this,"error");De(this,"decoder",new TextDecoder);this.dataChannel=t,this.dataChannel.binaryType="arraybuffer",this.dataChannel.onopen=()=>{this.setReady()},this.dataChannel.onclose=()=>{this.ready=!1,this.closeListeners.forEach(n=>n())},this.dataChannel.onerror=n=>{console.error(n),this.error="An error occurred in DataChannel",this.errorListeners.forEach(r=>r(n))},this.dataChannel.onmessage=n=>{this.listeners.forEach(r=>{const s=new Uint8Array(n.data),o=this.decoder.decode(s);r(o)}),this.binaryListeners.forEach(r=>{r(new Uint8Array(n.data))})}}setReady(){this.ready=!0,this.openListeners.forEach(t=>t())}addOpenListener(t){this.openListeners.push(t)}removeOpenListener(t){this.openListeners=this.openListeners.filter(n=>n!==t)}addCloseListener(t){this.closeListeners.push(t)}removeCloseListener(t){this.closeListeners=this.closeListeners.filter(n=>n!==t)}addErrorListener(t){this.errorListeners.push(t)}removeErrorListener(t){this.errorListeners=this.errorListeners.filter(n=>n!==t)}async waitTilReady(){return this.ready?!0:new Promise((n,r)=>{let s=setInterval(()=>{this.dataChannel.readyState==="open"&&this.setReady(),this.ready&&(clearInterval(s),n(!0)),this.error&&r(this.error)},10)})}send(t){if(!this.ready)throw new Error("Connection has been closed");this.dataChannel.send(t)}sendBinary(t){if(!this.ready)throw new Error("Connection has been closed");this.dataChannel.send(new Uint8Array(t))}addListener(t){this.listeners.push(t)}removeListener(t){const n=this.listeners.indexOf(t);if(n===-1)throw new Error("Could not find data channel listener to remove");if(this.error)throw new Error(this.error);this.listeners.splice(n,1)}addBinaryListener(t){this.binaryListeners.push(t)}removeBinaryListener(t){const n=this.binaryListeners.indexOf(t);if(n===-1)throw new Error("Could not find data channel listener to remove");if(this.error)throw new Error(this.error);this.binaryListeners.splice(n,1)}}function defined$1(e,t){if(e!==void 0)return e;throw new Error(t||"Value is undefined")}function notNull(e,t){if(e!==null)return e;throw new Error(t||"Value is null")}function definedAndNotNull(e,t){return notNull(defined$1(e,t),t)}function delay$1(e){return new Promise(t=>setTimeout(t,e))}async function createDevice(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}/*! pako 2.1.0 https://github.com/nodeca/pako @license (MIT AND Zlib) */const Z_FIXED$1=4,Z_BINARY=0,Z_TEXT=1,Z_UNKNOWN$1=2;function zero$1(e){let t=e.length;for(;--t>=0;)e[t]=0}const STORED_BLOCK=0,STATIC_TREES=1,DYN_TREES=2,MIN_MATCH$1=3,MAX_MATCH$1=258,LENGTH_CODES$1=29,LITERALS$1=256,L_CODES$1=LITERALS$1+1+LENGTH_CODES$1,D_CODES$1=30,BL_CODES$1=19,HEAP_SIZE$1=2*L_CODES$1+1,MAX_BITS$1=15,Buf_size=16,MAX_BL_BITS=7,END_BLOCK=256,REP_3_6=16,REPZ_3_10=17,REPZ_11_138=18,extra_lbits=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),extra_dbits=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),extra_blbits=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),bl_order=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),DIST_CODE_LEN=512,static_ltree=new Array((L_CODES$1+2)*2);zero$1(static_ltree);const static_dtree=new Array(D_CODES$1*2);zero$1(static_dtree);const _dist_code=new Array(DIST_CODE_LEN);zero$1(_dist_code);const _length_code=new Array(MAX_MATCH$1-MIN_MATCH$1+1);zero$1(_length_code);const base_length=new Array(LENGTH_CODES$1);zero$1(base_length);const base_dist=new Array(D_CODES$1);zero$1(base_dist);function StaticTreeDesc(e,t,n,r,s){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=s,this.has_stree=e&&e.length}let static_l_desc,static_d_desc,static_bl_desc;function TreeDesc(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}const d_code=e=>e<256?_dist_code[e]:_dist_code[256+(e>>>7)],put_short=(e,t)=>{e.pending_buf[e.pending++]=t&255,e.pending_buf[e.pending++]=t>>>8&255},send_bits=(e,t,n)=>{e.bi_valid>Buf_size-n?(e.bi_buf|=t<<e.bi_valid&65535,put_short(e,e.bi_buf),e.bi_buf=t>>Buf_size-e.bi_valid,e.bi_valid+=n-Buf_size):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=n)},send_code=(e,t,n)=>{send_bits(e,n[t*2],n[t*2+1])},bi_reverse=(e,t)=>{let n=0;do n|=e&1,e>>>=1,n<<=1;while(--t>0);return n>>>1},bi_flush=e=>{e.bi_valid===16?(put_short(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=e.bi_buf&255,e.bi_buf>>=8,e.bi_valid-=8)},gen_bitlen=(e,t)=>{const n=t.dyn_tree,r=t.max_code,s=t.stat_desc.static_tree,o=t.stat_desc.has_stree,l=t.stat_desc.extra_bits,u=t.stat_desc.extra_base,c=t.stat_desc.max_length;let d,h,B,U,f,g,F=0;for(U=0;U<=MAX_BITS$1;U++)e.bl_count[U]=0;for(n[e.heap[e.heap_max]*2+1]=0,d=e.heap_max+1;d<HEAP_SIZE$1;d++)h=e.heap[d],U=n[n[h*2+1]*2+1]+1,U>c&&(U=c,F++),n[h*2+1]=U,!(h>r)&&(e.bl_count[U]++,f=0,h>=u&&(f=l[h-u]),g=n[h*2],e.opt_len+=g*(U+f),o&&(e.static_len+=g*(s[h*2+1]+f)));if(F!==0){do{for(U=c-1;e.bl_count[U]===0;)U--;e.bl_count[U]--,e.bl_count[U+1]+=2,e.bl_count[c]--,F-=2}while(F>0);for(U=c;U!==0;U--)for(h=e.bl_count[U];h!==0;)B=e.heap[--d],!(B>r)&&(n[B*2+1]!==U&&(e.opt_len+=(U-n[B*2+1])*n[B*2],n[B*2+1]=U),h--)}},gen_codes=(e,t,n)=>{const r=new Array(MAX_BITS$1+1);let s=0,o,l;for(o=1;o<=MAX_BITS$1;o++)s=s+n[o-1]<<1,r[o]=s;for(l=0;l<=t;l++){let u=e[l*2+1];u!==0&&(e[l*2]=bi_reverse(r[u]++,u))}},tr_static_init=()=>{let e,t,n,r,s;const o=new Array(MAX_BITS$1+1);for(n=0,r=0;r<LENGTH_CODES$1-1;r++)for(base_length[r]=n,e=0;e<1<<extra_lbits[r];e++)_length_code[n++]=r;for(_length_code[n-1]=r,s=0,r=0;r<16;r++)for(base_dist[r]=s,e=0;e<1<<extra_dbits[r];e++)_dist_code[s++]=r;for(s>>=7;r<D_CODES$1;r++)for(base_dist[r]=s<<7,e=0;e<1<<extra_dbits[r]-7;e++)_dist_code[256+s++]=r;for(t=0;t<=MAX_BITS$1;t++)o[t]=0;for(e=0;e<=143;)static_ltree[e*2+1]=8,e++,o[8]++;for(;e<=255;)static_ltree[e*2+1]=9,e++,o[9]++;for(;e<=279;)static_ltree[e*2+1]=7,e++,o[7]++;for(;e<=287;)static_ltree[e*2+1]=8,e++,o[8]++;for(gen_codes(static_ltree,L_CODES$1+1,o),e=0;e<D_CODES$1;e++)static_dtree[e*2+1]=5,static_dtree[e*2]=bi_reverse(e,5);static_l_desc=new StaticTreeDesc(static_ltree,extra_lbits,LITERALS$1+1,L_CODES$1,MAX_BITS$1),static_d_desc=new StaticTreeDesc(static_dtree,extra_dbits,0,D_CODES$1,MAX_BITS$1),static_bl_desc=new StaticTreeDesc(new Array(0),extra_blbits,0,BL_CODES$1,MAX_BL_BITS)},init_block=e=>{let t;for(t=0;t<L_CODES$1;t++)e.dyn_ltree[t*2]=0;for(t=0;t<D_CODES$1;t++)e.dyn_dtree[t*2]=0;for(t=0;t<BL_CODES$1;t++)e.bl_tree[t*2]=0;e.dyn_ltree[END_BLOCK*2]=1,e.opt_len=e.static_len=0,e.sym_next=e.matches=0},bi_windup=e=>{e.bi_valid>8?put_short(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0},smaller=(e,t,n,r)=>{const s=t*2,o=n*2;return e[s]<e[o]||e[s]===e[o]&&r[t]<=r[n]},pqdownheap=(e,t,n)=>{const r=e.heap[n];let s=n<<1;for(;s<=e.heap_len&&(s<e.heap_len&&smaller(t,e.heap[s+1],e.heap[s],e.depth)&&s++,!smaller(t,r,e.heap[s],e.depth));)e.heap[n]=e.heap[s],n=s,s<<=1;e.heap[n]=r},compress_block=(e,t,n)=>{let r,s,o=0,l,u;if(e.sym_next!==0)do r=e.pending_buf[e.sym_buf+o++]&255,r+=(e.pending_buf[e.sym_buf+o++]&255)<<8,s=e.pending_buf[e.sym_buf+o++],r===0?send_code(e,s,t):(l=_length_code[s],send_code(e,l+LITERALS$1+1,t),u=extra_lbits[l],u!==0&&(s-=base_length[l],send_bits(e,s,u)),r--,l=d_code(r),send_code(e,l,n),u=extra_dbits[l],u!==0&&(r-=base_dist[l],send_bits(e,r,u)));while(o<e.sym_next);send_code(e,END_BLOCK,t)},build_tree=(e,t)=>{const n=t.dyn_tree,r=t.stat_desc.static_tree,s=t.stat_desc.has_stree,o=t.stat_desc.elems;let l,u,c=-1,d;for(e.heap_len=0,e.heap_max=HEAP_SIZE$1,l=0;l<o;l++)n[l*2]!==0?(e.heap[++e.heap_len]=c=l,e.depth[l]=0):n[l*2+1]=0;for(;e.heap_len<2;)d=e.heap[++e.heap_len]=c<2?++c:0,n[d*2]=1,e.depth[d]=0,e.opt_len--,s&&(e.static_len-=r[d*2+1]);for(t.max_code=c,l=e.heap_len>>1;l>=1;l--)pqdownheap(e,n,l);d=o;do l=e.heap[1],e.heap[1]=e.heap[e.heap_len--],pqdownheap(e,n,1),u=e.heap[1],e.heap[--e.heap_max]=l,e.heap[--e.heap_max]=u,n[d*2]=n[l*2]+n[u*2],e.depth[d]=(e.depth[l]>=e.depth[u]?e.depth[l]:e.depth[u])+1,n[l*2+1]=n[u*2+1]=d,e.heap[1]=d++,pqdownheap(e,n,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],gen_bitlen(e,t),gen_codes(n,c,e.bl_count)},scan_tree=(e,t,n)=>{let r,s=-1,o,l=t[0*2+1],u=0,c=7,d=4;for(l===0&&(c=138,d=3),t[(n+1)*2+1]=65535,r=0;r<=n;r++)o=l,l=t[(r+1)*2+1],!(++u<c&&o===l)&&(u<d?e.bl_tree[o*2]+=u:o!==0?(o!==s&&e.bl_tree[o*2]++,e.bl_tree[REP_3_6*2]++):u<=10?e.bl_tree[REPZ_3_10*2]++:e.bl_tree[REPZ_11_138*2]++,u=0,s=o,l===0?(c=138,d=3):o===l?(c=6,d=3):(c=7,d=4))},send_tree=(e,t,n)=>{let r,s=-1,o,l=t[0*2+1],u=0,c=7,d=4;for(l===0&&(c=138,d=3),r=0;r<=n;r++)if(o=l,l=t[(r+1)*2+1],!(++u<c&&o===l)){if(u<d)do send_code(e,o,e.bl_tree);while(--u!==0);else o!==0?(o!==s&&(send_code(e,o,e.bl_tree),u--),send_code(e,REP_3_6,e.bl_tree),send_bits(e,u-3,2)):u<=10?(send_code(e,REPZ_3_10,e.bl_tree),send_bits(e,u-3,3)):(send_code(e,REPZ_11_138,e.bl_tree),send_bits(e,u-11,7));u=0,s=o,l===0?(c=138,d=3):o===l?(c=6,d=3):(c=7,d=4)}},build_bl_tree=e=>{let t;for(scan_tree(e,e.dyn_ltree,e.l_desc.max_code),scan_tree(e,e.dyn_dtree,e.d_desc.max_code),build_tree(e,e.bl_desc),t=BL_CODES$1-1;t>=3&&e.bl_tree[bl_order[t]*2+1]===0;t--);return e.opt_len+=3*(t+1)+5+5+4,t},send_all_trees=(e,t,n,r)=>{let s;for(send_bits(e,t-257,5),send_bits(e,n-1,5),send_bits(e,r-4,4),s=0;s<r;s++)send_bits(e,e.bl_tree[bl_order[s]*2+1],3);send_tree(e,e.dyn_ltree,t-1),send_tree(e,e.dyn_dtree,n-1)},detect_data_type=e=>{let t=4093624447,n;for(n=0;n<=31;n++,t>>>=1)if(t&1&&e.dyn_ltree[n*2]!==0)return Z_BINARY;if(e.dyn_ltree[9*2]!==0||e.dyn_ltree[10*2]!==0||e.dyn_ltree[13*2]!==0)return Z_TEXT;for(n=32;n<LITERALS$1;n++)if(e.dyn_ltree[n*2]!==0)return Z_TEXT;return Z_BINARY};let static_init_done=!1;const _tr_init$1=e=>{static_init_done||(tr_static_init(),static_init_done=!0),e.l_desc=new TreeDesc(e.dyn_ltree,static_l_desc),e.d_desc=new TreeDesc(e.dyn_dtree,static_d_desc),e.bl_desc=new TreeDesc(e.bl_tree,static_bl_desc),e.bi_buf=0,e.bi_valid=0,init_block(e)},_tr_stored_block$1=(e,t,n,r)=>{send_bits(e,(STORED_BLOCK<<1)+(r?1:0),3),bi_windup(e),put_short(e,n),put_short(e,~n),n&&e.pending_buf.set(e.window.subarray(t,t+n),e.pending),e.pending+=n},_tr_align$1=e=>{send_bits(e,STATIC_TREES<<1,3),send_code(e,END_BLOCK,static_ltree),bi_flush(e)},_tr_flush_block$1=(e,t,n,r)=>{let s,o,l=0;e.level>0?(e.strm.data_type===Z_UNKNOWN$1&&(e.strm.data_type=detect_data_type(e)),build_tree(e,e.l_desc),build_tree(e,e.d_desc),l=build_bl_tree(e),s=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o<=s&&(s=o)):s=o=n+5,n+4<=s&&t!==-1?_tr_stored_block$1(e,t,n,r):e.strategy===Z_FIXED$1||o===s?(send_bits(e,(STATIC_TREES<<1)+(r?1:0),3),compress_block(e,static_ltree,static_dtree)):(send_bits(e,(DYN_TREES<<1)+(r?1:0),3),send_all_trees(e,e.l_desc.max_code+1,e.d_desc.max_code+1,l+1),compress_block(e,e.dyn_ltree,e.dyn_dtree)),init_block(e),r&&bi_windup(e)},_tr_tally$1=(e,t,n)=>(e.pending_buf[e.sym_buf+e.sym_next++]=t,e.pending_buf[e.sym_buf+e.sym_next++]=t>>8,e.pending_buf[e.sym_buf+e.sym_next++]=n,t===0?e.dyn_ltree[n*2]++:(e.matches++,t--,e.dyn_ltree[(_length_code[n]+LITERALS$1+1)*2]++,e.dyn_dtree[d_code(t)*2]++),e.sym_next===e.sym_end);var _tr_init_1=_tr_init$1,_tr_stored_block_1=_tr_stored_block$1,_tr_flush_block_1=_tr_flush_block$1,_tr_tally_1=_tr_tally$1,_tr_align_1=_tr_align$1,trees={_tr_init:_tr_init_1,_tr_stored_block:_tr_stored_block_1,_tr_flush_block:_tr_flush_block_1,_tr_tally:_tr_tally_1,_tr_align:_tr_align_1};const adler32=(e,t,n,r)=>{let s=e&65535|0,o=e>>>16&65535|0,l=0;for(;n!==0;){l=n>2e3?2e3:n,n-=l;do s=s+t[r++]|0,o=o+s|0;while(--l);s%=65521,o%=65521}return s|o<<16|0};var adler32_1=adler32;const makeTable=()=>{let e,t=[];for(var n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=e&1?3988292384^e>>>1:e>>>1;t[n]=e}return t},crcTable=new Uint32Array(makeTable()),crc32=(e,t,n,r)=>{const s=crcTable,o=r+n;e^=-1;for(let l=r;l<o;l++)e=e>>>8^s[(e^t[l])&255];return e^-1};var crc32_1=crc32,messages={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},constants$2={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};const{_tr_init,_tr_stored_block,_tr_flush_block,_tr_tally,_tr_align}=trees,{Z_NO_FLUSH:Z_NO_FLUSH$2,Z_PARTIAL_FLUSH,Z_FULL_FLUSH:Z_FULL_FLUSH$1,Z_FINISH:Z_FINISH$3,Z_BLOCK:Z_BLOCK$1,Z_OK:Z_OK$3,Z_STREAM_END:Z_STREAM_END$3,Z_STREAM_ERROR:Z_STREAM_ERROR$2,Z_DATA_ERROR:Z_DATA_ERROR$2,Z_BUF_ERROR:Z_BUF_ERROR$1,Z_DEFAULT_COMPRESSION:Z_DEFAULT_COMPRESSION$1,Z_FILTERED,Z_HUFFMAN_ONLY,Z_RLE,Z_FIXED,Z_DEFAULT_STRATEGY:Z_DEFAULT_STRATEGY$1,Z_UNKNOWN,Z_DEFLATED:Z_DEFLATED$2}=constants$2,MAX_MEM_LEVEL=9,MAX_WBITS$1=15,DEF_MEM_LEVEL=8,LENGTH_CODES=29,LITERALS=256,L_CODES=LITERALS+1+LENGTH_CODES,D_CODES=30,BL_CODES=19,HEAP_SIZE=2*L_CODES+1,MAX_BITS=15,MIN_MATCH=3,MAX_MATCH=258,MIN_LOOKAHEAD=MAX_MATCH+MIN_MATCH+1,PRESET_DICT=32,INIT_STATE=42,GZIP_STATE=57,EXTRA_STATE=69,NAME_STATE=73,COMMENT_STATE=91,HCRC_STATE=103,BUSY_STATE=113,FINISH_STATE=666,BS_NEED_MORE=1,BS_BLOCK_DONE=2,BS_FINISH_STARTED=3,BS_FINISH_DONE=4,OS_CODE=3,err=(e,t)=>(e.msg=messages[t],t),rank=e=>e*2-(e>4?9:0),zero=e=>{let t=e.length;for(;--t>=0;)e[t]=0},slide_hash=e=>{let t,n,r,s=e.w_size;t=e.hash_size,r=t;do n=e.head[--r],e.head[r]=n>=s?n-s:0;while(--t);t=s,r=t;do n=e.prev[--r],e.prev[r]=n>=s?n-s:0;while(--t)};let HASH_ZLIB=(e,t,n)=>(t<<e.hash_shift^n)&e.hash_mask,HASH=HASH_ZLIB;const flush_pending=e=>{const t=e.state;let n=t.pending;n>e.avail_out&&(n=e.avail_out),n!==0&&(e.output.set(t.pending_buf.subarray(t.pending_out,t.pending_out+n),e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,t.pending===0&&(t.pending_out=0))},flush_block_only=(e,t)=>{_tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,flush_pending(e.strm)},put_byte=(e,t)=>{e.pending_buf[e.pending++]=t},putShortMSB=(e,t)=>{e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=t&255},read_buf=(e,t,n,r)=>{let s=e.avail_in;return s>r&&(s=r),s===0?0:(e.avail_in-=s,t.set(e.input.subarray(e.next_in,e.next_in+s),n),e.state.wrap===1?e.adler=adler32_1(e.adler,t,s,n):e.state.wrap===2&&(e.adler=crc32_1(e.adler,t,s,n)),e.next_in+=s,e.total_in+=s,s)},longest_match=(e,t)=>{let n=e.max_chain_length,r=e.strstart,s,o,l=e.prev_length,u=e.nice_match;const c=e.strstart>e.w_size-MIN_LOOKAHEAD?e.strstart-(e.w_size-MIN_LOOKAHEAD):0,d=e.window,h=e.w_mask,B=e.prev,U=e.strstart+MAX_MATCH;let f=d[r+l-1],g=d[r+l];e.prev_length>=e.good_match&&(n>>=2),u>e.lookahead&&(u=e.lookahead);do if(s=t,!(d[s+l]!==g||d[s+l-1]!==f||d[s]!==d[r]||d[++s]!==d[r+1])){r+=2,s++;do;while(d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&d[++r]===d[++s]&&r<U);if(o=MAX_MATCH-(U-r),r=U-MAX_MATCH,o>l){if(e.match_start=t,l=o,o>=u)break;f=d[r+l-1],g=d[r+l]}}while((t=B[t&h])>c&&--n!==0);return l<=e.lookahead?l:e.lookahead},fill_window=e=>{const t=e.w_size;let n,r,s;do{if(r=e.window_size-e.lookahead-e.strstart,e.strstart>=t+(t-MIN_LOOKAHEAD)&&(e.window.set(e.window.subarray(t,t+t-r),0),e.match_start-=t,e.strstart-=t,e.block_start-=t,e.insert>e.strstart&&(e.insert=e.strstart),slide_hash(e),r+=t),e.strm.avail_in===0)break;if(n=read_buf(e.strm,e.window,e.strstart+e.lookahead,r),e.lookahead+=n,e.lookahead+e.insert>=MIN_MATCH)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=HASH(e,e.ins_h,e.window[s+1]);e.insert&&(e.ins_h=HASH(e,e.ins_h,e.window[s+MIN_MATCH-1]),e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<MIN_MATCH)););}while(e.lookahead<MIN_LOOKAHEAD&&e.strm.avail_in!==0)},deflate_stored=(e,t)=>{let n=e.pending_buf_size-5>e.w_size?e.w_size:e.pending_buf_size-5,r,s,o,l=0,u=e.strm.avail_in;do{if(r=65535,o=e.bi_valid+42>>3,e.strm.avail_out<o||(o=e.strm.avail_out-o,s=e.strstart-e.block_start,r>s+e.strm.avail_in&&(r=s+e.strm.avail_in),r>o&&(r=o),r<n&&(r===0&&t!==Z_FINISH$3||t===Z_NO_FLUSH$2||r!==s+e.strm.avail_in)))break;l=t===Z_FINISH$3&&r===s+e.strm.avail_in?1:0,_tr_stored_block(e,0,0,l),e.pending_buf[e.pending-4]=r,e.pending_buf[e.pending-3]=r>>8,e.pending_buf[e.pending-2]=~r,e.pending_buf[e.pending-1]=~r>>8,flush_pending(e.strm),s&&(s>r&&(s=r),e.strm.output.set(e.window.subarray(e.block_start,e.block_start+s),e.strm.next_out),e.strm.next_out+=s,e.strm.avail_out-=s,e.strm.total_out+=s,e.block_start+=s,r-=s),r&&(read_buf(e.strm,e.strm.output,e.strm.next_out,r),e.strm.next_out+=r,e.strm.avail_out-=r,e.strm.total_out+=r)}while(l===0);return u-=e.strm.avail_in,u&&(u>=e.w_size?(e.matches=2,e.window.set(e.strm.input.subarray(e.strm.next_in-e.w_size,e.strm.next_in),0),e.strstart=e.w_size,e.insert=e.strstart):(e.window_size-e.strstart<=u&&(e.strstart-=e.w_size,e.window.set(e.window.subarray(e.w_size,e.w_size+e.strstart),0),e.matches<2&&e.matches++,e.insert>e.strstart&&(e.insert=e.strstart)),e.window.set(e.strm.input.subarray(e.strm.next_in-u,e.strm.next_in),e.strstart),e.strstart+=u,e.insert+=u>e.w_size-e.insert?e.w_size-e.insert:u),e.block_start=e.strstart),e.high_water<e.strstart&&(e.high_water=e.strstart),l?BS_FINISH_DONE:t!==Z_NO_FLUSH$2&&t!==Z_FINISH$3&&e.strm.avail_in===0&&e.strstart===e.block_start?BS_BLOCK_DONE:(o=e.window_size-e.strstart,e.strm.avail_in>o&&e.block_start>=e.w_size&&(e.block_start-=e.w_size,e.strstart-=e.w_size,e.window.set(e.window.subarray(e.w_size,e.w_size+e.strstart),0),e.matches<2&&e.matches++,o+=e.w_size,e.insert>e.strstart&&(e.insert=e.strstart)),o>e.strm.avail_in&&(o=e.strm.avail_in),o&&(read_buf(e.strm,e.window,e.strstart,o),e.strstart+=o,e.insert+=o>e.w_size-e.insert?e.w_size-e.insert:o),e.high_water<e.strstart&&(e.high_water=e.strstart),o=e.bi_valid+42>>3,o=e.pending_buf_size-o>65535?65535:e.pending_buf_size-o,n=o>e.w_size?e.w_size:o,s=e.strstart-e.block_start,(s>=n||(s||t===Z_FINISH$3)&&t!==Z_NO_FLUSH$2&&e.strm.avail_in===0&&s<=o)&&(r=s>o?o:s,l=t===Z_FINISH$3&&e.strm.avail_in===0&&r===s?1:0,_tr_stored_block(e,e.block_start,r,l),e.block_start+=r,flush_pending(e.strm)),l?BS_FINISH_STARTED:BS_NEED_MORE)},deflate_fast=(e,t)=>{let n,r;for(;;){if(e.lookahead<MIN_LOOKAHEAD){if(fill_window(e),e.lookahead<MIN_LOOKAHEAD&&t===Z_NO_FLUSH$2)return BS_NEED_MORE;if(e.lookahead===0)break}if(n=0,e.lookahead>=MIN_MATCH&&(e.ins_h=HASH(e,e.ins_h,e.window[e.strstart+MIN_MATCH-1]),n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),n!==0&&e.strstart-n<=e.w_size-MIN_LOOKAHEAD&&(e.match_length=longest_match(e,n)),e.match_length>=MIN_MATCH)if(r=_tr_tally(e,e.strstart-e.match_start,e.match_length-MIN_MATCH),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=MIN_MATCH){e.match_length--;do e.strstart++,e.ins_h=HASH(e,e.ins_h,e.window[e.strstart+MIN_MATCH-1]),n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(--e.match_length!==0);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=HASH(e,e.ins_h,e.window[e.strstart+1]);else r=_tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&(flush_block_only(e,!1),e.strm.avail_out===0))return BS_NEED_MORE}return e.insert=e.strstart<MIN_MATCH-1?e.strstart:MIN_MATCH-1,t===Z_FINISH$3?(flush_block_only(e,!0),e.strm.avail_out===0?BS_FINISH_STARTED:BS_FINISH_DONE):e.sym_next&&(flush_block_only(e,!1),e.strm.avail_out===0)?BS_NEED_MORE:BS_BLOCK_DONE},deflate_slow=(e,t)=>{let n,r,s;for(;;){if(e.lookahead<MIN_LOOKAHEAD){if(fill_window(e),e.lookahead<MIN_LOOKAHEAD&&t===Z_NO_FLUSH$2)return BS_NEED_MORE;if(e.lookahead===0)break}if(n=0,e.lookahead>=MIN_MATCH&&(e.ins_h=HASH(e,e.ins_h,e.window[e.strstart+MIN_MATCH-1]),n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=MIN_MATCH-1,n!==0&&e.prev_length<e.max_lazy_match&&e.strstart-n<=e.w_size-MIN_LOOKAHEAD&&(e.match_length=longest_match(e,n),e.match_length<=5&&(e.strategy===Z_FILTERED||e.match_length===MIN_MATCH&&e.strstart-e.match_start>4096)&&(e.match_length=MIN_MATCH-1)),e.prev_length>=MIN_MATCH&&e.match_length<=e.prev_length){s=e.strstart+e.lookahead-MIN_MATCH,r=_tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-MIN_MATCH),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=s&&(e.ins_h=HASH(e,e.ins_h,e.window[e.strstart+MIN_MATCH-1]),n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(--e.prev_length!==0);if(e.match_available=0,e.match_length=MIN_MATCH-1,e.strstart++,r&&(flush_block_only(e,!1),e.strm.avail_out===0))return BS_NEED_MORE}else if(e.match_available){if(r=_tr_tally(e,0,e.window[e.strstart-1]),r&&flush_block_only(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return BS_NEED_MORE}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(r=_tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<MIN_MATCH-1?e.strstart:MIN_MATCH-1,t===Z_FINISH$3?(flush_block_only(e,!0),e.strm.avail_out===0?BS_FINISH_STARTED:BS_FINISH_DONE):e.sym_next&&(flush_block_only(e,!1),e.strm.avail_out===0)?BS_NEED_MORE:BS_BLOCK_DONE},deflate_rle=(e,t)=>{let n,r,s,o;const l=e.window;for(;;){if(e.lookahead<=MAX_MATCH){if(fill_window(e),e.lookahead<=MAX_MATCH&&t===Z_NO_FLUSH$2)return BS_NEED_MORE;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=MIN_MATCH&&e.strstart>0&&(s=e.strstart-1,r=l[s],r===l[++s]&&r===l[++s]&&r===l[++s])){o=e.strstart+MAX_MATCH;do;while(r===l[++s]&&r===l[++s]&&r===l[++s]&&r===l[++s]&&r===l[++s]&&r===l[++s]&&r===l[++s]&&r===l[++s]&&s<o);e.match_length=MAX_MATCH-(o-s),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=MIN_MATCH?(n=_tr_tally(e,1,e.match_length-MIN_MATCH),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=_tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(flush_block_only(e,!1),e.strm.avail_out===0))return BS_NEED_MORE}return e.insert=0,t===Z_FINISH$3?(flush_block_only(e,!0),e.strm.avail_out===0?BS_FINISH_STARTED:BS_FINISH_DONE):e.sym_next&&(flush_block_only(e,!1),e.strm.avail_out===0)?BS_NEED_MORE:BS_BLOCK_DONE},deflate_huff=(e,t)=>{let n;for(;;){if(e.lookahead===0&&(fill_window(e),e.lookahead===0)){if(t===Z_NO_FLUSH$2)return BS_NEED_MORE;break}if(e.match_length=0,n=_tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(flush_block_only(e,!1),e.strm.avail_out===0))return BS_NEED_MORE}return e.insert=0,t===Z_FINISH$3?(flush_block_only(e,!0),e.strm.avail_out===0?BS_FINISH_STARTED:BS_FINISH_DONE):e.sym_next&&(flush_block_only(e,!1),e.strm.avail_out===0)?BS_NEED_MORE:BS_BLOCK_DONE};function Config(e,t,n,r,s){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=s}const configuration_table=[new Config(0,0,0,0,deflate_stored),new Config(4,4,8,4,deflate_fast),new Config(4,5,16,8,deflate_fast),new Config(4,6,32,32,deflate_fast),new Config(4,4,16,16,deflate_slow),new Config(8,16,32,32,deflate_slow),new Config(8,16,128,128,deflate_slow),new Config(8,32,128,256,deflate_slow),new Config(32,128,258,1024,deflate_slow),new Config(32,258,258,4096,deflate_slow)],lm_init=e=>{e.window_size=2*e.w_size,zero(e.head),e.max_lazy_match=configuration_table[e.level].max_lazy,e.good_match=configuration_table[e.level].good_length,e.nice_match=configuration_table[e.level].nice_length,e.max_chain_length=configuration_table[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=MIN_MATCH-1,e.match_available=0,e.ins_h=0};function DeflateState(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Z_DEFLATED$2,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(HEAP_SIZE*2),this.dyn_dtree=new Uint16Array((2*D_CODES+1)*2),this.bl_tree=new Uint16Array((2*BL_CODES+1)*2),zero(this.dyn_ltree),zero(this.dyn_dtree),zero(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(MAX_BITS+1),this.heap=new Uint16Array(2*L_CODES+1),zero(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(2*L_CODES+1),zero(this.depth),this.sym_buf=0,this.lit_bufsize=0,this.sym_next=0,this.sym_end=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const deflateStateCheck=e=>{if(!e)return 1;const t=e.state;return!t||t.strm!==e||t.status!==INIT_STATE&&t.status!==GZIP_STATE&&t.status!==EXTRA_STATE&&t.status!==NAME_STATE&&t.status!==COMMENT_STATE&&t.status!==HCRC_STATE&&t.status!==BUSY_STATE&&t.status!==FINISH_STATE?1:0},deflateResetKeep=e=>{if(deflateStateCheck(e))return err(e,Z_STREAM_ERROR$2);e.total_in=e.total_out=0,e.data_type=Z_UNKNOWN;const t=e.state;return t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap===2?GZIP_STATE:t.wrap?INIT_STATE:BUSY_STATE,e.adler=t.wrap===2?0:1,t.last_flush=-2,_tr_init(t),Z_OK$3},deflateReset=e=>{const t=deflateResetKeep(e);return t===Z_OK$3&&lm_init(e.state),t},deflateSetHeader=(e,t)=>deflateStateCheck(e)||e.state.wrap!==2?Z_STREAM_ERROR$2:(e.state.gzhead=t,Z_OK$3),deflateInit2=(e,t,n,r,s,o)=>{if(!e)return Z_STREAM_ERROR$2;let l=1;if(t===Z_DEFAULT_COMPRESSION$1&&(t=6),r<0?(l=0,r=-r):r>15&&(l=2,r-=16),s<1||s>MAX_MEM_LEVEL||n!==Z_DEFLATED$2||r<8||r>15||t<0||t>9||o<0||o>Z_FIXED||r===8&&l!==1)return err(e,Z_STREAM_ERROR$2);r===8&&(r=9);const u=new DeflateState;return e.state=u,u.strm=e,u.status=INIT_STATE,u.wrap=l,u.gzhead=null,u.w_bits=r,u.w_size=1<<u.w_bits,u.w_mask=u.w_size-1,u.hash_bits=s+7,u.hash_size=1<<u.hash_bits,u.hash_mask=u.hash_size-1,u.hash_shift=~~((u.hash_bits+MIN_MATCH-1)/MIN_MATCH),u.window=new Uint8Array(u.w_size*2),u.head=new Uint16Array(u.hash_size),u.prev=new Uint16Array(u.w_size),u.lit_bufsize=1<<s+6,u.pending_buf_size=u.lit_bufsize*4,u.pending_buf=new Uint8Array(u.pending_buf_size),u.sym_buf=u.lit_bufsize,u.sym_end=(u.lit_bufsize-1)*3,u.level=t,u.strategy=o,u.method=n,deflateReset(e)},deflateInit=(e,t)=>deflateInit2(e,t,Z_DEFLATED$2,MAX_WBITS$1,DEF_MEM_LEVEL,Z_DEFAULT_STRATEGY$1),deflate$2=(e,t)=>{if(deflateStateCheck(e)||t>Z_BLOCK$1||t<0)return e?err(e,Z_STREAM_ERROR$2):Z_STREAM_ERROR$2;const n=e.state;if(!e.output||e.avail_in!==0&&!e.input||n.status===FINISH_STATE&&t!==Z_FINISH$3)return err(e,e.avail_out===0?Z_BUF_ERROR$1:Z_STREAM_ERROR$2);const r=n.last_flush;if(n.last_flush=t,n.pending!==0){if(flush_pending(e),e.avail_out===0)return n.last_flush=-1,Z_OK$3}else if(e.avail_in===0&&rank(t)<=rank(r)&&t!==Z_FINISH$3)return err(e,Z_BUF_ERROR$1);if(n.status===FINISH_STATE&&e.avail_in!==0)return err(e,Z_BUF_ERROR$1);if(n.status===INIT_STATE&&n.wrap===0&&(n.status=BUSY_STATE),n.status===INIT_STATE){let s=Z_DEFLATED$2+(n.w_bits-8<<4)<<8,o=-1;if(n.strategy>=Z_HUFFMAN_ONLY||n.level<2?o=0:n.level<6?o=1:n.level===6?o=2:o=3,s|=o<<6,n.strstart!==0&&(s|=PRESET_DICT),s+=31-s%31,putShortMSB(n,s),n.strstart!==0&&(putShortMSB(n,e.adler>>>16),putShortMSB(n,e.adler&65535)),e.adler=1,n.status=BUSY_STATE,flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3}if(n.status===GZIP_STATE){if(e.adler=0,put_byte(n,31),put_byte(n,139),put_byte(n,8),n.gzhead)put_byte(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),put_byte(n,n.gzhead.time&255),put_byte(n,n.gzhead.time>>8&255),put_byte(n,n.gzhead.time>>16&255),put_byte(n,n.gzhead.time>>24&255),put_byte(n,n.level===9?2:n.strategy>=Z_HUFFMAN_ONLY||n.level<2?4:0),put_byte(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(put_byte(n,n.gzhead.extra.length&255),put_byte(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=EXTRA_STATE;else if(put_byte(n,0),put_byte(n,0),put_byte(n,0),put_byte(n,0),put_byte(n,0),put_byte(n,n.level===9?2:n.strategy>=Z_HUFFMAN_ONLY||n.level<2?4:0),put_byte(n,OS_CODE),n.status=BUSY_STATE,flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3}if(n.status===EXTRA_STATE){if(n.gzhead.extra){let s=n.pending,o=(n.gzhead.extra.length&65535)-n.gzindex;for(;n.pending+o>n.pending_buf_size;){let u=n.pending_buf_size-n.pending;if(n.pending_buf.set(n.gzhead.extra.subarray(n.gzindex,n.gzindex+u),n.pending),n.pending=n.pending_buf_size,n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s)),n.gzindex+=u,flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3;s=0,o-=u}let l=new Uint8Array(n.gzhead.extra);n.pending_buf.set(l.subarray(n.gzindex,n.gzindex+o),n.pending),n.pending+=o,n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s)),n.gzindex=0}n.status=NAME_STATE}if(n.status===NAME_STATE){if(n.gzhead.name){let s=n.pending,o;do{if(n.pending===n.pending_buf_size){if(n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s)),flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3;s=0}n.gzindex<n.gzhead.name.length?o=n.gzhead.name.charCodeAt(n.gzindex++)&255:o=0,put_byte(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s)),n.gzindex=0}n.status=COMMENT_STATE}if(n.status===COMMENT_STATE){if(n.gzhead.comment){let s=n.pending,o;do{if(n.pending===n.pending_buf_size){if(n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s)),flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3;s=0}n.gzindex<n.gzhead.comment.length?o=n.gzhead.comment.charCodeAt(n.gzindex++)&255:o=0,put_byte(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>s&&(e.adler=crc32_1(e.adler,n.pending_buf,n.pending-s,s))}n.status=HCRC_STATE}if(n.status===HCRC_STATE){if(n.gzhead.hcrc){if(n.pending+2>n.pending_buf_size&&(flush_pending(e),n.pending!==0))return n.last_flush=-1,Z_OK$3;put_byte(n,e.adler&255),put_byte(n,e.adler>>8&255),e.adler=0}if(n.status=BUSY_STATE,flush_pending(e),n.pending!==0)return n.last_flush=-1,Z_OK$3}if(e.avail_in!==0||n.lookahead!==0||t!==Z_NO_FLUSH$2&&n.status!==FINISH_STATE){let s=n.level===0?deflate_stored(n,t):n.strategy===Z_HUFFMAN_ONLY?deflate_huff(n,t):n.strategy===Z_RLE?deflate_rle(n,t):configuration_table[n.level].func(n,t);if((s===BS_FINISH_STARTED||s===BS_FINISH_DONE)&&(n.status=FINISH_STATE),s===BS_NEED_MORE||s===BS_FINISH_STARTED)return e.avail_out===0&&(n.last_flush=-1),Z_OK$3;if(s===BS_BLOCK_DONE&&(t===Z_PARTIAL_FLUSH?_tr_align(n):t!==Z_BLOCK$1&&(_tr_stored_block(n,0,0,!1),t===Z_FULL_FLUSH$1&&(zero(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),flush_pending(e),e.avail_out===0))return n.last_flush=-1,Z_OK$3}return t!==Z_FINISH$3?Z_OK$3:n.wrap<=0?Z_STREAM_END$3:(n.wrap===2?(put_byte(n,e.adler&255),put_byte(n,e.adler>>8&255),put_byte(n,e.adler>>16&255),put_byte(n,e.adler>>24&255),put_byte(n,e.total_in&255),put_byte(n,e.total_in>>8&255),put_byte(n,e.total_in>>16&255),put_byte(n,e.total_in>>24&255)):(putShortMSB(n,e.adler>>>16),putShortMSB(n,e.adler&65535)),flush_pending(e),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?Z_OK$3:Z_STREAM_END$3)},deflateEnd=e=>{if(deflateStateCheck(e))return Z_STREAM_ERROR$2;const t=e.state.status;return e.state=null,t===BUSY_STATE?err(e,Z_DATA_ERROR$2):Z_OK$3},deflateSetDictionary=(e,t)=>{let n=t.length;if(deflateStateCheck(e))return Z_STREAM_ERROR$2;const r=e.state,s=r.wrap;if(s===2||s===1&&r.status!==INIT_STATE||r.lookahead)return Z_STREAM_ERROR$2;if(s===1&&(e.adler=adler32_1(e.adler,t,n,0)),r.wrap=0,n>=r.w_size){s===0&&(zero(r.head),r.strstart=0,r.block_start=0,r.insert=0);let c=new Uint8Array(r.w_size);c.set(t.subarray(n-r.w_size,n),0),t=c,n=r.w_size}const o=e.avail_in,l=e.next_in,u=e.input;for(e.avail_in=n,e.next_in=0,e.input=t,fill_window(r);r.lookahead>=MIN_MATCH;){let c=r.strstart,d=r.lookahead-(MIN_MATCH-1);do r.ins_h=HASH(r,r.ins_h,r.window[c+MIN_MATCH-1]),r.prev[c&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=c,c++;while(--d);r.strstart=c,r.lookahead=MIN_MATCH-1,fill_window(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=MIN_MATCH-1,r.match_available=0,e.next_in=l,e.input=u,e.avail_in=o,r.wrap=s,Z_OK$3};var deflateInit_1=deflateInit,deflateInit2_1=deflateInit2,deflateReset_1=deflateReset,deflateResetKeep_1=deflateResetKeep,deflateSetHeader_1=deflateSetHeader,deflate_2$1=deflate$2,deflateEnd_1=deflateEnd,deflateSetDictionary_1=deflateSetDictionary,deflateInfo="pako deflate (from Nodeca project)",deflate_1$2={deflateInit:deflateInit_1,deflateInit2:deflateInit2_1,deflateReset:deflateReset_1,deflateResetKeep:deflateResetKeep_1,deflateSetHeader:deflateSetHeader_1,deflate:deflate_2$1,deflateEnd:deflateEnd_1,deflateSetDictionary:deflateSetDictionary_1,deflateInfo};const _has=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var assign=function(e){const t=Array.prototype.slice.call(arguments,1);for(;t.length;){const n=t.shift();if(n){if(typeof n!="object")throw new TypeError(n+"must be non-object");for(const r in n)_has(n,r)&&(e[r]=n[r])}}return e},flattenChunks=e=>{let t=0;for(let r=0,s=e.length;r<s;r++)t+=e[r].length;const n=new Uint8Array(t);for(let r=0,s=0,o=e.length;r<o;r++){let l=e[r];n.set(l,s),s+=l.length}return n},common={assign,flattenChunks};let STR_APPLY_UIA_OK=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){STR_APPLY_UIA_OK=!1}const _utf8len=new Uint8Array(256);for(let e=0;e<256;e++)_utf8len[e]=e>=252?6:e>=248?5:e>=240?4:e>=224?3:e>=192?2:1;_utf8len[254]=_utf8len[254]=1;var string2buf=e=>{if(typeof TextEncoder=="function"&&TextEncoder.prototype.encode)return new TextEncoder().encode(e);let t,n,r,s,o,l=e.length,u=0;for(s=0;s<l;s++)n=e.charCodeAt(s),(n&64512)===55296&&s+1<l&&(r=e.charCodeAt(s+1),(r&64512)===56320&&(n=65536+(n-55296<<10)+(r-56320),s++)),u+=n<128?1:n<2048?2:n<65536?3:4;for(t=new Uint8Array(u),o=0,s=0;o<u;s++)n=e.charCodeAt(s),(n&64512)===55296&&s+1<l&&(r=e.charCodeAt(s+1),(r&64512)===56320&&(n=65536+(n-55296<<10)+(r-56320),s++)),n<128?t[o++]=n:n<2048?(t[o++]=192|n>>>6,t[o++]=128|n&63):n<65536?(t[o++]=224|n>>>12,t[o++]=128|n>>>6&63,t[o++]=128|n&63):(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63,t[o++]=128|n>>>6&63,t[o++]=128|n&63);return t};const buf2binstring=(e,t)=>{if(t<65534&&e.subarray&&STR_APPLY_UIA_OK)return String.fromCharCode.apply(null,e.length===t?e:e.subarray(0,t));let n="";for(let r=0;r<t;r++)n+=String.fromCharCode(e[r]);return n};var buf2string=(e,t)=>{const n=t||e.length;if(typeof TextDecoder=="function"&&TextDecoder.prototype.decode)return new TextDecoder().decode(e.subarray(0,t));let r,s;const o=new Array(n*2);for(s=0,r=0;r<n;){let l=e[r++];if(l<128){o[s++]=l;continue}let u=_utf8len[l];if(u>4){o[s++]=65533,r+=u-1;continue}for(l&=u===2?31:u===3?15:7;u>1&&r<n;)l=l<<6|e[r++]&63,u--;if(u>1){o[s++]=65533;continue}l<65536?o[s++]=l:(l-=65536,o[s++]=55296|l>>10&1023,o[s++]=56320|l&1023)}return buf2binstring(o,s)},utf8border=(e,t)=>{t=t||e.length,t>e.length&&(t=e.length);let n=t-1;for(;n>=0&&(e[n]&192)===128;)n--;return n<0||n===0?t:n+_utf8len[e[n]]>t?n:t},strings={string2buf,buf2string,utf8border};function ZStream(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}var zstream=ZStream;const toString$1=Object.prototype.toString,{Z_NO_FLUSH:Z_NO_FLUSH$1,Z_SYNC_FLUSH,Z_FULL_FLUSH,Z_FINISH:Z_FINISH$2,Z_OK:Z_OK$2,Z_STREAM_END:Z_STREAM_END$2,Z_DEFAULT_COMPRESSION,Z_DEFAULT_STRATEGY,Z_DEFLATED:Z_DEFLATED$1}=constants$2;function Deflate$1(e){this.options=common.assign({level:Z_DEFAULT_COMPRESSION,method:Z_DEFLATED$1,chunkSize:16384,windowBits:15,memLevel:8,strategy:Z_DEFAULT_STRATEGY},e||{});let t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new zstream,this.strm.avail_out=0;let n=deflate_1$2.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==Z_OK$2)throw new Error(messages[n]);if(t.header&&deflate_1$2.deflateSetHeader(this.strm,t.header),t.dictionary){let r;if(typeof t.dictionary=="string"?r=strings.string2buf(t.dictionary):toString$1.call(t.dictionary)==="[object ArrayBuffer]"?r=new Uint8Array(t.dictionary):r=t.dictionary,n=deflate_1$2.deflateSetDictionary(this.strm,r),n!==Z_OK$2)throw new Error(messages[n]);this._dict_set=!0}}Deflate$1.prototype.push=function(e,t){const n=this.strm,r=this.options.chunkSize;let s,o;if(this.ended)return!1;for(t===~~t?o=t:o=t===!0?Z_FINISH$2:Z_NO_FLUSH$1,typeof e=="string"?n.input=strings.string2buf(e):toString$1.call(e)==="[object ArrayBuffer]"?n.input=new Uint8Array(e):n.input=e,n.next_in=0,n.avail_in=n.input.length;;){if(n.avail_out===0&&(n.output=new Uint8Array(r),n.next_out=0,n.avail_out=r),(o===Z_SYNC_FLUSH||o===Z_FULL_FLUSH)&&n.avail_out<=6){this.onData(n.output.subarray(0,n.next_out)),n.avail_out=0;continue}if(s=deflate_1$2.deflate(n,o),s===Z_STREAM_END$2)return n.next_out>0&&this.onData(n.output.subarray(0,n.next_out)),s=deflate_1$2.deflateEnd(this.strm),this.onEnd(s),this.ended=!0,s===Z_OK$2;if(n.avail_out===0){this.onData(n.output);continue}if(o>0&&n.next_out>0){this.onData(n.output.subarray(0,n.next_out)),n.avail_out=0;continue}if(n.avail_in===0)break}return!0},Deflate$1.prototype.onData=function(e){this.chunks.push(e)},Deflate$1.prototype.onEnd=function(e){e===Z_OK$2&&(this.result=common.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};function deflate$1(e,t){const n=new Deflate$1(t);if(n.push(e,!0),n.err)throw n.msg||messages[n.err];return n.result}function deflateRaw$1(e,t){return t=t||{},t.raw=!0,deflate$1(e,t)}function gzip$1(e,t){return t=t||{},t.gzip=!0,deflate$1(e,t)}var Deflate_1$1=Deflate$1,deflate_2=deflate$1,deflateRaw_1$1=deflateRaw$1,gzip_1$1=gzip$1,constants$1=constants$2,deflate_1$1={Deflate:Deflate_1$1,deflate:deflate_2,deflateRaw:deflateRaw_1$1,gzip:gzip_1$1,constants:constants$1};const BAD$1=16209,TYPE$1=16191;var inffast=function(t,n){let r,s,o,l,u,c,d,h,B,U,f,g,F,y,m,_,v,N,V,G,W,K,Y,A;const j=t.state;r=t.next_in,Y=t.input,s=r+(t.avail_in-5),o=t.next_out,A=t.output,l=o-(n-t.avail_out),u=o+(t.avail_out-257),c=j.dmax,d=j.wsize,h=j.whave,B=j.wnext,U=j.window,f=j.hold,g=j.bits,F=j.lencode,y=j.distcode,m=(1<<j.lenbits)-1,_=(1<<j.distbits)-1;e:do{g<15&&(f+=Y[r++]<<g,g+=8,f+=Y[r++]<<g,g+=8),v=F[f&m];t:for(;;){if(N=v>>>24,f>>>=N,g-=N,N=v>>>16&255,N===0)A[o++]=v&65535;else if(N&16){V=v&65535,N&=15,N&&(g<N&&(f+=Y[r++]<<g,g+=8),V+=f&(1<<N)-1,f>>>=N,g-=N),g<15&&(f+=Y[r++]<<g,g+=8,f+=Y[r++]<<g,g+=8),v=y[f&_];n:for(;;){if(N=v>>>24,f>>>=N,g-=N,N=v>>>16&255,N&16){if(G=v&65535,N&=15,g<N&&(f+=Y[r++]<<g,g+=8,g<N&&(f+=Y[r++]<<g,g+=8)),G+=f&(1<<N)-1,G>c){t.msg="invalid distance too far back",j.mode=BAD$1;break e}if(f>>>=N,g-=N,N=o-l,G>N){if(N=G-N,N>h&&j.sane){t.msg="invalid distance too far back",j.mode=BAD$1;break e}if(W=0,K=U,B===0){if(W+=d-N,N<V){V-=N;do A[o++]=U[W++];while(--N);W=o-G,K=A}}else if(B<N){if(W+=d+B-N,N-=B,N<V){V-=N;do A[o++]=U[W++];while(--N);if(W=0,B<V){N=B,V-=N;do A[o++]=U[W++];while(--N);W=o-G,K=A}}}else if(W+=B-N,N<V){V-=N;do A[o++]=U[W++];while(--N);W=o-G,K=A}for(;V>2;)A[o++]=K[W++],A[o++]=K[W++],A[o++]=K[W++],V-=3;V&&(A[o++]=K[W++],V>1&&(A[o++]=K[W++]))}else{W=o-G;do A[o++]=A[W++],A[o++]=A[W++],A[o++]=A[W++],V-=3;while(V>2);V&&(A[o++]=A[W++],V>1&&(A[o++]=A[W++]))}}else if(N&64){t.msg="invalid distance code",j.mode=BAD$1;break e}else{v=y[(v&65535)+(f&(1<<N)-1)];continue n}break}}else if(N&64)if(N&32){j.mode=TYPE$1;break e}else{t.msg="invalid literal/length code",j.mode=BAD$1;break e}else{v=F[(v&65535)+(f&(1<<N)-1)];continue t}break}}while(r<s&&o<u);V=g>>3,r-=V,g-=V<<3,f&=(1<<g)-1,t.next_in=r,t.next_out=o,t.avail_in=r<s?5+(s-r):5-(r-s),t.avail_out=o<u?257+(u-o):257-(o-u),j.hold=f,j.bits=g};const MAXBITS=15,ENOUGH_LENS$1=852,ENOUGH_DISTS$1=592,CODES$1=0,LENS$1=1,DISTS$1=2,lbase=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),lext=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),dbase=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),dext=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]),inflate_table=(e,t,n,r,s,o,l,u)=>{const c=u.bits;let d=0,h=0,B=0,U=0,f=0,g=0,F=0,y=0,m=0,_=0,v,N,V,G,W,K=null,Y;const A=new Uint16Array(MAXBITS+1),j=new Uint16Array(MAXBITS+1);let w=null,Z,q,M;for(d=0;d<=MAXBITS;d++)A[d]=0;for(h=0;h<r;h++)A[t[n+h]]++;for(f=c,U=MAXBITS;U>=1&&A[U]===0;U--);if(f>U&&(f=U),U===0)return s[o++]=1<<24|64<<16|0,s[o++]=1<<24|64<<16|0,u.bits=1,0;for(B=1;B<U&&A[B]===0;B++);for(f<B&&(f=B),y=1,d=1;d<=MAXBITS;d++)if(y<<=1,y-=A[d],y<0)return-1;if(y>0&&(e===CODES$1||U!==1))return-1;for(j[1]=0,d=1;d<MAXBITS;d++)j[d+1]=j[d]+A[d];for(h=0;h<r;h++)t[n+h]!==0&&(l[j[t[n+h]]++]=h);if(e===CODES$1?(K=w=l,Y=20):e===LENS$1?(K=lbase,w=lext,Y=257):(K=dbase,w=dext,Y=0),_=0,h=0,d=B,W=o,g=f,F=0,V=-1,m=1<<f,G=m-1,e===LENS$1&&m>ENOUGH_LENS$1||e===DISTS$1&&m>ENOUGH_DISTS$1)return 1;for(;;){Z=d-F,l[h]+1<Y?(q=0,M=l[h]):l[h]>=Y?(q=w[l[h]-Y],M=K[l[h]-Y]):(q=32+64,M=0),v=1<<d-F,N=1<<g,B=N;do N-=v,s[W+(_>>F)+N]=Z<<24|q<<16|M|0;while(N!==0);for(v=1<<d-1;_&v;)v>>=1;if(v!==0?(_&=v-1,_+=v):_=0,h++,--A[d]===0){if(d===U)break;d=t[n+l[h]]}if(d>f&&(_&G)!==V){for(F===0&&(F=f),W+=B,g=d-F,y=1<<g;g+F<U&&(y-=A[g+F],!(y<=0));)g++,y<<=1;if(m+=1<<g,e===LENS$1&&m>ENOUGH_LENS$1||e===DISTS$1&&m>ENOUGH_DISTS$1)return 1;V=_&G,s[V]=f<<24|g<<16|W-o|0}}return _!==0&&(s[W+_]=d-F<<24|64<<16|0),u.bits=f,0};var inftrees=inflate_table;const CODES=0,LENS=1,DISTS=2,{Z_FINISH:Z_FINISH$1,Z_BLOCK,Z_TREES,Z_OK:Z_OK$1,Z_STREAM_END:Z_STREAM_END$1,Z_NEED_DICT:Z_NEED_DICT$1,Z_STREAM_ERROR:Z_STREAM_ERROR$1,Z_DATA_ERROR:Z_DATA_ERROR$1,Z_MEM_ERROR:Z_MEM_ERROR$1,Z_BUF_ERROR,Z_DEFLATED}=constants$2,HEAD=16180,FLAGS=16181,TIME=16182,OS=16183,EXLEN=16184,EXTRA=16185,NAME=16186,COMMENT=16187,HCRC=16188,DICTID=16189,DICT=16190,TYPE=16191,TYPEDO=16192,STORED=16193,COPY_=16194,COPY=16195,TABLE=16196,LENLENS=16197,CODELENS=16198,LEN_=16199,LEN=16200,LENEXT=16201,DIST=16202,DISTEXT=16203,MATCH=16204,LIT=16205,CHECK=16206,LENGTH=16207,DONE=16208,BAD=16209,MEM=16210,SYNC=16211,ENOUGH_LENS=852,ENOUGH_DISTS=592,MAX_WBITS=15,DEF_WBITS=MAX_WBITS,zswap32=e=>(e>>>24&255)+(e>>>8&65280)+((e&65280)<<8)+((e&255)<<24);function InflateState(){this.strm=null,this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const inflateStateCheck=e=>{if(!e)return 1;const t=e.state;return!t||t.strm!==e||t.mode<HEAD||t.mode>SYNC?1:0},inflateResetKeep=e=>{if(inflateStateCheck(e))return Z_STREAM_ERROR$1;const t=e.state;return e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=t.wrap&1),t.mode=HEAD,t.last=0,t.havedict=0,t.flags=-1,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new Int32Array(ENOUGH_LENS),t.distcode=t.distdyn=new Int32Array(ENOUGH_DISTS),t.sane=1,t.back=-1,Z_OK$1},inflateReset=e=>{if(inflateStateCheck(e))return Z_STREAM_ERROR$1;const t=e.state;return t.wsize=0,t.whave=0,t.wnext=0,inflateResetKeep(e)},inflateReset2=(e,t)=>{let n;if(inflateStateCheck(e))return Z_STREAM_ERROR$1;const r=e.state;return t<0?(n=0,t=-t):(n=(t>>4)+5,t<48&&(t&=15)),t&&(t<8||t>15)?Z_STREAM_ERROR$1:(r.window!==null&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,inflateReset(e))},inflateInit2=(e,t)=>{if(!e)return Z_STREAM_ERROR$1;const n=new InflateState;e.state=n,n.strm=e,n.window=null,n.mode=HEAD;const r=inflateReset2(e,t);return r!==Z_OK$1&&(e.state=null),r},inflateInit=e=>inflateInit2(e,DEF_WBITS);let virgin=!0,lenfix,distfix;const fixedtables=e=>{if(virgin){lenfix=new Int32Array(512),distfix=new Int32Array(32);let t=0;for(;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(inftrees(LENS,e.lens,0,288,lenfix,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;inftrees(DISTS,e.lens,0,32,distfix,0,e.work,{bits:5}),virgin=!1}e.lencode=lenfix,e.lenbits=9,e.distcode=distfix,e.distbits=5},updatewindow=(e,t,n,r)=>{let s;const o=e.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new Uint8Array(o.wsize)),r>=o.wsize?(o.window.set(t.subarray(n-o.wsize,n),0),o.wnext=0,o.whave=o.wsize):(s=o.wsize-o.wnext,s>r&&(s=r),o.window.set(t.subarray(n-r,n-r+s),o.wnext),r-=s,r?(o.window.set(t.subarray(n-r,n),0),o.wnext=r,o.whave=o.wsize):(o.wnext+=s,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=s))),0},inflate$2=(e,t)=>{let n,r,s,o,l,u,c,d,h,B,U,f,g,F,y=0,m,_,v,N,V,G,W,K;const Y=new Uint8Array(4);let A,j;const w=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(inflateStateCheck(e)||!e.output||!e.input&&e.avail_in!==0)return Z_STREAM_ERROR$1;n=e.state,n.mode===TYPE&&(n.mode=TYPEDO),l=e.next_out,s=e.output,c=e.avail_out,o=e.next_in,r=e.input,u=e.avail_in,d=n.hold,h=n.bits,B=u,U=c,K=Z_OK$1;e:for(;;)switch(n.mode){case HEAD:if(n.wrap===0){n.mode=TYPEDO;break}for(;h<16;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(n.wrap&2&&d===35615){n.wbits===0&&(n.wbits=15),n.check=0,Y[0]=d&255,Y[1]=d>>>8&255,n.check=crc32_1(n.check,Y,2,0),d=0,h=0,n.mode=FLAGS;break}if(n.head&&(n.head.done=!1),!(n.wrap&1)||(((d&255)<<8)+(d>>8))%31){e.msg="incorrect header check",n.mode=BAD;break}if((d&15)!==Z_DEFLATED){e.msg="unknown compression method",n.mode=BAD;break}if(d>>>=4,h-=4,W=(d&15)+8,n.wbits===0&&(n.wbits=W),W>15||W>n.wbits){e.msg="invalid window size",n.mode=BAD;break}n.dmax=1<<n.wbits,n.flags=0,e.adler=n.check=1,n.mode=d&512?DICTID:TYPE,d=0,h=0;break;case FLAGS:for(;h<16;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(n.flags=d,(n.flags&255)!==Z_DEFLATED){e.msg="unknown compression method",n.mode=BAD;break}if(n.flags&57344){e.msg="unknown header flags set",n.mode=BAD;break}n.head&&(n.head.text=d>>8&1),n.flags&512&&n.wrap&4&&(Y[0]=d&255,Y[1]=d>>>8&255,n.check=crc32_1(n.check,Y,2,0)),d=0,h=0,n.mode=TIME;case TIME:for(;h<32;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.head&&(n.head.time=d),n.flags&512&&n.wrap&4&&(Y[0]=d&255,Y[1]=d>>>8&255,Y[2]=d>>>16&255,Y[3]=d>>>24&255,n.check=crc32_1(n.check,Y,4,0)),d=0,h=0,n.mode=OS;case OS:for(;h<16;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.head&&(n.head.xflags=d&255,n.head.os=d>>8),n.flags&512&&n.wrap&4&&(Y[0]=d&255,Y[1]=d>>>8&255,n.check=crc32_1(n.check,Y,2,0)),d=0,h=0,n.mode=EXLEN;case EXLEN:if(n.flags&1024){for(;h<16;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.length=d,n.head&&(n.head.extra_len=d),n.flags&512&&n.wrap&4&&(Y[0]=d&255,Y[1]=d>>>8&255,n.check=crc32_1(n.check,Y,2,0)),d=0,h=0}else n.head&&(n.head.extra=null);n.mode=EXTRA;case EXTRA:if(n.flags&1024&&(f=n.length,f>u&&(f=u),f&&(n.head&&(W=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Uint8Array(n.head.extra_len)),n.head.extra.set(r.subarray(o,o+f),W)),n.flags&512&&n.wrap&4&&(n.check=crc32_1(n.check,r,f,o)),u-=f,o+=f,n.length-=f),n.length))break e;n.length=0,n.mode=NAME;case NAME:if(n.flags&2048){if(u===0)break e;f=0;do W=r[o+f++],n.head&&W&&n.length<65536&&(n.head.name+=String.fromCharCode(W));while(W&&f<u);if(n.flags&512&&n.wrap&4&&(n.check=crc32_1(n.check,r,f,o)),u-=f,o+=f,W)break e}else n.head&&(n.head.name=null);n.length=0,n.mode=COMMENT;case COMMENT:if(n.flags&4096){if(u===0)break e;f=0;do W=r[o+f++],n.head&&W&&n.length<65536&&(n.head.comment+=String.fromCharCode(W));while(W&&f<u);if(n.flags&512&&n.wrap&4&&(n.check=crc32_1(n.check,r,f,o)),u-=f,o+=f,W)break e}else n.head&&(n.head.comment=null);n.mode=HCRC;case HCRC:if(n.flags&512){for(;h<16;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(n.wrap&4&&d!==(n.check&65535)){e.msg="header crc mismatch",n.mode=BAD;break}d=0,h=0}n.head&&(n.head.hcrc=n.flags>>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=TYPE;break;case DICTID:for(;h<32;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}e.adler=n.check=zswap32(d),d=0,h=0,n.mode=DICT;case DICT:if(n.havedict===0)return e.next_out=l,e.avail_out=c,e.next_in=o,e.avail_in=u,n.hold=d,n.bits=h,Z_NEED_DICT$1;e.adler=n.check=1,n.mode=TYPE;case TYPE:if(t===Z_BLOCK||t===Z_TREES)break e;case TYPEDO:if(n.last){d>>>=h&7,h-=h&7,n.mode=CHECK;break}for(;h<3;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}switch(n.last=d&1,d>>>=1,h-=1,d&3){case 0:n.mode=STORED;break;case 1:if(fixedtables(n),n.mode=LEN_,t===Z_TREES){d>>>=2,h-=2;break e}break;case 2:n.mode=TABLE;break;case 3:e.msg="invalid block type",n.mode=BAD}d>>>=2,h-=2;break;case STORED:for(d>>>=h&7,h-=h&7;h<32;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if((d&65535)!==(d>>>16^65535)){e.msg="invalid stored block lengths",n.mode=BAD;break}if(n.length=d&65535,d=0,h=0,n.mode=COPY_,t===Z_TREES)break e;case COPY_:n.mode=COPY;case COPY:if(f=n.length,f){if(f>u&&(f=u),f>c&&(f=c),f===0)break e;s.set(r.subarray(o,o+f),l),u-=f,o+=f,c-=f,l+=f,n.length-=f;break}n.mode=TYPE;break;case TABLE:for(;h<14;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(n.nlen=(d&31)+257,d>>>=5,h-=5,n.ndist=(d&31)+1,d>>>=5,h-=5,n.ncode=(d&15)+4,d>>>=4,h-=4,n.nlen>286||n.ndist>30){e.msg="too many length or distance symbols",n.mode=BAD;break}n.have=0,n.mode=LENLENS;case LENLENS:for(;n.have<n.ncode;){for(;h<3;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.lens[w[n.have++]]=d&7,d>>>=3,h-=3}for(;n.have<19;)n.lens[w[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,A={bits:n.lenbits},K=inftrees(CODES,n.lens,0,19,n.lencode,0,n.work,A),n.lenbits=A.bits,K){e.msg="invalid code lengths set",n.mode=BAD;break}n.have=0,n.mode=CODELENS;case CODELENS:for(;n.have<n.nlen+n.ndist;){for(;y=n.lencode[d&(1<<n.lenbits)-1],m=y>>>24,_=y>>>16&255,v=y&65535,!(m<=h);){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(v<16)d>>>=m,h-=m,n.lens[n.have++]=v;else{if(v===16){for(j=m+2;h<j;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(d>>>=m,h-=m,n.have===0){e.msg="invalid bit length repeat",n.mode=BAD;break}W=n.lens[n.have-1],f=3+(d&3),d>>>=2,h-=2}else if(v===17){for(j=m+3;h<j;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}d>>>=m,h-=m,W=0,f=3+(d&7),d>>>=3,h-=3}else{for(j=m+7;h<j;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}d>>>=m,h-=m,W=0,f=11+(d&127),d>>>=7,h-=7}if(n.have+f>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=BAD;break}for(;f--;)n.lens[n.have++]=W}}if(n.mode===BAD)break;if(n.lens[256]===0){e.msg="invalid code -- missing end-of-block",n.mode=BAD;break}if(n.lenbits=9,A={bits:n.lenbits},K=inftrees(LENS,n.lens,0,n.nlen,n.lencode,0,n.work,A),n.lenbits=A.bits,K){e.msg="invalid literal/lengths set",n.mode=BAD;break}if(n.distbits=6,n.distcode=n.distdyn,A={bits:n.distbits},K=inftrees(DISTS,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,A),n.distbits=A.bits,K){e.msg="invalid distances set",n.mode=BAD;break}if(n.mode=LEN_,t===Z_TREES)break e;case LEN_:n.mode=LEN;case LEN:if(u>=6&&c>=258){e.next_out=l,e.avail_out=c,e.next_in=o,e.avail_in=u,n.hold=d,n.bits=h,inffast(e,U),l=e.next_out,s=e.output,c=e.avail_out,o=e.next_in,r=e.input,u=e.avail_in,d=n.hold,h=n.bits,n.mode===TYPE&&(n.back=-1);break}for(n.back=0;y=n.lencode[d&(1<<n.lenbits)-1],m=y>>>24,_=y>>>16&255,v=y&65535,!(m<=h);){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(_&&!(_&240)){for(N=m,V=_,G=v;y=n.lencode[G+((d&(1<<N+V)-1)>>N)],m=y>>>24,_=y>>>16&255,v=y&65535,!(N+m<=h);){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}d>>>=N,h-=N,n.back+=N}if(d>>>=m,h-=m,n.back+=m,n.length=v,_===0){n.mode=LIT;break}if(_&32){n.back=-1,n.mode=TYPE;break}if(_&64){e.msg="invalid literal/length code",n.mode=BAD;break}n.extra=_&15,n.mode=LENEXT;case LENEXT:if(n.extra){for(j=n.extra;h<j;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.length+=d&(1<<n.extra)-1,d>>>=n.extra,h-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=DIST;case DIST:for(;y=n.distcode[d&(1<<n.distbits)-1],m=y>>>24,_=y>>>16&255,v=y&65535,!(m<=h);){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(!(_&240)){for(N=m,V=_,G=v;y=n.distcode[G+((d&(1<<N+V)-1)>>N)],m=y>>>24,_=y>>>16&255,v=y&65535,!(N+m<=h);){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}d>>>=N,h-=N,n.back+=N}if(d>>>=m,h-=m,n.back+=m,_&64){e.msg="invalid distance code",n.mode=BAD;break}n.offset=v,n.extra=_&15,n.mode=DISTEXT;case DISTEXT:if(n.extra){for(j=n.extra;h<j;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}n.offset+=d&(1<<n.extra)-1,d>>>=n.extra,h-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=BAD;break}n.mode=MATCH;case MATCH:if(c===0)break e;if(f=U-c,n.offset>f){if(f=n.offset-f,f>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=BAD;break}f>n.wnext?(f-=n.wnext,g=n.wsize-f):g=n.wnext-f,f>n.length&&(f=n.length),F=n.window}else F=s,g=l-n.offset,f=n.length;f>c&&(f=c),c-=f,n.length-=f;do s[l++]=F[g++];while(--f);n.length===0&&(n.mode=LEN);break;case LIT:if(c===0)break e;s[l++]=n.length,c--,n.mode=LEN;break;case CHECK:if(n.wrap){for(;h<32;){if(u===0)break e;u--,d|=r[o++]<<h,h+=8}if(U-=c,e.total_out+=U,n.total+=U,n.wrap&4&&U&&(e.adler=n.check=n.flags?crc32_1(n.check,s,U,l-U):adler32_1(n.check,s,U,l-U)),U=c,n.wrap&4&&(n.flags?d:zswap32(d))!==n.check){e.msg="incorrect data check",n.mode=BAD;break}d=0,h=0}n.mode=LENGTH;case LENGTH:if(n.wrap&&n.flags){for(;h<32;){if(u===0)break e;u--,d+=r[o++]<<h,h+=8}if(n.wrap&4&&d!==(n.total&4294967295)){e.msg="incorrect length check",n.mode=BAD;break}d=0,h=0}n.mode=DONE;case DONE:K=Z_STREAM_END$1;break e;case BAD:K=Z_DATA_ERROR$1;break e;case MEM:return Z_MEM_ERROR$1;case SYNC:default:return Z_STREAM_ERROR$1}return e.next_out=l,e.avail_out=c,e.next_in=o,e.avail_in=u,n.hold=d,n.bits=h,(n.wsize||U!==e.avail_out&&n.mode<BAD&&(n.mode<CHECK||t!==Z_FINISH$1))&&updatewindow(e,e.output,e.next_out,U-e.avail_out),B-=e.avail_in,U-=e.avail_out,e.total_in+=B,e.total_out+=U,n.total+=U,n.wrap&4&&U&&(e.adler=n.check=n.flags?crc32_1(n.check,s,U,e.next_out-U):adler32_1(n.check,s,U,e.next_out-U)),e.data_type=n.bits+(n.last?64:0)+(n.mode===TYPE?128:0)+(n.mode===LEN_||n.mode===COPY_?256:0),(B===0&&U===0||t===Z_FINISH$1)&&K===Z_OK$1&&(K=Z_BUF_ERROR),K},inflateEnd=e=>{if(inflateStateCheck(e))return Z_STREAM_ERROR$1;let t=e.state;return t.window&&(t.window=null),e.state=null,Z_OK$1},inflateGetHeader=(e,t)=>{if(inflateStateCheck(e))return Z_STREAM_ERROR$1;const n=e.state;return n.wrap&2?(n.head=t,t.done=!1,Z_OK$1):Z_STREAM_ERROR$1},inflateSetDictionary=(e,t)=>{const n=t.length;let r,s,o;return inflateStateCheck(e)||(r=e.state,r.wrap!==0&&r.mode!==DICT)?Z_STREAM_ERROR$1:r.mode===DICT&&(s=1,s=adler32_1(s,t,n,0),s!==r.check)?Z_DATA_ERROR$1:(o=updatewindow(e,t,n,n),o?(r.mode=MEM,Z_MEM_ERROR$1):(r.havedict=1,Z_OK$1))};var inflateReset_1=inflateReset,inflateReset2_1=inflateReset2,inflateResetKeep_1=inflateResetKeep,inflateInit_1=inflateInit,inflateInit2_1=inflateInit2,inflate_2$1=inflate$2,inflateEnd_1=inflateEnd,inflateGetHeader_1=inflateGetHeader,inflateSetDictionary_1=inflateSetDictionary,inflateInfo="pako inflate (from Nodeca project)",inflate_1$2={inflateReset:inflateReset_1,inflateReset2:inflateReset2_1,inflateResetKeep:inflateResetKeep_1,inflateInit:inflateInit_1,inflateInit2:inflateInit2_1,inflate:inflate_2$1,inflateEnd:inflateEnd_1,inflateGetHeader:inflateGetHeader_1,inflateSetDictionary:inflateSetDictionary_1,inflateInfo};function GZheader(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}var gzheader=GZheader;const toString=Object.prototype.toString,{Z_NO_FLUSH,Z_FINISH,Z_OK,Z_STREAM_END,Z_NEED_DICT,Z_STREAM_ERROR,Z_DATA_ERROR,Z_MEM_ERROR}=constants$2;function Inflate$1(e){this.options=common.assign({chunkSize:1024*64,windowBits:15,to:""},e||{});const t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,t.windowBits===0&&(t.windowBits=-15)),t.windowBits>=0&&t.windowBits<16&&!(e&&e.windowBits)&&(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&(t.windowBits&15||(t.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new zstream,this.strm.avail_out=0;let n=inflate_1$2.inflateInit2(this.strm,t.windowBits);if(n!==Z_OK)throw new Error(messages[n]);if(this.header=new gzheader,inflate_1$2.inflateGetHeader(this.strm,this.header),t.dictionary&&(typeof t.dictionary=="string"?t.dictionary=strings.string2buf(t.dictionary):toString.call(t.dictionary)==="[object ArrayBuffer]"&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(n=inflate_1$2.inflateSetDictionary(this.strm,t.dictionary),n!==Z_OK)))throw new Error(messages[n])}Inflate$1.prototype.push=function(e,t){const n=this.strm,r=this.options.chunkSize,s=this.options.dictionary;let o,l,u;if(this.ended)return!1;for(t===~~t?l=t:l=t===!0?Z_FINISH:Z_NO_FLUSH,toString.call(e)==="[object ArrayBuffer]"?n.input=new Uint8Array(e):n.input=e,n.next_in=0,n.avail_in=n.input.length;;){for(n.avail_out===0&&(n.output=new Uint8Array(r),n.next_out=0,n.avail_out=r),o=inflate_1$2.inflate(n,l),o===Z_NEED_DICT&&s&&(o=inflate_1$2.inflateSetDictionary(n,s),o===Z_OK?o=inflate_1$2.inflate(n,l):o===Z_DATA_ERROR&&(o=Z_NEED_DICT));n.avail_in>0&&o===Z_STREAM_END&&n.state.wrap>0&&e[n.next_in]!==0;)inflate_1$2.inflateReset(n),o=inflate_1$2.inflate(n,l);switch(o){case Z_STREAM_ERROR:case Z_DATA_ERROR:case Z_NEED_DICT:case Z_MEM_ERROR:return this.onEnd(o),this.ended=!0,!1}if(u=n.avail_out,n.next_out&&(n.avail_out===0||o===Z_STREAM_END))if(this.options.to==="string"){let c=strings.utf8border(n.output,n.next_out),d=n.next_out-c,h=strings.buf2string(n.output,c);n.next_out=d,n.avail_out=r-d,d&&n.output.set(n.output.subarray(c,c+d),0),this.onData(h)}else this.onData(n.output.length===n.next_out?n.output:n.output.subarray(0,n.next_out));if(!(o===Z_OK&&u===0)){if(o===Z_STREAM_END)return o=inflate_1$2.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,!0;if(n.avail_in===0)break}}return!0},Inflate$1.prototype.onData=function(e){this.chunks.push(e)},Inflate$1.prototype.onEnd=function(e){e===Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=common.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};const{Deflate,deflate,deflateRaw,gzip}=deflate_1$1;for(var deflate_1=deflate,fromByteArray_1=fromByteArray,lookup=[],code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,len=code.length;i<len;++i)lookup[i]=code[i];function tripletToBase64(e){return lookup[e>>18&63]+lookup[e>>12&63]+lookup[e>>6&63]+lookup[e&63]}function encodeChunk(e,t,n){for(var r,s=[],o=t;o<n;o+=3)r=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),s.push(tripletToBase64(r));return s.join("")}function fromByteArray(e){for(var t,n=e.length,r=n%3,s=[],o=16383,l=0,u=n-r;l<u;l+=o)s.push(encodeChunk(e,l,l+o>u?u:l+o));return r===1?(t=e[n-1],s.push(lookup[t>>2]+lookup[t<<4&63]+"==")):r===2&&(t=(e[n-2]<<8)+e[n-1],s.push(lookup[t>>10]+lookup[t>>4&63]+lookup[t<<2&63]+"=")),s.join("")}const encoder=new TextEncoder;new TextDecoder;function serializeHash(e){const t=JSON.stringify(e),n=encoder.encode(t),r=deflate_1(n);return fromByteArray_1(r)}async function getViews(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/views`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function createShareLink(e,t){if(!Authentication.token)throw new Error("Not authenticated");const r=(await getViews()).filter(u=>u.name===t);if(r.length===0)return console.warn("View does not exist or it is misspell"),null;const s=await fetch(`${exports.FORMANT_API_URL}/v1/admin/shares`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),o=exports.FORMANT_API_URL.replace("api","app"),{code:l}=await s.json();return`${o}/shares/${l}#${serializeHash({viewId:r[0].id})}`}async function disableDevice(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${e}/disable`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}const vailableAggregationIntervals=["day","week","month","year","hour","minute","quarter"],aggregateFunctions=["interval","start","end","sub","get"];function getVariance(e){return e.count<2?0:e.sumOfSquares/(e.count-1)}function getStandardDeviation(e){return Math.sqrt(getVariance(e))}function getMax(e){return e.max}function getMin(e){return e.min}function getAverage(e){return e.count===0?-1:e.sum/e.count}function getSum(e){return e.sum}function getCount(e){return e.count}const aggregateFunctionMap={min:getMin,max:getMax,"standard deviation":getStandardDeviation,average:getAverage,sum:getSum,count:getCount},aggregateByDateFunctions={day:{interval:eachDayOfInterval,start:startOfDay,end:endOfDay,sub:subDays,get:getDay},week:{interval:eachWeekOfInterval,start:startOfWeek,end:endOfWeek,sub:subWeeks,get:getWeek},month:{interval:eachMonthOfInterval,start:startOfMonth,end:endOfMonth,sub:subMonths,get:getMonth},year:{interval:eachYearOfInterval,start:startOfYear,end:endOfYear,sub:subYears,get:getYear},hour:{interval:eachHourOfInterval,start:startOfHour,end:endOfHour,sub:subHours,get:getHours},minute:{interval:eachMinuteOfInterval,start:startOfMinute,end:endOfMinute,sub:subMinutes,get:getMinutes},quarter:{interval:eachQuarterOfInterval,start:startOfQuarter,end:endOfQuarter,sub:subQuarters,get:getQuarter}},formatTimeFrameText=(e,t)=>e.split("/")[0]+"/"+e.split("/")[1]+"–"+t.split("/")[0]+"/"+t.split("/")[1];async function queryEvents(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/events/query`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function eventsCounter(e,t,n,r,s){const o=aggregateByDateFunctions[t];return await Promise.all(Array(n).fill(0).map(async(l,u)=>{const c=new Date(r),d=o.sub(o.start(c),n-u-1),h=o.sub(o.end(c),n-u-1),B=formatTimeFrameText(d.toLocaleDateString(),h.toLocaleDateString()),U=await queryEvents({...s,eventTypes:e,start:new Date(d).toISOString(),end:new Date(h).toISOString()});return{date:B,events:U}}))}async function getAnnotationCount(e,t){return(await queryEvents({...e,eventTypes:["annotation"]})).filter(o=>!!o.tags&&Object.keys(o.tags).includes(t)).reduce((o,l)=>{const u=l.tags[t];return u in o?(o[u]+=1,o):(o[u]=1,o)},{})}async function getAnnotationCountByIntervals(e,t,n){const{end:r,start:s}=e,l=aggregateByDateFunctions[n].interval({start:new Date(s),end:new Date(r)}),u=l.map((d,h)=>{const B=new Date(d).toISOString(),U=h===l.length-1?new Date(Date.now()).toISOString():new Date(l[h+1]);return getAnnotationCount({...e,start:B,end:U},t)}),c=await Promise.all(u);return l.map((d,h)=>({date:new Date(d).toISOString(),annotations:c[h]}))}async function getDevicesData(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/device-details/query`,{method:"POST",body:JSON.stringify({enabled:!0,type:"default"}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}var dist={exports:{}};(function(module,exports){(function(e,t){module.exports=t()})(self,()=>(()=>{var __webpack_modules__={5475:(e,t,n)=>{var r={};e.exports=r,r.themes={};var s=n(9208),o=r.styles=n(9253),l=Object.defineProperties,u=new RegExp(/[\r\n]+/g);r.supportsColor=n(3822).supportsColor,r.enabled===void 0&&(r.enabled=r.supportsColor()!==!1),r.enable=function(){r.enabled=!0},r.disable=function(){r.enabled=!1},r.stripColors=r.strip=function(y){return(""+y).replace(/\x1B\[\d+m/g,"")},r.stylize=function(y,m){if(!r.enabled)return y+"";var _=o[m];return!_&&m in r?r[m](y):_.open+y+_.close};var c=/[|\\{}()[\]^$+*?.]/g;function d(y){var m=function _(){return f.apply(_,arguments)};return m._styles=y,m.__proto__=U,m}var h,B=(h={},o.grey=o.gray,Object.keys(o).forEach(function(y){o[y].closeRe=new RegExp(function(m){if(typeof m!="string")throw new TypeError("Expected a string");return m.replace(c,"\\$&")}(o[y].close),"g"),h[y]={get:function(){return d(this._styles.concat(y))}}}),h),U=l(function(){},B);function f(){var y=Array.prototype.slice.call(arguments).map(function(V){return V!=null&&V.constructor===String?V:s.inspect(V)}).join(" ");if(!r.enabled||!y)return y;for(var m=y.indexOf(`
2
+ `)!=-1,_=this._styles,v=_.length;v--;){var N=o[_[v]];y=N.open+y.replace(N.closeRe,N.open)+N.close,m&&(y=y.replace(u,function(V){return N.close+V+N.open}))}return y}r.setTheme=function(y){if(typeof y!="string")for(var m in y)(function(_){r[_]=function(v){if(typeof y[_]=="object"){var N=v;for(var V in y[_])N=r[y[_][V]](N);return N}return r[y[_]](v)}})(m);else console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));")};var g=function(y,m){var _=m.split("");return(_=_.map(y)).join("")};for(var F in r.trap=n(8740),r.zalgo=n(6798),r.maps={},r.maps.america=n(3427)(r),r.maps.zebra=n(8479)(r),r.maps.rainbow=n(4517)(r),r.maps.random=n(6948)(r),r.maps)(function(y){r[y]=function(m){return g(r.maps[y],m)}})(F);l(r,function(){var y={};return Object.keys(B).forEach(function(m){y[m]={get:function(){return d([m])}}}),y}())},8740:e=>{e.exports=function(t,n){var r="";t=(t=t||"Run the trap, drop the bass").split("");var s={a:["@","Ą","Ⱥ","Ʌ","Δ","Λ","Д"],b:["ß","Ɓ","Ƀ","ɮ","β","฿"],c:["©","Ȼ","Ͼ"],d:["Ð","Ɗ","Ԁ","ԁ","Ԃ","ԃ"],e:["Ë","ĕ","Ǝ","ɘ","Σ","ξ","Ҽ","੬"],f:["Ӻ"],g:["ɢ"],h:["Ħ","ƕ","Ң","Һ","Ӈ","Ԋ"],i:["༏"],j:["Ĵ"],k:["ĸ","Ҡ","Ӄ","Ԟ"],l:["Ĺ"],m:["ʍ","Ӎ","ӎ","Ԡ","ԡ","൩"],n:["Ñ","ŋ","Ɲ","Ͷ","Π","Ҋ"],o:["Ø","õ","ø","Ǿ","ʘ","Ѻ","ם","۝","๏"],p:["Ƿ","Ҏ"],q:["্"],r:["®","Ʀ","Ȑ","Ɍ","ʀ","Я"],s:["§","Ϟ","ϟ","Ϩ"],t:["Ł","Ŧ","ͳ"],u:["Ʊ","Ս"],v:["ט"],w:["Ш","Ѡ","Ѽ","൰"],x:["Ҳ","Ӿ","Ӽ","ӽ"],y:["¥","Ұ","Ӌ"],z:["Ƶ","ɀ"]};return t.forEach(function(o){o=o.toLowerCase();var l=s[o]||[" "],u=Math.floor(Math.random()*l.length);r+=s[o]!==void 0?s[o][u]:o}),r}},6798:e=>{e.exports=function(t,n){t=t||" he is here ";var r={up:["̍","̎","̄","̅","̿","̑","̆","̐","͒","͗","͑","̇","̈","̊","͂","̓","̈","͊","͋","͌","̃","̂","̌","͐","̀","́","̋","̏","̒","̓","̔","̽","̉","ͣ","ͤ","ͥ","ͦ","ͧ","ͨ","ͩ","ͪ","ͫ","ͬ","ͭ","ͮ","ͯ","̾","͛","͆","̚"],down:["̖","̗","̘","̙","̜","̝","̞","̟","̠","̤","̥","̦","̩","̪","̫","̬","̭","̮","̯","̰","̱","̲","̳","̹","̺","̻","̼","ͅ","͇","͈","͉","͍","͎","͓","͔","͕","͖","͙","͚","̣"],mid:["̕","̛","̀","́","͘","̡","̢","̧","̨","̴","̵","̶","͜","͝","͞","͟","͠","͢","̸","̷","͡"," ҉"]},s=[].concat(r.up,r.down,r.mid);function o(u){return Math.floor(Math.random()*u)}function l(u){var c=!1;return s.filter(function(d){c=d===u}),c}return function(u,c){var d,h,B="";for(h in(c=c||{}).up=c.up===void 0||c.up,c.mid=c.mid===void 0||c.mid,c.down=c.down===void 0||c.down,c.size=c.size!==void 0?c.size:"maxi",u=u.split(""))if(!l(h)){switch(B+=u[h],d={up:0,down:0,mid:0},c.size){case"mini":d.up=o(8),d.mid=o(2),d.down=o(8);break;case"maxi":d.up=o(16)+3,d.mid=o(4)+1,d.down=o(64)+3;break;default:d.up=o(8)+1,d.mid=o(6)/2,d.down=o(8)+1}var U=["up","mid","down"];for(var f in U)for(var g=U[f],F=0;F<=d[g];F++)c[g]&&(B+=r[g][o(r[g].length)])}return B}(t,n)}},3427:e=>{e.exports=function(t){return function(n,r,s){if(n===" ")return n;switch(r%3){case 0:return t.red(n);case 1:return t.white(n);case 2:return t.blue(n)}}}},4517:e=>{e.exports=function(t){var n=["red","yellow","green","blue","magenta"];return function(r,s,o){return r===" "?r:t[n[s++%n.length]](r)}}},6948:e=>{e.exports=function(t){var n=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(r,s,o){return r===" "?r:t[n[Math.round(Math.random()*(n.length-2))]](r)}}},8479:e=>{e.exports=function(t){return function(n,r,s){return r%2==0?n:t.inverse(n)}}},9253:e=>{var t={};e.exports=t;var n={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(n).forEach(function(r){var s=n[r],o=t[r]=[];o.open="\x1B["+s[0]+"m",o.close="\x1B["+s[1]+"m"})},124:(e,t,n)=>{var r=n(9907);e.exports=function(s,o){var l=(o=o||r.argv||[]).indexOf("--"),u=/^-{1,2}/.test(s)?"":"--",c=o.indexOf(u+s);return c!==-1&&(l===-1||c<l)}},3822:(e,t,n)=>{var r=n(9907),s=n(2213),o=n(124),l=r.env,u=void 0;function c(d){var h=function(B){if(u===!1)return 0;if(o("color=16m")||o("color=full")||o("color=truecolor"))return 3;if(o("color=256"))return 2;if(B&&!B.isTTY&&u!==!0)return 0;var U=u?1:0;if(r.platform==="win32"){var f=s.release().split(".");return Number(r.versions.node.split(".")[0])>=8&&Number(f[0])>=10&&Number(f[2])>=10586?Number(f[2])>=14931?3:2:1}if("CI"in l)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(F){return F in l})||l.CI_NAME==="codeship"?1:U;if("TEAMCITY_VERSION"in l)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(l.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in l){var g=parseInt((l.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(l.TERM_PROGRAM){case"iTerm.app":return g>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test("xterm-256color")?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test("xterm-256color")||"COLORTERM"in l?1:U}(d);return function(B){return B!==0&&{level:B,hasBasic:!0,has256:B>=2,has16m:B>=3}}(h)}o("no-color")||o("no-colors")||o("color=false")?u=!1:(o("color")||o("colors")||o("color=true")||o("color=always"))&&(u=!0),"FORCE_COLOR"in l&&(u=l.FORCE_COLOR.length===0||parseInt(l.FORCE_COLOR,10)!==0),e.exports={supportsColor:c,stdout:c(r.stdout),stderr:c(r.stderr)}},1158:(e,t,n)=>{var r=n(5475);e.exports=r},7147:(e,t,n)=>{e.exports=n(4968)},4968:(e,t,n)=>{var r=n(8636)(function s(o,l){return(l=l||{}).namespace=o,l.prod=!0,l.dev=!1,l.force||s.force?s.yep(l):s.nope(l)});e.exports=r},8636:e=>{var t=[],n=[],r=function(){};function s(f){return!~t.indexOf(f)&&(t.push(f),!0)}function o(f){r=f}function l(f){for(var g=[],F=0;F<t.length;F++)if(t[F].async)g.push(t[F]);else if(t[F](f))return!0;return!!g.length&&new Promise(function(y){Promise.all(g.map(function(m){return m(f)})).then(function(m){y(m.some(Boolean))})})}function u(f){return!~n.indexOf(f)&&(n.push(f),!0)}function c(){r.apply(r,arguments)}function d(f){for(var g=0;g<n.length;g++)f=n[g].apply(n[g],arguments);return f}function h(f,g){var F=Object.prototype.hasOwnProperty;for(var y in g)F.call(g,y)&&(f[y]=g[y]);return f}function B(f){return f.enabled=!1,f.modify=u,f.set=o,f.use=s,h(function(){return!1},f)}function U(f){return f.enabled=!0,f.modify=u,f.set=o,f.use=s,h(function(){var g=Array.prototype.slice.call(arguments,0);return c.call(c,f,d(g,f)),!0},f)}e.exports=function(f){return f.introduce=h,f.enabled=l,f.process=d,f.modify=u,f.write=c,f.nope=B,f.yep=U,f.set=o,f.use=s,f}},1340:(e,t,n)=>{t.U=void 0;const r=n(5078);class s extends r.FormantBaseClient{async adminSignup(l,u){return await this.fetch("auth/admin-signup",{token:u,method:"POST",body:l})}async login(l){return await this.fetch("auth/login",{method:"POST",body:l,allowUnsafeRetries:!0})}async loginWithGoogleToken(l){return await this.fetch("auth/login-google",{method:"POST",body:l,allowUnsafeRetries:!0})}async refresh(l,u){return await this.fetch("auth/refresh",{method:"POST",body:{refreshToken:l,tokenExpirationSeconds:u},allowUnsafeRetries:!0})}async respondToNewPasswordRequiredChallenge(l){return await this.fetch("auth/respond-to-new-password-required-challenge",{method:"POST",body:l})}async forgotPassword(l){return await this.fetch("auth/forgot-password",{method:"POST",body:{email:l}})}async confirmForgotPassword(l){return await this.fetch("auth/confirm-forgot-password",{method:"POST",body:l})}async resendInvitation(l){return await this.fetch("auth/resend-invitation",{method:"POST",body:{email:l}})}async changePassword({token:l,refreshToken:u,currentPassword:c,newPassword:d}){return await this.fetch("auth/change-password",{token:l,method:"POST",body:{refreshToken:u,currentPassword:c,newPassword:d}})}async getDeviceCredentials(l){return await this.fetch("auth/device-credentials",{token:l,method:"POST",allowUnsafeRetries:!0})}async impersonate(l,u){return await this.fetch("auth/impersonate",{token:l,method:"POST",allowUnsafeRetries:!0,body:{userId:u}})}async createServiceAccount(l,u,c,d,h){return await this.fetch("auth/service-account",{token:l,method:"POST",allowUnsafeRetries:!0,body:{name:u,roleId:c,tags:d,description:h}})}async getFeatures(l){return(await this.fetch("auth/features",{token:l})).features}async checkSso(l,u){return await this.fetch("auth/check-sso",{method:"POST",body:{email:l,allowUserAutoCreation:u}})}async loginWithSso(l,u){return await this.fetch("auth/login-sso",{method:"POST",body:{token:l,refreshToken:u}})}}t.U=s},1867:(e,t,n)=>{t.J=void 0;const r=n(775),s=n(9159);t.J=class{constructor(o,l,u){this.authClient=o,this.email=l,this.password=u,this.tokenTtlMs=1*s.duration.hour,this.tokenCache=new r.PromiseLruCache({name:"Credentials-tokenCache",max:100,ttl:this.tokenTtlMs-5*s.duration.minute,fastStringify:!0})}async getToken(){let o=this.tokenCache.get(this.email);return o||(o=(async()=>{const{authentication:l}=await this.authClient.login({email:this.email,password:this.password,tokenExpirationSeconds:this.tokenTtlMs/s.duration.second});if(!l)throw new Error("User account not verified.");return l.accessToken})(),this.tokenCache.set(this.email,o)),o}}},6873:(e,t,n)=>{t.s=void 0;const r=n(1557);class s extends r.BaseClient{constructor(l){super(l)}async postLanRtcOffer(l){return await this.fetch("v1/lan-rtc-offer",{method:"POST",body:l})}}t.s=s},1399:(e,t,n)=>{t.d=void 0;const r=n(5078);class s extends r.FormantBaseClient{async createPeer(l,u){return await this.fetch("peers",{token:l,method:"POST",body:u})}async getPeers(l){return(await this.fetch("peers",{token:l})).items}async refreshPeer(l,u){await this.fetch(`peers/${u}/refresh`,{token:l,method:"POST",allowUnsafeRetries:!0})}async createSession(l,u){return await this.fetch("sessions",{token:l,method:"POST",body:u})}async refreshSession(l,u){await this.fetch(`sessions/${u}/refresh`,{token:l,method:"POST",allowUnsafeRetries:!0})}async deleteSession(l,u){await this.fetch(`sessions/${u}`,{token:l,method:"DELETE",allowUnsafeRetries:!0})}async getSessions(l){return(await this.fetch("sessions",{token:l})).items}async getIceServers(l){return(await this.fetch("ice-servers",{token:l})).items}async addSignals(l,u,c){await this.fetch(`sessions/${u}/add-signals`,{token:l,method:"POST",body:c})}async takeSignals(l,u){return(await this.fetch(`sessions/${u}/take-signals`,{token:l,method:"POST"})).items}}t.d=s},1557:function(e,t,n){var r=this&&this.__importDefault||function(F){return F&&F.__esModule?F:{default:F}};Object.defineProperty(t,"__esModule",{value:!0}),t.BaseClient=void 0;const s=r(n(288)),o=n(9159),l=n(117),u=n(5960),c=n(3269),d=n(9399),h=n(4560),B=n(5848),U=n(3096),f=new Set(["GET","HEAD","PUT","QUERY","DELETE","OPTIONS","TRACE"]);class g{constructor(y,m={}){if(this.endpoint=y,this.validateHeaders=_=>m.validateHeaders?m.validateHeaders(_):{},this.verbose=m.verbose!==!1,m.retries!==void 0&&!(m.retries>=0))throw new Error("retries must be positive or zero");if(this.configuredRetries=m.retries,m.timeoutMs!==void 0&&!(m.timeoutMs>0))throw new Error("timeoutMs must be positive");if(this.timeoutMs=m.timeoutMs,m.maxBackoffDelayMs!==void 0&&!(m.maxBackoffDelayMs>0))throw new Error("maxBackoffDelayMs must be positive");this.maxBackoffDelayMs=m.maxBackoffDelayMs||30*o.duration.second,this.json=m.json!==!1}getRetries(){return this.configuredRetries!==void 0?this.configuredRetries:this.getConstructor().retries}getHeaders(){return{}}async fetch(y,m={}){return(await this.fetchVerbose(y,m)).body}async fetchVerbose(y,m={}){let _=100*o.duration.millisecond,v=0;const N=this.timeoutMs!==void 0?new Date().getTime()+this.timeoutMs:void 0,V=N?()=>Math.max(N-new Date().getTime(),0):void 0;for(;;)try{return await this.doFetch(y,m,V)}catch(G){const W=G,K=(0,h.narrowError)(W,l.ConnectionError);if((V==null?void 0:V())===0||v===this.getRetries()||!K.retryable)throw K;v++,_=Math.min(...V?[V()]:[],_*(2+.1*(Math.random()-.5)),this.maxBackoffDelayMs),await(0,u.delay)(_),this.verbose&&d.logger.warn(`Connection failure, retrying. Error: ${W.cause.message}`,{url:W.url,error:W.cause,attempt:v})}}async doFetch(y,m,_){var Z,q,M;const{token:v,json:N=this.json,allowUnsafeRetries:V,...G}=m,{token:W,traceId:K}=typeof v=="string"?{token:v}:v!=null?v:{},Y=(G.method||"GET").toUpperCase(),A=this.endpoint!==void 0?`${this.endpoint}${y?`/${y}`:""}`:y,j=new AbortController;let w;if(_){const D=_();D>0?w=setTimeout(()=>{j.abort()},D):j.abort()}try{let D;await Promise.race([this.getConstructor().waitForConnectivity(),new Promise(le=>{D=setTimeout(le,_?Math.min(o.duration.minute,_()):o.duration.minute)})]),D&&clearTimeout(D);const C=await(0,s.default)(A,{...G,...G.body!==void 0?{body:N!==!1?JSON.stringify(G.body):G.body}:{},headers:{...N!==!1?{"Content-Type":"application/json"}:{},...this.getHeaders(),...G.headers||{},...W!==void 0?{Authorization:`Bearer ${W}`}:{},...K&&{"Trace-ID":K}},signal:j.signal}),ee=C.headers.get("content-type")||"",re=ee&&ee.startsWith("application/json"),ie=re?await C.json():await C.text(),Fe=()=>new B.ResponseError(Y,A,G.body,C.status,C.headers,ie,ie&&ie.validationErrors||{});if(!C.ok)throw this.verbose&&d.logger[C.status>=500?"warn":"info"]("Response error",{method:Y,url:A,statusCode:C.status}),Fe();const he=this.validateHeaders(C.headers);if(Object.keys(he).length!==0)throw new U.ResponseHeadersError(he,Fe());if(C.status===204)return{body:void 0,headers:C.headers};if(N&&!re)throw new Error(`Response is not JSON: ${JSON.stringify(ie)}`);return{body:ie,headers:C.headers}}catch(D){const C=D,ee=V||f.has(Y);if(C.message==="Network request failed")throw new l.ConnectionError(C,A,ee);if(["EAI_AGAIN","ECONNREFUSED","EHOSTUNREACH","ENOTFOUND"].includes(C.code))throw new l.ConnectionError(C,A,!0);if(["ETIMEDOUT","ECONNRESET","ESOCKETTIMEDOUT","EPIPE"].includes(C.code))throw new l.ConnectionError(C,A,ee);if((Z=C.message)!=null&&Z.includes("Premature close")||(q=C.message)!=null&&q.includes("socket hang up")||(M=C.message)!=null&&M.includes("ECONNRESET"))throw new l.ConnectionError(C,A,ee);if(C.name==="AbortError")throw new l.ConnectionError(C,A,ee);const re=(0,h.narrowError)(C,B.ResponseError),{statusCode:ie}=re;if(ie===408||ie===429||ie===502||ie===503||ie===504)throw this.verbose&&!ee&&d.logger.warn("Potentially unsafe retry"),new l.ConnectionError(C,A,!0);if(ie===500&&["/online-devices","/stream-current-value","/events/counts","/queries/queries"].some(he=>A.includes(he)))throw new l.ConnectionError(C,A,ee);const Fe=this.validateHeaders(re.headers);throw Object.keys(Fe).length!==0?new U.ResponseHeadersError(Fe,re):(await this.getConstructor().onResponseError(re),C)}finally{w&&clearTimeout(w)}}getConstructor(){return Object.getPrototypeOf(this).constructor}static isNetworkError(y){return(0,c.isErrorType)(y,B.ResponseError)||(0,c.isErrorType)(y,l.ConnectionError)||(y==null?void 0:y.name)==="TimeoutError"||(y==null?void 0:y.name)==="RequestAbortedError"}}t.BaseClient=g,g.retries=8,g.waitForConnectivity=async()=>{},g.onResponseError=async()=>{}},117:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ConnectionError=void 0;class n extends Error{constructor(s,o,l){super(`Connection failure: ${s.message}`),this.cause=s,this.url=o,this.retryable=l,this.name="ConnectionError",Object.setPrototypeOf(this,new.target.prototype)}}t.ConnectionError=n},5078:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FormantBaseClient=void 0;const r=n(1557),s=n(2014),o={"app-id":["app-id must match formant/*"]};class l extends r.BaseClient{constructor(c,d={}){super(c,{validateHeaders:h=>`${h.get("app-id")}`.startsWith("formant/")?{}:o,...d}),this.endpoint=c}getHeaders(){return{...l.headers,"App-ID":`formant/${s.app}`,"App-Version":s.version}}}t.FormantBaseClient=l,l.headers={}},8084:function(e,t,n){var r,s=this&&this.__createBinding||(Object.create?function(U,f,g,F){F===void 0&&(F=g);var y=Object.getOwnPropertyDescriptor(f,g);y&&!("get"in y?!f.__esModule:y.writable||y.configurable)||(y={enumerable:!0,get:function(){return f[g]}}),Object.defineProperty(U,F,y)}:function(U,f,g,F){F===void 0&&(F=g),U[F]=f[g]}),o=this&&this.__setModuleDefault||(Object.create?function(U,f){Object.defineProperty(U,"default",{enumerable:!0,value:f})}:function(U,f){U.default=f}),l=this&&this.__importStar||(r=function(U){return r=Object.getOwnPropertyNames||function(f){var g=[];for(var F in f)Object.prototype.hasOwnProperty.call(f,F)&&(g[g.length]=F);return g},r(U)},function(U){if(U&&U.__esModule)return U;var f={};if(U!=null)for(var g=r(U),F=0;F<g.length;F++)g[F]!=="default"&&s(f,U,g[F]);return o(f,U),f}),u=this&&this.__importDefault||function(U){return U&&U.__esModule?U:{default:U}};Object.defineProperty(t,"__esModule",{value:!0}),t.LogApiTransport=void 0;const c=u(n(6155)),d=n(603),h=n(6725);class B extends c.default{constructor(f,g){super(),this.endpoint=f,this.metadata=g,this.logClient=this.getLogClient()}async getLogClient(){const{LogClient:f}=await Promise.resolve().then(()=>l(n(9254)));return new f(this.endpoint)}async log(f,g){const{level:F,message:y,error:m,..._}=f;this.emit("logged");try{await(await this.logClient).log([{timestamp:new Date().toISOString(),level:F,message:`${y}`.substring(0,1e3),error:m!==void 0?(0,d.errorToObject)(m):void 0,meta:{..._,...this.metadata}}])}catch(v){console.error(`Failed to log to log-api: ${(0,h.errorToString)(v)}`)}g()}}t.LogApiTransport=B},9254:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LogClient=void 0;const r=n(5078),s=n(4560),o=n(5848);class l extends r.FormantBaseClient{async log(c){const d=l.token;try{await this.fetch("logs",{token:d,method:"POST",body:{logs:c},allowUnsafeRetries:!0})}catch(h){(0,s.narrowError)(h,o.ResponseError,B=>B.statusCode===401&&d!==void 0),l.token===d&&delete l.token,await this.log(c)}}}t.LogClient=l},504:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LogReporter=void 0;const r=n(9399),s=n(2282),o=n(8261);class l extends o.StatsReporter{constructor(c){super("simple","LogReporter"),this.message=c}async send(c){r.logger.debug(this.message,(0,s.objectMapValues)(c.reduce((d,h)=>({...d,[h.name]:h.stat}),{}),d=>{const{sum:h,count:B}=d,U=h/B;return{...d,average:U}}))}}t.LogReporter=l},2098:function(e,t,n){var r=this&&this.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(t,"__esModule",{value:!0}),t.LruCache=void 0;const s=r(n(6075)),o=r(n(3624)),l=n(5604);t.LruCache=class{constructor(u){this.options=u,this.cache=new o.default({...u.dispose||u.disposeAfter?{ttlAutopurge:!0}:{},...u,dispose:(...c)=>{var d;c[2]==="evict"&&l.stats.increment("lru-eviction",{name:u.name}),(d=u.dispose)==null||d.call(u,...c)},disposeAfter:(...c)=>{var d;this.updateStats(),(d=u.disposeAfter)==null||d.call(u,...c)}}),this.stringify=u.fastStringify?JSON.stringify:s.default}set(u,c,d){const h=this.stringify(u);if(!this.cache.set(h,c,{ttl:d})){const B=this.cache.sizeCalculation?this.cache.sizeCalculation(c,h):"unknown";throw Error(`Value too large (${B} > ${this.cache.max})`)}this.updateStats()}get(u){const{name:c}=this.options,d=this.stringify(u),h=this.cache.getRemainingTTL(d);return h<=0?l.stats.increment("cache-miss",{name:c}):h!==1/0&&l.stats.aggregate("cache-item-ttl",h,{name:c}),this.cache.get(d)}delete(u){this.cache.delete(this.stringify(u))}peek(u){return this.cache.peek(this.stringify(u))}size(){return this.cache.size}clear(){this.cache.clear()}forEach(u){this.cache.forEach(u)}purgeStale(){return this.cache.purgeStale()}updateStats(){const{name:u}=this.options;l.stats.aggregate("cache-item-count",this.cache.size,{name:u}),this.cache.calculatedSize!==void 0&&l.stats.aggregate("cache-length",this.cache.calculatedSize,{name:u})}}},775:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PromiseLruCache=void 0;const r=n(9159),s=n(5960),o=n(2098);class l extends o.LruCache{constructor(c){if(super(c),this.expireRejectedPromiseValues=c.expireRejectedPromiseValues===void 0||c.expireRejectedPromiseValues,this.rejectedPromiseValueTtl=c.rejectedPromiseValueTtl!==void 0?c.rejectedPromiseValueTtl:r.duration.second,this.rejectedPromiseValueTtl<0)throw new Error("rejectedPromiseValueTtl must not be negative")}set(c,d,h){super.set(c,d,h),this.expireRejectedPromiseValues&&d.catch(async()=>{await(0,s.delay)(this.rejectedPromiseValueTtl),this.peek(c)===d&&this.delete(c)})}}t.PromiseLruCache=l},5848:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ResponseError=void 0;const r=n(5394);class s extends Error{constructor(l,u,c,d,h,B,U={}){super(`Response error ${JSON.stringify({method:l,url:u,requestBody:(0,r.redact)(c),statusCode:d,responseHeaders:h?(0,r.redact)([...h.entries()].reduce((f,[g,F])=>(f[g]=F,f),{})):{},responseBody:(0,r.redact)(B)})}`),this.method=l,this.url=u,this.requestBody=c,this.statusCode=d,this.headers=h,this.body=B,this.validationErrors=U,this.name="ResponseError",Object.setPrototypeOf(this,new.target.prototype)}}t.ResponseError=s},3096:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ResponseHeadersError=void 0;class n extends Error{constructor(s,o){super(`Invalid headers (${JSON.stringify(s)}) for response: ${o.message}`),this.validationErrors=s,this.responseError=o}}t.ResponseHeadersError=n},7905:function(e,t,n){var r=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(t,"__esModule",{value:!0}),t.StatsManager=void 0;const s=r(n(6075)),o=r(n(8758)),l=n(9159),u=n(4175),c=n(2014),d=n(5960),h=n(3052),B=n(9399),U=n(3191);class f{constructor(F){this.buffer={},this.reporters=[],this.flushInterval=(0,U.setPromiseInterval)({func:()=>this.flushStats(),delay:f.samplePeriodMs}),this.tags=this.filterTags({app:c.app,version:c.version,namespace:c.namespace,...F==null?void 0:F.tags})}async shutdown(){await this.flushInterval.stop(),await this.flushStats(),await(0,d.delay)(2*l.duration.second)}aggregate(F,y,m){this.addToBuffer(this.buffer,this.encodeKey({metric:F,tags:this.filterTags(m||{})}),typeof y=="number"?{min:y,max:y,sum:y,count:1}:y)}increment(F,y){this.aggregate(F,1,y)}async timer(F,y,m){const _=(0,o.default)(),v=await y(),N=(0,o.default)();return this.aggregate(F,N-_,m),v}registerStatsReporter(F){this.reporters.push(F)}setTag(F,y){const m=this.filterTags({[F]:y});this.tags={...this.tags,...m}}addToBuffer(F,y,m){if(F[y]){const{min:_,max:v,sum:N,count:V}=F[y];F[y]={min:Math.min(_,m.min),max:Math.max(v,m.max),sum:N+m.sum,count:V+m.count}}else F[y]=m}async write(F){await Promise.all(this.reporters.map(async y=>{let m;const _={};switch(y.type){case"simple":for(const[N,V]of Object.entries(F)){const{metric:G}=this.decodeKey(N);this.addToBuffer(_,this.encodeKey({metric:G}),V)}m=_;break;case"tagged":m=F;break;default:(0,u.assertUnreachable)(y.type)}const v=Object.entries(m);if(v.length>0)return y.send(v.map(([N,V])=>{const{metric:G,tags:W}=this.decodeKey(N);return{name:G,tags:{...W,...this.tags},stat:V}}),f.samplePeriodMs).catch(N=>{B.logger.debug(`Failed to write stats to ${y.name}`,{error:N})})}))}async flushStats(){await this.write(this.buffer),this.buffer={}}encodeKey(F){return(0,s.default)({...F,...Object.keys(F.tags||{}).length>0?{tags:F.tags}:{}})}decodeKey(F){return JSON.parse(F)}filterTags(F){return Object.entries(F||{}).reduce((y,[m,_])=>((0,h.isValidTagString)(m)&&(0,h.isValidTagString)(_)&&(y[m]=_),y),{})}}t.StatsManager=f,f.samplePeriodMs=5*l.duration.minute},8261:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.StatsReporter=void 0,t.StatsReporter=class{constructor(n,r){this.type=n,this.name=r}}},4175:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.assertUnreachable=function(n){throw new Error(`Unreachable type encountered (${n})`)}},5347:(e,t)=>{t.T=function(){if(typeof navigator=="undefined")throw new Error("not a browser");const{userAgent:n}=navigator;return n.includes("Firefox/")?"Firefox":n.includes("Edg/")?"Edge":n.includes("Chrome/")?"Chrome":n.includes("Safari/")?"Safari":n.includes("MSIE/")||n.includes("Trident/")?"IE":"Other"}},6354:(e,t)=>{t.u=async function(n){return(await Promise.all(n.map(r=>r.catch(s=>s)))).filter(r=>r instanceof Error)}},2014:function(e,t,n){var r,s=n(9907),o=this&&this.__createBinding||(Object.create?function(d,h,B,U){U===void 0&&(U=B);var f=Object.getOwnPropertyDescriptor(h,B);f&&!("get"in f?!h.__esModule:f.writable||f.configurable)||(f={enumerable:!0,get:function(){return h[B]}}),Object.defineProperty(d,U,f)}:function(d,h,B,U){U===void 0&&(U=B),d[U]=h[B]}),l=this&&this.__setModuleDefault||(Object.create?function(d,h){Object.defineProperty(d,"default",{enumerable:!0,value:h})}:function(d,h){d.default=h}),u=this&&this.__importStar||(r=function(d){return r=Object.getOwnPropertyNames||function(h){var B=[];for(var U in h)Object.prototype.hasOwnProperty.call(h,U)&&(B[B.length]=U);return B},r(d)},function(d){if(d&&d.__esModule)return d;var h={};if(d!=null)for(var B=r(d),U=0;U<B.length;U++)B[U]!=="default"&&o(h,d,B[U]);return l(h,d),h});Object.defineProperty(t,"__esModule",{value:!0}),t.auditLogsEnabled=t.aggregateLevel=t.enableSelfServe=t.logToFile=t.sheetExportMaxRowCount=t.jestWorkerId=t.logApiEndpoint=t.stableAgentVersion=t.logToConsole=t.logJson=t.logLevel=t.sentryDsn=t.enableSentryProfiling=t.enableSentry=t.gitCommit=t.buildTag=t.version=t.namespace=t.apiEndpoint=t.appPath=t.app=t.environment=t.workflowGoogleDriveClientId=void 0;const c=u(n(2078)).from({ENVIRONMENT:s.env.ENV,AGGREGATE_LEVEL:s.env.AGGREGATE_LEVEL,API_ENDPOINT:s.env.API_ENDPOINT,APP:"realtime-sdk",APP_PATH:s.env.APP_PATH,BUILD_TAG:s.env.BUILD_TAG,ENABLE_SELF_SERVE:s.env.ENABLE_SELF_SERVE,ENABLE_SENTRY:s.env.ENABLE_SENTRY,ENABLE_SENTRY_PROFILING:s.env.ENABLE_SENTRY_PROFILING,GIT_COMMIT:s.env.GIT_COMMIT,JEST_WORKER_ID:s.env.JEST_WORKER_ID,LOG_API_ENDPOINT:s.env.LOG_API_ENDPOINT,LOG_JSON:"false",LOG_LEVEL:s.env.LOG_LEVEL,LOG_TO_CONSOLE:s.env.LOG_TO_CONSOLE,LOG_TO_FILE:s.env.LOG_TO_FILE,NAMESPACE:"production",SENTRY_DSN:s.env.SENTRY_DSN,SHEET_EXPORT_MAX_ROW_COUNT:s.env.SHEET_EXPORT_MAX_ROW_COUNT,STABLE_AGENT_VERSION:"1.343.2",VERSION:s.env.VERSION,AUDIT_LOGS_ENABLED:s.env.AUDIT_LOGS_ENABLED,WORKFLOW_GOOGLE_DRIVE_CLIENT_ID:s.env.WORKFLOW_GOOGLE_DRIVE_CLIENT_ID});t.workflowGoogleDriveClientId=c.get("WORKFLOW_GOOGLE_DRIVE_CLIENT_ID").default("").asString(),t.environment=c.get("ENVIRONMENT").default("").asString(),t.app=c.get("APP").default("").asString(),t.appPath=c.get("APP_PATH").default("").asString(),t.apiEndpoint=c.get("API_ENDPOINT").default("").asString(),t.namespace=c.get("NAMESPACE").default("").asString(),t.version=c.get("VERSION").default("").asString(),t.buildTag=c.get("BUILD_TAG").default("").asString(),t.gitCommit=c.get("GIT_COMMIT").default("").asString(),t.enableSentry=c.get("ENABLE_SENTRY").default("false").asBool(),t.enableSentryProfiling=c.get("ENABLE_SENTRY_PROFILING").default("false").asBool(),t.sentryDsn=c.get("SENTRY_DSN").default("").asString(),t.logLevel=c.get("LOG_LEVEL").default("debug").asString(),t.logJson=c.get("LOG_JSON").default("true").asBool(),t.logToConsole=c.get("LOG_TO_CONSOLE").default("true").asBool(),t.stableAgentVersion=c.get("STABLE_AGENT_VERSION").default("").asString(),t.logApiEndpoint=c.get("LOG_API_ENDPOINT").asString(),t.jestWorkerId=c.get("JEST_WORKER_ID").asString(),t.sheetExportMaxRowCount=c.get("SHEET_EXPORT_MAX_ROW_COUNT").default("10000").asIntPositive(),t.logToFile=c.get("LOG_TO_FILE").default("false").asBoolStrict(),t.enableSelfServe=c.get("ENABLE_SELF_SERVE").default("true").asBoolStrict(),t.aggregateLevel=c.get("AGGREGATE_LEVEL").default("hour").asEnum(["day","hour","minute"]),t.auditLogsEnabled=c.get("AUDIT_LOGS_ENABLED").default("true").asBoolStrict()},7466:(e,t)=>{function n(o,l){if(o===void 0)throw new Error("Value is undefined"+(l?`: ${l}`:""))}function r(o,l){if(o===null)throw new Error("Value is null"+(l?`: ${l}`:""))}function s(o,l){n(o,l),r(o,l)}Object.defineProperty(t,"__esModule",{value:!0}),t.assertsDefined=n,t.assertsNotNull=r,t.assertsDefinedAndNotNull=s,t.defined=function(o){return n(o),o},t.notNull=function(o){return r(o),o},t.definedAndNotNull=function(o){return s(o),o}},5960:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.delay=void 0,t.delay=n=>new Promise(r=>setTimeout(r,n||0))},7536:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tooManyEventsToUpdate=t.groupTagConflict=t.groupNameConflict=t.tagRestricted=t.deviceLocked=t.deviceDisabled=t.peerDoesNotExist=t.temporaryPasswordExpired=void 0,t.temporaryPasswordExpired="temporary password expired",t.peerDoesNotExist="peer does not exist",t.deviceDisabled="device disabled",t.deviceLocked="device locked",t.tagRestricted="missing tag(s) to access this resource",t.groupNameConflict="group name already exists",t.groupTagConflict="group tag key and value already exists",t.tooManyEventsToUpdate="too many events to update"},603:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.errorToObject=function(o,l={}){const{redacted:u=!0}=l,c=f=>u?(0,r.redact)(f):f;if(!o.stack)return{message:(0,s.toStringSafe)(c(o))};const{name:d,message:h,stack:B,...U}=o;return{name:d,message:h!==void 0?h:(0,s.toStringSafe)(c(o)),stack:B,meta:U&&Object.keys(U).length===0?void 0:c(U)}};const r=n(5394),s=n(630)},6725:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.errorToString=function(o,l={}){const{message:u,stack:c,meta:d}=(0,r.errorToObject)(o,l);return`${c||u||""}${d&&Object.keys(d).length>0?` -- ${(0,s.toStringSafe)(d)}`:""}`};const r=n(603),s=n(630)},2688:(e,t,n)=>{t.gK=function(c,d,h){const{rtcIceTransportPolicies:B,rtcIceServerProtocol:U,useAllServers:f}=d||{},g=c.map(F=>({...F,urls:F.urls.filter(y=>{const m=(B===void 0||B.some(_=>l(y,_)))&&(U===void 0||u(y,U));return m||s.logger.debug(`Ignoring ICE server: ${y}`,{organizationId:h}),m})})).filter(({urls:F})=>F.filter(y=>y).length>0);return f?g:[o(g,"stun"),o(g,"turn")].filter(F=>F!==void 0).map(F=>(0,r.defined)(F))};const r=n(7466),s=n(9399);function o(c,d){const h=c.reduce((B,U)=>[...B,...U.urls],[]).filter(B=>l(B,d)).sort(B=>u(B,"udp")?-1:0).shift();if(h)return{...(0,r.defined)(c.find(B=>B.urls.includes(h))),urls:[h]}}function l(c,d){switch(d){case"stun":return/^stuns?:/.test(c);case"turn":return/^turns?:/.test(c)}}function u(c,d){return c.endsWith(`transport=${d}`)}},7293:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.instanceId=void 0;const r=n(4596);t.instanceId=(0,r.v4)()},3269:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isErrorType=function(n,r,s=()=>!0){return n instanceof r&&s(n)}},5464:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isObject=function(n){return!!n&&(typeof n=="object"||typeof n=="function")}},3052:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isValidTagString=function(o,l){return!!o&&(l!=null&&l.allowStar&&o[0]===r.anyTagValue?o===r.anyTagValue:s.test(o))};const r=n(3253),s=/^[a-zA-Z0-9-_.,:?'"()@\/#$+ ]{1,255}$/},9399:function(e,t,n){var r,s=this&&this.__createBinding||(Object.create?function(W,K,Y,A){A===void 0&&(A=Y);var j=Object.getOwnPropertyDescriptor(K,Y);j&&!("get"in j?!K.__esModule:j.writable||j.configurable)||(j={enumerable:!0,get:function(){return K[Y]}}),Object.defineProperty(W,A,j)}:function(W,K,Y,A){A===void 0&&(A=Y),W[A]=K[Y]}),o=this&&this.__setModuleDefault||(Object.create?function(W,K){Object.defineProperty(W,"default",{enumerable:!0,value:K})}:function(W,K){W.default=K}),l=this&&this.__importStar||(r=function(W){return r=Object.getOwnPropertyNames||function(K){var Y=[];for(var A in K)Object.prototype.hasOwnProperty.call(K,A)&&(Y[Y.length]=A);return Y},r(W)},function(W){if(W&&W.__esModule)return W;var K={};if(W!=null)for(var Y=r(W),A=0;A<Y.length;A++)Y[A]!=="default"&&s(K,W,Y[A]);return o(K,W),K}),u=this&&this.__importDefault||function(W){return W&&W.__esModule?W:{default:W}};Object.defineProperty(t,"__esModule",{value:!0}),t.logger=void 0,t.setLogMetadata=function(W,K){V[W]=K},t.audit=function(W){g.auditLogsEnabled&&t.logger.info("Audit log",W)};const c=l(n(2213)),d=l(n(8558)),h=u(n(6075)),B=n(6563),U=n(4359),f=n(4184),g=n(2014),F=n(603),y=n(6725),m=n(7293),_=n(8084),v=n(1737),N=1e5,V={app:g.app,namespace:g.namespace,buildTag:g.buildTag,instanceId:m.instanceId},G=g.logJson?B.format.printf(({timestamp:W,level:K,message:Y,error:A,...j})=>{const w=String(Y),Z=String(W||""),q={timestamp:Z?(0,U.parseIsoDate)(Z).getTime():new Date().getTime(),level:String(K).toUpperCase(),message:w,...A?{error:(0,F.errorToObject)(A)}:{},meta:{...V,...j}};return q.message.length>N&&(console.log(`Raw message: ${q.message}`),q.message=(0,v.truncate)(q.message,{maxMessageLength:N,truncatedMessageEndLength:1e3})),(0,h.default)(q,{cycles:!0})}):B.format.printf(({timestamp:W,level:K,message:Y,error:A,...j})=>{let w=`${W||new Date().toISOString()} ${K.toUpperCase()}: ${Y} `;return Object.keys(j).length>0&&(w+=(0,h.default)(j,{cycles:!0})),A&&(w+=`
3
+ ${(0,y.errorToString)(A)}`),w});if(t.logger=(0,B.createLogger)({level:g.logLevel}),t.logger.add(new B.transports.Console({format:G,level:"debug"})),t.logger.transports.forEach(W=>{W.silent=!g.logToConsole}),g.logApiEndpoint&&t.logger.add(new _.LogApiTransport(g.logApiEndpoint,V)),g.logToFile){const W=d.resolve(c.tmpdir(),`silly-${g.app}.log`);t.logger.debug("Logging silly logs to file",{filename:W}),t.logger.add(new B.transports.File({filename:W,maxsize:1*f.bytes.mebibyte,maxFiles:10,format:B.format.combine((0,B.format)(K=>K.level==="silly"&&K)(),G),level:"silly"}))}},4560:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.narrowError=function(s,o,l=()=>!0){if((0,r.isErrorType)(s,o,l))return s;throw s};const r=n(3269)},2282:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.objectMapValues=function(n,r){return Object.keys(n).reduce((s,o)=>({...s,[o]:r(n[o])}),{})}},5394:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.redactStringifiedFields=t.redactKeys=void 0,t.redact=function h(B,U=new WeakSet){return U.has(B)?"[ RECURSIVE ]":Array.isArray(B)?(U.add(B),B.map(f=>h(f,U))):c(B)?(U.add(B),Object.keys(B).reduce((f,g)=>o.has(g.toLowerCase())?(f[g]=B[g],f):(f[g]=d(g)?"[ REDACTED ]":h(B[g],U),f),{})):typeof B=="string"&&!l.some(f=>B.toLowerCase().includes(f))&&d(B)?"[ REDACTED ]":B};const r=n(7536),s=n(5464),o=new Set(["query","tagKey"].map(h=>h.toLowerCase())),l=[r.tagRestricted,"expected one of:","maybe you meant:","in query:","while processing query","column"];t.redactKeys=["password","secret","token","key","buffer","authorization"];const u=new Set(["email","firstName","lastName","phoneNumber","phoneNumbers"]),c=h=>(0,s.isObject)(h),d=h=>t.redactKeys.some(B=>h.toLowerCase().includes(B.toLowerCase()))||u.has(h);t.redactStringifiedFields=h=>{const B=JSON.stringify(h).replace(/\\"username\\":\\"([a-zA-Z0-9+=]+)\\"/gi,'\\"username\\":\\"<REDACTED>\\"').replace(/\\"credential\\":\\"([a-zA-Z0-9+=]+)\\"/gi,'\\"credential\\":\\"<REDACTED>\\"');return JSON.parse(B)}},3191:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setPromiseInterval=function({func:n,delay:r,immediate:s=!0}){let o=!1,l=setTimeout(async function c(){if(o)return;const d=new Date().getTime();try{u=n(),await u}finally{if(!o){const h=new Date().getTime();l=setTimeout(c,Math.max(r-(h-d),0))}}},s?0:r),u=Promise.resolve();return{async stop(){o=!0,clearTimeout(l),await u},async pending(){await u}}}},5604:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.stats=void 0;const r=n(2014),s=n(504),o=n(7905),l=!!r.jestWorkerId;t.stats=new o.StatsManager,l||["local","on-prem"].includes(r.namespace)||t.stats.registerStatsReporter(new s.LogReporter("stats"))},630:function(e,t,n){var r=this&&this.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(t,"__esModule",{value:!0}),t.toStringSafe=function(o){return(0,s.default)(o,{cycles:!0})};const s=r(n(6075))},1737:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.truncate=function(n,r){const{maxMessageLength:s=1e5,truncatedMessageEndLength:o=1e3}=r!=null?r:{};return n.length>s?`${n.slice(0,s-o)} ... [TRUNCATED] ... ${n.slice(-o)}`:n}},4184:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.bytes=void 0;const n=Math.pow(2,0),r=Math.pow(2,10),s=Math.pow(2,20),o=Math.pow(2,30),l=Math.pow(10,3),u=Math.pow(10,6),c=Math.pow(10,9);t.bytes={byte:n,kilobyte:l,kibibyte:r,megabyte:u,mebibyte:s,gigabyte:c,gibibyte:o}},9159:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.duration=void 0;const n=36e5,r=24*n,s=7*r,o=30*r,l=365*r;t.duration={millisecond:1,second:1e3,minute:6e4,hour:n,day:r,week:s,month:o,year:l}},3253:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.reservedTagValues=t.notTagKey=t.anyTagValue=void 0,t.anyTagValue="*",t.notTagKey="",t.reservedTagValues=[t.anyTagValue,t.notTagKey]},1363:(e,t)=>{t.rV=t.Le=t.Kn=t.p9=t.Im=t.Lc=t.jG=t.wI=t.rW=t.Jj=t.Al=t.Ji=t.Ym=t.$x=t.TK=t.At=t.up=t.zA=t.Xx=t.Su=t.Np=t.vb=t.jF=t.F0=t.cs=t.wh=t.uZ=t.Oe=void 0,t.Oe="ping",t.uZ="pong",t.wh="ping-v2",t.cs="pong-v2",t.F0="stream-control",t.jF="streams-info",t.vb="agent-info",t.Np="numeric",t.Su="boolean",t.Xx="bitset",t.zA="twist",t.up="compressed-image",t.At="h264-video-frame",t.TK="audio-chunk",t.$x="pose",t.Ym="goal-id",t.Ji="joint-state",t.Al="pose-with-covariance",t.Jj="point-cloud",t.rW="marker-array",t.wI="point",t.jG="json-string",t.Lc="odometry",t.Im="joy",t.p9="text",t.Kn="map",t.Le="location",t.rV="numeric-set",t.Oe,t.uZ,t.wh,t.cs,t.F0,t.jF,t.vb,t.Np,t.Su,t.Xx,t.zA,t.up,t.At,t.TK,t.$x,t.Ym,t.Ji,t.Al,t.Jj,t.wI,t.rW,t.jG,t.Lc,t.Im,t.p9,t.Kn,t.Le,t.rV,t.up,t.At,t.Oe,t.uZ,t.wh,t.cs,t.F0,t.jF,t.vb},4359:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.parseIsoDate=void 0;const r=n(4045);t.parseIsoDate=function(s){const o=(0,r.parseISO)(s);if(!(0,r.isValid)(o))throw new Error(`Invalid ISO 8601 date string (${s})`);return o}},6093:(e,t,n)=>{var r=n(9907);function s(le){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(de){return typeof de}:function(de){return de&&typeof Symbol=="function"&&de.constructor===Symbol&&de!==Symbol.prototype?"symbol":typeof de},s(le)}function o(le,de){for(var X=0;X<de.length;X++){var b=de[X];b.enumerable=b.enumerable||!1,b.configurable=!0,"value"in b&&(b.writable=!0),Object.defineProperty(le,(L=function(ae){if(s(ae)!=="object"||ae===null)return ae;var H=ae[Symbol.toPrimitive];if(H!==void 0){var Be=H.call(ae,"string");if(s(Be)!=="object")return Be;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(ae)}(b.key),s(L)==="symbol"?L:String(L)),b)}var L}function l(le,de,X){return de&&o(le.prototype,de),X&&o(le,X),Object.defineProperty(le,"prototype",{writable:!1}),le}var u,c,d=n(1342).codes,h=d.ERR_AMBIGUOUS_ARGUMENT,B=d.ERR_INVALID_ARG_TYPE,U=d.ERR_INVALID_ARG_VALUE,f=d.ERR_INVALID_RETURN_VALUE,g=d.ERR_MISSING_ARGS,F=n(9801),y=n(9208).inspect,m=n(9208).types,_=m.isPromise,v=m.isRegExp,N=n(3225)(),V=n(1937)(),G=n(9818)("RegExp.prototype.test");function W(){var le=n(5656);u=le.isDeepEqual,c=le.isDeepStrictEqual}var K=!1,Y=e.exports=Z,A={};function j(le){throw le.message instanceof Error?le.message:new F(le)}function w(le,de,X,b){if(!X){var L=!1;if(de===0)L=!0,b="No value argument passed to `assert.ok()`";else if(b instanceof Error)throw b;var ae=new F({actual:X,expected:!0,message:b,operator:"==",stackStartFn:le});throw ae.generatedMessage=L,ae}}function Z(){for(var le=arguments.length,de=new Array(le),X=0;X<le;X++)de[X]=arguments[X];w.apply(void 0,[Z,de.length].concat(de))}Y.fail=function le(de,X,b,L,ae){var H,Be=arguments.length;if(Be===0?H="Failed":Be===1?(b=de,de=void 0):(K===!1&&(K=!0,(r.emitWarning?r.emitWarning:console.warn.bind(console))("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")),Be===2&&(L="!=")),b instanceof Error)throw b;var fe={actual:de,expected:X,operator:L===void 0?"fail":L,stackStartFn:ae||le};b!==void 0&&(fe.message=b);var ue=new F(fe);throw H&&(ue.message=H,ue.generatedMessage=!0),ue},Y.AssertionError=F,Y.ok=Z,Y.equal=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");de!=X&&j({actual:de,expected:X,message:b,operator:"==",stackStartFn:le})},Y.notEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");de==X&&j({actual:de,expected:X,message:b,operator:"!=",stackStartFn:le})},Y.deepEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");u===void 0&&W(),u(de,X)||j({actual:de,expected:X,message:b,operator:"deepEqual",stackStartFn:le})},Y.notDeepEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");u===void 0&&W(),u(de,X)&&j({actual:de,expected:X,message:b,operator:"notDeepEqual",stackStartFn:le})},Y.deepStrictEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");u===void 0&&W(),c(de,X)||j({actual:de,expected:X,message:b,operator:"deepStrictEqual",stackStartFn:le})},Y.notDeepStrictEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");u===void 0&&W(),c(de,X)&&j({actual:de,expected:X,message:b,operator:"notDeepStrictEqual",stackStartFn:le})},Y.strictEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");V(de,X)||j({actual:de,expected:X,message:b,operator:"strictEqual",stackStartFn:le})},Y.notStrictEqual=function le(de,X,b){if(arguments.length<2)throw new g("actual","expected");V(de,X)&&j({actual:de,expected:X,message:b,operator:"notStrictEqual",stackStartFn:le})};var q=l(function le(de,X,b){var L=this;(function(ae,H){if(!(ae instanceof H))throw new TypeError("Cannot call a class as a function")})(this,le),X.forEach(function(ae){ae in de&&(b!==void 0&&typeof b[ae]=="string"&&v(de[ae])&&G(de[ae],b[ae])?L[ae]=b[ae]:L[ae]=de[ae])})});function M(le,de,X,b){if(typeof de!="function"){if(v(de))return G(de,le);if(arguments.length===2)throw new B("expected",["Function","RegExp"],de);if(s(le)!=="object"||le===null){var L=new F({actual:le,expected:de,message:X,operator:"deepStrictEqual",stackStartFn:b});throw L.operator=b.name,L}var ae=Object.keys(de);if(de instanceof Error)ae.push("name","message");else if(ae.length===0)throw new U("error",de,"may not be an empty object");return u===void 0&&W(),ae.forEach(function(H){typeof le[H]=="string"&&v(de[H])&&G(de[H],le[H])||function(Be,fe,ue,Re,me,Ne){if(!(ue in Be)||!c(Be[ue],fe[ue])){if(!Re){var Ze=new q(Be,me),Pe=new q(fe,me,Be),J=new F({actual:Ze,expected:Pe,operator:"deepStrictEqual",stackStartFn:Ne});throw J.actual=Be,J.expected=fe,J.operator=Ne.name,J}j({actual:Be,expected:fe,message:Re,operator:Ne.name,stackStartFn:Ne})}}(le,de,H,X,ae,b)}),!0}return de.prototype!==void 0&&le instanceof de||!Error.isPrototypeOf(de)&&de.call({},le)===!0}function D(le){if(typeof le!="function")throw new B("fn","Function",le);try{le()}catch(de){return de}return A}function C(le){return _(le)||le!==null&&s(le)==="object"&&typeof le.then=="function"&&typeof le.catch=="function"}function ee(le){return Promise.resolve().then(function(){var de;if(typeof le=="function"){if(!C(de=le()))throw new f("instance of Promise","promiseFn",de)}else{if(!C(le))throw new B("promiseFn",["Function","Promise"],le);de=le}return Promise.resolve().then(function(){return de}).then(function(){return A}).catch(function(X){return X})})}function re(le,de,X,b){if(typeof X=="string"){if(arguments.length===4)throw new B("error",["Object","Error","Function","RegExp"],X);if(s(de)==="object"&&de!==null){if(de.message===X)throw new h("error/message",'The error message "'.concat(de.message,'" is identical to the message.'))}else if(de===X)throw new h("error/message",'The error "'.concat(de,'" is identical to the message.'));b=X,X=void 0}else if(X!=null&&s(X)!=="object"&&typeof X!="function")throw new B("error",["Object","Error","Function","RegExp"],X);if(de===A){var L="";X&&X.name&&(L+=" (".concat(X.name,")")),L+=b?": ".concat(b):".";var ae=le.name==="rejects"?"rejection":"exception";j({actual:void 0,expected:X,operator:le.name,message:"Missing expected ".concat(ae).concat(L),stackStartFn:le})}if(X&&!M(de,X,b,le))throw de}function ie(le,de,X,b){if(de!==A){if(typeof X=="string"&&(b=X,X=void 0),!X||M(de,X)){var L=b?": ".concat(b):".",ae=le.name==="doesNotReject"?"rejection":"exception";j({actual:de,expected:X,operator:le.name,message:"Got unwanted ".concat(ae).concat(L,`
4
+ `)+'Actual message: "'.concat(de&&de.message,'"'),stackStartFn:le})}throw de}}function Fe(le,de,X,b,L){if(!v(de))throw new B("regexp","RegExp",de);var ae=L==="match";if(typeof le!="string"||G(de,le)!==ae){if(X instanceof Error)throw X;var H=!X;X=X||(typeof le!="string"?'The "string" argument must be of type string. Received type '+"".concat(s(le)," (").concat(y(le),")"):(ae?"The input did not match the regular expression ":"The input was expected to not match the regular expression ")+"".concat(y(de),`. Input:
5
+
6
+ `).concat(y(le),`
7
+ `));var Be=new F({actual:le,expected:de,message:X,operator:L,stackStartFn:b});throw Be.generatedMessage=H,Be}}function he(){for(var le=arguments.length,de=new Array(le),X=0;X<le;X++)de[X]=arguments[X];w.apply(void 0,[he,de.length].concat(de))}Y.throws=function le(de){for(var X=arguments.length,b=new Array(X>1?X-1:0),L=1;L<X;L++)b[L-1]=arguments[L];re.apply(void 0,[le,D(de)].concat(b))},Y.rejects=function le(de){for(var X=arguments.length,b=new Array(X>1?X-1:0),L=1;L<X;L++)b[L-1]=arguments[L];return ee(de).then(function(ae){return re.apply(void 0,[le,ae].concat(b))})},Y.doesNotThrow=function le(de){for(var X=arguments.length,b=new Array(X>1?X-1:0),L=1;L<X;L++)b[L-1]=arguments[L];ie.apply(void 0,[le,D(de)].concat(b))},Y.doesNotReject=function le(de){for(var X=arguments.length,b=new Array(X>1?X-1:0),L=1;L<X;L++)b[L-1]=arguments[L];return ee(de).then(function(ae){return ie.apply(void 0,[le,ae].concat(b))})},Y.ifError=function le(de){if(de!=null){var X="ifError got unwanted exception: ";s(de)==="object"&&typeof de.message=="string"?de.message.length===0&&de.constructor?X+=de.constructor.name:X+=de.message:X+=y(de);var b=new F({actual:de,expected:null,operator:"ifError",message:X,stackStartFn:le}),L=de.stack;if(typeof L=="string"){var ae=L.split(`
8
+ `);ae.shift();for(var H=b.stack.split(`
9
+ `),Be=0;Be<ae.length;Be++){var fe=H.indexOf(ae[Be]);if(fe!==-1){H=H.slice(0,fe);break}}b.stack="".concat(H.join(`
10
+ `),`
11
+ `).concat(ae.join(`
12
+ `))}throw b}},Y.match=function le(de,X,b){Fe(de,X,b,le,"match")},Y.doesNotMatch=function le(de,X,b){Fe(de,X,b,le,"doesNotMatch")},Y.strict=N(he,Y,{equal:Y.strictEqual,deepEqual:Y.deepStrictEqual,notEqual:Y.notStrictEqual,notDeepEqual:Y.notDeepStrictEqual}),Y.strict.strict=Y.strict},9801:(e,t,n)=>{var r=n(9907);function s(j,w){var Z=Object.keys(j);if(Object.getOwnPropertySymbols){var q=Object.getOwnPropertySymbols(j);w&&(q=q.filter(function(M){return Object.getOwnPropertyDescriptor(j,M).enumerable})),Z.push.apply(Z,q)}return Z}function o(j){for(var w=1;w<arguments.length;w++){var Z=arguments[w]!=null?arguments[w]:{};w%2?s(Object(Z),!0).forEach(function(q){var M,D,C;M=j,D=q,C=Z[q],(D=u(D))in M?Object.defineProperty(M,D,{value:C,enumerable:!0,configurable:!0,writable:!0}):M[D]=C}):Object.getOwnPropertyDescriptors?Object.defineProperties(j,Object.getOwnPropertyDescriptors(Z)):s(Object(Z)).forEach(function(q){Object.defineProperty(j,q,Object.getOwnPropertyDescriptor(Z,q))})}return j}function l(j,w){for(var Z=0;Z<w.length;Z++){var q=w[Z];q.enumerable=q.enumerable||!1,q.configurable=!0,"value"in q&&(q.writable=!0),Object.defineProperty(j,u(q.key),q)}}function u(j){var w=function(Z){if(F(Z)!=="object"||Z===null)return Z;var q=Z[Symbol.toPrimitive];if(q!==void 0){var M=q.call(Z,"string");if(F(M)!=="object")return M;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(Z)}(j);return F(w)==="symbol"?w:String(w)}function c(j,w){if(w&&(F(w)==="object"||typeof w=="function"))return w;if(w!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return d(j)}function d(j){if(j===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return j}function h(j){var w=typeof Map=="function"?new Map:void 0;return h=function(Z){if(Z===null||(q=Z,Function.toString.call(q).indexOf("[native code]")===-1))return Z;var q;if(typeof Z!="function")throw new TypeError("Super expression must either be null or a function");if(w!==void 0){if(w.has(Z))return w.get(Z);w.set(Z,M)}function M(){return B(Z,arguments,g(this).constructor)}return M.prototype=Object.create(Z.prototype,{constructor:{value:M,enumerable:!1,writable:!0,configurable:!0}}),f(M,Z)},h(j)}function B(j,w,Z){return B=U()?Reflect.construct.bind():function(q,M,D){var C=[null];C.push.apply(C,M);var ee=new(Function.bind.apply(q,C));return D&&f(ee,D.prototype),ee},B.apply(null,arguments)}function U(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function f(j,w){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Z,q){return Z.__proto__=q,Z},f(j,w)}function g(j){return g=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(w){return w.__proto__||Object.getPrototypeOf(w)},g(j)}function F(j){return F=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(w){return typeof w}:function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w},F(j)}var y=n(9208).inspect,m=n(1342).codes.ERR_INVALID_ARG_TYPE;function _(j,w,Z){return(Z===void 0||Z>j.length)&&(Z=j.length),j.substring(Z-w.length,Z)===w}var v="",N="",V="",G="",W={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function K(j){var w=Object.keys(j),Z=Object.create(Object.getPrototypeOf(j));return w.forEach(function(q){Z[q]=j[q]}),Object.defineProperty(Z,"message",{value:j.message}),Z}function Y(j){return y(j,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}var A=function(j,w){(function(re,ie){if(typeof ie!="function"&&ie!==null)throw new TypeError("Super expression must either be null or a function");re.prototype=Object.create(ie&&ie.prototype,{constructor:{value:re,writable:!0,configurable:!0}}),Object.defineProperty(re,"prototype",{writable:!1}),ie&&f(re,ie)})(ee,j);var Z,q,M,D,C=(Z=ee,q=U(),function(){var re,ie=g(Z);if(q){var Fe=g(this).constructor;re=Reflect.construct(ie,arguments,Fe)}else re=ie.apply(this,arguments);return c(this,re)});function ee(re){var ie;if(function(ue,Re){if(!(ue instanceof Re))throw new TypeError("Cannot call a class as a function")}(this,ee),F(re)!=="object"||re===null)throw new m("options","Object",re);var Fe=re.message,he=re.operator,le=re.stackStartFn,de=re.actual,X=re.expected,b=Error.stackTraceLimit;if(Error.stackTraceLimit=0,Fe!=null)ie=C.call(this,String(Fe));else if(r.stderr&&r.stderr.isTTY&&(r.stderr&&r.stderr.getColorDepth&&r.stderr.getColorDepth()!==1?(v="\x1B[34m",N="\x1B[32m",G="\x1B[39m",V="\x1B[31m"):(v="",N="",G="",V="")),F(de)==="object"&&de!==null&&F(X)==="object"&&X!==null&&"stack"in de&&de instanceof Error&&"stack"in X&&X instanceof Error&&(de=K(de),X=K(X)),he==="deepStrictEqual"||he==="strictEqual")ie=C.call(this,function(ue,Re,me){var Ne="",Ze="",Pe=0,J="",x=!1,$=Y(ue),ce=$.split(`
13
+ `),be=Y(Re).split(`
14
+ `),ye=0,Me="";if(me==="strictEqual"&&F(ue)==="object"&&F(Re)==="object"&&ue!==null&&Re!==null&&(me="strictEqualObject"),ce.length===1&&be.length===1&&ce[0]!==be[0]){var ot=ce[0].length+be[0].length;if(ot<=10){if(!(F(ue)==="object"&&ue!==null||F(Re)==="object"&&Re!==null||ue===0&&Re===0))return"".concat(W[me],`
15
+
16
+ `)+"".concat(ce[0]," !== ").concat(be[0],`
17
+ `)}else if(me!=="strictEqualObject"&&ot<(r.stderr&&r.stderr.isTTY?r.stderr.columns:80)){for(;ce[0][ye]===be[0][ye];)ye++;ye>2&&(Me=`
18
+ `.concat(function(Ee,we){if(we=Math.floor(we),Ee.length==0||we==0)return"";var Oe=Ee.length*we;for(we=Math.floor(Math.log(we)/Math.log(2));we;)Ee+=Ee,we--;return Ee+Ee.substring(0,Oe-Ee.length)}(" ",ye),"^"),ye=0)}}for(var it=ce[ce.length-1],yt=be[be.length-1];it===yt&&(ye++<2?J=`
19
+ `.concat(it).concat(J):Ne=it,ce.pop(),be.pop(),ce.length!==0&&be.length!==0);)it=ce[ce.length-1],yt=be[be.length-1];var st=Math.max(ce.length,be.length);if(st===0){var gt=$.split(`
20
+ `);if(gt.length>30)for(gt[26]="".concat(v,"...").concat(G);gt.length>27;)gt.pop();return"".concat(W.notIdentical,`
21
+
22
+ `).concat(gt.join(`
23
+ `),`
24
+ `)}ye>3&&(J=`
25
+ `.concat(v,"...").concat(G).concat(J),x=!0),Ne!==""&&(J=`
26
+ `.concat(Ne).concat(J),Ne="");var Rt=0,Je=W[me]+`
27
+ `.concat(N,"+ actual").concat(G," ").concat(V,"- expected").concat(G),qe=" ".concat(v,"...").concat(G," Lines skipped");for(ye=0;ye<st;ye++){var te=ye-Pe;if(ce.length<ye+1)te>1&&ye>2&&(te>4?(Ze+=`
28
+ `.concat(v,"...").concat(G),x=!0):te>3&&(Ze+=`
29
+ `.concat(be[ye-2]),Rt++),Ze+=`
30
+ `.concat(be[ye-1]),Rt++),Pe=ye,Ne+=`
31
+ `.concat(V,"-").concat(G," ").concat(be[ye]),Rt++;else if(be.length<ye+1)te>1&&ye>2&&(te>4?(Ze+=`
32
+ `.concat(v,"...").concat(G),x=!0):te>3&&(Ze+=`
33
+ `.concat(ce[ye-2]),Rt++),Ze+=`
34
+ `.concat(ce[ye-1]),Rt++),Pe=ye,Ze+=`
35
+ `.concat(N,"+").concat(G," ").concat(ce[ye]),Rt++;else{var I=be[ye],ge=ce[ye],ve=ge!==I&&(!_(ge,",")||ge.slice(0,-1)!==I);ve&&_(I,",")&&I.slice(0,-1)===ge&&(ve=!1,ge+=","),ve?(te>1&&ye>2&&(te>4?(Ze+=`
36
+ `.concat(v,"...").concat(G),x=!0):te>3&&(Ze+=`
37
+ `.concat(ce[ye-2]),Rt++),Ze+=`
38
+ `.concat(ce[ye-1]),Rt++),Pe=ye,Ze+=`
39
+ `.concat(N,"+").concat(G," ").concat(ge),Ne+=`
40
+ `.concat(V,"-").concat(G," ").concat(I),Rt+=2):(Ze+=Ne,Ne="",te!==1&&ye!==0||(Ze+=`
41
+ `.concat(ge),Rt++))}if(Rt>20&&ye<st-2)return"".concat(Je).concat(qe,`
42
+ `).concat(Ze,`
43
+ `).concat(v,"...").concat(G).concat(Ne,`
44
+ `)+"".concat(v,"...").concat(G)}return"".concat(Je).concat(x?qe:"",`
45
+ `).concat(Ze).concat(Ne).concat(J).concat(Me)}(de,X,he));else if(he==="notDeepStrictEqual"||he==="notStrictEqual"){var L=W[he],ae=Y(de).split(`
46
+ `);if(he==="notStrictEqual"&&F(de)==="object"&&de!==null&&(L=W.notStrictEqualObject),ae.length>30)for(ae[26]="".concat(v,"...").concat(G);ae.length>27;)ae.pop();ie=ae.length===1?C.call(this,"".concat(L," ").concat(ae[0])):C.call(this,"".concat(L,`
47
+
48
+ `).concat(ae.join(`
49
+ `),`
50
+ `))}else{var H=Y(de),Be="",fe=W[he];he==="notDeepEqual"||he==="notEqual"?(H="".concat(W[he],`
51
+
52
+ `).concat(H)).length>1024&&(H="".concat(H.slice(0,1021),"...")):(Be="".concat(Y(X)),H.length>512&&(H="".concat(H.slice(0,509),"...")),Be.length>512&&(Be="".concat(Be.slice(0,509),"...")),he==="deepEqual"||he==="equal"?H="".concat(fe,`
53
+
54
+ `).concat(H,`
55
+
56
+ should equal
57
+
58
+ `):Be=" ".concat(he," ").concat(Be)),ie=C.call(this,"".concat(H).concat(Be))}return Error.stackTraceLimit=b,ie.generatedMessage=!Fe,Object.defineProperty(d(ie),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),ie.code="ERR_ASSERTION",ie.actual=de,ie.expected=X,ie.operator=he,Error.captureStackTrace&&Error.captureStackTrace(d(ie),le),ie.stack,ie.name="AssertionError",c(ie)}return M=ee,(D=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:w,value:function(re,ie){return y(this,o(o({},ie),{},{customInspect:!1,depth:0}))}}])&&l(M.prototype,D),Object.defineProperty(M,"prototype",{writable:!1}),ee}(h(Error),y.custom);e.exports=A},1342:(e,t,n)=>{function r(B){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},r(B)}function s(B,U){return s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(f,g){return f.__proto__=g,f},s(B,U)}function o(B){return o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(U){return U.__proto__||Object.getPrototypeOf(U)},o(B)}var l,u,c={};function d(B,U,f){f||(f=Error);var g=function(F){(function(V,G){if(typeof G!="function"&&G!==null)throw new TypeError("Super expression must either be null or a function");V.prototype=Object.create(G&&G.prototype,{constructor:{value:V,writable:!0,configurable:!0}}),Object.defineProperty(V,"prototype",{writable:!1}),G&&s(V,G)})(N,F);var y,m,_,v=(m=N,_=function(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}(),function(){var V,G=o(m);if(_){var W=o(this).constructor;V=Reflect.construct(G,arguments,W)}else V=G.apply(this,arguments);return function(K,Y){if(Y&&(r(Y)==="object"||typeof Y=="function"))return Y;if(Y!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(A){if(A===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return A}(K)}(this,V)});function N(V,G,W){var K;return function(Y,A){if(!(Y instanceof A))throw new TypeError("Cannot call a class as a function")}(this,N),K=v.call(this,function(Y,A,j){return typeof U=="string"?U:U(Y,A,j)}(V,G,W)),K.code=B,K}return y=N,Object.defineProperty(y,"prototype",{writable:!1}),y}(f);c[B]=g}function h(B,U){if(Array.isArray(B)){var f=B.length;return B=B.map(function(g){return String(g)}),f>2?"one of ".concat(U," ").concat(B.slice(0,f-1).join(", "),", or ")+B[f-1]:f===2?"one of ".concat(U," ").concat(B[0]," or ").concat(B[1]):"of ".concat(U," ").concat(B[0])}return"of ".concat(U," ").concat(String(B))}d("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),d("ERR_INVALID_ARG_TYPE",function(B,U,f){var g,F,y,m,_;if(l===void 0&&(l=n(6093)),l(typeof B=="string","'name' must be a string"),typeof U=="string"&&(F="not ",U.substr(0,4)===F)?(g="must not be",U=U.replace(/^not /,"")):g="must be",function(N,V,G){return(G===void 0||G>N.length)&&(G=N.length),N.substring(G-9,G)===V}(B," argument"))y="The ".concat(B," ").concat(g," ").concat(h(U,"type"));else{var v=(typeof _!="number"&&(_=0),_+1>(m=B).length||m.indexOf(".",_)===-1?"argument":"property");y='The "'.concat(B,'" ').concat(v," ").concat(g," ").concat(h(U,"type"))}return y+". Received type ".concat(r(f))},TypeError),d("ERR_INVALID_ARG_VALUE",function(B,U){var f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"is invalid";u===void 0&&(u=n(9208));var g=u.inspect(U);return g.length>128&&(g="".concat(g.slice(0,128),"...")),"The argument '".concat(B,"' ").concat(f,". Received ").concat(g)},TypeError),d("ERR_INVALID_RETURN_VALUE",function(B,U,f){var g;return g=f&&f.constructor&&f.constructor.name?"instance of ".concat(f.constructor.name):"type ".concat(r(f)),"Expected ".concat(B,' to be returned from the "').concat(U,'"')+" function but got ".concat(g,".")},TypeError),d("ERR_MISSING_ARGS",function(){for(var B=arguments.length,U=new Array(B),f=0;f<B;f++)U[f]=arguments[f];l===void 0&&(l=n(6093)),l(U.length>0,"At least one arg needs to be specified");var g="The ",F=U.length;switch(U=U.map(function(y){return'"'.concat(y,'"')}),F){case 1:g+="".concat(U[0]," argument");break;case 2:g+="".concat(U[0]," and ").concat(U[1]," arguments");break;default:g+=U.slice(0,F-1).join(", "),g+=", and ".concat(U[F-1]," arguments")}return"".concat(g," must be specified")},TypeError),e.exports.codes=c},5656:(e,t,n)=>{function r(fe,ue){return function(Re){if(Array.isArray(Re))return Re}(fe)||function(Re,me){var Ne=Re==null?null:typeof Symbol!="undefined"&&Re[Symbol.iterator]||Re["@@iterator"];if(Ne!=null){var Ze,Pe,J,x,$=[],ce=!0,be=!1;try{if(J=(Ne=Ne.call(Re)).next,me===0){if(Object(Ne)!==Ne)return;ce=!1}else for(;!(ce=(Ze=J.call(Ne)).done)&&($.push(Ze.value),$.length!==me);ce=!0);}catch(ye){be=!0,Pe=ye}finally{try{if(!ce&&Ne.return!=null&&(x=Ne.return(),Object(x)!==x))return}finally{if(be)throw Pe}}return $}}(fe,ue)||function(Re,me){if(Re){if(typeof Re=="string")return s(Re,me);var Ne=Object.prototype.toString.call(Re).slice(8,-1);return Ne==="Object"&&Re.constructor&&(Ne=Re.constructor.name),Ne==="Map"||Ne==="Set"?Array.from(Re):Ne==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Ne)?s(Re,me):void 0}}(fe,ue)||function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
59
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function s(fe,ue){(ue==null||ue>fe.length)&&(ue=fe.length);for(var Re=0,me=new Array(ue);Re<ue;Re++)me[Re]=fe[Re];return me}function o(fe){return o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ue){return typeof ue}:function(ue){return ue&&typeof Symbol=="function"&&ue.constructor===Symbol&&ue!==Symbol.prototype?"symbol":typeof ue},o(fe)}var l=/a/g.flags!==void 0,u=function(fe){var ue=[];return fe.forEach(function(Re){return ue.push(Re)}),ue},c=function(fe){var ue=[];return fe.forEach(function(Re,me){return ue.push([me,Re])}),ue},d=Object.is?Object.is:n(5968),h=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},B=Number.isNaN?Number.isNaN:n(7838);function U(fe){return fe.call.bind(fe)}var f=U(Object.prototype.hasOwnProperty),g=U(Object.prototype.propertyIsEnumerable),F=U(Object.prototype.toString),y=n(9208).types,m=y.isAnyArrayBuffer,_=y.isArrayBufferView,v=y.isDate,N=y.isMap,V=y.isRegExp,G=y.isSet,W=y.isNativeError,K=y.isBoxedPrimitive,Y=y.isNumberObject,A=y.isStringObject,j=y.isBooleanObject,w=y.isBigIntObject,Z=y.isSymbolObject,q=y.isFloat32Array,M=y.isFloat64Array;function D(fe){if(fe.length===0||fe.length>10)return!0;for(var ue=0;ue<fe.length;ue++){var Re=fe.charCodeAt(ue);if(Re<48||Re>57)return!0}return fe.length===10&&fe>=Math.pow(2,32)}function C(fe){return Object.keys(fe).filter(D).concat(h(fe).filter(Object.prototype.propertyIsEnumerable.bind(fe)))}function ee(fe,ue){if(fe===ue)return 0;for(var Re=fe.length,me=ue.length,Ne=0,Ze=Math.min(Re,me);Ne<Ze;++Ne)if(fe[Ne]!==ue[Ne]){Re=fe[Ne],me=ue[Ne];break}return Re<me?-1:me<Re?1:0}var re=0,ie=1,Fe=2,he=3;function le(fe,ue,Re,me){if(fe===ue)return fe!==0||!Re||d(fe,ue);if(Re){if(o(fe)!=="object")return typeof fe=="number"&&B(fe)&&B(ue);if(o(ue)!=="object"||fe===null||ue===null||Object.getPrototypeOf(fe)!==Object.getPrototypeOf(ue))return!1}else{if(fe===null||o(fe)!=="object")return(ue===null||o(ue)!=="object")&&fe==ue;if(ue===null||o(ue)!=="object")return!1}var Ne,Ze,Pe,J,x=F(fe);if(x!==F(ue))return!1;if(Array.isArray(fe)){if(fe.length!==ue.length)return!1;var $=C(fe),ce=C(ue);return $.length===ce.length&&X(fe,ue,Re,me,ie,$)}if(x==="[object Object]"&&(!N(fe)&&N(ue)||!G(fe)&&G(ue)))return!1;if(v(fe)){if(!v(ue)||Date.prototype.getTime.call(fe)!==Date.prototype.getTime.call(ue))return!1}else if(V(fe)){if(!V(ue)||(Pe=fe,J=ue,!(l?Pe.source===J.source&&Pe.flags===J.flags:RegExp.prototype.toString.call(Pe)===RegExp.prototype.toString.call(J))))return!1}else if(W(fe)||fe instanceof Error){if(fe.message!==ue.message||fe.name!==ue.name)return!1}else{if(_(fe)){if(Re||!q(fe)&&!M(fe)){if(!function(Me,ot){return Me.byteLength===ot.byteLength&&ee(new Uint8Array(Me.buffer,Me.byteOffset,Me.byteLength),new Uint8Array(ot.buffer,ot.byteOffset,ot.byteLength))===0}(fe,ue))return!1}else if(!function(Me,ot){if(Me.byteLength!==ot.byteLength)return!1;for(var it=0;it<Me.byteLength;it++)if(Me[it]!==ot[it])return!1;return!0}(fe,ue))return!1;var be=C(fe),ye=C(ue);return be.length===ye.length&&X(fe,ue,Re,me,re,be)}if(G(fe))return!(!G(ue)||fe.size!==ue.size)&&X(fe,ue,Re,me,Fe);if(N(fe))return!(!N(ue)||fe.size!==ue.size)&&X(fe,ue,Re,me,he);if(m(fe)){if(Ze=ue,(Ne=fe).byteLength!==Ze.byteLength||ee(new Uint8Array(Ne),new Uint8Array(Ze))!==0)return!1}else if(K(fe)&&!function(Me,ot){return Y(Me)?Y(ot)&&d(Number.prototype.valueOf.call(Me),Number.prototype.valueOf.call(ot)):A(Me)?A(ot)&&String.prototype.valueOf.call(Me)===String.prototype.valueOf.call(ot):j(Me)?j(ot)&&Boolean.prototype.valueOf.call(Me)===Boolean.prototype.valueOf.call(ot):w(Me)?w(ot)&&BigInt.prototype.valueOf.call(Me)===BigInt.prototype.valueOf.call(ot):Z(ot)&&Symbol.prototype.valueOf.call(Me)===Symbol.prototype.valueOf.call(ot)}(fe,ue))return!1}return X(fe,ue,Re,me,re)}function de(fe,ue){return ue.filter(function(Re){return g(fe,Re)})}function X(fe,ue,Re,me,Ne,Ze){if(arguments.length===5){Ze=Object.keys(fe);var Pe=Object.keys(ue);if(Ze.length!==Pe.length)return!1}for(var J=0;J<Ze.length;J++)if(!f(ue,Ze[J]))return!1;if(Re&&arguments.length===5){var x=h(fe);if(x.length!==0){var $=0;for(J=0;J<x.length;J++){var ce=x[J];if(g(fe,ce)){if(!g(ue,ce))return!1;Ze.push(ce),$++}else if(g(ue,ce))return!1}var be=h(ue);if(x.length!==be.length&&de(ue,be).length!==$)return!1}else{var ye=h(ue);if(ye.length!==0&&de(ue,ye).length!==0)return!1}}if(Ze.length===0&&(Ne===re||Ne===ie&&fe.length===0||fe.size===0))return!0;if(me===void 0)me={val1:new Map,val2:new Map,position:0};else{var Me=me.val1.get(fe);if(Me!==void 0){var ot=me.val2.get(ue);if(ot!==void 0)return Me===ot}me.position++}me.val1.set(fe,me.position),me.val2.set(ue,me.position);var it=function(yt,st,gt,Rt,Je,qe){var te=0;if(qe===Fe){if(!function(Ee,we,Oe,Ve){for(var je=null,xe=u(Ee),nt=0;nt<xe.length;nt++){var Qt=xe[nt];if(o(Qt)==="object"&&Qt!==null)je===null&&(je=new Set),je.add(Qt);else if(!we.has(Qt)){if(Oe||!ae(Ee,we,Qt))return!1;je===null&&(je=new Set),je.add(Qt)}}if(je!==null){for(var St=u(we),Ut=0;Ut<St.length;Ut++){var Ge=St[Ut];if(o(Ge)==="object"&&Ge!==null){if(!b(je,Ge,Oe,Ve))return!1}else if(!Oe&&!Ee.has(Ge)&&!b(je,Ge,Oe,Ve))return!1}return je.size===0}return!0}(yt,st,gt,Je))return!1}else if(qe===he){if(!function(Ee,we,Oe,Ve){for(var je=null,xe=c(Ee),nt=0;nt<xe.length;nt++){var Qt=r(xe[nt],2),St=Qt[0],Ut=Qt[1];if(o(St)==="object"&&St!==null)je===null&&(je=new Set),je.add(St);else{var Ge=we.get(St);if(Ge===void 0&&!we.has(St)||!le(Ut,Ge,Oe,Ve)){if(Oe||!H(Ee,we,St,Ut,Ve))return!1;je===null&&(je=new Set),je.add(St)}}}if(je!==null){for(var lt=c(we),Et=0;Et<lt.length;Et++){var wt=r(lt[Et],2),Vt=wt[0],Zt=wt[1];if(o(Vt)==="object"&&Vt!==null){if(!Be(je,Ee,Vt,Zt,Oe,Ve))return!1}else if(!(Oe||Ee.has(Vt)&&le(Ee.get(Vt),Zt,!1,Ve)||Be(je,Ee,Vt,Zt,!1,Ve)))return!1}return je.size===0}return!0}(yt,st,gt,Je))return!1}else if(qe===ie)for(;te<yt.length;te++){if(!f(yt,te)){if(f(st,te))return!1;for(var I=Object.keys(yt);te<I.length;te++){var ge=I[te];if(!f(st,ge)||!le(yt[ge],st[ge],gt,Je))return!1}return I.length===Object.keys(st).length}if(!f(st,te)||!le(yt[te],st[te],gt,Je))return!1}for(te=0;te<Rt.length;te++){var ve=Rt[te];if(!le(yt[ve],st[ve],gt,Je))return!1}return!0}(fe,ue,Re,Ze,me,Ne);return me.val1.delete(fe),me.val2.delete(ue),it}function b(fe,ue,Re,me){for(var Ne=u(fe),Ze=0;Ze<Ne.length;Ze++){var Pe=Ne[Ze];if(le(ue,Pe,Re,me))return fe.delete(Pe),!0}return!1}function L(fe){switch(o(fe)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":fe=+fe;case"number":if(B(fe))return!1}return!0}function ae(fe,ue,Re){var me=L(Re);return me!=null?me:ue.has(me)&&!fe.has(me)}function H(fe,ue,Re,me,Ne){var Ze=L(Re);if(Ze!=null)return Ze;var Pe=ue.get(Ze);return!(Pe===void 0&&!ue.has(Ze)||!le(me,Pe,!1,Ne))&&!fe.has(Ze)&&le(me,Pe,!1,Ne)}function Be(fe,ue,Re,me,Ne,Ze){for(var Pe=u(fe),J=0;J<Pe.length;J++){var x=Pe[J];if(le(Re,x,Ne,Ze)&&le(me,ue.get(x),Ne,Ze))return fe.delete(x),!0}return!1}e.exports={isDeepEqual:function(fe,ue){return le(fe,ue,!1)},isDeepStrictEqual:function(fe,ue){return le(fe,ue,!0)}}},2530:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(d){return(0,o.isAsync)(d)?function(...h){const B=h.pop();return u(d.apply(this,h),B)}:(0,r.default)(function(h,B){var U;try{U=d.apply(this,h)}catch(f){return B(f)}if(U&&typeof U.then=="function")return u(U,B);B(null,U)})};var r=l(n(6172)),s=l(n(6857)),o=n(1214);function l(d){return d&&d.__esModule?d:{default:d}}function u(d,h){return d.then(B=>{c(h,null,B)},B=>{c(h,B&&(B instanceof Error||B.message)?B:new Error(B))})}function c(d,h,B){try{d(h,B)}catch(U){(0,s.default)(f=>{throw f},U)}}e.exports=t.default},108:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=h(n(7804)),s=h(n(1371)),o=h(n(7485)),l=h(n(6297)),u=h(n(6083)),c=h(n(1214)),d=h(n(6280));function h(f){return f&&f.__esModule?f:{default:f}}function B(f,g,F){F=(0,l.default)(F);var y=0,m=0,{length:_}=f,v=!1;function N(V,G){V===!1&&(v=!0),v!==!0&&(V?F(V):++m!==_&&G!==s.default||F(null))}for(_===0&&F(null);y<_;y++)g(f[y],y,(0,u.default)(N))}function U(f,g,F){return(0,o.default)(f,1/0,g,F)}t.default=(0,d.default)(function(f,g,F){return((0,r.default)(f)?B:U)(f,(0,c.default)(g),F)},3),e.exports=t.default},7485:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=l(n(6513)),s=l(n(1214)),o=l(n(6280));function l(u){return u&&u.__esModule?u:{default:u}}t.default=(0,o.default)(function(u,c,d,h){return(0,r.default)(c)(u,(0,s.default)(d),h)},4),e.exports=t.default},5313:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(7485)),s=o(n(6280));function o(l){return l&&l.__esModule?l:{default:l}}t.default=(0,s.default)(function(l,u,c){return(0,r.default)(l,1,u,c)},3),e.exports=t.default},5236:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(108)),s=u(n(4344)),o=u(n(1214)),l=u(n(6280));function u(c){return c&&c.__esModule?c:{default:c}}t.default=(0,l.default)(function(c,d,h){return(0,r.default)(c,(0,s.default)((0,o.default)(d)),h)},3),e.exports=t.default},6959:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(o,l,u,c){let d=!1,h=!1,B=!1,U=0,f=0;function g(){U>=l||B||d||(B=!0,o.next().then(({value:m,done:_})=>{if(!h&&!d){if(B=!1,_)return d=!0,void(U<=0&&c(null));U++,u(m,f,F),f++,g()}}).catch(y))}function F(m,_){if(U-=1,!h)return m?y(m):m===!1?(d=!0,void(h=!0)):_===s.default||d&&U<=0?(d=!0,c(null)):void g()}function y(m){h||(B=!1,d=!0,c(m))}g()};var r,s=(r=n(1371))&&r.__esModule?r:{default:r};e.exports=t.default},6280:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n,r){if(r||(r=n.length),!r)throw new Error("arity is undefined");return function(...s){return typeof s[r-1]=="function"?n.apply(this,s):new Promise((o,l)=>{s[r-1]=(u,...c)=>{if(u)return l(u);o(c.length>1?c:c[0])},n.apply(this,s)})}},e.exports=t.default},1371:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default={},e.exports=t.default},6513:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=d(n(6297)),s=d(n(1586)),o=d(n(6083)),l=n(1214),u=d(n(6959)),c=d(n(1371));function d(h){return h&&h.__esModule?h:{default:h}}t.default=h=>(B,U,f)=>{if(f=(0,r.default)(f),h<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!B)return f(null);if((0,l.isAsyncGenerator)(B))return(0,u.default)(B,h,U,f);if((0,l.isAsyncIterable)(B))return(0,u.default)(B[Symbol.asyncIterator](),h,U,f);var g=(0,s.default)(B),F=!1,y=!1,m=0,_=!1;function v(V,G){if(!y)if(m-=1,V)F=!0,f(V);else if(V===!1)F=!0,y=!0;else{if(G===c.default||F&&m<=0)return F=!0,f(null);_||N()}}function N(){for(_=!0;m<h&&!F;){var V=g();if(V===null)return F=!0,void(m<=0&&f(null));m+=1,U(V.value,V.key,(0,o.default)(v))}_=!1}N()},e.exports=t.default},3172:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return n[Symbol.iterator]&&n[Symbol.iterator]()},e.exports=t.default},6172:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return function(...r){var s=r.pop();return n.call(this,r,s)}},e.exports=t.default},7804:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return n&&typeof n.length=="number"&&n.length>=0&&n.length%1==0},e.exports=t.default},1586:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(l){if((0,r.default)(l))return function(U){var f=-1,g=U.length;return function(){return++f<g?{value:U[f],key:f}:null}}(l);var u,c,d,h,B=(0,s.default)(l);return B?function(U){var f=-1;return function(){var g=U.next();return g.done?null:(f++,{value:g.value,key:f})}}(B):(c=(u=l)?Object.keys(u):[],d=-1,h=c.length,function U(){var f=c[++d];return f==="__proto__"?U():d<h?{value:u[f],key:f}:null})};var r=o(n(7804)),s=o(n(3172));function o(l){return l&&l.__esModule?l:{default:l}}e.exports=t.default},6297:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){function r(...s){if(n!==null){var o=n;n=null,o.apply(this,s)}}return Object.assign(r,n),r},e.exports=t.default},6083:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return function(...r){if(n===null)throw new Error("Callback was already called.");var s=n;n=null,s.apply(this,r)}},e.exports=t.default},7075:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=l(n(7804)),s=l(n(1214)),o=l(n(6280));function l(u){return u&&u.__esModule?u:{default:u}}t.default=(0,o.default)((u,c,d)=>{var h=(0,r.default)(c)?[]:{};u(c,(B,U,f)=>{(0,s.default)(B)((g,...F)=>{F.length<2&&([F]=F),h[U]=F,f(g)})},B=>d(B,h))},3),e.exports=t.default},6857:(e,t,n)=>{var r=n(9907);Object.defineProperty(t,"__esModule",{value:!0}),t.fallback=c,t.wrap=d;var s,o=t.hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,l=t.hasSetImmediate=typeof setImmediate=="function"&&setImmediate,u=t.hasNextTick=typeof r=="object"&&typeof r.nextTick=="function";function c(h){setTimeout(h,0)}function d(h){return(B,...U)=>h(()=>B(...U))}s=o?queueMicrotask:l?setImmediate:u?r.nextTick:c,t.default=d(s)},4344:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return(r,s,o)=>n(r,o)},e.exports=t.default},1214:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isAsyncIterable=t.isAsyncGenerator=t.isAsync=void 0;var r,s=(r=n(2530))&&r.__esModule?r:{default:r};function o(l){return l[Symbol.toStringTag]==="AsyncFunction"}t.default=function(l){if(typeof l!="function")throw new Error("expected a function");return o(l)?(0,s.default)(l):l},t.isAsync=o,t.isAsyncGenerator=function(l){return l[Symbol.toStringTag]==="AsyncGenerator"},t.isAsyncIterable=function(l){return typeof l[Symbol.asyncIterator]=="function"}},481:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(l,u){return(0,r.default)(s.default,l,u)};var r=o(n(7075)),s=o(n(5313));function o(l){return l&&l.__esModule?l:{default:l}}e.exports=t.default},9289:(e,t,n)=>{var r=n(9501),s=typeof globalThis=="undefined"?n.g:globalThis;e.exports=function(){for(var o=[],l=0;l<r.length;l++)typeof s[r[l]]=="function"&&(o[o.length]=r[l]);return o}},7991:(e,t)=>{t.byteLength=function(d){var h=u(d),B=h[0],U=h[1];return 3*(B+U)/4-U},t.toByteArray=function(d){var h,B,U=u(d),f=U[0],g=U[1],F=new s(function(_,v,N){return 3*(v+N)/4-N}(0,f,g)),y=0,m=g>0?f-4:f;for(B=0;B<m;B+=4)h=r[d.charCodeAt(B)]<<18|r[d.charCodeAt(B+1)]<<12|r[d.charCodeAt(B+2)]<<6|r[d.charCodeAt(B+3)],F[y++]=h>>16&255,F[y++]=h>>8&255,F[y++]=255&h;return g===2&&(h=r[d.charCodeAt(B)]<<2|r[d.charCodeAt(B+1)]>>4,F[y++]=255&h),g===1&&(h=r[d.charCodeAt(B)]<<10|r[d.charCodeAt(B+1)]<<4|r[d.charCodeAt(B+2)]>>2,F[y++]=h>>8&255,F[y++]=255&h),F},t.fromByteArray=function(d){for(var h,B=d.length,U=B%3,f=[],g=16383,F=0,y=B-U;F<y;F+=g)f.push(c(d,F,F+g>y?y:F+g));return U===1?(h=d[B-1],f.push(n[h>>2]+n[h<<4&63]+"==")):U===2&&(h=(d[B-2]<<8)+d[B-1],f.push(n[h>>10]+n[h>>4&63]+n[h<<2&63]+"=")),f.join("")};for(var n=[],r=[],s=typeof Uint8Array!="undefined"?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=0;l<64;++l)n[l]=o[l],r[o.charCodeAt(l)]=l;function u(d){var h=d.length;if(h%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var B=d.indexOf("=");return B===-1&&(B=h),[B,B===h?0:4-B%4]}function c(d,h,B){for(var U,f,g=[],F=h;F<B;F+=3)U=(d[F]<<16&16711680)+(d[F+1]<<8&65280)+(255&d[F+2]),g.push(n[(f=U)>>18&63]+n[f>>12&63]+n[f>>6&63]+n[63&f]);return g.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},9811:(e,t,n)=>{var r=n(1048).Buffer,s=n(9907),o=n(6093),l=n(4019),u=n(4442),c=n(930),d=n(8388);for(var h in d)t[h]=d[h];function B(U){if(typeof U!="number"||U<t.DEFLATE||U>t.UNZIP)throw new TypeError("Bad argument");this.dictionary=null,this.err=0,this.flush=0,this.init_done=!1,this.level=0,this.memLevel=0,this.mode=U,this.strategy=0,this.windowBits=0,this.write_in_progress=!1,this.pending_close=!1,this.gzip_id_bytes_read=0}t.NONE=0,t.DEFLATE=1,t.INFLATE=2,t.GZIP=3,t.GUNZIP=4,t.DEFLATERAW=5,t.INFLATERAW=6,t.UNZIP=7,B.prototype.close=function(){this.write_in_progress?this.pending_close=!0:(this.pending_close=!1,o(this.init_done,"close before init"),o(this.mode<=t.UNZIP),this.mode===t.DEFLATE||this.mode===t.GZIP||this.mode===t.DEFLATERAW?u.deflateEnd(this.strm):this.mode!==t.INFLATE&&this.mode!==t.GUNZIP&&this.mode!==t.INFLATERAW&&this.mode!==t.UNZIP||c.inflateEnd(this.strm),this.mode=t.NONE,this.dictionary=null)},B.prototype.write=function(U,f,g,F,y,m,_){return this._write(!0,U,f,g,F,y,m,_)},B.prototype.writeSync=function(U,f,g,F,y,m,_){return this._write(!1,U,f,g,F,y,m,_)},B.prototype._write=function(U,f,g,F,y,m,_,v){if(o.equal(arguments.length,8),o(this.init_done,"write before init"),o(this.mode!==t.NONE,"already finalized"),o.equal(!1,this.write_in_progress,"write already in progress"),o.equal(!1,this.pending_close,"close is pending"),this.write_in_progress=!0,o.equal(!1,f===void 0,"must provide flush value"),this.write_in_progress=!0,f!==t.Z_NO_FLUSH&&f!==t.Z_PARTIAL_FLUSH&&f!==t.Z_SYNC_FLUSH&&f!==t.Z_FULL_FLUSH&&f!==t.Z_FINISH&&f!==t.Z_BLOCK)throw new Error("Invalid flush value");if(g==null&&(g=r.alloc(0),y=0,F=0),this.strm.avail_in=y,this.strm.input=g,this.strm.next_in=F,this.strm.avail_out=v,this.strm.output=m,this.strm.next_out=_,this.flush=f,!U)return this._process(),this._checkError()?this._afterSync():void 0;var N=this;return s.nextTick(function(){N._process(),N._after()}),this},B.prototype._afterSync=function(){var U=this.strm.avail_out,f=this.strm.avail_in;return this.write_in_progress=!1,[f,U]},B.prototype._process=function(){var U=null;switch(this.mode){case t.DEFLATE:case t.GZIP:case t.DEFLATERAW:this.err=u.deflate(this.strm,this.flush);break;case t.UNZIP:switch(this.strm.avail_in>0&&(U=this.strm.next_in),this.gzip_id_bytes_read){case 0:if(U===null)break;if(this.strm.input[U]!==31){this.mode=t.INFLATE;break}if(this.gzip_id_bytes_read=1,U++,this.strm.avail_in===1)break;case 1:if(U===null)break;this.strm.input[U]===139?(this.gzip_id_bytes_read=2,this.mode=t.GUNZIP):this.mode=t.INFLATE;break;default:throw new Error("invalid number of gzip magic number bytes read")}case t.INFLATE:case t.GUNZIP:case t.INFLATERAW:for(this.err=c.inflate(this.strm,this.flush),this.err===t.Z_NEED_DICT&&this.dictionary&&(this.err=c.inflateSetDictionary(this.strm,this.dictionary),this.err===t.Z_OK?this.err=c.inflate(this.strm,this.flush):this.err===t.Z_DATA_ERROR&&(this.err=t.Z_NEED_DICT));this.strm.avail_in>0&&this.mode===t.GUNZIP&&this.err===t.Z_STREAM_END&&this.strm.next_in[0]!==0;)this.reset(),this.err=c.inflate(this.strm,this.flush);break;default:throw new Error("Unknown mode "+this.mode)}},B.prototype._checkError=function(){switch(this.err){case t.Z_OK:case t.Z_BUF_ERROR:if(this.strm.avail_out!==0&&this.flush===t.Z_FINISH)return this._error("unexpected end of file"),!1;break;case t.Z_STREAM_END:break;case t.Z_NEED_DICT:return this.dictionary==null?this._error("Missing dictionary"):this._error("Bad dictionary"),!1;default:return this._error("Zlib error"),!1}return!0},B.prototype._after=function(){if(this._checkError()){var U=this.strm.avail_out,f=this.strm.avail_in;this.write_in_progress=!1,this.callback(f,U),this.pending_close&&this.close()}},B.prototype._error=function(U){this.strm.msg&&(U=this.strm.msg),this.onerror(U,this.err),this.write_in_progress=!1,this.pending_close&&this.close()},B.prototype.init=function(U,f,g,F,y){o(arguments.length===4||arguments.length===5,"init(windowBits, level, memLevel, strategy, [dictionary])"),o(U>=8&&U<=15,"invalid windowBits"),o(f>=-1&&f<=9,"invalid compression level"),o(g>=1&&g<=9,"invalid memlevel"),o(F===t.Z_FILTERED||F===t.Z_HUFFMAN_ONLY||F===t.Z_RLE||F===t.Z_FIXED||F===t.Z_DEFAULT_STRATEGY,"invalid strategy"),this._init(f,U,g,F,y),this._setDictionary()},B.prototype.params=function(){throw new Error("deflateParams Not supported")},B.prototype.reset=function(){this._reset(),this._setDictionary()},B.prototype._init=function(U,f,g,F,y){switch(this.level=U,this.windowBits=f,this.memLevel=g,this.strategy=F,this.flush=t.Z_NO_FLUSH,this.err=t.Z_OK,this.mode!==t.GZIP&&this.mode!==t.GUNZIP||(this.windowBits+=16),this.mode===t.UNZIP&&(this.windowBits+=32),this.mode!==t.DEFLATERAW&&this.mode!==t.INFLATERAW||(this.windowBits=-1*this.windowBits),this.strm=new l,this.mode){case t.DEFLATE:case t.GZIP:case t.DEFLATERAW:this.err=u.deflateInit2(this.strm,this.level,t.Z_DEFLATED,this.windowBits,this.memLevel,this.strategy);break;case t.INFLATE:case t.GUNZIP:case t.INFLATERAW:case t.UNZIP:this.err=c.inflateInit2(this.strm,this.windowBits);break;default:throw new Error("Unknown mode "+this.mode)}this.err!==t.Z_OK&&this._error("Init error"),this.dictionary=y,this.write_in_progress=!1,this.init_done=!0},B.prototype._setDictionary=function(){if(this.dictionary!=null){switch(this.err=t.Z_OK,this.mode){case t.DEFLATE:case t.DEFLATERAW:this.err=u.deflateSetDictionary(this.strm,this.dictionary)}this.err!==t.Z_OK&&this._error("Failed to set dictionary")}},B.prototype._reset=function(){switch(this.err=t.Z_OK,this.mode){case t.DEFLATE:case t.DEFLATERAW:case t.GZIP:this.err=u.deflateReset(this.strm);break;case t.INFLATE:case t.INFLATERAW:case t.GUNZIP:this.err=c.inflateReset(this.strm)}this.err!==t.Z_OK&&this._error("Failed to reset stream")},t.Zlib=B},7946:(e,t,n)=>{var r=n(9907),s=n(1048).Buffer,o=n(1983).Transform,l=n(9811),u=n(9208),c=n(6093).ok,d=n(1048).kMaxLength,h="Cannot create final Buffer. It would be larger than 0x"+d.toString(16)+" bytes";l.Z_MIN_WINDOWBITS=8,l.Z_MAX_WINDOWBITS=15,l.Z_DEFAULT_WINDOWBITS=15,l.Z_MIN_CHUNK=64,l.Z_MAX_CHUNK=1/0,l.Z_DEFAULT_CHUNK=16384,l.Z_MIN_MEMLEVEL=1,l.Z_MAX_MEMLEVEL=9,l.Z_DEFAULT_MEMLEVEL=8,l.Z_MIN_LEVEL=-1,l.Z_MAX_LEVEL=9,l.Z_DEFAULT_LEVEL=l.Z_DEFAULT_COMPRESSION;for(var B=Object.keys(l),U=0;U<B.length;U++){var f=B[U];f.match(/^Z/)&&Object.defineProperty(t,f,{enumerable:!0,value:l[f],writable:!1})}for(var g={Z_OK:l.Z_OK,Z_STREAM_END:l.Z_STREAM_END,Z_NEED_DICT:l.Z_NEED_DICT,Z_ERRNO:l.Z_ERRNO,Z_STREAM_ERROR:l.Z_STREAM_ERROR,Z_DATA_ERROR:l.Z_DATA_ERROR,Z_MEM_ERROR:l.Z_MEM_ERROR,Z_BUF_ERROR:l.Z_BUF_ERROR,Z_VERSION_ERROR:l.Z_VERSION_ERROR},F=Object.keys(g),y=0;y<F.length;y++){var m=F[y];g[g[m]]=m}function _(M,D,C){var ee=[],re=0;function ie(){for(var he;(he=M.read())!==null;)ee.push(he),re+=he.length;M.once("readable",ie)}function Fe(){var he,le=null;re>=d?le=new RangeError(h):he=s.concat(ee,re),ee=[],M.close(),C(le,he)}M.on("error",function(he){M.removeListener("end",Fe),M.removeListener("readable",ie),C(he)}),M.on("end",Fe),M.end(D),ie()}function v(M,D){if(typeof D=="string"&&(D=s.from(D)),!s.isBuffer(D))throw new TypeError("Not a string or buffer");var C=M._finishFlushFlag;return M._processChunk(D,C)}function N(M){if(!(this instanceof N))return new N(M);w.call(this,M,l.DEFLATE)}function V(M){if(!(this instanceof V))return new V(M);w.call(this,M,l.INFLATE)}function G(M){if(!(this instanceof G))return new G(M);w.call(this,M,l.GZIP)}function W(M){if(!(this instanceof W))return new W(M);w.call(this,M,l.GUNZIP)}function K(M){if(!(this instanceof K))return new K(M);w.call(this,M,l.DEFLATERAW)}function Y(M){if(!(this instanceof Y))return new Y(M);w.call(this,M,l.INFLATERAW)}function A(M){if(!(this instanceof A))return new A(M);w.call(this,M,l.UNZIP)}function j(M){return M===l.Z_NO_FLUSH||M===l.Z_PARTIAL_FLUSH||M===l.Z_SYNC_FLUSH||M===l.Z_FULL_FLUSH||M===l.Z_FINISH||M===l.Z_BLOCK}function w(M,D){var C=this;if(this._opts=M=M||{},this._chunkSize=M.chunkSize||t.Z_DEFAULT_CHUNK,o.call(this,M),M.flush&&!j(M.flush))throw new Error("Invalid flush flag: "+M.flush);if(M.finishFlush&&!j(M.finishFlush))throw new Error("Invalid flush flag: "+M.finishFlush);if(this._flushFlag=M.flush||l.Z_NO_FLUSH,this._finishFlushFlag=M.finishFlush!==void 0?M.finishFlush:l.Z_FINISH,M.chunkSize&&(M.chunkSize<t.Z_MIN_CHUNK||M.chunkSize>t.Z_MAX_CHUNK))throw new Error("Invalid chunk size: "+M.chunkSize);if(M.windowBits&&(M.windowBits<t.Z_MIN_WINDOWBITS||M.windowBits>t.Z_MAX_WINDOWBITS))throw new Error("Invalid windowBits: "+M.windowBits);if(M.level&&(M.level<t.Z_MIN_LEVEL||M.level>t.Z_MAX_LEVEL))throw new Error("Invalid compression level: "+M.level);if(M.memLevel&&(M.memLevel<t.Z_MIN_MEMLEVEL||M.memLevel>t.Z_MAX_MEMLEVEL))throw new Error("Invalid memLevel: "+M.memLevel);if(M.strategy&&M.strategy!=t.Z_FILTERED&&M.strategy!=t.Z_HUFFMAN_ONLY&&M.strategy!=t.Z_RLE&&M.strategy!=t.Z_FIXED&&M.strategy!=t.Z_DEFAULT_STRATEGY)throw new Error("Invalid strategy: "+M.strategy);if(M.dictionary&&!s.isBuffer(M.dictionary))throw new Error("Invalid dictionary: it should be a Buffer instance");this._handle=new l.Zlib(D);var ee=this;this._hadError=!1,this._handle.onerror=function(Fe,he){Z(ee),ee._hadError=!0;var le=new Error(Fe);le.errno=he,le.code=t.codes[he],ee.emit("error",le)};var re=t.Z_DEFAULT_COMPRESSION;typeof M.level=="number"&&(re=M.level);var ie=t.Z_DEFAULT_STRATEGY;typeof M.strategy=="number"&&(ie=M.strategy),this._handle.init(M.windowBits||t.Z_DEFAULT_WINDOWBITS,re,M.memLevel||t.Z_DEFAULT_MEMLEVEL,ie,M.dictionary),this._buffer=s.allocUnsafe(this._chunkSize),this._offset=0,this._level=re,this._strategy=ie,this.once("end",this.close),Object.defineProperty(this,"_closed",{get:function(){return!C._handle},configurable:!0,enumerable:!0})}function Z(M,D){D&&r.nextTick(D),M._handle&&(M._handle.close(),M._handle=null)}function q(M){M.emit("close")}Object.defineProperty(t,"codes",{enumerable:!0,value:Object.freeze(g),writable:!1}),t.Deflate=N,t.Inflate=V,t.Gzip=G,t.Gunzip=W,t.DeflateRaw=K,t.InflateRaw=Y,t.Unzip=A,t.createDeflate=function(M){return new N(M)},t.createInflate=function(M){return new V(M)},t.createDeflateRaw=function(M){return new K(M)},t.createInflateRaw=function(M){return new Y(M)},t.createGzip=function(M){return new G(M)},t.createGunzip=function(M){return new W(M)},t.createUnzip=function(M){return new A(M)},t.deflate=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new N(D),M,C)},t.deflateSync=function(M,D){return v(new N(D),M)},t.gzip=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new G(D),M,C)},t.gzipSync=function(M,D){return v(new G(D),M)},t.deflateRaw=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new K(D),M,C)},t.deflateRawSync=function(M,D){return v(new K(D),M)},t.unzip=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new A(D),M,C)},t.unzipSync=function(M,D){return v(new A(D),M)},t.inflate=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new V(D),M,C)},t.inflateSync=function(M,D){return v(new V(D),M)},t.gunzip=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new W(D),M,C)},t.gunzipSync=function(M,D){return v(new W(D),M)},t.inflateRaw=function(M,D,C){return typeof D=="function"&&(C=D,D={}),_(new Y(D),M,C)},t.inflateRawSync=function(M,D){return v(new Y(D),M)},u.inherits(w,o),w.prototype.params=function(M,D,C){if(M<t.Z_MIN_LEVEL||M>t.Z_MAX_LEVEL)throw new RangeError("Invalid compression level: "+M);if(D!=t.Z_FILTERED&&D!=t.Z_HUFFMAN_ONLY&&D!=t.Z_RLE&&D!=t.Z_FIXED&&D!=t.Z_DEFAULT_STRATEGY)throw new TypeError("Invalid strategy: "+D);if(this._level!==M||this._strategy!==D){var ee=this;this.flush(l.Z_SYNC_FLUSH,function(){c(ee._handle,"zlib binding closed"),ee._handle.params(M,D),ee._hadError||(ee._level=M,ee._strategy=D,C&&C())})}else r.nextTick(C)},w.prototype.reset=function(){return c(this._handle,"zlib binding closed"),this._handle.reset()},w.prototype._flush=function(M){this._transform(s.alloc(0),"",M)},w.prototype.flush=function(M,D){var C=this,ee=this._writableState;(typeof M=="function"||M===void 0&&!D)&&(D=M,M=l.Z_FULL_FLUSH),ee.ended?D&&r.nextTick(D):ee.ending?D&&this.once("end",D):ee.needDrain?D&&this.once("drain",function(){return C.flush(M,D)}):(this._flushFlag=M,this.write(s.alloc(0),"",D))},w.prototype.close=function(M){Z(this,M),r.nextTick(q,this)},w.prototype._transform=function(M,D,C){var ee,re=this._writableState,ie=(re.ending||re.ended)&&(!M||re.length===M.length);return M===null||s.isBuffer(M)?this._handle?(ie?ee=this._finishFlushFlag:(ee=this._flushFlag,M.length>=re.length&&(this._flushFlag=this._opts.flush||l.Z_NO_FLUSH)),void this._processChunk(M,ee,C)):C(new Error("zlib binding closed")):C(new Error("invalid input"))},w.prototype._processChunk=function(M,D,C){var ee=M&&M.length,re=this._chunkSize-this._offset,ie=0,Fe=this,he=typeof C=="function";if(!he){var le,de=[],X=0;this.on("error",function(Be){le=Be}),c(this._handle,"zlib binding closed");do var b=this._handle.writeSync(D,M,ie,ee,this._buffer,this._offset,re);while(!this._hadError&&H(b[0],b[1]));if(this._hadError)throw le;if(X>=d)throw Z(this),new RangeError(h);var L=s.concat(de,X);return Z(this),L}c(this._handle,"zlib binding closed");var ae=this._handle.write(D,M,ie,ee,this._buffer,this._offset,re);function H(Be,fe){if(this&&(this.buffer=null,this.callback=null),!Fe._hadError){var ue=re-fe;if(c(ue>=0,"have should not go down"),ue>0){var Re=Fe._buffer.slice(Fe._offset,Fe._offset+ue);Fe._offset+=ue,he?Fe.push(Re):(de.push(Re),X+=Re.length)}if((fe===0||Fe._offset>=Fe._chunkSize)&&(re=Fe._chunkSize,Fe._offset=0,Fe._buffer=s.allocUnsafe(Fe._chunkSize)),fe===0){if(ie+=ee-Be,ee=Be,!he)return!0;var me=Fe._handle.write(D,M,ie,ee,Fe._buffer,Fe._offset,Fe._chunkSize);return me.callback=H,void(me.buffer=M)}if(!he)return!1;C()}}ae.buffer=M,ae.callback=H},u.inherits(N,w),u.inherits(V,w),u.inherits(G,w),u.inherits(W,w),u.inherits(K,w),u.inherits(Y,w),u.inherits(A,w)},9860:(e,t)=>{var n=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function r(l,u){return Object.prototype.hasOwnProperty.call(l,u)}t.assign=function(l){for(var u=Array.prototype.slice.call(arguments,1);u.length;){var c=u.shift();if(c){if(typeof c!="object")throw new TypeError(c+"must be non-object");for(var d in c)r(c,d)&&(l[d]=c[d])}}return l},t.shrinkBuf=function(l,u){return l.length===u?l:l.subarray?l.subarray(0,u):(l.length=u,l)};var s={arraySet:function(l,u,c,d,h){if(u.subarray&&l.subarray)l.set(u.subarray(c,c+d),h);else for(var B=0;B<d;B++)l[h+B]=u[c+B]},flattenChunks:function(l){var u,c,d,h,B,U;for(d=0,u=0,c=l.length;u<c;u++)d+=l[u].length;for(U=new Uint8Array(d),h=0,u=0,c=l.length;u<c;u++)B=l[u],U.set(B,h),h+=B.length;return U}},o={arraySet:function(l,u,c,d,h){for(var B=0;B<d;B++)l[h+B]=u[c+B]},flattenChunks:function(l){return[].concat.apply([],l)}};t.setTyped=function(l){l?(t.Buf8=Uint8Array,t.Buf16=Uint16Array,t.Buf32=Int32Array,t.assign(t,s)):(t.Buf8=Array,t.Buf16=Array,t.Buf32=Array,t.assign(t,o))},t.setTyped(n)},1196:e=>{e.exports=function(t,n,r,s){for(var o=65535&t,l=t>>>16&65535,u=0;r!==0;){r-=u=r>2e3?2e3:r;do l=l+(o=o+n[s++]|0)|0;while(--u);o%=65521,l%=65521}return o|l<<16}},8388:e=>{e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},7430:e=>{var t=function(){for(var n,r=[],s=0;s<256;s++){n=s;for(var o=0;o<8;o++)n=1&n?3988292384^n>>>1:n>>>1;r[s]=n}return r}();e.exports=function(n,r,s,o){var l=t,u=o+s;n^=-1;for(var c=o;c<u;c++)n=n>>>8^l[255&(n^r[c])];return~n}},4442:(e,t,n)=>{var r,s=n(9860),o=n(7504),l=n(1196),u=n(7430),c=n(1925),d=0,h=0,B=-2,U=2,f=8,g=286,F=30,y=19,m=2*g+1,_=15,v=3,N=258,V=N+v+1,G=42,W=103,K=113,Y=666;function A(b,L){return b.msg=c[L],L}function j(b){return(b<<1)-(b>4?9:0)}function w(b){for(var L=b.length;--L>=0;)b[L]=0}function Z(b){var L=b.state,ae=L.pending;ae>b.avail_out&&(ae=b.avail_out),ae!==0&&(s.arraySet(b.output,L.pending_buf,L.pending_out,ae,b.next_out),b.next_out+=ae,L.pending_out+=ae,b.total_out+=ae,b.avail_out-=ae,L.pending-=ae,L.pending===0&&(L.pending_out=0))}function q(b,L){o._tr_flush_block(b,b.block_start>=0?b.block_start:-1,b.strstart-b.block_start,L),b.block_start=b.strstart,Z(b.strm)}function M(b,L){b.pending_buf[b.pending++]=L}function D(b,L){b.pending_buf[b.pending++]=L>>>8&255,b.pending_buf[b.pending++]=255&L}function C(b,L){var ae,H,Be=b.max_chain_length,fe=b.strstart,ue=b.prev_length,Re=b.nice_match,me=b.strstart>b.w_size-V?b.strstart-(b.w_size-V):0,Ne=b.window,Ze=b.w_mask,Pe=b.prev,J=b.strstart+N,x=Ne[fe+ue-1],$=Ne[fe+ue];b.prev_length>=b.good_match&&(Be>>=2),Re>b.lookahead&&(Re=b.lookahead);do if(Ne[(ae=L)+ue]===$&&Ne[ae+ue-1]===x&&Ne[ae]===Ne[fe]&&Ne[++ae]===Ne[fe+1]){fe+=2,ae++;do;while(Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&Ne[++fe]===Ne[++ae]&&fe<J);if(H=N-(J-fe),fe=J-N,H>ue){if(b.match_start=L,ue=H,H>=Re)break;x=Ne[fe+ue-1],$=Ne[fe+ue]}}while((L=Pe[L&Ze])>me&&--Be!=0);return ue<=b.lookahead?ue:b.lookahead}function ee(b){var L,ae,H,Be,fe,ue,Re,me,Ne,Ze,Pe=b.w_size;do{if(Be=b.window_size-b.lookahead-b.strstart,b.strstart>=Pe+(Pe-V)){s.arraySet(b.window,b.window,Pe,Pe,0),b.match_start-=Pe,b.strstart-=Pe,b.block_start-=Pe,L=ae=b.hash_size;do H=b.head[--L],b.head[L]=H>=Pe?H-Pe:0;while(--ae);L=ae=Pe;do H=b.prev[--L],b.prev[L]=H>=Pe?H-Pe:0;while(--ae);Be+=Pe}if(b.strm.avail_in===0)break;if(ue=b.strm,Re=b.window,me=b.strstart+b.lookahead,Ne=Be,Ze=void 0,(Ze=ue.avail_in)>Ne&&(Ze=Ne),ae=Ze===0?0:(ue.avail_in-=Ze,s.arraySet(Re,ue.input,ue.next_in,Ze,me),ue.state.wrap===1?ue.adler=l(ue.adler,Re,Ze,me):ue.state.wrap===2&&(ue.adler=u(ue.adler,Re,Ze,me)),ue.next_in+=Ze,ue.total_in+=Ze,Ze),b.lookahead+=ae,b.lookahead+b.insert>=v)for(fe=b.strstart-b.insert,b.ins_h=b.window[fe],b.ins_h=(b.ins_h<<b.hash_shift^b.window[fe+1])&b.hash_mask;b.insert&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[fe+v-1])&b.hash_mask,b.prev[fe&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=fe,fe++,b.insert--,!(b.lookahead+b.insert<v)););}while(b.lookahead<V&&b.strm.avail_in!==0)}function re(b,L){for(var ae,H;;){if(b.lookahead<V){if(ee(b),b.lookahead<V&&L===d)return 1;if(b.lookahead===0)break}if(ae=0,b.lookahead>=v&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+v-1])&b.hash_mask,ae=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),ae!==0&&b.strstart-ae<=b.w_size-V&&(b.match_length=C(b,ae)),b.match_length>=v)if(H=o._tr_tally(b,b.strstart-b.match_start,b.match_length-v),b.lookahead-=b.match_length,b.match_length<=b.max_lazy_match&&b.lookahead>=v){b.match_length--;do b.strstart++,b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+v-1])&b.hash_mask,ae=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart;while(--b.match_length!=0);b.strstart++}else b.strstart+=b.match_length,b.match_length=0,b.ins_h=b.window[b.strstart],b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+1])&b.hash_mask;else H=o._tr_tally(b,0,b.window[b.strstart]),b.lookahead--,b.strstart++;if(H&&(q(b,!1),b.strm.avail_out===0))return 1}return b.insert=b.strstart<v-1?b.strstart:v-1,L===4?(q(b,!0),b.strm.avail_out===0?3:4):b.last_lit&&(q(b,!1),b.strm.avail_out===0)?1:2}function ie(b,L){for(var ae,H,Be;;){if(b.lookahead<V){if(ee(b),b.lookahead<V&&L===d)return 1;if(b.lookahead===0)break}if(ae=0,b.lookahead>=v&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+v-1])&b.hash_mask,ae=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),b.prev_length=b.match_length,b.prev_match=b.match_start,b.match_length=v-1,ae!==0&&b.prev_length<b.max_lazy_match&&b.strstart-ae<=b.w_size-V&&(b.match_length=C(b,ae),b.match_length<=5&&(b.strategy===1||b.match_length===v&&b.strstart-b.match_start>4096)&&(b.match_length=v-1)),b.prev_length>=v&&b.match_length<=b.prev_length){Be=b.strstart+b.lookahead-v,H=o._tr_tally(b,b.strstart-1-b.prev_match,b.prev_length-v),b.lookahead-=b.prev_length-1,b.prev_length-=2;do++b.strstart<=Be&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+v-1])&b.hash_mask,ae=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart);while(--b.prev_length!=0);if(b.match_available=0,b.match_length=v-1,b.strstart++,H&&(q(b,!1),b.strm.avail_out===0))return 1}else if(b.match_available){if((H=o._tr_tally(b,0,b.window[b.strstart-1]))&&q(b,!1),b.strstart++,b.lookahead--,b.strm.avail_out===0)return 1}else b.match_available=1,b.strstart++,b.lookahead--}return b.match_available&&(H=o._tr_tally(b,0,b.window[b.strstart-1]),b.match_available=0),b.insert=b.strstart<v-1?b.strstart:v-1,L===4?(q(b,!0),b.strm.avail_out===0?3:4):b.last_lit&&(q(b,!1),b.strm.avail_out===0)?1:2}function Fe(b,L,ae,H,Be){this.good_length=b,this.max_lazy=L,this.nice_length=ae,this.max_chain=H,this.func=Be}function he(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=f,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new s.Buf16(2*m),this.dyn_dtree=new s.Buf16(2*(2*F+1)),this.bl_tree=new s.Buf16(2*(2*y+1)),w(this.dyn_ltree),w(this.dyn_dtree),w(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new s.Buf16(_+1),this.heap=new s.Buf16(2*g+1),w(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new s.Buf16(2*g+1),w(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function le(b){var L;return b&&b.state?(b.total_in=b.total_out=0,b.data_type=U,(L=b.state).pending=0,L.pending_out=0,L.wrap<0&&(L.wrap=-L.wrap),L.status=L.wrap?G:K,b.adler=L.wrap===2?0:1,L.last_flush=d,o._tr_init(L),h):A(b,B)}function de(b){var L,ae=le(b);return ae===h&&((L=b.state).window_size=2*L.w_size,w(L.head),L.max_lazy_match=r[L.level].max_lazy,L.good_match=r[L.level].good_length,L.nice_match=r[L.level].nice_length,L.max_chain_length=r[L.level].max_chain,L.strstart=0,L.block_start=0,L.lookahead=0,L.insert=0,L.match_length=L.prev_length=v-1,L.match_available=0,L.ins_h=0),ae}function X(b,L,ae,H,Be,fe){if(!b)return B;var ue=1;if(L===-1&&(L=6),H<0?(ue=0,H=-H):H>15&&(ue=2,H-=16),Be<1||Be>9||ae!==f||H<8||H>15||L<0||L>9||fe<0||fe>4)return A(b,B);H===8&&(H=9);var Re=new he;return b.state=Re,Re.strm=b,Re.wrap=ue,Re.gzhead=null,Re.w_bits=H,Re.w_size=1<<Re.w_bits,Re.w_mask=Re.w_size-1,Re.hash_bits=Be+7,Re.hash_size=1<<Re.hash_bits,Re.hash_mask=Re.hash_size-1,Re.hash_shift=~~((Re.hash_bits+v-1)/v),Re.window=new s.Buf8(2*Re.w_size),Re.head=new s.Buf16(Re.hash_size),Re.prev=new s.Buf16(Re.w_size),Re.lit_bufsize=1<<Be+6,Re.pending_buf_size=4*Re.lit_bufsize,Re.pending_buf=new s.Buf8(Re.pending_buf_size),Re.d_buf=1*Re.lit_bufsize,Re.l_buf=3*Re.lit_bufsize,Re.level=L,Re.strategy=fe,Re.method=ae,de(b)}r=[new Fe(0,0,0,0,function(b,L){var ae=65535;for(ae>b.pending_buf_size-5&&(ae=b.pending_buf_size-5);;){if(b.lookahead<=1){if(ee(b),b.lookahead===0&&L===d)return 1;if(b.lookahead===0)break}b.strstart+=b.lookahead,b.lookahead=0;var H=b.block_start+ae;if((b.strstart===0||b.strstart>=H)&&(b.lookahead=b.strstart-H,b.strstart=H,q(b,!1),b.strm.avail_out===0)||b.strstart-b.block_start>=b.w_size-V&&(q(b,!1),b.strm.avail_out===0))return 1}return b.insert=0,L===4?(q(b,!0),b.strm.avail_out===0?3:4):(b.strstart>b.block_start&&(q(b,!1),b.strm.avail_out),1)}),new Fe(4,4,8,4,re),new Fe(4,5,16,8,re),new Fe(4,6,32,32,re),new Fe(4,4,16,16,ie),new Fe(8,16,32,32,ie),new Fe(8,16,128,128,ie),new Fe(8,32,128,256,ie),new Fe(32,128,258,1024,ie),new Fe(32,258,258,4096,ie)],t.deflateInit=function(b,L){return X(b,L,f,15,8,0)},t.deflateInit2=X,t.deflateReset=de,t.deflateResetKeep=le,t.deflateSetHeader=function(b,L){return b&&b.state?b.state.wrap!==2?B:(b.state.gzhead=L,h):B},t.deflate=function(b,L){var ae,H,Be,fe;if(!b||!b.state||L>5||L<0)return b?A(b,B):B;if(H=b.state,!b.output||!b.input&&b.avail_in!==0||H.status===Y&&L!==4)return A(b,b.avail_out===0?-5:B);if(H.strm=b,ae=H.last_flush,H.last_flush=L,H.status===G)if(H.wrap===2)b.adler=0,M(H,31),M(H,139),M(H,8),H.gzhead?(M(H,(H.gzhead.text?1:0)+(H.gzhead.hcrc?2:0)+(H.gzhead.extra?4:0)+(H.gzhead.name?8:0)+(H.gzhead.comment?16:0)),M(H,255&H.gzhead.time),M(H,H.gzhead.time>>8&255),M(H,H.gzhead.time>>16&255),M(H,H.gzhead.time>>24&255),M(H,H.level===9?2:H.strategy>=2||H.level<2?4:0),M(H,255&H.gzhead.os),H.gzhead.extra&&H.gzhead.extra.length&&(M(H,255&H.gzhead.extra.length),M(H,H.gzhead.extra.length>>8&255)),H.gzhead.hcrc&&(b.adler=u(b.adler,H.pending_buf,H.pending,0)),H.gzindex=0,H.status=69):(M(H,0),M(H,0),M(H,0),M(H,0),M(H,0),M(H,H.level===9?2:H.strategy>=2||H.level<2?4:0),M(H,3),H.status=K);else{var ue=f+(H.w_bits-8<<4)<<8;ue|=(H.strategy>=2||H.level<2?0:H.level<6?1:H.level===6?2:3)<<6,H.strstart!==0&&(ue|=32),ue+=31-ue%31,H.status=K,D(H,ue),H.strstart!==0&&(D(H,b.adler>>>16),D(H,65535&b.adler)),b.adler=1}if(H.status===69)if(H.gzhead.extra){for(Be=H.pending;H.gzindex<(65535&H.gzhead.extra.length)&&(H.pending!==H.pending_buf_size||(H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),Z(b),Be=H.pending,H.pending!==H.pending_buf_size));)M(H,255&H.gzhead.extra[H.gzindex]),H.gzindex++;H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),H.gzindex===H.gzhead.extra.length&&(H.gzindex=0,H.status=73)}else H.status=73;if(H.status===73)if(H.gzhead.name){Be=H.pending;do{if(H.pending===H.pending_buf_size&&(H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),Z(b),Be=H.pending,H.pending===H.pending_buf_size)){fe=1;break}fe=H.gzindex<H.gzhead.name.length?255&H.gzhead.name.charCodeAt(H.gzindex++):0,M(H,fe)}while(fe!==0);H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),fe===0&&(H.gzindex=0,H.status=91)}else H.status=91;if(H.status===91)if(H.gzhead.comment){Be=H.pending;do{if(H.pending===H.pending_buf_size&&(H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),Z(b),Be=H.pending,H.pending===H.pending_buf_size)){fe=1;break}fe=H.gzindex<H.gzhead.comment.length?255&H.gzhead.comment.charCodeAt(H.gzindex++):0,M(H,fe)}while(fe!==0);H.gzhead.hcrc&&H.pending>Be&&(b.adler=u(b.adler,H.pending_buf,H.pending-Be,Be)),fe===0&&(H.status=W)}else H.status=W;if(H.status===W&&(H.gzhead.hcrc?(H.pending+2>H.pending_buf_size&&Z(b),H.pending+2<=H.pending_buf_size&&(M(H,255&b.adler),M(H,b.adler>>8&255),b.adler=0,H.status=K)):H.status=K),H.pending!==0){if(Z(b),b.avail_out===0)return H.last_flush=-1,h}else if(b.avail_in===0&&j(L)<=j(ae)&&L!==4)return A(b,-5);if(H.status===Y&&b.avail_in!==0)return A(b,-5);if(b.avail_in!==0||H.lookahead!==0||L!==d&&H.status!==Y){var Re=H.strategy===2?function(me,Ne){for(var Ze;;){if(me.lookahead===0&&(ee(me),me.lookahead===0)){if(Ne===d)return 1;break}if(me.match_length=0,Ze=o._tr_tally(me,0,me.window[me.strstart]),me.lookahead--,me.strstart++,Ze&&(q(me,!1),me.strm.avail_out===0))return 1}return me.insert=0,Ne===4?(q(me,!0),me.strm.avail_out===0?3:4):me.last_lit&&(q(me,!1),me.strm.avail_out===0)?1:2}(H,L):H.strategy===3?function(me,Ne){for(var Ze,Pe,J,x,$=me.window;;){if(me.lookahead<=N){if(ee(me),me.lookahead<=N&&Ne===d)return 1;if(me.lookahead===0)break}if(me.match_length=0,me.lookahead>=v&&me.strstart>0&&(Pe=$[J=me.strstart-1])===$[++J]&&Pe===$[++J]&&Pe===$[++J]){x=me.strstart+N;do;while(Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&Pe===$[++J]&&J<x);me.match_length=N-(x-J),me.match_length>me.lookahead&&(me.match_length=me.lookahead)}if(me.match_length>=v?(Ze=o._tr_tally(me,1,me.match_length-v),me.lookahead-=me.match_length,me.strstart+=me.match_length,me.match_length=0):(Ze=o._tr_tally(me,0,me.window[me.strstart]),me.lookahead--,me.strstart++),Ze&&(q(me,!1),me.strm.avail_out===0))return 1}return me.insert=0,Ne===4?(q(me,!0),me.strm.avail_out===0?3:4):me.last_lit&&(q(me,!1),me.strm.avail_out===0)?1:2}(H,L):r[H.level].func(H,L);if(Re!==3&&Re!==4||(H.status=Y),Re===1||Re===3)return b.avail_out===0&&(H.last_flush=-1),h;if(Re===2&&(L===1?o._tr_align(H):L!==5&&(o._tr_stored_block(H,0,0,!1),L===3&&(w(H.head),H.lookahead===0&&(H.strstart=0,H.block_start=0,H.insert=0))),Z(b),b.avail_out===0))return H.last_flush=-1,h}return L!==4?h:H.wrap<=0?1:(H.wrap===2?(M(H,255&b.adler),M(H,b.adler>>8&255),M(H,b.adler>>16&255),M(H,b.adler>>24&255),M(H,255&b.total_in),M(H,b.total_in>>8&255),M(H,b.total_in>>16&255),M(H,b.total_in>>24&255)):(D(H,b.adler>>>16),D(H,65535&b.adler)),Z(b),H.wrap>0&&(H.wrap=-H.wrap),H.pending!==0?h:1)},t.deflateEnd=function(b){var L;return b&&b.state?(L=b.state.status)!==G&&L!==69&&L!==73&&L!==91&&L!==W&&L!==K&&L!==Y?A(b,B):(b.state=null,L===K?A(b,-3):h):B},t.deflateSetDictionary=function(b,L){var ae,H,Be,fe,ue,Re,me,Ne,Ze=L.length;if(!b||!b.state||(fe=(ae=b.state).wrap)===2||fe===1&&ae.status!==G||ae.lookahead)return B;for(fe===1&&(b.adler=l(b.adler,L,Ze,0)),ae.wrap=0,Ze>=ae.w_size&&(fe===0&&(w(ae.head),ae.strstart=0,ae.block_start=0,ae.insert=0),Ne=new s.Buf8(ae.w_size),s.arraySet(Ne,L,Ze-ae.w_size,ae.w_size,0),L=Ne,Ze=ae.w_size),ue=b.avail_in,Re=b.next_in,me=b.input,b.avail_in=Ze,b.next_in=0,b.input=L,ee(ae);ae.lookahead>=v;){H=ae.strstart,Be=ae.lookahead-(v-1);do ae.ins_h=(ae.ins_h<<ae.hash_shift^ae.window[H+v-1])&ae.hash_mask,ae.prev[H&ae.w_mask]=ae.head[ae.ins_h],ae.head[ae.ins_h]=H,H++;while(--Be);ae.strstart=H,ae.lookahead=v-1,ee(ae)}return ae.strstart+=ae.lookahead,ae.block_start=ae.strstart,ae.insert=ae.lookahead,ae.lookahead=0,ae.match_length=ae.prev_length=v-1,ae.match_available=0,b.next_in=Re,b.input=me,b.avail_in=ue,ae.wrap=fe,h},t.deflateInfo="pako deflate (from Nodeca project)"},1628:e=>{e.exports=function(t,n){var r,s,o,l,u,c,d,h,B,U,f,g,F,y,m,_,v,N,V,G,W,K,Y,A,j;r=t.state,s=t.next_in,A=t.input,o=s+(t.avail_in-5),l=t.next_out,j=t.output,u=l-(n-t.avail_out),c=l+(t.avail_out-257),d=r.dmax,h=r.wsize,B=r.whave,U=r.wnext,f=r.window,g=r.hold,F=r.bits,y=r.lencode,m=r.distcode,_=(1<<r.lenbits)-1,v=(1<<r.distbits)-1;e:do{F<15&&(g+=A[s++]<<F,F+=8,g+=A[s++]<<F,F+=8),N=y[g&_];t:for(;;){if(g>>>=V=N>>>24,F-=V,(V=N>>>16&255)==0)j[l++]=65535&N;else{if(!(16&V)){if(64&V){if(32&V){r.mode=12;break e}t.msg="invalid literal/length code",r.mode=30;break e}N=y[(65535&N)+(g&(1<<V)-1)];continue t}for(G=65535&N,(V&=15)&&(F<V&&(g+=A[s++]<<F,F+=8),G+=g&(1<<V)-1,g>>>=V,F-=V),F<15&&(g+=A[s++]<<F,F+=8,g+=A[s++]<<F,F+=8),N=m[g&v];;){if(g>>>=V=N>>>24,F-=V,16&(V=N>>>16&255)){if(W=65535&N,F<(V&=15)&&(g+=A[s++]<<F,(F+=8)<V&&(g+=A[s++]<<F,F+=8)),(W+=g&(1<<V)-1)>d){t.msg="invalid distance too far back",r.mode=30;break e}if(g>>>=V,F-=V,W>(V=l-u)){if((V=W-V)>B&&r.sane){t.msg="invalid distance too far back",r.mode=30;break e}if(K=0,Y=f,U===0){if(K+=h-V,V<G){G-=V;do j[l++]=f[K++];while(--V);K=l-W,Y=j}}else if(U<V){if(K+=h+U-V,(V-=U)<G){G-=V;do j[l++]=f[K++];while(--V);if(K=0,U<G){G-=V=U;do j[l++]=f[K++];while(--V);K=l-W,Y=j}}}else if(K+=U-V,V<G){G-=V;do j[l++]=f[K++];while(--V);K=l-W,Y=j}for(;G>2;)j[l++]=Y[K++],j[l++]=Y[K++],j[l++]=Y[K++],G-=3;G&&(j[l++]=Y[K++],G>1&&(j[l++]=Y[K++]))}else{K=l-W;do j[l++]=j[K++],j[l++]=j[K++],j[l++]=j[K++],G-=3;while(G>2);G&&(j[l++]=j[K++],G>1&&(j[l++]=j[K++]))}break}if(64&V){t.msg="invalid distance code",r.mode=30;break e}N=m[(65535&N)+(g&(1<<V)-1)]}}break}}while(s<o&&l<c);s-=G=F>>3,g&=(1<<(F-=G<<3))-1,t.next_in=s,t.next_out=l,t.avail_in=s<o?o-s+5:5-(s-o),t.avail_out=l<c?c-l+257:257-(l-c),r.hold=g,r.bits=F}},930:(e,t,n)=>{var r=n(9860),s=n(1196),o=n(7430),l=n(1628),u=n(7765),c=0,d=-2,h=1,B=12,U=30,f=852,g=592;function F(A){return(A>>>24&255)+(A>>>8&65280)+((65280&A)<<8)+((255&A)<<24)}function y(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function m(A){var j;return A&&A.state?(j=A.state,A.total_in=A.total_out=j.total=0,A.msg="",j.wrap&&(A.adler=1&j.wrap),j.mode=h,j.last=0,j.havedict=0,j.dmax=32768,j.head=null,j.hold=0,j.bits=0,j.lencode=j.lendyn=new r.Buf32(f),j.distcode=j.distdyn=new r.Buf32(g),j.sane=1,j.back=-1,c):d}function _(A){var j;return A&&A.state?((j=A.state).wsize=0,j.whave=0,j.wnext=0,m(A)):d}function v(A,j){var w,Z;return A&&A.state?(Z=A.state,j<0?(w=0,j=-j):(w=1+(j>>4),j<48&&(j&=15)),j&&(j<8||j>15)?d:(Z.window!==null&&Z.wbits!==j&&(Z.window=null),Z.wrap=w,Z.wbits=j,_(A))):d}function N(A,j){var w,Z;return A?(Z=new y,A.state=Z,Z.window=null,(w=v(A,j))!==c&&(A.state=null),w):d}var V,G,W=!0;function K(A){if(W){var j;for(V=new r.Buf32(512),G=new r.Buf32(32),j=0;j<144;)A.lens[j++]=8;for(;j<256;)A.lens[j++]=9;for(;j<280;)A.lens[j++]=7;for(;j<288;)A.lens[j++]=8;for(u(1,A.lens,0,288,V,0,A.work,{bits:9}),j=0;j<32;)A.lens[j++]=5;u(2,A.lens,0,32,G,0,A.work,{bits:5}),W=!1}A.lencode=V,A.lenbits=9,A.distcode=G,A.distbits=5}function Y(A,j,w,Z){var q,M=A.state;return M.window===null&&(M.wsize=1<<M.wbits,M.wnext=0,M.whave=0,M.window=new r.Buf8(M.wsize)),Z>=M.wsize?(r.arraySet(M.window,j,w-M.wsize,M.wsize,0),M.wnext=0,M.whave=M.wsize):((q=M.wsize-M.wnext)>Z&&(q=Z),r.arraySet(M.window,j,w-Z,q,M.wnext),(Z-=q)?(r.arraySet(M.window,j,w-Z,Z,0),M.wnext=Z,M.whave=M.wsize):(M.wnext+=q,M.wnext===M.wsize&&(M.wnext=0),M.whave<M.wsize&&(M.whave+=q))),0}t.inflateReset=_,t.inflateReset2=v,t.inflateResetKeep=m,t.inflateInit=function(A){return N(A,15)},t.inflateInit2=N,t.inflate=function(A,j){var w,Z,q,M,D,C,ee,re,ie,Fe,he,le,de,X,b,L,ae,H,Be,fe,ue,Re,me,Ne,Ze=0,Pe=new r.Buf8(4),J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!A||!A.state||!A.output||!A.input&&A.avail_in!==0)return d;(w=A.state).mode===B&&(w.mode=13),D=A.next_out,q=A.output,ee=A.avail_out,M=A.next_in,Z=A.input,C=A.avail_in,re=w.hold,ie=w.bits,Fe=C,he=ee,Re=c;e:for(;;)switch(w.mode){case h:if(w.wrap===0){w.mode=13;break}for(;ie<16;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(2&w.wrap&&re===35615){w.check=0,Pe[0]=255&re,Pe[1]=re>>>8&255,w.check=o(w.check,Pe,2,0),re=0,ie=0,w.mode=2;break}if(w.flags=0,w.head&&(w.head.done=!1),!(1&w.wrap)||(((255&re)<<8)+(re>>8))%31){A.msg="incorrect header check",w.mode=U;break}if((15&re)!=8){A.msg="unknown compression method",w.mode=U;break}if(ie-=4,ue=8+(15&(re>>>=4)),w.wbits===0)w.wbits=ue;else if(ue>w.wbits){A.msg="invalid window size",w.mode=U;break}w.dmax=1<<ue,A.adler=w.check=1,w.mode=512&re?10:B,re=0,ie=0;break;case 2:for(;ie<16;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(w.flags=re,(255&w.flags)!=8){A.msg="unknown compression method",w.mode=U;break}if(57344&w.flags){A.msg="unknown header flags set",w.mode=U;break}w.head&&(w.head.text=re>>8&1),512&w.flags&&(Pe[0]=255&re,Pe[1]=re>>>8&255,w.check=o(w.check,Pe,2,0)),re=0,ie=0,w.mode=3;case 3:for(;ie<32;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.head&&(w.head.time=re),512&w.flags&&(Pe[0]=255&re,Pe[1]=re>>>8&255,Pe[2]=re>>>16&255,Pe[3]=re>>>24&255,w.check=o(w.check,Pe,4,0)),re=0,ie=0,w.mode=4;case 4:for(;ie<16;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.head&&(w.head.xflags=255&re,w.head.os=re>>8),512&w.flags&&(Pe[0]=255&re,Pe[1]=re>>>8&255,w.check=o(w.check,Pe,2,0)),re=0,ie=0,w.mode=5;case 5:if(1024&w.flags){for(;ie<16;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.length=re,w.head&&(w.head.extra_len=re),512&w.flags&&(Pe[0]=255&re,Pe[1]=re>>>8&255,w.check=o(w.check,Pe,2,0)),re=0,ie=0}else w.head&&(w.head.extra=null);w.mode=6;case 6:if(1024&w.flags&&((le=w.length)>C&&(le=C),le&&(w.head&&(ue=w.head.extra_len-w.length,w.head.extra||(w.head.extra=new Array(w.head.extra_len)),r.arraySet(w.head.extra,Z,M,le,ue)),512&w.flags&&(w.check=o(w.check,Z,le,M)),C-=le,M+=le,w.length-=le),w.length))break e;w.length=0,w.mode=7;case 7:if(2048&w.flags){if(C===0)break e;le=0;do ue=Z[M+le++],w.head&&ue&&w.length<65536&&(w.head.name+=String.fromCharCode(ue));while(ue&&le<C);if(512&w.flags&&(w.check=o(w.check,Z,le,M)),C-=le,M+=le,ue)break e}else w.head&&(w.head.name=null);w.length=0,w.mode=8;case 8:if(4096&w.flags){if(C===0)break e;le=0;do ue=Z[M+le++],w.head&&ue&&w.length<65536&&(w.head.comment+=String.fromCharCode(ue));while(ue&&le<C);if(512&w.flags&&(w.check=o(w.check,Z,le,M)),C-=le,M+=le,ue)break e}else w.head&&(w.head.comment=null);w.mode=9;case 9:if(512&w.flags){for(;ie<16;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(re!==(65535&w.check)){A.msg="header crc mismatch",w.mode=U;break}re=0,ie=0}w.head&&(w.head.hcrc=w.flags>>9&1,w.head.done=!0),A.adler=w.check=0,w.mode=B;break;case 10:for(;ie<32;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}A.adler=w.check=F(re),re=0,ie=0,w.mode=11;case 11:if(w.havedict===0)return A.next_out=D,A.avail_out=ee,A.next_in=M,A.avail_in=C,w.hold=re,w.bits=ie,2;A.adler=w.check=1,w.mode=B;case B:if(j===5||j===6)break e;case 13:if(w.last){re>>>=7&ie,ie-=7&ie,w.mode=27;break}for(;ie<3;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}switch(w.last=1&re,ie-=1,3&(re>>>=1)){case 0:w.mode=14;break;case 1:if(K(w),w.mode=20,j===6){re>>>=2,ie-=2;break e}break;case 2:w.mode=17;break;case 3:A.msg="invalid block type",w.mode=U}re>>>=2,ie-=2;break;case 14:for(re>>>=7&ie,ie-=7&ie;ie<32;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if((65535&re)!=(re>>>16^65535)){A.msg="invalid stored block lengths",w.mode=U;break}if(w.length=65535&re,re=0,ie=0,w.mode=15,j===6)break e;case 15:w.mode=16;case 16:if(le=w.length){if(le>C&&(le=C),le>ee&&(le=ee),le===0)break e;r.arraySet(q,Z,M,le,D),C-=le,M+=le,ee-=le,D+=le,w.length-=le;break}w.mode=B;break;case 17:for(;ie<14;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(w.nlen=257+(31&re),re>>>=5,ie-=5,w.ndist=1+(31&re),re>>>=5,ie-=5,w.ncode=4+(15&re),re>>>=4,ie-=4,w.nlen>286||w.ndist>30){A.msg="too many length or distance symbols",w.mode=U;break}w.have=0,w.mode=18;case 18:for(;w.have<w.ncode;){for(;ie<3;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.lens[J[w.have++]]=7&re,re>>>=3,ie-=3}for(;w.have<19;)w.lens[J[w.have++]]=0;if(w.lencode=w.lendyn,w.lenbits=7,me={bits:w.lenbits},Re=u(0,w.lens,0,19,w.lencode,0,w.work,me),w.lenbits=me.bits,Re){A.msg="invalid code lengths set",w.mode=U;break}w.have=0,w.mode=19;case 19:for(;w.have<w.nlen+w.ndist;){for(;L=(Ze=w.lencode[re&(1<<w.lenbits)-1])>>>16&255,ae=65535&Ze,!((b=Ze>>>24)<=ie);){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(ae<16)re>>>=b,ie-=b,w.lens[w.have++]=ae;else{if(ae===16){for(Ne=b+2;ie<Ne;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(re>>>=b,ie-=b,w.have===0){A.msg="invalid bit length repeat",w.mode=U;break}ue=w.lens[w.have-1],le=3+(3&re),re>>>=2,ie-=2}else if(ae===17){for(Ne=b+3;ie<Ne;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}ie-=b,ue=0,le=3+(7&(re>>>=b)),re>>>=3,ie-=3}else{for(Ne=b+7;ie<Ne;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}ie-=b,ue=0,le=11+(127&(re>>>=b)),re>>>=7,ie-=7}if(w.have+le>w.nlen+w.ndist){A.msg="invalid bit length repeat",w.mode=U;break}for(;le--;)w.lens[w.have++]=ue}}if(w.mode===U)break;if(w.lens[256]===0){A.msg="invalid code -- missing end-of-block",w.mode=U;break}if(w.lenbits=9,me={bits:w.lenbits},Re=u(1,w.lens,0,w.nlen,w.lencode,0,w.work,me),w.lenbits=me.bits,Re){A.msg="invalid literal/lengths set",w.mode=U;break}if(w.distbits=6,w.distcode=w.distdyn,me={bits:w.distbits},Re=u(2,w.lens,w.nlen,w.ndist,w.distcode,0,w.work,me),w.distbits=me.bits,Re){A.msg="invalid distances set",w.mode=U;break}if(w.mode=20,j===6)break e;case 20:w.mode=21;case 21:if(C>=6&&ee>=258){A.next_out=D,A.avail_out=ee,A.next_in=M,A.avail_in=C,w.hold=re,w.bits=ie,l(A,he),D=A.next_out,q=A.output,ee=A.avail_out,M=A.next_in,Z=A.input,C=A.avail_in,re=w.hold,ie=w.bits,w.mode===B&&(w.back=-1);break}for(w.back=0;L=(Ze=w.lencode[re&(1<<w.lenbits)-1])>>>16&255,ae=65535&Ze,!((b=Ze>>>24)<=ie);){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(L&&!(240&L)){for(H=b,Be=L,fe=ae;L=(Ze=w.lencode[fe+((re&(1<<H+Be)-1)>>H)])>>>16&255,ae=65535&Ze,!(H+(b=Ze>>>24)<=ie);){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}re>>>=H,ie-=H,w.back+=H}if(re>>>=b,ie-=b,w.back+=b,w.length=ae,L===0){w.mode=26;break}if(32&L){w.back=-1,w.mode=B;break}if(64&L){A.msg="invalid literal/length code",w.mode=U;break}w.extra=15&L,w.mode=22;case 22:if(w.extra){for(Ne=w.extra;ie<Ne;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.length+=re&(1<<w.extra)-1,re>>>=w.extra,ie-=w.extra,w.back+=w.extra}w.was=w.length,w.mode=23;case 23:for(;L=(Ze=w.distcode[re&(1<<w.distbits)-1])>>>16&255,ae=65535&Ze,!((b=Ze>>>24)<=ie);){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(!(240&L)){for(H=b,Be=L,fe=ae;L=(Ze=w.distcode[fe+((re&(1<<H+Be)-1)>>H)])>>>16&255,ae=65535&Ze,!(H+(b=Ze>>>24)<=ie);){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}re>>>=H,ie-=H,w.back+=H}if(re>>>=b,ie-=b,w.back+=b,64&L){A.msg="invalid distance code",w.mode=U;break}w.offset=ae,w.extra=15&L,w.mode=24;case 24:if(w.extra){for(Ne=w.extra;ie<Ne;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}w.offset+=re&(1<<w.extra)-1,re>>>=w.extra,ie-=w.extra,w.back+=w.extra}if(w.offset>w.dmax){A.msg="invalid distance too far back",w.mode=U;break}w.mode=25;case 25:if(ee===0)break e;if(le=he-ee,w.offset>le){if((le=w.offset-le)>w.whave&&w.sane){A.msg="invalid distance too far back",w.mode=U;break}le>w.wnext?(le-=w.wnext,de=w.wsize-le):de=w.wnext-le,le>w.length&&(le=w.length),X=w.window}else X=q,de=D-w.offset,le=w.length;le>ee&&(le=ee),ee-=le,w.length-=le;do q[D++]=X[de++];while(--le);w.length===0&&(w.mode=21);break;case 26:if(ee===0)break e;q[D++]=w.length,ee--,w.mode=21;break;case 27:if(w.wrap){for(;ie<32;){if(C===0)break e;C--,re|=Z[M++]<<ie,ie+=8}if(he-=ee,A.total_out+=he,w.total+=he,he&&(A.adler=w.check=w.flags?o(w.check,q,he,D-he):s(w.check,q,he,D-he)),he=ee,(w.flags?re:F(re))!==w.check){A.msg="incorrect data check",w.mode=U;break}re=0,ie=0}w.mode=28;case 28:if(w.wrap&&w.flags){for(;ie<32;){if(C===0)break e;C--,re+=Z[M++]<<ie,ie+=8}if(re!==(4294967295&w.total)){A.msg="incorrect length check",w.mode=U;break}re=0,ie=0}w.mode=29;case 29:Re=1;break e;case U:Re=-3;break e;case 31:return-4;default:return d}return A.next_out=D,A.avail_out=ee,A.next_in=M,A.avail_in=C,w.hold=re,w.bits=ie,(w.wsize||he!==A.avail_out&&w.mode<U&&(w.mode<27||j!==4))&&Y(A,A.output,A.next_out,he-A.avail_out)?(w.mode=31,-4):(Fe-=A.avail_in,he-=A.avail_out,A.total_in+=Fe,A.total_out+=he,w.total+=he,w.wrap&&he&&(A.adler=w.check=w.flags?o(w.check,q,he,A.next_out-he):s(w.check,q,he,A.next_out-he)),A.data_type=w.bits+(w.last?64:0)+(w.mode===B?128:0)+(w.mode===20||w.mode===15?256:0),(Fe===0&&he===0||j===4)&&Re===c&&(Re=-5),Re)},t.inflateEnd=function(A){if(!A||!A.state)return d;var j=A.state;return j.window&&(j.window=null),A.state=null,c},t.inflateGetHeader=function(A,j){var w;return A&&A.state&&2&(w=A.state).wrap?(w.head=j,j.done=!1,c):d},t.inflateSetDictionary=function(A,j){var w,Z=j.length;return A&&A.state?(w=A.state).wrap!==0&&w.mode!==11?d:w.mode===11&&s(1,j,Z,0)!==w.check?-3:Y(A,j,Z,Z)?(w.mode=31,-4):(w.havedict=1,c):d},t.inflateInfo="pako inflate (from Nodeca project)"},7765:(e,t,n)=>{var r=n(9860),s=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],o=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],l=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],u=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=function(c,d,h,B,U,f,g,F){var y,m,_,v,N,V,G,W,K,Y=F.bits,A=0,j=0,w=0,Z=0,q=0,M=0,D=0,C=0,ee=0,re=0,ie=null,Fe=0,he=new r.Buf16(16),le=new r.Buf16(16),de=null,X=0;for(A=0;A<=15;A++)he[A]=0;for(j=0;j<B;j++)he[d[h+j]]++;for(q=Y,Z=15;Z>=1&&he[Z]===0;Z--);if(q>Z&&(q=Z),Z===0)return U[f++]=20971520,U[f++]=20971520,F.bits=1,0;for(w=1;w<Z&&he[w]===0;w++);for(q<w&&(q=w),C=1,A=1;A<=15;A++)if(C<<=1,(C-=he[A])<0)return-1;if(C>0&&(c===0||Z!==1))return-1;for(le[1]=0,A=1;A<15;A++)le[A+1]=le[A]+he[A];for(j=0;j<B;j++)d[h+j]!==0&&(g[le[d[h+j]]++]=j);if(c===0?(ie=de=g,V=19):c===1?(ie=s,Fe-=257,de=o,X-=257,V=256):(ie=l,de=u,V=-1),re=0,j=0,A=w,N=f,M=q,D=0,_=-1,v=(ee=1<<q)-1,c===1&&ee>852||c===2&&ee>592)return 1;for(;;){G=A-D,g[j]<V?(W=0,K=g[j]):g[j]>V?(W=de[X+g[j]],K=ie[Fe+g[j]]):(W=96,K=0),y=1<<A-D,w=m=1<<M;do U[N+(re>>D)+(m-=y)]=G<<24|W<<16|K;while(m!==0);for(y=1<<A-1;re&y;)y>>=1;if(y!==0?(re&=y-1,re+=y):re=0,j++,--he[A]==0){if(A===Z)break;A=d[h+g[j]]}if(A>q&&(re&v)!==_){for(D===0&&(D=q),N+=w,C=1<<(M=A-D);M+D<Z&&!((C-=he[M+D])<=0);)M++,C<<=1;if(ee+=1<<M,c===1&&ee>852||c===2&&ee>592)return 1;U[_=re&v]=q<<24|M<<16|N-f}}return re!==0&&(U[N+re]=A-D<<24|4194304),F.bits=q,0}},1925:e=>{e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},7504:(e,t,n)=>{var r=n(9860);function s(X){for(var b=X.length;--b>=0;)X[b]=0}var o=256,l=286,u=30,c=15,d=16,h=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],B=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],U=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],f=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],g=new Array(576);s(g);var F=new Array(60);s(F);var y=new Array(512);s(y);var m=new Array(256);s(m);var _=new Array(29);s(_);var v,N,V,G=new Array(u);function W(X,b,L,ae,H){this.static_tree=X,this.extra_bits=b,this.extra_base=L,this.elems=ae,this.max_length=H,this.has_stree=X&&X.length}function K(X,b){this.dyn_tree=X,this.max_code=0,this.stat_desc=b}function Y(X){return X<256?y[X]:y[256+(X>>>7)]}function A(X,b){X.pending_buf[X.pending++]=255&b,X.pending_buf[X.pending++]=b>>>8&255}function j(X,b,L){X.bi_valid>d-L?(X.bi_buf|=b<<X.bi_valid&65535,A(X,X.bi_buf),X.bi_buf=b>>d-X.bi_valid,X.bi_valid+=L-d):(X.bi_buf|=b<<X.bi_valid&65535,X.bi_valid+=L)}function w(X,b,L){j(X,L[2*b],L[2*b+1])}function Z(X,b){var L=0;do L|=1&X,X>>>=1,L<<=1;while(--b>0);return L>>>1}function q(X,b,L){var ae,H,Be=new Array(c+1),fe=0;for(ae=1;ae<=c;ae++)Be[ae]=fe=fe+L[ae-1]<<1;for(H=0;H<=b;H++){var ue=X[2*H+1];ue!==0&&(X[2*H]=Z(Be[ue]++,ue))}}function M(X){var b;for(b=0;b<l;b++)X.dyn_ltree[2*b]=0;for(b=0;b<u;b++)X.dyn_dtree[2*b]=0;for(b=0;b<19;b++)X.bl_tree[2*b]=0;X.dyn_ltree[512]=1,X.opt_len=X.static_len=0,X.last_lit=X.matches=0}function D(X){X.bi_valid>8?A(X,X.bi_buf):X.bi_valid>0&&(X.pending_buf[X.pending++]=X.bi_buf),X.bi_buf=0,X.bi_valid=0}function C(X,b,L,ae){var H=2*b,Be=2*L;return X[H]<X[Be]||X[H]===X[Be]&&ae[b]<=ae[L]}function ee(X,b,L){for(var ae=X.heap[L],H=L<<1;H<=X.heap_len&&(H<X.heap_len&&C(b,X.heap[H+1],X.heap[H],X.depth)&&H++,!C(b,ae,X.heap[H],X.depth));)X.heap[L]=X.heap[H],L=H,H<<=1;X.heap[L]=ae}function re(X,b,L){var ae,H,Be,fe,ue=0;if(X.last_lit!==0)do ae=X.pending_buf[X.d_buf+2*ue]<<8|X.pending_buf[X.d_buf+2*ue+1],H=X.pending_buf[X.l_buf+ue],ue++,ae===0?w(X,H,b):(w(X,(Be=m[H])+o+1,b),(fe=h[Be])!==0&&j(X,H-=_[Be],fe),w(X,Be=Y(--ae),L),(fe=B[Be])!==0&&j(X,ae-=G[Be],fe));while(ue<X.last_lit);w(X,256,b)}function ie(X,b){var L,ae,H,Be=b.dyn_tree,fe=b.stat_desc.static_tree,ue=b.stat_desc.has_stree,Re=b.stat_desc.elems,me=-1;for(X.heap_len=0,X.heap_max=573,L=0;L<Re;L++)Be[2*L]!==0?(X.heap[++X.heap_len]=me=L,X.depth[L]=0):Be[2*L+1]=0;for(;X.heap_len<2;)Be[2*(H=X.heap[++X.heap_len]=me<2?++me:0)]=1,X.depth[H]=0,X.opt_len--,ue&&(X.static_len-=fe[2*H+1]);for(b.max_code=me,L=X.heap_len>>1;L>=1;L--)ee(X,Be,L);H=Re;do L=X.heap[1],X.heap[1]=X.heap[X.heap_len--],ee(X,Be,1),ae=X.heap[1],X.heap[--X.heap_max]=L,X.heap[--X.heap_max]=ae,Be[2*H]=Be[2*L]+Be[2*ae],X.depth[H]=(X.depth[L]>=X.depth[ae]?X.depth[L]:X.depth[ae])+1,Be[2*L+1]=Be[2*ae+1]=H,X.heap[1]=H++,ee(X,Be,1);while(X.heap_len>=2);X.heap[--X.heap_max]=X.heap[1],function(Ne,Ze){var Pe,J,x,$,ce,be,ye=Ze.dyn_tree,Me=Ze.max_code,ot=Ze.stat_desc.static_tree,it=Ze.stat_desc.has_stree,yt=Ze.stat_desc.extra_bits,st=Ze.stat_desc.extra_base,gt=Ze.stat_desc.max_length,Rt=0;for($=0;$<=c;$++)Ne.bl_count[$]=0;for(ye[2*Ne.heap[Ne.heap_max]+1]=0,Pe=Ne.heap_max+1;Pe<573;Pe++)($=ye[2*ye[2*(J=Ne.heap[Pe])+1]+1]+1)>gt&&($=gt,Rt++),ye[2*J+1]=$,J>Me||(Ne.bl_count[$]++,ce=0,J>=st&&(ce=yt[J-st]),be=ye[2*J],Ne.opt_len+=be*($+ce),it&&(Ne.static_len+=be*(ot[2*J+1]+ce)));if(Rt!==0){do{for($=gt-1;Ne.bl_count[$]===0;)$--;Ne.bl_count[$]--,Ne.bl_count[$+1]+=2,Ne.bl_count[gt]--,Rt-=2}while(Rt>0);for($=gt;$!==0;$--)for(J=Ne.bl_count[$];J!==0;)(x=Ne.heap[--Pe])>Me||(ye[2*x+1]!==$&&(Ne.opt_len+=($-ye[2*x+1])*ye[2*x],ye[2*x+1]=$),J--)}}(X,b),q(Be,me,X.bl_count)}function Fe(X,b,L){var ae,H,Be=-1,fe=b[1],ue=0,Re=7,me=4;for(fe===0&&(Re=138,me=3),b[2*(L+1)+1]=65535,ae=0;ae<=L;ae++)H=fe,fe=b[2*(ae+1)+1],++ue<Re&&H===fe||(ue<me?X.bl_tree[2*H]+=ue:H!==0?(H!==Be&&X.bl_tree[2*H]++,X.bl_tree[32]++):ue<=10?X.bl_tree[34]++:X.bl_tree[36]++,ue=0,Be=H,fe===0?(Re=138,me=3):H===fe?(Re=6,me=3):(Re=7,me=4))}function he(X,b,L){var ae,H,Be=-1,fe=b[1],ue=0,Re=7,me=4;for(fe===0&&(Re=138,me=3),ae=0;ae<=L;ae++)if(H=fe,fe=b[2*(ae+1)+1],!(++ue<Re&&H===fe)){if(ue<me)do w(X,H,X.bl_tree);while(--ue!=0);else H!==0?(H!==Be&&(w(X,H,X.bl_tree),ue--),w(X,16,X.bl_tree),j(X,ue-3,2)):ue<=10?(w(X,17,X.bl_tree),j(X,ue-3,3)):(w(X,18,X.bl_tree),j(X,ue-11,7));ue=0,Be=H,fe===0?(Re=138,me=3):H===fe?(Re=6,me=3):(Re=7,me=4)}}s(G);var le=!1;function de(X,b,L,ae){j(X,0+(ae?1:0),3),function(H,Be,fe){D(H),A(H,fe),A(H,~fe),r.arraySet(H.pending_buf,H.window,Be,fe,H.pending),H.pending+=fe}(X,b,L)}t._tr_init=function(X){le||(function(){var b,L,ae,H,Be,fe=new Array(c+1);for(ae=0,H=0;H<28;H++)for(_[H]=ae,b=0;b<1<<h[H];b++)m[ae++]=H;for(m[ae-1]=H,Be=0,H=0;H<16;H++)for(G[H]=Be,b=0;b<1<<B[H];b++)y[Be++]=H;for(Be>>=7;H<u;H++)for(G[H]=Be<<7,b=0;b<1<<B[H]-7;b++)y[256+Be++]=H;for(L=0;L<=c;L++)fe[L]=0;for(b=0;b<=143;)g[2*b+1]=8,b++,fe[8]++;for(;b<=255;)g[2*b+1]=9,b++,fe[9]++;for(;b<=279;)g[2*b+1]=7,b++,fe[7]++;for(;b<=287;)g[2*b+1]=8,b++,fe[8]++;for(q(g,287,fe),b=0;b<u;b++)F[2*b+1]=5,F[2*b]=Z(b,5);v=new W(g,h,257,l,c),N=new W(F,B,0,u,c),V=new W(new Array(0),U,0,19,7)}(),le=!0),X.l_desc=new K(X.dyn_ltree,v),X.d_desc=new K(X.dyn_dtree,N),X.bl_desc=new K(X.bl_tree,V),X.bi_buf=0,X.bi_valid=0,M(X)},t._tr_stored_block=de,t._tr_flush_block=function(X,b,L,ae){var H,Be,fe=0;X.level>0?(X.strm.data_type===2&&(X.strm.data_type=function(ue){var Re,me=4093624447;for(Re=0;Re<=31;Re++,me>>>=1)if(1&me&&ue.dyn_ltree[2*Re]!==0)return 0;if(ue.dyn_ltree[18]!==0||ue.dyn_ltree[20]!==0||ue.dyn_ltree[26]!==0)return 1;for(Re=32;Re<o;Re++)if(ue.dyn_ltree[2*Re]!==0)return 1;return 0}(X)),ie(X,X.l_desc),ie(X,X.d_desc),fe=function(ue){var Re;for(Fe(ue,ue.dyn_ltree,ue.l_desc.max_code),Fe(ue,ue.dyn_dtree,ue.d_desc.max_code),ie(ue,ue.bl_desc),Re=18;Re>=3&&ue.bl_tree[2*f[Re]+1]===0;Re--);return ue.opt_len+=3*(Re+1)+5+5+4,Re}(X),H=X.opt_len+3+7>>>3,(Be=X.static_len+3+7>>>3)<=H&&(H=Be)):H=Be=L+5,L+4<=H&&b!==-1?de(X,b,L,ae):X.strategy===4||Be===H?(j(X,2+(ae?1:0),3),re(X,g,F)):(j(X,4+(ae?1:0),3),function(ue,Re,me,Ne){var Ze;for(j(ue,Re-257,5),j(ue,me-1,5),j(ue,Ne-4,4),Ze=0;Ze<Ne;Ze++)j(ue,ue.bl_tree[2*f[Ze]+1],3);he(ue,ue.dyn_ltree,Re-1),he(ue,ue.dyn_dtree,me-1)}(X,X.l_desc.max_code+1,X.d_desc.max_code+1,fe+1),re(X,X.dyn_ltree,X.dyn_dtree)),M(X),ae&&D(X)},t._tr_tally=function(X,b,L){return X.pending_buf[X.d_buf+2*X.last_lit]=b>>>8&255,X.pending_buf[X.d_buf+2*X.last_lit+1]=255&b,X.pending_buf[X.l_buf+X.last_lit]=255&L,X.last_lit++,b===0?X.dyn_ltree[2*L]++:(X.matches++,b--,X.dyn_ltree[2*(m[L]+o+1)]++,X.dyn_dtree[2*Y(b)]++),X.last_lit===X.lit_bufsize-1},t._tr_align=function(X){j(X,2,3),w(X,256,g),function(b){b.bi_valid===16?(A(b,b.bi_buf),b.bi_buf=0,b.bi_valid=0):b.bi_valid>=8&&(b.pending_buf[b.pending++]=255&b.bi_buf,b.bi_buf>>=8,b.bi_valid-=8)}(X)}},4019:e=>{e.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},1048:(e,t,n)=>{const r=n(7991),s=n(9318),o=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=c,t.SlowBuffer=function(J){return+J!=J&&(J=0),c.alloc(+J)},t.INSPECT_MAX_BYTES=50;const l=2147483647;function u(J){if(J>l)throw new RangeError('The value "'+J+'" is invalid for option "size"');const x=new Uint8Array(J);return Object.setPrototypeOf(x,c.prototype),x}function c(J,x,$){if(typeof J=="number"){if(typeof x=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return B(J)}return d(J,x,$)}function d(J,x,$){if(typeof J=="string")return function(ye,Me){if(typeof Me=="string"&&Me!==""||(Me="utf8"),!c.isEncoding(Me))throw new TypeError("Unknown encoding: "+Me);const ot=0|F(ye,Me);let it=u(ot);const yt=it.write(ye,Me);return yt!==ot&&(it=it.slice(0,yt)),it}(J,x);if(ArrayBuffer.isView(J))return function(ye){if(Re(ye,Uint8Array)){const Me=new Uint8Array(ye);return f(Me.buffer,Me.byteOffset,Me.byteLength)}return U(ye)}(J);if(J==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof J);if(Re(J,ArrayBuffer)||J&&Re(J.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Re(J,SharedArrayBuffer)||J&&Re(J.buffer,SharedArrayBuffer)))return f(J,x,$);if(typeof J=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const ce=J.valueOf&&J.valueOf();if(ce!=null&&ce!==J)return c.from(ce,x,$);const be=function(ye){if(c.isBuffer(ye)){const Me=0|g(ye.length),ot=u(Me);return ot.length===0||ye.copy(ot,0,0,Me),ot}return ye.length!==void 0?typeof ye.length!="number"||me(ye.length)?u(0):U(ye):ye.type==="Buffer"&&Array.isArray(ye.data)?U(ye.data):void 0}(J);if(be)return be;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof J[Symbol.toPrimitive]=="function")return c.from(J[Symbol.toPrimitive]("string"),x,$);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof J)}function h(J){if(typeof J!="number")throw new TypeError('"size" argument must be of type number');if(J<0)throw new RangeError('The value "'+J+'" is invalid for option "size"')}function B(J){return h(J),u(J<0?0:0|g(J))}function U(J){const x=J.length<0?0:0|g(J.length),$=u(x);for(let ce=0;ce<x;ce+=1)$[ce]=255&J[ce];return $}function f(J,x,$){if(x<0||J.byteLength<x)throw new RangeError('"offset" is outside of buffer bounds');if(J.byteLength<x+($||0))throw new RangeError('"length" is outside of buffer bounds');let ce;return ce=x===void 0&&$===void 0?new Uint8Array(J):$===void 0?new Uint8Array(J,x):new Uint8Array(J,x,$),Object.setPrototypeOf(ce,c.prototype),ce}function g(J){if(J>=l)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+l.toString(16)+" bytes");return 0|J}function F(J,x){if(c.isBuffer(J))return J.length;if(ArrayBuffer.isView(J)||Re(J,ArrayBuffer))return J.byteLength;if(typeof J!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof J);const $=J.length,ce=arguments.length>2&&arguments[2]===!0;if(!ce&&$===0)return 0;let be=!1;for(;;)switch(x){case"ascii":case"latin1":case"binary":return $;case"utf8":case"utf-8":return Be(J).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*$;case"hex":return $>>>1;case"base64":return fe(J).length;default:if(be)return ce?-1:Be(J).length;x=(""+x).toLowerCase(),be=!0}}function y(J,x,$){let ce=!1;if((x===void 0||x<0)&&(x=0),x>this.length||(($===void 0||$>this.length)&&($=this.length),$<=0)||($>>>=0)<=(x>>>=0))return"";for(J||(J="utf8");;)switch(J){case"hex":return q(this,x,$);case"utf8":case"utf-8":return A(this,x,$);case"ascii":return w(this,x,$);case"latin1":case"binary":return Z(this,x,$);case"base64":return Y(this,x,$);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,x,$);default:if(ce)throw new TypeError("Unknown encoding: "+J);J=(J+"").toLowerCase(),ce=!0}}function m(J,x,$){const ce=J[x];J[x]=J[$],J[$]=ce}function _(J,x,$,ce,be){if(J.length===0)return-1;if(typeof $=="string"?(ce=$,$=0):$>2147483647?$=2147483647:$<-2147483648&&($=-2147483648),me($=+$)&&($=be?0:J.length-1),$<0&&($=J.length+$),$>=J.length){if(be)return-1;$=J.length-1}else if($<0){if(!be)return-1;$=0}if(typeof x=="string"&&(x=c.from(x,ce)),c.isBuffer(x))return x.length===0?-1:v(J,x,$,ce,be);if(typeof x=="number")return x&=255,typeof Uint8Array.prototype.indexOf=="function"?be?Uint8Array.prototype.indexOf.call(J,x,$):Uint8Array.prototype.lastIndexOf.call(J,x,$):v(J,[x],$,ce,be);throw new TypeError("val must be string, number or Buffer")}function v(J,x,$,ce,be){let ye,Me=1,ot=J.length,it=x.length;if(ce!==void 0&&((ce=String(ce).toLowerCase())==="ucs2"||ce==="ucs-2"||ce==="utf16le"||ce==="utf-16le")){if(J.length<2||x.length<2)return-1;Me=2,ot/=2,it/=2,$/=2}function yt(st,gt){return Me===1?st[gt]:st.readUInt16BE(gt*Me)}if(be){let st=-1;for(ye=$;ye<ot;ye++)if(yt(J,ye)===yt(x,st===-1?0:ye-st)){if(st===-1&&(st=ye),ye-st+1===it)return st*Me}else st!==-1&&(ye-=ye-st),st=-1}else for($+it>ot&&($=ot-it),ye=$;ye>=0;ye--){let st=!0;for(let gt=0;gt<it;gt++)if(yt(J,ye+gt)!==yt(x,gt)){st=!1;break}if(st)return ye}return-1}function N(J,x,$,ce){$=Number($)||0;const be=J.length-$;ce?(ce=Number(ce))>be&&(ce=be):ce=be;const ye=x.length;let Me;for(ce>ye/2&&(ce=ye/2),Me=0;Me<ce;++Me){const ot=parseInt(x.substr(2*Me,2),16);if(me(ot))return Me;J[$+Me]=ot}return Me}function V(J,x,$,ce){return ue(Be(x,J.length-$),J,$,ce)}function G(J,x,$,ce){return ue(function(be){const ye=[];for(let Me=0;Me<be.length;++Me)ye.push(255&be.charCodeAt(Me));return ye}(x),J,$,ce)}function W(J,x,$,ce){return ue(fe(x),J,$,ce)}function K(J,x,$,ce){return ue(function(be,ye){let Me,ot,it;const yt=[];for(let st=0;st<be.length&&!((ye-=2)<0);++st)Me=be.charCodeAt(st),ot=Me>>8,it=Me%256,yt.push(it),yt.push(ot);return yt}(x,J.length-$),J,$,ce)}function Y(J,x,$){return x===0&&$===J.length?r.fromByteArray(J):r.fromByteArray(J.slice(x,$))}function A(J,x,$){$=Math.min(J.length,$);const ce=[];let be=x;for(;be<$;){const ye=J[be];let Me=null,ot=ye>239?4:ye>223?3:ye>191?2:1;if(be+ot<=$){let it,yt,st,gt;switch(ot){case 1:ye<128&&(Me=ye);break;case 2:it=J[be+1],(192&it)==128&&(gt=(31&ye)<<6|63&it,gt>127&&(Me=gt));break;case 3:it=J[be+1],yt=J[be+2],(192&it)==128&&(192&yt)==128&&(gt=(15&ye)<<12|(63&it)<<6|63&yt,gt>2047&&(gt<55296||gt>57343)&&(Me=gt));break;case 4:it=J[be+1],yt=J[be+2],st=J[be+3],(192&it)==128&&(192&yt)==128&&(192&st)==128&&(gt=(15&ye)<<18|(63&it)<<12|(63&yt)<<6|63&st,gt>65535&&gt<1114112&&(Me=gt))}}Me===null?(Me=65533,ot=1):Me>65535&&(Me-=65536,ce.push(Me>>>10&1023|55296),Me=56320|1023&Me),ce.push(Me),be+=ot}return function(ye){const Me=ye.length;if(Me<=j)return String.fromCharCode.apply(String,ye);let ot="",it=0;for(;it<Me;)ot+=String.fromCharCode.apply(String,ye.slice(it,it+=j));return ot}(ce)}t.kMaxLength=l,c.TYPED_ARRAY_SUPPORT=function(){try{const J=new Uint8Array(1),x={foo:function(){return 42}};return Object.setPrototypeOf(x,Uint8Array.prototype),Object.setPrototypeOf(J,x),J.foo()===42}catch{return!1}}(),c.TYPED_ARRAY_SUPPORT||typeof console=="undefined"||typeof console.error!="function"||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.buffer}}),Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.byteOffset}}),c.poolSize=8192,c.from=function(J,x,$){return d(J,x,$)},Object.setPrototypeOf(c.prototype,Uint8Array.prototype),Object.setPrototypeOf(c,Uint8Array),c.alloc=function(J,x,$){return function(ce,be,ye){return h(ce),ce<=0?u(ce):be!==void 0?typeof ye=="string"?u(ce).fill(be,ye):u(ce).fill(be):u(ce)}(J,x,$)},c.allocUnsafe=function(J){return B(J)},c.allocUnsafeSlow=function(J){return B(J)},c.isBuffer=function(J){return J!=null&&J._isBuffer===!0&&J!==c.prototype},c.compare=function(J,x){if(Re(J,Uint8Array)&&(J=c.from(J,J.offset,J.byteLength)),Re(x,Uint8Array)&&(x=c.from(x,x.offset,x.byteLength)),!c.isBuffer(J)||!c.isBuffer(x))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(J===x)return 0;let $=J.length,ce=x.length;for(let be=0,ye=Math.min($,ce);be<ye;++be)if(J[be]!==x[be]){$=J[be],ce=x[be];break}return $<ce?-1:ce<$?1:0},c.isEncoding=function(J){switch(String(J).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(J,x){if(!Array.isArray(J))throw new TypeError('"list" argument must be an Array of Buffers');if(J.length===0)return c.alloc(0);let $;if(x===void 0)for(x=0,$=0;$<J.length;++$)x+=J[$].length;const ce=c.allocUnsafe(x);let be=0;for($=0;$<J.length;++$){let ye=J[$];if(Re(ye,Uint8Array))be+ye.length>ce.length?(c.isBuffer(ye)||(ye=c.from(ye)),ye.copy(ce,be)):Uint8Array.prototype.set.call(ce,ye,be);else{if(!c.isBuffer(ye))throw new TypeError('"list" argument must be an Array of Buffers');ye.copy(ce,be)}be+=ye.length}return ce},c.byteLength=F,c.prototype._isBuffer=!0,c.prototype.swap16=function(){const J=this.length;if(J%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let x=0;x<J;x+=2)m(this,x,x+1);return this},c.prototype.swap32=function(){const J=this.length;if(J%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let x=0;x<J;x+=4)m(this,x,x+3),m(this,x+1,x+2);return this},c.prototype.swap64=function(){const J=this.length;if(J%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let x=0;x<J;x+=8)m(this,x,x+7),m(this,x+1,x+6),m(this,x+2,x+5),m(this,x+3,x+4);return this},c.prototype.toString=function(){const J=this.length;return J===0?"":arguments.length===0?A(this,0,J):y.apply(this,arguments)},c.prototype.toLocaleString=c.prototype.toString,c.prototype.equals=function(J){if(!c.isBuffer(J))throw new TypeError("Argument must be a Buffer");return this===J||c.compare(this,J)===0},c.prototype.inspect=function(){let J="";const x=t.INSPECT_MAX_BYTES;return J=this.toString("hex",0,x).replace(/(.{2})/g,"$1 ").trim(),this.length>x&&(J+=" ... "),"<Buffer "+J+">"},o&&(c.prototype[o]=c.prototype.inspect),c.prototype.compare=function(J,x,$,ce,be){if(Re(J,Uint8Array)&&(J=c.from(J,J.offset,J.byteLength)),!c.isBuffer(J))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof J);if(x===void 0&&(x=0),$===void 0&&($=J?J.length:0),ce===void 0&&(ce=0),be===void 0&&(be=this.length),x<0||$>J.length||ce<0||be>this.length)throw new RangeError("out of range index");if(ce>=be&&x>=$)return 0;if(ce>=be)return-1;if(x>=$)return 1;if(this===J)return 0;let ye=(be>>>=0)-(ce>>>=0),Me=($>>>=0)-(x>>>=0);const ot=Math.min(ye,Me),it=this.slice(ce,be),yt=J.slice(x,$);for(let st=0;st<ot;++st)if(it[st]!==yt[st]){ye=it[st],Me=yt[st];break}return ye<Me?-1:Me<ye?1:0},c.prototype.includes=function(J,x,$){return this.indexOf(J,x,$)!==-1},c.prototype.indexOf=function(J,x,$){return _(this,J,x,$,!0)},c.prototype.lastIndexOf=function(J,x,$){return _(this,J,x,$,!1)},c.prototype.write=function(J,x,$,ce){if(x===void 0)ce="utf8",$=this.length,x=0;else if($===void 0&&typeof x=="string")ce=x,$=this.length,x=0;else{if(!isFinite(x))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");x>>>=0,isFinite($)?($>>>=0,ce===void 0&&(ce="utf8")):(ce=$,$=void 0)}const be=this.length-x;if(($===void 0||$>be)&&($=be),J.length>0&&($<0||x<0)||x>this.length)throw new RangeError("Attempt to write outside buffer bounds");ce||(ce="utf8");let ye=!1;for(;;)switch(ce){case"hex":return N(this,J,x,$);case"utf8":case"utf-8":return V(this,J,x,$);case"ascii":case"latin1":case"binary":return G(this,J,x,$);case"base64":return W(this,J,x,$);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return K(this,J,x,$);default:if(ye)throw new TypeError("Unknown encoding: "+ce);ce=(""+ce).toLowerCase(),ye=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const j=4096;function w(J,x,$){let ce="";$=Math.min(J.length,$);for(let be=x;be<$;++be)ce+=String.fromCharCode(127&J[be]);return ce}function Z(J,x,$){let ce="";$=Math.min(J.length,$);for(let be=x;be<$;++be)ce+=String.fromCharCode(J[be]);return ce}function q(J,x,$){const ce=J.length;(!x||x<0)&&(x=0),(!$||$<0||$>ce)&&($=ce);let be="";for(let ye=x;ye<$;++ye)be+=Ne[J[ye]];return be}function M(J,x,$){const ce=J.slice(x,$);let be="";for(let ye=0;ye<ce.length-1;ye+=2)be+=String.fromCharCode(ce[ye]+256*ce[ye+1]);return be}function D(J,x,$){if(J%1!=0||J<0)throw new RangeError("offset is not uint");if(J+x>$)throw new RangeError("Trying to access beyond buffer length")}function C(J,x,$,ce,be,ye){if(!c.isBuffer(J))throw new TypeError('"buffer" argument must be a Buffer instance');if(x>be||x<ye)throw new RangeError('"value" argument is out of bounds');if($+ce>J.length)throw new RangeError("Index out of range")}function ee(J,x,$,ce,be){b(x,ce,be,J,$,7);let ye=Number(x&BigInt(4294967295));J[$++]=ye,ye>>=8,J[$++]=ye,ye>>=8,J[$++]=ye,ye>>=8,J[$++]=ye;let Me=Number(x>>BigInt(32)&BigInt(4294967295));return J[$++]=Me,Me>>=8,J[$++]=Me,Me>>=8,J[$++]=Me,Me>>=8,J[$++]=Me,$}function re(J,x,$,ce,be){b(x,ce,be,J,$,7);let ye=Number(x&BigInt(4294967295));J[$+7]=ye,ye>>=8,J[$+6]=ye,ye>>=8,J[$+5]=ye,ye>>=8,J[$+4]=ye;let Me=Number(x>>BigInt(32)&BigInt(4294967295));return J[$+3]=Me,Me>>=8,J[$+2]=Me,Me>>=8,J[$+1]=Me,Me>>=8,J[$]=Me,$+8}function ie(J,x,$,ce,be,ye){if($+ce>J.length)throw new RangeError("Index out of range");if($<0)throw new RangeError("Index out of range")}function Fe(J,x,$,ce,be){return x=+x,$>>>=0,be||ie(J,0,$,4),s.write(J,x,$,ce,23,4),$+4}function he(J,x,$,ce,be){return x=+x,$>>>=0,be||ie(J,0,$,8),s.write(J,x,$,ce,52,8),$+8}c.prototype.slice=function(J,x){const $=this.length;(J=~~J)<0?(J+=$)<0&&(J=0):J>$&&(J=$),(x=x===void 0?$:~~x)<0?(x+=$)<0&&(x=0):x>$&&(x=$),x<J&&(x=J);const ce=this.subarray(J,x);return Object.setPrototypeOf(ce,c.prototype),ce},c.prototype.readUintLE=c.prototype.readUIntLE=function(J,x,$){J>>>=0,x>>>=0,$||D(J,x,this.length);let ce=this[J],be=1,ye=0;for(;++ye<x&&(be*=256);)ce+=this[J+ye]*be;return ce},c.prototype.readUintBE=c.prototype.readUIntBE=function(J,x,$){J>>>=0,x>>>=0,$||D(J,x,this.length);let ce=this[J+--x],be=1;for(;x>0&&(be*=256);)ce+=this[J+--x]*be;return ce},c.prototype.readUint8=c.prototype.readUInt8=function(J,x){return J>>>=0,x||D(J,1,this.length),this[J]},c.prototype.readUint16LE=c.prototype.readUInt16LE=function(J,x){return J>>>=0,x||D(J,2,this.length),this[J]|this[J+1]<<8},c.prototype.readUint16BE=c.prototype.readUInt16BE=function(J,x){return J>>>=0,x||D(J,2,this.length),this[J]<<8|this[J+1]},c.prototype.readUint32LE=c.prototype.readUInt32LE=function(J,x){return J>>>=0,x||D(J,4,this.length),(this[J]|this[J+1]<<8|this[J+2]<<16)+16777216*this[J+3]},c.prototype.readUint32BE=c.prototype.readUInt32BE=function(J,x){return J>>>=0,x||D(J,4,this.length),16777216*this[J]+(this[J+1]<<16|this[J+2]<<8|this[J+3])},c.prototype.readBigUInt64LE=Ze(function(J){L(J>>>=0,"offset");const x=this[J],$=this[J+7];x!==void 0&&$!==void 0||ae(J,this.length-8);const ce=x+256*this[++J]+65536*this[++J]+this[++J]*2**24,be=this[++J]+256*this[++J]+65536*this[++J]+$*2**24;return BigInt(ce)+(BigInt(be)<<BigInt(32))}),c.prototype.readBigUInt64BE=Ze(function(J){L(J>>>=0,"offset");const x=this[J],$=this[J+7];x!==void 0&&$!==void 0||ae(J,this.length-8);const ce=x*2**24+65536*this[++J]+256*this[++J]+this[++J],be=this[++J]*2**24+65536*this[++J]+256*this[++J]+$;return(BigInt(ce)<<BigInt(32))+BigInt(be)}),c.prototype.readIntLE=function(J,x,$){J>>>=0,x>>>=0,$||D(J,x,this.length);let ce=this[J],be=1,ye=0;for(;++ye<x&&(be*=256);)ce+=this[J+ye]*be;return be*=128,ce>=be&&(ce-=Math.pow(2,8*x)),ce},c.prototype.readIntBE=function(J,x,$){J>>>=0,x>>>=0,$||D(J,x,this.length);let ce=x,be=1,ye=this[J+--ce];for(;ce>0&&(be*=256);)ye+=this[J+--ce]*be;return be*=128,ye>=be&&(ye-=Math.pow(2,8*x)),ye},c.prototype.readInt8=function(J,x){return J>>>=0,x||D(J,1,this.length),128&this[J]?-1*(255-this[J]+1):this[J]},c.prototype.readInt16LE=function(J,x){J>>>=0,x||D(J,2,this.length);const $=this[J]|this[J+1]<<8;return 32768&$?4294901760|$:$},c.prototype.readInt16BE=function(J,x){J>>>=0,x||D(J,2,this.length);const $=this[J+1]|this[J]<<8;return 32768&$?4294901760|$:$},c.prototype.readInt32LE=function(J,x){return J>>>=0,x||D(J,4,this.length),this[J]|this[J+1]<<8|this[J+2]<<16|this[J+3]<<24},c.prototype.readInt32BE=function(J,x){return J>>>=0,x||D(J,4,this.length),this[J]<<24|this[J+1]<<16|this[J+2]<<8|this[J+3]},c.prototype.readBigInt64LE=Ze(function(J){L(J>>>=0,"offset");const x=this[J],$=this[J+7];x!==void 0&&$!==void 0||ae(J,this.length-8);const ce=this[J+4]+256*this[J+5]+65536*this[J+6]+($<<24);return(BigInt(ce)<<BigInt(32))+BigInt(x+256*this[++J]+65536*this[++J]+this[++J]*16777216)}),c.prototype.readBigInt64BE=Ze(function(J){L(J>>>=0,"offset");const x=this[J],$=this[J+7];x!==void 0&&$!==void 0||ae(J,this.length-8);const ce=(x<<24)+65536*this[++J]+256*this[++J]+this[++J];return(BigInt(ce)<<BigInt(32))+BigInt(this[++J]*16777216+65536*this[++J]+256*this[++J]+$)}),c.prototype.readFloatLE=function(J,x){return J>>>=0,x||D(J,4,this.length),s.read(this,J,!0,23,4)},c.prototype.readFloatBE=function(J,x){return J>>>=0,x||D(J,4,this.length),s.read(this,J,!1,23,4)},c.prototype.readDoubleLE=function(J,x){return J>>>=0,x||D(J,8,this.length),s.read(this,J,!0,52,8)},c.prototype.readDoubleBE=function(J,x){return J>>>=0,x||D(J,8,this.length),s.read(this,J,!1,52,8)},c.prototype.writeUintLE=c.prototype.writeUIntLE=function(J,x,$,ce){J=+J,x>>>=0,$>>>=0,ce||C(this,J,x,$,Math.pow(2,8*$)-1,0);let be=1,ye=0;for(this[x]=255&J;++ye<$&&(be*=256);)this[x+ye]=J/be&255;return x+$},c.prototype.writeUintBE=c.prototype.writeUIntBE=function(J,x,$,ce){J=+J,x>>>=0,$>>>=0,ce||C(this,J,x,$,Math.pow(2,8*$)-1,0);let be=$-1,ye=1;for(this[x+be]=255&J;--be>=0&&(ye*=256);)this[x+be]=J/ye&255;return x+$},c.prototype.writeUint8=c.prototype.writeUInt8=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,1,255,0),this[x]=255&J,x+1},c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,2,65535,0),this[x]=255&J,this[x+1]=J>>>8,x+2},c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,2,65535,0),this[x]=J>>>8,this[x+1]=255&J,x+2},c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,4,4294967295,0),this[x+3]=J>>>24,this[x+2]=J>>>16,this[x+1]=J>>>8,this[x]=255&J,x+4},c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,4,4294967295,0),this[x]=J>>>24,this[x+1]=J>>>16,this[x+2]=J>>>8,this[x+3]=255&J,x+4},c.prototype.writeBigUInt64LE=Ze(function(J,x=0){return ee(this,J,x,BigInt(0),BigInt("0xffffffffffffffff"))}),c.prototype.writeBigUInt64BE=Ze(function(J,x=0){return re(this,J,x,BigInt(0),BigInt("0xffffffffffffffff"))}),c.prototype.writeIntLE=function(J,x,$,ce){if(J=+J,x>>>=0,!ce){const ot=Math.pow(2,8*$-1);C(this,J,x,$,ot-1,-ot)}let be=0,ye=1,Me=0;for(this[x]=255&J;++be<$&&(ye*=256);)J<0&&Me===0&&this[x+be-1]!==0&&(Me=1),this[x+be]=(J/ye|0)-Me&255;return x+$},c.prototype.writeIntBE=function(J,x,$,ce){if(J=+J,x>>>=0,!ce){const ot=Math.pow(2,8*$-1);C(this,J,x,$,ot-1,-ot)}let be=$-1,ye=1,Me=0;for(this[x+be]=255&J;--be>=0&&(ye*=256);)J<0&&Me===0&&this[x+be+1]!==0&&(Me=1),this[x+be]=(J/ye|0)-Me&255;return x+$},c.prototype.writeInt8=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,1,127,-128),J<0&&(J=255+J+1),this[x]=255&J,x+1},c.prototype.writeInt16LE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,2,32767,-32768),this[x]=255&J,this[x+1]=J>>>8,x+2},c.prototype.writeInt16BE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,2,32767,-32768),this[x]=J>>>8,this[x+1]=255&J,x+2},c.prototype.writeInt32LE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,4,2147483647,-2147483648),this[x]=255&J,this[x+1]=J>>>8,this[x+2]=J>>>16,this[x+3]=J>>>24,x+4},c.prototype.writeInt32BE=function(J,x,$){return J=+J,x>>>=0,$||C(this,J,x,4,2147483647,-2147483648),J<0&&(J=4294967295+J+1),this[x]=J>>>24,this[x+1]=J>>>16,this[x+2]=J>>>8,this[x+3]=255&J,x+4},c.prototype.writeBigInt64LE=Ze(function(J,x=0){return ee(this,J,x,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),c.prototype.writeBigInt64BE=Ze(function(J,x=0){return re(this,J,x,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),c.prototype.writeFloatLE=function(J,x,$){return Fe(this,J,x,!0,$)},c.prototype.writeFloatBE=function(J,x,$){return Fe(this,J,x,!1,$)},c.prototype.writeDoubleLE=function(J,x,$){return he(this,J,x,!0,$)},c.prototype.writeDoubleBE=function(J,x,$){return he(this,J,x,!1,$)},c.prototype.copy=function(J,x,$,ce){if(!c.isBuffer(J))throw new TypeError("argument should be a Buffer");if($||($=0),ce||ce===0||(ce=this.length),x>=J.length&&(x=J.length),x||(x=0),ce>0&&ce<$&&(ce=$),ce===$||J.length===0||this.length===0)return 0;if(x<0)throw new RangeError("targetStart out of bounds");if($<0||$>=this.length)throw new RangeError("Index out of range");if(ce<0)throw new RangeError("sourceEnd out of bounds");ce>this.length&&(ce=this.length),J.length-x<ce-$&&(ce=J.length-x+$);const be=ce-$;return this===J&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(x,$,ce):Uint8Array.prototype.set.call(J,this.subarray($,ce),x),be},c.prototype.fill=function(J,x,$,ce){if(typeof J=="string"){if(typeof x=="string"?(ce=x,x=0,$=this.length):typeof $=="string"&&(ce=$,$=this.length),ce!==void 0&&typeof ce!="string")throw new TypeError("encoding must be a string");if(typeof ce=="string"&&!c.isEncoding(ce))throw new TypeError("Unknown encoding: "+ce);if(J.length===1){const ye=J.charCodeAt(0);(ce==="utf8"&&ye<128||ce==="latin1")&&(J=ye)}}else typeof J=="number"?J&=255:typeof J=="boolean"&&(J=Number(J));if(x<0||this.length<x||this.length<$)throw new RangeError("Out of range index");if($<=x)return this;let be;if(x>>>=0,$=$===void 0?this.length:$>>>0,J||(J=0),typeof J=="number")for(be=x;be<$;++be)this[be]=J;else{const ye=c.isBuffer(J)?J:c.from(J,ce),Me=ye.length;if(Me===0)throw new TypeError('The value "'+J+'" is invalid for argument "value"');for(be=0;be<$-x;++be)this[be+x]=ye[be%Me]}return this};const le={};function de(J,x,$){le[J]=class extends ${constructor(){super(),Object.defineProperty(this,"message",{value:x.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${J}]`,this.stack,delete this.name}get code(){return J}set code(ce){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:ce,writable:!0})}toString(){return`${this.name} [${J}]: ${this.message}`}}}function X(J){let x="",$=J.length;const ce=J[0]==="-"?1:0;for(;$>=ce+4;$-=3)x=`_${J.slice($-3,$)}${x}`;return`${J.slice(0,$)}${x}`}function b(J,x,$,ce,be,ye){if(J>$||J<x){const Me=typeof x=="bigint"?"n":"";let ot;throw ot=ye>3?x===0||x===BigInt(0)?`>= 0${Me} and < 2${Me} ** ${8*(ye+1)}${Me}`:`>= -(2${Me} ** ${8*(ye+1)-1}${Me}) and < 2 ** ${8*(ye+1)-1}${Me}`:`>= ${x}${Me} and <= ${$}${Me}`,new le.ERR_OUT_OF_RANGE("value",ot,J)}(function(Me,ot,it){L(ot,"offset"),Me[ot]!==void 0&&Me[ot+it]!==void 0||ae(ot,Me.length-(it+1))})(ce,be,ye)}function L(J,x){if(typeof J!="number")throw new le.ERR_INVALID_ARG_TYPE(x,"number",J)}function ae(J,x,$){throw Math.floor(J)!==J?(L(J,$),new le.ERR_OUT_OF_RANGE($||"offset","an integer",J)):x<0?new le.ERR_BUFFER_OUT_OF_BOUNDS:new le.ERR_OUT_OF_RANGE($||"offset",`>= ${$?1:0} and <= ${x}`,J)}de("ERR_BUFFER_OUT_OF_BOUNDS",function(J){return J?`${J} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),de("ERR_INVALID_ARG_TYPE",function(J,x){return`The "${J}" argument must be of type number. Received type ${typeof x}`},TypeError),de("ERR_OUT_OF_RANGE",function(J,x,$){let ce=`The value of "${J}" is out of range.`,be=$;return Number.isInteger($)&&Math.abs($)>4294967296?be=X(String($)):typeof $=="bigint"&&(be=String($),($>BigInt(2)**BigInt(32)||$<-(BigInt(2)**BigInt(32)))&&(be=X(be)),be+="n"),ce+=` It must be ${x}. Received ${be}`,ce},RangeError);const H=/[^+/0-9A-Za-z-_]/g;function Be(J,x){let $;x=x||1/0;const ce=J.length;let be=null;const ye=[];for(let Me=0;Me<ce;++Me){if($=J.charCodeAt(Me),$>55295&&$<57344){if(!be){if($>56319){(x-=3)>-1&&ye.push(239,191,189);continue}if(Me+1===ce){(x-=3)>-1&&ye.push(239,191,189);continue}be=$;continue}if($<56320){(x-=3)>-1&&ye.push(239,191,189),be=$;continue}$=65536+(be-55296<<10|$-56320)}else be&&(x-=3)>-1&&ye.push(239,191,189);if(be=null,$<128){if((x-=1)<0)break;ye.push($)}else if($<2048){if((x-=2)<0)break;ye.push($>>6|192,63&$|128)}else if($<65536){if((x-=3)<0)break;ye.push($>>12|224,$>>6&63|128,63&$|128)}else{if(!($<1114112))throw new Error("Invalid code point");if((x-=4)<0)break;ye.push($>>18|240,$>>12&63|128,$>>6&63|128,63&$|128)}}return ye}function fe(J){return r.toByteArray(function(x){if((x=(x=x.split("=")[0]).trim().replace(H,"")).length<2)return"";for(;x.length%4!=0;)x+="=";return x}(J))}function ue(J,x,$,ce){let be;for(be=0;be<ce&&!(be+$>=x.length||be>=J.length);++be)x[be+$]=J[be];return be}function Re(J,x){return J instanceof x||J!=null&&J.constructor!=null&&J.constructor.name!=null&&J.constructor.name===x.name}function me(J){return J!=J}const Ne=function(){const J="0123456789abcdef",x=new Array(256);for(let $=0;$<16;++$){const ce=16*$;for(let be=0;be<16;++be)x[ce+be]=J[$]+J[be]}return x}();function Ze(J){return typeof BigInt=="undefined"?Pe:J}function Pe(){throw new Error("BigInt not supported")}},49:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},9818:(e,t,n)=>{var r=n(528),s=n(8498),o=s(r("String.prototype.indexOf"));e.exports=function(l,u){var c=r(l,!!u);return typeof c=="function"&&o(l,".prototype.")>-1?s(c):c}},8498:(e,t,n)=>{var r=n(9138),s=n(528),o=n(6108),l=n(3468),u=s("%Function.prototype.apply%"),c=s("%Function.prototype.call%"),d=s("%Reflect.apply%",!0)||r.call(c,u),h=n(4940),B=s("%Math.max%");e.exports=function(f){if(typeof f!="function")throw new l("a function is required");var g=d(r,c,arguments);return o(g,1+B(0,f.length-(arguments.length-1)),!0)};var U=function(){return d(r,u,arguments)};h?h(e.exports,"apply",{value:U}):e.exports.apply=U},288:function(e,t){var n=typeof self!="undefined"?self:this,r=function(){function o(){this.fetch=!1,this.DOMException=n.DOMException}return o.prototype=n,new o}();(function(o){(function(l){var u="URLSearchParams"in o,c="Symbol"in o&&"iterator"in Symbol,d="FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),h="FormData"in o,B="ArrayBuffer"in o;if(B)var U=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],f=ArrayBuffer.isView||function(Z){return Z&&U.indexOf(Object.prototype.toString.call(Z))>-1};function g(Z){if(typeof Z!="string"&&(Z=String(Z)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(Z))throw new TypeError("Invalid character in header field name");return Z.toLowerCase()}function F(Z){return typeof Z!="string"&&(Z=String(Z)),Z}function y(Z){var q={next:function(){var M=Z.shift();return{done:M===void 0,value:M}}};return c&&(q[Symbol.iterator]=function(){return q}),q}function m(Z){this.map={},Z instanceof m?Z.forEach(function(q,M){this.append(M,q)},this):Array.isArray(Z)?Z.forEach(function(q){this.append(q[0],q[1])},this):Z&&Object.getOwnPropertyNames(Z).forEach(function(q){this.append(q,Z[q])},this)}function _(Z){if(Z.bodyUsed)return Promise.reject(new TypeError("Already read"));Z.bodyUsed=!0}function v(Z){return new Promise(function(q,M){Z.onload=function(){q(Z.result)},Z.onerror=function(){M(Z.error)}})}function N(Z){var q=new FileReader,M=v(q);return q.readAsArrayBuffer(Z),M}function V(Z){if(Z.slice)return Z.slice(0);var q=new Uint8Array(Z.byteLength);return q.set(new Uint8Array(Z)),q.buffer}function G(){return this.bodyUsed=!1,this._initBody=function(Z){var q;this._bodyInit=Z,Z?typeof Z=="string"?this._bodyText=Z:d&&Blob.prototype.isPrototypeOf(Z)?this._bodyBlob=Z:h&&FormData.prototype.isPrototypeOf(Z)?this._bodyFormData=Z:u&&URLSearchParams.prototype.isPrototypeOf(Z)?this._bodyText=Z.toString():B&&d&&(q=Z)&&DataView.prototype.isPrototypeOf(q)?(this._bodyArrayBuffer=V(Z.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):B&&(ArrayBuffer.prototype.isPrototypeOf(Z)||f(Z))?this._bodyArrayBuffer=V(Z):this._bodyText=Z=Object.prototype.toString.call(Z):this._bodyText="",this.headers.get("content-type")||(typeof Z=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):u&&URLSearchParams.prototype.isPrototypeOf(Z)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},d&&(this.blob=function(){var Z=_(this);if(Z)return Z;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?_(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(N)}),this.text=function(){var Z,q,M,D=_(this);if(D)return D;if(this._bodyBlob)return Z=this._bodyBlob,M=v(q=new FileReader),q.readAsText(Z),M;if(this._bodyArrayBuffer)return Promise.resolve(function(C){for(var ee=new Uint8Array(C),re=new Array(ee.length),ie=0;ie<ee.length;ie++)re[ie]=String.fromCharCode(ee[ie]);return re.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},h&&(this.formData=function(){return this.text().then(Y)}),this.json=function(){return this.text().then(JSON.parse)},this}m.prototype.append=function(Z,q){Z=g(Z),q=F(q);var M=this.map[Z];this.map[Z]=M?M+", "+q:q},m.prototype.delete=function(Z){delete this.map[g(Z)]},m.prototype.get=function(Z){return Z=g(Z),this.has(Z)?this.map[Z]:null},m.prototype.has=function(Z){return this.map.hasOwnProperty(g(Z))},m.prototype.set=function(Z,q){this.map[g(Z)]=F(q)},m.prototype.forEach=function(Z,q){for(var M in this.map)this.map.hasOwnProperty(M)&&Z.call(q,this.map[M],M,this)},m.prototype.keys=function(){var Z=[];return this.forEach(function(q,M){Z.push(M)}),y(Z)},m.prototype.values=function(){var Z=[];return this.forEach(function(q){Z.push(q)}),y(Z)},m.prototype.entries=function(){var Z=[];return this.forEach(function(q,M){Z.push([M,q])}),y(Z)},c&&(m.prototype[Symbol.iterator]=m.prototype.entries);var W=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function K(Z,q){var M,D,C=(q=q||{}).body;if(Z instanceof K){if(Z.bodyUsed)throw new TypeError("Already read");this.url=Z.url,this.credentials=Z.credentials,q.headers||(this.headers=new m(Z.headers)),this.method=Z.method,this.mode=Z.mode,this.signal=Z.signal,C||Z._bodyInit==null||(C=Z._bodyInit,Z.bodyUsed=!0)}else this.url=String(Z);if(this.credentials=q.credentials||this.credentials||"same-origin",!q.headers&&this.headers||(this.headers=new m(q.headers)),this.method=(D=(M=q.method||this.method||"GET").toUpperCase(),W.indexOf(D)>-1?D:M),this.mode=q.mode||this.mode||null,this.signal=q.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&C)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(C)}function Y(Z){var q=new FormData;return Z.trim().split("&").forEach(function(M){if(M){var D=M.split("="),C=D.shift().replace(/\+/g," "),ee=D.join("=").replace(/\+/g," ");q.append(decodeURIComponent(C),decodeURIComponent(ee))}}),q}function A(Z,q){q||(q={}),this.type="default",this.status=q.status===void 0?200:q.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in q?q.statusText:"OK",this.headers=new m(q.headers),this.url=q.url||"",this._initBody(Z)}K.prototype.clone=function(){return new K(this,{body:this._bodyInit})},G.call(K.prototype),G.call(A.prototype),A.prototype.clone=function(){return new A(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new m(this.headers),url:this.url})},A.error=function(){var Z=new A(null,{status:0,statusText:""});return Z.type="error",Z};var j=[301,302,303,307,308];A.redirect=function(Z,q){if(j.indexOf(q)===-1)throw new RangeError("Invalid status code");return new A(null,{status:q,headers:{location:Z}})},l.DOMException=o.DOMException;try{new l.DOMException}catch{l.DOMException=function(q,M){this.message=q,this.name=M;var D=Error(q);this.stack=D.stack},l.DOMException.prototype=Object.create(Error.prototype),l.DOMException.prototype.constructor=l.DOMException}function w(Z,q){return new Promise(function(M,D){var C=new K(Z,q);if(C.signal&&C.signal.aborted)return D(new l.DOMException("Aborted","AbortError"));var ee=new XMLHttpRequest;function re(){ee.abort()}ee.onload=function(){var ie,Fe,he={status:ee.status,statusText:ee.statusText,headers:(ie=ee.getAllResponseHeaders()||"",Fe=new m,ie.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(de){var X=de.split(":"),b=X.shift().trim();if(b){var L=X.join(":").trim();Fe.append(b,L)}}),Fe)};he.url="responseURL"in ee?ee.responseURL:he.headers.get("X-Request-URL");var le="response"in ee?ee.response:ee.responseText;M(new A(le,he))},ee.onerror=function(){D(new TypeError("Network request failed"))},ee.ontimeout=function(){D(new TypeError("Network request failed"))},ee.onabort=function(){D(new l.DOMException("Aborted","AbortError"))},ee.open(C.method,C.url,!0),C.credentials==="include"?ee.withCredentials=!0:C.credentials==="omit"&&(ee.withCredentials=!1),"responseType"in ee&&d&&(ee.responseType="blob"),C.headers.forEach(function(ie,Fe){ee.setRequestHeader(Fe,ie)}),C.signal&&(C.signal.addEventListener("abort",re),ee.onreadystatechange=function(){ee.readyState===4&&C.signal.removeEventListener("abort",re)}),ee.send(C._bodyInit===void 0?null:C._bodyInit)})}w.polyfill=!0,o.fetch||(o.fetch=w,o.Headers=m,o.Request=K,o.Response=A),l.Headers=m,l.Request=K,l.Response=A,l.fetch=w,Object.defineProperty(l,"__esModule",{value:!0})})({})})(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var s=r;(t=s.fetch).default=s.fetch,t.fetch=s.fetch,t.Headers=s.Headers,t.Request=s.Request,t.Response=s.Response,e.exports=t},4045:(e,t,n)=>{function r(E){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(S){return typeof S}:function(S){return S&&typeof Symbol=="function"&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S},r(E)}function s(E){if(E===null||E===!0||E===!1)return NaN;var S=Number(E);return isNaN(S)?S:S<0?Math.ceil(S):Math.floor(S)}function o(E,S){if(S.length<E)throw new TypeError(E+" argument"+(E>1?"s":"")+" required, but only "+S.length+" present")}function l(E){o(1,arguments);var S=Object.prototype.toString.call(E);return E instanceof Date||r(E)==="object"&&S==="[object Date]"?new Date(E.getTime()):typeof E=="number"||S==="[object Number]"?new Date(E):(typeof E!="string"&&S!=="[object String]"||typeof console=="undefined"||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function u(E,S){o(2,arguments);var T=l(E),R=s(S);return isNaN(R)?new Date(NaN):(R&&T.setDate(T.getDate()+R),T)}function c(E,S){o(2,arguments);var T=l(E),R=s(S);if(isNaN(R))return new Date(NaN);if(!R)return T;var O=T.getDate(),z=new Date(T.getTime());return z.setMonth(T.getMonth()+R+1,0),O>=z.getDate()?z:(T.setFullYear(z.getFullYear(),z.getMonth(),O),T)}function d(E,S){if(o(2,arguments),!S||r(S)!=="object")return new Date(NaN);var T=S.years?s(S.years):0,R=S.months?s(S.months):0,O=S.weeks?s(S.weeks):0,z=S.days?s(S.days):0,ne=S.hours?s(S.hours):0,Te=S.minutes?s(S.minutes):0,_e=S.seconds?s(S.seconds):0,Ae=l(E),Ie=R||T?c(Ae,R+12*T):Ae,Ke=z||O?u(Ie,z+7*O):Ie,Ye=1e3*(_e+60*(Te+60*ne));return new Date(Ke.getTime()+Ye)}function h(E){o(1,arguments);var S=l(E).getDay();return S===0||S===6}function B(E){return o(1,arguments),l(E).getDay()===0}function U(E){return o(1,arguments),l(E).getDay()===6}function f(E,S){o(2,arguments);var T=l(E),R=h(T),O=s(S);if(isNaN(O))return new Date(NaN);var z=T.getHours(),ne=O<0?-1:1,Te=s(O/5);T.setDate(T.getDate()+7*Te);for(var _e=Math.abs(O%5);_e>0;)T.setDate(T.getDate()+ne),h(T)||(_e-=1);return R&&h(T)&&O!==0&&(U(T)&&T.setDate(T.getDate()+(ne<0?2:-1)),B(T)&&T.setDate(T.getDate()+(ne<0?1:-2))),T.setHours(z),T}function g(E,S){o(2,arguments);var T=l(E).getTime(),R=s(S);return new Date(T+R)}n.r(t),n.d(t,{add:()=>d,addBusinessDays:()=>f,addDays:()=>u,addHours:()=>y,addISOWeekYears:()=>Z,addMilliseconds:()=>g,addMinutes:()=>M,addMonths:()=>c,addQuarters:()=>D,addSeconds:()=>C,addWeeks:()=>ee,addYears:()=>re,areIntervalsOverlapping:()=>ie,clamp:()=>le,closestIndexTo:()=>de,closestTo:()=>X,compareAsc:()=>b,compareDesc:()=>L,daysInWeek:()=>ae,daysInYear:()=>H,daysToWeeks:()=>it,differenceInBusinessDays:()=>Rt,differenceInCalendarDays:()=>j,differenceInCalendarISOWeekYears:()=>Je,differenceInCalendarISOWeeks:()=>te,differenceInCalendarMonths:()=>I,differenceInCalendarQuarters:()=>ve,differenceInCalendarWeeks:()=>we,differenceInCalendarYears:()=>Oe,differenceInDays:()=>je,differenceInHours:()=>Ut,differenceInISOWeekYears:()=>lt,differenceInMilliseconds:()=>xe,differenceInMinutes:()=>Et,differenceInMonths:()=>Ot,differenceInQuarters:()=>Xt,differenceInSeconds:()=>$t,differenceInWeeks:()=>fn,differenceInYears:()=>En,eachDayOfInterval:()=>Kt,eachHourOfInterval:()=>qt,eachMinuteOfInterval:()=>Sn,eachMonthOfInterval:()=>on,eachQuarterOfInterval:()=>ht,eachWeekOfInterval:()=>Mn,eachWeekendOfInterval:()=>Fn,eachWeekendOfMonth:()=>Zn,eachWeekendOfYear:()=>zt,eachYearOfInterval:()=>Gt,endOfDay:()=>wt,endOfDecade:()=>bt,endOfHour:()=>In,endOfISOWeek:()=>p,endOfISOWeekYear:()=>Q,endOfMinute:()=>k,endOfMonth:()=>Vt,endOfQuarter:()=>se,endOfSecond:()=>Qe,endOfToday:()=>ke,endOfTomorrow:()=>$e,endOfWeek:()=>Ln,endOfYear:()=>pe,endOfYesterday:()=>Bt,format:()=>oe,formatDistance:()=>et,formatDistanceStrict:()=>rt,formatDistanceToNow:()=>Nt,formatDistanceToNowStrict:()=>vt,formatDuration:()=>an,formatISO:()=>cn,formatISO9075:()=>Hn,formatISODuration:()=>sr,formatRFC3339:()=>wr,formatRFC7231:()=>Jo,formatRelative:()=>ko,fromUnixTime:()=>Wo,getDate:()=>jr,getDay:()=>Qr,getDayOfYear:()=>Co,getDaysInMonth:()=>Ar,getDaysInYear:()=>Do,getDecade:()=>Mo,getDefaultOptions:()=>Zo,getHours:()=>Oo,getISODay:()=>Ir,getISOWeek:()=>Lr,getISOWeekYear:()=>G,getISOWeeksInYear:()=>xo,getMilliseconds:()=>Io,getMinutes:()=>Lo,getMonth:()=>Po,getOverlappingDaysInIntervals:()=>Go,getQuarter:()=>ge,getSeconds:()=>Yo,getTime:()=>Pr,getUnixTime:()=>Ho,getWeek:()=>Gr,getWeekOfMonth:()=>Ko,getWeekYear:()=>zr,getWeeksInMonth:()=>qo,getYear:()=>$o,hoursToMilliseconds:()=>ei,hoursToMinutes:()=>ti,hoursToSeconds:()=>ni,intervalToDuration:()=>ri,intlFormat:()=>oi,intlFormatDistance:()=>ii,isAfter:()=>ai,isBefore:()=>si,isDate:()=>st,isEqual:()=>li,isExists:()=>ui,isFirstDayOfMonth:()=>ci,isFriday:()=>di,isFuture:()=>pi,isLastDayOfMonth:()=>Zt,isLeapYear:()=>xr,isMatch:()=>Qa,isMonday:()=>ya,isPast:()=>Ra,isSameDay:()=>yt,isSameHour:()=>ho,isSameISOWeek:()=>fo,isSameISOWeekYear:()=>Ba,isSameMinute:()=>Uo,isSameMonth:()=>Fo,isSameQuarter:()=>Qo,isSameSecond:()=>yo,isSameWeek:()=>Wr,isSameYear:()=>Ro,isSaturday:()=>U,isSunday:()=>B,isThisHour:()=>ma,isThisISOWeek:()=>Sa,isThisMinute:()=>va,isThisMonth:()=>ba,isThisQuarter:()=>Ea,isThisSecond:()=>Ta,isThisWeek:()=>Va,isThisYear:()=>wa,isThursday:()=>Na,isToday:()=>_a,isTomorrow:()=>Ja,isTuesday:()=>ka,isValid:()=>gt,isWednesday:()=>Wa,isWeekend:()=>h,isWithinInterval:()=>Ca,isYesterday:()=>Da,lastDayOfDecade:()=>Ma,lastDayOfISOWeek:()=>Za,lastDayOfISOWeekYear:()=>Oa,lastDayOfMonth:()=>Yr,lastDayOfQuarter:()=>ja,lastDayOfWeek:()=>Bo,lastDayOfYear:()=>Aa,lightFormat:()=>za,max:()=>Fe,maxTime:()=>Be,milliseconds:()=>Ga,millisecondsInHour:()=>ue,millisecondsInMinute:()=>fe,millisecondsInSecond:()=>Re,millisecondsToHours:()=>Ya,millisecondsToMinutes:()=>Ha,millisecondsToSeconds:()=>Xa,min:()=>he,minTime:()=>me,minutesInHour:()=>Ne,minutesToHours:()=>Ka,minutesToMilliseconds:()=>qa,minutesToSeconds:()=>$a,monthsInQuarter:()=>Ze,monthsInYear:()=>Pe,monthsToQuarters:()=>es,monthsToYears:()=>ts,nextDay:()=>Pn,nextFriday:()=>ns,nextMonday:()=>rs,nextSaturday:()=>os,nextSunday:()=>is,nextThursday:()=>as,nextTuesday:()=>ss,nextWednesday:()=>ls,parse:()=>go,parseISO:()=>us,parseJSON:()=>hs,previousDay:()=>zn,previousFriday:()=>fs,previousMonday:()=>Us,previousSaturday:()=>Fs,previousSunday:()=>Qs,previousThursday:()=>ys,previousTuesday:()=>Rs,previousWednesday:()=>Bs,quartersInYear:()=>J,quartersToMonths:()=>ms,quartersToYears:()=>Ss,roundToNearestMinutes:()=>vs,secondsInDay:()=>ce,secondsInHour:()=>x,secondsInMinute:()=>$,secondsInMonth:()=>Me,secondsInQuarter:()=>ot,secondsInWeek:()=>be,secondsInYear:()=>ye,secondsToHours:()=>bs,secondsToMilliseconds:()=>Es,secondsToMinutes:()=>Ts,set:()=>Vs,setDate:()=>ws,setDay:()=>Ns,setDayOfYear:()=>_s,setDefaultOptions:()=>Js,setHours:()=>ks,setISODay:()=>Ws,setISOWeek:()=>Cs,setISOWeekYear:()=>w,setMilliseconds:()=>Ds,setMinutes:()=>Ms,setMonth:()=>Mr,setQuarter:()=>Zs,setSeconds:()=>Os,setWeek:()=>js,setWeekYear:()=>As,setYear:()=>xs,startOfDay:()=>Y,startOfDecade:()=>Is,startOfHour:()=>kr,startOfISOWeek:()=>V,startOfISOWeekYear:()=>W,startOfMinute:()=>gn,startOfMonth:()=>Pt,startOfQuarter:()=>ze,startOfSecond:()=>Cr,startOfToday:()=>Ls,startOfTomorrow:()=>Ps,startOfWeek:()=>N,startOfWeekYear:()=>yr,startOfYear:()=>xn,startOfYesterday:()=>zs,sub:()=>Gs,subBusinessDays:()=>Ys,subDays:()=>Br,subHours:()=>Hs,subISOWeekYears:()=>Ge,subMilliseconds:()=>jt,subMinutes:()=>Xs,subMonths:()=>vo,subQuarters:()=>Ks,subSeconds:()=>qs,subWeeks:()=>$s,subYears:()=>el,toDate:()=>l,weeksToDays:()=>tl,yearsToMonths:()=>nl,yearsToQuarters:()=>rl});var F=36e5;function y(E,S){return o(2,arguments),g(E,s(S)*F)}var m={};function _(){return m}function v(E){m=E}function N(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.weekStartsOn)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.weekStartsOn)!==null&&O!==void 0?O:Ie.weekStartsOn)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.weekStartsOn)!==null&&T!==void 0?T:0);if(!(Ke>=0&&Ke<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Ye=l(E),Xe=Ye.getDay(),tt=(Xe<Ke?7:0)+Xe-Ke;return Ye.setDate(Ye.getDate()-tt),Ye.setHours(0,0,0,0),Ye}function V(E){return o(1,arguments),N(E,{weekStartsOn:1})}function G(E){o(1,arguments);var S=l(E),T=S.getFullYear(),R=new Date(0);R.setFullYear(T+1,0,4),R.setHours(0,0,0,0);var O=V(R),z=new Date(0);z.setFullYear(T,0,4),z.setHours(0,0,0,0);var ne=V(z);return S.getTime()>=O.getTime()?T+1:S.getTime()>=ne.getTime()?T:T-1}function W(E){o(1,arguments);var S=G(E),T=new Date(0);return T.setFullYear(S,0,4),T.setHours(0,0,0,0),V(T)}function K(E){var S=new Date(Date.UTC(E.getFullYear(),E.getMonth(),E.getDate(),E.getHours(),E.getMinutes(),E.getSeconds(),E.getMilliseconds()));return S.setUTCFullYear(E.getFullYear()),E.getTime()-S.getTime()}function Y(E){o(1,arguments);var S=l(E);return S.setHours(0,0,0,0),S}var A=864e5;function j(E,S){o(2,arguments);var T=Y(E),R=Y(S),O=T.getTime()-K(T),z=R.getTime()-K(R);return Math.round((O-z)/A)}function w(E,S){o(2,arguments);var T=l(E),R=s(S),O=j(T,W(T)),z=new Date(0);return z.setFullYear(R,0,4),z.setHours(0,0,0,0),(T=W(z)).setDate(T.getDate()+O),T}function Z(E,S){o(2,arguments);var T=s(S);return w(E,G(E)+T)}var q=6e4;function M(E,S){return o(2,arguments),g(E,s(S)*q)}function D(E,S){return o(2,arguments),c(E,3*s(S))}function C(E,S){return o(2,arguments),g(E,1e3*s(S))}function ee(E,S){return o(2,arguments),u(E,7*s(S))}function re(E,S){return o(2,arguments),c(E,12*s(S))}function ie(E,S,T){o(2,arguments);var R=l(E==null?void 0:E.start).getTime(),O=l(E==null?void 0:E.end).getTime(),z=l(S==null?void 0:S.start).getTime(),ne=l(S==null?void 0:S.end).getTime();if(!(R<=O&&z<=ne))throw new RangeError("Invalid interval");return T!=null&&T.inclusive?R<=ne&&z<=O:R<ne&&z<O}function Fe(E){var S,T;if(o(1,arguments),E&&typeof E.forEach=="function")S=E;else{if(r(E)!=="object"||E===null)return new Date(NaN);S=Array.prototype.slice.call(E)}return S.forEach(function(R){var O=l(R);(T===void 0||T<O||isNaN(Number(O)))&&(T=O)}),T||new Date(NaN)}function he(E){var S,T;if(o(1,arguments),E&&typeof E.forEach=="function")S=E;else{if(r(E)!=="object"||E===null)return new Date(NaN);S=Array.prototype.slice.call(E)}return S.forEach(function(R){var O=l(R);(T===void 0||T>O||isNaN(O.getDate()))&&(T=O)}),T||new Date(NaN)}function le(E,S){var T=S.start,R=S.end;return o(2,arguments),he([Fe([E,T]),R])}function de(E,S){o(2,arguments);var T=l(E);if(isNaN(Number(T)))return NaN;var R,O,z=T.getTime();return(S==null?[]:typeof S.forEach=="function"?S:Array.prototype.slice.call(S)).forEach(function(ne,Te){var _e=l(ne);if(isNaN(Number(_e)))return R=NaN,void(O=NaN);var Ae=Math.abs(z-_e.getTime());(R==null||Ae<Number(O))&&(R=Te,O=Ae)}),R}function X(E,S){o(2,arguments);var T=l(E);if(isNaN(Number(T)))return new Date(NaN);var R,O,z=T.getTime();return(S==null?[]:typeof S.forEach=="function"?S:Array.prototype.slice.call(S)).forEach(function(ne){var Te=l(ne);if(isNaN(Number(Te)))return R=new Date(NaN),void(O=NaN);var _e=Math.abs(z-Te.getTime());(R==null||_e<Number(O))&&(R=Te,O=_e)}),R}function b(E,S){o(2,arguments);var T=l(E),R=l(S),O=T.getTime()-R.getTime();return O<0?-1:O>0?1:O}function L(E,S){o(2,arguments);var T=l(E),R=l(S),O=T.getTime()-R.getTime();return O>0?-1:O<0?1:O}var ae=7,H=365.2425,Be=24*Math.pow(10,8)*60*60*1e3,fe=6e4,ue=36e5,Re=1e3,me=-Be,Ne=60,Ze=3,Pe=12,J=4,x=3600,$=60,ce=24*x,be=7*ce,ye=ce*H,Me=ye/12,ot=3*Me;function it(E){o(1,arguments);var S=E/ae;return Math.floor(S)}function yt(E,S){o(2,arguments);var T=Y(E),R=Y(S);return T.getTime()===R.getTime()}function st(E){return o(1,arguments),E instanceof Date||r(E)==="object"&&Object.prototype.toString.call(E)==="[object Date]"}function gt(E){if(o(1,arguments),!st(E)&&typeof E!="number")return!1;var S=l(E);return!isNaN(Number(S))}function Rt(E,S){o(2,arguments);var T=l(E),R=l(S);if(!gt(T)||!gt(R))return NaN;var O=j(T,R),z=O<0?-1:1,ne=s(O/7),Te=5*ne;for(R=u(R,7*ne);!yt(T,R);)Te+=h(R)?0:z,R=u(R,z);return Te===0?0:Te}function Je(E,S){return o(2,arguments),G(E)-G(S)}var qe=6048e5;function te(E,S){o(2,arguments);var T=V(E),R=V(S),O=T.getTime()-K(T),z=R.getTime()-K(R);return Math.round((O-z)/qe)}function I(E,S){o(2,arguments);var T=l(E),R=l(S);return 12*(T.getFullYear()-R.getFullYear())+(T.getMonth()-R.getMonth())}function ge(E){o(1,arguments);var S=l(E);return Math.floor(S.getMonth()/3)+1}function ve(E,S){o(2,arguments);var T=l(E),R=l(S);return 4*(T.getFullYear()-R.getFullYear())+(ge(T)-ge(R))}var Ee=6048e5;function we(E,S,T){o(2,arguments);var R=N(E,T),O=N(S,T),z=R.getTime()-K(R),ne=O.getTime()-K(O);return Math.round((z-ne)/Ee)}function Oe(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getFullYear()-R.getFullYear()}function Ve(E,S){var T=E.getFullYear()-S.getFullYear()||E.getMonth()-S.getMonth()||E.getDate()-S.getDate()||E.getHours()-S.getHours()||E.getMinutes()-S.getMinutes()||E.getSeconds()-S.getSeconds()||E.getMilliseconds()-S.getMilliseconds();return T<0?-1:T>0?1:T}function je(E,S){o(2,arguments);var T=l(E),R=l(S),O=Ve(T,R),z=Math.abs(j(T,R));T.setDate(T.getDate()-O*z);var ne=O*(z-+(Ve(T,R)===-O));return ne===0?0:ne}function xe(E,S){return o(2,arguments),l(E).getTime()-l(S).getTime()}var nt={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(E){return E<0?Math.ceil(E):Math.floor(E)}},Qt="trunc";function St(E){return E?nt[E]:nt[Qt]}function Ut(E,S,T){o(2,arguments);var R=xe(E,S)/ue;return St(T==null?void 0:T.roundingMethod)(R)}function Ge(E,S){return o(2,arguments),Z(E,-s(S))}function lt(E,S){o(2,arguments);var T=l(E),R=l(S),O=b(T,R),z=Math.abs(Je(T,R));T=Ge(T,O*z);var ne=O*(z-+(b(T,R)===-O));return ne===0?0:ne}function Et(E,S,T){o(2,arguments);var R=xe(E,S)/fe;return St(T==null?void 0:T.roundingMethod)(R)}function wt(E){o(1,arguments);var S=l(E);return S.setHours(23,59,59,999),S}function Vt(E){o(1,arguments);var S=l(E),T=S.getMonth();return S.setFullYear(S.getFullYear(),T+1,0),S.setHours(23,59,59,999),S}function Zt(E){o(1,arguments);var S=l(E);return wt(S).getTime()===Vt(S).getTime()}function Ot(E,S){o(2,arguments);var T,R=l(E),O=l(S),z=b(R,O),ne=Math.abs(I(R,O));if(ne<1)T=0;else{R.getMonth()===1&&R.getDate()>27&&R.setDate(30),R.setMonth(R.getMonth()-z*ne);var Te=b(R,O)===-z;Zt(l(E))&&ne===1&&b(E,O)===1&&(Te=!1),T=z*(ne-Number(Te))}return T===0?0:T}function Xt(E,S,T){o(2,arguments);var R=Ot(E,S)/3;return St(T==null?void 0:T.roundingMethod)(R)}function $t(E,S,T){o(2,arguments);var R=xe(E,S)/1e3;return St(T==null?void 0:T.roundingMethod)(R)}function fn(E,S,T){o(2,arguments);var R=je(E,S)/7;return St(T==null?void 0:T.roundingMethod)(R)}function En(E,S){o(2,arguments);var T=l(E),R=l(S),O=b(T,R),z=Math.abs(Oe(T,R));T.setFullYear(1584),R.setFullYear(1584);var ne=b(T,R)===-O,Te=O*(z-Number(ne));return Te===0?0:Te}function Kt(E,S){var T;o(1,arguments);var R=E||{},O=l(R.start),z=l(R.end).getTime();if(!(O.getTime()<=z))throw new RangeError("Invalid interval");var ne=[],Te=O;Te.setHours(0,0,0,0);var _e=Number((T=S==null?void 0:S.step)!==null&&T!==void 0?T:1);if(_e<1||isNaN(_e))throw new RangeError("`options.step` must be a number greater than 1");for(;Te.getTime()<=z;)ne.push(l(Te)),Te.setDate(Te.getDate()+_e),Te.setHours(0,0,0,0);return ne}function qt(E,S){var T;o(1,arguments);var R=E||{},O=l(R.start),z=l(R.end),ne=O.getTime(),Te=z.getTime();if(!(ne<=Te))throw new RangeError("Invalid interval");var _e=[],Ae=O;Ae.setMinutes(0,0,0);var Ie=Number((T=S==null?void 0:S.step)!==null&&T!==void 0?T:1);if(Ie<1||isNaN(Ie))throw new RangeError("`options.step` must be a number greater than 1");for(;Ae.getTime()<=Te;)_e.push(l(Ae)),Ae=y(Ae,Ie);return _e}function gn(E){o(1,arguments);var S=l(E);return S.setSeconds(0,0),S}function Sn(E,S){var T;o(1,arguments);var R=gn(l(E.start)),O=l(E.end),z=R.getTime(),ne=O.getTime();if(z>=ne)throw new RangeError("Invalid interval");var Te=[],_e=R,Ae=Number((T=S==null?void 0:S.step)!==null&&T!==void 0?T:1);if(Ae<1||isNaN(Ae))throw new RangeError("`options.step` must be a number equal to or greater than 1");for(;_e.getTime()<=ne;)Te.push(l(_e)),_e=M(_e,Ae);return Te}function on(E){o(1,arguments);var S=E||{},T=l(S.start),R=l(S.end).getTime(),O=[];if(!(T.getTime()<=R))throw new RangeError("Invalid interval");var z=T;for(z.setHours(0,0,0,0),z.setDate(1);z.getTime()<=R;)O.push(l(z)),z.setMonth(z.getMonth()+1);return O}function ze(E){o(1,arguments);var S=l(E),T=S.getMonth(),R=T-T%3;return S.setMonth(R,1),S.setHours(0,0,0,0),S}function ht(E){o(1,arguments);var S=E||{},T=l(S.start),R=l(S.end),O=R.getTime();if(!(T.getTime()<=O))throw new RangeError("Invalid interval");var z=ze(T);O=ze(R).getTime();for(var ne=[],Te=z;Te.getTime()<=O;)ne.push(l(Te)),Te=D(Te,1);return ne}function Mn(E,S){o(1,arguments);var T=E||{},R=l(T.start),O=l(T.end),z=O.getTime();if(!(R.getTime()<=z))throw new RangeError("Invalid interval");var ne=N(R,S),Te=N(O,S);ne.setHours(15),Te.setHours(15),z=Te.getTime();for(var _e=[],Ae=ne;Ae.getTime()<=z;)Ae.setHours(0),_e.push(l(Ae)),(Ae=ee(Ae,1)).setHours(15);return _e}function Fn(E){o(1,arguments);for(var S=Kt(E),T=[],R=0;R<S.length;){var O=S[R++];h(O)&&(T.push(O),B(O)&&(R+=5))}return T}function Pt(E){o(1,arguments);var S=l(E);return S.setDate(1),S.setHours(0,0,0,0),S}function Zn(E){o(1,arguments);var S=Pt(E);if(isNaN(S.getTime()))throw new RangeError("The passed date is invalid");return Fn({start:S,end:Vt(E)})}function pe(E){o(1,arguments);var S=l(E),T=S.getFullYear();return S.setFullYear(T+1,0,0),S.setHours(23,59,59,999),S}function xn(E){o(1,arguments);var S=l(E),T=new Date(0);return T.setFullYear(S.getFullYear(),0,1),T.setHours(0,0,0,0),T}function zt(E){return o(1,arguments),Fn({start:xn(E),end:pe(E)})}function Gt(E){o(1,arguments);var S=E||{},T=l(S.start),R=l(S.end).getTime();if(!(T.getTime()<=R))throw new RangeError("Invalid interval");var O=[],z=T;for(z.setHours(0,0,0,0),z.setMonth(0,1);z.getTime()<=R;)O.push(l(z)),z.setFullYear(z.getFullYear()+1);return O}function bt(E){o(1,arguments);var S=l(E),T=S.getFullYear(),R=9+10*Math.floor(T/10);return S.setFullYear(R,11,31),S.setHours(23,59,59,999),S}function In(E){o(1,arguments);var S=l(E);return S.setMinutes(59,59,999),S}function Ln(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.weekStartsOn)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.weekStartsOn)!==null&&O!==void 0?O:Ie.weekStartsOn)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.weekStartsOn)!==null&&T!==void 0?T:0);if(!(Ke>=0&&Ke<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Ye=l(E),Xe=Ye.getDay(),tt=6+(Xe<Ke?-7:0)-(Xe-Ke);return Ye.setDate(Ye.getDate()+tt),Ye.setHours(23,59,59,999),Ye}function p(E){return o(1,arguments),Ln(E,{weekStartsOn:1})}function Q(E){o(1,arguments);var S=G(E),T=new Date(0);T.setFullYear(S+1,0,4),T.setHours(0,0,0,0);var R=V(T);return R.setMilliseconds(R.getMilliseconds()-1),R}function k(E){o(1,arguments);var S=l(E);return S.setSeconds(59,999),S}function se(E){o(1,arguments);var S=l(E),T=S.getMonth(),R=T-T%3+3;return S.setMonth(R,0),S.setHours(23,59,59,999),S}function Qe(E){o(1,arguments);var S=l(E);return S.setMilliseconds(999),S}function ke(){return wt(Date.now())}function $e(){var E=new Date,S=E.getFullYear(),T=E.getMonth(),R=E.getDate(),O=new Date(0);return O.setFullYear(S,T,R+1),O.setHours(23,59,59,999),O}function Bt(){var E=new Date,S=E.getFullYear(),T=E.getMonth(),R=E.getDate(),O=new Date(0);return O.setFullYear(S,T,R-1),O.setHours(23,59,59,999),O}function jt(E,S){return o(2,arguments),g(E,-s(S))}function un(E){o(1,arguments);var S=l(E),T=S.getUTCDay(),R=(T<1?7:0)+T-1;return S.setUTCDate(S.getUTCDate()-R),S.setUTCHours(0,0,0,0),S}function _n(E){o(1,arguments);var S=l(E),T=S.getUTCFullYear(),R=new Date(0);R.setUTCFullYear(T+1,0,4),R.setUTCHours(0,0,0,0);var O=un(R),z=new Date(0);z.setUTCFullYear(T,0,4),z.setUTCHours(0,0,0,0);var ne=un(z);return S.getTime()>=O.getTime()?T+1:S.getTime()>=ne.getTime()?T:T-1}function Jn(E){o(1,arguments);var S=l(E),T=un(S).getTime()-function(R){o(1,arguments);var O=_n(R),z=new Date(0);return z.setUTCFullYear(O,0,4),z.setUTCHours(0,0,0,0),un(z)}(S).getTime();return Math.round(T/6048e5)+1}function kn(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.weekStartsOn)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.weekStartsOn)!==null&&O!==void 0?O:Ie.weekStartsOn)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.weekStartsOn)!==null&&T!==void 0?T:0);if(!(Ke>=0&&Ke<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Ye=l(E),Xe=Ye.getUTCDay(),tt=(Xe<Ke?7:0)+Xe-Ke;return Ye.setUTCDate(Ye.getUTCDate()-tt),Ye.setUTCHours(0,0,0,0),Ye}function Kn(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=l(E),Ke=Ie.getUTCFullYear(),Ye=_(),Xe=s((T=(R=(O=(z=S==null?void 0:S.firstWeekContainsDate)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.firstWeekContainsDate)!==null&&O!==void 0?O:Ye.firstWeekContainsDate)!==null&&R!==void 0?R:(_e=Ye.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.firstWeekContainsDate)!==null&&T!==void 0?T:1);if(!(Xe>=1&&Xe<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var tt=new Date(0);tt.setUTCFullYear(Ke+1,0,Xe),tt.setUTCHours(0,0,0,0);var Ft=kn(tt,S),ft=new Date(0);ft.setUTCFullYear(Ke,0,Xe),ft.setUTCHours(0,0,0,0);var Tt=kn(ft,S);return Ie.getTime()>=Ft.getTime()?Ke+1:Ie.getTime()>=Tt.getTime()?Ke:Ke-1}function vn(E,S){o(1,arguments);var T=l(E),R=kn(T,S).getTime()-function(O,z){var ne,Te,_e,Ae,Ie,Ke,Ye,Xe;o(1,arguments);var tt=_(),Ft=s((ne=(Te=(_e=(Ae=z==null?void 0:z.firstWeekContainsDate)!==null&&Ae!==void 0?Ae:z==null||(Ie=z.locale)===null||Ie===void 0||(Ke=Ie.options)===null||Ke===void 0?void 0:Ke.firstWeekContainsDate)!==null&&_e!==void 0?_e:tt.firstWeekContainsDate)!==null&&Te!==void 0?Te:(Ye=tt.locale)===null||Ye===void 0||(Xe=Ye.options)===null||Xe===void 0?void 0:Xe.firstWeekContainsDate)!==null&&ne!==void 0?ne:1),ft=Kn(O,z),Tt=new Date(0);return Tt.setUTCFullYear(ft,0,Ft),Tt.setUTCHours(0,0,0,0),kn(Tt,z)}(T,S).getTime();return Math.round(R/6048e5)+1}function pt(E,S){for(var T=E<0?"-":"",R=Math.abs(E).toString();R.length<S;)R="0"+R;return T+R}var On={y:function(E,S){var T=E.getUTCFullYear(),R=T>0?T:1-T;return pt(S==="yy"?R%100:R,S.length)},M:function(E,S){var T=E.getUTCMonth();return S==="M"?String(T+1):pt(T+1,2)},d:function(E,S){return pt(E.getUTCDate(),S.length)},a:function(E,S){var T=E.getUTCHours()/12>=1?"pm":"am";switch(S){case"a":case"aa":return T.toUpperCase();case"aaa":return T;case"aaaaa":return T[0];default:return T==="am"?"a.m.":"p.m."}},h:function(E,S){return pt(E.getUTCHours()%12||12,S.length)},H:function(E,S){return pt(E.getUTCHours(),S.length)},m:function(E,S){return pt(E.getUTCMinutes(),S.length)},s:function(E,S){return pt(E.getUTCSeconds(),S.length)},S:function(E,S){var T=S.length,R=E.getUTCMilliseconds();return pt(Math.floor(R*Math.pow(10,T-3)),S.length)}};const Qn=On;function qn(E,S){var T=E>0?"-":"+",R=Math.abs(E),O=Math.floor(R/60),z=R%60;if(z===0)return T+String(O);var ne=S||"";return T+String(O)+ne+pt(z,2)}function jn(E,S){return E%60==0?(E>0?"-":"+")+pt(Math.abs(E)/60,2):An(E,S)}function An(E,S){var T=S||"",R=E>0?"-":"+",O=Math.abs(E);return R+pt(Math.floor(O/60),2)+T+pt(O%60,2)}const $n={G:function(E,S,T){var R=E.getUTCFullYear()>0?1:0;switch(S){case"G":case"GG":case"GGG":return T.era(R,{width:"abbreviated"});case"GGGGG":return T.era(R,{width:"narrow"});default:return T.era(R,{width:"wide"})}},y:function(E,S,T){if(S==="yo"){var R=E.getUTCFullYear(),O=R>0?R:1-R;return T.ordinalNumber(O,{unit:"year"})}return Qn.y(E,S)},Y:function(E,S,T,R){var O=Kn(E,R),z=O>0?O:1-O;return S==="YY"?pt(z%100,2):S==="Yo"?T.ordinalNumber(z,{unit:"year"}):pt(z,S.length)},R:function(E,S){return pt(_n(E),S.length)},u:function(E,S){return pt(E.getUTCFullYear(),S.length)},Q:function(E,S,T){var R=Math.ceil((E.getUTCMonth()+1)/3);switch(S){case"Q":return String(R);case"QQ":return pt(R,2);case"Qo":return T.ordinalNumber(R,{unit:"quarter"});case"QQQ":return T.quarter(R,{width:"abbreviated",context:"formatting"});case"QQQQQ":return T.quarter(R,{width:"narrow",context:"formatting"});default:return T.quarter(R,{width:"wide",context:"formatting"})}},q:function(E,S,T){var R=Math.ceil((E.getUTCMonth()+1)/3);switch(S){case"q":return String(R);case"qq":return pt(R,2);case"qo":return T.ordinalNumber(R,{unit:"quarter"});case"qqq":return T.quarter(R,{width:"abbreviated",context:"standalone"});case"qqqqq":return T.quarter(R,{width:"narrow",context:"standalone"});default:return T.quarter(R,{width:"wide",context:"standalone"})}},M:function(E,S,T){var R=E.getUTCMonth();switch(S){case"M":case"MM":return Qn.M(E,S);case"Mo":return T.ordinalNumber(R+1,{unit:"month"});case"MMM":return T.month(R,{width:"abbreviated",context:"formatting"});case"MMMMM":return T.month(R,{width:"narrow",context:"formatting"});default:return T.month(R,{width:"wide",context:"formatting"})}},L:function(E,S,T){var R=E.getUTCMonth();switch(S){case"L":return String(R+1);case"LL":return pt(R+1,2);case"Lo":return T.ordinalNumber(R+1,{unit:"month"});case"LLL":return T.month(R,{width:"abbreviated",context:"standalone"});case"LLLLL":return T.month(R,{width:"narrow",context:"standalone"});default:return T.month(R,{width:"wide",context:"standalone"})}},w:function(E,S,T,R){var O=vn(E,R);return S==="wo"?T.ordinalNumber(O,{unit:"week"}):pt(O,S.length)},I:function(E,S,T){var R=Jn(E);return S==="Io"?T.ordinalNumber(R,{unit:"week"}):pt(R,S.length)},d:function(E,S,T){return S==="do"?T.ordinalNumber(E.getUTCDate(),{unit:"date"}):Qn.d(E,S)},D:function(E,S,T){var R=function(O){o(1,arguments);var z=l(O),ne=z.getTime();z.setUTCMonth(0,1),z.setUTCHours(0,0,0,0);var Te=ne-z.getTime();return Math.floor(Te/864e5)+1}(E);return S==="Do"?T.ordinalNumber(R,{unit:"dayOfYear"}):pt(R,S.length)},E:function(E,S,T){var R=E.getUTCDay();switch(S){case"E":case"EE":case"EEE":return T.day(R,{width:"abbreviated",context:"formatting"});case"EEEEE":return T.day(R,{width:"narrow",context:"formatting"});case"EEEEEE":return T.day(R,{width:"short",context:"formatting"});default:return T.day(R,{width:"wide",context:"formatting"})}},e:function(E,S,T,R){var O=E.getUTCDay(),z=(O-R.weekStartsOn+8)%7||7;switch(S){case"e":return String(z);case"ee":return pt(z,2);case"eo":return T.ordinalNumber(z,{unit:"day"});case"eee":return T.day(O,{width:"abbreviated",context:"formatting"});case"eeeee":return T.day(O,{width:"narrow",context:"formatting"});case"eeeeee":return T.day(O,{width:"short",context:"formatting"});default:return T.day(O,{width:"wide",context:"formatting"})}},c:function(E,S,T,R){var O=E.getUTCDay(),z=(O-R.weekStartsOn+8)%7||7;switch(S){case"c":return String(z);case"cc":return pt(z,S.length);case"co":return T.ordinalNumber(z,{unit:"day"});case"ccc":return T.day(O,{width:"abbreviated",context:"standalone"});case"ccccc":return T.day(O,{width:"narrow",context:"standalone"});case"cccccc":return T.day(O,{width:"short",context:"standalone"});default:return T.day(O,{width:"wide",context:"standalone"})}},i:function(E,S,T){var R=E.getUTCDay(),O=R===0?7:R;switch(S){case"i":return String(O);case"ii":return pt(O,S.length);case"io":return T.ordinalNumber(O,{unit:"day"});case"iii":return T.day(R,{width:"abbreviated",context:"formatting"});case"iiiii":return T.day(R,{width:"narrow",context:"formatting"});case"iiiiii":return T.day(R,{width:"short",context:"formatting"});default:return T.day(R,{width:"wide",context:"formatting"})}},a:function(E,S,T){var R=E.getUTCHours()/12>=1?"pm":"am";switch(S){case"a":case"aa":return T.dayPeriod(R,{width:"abbreviated",context:"formatting"});case"aaa":return T.dayPeriod(R,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return T.dayPeriod(R,{width:"narrow",context:"formatting"});default:return T.dayPeriod(R,{width:"wide",context:"formatting"})}},b:function(E,S,T){var R,O=E.getUTCHours();switch(R=O===12?"noon":O===0?"midnight":O/12>=1?"pm":"am",S){case"b":case"bb":return T.dayPeriod(R,{width:"abbreviated",context:"formatting"});case"bbb":return T.dayPeriod(R,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return T.dayPeriod(R,{width:"narrow",context:"formatting"});default:return T.dayPeriod(R,{width:"wide",context:"formatting"})}},B:function(E,S,T){var R,O=E.getUTCHours();switch(R=O>=17?"evening":O>=12?"afternoon":O>=4?"morning":"night",S){case"B":case"BB":case"BBB":return T.dayPeriod(R,{width:"abbreviated",context:"formatting"});case"BBBBB":return T.dayPeriod(R,{width:"narrow",context:"formatting"});default:return T.dayPeriod(R,{width:"wide",context:"formatting"})}},h:function(E,S,T){if(S==="ho"){var R=E.getUTCHours()%12;return R===0&&(R=12),T.ordinalNumber(R,{unit:"hour"})}return Qn.h(E,S)},H:function(E,S,T){return S==="Ho"?T.ordinalNumber(E.getUTCHours(),{unit:"hour"}):Qn.H(E,S)},K:function(E,S,T){var R=E.getUTCHours()%12;return S==="Ko"?T.ordinalNumber(R,{unit:"hour"}):pt(R,S.length)},k:function(E,S,T){var R=E.getUTCHours();return R===0&&(R=24),S==="ko"?T.ordinalNumber(R,{unit:"hour"}):pt(R,S.length)},m:function(E,S,T){return S==="mo"?T.ordinalNumber(E.getUTCMinutes(),{unit:"minute"}):Qn.m(E,S)},s:function(E,S,T){return S==="so"?T.ordinalNumber(E.getUTCSeconds(),{unit:"second"}):Qn.s(E,S)},S:function(E,S){return Qn.S(E,S)},X:function(E,S,T,R){var O=(R._originalDate||E).getTimezoneOffset();if(O===0)return"Z";switch(S){case"X":return jn(O);case"XXXX":case"XX":return An(O);default:return An(O,":")}},x:function(E,S,T,R){var O=(R._originalDate||E).getTimezoneOffset();switch(S){case"x":return jn(O);case"xxxx":case"xx":return An(O);default:return An(O,":")}},O:function(E,S,T,R){var O=(R._originalDate||E).getTimezoneOffset();switch(S){case"O":case"OO":case"OOO":return"GMT"+qn(O,":");default:return"GMT"+An(O,":")}},z:function(E,S,T,R){var O=(R._originalDate||E).getTimezoneOffset();switch(S){case"z":case"zz":case"zzz":return"GMT"+qn(O,":");default:return"GMT"+An(O,":")}},t:function(E,S,T,R){var O=R._originalDate||E;return pt(Math.floor(O.getTime()/1e3),S.length)},T:function(E,S,T,R){return pt((R._originalDate||E).getTime(),S.length)}};var rr=function(E,S){switch(E){case"P":return S.date({width:"short"});case"PP":return S.date({width:"medium"});case"PPP":return S.date({width:"long"});default:return S.date({width:"full"})}},pr=function(E,S){switch(E){case"p":return S.time({width:"short"});case"pp":return S.time({width:"medium"});case"ppp":return S.time({width:"long"});default:return S.time({width:"full"})}},Tr={p:pr,P:function(E,S){var T,R=E.match(/(P+)(p+)?/)||[],O=R[1],z=R[2];if(!z)return rr(E,S);switch(O){case"P":T=S.dateTime({width:"short"});break;case"PP":T=S.dateTime({width:"medium"});break;case"PPP":T=S.dateTime({width:"long"});break;default:T=S.dateTime({width:"full"})}return T.replace("{{date}}",rr(O,S)).replace("{{time}}",pr(z,S))}};const er=Tr;var gr=["D","DD"],hr=["YY","YYYY"];function tr(E){return gr.indexOf(E)!==-1}function or(E){return hr.indexOf(E)!==-1}function Tn(E,S,T){if(E==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(S,"`) for formatting years to the input `").concat(T,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(E==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(S,"`) for formatting years to the input `").concat(T,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(E==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(S,"`) for formatting days of the month to the input `").concat(T,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(E==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(S,"`) for formatting days of the month to the input `").concat(T,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var Vn={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function nr(E){return function(){var S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},T=S.width?String(S.width):E.defaultWidth;return E.formats[T]||E.formats[E.defaultWidth]}}var wn,fr={date:nr({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:nr({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:nr({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},Vr={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function hn(E){return function(S,T){var R;if((T!=null&&T.context?String(T.context):"standalone")==="formatting"&&E.formattingValues){var O=E.defaultFormattingWidth||E.defaultWidth,z=T!=null&&T.width?String(T.width):O;R=E.formattingValues[z]||E.formattingValues[O]}else{var ne=E.defaultWidth,Te=T!=null&&T.width?String(T.width):E.defaultWidth;R=E.values[Te]||E.values[ne]}return R[E.argumentCallback?E.argumentCallback(S):S]}}function Nn(E){return function(S){var T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},R=T.width,O=R&&E.matchPatterns[R]||E.matchPatterns[E.defaultMatchWidth],z=S.match(O);if(!z)return null;var ne,Te=z[0],_e=R&&E.parsePatterns[R]||E.parsePatterns[E.defaultParseWidth],Ae=Array.isArray(_e)?function(Ie){for(var Ke=0;Ke<Ie.length;Ke++)if(Ie[Ke].test(Te))return Ke}(_e):function(Ie){for(var Ke in Ie)if(Ie.hasOwnProperty(Ke)&&Ie[Ke].test(Te))return Ke}(_e);return ne=E.valueCallback?E.valueCallback(Ae):Ae,{value:ne=T.valueCallback?T.valueCallback(ne):ne,rest:S.slice(Te.length)}}}const mn={code:"en-US",formatDistance:function(E,S,T){var R,O=Vn[E];return R=typeof O=="string"?O:S===1?O.one:O.other.replace("{{count}}",S.toString()),T!=null&&T.addSuffix?T.comparison&&T.comparison>0?"in "+R:R+" ago":R},formatLong:fr,formatRelative:function(E,S,T,R){return Vr[E]},localize:{ordinalNumber:function(E,S){var T=Number(E),R=T%100;if(R>20||R<10)switch(R%10){case 1:return T+"st";case 2:return T+"nd";case 3:return T+"rd"}return T+"th"},era:hn({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:hn({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(E){return E-1}}),month:hn({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:hn({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:hn({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(wn={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(E){return parseInt(E,10)}},function(E){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},T=E.match(wn.matchPattern);if(!T)return null;var R=T[0],O=E.match(wn.parsePattern);if(!O)return null;var z=wn.valueCallback?wn.valueCallback(O[0]):O[0];return{value:z=S.valueCallback?S.valueCallback(z):z,rest:E.slice(R.length)}}),era:Nn({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:Nn({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(E){return E+1}}),month:Nn({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:Nn({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:Nn({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};var Un=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ir=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Ur=/^'([^]*?)'?$/,ar=/''/g,P=/[a-zA-Z]/;function oe(E,S,T){var R,O,z,ne,Te,_e,Ae,Ie,Ke,Ye,Xe,tt,Ft,ft,Tt,Lt,It,yn;o(2,arguments);var bn=String(S),tn=_(),Ht=(R=(O=T==null?void 0:T.locale)!==null&&O!==void 0?O:tn.locale)!==null&&R!==void 0?R:mn,sn=s((z=(ne=(Te=(_e=T==null?void 0:T.firstWeekContainsDate)!==null&&_e!==void 0?_e:T==null||(Ae=T.locale)===null||Ae===void 0||(Ie=Ae.options)===null||Ie===void 0?void 0:Ie.firstWeekContainsDate)!==null&&Te!==void 0?Te:tn.firstWeekContainsDate)!==null&&ne!==void 0?ne:(Ke=tn.locale)===null||Ke===void 0||(Ye=Ke.options)===null||Ye===void 0?void 0:Ye.firstWeekContainsDate)!==null&&z!==void 0?z:1);if(!(sn>=1&&sn<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var Rn=s((Xe=(tt=(Ft=(ft=T==null?void 0:T.weekStartsOn)!==null&&ft!==void 0?ft:T==null||(Tt=T.locale)===null||Tt===void 0||(Lt=Tt.options)===null||Lt===void 0?void 0:Lt.weekStartsOn)!==null&&Ft!==void 0?Ft:tn.weekStartsOn)!==null&&tt!==void 0?tt:(It=tn.locale)===null||It===void 0||(yn=It.options)===null||yn===void 0?void 0:yn.weekStartsOn)!==null&&Xe!==void 0?Xe:0);if(!(Rn>=0&&Rn<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!Ht.localize)throw new RangeError("locale must contain localize property");if(!Ht.formatLong)throw new RangeError("locale must contain formatLong property");var Cn=l(E);if(!gt(Cn))throw new RangeError("Invalid time value");var cr=jt(Cn,K(Cn)),Sr={firstWeekContainsDate:sn,weekStartsOn:Rn,locale:Ht,_originalDate:Cn};return bn.match(ir).map(function(dn){var Dn=dn[0];return Dn==="p"||Dn==="P"?(0,er[Dn])(dn,Ht.formatLong):dn}).join("").match(Un).map(function(dn){if(dn==="''")return"'";var Dn,vr,Gn=dn[0];if(Gn==="'")return(vr=(Dn=dn).match(Ur))?vr[1].replace(ar,"'"):Dn;var Xn=$n[Gn];if(Xn)return T!=null&&T.useAdditionalWeekYearTokens||!or(dn)||Tn(dn,S,String(E)),T!=null&&T.useAdditionalDayOfYearTokens||!tr(dn)||Tn(dn,S,String(E)),Xn(cr,dn,Ht.localize,Sr);if(Gn.match(P))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Gn+"`");return dn}).join("")}function Ue(E,S){if(E==null)throw new TypeError("assign requires that input parameter not be null or undefined");for(var T in S)Object.prototype.hasOwnProperty.call(S,T)&&(E[T]=S[T]);return E}function Se(E){return Ue({},E)}var We=1440,He=2520,Ce=43200,Le=86400;function et(E,S,T){var R,O;o(2,arguments);var z=_(),ne=(R=(O=T==null?void 0:T.locale)!==null&&O!==void 0?O:z.locale)!==null&&R!==void 0?R:mn;if(!ne.formatDistance)throw new RangeError("locale must contain formatDistance property");var Te=b(E,S);if(isNaN(Te))throw new RangeError("Invalid time value");var _e,Ae,Ie=Ue(Se(T),{addSuffix:!!(T!=null&&T.addSuffix),comparison:Te});Te>0?(_e=l(S),Ae=l(E)):(_e=l(E),Ae=l(S));var Ke,Ye=$t(Ae,_e),Xe=(K(Ae)-K(_e))/1e3,tt=Math.round((Ye-Xe)/60);if(tt<2)return T!=null&&T.includeSeconds?Ye<5?ne.formatDistance("lessThanXSeconds",5,Ie):Ye<10?ne.formatDistance("lessThanXSeconds",10,Ie):Ye<20?ne.formatDistance("lessThanXSeconds",20,Ie):Ye<40?ne.formatDistance("halfAMinute",0,Ie):Ye<60?ne.formatDistance("lessThanXMinutes",1,Ie):ne.formatDistance("xMinutes",1,Ie):tt===0?ne.formatDistance("lessThanXMinutes",1,Ie):ne.formatDistance("xMinutes",tt,Ie);if(tt<45)return ne.formatDistance("xMinutes",tt,Ie);if(tt<90)return ne.formatDistance("aboutXHours",1,Ie);if(tt<We){var Ft=Math.round(tt/60);return ne.formatDistance("aboutXHours",Ft,Ie)}if(tt<He)return ne.formatDistance("xDays",1,Ie);if(tt<Ce){var ft=Math.round(tt/We);return ne.formatDistance("xDays",ft,Ie)}if(tt<Le)return Ke=Math.round(tt/Ce),ne.formatDistance("aboutXMonths",Ke,Ie);if((Ke=Ot(Ae,_e))<12){var Tt=Math.round(tt/Ce);return ne.formatDistance("xMonths",Tt,Ie)}var Lt=Ke%12,It=Math.floor(Ke/12);return Lt<3?ne.formatDistance("aboutXYears",It,Ie):Lt<9?ne.formatDistance("overXYears",It,Ie):ne.formatDistance("almostXYears",It+1,Ie)}var ct=6e4,mt=1440,kt=30*mt,At=365*mt;function rt(E,S,T){var R,O,z;o(2,arguments);var ne=_(),Te=(R=(O=T==null?void 0:T.locale)!==null&&O!==void 0?O:ne.locale)!==null&&R!==void 0?R:mn;if(!Te.formatDistance)throw new RangeError("locale must contain localize.formatDistance property");var _e=b(E,S);if(isNaN(_e))throw new RangeError("Invalid time value");var Ae,Ie,Ke=Ue(Se(T),{addSuffix:!!(T!=null&&T.addSuffix),comparison:_e});_e>0?(Ae=l(S),Ie=l(E)):(Ae=l(E),Ie=l(S));var Ye,Xe=String((z=T==null?void 0:T.roundingMethod)!==null&&z!==void 0?z:"round");if(Xe==="floor")Ye=Math.floor;else if(Xe==="ceil")Ye=Math.ceil;else{if(Xe!=="round")throw new RangeError("roundingMethod must be 'floor', 'ceil' or 'round'");Ye=Math.round}var tt,Ft=Ie.getTime()-Ae.getTime(),ft=Ft/ct,Tt=(Ft-(K(Ie)-K(Ae)))/ct,Lt=T==null?void 0:T.unit;if((tt=Lt?String(Lt):ft<1?"second":ft<60?"minute":ft<mt?"hour":Tt<kt?"day":Tt<At?"month":"year")==="second"){var It=Ye(Ft/1e3);return Te.formatDistance("xSeconds",It,Ke)}if(tt==="minute"){var yn=Ye(ft);return Te.formatDistance("xMinutes",yn,Ke)}if(tt==="hour"){var bn=Ye(ft/60);return Te.formatDistance("xHours",bn,Ke)}if(tt==="day"){var tn=Ye(Tt/mt);return Te.formatDistance("xDays",tn,Ke)}if(tt==="month"){var Ht=Ye(Tt/kt);return Ht===12&&Lt!=="month"?Te.formatDistance("xYears",1,Ke):Te.formatDistance("xMonths",Ht,Ke)}if(tt==="year"){var sn=Ye(Tt/At);return Te.formatDistance("xYears",sn,Ke)}throw new RangeError("unit must be 'second', 'minute', 'hour', 'day', 'month' or 'year'")}function Nt(E,S){return o(1,arguments),et(E,Date.now(),S)}function vt(E,S){return o(1,arguments),rt(E,Date.now(),S)}var Yt=["years","months","weeks","days","hours","minutes","seconds"];function an(E,S){var T,R,O,z,ne;if(arguments.length<1)throw new TypeError("1 argument required, but only ".concat(arguments.length," present"));var Te=_(),_e=(T=(R=S==null?void 0:S.locale)!==null&&R!==void 0?R:Te.locale)!==null&&T!==void 0?T:mn,Ae=(O=S==null?void 0:S.format)!==null&&O!==void 0?O:Yt,Ie=(z=S==null?void 0:S.zero)!==null&&z!==void 0&&z,Ke=(ne=S==null?void 0:S.delimiter)!==null&&ne!==void 0?ne:" ";return _e.formatDistance?Ae.reduce(function(Ye,Xe){var tt="x".concat(Xe.replace(/(^.)/,function(ft){return ft.toUpperCase()})),Ft=E[Xe];return typeof Ft=="number"&&(Ie||E[Xe])?Ye.concat(_e.formatDistance(tt,Ft)):Ye},[]).join(Ke):""}function cn(E,S){var T,R;o(1,arguments);var O=l(E);if(isNaN(O.getTime()))throw new RangeError("Invalid time value");var z=String((T=S==null?void 0:S.format)!==null&&T!==void 0?T:"extended"),ne=String((R=S==null?void 0:S.representation)!==null&&R!==void 0?R:"complete");if(z!=="extended"&&z!=="basic")throw new RangeError("format must be 'extended' or 'basic'");if(ne!=="date"&&ne!=="time"&&ne!=="complete")throw new RangeError("representation must be 'date', 'time', or 'complete'");var Te="",_e="",Ae=z==="extended"?"-":"",Ie=z==="extended"?":":"";if(ne!=="time"){var Ke=pt(O.getDate(),2),Ye=pt(O.getMonth()+1,2),Xe=pt(O.getFullYear(),4);Te="".concat(Xe).concat(Ae).concat(Ye).concat(Ae).concat(Ke)}if(ne!=="date"){var tt=O.getTimezoneOffset();if(tt!==0){var Ft=Math.abs(tt),ft=pt(Math.floor(Ft/60),2),Tt=pt(Ft%60,2);_e="".concat(tt<0?"+":"-").concat(ft,":").concat(Tt)}else _e="Z";var Lt=Te===""?"":"T",It=[pt(O.getHours(),2),pt(O.getMinutes(),2),pt(O.getSeconds(),2)].join(Ie);Te="".concat(Te).concat(Lt).concat(It).concat(_e)}return Te}function Hn(E,S){var T,R;if(arguments.length<1)throw new TypeError("1 argument required, but only ".concat(arguments.length," present"));var O=l(E);if(!gt(O))throw new RangeError("Invalid time value");var z=String((T=S==null?void 0:S.format)!==null&&T!==void 0?T:"extended"),ne=String((R=S==null?void 0:S.representation)!==null&&R!==void 0?R:"complete");if(z!=="extended"&&z!=="basic")throw new RangeError("format must be 'extended' or 'basic'");if(ne!=="date"&&ne!=="time"&&ne!=="complete")throw new RangeError("representation must be 'date', 'time', or 'complete'");var Te="",_e=z==="extended"?"-":"",Ae=z==="extended"?":":"";if(ne!=="time"){var Ie=pt(O.getDate(),2),Ke=pt(O.getMonth()+1,2),Ye=pt(O.getFullYear(),4);Te="".concat(Ye).concat(_e).concat(Ke).concat(_e).concat(Ie)}if(ne!=="date"){var Xe=pt(O.getHours(),2),tt=pt(O.getMinutes(),2),Ft=pt(O.getSeconds(),2),ft=Te===""?"":" ";Te="".concat(Te).concat(ft).concat(Xe).concat(Ae).concat(tt).concat(Ae).concat(Ft)}return Te}function sr(E){if(o(1,arguments),r(E)!=="object")throw new Error("Duration must be an object");var S=E.years,T=S===void 0?0:S,R=E.months,O=R===void 0?0:R,z=E.days,ne=z===void 0?0:z,Te=E.hours,_e=Te===void 0?0:Te,Ae=E.minutes,Ie=Ae===void 0?0:Ae,Ke=E.seconds,Ye=Ke===void 0?0:Ke;return"P".concat(T,"Y").concat(O,"M").concat(ne,"DT").concat(_e,"H").concat(Ie,"M").concat(Ye,"S")}function wr(E,S){var T;if(arguments.length<1)throw new TypeError("1 arguments required, but only ".concat(arguments.length," present"));var R=l(E);if(!gt(R))throw new RangeError("Invalid time value");var O=Number((T=S==null?void 0:S.fractionDigits)!==null&&T!==void 0?T:0);if(!(O>=0&&O<=3))throw new RangeError("fractionDigits must be between 0 and 3 inclusively");var z=pt(R.getDate(),2),ne=pt(R.getMonth()+1,2),Te=R.getFullYear(),_e=pt(R.getHours(),2),Ae=pt(R.getMinutes(),2),Ie=pt(R.getSeconds(),2),Ke="";if(O>0){var Ye=R.getMilliseconds();Ke="."+pt(Math.floor(Ye*Math.pow(10,O-3)),O)}var Xe="",tt=R.getTimezoneOffset();if(tt!==0){var Ft=Math.abs(tt),ft=pt(s(Ft/60),2),Tt=pt(Ft%60,2);Xe="".concat(tt<0?"+":"-").concat(ft,":").concat(Tt)}else Xe="Z";return"".concat(Te,"-").concat(ne,"-").concat(z,"T").concat(_e,":").concat(Ae,":").concat(Ie).concat(Ke).concat(Xe)}var lr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Fr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Jo(E){if(arguments.length<1)throw new TypeError("1 arguments required, but only ".concat(arguments.length," present"));var S=l(E);if(!gt(S))throw new RangeError("Invalid time value");var T=lr[S.getUTCDay()],R=pt(S.getUTCDate(),2),O=Fr[S.getUTCMonth()],z=S.getUTCFullYear(),ne=pt(S.getUTCHours(),2),Te=pt(S.getUTCMinutes(),2),_e=pt(S.getUTCSeconds(),2);return"".concat(T,", ").concat(R," ").concat(O," ").concat(z," ").concat(ne,":").concat(Te,":").concat(_e," GMT")}function ko(E,S,T){var R,O,z,ne,Te,_e,Ae,Ie,Ke,Ye;o(2,arguments);var Xe=l(E),tt=l(S),Ft=_(),ft=(R=(O=T==null?void 0:T.locale)!==null&&O!==void 0?O:Ft.locale)!==null&&R!==void 0?R:mn,Tt=s((z=(ne=(Te=(_e=T==null?void 0:T.weekStartsOn)!==null&&_e!==void 0?_e:T==null||(Ae=T.locale)===null||Ae===void 0||(Ie=Ae.options)===null||Ie===void 0?void 0:Ie.weekStartsOn)!==null&&Te!==void 0?Te:Ft.weekStartsOn)!==null&&ne!==void 0?ne:(Ke=Ft.locale)===null||Ke===void 0||(Ye=Ke.options)===null||Ye===void 0?void 0:Ye.weekStartsOn)!==null&&z!==void 0?z:0);if(!ft.localize)throw new RangeError("locale must contain localize property");if(!ft.formatLong)throw new RangeError("locale must contain formatLong property");if(!ft.formatRelative)throw new RangeError("locale must contain formatRelative property");var Lt,It=j(Xe,tt);if(isNaN(It))throw new RangeError("Invalid time value");Lt=It<-6?"other":It<-1?"lastWeek":It<0?"yesterday":It<1?"today":It<2?"tomorrow":It<7?"nextWeek":"other";var yn=jt(Xe,K(Xe)),bn=jt(tt,K(tt));return oe(Xe,ft.formatRelative(Lt,yn,bn,{locale:ft,weekStartsOn:Tt}),{locale:ft,weekStartsOn:Tt})}function Wo(E){return o(1,arguments),l(1e3*s(E))}function jr(E){return o(1,arguments),l(E).getDate()}function Qr(E){return o(1,arguments),l(E).getDay()}function Co(E){o(1,arguments);var S=l(E);return j(S,xn(S))+1}function Ar(E){o(1,arguments);var S=l(E),T=S.getFullYear(),R=S.getMonth(),O=new Date(0);return O.setFullYear(T,R+1,0),O.setHours(0,0,0,0),O.getDate()}function xr(E){o(1,arguments);var S=l(E).getFullYear();return S%400==0||S%4==0&&S%100!=0}function Do(E){o(1,arguments);var S=l(E);return String(new Date(S))==="Invalid Date"?NaN:xr(S)?366:365}function Mo(E){o(1,arguments);var S=l(E).getFullYear();return 10*Math.floor(S/10)}function Zo(){return Ue({},_())}function Oo(E){return o(1,arguments),l(E).getHours()}function Ir(E){o(1,arguments);var S=l(E).getDay();return S===0&&(S=7),S}var jo=6048e5;function Lr(E){o(1,arguments);var S=l(E),T=V(S).getTime()-W(S).getTime();return Math.round(T/jo)+1}var Ao=6048e5;function xo(E){o(1,arguments);var S=W(E),T=W(ee(S,60)).valueOf()-S.valueOf();return Math.round(T/Ao)}function Io(E){return o(1,arguments),l(E).getMilliseconds()}function Lo(E){return o(1,arguments),l(E).getMinutes()}function Po(E){return o(1,arguments),l(E).getMonth()}var zo=864e5;function Go(E,S){o(2,arguments);var T=E||{},R=S||{},O=l(T.start).getTime(),z=l(T.end).getTime(),ne=l(R.start).getTime(),Te=l(R.end).getTime();if(!(O<=z&&ne<=Te))throw new RangeError("Invalid interval");if(!(O<Te&&ne<z))return 0;var _e=(Te>z?z:Te)-(ne<O?O:ne);return Math.ceil(_e/zo)}function Yo(E){return o(1,arguments),l(E).getSeconds()}function Pr(E){return o(1,arguments),l(E).getTime()}function Ho(E){return o(1,arguments),Math.floor(Pr(E)/1e3)}function zr(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=l(E),Ke=Ie.getFullYear(),Ye=_(),Xe=s((T=(R=(O=(z=S==null?void 0:S.firstWeekContainsDate)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.firstWeekContainsDate)!==null&&O!==void 0?O:Ye.firstWeekContainsDate)!==null&&R!==void 0?R:(_e=Ye.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.firstWeekContainsDate)!==null&&T!==void 0?T:1);if(!(Xe>=1&&Xe<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var tt=new Date(0);tt.setFullYear(Ke+1,0,Xe),tt.setHours(0,0,0,0);var Ft=N(tt,S),ft=new Date(0);ft.setFullYear(Ke,0,Xe),ft.setHours(0,0,0,0);var Tt=N(ft,S);return Ie.getTime()>=Ft.getTime()?Ke+1:Ie.getTime()>=Tt.getTime()?Ke:Ke-1}function yr(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.firstWeekContainsDate)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.firstWeekContainsDate)!==null&&O!==void 0?O:Ie.firstWeekContainsDate)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.firstWeekContainsDate)!==null&&T!==void 0?T:1),Ye=zr(E,S),Xe=new Date(0);return Xe.setFullYear(Ye,0,Ke),Xe.setHours(0,0,0,0),N(Xe,S)}var Xo=6048e5;function Gr(E,S){o(1,arguments);var T=l(E),R=N(T,S).getTime()-yr(T,S).getTime();return Math.round(R/Xo)+1}function Ko(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.weekStartsOn)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.weekStartsOn)!==null&&O!==void 0?O:Ie.weekStartsOn)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.weekStartsOn)!==null&&T!==void 0?T:0);if(!(Ke>=0&&Ke<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Ye=jr(E);if(isNaN(Ye))return NaN;var Xe=Ke-Qr(Pt(E));Xe<=0&&(Xe+=7);var tt=Ye-Xe;return Math.ceil(tt/7)+1}function Yr(E){o(1,arguments);var S=l(E),T=S.getMonth();return S.setFullYear(S.getFullYear(),T+1,0),S.setHours(0,0,0,0),S}function qo(E,S){return o(1,arguments),we(Yr(E),Pt(E),S)+1}function $o(E){return o(1,arguments),l(E).getFullYear()}function ei(E){return o(1,arguments),Math.floor(E*ue)}function ti(E){return o(1,arguments),Math.floor(E*Ne)}function ni(E){return o(1,arguments),Math.floor(E*x)}function ri(E){o(1,arguments);var S=l(E.start),T=l(E.end);if(isNaN(S.getTime()))throw new RangeError("Start Date is invalid");if(isNaN(T.getTime()))throw new RangeError("End Date is invalid");var R={};R.years=Math.abs(En(T,S));var O=b(T,S),z=d(S,{years:O*R.years});R.months=Math.abs(Ot(T,z));var ne=d(z,{months:O*R.months});R.days=Math.abs(je(T,ne));var Te=d(ne,{days:O*R.days});R.hours=Math.abs(Ut(T,Te));var _e=d(Te,{hours:O*R.hours});R.minutes=Math.abs(Et(T,_e));var Ae=d(_e,{minutes:O*R.minutes});return R.seconds=Math.abs($t(T,Ae)),R}function oi(E,S,T){var R,O,z;return o(1,arguments),(z=S)===void 0||"locale"in z?T=S:O=S,new Intl.DateTimeFormat((R=T)===null||R===void 0?void 0:R.locale,O).format(E)}function ii(E,S,T){o(2,arguments);var R,O=0,z=l(E),ne=l(S);if(T!=null&&T.unit)(R=T==null?void 0:T.unit)==="second"?O=$t(z,ne):R==="minute"?O=Et(z,ne):R==="hour"?O=Ut(z,ne):R==="day"?O=j(z,ne):R==="week"?O=we(z,ne):R==="month"?O=I(z,ne):R==="quarter"?O=ve(z,ne):R==="year"&&(O=Oe(z,ne));else{var Te=$t(z,ne);Math.abs(Te)<$?(O=$t(z,ne),R="second"):Math.abs(Te)<x?(O=Et(z,ne),R="minute"):Math.abs(Te)<ce&&Math.abs(j(z,ne))<1?(O=Ut(z,ne),R="hour"):Math.abs(Te)<be&&(O=j(z,ne))&&Math.abs(O)<7?R="day":Math.abs(Te)<Me?(O=we(z,ne),R="week"):Math.abs(Te)<ot?(O=I(z,ne),R="month"):Math.abs(Te)<ye&&ve(z,ne)<4?(O=ve(z,ne),R="quarter"):(O=Oe(z,ne),R="year")}return new Intl.RelativeTimeFormat(T==null?void 0:T.locale,{localeMatcher:T==null?void 0:T.localeMatcher,numeric:(T==null?void 0:T.numeric)||"auto",style:T==null?void 0:T.style}).format(O,R)}function ai(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getTime()>R.getTime()}function si(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getTime()<R.getTime()}function li(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getTime()===R.getTime()}function ui(E,S,T){if(arguments.length<3)throw new TypeError("3 argument required, but only "+arguments.length+" present");var R=new Date(E,S,T);return R.getFullYear()===E&&R.getMonth()===S&&R.getDate()===T}function ci(E){return o(1,arguments),l(E).getDate()===1}function di(E){return o(1,arguments),l(E).getDay()===5}function pi(E){return o(1,arguments),l(E).getTime()>Date.now()}function Hr(E,S){(S==null||S>E.length)&&(S=E.length);for(var T=0,R=Array(S);T<S;T++)R[T]=E[T];return R}function Xr(E,S){var T=typeof Symbol!="undefined"&&E[Symbol.iterator]||E["@@iterator"];if(!T){if(Array.isArray(E)||(T=function(_e,Ae){if(_e){if(typeof _e=="string")return Hr(_e,Ae);var Ie={}.toString.call(_e).slice(8,-1);return Ie==="Object"&&_e.constructor&&(Ie=_e.constructor.name),Ie==="Map"||Ie==="Set"?Array.from(_e):Ie==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Ie)?Hr(_e,Ae):void 0}}(E))||S&&E&&typeof E.length=="number"){T&&(E=T);var R=0,O=function(){};return{s:O,n:function(){return R>=E.length?{done:!0}:{done:!1,value:E[R++]}},e:function(_e){throw _e},f:O}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
60
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var z,ne=!0,Te=!1;return{s:function(){T=T.call(E)},n:function(){var _e=T.next();return ne=_e.done,_e},e:function(_e){Te=!0,z=_e},f:function(){try{ne||T.return==null||T.return()}finally{if(Te)throw z}}}}function ut(E){if(E===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return E}function Nr(E,S){return Nr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(T,R){return T.__proto__=R,T},Nr(E,S)}function Ct(E,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function");E.prototype=Object.create(S&&S.prototype,{constructor:{value:E,writable:!0,configurable:!0}}),Object.defineProperty(E,"prototype",{writable:!1}),S&&Nr(E,S)}function Rr(E){return Rr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(S){return S.__proto__||Object.getPrototypeOf(S)},Rr(E)}function Kr(){try{var E=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Kr=function(){return!!E})()}function Dt(E){var S=Kr();return function(){var T,R=Rr(E);if(S){var O=Rr(this).constructor;T=Reflect.construct(R,arguments,O)}else T=R.apply(this,arguments);return function(z,ne){if(ne&&(r(ne)=="object"||typeof ne=="function"))return ne;if(ne!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ut(z)}(this,T)}}function _t(E,S){if(!(E instanceof S))throw new TypeError("Cannot call a class as a function")}function qr(E){var S=function(T){if(r(T)!="object"||!T)return T;var R=T[Symbol.toPrimitive];if(R!==void 0){var O=R.call(T,"string");if(r(O)!="object")return O;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(T)}(E);return r(S)=="symbol"?S:S+""}function $r(E,S){for(var T=0;T<S.length;T++){var R=S[T];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(E,qr(R.key),R)}}function Jt(E,S,T){return S&&$r(E.prototype,S),T&&$r(E,T),Object.defineProperty(E,"prototype",{writable:!1}),E}function at(E,S,T){return(S=qr(S))in E?Object.defineProperty(E,S,{value:T,enumerable:!0,configurable:!0,writable:!0}):E[S]=T,E}var eo=function(){function E(){_t(this,E),at(this,"priority",void 0),at(this,"subPriority",0)}return Jt(E,[{key:"validate",value:function(S,T){return!0}}]),E}(),gi=function(E){Ct(T,E);var S=Dt(T);function T(R,O,z,ne,Te){var _e;return _t(this,T),(_e=S.call(this)).value=R,_e.validateValue=O,_e.setValue=z,_e.priority=ne,Te&&(_e.subPriority=Te),_e}return Jt(T,[{key:"validate",value:function(R,O){return this.validateValue(R,this.value,O)}},{key:"set",value:function(R,O,z){return this.setValue(R,O,this.value,z)}}]),T}(eo),hi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",10),at(ut(R),"subPriority",-1),R}return Jt(T,[{key:"set",value:function(R,O){if(O.timestampIsSet)return R;var z=new Date(0);return z.setFullYear(R.getUTCFullYear(),R.getUTCMonth(),R.getUTCDate()),z.setHours(R.getUTCHours(),R.getUTCMinutes(),R.getUTCSeconds(),R.getUTCMilliseconds()),z}}]),T}(eo),xt=function(){function E(){_t(this,E),at(this,"incompatibleTokens",void 0),at(this,"priority",void 0),at(this,"subPriority",void 0)}return Jt(E,[{key:"run",value:function(S,T,R,O){var z=this.parse(S,T,R,O);return z?{setter:new gi(z.value,this.validate,this.set,this.priority,this.subPriority),rest:z.rest}:null}},{key:"validate",value:function(S,T,R){return!0}}]),E}(),fi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",140),at(ut(R),"incompatibleTokens",["R","u","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"G":case"GG":case"GGG":return z.era(R,{width:"abbreviated"})||z.era(R,{width:"narrow"});case"GGGGG":return z.era(R,{width:"narrow"});default:return z.era(R,{width:"wide"})||z.era(R,{width:"abbreviated"})||z.era(R,{width:"narrow"})}}},{key:"set",value:function(R,O,z){return O.era=z,R.setUTCFullYear(z,0,1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),to=/^(1[0-2]|0?\d)/,Ui=/^(3[0-1]|[0-2]?\d)/,Fi=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,no=/^(5[0-3]|[0-4]?\d)/,Qi=/^(2[0-3]|[0-1]?\d)/,yi=/^(2[0-4]|[0-1]?\d)/,Ri=/^(1[0-1]|0?\d)/,Bi=/^(1[0-2]|0?\d)/,mi=/^[0-5]?\d/,Si=/^[0-5]?\d/,vi=/^\d/,bi=/^\d{1,2}/,Ei=/^\d{1,3}/,Ti=/^\d{1,4}/,Vi=/^-?\d+/,wi=/^-?\d/,Ni=/^-?\d{1,2}/,_i=/^-?\d{1,3}/,Ji=/^-?\d{1,4}/,ro=/^([+-])(\d{2})(\d{2})?|Z/,oo=/^([+-])(\d{2})(\d{2})|Z/,io=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,ao=/^([+-])(\d{2}):(\d{2})|Z/,so=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function rn(E,S){return E&&{value:S(E.value),rest:E.rest}}function en(E,S){var T=S.match(E);return T?{value:parseInt(T[0],10),rest:S.slice(T[0].length)}:null}function Wn(E,S){var T=S.match(E);if(!T)return null;if(T[0]==="Z")return{value:0,rest:S.slice(1)};var R=T[1]==="+"?1:-1,O=T[2]?parseInt(T[2],10):0,z=T[3]?parseInt(T[3],10):0,ne=T[5]?parseInt(T[5],10):0;return{value:R*(O*ue+z*fe+ne*Re),rest:S.slice(T[0].length)}}function lo(E){return en(Vi,E)}function nn(E,S){switch(E){case 1:return en(vi,S);case 2:return en(bi,S);case 3:return en(Ei,S);case 4:return en(Ti,S);default:return en(new RegExp("^\\d{1,"+E+"}"),S)}}function uo(E,S){switch(E){case 1:return en(wi,S);case 2:return en(Ni,S);case 3:return en(_i,S);case 4:return en(Ji,S);default:return en(new RegExp("^-?\\d{1,"+E+"}"),S)}}function _r(E){switch(E){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}}function co(E,S){var T,R=S>0,O=R?S:1-S;if(O<=50)T=E||100;else{var z=O+50;T=E+100*Math.floor(z/100)-(E>=z%100?100:0)}return R?T:1-T}function po(E){return E%400==0||E%4==0&&E%100!=0}var ki=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",130),at(ut(R),"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){var ne=function(Te){return{year:Te,isTwoDigitYear:O==="yy"}};switch(O){case"y":return rn(nn(4,R),ne);case"yo":return rn(z.ordinalNumber(R,{unit:"year"}),ne);default:return rn(nn(O.length,R),ne)}}},{key:"validate",value:function(R,O){return O.isTwoDigitYear||O.year>0}},{key:"set",value:function(R,O,z){var ne=R.getUTCFullYear();if(z.isTwoDigitYear){var Te=co(z.year,ne);return R.setUTCFullYear(Te,0,1),R.setUTCHours(0,0,0,0),R}var _e="era"in O&&O.era!==1?1-z.year:z.year;return R.setUTCFullYear(_e,0,1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Wi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",130),at(ut(R),"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){var ne=function(Te){return{year:Te,isTwoDigitYear:O==="YY"}};switch(O){case"Y":return rn(nn(4,R),ne);case"Yo":return rn(z.ordinalNumber(R,{unit:"year"}),ne);default:return rn(nn(O.length,R),ne)}}},{key:"validate",value:function(R,O){return O.isTwoDigitYear||O.year>0}},{key:"set",value:function(R,O,z,ne){var Te=Kn(R,ne);if(z.isTwoDigitYear){var _e=co(z.year,Te);return R.setUTCFullYear(_e,0,ne.firstWeekContainsDate),R.setUTCHours(0,0,0,0),kn(R,ne)}var Ae="era"in O&&O.era!==1?1-z.year:z.year;return R.setUTCFullYear(Ae,0,ne.firstWeekContainsDate),R.setUTCHours(0,0,0,0),kn(R,ne)}}]),T}(xt),Ci=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",130),at(ut(R),"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O){return uo(O==="R"?4:O.length,R)}},{key:"set",value:function(R,O,z){var ne=new Date(0);return ne.setUTCFullYear(z,0,4),ne.setUTCHours(0,0,0,0),un(ne)}}]),T}(xt),Di=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",130),at(ut(R),"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O){return uo(O==="u"?4:O.length,R)}},{key:"set",value:function(R,O,z){return R.setUTCFullYear(z,0,1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Mi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",120),at(ut(R),"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"Q":case"QQ":return nn(O.length,R);case"Qo":return z.ordinalNumber(R,{unit:"quarter"});case"QQQ":return z.quarter(R,{width:"abbreviated",context:"formatting"})||z.quarter(R,{width:"narrow",context:"formatting"});case"QQQQQ":return z.quarter(R,{width:"narrow",context:"formatting"});default:return z.quarter(R,{width:"wide",context:"formatting"})||z.quarter(R,{width:"abbreviated",context:"formatting"})||z.quarter(R,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(R,O){return O>=1&&O<=4}},{key:"set",value:function(R,O,z){return R.setUTCMonth(3*(z-1),1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Zi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",120),at(ut(R),"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"q":case"qq":return nn(O.length,R);case"qo":return z.ordinalNumber(R,{unit:"quarter"});case"qqq":return z.quarter(R,{width:"abbreviated",context:"standalone"})||z.quarter(R,{width:"narrow",context:"standalone"});case"qqqqq":return z.quarter(R,{width:"narrow",context:"standalone"});default:return z.quarter(R,{width:"wide",context:"standalone"})||z.quarter(R,{width:"abbreviated",context:"standalone"})||z.quarter(R,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(R,O){return O>=1&&O<=4}},{key:"set",value:function(R,O,z){return R.setUTCMonth(3*(z-1),1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Oi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]),at(ut(R),"priority",110),R}return Jt(T,[{key:"parse",value:function(R,O,z){var ne=function(Te){return Te-1};switch(O){case"M":return rn(en(to,R),ne);case"MM":return rn(nn(2,R),ne);case"Mo":return rn(z.ordinalNumber(R,{unit:"month"}),ne);case"MMM":return z.month(R,{width:"abbreviated",context:"formatting"})||z.month(R,{width:"narrow",context:"formatting"});case"MMMMM":return z.month(R,{width:"narrow",context:"formatting"});default:return z.month(R,{width:"wide",context:"formatting"})||z.month(R,{width:"abbreviated",context:"formatting"})||z.month(R,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(R,O){return O>=0&&O<=11}},{key:"set",value:function(R,O,z){return R.setUTCMonth(z,1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),ji=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",110),at(ut(R),"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){var ne=function(Te){return Te-1};switch(O){case"L":return rn(en(to,R),ne);case"LL":return rn(nn(2,R),ne);case"Lo":return rn(z.ordinalNumber(R,{unit:"month"}),ne);case"LLL":return z.month(R,{width:"abbreviated",context:"standalone"})||z.month(R,{width:"narrow",context:"standalone"});case"LLLLL":return z.month(R,{width:"narrow",context:"standalone"});default:return z.month(R,{width:"wide",context:"standalone"})||z.month(R,{width:"abbreviated",context:"standalone"})||z.month(R,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(R,O){return O>=0&&O<=11}},{key:"set",value:function(R,O,z){return R.setUTCMonth(z,1),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Ai=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",100),at(ut(R),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"w":return en(no,R);case"wo":return z.ordinalNumber(R,{unit:"week"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=1&&O<=53}},{key:"set",value:function(R,O,z,ne){return kn(function(Te,_e,Ae){o(2,arguments);var Ie=l(Te),Ke=s(_e),Ye=vn(Ie,Ae)-Ke;return Ie.setUTCDate(Ie.getUTCDate()-7*Ye),Ie}(R,z,ne),ne)}}]),T}(xt),xi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",100),at(ut(R),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"I":return en(no,R);case"Io":return z.ordinalNumber(R,{unit:"week"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=1&&O<=53}},{key:"set",value:function(R,O,z){return un(function(ne,Te){o(2,arguments);var _e=l(ne),Ae=s(Te),Ie=Jn(_e)-Ae;return _e.setUTCDate(_e.getUTCDate()-7*Ie),_e}(R,z))}}]),T}(xt),Ii=[31,28,31,30,31,30,31,31,30,31,30,31],Li=[31,29,31,30,31,30,31,31,30,31,30,31],Pi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"subPriority",1),at(ut(R),"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"d":return en(Ui,R);case"do":return z.ordinalNumber(R,{unit:"date"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){var z=po(R.getUTCFullYear()),ne=R.getUTCMonth();return z?O>=1&&O<=Li[ne]:O>=1&&O<=Ii[ne]}},{key:"set",value:function(R,O,z){return R.setUTCDate(z),R.setUTCHours(0,0,0,0),R}}]),T}(xt),zi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"subpriority",1),at(ut(R),"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"D":case"DD":return en(Fi,R);case"Do":return z.ordinalNumber(R,{unit:"date"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return po(R.getUTCFullYear())?O>=1&&O<=366:O>=1&&O<=365}},{key:"set",value:function(R,O,z){return R.setUTCMonth(0,z),R.setUTCHours(0,0,0,0),R}}]),T}(xt);function Jr(E,S,T){var R,O,z,ne,Te,_e,Ae,Ie;o(2,arguments);var Ke=_(),Ye=s((R=(O=(z=(ne=T==null?void 0:T.weekStartsOn)!==null&&ne!==void 0?ne:T==null||(Te=T.locale)===null||Te===void 0||(_e=Te.options)===null||_e===void 0?void 0:_e.weekStartsOn)!==null&&z!==void 0?z:Ke.weekStartsOn)!==null&&O!==void 0?O:(Ae=Ke.locale)===null||Ae===void 0||(Ie=Ae.options)===null||Ie===void 0?void 0:Ie.weekStartsOn)!==null&&R!==void 0?R:0);if(!(Ye>=0&&Ye<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Xe=l(E),tt=s(S),Ft=((tt%7+7)%7<Ye?7:0)+tt-Xe.getUTCDay();return Xe.setUTCDate(Xe.getUTCDate()+Ft),Xe}var Gi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"incompatibleTokens",["D","i","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"E":case"EE":case"EEE":return z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"});case"EEEEE":return z.day(R,{width:"narrow",context:"formatting"});case"EEEEEE":return z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"});default:return z.day(R,{width:"wide",context:"formatting"})||z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(R,O){return O>=0&&O<=6}},{key:"set",value:function(R,O,z,ne){return(R=Jr(R,z,ne)).setUTCHours(0,0,0,0),R}}]),T}(xt),Yi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z,ne){var Te=function(_e){var Ae=7*Math.floor((_e-1)/7);return(_e+ne.weekStartsOn+6)%7+Ae};switch(O){case"e":case"ee":return rn(nn(O.length,R),Te);case"eo":return rn(z.ordinalNumber(R,{unit:"day"}),Te);case"eee":return z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"});case"eeeee":return z.day(R,{width:"narrow",context:"formatting"});case"eeeeee":return z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"});default:return z.day(R,{width:"wide",context:"formatting"})||z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(R,O){return O>=0&&O<=6}},{key:"set",value:function(R,O,z,ne){return(R=Jr(R,z,ne)).setUTCHours(0,0,0,0),R}}]),T}(xt),Hi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z,ne){var Te=function(_e){var Ae=7*Math.floor((_e-1)/7);return(_e+ne.weekStartsOn+6)%7+Ae};switch(O){case"c":case"cc":return rn(nn(O.length,R),Te);case"co":return rn(z.ordinalNumber(R,{unit:"day"}),Te);case"ccc":return z.day(R,{width:"abbreviated",context:"standalone"})||z.day(R,{width:"short",context:"standalone"})||z.day(R,{width:"narrow",context:"standalone"});case"ccccc":return z.day(R,{width:"narrow",context:"standalone"});case"cccccc":return z.day(R,{width:"short",context:"standalone"})||z.day(R,{width:"narrow",context:"standalone"});default:return z.day(R,{width:"wide",context:"standalone"})||z.day(R,{width:"abbreviated",context:"standalone"})||z.day(R,{width:"short",context:"standalone"})||z.day(R,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(R,O){return O>=0&&O<=6}},{key:"set",value:function(R,O,z,ne){return(R=Jr(R,z,ne)).setUTCHours(0,0,0,0),R}}]),T}(xt),Xi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",90),at(ut(R),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){var ne=function(Te){return Te===0?7:Te};switch(O){case"i":case"ii":return nn(O.length,R);case"io":return z.ordinalNumber(R,{unit:"day"});case"iii":return rn(z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"}),ne);case"iiiii":return rn(z.day(R,{width:"narrow",context:"formatting"}),ne);case"iiiiii":return rn(z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"}),ne);default:return rn(z.day(R,{width:"wide",context:"formatting"})||z.day(R,{width:"abbreviated",context:"formatting"})||z.day(R,{width:"short",context:"formatting"})||z.day(R,{width:"narrow",context:"formatting"}),ne)}}},{key:"validate",value:function(R,O){return O>=1&&O<=7}},{key:"set",value:function(R,O,z){return R=function(ne,Te){o(2,arguments);var _e=s(Te);_e%7==0&&(_e-=7);var Ae=l(ne),Ie=((_e%7+7)%7<1?7:0)+_e-Ae.getUTCDay();return Ae.setUTCDate(Ae.getUTCDate()+Ie),Ae}(R,z),R.setUTCHours(0,0,0,0),R}}]),T}(xt),Ki=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",80),at(ut(R),"incompatibleTokens",["b","B","H","k","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"a":case"aa":case"aaa":return z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"});case"aaaaa":return z.dayPeriod(R,{width:"narrow",context:"formatting"});default:return z.dayPeriod(R,{width:"wide",context:"formatting"})||z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(R,O,z){return R.setUTCHours(_r(z),0,0,0),R}}]),T}(xt),qi=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",80),at(ut(R),"incompatibleTokens",["a","B","H","k","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"b":case"bb":case"bbb":return z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"});case"bbbbb":return z.dayPeriod(R,{width:"narrow",context:"formatting"});default:return z.dayPeriod(R,{width:"wide",context:"formatting"})||z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(R,O,z){return R.setUTCHours(_r(z),0,0,0),R}}]),T}(xt),$i=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",80),at(ut(R),"incompatibleTokens",["a","b","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"B":case"BB":case"BBB":return z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"});case"BBBBB":return z.dayPeriod(R,{width:"narrow",context:"formatting"});default:return z.dayPeriod(R,{width:"wide",context:"formatting"})||z.dayPeriod(R,{width:"abbreviated",context:"formatting"})||z.dayPeriod(R,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(R,O,z){return R.setUTCHours(_r(z),0,0,0),R}}]),T}(xt),ea=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",70),at(ut(R),"incompatibleTokens",["H","K","k","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"h":return en(Bi,R);case"ho":return z.ordinalNumber(R,{unit:"hour"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=1&&O<=12}},{key:"set",value:function(R,O,z){var ne=R.getUTCHours()>=12;return ne&&z<12?R.setUTCHours(z+12,0,0,0):ne||z!==12?R.setUTCHours(z,0,0,0):R.setUTCHours(0,0,0,0),R}}]),T}(xt),ta=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",70),at(ut(R),"incompatibleTokens",["a","b","h","K","k","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"H":return en(Qi,R);case"Ho":return z.ordinalNumber(R,{unit:"hour"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=0&&O<=23}},{key:"set",value:function(R,O,z){return R.setUTCHours(z,0,0,0),R}}]),T}(xt),na=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",70),at(ut(R),"incompatibleTokens",["h","H","k","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"K":return en(Ri,R);case"Ko":return z.ordinalNumber(R,{unit:"hour"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=0&&O<=11}},{key:"set",value:function(R,O,z){return R.getUTCHours()>=12&&z<12?R.setUTCHours(z+12,0,0,0):R.setUTCHours(z,0,0,0),R}}]),T}(xt),ra=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",70),at(ut(R),"incompatibleTokens",["a","b","h","H","K","t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"k":return en(yi,R);case"ko":return z.ordinalNumber(R,{unit:"hour"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=1&&O<=24}},{key:"set",value:function(R,O,z){var ne=z<=24?z%24:z;return R.setUTCHours(ne,0,0,0),R}}]),T}(xt),oa=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",60),at(ut(R),"incompatibleTokens",["t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"m":return en(mi,R);case"mo":return z.ordinalNumber(R,{unit:"minute"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=0&&O<=59}},{key:"set",value:function(R,O,z){return R.setUTCMinutes(z,0,0),R}}]),T}(xt),ia=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",50),at(ut(R),"incompatibleTokens",["t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O,z){switch(O){case"s":return en(Si,R);case"so":return z.ordinalNumber(R,{unit:"second"});default:return nn(O.length,R)}}},{key:"validate",value:function(R,O){return O>=0&&O<=59}},{key:"set",value:function(R,O,z){return R.setUTCSeconds(z,0),R}}]),T}(xt),aa=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",30),at(ut(R),"incompatibleTokens",["t","T"]),R}return Jt(T,[{key:"parse",value:function(R,O){return rn(nn(O.length,R),function(z){return Math.floor(z*Math.pow(10,3-O.length))})}},{key:"set",value:function(R,O,z){return R.setUTCMilliseconds(z),R}}]),T}(xt),sa=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",10),at(ut(R),"incompatibleTokens",["t","T","x"]),R}return Jt(T,[{key:"parse",value:function(R,O){switch(O){case"X":return Wn(ro,R);case"XX":return Wn(oo,R);case"XXXX":return Wn(io,R);case"XXXXX":return Wn(so,R);default:return Wn(ao,R)}}},{key:"set",value:function(R,O,z){return O.timestampIsSet?R:new Date(R.getTime()-z)}}]),T}(xt),la=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",10),at(ut(R),"incompatibleTokens",["t","T","X"]),R}return Jt(T,[{key:"parse",value:function(R,O){switch(O){case"x":return Wn(ro,R);case"xx":return Wn(oo,R);case"xxxx":return Wn(io,R);case"xxxxx":return Wn(so,R);default:return Wn(ao,R)}}},{key:"set",value:function(R,O,z){return O.timestampIsSet?R:new Date(R.getTime()-z)}}]),T}(xt),ua=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",40),at(ut(R),"incompatibleTokens","*"),R}return Jt(T,[{key:"parse",value:function(R){return lo(R)}},{key:"set",value:function(R,O,z){return[new Date(1e3*z),{timestampIsSet:!0}]}}]),T}(xt),ca=function(E){Ct(T,E);var S=Dt(T);function T(){var R;_t(this,T);for(var O=arguments.length,z=new Array(O),ne=0;ne<O;ne++)z[ne]=arguments[ne];return at(ut(R=S.call.apply(S,[this].concat(z))),"priority",20),at(ut(R),"incompatibleTokens","*"),R}return Jt(T,[{key:"parse",value:function(R){return lo(R)}},{key:"set",value:function(R,O,z){return[new Date(z),{timestampIsSet:!0}]}}]),T}(xt),da={G:new fi,y:new ki,Y:new Wi,R:new Ci,u:new Di,Q:new Mi,q:new Zi,M:new Oi,L:new ji,w:new Ai,I:new xi,d:new Pi,D:new zi,E:new Gi,e:new Yi,c:new Hi,i:new Xi,a:new Ki,b:new qi,B:new $i,h:new ea,H:new ta,K:new na,k:new ra,m:new oa,s:new ia,S:new aa,X:new sa,x:new la,t:new ua,T:new ca},pa=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ga=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ha=/^'([^]*?)'?$/,fa=/''/g,Ua=/\S/,Fa=/[a-zA-Z]/;function go(E,S,T,R){var O,z,ne,Te,_e,Ae,Ie,Ke,Ye,Xe,tt,Ft,ft,Tt,Lt,It,yn,bn;o(3,arguments);var tn=String(E),Ht=String(S),sn=_(),Rn=(O=(z=R==null?void 0:R.locale)!==null&&z!==void 0?z:sn.locale)!==null&&O!==void 0?O:mn;if(!Rn.match)throw new RangeError("locale must contain match property");var Cn=s((ne=(Te=(_e=(Ae=R==null?void 0:R.firstWeekContainsDate)!==null&&Ae!==void 0?Ae:R==null||(Ie=R.locale)===null||Ie===void 0||(Ke=Ie.options)===null||Ke===void 0?void 0:Ke.firstWeekContainsDate)!==null&&_e!==void 0?_e:sn.firstWeekContainsDate)!==null&&Te!==void 0?Te:(Ye=sn.locale)===null||Ye===void 0||(Xe=Ye.options)===null||Xe===void 0?void 0:Xe.firstWeekContainsDate)!==null&&ne!==void 0?ne:1);if(!(Cn>=1&&Cn<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var cr=s((tt=(Ft=(ft=(Tt=R==null?void 0:R.weekStartsOn)!==null&&Tt!==void 0?Tt:R==null||(Lt=R.locale)===null||Lt===void 0||(It=Lt.options)===null||It===void 0?void 0:It.weekStartsOn)!==null&&ft!==void 0?ft:sn.weekStartsOn)!==null&&Ft!==void 0?Ft:(yn=sn.locale)===null||yn===void 0||(bn=yn.options)===null||bn===void 0?void 0:bn.weekStartsOn)!==null&&tt!==void 0?tt:0);if(!(cr>=0&&cr<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(Ht==="")return tn===""?l(T):new Date(NaN);var Sr,dn={firstWeekContainsDate:Cn,weekStartsOn:cr,locale:Rn},Dn=[new hi],vr=Ht.match(ga).map(function(Mt){var pn=Mt[0];return pn in er?(0,er[pn])(Mt,Rn.formatLong):Mt}).join("").match(pa),Gn=[],Xn=Xr(vr);try{var ol=function(){var Mt=Sr.value;R!=null&&R.useAdditionalWeekYearTokens||!or(Mt)||Tn(Mt,Ht,E),R!=null&&R.useAdditionalDayOfYearTokens||!tr(Mt)||Tn(Mt,Ht,E);var pn=Mt[0],Yn=da[pn];if(Yn){var wo=Yn.incompatibleTokens;if(Array.isArray(wo)){var No=Gn.find(function(_o){return wo.includes(_o.token)||_o.token===pn});if(No)throw new RangeError("The format string mustn't contain `".concat(No.fullToken,"` and `").concat(Mt,"` at the same time"))}else if(Yn.incompatibleTokens==="*"&&Gn.length>0)throw new RangeError("The format string mustn't contain `".concat(Mt,"` and any other token at the same time"));Gn.push({token:pn,fullToken:Mt});var Or=Yn.run(tn,Mt,Rn.match,dn);if(!Or)return{v:new Date(NaN)};Dn.push(Or.setter),tn=Or.rest}else{if(pn.match(Fa))throw new RangeError("Format string contains an unescaped latin alphabet character `"+pn+"`");if(Mt==="''"?Mt="'":pn==="'"&&(Mt=Mt.match(ha)[1].replace(fa,"'")),tn.indexOf(Mt)!==0)return{v:new Date(NaN)};tn=tn.slice(Mt.length)}};for(Xn.s();!(Sr=Xn.n()).done;){var bo=ol();if(r(bo)==="object")return bo.v}}catch(Mt){Xn.e(Mt)}finally{Xn.f()}if(tn.length>0&&Ua.test(tn))return new Date(NaN);var il=Dn.map(function(Mt){return Mt.priority}).sort(function(Mt,pn){return pn-Mt}).filter(function(Mt,pn,Yn){return Yn.indexOf(Mt)===pn}).map(function(Mt){return Dn.filter(function(pn){return pn.priority===Mt}).sort(function(pn,Yn){return Yn.subPriority-pn.subPriority})}).map(function(Mt){return Mt[0]}),Zr=l(T);if(isNaN(Zr.getTime()))return new Date(NaN);var Eo,dr=jt(Zr,K(Zr)),To={},br=Xr(il);try{for(br.s();!(Eo=br.n()).done;){var Vo=Eo.value;if(!Vo.validate(dr,dn))return new Date(NaN);var Er=Vo.set(dr,To,dn);Array.isArray(Er)?(dr=Er[0],Ue(To,Er[1])):dr=Er}}catch(Mt){br.e(Mt)}finally{br.f()}return dr}function Qa(E,S,T){return o(2,arguments),gt(go(E,S,new Date,T))}function ya(E){return o(1,arguments),l(E).getDay()===1}function Ra(E){return o(1,arguments),l(E).getTime()<Date.now()}function kr(E){o(1,arguments);var S=l(E);return S.setMinutes(0,0,0),S}function ho(E,S){o(2,arguments);var T=kr(E),R=kr(S);return T.getTime()===R.getTime()}function Wr(E,S,T){o(2,arguments);var R=N(E,T),O=N(S,T);return R.getTime()===O.getTime()}function fo(E,S){return o(2,arguments),Wr(E,S,{weekStartsOn:1})}function Ba(E,S){o(2,arguments);var T=W(E),R=W(S);return T.getTime()===R.getTime()}function Uo(E,S){o(2,arguments);var T=gn(E),R=gn(S);return T.getTime()===R.getTime()}function Fo(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getFullYear()===R.getFullYear()&&T.getMonth()===R.getMonth()}function Qo(E,S){o(2,arguments);var T=ze(E),R=ze(S);return T.getTime()===R.getTime()}function Cr(E){o(1,arguments);var S=l(E);return S.setMilliseconds(0),S}function yo(E,S){o(2,arguments);var T=Cr(E),R=Cr(S);return T.getTime()===R.getTime()}function Ro(E,S){o(2,arguments);var T=l(E),R=l(S);return T.getFullYear()===R.getFullYear()}function ma(E){return o(1,arguments),ho(Date.now(),E)}function Sa(E){return o(1,arguments),fo(E,Date.now())}function va(E){return o(1,arguments),Uo(Date.now(),E)}function ba(E){return o(1,arguments),Fo(Date.now(),E)}function Ea(E){return o(1,arguments),Qo(Date.now(),E)}function Ta(E){return o(1,arguments),yo(Date.now(),E)}function Va(E,S){return o(1,arguments),Wr(E,Date.now(),S)}function wa(E){return o(1,arguments),Ro(E,Date.now())}function Na(E){return o(1,arguments),l(E).getDay()===4}function _a(E){return o(1,arguments),yt(E,Date.now())}function Ja(E){return o(1,arguments),yt(E,u(Date.now(),1))}function ka(E){return o(1,arguments),l(E).getDay()===2}function Wa(E){return o(1,arguments),l(E).getDay()===3}function Ca(E,S){o(2,arguments);var T=l(E).getTime(),R=l(S.start).getTime(),O=l(S.end).getTime();if(!(R<=O))throw new RangeError("Invalid interval");return T>=R&&T<=O}function Br(E,S){return o(2,arguments),u(E,-s(S))}function Da(E){return o(1,arguments),yt(E,Br(Date.now(),1))}function Ma(E){o(1,arguments);var S=l(E),T=S.getFullYear(),R=9+10*Math.floor(T/10);return S.setFullYear(R+1,0,0),S.setHours(0,0,0,0),S}function Bo(E,S){var T,R,O,z,ne,Te,_e,Ae;o(1,arguments);var Ie=_(),Ke=s((T=(R=(O=(z=S==null?void 0:S.weekStartsOn)!==null&&z!==void 0?z:S==null||(ne=S.locale)===null||ne===void 0||(Te=ne.options)===null||Te===void 0?void 0:Te.weekStartsOn)!==null&&O!==void 0?O:Ie.weekStartsOn)!==null&&R!==void 0?R:(_e=Ie.locale)===null||_e===void 0||(Ae=_e.options)===null||Ae===void 0?void 0:Ae.weekStartsOn)!==null&&T!==void 0?T:0);if(!(Ke>=0&&Ke<=6))throw new RangeError("weekStartsOn must be between 0 and 6");var Ye=l(E),Xe=Ye.getDay(),tt=6+(Xe<Ke?-7:0)-(Xe-Ke);return Ye.setHours(0,0,0,0),Ye.setDate(Ye.getDate()+tt),Ye}function Za(E){return o(1,arguments),Bo(E,{weekStartsOn:1})}function Oa(E){o(1,arguments);var S=G(E),T=new Date(0);T.setFullYear(S+1,0,4),T.setHours(0,0,0,0);var R=V(T);return R.setDate(R.getDate()-1),R}function ja(E){o(1,arguments);var S=l(E),T=S.getMonth(),R=T-T%3+3;return S.setMonth(R,0),S.setHours(0,0,0,0),S}function Aa(E){o(1,arguments);var S=l(E),T=S.getFullYear();return S.setFullYear(T+1,0,0),S.setHours(0,0,0,0),S}var xa=/(\w)\1*|''|'(''|[^'])+('|$)|./g,Ia=/^'([^]*?)'?$/,La=/''/g,Pa=/[a-zA-Z]/;function za(E,S){o(2,arguments);var T=l(E);if(!gt(T))throw new RangeError("Invalid time value");var R=jt(T,K(T)),O=S.match(xa);return O?O.map(function(z){if(z==="''")return"'";var ne,Te,_e=z[0];if(_e==="'")return(Te=(ne=z).match(Ia))?Te[1].replace(La,"'"):ne;var Ae=Qn[_e];if(Ae)return Ae(R,z);if(_e.match(Pa))throw new RangeError("Format string contains an unescaped latin alphabet character `"+_e+"`");return z}).join(""):""}var mo=365.2425;function Ga(E){var S=E.years,T=E.months,R=E.weeks,O=E.days,z=E.hours,ne=E.minutes,Te=E.seconds;o(1,arguments);var _e=0;S&&(_e+=S*mo),T&&(_e+=T*(mo/12)),R&&(_e+=7*R),O&&(_e+=O);var Ae=24*_e*60*60;return z&&(Ae+=60*z*60),ne&&(Ae+=60*ne),Te&&(Ae+=Te),Math.round(1e3*Ae)}function Ya(E){o(1,arguments);var S=E/ue;return Math.floor(S)}function Ha(E){o(1,arguments);var S=E/fe;return Math.floor(S)}function Xa(E){o(1,arguments);var S=E/Re;return Math.floor(S)}function Ka(E){o(1,arguments);var S=E/Ne;return Math.floor(S)}function qa(E){return o(1,arguments),Math.floor(E*fe)}function $a(E){return o(1,arguments),Math.floor(E*$)}function es(E){o(1,arguments);var S=E/Ze;return Math.floor(S)}function ts(E){o(1,arguments);var S=E/Pe;return Math.floor(S)}function Pn(E,S){o(2,arguments);var T=S-Qr(E);return T<=0&&(T+=7),u(E,T)}function ns(E){return o(1,arguments),Pn(E,5)}function rs(E){return o(1,arguments),Pn(E,1)}function os(E){return o(1,arguments),Pn(E,6)}function is(E){return o(1,arguments),Pn(E,0)}function as(E){return o(1,arguments),Pn(E,4)}function ss(E){return o(1,arguments),Pn(E,2)}function ls(E){return o(1,arguments),Pn(E,3)}function us(E,S){var T;o(1,arguments);var R=s((T=S==null?void 0:S.additionalDigits)!==null&&T!==void 0?T:2);if(R!==2&&R!==1&&R!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(typeof E!="string"&&Object.prototype.toString.call(E)!=="[object String]")return new Date(NaN);var O,z=function(Ye){var Xe,tt={},Ft=Ye.split(mr.dateTimeDelimiter);if(Ft.length>2)return tt;if(/:/.test(Ft[0])?Xe=Ft[0]:(tt.date=Ft[0],Xe=Ft[1],mr.timeZoneDelimiter.test(tt.date)&&(tt.date=Ye.split(mr.timeZoneDelimiter)[0],Xe=Ye.substr(tt.date.length,Ye.length))),Xe){var ft=mr.timezone.exec(Xe);ft?(tt.time=Xe.replace(ft[1],""),tt.timezone=ft[1]):tt.time=Xe}return tt}(E);if(z.date){var ne=function(Ye,Xe){var tt=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+Xe)+"})|(\\d{2}|[+-]\\d{"+(2+Xe)+"})$)"),Ft=Ye.match(tt);if(!Ft)return{year:NaN,restDateString:""};var ft=Ft[1]?parseInt(Ft[1]):null,Tt=Ft[2]?parseInt(Ft[2]):null;return{year:Tt===null?ft:100*Tt,restDateString:Ye.slice((Ft[1]||Ft[2]).length)}}(z.date,R);O=function(Ye,Xe){if(Xe===null)return new Date(NaN);var tt=Ye.match(cs);if(!tt)return new Date(NaN);var Ft=!!tt[4],ft=ur(tt[1]),Tt=ur(tt[2])-1,Lt=ur(tt[3]),It=ur(tt[4]),yn=ur(tt[5])-1;if(Ft)return function(tn,Ht,sn){return Ht>=1&&Ht<=53&&sn>=0&&sn<=6}(0,It,yn)?function(tn,Ht,sn){var Rn=new Date(0);Rn.setUTCFullYear(tn,0,4);var Cn=7*(Ht-1)+sn+1-(Rn.getUTCDay()||7);return Rn.setUTCDate(Rn.getUTCDate()+Cn),Rn}(Xe,It,yn):new Date(NaN);var bn=new Date(0);return function(tn,Ht,sn){return Ht>=0&&Ht<=11&&sn>=1&&sn<=(gs[Ht]||(So(tn)?29:28))}(Xe,Tt,Lt)&&function(tn,Ht){return Ht>=1&&Ht<=(So(tn)?366:365)}(Xe,ft)?(bn.setUTCFullYear(Xe,Tt,Math.max(ft,Lt)),bn):new Date(NaN)}(ne.restDateString,ne.year)}if(!O||isNaN(O.getTime()))return new Date(NaN);var Te,_e=O.getTime(),Ae=0;if(z.time&&(Ae=function(Ye){var Xe=Ye.match(ds);if(!Xe)return NaN;var tt=Dr(Xe[1]),Ft=Dr(Xe[2]),ft=Dr(Xe[3]);return function(Tt,Lt,It){return Tt===24?Lt===0&&It===0:It>=0&&It<60&&Lt>=0&&Lt<60&&Tt>=0&&Tt<25}(tt,Ft,ft)?tt*ue+Ft*fe+1e3*ft:NaN}(z.time),isNaN(Ae)))return new Date(NaN);if(!z.timezone){var Ie=new Date(_e+Ae),Ke=new Date(0);return Ke.setFullYear(Ie.getUTCFullYear(),Ie.getUTCMonth(),Ie.getUTCDate()),Ke.setHours(Ie.getUTCHours(),Ie.getUTCMinutes(),Ie.getUTCSeconds(),Ie.getUTCMilliseconds()),Ke}return Te=function(Ye){if(Ye==="Z")return 0;var Xe=Ye.match(ps);if(!Xe)return 0;var tt=Xe[1]==="+"?-1:1,Ft=parseInt(Xe[2]),ft=Xe[3]&&parseInt(Xe[3])||0;return function(Tt,Lt){return Lt>=0&&Lt<=59}(0,ft)?tt*(Ft*ue+ft*fe):NaN}(z.timezone),isNaN(Te)?new Date(NaN):new Date(_e+Ae+Te)}var mr={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},cs=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,ds=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,ps=/^([+-])(\d{2})(?::?(\d{2}))?$/;function ur(E){return E?parseInt(E):1}function Dr(E){return E&&parseFloat(E.replace(",","."))||0}var gs=[31,null,31,30,31,30,31,31,30,31,30,31];function So(E){return E%400==0||E%4==0&&E%100!=0}function hs(E){if(o(1,arguments),typeof E=="string"){var S=E.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return S?new Date(Date.UTC(+S[1],+S[2]-1,+S[3],+S[4]-(+S[9]||0)*(S[8]=="-"?-1:1),+S[5]-(+S[10]||0)*(S[8]=="-"?-1:1),+S[6],+((S[7]||"0")+"00").substring(0,3))):new Date(NaN)}return l(E)}function zn(E,S){o(2,arguments);var T=Qr(E)-S;return T<=0&&(T+=7),Br(E,T)}function fs(E){return o(1,arguments),zn(E,5)}function Us(E){return o(1,arguments),zn(E,1)}function Fs(E){return o(1,arguments),zn(E,6)}function Qs(E){return o(1,arguments),zn(E,0)}function ys(E){return o(1,arguments),zn(E,4)}function Rs(E){return o(1,arguments),zn(E,2)}function Bs(E){return o(1,arguments),zn(E,3)}function ms(E){return o(1,arguments),Math.floor(E*Ze)}function Ss(E){o(1,arguments);var S=E/J;return Math.floor(S)}function vs(E,S){var T;if(arguments.length<1)throw new TypeError("1 argument required, but only none provided present");var R=s((T=S==null?void 0:S.nearestTo)!==null&&T!==void 0?T:1);if(R<1||R>30)throw new RangeError("`options.nearestTo` must be between 1 and 30");var O=l(E),z=O.getSeconds(),ne=O.getMinutes()+z/60,Te=St(S==null?void 0:S.roundingMethod)(ne/R)*R,_e=ne%R,Ae=Math.round(_e/R)*R;return new Date(O.getFullYear(),O.getMonth(),O.getDate(),O.getHours(),Te+Ae)}function bs(E){o(1,arguments);var S=E/x;return Math.floor(S)}function Es(E){return o(1,arguments),E*Re}function Ts(E){o(1,arguments);var S=E/$;return Math.floor(S)}function Mr(E,S){o(2,arguments);var T=l(E),R=s(S),O=T.getFullYear(),z=T.getDate(),ne=new Date(0);ne.setFullYear(O,R,15),ne.setHours(0,0,0,0);var Te=Ar(ne);return T.setMonth(R,Math.min(z,Te)),T}function Vs(E,S){if(o(2,arguments),r(S)!=="object"||S===null)throw new RangeError("values parameter must be an object");var T=l(E);return isNaN(T.getTime())?new Date(NaN):(S.year!=null&&T.setFullYear(S.year),S.month!=null&&(T=Mr(T,S.month)),S.date!=null&&T.setDate(s(S.date)),S.hours!=null&&T.setHours(s(S.hours)),S.minutes!=null&&T.setMinutes(s(S.minutes)),S.seconds!=null&&T.setSeconds(s(S.seconds)),S.milliseconds!=null&&T.setMilliseconds(s(S.milliseconds)),T)}function ws(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setDate(R),T}function Ns(E,S,T){var R,O,z,ne,Te,_e,Ae,Ie;o(2,arguments);var Ke=_(),Ye=s((R=(O=(z=(ne=T==null?void 0:T.weekStartsOn)!==null&&ne!==void 0?ne:T==null||(Te=T.locale)===null||Te===void 0||(_e=Te.options)===null||_e===void 0?void 0:_e.weekStartsOn)!==null&&z!==void 0?z:Ke.weekStartsOn)!==null&&O!==void 0?O:(Ae=Ke.locale)===null||Ae===void 0||(Ie=Ae.options)===null||Ie===void 0?void 0:Ie.weekStartsOn)!==null&&R!==void 0?R:0);if(!(Ye>=0&&Ye<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var Xe=l(E),tt=s(S),Ft=Xe.getDay(),ft=7-Ye;return u(Xe,tt<0||tt>6?tt-(Ft+ft)%7:((tt%7+7)%7+ft)%7-(Ft+ft)%7)}function _s(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setMonth(0),T.setDate(R),T}function Js(E){o(1,arguments);var S={},T=_();for(var R in T)Object.prototype.hasOwnProperty.call(T,R)&&(S[R]=T[R]);for(var O in E)Object.prototype.hasOwnProperty.call(E,O)&&(E[O]===void 0?delete S[O]:S[O]=E[O]);v(S)}function ks(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setHours(R),T}function Ws(E,S){o(2,arguments);var T=l(E);return u(T,s(S)-Ir(T))}function Cs(E,S){o(2,arguments);var T=l(E),R=s(S),O=Lr(T)-R;return T.setDate(T.getDate()-7*O),T}function Ds(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setMilliseconds(R),T}function Ms(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setMinutes(R),T}function Zs(E,S){o(2,arguments);var T=l(E),R=s(S)-(Math.floor(T.getMonth()/3)+1);return Mr(T,T.getMonth()+3*R)}function Os(E,S){o(2,arguments);var T=l(E),R=s(S);return T.setSeconds(R),T}function js(E,S,T){o(2,arguments);var R=l(E),O=s(S),z=Gr(R,T)-O;return R.setDate(R.getDate()-7*z),R}function As(E,S,T){var R,O,z,ne,Te,_e,Ae,Ie;o(2,arguments);var Ke=_(),Ye=s((R=(O=(z=(ne=T==null?void 0:T.firstWeekContainsDate)!==null&&ne!==void 0?ne:T==null||(Te=T.locale)===null||Te===void 0||(_e=Te.options)===null||_e===void 0?void 0:_e.firstWeekContainsDate)!==null&&z!==void 0?z:Ke.firstWeekContainsDate)!==null&&O!==void 0?O:(Ae=Ke.locale)===null||Ae===void 0||(Ie=Ae.options)===null||Ie===void 0?void 0:Ie.firstWeekContainsDate)!==null&&R!==void 0?R:1),Xe=l(E),tt=s(S),Ft=j(Xe,yr(Xe,T)),ft=new Date(0);return ft.setFullYear(tt,0,Ye),ft.setHours(0,0,0,0),(Xe=yr(ft,T)).setDate(Xe.getDate()+Ft),Xe}function xs(E,S){o(2,arguments);var T=l(E),R=s(S);return isNaN(T.getTime())?new Date(NaN):(T.setFullYear(R),T)}function Is(E){o(1,arguments);var S=l(E),T=S.getFullYear(),R=10*Math.floor(T/10);return S.setFullYear(R,0,1),S.setHours(0,0,0,0),S}function Ls(){return Y(Date.now())}function Ps(){var E=new Date,S=E.getFullYear(),T=E.getMonth(),R=E.getDate(),O=new Date(0);return O.setFullYear(S,T,R+1),O.setHours(0,0,0,0),O}function zs(){var E=new Date,S=E.getFullYear(),T=E.getMonth(),R=E.getDate(),O=new Date(0);return O.setFullYear(S,T,R-1),O.setHours(0,0,0,0),O}function vo(E,S){return o(2,arguments),c(E,-s(S))}function Gs(E,S){if(o(2,arguments),!S||r(S)!=="object")return new Date(NaN);var T=S.years?s(S.years):0,R=S.months?s(S.months):0,O=S.weeks?s(S.weeks):0,z=S.days?s(S.days):0,ne=S.hours?s(S.hours):0,Te=S.minutes?s(S.minutes):0,_e=S.seconds?s(S.seconds):0,Ae=Br(vo(E,R+12*T),z+7*O),Ie=1e3*(_e+60*(Te+60*ne));return new Date(Ae.getTime()-Ie)}function Ys(E,S){return o(2,arguments),f(E,-s(S))}function Hs(E,S){return o(2,arguments),y(E,-s(S))}function Xs(E,S){return o(2,arguments),M(E,-s(S))}function Ks(E,S){return o(2,arguments),D(E,-s(S))}function qs(E,S){return o(2,arguments),C(E,-s(S))}function $s(E,S){return o(2,arguments),ee(E,-s(S))}function el(E,S){return o(2,arguments),re(E,-s(S))}function tl(E){return o(1,arguments),Math.floor(E*ae)}function nl(E){return o(1,arguments),Math.floor(E*Pe)}function rl(E){return o(1,arguments),Math.floor(E*J)}},686:(e,t,n)=>{var r=n(4940),s=n(5731),o=n(3468),l=n(9336);e.exports=function(u,c,d){if(!u||typeof u!="object"&&typeof u!="function")throw new o("`obj` must be an object or a function`");if(typeof c!="string"&&typeof c!="symbol")throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new o("`loose`, if provided, must be a boolean");var h=arguments.length>3?arguments[3]:null,B=arguments.length>4?arguments[4]:null,U=arguments.length>5?arguments[5]:null,f=arguments.length>6&&arguments[6],g=!!l&&l(u,c);if(r)r(u,c,{configurable:U===null&&g?g.configurable:!U,enumerable:h===null&&g?g.enumerable:!h,value:d,writable:B===null&&g?g.writable:!B});else{if(!f&&(h||B||U))throw new s("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");u[c]=d}}},1857:(e,t,n)=>{var r=n(9228),s=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",o=Object.prototype.toString,l=Array.prototype.concat,u=n(686),c=n(7239)(),d=function(B,U,f,g){if(U in B){if(g===!0){if(B[U]===f)return}else if(typeof(F=g)!="function"||o.call(F)!=="[object Function]"||!g())return}var F;c?u(B,U,f,!0):u(B,U,f)},h=function(B,U){var f=arguments.length>2?arguments[2]:{},g=r(U);s&&(g=l.call(g,Object.getOwnPropertySymbols(U)));for(var F=0;F<g.length;F+=1)d(B,g[F],U[g[F]],f[g[F]])};h.supportsDescriptors=!!c,e.exports=h},2078:(e,t,n)=>{var r=n(9907);const s=n(5365),o=n(5757),l=(u,c,d)=>({from:l,EnvVarError:n(5757),get:function(h){if(!h)return u;if(arguments.length>1)throw new o("It looks like you passed more than one argument to env.get(). Since env-var@6.0.0 this is no longer supported. To set a default value use env.get(TARGET).default(DEFAULT)");return s(u,h,c||{},d||function(){})},accessors:n(7350),logger:n(7869)(console.log,u.NODE_ENV)});e.exports=l(function(){try{return r.env}catch{return{}}}())},2555:(e,t,n)=>{const r=n(6261);e.exports=function(s,o){return o=o||",",s.length?r(s).split(o).filter(Boolean):[]}},7808:e=>{e.exports=function(t){const n=t.toLowerCase();if(n!=="false"&&n!=="true")throw new Error('should be either "true", "false", "TRUE", or "FALSE"');return n!=="false"}},3576:e=>{e.exports=function(t){const n=t.toLowerCase();if(["false","0","true","1"].indexOf(n)===-1)throw new Error('should be either "true", "false", "TRUE", "FALSE", 1, or 0');return!(n==="0"||n==="false")}},349:(e,t,n)=>{const r=n(6261),s=/^(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\u0001-\u0008\u000b\u000c\u000e-\u001f\u0021\u0023-\u005b\u005d-\u007f]|\\[\u0001-\u0009\u000b\u000c\u000e-\u007f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\u0001-\u0008\u000b\u000c\u000e-\u001f\u0021-\u005a\u0053-\u007f]|\\[\u0001-\u0009\u000b\u000c\u000e-\u007f])+)\])$/;e.exports=function(o){const l=r(o);if(!s.test(l))throw new Error("should be a valid email address");return l}},129:(e,t,n)=>{const r=n(6261);e.exports=function(s,o){const l=r(s);if(o.indexOf(l)<0)throw new Error(`should be one of [${o.join(", ")}]`);return l}},2222:(e,t,n)=>{const r=n(5384);e.exports=function(s){const o=r(s);if(o>0)throw new Error("should be a negative float");return o}},3674:(e,t,n)=>{const r=n(5384);e.exports=function(s){const o=r(s);if(o<0)throw new Error("should be a positive float");return o}},5384:e=>{e.exports=function(t){const n=parseFloat(t);if(isNaN(n)||isNaN(t))throw new Error("should be a valid float");return n}},7350:(e,t,n)=>{e.exports={asArray:n(2555),asSet:n(7374),asBoolStrict:n(7808),asBool:n(3576),asPortNumber:n(4647),asEnum:n(129),asFloatNegative:n(2222),asFloatPositive:n(3674),asFloat:n(5384),asIntNegative:n(8455),asIntPositive:n(879),asInt:n(9799),asJsonArray:n(9974),asJsonObject:n(8124),asJson:n(3566),asRegExp:n(1045),asString:n(6261),asUrlObject:n(4531),asUrlString:n(5549),asEmailString:n(349)}},8455:(e,t,n)=>{const r=n(9799);e.exports=function(s){const o=r(s);if(o>0)throw new Error("should be a negative integer");return o}},879:(e,t,n)=>{const r=n(9799);e.exports=function(s){const o=r(s);if(o<0)throw new Error("should be a positive integer");return o}},9799:e=>{e.exports=function(t){const n=parseInt(t,10);if(isNaN(n)||n.toString(10)!==t)throw new Error("should be a valid integer");return n}},9974:(e,t,n)=>{const r=n(3566);e.exports=function(s){var o=r(s);if(!Array.isArray(o))throw new Error("should be a parseable JSON Array");return o}},8124:(e,t,n)=>{const r=n(3566);e.exports=function(s){var o=r(s);if(Array.isArray(o))throw new Error("should be a parseable JSON Object");return o}},3566:e=>{e.exports=function(t){try{return JSON.parse(t)}catch{throw new Error("should be valid (parseable) JSON")}}},4647:(e,t,n)=>{const r=n(879);e.exports=function(s){var o=r(s);if(o>65535)throw new Error("cannot assign a port number greater than 65535");return o}},1045:e=>{e.exports=function(t,n){try{RegExp(void 0,n)}catch{throw new Error("invalid regexp flags")}try{return new RegExp(t,n)}catch{throw new Error("should be a valid regexp")}}},7374:(e,t,n)=>{const r=n(2555);e.exports=function(s,o){return s.length?new Set(r(s,o)):new Set}},6261:e=>{e.exports=function(t){return t}},4531:(e,t,n)=>{const r=n(6261);e.exports=function(s){const o=r(s);try{return new URL(o)}catch{throw new Error("should be a valid URL")}}},5549:(e,t,n)=>{const r=n(4531);e.exports=function(s){return r(s).toString()}},5757:e=>{class t extends Error{constructor(r,...s){super(`env-var: ${r}`,...s),Error.captureStackTrace&&Error.captureStackTrace(this,t),this.name="EnvVarError"}}e.exports=t},7869:e=>{e.exports=function(t,n){return function(r,s){n&&n.match(/prod|production/)||t(`env-var (${r}): ${s}`)}}},5365:(e,t,n)=>{var r=n(1048).Buffer;const s=n(5757),o=/^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)$/;e.exports=function(l,u,c,d){let h,B,U=!1,f=!1;const g=n(7350);function F(_){d(u,_)}function y(_,v){let N=`"${u}" ${v}`;throw _&&(N=`${N}`),B&&(N=`${N}. An example of a valid value would be: ${B}`),new s(N)}const m={convertFromBase64:function(){return F("marking for base64 conversion"),U=!0,m},default:function(_){if(typeof _=="number")h=_.toString();else if(Array.isArray(_)||typeof _=="object"&&_!==null)h=JSON.stringify(_);else{if(typeof _!="string")throw new s("values passed to default() must be of Number, String, Array, or Object type");h=_}return F(`setting default value to "${h}"`),m},required:function(_){return _===void 0?(F("marked as required"),f=!0):(F(`setting required flag to ${_}`),f=_),m},example:function(_){return B=_,m}};return Object.entries({...g,...c}).forEach(([_,v])=>{m[_]=function(N){return function(){let V=l[u];if(F(`will be read from the environment using "${N.name}" accessor`),V===void 0)if(h===void 0&&f)F("was not found in the environment, but is required to be set"),y(void 0,"is a required variable, but it was not set");else{if(h===void 0)return void F("was not found in the environment, but is not required. returning undefined");F(`was not found in the environment, parsing default value "${h}" instead`),V=h}f&&(F("verifying variable value is not an empty string"),V.trim().length===0&&y(void 0,"is a required variable, but its value was empty")),U&&(F("verifying variable is a valid base64 string"),V.match(o)||y(V,"should be a valid base64 string if using convertFromBase64"),F("converting from base64 to utf8 string"),V=r.from(V,"base64").toString());const G=[V].concat(Array.prototype.slice.call(arguments));try{F(`passing value "${V}" to "${N.name}" accessor`);const W=N.apply(N,G);return F(`parsed successfully, returning ${W}`),W}catch(W){y(V,W.message)}}}(v)}),m}},4940:(e,t,n)=>{var r=n(528)("%Object.defineProperty%",!0)||!1;if(r)try{r({},"a",{value:1})}catch{r=!1}e.exports=r},9110:e=>{e.exports=EvalError},9838:e=>{e.exports=Error},1155:e=>{e.exports=RangeError},4943:e=>{e.exports=ReferenceError},5731:e=>{e.exports=SyntaxError},3468:e=>{e.exports=TypeError},2140:e=>{e.exports=URIError},46:e=>{var t,n=typeof Reflect=="object"?Reflect:null,r=n&&typeof n.apply=="function"?n.apply:function(y,m,_){return Function.prototype.apply.call(y,m,_)};t=n&&typeof n.ownKeys=="function"?n.ownKeys:Object.getOwnPropertySymbols?function(y){return Object.getOwnPropertyNames(y).concat(Object.getOwnPropertySymbols(y))}:function(y){return Object.getOwnPropertyNames(y)};var s=Number.isNaN||function(y){return y!=y};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(y,m){return new Promise(function(_,v){function N(G){y.removeListener(m,V),v(G)}function V(){typeof y.removeListener=="function"&&y.removeListener("error",N),_([].slice.call(arguments))}F(y,m,V,{once:!0}),m!=="error"&&function(G,W){typeof G.on=="function"&&F(G,"error",W,{once:!0})}(y,N)})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var l=10;function u(y){if(typeof y!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof y)}function c(y){return y._maxListeners===void 0?o.defaultMaxListeners:y._maxListeners}function d(y,m,_,v){var N,V,G,W;if(u(_),(V=y._events)===void 0?(V=y._events=Object.create(null),y._eventsCount=0):(V.newListener!==void 0&&(y.emit("newListener",m,_.listener?_.listener:_),V=y._events),G=V[m]),G===void 0)G=V[m]=_,++y._eventsCount;else if(typeof G=="function"?G=V[m]=v?[_,G]:[G,_]:v?G.unshift(_):G.push(_),(N=c(y))>0&&G.length>N&&!G.warned){G.warned=!0;var K=new Error("Possible EventEmitter memory leak detected. "+G.length+" "+String(m)+" listeners added. Use emitter.setMaxListeners() to increase limit");K.name="MaxListenersExceededWarning",K.emitter=y,K.type=m,K.count=G.length,W=K,console&&console.warn&&console.warn(W)}return y}function h(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function B(y,m,_){var v={fired:!1,wrapFn:void 0,target:y,type:m,listener:_},N=h.bind(v);return N.listener=_,v.wrapFn=N,N}function U(y,m,_){var v=y._events;if(v===void 0)return[];var N=v[m];return N===void 0?[]:typeof N=="function"?_?[N.listener||N]:[N]:_?function(V){for(var G=new Array(V.length),W=0;W<G.length;++W)G[W]=V[W].listener||V[W];return G}(N):g(N,N.length)}function f(y){var m=this._events;if(m!==void 0){var _=m[y];if(typeof _=="function")return 1;if(_!==void 0)return _.length}return 0}function g(y,m){for(var _=new Array(m),v=0;v<m;++v)_[v]=y[v];return _}function F(y,m,_,v){if(typeof y.on=="function")v.once?y.once(m,_):y.on(m,_);else{if(typeof y.addEventListener!="function")throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof y);y.addEventListener(m,function N(V){v.once&&y.removeEventListener(m,N),_(V)})}}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(y){if(typeof y!="number"||y<0||s(y))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+y+".");l=y}}),o.init=function(){this._events!==void 0&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(y){if(typeof y!="number"||y<0||s(y))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+y+".");return this._maxListeners=y,this},o.prototype.getMaxListeners=function(){return c(this)},o.prototype.emit=function(y){for(var m=[],_=1;_<arguments.length;_++)m.push(arguments[_]);var v=y==="error",N=this._events;if(N!==void 0)v=v&&N.error===void 0;else if(!v)return!1;if(v){var V;if(m.length>0&&(V=m[0]),V instanceof Error)throw V;var G=new Error("Unhandled error."+(V?" ("+V.message+")":""));throw G.context=V,G}var W=N[y];if(W===void 0)return!1;if(typeof W=="function")r(W,this,m);else{var K=W.length,Y=g(W,K);for(_=0;_<K;++_)r(Y[_],this,m)}return!0},o.prototype.addListener=function(y,m){return d(this,y,m,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(y,m){return d(this,y,m,!0)},o.prototype.once=function(y,m){return u(m),this.on(y,B(this,y,m)),this},o.prototype.prependOnceListener=function(y,m){return u(m),this.prependListener(y,B(this,y,m)),this},o.prototype.removeListener=function(y,m){var _,v,N,V,G;if(u(m),(v=this._events)===void 0)return this;if((_=v[y])===void 0)return this;if(_===m||_.listener===m)--this._eventsCount==0?this._events=Object.create(null):(delete v[y],v.removeListener&&this.emit("removeListener",y,_.listener||m));else if(typeof _!="function"){for(N=-1,V=_.length-1;V>=0;V--)if(_[V]===m||_[V].listener===m){G=_[V].listener,N=V;break}if(N<0)return this;N===0?_.shift():function(W,K){for(;K+1<W.length;K++)W[K]=W[K+1];W.pop()}(_,N),_.length===1&&(v[y]=_[0]),v.removeListener!==void 0&&this.emit("removeListener",y,G||m)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(y){var m,_,v;if((_=this._events)===void 0)return this;if(_.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):_[y]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete _[y]),this;if(arguments.length===0){var N,V=Object.keys(_);for(v=0;v<V.length;++v)(N=V[v])!=="removeListener"&&this.removeAllListeners(N);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(typeof(m=_[y])=="function")this.removeListener(y,m);else if(m!==void 0)for(v=m.length-1;v>=0;v--)this.removeListener(y,m[v]);return this},o.prototype.listeners=function(y){return U(this,y,!0)},o.prototype.rawListeners=function(y){return U(this,y,!1)},o.listenerCount=function(y,m){return typeof y.listenerCount=="function"?y.listenerCount(m):f.call(y,m)},o.prototype.listenerCount=f,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},6075:e=>{e.exports=function(t,n){n||(n={}),typeof n=="function"&&(n={cmp:n});var r,s=typeof n.cycles=="boolean"&&n.cycles,o=n.cmp&&(r=n.cmp,function(u){return function(c,d){var h={key:c,value:u[c]},B={key:d,value:u[d]};return r(h,B)}}),l=[];return function u(c){if(c&&c.toJSON&&typeof c.toJSON=="function"&&(c=c.toJSON()),c!==void 0){if(typeof c=="number")return isFinite(c)?""+c:"null";if(typeof c!="object")return JSON.stringify(c);var d,h;if(Array.isArray(c)){for(h="[",d=0;d<c.length;d++)d&&(h+=","),h+=u(c[d])||"null";return h+"]"}if(c===null)return"null";if(l.indexOf(c)!==-1){if(s)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var B=l.push(c)-1,U=Object.keys(c).sort(o&&o(c));for(h="",d=0;d<U.length;d++){var f=U[d],g=u(c[f]);g&&(h&&(h+=","),h+=JSON.stringify(f)+":"+g)}return l.splice(B,1),"{"+h+"}"}}(t)}},3737:function(e,t,n){var r=n(1048).Buffer;(function(s){function o(m){for(var _=0,v=Math.min(65536,m.length+1),N=new Uint16Array(v),V=[],G=0;;){var W=_<m.length;if(!W||G>=v-1){var K=N.subarray(0,G);if(V.push(String.fromCharCode.apply(null,K)),!W)return V.join("");m=m.subarray(_),_=0,G=0}var Y=m[_++];if(128&Y){if((224&Y)==192){var A=63&m[_++];N[G++]=(31&Y)<<6|A}else if((240&Y)==224){A=63&m[_++];var j=63&m[_++];N[G++]=(31&Y)<<12|A<<6|j}else if((248&Y)==240){var w=(7&Y)<<18|(A=63&m[_++])<<12|(j=63&m[_++])<<6|63&m[_++];w>65535&&(w-=65536,N[G++]=w>>>10&1023|55296,w=56320|1023&w),N[G++]=w}}else N[G++]=Y}}var l="Failed to ",u=function(m,_,v){if(m)throw new Error("".concat(l).concat(_,": the '").concat(v,"' option is unsupported."))},c=typeof r=="function"&&r.from,d=c?function(m){return r.from(m)}:function(m){for(var _=0,v=m.length,N=0,V=Math.max(32,v+(v>>>1)+7),G=new Uint8Array(V>>>3<<3);_<v;){var W=m.charCodeAt(_++);if(W>=55296&&W<=56319){if(_<v){var K=m.charCodeAt(_);(64512&K)==56320&&(++_,W=((1023&W)<<10)+(1023&K)+65536)}if(W>=55296&&W<=56319)continue}if(N+4>G.length){V+=8,V=(V*=1+_/m.length*2)>>>3<<3;var Y=new Uint8Array(V);Y.set(G),G=Y}if(4294967168&W){if(4294965248&W)if(4294901760&W){if(4292870144&W)continue;G[N++]=W>>>18&7|240,G[N++]=W>>>12&63|128,G[N++]=W>>>6&63|128}else G[N++]=W>>>12&15|224,G[N++]=W>>>6&63|128;else G[N++]=W>>>6&31|192;G[N++]=63&W|128}else G[N++]=W}return G.slice?G.slice(0,N):G.subarray(0,N)};function h(){this.encoding="utf-8"}h.prototype.encode=function(m,_){return u(_&&_.stream,"encode","stream"),d(m)};var B=!c&&typeof Blob=="function"&&typeof URL=="function"&&typeof URL.createObjectURL=="function",U=["utf-8","utf8","unicode-1-1-utf-8"],f=o;c?f=function(m,_){return(m instanceof r?m:r.from(m.buffer,m.byteOffset,m.byteLength)).toString(_)}:B&&(f=function(m){try{return function(_){var v;try{var N=new Blob([_],{type:"text/plain;charset=UTF-8"});v=URL.createObjectURL(N);var V=new XMLHttpRequest;return V.open("GET",v,!1),V.send(),V.responseText}finally{v&&URL.revokeObjectURL(v)}}(m)}catch{return o(m)}});var g="construct 'TextDecoder'",F="".concat(l," ").concat(g,": the ");function y(m,_){if(u(_&&_.fatal,g,"fatal"),m=m||"utf-8",!(c?r.isEncoding(m):U.indexOf(m.toLowerCase())!==-1))throw new RangeError("".concat(F," encoding label provided ('").concat(m,"') is invalid."));this.encoding=m,this.fatal=!1,this.ignoreBOM=!1}y.prototype.decode=function(m,_){var v;return u(_&&_.stream,"decode","stream"),v=m instanceof Uint8Array?m:m.buffer instanceof ArrayBuffer?new Uint8Array(m.buffer):new Uint8Array(m),f(v,this.encoding)},s.TextEncoder=s.TextEncoder||h,s.TextDecoder=s.TextDecoder||y})(typeof window!="undefined"?window:n.g!==void 0?n.g:this)},4798:(e,t,n)=>{n.r(t),n.d(t,{assign:()=>h,default:()=>q,defaultI18n:()=>g,format:()=>w,parse:()=>Z,setGlobalDateI18n:()=>y,setGlobalDateMasks:()=>j});var r=/d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,s="\\d\\d?",o="\\d\\d",l="[^\\s]+",u=/\[([^]*?)\]/gm;function c(M,D){for(var C=[],ee=0,re=M.length;ee<re;ee++)C.push(M[ee].substr(0,D));return C}var d=function(M){return function(D,C){var ee=C[M].map(function(ie){return ie.toLowerCase()}),re=ee.indexOf(D.toLowerCase());return re>-1?re:null}};function h(M){for(var D=[],C=1;C<arguments.length;C++)D[C-1]=arguments[C];for(var ee=0,re=D;ee<re.length;ee++){var ie=re[ee];for(var Fe in ie)M[Fe]=ie[Fe]}return M}var B=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],U=["January","February","March","April","May","June","July","August","September","October","November","December"],f=c(U,3),g={dayNamesShort:c(B,3),dayNames:B,monthNamesShort:f,monthNames:U,amPm:["am","pm"],DoFn:function(M){return M+["th","st","nd","rd"][M%10>3?0:(M-M%10!=10?1:0)*M%10]}},F=h({},g),y=function(M){return F=h(F,M)},m=function(M){return M.replace(/[|\\{()[^$+*?.-]/g,"\\$&")},_=function(M,D){for(D===void 0&&(D=2),M=String(M);M.length<D;)M="0"+M;return M},v={D:function(M){return String(M.getDate())},DD:function(M){return _(M.getDate())},Do:function(M,D){return D.DoFn(M.getDate())},d:function(M){return String(M.getDay())},dd:function(M){return _(M.getDay())},ddd:function(M,D){return D.dayNamesShort[M.getDay()]},dddd:function(M,D){return D.dayNames[M.getDay()]},M:function(M){return String(M.getMonth()+1)},MM:function(M){return _(M.getMonth()+1)},MMM:function(M,D){return D.monthNamesShort[M.getMonth()]},MMMM:function(M,D){return D.monthNames[M.getMonth()]},YY:function(M){return _(String(M.getFullYear()),4).substr(2)},YYYY:function(M){return _(M.getFullYear(),4)},h:function(M){return String(M.getHours()%12||12)},hh:function(M){return _(M.getHours()%12||12)},H:function(M){return String(M.getHours())},HH:function(M){return _(M.getHours())},m:function(M){return String(M.getMinutes())},mm:function(M){return _(M.getMinutes())},s:function(M){return String(M.getSeconds())},ss:function(M){return _(M.getSeconds())},S:function(M){return String(Math.round(M.getMilliseconds()/100))},SS:function(M){return _(Math.round(M.getMilliseconds()/10),2)},SSS:function(M){return _(M.getMilliseconds(),3)},a:function(M,D){return M.getHours()<12?D.amPm[0]:D.amPm[1]},A:function(M,D){return M.getHours()<12?D.amPm[0].toUpperCase():D.amPm[1].toUpperCase()},ZZ:function(M){var D=M.getTimezoneOffset();return(D>0?"-":"+")+_(100*Math.floor(Math.abs(D)/60)+Math.abs(D)%60,4)},Z:function(M){var D=M.getTimezoneOffset();return(D>0?"-":"+")+_(Math.floor(Math.abs(D)/60),2)+":"+_(Math.abs(D)%60,2)}},N=function(M){return+M-1},V=[null,s],G=[null,l],W=["isPm",l,function(M,D){var C=M.toLowerCase();return C===D.amPm[0]?0:C===D.amPm[1]?1:null}],K=["timezoneOffset","[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z?",function(M){var D=(M+"").match(/([+-]|\d\d)/gi);if(D){var C=60*+D[1]+parseInt(D[2],10);return D[0]==="+"?C:-C}return 0}],Y={D:["day",s],DD:["day",o],Do:["day",s+l,function(M){return parseInt(M,10)}],M:["month",s,N],MM:["month",o,N],YY:["year",o,function(M){var D=+(""+new Date().getFullYear()).substr(0,2);return+(""+(+M>68?D-1:D)+M)}],h:["hour",s,void 0,"isPm"],hh:["hour",o,void 0,"isPm"],H:["hour",s],HH:["hour",o],m:["minute",s],mm:["minute",o],s:["second",s],ss:["second",o],YYYY:["year","\\d{4}"],S:["millisecond","\\d",function(M){return 100*+M}],SS:["millisecond",o,function(M){return 10*+M}],SSS:["millisecond","\\d{3}"],d:V,dd:V,ddd:G,dddd:G,MMM:["month",l,d("monthNamesShort")],MMMM:["month",l,d("monthNames")],a:W,A:W,ZZ:K,Z:K},A={default:"ddd MMM DD YYYY HH:mm:ss",shortDate:"M/D/YY",mediumDate:"MMM D, YYYY",longDate:"MMMM D, YYYY",fullDate:"dddd, MMMM D, YYYY",isoDate:"YYYY-MM-DD",isoDateTime:"YYYY-MM-DDTHH:mm:ssZ",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},j=function(M){return h(A,M)},w=function(M,D,C){if(D===void 0&&(D=A.default),C===void 0&&(C={}),typeof M=="number"&&(M=new Date(M)),Object.prototype.toString.call(M)!=="[object Date]"||isNaN(M.getTime()))throw new Error("Invalid Date pass to format");D=A[D]||D;var ee=[];D=D.replace(u,function(ie,Fe){return ee.push(Fe),"@@@"});var re=h(h({},F),C);return(D=D.replace(r,function(ie){return v[ie](M,re)})).replace(/@@@/g,function(){return ee.shift()})};function Z(M,D,C){if(C===void 0&&(C={}),typeof D!="string")throw new Error("Invalid format in fecha parse");if(D=A[D]||D,M.length>1e3)return null;var ee={year:new Date().getFullYear(),month:0,day:1,hour:0,minute:0,second:0,millisecond:0,isPm:null,timezoneOffset:null},re=[],ie=[],Fe=D.replace(u,function(me,Ne){return ie.push(m(Ne)),"@@@"}),he={},le={};Fe=m(Fe).replace(r,function(me){var Ne=Y[me],Ze=Ne[0],Pe=Ne[1],J=Ne[3];if(he[Ze])throw new Error("Invalid format. "+Ze+" specified twice in format");return he[Ze]=!0,J&&(le[J]=!0),re.push(Ne),"("+Pe+")"}),Object.keys(le).forEach(function(me){if(!he[me])throw new Error("Invalid format. "+me+" is required in specified format")}),Fe=Fe.replace(/@@@/g,function(){return ie.shift()});var de=M.match(new RegExp(Fe,"i"));if(!de)return null;for(var X,b=h(h({},F),C),L=1;L<de.length;L++){var ae=re[L-1],H=ae[0],Be=ae[2],fe=Be?Be(de[L],b):+de[L];if(fe==null)return null;ee[H]=fe}if(ee.isPm===1&&ee.hour!=null&&+ee.hour!=12?ee.hour=+ee.hour+12:ee.isPm===0&&+ee.hour==12&&(ee.hour=0),ee.timezoneOffset==null){X=new Date(ee.year,ee.month,ee.day,ee.hour,ee.minute,ee.second,ee.millisecond);for(var ue=[["month","getMonth"],["day","getDate"],["hour","getHours"],["minute","getMinutes"],["second","getSeconds"]],Re=(L=0,ue.length);L<Re;L++)if(he[ue[L][0]]&&ee[ue[L][0]]!==X[ue[L][1]]())return null}else if(X=new Date(Date.UTC(ee.year,ee.month,ee.day,ee.hour,ee.minute-ee.timezoneOffset,ee.second,ee.millisecond)),ee.month>11||ee.month<0||ee.day>31||ee.day<1||ee.hour>23||ee.hour<0||ee.minute>59||ee.minute<0||ee.second>59||ee.second<0)return null;return X}const q={format:w,parse:Z,defaultI18n:g,setGlobalDateI18n:y,setGlobalDateMasks:j}},9827:e=>{var t=Object.prototype.toString;e.exports=function(n){if(typeof n.displayName=="string"&&n.constructor.name)return n.displayName;if(typeof n.name=="string"&&n.name)return n.name;if(typeof n=="object"&&n.constructor&&typeof n.constructor.name=="string")return n.constructor.name;var r=n.toString(),s=t.call(n).slice(8,-1);return(r=s==="Function"?r.substring(r.indexOf("(")+1,r.indexOf(")")):s)||"anonymous"}},705:(e,t,n)=>{var r=n(9617),s=Object.prototype.toString,o=Object.prototype.hasOwnProperty;e.exports=function(l,u,c){if(!r(u))throw new TypeError("iterator must be a function");var d;arguments.length>=3&&(d=c),s.call(l)==="[object Array]"?function(h,B,U){for(var f=0,g=h.length;f<g;f++)o.call(h,f)&&(U==null?B(h[f],f,h):B.call(U,h[f],f,h))}(l,u,d):typeof l=="string"?function(h,B,U){for(var f=0,g=h.length;f<g;f++)U==null?B(h.charAt(f),f,h):B.call(U,h.charAt(f),f,h)}(l,u,d):function(h,B,U){for(var f in h)o.call(h,f)&&(U==null?B(h[f],f,h):B.call(U,h[f],f,h))}(l,u,d)}},8794:e=>{var t=Object.prototype.toString,n=Math.max,r=function(s,o){for(var l=[],u=0;u<s.length;u+=1)l[u]=s[u];for(var c=0;c<o.length;c+=1)l[c+s.length]=o[c];return l};e.exports=function(s){var o=this;if(typeof o!="function"||t.apply(o)!=="[object Function]")throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var l,u=function(U){for(var f=[],g=1,F=0;g<U.length;g+=1,F+=1)f[F]=U[g];return f}(arguments),c=n(0,o.length-u.length),d=[],h=0;h<c;h++)d[h]="$"+h;if(l=Function("binder","return function ("+function(U){for(var f="",g=0;g<U.length;g+=1)f+=U[g],g+1<U.length&&(f+=",");return f}(d)+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof l){var U=o.apply(this,r(u,arguments));return Object(U)===U?U:this}return o.apply(s,r(u,arguments))}),o.prototype){var B=function(){};B.prototype=o.prototype,l.prototype=new B,B.prototype=null}return l}},9138:(e,t,n)=>{var r=n(8794);e.exports=Function.prototype.bind||r},528:(e,t,n)=>{var r,s=n(9838),o=n(9110),l=n(1155),u=n(4943),c=n(5731),d=n(3468),h=n(2140),B=Function,U=function(re){try{return B('"use strict"; return ('+re+").constructor;")()}catch{}},f=Object.getOwnPropertyDescriptor;if(f)try{f({},"")}catch{f=null}var g=function(){throw new d},F=f?function(){try{return g}catch{try{return f(arguments,"callee").get}catch{return g}}}():g,y=n(3558)(),m=n(6869)(),_=Object.getPrototypeOf||(m?function(re){return re.__proto__}:null),v={},N=typeof Uint8Array!="undefined"&&_?_(Uint8Array):r,V={__proto__:null,"%AggregateError%":typeof AggregateError=="undefined"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?r:ArrayBuffer,"%ArrayIteratorPrototype%":y&&_?_([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":v,"%AsyncGenerator%":v,"%AsyncGeneratorFunction%":v,"%AsyncIteratorPrototype%":v,"%Atomics%":typeof Atomics=="undefined"?r:Atomics,"%BigInt%":typeof BigInt=="undefined"?r:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?r:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":s,"%eval%":eval,"%EvalError%":o,"%Float32Array%":typeof Float32Array=="undefined"?r:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?r:FinalizationRegistry,"%Function%":B,"%GeneratorFunction%":v,"%Int8Array%":typeof Int8Array=="undefined"?r:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?r:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":y&&_?_(_([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map=="undefined"?r:Map,"%MapIteratorPrototype%":typeof Map!="undefined"&&y&&_?_(new Map()[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?r:Promise,"%Proxy%":typeof Proxy=="undefined"?r:Proxy,"%RangeError%":l,"%ReferenceError%":u,"%Reflect%":typeof Reflect=="undefined"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?r:Set,"%SetIteratorPrototype%":typeof Set!="undefined"&&y&&_?_(new Set()[Symbol.iterator]()):r,"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":y&&_?_(""[Symbol.iterator]()):r,"%Symbol%":y?Symbol:r,"%SyntaxError%":c,"%ThrowTypeError%":F,"%TypedArray%":N,"%TypeError%":d,"%Uint8Array%":typeof Uint8Array=="undefined"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?r:Uint32Array,"%URIError%":h,"%WeakMap%":typeof WeakMap=="undefined"?r:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?r:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?r:WeakSet};if(_)try{null.error}catch(re){var G=_(_(re));V["%Error.prototype%"]=G}var W=function re(ie){var Fe;if(ie==="%AsyncFunction%")Fe=U("async function () {}");else if(ie==="%GeneratorFunction%")Fe=U("function* () {}");else if(ie==="%AsyncGeneratorFunction%")Fe=U("async function* () {}");else if(ie==="%AsyncGenerator%"){var he=re("%AsyncGeneratorFunction%");he&&(Fe=he.prototype)}else if(ie==="%AsyncIteratorPrototype%"){var le=re("%AsyncGenerator%");le&&_&&(Fe=_(le.prototype))}return V[ie]=Fe,Fe},K={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Y=n(9138),A=n(8554),j=Y.call(Function.call,Array.prototype.concat),w=Y.call(Function.apply,Array.prototype.splice),Z=Y.call(Function.call,String.prototype.replace),q=Y.call(Function.call,String.prototype.slice),M=Y.call(Function.call,RegExp.prototype.exec),D=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,C=/\\(\\)?/g,ee=function(re,ie){var Fe,he=re;if(A(K,he)&&(he="%"+(Fe=K[he])[0]+"%"),A(V,he)){var le=V[he];if(le===v&&(le=W(he)),le===void 0&&!ie)throw new d("intrinsic "+re+" exists, but is not available. Please file an issue!");return{alias:Fe,name:he,value:le}}throw new c("intrinsic "+re+" does not exist!")};e.exports=function(re,ie){if(typeof re!="string"||re.length===0)throw new d("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ie!="boolean")throw new d('"allowMissing" argument must be a boolean');if(M(/^%?[^%]*%?$/,re)===null)throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var Fe=function(me){var Ne=q(me,0,1),Ze=q(me,-1);if(Ne==="%"&&Ze!=="%")throw new c("invalid intrinsic syntax, expected closing `%`");if(Ze==="%"&&Ne!=="%")throw new c("invalid intrinsic syntax, expected opening `%`");var Pe=[];return Z(me,D,function(J,x,$,ce){Pe[Pe.length]=$?Z(ce,C,"$1"):x||J}),Pe}(re),he=Fe.length>0?Fe[0]:"",le=ee("%"+he+"%",ie),de=le.name,X=le.value,b=!1,L=le.alias;L&&(he=L[0],w(Fe,j([0,1],L)));for(var ae=1,H=!0;ae<Fe.length;ae+=1){var Be=Fe[ae],fe=q(Be,0,1),ue=q(Be,-1);if((fe==='"'||fe==="'"||fe==="`"||ue==='"'||ue==="'"||ue==="`")&&fe!==ue)throw new c("property names with quotes must have matching quotes");if(Be!=="constructor"&&H||(b=!0),A(V,de="%"+(he+="."+Be)+"%"))X=V[de];else if(X!=null){if(!(Be in X)){if(!ie)throw new d("base intrinsic for "+re+" exists, but the property is not available.");return}if(f&&ae+1>=Fe.length){var Re=f(X,Be);X=(H=!!Re)&&"get"in Re&&!("originalValue"in Re.get)?Re.get:X[Be]}else H=A(X,Be),X=X[Be];H&&!b&&(V[de]=X)}}return X}},7186:function(__unused_webpack_module,exports,__webpack_require__){var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.findInternal=function(e,t,n){e instanceof String&&(e=String(e));for(var r=e.length,s=0;s<r;s++){var o=e[s];if(t.call(n,o,s,e))return{i:s,v:o}}return{i:-1,v:void 0}},$jscomp.ASSUME_ES5=!1,$jscomp.ASSUME_NO_NATIVE_MAP=!1,$jscomp.ASSUME_NO_NATIVE_SET=!1,$jscomp.SIMPLE_FROUND_POLYFILL=!1,$jscomp.defineProperty=$jscomp.ASSUME_ES5||typeof Object.defineProperties=="function"?Object.defineProperty:function(e,t,n){e!=Array.prototype&&e!=Object.prototype&&(e[t]=n.value)},$jscomp.getGlobal=function(e){return typeof window!="undefined"&&window===e?e:__webpack_require__.g!==void 0&&__webpack_require__.g!=null?__webpack_require__.g:e},$jscomp.global=$jscomp.getGlobal(this),$jscomp.polyfill=function(e,t,n,r){if(t){for(n=$jscomp.global,e=e.split("."),r=0;r<e.length-1;r++){var s=e[r];s in n||(n[s]={}),n=n[s]}(t=t(r=n[e=e[e.length-1]]))!=r&&t!=null&&$jscomp.defineProperty(n,e,{configurable:!0,writable:!0,value:t})}},$jscomp.polyfill("Array.prototype.findIndex",function(e){return e||function(t,n){return $jscomp.findInternal(this,t,n).i}},"es6","es3"),$jscomp.checkStringArgs=function(e,t,n){if(e==null)throw new TypeError("The 'this' value for String.prototype."+n+" must not be null or undefined");if(t instanceof RegExp)throw new TypeError("First argument to String.prototype."+n+" must not be a regular expression");return e+""},$jscomp.polyfill("String.prototype.endsWith",function(e){return e||function(t,n){var r=$jscomp.checkStringArgs(this,t,"endsWith");t+="",n===void 0&&(n=r.length),n=Math.max(0,Math.min(0|n,r.length));for(var s=t.length;0<s&&0<n;)if(r[--n]!=t[--s])return!1;return 0>=s}},"es6","es3"),$jscomp.polyfill("Array.prototype.find",function(e){return e||function(t,n){return $jscomp.findInternal(this,t,n).v}},"es6","es3"),$jscomp.polyfill("String.prototype.startsWith",function(e){return e||function(t,n){var r=$jscomp.checkStringArgs(this,t,"startsWith");t+="";var s=r.length,o=t.length;n=Math.max(0,Math.min(0|n,r.length));for(var l=0;l<o&&n<s;)if(r[n++]!=t[l++])return!1;return l>=o}},"es6","es3"),$jscomp.polyfill("String.prototype.repeat",function(e){return e||function(t){var n=$jscomp.checkStringArgs(this,null,"repeat");if(0>t||1342177279<t)throw new RangeError("Invalid count value");t|=0;for(var r="";t;)1&t&&(r+=n),(t>>>=1)&&(n+=n);return r}},"es6","es3");var COMPILED=!0,goog=goog||{};goog.global=this||self,goog.exportPath_=function(e,t,n){e=e.split("."),n=n||goog.global,e[0]in n||n.execScript===void 0||n.execScript("var "+e[0]);for(var r;e.length&&(r=e.shift());)e.length||t===void 0?n=n[r]&&n[r]!==Object.prototype[r]?n[r]:n[r]={}:n[r]=t},goog.define=function(e,t){return t},goog.FEATURESET_YEAR=2012,goog.DEBUG=!0,goog.LOCALE="en",goog.TRUSTED_SITE=!0,goog.STRICT_MODE_COMPATIBLE=!1,goog.DISALLOW_TEST_ONLY_CODE=!goog.DEBUG,goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING=!1,goog.provide=function(e){if(goog.isInModuleLoader_())throw Error("goog.provide cannot be used within a module.");goog.constructNamespace_(e)},goog.constructNamespace_=function(e,t){goog.exportPath_(e,t)},goog.getScriptNonce=function(e){return e&&e!=goog.global?goog.getScriptNonce_(e.document):(goog.cspNonce_===null&&(goog.cspNonce_=goog.getScriptNonce_(goog.global.document)),goog.cspNonce_)},goog.NONCE_PATTERN_=/^[\w+/_-]+[=]{0,2}$/,goog.cspNonce_=null,goog.getScriptNonce_=function(e){return(e=e.querySelector&&e.querySelector("script[nonce]"))&&(e=e.nonce||e.getAttribute("nonce"))&&goog.NONCE_PATTERN_.test(e)?e:""},goog.VALID_MODULE_RE_=/^[a-zA-Z_$][a-zA-Z0-9._$]*$/,goog.module=function(e){if(typeof e!="string"||!e||e.search(goog.VALID_MODULE_RE_)==-1)throw Error("Invalid module identifier");if(!goog.isInGoogModuleLoader_())throw Error("Module "+e+" has been loaded incorrectly. Note, modules cannot be loaded as normal scripts. They require some kind of pre-processing step. You're likely trying to load a module via a script tag or as a part of a concatenated bundle without rewriting the module. For more info see: https://github.com/google/closure-library/wiki/goog.module:-an-ES6-module-like-alternative-to-goog.provide.");if(goog.moduleLoaderState_.moduleName)throw Error("goog.module may only be called once per module.");goog.moduleLoaderState_.moduleName=e},goog.module.get=function(e){return goog.module.getInternal_(e)},goog.module.getInternal_=function(e){return null},goog.ModuleType={ES6:"es6",GOOG:"goog"},goog.moduleLoaderState_=null,goog.isInModuleLoader_=function(){return goog.isInGoogModuleLoader_()||goog.isInEs6ModuleLoader_()},goog.isInGoogModuleLoader_=function(){return!!goog.moduleLoaderState_&&goog.moduleLoaderState_.type==goog.ModuleType.GOOG},goog.isInEs6ModuleLoader_=function(){if(goog.moduleLoaderState_&&goog.moduleLoaderState_.type==goog.ModuleType.ES6)return!0;var e=goog.global.$jscomp;return!!e&&typeof e.getCurrentModulePath=="function"&&!!e.getCurrentModulePath()},goog.module.declareLegacyNamespace=function(){goog.moduleLoaderState_.declareLegacyNamespace=!0},goog.declareModuleId=function(e){if(goog.moduleLoaderState_)goog.moduleLoaderState_.moduleName=e;else{var t=goog.global.$jscomp;if(!t||typeof t.getCurrentModulePath!="function")throw Error('Module with namespace "'+e+'" has been loaded incorrectly.');t=t.require(t.getCurrentModulePath()),goog.loadedModules_[e]={exports:t,type:goog.ModuleType.ES6,moduleId:e}}},goog.setTestOnly=function(e){if(goog.DISALLOW_TEST_ONLY_CODE)throw e=e||"",Error("Importing test-only code into non-debug environment"+(e?": "+e:"."))},goog.forwardDeclare=function(e){},goog.getObjectByName=function(e,t){e=e.split("."),t=t||goog.global;for(var n=0;n<e.length;n++)if((t=t[e[n]])==null)return null;return t},goog.globalize=function(e,t){for(var n in t=t||goog.global,e)t[n]=e[n]},goog.addDependency=function(e,t,n,r){},goog.ENABLE_DEBUG_LOADER=!0,goog.logToConsole_=function(e){goog.global.console&&goog.global.console.error(e)},goog.require=function(e){},goog.requireType=function(e){return{}},goog.basePath="",goog.nullFunction=function(){},goog.abstractMethod=function(){throw Error("unimplemented abstract method")},goog.addSingletonGetter=function(e){e.instance_=void 0,e.getInstance=function(){return e.instance_?e.instance_:(goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingletons_.length]=e),e.instance_=new e)}},goog.instantiatedSingletons_=[],goog.LOAD_MODULE_USING_EVAL=!0,goog.SEAL_MODULE_EXPORTS=goog.DEBUG,goog.loadedModules_={},goog.DEPENDENCIES_ENABLED=!COMPILED,goog.TRANSPILE="detect",goog.ASSUME_ES_MODULES_TRANSPILED=!1,goog.TRANSPILE_TO_LANGUAGE="",goog.TRANSPILER="transpile.js",goog.hasBadLetScoping=null,goog.useSafari10Workaround=function(){if(goog.hasBadLetScoping==null){try{var a=!eval('"use strict";let x = 1; function f() { return typeof x; };f() == "number";')}catch(e){a=!1}goog.hasBadLetScoping=a}return goog.hasBadLetScoping},goog.workaroundSafari10EvalBug=function(e){return"(function(){"+e+`
61
+ ;})();
62
+ `},goog.loadModule=function(e){var t=goog.moduleLoaderState_;try{if(goog.moduleLoaderState_={moduleName:"",declareLegacyNamespace:!1,type:goog.ModuleType.GOOG},goog.isFunction(e))var n=e.call(void 0,{});else{if(typeof e!="string")throw Error("Invalid module definition");goog.useSafari10Workaround()&&(e=goog.workaroundSafari10EvalBug(e)),n=goog.loadModuleFromSource_.call(void 0,e)}var r=goog.moduleLoaderState_.moduleName;if(typeof r!="string"||!r)throw Error('Invalid module name "'+r+'"');goog.moduleLoaderState_.declareLegacyNamespace?goog.constructNamespace_(r,n):goog.SEAL_MODULE_EXPORTS&&Object.seal&&typeof n=="object"&&n!=null&&Object.seal(n),goog.loadedModules_[r]={exports:n,type:goog.ModuleType.GOOG,moduleId:goog.moduleLoaderState_.moduleName}}finally{goog.moduleLoaderState_=t}},goog.loadModuleFromSource_=function(a){return eval(a),{}},goog.normalizePath_=function(e){e=e.split("/");for(var t=0;t<e.length;)e[t]=="."?e.splice(t,1):t&&e[t]==".."&&e[t-1]&&e[t-1]!=".."?e.splice(--t,2):t++;return e.join("/")},goog.loadFileSync_=function(e){if(goog.global.CLOSURE_LOAD_FILE_SYNC)return goog.global.CLOSURE_LOAD_FILE_SYNC(e);try{var t=new goog.global.XMLHttpRequest;return t.open("get",e,!1),t.send(),t.status==0||t.status==200?t.responseText:null}catch{return null}},goog.transpile_=function(e,t,n){var r=goog.global.$jscomp;r||(goog.global.$jscomp=r={});var s=r.transpile;if(!s){var o=goog.basePath+goog.TRANSPILER,l=goog.loadFileSync_(o);if(l){if(function(){(0,eval)(l+`
63
+ //# sourceURL=`+o)}.call(goog.global),goog.global.$gwtExport&&goog.global.$gwtExport.$jscomp&&!goog.global.$gwtExport.$jscomp.transpile)throw Error('The transpiler did not properly export the "transpile" method. $gwtExport: '+JSON.stringify(goog.global.$gwtExport));goog.global.$jscomp.transpile=goog.global.$gwtExport.$jscomp.transpile,s=(r=goog.global.$jscomp).transpile}}return s||(s=r.transpile=function(u,c){return goog.logToConsole_(c+" requires transpilation but no transpiler was found."),u}),s(e,t,n)},goog.typeOf=function(e){var t=typeof e;if(t=="object"){if(!e)return"null";if(e instanceof Array)return"array";if(e instanceof Object)return t;var n=Object.prototype.toString.call(e);if(n=="[object Window]")return"object";if(n=="[object Array]"||typeof e.length=="number"&&e.splice!==void 0&&e.propertyIsEnumerable!==void 0&&!e.propertyIsEnumerable("splice"))return"array";if(n=="[object Function]"||e.call!==void 0&&e.propertyIsEnumerable!==void 0&&!e.propertyIsEnumerable("call"))return"function"}else if(t=="function"&&e.call===void 0)return"object";return t},goog.isArray=function(e){return goog.typeOf(e)=="array"},goog.isArrayLike=function(e){var t=goog.typeOf(e);return t=="array"||t=="object"&&typeof e.length=="number"},goog.isDateLike=function(e){return goog.isObject(e)&&typeof e.getFullYear=="function"},goog.isFunction=function(e){return goog.typeOf(e)=="function"},goog.isObject=function(e){var t=typeof e;return t=="object"&&e!=null||t=="function"},goog.getUid=function(e){return Object.prototype.hasOwnProperty.call(e,goog.UID_PROPERTY_)&&e[goog.UID_PROPERTY_]||(e[goog.UID_PROPERTY_]=++goog.uidCounter_)},goog.hasUid=function(e){return!!e[goog.UID_PROPERTY_]},goog.removeUid=function(e){e!==null&&"removeAttribute"in e&&e.removeAttribute(goog.UID_PROPERTY_);try{delete e[goog.UID_PROPERTY_]}catch{}},goog.UID_PROPERTY_="closure_uid_"+(1e9*Math.random()>>>0),goog.uidCounter_=0,goog.getHashCode=goog.getUid,goog.removeHashCode=goog.removeUid,goog.cloneObject=function(e){var t=goog.typeOf(e);if(t=="object"||t=="array"){if(typeof e.clone=="function")return e.clone();for(var n in t=t=="array"?[]:{},e)t[n]=goog.cloneObject(e[n]);return t}return e},goog.bindNative_=function(e,t,n){return e.call.apply(e.bind,arguments)},goog.bindJs_=function(e,t,n){if(!e)throw Error();if(2<arguments.length){var r=Array.prototype.slice.call(arguments,2);return function(){var s=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(s,r),e.apply(t,s)}}return function(){return e.apply(t,arguments)}},goog.bind=function(e,t,n){return Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?goog.bind=goog.bindNative_:goog.bind=goog.bindJs_,goog.bind.apply(null,arguments)},goog.partial=function(e,t){var n=Array.prototype.slice.call(arguments,1);return function(){var r=n.slice();return r.push.apply(r,arguments),e.apply(this,r)}},goog.mixin=function(e,t){for(var n in t)e[n]=t[n]},goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date},goog.globalEval=function(e){if(goog.global.execScript)goog.global.execScript(e,"JavaScript");else{if(!goog.global.eval)throw Error("goog.globalEval not available");if(goog.evalWorksForGlobals_==null){try{goog.global.eval("var _evalTest_ = 1;")}catch{}if(goog.global._evalTest_!==void 0){try{delete goog.global._evalTest_}catch{}goog.evalWorksForGlobals_=!0}else goog.evalWorksForGlobals_=!1}if(goog.evalWorksForGlobals_)goog.global.eval(e);else{var t=goog.global.document,n=t.createElement("script");n.type="text/javascript",n.defer=!1,n.appendChild(t.createTextNode(e)),t.head.appendChild(n),t.head.removeChild(n)}}},goog.evalWorksForGlobals_=null,goog.getCssName=function(e,t){if(String(e).charAt(0)==".")throw Error('className passed in goog.getCssName must not start with ".". You passed: '+e);var n=function(s){return goog.cssNameMapping_[s]||s},r=function(s){s=s.split("-");for(var o=[],l=0;l<s.length;l++)o.push(n(s[l]));return o.join("-")};return r=goog.cssNameMapping_?goog.cssNameMappingStyle_=="BY_WHOLE"?n:r:function(s){return s},e=t?e+"-"+r(t):r(e),goog.global.CLOSURE_CSS_NAME_MAP_FN?goog.global.CLOSURE_CSS_NAME_MAP_FN(e):e},goog.setCssNameMapping=function(e,t){goog.cssNameMapping_=e,goog.cssNameMappingStyle_=t},goog.getMsg=function(e,t,n){return n&&n.html&&(e=e.replace(/</g,"&lt;")),t&&(e=e.replace(/\{\$([^}]+)}/g,function(r,s){return t!=null&&s in t?t[s]:r})),e},goog.getMsgWithFallback=function(e,t){return e},goog.exportSymbol=function(e,t,n){goog.exportPath_(e,t,n)},goog.exportProperty=function(e,t,n){e[t]=n},goog.inherits=function(e,t){function n(){}n.prototype=t.prototype,e.superClass_=t.prototype,e.prototype=new n,e.prototype.constructor=e,e.base=function(r,s,o){for(var l=Array(arguments.length-2),u=2;u<arguments.length;u++)l[u-2]=arguments[u];return t.prototype[s].apply(r,l)}},goog.scope=function(e){if(goog.isInModuleLoader_())throw Error("goog.scope is not supported within a module.");e.call(goog.global)},goog.defineClass=function(e,t){var n=t.constructor,r=t.statics;return n&&n!=Object.prototype.constructor||(n=function(){throw Error("cannot instantiate an interface (no constructor defined).")}),n=goog.defineClass.createSealingConstructor_(n,e),e&&goog.inherits(n,e),delete t.constructor,delete t.statics,goog.defineClass.applyProperties_(n.prototype,t),r!=null&&(r instanceof Function?r(n):goog.defineClass.applyProperties_(n,r)),n},goog.defineClass.SEAL_CLASS_INSTANCES=goog.DEBUG,goog.defineClass.createSealingConstructor_=function(e,t){if(!goog.defineClass.SEAL_CLASS_INSTANCES)return e;var n=!goog.defineClass.isUnsealable_(t),r=function(){var s=e.apply(this,arguments)||this;return s[goog.UID_PROPERTY_]=s[goog.UID_PROPERTY_],this.constructor===r&&n&&Object.seal instanceof Function&&Object.seal(s),s};return r},goog.defineClass.isUnsealable_=function(e){return e&&e.prototype&&e.prototype[goog.UNSEALABLE_CONSTRUCTOR_PROPERTY_]},goog.defineClass.OBJECT_PROTOTYPE_FIELDS_="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),goog.defineClass.applyProperties_=function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);for(var r=0;r<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;r++)n=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[r],Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},goog.tagUnsealableClass=function(e){},goog.UNSEALABLE_CONSTRUCTOR_PROPERTY_="goog_defineClass_legacy_unsealable",goog.TRUSTED_TYPES_POLICY_NAME="",goog.identity_=function(e){return e},goog.createTrustedTypesPolicy=function(e){var t=null,n=goog.global.trustedTypes||goog.global.TrustedTypes;if(!n||!n.createPolicy)return t;try{t=n.createPolicy(e,{createHTML:goog.identity_,createScript:goog.identity_,createScriptURL:goog.identity_,createURL:goog.identity_})}catch(r){goog.logToConsole_(r.message)}return t},goog.TRUSTED_TYPES_POLICY_=goog.TRUSTED_TYPES_POLICY_NAME?goog.createTrustedTypesPolicy(goog.TRUSTED_TYPES_POLICY_NAME+"#base"):null,goog.object={},goog.object.is=function(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t},goog.object.forEach=function(e,t,n){for(var r in e)t.call(n,e[r],r,e)},goog.object.filter=function(e,t,n){var r,s={};for(r in e)t.call(n,e[r],r,e)&&(s[r]=e[r]);return s},goog.object.map=function(e,t,n){var r,s={};for(r in e)s[r]=t.call(n,e[r],r,e);return s},goog.object.some=function(e,t,n){for(var r in e)if(t.call(n,e[r],r,e))return!0;return!1},goog.object.every=function(e,t,n){for(var r in e)if(!t.call(n,e[r],r,e))return!1;return!0},goog.object.getCount=function(e){var t,n=0;for(t in e)n++;return n},goog.object.getAnyKey=function(e){for(var t in e)return t},goog.object.getAnyValue=function(e){for(var t in e)return e[t]},goog.object.contains=function(e,t){return goog.object.containsValue(e,t)},goog.object.getValues=function(e){var t,n=[],r=0;for(t in e)n[r++]=e[t];return n},goog.object.getKeys=function(e){var t,n=[],r=0;for(t in e)n[r++]=t;return n},goog.object.getValueByKeys=function(e,t){var n=goog.isArrayLike(t),r=n?t:arguments;for(n=n?0:1;n<r.length;n++){if(e==null)return;e=e[r[n]]}return e},goog.object.containsKey=function(e,t){return e!==null&&t in e},goog.object.containsValue=function(e,t){for(var n in e)if(e[n]==t)return!0;return!1},goog.object.findKey=function(e,t,n){for(var r in e)if(t.call(n,e[r],r,e))return r},goog.object.findValue=function(e,t,n){return(t=goog.object.findKey(e,t,n))&&e[t]},goog.object.isEmpty=function(e){for(var t in e)return!1;return!0},goog.object.clear=function(e){for(var t in e)delete e[t]},goog.object.remove=function(e,t){var n;return(n=t in e)&&delete e[t],n},goog.object.add=function(e,t,n){if(e!==null&&t in e)throw Error('The object already contains the key "'+t+'"');goog.object.set(e,t,n)},goog.object.get=function(e,t,n){return e!==null&&t in e?e[t]:n},goog.object.set=function(e,t,n){e[t]=n},goog.object.setIfUndefined=function(e,t,n){return t in e?e[t]:e[t]=n},goog.object.setWithReturnValueIfNotSet=function(e,t,n){return t in e?e[t]:(n=n(),e[t]=n)},goog.object.equals=function(e,t){for(var n in e)if(!(n in t)||e[n]!==t[n])return!1;for(var r in t)if(!(r in e))return!1;return!0},goog.object.clone=function(e){var t,n={};for(t in e)n[t]=e[t];return n},goog.object.unsafeClone=function(e){var t=goog.typeOf(e);if(t=="object"||t=="array"){if(goog.isFunction(e.clone))return e.clone();for(var n in t=t=="array"?[]:{},e)t[n]=goog.object.unsafeClone(e[n]);return t}return e},goog.object.transpose=function(e){var t,n={};for(t in e)n[e[t]]=t;return n},goog.object.PROTOTYPE_FIELDS_="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),goog.object.extend=function(e,t){for(var n,r,s=1;s<arguments.length;s++){for(n in r=arguments[s])e[n]=r[n];for(var o=0;o<goog.object.PROTOTYPE_FIELDS_.length;o++)n=goog.object.PROTOTYPE_FIELDS_[o],Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}},goog.object.create=function(e){var t=arguments.length;if(t==1&&Array.isArray(arguments[0]))return goog.object.create.apply(null,arguments[0]);if(t%2)throw Error("Uneven number of arguments");for(var n={},r=0;r<t;r+=2)n[arguments[r]]=arguments[r+1];return n},goog.object.createSet=function(e){var t=arguments.length;if(t==1&&Array.isArray(arguments[0]))return goog.object.createSet.apply(null,arguments[0]);for(var n={},r=0;r<t;r++)n[arguments[r]]=!0;return n},goog.object.createImmutableView=function(e){var t=e;return Object.isFrozen&&!Object.isFrozen(e)&&(t=Object.create(e),Object.freeze(t)),t},goog.object.isImmutableView=function(e){return!!Object.isFrozen&&Object.isFrozen(e)},goog.object.getAllPropertyNames=function(e,t,n){if(!e)return[];if(!Object.getOwnPropertyNames||!Object.getPrototypeOf)return goog.object.getKeys(e);for(var r={};e&&(e!==Object.prototype||t)&&(e!==Function.prototype||n);){for(var s=Object.getOwnPropertyNames(e),o=0;o<s.length;o++)r[s[o]]=!0;e=Object.getPrototypeOf(e)}return goog.object.getKeys(r)},goog.object.getSuperClass=function(e){return(e=Object.getPrototypeOf(e.prototype))&&e.constructor};var jspb={asserts:{}};jspb.asserts.doAssertFailure=function(e,t,n,r){var s="Assertion failed";if(n){s+=": "+n;var o=r}else e&&(s+=": "+e,o=t);throw Error(""+s,o||[])},jspb.asserts.assert=function(e,t,n){for(var r=[],s=2;s<arguments.length;++s)r[s-2]=arguments[s];return e||jspb.asserts.doAssertFailure("",null,t,r),e},jspb.asserts.assertString=function(e,t,n){for(var r=[],s=2;s<arguments.length;++s)r[s-2]=arguments[s];return typeof e!="string"&&jspb.asserts.doAssertFailure("Expected string but got %s: %s.",[goog.typeOf(e),e],t,r),e},jspb.asserts.assertArray=function(e,t,n){for(var r=[],s=2;s<arguments.length;++s)r[s-2]=arguments[s];return Array.isArray(e)||jspb.asserts.doAssertFailure("Expected array but got %s: %s.",[goog.typeOf(e),e],t,r),e},jspb.asserts.fail=function(e,t){for(var n=[],r=1;r<arguments.length;++r)n[r-1]=arguments[r];throw Error("Failure"+(e?": "+e:""),n)},jspb.asserts.assertInstanceof=function(e,t,n,r){for(var s=[],o=3;o<arguments.length;++o)s[o-3]=arguments[o];return e instanceof t||jspb.asserts.doAssertFailure("Expected instanceof %s but got %s.",[jspb.asserts.getType(t),jspb.asserts.getType(e)],n,s),e},jspb.asserts.getType=function(e){return e instanceof Function?e.displayName||e.name||"unknown type name":e instanceof Object?e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e):e===null?"null":typeof e},jspb.BinaryConstants={},jspb.ConstBinaryMessage=function(){},jspb.BinaryMessage=function(){},jspb.BinaryConstants.FieldType={INVALID:-1,DOUBLE:1,FLOAT:2,INT64:3,UINT64:4,INT32:5,FIXED64:6,FIXED32:7,BOOL:8,STRING:9,GROUP:10,MESSAGE:11,BYTES:12,UINT32:13,ENUM:14,SFIXED32:15,SFIXED64:16,SINT32:17,SINT64:18,FHASH64:30,VHASH64:31},jspb.BinaryConstants.WireType={INVALID:-1,VARINT:0,FIXED64:1,DELIMITED:2,START_GROUP:3,END_GROUP:4,FIXED32:5},jspb.BinaryConstants.FieldTypeToWireType=function(e){var t=jspb.BinaryConstants.FieldType,n=jspb.BinaryConstants.WireType;switch(e){case t.INT32:case t.INT64:case t.UINT32:case t.UINT64:case t.SINT32:case t.SINT64:case t.BOOL:case t.ENUM:case t.VHASH64:return n.VARINT;case t.DOUBLE:case t.FIXED64:case t.SFIXED64:case t.FHASH64:return n.FIXED64;case t.STRING:case t.MESSAGE:case t.BYTES:return n.DELIMITED;case t.FLOAT:case t.FIXED32:case t.SFIXED32:return n.FIXED32;default:return n.INVALID}},jspb.BinaryConstants.INVALID_FIELD_NUMBER=-1,jspb.BinaryConstants.FLOAT32_EPS=1401298464324817e-60,jspb.BinaryConstants.FLOAT32_MIN=11754943508222875e-54,jspb.BinaryConstants.FLOAT32_MAX=34028234663852886e22,jspb.BinaryConstants.FLOAT64_EPS=5e-324,jspb.BinaryConstants.FLOAT64_MIN=22250738585072014e-324,jspb.BinaryConstants.FLOAT64_MAX=17976931348623157e292,jspb.BinaryConstants.TWO_TO_20=1048576,jspb.BinaryConstants.TWO_TO_23=8388608,jspb.BinaryConstants.TWO_TO_31=2147483648,jspb.BinaryConstants.TWO_TO_32=4294967296,jspb.BinaryConstants.TWO_TO_52=4503599627370496,jspb.BinaryConstants.TWO_TO_63=9223372036854776e3,jspb.BinaryConstants.TWO_TO_64=18446744073709552e3,jspb.BinaryConstants.ZERO_HASH="\0\0\0\0\0\0\0\0",goog.debug={},goog.debug.Error=function(e){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var t=Error().stack;t&&(this.stack=t)}e&&(this.message=String(e)),this.reportErrorToServer=!0},goog.inherits(goog.debug.Error,Error),goog.debug.Error.prototype.name="CustomError",goog.dom={},goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12},goog.asserts={},goog.asserts.ENABLE_ASSERTS=goog.DEBUG,goog.asserts.AssertionError=function(e,t){goog.debug.Error.call(this,goog.asserts.subs_(e,t)),this.messagePattern=e},goog.inherits(goog.asserts.AssertionError,goog.debug.Error),goog.asserts.AssertionError.prototype.name="AssertionError",goog.asserts.DEFAULT_ERROR_HANDLER=function(e){throw e},goog.asserts.errorHandler_=goog.asserts.DEFAULT_ERROR_HANDLER,goog.asserts.subs_=function(e,t){for(var n="",r=(e=e.split("%s")).length-1,s=0;s<r;s++)n+=e[s]+(s<t.length?t[s]:"%s");return n+e[r]},goog.asserts.doAssertFailure_=function(e,t,n,r){var s="Assertion failed";if(n){s+=": "+n;var o=r}else e&&(s+=": "+e,o=t);e=new goog.asserts.AssertionError(""+s,o||[]),goog.asserts.errorHandler_(e)},goog.asserts.setErrorHandler=function(e){goog.asserts.ENABLE_ASSERTS&&(goog.asserts.errorHandler_=e)},goog.asserts.assert=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&!e&&goog.asserts.doAssertFailure_("",null,t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertExists=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&e==null&&goog.asserts.doAssertFailure_("Expected to exist: %s.",[e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.fail=function(e,t){goog.asserts.ENABLE_ASSERTS&&goog.asserts.errorHandler_(new goog.asserts.AssertionError("Failure"+(e?": "+e:""),Array.prototype.slice.call(arguments,1)))},goog.asserts.assertNumber=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&typeof e!="number"&&goog.asserts.doAssertFailure_("Expected number but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertString=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&typeof e!="string"&&goog.asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertFunction=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&!goog.isFunction(e)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertObject=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&!goog.isObject(e)&&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertArray=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&!Array.isArray(e)&&goog.asserts.doAssertFailure_("Expected array but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertBoolean=function(e,t,n){return goog.asserts.ENABLE_ASSERTS&&typeof e!="boolean"&&goog.asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertElement=function(e,t,n){return!goog.asserts.ENABLE_ASSERTS||goog.isObject(e)&&e.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_("Expected Element but got %s: %s.",[goog.typeOf(e),e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertInstanceof=function(e,t,n,r){return!goog.asserts.ENABLE_ASSERTS||e instanceof t||goog.asserts.doAssertFailure_("Expected instanceof %s but got %s.",[goog.asserts.getType_(t),goog.asserts.getType_(e)],n,Array.prototype.slice.call(arguments,3)),e},goog.asserts.assertFinite=function(e,t,n){return!goog.asserts.ENABLE_ASSERTS||typeof e=="number"&&isFinite(e)||goog.asserts.doAssertFailure_("Expected %s to be a finite number but it is not.",[e],t,Array.prototype.slice.call(arguments,2)),e},goog.asserts.assertObjectPrototypeIsIntact=function(){for(var e in Object.prototype)goog.asserts.fail(e+" should not be enumerable in Object.prototype.")},goog.asserts.getType_=function(e){return e instanceof Function?e.displayName||e.name||"unknown type name":e instanceof Object?e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e):e===null?"null":typeof e},goog.array={},goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE,goog.array.ASSUME_NATIVE_FUNCTIONS=2012<goog.FEATURESET_YEAR,goog.array.peek=function(e){return e[e.length-1]},goog.array.last=goog.array.peek,goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.indexOf)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.indexOf.call(e,t,n)}:function(e,t,n){if(n=n==null?0:0>n?Math.max(0,e.length+n):n,typeof e=="string")return typeof t!="string"||t.length!=1?-1:e.indexOf(t,n);for(;n<e.length;n++)if(n in e&&e[n]===t)return n;return-1},goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.lastIndexOf)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.lastIndexOf.call(e,t,n!=null?n:e.length-1)}:function(e,t,n){if(0>(n=n!=null?n:e.length-1)&&(n=Math.max(0,e.length+n)),typeof e=="string")return typeof t!="string"||t.length!=1?-1:e.lastIndexOf(t,n);for(;0<=n;n--)if(n in e&&e[n]===t)return n;return-1},goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.forEach)?function(e,t,n){goog.asserts.assert(e.length!=null),Array.prototype.forEach.call(e,t,n)}:function(e,t,n){for(var r=e.length,s=typeof e=="string"?e.split(""):e,o=0;o<r;o++)o in s&&t.call(n,s[o],o,e)},goog.array.forEachRight=function(e,t,n){var r=e.length,s=typeof e=="string"?e.split(""):e;for(--r;0<=r;--r)r in s&&t.call(n,s[r],r,e)},goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.filter)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.filter.call(e,t,n)}:function(e,t,n){for(var r=e.length,s=[],o=0,l=typeof e=="string"?e.split(""):e,u=0;u<r;u++)if(u in l){var c=l[u];t.call(n,c,u,e)&&(s[o++]=c)}return s},goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.map)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.map.call(e,t,n)}:function(e,t,n){for(var r=e.length,s=Array(r),o=typeof e=="string"?e.split(""):e,l=0;l<r;l++)l in o&&(s[l]=t.call(n,o[l],l,e));return s},goog.array.reduce=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.reduce)?function(e,t,n,r){return goog.asserts.assert(e.length!=null),r&&(t=goog.bind(t,r)),Array.prototype.reduce.call(e,t,n)}:function(e,t,n,r){var s=n;return goog.array.forEach(e,function(o,l){s=t.call(r,s,o,l,e)}),s},goog.array.reduceRight=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.reduceRight)?function(e,t,n,r){return goog.asserts.assert(e.length!=null),goog.asserts.assert(t!=null),r&&(t=goog.bind(t,r)),Array.prototype.reduceRight.call(e,t,n)}:function(e,t,n,r){var s=n;return goog.array.forEachRight(e,function(o,l){s=t.call(r,s,o,l,e)}),s},goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.some)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.some.call(e,t,n)}:function(e,t,n){for(var r=e.length,s=typeof e=="string"?e.split(""):e,o=0;o<r;o++)if(o in s&&t.call(n,s[o],o,e))return!0;return!1},goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS||Array.prototype.every)?function(e,t,n){return goog.asserts.assert(e.length!=null),Array.prototype.every.call(e,t,n)}:function(e,t,n){for(var r=e.length,s=typeof e=="string"?e.split(""):e,o=0;o<r;o++)if(o in s&&!t.call(n,s[o],o,e))return!1;return!0},goog.array.count=function(e,t,n){var r=0;return goog.array.forEach(e,function(s,o,l){t.call(n,s,o,l)&&++r},n),r},goog.array.find=function(e,t,n){return 0>(t=goog.array.findIndex(e,t,n))?null:typeof e=="string"?e.charAt(t):e[t]},goog.array.findIndex=function(e,t,n){for(var r=e.length,s=typeof e=="string"?e.split(""):e,o=0;o<r;o++)if(o in s&&t.call(n,s[o],o,e))return o;return-1},goog.array.findRight=function(e,t,n){return 0>(t=goog.array.findIndexRight(e,t,n))?null:typeof e=="string"?e.charAt(t):e[t]},goog.array.findIndexRight=function(e,t,n){var r=e.length,s=typeof e=="string"?e.split(""):e;for(--r;0<=r;r--)if(r in s&&t.call(n,s[r],r,e))return r;return-1},goog.array.contains=function(e,t){return 0<=goog.array.indexOf(e,t)},goog.array.isEmpty=function(e){return e.length==0},goog.array.clear=function(e){if(!Array.isArray(e))for(var t=e.length-1;0<=t;t--)delete e[t];e.length=0},goog.array.insert=function(e,t){goog.array.contains(e,t)||e.push(t)},goog.array.insertAt=function(e,t,n){goog.array.splice(e,n,0,t)},goog.array.insertArrayAt=function(e,t,n){goog.partial(goog.array.splice,e,n,0).apply(null,t)},goog.array.insertBefore=function(e,t,n){var r;arguments.length==2||0>(r=goog.array.indexOf(e,n))?e.push(t):goog.array.insertAt(e,t,r)},goog.array.remove=function(e,t){var n;return(n=0<=(t=goog.array.indexOf(e,t)))&&goog.array.removeAt(e,t),n},goog.array.removeLast=function(e,t){return 0<=(t=goog.array.lastIndexOf(e,t))&&(goog.array.removeAt(e,t),!0)},goog.array.removeAt=function(e,t){return goog.asserts.assert(e.length!=null),Array.prototype.splice.call(e,t,1).length==1},goog.array.removeIf=function(e,t,n){return 0<=(t=goog.array.findIndex(e,t,n))&&(goog.array.removeAt(e,t),!0)},goog.array.removeAllIf=function(e,t,n){var r=0;return goog.array.forEachRight(e,function(s,o){t.call(n,s,o,e)&&goog.array.removeAt(e,o)&&r++}),r},goog.array.concat=function(e){return Array.prototype.concat.apply([],arguments)},goog.array.join=function(e){return Array.prototype.concat.apply([],arguments)},goog.array.toArray=function(e){var t=e.length;if(0<t){for(var n=Array(t),r=0;r<t;r++)n[r]=e[r];return n}return[]},goog.array.clone=goog.array.toArray,goog.array.extend=function(e,t){for(var n=1;n<arguments.length;n++){var r=arguments[n];if(goog.isArrayLike(r)){var s=e.length||0,o=r.length||0;e.length=s+o;for(var l=0;l<o;l++)e[s+l]=r[l]}else e.push(r)}},goog.array.splice=function(e,t,n,r){return goog.asserts.assert(e.length!=null),Array.prototype.splice.apply(e,goog.array.slice(arguments,1))},goog.array.slice=function(e,t,n){return goog.asserts.assert(e.length!=null),2>=arguments.length?Array.prototype.slice.call(e,t):Array.prototype.slice.call(e,t,n)},goog.array.removeDuplicates=function(e,t,n){t=t||e;var r=function(c){return goog.isObject(c)?"o"+goog.getUid(c):(typeof c).charAt(0)+c};n=n||r,r={};for(var s=0,o=0;o<e.length;){var l=e[o++],u=n(l);Object.prototype.hasOwnProperty.call(r,u)||(r[u]=!0,t[s++]=l)}t.length=s},goog.array.binarySearch=function(e,t,n){return goog.array.binarySearch_(e,n||goog.array.defaultCompare,!1,t)},goog.array.binarySelect=function(e,t,n){return goog.array.binarySearch_(e,t,!0,void 0,n)},goog.array.binarySearch_=function(e,t,n,r,s){for(var o,l=0,u=e.length;l<u;){var c=l+(u-l>>>1),d=n?t.call(s,e[c],c,e):t(r,e[c]);0<d?l=c+1:(u=c,o=!d)}return o?l:-l-1},goog.array.sort=function(e,t){e.sort(t||goog.array.defaultCompare)},goog.array.stableSort=function(e,t){for(var n=Array(e.length),r=0;r<e.length;r++)n[r]={index:r,value:e[r]};var s=t||goog.array.defaultCompare;for(goog.array.sort(n,function(o,l){return s(o.value,l.value)||o.index-l.index}),r=0;r<e.length;r++)e[r]=n[r].value},goog.array.sortByKey=function(e,t,n){var r=n||goog.array.defaultCompare;goog.array.sort(e,function(s,o){return r(t(s),t(o))})},goog.array.sortObjectsByKey=function(e,t,n){goog.array.sortByKey(e,function(r){return r[t]},n)},goog.array.isSorted=function(e,t,n){t=t||goog.array.defaultCompare;for(var r=1;r<e.length;r++){var s=t(e[r-1],e[r]);if(0<s||s==0&&n)return!1}return!0},goog.array.equals=function(e,t,n){if(!goog.isArrayLike(e)||!goog.isArrayLike(t)||e.length!=t.length)return!1;var r=e.length;n=n||goog.array.defaultCompareEquality;for(var s=0;s<r;s++)if(!n(e[s],t[s]))return!1;return!0},goog.array.compare3=function(e,t,n){n=n||goog.array.defaultCompare;for(var r=Math.min(e.length,t.length),s=0;s<r;s++){var o=n(e[s],t[s]);if(o!=0)return o}return goog.array.defaultCompare(e.length,t.length)},goog.array.defaultCompare=function(e,t){return e>t?1:e<t?-1:0},goog.array.inverseDefaultCompare=function(e,t){return-goog.array.defaultCompare(e,t)},goog.array.defaultCompareEquality=function(e,t){return e===t},goog.array.binaryInsert=function(e,t,n){return 0>(n=goog.array.binarySearch(e,t,n))&&(goog.array.insertAt(e,t,-(n+1)),!0)},goog.array.binaryRemove=function(e,t,n){return 0<=(t=goog.array.binarySearch(e,t,n))&&goog.array.removeAt(e,t)},goog.array.bucket=function(e,t,n){for(var r={},s=0;s<e.length;s++){var o=e[s],l=t.call(n,o,s,e);l!==void 0&&(r[l]||(r[l]=[])).push(o)}return r},goog.array.toObject=function(e,t,n){var r={};return goog.array.forEach(e,function(s,o){r[t.call(n,s,o,e)]=s}),r},goog.array.range=function(e,t,n){var r=[],s=0,o=e;if(t!==void 0&&(s=e,o=t),0>(n=n||1)*(o-s))return[];if(0<n)for(e=s;e<o;e+=n)r.push(e);else for(e=s;e>o;e+=n)r.push(e);return r},goog.array.repeat=function(e,t){for(var n=[],r=0;r<t;r++)n[r]=e;return n},goog.array.flatten=function(e){for(var t=[],n=0;n<arguments.length;n++){var r=arguments[n];if(Array.isArray(r))for(var s=0;s<r.length;s+=8192){var o=goog.array.slice(r,s,s+8192);o=goog.array.flatten.apply(null,o);for(var l=0;l<o.length;l++)t.push(o[l])}else t.push(r)}return t},goog.array.rotate=function(e,t){return goog.asserts.assert(e.length!=null),e.length&&(0<(t%=e.length)?Array.prototype.unshift.apply(e,e.splice(-t,t)):0>t&&Array.prototype.push.apply(e,e.splice(0,-t))),e},goog.array.moveItem=function(e,t,n){goog.asserts.assert(0<=t&&t<e.length),goog.asserts.assert(0<=n&&n<e.length),t=Array.prototype.splice.call(e,t,1),Array.prototype.splice.call(e,n,0,t[0])},goog.array.zip=function(e){if(!arguments.length)return[];for(var t=[],n=arguments[0].length,r=1;r<arguments.length;r++)arguments[r].length<n&&(n=arguments[r].length);for(r=0;r<n;r++){for(var s=[],o=0;o<arguments.length;o++)s.push(arguments[o][r]);t.push(s)}return t},goog.array.shuffle=function(e,t){t=t||Math.random;for(var n=e.length-1;0<n;n--){var r=Math.floor(t()*(n+1)),s=e[n];e[n]=e[r],e[r]=s}},goog.array.copyByIndex=function(e,t){var n=[];return goog.array.forEach(t,function(r){n.push(e[r])}),n},goog.array.concatMap=function(e,t,n){return goog.array.concat.apply([],goog.array.map(e,t,n))},goog.crypt={},goog.crypt.stringToByteArray=function(e){for(var t=[],n=0,r=0;r<e.length;r++){var s=e.charCodeAt(r);255<s&&(t[n++]=255&s,s>>=8),t[n++]=s}return t},goog.crypt.byteArrayToString=function(e){if(8192>=e.length)return String.fromCharCode.apply(null,e);for(var t="",n=0;n<e.length;n+=8192){var r=goog.array.slice(e,n,n+8192);t+=String.fromCharCode.apply(null,r)}return t},goog.crypt.byteArrayToHex=function(e,t){return goog.array.map(e,function(n){return 1<(n=n.toString(16)).length?n:"0"+n}).join(t||"")},goog.crypt.hexToByteArray=function(e){goog.asserts.assert(e.length%2==0,"Key string length must be multiple of 2");for(var t=[],n=0;n<e.length;n+=2)t.push(parseInt(e.substring(n,n+2),16));return t},goog.crypt.stringToUtf8ByteArray=function(e){for(var t=[],n=0,r=0;r<e.length;r++){var s=e.charCodeAt(r);128>s?t[n++]=s:(2048>s?t[n++]=s>>6|192:((64512&s)==55296&&r+1<e.length&&(64512&e.charCodeAt(r+1))==56320?(s=65536+((1023&s)<<10)+(1023&e.charCodeAt(++r)),t[n++]=s>>18|240,t[n++]=s>>12&63|128):t[n++]=s>>12|224,t[n++]=s>>6&63|128),t[n++]=63&s|128)}return t},goog.crypt.utf8ByteArrayToString=function(e){for(var t=[],n=0,r=0;n<e.length;){var s=e[n++];if(128>s)t[r++]=String.fromCharCode(s);else if(191<s&&224>s){var o=e[n++];t[r++]=String.fromCharCode((31&s)<<6|63&o)}else if(239<s&&365>s){o=e[n++];var l=e[n++];s=((7&s)<<18|(63&o)<<12|(63&l)<<6|63&e[n++])-65536,t[r++]=String.fromCharCode(55296+(s>>10)),t[r++]=String.fromCharCode(56320+(1023&s))}else o=e[n++],l=e[n++],t[r++]=String.fromCharCode((15&s)<<12|(63&o)<<6|63&l)}return t.join("")},goog.crypt.xorByteArray=function(e,t){goog.asserts.assert(e.length==t.length,"XOR array lengths must match");for(var n=[],r=0;r<e.length;r++)n.push(e[r]^t[r]);return n},goog.dom.asserts={},goog.dom.asserts.assertIsLocation=function(e){if(goog.asserts.ENABLE_ASSERTS){var t=goog.dom.asserts.getWindow_(e);t&&(!e||!(e instanceof t.Location)&&e instanceof t.Element)&&goog.asserts.fail("Argument is not a Location (or a non-Element mock); got: %s",goog.dom.asserts.debugStringForType_(e))}return e},goog.dom.asserts.assertIsElementType_=function(e,t){if(goog.asserts.ENABLE_ASSERTS){var n=goog.dom.asserts.getWindow_(e);n&&n[t]!==void 0&&(e&&(e instanceof n[t]||!(e instanceof n.Location||e instanceof n.Element))||goog.asserts.fail("Argument is not a %s (or a non-Element, non-Location mock); got: %s",t,goog.dom.asserts.debugStringForType_(e)))}return e},goog.dom.asserts.assertIsHTMLAnchorElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLAnchorElement")},goog.dom.asserts.assertIsHTMLButtonElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLButtonElement")},goog.dom.asserts.assertIsHTMLLinkElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLLinkElement")},goog.dom.asserts.assertIsHTMLImageElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLImageElement")},goog.dom.asserts.assertIsHTMLAudioElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLAudioElement")},goog.dom.asserts.assertIsHTMLVideoElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLVideoElement")},goog.dom.asserts.assertIsHTMLInputElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLInputElement")},goog.dom.asserts.assertIsHTMLTextAreaElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLTextAreaElement")},goog.dom.asserts.assertIsHTMLCanvasElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLCanvasElement")},goog.dom.asserts.assertIsHTMLEmbedElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLEmbedElement")},goog.dom.asserts.assertIsHTMLFormElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLFormElement")},goog.dom.asserts.assertIsHTMLFrameElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLFrameElement")},goog.dom.asserts.assertIsHTMLIFrameElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLIFrameElement")},goog.dom.asserts.assertIsHTMLObjectElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLObjectElement")},goog.dom.asserts.assertIsHTMLScriptElement=function(e){return goog.dom.asserts.assertIsElementType_(e,"HTMLScriptElement")},goog.dom.asserts.debugStringForType_=function(e){if(!goog.isObject(e))return e===void 0?"undefined":e===null?"null":typeof e;try{return e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e)}catch{return"<object could not be stringified>"}},goog.dom.asserts.getWindow_=function(e){try{var t=e&&e.ownerDocument,n=t&&(t.defaultView||t.parentWindow);if((n=n||goog.global).Element&&n.Location)return n}catch{}return null},goog.functions={},goog.functions.constant=function(e){return function(){return e}},goog.functions.FALSE=function(){return!1},goog.functions.TRUE=function(){return!0},goog.functions.NULL=function(){return null},goog.functions.identity=function(e,t){return e},goog.functions.error=function(e){return function(){throw Error(e)}},goog.functions.fail=function(e){return function(){throw e}},goog.functions.lock=function(e,t){return t=t||0,function(){return e.apply(this,Array.prototype.slice.call(arguments,0,t))}},goog.functions.nth=function(e){return function(){return arguments[e]}},goog.functions.partialRight=function(e,t){var n=Array.prototype.slice.call(arguments,1);return function(){var r=Array.prototype.slice.call(arguments);return r.push.apply(r,n),e.apply(this,r)}},goog.functions.withReturnValue=function(e,t){return goog.functions.sequence(e,goog.functions.constant(t))},goog.functions.equalTo=function(e,t){return function(n){return t?e==n:e===n}},goog.functions.compose=function(e,t){var n=arguments,r=n.length;return function(){var s;r&&(s=n[r-1].apply(this,arguments));for(var o=r-2;0<=o;o--)s=n[o].call(this,s);return s}},goog.functions.sequence=function(e){var t=arguments,n=t.length;return function(){for(var r,s=0;s<n;s++)r=t[s].apply(this,arguments);return r}},goog.functions.and=function(e){var t=arguments,n=t.length;return function(){for(var r=0;r<n;r++)if(!t[r].apply(this,arguments))return!1;return!0}},goog.functions.or=function(e){var t=arguments,n=t.length;return function(){for(var r=0;r<n;r++)if(t[r].apply(this,arguments))return!0;return!1}},goog.functions.not=function(e){return function(){return!e.apply(this,arguments)}},goog.functions.create=function(e,t){var n=function(){};return n.prototype=e.prototype,n=new n,e.apply(n,Array.prototype.slice.call(arguments,1)),n},goog.functions.CACHE_RETURN_VALUE=!0,goog.functions.cacheReturnValue=function(e){var t,n=!1;return function(){return goog.functions.CACHE_RETURN_VALUE?(n||(t=e(),n=!0),t):e()}},goog.functions.once=function(e){var t=e;return function(){if(t){var n=t;t=null,n()}}},goog.functions.debounce=function(e,t,n){var r=0;return function(s){goog.global.clearTimeout(r);var o=arguments;r=goog.global.setTimeout(function(){e.apply(n,o)},t)}},goog.functions.throttle=function(e,t,n){var r=0,s=!1,o=[],l=function(){r=0,s&&(s=!1,u())},u=function(){r=goog.global.setTimeout(l,t),e.apply(n,o)};return function(c){o=arguments,r?s=!0:u()}},goog.functions.rateLimit=function(e,t,n){var r=0,s=function(){r=0};return function(o){r||(r=goog.global.setTimeout(s,t),e.apply(n,arguments))}},goog.dom.HtmlElement=function(){},goog.dom.TagName=function(e){this.tagName_=e},goog.dom.TagName.prototype.toString=function(){return this.tagName_},goog.dom.TagName.A=new goog.dom.TagName("A"),goog.dom.TagName.ABBR=new goog.dom.TagName("ABBR"),goog.dom.TagName.ACRONYM=new goog.dom.TagName("ACRONYM"),goog.dom.TagName.ADDRESS=new goog.dom.TagName("ADDRESS"),goog.dom.TagName.APPLET=new goog.dom.TagName("APPLET"),goog.dom.TagName.AREA=new goog.dom.TagName("AREA"),goog.dom.TagName.ARTICLE=new goog.dom.TagName("ARTICLE"),goog.dom.TagName.ASIDE=new goog.dom.TagName("ASIDE"),goog.dom.TagName.AUDIO=new goog.dom.TagName("AUDIO"),goog.dom.TagName.B=new goog.dom.TagName("B"),goog.dom.TagName.BASE=new goog.dom.TagName("BASE"),goog.dom.TagName.BASEFONT=new goog.dom.TagName("BASEFONT"),goog.dom.TagName.BDI=new goog.dom.TagName("BDI"),goog.dom.TagName.BDO=new goog.dom.TagName("BDO"),goog.dom.TagName.BIG=new goog.dom.TagName("BIG"),goog.dom.TagName.BLOCKQUOTE=new goog.dom.TagName("BLOCKQUOTE"),goog.dom.TagName.BODY=new goog.dom.TagName("BODY"),goog.dom.TagName.BR=new goog.dom.TagName("BR"),goog.dom.TagName.BUTTON=new goog.dom.TagName("BUTTON"),goog.dom.TagName.CANVAS=new goog.dom.TagName("CANVAS"),goog.dom.TagName.CAPTION=new goog.dom.TagName("CAPTION"),goog.dom.TagName.CENTER=new goog.dom.TagName("CENTER"),goog.dom.TagName.CITE=new goog.dom.TagName("CITE"),goog.dom.TagName.CODE=new goog.dom.TagName("CODE"),goog.dom.TagName.COL=new goog.dom.TagName("COL"),goog.dom.TagName.COLGROUP=new goog.dom.TagName("COLGROUP"),goog.dom.TagName.COMMAND=new goog.dom.TagName("COMMAND"),goog.dom.TagName.DATA=new goog.dom.TagName("DATA"),goog.dom.TagName.DATALIST=new goog.dom.TagName("DATALIST"),goog.dom.TagName.DD=new goog.dom.TagName("DD"),goog.dom.TagName.DEL=new goog.dom.TagName("DEL"),goog.dom.TagName.DETAILS=new goog.dom.TagName("DETAILS"),goog.dom.TagName.DFN=new goog.dom.TagName("DFN"),goog.dom.TagName.DIALOG=new goog.dom.TagName("DIALOG"),goog.dom.TagName.DIR=new goog.dom.TagName("DIR"),goog.dom.TagName.DIV=new goog.dom.TagName("DIV"),goog.dom.TagName.DL=new goog.dom.TagName("DL"),goog.dom.TagName.DT=new goog.dom.TagName("DT"),goog.dom.TagName.EM=new goog.dom.TagName("EM"),goog.dom.TagName.EMBED=new goog.dom.TagName("EMBED"),goog.dom.TagName.FIELDSET=new goog.dom.TagName("FIELDSET"),goog.dom.TagName.FIGCAPTION=new goog.dom.TagName("FIGCAPTION"),goog.dom.TagName.FIGURE=new goog.dom.TagName("FIGURE"),goog.dom.TagName.FONT=new goog.dom.TagName("FONT"),goog.dom.TagName.FOOTER=new goog.dom.TagName("FOOTER"),goog.dom.TagName.FORM=new goog.dom.TagName("FORM"),goog.dom.TagName.FRAME=new goog.dom.TagName("FRAME"),goog.dom.TagName.FRAMESET=new goog.dom.TagName("FRAMESET"),goog.dom.TagName.H1=new goog.dom.TagName("H1"),goog.dom.TagName.H2=new goog.dom.TagName("H2"),goog.dom.TagName.H3=new goog.dom.TagName("H3"),goog.dom.TagName.H4=new goog.dom.TagName("H4"),goog.dom.TagName.H5=new goog.dom.TagName("H5"),goog.dom.TagName.H6=new goog.dom.TagName("H6"),goog.dom.TagName.HEAD=new goog.dom.TagName("HEAD"),goog.dom.TagName.HEADER=new goog.dom.TagName("HEADER"),goog.dom.TagName.HGROUP=new goog.dom.TagName("HGROUP"),goog.dom.TagName.HR=new goog.dom.TagName("HR"),goog.dom.TagName.HTML=new goog.dom.TagName("HTML"),goog.dom.TagName.I=new goog.dom.TagName("I"),goog.dom.TagName.IFRAME=new goog.dom.TagName("IFRAME"),goog.dom.TagName.IMG=new goog.dom.TagName("IMG"),goog.dom.TagName.INPUT=new goog.dom.TagName("INPUT"),goog.dom.TagName.INS=new goog.dom.TagName("INS"),goog.dom.TagName.ISINDEX=new goog.dom.TagName("ISINDEX"),goog.dom.TagName.KBD=new goog.dom.TagName("KBD"),goog.dom.TagName.KEYGEN=new goog.dom.TagName("KEYGEN"),goog.dom.TagName.LABEL=new goog.dom.TagName("LABEL"),goog.dom.TagName.LEGEND=new goog.dom.TagName("LEGEND"),goog.dom.TagName.LI=new goog.dom.TagName("LI"),goog.dom.TagName.LINK=new goog.dom.TagName("LINK"),goog.dom.TagName.MAIN=new goog.dom.TagName("MAIN"),goog.dom.TagName.MAP=new goog.dom.TagName("MAP"),goog.dom.TagName.MARK=new goog.dom.TagName("MARK"),goog.dom.TagName.MATH=new goog.dom.TagName("MATH"),goog.dom.TagName.MENU=new goog.dom.TagName("MENU"),goog.dom.TagName.MENUITEM=new goog.dom.TagName("MENUITEM"),goog.dom.TagName.META=new goog.dom.TagName("META"),goog.dom.TagName.METER=new goog.dom.TagName("METER"),goog.dom.TagName.NAV=new goog.dom.TagName("NAV"),goog.dom.TagName.NOFRAMES=new goog.dom.TagName("NOFRAMES"),goog.dom.TagName.NOSCRIPT=new goog.dom.TagName("NOSCRIPT"),goog.dom.TagName.OBJECT=new goog.dom.TagName("OBJECT"),goog.dom.TagName.OL=new goog.dom.TagName("OL"),goog.dom.TagName.OPTGROUP=new goog.dom.TagName("OPTGROUP"),goog.dom.TagName.OPTION=new goog.dom.TagName("OPTION"),goog.dom.TagName.OUTPUT=new goog.dom.TagName("OUTPUT"),goog.dom.TagName.P=new goog.dom.TagName("P"),goog.dom.TagName.PARAM=new goog.dom.TagName("PARAM"),goog.dom.TagName.PICTURE=new goog.dom.TagName("PICTURE"),goog.dom.TagName.PRE=new goog.dom.TagName("PRE"),goog.dom.TagName.PROGRESS=new goog.dom.TagName("PROGRESS"),goog.dom.TagName.Q=new goog.dom.TagName("Q"),goog.dom.TagName.RP=new goog.dom.TagName("RP"),goog.dom.TagName.RT=new goog.dom.TagName("RT"),goog.dom.TagName.RTC=new goog.dom.TagName("RTC"),goog.dom.TagName.RUBY=new goog.dom.TagName("RUBY"),goog.dom.TagName.S=new goog.dom.TagName("S"),goog.dom.TagName.SAMP=new goog.dom.TagName("SAMP"),goog.dom.TagName.SCRIPT=new goog.dom.TagName("SCRIPT"),goog.dom.TagName.SECTION=new goog.dom.TagName("SECTION"),goog.dom.TagName.SELECT=new goog.dom.TagName("SELECT"),goog.dom.TagName.SMALL=new goog.dom.TagName("SMALL"),goog.dom.TagName.SOURCE=new goog.dom.TagName("SOURCE"),goog.dom.TagName.SPAN=new goog.dom.TagName("SPAN"),goog.dom.TagName.STRIKE=new goog.dom.TagName("STRIKE"),goog.dom.TagName.STRONG=new goog.dom.TagName("STRONG"),goog.dom.TagName.STYLE=new goog.dom.TagName("STYLE"),goog.dom.TagName.SUB=new goog.dom.TagName("SUB"),goog.dom.TagName.SUMMARY=new goog.dom.TagName("SUMMARY"),goog.dom.TagName.SUP=new goog.dom.TagName("SUP"),goog.dom.TagName.SVG=new goog.dom.TagName("SVG"),goog.dom.TagName.TABLE=new goog.dom.TagName("TABLE"),goog.dom.TagName.TBODY=new goog.dom.TagName("TBODY"),goog.dom.TagName.TD=new goog.dom.TagName("TD"),goog.dom.TagName.TEMPLATE=new goog.dom.TagName("TEMPLATE"),goog.dom.TagName.TEXTAREA=new goog.dom.TagName("TEXTAREA"),goog.dom.TagName.TFOOT=new goog.dom.TagName("TFOOT"),goog.dom.TagName.TH=new goog.dom.TagName("TH"),goog.dom.TagName.THEAD=new goog.dom.TagName("THEAD"),goog.dom.TagName.TIME=new goog.dom.TagName("TIME"),goog.dom.TagName.TITLE=new goog.dom.TagName("TITLE"),goog.dom.TagName.TR=new goog.dom.TagName("TR"),goog.dom.TagName.TRACK=new goog.dom.TagName("TRACK"),goog.dom.TagName.TT=new goog.dom.TagName("TT"),goog.dom.TagName.U=new goog.dom.TagName("U"),goog.dom.TagName.UL=new goog.dom.TagName("UL"),goog.dom.TagName.VAR=new goog.dom.TagName("VAR"),goog.dom.TagName.VIDEO=new goog.dom.TagName("VIDEO"),goog.dom.TagName.WBR=new goog.dom.TagName("WBR"),goog.dom.tags={},goog.dom.tags.VOID_TAGS_={area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},goog.dom.tags.isVoidTag=function(e){return goog.dom.tags.VOID_TAGS_[e]===!0},goog.html={},goog.html.trustedtypes={},goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY=goog.TRUSTED_TYPES_POLICY_NAME?goog.createTrustedTypesPolicy(goog.TRUSTED_TYPES_POLICY_NAME+"#html"):null,goog.string={},goog.string.TypedString=function(){},goog.string.Const=function(e,t){this.stringConstValueWithSecurityContract__googStringSecurityPrivate_=e===goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_&&t||"",this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_=goog.string.Const.TYPE_MARKER_},goog.string.Const.prototype.implementsGoogStringTypedString=!0,goog.string.Const.prototype.getTypedStringValue=function(){return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_},goog.DEBUG&&(goog.string.Const.prototype.toString=function(){return"Const{"+this.stringConstValueWithSecurityContract__googStringSecurityPrivate_+"}"}),goog.string.Const.unwrap=function(e){return e instanceof goog.string.Const&&e.constructor===goog.string.Const&&e.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_===goog.string.Const.TYPE_MARKER_?e.stringConstValueWithSecurityContract__googStringSecurityPrivate_:(goog.asserts.fail("expected object of type Const, got '"+e+"'"),"type_error:Const")},goog.string.Const.from=function(e){return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_,e)},goog.string.Const.TYPE_MARKER_={},goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_={},goog.string.Const.EMPTY=goog.string.Const.from(""),goog.html.SafeScript=function(){this.privateDoNotAccessOrElseSafeScriptWrappedValue_="",this.SAFE_SCRIPT_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_},goog.html.SafeScript.prototype.implementsGoogStringTypedString=!0,goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.SafeScript.fromConstant=function(e){return(e=goog.string.Const.unwrap(e)).length===0?goog.html.SafeScript.EMPTY:goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeScript.fromConstantAndArgs=function(e,t){for(var n=[],r=1;r<arguments.length;r++)n.push(goog.html.SafeScript.stringify_(arguments[r]));return goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("("+goog.string.Const.unwrap(e)+")("+n.join(", ")+");")},goog.html.SafeScript.fromJson=function(e){return goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(goog.html.SafeScript.stringify_(e))},goog.html.SafeScript.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString()},goog.DEBUG&&(goog.html.SafeScript.prototype.toString=function(){return"SafeScript{"+this.privateDoNotAccessOrElseSafeScriptWrappedValue_+"}"}),goog.html.SafeScript.unwrap=function(e){return goog.html.SafeScript.unwrapTrustedScript(e).toString()},goog.html.SafeScript.unwrapTrustedScript=function(e){return e instanceof goog.html.SafeScript&&e.constructor===goog.html.SafeScript&&e.SAFE_SCRIPT_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseSafeScriptWrappedValue_:(goog.asserts.fail("expected object of type SafeScript, got '"+e+"' of type "+goog.typeOf(e)),"type_error:SafeScript")},goog.html.SafeScript.stringify_=function(e){return JSON.stringify(e).replace(/</g,"\\x3c")},goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse=function(e){return new goog.html.SafeScript().initSecurityPrivateDoNotAccessOrElse_(e)},goog.html.SafeScript.prototype.initSecurityPrivateDoNotAccessOrElse_=function(e){return this.privateDoNotAccessOrElseSafeScriptWrappedValue_=goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY?goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY.createScript(e):e,this},goog.html.SafeScript.EMPTY=goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(""),goog.fs={},goog.fs.url={},goog.fs.url.createObjectUrl=function(e){return goog.fs.url.getUrlObject_().createObjectURL(e)},goog.fs.url.revokeObjectUrl=function(e){goog.fs.url.getUrlObject_().revokeObjectURL(e)},goog.fs.url.UrlObject_=function(){},goog.fs.url.UrlObject_.prototype.createObjectURL=function(e){},goog.fs.url.UrlObject_.prototype.revokeObjectURL=function(e){},goog.fs.url.getUrlObject_=function(){var e=goog.fs.url.findUrlObject_();if(e!=null)return e;throw Error("This browser doesn't seem to support blob URLs")},goog.fs.url.findUrlObject_=function(){return goog.global.URL!==void 0&&goog.global.URL.createObjectURL!==void 0?goog.global.URL:goog.global.webkitURL!==void 0&&goog.global.webkitURL.createObjectURL!==void 0?goog.global.webkitURL:goog.global.createObjectURL!==void 0?goog.global:null},goog.fs.url.browserSupportsObjectUrls=function(){return goog.fs.url.findUrlObject_()!=null},goog.fs.blob={},goog.fs.blob.getBlob=function(e){var t=goog.global.BlobBuilder||goog.global.WebKitBlobBuilder;if(t!==void 0){t=new t;for(var n=0;n<arguments.length;n++)t.append(arguments[n]);return t.getBlob()}return goog.fs.blob.getBlobWithProperties(goog.array.toArray(arguments))},goog.fs.blob.getBlobWithProperties=function(e,t,n){var r=goog.global.BlobBuilder||goog.global.WebKitBlobBuilder;if(r!==void 0){r=new r;for(var s=0;s<e.length;s++)r.append(e[s],n);return r.getBlob(t)}if(goog.global.Blob!==void 0)return r={},t&&(r.type=t),n&&(r.endings=n),new Blob(e,r);throw Error("This browser doesn't seem to support creating Blobs")},goog.i18n={},goog.i18n.bidi={},goog.i18n.bidi.FORCE_RTL=!1,goog.i18n.bidi.IS_RTL=goog.i18n.bidi.FORCE_RTL||(goog.LOCALE.substring(0,2).toLowerCase()=="ar"||goog.LOCALE.substring(0,2).toLowerCase()=="fa"||goog.LOCALE.substring(0,2).toLowerCase()=="he"||goog.LOCALE.substring(0,2).toLowerCase()=="iw"||goog.LOCALE.substring(0,2).toLowerCase()=="ps"||goog.LOCALE.substring(0,2).toLowerCase()=="sd"||goog.LOCALE.substring(0,2).toLowerCase()=="ug"||goog.LOCALE.substring(0,2).toLowerCase()=="ur"||goog.LOCALE.substring(0,2).toLowerCase()=="yi")&&(goog.LOCALE.length==2||goog.LOCALE.substring(2,3)=="-"||goog.LOCALE.substring(2,3)=="_")||3<=goog.LOCALE.length&&goog.LOCALE.substring(0,3).toLowerCase()=="ckb"&&(goog.LOCALE.length==3||goog.LOCALE.substring(3,4)=="-"||goog.LOCALE.substring(3,4)=="_")||7<=goog.LOCALE.length&&(goog.LOCALE.substring(2,3)=="-"||goog.LOCALE.substring(2,3)=="_")&&(goog.LOCALE.substring(3,7).toLowerCase()=="adlm"||goog.LOCALE.substring(3,7).toLowerCase()=="arab"||goog.LOCALE.substring(3,7).toLowerCase()=="hebr"||goog.LOCALE.substring(3,7).toLowerCase()=="nkoo"||goog.LOCALE.substring(3,7).toLowerCase()=="rohg"||goog.LOCALE.substring(3,7).toLowerCase()=="thaa")||8<=goog.LOCALE.length&&(goog.LOCALE.substring(3,4)=="-"||goog.LOCALE.substring(3,4)=="_")&&(goog.LOCALE.substring(4,8).toLowerCase()=="adlm"||goog.LOCALE.substring(4,8).toLowerCase()=="arab"||goog.LOCALE.substring(4,8).toLowerCase()=="hebr"||goog.LOCALE.substring(4,8).toLowerCase()=="nkoo"||goog.LOCALE.substring(4,8).toLowerCase()=="rohg"||goog.LOCALE.substring(4,8).toLowerCase()=="thaa"),goog.i18n.bidi.Format={LRE:"‪",RLE:"‫",PDF:"‬",LRM:"‎",RLM:"‏"},goog.i18n.bidi.Dir={LTR:1,RTL:-1,NEUTRAL:0},goog.i18n.bidi.RIGHT="right",goog.i18n.bidi.LEFT="left",goog.i18n.bidi.I18N_RIGHT=goog.i18n.bidi.IS_RTL?goog.i18n.bidi.LEFT:goog.i18n.bidi.RIGHT,goog.i18n.bidi.I18N_LEFT=goog.i18n.bidi.IS_RTL?goog.i18n.bidi.RIGHT:goog.i18n.bidi.LEFT,goog.i18n.bidi.toDir=function(e,t){return typeof e=="number"?0<e?goog.i18n.bidi.Dir.LTR:0>e?goog.i18n.bidi.Dir.RTL:t?null:goog.i18n.bidi.Dir.NEUTRAL:e==null?null:e?goog.i18n.bidi.Dir.RTL:goog.i18n.bidi.Dir.LTR},goog.i18n.bidi.ltrChars_="A-Za-zÀ-ÖØ-öø-ʸ̀-֐ऀ-῿‎Ⰰ-\uD801\uD804-\uD839\uD83C-\uDBFF豈-﬜︀-﹯﻽-￿",goog.i18n.bidi.rtlChars_="֑-ۯۺ-ࣿ‏\uD802-\uD803\uD83A-\uD83Bיִ-﷿ﹰ-ﻼ",goog.i18n.bidi.htmlSkipReg_=/<[^>]*>|&[^;]+;/g,goog.i18n.bidi.stripHtmlIfNeeded_=function(e,t){return t?e.replace(goog.i18n.bidi.htmlSkipReg_,""):e},goog.i18n.bidi.rtlCharReg_=new RegExp("["+goog.i18n.bidi.rtlChars_+"]"),goog.i18n.bidi.ltrCharReg_=new RegExp("["+goog.i18n.bidi.ltrChars_+"]"),goog.i18n.bidi.hasAnyRtl=function(e,t){return goog.i18n.bidi.rtlCharReg_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.hasRtlChar=goog.i18n.bidi.hasAnyRtl,goog.i18n.bidi.hasAnyLtr=function(e,t){return goog.i18n.bidi.ltrCharReg_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.ltrRe_=new RegExp("^["+goog.i18n.bidi.ltrChars_+"]"),goog.i18n.bidi.rtlRe_=new RegExp("^["+goog.i18n.bidi.rtlChars_+"]"),goog.i18n.bidi.isRtlChar=function(e){return goog.i18n.bidi.rtlRe_.test(e)},goog.i18n.bidi.isLtrChar=function(e){return goog.i18n.bidi.ltrRe_.test(e)},goog.i18n.bidi.isNeutralChar=function(e){return!goog.i18n.bidi.isLtrChar(e)&&!goog.i18n.bidi.isRtlChar(e)},goog.i18n.bidi.ltrDirCheckRe_=new RegExp("^[^"+goog.i18n.bidi.rtlChars_+"]*["+goog.i18n.bidi.ltrChars_+"]"),goog.i18n.bidi.rtlDirCheckRe_=new RegExp("^[^"+goog.i18n.bidi.ltrChars_+"]*["+goog.i18n.bidi.rtlChars_+"]"),goog.i18n.bidi.startsWithRtl=function(e,t){return goog.i18n.bidi.rtlDirCheckRe_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.isRtlText=goog.i18n.bidi.startsWithRtl,goog.i18n.bidi.startsWithLtr=function(e,t){return goog.i18n.bidi.ltrDirCheckRe_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.isLtrText=goog.i18n.bidi.startsWithLtr,goog.i18n.bidi.isRequiredLtrRe_=/^http:\/\/.*/,goog.i18n.bidi.isNeutralText=function(e,t){return e=goog.i18n.bidi.stripHtmlIfNeeded_(e,t),goog.i18n.bidi.isRequiredLtrRe_.test(e)||!goog.i18n.bidi.hasAnyLtr(e)&&!goog.i18n.bidi.hasAnyRtl(e)},goog.i18n.bidi.ltrExitDirCheckRe_=new RegExp("["+goog.i18n.bidi.ltrChars_+"][^"+goog.i18n.bidi.rtlChars_+"]*$"),goog.i18n.bidi.rtlExitDirCheckRe_=new RegExp("["+goog.i18n.bidi.rtlChars_+"][^"+goog.i18n.bidi.ltrChars_+"]*$"),goog.i18n.bidi.endsWithLtr=function(e,t){return goog.i18n.bidi.ltrExitDirCheckRe_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.isLtrExitText=goog.i18n.bidi.endsWithLtr,goog.i18n.bidi.endsWithRtl=function(e,t){return goog.i18n.bidi.rtlExitDirCheckRe_.test(goog.i18n.bidi.stripHtmlIfNeeded_(e,t))},goog.i18n.bidi.isRtlExitText=goog.i18n.bidi.endsWithRtl,goog.i18n.bidi.rtlLocalesRe_=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i,goog.i18n.bidi.isRtlLanguage=function(e){return goog.i18n.bidi.rtlLocalesRe_.test(e)},goog.i18n.bidi.bracketGuardTextRe_=/(\(.*?\)+)|(\[.*?\]+)|(\{.*?\}+)|(<.*?>+)/g,goog.i18n.bidi.guardBracketInText=function(e,t){return t=(t===void 0?goog.i18n.bidi.hasAnyRtl(e):t)?goog.i18n.bidi.Format.RLM:goog.i18n.bidi.Format.LRM,e.replace(goog.i18n.bidi.bracketGuardTextRe_,t+"$&"+t)},goog.i18n.bidi.enforceRtlInHtml=function(e){return e.charAt(0)=="<"?e.replace(/<\w+/,"$& dir=rtl"):`
64
+ <span dir=rtl>`+e+"</span>"},goog.i18n.bidi.enforceRtlInText=function(e){return goog.i18n.bidi.Format.RLE+e+goog.i18n.bidi.Format.PDF},goog.i18n.bidi.enforceLtrInHtml=function(e){return e.charAt(0)=="<"?e.replace(/<\w+/,"$& dir=ltr"):`
65
+ <span dir=ltr>`+e+"</span>"},goog.i18n.bidi.enforceLtrInText=function(e){return goog.i18n.bidi.Format.LRE+e+goog.i18n.bidi.Format.PDF},goog.i18n.bidi.dimensionsRe_=/:\s*([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)/g,goog.i18n.bidi.leftRe_=/left/gi,goog.i18n.bidi.rightRe_=/right/gi,goog.i18n.bidi.tempRe_=/%%%%/g,goog.i18n.bidi.mirrorCSS=function(e){return e.replace(goog.i18n.bidi.dimensionsRe_,":$1 $4 $3 $2").replace(goog.i18n.bidi.leftRe_,"%%%%").replace(goog.i18n.bidi.rightRe_,goog.i18n.bidi.LEFT).replace(goog.i18n.bidi.tempRe_,goog.i18n.bidi.RIGHT)},goog.i18n.bidi.doubleQuoteSubstituteRe_=/([\u0591-\u05f2])"/g,goog.i18n.bidi.singleQuoteSubstituteRe_=/([\u0591-\u05f2])'/g,goog.i18n.bidi.normalizeHebrewQuote=function(e){return e.replace(goog.i18n.bidi.doubleQuoteSubstituteRe_,"$1״").replace(goog.i18n.bidi.singleQuoteSubstituteRe_,"$1׳")},goog.i18n.bidi.wordSeparatorRe_=/\s+/,goog.i18n.bidi.hasNumeralsRe_=/[\d\u06f0-\u06f9]/,goog.i18n.bidi.rtlDetectionThreshold_=.4,goog.i18n.bidi.estimateDirection=function(e,t){var n=0,r=0,s=!1;for(e=goog.i18n.bidi.stripHtmlIfNeeded_(e,t).split(goog.i18n.bidi.wordSeparatorRe_),t=0;t<e.length;t++){var o=e[t];goog.i18n.bidi.startsWithRtl(o)?(n++,r++):goog.i18n.bidi.isRequiredLtrRe_.test(o)?s=!0:goog.i18n.bidi.hasAnyLtr(o)?r++:goog.i18n.bidi.hasNumeralsRe_.test(o)&&(s=!0)}return r==0?s?goog.i18n.bidi.Dir.LTR:goog.i18n.bidi.Dir.NEUTRAL:n/r>goog.i18n.bidi.rtlDetectionThreshold_?goog.i18n.bidi.Dir.RTL:goog.i18n.bidi.Dir.LTR},goog.i18n.bidi.detectRtlDirectionality=function(e,t){return goog.i18n.bidi.estimateDirection(e,t)==goog.i18n.bidi.Dir.RTL},goog.i18n.bidi.setElementDirAndAlign=function(e,t){e&&(t=goog.i18n.bidi.toDir(t))&&(e.style.textAlign=t==goog.i18n.bidi.Dir.RTL?goog.i18n.bidi.RIGHT:goog.i18n.bidi.LEFT,e.dir=t==goog.i18n.bidi.Dir.RTL?"rtl":"ltr")},goog.i18n.bidi.setElementDirByTextDirectionality=function(e,t){switch(goog.i18n.bidi.estimateDirection(t)){case goog.i18n.bidi.Dir.LTR:e.dir="ltr";break;case goog.i18n.bidi.Dir.RTL:e.dir="rtl";break;default:e.removeAttribute("dir")}},goog.i18n.bidi.DirectionalString=function(){},goog.html.TrustedResourceUrl=function(e,t){this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_=e===goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_&&t||"",this.TRUSTED_RESOURCE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_},goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString=!0,goog.html.TrustedResourceUrl.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_.toString()},goog.html.TrustedResourceUrl.prototype.implementsGoogI18nBidiDirectionalString=!0,goog.html.TrustedResourceUrl.prototype.getDirection=function(){return goog.i18n.bidi.Dir.LTR},goog.html.TrustedResourceUrl.prototype.cloneWithParams=function(e,t){var n=goog.html.TrustedResourceUrl.unwrap(this),r=(n=goog.html.TrustedResourceUrl.URL_PARAM_PARSER_.exec(n))[3]||"";return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(n[1]+goog.html.TrustedResourceUrl.stringifyParams_("?",n[2]||"",e)+goog.html.TrustedResourceUrl.stringifyParams_("#",r,t))},goog.DEBUG&&(goog.html.TrustedResourceUrl.prototype.toString=function(){return"TrustedResourceUrl{"+this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_+"}"}),goog.html.TrustedResourceUrl.unwrap=function(e){return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(e).toString()},goog.html.TrustedResourceUrl.unwrapTrustedScriptURL=function(e){return e instanceof goog.html.TrustedResourceUrl&&e.constructor===goog.html.TrustedResourceUrl&&e.TRUSTED_RESOURCE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_:(goog.asserts.fail("expected object of type TrustedResourceUrl, got '"+e+"' of type "+goog.typeOf(e)),"type_error:TrustedResourceUrl")},goog.html.TrustedResourceUrl.format=function(e,t){var n=goog.string.Const.unwrap(e);if(!goog.html.TrustedResourceUrl.BASE_URL_.test(n))throw Error("Invalid TrustedResourceUrl format: "+n);return e=n.replace(goog.html.TrustedResourceUrl.FORMAT_MARKER_,function(r,s){if(!Object.prototype.hasOwnProperty.call(t,s))throw Error('Found marker, "'+s+'", in format string, "'+n+'", but no valid label mapping found in args: '+JSON.stringify(t));return(r=t[s])instanceof goog.string.Const?goog.string.Const.unwrap(r):encodeURIComponent(String(r))}),goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.TrustedResourceUrl.FORMAT_MARKER_=/%{(\w+)}/g,goog.html.TrustedResourceUrl.BASE_URL_=/^((https:)?\/\/[0-9a-z.:[\]-]+\/|\/[^/\\]|[^:/\\%]+\/|[^:/\\%]*[?#]|about:blank#)/i,goog.html.TrustedResourceUrl.URL_PARAM_PARSER_=/^([^?#]*)(\?[^#]*)?(#[\s\S]*)?/,goog.html.TrustedResourceUrl.formatWithParams=function(e,t,n,r){return goog.html.TrustedResourceUrl.format(e,t).cloneWithParams(n,r)},goog.html.TrustedResourceUrl.fromConstant=function(e){return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(goog.string.Const.unwrap(e))},goog.html.TrustedResourceUrl.fromConstants=function(e){for(var t="",n=0;n<e.length;n++)t+=goog.string.Const.unwrap(e[n]);return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(t)},goog.html.TrustedResourceUrl.fromSafeScript=function(e){return e=goog.fs.blob.getBlobWithProperties([goog.html.SafeScript.unwrap(e)],"text/javascript"),e=goog.fs.url.createObjectUrl(e),goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse=function(e){return e=goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY?goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY.createScriptURL(e):e,new goog.html.TrustedResourceUrl(goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_,e)},goog.html.TrustedResourceUrl.stringifyParams_=function(e,t,n){if(n==null)return t;if(typeof n=="string")return n?e+encodeURIComponent(n):"";for(var r in n){var s=n[r];s=Array.isArray(s)?s:[s];for(var o=0;o<s.length;o++){var l=s[o];l!=null&&(t||(t=e),t+=(t.length>e.length?"&":"")+encodeURIComponent(r)+"="+encodeURIComponent(String(l)))}}return t},goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_={},goog.string.internal={},goog.string.internal.startsWith=function(e,t){return e.lastIndexOf(t,0)==0},goog.string.internal.endsWith=function(e,t){var n=e.length-t.length;return 0<=n&&e.indexOf(t,n)==n},goog.string.internal.caseInsensitiveStartsWith=function(e,t){return goog.string.internal.caseInsensitiveCompare(t,e.substr(0,t.length))==0},goog.string.internal.caseInsensitiveEndsWith=function(e,t){return goog.string.internal.caseInsensitiveCompare(t,e.substr(e.length-t.length,t.length))==0},goog.string.internal.caseInsensitiveEquals=function(e,t){return e.toLowerCase()==t.toLowerCase()},goog.string.internal.isEmptyOrWhitespace=function(e){return/^[\s\xa0]*$/.test(e)},goog.string.internal.trim=goog.TRUSTED_SITE&&String.prototype.trim?function(e){return e.trim()}:function(e){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(e)[1]},goog.string.internal.caseInsensitiveCompare=function(e,t){return(e=String(e).toLowerCase())<(t=String(t).toLowerCase())?-1:e==t?0:1},goog.string.internal.newLineToBr=function(e,t){return e.replace(/(\r\n|\r|\n)/g,t?"<br />":"<br>")},goog.string.internal.htmlEscape=function(e,t){if(t)e=e.replace(goog.string.internal.AMP_RE_,"&amp;").replace(goog.string.internal.LT_RE_,"&lt;").replace(goog.string.internal.GT_RE_,"&gt;").replace(goog.string.internal.QUOT_RE_,"&quot;").replace(goog.string.internal.SINGLE_QUOTE_RE_,"&#39;").replace(goog.string.internal.NULL_RE_,"&#0;");else{if(!goog.string.internal.ALL_RE_.test(e))return e;e.indexOf("&")!=-1&&(e=e.replace(goog.string.internal.AMP_RE_,"&amp;")),e.indexOf("<")!=-1&&(e=e.replace(goog.string.internal.LT_RE_,"&lt;")),e.indexOf(">")!=-1&&(e=e.replace(goog.string.internal.GT_RE_,"&gt;")),e.indexOf('"')!=-1&&(e=e.replace(goog.string.internal.QUOT_RE_,"&quot;")),e.indexOf("'")!=-1&&(e=e.replace(goog.string.internal.SINGLE_QUOTE_RE_,"&#39;")),e.indexOf("\0")!=-1&&(e=e.replace(goog.string.internal.NULL_RE_,"&#0;"))}return e},goog.string.internal.AMP_RE_=/&/g,goog.string.internal.LT_RE_=/</g,goog.string.internal.GT_RE_=/>/g,goog.string.internal.QUOT_RE_=/"/g,goog.string.internal.SINGLE_QUOTE_RE_=/'/g,goog.string.internal.NULL_RE_=/\x00/g,goog.string.internal.ALL_RE_=/[\x00&<>"']/,goog.string.internal.whitespaceEscape=function(e,t){return goog.string.internal.newLineToBr(e.replace(/ /g," &#160;"),t)},goog.string.internal.contains=function(e,t){return e.indexOf(t)!=-1},goog.string.internal.caseInsensitiveContains=function(e,t){return goog.string.internal.contains(e.toLowerCase(),t.toLowerCase())},goog.string.internal.compareVersions=function(e,t){var n=0;e=goog.string.internal.trim(String(e)).split("."),t=goog.string.internal.trim(String(t)).split(".");for(var r=Math.max(e.length,t.length),s=0;n==0&&s<r;s++){var o=e[s]||"",l=t[s]||"";do{if(o=/(\d*)(\D*)(.*)/.exec(o)||["","","",""],l=/(\d*)(\D*)(.*)/.exec(l)||["","","",""],o[0].length==0&&l[0].length==0)break;n=o[1].length==0?0:parseInt(o[1],10);var u=l[1].length==0?0:parseInt(l[1],10);n=goog.string.internal.compareElements_(n,u)||goog.string.internal.compareElements_(o[2].length==0,l[2].length==0)||goog.string.internal.compareElements_(o[2],l[2]),o=o[3],l=l[3]}while(n==0)}return n},goog.string.internal.compareElements_=function(e,t){return e<t?-1:e>t?1:0},goog.html.SafeUrl=function(e,t){this.privateDoNotAccessOrElseSafeUrlWrappedValue_=e===goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_&&t||"",this.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_},goog.html.SafeUrl.INNOCUOUS_STRING="about:invalid#zClosurez",goog.html.SafeUrl.prototype.implementsGoogStringTypedString=!0,goog.html.SafeUrl.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString()},goog.html.SafeUrl.prototype.implementsGoogI18nBidiDirectionalString=!0,goog.html.SafeUrl.prototype.getDirection=function(){return goog.i18n.bidi.Dir.LTR},goog.DEBUG&&(goog.html.SafeUrl.prototype.toString=function(){return"SafeUrl{"+this.privateDoNotAccessOrElseSafeUrlWrappedValue_+"}"}),goog.html.SafeUrl.unwrap=function(e){return e instanceof goog.html.SafeUrl&&e.constructor===goog.html.SafeUrl&&e.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseSafeUrlWrappedValue_:(goog.asserts.fail("expected object of type SafeUrl, got '"+e+"' of type "+goog.typeOf(e)),"type_error:SafeUrl")},goog.html.SafeUrl.fromConstant=function(e){return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.string.Const.unwrap(e))},goog.html.SAFE_MIME_TYPE_PATTERN_=/^(?:audio\/(?:3gpp2|3gpp|aac|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)|image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon)|text\/csv|video\/(?:mpeg|mp4|ogg|webm|quicktime|x-matroska))(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i,goog.html.SafeUrl.isSafeMimeType=function(e){return goog.html.SAFE_MIME_TYPE_PATTERN_.test(e)},goog.html.SafeUrl.fromBlob=function(e){return e=goog.html.SafeUrl.isSafeMimeType(e.type)?goog.fs.url.createObjectUrl(e):goog.html.SafeUrl.INNOCUOUS_STRING,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.fromMediaSource=function(e){return goog.asserts.assert("MediaSource"in goog.global,"No support for MediaSource"),e=e instanceof MediaSource?goog.fs.url.createObjectUrl(e):goog.html.SafeUrl.INNOCUOUS_STRING,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.DATA_URL_PATTERN_=/^data:(.*);base64,[a-z0-9+\/]+=*$/i,goog.html.SafeUrl.fromDataUrl=function(e){var t=(e=e.replace(/(%0A|%0D)/g,"")).match(goog.html.DATA_URL_PATTERN_);return t=t&&goog.html.SafeUrl.isSafeMimeType(t[1]),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(t?e:goog.html.SafeUrl.INNOCUOUS_STRING)},goog.html.SafeUrl.fromTelUrl=function(e){return goog.string.internal.caseInsensitiveStartsWith(e,"tel:")||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SIP_URL_PATTERN_=/^sip[s]?:[+a-z0-9_.!$%&'*\/=^`{|}~-]+@([a-z0-9-]+\.)+[a-z0-9]{2,63}$/i,goog.html.SafeUrl.fromSipUrl=function(e){return goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(e))||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.fromFacebookMessengerUrl=function(e){return goog.string.internal.caseInsensitiveStartsWith(e,"fb-messenger://share")||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.fromWhatsAppUrl=function(e){return goog.string.internal.caseInsensitiveStartsWith(e,"whatsapp://send")||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.fromSmsUrl=function(e){return goog.string.internal.caseInsensitiveStartsWith(e,"sms:")&&goog.html.SafeUrl.isSmsUrlBodyValid_(e)||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.isSmsUrlBodyValid_=function(e){var t=e.indexOf("#");if(0<t&&(e=e.substring(0,t)),!(t=e.match(/[?&]body=/gi)))return!0;if(1<t.length)return!1;if(!(e=e.match(/[?&]body=([^&]*)/)[1]))return!0;try{decodeURIComponent(e)}catch{return!1}return/^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(e)},goog.html.SafeUrl.fromSshUrl=function(e){return goog.string.internal.caseInsensitiveStartsWith(e,"ssh://")||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeUrl.sanitizeChromeExtensionUrl=function(e,t){return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//,e,t)},goog.html.SafeUrl.sanitizeFirefoxExtensionUrl=function(e,t){return goog.html.SafeUrl.sanitizeExtensionUrl_(/^moz-extension:\/\/([^\/]+)\//,e,t)},goog.html.SafeUrl.sanitizeEdgeExtensionUrl=function(e,t){return goog.html.SafeUrl.sanitizeExtensionUrl_(/^ms-browser-extension:\/\/([^\/]+)\//,e,t)},goog.html.SafeUrl.sanitizeExtensionUrl_=function(e,t,n){return(e=e.exec(t))?(e=e[1],(n instanceof goog.string.Const?[goog.string.Const.unwrap(n)]:n.map(function(r){return goog.string.Const.unwrap(r)})).indexOf(e)==-1&&(t=goog.html.SafeUrl.INNOCUOUS_STRING)):t=goog.html.SafeUrl.INNOCUOUS_STRING,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(t)},goog.html.SafeUrl.fromTrustedResourceUrl=function(e){return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.html.TrustedResourceUrl.unwrap(e))},goog.html.SAFE_URL_PATTERN_=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,goog.html.SafeUrl.SAFE_URL_PATTERN=goog.html.SAFE_URL_PATTERN_,goog.html.SafeUrl.sanitize=function(e){return e instanceof goog.html.SafeUrl?e:(e=typeof e=="object"&&e.implementsGoogStringTypedString?e.getTypedStringValue():String(e),goog.html.SAFE_URL_PATTERN_.test(e)||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e))},goog.html.SafeUrl.sanitizeAssertUnchanged=function(e,t){return e instanceof goog.html.SafeUrl?e:(e=typeof e=="object"&&e.implementsGoogStringTypedString?e.getTypedStringValue():String(e),t&&/^data:/i.test(e)&&(t=goog.html.SafeUrl.fromDataUrl(e)).getTypedStringValue()==e?t:(goog.asserts.assert(goog.html.SAFE_URL_PATTERN_.test(e),"%s does not match the safe URL pattern",e)||(e=goog.html.SafeUrl.INNOCUOUS_STRING),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(e)))},goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse=function(e){return new goog.html.SafeUrl(goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_,e)},goog.html.SafeUrl.ABOUT_BLANK=goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse("about:blank"),goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_={},goog.html.SafeStyle=function(){this.privateDoNotAccessOrElseSafeStyleWrappedValue_="",this.SAFE_STYLE_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_},goog.html.SafeStyle.prototype.implementsGoogStringTypedString=!0,goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.SafeStyle.fromConstant=function(e){return(e=goog.string.Const.unwrap(e)).length===0?goog.html.SafeStyle.EMPTY:(goog.asserts.assert(goog.string.internal.endsWith(e,";"),"Last character of style string is not ';': "+e),goog.asserts.assert(goog.string.internal.contains(e,":"),`Style string must contain at least one ':', to specify a "name: value" pair: `+e),goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(e))},goog.html.SafeStyle.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeStyleWrappedValue_},goog.DEBUG&&(goog.html.SafeStyle.prototype.toString=function(){return"SafeStyle{"+this.privateDoNotAccessOrElseSafeStyleWrappedValue_+"}"}),goog.html.SafeStyle.unwrap=function(e){return e instanceof goog.html.SafeStyle&&e.constructor===goog.html.SafeStyle&&e.SAFE_STYLE_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseSafeStyleWrappedValue_:(goog.asserts.fail("expected object of type SafeStyle, got '"+e+"' of type "+goog.typeOf(e)),"type_error:SafeStyle")},goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse=function(e){return new goog.html.SafeStyle().initSecurityPrivateDoNotAccessOrElse_(e)},goog.html.SafeStyle.prototype.initSecurityPrivateDoNotAccessOrElse_=function(e){return this.privateDoNotAccessOrElseSafeStyleWrappedValue_=e,this},goog.html.SafeStyle.EMPTY=goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(""),goog.html.SafeStyle.INNOCUOUS_STRING="zClosurez",goog.html.SafeStyle.create=function(e){var t,n="";for(t in e){if(!/^[-_a-zA-Z0-9]+$/.test(t))throw Error("Name allows only [-_a-zA-Z0-9], got: "+t);var r=e[t];r!=null&&(n+=t+":"+(r=Array.isArray(r)?goog.array.map(r,goog.html.SafeStyle.sanitizePropertyValue_).join(" "):goog.html.SafeStyle.sanitizePropertyValue_(r))+";")}return n?goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(n):goog.html.SafeStyle.EMPTY},goog.html.SafeStyle.sanitizePropertyValue_=function(e){if(e instanceof goog.html.SafeUrl)return'url("'+goog.html.SafeUrl.unwrap(e).replace(/</g,"%3c").replace(/[\\"]/g,"\\$&")+'")';if(e=e instanceof goog.string.Const?goog.string.Const.unwrap(e):goog.html.SafeStyle.sanitizePropertyValueString_(String(e)),/[{;}]/.test(e))throw new goog.asserts.AssertionError("Value does not allow [{;}], got: %s.",[e]);return e},goog.html.SafeStyle.sanitizePropertyValueString_=function(e){var t=e.replace(goog.html.SafeStyle.FUNCTIONS_RE_,"$1").replace(goog.html.SafeStyle.FUNCTIONS_RE_,"$1").replace(goog.html.SafeStyle.URL_RE_,"url");return goog.html.SafeStyle.VALUE_RE_.test(t)?goog.html.SafeStyle.COMMENT_RE_.test(e)?(goog.asserts.fail("String value disallows comments, got: "+e),goog.html.SafeStyle.INNOCUOUS_STRING):goog.html.SafeStyle.hasBalancedQuotes_(e)?goog.html.SafeStyle.hasBalancedSquareBrackets_(e)?goog.html.SafeStyle.sanitizeUrl_(e):(goog.asserts.fail("String value requires balanced square brackets and one identifier per pair of brackets, got: "+e),goog.html.SafeStyle.INNOCUOUS_STRING):(goog.asserts.fail("String value requires balanced quotes, got: "+e),goog.html.SafeStyle.INNOCUOUS_STRING):(goog.asserts.fail("String value allows only "+goog.html.SafeStyle.VALUE_ALLOWED_CHARS_+" and simple functions, got: "+e),goog.html.SafeStyle.INNOCUOUS_STRING)},goog.html.SafeStyle.hasBalancedQuotes_=function(e){for(var t=!0,n=!0,r=0;r<e.length;r++){var s=e.charAt(r);s=="'"&&n?t=!t:s=='"'&&t&&(n=!n)}return t&&n},goog.html.SafeStyle.hasBalancedSquareBrackets_=function(e){for(var t=!0,n=/^[-_a-zA-Z0-9]$/,r=0;r<e.length;r++){var s=e.charAt(r);if(s=="]"){if(t)return!1;t=!0}else if(s=="["){if(!t)return!1;t=!1}else if(!t&&!n.test(s))return!1}return t},goog.html.SafeStyle.VALUE_ALLOWED_CHARS_=`[-,."'%_!# a-zA-Z0-9\\[\\]]`,goog.html.SafeStyle.VALUE_RE_=new RegExp("^"+goog.html.SafeStyle.VALUE_ALLOWED_CHARS_+"+$"),goog.html.SafeStyle.URL_RE_=/\b(url\([ \t\n]*)('[ -&(-\[\]-~]*'|"[ !#-\[\]-~]*"|[!#-&*-\[\]-~]*)([ \t\n]*\))/g,goog.html.SafeStyle.ALLOWED_FUNCTIONS_="calc cubic-bezier fit-content hsl hsla linear-gradient matrix minmax repeat rgb rgba (rotate|scale|translate)(X|Y|Z|3d)?".split(" "),goog.html.SafeStyle.FUNCTIONS_RE_=new RegExp("\\b("+goog.html.SafeStyle.ALLOWED_FUNCTIONS_.join("|")+")\\([-+*/0-9a-z.%\\[\\], ]+\\)","g"),goog.html.SafeStyle.COMMENT_RE_=/\/\*/,goog.html.SafeStyle.sanitizeUrl_=function(e){return e.replace(goog.html.SafeStyle.URL_RE_,function(t,n,r,s){var o="";return r=r.replace(/^(['"])(.*)\1$/,function(l,u,c){return o=u,c}),t=goog.html.SafeUrl.sanitize(r).getTypedStringValue(),n+o+t+o+s})},goog.html.SafeStyle.concat=function(e){var t="",n=function(r){Array.isArray(r)?goog.array.forEach(r,n):t+=goog.html.SafeStyle.unwrap(r)};return goog.array.forEach(arguments,n),t?goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(t):goog.html.SafeStyle.EMPTY},goog.html.SafeStyleSheet=function(){this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_="",this.SAFE_STYLE_SHEET_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_},goog.html.SafeStyleSheet.prototype.implementsGoogStringTypedString=!0,goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.SafeStyleSheet.createRule=function(e,t){if(goog.string.internal.contains(e,"<"))throw Error("Selector does not allow '<', got: "+e);var n=e.replace(/('|")((?!\1)[^\r\n\f\\]|\\[\s\S])*\1/g,"");if(!/^[-_a-zA-Z0-9#.:* ,>+~[\]()=^$|]+$/.test(n))throw Error("Selector allows only [-_a-zA-Z0-9#.:* ,>+~[\\]()=^$|] and strings, got: "+e);if(!goog.html.SafeStyleSheet.hasBalancedBrackets_(n))throw Error("() and [] in selector must be balanced, got: "+e);return t instanceof goog.html.SafeStyle||(t=goog.html.SafeStyle.create(t)),e=e+"{"+goog.html.SafeStyle.unwrap(t).replace(/</g,"\\3C ")+"}",goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(e)},goog.html.SafeStyleSheet.hasBalancedBrackets_=function(e){for(var t={"(":")","[":"]"},n=[],r=0;r<e.length;r++){var s=e[r];if(t[s])n.push(t[s]);else if(goog.object.contains(t,s)&&n.pop()!=s)return!1}return n.length==0},goog.html.SafeStyleSheet.concat=function(e){var t="",n=function(r){Array.isArray(r)?goog.array.forEach(r,n):t+=goog.html.SafeStyleSheet.unwrap(r)};return goog.array.forEach(arguments,n),goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(t)},goog.html.SafeStyleSheet.fromConstant=function(e){return(e=goog.string.Const.unwrap(e)).length===0?goog.html.SafeStyleSheet.EMPTY:(goog.asserts.assert(!goog.string.internal.contains(e,"<"),"Forbidden '<' character in style sheet string: "+e),goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(e))},goog.html.SafeStyleSheet.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_},goog.DEBUG&&(goog.html.SafeStyleSheet.prototype.toString=function(){return"SafeStyleSheet{"+this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_+"}"}),goog.html.SafeStyleSheet.unwrap=function(e){return e instanceof goog.html.SafeStyleSheet&&e.constructor===goog.html.SafeStyleSheet&&e.SAFE_STYLE_SHEET_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_:(goog.asserts.fail("expected object of type SafeStyleSheet, got '"+e+"' of type "+goog.typeOf(e)),"type_error:SafeStyleSheet")},goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse=function(e){return new goog.html.SafeStyleSheet().initSecurityPrivateDoNotAccessOrElse_(e)},goog.html.SafeStyleSheet.prototype.initSecurityPrivateDoNotAccessOrElse_=function(e){return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_=e,this},goog.html.SafeStyleSheet.EMPTY=goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(""),goog.labs={},goog.labs.userAgent={},goog.labs.userAgent.util={},goog.labs.userAgent.util.getNativeUserAgentString_=function(){var e=goog.labs.userAgent.util.getNavigator_();return e&&(e=e.userAgent)?e:""},goog.labs.userAgent.util.getNavigator_=function(){return goog.global.navigator},goog.labs.userAgent.util.userAgent_=goog.labs.userAgent.util.getNativeUserAgentString_(),goog.labs.userAgent.util.setUserAgent=function(e){goog.labs.userAgent.util.userAgent_=e||goog.labs.userAgent.util.getNativeUserAgentString_()},goog.labs.userAgent.util.getUserAgent=function(){return goog.labs.userAgent.util.userAgent_},goog.labs.userAgent.util.matchUserAgent=function(e){var t=goog.labs.userAgent.util.getUserAgent();return goog.string.internal.contains(t,e)},goog.labs.userAgent.util.matchUserAgentIgnoreCase=function(e){var t=goog.labs.userAgent.util.getUserAgent();return goog.string.internal.caseInsensitiveContains(t,e)},goog.labs.userAgent.util.extractVersionTuples=function(e){for(var t,n=/(\w[\w ]+)\/([^\s]+)\s*(?:\((.*?)\))?/g,r=[];t=n.exec(e);)r.push([t[1],t[2],t[3]||void 0]);return r},goog.labs.userAgent.browser={},goog.labs.userAgent.browser.matchOpera_=function(){return goog.labs.userAgent.util.matchUserAgent("Opera")},goog.labs.userAgent.browser.matchIE_=function(){return goog.labs.userAgent.util.matchUserAgent("Trident")||goog.labs.userAgent.util.matchUserAgent("MSIE")},goog.labs.userAgent.browser.matchEdgeHtml_=function(){return goog.labs.userAgent.util.matchUserAgent("Edge")},goog.labs.userAgent.browser.matchEdgeChromium_=function(){return goog.labs.userAgent.util.matchUserAgent("Edg/")},goog.labs.userAgent.browser.matchOperaChromium_=function(){return goog.labs.userAgent.util.matchUserAgent("OPR")},goog.labs.userAgent.browser.matchFirefox_=function(){return goog.labs.userAgent.util.matchUserAgent("Firefox")||goog.labs.userAgent.util.matchUserAgent("FxiOS")},goog.labs.userAgent.browser.matchSafari_=function(){return goog.labs.userAgent.util.matchUserAgent("Safari")&&!(goog.labs.userAgent.browser.matchChrome_()||goog.labs.userAgent.browser.matchCoast_()||goog.labs.userAgent.browser.matchOpera_()||goog.labs.userAgent.browser.matchEdgeHtml_()||goog.labs.userAgent.browser.matchEdgeChromium_()||goog.labs.userAgent.browser.matchOperaChromium_()||goog.labs.userAgent.browser.matchFirefox_()||goog.labs.userAgent.browser.isSilk()||goog.labs.userAgent.util.matchUserAgent("Android"))},goog.labs.userAgent.browser.matchCoast_=function(){return goog.labs.userAgent.util.matchUserAgent("Coast")},goog.labs.userAgent.browser.matchIosWebview_=function(){return(goog.labs.userAgent.util.matchUserAgent("iPad")||goog.labs.userAgent.util.matchUserAgent("iPhone"))&&!goog.labs.userAgent.browser.matchSafari_()&&!goog.labs.userAgent.browser.matchChrome_()&&!goog.labs.userAgent.browser.matchCoast_()&&!goog.labs.userAgent.browser.matchFirefox_()&&goog.labs.userAgent.util.matchUserAgent("AppleWebKit")},goog.labs.userAgent.browser.matchChrome_=function(){return(goog.labs.userAgent.util.matchUserAgent("Chrome")||goog.labs.userAgent.util.matchUserAgent("CriOS"))&&!goog.labs.userAgent.browser.matchEdgeHtml_()},goog.labs.userAgent.browser.matchAndroidBrowser_=function(){return goog.labs.userAgent.util.matchUserAgent("Android")&&!(goog.labs.userAgent.browser.isChrome()||goog.labs.userAgent.browser.isFirefox()||goog.labs.userAgent.browser.isOpera()||goog.labs.userAgent.browser.isSilk())},goog.labs.userAgent.browser.isOpera=goog.labs.userAgent.browser.matchOpera_,goog.labs.userAgent.browser.isIE=goog.labs.userAgent.browser.matchIE_,goog.labs.userAgent.browser.isEdge=goog.labs.userAgent.browser.matchEdgeHtml_,goog.labs.userAgent.browser.isEdgeChromium=goog.labs.userAgent.browser.matchEdgeChromium_,goog.labs.userAgent.browser.isOperaChromium=goog.labs.userAgent.browser.matchOperaChromium_,goog.labs.userAgent.browser.isFirefox=goog.labs.userAgent.browser.matchFirefox_,goog.labs.userAgent.browser.isSafari=goog.labs.userAgent.browser.matchSafari_,goog.labs.userAgent.browser.isCoast=goog.labs.userAgent.browser.matchCoast_,goog.labs.userAgent.browser.isIosWebview=goog.labs.userAgent.browser.matchIosWebview_,goog.labs.userAgent.browser.isChrome=goog.labs.userAgent.browser.matchChrome_,goog.labs.userAgent.browser.isAndroidBrowser=goog.labs.userAgent.browser.matchAndroidBrowser_,goog.labs.userAgent.browser.isSilk=function(){return goog.labs.userAgent.util.matchUserAgent("Silk")},goog.labs.userAgent.browser.getVersion=function(){function e(s){return s=goog.array.find(s,r),n[s]||""}var t=goog.labs.userAgent.util.getUserAgent();if(goog.labs.userAgent.browser.isIE())return goog.labs.userAgent.browser.getIEVersion_(t);t=goog.labs.userAgent.util.extractVersionTuples(t);var n={};goog.array.forEach(t,function(s){n[s[0]]=s[1]});var r=goog.partial(goog.object.containsKey,n);return goog.labs.userAgent.browser.isOpera()?e(["Version","Opera"]):goog.labs.userAgent.browser.isEdge()?e(["Edge"]):goog.labs.userAgent.browser.isEdgeChromium()?e(["Edg"]):goog.labs.userAgent.browser.isChrome()?e(["Chrome","CriOS","HeadlessChrome"]):(t=t[2])&&t[1]||""},goog.labs.userAgent.browser.isVersionOrHigher=function(e){return 0<=goog.string.internal.compareVersions(goog.labs.userAgent.browser.getVersion(),e)},goog.labs.userAgent.browser.getIEVersion_=function(e){var t=/rv: *([\d\.]*)/.exec(e);if(t&&t[1])return t[1];t="";var n=/MSIE +([\d\.]+)/.exec(e);if(n&&n[1])if(e=/Trident\/(\d.\d)/.exec(e),n[1]=="7.0")if(e&&e[1])switch(e[1]){case"4.0":t="8.0";break;case"5.0":t="9.0";break;case"6.0":t="10.0";break;case"7.0":t="11.0"}else t="7.0";else t=n[1];return t},goog.html.SafeHtml=function(){this.privateDoNotAccessOrElseSafeHtmlWrappedValue_="",this.SAFE_HTML_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_,this.dir_=null},goog.html.SafeHtml.ENABLE_ERROR_MESSAGES=goog.DEBUG,goog.html.SafeHtml.SUPPORT_STYLE_ATTRIBUTE=!0,goog.html.SafeHtml.prototype.implementsGoogI18nBidiDirectionalString=!0,goog.html.SafeHtml.prototype.getDirection=function(){return this.dir_},goog.html.SafeHtml.prototype.implementsGoogStringTypedString=!0,goog.html.SafeHtml.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString()},goog.DEBUG&&(goog.html.SafeHtml.prototype.toString=function(){return"SafeHtml{"+this.privateDoNotAccessOrElseSafeHtmlWrappedValue_+"}"}),goog.html.SafeHtml.unwrap=function(e){return goog.html.SafeHtml.unwrapTrustedHTML(e).toString()},goog.html.SafeHtml.unwrapTrustedHTML=function(e){return e instanceof goog.html.SafeHtml&&e.constructor===goog.html.SafeHtml&&e.SAFE_HTML_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_?e.privateDoNotAccessOrElseSafeHtmlWrappedValue_:(goog.asserts.fail("expected object of type SafeHtml, got '"+e+"' of type "+goog.typeOf(e)),"type_error:SafeHtml")},goog.html.SafeHtml.htmlEscape=function(e){if(e instanceof goog.html.SafeHtml)return e;var t=typeof e=="object",n=null;return t&&e.implementsGoogI18nBidiDirectionalString&&(n=e.getDirection()),e=t&&e.implementsGoogStringTypedString?e.getTypedStringValue():String(e),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.htmlEscape(e),n)},goog.html.SafeHtml.htmlEscapePreservingNewlines=function(e){return e instanceof goog.html.SafeHtml?e:(e=goog.html.SafeHtml.htmlEscape(e),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.newLineToBr(goog.html.SafeHtml.unwrap(e)),e.getDirection()))},goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces=function(e){return e instanceof goog.html.SafeHtml?e:(e=goog.html.SafeHtml.htmlEscape(e),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.whitespaceEscape(goog.html.SafeHtml.unwrap(e)),e.getDirection()))},goog.html.SafeHtml.from=goog.html.SafeHtml.htmlEscape,goog.html.SafeHtml.comment=function(e){return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("<!--"+goog.string.internal.htmlEscape(e)+"-->",null)},goog.html.SafeHtml.VALID_NAMES_IN_TAG_=/^[a-zA-Z0-9-]+$/,goog.html.SafeHtml.URL_ATTRIBUTES_={action:!0,cite:!0,data:!0,formaction:!0,href:!0,manifest:!0,poster:!0,src:!0},goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_={APPLET:!0,BASE:!0,EMBED:!0,IFRAME:!0,LINK:!0,MATH:!0,META:!0,OBJECT:!0,SCRIPT:!0,STYLE:!0,SVG:!0,TEMPLATE:!0},goog.html.SafeHtml.create=function(e,t,n){return goog.html.SafeHtml.verifyTagName(String(e)),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(String(e),t,n)},goog.html.SafeHtml.verifyTagName=function(e){if(!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(e))throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?"Invalid tag name <"+e+">.":"");if(e.toUpperCase()in goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_)throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?"Tag name <"+e+"> is not allowed for SafeHtml.":"")},goog.html.SafeHtml.createIframe=function(e,t,n,r){e&&goog.html.TrustedResourceUrl.unwrap(e);var s={};return s.src=e||null,s.srcdoc=t&&goog.html.SafeHtml.unwrap(t),e=goog.html.SafeHtml.combineAttributes(s,{sandbox:""},n),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("iframe",e,r)},goog.html.SafeHtml.createSandboxIframe=function(e,t,n,r){if(!goog.html.SafeHtml.canUseSandboxIframe())throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?"The browser does not support sandboxed iframes.":"");var s={};return s.src=e?goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitize(e)):null,s.srcdoc=t||null,s.sandbox="",e=goog.html.SafeHtml.combineAttributes(s,{},n),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("iframe",e,r)},goog.html.SafeHtml.canUseSandboxIframe=function(){return goog.global.HTMLIFrameElement&&"sandbox"in goog.global.HTMLIFrameElement.prototype},goog.html.SafeHtml.createScriptSrc=function(e,t){return goog.html.TrustedResourceUrl.unwrap(e),e=goog.html.SafeHtml.combineAttributes({src:e},{},t),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script",e)},goog.html.SafeHtml.createScript=function(e,t){for(var n in t){var r=n.toLowerCase();if(r=="language"||r=="src"||r=="text"||r=="type")throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Cannot set "'+r+'" attribute':"")}for(n="",e=goog.array.concat(e),r=0;r<e.length;r++)n+=goog.html.SafeScript.unwrap(e[r]);return e=goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(n,goog.i18n.bidi.Dir.NEUTRAL),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script",t,e)},goog.html.SafeHtml.createStyle=function(e,t){t=goog.html.SafeHtml.combineAttributes({type:"text/css"},{},t);var n="";e=goog.array.concat(e);for(var r=0;r<e.length;r++)n+=goog.html.SafeStyleSheet.unwrap(e[r]);return e=goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(n,goog.i18n.bidi.Dir.NEUTRAL),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("style",t,e)},goog.html.SafeHtml.createMetaRefresh=function(e,t){return e=goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitize(e)),(goog.labs.userAgent.browser.isIE()||goog.labs.userAgent.browser.isEdge())&&goog.string.internal.contains(e,";")&&(e="'"+e.replace(/'/g,"%27")+"'"),goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("meta",{"http-equiv":"refresh",content:(t||0)+"; url="+e})},goog.html.SafeHtml.getAttrNameAndValue_=function(e,t,n){if(n instanceof goog.string.Const)n=goog.string.Const.unwrap(n);else if(t.toLowerCase()=="style"){if(!goog.html.SafeHtml.SUPPORT_STYLE_ATTRIBUTE)throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Attribute "style" not supported.':"");n=goog.html.SafeHtml.getStyleValue_(n)}else{if(/^on/i.test(t))throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Attribute "'+t+'" requires goog.string.Const value, "'+n+'" given.':"");if(t.toLowerCase()in goog.html.SafeHtml.URL_ATTRIBUTES_)if(n instanceof goog.html.TrustedResourceUrl)n=goog.html.TrustedResourceUrl.unwrap(n);else if(n instanceof goog.html.SafeUrl)n=goog.html.SafeUrl.unwrap(n);else{if(typeof n!="string")throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Attribute "'+t+'" on tag "'+e+'" requires goog.html.SafeUrl, goog.string.Const, or string, value "'+n+'" given.':"");n=goog.html.SafeUrl.sanitize(n).getTypedStringValue()}}return n.implementsGoogStringTypedString&&(n=n.getTypedStringValue()),goog.asserts.assert(typeof n=="string"||typeof n=="number","String or number value expected, got "+typeof n+" with value: "+n),t+'="'+goog.string.internal.htmlEscape(String(n))+'"'},goog.html.SafeHtml.getStyleValue_=function(e){if(!goog.isObject(e))throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'The "style" attribute requires goog.html.SafeStyle or map of style properties, '+typeof e+" given: "+e:"");return e instanceof goog.html.SafeStyle||(e=goog.html.SafeStyle.create(e)),goog.html.SafeStyle.unwrap(e)},goog.html.SafeHtml.createWithDir=function(e,t,n,r){return(t=goog.html.SafeHtml.create(t,n,r)).dir_=e,t},goog.html.SafeHtml.join=function(e,t){var n=(e=goog.html.SafeHtml.htmlEscape(e)).getDirection(),r=[],s=function(o){Array.isArray(o)?goog.array.forEach(o,s):(o=goog.html.SafeHtml.htmlEscape(o),r.push(goog.html.SafeHtml.unwrap(o)),o=o.getDirection(),n==goog.i18n.bidi.Dir.NEUTRAL?n=o:o!=goog.i18n.bidi.Dir.NEUTRAL&&n!=o&&(n=null))};return goog.array.forEach(t,s),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(r.join(goog.html.SafeHtml.unwrap(e)),n)},goog.html.SafeHtml.concat=function(e){return goog.html.SafeHtml.join(goog.html.SafeHtml.EMPTY,Array.prototype.slice.call(arguments))},goog.html.SafeHtml.concatWithDir=function(e,t){var n=goog.html.SafeHtml.concat(goog.array.slice(arguments,1));return n.dir_=e,n},goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_={},goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse=function(e,t){return new goog.html.SafeHtml().initSecurityPrivateDoNotAccessOrElse_(e,t)},goog.html.SafeHtml.prototype.initSecurityPrivateDoNotAccessOrElse_=function(e,t){return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_=goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY?goog.html.trustedtypes.PRIVATE_DO_NOT_ACCESS_OR_ELSE_POLICY.createHTML(e):e,this.dir_=t,this},goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse=function(e,t,n){var r=null,s="<"+e+goog.html.SafeHtml.stringifyAttributes(e,t);return n==null?n=[]:Array.isArray(n)||(n=[n]),goog.dom.tags.isVoidTag(e.toLowerCase())?(goog.asserts.assert(!n.length,"Void tag <"+e+"> does not allow content."),s+=">"):(r=goog.html.SafeHtml.concat(n),s+=">"+goog.html.SafeHtml.unwrap(r)+"</"+e+">",r=r.getDirection()),(e=t&&t.dir)&&(r=/^(ltr|rtl|auto)$/i.test(e)?goog.i18n.bidi.Dir.NEUTRAL:null),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(s,r)},goog.html.SafeHtml.stringifyAttributes=function(e,t){var n="";if(t)for(var r in t){if(!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(r))throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Invalid attribute name "'+r+'".':"");var s=t[r];s!=null&&(n+=" "+goog.html.SafeHtml.getAttrNameAndValue_(e,r,s))}return n},goog.html.SafeHtml.combineAttributes=function(e,t,n){var r,s={};for(r in e)goog.asserts.assert(r.toLowerCase()==r,"Must be lower case"),s[r]=e[r];for(r in t)goog.asserts.assert(r.toLowerCase()==r,"Must be lower case"),s[r]=t[r];if(n)for(r in n){var o=r.toLowerCase();if(o in e)throw Error(goog.html.SafeHtml.ENABLE_ERROR_MESSAGES?'Cannot override "'+o+'" attribute, got "'+r+'" with value "'+n[r]+'"':"");o in t&&delete s[o],s[r]=n[r]}return s},goog.html.SafeHtml.DOCTYPE_HTML=goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("<!DOCTYPE html>",goog.i18n.bidi.Dir.NEUTRAL),goog.html.SafeHtml.EMPTY=goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("",goog.i18n.bidi.Dir.NEUTRAL),goog.html.SafeHtml.BR=goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("<br>",goog.i18n.bidi.Dir.NEUTRAL),goog.html.uncheckedconversions={},goog.html.uncheckedconversions.safeHtmlFromStringKnownToSatisfyTypeContract=function(e,t,n){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(t,n||null)},goog.html.uncheckedconversions.safeScriptFromStringKnownToSatisfyTypeContract=function(e,t){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(t)},goog.html.uncheckedconversions.safeStyleFromStringKnownToSatisfyTypeContract=function(e,t){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(t)},goog.html.uncheckedconversions.safeStyleSheetFromStringKnownToSatisfyTypeContract=function(e,t){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(t)},goog.html.uncheckedconversions.safeUrlFromStringKnownToSatisfyTypeContract=function(e,t){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(t)},goog.html.uncheckedconversions.trustedResourceUrlFromStringKnownToSatisfyTypeContract=function(e,t){return goog.asserts.assertString(goog.string.Const.unwrap(e),"must provide justification"),goog.asserts.assert(!goog.string.internal.isEmptyOrWhitespace(goog.string.Const.unwrap(e)),"must provide non-empty justification"),goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(t)},goog.dom.safe={},goog.dom.safe.InsertAdjacentHtmlPosition={AFTERBEGIN:"afterbegin",AFTEREND:"afterend",BEFOREBEGIN:"beforebegin",BEFOREEND:"beforeend"},goog.dom.safe.insertAdjacentHtml=function(e,t,n){e.insertAdjacentHTML(t,goog.html.SafeHtml.unwrapTrustedHTML(n))},goog.dom.safe.SET_INNER_HTML_DISALLOWED_TAGS_={MATH:!0,SCRIPT:!0,STYLE:!0,SVG:!0,TEMPLATE:!0},goog.dom.safe.isInnerHtmlCleanupRecursive_=goog.functions.cacheReturnValue(function(){if(goog.DEBUG&&typeof document=="undefined")return!1;var e=document.createElement("div"),t=document.createElement("div");return t.appendChild(document.createElement("div")),e.appendChild(t),!(goog.DEBUG&&!e.firstChild||(t=e.firstChild.firstChild,e.innerHTML=goog.html.SafeHtml.unwrapTrustedHTML(goog.html.SafeHtml.EMPTY),t.parentElement))}),goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse=function(e,t){if(goog.dom.safe.isInnerHtmlCleanupRecursive_())for(;e.lastChild;)e.removeChild(e.lastChild);e.innerHTML=goog.html.SafeHtml.unwrapTrustedHTML(t)},goog.dom.safe.setInnerHtml=function(e,t){if(goog.asserts.ENABLE_ASSERTS){var n=e.tagName.toUpperCase();if(goog.dom.safe.SET_INNER_HTML_DISALLOWED_TAGS_[n])throw Error("goog.dom.safe.setInnerHtml cannot be used to set content of "+e.tagName+".")}goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse(e,t)},goog.dom.safe.setOuterHtml=function(e,t){e.outerHTML=goog.html.SafeHtml.unwrapTrustedHTML(t)},goog.dom.safe.setFormElementAction=function(e,t){t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),goog.dom.asserts.assertIsHTMLFormElement(e).action=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setButtonFormAction=function(e,t){t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),goog.dom.asserts.assertIsHTMLButtonElement(e).formAction=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setInputFormAction=function(e,t){t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),goog.dom.asserts.assertIsHTMLInputElement(e).formAction=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setStyle=function(e,t){e.style.cssText=goog.html.SafeStyle.unwrap(t)},goog.dom.safe.documentWrite=function(e,t){e.write(goog.html.SafeHtml.unwrapTrustedHTML(t))},goog.dom.safe.setAnchorHref=function(e,t){goog.dom.asserts.assertIsHTMLAnchorElement(e),t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),e.href=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setImageSrc=function(e,t){if(goog.dom.asserts.assertIsHTMLImageElement(e),!(t instanceof goog.html.SafeUrl)){var n=/^data:image\//i.test(t);t=goog.html.SafeUrl.sanitizeAssertUnchanged(t,n)}e.src=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setAudioSrc=function(e,t){if(goog.dom.asserts.assertIsHTMLAudioElement(e),!(t instanceof goog.html.SafeUrl)){var n=/^data:audio\//i.test(t);t=goog.html.SafeUrl.sanitizeAssertUnchanged(t,n)}e.src=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setVideoSrc=function(e,t){if(goog.dom.asserts.assertIsHTMLVideoElement(e),!(t instanceof goog.html.SafeUrl)){var n=/^data:video\//i.test(t);t=goog.html.SafeUrl.sanitizeAssertUnchanged(t,n)}e.src=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.setEmbedSrc=function(e,t){goog.dom.asserts.assertIsHTMLEmbedElement(e),e.src=goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(t)},goog.dom.safe.setFrameSrc=function(e,t){goog.dom.asserts.assertIsHTMLFrameElement(e),e.src=goog.html.TrustedResourceUrl.unwrap(t)},goog.dom.safe.setIframeSrc=function(e,t){goog.dom.asserts.assertIsHTMLIFrameElement(e),e.src=goog.html.TrustedResourceUrl.unwrap(t)},goog.dom.safe.setIframeSrcdoc=function(e,t){goog.dom.asserts.assertIsHTMLIFrameElement(e),e.srcdoc=goog.html.SafeHtml.unwrapTrustedHTML(t)},goog.dom.safe.setLinkHrefAndRel=function(e,t,n){goog.dom.asserts.assertIsHTMLLinkElement(e),e.rel=n,goog.string.internal.caseInsensitiveContains(n,"stylesheet")?(goog.asserts.assert(t instanceof goog.html.TrustedResourceUrl,'URL must be TrustedResourceUrl because "rel" contains "stylesheet"'),e.href=goog.html.TrustedResourceUrl.unwrap(t)):e.href=t instanceof goog.html.TrustedResourceUrl?goog.html.TrustedResourceUrl.unwrap(t):t instanceof goog.html.SafeUrl?goog.html.SafeUrl.unwrap(t):goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitizeAssertUnchanged(t))},goog.dom.safe.setObjectData=function(e,t){goog.dom.asserts.assertIsHTMLObjectElement(e),e.data=goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(t)},goog.dom.safe.setScriptSrc=function(e,t){goog.dom.asserts.assertIsHTMLScriptElement(e),e.src=goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(t),(t=goog.getScriptNonce())&&e.setAttribute("nonce",t)},goog.dom.safe.setScriptContent=function(e,t){goog.dom.asserts.assertIsHTMLScriptElement(e),e.text=goog.html.SafeScript.unwrapTrustedScript(t),(t=goog.getScriptNonce())&&e.setAttribute("nonce",t)},goog.dom.safe.setLocationHref=function(e,t){goog.dom.asserts.assertIsLocation(e),t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),e.href=goog.html.SafeUrl.unwrap(t)},goog.dom.safe.assignLocation=function(e,t){goog.dom.asserts.assertIsLocation(e),t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),e.assign(goog.html.SafeUrl.unwrap(t))},goog.dom.safe.replaceLocation=function(e,t){t=t instanceof goog.html.SafeUrl?t:goog.html.SafeUrl.sanitizeAssertUnchanged(t),e.replace(goog.html.SafeUrl.unwrap(t))},goog.dom.safe.openInWindow=function(e,t,n,r,s){return e=e instanceof goog.html.SafeUrl?e:goog.html.SafeUrl.sanitizeAssertUnchanged(e),t=t||goog.global,n=n instanceof goog.string.Const?goog.string.Const.unwrap(n):n||"",t.open(goog.html.SafeUrl.unwrap(e),n,r,s)},goog.dom.safe.parseFromStringHtml=function(e,t){return goog.dom.safe.parseFromString(e,t,"text/html")},goog.dom.safe.parseFromString=function(e,t,n){return e.parseFromString(goog.html.SafeHtml.unwrapTrustedHTML(t),n)},goog.dom.safe.createImageFromBlob=function(e){if(!/^image\/.*/g.test(e.type))throw Error("goog.dom.safe.createImageFromBlob only accepts MIME type image/.*.");var t=goog.global.URL.createObjectURL(e);return(e=new goog.global.Image).onload=function(){goog.global.URL.revokeObjectURL(t)},goog.dom.safe.setImageSrc(e,goog.html.uncheckedconversions.safeUrlFromStringKnownToSatisfyTypeContract(goog.string.Const.from("Image blob URL."),t)),e},goog.string.DETECT_DOUBLE_ESCAPING=!1,goog.string.FORCE_NON_DOM_HTML_UNESCAPING=!1,goog.string.Unicode={NBSP:" "},goog.string.startsWith=goog.string.internal.startsWith,goog.string.endsWith=goog.string.internal.endsWith,goog.string.caseInsensitiveStartsWith=goog.string.internal.caseInsensitiveStartsWith,goog.string.caseInsensitiveEndsWith=goog.string.internal.caseInsensitiveEndsWith,goog.string.caseInsensitiveEquals=goog.string.internal.caseInsensitiveEquals,goog.string.subs=function(e,t){for(var n=e.split("%s"),r="",s=Array.prototype.slice.call(arguments,1);s.length&&1<n.length;)r+=n.shift()+s.shift();return r+n.join("%s")},goog.string.collapseWhitespace=function(e){return e.replace(/[\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")},goog.string.isEmptyOrWhitespace=goog.string.internal.isEmptyOrWhitespace,goog.string.isEmptyString=function(e){return e.length==0},goog.string.isEmpty=goog.string.isEmptyOrWhitespace,goog.string.isEmptyOrWhitespaceSafe=function(e){return goog.string.isEmptyOrWhitespace(goog.string.makeSafe(e))},goog.string.isEmptySafe=goog.string.isEmptyOrWhitespaceSafe,goog.string.isBreakingWhitespace=function(e){return!/[^\t\n\r ]/.test(e)},goog.string.isAlpha=function(e){return!/[^a-zA-Z]/.test(e)},goog.string.isNumeric=function(e){return!/[^0-9]/.test(e)},goog.string.isAlphaNumeric=function(e){return!/[^a-zA-Z0-9]/.test(e)},goog.string.isSpace=function(e){return e==" "},goog.string.isUnicodeChar=function(e){return e.length==1&&" "<=e&&"~">=e||"€"<=e&&"�">=e},goog.string.stripNewlines=function(e){return e.replace(/(\r\n|\r|\n)+/g," ")},goog.string.canonicalizeNewlines=function(e){return e.replace(/(\r\n|\r|\n)/g,`
66
+ `)},goog.string.normalizeWhitespace=function(e){return e.replace(/\xa0|\s/g," ")},goog.string.normalizeSpaces=function(e){return e.replace(/\xa0|[ \t]+/g," ")},goog.string.collapseBreakingSpaces=function(e){return e.replace(/[\t\r\n ]+/g," ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g,"")},goog.string.trim=goog.string.internal.trim,goog.string.trimLeft=function(e){return e.replace(/^[\s\xa0]+/,"")},goog.string.trimRight=function(e){return e.replace(/[\s\xa0]+$/,"")},goog.string.caseInsensitiveCompare=goog.string.internal.caseInsensitiveCompare,goog.string.numberAwareCompare_=function(e,t,n){if(e==t)return 0;if(!e)return-1;if(!t)return 1;for(var r=e.toLowerCase().match(n),s=t.toLowerCase().match(n),o=Math.min(r.length,s.length),l=0;l<o;l++){n=r[l];var u=s[l];if(n!=u)return e=parseInt(n,10),!isNaN(e)&&(t=parseInt(u,10),!isNaN(t)&&e-t)?e-t:n<u?-1:1}return r.length!=s.length?r.length-s.length:e<t?-1:1},goog.string.intAwareCompare=function(e,t){return goog.string.numberAwareCompare_(e,t,/\d+|\D+/g)},goog.string.floatAwareCompare=function(e,t){return goog.string.numberAwareCompare_(e,t,/\d+|\.\d+|\D+/g)},goog.string.numerateCompare=goog.string.floatAwareCompare,goog.string.urlEncode=function(e){return encodeURIComponent(String(e))},goog.string.urlDecode=function(e){return decodeURIComponent(e.replace(/\+/g," "))},goog.string.newLineToBr=goog.string.internal.newLineToBr,goog.string.htmlEscape=function(e,t){return e=goog.string.internal.htmlEscape(e,t),goog.string.DETECT_DOUBLE_ESCAPING&&(e=e.replace(goog.string.E_RE_,"&#101;")),e},goog.string.E_RE_=/e/g,goog.string.unescapeEntities=function(e){return goog.string.contains(e,"&")?!goog.string.FORCE_NON_DOM_HTML_UNESCAPING&&"document"in goog.global?goog.string.unescapeEntitiesUsingDom_(e):goog.string.unescapePureXmlEntities_(e):e},goog.string.unescapeEntitiesWithDocument=function(e,t){return goog.string.contains(e,"&")?goog.string.unescapeEntitiesUsingDom_(e,t):e},goog.string.unescapeEntitiesUsingDom_=function(e,t){var n={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"'},r=t?t.createElement("div"):goog.global.document.createElement("div");return e.replace(goog.string.HTML_ENTITY_PATTERN_,function(s,o){var l=n[s];return l||(o.charAt(0)=="#"&&(o=+("0"+o.substr(1)),isNaN(o)||(l=String.fromCharCode(o))),l||(goog.dom.safe.setInnerHtml(r,goog.html.uncheckedconversions.safeHtmlFromStringKnownToSatisfyTypeContract(goog.string.Const.from("Single HTML entity."),s+" ")),l=r.firstChild.nodeValue.slice(0,-1)),n[s]=l)})},goog.string.unescapePureXmlEntities_=function(e){return e.replace(/&([^;]+);/g,function(t,n){switch(n){case"amp":return"&";case"lt":return"<";case"gt":return">";case"quot":return'"';default:return n.charAt(0)!="#"||(n=+("0"+n.substr(1)),isNaN(n))?t:String.fromCharCode(n)}})},goog.string.HTML_ENTITY_PATTERN_=/&([^;\s<&]+);?/g,goog.string.whitespaceEscape=function(e,t){return goog.string.newLineToBr(e.replace(/ /g," &#160;"),t)},goog.string.preserveSpaces=function(e){return e.replace(/(^|[\n ]) /g,"$1"+goog.string.Unicode.NBSP)},goog.string.stripQuotes=function(e,t){for(var n=t.length,r=0;r<n;r++){var s=n==1?t:t.charAt(r);if(e.charAt(0)==s&&e.charAt(e.length-1)==s)return e.substring(1,e.length-1)}return e},goog.string.truncate=function(e,t,n){return n&&(e=goog.string.unescapeEntities(e)),e.length>t&&(e=e.substring(0,t-3)+"..."),n&&(e=goog.string.htmlEscape(e)),e},goog.string.truncateMiddle=function(e,t,n,r){if(n&&(e=goog.string.unescapeEntities(e)),r&&e.length>t){r>t&&(r=t);var s=e.length-r;e=e.substring(0,t-r)+"..."+e.substring(s)}else e.length>t&&(r=Math.floor(t/2),s=e.length-r,e=e.substring(0,r+t%2)+"..."+e.substring(s));return n&&(e=goog.string.htmlEscape(e)),e},goog.string.specialEscapeChars_={"\0":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\x0B",'"':'\\"',"\\":"\\\\","<":"\\u003C"},goog.string.jsEscapeCache_={"'":"\\'"},goog.string.quote=function(e){e=String(e);for(var t=['"'],n=0;n<e.length;n++){var r=e.charAt(n),s=r.charCodeAt(0);t[n+1]=goog.string.specialEscapeChars_[r]||(31<s&&127>s?r:goog.string.escapeChar(r))}return t.push('"'),t.join("")},goog.string.escapeString=function(e){for(var t=[],n=0;n<e.length;n++)t[n]=goog.string.escapeChar(e.charAt(n));return t.join("")},goog.string.escapeChar=function(e){if(e in goog.string.jsEscapeCache_)return goog.string.jsEscapeCache_[e];if(e in goog.string.specialEscapeChars_)return goog.string.jsEscapeCache_[e]=goog.string.specialEscapeChars_[e];var t=e.charCodeAt(0);if(31<t&&127>t)var n=e;else 256>t?(n="\\x",(16>t||256<t)&&(n+="0")):(n="\\u",4096>t&&(n+="0")),n+=t.toString(16).toUpperCase();return goog.string.jsEscapeCache_[e]=n},goog.string.contains=goog.string.internal.contains,goog.string.caseInsensitiveContains=goog.string.internal.caseInsensitiveContains,goog.string.countOf=function(e,t){return e&&t?e.split(t).length-1:0},goog.string.removeAt=function(e,t,n){var r=e;return 0<=t&&t<e.length&&0<n&&(r=e.substr(0,t)+e.substr(t+n,e.length-t-n)),r},goog.string.remove=function(e,t){return e.replace(t,"")},goog.string.removeAll=function(e,t){return t=new RegExp(goog.string.regExpEscape(t),"g"),e.replace(t,"")},goog.string.replaceAll=function(e,t,n){return t=new RegExp(goog.string.regExpEscape(t),"g"),e.replace(t,n.replace(/\$/g,"$$$$"))},goog.string.regExpEscape=function(e){return String(e).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")},goog.string.repeat=String.prototype.repeat?function(e,t){return e.repeat(t)}:function(e,t){return Array(t+1).join(e)},goog.string.padNumber=function(e,t,n){return(n=(e=n!==void 0?e.toFixed(n):String(e)).indexOf("."))==-1&&(n=e.length),goog.string.repeat("0",Math.max(0,t-n))+e},goog.string.makeSafe=function(e){return e==null?"":String(e)},goog.string.buildString=function(e){return Array.prototype.join.call(arguments,"")},goog.string.getRandomString=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^goog.now()).toString(36)},goog.string.compareVersions=goog.string.internal.compareVersions,goog.string.hashCode=function(e){for(var t=0,n=0;n<e.length;++n)t=31*t+e.charCodeAt(n)>>>0;return t},goog.string.uniqueStringCounter_=2147483648*Math.random()|0,goog.string.createUniqueString=function(){return"goog_"+goog.string.uniqueStringCounter_++},goog.string.toNumber=function(e){var t=Number(e);return t==0&&goog.string.isEmptyOrWhitespace(e)?NaN:t},goog.string.isLowerCamelCase=function(e){return/^[a-z]+([A-Z][a-z]*)*$/.test(e)},goog.string.isUpperCamelCase=function(e){return/^([A-Z][a-z]*)+$/.test(e)},goog.string.toCamelCase=function(e){return String(e).replace(/\-([a-z])/g,function(t,n){return n.toUpperCase()})},goog.string.toSelectorCase=function(e){return String(e).replace(/([A-Z])/g,"-$1").toLowerCase()},goog.string.toTitleCase=function(e,t){return t=typeof t=="string"?goog.string.regExpEscape(t):"\\s",e.replace(new RegExp("(^"+(t?"|["+t+"]+":"")+")([a-z])","g"),function(n,r,s){return r+s.toUpperCase()})},goog.string.capitalize=function(e){return String(e.charAt(0)).toUpperCase()+String(e.substr(1)).toLowerCase()},goog.string.parseInt=function(e){return isFinite(e)&&(e=String(e)),typeof e=="string"?/^\s*-?0x/i.test(e)?parseInt(e,16):parseInt(e,10):NaN},goog.string.splitLimit=function(e,t,n){e=e.split(t);for(var r=[];0<n&&e.length;)r.push(e.shift()),n--;return e.length&&r.push(e.join(t)),r},goog.string.lastComponent=function(e,t){if(!t)return e;typeof t=="string"&&(t=[t]);for(var n=-1,r=0;r<t.length;r++)if(t[r]!=""){var s=e.lastIndexOf(t[r]);s>n&&(n=s)}return n==-1?e:e.slice(n+1)},goog.string.editDistance=function(e,t){var n=[],r=[];if(e==t)return 0;if(!e.length||!t.length)return Math.max(e.length,t.length);for(var s=0;s<t.length+1;s++)n[s]=s;for(s=0;s<e.length;s++){r[0]=s+1;for(var o=0;o<t.length;o++)r[o+1]=Math.min(r[o]+1,n[o+1]+1,n[o]+ +(e[s]!=t[o]));for(o=0;o<n.length;o++)n[o]=r[o]}return r[t.length]},goog.labs.userAgent.engine={},goog.labs.userAgent.engine.isPresto=function(){return goog.labs.userAgent.util.matchUserAgent("Presto")},goog.labs.userAgent.engine.isTrident=function(){return goog.labs.userAgent.util.matchUserAgent("Trident")||goog.labs.userAgent.util.matchUserAgent("MSIE")},goog.labs.userAgent.engine.isEdge=function(){return goog.labs.userAgent.util.matchUserAgent("Edge")},goog.labs.userAgent.engine.isWebKit=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("WebKit")&&!goog.labs.userAgent.engine.isEdge()},goog.labs.userAgent.engine.isGecko=function(){return goog.labs.userAgent.util.matchUserAgent("Gecko")&&!goog.labs.userAgent.engine.isWebKit()&&!goog.labs.userAgent.engine.isTrident()&&!goog.labs.userAgent.engine.isEdge()},goog.labs.userAgent.engine.getVersion=function(){var e=goog.labs.userAgent.util.getUserAgent();if(e){e=goog.labs.userAgent.util.extractVersionTuples(e);var t,n=goog.labs.userAgent.engine.getEngineTuple_(e);if(n)return n[0]=="Gecko"?goog.labs.userAgent.engine.getVersionForKey_(e,"Firefox"):n[1];if((e=e[0])&&(t=e[2])&&(t=/Trident\/([^\s;]+)/.exec(t)))return t[1]}return""},goog.labs.userAgent.engine.getEngineTuple_=function(e){if(!goog.labs.userAgent.engine.isEdge())return e[1];for(var t=0;t<e.length;t++){var n=e[t];if(n[0]=="Edge")return n}},goog.labs.userAgent.engine.isVersionOrHigher=function(e){return 0<=goog.string.compareVersions(goog.labs.userAgent.engine.getVersion(),e)},goog.labs.userAgent.engine.getVersionForKey_=function(e,t){return(e=goog.array.find(e,function(n){return t==n[0]}))&&e[1]||""},goog.labs.userAgent.platform={},goog.labs.userAgent.platform.isAndroid=function(){return goog.labs.userAgent.util.matchUserAgent("Android")},goog.labs.userAgent.platform.isIpod=function(){return goog.labs.userAgent.util.matchUserAgent("iPod")},goog.labs.userAgent.platform.isIphone=function(){return goog.labs.userAgent.util.matchUserAgent("iPhone")&&!goog.labs.userAgent.util.matchUserAgent("iPod")&&!goog.labs.userAgent.util.matchUserAgent("iPad")},goog.labs.userAgent.platform.isIpad=function(){return goog.labs.userAgent.util.matchUserAgent("iPad")},goog.labs.userAgent.platform.isIos=function(){return goog.labs.userAgent.platform.isIphone()||goog.labs.userAgent.platform.isIpad()||goog.labs.userAgent.platform.isIpod()},goog.labs.userAgent.platform.isMacintosh=function(){return goog.labs.userAgent.util.matchUserAgent("Macintosh")},goog.labs.userAgent.platform.isLinux=function(){return goog.labs.userAgent.util.matchUserAgent("Linux")},goog.labs.userAgent.platform.isWindows=function(){return goog.labs.userAgent.util.matchUserAgent("Windows")},goog.labs.userAgent.platform.isChromeOS=function(){return goog.labs.userAgent.util.matchUserAgent("CrOS")},goog.labs.userAgent.platform.isChromecast=function(){return goog.labs.userAgent.util.matchUserAgent("CrKey")},goog.labs.userAgent.platform.isKaiOS=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("KaiOS")},goog.labs.userAgent.platform.getVersion=function(){var e=goog.labs.userAgent.util.getUserAgent(),t="";return goog.labs.userAgent.platform.isWindows()?t=(e=(t=/Windows (?:NT|Phone) ([0-9.]+)/).exec(e))?e[1]:"0.0":goog.labs.userAgent.platform.isIos()?t=(e=(t=/(?:iPhone|iPod|iPad|CPU)\s+OS\s+(\S+)/).exec(e))&&e[1].replace(/_/g,"."):goog.labs.userAgent.platform.isMacintosh()?t=(e=(t=/Mac OS X ([0-9_.]+)/).exec(e))?e[1].replace(/_/g,"."):"10":goog.labs.userAgent.platform.isKaiOS()?t=(e=(t=/(?:KaiOS)\/(\S+)/i).exec(e))&&e[1]:goog.labs.userAgent.platform.isAndroid()?t=(e=(t=/Android\s+([^\);]+)(\)|;)/).exec(e))&&e[1]:goog.labs.userAgent.platform.isChromeOS()&&(t=(e=(t=/(?:CrOS\s+(?:i686|x86_64)\s+([0-9.]+))/).exec(e))&&e[1]),t||""},goog.labs.userAgent.platform.isVersionOrHigher=function(e){return 0<=goog.string.compareVersions(goog.labs.userAgent.platform.getVersion(),e)},goog.reflect={},goog.reflect.object=function(e,t){return t},goog.reflect.objectProperty=function(e,t){return e},goog.reflect.sinkValue=function(e){return goog.reflect.sinkValue[" "](e),e},goog.reflect.sinkValue[" "]=goog.nullFunction,goog.reflect.canAccessProperty=function(e,t){try{return goog.reflect.sinkValue(e[t]),!0}catch{}return!1},goog.reflect.cache=function(e,t,n,r){return r=r?r(t):t,Object.prototype.hasOwnProperty.call(e,r)?e[r]:e[r]=n(t)},goog.userAgent={},goog.userAgent.ASSUME_IE=!1,goog.userAgent.ASSUME_EDGE=!1,goog.userAgent.ASSUME_GECKO=!1,goog.userAgent.ASSUME_WEBKIT=!1,goog.userAgent.ASSUME_MOBILE_WEBKIT=!1,goog.userAgent.ASSUME_OPERA=!1,goog.userAgent.ASSUME_ANY_VERSION=!1,goog.userAgent.BROWSER_KNOWN_=goog.userAgent.ASSUME_IE||goog.userAgent.ASSUME_EDGE||goog.userAgent.ASSUME_GECKO||goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_OPERA,goog.userAgent.getUserAgentString=function(){return goog.labs.userAgent.util.getUserAgent()},goog.userAgent.getNavigatorTyped=function(){return goog.global.navigator||null},goog.userAgent.getNavigator=function(){return goog.userAgent.getNavigatorTyped()},goog.userAgent.OPERA=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_OPERA:goog.labs.userAgent.browser.isOpera(),goog.userAgent.IE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_IE:goog.labs.userAgent.browser.isIE(),goog.userAgent.EDGE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_EDGE:goog.labs.userAgent.engine.isEdge(),goog.userAgent.EDGE_OR_IE=goog.userAgent.EDGE||goog.userAgent.IE,goog.userAgent.GECKO=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_GECKO:goog.labs.userAgent.engine.isGecko(),goog.userAgent.WEBKIT=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_MOBILE_WEBKIT:goog.labs.userAgent.engine.isWebKit(),goog.userAgent.isMobile_=function(){return goog.userAgent.WEBKIT&&goog.labs.userAgent.util.matchUserAgent("Mobile")},goog.userAgent.MOBILE=goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.isMobile_(),goog.userAgent.SAFARI=goog.userAgent.WEBKIT,goog.userAgent.determinePlatform_=function(){var e=goog.userAgent.getNavigatorTyped();return e&&e.platform||""},goog.userAgent.PLATFORM=goog.userAgent.determinePlatform_(),goog.userAgent.ASSUME_MAC=!1,goog.userAgent.ASSUME_WINDOWS=!1,goog.userAgent.ASSUME_LINUX=!1,goog.userAgent.ASSUME_X11=!1,goog.userAgent.ASSUME_ANDROID=!1,goog.userAgent.ASSUME_IPHONE=!1,goog.userAgent.ASSUME_IPAD=!1,goog.userAgent.ASSUME_IPOD=!1,goog.userAgent.ASSUME_KAIOS=!1,goog.userAgent.PLATFORM_KNOWN_=goog.userAgent.ASSUME_MAC||goog.userAgent.ASSUME_WINDOWS||goog.userAgent.ASSUME_LINUX||goog.userAgent.ASSUME_X11||goog.userAgent.ASSUME_ANDROID||goog.userAgent.ASSUME_IPHONE||goog.userAgent.ASSUME_IPAD||goog.userAgent.ASSUME_IPOD,goog.userAgent.MAC=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_MAC:goog.labs.userAgent.platform.isMacintosh(),goog.userAgent.WINDOWS=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_WINDOWS:goog.labs.userAgent.platform.isWindows(),goog.userAgent.isLegacyLinux_=function(){return goog.labs.userAgent.platform.isLinux()||goog.labs.userAgent.platform.isChromeOS()},goog.userAgent.LINUX=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_LINUX:goog.userAgent.isLegacyLinux_(),goog.userAgent.isX11_=function(){var e=goog.userAgent.getNavigatorTyped();return!!e&&goog.string.contains(e.appVersion||"","X11")},goog.userAgent.X11=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_X11:goog.userAgent.isX11_(),goog.userAgent.ANDROID=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_ANDROID:goog.labs.userAgent.platform.isAndroid(),goog.userAgent.IPHONE=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_IPHONE:goog.labs.userAgent.platform.isIphone(),goog.userAgent.IPAD=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_IPAD:goog.labs.userAgent.platform.isIpad(),goog.userAgent.IPOD=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_IPOD:goog.labs.userAgent.platform.isIpod(),goog.userAgent.IOS=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_IPHONE||goog.userAgent.ASSUME_IPAD||goog.userAgent.ASSUME_IPOD:goog.labs.userAgent.platform.isIos(),goog.userAgent.KAIOS=goog.userAgent.PLATFORM_KNOWN_?goog.userAgent.ASSUME_KAIOS:goog.labs.userAgent.platform.isKaiOS(),goog.userAgent.determineVersion_=function(){var e="",t=goog.userAgent.getVersionRegexResult_();return t&&(e=t?t[1]:""),goog.userAgent.IE&&(t=goog.userAgent.getDocumentMode_())!=null&&t>parseFloat(e)?String(t):e},goog.userAgent.getVersionRegexResult_=function(){var e=goog.userAgent.getUserAgentString();return goog.userAgent.GECKO?/rv:([^\);]+)(\)|;)/.exec(e):goog.userAgent.EDGE?/Edge\/([\d\.]+)/.exec(e):goog.userAgent.IE?/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(e):goog.userAgent.WEBKIT?/WebKit\/(\S+)/.exec(e):goog.userAgent.OPERA?/(?:Version)[ \/]?(\S+)/.exec(e):void 0},goog.userAgent.getDocumentMode_=function(){var e=goog.global.document;return e?e.documentMode:void 0},goog.userAgent.VERSION=goog.userAgent.determineVersion_(),goog.userAgent.compare=function(e,t){return goog.string.compareVersions(e,t)},goog.userAgent.isVersionOrHigherCache_={},goog.userAgent.isVersionOrHigher=function(e){return goog.userAgent.ASSUME_ANY_VERSION||goog.reflect.cache(goog.userAgent.isVersionOrHigherCache_,e,function(){return 0<=goog.string.compareVersions(goog.userAgent.VERSION,e)})},goog.userAgent.isVersion=goog.userAgent.isVersionOrHigher,goog.userAgent.isDocumentModeOrHigher=function(e){return Number(goog.userAgent.DOCUMENT_MODE)>=e},goog.userAgent.isDocumentMode=goog.userAgent.isDocumentModeOrHigher,goog.userAgent.DOCUMENT_MODE=function(){if(goog.global.document&&goog.userAgent.IE)return goog.userAgent.getDocumentMode_()||parseInt(goog.userAgent.VERSION,10)||void 0}(),goog.userAgent.product={},goog.userAgent.product.ASSUME_FIREFOX=!1,goog.userAgent.product.ASSUME_IPHONE=!1,goog.userAgent.product.ASSUME_IPAD=!1,goog.userAgent.product.ASSUME_ANDROID=!1,goog.userAgent.product.ASSUME_CHROME=!1,goog.userAgent.product.ASSUME_SAFARI=!1,goog.userAgent.product.PRODUCT_KNOWN_=goog.userAgent.ASSUME_IE||goog.userAgent.ASSUME_EDGE||goog.userAgent.ASSUME_OPERA||goog.userAgent.product.ASSUME_FIREFOX||goog.userAgent.product.ASSUME_IPHONE||goog.userAgent.product.ASSUME_IPAD||goog.userAgent.product.ASSUME_ANDROID||goog.userAgent.product.ASSUME_CHROME||goog.userAgent.product.ASSUME_SAFARI,goog.userAgent.product.OPERA=goog.userAgent.OPERA,goog.userAgent.product.IE=goog.userAgent.IE,goog.userAgent.product.EDGE=goog.userAgent.EDGE,goog.userAgent.product.FIREFOX=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_FIREFOX:goog.labs.userAgent.browser.isFirefox(),goog.userAgent.product.isIphoneOrIpod_=function(){return goog.labs.userAgent.platform.isIphone()||goog.labs.userAgent.platform.isIpod()},goog.userAgent.product.IPHONE=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_IPHONE:goog.userAgent.product.isIphoneOrIpod_(),goog.userAgent.product.IPAD=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_IPAD:goog.labs.userAgent.platform.isIpad(),goog.userAgent.product.ANDROID=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_ANDROID:goog.labs.userAgent.browser.isAndroidBrowser(),goog.userAgent.product.CHROME=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_CHROME:goog.labs.userAgent.browser.isChrome(),goog.userAgent.product.isSafariDesktop_=function(){return goog.labs.userAgent.browser.isSafari()&&!goog.labs.userAgent.platform.isIos()},goog.userAgent.product.SAFARI=goog.userAgent.product.PRODUCT_KNOWN_?goog.userAgent.product.ASSUME_SAFARI:goog.userAgent.product.isSafariDesktop_(),goog.crypt.base64={},goog.crypt.base64.DEFAULT_ALPHABET_COMMON_="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",goog.crypt.base64.ENCODED_VALS=goog.crypt.base64.DEFAULT_ALPHABET_COMMON_+"+/=",goog.crypt.base64.ENCODED_VALS_WEBSAFE=goog.crypt.base64.DEFAULT_ALPHABET_COMMON_+"-_.",goog.crypt.base64.Alphabet={DEFAULT:0,NO_PADDING:1,WEBSAFE:2,WEBSAFE_DOT_PADDING:3,WEBSAFE_NO_PADDING:4},goog.crypt.base64.paddingChars_="=.",goog.crypt.base64.isPadding_=function(e){return goog.string.contains(goog.crypt.base64.paddingChars_,e)},goog.crypt.base64.byteToCharMaps_={},goog.crypt.base64.charToByteMap_=null,goog.crypt.base64.ASSUME_NATIVE_SUPPORT_=goog.userAgent.GECKO||goog.userAgent.WEBKIT&&!goog.userAgent.product.SAFARI||goog.userAgent.OPERA,goog.crypt.base64.HAS_NATIVE_ENCODE_=goog.crypt.base64.ASSUME_NATIVE_SUPPORT_||typeof goog.global.btoa=="function",goog.crypt.base64.HAS_NATIVE_DECODE_=goog.crypt.base64.ASSUME_NATIVE_SUPPORT_||!goog.userAgent.product.SAFARI&&!goog.userAgent.IE&&typeof goog.global.atob=="function",goog.crypt.base64.encodeByteArray=function(e,t){goog.asserts.assert(goog.isArrayLike(e),"encodeByteArray takes an array as a parameter"),t===void 0&&(t=goog.crypt.base64.Alphabet.DEFAULT),goog.crypt.base64.init_(),t=goog.crypt.base64.byteToCharMaps_[t];for(var n=[],r=0;r<e.length;r+=3){var s=e[r],o=r+1<e.length,l=o?e[r+1]:0,u=r+2<e.length,c=u?e[r+2]:0,d=s>>2;s=(3&s)<<4|l>>4,l=(15&l)<<2|c>>6,c&=63,u||(c=64,o||(l=64)),n.push(t[d],t[s],t[l]||"",t[c]||"")}return n.join("")},goog.crypt.base64.encodeString=function(e,t){return goog.crypt.base64.HAS_NATIVE_ENCODE_&&!t?goog.global.btoa(e):goog.crypt.base64.encodeByteArray(goog.crypt.stringToByteArray(e),t)},goog.crypt.base64.decodeString=function(e,t){if(goog.crypt.base64.HAS_NATIVE_DECODE_&&!t)return goog.global.atob(e);var n="";return goog.crypt.base64.decodeStringInternal_(e,function(r){n+=String.fromCharCode(r)}),n},goog.crypt.base64.decodeStringToByteArray=function(e,t){var n=[];return goog.crypt.base64.decodeStringInternal_(e,function(r){n.push(r)}),n},goog.crypt.base64.decodeStringToUint8Array=function(e){goog.asserts.assert(!goog.userAgent.IE||goog.userAgent.isVersionOrHigher("10"),"Browser does not support typed arrays");var t=e.length,n=3*t/4;n%3?n=Math.floor(n):goog.crypt.base64.isPadding_(e[t-1])&&(n=goog.crypt.base64.isPadding_(e[t-2])?n-2:n-1);var r=new Uint8Array(n),s=0;return goog.crypt.base64.decodeStringInternal_(e,function(o){r[s++]=o}),r.subarray(0,s)},goog.crypt.base64.decodeStringInternal_=function(e,t){function n(c){for(;r<e.length;){var d=e.charAt(r++),h=goog.crypt.base64.charToByteMap_[d];if(h!=null)return h;if(!goog.string.isEmptyOrWhitespace(d))throw Error("Unknown base64 encoding at char: "+d)}return c}goog.crypt.base64.init_();for(var r=0;;){var s=n(-1),o=n(0),l=n(64),u=n(64);if(u===64&&s===-1)break;t(s<<2|o>>4),l!=64&&(t(o<<4&240|l>>2),u!=64&&t(l<<6&192|u))}},goog.crypt.base64.init_=function(){if(!goog.crypt.base64.charToByteMap_){goog.crypt.base64.charToByteMap_={};for(var e=goog.crypt.base64.DEFAULT_ALPHABET_COMMON_.split(""),t=["+/=","+/","-_=","-_.","-_"],n=0;5>n;n++){var r=e.concat(t[n].split(""));goog.crypt.base64.byteToCharMaps_[n]=r;for(var s=0;s<r.length;s++){var o=r[s],l=goog.crypt.base64.charToByteMap_[o];l===void 0?goog.crypt.base64.charToByteMap_[o]=s:goog.asserts.assert(l===s)}}}},jspb.utils={},jspb.utils.split64Low=0,jspb.utils.split64High=0,jspb.utils.splitUint64=function(e){var t=e>>>0;e=Math.floor((e-t)/jspb.BinaryConstants.TWO_TO_32)>>>0,jspb.utils.split64Low=t,jspb.utils.split64High=e},jspb.utils.splitInt64=function(e){var t=0>e,n=(e=Math.abs(e))>>>0;e=Math.floor((e-n)/jspb.BinaryConstants.TWO_TO_32),e>>>=0,t&&(e=~e>>>0,4294967295<(n=1+(~n>>>0))&&(n=0,4294967295<++e&&(e=0))),jspb.utils.split64Low=n,jspb.utils.split64High=e},jspb.utils.splitZigzag64=function(e){var t=0>e;e=2*Math.abs(e),jspb.utils.splitUint64(e),e=jspb.utils.split64Low;var n=jspb.utils.split64High;t&&(e==0?n==0?n=e=4294967295:(n--,e=4294967295):e--),jspb.utils.split64Low=e,jspb.utils.split64High=n},jspb.utils.splitFloat32=function(e){var t=0>e?1:0;if((e=t?-e:e)===0)0<1/e?(jspb.utils.split64High=0,jspb.utils.split64Low=0):(jspb.utils.split64High=0,jspb.utils.split64Low=2147483648);else if(isNaN(e))jspb.utils.split64High=0,jspb.utils.split64Low=2147483647;else if(e>jspb.BinaryConstants.FLOAT32_MAX)jspb.utils.split64High=0,jspb.utils.split64Low=(t<<31|2139095040)>>>0;else if(e<jspb.BinaryConstants.FLOAT32_MIN)e=Math.round(e/Math.pow(2,-149)),jspb.utils.split64High=0,jspb.utils.split64Low=(t<<31|e)>>>0;else{var n=Math.floor(Math.log(e)/Math.LN2);e*=Math.pow(2,-n),16777216<=(e=Math.round(e*jspb.BinaryConstants.TWO_TO_23))&&++n,jspb.utils.split64High=0,jspb.utils.split64Low=(t<<31|n+127<<23|8388607&e)>>>0}},jspb.utils.splitFloat64=function(e){var t=0>e?1:0;if((e=t?-e:e)===0)jspb.utils.split64High=0<1/e?0:2147483648,jspb.utils.split64Low=0;else if(isNaN(e))jspb.utils.split64High=2147483647,jspb.utils.split64Low=4294967295;else if(e>jspb.BinaryConstants.FLOAT64_MAX)jspb.utils.split64High=(t<<31|2146435072)>>>0,jspb.utils.split64Low=0;else if(e<jspb.BinaryConstants.FLOAT64_MIN){var n=e/Math.pow(2,-1074);e=n/jspb.BinaryConstants.TWO_TO_32,jspb.utils.split64High=(t<<31|e)>>>0,jspb.utils.split64Low=n>>>0}else{var r=0;if(2<=(n=e))for(;2<=n&&1023>r;)r++,n/=2;else for(;1>n&&-1022<r;)n*=2,r--;e=(n=e*Math.pow(2,-r))*jspb.BinaryConstants.TWO_TO_20&1048575,n=n*jspb.BinaryConstants.TWO_TO_52>>>0,jspb.utils.split64High=(t<<31|r+1023<<20|e)>>>0,jspb.utils.split64Low=n}},jspb.utils.splitHash64=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),s=e.charCodeAt(3),o=e.charCodeAt(4),l=e.charCodeAt(5),u=e.charCodeAt(6);e=e.charCodeAt(7),jspb.utils.split64Low=t+(n<<8)+(r<<16)+(s<<24)>>>0,jspb.utils.split64High=o+(l<<8)+(u<<16)+(e<<24)>>>0},jspb.utils.joinUint64=function(e,t){return t*jspb.BinaryConstants.TWO_TO_32+(e>>>0)},jspb.utils.joinInt64=function(e,t){var n=2147483648&t;return n&&(t=~t>>>0,(e=1+~e>>>0)==0&&(t=t+1>>>0)),e=jspb.utils.joinUint64(e,t),n?-e:e},jspb.utils.toZigzag64=function(e,t,n){var r=t>>31;return n(e<<1^r,(t<<1|e>>>31)^r)},jspb.utils.joinZigzag64=function(e,t){return jspb.utils.fromZigzag64(e,t,jspb.utils.joinInt64)},jspb.utils.fromZigzag64=function(e,t,n){var r=-(1&e);return n((e>>>1|t<<31)^r,t>>>1^r)},jspb.utils.joinFloat32=function(e,t){t=2*(e>>31)+1;var n=e>>>23&255;return e&=8388607,n==255?e?NaN:1/0*t:n==0?t*Math.pow(2,-149)*e:t*Math.pow(2,n-150)*(e+Math.pow(2,23))},jspb.utils.joinFloat64=function(e,t){var n=2*(t>>31)+1,r=t>>>20&2047;return e=jspb.BinaryConstants.TWO_TO_32*(1048575&t)+e,r==2047?e?NaN:1/0*n:r==0?n*Math.pow(2,-1074)*e:n*Math.pow(2,r-1075)*(e+jspb.BinaryConstants.TWO_TO_52)},jspb.utils.joinHash64=function(e,t){return String.fromCharCode(e>>>0&255,e>>>8&255,e>>>16&255,e>>>24&255,t>>>0&255,t>>>8&255,t>>>16&255,t>>>24&255)},jspb.utils.DIGITS="0123456789abcdef".split(""),jspb.utils.ZERO_CHAR_CODE_=48,jspb.utils.A_CHAR_CODE_=97,jspb.utils.joinUnsignedDecimalString=function(e,t){function n(s,o){return s=s?String(s):"",o?"0000000".slice(s.length)+s:s}if(2097151>=t)return""+jspb.utils.joinUint64(e,t);var r=(e>>>24|t<<8)>>>0&16777215;return e=(16777215&e)+6777216*r+6710656*(t=t>>16&65535),r+=8147497*t,t*=2,1e7<=e&&(r+=Math.floor(e/1e7),e%=1e7),1e7<=r&&(t+=Math.floor(r/1e7),r%=1e7),n(t,0)+n(r,t)+n(e,1)},jspb.utils.joinSignedDecimalString=function(e,t){var n=2147483648&t;return n&&(t=~t+((e=1+~e>>>0)==0?1:0)>>>0),e=jspb.utils.joinUnsignedDecimalString(e,t),n?"-"+e:e},jspb.utils.hash64ToDecimalString=function(e,t){jspb.utils.splitHash64(e),e=jspb.utils.split64Low;var n=jspb.utils.split64High;return t?jspb.utils.joinSignedDecimalString(e,n):jspb.utils.joinUnsignedDecimalString(e,n)},jspb.utils.hash64ArrayToDecimalStrings=function(e,t){for(var n=Array(e.length),r=0;r<e.length;r++)n[r]=jspb.utils.hash64ToDecimalString(e[r],t);return n},jspb.utils.decimalStringToHash64=function(e){function t(o,l){for(var u=0;8>u&&(o!==1||0<l);u++)l=o*r[u]+l,r[u]=255&l,l>>>=8}jspb.asserts.assert(0<e.length);var n=!1;e[0]==="-"&&(n=!0,e=e.slice(1));for(var r=[0,0,0,0,0,0,0,0],s=0;s<e.length;s++)t(10,e.charCodeAt(s)-jspb.utils.ZERO_CHAR_CODE_);return n&&(function(){for(var o=0;8>o;o++)r[o]=255&~r[o]}(),t(1,1)),goog.crypt.byteArrayToString(r)},jspb.utils.splitDecimalString=function(e){jspb.utils.splitHash64(jspb.utils.decimalStringToHash64(e))},jspb.utils.toHexDigit_=function(e){return String.fromCharCode(10>e?jspb.utils.ZERO_CHAR_CODE_+e:jspb.utils.A_CHAR_CODE_-10+e)},jspb.utils.fromHexCharCode_=function(e){return e>=jspb.utils.A_CHAR_CODE_?e-jspb.utils.A_CHAR_CODE_+10:e-jspb.utils.ZERO_CHAR_CODE_},jspb.utils.hash64ToHexString=function(e){var t=Array(18);t[0]="0",t[1]="x";for(var n=0;8>n;n++){var r=e.charCodeAt(7-n);t[2*n+2]=jspb.utils.toHexDigit_(r>>4),t[2*n+3]=jspb.utils.toHexDigit_(15&r)}return t.join("")},jspb.utils.hexStringToHash64=function(e){e=e.toLowerCase(),jspb.asserts.assert(e.length==18),jspb.asserts.assert(e[0]=="0"),jspb.asserts.assert(e[1]=="x");for(var t="",n=0;8>n;n++){var r=jspb.utils.fromHexCharCode_(e.charCodeAt(2*n+2)),s=jspb.utils.fromHexCharCode_(e.charCodeAt(2*n+3));t=String.fromCharCode(16*r+s)+t}return t},jspb.utils.hash64ToNumber=function(e,t){jspb.utils.splitHash64(e),e=jspb.utils.split64Low;var n=jspb.utils.split64High;return t?jspb.utils.joinInt64(e,n):jspb.utils.joinUint64(e,n)},jspb.utils.numberToHash64=function(e){return jspb.utils.splitInt64(e),jspb.utils.joinHash64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.utils.countVarints=function(e,t,n){for(var r=0,s=t;s<n;s++)r+=e[s]>>7;return n-t-r},jspb.utils.countVarintFields=function(e,t,n,r){var s=0;if(128>(r=8*r+jspb.BinaryConstants.WireType.VARINT))for(;t<n&&e[t++]==r;)for(s++;;){var o=e[t++];if(!(128&o))break}else for(;t<n;){for(o=r;128<o;){if(e[t]!=(127&o|128))return s;t++,o>>=7}if(e[t++]!=o)break;for(s++;128&(o=e[t++]););}return s},jspb.utils.countFixedFields_=function(e,t,n,r,s){var o=0;if(128>r)for(;t<n&&e[t++]==r;)o++,t+=s;else for(;t<n;){for(var l=r;128<l;){if(e[t++]!=(127&l|128))return o;l>>=7}if(e[t++]!=l)break;o++,t+=s}return o},jspb.utils.countFixed32Fields=function(e,t,n,r){return jspb.utils.countFixedFields_(e,t,n,8*r+jspb.BinaryConstants.WireType.FIXED32,4)},jspb.utils.countFixed64Fields=function(e,t,n,r){return jspb.utils.countFixedFields_(e,t,n,8*r+jspb.BinaryConstants.WireType.FIXED64,8)},jspb.utils.countDelimitedFields=function(e,t,n,r){var s=0;for(r=8*r+jspb.BinaryConstants.WireType.DELIMITED;t<n;){for(var o=r;128<o;){if(e[t++]!=(127&o|128))return s;o>>=7}if(e[t++]!=o)break;s++;for(var l=0,u=1;l+=(127&(o=e[t++]))*u,u*=128,128&o;);t+=l}return s},jspb.utils.debugBytesToTextFormat=function(e){var t='"';if(e){e=jspb.utils.byteSourceToUint8Array(e);for(var n=0;n<e.length;n++)t+="\\x",16>e[n]&&(t+="0"),t+=e[n].toString(16)}return t+'"'},jspb.utils.debugScalarToTextFormat=function(e){return typeof e=="string"?goog.string.quote(e):e.toString()},jspb.utils.stringToByteArray=function(e){for(var t=new Uint8Array(e.length),n=0;n<e.length;n++){var r=e.charCodeAt(n);if(255<r)throw Error("Conversion error: string contains codepoint outside of byte range");t[n]=r}return t},jspb.utils.byteSourceToUint8Array=function(e){return e.constructor===Uint8Array?e:e.constructor===ArrayBuffer||e.constructor===Array?new Uint8Array(e):e.constructor===String?goog.crypt.base64.decodeStringToUint8Array(e):e instanceof Uint8Array?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):(jspb.asserts.fail("Type not convertible to Uint8Array."),new Uint8Array(0))},jspb.BinaryDecoder=function(e,t,n){this.bytes_=null,this.cursor_=this.end_=this.start_=0,this.error_=!1,e&&this.setBlock(e,t,n)},jspb.BinaryDecoder.instanceCache_=[],jspb.BinaryDecoder.alloc=function(e,t,n){if(jspb.BinaryDecoder.instanceCache_.length){var r=jspb.BinaryDecoder.instanceCache_.pop();return e&&r.setBlock(e,t,n),r}return new jspb.BinaryDecoder(e,t,n)},jspb.BinaryDecoder.prototype.free=function(){this.clear(),100>jspb.BinaryDecoder.instanceCache_.length&&jspb.BinaryDecoder.instanceCache_.push(this)},jspb.BinaryDecoder.prototype.clone=function(){return jspb.BinaryDecoder.alloc(this.bytes_,this.start_,this.end_-this.start_)},jspb.BinaryDecoder.prototype.clear=function(){this.bytes_=null,this.cursor_=this.end_=this.start_=0,this.error_=!1},jspb.BinaryDecoder.prototype.getBuffer=function(){return this.bytes_},jspb.BinaryDecoder.prototype.setBlock=function(e,t,n){this.bytes_=jspb.utils.byteSourceToUint8Array(e),this.start_=t!==void 0?t:0,this.end_=n!==void 0?this.start_+n:this.bytes_.length,this.cursor_=this.start_},jspb.BinaryDecoder.prototype.getEnd=function(){return this.end_},jspb.BinaryDecoder.prototype.setEnd=function(e){this.end_=e},jspb.BinaryDecoder.prototype.reset=function(){this.cursor_=this.start_},jspb.BinaryDecoder.prototype.getCursor=function(){return this.cursor_},jspb.BinaryDecoder.prototype.setCursor=function(e){this.cursor_=e},jspb.BinaryDecoder.prototype.advance=function(e){this.cursor_+=e,jspb.asserts.assert(this.cursor_<=this.end_)},jspb.BinaryDecoder.prototype.atEnd=function(){return this.cursor_==this.end_},jspb.BinaryDecoder.prototype.pastEnd=function(){return this.cursor_>this.end_},jspb.BinaryDecoder.prototype.getError=function(){return this.error_||0>this.cursor_||this.cursor_>this.end_},jspb.BinaryDecoder.prototype.readSplitVarint64=function(e){for(var t=128,n=0,r=0,s=0;4>s&&128<=t;s++)n|=(127&(t=this.bytes_[this.cursor_++]))<<7*s;if(128<=t&&(n|=(127&(t=this.bytes_[this.cursor_++]))<<28,r|=(127&t)>>4),128<=t)for(s=0;5>s&&128<=t;s++)r|=(127&(t=this.bytes_[this.cursor_++]))<<7*s+3;if(128>t)return e(n>>>0,r>>>0);jspb.asserts.fail("Failed to read varint, encoding is invalid."),this.error_=!0},jspb.BinaryDecoder.prototype.readSplitZigzagVarint64=function(e){return this.readSplitVarint64(function(t,n){return jspb.utils.fromZigzag64(t,n,e)})},jspb.BinaryDecoder.prototype.readSplitFixed64=function(e){var t=this.bytes_,n=this.cursor_;this.cursor_+=8;for(var r=0,s=0,o=n+7;o>=n;o--)r=r<<8|t[o],s=s<<8|t[o+4];return e(r,s)},jspb.BinaryDecoder.prototype.skipVarint=function(){for(;128&this.bytes_[this.cursor_];)this.cursor_++;this.cursor_++},jspb.BinaryDecoder.prototype.unskipVarint=function(e){for(;128<e;)this.cursor_--,e>>>=7;this.cursor_--},jspb.BinaryDecoder.prototype.readUnsignedVarint32=function(){var e=this.bytes_,t=e[this.cursor_+0],n=127&t;return 128>t?(this.cursor_+=1,jspb.asserts.assert(this.cursor_<=this.end_),n):(n|=(127&(t=e[this.cursor_+1]))<<7,128>t?(this.cursor_+=2,jspb.asserts.assert(this.cursor_<=this.end_),n):(n|=(127&(t=e[this.cursor_+2]))<<14,128>t?(this.cursor_+=3,jspb.asserts.assert(this.cursor_<=this.end_),n):(n|=(127&(t=e[this.cursor_+3]))<<21,128>t?(this.cursor_+=4,jspb.asserts.assert(this.cursor_<=this.end_),n):(n|=(15&(t=e[this.cursor_+4]))<<28,128>t?(this.cursor_+=5,jspb.asserts.assert(this.cursor_<=this.end_),n>>>0):(this.cursor_+=5,128<=e[this.cursor_++]&&128<=e[this.cursor_++]&&128<=e[this.cursor_++]&&128<=e[this.cursor_++]&&128<=e[this.cursor_++]&&jspb.asserts.assert(!1),jspb.asserts.assert(this.cursor_<=this.end_),n)))))},jspb.BinaryDecoder.prototype.readSignedVarint32=function(){return~~this.readUnsignedVarint32()},jspb.BinaryDecoder.prototype.readUnsignedVarint32String=function(){return this.readUnsignedVarint32().toString()},jspb.BinaryDecoder.prototype.readSignedVarint32String=function(){return this.readSignedVarint32().toString()},jspb.BinaryDecoder.prototype.readZigzagVarint32=function(){var e=this.readUnsignedVarint32();return e>>>1^-(1&e)},jspb.BinaryDecoder.prototype.readUnsignedVarint64=function(){return this.readSplitVarint64(jspb.utils.joinUint64)},jspb.BinaryDecoder.prototype.readUnsignedVarint64String=function(){return this.readSplitVarint64(jspb.utils.joinUnsignedDecimalString)},jspb.BinaryDecoder.prototype.readSignedVarint64=function(){return this.readSplitVarint64(jspb.utils.joinInt64)},jspb.BinaryDecoder.prototype.readSignedVarint64String=function(){return this.readSplitVarint64(jspb.utils.joinSignedDecimalString)},jspb.BinaryDecoder.prototype.readZigzagVarint64=function(){return this.readSplitVarint64(jspb.utils.joinZigzag64)},jspb.BinaryDecoder.prototype.readZigzagVarintHash64=function(){return this.readSplitZigzagVarint64(jspb.utils.joinHash64)},jspb.BinaryDecoder.prototype.readZigzagVarint64String=function(){return this.readSplitZigzagVarint64(jspb.utils.joinSignedDecimalString)},jspb.BinaryDecoder.prototype.readUint8=function(){var e=this.bytes_[this.cursor_+0];return this.cursor_+=1,jspb.asserts.assert(this.cursor_<=this.end_),e},jspb.BinaryDecoder.prototype.readUint16=function(){var e=this.bytes_[this.cursor_+0],t=this.bytes_[this.cursor_+1];return this.cursor_+=2,jspb.asserts.assert(this.cursor_<=this.end_),e|t<<8},jspb.BinaryDecoder.prototype.readUint32=function(){var e=this.bytes_[this.cursor_+0],t=this.bytes_[this.cursor_+1],n=this.bytes_[this.cursor_+2],r=this.bytes_[this.cursor_+3];return this.cursor_+=4,jspb.asserts.assert(this.cursor_<=this.end_),(e|t<<8|n<<16|r<<24)>>>0},jspb.BinaryDecoder.prototype.readUint64=function(){var e=this.readUint32(),t=this.readUint32();return jspb.utils.joinUint64(e,t)},jspb.BinaryDecoder.prototype.readUint64String=function(){var e=this.readUint32(),t=this.readUint32();return jspb.utils.joinUnsignedDecimalString(e,t)},jspb.BinaryDecoder.prototype.readInt8=function(){var e=this.bytes_[this.cursor_+0];return this.cursor_+=1,jspb.asserts.assert(this.cursor_<=this.end_),e<<24>>24},jspb.BinaryDecoder.prototype.readInt16=function(){var e=this.bytes_[this.cursor_+0],t=this.bytes_[this.cursor_+1];return this.cursor_+=2,jspb.asserts.assert(this.cursor_<=this.end_),(e|t<<8)<<16>>16},jspb.BinaryDecoder.prototype.readInt32=function(){var e=this.bytes_[this.cursor_+0],t=this.bytes_[this.cursor_+1],n=this.bytes_[this.cursor_+2],r=this.bytes_[this.cursor_+3];return this.cursor_+=4,jspb.asserts.assert(this.cursor_<=this.end_),e|t<<8|n<<16|r<<24},jspb.BinaryDecoder.prototype.readInt64=function(){var e=this.readUint32(),t=this.readUint32();return jspb.utils.joinInt64(e,t)},jspb.BinaryDecoder.prototype.readInt64String=function(){var e=this.readUint32(),t=this.readUint32();return jspb.utils.joinSignedDecimalString(e,t)},jspb.BinaryDecoder.prototype.readFloat=function(){var e=this.readUint32();return jspb.utils.joinFloat32(e,0)},jspb.BinaryDecoder.prototype.readDouble=function(){var e=this.readUint32(),t=this.readUint32();return jspb.utils.joinFloat64(e,t)},jspb.BinaryDecoder.prototype.readBool=function(){return!!this.bytes_[this.cursor_++]},jspb.BinaryDecoder.prototype.readEnum=function(){return this.readSignedVarint32()},jspb.BinaryDecoder.prototype.readString=function(e){var t=this.bytes_,n=this.cursor_;e=n+e;for(var r=[],s="";n<e;){var o=t[n++];if(128>o)r.push(o);else{if(192>o)continue;if(224>o){var l=t[n++];r.push((31&o)<<6|63&l)}else if(240>o){l=t[n++];var u=t[n++];r.push((15&o)<<12|(63&l)<<6|63&u)}else 248>o&&(o=(7&o)<<18|(63&(l=t[n++]))<<12|(63&(u=t[n++]))<<6|63&t[n++],o-=65536,r.push(55296+(o>>10&1023),56320+(1023&o)))}8192<=r.length&&(s+=String.fromCharCode.apply(null,r),r.length=0)}return s+=goog.crypt.byteArrayToString(r),this.cursor_=n,s},jspb.BinaryDecoder.prototype.readStringWithLength=function(){var e=this.readUnsignedVarint32();return this.readString(e)},jspb.BinaryDecoder.prototype.readBytes=function(e){if(0>e||this.cursor_+e>this.bytes_.length)return this.error_=!0,jspb.asserts.fail("Invalid byte length!"),new Uint8Array(0);var t=this.bytes_.subarray(this.cursor_,this.cursor_+e);return this.cursor_+=e,jspb.asserts.assert(this.cursor_<=this.end_),t},jspb.BinaryDecoder.prototype.readVarintHash64=function(){return this.readSplitVarint64(jspb.utils.joinHash64)},jspb.BinaryDecoder.prototype.readFixedHash64=function(){var e=this.bytes_,t=this.cursor_,n=e[t+0],r=e[t+1],s=e[t+2],o=e[t+3],l=e[t+4],u=e[t+5],c=e[t+6];return e=e[t+7],this.cursor_+=8,String.fromCharCode(n,r,s,o,l,u,c,e)},jspb.BinaryReader=function(e,t,n){this.decoder_=jspb.BinaryDecoder.alloc(e,t,n),this.fieldCursor_=this.decoder_.getCursor(),this.nextField_=jspb.BinaryConstants.INVALID_FIELD_NUMBER,this.nextWireType_=jspb.BinaryConstants.WireType.INVALID,this.error_=!1,this.readCallbacks_=null},jspb.BinaryReader.instanceCache_=[],jspb.BinaryReader.alloc=function(e,t,n){if(jspb.BinaryReader.instanceCache_.length){var r=jspb.BinaryReader.instanceCache_.pop();return e&&r.decoder_.setBlock(e,t,n),r}return new jspb.BinaryReader(e,t,n)},jspb.BinaryReader.prototype.alloc=jspb.BinaryReader.alloc,jspb.BinaryReader.prototype.free=function(){this.decoder_.clear(),this.nextField_=jspb.BinaryConstants.INVALID_FIELD_NUMBER,this.nextWireType_=jspb.BinaryConstants.WireType.INVALID,this.error_=!1,this.readCallbacks_=null,100>jspb.BinaryReader.instanceCache_.length&&jspb.BinaryReader.instanceCache_.push(this)},jspb.BinaryReader.prototype.getFieldCursor=function(){return this.fieldCursor_},jspb.BinaryReader.prototype.getCursor=function(){return this.decoder_.getCursor()},jspb.BinaryReader.prototype.getBuffer=function(){return this.decoder_.getBuffer()},jspb.BinaryReader.prototype.getFieldNumber=function(){return this.nextField_},goog.exportProperty(jspb.BinaryReader.prototype,"getFieldNumber",jspb.BinaryReader.prototype.getFieldNumber),jspb.BinaryReader.prototype.getWireType=function(){return this.nextWireType_},jspb.BinaryReader.prototype.isDelimited=function(){return this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED},goog.exportProperty(jspb.BinaryReader.prototype,"isDelimited",jspb.BinaryReader.prototype.isDelimited),jspb.BinaryReader.prototype.isEndGroup=function(){return this.nextWireType_==jspb.BinaryConstants.WireType.END_GROUP},goog.exportProperty(jspb.BinaryReader.prototype,"isEndGroup",jspb.BinaryReader.prototype.isEndGroup),jspb.BinaryReader.prototype.getError=function(){return this.error_||this.decoder_.getError()},jspb.BinaryReader.prototype.setBlock=function(e,t,n){this.decoder_.setBlock(e,t,n),this.nextField_=jspb.BinaryConstants.INVALID_FIELD_NUMBER,this.nextWireType_=jspb.BinaryConstants.WireType.INVALID},jspb.BinaryReader.prototype.reset=function(){this.decoder_.reset(),this.nextField_=jspb.BinaryConstants.INVALID_FIELD_NUMBER,this.nextWireType_=jspb.BinaryConstants.WireType.INVALID},jspb.BinaryReader.prototype.advance=function(e){this.decoder_.advance(e)},jspb.BinaryReader.prototype.nextField=function(){if(this.decoder_.atEnd())return!1;if(this.getError())return jspb.asserts.fail("Decoder hit an error"),!1;this.fieldCursor_=this.decoder_.getCursor();var e=this.decoder_.readUnsignedVarint32(),t=e>>>3;return(e&=7)!=jspb.BinaryConstants.WireType.VARINT&&e!=jspb.BinaryConstants.WireType.FIXED32&&e!=jspb.BinaryConstants.WireType.FIXED64&&e!=jspb.BinaryConstants.WireType.DELIMITED&&e!=jspb.BinaryConstants.WireType.START_GROUP&&e!=jspb.BinaryConstants.WireType.END_GROUP?(jspb.asserts.fail("Invalid wire type: %s (at position %s)",e,this.fieldCursor_),this.error_=!0,!1):(this.nextField_=t,this.nextWireType_=e,!0)},goog.exportProperty(jspb.BinaryReader.prototype,"nextField",jspb.BinaryReader.prototype.nextField),jspb.BinaryReader.prototype.unskipHeader=function(){this.decoder_.unskipVarint(this.nextField_<<3|this.nextWireType_)},jspb.BinaryReader.prototype.skipMatchingFields=function(){var e=this.nextField_;for(this.unskipHeader();this.nextField()&&this.getFieldNumber()==e;)this.skipField();this.decoder_.atEnd()||this.unskipHeader()},jspb.BinaryReader.prototype.skipVarintField=function(){this.nextWireType_!=jspb.BinaryConstants.WireType.VARINT?(jspb.asserts.fail("Invalid wire type for skipVarintField"),this.skipField()):this.decoder_.skipVarint()},jspb.BinaryReader.prototype.skipDelimitedField=function(){if(this.nextWireType_!=jspb.BinaryConstants.WireType.DELIMITED)jspb.asserts.fail("Invalid wire type for skipDelimitedField"),this.skipField();else{var e=this.decoder_.readUnsignedVarint32();this.decoder_.advance(e)}},jspb.BinaryReader.prototype.skipFixed32Field=function(){this.nextWireType_!=jspb.BinaryConstants.WireType.FIXED32?(jspb.asserts.fail("Invalid wire type for skipFixed32Field"),this.skipField()):this.decoder_.advance(4)},jspb.BinaryReader.prototype.skipFixed64Field=function(){this.nextWireType_!=jspb.BinaryConstants.WireType.FIXED64?(jspb.asserts.fail("Invalid wire type for skipFixed64Field"),this.skipField()):this.decoder_.advance(8)},jspb.BinaryReader.prototype.skipGroup=function(){for(var e=this.nextField_;;){if(!this.nextField()){jspb.asserts.fail("Unmatched start-group tag: stream EOF"),this.error_=!0;break}if(this.nextWireType_==jspb.BinaryConstants.WireType.END_GROUP){this.nextField_!=e&&(jspb.asserts.fail("Unmatched end-group tag"),this.error_=!0);break}this.skipField()}},jspb.BinaryReader.prototype.skipField=function(){switch(this.nextWireType_){case jspb.BinaryConstants.WireType.VARINT:this.skipVarintField();break;case jspb.BinaryConstants.WireType.FIXED64:this.skipFixed64Field();break;case jspb.BinaryConstants.WireType.DELIMITED:this.skipDelimitedField();break;case jspb.BinaryConstants.WireType.FIXED32:this.skipFixed32Field();break;case jspb.BinaryConstants.WireType.START_GROUP:this.skipGroup();break;default:jspb.asserts.fail("Invalid wire encoding for field.")}},jspb.BinaryReader.prototype.registerReadCallback=function(e,t){this.readCallbacks_===null&&(this.readCallbacks_={}),jspb.asserts.assert(!this.readCallbacks_[e]),this.readCallbacks_[e]=t},jspb.BinaryReader.prototype.runReadCallback=function(e){return jspb.asserts.assert(this.readCallbacks_!==null),e=this.readCallbacks_[e],jspb.asserts.assert(e),e(this)},jspb.BinaryReader.prototype.readAny=function(e){this.nextWireType_=jspb.BinaryConstants.FieldTypeToWireType(e);var t=jspb.BinaryConstants.FieldType;switch(e){case t.DOUBLE:return this.readDouble();case t.FLOAT:return this.readFloat();case t.INT64:return this.readInt64();case t.UINT64:return this.readUint64();case t.INT32:return this.readInt32();case t.FIXED64:return this.readFixed64();case t.FIXED32:return this.readFixed32();case t.BOOL:return this.readBool();case t.STRING:return this.readString();case t.GROUP:jspb.asserts.fail("Group field type not supported in readAny()");case t.MESSAGE:jspb.asserts.fail("Message field type not supported in readAny()");case t.BYTES:return this.readBytes();case t.UINT32:return this.readUint32();case t.ENUM:return this.readEnum();case t.SFIXED32:return this.readSfixed32();case t.SFIXED64:return this.readSfixed64();case t.SINT32:return this.readSint32();case t.SINT64:return this.readSint64();case t.FHASH64:return this.readFixedHash64();case t.VHASH64:return this.readVarintHash64();default:jspb.asserts.fail("Invalid field type in readAny()")}return 0},jspb.BinaryReader.prototype.readMessage=function(e,t){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED);var n=this.decoder_.getEnd(),r=this.decoder_.readUnsignedVarint32();r=this.decoder_.getCursor()+r,this.decoder_.setEnd(r),t(e,this),this.decoder_.setCursor(r),this.decoder_.setEnd(n)},goog.exportProperty(jspb.BinaryReader.prototype,"readMessage",jspb.BinaryReader.prototype.readMessage),jspb.BinaryReader.prototype.readGroup=function(e,t,n){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.START_GROUP),jspb.asserts.assert(this.nextField_==e),n(t,this),this.error_||this.nextWireType_==jspb.BinaryConstants.WireType.END_GROUP||(jspb.asserts.fail("Group submessage did not end with an END_GROUP tag"),this.error_=!0)},goog.exportProperty(jspb.BinaryReader.prototype,"readGroup",jspb.BinaryReader.prototype.readGroup),jspb.BinaryReader.prototype.getFieldDecoder=function(){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED);var e=this.decoder_.readUnsignedVarint32(),t=this.decoder_.getCursor(),n=t+e;return e=jspb.BinaryDecoder.alloc(this.decoder_.getBuffer(),t,e),this.decoder_.setCursor(n),e},jspb.BinaryReader.prototype.readInt32=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSignedVarint32()},goog.exportProperty(jspb.BinaryReader.prototype,"readInt32",jspb.BinaryReader.prototype.readInt32),jspb.BinaryReader.prototype.readInt32String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSignedVarint32String()},jspb.BinaryReader.prototype.readInt64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSignedVarint64()},goog.exportProperty(jspb.BinaryReader.prototype,"readInt64",jspb.BinaryReader.prototype.readInt64),jspb.BinaryReader.prototype.readInt64String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSignedVarint64String()},jspb.BinaryReader.prototype.readUint32=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readUnsignedVarint32()},goog.exportProperty(jspb.BinaryReader.prototype,"readUint32",jspb.BinaryReader.prototype.readUint32),jspb.BinaryReader.prototype.readUint32String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readUnsignedVarint32String()},jspb.BinaryReader.prototype.readUint64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readUnsignedVarint64()},goog.exportProperty(jspb.BinaryReader.prototype,"readUint64",jspb.BinaryReader.prototype.readUint64),jspb.BinaryReader.prototype.readUint64String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readUnsignedVarint64String()},jspb.BinaryReader.prototype.readSint32=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readZigzagVarint32()},goog.exportProperty(jspb.BinaryReader.prototype,"readSint32",jspb.BinaryReader.prototype.readSint32),jspb.BinaryReader.prototype.readSint64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readZigzagVarint64()},goog.exportProperty(jspb.BinaryReader.prototype,"readSint64",jspb.BinaryReader.prototype.readSint64),jspb.BinaryReader.prototype.readSint64String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readZigzagVarint64String()},jspb.BinaryReader.prototype.readFixed32=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED32),this.decoder_.readUint32()},goog.exportProperty(jspb.BinaryReader.prototype,"readFixed32",jspb.BinaryReader.prototype.readFixed32),jspb.BinaryReader.prototype.readFixed64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readUint64()},goog.exportProperty(jspb.BinaryReader.prototype,"readFixed64",jspb.BinaryReader.prototype.readFixed64),jspb.BinaryReader.prototype.readFixed64String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readUint64String()},jspb.BinaryReader.prototype.readSfixed32=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED32),this.decoder_.readInt32()},goog.exportProperty(jspb.BinaryReader.prototype,"readSfixed32",jspb.BinaryReader.prototype.readSfixed32),jspb.BinaryReader.prototype.readSfixed32String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED32),this.decoder_.readInt32().toString()},jspb.BinaryReader.prototype.readSfixed64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readInt64()},goog.exportProperty(jspb.BinaryReader.prototype,"readSfixed64",jspb.BinaryReader.prototype.readSfixed64),jspb.BinaryReader.prototype.readSfixed64String=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readInt64String()},jspb.BinaryReader.prototype.readFloat=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED32),this.decoder_.readFloat()},goog.exportProperty(jspb.BinaryReader.prototype,"readFloat",jspb.BinaryReader.prototype.readFloat),jspb.BinaryReader.prototype.readDouble=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readDouble()},goog.exportProperty(jspb.BinaryReader.prototype,"readDouble",jspb.BinaryReader.prototype.readDouble),jspb.BinaryReader.prototype.readBool=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),!!this.decoder_.readUnsignedVarint32()},goog.exportProperty(jspb.BinaryReader.prototype,"readBool",jspb.BinaryReader.prototype.readBool),jspb.BinaryReader.prototype.readEnum=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSignedVarint64()},goog.exportProperty(jspb.BinaryReader.prototype,"readEnum",jspb.BinaryReader.prototype.readEnum),jspb.BinaryReader.prototype.readString=function(){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED);var e=this.decoder_.readUnsignedVarint32();return this.decoder_.readString(e)},goog.exportProperty(jspb.BinaryReader.prototype,"readString",jspb.BinaryReader.prototype.readString),jspb.BinaryReader.prototype.readBytes=function(){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED);var e=this.decoder_.readUnsignedVarint32();return this.decoder_.readBytes(e)},goog.exportProperty(jspb.BinaryReader.prototype,"readBytes",jspb.BinaryReader.prototype.readBytes),jspb.BinaryReader.prototype.readVarintHash64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readVarintHash64()},jspb.BinaryReader.prototype.readSintHash64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readZigzagVarintHash64()},jspb.BinaryReader.prototype.readSplitVarint64=function(e){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSplitVarint64(e)},jspb.BinaryReader.prototype.readSplitZigzagVarint64=function(e){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.VARINT),this.decoder_.readSplitVarint64(function(t,n){return jspb.utils.fromZigzag64(t,n,e)})},jspb.BinaryReader.prototype.readFixedHash64=function(){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readFixedHash64()},jspb.BinaryReader.prototype.readSplitFixed64=function(e){return jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.FIXED64),this.decoder_.readSplitFixed64(e)},jspb.BinaryReader.prototype.readPackedField_=function(e){jspb.asserts.assert(this.nextWireType_==jspb.BinaryConstants.WireType.DELIMITED);var t=this.decoder_.readUnsignedVarint32();t=this.decoder_.getCursor()+t;for(var n=[];this.decoder_.getCursor()<t;)n.push(e.call(this.decoder_));return n},jspb.BinaryReader.prototype.readPackedInt32=function(){return this.readPackedField_(this.decoder_.readSignedVarint32)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedInt32",jspb.BinaryReader.prototype.readPackedInt32),jspb.BinaryReader.prototype.readPackedInt32String=function(){return this.readPackedField_(this.decoder_.readSignedVarint32String)},jspb.BinaryReader.prototype.readPackedInt64=function(){return this.readPackedField_(this.decoder_.readSignedVarint64)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedInt64",jspb.BinaryReader.prototype.readPackedInt64),jspb.BinaryReader.prototype.readPackedInt64String=function(){return this.readPackedField_(this.decoder_.readSignedVarint64String)},jspb.BinaryReader.prototype.readPackedUint32=function(){return this.readPackedField_(this.decoder_.readUnsignedVarint32)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedUint32",jspb.BinaryReader.prototype.readPackedUint32),jspb.BinaryReader.prototype.readPackedUint32String=function(){return this.readPackedField_(this.decoder_.readUnsignedVarint32String)},jspb.BinaryReader.prototype.readPackedUint64=function(){return this.readPackedField_(this.decoder_.readUnsignedVarint64)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedUint64",jspb.BinaryReader.prototype.readPackedUint64),jspb.BinaryReader.prototype.readPackedUint64String=function(){return this.readPackedField_(this.decoder_.readUnsignedVarint64String)},jspb.BinaryReader.prototype.readPackedSint32=function(){return this.readPackedField_(this.decoder_.readZigzagVarint32)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedSint32",jspb.BinaryReader.prototype.readPackedSint32),jspb.BinaryReader.prototype.readPackedSint64=function(){return this.readPackedField_(this.decoder_.readZigzagVarint64)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedSint64",jspb.BinaryReader.prototype.readPackedSint64),jspb.BinaryReader.prototype.readPackedSint64String=function(){return this.readPackedField_(this.decoder_.readZigzagVarint64String)},jspb.BinaryReader.prototype.readPackedFixed32=function(){return this.readPackedField_(this.decoder_.readUint32)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedFixed32",jspb.BinaryReader.prototype.readPackedFixed32),jspb.BinaryReader.prototype.readPackedFixed64=function(){return this.readPackedField_(this.decoder_.readUint64)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedFixed64",jspb.BinaryReader.prototype.readPackedFixed64),jspb.BinaryReader.prototype.readPackedFixed64String=function(){return this.readPackedField_(this.decoder_.readUint64String)},jspb.BinaryReader.prototype.readPackedSfixed32=function(){return this.readPackedField_(this.decoder_.readInt32)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedSfixed32",jspb.BinaryReader.prototype.readPackedSfixed32),jspb.BinaryReader.prototype.readPackedSfixed64=function(){return this.readPackedField_(this.decoder_.readInt64)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedSfixed64",jspb.BinaryReader.prototype.readPackedSfixed64),jspb.BinaryReader.prototype.readPackedSfixed64String=function(){return this.readPackedField_(this.decoder_.readInt64String)},jspb.BinaryReader.prototype.readPackedFloat=function(){return this.readPackedField_(this.decoder_.readFloat)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedFloat",jspb.BinaryReader.prototype.readPackedFloat),jspb.BinaryReader.prototype.readPackedDouble=function(){return this.readPackedField_(this.decoder_.readDouble)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedDouble",jspb.BinaryReader.prototype.readPackedDouble),jspb.BinaryReader.prototype.readPackedBool=function(){return this.readPackedField_(this.decoder_.readBool)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedBool",jspb.BinaryReader.prototype.readPackedBool),jspb.BinaryReader.prototype.readPackedEnum=function(){return this.readPackedField_(this.decoder_.readEnum)},goog.exportProperty(jspb.BinaryReader.prototype,"readPackedEnum",jspb.BinaryReader.prototype.readPackedEnum),jspb.BinaryReader.prototype.readPackedVarintHash64=function(){return this.readPackedField_(this.decoder_.readVarintHash64)},jspb.BinaryReader.prototype.readPackedFixedHash64=function(){return this.readPackedField_(this.decoder_.readFixedHash64)},jspb.BinaryEncoder=function(){this.buffer_=[]},jspb.BinaryEncoder.prototype.length=function(){return this.buffer_.length},jspb.BinaryEncoder.prototype.end=function(){var e=this.buffer_;return this.buffer_=[],e},jspb.BinaryEncoder.prototype.writeSplitVarint64=function(e,t){for(jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(t==Math.floor(t)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_32),jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_32);0<t||127<e;)this.buffer_.push(127&e|128),e=(e>>>7|t<<25)>>>0,t>>>=7;this.buffer_.push(e)},jspb.BinaryEncoder.prototype.writeSplitFixed64=function(e,t){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(t==Math.floor(t)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_32),jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_32),this.writeUint32(e),this.writeUint32(t)},jspb.BinaryEncoder.prototype.writeUnsignedVarint32=function(e){for(jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_32);127<e;)this.buffer_.push(127&e|128),e>>>=7;this.buffer_.push(e)},jspb.BinaryEncoder.prototype.writeSignedVarint32=function(e){if(jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_31&&e<jspb.BinaryConstants.TWO_TO_31),0<=e)this.writeUnsignedVarint32(e);else{for(var t=0;9>t;t++)this.buffer_.push(127&e|128),e>>=7;this.buffer_.push(1)}},jspb.BinaryEncoder.prototype.writeUnsignedVarint64=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_64),jspb.utils.splitInt64(e),this.writeSplitVarint64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeSignedVarint64=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_63&&e<jspb.BinaryConstants.TWO_TO_63),jspb.utils.splitInt64(e),this.writeSplitVarint64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeZigzagVarint32=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_31&&e<jspb.BinaryConstants.TWO_TO_31),this.writeUnsignedVarint32((e<<1^e>>31)>>>0)},jspb.BinaryEncoder.prototype.writeZigzagVarint64=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_63&&e<jspb.BinaryConstants.TWO_TO_63),jspb.utils.splitZigzag64(e),this.writeSplitVarint64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeZigzagVarint64String=function(e){this.writeZigzagVarintHash64(jspb.utils.decimalStringToHash64(e))},jspb.BinaryEncoder.prototype.writeZigzagVarintHash64=function(e){var t=this;jspb.utils.splitHash64(e),jspb.utils.toZigzag64(jspb.utils.split64Low,jspb.utils.split64High,function(n,r){t.writeSplitVarint64(n>>>0,r>>>0)})},jspb.BinaryEncoder.prototype.writeUint8=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&256>e),this.buffer_.push(e>>>0&255)},jspb.BinaryEncoder.prototype.writeUint16=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&65536>e),this.buffer_.push(e>>>0&255),this.buffer_.push(e>>>8&255)},jspb.BinaryEncoder.prototype.writeUint32=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_32),this.buffer_.push(e>>>0&255),this.buffer_.push(e>>>8&255),this.buffer_.push(e>>>16&255),this.buffer_.push(e>>>24&255)},jspb.BinaryEncoder.prototype.writeUint64=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(0<=e&&e<jspb.BinaryConstants.TWO_TO_64),jspb.utils.splitUint64(e),this.writeUint32(jspb.utils.split64Low),this.writeUint32(jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeInt8=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(-128<=e&&128>e),this.buffer_.push(e>>>0&255)},jspb.BinaryEncoder.prototype.writeInt16=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(-32768<=e&&32768>e),this.buffer_.push(e>>>0&255),this.buffer_.push(e>>>8&255)},jspb.BinaryEncoder.prototype.writeInt32=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_31&&e<jspb.BinaryConstants.TWO_TO_31),this.buffer_.push(e>>>0&255),this.buffer_.push(e>>>8&255),this.buffer_.push(e>>>16&255),this.buffer_.push(e>>>24&255)},jspb.BinaryEncoder.prototype.writeInt64=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_63&&e<jspb.BinaryConstants.TWO_TO_63),jspb.utils.splitInt64(e),this.writeSplitFixed64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeInt64String=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(+e>=-jspb.BinaryConstants.TWO_TO_63&&+e<jspb.BinaryConstants.TWO_TO_63),jspb.utils.splitHash64(jspb.utils.decimalStringToHash64(e)),this.writeSplitFixed64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeFloat=function(e){jspb.asserts.assert(e===1/0||e===-1/0||isNaN(e)||e>=-jspb.BinaryConstants.FLOAT32_MAX&&e<=jspb.BinaryConstants.FLOAT32_MAX),jspb.utils.splitFloat32(e),this.writeUint32(jspb.utils.split64Low)},jspb.BinaryEncoder.prototype.writeDouble=function(e){jspb.asserts.assert(e===1/0||e===-1/0||isNaN(e)||e>=-jspb.BinaryConstants.FLOAT64_MAX&&e<=jspb.BinaryConstants.FLOAT64_MAX),jspb.utils.splitFloat64(e),this.writeUint32(jspb.utils.split64Low),this.writeUint32(jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeBool=function(e){jspb.asserts.assert(typeof e=="boolean"||typeof e=="number"),this.buffer_.push(e?1:0)},jspb.BinaryEncoder.prototype.writeEnum=function(e){jspb.asserts.assert(e==Math.floor(e)),jspb.asserts.assert(e>=-jspb.BinaryConstants.TWO_TO_31&&e<jspb.BinaryConstants.TWO_TO_31),this.writeSignedVarint32(e)},jspb.BinaryEncoder.prototype.writeBytes=function(e){this.buffer_.push.apply(this.buffer_,e)},jspb.BinaryEncoder.prototype.writeVarintHash64=function(e){jspb.utils.splitHash64(e),this.writeSplitVarint64(jspb.utils.split64Low,jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeFixedHash64=function(e){jspb.utils.splitHash64(e),this.writeUint32(jspb.utils.split64Low),this.writeUint32(jspb.utils.split64High)},jspb.BinaryEncoder.prototype.writeString=function(e){var t=this.buffer_.length;jspb.asserts.assertString(e);for(var n=0;n<e.length;n++){var r=e.charCodeAt(n);if(128>r)this.buffer_.push(r);else if(2048>r)this.buffer_.push(r>>6|192),this.buffer_.push(63&r|128);else if(65536>r)if(55296<=r&&56319>=r&&n+1<e.length){var s=e.charCodeAt(n+1);56320<=s&&57343>=s&&(r=1024*(r-55296)+s-56320+65536,this.buffer_.push(r>>18|240),this.buffer_.push(r>>12&63|128),this.buffer_.push(r>>6&63|128),this.buffer_.push(63&r|128),n++)}else this.buffer_.push(r>>12|224),this.buffer_.push(r>>6&63|128),this.buffer_.push(63&r|128)}return this.buffer_.length-t},jspb.arith={},jspb.arith.UInt64=function(e,t){this.lo=e,this.hi=t},jspb.arith.UInt64.prototype.cmp=function(e){return this.hi<e.hi||this.hi==e.hi&&this.lo<e.lo?-1:this.hi==e.hi&&this.lo==e.lo?0:1},jspb.arith.UInt64.prototype.rightShift=function(){return new jspb.arith.UInt64((this.lo>>>1|(1&this.hi)<<31)>>>0,this.hi>>>1>>>0)},jspb.arith.UInt64.prototype.leftShift=function(){return new jspb.arith.UInt64(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)},jspb.arith.UInt64.prototype.msb=function(){return!!(2147483648&this.hi)},jspb.arith.UInt64.prototype.lsb=function(){return!!(1&this.lo)},jspb.arith.UInt64.prototype.zero=function(){return this.lo==0&&this.hi==0},jspb.arith.UInt64.prototype.add=function(e){return new jspb.arith.UInt64((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},jspb.arith.UInt64.prototype.sub=function(e){return new jspb.arith.UInt64((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},jspb.arith.UInt64.mul32x32=function(e,t){var n=65535&e,r=65535&t,s=t>>>16;for(t=n*r+65536*(n*s&65535)+65536*((e>>>=16)*r&65535),n=e*s+(n*s>>>16)+(e*r>>>16);4294967296<=t;)t-=4294967296,n+=1;return new jspb.arith.UInt64(t>>>0,n>>>0)},jspb.arith.UInt64.prototype.mul=function(e){var t=jspb.arith.UInt64.mul32x32(this.lo,e);return(e=jspb.arith.UInt64.mul32x32(this.hi,e)).hi=e.lo,e.lo=0,t.add(e)},jspb.arith.UInt64.prototype.div=function(e){if(e==0)return[];var t=new jspb.arith.UInt64(0,0),n=new jspb.arith.UInt64(this.lo,this.hi);e=new jspb.arith.UInt64(e,0);for(var r=new jspb.arith.UInt64(1,0);!e.msb();)e=e.leftShift(),r=r.leftShift();for(;!r.zero();)0>=e.cmp(n)&&(t=t.add(r),n=n.sub(e)),e=e.rightShift(),r=r.rightShift();return[t,n]},jspb.arith.UInt64.prototype.toString=function(){for(var e="",t=this;!t.zero();){var n=(t=t.div(10))[0];e=t[1].lo+e,t=n}return e==""&&(e="0"),e},jspb.arith.UInt64.fromString=function(e){for(var t=new jspb.arith.UInt64(0,0),n=new jspb.arith.UInt64(0,0),r=0;r<e.length;r++){if("0">e[r]||"9"<e[r])return null;var s=parseInt(e[r],10);n.lo=s,t=t.mul(10).add(n)}return t},jspb.arith.UInt64.prototype.clone=function(){return new jspb.arith.UInt64(this.lo,this.hi)},jspb.arith.Int64=function(e,t){this.lo=e,this.hi=t},jspb.arith.Int64.prototype.add=function(e){return new jspb.arith.Int64((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},jspb.arith.Int64.prototype.sub=function(e){return new jspb.arith.Int64((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},jspb.arith.Int64.prototype.clone=function(){return new jspb.arith.Int64(this.lo,this.hi)},jspb.arith.Int64.prototype.toString=function(){var e=!!(2147483648&this.hi),t=new jspb.arith.UInt64(this.lo,this.hi);return e&&(t=new jspb.arith.UInt64(0,0).sub(t)),(e?"-":"")+t.toString()},jspb.arith.Int64.fromString=function(e){var t=0<e.length&&e[0]=="-";return t&&(e=e.substring(1)),(e=jspb.arith.UInt64.fromString(e))===null?null:(t&&(e=new jspb.arith.UInt64(0,0).sub(e)),new jspb.arith.Int64(e.lo,e.hi))},jspb.BinaryWriter=function(){this.blocks_=[],this.totalLength_=0,this.encoder_=new jspb.BinaryEncoder,this.bookmarks_=[]},jspb.BinaryWriter.prototype.appendUint8Array_=function(e){var t=this.encoder_.end();this.blocks_.push(t),this.blocks_.push(e),this.totalLength_+=t.length+e.length},jspb.BinaryWriter.prototype.beginDelimited_=function(e){return this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),e=this.encoder_.end(),this.blocks_.push(e),this.totalLength_+=e.length,e.push(this.totalLength_),e},jspb.BinaryWriter.prototype.endDelimited_=function(e){var t=e.pop();for(t=this.totalLength_+this.encoder_.length()-t,jspb.asserts.assert(0<=t);127<t;)e.push(127&t|128),t>>>=7,this.totalLength_++;e.push(t),this.totalLength_++},jspb.BinaryWriter.prototype.writeSerializedMessage=function(e,t,n){this.appendUint8Array_(e.subarray(t,n))},jspb.BinaryWriter.prototype.maybeWriteSerializedMessage=function(e,t,n){e!=null&&t!=null&&n!=null&&this.writeSerializedMessage(e,t,n)},jspb.BinaryWriter.prototype.reset=function(){this.blocks_=[],this.encoder_.end(),this.totalLength_=0,this.bookmarks_=[]},jspb.BinaryWriter.prototype.getResultBuffer=function(){jspb.asserts.assert(this.bookmarks_.length==0);for(var e=new Uint8Array(this.totalLength_+this.encoder_.length()),t=this.blocks_,n=t.length,r=0,s=0;s<n;s++){var o=t[s];e.set(o,r),r+=o.length}return t=this.encoder_.end(),e.set(t,r),r+=t.length,jspb.asserts.assert(r==e.length),this.blocks_=[e],e},goog.exportProperty(jspb.BinaryWriter.prototype,"getResultBuffer",jspb.BinaryWriter.prototype.getResultBuffer),jspb.BinaryWriter.prototype.getResultBase64String=function(e){return goog.crypt.base64.encodeByteArray(this.getResultBuffer(),e)},jspb.BinaryWriter.prototype.beginSubMessage=function(e){this.bookmarks_.push(this.beginDelimited_(e))},jspb.BinaryWriter.prototype.endSubMessage=function(){jspb.asserts.assert(0<=this.bookmarks_.length),this.endDelimited_(this.bookmarks_.pop())},jspb.BinaryWriter.prototype.writeFieldHeader_=function(e,t){jspb.asserts.assert(1<=e&&e==Math.floor(e)),this.encoder_.writeUnsignedVarint32(8*e+t)},jspb.BinaryWriter.prototype.writeAny=function(e,t,n){var r=jspb.BinaryConstants.FieldType;switch(e){case r.DOUBLE:this.writeDouble(t,n);break;case r.FLOAT:this.writeFloat(t,n);break;case r.INT64:this.writeInt64(t,n);break;case r.UINT64:this.writeUint64(t,n);break;case r.INT32:this.writeInt32(t,n);break;case r.FIXED64:this.writeFixed64(t,n);break;case r.FIXED32:this.writeFixed32(t,n);break;case r.BOOL:this.writeBool(t,n);break;case r.STRING:this.writeString(t,n);break;case r.GROUP:jspb.asserts.fail("Group field type not supported in writeAny()");break;case r.MESSAGE:jspb.asserts.fail("Message field type not supported in writeAny()");break;case r.BYTES:this.writeBytes(t,n);break;case r.UINT32:this.writeUint32(t,n);break;case r.ENUM:this.writeEnum(t,n);break;case r.SFIXED32:this.writeSfixed32(t,n);break;case r.SFIXED64:this.writeSfixed64(t,n);break;case r.SINT32:this.writeSint32(t,n);break;case r.SINT64:this.writeSint64(t,n);break;case r.FHASH64:this.writeFixedHash64(t,n);break;case r.VHASH64:this.writeVarintHash64(t,n);break;default:jspb.asserts.fail("Invalid field type in writeAny()")}},jspb.BinaryWriter.prototype.writeUnsignedVarint32_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeUnsignedVarint32(t))},jspb.BinaryWriter.prototype.writeSignedVarint32_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSignedVarint32(t))},jspb.BinaryWriter.prototype.writeUnsignedVarint64_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeUnsignedVarint64(t))},jspb.BinaryWriter.prototype.writeSignedVarint64_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSignedVarint64(t))},jspb.BinaryWriter.prototype.writeZigzagVarint32_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeZigzagVarint32(t))},jspb.BinaryWriter.prototype.writeZigzagVarint64_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeZigzagVarint64(t))},jspb.BinaryWriter.prototype.writeZigzagVarint64String_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeZigzagVarint64String(t))},jspb.BinaryWriter.prototype.writeZigzagVarintHash64_=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeZigzagVarintHash64(t))},jspb.BinaryWriter.prototype.writeInt32=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_31&&t<jspb.BinaryConstants.TWO_TO_31),this.writeSignedVarint32_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeInt32",jspb.BinaryWriter.prototype.writeInt32),jspb.BinaryWriter.prototype.writeInt32String=function(e,t){t!=null&&(t=parseInt(t,10),jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_31&&t<jspb.BinaryConstants.TWO_TO_31),this.writeSignedVarint32_(e,t))},jspb.BinaryWriter.prototype.writeInt64=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_63&&t<jspb.BinaryConstants.TWO_TO_63),this.writeSignedVarint64_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeInt64",jspb.BinaryWriter.prototype.writeInt64),jspb.BinaryWriter.prototype.writeInt64String=function(e,t){t!=null&&(t=jspb.arith.Int64.fromString(t),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSplitVarint64(t.lo,t.hi))},jspb.BinaryWriter.prototype.writeUint32=function(e,t){t!=null&&(jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_32),this.writeUnsignedVarint32_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeUint32",jspb.BinaryWriter.prototype.writeUint32),jspb.BinaryWriter.prototype.writeUint32String=function(e,t){t!=null&&(t=parseInt(t,10),jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_32),this.writeUnsignedVarint32_(e,t))},jspb.BinaryWriter.prototype.writeUint64=function(e,t){t!=null&&(jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_64),this.writeUnsignedVarint64_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeUint64",jspb.BinaryWriter.prototype.writeUint64),jspb.BinaryWriter.prototype.writeUint64String=function(e,t){t!=null&&(t=jspb.arith.UInt64.fromString(t),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSplitVarint64(t.lo,t.hi))},jspb.BinaryWriter.prototype.writeSint32=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_31&&t<jspb.BinaryConstants.TWO_TO_31),this.writeZigzagVarint32_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeSint32",jspb.BinaryWriter.prototype.writeSint32),jspb.BinaryWriter.prototype.writeSint64=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_63&&t<jspb.BinaryConstants.TWO_TO_63),this.writeZigzagVarint64_(e,t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeSint64",jspb.BinaryWriter.prototype.writeSint64),jspb.BinaryWriter.prototype.writeSintHash64=function(e,t){t!=null&&this.writeZigzagVarintHash64_(e,t)},jspb.BinaryWriter.prototype.writeSint64String=function(e,t){t!=null&&this.writeZigzagVarint64String_(e,t)},jspb.BinaryWriter.prototype.writeFixed32=function(e,t){t!=null&&(jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_32),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED32),this.encoder_.writeUint32(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeFixed32",jspb.BinaryWriter.prototype.writeFixed32),jspb.BinaryWriter.prototype.writeFixed64=function(e,t){t!=null&&(jspb.asserts.assert(0<=t&&t<jspb.BinaryConstants.TWO_TO_64),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeUint64(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeFixed64",jspb.BinaryWriter.prototype.writeFixed64),jspb.BinaryWriter.prototype.writeFixed64String=function(e,t){t!=null&&(t=jspb.arith.UInt64.fromString(t),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeSplitFixed64(t.lo,t.hi))},jspb.BinaryWriter.prototype.writeSfixed32=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_31&&t<jspb.BinaryConstants.TWO_TO_31),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED32),this.encoder_.writeInt32(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeSfixed32",jspb.BinaryWriter.prototype.writeSfixed32),jspb.BinaryWriter.prototype.writeSfixed64=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_63&&t<jspb.BinaryConstants.TWO_TO_63),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeInt64(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeSfixed64",jspb.BinaryWriter.prototype.writeSfixed64),jspb.BinaryWriter.prototype.writeSfixed64String=function(e,t){t!=null&&(t=jspb.arith.Int64.fromString(t),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeSplitFixed64(t.lo,t.hi))},jspb.BinaryWriter.prototype.writeFloat=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED32),this.encoder_.writeFloat(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeFloat",jspb.BinaryWriter.prototype.writeFloat),jspb.BinaryWriter.prototype.writeDouble=function(e,t){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeDouble(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeDouble",jspb.BinaryWriter.prototype.writeDouble),jspb.BinaryWriter.prototype.writeBool=function(e,t){t!=null&&(jspb.asserts.assert(typeof t=="boolean"||typeof t=="number"),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeBool(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeBool",jspb.BinaryWriter.prototype.writeBool),jspb.BinaryWriter.prototype.writeEnum=function(e,t){t!=null&&(jspb.asserts.assert(t>=-jspb.BinaryConstants.TWO_TO_31&&t<jspb.BinaryConstants.TWO_TO_31),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSignedVarint32(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeEnum",jspb.BinaryWriter.prototype.writeEnum),jspb.BinaryWriter.prototype.writeString=function(e,t){t!=null&&(e=this.beginDelimited_(e),this.encoder_.writeString(t),this.endDelimited_(e))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeString",jspb.BinaryWriter.prototype.writeString),jspb.BinaryWriter.prototype.writeBytes=function(e,t){t!=null&&(t=jspb.utils.byteSourceToUint8Array(t),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(t.length),this.appendUint8Array_(t))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeBytes",jspb.BinaryWriter.prototype.writeBytes),jspb.BinaryWriter.prototype.writeMessage=function(e,t,n){t!=null&&(e=this.beginDelimited_(e),n(t,this),this.endDelimited_(e))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeMessage",jspb.BinaryWriter.prototype.writeMessage),jspb.BinaryWriter.prototype.writeMessageSet=function(e,t,n){t!=null&&(this.writeFieldHeader_(1,jspb.BinaryConstants.WireType.START_GROUP),this.writeFieldHeader_(2,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSignedVarint32(e),e=this.beginDelimited_(3),n(t,this),this.endDelimited_(e),this.writeFieldHeader_(1,jspb.BinaryConstants.WireType.END_GROUP))},jspb.BinaryWriter.prototype.writeGroup=function(e,t,n){t!=null&&(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.START_GROUP),n(t,this),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.END_GROUP))},goog.exportProperty(jspb.BinaryWriter.prototype,"writeGroup",jspb.BinaryWriter.prototype.writeGroup),jspb.BinaryWriter.prototype.writeFixedHash64=function(e,t){t!=null&&(jspb.asserts.assert(t.length==8),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeFixedHash64(t))},jspb.BinaryWriter.prototype.writeVarintHash64=function(e,t){t!=null&&(jspb.asserts.assert(t.length==8),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeVarintHash64(t))},jspb.BinaryWriter.prototype.writeSplitFixed64=function(e,t,n){this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.FIXED64),this.encoder_.writeSplitFixed64(t,n)},jspb.BinaryWriter.prototype.writeSplitVarint64=function(e,t,n){this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT),this.encoder_.writeSplitVarint64(t,n)},jspb.BinaryWriter.prototype.writeSplitZigzagVarint64=function(e,t,n){this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.VARINT);var r=this.encoder_;jspb.utils.toZigzag64(t,n,function(s,o){r.writeSplitVarint64(s>>>0,o>>>0)})},jspb.BinaryWriter.prototype.writeRepeatedInt32=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeSignedVarint32_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedInt32",jspb.BinaryWriter.prototype.writeRepeatedInt32),jspb.BinaryWriter.prototype.writeRepeatedInt32String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeInt32String(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedInt64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeSignedVarint64_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedInt64",jspb.BinaryWriter.prototype.writeRepeatedInt64),jspb.BinaryWriter.prototype.writeRepeatedSplitFixed64=function(e,t,n,r){if(t!=null)for(var s=0;s<t.length;s++)this.writeSplitFixed64(e,n(t[s]),r(t[s]))},jspb.BinaryWriter.prototype.writeRepeatedSplitVarint64=function(e,t,n,r){if(t!=null)for(var s=0;s<t.length;s++)this.writeSplitVarint64(e,n(t[s]),r(t[s]))},jspb.BinaryWriter.prototype.writeRepeatedSplitZigzagVarint64=function(e,t,n,r){if(t!=null)for(var s=0;s<t.length;s++)this.writeSplitZigzagVarint64(e,n(t[s]),r(t[s]))},jspb.BinaryWriter.prototype.writeRepeatedInt64String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeInt64String(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedUint32=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeUnsignedVarint32_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedUint32",jspb.BinaryWriter.prototype.writeRepeatedUint32),jspb.BinaryWriter.prototype.writeRepeatedUint32String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeUint32String(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedUint64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeUnsignedVarint64_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedUint64",jspb.BinaryWriter.prototype.writeRepeatedUint64),jspb.BinaryWriter.prototype.writeRepeatedUint64String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeUint64String(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedSint32=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeZigzagVarint32_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedSint32",jspb.BinaryWriter.prototype.writeRepeatedSint32),jspb.BinaryWriter.prototype.writeRepeatedSint64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeZigzagVarint64_(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedSint64",jspb.BinaryWriter.prototype.writeRepeatedSint64),jspb.BinaryWriter.prototype.writeRepeatedSint64String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeZigzagVarint64String_(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedSintHash64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeZigzagVarintHash64_(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedFixed32=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeFixed32(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedFixed32",jspb.BinaryWriter.prototype.writeRepeatedFixed32),jspb.BinaryWriter.prototype.writeRepeatedFixed64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeFixed64(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedFixed64",jspb.BinaryWriter.prototype.writeRepeatedFixed64),jspb.BinaryWriter.prototype.writeRepeatedFixed64String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeFixed64String(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedFixed64String",jspb.BinaryWriter.prototype.writeRepeatedFixed64String),jspb.BinaryWriter.prototype.writeRepeatedSfixed32=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeSfixed32(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedSfixed32",jspb.BinaryWriter.prototype.writeRepeatedSfixed32),jspb.BinaryWriter.prototype.writeRepeatedSfixed64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeSfixed64(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedSfixed64",jspb.BinaryWriter.prototype.writeRepeatedSfixed64),jspb.BinaryWriter.prototype.writeRepeatedSfixed64String=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeSfixed64String(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedFloat=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeFloat(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedFloat",jspb.BinaryWriter.prototype.writeRepeatedFloat),jspb.BinaryWriter.prototype.writeRepeatedDouble=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeDouble(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedDouble",jspb.BinaryWriter.prototype.writeRepeatedDouble),jspb.BinaryWriter.prototype.writeRepeatedBool=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeBool(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedBool",jspb.BinaryWriter.prototype.writeRepeatedBool),jspb.BinaryWriter.prototype.writeRepeatedEnum=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeEnum(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedEnum",jspb.BinaryWriter.prototype.writeRepeatedEnum),jspb.BinaryWriter.prototype.writeRepeatedString=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeString(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedString",jspb.BinaryWriter.prototype.writeRepeatedString),jspb.BinaryWriter.prototype.writeRepeatedBytes=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeBytes(e,t[n])},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedBytes",jspb.BinaryWriter.prototype.writeRepeatedBytes),jspb.BinaryWriter.prototype.writeRepeatedMessage=function(e,t,n){if(t!=null)for(var r=0;r<t.length;r++){var s=this.beginDelimited_(e);n(t[r],this),this.endDelimited_(s)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedMessage",jspb.BinaryWriter.prototype.writeRepeatedMessage),jspb.BinaryWriter.prototype.writeRepeatedGroup=function(e,t,n){if(t!=null)for(var r=0;r<t.length;r++)this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.START_GROUP),n(t[r],this),this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.END_GROUP)},goog.exportProperty(jspb.BinaryWriter.prototype,"writeRepeatedGroup",jspb.BinaryWriter.prototype.writeRepeatedGroup),jspb.BinaryWriter.prototype.writeRepeatedFixedHash64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeFixedHash64(e,t[n])},jspb.BinaryWriter.prototype.writeRepeatedVarintHash64=function(e,t){if(t!=null)for(var n=0;n<t.length;n++)this.writeVarintHash64(e,t[n])},jspb.BinaryWriter.prototype.writePackedInt32=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeSignedVarint32(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedInt32",jspb.BinaryWriter.prototype.writePackedInt32),jspb.BinaryWriter.prototype.writePackedInt32String=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeSignedVarint32(parseInt(t[n],10));this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedInt64=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeSignedVarint64(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedInt64",jspb.BinaryWriter.prototype.writePackedInt64),jspb.BinaryWriter.prototype.writePackedSplitFixed64=function(e,t,n,r){if(t!=null){e=this.beginDelimited_(e);for(var s=0;s<t.length;s++)this.encoder_.writeSplitFixed64(n(t[s]),r(t[s]));this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedSplitVarint64=function(e,t,n,r){if(t!=null){e=this.beginDelimited_(e);for(var s=0;s<t.length;s++)this.encoder_.writeSplitVarint64(n(t[s]),r(t[s]));this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedSplitZigzagVarint64=function(e,t,n,r){if(t!=null){e=this.beginDelimited_(e);for(var s=this.encoder_,o=0;o<t.length;o++)jspb.utils.toZigzag64(n(t[o]),r(t[o]),function(l,u){s.writeSplitVarint64(l>>>0,u>>>0)});this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedInt64String=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++){var r=jspb.arith.Int64.fromString(t[n]);this.encoder_.writeSplitVarint64(r.lo,r.hi)}this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedUint32=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeUnsignedVarint32(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedUint32",jspb.BinaryWriter.prototype.writePackedUint32),jspb.BinaryWriter.prototype.writePackedUint32String=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeUnsignedVarint32(parseInt(t[n],10));this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedUint64=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeUnsignedVarint64(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedUint64",jspb.BinaryWriter.prototype.writePackedUint64),jspb.BinaryWriter.prototype.writePackedUint64String=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++){var r=jspb.arith.UInt64.fromString(t[n]);this.encoder_.writeSplitVarint64(r.lo,r.hi)}this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedSint32=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeZigzagVarint32(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedSint32",jspb.BinaryWriter.prototype.writePackedSint32),jspb.BinaryWriter.prototype.writePackedSint64=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeZigzagVarint64(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedSint64",jspb.BinaryWriter.prototype.writePackedSint64),jspb.BinaryWriter.prototype.writePackedSint64String=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeZigzagVarintHash64(jspb.utils.decimalStringToHash64(t[n]));this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedSintHash64=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeZigzagVarintHash64(t[n]);this.endDelimited_(e)}},jspb.BinaryWriter.prototype.writePackedFixed32=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(4*t.length),e=0;e<t.length;e++)this.encoder_.writeUint32(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedFixed32",jspb.BinaryWriter.prototype.writePackedFixed32),jspb.BinaryWriter.prototype.writePackedFixed64=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++)this.encoder_.writeUint64(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedFixed64",jspb.BinaryWriter.prototype.writePackedFixed64),jspb.BinaryWriter.prototype.writePackedFixed64String=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++){var n=jspb.arith.UInt64.fromString(t[e]);this.encoder_.writeSplitFixed64(n.lo,n.hi)}},jspb.BinaryWriter.prototype.writePackedSfixed32=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(4*t.length),e=0;e<t.length;e++)this.encoder_.writeInt32(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedSfixed32",jspb.BinaryWriter.prototype.writePackedSfixed32),jspb.BinaryWriter.prototype.writePackedSfixed64=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++)this.encoder_.writeInt64(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedSfixed64",jspb.BinaryWriter.prototype.writePackedSfixed64),jspb.BinaryWriter.prototype.writePackedSfixed64String=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++)this.encoder_.writeInt64String(t[e])},jspb.BinaryWriter.prototype.writePackedFloat=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(4*t.length),e=0;e<t.length;e++)this.encoder_.writeFloat(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedFloat",jspb.BinaryWriter.prototype.writePackedFloat),jspb.BinaryWriter.prototype.writePackedDouble=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++)this.encoder_.writeDouble(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedDouble",jspb.BinaryWriter.prototype.writePackedDouble),jspb.BinaryWriter.prototype.writePackedBool=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(t.length),e=0;e<t.length;e++)this.encoder_.writeBool(t[e])},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedBool",jspb.BinaryWriter.prototype.writePackedBool),jspb.BinaryWriter.prototype.writePackedEnum=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeEnum(t[n]);this.endDelimited_(e)}},goog.exportProperty(jspb.BinaryWriter.prototype,"writePackedEnum",jspb.BinaryWriter.prototype.writePackedEnum),jspb.BinaryWriter.prototype.writePackedFixedHash64=function(e,t){if(t!=null&&t.length)for(this.writeFieldHeader_(e,jspb.BinaryConstants.WireType.DELIMITED),this.encoder_.writeUnsignedVarint32(8*t.length),e=0;e<t.length;e++)this.encoder_.writeFixedHash64(t[e])},jspb.BinaryWriter.prototype.writePackedVarintHash64=function(e,t){if(t!=null&&t.length){e=this.beginDelimited_(e);for(var n=0;n<t.length;n++)this.encoder_.writeVarintHash64(t[n]);this.endDelimited_(e)}},jspb.Map=function(e,t){this.arr_=e,this.valueCtor_=t,this.map_={},this.arrClean=!0,0<this.arr_.length&&this.loadFromArray_()},goog.exportSymbol("jspb.Map",jspb.Map),jspb.Map.prototype.loadFromArray_=function(){for(var e=0;e<this.arr_.length;e++){var t=this.arr_[e],n=t[0];this.map_[n.toString()]=new jspb.Map.Entry_(n,t[1])}this.arrClean=!0},jspb.Map.prototype.toArray=function(){if(this.arrClean){if(this.valueCtor_){var e,t=this.map_;for(e in t)if(Object.prototype.hasOwnProperty.call(t,e)){var n=t[e].valueWrapper;n&&n.toArray()}}}else{for(this.arr_.length=0,(t=this.stringKeys_()).sort(),e=0;e<t.length;e++){var r=this.map_[t[e]];(n=r.valueWrapper)&&n.toArray(),this.arr_.push([r.key,r.value])}this.arrClean=!0}return this.arr_},goog.exportProperty(jspb.Map.prototype,"toArray",jspb.Map.prototype.toArray),jspb.Map.prototype.toObject=function(e,t){for(var n=this.toArray(),r=[],s=0;s<n.length;s++){var o=this.map_[n[s][0].toString()];this.wrapEntry_(o);var l=o.valueWrapper;l?(jspb.asserts.assert(t),r.push([o.key,t(e,l)])):r.push([o.key,o.value])}return r},goog.exportProperty(jspb.Map.prototype,"toObject",jspb.Map.prototype.toObject),jspb.Map.fromObject=function(e,t,n){t=new jspb.Map([],t);for(var r=0;r<e.length;r++){var s=e[r][0],o=n(e[r][1]);t.set(s,o)}return t},goog.exportProperty(jspb.Map,"fromObject",jspb.Map.fromObject),jspb.Map.ArrayIteratorIterable_=function(e){this.idx_=0,this.arr_=e},jspb.Map.ArrayIteratorIterable_.prototype.next=function(){return this.idx_<this.arr_.length?{done:!1,value:this.arr_[this.idx_++]}:{done:!0,value:void 0}},typeof Symbol!="undefined"&&(jspb.Map.ArrayIteratorIterable_.prototype[Symbol.iterator]=function(){return this}),jspb.Map.prototype.getLength=function(){return this.stringKeys_().length},goog.exportProperty(jspb.Map.prototype,"getLength",jspb.Map.prototype.getLength),jspb.Map.prototype.clear=function(){this.map_={},this.arrClean=!1},goog.exportProperty(jspb.Map.prototype,"clear",jspb.Map.prototype.clear),jspb.Map.prototype.del=function(e){e=e.toString();var t=this.map_.hasOwnProperty(e);return delete this.map_[e],this.arrClean=!1,t},goog.exportProperty(jspb.Map.prototype,"del",jspb.Map.prototype.del),jspb.Map.prototype.getEntryList=function(){var e=[],t=this.stringKeys_();t.sort();for(var n=0;n<t.length;n++){var r=this.map_[t[n]];e.push([r.key,r.value])}return e},goog.exportProperty(jspb.Map.prototype,"getEntryList",jspb.Map.prototype.getEntryList),jspb.Map.prototype.entries=function(){var e=[],t=this.stringKeys_();t.sort();for(var n=0;n<t.length;n++){var r=this.map_[t[n]];e.push([r.key,this.wrapEntry_(r)])}return new jspb.Map.ArrayIteratorIterable_(e)},goog.exportProperty(jspb.Map.prototype,"entries",jspb.Map.prototype.entries),jspb.Map.prototype.keys=function(){var e=[],t=this.stringKeys_();t.sort();for(var n=0;n<t.length;n++)e.push(this.map_[t[n]].key);return new jspb.Map.ArrayIteratorIterable_(e)},goog.exportProperty(jspb.Map.prototype,"keys",jspb.Map.prototype.keys),jspb.Map.prototype.values=function(){var e=[],t=this.stringKeys_();t.sort();for(var n=0;n<t.length;n++)e.push(this.wrapEntry_(this.map_[t[n]]));return new jspb.Map.ArrayIteratorIterable_(e)},goog.exportProperty(jspb.Map.prototype,"values",jspb.Map.prototype.values),jspb.Map.prototype.forEach=function(e,t){var n=this.stringKeys_();n.sort();for(var r=0;r<n.length;r++){var s=this.map_[n[r]];e.call(t,this.wrapEntry_(s),s.key,this)}},goog.exportProperty(jspb.Map.prototype,"forEach",jspb.Map.prototype.forEach),jspb.Map.prototype.set=function(e,t){var n=new jspb.Map.Entry_(e);return this.valueCtor_?(n.valueWrapper=t,n.value=t.toArray()):n.value=t,this.map_[e.toString()]=n,this.arrClean=!1,this},goog.exportProperty(jspb.Map.prototype,"set",jspb.Map.prototype.set),jspb.Map.prototype.wrapEntry_=function(e){return this.valueCtor_?(e.valueWrapper||(e.valueWrapper=new this.valueCtor_(e.value)),e.valueWrapper):e.value},jspb.Map.prototype.get=function(e){if(e=this.map_[e.toString()])return this.wrapEntry_(e)},goog.exportProperty(jspb.Map.prototype,"get",jspb.Map.prototype.get),jspb.Map.prototype.has=function(e){return e.toString()in this.map_},goog.exportProperty(jspb.Map.prototype,"has",jspb.Map.prototype.has),jspb.Map.prototype.serializeBinary=function(e,t,n,r,s){var o=this.stringKeys_();o.sort();for(var l=0;l<o.length;l++){var u=this.map_[o[l]];t.beginSubMessage(e),n.call(t,1,u.key),this.valueCtor_?r.call(t,2,this.wrapEntry_(u),s):r.call(t,2,u.value),t.endSubMessage()}},goog.exportProperty(jspb.Map.prototype,"serializeBinary",jspb.Map.prototype.serializeBinary),jspb.Map.deserializeBinary=function(e,t,n,r,s,o,l){for(;t.nextField()&&!t.isEndGroup();){var u=t.getFieldNumber();u==1?o=n.call(t):u==2&&(e.valueCtor_?(jspb.asserts.assert(s),l||(l=new e.valueCtor_),r.call(t,l,s)):l=r.call(t))}jspb.asserts.assert(o!=null),jspb.asserts.assert(l!=null),e.set(o,l)},goog.exportProperty(jspb.Map,"deserializeBinary",jspb.Map.deserializeBinary),jspb.Map.prototype.stringKeys_=function(){var e,t=this.map_,n=[];for(e in t)Object.prototype.hasOwnProperty.call(t,e)&&n.push(e);return n},jspb.Map.Entry_=function(e,t){this.key=e,this.value=t,this.valueWrapper=void 0},jspb.ExtensionFieldInfo=function(e,t,n,r,s){this.fieldIndex=e,this.fieldName=t,this.ctor=n,this.toObjectFn=r,this.isRepeated=s},goog.exportSymbol("jspb.ExtensionFieldInfo",jspb.ExtensionFieldInfo),jspb.ExtensionFieldBinaryInfo=function(e,t,n,r,s,o){this.fieldInfo=e,this.binaryReaderFn=t,this.binaryWriterFn=n,this.binaryMessageSerializeFn=r,this.binaryMessageDeserializeFn=s,this.isPacked=o},goog.exportSymbol("jspb.ExtensionFieldBinaryInfo",jspb.ExtensionFieldBinaryInfo),jspb.ExtensionFieldInfo.prototype.isMessageType=function(){return!!this.ctor},goog.exportProperty(jspb.ExtensionFieldInfo.prototype,"isMessageType",jspb.ExtensionFieldInfo.prototype.isMessageType),jspb.Message=function(){},goog.exportSymbol("jspb.Message",jspb.Message),jspb.Message.GENERATE_TO_OBJECT=!0,goog.exportProperty(jspb.Message,"GENERATE_TO_OBJECT",jspb.Message.GENERATE_TO_OBJECT),jspb.Message.GENERATE_FROM_OBJECT=!goog.DISALLOW_TEST_ONLY_CODE,goog.exportProperty(jspb.Message,"GENERATE_FROM_OBJECT",jspb.Message.GENERATE_FROM_OBJECT),jspb.Message.GENERATE_TO_STRING=!0,jspb.Message.ASSUME_LOCAL_ARRAYS=!1,jspb.Message.SERIALIZE_EMPTY_TRAILING_FIELDS=!0,jspb.Message.SUPPORTS_UINT8ARRAY_=typeof Uint8Array=="function",jspb.Message.prototype.getJsPbMessageId=function(){return this.messageId_},goog.exportProperty(jspb.Message.prototype,"getJsPbMessageId",jspb.Message.prototype.getJsPbMessageId),jspb.Message.getIndex_=function(e,t){return t+e.arrayIndexOffset_},jspb.Message.hiddenES6Property_=function(){},jspb.Message.getFieldNumber_=function(e,t){return t-e.arrayIndexOffset_},jspb.Message.initialize=function(e,t,n,r,s,o){if(e.wrappers_=null,t||(t=n?[n]:[]),e.messageId_=n?String(n):void 0,e.arrayIndexOffset_=n===0?-1:0,e.array=t,jspb.Message.initPivotAndExtensionObject_(e,r),e.convertedPrimitiveFields_={},jspb.Message.SERIALIZE_EMPTY_TRAILING_FIELDS||(e.repeatedFields=s),s)for(t=0;t<s.length;t++)(n=s[t])<e.pivot_?(n=jspb.Message.getIndex_(e,n),e.array[n]=e.array[n]||jspb.Message.EMPTY_LIST_SENTINEL_):(jspb.Message.maybeInitEmptyExtensionObject_(e),e.extensionObject_[n]=e.extensionObject_[n]||jspb.Message.EMPTY_LIST_SENTINEL_);if(o&&o.length)for(t=0;t<o.length;t++)jspb.Message.computeOneofCase(e,o[t])},goog.exportProperty(jspb.Message,"initialize",jspb.Message.initialize),jspb.Message.EMPTY_LIST_SENTINEL_=goog.DEBUG&&Object.freeze?Object.freeze([]):[],jspb.Message.isArray_=function(e){return jspb.Message.ASSUME_LOCAL_ARRAYS?e instanceof Array:Array.isArray(e)},jspb.Message.isExtensionObject_=function(e){return!(e===null||typeof e!="object"||jspb.Message.isArray_(e)||jspb.Message.SUPPORTS_UINT8ARRAY_&&e instanceof Uint8Array)},jspb.Message.initPivotAndExtensionObject_=function(e,t){var n=e.array.length,r=-1;if(n&&(r=n-1,n=e.array[r],jspb.Message.isExtensionObject_(n)))return e.pivot_=jspb.Message.getFieldNumber_(e,r),void(e.extensionObject_=n);-1<t?(e.pivot_=Math.max(t,jspb.Message.getFieldNumber_(e,r+1)),e.extensionObject_=null):e.pivot_=Number.MAX_VALUE},jspb.Message.maybeInitEmptyExtensionObject_=function(e){var t=jspb.Message.getIndex_(e,e.pivot_);e.array[t]||(e.extensionObject_=e.array[t]={})},jspb.Message.toObjectList=function(e,t,n){for(var r=[],s=0;s<e.length;s++)r[s]=t.call(e[s],n,e[s]);return r},goog.exportProperty(jspb.Message,"toObjectList",jspb.Message.toObjectList),jspb.Message.toObjectExtension=function(e,t,n,r,s){for(var o in n){var l=n[o],u=r.call(e,l);if(u!=null){for(var c in l.fieldName)if(l.fieldName.hasOwnProperty(c))break;t[c]=l.toObjectFn?l.isRepeated?jspb.Message.toObjectList(u,l.toObjectFn,s):l.toObjectFn(s,u):u}}},goog.exportProperty(jspb.Message,"toObjectExtension",jspb.Message.toObjectExtension),jspb.Message.serializeBinaryExtensions=function(e,t,n,r){for(var s in n){var o=n[s],l=o.fieldInfo;if(!o.binaryWriterFn)throw Error("Message extension present that was generated without binary serialization support");var u=r.call(e,l);if(u!=null)if(l.isMessageType()){if(!o.binaryMessageSerializeFn)throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");o.binaryWriterFn.call(t,l.fieldIndex,u,o.binaryMessageSerializeFn)}else o.binaryWriterFn.call(t,l.fieldIndex,u)}},goog.exportProperty(jspb.Message,"serializeBinaryExtensions",jspb.Message.serializeBinaryExtensions),jspb.Message.readBinaryExtension=function(e,t,n,r,s){var o=n[t.getFieldNumber()];if(o){if(n=o.fieldInfo,!o.binaryReaderFn)throw Error("Deserializing extension whose generated code does not support binary format");if(n.isMessageType()){var l=new n.ctor;o.binaryReaderFn.call(t,l,o.binaryMessageDeserializeFn)}else l=o.binaryReaderFn.call(t);n.isRepeated&&!o.isPacked?(t=r.call(e,n))?t.push(l):s.call(e,n,[l]):s.call(e,n,l)}else t.skipField()},goog.exportProperty(jspb.Message,"readBinaryExtension",jspb.Message.readBinaryExtension),jspb.Message.getField=function(e,t){if(t<e.pivot_){t=jspb.Message.getIndex_(e,t);var n=e.array[t];return n===jspb.Message.EMPTY_LIST_SENTINEL_?e.array[t]=[]:n}if(e.extensionObject_)return(n=e.extensionObject_[t])===jspb.Message.EMPTY_LIST_SENTINEL_?e.extensionObject_[t]=[]:n},goog.exportProperty(jspb.Message,"getField",jspb.Message.getField),jspb.Message.getRepeatedField=function(e,t){return jspb.Message.getField(e,t)},goog.exportProperty(jspb.Message,"getRepeatedField",jspb.Message.getRepeatedField),jspb.Message.getOptionalFloatingPointField=function(e,t){return(e=jspb.Message.getField(e,t))==null?e:+e},goog.exportProperty(jspb.Message,"getOptionalFloatingPointField",jspb.Message.getOptionalFloatingPointField),jspb.Message.getBooleanField=function(e,t){return(e=jspb.Message.getField(e,t))==null?e:!!e},goog.exportProperty(jspb.Message,"getBooleanField",jspb.Message.getBooleanField),jspb.Message.getRepeatedFloatingPointField=function(e,t){var n=jspb.Message.getRepeatedField(e,t);if(e.convertedPrimitiveFields_||(e.convertedPrimitiveFields_={}),!e.convertedPrimitiveFields_[t]){for(var r=0;r<n.length;r++)n[r]=+n[r];e.convertedPrimitiveFields_[t]=!0}return n},goog.exportProperty(jspb.Message,"getRepeatedFloatingPointField",jspb.Message.getRepeatedFloatingPointField),jspb.Message.getRepeatedBooleanField=function(e,t){var n=jspb.Message.getRepeatedField(e,t);if(e.convertedPrimitiveFields_||(e.convertedPrimitiveFields_={}),!e.convertedPrimitiveFields_[t]){for(var r=0;r<n.length;r++)n[r]=!!n[r];e.convertedPrimitiveFields_[t]=!0}return n},goog.exportProperty(jspb.Message,"getRepeatedBooleanField",jspb.Message.getRepeatedBooleanField),jspb.Message.bytesAsB64=function(e){return e==null||typeof e=="string"?e:jspb.Message.SUPPORTS_UINT8ARRAY_&&e instanceof Uint8Array?goog.crypt.base64.encodeByteArray(e):(jspb.asserts.fail("Cannot coerce to b64 string: "+goog.typeOf(e)),null)},goog.exportProperty(jspb.Message,"bytesAsB64",jspb.Message.bytesAsB64),jspb.Message.bytesAsU8=function(e){return e==null||e instanceof Uint8Array?e:typeof e=="string"?goog.crypt.base64.decodeStringToUint8Array(e):(jspb.asserts.fail("Cannot coerce to Uint8Array: "+goog.typeOf(e)),null)},goog.exportProperty(jspb.Message,"bytesAsU8",jspb.Message.bytesAsU8),jspb.Message.bytesListAsB64=function(e){return jspb.Message.assertConsistentTypes_(e),e.length&&typeof e[0]!="string"?goog.array.map(e,jspb.Message.bytesAsB64):e},goog.exportProperty(jspb.Message,"bytesListAsB64",jspb.Message.bytesListAsB64),jspb.Message.bytesListAsU8=function(e){return jspb.Message.assertConsistentTypes_(e),!e.length||e[0]instanceof Uint8Array?e:goog.array.map(e,jspb.Message.bytesAsU8)},goog.exportProperty(jspb.Message,"bytesListAsU8",jspb.Message.bytesListAsU8),jspb.Message.assertConsistentTypes_=function(e){if(goog.DEBUG&&e&&1<e.length){var t=goog.typeOf(e[0]);goog.array.forEach(e,function(n){goog.typeOf(n)!=t&&jspb.asserts.fail("Inconsistent type in JSPB repeated field array. Got "+goog.typeOf(n)+" expected "+t)})}},jspb.Message.getFieldWithDefault=function(e,t,n){var r;return(r=e=jspb.Message.getField(e,t))!=null?r:n},goog.exportProperty(jspb.Message,"getFieldWithDefault",jspb.Message.getFieldWithDefault),jspb.Message.getBooleanFieldWithDefault=function(e,t,n){var r;return(r=e=jspb.Message.getBooleanField(e,t))!=null?r:n},goog.exportProperty(jspb.Message,"getBooleanFieldWithDefault",jspb.Message.getBooleanFieldWithDefault),jspb.Message.getFloatingPointFieldWithDefault=function(e,t,n){var r;return(r=e=jspb.Message.getOptionalFloatingPointField(e,t))!=null?r:n},goog.exportProperty(jspb.Message,"getFloatingPointFieldWithDefault",jspb.Message.getFloatingPointFieldWithDefault),jspb.Message.getFieldProto3=jspb.Message.getFieldWithDefault,goog.exportProperty(jspb.Message,"getFieldProto3",jspb.Message.getFieldProto3),jspb.Message.getMapField=function(e,t,n,r){if(e.wrappers_||(e.wrappers_={}),t in e.wrappers_)return e.wrappers_[t];var s=jspb.Message.getField(e,t);if(!s){if(n)return;s=[],jspb.Message.setField(e,t,s)}return e.wrappers_[t]=new jspb.Map(s,r)},goog.exportProperty(jspb.Message,"getMapField",jspb.Message.getMapField),jspb.Message.setField=function(e,t,n){return jspb.asserts.assertInstanceof(e,jspb.Message),t<e.pivot_?e.array[jspb.Message.getIndex_(e,t)]=n:(jspb.Message.maybeInitEmptyExtensionObject_(e),e.extensionObject_[t]=n),e},goog.exportProperty(jspb.Message,"setField",jspb.Message.setField),jspb.Message.setProto3IntField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,0)},goog.exportProperty(jspb.Message,"setProto3IntField",jspb.Message.setProto3IntField),jspb.Message.setProto3FloatField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,0)},goog.exportProperty(jspb.Message,"setProto3FloatField",jspb.Message.setProto3FloatField),jspb.Message.setProto3BooleanField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,!1)},goog.exportProperty(jspb.Message,"setProto3BooleanField",jspb.Message.setProto3BooleanField),jspb.Message.setProto3StringField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,"")},goog.exportProperty(jspb.Message,"setProto3StringField",jspb.Message.setProto3StringField),jspb.Message.setProto3BytesField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,"")},goog.exportProperty(jspb.Message,"setProto3BytesField",jspb.Message.setProto3BytesField),jspb.Message.setProto3EnumField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,0)},goog.exportProperty(jspb.Message,"setProto3EnumField",jspb.Message.setProto3EnumField),jspb.Message.setProto3StringIntField=function(e,t,n){return jspb.Message.setFieldIgnoringDefault_(e,t,n,"0")},goog.exportProperty(jspb.Message,"setProto3StringIntField",jspb.Message.setProto3StringIntField),jspb.Message.setFieldIgnoringDefault_=function(e,t,n,r){return jspb.asserts.assertInstanceof(e,jspb.Message),n!==r?jspb.Message.setField(e,t,n):t<e.pivot_?e.array[jspb.Message.getIndex_(e,t)]=null:(jspb.Message.maybeInitEmptyExtensionObject_(e),delete e.extensionObject_[t]),e},jspb.Message.addToRepeatedField=function(e,t,n,r){return jspb.asserts.assertInstanceof(e,jspb.Message),t=jspb.Message.getRepeatedField(e,t),r!=null?t.splice(r,0,n):t.push(n),e},goog.exportProperty(jspb.Message,"addToRepeatedField",jspb.Message.addToRepeatedField),jspb.Message.setOneofField=function(e,t,n,r){return jspb.asserts.assertInstanceof(e,jspb.Message),(n=jspb.Message.computeOneofCase(e,n))&&n!==t&&r!==void 0&&(e.wrappers_&&n in e.wrappers_&&(e.wrappers_[n]=void 0),jspb.Message.setField(e,n,void 0)),jspb.Message.setField(e,t,r)},goog.exportProperty(jspb.Message,"setOneofField",jspb.Message.setOneofField),jspb.Message.computeOneofCase=function(e,t){for(var n,r,s=0;s<t.length;s++){var o=t[s],l=jspb.Message.getField(e,o);l!=null&&(n=o,r=l,jspb.Message.setField(e,o,void 0))}return n?(jspb.Message.setField(e,n,r),n):0},goog.exportProperty(jspb.Message,"computeOneofCase",jspb.Message.computeOneofCase),jspb.Message.getWrapperField=function(e,t,n,r){if(e.wrappers_||(e.wrappers_={}),!e.wrappers_[n]){var s=jspb.Message.getField(e,n);(r||s)&&(e.wrappers_[n]=new t(s))}return e.wrappers_[n]},goog.exportProperty(jspb.Message,"getWrapperField",jspb.Message.getWrapperField),jspb.Message.getRepeatedWrapperField=function(e,t,n){return jspb.Message.wrapRepeatedField_(e,t,n),(t=e.wrappers_[n])==jspb.Message.EMPTY_LIST_SENTINEL_&&(t=e.wrappers_[n]=[]),t},goog.exportProperty(jspb.Message,"getRepeatedWrapperField",jspb.Message.getRepeatedWrapperField),jspb.Message.wrapRepeatedField_=function(e,t,n){if(e.wrappers_||(e.wrappers_={}),!e.wrappers_[n]){for(var r=jspb.Message.getRepeatedField(e,n),s=[],o=0;o<r.length;o++)s[o]=new t(r[o]);e.wrappers_[n]=s}},jspb.Message.setWrapperField=function(e,t,n){jspb.asserts.assertInstanceof(e,jspb.Message),e.wrappers_||(e.wrappers_={});var r=n&&n.toArray();return e.wrappers_[t]=n,jspb.Message.setField(e,t,r)},goog.exportProperty(jspb.Message,"setWrapperField",jspb.Message.setWrapperField),jspb.Message.setOneofWrapperField=function(e,t,n,r){jspb.asserts.assertInstanceof(e,jspb.Message),e.wrappers_||(e.wrappers_={});var s=r&&r.toArray();return e.wrappers_[t]=r,jspb.Message.setOneofField(e,t,n,s)},goog.exportProperty(jspb.Message,"setOneofWrapperField",jspb.Message.setOneofWrapperField),jspb.Message.setRepeatedWrapperField=function(e,t,n){jspb.asserts.assertInstanceof(e,jspb.Message),e.wrappers_||(e.wrappers_={}),n=n||[];for(var r=[],s=0;s<n.length;s++)r[s]=n[s].toArray();return e.wrappers_[t]=n,jspb.Message.setField(e,t,r)},goog.exportProperty(jspb.Message,"setRepeatedWrapperField",jspb.Message.setRepeatedWrapperField),jspb.Message.addToRepeatedWrapperField=function(e,t,n,r,s){jspb.Message.wrapRepeatedField_(e,r,t);var o=e.wrappers_[t];return o||(o=e.wrappers_[t]=[]),n=n||new r,e=jspb.Message.getRepeatedField(e,t),s!=null?(o.splice(s,0,n),e.splice(s,0,n.toArray())):(o.push(n),e.push(n.toArray())),n},goog.exportProperty(jspb.Message,"addToRepeatedWrapperField",jspb.Message.addToRepeatedWrapperField),jspb.Message.toMap=function(e,t,n,r){for(var s={},o=0;o<e.length;o++)s[t.call(e[o])]=n?n.call(e[o],r,e[o]):e[o];return s},goog.exportProperty(jspb.Message,"toMap",jspb.Message.toMap),jspb.Message.prototype.syncMapFields_=function(){if(this.wrappers_)for(var e in this.wrappers_){var t=this.wrappers_[e];if(Array.isArray(t))for(var n=0;n<t.length;n++)t[n]&&t[n].toArray();else t&&t.toArray()}},jspb.Message.prototype.toArray=function(){return this.syncMapFields_(),this.array},goog.exportProperty(jspb.Message.prototype,"toArray",jspb.Message.prototype.toArray),jspb.Message.GENERATE_TO_STRING&&(jspb.Message.prototype.toString=function(){return this.syncMapFields_(),this.array.toString()}),jspb.Message.prototype.getExtension=function(e){if(this.extensionObject_){this.wrappers_||(this.wrappers_={});var t=e.fieldIndex;if(e.isRepeated){if(e.isMessageType())return this.wrappers_[t]||(this.wrappers_[t]=goog.array.map(this.extensionObject_[t]||[],function(n){return new e.ctor(n)})),this.wrappers_[t]}else if(e.isMessageType())return!this.wrappers_[t]&&this.extensionObject_[t]&&(this.wrappers_[t]=new e.ctor(this.extensionObject_[t])),this.wrappers_[t];return this.extensionObject_[t]}},goog.exportProperty(jspb.Message.prototype,"getExtension",jspb.Message.prototype.getExtension),jspb.Message.prototype.setExtension=function(e,t){this.wrappers_||(this.wrappers_={}),jspb.Message.maybeInitEmptyExtensionObject_(this);var n=e.fieldIndex;return e.isRepeated?(t=t||[],e.isMessageType()?(this.wrappers_[n]=t,this.extensionObject_[n]=goog.array.map(t,function(r){return r.toArray()})):this.extensionObject_[n]=t):e.isMessageType()?(this.wrappers_[n]=t,this.extensionObject_[n]=t&&t.toArray()):this.extensionObject_[n]=t,this},goog.exportProperty(jspb.Message.prototype,"setExtension",jspb.Message.prototype.setExtension),jspb.Message.difference=function(e,t){if(!(e instanceof t.constructor))throw Error("Messages have different types.");var n=e.toArray();t=t.toArray();var r=[],s=0,o=n.length>t.length?n.length:t.length;for(e.getJsPbMessageId()&&(r[0]=e.getJsPbMessageId(),s=1);s<o;s++)jspb.Message.compareFields(n[s],t[s])||(r[s]=t[s]);return new e.constructor(r)},goog.exportProperty(jspb.Message,"difference",jspb.Message.difference),jspb.Message.equals=function(e,t){return e==t||!(!e||!t)&&e instanceof t.constructor&&jspb.Message.compareFields(e.toArray(),t.toArray())},goog.exportProperty(jspb.Message,"equals",jspb.Message.equals),jspb.Message.compareExtensions=function(e,t){e=e||{},t=t||{};var n,r={};for(n in e)r[n]=0;for(n in t)r[n]=0;for(n in r)if(!jspb.Message.compareFields(e[n],t[n]))return!1;return!0},goog.exportProperty(jspb.Message,"compareExtensions",jspb.Message.compareExtensions),jspb.Message.compareFields=function(e,t){if(e==t)return!0;if(!goog.isObject(e)||!goog.isObject(t))return!!(typeof e=="number"&&isNaN(e)||typeof t=="number"&&isNaN(t))&&String(e)==String(t);if(e.constructor!=t.constructor)return!1;if(jspb.Message.SUPPORTS_UINT8ARRAY_&&e.constructor===Uint8Array){if(e.length!=t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!=t[n])return!1;return!0}if(e.constructor===Array){var r=void 0,s=void 0,o=Math.max(e.length,t.length);for(n=0;n<o;n++){var l=e[n],u=t[n];if(l&&l.constructor==Object&&(jspb.asserts.assert(r===void 0),jspb.asserts.assert(n===e.length-1),r=l,l=void 0),u&&u.constructor==Object&&(jspb.asserts.assert(s===void 0),jspb.asserts.assert(n===t.length-1),s=u,u=void 0),!jspb.Message.compareFields(l,u))return!1}return!r&&!s||(r=r||{},s=s||{},jspb.Message.compareExtensions(r,s))}if(e.constructor===Object)return jspb.Message.compareExtensions(e,t);throw Error("Invalid type in JSPB array")},goog.exportProperty(jspb.Message,"compareFields",jspb.Message.compareFields),jspb.Message.prototype.cloneMessage=function(){return jspb.Message.cloneMessage(this)},goog.exportProperty(jspb.Message.prototype,"cloneMessage",jspb.Message.prototype.cloneMessage),jspb.Message.prototype.clone=function(){return jspb.Message.cloneMessage(this)},goog.exportProperty(jspb.Message.prototype,"clone",jspb.Message.prototype.clone),jspb.Message.clone=function(e){return jspb.Message.cloneMessage(e)},goog.exportProperty(jspb.Message,"clone",jspb.Message.clone),jspb.Message.cloneMessage=function(e){return new e.constructor(jspb.Message.clone_(e.toArray()))},jspb.Message.copyInto=function(e,t){jspb.asserts.assertInstanceof(e,jspb.Message),jspb.asserts.assertInstanceof(t,jspb.Message),jspb.asserts.assert(e.constructor==t.constructor,"Copy source and target message should have the same type."),e=jspb.Message.clone(e);for(var n=t.toArray(),r=e.toArray(),s=n.length=0;s<r.length;s++)n[s]=r[s];t.wrappers_=e.wrappers_,t.extensionObject_=e.extensionObject_},goog.exportProperty(jspb.Message,"copyInto",jspb.Message.copyInto),jspb.Message.clone_=function(e){if(Array.isArray(e)){for(var t=Array(e.length),n=0;n<e.length;n++){var r=e[n];r!=null&&(t[n]=typeof r=="object"?jspb.Message.clone_(jspb.asserts.assert(r)):r)}return t}if(jspb.Message.SUPPORTS_UINT8ARRAY_&&e instanceof Uint8Array)return new Uint8Array(e);for(n in t={},e)(r=e[n])!=null&&(t[n]=typeof r=="object"?jspb.Message.clone_(jspb.asserts.assert(r)):r);return t},jspb.Message.registerMessageType=function(e,t){t.messageId=e},goog.exportProperty(jspb.Message,"registerMessageType",jspb.Message.registerMessageType),jspb.Message.messageSetExtensions={},jspb.Message.messageSetExtensionsBinary={},jspb.Export={},exports.Map=jspb.Map,exports.Message=jspb.Message,exports.BinaryReader=jspb.BinaryReader,exports.BinaryWriter=jspb.BinaryWriter,exports.ExtensionFieldInfo=jspb.ExtensionFieldInfo,exports.ExtensionFieldBinaryInfo=jspb.ExtensionFieldBinaryInfo,exports.exportSymbol=goog.exportSymbol,exports.inherits=goog.inherits,exports.object={extend:goog.object.extend},exports.typeOf=goog.typeOf},8052:(e,t,n)=>{var r=n(7186),s=r,o=typeof globalThis!="undefined"&&globalThis||typeof window!="undefined"&&window||o!==void 0&&o||typeof self!="undefined"&&self||function(){return this}.call(null)||Function("return this")();s.exportSymbol("proto.google.protobuf.BoolValue",null,o),s.exportSymbol("proto.google.protobuf.BytesValue",null,o),s.exportSymbol("proto.google.protobuf.DoubleValue",null,o),s.exportSymbol("proto.google.protobuf.FloatValue",null,o),s.exportSymbol("proto.google.protobuf.Int32Value",null,o),s.exportSymbol("proto.google.protobuf.Int64Value",null,o),s.exportSymbol("proto.google.protobuf.StringValue",null,o),s.exportSymbol("proto.google.protobuf.UInt32Value",null,o),s.exportSymbol("proto.google.protobuf.UInt64Value",null,o),proto.google.protobuf.DoubleValue=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.DoubleValue,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.DoubleValue.displayName="proto.google.protobuf.DoubleValue"),proto.google.protobuf.FloatValue=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.FloatValue,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.FloatValue.displayName="proto.google.protobuf.FloatValue"),proto.google.protobuf.Int64Value=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.Int64Value,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.Int64Value.displayName="proto.google.protobuf.Int64Value"),proto.google.protobuf.UInt64Value=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.UInt64Value,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.UInt64Value.displayName="proto.google.protobuf.UInt64Value"),proto.google.protobuf.Int32Value=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.Int32Value,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.Int32Value.displayName="proto.google.protobuf.Int32Value"),proto.google.protobuf.UInt32Value=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.UInt32Value,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.UInt32Value.displayName="proto.google.protobuf.UInt32Value"),proto.google.protobuf.BoolValue=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.BoolValue,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.BoolValue.displayName="proto.google.protobuf.BoolValue"),proto.google.protobuf.StringValue=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.StringValue,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.StringValue.displayName="proto.google.protobuf.StringValue"),proto.google.protobuf.BytesValue=function(l){r.Message.initialize(this,l,0,-1,null,null)},s.inherits(proto.google.protobuf.BytesValue,r.Message),s.DEBUG&&!COMPILED&&(proto.google.protobuf.BytesValue.displayName="proto.google.protobuf.BytesValue"),r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.DoubleValue.prototype.toObject=function(l){return proto.google.protobuf.DoubleValue.toObject(l,this)},proto.google.protobuf.DoubleValue.toObject=function(l,u){var c={value:r.Message.getFloatingPointFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.DoubleValue.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.DoubleValue;return proto.google.protobuf.DoubleValue.deserializeBinaryFromReader(c,u)},proto.google.protobuf.DoubleValue.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readDouble();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.DoubleValue.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.DoubleValue.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.DoubleValue.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeDouble(1,c)},proto.google.protobuf.DoubleValue.prototype.getValue=function(){return r.Message.getFloatingPointFieldWithDefault(this,1,0)},proto.google.protobuf.DoubleValue.prototype.setValue=function(l){return r.Message.setProto3FloatField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.FloatValue.prototype.toObject=function(l){return proto.google.protobuf.FloatValue.toObject(l,this)},proto.google.protobuf.FloatValue.toObject=function(l,u){var c={value:r.Message.getFloatingPointFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.FloatValue.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.FloatValue;return proto.google.protobuf.FloatValue.deserializeBinaryFromReader(c,u)},proto.google.protobuf.FloatValue.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readFloat();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.FloatValue.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.FloatValue.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.FloatValue.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeFloat(1,c)},proto.google.protobuf.FloatValue.prototype.getValue=function(){return r.Message.getFloatingPointFieldWithDefault(this,1,0)},proto.google.protobuf.FloatValue.prototype.setValue=function(l){return r.Message.setProto3FloatField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.Int64Value.prototype.toObject=function(l){return proto.google.protobuf.Int64Value.toObject(l,this)},proto.google.protobuf.Int64Value.toObject=function(l,u){var c={value:r.Message.getFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.Int64Value.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.Int64Value;return proto.google.protobuf.Int64Value.deserializeBinaryFromReader(c,u)},proto.google.protobuf.Int64Value.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readInt64();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.Int64Value.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.Int64Value.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.Int64Value.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeInt64(1,c)},proto.google.protobuf.Int64Value.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.Int64Value.prototype.setValue=function(l){return r.Message.setProto3IntField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.UInt64Value.prototype.toObject=function(l){return proto.google.protobuf.UInt64Value.toObject(l,this)},proto.google.protobuf.UInt64Value.toObject=function(l,u){var c={value:r.Message.getFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.UInt64Value.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.UInt64Value;return proto.google.protobuf.UInt64Value.deserializeBinaryFromReader(c,u)},proto.google.protobuf.UInt64Value.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readUint64();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.UInt64Value.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.UInt64Value.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.UInt64Value.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeUint64(1,c)},proto.google.protobuf.UInt64Value.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.UInt64Value.prototype.setValue=function(l){return r.Message.setProto3IntField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.Int32Value.prototype.toObject=function(l){return proto.google.protobuf.Int32Value.toObject(l,this)},proto.google.protobuf.Int32Value.toObject=function(l,u){var c={value:r.Message.getFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.Int32Value.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.Int32Value;return proto.google.protobuf.Int32Value.deserializeBinaryFromReader(c,u)},proto.google.protobuf.Int32Value.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readInt32();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.Int32Value.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.Int32Value.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.Int32Value.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeInt32(1,c)},proto.google.protobuf.Int32Value.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.Int32Value.prototype.setValue=function(l){return r.Message.setProto3IntField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.UInt32Value.prototype.toObject=function(l){return proto.google.protobuf.UInt32Value.toObject(l,this)},proto.google.protobuf.UInt32Value.toObject=function(l,u){var c={value:r.Message.getFieldWithDefault(u,1,0)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.UInt32Value.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.UInt32Value;return proto.google.protobuf.UInt32Value.deserializeBinaryFromReader(c,u)},proto.google.protobuf.UInt32Value.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readUint32();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.UInt32Value.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.UInt32Value.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.UInt32Value.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())!==0&&u.writeUint32(1,c)},proto.google.protobuf.UInt32Value.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.UInt32Value.prototype.setValue=function(l){return r.Message.setProto3IntField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.BoolValue.prototype.toObject=function(l){return proto.google.protobuf.BoolValue.toObject(l,this)},proto.google.protobuf.BoolValue.toObject=function(l,u){var c={value:r.Message.getBooleanFieldWithDefault(u,1,!1)};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.BoolValue.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.BoolValue;return proto.google.protobuf.BoolValue.deserializeBinaryFromReader(c,u)},proto.google.protobuf.BoolValue.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readBool();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.BoolValue.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.BoolValue.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.BoolValue.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue())&&u.writeBool(1,c)},proto.google.protobuf.BoolValue.prototype.getValue=function(){return r.Message.getBooleanFieldWithDefault(this,1,!1)},proto.google.protobuf.BoolValue.prototype.setValue=function(l){return r.Message.setProto3BooleanField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.StringValue.prototype.toObject=function(l){return proto.google.protobuf.StringValue.toObject(l,this)},proto.google.protobuf.StringValue.toObject=function(l,u){var c={value:r.Message.getFieldWithDefault(u,1,"")};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.StringValue.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.StringValue;return proto.google.protobuf.StringValue.deserializeBinaryFromReader(c,u)},proto.google.protobuf.StringValue.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readString();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.StringValue.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.StringValue.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.StringValue.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue()).length>0&&u.writeString(1,c)},proto.google.protobuf.StringValue.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.google.protobuf.StringValue.prototype.setValue=function(l){return r.Message.setProto3StringField(this,1,l)},r.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.BytesValue.prototype.toObject=function(l){return proto.google.protobuf.BytesValue.toObject(l,this)},proto.google.protobuf.BytesValue.toObject=function(l,u){var c={value:u.getValue_asB64()};return l&&(c.$jspbMessageInstance=u),c}),proto.google.protobuf.BytesValue.deserializeBinary=function(l){var u=new r.BinaryReader(l),c=new proto.google.protobuf.BytesValue;return proto.google.protobuf.BytesValue.deserializeBinaryFromReader(c,u)},proto.google.protobuf.BytesValue.deserializeBinaryFromReader=function(l,u){for(;u.nextField()&&!u.isEndGroup();)if(u.getFieldNumber()===1){var c=u.readBytes();l.setValue(c)}else u.skipField();return l},proto.google.protobuf.BytesValue.prototype.serializeBinary=function(){var l=new r.BinaryWriter;return proto.google.protobuf.BytesValue.serializeBinaryToWriter(this,l),l.getResultBuffer()},proto.google.protobuf.BytesValue.serializeBinaryToWriter=function(l,u){var c;(c=l.getValue_asU8()).length>0&&u.writeBytes(1,c)},proto.google.protobuf.BytesValue.prototype.getValue=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.google.protobuf.BytesValue.prototype.getValue_asB64=function(){return r.Message.bytesAsB64(this.getValue())},proto.google.protobuf.BytesValue.prototype.getValue_asU8=function(){return r.Message.bytesAsU8(this.getValue())},proto.google.protobuf.BytesValue.prototype.setValue=function(l){return r.Message.setProto3BytesField(this,1,l)},s.object.extend(t,proto.google.protobuf)},9336:(e,t,n)=>{var r=n(528)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch{r=null}e.exports=r},5949:function(e,t,n){var r;function s(P){var oe=0;return function(){return oe<P.length?{done:!1,value:P[oe++]}:{done:!0}}}var o=typeof Object.defineProperties=="function"?Object.defineProperty:function(P,oe,Ue){P!=Array.prototype&&P!=Object.prototype&&(P[oe]=Ue.value)},l=function(P){P=[typeof window=="object"&&window,typeof self=="object"&&self,typeof n.g=="object"&&n.g,P];for(var oe=0;oe<P.length;++oe){var Ue=P[oe];if(Ue&&Ue.Math==Math)return Ue}throw Error("Cannot find global object")}(this);function u(){u=function(){},l.Symbol||(l.Symbol=h)}function c(P,oe){this.a=P,o(this,"description",{configurable:!0,writable:!0,value:oe})}c.prototype.toString=function(){return this.a};var d,h=(d=0,function P(oe){if(this instanceof P)throw new TypeError("Symbol is not a constructor");return new c("jscomp_symbol_"+(oe||"")+"_"+d++,oe)});function B(){u();var P=l.Symbol.iterator;P||(P=l.Symbol.iterator=l.Symbol("Symbol.iterator")),typeof Array.prototype[P]!="function"&&o(Array.prototype,P,{configurable:!0,writable:!0,value:function(){return function(oe){return B(),(oe={next:oe})[l.Symbol.iterator]=function(){return this},oe}(s(this))}}),B=function(){}}function U(P){var oe=typeof Symbol!="undefined"&&Symbol.iterator&&P[Symbol.iterator];return oe?oe.call(P):{next:s(P)}}var f,g=typeof Object.create=="function"?Object.create:function(P){function oe(){}return oe.prototype=P,new oe};if(typeof Object.setPrototypeOf=="function")f=Object.setPrototypeOf;else{var F;e:{var y={};try{y.__proto__={V:!0},F=y.V;break e}catch{}F=!1}f=F?function(P,oe){if(P.__proto__=oe,P.__proto__!==oe)throw new TypeError(P+" is not extensible");return P}:null}var m=f;function _(P,oe){if(P.prototype=g(oe.prototype),P.prototype.constructor=P,m)m(P,oe);else for(var Ue in oe)if(Ue!="prototype")if(Object.defineProperties){var Se=Object.getOwnPropertyDescriptor(oe,Ue);Se&&Object.defineProperty(P,Ue,Se)}else P[Ue]=oe[Ue];P.O=oe.prototype}function v(P,oe){if(oe){var Ue=l;P=P.split(".");for(var Se=0;Se<P.length-1;Se++){var We=P[Se];We in Ue||(Ue[We]={}),Ue=Ue[We]}(oe=oe(Se=Ue[P=P[P.length-1]]))!=Se&&oe!=null&&o(Ue,P,{configurable:!0,writable:!0,value:oe})}}v("Array.prototype.keys",function(P){return P||function(){return function(oe,Ue){B(),oe instanceof String&&(oe+="");var Se=0,We={next:function(){if(Se<oe.length){var He=Se++;return{value:Ue(He,oe[He]),done:!1}}return We.next=function(){return{done:!0,value:void 0}},We.next()}};return We[Symbol.iterator]=function(){return We},We}(this,function(oe){return oe})}}),v("Array.prototype.find",function(P){return P||function(oe,Ue){e:{var Se=this;Se instanceof String&&(Se=String(Se));for(var We=Se.length,He=0;He<We;He++){var Ce=Se[He];if(oe.call(Ue,Ce,He,Se)){oe=Ce;break e}}oe=void 0}return oe}}),v("Object.is",function(P){return P||function(oe,Ue){return oe===Ue?oe!==0||1/oe==1/Ue:oe!=oe&&Ue!=Ue}}),v("Array.prototype.includes",function(P){return P||function(oe,Ue){var Se=this;Se instanceof String&&(Se=String(Se));var We=Se.length;for(0>(Ue=Ue||0)&&(Ue=Math.max(Ue+We,0));Ue<We;Ue++){var He=Se[Ue];if(He===oe||Object.is(He,oe))return!0}return!1}}),v("Promise",function(P){function oe(Ce){this.b=0,this.c=void 0,this.a=[];var Le=this.f();try{Ce(Le.resolve,Le.reject)}catch(et){Le.reject(et)}}function Ue(){this.a=null}function Se(Ce){return Ce instanceof oe?Ce:new oe(function(Le){Le(Ce)})}if(P)return P;Ue.prototype.b=function(Ce){if(this.a==null){this.a=[];var Le=this;this.c(function(){Le.g()})}this.a.push(Ce)};var We=l.setTimeout;Ue.prototype.c=function(Ce){We(Ce,0)},Ue.prototype.g=function(){for(;this.a&&this.a.length;){var Ce=this.a;this.a=[];for(var Le=0;Le<Ce.length;++Le){var et=Ce[Le];Ce[Le]=null;try{et()}catch(ct){this.f(ct)}}}this.a=null},Ue.prototype.f=function(Ce){this.c(function(){throw Ce})},oe.prototype.f=function(){function Ce(ct){return function(mt){et||(et=!0,ct.call(Le,mt))}}var Le=this,et=!1;return{resolve:Ce(this.s),reject:Ce(this.g)}},oe.prototype.s=function(Ce){if(Ce===this)this.g(new TypeError("A Promise cannot resolve to itself"));else if(Ce instanceof oe)this.v(Ce);else{e:switch(typeof Ce){case"object":var Le=Ce!=null;break e;case"function":Le=!0;break e;default:Le=!1}Le?this.m(Ce):this.h(Ce)}},oe.prototype.m=function(Ce){var Le=void 0;try{Le=Ce.then}catch(et){return void this.g(et)}typeof Le=="function"?this.w(Le,Ce):this.h(Ce)},oe.prototype.g=function(Ce){this.i(2,Ce)},oe.prototype.h=function(Ce){this.i(1,Ce)},oe.prototype.i=function(Ce,Le){if(this.b!=0)throw Error("Cannot settle("+Ce+", "+Le+"): Promise already settled in state"+this.b);this.b=Ce,this.c=Le,this.l()},oe.prototype.l=function(){if(this.a!=null){for(var Ce=0;Ce<this.a.length;++Ce)He.b(this.a[Ce]);this.a=null}};var He=new Ue;return oe.prototype.v=function(Ce){var Le=this.f();Ce.F(Le.resolve,Le.reject)},oe.prototype.w=function(Ce,Le){var et=this.f();try{Ce.call(Le,et.resolve,et.reject)}catch(ct){et.reject(ct)}},oe.prototype.then=function(Ce,Le){function et(At,rt){return typeof At=="function"?function(Nt){try{ct(At(Nt))}catch(vt){mt(vt)}}:rt}var ct,mt,kt=new oe(function(At,rt){ct=At,mt=rt});return this.F(et(Ce,ct),et(Le,mt)),kt},oe.prototype.catch=function(Ce){return this.then(void 0,Ce)},oe.prototype.F=function(Ce,Le){function et(){switch(ct.b){case 1:Ce(ct.c);break;case 2:Le(ct.c);break;default:throw Error("Unexpected state: "+ct.b)}}var ct=this;this.a==null?He.b(et):this.a.push(et)},oe.resolve=Se,oe.reject=function(Ce){return new oe(function(Le,et){et(Ce)})},oe.race=function(Ce){return new oe(function(Le,et){for(var ct=U(Ce),mt=ct.next();!mt.done;mt=ct.next())Se(mt.value).F(Le,et)})},oe.all=function(Ce){var Le=U(Ce),et=Le.next();return et.done?Se([]):new oe(function(ct,mt){function kt(Nt){return function(vt){At[Nt]=vt,--rt==0&&ct(At)}}var At=[],rt=0;do At.push(void 0),rt++,Se(et.value).F(kt(At.length-1),mt),et=Le.next();while(!et.done)})},oe});var N=N||{},V=this||self;function G(P,oe){P=P.split("."),oe=oe||V;for(var Ue=0;Ue<P.length;Ue++)if((oe=oe[P[Ue]])==null)return null;return oe}function W(){}function K(P){var oe=typeof P;return oe=="object"&&P!=null||oe=="function"}function Y(P,oe,Ue){return P.call.apply(P.bind,arguments)}function A(P,oe,Ue){if(!P)throw Error();if(2<arguments.length){var Se=Array.prototype.slice.call(arguments,2);return function(){var We=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(We,Se),P.apply(oe,We)}}return function(){return P.apply(oe,arguments)}}function j(P,oe,Ue){return(j=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?Y:A).apply(null,arguments)}function w(P,oe){function Ue(){}Ue.prototype=oe.prototype,P.O=oe.prototype,P.prototype=new Ue,P.prototype.constructor=P}function Z(P){this.a=P||{}}function q(P,oe,Ue,Se){this.f=P,this.c=oe,this.b=Ue,this.a=Se}function M(P,oe,Ue,Se){Ue=Ue===void 0?{}:Ue,this.c=P,this.a=Ue,this.b=oe,this.f=Se===void 0?null:Se}function D(P,oe,Ue,Se,We,He){this.name=P,this.a=We,this.b=He}function C(P,oe,Ue){Ue=Ue===void 0?{}:Ue;var Se=Se===void 0?new Z:Se;return new q(oe,P,Ue,Se)}function ee(P,oe,Ue){Ue=Ue===void 0?{}:Ue,oe=Error.call(this,oe),this.message=oe.message,"stack"in oe&&(this.stack=oe.stack),this.code=P,this.metadata=Ue}function re(P){this.a=P}function ie(P){if(Error.captureStackTrace)Error.captureStackTrace(this,ie);else{var oe=Error().stack;oe&&(this.stack=oe)}P&&(this.message=String(P))}function Fe(P,oe){for(var Ue="",Se=(P=P.split("%s")).length-1,We=0;We<Se;We++)Ue+=P[We]+(We<oe.length?oe[We]:"%s");ie.call(this,Ue+P[Se])}function he(){this.l=null,this.i=[],this.m=0,this.b=le,this.f=this.a=this.h=0,this.c=null,this.g=0}Z.prototype.get=function(P){return this.a[P]},Z.prototype.G=function(){return Object.keys(this.a)},q.prototype.getRequestMessage=function(){return this.f},q.prototype.getMethodDescriptor=function(){return this.c},q.prototype.getMetadata=function(){return this.b},q.prototype.getCallOptions=function(){return this.a},M.prototype.getResponseMessage=function(){return this.c},M.prototype.getMetadata=function(){return this.a},M.prototype.getMethodDescriptor=function(){return this.b},M.prototype.getStatus=function(){return this.f},D.prototype.getName=function(){return this.name},D.prototype.getName=D.prototype.getName,_(ee,Error),ee.prototype.toString=function(){var P="RpcError("+(function(oe){switch(oe){case 0:return"OK";case 1:return"CANCELLED";case 2:return"UNKNOWN";case 3:return"INVALID_ARGUMENT";case 4:return"DEADLINE_EXCEEDED";case 5:return"NOT_FOUND";case 6:return"ALREADY_EXISTS";case 7:return"PERMISSION_DENIED";case 16:return"UNAUTHENTICATED";case 8:return"RESOURCE_EXHAUSTED";case 9:return"FAILED_PRECONDITION";case 10:return"ABORTED";case 11:return"OUT_OF_RANGE";case 12:return"UNIMPLEMENTED";case 13:return"INTERNAL";case 14:return"UNAVAILABLE";case 15:return"DATA_LOSS";default:return""}}(this.code)||String(this.code))+")";return this.message&&(P+=": "+this.message),P},ee.prototype.name="RpcError",re.prototype.on=function(P,oe){return P=="data"||P=="error"?this:this.a.on(P,oe)},re.prototype.removeListener=function(P,oe){return this.a.removeListener(P,oe)},re.prototype.cancel=function(){this.a.cancel()},w(ie,Error),ie.prototype.name="CustomError",w(Fe,ie),Fe.prototype.name="AssertionError";var le=0,de=1,X=2,b=3,L=0,ae=128;function H(P,oe,Ue,Se){throw P.b=b,P.l="The stream is broken @"+P.m+"/"+Ue+". Error: "+Se+`. With input:
67
+ `+oe,Error(P.l)}var Be,fe=Array.prototype.indexOf?function(P,oe){return Array.prototype.indexOf.call(P,oe,void 0)}:function(P,oe){if(typeof P=="string")return typeof oe!="string"||oe.length!=1?-1:P.indexOf(oe,0);for(var Ue=0;Ue<P.length;Ue++)if(Ue in P&&P[Ue]===oe)return Ue;return-1},ue=String.prototype.trim?function(P){return P.trim()}:function(P){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(P)[1]};function Re(P,oe){return P.indexOf(oe)!=-1}function me(P,oe){return P<oe?-1:P>oe?1:0}e:{var Ne=V.navigator;if(Ne){var Ze=Ne.userAgent;if(Ze){Be=Ze;break e}}Be=""}var Pe="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function J(P){var oe=1;P=P.split(":");for(var Ue=[];0<oe&&P.length;)Ue.push(P.shift()),oe--;return P.length&&Ue.push(P.join(":")),Ue}function x(P){return x[" "](P),P}x[" "]=W;var $,ce,be=Re(Be,"Opera"),ye=Re(Be,"Trident")||Re(Be,"MSIE"),Me=Re(Be,"Edge"),ot=Re(Be,"Gecko")&&!(Re(Be.toLowerCase(),"webkit")&&!Re(Be,"Edge"))&&!(Re(Be,"Trident")||Re(Be,"MSIE"))&&!Re(Be,"Edge"),it=Re(Be.toLowerCase(),"webkit")&&!Re(Be,"Edge");e:{var yt="",st=(ce=Be,ot?/rv:([^\);]+)(\)|;)/.exec(ce):Me?/Edge\/([\d\.]+)/.exec(ce):ye?/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(ce):it?/WebKit\/(\S+)/.exec(ce):be?/(?:Version)[ \/]?(\S+)/.exec(ce):void 0);if(st&&(yt=st?st[1]:""),ye){var gt,Rt=V.document;if((gt=Rt?Rt.documentMode:void 0)!=null&&gt>parseFloat(yt)){$=String(gt);break e}}$=yt}var Je={};function qe(){return function(){var P=Je;return Object.prototype.hasOwnProperty.call(P,9)?P[9]:P[9]=function(){for(var oe=0,Ue=ue(String($)).split("."),Se=ue("9").split("."),We=Math.max(Ue.length,Se.length),He=0;oe==0&&He<We;He++){var Ce=Ue[He]||"",Le=Se[He]||"";do{if(Ce=/(\d*)(\D*)(.*)/.exec(Ce)||["","","",""],Le=/(\d*)(\D*)(.*)/.exec(Le)||["","","",""],Ce[0].length==0&&Le[0].length==0)break;oe=me(Ce[1].length==0?0:parseInt(Ce[1],10),Le[1].length==0?0:parseInt(Le[1],10))||me(Ce[2].length==0,Le[2].length==0)||me(Ce[2],Le[2]),Ce=Ce[3],Le=Le[3]}while(oe==0)}return 0<=oe}()}()}function te(){this.K=this.K}te.prototype.K=!1;var I=Object.freeze||function(P){return P};function ge(P,oe){this.type=P,this.a=this.target=oe,this.defaultPrevented=!1}ge.prototype.b=function(){this.defaultPrevented=!0};var ve=function(){if(!V.addEventListener||!Object.defineProperty)return!1;var P=!1,oe=Object.defineProperty({},"passive",{get:function(){P=!0}});try{V.addEventListener("test",W,oe),V.removeEventListener("test",W,oe)}catch{}return P}();function Ee(P,oe){if(ge.call(this,P?P.type:""),this.relatedTarget=this.a=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=0,this.key="",this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1,this.pointerId=0,this.pointerType="",this.c=null,P){var Ue=this.type=P.type,Se=P.changedTouches&&P.changedTouches.length?P.changedTouches[0]:null;if(this.target=P.target||P.srcElement,this.a=oe,oe=P.relatedTarget){if(ot){e:{try{x(oe.nodeName);var We=!0;break e}catch{}We=!1}We||(oe=null)}}else Ue=="mouseover"?oe=P.fromElement:Ue=="mouseout"&&(oe=P.toElement);this.relatedTarget=oe,Se?(this.clientX=Se.clientX!==void 0?Se.clientX:Se.pageX,this.clientY=Se.clientY!==void 0?Se.clientY:Se.pageY,this.screenX=Se.screenX||0,this.screenY=Se.screenY||0):(this.clientX=P.clientX!==void 0?P.clientX:P.pageX,this.clientY=P.clientY!==void 0?P.clientY:P.pageY,this.screenX=P.screenX||0,this.screenY=P.screenY||0),this.button=P.button,this.key=P.key||"",this.ctrlKey=P.ctrlKey,this.altKey=P.altKey,this.shiftKey=P.shiftKey,this.metaKey=P.metaKey,this.pointerId=P.pointerId||0,this.pointerType=typeof P.pointerType=="string"?P.pointerType:we[P.pointerType]||"",this.c=P,P.defaultPrevented&&Ee.O.b.call(this)}}w(Ee,ge);var we=I({2:"touch",3:"pen",4:"mouse"});Ee.prototype.b=function(){Ee.O.b.call(this);var P=this.c;P.preventDefault?P.preventDefault():P.returnValue=!1};var Oe="closure_listenable_"+(1e6*Math.random()|0),Ve=0;function je(P,oe,Ue,Se,We){this.listener=P,this.proxy=null,this.src=oe,this.type=Ue,this.capture=!!Se,this.H=We,this.key=++Ve,this.A=this.D=!1}function xe(P){P.A=!0,P.listener=null,P.proxy=null,P.src=null,P.H=null}function nt(P){this.src=P,this.a={},this.b=0}function Qt(P,oe){var Ue=oe.type;if(Ue in P.a){var Se,We=P.a[Ue],He=fe(We,oe);(Se=0<=He)&&Array.prototype.splice.call(We,He,1),Se&&(xe(oe),P.a[Ue].length==0&&(delete P.a[Ue],P.b--))}}function St(P,oe,Ue,Se){for(var We=0;We<P.length;++We){var He=P[We];if(!He.A&&He.listener==oe&&He.capture==!!Ue&&He.H==Se)return We}return-1}nt.prototype.add=function(P,oe,Ue,Se,We){var He=P.toString();(P=this.a[He])||(P=this.a[He]=[],this.b++);var Ce=St(P,oe,Se,We);return-1<Ce?(oe=P[Ce],Ue||(oe.D=!1)):((oe=new je(oe,this.src,He,!!Se,We)).D=Ue,P.push(oe)),oe},nt.prototype.remove=function(P,oe,Ue,Se){if(!((P=P.toString())in this.a))return!1;var We=this.a[P];return-1<(oe=St(We,oe,Ue,Se))&&(xe(We[oe]),Array.prototype.splice.call(We,oe,1),We.length==0&&(delete this.a[P],this.b--),!0)};var Ut="closure_lm_"+(1e6*Math.random()|0),Ge={};function lt(P,oe,Ue,Se,We){if(Se&&Se.once)wt(P,oe,Ue,Se,We);else if(Array.isArray(oe))for(var He=0;He<oe.length;He++)lt(P,oe[He],Ue,Se,We);else Ue=En(Ue),P&&P[Oe]?P.f.add(String(oe),Ue,!1,K(Se)?!!Se.capture:!!Se,We):Et(P,oe,Ue,!1,Se,We)}function Et(P,oe,Ue,Se,We,He){if(!oe)throw Error("Invalid event type");var Ce=K(We)?!!We.capture:!!We,Le=$t(P);if(Le||(P[Ut]=Le=new nt(P)),!(Ue=Le.add(oe,Ue,Se,Ce,He)).proxy)if(Se=function(){var et=Xt;return function ct(mt){return et.call(ct.src,ct.listener,mt)}}(),Ue.proxy=Se,Se.src=P,Se.listener=Ue,P.addEventListener)ve||(We=Ce),We===void 0&&(We=!1),P.addEventListener(oe.toString(),Se,We);else if(P.attachEvent)P.attachEvent(Ot(oe.toString()),Se);else{if(!P.addListener||!P.removeListener)throw Error("addEventListener and attachEvent are unavailable.");P.addListener(Se)}}function wt(P,oe,Ue,Se,We){if(Array.isArray(oe))for(var He=0;He<oe.length;He++)wt(P,oe[He],Ue,Se,We);else Ue=En(Ue),P&&P[Oe]?P.f.add(String(oe),Ue,!0,K(Se)?!!Se.capture:!!Se,We):Et(P,oe,Ue,!0,Se,We)}function Vt(P,oe,Ue,Se,We){if(Array.isArray(oe))for(var He=0;He<oe.length;He++)Vt(P,oe[He],Ue,Se,We);else Se=K(Se)?!!Se.capture:!!Se,Ue=En(Ue),P&&P[Oe]?P.f.remove(String(oe),Ue,Se,We):P&&(P=$t(P))&&(oe=P.a[oe.toString()],P=-1,oe&&(P=St(oe,Ue,Se,We)),(Ue=-1<P?oe[P]:null)&&Zt(Ue))}function Zt(P){if(typeof P!="number"&&P&&!P.A){var oe=P.src;if(oe&&oe[Oe])Qt(oe.f,P);else{var Ue=P.type,Se=P.proxy;oe.removeEventListener?oe.removeEventListener(Ue,Se,P.capture):oe.detachEvent?oe.detachEvent(Ot(Ue),Se):oe.addListener&&oe.removeListener&&oe.removeListener(Se),(Ue=$t(oe))?(Qt(Ue,P),Ue.b==0&&(Ue.src=null,oe[Ut]=null)):xe(P)}}}function Ot(P){return P in Ge?Ge[P]:Ge[P]="on"+P}function Xt(P,oe){if(P.A)P=!0;else{oe=new Ee(oe,this);var Ue=P.listener,Se=P.H||P.src;P.D&&Zt(P),P=Ue.call(Se,oe)}return P}function $t(P){return(P=P[Ut])instanceof nt?P:null}var fn="__closure_events_fn_"+(1e9*Math.random()>>>0);function En(P){return typeof P=="function"?P:(P[fn]||(P[fn]=function(oe){return P.handleEvent(oe)}),P[fn])}function Kt(){te.call(this),this.f=new nt(this),this.U=this}function qt(P,oe){P=P.U;var Ue=oe.type||oe;if(typeof oe=="string")oe=new ge(oe,P);else if(oe instanceof ge)oe.target=oe.target||P;else{var Se=oe;(function(We,He){for(var Ce,Le,et=1;et<arguments.length;et++){for(Ce in Le=arguments[et])We[Ce]=Le[Ce];for(var ct=0;ct<Pe.length;ct++)Ce=Pe[ct],Object.prototype.hasOwnProperty.call(Le,Ce)&&(We[Ce]=Le[Ce])}})(oe=new ge(Ue,P),Se)}gn(P=oe.a=P,Ue,!0,oe),gn(P,Ue,!1,oe)}function gn(P,oe,Ue,Se){if(oe=P.f.a[String(oe)]){oe=oe.concat();for(var We=!0,He=0;He<oe.length;++He){var Ce=oe[He];if(Ce&&!Ce.A&&Ce.capture==Ue){var Le=Ce.listener,et=Ce.H||Ce.src;Ce.D&&Qt(P.f,Ce),We=Le.call(et,Se)!==!1&&We}}}}w(Kt,te),Kt.prototype[Oe]=!0,Kt.prototype.addEventListener=function(P,oe,Ue,Se){lt(this,P,oe,Ue,Se)},Kt.prototype.removeEventListener=function(P,oe,Ue,Se){Vt(this,P,oe,Ue,Se)};var Sn=V;function on(P,oe,Ue){if(typeof P=="function")Ue&&(P=j(P,Ue));else{if(!P||typeof P.handleEvent!="function")throw Error("Invalid listener argument");P=j(P.handleEvent,P)}return 2147483647<Number(oe)?-1:Sn.setTimeout(P,oe||0)}function ze(P,oe){this.name=P,this.value=oe}ze.prototype.toString=function(){return this.name};var ht,Mn,Fn,Pt=new ze("OFF",1/0),Zn=new ze("SEVERE",1e3),pe=new ze("CONFIG",700),xn=new ze("FINE",500);function zt(){this.clear()}function Gt(P,oe,Ue){this.reset(P||Pt,oe,Ue,void 0,void 0)}function bt(P,oe){this.a=null,this.f=[],this.b=(oe===void 0?null:oe)||null,this.c=[],this.g={getName:function(){return P}}}function In(P){return P.a?P.a:P.b?In(P.b):(function(oe,Ue){throw new Fe("Failure"+(oe?": "+oe:""),Array.prototype.slice.call(arguments,1))}("Root logger has no level set."),Pt)}function Ln(){this.entries={};var P=new bt("");P.a=pe,this.entries[""]=P}function p(P,oe,Ue){var Se=P.entries[oe];if(Se)return Ue!==void 0&&(Se.a=Ue),Se;Se=p(P,oe.substr(0,oe.lastIndexOf(".")));var We=new bt(oe,Se);return P.entries[oe]=We,Se.c.push(We),Ue!==void 0&&(We.a=Ue),We}function Q(){return Mn||(Mn=new Ln),Mn}function k(P,oe,Ue){var Se;(Se=P)&&(Se=P&&oe)&&(Se=(Se=oe.value)>=(P?In(p(Q(),P.getName())):Pt).value),Se&&(oe=oe||Pt,Se=p(Q(),P.getName()),typeof Ue=="function"&&(Ue=Ue()),ht||(ht=new zt),function(We,He){for(;We;)We.f.forEach(function(Ce){Ce(He)}),We=We.b}(Se,P=new Gt(oe,Ue,P=P.getName())))}function se(P,oe){P&&k(P,xn,oe)}function Qe(){}function ke(P){var oe;return(oe=P.a)||(oe={},jt(P)&&(oe[0]=!0,oe[1]=!0),oe=P.a=oe),oe}function $e(){}function Bt(P){return(P=jt(P))?new ActiveXObject(P):new XMLHttpRequest}function jt(P){if(!P.b&&typeof XMLHttpRequest=="undefined"&&typeof ActiveXObject!="undefined"){for(var oe=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],Ue=0;Ue<oe.length;Ue++){var Se=oe[Ue];try{return new ActiveXObject(Se),P.b=Se}catch{}}throw Error("Could not create ActiveXObject. ActiveX might be disabled, or MSXML might not be installed")}return P.b}function un(P,oe){this.b=P[V.Symbol.iterator](),this.c=oe,this.f=0}zt.prototype.clear=function(){},Gt.prototype.reset=function(){},Qe.prototype.a=null,w($e,Qe),Fn=new $e,u(),B(),un.prototype[Symbol.iterator]=function(){return this},un.prototype.next=function(){var P=this.b.next();return{value:P.done?void 0:this.c.call(void 0,P.value,this.f++),done:P.done}},u(),B(),u(),B();var _n="StopIteration"in V?V.StopIteration:{message:"StopIteration",stack:""};function Jn(){}function kn(P){if(P instanceof vn||P instanceof pt||P instanceof On)return P;if(typeof P.next=="function")return new vn(function(){return Kn(P)});if(u(),B(),typeof P[Symbol.iterator]=="function")return u(),B(),new vn(function(){return P[Symbol.iterator]()});if(typeof P.u=="function")return new vn(function(){return Kn(P.u())});throw Error("Not an iterator or iterable.")}function Kn(P){if(!(P instanceof Jn))return P;var oe=!1;return{next:function(){for(var Ue;!oe;)try{Ue=P.a();break}catch(Se){if(Se!==_n)throw Se;oe=!0}return{value:Ue,done:oe}}}}function vn(P){this.b=P}function pt(P){this.b=P}function On(P){vn.call(this,function(){return P}),this.f=P}function Qn(P,oe){this.o={},this.j=[],this.B=this.size=0;var Ue=arguments.length;if(1<Ue){if(Ue%2)throw Error("Uneven number of arguments");for(var Se=0;Se<Ue;Se+=2)this.set(arguments[Se],arguments[Se+1])}else P&&this.addAll(P)}function qn(P){if(P.size!=P.j.length){for(var oe=0,Ue=0;oe<P.j.length;){var Se=P.j[oe];jn(P.o,Se)&&(P.j[Ue++]=Se),oe++}P.j.length=Ue}if(P.size!=P.j.length){var We={};for(Ue=oe=0;oe<P.j.length;)jn(We,Se=P.j[oe])||(P.j[Ue++]=Se,We[Se]=1),oe++;P.j.length=Ue}}function jn(P,oe){return Object.prototype.hasOwnProperty.call(P,oe)}Jn.prototype.next=function(){return Jn.prototype.a.call(this)},Jn.prototype.a=function(){throw _n},Jn.prototype.u=function(){return this},u(),B(),vn.prototype.u=function(){return new pt(this.b())},vn.prototype[Symbol.iterator]=function(){return new On(this.b())},vn.prototype.c=function(){return new On(this.b())},u(),B(),_(pt,Jn),pt.prototype.a=function(){var P=this.b.next();if(P.done)throw _n;return P.value},pt.prototype.next=function(){return pt.prototype.a.call(this)},pt.prototype[Symbol.iterator]=function(){return new On(this.b)},pt.prototype.c=function(){return new On(this.b)},_(On,vn),On.prototype.next=function(){return this.f.next()},(r=Qn.prototype).G=function(){return qn(this),this.j.concat()},r.has=function(P){return jn(this.o,P)},r.clear=function(){this.o={},this.B=this.size=this.j.length=0},r.remove=function(P){return this.delete(P)},r.delete=function(P){return!!jn(this.o,P)&&(delete this.o[P],--this.size,this.B++,this.j.length>2*this.size&&qn(this),!0)},r.get=function(P,oe){return jn(this.o,P)?this.o[P]:oe},r.set=function(P,oe){jn(this.o,P)||(this.size+=1,this.j.push(P),this.B++),this.o[P]=oe},r.addAll=function(P){if(P instanceof Qn)for(var oe=P.G(),Ue=0;Ue<oe.length;Ue++)this.set(oe[Ue],P.get(oe[Ue]));else for(oe in P)this.set(oe,P[oe])},r.forEach=function(P,oe){for(var Ue=this.G(),Se=0;Se<Ue.length;Se++){var We=Ue[Se],He=this.get(We);P.call(oe,He,We,this)}},r.clone=function(){return new Qn(this)},r.keys=function(){return kn(this.u(!0)).c()},r.values=function(){return kn(this.u(!1)).c()},r.entries=function(){var P=this;return function(oe,Ue){return new un(oe,Ue)}(this.keys(),function(oe){return[oe,P.get(oe)]})},r.u=function(P){qn(this);var oe=0,Ue=this.B,Se=this,We=new Jn;return We.a=function(){if(Ue!=Se.B)throw Error("The map has changed since the iterator was created");if(oe>=Se.j.length)throw _n;var He=Se.j[oe++];return P?He:Se.o[He]},We.next=We.a.bind(We),We};var An=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;function $n(P){Kt.call(this),this.headers=new Qn,this.C=P||null,this.c=!1,this.J=this.a=null,this.P=this.v="",this.g=0,this.l="",this.i=this.N=this.s=this.L=!1,this.h=0,this.w=null,this.m=rr,this.I=this.M=!1}w($n,Kt);var rr="";$n.prototype.b=p(Q(),"goog.net.XhrIo",void 0).g;var pr=/^https?$/i,Tr=["POST","PUT"];function er(P,oe){P.c=!1,P.a&&(P.i=!0,P.a.abort(),P.i=!1),P.l=oe,P.g=5,gr(P),tr(P)}function gr(P){P.L||(P.L=!0,qt(P,"complete"),qt(P,"error"))}function hr(P){if(P.c&&N!==void 0){if(P.J[1]&&Tn(P)==4&&P.getStatus()==2)se(P.b,Vn(P,"Local request error detected and ignored"));else if(P.s&&Tn(P)==4)on(P.R,0,P);else if(qt(P,"readystatechange"),Tn(P)==4){se(P.b,Vn(P,"Request complete")),P.c=!1;try{var oe,Ue=P.getStatus();e:switch(Ue){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:var Se=!0;break e;default:Se=!1}if(!(oe=Se)){var We;if(We=Ue===0){var He=String(P.v).match(An)[1]||null;if(!He&&V.self&&V.self.location){var Ce=V.self.location.protocol;He=Ce.substr(0,Ce.length-1)}We=!pr.test(He?He.toLowerCase():"")}oe=We}if(oe)qt(P,"complete"),qt(P,"success");else{P.g=6;try{var Le=2<Tn(P)?P.a.statusText:""}catch(et){se(P.b,"Can not get status: "+et.message),Le=""}P.l=Le+" ["+P.getStatus()+"]",gr(P)}}finally{tr(P)}}}}function tr(P){if(P.a){or(P);var oe=P.a,Ue=P.J[0]?W:null;P.a=null,P.J=null,qt(P,"ready");try{oe.onreadystatechange=Ue}catch(Se){(P=P.b)&&k(P,Zn,"Problem encountered resetting onreadystatechange: "+Se.message)}}}function or(P){P.a&&P.I&&(P.a.ontimeout=null),P.w&&(Sn.clearTimeout(P.w),P.w=null)}function Tn(P){return P.a?P.a.readyState:0}function Vn(P,oe){return oe+" ["+P.P+" "+P.v+" "+P.getStatus()+"]"}(r=$n.prototype).T=function(){N!==void 0&&this.a&&(this.l="Timed out after "+this.h+"ms, aborting",this.g=8,se(this.b,Vn(this,this.l)),qt(this,"timeout"),this.abort(8))},r.abort=function(P){this.a&&this.c&&(se(this.b,Vn(this,"Aborting")),this.c=!1,this.i=!0,this.a.abort(),this.i=!1,this.g=P||7,qt(this,"complete"),qt(this,"abort"),tr(this))},r.R=function(){this.K||(this.N||this.s||this.i?hr(this):this.W())},r.W=function(){hr(this)},r.getStatus=function(){try{return 2<Tn(this)?this.a.status:-1}catch{return-1}};var nr={},wn=null;function fr(){if(!wn){wn={};for(var P="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),oe=["+/=","+/","-_=","-_.","-_"],Ue=0;5>Ue;Ue++){var Se=P.concat(oe[Ue].split(""));nr[Ue]=Se;for(var We=0;We<Se.length;We++){var He=Se[We];wn[He]===void 0&&(wn[He]=We)}}}}var Vr=["content-type","grpc-status","grpc-message"];function hn(P){this.a=P.Z,this.m=null,this.b=[],this.h=[],this.g=[],this.f=[],this.c=[],this.l=!1,this.i=0,this.s=new he;var oe=this;lt(this.a,"readystatechange",function(){var Ue=oe.a;if(Ue=Ue.a?Ue.a.getResponseHeader("Content-Type"):null){if((Ue=Ue.toLowerCase()).lastIndexOf("application/grpc-web-text",0)==0){Ue=oe.a;try{var Se=Ue.a?Ue.a.responseText:""}catch(et){se(Ue.b,"Can not get responseText: "+et.message),Se=""}if(Se=(Ue=Se||"").length-Ue.length%4,(Ue=Ue.substr(oe.i,Se-oe.i)).length==0)return;oe.i=Se,Ue=function(et){var ct=et.length,mt=3*ct/4;mt%3?mt=Math.floor(mt):Re("=.",et[ct-1])&&(mt=Re("=.",et[ct-2])?mt-2:mt-1);var kt=new Uint8Array(mt),At=0;return function(rt,Nt){function vt(wr){for(;Yt<rt.length;){var lr=rt.charAt(Yt++),Fr=wn[lr];if(Fr!=null)return Fr;if(!/^[\s\xa0]*$/.test(lr))throw Error("Unknown base64 encoding at char: "+lr)}return wr}fr();for(var Yt=0;;){var an=vt(-1),cn=vt(0),Hn=vt(64),sr=vt(64);if(sr===64&&an===-1)break;Nt(an<<2|cn>>4),Hn!=64&&(Nt(cn<<4&240|Hn>>2),sr!=64&&Nt(Hn<<6&192|sr))}}(et,function(rt){kt[At++]=rt}),kt.subarray(0,At)}(Ue)}else{if(Ue.lastIndexOf("application/grpc",0)!=0)return void mn(oe,new ee(2,"Unknown Content-type received."));Ue=new Uint8Array(function(et){try{if(!et.a)return null;if("response"in et.a)return et.a.response;switch(et.m){case rr:case"text":return et.a.responseText;case"arraybuffer":if("mozResponseArrayBuffer"in et.a)return et.a.mozResponseArrayBuffer}var ct=et.b;return ct&&k(ct,Zn,"Response type "+et.m+" is not supported on this browser"),null}catch(mt){return se(et.b,"Can not get response: "+mt.message),null}}(oe.a))}Se=null;try{Se=function(et,ct){function mt(an){vt.f++,vt.a=(vt.a<<8)+an,vt.f==4&&(vt.b=X,vt.g=0,typeof Uint8Array!="undefined"?vt.c=new Uint8Array(vt.a):vt.c=Array(vt.a),vt.a==0&&At())}function kt(an){vt.c[vt.g++]=an,vt.g==vt.a&&At()}function At(){var an={};an[vt.h]=vt.c,vt.i.push(an),vt.b=le}var rt,Nt,vt=et,Yt=0;for(rt=ct instanceof Uint8Array||ct instanceof Array?ct:new Uint8Array(ct);Yt<rt.length;){switch(vt.b){case b:H(vt,rt,Yt,"stream already broken");break;case le:(Nt=rt[Yt])==L||Nt==ae?vt.h=Nt:H(vt,rt,Yt,"invalid frame byte"),vt.b=de,vt.a=0,vt.f=0;break;case de:mt(rt[Yt]);break;case X:kt(rt[Yt]);break;default:throw Error("unexpected parser state: "+vt.b)}vt.m++,Yt++}return et=vt.i,vt.i=[],0<et.length?et:null}(oe.s,Ue)}catch{mn(oe,new ee(2,"Error in parsing response body"))}if(Se)for(Ue=0;Ue<Se.length;Ue++){if(L in Se[Ue]){var We=Se[Ue][L];if(We){var He=!1,Ce=void 0;try{Ce=oe.m(We),He=!0}catch(et){mn(oe,new ee(13,"Error when deserializing response data; error: "+et+", response: "+Ce))}if(He)for(We=Ce,He=0;He<oe.b.length;He++)oe.b[He](We)}}if(ae in Se[Ue]&&0<Se[Ue][ae].length){for(We="",He=0;He<Se[Ue][ae].length;He++)We+=String.fromCharCode(Se[Ue][ae][He]);for(We=We.trim().split(`\r
68
+ `),He={},Ce=0;Ce<We.length;Ce++){var Le=We[Ce].indexOf(":");He[We[Ce].substring(0,Le).trim()]=We[Ce].substring(Le+1).trim()}We=He,He=0,Ce="","grpc-status"in We&&(He=Number(We["grpc-status"]),delete We["grpc-status"]),"grpc-message"in We&&(Ce=We["grpc-message"],delete We["grpc-message"]),mn(oe,new ee(He,Ce,We))}}}}),lt(this.a,"complete",function(){var Ue=oe.a.g,Se=2,We="",He={};Se=function(et){var ct={};et=(et.a&&Tn(et)==4&&et.a.getAllResponseHeaders()||"").split(`\r
69
+ `);for(var mt=0;mt<et.length;mt++)if(!/^[\s\xa0]*$/.test(et[mt])){var kt=J(et[mt]),At=kt[0];if(typeof(kt=kt[1])=="string"){kt=kt.trim();var rt=ct[At]||[];ct[At]=rt,rt.push(kt)}}return function(Nt,vt){var Yt,an={};for(Yt in Nt)an[Yt]=vt.call(void 0,Nt[Yt],Yt,Nt);return an}(ct,function(Nt){return Nt.join(", ")})}(oe.a);var Ce={};for(Le in Se)Se.hasOwnProperty(Le)&&(Ce[Le.toLowerCase()]=Se[Le]);Object.keys(Ce).forEach(function(et){Vr.includes(et)||(He[et]=Ce[et])}),function(et,ct){for(var mt=0;mt<et.g.length;mt++)et.g[mt](ct)}(oe,He);var Le=-1;if(Ue!=0){switch(Ue){case 7:Se=10;break;case 8:Se=4;break;case 6:Se=function(et){switch(et){case 200:return 0;case 400:return 3;case 401:return 16;case 403:return 7;case 404:return 5;case 409:return 10;case 412:return 9;case 429:return 8;case 499:return 1;case 500:default:return 2;case 501:return 12;case 503:return 14;case 504:return 4}}(Le=oe.a.getStatus());break;default:Se=14}Se==10&&oe.l||(We=function(et){switch(et){case 0:return"No Error";case 1:return"Access denied to content document";case 2:return"File not found";case 3:return"Firefox silently errored";case 4:return"Application custom error";case 5:return"An exception occurred";case 6:return"Http response at 400 or 500 level";case 7:return"Request was aborted";case 8:return"Request timed out";case 9:return"The resource is not available offline";default:return"Unrecognized error code"}}(Ue),Le!=-1&&(We+=", http status code: "+Le),mn(oe,new ee(Se,We)))}else Ue=!1,"grpc-status"in Ce&&(Se=Number(Ce["grpc-status"]),"grpc-message"in Ce&&(We=Ce["grpc-message"]),Se!=0&&(mn(oe,new ee(Se,We||"",Ce)),Ue=!0)),Ue||function(et){for(var ct=0;ct<et.c.length;ct++)et.c[ct]()}(oe)})}function Nn(P,oe){-1<(oe=P.indexOf(oe))&&P.splice(oe,1)}function mn(P,oe){if(oe.code!=0)for(var Ue=new ee(oe.code,decodeURIComponent(oe.message||""),oe.metadata),Se=0;Se<P.f.length;Se++)P.f[Se](Ue);for(oe={code:oe.code,details:decodeURIComponent(oe.message||""),metadata:oe.metadata},Ue=0;Ue<P.h.length;Ue++)P.h[Ue](oe)}function Un(P,oe){P=P===void 0?{}:P,this.a=P.format||G("format",P)||"text",this.g=P.aa||G("suppressCorsPreflight",P)||!1,this.f=P.withCredentials||G("withCredentials",P)||!1,this.b=P.$||G("streamInterceptors",P)||[],this.h=P.ba||G("unaryInterceptors",P)||[],this.c=oe||null}function ir(P,oe,Ue){var Se=oe.getMethodDescriptor(),We=Ue+Se.getName();(Ue=P.c?P.c:new $n).M=P.f;var He=new hn({Z:Ue});He.m=Se.b;var Ce=oe.getMetadata();for(Le in Ce)Ue.headers.set(Le,Ce[Le]);if(P.a=="text"?(Ue.headers.set("Content-Type","application/grpc-web-text"),Ue.headers.set("Accept","application/grpc-web-text")):Ue.headers.set("Content-Type","application/grpc-web+proto"),Ue.headers.set("X-User-Agent","grpc-web-javascript/0.1"),Ue.headers.set("X-Grpc-Web","1"),Ue.headers.has("deadline")){var Le=Number(Ue.headers.get("deadline"));Le=Math.ceil(Le-new Date().getTime()),Ue.headers.delete("deadline"),Le===1/0&&(Le=0),0<Le&&(Ue.headers.set("grpc-timeout",Le+"m"),Ue.h=Math.max(0,Math.max(1e3,Math.ceil(1.1*Le))))}if(P.g){Le={};for(var et=U((Ce=Ue.headers).keys()),ct=et.next();!ct.done;ct=et.next())Le[ct=ct.value]=Ce.get(ct);Ue.headers.clear();e:{for(mt in Le){var mt=!1;break e}mt=!0}mt||(Le=function(rt){var Nt="";return function(vt,Yt){for(var an in vt)Yt.call(void 0,vt[an],an,vt)}(rt,function(vt,Yt){Nt+=Yt,Nt+=":",Nt+=vt,Nt+=`\r
70
+ `}),Nt}(Le),typeof We=="string"?(mt=encodeURIComponent("$httpHeaders"),(mt+=Le=Le!=null?"="+encodeURIComponent(String(Le)):"")&&(0>(Le=We.indexOf("#"))&&(Le=We.length),0>(Ce=We.indexOf("?"))||Ce>Le?(Ce=Le,et=""):et=We.substring(Ce+1,Le),Le=(We=[We.substr(0,Ce),et,We.substr(Le)])[1],We[1]=mt?Le?Le+"&"+mt:mt:Le,We=We[0]+(We[1]?"?"+We[1]:"")+We[2])):We.a("$httpHeaders",Le))}for(Se=(oe=(0,Se.a)(oe.getRequestMessage())).length,mt=[0,0,0,0],Le=new Uint8Array(5+Se),Ce=3;0<=Ce;Ce--)mt[Ce]=Se%256,Se>>>=8;if(Le.set(new Uint8Array(mt),1),Le.set(oe,5),oe=Le,P.a=="text"){var kt;for(P=oe,kt===void 0&&(kt=0),fr(),kt=nr[kt],oe=Array(Math.floor(P.length/3)),Se=kt[64]||"",mt=Le=0;Le<P.length-2;Le+=3){ct=P[Le];var At=P[Le+1];et=P[Le+2],Ce=kt[ct>>2],ct=kt[(3&ct)<<4|At>>4],At=kt[(15&At)<<2|et>>6],et=kt[63&et],oe[mt++]=Ce+ct+At+et}switch(Ce=0,et=Se,P.length-Le){case 2:et=kt[(15&(Ce=P[Le+1]))<<2]||Se;case 1:P=P[Le],oe[mt]=kt[P>>2]+kt[(3&P)<<4|Ce>>4]+et+Se}oe=oe.join("")}else P.a=="binary"&&(Ue.m="arraybuffer");return function(rt,Nt,vt){if(rt.a)throw Error("[goog.net.XhrIo] Object is active with another request="+rt.v+"; newUri="+Nt);rt.v=Nt,rt.l="",rt.g=0,rt.P="POST",rt.L=!1,rt.c=!0,rt.a=rt.C?Bt(rt.C):Bt(Fn),rt.J=rt.C?ke(rt.C):ke(Fn),rt.a.onreadystatechange=j(rt.R,rt);try{se(rt.b,Vn(rt,"Opening Xhr")),rt.N=!0,rt.a.open("POST",String(Nt),!0),rt.N=!1}catch(cn){return se(rt.b,Vn(rt,"Error opening Xhr: "+cn.message)),void er(rt,cn)}Nt=vt||"";var Yt=(vt=rt.headers.clone()).G().find(function(cn){return cn.toLowerCase()=="content-type"}),an=V.FormData&&Nt instanceof V.FormData;!(0<=fe(Tr,"POST"))||Yt||an||vt.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8"),vt.forEach(function(cn,Hn){this.a.setRequestHeader(Hn,cn)},rt),rt.m&&(rt.a.responseType=rt.m),"withCredentials"in rt.a&&rt.a.withCredentials!==rt.M&&(rt.a.withCredentials=rt.M);try{or(rt),0<rt.h&&(rt.I=function(cn){return ye&&qe()&&typeof cn.timeout=="number"&&cn.ontimeout!==void 0}(rt.a),se(rt.b,Vn(rt,"Will abort after "+rt.h+"ms if incomplete, xhr2 "+rt.I)),rt.I?(rt.a.timeout=rt.h,rt.a.ontimeout=j(rt.T,rt)):rt.w=on(rt.T,rt.h,rt)),se(rt.b,Vn(rt,"Sending request")),rt.s=!0,rt.a.send(Nt),rt.s=!1}catch(cn){se(rt.b,Vn(rt,"Send error: "+cn.message)),er(rt,cn)}}(Ue,We,oe),He}function Ur(P,oe,Ue){var Se=!1,We=null,He=!1;P.on("data",function(Ce){Se=!0,We=Ce}),P.on("error",function(Ce){Ce.code==0||He||(He=!0,oe(Ce,null))}),P.on("status",function(Ce){Ce.code==0||He?Ue&&oe(null,null,Ce):(He=!0,oe({code:Ce.code,message:Ce.details,metadata:Ce.metadata},null))}),Ue&&P.on("metadata",function(Ce){oe(null,null,null,Ce)}),P.on("end",function(){He||(Se?Ue?oe(null,We,null,null,!0):oe(null,We):oe({code:2,message:"Incomplete response"})),Ue&&oe(null,null)})}function ar(P,oe){var Ue=P;return oe.forEach(function(Se){var We=Ue;Ue=function(He){return Se.intercept(He,We)}}),Ue}hn.prototype.on=function(P,oe){return P=="data"?this.b.push(oe):P=="status"?this.h.push(oe):P=="metadata"?this.g.push(oe):P=="end"?this.c.push(oe):P=="error"&&this.f.push(oe),this},hn.prototype.removeListener=function(P,oe){return P=="data"?Nn(this.b,oe):P=="status"?Nn(this.h,oe):P=="metadata"?Nn(this.g,oe):P=="end"?Nn(this.c,oe):P=="error"&&Nn(this.f,oe),this},hn.prototype.cancel=function(){this.l=!0,this.a.abort()},hn.prototype.cancel=hn.prototype.cancel,hn.prototype.removeListener=hn.prototype.removeListener,hn.prototype.on=hn.prototype.on,Un.prototype.X=function(P,oe,Ue,Se,We){var He=this,Ce=P.substr(0,P.length-Se.name.length);return Ur(P=ar(function(Le){return ir(He,Le,Ce)},this.b).call(this,C(Se,oe,Ue)),We,!1),new re(P)},Un.prototype.S=function(P,oe,Ue,Se){var We=this,He=P.substr(0,P.length-Se.name.length);return ar(function(Ce){return new Promise(function(Le,et){var ct,mt,kt;Ur(ir(We,Ce,He),function(At,rt,Nt,vt,Yt){At?et(At):Yt?kt=rt:Nt?mt=Nt:vt?ct=vt:(At=Ce.getMethodDescriptor(),Le(new M(kt,At,rt=(rt=ct)===void 0?{}:rt,mt===void 0?null:mt)))},!0)})},this.h).call(this,C(Se,oe,Ue)).then(function(Ce){return Ce.getResponseMessage()})},Un.prototype.unaryCall=function(P,oe,Ue,Se){return this.S(P,oe,Ue,Se)},Un.prototype.Y=function(P,oe,Ue,Se){var We=this,He=P.substr(0,P.length-Se.name.length);return ar(function(Ce){return ir(We,Ce,He)},this.b).call(this,C(Se,oe,Ue))},Un.prototype.serverStreaming=Un.prototype.Y,Un.prototype.unaryCall=Un.prototype.unaryCall,Un.prototype.thenableCall=Un.prototype.S,Un.prototype.rpcCall=Un.prototype.X,e.exports.CallOptions=Z,e.exports.MethodDescriptor=D,e.exports.GrpcWebClientBase=Un,e.exports.RpcError=ee,e.exports.StatusCode={OK:0,CANCELLED:1,UNKNOWN:2,INVALID_ARGUMENT:3,DEADLINE_EXCEEDED:4,NOT_FOUND:5,ALREADY_EXISTS:6,PERMISSION_DENIED:7,UNAUTHENTICATED:16,RESOURCE_EXHAUSTED:8,FAILED_PRECONDITION:9,ABORTED:10,OUT_OF_RANGE:11,UNIMPLEMENTED:12,INTERNAL:13,UNAVAILABLE:14,DATA_LOSS:15},e.exports.MethodType={UNARY:"unary",SERVER_STREAMING:"server_streaming",BIDI_STREAMING:"bidi_streaming"},Sn=typeof globalThis!="undefined"&&globalThis||self},7239:(e,t,n)=>{var r=n(4940),s=function(){return!!r};s.hasArrayLengthDefineBug=function(){if(!r)return null;try{return r([],"length",{value:1}).length!==1}catch{return!0}},e.exports=s},6869:e=>{var t={__proto__:null,foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!(t instanceof n)}},3558:(e,t,n)=>{var r=typeof Symbol!="undefined"&&Symbol,s=n(2908);e.exports=function(){return typeof r=="function"&&typeof Symbol=="function"&&typeof r("foo")=="symbol"&&typeof Symbol("bar")=="symbol"&&s()}},2908:e=>{e.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;for(n in t[n]=42,t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var s=Object.getOwnPropertySymbols(t);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(t,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(t,n);if(o.value!==42||o.enumerable!==!0)return!1}return!0}},1913:(e,t,n)=>{var r=n(2908);e.exports=function(){return r()&&!!Symbol.toStringTag}},8554:(e,t,n)=>{var r=Function.prototype.call,s=Object.prototype.hasOwnProperty,o=n(9138);e.exports=o.call(r,s)},7500:(e,t,n)=>{var r=n(4865),s=n(5442),o=e.exports;for(var l in r)r.hasOwnProperty(l)&&(o[l]=r[l]);function u(c){if(typeof c=="string"&&(c=s.parse(c)),c.protocol||(c.protocol="https:"),c.protocol!=="https:")throw new Error('Protocol "'+c.protocol+'" not supported. Expected "https:"');return c}o.request=function(c,d){return c=u(c),r.request.call(this,c,d)},o.get=function(c,d){return c=u(c),r.get.call(this,c,d)}},9318:(e,t)=>{t.read=function(n,r,s,o,l){var u,c,d=8*l-o-1,h=(1<<d)-1,B=h>>1,U=-7,f=s?l-1:0,g=s?-1:1,F=n[r+f];for(f+=g,u=F&(1<<-U)-1,F>>=-U,U+=d;U>0;u=256*u+n[r+f],f+=g,U-=8);for(c=u&(1<<-U)-1,u>>=-U,U+=o;U>0;c=256*c+n[r+f],f+=g,U-=8);if(u===0)u=1-B;else{if(u===h)return c?NaN:1/0*(F?-1:1);c+=Math.pow(2,o),u-=B}return(F?-1:1)*c*Math.pow(2,u-o)},t.write=function(n,r,s,o,l,u){var c,d,h,B=8*u-l-1,U=(1<<B)-1,f=U>>1,g=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,F=o?0:u-1,y=o?1:-1,m=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(d=isNaN(r)?1:0,c=U):(c=Math.floor(Math.log(r)/Math.LN2),r*(h=Math.pow(2,-c))<1&&(c--,h*=2),(r+=c+f>=1?g/h:g*Math.pow(2,1-f))*h>=2&&(c++,h/=2),c+f>=U?(d=0,c=U):c+f>=1?(d=(r*h-1)*Math.pow(2,l),c+=f):(d=r*Math.pow(2,f-1)*Math.pow(2,l),c=0));l>=8;n[s+F]=255&d,F+=y,d/=256,l-=8);for(c=c<<l|d,B+=l;B>0;n[s+F]=255&c,F+=y,c/=256,B-=8);n[s+F-y]|=128*m}},5615:e=>{typeof Object.create=="function"?e.exports=function(t,n){n&&(t.super_=n,t.prototype=Object.create(n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(t,n){if(n){t.super_=n;var r=function(){};r.prototype=n.prototype,t.prototype=new r,t.prototype.constructor=t}}},5387:(e,t,n)=>{var r=n(1913)(),s=n(9818)("Object.prototype.toString"),o=function(c){return!(r&&c&&typeof c=="object"&&Symbol.toStringTag in c)&&s(c)==="[object Arguments]"},l=function(c){return!!o(c)||c!==null&&typeof c=="object"&&typeof c.length=="number"&&c.length>=0&&s(c)!=="[object Array]"&&s(c.callee)==="[object Function]"},u=function(){return o(arguments)}();o.isLegacyArguments=l,e.exports=u?o:l},9617:e=>{var t,n,r=Function.prototype.toString,s=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply;if(typeof s=="function"&&typeof Object.defineProperty=="function")try{t=Object.defineProperty({},"length",{get:function(){throw n}}),n={},s(function(){throw 42},null,t)}catch(f){f!==n&&(s=null)}else s=null;var o=/^\s*class\b/,l=function(f){try{var g=r.call(f);return o.test(g)}catch{return!1}},u=function(f){try{return!l(f)&&(r.call(f),!0)}catch{return!1}},c=Object.prototype.toString,d=typeof Symbol=="function"&&!!Symbol.toStringTag,h=!(0 in[,]),B=function(){return!1};if(typeof document=="object"){var U=document.all;c.call(U)===c.call(document.all)&&(B=function(f){if((h||!f)&&(f===void 0||typeof f=="object"))try{var g=c.call(f);return(g==="[object HTMLAllCollection]"||g==="[object HTML document.all class]"||g==="[object HTMLCollection]"||g==="[object Object]")&&f("")==null}catch{}return!1})}e.exports=s?function(f){if(B(f))return!0;if(!f||typeof f!="function"&&typeof f!="object")return!1;try{s(f,null,t)}catch(g){if(g!==n)return!1}return!l(f)&&u(f)}:function(f){if(B(f))return!0;if(!f||typeof f!="function"&&typeof f!="object")return!1;if(d)return u(f);if(l(f))return!1;var g=c.call(f);return!(g!=="[object Function]"&&g!=="[object GeneratorFunction]"&&!/^\[object HTML/.test(g))&&u(f)}},2625:(e,t,n)=>{var r,s=Object.prototype.toString,o=Function.prototype.toString,l=/^\s*(?:function)?\*/,u=n(1913)(),c=Object.getPrototypeOf;e.exports=function(d){if(typeof d!="function")return!1;if(l.test(o.call(d)))return!0;if(!u)return s.call(d)==="[object GeneratorFunction]";if(!c)return!1;if(r===void 0){var h=function(){if(!u)return!1;try{return Function("return function*() {}")()}catch{}}();r=!!h&&c(h)}return c(d)===r}},8006:e=>{e.exports=function(t){return t!=t}},7838:(e,t,n)=>{var r=n(8498),s=n(1857),o=n(8006),l=n(1591),u=n(1641),c=r(l(),Number);s(c,{getPolyfill:l,implementation:o,shim:u}),e.exports=c},1591:(e,t,n)=>{var r=n(8006);e.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:r}},1641:(e,t,n)=>{var r=n(1857),s=n(1591);e.exports=function(){var o=s();return r(Number,{isNaN:o},{isNaN:function(){return Number.isNaN!==o}}),o}},6605:e=>{const t=n=>n!==null&&typeof n=="object"&&typeof n.pipe=="function";t.writable=n=>t(n)&&n.writable!==!1&&typeof n._write=="function"&&typeof n._writableState=="object",t.readable=n=>t(n)&&n.readable!==!1&&typeof n._read=="function"&&typeof n._readableState=="object",t.duplex=n=>t.writable(n)&&t.readable(n),t.transform=n=>t.duplex(n)&&typeof n._transform=="function",e.exports=t},5943:(e,t,n)=>{var r=n(2730);e.exports=function(s){return!!r(s)}},8311:(e,t,n)=>{n(3737),e.exports={encode:r=>new TextEncoder().encode(r),decode:r=>new TextDecoder().decode(r)}},8278:(e,t,n)=>{var r=n(1616);e.exports=r(function(s){return s.message=" ".concat(s.message),s})},8911:(e,t,n)=>{var r=t.format=n(1616);t.levels=n(3084),Object.defineProperty(r,"align",{value:n(8278)}),Object.defineProperty(r,"cli",{value:n(8877)}),Object.defineProperty(r,"colorize",{value:n(452)}),Object.defineProperty(r,"combine",{value:n(4450)}),Object.defineProperty(r,"errors",{value:n(2244)}),Object.defineProperty(r,"json",{value:n(9181)}),Object.defineProperty(r,"label",{value:n(4673)}),Object.defineProperty(r,"logstash",{value:n(372)}),Object.defineProperty(r,"metadata",{value:n(5350)}),Object.defineProperty(r,"ms",{value:n(4659)}),Object.defineProperty(r,"padLevels",{value:n(8071)}),Object.defineProperty(r,"prettyPrint",{value:n(9121)}),Object.defineProperty(r,"printf",{value:n(7016)}),Object.defineProperty(r,"simple",{value:n(205)}),Object.defineProperty(r,"splat",{value:n(2695)}),Object.defineProperty(r,"timestamp",{value:n(8215)}),Object.defineProperty(r,"uncolorize",{value:n(1083)})},8877:(e,t,n)=>{function r(U){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(U)}function s(U,f){for(var g=0;g<f.length;g++){var F=f[g];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(U,o(F.key),F)}}function o(U){var f=function(g){if(r(g)!="object"||!g)return g;var F=g[Symbol.toPrimitive];if(F!==void 0){var y=F.call(g,"string");if(r(y)!="object")return y;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}(U);return r(f)=="symbol"?f:String(f)}var l=n(452).Colorizer,u=n(8071).Padder,c=n(4966),d=c.configs,h=c.MESSAGE,B=function(){function U(){var F=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};(function(y,m){if(!(y instanceof m))throw new TypeError("Cannot call a class as a function")})(this,U),F.levels||(F.levels=d.cli.levels),this.colorizer=new l(F),this.padder=new u(F),this.options=F}var f,g;return f=U,(g=[{key:"transform",value:function(F,y){return this.colorizer.transform(this.padder.transform(F,y),y),F[h]="".concat(F.level,":").concat(F.message),F}}])&&s(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),U}();e.exports=function(U){return new B(U)},e.exports.Format=B},452:(e,t,n)=>{function r(U){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(U)}function s(U,f){for(var g=0;g<f.length;g++){var F=f[g];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(U,o(F.key),F)}}function o(U){var f=function(g){if(r(g)!="object"||!g)return g;var F=g[Symbol.toPrimitive];if(F!==void 0){var y=F.call(g,"string");if(r(y)!="object")return y;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}(U);return r(f)=="symbol"?f:String(f)}var l=n(1158),u=n(4966),c=u.LEVEL,d=u.MESSAGE;l.enabled=!0;var h=/\s+/,B=function(){function U(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")})(this,U),y.colors&&this.addColors(y.colors),this.options=y}var f,g,F;return f=U,F=[{key:"addColors",value:function(y){var m=Object.keys(y).reduce(function(_,v){return _[v]=h.test(y[v])?y[v].split(h):y[v],_},{});return U.allColors=Object.assign({},U.allColors||{},m),U.allColors}}],(g=[{key:"addColors",value:function(y){return U.addColors(y)}},{key:"colorize",value:function(y,m,_){if(_===void 0&&(_=m),!Array.isArray(U.allColors[y]))return l[U.allColors[y]](_);for(var v=0,N=U.allColors[y].length;v<N;v++)_=l[U.allColors[y][v]](_);return _}},{key:"transform",value:function(y,m){return m.all&&typeof y[d]=="string"&&(y[d]=this.colorize(y[c],y.level,y[d])),(m.level||m.all||!m.message)&&(y.level=this.colorize(y[c],y.level)),(m.all||m.message)&&(y.message=this.colorize(y[c],y.level,y.message)),y}}])&&s(f.prototype,g),F&&s(f,F),Object.defineProperty(f,"prototype",{writable:!1}),U}();e.exports=function(U){return new B(U)},e.exports.Colorizer=e.exports.Format=B},4450:(e,t,n)=>{var r=n(1616);function s(l){if(l.every(o))return function(u){for(var c=u,d=0;d<l.length;d++)if(!(c=l[d].transform(c,l[d].options)))return!1;return c}}function o(l){if(typeof l.transform!="function")throw new Error(["No transform function found on format. Did you create a format instance?","const myFormat = format(formatFn);","const instance = myFormat();"].join(`
71
+ `));return!0}e.exports=function(){for(var l=arguments.length,u=new Array(l),c=0;c<l;c++)u[c]=arguments[c];var d=r(s(u)),h=d();return h.Format=d.Format,h},e.exports.cascade=s},2244:(e,t,n)=>{function r(d){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(h){return typeof h}:function(h){return h&&typeof Symbol=="function"&&h.constructor===Symbol&&h!==Symbol.prototype?"symbol":typeof h},r(d)}function s(d,h,B){var U;return U=function(f){if(r(f)!="object"||!f)return f;var g=f[Symbol.toPrimitive];if(g!==void 0){var F=g.call(f,"string");if(r(F)!="object")return F;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(f)}(h),(h=r(U)=="symbol"?U:String(U))in d?Object.defineProperty(d,h,{value:B,enumerable:!0,configurable:!0,writable:!0}):d[h]=B,d}var o=n(1616),l=n(4966),u=l.LEVEL,c=l.MESSAGE;e.exports=o(function(d,h){var B=h.stack,U=h.cause;if(d instanceof Error){var f=Object.assign({},d,s(s(s({level:d.level},u,d[u]||d.level),"message",d.message),c,d[c]||d.message));return B&&(f.stack=d.stack),U&&(f.cause=d.cause),f}if(!(d.message instanceof Error))return d;var g=d.message;return Object.assign(d,g),d.message=g.message,d[c]=g.message,B&&(d.stack=g.stack),U&&(d.cause=g.cause),d})},1616:e=>{function t(d){return t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(h){return typeof h}:function(h){return h&&typeof Symbol=="function"&&h.constructor===Symbol&&h!==Symbol.prototype?"symbol":typeof h},t(d)}function n(d){if(d===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return d}function r(d){var h=typeof Map=="function"?new Map:void 0;return r=function(B){if(B===null||!function(f){try{return Function.toString.call(f).indexOf("[native code]")!==-1}catch{return typeof f=="function"}}(B))return B;if(typeof B!="function")throw new TypeError("Super expression must either be null or a function");if(h!==void 0){if(h.has(B))return h.get(B);h.set(B,U)}function U(){return s(B,arguments,u(this).constructor)}return U.prototype=Object.create(B.prototype,{constructor:{value:U,enumerable:!1,writable:!0,configurable:!0}}),l(U,B)},r(d)}function s(d,h,B){return s=o()?Reflect.construct.bind():function(U,f,g){var F=[null];F.push.apply(F,f);var y=new(Function.bind.apply(U,F));return g&&l(y,g.prototype),y},s.apply(null,arguments)}function o(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function l(d,h){return l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(B,U){return B.__proto__=U,B},l(d,h)}function u(d){return u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(h){return h.__proto__||Object.getPrototypeOf(h)},u(d)}var c=function(d){(function(F,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function");F.prototype=Object.create(y&&y.prototype,{constructor:{value:F,writable:!0,configurable:!0}}),Object.defineProperty(F,"prototype",{writable:!1}),y&&l(F,y)})(g,d);var h,B,U,f=(B=g,U=o(),function(){var F,y=u(B);if(U){var m=u(this).constructor;F=Reflect.construct(y,arguments,m)}else F=y.apply(this,arguments);return function(_,v){if(v&&(t(v)==="object"||typeof v=="function"))return v;if(v!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return n(_)}(this,F)});function g(F){var y;return function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")}(this,g),y=f.call(this,`Format functions must be synchronous taking a two arguments: (info, opts)
72
+ Found: `.concat(F.toString().split(`
73
+ `)[0],`
74
+ `)),Error.captureStackTrace(n(y),g),y}return h=g,Object.defineProperty(h,"prototype",{writable:!1}),h}(r(Error));e.exports=function(d){if(d.length>2)throw new c(d);function h(){var U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.options=U}function B(U){return new h(U)}return h.prototype.transform=d,B.Format=h,B}},9181:(e,t,n)=>{var r=n(1616),s=n(4966).MESSAGE,o=n(1145);function l(u,c){return typeof c=="bigint"?c.toString():c}e.exports=r(function(u,c){var d=o.configure(c);return u[s]=d(u,c.replacer||l,c.space),u})},4673:(e,t,n)=>{var r=n(1616);e.exports=r(function(s,o){return o.message?(s.message="[".concat(o.label,"] ").concat(s.message),s):(s.label=o.label,s)})},3084:(e,t,n)=>{var r=n(452).Colorizer;e.exports=function(s){return r.addColors(s.colors||s),s}},372:(e,t,n)=>{var r=n(1616),s=n(4966).MESSAGE,o=n(1145);e.exports=r(function(l){var u={};return l.message&&(u["@message"]=l.message,delete l.message),l.timestamp&&(u["@timestamp"]=l.timestamp,delete l.timestamp),u["@fields"]=l,l[s]=o(u),l})},5350:(e,t,n)=>{function r(o){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},r(o)}var s=n(1616);e.exports=s(function(o){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u="metadata";l.key&&(u=l.key);var c=[];return l.fillExcept||l.fillWith||(c.push("level"),c.push("message")),l.fillExcept&&(c=l.fillExcept),c.length>0?function(d,h,B){var U,f,g,F,y=h.reduce(function(_,v){return _[v]=d[v],delete d[v],_},{}),m=Object.keys(d).reduce(function(_,v){return _[v]=d[v],delete d[v],_},{});return Object.assign(d,y,(U={},g=m,F=function(_){if(r(_)!="object"||!_)return _;var v=_[Symbol.toPrimitive];if(v!==void 0){var N=v.call(_,"string");if(r(N)!="object")return N;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(_)}(f=B),(f=r(F)=="symbol"?F:String(F))in U?Object.defineProperty(U,f,{value:g,enumerable:!0,configurable:!0,writable:!0}):U[f]=g,U)),d}(o,c,u):l.fillWith?function(d,h,B){return d[B]=h.reduce(function(U,f){return U[f]=d[f],delete d[f],U},{}),d}(o,l.fillWith,u):o})},4659:(e,t,n)=>{var r=void 0,s=n(1616),o=n(7250);e.exports=s(function(l){var u=+new Date;return r.diff=u-(r.prevTime||u),r.prevTime=u,l.ms="+".concat(o(r.diff)),l})},8071:(e,t,n)=>{function r(U){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(U)}function s(U,f){(f==null||f>U.length)&&(f=U.length);for(var g=0,F=new Array(f);g<f;g++)F[g]=U[g];return F}function o(U,f){for(var g=0;g<f.length;g++){var F=f[g];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(U,l(F.key),F)}}function l(U){var f=function(g){if(r(g)!="object"||!g)return g;var F=g[Symbol.toPrimitive];if(F!==void 0){var y=F.call(g,"string");if(r(y)!="object")return y;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}(U);return r(f)=="symbol"?f:String(f)}var u=n(4966),c=u.configs,d=u.LEVEL,h=u.MESSAGE,B=function(){function U(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{levels:c.npm.levels};(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")})(this,U),this.paddings=U.paddingForLevels(y.levels,y.filler),this.options=y}var f,g,F;return f=U,F=[{key:"getLongestLevel",value:function(y){var m,_=Object.keys(y).map(function(v){return v.length});return Math.max.apply(Math,function(v){if(Array.isArray(v))return s(v)}(m=_)||function(v){if(typeof Symbol!="undefined"&&v[Symbol.iterator]!=null||v["@@iterator"]!=null)return Array.from(v)}(m)||function(v,N){if(v){if(typeof v=="string")return s(v,N);var V=Object.prototype.toString.call(v).slice(8,-1);return V==="Object"&&v.constructor&&(V=v.constructor.name),V==="Map"||V==="Set"?Array.from(v):V==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(V)?s(v,N):void 0}}(m)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
75
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}())}},{key:"paddingForLevel",value:function(y,m,_){var v=_+1-y.length,N=Math.floor(v/m.length);return"".concat(m).concat(m.repeat(N)).slice(0,v)}},{key:"paddingForLevels",value:function(y){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:" ",_=U.getLongestLevel(y);return Object.keys(y).reduce(function(v,N){return v[N]=U.paddingForLevel(N,m,_),v},{})}}],(g=[{key:"transform",value:function(y,m){return y.message="".concat(this.paddings[y[d]]).concat(y.message),y[h]&&(y[h]="".concat(this.paddings[y[d]]).concat(y[h])),y}}])&&o(f.prototype,g),F&&o(f,F),Object.defineProperty(f,"prototype",{writable:!1}),U}();e.exports=function(U){return new B(U)},e.exports.Padder=e.exports.Format=B},9121:(e,t,n)=>{var r=n(9208).inspect,s=n(1616),o=n(4966),l=o.LEVEL,u=o.MESSAGE,c=o.SPLAT;e.exports=s(function(d){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},B=Object.assign({},d);return delete B[l],delete B[u],delete B[c],d[u]=r(B,!1,h.depth||null,h.colorize),d})},7016:(e,t,n)=>{function r(c){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(d){return typeof d}:function(d){return d&&typeof Symbol=="function"&&d.constructor===Symbol&&d!==Symbol.prototype?"symbol":typeof d},r(c)}function s(c,d){for(var h=0;h<d.length;h++){var B=d[h];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(c,o(B.key),B)}}function o(c){var d=function(h){if(r(h)!="object"||!h)return h;var B=h[Symbol.toPrimitive];if(B!==void 0){var U=B.call(h,"string");if(r(U)!="object")return U;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(h)}(c);return r(d)=="symbol"?d:String(d)}var l=n(4966).MESSAGE,u=function(){function c(B){(function(U,f){if(!(U instanceof f))throw new TypeError("Cannot call a class as a function")})(this,c),this.template=B}var d,h;return d=c,(h=[{key:"transform",value:function(B){return B[l]=this.template(B),B}}])&&s(d.prototype,h),Object.defineProperty(d,"prototype",{writable:!1}),c}();e.exports=function(c){return new u(c)},e.exports.Printf=e.exports.Format=u},205:(e,t,n)=>{var r=n(1616),s=n(4966).MESSAGE,o=n(1145);e.exports=r(function(l){var u=o(Object.assign({},l,{level:void 0,message:void 0,splat:void 0})),c=l.padding&&l.padding[l.level]||"";return l[s]=u!=="{}"?"".concat(l.level,":").concat(c," ").concat(l.message," ").concat(u):"".concat(l.level,":").concat(c," ").concat(l.message),l})},2695:(e,t,n)=>{function r(U){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(U)}function s(U,f){(f==null||f>U.length)&&(f=U.length);for(var g=0,F=new Array(f);g<f;g++)F[g]=U[g];return F}function o(U,f){for(var g=0;g<f.length;g++){var F=f[g];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(U,l(F.key),F)}}function l(U){var f=function(g){if(r(g)!="object"||!g)return g;var F=g[Symbol.toPrimitive];if(F!==void 0){var y=F.call(g,"string");if(r(y)!="object")return y;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}(U);return r(f)=="symbol"?f:String(f)}var u=n(9208),c=n(4966).SPLAT,d=/%[scdjifoO%]/g,h=/%%/g,B=function(){function U(F){(function(y,m){if(!(y instanceof m))throw new TypeError("Cannot call a class as a function")})(this,U),this.options=F}var f,g;return f=U,(g=[{key:"_splat",value:function(F,y){var m,_=F.message,v=F[c]||F.splat||[],N=_.match(h),V=N&&N.length||0,G=y.length-V-v.length,W=G<0?v.splice(G,-1*G):[],K=W.length;if(K)for(var Y=0;Y<K;Y++)Object.assign(F,W[Y]);return F.message=u.format.apply(u,[_].concat(function(A){if(Array.isArray(A))return s(A)}(m=v)||function(A){if(typeof Symbol!="undefined"&&A[Symbol.iterator]!=null||A["@@iterator"]!=null)return Array.from(A)}(m)||function(A,j){if(A){if(typeof A=="string")return s(A,j);var w=Object.prototype.toString.call(A).slice(8,-1);return w==="Object"&&A.constructor&&(w=A.constructor.name),w==="Map"||w==="Set"?Array.from(A):w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w)?s(A,j):void 0}}(m)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
76
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}())),F}},{key:"transform",value:function(F){var y=F.message,m=F[c]||F.splat;if(!m||!m.length)return F;var _=y&&y.match&&y.match(d);if(!_&&(m||m.length)){var v=m.length>1?m.splice(0):m,N=v.length;if(N)for(var V=0;V<N;V++)Object.assign(F,v[V]);return F}return _?this._splat(F,_):F}}])&&o(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),U}();e.exports=function(U){return new B(U)}},8215:(e,t,n)=>{var r=n(4798),s=n(1616);e.exports=s(function(o){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return l.format&&(o.timestamp=typeof l.format=="function"?l.format():r.format(new Date,l.format)),o.timestamp||(o.timestamp=new Date().toISOString()),l.alias&&(o[l.alias]=o.timestamp),o})},1083:(e,t,n)=>{var r=n(1158),s=n(1616),o=n(4966).MESSAGE;e.exports=s(function(l,u){return u.level!==!1&&(l.level=r.strip(l.level)),u.message!==!1&&(l.message=r.strip(String(l.message))),u.raw!==!1&&l[o]&&(l[o]=r.strip(String(l[o]))),l})},9327:e=>{class t extends Error{constructor(r){super(`Format functions must be synchronous taking a two arguments: (info, opts)
77
+ Found: ${r.toString().split(`
78
+ `)[0]}
79
+ `),Error.captureStackTrace(this,t)}}e.exports=n=>{if(n.length>2)throw new t(n);function r(o={}){this.options=o}function s(o){return new r(o)}return r.prototype.transform=n,s.Format=r,s}},2598:(e,t,n)=>{const r=n(9327),{MESSAGE:s}=n(4966),o=n(1145);function l(u,c){return typeof c=="bigint"?c.toString():c}e.exports=r((u,c)=>{const d=o.configure(c);return u[s]=d(u,c.replacer||l,c.space),u})},3624:(e,t,n)=>{var r=n(9907);const s=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,o=typeof AbortController=="function"?AbortController:class{constructor(){this.signal=new c}abort(N=new Error("This operation was aborted")){this.signal.reason=this.signal.reason||N,this.signal.aborted=!0,this.signal.dispatchEvent({type:"abort",target:this.signal})}},l=typeof AbortSignal=="function",u=typeof o.AbortSignal=="function",c=l?AbortSignal:u?o.AbortController:class{constructor(){this.reason=void 0,this.aborted=!1,this._listeners=[]}dispatchEvent(N){N.type==="abort"&&(this.aborted=!0,this.onabort(N),this._listeners.forEach(V=>V(N),this))}onabort(){}addEventListener(N,V){N==="abort"&&this._listeners.push(V)}removeEventListener(N,V){N==="abort"&&(this._listeners=this._listeners.filter(G=>G!==V))}},d=new Set,h=(N,V)=>{const G=`LRU_CACHE_OPTION_${N}`;f(G)&&g(G,`${N} option`,`options.${V}`,v)},B=(N,V)=>{const G=`LRU_CACHE_METHOD_${N}`;if(f(G)){const{prototype:W}=v,{get:K}=Object.getOwnPropertyDescriptor(W,N);g(G,`${N} method`,`cache.${V}()`,K)}},U=(...N)=>{typeof r=="object"&&r&&typeof r.emitWarning=="function"?r.emitWarning(...N):console.error(...N)},f=N=>!d.has(N),g=(N,V,G,W)=>{d.add(N),U(`The ${V} is deprecated. Please use ${G} instead.`,"DeprecationWarning",N,W)},F=N=>N&&N===Math.floor(N)&&N>0&&isFinite(N),y=N=>F(N)?N<=Math.pow(2,8)?Uint8Array:N<=Math.pow(2,16)?Uint16Array:N<=Math.pow(2,32)?Uint32Array:N<=Number.MAX_SAFE_INTEGER?m:null:null;class m extends Array{constructor(V){super(V),this.fill(0)}}class _{constructor(V){if(V===0)return[];const G=y(V);this.heap=new G(V),this.length=0}push(V){this.heap[this.length++]=V}pop(){return this.heap[--this.length]}}class v{constructor(V={}){const{max:G=0,ttl:W,ttlResolution:K=1,ttlAutopurge:Y,updateAgeOnGet:A,updateAgeOnHas:j,allowStale:w,dispose:Z,disposeAfter:q,noDisposeOnSet:M,noUpdateTTL:D,maxSize:C=0,maxEntrySize:ee=0,sizeCalculation:re,fetchMethod:ie,fetchContext:Fe,noDeleteOnFetchRejection:he,noDeleteOnStaleGet:le,allowStaleOnFetchRejection:de,allowStaleOnFetchAbort:X,ignoreFetchAbort:b}=V,{length:L,maxAge:ae,stale:H}=V instanceof v?{}:V;if(G!==0&&!F(G))throw new TypeError("max option must be a nonnegative integer");const Be=G?y(G):Array;if(!Be)throw new Error("invalid max value: "+G);if(this.max=G,this.maxSize=C,this.maxEntrySize=ee||this.maxSize,this.sizeCalculation=re||L,this.sizeCalculation){if(!this.maxSize&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(this.fetchMethod=ie||null,this.fetchMethod&&typeof this.fetchMethod!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.fetchContext=Fe,!this.fetchMethod&&Fe!==void 0)throw new TypeError("cannot set fetchContext without fetchMethod");if(this.keyMap=new Map,this.keyList=new Array(G).fill(null),this.valList=new Array(G).fill(null),this.next=new Be(G),this.prev=new Be(G),this.head=0,this.tail=0,this.free=new _(G),this.initialFill=1,this.size=0,typeof Z=="function"&&(this.dispose=Z),typeof q=="function"?(this.disposeAfter=q,this.disposed=[]):(this.disposeAfter=null,this.disposed=null),this.noDisposeOnSet=!!M,this.noUpdateTTL=!!D,this.noDeleteOnFetchRejection=!!he,this.allowStaleOnFetchRejection=!!de,this.allowStaleOnFetchAbort=!!X,this.ignoreFetchAbort=!!b,this.maxEntrySize!==0){if(this.maxSize!==0&&!F(this.maxSize))throw new TypeError("maxSize must be a positive integer if specified");if(!F(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.initializeSizeTracking()}if(this.allowStale=!!w||!!H,this.noDeleteOnStaleGet=!!le,this.updateAgeOnGet=!!A,this.updateAgeOnHas=!!j,this.ttlResolution=F(K)||K===0?K:1,this.ttlAutopurge=!!Y,this.ttl=W||ae||0,this.ttl){if(!F(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.initializeTTLTracking()}if(this.max===0&&this.ttl===0&&this.maxSize===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.max&&!this.maxSize){const fe="LRU_CACHE_UNBOUNDED";f(fe)&&(d.add(fe),U("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",fe,v))}H&&h("stale","allowStale"),ae&&h("maxAge","ttl"),L&&h("length","sizeCalculation")}getRemainingTTL(V){return this.has(V,{updateAgeOnHas:!1})?1/0:0}initializeTTLTracking(){this.ttls=new m(this.max),this.starts=new m(this.max),this.setItemTTL=(W,K,Y=s.now())=>{if(this.starts[W]=K!==0?Y:0,this.ttls[W]=K,K!==0&&this.ttlAutopurge){const A=setTimeout(()=>{this.isStale(W)&&this.delete(this.keyList[W])},K+1);A.unref&&A.unref()}},this.updateItemAge=W=>{this.starts[W]=this.ttls[W]!==0?s.now():0},this.statusTTL=(W,K)=>{W&&(W.ttl=this.ttls[K],W.start=this.starts[K],W.now=V||G(),W.remainingTTL=W.now+W.ttl-W.start)};let V=0;const G=()=>{const W=s.now();if(this.ttlResolution>0){V=W;const K=setTimeout(()=>V=0,this.ttlResolution);K.unref&&K.unref()}return W};this.getRemainingTTL=W=>{const K=this.keyMap.get(W);return K===void 0?0:this.ttls[K]===0||this.starts[K]===0?1/0:this.starts[K]+this.ttls[K]-(V||G())},this.isStale=W=>this.ttls[W]!==0&&this.starts[W]!==0&&(V||G())-this.starts[W]>this.ttls[W]}updateItemAge(V){}statusTTL(V,G){}setItemTTL(V,G,W){}isStale(V){return!1}initializeSizeTracking(){this.calculatedSize=0,this.sizes=new m(this.max),this.removeItemSize=V=>{this.calculatedSize-=this.sizes[V],this.sizes[V]=0},this.requireSize=(V,G,W,K)=>{if(this.isBackgroundFetch(G))return 0;if(!F(W)){if(!K)throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");if(typeof K!="function")throw new TypeError("sizeCalculation must be a function");if(W=K(G,V),!F(W))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}return W},this.addItemSize=(V,G,W)=>{if(this.sizes[V]=G,this.maxSize){const K=this.maxSize-this.sizes[V];for(;this.calculatedSize>K;)this.evict(!0)}this.calculatedSize+=this.sizes[V],W&&(W.entrySize=G,W.totalCalculatedSize=this.calculatedSize)}}removeItemSize(V){}addItemSize(V,G){}requireSize(V,G,W,K){if(W||K)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}*indexes({allowStale:V=this.allowStale}={}){if(this.size)for(let G=this.tail;this.isValidIndex(G)&&(!V&&this.isStale(G)||(yield G),G!==this.head);)G=this.prev[G]}*rindexes({allowStale:V=this.allowStale}={}){if(this.size)for(let G=this.head;this.isValidIndex(G)&&(!V&&this.isStale(G)||(yield G),G!==this.tail);)G=this.next[G]}isValidIndex(V){return V!==void 0&&this.keyMap.get(this.keyList[V])===V}*entries(){for(const V of this.indexes())this.valList[V]===void 0||this.keyList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield[this.keyList[V],this.valList[V]])}*rentries(){for(const V of this.rindexes())this.valList[V]===void 0||this.keyList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield[this.keyList[V],this.valList[V]])}*keys(){for(const V of this.indexes())this.keyList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield this.keyList[V])}*rkeys(){for(const V of this.rindexes())this.keyList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield this.keyList[V])}*values(){for(const V of this.indexes())this.valList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield this.valList[V])}*rvalues(){for(const V of this.rindexes())this.valList[V]===void 0||this.isBackgroundFetch(this.valList[V])||(yield this.valList[V])}[Symbol.iterator](){return this.entries()}find(V,G){for(const W of this.indexes()){const K=this.valList[W],Y=this.isBackgroundFetch(K)?K.__staleWhileFetching:K;if(Y!==void 0&&V(Y,this.keyList[W],this))return this.get(this.keyList[W],G)}}forEach(V,G=this){for(const W of this.indexes()){const K=this.valList[W],Y=this.isBackgroundFetch(K)?K.__staleWhileFetching:K;Y!==void 0&&V.call(G,Y,this.keyList[W],this)}}rforEach(V,G=this){for(const W of this.rindexes()){const K=this.valList[W],Y=this.isBackgroundFetch(K)?K.__staleWhileFetching:K;Y!==void 0&&V.call(G,Y,this.keyList[W],this)}}get prune(){return B("prune","purgeStale"),this.purgeStale}purgeStale(){let V=!1;for(const G of this.rindexes({allowStale:!0}))this.isStale(G)&&(this.delete(this.keyList[G]),V=!0);return V}dump(){const V=[];for(const G of this.indexes({allowStale:!0})){const W=this.keyList[G],K=this.valList[G],Y=this.isBackgroundFetch(K)?K.__staleWhileFetching:K;if(Y===void 0)continue;const A={value:Y};if(this.ttls){A.ttl=this.ttls[G];const j=s.now()-this.starts[G];A.start=Math.floor(Date.now()-j)}this.sizes&&(A.size=this.sizes[G]),V.unshift([W,A])}return V}load(V){this.clear();for(const[G,W]of V){if(W.start){const K=Date.now()-W.start;W.start=s.now()-K}this.set(G,W.value,W)}}dispose(V,G,W){}set(V,G,{ttl:W=this.ttl,start:K,noDisposeOnSet:Y=this.noDisposeOnSet,size:A=0,sizeCalculation:j=this.sizeCalculation,noUpdateTTL:w=this.noUpdateTTL,status:Z}={}){if(A=this.requireSize(V,G,A,j),this.maxEntrySize&&A>this.maxEntrySize)return Z&&(Z.set="miss",Z.maxEntrySizeExceeded=!0),this.delete(V),this;let q=this.size===0?void 0:this.keyMap.get(V);if(q===void 0)q=this.newIndex(),this.keyList[q]=V,this.valList[q]=G,this.keyMap.set(V,q),this.next[this.tail]=q,this.prev[q]=this.tail,this.tail=q,this.size++,this.addItemSize(q,A,Z),Z&&(Z.set="add"),w=!1;else{this.moveToTail(q);const M=this.valList[q];if(G!==M){if(this.isBackgroundFetch(M)?M.__abortController.abort(new Error("replaced")):Y||(this.dispose(M,V,"set"),this.disposeAfter&&this.disposed.push([M,V,"set"])),this.removeItemSize(q),this.valList[q]=G,this.addItemSize(q,A,Z),Z){Z.set="replace";const D=M&&this.isBackgroundFetch(M)?M.__staleWhileFetching:M;D!==void 0&&(Z.oldValue=D)}}else Z&&(Z.set="update")}if(W===0||this.ttl!==0||this.ttls||this.initializeTTLTracking(),w||this.setItemTTL(q,W,K),this.statusTTL(Z,q),this.disposeAfter)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return this}newIndex(){return this.size===0?this.tail:this.size===this.max&&this.max!==0?this.evict(!1):this.free.length!==0?this.free.pop():this.initialFill++}pop(){if(this.size){const V=this.valList[this.head];return this.evict(!0),V}}evict(V){const G=this.head,W=this.keyList[G],K=this.valList[G];return this.isBackgroundFetch(K)?K.__abortController.abort(new Error("evicted")):(this.dispose(K,W,"evict"),this.disposeAfter&&this.disposed.push([K,W,"evict"])),this.removeItemSize(G),V&&(this.keyList[G]=null,this.valList[G]=null,this.free.push(G)),this.head=this.next[G],this.keyMap.delete(W),this.size--,G}has(V,{updateAgeOnHas:G=this.updateAgeOnHas,status:W}={}){const K=this.keyMap.get(V);if(K!==void 0){if(!this.isStale(K))return G&&this.updateItemAge(K),W&&(W.has="hit"),this.statusTTL(W,K),!0;W&&(W.has="stale",this.statusTTL(W,K))}else W&&(W.has="miss");return!1}peek(V,{allowStale:G=this.allowStale}={}){const W=this.keyMap.get(V);if(W!==void 0&&(G||!this.isStale(W))){const K=this.valList[W];return this.isBackgroundFetch(K)?K.__staleWhileFetching:K}}backgroundFetch(V,G,W,K){const Y=G===void 0?void 0:this.valList[G];if(this.isBackgroundFetch(Y))return Y;const A=new o;W.signal&&W.signal.addEventListener("abort",()=>A.abort(W.signal.reason));const j={signal:A.signal,options:W,context:K},w=(M,D=!1)=>{const{aborted:C}=A.signal,ee=W.ignoreFetchAbort&&M!==void 0;return W.status&&(C&&!D?(W.status.fetchAborted=!0,W.status.fetchError=A.signal.reason,ee&&(W.status.fetchAbortIgnored=!0)):W.status.fetchResolved=!0),!C||ee||D?(this.valList[G]===q&&(M===void 0?q.__staleWhileFetching?this.valList[G]=q.__staleWhileFetching:this.delete(V):(W.status&&(W.status.fetchUpdated=!0),this.set(V,M,j.options))),M):Z(A.signal.reason)},Z=M=>{const{aborted:D}=A.signal,C=D&&W.allowStaleOnFetchAbort,ee=C||W.allowStaleOnFetchRejection,re=ee||W.noDeleteOnFetchRejection;if(this.valList[G]===q&&(re&&q.__staleWhileFetching!==void 0?C||(this.valList[G]=q.__staleWhileFetching):this.delete(V)),ee)return W.status&&q.__staleWhileFetching!==void 0&&(W.status.returnedStale=!0),q.__staleWhileFetching;if(q.__returned===q)throw M};W.status&&(W.status.fetchDispatched=!0);const q=new Promise((M,D)=>{this.fetchMethod(V,Y,j).then(C=>M(C),D),A.signal.addEventListener("abort",()=>{W.ignoreFetchAbort&&!W.allowStaleOnFetchAbort||(M(),W.allowStaleOnFetchAbort&&(M=C=>w(C,!0)))})}).then(w,M=>(W.status&&(W.status.fetchRejected=!0,W.status.fetchError=M),Z(M)));return q.__abortController=A,q.__staleWhileFetching=Y,q.__returned=null,G===void 0?(this.set(V,q,{...j.options,status:void 0}),G=this.keyMap.get(V)):this.valList[G]=q,q}isBackgroundFetch(V){return V&&typeof V=="object"&&typeof V.then=="function"&&Object.prototype.hasOwnProperty.call(V,"__staleWhileFetching")&&Object.prototype.hasOwnProperty.call(V,"__returned")&&(V.__returned===V||V.__returned===null)}async fetch(V,{allowStale:G=this.allowStale,updateAgeOnGet:W=this.updateAgeOnGet,noDeleteOnStaleGet:K=this.noDeleteOnStaleGet,ttl:Y=this.ttl,noDisposeOnSet:A=this.noDisposeOnSet,size:j=0,sizeCalculation:w=this.sizeCalculation,noUpdateTTL:Z=this.noUpdateTTL,noDeleteOnFetchRejection:q=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:M=this.allowStaleOnFetchRejection,ignoreFetchAbort:D=this.ignoreFetchAbort,allowStaleOnFetchAbort:C=this.allowStaleOnFetchAbort,fetchContext:ee=this.fetchContext,forceRefresh:re=!1,status:ie,signal:Fe}={}){if(!this.fetchMethod)return ie&&(ie.fetch="get"),this.get(V,{allowStale:G,updateAgeOnGet:W,noDeleteOnStaleGet:K,status:ie});const he={allowStale:G,updateAgeOnGet:W,noDeleteOnStaleGet:K,ttl:Y,noDisposeOnSet:A,size:j,sizeCalculation:w,noUpdateTTL:Z,noDeleteOnFetchRejection:q,allowStaleOnFetchRejection:M,allowStaleOnFetchAbort:C,ignoreFetchAbort:D,status:ie,signal:Fe};let le=this.keyMap.get(V);if(le===void 0){ie&&(ie.fetch="miss");const de=this.backgroundFetch(V,le,he,ee);return de.__returned=de}{const de=this.valList[le];if(this.isBackgroundFetch(de)){const H=G&&de.__staleWhileFetching!==void 0;return ie&&(ie.fetch="inflight",H&&(ie.returnedStale=!0)),H?de.__staleWhileFetching:de.__returned=de}const X=this.isStale(le);if(!re&&!X)return ie&&(ie.fetch="hit"),this.moveToTail(le),W&&this.updateItemAge(le),this.statusTTL(ie,le),de;const b=this.backgroundFetch(V,le,he,ee),L=b.__staleWhileFetching!==void 0,ae=L&&G;return ie&&(ie.fetch=L&&X?"stale":"refresh",ae&&X&&(ie.returnedStale=!0)),ae?b.__staleWhileFetching:b.__returned=b}}get(V,{allowStale:G=this.allowStale,updateAgeOnGet:W=this.updateAgeOnGet,noDeleteOnStaleGet:K=this.noDeleteOnStaleGet,status:Y}={}){const A=this.keyMap.get(V);if(A!==void 0){const j=this.valList[A],w=this.isBackgroundFetch(j);return this.statusTTL(Y,A),this.isStale(A)?(Y&&(Y.get="stale"),w?(Y&&(Y.returnedStale=G&&j.__staleWhileFetching!==void 0),G?j.__staleWhileFetching:void 0):(K||this.delete(V),Y&&(Y.returnedStale=G),G?j:void 0)):(Y&&(Y.get="hit"),w?j.__staleWhileFetching:(this.moveToTail(A),W&&this.updateItemAge(A),j))}Y&&(Y.get="miss")}connect(V,G){this.prev[G]=V,this.next[V]=G}moveToTail(V){V!==this.tail&&(V===this.head?this.head=this.next[V]:this.connect(this.prev[V],this.next[V]),this.connect(this.tail,V),this.tail=V)}get del(){return B("del","delete"),this.delete}delete(V){let G=!1;if(this.size!==0){const W=this.keyMap.get(V);if(W!==void 0)if(G=!0,this.size===1)this.clear();else{this.removeItemSize(W);const K=this.valList[W];this.isBackgroundFetch(K)?K.__abortController.abort(new Error("deleted")):(this.dispose(K,V,"delete"),this.disposeAfter&&this.disposed.push([K,V,"delete"])),this.keyMap.delete(V),this.keyList[W]=null,this.valList[W]=null,W===this.tail?this.tail=this.prev[W]:W===this.head?this.head=this.next[W]:(this.next[this.prev[W]]=this.next[W],this.prev[this.next[W]]=this.prev[W]),this.size--,this.free.push(W)}}if(this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return G}clear(){for(const V of this.rindexes({allowStale:!0})){const G=this.valList[V];if(this.isBackgroundFetch(G))G.__abortController.abort(new Error("deleted"));else{const W=this.keyList[V];this.dispose(G,W,"delete"),this.disposeAfter&&this.disposed.push([G,W,"delete"])}}if(this.keyMap.clear(),this.valList.fill(null),this.keyList.fill(null),this.ttls&&(this.ttls.fill(0),this.starts.fill(0)),this.sizes&&this.sizes.fill(0),this.head=0,this.tail=0,this.initialFill=1,this.free.length=0,this.calculatedSize=0,this.size=0,this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift())}get reset(){return B("reset","clear"),this.clear}get length(){return(V=>{const G=`LRU_CACHE_PROPERTY_${V}`;if(f(G)){const{prototype:W}=v,{get:K}=Object.getOwnPropertyDescriptor(W,V);g(G,`${V} property`,"cache.size",K)}})("length"),this.size}static get AbortController(){return o}static get AbortSignal(){return c}}e.exports=v},7250:e=>{var t=1e3,n=60*t,r=60*n,s=24*r,o=7*s;function l(u,c,d,h){var B=c>=1.5*d;return Math.round(u/d)+" "+h+(B?"s":"")}e.exports=function(u,c){c=c||{};var d,h,B=typeof u;if(B==="string"&&u.length>0)return function(U){if(!((U=String(U)).length>100)){var f=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(U);if(f){var g=parseFloat(f[1]);switch((f[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*g;case"weeks":case"week":case"w":return g*o;case"days":case"day":case"d":return g*s;case"hours":case"hour":case"hrs":case"hr":case"h":return g*r;case"minutes":case"minute":case"mins":case"min":case"m":return g*n;case"seconds":case"second":case"secs":case"sec":case"s":return g*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return g;default:return}}}}(u);if(B==="number"&&isFinite(u))return c.long?(d=u,(h=Math.abs(d))>=s?l(d,h,s,"day"):h>=r?l(d,h,r,"hour"):h>=n?l(d,h,n,"minute"):h>=t?l(d,h,t,"second"):d+" ms"):function(U){var f=Math.abs(U);return f>=s?Math.round(U/s)+"d":f>=r?Math.round(U/r)+"h":f>=n?Math.round(U/n)+"m":f>=t?Math.round(U/t)+"s":U+"ms"}(u);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(u))}},2372:e=>{var t=function(n){return n!=n};e.exports=function(n,r){return n===0&&r===0?1/n==1/r:n===r||!(!t(n)||!t(r))}},5968:(e,t,n)=>{var r=n(1857),s=n(8498),o=n(2372),l=n(1937),u=n(5087),c=s(l(),Object);r(c,{getPolyfill:l,implementation:o,shim:u}),e.exports=c},1937:(e,t,n)=>{var r=n(2372);e.exports=function(){return typeof Object.is=="function"?Object.is:r}},5087:(e,t,n)=>{var r=n(1937),s=n(1857);e.exports=function(){var o=r();return s(Object,{is:o},{is:function(){return Object.is!==o}}),o}},8160:(e,t,n)=>{var r;if(!Object.keys){var s=Object.prototype.hasOwnProperty,o=Object.prototype.toString,l=n(968),u=Object.prototype.propertyIsEnumerable,c=!u.call({toString:null},"toString"),d=u.call(function(){},"prototype"),h=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],B=function(g){var F=g.constructor;return F&&F.prototype===g},U={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},f=function(){if(typeof window=="undefined")return!1;for(var g in window)try{if(!U["$"+g]&&s.call(window,g)&&window[g]!==null&&typeof window[g]=="object")try{B(window[g])}catch{return!0}}catch{return!0}return!1}();r=function(g){var F=g!==null&&typeof g=="object",y=o.call(g)==="[object Function]",m=l(g),_=F&&o.call(g)==="[object String]",v=[];if(!F&&!y&&!m)throw new TypeError("Object.keys called on a non-object");var N=d&&y;if(_&&g.length>0&&!s.call(g,0))for(var V=0;V<g.length;++V)v.push(String(V));if(m&&g.length>0)for(var G=0;G<g.length;++G)v.push(String(G));else for(var W in g)N&&W==="prototype"||!s.call(g,W)||v.push(String(W));if(c)for(var K=function(A){if(typeof window=="undefined"||!f)return B(A);try{return B(A)}catch{return!1}}(g),Y=0;Y<h.length;++Y)K&&h[Y]==="constructor"||!s.call(g,h[Y])||v.push(h[Y]);return v}}e.exports=r},9228:(e,t,n)=>{var r=Array.prototype.slice,s=n(968),o=Object.keys,l=o?function(c){return o(c)}:n(8160),u=Object.keys;l.shim=function(){if(Object.keys){var c=function(){var d=Object.keys(arguments);return d&&d.length===arguments.length}(1,2);c||(Object.keys=function(d){return s(d)?u(r.call(d)):u(d)})}else Object.keys=l;return Object.keys||l},e.exports=l},968:e=>{var t=Object.prototype.toString;e.exports=function(n){var r=t.call(n),s=r==="[object Arguments]";return s||(s=r!=="[object Array]"&&n!==null&&typeof n=="object"&&typeof n.length=="number"&&n.length>=0&&t.call(n.callee)==="[object Function]"),s}},5164:(e,t,n)=>{var r=n(9228),s=n(2908)(),o=n(9818),l=Object,u=o("Array.prototype.push"),c=o("Object.prototype.propertyIsEnumerable"),d=s?Object.getOwnPropertySymbols:null;e.exports=function(h,B){if(h==null)throw new TypeError("target must be an object");var U=l(h);if(arguments.length===1)return U;for(var f=1;f<arguments.length;++f){var g=l(arguments[f]),F=r(g),y=s&&(Object.getOwnPropertySymbols||d);if(y)for(var m=y(g),_=0;_<m.length;++_){var v=m[_];c(g,v)&&u(F,v)}for(var N=0;N<F.length;++N){var V=F[N];if(c(g,V)){var G=g[V];U[V]=G}}}return U}},3225:(e,t,n)=>{var r=n(5164);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var s="abcdefghijklmnopqrst",o=s.split(""),l={},u=0;u<o.length;++u)l[o[u]]=o[u];var c=Object.assign({},l),d="";for(var h in c)d+=h;return s!==d}()||function(){if(!Object.assign||!Object.preventExtensions)return!1;var s=Object.preventExtensions({1:2});try{Object.assign(s,"xy")}catch{return s[1]==="y"}return!1}()?r:Object.assign:r}},960:(e,t,n)=>{var r=n(9827);e.exports=function(s){var o,l=0;function u(){return l||(l=1,o=s.apply(this,arguments),s=null),o}return u.displayName=r(s),u}},2213:(e,t)=>{t.endianness=function(){return"LE"},t.hostname=function(){return typeof location!="undefined"?location.hostname:""},t.loadavg=function(){return[]},t.uptime=function(){return 0},t.freemem=function(){return Number.MAX_VALUE},t.totalmem=function(){return Number.MAX_VALUE},t.cpus=function(){return[]},t.type=function(){return"Browser"},t.release=function(){return typeof navigator!="undefined"?navigator.appVersion:""},t.networkInterfaces=t.getNetworkInterfaces=function(){return{}},t.arch=function(){return"javascript"},t.platform=function(){return"browser"},t.tmpdir=t.tmpDir=function(){return"/tmp"},t.EOL=`
80
+ `,t.homedir=function(){return"/"}},5402:e=>{typeof Object.create=="function"?e.exports=function(t,n){t.super_=n,t.prototype=Object.create(n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(t,n){t.super_=n;var r=function(){};r.prototype=n.prototype,t.prototype=new r,t.prototype.constructor=t}},8575:e=>{e.exports=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"}},25:(e,t,n)=>{var r=n(9907),s=/%[sdj%]/g;t.format=function(w){if(!m(w)){for(var Z=[],q=0;q<arguments.length;q++)Z.push(u(arguments[q]));return Z.join(" ")}q=1;for(var M=arguments,D=M.length,C=String(w).replace(s,function(re){if(re==="%%")return"%";if(q>=D)return re;switch(re){case"%s":return String(M[q++]);case"%d":return Number(M[q++]);case"%j":try{return JSON.stringify(M[q++])}catch{return"[Circular]"}default:return re}}),ee=M[q];q<D;ee=M[++q])F(ee)||!N(ee)?C+=" "+ee:C+=" "+u(ee);return C},t.deprecate=function(w,Z){if(_(n.g.process))return function(){return t.deprecate(w,Z).apply(this,arguments)};if(r.noDeprecation===!0)return w;var q=!1;return function(){if(!q){if(r.throwDeprecation)throw new Error(Z);r.traceDeprecation?console.trace(Z):console.error(Z),q=!0}return w.apply(this,arguments)}};var o,l={};function u(w,Z){var q={seen:[],stylize:d};return arguments.length>=3&&(q.depth=arguments[2]),arguments.length>=4&&(q.colors=arguments[3]),g(Z)?q.showHidden=Z:Z&&t._extend(q,Z),_(q.showHidden)&&(q.showHidden=!1),_(q.depth)&&(q.depth=2),_(q.colors)&&(q.colors=!1),_(q.customInspect)&&(q.customInspect=!0),q.colors&&(q.stylize=c),h(q,w,q.depth)}function c(w,Z){var q=u.styles[Z];return q?"\x1B["+u.colors[q][0]+"m"+w+"\x1B["+u.colors[q][1]+"m":w}function d(w,Z){return w}function h(w,Z,q){if(w.customInspect&&Z&&W(Z.inspect)&&Z.inspect!==t.inspect&&(!Z.constructor||Z.constructor.prototype!==Z)){var M=Z.inspect(q,w);return m(M)||(M=h(w,M,q)),M}var D=function(de,X){if(_(X))return de.stylize("undefined","undefined");if(m(X)){var b="'"+JSON.stringify(X).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return de.stylize(b,"string")}return y(X)?de.stylize(""+X,"number"):g(X)?de.stylize(""+X,"boolean"):F(X)?de.stylize("null","null"):void 0}(w,Z);if(D)return D;var C=Object.keys(Z),ee=function(de){var X={};return de.forEach(function(b,L){X[b]=!0}),X}(C);if(w.showHidden&&(C=Object.getOwnPropertyNames(Z)),G(Z)&&(C.indexOf("message")>=0||C.indexOf("description")>=0))return B(Z);if(C.length===0){if(W(Z)){var re=Z.name?": "+Z.name:"";return w.stylize("[Function"+re+"]","special")}if(v(Z))return w.stylize(RegExp.prototype.toString.call(Z),"regexp");if(V(Z))return w.stylize(Date.prototype.toString.call(Z),"date");if(G(Z))return B(Z)}var ie,Fe="",he=!1,le=["{","}"];return f(Z)&&(he=!0,le=["[","]"]),W(Z)&&(Fe=" [Function"+(Z.name?": "+Z.name:"")+"]"),v(Z)&&(Fe=" "+RegExp.prototype.toString.call(Z)),V(Z)&&(Fe=" "+Date.prototype.toUTCString.call(Z)),G(Z)&&(Fe=" "+B(Z)),C.length!==0||he&&Z.length!=0?q<0?v(Z)?w.stylize(RegExp.prototype.toString.call(Z),"regexp"):w.stylize("[Object]","special"):(w.seen.push(Z),ie=he?function(de,X,b,L,ae){for(var H=[],Be=0,fe=X.length;Be<fe;++Be)j(X,String(Be))?H.push(U(de,X,b,L,String(Be),!0)):H.push("");return ae.forEach(function(ue){ue.match(/^\d+$/)||H.push(U(de,X,b,L,ue,!0))}),H}(w,Z,q,ee,C):C.map(function(de){return U(w,Z,q,ee,de,he)}),w.seen.pop(),function(de,X,b){return de.reduce(function(L,ae){return ae.indexOf(`
81
+ `),L+ae.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?b[0]+(X===""?"":X+`
82
+ `)+" "+de.join(`,
83
+ `)+" "+b[1]:b[0]+X+" "+de.join(", ")+" "+b[1]}(ie,Fe,le)):le[0]+Fe+le[1]}function B(w){return"["+Error.prototype.toString.call(w)+"]"}function U(w,Z,q,M,D,C){var ee,re,ie;if((ie=Object.getOwnPropertyDescriptor(Z,D)||{value:Z[D]}).get?re=ie.set?w.stylize("[Getter/Setter]","special"):w.stylize("[Getter]","special"):ie.set&&(re=w.stylize("[Setter]","special")),j(M,D)||(ee="["+D+"]"),re||(w.seen.indexOf(ie.value)<0?(re=F(q)?h(w,ie.value,null):h(w,ie.value,q-1)).indexOf(`
84
+ `)>-1&&(re=C?re.split(`
85
+ `).map(function(Fe){return" "+Fe}).join(`
86
+ `).substr(2):`
87
+ `+re.split(`
88
+ `).map(function(Fe){return" "+Fe}).join(`
89
+ `)):re=w.stylize("[Circular]","special")),_(ee)){if(C&&D.match(/^\d+$/))return re;(ee=JSON.stringify(""+D)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(ee=ee.substr(1,ee.length-2),ee=w.stylize(ee,"name")):(ee=ee.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),ee=w.stylize(ee,"string"))}return ee+": "+re}function f(w){return Array.isArray(w)}function g(w){return typeof w=="boolean"}function F(w){return w===null}function y(w){return typeof w=="number"}function m(w){return typeof w=="string"}function _(w){return w===void 0}function v(w){return N(w)&&K(w)==="[object RegExp]"}function N(w){return typeof w=="object"&&w!==null}function V(w){return N(w)&&K(w)==="[object Date]"}function G(w){return N(w)&&(K(w)==="[object Error]"||w instanceof Error)}function W(w){return typeof w=="function"}function K(w){return Object.prototype.toString.call(w)}function Y(w){return w<10?"0"+w.toString(10):w.toString(10)}t.debuglog=function(w){if(_(o)&&(o=r.env.NODE_DEBUG||""),w=w.toUpperCase(),!l[w])if(new RegExp("\\b"+w+"\\b","i").test(o)){var Z=r.pid;l[w]=function(){var q=t.format.apply(t,arguments);console.error("%s %d: %s",w,Z,q)}}else l[w]=function(){};return l[w]},t.inspect=u,u.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},u.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=f,t.isBoolean=g,t.isNull=F,t.isNullOrUndefined=function(w){return w==null},t.isNumber=y,t.isString=m,t.isSymbol=function(w){return typeof w=="symbol"},t.isUndefined=_,t.isRegExp=v,t.isObject=N,t.isDate=V,t.isError=G,t.isFunction=W,t.isPrimitive=function(w){return w===null||typeof w=="boolean"||typeof w=="number"||typeof w=="string"||typeof w=="symbol"||w===void 0},t.isBuffer=n(8575);var A=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function j(w,Z){return Object.prototype.hasOwnProperty.call(w,Z)}t.log=function(){var w,Z;console.log("%s - %s",(Z=[Y((w=new Date).getHours()),Y(w.getMinutes()),Y(w.getSeconds())].join(":"),[w.getDate(),A[w.getMonth()],Z].join(" ")),t.format.apply(t,arguments))},t.inherits=n(5402),t._extend=function(w,Z){if(!Z||!N(Z))return w;for(var q=Object.keys(Z),M=q.length;M--;)w[q[M]]=Z[q[M]];return w}},8558:(e,t,n)=>{var r=n(9907),s=r.platform==="win32",o=n(25);function l(m,_){for(var v=[],N=0;N<m.length;N++){var V=m[N];V&&V!=="."&&(V===".."?v.length&&v[v.length-1]!==".."?v.pop():_&&v.push(".."):v.push(V))}return v}function u(m){for(var _=m.length-1,v=0;v<=_&&!m[v];v++);for(var N=_;N>=0&&!m[N];N--);return v===0&&N===_?m:v>N?[]:m.slice(v,N+1)}var c=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/,d=/^([\s\S]*?)((?:\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))(?:[\\\/]*)$/,h={};function B(m){var _=c.exec(m),v=(_[1]||"")+(_[2]||""),N=_[3]||"",V=d.exec(N);return[v,V[1],V[2],V[3]]}function U(m){var _=c.exec(m),v=_[1]||"",N=!!v&&v[1]!==":";return{device:v,isUnc:N,isAbsolute:N||!!_[2],tail:_[3]}}function f(m){return"\\\\"+m.replace(/^[\\\/]+/,"").replace(/[\\\/]+/g,"\\")}h.resolve=function(){for(var m="",_="",v=!1,N=arguments.length-1;N>=-1;N--){var V;if(N>=0?V=arguments[N]:m?(V=r.env["="+m])&&V.substr(0,3).toLowerCase()===m.toLowerCase()+"\\"||(V=m+"\\"):V=r.cwd(),!o.isString(V))throw new TypeError("Arguments to path.resolve must be strings");if(V){var G=U(V),W=G.device,K=G.isUnc,Y=G.isAbsolute,A=G.tail;if((!W||!m||W.toLowerCase()===m.toLowerCase())&&(m||(m=W),v||(_=A+"\\"+_,v=Y),m&&v))break}}return K&&(m=f(m)),m+(v?"\\":"")+(_=l(_.split(/[\\\/]+/),!v).join("\\"))||"."},h.normalize=function(m){var _=U(m),v=_.device,N=_.isUnc,V=_.isAbsolute,G=_.tail,W=/[\\\/]$/.test(G);return(G=l(G.split(/[\\\/]+/),!V).join("\\"))||V||(G="."),G&&W&&(G+="\\"),N&&(v=f(v)),v+(V?"\\":"")+G},h.isAbsolute=function(m){return U(m).isAbsolute},h.join=function(){for(var m=[],_=0;_<arguments.length;_++){var v=arguments[_];if(!o.isString(v))throw new TypeError("Arguments to path.join must be strings");v&&m.push(v)}var N=m.join("\\");return/^[\\\/]{2}[^\\\/]/.test(m[0])||(N=N.replace(/^[\\\/]{2,}/,"\\")),h.normalize(N)},h.relative=function(m,_){m=h.resolve(m),_=h.resolve(_);for(var v=m.toLowerCase(),N=_.toLowerCase(),V=u(_.split("\\")),G=u(v.split("\\")),W=u(N.split("\\")),K=Math.min(G.length,W.length),Y=K,A=0;A<K;A++)if(G[A]!==W[A]){Y=A;break}if(Y==0)return _;var j=[];for(A=Y;A<G.length;A++)j.push("..");return(j=j.concat(V.slice(Y))).join("\\")},h._makeLong=function(m){if(!o.isString(m))return m;if(!m)return"";var _=h.resolve(m);return/^[a-zA-Z]\:\\/.test(_)?"\\\\?\\"+_:/^\\\\[^?.]/.test(_)?"\\\\?\\UNC\\"+_.substring(2):m},h.dirname=function(m){var _=B(m),v=_[0],N=_[1];return v||N?(N&&(N=N.substr(0,N.length-1)),v+N):"."},h.basename=function(m,_){var v=B(m)[2];return _&&v.substr(-1*_.length)===_&&(v=v.substr(0,v.length-_.length)),v},h.extname=function(m){return B(m)[3]},h.format=function(m){if(!o.isObject(m))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof m);var _=m.root||"";if(!o.isString(_))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof m.root);var v=m.dir,N=m.base||"";return v?v[v.length-1]===h.sep?v+N:v+h.sep+N:N},h.parse=function(m){if(!o.isString(m))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof m);var _=B(m);if(!_||_.length!==4)throw new TypeError("Invalid path '"+m+"'");return{root:_[0],dir:_[0]+_[1].slice(0,-1),base:_[2],ext:_[3],name:_[2].slice(0,_[2].length-_[3].length)}},h.sep="\\",h.delimiter=";";var g=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,F={};function y(m){return g.exec(m).slice(1)}F.resolve=function(){for(var m="",_=!1,v=arguments.length-1;v>=-1&&!_;v--){var N=v>=0?arguments[v]:r.cwd();if(!o.isString(N))throw new TypeError("Arguments to path.resolve must be strings");N&&(m=N+"/"+m,_=N[0]==="/")}return(_?"/":"")+(m=l(m.split("/"),!_).join("/"))||"."},F.normalize=function(m){var _=F.isAbsolute(m),v=m&&m[m.length-1]==="/";return(m=l(m.split("/"),!_).join("/"))||_||(m="."),m&&v&&(m+="/"),(_?"/":"")+m},F.isAbsolute=function(m){return m.charAt(0)==="/"},F.join=function(){for(var m="",_=0;_<arguments.length;_++){var v=arguments[_];if(!o.isString(v))throw new TypeError("Arguments to path.join must be strings");v&&(m+=m?"/"+v:v)}return F.normalize(m)},F.relative=function(m,_){m=F.resolve(m).substr(1),_=F.resolve(_).substr(1);for(var v=u(m.split("/")),N=u(_.split("/")),V=Math.min(v.length,N.length),G=V,W=0;W<V;W++)if(v[W]!==N[W]){G=W;break}var K=[];for(W=G;W<v.length;W++)K.push("..");return(K=K.concat(N.slice(G))).join("/")},F._makeLong=function(m){return m},F.dirname=function(m){var _=y(m),v=_[0],N=_[1];return v||N?(N&&(N=N.substr(0,N.length-1)),v+N):"."},F.basename=function(m,_){var v=y(m)[2];return _&&v.substr(-1*_.length)===_&&(v=v.substr(0,v.length-_.length)),v},F.extname=function(m){return y(m)[3]},F.format=function(m){if(!o.isObject(m))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof m);var _=m.root||"";if(!o.isString(_))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof m.root);return(m.dir?m.dir+F.sep:"")+(m.base||"")},F.parse=function(m){if(!o.isString(m))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof m);var _=y(m);if(!_||_.length!==4)throw new TypeError("Invalid path '"+m+"'");return _[1]=_[1]||"",_[2]=_[2]||"",_[3]=_[3]||"",{root:_[0],dir:_[0]+_[1].slice(0,-1),base:_[2],ext:_[3],name:_[2].slice(0,_[2].length-_[3].length)}},F.sep="/",F.delimiter=":",e.exports=s?h:F,e.exports.posix=F,e.exports.win32=h},8758:function(e,t,n){var r=n(9907);(function(){var s,o,l,u,c,d;typeof performance!="undefined"&&performance!==null&&performance.now?e.exports=function(){return performance.now()}:r!=null&&r.hrtime?(e.exports=function(){return(s()-c)/1e6},o=r.hrtime,u=(s=function(){var h;return 1e9*(h=o())[0]+h[1]})(),d=1e9*r.uptime(),c=u-d):Date.now?(e.exports=function(){return Date.now()-l},l=Date.now()):(e.exports=function(){return new Date().getTime()-l},l=new Date().getTime())}).call(this)},9501:e=>{e.exports=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},9907:e=>{var t,n,r=e.exports={};function s(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function l(F){if(t===setTimeout)return setTimeout(F,0);if((t===s||!t)&&setTimeout)return t=setTimeout,setTimeout(F,0);try{return t(F,0)}catch{try{return t.call(null,F,0)}catch{return t.call(this,F,0)}}}(function(){try{t=typeof setTimeout=="function"?setTimeout:s}catch{t=s}try{n=typeof clearTimeout=="function"?clearTimeout:o}catch{n=o}})();var u,c=[],d=!1,h=-1;function B(){d&&u&&(d=!1,u.length?c=u.concat(c):h=-1,c.length&&U())}function U(){if(!d){var F=l(B);d=!0;for(var y=c.length;y;){for(u=c,c=[];++h<y;)u&&u[h].run();h=-1,y=c.length}u=null,d=!1,function(m){if(n===clearTimeout)return clearTimeout(m);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(m);try{return n(m)}catch{try{return n.call(null,m)}catch{return n.call(this,m)}}}(F)}}function f(F,y){this.fun=F,this.array=y}function g(){}r.nextTick=function(F){var y=new Array(arguments.length-1);if(arguments.length>1)for(var m=1;m<arguments.length;m++)y[m-1]=arguments[m];c.push(new f(F,y)),c.length!==1||d||l(U)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=g,r.addListener=g,r.once=g,r.off=g,r.removeListener=g,r.removeAllListeners=g,r.emit=g,r.prependListener=g,r.prependOnceListener=g,r.listeners=function(F){return[]},r.binding=function(F){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(F){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},1830:e=>{var t=String.prototype.replace,n=/%20/g,r="RFC3986";e.exports={default:r,formatters:{RFC1738:function(s){return t.call(s,n,"+")},RFC3986:function(s){return String(s)}},RFC1738:"RFC1738",RFC3986:r}},5810:(e,t,n)=>{var r=n(6623),s=n(6193),o=n(1830);e.exports={formats:o,parse:s,stringify:r}},6193:(e,t,n)=>{var r=n(1539),s=Object.prototype.hasOwnProperty,o=Array.isArray,l={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:r.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},u=function(h){return h.replace(/&#(\d+);/g,function(B,U){return String.fromCharCode(parseInt(U,10))})},c=function(h,B){return h&&typeof h=="string"&&B.comma&&h.indexOf(",")>-1?h.split(","):h},d=function(h,B,U,f){if(h){var g=U.allowDots?h.replace(/\.([^.[]+)/g,"[$1]"):h,F=/(\[[^[\]]*])/g,y=U.depth>0&&/(\[[^[\]]*])/.exec(g),m=y?g.slice(0,y.index):g,_=[];if(m){if(!U.plainObjects&&s.call(Object.prototype,m)&&!U.allowPrototypes)return;_.push(m)}for(var v=0;U.depth>0&&(y=F.exec(g))!==null&&v<U.depth;){if(v+=1,!U.plainObjects&&s.call(Object.prototype,y[1].slice(1,-1))&&!U.allowPrototypes)return;_.push(y[1])}return y&&_.push("["+g.slice(y.index)+"]"),function(N,V,G,W){for(var K=W?V:c(V,G),Y=N.length-1;Y>=0;--Y){var A,j=N[Y];if(j==="[]"&&G.parseArrays)A=G.allowEmptyArrays&&(K===""||G.strictNullHandling&&K===null)?[]:[].concat(K);else{A=G.plainObjects?Object.create(null):{};var w=j.charAt(0)==="["&&j.charAt(j.length-1)==="]"?j.slice(1,-1):j,Z=G.decodeDotInKeys?w.replace(/%2E/g,"."):w,q=parseInt(Z,10);G.parseArrays||Z!==""?!isNaN(q)&&j!==Z&&String(q)===Z&&q>=0&&G.parseArrays&&q<=G.arrayLimit?(A=[])[q]=K:Z!=="__proto__"&&(A[Z]=K):A={0:K}}K=A}return K}(_,B,U,f)}};e.exports=function(h,B){var U=function(v){if(!v)return l;if(v.allowEmptyArrays!==void 0&&typeof v.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(v.decodeDotInKeys!==void 0&&typeof v.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(v.decoder!==null&&v.decoder!==void 0&&typeof v.decoder!="function")throw new TypeError("Decoder has to be a function.");if(v.charset!==void 0&&v.charset!=="utf-8"&&v.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var N=v.charset===void 0?l.charset:v.charset,V=v.duplicates===void 0?l.duplicates:v.duplicates;if(V!=="combine"&&V!=="first"&&V!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:v.allowDots===void 0?v.decodeDotInKeys===!0||l.allowDots:!!v.allowDots,allowEmptyArrays:typeof v.allowEmptyArrays=="boolean"?!!v.allowEmptyArrays:l.allowEmptyArrays,allowPrototypes:typeof v.allowPrototypes=="boolean"?v.allowPrototypes:l.allowPrototypes,allowSparse:typeof v.allowSparse=="boolean"?v.allowSparse:l.allowSparse,arrayLimit:typeof v.arrayLimit=="number"?v.arrayLimit:l.arrayLimit,charset:N,charsetSentinel:typeof v.charsetSentinel=="boolean"?v.charsetSentinel:l.charsetSentinel,comma:typeof v.comma=="boolean"?v.comma:l.comma,decodeDotInKeys:typeof v.decodeDotInKeys=="boolean"?v.decodeDotInKeys:l.decodeDotInKeys,decoder:typeof v.decoder=="function"?v.decoder:l.decoder,delimiter:typeof v.delimiter=="string"||r.isRegExp(v.delimiter)?v.delimiter:l.delimiter,depth:typeof v.depth=="number"||v.depth===!1?+v.depth:l.depth,duplicates:V,ignoreQueryPrefix:v.ignoreQueryPrefix===!0,interpretNumericEntities:typeof v.interpretNumericEntities=="boolean"?v.interpretNumericEntities:l.interpretNumericEntities,parameterLimit:typeof v.parameterLimit=="number"?v.parameterLimit:l.parameterLimit,parseArrays:v.parseArrays!==!1,plainObjects:typeof v.plainObjects=="boolean"?v.plainObjects:l.plainObjects,strictNullHandling:typeof v.strictNullHandling=="boolean"?v.strictNullHandling:l.strictNullHandling}}(B);if(h===""||h==null)return U.plainObjects?Object.create(null):{};for(var f=typeof h=="string"?function(v,N){var V={__proto__:null},G=N.ignoreQueryPrefix?v.replace(/^\?/,""):v;G=G.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var W,K=N.parameterLimit===1/0?void 0:N.parameterLimit,Y=G.split(N.delimiter,K),A=-1,j=N.charset;if(N.charsetSentinel)for(W=0;W<Y.length;++W)Y[W].indexOf("utf8=")===0&&(Y[W]==="utf8=%E2%9C%93"?j="utf-8":Y[W]==="utf8=%26%2310003%3B"&&(j="iso-8859-1"),A=W,W=Y.length);for(W=0;W<Y.length;++W)if(W!==A){var w,Z,q=Y[W],M=q.indexOf("]="),D=M===-1?q.indexOf("="):M+1;D===-1?(w=N.decoder(q,l.decoder,j,"key"),Z=N.strictNullHandling?null:""):(w=N.decoder(q.slice(0,D),l.decoder,j,"key"),Z=r.maybeMap(c(q.slice(D+1),N),function(ee){return N.decoder(ee,l.decoder,j,"value")})),Z&&N.interpretNumericEntities&&j==="iso-8859-1"&&(Z=u(Z)),q.indexOf("[]=")>-1&&(Z=o(Z)?[Z]:Z);var C=s.call(V,w);C&&N.duplicates==="combine"?V[w]=r.combine(V[w],Z):C&&N.duplicates!=="last"||(V[w]=Z)}return V}(h,U):h,g=U.plainObjects?Object.create(null):{},F=Object.keys(f),y=0;y<F.length;++y){var m=F[y],_=d(m,f[m],U,typeof h=="string");g=r.merge(g,_,U)}return U.allowSparse===!0?g:r.compact(g)}},6623:(e,t,n)=>{var r=n(7575),s=n(1539),o=n(1830),l=Object.prototype.hasOwnProperty,u={brackets:function(y){return y+"[]"},comma:"comma",indices:function(y,m){return y+"["+m+"]"},repeat:function(y){return y}},c=Array.isArray,d=Array.prototype.push,h=function(y,m){d.apply(y,c(m)?m:[m])},B=Date.prototype.toISOString,U=o.default,f={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:s.encode,encodeValuesOnly:!1,format:U,formatter:o.formatters[U],indices:!1,serializeDate:function(y){return B.call(y)},skipNulls:!1,strictNullHandling:!1},g={},F=function y(m,_,v,N,V,G,W,K,Y,A,j,w,Z,q,M,D,C,ee){for(var re,ie=m,Fe=ee,he=0,le=!1;(Fe=Fe.get(g))!==void 0&&!le;){var de=Fe.get(m);if(he+=1,de!==void 0){if(de===he)throw new RangeError("Cyclic object value");le=!0}Fe.get(g)===void 0&&(he=0)}if(typeof A=="function"?ie=A(_,ie):ie instanceof Date?ie=Z(ie):v==="comma"&&c(ie)&&(ie=s.maybeMap(ie,function(Ze){return Ze instanceof Date?Z(Ze):Ze})),ie===null){if(G)return Y&&!D?Y(_,f.encoder,C,"key",q):_;ie=""}if(typeof(re=ie)=="string"||typeof re=="number"||typeof re=="boolean"||typeof re=="symbol"||typeof re=="bigint"||s.isBuffer(ie))return Y?[M(D?_:Y(_,f.encoder,C,"key",q))+"="+M(Y(ie,f.encoder,C,"value",q))]:[M(_)+"="+M(String(ie))];var X,b=[];if(ie===void 0)return b;if(v==="comma"&&c(ie))D&&Y&&(ie=s.maybeMap(ie,Y)),X=[{value:ie.length>0?ie.join(",")||null:void 0}];else if(c(A))X=A;else{var L=Object.keys(ie);X=j?L.sort(j):L}var ae=K?_.replace(/\./g,"%2E"):_,H=N&&c(ie)&&ie.length===1?ae+"[]":ae;if(V&&c(ie)&&ie.length===0)return H+"[]";for(var Be=0;Be<X.length;++Be){var fe=X[Be],ue=typeof fe=="object"&&fe.value!==void 0?fe.value:ie[fe];if(!W||ue!==null){var Re=w&&K?fe.replace(/\./g,"%2E"):fe,me=c(ie)?typeof v=="function"?v(H,Re):H:H+(w?"."+Re:"["+Re+"]");ee.set(m,he);var Ne=r();Ne.set(g,ee),h(b,y(ue,me,v,N,V,G,W,K,v==="comma"&&D&&c(ie)?null:Y,A,j,w,Z,q,M,D,C,Ne))}}return b};e.exports=function(y,m){var _,v=y,N=function(Z){if(!Z)return f;if(Z.allowEmptyArrays!==void 0&&typeof Z.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(Z.encodeDotInKeys!==void 0&&typeof Z.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(Z.encoder!==null&&Z.encoder!==void 0&&typeof Z.encoder!="function")throw new TypeError("Encoder has to be a function.");var q=Z.charset||f.charset;if(Z.charset!==void 0&&Z.charset!=="utf-8"&&Z.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var M=o.default;if(Z.format!==void 0){if(!l.call(o.formatters,Z.format))throw new TypeError("Unknown format option provided.");M=Z.format}var D,C=o.formatters[M],ee=f.filter;if((typeof Z.filter=="function"||c(Z.filter))&&(ee=Z.filter),D=Z.arrayFormat in u?Z.arrayFormat:"indices"in Z?Z.indices?"indices":"repeat":f.arrayFormat,"commaRoundTrip"in Z&&typeof Z.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var re=Z.allowDots===void 0?Z.encodeDotInKeys===!0||f.allowDots:!!Z.allowDots;return{addQueryPrefix:typeof Z.addQueryPrefix=="boolean"?Z.addQueryPrefix:f.addQueryPrefix,allowDots:re,allowEmptyArrays:typeof Z.allowEmptyArrays=="boolean"?!!Z.allowEmptyArrays:f.allowEmptyArrays,arrayFormat:D,charset:q,charsetSentinel:typeof Z.charsetSentinel=="boolean"?Z.charsetSentinel:f.charsetSentinel,commaRoundTrip:Z.commaRoundTrip,delimiter:Z.delimiter===void 0?f.delimiter:Z.delimiter,encode:typeof Z.encode=="boolean"?Z.encode:f.encode,encodeDotInKeys:typeof Z.encodeDotInKeys=="boolean"?Z.encodeDotInKeys:f.encodeDotInKeys,encoder:typeof Z.encoder=="function"?Z.encoder:f.encoder,encodeValuesOnly:typeof Z.encodeValuesOnly=="boolean"?Z.encodeValuesOnly:f.encodeValuesOnly,filter:ee,format:M,formatter:C,serializeDate:typeof Z.serializeDate=="function"?Z.serializeDate:f.serializeDate,skipNulls:typeof Z.skipNulls=="boolean"?Z.skipNulls:f.skipNulls,sort:typeof Z.sort=="function"?Z.sort:null,strictNullHandling:typeof Z.strictNullHandling=="boolean"?Z.strictNullHandling:f.strictNullHandling}}(m);typeof N.filter=="function"?v=(0,N.filter)("",v):c(N.filter)&&(_=N.filter);var V=[];if(typeof v!="object"||v===null)return"";var G=u[N.arrayFormat],W=G==="comma"&&N.commaRoundTrip;_||(_=Object.keys(v)),N.sort&&_.sort(N.sort);for(var K=r(),Y=0;Y<_.length;++Y){var A=_[Y];N.skipNulls&&v[A]===null||h(V,F(v[A],A,G,W,N.allowEmptyArrays,N.strictNullHandling,N.skipNulls,N.encodeDotInKeys,N.encode?N.encoder:null,N.filter,N.sort,N.allowDots,N.serializeDate,N.format,N.formatter,N.encodeValuesOnly,N.charset,K))}var j=V.join(N.delimiter),w=N.addQueryPrefix===!0?"?":"";return N.charsetSentinel&&(N.charset==="iso-8859-1"?w+="utf8=%26%2310003%3B&":w+="utf8=%E2%9C%93&"),j.length>0?w+j:""}},1539:(e,t,n)=>{var r=n(1830),s=Object.prototype.hasOwnProperty,o=Array.isArray,l=function(){for(var d=[],h=0;h<256;++h)d.push("%"+((h<16?"0":"")+h.toString(16)).toUpperCase());return d}(),u=function(d,h){for(var B=h&&h.plainObjects?Object.create(null):{},U=0;U<d.length;++U)d[U]!==void 0&&(B[U]=d[U]);return B},c=1024;e.exports={arrayToObject:u,assign:function(d,h){return Object.keys(h).reduce(function(B,U){return B[U]=h[U],B},d)},combine:function(d,h){return[].concat(d,h)},compact:function(d){for(var h=[{obj:{o:d},prop:"o"}],B=[],U=0;U<h.length;++U)for(var f=h[U],g=f.obj[f.prop],F=Object.keys(g),y=0;y<F.length;++y){var m=F[y],_=g[m];typeof _=="object"&&_!==null&&B.indexOf(_)===-1&&(h.push({obj:g,prop:m}),B.push(_))}return function(v){for(;v.length>1;){var N=v.pop(),V=N.obj[N.prop];if(o(V)){for(var G=[],W=0;W<V.length;++W)V[W]!==void 0&&G.push(V[W]);N.obj[N.prop]=G}}}(h),d},decode:function(d,h,B){var U=d.replace(/\+/g," ");if(B==="iso-8859-1")return U.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(U)}catch{return U}},encode:function(d,h,B,U,f){if(d.length===0)return d;var g=d;if(typeof d=="symbol"?g=Symbol.prototype.toString.call(d):typeof d!="string"&&(g=String(d)),B==="iso-8859-1")return escape(g).replace(/%u[0-9a-f]{4}/gi,function(V){return"%26%23"+parseInt(V.slice(2),16)+"%3B"});for(var F="",y=0;y<g.length;y+=c){for(var m=g.length>=c?g.slice(y,y+c):g,_=[],v=0;v<m.length;++v){var N=m.charCodeAt(v);N===45||N===46||N===95||N===126||N>=48&&N<=57||N>=65&&N<=90||N>=97&&N<=122||f===r.RFC1738&&(N===40||N===41)?_[_.length]=m.charAt(v):N<128?_[_.length]=l[N]:N<2048?_[_.length]=l[192|N>>6]+l[128|63&N]:N<55296||N>=57344?_[_.length]=l[224|N>>12]+l[128|N>>6&63]+l[128|63&N]:(v+=1,N=65536+((1023&N)<<10|1023&m.charCodeAt(v)),_[_.length]=l[240|N>>18]+l[128|N>>12&63]+l[128|N>>6&63]+l[128|63&N])}F+=_.join("")}return F},isBuffer:function(d){return!(!d||typeof d!="object"||!(d.constructor&&d.constructor.isBuffer&&d.constructor.isBuffer(d)))},isRegExp:function(d){return Object.prototype.toString.call(d)==="[object RegExp]"},maybeMap:function(d,h){if(o(d)){for(var B=[],U=0;U<d.length;U+=1)B.push(h(d[U]));return B}return h(d)},merge:function d(h,B,U){if(!B)return h;if(typeof B!="object"){if(o(h))h.push(B);else{if(!h||typeof h!="object")return[h,B];(U&&(U.plainObjects||U.allowPrototypes)||!s.call(Object.prototype,B))&&(h[B]=!0)}return h}if(!h||typeof h!="object")return[h].concat(B);var f=h;return o(h)&&!o(B)&&(f=u(h,U)),o(h)&&o(B)?(B.forEach(function(g,F){if(s.call(h,F)){var y=h[F];y&&typeof y=="object"&&g&&typeof g=="object"?h[F]=d(y,g,U):h.push(g)}else h[F]=g}),h):Object.keys(B).reduce(function(g,F){var y=B[F];return s.call(g,F)?g[F]=d(g[F],y,U):g[F]=y,g},f)}}},5699:e=>{var t={};function n(s,o,l){l||(l=Error);var u=function(c){var d,h;function B(U,f,g){return c.call(this,function(F,y,m){return typeof o=="string"?o:o(F,y,m)}(U,f,g))||this}return h=c,(d=B).prototype=Object.create(h.prototype),d.prototype.constructor=d,d.__proto__=h,B}(l);u.prototype.name=l.name,u.prototype.code=s,t[s]=u}function r(s,o){if(Array.isArray(s)){var l=s.length;return s=s.map(function(u){return String(u)}),l>2?"one of ".concat(o," ").concat(s.slice(0,l-1).join(", "),", or ")+s[l-1]:l===2?"one of ".concat(o," ").concat(s[0]," or ").concat(s[1]):"of ".concat(o," ").concat(s[0])}return"of ".concat(o," ").concat(String(s))}n("ERR_INVALID_OPT_VALUE",function(s,o){return'The value "'+o+'" is invalid for option "'+s+'"'},TypeError),n("ERR_INVALID_ARG_TYPE",function(s,o,l){var u,c,d,h,B;if(typeof o=="string"&&(c="not ",o.substr(0,4)===c)?(u="must not be",o=o.replace(/^not /,"")):u="must be",function(f,g,F){return(F===void 0||F>f.length)&&(F=f.length),f.substring(F-9,F)===g}(s," argument"))d="The ".concat(s," ").concat(u," ").concat(r(o,"type"));else{var U=(typeof B!="number"&&(B=0),B+1>(h=s).length||h.indexOf(".",B)===-1?"argument":"property");d='The "'.concat(s,'" ').concat(U," ").concat(u," ").concat(r(o,"type"))}return d+". Received type ".concat(typeof l)},TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",function(s){return"The "+s+" method is not implemented"}),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",function(s){return"Cannot call "+s+" after a stream was destroyed"}),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",function(s){return"Unknown encoding: "+s},TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.F=t},1265:(e,t,n)=>{var r=n(9907),s=Object.keys||function(f){var g=[];for(var F in f)g.push(F);return g};e.exports=h;var o=n(8199),l=n(5291);n(5615)(h,o);for(var u=s(l.prototype),c=0;c<u.length;c++){var d=u[c];h.prototype[d]||(h.prototype[d]=l.prototype[d])}function h(f){if(!(this instanceof h))return new h(f);o.call(this,f),l.call(this,f),this.allowHalfOpen=!0,f&&(f.readable===!1&&(this.readable=!1),f.writable===!1&&(this.writable=!1),f.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",B)))}function B(){this._writableState.ended||r.nextTick(U,this)}function U(f){f.end()}Object.defineProperty(h.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(h.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(h.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(h.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState!==void 0&&this._writableState!==void 0&&this._readableState.destroyed&&this._writableState.destroyed},set:function(f){this._readableState!==void 0&&this._writableState!==void 0&&(this._readableState.destroyed=f,this._writableState.destroyed=f)}})},4421:(e,t,n)=>{e.exports=s;var r=n(9415);function s(o){if(!(this instanceof s))return new s(o);r.call(this,o)}n(5615)(s,r),s.prototype._transform=function(o,l,u){u(null,o)}},8199:(e,t,n)=>{var r,s=n(9907);e.exports=Y,Y.ReadableState=K,n(46).EventEmitter;var o,l=function(b,L){return b.listeners(L).length},u=n(4856),c=n(1048).Buffer,d=(n.g!==void 0?n.g:typeof window!="undefined"?window:typeof self!="undefined"?self:{}).Uint8Array||function(){},h=n(3951);o=h&&h.debuglog?h.debuglog("stream"):function(){};var B,U,f,g=n(82),F=n(6527),y=n(9952).getHighWaterMark,m=n(5699).F,_=m.ERR_INVALID_ARG_TYPE,v=m.ERR_STREAM_PUSH_AFTER_EOF,N=m.ERR_METHOD_NOT_IMPLEMENTED,V=m.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n(5615)(Y,u);var G=F.errorOrDestroy,W=["error","close","destroy","pause","resume"];function K(b,L,ae){r=r||n(1265),b=b||{},typeof ae!="boolean"&&(ae=L instanceof r),this.objectMode=!!b.objectMode,ae&&(this.objectMode=this.objectMode||!!b.readableObjectMode),this.highWaterMark=y(this,b,"readableHighWaterMark",ae),this.buffer=new g,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=b.emitClose!==!1,this.autoDestroy=!!b.autoDestroy,this.destroyed=!1,this.defaultEncoding=b.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,b.encoding&&(B||(B=n(8888).StringDecoder),this.decoder=new B(b.encoding),this.encoding=b.encoding)}function Y(b){if(r=r||n(1265),!(this instanceof Y))return new Y(b);var L=this instanceof r;this._readableState=new K(b,this,L),this.readable=!0,b&&(typeof b.read=="function"&&(this._read=b.read),typeof b.destroy=="function"&&(this._destroy=b.destroy)),u.call(this)}function A(b,L,ae,H,Be){o("readableAddChunk",L);var fe,ue=b._readableState;if(L===null)ue.reading=!1,function(Re,me){if(o("onEofChunk"),!me.ended){if(me.decoder){var Ne=me.decoder.end();Ne&&Ne.length&&(me.buffer.push(Ne),me.length+=me.objectMode?1:Ne.length)}me.ended=!0,me.sync?q(Re):(me.needReadable=!1,me.emittedReadable||(me.emittedReadable=!0,M(Re)))}}(b,ue);else if(Be||(fe=function(Re,me){var Ne,Ze;return Ze=me,c.isBuffer(Ze)||Ze instanceof d||typeof me=="string"||me===void 0||Re.objectMode||(Ne=new _("chunk",["string","Buffer","Uint8Array"],me)),Ne}(ue,L)),fe)G(b,fe);else if(ue.objectMode||L&&L.length>0)if(typeof L=="string"||ue.objectMode||Object.getPrototypeOf(L)===c.prototype||(L=function(Re){return c.from(Re)}(L)),H)ue.endEmitted?G(b,new V):j(b,ue,L,!0);else if(ue.ended)G(b,new v);else{if(ue.destroyed)return!1;ue.reading=!1,ue.decoder&&!ae?(L=ue.decoder.write(L),ue.objectMode||L.length!==0?j(b,ue,L,!1):D(b,ue)):j(b,ue,L,!1)}else H||(ue.reading=!1,D(b,ue));return!ue.ended&&(ue.length<ue.highWaterMark||ue.length===0)}function j(b,L,ae,H){L.flowing&&L.length===0&&!L.sync?(L.awaitDrain=0,b.emit("data",ae)):(L.length+=L.objectMode?1:ae.length,H?L.buffer.unshift(ae):L.buffer.push(ae),L.needReadable&&q(b)),D(b,L)}Object.defineProperty(Y.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState!==void 0&&this._readableState.destroyed},set:function(b){this._readableState&&(this._readableState.destroyed=b)}}),Y.prototype.destroy=F.destroy,Y.prototype._undestroy=F.undestroy,Y.prototype._destroy=function(b,L){L(b)},Y.prototype.push=function(b,L){var ae,H=this._readableState;return H.objectMode?ae=!0:typeof b=="string"&&((L=L||H.defaultEncoding)!==H.encoding&&(b=c.from(b,L),L=""),ae=!0),A(this,b,L,!1,ae)},Y.prototype.unshift=function(b){return A(this,b,null,!0,!1)},Y.prototype.isPaused=function(){return this._readableState.flowing===!1},Y.prototype.setEncoding=function(b){B||(B=n(8888).StringDecoder);var L=new B(b);this._readableState.decoder=L,this._readableState.encoding=this._readableState.decoder.encoding;for(var ae=this._readableState.buffer.head,H="";ae!==null;)H+=L.write(ae.data),ae=ae.next;return this._readableState.buffer.clear(),H!==""&&this._readableState.buffer.push(H),this._readableState.length=H.length,this};var w=1073741824;function Z(b,L){return b<=0||L.length===0&&L.ended?0:L.objectMode?1:b!=b?L.flowing&&L.length?L.buffer.head.data.length:L.length:(b>L.highWaterMark&&(L.highWaterMark=function(ae){return ae>=w?ae=w:(ae--,ae|=ae>>>1,ae|=ae>>>2,ae|=ae>>>4,ae|=ae>>>8,ae|=ae>>>16,ae++),ae}(b)),b<=L.length?b:L.ended?L.length:(L.needReadable=!0,0))}function q(b){var L=b._readableState;o("emitReadable",L.needReadable,L.emittedReadable),L.needReadable=!1,L.emittedReadable||(o("emitReadable",L.flowing),L.emittedReadable=!0,s.nextTick(M,b))}function M(b){var L=b._readableState;o("emitReadable_",L.destroyed,L.length,L.ended),L.destroyed||!L.length&&!L.ended||(b.emit("readable"),L.emittedReadable=!1),L.needReadable=!L.flowing&&!L.ended&&L.length<=L.highWaterMark,Fe(b)}function D(b,L){L.readingMore||(L.readingMore=!0,s.nextTick(C,b,L))}function C(b,L){for(;!L.reading&&!L.ended&&(L.length<L.highWaterMark||L.flowing&&L.length===0);){var ae=L.length;if(o("maybeReadMore read 0"),b.read(0),ae===L.length)break}L.readingMore=!1}function ee(b){var L=b._readableState;L.readableListening=b.listenerCount("readable")>0,L.resumeScheduled&&!L.paused?L.flowing=!0:b.listenerCount("data")>0&&b.resume()}function re(b){o("readable nexttick read 0"),b.read(0)}function ie(b,L){o("resume",L.reading),L.reading||b.read(0),L.resumeScheduled=!1,b.emit("resume"),Fe(b),L.flowing&&!L.reading&&b.read(0)}function Fe(b){var L=b._readableState;for(o("flow",L.flowing);L.flowing&&b.read()!==null;);}function he(b,L){return L.length===0?null:(L.objectMode?ae=L.buffer.shift():!b||b>=L.length?(ae=L.decoder?L.buffer.join(""):L.buffer.length===1?L.buffer.first():L.buffer.concat(L.length),L.buffer.clear()):ae=L.buffer.consume(b,L.decoder),ae);var ae}function le(b){var L=b._readableState;o("endReadable",L.endEmitted),L.endEmitted||(L.ended=!0,s.nextTick(de,L,b))}function de(b,L){if(o("endReadableNT",b.endEmitted,b.length),!b.endEmitted&&b.length===0&&(b.endEmitted=!0,L.readable=!1,L.emit("end"),b.autoDestroy)){var ae=L._writableState;(!ae||ae.autoDestroy&&ae.finished)&&L.destroy()}}function X(b,L){for(var ae=0,H=b.length;ae<H;ae++)if(b[ae]===L)return ae;return-1}Y.prototype.read=function(b){o("read",b),b=parseInt(b,10);var L=this._readableState,ae=b;if(b!==0&&(L.emittedReadable=!1),b===0&&L.needReadable&&((L.highWaterMark!==0?L.length>=L.highWaterMark:L.length>0)||L.ended))return o("read: emitReadable",L.length,L.ended),L.length===0&&L.ended?le(this):q(this),null;if((b=Z(b,L))===0&&L.ended)return L.length===0&&le(this),null;var H,Be=L.needReadable;return o("need readable",Be),(L.length===0||L.length-b<L.highWaterMark)&&o("length less than watermark",Be=!0),L.ended||L.reading?o("reading or ended",Be=!1):Be&&(o("do read"),L.reading=!0,L.sync=!0,L.length===0&&(L.needReadable=!0),this._read(L.highWaterMark),L.sync=!1,L.reading||(b=Z(ae,L))),(H=b>0?he(b,L):null)===null?(L.needReadable=L.length<=L.highWaterMark,b=0):(L.length-=b,L.awaitDrain=0),L.length===0&&(L.ended||(L.needReadable=!0),ae!==b&&L.ended&&le(this)),H!==null&&this.emit("data",H),H},Y.prototype._read=function(b){G(this,new N("_read()"))},Y.prototype.pipe=function(b,L){var ae=this,H=this._readableState;switch(H.pipesCount){case 0:H.pipes=b;break;case 1:H.pipes=[H.pipes,b];break;default:H.pipes.push(b)}H.pipesCount+=1,o("pipe count=%d opts=%j",H.pipesCount,L);var Be=L&&L.end===!1||b===s.stdout||b===s.stderr?J:fe;function fe(){o("onend"),b.end()}H.endEmitted?s.nextTick(Be):ae.once("end",Be),b.on("unpipe",function x($,ce){o("onunpipe"),$===ae&&ce&&ce.hasUnpiped===!1&&(ce.hasUnpiped=!0,o("cleanup"),b.removeListener("close",Ze),b.removeListener("finish",Pe),b.removeListener("drain",ue),b.removeListener("error",Ne),b.removeListener("unpipe",x),ae.removeListener("end",fe),ae.removeListener("end",J),ae.removeListener("data",me),Re=!0,!H.awaitDrain||b._writableState&&!b._writableState.needDrain||ue())});var ue=function(x){return function(){var $=x._readableState;o("pipeOnDrain",$.awaitDrain),$.awaitDrain&&$.awaitDrain--,$.awaitDrain===0&&l(x,"data")&&($.flowing=!0,Fe(x))}}(ae);b.on("drain",ue);var Re=!1;function me(x){o("ondata");var $=b.write(x);o("dest.write",$),$===!1&&((H.pipesCount===1&&H.pipes===b||H.pipesCount>1&&X(H.pipes,b)!==-1)&&!Re&&(o("false write response, pause",H.awaitDrain),H.awaitDrain++),ae.pause())}function Ne(x){o("onerror",x),J(),b.removeListener("error",Ne),l(b,"error")===0&&G(b,x)}function Ze(){b.removeListener("finish",Pe),J()}function Pe(){o("onfinish"),b.removeListener("close",Ze),J()}function J(){o("unpipe"),ae.unpipe(b)}return ae.on("data",me),function(x,$,ce){if(typeof x.prependListener=="function")return x.prependListener($,ce);x._events&&x._events[$]?Array.isArray(x._events[$])?x._events[$].unshift(ce):x._events[$]=[ce,x._events[$]]:x.on($,ce)}(b,"error",Ne),b.once("close",Ze),b.once("finish",Pe),b.emit("pipe",ae),H.flowing||(o("pipe resume"),ae.resume()),b},Y.prototype.unpipe=function(b){var L=this._readableState,ae={hasUnpiped:!1};if(L.pipesCount===0)return this;if(L.pipesCount===1)return b&&b!==L.pipes||(b||(b=L.pipes),L.pipes=null,L.pipesCount=0,L.flowing=!1,b&&b.emit("unpipe",this,ae)),this;if(!b){var H=L.pipes,Be=L.pipesCount;L.pipes=null,L.pipesCount=0,L.flowing=!1;for(var fe=0;fe<Be;fe++)H[fe].emit("unpipe",this,{hasUnpiped:!1});return this}var ue=X(L.pipes,b);return ue===-1||(L.pipes.splice(ue,1),L.pipesCount-=1,L.pipesCount===1&&(L.pipes=L.pipes[0]),b.emit("unpipe",this,ae)),this},Y.prototype.on=function(b,L){var ae=u.prototype.on.call(this,b,L),H=this._readableState;return b==="data"?(H.readableListening=this.listenerCount("readable")>0,H.flowing!==!1&&this.resume()):b==="readable"&&(H.endEmitted||H.readableListening||(H.readableListening=H.needReadable=!0,H.flowing=!1,H.emittedReadable=!1,o("on readable",H.length,H.reading),H.length?q(this):H.reading||s.nextTick(re,this))),ae},Y.prototype.addListener=Y.prototype.on,Y.prototype.removeListener=function(b,L){var ae=u.prototype.removeListener.call(this,b,L);return b==="readable"&&s.nextTick(ee,this),ae},Y.prototype.removeAllListeners=function(b){var L=u.prototype.removeAllListeners.apply(this,arguments);return b!=="readable"&&b!==void 0||s.nextTick(ee,this),L},Y.prototype.resume=function(){var b=this._readableState;return b.flowing||(o("resume"),b.flowing=!b.readableListening,function(L,ae){ae.resumeScheduled||(ae.resumeScheduled=!0,s.nextTick(ie,L,ae))}(this,b)),b.paused=!1,this},Y.prototype.pause=function(){return o("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(o("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},Y.prototype.wrap=function(b){var L=this,ae=this._readableState,H=!1;for(var Be in b.on("end",function(){if(o("wrapped end"),ae.decoder&&!ae.ended){var ue=ae.decoder.end();ue&&ue.length&&L.push(ue)}L.push(null)}),b.on("data",function(ue){o("wrapped data"),ae.decoder&&(ue=ae.decoder.write(ue)),ae.objectMode&&ue==null||(ae.objectMode||ue&&ue.length)&&(L.push(ue)||(H=!0,b.pause()))}),b)this[Be]===void 0&&typeof b[Be]=="function"&&(this[Be]=function(ue){return function(){return b[ue].apply(b,arguments)}}(Be));for(var fe=0;fe<W.length;fe++)b.on(W[fe],this.emit.bind(this,W[fe]));return this._read=function(ue){o("wrapped _read",ue),H&&(H=!1,b.resume())},this},typeof Symbol=="function"&&(Y.prototype[Symbol.asyncIterator]=function(){return U===void 0&&(U=n(534)),U(this)}),Object.defineProperty(Y.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(Y.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(Y.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(b){this._readableState&&(this._readableState.flowing=b)}}),Y._fromList=he,Object.defineProperty(Y.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),typeof Symbol=="function"&&(Y.from=function(b,L){return f===void 0&&(f=n(1260)),f(Y,b,L)})},9415:(e,t,n)=>{e.exports=h;var r=n(5699).F,s=r.ERR_METHOD_NOT_IMPLEMENTED,o=r.ERR_MULTIPLE_CALLBACK,l=r.ERR_TRANSFORM_ALREADY_TRANSFORMING,u=r.ERR_TRANSFORM_WITH_LENGTH_0,c=n(1265);function d(f,g){var F=this._transformState;F.transforming=!1;var y=F.writecb;if(y===null)return this.emit("error",new o);F.writechunk=null,F.writecb=null,g!=null&&this.push(g),y(f);var m=this._readableState;m.reading=!1,(m.needReadable||m.length<m.highWaterMark)&&this._read(m.highWaterMark)}function h(f){if(!(this instanceof h))return new h(f);c.call(this,f),this._transformState={afterTransform:d.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,f&&(typeof f.transform=="function"&&(this._transform=f.transform),typeof f.flush=="function"&&(this._flush=f.flush)),this.on("prefinish",B)}function B(){var f=this;typeof this._flush!="function"||this._readableState.destroyed?U(this,null,null):this._flush(function(g,F){U(f,g,F)})}function U(f,g,F){if(g)return f.emit("error",g);if(F!=null&&f.push(F),f._writableState.length)throw new u;if(f._transformState.transforming)throw new l;return f.push(null)}n(5615)(h,c),h.prototype.push=function(f,g){return this._transformState.needTransform=!1,c.prototype.push.call(this,f,g)},h.prototype._transform=function(f,g,F){F(new s("_transform()"))},h.prototype._write=function(f,g,F){var y=this._transformState;if(y.writecb=F,y.writechunk=f,y.writeencoding=g,!y.transforming){var m=this._readableState;(y.needTransform||m.needReadable||m.length<m.highWaterMark)&&this._read(m.highWaterMark)}},h.prototype._read=function(f){var g=this._transformState;g.writechunk===null||g.transforming?g.needTransform=!0:(g.transforming=!0,this._transform(g.writechunk,g.writeencoding,g.afterTransform))},h.prototype._destroy=function(f,g){c.prototype._destroy.call(this,f,function(F){g(F)})}},5291:(e,t,n)=>{var r,s=n(9907);function o(D){var C=this;this.next=null,this.entry=null,this.finish=function(){(function(ee,re){var ie=ee.entry;for(ee.entry=null;ie;){var Fe=ie.callback;re.pendingcb--,Fe(void 0),ie=ie.next}re.corkedRequestsFree.next=ee})(C,D)}}e.exports=Y,Y.WritableState=K;var l,u={deprecate:n(6732)},c=n(4856),d=n(1048).Buffer,h=(n.g!==void 0?n.g:typeof window!="undefined"?window:typeof self!="undefined"?self:{}).Uint8Array||function(){},B=n(6527),U=n(9952).getHighWaterMark,f=n(5699).F,g=f.ERR_INVALID_ARG_TYPE,F=f.ERR_METHOD_NOT_IMPLEMENTED,y=f.ERR_MULTIPLE_CALLBACK,m=f.ERR_STREAM_CANNOT_PIPE,_=f.ERR_STREAM_DESTROYED,v=f.ERR_STREAM_NULL_VALUES,N=f.ERR_STREAM_WRITE_AFTER_END,V=f.ERR_UNKNOWN_ENCODING,G=B.errorOrDestroy;function W(){}function K(D,C,ee){r=r||n(1265),D=D||{},typeof ee!="boolean"&&(ee=C instanceof r),this.objectMode=!!D.objectMode,ee&&(this.objectMode=this.objectMode||!!D.writableObjectMode),this.highWaterMark=U(this,D,"writableHighWaterMark",ee),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var re=D.decodeStrings===!1;this.decodeStrings=!re,this.defaultEncoding=D.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(ie){(function(Fe,he){var le=Fe._writableState,de=le.sync,X=le.writecb;if(typeof X!="function")throw new y;if(function(L){L.writing=!1,L.writecb=null,L.length-=L.writelen,L.writelen=0}(le),he)(function(L,ae,H,Be,fe){--ae.pendingcb,H?(s.nextTick(fe,Be),s.nextTick(M,L,ae),L._writableState.errorEmitted=!0,G(L,Be)):(fe(Be),L._writableState.errorEmitted=!0,G(L,Be),M(L,ae))})(Fe,le,de,he,X);else{var b=Z(le)||Fe.destroyed;b||le.corked||le.bufferProcessing||!le.bufferedRequest||w(Fe,le),de?s.nextTick(j,Fe,le,b,X):j(Fe,le,b,X)}})(C,ie)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=D.emitClose!==!1,this.autoDestroy=!!D.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new o(this)}function Y(D){var C=this instanceof(r=r||n(1265));if(!C&&!l.call(Y,this))return new Y(D);this._writableState=new K(D,this,C),this.writable=!0,D&&(typeof D.write=="function"&&(this._write=D.write),typeof D.writev=="function"&&(this._writev=D.writev),typeof D.destroy=="function"&&(this._destroy=D.destroy),typeof D.final=="function"&&(this._final=D.final)),c.call(this)}function A(D,C,ee,re,ie,Fe,he){C.writelen=re,C.writecb=he,C.writing=!0,C.sync=!0,C.destroyed?C.onwrite(new _("write")):ee?D._writev(ie,C.onwrite):D._write(ie,Fe,C.onwrite),C.sync=!1}function j(D,C,ee,re){ee||function(ie,Fe){Fe.length===0&&Fe.needDrain&&(Fe.needDrain=!1,ie.emit("drain"))}(D,C),C.pendingcb--,re(),M(D,C)}function w(D,C){C.bufferProcessing=!0;var ee=C.bufferedRequest;if(D._writev&&ee&&ee.next){var re=C.bufferedRequestCount,ie=new Array(re),Fe=C.corkedRequestsFree;Fe.entry=ee;for(var he=0,le=!0;ee;)ie[he]=ee,ee.isBuf||(le=!1),ee=ee.next,he+=1;ie.allBuffers=le,A(D,C,!0,C.length,ie,"",Fe.finish),C.pendingcb++,C.lastBufferedRequest=null,Fe.next?(C.corkedRequestsFree=Fe.next,Fe.next=null):C.corkedRequestsFree=new o(C),C.bufferedRequestCount=0}else{for(;ee;){var de=ee.chunk,X=ee.encoding,b=ee.callback;if(A(D,C,!1,C.objectMode?1:de.length,de,X,b),ee=ee.next,C.bufferedRequestCount--,C.writing)break}ee===null&&(C.lastBufferedRequest=null)}C.bufferedRequest=ee,C.bufferProcessing=!1}function Z(D){return D.ending&&D.length===0&&D.bufferedRequest===null&&!D.finished&&!D.writing}function q(D,C){D._final(function(ee){C.pendingcb--,ee&&G(D,ee),C.prefinished=!0,D.emit("prefinish"),M(D,C)})}function M(D,C){var ee=Z(C);if(ee&&(function(ie,Fe){Fe.prefinished||Fe.finalCalled||(typeof ie._final!="function"||Fe.destroyed?(Fe.prefinished=!0,ie.emit("prefinish")):(Fe.pendingcb++,Fe.finalCalled=!0,s.nextTick(q,ie,Fe)))}(D,C),C.pendingcb===0&&(C.finished=!0,D.emit("finish"),C.autoDestroy))){var re=D._readableState;(!re||re.autoDestroy&&re.endEmitted)&&D.destroy()}return ee}n(5615)(Y,c),K.prototype.getBuffer=function(){for(var D=this.bufferedRequest,C=[];D;)C.push(D),D=D.next;return C},function(){try{Object.defineProperty(K.prototype,"buffer",{get:u.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(l=Function.prototype[Symbol.hasInstance],Object.defineProperty(Y,Symbol.hasInstance,{value:function(D){return!!l.call(this,D)||this===Y&&D&&D._writableState instanceof K}})):l=function(D){return D instanceof this},Y.prototype.pipe=function(){G(this,new m)},Y.prototype.write=function(D,C,ee){var re,ie=this._writableState,Fe=!1,he=!ie.objectMode&&(re=D,d.isBuffer(re)||re instanceof h);return he&&!d.isBuffer(D)&&(D=function(le){return d.from(le)}(D)),typeof C=="function"&&(ee=C,C=null),he?C="buffer":C||(C=ie.defaultEncoding),typeof ee!="function"&&(ee=W),ie.ending?function(le,de){var X=new N;G(le,X),s.nextTick(de,X)}(this,ee):(he||function(le,de,X,b){var L;return X===null?L=new v:typeof X=="string"||de.objectMode||(L=new g("chunk",["string","Buffer"],X)),!L||(G(le,L),s.nextTick(b,L),!1)}(this,ie,D,ee))&&(ie.pendingcb++,Fe=function(le,de,X,b,L,ae){if(!X){var H=function(Re,me,Ne){return Re.objectMode||Re.decodeStrings===!1||typeof me!="string"||(me=d.from(me,Ne)),me}(de,b,L);b!==H&&(X=!0,L="buffer",b=H)}var Be=de.objectMode?1:b.length;de.length+=Be;var fe=de.length<de.highWaterMark;if(fe||(de.needDrain=!0),de.writing||de.corked){var ue=de.lastBufferedRequest;de.lastBufferedRequest={chunk:b,encoding:L,isBuf:X,callback:ae,next:null},ue?ue.next=de.lastBufferedRequest:de.bufferedRequest=de.lastBufferedRequest,de.bufferedRequestCount+=1}else A(le,de,!1,Be,b,L,ae);return fe}(this,ie,he,D,C,ee)),Fe},Y.prototype.cork=function(){this._writableState.corked++},Y.prototype.uncork=function(){var D=this._writableState;D.corked&&(D.corked--,D.writing||D.corked||D.bufferProcessing||!D.bufferedRequest||w(this,D))},Y.prototype.setDefaultEncoding=function(D){if(typeof D=="string"&&(D=D.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((D+"").toLowerCase())>-1))throw new V(D);return this._writableState.defaultEncoding=D,this},Object.defineProperty(Y.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Y.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Y.prototype._write=function(D,C,ee){ee(new F("_write()"))},Y.prototype._writev=null,Y.prototype.end=function(D,C,ee){var re=this._writableState;return typeof D=="function"?(ee=D,D=null,C=null):typeof C=="function"&&(ee=C,C=null),D!=null&&this.write(D,C),re.corked&&(re.corked=1,this.uncork()),re.ending||function(ie,Fe,he){Fe.ending=!0,M(ie,Fe),he&&(Fe.finished?s.nextTick(he):ie.once("finish",he)),Fe.ended=!0,ie.writable=!1}(this,re,ee),this},Object.defineProperty(Y.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(Y.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState!==void 0&&this._writableState.destroyed},set:function(D){this._writableState&&(this._writableState.destroyed=D)}}),Y.prototype.destroy=B.destroy,Y.prototype._undestroy=B.undestroy,Y.prototype._destroy=function(D,C){C(D)}},534:(e,t,n)=>{var r,s=n(9907);function o(v,N,V){return(N=function(G){var W=function(K){if(typeof K!="object"||K===null)return K;var Y=K[Symbol.toPrimitive];if(Y!==void 0){var A=Y.call(K,"string");if(typeof A!="object")return A;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(K)}(G);return typeof W=="symbol"?W:String(W)}(N))in v?Object.defineProperty(v,N,{value:V,enumerable:!0,configurable:!0,writable:!0}):v[N]=V,v}var l=n(4869),u=Symbol("lastResolve"),c=Symbol("lastReject"),d=Symbol("error"),h=Symbol("ended"),B=Symbol("lastPromise"),U=Symbol("handlePromise"),f=Symbol("stream");function g(v,N){return{value:v,done:N}}function F(v){var N=v[u];if(N!==null){var V=v[f].read();V!==null&&(v[B]=null,v[u]=null,v[c]=null,N(g(V,!1)))}}function y(v){s.nextTick(F,v)}var m=Object.getPrototypeOf(function(){}),_=Object.setPrototypeOf((o(r={get stream(){return this[f]},next:function(){var v=this,N=this[d];if(N!==null)return Promise.reject(N);if(this[h])return Promise.resolve(g(void 0,!0));if(this[f].destroyed)return new Promise(function(K,Y){s.nextTick(function(){v[d]?Y(v[d]):K(g(void 0,!0))})});var V,G=this[B];if(G)V=new Promise(function(K,Y){return function(A,j){K.then(function(){Y[h]?A(g(void 0,!0)):Y[U](A,j)},j)}}(G,this));else{var W=this[f].read();if(W!==null)return Promise.resolve(g(W,!1));V=new Promise(this[U])}return this[B]=V,V}},Symbol.asyncIterator,function(){return this}),o(r,"return",function(){var v=this;return new Promise(function(N,V){v[f].destroy(null,function(G){G?V(G):N(g(void 0,!0))})})}),r),m);e.exports=function(v){var N,V=Object.create(_,(o(N={},f,{value:v,writable:!0}),o(N,u,{value:null,writable:!0}),o(N,c,{value:null,writable:!0}),o(N,d,{value:null,writable:!0}),o(N,h,{value:v._readableState.endEmitted,writable:!0}),o(N,U,{value:function(G,W){var K=V[f].read();K?(V[B]=null,V[u]=null,V[c]=null,G(g(K,!1))):(V[u]=G,V[c]=W)},writable:!0}),N));return V[B]=null,l(v,function(G){if(G&&G.code!=="ERR_STREAM_PREMATURE_CLOSE"){var W=V[c];return W!==null&&(V[B]=null,V[u]=null,V[c]=null,W(G)),void(V[d]=G)}var K=V[u];K!==null&&(V[B]=null,V[u]=null,V[c]=null,K(g(void 0,!0))),V[h]=!0}),v.on("readable",y.bind(null,V)),V}},82:(e,t,n)=>{function r(B,U){var f=Object.keys(B);if(Object.getOwnPropertySymbols){var g=Object.getOwnPropertySymbols(B);U&&(g=g.filter(function(F){return Object.getOwnPropertyDescriptor(B,F).enumerable})),f.push.apply(f,g)}return f}function s(B){for(var U=1;U<arguments.length;U++){var f=arguments[U]!=null?arguments[U]:{};U%2?r(Object(f),!0).forEach(function(g){o(B,g,f[g])}):Object.getOwnPropertyDescriptors?Object.defineProperties(B,Object.getOwnPropertyDescriptors(f)):r(Object(f)).forEach(function(g){Object.defineProperty(B,g,Object.getOwnPropertyDescriptor(f,g))})}return B}function o(B,U,f){return(U=u(U))in B?Object.defineProperty(B,U,{value:f,enumerable:!0,configurable:!0,writable:!0}):B[U]=f,B}function l(B,U){for(var f=0;f<U.length;f++){var g=U[f];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(B,u(g.key),g)}}function u(B){var U=function(f){if(typeof f!="object"||f===null)return f;var g=f[Symbol.toPrimitive];if(g!==void 0){var F=g.call(f,"string");if(typeof F!="object")return F;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(f)}(B);return typeof U=="symbol"?U:String(U)}var c=n(1048).Buffer,d=n(3011).inspect,h=d&&d.custom||"inspect";e.exports=function(){function B(){(function(g,F){if(!(g instanceof F))throw new TypeError("Cannot call a class as a function")})(this,B),this.head=null,this.tail=null,this.length=0}var U,f;return U=B,(f=[{key:"push",value:function(g){var F={data:g,next:null};this.length>0?this.tail.next=F:this.head=F,this.tail=F,++this.length}},{key:"unshift",value:function(g){var F={data:g,next:this.head};this.length===0&&(this.tail=F),this.head=F,++this.length}},{key:"shift",value:function(){if(this.length!==0){var g=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,g}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(g){if(this.length===0)return"";for(var F=this.head,y=""+F.data;F=F.next;)y+=g+F.data;return y}},{key:"concat",value:function(g){if(this.length===0)return c.alloc(0);for(var F,y,m,_=c.allocUnsafe(g>>>0),v=this.head,N=0;v;)F=v.data,y=_,m=N,c.prototype.copy.call(F,y,m),N+=v.data.length,v=v.next;return _}},{key:"consume",value:function(g,F){var y;return g<this.head.data.length?(y=this.head.data.slice(0,g),this.head.data=this.head.data.slice(g)):y=g===this.head.data.length?this.shift():F?this._getString(g):this._getBuffer(g),y}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(g){var F=this.head,y=1,m=F.data;for(g-=m.length;F=F.next;){var _=F.data,v=g>_.length?_.length:g;if(v===_.length?m+=_:m+=_.slice(0,g),(g-=v)==0){v===_.length?(++y,F.next?this.head=F.next:this.head=this.tail=null):(this.head=F,F.data=_.slice(v));break}++y}return this.length-=y,m}},{key:"_getBuffer",value:function(g){var F=c.allocUnsafe(g),y=this.head,m=1;for(y.data.copy(F),g-=y.data.length;y=y.next;){var _=y.data,v=g>_.length?_.length:g;if(_.copy(F,F.length-g,0,v),(g-=v)==0){v===_.length?(++m,y.next?this.head=y.next:this.head=this.tail=null):(this.head=y,y.data=_.slice(v));break}++m}return this.length-=m,F}},{key:h,value:function(g,F){return d(this,s(s({},F),{},{depth:0,customInspect:!1}))}}])&&l(U.prototype,f),Object.defineProperty(U,"prototype",{writable:!1}),B}()},6527:(e,t,n)=>{var r=n(9907);function s(u,c){l(u,c),o(u)}function o(u){u._writableState&&!u._writableState.emitClose||u._readableState&&!u._readableState.emitClose||u.emit("close")}function l(u,c){u.emit("error",c)}e.exports={destroy:function(u,c){var d=this,h=this._readableState&&this._readableState.destroyed,B=this._writableState&&this._writableState.destroyed;return h||B?(c?c(u):u&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,r.nextTick(l,this,u)):r.nextTick(l,this,u)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(u||null,function(U){!c&&U?d._writableState?d._writableState.errorEmitted?r.nextTick(o,d):(d._writableState.errorEmitted=!0,r.nextTick(s,d,U)):r.nextTick(s,d,U):c?(r.nextTick(o,d),c(U)):r.nextTick(o,d)}),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(u,c){var d=u._readableState,h=u._writableState;d&&d.autoDestroy||h&&h.autoDestroy?u.destroy(c):u.emit("error",c)}}},4869:(e,t,n)=>{var r=n(5699).F.ERR_STREAM_PREMATURE_CLOSE;function s(){}e.exports=function o(l,u,c){if(typeof u=="function")return o(l,null,u);u||(u={}),c=function(v){var N=!1;return function(){if(!N){N=!0;for(var V=arguments.length,G=new Array(V),W=0;W<V;W++)G[W]=arguments[W];v.apply(this,G)}}}(c||s);var d=u.readable||u.readable!==!1&&l.readable,h=u.writable||u.writable!==!1&&l.writable,B=function(){l.writable||f()},U=l._writableState&&l._writableState.finished,f=function(){h=!1,U=!0,d||c.call(l)},g=l._readableState&&l._readableState.endEmitted,F=function(){d=!1,g=!0,h||c.call(l)},y=function(v){c.call(l,v)},m=function(){var v;return d&&!g?(l._readableState&&l._readableState.ended||(v=new r),c.call(l,v)):h&&!U?(l._writableState&&l._writableState.ended||(v=new r),c.call(l,v)):void 0},_=function(){l.req.on("finish",f)};return function(v){return v.setHeader&&typeof v.abort=="function"}(l)?(l.on("complete",f),l.on("abort",m),l.req?_():l.on("request",_)):h&&!l._writableState&&(l.on("end",B),l.on("close",B)),l.on("end",F),l.on("finish",f),u.error!==!1&&l.on("error",y),l.on("close",m),function(){l.removeListener("complete",f),l.removeListener("abort",m),l.removeListener("request",_),l.req&&l.req.removeListener("finish",f),l.removeListener("end",B),l.removeListener("close",B),l.removeListener("finish",f),l.removeListener("end",F),l.removeListener("error",y),l.removeListener("close",m)}}},1260:e=>{e.exports=function(){throw new Error("Readable.from is not available in the browser")}},6815:(e,t,n)=>{var r,s=n(5699).F,o=s.ERR_MISSING_ARGS,l=s.ERR_STREAM_DESTROYED;function u(h){if(h)throw h}function c(h){h()}function d(h,B){return h.pipe(B)}e.exports=function(){for(var h=arguments.length,B=new Array(h),U=0;U<h;U++)B[U]=arguments[U];var f,g=function(y){return y.length?typeof y[y.length-1]!="function"?u:y.pop():u}(B);if(Array.isArray(B[0])&&(B=B[0]),B.length<2)throw new o("streams");var F=B.map(function(y,m){var _=m<B.length-1;return function(v,N,V,G){G=function(Y){var A=!1;return function(){A||(A=!0,Y.apply(void 0,arguments))}}(G);var W=!1;v.on("close",function(){W=!0}),r===void 0&&(r=n(4869)),r(v,{readable:N,writable:V},function(Y){if(Y)return G(Y);W=!0,G()});var K=!1;return function(Y){if(!W&&!K)return K=!0,function(A){return A.setHeader&&typeof A.abort=="function"}(v)?v.abort():typeof v.destroy=="function"?v.destroy():void G(Y||new l("pipe"))}}(y,_,m>0,function(v){f||(f=v),v&&F.forEach(c),_||(F.forEach(c),g(f))})});return B.reduce(d)}},9952:(e,t,n)=>{var r=n(5699).F.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(s,o,l,u){var c=function(d,h,B){return d.highWaterMark!=null?d.highWaterMark:h?d[B]:null}(o,u,l);if(c!=null){if(!isFinite(c)||Math.floor(c)!==c||c<0)throw new r(u?l:"highWaterMark",c);return Math.floor(c)}return s.objectMode?16:16384}}},4856:(e,t,n)=>{e.exports=n(46).EventEmitter},4156:(e,t,n)=>{(t=e.exports=n(8199)).Stream=t,t.Readable=t,t.Writable=n(5291),t.Duplex=n(1265),t.Transform=n(9415),t.PassThrough=n(4421),t.finished=n(4869),t.pipeline=n(6815)},5636:(e,t,n)=>{var r=n(1048),s=r.Buffer;function o(u,c){for(var d in u)c[d]=u[d]}function l(u,c,d){return s(u,c,d)}s.from&&s.alloc&&s.allocUnsafe&&s.allocUnsafeSlow?e.exports=r:(o(r,t),t.Buffer=l),l.prototype=Object.create(s.prototype),o(s,l),l.from=function(u,c,d){if(typeof u=="number")throw new TypeError("Argument must not be a number");return s(u,c,d)},l.alloc=function(u,c,d){if(typeof u!="number")throw new TypeError("Argument must be a number");var h=s(u);return c!==void 0?typeof d=="string"?h.fill(c,d):h.fill(c):h.fill(0),h},l.allocUnsafe=function(u){if(typeof u!="number")throw new TypeError("Argument must be a number");return s(u)},l.allocUnsafeSlow=function(u){if(typeof u!="number")throw new TypeError("Argument must be a number");return r.SlowBuffer(u)}},1145:(e,t)=>{const{hasOwnProperty:n}=Object.prototype,r=f();r.configure=f,r.stringify=r,r.default=r,t.stringify=r,t.configure=f,e.exports=r;const s=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]|[\ud800-\udbff](?![\udc00-\udfff])|(?:[^\ud800-\udbff]|^)[\udc00-\udfff]/;function o(g){return g.length<5e3&&!s.test(g)?`"${g}"`:JSON.stringify(g)}function l(g){if(g.length>200)return g.sort();for(let F=1;F<g.length;F++){const y=g[F];let m=F;for(;m!==0&&g[m-1]>y;)g[m]=g[m-1],m--;g[m]=y}return g}const u=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function c(g){return u.call(g)!==void 0&&g.length!==0}function d(g,F,y){g.length<y&&(y=g.length);const m=F===","?"":" ";let _=`"0":${m}${g[0]}`;for(let v=1;v<y;v++)_+=`${F}"${v}":${m}${g[v]}`;return _}function h(g,F){let y;if(n.call(g,F)&&(y=g[F],typeof y!="boolean"))throw new TypeError(`The "${F}" argument must be of type boolean`);return y===void 0||y}function B(g,F){let y;if(n.call(g,F)){if(y=g[F],typeof y!="number")throw new TypeError(`The "${F}" argument must be of type number`);if(!Number.isInteger(y))throw new TypeError(`The "${F}" argument must be an integer`);if(y<1)throw new RangeError(`The "${F}" argument must be >= 1`)}return y===void 0?1/0:y}function U(g){return g===1?"1 item":`${g} items`}function f(g){const F=function(Y){if(n.call(Y,"strict")){const A=Y.strict;if(typeof A!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(A)return j=>{let w="Object can not safely be stringified. Received type "+typeof j;throw typeof j!="function"&&(w+=` (${j.toString()})`),new Error(w)}}}(g={...g});F&&(g.bigint===void 0&&(g.bigint=!1),"circularValue"in g||(g.circularValue=Error));const y=function(Y){if(n.call(Y,"circularValue")){const A=Y.circularValue;if(typeof A=="string")return`"${A}"`;if(A==null)return A;if(A===Error||A===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}(g),m=h(g,"bigint"),_=h(g,"deterministic"),v=B(g,"maximumDepth"),N=B(g,"maximumBreadth");function V(Y,A,j,w,Z,q){let M=A[Y];switch(typeof M=="object"&&M!==null&&typeof M.toJSON=="function"&&(M=M.toJSON(Y)),M=w.call(A,Y,M),typeof M){case"string":return o(M);case"object":{if(M===null)return"null";if(j.indexOf(M)!==-1)return y;let D="",C=",";const ee=q;if(Array.isArray(M)){if(M.length===0)return"[]";if(v<j.length+1)return'"[Array]"';j.push(M),Z!==""&&(D+=`
90
+ ${q+=Z}`,C=`,
91
+ ${q}`);const de=Math.min(M.length,N);let X=0;for(;X<de-1;X++){const L=V(String(X),M,j,w,Z,q);D+=L!==void 0?L:"null",D+=C}const b=V(String(X),M,j,w,Z,q);return D+=b!==void 0?b:"null",M.length-1>N&&(D+=`${C}"... ${U(M.length-N-1)} not stringified"`),Z!==""&&(D+=`
92
+ ${ee}`),j.pop(),`[${D}]`}let re=Object.keys(M);const ie=re.length;if(ie===0)return"{}";if(v<j.length+1)return'"[Object]"';let Fe="",he="";Z!==""&&(C=`,
93
+ ${q+=Z}`,Fe=" ");const le=Math.min(ie,N);_&&!c(M)&&(re=l(re)),j.push(M);for(let de=0;de<le;de++){const X=re[de],b=V(X,M,j,w,Z,q);b!==void 0&&(D+=`${he}${o(X)}:${Fe}${b}`,he=C)}return ie>N&&(D+=`${he}"...":${Fe}"${U(ie-N)} not stringified"`,he=C),Z!==""&&he.length>1&&(D=`
94
+ ${q}${D}
95
+ ${ee}`),j.pop(),`{${D}}`}case"number":return isFinite(M)?String(M):F?F(M):"null";case"boolean":return M===!0?"true":"false";case"undefined":return;case"bigint":if(m)return String(M);default:return F?F(M):void 0}}function G(Y,A,j,w,Z,q){switch(typeof A=="object"&&A!==null&&typeof A.toJSON=="function"&&(A=A.toJSON(Y)),typeof A){case"string":return o(A);case"object":{if(A===null)return"null";if(j.indexOf(A)!==-1)return y;const M=q;let D="",C=",";if(Array.isArray(A)){if(A.length===0)return"[]";if(v<j.length+1)return'"[Array]"';j.push(A),Z!==""&&(D+=`
96
+ ${q+=Z}`,C=`,
97
+ ${q}`);const ie=Math.min(A.length,N);let Fe=0;for(;Fe<ie-1;Fe++){const le=G(String(Fe),A[Fe],j,w,Z,q);D+=le!==void 0?le:"null",D+=C}const he=G(String(Fe),A[Fe],j,w,Z,q);return D+=he!==void 0?he:"null",A.length-1>N&&(D+=`${C}"... ${U(A.length-N-1)} not stringified"`),Z!==""&&(D+=`
98
+ ${M}`),j.pop(),`[${D}]`}j.push(A);let ee="";Z!==""&&(C=`,
99
+ ${q+=Z}`,ee=" ");let re="";for(const ie of w){const Fe=G(ie,A[ie],j,w,Z,q);Fe!==void 0&&(D+=`${re}${o(ie)}:${ee}${Fe}`,re=C)}return Z!==""&&re.length>1&&(D=`
100
+ ${q}${D}
101
+ ${M}`),j.pop(),`{${D}}`}case"number":return isFinite(A)?String(A):F?F(A):"null";case"boolean":return A===!0?"true":"false";case"undefined":return;case"bigint":if(m)return String(A);default:return F?F(A):void 0}}function W(Y,A,j,w,Z){switch(typeof A){case"string":return o(A);case"object":{if(A===null)return"null";if(typeof A.toJSON=="function"){if(typeof(A=A.toJSON(Y))!="object")return W(Y,A,j,w,Z);if(A===null)return"null"}if(j.indexOf(A)!==-1)return y;const q=Z;if(Array.isArray(A)){if(A.length===0)return"[]";if(v<j.length+1)return'"[Array]"';j.push(A);let Fe=`
102
+ ${Z+=w}`;const he=`,
103
+ ${Z}`,le=Math.min(A.length,N);let de=0;for(;de<le-1;de++){const b=W(String(de),A[de],j,w,Z);Fe+=b!==void 0?b:"null",Fe+=he}const X=W(String(de),A[de],j,w,Z);return Fe+=X!==void 0?X:"null",A.length-1>N&&(Fe+=`${he}"... ${U(A.length-N-1)} not stringified"`),Fe+=`
104
+ ${q}`,j.pop(),`[${Fe}]`}let M=Object.keys(A);const D=M.length;if(D===0)return"{}";if(v<j.length+1)return'"[Object]"';const C=`,
105
+ ${Z+=w}`;let ee="",re="",ie=Math.min(D,N);c(A)&&(ee+=d(A,C,N),M=M.slice(A.length),ie-=A.length,re=C),_&&(M=l(M)),j.push(A);for(let Fe=0;Fe<ie;Fe++){const he=M[Fe],le=W(he,A[he],j,w,Z);le!==void 0&&(ee+=`${re}${o(he)}: ${le}`,re=C)}return D>N&&(ee+=`${re}"...": "${U(D-N)} not stringified"`,re=C),re!==""&&(ee=`
106
+ ${Z}${ee}
107
+ ${q}`),j.pop(),`{${ee}}`}case"number":return isFinite(A)?String(A):F?F(A):"null";case"boolean":return A===!0?"true":"false";case"undefined":return;case"bigint":if(m)return String(A);default:return F?F(A):void 0}}function K(Y,A,j){switch(typeof A){case"string":return o(A);case"object":{if(A===null)return"null";if(typeof A.toJSON=="function"){if(typeof(A=A.toJSON(Y))!="object")return K(Y,A,j);if(A===null)return"null"}if(j.indexOf(A)!==-1)return y;let w="";if(Array.isArray(A)){if(A.length===0)return"[]";if(v<j.length+1)return'"[Array]"';j.push(A);const C=Math.min(A.length,N);let ee=0;for(;ee<C-1;ee++){const ie=K(String(ee),A[ee],j);w+=ie!==void 0?ie:"null",w+=","}const re=K(String(ee),A[ee],j);return w+=re!==void 0?re:"null",A.length-1>N&&(w+=`,"... ${U(A.length-N-1)} not stringified"`),j.pop(),`[${w}]`}let Z=Object.keys(A);const q=Z.length;if(q===0)return"{}";if(v<j.length+1)return'"[Object]"';let M="",D=Math.min(q,N);c(A)&&(w+=d(A,",",N),Z=Z.slice(A.length),D-=A.length,M=","),_&&(Z=l(Z)),j.push(A);for(let C=0;C<D;C++){const ee=Z[C],re=K(ee,A[ee],j);re!==void 0&&(w+=`${M}${o(ee)}:${re}`,M=",")}return q>N&&(w+=`${M}"...":"${U(q-N)} not stringified"`),j.pop(),`{${w}}`}case"number":return isFinite(A)?String(A):F?F(A):"null";case"boolean":return A===!0?"true":"false";case"undefined":return;case"bigint":if(m)return String(A);default:return F?F(A):void 0}}return function(Y,A,j){if(arguments.length>1){let w="";if(typeof j=="number"?w=" ".repeat(Math.min(j,10)):typeof j=="string"&&(w=j.slice(0,10)),A!=null){if(typeof A=="function")return V("",{"":Y},[],A,w,"");if(Array.isArray(A))return G("",Y,[],function(Z){const q=new Set;for(const M of Z)typeof M!="string"&&typeof M!="number"||q.add(String(M));return q}(A),w,"")}if(w.length!==0)return W("",Y,[],w,"")}return K("",Y,[])}}},6108:(e,t,n)=>{var r=n(528),s=n(686),o=n(7239)(),l=n(9336),u=n(3468),c=r("%Math.floor%");e.exports=function(d,h){if(typeof d!="function")throw new u("`fn` is not a function");if(typeof h!="number"||h<0||h>4294967295||c(h)!==h)throw new u("`length` must be a positive 32-bit integer");var B=arguments.length>2&&!!arguments[2],U=!0,f=!0;if("length"in d&&l){var g=l(d,"length");g&&!g.configurable&&(U=!1),g&&!g.writable&&(f=!1)}return(U||f||!B)&&(o?s(d,"length",h,!0,!0):s(d,"length",h)),d}},7575:(e,t,n)=>{var r=n(528),s=n(9818),o=n(1277),l=n(3468),u=r("%WeakMap%",!0),c=r("%Map%",!0),d=s("WeakMap.prototype.get",!0),h=s("WeakMap.prototype.set",!0),B=s("WeakMap.prototype.has",!0),U=s("Map.prototype.get",!0),f=s("Map.prototype.set",!0),g=s("Map.prototype.has",!0),F=function(y,m){for(var _,v=y;(_=v.next)!==null;v=_)if(_.key===m)return v.next=_.next,_.next=y.next,y.next=_,_};e.exports=function(){var y,m,_,v={assert:function(N){if(!v.has(N))throw new l("Side channel does not contain "+o(N))},get:function(N){if(u&&N&&(typeof N=="object"||typeof N=="function")){if(y)return d(y,N)}else if(c){if(m)return U(m,N)}else if(_)return function(V,G){var W=F(V,G);return W&&W.value}(_,N)},has:function(N){if(u&&N&&(typeof N=="object"||typeof N=="function")){if(y)return B(y,N)}else if(c){if(m)return g(m,N)}else if(_)return function(V,G){return!!F(V,G)}(_,N);return!1},set:function(N,V){u&&N&&(typeof N=="object"||typeof N=="function")?(y||(y=new u),h(y,N,V)):c?(m||(m=new c),f(m,N,V)):(_||(_={key:{},next:null}),function(G,W,K){var Y=F(G,W);Y?Y.value=K:G.next={key:W,next:G.next,value:K}}(_,N,V))}};return v}},1277:(e,t,n)=>{var r=typeof Map=="function"&&Map.prototype,s=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=r&&s&&typeof s.get=="function"?s.get:null,l=r&&Map.prototype.forEach,u=typeof Set=="function"&&Set.prototype,c=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,d=u&&c&&typeof c.get=="function"?c.get:null,h=u&&Set.prototype.forEach,B=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap.prototype.has:null,U=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet.prototype.has:null,f=typeof WeakRef=="function"&&WeakRef.prototype?WeakRef.prototype.deref:null,g=Boolean.prototype.valueOf,F=Object.prototype.toString,y=Function.prototype.toString,m=String.prototype.match,_=String.prototype.slice,v=String.prototype.replace,N=String.prototype.toUpperCase,V=String.prototype.toLowerCase,G=RegExp.prototype.test,W=Array.prototype.concat,K=Array.prototype.join,Y=Array.prototype.slice,A=Math.floor,j=typeof BigInt=="function"?BigInt.prototype.valueOf:null,w=Object.getOwnPropertySymbols,Z=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,q=typeof Symbol=="function"&&typeof Symbol.iterator=="object",M=typeof Symbol=="function"&&Symbol.toStringTag?Symbol.toStringTag:null,D=Object.prototype.propertyIsEnumerable,C=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(J){return J.__proto__}:null);function ee(J,x){if(J===1/0||J===-1/0||J!=J||J&&J>-1e3&&J<1e3||G.call(/e/,x))return x;var $=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof J=="number"){var ce=J<0?-A(-J):A(J);if(ce!==J){var be=String(ce),ye=_.call(x,be.length+1);return v.call(be,$,"$&_")+"."+v.call(v.call(ye,/([0-9]{3})/g,"$&_"),/_$/,"")}}return v.call(x,$,"$&_")}var re=n(7260),ie=re.custom,Fe=b(ie)?ie:null;function he(J,x,$){var ce=($.quoteStyle||x)==="double"?'"':"'";return ce+J+ce}function le(J){return v.call(String(J),/"/g,"&quot;")}function de(J){return!(H(J)!=="[object Array]"||M&&typeof J=="object"&&M in J)}function X(J){return!(H(J)!=="[object RegExp]"||M&&typeof J=="object"&&M in J)}function b(J){if(q)return J&&typeof J=="object"&&J instanceof Symbol;if(typeof J=="symbol")return!0;if(!J||typeof J!="object"||!Z)return!1;try{return Z.call(J),!0}catch{}return!1}e.exports=function J(x,$,ce,be){var ye=$||{};if(ae(ye,"quoteStyle")&&ye.quoteStyle!=="single"&&ye.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(ae(ye,"maxStringLength")&&(typeof ye.maxStringLength=="number"?ye.maxStringLength<0&&ye.maxStringLength!==1/0:ye.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Me=!ae(ye,"customInspect")||ye.customInspect;if(typeof Me!="boolean"&&Me!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(ae(ye,"indent")&&ye.indent!==null&&ye.indent!==" "&&!(parseInt(ye.indent,10)===ye.indent&&ye.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(ae(ye,"numericSeparator")&&typeof ye.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var ot=ye.numericSeparator;if(x===void 0)return"undefined";if(x===null)return"null";if(typeof x=="boolean")return x?"true":"false";if(typeof x=="string")return fe(x,ye);if(typeof x=="number"){if(x===0)return 1/0/x>0?"0":"-0";var it=String(x);return ot?ee(x,it):it}if(typeof x=="bigint"){var yt=String(x)+"n";return ot?ee(x,yt):yt}var st=ye.depth===void 0?5:ye.depth;if(ce===void 0&&(ce=0),ce>=st&&st>0&&typeof x=="object")return de(x)?"[Array]":"[Object]";var gt,Rt=function(Ge,lt){var Et;if(Ge.indent===" ")Et=" ";else{if(!(typeof Ge.indent=="number"&&Ge.indent>0))return null;Et=K.call(Array(Ge.indent+1)," ")}return{base:Et,prev:K.call(Array(lt+1),Et)}}(ye,ce);if(be===void 0)be=[];else if(Be(be,x)>=0)return"[Circular]";function Je(Ge,lt,Et){if(lt&&(be=Y.call(be)).push(lt),Et){var wt={depth:ye.depth};return ae(ye,"quoteStyle")&&(wt.quoteStyle=ye.quoteStyle),J(Ge,wt,ce+1,be)}return J(Ge,ye,ce+1,be)}if(typeof x=="function"&&!X(x)){var qe=function(Ge){if(Ge.name)return Ge.name;var lt=m.call(y.call(Ge),/^function\s*([\w$]+)/);return lt?lt[1]:null}(x),te=Pe(x,Je);return"[Function"+(qe?": "+qe:" (anonymous)")+"]"+(te.length>0?" { "+K.call(te,", ")+" }":"")}if(b(x)){var I=q?v.call(String(x),/^(Symbol\(.*\))_[^)]*$/,"$1"):Z.call(x);return typeof x!="object"||q?I:Re(I)}if((gt=x)&&typeof gt=="object"&&(typeof HTMLElement!="undefined"&&gt instanceof HTMLElement||typeof gt.nodeName=="string"&&typeof gt.getAttribute=="function")){for(var ge="<"+V.call(String(x.nodeName)),ve=x.attributes||[],Ee=0;Ee<ve.length;Ee++)ge+=" "+ve[Ee].name+"="+he(le(ve[Ee].value),"double",ye);return ge+=">",x.childNodes&&x.childNodes.length&&(ge+="..."),ge+"</"+V.call(String(x.nodeName))+">"}if(de(x)){if(x.length===0)return"[]";var we=Pe(x,Je);return Rt&&!function(Ge){for(var lt=0;lt<Ge.length;lt++)if(Be(Ge[lt],`
108
+ `)>=0)return!1;return!0}(we)?"["+Ze(we,Rt)+"]":"[ "+K.call(we,", ")+" ]"}if(function(Ge){return!(H(Ge)!=="[object Error]"||M&&typeof Ge=="object"&&M in Ge)}(x)){var Oe=Pe(x,Je);return"cause"in Error.prototype||!("cause"in x)||D.call(x,"cause")?Oe.length===0?"["+String(x)+"]":"{ ["+String(x)+"] "+K.call(Oe,", ")+" }":"{ ["+String(x)+"] "+K.call(W.call("[cause]: "+Je(x.cause),Oe),", ")+" }"}if(typeof x=="object"&&Me){if(Fe&&typeof x[Fe]=="function"&&re)return re(x,{depth:st-ce});if(Me!=="symbol"&&typeof x.inspect=="function")return x.inspect()}if(function(Ge){if(!o||!Ge||typeof Ge!="object")return!1;try{o.call(Ge);try{d.call(Ge)}catch{return!0}return Ge instanceof Map}catch{}return!1}(x)){var Ve=[];return l&&l.call(x,function(Ge,lt){Ve.push(Je(lt,x,!0)+" => "+Je(Ge,x))}),Ne("Map",o.call(x),Ve,Rt)}if(function(Ge){if(!d||!Ge||typeof Ge!="object")return!1;try{d.call(Ge);try{o.call(Ge)}catch{return!0}return Ge instanceof Set}catch{}return!1}(x)){var je=[];return h&&h.call(x,function(Ge){je.push(Je(Ge,x))}),Ne("Set",d.call(x),je,Rt)}if(function(Ge){if(!B||!Ge||typeof Ge!="object")return!1;try{B.call(Ge,B);try{U.call(Ge,U)}catch{return!0}return Ge instanceof WeakMap}catch{}return!1}(x))return me("WeakMap");if(function(Ge){if(!U||!Ge||typeof Ge!="object")return!1;try{U.call(Ge,U);try{B.call(Ge,B)}catch{return!0}return Ge instanceof WeakSet}catch{}return!1}(x))return me("WeakSet");if(function(Ge){if(!f||!Ge||typeof Ge!="object")return!1;try{return f.call(Ge),!0}catch{}return!1}(x))return me("WeakRef");if(function(Ge){return!(H(Ge)!=="[object Number]"||M&&typeof Ge=="object"&&M in Ge)}(x))return Re(Je(Number(x)));if(function(Ge){if(!Ge||typeof Ge!="object"||!j)return!1;try{return j.call(Ge),!0}catch{}return!1}(x))return Re(Je(j.call(x)));if(function(Ge){return!(H(Ge)!=="[object Boolean]"||M&&typeof Ge=="object"&&M in Ge)}(x))return Re(g.call(x));if(function(Ge){return!(H(Ge)!=="[object String]"||M&&typeof Ge=="object"&&M in Ge)}(x))return Re(Je(String(x)));if(typeof window!="undefined"&&x===window)return"{ [object Window] }";if(typeof globalThis!="undefined"&&x===globalThis||n.g!==void 0&&x===n.g)return"{ [object globalThis] }";if(!function(Ge){return!(H(Ge)!=="[object Date]"||M&&typeof Ge=="object"&&M in Ge)}(x)&&!X(x)){var xe=Pe(x,Je),nt=C?C(x)===Object.prototype:x instanceof Object||x.constructor===Object,Qt=x instanceof Object?"":"null prototype",St=!nt&&M&&Object(x)===x&&M in x?_.call(H(x),8,-1):Qt?"Object":"",Ut=(nt||typeof x.constructor!="function"?"":x.constructor.name?x.constructor.name+" ":"")+(St||Qt?"["+K.call(W.call([],St||[],Qt||[]),": ")+"] ":"");return xe.length===0?Ut+"{}":Rt?Ut+"{"+Ze(xe,Rt)+"}":Ut+"{ "+K.call(xe,", ")+" }"}return String(x)};var L=Object.prototype.hasOwnProperty||function(J){return J in this};function ae(J,x){return L.call(J,x)}function H(J){return F.call(J)}function Be(J,x){if(J.indexOf)return J.indexOf(x);for(var $=0,ce=J.length;$<ce;$++)if(J[$]===x)return $;return-1}function fe(J,x){if(J.length>x.maxStringLength){var $=J.length-x.maxStringLength,ce="... "+$+" more character"+($>1?"s":"");return fe(_.call(J,0,x.maxStringLength),x)+ce}return he(v.call(v.call(J,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,ue),"single",x)}function ue(J){var x=J.charCodeAt(0),$={8:"b",9:"t",10:"n",12:"f",13:"r"}[x];return $?"\\"+$:"\\x"+(x<16?"0":"")+N.call(x.toString(16))}function Re(J){return"Object("+J+")"}function me(J){return J+" { ? }"}function Ne(J,x,$,ce){return J+" ("+x+") {"+(ce?Ze($,ce):K.call($,", "))+"}"}function Ze(J,x){if(J.length===0)return"";var $=`
109
+ `+x.prev+x.base;return $+K.call(J,","+$)+`
110
+ `+x.prev}function Pe(J,x){var $=de(J),ce=[];if($){ce.length=J.length;for(var be=0;be<J.length;be++)ce[be]=ae(J,be)?x(J[be],J):""}var ye,Me=typeof w=="function"?w(J):[];if(q){ye={};for(var ot=0;ot<Me.length;ot++)ye["$"+Me[ot]]=Me[ot]}for(var it in J)ae(J,it)&&($&&String(Number(it))===it&&it<J.length||q&&ye["$"+it]instanceof Symbol||(G.call(/[^\w$]/,it)?ce.push(x(it,J)+": "+x(J[it],J)):ce.push(it+": "+x(J[it],J))));if(typeof w=="function")for(var yt=0;yt<Me.length;yt++)D.call(J,Me[yt])&&ce.push("["+x(Me[yt])+"]: "+x(J[Me[yt]],J));return ce}},5082:(e,t)=>{function n(r){for(var s in r)this[s]=r[s]}t.get=function(r){var s=Error.stackTraceLimit;Error.stackTraceLimit=1/0;var o={},l=Error.prepareStackTrace;Error.prepareStackTrace=function(c,d){return d},Error.captureStackTrace(o,r||t.get);var u=o.stack;return Error.prepareStackTrace=l,Error.stackTraceLimit=s,u},t.parse=function(r){if(!r.stack)return[];var s=this;return r.stack.split(`
111
+ `).slice(1).map(function(o){if(o.match(/^\s*[-]{4,}$/))return s._createParsedCallSite({fileName:o,lineNumber:null,functionName:null,typeName:null,methodName:null,columnNumber:null,native:null});var l=o.match(/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/);if(l){var u=null,c=null,d=null,h=null,B=null,U=l[5]==="native";if(l[1]){var f=(d=l[1]).lastIndexOf(".");if(d[f-1]=="."&&f--,f>0){u=d.substr(0,f),c=d.substr(f+1);var g=u.indexOf(".Module");g>0&&(d=d.substr(g+1),u=u.substr(0,g))}h=null}c&&(h=u,B=c),c==="<anonymous>"&&(B=null,d=null);var F={fileName:l[2]||null,lineNumber:parseInt(l[3],10)||null,functionName:d,typeName:h,methodName:B,columnNumber:parseInt(l[4],10)||null,native:U};return s._createParsedCallSite(F)}}).filter(function(o){return!!o})},["this","typeName","functionName","methodName","fileName","lineNumber","columnNumber","function","evalOrigin"].forEach(function(r){n.prototype[r]=null,n.prototype["get"+r[0].toUpperCase()+r.substr(1)]=function(){return this[r]}}),["topLevel","eval","native","constructor"].forEach(function(r){n.prototype[r]=!1,n.prototype["is"+r[0].toUpperCase()+r.substr(1)]=function(){return this[r]}}),t._createParsedCallSite=function(r){return new n(r)}},1983:(e,t,n)=>{e.exports=s;var r=n(46).EventEmitter;function s(){r.call(this)}n(5615)(s,r),s.Readable=n(8199),s.Writable=n(5291),s.Duplex=n(1265),s.Transform=n(9415),s.PassThrough=n(4421),s.finished=n(4869),s.pipeline=n(6815),s.Stream=s,s.prototype.pipe=function(o,l){var u=this;function c(F){o.writable&&o.write(F)===!1&&u.pause&&u.pause()}function d(){u.readable&&u.resume&&u.resume()}u.on("data",c),o.on("drain",d),o._isStdio||l&&l.end===!1||(u.on("end",B),u.on("close",U));var h=!1;function B(){h||(h=!0,o.end())}function U(){h||(h=!0,typeof o.destroy=="function"&&o.destroy())}function f(F){if(g(),r.listenerCount(this,"error")===0)throw F}function g(){u.removeListener("data",c),o.removeListener("drain",d),u.removeListener("end",B),u.removeListener("close",U),u.removeListener("error",f),o.removeListener("error",f),u.removeListener("end",g),u.removeListener("close",g),o.removeListener("close",g)}return u.on("error",f),o.on("error",f),u.on("end",g),u.on("close",g),o.on("close",g),o.emit("pipe",u),o}},4865:(e,t,n)=>{var r=n(6255),s=n(6846),o=n(3227),l=n(49),u=n(5442),c=t;c.request=function(d,h){d=typeof d=="string"?u.parse(d):o(d);var B=n.g.location.protocol.search(/^https?:$/)===-1?"http:":"",U=d.protocol||B,f=d.hostname||d.host,g=d.port,F=d.path||"/";f&&f.indexOf(":")!==-1&&(f="["+f+"]"),d.url=(f?U+"//"+f:"")+(g?":"+g:"")+F,d.method=(d.method||"GET").toUpperCase(),d.headers=d.headers||{};var y=new r(d);return h&&y.on("response",h),y},c.get=function(d,h){var B=c.request(d,h);return B.end(),B},c.ClientRequest=r,c.IncomingMessage=s.IncomingMessage,c.Agent=function(){},c.Agent.defaultMaxSockets=4,c.globalAgent=new c.Agent,c.STATUS_CODES=l,c.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},2271:(e,t,n)=>{var r;function s(){if(r!==void 0)return r;if(n.g.XMLHttpRequest){r=new n.g.XMLHttpRequest;try{r.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch{r=null}}else r=null;return r}function o(u){var c=s();if(!c)return!1;try{return c.responseType=u,c.responseType===u}catch{}return!1}function l(u){return typeof u=="function"}t.fetch=l(n.g.fetch)&&l(n.g.ReadableStream),t.writableStream=l(n.g.WritableStream),t.abortController=l(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!s()&&l(s().overrideMimeType),r=null},6255:(e,t,n)=>{var r=n(1048).Buffer,s=n(9907),o=n(2271),l=n(5615),u=n(6846),c=n(4156),d=u.IncomingMessage,h=u.readyStates,B=e.exports=function(f){var g,F=this;c.Writable.call(F),F._opts=f,F._body=[],F._headers={},f.auth&&F.setHeader("Authorization","Basic "+r.from(f.auth).toString("base64")),Object.keys(f.headers).forEach(function(m){F.setHeader(m,f.headers[m])});var y=!0;if(f.mode==="disable-fetch"||"requestTimeout"in f&&!o.abortController)y=!1,g=!0;else if(f.mode==="prefer-streaming")g=!1;else if(f.mode==="allow-wrong-content-type")g=!o.overrideMimeType;else{if(f.mode&&f.mode!=="default"&&f.mode!=="prefer-fast")throw new Error("Invalid value for opts.mode");g=!0}F._mode=function(m,_){return o.fetch&&_?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&m?"arraybuffer":"text"}(g,y),F._fetchTimer=null,F._socketTimeout=null,F._socketTimer=null,F.on("finish",function(){F._onFinish()})};l(B,c.Writable),B.prototype.setHeader=function(f,g){var F=f.toLowerCase();U.indexOf(F)===-1&&(this._headers[F]={name:f,value:g})},B.prototype.getHeader=function(f){var g=this._headers[f.toLowerCase()];return g?g.value:null},B.prototype.removeHeader=function(f){delete this._headers[f.toLowerCase()]},B.prototype._onFinish=function(){var f=this;if(!f._destroyed){var g=f._opts;"timeout"in g&&g.timeout!==0&&f.setTimeout(g.timeout);var F=f._headers,y=null;g.method!=="GET"&&g.method!=="HEAD"&&(y=new Blob(f._body,{type:(F["content-type"]||{}).value||""}));var m=[];if(Object.keys(F).forEach(function(V){var G=F[V].name,W=F[V].value;Array.isArray(W)?W.forEach(function(K){m.push([G,K])}):m.push([G,W])}),f._mode==="fetch"){var _=null;if(o.abortController){var v=new AbortController;_=v.signal,f._fetchAbortController=v,"requestTimeout"in g&&g.requestTimeout!==0&&(f._fetchTimer=n.g.setTimeout(function(){f.emit("requestTimeout"),f._fetchAbortController&&f._fetchAbortController.abort()},g.requestTimeout))}n.g.fetch(f._opts.url,{method:f._opts.method,headers:m,body:y||void 0,mode:"cors",credentials:g.withCredentials?"include":"same-origin",signal:_}).then(function(V){f._fetchResponse=V,f._resetTimers(!1),f._connect()},function(V){f._resetTimers(!0),f._destroyed||f.emit("error",V)})}else{var N=f._xhr=new n.g.XMLHttpRequest;try{N.open(f._opts.method,f._opts.url,!0)}catch(V){return void s.nextTick(function(){f.emit("error",V)})}"responseType"in N&&(N.responseType=f._mode),"withCredentials"in N&&(N.withCredentials=!!g.withCredentials),f._mode==="text"&&"overrideMimeType"in N&&N.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in g&&(N.timeout=g.requestTimeout,N.ontimeout=function(){f.emit("requestTimeout")}),m.forEach(function(V){N.setRequestHeader(V[0],V[1])}),f._response=null,N.onreadystatechange=function(){switch(N.readyState){case h.LOADING:case h.DONE:f._onXHRProgress()}},f._mode==="moz-chunked-arraybuffer"&&(N.onprogress=function(){f._onXHRProgress()}),N.onerror=function(){f._destroyed||(f._resetTimers(!0),f.emit("error",new Error("XHR error")))};try{N.send(y)}catch(V){return void s.nextTick(function(){f.emit("error",V)})}}}},B.prototype._onXHRProgress=function(){var f=this;f._resetTimers(!1),function(g){try{var F=g.status;return F!==null&&F!==0}catch{return!1}}(f._xhr)&&!f._destroyed&&(f._response||f._connect(),f._response._onXHRProgress(f._resetTimers.bind(f)))},B.prototype._connect=function(){var f=this;f._destroyed||(f._response=new d(f._xhr,f._fetchResponse,f._mode,f._resetTimers.bind(f)),f._response.on("error",function(g){f.emit("error",g)}),f.emit("response",f._response))},B.prototype._write=function(f,g,F){this._body.push(f),F()},B.prototype._resetTimers=function(f){var g=this;n.g.clearTimeout(g._socketTimer),g._socketTimer=null,f?(n.g.clearTimeout(g._fetchTimer),g._fetchTimer=null):g._socketTimeout&&(g._socketTimer=n.g.setTimeout(function(){g.emit("timeout")},g._socketTimeout))},B.prototype.abort=B.prototype.destroy=function(f){var g=this;g._destroyed=!0,g._resetTimers(!0),g._response&&(g._response._destroyed=!0),g._xhr?g._xhr.abort():g._fetchAbortController&&g._fetchAbortController.abort(),f&&g.emit("error",f)},B.prototype.end=function(f,g,F){typeof f=="function"&&(F=f,f=void 0),c.Writable.prototype.end.call(this,f,g,F)},B.prototype.setTimeout=function(f,g){var F=this;g&&F.once("timeout",g),F._socketTimeout=f,F._resetTimers(!1)},B.prototype.flushHeaders=function(){},B.prototype.setNoDelay=function(){},B.prototype.setSocketKeepAlive=function(){};var U=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},6846:(e,t,n)=>{var r=n(9907),s=n(1048).Buffer,o=n(2271),l=n(5615),u=n(4156),c=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},d=t.IncomingMessage=function(h,B,U,f){var g=this;if(u.Readable.call(g),g._mode=U,g.headers={},g.rawHeaders=[],g.trailers={},g.rawTrailers=[],g.on("end",function(){r.nextTick(function(){g.emit("close")})}),U==="fetch"){if(g._fetchResponse=B,g.url=B.url,g.statusCode=B.status,g.statusMessage=B.statusText,B.headers.forEach(function(v,N){g.headers[N.toLowerCase()]=v,g.rawHeaders.push(N,v)}),o.writableStream){var F=new WritableStream({write:function(v){return f(!1),new Promise(function(N,V){g._destroyed?V():g.push(s.from(v))?N():g._resumeFetch=N})},close:function(){f(!0),g._destroyed||g.push(null)},abort:function(v){f(!0),g._destroyed||g.emit("error",v)}});try{return void B.body.pipeTo(F).catch(function(v){f(!0),g._destroyed||g.emit("error",v)})}catch{}}var y=B.body.getReader();(function v(){y.read().then(function(N){g._destroyed||(f(N.done),N.done?g.push(null):(g.push(s.from(N.value)),v()))}).catch(function(N){f(!0),g._destroyed||g.emit("error",N)})})()}else if(g._xhr=h,g._pos=0,g.url=h.responseURL,g.statusCode=h.status,g.statusMessage=h.statusText,h.getAllResponseHeaders().split(/\r?\n/).forEach(function(v){var N=v.match(/^([^:]+):\s*(.*)/);if(N){var V=N[1].toLowerCase();V==="set-cookie"?(g.headers[V]===void 0&&(g.headers[V]=[]),g.headers[V].push(N[2])):g.headers[V]!==void 0?g.headers[V]+=", "+N[2]:g.headers[V]=N[2],g.rawHeaders.push(N[1],N[2])}}),g._charset="x-user-defined",!o.overrideMimeType){var m=g.rawHeaders["mime-type"];if(m){var _=m.match(/;\s*charset=([^;])(;|$)/);_&&(g._charset=_[1].toLowerCase())}g._charset||(g._charset="utf-8")}};l(d,u.Readable),d.prototype._read=function(){var h=this._resumeFetch;h&&(this._resumeFetch=null,h())},d.prototype._onXHRProgress=function(h){var B=this,U=B._xhr,f=null;switch(B._mode){case"text":if((f=U.responseText).length>B._pos){var g=f.substr(B._pos);if(B._charset==="x-user-defined"){for(var F=s.alloc(g.length),y=0;y<g.length;y++)F[y]=255&g.charCodeAt(y);B.push(F)}else B.push(g,B._charset);B._pos=f.length}break;case"arraybuffer":if(U.readyState!==c.DONE||!U.response)break;f=U.response,B.push(s.from(new Uint8Array(f)));break;case"moz-chunked-arraybuffer":if(f=U.response,U.readyState!==c.LOADING||!f)break;B.push(s.from(new Uint8Array(f)));break;case"ms-stream":if(f=U.response,U.readyState!==c.LOADING)break;var m=new n.g.MSStreamReader;m.onprogress=function(){m.result.byteLength>B._pos&&(B.push(s.from(new Uint8Array(m.result.slice(B._pos)))),B._pos=m.result.byteLength)},m.onload=function(){h(!0),B.push(null)},m.readAsArrayBuffer(f)}B._xhr.readyState===c.DONE&&B._mode!=="ms-stream"&&(h(!0),B.push(null))}},8888:(e,t,n)=>{var r=n(5636).Buffer,s=r.isEncoding||function(g){switch((g=""+g)&&g.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(g){var F;switch(this.encoding=function(y){var m=function(_){if(!_)return"utf8";for(var v;;)switch(_){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return _;default:if(v)return;_=(""+_).toLowerCase(),v=!0}}(y);if(typeof m!="string"&&(r.isEncoding===s||!s(y)))throw new Error("Unknown encoding: "+y);return m||y}(g),this.encoding){case"utf16le":this.text=c,this.end=d,F=4;break;case"utf8":this.fillLast=u,F=4;break;case"base64":this.text=h,this.end=B,F=3;break;default:return this.write=U,void(this.end=f)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(F)}function l(g){return g<=127?0:g>>5==6?2:g>>4==14?3:g>>3==30?4:g>>6==2?-1:-2}function u(g){var F=this.lastTotal-this.lastNeed,y=function(m,_){if((192&_[0])!=128)return m.lastNeed=0,"�";if(m.lastNeed>1&&_.length>1){if((192&_[1])!=128)return m.lastNeed=1,"�";if(m.lastNeed>2&&_.length>2&&(192&_[2])!=128)return m.lastNeed=2,"�"}}(this,g);return y!==void 0?y:this.lastNeed<=g.length?(g.copy(this.lastChar,F,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(g.copy(this.lastChar,F,0,g.length),void(this.lastNeed-=g.length))}function c(g,F){if((g.length-F)%2==0){var y=g.toString("utf16le",F);if(y){var m=y.charCodeAt(y.length-1);if(m>=55296&&m<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=g[g.length-2],this.lastChar[1]=g[g.length-1],y.slice(0,-1)}return y}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=g[g.length-1],g.toString("utf16le",F,g.length-1)}function d(g){var F=g&&g.length?this.write(g):"";if(this.lastNeed){var y=this.lastTotal-this.lastNeed;return F+this.lastChar.toString("utf16le",0,y)}return F}function h(g,F){var y=(g.length-F)%3;return y===0?g.toString("base64",F):(this.lastNeed=3-y,this.lastTotal=3,y===1?this.lastChar[0]=g[g.length-1]:(this.lastChar[0]=g[g.length-2],this.lastChar[1]=g[g.length-1]),g.toString("base64",F,g.length-y))}function B(g){var F=g&&g.length?this.write(g):"";return this.lastNeed?F+this.lastChar.toString("base64",0,3-this.lastNeed):F}function U(g){return g.toString(this.encoding)}function f(g){return g&&g.length?this.write(g):""}t.StringDecoder=o,o.prototype.write=function(g){if(g.length===0)return"";var F,y;if(this.lastNeed){if((F=this.fillLast(g))===void 0)return"";y=this.lastNeed,this.lastNeed=0}else y=0;return y<g.length?F?F+this.text(g,y):this.text(g,y):F||""},o.prototype.end=function(g){var F=g&&g.length?this.write(g):"";return this.lastNeed?F+"�":F},o.prototype.text=function(g,F){var y=function(_,v,N){var V=v.length-1;if(V<N)return 0;var G=l(v[V]);return G>=0?(G>0&&(_.lastNeed=G-1),G):--V<N||G===-2?0:(G=l(v[V]))>=0?(G>0&&(_.lastNeed=G-2),G):--V<N||G===-2?0:(G=l(v[V]))>=0?(G>0&&(G===2?G=0:_.lastNeed=G-3),G):0}(this,g,F);if(!this.lastNeed)return g.toString("utf8",F);this.lastTotal=y;var m=g.length-(y-this.lastNeed);return g.copy(this.lastChar,0,m),g.toString("utf8",F,m)},o.prototype.fillLast=function(g){if(this.lastNeed<=g.length)return g.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);g.copy(this.lastChar,this.lastTotal-this.lastNeed,0,g.length),this.lastNeed-=g.length}},9023:(e,t)=>{t.levels={error:0,warn:1,help:2,data:3,info:4,debug:5,prompt:6,verbose:7,input:8,silly:9},t.colors={error:"red",warn:"yellow",help:"cyan",data:"grey",info:"green",debug:"blue",prompt:"grey",verbose:"cyan",input:"grey",silly:"magenta"}},2797:(e,t,n)=>{Object.defineProperty(t,"cli",{value:n(9023)}),Object.defineProperty(t,"npm",{value:n(5828)}),Object.defineProperty(t,"syslog",{value:n(7408)})},5828:(e,t)=>{t.levels={error:0,warn:1,info:2,http:3,verbose:4,debug:5,silly:6},t.colors={error:"red",warn:"yellow",info:"green",http:"green",verbose:"cyan",debug:"blue",silly:"magenta"}},7408:(e,t)=>{t.levels={emerg:0,alert:1,crit:2,error:3,warning:4,notice:5,info:6,debug:7},t.colors={emerg:"red",alert:"yellow",crit:"red",error:"red",warning:"red",notice:"yellow",info:"green",debug:"blue"}},4966:(e,t,n)=>{Object.defineProperty(t,"LEVEL",{value:Symbol.for("level")}),Object.defineProperty(t,"MESSAGE",{value:Symbol.for("message")}),Object.defineProperty(t,"SPLAT",{value:Symbol.for("splat")}),Object.defineProperty(t,"configs",{value:n(2797)})},2113:function(e,t,n){var r;e=n.nmd(e),function(){t&&t.nodeType,e&&e.nodeType;var s=typeof n.g=="object"&&n.g;s.global!==s&&s.window!==s&&s.self;var o,l=2147483647,u=36,c=26,d=38,h=700,B=/^xn--/,U=/[^\x20-\x7E]/,f=/[\x2E\u3002\uFF0E\uFF61]/g,g={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},F=u-1,y=Math.floor,m=String.fromCharCode;function _(j){throw new RangeError(g[j])}function v(j,w){for(var Z=j.length,q=[];Z--;)q[Z]=w(j[Z]);return q}function N(j,w){var Z=j.split("@"),q="";return Z.length>1&&(q=Z[0]+"@",j=Z[1]),q+v((j=j.replace(f,".")).split("."),w).join(".")}function V(j){for(var w,Z,q=[],M=0,D=j.length;M<D;)(w=j.charCodeAt(M++))>=55296&&w<=56319&&M<D?(64512&(Z=j.charCodeAt(M++)))==56320?q.push(((1023&w)<<10)+(1023&Z)+65536):(q.push(w),M--):q.push(w);return q}function G(j){return v(j,function(w){var Z="";return w>65535&&(Z+=m((w-=65536)>>>10&1023|55296),w=56320|1023&w),Z+m(w)}).join("")}function W(j,w){return j+22+75*(j<26)-((w!=0)<<5)}function K(j,w,Z){var q=0;for(j=Z?y(j/h):j>>1,j+=y(j/w);j>F*c>>1;q+=u)j=y(j/F);return y(q+(F+1)*j/(j+d))}function Y(j){var w,Z,q,M,D,C,ee,re,ie,Fe,he,le=[],de=j.length,X=0,b=128,L=72;for((Z=j.lastIndexOf("-"))<0&&(Z=0),q=0;q<Z;++q)j.charCodeAt(q)>=128&&_("not-basic"),le.push(j.charCodeAt(q));for(M=Z>0?Z+1:0;M<de;){for(D=X,C=1,ee=u;M>=de&&_("invalid-input"),((re=(he=j.charCodeAt(M++))-48<10?he-22:he-65<26?he-65:he-97<26?he-97:u)>=u||re>y((l-X)/C))&&_("overflow"),X+=re*C,!(re<(ie=ee<=L?1:ee>=L+c?c:ee-L));ee+=u)C>y(l/(Fe=u-ie))&&_("overflow"),C*=Fe;L=K(X-D,w=le.length+1,D==0),y(X/w)>l-b&&_("overflow"),b+=y(X/w),X%=w,le.splice(X++,0,b)}return G(le)}function A(j){var w,Z,q,M,D,C,ee,re,ie,Fe,he,le,de,X,b,L=[];for(le=(j=V(j)).length,w=128,Z=0,D=72,C=0;C<le;++C)(he=j[C])<128&&L.push(m(he));for(q=M=L.length,M&&L.push("-");q<le;){for(ee=l,C=0;C<le;++C)(he=j[C])>=w&&he<ee&&(ee=he);for(ee-w>y((l-Z)/(de=q+1))&&_("overflow"),Z+=(ee-w)*de,w=ee,C=0;C<le;++C)if((he=j[C])<w&&++Z>l&&_("overflow"),he==w){for(re=Z,ie=u;!(re<(Fe=ie<=D?1:ie>=D+c?c:ie-D));ie+=u)b=re-Fe,X=u-Fe,L.push(m(W(Fe+b%X,0))),re=y(b/X);L.push(m(W(re,0))),D=K(Z,de,q==M),Z=0,++q}++Z,++w}return L.join("")}o={version:"1.4.1",ucs2:{decode:V,encode:G},decode:Y,encode:A,toASCII:function(j){return N(j,function(w){return U.test(w)?"xn--"+A(w):w})},toUnicode:function(j){return N(j,function(w){return B.test(w)?Y(w.slice(4).toLowerCase()):w})}},(r=function(){return o}.call(t,n,t,e))===void 0||(e.exports=r)}()},5442:(e,t,n)=>{var r=n(2113);function s(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var o=/^([a-z0-9.+-]+:)/i,l=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,c=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r",`
112
+ `," "]),d=["'"].concat(c),h=["%","/","?",";","#"].concat(d),B=["/","?","#"],U=/^[+a-z0-9A-Z_-]{0,63}$/,f=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},F={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},m=n(5810);function _(v,N,V){if(v&&typeof v=="object"&&v instanceof s)return v;var G=new s;return G.parse(v,N,V),G}s.prototype.parse=function(v,N,V){if(typeof v!="string")throw new TypeError("Parameter 'url' must be a string, not "+typeof v);var G=v.indexOf("?"),W=G!==-1&&G<v.indexOf("#")?"?":"#",K=v.split(W);K[0]=K[0].replace(/\\/g,"/");var Y=v=K.join(W);if(Y=Y.trim(),!V&&v.split("#").length===1){var A=u.exec(Y);if(A)return this.path=Y,this.href=Y,this.pathname=A[1],A[2]?(this.search=A[2],this.query=N?m.parse(this.search.substr(1)):this.search.substr(1)):N&&(this.search="",this.query={}),this}var j=o.exec(Y);if(j){var w=(j=j[0]).toLowerCase();this.protocol=w,Y=Y.substr(j.length)}if(V||j||Y.match(/^\/\/[^@/]+@[^@/]+/)){var Z=Y.substr(0,2)==="//";!Z||j&&F[j]||(Y=Y.substr(2),this.slashes=!0)}if(!F[j]&&(Z||j&&!y[j])){for(var q,M,D=-1,C=0;C<B.length;C++)(ee=Y.indexOf(B[C]))!==-1&&(D===-1||ee<D)&&(D=ee);for((M=D===-1?Y.lastIndexOf("@"):Y.lastIndexOf("@",D))!==-1&&(q=Y.slice(0,M),Y=Y.slice(M+1),this.auth=decodeURIComponent(q)),D=-1,C=0;C<h.length;C++){var ee;(ee=Y.indexOf(h[C]))!==-1&&(D===-1||ee<D)&&(D=ee)}D===-1&&(D=Y.length),this.host=Y.slice(0,D),Y=Y.slice(D),this.parseHost(),this.hostname=this.hostname||"";var re=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!re)for(var ie=this.hostname.split(/\./),Fe=(C=0,ie.length);C<Fe;C++){var he=ie[C];if(he&&!he.match(U)){for(var le="",de=0,X=he.length;de<X;de++)he.charCodeAt(de)>127?le+="x":le+=he[de];if(!le.match(U)){var b=ie.slice(0,C),L=ie.slice(C+1),ae=he.match(f);ae&&(b.push(ae[1]),L.unshift(ae[2])),L.length&&(Y="/"+L.join(".")+Y),this.hostname=b.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),re||(this.hostname=r.toASCII(this.hostname));var H=this.port?":"+this.port:"",Be=this.hostname||"";this.host=Be+H,this.href+=this.host,re&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),Y[0]!=="/"&&(Y="/"+Y))}if(!g[w])for(C=0,Fe=d.length;C<Fe;C++){var fe=d[C];if(Y.indexOf(fe)!==-1){var ue=encodeURIComponent(fe);ue===fe&&(ue=escape(fe)),Y=Y.split(fe).join(ue)}}var Re=Y.indexOf("#");Re!==-1&&(this.hash=Y.substr(Re),Y=Y.slice(0,Re));var me=Y.indexOf("?");if(me!==-1?(this.search=Y.substr(me),this.query=Y.substr(me+1),N&&(this.query=m.parse(this.query)),Y=Y.slice(0,me)):N&&(this.search="",this.query={}),Y&&(this.pathname=Y),y[w]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){H=this.pathname||"";var Ne=this.search||"";this.path=H+Ne}return this.href=this.format(),this},s.prototype.format=function(){var v=this.auth||"";v&&(v=(v=encodeURIComponent(v)).replace(/%3A/i,":"),v+="@");var N=this.protocol||"",V=this.pathname||"",G=this.hash||"",W=!1,K="";this.host?W=v+this.host:this.hostname&&(W=v+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(W+=":"+this.port)),this.query&&typeof this.query=="object"&&Object.keys(this.query).length&&(K=m.stringify(this.query,{arrayFormat:"repeat",addQueryPrefix:!1}));var Y=this.search||K&&"?"+K||"";return N&&N.substr(-1)!==":"&&(N+=":"),this.slashes||(!N||y[N])&&W!==!1?(W="//"+(W||""),V&&V.charAt(0)!=="/"&&(V="/"+V)):W||(W=""),G&&G.charAt(0)!=="#"&&(G="#"+G),Y&&Y.charAt(0)!=="?"&&(Y="?"+Y),N+W+(V=V.replace(/[?#]/g,function(A){return encodeURIComponent(A)}))+(Y=Y.replace("#","%23"))+G},s.prototype.resolve=function(v){return this.resolveObject(_(v,!1,!0)).format()},s.prototype.resolveObject=function(v){if(typeof v=="string"){var N=new s;N.parse(v,!1,!0),v=N}for(var V=new s,G=Object.keys(this),W=0;W<G.length;W++){var K=G[W];V[K]=this[K]}if(V.hash=v.hash,v.href==="")return V.href=V.format(),V;if(v.slashes&&!v.protocol){for(var Y=Object.keys(v),A=0;A<Y.length;A++){var j=Y[A];j!=="protocol"&&(V[j]=v[j])}return y[V.protocol]&&V.hostname&&!V.pathname&&(V.pathname="/",V.path=V.pathname),V.href=V.format(),V}if(v.protocol&&v.protocol!==V.protocol){if(!y[v.protocol]){for(var w=Object.keys(v),Z=0;Z<w.length;Z++){var q=w[Z];V[q]=v[q]}return V.href=V.format(),V}if(V.protocol=v.protocol,v.host||F[v.protocol])V.pathname=v.pathname;else{for(var M=(v.pathname||"").split("/");M.length&&!(v.host=M.shift()););v.host||(v.host=""),v.hostname||(v.hostname=""),M[0]!==""&&M.unshift(""),M.length<2&&M.unshift(""),V.pathname=M.join("/")}if(V.search=v.search,V.query=v.query,V.host=v.host||"",V.auth=v.auth,V.hostname=v.hostname||v.host,V.port=v.port,V.pathname||V.search){var D=V.pathname||"",C=V.search||"";V.path=D+C}return V.slashes=V.slashes||v.slashes,V.href=V.format(),V}var ee=V.pathname&&V.pathname.charAt(0)==="/",re=v.host||v.pathname&&v.pathname.charAt(0)==="/",ie=re||ee||V.host&&v.pathname,Fe=ie,he=V.pathname&&V.pathname.split("/")||[],le=(M=v.pathname&&v.pathname.split("/")||[],V.protocol&&!y[V.protocol]);if(le&&(V.hostname="",V.port=null,V.host&&(he[0]===""?he[0]=V.host:he.unshift(V.host)),V.host="",v.protocol&&(v.hostname=null,v.port=null,v.host&&(M[0]===""?M[0]=v.host:M.unshift(v.host)),v.host=null),ie=ie&&(M[0]===""||he[0]==="")),re)V.host=v.host||v.host===""?v.host:V.host,V.hostname=v.hostname||v.hostname===""?v.hostname:V.hostname,V.search=v.search,V.query=v.query,he=M;else if(M.length)he||(he=[]),he.pop(),he=he.concat(M),V.search=v.search,V.query=v.query;else if(v.search!=null)return le&&(V.host=he.shift(),V.hostname=V.host,(ae=!!(V.host&&V.host.indexOf("@")>0)&&V.host.split("@"))&&(V.auth=ae.shift(),V.hostname=ae.shift(),V.host=V.hostname)),V.search=v.search,V.query=v.query,V.pathname===null&&V.search===null||(V.path=(V.pathname?V.pathname:"")+(V.search?V.search:"")),V.href=V.format(),V;if(!he.length)return V.pathname=null,V.search?V.path="/"+V.search:V.path=null,V.href=V.format(),V;for(var de=he.slice(-1)[0],X=(V.host||v.host||he.length>1)&&(de==="."||de==="..")||de==="",b=0,L=he.length;L>=0;L--)(de=he[L])==="."?he.splice(L,1):de===".."?(he.splice(L,1),b++):b&&(he.splice(L,1),b--);if(!ie&&!Fe)for(;b--;b)he.unshift("..");!ie||he[0]===""||he[0]&&he[0].charAt(0)==="/"||he.unshift(""),X&&he.join("/").substr(-1)!=="/"&&he.push("");var ae,H=he[0]===""||he[0]&&he[0].charAt(0)==="/";return le&&(V.hostname=H?"":he.length?he.shift():"",V.host=V.hostname,(ae=!!(V.host&&V.host.indexOf("@")>0)&&V.host.split("@"))&&(V.auth=ae.shift(),V.hostname=ae.shift(),V.host=V.hostname)),(ie=ie||V.host&&he.length)&&!H&&he.unshift(""),he.length>0?V.pathname=he.join("/"):(V.pathname=null,V.path=null),V.pathname===null&&V.search===null||(V.path=(V.pathname?V.pathname:"")+(V.search?V.search:"")),V.auth=v.auth||V.auth,V.slashes=V.slashes||v.slashes,V.href=V.format(),V},s.prototype.parseHost=function(){var v=this.host,N=l.exec(v);N&&((N=N[0])!==":"&&(this.port=N.substr(1)),v=v.substr(0,v.length-N.length)),v&&(this.hostname=v)},t.parse=_,t.resolve=function(v,N){return _(v,!1,!0).resolve(N)},t.resolveObject=function(v,N){return v?_(v,!1,!0).resolveObject(N):N},t.format=function(v){return typeof v=="string"&&(v=_(v)),v instanceof s?v.format():s.prototype.format.call(v)},t.Url=s},6732:(e,t,n)=>{function r(s){try{if(!n.g.localStorage)return!1}catch{return!1}var o=n.g.localStorage[s];return o!=null&&String(o).toLowerCase()==="true"}e.exports=function(s,o){if(r("noDeprecation"))return s;var l=!1;return function(){if(!l){if(r("throwDeprecation"))throw new Error(o);r("traceDeprecation")?console.trace(o):console.warn(o),l=!0}return s.apply(this,arguments)}}},5272:e=>{e.exports=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"}},1531:(e,t,n)=>{var r=n(5387),s=n(2625),o=n(2730),l=n(5943);function u(C){return C.call.bind(C)}var c=typeof BigInt!="undefined",d=typeof Symbol!="undefined",h=u(Object.prototype.toString),B=u(Number.prototype.valueOf),U=u(String.prototype.valueOf),f=u(Boolean.prototype.valueOf);if(c)var g=u(BigInt.prototype.valueOf);if(d)var F=u(Symbol.prototype.valueOf);function y(C,ee){if(typeof C!="object")return!1;try{return ee(C),!0}catch{return!1}}function m(C){return h(C)==="[object Map]"}function _(C){return h(C)==="[object Set]"}function v(C){return h(C)==="[object WeakMap]"}function N(C){return h(C)==="[object WeakSet]"}function V(C){return h(C)==="[object ArrayBuffer]"}function G(C){return typeof ArrayBuffer!="undefined"&&(V.working?V(C):C instanceof ArrayBuffer)}function W(C){return h(C)==="[object DataView]"}function K(C){return typeof DataView!="undefined"&&(W.working?W(C):C instanceof DataView)}t.isArgumentsObject=r,t.isGeneratorFunction=s,t.isTypedArray=l,t.isPromise=function(C){return typeof Promise!="undefined"&&C instanceof Promise||C!==null&&typeof C=="object"&&typeof C.then=="function"&&typeof C.catch=="function"},t.isArrayBufferView=function(C){return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?ArrayBuffer.isView(C):l(C)||K(C)},t.isUint8Array=function(C){return o(C)==="Uint8Array"},t.isUint8ClampedArray=function(C){return o(C)==="Uint8ClampedArray"},t.isUint16Array=function(C){return o(C)==="Uint16Array"},t.isUint32Array=function(C){return o(C)==="Uint32Array"},t.isInt8Array=function(C){return o(C)==="Int8Array"},t.isInt16Array=function(C){return o(C)==="Int16Array"},t.isInt32Array=function(C){return o(C)==="Int32Array"},t.isFloat32Array=function(C){return o(C)==="Float32Array"},t.isFloat64Array=function(C){return o(C)==="Float64Array"},t.isBigInt64Array=function(C){return o(C)==="BigInt64Array"},t.isBigUint64Array=function(C){return o(C)==="BigUint64Array"},m.working=typeof Map!="undefined"&&m(new Map),t.isMap=function(C){return typeof Map!="undefined"&&(m.working?m(C):C instanceof Map)},_.working=typeof Set!="undefined"&&_(new Set),t.isSet=function(C){return typeof Set!="undefined"&&(_.working?_(C):C instanceof Set)},v.working=typeof WeakMap!="undefined"&&v(new WeakMap),t.isWeakMap=function(C){return typeof WeakMap!="undefined"&&(v.working?v(C):C instanceof WeakMap)},N.working=typeof WeakSet!="undefined"&&N(new WeakSet),t.isWeakSet=function(C){return N(C)},V.working=typeof ArrayBuffer!="undefined"&&V(new ArrayBuffer),t.isArrayBuffer=G,W.working=typeof ArrayBuffer!="undefined"&&typeof DataView!="undefined"&&W(new DataView(new ArrayBuffer(1),0,1)),t.isDataView=K;var Y=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:void 0;function A(C){return h(C)==="[object SharedArrayBuffer]"}function j(C){return Y!==void 0&&(A.working===void 0&&(A.working=A(new Y)),A.working?A(C):C instanceof Y)}function w(C){return y(C,B)}function Z(C){return y(C,U)}function q(C){return y(C,f)}function M(C){return c&&y(C,g)}function D(C){return d&&y(C,F)}t.isSharedArrayBuffer=j,t.isAsyncFunction=function(C){return h(C)==="[object AsyncFunction]"},t.isMapIterator=function(C){return h(C)==="[object Map Iterator]"},t.isSetIterator=function(C){return h(C)==="[object Set Iterator]"},t.isGeneratorObject=function(C){return h(C)==="[object Generator]"},t.isWebAssemblyCompiledModule=function(C){return h(C)==="[object WebAssembly.Module]"},t.isNumberObject=w,t.isStringObject=Z,t.isBooleanObject=q,t.isBigIntObject=M,t.isSymbolObject=D,t.isBoxedPrimitive=function(C){return w(C)||Z(C)||q(C)||M(C)||D(C)},t.isAnyArrayBuffer=function(C){return typeof Uint8Array!="undefined"&&(G(C)||j(C))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(C){Object.defineProperty(t,C,{enumerable:!1,value:function(){throw new Error(C+" is not supported in userland")}})})},9208:(e,t,n)=>{var r=n(9907),s=Object.getOwnPropertyDescriptors||function(D){for(var C=Object.keys(D),ee={},re=0;re<C.length;re++)ee[C[re]]=Object.getOwnPropertyDescriptor(D,C[re]);return ee},o=/%[sdj%]/g;t.format=function(D){if(!v(D)){for(var C=[],ee=0;ee<arguments.length;ee++)C.push(d(arguments[ee]));return C.join(" ")}ee=1;for(var re=arguments,ie=re.length,Fe=String(D).replace(o,function(le){if(le==="%%")return"%";if(ee>=ie)return le;switch(le){case"%s":return String(re[ee++]);case"%d":return Number(re[ee++]);case"%j":try{return JSON.stringify(re[ee++])}catch{return"[Circular]"}default:return le}}),he=re[ee];ee<ie;he=re[++ee])m(he)||!G(he)?Fe+=" "+he:Fe+=" "+d(he);return Fe},t.deprecate=function(D,C){if(r!==void 0&&r.noDeprecation===!0)return D;if(r===void 0)return function(){return t.deprecate(D,C).apply(this,arguments)};var ee=!1;return function(){if(!ee){if(r.throwDeprecation)throw new Error(C);r.traceDeprecation?console.trace(C):console.error(C),ee=!0}return D.apply(this,arguments)}};var l={},u=/^$/;if(r.env.NODE_DEBUG){var c=r.env.NODE_DEBUG;c=c.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),u=new RegExp("^"+c+"$","i")}function d(D,C){var ee={seen:[],stylize:B};return arguments.length>=3&&(ee.depth=arguments[2]),arguments.length>=4&&(ee.colors=arguments[3]),y(C)?ee.showHidden=C:C&&t._extend(ee,C),N(ee.showHidden)&&(ee.showHidden=!1),N(ee.depth)&&(ee.depth=2),N(ee.colors)&&(ee.colors=!1),N(ee.customInspect)&&(ee.customInspect=!0),ee.colors&&(ee.stylize=h),U(ee,D,ee.depth)}function h(D,C){var ee=d.styles[C];return ee?"\x1B["+d.colors[ee][0]+"m"+D+"\x1B["+d.colors[ee][1]+"m":D}function B(D,C){return D}function U(D,C,ee){if(D.customInspect&&C&&Y(C.inspect)&&C.inspect!==t.inspect&&(!C.constructor||C.constructor.prototype!==C)){var re=C.inspect(ee,D);return v(re)||(re=U(D,re,ee)),re}var ie=function(ae,H){if(N(H))return ae.stylize("undefined","undefined");if(v(H)){var Be="'"+JSON.stringify(H).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return ae.stylize(Be,"string")}return _(H)?ae.stylize(""+H,"number"):y(H)?ae.stylize(""+H,"boolean"):m(H)?ae.stylize("null","null"):void 0}(D,C);if(ie)return ie;var Fe=Object.keys(C),he=function(ae){var H={};return ae.forEach(function(Be,fe){H[Be]=!0}),H}(Fe);if(D.showHidden&&(Fe=Object.getOwnPropertyNames(C)),K(C)&&(Fe.indexOf("message")>=0||Fe.indexOf("description")>=0))return f(C);if(Fe.length===0){if(Y(C)){var le=C.name?": "+C.name:"";return D.stylize("[Function"+le+"]","special")}if(V(C))return D.stylize(RegExp.prototype.toString.call(C),"regexp");if(W(C))return D.stylize(Date.prototype.toString.call(C),"date");if(K(C))return f(C)}var de,X="",b=!1,L=["{","}"];return F(C)&&(b=!0,L=["[","]"]),Y(C)&&(X=" [Function"+(C.name?": "+C.name:"")+"]"),V(C)&&(X=" "+RegExp.prototype.toString.call(C)),W(C)&&(X=" "+Date.prototype.toUTCString.call(C)),K(C)&&(X=" "+f(C)),Fe.length!==0||b&&C.length!=0?ee<0?V(C)?D.stylize(RegExp.prototype.toString.call(C),"regexp"):D.stylize("[Object]","special"):(D.seen.push(C),de=b?function(ae,H,Be,fe,ue){for(var Re=[],me=0,Ne=H.length;me<Ne;++me)Z(H,String(me))?Re.push(g(ae,H,Be,fe,String(me),!0)):Re.push("");return ue.forEach(function(Ze){Ze.match(/^\d+$/)||Re.push(g(ae,H,Be,fe,Ze,!0))}),Re}(D,C,ee,he,Fe):Fe.map(function(ae){return g(D,C,ee,he,ae,b)}),D.seen.pop(),function(ae,H,Be){return ae.reduce(function(fe,ue){return ue.indexOf(`
113
+ `),fe+ue.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?Be[0]+(H===""?"":H+`
114
+ `)+" "+ae.join(`,
115
+ `)+" "+Be[1]:Be[0]+H+" "+ae.join(", ")+" "+Be[1]}(de,X,L)):L[0]+X+L[1]}function f(D){return"["+Error.prototype.toString.call(D)+"]"}function g(D,C,ee,re,ie,Fe){var he,le,de;if((de=Object.getOwnPropertyDescriptor(C,ie)||{value:C[ie]}).get?le=de.set?D.stylize("[Getter/Setter]","special"):D.stylize("[Getter]","special"):de.set&&(le=D.stylize("[Setter]","special")),Z(re,ie)||(he="["+ie+"]"),le||(D.seen.indexOf(de.value)<0?(le=m(ee)?U(D,de.value,null):U(D,de.value,ee-1)).indexOf(`
116
+ `)>-1&&(le=Fe?le.split(`
117
+ `).map(function(X){return" "+X}).join(`
118
+ `).slice(2):`
119
+ `+le.split(`
120
+ `).map(function(X){return" "+X}).join(`
121
+ `)):le=D.stylize("[Circular]","special")),N(he)){if(Fe&&ie.match(/^\d+$/))return le;(he=JSON.stringify(""+ie)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(he=he.slice(1,-1),he=D.stylize(he,"name")):(he=he.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),he=D.stylize(he,"string"))}return he+": "+le}function F(D){return Array.isArray(D)}function y(D){return typeof D=="boolean"}function m(D){return D===null}function _(D){return typeof D=="number"}function v(D){return typeof D=="string"}function N(D){return D===void 0}function V(D){return G(D)&&A(D)==="[object RegExp]"}function G(D){return typeof D=="object"&&D!==null}function W(D){return G(D)&&A(D)==="[object Date]"}function K(D){return G(D)&&(A(D)==="[object Error]"||D instanceof Error)}function Y(D){return typeof D=="function"}function A(D){return Object.prototype.toString.call(D)}function j(D){return D<10?"0"+D.toString(10):D.toString(10)}t.debuglog=function(D){if(D=D.toUpperCase(),!l[D])if(u.test(D)){var C=r.pid;l[D]=function(){var ee=t.format.apply(t,arguments);console.error("%s %d: %s",D,C,ee)}}else l[D]=function(){};return l[D]},t.inspect=d,d.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},d.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.types=n(1531),t.isArray=F,t.isBoolean=y,t.isNull=m,t.isNullOrUndefined=function(D){return D==null},t.isNumber=_,t.isString=v,t.isSymbol=function(D){return typeof D=="symbol"},t.isUndefined=N,t.isRegExp=V,t.types.isRegExp=V,t.isObject=G,t.isDate=W,t.types.isDate=W,t.isError=K,t.types.isNativeError=K,t.isFunction=Y,t.isPrimitive=function(D){return D===null||typeof D=="boolean"||typeof D=="number"||typeof D=="string"||typeof D=="symbol"||D===void 0},t.isBuffer=n(5272);var w=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Z(D,C){return Object.prototype.hasOwnProperty.call(D,C)}t.log=function(){var D,C;console.log("%s - %s",(C=[j((D=new Date).getHours()),j(D.getMinutes()),j(D.getSeconds())].join(":"),[D.getDate(),w[D.getMonth()],C].join(" ")),t.format.apply(t,arguments))},t.inherits=n(5615),t._extend=function(D,C){if(!C||!G(C))return D;for(var ee=Object.keys(C),re=ee.length;re--;)D[ee[re]]=C[ee[re]];return D};var q=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;function M(D,C){if(!D){var ee=new Error("Promise was rejected with a falsy value");ee.reason=D,D=ee}return C(D)}t.promisify=function(D){if(typeof D!="function")throw new TypeError('The "original" argument must be of type Function');if(q&&D[q]){var C;if(typeof(C=D[q])!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(C,q,{value:C,enumerable:!1,writable:!1,configurable:!0}),C}function C(){for(var ee,re,ie=new Promise(function(le,de){ee=le,re=de}),Fe=[],he=0;he<arguments.length;he++)Fe.push(arguments[he]);Fe.push(function(le,de){le?re(le):ee(de)});try{D.apply(this,Fe)}catch(le){re(le)}return ie}return Object.setPrototypeOf(C,Object.getPrototypeOf(D)),q&&Object.defineProperty(C,q,{value:C,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(C,s(D))},t.promisify.custom=q,t.callbackify=function(D){if(typeof D!="function")throw new TypeError('The "original" argument must be of type Function');function C(){for(var ee=[],re=0;re<arguments.length;re++)ee.push(arguments[re]);var ie=ee.pop();if(typeof ie!="function")throw new TypeError("The last argument must be of type Function");var Fe=this,he=function(){return ie.apply(Fe,arguments)};D.apply(this,ee).then(function(le){r.nextTick(he.bind(null,null,le))},function(le){r.nextTick(M.bind(null,le,he))})}return Object.setPrototypeOf(C,Object.getPrototypeOf(D)),Object.defineProperties(C,s(D)),C}},4596:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"NIL",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(t,"parse",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(t,"v1",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"v3",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"v4",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(t,"v5",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(t,"validate",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(t,"version",{enumerable:!0,get:function(){return c.default}});var r=U(n(4603)),s=U(n(9917)),o=U(n(2712)),l=U(n(3423)),u=U(n(5911)),c=U(n(4072)),d=U(n(4564)),h=U(n(6585)),B=U(n(9975));function U(f){return f&&f.__esModule?f:{default:f}}},2668:(e,t)=>{function n(d){return 14+(d+64>>>9<<4)+1}function r(d,h){const B=(65535&d)+(65535&h);return(d>>16)+(h>>16)+(B>>16)<<16|65535&B}function s(d,h,B,U,f,g){return r((F=r(r(h,d),r(U,g)))<<(y=f)|F>>>32-y,B);var F,y}function o(d,h,B,U,f,g,F){return s(h&B|~h&U,d,h,f,g,F)}function l(d,h,B,U,f,g,F){return s(h&U|B&~U,d,h,f,g,F)}function u(d,h,B,U,f,g,F){return s(h^B^U,d,h,f,g,F)}function c(d,h,B,U,f,g,F){return s(B^(h|~U),d,h,f,g,F)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default=function(d){if(typeof d=="string"){const h=unescape(encodeURIComponent(d));d=new Uint8Array(h.length);for(let B=0;B<h.length;++B)d[B]=h.charCodeAt(B)}return function(h){const B=[],U=32*h.length,f="0123456789abcdef";for(let g=0;g<U;g+=8){const F=h[g>>5]>>>g%32&255,y=parseInt(f.charAt(F>>>4&15)+f.charAt(15&F),16);B.push(y)}return B}(function(h,B){h[B>>5]|=128<<B%32,h[n(B)-1]=B;let U=1732584193,f=-271733879,g=-1732584194,F=271733878;for(let y=0;y<h.length;y+=16){const m=U,_=f,v=g,N=F;U=o(U,f,g,F,h[y],7,-680876936),F=o(F,U,f,g,h[y+1],12,-389564586),g=o(g,F,U,f,h[y+2],17,606105819),f=o(f,g,F,U,h[y+3],22,-1044525330),U=o(U,f,g,F,h[y+4],7,-176418897),F=o(F,U,f,g,h[y+5],12,1200080426),g=o(g,F,U,f,h[y+6],17,-1473231341),f=o(f,g,F,U,h[y+7],22,-45705983),U=o(U,f,g,F,h[y+8],7,1770035416),F=o(F,U,f,g,h[y+9],12,-1958414417),g=o(g,F,U,f,h[y+10],17,-42063),f=o(f,g,F,U,h[y+11],22,-1990404162),U=o(U,f,g,F,h[y+12],7,1804603682),F=o(F,U,f,g,h[y+13],12,-40341101),g=o(g,F,U,f,h[y+14],17,-1502002290),f=o(f,g,F,U,h[y+15],22,1236535329),U=l(U,f,g,F,h[y+1],5,-165796510),F=l(F,U,f,g,h[y+6],9,-1069501632),g=l(g,F,U,f,h[y+11],14,643717713),f=l(f,g,F,U,h[y],20,-373897302),U=l(U,f,g,F,h[y+5],5,-701558691),F=l(F,U,f,g,h[y+10],9,38016083),g=l(g,F,U,f,h[y+15],14,-660478335),f=l(f,g,F,U,h[y+4],20,-405537848),U=l(U,f,g,F,h[y+9],5,568446438),F=l(F,U,f,g,h[y+14],9,-1019803690),g=l(g,F,U,f,h[y+3],14,-187363961),f=l(f,g,F,U,h[y+8],20,1163531501),U=l(U,f,g,F,h[y+13],5,-1444681467),F=l(F,U,f,g,h[y+2],9,-51403784),g=l(g,F,U,f,h[y+7],14,1735328473),f=l(f,g,F,U,h[y+12],20,-1926607734),U=u(U,f,g,F,h[y+5],4,-378558),F=u(F,U,f,g,h[y+8],11,-2022574463),g=u(g,F,U,f,h[y+11],16,1839030562),f=u(f,g,F,U,h[y+14],23,-35309556),U=u(U,f,g,F,h[y+1],4,-1530992060),F=u(F,U,f,g,h[y+4],11,1272893353),g=u(g,F,U,f,h[y+7],16,-155497632),f=u(f,g,F,U,h[y+10],23,-1094730640),U=u(U,f,g,F,h[y+13],4,681279174),F=u(F,U,f,g,h[y],11,-358537222),g=u(g,F,U,f,h[y+3],16,-722521979),f=u(f,g,F,U,h[y+6],23,76029189),U=u(U,f,g,F,h[y+9],4,-640364487),F=u(F,U,f,g,h[y+12],11,-421815835),g=u(g,F,U,f,h[y+15],16,530742520),f=u(f,g,F,U,h[y+2],23,-995338651),U=c(U,f,g,F,h[y],6,-198630844),F=c(F,U,f,g,h[y+7],10,1126891415),g=c(g,F,U,f,h[y+14],15,-1416354905),f=c(f,g,F,U,h[y+5],21,-57434055),U=c(U,f,g,F,h[y+12],6,1700485571),F=c(F,U,f,g,h[y+3],10,-1894986606),g=c(g,F,U,f,h[y+10],15,-1051523),f=c(f,g,F,U,h[y+1],21,-2054922799),U=c(U,f,g,F,h[y+8],6,1873313359),F=c(F,U,f,g,h[y+15],10,-30611744),g=c(g,F,U,f,h[y+6],15,-1560198380),f=c(f,g,F,U,h[y+13],21,1309151649),U=c(U,f,g,F,h[y+4],6,-145523070),F=c(F,U,f,g,h[y+11],10,-1120210379),g=c(g,F,U,f,h[y+2],15,718787259),f=c(f,g,F,U,h[y+9],21,-343485551),U=r(U,m),f=r(f,_),g=r(g,v),F=r(F,N)}return[U,f,g,F]}(function(h){if(h.length===0)return[];const B=8*h.length,U=new Uint32Array(n(B));for(let f=0;f<B;f+=8)U[f>>5]|=(255&h[f/8])<<f%32;return U}(d),8*d.length))}},193:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={randomUUID:typeof crypto!="undefined"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};t.default=n},5911:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default="00000000-0000-0000-0000-000000000000"},9975:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,s=(r=n(4564))&&r.__esModule?r:{default:r};t.default=function(o){if(!(0,s.default)(o))throw TypeError("Invalid UUID");let l;const u=new Uint8Array(16);return u[0]=(l=parseInt(o.slice(0,8),16))>>>24,u[1]=l>>>16&255,u[2]=l>>>8&255,u[3]=255&l,u[4]=(l=parseInt(o.slice(9,13),16))>>>8,u[5]=255&l,u[6]=(l=parseInt(o.slice(14,18),16))>>>8,u[7]=255&l,u[8]=(l=parseInt(o.slice(19,23),16))>>>8,u[9]=255&l,u[10]=(l=parseInt(o.slice(24,36),16))/1099511627776&255,u[11]=l/4294967296&255,u[12]=l>>>24&255,u[13]=l>>>16&255,u[14]=l>>>8&255,u[15]=255&l,u}},6635:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i},4089:(e,t)=>{let n;Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){if(!n&&(n=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!n))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return n(r)};const r=new Uint8Array(16)},4271:(e,t)=>{function n(s,o,l,u){switch(s){case 0:return o&l^~o&u;case 1:case 3:return o^l^u;case 2:return o&l^o&u^l&u}}function r(s,o){return s<<o|s>>>32-o}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default=function(s){const o=[1518500249,1859775393,2400959708,3395469782],l=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof s=="string"){const h=unescape(encodeURIComponent(s));s=[];for(let B=0;B<h.length;++B)s.push(h.charCodeAt(B))}else Array.isArray(s)||(s=Array.prototype.slice.call(s));s.push(128);const u=s.length/4+2,c=Math.ceil(u/16),d=new Array(c);for(let h=0;h<c;++h){const B=new Uint32Array(16);for(let U=0;U<16;++U)B[U]=s[64*h+4*U]<<24|s[64*h+4*U+1]<<16|s[64*h+4*U+2]<<8|s[64*h+4*U+3];d[h]=B}d[c-1][14]=8*(s.length-1)/Math.pow(2,32),d[c-1][14]=Math.floor(d[c-1][14]),d[c-1][15]=8*(s.length-1)&4294967295;for(let h=0;h<c;++h){const B=new Uint32Array(80);for(let m=0;m<16;++m)B[m]=d[h][m];for(let m=16;m<80;++m)B[m]=r(B[m-3]^B[m-8]^B[m-14]^B[m-16],1);let U=l[0],f=l[1],g=l[2],F=l[3],y=l[4];for(let m=0;m<80;++m){const _=Math.floor(m/20),v=r(U,5)+n(_,f,g,F)+y+o[_]+B[m]>>>0;y=F,F=g,g=r(f,30)>>>0,f=U,U=v}l[0]=l[0]+U>>>0,l[1]=l[1]+f>>>0,l[2]=l[2]+g>>>0,l[3]=l[3]+F>>>0,l[4]=l[4]+y>>>0}return[l[0]>>24&255,l[0]>>16&255,l[0]>>8&255,255&l[0],l[1]>>24&255,l[1]>>16&255,l[1]>>8&255,255&l[1],l[2]>>24&255,l[2]>>16&255,l[2]>>8&255,255&l[2],l[3]>>24&255,l[3]>>16&255,l[3]>>8&255,255&l[3],l[4]>>24&255,l[4]>>16&255,l[4]>>8&255,255&l[4]]}},6585:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.unsafeStringify=l;var r,s=(r=n(4564))&&r.__esModule?r:{default:r};const o=[];for(let u=0;u<256;++u)o.push((u+256).toString(16).slice(1));function l(u,c=0){return o[u[c+0]]+o[u[c+1]]+o[u[c+2]]+o[u[c+3]]+"-"+o[u[c+4]]+o[u[c+5]]+"-"+o[u[c+6]]+o[u[c+7]]+"-"+o[u[c+8]]+o[u[c+9]]+"-"+o[u[c+10]]+o[u[c+11]]+o[u[c+12]]+o[u[c+13]]+o[u[c+14]]+o[u[c+15]]}t.default=function(u,c=0){const d=l(u,c);if(!(0,s.default)(d))throw TypeError("Stringified UUID is invalid");return d}},4603:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,s=(r=n(4089))&&r.__esModule?r:{default:r},o=n(6585);let l,u,c=0,d=0;t.default=function(h,B,U){let f=B&&U||0;const g=B||new Array(16);let F=(h=h||{}).node||l,y=h.clockseq!==void 0?h.clockseq:u;if(F==null||y==null){const G=h.random||(h.rng||s.default)();F==null&&(F=l=[1|G[0],G[1],G[2],G[3],G[4],G[5]]),y==null&&(y=u=16383&(G[6]<<8|G[7]))}let m=h.msecs!==void 0?h.msecs:Date.now(),_=h.nsecs!==void 0?h.nsecs:d+1;const v=m-c+(_-d)/1e4;if(v<0&&h.clockseq===void 0&&(y=y+1&16383),(v<0||m>c)&&h.nsecs===void 0&&(_=0),_>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");c=m,d=_,u=y,m+=122192928e5;const N=(1e4*(268435455&m)+_)%4294967296;g[f++]=N>>>24&255,g[f++]=N>>>16&255,g[f++]=N>>>8&255,g[f++]=255&N;const V=m/4294967296*1e4&268435455;g[f++]=V>>>8&255,g[f++]=255&V,g[f++]=V>>>24&15|16,g[f++]=V>>>16&255,g[f++]=y>>>8|128,g[f++]=255&y;for(let G=0;G<6;++G)g[f+G]=F[G];return B||(0,o.unsafeStringify)(g)}},9917:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(n(4782)),s=o(n(2668));function o(u){return u&&u.__esModule?u:{default:u}}var l=(0,r.default)("v3",48,s.default);t.default=l},4782:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.URL=t.DNS=void 0,t.default=function(c,d,h){function B(U,f,g,F){var y;if(typeof U=="string"&&(U=function(_){_=unescape(encodeURIComponent(_));const v=[];for(let N=0;N<_.length;++N)v.push(_.charCodeAt(N));return v}(U)),typeof f=="string"&&(f=(0,o.default)(f)),((y=f)===null||y===void 0?void 0:y.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let m=new Uint8Array(16+U.length);if(m.set(f),m.set(U,f.length),m=h(m),m[6]=15&m[6]|d,m[8]=63&m[8]|128,g){F=F||0;for(let _=0;_<16;++_)g[F+_]=m[_];return g}return(0,s.unsafeStringify)(m)}try{B.name=c}catch{}return B.DNS=l,B.URL=u,B};var r,s=n(6585),o=(r=n(9975))&&r.__esModule?r:{default:r};const l="6ba7b810-9dad-11d1-80b4-00c04fd430c8";t.DNS=l;const u="6ba7b811-9dad-11d1-80b4-00c04fd430c8";t.URL=u},2712:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=l(n(193)),s=l(n(4089)),o=n(6585);function l(u){return u&&u.__esModule?u:{default:u}}t.default=function(u,c,d){if(r.default.randomUUID&&!c&&!u)return r.default.randomUUID();const h=(u=u||{}).random||(u.rng||s.default)();if(h[6]=15&h[6]|64,h[8]=63&h[8]|128,c){d=d||0;for(let B=0;B<16;++B)c[d+B]=h[B];return c}return(0,o.unsafeStringify)(h)}},3423:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(n(4782)),s=o(n(4271));function o(u){return u&&u.__esModule?u:{default:u}}var l=(0,r.default)("v5",80,s.default);t.default=l},4564:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,s=(r=n(6635))&&r.__esModule?r:{default:r};t.default=function(o){return typeof o=="string"&&s.default.test(o)}},4072:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,s=(r=n(4564))&&r.__esModule?r:{default:r};t.default=function(o){if(!(0,s.default)(o))throw TypeError("Invalid UUID");return parseInt(o.slice(14,15),16)}},2730:(e,t,n)=>{var r=n(705),s=n(9289),o=n(8498),l=n(9818),u=n(9336),c=l("Object.prototype.toString"),d=n(1913)(),h=typeof globalThis=="undefined"?n.g:globalThis,B=s(),U=l("String.prototype.slice"),f=Object.getPrototypeOf,g=l("Array.prototype.indexOf",!0)||function(y,m){for(var _=0;_<y.length;_+=1)if(y[_]===m)return _;return-1},F={__proto__:null};r(B,d&&u&&f?function(y){var m=new h[y];if(Symbol.toStringTag in m){var _=f(m),v=u(_,Symbol.toStringTag);if(!v){var N=f(_);v=u(N,Symbol.toStringTag)}F["$"+y]=o(v.get)}}:function(y){var m=new h[y],_=m.slice||m.set;_&&(F["$"+y]=o(_))}),e.exports=function(y){if(!y||typeof y!="object")return!1;if(!d){var m=U(c(y),8,-1);return g(B,m)>-1?m:m==="Object"&&function(_){var v=!1;return r(F,function(N,V){if(!v)try{N(_),v=U(V,1)}catch{}}),v}(y)}return u?function(_){var v=!1;return r(F,function(N,V){if(!v)try{"$"+N(_)===V&&(v=U(V,1))}catch{}}),v}(y):null}},6155:(e,t,n)=>{e.exports=n(5700),e.exports.LegacyTransportStream=n(6668)},6668:(e,t,n)=>{var r=n(9208),s=n(4966).LEVEL,o=n(5700),l=e.exports=function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(o.call(this,u),!u.transport||typeof u.transport.log!="function")throw new Error("Invalid transport, must be an object with a log method.");this.transport=u.transport,this.level=this.level||u.transport.level,this.handleExceptions=this.handleExceptions||u.transport.handleExceptions,this._deprecated(),this.transport.__winstonError||(this.transport.__winstonError=function(c){this.emit("error",c,this.transport)}.bind(this),this.transport.on("error",this.transport.__winstonError))};r.inherits(l,o),l.prototype._write=function(u,c,d){if(this.silent||u.exception===!0&&!this.handleExceptions)return d(null);(!this.level||this.levels[this.level]>=this.levels[u[s]])&&this.transport.log(u[s],u.message,u,this._nop),d(null)},l.prototype._writev=function(u,c){for(var d=0;d<u.length;d++)this._accept(u[d])&&(this.transport.log(u[d].chunk[s],u[d].chunk.message,u[d].chunk,this._nop),u[d].callback());return c(null)},l.prototype._deprecated=function(){console.error([this.transport.name+" is a legacy winston transport. Consider upgrading: ","- Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md"].join(`
122
+ `))},l.prototype.close=function(){this.transport.close&&this.transport.close(),this.transport.__winstonError&&(this.transport.removeListener("error",this.transport.__winstonError),this.transport.__winstonError=null)}},5700:(e,t,n)=>{var r=n(9208),s=n(5291),o=n(4966).LEVEL,l=e.exports=function(){var u=this,c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};s.call(this,{objectMode:!0,highWaterMark:c.highWaterMark}),this.format=c.format,this.level=c.level,this.handleExceptions=c.handleExceptions,this.handleRejections=c.handleRejections,this.silent=c.silent,c.log&&(this.log=c.log),c.logv&&(this.logv=c.logv),c.close&&(this.close=c.close),this.once("pipe",function(d){u.levels=d.levels,u.parent=d}),this.once("unpipe",function(d){d===u.parent&&(u.parent=null,u.close&&u.close())})};r.inherits(l,s),l.prototype._write=function(u,c,d){if(this.silent||u.exception===!0&&!this.handleExceptions)return d(null);var h=this.level||this.parent&&this.parent.level;if(!h||this.levels[h]>=this.levels[u[o]]){if(u&&!this.format)return this.log(u,d);var B=void 0,U=void 0;try{U=this.format.transform(Object.assign({},u),this.format.options)}catch(f){B=f}if(B||!U){if(d(),B)throw B;return}return this.log(U,d)}return this._writableState.sync=!1,d(null)},l.prototype._writev=function(u,c){if(this.logv){var d=u.filter(this._accept,this);return d.length?this.logv(d,c):c(null)}for(var h=0;h<u.length;h++)if(this._accept(u[h]))if(!u[h].chunk||this.format){var B=void 0,U=void 0;try{U=this.format.transform(Object.assign({},u[h].chunk),this.format.options)}catch(f){B=f}if(B||!U){if(u[h].callback(),B)throw c(null),B}else this.log(U,u[h].callback)}else this.log(u[h].chunk,u[h].callback);return c(null)},l.prototype._accept=function(u){var c=u.chunk;if(this.silent)return!1;var d=this.level||this.parent&&this.parent.level;return!(c.exception!==!0&&d&&!(this.levels[d]>=this.levels[c[o]])||!this.handleExceptions&&c.exception===!0)},l.prototype._nop=function(){}},1127:(e,t,n)=>{const r=n(9208),{LEVEL:s}=n(4966),o=n(4927),l=e.exports=function(u={}){if(o.call(this,u),!u.transport||typeof u.transport.log!="function")throw new Error("Invalid transport, must be an object with a log method.");this.transport=u.transport,this.level=this.level||u.transport.level,this.handleExceptions=this.handleExceptions||u.transport.handleExceptions,this._deprecated(),this.transport.__winstonError||(this.transport.__winstonError=function(c){this.emit("error",c,this.transport)}.bind(this),this.transport.on("error",this.transport.__winstonError))};r.inherits(l,o),l.prototype._write=function(u,c,d){if(this.silent||u.exception===!0&&!this.handleExceptions)return d(null);(!this.level||this.levels[this.level]>=this.levels[u[s]])&&this.transport.log(u[s],u.message,u,this._nop),d(null)},l.prototype._writev=function(u,c){for(let d=0;d<u.length;d++)this._accept(u[d])&&(this.transport.log(u[d].chunk[s],u[d].chunk.message,u[d].chunk,this._nop),u[d].callback());return c(null)},l.prototype._deprecated=function(){console.error([`${this.transport.name} is a legacy winston transport. Consider upgrading: `,"- Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md"].join(`
123
+ `))},l.prototype.close=function(){this.transport.close&&this.transport.close(),this.transport.__winstonError&&(this.transport.removeListener("error",this.transport.__winstonError),this.transport.__winstonError=null)}},4927:(e,t,n)=>{const r=n(9208),s=n(5291),{LEVEL:o}=n(4966),l=e.exports=function(u={}){s.call(this,{objectMode:!0,highWaterMark:u.highWaterMark}),this.format=u.format,this.level=u.level,this.handleExceptions=u.handleExceptions,this.handleRejections=u.handleRejections,this.silent=u.silent,u.log&&(this.log=u.log),u.logv&&(this.logv=u.logv),u.close&&(this.close=u.close),this.once("pipe",c=>{this.levels=c.levels,this.parent=c}),this.once("unpipe",c=>{c===this.parent&&(this.parent=null,this.close&&this.close())})};r.inherits(l,s),l.prototype._write=function(u,c,d){if(this.silent||u.exception===!0&&!this.handleExceptions)return d(null);const h=this.level||this.parent&&this.parent.level;if(!h||this.levels[h]>=this.levels[u[o]]){if(u&&!this.format)return this.log(u,d);let B,U;try{U=this.format.transform(Object.assign({},u),this.format.options)}catch(f){B=f}if(B||!U){if(d(),B)throw B;return}return this.log(U,d)}return this._writableState.sync=!1,d(null)},l.prototype._writev=function(u,c){if(this.logv){const d=u.filter(this._accept,this);return d.length?this.logv(d,c):c(null)}for(let d=0;d<u.length;d++){if(!this._accept(u[d]))continue;if(u[d].chunk&&!this.format){this.log(u[d].chunk,u[d].callback);continue}let h,B;try{B=this.format.transform(Object.assign({},u[d].chunk),this.format.options)}catch(U){h=U}if(h||!B){if(u[d].callback(),h)throw c(null),h}else this.log(B,u[d].callback)}return c(null)},l.prototype._accept=function(u){const c=u.chunk;if(this.silent)return!1;const d=this.level||this.parent&&this.parent.level;return!(c.exception!==!0&&d&&!(this.levels[d]>=this.levels[c[o]])||!this.handleExceptions&&c.exception===!0)},l.prototype._nop=function(){}},6563:(e,t,n)=>{var r=n(8911),s=n(1735).warn;t.version=n(7241).version,t.transports=n(3307),t.config=n(9127),t.addColors=r.levels,t.format=r.format,t.createLogger=n(8727),t.Logger=n(2162),t.ExceptionHandler=n(8624),t.RejectionHandler=n(8846),t.Container=n(9456),t.Transport=n(6155),t.loggers=new t.Container;var o=t.createLogger();Object.keys(t.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(function(l){return t[l]=function(){return o[l].apply(o,arguments)}}),Object.defineProperty(t,"level",{get:function(){return o.level},set:function(l){o.level=l}}),Object.defineProperty(t,"exceptions",{get:function(){return o.exceptions}}),Object.defineProperty(t,"rejections",{get:function(){return o.rejections}}),["exitOnError"].forEach(function(l){Object.defineProperty(t,l,{get:function(){return o[l]},set:function(u){o[l]=u}})}),Object.defineProperty(t,"default",{get:function(){return{exceptionHandlers:o.exceptionHandlers,rejectionHandlers:o.rejectionHandlers,transports:o.transports}}}),s.deprecated(t,"setLevels"),s.forFunctions(t,"useFormat",["cli"]),s.forProperties(t,"useFormat",["padLevels","stripColors"]),s.forFunctions(t,"deprecated",["addRewriter","addFilter","clone","extend"]),s.forProperties(t,"deprecated",["emitErrs","levelLength"])},1735:(e,t,n)=>{var r=n(9208).format;t.warn={deprecated:function(s){return function(){throw new Error(r("{ %s } was removed in winston@3.0.0.",s))}},useFormat:function(s){return function(){throw new Error([r("{ %s } was removed in winston@3.0.0.",s),"Use a custom winston.format = winston.format(function) instead."].join(`
124
+ `))}},forFunctions:function(s,o,l){l.forEach(function(u){s[u]=t.warn[o](u)})},forProperties:function(s,o,l){l.forEach(function(u){var c=t.warn[o](u);Object.defineProperty(s,u,{get:c,set:c})})}}},9127:(e,t,n)=>{var r=n(8911),s=n(4966).configs;t.cli=r.levels(s.cli),t.npm=r.levels(s.npm),t.syslog=r.levels(s.syslog),t.addColors=r.levels},9456:(e,t,n)=>{function r(u){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},r(u)}function s(u,c){for(var d=0;d<c.length;d++){var h=c[d];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(u,o(h.key),h)}}function o(u){var c=function(d){if(r(d)!="object"||!d)return d;var h=d[Symbol.toPrimitive];if(h!==void 0){var B=h.call(d,"string");if(r(B)!="object")return B;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(d)}(u);return r(c)=="symbol"?c:c+""}var l=n(8727);e.exports=function(){return u=function d(){var h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};(function(B,U){if(!(B instanceof U))throw new TypeError("Cannot call a class as a function")})(this,d),this.loggers=new Map,this.options=h},(c=[{key:"add",value:function(d,h){var B=this;if(!this.loggers.has(d)){var U=(h=Object.assign({},h||this.options)).transports||this.options.transports;h.transports=U?Array.isArray(U)?U.slice():[U]:[];var f=l(h);f.on("close",function(){return B._delete(d)}),this.loggers.set(d,f)}return this.loggers.get(d)}},{key:"get",value:function(d,h){return this.add(d,h)}},{key:"has",value:function(d){return!!this.loggers.has(d)}},{key:"close",value:function(d){var h=this;if(d)return this._removeLogger(d);this.loggers.forEach(function(B,U){return h._removeLogger(U)})}},{key:"_removeLogger",value:function(d){this.loggers.has(d)&&(this.loggers.get(d).close(),this._delete(d))}},{key:"_delete",value:function(d){this.loggers.delete(d)}}])&&s(u.prototype,c),Object.defineProperty(u,"prototype",{writable:!1}),u;var u,c}()},8727:(e,t,n)=>{function r(U){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(U)}function s(U,f,g){return f=l(f),function(F,y){if(y&&(r(y)=="object"||typeof y=="function"))return y;if(y!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(m){if(m===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m}(F)}(U,o()?Reflect.construct(f,g||[],l(U).constructor):f.apply(U,g))}function o(){try{var U=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(o=function(){return!!U})()}function l(U){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(f){return f.__proto__||Object.getPrototypeOf(f)},l(U)}function u(U,f){return u=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(g,F){return g.__proto__=F,g},u(U,f)}var c=n(4966).LEVEL,d=n(9127),h=n(2162),B=n(7147)("winston:create-logger");e.exports=function(){var U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};U.levels=U.levels||d.npm.levels;var f=function(F){function y(_){return function(v,N){if(!(v instanceof N))throw new TypeError("Cannot call a class as a function")}(this,y),s(this,y,[_])}return function(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function");_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,writable:!0,configurable:!0}}),Object.defineProperty(_,"prototype",{writable:!1}),v&&u(_,v)}(y,F),m=y,Object.defineProperty(m,"prototype",{writable:!1}),m;var m}(h),g=new f(U);return Object.keys(U.levels).forEach(function(F){B('Define prototype method for "%s"',F),F!=="log"?(f.prototype[F]=function(){for(var y=this||g,m=arguments.length,_=new Array(m),v=0;v<m;v++)_[v]=arguments[v];if(_.length===1){var N=_[0],V=N&&N.message&&N||{message:N};return V.level=V[c]=F,y._addDefaultMeta(V),y.write(V),this||g}return _.length===0?(y.log(F,""),y):y.log.apply(y,[F].concat(_))},f.prototype[function(y){return"is"+y.charAt(0).toUpperCase()+y.slice(1)+"Enabled"}(F)]=function(){return(this||g).isLevelEnabled(F)}):console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.')}),g}},8624:(e,t,n)=>{var r=n(9907);function s(f){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(g){return typeof g}:function(g){return g&&typeof Symbol=="function"&&g.constructor===Symbol&&g!==Symbol.prototype?"symbol":typeof g},s(f)}function o(f,g){for(var F=0;F<g.length;F++){var y=g[F];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(f,l(y.key),y)}}function l(f){var g=function(F){if(s(F)!="object"||!F)return F;var y=F[Symbol.toPrimitive];if(y!==void 0){var m=y.call(F,"string");if(s(m)!="object")return m;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(F)}(f);return s(g)=="symbol"?g:g+""}var u=n(2213),c=n(5236),d=n(7147)("winston:exception"),h=n(960),B=n(5082),U=n(9422);e.exports=function(){return f=function F(y){if(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")}(this,F),!y)throw new Error("Logger is required to handle exceptions");this.logger=y,this.handlers=new Map},g=[{key:"handle",value:function(){for(var F=this,y=arguments.length,m=new Array(y),_=0;_<y;_++)m[_]=arguments[_];m.forEach(function(v){if(Array.isArray(v))return v.forEach(function(N){return F._addHandler(N)});F._addHandler(v)}),this.catcher||(this.catcher=this._uncaughtException.bind(this),r.on("uncaughtException",this.catcher))}},{key:"unhandle",value:function(){var F=this;this.catcher&&(r.removeListener("uncaughtException",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(function(y){return F.logger.unpipe(y)}))}},{key:"getAllInfo",value:function(F){var y=null;return F&&(y=typeof F=="string"?F:F.message),{error:F,level:"error",message:["uncaughtException: ".concat(y||"(no error message)"),F&&F.stack||" No stack trace"].join(`
125
+ `),stack:F&&F.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(F)}}},{key:"getProcessInfo",value:function(){return{pid:r.pid,uid:r.getuid?r.getuid():null,gid:r.getgid?r.getgid():null,cwd:r.cwd(),execPath:r.execPath,version:r.version,argv:r.argv,memoryUsage:r.memoryUsage()}}},{key:"getOsInfo",value:function(){return{loadavg:u.loadavg(),uptime:u.uptime()}}},{key:"getTrace",value:function(F){return(F?B.parse(F):B.get()).map(function(y){return{column:y.getColumnNumber(),file:y.getFileName(),function:y.getFunctionName(),line:y.getLineNumber(),method:y.getMethodName(),native:y.isNative()}})}},{key:"_addHandler",value:function(F){if(!this.handlers.has(F)){F.handleExceptions=!0;var y=new U(F);this.handlers.set(F,y),this.logger.pipe(y)}}},{key:"_uncaughtException",value:function(F){var y,m=this.getAllInfo(F),_=this._getExceptionHandlers(),v=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(F):this.logger.exitOnError;function N(){d("doExit",v),d("process._exiting",r._exiting),v&&!r._exiting&&(y&&clearTimeout(y),r.exit(1))}if(!_.length&&v&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),v=!1),!_||_.length===0)return r.nextTick(N);c(_,function(V,G){var W=h(G),K=V.transport||V;function Y(A){return function(){d(A),W()}}K._ending=!0,K.once("finish",Y("finished")),K.once("error",Y("error"))},function(){return v&&N()}),this.logger.log(m),v&&(y=setTimeout(N,3e3))}},{key:"_getExceptionHandlers",value:function(){return this.logger.transports.filter(function(F){return(F.transport||F).handleExceptions})}}],g&&o(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),f;var f,g}()},9422:(e,t,n)=>{function r(B){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},r(B)}function s(B,U){for(var f=0;f<U.length;f++){var g=U[f];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(B,o(g.key),g)}}function o(B){var U=function(f){if(r(f)!="object"||!f)return f;var g=f[Symbol.toPrimitive];if(g!==void 0){var F=g.call(f,"string");if(r(F)!="object")return F;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(f)}(B);return r(U)=="symbol"?U:U+""}function l(B,U,f){return U=c(U),function(g,F){if(F&&(r(F)=="object"||typeof F=="function"))return F;if(F!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(y){if(y===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y}(g)}(B,u()?Reflect.construct(U,f||[],c(B).constructor):U.apply(B,f))}function u(){try{var B=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(u=function(){return!!B})()}function c(B){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(U){return U.__proto__||Object.getPrototypeOf(U)},c(B)}function d(B,U){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(f,g){return f.__proto__=g,f},d(B,U)}var h=n(4156).Writable;e.exports=function(B){function U(F){var y;if(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")}(this,U),y=l(this,U,[{objectMode:!0}]),!F)throw new Error("ExceptionStream requires a TransportStream instance.");return y.handleExceptions=!0,y.transport=F,y}return function(F,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function");F.prototype=Object.create(y&&y.prototype,{constructor:{value:F,writable:!0,configurable:!0}}),Object.defineProperty(F,"prototype",{writable:!1}),y&&d(F,y)}(U,B),f=U,(g=[{key:"_write",value:function(F,y,m){return F.exception?this.transport.log(F,m):(m(),!0)}}])&&s(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),f;var f,g}(h)},2162:(e,t,n)=>{function r(w,Z,q){return(Z=l(Z))in w?Object.defineProperty(w,Z,{value:q,enumerable:!0,configurable:!0,writable:!0}):w[Z]=q,w}function s(w){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Z){return typeof Z}:function(Z){return Z&&typeof Symbol=="function"&&Z.constructor===Symbol&&Z!==Symbol.prototype?"symbol":typeof Z},s(w)}function o(w,Z){for(var q=0;q<Z.length;q++){var M=Z[q];M.enumerable=M.enumerable||!1,M.configurable=!0,"value"in M&&(M.writable=!0),Object.defineProperty(w,l(M.key),M)}}function l(w){var Z=function(q){if(s(q)!="object"||!q)return q;var M=q[Symbol.toPrimitive];if(M!==void 0){var D=M.call(q,"string");if(s(D)!="object")return D;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(q)}(w);return s(Z)=="symbol"?Z:Z+""}function u(w,Z,q){return Z=d(Z),function(M,D){if(D&&(s(D)=="object"||typeof D=="function"))return D;if(D!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(C){if(C===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C}(M)}(w,c()?Reflect.construct(Z,q||[],d(w).constructor):Z.apply(w,q))}function c(){try{var w=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(c=function(){return!!w})()}function d(w){return d=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(Z){return Z.__proto__||Object.getPrototypeOf(Z)},d(w)}function h(w,Z){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(q,M){return q.__proto__=M,q},h(w,Z)}var B=n(4156),U=B.Stream,f=B.Transform,g=n(5236),F=n(4966),y=F.LEVEL,m=F.SPLAT,_=n(6605),v=n(8624),N=n(8846),V=n(1127),G=n(2535),W=n(1735).warn,K=n(9127),Y=/%[scdjifoO%]/g,A=function(w){function Z(D){var C;return function(ee,re){if(!(ee instanceof re))throw new TypeError("Cannot call a class as a function")}(this,Z),(C=u(this,Z,[{objectMode:!0}])).configure(D),C}return function(D,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function");D.prototype=Object.create(C&&C.prototype,{constructor:{value:D,writable:!0,configurable:!0}}),Object.defineProperty(D,"prototype",{writable:!1}),C&&h(D,C)}(Z,w),q=Z,M=[{key:"child",value:function(D){var C=this;return Object.create(C,{write:{value:function(ee){var re=Object.assign({},D,ee);ee instanceof Error&&(re.stack=ee.stack,re.message=ee.message),C.write(re)}}})}},{key:"configure",value:function(){var D=this,C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ee=C.silent,re=C.format,ie=C.defaultMeta,Fe=C.levels,he=C.level,le=he===void 0?"info":he,de=C.exitOnError,X=de===void 0||de,b=C.transports,L=C.colors,ae=C.emitErrs,H=C.formatters,Be=C.padLevels,fe=C.rewriters,ue=C.stripColors,Re=C.exceptionHandlers,me=C.rejectionHandlers;if(this.transports.length&&this.clear(),this.silent=ee,this.format=re||this.format||n(2598)(),this.defaultMeta=ie||null,this.levels=Fe||this.levels||K.npm.levels,this.level=le,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new v(this),this.rejections=new N(this),this.profilers={},this.exitOnError=X,b&&(b=Array.isArray(b)?b:[b]).forEach(function(Ne){return D.add(Ne)}),L||ae||H||Be||fe||ue)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
126
+ `));Re&&this.exceptions.handle(Re),me&&this.rejections.handle(me)}},{key:"isLevelEnabled",value:function(D){var C=this,ee=j(this.levels,D);if(ee===null)return!1;var re=j(this.levels,this.level);return re!==null&&(this.transports&&this.transports.length!==0?this.transports.findIndex(function(ie){var Fe=j(C.levels,ie.level);return Fe===null&&(Fe=re),Fe>=ee})!==-1:re>=ee)}},{key:"log",value:function(D,C){for(var ee=arguments.length,re=new Array(ee>2?ee-2:0),ie=2;ie<ee;ie++)re[ie-2]=arguments[ie];if(arguments.length===1)return D[y]=D.level,this._addDefaultMeta(D),this.write(D),this;if(arguments.length===2)return C&&s(C)==="object"?(C[y]=C.level=D,this._addDefaultMeta(C),this.write(C),this):(C=r(r(r({},y,D),"level",D),"message",C),this._addDefaultMeta(C),this.write(C),this);var Fe=re[0];if(s(Fe)==="object"&&Fe!==null&&!(C&&C.match&&C.match(Y))){var he=Object.assign({},this.defaultMeta,Fe,r(r(r(r({},y,D),m,re),"level",D),"message",C));return Fe.message&&(he.message="".concat(he.message," ").concat(Fe.message)),Fe.stack&&(he.stack=Fe.stack),this.write(he),this}return this.write(Object.assign({},this.defaultMeta,r(r(r(r({},y,D),m,re),"level",D),"message",C))),this}},{key:"_transform",value:function(D,C,ee){if(this.silent)return ee();D[y]||(D[y]=D.level),this.levels[D[y]]||this.levels[D[y]]===0||console.error("[winston] Unknown logger level: %s",D[y]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",D);try{this.push(this.format.transform(D,this.format.options))}finally{this._writableState.sync=!1,ee()}}},{key:"_final",value:function(D){var C=this.transports.slice();g(C,function(ee,re){if(!ee||ee.finished)return setImmediate(re);ee.once("finish",re),ee.end()},D)}},{key:"add",value:function(D){var C=!_(D)||D.log.length>2?new V({transport:D}):D;if(!C._writableState||!C._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",C),this._onEvent("warn",C),this.pipe(C),D.handleExceptions&&this.exceptions.handle(),D.handleRejections&&this.rejections.handle(),this}},{key:"remove",value:function(D){if(!D)return this;var C=D;return(!_(D)||D.log.length>2)&&(C=this.transports.filter(function(ee){return ee.transport===D})[0]),C&&this.unpipe(C),this}},{key:"clear",value:function(){return this.unpipe(),this}},{key:"close",value:function(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}},{key:"setLevels",value:function(){W.deprecated("setLevels")}},{key:"query",value:function(D,C){typeof D=="function"&&(C=D,D={}),D=D||{};var ee={},re=Object.assign({},D.query||{});g(this.transports.filter(function(ie){return!!ie.query}),function(ie,Fe){(function(he,le){D.query&&typeof he.formatQuery=="function"&&(D.query=he.formatQuery(re)),he.query(D,function(de,X){if(de)return le(de);typeof he.formatResults=="function"&&(X=he.formatResults(X,D.format)),le(null,X)})})(ie,function(he,le){Fe&&((le=he||le)&&(ee[ie.name]=le),Fe()),Fe=null})},function(){return C(null,ee)})}},{key:"stream",value:function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},C=new U,ee=[];return C._streams=ee,C.destroy=function(){for(var re=ee.length;re--;)ee[re].destroy()},this.transports.filter(function(re){return!!re.stream}).forEach(function(re){var ie=re.stream(D);ie&&(ee.push(ie),ie.on("log",function(Fe){Fe.transport=Fe.transport||[],Fe.transport.push(re.name),C.emit("log",Fe)}),ie.on("error",function(Fe){Fe.transport=Fe.transport||[],Fe.transport.push(re.name),C.emit("error",Fe)}))}),C}},{key:"startTimer",value:function(){return new G(this)}},{key:"profile",value:function(D){var C=Date.now();if(this.profilers[D]){var ee=this.profilers[D];delete this.profilers[D];for(var re=arguments.length,ie=new Array(re>1?re-1:0),Fe=1;Fe<re;Fe++)ie[Fe-1]=arguments[Fe];typeof ie[ie.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),ie.pop());var he=s(ie[ie.length-1])==="object"?ie.pop():{};return he.level=he.level||"info",he.durationMs=C-ee,he.message=he.message||D,this.write(he)}return this.profilers[D]=C,this}},{key:"handleExceptions",value:function(){var D;console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),(D=this.exceptions).handle.apply(D,arguments)}},{key:"unhandleExceptions",value:function(){var D;console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),(D=this.exceptions).unhandle.apply(D,arguments)}},{key:"cli",value:function(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
127
+ `))}},{key:"_onEvent",value:function(D,C){C["__winston"+D]||(C["__winston"+D]=function(ee){D!=="error"||this.transports.includes(C)||this.add(C),this.emit(D,ee,C)}.bind(this),C.on(D,C["__winston"+D]))}},{key:"_addDefaultMeta",value:function(D){this.defaultMeta&&Object.assign(D,this.defaultMeta)}}],M&&o(q.prototype,M),Object.defineProperty(q,"prototype",{writable:!1}),q;var q,M}(f);function j(w,Z){var q=w[Z];return q||q===0?q:null}Object.defineProperty(A.prototype,"transports",{configurable:!1,enumerable:!0,get:function(){var w=this._readableState.pipes;return Array.isArray(w)?w:[w].filter(Boolean)}}),e.exports=A},2535:(e,t,n)=>{function r(u){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},r(u)}function s(u,c){for(var d=0;d<c.length;d++){var h=c[d];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(u,o(h.key),h)}}function o(u){var c=function(d){if(r(d)!="object"||!d)return d;var h=d[Symbol.toPrimitive];if(h!==void 0){var B=h.call(d,"string");if(r(B)!="object")return B;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(d)}(u);return r(c)=="symbol"?c:c+""}var l=function(){return u=function d(h){(function(U,f){if(!(U instanceof f))throw new TypeError("Cannot call a class as a function")})(this,d);var B=n(2162);if(r(h)!=="object"||Array.isArray(h)||!(h instanceof B))throw new Error("Logger is required for profiling");this.logger=h,this.start=Date.now()},c=[{key:"done",value:function(){for(var d=arguments.length,h=new Array(d),B=0;B<d;B++)h[B]=arguments[B];typeof h[h.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),h.pop());var U=r(h[h.length-1])==="object"?h.pop():{};return U.level=U.level||"info",U.durationMs=Date.now()-this.start,this.logger.write(U)}}],c&&s(u.prototype,c),Object.defineProperty(u,"prototype",{writable:!1}),u;var u,c}();e.exports=l},8846:(e,t,n)=>{var r=n(9907);function s(f){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(g){return typeof g}:function(g){return g&&typeof Symbol=="function"&&g.constructor===Symbol&&g!==Symbol.prototype?"symbol":typeof g},s(f)}function o(f,g){for(var F=0;F<g.length;F++){var y=g[F];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(f,l(y.key),y)}}function l(f){var g=function(F){if(s(F)!="object"||!F)return F;var y=F[Symbol.toPrimitive];if(y!==void 0){var m=y.call(F,"string");if(s(m)!="object")return m;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(F)}(f);return s(g)=="symbol"?g:g+""}var u=n(2213),c=n(5236),d=n(7147)("winston:rejection"),h=n(960),B=n(5082),U=n(888);e.exports=function(){return f=function F(y){if(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")}(this,F),!y)throw new Error("Logger is required to handle rejections");this.logger=y,this.handlers=new Map},g=[{key:"handle",value:function(){for(var F=this,y=arguments.length,m=new Array(y),_=0;_<y;_++)m[_]=arguments[_];m.forEach(function(v){if(Array.isArray(v))return v.forEach(function(N){return F._addHandler(N)});F._addHandler(v)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),r.on("unhandledRejection",this.catcher))}},{key:"unhandle",value:function(){var F=this;this.catcher&&(r.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(function(y){return F.logger.unpipe(y)}))}},{key:"getAllInfo",value:function(F){var y=null;return F&&(y=typeof F=="string"?F:F.message),{error:F,level:"error",message:["unhandledRejection: ".concat(y||"(no error message)"),F&&F.stack||" No stack trace"].join(`
128
+ `),stack:F&&F.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(F)}}},{key:"getProcessInfo",value:function(){return{pid:r.pid,uid:r.getuid?r.getuid():null,gid:r.getgid?r.getgid():null,cwd:r.cwd(),execPath:r.execPath,version:r.version,argv:r.argv,memoryUsage:r.memoryUsage()}}},{key:"getOsInfo",value:function(){return{loadavg:u.loadavg(),uptime:u.uptime()}}},{key:"getTrace",value:function(F){return(F?B.parse(F):B.get()).map(function(y){return{column:y.getColumnNumber(),file:y.getFileName(),function:y.getFunctionName(),line:y.getLineNumber(),method:y.getMethodName(),native:y.isNative()}})}},{key:"_addHandler",value:function(F){if(!this.handlers.has(F)){F.handleRejections=!0;var y=new U(F);this.handlers.set(F,y),this.logger.pipe(y)}}},{key:"_unhandledRejection",value:function(F){var y,m=this.getAllInfo(F),_=this._getRejectionHandlers(),v=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(F):this.logger.exitOnError;function N(){d("doExit",v),d("process._exiting",r._exiting),v&&!r._exiting&&(y&&clearTimeout(y),r.exit(1))}if(!_.length&&v&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),v=!1),!_||_.length===0)return r.nextTick(N);c(_,function(V,G){var W=h(G),K=V.transport||V;function Y(A){return function(){d(A),W()}}K._ending=!0,K.once("finish",Y("finished")),K.once("error",Y("error"))},function(){return v&&N()}),this.logger.log(m),v&&(y=setTimeout(N,3e3))}},{key:"_getRejectionHandlers",value:function(){return this.logger.transports.filter(function(F){return(F.transport||F).handleRejections})}}],g&&o(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),f;var f,g}()},888:(e,t,n)=>{function r(B){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},r(B)}function s(B,U){for(var f=0;f<U.length;f++){var g=U[f];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(B,o(g.key),g)}}function o(B){var U=function(f){if(r(f)!="object"||!f)return f;var g=f[Symbol.toPrimitive];if(g!==void 0){var F=g.call(f,"string");if(r(F)!="object")return F;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(f)}(B);return r(U)=="symbol"?U:U+""}function l(B,U,f){return U=c(U),function(g,F){if(F&&(r(F)=="object"||typeof F=="function"))return F;if(F!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(y){if(y===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y}(g)}(B,u()?Reflect.construct(U,f||[],c(B).constructor):U.apply(B,f))}function u(){try{var B=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(u=function(){return!!B})()}function c(B){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(U){return U.__proto__||Object.getPrototypeOf(U)},c(B)}function d(B,U){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(f,g){return f.__proto__=g,f},d(B,U)}var h=n(4156).Writable;e.exports=function(B){function U(F){var y;if(function(m,_){if(!(m instanceof _))throw new TypeError("Cannot call a class as a function")}(this,U),y=l(this,U,[{objectMode:!0}]),!F)throw new Error("RejectionStream requires a TransportStream instance.");return y.handleRejections=!0,y.transport=F,y}return function(F,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function");F.prototype=Object.create(y&&y.prototype,{constructor:{value:F,writable:!0,configurable:!0}}),Object.defineProperty(F,"prototype",{writable:!1}),y&&d(F,y)}(U,B),f=U,(g=[{key:"_write",value:function(F,y,m){return F.rejection?this.transport.log(F,m):(m(),!0)}}])&&s(f.prototype,g),Object.defineProperty(f,"prototype",{writable:!1}),f;var f,g}(h)},2879:(e,t,n)=>{var r=n(1048).Buffer,s=n(2627),o=n(8888).StringDecoder,l=n(4156).Stream;function u(){}e.exports=function(c,d){var h=r.alloc(65536),B=new o("utf8"),U=new l,f="",g=0,F=0;return c.start===-1&&delete c.start,U.readable=!0,U.destroy=function(){U.destroyed=!0,U.emit("end"),U.emit("close")},s.open(c.file,"a+","0644",function(y,m){if(y)return d?d(y):U.emit("error",y),void U.destroy();(function _(){if(!U.destroyed)return s.read(m,h,0,h.length,g,function(v,N){if(v)return d?d(v):U.emit("error",v),void U.destroy();if(!N)return f&&((c.start==null||F>c.start)&&(d?d(null,f):U.emit("line",f)),F++,f=""),setTimeout(_,1e3);var V=B.write(h.slice(0,N));d||U.emit("data",V);for(var G=(V=(f+V).split(/\n+/)).length-1,W=0;W<G;W++)(c.start==null||F>c.start)&&(d?d(null,V[W]):U.emit("line",V[W])),F++;return f=V[G],g+=N,_()});s.close(m,u)})()}),d?U.destroy:U}},810:(e,t,n)=>{function r(F){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(y){return typeof y}:function(y){return y&&typeof Symbol=="function"&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},r(F)}function s(F,y){for(var m=0;m<y.length;m++){var _=y[m];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(F,o(_.key),_)}}function o(F){var y=function(m){if(r(m)!="object"||!m)return m;var _=m[Symbol.toPrimitive];if(_!==void 0){var v=_.call(m,"string");if(r(v)!="object")return v;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(m)}(F);return r(y)=="symbol"?y:y+""}function l(F,y,m){return y=c(y),function(_,v){if(v&&(r(v)=="object"||typeof v=="function"))return v;if(v!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(N){if(N===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return N}(_)}(F,u()?Reflect.construct(y,m||[],c(F).constructor):y.apply(F,m))}function u(){try{var F=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(u=function(){return!!F})()}function c(F){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(y){return y.__proto__||Object.getPrototypeOf(y)},c(F)}function d(F,y){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(m,_){return m.__proto__=_,m},d(F,y)}var h=n(2213),B=n(4966),U=B.LEVEL,f=B.MESSAGE,g=n(6155);e.exports=function(F){function y(){var v,N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return function(V,G){if(!(V instanceof G))throw new TypeError("Cannot call a class as a function")}(this,y),(v=l(this,y,[N])).name=N.name||"console",v.stderrLevels=v._stringArrayToSet(N.stderrLevels),v.consoleWarnLevels=v._stringArrayToSet(N.consoleWarnLevels),v.eol=typeof N.eol=="string"?N.eol:h.EOL,v.forceConsole=N.forceConsole||!1,v._consoleLog=console.log.bind(console),v._consoleWarn=console.warn.bind(console),v._consoleError=console.error.bind(console),v.setMaxListeners(30),v}return function(v,N){if(typeof N!="function"&&N!==null)throw new TypeError("Super expression must either be null or a function");v.prototype=Object.create(N&&N.prototype,{constructor:{value:v,writable:!0,configurable:!0}}),Object.defineProperty(v,"prototype",{writable:!1}),N&&d(v,N)}(y,F),m=y,(_=[{key:"log",value:function(v,N){var V=this;return setImmediate(function(){return V.emit("logged",v)}),this.stderrLevels[v[U]]?(console._stderr&&!this.forceConsole?console._stderr.write("".concat(v[f]).concat(this.eol)):this._consoleError(v[f]),void(N&&N())):this.consoleWarnLevels[v[U]]?(console._stderr&&!this.forceConsole?console._stderr.write("".concat(v[f]).concat(this.eol)):this._consoleWarn(v[f]),void(N&&N())):(console._stdout&&!this.forceConsole?console._stdout.write("".concat(v[f]).concat(this.eol)):this._consoleLog(v[f]),void(N&&N()))}},{key:"_stringArrayToSet",value:function(v,N){if(!v)return{};if(N=N||"Cannot make set from type other than Array of string elements",!Array.isArray(v))throw new Error(N);return v.reduce(function(V,G){if(typeof G!="string")throw new Error(N);return V[G]=!0,V},{})}}])&&s(m.prototype,_),Object.defineProperty(m,"prototype",{writable:!1}),m;var m,_}(g)},3329:(e,t,n)=>{var r=n(1048).Buffer;function s(W){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(K){return typeof K}:function(K){return K&&typeof Symbol=="function"&&K.constructor===Symbol&&K!==Symbol.prototype?"symbol":typeof K},s(W)}function o(W,K){for(var Y=0;Y<K.length;Y++){var A=K[Y];A.enumerable=A.enumerable||!1,A.configurable=!0,"value"in A&&(A.writable=!0),Object.defineProperty(W,l(A.key),A)}}function l(W){var K=function(Y){if(s(Y)!="object"||!Y)return Y;var A=Y[Symbol.toPrimitive];if(A!==void 0){var j=A.call(Y,"string");if(s(j)!="object")return j;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(Y)}(W);return s(K)=="symbol"?K:K+""}function u(W,K,Y){return K=d(K),function(A,j){if(j&&(s(j)=="object"||typeof j=="function"))return j;if(j!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(w){if(w===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w}(A)}(W,c()?Reflect.construct(K,Y||[],d(W).constructor):K.apply(W,Y))}function c(){try{var W=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(c=function(){return!!W})()}function d(W){return d=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(K){return K.__proto__||Object.getPrototypeOf(K)},d(W)}function h(W,K){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Y,A){return Y.__proto__=A,Y},h(W,K)}var B=n(9256),U=n(8558),f=n(481),g=n(7946),F=n(4966).MESSAGE,y=n(4156),m=y.Stream,_=y.PassThrough,v=n(6155),N=n(7147)("winston:file"),V=n(2213),G=n(2879);e.exports=function(W){function K(){var j,w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};function Z(q){for(var M=arguments.length,D=new Array(M>1?M-1:0),C=1;C<M;C++)D[C-1]=arguments[C];D.slice(1).forEach(function(ee){if(w[ee])throw new Error("Cannot set ".concat(ee," and ").concat(q," together"))})}if(function(q,M){if(!(q instanceof M))throw new TypeError("Cannot call a class as a function")}(this,K),(j=u(this,K,[w])).name=w.name||"file",j._stream=new _,j._stream.setMaxListeners(30),j._onError=j._onError.bind(j),w.filename||w.dirname)Z("filename or dirname","stream"),j._basename=j.filename=w.filename?U.basename(w.filename):"winston.log",j.dirname=w.dirname||U.dirname(w.filename),j.options=w.options||{flags:"a"};else{if(!w.stream)throw new Error("Cannot log to file without filename or stream.");console.warn("options.stream will be removed in winston@4. Use winston.transports.Stream"),Z("stream","filename","maxsize"),j._dest=j._stream.pipe(j._setupStream(w.stream)),j.dirname=U.dirname(j._dest.path)}return j.maxsize=w.maxsize||null,j.rotationFormat=w.rotationFormat||!1,j.zippedArchive=w.zippedArchive||!1,j.maxFiles=w.maxFiles||null,j.eol=typeof w.eol=="string"?w.eol:V.EOL,j.tailable=w.tailable||!1,j.lazy=w.lazy||!1,j._size=0,j._pendingSize=0,j._created=0,j._drain=!1,j._opening=!1,j._ending=!1,j._fileExist=!1,j.dirname&&j._createLogDirIfNotExist(j.dirname),j.lazy||j.open(),j}return function(j,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function");j.prototype=Object.create(w&&w.prototype,{constructor:{value:j,writable:!0,configurable:!0}}),Object.defineProperty(j,"prototype",{writable:!1}),w&&h(j,w)}(K,W),Y=K,A=[{key:"finishIfEnding",value:function(){var j=this;this._ending&&(this._opening?this.once("open",function(){j._stream.once("finish",function(){return j.emit("finish")}),setImmediate(function(){return j._stream.end()})}):(this._stream.once("finish",function(){return j.emit("finish")}),setImmediate(function(){return j._stream.end()})))}},{key:"log",value:function(j){var w=this,Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){};if(this.silent)return Z(),!0;if(this._drain)this._stream.once("drain",function(){w._drain=!1,w.log(j,Z)});else{if(!this._rotate){if(this.lazy){if(!this._fileExist)return this._opening||this.open(),void this.once("open",function(){w._fileExist=!0,w.log(j,Z)});if(this._needsNewFile(this._pendingSize))return void this._dest.once("close",function(){w._opening||w.open(),w.once("open",function(){w.log(j,Z)})})}var q="".concat(j[F]).concat(this.eol),M=r.byteLength(q);this._pendingSize+=M,this._opening&&!this.rotatedWhileOpening&&this._needsNewFile(this._size+this._pendingSize)&&(this.rotatedWhileOpening=!0);var D=this._stream.write(q,function(){var C=this;this._size+=M,this._pendingSize-=M,N("logged %s %s",this._size,q),this.emit("logged",j),this._rotate||this._opening||this._needsNewFile()&&(this.lazy?this._endStream(function(){C.emit("fileclosed")}):(this._rotate=!0,this._endStream(function(){return C._rotateFile()})))}.bind(this));return D?Z():(this._drain=!0,this._stream.once("drain",function(){w._drain=!1,Z()})),N("written",D,this._drain),this.finishIfEnding(),D}this._stream.once("rotate",function(){w._rotate=!1,w.log(j,Z)})}}},{key:"query",value:function(j,w){typeof j=="function"&&(w=j,j={}),j=function(re){return(re=re||{}).rows=re.rows||re.limit||10,re.start=re.start||0,re.until=re.until||new Date,s(re.until)!=="object"&&(re.until=new Date(re.until)),re.from=re.from||re.until-864e5,s(re.from)!=="object"&&(re.from=new Date(re.from)),re.order=re.order||"desc",re}(j);var Z=U.join(this.dirname,this.filename),q="",M=[],D=0,C=B.createReadStream(Z,{encoding:"utf8"});function ee(re,ie){try{var Fe=JSON.parse(re);(function(he){if(he&&s(he)==="object"){var le=new Date(he.timestamp);if(!(j.from&&le<j.from||j.until&&le>j.until||j.level&&j.level!==he.level))return!0}})(Fe)&&function(he){j.rows&&M.length>=j.rows&&j.order!=="desc"?C.readable&&C.destroy():(j.fields&&(he=j.fields.reduce(function(le,de){return le[de]=he[de],le},{})),j.order==="desc"&&M.length>=j.rows&&M.shift(),M.push(he))}(Fe)}catch(he){ie||C.emit("error",he)}}C.on("error",function(re){if(C.readable&&C.destroy(),w)return re.code!=="ENOENT"?w(re):w(null,M)}),C.on("data",function(re){for(var ie=(re=(q+re).split(/\n+/)).length-1,Fe=0;Fe<ie;Fe++)(!j.start||D>=j.start)&&ee(re[Fe]),D++;q=re[ie]}),C.on("close",function(){q&&ee(q,!0),j.order==="desc"&&(M=M.reverse()),w&&w(null,M)})}},{key:"stream",value:function(){var j=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},w=U.join(this.dirname,this.filename),Z=new m,q={file:w,start:j.start};return Z.destroy=G(q,function(M,D){if(M)return Z.emit("error",M);try{Z.emit("data",D),D=JSON.parse(D),Z.emit("log",D)}catch(C){Z.emit("error",C)}}),Z}},{key:"open",value:function(){var j=this;this.filename&&(this._opening||(this._opening=!0,this.stat(function(w,Z){if(w)return j.emit("error",w);N("stat done: %s { size: %s }",j.filename,Z),j._size=Z,j._dest=j._createStream(j._stream),j._opening=!1,j.once("open",function(){j._stream.emit("rotate")||(j._rotate=!1)})})))}},{key:"stat",value:function(j){var w=this,Z=this._getFile(),q=U.join(this.dirname,Z);B.stat(q,function(M,D){return M&&M.code==="ENOENT"?(N("ENOENT ok",q),w.filename=Z,j(null,0)):M?(N("err ".concat(M.code," ").concat(q)),j(M)):!D||w._needsNewFile(D.size)?w._incFile(function(){return w.stat(j)}):(w.filename=Z,void j(null,D.size))})}},{key:"close",value:function(j){var w=this;this._stream&&this._stream.end(function(){j&&j(),w.emit("flush"),w.emit("closed")})}},{key:"_needsNewFile",value:function(j){return j=j||this._size,this.maxsize&&j>=this.maxsize}},{key:"_onError",value:function(j){this.emit("error",j)}},{key:"_setupStream",value:function(j){return j.on("error",this._onError),j}},{key:"_cleanupStream",value:function(j){return j.removeListener("error",this._onError),j.destroy(),j}},{key:"_rotateFile",value:function(){var j=this;this._incFile(function(){return j.open()})}},{key:"_endStream",value:function(){var j=this,w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:function(){};this._dest?(this._stream.unpipe(this._dest),this._dest.end(function(){j._cleanupStream(j._dest),w()})):w()}},{key:"_createStream",value:function(j){var w=this,Z=U.join(this.dirname,this.filename);N("create stream start",Z,this.options);var q=B.createWriteStream(Z,this.options).on("error",function(M){return N(M)}).on("close",function(){return N("close",q.path,q.bytesWritten)}).on("open",function(){N("file open ok",Z),w.emit("open",Z),j.pipe(q),w.rotatedWhileOpening&&(w._stream=new _,w._stream.setMaxListeners(30),w._rotateFile(),w.rotatedWhileOpening=!1,w._cleanupStream(q),j.end())});return N("create stream ok",Z),q}},{key:"_incFile",value:function(j){N("_incFile",this.filename);var w=U.extname(this._basename),Z=U.basename(this._basename,w),q=[];this.zippedArchive&&q.push(function(M){var D=this._created>0&&!this.tailable?this._created:"";this._compressFile(U.join(this.dirname,"".concat(Z).concat(D).concat(w)),U.join(this.dirname,"".concat(Z).concat(D).concat(w,".gz")),M)}.bind(this)),q.push(function(M){this.tailable?this._checkMaxFilesTailable(w,Z,M):(this._created+=1,this._checkMaxFilesIncrementing(w,Z,M))}.bind(this)),f(q,j)}},{key:"_getFile",value:function(){var j=U.extname(this._basename),w=U.basename(this._basename,j),Z=this.rotationFormat?this.rotationFormat():this._created;return!this.tailable&&this._created?"".concat(w).concat(Z).concat(j):"".concat(w).concat(j)}},{key:"_checkMaxFilesIncrementing",value:function(j,w,Z){if(!this.maxFiles||this._created<this.maxFiles)return setImmediate(Z);var q=this._created-this.maxFiles,M=q!==0?q:"",D=this.zippedArchive?".gz":"",C="".concat(w).concat(M).concat(j).concat(D),ee=U.join(this.dirname,C);B.unlink(ee,Z)}},{key:"_checkMaxFilesTailable",value:function(j,w,Z){var q=this,M=[];if(this.maxFiles){for(var D=this.zippedArchive?".gz":"",C=this.maxFiles-1;C>1;C--)M.push(function(ee,re){var ie=this,Fe="".concat(w).concat(ee-1).concat(j).concat(D),he=U.join(this.dirname,Fe);B.exists(he,function(le){if(!le)return re(null);Fe="".concat(w).concat(ee).concat(j).concat(D),B.rename(he,U.join(ie.dirname,Fe),re)})}.bind(this,C));f(M,function(){B.rename(U.join(q.dirname,"".concat(w).concat(j).concat(D)),U.join(q.dirname,"".concat(w,"1").concat(j).concat(D)),Z)})}}},{key:"_compressFile",value:function(j,w,Z){B.access(j,B.F_OK,function(q){if(q)return Z();var M=g.createGzip(),D=B.createReadStream(j),C=B.createWriteStream(w);C.on("finish",function(){B.unlink(j,Z)}),D.pipe(M).pipe(C)})}},{key:"_createLogDirIfNotExist",value:function(j){B.existsSync(j)||B.mkdirSync(j,{recursive:!0})}}],A&&o(Y.prototype,A),Object.defineProperty(Y,"prototype",{writable:!1}),Y;var Y,A}(v)},7543:(e,t,n)=>{var r=n(1048).Buffer;function s(v){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(N){return typeof N}:function(N){return N&&typeof Symbol=="function"&&N.constructor===Symbol&&N!==Symbol.prototype?"symbol":typeof N},s(v)}function o(v,N){var V=Object.keys(v);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(v);N&&(G=G.filter(function(W){return Object.getOwnPropertyDescriptor(v,W).enumerable})),V.push.apply(V,G)}return V}function l(v){for(var N=1;N<arguments.length;N++){var V=arguments[N]!=null?arguments[N]:{};N%2?o(Object(V),!0).forEach(function(G){u(v,G,V[G])}):Object.getOwnPropertyDescriptors?Object.defineProperties(v,Object.getOwnPropertyDescriptors(V)):o(Object(V)).forEach(function(G){Object.defineProperty(v,G,Object.getOwnPropertyDescriptor(V,G))})}return v}function u(v,N,V){return(N=d(N))in v?Object.defineProperty(v,N,{value:V,enumerable:!0,configurable:!0,writable:!0}):v[N]=V,v}function c(v,N){for(var V=0;V<N.length;V++){var G=N[V];G.enumerable=G.enumerable||!1,G.configurable=!0,"value"in G&&(G.writable=!0),Object.defineProperty(v,d(G.key),G)}}function d(v){var N=function(V){if(s(V)!="object"||!V)return V;var G=V[Symbol.toPrimitive];if(G!==void 0){var W=G.call(V,"string");if(s(W)!="object")return W;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(V)}(v);return s(N)=="symbol"?N:N+""}function h(v,N,V){return N=U(N),function(G,W){if(W&&(s(W)=="object"||typeof W=="function"))return W;if(W!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(K){if(K===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return K}(G)}(v,B()?Reflect.construct(N,V||[],U(v).constructor):N.apply(v,V))}function B(){try{var v=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(B=function(){return!!v})()}function U(v){return U=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(N){return N.__proto__||Object.getPrototypeOf(N)},U(v)}function f(v,N){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(V,G){return V.__proto__=G,V},f(v,N)}var g=n(4865),F=n(7500),y=n(4156).Stream,m=n(6155),_=n(1145).configure;e.exports=function(v){function N(){var W,K=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return function(Y,A){if(!(Y instanceof A))throw new TypeError("Cannot call a class as a function")}(this,N),(W=h(this,N,[K])).options=K,W.name=K.name||"http",W.ssl=!!K.ssl,W.host=K.host||"localhost",W.port=K.port,W.auth=K.auth,W.path=K.path||"",W.maximumDepth=K.maximumDepth,W.agent=K.agent,W.headers=K.headers||{},W.headers["content-type"]="application/json",W.batch=K.batch||!1,W.batchInterval=K.batchInterval||5e3,W.batchCount=K.batchCount||10,W.batchOptions=[],W.batchTimeoutID=-1,W.batchCallback={},W.port||(W.port=W.ssl?443:80),W}return function(W,K){if(typeof K!="function"&&K!==null)throw new TypeError("Super expression must either be null or a function");W.prototype=Object.create(K&&K.prototype,{constructor:{value:W,writable:!0,configurable:!0}}),Object.defineProperty(W,"prototype",{writable:!1}),K&&f(W,K)}(N,v),V=N,G=[{key:"log",value:function(W,K){var Y=this;this._request(W,null,null,function(A,j){j&&j.statusCode!==200&&(A=new Error("Invalid HTTP Status Code: ".concat(j.statusCode))),A?Y.emit("warn",A):Y.emit("logged",W)}),K&&setImmediate(K)}},{key:"query",value:function(W,K){typeof W=="function"&&(K=W,W={});var Y=(W={method:"query",params:this.normalizeQuery(W)}).params.auth||null;delete W.params.auth;var A=W.params.path||null;delete W.params.path,this._request(W,Y,A,function(j,w,Z){if(w&&w.statusCode!==200&&(j=new Error("Invalid HTTP Status Code: ".concat(w.statusCode))),j)return K(j);if(typeof Z=="string")try{Z=JSON.parse(Z)}catch(q){return K(q)}K(null,Z)})}},{key:"stream",value:function(){var W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},K=new y,Y=(W={method:"stream",params:W}).params.path||null;delete W.params.path;var A=W.params.auth||null;delete W.params.auth;var j="",w=this._request(W,A,Y);return K.destroy=function(){return w.destroy()},w.on("data",function(Z){for(var q=(Z=(j+Z).split(/\n+/)).length-1,M=0;M<q;M++)try{K.emit("log",JSON.parse(Z[M]))}catch(D){K.emit("error",D)}j=Z[q]}),w.on("error",function(Z){return K.emit("error",Z)}),K}},{key:"_request",value:function(W,K,Y,A){W=W||{},K=K||this.auth,Y=Y||this.path||"",this.batch?this._doBatch(W,A,K,Y):this._doRequest(W,A,K,Y)}},{key:"_doBatch",value:function(W,K,Y,A){if(this.batchOptions.push(W),this.batchOptions.length===1){var j=this;this.batchCallback=K,this.batchTimeoutID=setTimeout(function(){j.batchTimeoutID=-1,j._doBatchRequest(j.batchCallback,Y,A)},this.batchInterval)}this.batchOptions.length===this.batchCount&&this._doBatchRequest(this.batchCallback,Y,A)}},{key:"_doBatchRequest",value:function(W,K,Y){this.batchTimeoutID>0&&(clearTimeout(this.batchTimeoutID),this.batchTimeoutID=-1);var A=this.batchOptions.slice();this.batchOptions=[],this._doRequest(A,W,K,Y)}},{key:"_doRequest",value:function(W,K,Y,A){var j=Object.assign({},this.headers);Y&&Y.bearer&&(j.Authorization="Bearer ".concat(Y.bearer));var w=(this.ssl?F:g).request(l(l({},this.options),{},{method:"POST",host:this.host,port:this.port,path:"/".concat(A.replace(/^\//,"")),headers:j,auth:Y&&Y.username&&Y.password?"".concat(Y.username,":").concat(Y.password):"",agent:this.agent}));w.on("error",K),w.on("response",function(q){return q.on("end",function(){return K(null,q)}).resume()});var Z=_(l({},this.maximumDepth&&{maximumDepth:this.maximumDepth}));w.end(r.from(Z(W,this.options.replacer),"utf8"))}}],G&&c(V.prototype,G),Object.defineProperty(V,"prototype",{writable:!1}),V;var V,G}(m)},3307:(e,t,n)=>{Object.defineProperty(t,"Console",{configurable:!0,enumerable:!0,get:function(){return n(810)}}),Object.defineProperty(t,"File",{configurable:!0,enumerable:!0,get:function(){return n(3329)}}),Object.defineProperty(t,"Http",{configurable:!0,enumerable:!0,get:function(){return n(7543)}}),Object.defineProperty(t,"Stream",{configurable:!0,enumerable:!0,get:function(){return n(1292)}})},1292:(e,t,n)=>{function r(g){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(F){return typeof F}:function(F){return F&&typeof Symbol=="function"&&F.constructor===Symbol&&F!==Symbol.prototype?"symbol":typeof F},r(g)}function s(g,F){for(var y=0;y<F.length;y++){var m=F[y];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,o(m.key),m)}}function o(g){var F=function(y){if(r(y)!="object"||!y)return y;var m=y[Symbol.toPrimitive];if(m!==void 0){var _=m.call(y,"string");if(r(_)!="object")return _;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(y)}(g);return r(F)=="symbol"?F:F+""}function l(g,F,y){return F=c(F),function(m,_){if(_&&(r(_)=="object"||typeof _=="function"))return _;if(_!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(v){if(v===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v}(m)}(g,u()?Reflect.construct(F,y||[],c(g).constructor):F.apply(g,y))}function u(){try{var g=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(u=function(){return!!g})()}function c(g){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(F){return F.__proto__||Object.getPrototypeOf(F)},c(g)}function d(g,F){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(y,m){return y.__proto__=m,y},d(g,F)}var h=n(6605),B=n(4966).MESSAGE,U=n(2213),f=n(6155);e.exports=function(g){function F(){var _,v=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(function(N,V){if(!(N instanceof V))throw new TypeError("Cannot call a class as a function")}(this,F),_=l(this,F,[v]),!v.stream||!h(v.stream))throw new Error("options.stream is required.");return _._stream=v.stream,_._stream.setMaxListeners(1/0),_.isObjectMode=v.stream._writableState.objectMode,_.eol=typeof v.eol=="string"?v.eol:U.EOL,_}return function(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function");_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,writable:!0,configurable:!0}}),Object.defineProperty(_,"prototype",{writable:!1}),v&&d(_,v)}(F,g),y=F,(m=[{key:"log",value:function(_,v){var N=this;if(setImmediate(function(){return N.emit("logged",_)}),this.isObjectMode)return this._stream.write(_),void(v&&v());this._stream.write("".concat(_[B]).concat(this.eol)),v&&v()}}])&&s(y.prototype,m),Object.defineProperty(y,"prototype",{writable:!1}),y;var y,m}(f)},3227:e=>{e.exports=function(){for(var n={},r=0;r<arguments.length;r++){var s=arguments[r];for(var o in s)t.call(s,o)&&(n[o]=s[o])}return n};var t=Object.prototype.hasOwnProperty},3804:(e,t,n)=>{const r={};r.web=n(5949),n(8052);const s={v1:{}};s.v1.signaling={},s.v1.signaling.api=n(4620),s.v1.signaling.api.SignalingClient=function(g,F,y){y||(y={}),y.format="text",this.client_=new r.web.GrpcWebClientBase(y),this.hostname_=g.replace(/\/+$/,"")},s.v1.signaling.api.SignalingPromiseClient=function(g,F,y){y||(y={}),y.format="text",this.client_=new r.web.GrpcWebClientBase(y),this.hostname_=g.replace(/\/+$/,"")};const o=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/GetHealth",r.web.MethodType.UNARY,s.v1.signaling.api.GetHealthRequest,s.v1.signaling.api.GetHealthResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.GetHealthResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.getHealth=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/GetHealth",g,F||{},o,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.getHealth=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/GetHealth",g,F||{},o)};const l=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/CreatePeer",r.web.MethodType.UNARY,s.v1.signaling.api.CreatePeerRequest,s.v1.signaling.api.CreatePeerResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.CreatePeerResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.createPeer=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/CreatePeer",g,F||{},l,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.createPeer=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/CreatePeer",g,F||{},l)};const u=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/DeletePeer",r.web.MethodType.UNARY,s.v1.signaling.api.DeletePeerRequest,s.v1.signaling.api.DeletePeerResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.DeletePeerResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.deletePeer=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/DeletePeer",g,F||{},u,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.deletePeer=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/DeletePeer",g,F||{},u)};const c=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/RefreshPeer",r.web.MethodType.UNARY,s.v1.signaling.api.RefreshPeerRequest,s.v1.signaling.api.RefreshPeerResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.RefreshPeerResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.refreshPeer=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/RefreshPeer",g,F||{},c,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.refreshPeer=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/RefreshPeer",g,F||{},c)};const d=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/GetPeers",r.web.MethodType.UNARY,s.v1.signaling.api.GetPeersRequest,s.v1.signaling.api.GetPeersResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.GetPeersResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.getPeers=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/GetPeers",g,F||{},d,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.getPeers=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/GetPeers",g,F||{},d)};const h=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/GetIceServers",r.web.MethodType.UNARY,s.v1.signaling.api.GetIceServersRequest,s.v1.signaling.api.GetIceServersResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.GetIceServersResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.getIceServers=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/GetIceServers",g,F||{},h,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.getIceServers=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/GetIceServers",g,F||{},h)};const B=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/SendSignal",r.web.MethodType.UNARY,s.v1.signaling.api.SendSignalRequest,s.v1.signaling.api.SendSignalResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.SendSignalResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.sendSignal=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/SendSignal",g,F||{},B,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.sendSignal=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/SendSignal",g,F||{},B)};const U=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/ReceiveSignalStream",r.web.MethodType.SERVER_STREAMING,s.v1.signaling.api.ReceiveSignalStreamRequest,s.v1.signaling.api.ReceiveSignalStreamResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.receiveSignalStream=function(g,F){return this.client_.serverStreaming(this.hostname_+"/v1.signaling.api.Signaling/ReceiveSignalStream",g,F||{},U)},s.v1.signaling.api.SignalingPromiseClient.prototype.receiveSignalStream=function(g,F){return this.client_.serverStreaming(this.hostname_+"/v1.signaling.api.Signaling/ReceiveSignalStream",g,F||{},U)};const f=new r.web.MethodDescriptor("/v1.signaling.api.Signaling/GetSessions",r.web.MethodType.UNARY,s.v1.signaling.api.GetSessionsRequest,s.v1.signaling.api.GetSessionsResponse,function(g){return g.serializeBinary()},s.v1.signaling.api.GetSessionsResponse.deserializeBinary);s.v1.signaling.api.SignalingClient.prototype.getSessions=function(g,F,y){return this.client_.rpcCall(this.hostname_+"/v1.signaling.api.Signaling/GetSessions",g,F||{},f,y)},s.v1.signaling.api.SignalingPromiseClient.prototype.getSessions=function(g,F){return this.client_.unaryCall(this.hostname_+"/v1.signaling.api.Signaling/GetSessions",g,F||{},f)},e.exports=s.v1.signaling.api},4620:(e,t,n)=>{var r=n(7186),s=r,o=function(){return this?this:typeof window!="undefined"?window:o!==void 0?o:typeof self!="undefined"?self:Function("return this")()}.call(null),l=n(8052);s.object.extend(proto,l),s.exportSymbol("proto.v1.signaling.api.CreatePeerRequest",null,o),s.exportSymbol("proto.v1.signaling.api.CreatePeerResponse",null,o),s.exportSymbol("proto.v1.signaling.api.DeletePeerRequest",null,o),s.exportSymbol("proto.v1.signaling.api.DeletePeerResponse",null,o),s.exportSymbol("proto.v1.signaling.api.GetHealthRequest",null,o),s.exportSymbol("proto.v1.signaling.api.GetHealthResponse",null,o),s.exportSymbol("proto.v1.signaling.api.GetIceServersRequest",null,o),s.exportSymbol("proto.v1.signaling.api.GetIceServersResponse",null,o),s.exportSymbol("proto.v1.signaling.api.GetPeersRequest",null,o),s.exportSymbol("proto.v1.signaling.api.GetPeersResponse",null,o),s.exportSymbol("proto.v1.signaling.api.GetSessionsRequest",null,o),s.exportSymbol("proto.v1.signaling.api.GetSessionsResponse",null,o),s.exportSymbol("proto.v1.signaling.api.Peer",null,o),s.exportSymbol("proto.v1.signaling.api.ReceiveSignalStreamRequest",null,o),s.exportSymbol("proto.v1.signaling.api.ReceiveSignalStreamResponse",null,o),s.exportSymbol("proto.v1.signaling.api.RefreshPeerRequest",null,o),s.exportSymbol("proto.v1.signaling.api.RefreshPeerResponse",null,o),s.exportSymbol("proto.v1.signaling.api.RtcSession",null,o),s.exportSymbol("proto.v1.signaling.api.SendSignalRequest",null,o),s.exportSymbol("proto.v1.signaling.api.SendSignalResponse",null,o),s.exportSymbol("proto.v1.signaling.api.SessionType",null,o),s.exportSymbol("proto.v1.signaling.api.Signal",null,o),proto.v1.signaling.api.Peer=function(u){r.Message.initialize(this,u,0,-1,proto.v1.signaling.api.Peer.repeatedFields_,null)},s.inherits(proto.v1.signaling.api.Peer,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.Peer.displayName="proto.v1.signaling.api.Peer"),proto.v1.signaling.api.Signal=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.Signal,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.Signal.displayName="proto.v1.signaling.api.Signal"),proto.v1.signaling.api.RtcSession=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.RtcSession,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RtcSession.displayName="proto.v1.signaling.api.RtcSession"),proto.v1.signaling.api.GetSessionsRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetSessionsRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetSessionsRequest.displayName="proto.v1.signaling.api.GetSessionsRequest"),proto.v1.signaling.api.GetSessionsResponse=function(u){r.Message.initialize(this,u,0,-1,proto.v1.signaling.api.GetSessionsResponse.repeatedFields_,null)},s.inherits(proto.v1.signaling.api.GetSessionsResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetSessionsResponse.displayName="proto.v1.signaling.api.GetSessionsResponse"),proto.v1.signaling.api.GetHealthRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetHealthRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetHealthRequest.displayName="proto.v1.signaling.api.GetHealthRequest"),proto.v1.signaling.api.GetHealthResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetHealthResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetHealthResponse.displayName="proto.v1.signaling.api.GetHealthResponse"),proto.v1.signaling.api.CreatePeerRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.CreatePeerRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.CreatePeerRequest.displayName="proto.v1.signaling.api.CreatePeerRequest"),proto.v1.signaling.api.CreatePeerResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.CreatePeerResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.CreatePeerResponse.displayName="proto.v1.signaling.api.CreatePeerResponse"),proto.v1.signaling.api.DeletePeerRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.DeletePeerRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.DeletePeerRequest.displayName="proto.v1.signaling.api.DeletePeerRequest"),proto.v1.signaling.api.DeletePeerResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.DeletePeerResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.DeletePeerResponse.displayName="proto.v1.signaling.api.DeletePeerResponse"),proto.v1.signaling.api.RefreshPeerRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.RefreshPeerRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RefreshPeerRequest.displayName="proto.v1.signaling.api.RefreshPeerRequest"),proto.v1.signaling.api.RefreshPeerResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.RefreshPeerResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RefreshPeerResponse.displayName="proto.v1.signaling.api.RefreshPeerResponse"),proto.v1.signaling.api.GetPeersRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetPeersRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetPeersRequest.displayName="proto.v1.signaling.api.GetPeersRequest"),proto.v1.signaling.api.GetPeersResponse=function(u){r.Message.initialize(this,u,0,-1,proto.v1.signaling.api.GetPeersResponse.repeatedFields_,null)},s.inherits(proto.v1.signaling.api.GetPeersResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetPeersResponse.displayName="proto.v1.signaling.api.GetPeersResponse"),proto.v1.signaling.api.GetIceServersRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetIceServersRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetIceServersRequest.displayName="proto.v1.signaling.api.GetIceServersRequest"),proto.v1.signaling.api.GetIceServersResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.GetIceServersResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetIceServersResponse.displayName="proto.v1.signaling.api.GetIceServersResponse"),proto.v1.signaling.api.SendSignalRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.SendSignalRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.SendSignalRequest.displayName="proto.v1.signaling.api.SendSignalRequest"),proto.v1.signaling.api.SendSignalResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.SendSignalResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.SendSignalResponse.displayName="proto.v1.signaling.api.SendSignalResponse"),proto.v1.signaling.api.ReceiveSignalStreamRequest=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.ReceiveSignalStreamRequest,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.ReceiveSignalStreamRequest.displayName="proto.v1.signaling.api.ReceiveSignalStreamRequest"),proto.v1.signaling.api.ReceiveSignalStreamResponse=function(u){r.Message.initialize(this,u,0,-1,null,null)},s.inherits(proto.v1.signaling.api.ReceiveSignalStreamResponse,r.Message),s.DEBUG&&!COMPILED&&(proto.v1.signaling.api.ReceiveSignalStreamResponse.displayName="proto.v1.signaling.api.ReceiveSignalStreamResponse"),proto.v1.signaling.api.Peer.repeatedFields_=[5],r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.Peer.prototype.toObject=function(u){return proto.v1.signaling.api.Peer.toObject(u,this)},proto.v1.signaling.api.Peer.toObject=function(u,c){var d,h={peerId:r.Message.getFieldWithDefault(c,1,""),organizationId:r.Message.getFieldWithDefault(c,2,""),userId:(d=c.getUserId())&&l.StringValue.toObject(u,d),deviceId:(d=c.getDeviceId())&&l.StringValue.toObject(u,d),sessionIdsList:(d=r.Message.getRepeatedField(c,5))==null?void 0:d,peerCreatedTimestamp:(d=c.getPeerCreatedTimestamp())&&l.Int64Value.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.Peer.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.Peer;return proto.v1.signaling.api.Peer.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.Peer.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)switch(c.getFieldNumber()){case 1:var d=c.readString();u.setPeerId(d);break;case 2:d=c.readString(),u.setOrganizationId(d);break;case 3:d=new l.StringValue,c.readMessage(d,l.StringValue.deserializeBinaryFromReader),u.setUserId(d);break;case 4:d=new l.StringValue,c.readMessage(d,l.StringValue.deserializeBinaryFromReader),u.setDeviceId(d);break;case 5:d=c.readString(),u.addSessionIds(d);break;case 6:d=new l.Int64Value,c.readMessage(d,l.Int64Value.deserializeBinaryFromReader),u.setPeerCreatedTimestamp(d);break;default:c.skipField()}return u},proto.v1.signaling.api.Peer.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.Peer.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.Peer.serializeBinaryToWriter=function(u,c){var d=void 0;(d=u.getPeerId()).length>0&&c.writeString(1,d),(d=u.getOrganizationId()).length>0&&c.writeString(2,d),(d=u.getUserId())!=null&&c.writeMessage(3,d,l.StringValue.serializeBinaryToWriter),(d=u.getDeviceId())!=null&&c.writeMessage(4,d,l.StringValue.serializeBinaryToWriter),(d=u.getSessionIdsList()).length>0&&c.writeRepeatedString(5,d),(d=u.getPeerCreatedTimestamp())!=null&&c.writeMessage(6,d,l.Int64Value.serializeBinaryToWriter)},proto.v1.signaling.api.Peer.prototype.getPeerId=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.Peer.prototype.setPeerId=function(u){return r.Message.setProto3StringField(this,1,u)},proto.v1.signaling.api.Peer.prototype.getOrganizationId=function(){return r.Message.getFieldWithDefault(this,2,"")},proto.v1.signaling.api.Peer.prototype.setOrganizationId=function(u){return r.Message.setProto3StringField(this,2,u)},proto.v1.signaling.api.Peer.prototype.getUserId=function(){return r.Message.getWrapperField(this,l.StringValue,3)},proto.v1.signaling.api.Peer.prototype.setUserId=function(u){return r.Message.setWrapperField(this,3,u)},proto.v1.signaling.api.Peer.prototype.clearUserId=function(){return this.setUserId(void 0)},proto.v1.signaling.api.Peer.prototype.hasUserId=function(){return r.Message.getField(this,3)!=null},proto.v1.signaling.api.Peer.prototype.getDeviceId=function(){return r.Message.getWrapperField(this,l.StringValue,4)},proto.v1.signaling.api.Peer.prototype.setDeviceId=function(u){return r.Message.setWrapperField(this,4,u)},proto.v1.signaling.api.Peer.prototype.clearDeviceId=function(){return this.setDeviceId(void 0)},proto.v1.signaling.api.Peer.prototype.hasDeviceId=function(){return r.Message.getField(this,4)!=null},proto.v1.signaling.api.Peer.prototype.getSessionIdsList=function(){return r.Message.getRepeatedField(this,5)},proto.v1.signaling.api.Peer.prototype.setSessionIdsList=function(u){return r.Message.setField(this,5,u||[])},proto.v1.signaling.api.Peer.prototype.addSessionIds=function(u,c){return r.Message.addToRepeatedField(this,5,u,c)},proto.v1.signaling.api.Peer.prototype.clearSessionIdsList=function(){return this.setSessionIdsList([])},proto.v1.signaling.api.Peer.prototype.getPeerCreatedTimestamp=function(){return r.Message.getWrapperField(this,l.Int64Value,6)},proto.v1.signaling.api.Peer.prototype.setPeerCreatedTimestamp=function(u){return r.Message.setWrapperField(this,6,u)},proto.v1.signaling.api.Peer.prototype.clearPeerCreatedTimestamp=function(){return this.setPeerCreatedTimestamp(void 0)},proto.v1.signaling.api.Peer.prototype.hasPeerCreatedTimestamp=function(){return r.Message.getField(this,6)!=null},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.Signal.prototype.toObject=function(u){return proto.v1.signaling.api.Signal.toObject(u,this)},proto.v1.signaling.api.Signal.toObject=function(u,c){var d,h={sessionId:(d=c.getSessionId())&&l.StringValue.toObject(u,d),sessionCreatedTimestamp:(d=c.getSessionCreatedTimestamp())&&l.Int64Value.toObject(u,d),senderId:r.Message.getFieldWithDefault(c,3,""),receiverId:r.Message.getFieldWithDefault(c,4,""),payload:r.Message.getFieldWithDefault(c,5,""),iceServers:r.Message.getFieldWithDefault(c,6,""),iceTransportPolicy:r.Message.getFieldWithDefault(c,7,""),sessionType:r.Message.getFieldWithDefault(c,8,0),lockDevice:r.Message.getBooleanFieldWithDefault(c,9,!1)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.Signal.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.Signal;return proto.v1.signaling.api.Signal.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.Signal.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)switch(c.getFieldNumber()){case 1:var d=new l.StringValue;c.readMessage(d,l.StringValue.deserializeBinaryFromReader),u.setSessionId(d);break;case 2:d=new l.Int64Value,c.readMessage(d,l.Int64Value.deserializeBinaryFromReader),u.setSessionCreatedTimestamp(d);break;case 3:d=c.readString(),u.setSenderId(d);break;case 4:d=c.readString(),u.setReceiverId(d);break;case 5:d=c.readString(),u.setPayload(d);break;case 6:d=c.readString(),u.setIceServers(d);break;case 7:d=c.readString(),u.setIceTransportPolicy(d);break;case 8:d=c.readEnum(),u.setSessionType(d);break;case 9:d=c.readBool(),u.setLockDevice(d);break;default:c.skipField()}return u},proto.v1.signaling.api.Signal.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.Signal.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.Signal.serializeBinaryToWriter=function(u,c){var d=void 0;(d=u.getSessionId())!=null&&c.writeMessage(1,d,l.StringValue.serializeBinaryToWriter),(d=u.getSessionCreatedTimestamp())!=null&&c.writeMessage(2,d,l.Int64Value.serializeBinaryToWriter),(d=u.getSenderId()).length>0&&c.writeString(3,d),(d=u.getReceiverId()).length>0&&c.writeString(4,d),(d=u.getPayload()).length>0&&c.writeString(5,d),(d=u.getIceServers()).length>0&&c.writeString(6,d),(d=u.getIceTransportPolicy()).length>0&&c.writeString(7,d),(d=u.getSessionType())!==0&&c.writeEnum(8,d),(d=u.getLockDevice())&&c.writeBool(9,d)},proto.v1.signaling.api.Signal.prototype.getSessionId=function(){return r.Message.getWrapperField(this,l.StringValue,1)},proto.v1.signaling.api.Signal.prototype.setSessionId=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.Signal.prototype.clearSessionId=function(){return this.setSessionId(void 0)},proto.v1.signaling.api.Signal.prototype.hasSessionId=function(){return r.Message.getField(this,1)!=null},proto.v1.signaling.api.Signal.prototype.getSessionCreatedTimestamp=function(){return r.Message.getWrapperField(this,l.Int64Value,2)},proto.v1.signaling.api.Signal.prototype.setSessionCreatedTimestamp=function(u){return r.Message.setWrapperField(this,2,u)},proto.v1.signaling.api.Signal.prototype.clearSessionCreatedTimestamp=function(){return this.setSessionCreatedTimestamp(void 0)},proto.v1.signaling.api.Signal.prototype.hasSessionCreatedTimestamp=function(){return r.Message.getField(this,2)!=null},proto.v1.signaling.api.Signal.prototype.getSenderId=function(){return r.Message.getFieldWithDefault(this,3,"")},proto.v1.signaling.api.Signal.prototype.setSenderId=function(u){return r.Message.setProto3StringField(this,3,u)},proto.v1.signaling.api.Signal.prototype.getReceiverId=function(){return r.Message.getFieldWithDefault(this,4,"")},proto.v1.signaling.api.Signal.prototype.setReceiverId=function(u){return r.Message.setProto3StringField(this,4,u)},proto.v1.signaling.api.Signal.prototype.getPayload=function(){return r.Message.getFieldWithDefault(this,5,"")},proto.v1.signaling.api.Signal.prototype.setPayload=function(u){return r.Message.setProto3StringField(this,5,u)},proto.v1.signaling.api.Signal.prototype.getIceServers=function(){return r.Message.getFieldWithDefault(this,6,"")},proto.v1.signaling.api.Signal.prototype.setIceServers=function(u){return r.Message.setProto3StringField(this,6,u)},proto.v1.signaling.api.Signal.prototype.getIceTransportPolicy=function(){return r.Message.getFieldWithDefault(this,7,"")},proto.v1.signaling.api.Signal.prototype.setIceTransportPolicy=function(u){return r.Message.setProto3StringField(this,7,u)},proto.v1.signaling.api.Signal.prototype.getSessionType=function(){return r.Message.getFieldWithDefault(this,8,0)},proto.v1.signaling.api.Signal.prototype.setSessionType=function(u){return r.Message.setProto3EnumField(this,8,u)},proto.v1.signaling.api.Signal.prototype.getLockDevice=function(){return r.Message.getBooleanFieldWithDefault(this,9,!1)},proto.v1.signaling.api.Signal.prototype.setLockDevice=function(u){return r.Message.setProto3BooleanField(this,9,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RtcSession.prototype.toObject=function(u){return proto.v1.signaling.api.RtcSession.toObject(u,this)},proto.v1.signaling.api.RtcSession.toObject=function(u,c){var d={sessionId:r.Message.getFieldWithDefault(c,1,""),offerPeerId:r.Message.getFieldWithDefault(c,2,""),answerPeerId:r.Message.getFieldWithDefault(c,3,""),organizationId:r.Message.getFieldWithDefault(c,4,""),sessionType:r.Message.getFieldWithDefault(c,5,"")};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.RtcSession.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.RtcSession;return proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)switch(c.getFieldNumber()){case 1:var d=c.readString();u.setSessionId(d);break;case 2:d=c.readString(),u.setOfferPeerId(d);break;case 3:d=c.readString(),u.setAnswerPeerId(d);break;case 4:d=c.readString(),u.setOrganizationId(d);break;case 5:d=c.readString(),u.setSessionType(d);break;default:c.skipField()}return u},proto.v1.signaling.api.RtcSession.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.RtcSession.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.RtcSession.serializeBinaryToWriter=function(u,c){var d=void 0;(d=u.getSessionId()).length>0&&c.writeString(1,d),(d=u.getOfferPeerId()).length>0&&c.writeString(2,d),(d=u.getAnswerPeerId()).length>0&&c.writeString(3,d),(d=u.getOrganizationId()).length>0&&c.writeString(4,d),(d=u.getSessionType()).length>0&&c.writeString(5,d)},proto.v1.signaling.api.RtcSession.prototype.getSessionId=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.RtcSession.prototype.setSessionId=function(u){return r.Message.setProto3StringField(this,1,u)},proto.v1.signaling.api.RtcSession.prototype.getOfferPeerId=function(){return r.Message.getFieldWithDefault(this,2,"")},proto.v1.signaling.api.RtcSession.prototype.setOfferPeerId=function(u){return r.Message.setProto3StringField(this,2,u)},proto.v1.signaling.api.RtcSession.prototype.getAnswerPeerId=function(){return r.Message.getFieldWithDefault(this,3,"")},proto.v1.signaling.api.RtcSession.prototype.setAnswerPeerId=function(u){return r.Message.setProto3StringField(this,3,u)},proto.v1.signaling.api.RtcSession.prototype.getOrganizationId=function(){return r.Message.getFieldWithDefault(this,4,"")},proto.v1.signaling.api.RtcSession.prototype.setOrganizationId=function(u){return r.Message.setProto3StringField(this,4,u)},proto.v1.signaling.api.RtcSession.prototype.getSessionType=function(){return r.Message.getFieldWithDefault(this,5,"")},proto.v1.signaling.api.RtcSession.prototype.setSessionType=function(u){return r.Message.setProto3StringField(this,5,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetSessionsRequest.prototype.toObject=function(u){return proto.v1.signaling.api.GetSessionsRequest.toObject(u,this)},proto.v1.signaling.api.GetSessionsRequest.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetSessionsRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetSessionsRequest;return proto.v1.signaling.api.GetSessionsRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetSessionsRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.GetSessionsRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetSessionsRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetSessionsRequest.serializeBinaryToWriter=function(u,c){},proto.v1.signaling.api.GetSessionsResponse.repeatedFields_=[1],r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetSessionsResponse.prototype.toObject=function(u){return proto.v1.signaling.api.GetSessionsResponse.toObject(u,this)},proto.v1.signaling.api.GetSessionsResponse.toObject=function(u,c){var d={sessionsList:r.Message.toObjectList(c.getSessionsList(),proto.v1.signaling.api.RtcSession.toObject,u)};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetSessionsResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetSessionsResponse;return proto.v1.signaling.api.GetSessionsResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetSessionsResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.RtcSession;c.readMessage(d,proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader),u.addSessions(d)}else c.skipField();return u},proto.v1.signaling.api.GetSessionsResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetSessionsResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetSessionsResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getSessionsList()).length>0&&c.writeRepeatedMessage(1,d,proto.v1.signaling.api.RtcSession.serializeBinaryToWriter)},proto.v1.signaling.api.GetSessionsResponse.prototype.getSessionsList=function(){return r.Message.getRepeatedWrapperField(this,proto.v1.signaling.api.RtcSession,1)},proto.v1.signaling.api.GetSessionsResponse.prototype.setSessionsList=function(u){return r.Message.setRepeatedWrapperField(this,1,u)},proto.v1.signaling.api.GetSessionsResponse.prototype.addSessions=function(u,c){return r.Message.addToRepeatedWrapperField(this,1,u,proto.v1.signaling.api.RtcSession,c)},proto.v1.signaling.api.GetSessionsResponse.prototype.clearSessionsList=function(){return this.setSessionsList([])},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetHealthRequest.prototype.toObject=function(u){return proto.v1.signaling.api.GetHealthRequest.toObject(u,this)},proto.v1.signaling.api.GetHealthRequest.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetHealthRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetHealthRequest;return proto.v1.signaling.api.GetHealthRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetHealthRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.GetHealthRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetHealthRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetHealthRequest.serializeBinaryToWriter=function(u,c){},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetHealthResponse.prototype.toObject=function(u){return proto.v1.signaling.api.GetHealthResponse.toObject(u,this)},proto.v1.signaling.api.GetHealthResponse.toObject=function(u,c){var d={version:r.Message.getFieldWithDefault(c,1,"")};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetHealthResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetHealthResponse;return proto.v1.signaling.api.GetHealthResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetHealthResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=c.readString();u.setVersion(d)}else c.skipField();return u},proto.v1.signaling.api.GetHealthResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetHealthResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetHealthResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getVersion()).length>0&&c.writeString(1,d)},proto.v1.signaling.api.GetHealthResponse.prototype.getVersion=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.GetHealthResponse.prototype.setVersion=function(u){return r.Message.setProto3StringField(this,1,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.CreatePeerRequest.prototype.toObject=function(u){return proto.v1.signaling.api.CreatePeerRequest.toObject(u,this)},proto.v1.signaling.api.CreatePeerRequest.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.CreatePeerRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.CreatePeerRequest;return proto.v1.signaling.api.CreatePeerRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.CreatePeerRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.CreatePeerRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.CreatePeerRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.CreatePeerRequest.serializeBinaryToWriter=function(u,c){},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.CreatePeerResponse.prototype.toObject=function(u){return proto.v1.signaling.api.CreatePeerResponse.toObject(u,this)},proto.v1.signaling.api.CreatePeerResponse.toObject=function(u,c){var d,h={peer:(d=c.getPeer())&&proto.v1.signaling.api.Peer.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.CreatePeerResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.CreatePeerResponse;return proto.v1.signaling.api.CreatePeerResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.CreatePeerResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.Peer;c.readMessage(d,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),u.setPeer(d)}else c.skipField();return u},proto.v1.signaling.api.CreatePeerResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.CreatePeerResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.CreatePeerResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getPeer())!=null&&c.writeMessage(1,d,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.CreatePeerResponse.prototype.getPeer=function(){return r.Message.getWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.CreatePeerResponse.prototype.setPeer=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.CreatePeerResponse.prototype.clearPeer=function(){return this.setPeer(void 0)},proto.v1.signaling.api.CreatePeerResponse.prototype.hasPeer=function(){return r.Message.getField(this,1)!=null},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.DeletePeerRequest.prototype.toObject=function(u){return proto.v1.signaling.api.DeletePeerRequest.toObject(u,this)},proto.v1.signaling.api.DeletePeerRequest.toObject=function(u,c){var d={peerId:r.Message.getFieldWithDefault(c,1,"")};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.DeletePeerRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.DeletePeerRequest;return proto.v1.signaling.api.DeletePeerRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.DeletePeerRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=c.readString();u.setPeerId(d)}else c.skipField();return u},proto.v1.signaling.api.DeletePeerRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.DeletePeerRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.DeletePeerRequest.serializeBinaryToWriter=function(u,c){var d;(d=u.getPeerId()).length>0&&c.writeString(1,d)},proto.v1.signaling.api.DeletePeerRequest.prototype.getPeerId=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.DeletePeerRequest.prototype.setPeerId=function(u){return r.Message.setProto3StringField(this,1,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.DeletePeerResponse.prototype.toObject=function(u){return proto.v1.signaling.api.DeletePeerResponse.toObject(u,this)},proto.v1.signaling.api.DeletePeerResponse.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.DeletePeerResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.DeletePeerResponse;return proto.v1.signaling.api.DeletePeerResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.DeletePeerResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.DeletePeerResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.DeletePeerResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.DeletePeerResponse.serializeBinaryToWriter=function(u,c){},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RefreshPeerRequest.prototype.toObject=function(u){return proto.v1.signaling.api.RefreshPeerRequest.toObject(u,this)},proto.v1.signaling.api.RefreshPeerRequest.toObject=function(u,c){var d,h={peer:(d=c.getPeer())&&proto.v1.signaling.api.Peer.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.RefreshPeerRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.RefreshPeerRequest;return proto.v1.signaling.api.RefreshPeerRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.RefreshPeerRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.Peer;c.readMessage(d,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),u.setPeer(d)}else c.skipField();return u},proto.v1.signaling.api.RefreshPeerRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.RefreshPeerRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.RefreshPeerRequest.serializeBinaryToWriter=function(u,c){var d;(d=u.getPeer())!=null&&c.writeMessage(1,d,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.RefreshPeerRequest.prototype.getPeer=function(){return r.Message.getWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.RefreshPeerRequest.prototype.setPeer=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.RefreshPeerRequest.prototype.clearPeer=function(){return this.setPeer(void 0)},proto.v1.signaling.api.RefreshPeerRequest.prototype.hasPeer=function(){return r.Message.getField(this,1)!=null},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RefreshPeerResponse.prototype.toObject=function(u){return proto.v1.signaling.api.RefreshPeerResponse.toObject(u,this)},proto.v1.signaling.api.RefreshPeerResponse.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.RefreshPeerResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.RefreshPeerResponse;return proto.v1.signaling.api.RefreshPeerResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.RefreshPeerResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.RefreshPeerResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.RefreshPeerResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.RefreshPeerResponse.serializeBinaryToWriter=function(u,c){},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetPeersRequest.prototype.toObject=function(u){return proto.v1.signaling.api.GetPeersRequest.toObject(u,this)},proto.v1.signaling.api.GetPeersRequest.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetPeersRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetPeersRequest;return proto.v1.signaling.api.GetPeersRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetPeersRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.GetPeersRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetPeersRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetPeersRequest.serializeBinaryToWriter=function(u,c){},proto.v1.signaling.api.GetPeersResponse.repeatedFields_=[1],r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetPeersResponse.prototype.toObject=function(u){return proto.v1.signaling.api.GetPeersResponse.toObject(u,this)},proto.v1.signaling.api.GetPeersResponse.toObject=function(u,c){var d={peersList:r.Message.toObjectList(c.getPeersList(),proto.v1.signaling.api.Peer.toObject,u)};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetPeersResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetPeersResponse;return proto.v1.signaling.api.GetPeersResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetPeersResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.Peer;c.readMessage(d,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),u.addPeers(d)}else c.skipField();return u},proto.v1.signaling.api.GetPeersResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetPeersResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetPeersResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getPeersList()).length>0&&c.writeRepeatedMessage(1,d,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.GetPeersResponse.prototype.getPeersList=function(){return r.Message.getRepeatedWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.GetPeersResponse.prototype.setPeersList=function(u){return r.Message.setRepeatedWrapperField(this,1,u)},proto.v1.signaling.api.GetPeersResponse.prototype.addPeers=function(u,c){return r.Message.addToRepeatedWrapperField(this,1,u,proto.v1.signaling.api.Peer,c)},proto.v1.signaling.api.GetPeersResponse.prototype.clearPeersList=function(){return this.setPeersList([])},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetIceServersRequest.prototype.toObject=function(u){return proto.v1.signaling.api.GetIceServersRequest.toObject(u,this)},proto.v1.signaling.api.GetIceServersRequest.toObject=function(u,c){var d={};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetIceServersRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetIceServersRequest;return proto.v1.signaling.api.GetIceServersRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetIceServersRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)c.getFieldNumber(),c.skipField();return u},proto.v1.signaling.api.GetIceServersRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetIceServersRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetIceServersRequest.serializeBinaryToWriter=function(u,c){},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetIceServersResponse.prototype.toObject=function(u){return proto.v1.signaling.api.GetIceServersResponse.toObject(u,this)},proto.v1.signaling.api.GetIceServersResponse.toObject=function(u,c){var d={iceServers:r.Message.getFieldWithDefault(c,1,"")};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.GetIceServersResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.GetIceServersResponse;return proto.v1.signaling.api.GetIceServersResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.GetIceServersResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=c.readString();u.setIceServers(d)}else c.skipField();return u},proto.v1.signaling.api.GetIceServersResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.GetIceServersResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.GetIceServersResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getIceServers()).length>0&&c.writeString(1,d)},proto.v1.signaling.api.GetIceServersResponse.prototype.getIceServers=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.GetIceServersResponse.prototype.setIceServers=function(u){return r.Message.setProto3StringField(this,1,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.SendSignalRequest.prototype.toObject=function(u){return proto.v1.signaling.api.SendSignalRequest.toObject(u,this)},proto.v1.signaling.api.SendSignalRequest.toObject=function(u,c){var d,h={signal:(d=c.getSignal())&&proto.v1.signaling.api.Signal.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.SendSignalRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.SendSignalRequest;return proto.v1.signaling.api.SendSignalRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.SendSignalRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.Signal;c.readMessage(d,proto.v1.signaling.api.Signal.deserializeBinaryFromReader),u.setSignal(d)}else c.skipField();return u},proto.v1.signaling.api.SendSignalRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.SendSignalRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.SendSignalRequest.serializeBinaryToWriter=function(u,c){var d;(d=u.getSignal())!=null&&c.writeMessage(1,d,proto.v1.signaling.api.Signal.serializeBinaryToWriter)},proto.v1.signaling.api.SendSignalRequest.prototype.getSignal=function(){return r.Message.getWrapperField(this,proto.v1.signaling.api.Signal,1)},proto.v1.signaling.api.SendSignalRequest.prototype.setSignal=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.SendSignalRequest.prototype.clearSignal=function(){return this.setSignal(void 0)},proto.v1.signaling.api.SendSignalRequest.prototype.hasSignal=function(){return r.Message.getField(this,1)!=null},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.SendSignalResponse.prototype.toObject=function(u){return proto.v1.signaling.api.SendSignalResponse.toObject(u,this)},proto.v1.signaling.api.SendSignalResponse.toObject=function(u,c){var d,h={sessionId:(d=c.getSessionId())&&l.StringValue.toObject(u,d),sessionCreatedTimestamp:(d=c.getSessionCreatedTimestamp())&&l.Int64Value.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.SendSignalResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.SendSignalResponse;return proto.v1.signaling.api.SendSignalResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.SendSignalResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)switch(c.getFieldNumber()){case 1:var d=new l.StringValue;c.readMessage(d,l.StringValue.deserializeBinaryFromReader),u.setSessionId(d);break;case 2:d=new l.Int64Value,c.readMessage(d,l.Int64Value.deserializeBinaryFromReader),u.setSessionCreatedTimestamp(d);break;default:c.skipField()}return u},proto.v1.signaling.api.SendSignalResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.SendSignalResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.SendSignalResponse.serializeBinaryToWriter=function(u,c){var d=void 0;(d=u.getSessionId())!=null&&c.writeMessage(1,d,l.StringValue.serializeBinaryToWriter),(d=u.getSessionCreatedTimestamp())!=null&&c.writeMessage(2,d,l.Int64Value.serializeBinaryToWriter)},proto.v1.signaling.api.SendSignalResponse.prototype.getSessionId=function(){return r.Message.getWrapperField(this,l.StringValue,1)},proto.v1.signaling.api.SendSignalResponse.prototype.setSessionId=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.SendSignalResponse.prototype.clearSessionId=function(){return this.setSessionId(void 0)},proto.v1.signaling.api.SendSignalResponse.prototype.hasSessionId=function(){return r.Message.getField(this,1)!=null},proto.v1.signaling.api.SendSignalResponse.prototype.getSessionCreatedTimestamp=function(){return r.Message.getWrapperField(this,l.Int64Value,2)},proto.v1.signaling.api.SendSignalResponse.prototype.setSessionCreatedTimestamp=function(u){return r.Message.setWrapperField(this,2,u)},proto.v1.signaling.api.SendSignalResponse.prototype.clearSessionCreatedTimestamp=function(){return this.setSessionCreatedTimestamp(void 0)},proto.v1.signaling.api.SendSignalResponse.prototype.hasSessionCreatedTimestamp=function(){return r.Message.getField(this,2)!=null},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.toObject=function(u){return proto.v1.signaling.api.ReceiveSignalStreamRequest.toObject(u,this)},proto.v1.signaling.api.ReceiveSignalStreamRequest.toObject=function(u,c){var d={peerId:r.Message.getFieldWithDefault(c,1,"")};return u&&(d.$jspbMessageInstance=c),d}),proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.ReceiveSignalStreamRequest;return proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=c.readString();u.setPeerId(d)}else c.skipField();return u},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.ReceiveSignalStreamRequest.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.ReceiveSignalStreamRequest.serializeBinaryToWriter=function(u,c){var d;(d=u.getPeerId()).length>0&&c.writeString(1,d)},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.getPeerId=function(){return r.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.setPeerId=function(u){return r.Message.setProto3StringField(this,1,u)},r.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.toObject=function(u){return proto.v1.signaling.api.ReceiveSignalStreamResponse.toObject(u,this)},proto.v1.signaling.api.ReceiveSignalStreamResponse.toObject=function(u,c){var d,h={signal:(d=c.getSignal())&&proto.v1.signaling.api.Signal.toObject(u,d)};return u&&(h.$jspbMessageInstance=c),h}),proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinary=function(u){var c=new r.BinaryReader(u),d=new proto.v1.signaling.api.ReceiveSignalStreamResponse;return proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinaryFromReader(d,c)},proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinaryFromReader=function(u,c){for(;c.nextField()&&!c.isEndGroup();)if(c.getFieldNumber()===1){var d=new proto.v1.signaling.api.Signal;c.readMessage(d,proto.v1.signaling.api.Signal.deserializeBinaryFromReader),u.setSignal(d)}else c.skipField();return u},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.serializeBinary=function(){var u=new r.BinaryWriter;return proto.v1.signaling.api.ReceiveSignalStreamResponse.serializeBinaryToWriter(this,u),u.getResultBuffer()},proto.v1.signaling.api.ReceiveSignalStreamResponse.serializeBinaryToWriter=function(u,c){var d;(d=u.getSignal())!=null&&c.writeMessage(1,d,proto.v1.signaling.api.Signal.serializeBinaryToWriter)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.getSignal=function(){return r.Message.getWrapperField(this,proto.v1.signaling.api.Signal,1)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.setSignal=function(u){return r.Message.setWrapperField(this,1,u)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.clearSignal=function(){return this.setSignal(void 0)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.hasSignal=function(){return r.Message.getField(this,1)!=null},proto.v1.signaling.api.SessionType={UNKNOWN:0,TELEOP:1,PORT_FORWARD:2,OBSERVE:3,HEADLESS:4},s.object.extend(t,proto.v1.signaling.api)},3449:(e,t,n)=>{const r={...n(4620),...n(3804)};e.exports=r},3011:()=>{},3951:()=>{},7260:()=>{},9256:()=>{},2627:()=>{},7241:e=>{e.exports={version:"3.14.2"}}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(t!==void 0)return t.exports;var n=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(n.exports,n,n.exports,__webpack_require__),n.loaded=!0,n.exports}__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var __webpack_exports__={};return(()=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{AuthClient:()=>e.U,Credentials:()=>t.J,RtcClient:()=>ye,RtcClientV1:()=>Je,RtcSignalingClient:()=>n.d,SignalingPromiseClient:()=>r.SignalingPromiseClient,createRtcStreamMessage:()=>Be});var e=__webpack_require__(1340),t=__webpack_require__(1867),n=__webpack_require__(1399),r=__webpack_require__(3449),s=__webpack_require__(5949);const o={randomUUID:typeof crypto!="undefined"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let l;const u=new Uint8Array(16);function c(){if(!l&&(l=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!l))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return l(u)}const d=[];for(let qe=0;qe<256;++qe)d.push((qe+256).toString(16).slice(1));const h=function(qe,te,I){if(o.randomUUID&&!te&&!qe)return o.randomUUID();const ge=(qe=qe||{}).random||(qe.rng||c)();if(ge[6]=15&ge[6]|64,ge[8]=63&ge[8]|128,te){I=I||0;for(let ve=0;ve<16;++ve)te[I+ve]=ge[ve];return te}return function(ve,Ee=0){return d[ve[Ee+0]]+d[ve[Ee+1]]+d[ve[Ee+2]]+d[ve[Ee+3]]+"-"+d[ve[Ee+4]]+d[ve[Ee+5]]+"-"+d[ve[Ee+6]]+d[ve[Ee+7]]+"-"+d[ve[Ee+8]]+d[ve[Ee+9]]+"-"+d[ve[Ee+10]]+d[ve[Ee+11]]+d[ve[Ee+12]]+d[ve[Ee+13]]+d[ve[Ee+14]]+d[ve[Ee+15]]}(ge)};var B=__webpack_require__(6873),U=__webpack_require__(5347),f=__webpack_require__(6354),g=__webpack_require__(7466),F=__webpack_require__(5960),y=__webpack_require__(2688),m=__webpack_require__(9399),_=__webpack_require__(5394),v=__webpack_require__(3191),N=__webpack_require__(5604),V=__webpack_require__(9159);class G extends Error{constructor(te,I){super(`Deadline expired after ${te}ms + ${I}ms`)}}class W{static withDeadline(te,I){const ge=new Promise((ve,Ee)=>{setTimeout(()=>{Ee(new G(I,this.grpcCallDeadlineSlopMs))},I+this.grpcCallDeadlineSlopMs)});return Promise.race([te,ge])}}W.grpcCallDeadlineSlopMs=500*V.duration.millisecond;var K=__webpack_require__(8311),Y=__webpack_require__(1363);const A="stream.latest-ttl",j={ordered:!1,maxPacketLifeTime:300*V.duration.millisecond},w="stream.reliable",Z={ordered:!0},q="stream.latest-reliable",M={ordered:!0},D="stream.latest-try-once",C={ordered:!1,maxRetransmits:0},ee="heartbeat",re={ordered:!1,maxRetransmits:0},ie=qe=>"received"in qe&&qe.received!==void 0,Fe=qe=>!("received"in qe)||qe.received===void 0,he=2*V.duration.second,le=10*V.duration.second;function de({entityId:qe,streamName:te,streamType:I}){return`${qe}.${te}.${I}`}class X{constructor(te,I){this.counts={localSent:new Map,localReceived:new Map,remoteSent:new Map,remoteReceived:new Map},this.sessionId=te,this.connection=I}updateRemoteMessagesCounts(te){if(te.payload.streamsInfo){this.counts.remoteSent=new Map,this.counts.remoteReceived=new Map;for(const I of te.payload.streamsInfo.items)this.counts.remoteSent.set(I.streamId,I.sentCount),this.counts.remoteReceived.set(I.streamId,I.receivedCount)}}getLocalStreamsInfo(te){const{localSent:I,localReceived:ge}=this.counts;return{items:[...new Set([...I.keys(),...ge.keys()])].map(ve=>{var Ee,we;return{streamId:ve,sentCount:(Ee=I.get(ve))!==null&&Ee!==void 0?Ee:0,receivedCount:(we=ge.get(ve))!==null&&we!==void 0?we:0}}),timestamp:te}}incrementLocalSent(te){const{localSent:I}=this.counts,ge=de(te.header.stream);I.set(ge,(I.get(ge)||0)+1)}incrementLocalReceived(te){const{localReceived:I}=this.counts,ge=de(te.header.stream),ve=I.get(ge)||0;if(ve===0){const{streamName:Ee,streamType:we}=te.header.stream;m.logger.debug("RTC client received first message for stream",{streamName:Ee,streamType:we})}I.set(ge,ve+1)}uploadMetrics(){return te=this,I=void 0,ve=function*(){const{sessionId:Ee}=this,we=yield this.connection.peerConnection.getStats(),Oe={};we.forEach(St=>Oe[St.id]=St),m.logger.debug("rtc-stats",Object.assign(Object.assign({},Oe),{sessionId:Ee}));const{localSent:Ve,localReceived:je,remoteSent:xe,remoteReceived:nt}=this.counts,Qt=[...new Set([...Ve.keys(),...je.keys()])].reduce((St,Ut)=>{const Ge=Ve.get(Ut),lt=je.get(Ut),Et=xe.get(Ut),wt=nt.get(Ut);return Object.assign(Object.assign({},St),{[`local-${Ut}-sent`]:Ge,[`local-${Ut}-received`]:lt,[`remote-${Ut}-sent`]:Et,[`remote-${Ut}-received`]:wt})},{sessionId:Ee});m.logger.debug("rtc-message-report",Object.assign({deviceId:this.connection.getRemoteDeviceId()},Qt))},new((ge=void 0)||(ge=Promise))(function(Ee,we){function Oe(xe){try{je(ve.next(xe))}catch(nt){we(nt)}}function Ve(xe){try{je(ve.throw(xe))}catch(nt){we(nt)}}function je(xe){var nt;xe.done?Ee(xe.value):(nt=xe.value,nt instanceof ge?nt:new ge(function(Qt){Qt(nt)})).then(Oe,Ve)}je((ve=ve.apply(te,I||[])).next())});var te,I,ge,ve}}var b=__webpack_require__(7186);function L(qe){if(qe.byteLength<4)return!1;const te=new Uint8Array(qe);return te[0]===72&&te[1]===50&&te[2]===54&&te[3]===52}function ae(qe){if(qe.byteLength<4)return!1;const te=new Uint8Array(qe);return te[0]===66&&te[1]===67&&te[2]===72&&te[3]===75}function H(qe){if(!L(qe))throw new Error("Data is not a binary H264 message");const te=new DataView(qe),I=Number(te.getBigUint64(4,!1)),ge=te.getUint16(12,!1),ve=new Uint8Array(qe,14,ge),Ee=14+ge;return{communicationType:"binary-h264",timestamp:I,streamName:new TextDecoder().decode(ve),frame:function(we){const Oe=new b.BinaryReader(new Uint8Array(we));let Ve=0,je=0,xe="";try{for(;Oe.nextField()&&!Oe.isEndGroup();)switch(Oe.getFieldNumber()){case 1:Ve=Oe.readInt32();break;case 2:je=Oe.readInt32();break;case 3:{const nt=Oe.readBytes();xe=btoa(String.fromCharCode(...nt));break}default:Oe.skipField()}return{index:Ve,flags:je,frame_data:xe}}catch(nt){throw new Error(`Failed to decode H264VideoFrame: ${nt}`)}}(qe.slice(Ee))}}function Be(qe,te,I){return{header:{stream:qe,created:Date.now(),frameId:I||""},payload:te}}function fe(qe){const te=qe.localCandidate.candidateType,I=qe.remoteCandidate.candidateType;return te==="host"&&I==="host"?"local":te==="relay"||I==="relay"?"TURN":"STUN"}function ue(qe){return new Set(["disconnected","failed","closed"]).has(qe.iceConnectionState)}function Re(qe){switch(qe.header.stream.streamType){case Y.zA:{const{twist:te}=qe.payload;if(!te)throw Error("twist not in payload of RTC message with type twist");return{header:qe.header,payload:{twist:{linear:Object.assign({x:0,y:0,z:0},te.linear),angular:Object.assign({x:0,y:0,z:0},te.angular)}}}}case Y.$x:{const{pose:te}=qe.payload;if(!te)throw Error("pose not in payload of RTC message with type pose");return{header:qe.header,payload:{pose:{translation:Object.assign({x:0,y:0,z:0},te.translation),rotation:Object.assign({x:0,y:0,z:0,w:0},te.rotation)}}}}case Y.Al:{const{poseWithCovariance:te}=qe.payload;if(!te)throw Error("poseWithCovariance not in payload of RTC message with type pose-with-covariance");const I=new Array(36).fill(0);return te.covariance.forEach((ge,ve)=>{if(ve>=36)throw Error("covariance contains more than 36 elements");I[ve]=ge}),{header:qe.header,payload:{poseWithCovariance:{pose:{translation:Object.assign({x:0,y:0,z:0},te.pose.translation),rotation:Object.assign({x:0,y:0,z:0,w:0},te.pose.rotation)},covariance:I}}}}case Y.wI:{const{point:te}=qe.payload;if(!te)throw Error(`point not in payload of RTC message with type ${Y.wI}`);return{header:qe.header,payload:{point:Object.assign({x:0,y:0,z:0},te)}}}default:return qe}}var me=__webpack_require__(9907),Ne=function(qe,te,I,ge){return new(I||(I=Promise))(function(ve,Ee){function we(je){try{Ve(ge.next(je))}catch(xe){Ee(xe)}}function Oe(je){try{Ve(ge.throw(je))}catch(xe){Ee(xe)}}function Ve(je){var xe;je.done?ve(je.value):(xe=je.value,xe instanceof I?xe:new I(function(nt){nt(xe)})).then(we,Oe)}Ve((ge=ge.apply(qe,te||[])).next())})};class Ze{get peerConnection(){var te;return te=this._peerConnection,(0,g.assertsNotNull)(te,"RTCPeerConnection is closed!"),this._peerConnection}constructor(te,I,ge,ve){this.iceServers=I,this.config=ge,this.dataChannelNotifier=ve,this.connectTimeoutMs=20*V.duration.second,this.iceGatheringTimeoutMs=3*V.duration.second,this.pingUpdateTimeoutMs=1*V.duration.second,this.pingV2UpdateTimeoutMs=250*V.duration.millisecond,this.pingV2MetricsGatherTimeoutMs=1*V.duration.second,this.streamsInfoUpdateTimeoutMs=2*V.duration.second,this.reassemblyTimeoutMs=500*V.duration.millisecond,this.reassemblyTableCleanupMs=1*V.duration.second,this.heartbeatTimeoutMs=20*V.duration.millisecond,this._peerConnection=null,this.heartbeatChannel=null,this.latestTtlStreamChannel=null,this.reliableStreamChannel=null,this.latestReliableStreamChannel=null,this.latestTryOnceStreamChannel=null,this.streamLatestTimestamp=new Map,this.reassemblyTable=new Map,this.reassemblyTableLastTimestamp=new Map,this.binaryReassemblyTable=new Map,this.binaryReassemblyTableLastTimestamp=new Map,this.closeCalled=!1,this.gotOffer=!1,this.hasIceCandidate=!1,this.pingV2Map=new Map,this.sendPingV2=()=>{const{latestTryOnceStreamChannel:we}=this;if(!we)return;const Oe=new Date().getTime(),Ve=h();this.sendSystemMessage(we,{type:Y.wh,payload:{timestamp:Oe,id:Ve}}),this.pingV2Map.set(Ve,{sent:Oe})},this.gatherPingV2Metrics=()=>{const we=function(Oe,Ve={}){const je=Array.from(Oe.values()),xe=je.filter(ie),nt=xe.length>0,Qt=Math.max(...je.map(Et=>Et.sent)),St=Math.max(...xe.map(Et=>Et.received));let Ut;if(nt){const Et=Date.now()-Qt<=V.duration.millisecond?je.length-1:je.length,wt=xe.length>Et?Et:xe.length,Vt=xe.map(Kt=>Kt.received-Kt.sent),{standardDeviation:Zt,mean:Ot,jitter:Xt}=function(Kt){const qt=Kt.length;if(qt===0)return{mean:NaN,standardDeviation:-1,jitter:NaN};const gn=Kt.reduce((ze,ht)=>ze+ht,0)/qt,Sn=Math.sqrt(Kt.map(ze=>Math.pow(ze-gn,2)).reduce((ze,ht)=>ze+ht)/qt);if(qt===1)return{mean:gn,standardDeviation:Sn,jitter:NaN};let on=0;for(let ze=1;ze<qt;ze++)on+=Math.abs(Kt[ze]-Kt[ze-1]);return{mean:gn,standardDeviation:Sn,jitter:on/(qt-1)}}(Vt),$t=je.filter(Kt=>Kt.sent<St-he),fn=$t.filter(Fe),En=fn.length===0?0:fn.length/$t.length;Ut={pingsSent:Et,pongsReceived:wt,average:Ot,standardDeviation:Zt,jitter:Xt,max:Math.max(...Vt),min:Math.min(...Vt),loss:En}}else Ut=null;const{temporalNow:Ge=Date.now()}=Ve,lt=(nt?St:Ge)-le;return Array.from(Oe.entries()).forEach(Et=>{const[wt,Vt]=Et;Vt.sent<lt&&Oe.delete(wt)}),Ut}(this.pingV2Map);if(we){const Oe=this.getRemoteDeviceId();this.pingInfo=we,N.stats.aggregate("rtc-ping-average",we.average,Object.assign({},Oe?{deviceId:Oe}:{})),N.stats.aggregate("rtc-ping-loss",we.loss,Object.assign({},Oe?{deviceId:Oe}:{})),N.stats.aggregate("rtc-jitter",we.jitter,Object.assign({},Oe?{deviceId:Oe}:{}))}},this._peerConnection=te;const{isOffer:Ee}=ge.baseConfig;Ee?this.initializeChannels(te):te.ondatachannel=we=>{switch(we.channel.label){case A:this.latestTtlStreamChannel=we.channel;break;case w:this.reliableStreamChannel=we.channel;break;case q:this.latestReliableStreamChannel=we.channel;break;case D:this.latestTryOnceStreamChannel=we.channel;break;case ee:return void(this.heartbeatChannel=we.channel);default:return void this.dataChannelNotifier(we.channel)}this.setupChannel(we.channel)},this.pingUpdateTimeout=setInterval(()=>{const{reliableStreamChannel:we}=this;we&&this.sendSystemMessage(we,{type:Y.Oe})},this.pingUpdateTimeoutMs),this.pingV2UpdateTimeout=setInterval(this.sendPingV2,this.pingV2UpdateTimeoutMs),this.pingV2MetricsGatherTimeout=setInterval(this.gatherPingV2Metrics,this.pingV2MetricsGatherTimeoutMs),this.streamsInfoUpdateTimeout=setInterval(()=>{const{latestTtlStreamChannel:we}=this;we&&this.sendSystemMessage(we,{type:Y.jF})},this.streamsInfoUpdateTimeoutMs),this.reassemblyTableCleanupTimeout=setInterval(()=>{const we=new Date().getTime();this.reassemblyTableLastTimestamp.forEach((Oe,Ve,je)=>{we>Ve+this.reassemblyTimeoutMs&&this.reassemblyTable.delete(Oe)})},this.reassemblyTableCleanupMs),this.heartbeatTimeout=setInterval(()=>{const{heartbeatChannel:we}=this;if(!we||we.readyState!=="open")return;const Oe=new Uint8Array([1]);we.send(Oe.buffer)},this.heartbeatTimeoutMs)}handleSignal(te){return Ne(this,void 0,void 0,function*(){const{peerConnection:I}=this,{track:ge}=this.config.baseConfig,ve=(()=>{try{return JSON.parse(te.getPayload())}catch{return}})();if(!ve)return void m.logger.error("Received unparseable signal.");m.logger.debug("Handling signal",{description:ve});const{sdp:Ee,type:we}=ve;if(!Ee||!we)return void m.logger.warn("Received non-SDP signal");const{signalingState:Oe,connectionState:Ve}=I;if(Oe!=="stable"||Ve!=="connected")if(I.remoteDescription)m.logger.warn(`Received SDP after remote description was set: ${Ee}`);else{if(we==="offer"){if(Oe!=="stable")return void m.logger.warn("Received offer SDP when signaling is ongoing.");yield I.setRemoteDescription(ve);const je=yield I.createAnswer();yield I.setLocalDescription(je);const xe=te.clone();return ge==null||ge("Answer Received",xe),xe.setPayload(JSON.stringify(je)),xe.setReceiverId(te.getSenderId()),xe.setSenderId(te.getReceiverId()),xe}if(we==="answer"){if(Oe==="stable")return void m.logger.warn("Received answer SDP when signaling hasn't started.");yield I.setRemoteDescription(ve)}}else m.logger.warn(`Received SDP when already connected: ${Ee}`)})}send(te,I){const ge=this.getChannelFromLabel(I.channelLabel);ge?this.sendOnChannel(ge,te):m.logger.warn("Send called with unexpected channel label",{channelLabel:I.channelLabel})}controlRemoteStream(te){this.sendSystemMessage((0,g.notNull)(this.reliableStreamChannel),{type:Y.F0,streamControl:te})}isActive(){return new Set(["new","checking","connected","completed"]).has(this.peerConnection.iceConnectionState)||this.isReady()}isReady(){const{reliableStreamChannel:te,latestTtlStreamChannel:I,latestTryOnceStreamChannel:ge,latestReliableStreamChannel:ve}=this;return(te==null?void 0:te.readyState)==="open"&&(I==null?void 0:I.readyState)==="open"&&(ge==null?void 0:ge.readyState)==="open"&&(ve==null?void 0:ve.readyState)==="open"}close(){return Ne(this,void 0,void 0,function*(){var te,I,ge,ve,Ee,we,Oe;this.closeCalled||(this.closeCalled=!0,yield(te=this.sessionMetrics)===null||te===void 0?void 0:te.uploadMetrics(),Pe(this.pingUpdateTimeout),Pe(this.pingV2UpdateTimeout),Pe(this.pingV2MetricsGatherTimeout),Pe(this.reassemblyTableCleanupTimeout),Pe(this.streamsInfoUpdateTimeout),Pe(this.heartbeatTimeout),(I=this._peerConnection)===null||I===void 0||I.close(),(ge=this.heartbeatChannel)===null||ge===void 0||ge.close(),(ve=this.latestReliableStreamChannel)===null||ve===void 0||ve.close(),(Ee=this.latestTryOnceStreamChannel)===null||Ee===void 0||Ee.close(),(we=this.latestTtlStreamChannel)===null||we===void 0||we.close(),(Oe=this.reliableStreamChannel)===null||Oe===void 0||Oe.close(),this._peerConnection=null,this.heartbeatChannel=null,this.latestReliableStreamChannel=null,this.latestTryOnceStreamChannel=null,this.latestTtlStreamChannel=null,this.reliableStreamChannel=null)})}getPing(){return this.pingTimeMs}getPingInfo(){return this.pingInfo}getLastMessageTimestamp(){return this.lastMessageTimestamp}getSessionCreatedTimestamp(){var te;return(te=this.config.remoteConfig)===null||te===void 0?void 0:te.sessionCreatedTimestamp}setSessionCreatedTimestamp(te){this.config.remoteConfig&&(this.config.remoteConfig.sessionCreatedTimestamp=te)}getSessionId(){var te;return(te=this.config.remoteConfig)===null||te===void 0?void 0:te.sessionId}setSessionId(te){this.config.remoteConfig&&(this.config.remoteConfig.sessionId=te,this.sessionMetrics=new X(te,this))}getRemotePeerId(){return this.config.baseConfig.remotePeerId}getRemoteDeviceId(){var te;return(te=this.config.baseConfig)===null||te===void 0?void 0:te.remoteDeviceId}setRemoteDeviceId(te){this.config.baseConfig.remoteDeviceId=te}getSessionMetricsMessageCounts(){var te;return(te=this.sessionMetrics)===null||te===void 0?void 0:te.counts}getConnectionStatsInfo(){return Ne(this,void 0,void 0,function*(){const{peerConnection:te}=this;if(!te)return;const I=yield te.getStats(null),ge=[];I.forEach(Ve=>{ge.push(Ve)});const ve=ge.find(Ve=>Ve.type==="transport");if(!ve)return;const Ee=ge.find(Ve=>(Ve.type==="candidate-pair"||Ve.type==="candidatepair")&&Ve.id===ve.selectedCandidatePairId);if(!Ee)return;const we=ge.find(Ve=>Ve.id===Ee.localCandidateId),Oe=ge.find(Ve=>Ve.id===Ee.remoteCandidateId);return we&&Oe&&(we.address=we.address||we.ip,Oe.address=Oe.address||Oe.ip,we.address!==void 0&&Oe.address!==void 0)?{transport:ve,localCandidate:we,remoteCandidate:Oe,candidatePair:Ee}:void 0})}initializeChannels(te){this.heartbeatChannel=te.createDataChannel(ee,re),this.heartbeatChannel.binaryType="arraybuffer",this.latestTtlStreamChannel=te.createDataChannel(A,j),this.latestTtlStreamChannel.binaryType="arraybuffer",this.reliableStreamChannel=te.createDataChannel(w,Z),this.reliableStreamChannel.binaryType="arraybuffer",this.latestReliableStreamChannel=te.createDataChannel(q,M),this.latestReliableStreamChannel.binaryType="arraybuffer",this.latestTryOnceStreamChannel=te.createDataChannel(D,C),this.latestTryOnceStreamChannel.binaryType="arraybuffer",this.setupChannel(this.latestTtlStreamChannel),this.setupChannel(this.reliableStreamChannel),this.setupChannel(this.latestReliableStreamChannel),this.setupChannel(this.latestTryOnceStreamChannel)}getOffer(){return Ne(this,void 0,void 0,function*(){var te,I,ge,ve;const{gotOffer:Ee}=this,{peerConnection:we,config:Oe}=this;if(this.config.baseConfig.isLan)throw new Error('"getOffer" method can only be called with internet connections. LAN connections should call the "getLanOffer" method.');const Ve=(te=this.config.remoteConfig)===null||te===void 0?void 0:te.sessionId;if(Ee)return void m.logger.debug("Failed to generate offer because gotOffer was already called.");if(this.gotOffer=!0,ue(this.peerConnection))return void m.logger.debug("Failed to generate offer because the peer connection was inactive.");const je=Oe.baseConfig.track;we.onicecandidate=()=>{this.hasIceCandidate=!0},we.oniceconnectionstatechange=()=>Ne(this,void 0,void 0,function*(){const lt=we.iceConnectionState;if(lt==="connected"||lt==="completed"){const Et=yield this.getConnectionStatsInfo(),wt=Et?fe(Et):void 0;m.logger.info(`ICE connection state changed to ${lt}`,{sessionId:Ve,connectionStatsInfo:Et,iceMode:wt}),je==null||je("ICE connection state change",{iceConnectionState:lt,sessionId:Ve,connectionStatsInfo:Et,iceMode:wt})}}),yield we.setLocalDescription(yield we.createOffer());const xe=we.getConfiguration?we.getConfiguration().iceTransportPolicy:"all",nt=new Date().getTime();for(;;){const lt=new Date().getTime()-nt;if(lt>this.connectTimeoutMs)return void m.logger.debug("Failed to generate offer because ICE gathering timed out.");if(lt>this.iceGatheringTimeoutMs&&this.hasIceCandidate){m.logger.debug("ICE gathering partially completed; proceeding",{iceTransportPolicy:xe,waitTime:lt}),je==null||je("ICE gathering partially completed",{sessionId:Ve,iceTransportPolicy:xe,waitTime:lt});break}if(we.iceGatheringState==="complete"){m.logger.debug("ICE gathering complete",{iceTransportPolicy:xe,waitTime:lt}),je==null||je("ICE gathering completed",{sessionId:Ve,iceTransportPolicy:xe,waitTime:lt});break}yield(0,F.delay)(.1*V.duration.second)}const Qt=(I=this.iceServers)!==null&&I!==void 0?I:[];for(const lt of Qt)"credentialType"in lt&&(lt.credentialType=void 0);const St=JSON.stringify(Qt),Ut=new r.Signal;Ut.setPayload(JSON.stringify(we.localDescription)),Ut.setSenderId(this.config.baseConfig.localPeerId),Ut.setReceiverId(this.config.baseConfig.remotePeerId),Ut.setIceServers(St),Ut.setIceTransportPolicy(xe!=null?xe:"all"),this.config.baseConfig.sessionType!==void 0?Ut.setSessionType(this.config.baseConfig.sessionType):Ut.setSessionType(r.SessionType.TELEOP);const Ge=this.config.baseConfig.lockDevice===!0;return Ut.setLockDevice(Ge),(globalThis.__formant_proto_debug===!0||me!==void 0&&((ge=me.env)===null||ge===void 0?void 0:"production")!=="production")&&console.log("[formant:proto] RtcConnection getOffer created Signal",{signalConstructor:(ve=Ut.constructor)===null||ve===void 0?void 0:ve.name,baseConfigLockDevice:this.config.baseConfig.lockDevice,lockDeviceForOffer:Ge,offerGetLockDevice:Ut.getLockDevice(),hasSetLockDevice:typeof Ut.setLockDevice=="function"}),m.logger.debug("Sending offer signal with description",{description:Ut.getPayload(),baseConfigLockDevice:this.config.baseConfig.lockDevice,lockDeviceForOffer:Ge,offerGetLockDevice:Ut.getLockDevice()}),Ut})}getLanOffer(){return Ne(this,void 0,void 0,function*(){const{peerConnection:te,gotOffer:I}=this;if(!this.config.baseConfig.isLan)throw new Error('"getLanOffer" method can only be used with LAN connections. Internet connections should call the "getOffer" method.');if(I)return void m.logger.debug("Failed to generate offer because gotOffer was already called.");if(this.gotOffer=!0,ue(this.peerConnection))return void m.logger.debug("Failed to generate offer because the peer connection was inactive.");yield te.setLocalDescription(yield te.createOffer());const ge=new Date().getTime();for(;;){if(new Date().getTime()-ge>this.iceGatheringTimeoutMs)return void m.logger.debug("Failed to generate offer because ICE gathering timed out.");if(te.iceGatheringState==="complete")break;yield(0,F.delay)(.1*V.duration.second)}const ve=te.localDescription;if(ve)return m.logger.debug("Sending LAN offer signal with description",{description:ve}),ve;m.logger.error("Failed to generate LAN offer description")})}handleLanAnswer(te){return Ne(this,void 0,void 0,function*(){const{peerConnection:I}=this;if(!this.config.baseConfig.isLan)throw new Error('"handleLanAnswer" method can only be used with LAN connections. Internet connections should call the "handleSignal" method.');yield I.setRemoteDescription(te)})}getChannelFromLabel(te){switch(te){case A:return this.latestTtlStreamChannel;case w:return this.reliableStreamChannel;case q:return this.latestReliableStreamChannel;case D:return this.latestTryOnceStreamChannel}}sendOnChannel(te,I){var ge;let ve;try{ve=(0,K.encode)(JSON.stringify(I))}catch(Ee){return void m.logger.warn("Failed to encode RTC message",{error:Ee})}try{const Ee=new Uint8Array(ve);te.send(Ee.buffer),(ge=this.sessionMetrics)===null||ge===void 0||ge.incrementLocalSent(I)}catch(Ee){m.logger.warn("Failed to send message to channel",{error:Ee,channel:te.label})}}channelNotRecognized(te){return te!==this.latestTtlStreamChannel&&te!==this.latestReliableStreamChannel&&te!==this.latestTryOnceStreamChannel&&te!==this.reliableStreamChannel}setupChannel(te){te.onmessage=I=>{var ge,ve,Ee,we;if(this.channelNotRecognized(te))return void m.logger.warn("Received message on unrecognized data channel.");let Oe;if(I.data instanceof ArrayBuffer)try{if(L(I.data)){const je=H(I.data);return void this.receiveBinaryH264Message(te,je)}if(ae(I.data)){const je=function(xe){if(!ae(xe))throw new Error("Data is not a binary chunk message");const nt=new DataView(xe);return{communicationType:"binary-chunk",chunkId:nt.getUint32(4,!1),sequence:nt.getUint32(8,!1),total:nt.getUint32(12,!1),data:new Uint8Array(xe.slice(16))}}(I.data);return void this.receiveBinaryChunkMessage(te,je)}const Ve=(0,K.decode)(new Uint8Array(I.data));Oe=JSON.parse(Ve)}catch(Ve){return void m.logger.warn("Received unparseable binary message on RTC stream data channel",{error:Ve,channel:te.label})}else try{const Ve=typeof I.data=="string"?I.data:(0,K.decode)(I.data instanceof ArrayBuffer?new Uint8Array(I.data):I.data);Oe=JSON.parse(Ve)}catch(Ve){return void m.logger.warn("Received unparseable JSON message on RTC stream data channel",{error:Ve,channel:te.label})}if(Oe.communicationType==="message-chunk")this.receiveChannelMessageChunk(te,Oe);else{const Ve=Oe;if(!((ge=Ve.payload)===null||ge===void 0)&&ge.h264VideoFrame){const je={communicationType:"binary-h264",timestamp:((ve=Ve.header)===null||ve===void 0?void 0:ve.created)||Date.now(),streamName:((we=(Ee=Ve.header)===null||Ee===void 0?void 0:Ee.stream)===null||we===void 0?void 0:we.streamName)||te.label,frame:Ve.payload.h264VideoFrame};this.receiveBinaryH264Message(te,je)}else this.receiveChannelMessage(te,Ve)}},te.onerror=I=>{m.logger.warn(`Channel error: ${I.error}`,{error:I.error,sessionId:this.getSessionId(),channelLabel:te.label})},te.onopen=()=>{m.logger.debug("Channel opened",{sessionId:this.getSessionId(),channelLabel:te.label})},te.onclose=()=>{const I={bufferedAmount:te.bufferedAmount,sessionId:this.getSessionId(),channelLabel:te.label};this.closeCalled===!1?m.logger.debug("Unexpected channel closed",I):m.logger.debug("Channel closed",I)}}receiveChannelMessage(te,I){var ge;const{config:ve}=this,{remotePeerId:Ee}=this.config.baseConfig;this.lastMessageTimestamp=new Date().getTime(),I=Re(I),(ge=this.sessionMetrics)===null||ge===void 0||ge.incrementLocalReceived(I),this.handleSystemMessage(te,I)||(te===this.latestTryOnceStreamChannel||te===this.latestTtlStreamChannel||te===this.latestReliableStreamChannel)&&!this.isLatestMessage(I)||ve.baseConfig.receive(Ee,I)}receiveChannelMessageChunk(te,I){const ge=this.reassemblyTable.get(I.id)||[];if(ge.push(I),ge.length===I.total){const ve=function(Ee){const we=Ee.sort((Oe,Ve)=>Oe.seq<Ve.seq?-1:1).map(Oe=>Oe.part).reduce((Oe,Ve)=>Oe+Ve);try{return JSON.parse(we)}catch{return void m.logger.warn("Could not reassemble RTC message chunks")}}(ge);return ve&&this.receiveChannelMessage(te,ve),void this.reassemblyTable.delete(I.id)}this.reassemblyTable.set(I.id,ge),this.reassemblyTableLastTimestamp.set(I.id,new Date().getTime())}receiveBinaryH264Message(te,I){const ge={communicationType:"message",header:{stream:{entityId:this.config.baseConfig.remotePeerId||"",streamName:I.streamName,streamType:"h264-video-frame"},created:I.timestamp,frameId:""},payload:{h264VideoFrame:I.frame}};this.receiveChannelMessage(te,ge)}receiveBinaryChunkMessage(te,I){const ge=I.chunkId,ve=this.binaryReassemblyTable.get(ge)||new Map;if(ve.set(I.sequence,I.data),ve.size===I.total){let Ee=0;for(const Ve of ve.values())Ee+=Ve.length;const we=new Uint8Array(Ee);let Oe=0;for(let Ve=0;Ve<I.total;Ve++){const je=ve.get(Ve);je&&(we.set(je,Oe),Oe+=je.length)}try{if(L(we.buffer)){const Ve=H(we.buffer);this.receiveBinaryH264Message(te,Ve)}}catch(Ve){m.logger.warn("Failed to parse reassembled binary message",{error:Ve,chunkId:ge,channel:te.label})}return this.binaryReassemblyTable.delete(ge),void this.binaryReassemblyTableLastTimestamp.delete(ge)}this.binaryReassemblyTable.set(ge,ve),this.binaryReassemblyTableLastTimestamp.set(ge,new Date().getTime())}handleSystemMessage(te,I){var ge,ve;const{config:Ee}=this,{baseConfig:we}=Ee,{remotePeerId:Oe,remoteDeviceId:Ve}=we;switch(I.header.stream.streamType){case Y.Oe:return this.sendSystemMessage(te,{type:Y.uZ,timestamp:(0,g.defined)(I.payload.ping)}),!0;case Y.uZ:{const je=new Date().getTime()-(0,g.defined)(I.payload.pong);return this.pingTimeMs=je,N.stats.aggregate("rtc-ping-time",je,Object.assign({},Ve?{deviceId:Ve}:{})),!0}case Y.wh:return this.sendPingV2(),!0;case Y.cs:{const je=(0,g.defined)(I.payload.pongV2),xe=this.pingV2Map.get(je.id);return(xe==null?void 0:xe.sent)!==je.timestamp&&m.logger.warn("Pong timestamp doesn't match stored value",{currentEntry:xe,pong:je}),this.pingV2Map.set(je.id,{sent:je.timestamp,received:new Date().getTime()}),!0}case Y.jF:{const{sessionMetrics:je}=this,xe=(ge=I.payload.streamsInfo)===null||ge===void 0?void 0:ge.timestamp;return!!xe&&(je==null||je.updateRemoteMessagesCounts(I),(ve=we.onStreamsInfoUpdate)===null||ve===void 0||ve.call(we,Oe,xe),!0)}case Y.F0:return!0;default:return!1}}sendSystemMessage(te,I){var ge;const{localUserId:ve,localPeerId:Ee}=this.config.baseConfig;if(te.readyState!=="open")return;const we={entityId:ve!=null?ve:Ee,streamName:`$.${I.type}`,streamType:I.type};let Oe;switch(I.type){case Y.Oe:Oe={ping:new Date().getTime()};break;case Y.uZ:Oe={pong:I.timestamp};break;case Y.wh:Oe={pingV2:I.payload};break;case Y.cs:Oe={pongV2:I.payload};break;case Y.F0:Oe={streamControl:I.streamControl};break;case Y.jF:Oe={streamsInfo:(ge=this.sessionMetrics)===null||ge===void 0?void 0:ge.getLocalStreamsInfo(new Date().getTime())}}this.sendOnChannel(te,Be(we,Oe))}isLatestMessage(te){const I=de(te.header.stream),ge=(this.streamLatestTimestamp.get(I)||0)<=te.header.created;return ge&&this.streamLatestTimestamp.set(I,te.header.created),ge}}function Pe(qe){qe&&clearInterval(qe)}function J(){m.logger.debug("forceGarbageCollection() triggered"),queueMicrotask(()=>{let qe=document.createElement("img");qe.src=window.URL.createObjectURL(new Blob([new ArrayBuffer(5e7)])),qe.onerror=function(){window.URL.revokeObjectURL(this.src),qe=null}})}function x(qe){try{return qe instanceof Error?`${qe.name}: ${qe.message}`:typeof qe=="object"?JSON.stringify(qe):String(qe)}catch{return"Unknown error"}}function $(qe){var te,I;return{userId:(te=qe.getUserId())===null||te===void 0?void 0:te.getValue(),deviceId:(I=qe.getDeviceId())===null||I===void 0?void 0:I.getValue(),organizationId:qe.getOrganizationId(),id:qe.getPeerId(),capabilities:[],capabilitySet:{}}}var ce=function(qe,te,I,ge){return new(I||(I=Promise))(function(ve,Ee){function we(je){try{Ve(ge.next(je))}catch(xe){Ee(xe)}}function Oe(je){try{Ve(ge.throw(je))}catch(xe){Ee(xe)}}function Ve(je){var xe;je.done?ve(je.value):(xe=je.value,xe instanceof I?xe:new I(function(nt){nt(xe)})).then(we,Oe)}Ve((ge=ge.apply(qe,te||[])).next())})};const be=qe=>qe.map(te=>Object.assign(Object.assign(Object.assign({},te),te.username?{username:"<REDACTED>"}:null),te.credential?{credential:"<REDACTED>"}:null));class ye{constructor(te){this.config=te,this.grpcCallDeadline=5*V.duration.second,this.refreshIntervalDelayMs=2*V.duration.second,this.iceServersTtl=30*V.duration.minute,this.connections=[],this.localConnections=[],this.isConnectionInitiator=new WeakSet,this.isOutgoingConnection=new Set,this.peerDataChannelListeners=[],this.rtcInstancesConstructed=0,this.statsLoopsExecuted=0;const{refreshIntervalDelayMs:I}=this;this.refreshInterval=(0,v.setPromiseInterval)({func:()=>ce(this,void 0,void 0,function*(){try{yield this.update()}catch(ge){m.logger.warn("RTC refresh failed",{error:ge})}}),delay:I})}send(te,I,ge){const ve=this.getActiveConnection(te);ve?ve.isReady()?ve.send(I,ge):m.logger.warn("Send called with unready connection."):m.logger.warn("Send called with no connection.")}controlRemoteStream(te,I){const ge=this.getActiveConnection(te);ge?ge.isReady()?ge.controlRemoteStream(I):m.logger.warn("controlRemoteStream called with unready connection."):m.logger.warn("controlRemoteStream called with no connection.")}getLocalPeer(){return ce(this,void 0,void 0,function*(){for(;!this.localPeer;)yield(0,F.delay)(.1*V.duration.second);return $(this.localPeer)})}connect(te,I,ge){return ce(this,void 0,void 0,function*(){var ve,Ee,we,Oe;if(this.config.lanOnlyMode===!0)throw new Error("connect method called in local only mode.");const{track:Ve,signalingClient:je}=this.config,{localPeer:xe,receiveSignalStream:nt,iceServers:Qt}=this;if(!xe||!nt||!Qt)return void m.logger.warn("Connect called prior to local peer, receiveSignalStream, and ICE servers ready");if(this.getActiveConnection(te))return void m.logger.warn("Connect called for peer with existing connection.");if(this.isOutgoingConnection.has(te))return void m.logger.warn("Connect called for peer with an existing outgoing connection offer.");this.isOutgoingConnection.add(te);const St=(ve=ge==null?void 0:ge.lockDevice)!==null&&ve!==void 0?ve:this.config.lockDevice,Ut=(0,y.gK)(Qt,I);m.logger.debug("Received ICE servers:",be(Qt)),m.logger.debug("Using ICE servers:",be(Ut));const Ge=new Ze(yield this.createRTCPeerConnection(Ut),Ut,{baseConfig:{isOffer:!0,isLan:!1,receive:(Ot,Xt)=>this.config.receive(Ot,Xt),onStreamsInfoUpdate:this.config.onStreamsInfoUpdate?(Ot,Xt)=>{var $t,fn;return(fn=($t=this.config).onStreamsInfoUpdate)===null||fn===void 0?void 0:fn.call($t,Ot,Xt)}:void 0,track:this.config.lanOnlyMode?void 0:this.config.track,localUserId:(Ee=xe.getUserId())===null||Ee===void 0?void 0:Ee.getValue(),localPeerId:xe.getPeerId(),remotePeerId:te,sessionType:this.config.sessionType,lockDevice:St},remoteConfig:{}},Ot=>this.onCustomDataChannel(te,Ot)),lt=yield Ge.getOffer();if(!lt)return m.logger.error("Failed to generate offer."),void this.isOutgoingConnection.delete(te);m.logger.debug("Sending offer."),Ve==null||Ve("Sending offer",(0,_.redactStringifiedFields)(lt)),St&&lt.setLockDevice(!0);const Et=new r.SendSignalRequest;Et.setSignal(lt);const wt=yield(()=>ce(this,void 0,void 0,function*(){var Ot,Xt;try{return yield W.withDeadline(je.sendSignal(Et,yield this.getMetadata()),this.grpcCallDeadline)}catch($t){m.logger.warn("Error when sending signal",{error:$t}),(Xt=(Ot=this.config).onConnectionError)===null||Xt===void 0||Xt.call(Ot,$t)}}))();if(!this.isOutgoingConnection.has(te))return void m.logger.debug("No offer set after receiving offer signal response.");m.logger.debug("Offer sent.");const Vt=(we=wt==null?void 0:wt.getSessionId())===null||we===void 0?void 0:we.getValue(),Zt=(Oe=wt==null?void 0:wt.getSessionCreatedTimestamp())===null||Oe===void 0?void 0:Oe.getValue();return Vt&&Zt?(Ge.setSessionId(Vt),Ge.setSessionCreatedTimestamp(Zt),this.isOutgoingConnection.delete(te),this.connections.push(Ge),this.isConnectionInitiator.add(Ge),this.setupHandlers(Ge),Vt):(m.logger.warn("No session ID or no session created timestamp on send signal response."),void this.isOutgoingConnection.delete(te))})}connectLan(te){return ce(this,void 0,void 0,function*(){var I,ge;const ve=new B.s(te),Ee=new Ze(yield this.createRTCPeerConnection([]),[],{baseConfig:{isOffer:!0,isLan:!0,receive:(je,xe)=>this.config.receive(je,xe),onStreamsInfoUpdate:this.config.onStreamsInfoUpdate?(je,xe)=>{var nt,Qt;return(Qt=(nt=this.config).onStreamsInfoUpdate)===null||Qt===void 0?void 0:Qt.call(nt,je,xe)}:void 0,track:this.config.lanOnlyMode?void 0:this.config.track,localUserId:(ge=(I=this.localPeer)===null||I===void 0?void 0:I.getUserId())===null||ge===void 0?void 0:ge.getValue(),localPeerId:"lan_client",remotePeerId:te}},je=>this.onCustomDataChannel(te,je)),we=yield Ee.getLanOffer();if(!we)return m.logger.warn("Could not generate LAN offer"),!1;const Oe=yield ve.postLanRtcOffer({offer:JSON.stringify(we)}),Ve=new RTCSessionDescription(JSON.parse(Oe.answer));return yield Ee.handleLanAnswer(Ve),this.localConnections.push(Ee),this.isConnectionInitiator.add(Ee),h()})}getConnections(){return[...this.connections,...this.localConnections]}createCustomDataChannel(te,I,ge,ve,Ee){const we="custom.",Oe=this.getActiveConnection(te);if(Oe&&this.isConnectionInitiator.has(Oe)){const je=Oe.peerConnection.createDataChannel(we+I,ge);return ve&&(je.binaryType="arraybuffer"),Ee(te,je),()=>{}}const Ve=(je,xe)=>{te===je&&xe.label===we+I&&Ee(te,xe)};return this.peerDataChannelListeners.push(Ve),()=>{this.peerDataChannelListeners=this.peerDataChannelListeners.filter(je=>je!==Ve)}}onCustomDataChannel(te,I){this.peerDataChannelListeners.forEach(ge=>ge(te,I))}getConnectionStatus(te){if(this.isOutgoingConnection.has(te))return"connecting";const I=this.getActiveConnection(te);return I?I.isReady()?"connected":"connecting":"disconnected"}getConnectionStatsInfo(te){return ce(this,void 0,void 0,function*(){const I=this.getActiveConnection(te);if(I)return yield I.getConnectionStatsInfo()})}disconnect(te){return ce(this,void 0,void 0,function*(){const I=this.getActiveConnection(te);I&&(yield I.close(),this.connections=this.connections.filter(ge=>ge!==I),this.localConnections=this.localConnections.filter(ge=>ge!==I))})}getPeers(){return ce(this,void 0,void 0,function*(){if(this.config.lanOnlyMode)throw new Error("getPeers method cannot be used in local-only mode.");const{signalingClient:te}=this.config,I=yield(()=>ce(this,void 0,void 0,function*(){try{return yield W.withDeadline(te.getPeers(new r.GetPeersRequest,yield this.getMetadata()),this.grpcCallDeadline)}catch(Ee){m.logger.warn("Error when getting peers",{error:Ee})}}))();if(!I)return[];const ge=I.getPeersList();if(!ge)return[];const ve=Ee=>{var we,Oe;return(Oe=(we=Ee.getPeerCreatedTimestamp())===null||we===void 0?void 0:we.getValue())!==null&&Oe!==void 0?Oe:0};return ge.sort((Ee,we)=>ve(we)-ve(Ee)).map(Ee=>$(Ee))})}getSessions(){return ce(this,void 0,void 0,function*(){if(this.config.lanOnlyMode)throw new Error("getPeers method cannot be used in local-only mode.");const{signalingClient:te}=this.config,I=yield(()=>ce(this,void 0,void 0,function*(){try{return yield W.withDeadline(te.getPeers(new r.GetPeersRequest,yield this.getMetadata()),this.grpcCallDeadline)}catch(Ee){m.logger.warn("Error when getting peers",{error:Ee})}}))();if(!I)return{};const ge=I.getPeersList(),ve={};for(const Ee of ge)ve[Ee.getPeerId()]=Ee.getSessionIdsList();return ve})}getPing(te){const I=this.getActiveConnection(te);if(I)return I.getPing();m.logger.warn("Attempted to get ping time from inactive peer.")}getPingInfo(te){const I=this.getActiveConnection(te);if(I)return I.getPingInfo();m.logger.warn("Attempted to get ping time from inactive peer.")}getLastMessageTimestamp(te){const I=this.getActiveConnection(te);if(I)return I.getLastMessageTimestamp();m.logger.warn("Attempted to get last message time from inactive peer.")}getSessionMetricsMessageCounts(te){const I=this.getActiveConnection(te);if(I)return I.getSessionMetricsMessageCounts();m.logger.warn("Attempted to get session metrics counts from inactive peer.")}isReady(){if(this.config.lanOnlyMode)return!0;const{localPeer:te,receiveSignalStream:I,iceServers:ge}=this;return!!(te&&I&&ge)}shutdown(){return ce(this,void 0,void 0,function*(){yield this.refreshInterval.stop(),this.receiveSignalStream&&this.receiveSignalStream.cancel();const te=this.connections;this.connections=[],yield this.closeConnections(te);const I=this.localConnections;this.localConnections=[],yield this.closeConnections(I),this.isOutgoingConnection.clear(),this.peerDataChannelListeners=[];const{localPeer:ge}=this;if(!ge||this.config.lanOnlyMode)return;const{signalingClient:ve}=this.config;yield(()=>ce(this,void 0,void 0,function*(){try{const Ee=new r.DeletePeerRequest;Ee.setPeerId(ge.getPeerId()),yield W.withDeadline(ve.deletePeer(Ee,yield this.getMetadata()),this.grpcCallDeadline)}catch(Ee){return void m.logger.warn("Error deleting local peer",{error:Ee})}}))()})}createPeer(){return ce(this,void 0,void 0,function*(){if(this.config.lanOnlyMode)throw new Error("createPeer method cannot be used in local-only mode.");const{signalingClient:te}=this.config,I=yield(()=>ce(this,void 0,void 0,function*(){try{return yield W.withDeadline(te.createPeer(new r.CreatePeerRequest,yield this.getMetadata()),this.grpcCallDeadline)}catch(ve){const Ee=ve;m.logger.debug("createPeer failed",{error:Ee});const we=x(Ee);throw new Error(`Was not able to create peer: ${we}`)}}))(),ge=I==null?void 0:I.getPeer();if(!ge)throw new Error("Response did not provide peer.");return this.localPeer=ge})}createReceiveSignalStream(){return ce(this,void 0,void 0,function*(){if(this.config.lanOnlyMode)throw new Error("createReceiveSignalStream method cannot be used in local-only mode.");const{signalingClient:te}=this.config,{localPeer:I,iceServers:ge}=this;if(!I||!ge)return;const{receiveSignalStream:ve}=this;ve&&ve.cancel();const Ee=new r.ReceiveSignalStreamRequest;Ee.setPeerId(I.getPeerId());const we=yield(()=>ce(this,void 0,void 0,function*(){try{return te.receiveSignalStream(Ee,yield this.getMetadata({hasDeadline:!1}))}catch(Oe){m.logger.debug("createReceiveSignalStream failed",{error:Oe});const Ve=x(Oe);throw new Error(`Unable to create receive signal stream: ${Ve}`)}}))();if(!we)throw new Error("Response did not provide stream.");return we.on("data",Oe=>ce(this,void 0,void 0,function*(){var Ve,je,xe,nt;const Qt=Oe.getSignal(),St=(Ve=Qt==null?void 0:Qt.getSessionId())===null||Ve===void 0?void 0:Ve.getValue(),Ut=Qt==null?void 0:Qt.getSenderId(),Ge=Qt==null?void 0:Qt.getReceiverId(),lt=(je=Qt==null?void 0:Qt.getSessionCreatedTimestamp())===null||je===void 0?void 0:je.getValue();if(!(Qt&&St&&Ut&&Ge&&lt))return void m.logger.warn("Received signal with missing information.");const Et=this.getActiveConnection(Ut);if(Et)if(Et.getSessionId()!==St){if(m.logger.debug("Received signal: different session for a peer we're already connected to."),(Et.getSessionCreatedTimestamp()||0)>lt)return;const wt=new Ze(yield this.createRTCPeerConnection(ge),ge,{baseConfig:{isOffer:!1,isLan:!1,receive:(Vt,Zt)=>this.config.receive(Vt,Zt),onStreamsInfoUpdate:this.config.onStreamsInfoUpdate?(Vt,Zt)=>{var Ot,Xt;return(Xt=(Ot=this.config).onStreamsInfoUpdate)===null||Xt===void 0?void 0:Xt.call(Ot,Vt,Zt)}:void 0,track:this.config.lanOnlyMode?void 0:this.config.track,localPeerId:I.getPeerId(),localUserId:(nt=I.getUserId())===null||nt===void 0?void 0:nt.getValue(),remotePeerId:Ut},remoteConfig:{sessionId:St,sessionCreatedTimestamp:lt}},Vt=>this.onCustomDataChannel(Ut,Vt));yield wt.handleSignal(Qt),this.connections.push(wt)}else m.logger.debug("Received signal: for an existing connection."),yield Et.handleSignal(Qt);else{m.logger.debug("Received signal: new connection.");const wt=new Ze(yield this.createRTCPeerConnection(ge),ge,{baseConfig:{isOffer:!1,isLan:!1,receive:(Vt,Zt)=>this.config.receive(Vt,Zt),onStreamsInfoUpdate:this.config.onStreamsInfoUpdate?(Vt,Zt)=>{var Ot,Xt;return(Xt=(Ot=this.config).onStreamsInfoUpdate)===null||Xt===void 0?void 0:Xt.call(Ot,Vt,Zt)}:void 0,track:this.config.lanOnlyMode?void 0:this.config.track,localPeerId:I.getPeerId(),localUserId:(xe=I.getUserId())===null||xe===void 0?void 0:xe.getValue(),remotePeerId:Ut},remoteConfig:{sessionId:St,sessionCreatedTimestamp:lt}},Vt=>this.onCustomDataChannel(Ut,Vt));yield wt.handleSignal(Qt),this.connections.push(wt)}})),we.on("end",()=>{we.cancel(),this.receiveSignalStream=void 0}),we.on("error",Oe=>{switch(Oe.code){case s.StatusCode.CANCELLED:case s.StatusCode.UNAVAILABLE:case s.StatusCode.UNKNOWN:m.logger.debug("Receive signal stream error",{error:Oe});break;case s.StatusCode.UNAUTHENTICATED:m.logger.warn("Receive signal stream error",{error:Oe});break;default:m.logger.error("Receive signal stream error",{error:Oe})}we.cancel(),this.receiveSignalStream=void 0}),this.receiveSignalStream=we})}createRTCPeerConnection(te){return ce(this,void 0,void 0,function*(){var I;const ge=(I=this.config.alternateRTCPeerConnection)!==null&&I!==void 0?I:window.RTCPeerConnection;if(!ge)throw(0,U.T)()!=="Chrome"?new Error("WebRTC is not enabled. Please try again with the latest version of Google Chrome."):new Error("WebRTC is not enabled. Please ensure WebRTC is not disabled by ad blocking software.");this.rtcInstancesConstructed++,this.rtcInstancesConstructed%20||J();try{return new ge({iceServers:te})}catch(ve){throw m.logger.debug(`Failed to create RTCPeerConnection: ${this.rtcInstancesConstructed} total allocated`),ve}})}closeConnections(te){return ce(this,void 0,void 0,function*(){const I=yield(0,f.u)(te.map(ge=>ce(this,void 0,void 0,function*(){yield ge.close()})));for(const ge of I)m.logger.warn("Request to close session failed",{error:ge})})}getActiveConnection(te){return this.getConnections().find(I=>I.getRemotePeerId()===te&&I.isActive())}update(){return ce(this,void 0,void 0,function*(){var te;if(this.localConnections=this.localConnections.filter(nt=>nt.isActive()),this.config.lanOnlyMode)return;const{signalingClient:I}=this.config;if(!this.localPeer||!this.receiveSignalStream||!this.iceServers){const nt=[];return this.localPeer||nt.push(this.createPeer()),this.iceServers||nt.push(this.updateIceServers()),yield Promise.all(nt),void(this.receiveSignalStream||(yield this.createReceiveSignalStream()))}const[ge,ve]=(Ee=this.connections,we=nt=>nt.isActive(),Ee.reduce((nt,Qt,St,Ut)=>{const[Ge,lt]=nt;return(we(Qt)?Ge:lt).push(Qt),nt},[[],[]]));var Ee,we;yield this.closeConnections(ve),this.connections=ge,this.gatherConnectionStats().catch(nt=>{m.logger.warn("Error calling gatherConnectionStats",{error:nt})}),this.statsLoopsExecuted++;const{localPeer:Oe}=this,Ve=this.connections.filter(nt=>nt.getSessionId).map(nt=>(0,g.defined)(nt.getSessionId()));Oe.setSessionIdsList(Ve);const je=new r.RefreshPeerRequest;je.setPeer(Oe);try{yield W.withDeadline(I.refreshPeer(je,yield this.getMetadata()),this.grpcCallDeadline)}catch(nt){nt instanceof s.RpcError&&nt.code===s.StatusCode.NOT_FOUND?(m.logger.warn("Peer expired, creating new peer",{peerId:Oe.getPeerId()}),yield this.reset()):m.logger.warn("Error calling RefreshPeer",{error:nt})}const xe=yield this.getPeers();for(const nt of this.connections)nt.setRemoteDeviceId((te=xe.find(Qt=>Qt.id===nt.getRemotePeerId()))===null||te===void 0?void 0:te.deviceId)})}gatherConnectionStats(){return ce(this,void 0,void 0,function*(){if(this.statsLoopsExecuted%10!=0||this.connections.length!==1)return;const te=yield this.connections[0].getConnectionStatsInfo(),I=te?fe(te):void 0;I?N.stats.setTag("rtc-connection-type",I):N.stats.setTag("rtc-connection-type","unknown")})}reset(){return ce(this,void 0,void 0,function*(){yield this.closeConnections(this.connections),this.connections=[],this.isOutgoingConnection.clear(),yield this.createPeer(),yield this.createReceiveSignalStream()})}updateIceServers(){return ce(this,void 0,void 0,function*(){if(this.config.lanOnlyMode)return;const{iceServersLastUpdate:te,iceServersTtl:I}=this,ge=new Date().getTime();if(!te||ge-te>I)try{const ve=(yield W.withDeadline(this.config.signalingClient.getIceServers(new r.GetIceServersRequest,yield this.getMetadata()),this.grpcCallDeadline)).getIceServers();this.iceServers=JSON.parse(ve),this.iceServersLastUpdate=ge}catch(ve){m.logger.warn("Error in updateIceServers",{error:ve})}})}setupHandlers(te){const{peerConnection:I}=te,ge=te.getSessionCreatedTimestamp();I.onconnectionstatechange=()=>ce(this,void 0,void 0,function*(){const ve=I.connectionState;if(!ge)return;const Ee=te.getRemoteDeviceId();switch(ve){case"connected":N.stats.aggregate("rtc-connect-time",new Date().getTime()-ge,Object.assign({},Ee?{deviceId:Ee}:{}));break;case"failed":N.stats.increment("rtc-connect-failed",Object.assign({},Ee?{deviceId:Ee}:{}))}})}getMetadata(){return ce(this,arguments,void 0,function*(te={}){if(this.config.lanOnlyMode)throw new Error("getMetadata method cannot be called in local-only mode");const{getToken:I}=this.config,{grpcCallDeadline:ge}=this,{hasDeadline:ve=!0}=te,Ee=ve?{deadline:(Date.now()+ge).toString(10)}:null;try{const we=yield I();return Object.assign({authorization:we},Ee)}catch(we){throw m.logger.error("getToken() failed",{error:we}),new Error("Cannot get authorization token")}})}}var Me=__webpack_require__(4560),ot=__webpack_require__(5848);class it{constructor(te,I){this.sentMessagesCounts=new Map,this.receivedMessagesCounts=new Map,this.sessionId=te,this.connection=I}incrementMessageSent(te){const I=de(te.header.stream);this.sentMessagesCounts.set(I,(this.sentMessagesCounts.get(I)||0)+1)}incrementMessageReceived(te){const I=de(te.header.stream);this.receivedMessagesCounts.set(I,(this.receivedMessagesCounts.get(I)||0)+1)}uploadMetrics(){return te=this,I=void 0,ve=function*(){const{sessionId:Ee}=this,we=yield this.connection.peerConnection.getStats(),Oe={};we.forEach(je=>Oe[je.id]=je),m.logger.debug("rtc-stats",Object.assign(Object.assign({},Oe),{sessionId:Ee}));const Ve=[...new Set(Array.from(this.sentMessagesCounts.keys()).concat(Array.from(this.receivedMessagesCounts.keys())))].reduce((je,xe)=>{const nt=this.sentMessagesCounts.get(xe),Qt=this.receivedMessagesCounts.get(xe);return Object.assign(Object.assign({},je),{[`${xe}-sent`]:nt,[`${xe}-received`]:Qt})},{sessionId:Ee});m.logger.debug("rtc-message-report",Ve)},new((ge=void 0)||(ge=Promise))(function(Ee,we){function Oe(xe){try{je(ve.next(xe))}catch(nt){we(nt)}}function Ve(xe){try{je(ve.throw(xe))}catch(nt){we(nt)}}function je(xe){var nt;xe.done?Ee(xe.value):(nt=xe.value,nt instanceof ge?nt:new ge(function(Qt){Qt(nt)})).then(Oe,Ve)}je((ve=ve.apply(te,I||[])).next())});var te,I,ge,ve}}function yt(qe,te){return de(qe)===de(te)}var st=function(qe,te,I,ge){return new(I||(I=Promise))(function(ve,Ee){function we(je){try{Ve(ge.next(je))}catch(xe){Ee(xe)}}function Oe(je){try{Ve(ge.throw(je))}catch(xe){Ee(xe)}}function Ve(je){var xe;je.done?ve(je.value):(xe=je.value,xe instanceof I?xe:new I(function(nt){nt(xe)})).then(we,Oe)}Ve((ge=ge.apply(qe,te||[])).next())})};class gt{constructor(te,I){this.peerConnection=te,this.config=I,this.connectTimeoutMs=10*V.duration.second,this.gatherIceTimeoutMs=5*V.duration.second,this.pingUpdateTimeoutMs=2*V.duration.second,this.streamLatestTimestamp=new Map,this.closeCalled=!1,this.connectCalled=!1,this.sentOffer=!1,this.receivedIceCandidate=!1;const{isOffer:ge}=I;ge?this.initializeChannels(te):te.ondatachannel=ve=>{switch(ve.channel.label){case A:this.latestTtlStreamChannel=ve.channel;break;case w:this.reliableStreamChannel=ve.channel;break;case q:this.latestReliableStreamChannel=ve.channel;break;case D:this.latestTryOnceStreamChannel=ve.channel}this.setupChannel(ve.channel)},this.sessionMetrics=new it(this.getSessionId(),this)}connect(){return st(this,void 0,void 0,function*(){if(this.connectCalled)return;this.connectCalled=!0,this.pingUpdateTimeout=setInterval(()=>{const{reliableStreamChannel:ve}=this;ve&&this.sendSystemMessage(ve,{type:Y.Oe})},this.pingUpdateTimeoutMs),this.connectTimeout=setTimeout(()=>st(this,void 0,void 0,function*(){this.isReady()||(m.logger.warn("RTC connect timed out, closing connection"),yield this.close())}),this.connectTimeoutMs);const{peerConnection:te,config:{isOffer:I,sessionId:ge}}=this;if(I){const ve=yield te.createOffer();yield te.setLocalDescription(ve)}I&&(this.gatherIceTimeout=setTimeout(()=>st(this,void 0,void 0,function*(){this.sentOffer||(m.logger.warn("ICE gathering timed out"),this.receivedIceCandidate?(m.logger.warn("Attempting to connect with partial ICE candidate pool"),yield this.sendOffer()):yield this.close())}),this.gatherIceTimeoutMs),te.onicecandidate=ve=>st(this,void 0,void 0,function*(){ve.candidate?this.receivedIceCandidate=!0:yield this.sendOffer()}),te.onicegatheringstatechange=()=>st(this,void 0,void 0,function*(){te.iceGatheringState==="complete"&&(yield this.sendOffer())}),te.onnegotiationneeded=()=>{m.logger.debug("Negotiation needed",{sessionId:ge})})})}handleSignal(te){return st(this,void 0,void 0,function*(){const{peerConnection:I,config:{sessionId:ge,sendSignal:ve}}=this,{description:Ee}=JSON.parse(te.payload);if(m.logger.debug("Handling signal",{sessionId:ge,description:JSON.stringify(Ee)}),Ee)if(I.signalingState!=="stable"||I.connectionState!=="connected")if(I.remoteDescription)m.logger.warn(`Received SDP signal during negotiation when remote description is already set: ${JSON.stringify(te)}`);else if(Ee.type==="offer"){yield I.setRemoteDescription(Ee);const we=yield I.createAnswer();yield I.setLocalDescription(we),yield ve({payload:JSON.stringify({description:we})})}else Ee.type==="answer"&&(yield I.setRemoteDescription(Ee));else m.logger.warn(`Received SDP signal when signaling is stable and connected: ${JSON.stringify(te)}`);else m.logger.warn(`Received non-SDP signal: ${JSON.stringify(te)}`)})}send(te,I){const ge=this.getChannelFromLabel(I.channelLabel);ge?this.sendOnChannel(ge,te):m.logger.warn("Send called with unexpected channel label",{channelLabel:I.channelLabel})}controlRemoteStream(te){this.sendSystemMessage((0,g.defined)(this.reliableStreamChannel),{type:Y.F0,streamControl:te})}isActive(){return new Set(["new","connecting","connected"]).has(this.peerConnection.connectionState)}isReady(){const{peerConnection:te,latestTtlStreamChannel:I,reliableStreamChannel:ge,latestTryOnceStreamChannel:ve}=this;return!!(ge&&I&&ve)&&te.connectionState==="connected"&&ge.readyState==="open"&&I.readyState==="open"&&ve.readyState==="open"}isClosed(){const{peerConnection:te,reliableStreamChannel:I,latestTryOnceStreamChannel:ge,latestTtlStreamChannel:ve}=this;return!(te.connectionState!=="closed"||I!==void 0&&I.readyState!=="closed"||ge!==void 0&&ge.readyState!=="closed"||ve!==void 0&&ve.readyState!=="closed")}needsClosing(){const{peerConnection:te,latestTtlStreamChannel:I,reliableStreamChannel:ge,latestTryOnceStreamChannel:ve}=this;if(this.isClosed())return!1;const Ee=new Set(["closing","closed"]),we=Oe=>Oe&&Ee.has(Oe.readyState);return ue(te)||we(I)||we(ge)||we(ve)}close(){return st(this,void 0,void 0,function*(){this.closeCalled||(this.closeCalled=!0,yield this.sessionMetrics.uploadMetrics(),this.pingUpdateTimeout&&clearInterval(this.pingUpdateTimeout),this.connectTimeout&&clearTimeout(this.connectTimeout),this.gatherIceTimeout&&clearTimeout(this.gatherIceTimeout),this.peerConnection.close())})}getPing(){return this.pingTimeMs}getLastMessageTimestamp(){return this.lastMessageTimestamp}getSessionId(){return this.config.sessionId}getRemotePeer(){return this.config.remotePeer}initializeChannels(te){this.latestTtlStreamChannel=te.createDataChannel(A,j),this.reliableStreamChannel=te.createDataChannel(w,Z),this.latestReliableStreamChannel=te.createDataChannel(q,M),this.latestTryOnceStreamChannel=te.createDataChannel(D,C),this.setupChannel(this.latestTtlStreamChannel),this.setupChannel(this.reliableStreamChannel),this.setupChannel(this.latestReliableStreamChannel),this.setupChannel(this.latestTryOnceStreamChannel)}sendOffer(){return st(this,void 0,void 0,function*(){if(this.sentOffer||(this.sentOffer=!0,ue(this.peerConnection)))return;const{peerConnection:te,config:{sendSignal:I}}=this,ge=yield te.createOffer();yield te.setLocalDescription(ge);const ve={payload:JSON.stringify({description:ge})};yield I(ve)})}getChannelFromLabel(te){switch(te){case A:return this.latestTtlStreamChannel;case w:return this.reliableStreamChannel;case q:return this.latestReliableStreamChannel;case D:return this.latestTryOnceStreamChannel}}sendOnChannel(te,I){let ge;try{ge=(0,K.encode)(JSON.stringify(I))}catch(ve){return void m.logger.warn("Failed to encode RTC message",{error:ve})}try{const ve=new Uint8Array(ge);te.send(ve),this.sessionMetrics.incrementMessageSent(I)}catch(ve){m.logger.warn("Failed to send message to channel",{error:ve,channel:te.label})}}channelNotRecognized(te){return te!==this.latestTtlStreamChannel&&te!==this.latestReliableStreamChannel&&te!==this.latestTryOnceStreamChannel&&te!==this.reliableStreamChannel}setupChannel(te){te.onmessage=I=>{if(this.channelNotRecognized(te))return void m.logger.warn("Received message on unrecognized data channel.");let ge;try{ge=JSON.parse((0,K.decode)(I.data))}catch(ve){return void m.logger.warn("Received unparseable RTC message",{error:ve,channel:te.label})}this.lastMessageTimestamp=new Date().getTime(),ge=Re(ge),this.sessionMetrics.incrementMessageReceived(ge),this.handleSystemMessage(te,ge)||(this.hasCapabilities(ge)?(te===this.latestTryOnceStreamChannel||te===this.latestTtlStreamChannel||te===this.latestReliableStreamChannel)&&!this.isLatestMessage(ge)||this.config.receive(this.config.remotePeer.id,ge):m.logger.warn("Received RTC message that was not within the capability scope of the connection."))},te.onerror=I=>{m.logger.warn(`Channel error: ${I.error}`,{error:I.error,sessionId:this.getSessionId(),channelLabel:te.label})},te.onopen=()=>{m.logger.debug("Channel opened",{sessionId:this.getSessionId(),channelLabel:te.label})},te.onclose=()=>{const I={bufferedAmount:te.bufferedAmount,sessionId:this.getSessionId(),channelLabel:te.label};this.closeCalled===!1?m.logger.debug("Unexpected channel closed",I):m.logger.debug("Channel closed",I)}}handleSystemMessage(te,I){switch(I.header.stream.streamType){case Y.Oe:return this.sendSystemMessage(te,{type:Y.uZ,timestamp:(0,g.defined)(I.payload.ping)}),!0;case Y.uZ:{const ge=new Date().getTime()-(0,g.defined)(I.payload.pong);return this.pingTimeMs=ge,N.stats.aggregate("rtc-ping-time",ge),!0}case Y.F0:return!0;default:return!1}}sendSystemMessage(te,I){if(te.readyState!=="open")return;const ge={entityId:(0,g.defined)(this.config.localPeer.deviceId||this.config.localPeer.userId),streamName:`$.${I.type}`,streamType:I.type};let ve;switch(I.type){case Y.Oe:ve={ping:new Date().getTime()};break;case Y.uZ:ve={pong:I.timestamp};break;case Y.F0:ve={streamControl:I.streamControl}}this.sendOnChannel(te,Be(ge,ve))}hasCapabilities(te){var I,ge;const{localPeer:ve,remotePeer:Ee}=this.config,we=(I=ve.capabilitySet.streaming)===null||I===void 0?void 0:I.streams,Oe=we&&we.some(xe=>xe.receive&&yt(xe.stream,te.header.stream)),Ve=(ge=Ee.capabilitySet.streaming)===null||ge===void 0?void 0:ge.streams,je=Ve&&Ve.some(xe=>xe.send&&yt(xe.stream,te.header.stream));return Oe||je}isLatestMessage(te){const I=de(te.header.stream),ge=(this.streamLatestTimestamp.get(I)||0)<=te.header.created;return ge&&this.streamLatestTimestamp.set(I,te.header.created),ge}}var Rt=function(qe,te,I,ge){return new(I||(I=Promise))(function(ve,Ee){function we(je){try{Ve(ge.next(je))}catch(xe){Ee(xe)}}function Oe(je){try{Ve(ge.throw(je))}catch(xe){Ee(xe)}}function Ve(je){var xe;je.done?ve(je.value):(xe=je.value,xe instanceof I?xe:new I(function(nt){nt(xe)})).then(we,Oe)}Ve((ge=ge.apply(qe,te||[])).next())})};class Je{constructor(te){this.config=te,this.connections=[],this.connectingSessions=new Map,this.rtcInstancesConstructed=0,this.updateInterval=(0,v.setPromiseInterval)({func:()=>Rt(this,void 0,void 0,function*(){try{yield this.update()}catch(I){m.logger.warn("RTC update failed",{error:I})}}),delay:250*V.duration.millisecond}),this.localPeer=this.createPeer()}send(te,I,ge){const ve=this.getActiveConnection(te);ve?ve.isReady()?ve.send(I,ge):m.logger.warn("Attempted to send with an active connection to that peer which was not yet ready."):m.logger.warn("Attempted to send with no active connection to that peer.")}controlRemoteStream(te,I){const ge=this.getActiveConnection(te);ge?ge.isReady()?ge.controlRemoteStream(I):m.logger.warn("Attempted to control remote stream with an active connection to that peer which was not yet ready."):m.logger.warn("Attempted to control remote stream with no active connection to that peer.")}connect(te){return Rt(this,void 0,void 0,function*(){const I=yield this.getLocalPeer();if(this.getActiveConnection(te))return void m.logger.warn("Attempted to connect to peer with an already active connection.");let ge;try{ge=yield this.config.signalingClient.createSession(yield this.config.getToken(),{offerPeerId:I.id,answerPeerId:te})}catch(ve){(0,Me.narrowError)(ve,ot.ResponseError,Ee=>Ee.statusCode===404),m.logger.warn("Attempted to connect to peer that does not exist.")}if(ge)for(this.connectingSessions.set(ge.id,new Date().getTime()),yield this.connectToSession(ge);;)switch(yield(0,F.delay)(.1),this.getConnectionStatus(te)){case"connecting":continue;case"connected":return ge.id;case"disconnected":return}})}getConnectionStatus(te){const I=this.getActiveConnection(te);return I?I.isReady()?"connected":"connecting":"disconnected"}getIceMode(te){const I=this.getActiveConnection(te);if(I)return I.iceMode}disconnect(te){return Rt(this,void 0,void 0,function*(){const I=this.getActiveConnection(te);I&&(yield this.closeConnection(I))})}getLocalPeer(){return Rt(this,void 0,void 0,function*(){return yield this.localPeer})}getPeers(){return Rt(this,void 0,void 0,function*(){return yield this.config.signalingClient.getPeers(yield this.config.getToken())})}getPing(te){const I=this.getActiveConnection(te);if(I)return I.getPing();m.logger.warn("Attempted to get ping time from inactive peer.")}getLastMessageTimestamp(te){const I=this.getActiveConnection(te);if(I)return I.getLastMessageTimestamp();m.logger.warn("Attempted to get ping time from inactive peer.")}shutdown(){return Rt(this,void 0,void 0,function*(){yield this.updateInterval.stop();const te=this.connections;this.connections=[],yield this.closeConnections(te)})}closeConnection(te){return Rt(this,void 0,void 0,function*(){this.connectingSessions.delete(te.getSessionId()),yield te.close();try{yield this.config.signalingClient.deleteSession(yield this.config.getToken(),te.getSessionId())}catch(I){(0,Me.narrowError)(I,ot.ResponseError,ge=>ge.statusCode===404)}})}getSessions(){return Rt(this,void 0,void 0,function*(){const te=yield this.getLocalPeer();return(yield this.config.signalingClient.getSessions(yield this.config.getToken())).filter(I=>I.offer.peer.id===te.id||I.answer.peer.id===te.id)})}createPeer(){return Rt(this,void 0,void 0,function*(){return yield this.config.signalingClient.createPeer(yield this.config.getToken(),{capabilitySet:this.config.capabilitySet||{}})})}createRTCPeerConnection(){return Rt(this,arguments,void 0,function*(te={}){const I=this.config.alternateRTCPeerConnection||RTCPeerConnection;this.rtcInstancesConstructed++,this.rtcInstancesConstructed%20||J();try{return new I(Object.assign({iceServers:yield this.config.signalingClient.getIceServers(yield this.config.getToken())},te))}catch(ge){throw m.logger.debug(`Failed to create RTCPeerConnection: ${this.rtcInstancesConstructed} total allocated`),ge}})}closeConnections(te){return Rt(this,void 0,void 0,function*(){const I=yield(0,f.u)(te.map(ge=>Rt(this,void 0,void 0,function*(){yield this.closeConnection(ge)})));for(const ge of I)m.logger.warn("Request to close session failed",{error:ge})})}reset(){return Rt(this,void 0,void 0,function*(){yield this.closeConnections(this.connections),this.connections=[],this.connectingSessions=new Map,this.localPeer=this.createPeer(),yield this.localPeer})}getActiveConnection(te){return this.connections.find(I=>I.getRemotePeer().id===te&&I.isActive())}update(){return Rt(this,void 0,void 0,function*(){const te=yield this.getLocalPeer();try{yield this.config.signalingClient.refreshPeer(yield this.config.getToken(),te.id)}catch(I){(0,Me.narrowError)(I,ot.ResponseError,ge=>ge.statusCode===404),m.logger.warn("Peer expired, creating new peer",{peerId:te.id}),yield this.reset()}yield this.handleSessions(yield this.getSessions())})}handleSessions(te){return Rt(this,void 0,void 0,function*(){yield this.syncConnectionsAndSessions(te);const I=te.map(ge=>({session:ge,connection:this.connections.find(ve=>ve.getSessionId()===ge.id)}));yield Promise.all(I.map(ge=>Rt(this,[ge],void 0,function*({session:ve,connection:Ee}){return yield this.maintainConnection(ve,Ee)})))})}syncConnectionsAndSessions(te){return Rt(this,void 0,void 0,function*(){const I=new Set(te.map(Ee=>Ee.id)),ge=Ee=>I.has(Ee.getSessionId())||this.connectingSessions.has(Ee.getSessionId());this.connections=this.connections.filter(Ee=>ge(Ee));const ve=this.connections.filter(Ee=>!ge(Ee)||Ee.needsClosing());yield Promise.all(ve.map(Ee=>Rt(this,void 0,void 0,function*(){yield this.closeConnection(Ee)})))})}maintainConnection(te,I){return Rt(this,void 0,void 0,function*(){const ge=yield this.getLocalPeer(),ve=te.offer.peer.id===ge.id;if(I){if(I.isReady())try{yield this.config.signalingClient.refreshSession(yield this.config.getToken(),te.id)}catch(Ee){(0,Me.narrowError)(Ee,ot.ResponseError,we=>we.statusCode===404),m.logger.debug("Refresh session not found",{sessionId:te.id})}else if(I.isActive())try{yield this.consumeSignals(I)}catch(Ee){m.logger.warn("Failed to ingest signals, closing connection",{error:Ee}),yield this.closeConnection(I)}}else{if(ve)return;yield this.connectToSession(te)}})}connectToSession(te){return Rt(this,void 0,void 0,function*(){const I=yield this.getLocalPeer(),ge=te.offer.peer.id===I.id,ve=yield this.createRTCPeerConnection(),Ee=new gt(ve,{localPeer:ge?te.offer.peer:te.answer.peer,remotePeer:ge?te.answer.peer:te.offer.peer,sessionId:te.id,isOffer:ge,sendSignal:we=>this.sendSignal(te.id,we),receive:(we,Oe)=>this.config.receive(we,Oe)});if(this.connections.find(we=>we.getSessionId()===te.id))return m.logger.warn("connectToSession called on a session that already has a connection.",{sessionId:te.id}),void(yield Ee.close());this.setupHandlers(Ee),this.connections.push(Ee);try{yield Ee.connect()}catch(we){m.logger.warn("Failed to handle negotiation, closing connection",{error:we}),yield this.closeConnection(Ee)}})}setupHandlers(te){const{peerConnection:I}=te,ge=te.getSessionId();I.onconnectionstatechange=()=>Rt(this,void 0,void 0,function*(){const ve=this.connectingSessions.get(ge);if(ve===void 0)return;const Ee=I.connectionState;switch(ue(I)&&this.connectingSessions.delete(ge),Ee){case"connected":{this.connectingSessions.delete(ge);const we=new Date().getTime()-ve;N.stats.aggregate("rtc-connect-time",we);break}case"failed":N.stats.increment("rtc-connect-failed"),yield this.closeConnection(te)}})}consumeSignals(te){return Rt(this,void 0,void 0,function*(){let I=[];try{I=yield this.config.signalingClient.takeSignals(yield this.config.getToken(),te.getSessionId())}catch(ge){(0,Me.narrowError)(ge,ot.ResponseError,ve=>ve.statusCode===404)}for(const ge of I)yield te.handleSignal(ge)})}sendSignal(te,I){return Rt(this,void 0,void 0,function*(){try{yield this.config.signalingClient.addSignals(yield this.config.getToken(),te,{signals:[I]})}catch(ge){(0,Me.narrowError)(ge,ot.ResponseError,ve=>ve.statusCode===404)}})}}})(),__webpack_exports__})())})(dist);var distExports=dist.exports;const SessionTypes={UNKNOWN:0,TELEOP:1,PORT_FORWARD:2,OBSERVE:3,HEADLESS:4},SessionTypeConstants={...SessionTypes,Unknown:SessionTypes.UNKNOWN,Teleop:SessionTypes.TELEOP,PortForward:SessionTypes.PORT_FORWARD,Observe:SessionTypes.OBSERVE,Headless:SessionTypes.HEADLESS,unknown:SessionTypes.UNKNOWN,teleop:SessionTypes.TELEOP,portForward:SessionTypes.PORT_FORWARD,observe:SessionTypes.OBSERVE,headless:SessionTypes.HEADLESS},singleton=Symbol("RtcClientPool.instance");class RtcClientPool{constructor(t){De(this,Bn,null);De(this,"createClient");De(this,"ttlMs");De(this,"proxyHandler");De(this,"proxyReceivers",new Map);De(this,"teardownTimeout",null);De(this,"dispatch",(t,n)=>{this.proxyReceivers.forEach(r=>r==null?void 0:r(t,n))});const{createClient:n,ttlMs:r=0}=t;this.createClient=n,this.ttlMs=Math.max(r,0),this.proxyHandler={get:(s,o,l)=>{switch(o){case"shutdown":return()=>this.releaseInstance(l);default:return Reflect.get(s,o,l)}}}}get isActive(){return this[singleton]!==null}get size(){return this.proxyReceivers.size}get(t){const n=new Proxy(this.allocate(),this.proxyHandler);return this.proxyReceivers.set(n,t!=null?t:null),n}allocate(){if(this[singleton])return this.teardownTimeout&&(clearTimeout(this.teardownTimeout),this.teardownTimeout=null),this[singleton];const t=this.createClient(this.dispatch);return this[singleton]=t,t}async teardown(){const t=this[singleton];if(!t){console.warn("singleton has already been shutdown!");return}try{await t.shutdown()}finally{this[singleton]=null}}async releaseInstance(t){return this.proxyReceivers.delete(t)?this.proxyReceivers.size!==0?!1:(!this.teardownTimeout&&Number.isFinite(this.ttlMs)&&(this.ttlMs===0?await this.teardown():this.teardownTimeout=setTimeout(()=>{this.teardown().catch(n=>console.error("teardown failed",{err:n})).finally(()=>this.teardownTimeout=null)},this.ttlMs)),!0):(console.warn("this instance has already been released!"),!1)}}Bn=singleton;const getToken=async()=>defined$1(Authentication.token,"Realtime when user isn't authorized"),EnumRtcClientPools={[SessionTypes.UNKNOWN]:new RtcClientPool({ttlMs:2500,createClient:e=>new distExports.RtcClient({signalingClient:new distExports.SignalingPromiseClient(exports.FORMANT_API_URL),getToken,sessionType:SessionTypes.UNKNOWN,receive:e})}),[SessionTypes.TELEOP]:new RtcClientPool({ttlMs:2500,createClient:e=>new distExports.RtcClient({signalingClient:new distExports.SignalingPromiseClient(exports.FORMANT_API_URL),getToken,sessionType:SessionTypes.TELEOP,receive:e})}),[SessionTypes.PORT_FORWARD]:new RtcClientPool({ttlMs:2500,createClient:e=>new distExports.RtcClient({signalingClient:new distExports.SignalingPromiseClient(exports.FORMANT_API_URL),getToken,sessionType:SessionTypes.PORT_FORWARD,receive:e})}),[SessionTypes.OBSERVE]:new RtcClientPool({ttlMs:2500,createClient:e=>new distExports.RtcClient({signalingClient:new distExports.SignalingPromiseClient(exports.FORMANT_API_URL),getToken,sessionType:SessionTypes.OBSERVE,receive:e})}),[SessionTypes.HEADLESS]:new RtcClientPool({ttlMs:2500,createClient:e=>new distExports.RtcClient({signalingClient:new distExports.SignalingPromiseClient(exports.FORMANT_API_URL),getToken,sessionType:SessionTypes.HEADLESS,receive:e})})},AppRtcClientPools={...EnumRtcClientPools,unknown:EnumRtcClientPools[SessionTypes.UNKNOWN],teleop:EnumRtcClientPools[SessionTypes.TELEOP],portForward:EnumRtcClientPools[SessionTypes.PORT_FORWARD],observe:EnumRtcClientPools[SessionTypes.OBSERVE],headless:EnumRtcClientPools[SessionTypes.HEADLESS]},defaultRtcClientPool=EnumRtcClientPools[SessionTypes.TELEOP],getRtcClientPool=e=>{const{sessionType:t}=e;return t?AppRtcClientPools[t]:defaultRtcClientPool};async function getPeers(){if(!Authentication.token)throw new Error("Not authenticated");const e=defaultRtcClientPool.get();try{return await e.getPeers()}finally{await e.shutdown()}}async function getRealtimeSessions(){if(!Authentication.token)throw new Error("Not authenticated");const e=defaultRtcClientPool.get();try{return await e.getSessions()}finally{await e.shutdown()}}async function getTelemetry(e,t,n,r,s,o){let l=e;Array.isArray(e)||(l=[e]);let u=t;return Array.isArray(t)||(u=[t]),(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/queries`,{method:"POST",body:JSON.stringify({deviceIds:l,end:r.toISOString(),names:u,start:n.toISOString(),tags:s,latestOnly:o}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function patchDevice(e,t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${e}`,{method:"PATCH",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function queryDevicesData(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/query`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}const isRtcPeer=e=>e!==void 0&&e.capabilities!==void 0&&e.capabilitySet!==void 0;var eventemitter3={exports:{}};(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function s(c,d,h){this.fn=c,this.context=d,this.once=h||!1}function o(c,d,h,B,U){if(typeof h!="function")throw new TypeError("The listener must be a function");var f=new s(h,B||c,U),g=n?n+d:d;return c._events[g]?c._events[g].fn?c._events[g]=[c._events[g],f]:c._events[g].push(f):(c._events[g]=f,c._eventsCount++),c}function l(c,d){--c._eventsCount===0?c._events=new r:delete c._events[d]}function u(){this._events=new r,this._eventsCount=0}u.prototype.eventNames=function(){var d=[],h,B;if(this._eventsCount===0)return d;for(B in h=this._events)t.call(h,B)&&d.push(n?B.slice(1):B);return Object.getOwnPropertySymbols?d.concat(Object.getOwnPropertySymbols(h)):d},u.prototype.listeners=function(d){var h=n?n+d:d,B=this._events[h];if(!B)return[];if(B.fn)return[B.fn];for(var U=0,f=B.length,g=new Array(f);U<f;U++)g[U]=B[U].fn;return g},u.prototype.listenerCount=function(d){var h=n?n+d:d,B=this._events[h];return B?B.fn?1:B.length:0},u.prototype.emit=function(d,h,B,U,f,g){var F=n?n+d:d;if(!this._events[F])return!1;var y=this._events[F],m=arguments.length,_,v;if(y.fn){switch(y.once&&this.removeListener(d,y.fn,void 0,!0),m){case 1:return y.fn.call(y.context),!0;case 2:return y.fn.call(y.context,h),!0;case 3:return y.fn.call(y.context,h,B),!0;case 4:return y.fn.call(y.context,h,B,U),!0;case 5:return y.fn.call(y.context,h,B,U,f),!0;case 6:return y.fn.call(y.context,h,B,U,f,g),!0}for(v=1,_=new Array(m-1);v<m;v++)_[v-1]=arguments[v];y.fn.apply(y.context,_)}else{var N=y.length,V;for(v=0;v<N;v++)switch(y[v].once&&this.removeListener(d,y[v].fn,void 0,!0),m){case 1:y[v].fn.call(y[v].context);break;case 2:y[v].fn.call(y[v].context,h);break;case 3:y[v].fn.call(y[v].context,h,B);break;case 4:y[v].fn.call(y[v].context,h,B,U);break;default:if(!_)for(V=1,_=new Array(m-1);V<m;V++)_[V-1]=arguments[V];y[v].fn.apply(y[v].context,_)}}return!0},u.prototype.on=function(d,h,B){return o(this,d,h,B,!1)},u.prototype.once=function(d,h,B){return o(this,d,h,B,!0)},u.prototype.removeListener=function(d,h,B,U){var f=n?n+d:d;if(!this._events[f])return this;if(!h)return l(this,f),this;var g=this._events[f];if(g.fn)g.fn===h&&(!U||g.once)&&(!B||g.context===B)&&l(this,f);else{for(var F=0,y=[],m=g.length;F<m;F++)(g[F].fn!==h||U&&!g[F].once||B&&g[F].context!==B)&&y.push(g[F]);y.length?this._events[f]=y.length===1?y[0]:y:l(this,f)}return this},u.prototype.removeAllListeners=function(d){var h;return d?(h=n?n+d:d,this._events[h]&&l(this,h)):(this._events=new r,this._eventsCount=0),this},u.prototype.off=u.prototype.removeListener,u.prototype.addListener=u.prototype.on,u.prefixed=n,u.EventEmitter=u,e.exports=u})(eventemitter3);var eventemitter3Exports=eventemitter3.exports;const EventEmitter=getDefaultExportFromCjs(eventemitter3Exports);class Manipulator{constructor(t,n){De(this,"currentListeners",[]);De(this,"onRealtimeMessage",(t,n)=>{n.payload.jointState&&this.currentListeners.forEach(r=>{n.payload.jointState&&r(n.payload.jointState)})});this.device=t,this.config=n}async synchronize(){this.device.addRealtimeListener(this.onRealtimeMessage),this.device.startListeningToRealtimeDataStream(this.config.currentJointStateStream)}async desynchronize(){this.device.removeRealtimeListener(this.onRealtimeMessage),this.device.stopListeningToRealtimeDataStream(this.config.currentJointStateStream)}async addCurrentJointStateListener(t){this.currentListeners.push(t)}}class RequestDataChannel{constructor(t,n,r){De(this,"channel");De(this,"requestIdToResponseMap",new Map);this.device=t,this.channel_name=n,this.timeout=r}addOpenListener(t){defined$1(this.channel,"channel not initalized").addOpenListener(t)}removeOpenListener(t){defined$1(this.channel,"channel not initalized").removeOpenListener(t)}addCloseListener(t){defined$1(this.channel,"channel not initalized").addCloseListener(t)}removeCloseListener(t){defined$1(this.channel,"channel not initalized").removeCloseListener(t)}addErrorListener(t){defined$1(this.channel,"channel not initalized").addErrorListener(t)}removeErrorListener(t){defined$1(this.channel,"channel not initalized").removeErrorListener(t)}}class BinaryRequestDataChannel extends RequestDataChannel{constructor(){super(...arguments);De(this,"RESPONSE_SUCCESS_BYTE",0);De(this,"decoder",new TextDecoder)}generateBinaryId(){const n=new Uint8Array(16);for(let r=0;r<n.length;r++)n[r]=Math.floor(Math.random()*256);return n}async initialize(){this.channel=await this.device.createCustomDataChannel(this.channel_name),this.channel.addBinaryListener(n=>{const s=n.slice(0,16).toString();if(s.length===0)throw new Error("Invalid response");const o=n.slice(16);if(o.length===0)throw new Error("Invalid response");this.requestIdToResponseMap.has(s)&&this.requestIdToResponseMap.set(s,o)})}async request(n){if(this.channel||await this.initialize(),!this.channel)throw new Error("Failed to create channel");const{channel:r,requestIdToResponseMap:s,timeout:o}=this;await r.waitTilReady();const l=this.generateBinaryId(),u=l.toString();s.set(u,!0),r.sendBinary(new Uint8Array([...l,...n]));const c=new Date().getTime();for(;new Date().getTime()<c+o;)if(await delay$1(50),s.has(u)){const d=s.get(u);if(d!==!0){s.delete(u);const h=d[0]===this.RESPONSE_SUCCESS_BYTE,B=d.slice(1);if(h)return B;throw console.error({name:"AdapterError",message:this.decoder.decode(B)}),new Error("Binary request datachannel adapter error")}}throw s.delete(u),console.error({name:"TimeoutError",message:`Request timed out after ${o/1e3} seconds`}),new Error("Binary request data channel request timed out")}}class TextRequestDataChannel extends RequestDataChannel{generateTextId(){return Math.random().toString(36).substring(2)+"-"+Math.random().toString(36).substring(2)}async initialize(){this.channel=await this.device.createCustomDataChannel(this.channel_name),this.channel.addListener(t=>{const n=JSON.parse(t),{id:r,data:s,error:o}=n;if(!r)throw new Error("Invalid response");if(!s&&!o)throw new Error("Invalid response");this.requestIdToResponseMap.has(r)&&this.requestIdToResponseMap.set(r,n)})}async request(t){if(this.channel||await this.initialize(),!this.channel)throw new Error("Failed to create channel");const{channel:n,requestIdToResponseMap:r,timeout:s}=this;await n.waitTilReady();const o=this.generateTextId();r.set(o,!0),n.send(JSON.stringify({id:o,data:t}));const l=new Date().getTime();for(;new Date().getTime()<l+s;)if(await delay$1(50),r.has(o)){const u=r.get(o);if(u!==!0){r.delete(o);const{data:c,error:d}=u;if(c)return c;if(d)throw console.error({name:"AdapterError",message:d}),new Error("Text request datachannel adapter error")}}throw r.delete(o),console.error({name:"TimeoutError",message:`Request timed out after ${s/1e3} seconds`}),new Error("Text request datachannel request timed out")}}class BaseDevice extends EventEmitter{constructor(){super(...arguments);De(this,"rtcClient");De(this,"remoteDevicePeerId",null);De(this,"realtimeListeners",[]);De(this,"connectionMonitorInterval");De(this,"handleMessage",(n,r)=>{this.realtimeListeners.forEach(s=>s(n,r))})}stopConnectionMonitoring(){clearInterval(this.connectionMonitorInterval),this.connectionMonitorInterval=void 0}assertNotCancelled(n){if(n)throw new Error("Cancelled by deadline")}getRealtimeStatus(){if(this.rtcClient&&this.remoteDevicePeerId)return this.rtcClient.getConnectionStatus(this.remoteDevicePeerId);throw new Error("Realtime connection hasn't been started")}getRealtimePingInfo(){if(this.rtcClient&&this.remoteDevicePeerId)return this.rtcClient.getPingInfo(this.remoteDevicePeerId);throw new Error("Realtime connection hasn't been started")}getRealtimePing(){if(this.rtcClient&&this.remoteDevicePeerId)return this.rtcClient.getPing(this.remoteDevicePeerId);throw new Error("Realtime connection hasn't been started")}addRealtimeListener(n){this.realtimeListeners.push(n)}removeRealtimeListener(n){const r=this.realtimeListeners.indexOf(n);if(r===-1)throw new Error("Could not find realtime listener to remove");this.realtimeListeners.splice(r,1)}async getRealtimeManipulators(){var s;const n=await this.getConfiguration(),r=[];for(const o of(s=n.teleop.rosStreams)!=null?s:[])o.topicType=="sensor_msgs/JointState"&&r.push(new Manipulator(this,{currentJointStateStream:{name:o.topicName},plannedJointStateStream:o.plannedTopic?{name:o.plannedTopic}:void 0,planValidStream:o.planValidTopic?{name:o.planValidTopic}:void 0,endEffectorStream:o.endEffectorTopic?{name:o.endEffectorTopic}:void 0,endEffectorLinkName:o.endEffectorLinkName,baseReferenceFrame:o.baseReferenceFrame,localFrame:o.localFrame}));return r}async getRealtimeVideoStreams(){var s,o,l,u,c,d;const n=await this.getConfiguration(),r=[];for(const h of(o=(s=n.teleop)==null?void 0:s.hardwareStreams)!=null?o:[])h.rtcStreamType==="h264-video-frame"&&r.push({name:h.name});for(const h of(u=(l=n.teleop)==null?void 0:l.rosStreams)!=null?u:[])h.topicType=="formant/H264VideoFrame"&&r.push({name:h.topicName}),(h.topicType==="sensor_msgs/Image"||h.topicType==="sensor_msgs/CompressedImage")&&h.encodeVideo&&r.push({name:h.topicName});for(const h of(d=(c=n.teleop)==null?void 0:c.customStreams)!=null?d:[])h.rtcStreamType==="h264-video-frame"&&r.push({name:h.name});return r}createCustomRequestDataChannel(n,r=3e3){return new TextRequestDataChannel(this,n,r)}createCustomBinaryRequestDataChannel(n,r=3e3){return new BinaryRequestDataChannel(this,n,r)}async startListeningToRealtimeVideo(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n.name,enable:!0,pipeline:"rtc"})}async stopListeningToRealtimeVideo(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n.name,enable:!1,pipeline:"rtc"})}async startListeningToRealtimeDataStream(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n.name,enable:!0,pipeline:"rtc"})}async stopListeningToRealtimeDataStream(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n.name,enable:!1,pipeline:"rtc"})}async enableRealtimeTelemetryPriorityIngestion(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n,enablePriorityUpload:!0,pipeline:"telemetry"})}async disableRealtimeTelemetryPriorityIngestion(n){const r=defined$1(this.rtcClient,"Realtime connection has not been started"),s=await this.getRemotePeer();r.controlRemoteStream(defined$1(s).id,{streamName:n,enablePriorityUpload:!1,pipeline:"telemetry"})}async changeStreamAudioType(n,r){const s=defined$1(this.rtcClient,"Realtime connection has not been started"),o=await this.getRemotePeer();s.controlRemoteStream(defined$1(o).id,{streamName:n,setAudioFormat:r})}async createCustomDataChannel(n,r){const s=defined$1(this.rtcClient,"Realtime connection has not been started"),o=await this.getRemotePeer(),l=await new Promise(u=>{s.createCustomDataChannel(defined$1(o).id,n,{ordered:!0,...r},!1,(c,d)=>{const h=new DataChannel(d);u(h)})});return await l.waitTilReady(),l}async sendRealtimeMessage(n,r={channelLabel:"stream.reliable"}){const s=defined$1(this.rtcClient,"Realtime connection has not been started"),o=await this.getRemotePeer();s.send(defined$1(o).id,n,r)}async getRealtimeAudioStreams(){var s,o,l,u,c,d;const n=await this.getConfiguration(),r=[];for(const h of(o=(s=n.teleop)==null?void 0:s.hardwareStreams)!=null?o:[])h.rtcStreamType==="audio-chunk"&&r.push({name:h.name});for(const h of(u=(l=n.teleop)==null?void 0:l.rosStreams)!=null?u:[])h.topicType=="audio_common_msgs/AudioData"&&r.push({name:h.topicName});for(const h of(d=(c=n.teleop)==null?void 0:c.customStreams)!=null?d:[])h.rtcStreamType==="audio-chunk"&&r.push({name:h.name});return r}}class Device extends BaseDevice{constructor(n,r,s,o){super();De(this,"connectionMonitorStartedAtMs",0);De(this,"connectionMonitorConsecutiveFailures",0);this.id=n,this.name=r,this.organizationId=s,this.tags=o}async getLatestTelemetry(){return(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/stream-current-value`,{method:"POST",body:JSON.stringify({deviceIds:[this.id]}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async getConfiguration(n=!1){var u,c,d;let r=await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${this.id}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}});const s=await r.json(),o=n?s.desiredConfigurationVersion:(d=(c=(u=s.state)==null?void 0:u.reportedConfiguration)==null?void 0:c.version)!=null?d:s.desiredConfigurationVersion;if(!o)throw new Error("Device has no configuration version");return r=await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${this.id}/configurations/${o}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),(await r.json()).document}async getAgentVersion(){var s;const r=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${this.id}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json();return(s=r==null?void 0:r.state)==null?void 0:s.agentVersion}async getFileUrl(n){return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/files/query`,{method:"POST",body:JSON.stringify({fileIds:[n]}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).fileUrls}async startRealtimeConnection(n={}){if(console.debug(`${new Date().toISOString()} :: Connection start requested`),this.rtcClient&&this.connectionMonitorInterval!==void 0)throw new Error(`Already created realtime connection to device ${this.id}`);this.rtcClient&&console.warn("overwriting existing rtcClient due to missing connectionMonitorInterval");const{sessionType:r,deadlineMs:s=1e4,maxConnectRetries:o=3,lockDevice:l}=typeof n=="number"?{sessionType:n}:n,c=getRtcClientPool({sessionType:r}).get(this.handleMessage);let d=!1;const h=new Promise((U,f)=>setTimeout(()=>{d=!0,f(new Error("Connection timed out: the connection could not be finalized in time, possibly due to network issues or misconfigured settings."))},s)),B=async()=>{if("isReady"in c)for(;!c.isReady();)this.assertNotCancelled(d),await delay$1(100);const U=await this.getRemoteDevicePeerId(c);this.assertNotCancelled(d);let f;const g=l===!0?{lockDevice:!0}:void 0;for(let y=0;y<o&&(f=await c.connect(U,void 0,g),!f);y++)delay$1(100),this.assertNotCancelled(d);if(!f)throw new Error(`Session could not be created: exhausted ${o} retries`);let F=0;for(;!d&&c.getConnectionStatus(U)!=="connected";)await delay$1(100),F+=1;return this.assertNotCancelled(d),console.debug(`${new Date().toISOString()} :: Connection completed after ${F} retries`),U};return Promise.race([B(),h]).then(U=>{this.remoteDevicePeerId=U,this.rtcClient=c,this.connectionMonitorStartedAtMs=Date.now(),this.connectionMonitorConsecutiveFailures=0,this.initConnectionMonitoring(),this.emit("connect")}).catch(U=>{throw console.debug(`${new Date().toISOString()} :: Connection failed: %o`,U),this.remoteDevicePeerId=null,c.shutdown().catch(f=>{console.error("rtcClient cannot shutdown: %o",f)}),this.emit("connection_failed",U),U})}async getRemoteDevicePeerId(n){const s=(await n.getPeers()).find(o=>o.deviceId===this.id);if(!isRtcPeer(s))throw new Error("Cannot find peer, is the robot offline?");return s.id}initConnectionMonitoring(){this.connectionMonitorInterval=setInterval(async()=>{let s=!1,o=!1,l=!1;if(this.rtcClient){const h=this.rtcClient.getConnections().find(B=>B.getRemotePeerId()===this.remoteDevicePeerId&&B.isActive());(h===void 0||!h.isReady())&&(console.debug(`${new Date().toISOString()} :: data channel closed`),s=!0,o=!0)}if(!this.rtcClient||!this.remoteDevicePeerId){this.emit("disconnect"),this.stopRealtimeConnection().catch(d=>console.error(d));return}try{l=await this.rtcClient.getConnectionStatsInfo(this.remoteDevicePeerId)===void 0}catch{l=!0}const u=Date.now()-(this.connectionMonitorStartedAtMs||0);if(s||o){if(u<6e3){console.debug(`${new Date().toISOString()} :: connection monitor unhealthy (grace)`,{elapsed:u,connectionNotReady:o,statsUnavailable:l,dataChannelClosed:s,consecutiveFailures:this.connectionMonitorConsecutiveFailures});return}if(this.connectionMonitorConsecutiveFailures+=1,this.connectionMonitorConsecutiveFailures<3){console.debug(`${new Date().toISOString()} :: connection monitor unhealthy (retrying)`,{elapsed:u,connectionNotReady:o,statsUnavailable:l,dataChannelClosed:s,consecutiveFailures:this.connectionMonitorConsecutiveFailures});return}console.debug(`${new Date().toISOString()} :: connection monitor disconnecting`,{elapsed:u,connectionNotReady:o,statsUnavailable:l,dataChannelClosed:s,consecutiveFailures:this.connectionMonitorConsecutiveFailures}),this.emit("disconnect"),this.stopRealtimeConnection().catch(d=>console.error(d));return}this.connectionMonitorConsecutiveFailures=0},1e3)}async getRemotePeer(){const r=(await defined$1(this.rtcClient,"Realtime connection has not been started").getPeers()).find(s=>s.deviceId===this.id);return defined$1(r,"Could not find remote peer for device "+this.id)}async stopRealtimeConnection(){let n=!1;if(this.rtcClient){this.stopConnectionMonitoring(),this.remoteDevicePeerId?(await this.rtcClient.disconnect(this.remoteDevicePeerId),this.remoteDevicePeerId=null):n=!0;try{await this.rtcClient.shutdown()}finally{this.rtcClient=void 0}}if(n)throw new Error(`Realtime connection hasn't been started for ${this.id}`)}async isInRealtimeSession(){const n=await getPeers(),r=await getRealtimeSessions(),s=n.find(o=>o.deviceId===this.id);return s?r[s.id].length>0:!1}async getAvailableCommands(n=!0){return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/command-templates/`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items.filter(o=>n?!0:o.enabled)}async sendCommand(n,r,s,o,l){var U;const c=(await this.getAvailableCommands(!1)).find(f=>l?f.id===l:f.name===n);if(!c)throw new Error(`Could not find command with name "${n}"`);let d="";r===void 0?c.parameterEnabled&&c.parameterValue&&(d=c.parameterValue):d=r;const h={value:d,scrubberTime:(s||new Date).toISOString(),meta:{...c.parameterMeta,...o}};return await fetch(`${exports.FORMANT_API_URL}/v1/admin/commands`,{method:"POST",body:JSON.stringify({commandTemplateId:c.id,organizationId:this.organizationId,deviceId:this.id,command:c.command,parameter:h,userId:(U=Authentication.currentUser)==null?void 0:U.id}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})}async getCommand(n){return await fetch(`${exports.FORMANT_API_URL}/v1/admin/commands/${n}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})}async createCaptureStream(n){const s=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/capture-sessions`,{method:"POST",body:JSON.stringify({deviceId:this.id,streamName:n,tags:{}}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json();return new CaptureStream(s)}async getTelemetry(n,r,s,o,l,u,c){if(l!==void 0||u!==void 0)throw new Error("Limit and offset are not supported in this method");return await getTelemetry(this.id,n,r,s,o,c)}async queryEvents(n){if(n.deviceIds)throw new Error("Cannot filter multiple devices via Device class");return n.deviceIds=[this.id],queryEvents(n)}async getTelemetryStreams(){var c,d;const n=await this.getConfiguration(),r=await fetch(`${exports.FORMANT_API_URL}/v1/queries/metadata/stream-names`,{method:"POST",body:JSON.stringify({deviceIds:[this.id]}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),s=[],o=[];return(d=(c=n.telemetry)==null?void 0:c.streams)==null||d.forEach(h=>{h.disabled!==!0&&s.push(h.name),h.onDemand===!0&&o.push(h.name)}),console.log(o),(await r.json()).items.filter(h=>!s.includes(h)).map(h=>({name:h,onDemand:o.includes(h)}))}async createInterventionRequest(n,r,s,o){return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/intervention-requests`,{method:"POST",body:JSON.stringify({message:n,interventionType:r,time:new Date().toISOString(),deviceId:this.id,tags:o,data:s}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async addInterventionResponse(n,r,s){return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/intervention-responses`,{method:"POST",body:JSON.stringify({interventionId:n,interventionType:r,data:s}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async getAnnotationCount(n,r){return await getAnnotationCount({...n,deviceIds:[this.id]},r)}async getAnnotationCountByIntervals(n,r,s){return await getAnnotationCountByIntervals({...n,deviceIds:[this.id]},r,s)}async eventsCounter(n,r,s,o,l){return await eventsCounter(n,r,s,o,{...l,deviceIds:[this.id]})}async createShareLink(n,r){return n.scope.deviceIds=[this.id],await createShareLink(n,r)}}De(Device,"createDevice",createDevice),De(Device,"patchDevice",patchDevice),De(Device,"getDevicesData",getDevicesData),De(Device,"queryDevicesData",queryDevicesData),De(Device,"disableDevice",disableDevice);class PeerDevice extends BaseDevice{constructor(n){super();De(this,"id");De(this,"telemetryStreamActive",!1);De(this,"streamTelemetry",{});this.peerUrl=n}async getLatestTelemetry(){this.telemetryStreamActive||this.subscribeToTelemetry();const n=this.streamTelemetry;return Object.entries(n).map(([s,o])=>({deviceId:this.id,streamName:s,streamType:"json",currentValue:o,currentValueTime:o.timestamp,tags:{}}))}async getTelemetry(n,r,s,o,l,u,c){if(Array.isArray(n))throw new Error("Multiple stream names not supported");if(o)throw new Error("Tags not supported");if(c&&l===void 0)l=1;else if(c&&l!==void 0)throw new Error("latestOnly and limit cannot be used together");let d=`${this.peerUrl}/v1/querydatapoints?stream_name=${n}&start=${r.toISOString()}&end=${s.toISOString()}`;l!=null&&l>0&&(d+=`&limit=${l}`),u!=null&&u>=0&&(d+=`&offset=${u}`);const B=await(await fetch(d)).json(),U=[];for(const f of B.results){const g=parseInt(f.timestamp),F=f.tags.data_type;delete f.tags.data_type,U.push({deviceId:this.id,name:f.stream,points:[[g,this.getPointPayload(F,f)]],tags:f.tags,type:F})}return U.reverse()}async queryEvents(n){const r=["id","viewed","keyword","message","sort","eventTypes","notificationEnabled","userIds","annotationTemplateIds","disableNullMatches","severities","deviceIds","names","types","tags","notNames"];this.checkKeysAndThrow(n,r);let s=`${this.peerUrl}/v1/queryevents?start=${n.start}&end=${n.end}`;n.count!=null&&n.count>0&&(s+=`&limit=${n.count}`),n.offset!=null&&n.offset>=0&&(s+=`&offset=${n.offset}`);const l=await(await fetch(s)).json(),u=[];for(const c of l.results){const d=parseInt(c.timestamp),h={deviceId:this.id,time:new Date(d).toISOString(),message:c.message,notificationEnabled:c.notificationEnabled,type:c.type,tags:c.tags};c.id!==""&&(h.id=c.id),c.type!==""&&(h.type=c.type),c.streamName!==""&&(h.streamName=c.streamName),c.streamType!==""&&(h.streamType=c.streamType),c.severity!==""&&(h.severity=c.severity.toLowerCase()),c.tags&&(h.tags=c.tags),c.endTimestamp!=="0"&&(h.endTime=new Date(parseInt(c.endTimestamp)).toISOString()),u.push(h)}return u.reverse()}checkKeysAndThrow(n,r){const s=r.filter(o=>o in n);if(s.length>0)throw new Error(`Filters not currently supported: ${s.join(", ")}.`)}getPointPayload(n,r){switch(n){case"numeric":return r.numeric.value;case"numeric set":return r.numericSet.numerics;case"text":return r.text.value;case"json":return r.json.value;case"bitset":const s=[],o=[];for(const l of r.bitset.bits)s.push(l.key),o.push(l.value);return{keys:s,values:o};case"location":return r.location;case"health":return r.health;case"battery":return r.battery;default:return{}}}subscribeToTelemetry(){this.telemetryStreamActive=!0;let n=0;const r=new XMLHttpRequest;r.responseType="text",r.addEventListener("error",s=>{this.handleXHRError("error")}),r.addEventListener("abort",s=>{this.handleXHRError("abort")}),r.addEventListener("timeout",s=>{this.handleXHRError("timeout")}),r.addEventListener("readystatechange",s=>{r.readyState===XMLHttpRequest.DONE&&this.handleXHRError("closed")}),r.addEventListener("progress",s=>{const o=s.loaded,l=o-n;n=o,r.responseText.substr(-l).split(`
129
+ `).forEach(d=>{var h;if(d.length>0){const B=JSON.parse(d);if((h=B.result)!=null&&h.datapoint){const U=B.result.datapoint,f=U.stream;delete U.stream,this.streamTelemetry[f]=U}}})}),r.open("POST",`${this.peerUrl}/v1/telemetry`),r.send()}handleXHRError(n){console.warn(`Telemetry stream ended: ${n}`),this.telemetryStreamActive=!1}async getDeviceId(){return(await(await fetch(`${this.peerUrl}/v1/config`)).json()).configuration.id}async getConfiguration(){return(await(await fetch(`${this.peerUrl}/v1/config`)).json()).configuration.document}async getViews(){return(await(await fetch(`${this.peerUrl}/v1/views`)).json()).views}async startRealtimeConnection(n){if(console.debug(`${new Date().toISOString()} :: Connection start requested`),this.rtcClient&&this.connectionMonitorInterval!==void 0)throw new Error(`Already created realtime connection to device ${this.id}`);this.rtcClient&&console.warn("overwriting existing rtcClient due to missing connectionMonitorInterval");const r=new distExports.RtcClient({lanOnlyMode:!0,receive:this.handleMessage,sessionType:n});for(await r.connectLan(this.peerUrl);r.getConnectionStatus(this.peerUrl)!=="connected";)await delay$1(100);this.rtcClient=r,this.initConnectionMonitoring()}initConnectionMonitoring(){this.connectionMonitorInterval=setInterval(async()=>{let n=!1;this.rtcClient&&this.rtcClient.getConnectionStatus(this.peerUrl)!=="connected"&&(console.debug(`${new Date().toISOString()} :: data channel closed`),n=!0),(!this.rtcClient||n)&&(this.emit("disconnect"),this.stopRealtimeConnection().catch(r=>{console.error(r)}))},1e3)}async getRemotePeer(){return{id:this.peerUrl,organizationId:"",deviceId:this.id,capabilities:[],capabilitySet:{}}}async stopRealtimeConnection(){let n=!1;if(this.rtcClient){this.stopConnectionMonitoring(),this.id?(await this.rtcClient.disconnect(this.id),this.remoteDevicePeerId=null):n=!0;try{await this.rtcClient.shutdown()}finally{this.rtcClient=void 0}}if(n)throw new Error(`Realtime connection hasn't been started for ${this.id}`)}async getCommandMetadata(){return(await fetch(`${this.peerUrl}/v1/commands`)).json()}async sendCommand(n,r,s,o){const l={value:r,scrubberTime:(s||new Date).toISOString(),meta:o};return await fetch(`${this.peerUrl}/v1/enqueue-command`,{method:"POST",body:JSON.stringify({command:n,parameter:l}),headers:{"Content-Type":"application/json"}})}}async function addDeviceToFleet(e,t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${e}`,{method:"PATCH",body:JSON.stringify({fleetId:t}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function aggregateTelemetry(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/queries`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).aggregates}async function deleteFleet(e){if(!Authentication.token)throw new Error("Not authenticated");await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets/${e}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})}async function getAnalyticStreams(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/analytics/streams`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getAnalyticsModules(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/analytics-modules`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getAnalyticsRows(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/analytics/rows`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function queryDevices(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/query`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items.map(r=>new Device(r.id,r.name,r.organizationId,r.tags))}async function getCurrentGroup(){if(!Authentication.token)throw new Error("Not authenticated");let e=new URLSearchParams("");typeof window!="undefined"&&window.location&&(e=new URLSearchParams(window.location.search));const t=e.get("group");if(t===null||t.trim()==="")return;const n=await fetch(`${exports.FORMANT_API_URL}/v1/admin/groups/`+t,{headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),{tagKey:r,tagValue:s}=await n.json();return await queryDevices({tags:{[r]:[s]},enabled:!0,type:"default"})}async function getDevice(e){if(!Authentication.token)throw new Error("Not authenticated");const n=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/devices/${e}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json(),r=n.name;return new Device(e,r,n.organizationId,n.tags)}async function getDevices(){if(!Authentication.token)throw new Error("Not authenticated");const t=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/device-details/query`,{method:"POST",body:JSON.stringify({enabled:!0,type:"default"}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json();return t.items,t.items.map(n=>new Device(n.id,n.name,defined$1(Authentication.currentOrganization),n.tags))}async function getEvent(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/events/query/id=${e}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getFileUrl(e){const n=await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/files/query`,{method:"POST",body:JSON.stringify({fileIds:[e]}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json();if(n.fileUrls.length===0)throw new Error("File not found");return n.fileUrls[0]}async function getFleet(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets/${e}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function getFleetDevices(e){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets/${e}/devices`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getInterventions(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/intervention-requests`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getLatestTelemetry(...e){const t=e.flat().filter(s=>!!s);return t.length===0?[]:(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/stream-current-value`,{method:"POST",body:JSON.stringify({deviceIds:t}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getOnlineDevices(){if(!Authentication.token)throw new Error("Not authenticated");const n=(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/online-devices`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items;return(await getDevices()).filter(s=>n.includes(s.id))}async function getRealtimeDevices(){if(!Authentication.token)throw new Error("Not authenticated");const n=(await(await fetch(`${exports.FORMANT_API_URL}/v1/signaling/peers`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items.map(s=>s.deviceId);return(await getDevices()).filter(s=>n.includes(s.id))}async function getStreams(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/streams`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items.filter(n=>n.enabled)}async function getTaskReportRows(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/analytics/task-report-rows`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function getTaskReportTables(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/analytics/task-reports`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function listFleets(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function patchFleet(e,t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets/${e}`,{method:"PATCH",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function patchStream(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/streams/${e.id}`,{method:"PATCH",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function patchView(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/views/${e.id}`,{method:"PATCH",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function queryAnalytics(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/queries/analytics`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function createFleet(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/fleets`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function getAllEventTriggerGroup(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/event-trigger-groups`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}async function getEventTriggerGroup(e){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/event-trigger-groups/${e}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}async function patchEventTriggerGroup(e,t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/event-trigger-groups/${e}`,{method:"PATCH",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}const dt=class dt{static async setDefaultDevice(t){dt.defaultDeviceId=t}static async getCurrentDevice(){if(!Authentication.token)throw new Error("Not authenticated");if(!dt.defaultDeviceId)throw new Error("No known default device");const r=(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/device-details/query`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items.find(l=>l.id===dt.defaultDeviceId),s=r.name,o=new Device(dt.defaultDeviceId,s,defined$1(Authentication.currentOrganization),r.tags);return dt.knownContext.push(new WeakRef(o)),o}static async getPeerDevice(t){const n=new PeerDevice(t);return n.id=await n.getDeviceId(),n}static async getDevice(t){const n=await getDevice(t);return dt.knownContext.push(new WeakRef(n)),n}static setGroupDevices(t){dt.groupDevices=t,t.length>0&&!dt.defaultDeviceId&&dt.setDefaultDevice(t[0].id)}static getGroupDevices(){return dt.groupDevices}static async getGroupDevicesAsDeviceInstances(){return!dt.groupDevices||dt.groupDevices.length===0?[]:Promise.all(dt.groupDevices.map(t=>dt.getDevice(t.id)))}};De(dt,"defaultDeviceId"),De(dt,"knownContext",[]),De(dt,"groupDevices"),De(dt,"createFleet",createFleet),De(dt,"listFleets",listFleets),De(dt,"getFleet",getFleet),De(dt,"patchFleet",patchFleet),De(dt,"deleteFleet",deleteFleet),De(dt,"addDeviceToFleet",addDeviceToFleet),De(dt,"getFleetDevices",getFleetDevices),De(dt,"aggregateTelemetry",aggregateTelemetry),De(dt,"createShareLink",createShareLink),De(dt,"eventsCounter",eventsCounter),De(dt,"getAnalyticStreams",getAnalyticStreams),De(dt,"getAnalyticsModules",getAnalyticsModules),De(dt,"getAnalyticsRows",getAnalyticsRows),De(dt,"getAnnotationCount",getAnnotationCount),De(dt,"getAnnotationCountByIntervals",getAnnotationCountByIntervals),De(dt,"getCurrentGroup",getCurrentGroup),De(dt,"getDevices",getDevices),De(dt,"getEvent",getEvent),De(dt,"getFileUrl",getFileUrl),De(dt,"getInterventions",getInterventions),De(dt,"getLatestTelemetry",getLatestTelemetry),De(dt,"getOnlineDevices",getOnlineDevices),De(dt,"getPeers",getPeers),De(dt,"getRealtimeDevices",getRealtimeDevices),De(dt,"getRealtimeSessions",getRealtimeSessions),De(dt,"getStreams",getStreams),De(dt,"getTaskReportRows",getTaskReportRows),De(dt,"getTaskReportTables",getTaskReportTables),De(dt,"getTelemetry",getTelemetry),De(dt,"getViews",getViews),De(dt,"patchStream",patchStream),De(dt,"patchView",patchView),De(dt,"queryAnalytics",queryAnalytics),De(dt,"queryDevices",queryDevices),De(dt,"queryEvents",queryEvents),De(dt,"queryTelemetry",queryTelemetry),De(dt,"getAllEventTriggerGroup",getAllEventTriggerGroup),De(dt,"getEventTriggerGroup",getEventTriggerGroup),De(dt,"patchEventTriggergroup",patchEventTriggerGroup);let Fleet=dt;class KeyValue{static async set(t,n,r){try{const s=await fetch(exports.FORMANT_API_URL+"/v1/admin/key-value",{method:"POST",body:JSON.stringify({organizationId:defined$1(Authentication.currentUser).organizationId,key:t,value:n,tags:r}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),o=await s.json();if(s.status!==200)throw new Error(o.message)}catch(s){throw s}}static async get(t){try{const n=await fetch(exports.FORMANT_API_URL+`/v1/admin/key-value/${t}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),r=await n.json();if(n.status!==200)throw new Error(r.message);return r.value}catch(n){throw n}}static async list(){try{const t=await fetch(exports.FORMANT_API_URL+"/v1/admin/key-value",{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}}),n=await t.json();if(t.status!==200)throw new Error(n.message);return n.items}catch(t){throw t}}static async delete(t){try{if(!(await fetch(exports.FORMANT_API_URL+`/v1/admin/key-value/${t}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).ok)throw new Error("Unable to handle request");return}catch(n){throw n}}static async query(t){try{const n=await fetch(exports.FORMANT_API_URL+"/v1/admin/key-value/query",{method:"POST",body:JSON.stringify({keys:t}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}});if(!n.ok)throw new Error("Unable to handle request");return(await n.json()).items}catch(n){throw n}}}class Role{static async listRoles(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/roles`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}static async createRole(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/roles`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async getRole(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/roles/${t}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async patchRole(t,n){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/roles/${t}`,{method:"PATCH",body:JSON.stringify(n),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async deleteRole(t){if(!Authentication.token)throw new Error("Not authenticated");await fetch(`${exports.FORMANT_API_URL}/v1/admin/roles/${t}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})}}class User{static async listUsers(){if(!Authentication.token)throw new Error("Not authenticated");return(await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/users`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()).items}static async createUser(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/users`,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async getUser(t){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/users/${t}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async patchUser(t,n){if(!Authentication.token)throw new Error("Not authenticated");return await(await fetch(`${exports.FORMANT_API_URL}/v1/admin/users/${t}`,{method:"PATCH",body:JSON.stringify(n),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})).json()}static async deleteUser(t){if(!Authentication.token)throw new Error("Not authenticated");await fetch(`${exports.FORMANT_API_URL}/v1/admin/users/${t}`,{method:"PATCH",body:JSON.stringify({enabled:!1,roleId:null,teamId:null}),headers:{"Content-Type":"application/json",Authorization:"Bearer "+Authentication.token}})}}async function request(e,t){if(!Authentication.token)throw new Error("Not authenticated");const n=await fetch(`${exports.FORMANT_API_URL}/v1${e}`,{...t,headers:{"Content-Type":"application/json",Authorization:`Bearer ${Authentication.token}`,...t==null?void 0:t.headers}});if(!n.ok)throw new Error(`Error: ${n.statusText}`);return n.status===204||n.headers.get("content-length")==="0"?null:await n.json()}async function fetchTeleopViews(){return(await request("/admin/teleop-views")).items}async function getTeleopView(e){return await request(`/admin/teleop-views/${e}`)}async function createTeleopView(e){return await request("/admin/teleop-views",{method:"POST",body:JSON.stringify(e)})}async function updateTeleopView(e,t){return await request(`/admin/teleop-views/${e}`,{method:"PATCH",body:JSON.stringify(t)})}async function deleteTeleopView(e){await request(`/admin/teleop-views/${e}`,{method:"DELETE"})}class Views{constructor(){}}De(Views,"createTeleopView",createTeleopView),De(Views,"updateTeleopView",updateTeleopView),De(Views,"deleteTeleopView",deleteTeleopView),De(Views,"getTeleopView",getTeleopView),De(Views,"fetchTeleopViews",fetchTeleopViews);const viewer="viewer",operator="operator",administrator="administrator",accessLevels=["viewer","operator","administrator"],aggregateLevels=["year","month","week","day","hour","minute"],annotationTypes=["tag","sheet","user"],eventTypes=["triggered-event","datapoint-event","device-online","device-offline","intervention-request","teleop-session-record","port-forwarding-session-record","command-request","command-response","command-delivery","intervention-response","custom","comment","system","annotation","task-summary","stateful"],healthStatuses=["unknown","operational","offline","error"],interventionTypes=["selection","labeling","teleop"],severities=["info","warning","error","critical"],videoMimeTypes=["video/mp4"],timeout=e=>new Promise(t=>setTimeout(t,e*1e3));try{const e=typeof window!="undefined"&&window.location?new URLSearchParams(window.location.search):new URLSearchParams(""),t=e.get("device");t&&Fleet.setDefaultDevice(t);const n=e.get("auth");n&&Authentication.loginWithToken(n),e.get("module")&&(Authentication.listenForRefresh(),App.addOverviewDeviceListener(s=>{s&&s.length>0&&Fleet.setGroupDevices(s)})),typeof window!="undefined"&&App.listenForConnectionEvents()}catch(e){}var __defProp=Object.defineProperty,__defProps=Object.defineProperties,__getOwnPropDescs=Object.getOwnPropertyDescriptors,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(e,t,n)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,__spreadValues=(e,t)=>{for(var n in t||(t={}))__hasOwnProp.call(t,n)&&__defNormalProp(e,n,t[n]);if(__getOwnPropSymbols)for(var n of __getOwnPropSymbols(t))__propIsEnum.call(t,n)&&__defNormalProp(e,n,t[n]);return e},__spreadProps=(e,t)=>__defProps(e,__getOwnPropDescs(t)),__publicField=(e,t,n)=>(__defNormalProp(e,typeof t!="symbol"?t+"":t,n),n);const millisecond$1=1,second$1=1e3,minute$1=60*second$1,hour$1=60*minute$1,day$1=24*hour$1,week$1=7*day$1,month$1=30*day$1,year$1=365*day$1,duration$1={millisecond:millisecond$1,second:second$1,minute:minute$1,hour:hour$1,day:day$1,week:week$1,month:month$1,year:year$1};class H264Decoder{constructor(t,n,r){__publicField(this,"worker"),__publicField(this,"onReceive"),__publicField(this,"onError"),__publicField(this,"onReceiveMessage",o=>{const{data:l}=o;if(l.error){const u=new Error(`${l.error}`);u.cause=l.error,console.warn("H264 worker failure",{error:u}),this.onError(l.index);return}this.onReceive(l)});var s;this.worker=t,(s=this.worker)==null||s.addEventListener("message",this.onReceiveMessage),this.onReceive=n,this.onError=r}post(t,n,r,s){var o;(o=this.worker)==null||o.postMessage({timestamp:t,encodedFrame:n,flags:r,index:s})}release(){var t,n;(t=this.worker)==null||t.removeEventListener("message",this.onReceiveMessage),(n=this.worker)==null||n.terminate(),this.worker=void 0}}class YUVCanvas{constructor(t){__publicField(this,"gl"),__publicField(this,"program"),__publicField(this,"texturePosBuffer"),__publicField(this,"textureRef"),__publicField(this,"height",0),__publicField(this,"width",0),this.gl=t,this.program=this.initProgram();const{texturePosBuffer:n}=this.initBuffers();this.texturePosBuffer=n;const{textureRef:r}=this.initTextures();this.textureRef=r}draw(t){const{gl:n,height:r,width:s,texturePosBuffer:o,textureRef:l}=this;n.viewport(0,0,s,r);const u=new Float32Array([1,0,0,0,1,1,0,1]);return n.bindBuffer(n.ARRAY_BUFFER,o),n.bufferData(n.ARRAY_BUFFER,u,n.DYNAMIC_DRAW),n.activeTexture(n.TEXTURE0),n.bindTexture(n.TEXTURE_2D,l),n.texImage2D(n.TEXTURE_2D,0,n.LUMINANCE,s,r+r/2,0,n.LUMINANCE,n.UNSIGNED_BYTE,t),n.drawArrays(n.TRIANGLE_STRIP,0,4),n.getError()}initProgram(){const{gl:t}=this,n=`
130
+ attribute vec4 vertexPos;
131
+ attribute vec4 texturePos;
132
+ varying vec2 textureCoord;
133
+
134
+ void main() {
135
+ gl_Position = vertexPos;
136
+ textureCoord = texturePos.xy;
137
+ }
138
+ `,r=`
139
+ precision highp float;
140
+ varying highp vec2 textureCoord;
141
+ uniform sampler2D yuvSampler;
142
+ uniform mat4 YUV2RGB;
143
+
144
+ void main(void) {
145
+ highp vec2 yScale = vec2(1.0, 2.0 / 3.0);
146
+ highp vec2 yTextureCoord = textureCoord * yScale;
147
+
148
+ highp vec2 uScale = vec2(0.5, 0.5 / 3.0);
149
+ highp vec2 uOffset = vec2(0.0, 2.0 / 3.0);
150
+ highp vec2 uTextureCoord = (textureCoord * uScale) + uOffset;
151
+
152
+ highp vec2 vScale = vec2(0.5, 0.5 / 3.0);
153
+ highp vec2 vOffset = vec2(0.0, 2.5 / 3.0);
154
+ highp vec2 vTextureCoord = (textureCoord * vScale) + vOffset;
155
+
156
+ highp float y = texture2D(yuvSampler, yTextureCoord).r;
157
+ highp float u = texture2D(yuvSampler, uTextureCoord).r;
158
+ highp float v = texture2D(yuvSampler, vTextureCoord).r;
159
+
160
+ gl_FragColor = vec4(y, u, v, 1) * YUV2RGB;
161
+ }
162
+ `,s=[1.16438,0,1.59603,-.87079,1.16438,-.39176,-.81297,.52959,1.16438,2.01723,0,-1.08139,0,0,0,1],o=t.createShader(t.VERTEX_SHADER);if(!o)throw new Error("Failed to create vertex shader");t.shaderSource(o,n),t.compileShader(o);const l=t.createShader(t.FRAGMENT_SHADER);if(!l)throw new Error("Failed to create fragment shader");t.shaderSource(l,r),t.compileShader(l);const u=t.createProgram();if(!u)throw new Error("Failed to create webgl program");t.attachShader(u,o),t.attachShader(u,l),t.linkProgram(u),t.useProgram(u);const c=t.getUniformLocation(u,"YUV2RGB");return t.uniformMatrix4fv(c,!1,s),u}initBuffers(){const{gl:t,program:n}=this,r=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,r),t.bufferData(t.ARRAY_BUFFER,new Float32Array([1,1,-1,1,1,-1,-1,-1]),t.STATIC_DRAW);const s=t.getAttribLocation(n,"vertexPos");t.enableVertexAttribArray(s),t.vertexAttribPointer(s,2,t.FLOAT,!1,0,0);const o=t.createBuffer();if(!o)throw new Error("Failed to create WebGL buffer");t.bindBuffer(t.ARRAY_BUFFER,o),t.bufferData(t.ARRAY_BUFFER,new Float32Array([1,0,0,0,1,1,0,1]),t.STATIC_DRAW);const l=t.getAttribLocation(n,"texturePos");return t.enableVertexAttribArray(l),t.vertexAttribPointer(l,2,t.FLOAT,!1,0,0),{texturePosBuffer:o}}initTextures(){const{gl:t,program:n}=this,r=this.initTexture(),s=t.getUniformLocation(n,"yuvSampler");return t.uniform1i(s,0),{textureRef:r}}initTexture(){const{gl:t}=this,n=t.createTexture();if(!n)throw new Error("Failed to initialize texture");return t.bindTexture(t.TEXTURE_2D,n),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MAG_FILTER,t.NEAREST),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE),t.bindTexture(t.TEXTURE_2D,null),n}}const decoderNotWorkingThreshold=duration$1.second*2.5,warnPerformanceThreshold=duration$1.second/3,noSignalThreshold=duration$1.second*2,maxQueueSize=5,maxDropRatio=30/25,numRetries=5,hardwareIncompatibleErrorCode=1282;class H264BytestreamCanvasDrawer{constructor(t,n,r,s,o){__publicField(this,"_waitingForDecoder",!0),__publicField(this,"_noSignal",!0),__publicField(this,"_lostSignal",!1),__publicField(this,"_overWaitingThreshold",!1),__publicField(this,"_retries",0),__publicField(this,"_webglYUVSupported"),__publicField(this,"lastDecodedFrameTime"),__publicField(this,"lastReceivedFrameTime"),__publicField(this,"lastNoSignalTime",new Date().getTime()),__publicField(this,"moduleStartTime",Date.now()),__publicField(this,"moduleCreateTime",Date.now()),__publicField(this,"timesRestarted",0),__publicField(this,"canvas"),__publicField(this,"decoder"),__publicField(this,"yuvCanvas"),__publicField(this,"webglContext"),__publicField(this,"frameQueue",[]),__publicField(this,"minFrameSize",1/0),__publicField(this,"maxFrameSize",0),__publicField(this,"decoderQueue",[]),__publicField(this,"decoderQueueLocked",!1),__publicField(this,"decodeNextFrameAttempted",!1),__publicField(this,"numFramesDecoded",0),__publicField(this,"numFramesReceived",0),__publicField(this,"hasReceivedKeyframe",!1),__publicField(this,"medianFrameSize",0),__publicField(this,"currentFrameIndex"),__publicField(this,"frameCheckpointMap",new Map),__publicField(this,"lastDrawnFrameTime"),__publicField(this,"minJitter"),__publicField(this,"maxJitter"),__publicField(this,"start",()=>{const{canvas:l}=this;if(!l)return;const u=l.getContext("webgl");this.webglContext=u||void 0,this.lastDecodedFrameTime=void 0,this.lastReceivedFrameTime=void 0,this.hasReceivedKeyframe=!1,this.currentFrameIndex=void 0,!(!this.canvas||!this.webglContext)&&(this.yuvCanvas||(this.yuvCanvas=new YUVCanvas(this.webglContext)),this.moduleStartTime=Date.now())}),__publicField(this,"stop",()=>{var l;(l=this.decoder)==null||l.release(),this.webglContext=void 0,this.decoderQueueLocked=!1}),__publicField(this,"reset",()=>{this.retries=0,this.restart()}),__publicField(this,"notifyWarningTextChanged",()=>{var l;(l=this.onWarningTextChanged)==null||l.call(this,this.getWarningText())}),__publicField(this,"restart",()=>{console.info("Restarting decoder"),console.info("BytestreamPlayer restarting",__spreadProps(__spreadValues({},this.trackInfo),{Restart:this.timesRestarted})),this.frameQueue=[],this.decoderQueue=[],this.stop(),this.decoder=new H264Decoder(this.workerFactory(),this.onReceiveDecodedFrame,this.onDecoderError),this.start(),this.retries++,this.timesRestarted++}),__publicField(this,"onTrackTick",()=>{if(this.numFramesDecoded===0){if(this.lastDecodedFrameTime===void 0){const h=Date.now();console.info("BytestreamPlayer waiting for video",__spreadProps(__spreadValues({},this.trackInfo),{"Time Waited":h-this.moduleCreateTime}))}return}this.numFramesReceived/this.numFramesDecoded>maxDropRatio&&this.warnPerformanceProblems(),this.numFramesReceived=0,this.numFramesDecoded=0;const u=Array.from(this.frameCheckpointMap.entries()).reduce((h,[B,U])=>{var f;return!this.currentFrameIndex||B>this.currentFrameIndex-60||U==="FrameDrawn"||(h[U]=((f=h[U])!=null?f:0)+1,this.frameCheckpointMap.delete(B)),h},{});Object.keys(u).map(h=>{console.info("BytestreamPlayer Frame Dropped",__spreadProps(__spreadValues({},this.trackInfo),{"Num Dropped":u[h],"Frame State":h}))});const{minJitter:c,maxJitter:d}=this;c&&d&&(console.info("BytestreamPlayer Jitter",__spreadProps(__spreadValues({},this.trackInfo),{minJitter:c,maxJitter:d})),this.minJitter=void 0,this.maxJitter=void 0)}),__publicField(this,"onTick",()=>{var l;const{lastReceivedFrameTime:u,lastDecodedFrameTime:c,moduleStartTime:d,noSignal:h,retries:B}=this,U=new Date().getTime();h&&(this.lastNoSignalTime=U),this.overWaitingThreshold=U-d>noSignalThreshold;const f=U-d>decoderNotWorkingThreshold;if(!c){u&&f&&B<numRetries&&(this.waitingForDecoder=!0,this.restart());return}if(u){const g=U-u,F=U-c;U-this.lastNoSignalTime>noSignalThreshold&&g<warnPerformanceThreshold&&F>warnPerformanceThreshold&&this.warnPerformanceProblems(),g>noSignalThreshold&&(this.lostSignal=!0)}this.overWaitingThreshold&&(this.waitingForDecoder||this.noSignal||this.lostSignal)&&((l=this.onCanvasDrawerWarning)==null||l.call(this,"ShouldDisableControl"))}),__publicField(this,"receiveEncodedFrame",l=>{if(!l)return;const u=l.index;if(u&&this.frameCheckpointMap.set(u,"FrameReceived"),!(!l||!this.canvas||!this.webglContext)){if(this.isKeyframe(l),!this.hasReceivedKeyframe)return console.info("Dropping frame because no keyframe detected"),!1;this.lastReceivedFrameTime===void 0&&console.debug("Received first frame on bytestream player",__spreadValues({},this.trackInfo)),this.checkOrder(l),this.numFramesReceived++,this.lastReceivedFrameTime=Date.now(),this.lostSignal&&this.restart(),this.noSignal=!1,this.lostSignal=!1,this.frameQueue.push(l),u&&this.frameCheckpointMap.set(u,"FrameQueued"),this.frameQueue.length>maxQueueSize&&(this.frameQueue=this.frameQueue.filter(c=>this.isKeyframe(c))),this.frameQueue.length>maxQueueSize&&(this.frameQueue=[],this.decoderQueue=[]),this.decodeNextFrame()}}),__publicField(this,"onDecoderError",l=>{this.frameQueue=[],this.decoderQueue=[],this.hasReceivedKeyframe=!1,console.info("BytestreamPlayer decode error",__spreadProps(__spreadValues({},this.trackInfo),{"Frame Index":l}))}),__publicField(this,"onReceiveDecodedFrame",l=>{var u,c;const{canvas:d,yuvCanvas:h,decoderQueue:B}=this,{timestamp:U,yuv:f,height:g,width:F,index:y}=l;this.frameCheckpointMap.set(y,"FrameDecoded"),this.numFramesDecoded++;const m=Date.now();if(this.lastDecodedFrameTime===void 0&&console.info("BytestreamPlayer started video",__spreadProps(__spreadValues({},this.trackInfo),{"Time Until Video":m-this.moduleCreateTime})),this.lastDecodedFrameTime=m,this.waitingForDecoder=!1,this.decoderQueue=B.filter(N=>m-N<duration$1.second*.5&&N!==U),!B.includes(U)||m-U>duration$1.second||!h||!d||g===0||F===0)return;g!==d.height&&(d.height=g,h.height=g),F!==d.width&&(d.width=F,h.width=F);const _=h.draw(f),v=Date.now();if(this.lastDrawnFrameTime){const N=v-this.lastDrawnFrameTime;this.minJitter=Math.min(N,(u=this.minJitter)!=null?u:Number.MAX_SAFE_INTEGER),this.maxJitter=Math.max(N,(c=this.maxJitter)!=null?c:0)}this.lastDrawnFrameTime=v,this.frameCheckpointMap.set(y,"FrameDrawn"),_===0&&(this.webglYUVSupported=!0),_===hardwareIncompatibleErrorCode&&(this.webglYUVSupported=!1),this.frameQueue.length>0&&this.decodeNextFrame()}),this.workerFactory=t,this.onWebglYUVSupportedChanged=n,this.onWarningTextChanged=r,this.onCanvasDrawerWarning=s,this.trackInfo=o,this.decoder=new H264Decoder(this.workerFactory(),this.onReceiveDecodedFrame,this.onDecoderError),setInterval(this.onTick,duration$1.millisecond*200),setInterval(this.onTrackTick,duration$1.second*5)}get waitingForDecoder(){return this._waitingForDecoder}set waitingForDecoder(t){this._waitingForDecoder=t,this.notifyWarningTextChanged()}get noSignal(){return this._noSignal}set noSignal(t){this._noSignal=t,this.notifyWarningTextChanged()}get lostSignal(){return this._lostSignal}set lostSignal(t){this._lostSignal=t,this.notifyWarningTextChanged()}get overWaitingThreshold(){return this._overWaitingThreshold}set overWaitingThreshold(t){this._overWaitingThreshold=t,this.notifyWarningTextChanged()}get retries(){return this._retries}set retries(t){this._retries=t,this.notifyWarningTextChanged()}get webglYUVSupported(){return this._webglYUVSupported}set webglYUVSupported(t){var n;this._webglYUVSupported=t,(n=this.onWebglYUVSupportedChanged)==null||n.call(this,t),this.notifyWarningTextChanged()}setCanvas(t){this.canvas=t}getWarningText(){var t;const{waitingForDecoder:n,noSignal:r,overWaitingThreshold:s,lostSignal:o,retries:l,webglYUVSupported:u}=this,c=u===!1,h=n?l===numRetries?"Decoder failed to start":"Starting decoder":void 0,B=c?"Hardware decoding not supported on this device":void 0,U=o?"Lost signal":r?s?"No signal":"Waiting for signal":void 0;return(t=B!=null?B:U)!=null?t:h}decodeNextFrame(){if(this.decoderQueueLocked&&(this.decodeNextFrameAttempted=!0),this.decoderQueueLocked=!0,this.decoderQueue.length>maxQueueSize){this.decoderQueueLocked=!1,this.decodeNextFrameAttempted=!1;return}const t=this.frameQueue.shift();if(!t){this.decoderQueueLocked=!1,this.decodeNextFrameAttempted=!1;return}const n=Date.now();this.frameCheckpointMap.set(t.index,"FrameSentToDecoder"),this.decoder.post(n,t.frame_data,t.flags,t.index),this.decoderQueue.push(n),this.decoderQueueLocked=!1,this.decodeNextFrameAttempted&&(this.decodeNextFrameAttempted=!1,this.decodeNextFrame())}warnPerformanceProblems(){var t;this.lastDecodedFrameTime&&this.overWaitingThreshold&&!this.lostSignal&&!this.noSignal&&((t=this.onCanvasDrawerWarning)==null||t.call(this,"ShouldDegradeVideo"))}checkOrder(t){if(this.currentFrameIndex!==void 0&&t.index<this.currentFrameIndex){console.info("Out of order frame detected"),console.info("Frame out of order",__spreadValues({},this.trackInfo));return}this.currentFrameIndex=t.index}isKeyframe(t){const{maxFrameSize:n,minFrameSize:r}=this;if(t.flags===3)return this.hasReceivedKeyframe||(this.frameCheckpointMap=new Map),this.hasReceivedKeyframe=!0,!0;const s=t.frame_data.length;return this.maxFrameSize=Math.max(s,n),this.minFrameSize=Math.min(s,r),this.medianFrameSize=(this.maxFrameSize+this.minFrameSize)/2,this.moduleStartTime+duration$1.second*2>Date.now()?!1:s>this.medianFrameSize?(this.hasReceivedKeyframe=!0,!0):!1}}var signaling_pb={},googleProtobuf={};(function(e){var t=typeof Object.defineProperties=="function"?Object.defineProperty:function(p,Q,k){p!=Array.prototype&&p!=Object.prototype&&(p[Q]=k.value)},n=(typeof window!="undefined"&&window===commonjsGlobal||typeof commonjsGlobal!="undefined"&&commonjsGlobal!=null,commonjsGlobal);function r(p,Q){if(Q){var k=n;p=p.split(".");for(var se=0;se<p.length-1;se++){var Qe=p[se];Qe in k||(k[Qe]={}),k=k[Qe]}p=p[p.length-1],se=k[p],Q=Q(se),Q!=se&&Q!=null&&t(k,p,{configurable:!0,writable:!0,value:Q})}}function s(p){var Q=0;return function(){return Q<p.length?{done:!1,value:p[Q++]}:{done:!0}}}function o(){o=function(){},n.Symbol||(n.Symbol=u)}function l(p,Q){this.a=p,t(this,"description",{configurable:!0,writable:!0,value:Q})}l.prototype.toString=function(){return this.a};var u=function(){function p(k){if(this instanceof p)throw new TypeError("Symbol is not a constructor");return new l("jscomp_symbol_"+(k||"")+"_"+Q++,k)}var Q=0;return p}();function c(){o();var p=n.Symbol.iterator;p||(p=n.Symbol.iterator=n.Symbol("Symbol.iterator")),typeof Array.prototype[p]!="function"&&t(Array.prototype,p,{configurable:!0,writable:!0,value:function(){return d(s(this))}}),c=function(){}}function d(p){return c(),p={next:p},p[n.Symbol.iterator]=function(){return this},p}function h(p,Q){c(),p instanceof String&&(p+="");var k=0,se={next:function(){if(k<p.length){var Qe=k++;return{value:Q(Qe,p[Qe]),done:!1}}return se.next=function(){return{done:!0,value:void 0}},se.next()}};return se[Symbol.iterator]=function(){return se},se}r("Array.prototype.entries",function(p){return p||function(){return h(this,function(Q,k){return[Q,k]})}});var B=commonjsGlobal||self;function U(p,Q,k){p=p.split("."),k=k||B,p[0]in k||typeof k.execScript=="undefined"||k.execScript("var "+p[0]);for(var se;p.length&&(se=p.shift());)p.length||Q===void 0?k[se]&&k[se]!==Object.prototype[se]?k=k[se]:k=k[se]={}:k[se]=Q}function f(p){var Q=typeof p;if(Q=="object")if(p){if(p instanceof Array)return"array";if(p instanceof Object)return Q;var k=Object.prototype.toString.call(p);if(k=="[object Window]")return"object";if(k=="[object Array]"||typeof p.length=="number"&&typeof p.splice!="undefined"&&typeof p.propertyIsEnumerable!="undefined"&&!p.propertyIsEnumerable("splice"))return"array";if(k=="[object Function]"||typeof p.call!="undefined"&&typeof p.propertyIsEnumerable!="undefined"&&!p.propertyIsEnumerable("call"))return"function"}else return"null";else if(Q=="function"&&typeof p.call=="undefined")return"object";return Q}function g(p){var Q=typeof p;return Q=="object"&&p!=null||Q=="function"}function F(p,Q,k){U(p,Q,k)}function y(p,Q){function k(){}k.prototype=Q.prototype,p.prototype=new k,p.prototype.constructor=p}var m="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function _(p,Q){for(var k,se,Qe=1;Qe<arguments.length;Qe++){se=arguments[Qe];for(k in se)p[k]=se[k];for(var ke=0;ke<m.length;ke++)k=m[ke],Object.prototype.hasOwnProperty.call(se,k)&&(p[k]=se[k])}}var v=Array.prototype.forEach?function(p,Q){Array.prototype.forEach.call(p,Q,void 0)}:function(p,Q){for(var k=p.length,se=typeof p=="string"?p.split(""):p,Qe=0;Qe<k;Qe++)Qe in se&&Q.call(void 0,se[Qe],Qe,p)},N=Array.prototype.map?function(p,Q){return Array.prototype.map.call(p,Q,void 0)}:function(p,Q){for(var k=p.length,se=Array(k),Qe=typeof p=="string"?p.split(""):p,ke=0;ke<k;ke++)ke in Qe&&(se[ke]=Q.call(void 0,Qe[ke],ke,p));return se};function V(p,Q,k){return 2>=arguments.length?Array.prototype.slice.call(p,Q):Array.prototype.slice.call(p,Q,k)}function G(p,Q,k,se){var Qe="Assertion failed";if(k){Qe+=": "+k;var ke=se}else p&&(Qe+=": "+p,ke=Q);throw Error(Qe,ke||[])}function W(p,Q,k){for(var se=[],Qe=2;Qe<arguments.length;++Qe)se[Qe-2]=arguments[Qe];return p||G("",null,Q,se),p}function K(p,Q,k){for(var se=[],Qe=2;Qe<arguments.length;++Qe)se[Qe-2]=arguments[Qe];typeof p!="string"&&G("Expected string but got %s: %s.",[f(p),p],Q,se)}function Y(p,Q,k){for(var se=[],Qe=2;Qe<arguments.length;++Qe)se[Qe-2]=arguments[Qe];Array.isArray(p)||G("Expected array but got %s: %s.",[f(p),p],Q,se)}function A(p,Q){for(var k=[],se=1;se<arguments.length;++se)k[se-1]=arguments[se];throw Error("Failure"+(p?": "+p:""),k)}function j(p,Q,k,se){for(var Qe=[],ke=3;ke<arguments.length;++ke)Qe[ke-3]=arguments[ke];p instanceof Q||G("Expected instanceof %s but got %s.",[w(Q),w(p)],k,Qe)}function w(p){return p instanceof Function?p.displayName||p.name||"unknown type name":p instanceof Object?p.constructor.displayName||p.constructor.name||Object.prototype.toString.call(p):p===null?"null":typeof p}function Z(p,Q){if(this.c=p,this.b=Q,this.a={},this.arrClean=!0,0<this.c.length){for(p=0;p<this.c.length;p++){Q=this.c[p];var k=Q[0];this.a[k.toString()]=new C(k,Q[1])}this.arrClean=!0}}U("jspb.Map",Z,void 0),Z.prototype.g=function(){if(this.arrClean){if(this.b){var p=this.a,Q;for(Q in p)if(Object.prototype.hasOwnProperty.call(p,Q)){var k=p[Q].a;k&&k.g()}}}else{for(this.c.length=0,p=D(this),p.sort(),Q=0;Q<p.length;Q++){var se=this.a[p[Q]];(k=se.a)&&k.g(),this.c.push([se.key,se.value])}this.arrClean=!0}return this.c},Z.prototype.toArray=Z.prototype.g,Z.prototype.Mc=function(p,Q){for(var k=this.g(),se=[],Qe=0;Qe<k.length;Qe++){var ke=this.a[k[Qe][0].toString()];M(this,ke);var $e=ke.a;$e?(W(Q),se.push([ke.key,Q(p,$e)])):se.push([ke.key,ke.value])}return se},Z.prototype.toObject=Z.prototype.Mc,Z.fromObject=function(p,Q,k){Q=new Z([],Q);for(var se=0;se<p.length;se++){var Qe=p[se][0],ke=k(p[se][1]);Q.set(Qe,ke)}return Q};function q(p){this.a=0,this.b=p}q.prototype.next=function(){return this.a<this.b.length?{done:!1,value:this.b[this.a++]}:{done:!0,value:void 0}},typeof Symbol!="undefined"&&(q.prototype[Symbol.iterator]=function(){return this}),Z.prototype.Jb=function(){return D(this).length},Z.prototype.getLength=Z.prototype.Jb,Z.prototype.clear=function(){this.a={},this.arrClean=!1},Z.prototype.clear=Z.prototype.clear,Z.prototype.Cb=function(p){p=p.toString();var Q=this.a.hasOwnProperty(p);return delete this.a[p],this.arrClean=!1,Q},Z.prototype.del=Z.prototype.Cb,Z.prototype.Eb=function(){var p=[],Q=D(this);Q.sort();for(var k=0;k<Q.length;k++){var se=this.a[Q[k]];p.push([se.key,se.value])}return p},Z.prototype.getEntryList=Z.prototype.Eb,Z.prototype.entries=function(){var p=[],Q=D(this);Q.sort();for(var k=0;k<Q.length;k++){var se=this.a[Q[k]];p.push([se.key,M(this,se)])}return new q(p)},Z.prototype.entries=Z.prototype.entries,Z.prototype.keys=function(){var p=[],Q=D(this);Q.sort();for(var k=0;k<Q.length;k++)p.push(this.a[Q[k]].key);return new q(p)},Z.prototype.keys=Z.prototype.keys,Z.prototype.values=function(){var p=[],Q=D(this);Q.sort();for(var k=0;k<Q.length;k++)p.push(M(this,this.a[Q[k]]));return new q(p)},Z.prototype.values=Z.prototype.values,Z.prototype.forEach=function(p,Q){var k=D(this);k.sort();for(var se=0;se<k.length;se++){var Qe=this.a[k[se]];p.call(Q,M(this,Qe),Qe.key,this)}},Z.prototype.forEach=Z.prototype.forEach,Z.prototype.set=function(p,Q){var k=new C(p);return this.b?(k.a=Q,k.value=Q.g()):k.value=Q,this.a[p.toString()]=k,this.arrClean=!1,this},Z.prototype.set=Z.prototype.set;function M(p,Q){return p.b?(Q.a||(Q.a=new p.b(Q.value)),Q.a):Q.value}Z.prototype.get=function(p){if(p=this.a[p.toString()])return M(this,p)},Z.prototype.get=Z.prototype.get,Z.prototype.has=function(p){return p.toString()in this.a},Z.prototype.has=Z.prototype.has,Z.prototype.Jc=function(p,Q,k,se,Qe){var ke=D(this);ke.sort();for(var $e=0;$e<ke.length;$e++){var Bt=this.a[ke[$e]];Q.Va(p),k.call(Q,1,Bt.key),this.b?se.call(Q,2,M(this,Bt),Qe):se.call(Q,2,Bt.value),Q.Ya()}},Z.prototype.serializeBinary=Z.prototype.Jc,Z.deserializeBinary=function(p,Q,k,se,Qe,ke,$e){for(;Q.oa()&&!Q.bb();){var Bt=Q.c;Bt==1?ke=k.call(Q):Bt==2&&(p.b?(W(Qe),$e||($e=new p.b),se.call(Q,$e,Qe)):$e=se.call(Q))}W(ke!=null),W($e!=null),p.set(ke,$e)};function D(p){p=p.a;var Q=[],k;for(k in p)Object.prototype.hasOwnProperty.call(p,k)&&Q.push(k);return Q}function C(p,Q){this.key=p,this.value=Q,this.a=void 0}function ee(p){if(8192>=p.length)return String.fromCharCode.apply(null,p);for(var Q="",k=0;k<p.length;k+=8192)Q+=String.fromCharCode.apply(null,V(p,k,k+8192));return Q}var re={"\0":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\x0B",'"':'\\"',"\\":"\\\\","<":"\\u003C"},ie={"'":"\\'"},Fe={},he=null;function le(p,Q){Q===void 0&&(Q=0),b(),Q=Fe[Q];for(var k=[],se=0;se<p.length;se+=3){var Qe=p[se],ke=se+1<p.length,$e=ke?p[se+1]:0,Bt=se+2<p.length,jt=Bt?p[se+2]:0,un=Qe>>2;Qe=(Qe&3)<<4|$e>>4,$e=($e&15)<<2|jt>>6,jt&=63,Bt||(jt=64,ke||($e=64)),k.push(Q[un],Q[Qe],Q[$e]||"",Q[jt]||"")}return k.join("")}function de(p){var Q=p.length,k=3*Q/4;k%3?k=Math.floor(k):"=.".indexOf(p[Q-1])!=-1&&(k="=.".indexOf(p[Q-2])!=-1?k-2:k-1);var se=new Uint8Array(k),Qe=0;return X(p,function(ke){se[Qe++]=ke}),se.subarray(0,Qe)}function X(p,Q){function k(jt){for(;se<p.length;){var un=p.charAt(se++),_n=he[un];if(_n!=null)return _n;if(!/^[\s\xa0]*$/.test(un))throw Error("Unknown base64 encoding at char: "+un)}return jt}b();for(var se=0;;){var Qe=k(-1),ke=k(0),$e=k(64),Bt=k(64);if(Bt===64&&Qe===-1)break;Q(Qe<<2|ke>>4),$e!=64&&(Q(ke<<4&240|$e>>2),Bt!=64&&Q($e<<6&192|Bt))}}function b(){if(!he){he={};for(var p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),Q=["+/=","+/","-_=","-_.","-_"],k=0;5>k;k++){var se=p.concat(Q[k].split(""));Fe[k]=se;for(var Qe=0;Qe<se.length;Qe++){var ke=se[Qe];he[ke]===void 0&&(he[ke]=Qe)}}}}U("jspb.ConstBinaryMessage",function(){},void 0),U("jspb.BinaryMessage",function(){},void 0),U("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),U("jspb.BinaryConstants.WireType",{yb:-1,ue:0,xb:1,de:2,qe:3,fe:4,wb:5},void 0),U("jspb.BinaryConstants.FieldTypeToWireType",function(p){switch(p){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),U("jspb.BinaryConstants.INVALID_FIELD_NUMBER",-1,void 0),U("jspb.BinaryConstants.FLOAT32_EPS",1401298464324817e-60,void 0),U("jspb.BinaryConstants.FLOAT32_MIN",11754943508222875e-54,void 0),U("jspb.BinaryConstants.FLOAT32_MAX",34028234663852886e22,void 0),U("jspb.BinaryConstants.FLOAT64_EPS",5e-324,void 0),U("jspb.BinaryConstants.FLOAT64_MIN",22250738585072014e-324,void 0),U("jspb.BinaryConstants.FLOAT64_MAX",17976931348623157e292,void 0),U("jspb.BinaryConstants.TWO_TO_20",1048576,void 0),U("jspb.BinaryConstants.TWO_TO_23",8388608,void 0),U("jspb.BinaryConstants.TWO_TO_31",2147483648,void 0),U("jspb.BinaryConstants.TWO_TO_32",4294967296,void 0),U("jspb.BinaryConstants.TWO_TO_52",4503599627370496,void 0),U("jspb.BinaryConstants.TWO_TO_63",9223372036854776e3,void 0),U("jspb.BinaryConstants.TWO_TO_64",18446744073709552e3,void 0),U("jspb.BinaryConstants.ZERO_HASH","\0\0\0\0\0\0\0\0",void 0);var L=0,ae=0;U("jspb.utils.getSplit64Low",function(){return L},void 0),U("jspb.utils.getSplit64High",function(){return ae},void 0);function H(p){var Q=p>>>0;p=Math.floor((p-Q)/4294967296)>>>0,L=Q,ae=p}U("jspb.utils.splitUint64",H,void 0);function Be(p){var Q=0>p;p=Math.abs(p);var k=p>>>0;p=Math.floor((p-k)/4294967296),p>>>=0,Q&&(p=~p>>>0,k=(~k>>>0)+1,4294967295<k&&(k=0,p++,4294967295<p&&(p=0))),L=k,ae=p}U("jspb.utils.splitInt64",Be,void 0);function fe(p){var Q=0>p;p=2*Math.abs(p),H(p),p=L;var k=ae;Q&&(p==0?k==0?k=p=4294967295:(k--,p=4294967295):p--),L=p,ae=k}U("jspb.utils.splitZigzag64",fe,void 0);function ue(p){var Q=0>p?1:0;if(p=Q?-p:p,p===0)0<1/p?L=ae=0:(ae=0,L=2147483648);else if(isNaN(p))ae=0,L=2147483647;else if(34028234663852886e22<p)ae=0,L=(Q<<31|2139095040)>>>0;else if(11754943508222875e-54>p)p=Math.round(p/Math.pow(2,-149)),ae=0,L=(Q<<31|p)>>>0;else{var k=Math.floor(Math.log(p)/Math.LN2);p*=Math.pow(2,-k),p=Math.round(8388608*p),16777216<=p&&++k,ae=0,L=(Q<<31|k+127<<23|p&8388607)>>>0}}U("jspb.utils.splitFloat32",ue,void 0);function Re(p){var Q=0>p?1:0;if(p=Q?-p:p,p===0)ae=0<1/p?0:2147483648,L=0;else if(isNaN(p))ae=2147483647,L=4294967295;else if(17976931348623157e292<p)ae=(Q<<31|2146435072)>>>0,L=0;else if(22250738585072014e-324>p)p/=Math.pow(2,-1074),ae=(Q<<31|p/4294967296)>>>0,L=p>>>0;else{var k=p,se=0;if(2<=k)for(;2<=k&&1023>se;)se++,k/=2;else for(;1>k&&-1022<se;)k*=2,se--;p*=Math.pow(2,-se),ae=(Q<<31|se+1023<<20|1048576*p&1048575)>>>0,L=4503599627370496*p>>>0}}U("jspb.utils.splitFloat64",Re,void 0);function me(p){var Q=p.charCodeAt(4),k=p.charCodeAt(5),se=p.charCodeAt(6),Qe=p.charCodeAt(7);L=p.charCodeAt(0)+(p.charCodeAt(1)<<8)+(p.charCodeAt(2)<<16)+(p.charCodeAt(3)<<24)>>>0,ae=Q+(k<<8)+(se<<16)+(Qe<<24)>>>0}U("jspb.utils.splitHash64",me,void 0);function Ne(p,Q){return 4294967296*Q+(p>>>0)}U("jspb.utils.joinUint64",Ne,void 0);function Ze(p,Q){var k=Q&2147483648;return k&&(p=~p+1>>>0,Q=~Q>>>0,p==0&&(Q=Q+1>>>0)),p=Ne(p,Q),k?-p:p}U("jspb.utils.joinInt64",Ze,void 0);function Pe(p,Q,k){var se=Q>>31;return k(p<<1^se,(Q<<1|p>>>31)^se)}U("jspb.utils.toZigzag64",Pe,void 0);function J(p,Q){return x(p,Q,Ze)}U("jspb.utils.joinZigzag64",J,void 0);function x(p,Q,k){var se=-(p&1);return k((p>>>1|Q<<31)^se,Q>>>1^se)}U("jspb.utils.fromZigzag64",x,void 0);function $(p){var Q=2*(p>>31)+1,k=p>>>23&255;return p&=8388607,k==255?p?NaN:1/0*Q:k==0?Q*Math.pow(2,-149)*p:Q*Math.pow(2,k-150)*(p+Math.pow(2,23))}U("jspb.utils.joinFloat32",$,void 0);function ce(p,Q){var k=2*(Q>>31)+1,se=Q>>>20&2047;return p=4294967296*(Q&1048575)+p,se==2047?p?NaN:1/0*k:se==0?k*Math.pow(2,-1074)*p:k*Math.pow(2,se-1075)*(p+4503599627370496)}U("jspb.utils.joinFloat64",ce,void 0);function be(p,Q){return String.fromCharCode(p>>>0&255,p>>>8&255,p>>>16&255,p>>>24&255,Q>>>0&255,Q>>>8&255,Q>>>16&255,Q>>>24&255)}U("jspb.utils.joinHash64",be,void 0),U("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0);function ye(p,Q){function k(Qe,ke){return Qe=Qe?String(Qe):"",ke?"0000000".slice(Qe.length)+Qe:Qe}if(2097151>=Q)return""+Ne(p,Q);var se=(p>>>24|Q<<8)>>>0&16777215;return Q=Q>>16&65535,p=(p&16777215)+6777216*se+6710656*Q,se+=8147497*Q,Q*=2,1e7<=p&&(se+=Math.floor(p/1e7),p%=1e7),1e7<=se&&(Q+=Math.floor(se/1e7),se%=1e7),k(Q,0)+k(se,Q)+k(p,1)}U("jspb.utils.joinUnsignedDecimalString",ye,void 0);function Me(p,Q){var k=Q&2147483648;return k&&(p=~p+1>>>0,Q=~Q+(p==0?1:0)>>>0),p=ye(p,Q),k?"-"+p:p}U("jspb.utils.joinSignedDecimalString",Me,void 0);function ot(p,Q){me(p),p=L;var k=ae;return Q?Me(p,k):ye(p,k)}U("jspb.utils.hash64ToDecimalString",ot,void 0),U("jspb.utils.hash64ArrayToDecimalStrings",function(p,Q){for(var k=Array(p.length),se=0;se<p.length;se++)k[se]=ot(p[se],Q);return k},void 0);function it(p){function Q($e,Bt){for(var jt=0;8>jt&&($e!==1||0<Bt);jt++)Bt=$e*Qe[jt]+Bt,Qe[jt]=Bt&255,Bt>>>=8}function k(){for(var $e=0;8>$e;$e++)Qe[$e]=~Qe[$e]&255}W(0<p.length);var se=!1;p[0]==="-"&&(se=!0,p=p.slice(1));for(var Qe=[0,0,0,0,0,0,0,0],ke=0;ke<p.length;ke++)Q(10,p.charCodeAt(ke)-48);return se&&(k(),Q(1,1)),ee(Qe)}U("jspb.utils.decimalStringToHash64",it,void 0),U("jspb.utils.splitDecimalString",function(p){me(it(p))},void 0);function yt(p){return String.fromCharCode(10>p?48+p:87+p)}function st(p){return 97<=p?p-97+10:p-48}U("jspb.utils.hash64ToHexString",function(p){var Q=Array(18);Q[0]="0",Q[1]="x";for(var k=0;8>k;k++){var se=p.charCodeAt(7-k);Q[2*k+2]=yt(se>>4),Q[2*k+3]=yt(se&15)}return Q.join("")},void 0),U("jspb.utils.hexStringToHash64",function(p){p=p.toLowerCase(),W(p.length==18),W(p[0]=="0"),W(p[1]=="x");for(var Q="",k=0;8>k;k++)Q=String.fromCharCode(16*st(p.charCodeAt(2*k+2))+st(p.charCodeAt(2*k+3)))+Q;return Q},void 0),U("jspb.utils.hash64ToNumber",function(p,Q){me(p),p=L;var k=ae;return Q?Ze(p,k):Ne(p,k)},void 0),U("jspb.utils.numberToHash64",function(p){return Be(p),be(L,ae)},void 0),U("jspb.utils.countVarints",function(p,Q,k){for(var se=0,Qe=Q;Qe<k;Qe++)se+=p[Qe]>>7;return k-Q-se},void 0),U("jspb.utils.countVarintFields",function(p,Q,k,se){var Qe=0;if(se*=8,128>se)for(;Q<k&&p[Q++]==se;)for(Qe++;;){var ke=p[Q++];if(!(ke&128))break}else for(;Q<k;){for(ke=se;128<ke;){if(p[Q]!=(ke&127|128))return Qe;Q++,ke>>=7}if(p[Q++]!=ke)break;for(Qe++;ke=p[Q++],(ke&128)!=0;);}return Qe},void 0);function gt(p,Q,k,se,Qe){var ke=0;if(128>se)for(;Q<k&&p[Q++]==se;)ke++,Q+=Qe;else for(;Q<k;){for(var $e=se;128<$e;){if(p[Q++]!=($e&127|128))return ke;$e>>=7}if(p[Q++]!=$e)break;ke++,Q+=Qe}return ke}U("jspb.utils.countFixed32Fields",function(p,Q,k,se){return gt(p,Q,k,8*se+5,4)},void 0),U("jspb.utils.countFixed64Fields",function(p,Q,k,se){return gt(p,Q,k,8*se+1,8)},void 0),U("jspb.utils.countDelimitedFields",function(p,Q,k,se){var Qe=0;for(se=8*se+2;Q<k;){for(var ke=se;128<ke;){if(p[Q++]!=(ke&127|128))return Qe;ke>>=7}if(p[Q++]!=ke)break;Qe++;for(var $e=0,Bt=1;ke=p[Q++],$e+=(ke&127)*Bt,Bt*=128,(ke&128)!=0;);Q+=$e}return Qe},void 0),U("jspb.utils.debugBytesToTextFormat",function(p){var Q='"';if(p){p=Rt(p);for(var k=0;k<p.length;k++)Q+="\\x",16>p[k]&&(Q+="0"),Q+=p[k].toString(16)}return Q+'"'},void 0),U("jspb.utils.debugScalarToTextFormat",function(p){if(typeof p=="string"){p=String(p);for(var Q=['"'],k=0;k<p.length;k++){var se=p.charAt(k),Qe=se.charCodeAt(0),ke=k+1,$e;($e=re[se])||(31<Qe&&127>Qe||(Qe=se,Qe in ie?se=ie[Qe]:Qe in re?se=ie[Qe]=re[Qe]:($e=Qe.charCodeAt(0),31<$e&&127>$e?se=Qe:(256>$e?(se="\\x",(16>$e||256<$e)&&(se+="0")):(se="\\u",4096>$e&&(se+="0")),se+=$e.toString(16).toUpperCase()),se=ie[Qe]=se)),$e=se),Q[ke]=$e}Q.push('"'),p=Q.join("")}else p=p.toString();return p},void 0),U("jspb.utils.stringToByteArray",function(p){for(var Q=new Uint8Array(p.length),k=0;k<p.length;k++){var se=p.charCodeAt(k);if(255<se)throw Error("Conversion error: string contains codepoint outside of byte range");Q[k]=se}return Q},void 0);function Rt(p){return p.constructor===Uint8Array?p:p.constructor===ArrayBuffer?new Uint8Array(p):p.constructor===Array?new Uint8Array(p):p.constructor===String?de(p):p instanceof Uint8Array?new Uint8Array(p.buffer,p.byteOffset,p.byteLength):(A("Type not convertible to Uint8Array."),new Uint8Array(0))}U("jspb.utils.byteSourceToUint8Array",Rt,void 0);function Je(p,Q,k){this.b=null,this.a=this.c=this.h=0,this.v=!1,p&&this.H(p,Q,k)}U("jspb.BinaryDecoder",Je,void 0);var qe=[];Je.getInstanceCacheLength=function(){return qe.length};function te(p,Q,k){if(qe.length){var se=qe.pop();return p&&se.H(p,Q,k),se}return new Je(p,Q,k)}Je.alloc=te,Je.prototype.Ca=function(){this.clear(),100>qe.length&&qe.push(this)},Je.prototype.free=Je.prototype.Ca,Je.prototype.clone=function(){return te(this.b,this.h,this.c-this.h)},Je.prototype.clone=Je.prototype.clone,Je.prototype.clear=function(){this.b=null,this.a=this.c=this.h=0,this.v=!1},Je.prototype.clear=Je.prototype.clear,Je.prototype.Y=function(){return this.b},Je.prototype.getBuffer=Je.prototype.Y,Je.prototype.H=function(p,Q,k){this.b=Rt(p),this.h=Q!==void 0?Q:0,this.c=k!==void 0?this.h+k:this.b.length,this.a=this.h},Je.prototype.setBlock=Je.prototype.H,Je.prototype.Db=function(){return this.c},Je.prototype.getEnd=Je.prototype.Db,Je.prototype.setEnd=function(p){this.c=p},Je.prototype.setEnd=Je.prototype.setEnd,Je.prototype.reset=function(){this.a=this.h},Je.prototype.reset=Je.prototype.reset,Je.prototype.B=function(){return this.a},Je.prototype.getCursor=Je.prototype.B,Je.prototype.Ma=function(p){this.a=p},Je.prototype.setCursor=Je.prototype.Ma,Je.prototype.advance=function(p){this.a+=p,W(this.a<=this.c)},Je.prototype.advance=Je.prototype.advance,Je.prototype.ya=function(){return this.a==this.c},Je.prototype.atEnd=Je.prototype.ya,Je.prototype.Qb=function(){return this.a>this.c},Je.prototype.pastEnd=Je.prototype.Qb,Je.prototype.getError=function(){return this.v||0>this.a||this.a>this.c},Je.prototype.getError=Je.prototype.getError,Je.prototype.w=function(p){for(var Q=128,k=0,se=0,Qe=0;4>Qe&&128<=Q;Qe++)Q=this.b[this.a++],k|=(Q&127)<<7*Qe;if(128<=Q&&(Q=this.b[this.a++],k|=(Q&127)<<28,se|=(Q&127)>>4),128<=Q)for(Qe=0;5>Qe&&128<=Q;Qe++)Q=this.b[this.a++],se|=(Q&127)<<7*Qe+3;if(128>Q)return p(k>>>0,se>>>0);A("Failed to read varint, encoding is invalid."),this.v=!0},Je.prototype.readSplitVarint64=Je.prototype.w,Je.prototype.ea=function(p){return this.w(function(Q,k){return x(Q,k,p)})},Je.prototype.readSplitZigzagVarint64=Je.prototype.ea,Je.prototype.ta=function(p){var Q=this.b,k=this.a;this.a+=8;for(var se=0,Qe=0,ke=k+7;ke>=k;ke--)se=se<<8|Q[ke],Qe=Qe<<8|Q[ke+4];return p(se,Qe)},Je.prototype.readSplitFixed64=Je.prototype.ta,Je.prototype.kb=function(){for(;this.b[this.a]&128;)this.a++;this.a++},Je.prototype.skipVarint=Je.prototype.kb,Je.prototype.mb=function(p){for(;128<p;)this.a--,p>>>=7;this.a--},Je.prototype.unskipVarint=Je.prototype.mb,Je.prototype.o=function(){var p=this.b,Q=p[this.a],k=Q&127;return 128>Q?(this.a+=1,W(this.a<=this.c),k):(Q=p[this.a+1],k|=(Q&127)<<7,128>Q?(this.a+=2,W(this.a<=this.c),k):(Q=p[this.a+2],k|=(Q&127)<<14,128>Q?(this.a+=3,W(this.a<=this.c),k):(Q=p[this.a+3],k|=(Q&127)<<21,128>Q?(this.a+=4,W(this.a<=this.c),k):(Q=p[this.a+4],k|=(Q&15)<<28,128>Q?(this.a+=5,W(this.a<=this.c),k>>>0):(this.a+=5,128<=p[this.a++]&&128<=p[this.a++]&&128<=p[this.a++]&&128<=p[this.a++]&&128<=p[this.a++]&&W(!1),W(this.a<=this.c),k)))))},Je.prototype.readUnsignedVarint32=Je.prototype.o,Je.prototype.da=function(){return~~this.o()},Je.prototype.readSignedVarint32=Je.prototype.da,Je.prototype.O=function(){return this.o().toString()},Je.prototype.Ea=function(){return this.da().toString()},Je.prototype.readSignedVarint32String=Je.prototype.Ea,Je.prototype.Ia=function(){var p=this.o();return p>>>1^-(p&1)},Je.prototype.readZigzagVarint32=Je.prototype.Ia,Je.prototype.Ga=function(){return this.w(Ne)},Je.prototype.readUnsignedVarint64=Je.prototype.Ga,Je.prototype.Ha=function(){return this.w(ye)},Je.prototype.readUnsignedVarint64String=Je.prototype.Ha,Je.prototype.sa=function(){return this.w(Ze)},Je.prototype.readSignedVarint64=Je.prototype.sa,Je.prototype.Fa=function(){return this.w(Me)},Je.prototype.readSignedVarint64String=Je.prototype.Fa,Je.prototype.Ja=function(){return this.w(J)},Je.prototype.readZigzagVarint64=Je.prototype.Ja,Je.prototype.fb=function(){return this.ea(be)},Je.prototype.readZigzagVarintHash64=Je.prototype.fb,Je.prototype.Ka=function(){return this.ea(Me)},Je.prototype.readZigzagVarint64String=Je.prototype.Ka,Je.prototype.Gc=function(){var p=this.b[this.a];return this.a+=1,W(this.a<=this.c),p},Je.prototype.readUint8=Je.prototype.Gc,Je.prototype.Ec=function(){var p=this.b[this.a],Q=this.b[this.a+1];return this.a+=2,W(this.a<=this.c),p<<0|Q<<8},Je.prototype.readUint16=Je.prototype.Ec,Je.prototype.m=function(){var p=this.b[this.a],Q=this.b[this.a+1],k=this.b[this.a+2],se=this.b[this.a+3];return this.a+=4,W(this.a<=this.c),(p<<0|Q<<8|k<<16|se<<24)>>>0},Je.prototype.readUint32=Je.prototype.m,Je.prototype.ga=function(){var p=this.m(),Q=this.m();return Ne(p,Q)},Je.prototype.readUint64=Je.prototype.ga,Je.prototype.ha=function(){var p=this.m(),Q=this.m();return ye(p,Q)},Je.prototype.readUint64String=Je.prototype.ha,Je.prototype.Xb=function(){var p=this.b[this.a];return this.a+=1,W(this.a<=this.c),p<<24>>24},Je.prototype.readInt8=Je.prototype.Xb,Je.prototype.Vb=function(){var p=this.b[this.a],Q=this.b[this.a+1];return this.a+=2,W(this.a<=this.c),(p<<0|Q<<8)<<16>>16},Je.prototype.readInt16=Je.prototype.Vb,Je.prototype.P=function(){var p=this.b[this.a],Q=this.b[this.a+1],k=this.b[this.a+2],se=this.b[this.a+3];return this.a+=4,W(this.a<=this.c),p<<0|Q<<8|k<<16|se<<24},Je.prototype.readInt32=Je.prototype.P,Je.prototype.ba=function(){var p=this.m(),Q=this.m();return Ze(p,Q)},Je.prototype.readInt64=Je.prototype.ba,Je.prototype.ca=function(){var p=this.m(),Q=this.m();return Me(p,Q)},Je.prototype.readInt64String=Je.prototype.ca,Je.prototype.aa=function(){var p=this.m();return $(p)},Je.prototype.readFloat=Je.prototype.aa,Je.prototype.Z=function(){var p=this.m(),Q=this.m();return ce(p,Q)},Je.prototype.readDouble=Je.prototype.Z,Je.prototype.pa=function(){return!!this.b[this.a++]},Je.prototype.readBool=Je.prototype.pa,Je.prototype.ra=function(){return this.da()},Je.prototype.readEnum=Je.prototype.ra,Je.prototype.fa=function(p){var Q=this.b,k=this.a;p=k+p;for(var se=[],Qe="";k<p;){var ke=Q[k++];if(128>ke)se.push(ke);else{if(192>ke)continue;if(224>ke){var $e=Q[k++];se.push((ke&31)<<6|$e&63)}else if(240>ke){$e=Q[k++];var Bt=Q[k++];se.push((ke&15)<<12|($e&63)<<6|Bt&63)}else if(248>ke){$e=Q[k++],Bt=Q[k++];var jt=Q[k++];ke=(ke&7)<<18|($e&63)<<12|(Bt&63)<<6|jt&63,ke-=65536,se.push((ke>>10&1023)+55296,(ke&1023)+56320)}}8192<=se.length&&(Qe+=String.fromCharCode.apply(null,se),se.length=0)}return Qe+=ee(se),this.a=k,Qe},Je.prototype.readString=Je.prototype.fa,Je.prototype.Dc=function(){var p=this.o();return this.fa(p)},Je.prototype.readStringWithLength=Je.prototype.Dc,Je.prototype.qa=function(p){if(0>p||this.a+p>this.b.length)return this.v=!0,A("Invalid byte length!"),new Uint8Array(0);var Q=this.b.subarray(this.a,this.a+p);return this.a+=p,W(this.a<=this.c),Q},Je.prototype.readBytes=Je.prototype.qa,Je.prototype.ia=function(){return this.w(be)},Je.prototype.readVarintHash64=Je.prototype.ia,Je.prototype.$=function(){var p=this.b,Q=this.a,k=p[Q],se=p[Q+1],Qe=p[Q+2],ke=p[Q+3],$e=p[Q+4],Bt=p[Q+5],jt=p[Q+6];return p=p[Q+7],this.a+=8,String.fromCharCode(k,se,Qe,ke,$e,Bt,jt,p)},Je.prototype.readFixedHash64=Je.prototype.$;function I(p,Q,k){this.a=te(p,Q,k),this.O=this.a.B(),this.b=this.c=-1,this.h=!1,this.v=null}U("jspb.BinaryReader",I,void 0);var ge=[];I.clearInstanceCache=function(){ge=[]},I.getInstanceCacheLength=function(){return ge.length};function ve(p,Q,k){if(ge.length){var se=ge.pop();return p&&se.a.H(p,Q,k),se}return new I(p,Q,k)}I.alloc=ve,I.prototype.zb=ve,I.prototype.alloc=I.prototype.zb,I.prototype.Ca=function(){this.a.clear(),this.b=this.c=-1,this.h=!1,this.v=null,100>ge.length&&ge.push(this)},I.prototype.free=I.prototype.Ca,I.prototype.Fb=function(){return this.O},I.prototype.getFieldCursor=I.prototype.Fb,I.prototype.B=function(){return this.a.B()},I.prototype.getCursor=I.prototype.B,I.prototype.Y=function(){return this.a.Y()},I.prototype.getBuffer=I.prototype.Y,I.prototype.Hb=function(){return this.c},I.prototype.getFieldNumber=I.prototype.Hb,I.prototype.Lb=function(){return this.b},I.prototype.getWireType=I.prototype.Lb,I.prototype.Mb=function(){return this.b==2},I.prototype.isDelimited=I.prototype.Mb,I.prototype.bb=function(){return this.b==4},I.prototype.isEndGroup=I.prototype.bb,I.prototype.getError=function(){return this.h||this.a.getError()},I.prototype.getError=I.prototype.getError,I.prototype.H=function(p,Q,k){this.a.H(p,Q,k),this.b=this.c=-1},I.prototype.setBlock=I.prototype.H,I.prototype.reset=function(){this.a.reset(),this.b=this.c=-1},I.prototype.reset=I.prototype.reset,I.prototype.advance=function(p){this.a.advance(p)},I.prototype.advance=I.prototype.advance,I.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return A("Decoder hit an error"),!1;this.O=this.a.B();var p=this.a.o(),Q=p>>>3;return p&=7,p!=0&&p!=5&&p!=1&&p!=2&&p!=3&&p!=4?(A("Invalid wire type: %s (at position %s)",p,this.O),this.h=!0,!1):(this.c=Q,this.b=p,!0)},I.prototype.nextField=I.prototype.oa,I.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)},I.prototype.unskipHeader=I.prototype.Oa,I.prototype.Lc=function(){var p=this.c;for(this.Oa();this.oa()&&this.c==p;)this.C();this.a.ya()||this.Oa()},I.prototype.skipMatchingFields=I.prototype.Lc,I.prototype.lb=function(){this.b!=0?(A("Invalid wire type for skipVarintField"),this.C()):this.a.kb()},I.prototype.skipVarintField=I.prototype.lb,I.prototype.gb=function(){if(this.b!=2)A("Invalid wire type for skipDelimitedField"),this.C();else{var p=this.a.o();this.a.advance(p)}},I.prototype.skipDelimitedField=I.prototype.gb,I.prototype.hb=function(){this.b!=5?(A("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)},I.prototype.skipFixed32Field=I.prototype.hb,I.prototype.ib=function(){this.b!=1?(A("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)},I.prototype.skipFixed64Field=I.prototype.ib,I.prototype.jb=function(){var p=this.c;do{if(!this.oa()){A("Unmatched start-group tag: stream EOF"),this.h=!0;break}if(this.b==4){this.c!=p&&(A("Unmatched end-group tag"),this.h=!0);break}this.C()}while(1)},I.prototype.skipGroup=I.prototype.jb,I.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:A("Invalid wire encoding for field.")}},I.prototype.skipField=I.prototype.C,I.prototype.Hc=function(p,Q){this.v===null&&(this.v={}),W(!this.v[p]),this.v[p]=Q},I.prototype.registerReadCallback=I.prototype.Hc,I.prototype.Ic=function(p){return W(this.v!==null),p=this.v[p],W(p),p(this)},I.prototype.runReadCallback=I.prototype.Ic,I.prototype.Yb=function(p,Q){W(this.b==2);var k=this.a.c,se=this.a.o();se=this.a.B()+se,this.a.setEnd(se),Q(p,this),this.a.Ma(se),this.a.setEnd(k)},I.prototype.readMessage=I.prototype.Yb,I.prototype.Ub=function(p,Q,k){W(this.b==3),W(this.c==p),k(Q,this),this.h||this.b==4||(A("Group submessage did not end with an END_GROUP tag"),this.h=!0)},I.prototype.readGroup=I.prototype.Ub,I.prototype.Gb=function(){W(this.b==2);var p=this.a.o(),Q=this.a.B(),k=Q+p;return p=te(this.a.Y(),Q,p),this.a.Ma(k),p},I.prototype.getFieldDecoder=I.prototype.Gb,I.prototype.P=function(){return W(this.b==0),this.a.da()},I.prototype.readInt32=I.prototype.P,I.prototype.Wb=function(){return W(this.b==0),this.a.Ea()},I.prototype.readInt32String=I.prototype.Wb,I.prototype.ba=function(){return W(this.b==0),this.a.sa()},I.prototype.readInt64=I.prototype.ba,I.prototype.ca=function(){return W(this.b==0),this.a.Fa()},I.prototype.readInt64String=I.prototype.ca,I.prototype.m=function(){return W(this.b==0),this.a.o()},I.prototype.readUint32=I.prototype.m,I.prototype.Fc=function(){return W(this.b==0),this.a.O()},I.prototype.readUint32String=I.prototype.Fc,I.prototype.ga=function(){return W(this.b==0),this.a.Ga()},I.prototype.readUint64=I.prototype.ga,I.prototype.ha=function(){return W(this.b==0),this.a.Ha()},I.prototype.readUint64String=I.prototype.ha,I.prototype.zc=function(){return W(this.b==0),this.a.Ia()},I.prototype.readSint32=I.prototype.zc,I.prototype.Ac=function(){return W(this.b==0),this.a.Ja()},I.prototype.readSint64=I.prototype.Ac,I.prototype.Bc=function(){return W(this.b==0),this.a.Ka()},I.prototype.readSint64String=I.prototype.Bc,I.prototype.Rb=function(){return W(this.b==5),this.a.m()},I.prototype.readFixed32=I.prototype.Rb,I.prototype.Sb=function(){return W(this.b==1),this.a.ga()},I.prototype.readFixed64=I.prototype.Sb,I.prototype.Tb=function(){return W(this.b==1),this.a.ha()},I.prototype.readFixed64String=I.prototype.Tb,I.prototype.vc=function(){return W(this.b==5),this.a.P()},I.prototype.readSfixed32=I.prototype.vc,I.prototype.wc=function(){return W(this.b==5),this.a.P().toString()},I.prototype.readSfixed32String=I.prototype.wc,I.prototype.xc=function(){return W(this.b==1),this.a.ba()},I.prototype.readSfixed64=I.prototype.xc,I.prototype.yc=function(){return W(this.b==1),this.a.ca()},I.prototype.readSfixed64String=I.prototype.yc,I.prototype.aa=function(){return W(this.b==5),this.a.aa()},I.prototype.readFloat=I.prototype.aa,I.prototype.Z=function(){return W(this.b==1),this.a.Z()},I.prototype.readDouble=I.prototype.Z,I.prototype.pa=function(){return W(this.b==0),!!this.a.o()},I.prototype.readBool=I.prototype.pa,I.prototype.ra=function(){return W(this.b==0),this.a.sa()},I.prototype.readEnum=I.prototype.ra,I.prototype.fa=function(){W(this.b==2);var p=this.a.o();return this.a.fa(p)},I.prototype.readString=I.prototype.fa,I.prototype.qa=function(){W(this.b==2);var p=this.a.o();return this.a.qa(p)},I.prototype.readBytes=I.prototype.qa,I.prototype.ia=function(){return W(this.b==0),this.a.ia()},I.prototype.readVarintHash64=I.prototype.ia,I.prototype.Cc=function(){return W(this.b==0),this.a.fb()},I.prototype.readSintHash64=I.prototype.Cc,I.prototype.w=function(p){return W(this.b==0),this.a.w(p)},I.prototype.readSplitVarint64=I.prototype.w,I.prototype.ea=function(p){return W(this.b==0),this.a.w(function(Q,k){return x(Q,k,p)})},I.prototype.readSplitZigzagVarint64=I.prototype.ea,I.prototype.$=function(){return W(this.b==1),this.a.$()},I.prototype.readFixedHash64=I.prototype.$,I.prototype.ta=function(p){return W(this.b==1),this.a.ta(p)},I.prototype.readSplitFixed64=I.prototype.ta;function Ee(p,Q){W(p.b==2);var k=p.a.o();k=p.a.B()+k;for(var se=[];p.a.B()<k;)se.push(Q.call(p.a));return se}I.prototype.gc=function(){return Ee(this,this.a.da)},I.prototype.readPackedInt32=I.prototype.gc,I.prototype.hc=function(){return Ee(this,this.a.Ea)},I.prototype.readPackedInt32String=I.prototype.hc,I.prototype.ic=function(){return Ee(this,this.a.sa)},I.prototype.readPackedInt64=I.prototype.ic,I.prototype.jc=function(){return Ee(this,this.a.Fa)},I.prototype.readPackedInt64String=I.prototype.jc,I.prototype.qc=function(){return Ee(this,this.a.o)},I.prototype.readPackedUint32=I.prototype.qc,I.prototype.rc=function(){return Ee(this,this.a.O)},I.prototype.readPackedUint32String=I.prototype.rc,I.prototype.sc=function(){return Ee(this,this.a.Ga)},I.prototype.readPackedUint64=I.prototype.sc,I.prototype.tc=function(){return Ee(this,this.a.Ha)},I.prototype.readPackedUint64String=I.prototype.tc,I.prototype.nc=function(){return Ee(this,this.a.Ia)},I.prototype.readPackedSint32=I.prototype.nc,I.prototype.oc=function(){return Ee(this,this.a.Ja)},I.prototype.readPackedSint64=I.prototype.oc,I.prototype.pc=function(){return Ee(this,this.a.Ka)},I.prototype.readPackedSint64String=I.prototype.pc,I.prototype.bc=function(){return Ee(this,this.a.m)},I.prototype.readPackedFixed32=I.prototype.bc,I.prototype.cc=function(){return Ee(this,this.a.ga)},I.prototype.readPackedFixed64=I.prototype.cc,I.prototype.dc=function(){return Ee(this,this.a.ha)},I.prototype.readPackedFixed64String=I.prototype.dc,I.prototype.kc=function(){return Ee(this,this.a.P)},I.prototype.readPackedSfixed32=I.prototype.kc,I.prototype.lc=function(){return Ee(this,this.a.ba)},I.prototype.readPackedSfixed64=I.prototype.lc,I.prototype.mc=function(){return Ee(this,this.a.ca)},I.prototype.readPackedSfixed64String=I.prototype.mc,I.prototype.fc=function(){return Ee(this,this.a.aa)},I.prototype.readPackedFloat=I.prototype.fc,I.prototype.$b=function(){return Ee(this,this.a.Z)},I.prototype.readPackedDouble=I.prototype.$b,I.prototype.Zb=function(){return Ee(this,this.a.pa)},I.prototype.readPackedBool=I.prototype.Zb,I.prototype.ac=function(){return Ee(this,this.a.ra)},I.prototype.readPackedEnum=I.prototype.ac,I.prototype.uc=function(){return Ee(this,this.a.ia)},I.prototype.readPackedVarintHash64=I.prototype.uc,I.prototype.ec=function(){return Ee(this,this.a.$)},I.prototype.readPackedFixedHash64=I.prototype.ec;function we(p,Q,k,se,Qe){this.ma=p,this.Ba=Q,this.la=k,this.Na=se,this.na=Qe}U("jspb.ExtensionFieldInfo",we,void 0);function Oe(p,Q,k,se,Qe,ke){this.Za=p,this.za=Q,this.Aa=k,this.Wa=se,this.Ab=Qe,this.Nb=ke}U("jspb.ExtensionFieldBinaryInfo",Oe,void 0),we.prototype.F=function(){return!!this.la},we.prototype.isMessageType=we.prototype.F;function Ve(){}U("jspb.Message",Ve,void 0),Ve.GENERATE_TO_OBJECT=!0,Ve.GENERATE_FROM_OBJECT=!0;var je=typeof Uint8Array=="function";Ve.prototype.Ib=function(){return this.b},Ve.prototype.getJsPbMessageId=Ve.prototype.Ib,Ve.initialize=function(p,Q,k,se,Qe,ke){p.f=null,Q||(Q=k?[k]:[]),p.b=k?String(k):void 0,p.D=k===0?-1:0,p.u=Q;e:{if(k=p.u.length,Q=-1,k&&(Q=k-1,k=p.u[Q],!(k===null||typeof k!="object"||Array.isArray(k)||je&&k instanceof Uint8Array))){p.G=Q-p.D,p.i=k;break e}-1<se?(p.G=Math.max(se,Q+1-p.D),p.i=null):p.G=Number.MAX_VALUE}if(p.a={},Qe)for(se=0;se<Qe.length;se++)Q=Qe[se],Q<p.G?(Q+=p.D,p.u[Q]=p.u[Q]||xe):(nt(p),p.i[Q]=p.i[Q]||xe);if(ke&&ke.length)for(se=0;se<ke.length;se++)$t(p,ke[se])};var xe=Object.freeze?Object.freeze([]):[];function nt(p){var Q=p.G+p.D;p.u[Q]||(p.i=p.u[Q]={})}function Qt(p,Q,k){for(var se=[],Qe=0;Qe<p.length;Qe++)se[Qe]=Q.call(p[Qe],k,p[Qe]);return se}Ve.toObjectList=Qt,Ve.toObjectExtension=function(p,Q,k,se,Qe){for(var ke in k){var $e=k[ke],Bt=se.call(p,$e);if(Bt!=null){for(var jt in $e.Ba)if($e.Ba.hasOwnProperty(jt))break;Q[jt]=$e.Na?$e.na?Qt(Bt,$e.Na,Qe):$e.Na(Qe,Bt):Bt}}},Ve.serializeBinaryExtensions=function(p,Q,k,se){for(var Qe in k){var ke=k[Qe],$e=ke.Za;if(!ke.Aa)throw Error("Message extension present that was generated without binary serialization support");var Bt=se.call(p,$e);if(Bt!=null)if($e.F())if(ke.Wa)ke.Aa.call(Q,$e.ma,Bt,ke.Wa);else throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");else ke.Aa.call(Q,$e.ma,Bt)}},Ve.readBinaryExtension=function(p,Q,k,se,Qe){var ke=k[Q.c];if(ke){if(k=ke.Za,!ke.za)throw Error("Deserializing extension whose generated code does not support binary format");if(k.F()){var $e=new k.la;ke.za.call(Q,$e,ke.Ab)}else $e=ke.za.call(Q);k.na&&!ke.Nb?(Q=se.call(p,k))?Q.push($e):Qe.call(p,k,[$e]):Qe.call(p,k,$e)}else Q.C()};function St(p,Q){if(Q<p.G){Q+=p.D;var k=p.u[Q];return k===xe?p.u[Q]=[]:k}if(p.i)return k=p.i[Q],k===xe?p.i[Q]=[]:k}Ve.getField=St,Ve.getRepeatedField=function(p,Q){return St(p,Q)};function Ut(p,Q){return p=St(p,Q),p==null?p:+p}Ve.getOptionalFloatingPointField=Ut;function Ge(p,Q){return p=St(p,Q),p==null?p:!!p}Ve.getBooleanField=Ge,Ve.getRepeatedFloatingPointField=function(p,Q){var k=St(p,Q);if(p.a||(p.a={}),!p.a[Q]){for(var se=0;se<k.length;se++)k[se]=+k[se];p.a[Q]=!0}return k},Ve.getRepeatedBooleanField=function(p,Q){var k=St(p,Q);if(p.a||(p.a={}),!p.a[Q]){for(var se=0;se<k.length;se++)k[se]=!!k[se];p.a[Q]=!0}return k};function lt(p){return p==null||typeof p=="string"?p:je&&p instanceof Uint8Array?le(p):(A("Cannot coerce to b64 string: "+f(p)),null)}Ve.bytesAsB64=lt;function Et(p){return p==null||p instanceof Uint8Array?p:typeof p=="string"?de(p):(A("Cannot coerce to Uint8Array: "+f(p)),null)}Ve.bytesAsU8=Et,Ve.bytesListAsB64=function(p){return wt(p),p.length&&typeof p[0]!="string"?N(p,lt):p},Ve.bytesListAsU8=function(p){return wt(p),!p.length||p[0]instanceof Uint8Array?p:N(p,Et)};function wt(p){if(p&&1<p.length){var Q=f(p[0]);v(p,function(k){f(k)!=Q&&A("Inconsistent type in JSPB repeated field array. Got "+f(k)+" expected "+Q)})}}function Vt(p,Q,k){return p=St(p,Q),p==null?k:p}Ve.getFieldWithDefault=Vt,Ve.getBooleanFieldWithDefault=function(p,Q,k){return p=Ge(p,Q),p==null?k:p},Ve.getFloatingPointFieldWithDefault=function(p,Q,k){return p=Ut(p,Q),p==null?k:p},Ve.getFieldProto3=Vt,Ve.getMapField=function(p,Q,k,se){if(p.f||(p.f={}),Q in p.f)return p.f[Q];var Qe=St(p,Q);if(!Qe){if(k)return;Qe=[],Zt(p,Q,Qe)}return p.f[Q]=new Z(Qe,se)};function Zt(p,Q,k){return j(p,Ve),Q<p.G?p.u[Q+p.D]=k:(nt(p),p.i[Q]=k),p}Ve.setField=Zt,Ve.setProto3IntField=function(p,Q,k){return Ot(p,Q,k,0)},Ve.setProto3FloatField=function(p,Q,k){return Ot(p,Q,k,0)},Ve.setProto3BooleanField=function(p,Q,k){return Ot(p,Q,k,!1)},Ve.setProto3StringField=function(p,Q,k){return Ot(p,Q,k,"")},Ve.setProto3BytesField=function(p,Q,k){return Ot(p,Q,k,"")},Ve.setProto3EnumField=function(p,Q,k){return Ot(p,Q,k,0)},Ve.setProto3StringIntField=function(p,Q,k){return Ot(p,Q,k,"0")};function Ot(p,Q,k,se){return j(p,Ve),k!==se?Zt(p,Q,k):Q<p.G?p.u[Q+p.D]=null:(nt(p),delete p.i[Q]),p}Ve.addToRepeatedField=function(p,Q,k,se){return j(p,Ve),Q=St(p,Q),se!=null?Q.splice(se,0,k):Q.push(k),p};function Xt(p,Q,k,se){return j(p,Ve),(k=$t(p,k))&&k!==Q&&se!==void 0&&(p.f&&k in p.f&&(p.f[k]=void 0),Zt(p,k,void 0)),Zt(p,Q,se)}Ve.setOneofField=Xt;function $t(p,Q){for(var k,se,Qe=0;Qe<Q.length;Qe++){var ke=Q[Qe],$e=St(p,ke);$e!=null&&(k=ke,se=$e,Zt(p,ke,void 0))}return k?(Zt(p,k,se),k):0}Ve.computeOneofCase=$t,Ve.getWrapperField=function(p,Q,k,se){if(p.f||(p.f={}),!p.f[k]){var Qe=St(p,k);(se||Qe)&&(p.f[k]=new Q(Qe))}return p.f[k]},Ve.getRepeatedWrapperField=function(p,Q,k){return fn(p,Q,k),Q=p.f[k],Q==xe&&(Q=p.f[k]=[]),Q};function fn(p,Q,k){if(p.f||(p.f={}),!p.f[k]){for(var se=St(p,k),Qe=[],ke=0;ke<se.length;ke++)Qe[ke]=new Q(se[ke]);p.f[k]=Qe}}Ve.setWrapperField=function(p,Q,k){j(p,Ve),p.f||(p.f={});var se=k&&k.g();return p.f[Q]=k,Zt(p,Q,se)},Ve.setOneofWrapperField=function(p,Q,k,se){j(p,Ve),p.f||(p.f={});var Qe=se&&se.g();return p.f[Q]=se,Xt(p,Q,k,Qe)},Ve.setRepeatedWrapperField=function(p,Q,k){j(p,Ve),p.f||(p.f={}),k=k||[];for(var se=[],Qe=0;Qe<k.length;Qe++)se[Qe]=k[Qe].g();return p.f[Q]=k,Zt(p,Q,se)},Ve.addToRepeatedWrapperField=function(p,Q,k,se,Qe){fn(p,se,Q);var ke=p.f[Q];return ke||(ke=p.f[Q]=[]),k=k||new se,p=St(p,Q),Qe!=null?(ke.splice(Qe,0,k),p.splice(Qe,0,k.g())):(ke.push(k),p.push(k.g())),k},Ve.toMap=function(p,Q,k,se){for(var Qe={},ke=0;ke<p.length;ke++)Qe[Q.call(p[ke])]=k?k.call(p[ke],se,p[ke]):p[ke];return Qe};function En(p){if(p.f)for(var Q in p.f){var k=p.f[Q];if(Array.isArray(k))for(var se=0;se<k.length;se++)k[se]&&k[se].g();else k&&k.g()}}Ve.prototype.g=function(){return En(this),this.u},Ve.prototype.toArray=Ve.prototype.g,Ve.prototype.toString=function(){return En(this),this.u.toString()},Ve.prototype.getExtension=function(p){if(this.i){this.f||(this.f={});var Q=p.ma;if(p.na){if(p.F())return this.f[Q]||(this.f[Q]=N(this.i[Q]||[],function(k){return new p.la(k)})),this.f[Q]}else if(p.F())return!this.f[Q]&&this.i[Q]&&(this.f[Q]=new p.la(this.i[Q])),this.f[Q];return this.i[Q]}},Ve.prototype.getExtension=Ve.prototype.getExtension,Ve.prototype.Kc=function(p,Q){this.f||(this.f={}),nt(this);var k=p.ma;return p.na?(Q=Q||[],p.F()?(this.f[k]=Q,this.i[k]=N(Q,function(se){return se.g()})):this.i[k]=Q):p.F()?(this.f[k]=Q,this.i[k]=Q&&Q.g()):this.i[k]=Q,this},Ve.prototype.setExtension=Ve.prototype.Kc,Ve.difference=function(p,Q){if(!(p instanceof Q.constructor))throw Error("Messages have different types.");var k=p.g();Q=Q.g();var se=[],Qe=0,ke=k.length>Q.length?k.length:Q.length;for(p.b&&(se[0]=p.b,Qe=1);Qe<ke;Qe++)qt(k[Qe],Q[Qe])||(se[Qe]=Q[Qe]);return new p.constructor(se)},Ve.equals=function(p,Q){return p==Q||!(!p||!Q)&&p instanceof Q.constructor&&qt(p.g(),Q.g())};function Kt(p,Q){p=p||{},Q=Q||{};var k={},se;for(se in p)k[se]=0;for(se in Q)k[se]=0;for(se in k)if(!qt(p[se],Q[se]))return!1;return!0}Ve.compareExtensions=Kt;function qt(p,Q){if(p==Q)return!0;if(!g(p)||!g(Q))return typeof p=="number"&&isNaN(p)||typeof Q=="number"&&isNaN(Q)?String(p)==String(Q):!1;if(p.constructor!=Q.constructor)return!1;if(je&&p.constructor===Uint8Array){if(p.length!=Q.length)return!1;for(var k=0;k<p.length;k++)if(p[k]!=Q[k])return!1;return!0}if(p.constructor===Array){var se=void 0,Qe=void 0,ke=Math.max(p.length,Q.length);for(k=0;k<ke;k++){var $e=p[k],Bt=Q[k];if($e&&$e.constructor==Object&&(W(se===void 0),W(k===p.length-1),se=$e,$e=void 0),Bt&&Bt.constructor==Object&&(W(Qe===void 0),W(k===Q.length-1),Qe=Bt,Bt=void 0),!qt($e,Bt))return!1}return se||Qe?(se=se||{},Qe=Qe||{},Kt(se,Qe)):!0}if(p.constructor===Object)return Kt(p,Q);throw Error("Invalid type in JSPB array")}Ve.compareFields=qt,Ve.prototype.Bb=function(){return gn(this)},Ve.prototype.cloneMessage=Ve.prototype.Bb,Ve.prototype.clone=function(){return gn(this)},Ve.prototype.clone=Ve.prototype.clone,Ve.clone=function(p){return gn(p)};function gn(p){return new p.constructor(Sn(p.g()))}Ve.copyInto=function(p,Q){j(p,Ve),j(Q,Ve),W(p.constructor==Q.constructor,"Copy source and target message should have the same type."),p=gn(p);for(var k=Q.g(),se=p.g(),Qe=k.length=0;Qe<se.length;Qe++)k[Qe]=se[Qe];Q.f=p.f,Q.i=p.i};function Sn(p){if(Array.isArray(p)){for(var Q=Array(p.length),k=0;k<p.length;k++){var se=p[k];se!=null&&(Q[k]=typeof se=="object"?Sn(W(se)):se)}return Q}if(je&&p instanceof Uint8Array)return new Uint8Array(p);Q={};for(k in p)se=p[k],se!=null&&(Q[k]=typeof se=="object"?Sn(W(se)):se);return Q}Ve.registerMessageType=function(p,Q){Q.we=p};var on={dump:function(p){return j(p,Ve,"jspb.Message instance expected"),W(p.getExtension,"Only unobfuscated and unoptimized compilation modes supported."),on.X(p)}};U("jspb.debug.dump",on.dump,void 0),on.X=function(p){var Q=f(p);if(Q=="number"||Q=="string"||Q=="boolean"||Q=="null"||Q=="undefined"||typeof Uint8Array!="undefined"&&p instanceof Uint8Array)return p;if(Q=="array")return Y(p),N(p,on.X);if(p instanceof Z){var k={};p=p.entries();for(var se=p.next();!se.done;se=p.next())k[se.value[0]]=on.X(se.value[1]);return k}j(p,Ve,"Only messages expected: "+p),Q=p.constructor;var Qe={$name:Q.name||Q.displayName};for(Bt in Q.prototype){var ke=/^get([A-Z]\w*)/.exec(Bt);if(ke&&Bt!="getExtension"&&Bt!="getJsPbMessageId"){var $e="has"+ke[1];(!p[$e]||p[$e]())&&($e=p[Bt](),Qe[on.$a(ke[1])]=on.X($e))}}if(p.extensionObject_)return Qe.$extensions="Recursive dumping of extensions not supported in compiled code. Switch to uncompiled or dump extension object directly",Qe;for(se in Q.extensions)if(/^\d+$/.test(se)){$e=Q.extensions[se];var Bt=p.getExtension($e);ke=void 0,$e=$e.Ba;var jt=[],un=0;for(ke in $e)jt[un++]=ke;ke=jt[0],Bt!=null&&(k||(k=Qe.$extensions={}),k[on.$a(ke)]=on.X(Bt))}return Qe},on.$a=function(p){return p.replace(/^[A-Z]/,function(Q){return Q.toLowerCase()})};function ze(){this.a=[]}U("jspb.BinaryEncoder",ze,void 0),ze.prototype.length=function(){return this.a.length},ze.prototype.length=ze.prototype.length,ze.prototype.end=function(){var p=this.a;return this.a=[],p},ze.prototype.end=ze.prototype.end,ze.prototype.l=function(p,Q){for(W(p==Math.floor(p)),W(Q==Math.floor(Q)),W(0<=p&&4294967296>p),W(0<=Q&&4294967296>Q);0<Q||127<p;)this.a.push(p&127|128),p=(p>>>7|Q<<25)>>>0,Q>>>=7;this.a.push(p)},ze.prototype.writeSplitVarint64=ze.prototype.l,ze.prototype.A=function(p,Q){W(p==Math.floor(p)),W(Q==Math.floor(Q)),W(0<=p&&4294967296>p),W(0<=Q&&4294967296>Q),this.s(p),this.s(Q)},ze.prototype.writeSplitFixed64=ze.prototype.A,ze.prototype.j=function(p){for(W(p==Math.floor(p)),W(0<=p&&4294967296>p);127<p;)this.a.push(p&127|128),p>>>=7;this.a.push(p)},ze.prototype.writeUnsignedVarint32=ze.prototype.j,ze.prototype.M=function(p){if(W(p==Math.floor(p)),W(-2147483648<=p&&2147483648>p),0<=p)this.j(p);else{for(var Q=0;9>Q;Q++)this.a.push(p&127|128),p>>=7;this.a.push(1)}},ze.prototype.writeSignedVarint32=ze.prototype.M,ze.prototype.va=function(p){W(p==Math.floor(p)),W(0<=p&&18446744073709552e3>p),Be(p),this.l(L,ae)},ze.prototype.writeUnsignedVarint64=ze.prototype.va,ze.prototype.ua=function(p){W(p==Math.floor(p)),W(-9223372036854776e3<=p&&9223372036854776e3>p),Be(p),this.l(L,ae)},ze.prototype.writeSignedVarint64=ze.prototype.ua,ze.prototype.wa=function(p){W(p==Math.floor(p)),W(-2147483648<=p&&2147483648>p),this.j((p<<1^p>>31)>>>0)},ze.prototype.writeZigzagVarint32=ze.prototype.wa,ze.prototype.xa=function(p){W(p==Math.floor(p)),W(-9223372036854776e3<=p&&9223372036854776e3>p),fe(p),this.l(L,ae)},ze.prototype.writeZigzagVarint64=ze.prototype.xa,ze.prototype.Ta=function(p){this.W(it(p))},ze.prototype.writeZigzagVarint64String=ze.prototype.Ta,ze.prototype.W=function(p){var Q=this;me(p),Pe(L,ae,function(k,se){Q.l(k>>>0,se>>>0)})},ze.prototype.writeZigzagVarintHash64=ze.prototype.W,ze.prototype.be=function(p){W(p==Math.floor(p)),W(0<=p&&256>p),this.a.push(p>>>0&255)},ze.prototype.writeUint8=ze.prototype.be,ze.prototype.ae=function(p){W(p==Math.floor(p)),W(0<=p&&65536>p),this.a.push(p>>>0&255),this.a.push(p>>>8&255)},ze.prototype.writeUint16=ze.prototype.ae,ze.prototype.s=function(p){W(p==Math.floor(p)),W(0<=p&&4294967296>p),this.a.push(p>>>0&255),this.a.push(p>>>8&255),this.a.push(p>>>16&255),this.a.push(p>>>24&255)},ze.prototype.writeUint32=ze.prototype.s,ze.prototype.V=function(p){W(p==Math.floor(p)),W(0<=p&&18446744073709552e3>p),H(p),this.s(L),this.s(ae)},ze.prototype.writeUint64=ze.prototype.V,ze.prototype.Qc=function(p){W(p==Math.floor(p)),W(-128<=p&&128>p),this.a.push(p>>>0&255)},ze.prototype.writeInt8=ze.prototype.Qc,ze.prototype.Pc=function(p){W(p==Math.floor(p)),W(-32768<=p&&32768>p),this.a.push(p>>>0&255),this.a.push(p>>>8&255)},ze.prototype.writeInt16=ze.prototype.Pc,ze.prototype.S=function(p){W(p==Math.floor(p)),W(-2147483648<=p&&2147483648>p),this.a.push(p>>>0&255),this.a.push(p>>>8&255),this.a.push(p>>>16&255),this.a.push(p>>>24&255)},ze.prototype.writeInt32=ze.prototype.S,ze.prototype.T=function(p){W(p==Math.floor(p)),W(-9223372036854776e3<=p&&9223372036854776e3>p),Be(p),this.A(L,ae)},ze.prototype.writeInt64=ze.prototype.T,ze.prototype.ka=function(p){W(p==Math.floor(p)),W(-9223372036854776e3<=+p&&9223372036854776e3>+p),me(it(p)),this.A(L,ae)},ze.prototype.writeInt64String=ze.prototype.ka,ze.prototype.L=function(p){W(p===1/0||p===-1/0||isNaN(p)||-34028234663852886e22<=p&&34028234663852886e22>=p),ue(p),this.s(L)},ze.prototype.writeFloat=ze.prototype.L,ze.prototype.J=function(p){W(p===1/0||p===-1/0||isNaN(p)||-17976931348623157e292<=p&&17976931348623157e292>=p),Re(p),this.s(L),this.s(ae)},ze.prototype.writeDouble=ze.prototype.J,ze.prototype.I=function(p){W(typeof p=="boolean"||typeof p=="number"),this.a.push(p?1:0)},ze.prototype.writeBool=ze.prototype.I,ze.prototype.R=function(p){W(p==Math.floor(p)),W(-2147483648<=p&&2147483648>p),this.M(p)},ze.prototype.writeEnum=ze.prototype.R,ze.prototype.ja=function(p){this.a.push.apply(this.a,p)},ze.prototype.writeBytes=ze.prototype.ja,ze.prototype.N=function(p){me(p),this.l(L,ae)},ze.prototype.writeVarintHash64=ze.prototype.N,ze.prototype.K=function(p){me(p),this.s(L),this.s(ae)},ze.prototype.writeFixedHash64=ze.prototype.K,ze.prototype.U=function(p){var Q=this.a.length;K(p);for(var k=0;k<p.length;k++){var se=p.charCodeAt(k);if(128>se)this.a.push(se);else if(2048>se)this.a.push(se>>6|192),this.a.push(se&63|128);else if(65536>se)if(55296<=se&&56319>=se&&k+1<p.length){var Qe=p.charCodeAt(k+1);56320<=Qe&&57343>=Qe&&(se=1024*(se-55296)+Qe-56320+65536,this.a.push(se>>18|240),this.a.push(se>>12&63|128),this.a.push(se>>6&63|128),this.a.push(se&63|128),k++)}else this.a.push(se>>12|224),this.a.push(se>>6&63|128),this.a.push(se&63|128)}return this.a.length-Q},ze.prototype.writeString=ze.prototype.U;function ht(p,Q){this.lo=p,this.hi=Q}U("jspb.arith.UInt64",ht,void 0),ht.prototype.cmp=function(p){return this.hi<p.hi||this.hi==p.hi&&this.lo<p.lo?-1:this.hi==p.hi&&this.lo==p.lo?0:1},ht.prototype.cmp=ht.prototype.cmp,ht.prototype.La=function(){return new ht((this.lo>>>1|(this.hi&1)<<31)>>>0,this.hi>>>1>>>0)},ht.prototype.rightShift=ht.prototype.La,ht.prototype.Da=function(){return new ht(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)},ht.prototype.leftShift=ht.prototype.Da,ht.prototype.cb=function(){return!!(this.hi&2147483648)},ht.prototype.msb=ht.prototype.cb,ht.prototype.Ob=function(){return!!(this.lo&1)},ht.prototype.lsb=ht.prototype.Ob,ht.prototype.Ua=function(){return this.lo==0&&this.hi==0},ht.prototype.zero=ht.prototype.Ua,ht.prototype.add=function(p){return new ht((this.lo+p.lo&4294967295)>>>0>>>0,((this.hi+p.hi&4294967295)>>>0)+(4294967296<=this.lo+p.lo?1:0)>>>0)},ht.prototype.add=ht.prototype.add,ht.prototype.sub=function(p){return new ht((this.lo-p.lo&4294967295)>>>0>>>0,((this.hi-p.hi&4294967295)>>>0)-(0>this.lo-p.lo?1:0)>>>0)},ht.prototype.sub=ht.prototype.sub;function Mn(p,Q){var k=p&65535;p>>>=16;var se=Q&65535,Qe=Q>>>16;for(Q=k*se+65536*(k*Qe&65535)+65536*(p*se&65535),k=p*Qe+(k*Qe>>>16)+(p*se>>>16);4294967296<=Q;)Q-=4294967296,k+=1;return new ht(Q>>>0,k>>>0)}ht.mul32x32=Mn,ht.prototype.eb=function(p){var Q=Mn(this.lo,p);return p=Mn(this.hi,p),p.hi=p.lo,p.lo=0,Q.add(p)},ht.prototype.mul=ht.prototype.eb,ht.prototype.Xa=function(p){if(p==0)return[];var Q=new ht(0,0),k=new ht(this.lo,this.hi);p=new ht(p,0);for(var se=new ht(1,0);!p.cb();)p=p.Da(),se=se.Da();for(;!se.Ua();)0>=p.cmp(k)&&(Q=Q.add(se),k=k.sub(p)),p=p.La(),se=se.La();return[Q,k]},ht.prototype.div=ht.prototype.Xa,ht.prototype.toString=function(){for(var p="",Q=this;!Q.Ua();){Q=Q.Xa(10);var k=Q[0];p=Q[1].lo+p,Q=k}return p==""&&(p="0"),p},ht.prototype.toString=ht.prototype.toString;function Fn(p){for(var Q=new ht(0,0),k=new ht(0,0),se=0;se<p.length;se++){if("0">p[se]||"9"<p[se])return null;k.lo=parseInt(p[se],10),Q=Q.eb(10).add(k)}return Q}ht.fromString=Fn,ht.prototype.clone=function(){return new ht(this.lo,this.hi)},ht.prototype.clone=ht.prototype.clone;function Pt(p,Q){this.lo=p,this.hi=Q}U("jspb.arith.Int64",Pt,void 0),Pt.prototype.add=function(p){return new Pt((this.lo+p.lo&4294967295)>>>0>>>0,((this.hi+p.hi&4294967295)>>>0)+(4294967296<=this.lo+p.lo?1:0)>>>0)},Pt.prototype.add=Pt.prototype.add,Pt.prototype.sub=function(p){return new Pt((this.lo-p.lo&4294967295)>>>0>>>0,((this.hi-p.hi&4294967295)>>>0)-(0>this.lo-p.lo?1:0)>>>0)},Pt.prototype.sub=Pt.prototype.sub,Pt.prototype.clone=function(){return new Pt(this.lo,this.hi)},Pt.prototype.clone=Pt.prototype.clone,Pt.prototype.toString=function(){var p=(this.hi&2147483648)!=0,Q=new ht(this.lo,this.hi);return p&&(Q=new ht(0,0).sub(Q)),(p?"-":"")+Q.toString()},Pt.prototype.toString=Pt.prototype.toString;function Zn(p){var Q=0<p.length&&p[0]=="-";return Q&&(p=p.substring(1)),p=Fn(p),p===null?null:(Q&&(p=new ht(0,0).sub(p)),new Pt(p.lo,p.hi))}Pt.fromString=Zn;function pe(){this.c=[],this.b=0,this.a=new ze,this.h=[]}U("jspb.BinaryWriter",pe,void 0);function xn(p,Q){var k=p.a.end();p.c.push(k),p.c.push(Q),p.b+=k.length+Q.length}function zt(p,Q){return bt(p,Q,2),Q=p.a.end(),p.c.push(Q),p.b+=Q.length,Q.push(p.b),Q}function Gt(p,Q){var k=Q.pop();for(k=p.b+p.a.length()-k,W(0<=k);127<k;)Q.push(k&127|128),k>>>=7,p.b++;Q.push(k),p.b++}pe.prototype.pb=function(p,Q,k){xn(this,p.subarray(Q,k))},pe.prototype.writeSerializedMessage=pe.prototype.pb,pe.prototype.Pb=function(p,Q,k){p!=null&&Q!=null&&k!=null&&this.pb(p,Q,k)},pe.prototype.maybeWriteSerializedMessage=pe.prototype.Pb,pe.prototype.reset=function(){this.c=[],this.a.end(),this.b=0,this.h=[]},pe.prototype.reset=pe.prototype.reset,pe.prototype.ab=function(){W(this.h.length==0);for(var p=new Uint8Array(this.b+this.a.length()),Q=this.c,k=Q.length,se=0,Qe=0;Qe<k;Qe++){var ke=Q[Qe];p.set(ke,se),se+=ke.length}return Q=this.a.end(),p.set(Q,se),se+=Q.length,W(se==p.length),this.c=[p],p},pe.prototype.getResultBuffer=pe.prototype.ab,pe.prototype.Kb=function(p){return le(this.ab(),p)},pe.prototype.getResultBase64String=pe.prototype.Kb,pe.prototype.Va=function(p){this.h.push(zt(this,p))},pe.prototype.beginSubMessage=pe.prototype.Va,pe.prototype.Ya=function(){W(0<=this.h.length),Gt(this,this.h.pop())},pe.prototype.endSubMessage=pe.prototype.Ya;function bt(p,Q,k){W(1<=Q&&Q==Math.floor(Q)),p.a.j(8*Q+k)}pe.prototype.Nc=function(p,Q,k){switch(p){case 1:this.J(Q,k);break;case 2:this.L(Q,k);break;case 3:this.T(Q,k);break;case 4:this.V(Q,k);break;case 5:this.S(Q,k);break;case 6:this.Qa(Q,k);break;case 7:this.Pa(Q,k);break;case 8:this.I(Q,k);break;case 9:this.U(Q,k);break;case 10:A("Group field type not supported in writeAny()");break;case 11:A("Message field type not supported in writeAny()");break;case 12:this.ja(Q,k);break;case 13:this.s(Q,k);break;case 14:this.R(Q,k);break;case 15:this.Ra(Q,k);break;case 16:this.Sa(Q,k);break;case 17:this.rb(Q,k);break;case 18:this.sb(Q,k);break;case 30:this.K(Q,k);break;case 31:this.N(Q,k);break;default:A("Invalid field type in writeAny()")}},pe.prototype.writeAny=pe.prototype.Nc;function In(p,Q,k){k!=null&&(bt(p,Q,0),p.a.j(k))}function Ln(p,Q,k){k!=null&&(bt(p,Q,0),p.a.M(k))}pe.prototype.S=function(p,Q){Q!=null&&(W(-2147483648<=Q&&2147483648>Q),Ln(this,p,Q))},pe.prototype.writeInt32=pe.prototype.S,pe.prototype.ob=function(p,Q){Q!=null&&(Q=parseInt(Q,10),W(-2147483648<=Q&&2147483648>Q),Ln(this,p,Q))},pe.prototype.writeInt32String=pe.prototype.ob,pe.prototype.T=function(p,Q){Q!=null&&(W(-9223372036854776e3<=Q&&9223372036854776e3>Q),Q!=null&&(bt(this,p,0),this.a.ua(Q)))},pe.prototype.writeInt64=pe.prototype.T,pe.prototype.ka=function(p,Q){Q!=null&&(Q=Zn(Q),bt(this,p,0),this.a.l(Q.lo,Q.hi))},pe.prototype.writeInt64String=pe.prototype.ka,pe.prototype.s=function(p,Q){Q!=null&&(W(0<=Q&&4294967296>Q),In(this,p,Q))},pe.prototype.writeUint32=pe.prototype.s,pe.prototype.ub=function(p,Q){Q!=null&&(Q=parseInt(Q,10),W(0<=Q&&4294967296>Q),In(this,p,Q))},pe.prototype.writeUint32String=pe.prototype.ub,pe.prototype.V=function(p,Q){Q!=null&&(W(0<=Q&&18446744073709552e3>Q),Q!=null&&(bt(this,p,0),this.a.va(Q)))},pe.prototype.writeUint64=pe.prototype.V,pe.prototype.vb=function(p,Q){Q!=null&&(Q=Fn(Q),bt(this,p,0),this.a.l(Q.lo,Q.hi))},pe.prototype.writeUint64String=pe.prototype.vb,pe.prototype.rb=function(p,Q){Q!=null&&(W(-2147483648<=Q&&2147483648>Q),Q!=null&&(bt(this,p,0),this.a.wa(Q)))},pe.prototype.writeSint32=pe.prototype.rb,pe.prototype.sb=function(p,Q){Q!=null&&(W(-9223372036854776e3<=Q&&9223372036854776e3>Q),Q!=null&&(bt(this,p,0),this.a.xa(Q)))},pe.prototype.writeSint64=pe.prototype.sb,pe.prototype.$d=function(p,Q){Q!=null&&Q!=null&&(bt(this,p,0),this.a.W(Q))},pe.prototype.writeSintHash64=pe.prototype.$d,pe.prototype.Zd=function(p,Q){Q!=null&&Q!=null&&(bt(this,p,0),this.a.Ta(Q))},pe.prototype.writeSint64String=pe.prototype.Zd,pe.prototype.Pa=function(p,Q){Q!=null&&(W(0<=Q&&4294967296>Q),bt(this,p,5),this.a.s(Q))},pe.prototype.writeFixed32=pe.prototype.Pa,pe.prototype.Qa=function(p,Q){Q!=null&&(W(0<=Q&&18446744073709552e3>Q),bt(this,p,1),this.a.V(Q))},pe.prototype.writeFixed64=pe.prototype.Qa,pe.prototype.nb=function(p,Q){Q!=null&&(Q=Fn(Q),bt(this,p,1),this.a.A(Q.lo,Q.hi))},pe.prototype.writeFixed64String=pe.prototype.nb,pe.prototype.Ra=function(p,Q){Q!=null&&(W(-2147483648<=Q&&2147483648>Q),bt(this,p,5),this.a.S(Q))},pe.prototype.writeSfixed32=pe.prototype.Ra,pe.prototype.Sa=function(p,Q){Q!=null&&(W(-9223372036854776e3<=Q&&9223372036854776e3>Q),bt(this,p,1),this.a.T(Q))},pe.prototype.writeSfixed64=pe.prototype.Sa,pe.prototype.qb=function(p,Q){Q!=null&&(Q=Zn(Q),bt(this,p,1),this.a.A(Q.lo,Q.hi))},pe.prototype.writeSfixed64String=pe.prototype.qb,pe.prototype.L=function(p,Q){Q!=null&&(bt(this,p,5),this.a.L(Q))},pe.prototype.writeFloat=pe.prototype.L,pe.prototype.J=function(p,Q){Q!=null&&(bt(this,p,1),this.a.J(Q))},pe.prototype.writeDouble=pe.prototype.J,pe.prototype.I=function(p,Q){Q!=null&&(W(typeof Q=="boolean"||typeof Q=="number"),bt(this,p,0),this.a.I(Q))},pe.prototype.writeBool=pe.prototype.I,pe.prototype.R=function(p,Q){Q!=null&&(W(-2147483648<=Q&&2147483648>Q),bt(this,p,0),this.a.M(Q))},pe.prototype.writeEnum=pe.prototype.R,pe.prototype.U=function(p,Q){Q!=null&&(p=zt(this,p),this.a.U(Q),Gt(this,p))},pe.prototype.writeString=pe.prototype.U,pe.prototype.ja=function(p,Q){Q!=null&&(Q=Rt(Q),bt(this,p,2),this.a.j(Q.length),xn(this,Q))},pe.prototype.writeBytes=pe.prototype.ja,pe.prototype.Rc=function(p,Q,k){Q!=null&&(p=zt(this,p),k(Q,this),Gt(this,p))},pe.prototype.writeMessage=pe.prototype.Rc,pe.prototype.Sc=function(p,Q,k){Q!=null&&(bt(this,1,3),bt(this,2,0),this.a.M(p),p=zt(this,3),k(Q,this),Gt(this,p),bt(this,1,4))},pe.prototype.writeMessageSet=pe.prototype.Sc,pe.prototype.Oc=function(p,Q,k){Q!=null&&(bt(this,p,3),k(Q,this),bt(this,p,4))},pe.prototype.writeGroup=pe.prototype.Oc,pe.prototype.K=function(p,Q){Q!=null&&(W(Q.length==8),bt(this,p,1),this.a.K(Q))},pe.prototype.writeFixedHash64=pe.prototype.K,pe.prototype.N=function(p,Q){Q!=null&&(W(Q.length==8),bt(this,p,0),this.a.N(Q))},pe.prototype.writeVarintHash64=pe.prototype.N,pe.prototype.A=function(p,Q,k){bt(this,p,1),this.a.A(Q,k)},pe.prototype.writeSplitFixed64=pe.prototype.A,pe.prototype.l=function(p,Q,k){bt(this,p,0),this.a.l(Q,k)},pe.prototype.writeSplitVarint64=pe.prototype.l,pe.prototype.tb=function(p,Q,k){bt(this,p,0);var se=this.a;Pe(Q,k,function(Qe,ke){se.l(Qe>>>0,ke>>>0)})},pe.prototype.writeSplitZigzagVarint64=pe.prototype.tb,pe.prototype.Ed=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)Ln(this,p,Q[k])},pe.prototype.writeRepeatedInt32=pe.prototype.Ed,pe.prototype.Fd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.ob(p,Q[k])},pe.prototype.writeRepeatedInt32String=pe.prototype.Fd,pe.prototype.Gd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.ua(se))}},pe.prototype.writeRepeatedInt64=pe.prototype.Gd,pe.prototype.Qd=function(p,Q,k,se){if(Q!=null)for(var Qe=0;Qe<Q.length;Qe++)this.A(p,k(Q[Qe]),se(Q[Qe]))},pe.prototype.writeRepeatedSplitFixed64=pe.prototype.Qd,pe.prototype.Rd=function(p,Q,k,se){if(Q!=null)for(var Qe=0;Qe<Q.length;Qe++)this.l(p,k(Q[Qe]),se(Q[Qe]))},pe.prototype.writeRepeatedSplitVarint64=pe.prototype.Rd,pe.prototype.Sd=function(p,Q,k,se){if(Q!=null)for(var Qe=0;Qe<Q.length;Qe++)this.tb(p,k(Q[Qe]),se(Q[Qe]))},pe.prototype.writeRepeatedSplitZigzagVarint64=pe.prototype.Sd,pe.prototype.Hd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.ka(p,Q[k])},pe.prototype.writeRepeatedInt64String=pe.prototype.Hd,pe.prototype.Ud=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)In(this,p,Q[k])},pe.prototype.writeRepeatedUint32=pe.prototype.Ud,pe.prototype.Vd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.ub(p,Q[k])},pe.prototype.writeRepeatedUint32String=pe.prototype.Vd,pe.prototype.Wd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.va(se))}},pe.prototype.writeRepeatedUint64=pe.prototype.Wd,pe.prototype.Xd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.vb(p,Q[k])},pe.prototype.writeRepeatedUint64String=pe.prototype.Xd,pe.prototype.Md=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.wa(se))}},pe.prototype.writeRepeatedSint32=pe.prototype.Md,pe.prototype.Nd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.xa(se))}},pe.prototype.writeRepeatedSint64=pe.prototype.Nd,pe.prototype.Od=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.Ta(se))}},pe.prototype.writeRepeatedSint64String=pe.prototype.Od,pe.prototype.Pd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++){var se=Q[k];se!=null&&(bt(this,p,0),this.a.W(se))}},pe.prototype.writeRepeatedSintHash64=pe.prototype.Pd,pe.prototype.yd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.Pa(p,Q[k])},pe.prototype.writeRepeatedFixed32=pe.prototype.yd,pe.prototype.zd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.Qa(p,Q[k])},pe.prototype.writeRepeatedFixed64=pe.prototype.zd,pe.prototype.Ad=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.nb(p,Q[k])},pe.prototype.writeRepeatedFixed64String=pe.prototype.Ad,pe.prototype.Jd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.Ra(p,Q[k])},pe.prototype.writeRepeatedSfixed32=pe.prototype.Jd,pe.prototype.Kd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.Sa(p,Q[k])},pe.prototype.writeRepeatedSfixed64=pe.prototype.Kd,pe.prototype.Ld=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.qb(p,Q[k])},pe.prototype.writeRepeatedSfixed64String=pe.prototype.Ld,pe.prototype.Cd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.L(p,Q[k])},pe.prototype.writeRepeatedFloat=pe.prototype.Cd,pe.prototype.wd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.J(p,Q[k])},pe.prototype.writeRepeatedDouble=pe.prototype.wd,pe.prototype.ud=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.I(p,Q[k])},pe.prototype.writeRepeatedBool=pe.prototype.ud,pe.prototype.xd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.R(p,Q[k])},pe.prototype.writeRepeatedEnum=pe.prototype.xd,pe.prototype.Td=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.U(p,Q[k])},pe.prototype.writeRepeatedString=pe.prototype.Td,pe.prototype.vd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.ja(p,Q[k])},pe.prototype.writeRepeatedBytes=pe.prototype.vd,pe.prototype.Id=function(p,Q,k){if(Q!=null)for(var se=0;se<Q.length;se++){var Qe=zt(this,p);k(Q[se],this),Gt(this,Qe)}},pe.prototype.writeRepeatedMessage=pe.prototype.Id,pe.prototype.Dd=function(p,Q,k){if(Q!=null)for(var se=0;se<Q.length;se++)bt(this,p,3),k(Q[se],this),bt(this,p,4)},pe.prototype.writeRepeatedGroup=pe.prototype.Dd,pe.prototype.Bd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.K(p,Q[k])},pe.prototype.writeRepeatedFixedHash64=pe.prototype.Bd,pe.prototype.Yd=function(p,Q){if(Q!=null)for(var k=0;k<Q.length;k++)this.N(p,Q[k])},pe.prototype.writeRepeatedVarintHash64=pe.prototype.Yd,pe.prototype.ad=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.M(Q[k]);Gt(this,p)}},pe.prototype.writePackedInt32=pe.prototype.ad,pe.prototype.bd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.M(parseInt(Q[k],10));Gt(this,p)}},pe.prototype.writePackedInt32String=pe.prototype.bd,pe.prototype.cd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.ua(Q[k]);Gt(this,p)}},pe.prototype.writePackedInt64=pe.prototype.cd,pe.prototype.md=function(p,Q,k,se){if(Q!=null){p=zt(this,p);for(var Qe=0;Qe<Q.length;Qe++)this.a.A(k(Q[Qe]),se(Q[Qe]));Gt(this,p)}},pe.prototype.writePackedSplitFixed64=pe.prototype.md,pe.prototype.nd=function(p,Q,k,se){if(Q!=null){p=zt(this,p);for(var Qe=0;Qe<Q.length;Qe++)this.a.l(k(Q[Qe]),se(Q[Qe]));Gt(this,p)}},pe.prototype.writePackedSplitVarint64=pe.prototype.nd,pe.prototype.od=function(p,Q,k,se){if(Q!=null){p=zt(this,p);for(var Qe=this.a,ke=0;ke<Q.length;ke++)Pe(k(Q[ke]),se(Q[ke]),function($e,Bt){Qe.l($e>>>0,Bt>>>0)});Gt(this,p)}},pe.prototype.writePackedSplitZigzagVarint64=pe.prototype.od,pe.prototype.dd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++){var se=Zn(Q[k]);this.a.l(se.lo,se.hi)}Gt(this,p)}},pe.prototype.writePackedInt64String=pe.prototype.dd,pe.prototype.pd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.j(Q[k]);Gt(this,p)}},pe.prototype.writePackedUint32=pe.prototype.pd,pe.prototype.qd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.j(parseInt(Q[k],10));Gt(this,p)}},pe.prototype.writePackedUint32String=pe.prototype.qd,pe.prototype.rd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.va(Q[k]);Gt(this,p)}},pe.prototype.writePackedUint64=pe.prototype.rd,pe.prototype.sd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++){var se=Fn(Q[k]);this.a.l(se.lo,se.hi)}Gt(this,p)}},pe.prototype.writePackedUint64String=pe.prototype.sd,pe.prototype.hd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.wa(Q[k]);Gt(this,p)}},pe.prototype.writePackedSint32=pe.prototype.hd,pe.prototype.jd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.xa(Q[k]);Gt(this,p)}},pe.prototype.writePackedSint64=pe.prototype.jd,pe.prototype.kd=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.W(it(Q[k]));Gt(this,p)}},pe.prototype.writePackedSint64String=pe.prototype.kd,pe.prototype.ld=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.W(Q[k]);Gt(this,p)}},pe.prototype.writePackedSintHash64=pe.prototype.ld,pe.prototype.Wc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(4*Q.length),p=0;p<Q.length;p++)this.a.s(Q[p])},pe.prototype.writePackedFixed32=pe.prototype.Wc,pe.prototype.Xc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++)this.a.V(Q[p])},pe.prototype.writePackedFixed64=pe.prototype.Xc,pe.prototype.Yc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++){var k=Fn(Q[p]);this.a.A(k.lo,k.hi)}},pe.prototype.writePackedFixed64String=pe.prototype.Yc,pe.prototype.ed=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(4*Q.length),p=0;p<Q.length;p++)this.a.S(Q[p])},pe.prototype.writePackedSfixed32=pe.prototype.ed,pe.prototype.fd=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++)this.a.T(Q[p])},pe.prototype.writePackedSfixed64=pe.prototype.fd,pe.prototype.gd=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++)this.a.ka(Q[p])},pe.prototype.writePackedSfixed64String=pe.prototype.gd,pe.prototype.$c=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(4*Q.length),p=0;p<Q.length;p++)this.a.L(Q[p])},pe.prototype.writePackedFloat=pe.prototype.$c,pe.prototype.Uc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++)this.a.J(Q[p])},pe.prototype.writePackedDouble=pe.prototype.Uc,pe.prototype.Tc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(Q.length),p=0;p<Q.length;p++)this.a.I(Q[p])},pe.prototype.writePackedBool=pe.prototype.Tc,pe.prototype.Vc=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.R(Q[k]);Gt(this,p)}},pe.prototype.writePackedEnum=pe.prototype.Vc,pe.prototype.Zc=function(p,Q){if(Q!=null&&Q.length)for(bt(this,p,2),this.a.j(8*Q.length),p=0;p<Q.length;p++)this.a.K(Q[p])},pe.prototype.writePackedFixedHash64=pe.prototype.Zc,pe.prototype.td=function(p,Q){if(Q!=null&&Q.length){p=zt(this,p);for(var k=0;k<Q.length;k++)this.a.N(Q[k]);Gt(this,p)}},pe.prototype.writePackedVarintHash64=pe.prototype.td,e.debug=on,e.Map=Z,e.Message=Ve,e.BinaryReader=I,e.BinaryWriter=pe,e.ExtensionFieldInfo=we,e.ExtensionFieldBinaryInfo=Oe,e.exportSymbol=F,e.inherits=y,e.object={extend:_},e.typeOf=f})(googleProtobuf);var wrappers_pb={};(function(e){var t=googleProtobuf,n=t,r=typeof globalThis!="undefined"&&globalThis||typeof window!="undefined"&&window||typeof r!="undefined"&&r||typeof self!="undefined"&&self||function(){return this}.call(null)||Function("return this")();n.exportSymbol("proto.google.protobuf.BoolValue",null,r),n.exportSymbol("proto.google.protobuf.BytesValue",null,r),n.exportSymbol("proto.google.protobuf.DoubleValue",null,r),n.exportSymbol("proto.google.protobuf.FloatValue",null,r),n.exportSymbol("proto.google.protobuf.Int32Value",null,r),n.exportSymbol("proto.google.protobuf.Int64Value",null,r),n.exportSymbol("proto.google.protobuf.StringValue",null,r),n.exportSymbol("proto.google.protobuf.UInt32Value",null,r),n.exportSymbol("proto.google.protobuf.UInt64Value",null,r),proto.google.protobuf.DoubleValue=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.DoubleValue,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.DoubleValue.displayName="proto.google.protobuf.DoubleValue"),proto.google.protobuf.FloatValue=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.FloatValue,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.FloatValue.displayName="proto.google.protobuf.FloatValue"),proto.google.protobuf.Int64Value=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.Int64Value,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.Int64Value.displayName="proto.google.protobuf.Int64Value"),proto.google.protobuf.UInt64Value=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.UInt64Value,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.UInt64Value.displayName="proto.google.protobuf.UInt64Value"),proto.google.protobuf.Int32Value=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.Int32Value,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.Int32Value.displayName="proto.google.protobuf.Int32Value"),proto.google.protobuf.UInt32Value=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.UInt32Value,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.UInt32Value.displayName="proto.google.protobuf.UInt32Value"),proto.google.protobuf.BoolValue=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.BoolValue,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.BoolValue.displayName="proto.google.protobuf.BoolValue"),proto.google.protobuf.StringValue=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.StringValue,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.StringValue.displayName="proto.google.protobuf.StringValue"),proto.google.protobuf.BytesValue=function(s){t.Message.initialize(this,s,0,-1,null,null)},n.inherits(proto.google.protobuf.BytesValue,t.Message),n.DEBUG&&!COMPILED&&(proto.google.protobuf.BytesValue.displayName="proto.google.protobuf.BytesValue"),t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.DoubleValue.prototype.toObject=function(s){return proto.google.protobuf.DoubleValue.toObject(s,this)},proto.google.protobuf.DoubleValue.toObject=function(s,o){var l={value:t.Message.getFloatingPointFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.DoubleValue.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.DoubleValue;return proto.google.protobuf.DoubleValue.deserializeBinaryFromReader(l,o)},proto.google.protobuf.DoubleValue.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readDouble();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.DoubleValue.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.DoubleValue.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.DoubleValue.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeDouble(1,l)},proto.google.protobuf.DoubleValue.prototype.getValue=function(){return t.Message.getFloatingPointFieldWithDefault(this,1,0)},proto.google.protobuf.DoubleValue.prototype.setValue=function(s){return t.Message.setProto3FloatField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.FloatValue.prototype.toObject=function(s){return proto.google.protobuf.FloatValue.toObject(s,this)},proto.google.protobuf.FloatValue.toObject=function(s,o){var l={value:t.Message.getFloatingPointFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.FloatValue.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.FloatValue;return proto.google.protobuf.FloatValue.deserializeBinaryFromReader(l,o)},proto.google.protobuf.FloatValue.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readFloat();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.FloatValue.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.FloatValue.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.FloatValue.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeFloat(1,l)},proto.google.protobuf.FloatValue.prototype.getValue=function(){return t.Message.getFloatingPointFieldWithDefault(this,1,0)},proto.google.protobuf.FloatValue.prototype.setValue=function(s){return t.Message.setProto3FloatField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.Int64Value.prototype.toObject=function(s){return proto.google.protobuf.Int64Value.toObject(s,this)},proto.google.protobuf.Int64Value.toObject=function(s,o){var l={value:t.Message.getFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.Int64Value.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.Int64Value;return proto.google.protobuf.Int64Value.deserializeBinaryFromReader(l,o)},proto.google.protobuf.Int64Value.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readInt64();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.Int64Value.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.Int64Value.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.Int64Value.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeInt64(1,l)},proto.google.protobuf.Int64Value.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.Int64Value.prototype.setValue=function(s){return t.Message.setProto3IntField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.UInt64Value.prototype.toObject=function(s){return proto.google.protobuf.UInt64Value.toObject(s,this)},proto.google.protobuf.UInt64Value.toObject=function(s,o){var l={value:t.Message.getFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.UInt64Value.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.UInt64Value;return proto.google.protobuf.UInt64Value.deserializeBinaryFromReader(l,o)},proto.google.protobuf.UInt64Value.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readUint64();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.UInt64Value.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.UInt64Value.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.UInt64Value.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeUint64(1,l)},proto.google.protobuf.UInt64Value.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.UInt64Value.prototype.setValue=function(s){return t.Message.setProto3IntField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.Int32Value.prototype.toObject=function(s){return proto.google.protobuf.Int32Value.toObject(s,this)},proto.google.protobuf.Int32Value.toObject=function(s,o){var l={value:t.Message.getFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.Int32Value.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.Int32Value;return proto.google.protobuf.Int32Value.deserializeBinaryFromReader(l,o)},proto.google.protobuf.Int32Value.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readInt32();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.Int32Value.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.Int32Value.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.Int32Value.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeInt32(1,l)},proto.google.protobuf.Int32Value.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.Int32Value.prototype.setValue=function(s){return t.Message.setProto3IntField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.UInt32Value.prototype.toObject=function(s){return proto.google.protobuf.UInt32Value.toObject(s,this)},proto.google.protobuf.UInt32Value.toObject=function(s,o){var l={value:t.Message.getFieldWithDefault(o,1,0)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.UInt32Value.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.UInt32Value;return proto.google.protobuf.UInt32Value.deserializeBinaryFromReader(l,o)},proto.google.protobuf.UInt32Value.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readUint32();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.UInt32Value.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.UInt32Value.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.UInt32Value.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l!==0&&o.writeUint32(1,l)},proto.google.protobuf.UInt32Value.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,0)},proto.google.protobuf.UInt32Value.prototype.setValue=function(s){return t.Message.setProto3IntField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.BoolValue.prototype.toObject=function(s){return proto.google.protobuf.BoolValue.toObject(s,this)},proto.google.protobuf.BoolValue.toObject=function(s,o){var l={value:t.Message.getBooleanFieldWithDefault(o,1,!1)};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.BoolValue.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.BoolValue;return proto.google.protobuf.BoolValue.deserializeBinaryFromReader(l,o)},proto.google.protobuf.BoolValue.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readBool();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.BoolValue.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.BoolValue.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.BoolValue.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l&&o.writeBool(1,l)},proto.google.protobuf.BoolValue.prototype.getValue=function(){return t.Message.getBooleanFieldWithDefault(this,1,!1)},proto.google.protobuf.BoolValue.prototype.setValue=function(s){return t.Message.setProto3BooleanField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.StringValue.prototype.toObject=function(s){return proto.google.protobuf.StringValue.toObject(s,this)},proto.google.protobuf.StringValue.toObject=function(s,o){var l={value:t.Message.getFieldWithDefault(o,1,"")};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.StringValue.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.StringValue;return proto.google.protobuf.StringValue.deserializeBinaryFromReader(l,o)},proto.google.protobuf.StringValue.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readString();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.StringValue.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.StringValue.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.StringValue.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue(),l.length>0&&o.writeString(1,l)},proto.google.protobuf.StringValue.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.google.protobuf.StringValue.prototype.setValue=function(s){return t.Message.setProto3StringField(this,1,s)},t.Message.GENERATE_TO_OBJECT&&(proto.google.protobuf.BytesValue.prototype.toObject=function(s){return proto.google.protobuf.BytesValue.toObject(s,this)},proto.google.protobuf.BytesValue.toObject=function(s,o){var l={value:o.getValue_asB64()};return s&&(l.$jspbMessageInstance=o),l}),proto.google.protobuf.BytesValue.deserializeBinary=function(s){var o=new t.BinaryReader(s),l=new proto.google.protobuf.BytesValue;return proto.google.protobuf.BytesValue.deserializeBinaryFromReader(l,o)},proto.google.protobuf.BytesValue.deserializeBinaryFromReader=function(s,o){for(;o.nextField()&&!o.isEndGroup();){var l=o.getFieldNumber();switch(l){case 1:var u=o.readBytes();s.setValue(u);break;default:o.skipField();break}}return s},proto.google.protobuf.BytesValue.prototype.serializeBinary=function(){var s=new t.BinaryWriter;return proto.google.protobuf.BytesValue.serializeBinaryToWriter(this,s),s.getResultBuffer()},proto.google.protobuf.BytesValue.serializeBinaryToWriter=function(s,o){var l=void 0;l=s.getValue_asU8(),l.length>0&&o.writeBytes(1,l)},proto.google.protobuf.BytesValue.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.google.protobuf.BytesValue.prototype.getValue_asB64=function(){return t.Message.bytesAsB64(this.getValue())},proto.google.protobuf.BytesValue.prototype.getValue_asU8=function(){return t.Message.bytesAsU8(this.getValue())},proto.google.protobuf.BytesValue.prototype.setValue=function(s){return t.Message.setProto3BytesField(this,1,s)},n.object.extend(e,proto.google.protobuf)})(wrappers_pb),function(e){var t=googleProtobuf,n=t,r=function(){return this?this:typeof window!="undefined"?window:r!==void 0?r:typeof self!="undefined"?self:Function("return this")()}.call(null),s=wrappers_pb;n.object.extend(proto,s),n.exportSymbol("proto.v1.signaling.api.CreatePeerRequest",null,r),n.exportSymbol("proto.v1.signaling.api.CreatePeerResponse",null,r),n.exportSymbol("proto.v1.signaling.api.DeletePeerRequest",null,r),n.exportSymbol("proto.v1.signaling.api.DeletePeerResponse",null,r),n.exportSymbol("proto.v1.signaling.api.GetHealthRequest",null,r),n.exportSymbol("proto.v1.signaling.api.GetHealthResponse",null,r),n.exportSymbol("proto.v1.signaling.api.GetIceServersRequest",null,r),n.exportSymbol("proto.v1.signaling.api.GetIceServersResponse",null,r),n.exportSymbol("proto.v1.signaling.api.GetPeersRequest",null,r),n.exportSymbol("proto.v1.signaling.api.GetPeersResponse",null,r),n.exportSymbol("proto.v1.signaling.api.GetSessionsRequest",null,r),n.exportSymbol("proto.v1.signaling.api.GetSessionsResponse",null,r),n.exportSymbol("proto.v1.signaling.api.Peer",null,r),n.exportSymbol("proto.v1.signaling.api.ReceiveSignalStreamRequest",null,r),n.exportSymbol("proto.v1.signaling.api.ReceiveSignalStreamResponse",null,r),n.exportSymbol("proto.v1.signaling.api.RefreshPeerRequest",null,r),n.exportSymbol("proto.v1.signaling.api.RefreshPeerResponse",null,r),n.exportSymbol("proto.v1.signaling.api.RtcSession",null,r),n.exportSymbol("proto.v1.signaling.api.SendSignalRequest",null,r),n.exportSymbol("proto.v1.signaling.api.SendSignalResponse",null,r),n.exportSymbol("proto.v1.signaling.api.SessionType",null,r),n.exportSymbol("proto.v1.signaling.api.Signal",null,r),proto.v1.signaling.api.Peer=function(o){t.Message.initialize(this,o,0,-1,proto.v1.signaling.api.Peer.repeatedFields_,null)},n.inherits(proto.v1.signaling.api.Peer,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.Peer.displayName="proto.v1.signaling.api.Peer"),proto.v1.signaling.api.Signal=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.Signal,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.Signal.displayName="proto.v1.signaling.api.Signal"),proto.v1.signaling.api.RtcSession=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.RtcSession,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RtcSession.displayName="proto.v1.signaling.api.RtcSession"),proto.v1.signaling.api.GetSessionsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetSessionsRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetSessionsRequest.displayName="proto.v1.signaling.api.GetSessionsRequest"),proto.v1.signaling.api.GetSessionsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.v1.signaling.api.GetSessionsResponse.repeatedFields_,null)},n.inherits(proto.v1.signaling.api.GetSessionsResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetSessionsResponse.displayName="proto.v1.signaling.api.GetSessionsResponse"),proto.v1.signaling.api.GetHealthRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetHealthRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetHealthRequest.displayName="proto.v1.signaling.api.GetHealthRequest"),proto.v1.signaling.api.GetHealthResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetHealthResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetHealthResponse.displayName="proto.v1.signaling.api.GetHealthResponse"),proto.v1.signaling.api.CreatePeerRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.CreatePeerRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.CreatePeerRequest.displayName="proto.v1.signaling.api.CreatePeerRequest"),proto.v1.signaling.api.CreatePeerResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.CreatePeerResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.CreatePeerResponse.displayName="proto.v1.signaling.api.CreatePeerResponse"),proto.v1.signaling.api.DeletePeerRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.DeletePeerRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.DeletePeerRequest.displayName="proto.v1.signaling.api.DeletePeerRequest"),proto.v1.signaling.api.DeletePeerResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.DeletePeerResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.DeletePeerResponse.displayName="proto.v1.signaling.api.DeletePeerResponse"),proto.v1.signaling.api.RefreshPeerRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.RefreshPeerRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RefreshPeerRequest.displayName="proto.v1.signaling.api.RefreshPeerRequest"),proto.v1.signaling.api.RefreshPeerResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.RefreshPeerResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.RefreshPeerResponse.displayName="proto.v1.signaling.api.RefreshPeerResponse"),proto.v1.signaling.api.GetPeersRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetPeersRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetPeersRequest.displayName="proto.v1.signaling.api.GetPeersRequest"),proto.v1.signaling.api.GetPeersResponse=function(o){t.Message.initialize(this,o,0,-1,proto.v1.signaling.api.GetPeersResponse.repeatedFields_,null)},n.inherits(proto.v1.signaling.api.GetPeersResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetPeersResponse.displayName="proto.v1.signaling.api.GetPeersResponse"),proto.v1.signaling.api.GetIceServersRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetIceServersRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetIceServersRequest.displayName="proto.v1.signaling.api.GetIceServersRequest"),proto.v1.signaling.api.GetIceServersResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.GetIceServersResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.GetIceServersResponse.displayName="proto.v1.signaling.api.GetIceServersResponse"),proto.v1.signaling.api.SendSignalRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.SendSignalRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.SendSignalRequest.displayName="proto.v1.signaling.api.SendSignalRequest"),proto.v1.signaling.api.SendSignalResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.SendSignalResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.SendSignalResponse.displayName="proto.v1.signaling.api.SendSignalResponse"),proto.v1.signaling.api.ReceiveSignalStreamRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.ReceiveSignalStreamRequest,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.ReceiveSignalStreamRequest.displayName="proto.v1.signaling.api.ReceiveSignalStreamRequest"),proto.v1.signaling.api.ReceiveSignalStreamResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)},n.inherits(proto.v1.signaling.api.ReceiveSignalStreamResponse,t.Message),n.DEBUG&&!COMPILED&&(proto.v1.signaling.api.ReceiveSignalStreamResponse.displayName="proto.v1.signaling.api.ReceiveSignalStreamResponse"),proto.v1.signaling.api.Peer.repeatedFields_=[5],t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.Peer.prototype.toObject=function(o){return proto.v1.signaling.api.Peer.toObject(o,this)},proto.v1.signaling.api.Peer.toObject=function(o,l){var u,c={peerId:t.Message.getFieldWithDefault(l,1,""),organizationId:t.Message.getFieldWithDefault(l,2,""),userId:(u=l.getUserId())&&s.StringValue.toObject(o,u),deviceId:(u=l.getDeviceId())&&s.StringValue.toObject(o,u),sessionIdsList:(u=t.Message.getRepeatedField(l,5))==null?void 0:u,peerCreatedTimestamp:(u=l.getPeerCreatedTimestamp())&&s.Int64Value.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.Peer.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.Peer;return proto.v1.signaling.api.Peer.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.Peer.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)switch(l.getFieldNumber()){case 1:var u=l.readString();o.setPeerId(u);break;case 2:u=l.readString(),o.setOrganizationId(u);break;case 3:u=new s.StringValue,l.readMessage(u,s.StringValue.deserializeBinaryFromReader),o.setUserId(u);break;case 4:u=new s.StringValue,l.readMessage(u,s.StringValue.deserializeBinaryFromReader),o.setDeviceId(u);break;case 5:u=l.readString(),o.addSessionIds(u);break;case 6:u=new s.Int64Value,l.readMessage(u,s.Int64Value.deserializeBinaryFromReader),o.setPeerCreatedTimestamp(u);break;default:l.skipField()}return o},proto.v1.signaling.api.Peer.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.Peer.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.Peer.serializeBinaryToWriter=function(o,l){var u=void 0;(u=o.getPeerId()).length>0&&l.writeString(1,u),(u=o.getOrganizationId()).length>0&&l.writeString(2,u),(u=o.getUserId())!=null&&l.writeMessage(3,u,s.StringValue.serializeBinaryToWriter),(u=o.getDeviceId())!=null&&l.writeMessage(4,u,s.StringValue.serializeBinaryToWriter),(u=o.getSessionIdsList()).length>0&&l.writeRepeatedString(5,u),(u=o.getPeerCreatedTimestamp())!=null&&l.writeMessage(6,u,s.Int64Value.serializeBinaryToWriter)},proto.v1.signaling.api.Peer.prototype.getPeerId=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.Peer.prototype.setPeerId=function(o){return t.Message.setProto3StringField(this,1,o)},proto.v1.signaling.api.Peer.prototype.getOrganizationId=function(){return t.Message.getFieldWithDefault(this,2,"")},proto.v1.signaling.api.Peer.prototype.setOrganizationId=function(o){return t.Message.setProto3StringField(this,2,o)},proto.v1.signaling.api.Peer.prototype.getUserId=function(){return t.Message.getWrapperField(this,s.StringValue,3)},proto.v1.signaling.api.Peer.prototype.setUserId=function(o){return t.Message.setWrapperField(this,3,o)},proto.v1.signaling.api.Peer.prototype.clearUserId=function(){return this.setUserId(void 0)},proto.v1.signaling.api.Peer.prototype.hasUserId=function(){return t.Message.getField(this,3)!=null},proto.v1.signaling.api.Peer.prototype.getDeviceId=function(){return t.Message.getWrapperField(this,s.StringValue,4)},proto.v1.signaling.api.Peer.prototype.setDeviceId=function(o){return t.Message.setWrapperField(this,4,o)},proto.v1.signaling.api.Peer.prototype.clearDeviceId=function(){return this.setDeviceId(void 0)},proto.v1.signaling.api.Peer.prototype.hasDeviceId=function(){return t.Message.getField(this,4)!=null},proto.v1.signaling.api.Peer.prototype.getSessionIdsList=function(){return t.Message.getRepeatedField(this,5)},proto.v1.signaling.api.Peer.prototype.setSessionIdsList=function(o){return t.Message.setField(this,5,o||[])},proto.v1.signaling.api.Peer.prototype.addSessionIds=function(o,l){return t.Message.addToRepeatedField(this,5,o,l)},proto.v1.signaling.api.Peer.prototype.clearSessionIdsList=function(){return this.setSessionIdsList([])},proto.v1.signaling.api.Peer.prototype.getPeerCreatedTimestamp=function(){return t.Message.getWrapperField(this,s.Int64Value,6)},proto.v1.signaling.api.Peer.prototype.setPeerCreatedTimestamp=function(o){return t.Message.setWrapperField(this,6,o)},proto.v1.signaling.api.Peer.prototype.clearPeerCreatedTimestamp=function(){return this.setPeerCreatedTimestamp(void 0)},proto.v1.signaling.api.Peer.prototype.hasPeerCreatedTimestamp=function(){return t.Message.getField(this,6)!=null},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.Signal.prototype.toObject=function(o){return proto.v1.signaling.api.Signal.toObject(o,this)},proto.v1.signaling.api.Signal.toObject=function(o,l){var u,c={sessionId:(u=l.getSessionId())&&s.StringValue.toObject(o,u),sessionCreatedTimestamp:(u=l.getSessionCreatedTimestamp())&&s.Int64Value.toObject(o,u),senderId:t.Message.getFieldWithDefault(l,3,""),receiverId:t.Message.getFieldWithDefault(l,4,""),payload:t.Message.getFieldWithDefault(l,5,""),iceServers:t.Message.getFieldWithDefault(l,6,""),iceTransportPolicy:t.Message.getFieldWithDefault(l,7,""),sessionType:t.Message.getFieldWithDefault(l,8,0),lockDevice:t.Message.getBooleanFieldWithDefault(l,9,!1)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.Signal.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.Signal;return proto.v1.signaling.api.Signal.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.Signal.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)switch(l.getFieldNumber()){case 1:var u=new s.StringValue;l.readMessage(u,s.StringValue.deserializeBinaryFromReader),o.setSessionId(u);break;case 2:u=new s.Int64Value,l.readMessage(u,s.Int64Value.deserializeBinaryFromReader),o.setSessionCreatedTimestamp(u);break;case 3:u=l.readString(),o.setSenderId(u);break;case 4:u=l.readString(),o.setReceiverId(u);break;case 5:u=l.readString(),o.setPayload(u);break;case 6:u=l.readString(),o.setIceServers(u);break;case 7:u=l.readString(),o.setIceTransportPolicy(u);break;case 8:u=l.readEnum(),o.setSessionType(u);break;case 9:u=l.readBool(),o.setLockDevice(u);break;default:l.skipField()}return o},proto.v1.signaling.api.Signal.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.Signal.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.Signal.serializeBinaryToWriter=function(o,l){var u=void 0;(u=o.getSessionId())!=null&&l.writeMessage(1,u,s.StringValue.serializeBinaryToWriter),(u=o.getSessionCreatedTimestamp())!=null&&l.writeMessage(2,u,s.Int64Value.serializeBinaryToWriter),(u=o.getSenderId()).length>0&&l.writeString(3,u),(u=o.getReceiverId()).length>0&&l.writeString(4,u),(u=o.getPayload()).length>0&&l.writeString(5,u),(u=o.getIceServers()).length>0&&l.writeString(6,u),(u=o.getIceTransportPolicy()).length>0&&l.writeString(7,u),(u=o.getSessionType())!==0&&l.writeEnum(8,u),(u=o.getLockDevice())&&l.writeBool(9,u)},proto.v1.signaling.api.Signal.prototype.getSessionId=function(){return t.Message.getWrapperField(this,s.StringValue,1)},proto.v1.signaling.api.Signal.prototype.setSessionId=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.Signal.prototype.clearSessionId=function(){return this.setSessionId(void 0)},proto.v1.signaling.api.Signal.prototype.hasSessionId=function(){return t.Message.getField(this,1)!=null},proto.v1.signaling.api.Signal.prototype.getSessionCreatedTimestamp=function(){return t.Message.getWrapperField(this,s.Int64Value,2)},proto.v1.signaling.api.Signal.prototype.setSessionCreatedTimestamp=function(o){return t.Message.setWrapperField(this,2,o)},proto.v1.signaling.api.Signal.prototype.clearSessionCreatedTimestamp=function(){return this.setSessionCreatedTimestamp(void 0)},proto.v1.signaling.api.Signal.prototype.hasSessionCreatedTimestamp=function(){return t.Message.getField(this,2)!=null},proto.v1.signaling.api.Signal.prototype.getSenderId=function(){return t.Message.getFieldWithDefault(this,3,"")},proto.v1.signaling.api.Signal.prototype.setSenderId=function(o){return t.Message.setProto3StringField(this,3,o)},proto.v1.signaling.api.Signal.prototype.getReceiverId=function(){return t.Message.getFieldWithDefault(this,4,"")},proto.v1.signaling.api.Signal.prototype.setReceiverId=function(o){return t.Message.setProto3StringField(this,4,o)},proto.v1.signaling.api.Signal.prototype.getPayload=function(){return t.Message.getFieldWithDefault(this,5,"")},proto.v1.signaling.api.Signal.prototype.setPayload=function(o){return t.Message.setProto3StringField(this,5,o)},proto.v1.signaling.api.Signal.prototype.getIceServers=function(){return t.Message.getFieldWithDefault(this,6,"")},proto.v1.signaling.api.Signal.prototype.setIceServers=function(o){return t.Message.setProto3StringField(this,6,o)},proto.v1.signaling.api.Signal.prototype.getIceTransportPolicy=function(){return t.Message.getFieldWithDefault(this,7,"")},proto.v1.signaling.api.Signal.prototype.setIceTransportPolicy=function(o){return t.Message.setProto3StringField(this,7,o)},proto.v1.signaling.api.Signal.prototype.getSessionType=function(){return t.Message.getFieldWithDefault(this,8,0)},proto.v1.signaling.api.Signal.prototype.setSessionType=function(o){return t.Message.setProto3EnumField(this,8,o)},proto.v1.signaling.api.Signal.prototype.getLockDevice=function(){return t.Message.getBooleanFieldWithDefault(this,9,!1)},proto.v1.signaling.api.Signal.prototype.setLockDevice=function(o){return t.Message.setProto3BooleanField(this,9,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RtcSession.prototype.toObject=function(o){return proto.v1.signaling.api.RtcSession.toObject(o,this)},proto.v1.signaling.api.RtcSession.toObject=function(o,l){var u={sessionId:t.Message.getFieldWithDefault(l,1,""),offerPeerId:t.Message.getFieldWithDefault(l,2,""),answerPeerId:t.Message.getFieldWithDefault(l,3,""),organizationId:t.Message.getFieldWithDefault(l,4,""),sessionType:t.Message.getFieldWithDefault(l,5,"")};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.RtcSession.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.RtcSession;return proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)switch(l.getFieldNumber()){case 1:var u=l.readString();o.setSessionId(u);break;case 2:u=l.readString(),o.setOfferPeerId(u);break;case 3:u=l.readString(),o.setAnswerPeerId(u);break;case 4:u=l.readString(),o.setOrganizationId(u);break;case 5:u=l.readString(),o.setSessionType(u);break;default:l.skipField()}return o},proto.v1.signaling.api.RtcSession.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.RtcSession.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.RtcSession.serializeBinaryToWriter=function(o,l){var u=void 0;(u=o.getSessionId()).length>0&&l.writeString(1,u),(u=o.getOfferPeerId()).length>0&&l.writeString(2,u),(u=o.getAnswerPeerId()).length>0&&l.writeString(3,u),(u=o.getOrganizationId()).length>0&&l.writeString(4,u),(u=o.getSessionType()).length>0&&l.writeString(5,u)},proto.v1.signaling.api.RtcSession.prototype.getSessionId=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.RtcSession.prototype.setSessionId=function(o){return t.Message.setProto3StringField(this,1,o)},proto.v1.signaling.api.RtcSession.prototype.getOfferPeerId=function(){return t.Message.getFieldWithDefault(this,2,"")},proto.v1.signaling.api.RtcSession.prototype.setOfferPeerId=function(o){return t.Message.setProto3StringField(this,2,o)},proto.v1.signaling.api.RtcSession.prototype.getAnswerPeerId=function(){return t.Message.getFieldWithDefault(this,3,"")},proto.v1.signaling.api.RtcSession.prototype.setAnswerPeerId=function(o){return t.Message.setProto3StringField(this,3,o)},proto.v1.signaling.api.RtcSession.prototype.getOrganizationId=function(){return t.Message.getFieldWithDefault(this,4,"")},proto.v1.signaling.api.RtcSession.prototype.setOrganizationId=function(o){return t.Message.setProto3StringField(this,4,o)},proto.v1.signaling.api.RtcSession.prototype.getSessionType=function(){return t.Message.getFieldWithDefault(this,5,"")},proto.v1.signaling.api.RtcSession.prototype.setSessionType=function(o){return t.Message.setProto3StringField(this,5,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetSessionsRequest.prototype.toObject=function(o){return proto.v1.signaling.api.GetSessionsRequest.toObject(o,this)},proto.v1.signaling.api.GetSessionsRequest.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetSessionsRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetSessionsRequest;return proto.v1.signaling.api.GetSessionsRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetSessionsRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.GetSessionsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetSessionsRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetSessionsRequest.serializeBinaryToWriter=function(o,l){},proto.v1.signaling.api.GetSessionsResponse.repeatedFields_=[1],t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetSessionsResponse.prototype.toObject=function(o){return proto.v1.signaling.api.GetSessionsResponse.toObject(o,this)},proto.v1.signaling.api.GetSessionsResponse.toObject=function(o,l){var u={sessionsList:t.Message.toObjectList(l.getSessionsList(),proto.v1.signaling.api.RtcSession.toObject,o)};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetSessionsResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetSessionsResponse;return proto.v1.signaling.api.GetSessionsResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetSessionsResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.RtcSession;l.readMessage(u,proto.v1.signaling.api.RtcSession.deserializeBinaryFromReader),o.addSessions(u)}else l.skipField();return o},proto.v1.signaling.api.GetSessionsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetSessionsResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetSessionsResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getSessionsList()).length>0&&l.writeRepeatedMessage(1,u,proto.v1.signaling.api.RtcSession.serializeBinaryToWriter)},proto.v1.signaling.api.GetSessionsResponse.prototype.getSessionsList=function(){return t.Message.getRepeatedWrapperField(this,proto.v1.signaling.api.RtcSession,1)},proto.v1.signaling.api.GetSessionsResponse.prototype.setSessionsList=function(o){return t.Message.setRepeatedWrapperField(this,1,o)},proto.v1.signaling.api.GetSessionsResponse.prototype.addSessions=function(o,l){return t.Message.addToRepeatedWrapperField(this,1,o,proto.v1.signaling.api.RtcSession,l)},proto.v1.signaling.api.GetSessionsResponse.prototype.clearSessionsList=function(){return this.setSessionsList([])},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetHealthRequest.prototype.toObject=function(o){return proto.v1.signaling.api.GetHealthRequest.toObject(o,this)},proto.v1.signaling.api.GetHealthRequest.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetHealthRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetHealthRequest;return proto.v1.signaling.api.GetHealthRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetHealthRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.GetHealthRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetHealthRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetHealthRequest.serializeBinaryToWriter=function(o,l){},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetHealthResponse.prototype.toObject=function(o){return proto.v1.signaling.api.GetHealthResponse.toObject(o,this)},proto.v1.signaling.api.GetHealthResponse.toObject=function(o,l){var u={version:t.Message.getFieldWithDefault(l,1,"")};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetHealthResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetHealthResponse;return proto.v1.signaling.api.GetHealthResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetHealthResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=l.readString();o.setVersion(u)}else l.skipField();return o},proto.v1.signaling.api.GetHealthResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetHealthResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetHealthResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getVersion()).length>0&&l.writeString(1,u)},proto.v1.signaling.api.GetHealthResponse.prototype.getVersion=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.GetHealthResponse.prototype.setVersion=function(o){return t.Message.setProto3StringField(this,1,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.CreatePeerRequest.prototype.toObject=function(o){return proto.v1.signaling.api.CreatePeerRequest.toObject(o,this)},proto.v1.signaling.api.CreatePeerRequest.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.CreatePeerRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.CreatePeerRequest;return proto.v1.signaling.api.CreatePeerRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.CreatePeerRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.CreatePeerRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.CreatePeerRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.CreatePeerRequest.serializeBinaryToWriter=function(o,l){},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.CreatePeerResponse.prototype.toObject=function(o){return proto.v1.signaling.api.CreatePeerResponse.toObject(o,this)},proto.v1.signaling.api.CreatePeerResponse.toObject=function(o,l){var u,c={peer:(u=l.getPeer())&&proto.v1.signaling.api.Peer.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.CreatePeerResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.CreatePeerResponse;return proto.v1.signaling.api.CreatePeerResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.CreatePeerResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.Peer;l.readMessage(u,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),o.setPeer(u)}else l.skipField();return o},proto.v1.signaling.api.CreatePeerResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.CreatePeerResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.CreatePeerResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getPeer())!=null&&l.writeMessage(1,u,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.CreatePeerResponse.prototype.getPeer=function(){return t.Message.getWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.CreatePeerResponse.prototype.setPeer=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.CreatePeerResponse.prototype.clearPeer=function(){return this.setPeer(void 0)},proto.v1.signaling.api.CreatePeerResponse.prototype.hasPeer=function(){return t.Message.getField(this,1)!=null},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.DeletePeerRequest.prototype.toObject=function(o){return proto.v1.signaling.api.DeletePeerRequest.toObject(o,this)},proto.v1.signaling.api.DeletePeerRequest.toObject=function(o,l){var u={peerId:t.Message.getFieldWithDefault(l,1,"")};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.DeletePeerRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.DeletePeerRequest;return proto.v1.signaling.api.DeletePeerRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.DeletePeerRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=l.readString();o.setPeerId(u)}else l.skipField();return o},proto.v1.signaling.api.DeletePeerRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.DeletePeerRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.DeletePeerRequest.serializeBinaryToWriter=function(o,l){var u;(u=o.getPeerId()).length>0&&l.writeString(1,u)},proto.v1.signaling.api.DeletePeerRequest.prototype.getPeerId=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.DeletePeerRequest.prototype.setPeerId=function(o){return t.Message.setProto3StringField(this,1,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.DeletePeerResponse.prototype.toObject=function(o){return proto.v1.signaling.api.DeletePeerResponse.toObject(o,this)},proto.v1.signaling.api.DeletePeerResponse.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.DeletePeerResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.DeletePeerResponse;return proto.v1.signaling.api.DeletePeerResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.DeletePeerResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.DeletePeerResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.DeletePeerResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.DeletePeerResponse.serializeBinaryToWriter=function(o,l){},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RefreshPeerRequest.prototype.toObject=function(o){return proto.v1.signaling.api.RefreshPeerRequest.toObject(o,this)},proto.v1.signaling.api.RefreshPeerRequest.toObject=function(o,l){var u,c={peer:(u=l.getPeer())&&proto.v1.signaling.api.Peer.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.RefreshPeerRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.RefreshPeerRequest;return proto.v1.signaling.api.RefreshPeerRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.RefreshPeerRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.Peer;l.readMessage(u,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),o.setPeer(u)}else l.skipField();return o},proto.v1.signaling.api.RefreshPeerRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.RefreshPeerRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.RefreshPeerRequest.serializeBinaryToWriter=function(o,l){var u;(u=o.getPeer())!=null&&l.writeMessage(1,u,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.RefreshPeerRequest.prototype.getPeer=function(){return t.Message.getWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.RefreshPeerRequest.prototype.setPeer=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.RefreshPeerRequest.prototype.clearPeer=function(){return this.setPeer(void 0)},proto.v1.signaling.api.RefreshPeerRequest.prototype.hasPeer=function(){return t.Message.getField(this,1)!=null},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.RefreshPeerResponse.prototype.toObject=function(o){return proto.v1.signaling.api.RefreshPeerResponse.toObject(o,this)},proto.v1.signaling.api.RefreshPeerResponse.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.RefreshPeerResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.RefreshPeerResponse;return proto.v1.signaling.api.RefreshPeerResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.RefreshPeerResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.RefreshPeerResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.RefreshPeerResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.RefreshPeerResponse.serializeBinaryToWriter=function(o,l){},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetPeersRequest.prototype.toObject=function(o){return proto.v1.signaling.api.GetPeersRequest.toObject(o,this)},proto.v1.signaling.api.GetPeersRequest.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetPeersRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetPeersRequest;return proto.v1.signaling.api.GetPeersRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetPeersRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.GetPeersRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetPeersRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetPeersRequest.serializeBinaryToWriter=function(o,l){},proto.v1.signaling.api.GetPeersResponse.repeatedFields_=[1],t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetPeersResponse.prototype.toObject=function(o){return proto.v1.signaling.api.GetPeersResponse.toObject(o,this)},proto.v1.signaling.api.GetPeersResponse.toObject=function(o,l){var u={peersList:t.Message.toObjectList(l.getPeersList(),proto.v1.signaling.api.Peer.toObject,o)};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetPeersResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetPeersResponse;return proto.v1.signaling.api.GetPeersResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetPeersResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.Peer;l.readMessage(u,proto.v1.signaling.api.Peer.deserializeBinaryFromReader),o.addPeers(u)}else l.skipField();return o},proto.v1.signaling.api.GetPeersResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetPeersResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetPeersResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getPeersList()).length>0&&l.writeRepeatedMessage(1,u,proto.v1.signaling.api.Peer.serializeBinaryToWriter)},proto.v1.signaling.api.GetPeersResponse.prototype.getPeersList=function(){return t.Message.getRepeatedWrapperField(this,proto.v1.signaling.api.Peer,1)},proto.v1.signaling.api.GetPeersResponse.prototype.setPeersList=function(o){return t.Message.setRepeatedWrapperField(this,1,o)},proto.v1.signaling.api.GetPeersResponse.prototype.addPeers=function(o,l){return t.Message.addToRepeatedWrapperField(this,1,o,proto.v1.signaling.api.Peer,l)},proto.v1.signaling.api.GetPeersResponse.prototype.clearPeersList=function(){return this.setPeersList([])},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetIceServersRequest.prototype.toObject=function(o){return proto.v1.signaling.api.GetIceServersRequest.toObject(o,this)},proto.v1.signaling.api.GetIceServersRequest.toObject=function(o,l){var u={};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetIceServersRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetIceServersRequest;return proto.v1.signaling.api.GetIceServersRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetIceServersRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)l.getFieldNumber(),l.skipField();return o},proto.v1.signaling.api.GetIceServersRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetIceServersRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetIceServersRequest.serializeBinaryToWriter=function(o,l){},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.GetIceServersResponse.prototype.toObject=function(o){return proto.v1.signaling.api.GetIceServersResponse.toObject(o,this)},proto.v1.signaling.api.GetIceServersResponse.toObject=function(o,l){var u={iceServers:t.Message.getFieldWithDefault(l,1,"")};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.GetIceServersResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.GetIceServersResponse;return proto.v1.signaling.api.GetIceServersResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.GetIceServersResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=l.readString();o.setIceServers(u)}else l.skipField();return o},proto.v1.signaling.api.GetIceServersResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.GetIceServersResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.GetIceServersResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getIceServers()).length>0&&l.writeString(1,u)},proto.v1.signaling.api.GetIceServersResponse.prototype.getIceServers=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.GetIceServersResponse.prototype.setIceServers=function(o){return t.Message.setProto3StringField(this,1,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.SendSignalRequest.prototype.toObject=function(o){return proto.v1.signaling.api.SendSignalRequest.toObject(o,this)},proto.v1.signaling.api.SendSignalRequest.toObject=function(o,l){var u,c={signal:(u=l.getSignal())&&proto.v1.signaling.api.Signal.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.SendSignalRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.SendSignalRequest;return proto.v1.signaling.api.SendSignalRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.SendSignalRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.Signal;l.readMessage(u,proto.v1.signaling.api.Signal.deserializeBinaryFromReader),o.setSignal(u)}else l.skipField();return o},proto.v1.signaling.api.SendSignalRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.SendSignalRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.SendSignalRequest.serializeBinaryToWriter=function(o,l){var u;(u=o.getSignal())!=null&&l.writeMessage(1,u,proto.v1.signaling.api.Signal.serializeBinaryToWriter)},proto.v1.signaling.api.SendSignalRequest.prototype.getSignal=function(){return t.Message.getWrapperField(this,proto.v1.signaling.api.Signal,1)},proto.v1.signaling.api.SendSignalRequest.prototype.setSignal=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.SendSignalRequest.prototype.clearSignal=function(){return this.setSignal(void 0)},proto.v1.signaling.api.SendSignalRequest.prototype.hasSignal=function(){return t.Message.getField(this,1)!=null},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.SendSignalResponse.prototype.toObject=function(o){return proto.v1.signaling.api.SendSignalResponse.toObject(o,this)},proto.v1.signaling.api.SendSignalResponse.toObject=function(o,l){var u,c={sessionId:(u=l.getSessionId())&&s.StringValue.toObject(o,u),sessionCreatedTimestamp:(u=l.getSessionCreatedTimestamp())&&s.Int64Value.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.SendSignalResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.SendSignalResponse;return proto.v1.signaling.api.SendSignalResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.SendSignalResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)switch(l.getFieldNumber()){case 1:var u=new s.StringValue;l.readMessage(u,s.StringValue.deserializeBinaryFromReader),o.setSessionId(u);break;case 2:u=new s.Int64Value,l.readMessage(u,s.Int64Value.deserializeBinaryFromReader),o.setSessionCreatedTimestamp(u);break;default:l.skipField()}return o},proto.v1.signaling.api.SendSignalResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.SendSignalResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.SendSignalResponse.serializeBinaryToWriter=function(o,l){var u=void 0;(u=o.getSessionId())!=null&&l.writeMessage(1,u,s.StringValue.serializeBinaryToWriter),(u=o.getSessionCreatedTimestamp())!=null&&l.writeMessage(2,u,s.Int64Value.serializeBinaryToWriter)},proto.v1.signaling.api.SendSignalResponse.prototype.getSessionId=function(){return t.Message.getWrapperField(this,s.StringValue,1)},proto.v1.signaling.api.SendSignalResponse.prototype.setSessionId=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.SendSignalResponse.prototype.clearSessionId=function(){return this.setSessionId(void 0)},proto.v1.signaling.api.SendSignalResponse.prototype.hasSessionId=function(){return t.Message.getField(this,1)!=null},proto.v1.signaling.api.SendSignalResponse.prototype.getSessionCreatedTimestamp=function(){return t.Message.getWrapperField(this,s.Int64Value,2)},proto.v1.signaling.api.SendSignalResponse.prototype.setSessionCreatedTimestamp=function(o){return t.Message.setWrapperField(this,2,o)},proto.v1.signaling.api.SendSignalResponse.prototype.clearSessionCreatedTimestamp=function(){return this.setSessionCreatedTimestamp(void 0)},proto.v1.signaling.api.SendSignalResponse.prototype.hasSessionCreatedTimestamp=function(){return t.Message.getField(this,2)!=null},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.toObject=function(o){return proto.v1.signaling.api.ReceiveSignalStreamRequest.toObject(o,this)},proto.v1.signaling.api.ReceiveSignalStreamRequest.toObject=function(o,l){var u={peerId:t.Message.getFieldWithDefault(l,1,"")};return o&&(u.$jspbMessageInstance=l),u}),proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.ReceiveSignalStreamRequest;return proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.ReceiveSignalStreamRequest.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=l.readString();o.setPeerId(u)}else l.skipField();return o},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.ReceiveSignalStreamRequest.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.ReceiveSignalStreamRequest.serializeBinaryToWriter=function(o,l){var u;(u=o.getPeerId()).length>0&&l.writeString(1,u)},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.getPeerId=function(){return t.Message.getFieldWithDefault(this,1,"")},proto.v1.signaling.api.ReceiveSignalStreamRequest.prototype.setPeerId=function(o){return t.Message.setProto3StringField(this,1,o)},t.Message.GENERATE_TO_OBJECT&&(proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.toObject=function(o){return proto.v1.signaling.api.ReceiveSignalStreamResponse.toObject(o,this)},proto.v1.signaling.api.ReceiveSignalStreamResponse.toObject=function(o,l){var u,c={signal:(u=l.getSignal())&&proto.v1.signaling.api.Signal.toObject(o,u)};return o&&(c.$jspbMessageInstance=l),c}),proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinary=function(o){var l=new t.BinaryReader(o),u=new proto.v1.signaling.api.ReceiveSignalStreamResponse;return proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinaryFromReader(u,l)},proto.v1.signaling.api.ReceiveSignalStreamResponse.deserializeBinaryFromReader=function(o,l){for(;l.nextField()&&!l.isEndGroup();)if(l.getFieldNumber()===1){var u=new proto.v1.signaling.api.Signal;l.readMessage(u,proto.v1.signaling.api.Signal.deserializeBinaryFromReader),o.setSignal(u)}else l.skipField();return o},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;return proto.v1.signaling.api.ReceiveSignalStreamResponse.serializeBinaryToWriter(this,o),o.getResultBuffer()},proto.v1.signaling.api.ReceiveSignalStreamResponse.serializeBinaryToWriter=function(o,l){var u;(u=o.getSignal())!=null&&l.writeMessage(1,u,proto.v1.signaling.api.Signal.serializeBinaryToWriter)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.getSignal=function(){return t.Message.getWrapperField(this,proto.v1.signaling.api.Signal,1)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.setSignal=function(o){return t.Message.setWrapperField(this,1,o)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.clearSignal=function(){return this.setSignal(void 0)},proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.hasSignal=function(){return t.Message.getField(this,1)!=null},proto.v1.signaling.api.SessionType={UNKNOWN:0,TELEOP:1,PORT_FORWARD:2,OBSERVE:3,HEADLESS:4},n.object.extend(e,proto.v1.signaling.api)}(signaling_pb);const encodedJs$2="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiOyhmdW5jdGlvbihTKXt0eXBlb2YgZGVmaW5lPT0iZnVuY3Rpb24iJiZkZWZpbmUuYW1kP2RlZmluZShTKTpTKCl9KShmdW5jdGlvbigpe2NvbnN0IEo9e21pbGxpc2Vjb25kOjEsc2Vjb25kOjFlMyxtaW51dGU6NmU0LGhvdXI6MzZlNSxkYXk6ODY0ZTUsd2Vlazo2MDQ4ZTUsbW9udGg6MjU5MmU2LHllYXI6MzE1MzZlNn07dmFyIHk9e30sRj17fSxhPXt9O09iamVjdC5kZWZpbmVQcm9wZXJ0eShhLCJfX2VzTW9kdWxlIix7dmFsdWU6ITB9KTtjb25zdCBHPSJBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWmFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6MDEyMzQ1Njc4OSsvPSI7ZnVuY3Rpb24gaChBKXtsZXQgST1BLmxlbmd0aDtBW0EubGVuZ3RoLTJdPT09Ij0iP0ktPTI6QVtBLmxlbmd0aC0xXT09PSI9IiYmSS0tO2NvbnN0IGc9SS80KjN8MCxCPW5ldyBVaW50OEFycmF5KGcpO2ZvcihsZXQgUT0wLEM9MDtRPGc7USs9Myl7Y29uc3QgRD1HLmluZGV4T2YoQVtDKytdKSxFPUcuaW5kZXhPZihBW0MrK10pO2lmKEJbUV09RDw8MnxFPj40LEM9PT1JKWJyZWFrO2NvbnN0IHc9Ry5pbmRleE9mKEFbQysrXXx8Ij0iKTtpZihCW1ErMV09KEUmMTUpPDw0fHc+PjIsQz09PUkpYnJlYWs7Y29uc3Qgbz1HLmluZGV4T2YoQVtDKytdfHwiPSIpO0JbUSsyXT0odyYzKTw8NnxvfXJldHVybiBCfWEuZGVjb2RlPWgsT2JqZWN0LmRlZmluZVByb3BlcnR5KEYsIl9fZXNNb2R1bGUiLHt2YWx1ZTohMH0pO2NvbnN0IEw9IkFHRnpiUUVBQUFBQmx3RVRZQUovZndGL1lBUi9mMzkvQVg5Z0FuOS9BR0FEZjM5L0FYOWdBWDhBWUFsL2YzOS9mMzkvZjM4QVlBRi9BWDlnQkg5L2YzOEFZQVovZjM5L2YzOEJmMkFJZjM5L2YzOS9mMzhBWUFOL2YzOEFZQVYvZjM5L2Z3Ri9ZQUFBWUFWL2YzOS9md0JnQm45L2YzOS9md0JnQ245L2YzOS9mMzkvZjM4QVlBQUJmMkFIZjM5L2YzOS9md0YvWUFoL2YzOS9mMzkvZndGL0FqQURCR2d5TmpRR2JXVnRZM0I1QUFNRWFESTJOQVp5WlhOcGVtVUFCZ1JvTWpZMEJtMWxiVzl5ZVFJQmdBS0FnQUlEWTJJQUFBUUFBUU1LQVFZQUJRTUZCZ2NBQndZQUF3NERCd2NGQWdBQ0F3UUFCUVVGQlFvRUFnUUpBUWNBQXdZR0FnSUJCZ1FEQWdJQkN3RUJBd01MRFFJQkFBQUNDUWtKRHdJRkJRQUJDZ0FTQ3hFSUNBY0lDQWNFQVFRSUNBWUJFQWdBQVFZSkFYOEJRYkRFd0FJTEJ5WUVCbTFoYkd4dll3QUtDV2d5TmpSaGJHeHZZd0JnQm1SbFkyOWtaUUJoQkdsdWFYUUFZZ3IycFFWaXdBSUJBbjhnQUJBUElnSkJmMHdFUUNBQVFRRVFDeG9nQVVFQU5nSUFRUUFQQ3dKQUFrQWdBa0dBZ0lDQUJFOEVRQ0FBUVFNUUMwRi9SZ1JBUVFFUEN5QUJJQUpCSFhaQkFYRkJBV28yQWdBTUFRc2dBa0dBZ0lDQUFrOEVRQ0FBUVFVUUMwRi9SZ1JBUVFFUEN5QUJJQUpCRzNaQkEzRkJBMm8yQWdBTUFRc2dBa0dBZ0lDQUFVOEVRQ0FBUVFjUUMwRi9SZ1JBUVFFUEN5QUJJQUpCR1haQkIzRkJCMm8yQWdBTUFRc2dBaEF2SWdOQkJHb2lBa0VnUmdSQUlBRkJBRFlDQUNBQVFTQVFDeHBCQVNFQ0lBQkJBUkFEUVFGSERRSWdBQkFQSVFNZ0FFRWdFQXRCZjBZTkFpQURRUUZMRFFJZ0EwRUJhd1JBSUFGQmZ6WUNBQXdDQ3lBQlFYODJBZ0JCQVE4TElBQWdBMEVGYWhBTEdpQUFJQUlRQXlJQVFYOUdCRUJCQVE4TElBRWdBRUYvSUFKMFFYOXphallDQUF0QkFDRUNDeUFDQzRnQ0FRZC9JQUFvQWdRaEJBSkFJQUFvQWd4QkEzUWlCeUFBS0FJUUlnaHJJZ0pCSUU0RVFDQUVLQUFBSWdOQkdIUWdBMEVJZEVHQWdQd0hjWElnQTBFSWRrR0EvZ054SUFOQkdIWnljaUVESUFBb0FnZ2lBa1VOQVNBRElBSjBJQVF0QUFSQkNDQUNhM1p5SVFNTUFRc2dBa0VCU0FSQURBRUxJQVF0QUFBZ0FDZ0NDQ0lGUVJocUlnWjBJUU1nQWlBRmFrRjRhaUlDUVFGSURRQURRQ0FFTFFBQklBWkJlR29pQm5RZ0EzSWhBeUFDUVFoS0lRVWdCRUVCYWlFRUlBSkJlR29oQWlBRkRRQUxDeUFBSUFFZ0NHb2lCRFlDRUNBQUlBUkJCM0UyQWdoQmZ5RUNJQVFnQjAwRWZ5QUFJQUFvQWdBZ0JFRURkbW8yQWdRZ0EwRWdJQUZyZGdWQmZ3c0xxZzBCQjM4Q1FDQUFSUTBBSUFCQmVHb2lBeUFBUVh4cUtBSUFJZ0ZCZUhFaUFHb2hCUUpBSUFGQkFYRU5BQ0FCUVFOeFJRMEJJQU1nQXlnQ0FDSUNheUlEUWNUQUFDZ0NBQ0lFU1EwQklBQWdBbW9oQUNBRFFjakFBQ2dDQUVjRVFDQUNRZjhCVFFSQUlBTW9BZ2dpQkNBQ1FRTjJJZ0pCQTNSQjNNQUFha2NhSUFRZ0F5Z0NEQ0lCUmdSQVFiVEFBRUcwd0FBb0FnQkJmaUFDZDNFMkFnQU1Bd3NnQkNBQk5nSU1JQUVnQkRZQ0NBd0NDeUFES0FJWUlRWUNRQ0FESUFNb0Fnd2lBVWNFUUNBRUlBTW9BZ2dpQWswRVFDQUNLQUlNR2dzZ0FpQUJOZ0lNSUFFZ0FqWUNDQXdCQ3dKQUlBTkJGR29pQWlnQ0FDSUVEUUFnQTBFUWFpSUNLQUlBSWdRTkFFRUFJUUVNQVFzRFFDQUNJUWNnQkNJQlFSUnFJZ0lvQWdBaUJBMEFJQUZCRUdvaEFpQUJLQUlRSWdRTkFBc2dCMEVBTmdJQUN5QUdSUTBCQWtBZ0F5QURLQUljSWdKQkFuUkI1TUlBYWlJRUtBSUFSZ1JBSUFRZ0FUWUNBQ0FCRFFGQnVNQUFRYmpBQUNnQ0FFRitJQUozY1RZQ0FBd0RDeUFHUVJCQkZDQUdLQUlRSUFOR0cyb2dBVFlDQUNBQlJRMENDeUFCSUFZMkFoZ2dBeWdDRUNJQ0JFQWdBU0FDTmdJUUlBSWdBVFlDR0FzZ0F5Z0NGQ0lDUlEwQklBRWdBallDRkNBQ0lBRTJBaGdNQVFzZ0JTZ0NCQ0lCUVFOeFFRTkhEUUJCdk1BQUlBQTJBZ0FnQlNBQlFYNXhOZ0lFSUFNZ0FFRUJjallDQkNBQUlBTnFJQUEyQWdBUEN5QUZJQU5ORFFBZ0JTZ0NCQ0lCUVFGeFJRMEFBa0FnQVVFQ2NVVUVRQ0FGUWN6QUFDZ0NBRVlFUUVITXdBQWdBellDQUVIQXdBQkJ3TUFBS0FJQUlBQnFJZ0EyQWdBZ0F5QUFRUUZ5TmdJRUlBTkJ5TUFBS0FJQVJ3MERRYnpBQUVFQU5nSUFRY2pBQUVFQU5nSUFEd3NnQlVISXdBQW9BZ0JHQkVCQnlNQUFJQU0yQWdCQnZNQUFRYnpBQUNnQ0FDQUFhaUlBTmdJQUlBTWdBRUVCY2pZQ0JDQUFJQU5xSUFBMkFnQVBDeUFCUVhoeElBQnFJUUFDUUNBQlFmOEJUUVJBSUFVb0Fnd2hBaUFGS0FJSUlnUWdBVUVEZGlJQlFRTjBRZHpBQUdvaUIwY0VRRUhFd0FBb0FnQWFDeUFDSUFSR0JFQkJ0TUFBUWJUQUFDZ0NBRUYrSUFGM2NUWUNBQXdDQ3lBQ0lBZEhCRUJCeE1BQUtBSUFHZ3NnQkNBQ05nSU1JQUlnQkRZQ0NBd0JDeUFGS0FJWUlRWUNRQ0FGSUFVb0Fnd2lBVWNFUUVIRXdBQW9BZ0FnQlNnQ0NDSUNUUVJBSUFJb0Fnd2FDeUFDSUFFMkFnd2dBU0FDTmdJSURBRUxBa0FnQlVFVWFpSUNLQUlBSWdRTkFDQUZRUkJxSWdJb0FnQWlCQTBBUVFBaEFRd0JDd05BSUFJaEJ5QUVJZ0ZCRkdvaUFpZ0NBQ0lFRFFBZ0FVRVFhaUVDSUFFb0FoQWlCQTBBQ3lBSFFRQTJBZ0FMSUFaRkRRQUNRQ0FGSUFVb0Fod2lBa0VDZEVIa3dnQnFJZ1FvQWdCR0JFQWdCQ0FCTmdJQUlBRU5BVUc0d0FCQnVNQUFLQUlBUVg0Z0FuZHhOZ0lBREFJTElBWkJFRUVVSUFZb0FoQWdCVVliYWlBQk5nSUFJQUZGRFFFTElBRWdCallDR0NBRktBSVFJZ0lFUUNBQklBSTJBaEFnQWlBQk5nSVlDeUFGS0FJVUlnSkZEUUFnQVNBQ05nSVVJQUlnQVRZQ0dBc2dBeUFBUVFGeU5nSUVJQUFnQTJvZ0FEWUNBQ0FEUWNqQUFDZ0NBRWNOQVVHOHdBQWdBRFlDQUE4TElBVWdBVUYrY1RZQ0JDQURJQUJCQVhJMkFnUWdBQ0FEYWlBQU5nSUFDeUFBUWY4QlRRUkFJQUJCQTNZaUFVRURkRUhjd0FCcUlRQUNmMEcwd0FBb0FnQWlBa0VCSUFGMElnRnhSUVJBUWJUQUFDQUJJQUp5TmdJQUlBQU1BUXNnQUNnQ0NBc2hBaUFBSUFNMkFnZ2dBaUFETmdJTUlBTWdBRFlDRENBRElBSTJBZ2dQQ3lBRFFnQTNBaEFnQXdKL1FRQWdBRUVJZGlJQlJRMEFHa0VmSUFCQi8vLy9CMHNOQUJvZ0FTQUJRWUQrUDJwQkVIWkJDSEVpQVhRaUFpQUNRWURnSDJwQkVIWkJCSEVpQW5RaUJDQUVRWUNBRDJwQkVIWkJBbkVpQkhSQkQzWWdBU0FDY2lBRWNtc2lBVUVCZENBQUlBRkJGV3AyUVFGeGNrRWNhZ3NpQWpZQ0hDQUNRUUowUWVUQ0FHb2hBUUpBQWtBQ1FFRzR3QUFvQWdBaUJFRUJJQUowSWdkeFJRUkFRYmpBQUNBRUlBZHlOZ0lBSUFFZ0F6WUNBQ0FESUFFMkFoZ01BUXNnQUVFQVFSa2dBa0VCZG1zZ0FrRWZSaHQwSVFJZ0FTZ0NBQ0VCQTBBZ0FTSUVLQUlFUVhoeElBQkdEUUlnQWtFZGRpRUJJQUpCQVhRaEFpQUVJQUZCQkhGcUlnZEJFR29vQWdBaUFRMEFDeUFISUFNMkFoQWdBeUFFTmdJWUN5QURJQU0yQWd3Z0F5QUROZ0lJREFFTElBUW9BZ2dpQUNBRE5nSU1JQVFnQXpZQ0NDQURRUUEyQWhnZ0F5QUVOZ0lNSUFNZ0FEWUNDQXRCMU1BQVFkVEFBQ2dDQUVGL2FpSUFOZ0lBSUFBTkFFSDh3d0FoQXdOQUlBTW9BZ0FpQUVFSWFpRURJQUFOQUF0QjFNQUFRWDgyQWdBTEMzUUJBbjhqQUVFUWF5SUNKQUFnQWtFQU5nSU1JQUFnQWtFTWFoQUNJUUFDZnlBQ0tBSU1JZ05CZjBZRVFFRUJJQUJGRFFFYUlBRkJnSUNBZ0hnMkFnQkJBQXdCQzBFQklBQU5BQm9nQVNBRFFRRnFRUUYySWdGQkFDQUJheUFEUVFGeEd6WUNBRUVBQ3lFQUlBSkJFR29rQUNBQUM4Y0xBUlIvSUFGQm9EMXFMUUFBUVF4c0lnWkIxRHhxS0FJQUlRVWdCa0hRUEdvb0FnQWdBVUdRUEdvdEFBQWlCM1FoQkNBQ1JRUkFJQUFnQUNnQ0FDQUViRFlDQUFzZ0JTQUhkQ0VCQWtBQ1FDQURRWnovQTNFRVFDQUFJQVpCMkR4cUtBSUFJQWQwSWdNZ0FDZ0NQR3cyQWp3Z0FDQUFLQUk0SUFGc05nSTRRUUVoQWlBQUlBQW9BaXdnQkd3aUJ5QUFLQUlNSUFSc0lnVnFJZ2tnQUNnQ0lDQUJiQ0lLSUFBb0FqUWdBV3dpRDBFQmRXb2lFR3NpQmpZQ0xDQUFLQUlvSVFnZ0FDQUZJQWRySWdVZ0NrRUJkU0FQYXlJS2F5SUhOZ0lvSUFBb0FpUWhEaUFBSUFVZ0Ntb2lCVFlDSkNBQUlBQW9BaHdnQVd3aUR5QUFLQUlJSUFGc0lndHFJaE1nQUNnQ0VDQURiQ0lSSUFBb0FqQWdBMndpREVFQmRXb2lGV3NpQ2pZQ0hDQUFLQUlZSVEwZ0FDQUxJQTlySWdzZ0VVRUJkU0FNYXlJUmF5SVBOZ0lZSUFBb0FoUWhEQ0FBSUFzZ0VXb2lDellDRkNBQUlBUWdER3dpQkNBQUtBSUFJZ3hxSWhRZ0FDZ0NCQ0FCYkNJU0lBRWdEV3dpRFVFQmRXb2lGbXNpRVRZQ0RDQUFJQXdnQkdzaUJDQVNRUUYxSUExcklnMXJJZ3cyQWdnZ0FDQUVJQTFxSWcwMkFnUWdBQ0FCSUE1c0lnUWdBQ2dDT0NJT2F5SVNJQU1nQ0d3aUNFRUJkU0FBS0FJOEloZHJJZ05ySWdFMkFqZ2dBQ0FESUJKcUlnTTJBalFnQUNBRUlBNXFJZzRnRjBFQmRTQUlhaUlJYXlJRU5nSThJQUFnRkNBV2FpSVVJQWtnRUdvaUVHdEJJR29pRWlBSUlBNXFJZ2tnRXlBVmFpSUlRUUYxSWc1cmFrRUdkU0lUTmdJZ0lBQWdFaUFPSUFscmFrRUdkU0lPTmdJUUlBQWdFQ0FVYWtFZ2FpSVFJQWxCQVhVZ0NHb2lDV3RCQm5VaUNEWUNNQ0FBSUFrZ0VHcEJCblVpQ1RZQ0FDQUpRWUFFYWlBT1FZQUVhbkpCL3dkTERRSWdDRUdBQkdvZ0UwR0FCR3B5UWY4SFN3MENJQUFnQlNBTmFrRWdhaUlKSUFOQkFYVWdDMm9pRUd0QkJuVWlDRFlDTkNBQUlBMGdCV3RCSUdvaUJTQURJQXRCQVhVaUMydHFRUVoxSWcwMkFpUWdBQ0FGSUFzZ0EydHFRUVoxSWdNMkFoUWdBQ0FKSUJCcVFRWjFJZ1UyQWdRZ0JVR0FCR29nQTBHQUJHcHlRZjhIU3cwQ0lBaEJnQVJxSUExQmdBUnFja0gvQjBzTkFpQUFJQWNnREdwQklHb2lBeUFCUVFGMUlBOXFJZ1ZyUVFaMUlnczJBamdnQUNBTUlBZHJRU0JxSWdjZ0FTQVBRUUYxSWc5cmFrRUdkU0lNTmdJb0lBQWdCeUFQSUFGcmFrRUdkU0lCTmdJWUlBQWdBeUFGYWtFR2RTSUROZ0lJSUFOQmdBUnFJQUZCZ0FScWNrSC9CMHNOQWlBTFFZQUVhaUFNUVlBRWFuSkIvd2RMRFFJZ0FDQUdJQkZxUVNCcUlnRWdCRUVCZFNBS2FpSURhMEVHZFNJSE5nSThJQUFnRVNBR2EwRWdhaUlHSUFRZ0NrRUJkU0lGYTJwQkJuVWlDallDTENBQUlBWWdCU0FFYTJwQkJuVWlCRFlDSENBQUlBRWdBMnBCQm5VaUFEWUNEQ0FBUVlBRWFpQUVRWUFFYW5KQi93ZExEUUlnQjBHQUJHb2dDa0dBQkdweVFmOEhUUTBCREFJTElBTkI0Z0J4UlFSQVFRRWhBaUFBS0FJQVFTQnFRUVoxSWdGQmdBUnFRZjhIU3cwQ0lBQWdBVFlDT0NBQUlBRTJBandnQUNBQk5nSTBJQUFnQVRZQ01DQUFJQUUyQWl3Z0FDQUJOZ0lvSUFBZ0FUWUNKQ0FBSUFFMkFpQWdBQ0FCTmdJY0lBQWdBVFlDR0NBQUlBRTJBaFFnQUNBQk5nSVFJQUFnQVRZQ0RDQUFJQUUyQWdnZ0FDQUJOZ0lFSUFBZ0FUWUNBQXdCQzBFQklRSWdBQ0FBS0FJRUlBRnNJZ2NnQUNnQ0dDQUJiQ0lHUVFGMWFpSURJQUFvQWdBaUJTQUFLQUlVSUFSc0lnUnFJZ3BxUVNCcVFRWjFJZ0UyQWpBZ0FDQUtJQU5yUVNCcVFRWjFJZ00yQWd3Z0FDQUZJQVJySWdVZ0JpQUhRUUYxSWdkcmFrRWdha0VHZFNJRU5nSUlJQUFnQnlBR2F5QUZha0VnYWtFR2RTSUdOZ0lFSUFBZ0FUWUNBQ0FBSUFFMkFpQWdBQ0FHTmdJMElBQWdBVFlDRUNBQUlBWTJBaVFnQUNBRU5nSTRJQUFnQmpZQ0ZDQUFJQVEyQWlnZ0FDQUROZ0k4SUFBZ0JEWUNHQ0FBSUFNMkFpd2dBQ0FETmdJY0lBTkJnQVJxSUFGQmdBUnFJQVJCZ0FScUlBWkJnQVJxY25KeVFmOEhTdzBCQzBFQUlRSUxJQUlMOHdJQ0FuOEJmZ0pBSUFKRkRRQWdBQ0FDYWlJRFFYOXFJQUU2QUFBZ0FDQUJPZ0FBSUFKQkEwa05BQ0FEUVg1cUlBRTZBQUFnQUNBQk9nQUJJQU5CZldvZ0FUb0FBQ0FBSUFFNkFBSWdBa0VIU1EwQUlBTkJmR29nQVRvQUFDQUFJQUU2QUFNZ0FrRUpTUTBBSUFCQkFDQUFhMEVEY1NJRWFpSURJQUZCL3dGeFFZR0NoQWhzSWdFMkFnQWdBeUFDSUFSclFYeHhJZ1JxSWdKQmZHb2dBVFlDQUNBRVFRbEpEUUFnQXlBQk5nSUlJQU1nQVRZQ0JDQUNRWGhxSUFFMkFnQWdBa0YwYWlBQk5nSUFJQVJCR1VrTkFDQURJQUUyQWhnZ0F5QUJOZ0lVSUFNZ0FUWUNFQ0FESUFFMkFnd2dBa0Z3YWlBQk5nSUFJQUpCYkdvZ0FUWUNBQ0FDUVdocUlBRTJBZ0FnQWtGa2FpQUJOZ0lBSUFRZ0EwRUVjVUVZY2lJRWF5SUNRU0JKRFFBZ0FhMGlCVUlnaGlBRmhDRUZJQU1nQkdvaEFRTkFJQUVnQlRjREdDQUJJQVUzQXhBZ0FTQUZOd01JSUFFZ0JUY0RBQ0FCUVNCcUlRRWdBa0ZnYWlJQ1FSOUxEUUFMQ3lBQUMvSURBUU4vSUFFb0FnQWlBMEgvLy84SFJ3UkFJQUVvQWdRaEJDQUFJQUlnQWtFRGNTQUNRUkJKSWdJYlFRSjBJZ1ZCOENscUtBSUFRUkJCQ0NBQ0d5SUNiR29nQlVHd0tXb29BZ0JxSWdBZ0F5QUFMUUFBYWtHd0xtb3RBQUE2QUFBZ0FTZ0NDQ0VESUFBZ0JDQUFMUUFCYWtHd0xtb3RBQUE2QUFFZ0FTZ0NEQ0VFSUFBZ0F5QUFMUUFDYWtHd0xtb3RBQUE2QUFJZ0FDQUVJQUF0QUFOcVFiQXVhaTBBQURvQUF5QUJLQUlVSVFNZ0FDQUNhaUlBSUFFb0FoQWdBQzBBQUdwQnNDNXFMUUFBT2dBQUlBRW9BaGdoQkNBQUlBTWdBQzBBQVdwQnNDNXFMUUFBT2dBQklBRW9BaHdoQXlBQUlBUWdBQzBBQW1wQnNDNXFMUUFBT2dBQ0lBQWdBeUFBTFFBRGFrR3dMbW90QUFBNkFBTWdBU2dDSkNFRElBQWdBbW9pQUNBQktBSWdJQUF0QUFCcVFiQXVhaTBBQURvQUFDQUJLQUlvSVFRZ0FDQURJQUF0QUFGcVFiQXVhaTBBQURvQUFTQUJLQUlzSVFNZ0FDQUVJQUF0QUFKcVFiQXVhaTBBQURvQUFpQUFJQU1nQUMwQUEycEJzQzVxTFFBQU9nQURJQUVvQWpRaEF5QUFJQUpxSWdBZ0FTZ0NNQ0FBTFFBQWFrR3dMbW90QUFBNkFBQWdBU2dDT0NFQ0lBQWdBeUFBTFFBQmFrR3dMbW90QUFBNkFBRWdBU2dDUENFQklBQWdBaUFBTFFBQ2FrR3dMbW90QUFBNkFBSWdBQ0FCSUFBdEFBTnFRYkF1YWkwQUFEb0FBd3NMMHhBQkRIOGpBRUdBQVdzaUNpUUFJQUFRRHlFRVFRRWhCUUpBQWtBQ2Z5QUNRUUZOQkVBZ0JFRUFTQTBDSUFSQkdYWkIvZ0J4UVlBSWFpQUVRWUNBZ09BQVR3MEJHaUFFUVJWMlFmNFBjVUhBQ0dvZ0JFR0FnSUFJVHcwQkdpQUVRUkYyUWY3L0FYRkJrQWxxSUFSQmdJQ0FBVThOQVJvZ0JFRVFka0VCZEVHUUNtb01BUXNnQWtFRFRRUkFJQVJCZjB3RVFFRUNRYUlRSUFSQmdJQ0FnQVJ4R3lFRkRBTUxJQVJCR1haQi9nQnhRZEFLYWlBRVFZQ0FnSUFCVHcwQkdpQUVRUloyUWY0SGNVR1FDMm9nQkVHQWdJQVFUdzBCR2lBRVFSRjJRZjcvQVhGQjBBdHFEQUVMSUFKQkIwMEVRQ0FFUVJwMklnSkJlR3BCT0VrRVFDQUNRUUYwUWRBTmFnd0NDeUFFUVJWMlFmNFBjVUhRRG1vTUFRc2dCRUVaZGtIK0FIRkIwQkJxSUFKQkVFME5BQm9nQkVFZGRpSUNCRUFnQWtFQmRFSFFFV29NQVFzZ0JFRVhka0grQTNGQjRCRnFDeThCQUNJRkRRQkJBU0VMREFFTFFRRWhDeUFGUVF0Mklna2dBMHNOQUVFZ0lBVkJIM0VpQm1zaEFnSkFJQWxGQkVBTUFRc2dCQ0FHZENFRUFrQWdCVUVGZGtFL2NTSU1SUVJBREFFTElBSWdERWtFUUNBQUlBWVFDMEYvUmcwRElBQVFEeUVFUVNBaEFnc2dCQ0FNZENFR1FRRWdERUYvYW5RaEJ5QUVRU0FnREd0MklRUURRQ0FLUVVCcklBaEJBblJxUVg5QkFTQUVJQWR4R3pZQ0FDQUlRUUZxSVFnZ0IwRUJkaUlIRFFBTElBSWdER3NoQWlBR0lRUUxJQWdnQ1VrRVFDQU1RUU5KSWc4Z0JVSC9yd0ZMY1NFRkEwQWdBa0VQVFFSQUlBQkJJQ0FDYXhBTFFYOUdCRUFNQlFzZ0FCQVBJUVJCSUNFQ0MwRUFJUVlDUUFKQUFuOENRQ0FFUVFCSURRQkJBU0VHSUFSQi8vLy8vd05MRFFCQkFpRUdJQVJCLy8vLy93RkxEUUJCQXlFR0lBUkIvLy8vL3dCTERRQkJCQ0VHSUFSQi8vLy9QMHNOQUVFRklRWWdCRUgvLy84ZlN3MEFRUVloQmlBRVFmLy8vdzlMRFFCQkJ5RUdJQVJCLy8vL0Iwc05BRUVJSVFZZ0JFSC8vLzhEU3cwQVFRa2hCaUFFUWYvLy93RkxEUUJCQ2lFR0lBUkIvLy8vQUVzTkFFRUxJUVlnQkVILy96OUxEUUJCRENFR0lBUkIvLzhmU3cwQVFRMGhCaUFFUWYvL0Qwc05BQUovQWtBZ0JFSC8vd2ROQkVBZ0JFR0FnSHh4UVlDQUJFWU5BUXdLQ3lBRlFRUWdCUnNoQmlBRVFROTBJUVJCRGlFSElBSkJjV29NQVFzZ0JVRUJJQVViSVFVZ0JFRVFkQ0VFUVF3aEJrRVBJUWNnQWtGd2Fnc2hBaUFISUFWMElRY2dCVVVNQVFzZ0JpQUZkQ0VIUVFFaERpQUNJQVpCQVdvaUJtc2hBaUFFSUFaMElRUWdCVVVOQVNBRklRWkJBQXNoRGlBQ0lBWlBCSDhnQkFVZ0FFRWdJQUpyRUF0QmYwWUVRQXdIQzBFZ0lRSWdBQkFQQ3lFTklBSWdCbXNoQWlBTklBWjBJUVFnRFVFZ0lBWnJkaUFIYWlFSERBRUxRUUFoQlFzZ0NrRkFheUFJUVFKMGFrRUFJQWRCQW1vZ0J5QUlJQXhHR3lBSElBOGJJZzFCQW1wQkFYWWlCbXNnQmlBTlFRRnhHellDQUVFQklBVWdEaHNpQlNBRlFRWkpJQVpCQXlBRlFYOXFkRXB4YWlFRklBaEJBV29pQ0NBSlJ3MEFDd3RCQUNFSEFrQWdDU0FEVHdSQVFRQWhDQXdCQ3dKQUlBSkJDRXNFUUNBQ0lRVU1BUXRCSUNFRklBQkJJQ0FDYXhBTFFYOUdEUU1nQUJBUElRUUxBa0FDUUFKL0FrQWdBMEVFUndSQUlBbEJmMm9pQWtFTlN3MERBa0FDUUFKQUFrQUNRQUpBQWtBQ1FBSkFBa0FDUUFKQUFrQWdBa0VCYXc0TkFBRUNBd1FGQmdjSUNRb0xEQTRMSUFSQkduWkI0QkpxREE0TElBUkJHblpCb0JOcURBMExJQVJCRzNaQjRCTnFEQXdMSUFSQkczWkJnQlJxREFzTElBUkJHblpCb0JScURBb0xJQVJCR25aQjRCUnFEQWtMSUFSQkduWkJvQlZxREFnTElBUkJHblpCNEJWcURBY0xJQVJCRzNaQm9CWnFEQVlMSUFSQkhIWkJ3QlpxREFVTElBUkJISFpCMEJacURBUUxJQVJCSFhaQjRCWnFEQU1MSUFSQkhuWkI2QlpxREFJTElBUkJBRWdFUUVFQklRSU1CQXRCRVNFQ0lBbEJBMFlOQTBFU0lRSWdCRUgvLy8vL0Ewc05BMEVpSVFJZ0NVRUNSZzBEUVNOQk15QUVRZi8vLy84QlN4c2hBZ3dEQ3lBRVFSdDJRYUFTYWlBRVFSZDJRY0FTYWlBRVFmLy8vLzhBU3hzTExRQUFJZ0lOQVF3RUMwRVJRUUVnQkVFQVNCc2hBZ3NnQWtFRWRpRUlJQVVnQWtFUGNTSURheUVDSUFRZ0EzUWhCQXNnQ1VGL2FpSURCRUFEUUFKL0lBZ0VRQ0FDUVFwTkJFQWdBRUVnSUFKckVBdEJmMFlFUUF3SEN5QUFFQThoQkVFZ0lRSUxBa0FDZndKQUlBaEJmMm9pQlVFRlRRUkFBa0FDUUFKQUFrQUNRQ0FGUVFGckRnVUFBUUlEQkFZTElBUkJIblpCN2hacURBWUxJQVJCSG5aQjhoWnFEQVVMSUFSQkhYWkI5aFpxREFRTElBUkJIWFpCL2hacURBTUxJQVJCSFhaQmhoZHFEQUlMQW45Qjh3QWdCRUVaZGtId0FIRnJJQVJCZ0lDQWdBSlBEUUFhUWZRQUlBUkIvLy8vL3dCTERRQWFRWVVCSUFSQi8vLy9QMHNOQUJwQmxnRWdCRUgvLy84ZlN3MEFHa0duQVNBRVFmLy8vdzlMRFFBYVFiZ0JJQVJCLy8vL0Iwc05BQnBCeVFFZ0JFSC8vLzhEU3cwQUdrSGFBU0FFUWYvLy93RkxEUUFhUVFCQjZ3RWdCRUdBZ0lBQlNSc0xJZ1ZCQkhZZ0NFME5BZ3dJQ3lBRVFSOTJRZXdXYWdzdEFBQWhCUXNnQlVVRVFBd0dDeUFLSUFkQkFuUnFJQVZCQkhZaUJrRUJhallDQUNBQ0lBVkJEM0VpQldzaEFpQUVJQVYwSVFRZ0NDQUdhd3dCQ3lBS0lBZEJBblJxUVFFMkFnQkJBQXNoQ0NBSFFRRnFJZ2NnQTBjTkFBc2dBU0FJUVFKMGFpQUtRVUJySUFOQkFuUnFLQUlBTmdJQUlBbEJmbW9oQlVFQklBaDBJUWNEUUNBQklBb2dCU0lEUVFKMElnVnFLQUlBSUFocUlnaEJBblJxSUFwQlFHc2dCV29vQWdBMkFnQWdBMEYvYWlFRlFRRWdDSFFnQjNJaEJ5QUREUUFMREFFTElBRWdDRUVDZEdvZ0NrRkFheUFEUVFKMGFpZ0NBRFlDQUVFQklBaDBJUWNMSUFCQklDQUNheEFMRFFBZ0IwRVFkQ0FKUVFSMGNpRUxDeUFLUVlBQmFpUUFJQXNMelM0QkMzOGpBRUVRYXlJTEpBQUNRQUpBQWtBQ1FBSkFBa0FDUUFKQUFrQUNRQUpBSUFCQjlBRk5CRUJCdE1BQUtBSUFJZ1pCRUNBQVFRdHFRWGh4SUFCQkMwa2JJZ1ZCQTNZaUFIWWlBVUVEY1FSQUlBRkJmM05CQVhFZ0FHb2lBa0VEZENJRVFlVEFBR29vQWdBaUFVRUlhaUVBQWtBZ0FTZ0NDQ0lESUFSQjNNQUFhaUlFUmdSQVFiVEFBQ0FHUVg0Z0FuZHhOZ0lBREFFTFFjVEFBQ2dDQUJvZ0F5QUVOZ0lNSUFRZ0F6WUNDQXNnQVNBQ1FRTjBJZ0pCQTNJMkFnUWdBU0FDYWlJQklBRW9BZ1JCQVhJMkFnUU1EQXNnQlVHOHdBQW9BZ0FpQ0UwTkFTQUJCRUFDUUVFQ0lBQjBJZ0pCQUNBQ2EzSWdBU0FBZEhFaUFFRUFJQUJyY1VGL2FpSUFJQUJCREhaQkVIRWlBSFlpQVVFRmRrRUljU0lDSUFCeUlBRWdBbllpQUVFQ2RrRUVjU0lCY2lBQUlBRjJJZ0JCQVhaQkFuRWlBWElnQUNBQmRpSUFRUUYyUVFGeElnRnlJQUFnQVhacUlnSkJBM1FpQTBIa3dBQnFLQUlBSWdFb0FnZ2lBQ0FEUWR6QUFHb2lBMFlFUUVHMHdBQWdCa0YrSUFKM2NTSUdOZ0lBREFFTFFjVEFBQ2dDQUJvZ0FDQUROZ0lNSUFNZ0FEWUNDQXNnQVVFSWFpRUFJQUVnQlVFRGNqWUNCQ0FCSUFWcUlnY2dBa0VEZENJQ0lBVnJJZ05CQVhJMkFnUWdBU0FDYWlBRE5nSUFJQWdFUUNBSVFRTjJJZ1JCQTNSQjNNQUFhaUVCUWNqQUFDZ0NBQ0VDQW44Z0JrRUJJQVIwSWdSeFJRUkFRYlRBQUNBRUlBWnlOZ0lBSUFFTUFRc2dBU2dDQ0FzaEJDQUJJQUkyQWdnZ0JDQUNOZ0lNSUFJZ0FUWUNEQ0FDSUFRMkFnZ0xRY2pBQUNBSE5nSUFRYnpBQUNBRE5nSUFEQXdMUWJqQUFDZ0NBQ0lLUlEwQklBcEJBQ0FLYTNGQmYyb2lBQ0FBUVF4MlFSQnhJZ0IySWdGQkJYWkJDSEVpQWlBQWNpQUJJQUoySWdCQkFuWkJCSEVpQVhJZ0FDQUJkaUlBUVFGMlFRSnhJZ0Z5SUFBZ0FYWWlBRUVCZGtFQmNTSUJjaUFBSUFGMmFrRUNkRUhrd2dCcUtBSUFJZ0VvQWdSQmVIRWdCV3NoQXlBQklRSURRQUpBSUFJb0FoQWlBRVVFUUNBQ0tBSVVJZ0JGRFFFTElBQW9BZ1JCZUhFZ0JXc2lBaUFESUFJZ0Ewa2lBaHNoQXlBQUlBRWdBaHNoQVNBQUlRSU1BUXNMSUFFb0FoZ2hDU0FCSUFFb0Fnd2lCRWNFUUVIRXdBQW9BZ0FnQVNnQ0NDSUFUUVJBSUFBb0Fnd2FDeUFBSUFRMkFnd2dCQ0FBTmdJSURBc0xJQUZCRkdvaUFpZ0NBQ0lBUlFSQUlBRW9BaEFpQUVVTkF5QUJRUkJxSVFJTEEwQWdBaUVISUFBaUJFRVVhaUlDS0FJQUlnQU5BQ0FFUVJCcUlRSWdCQ2dDRUNJQURRQUxJQWRCQURZQ0FBd0tDMEYvSVFVZ0FFRy9mMHNOQUNBQVFRdHFJZ0JCZUhFaEJVRzR3QUFvQWdBaUIwVU5BRUVBSUFWcklRSUNRQUpBQWtBQ2YwRUFJQUJCQ0hZaUFFVU5BQnBCSHlBRlFmLy8vd2RMRFFBYUlBQWdBRUdBL2o5cVFSQjJRUWh4SWdCMElnRWdBVUdBNEI5cVFSQjJRUVJ4SWdGMElnTWdBMEdBZ0E5cVFSQjJRUUp4SWdOMFFROTJJQUFnQVhJZ0EzSnJJZ0JCQVhRZ0JTQUFRUlZxZGtFQmNYSkJIR29MSWdoQkFuUkI1TUlBYWlnQ0FDSURSUVJBUVFBaEFBd0JDeUFGUVFCQkdTQUlRUUYyYXlBSVFSOUdHM1FoQVVFQUlRQURRQUpBSUFNb0FnUkJlSEVnQldzaUJpQUNUdzBBSUFNaEJDQUdJZ0lOQUVFQUlRSWdBeUVBREFNTElBQWdBeWdDRkNJR0lBWWdBeUFCUVIxMlFRUnhhaWdDRUNJRFJoc2dBQ0FHR3lFQUlBRWdBMEVBUjNRaEFTQUREUUFMQ3lBQUlBUnlSUVJBUVFJZ0NIUWlBRUVBSUFCcmNpQUhjU0lBUlEwRElBQkJBQ0FBYTNGQmYyb2lBQ0FBUVF4MlFSQnhJZ0IySWdGQkJYWkJDSEVpQXlBQWNpQUJJQU4ySWdCQkFuWkJCSEVpQVhJZ0FDQUJkaUlBUVFGMlFRSnhJZ0Z5SUFBZ0FYWWlBRUVCZGtFQmNTSUJjaUFBSUFGMmFrRUNkRUhrd2dCcUtBSUFJUUFMSUFCRkRRRUxBMEFnQUNnQ0JFRjRjU0FGYXlJRElBSkpJUUVnQXlBQ0lBRWJJUUlnQUNBRUlBRWJJUVFnQUNnQ0VDSUJCSDhnQVFVZ0FDZ0NGQXNpQUEwQUN3c2dCRVVOQUNBQ1FiekFBQ2dDQUNBRmEwOE5BQ0FFS0FJWUlRZ2dCQ0FFS0FJTUlnRkhCRUJCeE1BQUtBSUFJQVFvQWdnaUFFMEVRQ0FBS0FJTUdnc2dBQ0FCTmdJTUlBRWdBRFlDQ0F3SkN5QUVRUlJxSWdNb0FnQWlBRVVFUUNBRUtBSVFJZ0JGRFFNZ0JFRVFhaUVEQ3dOQUlBTWhCaUFBSWdGQkZHb2lBeWdDQUNJQURRQWdBVUVRYWlFRElBRW9BaEFpQUEwQUN5QUdRUUEyQWdBTUNBdEJ2TUFBS0FJQUlnRWdCVThFUUVISXdBQW9BZ0FoQUFKQUlBRWdCV3NpQWtFUVR3UkFRYnpBQUNBQ05nSUFRY2pBQUNBQUlBVnFJZ00yQWdBZ0F5QUNRUUZ5TmdJRUlBQWdBV29nQWpZQ0FDQUFJQVZCQTNJMkFnUU1BUXRCeU1BQVFRQTJBZ0JCdk1BQVFRQTJBZ0FnQUNBQlFRTnlOZ0lFSUFBZ0FXb2lBU0FCS0FJRVFRRnlOZ0lFQ3lBQVFRaHFJUUFNQ2d0QndNQUFLQUlBSWdFZ0JVc0VRRUhBd0FBZ0FTQUZheUlCTmdJQVFjekFBRUhNd0FBb0FnQWlBQ0FGYWlJQ05nSUFJQUlnQVVFQmNqWUNCQ0FBSUFWQkEzSTJBZ1FnQUVFSWFpRUFEQW9MUVFBaEFDQUZRUzlxSWdRQ2YwR014QUFvQWdBRVFFR1V4QUFvQWdBTUFRdEJtTVFBUW44M0FnQkJrTVFBUW9DZ2dJQ0FnQVEzQWdCQmpNUUFJQXRCREdwQmNIRkIyS3JWcWdWek5nSUFRYURFQUVFQU5nSUFRZkREQUVFQU5nSUFRWUFnQ3lJQ2FpSUdRUUFnQW1zaUIzRWlBaUFGVFEwSlFlekRBQ2dDQUNJREJFQkI1TU1BS0FJQUlnZ2dBbW9pQ1NBSVRRMEtJQWtnQTBzTkNndEI4TU1BTFFBQVFRUnhEUVFDUUFKQVFjekFBQ2dDQUNJREJFQkI5TU1BSVFBRFFDQUFLQUlBSWdnZ0EwMEVRQ0FJSUFBb0FnUnFJQU5MRFFNTElBQW9BZ2dpQUEwQUN3dEJBQkFUSWdGQmYwWU5CU0FDSVFaQmtNUUFLQUlBSWdCQmYyb2lBeUFCY1FSQUlBSWdBV3NnQVNBRGFrRUFJQUJyY1dvaEJnc2dCaUFGVFEwRklBWkIvdi8vL3dkTERRVkI3TU1BS0FJQUlnQUVRRUhrd3dBb0FnQWlBeUFHYWlJSElBTk5EUVlnQnlBQVN3MEdDeUFHRUJNaUFDQUJSdzBCREFjTElBWWdBV3NnQjNFaUJrSCsvLy8vQjBzTkJDQUdFQk1pQVNBQUtBSUFJQUFvQWdScVJnMERJQUVoQUFzQ1FDQUZRVEJxSUFaTkRRQWdBRUYvUmcwQVFaVEVBQ2dDQUNJQklBUWdCbXRxUVFBZ0FXdHhJZ0ZCL3YvLy93ZExCRUFnQUNFQkRBY0xJQUVRRTBGL1J3UkFJQUVnQm1vaEJpQUFJUUVNQnd0QkFDQUdheEFUR2d3RUN5QUFJZ0ZCZjBjTkJRd0RDMEVBSVFRTUJ3dEJBQ0VCREFVTElBRkJmMGNOQWd0QjhNTUFRZkREQUNnQ0FFRUVjallDQUFzZ0FrSCsvLy8vQjBzTkFTQUNFQk1pQVVFQUVCTWlBRThOQVNBQlFYOUdEUUVnQUVGL1JnMEJJQUFnQVdzaUJpQUZRU2hxVFEwQkMwSGt3d0JCNU1NQUtBSUFJQVpxSWdBMkFnQWdBRUhvd3dBb0FnQkxCRUJCNk1NQUlBQTJBZ0FMQWtBQ1FBSkFRY3pBQUNnQ0FDSURCRUJCOU1NQUlRQURRQ0FCSUFBb0FnQWlBaUFBS0FJRUlnUnFSZzBDSUFBb0FnZ2lBQTBBQ3d3Q0MwSEV3QUFvQWdBaUFFRUFJQUVnQUU4YlJRUkFRY1RBQUNBQk5nSUFDMEVBSVFCQitNTUFJQVkyQWdCQjlNTUFJQUUyQWdCQjFNQUFRWDgyQWdCQjJNQUFRWXpFQUNnQ0FEWUNBRUdBeEFCQkFEWUNBQU5BSUFCQkEzUWlBa0hrd0FCcUlBSkIzTUFBYWlJRE5nSUFJQUpCNk1BQWFpQUROZ0lBSUFCQkFXb2lBRUVnUncwQUMwSEF3QUFnQmtGWWFpSUFRWGdnQVd0QkIzRkJBQ0FCUVFocVFRZHhHeUlDYXlJRE5nSUFRY3pBQUNBQklBSnFJZ0kyQWdBZ0FpQURRUUZ5TmdJRUlBQWdBV3BCS0RZQ0JFSFF3QUJCbk1RQUtBSUFOZ0lBREFJTElBQXRBQXhCQ0hFTkFDQUJJQU5ORFFBZ0FpQURTdzBBSUFBZ0JDQUdhallDQkVITXdBQWdBMEY0SUFOclFRZHhRUUFnQTBFSWFrRUhjUnNpQUdvaUFUWUNBRUhBd0FCQndNQUFLQUlBSUFacUlnSWdBR3NpQURZQ0FDQUJJQUJCQVhJMkFnUWdBaUFEYWtFb05nSUVRZERBQUVHY3hBQW9BZ0EyQWdBTUFRc2dBVUhFd0FBb0FnQWlCRWtFUUVIRXdBQWdBVFlDQUNBQklRUUxJQUVnQm1vaEFrSDB3d0FoQUFKQUFrQUNRQUpBQWtBQ1FBTkFJQUlnQUNnQ0FFY0VRQ0FBS0FJSUlnQU5BUXdDQ3dzZ0FDMEFERUVJY1VVTkFRdEI5TU1BSVFBRFFDQUFLQUlBSWdJZ0EwMEVRQ0FDSUFBb0FnUnFJZ1FnQTBzTkF3c2dBQ2dDQ0NFQURBQUFDd0FMSUFBZ0FUWUNBQ0FBSUFBb0FnUWdCbW8yQWdRZ0FVRjRJQUZyUVFkeFFRQWdBVUVJYWtFSGNSdHFJZ2tnQlVFRGNqWUNCQ0FDUVhnZ0FtdEJCM0ZCQUNBQ1FRaHFRUWR4RzJvaUFTQUpheUFGYXlFQUlBVWdDV29oQnlBQklBTkdCRUJCek1BQUlBYzJBZ0JCd01BQVFjREFBQ2dDQUNBQWFpSUFOZ0lBSUFjZ0FFRUJjallDQkF3REN5QUJRY2pBQUNnQ0FFWUVRRUhJd0FBZ0J6WUNBRUc4d0FCQnZNQUFLQUlBSUFCcUlnQTJBZ0FnQnlBQVFRRnlOZ0lFSUFBZ0Iyb2dBRFlDQUF3REN5QUJLQUlFSWdKQkEzRkJBVVlFUUNBQ1FYaHhJUW9DUUNBQ1FmOEJUUVJBSUFFb0FnZ2lBeUFDUVFOMklnUkJBM1JCM01BQWFrY2FJQU1nQVNnQ0RDSUNSZ1JBUWJUQUFFRzB3QUFvQWdCQmZpQUVkM0UyQWdBTUFnc2dBeUFDTmdJTUlBSWdBellDQ0F3QkN5QUJLQUlZSVFnQ1FDQUJJQUVvQWd3aUJrY0VRQ0FFSUFFb0FnZ2lBazBFUUNBQ0tBSU1HZ3NnQWlBR05nSU1JQVlnQWpZQ0NBd0JDd0pBSUFGQkZHb2lBeWdDQUNJRkRRQWdBVUVRYWlJREtBSUFJZ1VOQUVFQUlRWU1BUXNEUUNBRElRSWdCU0lHUVJScUlnTW9BZ0FpQlEwQUlBWkJFR29oQXlBR0tBSVFJZ1VOQUFzZ0FrRUFOZ0lBQ3lBSVJRMEFBa0FnQVNBQktBSWNJZ0pCQW5SQjVNSUFhaUlES0FJQVJnUkFJQU1nQmpZQ0FDQUdEUUZCdU1BQVFiakFBQ2dDQUVGK0lBSjNjVFlDQUF3Q0N5QUlRUkJCRkNBSUtBSVFJQUZHRzJvZ0JqWUNBQ0FHUlEwQkN5QUdJQWcyQWhnZ0FTZ0NFQ0lDQkVBZ0JpQUNOZ0lRSUFJZ0JqWUNHQXNnQVNnQ0ZDSUNSUTBBSUFZZ0FqWUNGQ0FDSUFZMkFoZ0xJQUVnQ21vaEFTQUFJQXBxSVFBTElBRWdBU2dDQkVGK2NUWUNCQ0FISUFCQkFYSTJBZ1FnQUNBSGFpQUFOZ0lBSUFCQi93Rk5CRUFnQUVFRGRpSUJRUU4wUWR6QUFHb2hBQUovUWJUQUFDZ0NBQ0lDUVFFZ0FYUWlBWEZGQkVCQnRNQUFJQUVnQW5JMkFnQWdBQXdCQ3lBQUtBSUlDeUVCSUFBZ0J6WUNDQ0FCSUFjMkFnd2dCeUFBTmdJTUlBY2dBVFlDQ0F3REN5QUhBbjlCQUNBQVFRaDJJZ0ZGRFFBYVFSOGdBRUgvLy84SFN3MEFHaUFCSUFGQmdQNC9ha0VRZGtFSWNTSUJkQ0lDSUFKQmdPQWZha0VRZGtFRWNTSUNkQ0lESUFOQmdJQVBha0VRZGtFQ2NTSURkRUVQZGlBQklBSnlJQU55YXlJQlFRRjBJQUFnQVVFVmFuWkJBWEZ5UVJ4cUN5SUJOZ0ljSUFkQ0FEY0NFQ0FCUVFKMFFlVENBR29oQWdKQVFiakFBQ2dDQUNJRFFRRWdBWFFpQkhGRkJFQkJ1TUFBSUFNZ0JISTJBZ0FnQWlBSE5nSUFEQUVMSUFCQkFFRVpJQUZCQVhacklBRkJIMFliZENFRElBSW9BZ0FoQVFOQUlBRWlBaWdDQkVGNGNTQUFSZzBESUFOQkhYWWhBU0FEUVFGMElRTWdBaUFCUVFSeGFpSUVLQUlRSWdFTkFBc2dCQ0FITmdJUUN5QUhJQUkyQWhnZ0J5QUhOZ0lNSUFjZ0J6WUNDQXdDQzBIQXdBQWdCa0ZZYWlJQVFYZ2dBV3RCQjNGQkFDQUJRUWhxUVFkeEd5SUNheUlITmdJQVFjekFBQ0FCSUFKcUlnSTJBZ0FnQWlBSFFRRnlOZ0lFSUFBZ0FXcEJLRFlDQkVIUXdBQkJuTVFBS0FJQU5nSUFJQU1nQkVFbklBUnJRUWR4UVFBZ0JFRlpha0VIY1J0cVFWRnFJZ0FnQUNBRFFSQnFTUnNpQWtFYk5nSUVJQUpCL01NQUtRSUFOd0lRSUFKQjlNTUFLUUlBTndJSVFmekRBQ0FDUVFocU5nSUFRZmpEQUNBR05nSUFRZlREQUNBQk5nSUFRWURFQUVFQU5nSUFJQUpCR0dvaEFBTkFJQUJCQnpZQ0JDQUFRUWhxSVFFZ0FFRUVhaUVBSUFRZ0FVc05BQXNnQWlBRFJnMERJQUlnQWlnQ0JFRitjVFlDQkNBRElBSWdBMnNpQkVFQmNqWUNCQ0FDSUFRMkFnQWdCRUgvQVUwRVFDQUVRUU4ySWdGQkEzUkIzTUFBYWlFQUFuOUJ0TUFBS0FJQUlnSkJBU0FCZENJQmNVVUVRRUcwd0FBZ0FTQUNjallDQUNBQURBRUxJQUFvQWdnTElRRWdBQ0FETmdJSUlBRWdBellDRENBRElBQTJBZ3dnQXlBQk5nSUlEQVFMSUFOQ0FEY0NFQ0FEQW45QkFDQUVRUWgySWdCRkRRQWFRUjhnQkVILy8vOEhTdzBBR2lBQUlBQkJnUDQvYWtFUWRrRUljU0lBZENJQklBRkJnT0FmYWtFUWRrRUVjU0lCZENJQ0lBSkJnSUFQYWtFUWRrRUNjU0lDZEVFUGRpQUFJQUZ5SUFKeWF5SUFRUUYwSUFRZ0FFRVZhblpCQVhGeVFSeHFDeUlBTmdJY0lBQkJBblJCNU1JQWFpRUJBa0JCdU1BQUtBSUFJZ0pCQVNBQWRDSUdjVVVFUUVHNHdBQWdBaUFHY2pZQ0FDQUJJQU0yQWdBZ0F5QUJOZ0lZREFFTElBUkJBRUVaSUFCQkFYWnJJQUJCSDBZYmRDRUFJQUVvQWdBaEFRTkFJQUVpQWlnQ0JFRjRjU0FFUmcwRUlBQkJIWFloQVNBQVFRRjBJUUFnQWlBQlFRUnhhaUlHS0FJUUlnRU5BQXNnQmlBRE5nSVFJQU1nQWpZQ0dBc2dBeUFETmdJTUlBTWdBellDQ0F3REN5QUNLQUlJSWdBZ0J6WUNEQ0FDSUFjMkFnZ2dCMEVBTmdJWUlBY2dBallDRENBSElBQTJBZ2dMSUFsQkNHb2hBQXdGQ3lBQ0tBSUlJZ0FnQXpZQ0RDQUNJQU0yQWdnZ0EwRUFOZ0lZSUFNZ0FqWUNEQ0FESUFBMkFnZ0xRY0RBQUNnQ0FDSUFJQVZORFFCQndNQUFJQUFnQldzaUFUWUNBRUhNd0FCQnpNQUFLQUlBSWdBZ0JXb2lBallDQUNBQ0lBRkJBWEkyQWdRZ0FDQUZRUU55TmdJRUlBQkJDR29oQUF3REMwR3d3QUJCTURZQ0FFRUFJUUFNQWdzQ1FDQUlSUTBBQWtBZ0JDZ0NIQ0lBUVFKMFFlVENBR29pQXlnQ0FDQUVSZ1JBSUFNZ0FUWUNBQ0FCRFFGQnVNQUFJQWRCZmlBQWQzRWlCellDQUF3Q0N5QUlRUkJCRkNBSUtBSVFJQVJHRzJvZ0FUWUNBQ0FCUlEwQkN5QUJJQWcyQWhnZ0JDZ0NFQ0lBQkVBZ0FTQUFOZ0lRSUFBZ0FUWUNHQXNnQkNnQ0ZDSUFSUTBBSUFFZ0FEWUNGQ0FBSUFFMkFoZ0xBa0FnQWtFUFRRUkFJQVFnQWlBRmFpSUFRUU55TmdJRUlBQWdCR29pQUNBQUtBSUVRUUZ5TmdJRURBRUxJQVFnQlVFRGNqWUNCQ0FFSUFWcUlnTWdBa0VCY2pZQ0JDQUNJQU5xSUFJMkFnQWdBa0gvQVUwRVFDQUNRUU4ySWdGQkEzUkIzTUFBYWlFQUFuOUJ0TUFBS0FJQUlnSkJBU0FCZENJQmNVVUVRRUcwd0FBZ0FTQUNjallDQUNBQURBRUxJQUFvQWdnTElRRWdBQ0FETmdJSUlBRWdBellDRENBRElBQTJBZ3dnQXlBQk5nSUlEQUVMSUFNQ2YwRUFJQUpCQ0hZaUFFVU5BQnBCSHlBQ1FmLy8vd2RMRFFBYUlBQWdBRUdBL2o5cVFSQjJRUWh4SWdCMElnRWdBVUdBNEI5cVFSQjJRUVJ4SWdGMElnVWdCVUdBZ0E5cVFSQjJRUUp4SWdWMFFROTJJQUFnQVhJZ0JYSnJJZ0JCQVhRZ0FpQUFRUlZxZGtFQmNYSkJIR29MSWdBMkFod2dBMElBTndJUUlBQkJBblJCNU1JQWFpRUJBa0FDUUNBSFFRRWdBSFFpQlhGRkJFQkJ1TUFBSUFVZ0IzSTJBZ0FnQVNBRE5nSUFEQUVMSUFKQkFFRVpJQUJCQVhacklBQkJIMFliZENFQUlBRW9BZ0FoQlFOQUlBVWlBU2dDQkVGNGNTQUNSZzBDSUFCQkhYWWhCU0FBUVFGMElRQWdBU0FGUVFSeGFpSUdLQUlRSWdVTkFBc2dCaUFETmdJUUN5QURJQUUyQWhnZ0F5QUROZ0lNSUFNZ0F6WUNDQXdCQ3lBQktBSUlJZ0FnQXpZQ0RDQUJJQU0yQWdnZ0EwRUFOZ0lZSUFNZ0FUWUNEQ0FESUFBMkFnZ0xJQVJCQ0dvaEFBd0JDd0pBSUFsRkRRQUNRQ0FCS0FJY0lnQkJBblJCNU1JQWFpSUNLQUlBSUFGR0JFQWdBaUFFTmdJQUlBUU5BVUc0d0FBZ0NrRitJQUIzY1RZQ0FBd0NDeUFKUVJCQkZDQUpLQUlRSUFGR0cyb2dCRFlDQUNBRVJRMEJDeUFFSUFrMkFoZ2dBU2dDRUNJQUJFQWdCQ0FBTmdJUUlBQWdCRFlDR0FzZ0FTZ0NGQ0lBUlEwQUlBUWdBRFlDRkNBQUlBUTJBaGdMQWtBZ0EwRVBUUVJBSUFFZ0F5QUZhaUlBUVFOeU5nSUVJQUFnQVdvaUFDQUFLQUlFUVFGeU5nSUVEQUVMSUFFZ0JVRURjallDQkNBQklBVnFJZ1FnQTBFQmNqWUNCQ0FESUFScUlBTTJBZ0FnQ0FSQUlBaEJBM1lpQlVFRGRFSGN3QUJxSVFCQnlNQUFLQUlBSVFJQ2YwRUJJQVYwSWdVZ0JuRkZCRUJCdE1BQUlBVWdCbkkyQWdBZ0FBd0JDeUFBS0FJSUN5RUZJQUFnQWpZQ0NDQUZJQUkyQWd3Z0FpQUFOZ0lNSUFJZ0JUWUNDQXRCeU1BQUlBUTJBZ0JCdk1BQUlBTTJBZ0FMSUFGQkNHb2hBQXNnQzBFUWFpUUFJQUFMUkFFQmZ5QUFJQUFvQWhBZ0FXb2lBVFlDRUNBQUlBRkJCM0UyQWdoQmZ5RUNJQUVnQUNnQ0RFRURkRTBFZnlBQUlBQW9BZ0FnQVVFRGRtbzJBZ1JCQUFWQmZ3c0w1UWNCQ0g4Z0FDQUVRUUFnQm1zZ0FpQUNJQVpxUVFCSUd5SUNJQUlnQkVvYklnSnFJQUFnQWtFQVNoc2lDU0FGUVFBZ0Iyc2dBeUFESUFkcVFRQklHeUlBSUFBZ0JVb2JJZ0FnQkd4cUlBa2dBRUVBU2hzaEF5QUhRUUFnQUdzZ0FFRWZkWEVpQ1dzZ0FDQUhhaUlBSUFWcklneEJBQ0FBSUFWS0d5SVBheUVMSUFaQkFDQUNheUlPSUFKQkgzVnhJZzFySUFJZ0Jtb2lBQ0FFYTBFQUlBQWdCRW9pQlJzaUNtc2hBQUpBSUFKQkFFZ2dCWElpRUVVRVFDQUpCRUFEUUNBQklBTWdBQkFWSUFocUlRRWdDVUYvYWlJSkRRQUxDeUFMUlEwQkEwQWdBU0FESUFBUUZTQUlhaUVCSUFNZ0JHb2hBeUFMUVg5cUlnc05BQXNNQVFzQ1FDQUpSUTBBSUExRkJFQURRQ0FBSVFjZ0FTRUNJQU1oQlNBQUJFQURRQ0FDSUFVdEFBQTZBQUFnQWtFQmFpRUNJQVZCQVdvaEJTQUhRWDlxSWdjTkFBc0xJQW9FUUNBQ0lBVkJmMm90QUFBZ0NoQUhHZ3NnQVNBSWFpRUJJQWxCZjJvaUNRMEFEQUlBQ3dBTElBRWdEbW9oQmdOQUlBRWdBeTBBQUNBTkVBY2hBU0FBSVFjZ0JpRUNJQU1oQlNBQUJFQURRQ0FDSUFVdEFBQTZBQUFnQWtFQmFpRUNJQVZCQVdvaEJTQUhRWDlxSWdjTkFBc0xJQW9FUUNBQ0lBVkJmMm90QUFBZ0NoQUhHZ3NnQmlBSWFpRUdJQUVnQ0dvaEFTQUpRWDlxSWdrTkFBc0xJQXRGRFFBZ0RVVUVRQU5BSUFBaEJ5QUJJUUlnQXlFRklBQUVRQU5BSUFJZ0JTMEFBRG9BQUNBQ1FRRnFJUUlnQlVFQmFpRUZJQWRCZjJvaUJ3MEFDd3NnQ2dSQUlBSWdCVUYvYWkwQUFDQUtFQWNhQ3lBQklBaHFJUUVnQXlBRWFpRURJQXRCZjJvaUN3MEFEQUlBQ3dBTElBRWdEbW9oQ1FOQUlBRWdBeTBBQUNBTkVBY2hBU0FBSVFjZ0NTRUNJQU1oQlNBQUJFQURRQ0FDSUFVdEFBQTZBQUFnQWtFQmFpRUNJQVZCQVdvaEJTQUhRWDlxSWdjTkFBc0xJQW9FUUNBQ0lBVkJmMm90QUFBZ0NoQUhHZ3NnQ0NBSmFpRUpJQUVnQ0dvaEFTQURJQVJxSVFNZ0MwRi9haUlMRFFBTEN3SkFJQTlGRFFBZ0F5QUVheUVESUJCRkJFQURRQ0FCSUFNZ0FCQVZJQWhxSVFFZ0RFRi9haUlNRFFBTUFnQUxBQXNnRFVVRVFBTkFJQU1oQWlBQklRVWdBQ0VISUFBRVFBTkFJQVVnQWkwQUFEb0FBQ0FGUVFGcUlRVWdBa0VCYWlFQ0lBZEJmMm9pQncwQUN3c2dDZ1JBSUFVZ0FrRi9haTBBQUNBS0VBY2FDeUFCSUFocUlRRWdERUYvYWlJTURRQU1BZ0FMQUFzZ0FTQU9haUVKQTBBZ0FTQURMUUFBSUEwUUJ5RUJJQUFoQnlBSklRSWdBeUVGSUFBRVFBTkFJQUlnQlMwQUFEb0FBQ0FDUVFGcUlRSWdCVUVCYWlFRklBZEJmMm9pQncwQUN3c2dDZ1JBSUFJZ0JVRi9haTBBQUNBS0VBY2FDeUFJSUFscUlRa2dBU0FJYWlFQklBeEJmMm9pREEwQUN3c0w5QUlCQTM4Z0FVRURkRUh3Tm1vaUF5Z0NBQ0VGSUFNdEFBUWhBeUFCUVFOMFFiQTFhaUlCTFFBRUlRUUNRQ0FCS0FJQVFRUkdCRUFnQWlBRVFRRjBhaTRCQUNFQklBVkJCRVlFUUNBQklBSWdBMEVCZEdvdUFRQnFRUUZxUVFGMUR3c0NmeUFBS0FMTUFTSUNCRUFnQUNnQ0JDQUNLQUlFUmd3QkMwRUFDMFVOQVNBQklBQW9Bc3dCSUFOQkFYUnFMZ0VjYWtFQmFrRUJkUThMSUFWQkJFWUVRQ0FDSUFOQkFYUnFMZ0VBSVFFQ2Z5QUFLQUxJQVNJQ0JFQWdBQ2dDQkNBQ0tBSUVSZ3dCQzBFQUMwVU5BU0FCSUFBb0FzZ0JJQVJCQVhScUxnRWNha0VCYWtFQmRROExBbjhDZnlBQUtBTElBU0lCQkVBZ0FDZ0NCQ0FCS0FJRVJnd0JDMEVBQzBVRVFFRUFJUUpCQUF3QkMwRUJJUUlnQUNnQ3lBRWdCRUVCZEdvdUFSd0xJUUVDZnlBQUtBTE1BU0lFQkVBZ0FDZ0NCQ0FFS0FJRVJnd0JDMEVBQzBVTkFDQUFLQUxNQVNBRFFRRjBhaTRCSENFQUlBSkZCRUFnQUE4TElBQWdBV3BCQVdwQkFYVWhBUXNnQVF1SkJ3RUhmeUFESUFWcUlnMGdBUzRCQUNJTVFRSjFhaUVESUFRZ0Jtb2lEaUFCTGdFQ0lnOUJBblZxSVFRZ0FpZ0NDRUVFZENFSklBSW9BZ1JCQkhRaENpQUFJQVpCQkhScUlBVnFJUXNDUUNBTVFRTnhRUVIwSUE5QkEzRkJBblJ5UWRBN2FpZ0NBQ0lNUVE1TkJFQUNRQUpBQWtBQ1FBSkFBa0FDUUFKQUFrQUNRQUpBQWtBQ1FBSkFBa0FnREVFQmF3NE9BUUlEQkFVR0J3Z0pDZ3NNRFE0QUN5QUNLQUlBSUFzZ0F5QUVJQW9nQ1NBSElBaEJFQkFNREE4TElBSW9BZ0FnQ3lBRElBUkJmbW9nQ2lBSklBY2dDRUVBRUNRTURnc2dBaWdDQUNBTElBTWdCRUYrYWlBS0lBa2dCeUFJRUVjTURRc2dBaWdDQUNBTElBTWdCRUYrYWlBS0lBa2dCeUFJUVFFUUpBd01DeUFDS0FJQUlBc2dBMEYrYWlBRUlBb2dDU0FISUFoQkFCQWpEQXNMSUFJb0FnQWdDeUFEUVg1cUlBUkJmbW9nQ2lBSklBY2dDRUVBRUJvTUNnc2dBaWdDQUNBTElBTkJmbW9nQkVGK2FpQUtJQWtnQnlBSVFRQVFJUXdKQ3lBQ0tBSUFJQXNnQTBGK2FpQUVRWDVxSUFvZ0NTQUhJQWhCQWhBYURBZ0xJQUlvQWdBZ0N5QURRWDVxSUFRZ0NpQUpJQWNnQ0JCR0RBY0xJQUlvQWdBZ0N5QURRWDVxSUFSQmZtb2dDaUFKSUFjZ0NFRUFFQ0lNQmdzZ0FpZ0NBQ0FMSUFOQmZtb2dCRUYrYWlBS0lBa2dCeUFJRUVVTUJRc2dBaWdDQUNBTElBTkJmbW9nQkVGK2FpQUtJQWtnQnlBSVFRRVFJZ3dFQ3lBQ0tBSUFJQXNnQTBGK2FpQUVJQW9nQ1NBSElBaEJBUkFqREFNTElBSW9BZ0FnQ3lBRFFYNXFJQVJCZm1vZ0NpQUpJQWNnQ0VFQkVCb01BZ3NnQWlnQ0FDQUxJQU5CZm1vZ0JFRithaUFLSUFrZ0J5QUlRUUVRSVF3QkN5QUNLQUlBSUFzZ0EwRithaUFFUVg1cUlBb2dDU0FISUFoQkF4QWFDeUFOUVFGMklBRXVBUUFpQ1VFRGRXb2hBeUFPUVFGMklBRXVBUUlpQVVFRGRXb2hCQ0FDS0FJQUlBSW9BZ1FpQ2lBQ0tBSUlJZ3RzUVFoMGFpRUNJQUFnQmtFQ2RFRjRjV29nQlVFQmRtcEJnQUpxSVFVZ0NFRUJkaUVHSUFkQkFYWWhCeUFCUVFkeElRZ2dDMEVEZENFQUlBcEJBM1FoQVFKQUlBbEJCM0VpQ1VVTkFDQUlSUTBBSUFJZ0JTQURJQVFnQVNBQUlBa2dDQ0FISUFZUVNBOExJQWtFUUNBQ0lBVWdBeUFFSUFFZ0FDQUpJQWNnQmhCTER3c2dDQVJBSUFJZ0JTQURJQVFnQVNBQUlBZ2dCeUFHRUVvUEN5QUNJQVVnQXlBRUlBRWdBQ0FISUFaQkNCQU1JQUlnQUNBQmJHb2dCVUZBYXlBRElBUWdBU0FBSUFjZ0JrRUlFQXdMeHdFQkJIOGdBQ2dDQkNFQ0FrQWdBQ2dDREVFRGRDQUFLQUlRYXlJRFFTQk9CRUFnQWlnQUFDSUJRUmgwSUFGQkNIUkJnSUQ4QjNGeUlBRkJDSFpCZ1A0RGNTQUJRUmgyY25JaEFTQUFLQUlJSWdCRkRRRWdBU0FBZENBQ0xRQUVRUWdnQUd0MmNnOExJQU5CQVVnRVFFRUFEd3NnQWkwQUFDQUFLQUlJSWdCQkdHb2lCSFFoQVNBQUlBTnFRWGhxSWdCQkFVZ05BQU5BSUFJdEFBRWdCRUY0YWlJRWRDQUJjaUVCSUFCQkNFb2hBeUFDUVFGcUlRSWdBRUY0YWlFQUlBTU5BQXNMSUFFTGpBUUJCMzhDUUNBQVFYOXFJZ2d0QUFBaUJTQUFMUUFBSWdacklnUWdCRUVmZFNJRWFpQUVjeUFDS0FJRVR3MEFJQUJCZm1vdEFBQWlCQ0FGYXlJSElBZEJIM1VpQjJvZ0IzTWdBaWdDQ0NJSlR3MEFJQUF0QUFFaUJ5QUdheUlLSUFwQkgzVWlDbW9nQ25NZ0NVOE5BQ0FCUVFOTkJFQWdDQ0FGSUFFZ0FpZ0NBR3BCZjJvdEFBQWlDRUYvY3lJSklBaEJBV29pQ0NBR0lBVnJRUUowSUFkcklBUnFRUVJxUVFOMUlnVWdCU0FJU2hzZ0JTQUpTQnNpQldwQnNDNXFMUUFBT2dBQUlBQWdCaUFGYTBHd0xtb3RBQUE2QUFBTUFRc2dDQ0FGSUFkcUlBUkJBWFJxUVFKcVFRSjJPZ0FBSUFBZ0JpQUhRUUYwYWlBRWFrRUNha0VDZGpvQUFBc0NRQ0FBSUFOcUlnQkJmMm9pQnkwQUFDSURJQUF0QUFBaUJXc2lCaUFHUVI5MUlnWnFJQVp6SUFJb0FnUlBEUUFnQUVGK2FpMEFBQ0lHSUFOcklnUWdCRUVmZFNJRWFpQUVjeUFDS0FJSUlnaFBEUUFnQUMwQUFTSUVJQVZySWdrZ0NVRWZkU0lKYWlBSmN5QUlUdzBBSUFGQkEwMEVRQ0FISUFFZ0FpZ0NBR3BCZjJvdEFBQWlBVUYvY3lJQ0lBRkJBV29pQnlBRklBTnJRUUowSUFScklBWnFRUVJxUVFOMUlnRWdBU0FIU2hzZ0FTQUNTQnNpQVNBRGFrR3dMbW90QUFBNkFBQWdBQ0FGSUFGclFiQXVhaTBBQURvQUFBOExJQWNnQXlBRWFpQUdRUUYwYWtFQ2FrRUNkam9BQUNBQUlBVWdCRUVCZEdvZ0JtcEJBbXBCQW5ZNkFBQUxDMGNBQWtBZ0FVRUVUUVJBQWtBQ1FBSkFBa0FnQVVFQmF3NEVBUUlEQlFBTElBQW9Bc2dCRHdzZ0FDZ0N6QUVQQ3lBQUtBTFFBUThMSUFBb0F0UUJEd3RCQUNFQUN5QUFDNlVEQVF0L1FRQWdBMnNpQzBFQmRDRUVJQUVnQWlnQ0FHcEJmMm90QUFBaUFVRUJhaUVKSUFGQmYzTWhDZ0pBSUFBZ0Eyc2lCeTBBQUNJRklBQXRBQUFpQm1zaUFTQUJRUjkxSWdGcUlBRnpJQUlvQWdRaUFVOE5BQ0FBSUFScUxRQUFJZzBnQldzaUNDQUlRUjkxSWdocUlBaHpJQUlvQWdnaUNFOE5BQ0FBSUFOcUxRQUFJZzRnQm1zaURDQU1RUjkxSWd4cUlBeHpJQWhQRFFBZ0J5QUtJQWtnQmlBRmEwRUNkQ0FPYXlBTmFrRUVha0VEZFNJQklBRWdDVW9iSUFFZ0NrZ2JJZ0VnQldwQnNDNXFMUUFBT2dBQUlBQWdCaUFCYTBHd0xtb3RBQUE2QUFBZ0FpZ0NCQ0VCQ3dKQUlBQkJBV29pQlNBTGFpSUxMUUFBSWdZZ0FDMEFBU0lBYXlJSElBZEJIM1VpQjJvZ0IzTWdBVThOQUNBRUlBVnFMUUFBSWdFZ0Jtc2lCQ0FFUVI5MUlnUnFJQVJ6SUFJb0FnZ2lBazhOQUNBRElBVnFMUUFBSWdNZ0FHc2lCQ0FFUVI5MUlnUnFJQVJ6SUFKUERRQWdDeUFLSUFrZ0FDQUdhMEVDZENBRGF5QUJha0VFYWtFRGRTSUJJQUVnQ1VvYklBRWdDa2diSWdFZ0JtcEJzQzVxTFFBQU9nQUFJQVVnQUNBQmEwR3dMbW90QUFBNkFBQUxDMFFCQW44L0FDRUJBa0JCc01RQUtBSUFJZ0lnQUVFRGFrRjhjV29pQUNBQlFSQjBUUTBBSUFBUUFRMEFRYkRBQUVFd05nSUFRWDhQQzBHd3hBQWdBRFlDQUNBQ0N6UUJBWDhDUUNBQlFSQkxEUUFnQUNnQ0JDQUJRUUowYWlnQ0FDSUFSUTBBSUFBb0FoUkJBa2tOQUNBQUtBSUFJUUlMSUFJTGdnUUJBMzhnQWtHQUJFOEVRQ0FBSUFFZ0FoQUFHaUFBRHdzZ0FDQUNhaUVEQWtBZ0FDQUJjMEVEY1VVRVFBSkFJQUpCQVVnRVFDQUFJUUlNQVFzZ0FFRURjVVVFUUNBQUlRSU1BUXNnQUNFQ0EwQWdBaUFCTFFBQU9nQUFJQUZCQVdvaEFTQUNRUUZxSWdJZ0EwOE5BU0FDUVFOeERRQUxDd0pBSUFOQmZIRWlCRUhBQUVrTkFDQUNJQVJCUUdvaUJVc05BQU5BSUFJZ0FTZ0NBRFlDQUNBQ0lBRW9BZ1EyQWdRZ0FpQUJLQUlJTmdJSUlBSWdBU2dDRERZQ0RDQUNJQUVvQWhBMkFoQWdBaUFCS0FJVU5nSVVJQUlnQVNnQ0dEWUNHQ0FDSUFFb0FodzJBaHdnQWlBQktBSWdOZ0lnSUFJZ0FTZ0NKRFlDSkNBQ0lBRW9BaWcyQWlnZ0FpQUJLQUlzTmdJc0lBSWdBU2dDTURZQ01DQUNJQUVvQWpRMkFqUWdBaUFCS0FJNE5nSTRJQUlnQVNnQ1BEWUNQQ0FCUVVCcklRRWdBa0ZBYXlJQ0lBVk5EUUFMQ3lBQ0lBUlBEUUVEUUNBQ0lBRW9BZ0EyQWdBZ0FVRUVhaUVCSUFKQkJHb2lBaUFFU1EwQUN3d0JDeUFEUVFSSkJFQWdBQ0VDREFFTElBTkJmR29pQkNBQVNRUkFJQUFoQWd3QkN5QUFJUUlEUUNBQ0lBRXRBQUE2QUFBZ0FpQUJMUUFCT2dBQklBSWdBUzBBQWpvQUFpQUNJQUV0QUFNNkFBTWdBVUVFYWlFQklBSkJCR29pQWlBRVRRMEFDd3NnQWlBRFNRUkFBMEFnQWlBQkxRQUFPZ0FBSUFGQkFXb2hBU0FDUVFGcUlnSWdBMGNOQUFzTElBQUx3UmdCSUg4akFFSFFBMnNpQmlRQUlBRW9BZ2doRkNBQklBRW9BZ1FpQ2lBQ2JDSWFJQU5xRUIwZ0FTZ0NBQ0VKSUFCQkFEWUNDQ0FBUWlnM0FoUWdBRUlBTndJTUlBQkJCallDQUNBRFFRUjBJUWNDUUFKQUFrQWdCRUYrYWlJRVFRVkxEUUFDUUNBRVFRRnJEZ1FCQVFFQkFBc01BUXNnQmtFQU5nSU1JQVlnRkRZQ0dDQUdJQW8yQWhRZ0JpQUZOZ0lRSUFVRVFDQUdRZEFBYWlBR1FReHFJQVpCRUdvZ0J5QUNRUVIwUVFCQkFFRVFRUkFRRGd3Q0N3c2dCa0hRQUdwQkFFR0FBeEFIR2lBSklCcEJDSFJxSUFkcUlRd2dCa0lBTndOSUlBWkJRR3RDQURjREFDQUdRZ0EzQXpnZ0JrSUFOd013SUFaQ0FEY0RLQ0FHUWdBM0F5QWdCa0lBTndNWUlBWkNBRGNERUVFQUlRa0NmMEVBSUFKRkRRQWFRUUFnQUVFQUlBcHJRZGdCYkdvb0FzUUJSUTBBR2lBR0lBd2dDa0VFZEdzaUJDMEFCU0FFTFFBRWFpQUVMUUFHYWlBRUxRQUhhaUlYSUFRdEFBTWdCQzBBQWlBRUxRQUJJQVF0QUFCcWFtb2lGbW9pQlNBRUxRQUxJQVF0QUFvZ0JDMEFDU0FFTFFBSWFtcHFJaEpySUFRdEFBOGdCQzBBRGlBRUxRQU5JQVF0QUF4cWFtb2lFMnNpQ0RZQ0ZDQUdJQVVnRW1vZ0Uyb2lDVFlDRUVFQkN5RUZBbjhDUUNBQ0lCUkJmMnBIQkVBZ0FDQUtRZGdCYkdvb0FzUUJEUUVMSUFVTUFRc2dCaUFNSUFwQkNIUnFJZ0l0QUFVZ0FpMEFCR29nQWkwQUJtb2dBaTBBQjJvaUhpQUNMUUFESUFJdEFBSWdBaTBBQVNBQ0xRQUFhbXBxSWg5cUlnUWdBaTBBQ3lBQ0xRQUtJQUl0QUFrZ0FpMEFDR3BxYWlJWWF5QUNMUUFQSUFJdEFBNGdBaTBBRFNBQ0xRQU1hbXBxSWhscklBaHFJZ2cyQWhRZ0JpQUVJQmhxSUFscUlCbHFJZ2syQWhCQkFTRVFJQVZCQVdvTElRZEJBQ0VFQW44Q1FDQURSUTBBSUFCQmJHb29BZ0JGRFFBZ0JpQU1RWDlxSWdJZ0NrRUdkQ0lPYWlJRUlBcEJCSFFpQzJvdEFBQWdCQzBBQUdvZ0JDQUtRUVYwSWc5cUxRQUFhaUFFSUFwQk1Hd2lEV290QUFCcUloc2dBaUFOYWkwQUFDQUNJQTlxTFFBQUlBSWdDMm90QUFBZ0FpMEFBR3BxYWlJY2FpSVJJQVFnRG1vaUFpQUxhaTBBQUNBQ0xRQUFhaUFDSUE5cUxRQUFhaUFDSUExcUxRQUFhaUlWYXlBQ0lBNXFJZ0lnQzJvdEFBQWdBaTBBQUdvZ0FpQVBhaTBBQUdvZ0FpQU5haTBBQUdvaUQyc2lCRFlDSUNBR0lCRWdGV29nQ1dvZ0Qyb2lDVFlDRUNBSFFRRnFJUXRCQVF3QkN5QUhJUXRCQUFzaEFnSkFBa0FDUUFKQUFrQUNRQ0FESUFwQmYycEhCRUFnQUNnQ25BTU5BUXRCQUNFT0lBSkJBRWNoRVNBSERRRU1BZ3NnQmlBRUlBeEJFR29pQkNBS1FRWjBJaDFxSWdBZ0NrRUVkQ0lOYWkwQUFDQUFMUUFBYWlBQUlBcEJCWFFpRG1vdEFBQnFJQUFnQ2tFd2JDSVJhaTBBQUdvaUlDQUVJQkZxTFFBQUlBUWdEbW90QUFBZ0JDQU5haTBBQUNBTUxRQVFhbXBxSWlGcUlpSWdBQ0FkYWlJQUlBMXFMUUFBSUFBdEFBQnFJQUFnRG1vdEFBQnFJQUFnRVdvdEFBQnFJZ3hySUFBZ0hXb2lBQ0FOYWkwQUFDQUFMUUFBYWlBQUlBNXFMUUFBYWlBQUlCRnFMUUFBYWlJTmEyb2lCRFlDSUNBR0lBd2dJbW9nQ1dvZ0RXb2lDVFlDRUNBQ1FRQkhJUkZCQVNFT0lBSkJBV29oQUNBTFFRRnFJUXNDUUNBSERRQWdBa1VOQUNBR0lCc2dIR29nRldvZ0Qyb2dJV3NnSUdzZ0RHc2dEV3RCQlhVaUNEWUNGQXdEQ3lBSFJRMENJQUFoQWdzZ0JpQUlJQWRCQTJwMUlnZzJBaFFMQWtBZ0VFVU5BQ0FGUlEwQUlBSU5BQ0FHSUJZZ0Yyb2dFbW9nRTJvZ0dXc2dHR3NnSG1zZ0gydEJCWFVpQkRZQ0lFRUJJUkJCQVNFTkRBTUxJQkJCQUVjaEVDQUZRUUJISVEwZ0FrVU5BZ3dCQ3lBUVFRQkhJUkFnQlVFQVJ5RU5JQUFoQWdzZ0JpQUVJQUpCQTJwMUlnUTJBaUFMSUFZQ2Z5QUxRWDlxSWdCQkFrMEVRQUpBQWtBQ1FDQUFRUUZyRGdJQkFnQUxJQWxCQkhZTUF3c2dDVUVGZGd3Q0N5QUpRUlZzUVFwMURBRUxJQWxCQm5ZTElnQTJBaEFDUUNBRUlBaHlSUVJBSUFZZ0FEWUNTQ0FHSUFBMkFrd2dCaUFBTmdKRUlBWWdBRFlDUUNBR0lBQTJBandnQmlBQU5nSTRJQVlnQURZQ05DQUdJQUEyQWpBZ0JpQUFOZ0lzSUFZZ0FEWUNLQ0FHSUFBMkFpUWdCaUFBTmdJZ0lBWWdBRFlDSENBR0lBQTJBaGdnQmlBQU5nSVVEQUVMSUFZZ0FDQUlhaUlGSUFSck5nSkFJQVlnQlNBRVFRRjFJZ0pyTmdJd0lBWWdBaUFGYWpZQ0lDQUdJQVFnQldvMkFoQWdCaUFBSUFocklnVWdCR3MyQWt3Z0JpQUZJQUpyTmdJOElBWWdBaUFGYWpZQ0xDQUdJQVFnQldvMkFod2dCaUFBSUFoQkFYVWlCMm9pQlNBRWF6WUNSQ0FHSUFVZ0FtczJBalFnQmlBQ0lBVnFOZ0lrSUFZZ0JDQUZhallDRkNBR0lBQWdCMnNpQUNBRWF6WUNTQ0FHSUFBZ0FtczJBamdnQmlBQUlBSnFOZ0lvSUFZZ0FDQUVhallDR0FzZ0JrSFFBR29oQ0NBR1FSQnFJUUJCQUNFRUEwQWdDQ0FBSUFSQkRIRnFLQUlBSWdKQi93RWdBa0gvQVVnYklnSkJBQ0FDUVFCS0d6b0FBQ0FBSUFCQkVHb2dCRUVCYWlJRVFUOXhHeUVBSUFoQkFXb2hDQ0FFUVlBQ1J3MEFDeUFCS0FJQUlBb2dGR3dpQUVFSWRHb2dHa0VHZEdvZ0EwRURkR29oQXlBS1FRUjBJUXdnQ2tFR2RDRWFJQUJCQm5RaEhVRUFJQXBCQTNRaUMyc2hJQ0FHUWRBQ2FpRWhJQVpCUUdzaElrRUFJUVVEUUNBR1FnQTNBMGdnSWtJQU53TUFJQVpDQURjRE9DQUdRZ0EzQXpBZ0JrSUFOd01vSUFaQ0FEY0RJQ0FHUWdBM0F4Z2dCa0lBTndNUVFRQWhDRUVBSVFSQkFDRUpJQTBFUUNBR0lBTWdJR29pQUMwQUF5QUFMUUFDYWlJWElBQXRBQUVnQUMwQUFHb2lGbW9pQWlBQUxRQUZJQUF0QUFScUloSnJJQUF0QUFjZ0FDMEFCbW9pRTJzaUNEWUNGQ0FHSUFJZ0Vtb2dFMm9pQkRZQ0VFRUJJUWtMSUJBRVFDQUdJQU1nR21vaUFDMEFBeUFBTFFBQ2FpSWVJQUF0QUFFZ0FDMEFBR29pSDJvaUFpQUFMUUFGSUFBdEFBUnFJaGhySUFBdEFBY2dBQzBBQm1vaUdXc2dDR29pQ0RZQ0ZDQUdJQUlnR0dvZ0JHb2dHV29pQkRZQ0VDQUpRUUZxSVFrTFFRQWhBQUovSUJGRkJFQWdDU0VIUVFBTUFRc2dCaUFEUVg5cUlnQWdER29pQWlBTGFpMEFBQ0FDTFFBQWFpSWJJQUFnQzJvdEFBQWdBQzBBQUdvaUhHb2lCeUFDSUF4cUlnQWdDMm90QUFBZ0FDMEFBR29pRldzZ0FDQU1haUlBSUF0cUxRQUFJQUF0QUFCcUlnOXJJZ0EyQWlBZ0JpQUhJQlZxSUFScUlBOXFJZ1EyQWhBZ0NVRUJhaUVIUVFFTElRSUNRQ0FHQW44Q1FBSkFBa0FnRGtVRVFDQUpEUUVNQWdzZ0JpQUFJQU5CQ0dvaUNpQU1haUlBSUF0cUxRQUFJQUF0QUFCcUlpTWdDaUFMYWkwQUFDQURMUUFJYWlJa2FpSWxJQUFnREdvaUFDQUxhaTBBQUNBQUxRQUFhaUlLYXlBQUlBeHFJZ0FnQzJvdEFBQWdBQzBBQUdvaUZHdHFJZ0EyQWlBZ0JpQUtJQ1ZxSUFScUlCUnFJZ1EyQWhBZ0FrRUJhaUVDSUFkQkFXb2hCeUFSUVFGeklBbEJBRWR5UlFSQUlBWWdHeUFjYWlBVmFpQVBhaUFrYXlBamF5QUtheUFVYTBFRWRTSUlOZ0lVREFNTElBbEZEUUlMSUFZZ0NDQUpRUUpxZFNJSU5nSVVDeUFXSUJkcUlCSnFJQk5xSUJscklCaHJJQjVySUI5clFRUjFJQkFnRFNBQ1JYRnhRUUZHRFFFYUlBSkZEUUlMSUFBZ0FrRUNhblVMSWdBMkFpQUxJQVlDZnlBSFFYOXFJZ0pCQWswRVFBSkFBa0FDUUNBQ1FRRnJEZ0lCQWdBTElBUkJBM1lNQXdzZ0JFRUVkZ3dDQ3lBRVFSVnNRUWwyREFFTElBUkJCWFlMSWdRMkFoQUNRQ0FBSUFoeVJRUkFJQVlnQkRZQ1NDQUdJQVEyQWt3Z0JpQUVOZ0pFSUFZZ0JEWUNRQ0FHSUFRMkFqd2dCaUFFTmdJNElBWWdCRFlDTkNBR0lBUTJBakFnQmlBRU5nSXNJQVlnQkRZQ0tDQUdJQVEyQWlRZ0JpQUVOZ0lnSUFZZ0JEWUNIQ0FHSUFRMkFoZ2dCaUFFTmdJVURBRUxJQVlnQkNBSWFpSUhJQUJyTmdKQUlBWWdCeUFBUVFGMUlnSnJOZ0l3SUFZZ0FpQUhhallDSUNBR0lBQWdCMm8yQWhBZ0JpQUVJQWhySWdjZ0FHczJBa3dnQmlBSElBSnJOZ0k4SUFZZ0FpQUhhallDTENBR0lBQWdCMm8yQWh3Z0JpQUVJQWhCQVhVaUNXb2lCeUFBYXpZQ1JDQUdJQWNnQW1zMkFqUWdCaUFDSUFkcU5nSWtJQVlnQUNBSGFqWUNGQ0FHSUFRZ0NXc2lCQ0FBYXpZQ1NDQUdJQVFnQW1zMkFqZ2dCaUFDSUFScU5nSW9JQVlnQUNBRWFqWUNHQXNnSVNBRlFRWjBhaUVJUVFBaEFDQUdRUkJxSVFRRFFDQUlJQVFnQUVFQmRFRU1jV29vQWdBaUFrSC9BU0FDUWY4QlNCc2lBa0VBSUFKQkFFb2JPZ0FBSUFRZ0JFRVFhaUFBUVFGcUlnQkJEM0ViSVFRZ0NFRUJhaUVJSUFCQndBQkhEUUFMSUFNZ0hXb2hBeUFGUVFGcUlnVkJBa2NOQUFzTElBRWdCa0hRQUdvUUd5QUdRZEFEYWlRQUN6WUFJQUlFUUNBQUlBRVFBZzhMUVFFaEFpQUJJQUJCQVJBRElnQTJBZ0FnQUVGL1J3Ui9JQUVnQUVFQmN6WUNBRUVBQlVFQkN3dk1Bd0VTZnlBRFFRRjBJUThnQTBGOWJDRVFRUUFnQTJzaUVVRUJkQ0VTSUFFZ0FpZ0NBR3BCZjJvdEFBQWlCMEVCYWlFVFFRQWdCMnNoQ2tFRUlRRURRQUpBSUFBZ0VXb2lGQzBBQUNJRklBQXRBQUFpQ0dzaUJDQUVRUjkxSWdScUlBUnpJQUlvQWdSUERRQWdBQ0FTYWlJTExRQUFJZ3dnQldzaUJDQUVRUjkxSWdScUlBUnpJQUlvQWdnaUJrOE5BQ0FBSUFOcUloVXRBQUFpRFNBSWF5SUVJQVJCSDNVaUJHb2dCSE1nQms4TkFDQUhJUVFnQUNBUWFpMEFBQ0lKSUFWcklnNGdEa0VmZFNJT2FpQU9jeUFHU1FSQUlBc2dEQ0FLSUFjZ0JTQUlha0VCYWtFQmRpQU1RUUYwYXlBSmFrRUJkU0lFSUFRZ0Iwb2JJQVFnQ2tnYmFqb0FBQ0FDS0FJSUlRWWdFeUVFQ3lBVUlBVUNmeUFBSUE5cUxRQUFJZ3NnQ0dzaUNTQUpRUjkxSWdscUlBbHpJQVpKQkVBZ0ZTQU5JQW9nQnlBRklBaHFRUUZxUVFGMklBMUJBWFJySUF0cVFRRjFJZ1lnQmlBSFNoc2dCaUFLU0J0cU9nQUFJQVJCQVdvaEJBdEJBQ0FFYXlJR0N5QUVJQWdnQld0QkFuUWdEV3NnREdwQkJHcEJBM1VpQlNBRklBUktHeUFGSUFaSUd5SUVha0d3TG1vdEFBQTZBQUFnQUNBSUlBUnJRYkF1YWkwQUFEb0FBQXNnQUVFQmFpRUFJQUZCZjJvaUFRMEFDd3Y3QmdFT2Z5QUNLQUlJSVFvZ0FpZ0NCQ0VQQWtBZ0FVRUVUd1JBSUE5QkFuWkJBbW9oRUVFRUlRSURRQUpBSUFCQmYyb2lCUzBBQUNJSElBQXRBQUFpQ0dzaUFTQUJRUjkxSWdGcUlBRnpJZzBnRDA4TkFDQUFRWDVxSWc0dEFBQWlBU0FIYXlJRUlBUkJIM1VpQkdvZ0JITWdDazhOQUNBQUxRQUJJZ2tnQ0dzaUJDQUVRUjkxSWdScUlBUnpJQXBQRFFBQ1FDQU5JQkJKQkVBZ0FDMEFBaUVMQW44Z0FFRjlhaUlOTFFBQUlnUWdCMnNpQmlBR1FSOTFJZ1pxSUFaeklBcEpCRUJCQXlFR0lBVWdDU0FISUFocUlBRnFJZ1ZCQVhScUlBUnFRUVJxUVFOMk9nQUFJQTRnQkNBRmFrRUNha0VDZGpvQUFDQUVRUU5zSVE0Z0JVRUVhaUVNSUFCQmZHb3RBQUFNQVFzZ0J5QUphaUVNUVFJaERrRUNJUVlnQlNFTklBRUxJUVFnRFNBTUlBNXFJQVJCQVhScUlBWjJPZ0FBSUFzZ0NHc2lCU0FGUVI5MUlnVnFJQVZ6SUFwUERRRWdBQ0FISUFscUlBaHFJZ1VnQzJwQkFtcEJBblk2QUFFZ0FDQUZJQXRCQTJ4cUlBQXRBQU5CQVhScVFRUnFRUU4yT2dBQ0lBQWdBU0FGUVFGMGFpQUxha0VFYWtFRGRqb0FBQXdDQ3lBRklBY2dDV29nQVVFQmRHcEJBbXBCQW5ZNkFBQUxJQUFnQVNBSWFpQUpRUUYwYWtFQ2FrRUNkam9BQUFzZ0FDQURhaUVBSUFKQmYyb2lBZzBBQ3d3QkN5QUJJQUlvQWdCcVFYOXFMUUFBSWdWQkFXb2hEVUVBSUFWcklRaEJCQ0VDQTBBQ1FDQUFRWDlxSWc0dEFBQWlCQ0FBTFFBQUlnZHJJZ0VnQVVFZmRTSUJhaUFCY3lBUFR3MEFJQUJCZm1vaURDMEFBQ0lKSUFScklnRWdBVUVmZFNJQmFpQUJjeUFLVHcwQUlBQXRBQUVpQ3lBSGF5SUJJQUZCSDNVaUFXb2dBWE1nQ2s4TkFDQUFMUUFDSVFZZ0JTRUJJQUJCZldvdEFBQWlFQ0FFYXlJUklCRkJIM1VpRVdvZ0VYTWdDa2tFUUNBTUlBa2dDQ0FGSUFRZ0IycEJBV3BCQVhZZ0NVRUJkR3NnRUdwQkFYVWlBU0FCSUFWS0d5QUJJQWhJRzJvNkFBQWdEU0VCQ3lBT0lBUUNmeUFHSUFkcklnd2dERUVmZFNJTWFpQU1jeUFLU1FSQUlBQWdDeUFJSUFVZ0JDQUhha0VCYWtFQmRpQUxRUUYwYXlBR2FrRUJkU0lHSUFZZ0JVb2JJQVlnQ0VnYmFqb0FBU0FCUVFGcUlRRUxRUUFnQVdzaUJnc2dBU0FKSUF0cklBY2dCR3RCQW5ScVFRUnFRUU4xSWdRZ0JDQUJTaHNnQkNBR1NCc2lBV3BCc0M1cUxRQUFPZ0FBSUFBZ0J5QUJhMEd3TG1vdEFBQTZBQUFMSUFBZ0Eyb2hBQ0FDUVg5cUlnSU5BQXNMQzlvSEFRMS9Jd0JCd0FOckloRWtBQ0FHUVFWcUlRa0NRQUpBSUFKQkFFZ05BQ0FEUVFCSURRQWdBaUFKYWlBRVN3MEFJQU1nQjJwQkJXb2dCVXNOQUNBRUlRa2dBeUVLREFFTElBQWdFU0FDSUFNZ0JDQUZJQWtnQjBFRmFpQUpFQXdnRVNFQVFRQWhBZ3NDUUNBSFJRMEFJQUFnQ1NBS2JDQUNhbW9oRTBFUUlBWnJJUlFDUUNBR1FRSjJJaElFUUNBSklBWnJJUlVnRXlBSklBaEJBWFpCQVhGQkFuSnNha0VGYWlFQ0lBY2hCQU5BSUFKQmYyb3RBQUFoQUNBQ1FYNXFMUUFBSVFNZ0FrRjlhaTBBQUNFRklBSkJmR290QUFBaEN5QUNRWHRxTFFBQUlRMGdFaUVQQTBBZ0FTQUNMUUFBSWdvZ0RTQUFJQXRxSWd4cklBTWdCV3BCRkd4cUlBeEJBblJyYWtFUWFrRUZkVUd3TG1vdEFBQTZBQUFnQVNBQ0xRQUJJZ3dnQ3lBQUlBTnFRUlJzYWlBRklBcHFJZ3RySUF0QkFuUnJha0VRYWtFRmRVR3dMbW90QUFBNkFBRWdBU0FDTFFBQ0loQWdCU0FBSUFwcVFSUnNhaUFESUF4cUlnVnJJQVZCQW5ScmFrRVFha0VGZFVHd0xtb3RBQUE2QUFJZ0FTQUNMUUFESWc0Z0F5QUtJQXhxUVJSc2FpQUFJQkJxSWdOcklBTkJBblJyYWtFUWFrRUZkVUd3TG1vdEFBQTZBQU1nQVVFRWFpRUJJQUpCQkdvaEFpQUFJUTBnQ2lFTElBd2hCU0FRSVFNZ0RpRUFJQTlCZjJvaUR3MEFDeUFCSUJScUlRRWdBaUFWYWlFQ0lBUkJmMm9pQkEwQUN3d0JDeUFIUVg5cUlCUnNJQVpySUFGcVFSQnFJUUVMSUFkQkFuWWlCRVVOQUVIQUFDQUdheUVRSUFsQkFYUWhDaUFKUVFKMElBWnJJUXRCQUNBSmF5SU1RUUYwSVJJZ0FTQUhRUVIwYXlFQ0lBa2dFMm9nQ0VFQmNXcEJBbW9pQUNBSlFRVnNhaUVCQTBBZ0JpSURCRUFEUUNBQ0lBQWdDbW90QUFBaUJTQUJJQXBxTFFBQUlBRWdDV290QUFBaURpQUJJQkpxTFFBQUlnZHFJZ2hySUFoQkFuUnJhaUFCTFFBQUlnMGdBU0FNYWkwQUFDSUlha0VVYkdwQkVHcEJCWFZCc0M1cUxRQUFJQUl0QURCcVFRRnFRUUYyT2dBd0lBSWdBQ0FKYWkwQUFDSVBJQTRnQnlBSWFrRVViR29nQlNBTmFpSU9heUFPUVFKMGEycEJFR3BCQlhWQnNDNXFMUUFBSUFJdEFDQnFRUUZxUVFGMk9nQWdJQUlnQUMwQUFDSU9JQTBnQlNBSGFrRVViR29nQ0NBUGFpSU5heUFOUVFKMGEycEJFR3BCQlhWQnNDNXFMUUFBSUFJdEFCQnFRUUZxUVFGMk9nQVFJQUlnQUNBTWFpMEFBQ0FJSUFVZ0QycEJGR3hxSUFjZ0Rtb2lCV3NnQlVFQ2RHdHFRUkJxUVFWMVFiQXVhaTBBQUNBQ0xRQUFha0VCYWtFQmRqb0FBQ0FBUVFGcUlRQWdBa0VCYWlFQ0lBRkJBV29oQVNBRFFYOXFJZ01OQUFzTElBSWdFR29oQWlBQklBdHFJUUVnQUNBTGFpRUFJQVJCZjJvaUJBMEFDd3NnRVVIQUEyb2tBQXUxQlFFRWZ5QUFLQUlVSVFNZ0FDZ0NFQ0VFSUFBb0FnUWhCU0FBS0FJTUlnSWdBU2tDQURjQ0FDQUNJQUVwQWdnM0FnZ2dBaUFGUVFSMElnQnFJZ0lnQVNrQ0VEY0NBQ0FDSUFFcEFoZzNBZ2dnQUNBQ2FpSUNJQUVwQWlBM0FnQWdBaUFCS1FJb053SUlJQUFnQW1vaUFpQUJLUUl3TndJQUlBSWdBU2tDT0RjQ0NDQUFJQUpxSWdJZ0FTa0NRRGNDQUNBQ0lBRXBBa2czQWdnZ0FDQUNhaUlDSUFFcEFsQTNBZ0FnQWlBQktRSllOd0lJSUFBZ0Ftb2lBaUFCS1FKZ053SUFJQUlnQVNrQ2FEY0NDQ0FBSUFKcUlnSWdBU2tDY0RjQ0FDQUNJQUVwQW5nM0FnZ2dBQ0FDYWlJQ0lBRXBBb0FCTndJQUlBSWdBU2tDaUFFM0FnZ2dBQ0FDYWlJQ0lBRXBBcEFCTndJQUlBSWdBU2tDbUFFM0FnZ2dBQ0FDYWlJQ0lBRXBBcUFCTndJQUlBSWdBU2tDcUFFM0FnZ2dBQ0FDYWlJQ0lBRXBBckFCTndJQUlBSWdBU2tDdUFFM0FnZ2dBQ0FDYWlJQ0lBRXBBc0FCTndJQUlBSWdBU2tDeUFFM0FnZ2dBQ0FDYWlJQ0lBRXBBdEFCTndJQUlBSWdBU2tDMkFFM0FnZ2dBQ0FDYWlJQ0lBRXBBdUFCTndJQUlBSWdBU2tDNkFFM0FnZ2dBQ0FDYWlJQUlBRXBBdkFCTndJQUlBQWdBU2tDK0FFM0FnZ2dCQ0FCS1FLQUFqY0NBQ0FFSUFWQkEzUWlBR29pQkNBQktRS0lBamNDQUNBQUlBUnFJZ1FnQVNrQ2tBSTNBZ0FnQUNBRWFpSUVJQUVwQXBnQ053SUFJQUFnQkdvaUJDQUJLUUtnQWpjQ0FDQUFJQVJxSWdRZ0FTa0NxQUkzQWdBZ0FDQUVhaUlFSUFFcEFyQUNOd0lBSUFBZ0JHb2dBU2tDdUFJM0FnQWdBeUFCS1FMQUFqY0NBQ0FBSUFOcUlnTWdBU2tDeUFJM0FnQWdBQ0FEYWlJRElBRXBBdEFDTndJQUlBQWdBMm9pQXlBQktRTFlBamNDQUNBQUlBTnFJZ01nQVNrQzRBSTNBZ0FnQUNBRGFpSURJQUVwQXVnQ053SUFJQUFnQTJvaUF5QUJLUUx3QWpjQ0FDQUFJQU5xSUFFcEF2Z0NOd0lBQytnQ0FRVi9Ba0FnQUNBQkVBSWlBdzBBUVFFaEF5QUJJQUVvQWdCQkFXb2lBallDQUNBQ1FTQkxEUUFnQUVFRUVBTWlBa0YvUmcwQUlBRWdBallDQkNBQVFRUVFBeUlDUVg5R0RRQWdBU0FDTmdJSUlBRW9BZ0FFUUFOQUlBQWdBU0FGUVFKMGFpSUNJZ1JCREdvUUFpSUREUUpCQVNFRElBUW9BZ3dpQmtGL1JnMENJQVFnQmtFQmFpSUROZ0lNSUFRZ0F5QUJLQUlFUVFacWREWUNEQ0FBSUFKQmpBRnFFQUlpQXcwQ1FRRWhBeUFDS0FLTUFTSUVRWDlHRFFJZ0FpQUVRUUZxSWdRMkFvd0JJQUlnQkNBQktBSUlRUVJxZERZQ2pBRWdBRUVCRUFNaUJFRi9SZzBDSUFJZ0JFRUJSallDakFJZ0JVRUJhaUlGSUFFb0FnQkpEUUFMQ3lBQVFRVVFBeUlDUVg5R0RRQWdBU0FDUVFGcU5nS01BeUFBUVFVUUF5SUNRWDlHRFFBZ0FTQUNRUUZxTmdLUUF5QUFRUVVRQXlJQ1FYOUdEUUFnQVNBQ1FRRnFOZ0tVQXlBQVFRVVFBeUlBUVg5R0RRQWdBU0FBTmdLWUEwRUFJUU1MSUFNTFd3RURmeUFBSUFBb0FnQWlCQ0FCSUFBb0FnUWlBbkFpQTBFRWRHb2dBU0FEYXlJQlFRaDBhallDRENBQUlBUWdBaUFBS0FJSWJDSUNRUWgwYWlBQlFRWjBhaUFEUVFOMGFpSUJOZ0lRSUFBZ0FTQUNRUVowYWpZQ0ZBdFZBUUovSUFFZ0FrRUJhaUlESUFNZ0FVa2JJUU1nQUNBQ1FRSjBhaWdDQUNFRUEwQUNRQ0FDUVFGcUlnSWdBVThFUUNBRElRSU1BUXNnQUNBQ1FRSjBhaWdDQUNBRVJ3MEJDd3RCQUNBQ0lBRWdBa1liQ3ljQUlBQkJDQ0FBS0FJSUlnQnJFQU5CZjBZRVFBOExRUUFnQUd0QkFuUkJ6RDlxS0FJQUdndDZBUUovSXdCQklHc2lBaVFBSUFJZ0FDZ0NFRFlDRUNBQ0lBQXBBZ2czQXdnZ0FpQUFLUUlBTndNQUFrQWdBaUFDUVJ4cUVBSWlBQTBBSUFJZ0FrRWNhaEFDSWdBTkFDQUNJQUpCSEdvUUFpSUFEUUJCQVNFQUlBSW9BaHdpQTBIL0FVc05BQ0FCSUFNMkFnQkJBQ0VBQ3lBQ1FTQnFKQUFnQUF2bkJ3RVNmeU1BUVlBT2F5SU1KQUFnQmtFRmFpRUpBa0FDUUNBQ1FRQklEUUFnQTBFQVNBMEFJQUlnQ1dvZ0JFc05BQ0FESUFkcVFRVnFJQVZMRFFBZ0F5RUtEQUVMSUFBZ0RFSEFDbW9nQWlBRElBUWdCU0FKSUFkQkJXb2dDUkFNSUF4QndBcHFJUUFnQ1NFRVFRQWhBZ3NDUUNBSFFRSjJJaFJGRFFBZ0NVVU5BQ0FFUVFGMElSVkJBQ0FFYXlJV1FRRjBJUm9nQkVFQ2RDQUdhMEY3YWlFWElBQWdCQ0FLYkNBQ2Ftb2dCR29pQUNBRVFRVnNhaUVDSUF3Z0NVRUNkQ0lRYWlFRElBbEJBM1FoRFVFQUlBbHJRUUowSVE0Z0NVRURiRUVDZENFUEEwQWdDU0VGQTBBZ0F5QU5haUFBSUJWcUxRQUFJaEVnQWlBVmFpMEFBQ0FDSUFScUxRQUFJZ3NnQWlBYWFpMEFBQ0lTYWlJS2F5QUtRUUowYTJvZ0FpMEFBQ0lZSUFJZ0Ztb3RBQUFpRTJwQkZHeHFOZ0lBSUFNZ0VHb2dBQ0FFYWkwQUFDSVpJQXNnRWlBVGFrRVViR29nRVNBWWFpSUtheUFLUVFKMGEybzJBZ0FnQXlBQUxRQUFJZ3NnR0NBUklCSnFRUlJzYWlBVElCbHFJZ3BySUFwQkFuUnJhallDQUNBRElBNXFJQUFnRm1vdEFBQWdFeUFSSUJscVFSUnNhaUFMSUJKcUlncHJJQXBCQW5ScmFqWUNBQ0FBUVFGcUlRQWdBMEVFYWlFRElBSkJBV29oQWlBRlFYOXFJZ1VOQUFzZ0FpQVhhaUVDSUFBZ0Yyb2hBQ0FESUE5cUlRTWdGRUYvYWlJVURRQUxDeUFIQkVCQkVDQUdheUVRSUFaQkFuWWhDaUFNSUFoQkFuUnFRUWhxSVFBZ0RFRVVhaUVDQTBBZ0NnUkFJQUpCYkdvb0FnQWhCQ0FDUVhCcUtBSUFJUThnQWtGMGFpZ0NBQ0VOSUFKQmVHb29BZ0FoQlNBQ1FYeHFLQUlBSVFNZ0NpRUpBMEFnQVNBQ0tBSUFJZzRnQkNBRElBOXFJZ1JySUFVZ0RXcEJGR3hxSUFSQkFuUnJha0dBQkdwQkNuVkJzQzVxTFFBQUlBQW9BZ0JCRUdwQkJYVkJzQzVxTFFBQWFrRUJha0VCZGpvQUFDQUJJQUlvQWdRaUN5QVBJQU1nQldwQkZHeHFJQTBnRG1vaUJHc2dCRUVDZEd0cVFZQUVha0VLZFVHd0xtb3RBQUFnQUNnQ0JFRVFha0VGZFVHd0xtb3RBQUJxUVFGcVFRRjJPZ0FCSUFFZ0FpZ0NDQ0lJSUEwZ0F5QU9ha0VVYkdvZ0JTQUxhaUlFYXlBRVFRSjBhMnBCZ0FScVFRcDFRYkF1YWkwQUFDQUFLQUlJUVJCcVFRVjFRYkF1YWkwQUFHcEJBV3BCQVhZNkFBSWdBU0FDS0FJTUlnWWdCU0FMSUE1cVFSUnNhaUFESUFocUlnUnJJQVJCQW5ScmFrR0FCR3BCQ25WQnNDNXFMUUFBSUFBb0FneEJFR3BCQlhWQnNDNXFMUUFBYWtFQmFrRUJkam9BQXlBQlFRUnFJUUVnQUVFUWFpRUFJQUpCRUdvaEFpQURJUVFnRGlFUElBc2hEU0FJSVFVZ0JpRURJQWxCZjJvaUNRMEFDd3NnQVNBUWFpRUJJQUJCRkdvaEFDQUNRUlJxSVFJZ0IwRi9haUlIRFFBTEN5QU1RWUFPYWlRQUM5RUhBUXgvSXdCQmdBNXJJZzhrQUNBR1FRVnFJUWtDUUFKQUlBSkJBRWdOQUNBRFFRQklEUUFnQWlBSmFpQUVTdzBBSUFkQkJXb2lEaUFEYWlBRlN3MEFJQVFoQ1NBRElRb01BUXNnQUNBUFFjQUthaUFDSUFNZ0JDQUZJQWtnQjBFRmFpSU9JQWtRRENBUFFjQUthaUVBUVFBaEFnc0NRQ0FPUlEwQUlBWkJBbllpRWtVTkFDQUpJQVpySVJNZ0FDQUpJQXBzSUFKcWFrRUZhaUVDSUE4aEFBTkFJQUpCZjJvdEFBQWhDU0FDUVg1cUxRQUFJUU1nQWtGOWFpMEFBQ0VGSUFKQmZHb3RBQUFoQ2lBQ1FYdHFMUUFBSVF3Z0VpRU5BMEFnQUNBQ0xRQUFJZ1FnRENBSklBcHFJZ3RySUFNZ0JXcEJGR3hxSUF0QkFuUnJhallDQUNBQUlBSXRBQUVpQ3lBRElBbHFRUlJzSUFwcUlBUWdCV29pQ21zZ0NrRUNkR3RxTmdJRUlBQWdBaTBBQWlJUUlBUWdDV3BCRkd3Z0JXb2dBeUFMYWlJRmF5QUZRUUowYTJvMkFnZ2dBQ0FDTFFBREloUWdCQ0FMYWtFVWJDQURhaUFKSUJCcUlnTnJJQU5CQW5ScmFqWUNEQ0FBUVJCcUlRQWdBa0VFYWlFQ0lBa2hEQ0FFSVFvZ0N5RUZJQkFoQXlBVUlRa2dEVUYvYWlJTkRRQUxJQUlnRTJvaEFpQU9RWDlxSWc0TkFBc0xJQWRCQW5ZaUJ3UkFRY0FBSUFacklSUWdEeUFHUVFKMElnUnFJZ2tnQmtFVWJHb2hBaUFKSUFoQkFtb2dCbXhCQW5ScUlRQWdCa0VEYkVFQ2RDRUZRUUFnQm1zaURrRURkQ0VUSUFaQkEzUWhDQU5BSUFZaEF5QUdCRUFEUUNBQklBZ2dDV29vQWdBaUNpQUNJQWhxS0FJQUlBSWdCR29vQWdBaUVTQUNJQk5xS0FJQUlndHFJZ3hySUF4QkFuUnJhaUFDS0FJQUlnMGdBaUFPUVFKMEloQnFLQUlBSWd4cVFSUnNha0dBQkdwQkNuVkJzQzVxTFFBQUlBQWdDR29vQWdCQkVHcEJCWFZCc0M1cUxRQUFha0VCYWtFQmRqb0FNQ0FCSUFRZ0NXb29BZ0FpRWlBUklBc2dER3BCRkd4cUlBb2dEV29pRVdzZ0VVRUNkR3RxUVlBRWFrRUtkVUd3TG1vdEFBQWdBQ0FFYWlnQ0FFRVFha0VGZFVHd0xtb3RBQUJxUVFGcVFRRjJPZ0FnSUFFZ0NTZ0NBQ0lSSUEwZ0NpQUxha0VVYkdvZ0RDQVNhaUlOYXlBTlFRSjBhMnBCZ0FScVFRcDFRYkF1YWkwQUFDQUFLQUlBUVJCcVFRVjFRYkF1YWkwQUFHcEJBV3BCQVhZNkFCQWdBU0FKSUJCcUtBSUFJQXdnQ2lBU2FrRVViR29nQ3lBUmFpSUtheUFLUVFKMGEycEJnQVJxUVFwMVFiQXVhaTBBQUNBQUlCQnFLQUlBUVJCcVFRVjFRYkF1YWkwQUFHcEJBV3BCQVhZNkFBQWdBRUVFYWlFQUlBbEJCR29oQ1NBQlFRRnFJUUVnQWtFRWFpRUNJQU5CZjJvaUF3MEFDd3NnQVNBVWFpRUJJQUFnQldvaEFDQUNJQVZxSVFJZ0JTQUphaUVKSUFkQmYyb2lCdzBBQ3dzZ0QwR0FEbW9rQUF1MEJnRUpmeU1BUWNBRGF5SU5KQUFnQmtFRmFpRUpBa0FDUUNBQ1FRQklEUUFnQXlBSGFpQUZTdzBBSUFOQkFFZ05BQ0FDSUFscUlBUkxEUUFnQkNFSklBTWhDZ3dCQ3lBQUlBMGdBaUFESUFRZ0JTQUpJQWNnQ1JBTUlBMGhBRUVBSVFJTElBY0VRRUVRSUFacklSQWdDU0FHYXlFUklBWkJBblloRHlBQUlBa2dDbXdnQW1wcVFRVnFJUWtEUUFKQUlBOUZEUUFnQ1VGL2FpMEFBQ0VDSUFsQmZtb3RBQUFoQmlBSlFYMXFMUUFBSVFNZ0NVRjhhaTBBQUNFRklBbEJlMm90QUFBaENpQVBJZ0FoQ3lBSUJFQURRQ0FCSUFZZ0NTMEFBQ0lFSUFvZ0FpQUZhaUlLYXlBRElBWnFRUlJzYWlBS1FRSjBhMnBCRUdwQkJYVkJzQzVxTFFBQWFrRUJha0VCZGpvQUFDQUJJQUlnQ1MwQUFTSUxJQVVnQWlBR2FrRVViR29nQXlBRWFpSUZheUFGUVFKMGEycEJFR3BCQlhWQnNDNXFMUUFBYWtFQmFrRUJkam9BQVNBQklBUWdDUzBBQWlJTUlBTWdBaUFFYWtFVWJHb2dCaUFMYWlJRGF5QURRUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFha0VCYWtFQmRqb0FBaUFCSUFzZ0NTMEFBeUlPSUFZZ0JDQUxha0VVYkdvZ0FpQU1haUlEYXlBRFFRSjBhMnBCRUdwQkJYVkJzQzVxTFFBQWFrRUJha0VCZGpvQUF5QUJRUVJxSVFFZ0NVRUVhaUVKSUFJaENpQUVJUVVnQ3lFRElBd2hCaUFPSVFJZ0FFRi9haUlBRFFBTUFnQUxBQXNEUUNBQklBTWdDUzBBQUNJQUlBb2dBaUFGYWlJRWF5QURJQVpxUVJSc2FpQUVRUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFha0VCYWtFQmRqb0FBQ0FCSUFZZ0NTMEFBU0lFSUFVZ0FpQUdha0VVYkdvZ0FDQURhaUlGYXlBRlFRSjBhMnBCRUdwQkJYVkJzQzVxTFFBQWFrRUJha0VCZGpvQUFTQUJJQUlnQ1MwQUFpSU1JQU1nQUNBQ2FrRVViR29nQkNBR2FpSURheUFEUVFKMGEycEJFR3BCQlhWQnNDNXFMUUFBYWtFQmFrRUJkam9BQWlBQklBQWdDUzBBQXlJT0lBWWdBQ0FFYWtFVWJHb2dBaUFNYWlJRGF5QURRUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFha0VCYWtFQmRqb0FBeUFCUVFScUlRRWdDVUVFYWlFSklBSWhDaUFBSVFVZ0JDRURJQXdoQmlBT0lRSWdDMEYvYWlJTERRQUxDeUFCSUJCcUlRRWdDU0FSYWlFSklBZEJmMm9pQncwQUN3c2dEVUhBQTJva0FBdkdCQUVMZnlNQVFjQURheUlOSkFBQ1FBSkFJQUpCQUVnTkFDQURRUUJJRFFBZ0FpQUdhaUFFU3cwQUlBTWdCMnBCQldvZ0JVc05BQ0FESVFrTUFRc2dBQ0FOSUFJZ0F5QUVJQVVnQmlBSFFRVnFJQVlRRENBTklRQWdCaUVFUVFBaEFnc2dCMEVDZGlJUUJFQkJ3QUFnQm1zaEVpQUVRUUYwSVFVZ0JFRUNkQ0FHYXlFT1FRQWdCR3NpRDBFQmRDRVRJQUFnQkNBSmJDQUNhbW9nQkdvaUFDQUVRUVZzYWlFQ0lBQWdCQ0FJUVFKcWJHb2hCd05BSUFZaEF5QUdCRUFEUUNBQklBQWdCV290QUFBaUNDQUNJQVZxTFFBQUlBSWdCR290QUFBaUNpQUNJQk5xTFFBQUlnbHFJZ3RySUF0QkFuUnJhaUFDTFFBQUlnd2dBaUFQYWkwQUFDSUxha0VVYkdwQkVHcEJCWFZCc0M1cUxRQUFJQVVnQjJvdEFBQnFRUUZxUVFGMk9nQXdJQUVnQUNBRWFpMEFBQ0lSSUFvZ0NTQUxha0VVYkdvZ0NDQU1haUlLYXlBS1FRSjBhMnBCRUdwQkJYVkJzQzVxTFFBQUlBUWdCMm90QUFCcVFRRnFRUUYyT2dBZ0lBRWdBQzBBQUNJS0lBd2dDQ0FKYWtFVWJHb2dDeUFSYWlJTWF5QU1RUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFJQWN0QUFCcVFRRnFRUUYyT2dBUUlBRWdBQ0FQYWkwQUFDQUxJQWdnRVdwQkZHeHFJQWtnQ21vaUNHc2dDRUVDZEd0cVFSQnFRUVYxUWJBdWFpMEFBQ0FISUE5cUxRQUFha0VCYWtFQmRqb0FBQ0FIUVFGcUlRY2dBRUVCYWlFQUlBRkJBV29oQVNBQ1FRRnFJUUlnQTBGL2FpSUREUUFMQ3lBQklCSnFJUUVnQnlBT2FpRUhJQUlnRG1vaEFpQUFJQTVxSVFBZ0VFRi9haUlRRFFBTEN5QU5RY0FEYWlRQUM0OEhBUXgvSUFFb0FnZ2hDeUFCS0FJRUlRWUNRQUpBQWtBZ0FrRUZTdzBBSUFKQkFXc09CQUFBQUFBQkN5QUFLQUs0R2cwQURBRUxJQUJCeEFscUlRUURRQ0FFSUFNUUZDRUhJQU5CRGtzTkFTQURRUUZxSVFNZ0IwVU5BQXNMQWtBQ1FBSkFBa0FnQUNnQ21Ba2lDQVJBSUFBb0Fyd0pJUXBCQUNFRFFRQWhCQU5BSUFvZ0EwSFlBV3hxS0FMRUFVVUVRRUVBSUFSQkFXb2lCQ0FFSUFaR0lnVWJJUVFnQlNBSmFpRUpJQU5CQVdvaUF5QUlTUTBCQ3dzZ0F5QUlSdzBCQ3dKQUFrQWdBa0YrYWlJQ1FRVkxEUUFDUUNBQ1FRRnJEZ1FCQVFFQkFBc2dCMFVOQVNBQUtBSzRHa1VOQVF3REN5QUhEUUlMSUFFb0FnQkJnQUVnQmlBTGJFR0FBMndRQnhvTUFnc2dBQ2dDdkFrZ0JpQUpiRUhZQVd4cUlRZ2dCQVJBSUFRaEF3TkFJQWdnQTBGL2FpSURRZGdCYkdvaUNpQUJJQWtnQXlBQ0lBY1FGaUFLUVFFMkFzUUJJQUFnQUNnQ3RBbEJBV28yQXJRSklBTU5BQXNMSUFSQkFXb2lBeUFHU1FSQUEwQWdDQ0FEUWRnQmJHb2lCQ2dDeEFGRkJFQWdCQ0FCSUFrZ0F5QUNJQWNRRmlBRVFRRTJBc1FCSUFBZ0FDZ0N0QWxCQVdvMkFyUUpDeUFEUVFGcUlnTWdCa2NOQUFzTEFrQWdDVVVOQUNBR1JRMEFRUUFoQlNBSlFYOXFJZ3dnQm13aERTQU1SUVJBQTBBZ0FDZ0N2QWtnRFVIWUFXeHFJQVZCMkFGc2FpSUVJQUZCQUNBRklBSWdCeEFXSUFSQkFUWUN4QUVnQUNBQUtBSzBDVUVCYWpZQ3RBa2dCVUVCYWlJRklBWkhEUUFNQWdBTEFBc2dDVUYrYWlFSVFRQWdCbXRCMkFGc0lRNERRQ0FBS0FLOENTQU5RZGdCYkdvZ0JVSFlBV3hxSWdNZ0FTQU1JQVVnQWlBSEVCWWdBMEVCTmdMRUFTQUFJQUFvQXJRSlFRRnFOZ0swQ1NBSUlRUURRQ0FESUE1cUlnTWdBU0FFSWdvZ0JTQUNJQWNRRmlBRFFRRTJBc1FCSUFBZ0FDZ0N0QWxCQVdvMkFyUUpJQVJCZjJvaEJDQUtEUUFMSUFWQkFXb2lCU0FHUncwQUN3c2dDVUVCYWlJRklBdFBEUUlnQmtVTkFnTkFJQUFvQXJ3SklBVWdCbXhCMkFGc2FpRUlRUUFoQXdOQUlBZ2dBMEhZQVd4cUlnUW9Bc1FCUlFSQUlBUWdBU0FGSUFNZ0FpQUhFQllnQkVFQk5nTEVBU0FBSUFBb0FyUUpRUUZxTmdLMENRc2dBMEVCYWlJRElBWkhEUUFMSUFWQkFXb2lCU0FMUncwQUN3d0NDeUFCS0FJQUlBY2dCaUFMYkVHQUEyd1FGUm9MSUFBZ0FDZ0NtQWtpQVRZQ3RBa2dBVVVOQUNBQUtBSzhDU0VBUVFBaEF3TkFJQUFnQTBIWUFXeHFRUUUyQWdnZ0EwRUJhaUlESUFGSERRQUxDd3MyQVFKL0lBQW9BaWdpQWdSQUEwQWdBQ2dDQkNBQlFRSjBhaUFBS0FJQUlBRkJLR3hxTmdJQUlBRkJBV29pQVNBQ1J3MEFDd3NMOXdRQ0RIOEJma0VISVFVakFFRWdheUlJSVF3RFFDQUZJQUZKQkVBZ0FFRUFJQVZyUVNoc2FpRUtJQVVoQmdOQUlBQWdCa0VvYkdvaUFpZ0NDQ0VKSUFJcEFnQWhEaUFJSUFJcEFndzNBeGdnQWlnQ0dDRU5JQUlvQWhRaEN5QU1JQUlvQWlRMkFoQWdDQ0FDS1FJY053TUlBa0FnQmlJRElBVkpEUUFDUUNBTFJRUkFBMEFnQ2lBRFFTaHNJZ0pxSWdRb0FoUU5BaUFOUlEwQ0lBUW9BaGdOQWlBQUlBSnFJZ1FnQUNBRElBVnJJZ05CS0d4cUlnSXBBZ0EzQWdBZ0JDQUNLUUlnTndJZ0lBUWdBaWtDR0RjQ0dDQUVJQUlwQWhBM0FoQWdCQ0FDS1FJSU53SUlJQU1nQlU4TkFBd0RBQXNBQ3lBTFFYOXFRUUZOQkVBRFFBSi9Ba0FnQ2lBRFFTaHNJZ0pxSWdRb0FoUWlCMFVOQUNBSFFYOXFRUUZMRFFBZ0JDZ0NDQ0lISUFsS0RRUWdBQ0FDYWlJRUlBY2dDVWdOQVJvZ0JDRUNEQVVMSUFBZ0Ftb0xJZ1FnQUNBRElBVnJJZ05CS0d4cUlnSXBBZ0EzQWdBZ0JDQUNLUUlnTndJZ0lBUWdBaWtDR0RjQ0dDQUVJQUlwQWhBM0FoQWdCQ0FDS1FJSU53SUlJQU1nQlU4TkFBd0RBQXNBQ3dOQUlBb2dBMEVvYkNJQ2FpSUVLQUlVSWdjRVFDQUhRWDlxUVFKSkRRSWdCQ2dDQ0NBSlRBMENDeUFBSUFKcUlnUWdBQ0FESUFWcklnTkJLR3hxSWdJcEFnQTNBZ0FnQkNBQ0tRSWdOd0lnSUFRZ0Fpa0NHRGNDR0NBRUlBSXBBaEEzQWhBZ0JDQUNLUUlJTndJSUlBTWdCVThOQUFzTUFRc2dBQ0FEUVNoc2FpRUNDeUFDSUE0M0FnQWdBQ0FEUVNoc2FpSURJQWsyQWdnZ0NDa0RHQ0VPSUFNZ0RUWUNHQ0FESUFzMkFoUWdBeUFPTndJTUlBTWdDQ2tEQ0RjQ0hDQURJQXdvQWhBMkFpUWdCa0VCYWlJR0lBRkhEUUFMQ3lBRlFRRjJJZ1VOQUFzTHJRVUJBWDhDUUNBQUtBSUFJZ0VvQWhSRkRRQWdBVUVBTmdJVUlBRW9BaGdOQUNBQUlBQW9BaXhCZjJvMkFpd0xBa0FnQVNnQ1BFVU5BQ0FCUVFBMkFqd2dBVUZBYXlnQ0FBMEFJQUFnQUNnQ0xFRi9hallDTEFzQ1FDQUJLQUprUlEwQUlBRkJBRFlDWkNBQktBSm9EUUFnQUNBQUtBSXNRWDlxTmdJc0N3SkFJQUVvQW93QlJRMEFJQUZCQURZQ2pBRWdBU2dDa0FFTkFDQUFJQUFvQWl4QmYybzJBaXdMQWtBZ0FTZ0N0QUZGRFFBZ0FVRUFOZ0swQVNBQktBSzRBUTBBSUFBZ0FDZ0NMRUYvYWpZQ0xBc0NRQ0FCS0FMY0FVVU5BQ0FCUVFBMkF0d0JJQUVvQXVBQkRRQWdBQ0FBS0FJc1FYOXFOZ0lzQ3dKQUlBRW9Bb1FDUlEwQUlBRkJBRFlDaEFJZ0FTZ0NpQUlOQUNBQUlBQW9BaXhCZjJvMkFpd0xBa0FnQVNnQ3JBSkZEUUFnQVVFQU5nS3NBaUFCS0FLd0FnMEFJQUFnQUNnQ0xFRi9hallDTEFzQ1FDQUJLQUxVQWtVTkFDQUJRUUEyQXRRQ0lBRW9BdGdDRFFBZ0FDQUFLQUlzUVg5cU5nSXNDd0pBSUFFb0F2d0NSUTBBSUFGQkFEWUMvQUlnQVNnQ2dBTU5BQ0FBSUFBb0FpeEJmMm8yQWl3TEFrQWdBU2dDcEFORkRRQWdBVUVBTmdLa0F5QUJLQUtvQXcwQUlBQWdBQ2dDTEVGL2FqWUNMQXNDUUNBQktBTE1BMFVOQUNBQlFRQTJBc3dESUFFb0F0QUREUUFnQUNBQUtBSXNRWDlxTmdJc0N3SkFJQUVvQXZRRFJRMEFJQUZCQURZQzlBTWdBU2dDK0FNTkFDQUFJQUFvQWl4QmYybzJBaXdMQWtBZ0FTZ0NuQVJGRFFBZ0FVRUFOZ0tjQkNBQktBS2dCQTBBSUFBZ0FDZ0NMRUYvYWpZQ0xBc0NRQ0FCS0FMRUJFVU5BQ0FCUVFBMkFzUUVJQUVvQXNnRURRQWdBQ0FBS0FJc1FYOXFOZ0lzQ3dKQUlBRW9BdXdFUlEwQUlBRkJBRFlDN0FRZ0FTZ0M4QVFOQUNBQUlBQW9BaXhCZjJvMkFpd0xBMEFnQUJCZVJRMEFDeUFBUVFBMkFqQWdBRUwvL3dNM0FpUUwzUTRCQ1g4Z0FpZ0NBQ0FBS0FJSUlnSW9BZ0JHQkVBZ0FFRUFOZ0kwSUFBb0FqZ2lDMFVoRFFKQUlBRkZCRUFnQWlBRE5nSU1JQUpCQURZQ0ZDQUNJQTAyQWhnZ0FpQUVOZ0lRSUFJZ0F6WUNDQ0FMRFFFZ0FDQUFLQUlzUVFGcU5nSXNEQUVMSUFVRVFDQUFRZ0EzQWhBZ0FCQW9Ba0FnQVNnQ0FFVUVRQ0FBS0FJNFJRMEJDeUFBUWdBM0FoQUxJQUFvQWdnaUFrRURRUUlnQVNnQ0JDSUJHellDRkNBQVFRQkIvLzhESUFFYk5nSWtJQUlnRFRZQ0dDQUNRUUEyQWhBZ0FrSUFOd0lJSUFCQ2dZQ0FnQkEzQWlnTUFRc0NRQUpBQWtBZ0FTZ0NDQVJBUVFBaEN3TkFJQUVnQzBFVWJHb2lDQ2dDRENJQ1FRWkxEUUlDUUFKQUFrQUNRQUpBQWtBQ1FDQUNRUUZyRGdZQUFRSURCQVVKQ3lBQUtBSVlJZ2xGRFFnZ0F5QUlLQUlRYXlFTUlBQW9BZ0FoQ2tFQUlRZ0RRQUpBSUFvZ0NFRW9iR29pQWlnQ0ZFRi9ha0VCVFFSQUlBSW9BZ2dnREVZTkFRc2dDRUVCYWlJSUlBbEhEUUVNQ2dzTElBaEJBRWdOQ0NBQ1FRQTJBaFFnQUNBQUtBSW9RWDlxTmdJb0lBSW9BaGdOQlNBQUlBQW9BaXhCZjJvMkFpd2dDMEVCYWlFTERBWUxJQUFvQWhnaUNVVU5CeUFJS0FJVUlRd2dBQ2dDQUNFS1FRQWhDQU5BQWtBZ0NpQUlRU2hzYWlJQ0tBSVVRUU5HQkVBZ0FpZ0NDQ0FNUmcwQkN5QUlRUUZxSWdnZ0NVY05BUXdKQ3dzZ0NFRUFTQTBISUFKQkFEWUNGQ0FBSUFBb0FpaEJmMm8yQWlnZ0FpZ0NHQTBFSUFBZ0FDZ0NMRUYvYWpZQ0xDQUxRUUZxSVFzTUJRc2dBQ2dDSkNJQ1FmLy9BMFlOQmlBQ0lBZ29BaGdpREVrTkJpQUFLQUlZSWdsRkRRWWdDQ2dDRUNFT0lBQW9BZ0FoQ2tFQUlRSURRQUpBQWtBZ0NpQUNRU2hzYWlJSUtBSVVRUU5IRFFBZ0NDZ0NDQ0FNUncwQUlBaEJBRFlDRkNBQUlBQW9BaWhCZjJvMkFpZ2dDQ2dDR0EwQklBQWdBQ2dDTEVGL2FqWUNMQXdCQ3lBQ1FRRnFJZ0lnQ1VjTkFRc0xJQWxCQVNBSlFRRkxHeUVKSUFNZ0Rtc2hEa0VBSVFnRFFBSkFJQW9nQ0VFb2JHb2lBaWdDRkNJUFFYOXFRUUZOQkVBZ0FpZ0NDQ0FPUmcwQkN5QUlRUUZxSWdnZ0NVY05BUXdJQ3dzZ0NFRUFTQTBHSUE5QkFra05CaUFDUVFNMkFoUWdBaUFNTmdJSUlBdEJBV29oQ3d3RUN5QUFJQWdvQWh3aUNUWUNKQ0FBS0FJWUlneEZEUUlnQUNnQ0FDRUtRUUFoQWlBSlFmLy9BMFlFUUFOQUFrQWdDaUFDUVNoc2FpSUlLQUlVUVFOSERRQWdDRUVBTmdJVUlBQWdBQ2dDS0VGL2FqWUNLQ0FJS0FJWURRQWdBQ0FBS0FJc1FYOXFOZ0lzQ3lBQ1FRRnFJZ0lnREVjTkFBd0VBQXNBQ3dOQUFrQWdDaUFDUVNoc2FpSUlLQUlVUVFOSERRQWdDQ2dDQ0NBSlRRMEFJQWhCQURZQ0ZDQUFJQUFvQWloQmYybzJBaWdnQ0NnQ0dBMEFJQUFnQUNnQ0xFRi9hallDTEFzZ0FrRUJhaUlDSUF4SERRQUxEQUlMSUFBUUtDQUFRUUUyQWpSQkFDRURJQXRCQVdvaEN3d0NDeUFBS0FJa0lnSkIvLzhEUmcwRElBSWdDQ2dDR0NJTVNRMERJQUFvQWhnaUNrVU5BeUFBS0FJQUlRaEJBQ0VDQWtBRFFBSkFJQWdnQWtFb2JHb2lDU2dDRkVFRFJ3MEFJQWtvQWdnZ0RFY05BQ0FKUVFBMkFoUWdBQ0FBS0FJb1FYOXFJZ2cyQWlnZ0NTZ0NHQTBDSUFBZ0FDZ0NMRUYvYWpZQ0xBd0NDeUFDUVFGcUlnSWdDa2NOQUFzZ0FDZ0NLQ0VJQ3lBSUlBcFBEUU1nQUNnQ0NDSUNRUU0yQWhRZ0FpQUVOZ0lRSUFJZ0REWUNDQ0FDSUFNMkFnd2dBaUFBS0FJNFJUWUNHRUVCSVJBZ0FDQUlRUUZxTmdJb0lBQWdBQ2dDTEVFQmFqWUNMQXNnQzBFQmFpRUxEQUFBQ3dBTFFRQWhBaUFBS0FJb0lna2dBQ2dDR0NJTFNRMEJJQWxGQkVCQkFDRUpEQUlMSUFBb0FnQWhERUYvSVFFRFFDQU1JQUpCS0d4cUlnb29BaFJCZjJwQkFVMEVRQ0FLS0FJSUlnb2dDQ0FCUVg5R0lBb2dDRWh5SWdvYklRZ2dBaUFCSUFvYklRRUxJQUpCQVdvaUFpQUpSdzBBQ3lBQlFRQklEUUVnRENBQlFTaHNhaUlCUVFBMkFoUWdBQ0FKUVg5cUlnazJBaWdnQVNnQ0dBMEJJQUFnQUNnQ0xFRi9hallDTEF3QkN5QVFEUUVnQUNnQ0dDRUxJQUFvQWlnaENRc2dDU0FMVHcwQklBQW9BZ2dpQVNBTk5nSVlJQUZCQWpZQ0ZDQUJJQVEyQWhBZ0FTQUROZ0lJSUFFZ0F6WUNEQ0FBSUFsQkFXbzJBaWdnQUNBQUtBSXNRUUZxTmdJc0N3c2dBQ2dDQ0NJQklBYzJBaUFnQVNBR05nSWNJQUVnQlRZQ0pBSkFJQUFvQWpoRkJFQWdBQ2dDTENJSklBQW9BaHdpQTAwTkFTQUFLQUlBSVFRRFFFSC8vLy8vQnlFRlFRQWhCa0VBSVFJRFFDQUVJQUpCS0d4cUlnRW9BaGdFUUNBQklBWWdBU2dDRUNJQklBVklJZ2NiSVFZZ0FTQUZJQWNiSVFVTElBSkJBV29pQWlBRFRRMEFDd0pBSUFaRkRRQWdBQ2dDRENBQUtBSVFJZ0pCQkhScUlnRWdCaWdDQURZQ0FDQUJJQVlvQWlRMkFnd2dBU0FHS0FJY05nSUVJQUVnQmlnQ0lEWUNDQ0FBSUFKQkFXbzJBaEFnQmtFQU5nSVlJQVlvQWhRTkFDQUFJQWxCZjJvaUNUWUNMQXNnQ1NBRFN3MEFDd3dCQ3lBQktBSUFJUUlnQUNnQ0RDQUFLQUlRSWdOQkJIUnFJZ0VnQlRZQ0RDQUJJQUkyQWdBZ0FTQUhOZ0lJSUFFZ0JqWUNCQ0FBSUFOQkFXbzJBaEFnQUNnQ0hDRURDeUFBS0FJQUlBTkJBV29RSndzTDFBc0NBbjhCZmlNQVFaQUJheUlFSkFBZ0JFRUFOZ0lNQWtBQ1FBSkFJQUFvQXBBYVJRMEFJQUFvQXBRYUlBRkhEUUFnQkNBQVFhUWFhaWtDQURjREdDQUFLUUtjR2lFR0lBUkJBRFlDR0NBRUlBWTNBeEFnQkVFQU5nSWdJQVFnQmo0Q0ZDQURJQUFvQXBnYU5nSUFEQUVMUVFNaEJTQUJJQUlnQkVFUWFpQURFR01OQVNBQUlBUXBBeEEzQXB3YUlBQkJyQnBxSUFRb0FpQTJBZ0FnQUVHa0dtb2dCQ2tER0RjQ0FDQURLQUlBSVFJZ0FDQUJOZ0tVR2lBQUlBSTJBcGdhQzBFQUlRVWdBRUVBTmdLUUdpQUVRUkJxSUFSQmlBRnFFRThFUUVFRElRVU1BUXNnQkNnQ2lBRkJmMnBCQzBzTkFDQUVRUkJxSUFSQmlBRnFJQUFnQkVFTWFoQXlJZ0VFUUVFRUlRVWdBVUh3L3dOR0RRRkJBeUVGREFFTEFrQWdCQ2dDREFSQUFrQWdBQ2dDb0FsRkRRQWdBQ2dDRUVVTkFFRURJUVVnQUNnQ3RCb05Bd0pBSUFBb0FxUUpSUVJBSUFCQnhBbHFJZ0lpQVNBQktBSUFJQUVvQWh4QktHeHFJZ0UyQWdnZ0FDQUJLQUlBTmdLNENpQUNFQ1lnQUNBQVFiZ0tha0VBRUNVTUFRc2dBQ0FBUWJnS2FpQUFRZHdLYWlnQ0FCQWxDeUFEUVFBMkFnQWdBRUVBTmdLY0NTQUFRUUUyQXBBYURBSUxJQUJCQURZQ25Ba2dBRUVBTmdLa0NRc2dCQ2dDaUFGQmYyb2lBVUVIU3cwQkFrQUNRQUpBSUFGQkFXc09Cd1FFQkFJRUFBRUNDeUFFUVJCcUlBUkJLR29RUXdSQUlBUW9BbEFRQkNBRVFRQTJBbEFnQkNnQ2ZCQUVJQVJCQURZQ2ZFRURJUVVNQkFzZ0FDQUVRU2hxRURjTUF3c2dCRUVRYWlBRVFTaHFFRXdFUUNBRUtBSThFQVFnQkVFQU5nSThJQVFvQWtBUUJDQUVRUUEyQWtBZ0JDZ0NSQkFFSUFSQkFEWUNSQ0FFS0FKVUVBUWdCRUVBTmdKVVFRTWhCUXdEQ3lBQUlBUkJLR29RTmd3Q0N5QUFLQUtjQ1EwQklBQkJBVFlDb0FrQ1FDQUFLQUtrQ1EwQUlBQkNBRGNDdEFrZ0JFRVFhaUFFUVNocUVDQWFJQUFvQWdnaEFTQUFJQVFvQWlnZ0JDZ0NpQUZCQlVZUU5TSUNCRUFnQUVLQWdvQ0FnQVEzQWdRZ0FFRUFOZ0swR2lBQVFnQTNBZ3hCQlVFRUlBSkIvLzhEUmhzaEJRd0RDeUFCSUFBb0FnaEdEUUFnQUNnQ0VDRUJJQVJCQVRZQ0NDQUFLQUlBSWdKQkgwMEVRQ0FBSUFKQkFuUnFLQUlVSVFVTElBTkJBRFlDQUNBQVFRRTJBcEFhQWtBQ1FBSkFJQVFvQW9nQlFRVkhEUUFnQkVFSWFpQUVRUkJxSUFFZ0FDZ0NEQkE0SUFRb0FnaHlEUUFnQlVVTkFDQUFRZndKYWlnQ0FBMEFJQVVvQWpRZ0FTZ0NORWNOQUNBRktBSTRJQUVvQWpoSERRQWdCU2dDV0NBQktBSllSZzBCQ3lBQVFZQUtha0VBTmdJQURBRUxJQUJCeEFscUVGa0xJQUFnQUNnQ0NEWUNBRUVDSVFVTUFnc2dBQ2dDdEJvRVFFRURJUVVNQWdzZ0JFRVFhaUFBUWJRU2FpSUNJQUFvQWhBZ0FDZ0NEQ0FFUVlnQmFoQStCRUJCQXlFRkRBSUxJQUFvQXFRSlJRUkFBa0FnQkNnQ2lBRkJCVVlOQUNBQVFjUUphaUFBUWNBU2FpZ0NBQ0FFS0FLTUFVRUFSeUFBS0FJUUtBSXdFRnBGRFFCQkF5RUZEQU1MSUFCQnhBbHFJZ0VnQVNnQ0FDQUJLQUljUVNoc2FpSUJOZ0lJSUFBZ0FTZ0NBRFlDdUFvTElBQkIyQXBxSUFKQjNBY1FGU0VCSUFCQkFUWUNwQWtnQUNBRUtRT0lBVGNDMEFvZ0FDZ0NsQWtnQUNnQ0RDQUFRWmdMYWlnQ0FDQUFLQUlRSWdJb0FqUWdBaWdDT0JBL0lBQkJ4QWxxSWdJUUppQUNJQUJCbkF0cUlBQkI1QXBxS0FJQUlBQkJoQXRxS0FJQUVGOEVRRUVESVFVTUFnc2dCRUVRYWlBQUlBQkJ1QXBxSUFFUVFRUkFJQUFnQUNnQzJBb1FRRUVESVFVTUFnc2dBQkF6UlEwQklBQkJBVFlDbkFrTElBQkJ1QXBxSWdFZ0FDZ0N2QWtRU1NBQUVEUWdBRUdFQ21vZ0FDZ0NFQ0FBUWRnS2FpQUFRZEFLYWhCTklRSUNRQ0FBS0FLa0NVVU5BQ0FBUWNRSmFpRURJQUJCMUFwcUtBSUFCRUFnQXlBQVFld01haUFCSUFCQjVBcHFLQUlBSUFJZ0FDZ0MwQXBCQlVZZ0FDZ0N1QWtnQUNnQ3RBa1FLUXdCQ3lBRFFRQWdBU0FBUWVRS2FpZ0NBQ0FDSUFBb0F0QUtRUVZHSUFBb0FyZ0pJQUFvQXJRSkVDa0xJQUJDQURjQ29BbEJBU0VGQ3lBRVFaQUJhaVFBSUFVTHFBd0JDMzhDUUNBQlFRUlBCRUJCQUNBRGF5SU5RUUYwSVFvQ1FDQUFJQU5ySWdVdEFBQWlCaUFBTFFBQUlnaHJJZ0VnQVVFZmRTSUJhaUFCY3lBQ0tBSUVJZ0ZQRFFBZ0FDQUthaTBBQUNJSElBWnJJZ1FnQkVFZmRTSUVhaUFFY3lBQ0tBSUlJZ3hQRFFBZ0FDQURhaTBBQUNJRUlBaHJJZ3NnQzBFZmRTSUxhaUFMY3lBTVR3MEFJQVVnQkNBR2FpQUhRUUYwYWtFQ2FrRUNkam9BQUNBQUlBZ2dCRUVCZEdvZ0IycEJBbXBCQW5ZNkFBQWdBaWdDQkNFQkN3SkFJQUJCQVdvaUJpQU5haUlNTFFBQUlnZ2dBQzBBQVNJSGF5SUVJQVJCSDNVaUJHb2dCSE1nQVU4TkFDQUdJQXBxTFFBQUlnUWdDR3NpQlNBRlFSOTFJZ1ZxSUFWeklBSW9BZ2dpQzA4TkFDQURJQVpxTFFBQUlnVWdCMnNpQ1NBSlFSOTFJZ2xxSUFseklBdFBEUUFnRENBRklBaHFJQVJCQVhScVFRSnFRUUoyT2dBQUlBWWdCeUFGUVFGMGFpQUVha0VDYWtFQ2Rqb0FBQ0FDS0FJRUlRRUxBa0FnQUVFQ2FpSUdJQTFxSWd3dEFBQWlDQ0FBTFFBQ0lnZHJJZ1FnQkVFZmRTSUVhaUFFY3lBQlR3MEFJQVlnQ21vdEFBQWlCQ0FJYXlJRklBVkJIM1VpQldvZ0JYTWdBaWdDQ0NJTFR3MEFJQU1nQm1vdEFBQWlCU0FIYXlJSklBbEJIM1VpQ1dvZ0NYTWdDMDhOQUNBTUlBVWdDR29nQkVFQmRHcEJBbXBCQW5ZNkFBQWdCaUFISUFWQkFYUnFJQVJxUVFKcVFRSjJPZ0FBSUFJb0FnUWhBUXNDUUNBQVFRTnFJZ1lnRFdvaURDMEFBQ0lJSUFBdEFBTWlCMnNpQkNBRVFSOTFJZ1JxSUFSeklBRlBEUUFnQmlBS2FpMEFBQ0lFSUFocklnVWdCVUVmZFNJRmFpQUZjeUFDS0FJSUlndFBEUUFnQXlBR2FpMEFBQ0lGSUFkcklna2dDVUVmZFNJSmFpQUpjeUFMVHcwQUlBd2dCU0FJYWlBRVFRRjBha0VDYWtFQ2Rqb0FBQ0FHSUFjZ0JVRUJkR29nQkdwQkFtcEJBblk2QUFBZ0FpZ0NCQ0VCQ3dKQUlBQkJCR29pQmlBTmFpSU1MUUFBSWdnZ0FDMEFCQ0lIYXlJRUlBUkJIM1VpQkdvZ0JITWdBVThOQUNBR0lBcHFMUUFBSWdRZ0NHc2lCU0FGUVI5MUlnVnFJQVZ6SUFJb0FnZ2lDMDhOQUNBRElBWnFMUUFBSWdVZ0Iyc2lDU0FKUVI5MUlnbHFJQWx6SUF0UERRQWdEQ0FGSUFocUlBUkJBWFJxUVFKcVFRSjJPZ0FBSUFZZ0J5QUZRUUYwYWlBRWFrRUNha0VDZGpvQUFDQUNLQUlFSVFFTEFrQWdBRUVGYWlJR0lBMXFJZ3d0QUFBaUNDQUFMUUFGSWdkcklnUWdCRUVmZFNJRWFpQUVjeUFCVHcwQUlBWWdDbW90QUFBaUJDQUlheUlGSUFWQkgzVWlCV29nQlhNZ0FpZ0NDQ0lMVHcwQUlBTWdCbW90QUFBaUJTQUhheUlKSUFsQkgzVWlDV29nQ1hNZ0MwOE5BQ0FNSUFVZ0NHb2dCRUVCZEdwQkFtcEJBblk2QUFBZ0JpQUhJQVZCQVhScUlBUnFRUUpxUVFKMk9nQUFJQUlvQWdRaEFRc0NRQ0FBUVFacUlnWWdEV29pREMwQUFDSUlJQUF0QUFZaUIyc2lCQ0FFUVI5MUlnUnFJQVJ6SUFGUERRQWdCaUFLYWkwQUFDSUVJQWhySWdVZ0JVRWZkU0lGYWlBRmN5QUNLQUlJSWd0UERRQWdBeUFHYWkwQUFDSUZJQWRySWdrZ0NVRWZkU0lKYWlBSmN5QUxUdzBBSUF3Z0JTQUlhaUFFUVFGMGFrRUNha0VDZGpvQUFDQUdJQWNnQlVFQmRHb2dCR3BCQW1wQkFuWTZBQUFnQWlnQ0JDRUJDeUFOSUFCQkIyb2lEV29pQ0MwQUFDSUdJQUF0QUFjaUFHc2lCeUFIUVI5MUlnZHFJQWR6SUFGUERRRWdDaUFOYWkwQUFDSUJJQVpySWdvZ0NrRWZkU0lLYWlBS2N5QUNLQUlJSWdwUERRRWdBeUFOYWkwQUFDSUNJQUJySWdNZ0EwRWZkU0lEYWlBRGN5QUtUdzBCSUFnZ0FpQUdhaUFCUVFGMGFrRUNha0VDZGpvQUFDQU5JQUFnQWtFQmRHb2dBV3BCQW1wQkFuWTZBQUFQQzBFQUlBTnJJZ2RCQVhRaEJDQUJJQUlvQWdCcVFYOXFMUUFBSWdGQkFXb2hCaUFCUVg5eklRaEJDQ0VCQTBBQ1FDQUFJQWRxSWdVdEFBQWlDaUFBTFFBQUlnMXJJZ3dnREVFZmRTSU1haUFNY3lBQ0tBSUVUdzBBSUFBZ0JHb3RBQUFpRENBS2F5SUxJQXRCSDNVaUMyb2dDM01nQWlnQ0NDSUxUdzBBSUFBZ0Eyb3RBQUFpQ1NBTmF5SU9JQTVCSDNVaURtb2dEbk1nQzA4TkFDQUZJQW9nQ0NBR0lBMGdDbXRCQW5RZ0NXc2dER3BCQkdwQkEzVWlDaUFLSUFaS0d5QUtJQWhJR3lJS2FrR3dMbW90QUFBNkFBQWdBQ0FOSUFwclFiQXVhaTBBQURvQUFBc2dBRUVCYWlFQUlBRkJmMm9pQVEwQUN3c0w2Z2dCQW44Z0FVRUFRYmdIRUFjaEFrRUJJUUVDUUFKQUlBQkJBUkFESWdOQmYwWU5BQ0FDSUFOQkFVWTJBZ0FDUUNBRFFRRkhEUUFnQUVFSUVBTWlBMEYvUmcwQklBSWdBellDQkNBRFFmOEJSdzBBSUFCQkVCQURJZ05CZjBZTkFTQUNJQU0yQWdnZ0FFRVFFQU1pQTBGL1JnMEJJQUlnQXpZQ0RBc2dBRUVCRUFNaUEwRi9SZzBBSUFJZ0EwRUJSallDRUNBRFFRRkdCRUFnQUVFQkVBTWlBMEYvUmcwQklBSWdBMEVCUmpZQ0ZBc2dBRUVCRUFNaUEwRi9SZzBBSUFJZ0EwRUJSallDR0FKQUFrQWdBMEVCUmdSQUlBQkJBeEFESWdOQmYwWU5BeUFDSUFNMkFod2dBRUVCRUFNaUEwRi9SZzBESUFJZ0EwRUJSallDSUNBQVFRRVFBeUlEUVg5R0RRTWdBaUFEUVFGR05nSWtJQU5CQVVjTkFTQUFRUWdRQXlJRFFYOUdEUU1nQWlBRE5nSW9JQUJCQ0JBRElnTkJmMFlOQXlBQ0lBTTJBaXdnQUVFSUVBTWlBMEYvUncwQ0RBTUxJQUpCQlRZQ0hBc2dBa0tDZ0lDQUlEY0NLRUVDSVFNTElBSWdBellDTUNBQVFRRVFBeUlEUVg5R0RRQWdBaUFEUVFGR05nSTBBa0FnQTBFQlJ3MEFJQUFnQWtFNGFoQUNJZ0VOQVNBQ0tBSTRRUVZMRFFJZ0FDQUNRVHhxRUFJaUFRMEJJQUlvQWp4QkJVME5BQXdDQzBFQklRRWdBRUVCRUFNaUEwRi9SZzBBSUFJZ0EwRUJSallDUUNBRFFRRkdCRUFnQUJBUElRRWdBRUVnRUFzaEF5QUJSUTBDSUFOQmYwWU5BaUFDSUFFMkFrUWdBQkFQSVFFZ0FFRWdFQXNoQXlBQlJRMENJQU5CZjBZTkFpQUNJQUUyQWtoQkFTRUJJQUJCQVJBRElnTkJmMFlOQVNBQ0lBTkJBVVkyQWt3TElBQkJBUkFESWdOQmYwWU5BQ0FDSUFOQkFVWTJBbEFDUUNBRFFRRkdCRUFnQUNBQ1FkUUFhaEFjSWdGRkRRRU1BZ3NnQWtFQk5nSlVJQUpDbUlDQWdJQUROd0xvQXlBQ1FwaUFnSUNBQXpjQzRBTWdBa0dCa0txSkFUWUM0QUVnQWtHQmtLcUpBVFlDWUF0QkFTRUJJQUJCQVJBRElnTkJmMFlOQUNBQ0lBTkJBVVkyQXZBREFrQWdBMEVCUmdSQUlBQWdBa0gwQTJvUUhDSUJSUTBCREFJTElBSkJBVFlDOUFNZ0FrS1lnSUNBZ0FNM0FvZ0hJQUpDbUlDQWdJQUROd0tBQnlBQ1FZRzR1UElBTmdLQUJTQUNRWUc0dVBJQU5nS0FCQXNDUUNBQ0tBSlFSUVJBSUFJb0F2QURSUTBCQzBFQklRRWdBRUVCRUFNaUEwRi9SZzBCSUFJZ0EwRUJSallDa0FjTFFRRWhBU0FBUVFFUUF5SURRWDlHRFFBZ0FpQURRUUZHTmdLVUJ5QUFRUUVRQXlJRFFYOUdEUUFnQWlBRFFRRkdOZ0tZQndKQUlBTkJBVVlFUUNBQVFRRVFBeUlEUVg5R0RRSWdBaUFEUVFGR05nS2NCeUFBSUFKQm9BZHFFQUlpQVEwQ0lBSW9BcUFIUVJCTERRTWdBQ0FDUWFRSGFoQUNJZ0VOQWlBQ0tBS2tCMEVRU3cwRElBQWdBa0dvQjJvUUFpSUJEUUlnQWlnQ3FBZEJFRXNOQXlBQUlBSkJyQWRxRUFJaUFRMENRUUVoQVNBQ0tBS3NCMEVRU3cwQ0lBQWdBa0d3QjJvUUFpSUJEUUlnQUNBQ1FiUUhhaEFDSWdGRkRRRU1BZ3NnQWtFUU5nSzBCeUFDUXBDQWdJQ0FBamNDckFjZ0FrS0JnSUNBZ0FJM0FxUUhJQUpDZ1lDQWdDQTNBcHdIQzBFQUlRRUxJQUVQQzBFQkMwMEJBbjhqQUVFUWF5SURKQUJCQVNFRUFrQWdBQ0FEUVF4cUVBSU5BQ0FES0FJTUlnQkJMMHNOQUNBQlFkQS9RWURBQUNBQ0d5QUFhaTBBQURZQ0FFRUFJUVFMSUFOQkVHb2tBQ0FFQ3o0QkFuOENRQ0FBS0FJTVFRTjBJQUFvQWhCcklnRkZCRUFNQVF0QkFTRUNJQUZCQ0VzTkFFRUJJQUZCZjJwMElBQVFEMEVnSUFGcmRrY1BDeUFDQ3pJQkFuOENRRUdBZ0lEQUFDSUJJQUJ4RFFBRFFDQUNRUUZxSVFJZ0FVRUJkaUlCUlEwQklBQWdBWEZGRFFBTEN5QUNDNG9DQVFkL0lBRkJvRDFxTFFBQVFReHNRZEE4YWlnQ0FDRUNRUUVoQXlBQlFRWlBCRUJCQUNFRElBSWdBVUdRUEdvdEFBQkJmMnAwSVFJTElBQWdBQ2dDQUNJQklBQW9BZ2dpQkdzaUJTQUFLQUlFSWdZZ0FDZ0NEQ0lIYXlJSWF5QUNiQ0FEZFRZQ0RDQUFJQVVnQ0dvZ0Ftd2dBM1UyQWdnZ0FDQUJJQVJxSWdFZ0JpQUhhaUlFYXlBQ2JDQURkVFlDQkNBQUlBRWdCR29nQW13Z0EzVTJBZ0FnQUNBQUtBSWNJZ0VnQUNnQ0ZDSUVhaUlGSUFBb0FoZ2lCaUFBS0FJUUlnZHFJZ2hxSUFKc0lBTjFOZ0lRSUFBZ0JDQUJheUlCSUFjZ0Jtc2lCR29nQW13Z0EzVTJBaGdnQUNBSUlBVnJJQUpzSUFOMU5nSVVJQUFnQkNBQmF5QUNiQ0FEZFRZQ0hBdlBDQUVVZnlBQUlBQW9BaXdpQWlBQUtBSU1JZ1pxSWdVZ0FDZ0NOQ0lFSUFBb0FpQWlFR29pQ21zaUVUWUNMQ0FBS0FJb0lRTWdBQ0FHSUFKcklnY2dFQ0FFYXlJRWF5SUdOZ0lvSUFBb0FpUWhBaUFBSUFRZ0Iyb2lCRFlDSkNBQUlBVWdDbW9pQlRZQ0lDQUFJQUFvQWh3aUNpQUFLQUlJSWdkcUlnZ2dBQ2dDTUNJTUlBQW9BaEFpQ1dvaUMyc2lFRFlDSENBQUtBSVlJUThnQUNBSElBcHJJZ2NnQ1NBTWF5SU1heUlLTmdJWUlBQW9BaFFoQ1NBQUlBY2dER29pQnpZQ0ZDQUFJQWdnQzJvaUNEWUNFQ0FBSUFrZ0FDZ0NBQ0lMYWlJU0lBOGdBQ2dDQkNJTmFpSU9heUlNTmdJTUlBQWdDeUFKYXlJSklBMGdEMnNpQzJzaUR6WUNDQ0FBSUFrZ0Myb2lDVFlDQkNBQUlBNGdFbW9pQ3pZQ0FDQUFJQUlnQUNnQ09DSU5haUlUSUFNZ0FDZ0NQQ0lPYWlJVWF5SVNOZ0k4SUFBZ0FpQU5heUlDSUFNZ0Rtc2lBMnNpRFRZQ09DQUFJQUlnQTJvaURqWUNOQ0FBSUJNZ0ZHb2lFellDTUNBQlFaQThhaTBBQUNFQ0lBRkJvRDFxTFFBQVFReHNRZEE4YWlnQ0FDRURJQUZCREU4RVFDQUFJQU1nQWtGK2FuUWlBU0FGSUF0cUlnTWdDQ0FUYWlJQ2EydzJBakFnQUNBTElBVnJJZ1VnQ0NBVGF5SUlheUFCYkRZQ0lDQUFJQVVnQ0dvZ0FXdzJBaEFnQUNBQ0lBTnFJQUZzTmdJQUlBQWdCQ0FKYWlJRElBY2dEbW9pQW1zZ0FXdzJBalFnQUNBSklBUnJJZ1FnQnlBT2F5SUZheUFCYkRZQ0pDQUFJQVFnQldvZ0FXdzJBaFFnQUNBQ0lBTnFJQUZzTmdJRUlBQWdCaUFQYWlJRElBb2dEV29pQW1zZ0FXdzJBamdnQUNBUElBWnJJZ1lnQ2lBTmF5SUVheUFCYkRZQ0tDQUFJQVFnQm1vZ0FXdzJBaGdnQUNBQ0lBTnFJQUZzTmdJSUlBQWdEQ0FSYXlJRElCQWdFbXNpQW1zZ0FXdzJBaXdnQUNBQ0lBTnFJQUZzTmdJY0lBQWdFQ0FTYWlJRElBd2dFV29pQW1vZ0FXdzJBZ3dnQUNBQ0lBTnJJQUZzTmdJOER3c2dBRUVCUVFJZ0FVRjZha0VHU1JzaUFTQUZJQXRxSWhRZ0NDQVRhaUlWYXlBRGJHcEJBaUFDYXlJQ2RUWUNNQ0FBSUFzZ0JXc2lCU0FJSUJOcklnaHJJQU5zSUFGcUlBSjFOZ0lnSUFBZ0JTQUlhaUFEYkNBQmFpQUNkVFlDRUNBQUlCUWdGV29nQTJ3Z0FXb2dBblUyQWdBZ0FDQUVJQWxxSWdVZ0J5QU9haUlJYXlBRGJDQUJhaUFDZFRZQ05DQUFJQWtnQkdzaUJDQUhJQTVySWdkcklBTnNJQUZxSUFKMU5nSWtJQUFnQkNBSGFpQURiQ0FCYWlBQ2RUWUNGQ0FBSUFVZ0NHb2dBMndnQVdvZ0FuVTJBZ1FnQUNBR0lBOXFJZ1FnQ2lBTmFpSUZheUFEYkNBQmFpQUNkVFlDT0NBQUlBOGdCbXNpQmlBS0lBMXJJZ3BySUFOc0lBRnFJQUoxTmdJb0lBQWdCaUFLYWlBRGJDQUJhaUFDZFRZQ0dDQUFJQVFnQldvZ0Eyd2dBV29nQW5VMkFnZ2dBQ0FNSUJGcklnWWdFQ0FTYXlJRWF5QURiQ0FCYWlBQ2RUWUNMQ0FBSUFRZ0Jtb2dBMndnQVdvZ0FuVTJBaHdnQUNBUUlCSnFJZ1lnRENBUmFpSVJhaUFEYkNBQmFpQUNkVFlDRENBQUlCRWdCbXNnQTJ3Z0FXb2dBblUyQWp3THZRVUJCbjhqQUVFZ2F5SUZKQUFnQTBFQU5nSUFBa0FnQVNnQ0FDSUdRUkpMRFFCQkFTQUdkQ0lHUWNEZkgzRkZCRUFnQmtFaWNVVU5BU0FDUWJRS2FpZ0NBQVJBSUFOQkFUWUNBQ0FDUVFBMkFyUUtDeUFBSUFWQkhHb1FJQ0lFRFFGQjhQOERJUVFnQWlBRktBSWNRUUowYWlnQ2xBRWlDRVVOQVNBQ0lBZ29BZ1FpQmtFQ2RHb29BaFFpQjBVTkFRSkFJQUlvQWdnaUNVRWdSZzBBSUFZZ0NVWU5BQ0FCS0FJQVFRVkhEUUlMQWtBZ0FrR1lDbW9vQWdBaUJDQUJLQUlFSWdaR0RRQWdCRUVBSUFZYkRRQWdBMEVCTmdJQUN5QUJLQUlBSVFRQ1FBSkFJQUlvQXBRS1FRVkdCRUFnQkVFRlJ3MEJEQUlMSUFSQkJVY05BUXNnQTBFQk5nSUFDMEVCSVFRZ0FDQUhLQUlNSUFWQkdHb1FQUTBCSUFVb0FoZ2lCaUFDUVp3S2FpZ0NBRWNFUUNBQ0lBWTJBcHdLSUFOQkFUWUNBQXNnQVNnQ0FFRUZSZ1JBSUFBZ0J5Z0NEQ0FGUVJScUVEd05BZ0pBSUFJb0FwUUtRUVZIQkVBZ0JTZ0NGQ0VFREFFTElBSkJvQXBxS0FJQUlnUWdCU2dDRkNJR1JnMEFJQU5CQVRZQ0FDQUdJUVFMSUFKQm9BcHFJQVEyQWdBTEFrQWdCeWdDRUNJRVFRRkxEUUFnQkVFQmF3UkFRUUVoQkNBQUlBY2dBU2dDQUNBRlFRaHFFRHNOQXlBRktBSUlJZ1FnQWtHa0Ntb29BZ0JIQkVBZ0FpQUVOZ0trQ2lBRFFRRTJBZ0FMSUFnb0FnaEZEUUVnQUNBSElBRW9BZ0FnQlVFUWFoQTZJZ1FOQXlBRktBSVFJZ0FnQWtHb0Ntb29BZ0JHRFFFZ0FpQUFOZ0tvQ2lBRFFRRTJBZ0FNQVFzZ0J5Z0NHQTBBSUFBZ0J5QUJLQUlBSUFnb0FnZ2dCVUVJYWhBNUlnUU5BaUFGS0FJSUlnQWdBa0dzQ21vb0FnQkhCRUFnQWlBQU5nS3NDaUFEUVFFMkFnQUxJQWdvQWdoRkRRQWdCU2dDRENJQUlBSkJzQXBxS0FJQVJnMEFJQUlnQURZQ3NBb2dBMEVCTmdJQUN5QUNJQUVwQWdBM0FwUUtRUUFoQkF3QkN5QURRUUUyQWdBTElBVkJJR29rQUNBRUMzOEJBMzhDUUFKQUFrQWdBRUg4Q21vb0FnQUVRQ0FBS0FLWUNTSUREUUZCQVE4TFFRRWhBU0FBUWF3SmFpZ0NBQ0FBS0FLWUNVY05BUXdDQ3lBQUtBSzhDU0VCUVFBaEFBTkFJQUlnQVNBQVFkZ0JiR29vQXNRQlFRQkhhaUVDSUFCQkFXb2lBQ0FEUncwQUMwRUJJUUVnQWlBRFJnMEJDMEVBSVFFTElBRUxTZ0VEZnlBQVFnQTNBcWdKSUFBb0FwZ0pJZ0VFUUNBQUtBSzhDU0VDUVFBaEFBTkFJQUlnQUVIWUFXeHFJZ05CQURZQ3hBRWdBMEVBTmdJRUlBQkJBV29pQUNBQlJ3MEFDd3NMZ3dZQkRIOUJBU0VHQWtBZ0FDQUJRUUowYWlnQ2xBRWlCRVVOQUNBQUlBUW9BZ1FpQ1VFQ2RHb2lDa0VVYWlnQ0FDSURSUTBBQWtBZ0JDZ0NEQ0lGUVFKSkRRQWdBeWdDTkNJSElBTW9BamhzSVFnQ1FDQUVLQUlRSWdOQkFrc05BQUpBQWtBQ1FDQURRUUZyRGdJREFBRUxJQVZCZjJvaEN5QUVLQUljSVF3Z0JDZ0NHQ0VOUVFBaEF3d0JDeUFFS0FJVUlRZEJBQ0VEQTBBZ0J5QURRUUowYWlnQ0FDQUlUUVJBSUFVZ0EwRUJhaUlEUncwQkRBUUxDMEVCRHdzRFFDQU5JQU5CQW5RaUJXb29BZ0FpRGlBRklBeHFLQUlBSWdWTERRTWdCU0FJVHcwRElBNGdCM0FnQlNBSGNFMEVRQ0FEUVFGcUlnTWdDMFlOQXd3QkN3dEJBUThMSUFOQmZXcEJBazBFUUNBRUtBSWtJQWhORFFFTUFnc2dBMEVHUncwQUlBUW9BaWdnQ0VrTkFRc0NRQ0FBS0FJRUlnTkJnQUpHQkVBZ0FDQUVOZ0lNSUFBZ0FUWUNCQ0FBSUFrMkFnZ2dBQ0FLS0FJVUlnRTJBaEFnQVNnQ05DRUNJQUVvQWpnaEFTQUFRUUUyQXJRYUlBQkJ3QXBxSUFFMkFnQWdBRUc4Q21vZ0FqWUNBQ0FBSUFFZ0FtdzJBcGdKREFFTElBQW9BclFhQkVBZ0FFRUFOZ0swR2lBQUtBSzhDUkFFSUFCQkFEWUN2QWtnQUNnQ2xBa1FCQ0FBSUFBb0FwZ0pJZ0ZCMkFGc0lnUVFDaUlDTmdLOENTQUFJQUZCQW5RUUNpSUROZ0tVQ1VILy93TWhCaUFDUlEwQ0lBTkZEUUlnQWtFQUlBUVFCeUFBS0FJUUtBSTBJQUVRVGlBQUtBSVFJUUZCQVNFQ0FrQWdBQ2dDd0FrTkFDQUJLQUlRUVFKR0RRQUNRQ0FCS0FKUVJRMEFJQUVvQWxRaUJDZ0NtQWRGRFFBZ0JDZ0NzQWRGRFFFTFFRQWhBZ3NnQUVIRUNXb2dBU2dDT0NBQktBSTBiQ0FCS0FKWUlBRW9BaXdnQVNnQ0RDQUNFRndpQmtVTkFRd0NDeUFCSUFOR0RRQWdBQ2dDQ0NBSlJ3UkFJQUpGRFFJZ0FDQUVOZ0lNSUFBZ0FUWUNCQ0FBSUFrMkFnZ2dBQ0FLS0FJVUlnRTJBaEFnQVNnQ05DRUNJQUVvQWpnaEFTQUFRUUUyQXJRYUlBQkJ3QXBxSUFFMkFnQWdBRUc4Q21vZ0FqWUNBQ0FBSUFFZ0FtdzJBcGdKREFFTElBQWdCRFlDRENBQUlBRTJBZ1FMUVFBaEJnc2dCZ3UyQVFFRGZ3SkFJQUFnQVNnQ0FDSURRUUowYWlJQ0tBS1VBU0lFUlFSQUlBSkJ5QUFRQ2lJQU5nS1VBU0FBRFFFUEN3SkFJQU1nQUNnQ0JFY05BQ0FCS0FJRUlBQW9BZ2hHRFFBZ0FFR0JBallDQkFzZ0JDZ0NGQkFFSUFJb0FwUUJRUUEyQWhRZ0FpZ0NsQUVvQWhnUUJDQUNLQUtVQVVFQU5nSVlJQUlvQXBRQktBSWNFQVFnQWlnQ2xBRkJBRFlDSENBQ0tBS1VBU2dDTEJBRUlBSW9BcFFCUVFBMkFpd0xJQUlvQXBRQklBRkJ5QUFRRlJvTDFnRUJBMzhDUUNBQUlBRW9BZ2dpQTBFQ2RHb2lBaWdDRkNJRVJRUkFJQUpCM0FBUUNpSUFOZ0lVSUFBTkFROExJQUFvQWdnZ0EwWUVRQ0FCSUFBb0FoQVFRZ1JBSUFJb0FoUW9BaWdRQkNBQ0tBSVVRUUEyQWlnZ0FpZ0NGQ2dDVkJBRUlBSW9BaFJCQURZQ1ZDQUFRUUEyQWhBZ0FFR0JBallDQkNBQVFpRTNBZ2dNQWdzZ0FTZ0NLQkFFSUFGQkFEWUNLQ0FCS0FKVUVBUWdBVUVBTmdKVUR3c2dCQ2dDS0JBRUlBSW9BaFJCQURZQ0tDQUNLQUlVS0FKVUVBUWdBaWdDRkVFQU5nSlVDeUFDS0FJVUlBRkIzQUFRRlJvTDBnSUJBMzhqQUVFZ2F5SUVKQUFnQkNBQktBSVFOZ0lRSUFRZ0FTa0NDRGNEQ0NBRUlBRXBBZ0EzQXdBQ1FDQUVJQVJCSEdvUUFpSUJEUUFnQkNBRVFSeHFFQUlpQVEwQUlBUWdCRUVjYWhBQ0lnRU5BQ0FDS0FJTUlRWkJBQ0VCQTBBZ0FTSUZRUUZxSVFFZ0JpQUZkZzBBQ3lBRUlBVkJmMm9RQTBGL1JnUkFRUUVoQVF3QkN5QUVJQVJCSEdvUUFpSUJEUUFDUUNBQ0tBSVFJZ0VFZnlBQkJTQUNLQUlVSVFaQkFDRUJBMEFnQVNJRlFRRnFJUUVnQmlBRmRnMEFDeUFFSUFWQmYyb1FBMEYvUmdSQVFRRWhBUXdEQ3lBREtBSUlCRUFnQkNBRVFSaHFFQVVpQVEwREN5QUNLQUlRQzBFQlJ3MEFJQUlvQWhnTkFDQUVJQVJCR0dvUUJTSUJEUUVnQXlnQ0NFVU5BQ0FFSUFSQkdHb1FCU0lCRFFFTElBTW9Ba1FFUUNBRUlBUkJIR29RQWlJQkRRRUxJQUFnQkVFQkVBTWlBRFlDQUNBQVFYOUdJUUVMSUFSQklHb2tBQ0FCQzhZQkFRSi9Jd0JCSUdzaUJTUUFJQVVnQUNnQ0VEWUNFQ0FGSUFBcEFnZzNBd2dnQlNBQUtRSUFOd01BQWtBZ0JTQUZRUnhxRUFJaUFBMEFJQVVnQlVFY2FoQUNJZ0FOQUNBRklBVkJIR29RQWlJQURRQWdBU2dDRENFR1FRQWhBQU5BSUFBaUFVRUJhaUVBSUFZZ0FYWU5BQXNnQlNBQlFYOXFFQU5CZjBZRVFFRUJJUUFNQVFzZ0FrRUZSZ1JBSUFVZ0JVRWNhaEFDSWdBTkFRc2dCU0FFRUFVaUFBMEFJQU1FUUNBRklBUkJCR29RQlNJQURRRUxRUUFoQUFzZ0JVRWdhaVFBSUFBTDRRRUJBMzhqQUVFZ2F5SUVKQUFnQkNBQUtBSVFOZ0lRSUFRZ0FDa0NDRGNEQ0NBRUlBQXBBZ0EzQXdBQ1FDQUVJQVJCSEdvUUFpSUFEUUFnQkNBRVFSeHFFQUlpQUEwQUlBUWdCRUVjYWhBQ0lnQU5BQ0FCS0FJTUlRWkJBQ0VBQTBBZ0FDSUZRUUZxSVFBZ0JpQUZkZzBBQ3lBRUlBVkJmMm9RQTBGL1JnUkFRUUVoQUF3QkN5QUNRUVZHQkVBZ0JDQUVRUnhxRUFJaUFBMEJDeUFCS0FJVUlRSkJBQ0VBQTBBZ0FDSUJRUUZxSVFBZ0FpQUJkZzBBQ3lBRUlBRkJmMm9RQTBGL1JnUkFRUUVoQUF3QkN5QUVJQU1RQlNFQUN5QUVRU0JxSkFBZ0FBdm1BUUVEZnlNQVFTQnJJZ1FrQUNBRUlBQW9BaEEyQWhBZ0JDQUFLUUlJTndNSUlBUWdBQ2tDQURjREFBSkFJQVFnQkVFY2FoQUNJZ0FOQUNBRUlBUkJIR29RQWlJQURRQWdCQ0FFUVJ4cUVBSWlBQTBBSUFFb0Fnd2hCa0VBSVFBRFFDQUFJZ1ZCQVdvaEFDQUdJQVYyRFFBTElBUWdCVUYvYWhBRFFYOUdCRUJCQVNFQURBRUxJQUpCQlVZRVFDQUVJQVJCSEdvUUFpSUFEUUVMSUFFb0FoUWhBa0VBSVFBRFFDQUFJZ0ZCQVdvaEFDQUNJQUYyRFFBTElBUWdBVUYvYWhBRElnQkJmMFlFUUVFQklRQU1BUXNnQXlBQU5nSUFRUUFoQUFzZ0JFRWdhaVFBSUFBTGtnRUJBbjhqQUVFZ2F5SURKQUFnQXlBQUtBSVFOZ0lRSUFNZ0FDa0NBRGNEQUNBRElBQXBBZ2czQXdnQ1FDQURJQU5CSEdvUUFpSUFEUUFnQXlBRFFSeHFFQUlpQUEwQUlBTWdBMEVjYWhBQ0lnQU5BRUVBSVFBRFFDQUFJZ1JCQVdvaEFDQUJJQVIyRFFBTElBTWdCRUYvYWhBRFFYOUdCRUJCQVNFQURBRUxJQU1nQWhBQ0lRQUxJQU5CSUdva0FDQUFDNWNCQVFKL0l3QkJJR3NpQXlRQUlBTWdBQ2dDRURZQ0VDQURJQUFwQWdnM0F3Z2dBeUFBS1FJQU53TUFBa0FnQXlBRFFSeHFFQUlpQUEwQUlBTWdBMEVjYWhBQ0lnQU5BQ0FESUFOQkhHb1FBaUlBRFFCQkFDRUFBMEFnQUNJRVFRRnFJUUFnQVNBRWRnMEFDeUFESUFSQmYyb1FBeUlBUVg5R0JFQkJBU0VBREFFTElBSWdBRFlDQUVFQUlRQUxJQU5CSUdva0FDQUFDNjhPQVFwL0l3QkJFR3NpQlNRQUlBRkJBRUhjQnhBSElRY2dBaWdDTkNFR0lBSW9BamdoQ0FKQUlBQWdCVUVFYWhBQ0lnRU5BQ0FISUFVb0FnUWlBVFlDQUNBQklBWWdDR3dpQzA4RVFFRUJJUUVNQVFzZ0FDQUZRUVJxRUFJaUFRMEFJQWNnQlNnQ0JDSUdOZ0lFSUFaQkIwc0VRRUVCSVFFTUFRdEJBU0VCQWtBQ1FDQUdRUUZyRGdjQ0FRSUNBQUlCQUFzZ0JDZ0NBRUVGUmdSQURBSUxJQUlvQWl3TkFBd0JDeUFBSUFWQkJHb1FBaUlCRFFBZ0J5QUZLQUlFSWdZMkFnaEJBU0VCSUFZZ0F5Z0NBRWNOQUNBQ0tBSU1JUWhCQUNFQkEwQWdBU0lHUVFGcUlRRWdDQ0FHZGcwQUMwRUJJUUVnQUNBR1FYOXFFQU1pQmtGL1JnMEFJQVpCQUNBRUtBSUFJZ2hCQlVZYkRRQWdCeUFHTmdJTUlBaEJCVVlFUUNBQUlBVkJCR29RQWlJQkRRRWdCeUFGS0FJRUlnWTJBaEJCQVNFQklBWkIvLzhEU3cwQkN3SkFJQUlvQWhBaUFRUi9JQUVGSUFJb0FoUWhDRUVBSVFFRFFDQUJJZ1pCQVdvaEFTQUlJQVoyRFFBTElBQWdCa0YvYWhBRElnRkJmMFlFUUVFQklRRU1Bd3NnQnlBQk5nSVVJQU1vQWdnRVFDQUFJQVVRQlNJQkRRTWdCeUFGS0FJQU5nSVlDeUFFS0FJQVFRVkdCRUJCQVNFQklBY29BaFFpQmlBQ0tBSVVRUUYyU3cwRElBWkJBQ0FIS0FJWUlnaEJIM1VnQ0hGclJ3MERDeUFDS0FJUUMwRUJSdzBBSUFJb0FoZ05BQ0FBSUFVUUJTSUJEUUVnQnlBRktBSUFOZ0ljSUFNb0FnZ0VRQ0FBSUFVUUJTSUJEUUlnQnlBRktBSUFOZ0lnQ3lBRUtBSUFRUVZIRFFCQkFTRUJJQWNvQWh3aUJpQUhLQUlnSUFZZ0FpZ0NJR3BxSWdnZ0JpQUlTQnNOQVFzZ0F5Z0NSQVJBSUFBZ0JVRUVhaEFDSWdFTkFTQUhJQVVvQWdRaUJqWUNKRUVCSVFFZ0JrSC9BRXNOQVFzQ1FDQUhLQUlFSWdGQkJVc05BQUpBSUFGQkFXc09CQUVCQVFFQUMwRUJJUUVnQUVFQkVBTWlCa0YvUmcwQklBY2dCallDS0FKQUlBWUVRQ0FBSUFWQkJHb1FBaUlCRFFOQkFTRUJJQVVvQWdRaUJrRVBTdzBESUFaQkFXb2hCZ3dCQ3lBREtBSXdJZ1pCRUVzTkFnc2dCeUFHTmdJc0lBY29BZ1FoQVFzQ1FDQUJRUVZMRFFBQ1FDQUJRUUZyRGdRQkFRRUJBQXNnQWlnQ0RDRUpJQWNvQWl3aENrRUJJUUVnQUVFQkVBTWlCa0YvUmcwQklBY2dCallDUkNBR1JRMEFRUUFoQVFOQUlBRWlCaUFLU3dSQVFRRWhBUXdEQ3lBQUlBVkJDR29RQWlJQkRRSWdCU2dDQ0NJQlFRTkxCRUJCQVNFQkRBTUxJQWNnQmtFTWJHb2lDQ0FCTmdKSUFrQWdBVUVCVFFSQUlBQWdCVUVNYWhBQ0lnRU5CQ0FGS0FJTUlnRWdDVThFUUVFQklRRU1CUXNnQ0NBQlFRRnFOZ0pNREFFTElBRkJBa2NOQUNBQUlBVkJER29RQWlJQkRRTWdDQ0FGS0FJTU5nSlFDeUFHUVFGcUlRRWdCU2dDQ0VFRFJ3MEFDMEVCSVFFZ0JrVU5BUXNDUUNBRUtBSUVSUTBBSUFRb0FnQWhCQ0FDS0FJc0lRbEJBU0VCSUFCQkFSQURJUUlnQkVFRlJnUkFJQUpCZjBZTkFpQUhJQUkyQXBRQ0lBQkJBUkFESWdKQmYwWU5BaUFISUFJMkFwZ0NJQWtOQVNBQ1JRMEJEQUlMSUFKQmYwWU5BU0FISUFJMkFwd0NJQUpGRFFBZ0NVRUJkRUVEYWlFT1FRQWhCa0VBSVFwQkFDRUVBMEFnQmlBT1JnUkFRUUVoQVF3REN5QUFJQVZCQ0dvUUFpSUJEUUlnQlNnQ0NDSUNRUVpMQkVCQkFTRUJEQU1MSUFjZ0JrRVViR29pQ0NBQ05nS2dBZ0ovSUFKQkFuSkJBMFlFUUNBQUlBVkJER29RQWlJQkRRUWdDQ0FGS0FJTVFRRnFOZ0trQWlBRktBSUlJUUlMSUFKQkFrWUxCRUFnQUNBRlFReHFFQUlpQVEwRElBZ2dCU2dDRERZQ3FBSWdCU2dDQ0NFQ0N3SkFJQUpCZldvaUFVRURTdzBBQWtBZ0FVRUJhdzRDQVFFQUN5QUFJQVZCREdvUUFpSUJEUU1nQ0NBRktBSU1OZ0tzQWlBRktBSUlJUUlMSUFKQkJFWUVRQ0FBSUFWQkRHb1FBaUlCRFFNZ0JTZ0NEQ0lCSUFsTEJFQkJBU0VCREFRTElBZ2dBVUYvYWtILy93TWdBUnMyQXJBQ0lBcEJBV29oQ2lBRktBSUlJUUlMSUFaQkFXb2hCaUFNSUFKQkJrWnFJUXdnQkNBQ1FRVkdhaUVFSUEwZ0FrRi9ha0VEU1dvaERTQUNEUUFMUVFFaEFTQUVJQXB5SUF4eVFRRkxEUUVnQkVVTkFDQU5EUUVMSUFBZ0JSQUZJZ0VOQUNBSElBVW9BZ0FpQVRZQ01DQUZJQUVnQXlnQ05Hb2lBallDQUVFQklRRWdBa0V6U3cwQUFrQWdBeWdDUEVVTkFDQUFJQVZCQkdvUUFpSUJEUUVnQnlBRktBSUVJZ0kyQWpSQkFTRUJJQUpCQWtzTkFTQUNRUUZHRFFBZ0FDQUZFQVVpQVEwQlFRRWhBU0FGS0FJQUlnSkJCbXBCREVzTkFTQUhJQUpCQVhRMkFqZ2dBQ0FGRUFVaUFRMEJRUUVoQVNBRktBSUFJZ0pCQm1wQkRFc05BU0FISUFKQkFYUTJBandMQWtBZ0F5Z0NERUVDU1EwQUlBTW9BaEJCZldwQkFrc05BRUVDUVFFZ0N5QUxJQU1vQWlRaUFXNGlBaUFCYkdzYklBSnFJUVJCQUNFQ0EwQWdCQ0FDSWdGQkFXb2lBbllOQUFzZ0JTQUFJQUlnQVNBRVFYOGdBWFJCZjNOeEd4QURJZ0EyQWdSQkFTRUJJQUJCZjBZTkFTQUhJQUEyQWtBZ0FDQUxJQU1vQWlRaUFHcEJmMm9nQUc1TERRRUxRUUFoQVFzZ0JVRVFhaVFBSUFFTHdRa0JEWDhnQXlBRWJDRUZJQUVvQWd3aUNVRUJSZ1JBSUFCQkFDQUZRUUowRUFjYUR3c0NRQUpBQWtBQ1FDQUJLQUlRSWdaQmZXcEJBazBFUUNBQktBSWtJQUpzSWdJZ0JTQUNJQVZKR3lFTElBWkJmbkZCQkVjTkFTQUZJQXRySUFzZ0FTZ0NJQnNoQndzQ1FBSkFBa0FnQmtFRlRRUkFJQVpCQVdzT0JRWUZCQU1DQVFzZ0JVVU5CaUFCS0FJc0lRSkJBQ0VCQTBBZ0FDQUJRUUowSWdOcUlBSWdBMm9vQWdBMkFnQWdBVUVCYWlJQklBVkhEUUFMREFZTEFrQWdDUVJBSUFFb0FoUWhBa0VBSVFZTUFRc2dCVVVOQmdOQURBQUFDd0FMQTBCQkFDRUVJQVlnQlU4TkJnTkFRUUFoQndKQUlBSWdCRUVDZEdvaUF5Z0NBQ0lCUlEwQUlBRWhCeUFGSUFaTkRRQkJBQ0VCUVFBZ0JTQUdheUlISUFjZ0JVc2JJUWdEUUNBQUlBRWdCbXBCQW5ScUlBUTJBZ0FnQVVFQmFpSUJJQU1vQWdBaUIwOE5BU0FCSUFoSERRQUxDeUFFUVFGcUlnUWdDVWxCQUNBR0lBZHFJZ1lnQlVrYkRRQUxJQVlnQlVrTkFBc01CUXNnQTBVTkJDQUVSUTBFUVFFZ0FTZ0NJQ0lKYXlFSVFRQWhCVUVBSVFJRFFFRUFJUUVnQlNFR0EwQWdBQ0FCSUFOc0lBSnFRUUowYWlBSklBZ2dCaUFIU1JzMkFnQWdCa0VCYWlFR0lBRkJBV29pQVNBRVJ3MEFDeUFFSUFWcUlRVWdBa0VCYWlJQ0lBTkhEUUFMREFRTElBVkZEUU5CQVNBQktBSWdJZ0pySVFOQkFDRUJBMEFnQUNBQlFRSjBhaUFDSUFNZ0FTQUhTUnMyQWdBZ0FVRUJhaUlCSUFWSERRQUxEQU1MSUFFb0FpQWhBaUFGQkVCQkFDRUJBMEFnQUNBQlFRSjBha0VCTmdJQUlBRkJBV29pQVNBRlJ3MEFDd3NnQzBVTkFpQURRWDlxSVE4Z0JFRi9haUVRSUFKQmYyb2hCa0VCSUFKQkFYUWlBV3NoQlNBQlFYOXFJUWtnQkNBQ2EwRUJkaUlLSVF3Z0F5QUNhMEVCZGlJTklRUWdDaUVJSUEwaEFVRUFJUWNEUUNBQUlBTWdDR3dnQVdwQkFuUnFJZzRvQWdBaUVVRUJSZ1JBSUE1QkFEWUNBQXNnRVVFQlJpRU9Ba0FDUUNBR1FYOUhEUUFnQVNBRVJ3MEFRUUFoQmlBSklRSWdCRUVCSUFSQkFVb2JRWDlxSWdFaEJBd0JDd0pBSUFaQkFVY05BQ0FCSUExSERRQkJBQ0VHSUFVaEFpQU5RUUZxSWdFZ0R5QUJJQTlJR3lJQklRME1BUXNDUUNBQ1FYOUhEUUFnQ0NBTVJ3MEFRUUFoQWlBRklRWWdERUVCSUF4QkFVb2JRWDlxSWdnaERBd0JDd0pBSUFKQkFVY05BQ0FJSUFwSERRQkJBQ0VDSUFraEJpQUtRUUZxSWdnZ0VDQUlJQkJJR3lJSUlRb01BUXNnQWlBSWFpRUlJQUVnQm1vaEFRc2dCeUFPYWlJSElBdEpEUUFMREFJTElBRW9BaHdoQnlBQktBSVlJUWdnQlFSQUlBbEJmMm9oQWtFQUlRRURRQ0FBSUFGQkFuUnFJQUkyQWdBZ0FVRUJhaUlCSUFWSERRQUxJQUpGRFFJTElBbEJmbW9oQVFOQUFrQWdDQ0FCSWdSQkFuUWlBV29vQWdBaUJpQURiaUlDSUFFZ0Iyb29BZ0FpQVNBRGJpSUZTdzBBSUFZZ0FpQURiR3NpQmlBQklBTWdCV3hySWdsTEJFQURRQ0FDUVFGcUlnSWdCVTBOQUF3Q0FBc0FDd05BSUFJZ0Eyd2hDaUFHSVFFRFFDQUFJQUVnQ21wQkFuUnFJQVEyQWdBZ0FVRUJhaUlCSUFsTkRRQUxJQUpCQVdvaUFpQUZUUTBBQ3dzZ0JFRi9haUVCSUFRTkFBc01BUXNnQlVVTkFFRUFJUUVEUUNBQUlBRkJBblJxSUFFZ0EyNGlBaUFKYkVFQmRpQUJJQUlnQTJ4cmFpQUpjRFlDQUNBQlFRRnFJZ0VnQlVjTkFBc0xDOFFCQVFWL0lBQW9BcWdKSVFRQ1FDQUFRYkFKYWlnQ0FDSUNSUTBBSUFKQmYyb2lBaUFCVFFSQUlBSWhBUXdCQ3lBQUtBSzhDU0VGQTBBQ1FDQUZJQUpCMkFGc2FpZ0NCQ0FFUncwQUlBTkJBV29pQXlBQUtBSVFLQUkwSWdaQkNpQUdRUXBMRzBrTkFDQUNJUUVNQWdzZ0FrRi9haUlDSUFGTERRQUxDd05BQWtBZ0FDZ0N2QWtnQVVIWUFXeHFJZ0lvQWdRZ0JFY05BQ0FDS0FMRUFTSURSUTBBSUFJZ0EwRi9hallDeEFFZ0FDZ0NsQWtnQUNnQ21Ba2dBUkFlSWdFTkFRc0xDNzBFQWd0L0FYNGpBRUhBQTJzaUJTUUFJQU1vQWdBaEJ5QUJLQUt3R2lFSUlBVkJBRFlDRENBQlFiQUpha0VBTmdJQUlBRWdBU2dDcUFsQkFXbzJBcWdKSUFVZ0F5Z0NNQ0FCS0FJTUtBSTBhallDQ0NBQlFjUUphaUVOSUFoQkRHb2hEZ0pBQTBBZ0FTZ0N2QWtoQkFKQUlBTW9BaVFOQUNBRUlBZEIyQUZzYWlnQ3hBRkZEUUJCQVNFRURBSUxJQU1wQWpRaER5QURLQUk4SVFzZ0FTZ0NxQWtoRENBRUlBZEIyQUZzSWdacUlnUWdBU2dDRENnQ09EWUNHQ0FFSUFzMkFoQWdCQ0FQTndJSUlBUWdERFlDQkFKQUlBTW9BZ1FpQkVFQ1JnMEFJQWtOQUNBRVFRZEdEUUFnQUNBRlFReHFFQUlpQkEwQ0lBVW9BZ3dpQkNBQktBS1lDU0FIYTBzRVFFRUJJUVFNQXdzZ0JFVUVRRUVBSVFrTUFRc2dEa0VBUWFRQkVBY2FJQWhCQURZQ0FFRUJJUWtMQWtBZ0JTZ0NEQ0lFQkVBZ0JTQUVRWDlxTmdJTURBRUxRUUFoQ1NBQUlBZ2dBU2dDdkFrZ0Jtb2dBeWdDQkNBREtBSXNFRkVpQkEwQ0N5QUJLQUs4Q1NBR2FpQUlJQUlnRFNBRlFRaHFJQWNnQVNnQ0RDZ0NRQ0FGUVJCcUVGQWlCQTBCSUFFb0Fyd0pJQVpxS0FMRUFTRUxJQUFRTGlFRUlBVW9BZ3doQmdKQUlBTW9BZ1JCZm1vaURFRUZTdzBBQWtBZ0RFRUJhdzRFQVFFQkFRQUxJQUVnQnpZQ3NBa0xJQVFnQm5JaEJrRUJJUVFnQVNnQ2xBa2dBU2dDbUFrZ0J4QWVJZ2RGUVFBZ0Joc05BU0FLSUF0QkFVWnFJUW9nQmcwQUN5QUJRYXdKYWlnQ0FDQUthaUlBSUFFb0FwZ0pTdzBBSUFFZ0FEWUNyQWxCQUNFRUN5QUZRY0FEYWlRQUlBUUw1Z0lCQjM5QkFTRUNBa0FnQUNnQ0FDQUJLQUlBUncwQUlBQW9BZ1FnQVNnQ0JFY05BQ0FBS0FJTUlBRW9BZ3hIRFFBZ0FDZ0NFQ0lESUFFb0FoQkhEUUFnQUNnQ0xDQUJLQUlzUncwQUlBQW9BakFnQVNnQ01FY05BQ0FBS0FJMElBRW9BalJIRFFBZ0FDZ0NPQ0FCS0FJNFJ3MEFJQUFvQWp3aUJTQUJLQUk4UncwQUlBQW9BbEFnQVNnQ1VFY05BQUpBSUFOQkFVc05BQ0FEUVFGclJRUkFJQUFvQWhnZ0FTZ0NHRWNOQWlBQUtBSWNJQUVvQWh4SERRSWdBQ2dDSUNBQktBSWdSdzBDSUFBb0FpUWlCQ0FCS0FJa1J3MENJQVJGRFFFZ0FTZ0NLQ0VHSUFBb0FpZ2hCMEVBSVFNRFFDQUhJQU5CQW5RaUNHb29BZ0FnQmlBSWFpZ0NBRWNOQXlBRUlBTkJBV29pQTBjTkFBc01BUXNnQUNnQ0ZDQUJLQUlVUncwQkN5QUZCRUFnQUNnQ1FDQUJLQUpBUncwQklBQW9Ba1FnQVNnQ1JFY05BU0FBS0FKSUlBRW9Ba2hIRFFFZ0FDZ0NUQ0FCS0FKTVJ3MEJDMEVBSVFJTElBSUwvd2tCQm44akFFRVFheUlFSkFBZ0FVRUFRZHdBRUFjaEF3SkFJQUJCQ0JBRElnRkJmMFlFUUVFQklRRU1BUXNnQXlBQk5nSUFJQUJCQVJBREdpQUFRUUVRQXhvZ0FFRUJFQU5CZjBZRVFFRUJJUUVNQVFzZ0FFRUZFQU5CZjBZRVFFRUJJUUVNQVFzZ0FFRUlFQU1pQVVGL1JnUkFRUUVoQVF3QkN5QURJQUUyQWdRZ0FDQURRUWhxRUFJaUFRMEFJQU1vQWdoQkgwc0VRRUVCSVFFTUFRc2dBQ0FFUVF4cUVBSWlBUTBBUVFFaEFTQUVLQUlNSWdKQkRFc05BQ0FEUVFFZ0FrRUVhblEyQWd3Z0FDQUVRUXhxRUFJaUFRMEFRUUVoQVNBRUtBSU1JZ0pCQWtzTkFDQURJQUkyQWhBQ1FDQUNRUUZMRFFBZ0FrRUJhd1JBSUFBZ0JFRU1haEFDSWdFTkFrRUJJUUVnQkNnQ0RDSUNRUXhMRFFJZ0EwRUJJQUpCQkdwME5nSVVEQUVMSUFCQkFSQURJZ0pCZjBZTkFTQURJQUpCQVVZMkFoZ2dBQ0FEUVJ4cUVBVWlBUTBCSUFBZ0EwRWdhaEFGSWdFTkFTQUFJQU5CSkdvUUFpSUJEUUZCQVNFQklBTW9BaVFpQWtIL0FVc05BU0FDQkVBZ0F5QUNRUUowRUFvaUFUWUNLQ0FCUlFSQVFmLy9BeUVCREFNTElBQWdBUkFGSWdFTkFrRUJJUUlEUUNBQ0lBTW9BaVJQRFFJZ0FrRUNkQ0VCSUFKQkFXb2hBaUFBSUFFZ0F5Z0NLR29RQlNJQlJRMEFDd3dDQ3lBRFFRQTJBaWdMSUFBZ0EwRXNhaEFDSWdFTkFFRUJJUUVnQXlnQ0xFRVFTdzBBSUFCQkFSQURJZ0pCZjBZTkFDQURJQUpCQVVZMkFqQWdBQ0FFUVF4cUVBSWlBUTBBSUFNZ0JDZ0NERUVCYWpZQ05DQUFJQVJCREdvUUFpSUJEUUJCQVNFQklBTWdCQ2dDREVFQmFqWUNPQ0FBUVFFUUEwRUJha0VDU1EwQUlBQkJBUkFEUVg5R0RRQWdBRUVCRUFNaUFrRi9SZzBBSUFNZ0FrRUJSaUlCTmdJOEFrQWdBVVVFUUNBREtBSTRJUVVnQXlnQ05DRUdEQUVMSUFBZ0EwRkFheEFDSWdFTkFTQUFJQU5CeEFCcUVBSWlBUTBCSUFBZ0EwSElBR29RQWlJQkRRRWdBQ0FEUWN3QWFoQUNJZ0VOQVVFQklRRWdBeWdDUUNBREtBSkVRWDl6SUFNb0FqUWlCa0VEZEdwS0RRRWdBeWdDU0NBREtBSk1RWDl6SUFNb0FqZ2lCVUVEZEdwS0RRRUxBa0FDUUFKQUFrQWdBeWdDQkVGMmFpSUhRU2xMRFFCQjR3QWhBVUdBcEFraEFnSkFBa0FDUUFKQUFrQUNRQUpBQWtBQ1FBSkFBa0FnQjBFQmF3NHBBQUVCQ3dzTEN3c0xBUUlEQ3dzTEN3c0xDd01FQlFzTEN3c0xDd3NHQmdjTEN3c0xDd3NMQ0FrS0MwR01BeUVCUVlDTUZTRUNEQWtMUVl3RElRRkJnTmczSVFJTUNBdEJtQVloQVVHQXNPOEFJUUlNQnd0QjFBd2hBVUdBN0wwQklRSU1CZ3RCa0J3aEFVR0E4S1VESVFJTUJRdEJnQ2doQVVHQWdPQURJUUlNQkF0QmdNQUFJUUZCZ0lDQUJpRUNEQU1MUVlERUFDRUJRWUNBc0FZaEFnd0NDMEhBckFFaEFVR0F3SnNVSVFJTUFRdEJnS0FDSVFGQmdJRGdJU0VDQ3lBQklBVWdCbXdpQVU4TkFRc2dCRUgvLy8vL0J6WUNEQ0FES0FJc0lRSU1BUXNnQkNBQ0lBRkJnQU5zYmlJQlFSQWdBVUVRU1JzaUFUWUNEQ0FES0FJc0lnSWdBVTBOQVFzZ0JDQUNOZ0lNSUFJaEFRc2dBeUFCTmdKWVFRRWhBU0FBUVFFUUF5SUNRWDlHRFFBZ0F5QUNRUUZHTmdKUUFrQWdBa0VCUncwQUlBTkJ1QWNRQ2lJQk5nSlVJQUZGQkVCQi8vOERJUUVNQWdzZ0FDQUJFQ3dpQVEwQklBTW9BbFFpQWlnQ21BZEZEUUJCQVNFQklBSW9BckFISUFJb0FyUUhJZ0pMRFFFZ0FpQURLQUlzU1EwQklBSWdBeWdDV0VzTkFTQURJQUpCQVNBQ0d6WUNXQXNnQUJBZlFRQWhBUXNnQkVFUWFpUUFJQUVMalFRQkRuOGdBUUovQWtBZ0FDOEJJQ0lIRFFBZ0FDOEJIQTBBUVFBTUFRdEJBZ3MyQWlBZ0FRSi9Ba0FnQUM4QklpSUNEUUFnQUM4QkhnMEFRUUFNQVF0QkFnczJBaWdnQVFKL0FrQWdBQzhCS0NJRERRQWdBQzhCSkEwQVFRQU1BUXRCQWdzMkFqQWdBUUovQWtBZ0FDOEJLaUlJRFFBZ0FDOEJKZzBBUVFBTUFRdEJBZ3MyQWpnZ0FTQUhJQUF2QVN3aUNYSkJBRWRCQVhRMkFrQWdBU0FDSUFBdkFTNGlCSEpCQUVkQkFYUTJBa2dnQVNBRElBQXZBVFFpQlhKQkFFZEJBWFEyQWxBZ0FTQUlJQUF2QVRZaUNuSkJBRWRCQVhRMkFsZ2dBU0FBTHdFd0lnMGdDWEpCQUVkQkFYUTJBbUFnQVNBQUx3RXlJZ3NnQkhKQkFFZEJBWFEyQW1nZ0FTQUFMd0U0SWd3Z0JYSkJBRWRCQVhRMkFuQWdBU0FBTHdFNklnNGdDbkpCQUVkQkFYUTJBbmhCQWlFR0lBRWdBQzhCSGlJUEJIOUJBZ1VnQUM4QkhFRUFSMEVCZEFzMkFnd2dBU0FQSUFBdkFTUWlCbkpCQUVkQkFYUTJBaFFnQUM4QkppRUFJQUVnRENBT2NrRUFSMEVCZERZQ2ZDQUJJQXNnREhKQkFFZEJBWFEyQW5RZ0FTQUxJQTF5UVFCSFFRRjBOZ0pzSUFFZ0JTQUtja0VBUjBFQmREWUNYQ0FCSUFRZ0JYSkJBRWRCQVhRMkFsUWdBU0FFSUFseVFRQkhRUUYwTmdKTUlBRWdBeUFJY2tFQVIwRUJkRFlDUENBQklBSWdBM0pCQUVkQkFYUTJBalFnQVNBQ0lBZHlRUUJIUVFGME5nSXNJQUVnQUNBR2NrRUFSMEVCZERZQ0hBdk1CZ0VMZnlNQVFZQU9heUlPSkFBZ0JrRUZhaUVJQWtBQ1FDQUNRUUJJRFFBZ0EwRUFTQTBBSUFJZ0NHb2dCRXNOQUNBSFFRVnFJZ29nQTJvZ0JVc05BQ0FFSVFnZ0F5RUpEQUVMSUFBZ0RrSEFDbW9nQWlBRElBUWdCU0FJSUFkQkJXb2lDaUFJRUF3Z0RrSEFDbW9oQUVFQUlRSUxBa0FnQ2tVTkFDQUdRUUoySWhCRkRRQWdDQ0FHYXlFUklBQWdDQ0FKYkNBQ2FtcEJCV29oQWlBT0lRQURRQ0FDUVg5cUxRQUFJUWdnQWtGK2FpMEFBQ0VESUFKQmZXb3RBQUFoQlNBQ1FYeHFMUUFBSVFRZ0FrRjdhaTBBQUNFTUlCQWhEUU5BSUFBZ0FpMEFBQ0lKSUF3Z0JDQUlhaUlMYXlBRElBVnFRUlJzYWlBTFFRSjBhMm8yQWdBZ0FDQUNMUUFCSWdzZ0F5QUlha0VVYkNBRWFpQUZJQWxxSWdScklBUkJBblJyYWpZQ0JDQUFJQUl0QUFJaUR5QUlJQWxxUVJSc0lBVnFJQU1nQzJvaUJHc2dCRUVDZEd0cU5nSUlJQUFnQWkwQUF5SVNJQWtnQzJwQkZHd2dBMm9nQ0NBUGFpSURheUFEUVFKMGEybzJBZ3dnQUVFUWFpRUFJQUpCQkdvaEFpQUlJUXdnQ1NFRUlBc2hCU0FQSVFNZ0VpRUlJQTFCZjJvaURRMEFDeUFDSUJGcUlRSWdDa0YvYWlJS0RRQUxDd0pBSUFkQkFuWWlCMFVOQUNBR1JRMEFRY0FBSUFacklROGdEaUFHUVFKMGFpSUlJQVpCRkd4cUlRSkJBQ0FHYXlJUVFRTjBJUklnQmtFRGRDRUpJQVpCQTJ4QkFuUWhDd05BSUFZaEJBTkFJQUVnQ0NBSmFpZ0NBQ0lBSUFJZ0NXb29BZ0FnQWlBR1FRSjBJZzFxS0FJQUlnb2dBaUFTYWlnQ0FDSURhaUlGYXlBRlFRSjBhMm9nQWlnQ0FDSU1JQUlnRUVFQ2RDSVJhaWdDQUNJRmFrRVViR3BCZ0FScVFRcDFRYkF1YWkwQUFEb0FNQ0FCSUFnZ0RXb29BZ0FpRFNBS0lBTWdCV3BCRkd4cUlBQWdER29pQ21zZ0NrRUNkR3RxUVlBRWFrRUtkVUd3TG1vdEFBQTZBQ0FnQVNBSUtBSUFJZ29nRENBQUlBTnFRUlJzYWlBRklBMXFJZ3hySUF4QkFuUnJha0dBQkdwQkNuVkJzQzVxTFFBQU9nQVFJQUVnQ0NBUmFpZ0NBQ0FGSUFBZ0RXcEJGR3hxSUFNZ0Ntb2lBR3NnQUVFQ2RHdHFRWUFFYWtFS2RVR3dMbW90QUFBNkFBQWdDRUVFYWlFSUlBRkJBV29oQVNBQ1FRUnFJUUlnQkVGL2FpSUVEUUFMSUFFZ0Qyb2hBU0FDSUF0cUlRSWdDQ0FMYWlFSUlBZEJmMm9pQncwQUN3c2dEa0dBRG1va0FBdmxBd0VKZnlNQVFjQURheUlLSkFBZ0JrRUZhaUVJQWtBQ1FDQUNRUUJJRFFBZ0F5QUhhaUFGU3cwQUlBTkJBRWdOQUNBQ0lBaHFJQVJMRFFBZ0JDRUlJQU1oQ1F3QkN5QUFJQW9nQWlBRElBUWdCU0FJSUFjZ0NCQU1JQW9oQUVFQUlRSUxBa0FnQjBVTkFDQUdRUUoySWcxRkRRQkJFQ0FHYXlFT0lBZ2dCbXNoRHlBQUlBZ2dDV3dnQW1wcVFRVnFJUUlEUUNBQ1FYOXFMUUFBSVFnZ0FrRithaTBBQUNFR0lBSkJmV290QUFBaEFDQUNRWHhxTFFBQUlRVWdBa0Y3YWkwQUFDRUpJQTBoQ3dOQUlBRWdBaTBBQUNJRElBa2dCU0FJYWlJRWF5QUFJQVpxUVJSc2FpQUVRUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFPZ0FBSUFFZ0FpMEFBU0lFSUFVZ0JpQUlha0VVYkdvZ0FDQURhaUlGYXlBRlFRSjBhMnBCRUdwQkJYVkJzQzVxTFFBQU9nQUJJQUVnQWkwQUFpSU1JQUFnQXlBSWFrRVViR29nQkNBR2FpSUFheUFBUVFKMGEycEJFR3BCQlhWQnNDNXFMUUFBT2dBQ0lBRWdBaTBBQXlJUUlBWWdBeUFFYWtFVWJHb2dDQ0FNYWlJQWF5QUFRUUowYTJwQkVHcEJCWFZCc0M1cUxRQUFPZ0FESUFGQkJHb2hBU0FDUVFScUlRSWdDQ0VKSUFNaEJTQUVJUUFnRENFR0lCQWhDQ0FMUVg5cUlnc05BQXNnQVNBT2FpRUJJQUlnRDJvaEFpQUhRWDlxSWdjTkFBc0xJQXBCd0FOcUpBQUw5UU1CQzM4akFFSEFBMnNpQ3lRQUFrQUNRQ0FDUVFCSURRQWdBMEVBU0EwQUlBSWdCbW9nQkVzTkFDQURJQWRxUVFWcUlBVkxEUUFnQXlFSURBRUxJQUFnQ3lBQ0lBTWdCQ0FGSUFZZ0IwRUZhaUFHRUF3Z0N5RUFJQVloQkVFQUlRSUxBa0FnQjBFQ2RpSU1SUTBBSUFaRkRRQkJ3QUFnQm1zaEVTQUVRUUYwSVEwZ0JFRUNkQ0FHYXlFT1FRQWdCR3NpRDBFQmRDRVNJQUFnQkNBSWJDQUNhbW9nQkdvaUJ5QUVRUVZzYWlFQ0EwQWdCaUVBQTBBZ0FTQUhJQTFxTFFBQUlnTWdBaUFOYWkwQUFDQUNJQVJxTFFBQUlna2dBaUFTYWkwQUFDSUZhaUlJYXlBSVFRSjBhMm9nQWkwQUFDSUtJQUlnRDJvdEFBQWlDR3BCRkd4cVFSQnFRUVYxUWJBdWFpMEFBRG9BTUNBQklBUWdCMm90QUFBaUVDQUpJQVVnQ0dwQkZHeHFJQU1nQ21vaUNXc2dDVUVDZEd0cVFSQnFRUVYxUWJBdWFpMEFBRG9BSUNBQklBY3RBQUFpQ1NBS0lBTWdCV3BCRkd4cUlBZ2dFR29pQ21zZ0NrRUNkR3RxUVJCcVFRVjFRYkF1YWkwQUFEb0FFQ0FCSUFjZ0Qyb3RBQUFnQ0NBRElCQnFRUlJzYWlBRklBbHFJZ05ySUFOQkFuUnJha0VRYWtFRmRVR3dMbW90QUFBNkFBQWdCMEVCYWlFSElBRkJBV29oQVNBQ1FRRnFJUUlnQUVGL2FpSUFEUUFMSUFFZ0VXb2hBU0FDSUE1cUlRSWdCeUFPYWlFSElBeEJmMm9pREEwQUN3c2dDMEhBQTJva0FBdXFCZ0VOZnlNQVFiQUJheUlSSkFBZ0NFRUJhaUVLQWtBQ1FDQUNRUUJJRFFBZ0EwRUFTQTBBSUFJZ0Ntb2dCRXNOQUNBRElBbHFRUUZxSUFWTERRQWdCU0VNSUFRaENpQURJUThNQVFzZ0FDQVJJQUlnQXlBRUlBVWdDaUFKUVFGcUlnd2dDaEFNSUFBZ0JDQUZiR29nRVNBS0lBeHNhaUFDSUFNZ0JDQUZJQW9nRENBS0VBd2dFU0VBUVFBaEFnc0NRQ0FKUVFGMklnVkZEUUFnQ0VFQmRpSUVSUTBBUVJBZ0NHc2hFMEVJSUFkcklRdEJDQ0FHYXlFTklBcEJBWFFpRGlBSWF5RVVJQUFnQW1vaUZpQUtJQTlzYWlFQ0lBRWhBQ0FGSVJVRFFDQUNJQTVxTFFBQUlBZHNJQXNnQWlBS2FpMEFBQ0lEYkdvaENDQURJQWRzSUFzZ0FpMEFBR3hxSVFrZ0JDRURBMEFnQWtFQmFpSVFJQTVxTFFBQUlSSWdBQ0FKSUExc0lBb2dFR290QUFBaUNTQUhiQ0FMSUFJdEFBRnNhaUlRSUFac2FrRWdha0VHZGpvQUFDQUFJQWdnRFd3Z0J5QVNiQ0FKSUF0c2FpSUlJQVpzYWtFZ2FrRUdkam9BQ0NBQ0xRQUNJUWtnQWtFQ2FpSUNJQTVxTFFBQUlSSWdBQ0FOSUJCc0lBSWdDbW90QUFBaUVDQUhiQ0FKSUF0c2FpSUpJQVpzYWtFZ2FrRUdkam9BQVNBQUlBZ2dEV3dnQnlBU2JDQUxJQkJzYWlJSUlBWnNha0VnYWtFR2Rqb0FDU0FBUVFKcUlRQWdBMEYvYWlJRERRQUxJQUlnRkdvaEFpQUFJQk5xSVFBZ0ZVRi9haUlWRFFBTElBRkJRR3NoQUNBV0lBd2dEMm9nQ214cUlRSURRQ0FDSUE1cUxRQUFJQWRzSUFzZ0FpQUthaTBBQUNJQmJHb2hDQ0FCSUFkc0lBc2dBaTBBQUd4cUlRa2dCQ0VEQTBBZ0FrRUJhaUlCSUE1cUxRQUFJUXdnQUNBSklBMXNJQUVnQ21vdEFBQWlBU0FIYkNBTElBSXRBQUZzYWlJSklBWnNha0VnYWtFR2Rqb0FBQ0FBSUFnZ0RXd2dCeUFNYkNBQklBdHNhaUlCSUFac2FrRWdha0VHZGpvQUNDQUNMUUFDSVFnZ0FrRUNhaUlDSUE1cUxRQUFJUXdnQUNBSklBMXNJQUlnQ21vdEFBQWlEeUFIYkNBSUlBdHNhaUlKSUFac2FrRWdha0VHZGpvQUFTQUFJQUVnRFd3Z0J5QU1iQ0FMSUE5c2FpSUlJQVpzYWtFZ2FrRUdkam9BQ1NBQVFRSnFJUUFnQTBGL2FpSUREUUFMSUFJZ0ZHb2hBaUFBSUJOcUlRQWdCVUYvYWlJRkRRQUxDeUFSUWJBQmFpUUFDLzlFQVVGL0l3QkJzQUZySWdNa0FDQUFLQUlJSWdRRVFDQUFLQUlFSWg5QkEzUWhGaUFFSUI5c0lnUkJCblFoT3lBRVFRaDBJVHdnSDBFR2RDRTlJQjlCTUd3aFBpQWZRUVYwSVNVZ0gwRlFiQ0VyUVFBZ0gwRUVkQ0lhYXlJb1FRSjBJVDhnS0VFQmRDRXNJQU5CR0dvaElpQURRUXh5SVNNRFFBSkFJQUVvQWdnaUNVRUJSZzBBQWtBQ1FBSkFBa0FnQVNnQ3lBRWlBa1VFUUVFQklRWU1BUXRCQlNFR0lBbEJBa2NOQUVFRlFRRWdBU2dDQkNJSklBSW9BZ1JHR3lFR0lBRW9Bc3dCSWdRTkFVRUFJUVFNQXdzZ0FTZ0N6QUVpQkVVRVFFRUFJUVFNQXdzZ0NVRUNSdzBCSUFFb0FnUWhDUXNnQ1NBRUtBSUVSdzBCQ3lBR1FRSnlJUVlMQW44Z0JrRUNjU0l0QkVBQ1FDQUJLQUlBUVFWTkJFQWdCQ2dDQUVFR1NRMEJDeUFEUVFRMkFrQWdBMEVFTmdKSUlBTkJCRFlDT0NBRFFRUTJBakJCQVF3Q0MwRUNJUTlCQWlFSkFrQWdBUzhCSEEwQUlBUXZBVEFOQUVFQklRa2dBU2dDZENBRUtBSjhSdzBBSUFFdUFZUUJJQVF1QWF3QmF5SUZJQVZCSDNVaUJXb2dCWE5CQTBzTkFDQUJMZ0dHQVNBRUxnR3VBV3NpQ1NBSlFSOTFJZ2xxSUFselFRTkxJUWtMSUFNZ0NUWUNNQUpBSUFFdkFSNE5BQ0FFTHdFeURRQkJBU0VQSUFFb0FuUWdCQ2dDZkVjTkFDQUJMZ0dJQVNBRUxnR3dBV3NpQlNBRlFSOTFJZ1ZxSUFWelFRTkxEUUFnQVM0QmlnRWdCQzRCc2dGcklnVWdCVUVmZFNJRmFpQUZjMEVEU3lFUEN5QURJQTgyQWpoQkFpRUZRUUloQ2dKQUlBRXZBU1FOQUNBRUx3RTREUUJCQVNFS0lBRW9BbmdnQkNnQ2dBRkhEUUFnQVM0QmxBRWdCQzRCdkFGcklnZ2dDRUVmZFNJSWFpQUljMEVEU3cwQUlBRXVBWllCSUFRdUFiNEJheUlJSUFoQkgzVWlDR29nQ0hOQkEwc2hDZ3NnQXlBS05nSkFBa0FnQVM4QkpnMEFJQVF2QVRvTkFFRUJJUVVnQVNnQ2VDQUVLQUtBQVVjTkFDQUJMZ0dZQVNBRUxnSEFBV3NpQ0NBSVFSOTFJZ2hxSUFoelFRTkxEUUFnQVM0Qm1nRWdCQzRCd2dGcklnUWdCRUVmZFNJRWFpQUVjMEVEU3lFRkN5QURJQVUyQWtnZ0NTQVBjaUFLY2lBRmNrRUFSd3dCQ3lBRFFRQTJBa0FnQTBFQU5nSklJQU5CQURZQ09DQURRUUEyQWpCQkFBc2hDUUpBQWtBQ1FBSkFJQVpCQkhFaUxnUkFBa0FnQVNnQ0FDSUdRUVZOQkVBZ0FpZ0NBRUVHU1EwQkN5QURRUVEyQW5RZ0EwRUVOZ0tVQVNBRFFRUTJBbFFnQTBFRU5nSTBRUUVoQ1F3Q0MwRUNJUTlCQWlFRUFrQWdBUzhCSEEwQUlBSXZBU1lOQUVFQklRUWdBU2dDZENBQ0tBSjRSdzBBSUFFdUFZUUJJQUl1QVpnQmF5SUZJQVZCSDNVaUJXb2dCWE5CQTBzTkFDQUJMZ0dHQVNBQ0xnR2FBV3NpQkNBRVFSOTFJZ1JxSUFSelFRTkxJUVFMSUFNZ0JEWUNOQUpBSUFFdkFTQU5BQ0FDTHdFcURRQkJBU0VQSUFFb0FuUWdBaWdDZUVjTkFDQUJMZ0dNQVNBQ0xnR2dBV3NpQlNBRlFSOTFJZ1ZxSUFWelFRTkxEUUFnQVM0QmpnRWdBaTRCb2dGcklnVWdCVUVmZFNJRmFpQUZjMEVEU3lFUEN5QURJQTgyQWxSQkFpRUZRUUloQ2dKQUlBRXZBU3dOQUNBQ0x3RTJEUUJCQVNFS0lBRW9BbndnQWlnQ2dBRkhEUUFnQVM0QnBBRWdBaTRCdUFGcklnZ2dDRUVmZFNJSWFpQUljMEVEU3cwQUlBRXVBYVlCSUFJdUFib0JheUlJSUFoQkgzVWlDR29nQ0hOQkEwc2hDZ3NnQXlBS05nSjBBa0FnQVM4Qk1BMEFJQUl2QVRvTkFFRUJJUVVnQVNnQ2ZDQUNLQUtBQVVjTkFDQUJMZ0dzQVNBQ0xnSEFBV3NpQ0NBSVFSOTFJZ2hxSUFoelFRTkxEUUFnQVM0QnJnRWdBaTRCd2dGcklnVWdCVUVmZFNJRmFpQUZjMEVEU3lFRkN5QURJQVUyQXBRQklBbEZEUUpCQVNFSkRBTUxJQU5CQURZQ2RDQURRUUEyQXBRQklBTkJBRFlDVkNBRFFRQTJBalFnQVNnQ0FDRUdDeUFHUVFaSkRRRWdBMEVETmdLZ0FTQURRb09BZ0lBd053S2tBU0FEUVFNMkFwQUJJQU5CQXpZQ2NDQURRUU0yQXF3QklBTkNnNENBZ0RBM0E1Z0JJQU5DZzRDQWdEQTNBNGdCSUFOQ2c0Q0FnREEzQTRBQklBTkNnNENBZ0RBM0EzZ2dBMEtEZ0lDQU1EY0RhQ0FEUW9PQWdJQXdOd05nSUFOQ2c0Q0FnREEzQTFnZ0EwS0RnSUNBTURjQ1RDQURRUU0yQWtRZ0EwRUROZ0k4REFJTElBUWdEM0lnQ25JZ0JYSkJBRWNoQ1FzQ1FBSi9JQVpCQTAwRVFDQUdRUUowUVl3MWFpZ0NBQXdCQzBFRUMwRUJSZ1JBSUFFZ0EwRXdhaEJFSUFNb0Fxd0JJUWNnQXlnQ3BBRWhEaUFES0FLY0FTRVFJQU1vQW93QklSa2dBeWdDaEFFaEJpQURLQUo4SVJjZ0F5Z0NiQ0VJSUFNb0FtUWhCQ0FES0FKY0lSUWdBeWdDVENFTUlBTW9Ba1FoQWlBREtBSThJUkVnQXlnQ3FBRWhIQ0FES0FLZ0FTRW1JQU1vQXBnQklRMGdBeWdDa0FFaEhTQURLQUtJQVNFU0lBTW9Bb0FCSVJVZ0F5Z0NlQ0ViSUFNb0FuQWhFeUFES0FKb0lRb2dBeWdDWUNFUElBTW9BbGdoQlNBREtBSlFJU2NNQVFzZ0F3Si9Ba0FnQXdKL0FrQUNRQ0FCS0FJQVFYNXFJZ1JCQVUwRVFDQUVRUUZyQkVBZ0F3Si9Ba0FnQVM4QklDSUVEUUFnQVM4QkhBMEFRUUFNQVF0QkFnc2lKellDVUNBREFuOENRQ0FCTHdFaUlnY05BQ0FCTHdFZURRQkJBQXdCQzBFQ0N5SUZOZ0pZSUFNQ2Z3SkFJQUV2QVNnaUJnMEFJQUV2QVNRTkFFRUFEQUVMUVFJTElnODJBbUFnQXdKL0FrQWdBUzhCS2lJT0RRQWdBUzhCSmcwQVFRQU1BUXRCQWdzaUNqWUNhQ0FEQW44Q1FDQUJMd0V3SWg0TkFDQUJMd0VzRFFCQkFBd0JDMEVDQ3lJZE5nS1FBU0FEQW44Q1FDQUJMd0V5SWhBTkFDQUJMd0V1RFFCQkFBd0JDMEVDQ3lJTk5nS1lBU0FEQW44Q1FDQUJMd0U0SWdzTkFDQUJMd0UwRFFCQkFBd0JDMEVDQ3lJbU5nS2dBU0FEQW44Q1FDQUJMd0U2SWhnTkFDQUJMd0UyRFFCQkFBd0JDMEVDQ3lJY05nS29BVUVDSVJ0QkFpRVRBa0FnQkNBQkx3RXNJaGR5RFFCQkFTRVRJQUV1QWFRQklBRXVBWXdCYXlJQ0lBSkJIM1VpQW1vZ0FuTkJBMHNOQUNBQkxnR21BU0FCTGdHT0FXc2lBaUFDUVI5MUlnSnFJQUp6UVFOTERRQWdBU2dDZkNBQktBSjBSeUVUQ3lBRElCTTJBbkFDUUNBSElBRXZBUzRpSUhJTkFFRUJJUnNnQVM0QnFBRWdBUzRCa0FGcklnSWdBa0VmZFNJQ2FpQUNjMEVEU3cwQUlBRXVBYW9CSUFFdUFaSUJheUlDSUFKQkgzVWlBbW9nQW5OQkEwc05BQ0FCS0FKOElBRW9BblJISVJzTElBTWdHellDZUVFQ0lSSkJBaUVWQWtBZ0JpQUJMd0UwSWhseURRQkJBU0VWSUFFdUFiUUJJQUV1QVp3QmF5SUNJQUpCSDNVaUFtb2dBbk5CQTBzTkFDQUJMZ0cyQVNBQkxnR2VBV3NpQWlBQ1FSOTFJZ0pxSUFKelFRTkxEUUFnQVNnQ2dBRWdBU2dDZUVjaEZRc2dBeUFWTmdLQUFRSkFJQTRnQVM4Qk5pSWhjZzBBUVFFaEVpQUJMZ0c0QVNBQkxnR2dBV3NpQWlBQ1FSOTFJZ0pxSUFKelFRTkxEUUFnQVM0QnVnRWdBUzRCb2dGcklnSWdBa0VmZFNJQ2FpQUNjMEVEU3cwQUlBRW9Bb0FCSUFFb0FuaEhJUklMSUFNZ0VqWUNpQUVnQVM4QkhnMENJQUV2QVJ3RVFFRUNJUkVnQTBFQ05nSThJQUV2QVNRaUNBMEdRUUFoREVFQURBY0xRUUFoRVNBRFFRQTJBanhCQUNFTVFRQWdBUzhCSkNJSVJRMEdHZ3dGQ3lBREFuOENRQ0FCTHdFZ0lnSU5BQ0FCTHdFY0RRQkJBQXdCQzBFQ0N5SW5OZ0pRSUFNQ2Z3SkFJQUV2QVNJaUJnMEFJQUV2QVI0TkFFRUFEQUVMUVFJTElnVTJBbGdnQXdKL0FrQWdBUzhCS0NJT0RRQWdBUzhCSkEwQVFRQU1BUXRCQWdzaUR6WUNZQ0FEQW44Q1FDQUJMd0VxSWdnTkFDQUJMd0VtRFFCQkFBd0JDMEVDQ3lJS05nSm9JQU1nQWlBQkx3RXNJaGR5UVFCSFFRRjBJaE0yQW5BZ0F5QUdJQUV2QVM0aUMzSkJBRWRCQVhRaUd6WUNlQ0FESUE0Z0FTOEJOQ0llY2tFQVIwRUJkQ0lWTmdLQUFTQURJQWdnQVM4Qk5pSVpja0VBUjBFQmRDSVNOZ0tJQVNBRElBRXZBVEFpRUNBWGNrRUFSMEVCZENJZE5nS1FBU0FESUFFdkFUSWlJQ0FMY2tFQVIwRUJkQ0lOTmdLWUFTQURJQUV2QVRnaUlTQWVja0VBUjBFQmRDSW1OZ0tnQVNBRElBRXZBVG9pQnlBWmNrRUFSMEVCZENJY05nS29BU0FEQW44Q1FDQUJMd0VlSWlRTkFDQUJMd0VjRFFCQkFBd0JDMEVDQ3lJUk5nSThJQUV2QVNZRVFDQUJMd0VrSVJnTUF3c2dBUzhCSkNJWURRSkJBQ0VZUVFBTUF3c2dBUzRCaGdFaEZDQUJMZ0dPQVNFRVFRSWhCU0FEQW45QkFpQUJMd0VjSWhFZ0FTOEJJQ0l2Y2cwQUdrRUJJQUV1QVl3QklBRXVBWVFCYXlJR0lBWkJIM1VpQm1vZ0JuTkJBMHNOQUJvZ0JDQVVheUlHSUFaQkgzVWlCbW9nQm5OQkEwc0xJaWMyQWxBZ0FTNEJpZ0VoQ0NBQkxnR1NBU0VHQWtBZ0FTOEJIaUl3SUFFdkFTSWlFSElOQUVFQklRVWdBUzRCa0FFZ0FTNEJpQUZySWdJZ0FrRWZkU0lDYWlBQ2MwRURTdzBBSUFZZ0NHc2lCU0FGUVI5MUlnVnFJQVZ6UVFOTElRVUxJQU1nQlRZQ1dDQUJMZ0dXQVNFTUlBRXVBWjRCSVFkQkFpRUtJQU1DZjBFQ0lBRXZBU1FpTVNBQkx3RW9JaGR5RFFBYVFRRWdBUzRCbkFFZ0FTNEJsQUZySWdJZ0FrRWZkU0lDYWlBQ2MwRURTdzBBR2lBSElBeHJJZ0lnQWtFZmRTSUNhaUFDYzBFRFN3c2lEellDWUNBQkxnR2FBU0V5SUFFdUFhSUJJUXNDUUNBQkx3RW1Ja0FnQVM4QktpSXpjZzBBUVFFaENpQUJMZ0dnQVNBQkxnR1lBV3NpQWlBQ1FSOTFJZ0pxSUFKelFRTkxEUUFnQ3lBeWF5SUNJQUpCSDNVaUFtb2dBbk5CQTBzaENnc2dBeUFLTmdKb0lBRXVBYVlCSVI1QkFpRWJRUUloRXdKQUlDOGdBUzhCTENJMGNnMEFRUUVoRXlBQkxnR2tBU0FCTGdHTUFXc2lBaUFDUVI5MUlnSnFJQUp6UVFOTERRQWdIaUFFYXlJQ0lBSkJIM1VpQW1vZ0FuTkJBMHNOQUNBQktBSjhJQUVvQW5SSElSTUxJQU1nRXpZQ2NDQUJMZ0dxQVNFT0FrQWdFQ0FCTHdFdUloaHlEUUJCQVNFYklBRXVBYWdCSUFFdUFaQUJheUlDSUFKQkgzVWlBbW9nQW5OQkEwc05BQ0FPSUFacklnSWdBa0VmZFNJQ2FpQUNjMEVEU3cwQUlBRW9BbndnQVNnQ2RFY2hHd3NnQXlBYk5nSjRJQUV1QWJZQklSbEJBaUVTUVFJaEZRSkFJQmNnQVM4Qk5DSWdjZzBBUVFFaEZTQUJMZ0cwQVNBQkxnR2NBV3NpQWlBQ1FSOTFJZ0pxSUFKelFRTkxEUUFnR1NBSGF5SUNJQUpCSDNVaUFtb2dBbk5CQTBzTkFDQUJLQUtBQVNBQktBSjRSeUVWQ3lBRElCVTJBb0FCSUFFdUFib0JJU0VDUUNBeklBRXZBVFlpTlhJTkFFRUJJUklnQVM0QnVBRWdBUzRCb0FGcklnSWdBa0VmZFNJQ2FpQUNjMEVEU3cwQUlDRWdDMnNpQWlBQ1FSOTFJZ0pxSUFKelFRTkxEUUFnQVNnQ2dBRWdBU2dDZUVjaEVnc2dBeUFTTmdLSUFTQUJMZ0d1QVNFMlFRSWhEU0FEQW45QkFpQTBJQUV2QVRBaVFYSU5BQnBCQVNBQkxnR3NBU0FCTGdHa0FXc2lBaUFDUVI5MUlnSnFJQUp6UVFOTERRQWFJRFlnSG1zaUFpQUNRUjkxSWdKcUlBSnpRUU5MQ3lJZE5nS1FBU0FCTGdHeUFTRWtBa0FnR0NBQkx3RXlJamR5RFFCQkFTRU5JQUV1QWJBQklBRXVBYWdCYXlJQ0lBSkJIM1VpQW1vZ0FuTkJBMHNOQUNBa0lBNXJJZ0lnQWtFZmRTSUNhaUFDYzBFRFN5RU5DeUFESUEwMkFwZ0JJQUV1QWI0QklTbEJBaUVjSUFNQ2YwRUNJQ0FnQVM4Qk9DSTRjZzBBR2tFQklBRXVBYndCSUFFdUFiUUJheUlDSUFKQkgzVWlBbW9nQW5OQkEwc05BQm9nS1NBWmF5SUNJQUpCSDNVaUFtb2dBbk5CQTBzTElpWTJBcUFCSUFFdUFjSUJJVGtDUUNBMUlBRXZBVG9pUW5JTkFFRUJJUndnQVM0QndBRWdBUzRCdUFGcklnSWdBa0VmZFNJQ2FpQUNjMEVEU3cwQUlEa2dJV3NpQWlBQ1FSOTFJZ0pxSUFKelFRTkxJUndMSUFNZ0hEWUNxQUZCQWlFQ0lBTUNmMEVDSUJFZ01ISU5BQnBCQVNBQkxnR0lBU0FCTGdHRUFXc2lFU0FSUVI5MUloRnFJQkZ6UVFOTERRQWFJQWdnRkdzaUZDQVVRUjkxSWhScUlCUnpRUU5MQ3lJUk5nSThBa0FnTUNBeGNnMEFRUUVoQWlBQkxnR1VBU0FCTGdHSUFXc2lGQ0FVUVI5MUloUnFJQlJ6UVFOTERRQWdEQ0FJYXlJSUlBaEJIM1VpQ0dvZ0NITkJBMHNOQUNBQktBSjRJQUVvQW5SSElRSUxJQU1nQWpZQ1JFRUNJUlFnQXdKL1FRSWdNU0JBY2cwQUdrRUJJQUV1QVpnQklBRXVBWlFCYXlJSUlBaEJIM1VpQ0dvZ0NITkJBMHNOQUJvZ01pQU1heUlJSUFoQkgzVWlDR29nQ0hOQkEwc0xJZ3cyQWt3Q1FDQVFJQzl5RFFCQkFTRVVJQUV1QVpBQklBRXVBWXdCYXlJSUlBaEJIM1VpQ0dvZ0NITkJBMHNOQUNBR0lBUnJJZ1FnQkVFZmRTSUVhaUFFYzBFRFN5RVVDeUFESUJRMkFseEJBaUVJUVFJaEJBSkFJQkFnRjNJTkFFRUJJUVFnQVM0Qm5BRWdBUzRCa0FGckloQWdFRUVmZFNJUWFpQVFjMEVEU3cwQUlBY2dCbXNpQmlBR1FSOTFJZ1pxSUFaelFRTkxEUUFnQVNnQ2VDQUJLQUowUnlFRUN5QURJQVEyQW1RQ1FDQVhJRE55RFFCQkFTRUlJQUV1QWFBQklBRXVBWndCYXlJR0lBWkJIM1VpQm1vZ0JuTkJBMHNOQUNBTElBZHJJZ1lnQmtFZmRTSUdhaUFHYzBFRFN5RUlDeUFESUFnMkFteEJBaUVHSUFNQ2YwRUNJQmdnTkhJTkFCcEJBU0FCTGdHb0FTQUJMZ0drQVdzaUJ5QUhRUjkxSWdkcUlBZHpRUU5MRFFBYUlBNGdIbXNpQnlBSFFSOTFJZ2RxSUFkelFRTkxDeUlYTmdKOEFrQWdHQ0FnY2cwQVFRRWhCaUFCTGdHMEFTQUJMZ0dvQVdzaUJ5QUhRUjkxSWdkcUlBZHpRUU5MRFFBZ0dTQU9heUlISUFkQkgzVWlCMm9nQjNOQkEwc05BQ0FCS0FLQUFTQUJLQUo4UnlFR0N5QURJQVkyQW9RQlFRSWhFQ0FEQW45QkFpQWdJRFZ5RFFBYVFRRWdBUzRCdUFFZ0FTNEJ0QUZySWdjZ0IwRWZkU0lIYWlBSGMwRURTdzBBR2lBaElCbHJJZ2NnQjBFZmRTSUhhaUFIYzBFRFN3c2lHVFlDakFFQ1FDQTNJRUZ5RFFCQkFTRVFJQUV1QWJBQklBRXVBYXdCYXlJSElBZEJIM1VpQjJvZ0IzTkJBMHNOQUNBa0lEWnJJZ2NnQjBFZmRTSUhhaUFIYzBFRFN5RVFDeUFESUJBMkFwd0JRUUloQjBFQ0lRNENRQ0EzSURoeURRQkJBU0VPSUFFdUFid0JJQUV1QWJBQmF5SUxJQXRCSDNVaUMyb2dDM05CQTBzTkFDQXBJQ1JySWdzZ0MwRWZkU0lMYWlBTGMwRURTdzBBSUFFb0FvQUJJQUVvQW54SElRNExJQU1nRGpZQ3BBRUNRQ0E0SUVKeURRQkJBU0VISUFFdUFjQUJJQUV1QWJ3QmF5SUxJQXRCSDNVaUMyb2dDM05CQTBzTkFDQTVJQ2xySWdjZ0IwRWZkU0lIYWlBSGMwRURTeUVIQ3lBRElBYzJBcXdCREFVTFFRSWhFU0FEUVFJMkFqd2dBUzhCSkNFSURBSUxRUUlMSWd3MkFreEJBaUVFSUFOQkFpQUlRUUJIUVFGMElBNGJJZ2cyQW13Z0EwRUNJQVpCQUVkQkFYUWdBaHNpRkRZQ1hDQURJQWNnSVhKQkFFZEJBWFFpQnpZQ3JBRWdBeUFRSUNCeVFRQkhRUUYwSWhBMkFwd0JJQU1nR1NBZWNrRUFSMEVCZENJWk5nS01BU0FESUFzZ0YzSkJBRWRCQVhRaUZ6WUNmRUVDSVFJQ1FDQVlJQ1J5RFFCQkFTRUNJQUV1QVpRQklBRXVBWWdCYXlJWUlCaEJIM1VpR0dvZ0dITkJBMHNOQUNBQkxnR1dBU0FCTGdHS0FXc2lHQ0FZUVI5MUloaHFJQmh6UVFOTERRQWdBU2dDZUNBQktBSjBSeUVDQ3lBRElBSTJBa1FDUUNBR0lBNXlEUUJCQVNFRUlBRXVBWndCSUFFdUFaQUJheUlHSUFaQkgzVWlCbW9nQm5OQkEwc05BQ0FCTGdHZUFTQUJMZ0dTQVdzaUJpQUdRUjkxSWdacUlBWnpRUU5MRFFBZ0FTZ0NlQ0FCS0FKMFJ5RUVDeUFESUFRMkFtUkJBaUVPUVFJaEJnSkFJQXNnSG5JTkFFRUJJUVlnQVM0QnRBRWdBUzRCcUFGcklnc2dDMEVmZFNJTGFpQUxjMEVEU3cwQUlBRXVBYllCSUFFdUFhb0JheUlMSUF0QkgzVWlDMm9nQzNOQkEwc05BQ0FCS0FLQUFTQUJLQUo4UnlFR0N5QURJQVkyQW9RQkFrQWdJQ0FoY2cwQVFRRWhEaUFCTGdHOEFTQUJMZ0d3QVdzaUN5QUxRUjkxSWd0cUlBdHpRUU5MRFFBZ0FTNEJ2Z0VnQVM0QnNnRnJJZ3NnQzBFZmRTSUxhaUFMYzBFRFN3MEFJQUVvQW9BQklBRW9BbnhISVE0TElBTWdEallDcEFFTUFnc2dDQ0VNUVFJTElnSTJBa1FnQXlBQkx3RW1JQXhCLy84RGNYSkJBRWRCQVhRaUREWUNUQ0FEQW44Q1FDQUhSUVJBSUFRRVFFRUNJUlFnQTBFQ05nSmNJQVlOQWtFQURBTUxRUUFoRkNBRFFRQTJBbHhCQUNBR1JRMENHZ3dCQzBFQ0lSUWdBMEVDTmdKY0MwRUNDeUlFTmdKa0lBTkJBaUFPUVFCSFFRRjBJQVliSWdnMkFtd2dBd0ovQWtBZ0lFVUVRQ0FYQkVCQkFpRVhJQU5CQWpZQ2ZDQVpEUUpCQUF3REMwRUFJUmNnQTBFQU5nSjhRUUFnR1VVTkFob01BUXRCQWlFWElBTkJBallDZkF0QkFnc2lCallDaEFFZ0F5QUxJQmh5UVFCSFFRRjBJZ2MyQXF3QklBTWdDeUFRY2tFQVIwRUJkQ0lPTmdLa0FTQURRUUlnRUVFQVIwRUJkQ0FlR3lJUU5nS2NBU0FESUJrZ0lYSkJBRWRCQVhRaUdUWUNqQUVMSUFrZ0ozSWdCWElnRDNJZ0NuSWdFM0lnRzNJZ0ZYSWdFbklnSFhJZ0RYSWdKbklnSEhJZ0VYSWdBbklnREhJZ0ZISWdCSElnQ0hJZ0YzSWdCbklnR1hJZ0VISWdEbklnQjNKRkRRRUxJQUVvQWd3aENTQURJQUVvQWhBaUJTQUJLQUlVSWdScUlnWkJNeUFHUVROSUd5SUdRUUFnQmtFQVNodEIwQmRxTFFBQUlnWTJBaUFnQXlBRUlBbHFJZ0pCTXlBQ1FUTklHeUlDUVFBZ0FrRUFTaHNpQ0VHUUYyb3RBQUFpQWpZQ0hDQURJQWhCQTJ4QmtCaHFJZ2cyQWhnQ1FDQXRSUTBBSUFRZ0FTZ0N6QUVvQWhRaUIwY0VRQ0FESUFRZ0IycEJBV3BCQVhZaUJ5QUZhaUlOUVRNZ0RVRXpTQnNpRFVFQUlBMUJBRW9iUWRBWGFpMEFBRFlDQ0NBRElBY2dDV29pQjBFeklBZEJNMGdiSWdkQkFDQUhRUUJLR3lJSFFaQVhhaTBBQURZQ0JDQURJQWRCQTJ4QmtCaHFOZ0lBREFFTElBTWdCallDQ0NBRElBSTJBZ1FnQXlBSU5nSUFDd0pBSUM1RkRRQWdCQ0FCS0FMSUFTZ0NGQ0lIUndSQUlBTWdCQ0FIYWtFQmFrRUJkaUlFSUFWcUlnVkJNeUFGUVROSUd5SUZRUUFnQlVFQVNodEIwQmRxTFFBQU5nSVVJQU1nQkNBSmFpSUVRVE1nQkVFelNCc2lCRUVBSUFSQkFFb2JJZ1JCa0JkcUxRQUFOZ0lRSUFNZ0JFRURiRUdRR0dvMkFnd01BUXNnQXlBR05nSVVJQU1nQWpZQ0VDQURJQWcyQWd3TElBQW9BZ0FnSHlBNmJDSVVRUWgwYWlBcVFRUjBhaUVKUVFBaEFrRURJUVFnQTBFd2FpRUdBMEFnQmlnQ0JDSUZCRUFnQ1NBRklDTWdHaEFaQ3lBR0tBSU1JZ1VFUUNBSlFRUnFJQVVnSWlBYUVCa0xJQVlvQWhRaUJRUkFJQWxCQ0dvZ0JTQWlJQm9RR1FzZ0JpZ0NIQ0lGQkVBZ0NVRU1haUFGSUNJZ0doQVpDeUFFSVFnQ1FBSkFBa0FnQmlnQ0FDSUVJQVlvQWdnaUQwY05BQ0FFSUFZb0FoQkhEUUFnQkNBR0tBSVlSdzBBSUFSRkRRSWdBeUFDUVF4c2FpSUZLQUlJSVF3Z0JTZ0NCQ0ViSUFSQkJFa05BU0FiUVFKMlFRSnFJUkJCRUNFUElBa2hCQU5BQWtBZ0JDQW9haUlDTFFBQUlnb2dCQzBBQUNJT2F5SUZJQVZCSDNVaUJXb2dCWE1pQnlBYlR3MEFJQVFnTEdvaUVTMEFBQ0lGSUFwcklnMGdEVUVmZFNJTmFpQU5jeUFNVHcwQUlBUWdHbW9pSEMwQUFDSVNJQTVySWcwZ0RVRWZkU0lOYWlBTmN5QU1UdzBBQWtBZ0J5QVFTUVJBSUFRZ0pXb2lGeTBBQUNFVkFuOGdCQ0FyYWlJTkxRQUFJaE1nQ21zaUJ5QUhRUjkxSWdkcUlBZHpJQXhKQkVCQkF5RWRJQUlnRWlBS0lBNXFJQVZxSWdKQkFYUnFJQk5xUVFScVFRTjJPZ0FBSUJFZ0FpQVRha0VDYWtFQ2Rqb0FBQ0FDUVFScUlSRWdCQ0EvYWkwQUFDRUhJQk5CQTJ3TUFRc2dDaUFTYWlFUklBVWhCMEVDSVIwZ0FpRU5RUUlMSVFJZ0RTQUNJQkZxSUFkQkFYUnFJQjEyT2dBQUlCVWdEbXNpQWlBQ1FSOTFJZ0pxSUFKeklBeFBEUUVnQkNBRklBb2dFbW9nRG1vaUFrRUJkR29nRldwQkJHcEJBM1k2QUFBZ0hDQUNJQlZxUVFKcVFRSjJPZ0FBSUJjZ0FpQVZRUU5zYWlBRUlENXFMUUFBUVFGMGFrRUVha0VEZGpvQUFBd0NDeUFDSUFvZ0Vtb2dCVUVCZEdwQkFtcEJBblk2QUFBTElBUWdCU0FPYWlBU1FRRjBha0VDYWtFQ2Rqb0FBQXNnQkVFQmFpRUVJQTlCZjJvaUR3MEFDd3dDQ3dKL0lBUUVRQ0FKSUFRZ0F5QUNRUXhzYWlBYUVCZ2dCaWdDQ0NFUEN5QVBDd1JBSUFsQkJHb2dEeUFESUFKQkRHeHFJQm9RR0FzZ0JpZ0NFQ0lFQkVBZ0NVRUlhaUFFSUFNZ0FrRU1iR29nR2hBWUN5QUdLQUlZSWdSRkRRRWdDVUVNYWlBRUlBTWdBa0VNYkdvZ0doQVlEQUVMSUFRZ0JTZ0NBR3BCZjJvdEFBQWlBa0VCYWlFSFFRQWdBbXNoRGtFUUlROGdDU0VFQTBBQ1FDQUVJQ2hxSWhNdEFBQWlEU0FFTFFBQUlncHJJZ1VnQlVFZmRTSUZhaUFGY3lBYlR3MEFJQVFnTEdvaUVTMEFBQ0lTSUExcklnVWdCVUVmZFNJRmFpQUZjeUFNVHcwQUlBUWdHbW9pRUMwQUFDSVZJQXBySWdVZ0JVRWZkU0lGYWlBRmN5QU1UdzBBSUFJaEJTQUVJQ3RxTFFBQUlod2dEV3NpSFNBZFFSOTFJaDFxSUIxeklBeEpCRUFnRVNBU0lBNGdBaUFLSUExcVFRRnFRUUYySUJKQkFYUnJJQnhxUVFGMUlnVWdCU0FDU2hzZ0JTQU9TQnRxT2dBQUlBY2hCUXNnRXlBTkFuOGdCQ0FsYWkwQUFDSVRJQXBySWhFZ0VVRWZkU0lSYWlBUmN5QU1TUVJBSUJBZ0ZTQU9JQUlnQ2lBTmFrRUJha0VCZGlBVlFRRjBheUFUYWtFQmRTSVRJQk1nQWtvYklCTWdEa2diYWpvQUFDQUZRUUZxSVFVTFFRQWdCV3NpRXdzZ0JTQVNJQlZySUFvZ0RXdEJBblJxUVFScVFRTjFJaElnRWlBRlNoc2dFaUFUU0JzaUJXcEJzQzVxTFFBQU9nQUFJQVFnQ2lBRmEwR3dMbW90QUFBNkFBQUxJQVJCQVdvaEJDQVBRWDlxSWc4TkFBc0xJQWhCZjJvaEJDQUdRU0JxSVFZZ0NTQTlhaUVKUVFJaEFpQUlEUUFMSUFFb0Fnd2hCQ0FESUFFb0FoQWlCU0FCS0FJVUlnWWdBU2dDR0NJQ2FpSUpRVE1nQ1VFelNCc2lDVUVBSUFsQkFFb2JRUUowUWVBOWFpZ0NBQ0lKYWlJSVFUTWdDRUV6U0JzaUNFRUFJQWhCQUVvYlFkQVhhaTBBQUNJSU5nSWdJQU1nQkNBSmFpSUhRVE1nQjBFelNCc2lCMEVBSUFkQkFFb2JJZzFCa0JkcUxRQUFJZ2MyQWh3Z0F5QU5RUU5zUVpBWWFpSU5OZ0lZQWtBZ0xVVU5BQ0FHSUFFb0Fzd0JLQUlVSWd4SEJFQWdBeUFKSUFJZ0RHb2lERUV6SUF4Qk0wZ2JJZ3hCQUNBTVFRQktHMEVDZEVIZ1BXb29BZ0JxUVFGcVFRRjJJZ3dnQldvaUQwRXpJQTlCTTBnYklnOUJBQ0FQUVFCS0cwSFFGMm90QUFBMkFnZ2dBeUFFSUF4cUlneEJNeUFNUVROSUd5SU1RUUFnREVFQVNoc2lERUdRRjJvdEFBQTJBZ1FnQXlBTVFRTnNRWkFZYWpZQ0FBd0JDeUFESUFnMkFnZ2dBeUFITmdJRUlBTWdEVFlDQUFzQ1FDQXVSUTBBSUFZZ0FTZ0N5QUVvQWhRaURFY0VRQ0FESUFVZ0NTQUNJQXhxSWdaQk15QUdRVE5JR3lJR1FRQWdCa0VBU2h0QkFuUkI0RDFxS0FJQWFrRUJha0VCZGlJSmFpSUZRVE1nQlVFelNCc2lCVUVBSUFWQkFFb2JRZEFYYWkwQUFEWUNGQ0FESUFRZ0NXb2lCRUV6SUFSQk0wZ2JJZ1JCQUNBRVFRQktHeUlFUVpBWGFpMEFBRFlDRUNBRElBUkJBMnhCa0JocU5nSU1EQUVMSUFNZ0NEWUNGQ0FESUFjMkFoQWdBeUFOTmdJTUN5QUFLQUlBSUR4cUlCUkJCblJxSUNwQkEzUnFJZ2tnTzJvaEJFRUFJUW9nQTBFd2FpRUdRUUFoQWdOQUlBWW9BZ1FpQlFSQUlBa2dCU0FqSUJZUUVDQUVJQVlvQWdRZ0l5QVdFQkFMSUFZb0FpUWlCUVJBSUFrZ0dtb2dCU0FqSUJZUUVDQUVJQnBxSUFZb0FpUWdJeUFXRUJBTElBWW9BaFFpQlFSQUlBbEJCR29nQlNBaUlCWVFFQ0FFUVFScUlBWW9BaFFnSWlBV0VCQUxJQVlvQWpRaUJRUkFJQWtnR21wQkJHb2dCU0FpSUJZUUVDQUVJQnBxUVFScUlBWW9BalFnSWlBV0VCQUxJQUloQlFKQUFrQWdCaWdDQUNJQ0lBWW9BZ2dpRDBjTkFDQUNJQVlvQWhCSERRQWdBaUFHS0FJWVJ3MEFJQUpGRFFFZ0NTQUNJQU1nQ2tFTWJHb2lBaUFXRUNzZ0JDQUdLQUlBSUFJZ0ZoQXJEQUVMQW44Z0FnUkFJQWtnQWlBRElBcEJER3hxSWdJZ0ZoQVNJQVFnQmlnQ0FDQUNJQllRRWlBR0tBSUlJUThMSUE4TEJFQWdDVUVDYWlBUElBTWdDa0VNYkdvaUFpQVdFQklnQkVFQ2FpQUdLQUlJSUFJZ0ZoQVNDeUFHS0FJUUlnSUVRQ0FKUVFScUlBSWdBeUFLUVF4c2FpSUNJQllRRWlBRVFRUnFJQVlvQWhBZ0FpQVdFQklMSUFZb0FoZ2lBa1VOQUNBSlFRWnFJQUlnQXlBS1FReHNhaUlDSUJZUUVpQUVRUVpxSUFZb0FoZ2dBaUFXRUJJTElBUWdKV29oQkNBSklDVnFJUWtnQmtGQWF5RUdRUUVoQWtFQ0lRb2dCVVVOQUFzTFFRQWdLa0VCYWlJRUlBUWdIMFlpQkJzaEtpQUJRZGdCYWlFQklBUWdPbW9pT2lBQUtBSUlTUTBBQ3dzZ0EwR3dBV29rQUF1Q0JRRUtmeU1BUVpBQmF5SUxKQUFDUUFKQUlBSkJBRWdOQUNBRFFRQklEUUFnQWlBSGFpQUVTdzBBSUFNZ0NHcEJBV29nQlVzTkFDQUZJUXdnQXlFT0RBRUxJQUFnQ3lBQ0lBTWdCQ0FGSUFjZ0NFRUJhaUlNSUFjUURDQUFJQVFnQld4cUlBc2dCeUFNYkdvZ0FpQURJQVFnQlNBSElBd2dCeEFNSUFzaEFDQUhJUVJCQUNFQ0N3SkFJQWhCQVhZaUJVVU5BQ0FIUVFGMklnTkZEUUJCRUNBSGF5RVFRUWdnQm1zaENTQUVRUUYwSWcwZ0Iyc2hFU0FBSUFKcUloSWdCQ0FPYkdvaEJ5QUJJUUlnQlNFSUEwQWdBeUVBQTBBZ0J5QU5haTBBQUNFS0lBSWdDU0FITFFBQWJDQUVJQWRxTFFBQUlnOGdCbXhxUVFOMFFTQnFRUVoyT2dBQUlBSWdDU0FQYkNBR0lBcHNha0VEZEVFZ2FrRUdkam9BQ0NBSFFRRnFJZ29nRFdvdEFBQWhEeUFDSUFrZ0J5MEFBV3dnQkNBS2FpMEFBQ0lLSUFac2FrRURkRUVnYWtFR2Rqb0FBU0FDSUFrZ0Ntd2dCaUFQYkdwQkEzUkJJR3BCQm5ZNkFBa2dBa0VDYWlFQ0lBZEJBbW9oQnlBQVFYOXFJZ0FOQUFzZ0J5QVJhaUVISUFJZ0VHb2hBaUFJUVg5cUlnZ05BQXNnQVVGQWF5RUNJQklnRENBT2FpQUViR29oQndOQUlBTWhBQU5BSUFjZ0RXb3RBQUFoQVNBQ0lBa2dCeTBBQUd3Z0JDQUhhaTBBQUNJSUlBWnNha0VEZEVFZ2FrRUdkam9BQUNBQ0lBZ2dDV3dnQVNBR2JHcEJBM1JCSUdwQkJuWTZBQWdnQjBFQmFpSUJJQTFxTFFBQUlRZ2dBaUFKSUFjdEFBRnNJQUVnQkdvdEFBQWlBU0FHYkdwQkEzUkJJR3BCQm5ZNkFBRWdBaUFCSUFsc0lBWWdDR3hxUVFOMFFTQnFRUVoyT2dBSklBSkJBbW9oQWlBSFFRSnFJUWNnQUVGL2FpSUFEUUFMSUFjZ0VXb2hCeUFDSUJCcUlRSWdCVUYvYWlJRkRRQUxDeUFMUVpBQmFpUUFDLzBFQVF0L0l3QkJrQUZySWd3a0FDQUhRUUZxSVFrQ1FBSkFJQUpCQUVnTkFDQURJQWhxSUFWTERRQWdBMEVBU0EwQUlBSWdDV29nQkVzTkFDQUVJUWtnQXlFTERBRUxJQUFnRENBQ0lBTWdCQ0FGSUFrZ0NDQUpFQXdnQUNBRUlBVnNhaUFNSUFnZ0NXeHFJQUlnQXlBRUlBVWdDU0FJSUFrUURDQU1JUUFnQ0NFRlFRQWhBZ3NDUUNBSVFRRjJJZ2hGRFFBZ0IwRUJkaUlFUlEwQVFSQWdCMnNoRGtFSUlBWnJJUW9nQ1VFQmRDQUhheUVQSUFBZ0Ftb2lFU0FKSUF0c2FpRUNJQUVoQXlBSUlRQURRQ0FFSVFjRFFDQUNRUUZxSUFscUxRQUFJUkFnQWlBSmFpMEFBQ0VOSUFNZ0FpMEFBU0lTSUFac0lBb2dBaTBBQUd4cVFRTjBRU0JxUVFaMk9nQUFJQU1nQmlBUWJDQUtJQTFzYWtFRGRFRWdha0VHZGpvQUNDQUNMUUFDSVEwZ0FrRUNhaUlDSUFscUxRQUFJUk1nQXlBR0lBMXNJQW9nRW14cVFRTjBRU0JxUVFaMk9nQUJJQU1nQmlBVGJDQUtJQkJzYWtFRGRFRWdha0VHZGpvQUNTQURRUUpxSVFNZ0IwRi9haUlIRFFBTElBSWdEMm9oQWlBRElBNXFJUU1nQUVGL2FpSUFEUUFMSUFGQlFHc2hBeUFSSUFVZ0Myb2dDV3hxSVFJRFFDQUVJUWNEUUNBQ1FRRnFJQWxxTFFBQUlRQWdBaUFKYWkwQUFDRUJJQU1nQWkwQUFTSUZJQVpzSUFvZ0FpMEFBR3hxUVFOMFFTQnFRUVoyT2dBQUlBTWdBQ0FHYkNBQklBcHNha0VEZEVFZ2FrRUdkam9BQ0NBQ0xRQUNJUUVnQWtFQ2FpSUNJQWxxTFFBQUlRc2dBeUFCSUFac0lBVWdDbXhxUVFOMFFTQnFRUVoyT2dBQklBTWdCaUFMYkNBQUlBcHNha0VEZEVFZ2FrRUdkam9BQ1NBRFFRSnFJUU1nQjBGL2FpSUhEUUFMSUFJZ0Qyb2hBaUFESUE1cUlRTWdDRUYvYWlJSURRQUxDeUFNUVpBQmFpUUFDN2tIQVFWL0l3QkJFR3NpQkNRQUFrQWdBQ0FCUVFCQnlBQVFCeUlERUFJaUFRMEFRUUVoQVNBREtBSUFRZjhCU3cwQUlBQWdBMEVFYWhBQ0lnRU5BRUVCSVFFZ0F5Z0NCRUVmU3cwQUlBQkJBUkFERFFBZ0FFRUJFQU1pQWtGL1JnMEFJQU1nQWtFQlJqWUNDQ0FBSUFSQkRHb1FBaUlCRFFBZ0F5QUVLQUlNUVFGcUlnRTJBZ3dnQVVFSVN3UkFRUUVoQVF3QkN3SkFJQUZCQWtrTkFDQUFJQU5CRUdvUUFpSUJEUUVnQXlnQ0VDSUJRUVpMSWdJRVFFRUJJUUVNQWdzZ0FnMEFBa0FDUUFKQUFrQWdBVUVCYXc0R0JBRUNBZ0lEQUFzZ0F5QURLQUlNSWdGQkFuUVFDaUlDTmdJVUlBSkZCRUJCLy84RElRRU1CUXNnQVVVTkEwRUFJUUlEUUNBQUlBUkJER29RQWlJQkRRVWdBeWdDRkNBQ1FRSjBhaUFFS0FJTVFRRnFOZ0lBSUFKQkFXb2lBaUFES0FJTVNRMEFDd3dEQ3lBRElBTW9BZ3dpQWtFQ2RFRjhhaUlCRUFvaUJUWUNHQ0FESUFFUUNpSUdOZ0ljUWYvL0F5RUJJQVZGRFFNZ0JrVU5BeUFDUVFGR0RRSkJBQ0VDQTBBZ0FDQUVRUXhxRUFJaUFRMEVJQUpCQW5RaUJTQURLQUlZYWlBRUtBSU1OZ0lBSUFBZ0JFRU1haEFDSWdFTkJDQURLQUljSUFWcUlBUW9BZ3cyQWdBZ0FrRUJhaUlDSUFNb0FneEJmMnBKRFFBTERBSUxRUUVoQVNBQVFRRVFBeUlDUVg5R0RRSWdBeUFDUVFGR05nSWdJQUFnQkVFTWFoQUNJZ0VOQWlBRElBUW9BZ3hCQVdvMkFpUU1BUXNnQUNBRVFReHFFQUlpQVEwQklBTWdCQ2dDREVFQmFpSUJOZ0lvSUFNZ0FVRUNkQkFLSWdJMkFpd2dBa1VFUUVILy93TWhBUXdDQ3lBQlJRMEFJQU1vQWd4QkFuUkJyRHRxS0FJQUlRWkJBQ0VDQTBBZ0FDQUdFQU1oQlNBREtBSXNJQUpCQW5ScUlBVTJBZ0JCQVNFQklBVWdBeWdDREU4TkFpQUNRUUZxSWdJZ0F5Z0NLRWtOQUFzTElBQWdCRUVNYWhBQ0lnRU5BRUVCSVFFZ0JDZ0NEQ0lDUVI5TERRQWdBeUFDUVFGcU5nSXdJQUFnQkVFTWFoQUNJZ0VOQUVFQklRRWdCQ2dDREVFZlN3MEFJQUJCQVJBREJFQU1BUXNnQUVFQ0VBTkJBa3NFUUF3QkN5QUFJQVJCQ0dvUUJTSUJEUUFnQkNnQ0NFRWFhaUlCUVROTEJFQkJBU0VCREFFTElBTWdBVFlDTkNBQUlBUkJDR29RQlNJQkRRQWdCQ2dDQ0VFYWFrRXpTd1JBUVFFaEFRd0JDeUFBSUFSQkNHb1FCU0lCRFFCQkFTRUJJQVFvQWdnaUFrRU1ha0VZU3cwQUlBTWdBallDT0NBQVFRRVFBeUlDUVg5R0RRQWdBeUFDUVFGR05nSThJQUJCQVJBRElnSkJmMFlOQUNBRElBSkJBVVkyQWtBZ0FFRUJFQU1pQWtGL1JnMEFJQU1nQWtFQlJqWUNSQ0FBRUI5QkFDRUJDeUFFUVJCcUpBQWdBUXZxQlFFSmZ3SkFJQUlvQXB3Q1JRUkFEQUVMUVFFaEJnTkFBa0FDUUNBQ0lBVkJGR3hxS0FLZ0FpSUVRUVZMRFFBZ0JFRUJhdzRGQUFBQUFBTUJDeUFGUVFGcUlRVU1BUXNMSUFRaEJnc0Nmd0pBSUFFb0FoQWlCRUVCVFFSQUlBUkJBV3NFUUNBREtBSUFRUVZHQkVBZ0FFSUFOd0lBSUFJb0FoUWhCVUVBSVFRTUF3c2dBQ2dDQUNJRUlBSW9BaFFpQlUwTkFpQUVJQVZySUFFb0FoUWlCMEVCZGtrTkFpQUFLQUlFSUFkcURBTUxRUUFoQlFKL1FRQWdBeWdDQUVFRlJnMEFHaUFBS0FJTUlnY2dBQ2dDQ0NBQ0tBSU1UUTBBR2lBQktBSU1JQWRxQ3lFSFFRQWhCQUovSUFFb0FpUWlDQVJBSUFJb0Fnd2dCMm9oQlFzZ0JTQURLQUlFSWdwRklBVkJBRWR4YXlJSkN3UkFJQWxCZjJvaUF5QURJQWh1SWdzZ0NHeHJJUU1MSUFnRVFDQUJLQUlvSVF4QkFDRUZBMEFnRENBRlFRSjBhaWdDQUNBRWFpRUVJQVZCQVdvaUJTQUlSdzBBQ3dzQ1FDQUpSUVJBUVFBaEJBd0JDeUFFSUF0c0lRUWdBU2dDS0NFSVFRQWhCUU5BSUFnZ0JVRUNkR29vQWdBZ0JHb2hCQ0FGUVFGcUlnVWdBMDBOQUFzTElBcEZCRUFnQVNnQ0hDQUVhaUVFQ3lBR1JRUkFJQUlvQWlBaEF5QUJLQUlnSVFFZ0FpZ0NIQ0VHSUFBZ0J6WUNEQ0FBSUFJb0FndzJBZ2dnQmlBQklBTnFJZ0JCSDNVZ0FIRWdCR3BxRHdzZ0FFSUFOd0lJUVFBUEMwRUFJUVZCQUNFRUlBTW9BZ0JCQlVjRVFDQUFLQUlNSVFVZ0FDZ0NDQ0FDS0FJTUlnUkxCRUFnQVNnQ0RDQUZhaUVGQ3lBRUlBVnFRUUYwSUFNb0FnUkZheUVFQ3lBR1JRUkFJQUFnQlRZQ0RDQUFJQUlvQWd3MkFnZ2dCQThMSUFCQ0FEY0NDRUVBRHdzQ1FDQUZJQVJORFFBZ0JTQUVheUFCS0FJVUlnRkJBWFpORFFBZ0FDZ0NCQ0FCYXd3QkN5QUFLQUlFQ3lFRUlBTW9BZ1JGQkVBZ0JDQUZhaUFDS0FJWUlnQkJIM1VnQUhGcUR3c2dBQ0FFTmdJRUlBSW9BaGdoQVNBR0JFQWdBRUVBTmdJRUlBQkJBQ0FCYXlBQlFSOTFjVFlDQUVFQUR3c2dBQ0FGTmdJQUlBUWdCV29nQVVFZmRTQUJjV29MdkFFQkNIOGdBZ1JBSUFGQmYyb2hCMEVBSUFGclFkZ0JiQ0VJUVFFZ0FXdEIyQUZzSVFrZ0FVRi9jMEhZQVd3aENnTkFJQUFnQmtIWUFXeHFJZ01nQTBHb2ZtcEJBQ0FFR3pZQ3lBRWdBd0ovSUFWRkJFQWdBMEVBTmdMTUFVRUFEQUVMSUFNZ0F5QUlhallDekFFZ0F5QUpha0VBSUFRZ0Iwa2JDellDMEFFZ0F5QURJQXBxUVFBZ0JCdEJBQ0FGR3pZQzFBRkJBQ0FFUVFGcUlnTWdBU0FEUmlJREd5RUVJQU1nQldvaEJTQUdRUUZxSWdZZ0FrY05BQXNMQzNjQkFuOUJBU0VDQWtBZ0FFRUJFQU5CZjBZTkFDQUJJQUJCQWhBRE5nSUVJQUVnQUVFRkVBTWlBRFlDQUNBQVFYNXFRUU5KRFFBQ1FDQUFRUXhMRFFCQkFTQUFkQ0lEUWNBOGNVVUVRQ0FEUWFBRGNVVU5BU0FBUVFaR0RRSWdBU2dDQkEwQkRBSUxJQUVvQWdRTkFRdEJBQ0VDQ3lBQ0M1SVRBUVovSUFBZ0FTZ0NBQ0lOTmdJQUlBQWdBQ2dDeEFGQkFXbzJBc1FCSUFJZ0JSQWRBa0FDUUFKQUFrQUNRQ0FOUVI5R0JFQWdBRUVBTmdJVUlBQW9Bc1FCUVFGTERRRWdBRUVjYWlFSklBRkJ5QUpxSVFSQkZ5RUJJQWNoQUFOQUlBbEJFRHNCQUNBQUlBUW9BZ0E2QUFBZ0FDQUVLQUlFT2dBQklBQWdCQ2dDQ0RvQUFpQUFJQVFvQWd3NkFBTWdBQ0FFS0FJUU9nQUVJQUFnQkNnQ0ZEb0FCU0FBSUFRb0FoZzZBQVlnQUNBRUtBSWNPZ0FISUFBZ0JDZ0NJRG9BQ0NBQUlBUW9BaVE2QUFrZ0FDQUVLQUlvT2dBS0lBQWdCQ2dDTERvQUN5QUFJQVFvQWpBNkFBd2dBQ0FFS0FJME9nQU5JQUFnQkNnQ09Eb0FEaUFBSUFRb0FqdzZBQThnQVNJRFFYOXFJUUVnQ1VFQ2FpRUpJQUJCRUdvaEFDQUVRVUJySVFRZ0F3MEFDeUFDSUFjUUd3d0VDeUFBUVJ4cUlRa2dEUVJBSUFrZ0FTa0NrQUkzQWdBZ0NTQUJLUUcrQWpjQkxpQUpJQUVwQXJnQ053SW9JQWtnQVNrQ3NBSTNBaUFnQ1NBQktRS29BamNDR0NBSklBRXBBcUFDTndJUUlBa2dBU2tDbUFJM0FnZ2dCQ2dDQUNFS0FrQWdBU2dDQ0NJTFJRMEFJQVFnQ2lBTGFpSUtOZ0lBSUFRZ0NrRi9UQVIvSUFwQk5Hb0ZJQXBCTkVnTkFTQUtRVXhxQ3lJS05nSUFDeUFBSUFvMkFoUWdBVUhJRDJvaERDQUJRY2dDYWlFRUFrQUNRQ0FBS0FJQVFRWk5CRUFnQ1M4QkFFVU5BVUVCSVFnZ0JDQUtRUUFnRENnQ0FCQUdSUTBDREFnTElBQXZBVXdFUUNBQlFjZ09haUFLRURFTFFiQTBJUXBCRHlFSUEwQWdDQ0VMSUFRZ0FTQUtLQUlBUVFKMGFrSElEbW9vQWdBaUNEWUNBQUpBQWtBZ0NFVUVRQ0FKTHdFQVJRMEJDMEVCSVFnZ0JDQUFLQUlVUVFFZ0RDZ0NBQkFHUlEwQkRBb0xJQVJCLy8vL0J6WUNBQXNnQ2tFRWFpRUtJQXRCZjJvaENDQU1RUVJxSVF3Z0NVRUNhaUVKSUFSQlFHc2hCQ0FMRFFBTERBUUxJQVJCLy8vL0J6WUNBQXNnQVVHSUEyb2hCQUpBSUFBdkFSNEVRRUVCSVFnZ0JDQUFLQUlVUVFBZ0FVSE1EMm9vQWdBUUJrVU5BUXdIQ3lBRVFmLy8vd2MyQWdBTElBRkJ5QU5xSVFRQ1FDQUFMd0VnQkVCQkFTRUlJQVFnQUNnQ0ZFRUFJQUZCMEE5cUtBSUFFQVpGRFFFTUJ3c2dCRUgvLy84SE5nSUFDeUFCUVlnRWFpRUVBa0FnQUM4QklnUkFRUUVoQ0NBRUlBQW9BaFJCQUNBQlFkUVBhaWdDQUJBR1JRMEJEQWNMSUFSQi8vLy9CellDQUFzZ0FVSElCR29oQkFKQUlBQXZBU1FFUUVFQklRZ2dCQ0FBS0FJVVFRQWdBVUhZRDJvb0FnQVFCa1VOQVF3SEN5QUVRZi8vL3djMkFnQUxJQUZCaUFWcUlRUUNRQ0FBTHdFbUJFQkJBU0VJSUFRZ0FDZ0NGRUVBSUFGQjNBOXFLQUlBRUFaRkRRRU1Cd3NnQkVILy8vOEhOZ0lBQ3lBQlFjZ0ZhaUVFQWtBZ0FDOEJLQVJBUVFFaENDQUVJQUFvQWhSQkFDQUJRZUFQYWlnQ0FCQUdSUTBCREFjTElBUkIvLy8vQnpZQ0FBc2dBVUdJQm1vaEJBSkFJQUF2QVNvRVFFRUJJUWdnQkNBQUtBSVVRUUFnQVVIa0Qyb29BZ0FRQmtVTkFRd0hDeUFFUWYvLy93YzJBZ0FMSUFGQnlBWnFJUVFDUUNBQUx3RXNCRUJCQVNFSUlBUWdBQ2dDRkVFQUlBRkI2QTlxS0FJQUVBWkZEUUVNQndzZ0JFSC8vLzhITmdJQUN5QUJRWWdIYWlFRUFrQWdBQzhCTGdSQVFRRWhDQ0FFSUFBb0FoUkJBQ0FCUWV3UGFpZ0NBQkFHUlEwQkRBY0xJQVJCLy8vL0J6WUNBQXNnQVVISUIyb2hCQUpBSUFBdkFUQUVRRUVCSVFnZ0JDQUFLQUlVUVFBZ0FVSHdEMm9vQWdBUUJrVU5BUXdIQ3lBRVFmLy8vd2MyQWdBTElBRkJpQWhxSVFRQ1FDQUFMd0V5QkVCQkFTRUlJQVFnQUNnQ0ZFRUFJQUZCOUE5cUtBSUFFQVpGRFFFTUJ3c2dCRUgvLy84SE5nSUFDeUFCUWNnSWFpRUVBa0FnQUM4Qk5BUkFRUUVoQ0NBRUlBQW9BaFJCQUNBQlFmZ1BhaWdDQUJBR1JRMEJEQWNMSUFSQi8vLy9CellDQUFzZ0FVR0lDV29oQkFKQUlBQXZBVFlFUUVFQklRZ2dCQ0FBS0FJVVFRQWdBVUg4RDJvb0FnQVFCa1VOQVF3SEN5QUVRZi8vL3djMkFnQUxJQUZCeUFscUlRUUNRQ0FBTHdFNEJFQkJBU0VJSUFRZ0FDZ0NGRUVBSUFGQmdCQnFLQUlBRUFaRkRRRU1Cd3NnQkVILy8vOEhOZ0lBQ3lBQlFZZ0thaUVFQWtBZ0FDOEJPZ1JBUVFFaENDQUVJQUFvQWhSQkFDQUJRWVFRYWlnQ0FCQUdSUTBCREFjTElBUkIvLy8vQnpZQ0FBc2dBVUdJRUdvaERDQUJRY2dLYWlFRURBSUxJQWxDQURjQ0FDQUpRZ0EzQVM0Z0NVSUFOd0lvSUFsQ0FEY0NJQ0FKUWdBM0FoZ2dDVUlBTndJUUlBbENBRGNDQ0NBQUlBUW9BZ0EyQWhRTUFnc2dBRUtRZ01DQWdJS0FDRGNCSENBQVFwQ0F3SUNBZ29BSU53RkVJQUJDa0lEQWdJQ0NnQWczQVR3Z0FFS1FnTUNBZ0lLQUNEY0JOQ0FBUXBDQXdJQ0Fnb0FJTndFc0lBQkNrSURBZ0lDQ2dBZzNBU1JCQUE4TElBQW9BaGdnQUNnQ0ZHb2lDMEV6SUF0Qk0wZ2JJZ3RCQUNBTFFRQktHMEVDZEVIZ1BXb29BZ0FoQ1FKQUlBQXZBVTVGQkVBZ0FDOEJVRVVOQVFzZ0FVR0lEMm9nQ1JBd0N5QUVJQUZCaUE5cUtBSUFJZ3MyQWdBQ1FBSkFJQXRGQkVBZ0FDOEJQRVVOQVF0QkFTRUlJQVFnQ1VFQklBd29BZ0FRQmtVTkFRd0VDeUFFUWYvLy93YzJBZ0FMSUFRZ0FTZ0NqQThpQ3pZQ1FDQUVRVUJySVFvQ1FBSkFJQXRGQkVBZ0FDOEJQa1VOQVF0QkFTRUlJQW9nQ1VFQklBd29BZ1FRQmtVTkFRd0VDeUFLUWYvLy93YzJBZ0FMSUFRZ0FTZ0NrQThpQ3pZQ2dBRWdCRUdBQVdvaENnSkFBa0FnQzBVRVFDQUFRVUJyTHdFQVJRMEJDMEVCSVFnZ0NpQUpRUUVnRENnQ0NCQUdSUTBCREFRTElBcEIvLy8vQnpZQ0FBc2dCQ0FCS0FLVUR5SUxOZ0xBQVNBRVFjQUJhaUVLQWtBQ1FDQUxSUVJBSUFBdkFVSkZEUUVMUVFFaENDQUtJQWxCQVNBTUtBSU1FQVpGRFFFTUJBc2dDa0gvLy84SE5nSUFDeUFFSUFFb0FwZ1BJZ3MyQW9BQ0lBUkJnQUpxSVFvQ1FBSkFJQXRGQkVBZ0FDOEJSRVVOQVF0QkFTRUlJQW9nQ1VFQklBd29BaEFRQmtVTkFRd0VDeUFLUWYvLy93YzJBZ0FMSUFRZ0FTZ0NuQThpQ3pZQ3dBSWdCRUhBQW1vaENnSkFBa0FnQzBVRVFDQUFMd0ZHUlEwQkMwRUJJUWdnQ2lBSlFRRWdEQ2dDRkJBR1JRMEJEQVFMSUFwQi8vLy9CellDQUFzZ0JDQUJLQUtnRHlJTE5nS0FBeUFFUVlBRGFpRUtBa0FDUUNBTFJRUkFJQUF2QVVoRkRRRUxRUUVoQ0NBS0lBbEJBU0FNS0FJWUVBWkZEUUVNQkFzZ0NrSC8vLzhITmdJQUN5QUVJQUVvQXFRUElnczJBc0FESUFSQndBTnFJUVFDUUFKQUlBdEZCRUFnQUM4QlNrVU5BUXRCQVNFSUlBUWdDVUVCSUF3b0Fod1FCa1VOQVF3RUN5QUVRZi8vL3djMkFnQUxJQTFCQmtrTkFDQUFJQUVnQWlBRklBWWdCeEJXSWdoRkRRRU1BZ3NnQUNBQklBTWdCU0FDSUFjUVZ5SUlEUUVMUVFBaENBc2dDQXVXSFFFSGZ5TUFRUkJySWdja0FDQUJRUUJCcUJBUUJ5RUZJQUFnQjBFRWFoQUNJUUVnQnlnQ0JDRUlBa0FDUUFKQUlBTkJmbW9pQTBFRlN3MEFBa0FnQTBFQmF3NEVBUUVCQVFBTFFRRWhBeUFCRFFJZ0NFRUdhaUlHUVI5TkRRRU1BZ3RCQVNFRElBRU5BU0FJUVFGcUlnWkJIMHNOQVFzZ0JTQUdOZ0lBQWtBZ0JrRWZSZ1JBQTBBZ0FDZ0NDQVJBSUFCQkFSQURSUTBCREFRTEN5QUZRY2dDYWlFR0EwQWdCeUFBUVFnUUF5SUJOZ0lFSUFGQmYwWU5BeUFHSUFFMkFnQWdCa0VFYWlFR0lBbEJBV29pQ1VHQUEwY05BQXNNQVF0QkFpQUdRUVpISUFaQkJra2JJUW9DUUFKQUlBWkJCRWtOQUNBR1FRVkxEUUFnQUNBSFFReHFFQUlOQVNBSEtBSU1JZ0ZCQTBzTkFTQUZJQUUyQXJBQklBQWdCMEVNYWhBQ0RRRWdCeWdDRENJQlFRTkxEUUVnQlNBQk5nSzBBU0FBSUFkQkRHb1FBZzBCSUFjb0Fnd2lBVUVEU3cwQklBVWdBVFlDdUFFZ0FDQUhRUXhxRUFJTkFTQUhLQUlNSWdGQkEwc05BU0FGSUFFMkFyd0JBa0FnQkVFQ1NRMEFJQVpCQlVZTkFDQUFJQWRCREdvZ0JFRUNTeUlCRUJjTkFpQUhLQUlNSWdnZ0JFOE5BaUFGSUFnMkFzQUJJQUFnQjBFTWFpQUJFQmNOQWlBSEtBSU1JZ2dnQkU4TkFpQUZJQWcyQXNRQklBQWdCMEVNYWlBQkVCY05BaUFIS0FJTUlnZ2dCRThOQWlBRklBZzJBc2dCSUFBZ0IwRU1haUFCRUJjTkFpQUhLQUlNSWdFZ0JFOE5BaUFGSUFFMkFzd0JDeUFISUFVb0FyQUJJZ0ZCQWswRWZ5QUJRUUowUWZBMGFpZ0NBQVZCQXdzMkFneEJBQ0VHQTBBZ0FDQUhRUWhxRUFVaUF3MENJQVVnQmtFQ2RHb2lBU0FIS0FJSU93SFFBU0FBSUFkQkNHb1FCU0lERFFJZ0FTQUhLQUlJT3dIU0FTQUhJQWNvQWd3aUFVRi9hallDRENBR1FRRnFJUVlnQVEwQUN5QUhJQVVvQXJRQklnRkJBazBFZnlBQlFRSjBRZkEwYWlnQ0FBVkJBd3MyQWd4QkFDRUdBMEFnQUNBSFFRaHFFQVVpQXcwQ0lBVWdCa0VDZEdvaUFTQUhLQUlJT3dIZ0FTQUFJQWRCQ0dvUUJTSUREUUlnQVNBSEtBSUlPd0hpQVNBSElBY29BZ3dpQVVGL2FqWUNEQ0FHUVFGcUlRWWdBUTBBQ3lBSElBVW9BcmdCSWdGQkFrMEVmeUFCUVFKMFFmQTBhaWdDQUFWQkF3czJBZ3hCQUNFR0EwQWdBQ0FIUVFocUVBVWlBdzBDSUFVZ0JrRUNkR29pQVNBSEtBSUlPd0h3QVNBQUlBZEJDR29RQlNJRERRSWdBU0FIS0FJSU93SHlBU0FISUFjb0Fnd2lBVUYvYWpZQ0RDQUdRUUZxSVFZZ0FRMEFDeUFISUFVb0Fyd0JJZ0ZCQWswRWZ5QUJRUUowUWZBMGFpZ0NBQVZCQXdzMkFneEJBQ0VHQTBBZ0FDQUhRUWhxRUFVaUF3MENJQVVnQmtFQ2RHb2lBU0FIS0FJSU93R0FBaUFBSUFkQkNHb1FCU0lERFFJZ0FTQUhLQUlJT3dHQ0FpQUhJQWNvQWd3aUFVRi9hallDRENBR1FRRnFJUVpCQUNFRElBRU5BQXNNQVF0QkFDRURJQXBCQWtzTkFBSkFBbjhDUUFKQUFrQWdDa0VCYXc0Q0JBRUFDeUFIUVFBMkFnZ2dCU0FBRUE4aUFVRWZkallDRENBQlFRQk9EUUVnQVVFQmRDRUdRUUFNQWdzZ0JFRUNUd1JBUVFNaEFTQUdRUU5OQkVBZ0JrRUNkRUg4Tkdvb0FnQWhBUXNnQkVFQ1N5RUxRUUVoQXdOQUlBQWdCMEVNYWlBTEVCY05CU0FIS0FJTUlnZ2dCRThOQlNBRklBbEJBblJxSUFnMkFwQUJJQUVpQ0VGL2FpRUJJQWxCQVdvaENTQUlEUUFMQzBFRElRTWdCa0VEVFFSQUlBWkJBblJCL0RScUtBSUFJUU1MUVFBaEJnTkFJQU1oQVNBQUlBZEJDR29RQlNJRERRUWdCU0FHUVFKMGFpSUVJQWNvQWdnN0FhQUJJQUFnQjBFSWFoQUZJZ01OQkNBRUlBY29BZ2c3QWFJQklBRkJmMm9oQXlBR1FRRnFJUVlnQVEwQUMwRUFJUU1NQXdzZ0JTQUJRUngyTmdKTUlBRkJCSFFoQmtFQkN5RURJQVVnQmtFZmRqWUNFQ0FGSUFaQkFFZ0VmeUFHUVFGMEJTQUZJQVpCSEhZMkFsQWdBMEVCYWlFRElBWkJCSFFMSWdGQkgzWTJBaFFnQlNBQlFRQklCSDhnQVVFQmRBVWdCU0FCUVJ4Mk5nSlVJQU5CQVdvaEF5QUJRUVIwQ3lJQlFSOTJOZ0lZSUFVZ0FVRUFTQVIvSUFGQkFYUUZJQVVnQVVFY2RqWUNXQ0FEUVFGcUlRTWdBVUVFZEFzaUFVRWZkallDSENBRklBRkJBRWdFZnlBQlFRRjBCU0FGSUFGQkhIWTJBbHdnQTBFQmFpRURJQUZCQkhRTElnRkJIM1kyQWlBZ0JTQUJRUUJJQkg4Z0FVRUJkQVVnQlNBQlFSeDJOZ0pnSUFOQkFXb2hBeUFCUVFSMEN5SUJRUjkyTmdJa0lBVWdBVUVBU0FSL0lBRkJBWFFGSUFVZ0FVRWNkallDWkNBRFFRRnFJUU1nQVVFRWRBc2lBVUVmZGpZQ0tDQUJRUUJJQkg4Z0FVRUJkQVVnQlNBQlFSeDJOZ0pvSUFOQkFXb2hBeUFCUVFSMEN5RUdBa0FnQUNBRFFRTnNRUWhxRUF0QmYwWU5BQ0FIUVFFMkFnZ2dCU0FBRUE4aUFVRWZkallDTEFKL0lBRkJBRWdFUUNBQlFRRjBJUVpCQUF3QkN5QUZJQUZCSEhZMkFtd2dBVUVFZENFR1FRRUxJUU1nQlNBR1FSOTJOZ0l3SUFVZ0JrRUFTQVIvSUFaQkFYUUZJQVVnQmtFY2RqWUNjQ0FEUVFGcUlRTWdCa0VFZEFzaUFVRWZkallDTkNBRklBRkJBRWdFZnlBQlFRRjBCU0FGSUFGQkhIWTJBblFnQTBFQmFpRURJQUZCQkhRTElnRkJIM1kyQWpnZ0JTQUJRUUJJQkg4Z0FVRUJkQVVnQlNBQlFSeDJOZ0o0SUFOQkFXb2hBeUFCUVFSMEN5SUJRUjkyTmdJOElBVkJRR3NnQVVFQVNBUi9JQUZCQVhRRklBVWdBVUVjZGpZQ2ZDQURRUUZxSVFNZ0FVRUVkQXNpQVVFZmRqWUNBQ0FGSUFGQkFFZ0VmeUFCUVFGMEJTQUZJQUZCSEhZMkFvQUJJQU5CQVdvaEF5QUJRUVIwQ3lJQlFSOTJOZ0pFSUFVZ0FVRUFTQVIvSUFGQkFYUUZJQVVnQVVFY2RqWUNoQUVnQTBFQmFpRURJQUZCQkhRTElnRkJIM1kyQWtnZ0FVRUFTQVIvSUFGQkFYUUZJQVVnQVVFY2RqWUNpQUVnQTBFQmFpRURJQUZCQkhRTElRWWdBQ0FEUVFOc1FRaHFFQXRCZjBZTkFDQUhJQVkyQWd3Z0IwRUNOZ0lJREFFTElBY2dCallDREVFQklRTU1BUXRCQVNFRElBQWdCMEVNYWhBQ0RRQWdCeWdDRENJQlFRTkxEUUFnQlNBQk5nS01BVUVBSVFNTElBTU5BUUpBSUFwQkFVY0VRQ0FBSUFkQkJHb2dDa1VRTFNJRERRTWdCU0FIS0FJRUlnRTJBZ1FnQVVVTkFnd0JDeUFGSUFVb0FnQWlBVUY1YWlJRFFRSjBRWEJ4SWdSQlVHb2dCQ0FEUVF0TEcwRVBRUUFnQVVFU1N4dHlOZ0lFQzBFQklRTWdBQ0FIUVF4cUVBVU5BU0FIS0FJTUlnRkJHbXBCTTBzTkFTQUZJQUUyQWdnZ0JVR1FBbW9oQ0NBRktBSUVJUVFDUUFKQUlBVW9BZ0JCQjBrRVFFRUFJUWxCQXlFREEwQWdBeUVCSUFSQkFYRUVRQ0FJSUFsQkFuUnFRYmdOYWlBQUlBZ2dDVUVHZEdwQk9Hb2dBaUFKSUFnUURVRVFFQWtpQTBFUWRqWUNBQ0FEUVE5eERRUWdDQ0FKUVFGMGFpQURRUVIyUWY4QmNUc0JBQ0FJSUFsQkFYSWlCa0VDZEdwQnVBMXFJQUFnQ0NBR1FRWjBha0U0YWlBQ0lBWWdDQkFOUVJBUUNTSURRUkIyTmdJQUlBTkJEM0VOQkNBSUlBWkJBWFJxSUFOQkJIWkIvd0Z4T3dFQUlBZ2dDVUVDY2lJR1FRSjBha0c0RFdvZ0FDQUlJQVpCQm5ScVFUaHFJQUlnQmlBSUVBMUJFQkFKSWdOQkVIWTJBZ0FnQTBFUGNRMEVJQWdnQmtFQmRHb2dBMEVFZGtIL0FYRTdBUUFnQ0NBSlFRTnlJZ1pCQW5ScVFiZ05haUFBSUFnZ0JrRUdkR3BCT0dvZ0FpQUdJQWdRRFVFUUVBa2lBMEVRZGpZQ0FDQURRUTl4RFFRZ0JTQUdRUUYwYWlBRFFRUjJRZjhCY1RzQmtBSUxJQVJCQVhZaEJDQUJRWDlxSVFNZ0NVRUVhaUVKSUFFTkFBc01BUXRCQUNFSklBQWdCVUhJRG1vZ0FrRUFJQWdRRFVFUUVBa2lBMEVQY1EwQklBVWdBMEVFZGtIL0FYRTdBY0FDSUFWQmtBSnFJUVpCQXlFREEwQWdBeUVCSUFSQkFYRUVRQ0FHSUFsQkFuUnFRYmdOYWlBQUlBWWdDVUVHZEdwQlBHb2dBaUFKSUFnUURVRVBFQWtpQTBFUGRqWUNBQ0FEUVE5eERRTWdCaUFKUVFGMGFpQURRUVIyUWY4QmNUc0JBQ0FHSUFsQkFYSWlDa0VDZEdwQnVBMXFJQUFnQmlBS1FRWjBha0U4YWlBQ0lBb2dDQkFOUVE4UUNTSURRUTkyTmdJQUlBTkJEM0VOQXlBR0lBcEJBWFJxSUFOQkJIWkIvd0Z4T3dFQUlBWWdDVUVDY2lJS1FRSjBha0c0RFdvZ0FDQUdJQXBCQm5ScVFUeHFJQUlnQ2lBSUVBMUJEeEFKSWdOQkQzWTJBZ0FnQTBFUGNRMERJQVlnQ2tFQmRHb2dBMEVFZGtIL0FYRTdBUUFnQmlBSlFRTnlJZ3BCQW5ScVFiZ05haUFBSUFZZ0NrRUdkR3BCUEdvZ0FpQUtJQWdRRFVFUEVBa2lBMEVQZGpZQ0FDQURRUTl4RFFNZ0JTQUtRUUYwYWlBRFFRUjJRZjhCY1RzQmtBSUxJQVJCQVhZaEJDQUJRWDlxSVFNZ0NVRUVhaUVKSUFFTkFBc0xJQVJCQTNFRVFDQUFJQVZCaUE5cVFYOUJCQkFKSWdOQkQzRU5BU0FGSUFOQkJIWkIvd0Z4T3dIQ0FpQUFJQVZCbUE5cVFYOUJCQkFKSWdOQkQzRU5BU0FGSUFOQkJIWkIvd0Z4T3dIRUFndEJBQ0VESUFSQkFuRkZEUUFnQUNBRlFjd0thaUFDUVJBZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCaUJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0JzQUlnQUNBRlFZd0xhaUFDUVJFZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCakJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0JzZ0lnQUNBRlFjd0xhaUFDUVJJZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCa0JCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J0QUlnQUNBRlFZd01haUFDUVJNZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCbEJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J0Z0lnQUNBRlFjd01haUFDUVJRZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCbUJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J1QUlnQUNBRlFZd05haUFDUVJVZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCbkJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J1Z0lnQUNBRlFjd05haUFDUVJZZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCb0JCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J2QUlnQUNBRlFZd09haUFDUVJjZ0NCQU5RUThRQ1NJQlFROXhCRUFnQVNFRERBRUxJQVZCcEJCcUlBRkJEM1kyQWdBZ0JTQUJRUVIyUWY4QmNUc0J2Z0lMSUFBZ0FDZ0NDQ0FBS0FJRUlBQW9BZ0JyUVFOMGFqWUNFQ0FERFFFTFFRQWhBd3NnQjBFUWFpUUFJQU1McFJRQkRIOENmeUFBS0FMSUFTSUhCRUFnQUNnQ0JDQUhLQUlFUmd3QkMwRUFDeUVLQWtBZ0JrVU5BQ0FLUlEwQVFRQWdDa0VDSUFBb0FzZ0JLQUlBSWdkQkJrY2dCMEVHU1J0QkFrWWJJUW9MQW44Z0FDZ0N6QUVpQndSQUlBQW9BZ1FnQnlnQ0JFWU1BUXRCQUFzaEJ3SkFJQVpGRFFBZ0IwVU5BRUVBSUFkQkFpQUFLQUxNQVNnQ0FDSUhRUVpISUFkQkJra2JRUUpHR3lFSEN3Si9JQUFvQXRRQklna0VRQ0FBS0FJRUlBa29BZ1JHREFFTFFRQUxJUWtDUUNBR1JRMEFJQWxGRFFCQkFpQUFLQUxVQVNnQ0FDSUFRUVpISUFCQkJra2JRUUpISVFrTElBcEJBRWNnQjBFQVIzRWlEU0FKUVFCSGNTRU9JQVZCQWtzaEQwRVFJUXNEUUFKQUlBOUZCRUFDUUFKQUFrQWdCVUVCYXc0Q0FRSUFDeUFCQW44Z0RRUkFJQVF0QUFNZ0JDMEFBaUFFTFFBQklBUXRBQUFnQXkwQUJDQURMUUFESUFNdEFBRWdBeTBBQW1wcWFtcHFhbXBCQkdwQkEzWWhCaUFETFFBSUlBTXRBQWNnQXkwQUJTQURMUUFHYW1wcVFRSnFRUUoyREFFTElBY0VRQ0FETFFBRUlBTXRBQU1nQXkwQUFTQURMUUFDYW1wcVFRSnFRUUoySVFZZ0F5MEFDQ0FETFFBSElBTXRBQVVnQXkwQUJtcHFha0VDYWtFQ2Rnd0JDeUFLUlFSQVFZQUJJUVpCZ0FFTUFRc2dCQzBBQXlBRUxRQUNJQVF0QUFBZ0JDMEFBV3BxYWtFQ2FrRUNkaUlHQzBIL0FYRkJnWUtFQ0d3aUFEWUFIQ0FCSUFaQi93RnhRWUdDaEFoc0lnWTJBQmdnQVNBQU5nQVVJQUVnQmpZQUVDQUJJQUEyQUF3Z0FTQUdOZ0FJSUFFZ0FEWUFCQ0FCSUFZMkFBQUNmeUFLQkVBZ0JDMEFCeUFFTFFBR0lBUXRBQVVnQkMwQUJHcHFhaUlHUVFKcVFRSjJJZ0FnQjBVTkFSb2dBeTBBQ0NBRExRQUhJQU10QUFZZ0JpQURMUUFGYW1wcWFrRUVha0VEZGd3QkN5QUhSUVJBUVlBQklRQkJnQUVNQVFzZ0F5MEFCQ0FETFFBRElBTXRBQUVnQXkwQUFtcHFha0VDYWtFQ2RpRUFJQU10QUFnZ0F5MEFCeUFETFFBRklBTXRBQVpxYW1wQkFtcEJBbllMSVFZZ0FTQUFRZjhCY1VHQmdvUUliQ0lBTmdBZ0lBRWdCa0gvQVhGQmdZS0VDR3dpQmpZQVBDQUJJQUEyQURnZ0FTQUdOZ0EwSUFFZ0FEWUFNQ0FCSUFZMkFDd2dBU0FBTmdBb0lBRWdCallBSkF3REN5QUtSUVJBUVFFUEN5QUJJQVF0QUFBNkFBQWdBU0FFTFFBQU9nQUJJQUVnQkMwQUFEb0FBaUFCSUFRdEFBQTZBQU1nQVNBRUxRQUFPZ0FFSUFFZ0JDMEFBRG9BQlNBQklBUXRBQUE2QUFZZ0FTQUVMUUFBT2dBSElBRWdCQzBBQVRvQUNDQUJJQVF0QUFFNkFBa2dBU0FFTFFBQk9nQUtJQUVnQkMwQUFUb0FDeUFCSUFRdEFBRTZBQXdnQVNBRUxRQUJPZ0FOSUFFZ0JDMEFBVG9BRGlBQklBUXRBQUU2QUE4Z0FTQUVMUUFDT2dBUUlBRWdCQzBBQWpvQUVTQUJJQVF0QUFJNkFCSWdBU0FFTFFBQ09nQVRJQUVnQkMwQUFqb0FGQ0FCSUFRdEFBSTZBQlVnQVNBRUxRQUNPZ0FXSUFFZ0JDMEFBam9BRnlBQklBUXRBQU02QUJnZ0FTQUVMUUFET2dBWklBRWdCQzBBQXpvQUdpQUJJQVF0QUFNNkFCc2dBU0FFTFFBRE9nQWNJQUVnQkMwQUF6b0FIU0FCSUFRdEFBTTZBQjRnQVNBRUxRQURPZ0FmSUFFZ0JDMEFCRG9BSUNBQklBUXRBQVE2QUNFZ0FTQUVMUUFFT2dBaUlBRWdCQzBBQkRvQUl5QUJJQVF0QUFRNkFDUWdBU0FFTFFBRU9nQWxJQUVnQkMwQUJEb0FKaUFCSUFRdEFBUTZBQ2NnQVNBRUxRQUZPZ0FvSUFFZ0JDMEFCVG9BS1NBQklBUXRBQVU2QUNvZ0FTQUVMUUFGT2dBcklBRWdCQzBBQlRvQUxDQUJJQVF0QUFVNkFDMGdBU0FFTFFBRk9nQXVJQUVnQkMwQUJUb0FMeUFCSUFRdEFBWTZBREFnQVNBRUxRQUdPZ0F4SUFFZ0JDMEFCam9BTWlBQklBUXRBQVk2QURNZ0FTQUVMUUFHT2dBMElBRWdCQzBBQmpvQU5TQUJJQVF0QUFZNkFEWWdBU0FFTFFBR09nQTNJQUVnQkMwQUJ6b0FPQ0FCSUFRdEFBYzZBRGtnQVNBRUxRQUhPZ0E2SUFFZ0JDMEFCem9BT3lBQklBUXRBQWM2QUR3Z0FTQUVMUUFIT2dBOUlBRWdCQzBBQnpvQVBpQUJJQVF0QUFjNkFEOE1BZ3NnQjBVRVFFRUJEd3NnQVNBRExRQUJPZ0FBSUFFZ0F5MEFBVG9BQ0NBQklBTXRBQUU2QUJBZ0FTQURMUUFCT2dBWUlBRWdBeTBBQVRvQUlDQUJJQU10QUFFNkFDZ2dBU0FETFFBQk9nQXdJQUVnQXkwQUFUb0FPQ0FCSUFNdEFBSTZBQUVnQVNBRExRQUNPZ0FKSUFFZ0F5MEFBam9BRVNBQklBTXRBQUk2QUJrZ0FTQURMUUFDT2dBaElBRWdBeTBBQWpvQUtTQUJJQU10QUFJNkFERWdBU0FETFFBQ09nQTVJQUVnQXkwQUF6b0FBaUFCSUFNdEFBTTZBQW9nQVNBRExRQURPZ0FTSUFFZ0F5MEFBem9BR2lBQklBTXRBQU02QUNJZ0FTQURMUUFET2dBcUlBRWdBeTBBQXpvQU1pQUJJQU10QUFNNkFEb2dBU0FETFFBRU9nQURJQUVnQXkwQUJEb0FDeUFCSUFNdEFBUTZBQk1nQVNBRExRQUVPZ0FiSUFFZ0F5MEFCRG9BSXlBQklBTXRBQVE2QUNzZ0FTQURMUUFFT2dBeklBRWdBeTBBQkRvQU95QUJJQU10QUFVNkFBUWdBU0FETFFBRk9nQU1JQUVnQXkwQUJUb0FGQ0FCSUFNdEFBVTZBQndnQVNBRExRQUZPZ0FrSUFFZ0F5MEFCVG9BTENBQklBTXRBQVU2QURRZ0FTQURMUUFGT2dBOElBRWdBeTBBQmpvQUJTQUJJQU10QUFZNkFBMGdBU0FETFFBR09nQVZJQUVnQXkwQUJqb0FIU0FCSUFNdEFBWTZBQ1VnQVNBRExRQUdPZ0F0SUFFZ0F5MEFCam9BTlNBQklBTXRBQVk2QUQwZ0FTQURMUUFIT2dBR0lBRWdBeTBBQnpvQURpQUJJQU10QUFjNkFCWWdBU0FETFFBSE9nQWVJQUVnQXkwQUJ6b0FKaUFCSUFNdEFBYzZBQzRnQVNBRExRQUhPZ0EySUFFZ0F5MEFCem9BUGlBQklBTXRBQWc2QUFjZ0FTQURMUUFJT2dBUElBRWdBeTBBQ0RvQUZ5QUJJQU10QUFnNkFCOGdBU0FETFFBSU9nQW5JQUVnQXkwQUNEb0FMeUFCSUFNdEFBZzZBRGNnQVNBRExRQUlPZ0EvREFFTElBNUZCRUJCQVE4TElBTXRBQVVnQXkwQUEyc2dBeTBBQmlBRExRQUNhMEVCZEdvZ0F5MEFCeUFETFFBQmEwRURiR29nQXkwQUNDSUFJQU10QUFBaUNXdEJBblJxUVJGc1FSQnFRUVYxSWdaQmZXd2hFQ0FBSUFRdEFBY2lER3BCQkhRZ0JDMEFCQ0FFTFFBQ2F5QU1JQWxyUVFKMGFpQUVMUUFGSUFRdEFBRnJRUUYwYWlBRUxRQUdJQVF0QUFCclFRTnNha0VSYkVFUWFrRUZkU0lSUVgxc2FrRVFhaUVKUVFnaERDQUJJUUFEUUNBQUlBa2dFR29pQ0VFRmRVR3dMbW90QUFBNkFBQWdBQ0FHSUFocUlnaEJCWFZCc0M1cUxRQUFPZ0FCSUFBZ0JpQUlhaUlJUVFWMVFiQXVhaTBBQURvQUFpQUFJQVlnQ0dvaUNFRUZkVUd3TG1vdEFBQTZBQU1nQUNBR0lBaHFJZ2hCQlhWQnNDNXFMUUFBT2dBRUlBQWdCaUFJYWlJSVFRVjFRYkF1YWkwQUFEb0FCU0FBSUFZZ0NHb2lDRUVGZFVHd0xtb3RBQUE2QUFZZ0FDQUdJQWhxUVFWMVFiQXVhaTBBQURvQUJ5QUpJQkZxSVFrZ0FFRUlhaUVBSUF4QmYyb2lEQTBBQ3dzZ0FTQUNJQXNRQ0NBQklBSkJRR3NnQzBFQmNoQUlJQUVnQWtHQUFXb2dDMEVDY2hBSUlBRWdBa0hBQVdvZ0MwRURjaEFJSUFKQmdBSnFJUUlnQkVFSWFpRUVJQU5CQ1dvaEF5QUJRVUJySVFFZ0MwRUVhaUVMSUJKQkFXb2lFa0VDUncwQUMwRUFDNkVWQWhoL0FuNENmd05BQW44Z0FDSUlJQlpCQTNSQnNEVnFLUUlBSWg2bkVCRWlDU0lHQkVBZ0NDZ0NCQ0FHS0FJRVJnd0JDMEVBQ3lFTkFrQWdCVVVOQUNBTlJRMEFRUUFnRFVFQ0lBa29BZ0FpQmtFR1J5QUdRUVpKRzBFQ1Joc2hEUXNDZnlBSUlCWkJBM1JCOERacUtRSUFJaCtuRUJFaUJ5SUdCRUFnQ0NnQ0JDQUdLQUlFUmd3QkMwRUFDeUVQQWtBZ0JVVU5BQ0FQUlEwQVFRQWdEMEVDSUFjb0FnQWlCa0VHUnlBR1FRWkpHMEVDUmhzaER3dEJBaUVNSUExQkFFY2dEMEVBUjNFaUVrRUJSZ1JBUVFJaEJnSi9RUUlnQ1NnQ0FDSUxRUVpISUF0QkJra2JSUVJBSUFrZ0hrSWdpS2RCL3dGeGFpMEFVaUVHQ3lBR0N3Si9RUUlnQnlnQ0FDSUpRUVpISUFsQkJra2JSUVJBSUFjZ0gwSWdpS2RCL3dGeGFpMEFVaUVNQ3lBTUN5QUdJQXhKR3lFTUN5QUNJQlpCQW5RaUNXb2lCaWdDREVVRVFDQUdLQUpNSWdZZ0JpQU1UMm9oREFzZ0NDQVdhaUFNT2dCU0FuOGdDQ0FXUVFOMFFiQTRhaWdDQUJBUklnWWlCd1JBSUFnb0FnUWdCeWdDQkVZTUFRdEJBQXNoRGdKQUlBVkZEUUFnRGtVTkFFRUFJQTVCQWlBR0tBSUFJZ1pCQmtjZ0JrRUdTUnRCQWtZYklRNExBbjhnQUNBV1FRTjBRZkE1YWlnQ0FCQVJJZ2dpQmdSQUlBQW9BZ1FnQmlnQ0JFWU1BUXRCQUFzaEVRSkFJQVZGRFFBZ0VVVU5BRUVBSUJGQkFpQUlLQUlBSWdoQkJrY2dDRUVHU1J0QkFrWWJJUkVMSUFsQjhDbHFLQUlBSVJjZ0NVR3dLV29vQWdBaEdBSi9RWVVLSUJaMlFRRnhJaHdFUUNBWFFRTnFJUWNnQkNBWGFpSUlRUUpxSVFZZ0NFRUJhaUVMSUFRTUFRc2dGMEVFZENBWWFpSUlRUzlxSVFjZ0FTQUlhaUlJUVI5cUlRWWdDRUVQYWlFTElBaEJmMm9oQ0NBQkN5RUpJQWNnQ1dvdEFBQWhDaUFHTFFBQUlSQWdDeTBBQUNFVElBZ3RBQUFoRkFKQVFUTWdGblpCQVhFRVFDQURJQmhxSWdjdEFBZ2hHeUFITFFBSElSa2dCeTBBQmlFVklBY3RBQVVoR2lBSExRQUVJUVlnQnkwQUF5RUxJQWN0QUFJaENTQUhMUUFCSVFnTUFRc2dBU0FYUVg5cUloMUJCSFFnR0dwcUlnY3RBQUFoQ0NBSExRQUhJUnNnQnkwQUJpRVpJQWN0QUFVaEZTQUhMUUFFSVJvZ0J5MEFBeUVHSUFjdEFBSWhDeUFITFFBQklRa2dIQVJBSUFRZ0hXb2hCd3dCQ3lBSFFYOXFJUWNMQWtBZ0RFRUhUUVJBSUFjdEFBQWhCd0pBQWtBQ1FBSkFBa0FDUUFKQUFrQWdERUVCYXc0SEFRSURCQVVHQndBTElBOUZCRUJCQVE4TElBaEIvd0Z4SUF0Qi93RnhRUkIwSUFaQkdIUnljaUFKUWY4QmNVRUlkSEloRlNBSUlnd2hEU0FKSWc0aEVpQUxJZzhoQ2lBR0loRWhCd3dJQ3lBTlJRUkFRUUVQQ3lBS1FZR0NoQWhzSVJVZ0VFR0Jnb1FJYkNJTlFSaDJJUWNnRFVFUWRpRUtJQTFCQ0hZaEVpQVRRWUdDaEFoc0lneEJHSFloRVNBTVFSQjJJUThnREVFSWRpRU9JQlJCZ1lLRUNHd2lDRUVZZGlFR0lBaEJFSFloQ3lBSVFRaDJJUWtNQndzQ2Z5QVRJQlJxSUFwcUlCQnFJQVpCL3dGeGFpQUxRZjhCY1dvZ0NVSC9BWEZxSUFoQi93Rnhha0VFYWtFRGRpQVNEUUFhSUJNZ0ZHb2dDbW9nRUdwQkFtcEJBbllnRFEwQUdrR0FBU0FQUlEwQUdpQUdRZjhCY1NBTFFmOEJjV29nQ1VIL0FYRnFJQWhCL3dGeGFrRUNha0VDZGdzaUNFR0Jnb1FJYkNFVklBZ2lDU0lMSWdZaURDSU9JZzhpRVNJTkloSWlDaUVIREFZTElBOUZCRUJCQVE4TElBWkIvd0Z4SWcxQkFtb2lFU0FWSUFZZ0RodEIvd0Z4SWdkcUlCb2dCaUFPRzBIL0FYRWlDa0VCZEdwQkFuWWlEeUFaSUFZZ0RodEIvd0Z4SWd3Z0d5QUdJQTRiUWY4QmNTSUdRUU5zYWtFV2RFR0FnSUFFYWtHQWdJQjRjWElnQ2lBTWFpQUhRUUYwYWtFQ2FpSVFRUVowUVlEK0EzRnlJQVlnQjJvZ0RFRUJkR3BCQW1vaUJrRU9kRUdBZ1B3SGNYSWhGU0FHUVFKMklRY2dDMEgvQVhFaUJrRUNhaUlMSUFoQi93RnhhaUFKUWY4QmNTSUpRUUYwYWtFQ2RpRUlJQWtnRVdvZ0JrRUJkR3BCQW5ZaUNTRU1JQW9nQzJvZ0RVRUJkR3BCQW5ZaUN5RU9JQXNoRFNBUElnWWhFaUFRUVFKMkloRWhDZ3dGQzBFQklCRkZJQkpCQVhOeURRWWFJQlFnRTBFQmRHb2dFR3BCQW1vaURrRUdkRUdBL2dOeElBb2dFMEVDYWlJUGFpQVFRUUYwYWtFQ2RuSWdDRUgvQVhFaUNrRUNhaUlNSUJScUlBZEJBWFJxUVFKMklnaEJHSFJ5SUE4Z0ZFRUJkR29nQjJvaUVFRU9kRUdBZ1B3SGNYSWhGU0FKUWY4QmNTSVJRUUpxSWdrZ0JrSC9BWEZxSUF0Qi93RnhJZ3RCQVhScVFRSjJJUVlnRGtFQ2RpRU5JQWtnQ2tFQmRHb2dCMnBCQW5ZaUNTRVBJQkZCQVhRZ0Myb2dER3BCQW5ZaUN5RVJJQkJCQW5ZaURDRVNJQWdpRGlFS0lBa2hCd3dFQzBFQklCRkZJQkpCQVhOeURRVWFJQWhCL3dGeElncEJBbW9pRGlBTFFmOEJjU0lJSUFsQi93RnhJZ3RCQVhScWFrRUNkaUlQUVJoMElCUWdFMEVCZEdvZ0VHcEJBbXBCQW5aeUlBNGdGR29nQjBFQmRHb2lDVUVHZEVHQS9nTnhjaUFMUVFKcUlnNGdDa0VCZEdvZ0Iyb2lEVUVPZEVHQWdQd0hjWEloRlNBSVFRRnFJaEFnQmtIL0FYRWlER3BCQVhZaEJpQU1JQTVxSUFoQkFYUnFRUUoySVJFZ0NVRUNkaUVNSUExQkFuWWhEaUFUSUJSQkFYUnFJQWRxUVFKcVFRSjJJUTBnQnlBS2FrRUJha0VCZGlJSUlSSWdDaUFMYWtFQmFrRUJkaUlKSVFvZ0N5QVFha0VCZGlJTElRY01Bd3RCQVNBUlJTQVNRUUZ6Y2cwRUdpQVRRUUpxSWc0Z0Ntb2dFRUVCZEdwQkJuUkJnUDREY1NBUUlCTnFRUUZxSWc5QkQzUkJnSUQ4QjNFZ0ZFRUNhaUlNSUJOQkFYUnFJQkJxUVFKMkloSkJHSFJ5SUFvZ0VHcEJBV3BCQVhaeWNpRVZJQWhCL3dGeElnZ2dDMEgvQVhGcUlBbEIvd0Z4SWdsQkFYUnFRUUpxUVFKMklRWWdDU0FJUVFGMGFpQUhha0VDYWtFQ2RpRUxJQTlCQVhZaERTQUlJQXhxSUFkQkFYUnFRUUoySWhFaENTQVVRUUZxSWdvZ0IycEJBWFlpQ0NFUElBb2dFMnBCQVhZaURDRUtJQTRnRkVFQmRHb2dCMnBCQW5ZaURpRUhEQUlMSUE5RkJFQkJBUThMSUJvZ0JpQU9HMEgvQVhFaUNpQVpJQVlnRGh0Qi93RnhhaUFWSUFZZ0RodEIvd0Z4SWdkQkFYUnFRUlowSUF0Qi93RnhJZ3RCQW1vaURDQUthaUFHUWY4QmNTSUdRUUYwYWlJUFFRWjBja0dBZ0lBRWFrR0Evb040Y1NBR1FRSnFJZzBnQ1VIL0FYRWlDV29nQzBFQmRHcEJBbllpRG5JZ0J5QU5haUFLUVFGMGFpSU5RUTUwUVlDQS9BZHhjaUVWSUFjZ0NtcEJBV3BCQVhZaEJ5QU5RUUoySVJFZ0NTQUlRZjhCY1NJTmFrRUJha0VCZGlFSUlBOUJBblloRHlBTUlBMXFJQWxCQVhScVFRSjJJUXdnQ1NBTGFrRUJha0VCZGlJSklRMGdCa0VCYWlJR0lBdHFRUUYySWdzaEVpQUdJQXBxUVFGMklnWWhDZ3dCQ3lBTlJRUkFRUUVQQ3lBS1FRaDBJQXB5SUFwQkVIUnlJQXBCR0hSeUlSVWdFRUVDYWlJSElCUnFJQk5CQVhScVFRSjJJUWtnRTBFQmFpSUdJQlJxUVFGMklRZ2dCaUFRYWtFQmRpSUxJUXdnQ2lBVGFpQVFRUUYwYWtFQ2FrRUNkaUlHSVE0Z0NpQVFha0VCYWtFQmRpSVBJUTBnQnlBS1FRTnNha0VDZGlJUklSSWdDaUVIQ3lBQklCZEJCSFFnR0dwcUloQWdGVFlDTUNBUUlBMUIvd0Z4SUJKQi93RnhRUWgwY2lBS1FmOEJjVUVRZEhJZ0IwRVlkSEkyQWlBZ0VDQU1RZjhCY1NBT1FmOEJjVUVJZEhJZ0QwSC9BWEZCRUhSeUlCRkJHSFJ5TmdJUUlCQWdDRUgvQVhFZ0NVSC9BWEZCQ0hSeUlBdEIvd0Z4UVJCMGNpQUdRUmgwY2pZQ0FDQUJJQUlnRmtFR2RHcEJ5QUpxSUJZUUNDQVdRUUZxSWhaQkVFY05BQXRCQUFzTHhSSUJFSDhDZnlBQUtBTElBU0lIQkVBZ0FDZ0NCQ0FIS0FJRVJnd0JDMEVBQ3lFSEFrQWdCVVVOQUNBSFJRMEFRUUFnQjBFQ0lBQW9Bc2dCS0FJQUlnZEJCa2NnQjBFR1NSdEJBa1liSVFjTEFuOGdBQ2dDekFFaUNBUkFJQUFvQWdRZ0NDZ0NCRVlNQVF0QkFBc2hDQUpBSUFWRkRRQWdDRVVOQUVFQUlBaEJBaUFBS0FMTUFTZ0NBQ0lJUVFaSElBaEJCa2tiUVFKR0d5RUlDd0ovSUFBb0F0UUJJZ2tFUUNBQUtBSUVJQWtvQWdSR0RBRUxRUUFMSVFrQ1FDQUZSUTBBSUFsRkRRQkJBaUFBS0FMVUFTZ0NBQ0lGUVFaSElBVkJCa2tiUVFKSElRa0xBa0FDUUNBQUtBSUFRUUZxUVFOeElnQkJBazBFUUFKQUFrQUNRQ0FBUVFGckRnSUJBZ0FMSUFoRkJFQkJBUThMUVFBaEJTQUJJUUFEUUNBQUlBTXRBQUU2QUFBZ0FDQURMUUFDT2dBQklBQWdBeTBBQXpvQUFpQUFJQU10QUFRNkFBTWdBQ0FETFFBRk9nQUVJQUFnQXkwQUJqb0FCU0FBSUFNdEFBYzZBQVlnQUNBRExRQUlPZ0FISUFBZ0F5MEFDVG9BQ0NBQUlBTXRBQW82QUFrZ0FDQURMUUFMT2dBS0lBQWdBeTBBRERvQUN5QUFJQU10QUEwNkFBd2dBQ0FETFFBT09nQU5JQUFnQXkwQUR6b0FEaUFBSUFNdEFCQTZBQThnQUVFUWFpRUFJQVZCQVdvaUJVRVFSdzBBQ3d3REN5QUhSUVJBUVFFUEMwRUFJUVVnQVNFQUEwQWdBQ0FFSUFWcUlnTXRBQUE2QUFBZ0FDQURMUUFBT2dBQklBQWdBeTBBQURvQUFpQUFJQU10QUFBNkFBTWdBQ0FETFFBQU9nQUVJQUFnQXkwQUFEb0FCU0FBSUFNdEFBQTZBQVlnQUNBRExRQUFPZ0FISUFBZ0F5MEFBRG9BQ0NBQUlBTXRBQUE2QUFrZ0FDQURMUUFBT2dBS0lBQWdBeTBBQURvQUN5QUFJQU10QUFBNkFBd2dBQ0FETFFBQU9nQU5JQUFnQXkwQUFEb0FEaUFBSUFNdEFBQTZBQThnQUVFUWFpRUFJQVZCQVdvaUJVRVFSdzBBQ3d3Q0N5QUJBbjhDUUNBSFJRMEFJQWhGRFFBZ0JDMEFEeUFETFFBUUlBUXRBQTRnQXkwQUR5QUVMUUFOSUFNdEFBNGdCQzBBRENBRExRQU5JQVF0QUFzZ0F5MEFEQ0FFTFFBS0lBTXRBQXNnQkMwQUNTQURMUUFLSUFRdEFBZ2dBeTBBQ1NBRUxRQUhJQU10QUFnZ0JDMEFCaUFETFFBSElBUXRBQVVnQXkwQUJpQUVMUUFFSUFNdEFBVWdCQzBBQXlBRExRQUVJQVF0QUFJZ0F5MEFBeUFFTFFBQklBTXRBQUlnQXkwQUFTQUVMUUFBYW1wcWFtcHFhbXBxYW1wcWFtcHFhbXBxYW1wcWFtcHFhbXBxYW1wcWFrRVFha0VGZGd3QkN5QUhCRUFnQkMwQUR5QUVMUUFPSUFRdEFBMGdCQzBBRENBRUxRQUxJQVF0QUFvZ0JDMEFDU0FFTFFBSUlBUXRBQWNnQkMwQUJpQUVMUUFGSUFRdEFBUWdCQzBBQXlBRUxRQUNJQVF0QUFBZ0JDMEFBV3BxYW1wcWFtcHFhbXBxYW1wcWFrRUlha0VFZGd3QkMwR0FBU0FJUlEwQUdpQURMUUFRSUFNdEFBOGdBeTBBRGlBRExRQU5JQU10QUF3Z0F5MEFDeUFETFFBS0lBTXRBQWtnQXkwQUNDQURMUUFISUFNdEFBWWdBeTBBQlNBRExRQUVJQU10QUFNZ0F5MEFBU0FETFFBQ2FtcHFhbXBxYW1wcWFtcHFhbXBxUVFocVFRUjJDMEdBQWhBSEdnd0JDMEVCSVFBZ0IwVU5BU0FJUlEwQklBbEZEUUVnQkMwQUNDQUVMUUFHYXlBRUxRQVBJZ0FnQXkwQUFDSUZhMEVEZEdvZ0JDMEFDU0FFTFFBRmEwRUJkR29nQkMwQUNpQUVMUUFFYTBFRGJHb2dCQzBBQ3lBRUxRQURhMEVDZEdvZ0JDMEFEQ0FFTFFBQ2EwRUZiR29nQkMwQURTQUVMUUFCYTBFR2JHb2dCQzBBRGlBRUxRQUFhMEVIYkdwQkJXeEJJR3BCQm5VaEJ5QURMUUFKSUFNdEFBZHJJQU10QUFvZ0F5MEFCbXRCQVhScUlBTXRBQXNnQXkwQUJXdEJBMnhxSUFNdEFBd2dBeTBBQkd0QkFuUnFJQU10QUEwZ0F5MEFBMnRCQld4cUlBTXRBQTRnQXkwQUFtdEJCbXhxSUFNdEFBOGdBeTBBQVd0QkIyeHFJQU10QUJBaUF5QUZhMEVEZEdwQkJXeEJJR3BCQm5VaUJFRURkQ0VJSUFSQkIyd2hDU0FFUVFac0lRb2dCRUVGYkNFTElBUkJBMndoRENBRVFYMXNJUTBnQkVGN2JDRU9JQVJCZW13aER5QUVRWGxzSVJCQkFDQUVRUUYwSWhGcklSSkJBQ0FFUVFKMEloTnJJUlFnQUNBRGFrRUVkRUVRYWlFVlFRQWhCUU5BSUFFZ0JVRUVkQ0lBYWlBVklBVkJlV29nQjJ4cUlnTWdFR3BCQlhVaUJrSC9BU0FHUWY4QlNCc2lCa0VBSUFaQkFFb2JPZ0FBSUFFZ0FFRUJjbW9nQXlBUGFrRUZkU0lHUWY4QklBWkIvd0ZJR3lJR1FRQWdCa0VBU2hzNkFBQWdBU0FBUVFKeWFpQURJQTVxUVFWMUlnWkIvd0VnQmtIL0FVZ2JJZ1pCQUNBR1FRQktHem9BQUNBQklBQkJBM0pxSUFNZ0ZHcEJCWFVpQmtIL0FTQUdRZjhCU0JzaUJrRUFJQVpCQUVvYk9nQUFJQUVnQUVFRWNtb2dBeUFOYWtFRmRTSUdRZjhCSUFaQi93RklHeUlHUVFBZ0JrRUFTaHM2QUFBZ0FTQUFRUVZ5YWlBRElCSnFRUVYxSWdaQi93RWdCa0gvQVVnYklnWkJBQ0FHUVFCS0d6b0FBQ0FCSUFCQkJuSnFJQU1nQkd0QkJYVWlCa0gvQVNBR1FmOEJTQnNpQmtFQUlBWkJBRW9iT2dBQUlBRWdBRUVIY21vZ0EwRUZkU0lHUWY4QklBWkIvd0ZJR3lJR1FRQWdCa0VBU2hzNkFBQWdBU0FBUVFoeWFpQURJQVJxUVFWMUlnWkIvd0VnQmtIL0FVZ2JJZ1pCQUNBR1FRQktHem9BQUNBQklBQkJDWEpxSUFNZ0VXcEJCWFVpQmtIL0FTQUdRZjhCU0JzaUJrRUFJQVpCQUVvYk9nQUFJQUVnQUVFS2Ntb2dBeUFNYWtFRmRTSUdRZjhCSUFaQi93RklHeUlHUVFBZ0JrRUFTaHM2QUFBZ0FTQUFRUXR5YWlBRElCTnFRUVYxSWdaQi93RWdCa0gvQVVnYklnWkJBQ0FHUVFCS0d6b0FBQ0FCSUFCQkRISnFJQU1nQzJwQkJYVWlCa0gvQVNBR1FmOEJTQnNpQmtFQUlBWkJBRW9iT2dBQUlBRWdBRUVOY21vZ0F5QUtha0VGZFNJR1FmOEJJQVpCL3dGSUd5SUdRUUFnQmtFQVNoczZBQUFnQVNBQVFRNXlhaUFESUFscVFRVjFJZ1pCL3dFZ0JrSC9BVWdiSWdaQkFDQUdRUUJLR3pvQUFDQUJJQUJCRDNKcUlBTWdDR3BCQlhVaUFFSC9BU0FBUWY4QlNCc2lBRUVBSUFCQkFFb2JPZ0FBSUFWQkFXb2lCVUVRUncwQUN3dEJBQ0VBSUFFZ0FrRUFFQWdnQVNBQ1FVQnJRUUVRQ0NBQklBSkJnQUZxUVFJUUNDQUJJQUpCd0FGcVFRTVFDQ0FCSUFKQmdBSnFRUVFRQ0NBQklBSkJ3QUpxUVFVUUNDQUJJQUpCZ0FOcVFRWVFDQ0FCSUFKQndBTnFRUWNRQ0NBQklBSkJnQVJxUVFnUUNDQUJJQUpCd0FScVFRa1FDQ0FCSUFKQmdBVnFRUW9RQ0NBQklBSkJ3QVZxUVFzUUNDQUJJQUpCZ0FacVFRd1FDQ0FCSUFKQndBWnFRUTBRQ0NBQklBSkJnQWRxUVE0UUNDQUJJQUpCd0FkcVFROFFDQXNnQUF1N0NBRUhmd0pBSUFORkRRQWdBQ2dDQUNBRElBQW9BZ1FpQlc0aUNDQUZiQ0lFUVFoMGFpQURJQVJySWdkQkJIUnFJUVlnQlVFRWRDRUVJQUFvQWdnaENTQUZJQU5MSWdwRkJFQWdBU0FHSUFSQkFYSnJJZ010QUFBNkFBQWdBU0FETFFBQk9nQUJJQUVnQXkwQUFqb0FBaUFCSUFNdEFBTTZBQU1nQVNBRExRQUVPZ0FFSUFFZ0F5MEFCVG9BQlNBQklBTXRBQVk2QUFZZ0FTQURMUUFIT2dBSElBRWdBeTBBQ0RvQUNDQUJJQU10QUFrNkFBa2dBU0FETFFBS09nQUtJQUVnQXkwQUN6b0FDeUFCSUFNdEFBdzZBQXdnQVNBRExRQU5PZ0FOSUFFZ0F5MEFEam9BRGlBQklBTXRBQTg2QUE4Z0FTQURMUUFRT2dBUUlBRWdBeTBBRVRvQUVTQUJJQU10QUJJNkFCSWdBU0FETFFBVE9nQVRJQUVnQXkwQUZEb0FGQ0FCUVJWcUlRRUxJQWNFUUNBQ0lBWkJmMm9pQXkwQUFEb0FBQ0FDSUFNZ0JHb2lBeTBBQURvQUFTQUNJQU1nQkdvaUF5MEFBRG9BQWlBQ0lBTWdCR29pQXkwQUFEb0FBeUFDSUFNZ0JHb2lBeTBBQURvQUJDQUNJQU1nQkdvaUF5MEFBRG9BQlNBQ0lBTWdCR29pQXkwQUFEb0FCaUFDSUFNZ0JHb2lBeTBBQURvQUJ5QUNJQU1nQkdvaUF5MEFBRG9BQ0NBQ0lBTWdCR29pQXkwQUFEb0FDU0FDSUFNZ0JHb2lBeTBBQURvQUNpQUNJQU1nQkdvaUF5MEFBRG9BQ3lBQ0lBTWdCR29pQXkwQUFEb0FEQ0FDSUFNZ0JHb2lBeTBBQURvQURTQUNJQU1nQkdvaUF5MEFBRG9BRGlBQ0lBTWdCR290QUFBNkFBOGdBa0VRYWlFQ0N5QUFLQUlBSUFVZ0NXd2lCRUVJZEdvZ0NDQUZRUU4wSWdCc1FRTjBhaUFIUVFOMGFpRUdJQUJCK1AvLy93ZHhJUUFnQ2tVRVFDQUJJQVlnQUVFQmNtc2lBeTBBQURvQUFDQUJJQU10QUFFNkFBRWdBU0FETFFBQ09nQUNJQUVnQXkwQUF6b0FBeUFCSUFNdEFBUTZBQVFnQVNBRExRQUZPZ0FGSUFFZ0F5MEFCam9BQmlBQklBTXRBQWM2QUFjZ0FTQURRUWhxSWdNdEFBQTZBQWdnQVNBRVFRWjBJQU5xSWdOQmVHb3RBQUE2QUFrZ0FTQURRWGxxTFFBQU9nQUtJQUVnQTBGNmFpMEFBRG9BQ3lBQklBTkJlMm90QUFBNkFBd2dBU0FEUVh4cUxRQUFPZ0FOSUFFZ0EwRjlhaTBBQURvQURpQUJJQU5CZm1vdEFBQTZBQThnQVNBRFFYOXFMUUFBT2dBUUlBRWdBeTBBQURvQUVRc2dCMFVOQUNBQ0lBWkJmMm9pQVMwQUFEb0FBQ0FDSUFBZ0FXb2lBUzBBQURvQUFTQUNJQUFnQVdvaUFTMEFBRG9BQWlBQ0lBQWdBV29pQVMwQUFEb0FBeUFDSUFBZ0FXb2lBUzBBQURvQUJDQUNJQUFnQVdvaUFTMEFBRG9BQlNBQ0lBQWdBV29pQVMwQUFEb0FCaUFDSUFBZ0FXb2lBUzBBQURvQUJ5QUNJQUFnQVdvZ0JDQUZhMEVHZEdvaUFTMEFBRG9BQ0NBQ0lBQWdBV29pQVMwQUFEb0FDU0FDSUFBZ0FXb2lBUzBBQURvQUNpQUNJQUFnQVdvaUFTMEFBRG9BQ3lBQ0lBQWdBV29pQVMwQUFEb0FEQ0FDSUFBZ0FXb2lBUzBBQURvQURTQUNJQUFnQVdvaUFTMEFBRG9BRGlBQ0lBQWdBV290QUFBNkFBOExDNjhCQVFGL0l3QkIwQUJySWdZa0FDQUNJQVpCSUdvZ0JpQURFRlVDUUFKQVFRSWdBQ2dDQUNJRFFRWkhJQU5CQmtrYlFRRkdCRUFnQUNBRklBRkJ5QUpxSUFaQklHb2dCaUFFRUZRaUEwVU5BUXdDQ3lBQUlBVWdBU0FHUVNCcUlBWWdCQkJUSWdNTkFRc2dBQ0FGUVlBQ2FpQUJRY2dLYWlBR1FUVnFJQVpCRUdvZ0FTZ0NqQUVnQkJCU0lnTU5BRUVBSVFNZ0FDZ0N4QUZCQVVzTkFDQUNJQVVRR3dzZ0JrSFFBR29rQUNBREM2TXFBU1IvSXdCQklHc2lFQ1FBSUJBZ0JDZ0NCQ0lJTmdJTUlCQWdCQ2dDQ0RZQ0VDQURJQWh1SWdaQkJIUWhGQ0FESUFZZ0NHeHJRUVIwSVJVQ1FBSkFBa0FDUUFKQUFrQUNRQUpBSUFBb0FnQWlCa0VEVFFSQUFrQUNRQUpBSUFaQkFtc09BZ0VDQUFzZ0FTZ0NrQUVoRXlBQUtBSUVJUTVCZnlFUEFuOGdBQ2dDeUFFaUNVVUVRRUVBSVFoQmZ3d0JDMEVBSVFoQmZ5QUpLQUlFSUE1SERRQWFRUUVoRWtGL0lBa29BZ0JCQlVzTkFCb2dDU2dDbUFFaUNFRVFkaUVISUFrb0FtZ0xJUTBnQUNnQ3pBRWlDVVVOQ0NBSktBSUVJQTVIRFFoQkFTRVdJQWtvQWdCQkJVc05DQ0FKS0FLc0FTSVJRUkIySVFvZ0NTZ0NiQ0VQREFnTElBRW9BcEFCSVJNZ0FTOEJvZ0VoRFNBQkx3R2dBU0VNSUFBb0FnUWhDMEYvSVFjQ1FDQUFLQUxNQVNJR1JRMEFJQXNnQmlnQ0JFY0VRQXdCQzBFQklSSWdCaWdDQUVFRlN3MEFJQVlvQXF3QklnbEJFSFloQ2lBR0tBSnNJUWNMSUFjZ0UwWUVRQ0FLSVFjZ0NTRUdEQWNMUVg4aER3SkFBa0FDUUNBQUtBTElBU0lJUlFSQVFRQWhCd3dCQzBFQUlRY2dDQ2dDQkNBTFJnMEJDMEVBSVFZTUFRdEJBU0VYSUFnb0FnQkJCVXNFUUVFQUlRWU1BUXNnQ0NnQ21BRWlCa0VRZGlFSElBZ29BbWdoRHdzQ1FBSkFJQUFvQXRBQklnaEZEUUFnQ0NnQ0JDQUxSdzBBSUFnb0FnQkJCVTBOQVF3R0N3SkFJQUFvQXRRQklnaEZEUUFnQ0NnQ0JDQUxSdzBBSUFnb0FnQkJCVXNOQmlBSUtBSndJUllnQ0NnQ3dBRWhDQXdIQzBFQUlRaEJmeUVXSUJJTkJpQVhSUTBHREFjTElBZ29BbXdoRmlBSUtBS3NBU0VJREFVTElBRW9BcEFCSVE4Z0FTOEJvZ0VoRFNBQkx3R2dBU0VNSUFBb0FnUWhCa0YvSVFjQ1FDQUFLQUxJQVNJS1JRUkFRUUFoQ0F3QkMwRUFJUWdnQmlBS0tBSUVSd1JBREFFTFFRRWhFU0FLS0FJQVFRVkxEUUFnQ2lnQ21BRWlDVUVRZGlFSUlBb29BbWdoQndzZ0J5QVBSZzBCQW44Q2Z3SkFBa0FnQUNnQ3pBRWlCMFVOQUNBSEtBSUVJQVpIRFFBZ0J5Z0NBRUVGU3cwQklBY29BbkFoRVNBSEtBSzhBU0VLSUFjb0Ftd2hFaUFIS0FLc0FTSUdRUkIyREFNTEFrQWdBQ2dDMUFFaUIwVU5BQ0FIS0FJRUlBWkhEUUJCQUNFR1FYOGhFaUFIS0FJQVFRVkxCRUJCZnlFUlFRQU1Bd3NnQnlnQ2NDRVJJQWNvQXNBQkRBSUxJQkVOQkF0QmZ5RVJRWDhoRWtFQUlRWkJBQXNoQ2tFQUN5RUhJQThnRWtZaUN5QVBJQkZHYWtFQlJ3UkFJQWNnQ0NBSFFSQjBRUkIxSWdzZ0NFRVFkRUVRZFNJT1NpSUlHeUlISUE0Z0N5QU9JQXNnRGtnYklBZ2JJZ2dnQ2tFUWRTSUxJQWdnQzBvYklBZEJFSFJCRUhVZ0MwZ2JJUWNnQmlBSklBWkJFSFJCRUhVaUN5QUpRUkIwUVJCMUlnbEtJZ1liSWdoQi8vOERjU0FKSUFzZ0NTQUxJQWxJR3lBR0d5SUdJQXBCRUhSQkVIVWlDU0FHSUFsS0d5QUlRUkIwUVJCMUlBbElHeUVHREFNTElBc05BaUFLUVJCMklRY2dDaUVHREFJTFFRRWhHeUFBUVlRQmFpRWNBMEFDZnlBQklCMUJBblFpSG1vaUlDSWtLQUt3QVNJR1FRSk5CRUFnQmtFQ2RFR2NOV29vQWdBTUFRdEJCQXNoSWlBQUlCNXFJZ1lnSUNnQ3dBRTJBbVFnQmlBQ0lDQW9Bc0FCRUJRaUJqWUNkQ0FHUlEwSUlDSUVRQ0FjSUIxQkJIUWlIMm9pSlNFbUlCd2dIMEVNY21vaUowRUNhaUVvSUJ3Z0gwRUljbW9pS1NFUklCd2dIMEVFY21vaUZpRVRRUUFoQmdOQUlBRWdIMm9nQmtFQ2RHb2lDQzhCMGdFaER5QUlMd0hRQVNFT0lDQW9Bc0FCSVNGQmZ5RVhBbjhnQUNBZFFRZDBJQ1FvQXJBQklpTkJCWFJxSUFaQkEzUnFJaHBCc0JscUtBSUFFQkVpQ1VVRVFFRUFJUXhCQUNFSVFRQWhDa0YvREFFTFFRQWhERUVBSVFoQkFDRUtRWDhnQ1NnQ0JDQUFLQUlFUncwQUdrRUJJUXBCZnlBSktBSUFRUVZMRFFBYUlBa2dHa0cwR1dvdEFBQWlCMEVDZEdvb0FvUUJJZ2hCRUhZaERDQUpJQWRCL0FGeGFpZ0NaQXNoRFFKQUFrQUNRQ0FBSUJwQnNCMXFLQUlBRUJFaUdFVUVRRUVBSVFrTUFRdEJBQ0VKSUJnb0FnUWdBQ2dDQkVZTkFRdEJBQ0VTUVFBaEN3d0JDMEVCSVFzZ0dDZ0NBRUVGU3dSQVFRQWhFZ3dCQ3lBWUlCcEJ0QjFxTFFBQUlnZEJBblJxS0FLRUFTSVNRUkIySVFrZ0dDQUhRZndCY1dvb0FtUWhGd3NDUUFKQUFrQUNRQUpBSUFBZ0drR3dJV29vQWdBUUVTSVpSUTBBSUJrb0FnUWdBQ2dDQkVjTkFDQVpLQUlBUVFWTkRRRU1BZ3NDUUNBQUlCcEJzQ1ZxS0FJQUVCRWlHVVVOQUNBWktBSUVJQUFvQWdSSERRQWdHU2dDQUVFRlN3MENJQmtnR2tHMEpXb3RBQUFpQjBIOEFYRnFLQUprSVJnZ0dTQUhRUUowYWlnQ2hBRWhCd3dEQzBFQUlRZEJmeUVZSUFwRkRRSWdDdzBDREFNTElCa2dHa0cwSVdvdEFBQWlCMEg4QVhGcUtBSmtJUmdnR1NBSFFRSjBhaWdDaEFFaEJ3d0JDMEVBSVFkQmZ5RVlDeUFYSUNGR0lnb2dEU0FoUmlJTGFpQVlJQ0ZHYWtFQlJ3UkFJQWtnRENBSlFSQjBRUkIxSWdzZ0RFRVFkRUVRZFNJTVNpSUpHeUlLSUF3Z0N5QU1JQXNnREVnYklBa2JJZ2tnQjBFUWRTSUxJQWtnQzBvYklBcEJFSFJCRUhVZ0MwZ2JJUXdnRWlBSUlCSkJFSFJCRUhVaUNpQUlRUkIwUVJCMUlndEtJZ2diSWdsQi8vOERjU0FMSUFvZ0N5QUtJQXRJR3lBSUd5SUlJQWRCRUhSQkVIVWlCeUFJSUFkS0d5QUpRUkIwUVJCMUlBZElHeUVJREFFTElBZ2dFaUFMR3lFSUlBd2dDU0FMR3lFTUlBc05BQ0FLRFFBZ0IwRVFkaUVNSUFjaENBc2dDQ0FPYWlJS1FSQjBRUkIxUVlCQWEwSC8vd0JMRFFvZ0RDQVBhaUlKUVJCMFFSQjFRWUFRYWtIL0gwc05DaUFqUVFOTkJFQUNmd0pBQWtBQ1FBSkFJQ05CQVdzT0F3RUNBd0FMSUNVZ0Nqc0JBQ0FtSUFrN0FRSWdGaUFLT3dFQUlCTWdDVHNCQWlBcElBbzdBUUFnRVNBSk93RUNJQ2NnQ2pzQkFDQW9EQU1MSUJ3Z0JrRUJkQ0FlYWtFQ2RDSUhhaUlJSUFrN0FRSWdDQ0FLT3dFQUlCd2dCMEVFY21vaUNDQUtPd0VBSUFoQkFtb01BZ3NnQUNBR0lCNXFRUUowYWlJSUlBbzdBWXdCSUFnZ0NUc0JoZ0VnQ0NBS093R0VBU0FJUVk0QmFnd0JDeUFBSUFZZ0htcEJBblJxSWdnZ0Nqc0JoQUVnQ0VHR0FXb0xJQWs3QVFBTElBWkJBV29pQmlBaVJ3MEFDd3NnSFVFQmFpSWRRUVJIRFFBTFFRQWhEQU5BSUJBZ0FDQU1RUUowSWdKcUtBSjBOZ0lJSUF4QkFVdEJBM1FoQ1NBTVFRTjBRUWh4SVFjQ1FDQUJJQUpxS0FLd0FTSUNRUUpOQkVBQ1FBSkFBa0FnQWtFQmF3NENBUUlBQ3lBRklBQWdERUVFZEdwQmhBRnFJQkJCQ0dvZ0ZTQVVJQWNnQ1VFSVFRZ1FEZ3dEQ3lBRklBQWdERUVFZEdvaUFrR0VBV29nRUVFSWFpQVZJQlFnQnlBSlFRaEJCQkFPSUFVZ0FrR01BV29nRUVFSWFpQVZJQlFnQnlBSlFRUnlRUWhCQkJBT0RBSUxJQVVnQUNBTVFRUjBhaUlDUVlRQmFpQVFRUWhxSUJVZ0ZDQUhJQWxCQkVFSUVBNGdCU0FDUVlnQmFpQVFRUWhxSUJVZ0ZDQUhRUVJ5SUFsQkJFRUlFQTRNQVFzZ0JTQUFJQXhCQkhScUlnaEJoQUZxSUJCQkNHb2dGU0FVSUFjZ0NVRUVRUVFRRGlBRklBaEJpQUZxSUJCQkNHb2dGU0FVSUFkQkJISWlCaUFKUVFSQkJCQU9JQVVnQ0VHTUFXb2dFRUVJYWlBVklCUWdCeUFKUVFSeUlnSkJCRUVFRUE0Z0JTQUlRWkFCYWlBUVFRaHFJQlVnRkNBR0lBSkJCRUVFRUE0TElBeEJBV29pREVFRVJ3MEFDd3dHQ3lBSUlRY2dDU0VHQzBFQklSc2dCaUFNYWlJSVFSQjBRUkIxUVlCQWEwSC8vd0JMRFFVZ0J5QU5haUlHUVJCMFFSQjFRWUFRYWtIL0gwc05CU0FDSUE4UUZDSUhSUTBGSUFBZ0Jqc0JzZ0VnQUNBSU93R3dBU0FBSUFjMkFuUWdBQ0FQTmdKa0lBQWdCellDZkNBQUlBODJBbXdnQUNBQUtBS3dBU0lHTmdLc0FTQUFJQVkyQXFnQklBQWdCallDcEFFZ0FDQUdOZ0tRQVNBQUlBWTJBb3dCSUFBZ0JqWUNpQUVnQUNBR05nS0VBU0FCS0FLVUFTRU9JQUV2QWFZQklRd2dBUzhCcEFFaEN5QUFLQUlFSVFrQ1FBSkFJQUFvQXRBQklnZEZEUUFnQnlnQ0JDQUpSdzBBUVFFaEVTQUhLQUlBUVFWTEJFQkJmeUVJUVFBaEJ3d0NDeUFIS0FKc0lRZ2dCeWdDckFFaEJ3d0JDMEYvSVFoQkFDRUhJQUFvQXN3QklncEZCRUJCQUNFUkRBRUxJQWtnQ2lnQ0JFY0VRRUVBSVJFTUFRdEJBU0VSSUFvb0FnQkJCVXNOQUNBS0tBSnNJUWdnQ2lnQ3NBRWhCd3NDUUNBSUlBNUdSUVJBSUFaQkVIWWhDQUovQWtBQ1FDQUFLQUxNQVNJTlJRMEFJQTBvQWdRZ0NVY05BQ0FOS0FJQVFRVkxEUUVnRFNnQ3ZBRWlFVUVRZGlFS0lBMG9BbkFNQWdzZ0VVVU5Bd3RCQUNFUlFRQWhDa0YvQ3lFTklBNGdEMFlpQ1NBTklBNUdha0VCUndSQUlBb2dDQ0FLUVJCMFFSQjFJZzBnQ0VFUWRFRVFkVW9pQ0JzaUNTQUdRUkIxSWdvZ0RTQUtJQW9nRFVvYklBZ2JJZ2dnQjBFUWRTSUtJQWdnQ2tvYklBbEJFSFJCRUhVZ0NrZ2JJUWdnRVNBR0lCRkJFSFJCRUhVaUNpQUdRUkIwUVJCMUlnMUtJZ1liSWdsQi8vOERjU0FOSUFvZ0RTQU5JQXBLR3lBR0d5SUdJQWRCRUhSQkVIVWlCeUFHSUFkS0d5QUpRUkIwUVJCMUlBZElHeUVHREFJTElBa05BU0FOSUE1R0JFQWdFVUgvL3dOeElBcEJFSFJ5SVFZZ0NpRUlEQUlMQ3lBSFFSQjJJUWdnQnlFR0N5QUdJQXRxSWdkQkVIUkJFSFZCZ0VCclFmLy9BRXNOQlNBSUlBeHFJZ1pCRUhSQkVIVkJnQkJxUWY4ZlN3MEZJQUlnRGhBVUlnSkZEUVVnQUNBR093SENBU0FBSUFjN0FjQUJJQUFnQWpZQ2dBRWdBQ0FDTmdKNElBQWdEallDY0NBQUlBNDJBbWdnQUNBQUtBTEFBU0lHTmdLOEFTQUFJQVkyQXJnQklBQWdCallDdEFFZ0FDQUdOZ0tnQVNBQUlBWTJBcHdCSUFBZ0JqWUNtQUVnQUVHVUFXb2lBaUFHTmdJQUlCQWdBQ2dDZERZQ0NDQUZJQUJCaEFGcUlCQkJDR29nRlNBVVFRQkJBRUVJUVJBUURpQVFJQUFvQW5nMkFnZ2dCU0FDSUJCQkNHb2dGU0FVUVFoQkFFRUlRUkFRRGd3RUMwRUFJUWhCZnlFV0N5QVBJQk5HSWdzZ0V5QVdSbXBCQVVjRVFDQUtJQWNnQ2tFUWRFRVFkU0lMSUFkQkVIUkJFSFVpRGtvaUJ4c2lDaUFPSUFzZ0RpQUxJQTVJR3lBSEd5SUhJQWhCRUhVaUN5QUhJQXRLR3lBS1FSQjBRUkIxSUF0SUd5RUhJQWtnQmlBSlFSQjBRUkIxSWdvZ0JrRVFkRUVRZFNJTFNpSUdHeUlKUWYvL0EzRWdDeUFLSUFzZ0NpQUxTQnNnQmhzaUJpQUlRUkIwUVJCMUlnZ2dCaUFJU2hzZ0NVRVFkRUVRZFNBSVNCc2hCZ3dCQ3lBTERRQWdDRUVRZGlFSElBZ2hCZ3RCQVNFYklBWWdER29pQ0VFUWRFRVFkVUdBUUd0Qi8vOEFTdzBDSUFjZ0RXb2lCa0VRZEVFUWRVR0FFR3BCL3g5TERRSWdBaUFURUJRaUIwVU5BaUFBSUFZN0FhSUJJQUFnQ0RzQm9BRWdBQ0FITmdKMElBQWdFellDWkNBQUlBYzJBbmdnQUNBVE5nSm9JQUFnQUNnQ29BRWlEellDbkFFZ0FDQVBOZ0tZQVNBQUlBODJBcFFCSUFBZ0R6WUNrQUVnQUNBUE5nS01BU0FBSUE4MkFvZ0JJQUFnRHpZQ2hBRWdBU2dDbEFFaERpQUJMd0dtQVNFTklBRXZBYVFCSVF3Q2Z3SkFBa0FDUUNBQUtBTElBU0lHQkVBZ0JpZ0NCQ0FBS0FJRVJnUkFJQVlvQWdCQkJVMEVRQ0FHS0FLNEFTSUxRUkIySVFjZ0JpZ0NjQ0FPUncwRUlBc2hDUXdEQzBGL0lSSkJBQ0VKUVFBaEIwRUFJUXRCQUNFS0lBNUJmMFlOQWd3RUMwRi9JUkpCQUNFSlFRQWhCMEVBSVF0QkFDRUtJQTVCZjBZTkFRd0RDMEYvSVJKQkFDRUpRUUFoQjBFQUlRdEJBQ0VLSUE1QmYwY05BZ3NnQ1VILy93TnhJQWRCRUhSeURBSUxJQVlvQW1naEVpQUdLQUtnQVNFS0lBY2hDUXNnRDBFUWRpRUlJQTRnRTBZaUJpQU9JQkpHYWtFQlJ3UkFJQWdnQ1NBSlFSQjBRUkIxSWdrZ0NFRVFkRUVRZFVnaUJ4c2lDQ0FKSUE5QkVIVWlCaUFKSUFZZ0NVZ2JJQWNiSWdZZ0NrRVFkU0lISUFZZ0Iwb2JJQWhCRUhSQkVIVWdCMGdiSVFjZ0R5QUxJQXRCRUhSQkVIVWlDeUFQUVJCMFFSQjFJZ2xJSWdZYklnaEIvLzhEY1NBTElBa2dDeUFKSUF0SUd5QUdHeUlHSUFwQkVIUkJFSFVpQ1NBR0lBbEtHeUFJUVJCMFFSQjFJQWxJR3d3QkN5QUlJQXBCRUhZZ0Joc2hCeUFQSUFvZ0Joc0xJQXhxSWdoQkVIUkJFSFZCZ0VCclFmLy9BRXNOQWlBSElBMXFJZ1pCRUhSQkVIVkJnQkJxUWY4ZlN3MENJQUlnRGhBVUlnSkZEUUlnQUNBR093SENBU0FBSUFnN0FjQUJJQUFnQWpZQ2dBRWdBQ0FDTmdKOElBQWdEallDY0NBQUlBNDJBbXdnQUNBQUtBTEFBU0lHTmdLOEFTQUFJQVkyQXJnQklBQWdCallDdEFFZ0FDQUdOZ0t3QVNBQUlBWTJBcXdCSUFBZ0JqWUNxQUVnQUVHa0FXb2lBaUFHTmdJQUlCQWdBQ2dDZERZQ0NDQUZJQUJCaEFGcUlCQkJDR29nRlNBVVFRQkJBRUVRUVFnUURpQVFJQUFvQW53MkFnZ2dCU0FDSUJCQkNHb2dGU0FVUVFCQkNFRVFRUWdRRGd3QkN3SkFJQVpGQkVBZ0VrVUVRRUVBSVFrTUFnc2dGa1VFUUVFQUlRa01BZ3NnQ0VILy93TnhJQWRCRUhSeUlBMXlSUVJBUVFBaENRd0NDMEVBSVFrZ0VVSC8vd054SUFwQkVIUnlJQTl5UlEwQkN5QUJMd0dpQVNFTElBRXZBYUFCSVFrQ1FBSkFBa0FDUUFKQUlBQW9BdEFCSWdaRkRRQWdCaWdDQkNBT1J3MEFJQVlvQWdCQkJVME5BUXdDQ3dKQUlBQW9BdFFCSWdaRkRRQWdCaWdDQkNBT1J3MEFJQVlvQWdCQkJVc05BaUFHS0FKd0lSY2dCaWdDd0FFaERBd0RDMEYvSVJjZ0VrVU5BaUFXRFFJTUF3c2dCaWdDYkNFWElBWW9BcXdCSVF3TUFRdEJmeUVYQ3lBUElCTkdJZ1lnRFNBVFJpSU5haUFUSUJkR2FrRUJSd1JBSUFvZ0J5QUtRUkIwUVJCMUlnb2dCMEVRZEVFUWRTSU5TaUlHR3lJSElBMGdDaUFOSUFvZ0RVZ2JJQVliSWdZZ0RFRVFkU0lLSUFZZ0Nrb2JJQWRCRUhSQkVIVWdDa2diSVFjZ0VTQUlJQkZCRUhSQkVIVWlDaUFJUVJCMFFSQjFJZzFLSWdZYklnaEIvLzhEY1NBTklBb2dEU0FLSUExSUd5QUdHeUlHSUF4QkVIUkJFSFVpQ2lBR0lBcEtHeUFJUVJCMFFSQjFJQXBJR3lFSURBRUxJQWdnRVNBTkd5RUlJQWNnQ2lBTkd5RUhJQTBOQUNBR0RRQWdERUVRZGlFSElBd2hDQXRCQVNFYklBZ2dDV29pREVFUWRFRVFkVUdBUUd0Qi8vOEFTdzBDSUFjZ0Myb2lDVUVRZEVFUWRVR0FFR3BCL3g5TERRSUxJQUlnRXhBVUlnSkZCRUJCQVNFYkRBSUxJQUFnQ1RzQndnRWdBQ0FNT3dIQUFTQUFJQUkyQW5RZ0FDQVROZ0prSUFBZ0FqWUNnQUVnQUNBQ05nSjhJQUFnQWpZQ2VDQUFJQk0yQW5BZ0FDQVROZ0pzSUFBZ0V6WUNhQ0FBSUFBb0FzQUJJZ1kyQXJ3QklBQWdCallDdUFFZ0FDQUdOZ0swQVNBQUlBWTJBckFCSUFBZ0JqWUNyQUVnQUNBR05nS29BU0FBSUFZMkFxUUJJQUFnQmpZQ29BRWdBQ0FHTmdLY0FTQUFJQVkyQXBnQklBQWdCallDbEFFZ0FDQUdOZ0tRQVNBQUlBWTJBb3dCSUFBZ0JqWUNpQUVnQUNBR05nS0VBU0FRSUFJMkFnZ2dCU0FBUVlRQmFpQVFRUWhxSUJVZ0ZFRUFRUUJCRUVFUUVBNExRUUFoR3lBQUtBTEVBVUVCU3cwQUlBQW9BZ0FFUUNBRUlBTWdCU0FCUWNnQ2FoQllEQUVMSUFRZ0JSQWJDeUFRUVNCcUpBQWdHd3VUQ3dFUGZ5QUFLQUlBSWhFZ0FTQUJJQUFvQWdRaUNuQWlBV3NpQkVFSWRHb2dBVUVFZEdvaEJTQUtRUVIwSVFzZ0FDZ0NDQ0FLYkNJQVFRWjBJUVlnQVVFRGRDRUpJQUJCQ0hRaERDQUVRUVowSVJJZ0NrRUNkRUg4Ly8vL0EzRkJBblFoRUFOQUlBVWdEa0VDZENJQVFmQXBhaWdDQUNJQklBdHNhaUFBUWJBcGFpZ0NBQ0lBYWlFRUlBSWdBVUVFZEdvZ0FHb2hBQUpBSUFNZ0RrRUdkR29pQVNnQ0FDSUhRZi8vL3dkSEJFQWdBU2dDQkNFSUlBQXRBQUVoRFNBRUlBY2dBQzBBQUdwQnNDNXFMUUFBT2dBQUlBRW9BZ2doQnlBQUxRQUNJUThnQkNBSUlBMXFRYkF1YWkwQUFEb0FBU0FCS0FJTUlRZ2dBQzBBQXlFTklBUWdCeUFQYWtHd0xtb3RBQUE2QUFJZ0JDQUlJQTFxUWJBdWFpMEFBRG9BQXlBQktBSVVJUWNnQUMwQUVTRUlJQVFnQzJvaUJDQUJLQUlRSUFBdEFCQnFRYkF1YWkwQUFEb0FBQ0FCS0FJWUlRMGdBQzBBRWlFUElBUWdCeUFJYWtHd0xtb3RBQUE2QUFFZ0FTZ0NIQ0VISUFBdEFCTWhDQ0FFSUEwZ0QycEJzQzVxTFFBQU9nQUNJQVFnQnlBSWFrR3dMbW90QUFBNkFBTWdBU2dDSkNFSElBQXRBQ0VoQ0NBRUlBdHFJZ1FnQVNnQ0lDQUFMUUFnYWtHd0xtb3RBQUE2QUFBZ0FTZ0NLQ0VOSUFBdEFDSWhEeUFFSUFjZ0NHcEJzQzVxTFFBQU9nQUJJQUVvQWl3aEJ5QUFMUUFqSVFnZ0JDQU5JQTlxUWJBdWFpMEFBRG9BQWlBRUlBY2dDR3BCc0M1cUxRQUFPZ0FESUFFb0FqUWhCeUFBTFFBeElRZ2dCQ0FMYWlJRUlBRW9BakFnQUMwQU1HcEJzQzVxTFFBQU9nQUFJQUVvQWpnaERTQUFMUUF5SVE4Z0JDQUhJQWhxUWJBdWFpMEFBRG9BQVNBQktBSThJUUVnQUMwQU15RUFJQVFnRFNBUGFrR3dMbW90QUFBNkFBSWdCQ0FBSUFGcVFiQXVhaTBBQURvQUF3d0JDeUFBS0FJUUlRRWdCQ0FBS0FJQU5nSUFJQVFnRUdvaUJDQUJOZ0lBSUFBb0FqQWhBU0FFSUJCcUlnUWdBQ2dDSURZQ0FDQUVJQkJxSUFFMkFnQUxJQTVCQVdvaURrRVFSdzBBQ3lBTUlCRnFJQkpxSUFscUloQWdCbW9oRVNBS1FRTjBRZmovLy84SGNTSUxRUUoyUVFKMElRNUJFQ0VLQTBBZ0NrRUNkRUVNY1NJQVFmQXBhaWdDQUNJQklBdHNJQUJCc0NscUtBSUFJZ0JxSUJFZ0VDQUtRUk5MSWdVYmFpRUVJQUpCd0FKQmdBSWdCUnRxSUFGQkEzUWdBR3BxSVFBQ1FDQURJQXBCQm5ScUlnRW9BZ0FpQlVILy8vOEhSd1JBSUFFb0FnUWhCaUFBTFFBQklRa2dCQ0FGSUFBdEFBQnFRYkF1YWkwQUFEb0FBQ0FCS0FJSUlRVWdBQzBBQWlFTUlBUWdCaUFKYWtHd0xtb3RBQUE2QUFFZ0FTZ0NEQ0VHSUFBdEFBTWhDU0FFSUFVZ0RHcEJzQzVxTFFBQU9nQUNJQVFnQmlBSmFrR3dMbW90QUFBNkFBTWdBU2dDRkNFRklBQXRBQWtoQmlBRUlBdHFJZ1FnQVNnQ0VDQUFMUUFJYWtHd0xtb3RBQUE2QUFBZ0FTZ0NHQ0VKSUFBdEFBb2hEQ0FFSUFVZ0JtcEJzQzVxTFFBQU9nQUJJQUVvQWh3aEJTQUFMUUFMSVFZZ0JDQUpJQXhxUWJBdWFpMEFBRG9BQWlBRUlBVWdCbXBCc0M1cUxRQUFPZ0FESUFFb0FpUWhCU0FBTFFBUklRWWdCQ0FMYWlJRUlBRW9BaUFnQUMwQUVHcEJzQzVxTFFBQU9nQUFJQUVvQWlnaENTQUFMUUFTSVF3Z0JDQUZJQVpxUWJBdWFpMEFBRG9BQVNBQktBSXNJUVVnQUMwQUV5RUdJQVFnQ1NBTWFrR3dMbW90QUFBNkFBSWdCQ0FGSUFacVFiQXVhaTBBQURvQUF5QUJLQUkwSVFVZ0FDMEFHU0VHSUFRZ0Myb2lCQ0FCS0FJd0lBQXRBQmhxUWJBdWFpMEFBRG9BQUNBQktBSTRJUWtnQUMwQUdpRU1JQVFnQlNBR2FrR3dMbW90QUFBNkFBRWdBU2dDUENFQklBQXRBQnNoQUNBRUlBa2dER3BCc0M1cUxRQUFPZ0FDSUFRZ0FDQUJha0d3TG1vdEFBQTZBQU1NQVFzZ0FDZ0NDQ0VCSUFRZ0FDZ0NBRFlDQUNBRUlBNXFJZ1FnQVRZQ0FDQUFLQUlZSVFFZ0JDQU9haUlFSUFBb0FoQTJBZ0FnQkNBT2FpQUJOZ0lBQ3lBS1FRRnFJZ3BCR0VjTkFBc0w1Z0VCQjM4Q1FDQUFLQUlBSWdWRkRRQWdBRUVCTmdJOElBQW9BamdOQUNBQUtBSWNJUVpCLy8vLy93Y2hBZ05BQTBBZ0JTQURRU2hzYWlJRUtBSVlCRUFnQkNBQklBUW9BaEFpQkNBQ1NDSUhHeUVCSUFRZ0FpQUhHeUVDQ3lBRFFRRnFJZ01nQmswTkFDQUJSUTBDSUFBb0Fnd2dBQ2dDRUNJRFFRUjBhaUlDSUFFb0FnQTJBZ0FnQWlBQktBSWtOZ0lNSUFJZ0FTZ0NIRFlDQkNBQ0lBRW9BaUEyQWdnZ0FDQURRUUZxTmdJUVFRQWhBeUFCUVFBMkFoZ2dBU2dDRkNFRVFRQWhBVUgvLy8vL0J5RUNJQVFOQUFzZ0FDQUFLQUlzUVg5cU5nSXNEQUFBQ3dBTEM5d0dBUXAvSUFCQ0FEY0NFQUpBQWtBQ1FDQURSUTBBQWtBQ1FDQUJJQUFvQWpBaUEwY0VRQ0FEUVFGcUlBQW9BaUFpQkhBaUNTQUJSZzBCSUFBb0FnQWdBQ2dDSEVFb2JHb29BZ0FoQ3dOQUFrQUNRQ0FBS0FJb0lnY0VRQ0FBS0FJQUlRaEJBQ0VEQTBBZ0NDQURRU2hzYWlJRktBSVVRWDlxUVFGTkJFQWdCU0FGS0FJTUlnVWdCRUVBSUFVZ0NVc2JhellDQ0FzZ0EwRUJhaUlESUFkSERRQUxJQWNnQUNnQ0dFa05Ba0YvSVFWQkFDRURRUUFoQkFOQUlBZ2dBMEVvYkdvaUJpZ0NGRUYvYWtFQlRRUkFJQVlvQWdnaUJpQUVJQVZCZjBZZ0JpQUVTSElpQmhzaEJDQURJQVVnQmhzaEJRc2dBMEVCYWlJRElBZEhEUUFMSUFWQkFFNE5BVUVCRHd0QkFDRUhJQUFvQWhnTkFVRUJEd3NnQ0NBRlFTaHNhaUlEUVFBMkFoUWdBQ0FIUVg5cUlnYzJBaWdnQXlnQ0dBMEFJQUFnQUNnQ0xFRi9hallDTEFzZ0FDZ0NMQ0lGSUFBb0Fod2lDRThFUUNBQUtBSTREUVlnQUNnQ0FDRU1BMEJCQUNFRVFmLy8vLzhISVFaQkFDRURBMEFnRENBRFFTaHNhaUlLS0FJWUJFQWdDaUFFSUFvb0FoQWlDaUFHU0NJTkd5RUVJQW9nQmlBTkd5RUdDeUFEUVFGcUlnTWdDRTBOQUFzQ1FDQUVSUTBBSUFBb0Fnd2dBQ2dDRUNJR1FRUjBhaUlESUFRb0FnQTJBZ0FnQXlBRUtBSWtOZ0lNSUFNZ0JDZ0NIRFlDQkNBRElBUW9BaUEyQWdnZ0FDQUdRUUZxTmdJUUlBUkJBRFlDR0NBRUtBSVVEUUFnQUNBRlFYOXFJZ1UyQWl3TElBVWdDRThOQUFzTElBQW9BZ0FpQkNBSVFTaHNhaUlESUFrMkFnd2dBMEtBZ0lDQUVEY0NFQ0FEUVFBMkFoZ2dBeUFKTmdJSUlBQWdCMEVCYWpZQ0tDQUFJQVZCQVdvMkFpd2dCQ0FJUVFGcUVDY2dDVUVCYWlBQUtBSWdJZ1J3SWdrZ0FVY05BQXNDUUNBQUtBSVFJZ2xGRFFBZ0FDZ0NBQ0lGSUFBb0Fod2lCRUVvYkdvaUNDZ0NBQ0VISUFBb0Fnd2hCa0VBSVFNRFFDQUhJQVlnQTBFRWRHb29BZ0JIQkVBZ0NTQURRUUZxSWdOSERRRU1BZ3NMSUFSRkRRQkJBQ0VEQTBBZ0N5QUZJQU5CS0d4cUlna29BZ0JIQkVBZ0JDQURRUUZxSWdOSERRRU1BZ3NMSUFrZ0J6WUNBQ0FJSUFzMkFnQUxJQUlOQlNBQUtBSXdJUU1NQWdzZ0FrRUFSdzhMSUFJTkF3c2dBU0FEUmcwQUlBQWdBU0FBS0FJZ0lnQnFRWDlxSUFCd05nSXdDMEVBRHdzRFFBd0FBQXNBQ3lBQUlBRTJBakJCQUF0MUFRTi9Ba0FnQUNnQ0FDSUJSUTBBSUFBb0FoeEJmMFlOQUFOQUlBRWdBa0VvYkNJRGFpZ0NCQkFFSUFBb0FnQWlBU0FEYWtFQU5nSUVJQUpCQVdvaUFpQUFLQUljUVFGcVNRMEFDd3NnQVJBRUlBQkJBRFlDQUNBQUtBSUVFQVFnQUVFQU5nSUVJQUFvQWd3UUJDQUFRUUEyQWd3TGd3RUJBMzhDUUNBQUtBSUFJZ1pGRFFBZ0FDZ0NIRUYvUmcwQUEwQWdCaUFIUVNoc0lnaHFLQUlFRUFRZ0FDZ0NBQ0lHSUFocVFRQTJBZ1FnQjBFQmFpSUhJQUFvQWh4QkFXcEpEUUFMQ3lBR0VBUWdBRUVBTmdJQUlBQW9BZ1FRQkNBQVFRQTJBZ1FnQUNnQ0RCQUVJQUJCQURZQ0RDQUFJQUVnQWlBRElBUWdCUkJkQzRBQ0FRSi9JQUFnQlRZQ09DQUFJQVEyQWlBZ0FFTC8vd00zQWlRZ0FFSUFOd0lzSUFBZ0EwRUJJQU5CQVVzYklnTTJBaGdnQUNBRElBSWdCUnNpQWpZQ0hDQUFRYWdGRUFvaUF6WUNBRUgvL3dNaEJBSkFJQU5GRFFCQkFDRUZJQU5CQUVHb0JSQUhJUVlnQWtGL1J3UkFJQUZCZ0FOc1FTOXlJUVZCQUNFREEwQWdCaUFEUVNoc2FpSUhJQVVRQ2lJQk5nSUVJQUZGRFFJZ0J5QUJRUUFnQVd0QkQzRnFOZ0lBSUFNZ0Fra2hBU0FEUVFGcUlRTWdBUTBBQ3lBQ1FRUjBRUkJxSVFVTElBQkJ4QUFRQ2lJQk5nSUVJQUFnQlJBS0lnSTJBZ3dnQWtVTkFDQUJSUTBBUVFBaEJDQUJRUUJCeEFBUUJ4b2dBRUlBTndJUUN5QUVDOU1CQVFkL1FRRWhBUUpBSUFBb0FqZ05BQ0FBS0FJY0lRVWdBQ2dDQUNFR1FmLy8vLzhISVFOQkFDRUJBMEFnQmlBQlFTaHNhaUlFS0FJWUJFQWdCQ0FDSUFRb0FoQWlCQ0FEU0NJSEd5RUNJQVFnQXlBSEd5RURDeUFCUVFGcUlnRWdCVTBOQUFzZ0FrVUVRRUVCRHdzZ0FDZ0NEQ0FBS0FJUUlnTkJCSFJxSWdFZ0FpZ0NBRFlDQUNBQklBSW9BaVEyQWd3Z0FTQUNLQUljTmdJRUlBRWdBaWdDSURZQ0NDQUFJQU5CQVdvMkFoQkJBQ0VCSUFKQkFEWUNHQ0FDS0FJVURRQWdBQ0FBS0FJc1FYOXFOZ0lzQ3lBQkMvVUVBUWgvSUFBb0FpZ2lCQVJBSUFBb0FnQWhCd05BSUFjZ0JVRW9iR29pQmlnQ0ZFRi9ha0VCVFFSQUlBWWdCaWdDRENJSUlBSkxCSDhnQ0NBQUtBSWdhd1VnQ0FzMkFnZ0xJQVZCQVdvaUJTQUVSdzBBQ3d0QkFDRUVBa0FnQVNnQ0FFVU5BQ0FCS0FJRUlnVkJBa3NOQUVFQUlRY2dBaUVHQTBBQ1FBSkFBa0FnQlVFQ1J3UkFJQUVnQjBFTWJHb29BZ2doQkFKQUlBVkZCRUFnQmlBRWF5SUdRWDlLRFFFZ0FDZ0NJQ0FHYWlFR0RBRUxJQVFnQm1vaUJrRUFJQUFvQWlBaUJTQUdJQVZJRzJzaEJnc2dCaUVKSUFZZ0Frc0VRQ0FHSUFBb0FpQnJJUWtMSUFBb0FoZ2lDa1VFUUVFQkR3c2dBQ2dDQUNFSVFRQWhCUU5BSUFnZ0JVRW9iR29pQkNnQ0ZDSUxRWDlxUVFGTkJFQWdCQ2dDQ0NBSlJnMERDMEVCSVFRZ0JVRUJhaUlGSUFwSERRQUxEQVVMUVFFaEJDQUFLQUlZSWdsRkRRUWdBU0FIUVF4c2FpZ0NEQ0VLSUFBb0FnQWhDRUVBSVFVRFFDQUlJQVZCS0d4cUlnUW9BaFJCQTBZRVFDQUVLQUlJSUFwR0RRTUxRUUVoQkNBRlFRRnFJZ1VnQ1VjTkFBc01CQXNnQlVFQVNBUkFRUUVQQzBFQklRUWdDMEVCU3cwQkRBTUxRUUVoQkNBRlFRQklEUUlMSUFjZ0F5SUVTUVJBQTBBZ0FDZ0NCQ0lKSUFSQkFuUnFJQWtnQkVGL2FpSUVRUUowYWlnQ0FEWUNBQ0FFSUFkTERRQUxJQUFvQWdBaENBc2dBQ2dDQkNBSFFRSjBhaUFJSUFWQktHd2lDV28yQWdBZ0IwRUJhaUlISVFRZ0J5SUZJQU5OQkVBRFFDQUFLQUlFSWdnZ0JVRUNkR29vQWdBaUNpQUFLQUlBSUFscVJ3UkFJQWdnQkVFQ2RHb2dDallDQUNBRVFRRnFJUVFMSUFWQkFXb2lCU0FEVFEwQUN3dEJBQ0VFSUFFZ0IwRU1iR29vQWdRaUJVRURTUTBBQ3dzZ0JBc0hBRUhFR2hBS0M3Y0JBUUovSXdCQkVHc2lCaVFBSUFaQkFEWUNEQ0FBSUFFZ0FpQUdRUXhxRUNvaUIwRjljVVVFUUFOQUlBQWdBU0FHS0FJTUlnZHFJZ0VnQWlBSGF5SUNJQVpCREdvUUtpSUhRWDF4UlEwQUN3c2dCMEVCUmdSQUlBUWdBQ2dDRUNJQktBSTBRUVIwTmdJQUlBVWdBU2dDT0VFRWREWUNBQ0FESUFCQnhBbHFJZ0FvQWhRaUFTQUFLQUlRU1FSL0lBQWdBVUVCYWpZQ0ZDQUFLQUlNSUFGQkJIUnFCVUVBQ3lnQ0FEWUNBQXNnQmtFUWFpUUFJQWNMU1FFQmZ5QUFRUUJCeEJvUUJ5SUNRYlFLYWtFQk5nSUFJQUpDZ0lLQWdJQUVOd0lFSUFCQndCQVFDaUlDTmdLd0dpQUNSUVJBUVFFUEN5QUJCRUFnQUVFQk5nTEFDUXRCQUF1NkJBRUpmd0pBQWtBZ0FVRUVTUTBBSUFBdEFBQU5BQ0FBTFFBQkRRQWdBQzBBQWlJSFFRRkxEUUJCQXlFRUlBQkJBMm9oQlVFQ0lRaEJmU0VNQWtBRFFDQUZJUVlDZnlBSVFRRnFJQWRCL3dGeElnVkZEUUFhUVFBaEJ5QUZRUUZHUVFBZ0NFRUJTeHNOQWtFQUN5RUlJQVJCZjNNaERDQUdRUUZxSVFVZ0JpMEFBQ0VISUFSQkFXb2lCQ0FCUncwQUN5QURJQUUyQWdCQkFROExJQVFoQ2tFQUlRaEJBQ0VGQTBCQkFTQUlJQWNnQmkwQUFDSUxSV29pQ1VFQ1Joc2dDQ0FMUVFOR0d5RUlJQXBCQVdvaENnSkFJQXRCQVVjTkFDQUpRUUpKRFFBZ0FpQUtJQXhxSUFsQmYzTnFJZ0UyQWd4QkFDQUpRWDFxSWdZZ0JpQUpTeHNoQnd3REMwRUFJQWtnQ3hzaEIwRUJJQVVnQ1VFQ1N4c2dCU0FMR3lFRklBWkJBV29oQmlBQklBcEhEUUFMSUFJZ0FTQU1haUFIYXlJQk5nSU1EQUVMSUFJZ0FUWUNERUVCSVFoQkFDRUhDeUFDUVFBMkFoQWdBa0VBTmdJSUlBSWdBQ0FFYWlJQU5nSUVJQUlnQURZQ0FDQURJQVFnQjJvZ0FXbzJBZ0JCQVNFREFrQWdCUTBBUVFBaEF5QUlSUTBBSUFJQ2Z5QUNLQUlNSWdGRkJFQWdBQ0VFUVFBTUFRc2dBQ0VFUVFBaEJnTkFJQUZCZjJvaEFTQUVMUUFBSVFVQ2Z3SkFJQVpCQWtjTkFDQUZRUU5HQkVBZ0FVVUVRRUVCRHdzZ0JDMEFBVUVEU3dSQVFRRVBDMEVBSVFZZ0JFRUJhZ3dDQ3lBRlFRTlBEUUJCQVE4TElBQWdCVG9BQUVFQUlBWkJBV29nQlJzaEJpQUFRUUZxSVFBZ0JFRUJhZ3NoQkNBQkRRQUxJQUlvQWd3TElBQWdCR3RxTmdJTUN5QURDd3Z0TWhrQVFZWUlDOG9GWmlBbUVBWUlaUmhsR0VNUVF4QkRFRU1RUXhCREVFTVFReEFpQ0NJSUlnZ2lDQ0lJSWdnaUNDSUlJZ2dpQ0NJSUlnZ2lDQ0lJSWdnaUNBQUFBQUFBQUFBQWFrQktNQ29vQ2lCcE9HazRTU2hKS0NrZ0tTQUpHQWtZYURCb01HZ3dhREJJSUVnZ1NDQklJQ2dZS0Jnb0dDZ1lDQkFJRUFnUUNCQm5LR2NvWnlobktHY29aeWhuS0djb1J4aEhHRWNZUnhoSEdFY1lSeGhIR0c1Z1RsZ3VVQTVRYmxoT1VDNUlEa2dOUUExQVRVaE5TQzFBTFVBTk9BMDRiVkJ0VUUxQVRVQXRPQzA0RFRBTk1HdElhMGhyU0d0SWEwaHJTR3RJYTBoTE9FczRTemhMT0VzNFN6aExPRXM0S3pBck1Dc3dLekFyTUNzd0t6QXJNQXNvQ3lnTEtBc29DeWdMS0Fzb0N5Z0FBQUFBTDJndmFCQ0FVSUF3Z0JCNGNJQlFlREI0RUhCd2VGQndNSEFRYUc5d2IzQlBhRTlvTDJBdllBOWdEMkJ2YUc5b1QyQlBZQzlZTDFnUFdBOVlBQUFBQUFBQUFBQm1PRVlnSmlBR0VHWXdSaGdtR0FZSVpTaGxLQ1VRSlJCa0lHUWdaQ0JrSUdRWVpCaGtHR1FZUXhCREVFTVFReEJERUVNUVF4QkRFQUFBQUFBQUFBQUFhVWhKT0NrNENUQUlLQWdvU0RCSU1DZ3dLREFJSUFnZ1owQm5RR2RBWjBCSEtFY29SeWhIS0Njb0p5Z25LQ2NvQnhnSEdBY1lCeGdBQUFBQWJYaHRlRzZBVG9BdWdBNkFMbmdPZUU1NExuQk5jRTF3RFhBTmNHMXdiWEJOYUUxb0xXZ3RhQTFvRFdodGFHMW9UV0JOWUMxZ0xXQU5ZQTFnREZnTVdBeFlERmhNV0V4WVRGaE1XQ3hZTEZnc1dDeFlERkFNVUF4UURGQnNZR3hnYkdCc1lFeFFURkJNVUV4UUxGQXNVQ3hRTEZBTVNBeElERWdNU0d0WWExaHJXR3RZYTFocldHdFlhMWhMU0V0SVMwaExTRXRJUzBoTFNFdElLMGdyU0N0SUswZ3JTQ3RJSzBnclNBdEFDMEFMUUF0QUMwQUxRQXRBQzBCclVHdFFhMUJyVUd0UWExQnJVR3RRUzBCTFFFdEFTMEJMUUV0QVMwQkxRQ3RBSzBBclFDdEFLMEFyUUN0QUswQUxPQXM0Q3pnTE9BczRDemdMT0FzNEFFSGdEUXV1Q1FZWVJqZ21PQVlRWmtoR01DWXdCZ2dsS0NVb1JTaEZLQ1VnSlNCRklFVWdKUmdsR0dWQVpVQkZHRVVZSlJBbEVHUTRaRGhrT0dRNFpEQmtNR1F3WkRCa0tHUW9aQ2hrS0dRZ1pDQmtJR1FnWkJoa0dHUVlaQmhFRUVRUVJCQkVFQ1FJSkFna0NDUUlCQUFFQUFRQUJBQUFBQXFBYW9CS2dDcUFDbmhxZUVwNEtuZ0tjR3B3U25BcWNBcG9LV2dwYUFsZ0NXQkphRWxvS1dBcFlBbFlDVmhwYUdsb1NXQkpZQ2xZS1ZnSlVBbFFhR0JvWUdoZ2FHQklXRWhZU0ZoSVdDaFFLRkFvVUNoUUNFZ0lTQWhJQ0Vob1dHaFlhRmhvV0VoUVNGQklVRWhRS0Vnb1NDaElLRWdJUUFoQUNFQUlRQWM0QnpnSE9BYzRCemdIT0FjNEJ6Z0hNQWN3QnpBSE1BY3dCekFITUFjd1IwaEhTRWRJUjBoSFNFZElSMGhIU0Fjb0J5Z0hLQWNvQnlnSEtBY29CeWhuVUdkUVoxQm5VR2RRWjFCblVHZFFSMEJIUUVkQVIwQkhRRWRBUjBCSFFDZEFKMEFuUUNkQUowQW5RQ2RBSjBBSElBY2dCeUFISUFjZ0J5QUhJQWNnQmdnbUNBQUFCZ0FHRUNZUVJoQUFBQVlZSmhoR0dHWVlCaUFtSUVZZ1ppQUdLQ1lvUmlobUtBWXdKakJHTUdZd0JqZ21PRVk0WmpnR1FDWkFSa0JtUUFaSUpraEdTR1pJQmxBbVVFWlFabEFHV0NaWVJsaG1XQVpnSm1CR1lHWmdCbWdtYUVab1ptZ0djQ1p3Um5CbWNBWjRKbmhHZUdaNEJvQW1nRWFBWm9BQUFFTVFBZ0FDQUNFSUlRZ2hDQ0VJWnlCbklFZ2dLQ0JIR0VjWUp4Z25HQVlnQmlBR0lBWWdCaGdHR0FZWUJoZ0dFQVlRQmhBR0VHWVlaaGhtR0dZWUpoQW1FQ1lRSmhBR0NBWUlCZ2dHQ0FBQVpWVkVSRFEwSXlNakl4TVRFeE1CQVFFQkFRRUJBUUVCQVFFQkFRRUJBUG5wMmNqSXVMaW5wNmVubDVlWGw0YUdob2FHaG9hR2RuWjJkbloyZG5ibTFzYTJwYVdWbFlTRWhJUjBkSFIwWkdSa1pGUlVWRlJEUTBORFEwTkRRek16TXpNek16TXpJeU1qSXlNakl5TVRFeE1URXhNVEV3TURBd01EQXdNRDFyYkZ4YVdsbFpXRWhJU0VWRlJVVkVSRVJFUUVCQVFFYzNOemMzTnpjM05qWTJOalkyTmpZek16TXpNek16TXpJeU1qSXlNakl5TVRFeE1URXhNVEU4VzFwUVdVbEhSME5EUWtKSU9EZzROalkyTmpVMU5UVTBORFEwTVRFeE1UdFpXa3BJU0VKQ1FVRkFRRWMzTnpjMk5qWTJOVFUxTlRRME5EUXpNek16T21CaFVWaElTRWhKT1RrNU9UazVPVGMzTnpjM056YzNOalkyTmpZMk5qWTFOVFUxTlRVMU5UUTBORFEwTkRRME16TXpNek16TXpNeU1qSXlNakl5TWpsZ1lWRlhSMGRIU0RnNE9EZzRPRGcyTmpZMk5qWTJOalEwTkRRME5EUTBNek16TXpNek16TXlNakl5TWpJeU1qVWxKU1VsSlNVbEpTVWxKU1VsSlNVb1lHSlNVVUZCUVVjM056YzNOemMzTmpZMk5qWTJOall6TXpNek16TXpNelVsSlNVbEpTVWxKU1VsSlNVbEpTVWtKQ1FrSkNRa0pDUWtKQ1FrSkNRa0lXQm5WMUpDUWtKRk5UVTFOVFUxTlRZbUppWW1KaVltSmlZbUppWW1KaVlrSkNRa0pDUWtKQ1FrSkNRa0pDUWtJeU1qSXlNakl5TWpJeU1qSXlNakl5RlFWa1pDTWpJeU5TVWxKU1VsSlNVa0pDUWtKQ1FrSkNNakl5TWpJeU1qSUVGQ01qTXpOVFUwRkJRVUZCUVVGQkJCUkRReUlpSWlJeE1URXhNVEV4TVFNVE1qSWhJU0VoQWhJaElSRUJJaElCQVRJaUVnSkRNeUlpRWhJQ0FsTkRNeU1TRWdJQ0V5TkRNMk5UQWdJQVFhQVhDeVFFQkFVR0J3Z0pDZ3dORHhFVUZoa2NJQ1FvTFRJNFAwZFFXbVZ4ZjVDaXRzdmkvLzhBUWVBWEN5UUNBZ0lEQXdNREJBUUVCZ1lIQndnSUNRa0tDZ3NMREF3TkRRNE9EdzhRRUJFUkVoSUFRY1VZQzRRQkFRQUFBUUFBQVFBQUFRQUJBUUFCQVFFQkFRRUJBUUVCQVFFQkFRRUJBZ0VCQWdFQkFnRUJBZ0VDQXdFQ0F3SUNBd0lDQkFJREJBSURCQU1EQlFNRUJnTUVCZ1FGQndRRkNBUUdDUVVIQ2dZSUN3WUlEUWNLRGdnTEVBa01FZ29ORkFzUEZ3MFJHUUFBQUFBQUFBQUFCUUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUQvQUVIVUdRc1ZCUUFBQUFBQUFBQUhBQUFBL3dBQUFBQUFBQUQvQUVIMEdRc1ZCUUFBQUFRQUFBQUFBQUFBL3dBQUFBQUFBQUQvQUVHVUdnc0ZCUUFBQUFRQVFhUWFDNlVCQndBQUFBUUFBQUFDQUFBQUJBQUFBQUVBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFFQUFBQUFRQUFBQVFBQUFBREFBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFBUUFBQUFCQUFBQUJBQUFBQVFBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQkFBQUFBRUFBQUFFQUFBQUJBQUFBQVFBQUFBREFBQUFCQUFBQUFZQUFBQUFBQUFBRFFBQUFQOEFBQUFBQUFBQS93QUFBQUFBQUFEL0FFSFVHd3NWRFFBQUFBQUFBQUFQQUFBQS93QUFBQUFBQUFEL0FFSDBHd3NWRFFBQUFBUUFBQUFJQUFBQS93QUFBQUFBQUFEL0FFR1VIQXUxQ3cwQUFBQUVBQUFBQ0FBQUFBQUFBQUFQQUFBQUJBQUFBQW9BQUFBRUFBQUFDUUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBQVFBQUFBSkFBQUFCQUFBQUFzQUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQUJBQUFBQWtBQUFBRUFBQUFEQUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFFQUFBQUNRQUFBQVFBQUFBTUFBQUFCQUFBQUFzQUFBQUVBQUFBRGdBQUFBRUFBQUFLQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQVFBQUFBb0FBQUFFQUFBQUFBQUFBUDhBQUFBQUFBQUEvd0FBQUFBQUFBQUJBQUFBQ2dBQUFBRUFBQUFMQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQUFFQUFBQUtBQUFBQVFBQUFBc0FBQUFFQUFBQUFBQUFBQVFBQUFBQkFBQUFBUUFBQUE0QUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQS93QUFBQUFBQUFBQkFBQUFEZ0FBQUFRQUFBQUVBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBQUVBQUFBT0FBQUFBUUFBQUE4QUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQUFRQUFBQTRBQUFBQkFBQUFEd0FBQUFRQUFBQUVBQUFBQkFBQUFBVUFBQUFFQUFBQUFnQUFBUDhBQUFBQUFBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFBUUFBQUFDQUFBQUJBQUFBQWdBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQkFBQUFBSUFBQUFFQUFBQUF3QUFBUDhBQUFBQUFBQUEvd0FBQUFBQUFBQUVBQUFBQWdBQUFBUUFBQUFEQUFBQUJBQUFBQWdBQUFBRUFBQUFDUUFBQUFRQUFBQUdBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBUDhBQUFBQUFBQUFCQUFBQUFZQUFBQUVBQUFBREFBQUFQOEFBQUFBQUFBQS93QUFBQUFBQUFBRUFBQUFCZ0FBQUFRQUFBQUhBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBQVFBQUFBR0FBQUFCQUFBQUFjQUFBQUVBQUFBREFBQUFBUUFBQUFOQUFBQUFRQUFBQTRBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFCQUFBQURnQUFBUDhBQUFBRUFBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFBRUFBQUFMQUFBQUFRQUFBQTRBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQVFBQUFBc0FBQUFCQUFBQURnQUFBQVFBQUFBQkFBQUEvd0FBQUFRQUFBQUNBQUFBQ2dBQUFQOEFBQUFBQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQUFJQUFBQUtBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBUDhBQUFBQUFBQUFBUUFBQUE4QUFBQUNBQUFBQ2dBQUFQOEFBQUFBQUFBQS93QUFBQUFBQUFBQkFBQUFEd0FBQUFJQUFBQUtBQUFBQkFBQUFBVUFBQUQvQUFBQUFBQUFBQVFBQUFBR0FBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQUJBQUFBQVlBQUFEL0FBQUFEQUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFFQUFBQUF3QUFBQVFBQUFBR0FBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFBUUFBQUFEQUFBQUJBQUFBQVlBQUFBRUFBQUFDUUFBQVA4QUFBQU1BQUFBL3dBQUFBSUFBQUQvQUFBQUFBQUFBUDhBQUFBQUFBQUEvd0FBQUFBQUFBRC9BQUFBQWdBQUFQOEFBQUFJQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQUFRQUFBQUhBQUFBL3dBQUFBSUFBQUQvQUFBQUFBQUFBUDhBQUFBQUFBQUFCQUFBQUFjQUFBRC9BQUFBQWdBQUFBUUFBQUFOQUFBQS93QUFBQWdBQUFBREFBQUFEd0FBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUQvQUFBQUFBQUFBQU1BQUFBUEFBQUFBQUFBQUFVQUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQUF3QUFBQThBQUFBQkFBQUFDZ0FBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFEQUFBQUR3QUFBQUVBQUFBS0FBQUFBQUFBQUFVQUFBQUVBQUFBQUFBQUFBRUFBQUFMQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQVFBQUFBc0FBQUFFQUFBQUFRQUFBUDhBQUFBQUFBQUEvd0FBQUFBQUFBQUJBQUFBQ3dBQUFBRUFBQUFPQUFBQS93QUFBQUFBQUFEL0FBQUFBQUFBQUFFQUFBQUxBQUFBQVFBQUFBNEFBQUFFQUFBQUFRQUFBQVFBQUFBRUFBQUFBQUFBQUFjQUFBRC9BQUFBQUFBQUFQOEFBQUFBQUFBQS93QkIxQ2NMRlFjQUFBQUFBQUFBRFFBQUFQOEFBQUFBQUFBQS93QkI5Q2NMRlFjQUFBQUVBQUFBQWdBQUFQOEFBQUFBQUFBQS93QkJsQ2dMMlFFSEFBQUFCQUFBQUFJQUFBQUFBQUFBRFFBQUFBUUFBQUFJQUFBQUJBQUFBQU1BQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBL3dBQUFBQUFBQUFFQUFBQUF3QUFBQVFBQUFBSkFBQUEvd0FBQUFBQUFBRC9BQUFBQUFBQUFBUUFBQUFEQUFBQUJBQUFBQVlBQUFEL0FBQUFBQUFBQVA4QUFBQUFBQUFBQkFBQUFBTUFBQUFFQUFBQUJnQUFBQVFBQUFBSkFBQUFCQUFBQUF3QUFBQUFBQUFBQkFBQUFBQUFBQUFFQUFBQUNBQUFBQXdBQUFBSUFBQUFEQUFBQUFBQUFBQUVBQUFBQUFBQUFBUUFBQUFJQUFBQURBQUFBQWdBQUFBTUFFSDRLUXNGQkFBQUFBUUFRWWdxQ3lVRUFBQUFCQUFBQUFnQUFBQUlBQUFBREFBQUFBd0FBQUFJQUFBQUNBQUFBQXdBQUFBTUFFR3hMZ3ZJQmdFQ0F3UUZCZ2NJQ1FvTERBME9EeEFSRWhNVUZSWVhHQmthR3h3ZEhoOGdJU0lqSkNVbUp5Z3BLaXNzTFM0dk1ERXlNelExTmpjNE9UbzdQRDArUDBCQlFrTkVSVVpIU0VsS1MweE5UazlRVVZKVFZGVldWMWhaV2x0Y1hWNWZZR0ZpWTJSbFptZG9hV3ByYkcxdWIzQnhjbk4wZFhaM2VIbDZlM3g5Zm4rQWdZS0RoSVdHaDRpSmlvdU1qWTZQa0pHU2s1U1ZscGVZbVpxYm5KMmVuNkNob3FPa3BhYW5xS21xcTZ5dHJxK3dzYkt6dExXMnQ3aTV1cnU4dmI2L3dNSEN3OFRGeHNmSXljckx6TTNPejlEUjB0UFUxZGJYMk5uYTI5emQzdC9nNGVMajVPWG01K2pwNnV2czdlN3Y4UEh5OC9UMTl2ZjQrZnI3L1AzKy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL0FBQUFBQUVBQUFBRUFBQUFCUUFBQUFJQUFBQURBQUFBQmdBQUFBY0FBQUFJQUFBQUNRQUFBQXdBQUFBTkFBQUFDZ0FBQUFzQUFBQU9BQUFBRHdBQUFBQUFBQUFCQUFBQUFRQkJoRFVMSVFFQUFBQUJBQUFBQVFBQUFBRUFBQUFDQUFBQUFnQUFBQUVBQUFBQ0FBQUFBZ0JCdERVTEJRVUFBQUFFQUVIRU5RdkpCZ2NBQUFBRUFBQUFBZ0FBQUFRQUFBQUJBQUFBQkFBQUFBUUFBQUFFQUFBQUF3QUFBQVFBQUFBR0FBQUFBQUFBQUEwQUFBQUVBQUFBQ0FBQUFBQUFBQUFQQUFBQUJBQUFBQW9BQUFBRUFBQUFDUUFBQUFRQUFBQU1BQUFBQkFBQUFBc0FBQUFFQUFBQURnQUFBQUFBQUFBUkFBQUFCQUFBQUJBQUFBQUFBQUFBRXdBQUFBUUFBQUFTQUFBQUFBQUFBQlVBQUFBRUFBQUFGQUFBQUFBQUFBQVhBQUFBQkFBQUFCWUFBQUFCQUFBQUNnQUFBQUVBQUFBTEFBQUFCQUFBQUFBQUFBQUVBQUFBQVFBQUFBRUFBQUFPQUFBQUFRQUFBQThBQUFBRUFBQUFCQUFBQUFRQUFBQUZBQUFBQkFBQUFBSUFBQUFFQUFBQUF3QUFBQVFBQUFBSUFBQUFCQUFBQUFrQUFBQUVBQUFBQmdBQUFBUUFBQUFIQUFBQUJBQUFBQXdBQUFBRUFBQUFEUUFBQUFFQUFBQVNBQUFBQVFBQUFCTUFBQUFFQUFBQUVBQUFBQVFBQUFBUkFBQUFBUUFBQUJZQUFBQUJBQUFBRndBQUFBUUFBQUFVQUFBQUJBQUFBQlVBQUFBQkFBQUFDd0FBQUFFQUFBQU9BQUFBQkFBQUFBRUFBQUQvQUFBQUJBQUFBQUVBQUFBUEFBQUFBZ0FBQUFvQUFBQUVBQUFBQlFBQUFQOEFBQUFBQUFBQUJBQUFBQU1BQUFBRUFBQUFCZ0FBQUFRQUFBQUpBQUFBL3dBQUFBd0FBQUFFQUFBQUJ3QUFBUDhBQUFBQ0FBQUFCQUFBQUEwQUFBRC9BQUFBQ0FBQUFBRUFBQUFUQUFBQUFnQUFBQklBQUFBRUFBQUFFUUFBQVA4QUFBQVFBQUFBQVFBQUFCY0FBQUFDQUFBQUZnQUFBQVFBQUFBVkFBQUEvd0FBQUJRQUFBQURBQUFBRHdBQUFBRUFBQUFLQUFBQUFBQUFBQVVBQUFBRUFBQUFBQUFBQUFFQUFBQUxBQUFBQVFBQUFBNEFBQUFFQUFBQUFRQUFBQVFBQUFBRUFBQUFBQUFBQUFjQUFBQUVBQUFBQWdBQUFBQUFBQUFOQUFBQUJBQUFBQWdBQUFBRUFBQUFBd0FBQUFRQUFBQUdBQUFBQkFBQUFBa0FBQUFFQUFBQURBQUFBQU1BQUFBVEFBQUFBUUFBQUJJQUFBQUFBQUFBRVFBQUFBUUFBQUFRQUFBQUF3QUFBQmNBQUFBQkFBQUFGZ0FBQUFBQUFBQVZBQUFBQkFBQUFCUUFBQUFCQUFBQUFRQUFBQUlBQUFBQ0FBQUFBd0FBQUFNQUFBQURBQUFBQXdBQUFBQUFBQUFCQUFBQUFnQUFBQU1BQUFBRUFBQUFCUUFBQUFZQUFBQUhBQUFBQ0FBQUFBa0FBQUFLQUFBQUN3QUFBQXdBQUFBTkFBQUFEZ0FBQUE4QVFaWThDeTRCQVFFQkFRRUNBZ0lDQWdJREF3TURBd01FQkFRRUJBUUZCUVVGQlFVR0JnWUdCZ1lIQndjSEJ3Y0lDQWdJQUVIUVBBdEZDZ0FBQUEwQUFBQVFBQUFBQ3dBQUFBNEFBQUFTQUFBQURRQUFBQkFBQUFBVUFBQUFEZ0FBQUJJQUFBQVhBQUFBRUFBQUFCUUFBQUFaQUFBQUVnQUFBQmNBQUFBZEFFR2hQUXN6QVFJREJBVUFBUUlEQkFVQUFRSURCQVVBQVFJREJBVUFBUUlEQkFVQUFRSURCQVVBQVFJREJBVUFBUUlEQkFVQUFRSURBRUhrUFF2TUFnRUFBQUFDQUFBQUF3QUFBQVFBQUFBRkFBQUFCZ0FBQUFjQUFBQUlBQUFBQ1FBQUFBb0FBQUFMQUFBQURBQUFBQTBBQUFBT0FBQUFEd0FBQUJBQUFBQVJBQUFBRWdBQUFCTUFBQUFVQUFBQUZRQUFBQllBQUFBWEFBQUFHQUFBQUJrQUFBQWFBQUFBR3dBQUFCd0FBQUFkQUFBQUhRQUFBQjRBQUFBZkFBQUFJQUFBQUNBQUFBQWhBQUFBSWdBQUFDSUFBQUFqQUFBQUl3QUFBQ1FBQUFBa0FBQUFKUUFBQUNVQUFBQWxBQUFBSmdBQUFDWUFBQUFtQUFBQUp3QUFBQ2NBQUFBbkFBQUFKd0FBQUFFQUFBQUNBQUFBQkFBQUFBZ0FBQUFRQUFBQUlBQUFBRUFBQUFDQUFBQUFMeDhQQUJjYkhSNEhDdzBPSnlzdExoQURCUW9NRXhVYUhDTWxLaXdCQWdRSUVSSVVHQVlKRmhrZ0lTSWtLQ1lwQUJBQkFnUUlJQU1GQ2d3UEx3Y0xEUTRHQ1I4akpTb3NJU0lrS0NjckxTNFJFaFFZRXhVYUhCY2JIUjRXR1NZcEFMQXRCRzVoYldVQjZ3TmtBQVp0WlcxamNIa0JCbkpsYzJsNlpRSUNaaklEQW1ZekJBRm1CUUptTlFZQ1pqWUhBbVkzQ0FKbU9Ba0NaamtLQVdVTEEyWXhNUXdEWmpFeURRTm1NVE1PQTJZeE5BOERaakUxRUFObU1UWVJBMll4TnhJRFpqRTRFd05tTVRrVUEyWXlNQlVEWmpJeEZnTm1NaklYQTJZeU14Z0RaakkwR1FObU1qVWFBMll5TmhzRFpqSTNIQU5tTWpnZEEyWXlPUjREWmpNd0h3Tm1NekVnQTJZek1pRURaak16SWdObU16UWpBMll6TlNRRFpqTTJKUU5tTXpjbUEyWXpPQ2NEWmpNNUtBTm1OREFwQTJZME1Tb0RaalF5S3dObU5ETXNBMlkwTkMwRFpqUTFMZ05tTkRZdkEyWTBOekFEWmpRNE1RTm1ORGt5QTJZMU1ETURaalV4TkFObU5USTFBMlkxTXpZRFpqVTBOd05tTlRVNEEyWTFOamtEWmpVM09nTm1OVGc3QTJZMU9Ud0Raall3UFFObU5qRStBMlkyTWo4RFpqWXpRQU5tTmpSQkEyWTJOVUlEWmpZMlF3Tm1OamRFQTJZMk9FVURaalk1UmdObU56QkhBMlkzTVVnRFpqY3lTUU5tTnpOS0EyWTNORXNEWmpjMVRBTm1OelpOQTJZM04wNERaamM0VHdObU56bFFBMlk0TUZFRFpqZ3hVZ05tT0RKVEEyWTRNMVFEWmpnMFZRTm1PRFZXQTJZNE5sY0RaamczV0FObU9EaFpBMlk0T1ZvRFpqa3dXd05tT1RGY0EyWTVNbDBEWmprelhnTm1PVFJmQTJZNU5XQUJhV0VCWjJJQlpHTUVaakV3TVFLNktXUUFBd0FBQVFBQ0FBRUJBQUFDQkFBQ2NEQUJBbkF4QWdKc01nTUNiRE1EQ1FBQ2NEQUJBbkF4QWdKc01nTUNiRE1FQW13MEJRSnNOUVlDYkRZSEFtdzNDQUpzT0FRSUFBSndNQUVDYkRFQ0Ftd3lBd0pzTXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNGQkFBQ2NEQUJBbkF4QWdKc01nTUNiRE1HR0FBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW13MEJRSnNOUVlDYkRZSEFtdzNDQUpzT0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMER3TnNNVFVRQTJ3eE5oRURiREUzRWdOc01UZ1RBMnd4T1JRRGJESXdGUU5zTWpFV0Eyd3lNaGNEYkRJekJ3WUFBbkF3QVFKd01RSUNjRElEQW13ekJBSnNOQVVDYkRVSUJnQUNjREFCQW5BeEFnSndNZ01DYkRNRUFtdzBCUUpzTlFrUUFBSndNQUVDY0RFQ0FuQXlBd0p3TXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNJQW13NENRSnNPUW9EYkRFd0N3TnNNVEVNQTJ3eE1nMERiREV6RGdOc01UUVBBMnd4TlFvTUFBSndNQUVDYkRFQ0Ftd3lBd0pzTXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNJQW13NENRSnNPUW9EYkRFd0N3TnNNVEVMQXdBQ2NEQUJBbkF4QWdKc01nd1JBQUp3TUFFQ2NERUNBbkF5QXdKd013UUNjRFFGQW5BMUJnSndOZ2NDY0RjSUFuQTRDUUpzT1FvRGJERXdDd05zTVRFTUEyd3hNZzBEYkRFekRnTnNNVFFQQTJ3eE5SQURiREUyRFFZQUFuQXdBUUp3TVFJQ2NESURBbXd6QkFKc05BVUNiRFVPRUFBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW5BMEJRSndOUVlDY0RZSEFuQTNDQUp3T0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMER3TnNNVFVQQlFBQ2NEQUJBbXd4QWdKc01nTUNiRE1FQW13MEVBc0FBbkF3QVFKd01RSUNjRElEQW5BekJBSnNOQVVDYkRVR0FtdzJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQVJBZ0FDY0RBQkFuQXhFZzhBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTU9BMnd4TkJNREFBSndNQUVDYkRFQ0Ftd3lGQU1BQW5Bd0FRSndNUUlDYkRJVkJnQUNjREFCQW5BeEFnSndNZ01DYkRNRUFtdzBCUUpzTlJZbUFBSndNQUVDY0RFQ0FuQXlBd0p3TXdRQ2NEUUZBbkExQmdKc05nY0NiRGNJQW13NENRSnNPUW9EYkRFd0N3TnNNVEVNQTJ3eE1nMERiREV6RGdOc01UUVBBMnd4TlJBRGJERTJFUU5zTVRjU0Eyd3hPQk1EYkRFNUZBTnNNakFWQTJ3eU1SWURiREl5RndOc01qTVlBMnd5TkJrRGJESTFHZ05zTWpZYkEyd3lOeHdEYkRJNEhRTnNNamtlQTJ3ek1COERiRE14SUFOc016SWhBMnd6TXlJRGJETTBJd05zTXpVa0Eyd3pOaVVEYkRNM0Z3TUFBbkF3QVFKd01RSUNjRElZRmdBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW13MEJRSnNOUVlDYkRZSEFtdzNDQUpzT0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMER3TnNNVFVRQTJ3eE5oRURiREUzRWdOc01UZ1RBMnd4T1JRRGJESXdGUU5zTWpFWkVnQUNjREFCQW5BeEFnSndNZ01DY0RNRUFtdzBCUUpzTlFZQ2JEWUhBbXczQ0FKc09Ba0NiRGtLQTJ3eE1Bc0RiREV4REFOc01USU5BMnd4TXc0RGJERTBEd05zTVRVUUEyd3hOaEVEYkRFM0doWUFBbkF3QVFKd01RSUNjRElEQW5BekJBSndOQVVDY0RVR0FuQTJCd0p3TndnQ2NEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hOQThEYkRFMUVBTnNNVFlSQTJ3eE54SURiREU0RXdOc01Ua1VBMnd5TUJVRGJESXhHd1lBQW5Bd0FRSndNUUlDYkRJREFtd3pCQUpzTkFVQ2JEVWNCd0FDY0RBQkFuQXhBZ0pzTWdNQ2JETUVBbXcwQlFKc05RWUNiRFlkQlFBQ2NEQUJBbkF4QWdKc01nTUNiRE1FQW13MEhnVUFBbkF3QVFKd01RSUNjRElEQW13ekJBSnNOQjhCQUFKd01DQUVBQUp3TUFFQ2NERUNBbXd5QXdKc015RWJBQUp3TUFFQ2NERUNBbkF5QXdKd013UUNjRFFGQW5BMUJnSndOZ2NDY0RjSUFuQTRDUUpzT1FvRGJERXdDd05zTVRFTUEyd3hNZzBEYkRFekRnTnNNVFFQQTJ3eE5SQURiREUyRVFOc01UY1NBMnd4T0JNRGJERTVGQU5zTWpBVkEyd3lNUllEYkRJeUZ3TnNNak1ZQTJ3eU5Ca0RiREkxR2dOc01qWWlGUUFDY0RBQkFuQXhBZ0p3TWdNQ2NETUVBbkEwQlFKd05RWUNjRFlIQW5BM0NBSndPQWtDYkRrS0Eyd3hNQXNEYkRFeERBTnNNVElOQTJ3eE13NERiREUwRHdOc01UVVFBMnd4TmhFRGJERTNFZ05zTVRnVEEyd3hPUlFEYkRJd0l4SUFBbkF3QVFKd01RSUNjRElEQW5BekJBSndOQVVDY0RVR0FuQTJCd0p3TndnQ2NEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hOQThEYkRFMUVBTnNNVFlSQTJ3eE55UVVBQUp3TUFFQ2NERUNBbkF5QXdKd013UUNjRFFGQW5BMUJnSndOZ2NDY0RjSUFuQTRDUUpzT1FvRGJERXdDd05zTVRFTUEyd3hNZzBEYkRFekRnTnNNVFFQQTJ3eE5SQURiREUyRVFOc01UY1NBMnd4T0JNRGJERTVKUThBQW5Bd0FRSndNUUlDY0RJREFtd3pCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTU9BMnd4TkNZREFBSndNQUVDYkRFQ0Ftd3lKdzhBQW5Bd0FRSndNUUlDYkRJREFtd3pCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTU9BMnd4TkNnQ0FBSndNQUVDYkRFcEVRQUNjREFCQW5BeEFnSndNZ01DY0RNRUFuQTBCUUp3TlFZQ2NEWUhBbkEzQ0FKc09Ba0NiRGtLQTJ3eE1Bc0RiREV4REFOc01USU5BMnd4TXc0RGJERTBEd05zTVRVUUEyd3hOaW9IQUFKd01BRUNjREVDQW5BeUF3SndNd1FDYkRRRkFtdzFCZ0pzTmlzUEFBSndNQUVDY0RFQ0FuQXlBd0p3TXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNJQW13NENRSnNPUW9EYkRFd0N3TnNNVEVNQTJ3eE1nMERiREV6RGdOc01UUXNCQUFDY0RBQkFuQXhBZ0pzTWdNQ2JETXRCUUFDY0RBQkFuQXhBZ0p3TWdNQ2JETUVBbXcwTGdNQUFuQXdBUUpzTVFJQ2JESXZBd0FDY0RBQkFtd3hBZ0pzTWpBSkFBSndNQUVDY0RFQ0Ftd3lBd0pzTXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNJQW13NE1SWUFBbkF3QVFKd01RSUNiRElEQW13ekJBSnNOQVVDYkRVR0FtdzJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hOQThEYkRFMUVBTnNNVFlSQTJ3eE54SURiREU0RXdOc01Ua1VBMnd5TUJVRGJESXhNZ29BQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NU13UUFBbkF3QVFKc01RSUNiRElEQW13ek5BUUFBbkF3QVFKc01RSUNiRElEQW13ek5ROEFBbkF3QVFKd01RSUNjRElEQW13ekJBSnNOQVVDYkRVR0FtdzJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hORFlGQUFKd01BRUNjREVDQW13eUF3SnNNd1FDYkRRM0JRQUNjREFCQW5BeEFnSnNNZ01DYkRNRUFtdzBPQWNBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyT1FjQUFuQXdBUUp3TVFJQ2NESURBbkF6QkFKd05BVUNiRFVHQW13Mk9nY0FBbkF3QVFKd01RSUNjRElEQW5BekJBSnNOQVVDYkRVR0FtdzJPd2NBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyUEFVQUFuQXdBUUp3TVFJQ2NESURBbXd6QkFKc05EMEZBQUp3TUFFQ2NERUNBbkF5QXdKc013UUNiRFErRHdBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW5BMEJRSnNOUVlDYkRZSEFtdzNDQUpzT0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMFB4SUFBbkF3QVFKd01RSUNjRElEQW5BekJBSndOQVVDYkRVR0FtdzJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hOQThEYkRFMUVBTnNNVFlSQTJ3eE4wQUhBQUp3TUFFQ2NERUNBbXd5QXdKc013UUNiRFFGQW13MUJnSnNOa0VRQUFKd01BRUNjREVDQW5BeUF3SndNd1FDYkRRRkFtdzFCZ0pzTmdjQ2JEY0lBbXc0Q1FKc09Rb0RiREV3Q3dOc01URU1BMnd4TWcwRGJERXpEZ05zTVRRUEEyd3hOVUlKQUFKd01BRUNjREVDQW13eUF3SnNNd1FDYkRRRkFtdzFCZ0pzTmdjQ2JEY0lBbXc0UXdnQUFuQXdBUUp3TVFJQ2JESURBbXd6QkFKc05BVUNiRFVHQW13MkJ3SnNOMFFRQUFKd01BRUNjREVDQW13eUF3SnNNd1FDYkRRRkFtdzFCZ0pzTmdjQ2JEY0lBbXc0Q1FKc09Rb0RiREV3Q3dOc01URU1BMnd4TWcwRGJERXpEZ05zTVRRUEEyd3hOVVVUQUFKd01BRUNjREVDQW5BeUF3SndNd1FDY0RRRkFuQTFCZ0p3TmdjQ2NEY0lBbXc0Q1FKc09Rb0RiREV3Q3dOc01URU1BMnd4TWcwRGJERXpEZ05zTVRRUEEyd3hOUkFEYkRFMkVRTnNNVGNTQTJ3eE9FWVJBQUp3TUFFQ2NERUNBbkF5QXdKd013UUNjRFFGQW5BMUJnSndOZ2NDY0RjSUFtdzRDUUpzT1FvRGJERXdDd05zTVRFTUEyd3hNZzBEYkRFekRnTnNNVFFQQTJ3eE5SQURiREUyUnhNQUFuQXdBUUp3TVFJQ2NESURBbkF6QkFKd05BVUNjRFVHQW5BMkJ3SndOd2dDYkRnSkFtdzVDZ05zTVRBTEEyd3hNUXdEYkRFeURRTnNNVE1PQTJ3eE5BOERiREUxRUFOc01UWVJBMnd4TnhJRGJERTRTQmNBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUp3TkFVQ2NEVUdBbkEyQndKd053Z0NjRGdKQW5BNUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTU9BMnd4TkE4RGJERTFFQU5zTVRZUkEyd3hOeElEYkRFNEV3TnNNVGtVQTJ3eU1CVURiREl4RmdOc01qSkpRd0FDY0RBQkFuQXhBZ0pzTWdNQ2JETUVBbXcwQlFKc05RWUNiRFlIQW13M0NBSnNPQWtDYkRrS0Eyd3hNQXNEYkRFeERBTnNNVElOQTJ3eE13NERiREUwRHdOc01UVVFBMnd4TmhFRGJERTNFZ05zTVRnVEEyd3hPUlFEYkRJd0ZRTnNNakVXQTJ3eU1oY0RiREl6R0FOc01qUVpBMnd5TlJvRGJESTJHd05zTWpjY0Eyd3lPQjBEYkRJNUhnTnNNekFmQTJ3ek1TQURiRE15SVFOc016TWlBMnd6TkNNRGJETTFKQU5zTXpZbEEyd3pOeVlEYkRNNEp3TnNNemtvQTJ3ME1Da0RiRFF4S2dOc05ESXJBMncwTXl3RGJEUTBMUU5zTkRVdUEydzBOaThEYkRRM01BTnNORGd4QTJ3ME9USURiRFV3TXdOc05URTBBMncxTWpVRGJEVXpOZ05zTlRRM0EydzFOVGdEYkRVMk9RTnNOVGM2QTJ3MU9Ec0RiRFU1UEFOc05qQTlBMncyTVQ0RGJEWXlQd05zTmpOQUEydzJORUVEYkRZMVFnTnNOalpLRXdBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW5BMEJRSndOUVlDY0RZSEFuQTNDQUp3T0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMER3TnNNVFVRQTJ3eE5oRURiREUzRWdOc01UaExGQUFDY0RBQkFuQXhBZ0p3TWdNQ2NETUVBbkEwQlFKd05RWUNjRFlIQW5BM0NBSndPQWtDYkRrS0Eyd3hNQXNEYkRFeERBTnNNVElOQTJ3eE13NERiREUwRHdOc01UVVFBMnd4TmhFRGJERTNFZ05zTVRnVEEyd3hPVXdIQUFKd01BRUNjREVDQW13eUF3SnNNd1FDYkRRRkFtdzFCZ0pzTmswTkFBSndNQUVDY0RFQ0FuQXlBd0p3TXdRQ2JEUUZBbXcxQmdKc05nY0NiRGNJQW13NENRSnNPUW9EYkRFd0N3TnNNVEVNQTJ3eE1rNExBQUp3TUFFQ2NERUNBbkF5QXdKc013UUNiRFFGQW13MUJnSnNOZ2NDYkRjSUFtdzRDUUpzT1FvRGJERXdUd1FBQW5Bd0FRSndNUUlDYkRJREFtd3pVQTRBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUp3TkFVQ2NEVUdBbkEyQndKd053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTlJEQUFDY0RBQkFuQXhBZ0p3TWdNQ2NETUVBbkEwQlFKc05RWUNiRFlIQW13M0NBSnNPQWtDYkRrS0Eyd3hNQXNEYkRFeFVoTUFBbkF3QVFKd01RSUNjRElEQW5BekJBSndOQVVDY0RVR0FuQTJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQUxBMnd4TVF3RGJERXlEUU5zTVRNT0Eyd3hOQThEYkRFMUVBTnNNVFlSQTJ3eE54SURiREU0VXlBQUFuQXdBUUp3TVFJQ2NESURBbkF6QkFKd05BVUNjRFVHQW13MkJ3SnNOd2dDYkRnSkFtdzVDZ05zTVRBTEEyd3hNUXdEYkRFeURRTnNNVE1PQTJ3eE5BOERiREUxRUFOc01UWVJBMnd4TnhJRGJERTRFd05zTVRrVUEyd3lNQlVEYkRJeEZnTnNNaklYQTJ3eU14Z0RiREkwR1FOc01qVWFBMnd5TmhzRGJESTNIQU5zTWpnZEEyd3lPUjREYkRNd0h3TnNNekZVRmdBQ2NEQUJBbkF4QWdKd01nTUNjRE1FQW5BMEJRSndOUVlDYkRZSEFtdzNDQUpzT0FrQ2JEa0tBMnd4TUFzRGJERXhEQU5zTVRJTkEyd3hNdzREYkRFMER3TnNNVFVRQTJ3eE5oRURiREUzRWdOc01UZ1RBMnd4T1JRRGJESXdGUU5zTWpGVkN3QUNjREFCQW5BeEFnSndNZ01DY0RNRUFtdzBCUUpzTlFZQ2JEWUhBbXczQ0FKc09Ba0NiRGtLQTJ3eE1GWUhBQUp3TUFFQ2NERUNBbkF5QXdKd013UUNjRFFGQW5BMUJnSnNObGNxQUFKd01BRUNjREVDQW5BeUF3SndNd1FDY0RRRkFuQTFCZ0pzTmdjQ2JEY0lBbXc0Q1FKc09Rb0RiREV3Q3dOc01URU1BMnd4TWcwRGJERXpEZ05zTVRRUEEyd3hOUkFEYkRFMkVRTnNNVGNTQTJ3eE9CTURiREU1RkFOc01qQVZBMnd5TVJZRGJESXlGd05zTWpNWUEyd3lOQmtEYkRJMUdnTnNNalliQTJ3eU54d0RiREk0SFFOc01qa2VBMnd6TUI4RGJETXhJQU5zTXpJaEEyd3pNeUlEYkRNMEl3TnNNelVrQTJ3ek5pVURiRE0zSmdOc016Z25BMnd6T1NnRGJEUXdLUU5zTkRGWUV3QUNjREFCQW5BeEFnSndNZ01DY0RNRUFtdzBCUUpzTlFZQ2JEWUhBbXczQ0FKc09Ba0NiRGtLQTJ3eE1Bc0RiREV4REFOc01USU5BMnd4TXc0RGJERTBEd05zTVRVUUEyd3hOaEVEYkRFM0VnTnNNVGhaQ0FBQ2NEQUJBbXd4QWdKc01nTUNiRE1FQW13MEJRSnNOUVlDYkRZSEFtdzNXZzRBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5RFFOc01UTmJCQUFDY0RBQkFtd3hBZ0pzTWdNQ2JETmNDUUFDY0RBQkFuQXhBZ0p3TWdNQ2NETUVBbkEwQlFKd05RWUNiRFlIQW13M0NBSnNPRjBJQUFKd01BRUNjREVDQW5BeUF3SndNd1FDY0RRRkFuQTFCZ0pzTmdjQ2JEZGVDQUFDY0RBQkFtd3hBZ0pzTWdNQ2JETUVBbXcwQlFKc05RWUNiRFlIQW13M1h3d0FBbkF3QVFKd01RSUNjRElEQW5BekJBSnNOQVVDYkRVR0FtdzJCd0pzTndnQ2JEZ0pBbXc1Q2dOc01UQUxBMnd4TVdBQVlRZ0FBbkF3QVFKd01RSUNjRElEQW5BekJBSndOQVVDY0RVR0FtdzJCd0pzTjJJREFBSndNQUVDY0RFQ0Ftd3lZdzBBQW5Bd0FRSndNUUlDY0RJREFuQXpCQUpzTkFVQ2JEVUdBbXcyQndKc053Z0NiRGdKQW13NUNnTnNNVEFMQTJ3eE1Rd0RiREV5IixVPWE7Ri5oMjY0TW9kdWxlPW5ldyBXZWJBc3NlbWJseS5Nb2R1bGUoVS5kZWNvZGUoTCkpLE9iamVjdC5kZWZpbmVQcm9wZXJ0eSh5LCJfX2VzTW9kdWxlIix7dmFsdWU6ITB9KTtjb25zdCBZPUYscT1BPT4oSSxnLEIpPT57QS5IRUFQVTguY29weVdpdGhpbihJLGcsZytCKX07ZnVuY3Rpb24gSyhBLEkpe2NvbnN0IGc9QSVJO3JldHVybiBnPjA/QStJLWc6QX1jb25zdCBIPUE9Pkk9Pntjb25zdCBnPUEuSEVBUFU4Lmxlbmd0aCxCPTY1NTM2LFE9MjE0NzQ4MzY0ODtpZihJPlEpcmV0dXJuITE7Y29uc3QgQz0xNjc3NzIxNjtmb3IobGV0IEQ9MTtEPD00O0QqPTIpe2xldCBFPWcqKDErLjIvRCk7RT1NYXRoLm1pbihFLEkrMTAwNjYzMjk2KTtjb25zdCB3PU1hdGgubWluKFEsSyhNYXRoLm1heChDLEksRSksQikpO3RyeXtjb25zdHttZW1vcnk6b309QTtvLmdyb3cody1vLmJ1ZmZlci5ieXRlTGVuZ3RoKzY1NTM1Pj4+MTYpO2NvbnN0e2J1ZmZlcjpOfT1vO3JldHVybiBBLkhFQVA4PW5ldyBJbnQ4QXJyYXkoTiksQS5IRUFQVTg9bmV3IFVpbnQ4QXJyYXkoTiksQS5IRUFQMzI9bmV3IEludDMyQXJyYXkoTiksITB9Y2F0Y2h7fX1yZXR1cm4hMX0sUj02NTUzNixjPTUyNTE3OTIsZD04NzUyLHQ9MTY3NzcyMTY7Y2xhc3MgaXtjb25zdHJ1Y3Rvcigpe3RoaXMud2lkdGg9MCx0aGlzLmhlaWdodD0wLHRoaXMucGljPW5ldyBVaW50OEFycmF5KDApO2NvbnN0IEk9bmV3IFdlYkFzc2VtYmx5Lk1lbW9yeSh7aW5pdGlhbDp0L1IsbWF4aW11bToyMTQ3NDgzNjQ4L1J9KSxnPXttZW1vcnk6SSxIRUFQODpuZXcgSW50OEFycmF5KEkuYnVmZmVyKSxIRUFQVTg6bmV3IFVpbnQ4QXJyYXkoSS5idWZmZXIpLEhFQVAzMjpuZXcgSW50MzJBcnJheShJLmJ1ZmZlcil9O2cuSEVBUDMyW2Q+PjJdPWM7Y29uc3R7ZXhwb3J0czpCfT1uZXcgV2ViQXNzZW1ibHkuSW5zdGFuY2UoWS5oMjY0TW9kdWxlLHtoMjY0OnttZW1vcnk6SSxtZW1jcHk6cShnKSxyZXNpemU6SChnKX19KTt0aGlzLm1lbW9yeT1nLHRoaXMuYXNtPUIsdGhpcy5wU3RvcmFnZT1CLmgyNjRhbGxvYygpLHRoaXMucFdpZHRoPUIubWFsbG9jKDQpLHRoaXMucEhlaWdodD1CLm1hbGxvYyg0KSx0aGlzLnBQaWN0dXJlPUIubWFsbG9jKDQpLHRoaXMuZGVjQnVmZmVyPUIubWFsbG9jKDEwMjQqMTAyNCksQi5pbml0KHRoaXMucFN0b3JhZ2UsMCl9ZGVjb2RlKEkpe2NvbnN0e21lbW9yeTpnLGFzbTpCfT10aGlzO2cuSEVBUFU4LnNldChJLHRoaXMuZGVjQnVmZmVyKTtjb25zdCBRPUIuZGVjb2RlKHRoaXMucFN0b3JhZ2UsdGhpcy5kZWNCdWZmZXIsSS5ieXRlTGVuZ3RoLHRoaXMucFBpY3R1cmUsdGhpcy5wV2lkdGgsdGhpcy5wSGVpZ2h0KTtpZihRPT09aS5QSUNfUkRZKXtjb25zdCBDPXRoaXMud2lkdGg9Zy5IRUFQMzJbdGhpcy5wV2lkdGg+Pj4yXSxEPXRoaXMuaGVpZ2h0PWcuSEVBUDMyW3RoaXMucEhlaWdodD4+PjJdLEU9Zy5IRUFQMzJbdGhpcy5wUGljdHVyZT4+Ml0sdz1DKkQqMy8yO3RoaXMucGljPWcuSEVBUFU4LnN1YmFycmF5KEUsRSt3KX1yZXR1cm4gUX19dmFyIGI9eS5IMjY0RGVjb2Rlcj1pO2kuUkRZPTAsaS5QSUNfUkRZPTEsaS5IRFJTX1JEWT0yLGkuRVJST1I9MyxpLlBBUkFNX1NFVF9FUlJPUj00LGkuTUVNQUxMT0NfRVJST1I9NTtmdW5jdGlvbiB4KEEpe3JldHVybiBVaW50OEFycmF5LmZyb20oYXRvYihBKSxJPT5JLmNoYXJDb2RlQXQoMCkpfWNvbnN0IHM9c2VsZixrPW5ldyBiLG09Si5zZWNvbmQvNTthZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixBPT57Y29uc3R7dGltZXN0YW1wOkksZmxhZ3M6ZyxpbmRleDpCfT1BLmRhdGEsUT1EYXRlLm5vdygpLUk7aWYoUT5tJiZnIT09Myl7TShgRnJhbWUgaXMgJHtRfW1zIGxhdGUsIGRyb3BwaW5nYCxCKTtyZXR1cm59Y29uc3QgQz14KEEuZGF0YS5lbmNvZGVkRnJhbWUpLEQ9ay5kZWNvZGUoQyk7dHJ5e2lmKEQhPT0xKXtNKGBmYWlsZWQgdG8gZGVjb2RlIGZyYW1lLCBzdGF0dXM6ICR7bihEKX1gLEIsQyk7cmV0dXJufWNvbnN0e3BpYzpFLGhlaWdodDp3LHdpZHRoOm99PWs7aWYoRS5sZW5ndGg9PT0wfHx3PT09MHx8bz09PTApe00oImRlY29kZWQgZnJhbWUgaGFzIG5vIGRhdGEiLEIsQyk7cmV0dXJufWNvbnN0IE49bmV3IFVpbnQ4Q2xhbXBlZEFycmF5KEUpO3MucG9zdE1lc3NhZ2Uoe3RpbWVzdGFtcDpBLmRhdGEudGltZXN0YW1wLHl1djpOLGhlaWdodDp3LHdpZHRoOm8saW5kZXg6Qn0pfWNhdGNoKEUpe00oRSxCKX19KTtmdW5jdGlvbiBNKEEsSSxnKXtzLnBvc3RNZXNzYWdlKHtlcnJvcjpgaDI2NCBkZWNvZGVyIHdvcmtlcjogJHtBfWAsaW5kZXg6SX0pfWZ1bmN0aW9uIG4oQSl7c3dpdGNoKEEpe2Nhc2UgMDpyZXR1cm4iUkRZIjtjYXNlIDE6cmV0dXJuIlBJQ19SRFkiO2Nhc2UgMjpyZXR1cm4iSERSU19SRFkiO2Nhc2UgMzpyZXR1cm4iRVJST1IiO2Nhc2UgNDpyZXR1cm4iUEFSQU1fU0VUX0VSUk9SIjtjYXNlIDU6cmV0dXJuIk1FTUFMTE9DX0VSUk9SIjtkZWZhdWx0OnJldHVybiBBLnRvU3RyaW5nKCl9fX0pfSkoKTsK",blob$2=typeof window!="undefined"&&window.Blob&&new Blob([atob(encodedJs$2)],{type:"text/javascript;charset=utf-8"});function WorkerWrapper$2(){let e;try{if(e=blob$2&&(window.URL||window.webkitURL).createObjectURL(blob$2),!e)throw"";return new Worker(e)}catch{return new Worker("data:application/javascript;base64,"+encodedJs$2)}finally{e&&(window.URL||window.webkitURL).revokeObjectURL(e)}}const encodedJs$1="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2Z1bmN0aW9uIE8odCl7cmV0dXJuIHQmJnQuX19lc01vZHVsZSYmT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHQsImRlZmF1bHQiKT90LmRlZmF1bHQ6dH12YXIgaD1mdW5jdGlvbih0LGUpe2V8fChlPXt9KSx0eXBlb2YgZT09ImZ1bmN0aW9uIiYmKGU9e2NtcDplfSk7dmFyIHM9dHlwZW9mIGUuY3ljbGVzPT0iYm9vbGVhbiI/ZS5jeWNsZXM6ITEsYT1lLmNtcCYmZnVuY3Rpb24odSl7cmV0dXJuIGZ1bmN0aW9uKHIpe3JldHVybiBmdW5jdGlvbihuLGkpe3ZhciBsPXtrZXk6bix2YWx1ZTpyW25dfSxmPXtrZXk6aSx2YWx1ZTpyW2ldfTtyZXR1cm4gdShsLGYpfX19KGUuY21wKSxjPVtdO3JldHVybiBmdW5jdGlvbiB1KHIpe2lmKHImJnIudG9KU09OJiZ0eXBlb2Ygci50b0pTT049PSJmdW5jdGlvbiImJihyPXIudG9KU09OKCkpLHIhPT12b2lkIDApe2lmKHR5cGVvZiByPT0ibnVtYmVyIilyZXR1cm4gaXNGaW5pdGUocik/IiIrcjoibnVsbCI7aWYodHlwZW9mIHIhPSJvYmplY3QiKXJldHVybiBKU09OLnN0cmluZ2lmeShyKTt2YXIgbixpO2lmKEFycmF5LmlzQXJyYXkocikpe2ZvcihpPSJbIixuPTA7bjxyLmxlbmd0aDtuKyspbiYmKGkrPSIsIiksaSs9dShyW25dKXx8Im51bGwiO3JldHVybiBpKyJdIn1pZihyPT09bnVsbClyZXR1cm4ibnVsbCI7aWYoYy5pbmRleE9mKHIpIT09LTEpe2lmKHMpcmV0dXJuIEpTT04uc3RyaW5naWZ5KCJfX2N5Y2xlX18iKTt0aHJvdyBuZXcgVHlwZUVycm9yKCJDb252ZXJ0aW5nIGNpcmN1bGFyIHN0cnVjdHVyZSB0byBKU09OIil9dmFyIGw9Yy5wdXNoKHIpLTEsZj1PYmplY3Qua2V5cyhyKS5zb3J0KGEmJmEocikpO2ZvcihpPSIiLG49MDtuPGYubGVuZ3RoO24rKyl7dmFyIG09ZltuXSxwPXUoclttXSk7cCYmKGkmJihpKz0iLCIpLGkrPUpTT04uc3RyaW5naWZ5KG0pKyI6IitwKX1yZXR1cm4gYy5zcGxpY2UobCwxKSwieyIraSsifSJ9fSh0KX0sdj1PKGgpO2Z1bmN0aW9uIG8odCl7cmV0dXJuIHYodCx7Y3ljbGVzOiEwfSl9ZnVuY3Rpb24gUyh0KXtpZighdC5zdGFjaylyZXR1cm57bWVzc2FnZTpvKHQpfTtjb25zdHtuYW1lOmUsbWVzc2FnZTpzLHN0YWNrOmEsLi4uY309dDtyZXR1cm57bmFtZTplLG1lc3NhZ2U6cyE9PXZvaWQgMD9zOm8odCksc3RhY2s6YSxtZXRhOmMmJk9iamVjdC5rZXlzKGMpLmxlbmd0aD09PTA/dm9pZCAwOmN9fWZ1bmN0aW9uIHkodCl7Y29uc3R7bWVzc2FnZTplLHN0YWNrOnMsbWV0YTphfT1TKHQpO3JldHVybmAke3N8fGV8fCIifSR7YSYmT2JqZWN0LmtleXMoYSkubGVuZ3RoPjA/YCAtLSAke28oYSl9YDoiIn1gfWNvbnN0IGc9c2VsZixiPTFlMzthZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixhc3luYyB0PT57dmFyIGU7dHJ5e2NvbnN0IHM9dC5kYXRhO3RyeXtjb25zdCBjPWF3YWl0KGF3YWl0IGZldGNoKHMse21vZGU6ImNvcnMifSkpLnRleHQoKTtnLnBvc3RNZXNzYWdlKHtqc29uOkpTT04ucGFyc2UoYykscHJldmlldzpjLnN1YnN0cmluZygwLGIpLGxlbmd0aDpjLmxlbmd0aCx1cmw6c30pfWNhdGNoKGEpe3Rocm93IG5ldyBFcnJvcihgTG9hZCBmYWlsZWQgJHt5KGEpfWApfX1jYXRjaChzKXtnLnBvc3RNZXNzYWdlKHtlcnJvcjp5KHMpLHVybDooZT10PT1udWxsP3ZvaWQgMDp0LmRhdGEpPT1udWxsP3ZvaWQgMDplLnVybH0pfX0pfSkoKTsK",blob$1=typeof window!="undefined"&&window.Blob&&new Blob([atob(encodedJs$1)],{type:"text/javascript;charset=utf-8"});function WorkerWrapper$1(){let e;try{if(e=blob$1&&(window.URL||window.webkitURL).createObjectURL(blob$1),!e)throw"";return new Worker(e)}catch{return new Worker("data:application/javascript;base64,"+encodedJs$1)}finally{e&&(window.URL||window.webkitURL).revokeObjectURL(e)}}const millisecond=1,second=1e3,minute=60*second,hour=60*minute,day=24*hour,week=7*day,month=30*day,year=365*day,duration={millisecond,second,minute,hour,day,week,month,year};function delay(e){return new Promise(t=>setTimeout(t,e))}var fastJsonStableStringify=function(e,t){t||(t={}),typeof t=="function"&&(t={cmp:t});var n=typeof t.cycles=="boolean"?t.cycles:!1,r=t.cmp&&function(o){return function(l){return function(u,c){var d={key:u,value:l[u]},h={key:c,value:l[c]};return o(d,h)}}}(t.cmp),s=[];return function o(l){if(l&&l.toJSON&&typeof l.toJSON=="function"&&(l=l.toJSON()),l!==void 0){if(typeof l=="number")return isFinite(l)?""+l:"null";if(typeof l!="object")return JSON.stringify(l);var u,c;if(Array.isArray(l)){for(c="[",u=0;u<l.length;u++)u&&(c+=","),c+=o(l[u])||"null";return c+"]"}if(l===null)return"null";if(s.indexOf(l)!==-1){if(n)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var d=s.push(l)-1,h=Object.keys(l).sort(r&&r(l));for(c="",u=0;u<h.length;u++){var B=h[u],U=o(l[B]);U&&(c&&(c+=","),c+=JSON.stringify(B)+":"+U)}return s.splice(d,1),"{"+c+"}"}}(e)};const stringify=getDefaultExportFromCjs(fastJsonStableStringify),perf=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,hasAbortController=typeof AbortController=="function",AC=hasAbortController?AbortController:class{constructor(){this.signal=new AS}abort(t=new Error("This operation was aborted")){this.signal.reason=this.signal.reason||t,this.signal.aborted=!0,this.signal.dispatchEvent({type:"abort",target:this.signal})}},hasAbortSignal=typeof AbortSignal=="function",hasACAbortSignal=typeof AC.AbortSignal=="function",AS=hasAbortSignal?AbortSignal:hasACAbortSignal?AC.AbortController:class{constructor(){this.reason=void 0,this.aborted=!1,this._listeners=[]}dispatchEvent(t){t.type==="abort"&&(this.aborted=!0,this.onabort(t),this._listeners.forEach(n=>n(t),this))}onabort(){}addEventListener(t,n){t==="abort"&&this._listeners.push(n)}removeEventListener(t,n){t==="abort"&&(this._listeners=this._listeners.filter(r=>r!==n))}},warned=new Set,deprecatedOption=(e,t)=>{const n=`LRU_CACHE_OPTION_${e}`;shouldWarn(n)&&warn(n,`${e} option`,`options.${t}`,LRUCache)},deprecatedMethod=(e,t)=>{const n=`LRU_CACHE_METHOD_${e}`;if(shouldWarn(n)){const{prototype:r}=LRUCache,{get:s}=Object.getOwnPropertyDescriptor(r,e);warn(n,`${e} method`,`cache.${t}()`,s)}},deprecatedProperty=(e,t)=>{const n=`LRU_CACHE_PROPERTY_${e}`;if(shouldWarn(n)){const{prototype:r}=LRUCache,{get:s}=Object.getOwnPropertyDescriptor(r,e);warn(n,`${e} property`,`cache.${t}`,s)}},emitWarning=(...e)=>{typeof process=="object"&&process&&typeof process.emitWarning=="function"?process.emitWarning(...e):console.error(...e)},shouldWarn=e=>!warned.has(e),warn=(e,t,n,r)=>{warned.add(e);const s=`The ${t} is deprecated. Please use ${n} instead.`;emitWarning(s,"DeprecationWarning",e,r)},isPosInt=e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),getUintArray=e=>isPosInt(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?ZeroArray:null:null;class ZeroArray extends Array{constructor(t){super(t),this.fill(0)}}class Stack{constructor(t){if(t===0)return[];const n=getUintArray(t);this.heap=new n(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}class LRUCache{constructor(t={}){const{max:n=0,ttl:r,ttlResolution:s=1,ttlAutopurge:o,updateAgeOnGet:l,updateAgeOnHas:u,allowStale:c,dispose:d,disposeAfter:h,noDisposeOnSet:B,noUpdateTTL:U,maxSize:f=0,maxEntrySize:g=0,sizeCalculation:F,fetchMethod:y,fetchContext:m,noDeleteOnFetchRejection:_,noDeleteOnStaleGet:v,allowStaleOnFetchRejection:N,allowStaleOnFetchAbort:V,ignoreFetchAbort:G}=t,{length:W,maxAge:K,stale:Y}=t instanceof LRUCache?{}:t;if(n!==0&&!isPosInt(n))throw new TypeError("max option must be a nonnegative integer");const A=n?getUintArray(n):Array;if(!A)throw new Error("invalid max value: "+n);if(this.max=n,this.maxSize=f,this.maxEntrySize=g||this.maxSize,this.sizeCalculation=F||W,this.sizeCalculation){if(!this.maxSize&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(this.fetchMethod=y||null,this.fetchMethod&&typeof this.fetchMethod!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.fetchContext=m,!this.fetchMethod&&m!==void 0)throw new TypeError("cannot set fetchContext without fetchMethod");if(this.keyMap=new Map,this.keyList=new Array(n).fill(null),this.valList=new Array(n).fill(null),this.next=new A(n),this.prev=new A(n),this.head=0,this.tail=0,this.free=new Stack(n),this.initialFill=1,this.size=0,typeof d=="function"&&(this.dispose=d),typeof h=="function"?(this.disposeAfter=h,this.disposed=[]):(this.disposeAfter=null,this.disposed=null),this.noDisposeOnSet=!!B,this.noUpdateTTL=!!U,this.noDeleteOnFetchRejection=!!_,this.allowStaleOnFetchRejection=!!N,this.allowStaleOnFetchAbort=!!V,this.ignoreFetchAbort=!!G,this.maxEntrySize!==0){if(this.maxSize!==0&&!isPosInt(this.maxSize))throw new TypeError("maxSize must be a positive integer if specified");if(!isPosInt(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.initializeSizeTracking()}if(this.allowStale=!!c||!!Y,this.noDeleteOnStaleGet=!!v,this.updateAgeOnGet=!!l,this.updateAgeOnHas=!!u,this.ttlResolution=isPosInt(s)||s===0?s:1,this.ttlAutopurge=!!o,this.ttl=r||K||0,this.ttl){if(!isPosInt(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.initializeTTLTracking()}if(this.max===0&&this.ttl===0&&this.maxSize===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.max&&!this.maxSize){const j="LRU_CACHE_UNBOUNDED";shouldWarn(j)&&(warned.add(j),emitWarning("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",j,LRUCache))}Y&&deprecatedOption("stale","allowStale"),K&&deprecatedOption("maxAge","ttl"),W&&deprecatedOption("length","sizeCalculation")}getRemainingTTL(t){return this.has(t,{updateAgeOnHas:!1})?1/0:0}initializeTTLTracking(){this.ttls=new ZeroArray(this.max),this.starts=new ZeroArray(this.max),this.setItemTTL=(r,s,o=perf.now())=>{if(this.starts[r]=s!==0?o:0,this.ttls[r]=s,s!==0&&this.ttlAutopurge){const l=setTimeout(()=>{this.isStale(r)&&this.delete(this.keyList[r])},s+1);l.unref&&l.unref()}},this.updateItemAge=r=>{this.starts[r]=this.ttls[r]!==0?perf.now():0},this.statusTTL=(r,s)=>{r&&(r.ttl=this.ttls[s],r.start=this.starts[s],r.now=t||n(),r.remainingTTL=r.now+r.ttl-r.start)};let t=0;const n=()=>{const r=perf.now();if(this.ttlResolution>0){t=r;const s=setTimeout(()=>t=0,this.ttlResolution);s.unref&&s.unref()}return r};this.getRemainingTTL=r=>{const s=this.keyMap.get(r);return s===void 0?0:this.ttls[s]===0||this.starts[s]===0?1/0:this.starts[s]+this.ttls[s]-(t||n())},this.isStale=r=>this.ttls[r]!==0&&this.starts[r]!==0&&(t||n())-this.starts[r]>this.ttls[r]}updateItemAge(t){}statusTTL(t,n){}setItemTTL(t,n,r){}isStale(t){return!1}initializeSizeTracking(){this.calculatedSize=0,this.sizes=new ZeroArray(this.max),this.removeItemSize=t=>{this.calculatedSize-=this.sizes[t],this.sizes[t]=0},this.requireSize=(t,n,r,s)=>{if(this.isBackgroundFetch(n))return 0;if(!isPosInt(r))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(r=s(n,t),!isPosInt(r))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return r},this.addItemSize=(t,n,r)=>{if(this.sizes[t]=n,this.maxSize){const s=this.maxSize-this.sizes[t];for(;this.calculatedSize>s;)this.evict(!0)}this.calculatedSize+=this.sizes[t],r&&(r.entrySize=n,r.totalCalculatedSize=this.calculatedSize)}}removeItemSize(t){}addItemSize(t,n){}requireSize(t,n,r,s){if(r||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}*indexes({allowStale:t=this.allowStale}={}){if(this.size)for(let n=this.tail;!(!this.isValidIndex(n)||((t||!this.isStale(n))&&(yield n),n===this.head));)n=this.prev[n]}*rindexes({allowStale:t=this.allowStale}={}){if(this.size)for(let n=this.head;!(!this.isValidIndex(n)||((t||!this.isStale(n))&&(yield n),n===this.tail));)n=this.next[n]}isValidIndex(t){return t!==void 0&&this.keyMap.get(this.keyList[t])===t}*entries(){for(const t of this.indexes())this.valList[t]!==void 0&&this.keyList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield[this.keyList[t],this.valList[t]])}*rentries(){for(const t of this.rindexes())this.valList[t]!==void 0&&this.keyList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield[this.keyList[t],this.valList[t]])}*keys(){for(const t of this.indexes())this.keyList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield this.keyList[t])}*rkeys(){for(const t of this.rindexes())this.keyList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield this.keyList[t])}*values(){for(const t of this.indexes())this.valList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield this.valList[t])}*rvalues(){for(const t of this.rindexes())this.valList[t]!==void 0&&!this.isBackgroundFetch(this.valList[t])&&(yield this.valList[t])}[Symbol.iterator](){return this.entries()}find(t,n){for(const r of this.indexes()){const s=this.valList[r],o=this.isBackgroundFetch(s)?s.__staleWhileFetching:s;if(o!==void 0&&t(o,this.keyList[r],this))return this.get(this.keyList[r],n)}}forEach(t,n=this){for(const r of this.indexes()){const s=this.valList[r],o=this.isBackgroundFetch(s)?s.__staleWhileFetching:s;o!==void 0&&t.call(n,o,this.keyList[r],this)}}rforEach(t,n=this){for(const r of this.rindexes()){const s=this.valList[r],o=this.isBackgroundFetch(s)?s.__staleWhileFetching:s;o!==void 0&&t.call(n,o,this.keyList[r],this)}}get prune(){return deprecatedMethod("prune","purgeStale"),this.purgeStale}purgeStale(){let t=!1;for(const n of this.rindexes({allowStale:!0}))this.isStale(n)&&(this.delete(this.keyList[n]),t=!0);return t}dump(){const t=[];for(const n of this.indexes({allowStale:!0})){const r=this.keyList[n],s=this.valList[n],o=this.isBackgroundFetch(s)?s.__staleWhileFetching:s;if(o===void 0)continue;const l={value:o};if(this.ttls){l.ttl=this.ttls[n];const u=perf.now()-this.starts[n];l.start=Math.floor(Date.now()-u)}this.sizes&&(l.size=this.sizes[n]),t.unshift([r,l])}return t}load(t){this.clear();for(const[n,r]of t){if(r.start){const s=Date.now()-r.start;r.start=perf.now()-s}this.set(n,r.value,r)}}dispose(t,n,r){}set(t,n,{ttl:r=this.ttl,start:s,noDisposeOnSet:o=this.noDisposeOnSet,size:l=0,sizeCalculation:u=this.sizeCalculation,noUpdateTTL:c=this.noUpdateTTL,status:d}={}){if(l=this.requireSize(t,n,l,u),this.maxEntrySize&&l>this.maxEntrySize)return d&&(d.set="miss",d.maxEntrySizeExceeded=!0),this.delete(t),this;let h=this.size===0?void 0:this.keyMap.get(t);if(h===void 0)h=this.newIndex(),this.keyList[h]=t,this.valList[h]=n,this.keyMap.set(t,h),this.next[this.tail]=h,this.prev[h]=this.tail,this.tail=h,this.size++,this.addItemSize(h,l,d),d&&(d.set="add"),c=!1;else{this.moveToTail(h);const B=this.valList[h];if(n!==B){if(this.isBackgroundFetch(B)?B.__abortController.abort(new Error("replaced")):o||(this.dispose(B,t,"set"),this.disposeAfter&&this.disposed.push([B,t,"set"])),this.removeItemSize(h),this.valList[h]=n,this.addItemSize(h,l,d),d){d.set="replace";const U=B&&this.isBackgroundFetch(B)?B.__staleWhileFetching:B;U!==void 0&&(d.oldValue=U)}}else d&&(d.set="update")}if(r!==0&&this.ttl===0&&!this.ttls&&this.initializeTTLTracking(),c||this.setItemTTL(h,r,s),this.statusTTL(d,h),this.disposeAfter)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return this}newIndex(){return this.size===0?this.tail:this.size===this.max&&this.max!==0?this.evict(!1):this.free.length!==0?this.free.pop():this.initialFill++}pop(){if(this.size){const t=this.valList[this.head];return this.evict(!0),t}}evict(t){const n=this.head,r=this.keyList[n],s=this.valList[n];return this.isBackgroundFetch(s)?s.__abortController.abort(new Error("evicted")):(this.dispose(s,r,"evict"),this.disposeAfter&&this.disposed.push([s,r,"evict"])),this.removeItemSize(n),t&&(this.keyList[n]=null,this.valList[n]=null,this.free.push(n)),this.head=this.next[n],this.keyMap.delete(r),this.size--,n}has(t,{updateAgeOnHas:n=this.updateAgeOnHas,status:r}={}){const s=this.keyMap.get(t);if(s!==void 0)if(this.isStale(s))r&&(r.has="stale",this.statusTTL(r,s));else return n&&this.updateItemAge(s),r&&(r.has="hit"),this.statusTTL(r,s),!0;else r&&(r.has="miss");return!1}peek(t,{allowStale:n=this.allowStale}={}){const r=this.keyMap.get(t);if(r!==void 0&&(n||!this.isStale(r))){const s=this.valList[r];return this.isBackgroundFetch(s)?s.__staleWhileFetching:s}}backgroundFetch(t,n,r,s){const o=n===void 0?void 0:this.valList[n];if(this.isBackgroundFetch(o))return o;const l=new AC;r.signal&&r.signal.addEventListener("abort",()=>l.abort(r.signal.reason));const u={signal:l.signal,options:r,context:s},c=(f,g=!1)=>{const{aborted:F}=l.signal,y=r.ignoreFetchAbort&&f!==void 0;return r.status&&(F&&!g?(r.status.fetchAborted=!0,r.status.fetchError=l.signal.reason,y&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),F&&!y&&!g?h(l.signal.reason):(this.valList[n]===U&&(f===void 0?U.__staleWhileFetching?this.valList[n]=U.__staleWhileFetching:this.delete(t):(r.status&&(r.status.fetchUpdated=!0),this.set(t,f,u.options))),f)},d=f=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=f),h(f)),h=f=>{const{aborted:g}=l.signal,F=g&&r.allowStaleOnFetchAbort,y=F||r.allowStaleOnFetchRejection,m=y||r.noDeleteOnFetchRejection;if(this.valList[n]===U&&(!m||U.__staleWhileFetching===void 0?this.delete(t):F||(this.valList[n]=U.__staleWhileFetching)),y)return r.status&&U.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),U.__staleWhileFetching;if(U.__returned===U)throw f},B=(f,g)=>{this.fetchMethod(t,o,u).then(F=>f(F),g),l.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(f(),r.allowStaleOnFetchAbort&&(f=F=>c(F,!0)))})};r.status&&(r.status.fetchDispatched=!0);const U=new Promise(B).then(c,d);return U.__abortController=l,U.__staleWhileFetching=o,U.__returned=null,n===void 0?(this.set(t,U,{...u.options,status:void 0}),n=this.keyMap.get(t)):this.valList[n]=U,U}isBackgroundFetch(t){return t&&typeof t=="object"&&typeof t.then=="function"&&Object.prototype.hasOwnProperty.call(t,"__staleWhileFetching")&&Object.prototype.hasOwnProperty.call(t,"__returned")&&(t.__returned===t||t.__returned===null)}async fetch(t,{allowStale:n=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:l=this.noDisposeOnSet,size:u=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:d=this.noUpdateTTL,noDeleteOnFetchRejection:h=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:B=this.allowStaleOnFetchRejection,ignoreFetchAbort:U=this.ignoreFetchAbort,allowStaleOnFetchAbort:f=this.allowStaleOnFetchAbort,fetchContext:g=this.fetchContext,forceRefresh:F=!1,status:y,signal:m}={}){if(!this.fetchMethod)return y&&(y.fetch="get"),this.get(t,{allowStale:n,updateAgeOnGet:r,noDeleteOnStaleGet:s,status:y});const _={allowStale:n,updateAgeOnGet:r,noDeleteOnStaleGet:s,ttl:o,noDisposeOnSet:l,size:u,sizeCalculation:c,noUpdateTTL:d,noDeleteOnFetchRejection:h,allowStaleOnFetchRejection:B,allowStaleOnFetchAbort:f,ignoreFetchAbort:U,status:y,signal:m};let v=this.keyMap.get(t);if(v===void 0){y&&(y.fetch="miss");const N=this.backgroundFetch(t,v,_,g);return N.__returned=N}else{const N=this.valList[v];if(this.isBackgroundFetch(N)){const Y=n&&N.__staleWhileFetching!==void 0;return y&&(y.fetch="inflight",Y&&(y.returnedStale=!0)),Y?N.__staleWhileFetching:N.__returned=N}const V=this.isStale(v);if(!F&&!V)return y&&(y.fetch="hit"),this.moveToTail(v),r&&this.updateItemAge(v),this.statusTTL(y,v),N;const G=this.backgroundFetch(t,v,_,g),W=G.__staleWhileFetching!==void 0,K=W&&n;return y&&(y.fetch=W&&V?"stale":"refresh",K&&V&&(y.returnedStale=!0)),K?G.__staleWhileFetching:G.__returned=G}}get(t,{allowStale:n=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:o}={}){const l=this.keyMap.get(t);if(l!==void 0){const u=this.valList[l],c=this.isBackgroundFetch(u);return this.statusTTL(o,l),this.isStale(l)?(o&&(o.get="stale"),c?(o&&(o.returnedStale=n&&u.__staleWhileFetching!==void 0),n?u.__staleWhileFetching:void 0):(s||this.delete(t),o&&(o.returnedStale=n),n?u:void 0)):(o&&(o.get="hit"),c?u.__staleWhileFetching:(this.moveToTail(l),r&&this.updateItemAge(l),u))}else o&&(o.get="miss")}connect(t,n){this.prev[n]=t,this.next[t]=n}moveToTail(t){t!==this.tail&&(t===this.head?this.head=this.next[t]:this.connect(this.prev[t],this.next[t]),this.connect(this.tail,t),this.tail=t)}get del(){return deprecatedMethod("del","delete"),this.delete}delete(t){let n=!1;if(this.size!==0){const r=this.keyMap.get(t);if(r!==void 0)if(n=!0,this.size===1)this.clear();else{this.removeItemSize(r);const s=this.valList[r];this.isBackgroundFetch(s)?s.__abortController.abort(new Error("deleted")):(this.dispose(s,t,"delete"),this.disposeAfter&&this.disposed.push([s,t,"delete"])),this.keyMap.delete(t),this.keyList[r]=null,this.valList[r]=null,r===this.tail?this.tail=this.prev[r]:r===this.head?this.head=this.next[r]:(this.next[this.prev[r]]=this.next[r],this.prev[this.next[r]]=this.prev[r]),this.size--,this.free.push(r)}}if(this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return n}clear(){for(const t of this.rindexes({allowStale:!0})){const n=this.valList[t];if(this.isBackgroundFetch(n))n.__abortController.abort(new Error("deleted"));else{const r=this.keyList[t];this.dispose(n,r,"delete"),this.disposeAfter&&this.disposed.push([n,r,"delete"])}}if(this.keyMap.clear(),this.valList.fill(null),this.keyList.fill(null),this.ttls&&(this.ttls.fill(0),this.starts.fill(0)),this.sizes&&this.sizes.fill(0),this.head=0,this.tail=0,this.initialFill=1,this.free.length=0,this.calculatedSize=0,this.size=0,this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift())}get reset(){return deprecatedMethod("reset","clear"),this.clear}get length(){return deprecatedProperty("length","size"),this.size}static get AbortController(){return AC}static get AbortSignal(){return AS}}const BaseLruCache=LRUCache;class LruCache{constructor(t){De(this,"cache");De(this,"stringify");this.cache=new BaseLruCache({...t.dispose||t.disposeAfter?{ttlAutopurge:!0}:{},...t,dispose:(...n)=>{var r;(r=t.dispose)==null||r.call(t,...n)},disposeAfter:(...n)=>{var r;(r=t.disposeAfter)==null||r.call(t,...n)}}),this.stringify=t.fastStringify?JSON.stringify:stringify}set(t,n,r){const s=this.stringify(t);if(!this.cache.set(s,n,{ttl:r})){const o=this.cache.sizeCalculation?this.cache.sizeCalculation(n,s):"unknown";throw Error(`Value too large (${o} > ${this.cache.max})`)}}get(t){const n=this.stringify(t);return this.cache.get(n)}delete(t){this.cache.delete(this.stringify(t))}peek(t){return this.cache.peek(this.stringify(t))}size(){return this.cache.size}clear(){this.cache.clear()}forEach(t){this.cache.forEach(t)}purgeStale(){return this.cache.purgeStale()}}class PromiseLruCache extends LruCache{constructor(n){super(n);De(this,"expireRejectedPromiseValues");De(this,"rejectedPromiseValueTtl");if(this.expireRejectedPromiseValues=n.expireRejectedPromiseValues!==void 0?n.expireRejectedPromiseValues:!0,this.rejectedPromiseValueTtl=n.rejectedPromiseValueTtl!==void 0?n.rejectedPromiseValueTtl:duration.second,this.rejectedPromiseValueTtl<0)throw new Error("rejectedPromiseValueTtl must not be negative")}set(n,r,s){super.set(n,r,s),this.expireRejectedPromiseValues&&r.catch(async()=>{await delay(this.rejectedPromiseValueTtl),this.peek(n)===r&&this.delete(n)})}}const range=(e,t)=>t<=e?[]:new Array(t-e).fill(0).map((n,r)=>r+e),workerCount=4,ln=class ln{constructor(){De(this,"workers");De(this,"cache",new PromiseLruCache({name:"DataLoader-cache",max:5e3}));De(this,"nextWorkerIndex",-1);De(this,"resolveMap",{});De(this,"rejectMap",{})}static get(){return ln.references++,ln.instance||(ln.instance=new ln),ln.instance}static release(t){var n;if(ln.instance!==t){console.error("Releasing an unallocated/unowned loader!");return}ln.references--,!(ln.references>0)&&((n=ln.instance.workers)==null||n.forEach(r=>r.terminate()),ln.instance.workers=void 0,ln.instance.cache.clear(),ln.instance=null,ln.references=0)}load(t){const n=this.cache.get(t);if(n)return n;const r=this.nextWorker(),s=new Promise((o,l)=>{this.resolveMap[t]=o,this.rejectMap[t]=l});return this.cache.set(t,s),r.postMessage(t),s}nextWorker(){return this.workers||(this.workers=range(0,workerCount).map(t=>{const n=new WorkerWrapper$1;return n.onmessage=({data:r})=>{const{url:s}=r;if(!s)return;const o=this.rejectMap[s],l=this.resolveMap[s];if(delete this.rejectMap[s],delete this.resolveMap[s],!(!o||!l)){if(r.error){const u=new Error(`Worker failure: ${r.error}`);u.cause=r.error,o(u);return}l({json:r.json,preview:r.preview,length:r.length})}},n})),this.nextWorkerIndex=(this.nextWorkerIndex+1)%workerCount,this.workers[this.nextWorkerIndex]}};De(ln,"references",0),De(ln,"instance",null);let DataLoader=ln;function filterDataByTime(e,t,n){const r=t.getTime(),s=n.getTime();return e.map(o=>({...o,points:o.points.filter(([l])=>l>=r&&l<s)})).filter(({points:o})=>o.length>0)}function filterDataByType(e,t){return e.filter(n=>n.type===t)}function fork(e){}class StoreCache{constructor({capacity:t,timeout:n}={}){De(this,"entries",new Map);De(this,"metadata",new Map);De(this,"capacity");De(this,"timeout");this.capacity=t||1e4,this.timeout=n||duration.minute}get(t,n){const r=this.keyToCacheKey(t),s=this.entries.get(r),o=this.metadata.get(r);return(s===void 0||o&&(o==null?void 0:o.expiration.getTime())<Date.now())&&!(o!=null&&o.generating)&&n&&this.generate(t,n()),s===void 0&&o&&o.lastValue!==void 0?o.lastValue:s}set(t,n){const r=this.keyToCacheKey(t);this.metadata.set(r,{generating:!1,expiration:new Date(Date.now()+this.timeout),lastValue:n}),this.entries.set(r,n),this.metadata.size>this.capacity&&this.deleteOldestEntry()}clear(){this.entries.clear(),[...this.metadata.values()].forEach(t=>t.generating=!1)}clearKey(t){this.metadata.delete(t),this.entries.delete(t)}keyToCacheKey(t){return JSON.stringify(t)}deleteOldestEntry(){if(this.metadata.size<1)return;const[t]=[...this.metadata.entries()].reduce(([n,r],[s,o])=>o.expiration.getTime()<r.expiration.getTime()?[s,o]:[n,r]);this.clearKey(t)}generate(t,n){const r=this.keyToCacheKey(t),s=this.metadata.get(r)||{};this.metadata.set(r,{...s,generating:!0,expiration:new Date(Date.now()+this.timeout)}),setTimeout(()=>{n.then(o=>{const l=this.metadata.get(r);!(l!=null&&l.generating)||this.set(t,o)})},0)}}function roundToNearestSecond(e){return new Date(Math.round(e.getTime()/1e3)*1e3)}class QueryStore{constructor(){De(this,"queryStoreCache",new StoreCache({capacity:1e4,timeout:20*duration.second}));De(this,"liveQueryStoreCache",new StoreCache({capacity:1e4,timeout:1*duration.second}))}moduleQuery(t,n,r,s,o,l=!1){const u={...t,names:[n],types:[r],start:s.toISOString(),end:o.toISOString(),latestOnly:l},c=this.query(u);return c===void 0||c==="too much data"?c:filterDataByType(c,r)}query(t){const n=new Date(t.end)>addSeconds(new Date,-20),r=startOfMinute(new Date(t.start)).toISOString(),s=t.latestOnly?addSeconds(roundToNearestSecond(new Date(t.end)),5).toISOString():addMinutes(roundToNearestMinutes(new Date(t.end)),1).toISOString();let o;return n?o=this.liveQueryCache({...t,start:r,end:s}):o=this.queryCache({...t,start:r,end:s}),!o||o==="too much data"||t.latestOnly?o:filterDataByTime(o,new Date(r),new Date(s))}queryCache(t){return this.queryStoreCache.get(t,async()=>{try{return await Fleet.queryTelemetry(t)}catch(n){throw n}})}liveQueryCache(t){return this.liveQueryStoreCache.get(t,async()=>{try{return await Fleet.queryTelemetry(t)}catch(n){throw n}})}}const debug=new URLSearchParams(window.location.search).get("debug")==="true";class BasicUniverseDataConnector{constructor(){De(this,"subscriberSources",new Map);De(this,"subscriberLoaders",new Map);De(this,"subscriberDistributorsLoaders",new Map);De(this,"mapRealtimeConnections",new Map);De(this,"lastQueriedHistoricTime");De(this,"time");De(this,"timeChangeListeners",[]);De(this,"queryStore",new QueryStore);De(this,"dataLoader");this.time="live",this.dataLoader=DataLoader.get();const t=async()=>{if(Array.from(this.subscriberLoaders.keys()).length>0){const n=[],r=this.generateTelemetryFilter(),s=this.queryStore.query(r);if(!s||s==="too much data")return;s.forEach(c=>{n.push(c.deviceId)});const o=Array.from(new Set(n)),l=[];o.forEach(c=>{const d=this.subscriberLoaders.get(c);d&&d.forEach(h=>{l.push(h(s))})}),(await Promise.all(l)).forEach(c=>{if(c.data){const d=this.subscriberDistributorsLoaders.get(c.deviceId);if(d){const h=d.get(c.sourceId);h&&h.forEach(B=>{B(c.data)})}}})}setTimeout(()=>t(),0)};setTimeout(()=>t(),0)}setTime(t){t!=="live"&&(this.time=t),this.timeChangeListeners.forEach(n=>n(t))}getTime(){return this.time}getTimeMs(){return this.time==="live"?new Date().getTime():this.time.getTime()}generateTelemetryFilter(){const t=Array.from(this.subscriberSources.keys()),n=[];return t.forEach(r=>{const s=this.subscriberSources.get(r);s&&Array.from(s==null?void 0:s.values()).forEach(o=>{o.sourceType==="telemetry"&&n.push(o.streamName)})}),{deviceIds:t,names:n,start:subDays(new Date,20).toISOString(),end:new Date().toISOString(),latestOnly:!0}}async sendRtcMessage(t,n){await this.createRealtimeConnection(t);const r=this.mapRealtimeConnections.get(t);r&&r!=="loading"&&r&&r.sendRealtimeMessage(n,{channelLabel:"stream.reliable"})}async createRealtimeConnection(t,n=signaling_pb.SessionType.TELEOP){const r=this.mapRealtimeConnections.get(t);if(r===void 0){this.mapRealtimeConnections.set(t,"loading");const s=t.startsWith("http");console.log("Creating {} realtime connection",s?"peer":"cloud");let o;s?o=new PeerDevice(t):o=await Fleet.getDevice(t),await o.startRealtimeConnection(n),debug&&o.addRealtimeListener((l,u)=>{console.log("received message from peer",l,u)}),this.mapRealtimeConnections.set(t,o)}else r==="loading"&&await new Promise(s=>{const o=setInterval(()=>{const l=this.mapRealtimeConnections.get(t);l&&l!=="loading"&&(clearInterval(o),s())},100)})}addRemovableTelemetrySubscription(t,n,r,s){let o=this.subscriberLoaders.get(t);o||(o=new Map,this.subscriberLoaders.set(t,o)),o.get(n.id)||o.set(n.id,r);let u=this.subscriberDistributorsLoaders.get(t);u||(u=new Map,this.subscriberDistributorsLoaders.set(t,u));const c=u.get(n.id);c?c.push(s):u.set(n.id,[s]);let d=this.subscriberSources.get(t);return d||(d=new Map,this.subscriberSources.set(t,d)),d.set(n.id,n),()=>{const h=this.subscriberLoaders.get(t);h&&h.delete(n.id);const B=this.subscriberDistributorsLoaders.get(t);if(B){const f=B.get(n.id);if(f){const g=f.indexOf(s);g>-1&&f.splice(g,1)}}const U=this.subscriberSources.get(t);U&&U.delete(n.id)}}createH264Drawer(){return new H264BytestreamCanvasDrawer(()=>new WorkerWrapper$2,()=>{},()=>{})}async sendCommand(t,n,r){const s=this.mapRealtimeConnections.get(t);if(s==="loading"||s===void 0)throw new Error("Device is not ready or doesnt exist");await s.sendCommand(n,r)}async sendRealtimePose(t,n,r){const s=distExports.createRtcStreamMessage({entityId:t,streamName:n,streamType:"pose"},{pose:r},"vision");await this.sendRtcMessage(t,s)}async sendRealtimeBoolean(t,n,r){const s=distExports.createRtcStreamMessage({entityId:t,streamName:n,streamType:"boolean"},{boolean:r});await this.sendRtcMessage(t,s)}async sendRealtimeBitset(t,n,r){const s=distExports.createRtcStreamMessage({entityId:t,streamName:n,streamType:"bitset"},{bitset:{bits:r.keys.map((o,l)=>({key:o,value:r.values[l]}))}});await this.sendRtcMessage(t,s)}async getUrdfs(t){const r=await(await Fleet.getDevice(t)).getConfiguration();return!r.urdfFiles||r.urdfFiles.length===0?[]:[await Fleet.getFileUrl(r.urdfFiles[0])]}async getTelemetryStreams(t){throw new Error("Not implemented")}async getTeleopRosStreams(t){throw new Error("Not implemented")}async getHardwareStreams(t){throw new Error("Not implemented")}addInteraction(t){throw new Error("Method not implemented.")}removeInteraction(t){throw new Error("Method not implemented.")}getInteractions(){throw new Error("Method not implemented.")}addInteractionsChangedListener(t){throw new Error("Method not implemented.")}addInteractionListener(t){throw new Error("Method not implemented.")}getRealtimeButtons(t){throw new Error("Method not implemented.")}async getLatestTransformTrees(t){throw new Error("Not implemented")}async getLatestLocations(){return[{streamName:"spotLocation",location:{latitude:45.4661989,longitude:-122.5782375}}]}async getDeviceContexts(){return[]}async getDeviceContextName(t){throw new Error("Not implemented")}async getTelemetryStreamType(t,n){throw new Error("Not implemented")}async getStatistics(){return{rtcDevices:[]}}subscribeDataSourceStateChange(t,n,r){return()=>{}}async fetchImage(t){const n=new Image;return n.src=t,n.setAttribute("crossOrigin",""),await new Promise(r=>{n.onload=r}),n}}function defined(e,t){if(e!==void 0)return e;throw new Error(t||"Value is undefined")}const encodedJs="dmFyIFI9T2JqZWN0LmRlZmluZVByb3BlcnR5O3ZhciBHPShNLGIseCk9PmIgaW4gTT9SKE0sYix7ZW51bWVyYWJsZTohMCxjb25maWd1cmFibGU6ITAsd3JpdGFibGU6ITAsdmFsdWU6eH0pOk1bYl09eDt2YXIgST0oTSxiLHgpPT4oRyhNLHR5cGVvZiBiIT0ic3ltYm9sIj9iKyIiOmIseCkseCk7KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0IFM9e21pbGxpc2Vjb25kOjEsc2Vjb25kOjFlMyxtaW51dGU6NmU0LGhvdXI6MzZlNSxkYXk6ODY0ZTUsd2Vlazo2MDQ4ZTUsbW9udGg6MjU5MmU2LHllYXI6MzE1MzZlNn07ZnVuY3Rpb24gcShvKXt9Y2xhc3MgX3tjb25zdHJ1Y3Rvcih7Y2FwYWNpdHk6dCx0aW1lb3V0Om59PXt9KXtJKHRoaXMsImVudHJpZXMiLG5ldyBNYXApO0kodGhpcywibWV0YWRhdGEiLG5ldyBNYXApO0kodGhpcywiY2FwYWNpdHkiKTtJKHRoaXMsInRpbWVvdXQiKTt0aGlzLmNhcGFjaXR5PXR8fDFlNCx0aGlzLnRpbWVvdXQ9bnx8Uy5taW51dGV9Z2V0KHQsbil7Y29uc3QgZT10aGlzLmtleVRvQ2FjaGVLZXkodCksYz10aGlzLmVudHJpZXMuZ2V0KGUpLGk9dGhpcy5tZXRhZGF0YS5nZXQoZSk7cmV0dXJuKGM9PT12b2lkIDB8fGkmJihpPT1udWxsP3ZvaWQgMDppLmV4cGlyYXRpb24uZ2V0VGltZSgpKTxEYXRlLm5vdygpKSYmIShpIT1udWxsJiZpLmdlbmVyYXRpbmcpJiZuJiZ0aGlzLmdlbmVyYXRlKHQsbigpKSxjPT09dm9pZCAwJiZpJiZpLmxhc3RWYWx1ZSE9PXZvaWQgMD9pLmxhc3RWYWx1ZTpjfXNldCh0LG4pe2NvbnN0IGU9dGhpcy5rZXlUb0NhY2hlS2V5KHQpO3RoaXMubWV0YWRhdGEuc2V0KGUse2dlbmVyYXRpbmc6ITEsZXhwaXJhdGlvbjpuZXcgRGF0ZShEYXRlLm5vdygpK3RoaXMudGltZW91dCksbGFzdFZhbHVlOm59KSx0aGlzLmVudHJpZXMuc2V0KGUsbiksdGhpcy5tZXRhZGF0YS5zaXplPnRoaXMuY2FwYWNpdHkmJnRoaXMuZGVsZXRlT2xkZXN0RW50cnkoKX1jbGVhcigpe3RoaXMuZW50cmllcy5jbGVhcigpLFsuLi50aGlzLm1ldGFkYXRhLnZhbHVlcygpXS5mb3JFYWNoKHQ9PnQuZ2VuZXJhdGluZz0hMSl9Y2xlYXJLZXkodCl7dGhpcy5tZXRhZGF0YS5kZWxldGUodCksdGhpcy5lbnRyaWVzLmRlbGV0ZSh0KX1rZXlUb0NhY2hlS2V5KHQpe3JldHVybiBKU09OLnN0cmluZ2lmeSh0KX1kZWxldGVPbGRlc3RFbnRyeSgpe2lmKHRoaXMubWV0YWRhdGEuc2l6ZTwxKXJldHVybjtjb25zdFt0XT1bLi4udGhpcy5tZXRhZGF0YS5lbnRyaWVzKCldLnJlZHVjZSgoW24sZV0sW2MsaV0pPT5pLmV4cGlyYXRpb24uZ2V0VGltZSgpPGUuZXhwaXJhdGlvbi5nZXRUaW1lKCk/W2MsaV06W24sZV0pO3RoaXMuY2xlYXJLZXkodCl9Z2VuZXJhdGUodCxuKXtjb25zdCBlPXRoaXMua2V5VG9DYWNoZUtleSh0KSxjPXRoaXMubWV0YWRhdGEuZ2V0KGUpfHx7fTt0aGlzLm1ldGFkYXRhLnNldChlLHsuLi5jLGdlbmVyYXRpbmc6ITAsZXhwaXJhdGlvbjpuZXcgRGF0ZShEYXRlLm5vdygpK3RoaXMudGltZW91dCl9KSxzZXRUaW1lb3V0KCgpPT57bi50aGVuKGk9Pntjb25zdCByPXRoaXMubWV0YWRhdGEuZ2V0KGUpOyEociE9bnVsbCYmci5nZW5lcmF0aW5nKXx8dGhpcy5zZXQodCxpKX0pfSwwKX19LyoqCiAqIExaRiBjb21wcmVzc2lvbi9kZWNvbXByZXNzaW9uIG1vZHVsZS4gUG9ydGVkIGZyb20gdGhlIEMKICogaW1wbGVtZW50YXRpb24gb2YgbGlibHpmLCBzcGVjZmljYWxseSBsemZfYy5jIGFuZCBsemZfZC5jCiAqIEBsaWNlbnNlIEJTRC0yLUNsYXVzZQogKi9mdW5jdGlvbiBLKG8pe3ZhciB0PW5ldyBVaW50OEFycmF5KG8pLG49W10sZT0wLGM9MDtkb3t2YXIgaT10W2UrK107aWYoaTwzMil7aWYoaSsrLGUraT50Lmxlbmd0aCl0aHJvdyBuZXcgRXJyb3IoIkludmFsaWQgaW5wdXQiKTtmb3IoO2ktLTspbltjKytdPXRbZSsrXX1lbHNle3ZhciByPWk+PjUsZj1jLSgoaSYzMSk8PDgpLTE7aWYoZT49dC5sZW5ndGgpdGhyb3cgbmV3IEVycm9yKCJJbnZhbGlkIGlucHV0Iik7aWYocj09NyYmKHIrPXRbZSsrXSxlPj10Lmxlbmd0aCkpdGhyb3cgbmV3IEVycm9yKCJJbnZhbGlkIGlucHV0Iik7aWYoZi09dFtlKytdLGY8MCl0aHJvdyBuZXcgRXJyb3IoIkludmFsaWQgaW5wdXQiKTtyKz0yO2RvIG5bYysrXT1uW2YrK107d2hpbGUoLS1yKX19d2hpbGUoZTx0Lmxlbmd0aCk7aWYodHlwZW9mIEJ1ZmZlciE9InVuZGVmaW5lZCIpcmV0dXJuIG5ldyBCdWZmZXIobik7dmFyIHU9bmV3IFVpbnQ4QXJyYXkobi5sZW5ndGgpO3JldHVybiB1LnNldChuKSx1fWZ1bmN0aW9uIE8obyl7dmFyIHQ9MTYsbj0xPDx0LGU9ODE5MixjPTI1Nis4LGk9MzI7ZnVuY3Rpb24gcih2LFQpe3JldHVybiB2W1RdPDw4fHZbVCsxXX1mdW5jdGlvbiBmKHYsVCxQKXtyZXR1cm4gdjw8OHxUW1ArMl19ZnVuY3Rpb24gdSh2KXtyZXR1cm4gdio1MDY4MzI4Mjk+PjMyLXQtOCZuLTF9Zm9yKHZhciBzPW5ldyBVaW50OEFycmF5KG8pLGE9W10sZD1uZXcgVWludDMyQXJyYXkobikseT1zLmxlbmd0aCxoPTAsZz1yKHMsaCkscD0xLGw9MDtoPHktMjspe2c9ZihnLG8saCk7dmFyIHo9dShnKSxtPWRbel07ZFt6XT1oO3ZhciBFO2lmKG08aCYmKEU9aC1tLTEpPGUmJm0+MCYmc1ttKzJdPT1zW2grMl0mJnNbbSsxXT09c1toKzFdJiZzW21dPT1zW2hdKXt2YXIgdz0yLEY9eS1oLXc7Rj1GPmM/YzpGLGFbcC1sLTFdPWwtMSYyNTUsbD09MCYmKHAtPTEpO2RvIHcrKzt3aGlsZSh3PEYmJnNbbSt3XT09c1toK3ddKTtpZih3LT0yLGgrKyx3PDc/YVtwKytdPShFPj44KSsodzw8NSkmMjU1OihhW3ArK109KEU+PjgpKzIyNCYyNTUsYVtwKytdPXctNyYyNTUpLGFbcCsrXT1FJjI1NSxsPTAscCsrLGgrPXcrMSxoPj15LTIpYnJlYWs7LS1oLC0taCxnPXIocyxoKSxnPWYoZyxzLGgpLGRbdShnKV09aCsrLGc9ZihnLHMsaCksZFt1KGcpXT1oKyt9ZWxzZSBsKyssYVtwKytdPXNbaCsrXSxsPT1pJiYoYVtwLWwtMV09bC0xJjI1NSxsPTAscCsrKX1mb3IoO2g8eTspbCsrLGFbcCsrXT1zW2grK10sbD09aSYmKGFbcC1sLTFdPWwtMSYyNTUsbD0wLHArKyk7aWYobCE9MCYmKGFbcC1sLTFdPWwtMSYyNTUpLHR5cGVvZiBCdWZmZXIhPSJ1bmRlZmluZWQiKXJldHVybiBuZXcgQnVmZmVyKGEpO3ZhciBVPW5ldyBVaW50OEFycmF5KGEubGVuZ3RoKTtyZXR1cm4gVS5zZXQoYSksVX12YXIgQj17ZGVjb21wcmVzczpLLGNvbXByZXNzOk99O2NvbnN0IEM9KG8sdCk9PnQ8PW8/W106bmV3IEFycmF5KHQtbykuZmlsbCgwKS5tYXAoKG4sZSk9PmUrbyksQT0hMDtmdW5jdGlvbiBIKG8pe2NvbnN0IHQ9YXRvYihvKSxuPXQubGVuZ3RoLGU9bmV3IFVpbnQ4QXJyYXkobik7Zm9yKGxldCBjPTA7YzxuO2MrPTEpZVtjXT10LmNoYXJDb2RlQXQoYyk7cmV0dXJuIGUuYnVmZmVyfWZ1bmN0aW9uIEwobyl7Y29uc3QgdD1uZXcgVWludDhBcnJheShvKTtsZXQgbj0iIixlPTA7Zm9yKDtlPHQubGVuZ3RoJiZuLnNlYXJjaCgvW1xyXG5dREFUQVxzKFxTKilccy9pKT09PS0xO2UrPTEpbis9U3RyaW5nLmZyb21DaGFyQ29kZSh0W2VdKTtyZXR1cm57Ym9keTpvLnNsaWNlKGUpLGhlYWRlcjpuLnJlcGxhY2UoLyMuKi9naSwiIil9fWZ1bmN0aW9uIFYobyl7Y29uc3Qgbj1uZXcgVWludDMyQXJyYXkobywwLDIpWzBdO3JldHVybiBuPT09MD9uZXcgQXJyYXlCdWZmZXIoMCk6Qi5kZWNvbXByZXNzKG5ldyBVaW50OEFycmF5KG8sOCxuKSkuYnVmZmVyfWZ1bmN0aW9uIGsobyl7Y29uc3R7aGVhZGVyOnQsYm9keTpufT1MKG8pLGU9L1ZFUlNJT04gKC4qKS9pLmV4ZWModCk7aWYoZT09PW51bGwpdGhyb3cgbmV3IEVycm9yKGBNaXNzaW5nIHZlcnNpb24uIEhlYWRlciAke3R9YCk7Y29uc3QgYz1lWzFdLGk9L0ZJRUxEUyAoLiopL2kuZXhlYyh0KTtpZighaSl0aHJvdyBuZXcgRXJyb3IoIk1pc3NpbmcgZmllbGRzIik7Y29uc3Qgcj1pWzFdLnNwbGl0KCIgIiksZj0vU0laRSAoLiopL2kuZXhlYyh0KTtpZighZil0aHJvdyBuZXcgRXJyb3IoIk1pc3Npbmcgc2l6ZSIpO2NvbnN0IHU9ZlsxXS5zcGxpdCgiICIpLm1hcCh2PT5wYXJzZUludCh2LDEwKSkscz0vVFlQRSAoLiopL2kuZXhlYyh0KTtpZighcyl0aHJvdyBuZXcgRXJyb3IoIk1pc3NpbmcgdHlwZSIpO2NvbnN0IGE9c1sxXS5zcGxpdCgiICIpLGQ9L0NPVU5UICguKikvaS5leGVjKHQpO2xldCB5O2QmJih5PWRbMV0uc3BsaXQoIiAiKS5tYXAodj0+cGFyc2VJbnQodiwxMCkpKTtjb25zdCBoPXl8fHIubWFwKHY9PjEpLGc9L1dJRFRIICguKikvaS5leGVjKHQpO2lmKCFnKXRocm93IG5ldyBFcnJvcigiTWlzc2luZyB3aWR0aCIpO2NvbnN0IHA9cGFyc2VJbnQoZ1sxXSwxMCksbD0vSEVJR0hUICguKikvaS5leGVjKHQpO2lmKCFsKXRocm93IG5ldyBFcnJvcigiTWlzc2luZyBoZWlnaHQiKTtjb25zdCB6PXBhcnNlSW50KGxbMV0sMTApLG09L1BPSU5UUyAoLiopL2kuZXhlYyh0KTtsZXQgRTttJiYoRT1wYXJzZUludChtWzFdLDEwKSk7Y29uc3Qgdz1FfHxwKnosRj0vREFUQSAoLiopL2kuZXhlYyh0KTtpZighRil0aHJvdyBuZXcgRXJyb3IoIk1pc3NpbmcgZGF0YSIpO2NvbnN0IFU9RlsxXTtyZXR1cm57Ym9keTpuLGhlYWRlcjp7Y291bnQ6aCxkYXRhOlUsZmllbGRzOnIsaGVpZ2h0OnoscG9pbnRzOncsc2l6ZTp1LHR5cGU6YSx2ZXJzaW9uOmMsd2lkdGg6cH19fWZ1bmN0aW9uIE4obyl7Y29uc3QgdD17fTtyZXR1cm4gby5maWVsZHMucmVkdWNlKCh7b2Zmc2V0czpuLHNpemU6ZX0sYyxpKT0+e2xldCByPWU7cmV0dXJuIGM9PT0ieCImJihuLng9ciksYz09PSJ5IiYmKG4ueT1yKSxjPT09InoiJiYobi56PXIpLGM9PT0icmdiIiYmKG4ucmdiPXIpLGM9PT0icmdiYSImJihuLnJnYmE9ciksYz09PSJpbnRlbnNpdHkiJiYobi5pbnRlbnNpdHk9ciksby5kYXRhPT09ImFzY2lpIj9yKz0xOm8uZGF0YT09PSJiaW5hcnkiP3IrPW8uc2l6ZVtpXSpvLmNvdW50W2ldOm8uZGF0YT09PSJiaW5hcnlfY29tcHJlc3NlZCImJihyKz1vLnNpemVbaV0qby5jb3VudFtpXSpvLnBvaW50cykse29mZnNldHM6bixzaXplOnJ9fSx7b2Zmc2V0czp0LHNpemU6MH0pfWZ1bmN0aW9uIEQobyl7Y29uc3R7aGVhZGVyOnQsYm9keTpufT1rKG8pLHtvZmZzZXRzOmUsc2l6ZTpjfT1OKHQpO2xldCBpO2UueCE9PXZvaWQgMCYmZS55IT09dm9pZCAwJiZlLnohPT12b2lkIDAmJihpPW5ldyBGbG9hdDMyQXJyYXkodC5wb2ludHMqMykpO2xldCByOyhlLnJnYiE9PXZvaWQgMHx8ZS5yZ2JhIT09dm9pZCAwKSYmKHI9bmV3IEZsb2F0MzJBcnJheSh0LnBvaW50cyo0KSk7bGV0IGY7aWYoZS5pbnRlbnNpdHkhPT12b2lkIDAmJihmPW5ldyBGbG9hdDMyQXJyYXkodC5wb2ludHMpKSx0LmRhdGE9PT0iYXNjaWkiKVN0cmluZy5mcm9tQ2hhckNvZGUoLi4ubmV3IFVpbnQ4QXJyYXkobikpLnNwbGl0KGAKYCkuZm9yRWFjaCgoYSxkKT0+e2NvbnN0IHk9YS5zcGxpdCgiICIpO2lmKGkhPT12b2lkIDAmJihpW2QqMyswXT1wYXJzZUZsb2F0KHlbZS54fHwwXSksaVtkKjMrMV09cGFyc2VGbG9hdCh5W2UueXx8MF0pLGlbZCozKzJdPXBhcnNlRmxvYXQoeVtlLnp8fDBdKSksciE9PXZvaWQgMCl7Y29uc3QgaD1uZXcgSW50MzJBcnJheShbcGFyc2VJbnQoeVtlLnJnYnx8ZS5yZ2JhfHwwXSwxMCldKSxnPW5ldyBEYXRhVmlldyhoLmJ1ZmZlciwwKTtyW2QqMyswXT1nLmdldFVpbnQ4KDIpLzI1NSxyW2QqMysxXT1nLmdldFVpbnQ4KDEpLzI1NSxyW2QqMysyXT1nLmdldFVpbnQ4KDApLzI1NX1mIT09dm9pZCAwJiYoZltkXT1wYXJzZUZsb2F0KHlbZS5pbnRlbnNpdHl8fDBdKSl9KTtlbHNlIGlmKHQuZGF0YT09PSJiaW5hcnkiKXtjb25zdCB1PW5ldyBEYXRhVmlldyhuKTtDKDAsdC5wb2ludHMpLmZvckVhY2gocz0+e2NvbnN0IGE9YypzO2lmKGkhPT12b2lkIDAmJihpW3MqMyswXT11LmdldEZsb2F0MzIoYSsoZS54fHwwKSxBKSxpW3MqMysxXT11LmdldEZsb2F0MzIoYSsoZS55fHwwKSxBKSxpW3MqMysyXT11LmdldEZsb2F0MzIoYSsoZS56fHwwKSxBKSksciE9PXZvaWQgMCl7Y29uc3QgZD1hKyhlLnJnYnx8ZS5yZ2JhfHwwKTtkKzI8PXUuYnl0ZUxlbmd0aCYmKHJbcyo0KzBdPXUuZ2V0VWludDgoZCsyKS8yNTUscltzKjQrMV09dS5nZXRVaW50OChkKzEpLzI1NSxyW3MqNCsyXT11LmdldFVpbnQ4KGQrMCkvMjU1LHJbcyo0KzNdPTEpfWYhPT12b2lkIDAmJihmW3NdPXUuZ2V0RmxvYXQzMihhKyhlLmludGVuc2l0eXx8MCksQSkpfSl9ZWxzZSBpZih0LmRhdGE9PT0iYmluYXJ5X2NvbXByZXNzZWQiKXtjb25zdCB1PVYobikscz1uZXcgRGF0YVZpZXcodSk7QygwLHQucG9pbnRzKS5mb3JFYWNoKGE9PntpZihpIT09dm9pZCAwJiYoaVthKjMrMF09cy5nZXRGbG9hdDMyKChlLnh8fDApK2EqNCxBKSxpW2EqMysxXT1zLmdldEZsb2F0MzIoKGUueXx8MCkrYSo0LEEpLGlbYSozKzJdPXMuZ2V0RmxvYXQzMigoZS56fHwwKSthKjQsQSkpLHIhPT12b2lkIDApe2NvbnN0IGQ9KGUucmdifHxlLnJnYmF8fDApK2EqNDtkKzI8PXMuYnl0ZUxlbmd0aCYmKHJbYSo0KzBdPXMuZ2V0VWludDgoZCsyKS8yNTUsclthKjQrMV09cy5nZXRVaW50OChkKzEpLzI1NSxyW2EqNCsyXT1zLmdldFVpbnQ4KGQrMCkvMjU1LHJbYSo0KzNdPTEpfWYhPT12b2lkIDAmJihmW2FdPXMuZ2V0RmxvYXQzMigoZS5pbnRlbnNpdHl8fDApK2EqNCxBKSl9KX1yZXR1cm57Y29sb3JzOnIsaGVhZGVyOnQsaW50ZW5zaXR5OmYscG9zaXRpb25zOml9fWZ1bmN0aW9uIFgobyl7cmV0dXJuIEQoSChvKSl9Y29uc3QgWj1uZXcgXyh7Y2FwYWNpdHk6MWUzLHRpbWVvdXQ6MSpTLm1pbnV0ZX0pO29ubWVzc2FnZT1hc3luYyBvPT57Y29uc3R7dXJsOnQsaWQ6bixwb2ludENsb3VkOmV9PW8uZGF0YTtpZih0KXtjb25zdCBjPVouZ2V0KHQsYXN5bmMoKT0+RChhd2FpdCBmZXRjaCh0LHttb2RlOiJjb3JzIn0pLnRoZW4ocj0+ci5hcnJheUJ1ZmZlcigpKSkpO2MmJnBvc3RNZXNzYWdlKHt1cmw6dCxwY2Q6Y30pfWlmKG4mJmUpe2NvbnN0IGM9WChlKTtwb3N0TWVzc2FnZSh7aWQ6bixwY2Q6Y30pfX19KSgpOwo=",blob=typeof window!="undefined"&&window.Blob&&new Blob([atob(encodedJs)],{type:"text/javascript;charset=utf-8"});function WorkerWrapper(){let e;try{if(e=blob&&(window.URL||window.webkitURL).createObjectURL(blob),!e)throw"";return new Worker(e)}catch{return new Worker("data:application/javascript;base64,"+encodedJs)}finally{e&&(window.URL||window.webkitURL).revokeObjectURL(e)}}class LiveUniverseData extends BasicUniverseDataConnector{constructor(){super()}subscribeToPath(t,n,r){throw new Error("Method not implemented.")}subscribeToImage(t,n,r){throw new Error("Method not implemented.")}subcribeToVideo(t,n,r){throw new Error("Method not implemented.")}subscribeToBitset(t,n,r){if(n.sourceType==="realtime"){const s=(o,l)=>{if(l.payload.bitset){const u=l.payload.bitset,c={keys:[],values:[]};u.bits.forEach(d=>{c.keys.push(d.key),c.values.push(d.value)}),r(c)}};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}throw new Error("Telemetry bitset not implemented")}subscribeToOdometry(t,n,r,s){if(n.sourceType==="realtime"){const o=(l,u)=>{if(u.payload.odometry){const c=u.payload.odometry;r({worldToLocal:c.worldToLocal,pose:{translation:{x:c.pose.translation.x,y:c.pose.translation.y,z:c.pose.translation.z},rotation:{x:c.pose.rotation.x,y:c.pose.rotation.y,z:c.pose.rotation.z,w:c.pose.rotation.w}},covariance:[]})}};return this.subscribeToRealtimeMessages(t,n.rosTopicName,o),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,o)}}if(n.sourceType==="telemetry")return this.addRemovableTelemetrySubscription(t,n,async o=>{let l,u;for(let c=0;c<o.length;c+=1){const d=o[c];if(d.deviceId===t&&d.name===n.streamName&&d.type==="localization"){const[h,B]=d.points[d.points.length-1];l=B}}return l&&l.odometry&&(u={worldToLocal:l.odometry.worldToLocal,pose:{translation:{x:l.odometry.pose.translation.x,y:l.odometry.pose.translation.y,z:l.odometry.pose.translation.z},rotation:{x:l.odometry.pose.rotation.x,y:l.odometry.pose.rotation.y,z:l.odometry.pose.rotation.z,w:l.odometry.pose.rotation.w}},covariance:[]}),{deviceId:t,sourceId:n.id,data:u}},r);throw new Error("unexpected")}subscribeToPose(t,n,r){if(n.sourceType==="realtime"){const s=(o,l)=>{l.payload.pose&&r(l.payload.pose)};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}throw new Error("unexpected")}subscribeToNumeric(t,n,r){if(n.sourceType==="realtime"){const s=async(o,l)=>{l.payload.numeric&&r([[Date.now(),l.payload.numeric.value]])};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}return()=>{}}subscribeToNumericSet(t,n,r){if(n.sourceType==="telemetry"){let s;const o=setInterval(async()=>{s||(s=await Fleet.getDevice(t));const l=new Date,u=new Date(l.getTime()-15*1e3),c=await s.getTelemetry(n.streamName,u,l);if(c.length>0){const d=c[0].points;r(d)}},1e3);return()=>{clearInterval(o)}}return()=>{}}async subscribeToRealtimeMessages(t,n,r){await this.createRealtimeConnection(t,signaling_pb.SessionType.OBSERVE);const s=this.mapRealtimeConnections.get(t);s&&s!=="loading"&&(s.startListeningToRealtimeDataStream({name:n}),s.addRealtimeListener((o,l)=>{l.header.stream.streamName===n&&r(o,l)}))}async unsubscribeToRealtimeMessages(t,n,r){const s=this.mapRealtimeConnections.get(t);s&&s!=="loading"&&(s.stopListeningToRealtimeDataStream({name:n}),s.removeRealtimeListener(r))}subscribeToJson(t,n,r){if(n.sourceType==="telemetry")return this.addRemovableTelemetrySubscription(t,n,async s=>{let o,l;for(let u=0;u<s.length;u+=1){const c=s[u];if(c.deviceId===t&&c.name===n.streamName&&c.type==="json"){const[d,h]=c.points[c.points.length-1];o=h}}return o!=null&&o.startsWith("http")?l=(await this.dataLoader.load(o)).json:l=JSON.parse(o||"{}"),{deviceId:t,sourceId:n.id,data:l}},r);if(n.sourceType==="realtime"){const s=async(o,l)=>{l.payload.jsonString&&r(JSON.parse(l.payload.jsonString.value))};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}return()=>{}}subscribeToText(t,n,r){return n.sourceType==="telemetry"?this.addRemovableTelemetrySubscription(t,n,async s=>{let o,l;for(let u=0;u<s.length;u+=1){const c=s[u];if(c.deviceId===t&&c.name===n.streamName&&c.type==="text"){const[d,h]=c.points[c.points.length-1];o=h}}return o&&(l=await fetch(o).then(u=>u.text())),{deviceId:t,sourceId:n.id,data:l}},r):()=>{}}subscribeToPointCloud(t,n,r){let s;const o=new WorkerWrapper;if(n.sourceType==="telemetry"&&n.streamType!=="localization"&&(s=this.addRemovableTelemetrySubscription(t,n,async l=>{let u,c;for(let d=0;d<l.length;d+=1){const h=l[d];if(h.deviceId===t&&h.name===n.streamName&&h.type==="point cloud"){const[B,U]=h.points[h.points.length-1];u=U;break}}if(u){const{url:d}=u;c=await new Promise(h=>{o.postMessage({url:d}),o.onmessage=B=>{B.data.url===d&&h(B.data.pcd)}})}return{deviceId:t,sourceId:n.id,data:{worldToLocal:u==null?void 0:u.worldToLocal,pcd:c}}},r)),n.sourceType==="telemetry"&&n.streamType==="localization"&&(s=this.addRemovableTelemetrySubscription(t,n,async l=>{let u,c;for(let d=0;d<l.length;d+=1){const h=l[d];if(h.deviceId===t&&h.name===n.streamName&&h.type==="localization"){const[B,U]=h.points[h.points.length-1];u=U;break}}if(u&&u.pointClouds){const{url:d}=u.pointClouds[0];c=await new Promise(h=>{o.postMessage({url:d}),o.onmessage=B=>{B.data.url===d&&h(B.data.pcd)}})}return{deviceId:t,sourceId:n.id,data:{worldToLocal:u&&(u!=null&&u.pointClouds)&&(u!=null&&u.pointClouds[0])?u.pointClouds[0].worldToLocal:void 0,pcd:c}}},r)),n.sourceType==="realtime"){const l=async(u,c)=>{var d;if(c.payload.pointCloud){const h=Math.random(),B=await new Promise(U=>{o.postMessage({id:h,pointCloud:defined(c.payload.pointCloud).data}),o.onmessage=f=>{f.data.id===h&&U(f.data.pcd)}});r({worldToLocal:(d=c.payload.pointCloud)==null?void 0:d.world_to_local,pcd:B})}};return this.subscribeToRealtimeMessages(t,n.rosTopicName,l),()=>{o.terminate(),this.unsubscribeToRealtimeMessages(t,n.rosTopicName,l)}}return()=>{o.terminate(),s==null||s()}}subscribeToGeometry(t,n,r){if(n.sourceType==="realtime"){const s=(o,l)=>{l.payload.markerArray&&r(l.payload.markerArray)};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}return()=>{}}subscribeToJointState(t,n,r){if(n.sourceType==="realtime"){const s=(o,l)=>{l.payload.jointState&&r(l.payload.jointState)};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}return()=>{}}subscribeToGridMap(t,n,r){if(n.sourceType==="realtime"){const s=(o,l)=>{if(l.payload.jsonString){const u=JSON.parse(l.payload.jsonString.value);r({width:u.info.width,height:u.info.height,worldToLocal:{translation:{x:0,y:0,z:0},rotation:{x:0,y:0,z:0,w:1}},resolution:u.info.resolution,origin:{translation:u.info.origin.position,rotation:u.info.origin.orientation},data:u.data,alpha:u.data.map(()=>255)})}};return this.subscribeToRealtimeMessages(t,n.rosTopicName,s),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,s)}}else if(n.sourceType==="telemetry"&&n.streamType==="localization")return this.addRemovableTelemetrySubscription(t,n,async s=>{let o,l;for(let u=0;u<s.length;u+=1){const c=s[u];if(c.deviceId===t&&c.name===n.streamName&&c.type==="localization"){const[d,h]=c.points[c.points.length-1];o=h}}if(o&&o.map){const u=document.createElement("canvas"),c=await this.fetchImage(o.map.url);u.width=c.width,u.height=c.height;const d=u.getContext("2d",{willReadFrequently:!0});d&&d.drawImage(c,0,0);const h=d==null?void 0:d.getImageData(0,0,c.width,c.height),B=[],U=[];if(h)for(let f=0;f<h.data.length;f+=4){const g=h.data[f],F=h.data[f+3];B.push(g),U.push(F)}l={width:o.map.width,height:o.map.height,worldToLocal:o.map.worldToLocal,resolution:o.map.resolution,origin:o.map.origin,alpha:U,data:B}}return{deviceId:t,sourceId:n.id,data:l}},r);throw new Error("Not implemented")}subscribeToVideo(t,n,r){const s=this.createH264Drawer(),o=document.createElement("CANVAS");if(o.width=0,o.height=0,s.setCanvas(o),s.start(),n.sourceType==="realtime"){const l=(u,c)=>{c.payload.h264VideoFrame&&(s.receiveEncodedFrame(c.payload.h264VideoFrame),s&&s.canvas&&s.canvas.width>0&&s.canvas.height>0&&r(s.canvas))};return this.subscribeToRealtimeMessages(t,n.rosTopicName,l),()=>{this.unsubscribeToRealtimeMessages(t,n.rosTopicName,l)}}if(n.sourceType==="hardware"){const l=(u,c)=>{c.payload.h264VideoFrame&&(s.receiveEncodedFrame(c.payload.h264VideoFrame),s&&s.canvas&&s.canvas.width>0&&s.canvas.height>0&&r(s.canvas))};return this.subscribeToRealtimeMessages(t,n.rtcStreamName,l),()=>{this.unsubscribeToRealtimeMessages(t,n.rtcStreamName,l)}}return()=>{s.stop()}}subscribeToTransformTree(t,n,r){if(n.sourceType==="telemetry")return this.addRemovableTelemetrySubscription(t,n,async s=>{let o;for(let l=0;l<s.length;l+=1){const u=s[l];if(u.deviceId===t&&u.name===n.streamName&&u.type==="transform tree"){const[c,d]=u.points[u.points.length-1];o=d}}return{deviceId:t,sourceId:n.id,data:o}},r);throw new Error("not implemented for this source type "+n.sourceType)}subscribeToLocation(t,n,r){throw new Error("Not implemented")}}const NoData=Symbol("no_data"),LoadingData=Symbol("loading_data"),FailedData=Symbol("failed_data");class TelemetryUniverseData extends BasicUniverseDataConnector{constructor(){super();De(this,"liveIntervalHandle");De(this,"timeFinders",[]);De(this,"videoCache",new StoreCache({capacity:50}));this.timeChangeListeners.push(this.onTimeChange.bind(this)),this.onTimeChange("live")}subscribeToBitset(n,r,s){throw new Error("Method not implemented for telemetry universe connector.")}subscribeToPath(n,r,s){if(console.log("TelemetryUniverseData --- subscribeToPath"),r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");let o=0,l=0;const u=this.subscribeTelemetry(n,r,"localization",async c=>{var F;if(c==="too much data"||c===void 0){s(NoData);return}const d=this.getNearestPoint(c),h=d[1],B=d[0],U=this.time==="live",f=U?new Date().getTime():this.time.getTime(),g=!U&&l-f>2e3;if(!((B<=l||B<=o)&&!g)){if(o=B,h.url){try{const y=(await this.dataLoader.load(h.url)).json;let m=y.path;(F=y.path)!=null&&F.url&&(m=(await this.dataLoader.load(y.path.url)).json),m&&(g||B>l)&&(s(m),l=B)}catch(y){console.error("Failed to fetch path data:",y)}return}else if(h.path&&(g||B>l)){let y=h.path;y.url&&(y=(await this.dataLoader.load(y.url)).json),s(y),l=B;return}}});return()=>{u()}}onTimeChange(n){n==="live"?this.liveIntervalHandle=setInterval(()=>{this.findDataForTime(new Date)},300):(this.liveIntervalHandle&&clearInterval(this.liveIntervalHandle),this.findDataForTime(n))}findDataForTime(n){this.timeFinders.forEach(r=>{r(n)})}addFinder(n,r,s,o,l){const u=c=>{const d=l?addYears(c,-1):addSeconds(c,-60),h=l?addMilliseconds(c,1):addSeconds(c,5),B=this.queryStore.moduleQuery({deviceIds:[r]},s,o,d,h,l);if(B===void 0){n(void 0);return}if(B==="too much data"){n("too much data");return}if(B.length===0){n(void 0);return}const U=B.reduce((f,g)=>f.concat(g.points),[]);if(!U||U.length===0){n(void 0);return}if(l){const g=U[U.length-1][0],F=U.filter(y=>y[0]>addSeconds(g,-15).getTime());n(F);return}n(U)};return this.timeFinders.push(u),u}getNearestPoint(n,r=this.time){const s=r==="live"?addMilliseconds(new Date,1):this.time;let o=n[0][0],l=n[0][1];return n.forEach(u=>{const c=u[0],d=u[1];Math.abs(c-s.getTime())<Math.abs(o-s.getTime())&&(o=c,l=d)}),[o,l]}removeFinder(n){this.timeFinders=this.timeFinders.filter(r=>r!==n)}subscribeTelemetry(n,r,s,o){if(r.sourceType!=="telemetry")throw new Error("Invalid source type");const l=this.addFinder(o,n,r.streamName,s,r.latestDataPoint||!1);return()=>{this.removeFinder(l)}}subscribeToPointCloud(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");const o=new WorkerWrapper;let l=()=>{},u=()=>{};return r.streamType==="point cloud"?l=this.subscribeTelemetry(n,r,"point cloud",async c=>{if(c==="too much data"||c===void 0){s(NoData);return}const d=this.getNearestPoint(c)[1];if(typeof d=="string")s(JSON.parse(d));else{const{url:h}=d;o.postMessage({url:h}),o.onmessage=B=>{B.data.url===h&&s({worldToLocal:d.worldToLocal,pcd:B.data.pcd})}}}):r.streamType==="localization"&&(u=this.subscribeTelemetry(n,r,"localization",async c=>{if(c==="too much data"||c===void 0){s(NoData);return}let d=this.getNearestPoint(c)[1];if(d.url&&(d=(await this.dataLoader.load(d.url)).json,d.pointClouds)){const{url:B,worldToLocal:U}=d.pointClouds[0];o.postMessage({url:B}),o.onmessage=f=>{f.data.url===B&&s({worldToLocal:U,pcd:f.data.pcd})}}})),()=>{o.terminate(),l(),u()}}subscribeToOdometry(n,r,s,o=0){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");let l=0,u=0;const c=this.subscribeTelemetry(n,r,"localization",async d=>{if(d==="too much data"||d===void 0){s(NoData);return}const h=this.getNearestPoint(d),B=h[0],U=this.time==="live",f=U?new Date().getTime():this.time.getTime(),g=!U&&l-f>2e3;if((B<=l||B<=u)&&!g)return;u=B;let F;if(h[1].url)try{F=(await this.dataLoader.load(h[1].url)).json.odometry}catch(y){console.error("Failed to fetch odometry data:",y)}else F=h[1].odometry;if(o){const m=d.filter(_=>_[0]<=h[0]&&_[0]>=h[0]-o*1e3).map(async _=>{var v,N;if(_[1].url)try{const G=(await this.dataLoader.load(_[1].url)).json;return[_[0],(v=G.odometry)==null?void 0:v.pose]}catch(V){console.error("Failed to fetch trail odometry data:",V)}return[_[0],(N=_[1].odometry)==null?void 0:N.pose]});try{const _=await Promise.all(m);(g||B>l)&&(s({worldToLocal:F.worldToLocal,pose:F.pose,trail:_,covariance:[]}),l=B);return}catch(_){console.error("Failed to process trail data:",_)}}(g||B>l)&&(s({worldToLocal:F.worldToLocal,pose:F.pose,covariance:[]}),l=B)});return()=>{c()}}subscribeToPose(n,r,s){throw new Error("Method not implemented for telemetry universe connector.")}subscribeToGeometry(n,r,s){if(r.sourceType==="telemetry"){const o=this.subscribeTelemetry(n,r,"json",async l=>{if(l==="too much data"||l===void 0){s(NoData);return}let u=this.getNearestPoint(l)[1];if(u.startsWith("http")){const c=await this.dataLoader.load(u);u=JSON.stringify(c.json)}s(JSON.parse(u))});return()=>{o()}}else throw new Error("Realtime geometry note supported")}subscribeToJointState(n,r,s){return this.subscribeToJson(n,r,s)}subscribeToGridMap(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");const o=this.subscribeTelemetry(n,r,"localization",async l=>{if(l==="too much data"||l===void 0){s(NoData);return}const u=this.getNearestPoint(l)[1];if(u.map){const c={width:u.map.width,height:u.map.height,worldToLocal:u.map.worldToLocal,resolution:u.map.resolution,origin:u.map.origin,url:u.map.url};s(c)}else if(u.url){const d=(await this.dataLoader.load(u.url)).json.map;if(d){const h={width:d.width,height:d.height,worldToLocal:d.worldToLocal,resolution:d.resolution,origin:d.origin,url:d.url};s(h)}}});return()=>{o()}}subscribeToVideo(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"video",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}const l=this.getNearestPoint(o)[1],{url:u}=l,c=this.videoCache.get(u,async()=>new Promise(d=>{const h=document.createElement("video");h.src=u,h.onload=()=>{}}));if(c){const d=document.createElement("canvas");d.width=c.videoWidth,d.height=c.videoHeight;const h=d.getContext("2d");h&&h.drawImage(c,0,0),s(d)}})}subscribeToTransformTree(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"transform tree",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}s(this.getNearestPoint(o)[1])})}subscribeToLocation(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");const o=this.subscribeToJson(n,r,s),l=this.subscribeTelemetry(n,r,"location",async u=>{if(u==="too much data"||u===void 0){s(NoData);return}const c=this.getNearestPoint(u)[1];s(c)});return()=>{o(),l()}}subscribeToJson(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"json",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}let l=this.getNearestPoint(o)[1];if(l.startsWith("http")){const u=await this.dataLoader.load(l);l=JSON.stringify(u.json)}s(JSON.parse(l))})}subscribeToText(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"text",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}s(this.getNearestPoint(o)[1])})}subscribeToNumeric(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"numeric",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}s(o)})}subscribeToNumericSet(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"numeric set",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}s(o)})}subscribeToImage(n,r,s){if(r.sourceType!=="telemetry")throw new Error("Telemetry sources only supported");return this.subscribeTelemetry(n,r,"image",async o=>{if(o==="too much data"||o===void 0){s(NoData);return}const l=this.getNearestPoint(o)[1].url,u=new Image;u.src=l,u.onload=()=>{const c=document.createElement("canvas");c.width=u.width,c.height=u.height;const d=c.getContext("2d");d&&(d.drawImage(u,0,0),s(c))}})}}exports.Account=Account,exports.App=App,exports.AudioPlayer=AudioPlayer,exports.Authentication=Authentication,exports.BasicUniverseDataConnector=BasicUniverseDataConnector,exports.BinaryRequestDataChannel=BinaryRequestDataChannel,exports.CaptureStream=CaptureStream,exports.DataChannel=DataChannel,exports.Device=Device,exports.FailedData=FailedData,exports.Fleet=Fleet,exports.KeyValue=KeyValue,exports.LiveUniverseData=LiveUniverseData,exports.LoadingData=LoadingData,exports.Manipulator=Manipulator,exports.NoData=NoData,exports.PeerDevice=PeerDevice,exports.QueryStore=QueryStore,exports.Role=Role,exports.RtcClient=distExports.RtcClient,exports.RtcClientV1=distExports.RtcClientV1,exports.RtcSignalingClient=distExports.RtcSignalingClient,exports.SessionType=SessionTypeConstants,exports.TelemetryUniverseData=TelemetryUniverseData,exports.TextRequestDataChannel=TextRequestDataChannel,exports.User=User,exports.Views=Views,exports.accessLevels=accessLevels,exports.administrator=administrator,exports.aggregateByDateFunctions=aggregateByDateFunctions,exports.aggregateFunctionMap=aggregateFunctionMap,exports.aggregateFunctions=aggregateFunctions,exports.aggregateLevels=aggregateLevels,exports.annotationTypes=annotationTypes,exports.createRtcStreamMessage=distExports.createRtcStreamMessage,exports.defined=defined$1,exports.definedAndNotNull=definedAndNotNull,exports.eventTypes=eventTypes,exports.formatTimeFrameText=formatTimeFrameText,exports.getAverage=getAverage,exports.getCount=getCount,exports.getMax=getMax,exports.getMin=getMin,exports.getStandardDeviation=getStandardDeviation,exports.getSum=getSum,exports.getVariance=getVariance,exports.healthStatuses=healthStatuses,exports.interventionTypes=interventionTypes,exports.operator=operator,exports.severities=severities,exports.timeout=timeout,exports.vailableAggregationIntervals=vailableAggregationIntervals,exports.videoMimeTypes=videoMimeTypes,exports.viewer=viewer,exports.whichFormantApiUrl=whichFormantApiUrl,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});