"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4333],{787:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.RequestHandler=void 0;let a=r(82726),o=r(83940);class n{setTokens(e){this.tokens=e}getTokens(){return this.tokens}clearTokens(){this.tokens=null}isAuthenticated(){var e;return!!(null==(e=this.tokens)?void 0:e.accessToken)}async request(e){var t;let{method:r,path:n,params:i,data:s,headers:l={},requiresAuth:c=!1,timeout:d=this.timeout}=e;if(c&&!this.isAuthenticated())throw new a.APIError("Authentication required");let u="".concat(this.baseUrl).concat(n.startsWith("/")?n:"/".concat(n));if(i&&Object.keys(i).length>0){let e=new URLSearchParams;for(let[t,r]of Object.entries(i))void 0!==r&&e.append(t,String(r));let t=e.toString();t&&(u+="?".concat(t))}let p={...this.defaultHeaders,...l};(null==(t=this.tokens)?void 0:t.accessToken)&&(p.Authorization="Bearer ".concat(this.tokens.accessToken));let h={method:r,headers:p,credentials:"include"};void 0!==s&&(r===o.HttpMethod.POST||r===o.HttpMethod.PUT)&&(h.body=JSON.stringify(s));try{let e=new AbortController,t=setTimeout(()=>e.abort(),d);h.signal=e.signal;let r=await fetch(u,h);if(clearTimeout(t),r.ok||await this.handleErrorResponse(r),204===r.status)return null;let a=r.headers.get("content-type");if(a&&a.includes("application/json"))return await r.json();return await r.text()}catch(e){if(e instanceof a.APIError)throw e;if(e instanceof DOMException&&"AbortError"===e.name)throw new a.APIError("Request timeout",408);throw new a.APIError("Network error: ".concat(e.message),0)}}async handleErrorResponse(e){let t;try{t=await e.json()}catch(r){t={message:e.statusText}}let r=t.message||"Unknown error",o=e.status;throw new a.APIError(r,o,t)}constructor(e){this.tokens=null,this.baseUrl=e.baseUrl.endsWith("/")?e.baseUrl.slice(0,-1):e.baseUrl,this.timeout=e.timeout||3e4,this.defaultHeaders={"Content-Type":"application/json",Accept:"application/json",...e.headers}}}t.RequestHandler=n},1843:(e,t,r)=>{r.d(t,{A:()=>a});let a=!!window.document&&!!window.document.createElement},2298:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AssetsAPI=void 0;let a=r(83940);class o{async getAssets(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/assets"})}async getUserAssets(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/assets/".concat(e)})}async deleteUserAssets(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/assets/".concat(e)})}async createWUAssets(e,t){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/assets/wu/".concat(e),data:t})}async updateWUAssets(e,t){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/assets/wu/".concat(e),data:t})}async createWUAssetsMigration(e,t){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/assets/migration/".concat(e),data:t})}constructor(e){this.requestHandler=e}}t.AssetsAPI=o},6488:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ApplicationsAPI=void 0;let a=r(83940);class o{async getApplications(e,t){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/applications",params:{appId:e,endpointId:t}})}async createApplication(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/applications",data:e})}async addPartner(e,t,r){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/applications/app-id/".concat(e,"/endpoint-id/").concat(t),data:r})}async deletePartner(e,t,r){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/applications/partner/app-id/".concat(e,"/endpoint-id/").concat(t),params:{partner:r}})}async updateLastActivity(e,t,r){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/applications/activity/user/".concat(e,"/app-id/").concat(t,"/endpoint-id/").concat(r)})}async getUserApplications(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/applications/user/".concat(e)})}async createUserApplication(e,t){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/applications/user/".concat(e),data:t})}async deleteUserApplications(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/applications/user/".concat(e)})}async deleteUserApplication(e,t,r){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/applications/user/".concat(e,"/app-id/").concat(t,"/endpoint-id/").concat(r)})}async getUserEndpointIds(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/applications/endpoint-ids",params:{userID:e}})}constructor(e){this.requestHandler=e}}t.ApplicationsAPI=o},6502:(e,t,r)=>{var a=Object.create?function(e,t,r,a){void 0===a&&(a=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,o)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]},o=function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.APIError=t.UPSXClient=void 0;let n=r(61649);Object.defineProperty(t,"UPSXClient",{enumerable:!0,get:function(){return n.UPSXClient}});let i=r(82726);Object.defineProperty(t,"APIError",{enumerable:!0,get:function(){return i.APIError}}),o(r(83940),t),o(r(43491),t),o(r(68629),t)},8950:(e,t,r)=>{r.d(t,{C0:()=>a,jP:()=>o,pj:()=>n});var a=function(e){return e[e.none=-1]="none",e[e.standard=0]="standard",e[e.premium=1]="premium",e[e.adFree=2]="adFree",e[e.premiumWithAd=3]="premiumWithAd",e}({});let o=[1,2,3],n=Object.entries(a).reduce((e,t)=>{let[r,a]=t;return e[a]=r,e},{})},16356:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},17681:(e,t)=>{function r(e){let t=new URLSearchParams;for(let[r,a]of Object.entries(e))void 0!==a&&t.append(r,a);return t}Object.defineProperty(t,"__esModule",{value:!0}),t.queryStringToSearchParams=r,t.urlFrom=function(e){let{host:t,...a}=e;if(!t)throw Error("Host is missing");let o=new URL("https://".concat(t));return Object.assign(o,{...a,hostname:t}),a.query&&(o.search=r(a.query).toString()),o}},18902:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PreferenceAPI=void 0;let a=r(83940);class o{async getPreference(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/preference"})}async updatePreference(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/preference",data:e})}async createPreference(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/preference",data:e})}async getWUPreference(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/preference/wu"})}async updateWUPreference(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/preference/wu",data:e})}async createWUPreference(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/preference/wu",data:e})}async getUserPreference(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/preference/".concat(e)})}async deleteUserPreference(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/preference/".concat(e)})}async createUserWUPreference(e,t){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/preference/wu/".concat(e),data:t})}constructor(e){this.requestHandler=e}}t.PreferenceAPI=o},19937:(e,t)=>{var r;Object.defineProperty(t,"__esModule",{value:!0}),t.ErrInvalidCanonicalCityID=t.ErrInvalidPlaceID=t.ErrInvalidPartialLocID9=t.ErrInvalidPartialLocID1=t.ErrInvalidUSZipCode=t.ErrInvalidLocID=t.ErrInvalidLatOrLong=t.ErrInvalidGeocode=t.ErrInvalid=t.LocationError=t.RegExpCanonicalCityID=t.RegExpPlaceID=t.RegExpPartialLocID9=t.RegExpPartialLocID1=t.RegExpUSZipCode=t.RegExpLocID=t.RegExpGeocode=t.LocationTypeMap=t.LocationType=void 0,t.valid=o,t.normalized=function(e,t){switch(t){case r.Geocode:return i(e);case r.LocID:return l(e);case r.USZipCode:return c(e);case r.PartialLocID1:return d(e);case r.PartialLocID9:return u(e);case r.PlaceID:return p(e);case r.CanonicalCityID:return h(e);default:return e}},t.testLocId=function(e){let t="";try{t=decodeURIComponent(e)}catch(e){}for(let e of n)if(e.regex.test(t))return{type:e.type,locId:e.normalize(t)};return null},t.normalizedGeocode=i,t.parseLatLonFromGeocode=function(e){let r=i(e).split(",");if(2!==r.length||!r[0]||!r[1])throw t.ErrInvalidGeocode;let a=parseFloat(r[0].trim()),o=parseFloat(r[1].trim());if(isNaN(a)||isNaN(o))throw t.ErrInvalidGeocode;return[a,o]},t.normalizeLatOrLong=s,t.normalizedLocID=l,t.normalizedUSZipCode=c,t.normalizedPartialLocID1=d,t.normalizedPartialLocID9=u,t.normalizedPlaceID=p,t.normalizedCanonicalCityID=h,t.geocodeFromLatLong=function(e,t){return"".concat(e.toFixed(2),",").concat(t.toFixed(2))},function(e){e[e.Geocode=0]="Geocode",e[e.LocID=1]="LocID",e[e.USZipCode=2]="USZipCode",e[e.PartialLocID1=3]="PartialLocID1",e[e.PartialLocID9=4]="PartialLocID9",e[e.PlaceID=5]="PlaceID",e[e.CanonicalCityID=6]="CanonicalCityID"}(r||(t.LocationType=r={})),t.LocationTypeMap={Geocode:"geocode",LocID:"locId",USZipCode:"locId",PartialLocID1:"locId",PartialLocID9:"locId",PlaceID:"placeId",CanonicalCityID:"canonicalCityId"},t.RegExpGeocode=/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/,t.RegExpLocID=/^([^+|^:]*):(1|4|5|9|11|13|16|17|19|21|25|27):\w{2}$/,t.RegExpUSZipCode=/^\d{5}(:\d)?(\w{2})?$/,t.RegExpPartialLocID1=/^\w{4}\d{4}(:1)?$/,t.RegExpPartialLocID9=/^([a-zA-Z]{3}):.*$/,t.RegExpPlaceID=/^([0-9a-f]){32,}$/,t.RegExpCanonicalCityID=t.RegExpPlaceID;class a extends Error{constructor(e){super(e),this.name="LocationError"}}function o(e,a){switch(a){case r.Geocode:return t.RegExpGeocode.test(e)&&"0.00,0.00"!==e;case r.LocID:return t.RegExpLocID.test(e);case r.USZipCode:return t.RegExpUSZipCode.test(e);case r.PartialLocID1:return t.RegExpPartialLocID1.test(e);case r.PartialLocID9:return t.RegExpPartialLocID9.test(e);case r.PlaceID:return t.RegExpPlaceID.test(e);case r.CanonicalCityID:return t.RegExpCanonicalCityID.test(e);default:return!1}}t.LocationError=a,t.ErrInvalid=new a("location: invalid location"),t.ErrInvalidGeocode=new a("location: invalid location: invalid geocode"),t.ErrInvalidLatOrLong=new a("location: invalid location: invalid latitude or longitude"),t.ErrInvalidLocID=new a("location: invalid location: invalid locid"),t.ErrInvalidUSZipCode=new a("location: invalid location: invalid US zip code"),t.ErrInvalidPartialLocID1=new a("location: invalid location: invalid partial locid type 1"),t.ErrInvalidPartialLocID9=new a("location: invalid location: invalid partial locid type 9"),t.ErrInvalidPlaceID=new a("location: invalid location: invalid placeid"),t.ErrInvalidCanonicalCityID=new a("location: invalid location: invalid canonical city ID");let n=[{regex:t.RegExpGeocode,type:t.LocationTypeMap.Geocode,normalize:i},{regex:t.RegExpLocID,type:t.LocationTypeMap.LocID,normalize:l},{regex:t.RegExpUSZipCode,type:t.LocationTypeMap.USZipCode,normalize:c},{regex:t.RegExpPartialLocID1,type:t.LocationTypeMap.PartialLocID1,normalize:d},{regex:t.RegExpPartialLocID9,type:t.LocationTypeMap.PartialLocID9,normalize:u},{regex:t.RegExpPlaceID,type:t.LocationTypeMap.PlaceID,normalize:p},{regex:t.RegExpCanonicalCityID,type:t.LocationTypeMap.CanonicalCityID,normalize:h}];function i(e){if(""===e||!o(e,r.Geocode))throw t.ErrInvalidGeocode;let a=e.split(",");if(2!==a.length)throw t.ErrInvalidGeocode;try{for(let e=0;e{r.d(t,{fe:()=>i,nU:()=>n});var a=r(11854),o=r(33845);let n=(0,r(5685).I)(o.JK,e=>e.prop("locations")),i=(0,a.eU)(e=>{var t;return(null==(t=e(o.JK))?void 0:t.locations)||[]});(0,a.eU)(e=>{let t=e(n);return(null==t?void 0:t.find(e=>0===e.position))||(null==t?void 0:t[0])||null}),(0,a.eU)(e=>{var t;return(null==(t=e(n))?void 0:t.length)||!1})},26198:(e,t,r)=>{r.d(t,{HJ:()=>i,dk:()=>n});var a=r(11854),o=r(33845);let n=(0,a.eU)(e=>{var t;return(null==(t=e(o.JK))?void 0:t.locale)||"en_US"});(0,a.eU)(e=>e(n).split("_")[0]);let i=(0,a.eU)(e=>e(n).split("_")[1])},29851:(e,t,r)=>{r.d(t,{_:()=>a});let a=new(r(6502)).UPSXClient({baseUrl:"https://upsx.weather.com"})},30461:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},30766:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},31497:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getLocationSearchUrlConfig=function(e){let{query:t,language:r,locationType:a,countryCode:o,adminDistrictCode:n}=e,i={query:t,language:r,format:"json",apiKey:"71f92ea9dd2f4790b92ea9dd2f779061"};return a&&(i.locationType=a),o&&(i.countryCode=o),n&&(i.adminDistrictCode=n),{host:"api.weather.com",protocol:"https",pathname:"/v3/location/search",query:i}},t.getLocationPointUrlConfig=function(e){let{geocode:t,locId:r,placeId:a,language:o}=e,n={language:o,format:"json",apiKey:"71f92ea9dd2f4790b92ea9dd2f779061"};return t&&(n.geocode=t),r&&(n.locid=r),a&&(n.placeid=a),{host:"api.weather.com",protocol:"https",pathname:"/v3/location/point",query:n}}},33845:(e,t,r)=>{r.d(t,{JK:()=>d,UU:()=>c,zs:()=>l});var a=r(20156),o=r(71666),n=r(27322),i=r(11854),s=r(8950);let l=(0,i.eU)(s.C0.none),c=(0,a.tG)("userProfile",null),d=(0,a.tG)("userPreferences",{userID:(0,n.A)(),unit:o.tE,locations:[],locale:"en_US",mapSettings:{animationSpeed:1,autoplay:!0,opacity:100,roadOverlay:"default",style:"default"},favoriteWeatherComponents:[],favoriteActivityComponents:[],dashboard:[]})},34110:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SubscriptionAPI=void 0;let a=r(83940);class o{async updateActivity(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/activity",data:e})}async updateAddress(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/address",data:e})}async createMultiple(e){return this.requestHandler.request({method:a.HttpMethod.PUT,path:"/subscription/create",data:e})}async create(e){return this.requestHandler.request({method:a.HttpMethod.POST,path:"/subscription/create",data:e})}async delete(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/subscription/delete",params:{subids:e}})}async updateEvent(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/event",data:e})}async find(e){let t={};return e.endpointId&&(t.endpointid=e.endpointId),e.address&&(t.address=e.address),e.userId&&(t.userid=e.userId),this.requestHandler.request({method:a.HttpMethod.GET,path:"/subscription/find",params:t})}async findAll(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/subscription/findall",params:{endpoints:e}})}async updateLocation(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/location",data:e})}async update(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/update",data:e})}async updateAll(e){await this.requestHandler.request({method:a.HttpMethod.PATCH,path:"/subscription/updateall",data:e})}async deleteAll(e){let t={};e.endpoints&&(t.endpoints=e.endpoints),e.userId&&(t.userid=e.userId),await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/subscriptions",params:t})}constructor(e){this.requestHandler=e}}t.SubscriptionAPI=o},36090:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},36762:(e,t)=>{async function r(e){if(!e.ok)switch(e.status){case 401:throw Error("Unauthorized (status 401)");case 403:throw Error("Forbidden (status 403)");case 404:throw Error("Not found (status 404)");case 400:throw Error("Bad Request (status 400)");default:if(e.status>=500)throw Error("Server error (status ".concat(e.status,")"));throw Error("Unhandled error (status ".concat(e.status,")"))}try{if(204===e.status)return null;return await e.json()}catch(e){throw Error("Invalid JSON response: ".concat(e.message))}}Object.defineProperty(t,"__esModule",{value:!0}),t.handleFetchResponse=r},43491:(e,t,r)=>{var a=Object.create?function(e,t,r,a){void 0===a&&(a=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,o)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]},o=function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(97408),t),o(r(30766),t),o(r(16356),t),o(r(44865),t),o(r(99089),t),o(r(30461),t),o(r(63840),t),o(r(36090),t),o(r(86531),t),o(r(62880),t)},44865:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},46467:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OpenWebAPI=void 0;let a=r(83940);class o{async getAccount(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/openWeb/account",requiresAuth:!0})}async getCodeB(e){return this.requestHandler.request({method:a.HttpMethod.POST,path:"/openWeb/codeB",data:e,requiresAuth:!0})}constructor(e){this.requestHandler=e}}t.OpenWebAPI=o},48260:(e,t,r)=>{r.d(t,{cn:()=>n});var a=r(8241);let o=(0,r(70225).zu)({extend:{classGroups:{"font-size":[{text:["xxs"]}]},theme:{color:[{brand:["100","200","300","400","dark","light"]}]}}});function n(){for(var e=arguments.length,t=Array(e),r=0;r{r.d(t,{G:()=>a});let a=(0,r(11854).eU)()},48814:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AccountAPI=void 0;let a=r(83940);class o{async getAccount(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/account"})}async updateAccount(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/account",data:e})}async getAccountId(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/account/id"})}async changeEmail(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/email/change",data:{email:e}})}async changePassword(e,t){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/password/change",data:{old_password:e,new_password:t}})}async forgotPassword(e,t,r){let o={};t&&(o.reset_password_url=t),r&&(o.platform=r),await this.requestHandler.request({method:a.HttpMethod.POST,path:"/password/forgotten",data:{email:e},params:o,requiresAuth:!1})}async resetPassword(e,t,r,o){let n={};o&&(n.platform=o),await this.requestHandler.request({method:a.HttpMethod.POST,path:"/password/reset",data:{email:e,otp:t,password:r},params:n,requiresAuth:!1})}async getUserId(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/user/id"})}async getUserInfo(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/user/id/email"})}async getUserAccountById(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/users/".concat(e,"/account")})}async getUserAccountByEmail(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/users/email/".concat(encodeURIComponent(e),"/account")})}async updateAccountLockStatus(e,t){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/users/".concat(e,"/account/lockStatus"),data:{accountLockStatus:t}})}constructor(e){this.requestHandler=e}}t.AccountAPI=o},61649:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UPSXClient=void 0;let a=r(48814),o=r(6488),n=r(2298),i=r(86227),s=r(76899),l=r(46467),c=r(18902),d=r(83736),u=r(65505),p=r(34110),h=r(787);class m{constructor(e){this.requestHandler=new h.RequestHandler(e),this.auth=new i.AuthAPI(this.requestHandler),this.account=new a.AccountAPI(this.requestHandler),this.applications=new o.ApplicationsAPI(this.requestHandler),this.assets=new n.AssetsAPI(this.requestHandler),this.consent=new s.ConsentAPI(this.requestHandler),this.openWeb=new l.OpenWebAPI(this.requestHandler),this.preference=new c.PreferenceAPI(this.requestHandler),this.purchase=new d.PurchaseAPI(this.requestHandler),this.segmentation=new u.SegmentationAPI(this.requestHandler),this.subscription=new p.SubscriptionAPI(this.requestHandler)}}t.UPSXClient=m},62880:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},63255:(e,t,r)=>{r.d(t,{S:()=>a});function a(e){if(!e||!e.includes(","))return e;let t=e.split(",");if(2!==t.length)return e;let[r,a]=t,o=parseFloat(r||"0").toFixed(2),n=parseFloat(a||"0").toFixed(2);return"".concat(o,",").concat(n)}},63840:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},65505:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SegmentationAPI=void 0;let a=r(83940);class o{async getEndpointSegmentation(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/segmentation/endpoint"})}async updateEndpointSegmentation(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/segmentation/endpoint",data:e})}async deleteEndpointSegmentation(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/endpoint",data:{keys:e}})}async getEndpointMetrics(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/segmentation/metrics/endpoint"})}async getUserSegmentation(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/segmentation/user"})}async updateUserSegmentation(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/segmentation/user",data:e})}async deleteUserSegmentation(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/user",data:{keys:e}})}async getUserMetrics(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/segmentation/metrics/user"})}async getBulkSegmentation(e,t){let r={};return e&&(r.endpointIDs=e),t&&(r.userID=t),this.requestHandler.request({method:a.HttpMethod.GET,path:"/segmentation/bulk",params:r})}async deleteBulkSegmentation(e,t){let r={};e&&(r.endpointIDs=e),t&&(r.userID=t),await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/bulk",params:r})}async updateBulkSegmentation(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/segmentation/analytics/bulk",data:e})}async updateKeyOnCondition(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/segmentation/analytics/condition",data:e})}async deleteKeyOnCondition(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/analytics/condition",data:e})}async deleteKeyForIds(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/analytics/key",data:e})}async deleteKeyForAll(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/segmentation/analytics/key/all",data:{key:e}})}constructor(e){this.requestHandler=e}}t.SegmentationAPI=o},67810:(e,t,r)=>{function a(e){let t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"US",n=arguments.length>4?arguments[4]:void 0,s=r.find(t=>t.placeID===e.placeId);if(s&&a){let t=s.userTag||s.name;if(t&&"Other"!==t){let r=e.displayName,a=i(e,o,"");if(t!==r&&t!==a)return t}}if(null==e?void 0:e.disputedCountries)t=e.displayName||"";else{var l,c,d,u,p,h;switch(null==e?void 0:e.type){case"city":t=(null==e||null==(l=e.locale)?void 0:l.locale2)||"";break;case"locality":t=(null==e||null==(c=e.locale)?void 0:c.locale3)||"";break;case"neighborhood":t=(null==e||null==(d=e.locale)?void 0:d.locale4)||"";break;case"airport":t=(null==e?void 0:e.airportName)||"";break;case"postal":{let r=(null==e||null==(u=e.locale)?void 0:u.locale4)||(null==e||null==(p=e.locale)?void 0:p.locale3)||(null==e||null==(h=e.locale)?void 0:h.locale2)||"",a=(null==e?void 0:e.postalCode)||"";t=n?"".concat(r," ").concat(a).trim():"".concat(r).trim();break}default:t=(null==e?void 0:e.displayName)||""}0===t.length&&(t=(null==e?void 0:e.displayName)||"")}return t}function o(e){let t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"US",n=arguments.length>4?arguments[4]:void 0,s=r.find(t=>t.placeID===e.placeId);if(s&&a){let t=s.userTag||s.name;if(t&&"Other"!==t){let r=e.displayName,a=i(e,o,"");if(t!==r&&t!==a)return function(e){var t,r,a,o,n,i,s,l,c,d;let u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"US";if(null==e?void 0:e.disputedCountries)return(null==e?void 0:e.displayName)||"";let p=u===(null==e?void 0:e.countryCode)?"":(null==e?void 0:e.country)||"";switch(null==e?void 0:e.type){case"city":{let r=(null==e?void 0:e.adminDistrict)||"";return[(null==e||null==(t=e.locale)?void 0:t.locale2)||"",r,p].filter(Boolean).join(", ")}case"locality":{let t=(null==e?void 0:e.adminDistrict)||(null==e||null==(r=e.locale)?void 0:r.locale2)||"";return[(null==(a=e.locale)?void 0:a.locale3)||"",t,p].filter(Boolean).join(", ")}case"neighborhood":{let t=(null==e?void 0:e.adminDistrict)||"";return[(null==e||null==(o=e.locale)?void 0:o.locale4)||"",(null==e||null==(n=e.locale)?void 0:n.locale3)||(null==e||null==(i=e.locale)?void 0:i.locale2)||"",t,p].filter(Boolean).join(", ")}case"postal":{let t=(null==e?void 0:e.adminDistrict)||"",r=(null==e?void 0:e.postalCode)||"";return[(null==e||null==(s=e.locale)?void 0:s.locale4)||(null==e||null==(l=e.locale)?void 0:l.locale3)||(null==e||null==(c=e.locale)?void 0:c.locale2)||"","".concat(t," ").concat(r).trim(),p].filter(Boolean).join(", ")}default:{let t=(null==e?void 0:e.adminDistrict)||"";return[(null==e||null==(d=e.locale)?void 0:d.locale2)||"",t,p].filter(Boolean).join(", ")}}}(e,o)}}if(null==e?void 0:e.disputedCountries)t=(null==e?void 0:e.displayName)||"";else{var l,c,d,u;let r=o===(null==e?void 0:e.countryCode)?"":(null==e?void 0:e.country)||"",a=(null==e?void 0:e.adminDistrict)||"",i=(null==e?void 0:e.postalCode)||"";switch(null==e?void 0:e.type){case"city":default:t=[a,r].filter(Boolean).join(", ");break;case"locality":t=[(null==e||null==(l=e.locale)?void 0:l.locale2)||"",a,r].filter(Boolean).join(", ");break;case"neighborhood":t=[(null==e||null==(c=e.locale)?void 0:c.locale3)||(null==e||null==(d=e.locale)?void 0:d.locale2)||"",a,r].filter(Boolean).join(", ");break;case"postal":{let o=a||(null==e||null==(u=e.locale)?void 0:u.locale2)||"";t=[n?"".concat(o," ").concat(i).trim():o,r].filter(Boolean).join(", ")}}}return t}function n(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"US",i=a(e,t,r,n,!1),s=o(e,t,r,n,!0),l=(null==e?void 0:e.separator)?null==e?void 0:e.separator:i&&s?", ":"";return"".concat(i).concat(l).concat(s).trim()}function i(e,t,r){let{displayName:a,adminDistrictCode:o,adminDistrict:n,countryCode:i,disputedArea:s,country:l}=e,c=[];return a&&c.push(a),"IL"!==t&&(o?c.push(o):n&&c.push(n)),i!==t&&!1===s&&l&&c.push(l),c.join(r)}r.d(t,{LM:()=>n,Xm:()=>o,p3:()=>a})},68629:(e,t,r)=>{var a=Object.create?function(e,t,r,a){void 0===a&&(a=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,o)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]},o=function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(48814),t),o(r(6488),t),o(r(2298),t),o(r(76899),t),o(r(46467),t),o(r(18902),t),o(r(83736),t),o(r(65505),t),o(r(34110),t)},71666:(e,t,r)=>{r.d(t,{AF:()=>i,Bu:()=>d,Uo:()=>n,cl:()=>o,lr:()=>c,tE:()=>a,xP:()=>u});let a="Imperial",o="Metric",n="Hybrid",i={code:"e",name:a,temp:"F",speed:"mph",distance:"mi",accumulation:"in",precip:"in",pressure:"in"},s={code:"m",name:o,temp:"C",speed:"km/h",distance:"km",accumulation:"cm",precip:"mm",pressure:"mb"},l={code:"h",name:n,temp:"C",speed:"mph",distance:"mi",accumulation:"in",precip:"in",pressure:"mb"},c="unitOfMeasurement";function d(e){switch(null==e?void 0:e.toLowerCase()){case"e":case"f":return i;case"m":case"c":return s;case"h":return l;default:return null}}function u(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";switch(e.toLowerCase()){case"imperial":case"Imperial":return i;case"metric":case"Metric":return s;case"hybrid":case"Hybrid":return l;default:return null}}},76899:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ConsentAPI=void 0;let a=r(83940);class o{async getConsent(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/consent",params:{endpointID:e}})}async updateConsent(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/consent",data:e})}async createConsent(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/consent",data:e})}async deleteConsent(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/consent",params:{endpointID:e}})}async getUserConsent(){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/consent/user"})}async updateUserConsent(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/consent/user",data:e})}async createUserConsent(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/consent/user",data:e})}async deleteUserConsent(){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/consent/user"})}async getBulkConsent(e,t){let r={};return e&&(r.endpointIDs=e),t&&(r.userID=t),this.requestHandler.request({method:a.HttpMethod.GET,path:"/consent/bulk",params:r})}async deleteBulkConsent(e,t){let r={};e&&(r.endpointIDs=e),t&&(r.userID=t),await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/consent/bulk",params:r})}async migrateUserConsent(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/consent/user/migration",data:e})}async updateUserConsentWebhook(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/consent/user/update",data:e})}constructor(e){this.requestHandler=e}}t.ConsentAPI=o},81100:(e,t,r)=>{r.d(t,{i:()=>f,s:()=>g});var a,o=r(42292),n=r(75302),i=r(44615),s=r(23043),l=r(83531),c=r(11854);let d=(null==(a=(0,r(24847).getCookie)("twc-location-geocode"))?void 0:a.toString())||null,u=(0,c.eU)(d);var p=r(87103),h=r(48759),m=r(55198),y=r(63255),P=r(93387),f=function(e){return e.PREFER_FAVORITES="preferFavorites",e.PREFER_RECENT="preferRecent",e}({});function g(e){var t;let{location:r,fallbackOrder:a="preferFavorites"}=e,c=(0,m.useParams)(),d=null==c?void 0:c.locale,f=(0,o.useMemo)(()=>r,[null==r?void 0:r.placeId,null==r?void 0:r.geocode]),g=(0,n.md)(h.G),v=(0,n.md)(s.nU),H=(0,n.md)(l.I6),q=(0,n.md)(u),E=Array.isArray(v)&&v.length>0?null==(t=v[0])?void 0:t.coordinate:null,I=Array.isArray(H)&&H.length>0?H[0]:null,w="preferRecent"===a,T=e=>(0,p.PT)(e,d),{data:A,error:M,isLoading:C}=(0,i.Ay)(!f&&E?["location-data",E]:null,()=>E?T(E):null,{revalidateOnFocus:!1,dedupingInterval:3e5}),{data:D,error:U,isLoading:L}=(0,i.Ay)(!f&&!E&&I&&w?["recent-location-data",I]:null,()=>I?(0,p.$M)(I,d):null,{revalidateOnFocus:!1,dedupingInterval:3e5}),{data:b,error:S,isLoading:O}=(0,i.Ay)(f||E||"preferFavorites"!==a&&(!w||I)||!q?null:["geoip-location-data",q],()=>q?T(q):null,{revalidateOnFocus:!1,dedupingInterval:3e5}),{fromLocationPoint:k}=function(){let{getLocationName:e,getLocationContext:t,getLocationPresentationName:r}=(0,P.p)();return{fromLocationPoint:a=>({displayName:a.location.displayName,adminDistrict:a.location.adminDistrict,geocode:(0,y.S)("".concat(a.location.latitude,",").concat(a.location.longitude)),placeId:a.location.placeId,city:a.location.city,countryCode:a.location.countryCode,adminDistrictCode:a.location.adminDistrictCode||"",presentationName:r(a.location),name:e(a.location),context:t(a.location),ianaTimeZone:a.location.ianaTimeZone}),fromLocationSearchItem:a=>({displayName:a.displayName,adminDistrict:a.adminDistrict,geocode:(0,y.S)("".concat(a.latitude,",").concat(a.longitude)),placeId:a.placeId,city:a.city,countryCode:a.countryCode,adminDistrictCode:a.adminDistrictCode||"",presentationName:r(a),name:e(a),context:t(a),ianaTimeZone:a.ianaTimeZone})}}();return{effectiveLocation:(0,o.useMemo)(()=>{let e;return f?e=f:g?e=g:A&&E?e=k(A):M&&E?(console.error("Error fetching favorite location data:",M),e={displayName:"Favorite Location",adminDistrict:"",geocode:E,placeId:"unknown",ianaTimeZone:""}):w&&D&&I?e=k(D):w&&U&&I?(console.error("Error fetching recent location data:",U),e={displayName:"Recent Location",adminDistrict:"",geocode:"",placeId:I,ianaTimeZone:""}):b&&q?e=k(b):S&&q&&(console.error("Error fetching geoip location data:",S),e={displayName:"Unknown Location",adminDistrict:"",geocode:q,placeId:"unknown",city:"",countryCode:"",adminDistrictCode:"",ianaTimeZone:""}),e},[f,A,M,D,I,b,q,g,E,w,S,U]),isLocationLoading:C||!!w&&L||O,locationError:M||(w?U:null)||S}}},82726:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ServerError=t.RateLimitError=t.ValidationError=t.NotFoundError=t.APIError=t.UPSXError=void 0;class r extends Error{constructor(e){super(e),this.name="UPSXError",Object.setPrototypeOf(this,r.prototype)}}t.UPSXError=r;class a extends r{constructor(e,t,r){super(e),this.name="APIError",this.code=t,this.data=r,Object.setPrototypeOf(this,a.prototype)}}t.APIError=a;class o extends a{constructor(e="Resource not found"){super(e,404),this.name="NotFoundError",Object.setPrototypeOf(this,o.prototype)}}t.NotFoundError=o;class n extends a{constructor(e="Invalid request",t){super(e,400,t),this.name="ValidationError",Object.setPrototypeOf(this,n.prototype)}}t.ValidationError=n;class i extends a{constructor(e="Rate limit exceeded"){super(e,429),this.name="RateLimitError",Object.setPrototypeOf(this,i.prototype)}}t.RateLimitError=i;class s extends a{constructor(e="Server error",t=500){super(e,t),this.name="ServerError",Object.setPrototypeOf(this,s.prototype)}}t.ServerError=s},83531:(e,t,r)=>{r.d(t,{I6:()=>c,P9:()=>l,Qv:()=>m,YA:()=>d,lr:()=>p,pX:()=>s});var a=r(5685),o=r(20156),n=r(11854);let i=(0,o.tG)("wxu-web/keyval:user",{recentLocations:[],userHasLoggedInBefore:!1,userPreference:{}},void 0,{getOnInit:!0}),s=(0,a.I)(i,e=>e.prop("anonymousId")),l=(0,a.I)(i,e=>e.prop("userHasLoggedInBefore")),c=(0,a.I)(i,e=>e.prop("recentLocations")),d=(0,a.I)(i,e=>e.prop("userPreference")),u=(0,o.tG)("wxu-web/keyval:user-account",{userAccountResponse:null},void 0,{getOnInit:!0}),p=(0,a.I)(u,e=>e.prop("userAccountResponse")),h=(0,o.tG)("wxu-web/keyval:LOGIN_REDIRECT_PAGE","/",void 0,{getOnInit:!0}),m=(0,n.eU)(e=>e(h),(e,t,r)=>{let a=RegExp("\\/login|\\/signup|\\/forgot-password|\\/reset-password");r.match(a)||t(h,r)})},83736:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PurchaseAPI=void 0;let a=r(83940);class o{async getPurchases(e){let t={};return e&&(t.platform=e),this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/",params:t})}async createPurchase(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/purchase/app/user",data:e})}async getPurchaseRecord(e,t,r){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/record",params:{platform:e,vendor:t,product:r}})}async getPurchaseToken(e){let t={};return e&&(t.platform=e),this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/token",params:t})}async updatePurchase(e){await this.requestHandler.request({method:a.HttpMethod.PUT,path:"/purchase",data:e})}async createPurchaseTransaction(e){await this.requestHandler.request({method:a.HttpMethod.POST,path:"/purchase",data:e})}async getUserPurchases(e){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/".concat(e)})}async deleteUserPurchases(e){await this.requestHandler.request({method:a.HttpMethod.DELETE,path:"/purchase/".concat(e)})}async getUserPurchaseSnapshot(e,t){let r={};return t&&(r.platform=t),this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/".concat(e,"/getSnapshot"),params:r})}async getUserPurchaseRecord(e,t,r,o){return this.requestHandler.request({method:a.HttpMethod.GET,path:"/purchase/".concat(e,"/record"),params:{platform:t,vendor:r,product:o}})}constructor(e){this.requestHandler=e}}t.PurchaseAPI=o},83940:(e,t)=>{var r;Object.defineProperty(t,"__esModule",{value:!0}),t.HttpMethod=void 0,function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e.PATCH="PATCH"}(r||(t.HttpMethod=r={}))},86227:(e,t,r)=>{var a=r(528).hp;Object.defineProperty(t,"__esModule",{value:!0}),t.AuthAPI=void 0;let o=r(83940);class n{updateTokensFromCookies(){let e={accessToken:"access_token_from_cookies",idToken:"id_token_from_cookies",refreshToken:"refresh_token_from_cookies",expiresAt:Date.now()+36e5};this.requestHandler.setTokens(e)}async login(e){let t=await this.requestHandler.request({method:o.HttpMethod.POST,path:"/login",data:e,requiresAuth:!1});return this.updateTokensFromCookies(),t}async sendPasswordlessEmail(e){await this.requestHandler.request({method:o.HttpMethod.POST,path:"/passwordless/email",data:{email:e},requiresAuth:!1})}async loginWithPasswordlessEmail(e,t){let r=await this.requestHandler.request({method:o.HttpMethod.POST,path:"/passwordless/email/login",data:{email:e,otp:t},requiresAuth:!1});return this.updateTokensFromCookies(),r}async loginWithApple(e){let t=await this.requestHandler.request({method:o.HttpMethod.POST,path:"/sso/apple/login",data:e,requiresAuth:!1});return this.updateTokensFromCookies(),t}async loginWithGoogle(e){let t=await this.requestHandler.request({method:o.HttpMethod.POST,path:"/sso/google/login",data:e,requiresAuth:!1});return this.updateTokensFromCookies(),t}async logout(){try{await this.requestHandler.request({method:o.HttpMethod.POST,path:"/logout"})}finally{this.requestHandler.clearTokens()}}async getMachineToken(e){let t=a.from("".concat(e.clientId,":").concat(e.clientSecret)).toString("base64"),r=await this.requestHandler.request({method:o.HttpMethod.POST,path:"/oauth/token",requiresAuth:!1,headers:{Authorization:"Basic ".concat(t)}}),n={accessToken:r.access_token,expiresAt:Date.now()+1e3*r.expires_in};return this.requestHandler.setTokens(n),r}async refreshToken(){let e=await this.requestHandler.request({method:o.HttpMethod.GET,path:"/refresh",requiresAuth:!1});return this.updateTokensFromCookies(),e}async register(e){return await this.requestHandler.request({method:o.HttpMethod.POST,path:"/register",data:e,requiresAuth:!1})}async verifyEmail(e,t){return await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/register/verify/email",data:{email:e,otp:t},requiresAuth:!1})}async resendVerificationEmail(){await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/verification/email/resend",requiresAuth:!1})}async initiateStepUpAuthViaEmail(e){await this.requestHandler.request({method:o.HttpMethod.POST,path:"/reauth/email",params:e?{platform:e}:void 0,requiresAuth:!0})}async validateStepUpAuthViaEmail(e){await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/reauth/email/validation",data:{otp:e},requiresAuth:!0})}async stepUpAuthViaPassword(e,t){let r={password:e};t&&(r["g-recaptcha-response"]=t),await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/reauth/password",data:r,requiresAuth:!0})}async validateStepUpAuth(){await this.requestHandler.request({method:o.HttpMethod.GET,path:"/reauth/validation",requiresAuth:!0})}async forgotPassword(e,t,r){let a={};t&&(a.reset_password_url=t),r&&(a.platform=r),await this.requestHandler.request({method:o.HttpMethod.POST,path:"/password/forgotten",data:{email:e},params:a,requiresAuth:!1})}async resetPassword(e,t,r,a){await this.requestHandler.request({method:o.HttpMethod.POST,path:"/password/reset",data:{email:e,otp:t,password:r},params:a?{platform:a}:void 0,requiresAuth:!1})}async changePassword(e,t){await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/password/change",data:{old_password:e,new_password:t},requiresAuth:!0})}async changeEmail(e){await this.requestHandler.request({method:o.HttpMethod.PUT,path:"/email/change",data:{email:e},requiresAuth:!0})}async getEntitlementToken(){return await this.requestHandler.request({method:o.HttpMethod.POST,path:"/entitlement/token",requiresAuth:!0})}async getUserId(){return await this.requestHandler.request({method:o.HttpMethod.GET,path:"/user/id",requiresAuth:!0})}async getUserInfo(){return await this.requestHandler.request({method:o.HttpMethod.GET,path:"/user/id/email",requiresAuth:!0})}constructor(e){this.requestHandler=e}}t.AuthAPI=n},86531:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},87103:(e,t,r)=>{t.$M=s,t.PT=l;let a=r(31497),o=r(17681),n=r(36762),i=r(19937);async function s(e,t){let r=(0,o.urlFrom)((0,a.getLocationPointUrlConfig)({placeId:e,language:t})),i=await fetch(r,{headers:{"Accept-Encoding":"gzip"},next:{revalidate:86400}});return(0,n.handleFetchResponse)(i)}async function l(e,t){let r=(0,o.urlFrom)((0,a.getLocationPointUrlConfig)({geocode:e,language:t})),i=await fetch(r,{headers:{"Accept-Encoding":"gzip"},next:{revalidate:86400}});return(0,n.handleFetchResponse)(i)}},89170:(e,t,r)=>{r.d(t,{J:()=>y});var a=r(42292),o=r(75302),n=r(44615),i=r(89083),s=r(24847),l=r(33845),c=r(29851),d=r(83531),u=r(8950),p=r(27322),h=r(1843);function m(e){return u.jP.includes(e)}function y(){var e;let[t,r]=(0,o.fp)(l.UU),[y,P]=(0,o.fp)(d.pX),[f,g]=(0,o.fp)(d.lr),[v,H]=(0,a.useState)(!1),q=(0,o.Xr)(d.Qv);h.A&&!v&&(q(window.location.href),H(!0));let E=(0,o.md)(l.zs),I=parseInt((null==(e=(0,s.getCookie)("twc-user"))?void 0:e.toString())||u.C0.none.toString()),w=(0,s.getCookie)("ANON_C"),T=w||y||(0,p.A)();w||(0,s.setCookie)("ANON_C",T,{path:"/",domain:".weather.com",secure:!0}),(!y||y&&w&&y!==w)&&P(T),!t&&f&&r(f);let A=E>u.C0.none?"upsx/id":null,M=(0,i.A)(A,()=>c._.account.getAccountId(),{shouldRetryOnError:e=>"APIError"!==e.name}),{userID:C=""}=(null==M?void 0:M.data)||{};return(0,n.Ay)(!t&&C?"upsx/account":null,()=>c._.account.getAccount(),{shouldRetryOnError:e=>"APIError"!==e.name,onSuccess:e=>{r(e),g(e)}}),{DISCONNECTED_user:{isUserLoggedIn:I>u.C0.none,subscriptionTier:I,isUserPremium:m(I)},user:{anonId:y,userID:C,isUserLoggedIn:E>u.C0.none,subscriptionTier:E,isUserPremium:m(E)},userProfile:t}}},93387:(e,t,r)=>{r.d(t,{p:()=>c});var a=r(75302),o=r(23043),n=r(89170),i=r(67810),s=r(26198),l=r(42292);function c(){let e=(0,a.md)(o.fe),t=(0,a.md)(s.dk),r=(null==t?void 0:t.slice(3))||"US",{user:c}=(0,n.J)(),d=c.isUserLoggedIn;return(0,l.useMemo)(()=>({getLocationName:(t,a)=>(0,i.p3)(t,e,d,r,a),getLocationContext:(t,a)=>(0,i.Xm)(t,e,d,r,a),getLocationPresentationName:t=>(0,i.LM)(t,e,d,r)}),[])}},97408:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},99089:(e,t)=>{var r,a,o,n,i,s,l,c,d,u,p,h,m,y,P,f;Object.defineProperty(t,"__esModule",{value:!0}),t.LocationType=t.Role=t.PermissionType=t.ActivityCondition=t.WigetPropType=t.WigetPropPeriod=t.WigetPropCondition=t.WidgetType=t.StrikeTypeCode=t.GeometryType=t.InterruptionLevel=t.Weekday=t.Platform=t.Unit=t.ActivityType=t.AlertType=void 0,function(e){e[e.News=1]="News",e[e.AirQuality=2]="AirQuality",e[e.Avalanche=3]="Avalanche",e[e.Coastal=4]="Coastal",e[e.Miscellaneous=5]="Miscellaneous",e[e.RainFlood=6]="RainFlood",e[e.Temperature=7]="Temperature",e[e.Thunderstorm=8]="Thunderstorm",e[e.Visibility=9]="Visibility",e[e.Wind=10]="Wind",e[e.Lightning=11]="Lightning",e[e.Precipitation=12]="Precipitation",e[e.ExtremeCold=13]="ExtremeCold",e[e.ExtremeHeat=14]="ExtremeHeat",e[e.WinterPrecipitation=15]="WinterPrecipitation",e[e.HeavySnow=16]="HeavySnow",e[e.DenseFog=17]="DenseFog",e[e.HeavyRain=18]="HeavyRain",e[e.HighWind=19]="HighWind",e[e.Flux=20]="Flux",e[e.IcyForecast=21]="IcyForecast",e[e.Pollen=22]="Pollen",e[e.Flu=23]="Flu",e[e.DailyPrecip=24]="DailyPrecip",e[e.WebEmail=25]="WebEmail",e[e.DailyDigest=26]="DailyDigest",e[e.HeavyThunderstorm=27]="HeavyThunderstorm",e[e.Custom=28]="Custom",e[e.Activity=29]="Activity"}(r||(t.AlertType=r={})),function(e){e[e.Running=1]="Running",e[e.Golfing=2]="Golfing",e[e.Hiking=3]="Hiking",e[e.Gardening=4]="Gardening",e[e.Tennis=5]="Tennis",e[e.Cycling=6]="Cycling"}(a||(t.ActivityType=a={})),function(e){e[e.English=1]="English",e[e.Metric=2]="Metric",e[e.Hybrid=3]="Hybrid"}(o||(t.Unit=o={})),function(e){e[e.Apple=1]="Apple",e[e.Android=2]="Android",e[e.Http=3]="Http",e[e.Web=4]="Web",e[e.Email=5]="Email",e[e.Sms=6]="Sms"}(n||(t.Platform=n={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(i||(t.Weekday=i={})),function(e){e[e.Passive=0]="Passive",e[e.Active=1]="Active",e[e.TimeSensitive=2]="TimeSensitive",e[e.Critical=3]="Critical"}(s||(t.InterruptionLevel=s={})),function(e){e.GeometryPoint="Point",e.GeometryMultiPoint="MultiPoint",e.GeometryPolygon="Polygon",e.GeometryMultiPolygon="MultiPolygon",e.GeometryLineString="LineString",e.GeometryMultiLineString="MultiLineString",e.GeometryCollection="GeometryCollection",e.Feature="Feature",e.FeatureCollection="FeatureCollection"}(l||(t.GeometryType=l={})),function(e){e[e.CloudToGround=0]="CloudToGround",e[e.CloudToCloud=1]="CloudToCloud"}(c||(t.StrikeTypeCode=c={})),function(e){e.WXLocation="wxlocation",e.WXComparison="wxcomparison"}(d||(t.WidgetType=d={})),function(e){e.Humidity="humidity",e.Wind="wind",e.Pressure="pressure",e.Visibility="visibility",e.DewPoint="dewPoint",e.UV="uv",e.AirQuality="airQuality",e.Temperature="temperature",e.TemperatureFeelsLike="temperatureFeelsLike",e.Precip="precip"}(u||(t.WigetPropCondition=u={})),function(e){e.Daily="daily",e.Hourly="hourly"}(p||(t.WigetPropPeriod=p={})),function(e){e.Forecast="forecast",e.Historical="historical"}(h||(t.WigetPropType=h={})),function(e){e[e.Poor=1]="Poor",e[e.Fair=2]="Fair",e[e.Good=3]="Good"}(m||(t.ActivityCondition=m={})),function(e){e[e.EndpointLookup=1]="EndpointLookup",e[e.LocationLookup=2]="LocationLookup",e[e.UserLookup=3]="UserLookup",e[e.NotificationMetric=4]="NotificationMetric",e[e.ClickMetric=5]="ClickMetric",e[e.AlertMap=6]="AlertMap",e[e.AlertNews=7]="AlertNews",e[e.AlertSegment=8]="AlertSegment",e[e.NotificationApps=9]="NotificationApps",e[e.NotificationTemplates=10]="NotificationTemplates",e[e.NotificationHeadlines=11]="NotificationHeadlines",e[e.NotificationDateFormats=12]="NotificationDateFormats",e[e.NotificationTranslations=13]="NotificationTranslations",e[e.Permissions=14]="Permissions",e[e.AgentActivity=15]="AgentActivity",e[e.DeleteSubscriptions=16]="DeleteSubscriptions",e[e.AlertSent=17]="AlertSent",e[e.Culture=18]="Culture",e[e.SendNotification=19]="SendNotification",e[e.Headlines=20]="Headlines",e[e.Templates=21]="Templates",e[e.UpdateAccountLockStatus=22]="UpdateAccountLockStatus"}(y||(t.PermissionType=y={})),function(e){e[e.Admin=1]="Admin",e[e.User=2]="User",e[e.UnAuthorized=3]="UnAuthorized",e[e.AppAgent=4]="AppAgent"}(P||(t.Role=P={})),function(e){e[e.Globe=0]="Globe",e[e.PollenID=1]="PollenID",e[e.TideID=2]="TideID",e[e.ZoneID=3]="ZoneID",e[e.PostalKey=4]="PostalKey",e[e.CountyID=5]="CountyID",e[e.CityID=6]="CityID",e[e.AdminDistrict=7]="AdminDistrict",e[e.DmaID=8]="DmaID",e[e.TimeZone=9]="TimeZone",e[e.CountryCode=10]="CountryCode"}(f||(t.LocationType=f={}))}}]);