@coveo/quantic 3.36.0 → 3.36.1

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.
@@ -24,7 +24,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
24
24
 
25
25
  ${t}
26
26
  `;return new wn(r)}var wn=class extends Error{constructor(e){super(e),this.name="SchemaValidationError"}},ge=class{constructor(e){this.definition=e}validate(e={},t=""){let r={...this.default,...e},n=[];for(let o in this.definition){let a=this.definition[o].validate(r[o]);a&&n.push(`${o}: ${a}`)}if(n.length)throw rF(n,t);return r}get default(){let e={};for(let t in this.definition){let r=this.definition[t].default;r!==void 0&&(e[t]=r)}return e}},we=class{constructor(e={}){this.baseConfig=e}validate(e){return this.baseConfig.required&&W(e)?"value is required.":null}get default(){return this.baseConfig.default instanceof Function?this.baseConfig.default():this.baseConfig.default}get required(){return this.baseConfig.required===!0}};function ro(e){return e===void 0}function nF(e){return e===null}function W(e){return ro(e)||nF(e)}var ae=class{constructor(e={}){xe(this,"value");this.value=new we(e)}validate(e){let t=this.value.validate(e);return t||(oF(e)?null:"value is not a boolean.")}get default(){return this.value.default}get required(){return this.value.required}};function oF(e){return ro(e)||cs(e)}function cs(e){return typeof e=="boolean"}var Y=class{constructor(e={}){xe(this,"value");this.config=e,this.value=new we(e)}validate(e){let t=this.value.validate(e);return t||(aF(e)?e<this.config.min?`minimum value of ${this.config.min} not respected.`:e>this.config.max?`maximum value of ${this.config.max} not respected.`:null:"value is not a number.")}get default(){return this.value.default}get required(){return this.value.required}};function aF(e){return ro(e)||tf(e)}function tf(e){return typeof e=="number"&&!Number.isNaN(e)}var iF=/^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/i,N=class{constructor(e={}){xe(this,"value");xe(this,"config");this.config={emptyAllowed:!0,url:!1,...e},this.value=new we(this.config)}validate(e){let{emptyAllowed:t,url:r,regex:n,constrainTo:o,ISODate:a}=this.config,d=this.value.validate(e);if(d)return d;if(ro(e))return null;if(!no(e))return"value is not a string.";if(!t&&!e.length)return"value is an empty string.";if(r)try{new URL(e)}catch{return"value is not a valid URL."}return n&&!n.test(e)?`value did not match provided regex ${n}`:o&&!o.includes(e)?`value should be one of: ${o.join(", ")}.`:a&&!(iF.test(e)&&new Date(e).toString()!=="Invalid Date")?"value is not a valid ISO8601 date string":null}get default(){return this.value.default}get required(){return this.value.required}};function no(e){return Object.prototype.toString.call(e)==="[object String]"}var L=class{constructor(e={}){xe(this,"config");this.config={options:{required:!1},values:{},...e}}validate(e){if(ro(e))return this.config.options.required?"value is required and is currently undefined":null;if(!rf(e))return"value is not an object";for(let[r,n]of Object.entries(this.config.values))if(n.required&&W(e[r]))return`value does not contain ${r}`;let t="";for(let[r,n]of Object.entries(this.config.values)){let o=e[r],a=n.validate(o);a!==null&&(t+=` ${a}`)}return t===""?null:t}get default(){}get required(){return!!this.config.options.required}};function rf(e){return e!==void 0&&typeof e=="object"}var ee=class{constructor(e={}){xe(this,"value");this.config=e,this.value=new we(this.config)}validate(e){if(!W(e)&&!Array.isArray(e))return"value is not an array";let t=this.value.validate(e);if(t!==null)return t;if(W(e))return null;if(this.config.max!==void 0&&e.length>this.config.max)return`value contains more than ${this.config.max}`;if(this.config.min!==void 0&&e.length<this.config.min)return`value contains less than ${this.config.min}`;if(this.config.each!==void 0){let r="";return e.forEach(n=>{this.config.each.required&&W(n)&&(r=`value is null or undefined: ${e.join(",")}`);let o=this.validatePrimitiveValue(n,this.config.each);o!==null&&(r+=` ${o}`)}),r===""?null:r}return null}validatePrimitiveValue(e,t){return cs(e)||no(e)||tf(e)||rf(e)?t.validate(e):"value is not a primitive value"}get default(){}get required(){return this.value.required}};function oo(e){return Array.isArray(e)}var Dr=class{constructor(e){xe(this,"value");this.config=e,this.value=new we(e)}validate(e){let t=this.value.validate(e);return t!==null?t:ro(e)||Object.values(this.config.enum).find(n=>n===e)?null:"value is not in enum."}get default(){return this.value.default}get required(){return this.value.required}};l();s();u();c();var us=(e,t=5)=>e+Math.random().toString(36).substring(2,2+t);function ls(e){return Array.isArray(e)}function ds(e){return e.trim()===""}function nf(e,t){return[...e.reduce((r,n)=>{let o=t(n);return r.has(o)||r.set(o,n),r},new Map).values()]}function sF(e){return btoa(encodeURI(e))}function ps(e,t){let{[e]:r,...n}=t;return n}function ao(e){return sF(JSON.stringify(e))}var cF=new Set(["1",1,"yes",!0]);function of(){if(typeof navigator>"u"||typeof window>"u")return!1;let e=navigator,t=window;return[e.globalPrivacyControl,e.doNotTrack,e.msDoNotTrack,t.doNotTrack].some(r=>cF.has(r))}function af(e){let t={};for(let[r,n]of e)t[r]=n;return t}function sf(e,t,r){return clearTimeout(t),setTimeout(e,r)}function $a(e){if(typeof e!="object"||!e)return e;try{return JSON.parse(JSON.stringify(e))}catch{return e}}function ms(e,t,r={}){let n;return(...o)=>{let a=r.isImmediate&&!n;if(clearTimeout(n),n=setTimeout(()=>{n=void 0,r.isImmediate||e.apply(void 0,o)},t),a)return e.apply(void 0,o)}}function uF(e){if(ds(e.openingDelimiter)||ds(e.closingDelimiter))throw Error("delimiters should be a non-empty string");if(W(e.content)||ds(e.content))return e.content;if(e.highlights.length===0)return io(e.content);let t=e.content.length,r="",n=0;for(let o=0;o<e.highlights.length;o++){let a=e.highlights[o],d=a.offset,p=d+a.length;if(p>t)break;r+=io(e.content.slice(n,d)),r+=e.openingDelimiter,r+=io(e.content.slice(d,p)),r+=e.closingDelimiter,n=p}return n!==t&&(r+=io(e.content.slice(n))),r}function qd(e,t){return e=io(e),e.replace(/\[(.*?)\]|\{(.*?)\}|\((.*?)\)/g,(r,n,o,a)=>n?Ed(n,t.notMatchDelimiters):o?Ed(o,t.exactMatchDelimiters):a?Ed(a,t.correctionDelimiters):r)}function Ed(e,t){return t?t.open+e+t.close:e}function io(e){let t={"&":"&amp;","<":"&lt;",">":"&gt;","\"":"&quot;","'":"&#x27;","`":"&#x60;"},r=`(?:${Object.keys(t).join("|")})`,n=RegExp(r),o=RegExp(r,"g");return n.test(e)?e.replace(o,a=>t[a]):e}l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();function uf(_x2,_x3){return _uf.apply(this,arguments)}function _uf(){_uf=_asyncToGenerator(function*(e,t){let r=e.getReader(),n;for(;!(n=yield r.read()).done;)t(n.value)});return _uf.apply(this,arguments)}function lf(e){let t,r,n,o=!1;return function(d){t===void 0?(t=d,r=0,n=-1):t=dF(t,d);let p=t.length,m=0;for(;r<p;){o&&(t[r]===10&&(m=++r),o=!1);let g=-1;for(;r<p&&g===-1;++r)switch(t[r]){case 58:n===-1&&(n=r-m);break;case 13:o=!0,g=r;break;case 10:g=r;break}if(g===-1)break;e(t.subarray(m,g),n),m=r,n=-1}m===p?t=void 0:m!==0&&(t=t.subarray(m),r-=m)}}function df(e,t,r){let n=cf(),o=new TextDecoder;return function(d,p){if(d.length===0)r?.(n),n=cf();else if(p>0){let m=o.decode(d.subarray(0,p)),g=p+(d[p+1]===32?2:1),h=o.decode(d.subarray(g));switch(m){case"data":n.data=n.data?`${n.data}
27
- ${h}`:h;break;case"event":n.event=h;break;case"id":e(n.id=h);break;case"retry":lF(h,n,t);break}}}}function lF(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function dF(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function cf(){return{data:"",event:"",id:"",retry:void 0}}var kd="text/event-stream",pF=1e3,pf="last-event-id";function mf(){return typeof window<"u"}function gs(e,{signal:t,headers:r,onopen:n,onmessage:o,onclose:a,onerror:d,openWhenHidden:p,fetch:m,...g}){return new Promise((h,A)=>{let R={...r};R.accept||(R.accept=kd);let C;function v(){C?.abort(),document.hidden||q()}!p&&mf()&&document.addEventListener("visibilitychange",v);let b=pF,x;function F(){mf()&&document.removeEventListener("visibilitychange",v),clearTimeout(x),C?.abort()}t?.addEventListener("abort",()=>{F(),h()});let P=m??y,I=n??mF;function q(){return _q2.apply(this,arguments)}function _q2(){_q2=_asyncToGenerator(function*(){C=i.AbortController?new i.AbortController:null;try{let M=yield P(e,{...g,headers:R,signal:C?.signal});yield I(M),yield uf(M.body,lf(df(D=>{D?R[pf]=D:delete R[pf]},D=>{b=D},o))),a?.(),F(),h()}catch(M){if(!C?.signal?.aborted)try{let D=d?.(M)??b;clearTimeout(x),x=setTimeout(q,D)}catch(D){F(),A(D)}}});return _q2.apply(this,arguments)}q()})}function mF(e){let t=e.headers.get("content-type");if(!t?.startsWith(kd))throw new Error(`Expected content-type to be ${kd}, Actual: ${t}`)}l();s();u();c();var jr=class{constructor(t){xe(this,"_basePath");xe(this,"_params",{});this._basePath=t}addParam(t,r){this._params={...this.params,[t]:r}}get basePath(){return this._basePath}get params(){return this._params}get hasParams(){return Object.entries(this._params).length}get href(){return this.hasParams?`${this.basePath}?${Object.entries(this.params).map(([t,r])=>`${t}=${encodeURIComponent(r)}`).join("&")}`:this.basePath}};var gF=(e,t,r)=>new jr(`${e}/rest/organizations/${t}/machinelearning/streaming/${r}`).href,gf=3,fF=5e3,yF="text/event-stream",jd=1,Od=class extends Error{},Ha=class extends Error{constructor(r){super(r.message);this.payload=r}},Dd=class{constructor(){xe(this,"timeouts",new Set)}add(t){this.timeouts.add(t)}remove(t){clearTimeout(t),this.timeouts.delete(t)}isActive(t){return this.timeouts.has(t)}},fs=class{constructor(t){xe(this,"logger");this.logger=t.logger}streamGeneratedAnswer(t,r){let{url:n,organizationId:o,streamId:a,accessToken:d}=t,{write:p,abort:m,close:g,resetAnswer:h}=r,A=new Dd;if(!a){this.logger.error("No stream ID found");return}let R=0,C,v=()=>{C&&!A.isActive(C)&&(x?.abort(),h(),F())},b=()=>{A.remove(C),C=sf(v,C,fF),A.add(C)},x=new i.AbortController,F=()=>gs(gF(n,o,a),{method:"GET",fetch:y,headers:{Authorization:`Bearer ${d}`,accept:"*/*"},openWhenHidden:!0,signal:x?.signal,onopen(P){return _asyncToGenerator(function*(){if(P.ok&&P.headers.get("content-type")===yF)return;throw P.status>=400&&P.status<500&&P.status!==429?new Ha({message:"Error opening stream",code:P.status}):new Od})()},onmessage:P=>{if(x?.signal.aborted)return;let I=JSON.parse(P.data);if(I.finishReason==="ERROR"){A.remove(C),x?.abort(),m({message:I.errorMessage,code:I.statusCode});return}p(I),R=0,I.finishReason==="COMPLETED"?(A.remove(C),g()):b()},onerror:P=>{if(!x?.signal.aborted){if(A.remove(C),P instanceof Ha)throw x?.abort(),m(P),P;if(++R>gf){this.logger.info("Maximum retry exceeded.");let I={message:"Failed to complete stream.",code:jd};throw x?.abort(),m(I),new Ha(I)}this.logger.info(`Retrying...(${R}/${gf})`),h()}}});return F(),x}};l();s();u();c();var ys=e=>e;l();s();u();c();l();s();u();c();var If=Ot(vf(),1);l();s();u();c();var te=new Error("Failed to load reducers."),so=class extends Error{constructor(){super(),this.name="UnauthorizedTokenError",this.message="The token being used to perform the request is unauthorized. It may be expired or invalid."}},En=class extends Error{constructor(r,n){super();xe(this,"statusCode");this.name="Disconnected",this.message=`Client could not connect to the following URL: ${r}`,this.statusCode=n??0}};l();s();u();c();function xf(e){let t=[];for(let r in e){let n=encodeURIComponent(r),o=encodeURIComponent(e[r]);t.push(`${n}=${o}`)}return t.join("&")}function bf(e){return typeof e!="object"||!e?!1:Object.values(e).every(UF)}function UF(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function Ff(e){return e===429}var Dt=class e{static call(t){return _asyncToGenerator(function*(){let r=BF(t),{logger:n}=t,o=yield e.preprocessRequest(r,t);n.info(o,"Platform request");let{url:a,...d}=o,p=/*#__PURE__*/function(){var _ref=_asyncToGenerator(function*(){let m=yield y(a,d);if(Ff(m.status))throw m;return m});return function p(){return _ref.apply(this,arguments)}}();try{let m=yield(0,If.backOff)(p,{startingDelay:100,timeMultiple:2,maxDelay:800,numOfAttempts:4,jitter:"full",retry:function(){var _ref2=_asyncToGenerator(function*(g){let h=g&&Ff(g.status);return h&&(n.info("Platform retrying request"),yield new Promise(A=>setTimeout(A,1e3))),h});return function retry(_x4){return _ref2.apply(this,arguments)}}()});switch(m.status){case 419:case 401:throw n.info("Platform renewing token"),new so;case 404:throw new En(a,m.status);default:return n.info({response:m,requestInfo:o},"Platform response"),m}}catch(m){return m.message==="Failed to fetch"?new En(a):m}})()}static preprocessRequest(t,r){return _asyncToGenerator(function*(){let{origin:n,preprocessRequest:o,logger:a,requestMetadata:d}=r,{signal:p,...m}=t,g=$a(m);try{let h=yield o(t,n,d);return{...t,...h}}catch(h){a.error(h,"Platform request preprocessing failed. Returning default request options.")}return g})()}};function Te(e,t="prod",r="platform"){let n=t==="prod"?"":t,o=r==="platform"?"":`.${r}`;return`https://${e}${o}.org${n}.coveo.com`}function lt(e,t="prod"){return`${Te(e,t)}/rest/search/v2`}function Ss(e,t="prod"){return`${Te(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function BF(e){let{url:t,method:r,requestParams:n,contentType:o,accessToken:a,signal:d}=e,p=e.method==="POST"||e.method==="PUT",m=$F(n,o);return{url:t,method:r,headers:{"Content-Type":o,Authorization:`Bearer ${a}`,...e.headers},...(p&&{body:m}),signal:d}}function $F(e,t){return t==="application/x-www-form-urlencoded"?bf(e)?xf(e):"":JSON.stringify(e)}l();s();u();c();l();s();u();c();function Wa(e){let{url:t,accessToken:r,organizationId:n,authentication:o,...a}=e;return a}var $d=e=>{let{response:t}=e;return t.body?HF(e):GF(t)},HF=e=>WF(e)?YF(e):zF(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},GF=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function zF(e){return e.body.statusCode!==void 0}function WF(e){return e.body.exception!==void 0}var YF=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});l();s();u();c();function wf(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}l();s();u();c();var Hd=(e,t,r,n)=>{let o=new jr(`${e.url}${n}`);return o.addParam("organizationId",e.organizationId),e.authentication&&o.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:o.href,origin:"searchApiFetch"}};var Pf=(e,t)=>{let r=new jr(`${e.url}${t}`);return r.addParam("access_token",e.accessToken),r.addParam("organizationId",e.organizationId),r.addParam("uniqueId",e.uniqueId),e.authentication&&r.addParam("authentication",e.authentication),e.q!==void 0&&r.addParam("q",e.q),e.enableNavigation!==void 0&&r.addParam("enableNavigation",`${e.enableNavigation}`),e.requestedOutputSize!==void 0&&r.addParam("requestedOutputSize",`${e.requestedOutputSize}`),r.href},Gd=/*#__PURE__*/function(){var _ref3=_asyncToGenerator(function*(e,t){let r=yield Dt.call({...Hd(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:Wa(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=wf(r),o=yield r.arrayBuffer(),d=new TextDecoder(n).decode(o);return KF(d)?{success:d}:{error:$d({response:r,body:d})}});return function Gd(_x5,_x6){return _ref3.apply(this,arguments)}}();function KF(e){return typeof e=="string"}l();s();u();c();l();s();u();c();function co(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function He(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:co(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:co(),extendedResults:{},searchAction:void 0}}l();s();u();c();l();s();u();c();function JF(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function XF(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function qn(e,t){if(t&&e.name==="AbortError")return{error:XF(e)};if(e instanceof En)return{error:JF(e)};throw e}var Vr=e=>e.success!==void 0,Pe=e=>e.error!==void 0;function Ef(e){return e.results!==void 0}function qf(e){let t=co();return W(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}l();s();u();c();l();s();u();c();var zd=(e,t)=>`${e.url}/rest/organizations/${e.organizationId}/insight/v1/configs/${e.insightId}${t??""}`,ZF=e=>`${e.url}/rest/organizations/${e.organizationId}/machinelearning/user/actions`,Ya=(e,t,r,n)=>{eI(e);let o=zd(e,n);return{accessToken:e.accessToken,method:t,contentType:r,url:o,origin:"insightApiFetch"}},Tf=(e,t,r)=>{tI(e);let n=ZF(e);return{accessToken:e.accessToken,method:t,contentType:r,url:n,origin:"insightApiFetch"}},Wd=e=>{let{insightId:t,...r}=Wa(e);return r},kf=e=>{if(!e.url)throw new Error("The 'url' attribute must contain a valid platform URL.");if(!e.organizationId)throw new Error("The 'organizationId' attribute must contain a valid organization ID.");if(!e.accessToken)throw new Error("The 'accessToken' attribute must contain a valid platform access token.")},eI=e=>{if(kf(e),!e.insightId)throw new Error("The 'insightId' attribute must contain a valid Insight Panel configuration ID.")},tI=e=>{if(kf(e),!e.userId)throw new Error("The 'userId' attribute must contain a valid user ID.")};var Of=e=>({...Ya(e,"GET","application/json","/interface"),requestParams:{}});l();s();u();c();var Df=e=>({...Ya(e,"POST","application/json","/search"),requestParams:Wd(e)}),jf=e=>({...Ya(e,"POST","application/json","/querysuggest"),requestParams:Wd(e)});l();s();u();c();var Vf=e=>({...Tf(e,"POST","application/json"),requestParams:{objectId:e.userId}});var Cs=class{constructor(t){this.options=t}getInterface(t){var _this=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...Of(t),..._this.options});if(r instanceof Error)return qn(r);let n=yield r.json();return r.ok?{success:n}:{error:n}})()}query(t,r){var _this2=this;return _asyncToGenerator(function*(){let n=yield Dt.call({...Df(t),requestMetadata:{method:"search",origin:r?.origin},..._this2.options});if(n instanceof Error)return qn(n);let o=yield n.json();return Ef(o)&&(o=qf(o)),n.ok?{success:o}:{error:o}})()}querySuggest(t){var _this3=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...jf(t),..._this3.options});if(r instanceof Error)return qn(r);let n=yield r.json();return n.completions?{success:n}:{error:n}})()}userActions(t){var _this4=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...Vf(t),..._this4.options});if(r instanceof Error)return qn(r);let n=yield r.json();return r.ok?{success:n}:{error:n}})()}html(t){var _this5=this;return _asyncToGenerator(function*(){return Gd(t,{..._this5.options})})()}};l();s();u();c();l();s();u();c();var B=new N({required:!0,emptyAllowed:!1}),be=new N({required:!1,emptyAllowed:!1}),Ee=new N({required:!0,emptyAllowed:!0}),Nf=new N({required:!1,emptyAllowed:!0}),As=new ee({each:B,required:!0}),Mf=new N({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),Qf=new N({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),I0=new N({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),jt=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),bt=(e,t)=>{if("required"in t)return{payload:new ge({value:t}).validate({value:e}).value};let o=new L({options:{required:!0},values:t}).validate(e);if(o)throw new wn(o);return{payload:e}},E=(e,t)=>{try{return bt(e,t)}catch(r){return{payload:e,error:jt(r)}}},Ft=(e,t,r,n)=>{let o=`Check the initialState of ${n}`;return Lf(e,t,r,o,"Controller initialization error")},Be=(e,t,r,n)=>{let o=`Check the options of ${n}`;return Lf(e,t,r,o,"Controller initialization error")},Lf=(e,t,r,n,o)=>{try{return t.validate(r,n)}catch(a){throw e.logger.error(a,o),a}};l();s();u();c();l();s();u();c();l();s();u();c();function Ye(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var rI=typeof Symbol=="function"&&Symbol.observable||"@@observable",_f=rI,Yd=()=>Math.random().toString(36).substring(7).split("").join("."),nI={INIT:`@@redux/INIT${Yd()}`,REPLACE:`@@redux/REPLACE${Yd()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Yd()}`},Rs=nI;function Ht(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Kd(e,t,r){if(typeof e!="function")throw new Error(Ye(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Ye(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Ye(1));return r(Kd)(e,t)}let n=e,o=t,a=new Map,d=a,p=0,m=!1;function g(){d===a&&(d=new Map,a.forEach((x,F)=>{d.set(F,x)}))}function h(){if(m)throw new Error(Ye(3));return o}function A(x){if(typeof x!="function")throw new Error(Ye(4));if(m)throw new Error(Ye(5));let F=!0;g();let P=p++;return d.set(P,x),function(){if(F){if(m)throw new Error(Ye(6));F=!1,g(),d.delete(P),a=null}}}function R(x){if(!Ht(x))throw new Error(Ye(7));if(typeof x.type>"u")throw new Error(Ye(8));if(typeof x.type!="string")throw new Error(Ye(17));if(m)throw new Error(Ye(9));try{m=!0,o=n(o,x)}finally{m=!1}return(a=d).forEach(P=>{P()}),x}function C(x){if(typeof x!="function")throw new Error(Ye(10));n=x,R({type:Rs.REPLACE})}function v(){let x=A;return{subscribe(F){if(typeof F!="object"||F===null)throw new Error(Ye(11));function P(){let q=F;q.next&&q.next(h())}return P(),{unsubscribe:x(P)}},[_f](){return this}}}return R({type:Rs.INIT}),{dispatch:R,subscribe:A,getState:h,replaceReducer:C,[_f]:v}}function oI(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Rs.INIT})>"u")throw new Error(Ye(12));if(typeof r(void 0,{type:Rs.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Ye(13))})}function uo(e){let t=Object.keys(e),r={};for(let d=0;d<t.length;d++){let p=t[d];typeof e[p]=="function"&&(r[p]=e[p])}let n=Object.keys(r),o,a;try{oI(r)}catch(d){a=d}return function(p={},m){if(a)throw a;let g=!1,h={};for(let A=0;A<n.length;A++){let R=n[A],C=r[R],v=p[R],b=C(v,m);if(typeof b>"u"){let x=m&&m.type;throw new Error(Ye(14))}h[R]=b,g=g||b!==v}return g=g||n.length!==Object.keys(p).length,g?h:p}}function lo(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function Uf(...e){return t=>(r,n)=>{let o=t(r,n),a=()=>{throw new Error(Ye(15))},d={getState:o.getState,dispatch:(m,...g)=>a(m,...g)},p=e.map(m=>m(d));return a=lo(...p)(o.dispatch),{...o,dispatch:a}}}function vs(e){return Ht(e)&&"type"in e&&typeof e.type=="string"}l();s();u();c();var ip=Symbol.for("immer-nothing"),Ka=Symbol.for("immer-draftable"),dt=Symbol.for("immer-state");function Ke(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var po=Object.getPrototypeOf;function St(e){return!!e&&!!e[dt]}function pt(e){return e?Wf(e)||Array.isArray(e)||!!e[Ka]||!!e.constructor?.[Ka]||mo(e)||ri(e):!1}var aI=Object.prototype.constructor.toString(),Bf=new WeakMap;function Wf(e){if(!e||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;if(r===Object)return!0;if(typeof r!="function")return!1;let n=Bf.get(r);return n===void 0&&(n=Function.toString.call(r),Bf.set(r,n)),n===aI}function sp(e){return St(e)||Ke(15,e),e[dt].base_}function Ja(e,t,r=!0){kn(e)===0?(r?Reflect.ownKeys(e):Object.keys(e)).forEach(o=>{t(o,e[o],e)}):e.forEach((n,o)=>t(o,n,e))}function kn(e){let t=e[dt];return t?t.type_:Array.isArray(e)?1:mo(e)?2:ri(e)?3:0}function Xa(e,t){return kn(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Jd(e,t){return kn(e)===2?e.get(t):e[t]}function Yf(e,t,r){let n=kn(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function iI(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function mo(e){return e instanceof Map}function ri(e){return e instanceof Set}function Tn(e){return e.copy_||e.base_}function ep(e,t){if(mo(e))return new Map(e);if(ri(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Wf(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[dt];let o=Reflect.ownKeys(n);for(let a=0;a<o.length;a++){let d=o[a],p=n[d];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(n[d]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[d]})}return Object.create(po(e),n)}else{let n=po(e);if(n!==null&&r)return{...e};let o=Object.create(n);return Object.assign(o,e)}}function Is(e,t=!1){return ws(e)||St(e)||!pt(e)||(kn(e)>1&&Object.defineProperties(e,{set:xs,add:xs,clear:xs,delete:xs}),Object.freeze(e),t&&Object.values(e).forEach(r=>Is(r,!0))),e}function sI(){Ke(2)}var xs={value:sI};function ws(e){return e===null||typeof e!="object"?!0:Object.isFrozen(e)}var tp={};function On(e){let t=tp[e];return t||Ke(0,e),t}function cI(e,t){tp[e]||(tp[e]=t)}var Za;function Kf(){return Za}function uI(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function $f(e,t){t&&(On("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function rp(e){np(e),e.drafts_.forEach(lI),e.drafts_=null}function np(e){e===Za&&(Za=e.parent_)}function Hf(e){return Za=uI(Za,e)}function lI(e){let t=e[dt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Gf(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[dt].modified_&&(rp(t),Ke(4)),pt(e)&&(e=bs(t,e),t.parent_||Fs(t,e)),t.patches_&&On("Patches").generateReplacementPatches_(r[dt].base_,e,t.patches_,t.inversePatches_)):e=bs(t,r,[]),rp(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ip?e:void 0}function bs(e,t,r){if(ws(t))return t;let n=e.immer_.shouldUseStrictIteration(),o=t[dt];if(!o)return Ja(t,(a,d)=>zf(e,o,t,a,d,r),n),t;if(o.scope_!==e)return t;if(!o.modified_)return Fs(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;let a=o.copy_,d=a,p=!1;o.type_===3&&(d=new Set(a),a.clear(),p=!0),Ja(d,(m,g)=>zf(e,o,a,m,g,r,p),n),Fs(e,a,!1),r&&e.patches_&&On("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function zf(e,t,r,n,o,a,d){if(o==null||typeof o!="object"&&!d)return;let p=ws(o);if(!(p&&!d)){if(St(o)){let m=a&&t&&t.type_!==3&&!Xa(t.assigned_,n)?a.concat(n):void 0,g=bs(e,o,m);if(Yf(r,n,g),St(g))e.canAutoFreeze_=!1;else return}else d&&r.add(o);if(pt(o)&&!p){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||t&&t.base_&&t.base_[n]===o&&p)return;bs(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(mo(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&Fs(e,o)}}}function Fs(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Is(t,r)}function dI(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:Kf(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},o=n,a=cp;r&&(o=[n],a=ei);let{revoke:d,proxy:p}=Proxy.revocable(o,a);return n.draft_=p,n.revoke_=d,p}var cp={get(e,t){if(t===dt)return e;let r=Tn(e);if(!Xa(r,t))return pI(e,r,t);let n=r[t];return e.finalized_||!pt(n)?n:n===Xd(e.base_,t)?(Zd(e),e.copy_[t]=ap(n,e)):n},has(e,t){return t in Tn(e)},ownKeys(e){return Reflect.ownKeys(Tn(e))},set(e,t,r){let n=Jf(Tn(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let o=Xd(Tn(e),t),a=o?.[dt];if(a&&a.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(iI(r,o)&&(r!==void 0||Xa(e.base_,t)))return!0;Zd(e),op(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Xd(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Zd(e),op(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Tn(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Ke(11)},getPrototypeOf(e){return po(e.base_)},setPrototypeOf(){Ke(12)}},ei={};Ja(cp,(e,t)=>{ei[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});ei.deleteProperty=function(e,t){return ei.set.call(this,e,t,void 0)};ei.set=function(e,t,r){return cp.set.call(this,e[0],t,r,e[0])};function Xd(e,t){let r=e[dt];return(r?Tn(r):e)[t]}function pI(e,t,r){let n=Jf(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Jf(e,t){if(!(t in e))return;let r=po(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=po(r)}}function op(e){e.modified_||(e.modified_=!0,e.parent_&&op(e.parent_))}function Zd(e){e.copy_||(e.copy_=ep(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var mI=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!0,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let a=r;r=t;let d=this;return function(m=a,...g){return d.produce(m,h=>r.call(this,h,...g))}}typeof r!="function"&&Ke(6),n!==void 0&&typeof n!="function"&&Ke(7);let o;if(pt(t)){let a=Hf(this),d=ap(t,void 0),p=!0;try{o=r(d),p=!1}finally{p?rp(a):np(a)}return $f(a,n),Gf(o,a)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===ip&&(o=void 0),this.autoFreeze_&&Is(o,!0),n){let a=[],d=[];On("Patches").generateReplacementPatches_(t,o,a,d),n(a,d)}return o}else Ke(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(d,...p)=>this.produceWithPatches(d,m=>t(m,...p));let n,o;return[this.produce(t,r,(d,p)=>{n=d,o=p}),n,o]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),typeof e?.useStrictIteration=="boolean"&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){pt(e)||Ke(8),St(e)&&(e=Xf(e));let t=Hf(this),r=ap(e,void 0);return r[dt].isManual_=!0,np(t),r}finishDraft(e,t){let r=e&&e[dt];(!r||!r.isManual_)&&Ke(9);let{scope_:n}=r;return $f(n,t),Gf(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));let n=On("Patches").applyPatches_;return St(e)?n(e,t):this.produce(e,o=>n(o,t))}};function ap(e,t){let r=mo(e)?On("MapSet").proxyMap_(e,t):ri(e)?On("MapSet").proxySet_(e,t):dI(e,t);return(t?t.scope_:Kf()).drafts_.push(r),r}function Xf(e){return St(e)||Ke(10,e),Zf(e)}function Zf(e){if(!pt(e)||ws(e))return e;let t=e[dt],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=ep(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=ep(e,!0);return Ja(r,(o,a)=>{Yf(r,o,Zf(a))},n),t&&(t.finalized_=!1),r}function ey(){let t="replace",r="add",n="remove";function o(R,C,v,b){switch(R.type_){case 0:case 2:return d(R,C,v,b);case 1:return a(R,C,v,b);case 3:return p(R,C,v,b)}}function a(R,C,v,b){let{base_:x,assigned_:F}=R,P=R.copy_;P.length<x.length&&([x,P]=[P,x],[v,b]=[b,v]);for(let I=0;I<x.length;I++)if(F[I]&&P[I]!==x[I]){let q=C.concat([I]);v.push({op:t,path:q,value:A(P[I])}),b.push({op:t,path:q,value:A(x[I])})}for(let I=x.length;I<P.length;I++){let q=C.concat([I]);v.push({op:r,path:q,value:A(P[I])})}for(let I=P.length-1;x.length<=I;--I){let q=C.concat([I]);b.push({op:n,path:q})}}function d(R,C,v,b){let{base_:x,copy_:F}=R;Ja(R.assigned_,(P,I)=>{let q=Jd(x,P),M=Jd(F,P),D=I?Xa(x,P)?t:r:n;if(q===M&&D===t)return;let k=C.concat(P);v.push(D===n?{op:D,path:k}:{op:D,path:k,value:M}),b.push(D===r?{op:n,path:k}:D===n?{op:r,path:k,value:A(q)}:{op:t,path:k,value:A(q)})})}function p(R,C,v,b){let{base_:x,copy_:F}=R,P=0;x.forEach(I=>{if(!F.has(I)){let q=C.concat([P]);v.push({op:n,path:q,value:I}),b.unshift({op:r,path:q,value:I})}P++}),P=0,F.forEach(I=>{if(!x.has(I)){let q=C.concat([P]);v.push({op:r,path:q,value:I}),b.unshift({op:n,path:q,value:I})}P++})}function m(R,C,v,b){v.push({op:t,path:[],value:C===ip?void 0:C}),b.push({op:t,path:[],value:R})}function g(R,C){return C.forEach(v=>{let{path:b,op:x}=v,F=R;for(let M=0;M<b.length-1;M++){let D=kn(F),k=b[M];typeof k!="string"&&typeof k!="number"&&(k=""+k),(D===0||D===1)&&(k==="__proto__"||k==="constructor")&&Ke(19),typeof F=="function"&&k==="prototype"&&Ke(19),F=Jd(F,k),typeof F!="object"&&Ke(18,b.join("/"))}let P=kn(F),I=h(v.value),q=b[b.length-1];switch(x){case t:switch(P){case 2:return F.set(q,I);case 3:Ke(16);default:return F[q]=I}case r:switch(P){case 1:return q==="-"?F.push(I):F.splice(q,0,I);case 2:return F.set(q,I);case 3:return F.add(I);default:return F[q]=I}case n:switch(P){case 1:return F.splice(q,1);case 2:return F.delete(q);case 3:return F.delete(v.value);default:return delete F[q]}default:Ke(17,x)}}),R}function h(R){if(!pt(R))return R;if(Array.isArray(R))return R.map(h);if(mo(R))return new Map(Array.from(R.entries()).map(([v,b])=>[v,h(b)]));if(ri(R))return new Set(Array.from(R).map(h));let C=Object.create(po(R));for(let v in R)C[v]=h(R[v]);return Xa(R,Ka)&&(C[Ka]=R[Ka]),C}function A(R){return St(R)?h(R):R}cI("Patches",{applyPatches_:g,generatePatches_:o,generateReplacementPatches_:m})}var ti=new mI,Rr=ti.produce,Ps=ti.produceWithPatches.bind(ti);var up=ti.applyPatches.bind(ti);l();s();u();c();function gI(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function fI(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function yI(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){let r=e.map(n=>typeof n=="function"?`function ${n.name||"unnamed"}()`:typeof n).join(", ");throw new TypeError(`${t}[${r}]`)}}var ty=e=>Array.isArray(e)?e:[e];function hI(e){let t=Array.isArray(e[0])?e[0]:e;return yI(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function SI(e,t){let r=[],{length:n}=e;for(let o=0;o<n;o++)r.push(e[o].apply(null,t));return r}var B0=Symbol();var $0=Object.getPrototypeOf({});var CI=class{constructor(e){this.value=e}deref(){return this.value}},AI=typeof WeakRef<"u"?WeakRef:CI,RI=0,ry=1;function Es(){return{s:RI,v:void 0,o:null,p:null}}function go(e,t={}){let r=Es(),{resultEqualityCheck:n}=t,o,a=0;function d(){let p=r,{length:m}=arguments;for(let A=0,R=m;A<R;A++){let C=arguments[A];if(typeof C=="function"||typeof C=="object"&&C!==null){let v=p.o;v===null&&(p.o=v=new WeakMap);let b=v.get(C);b===void 0?(p=Es(),v.set(C,p)):p=b}else{let v=p.p;v===null&&(p.p=v=new Map);let b=v.get(C);b===void 0?(p=Es(),v.set(C,p)):p=b}}let g=p,h;if(p.s===ry)h=p.v;else if(h=e.apply(null,arguments),a++,n){let A=o?.deref?.()??o;A!=null&&n(A,h)&&(h=A,a!==0&&a--),o=typeof h=="object"&&h!==null||typeof h=="function"?new AI(h):h}return g.s=ry,g.v=h,h}return d.clearCache=()=>{r=Es(),d.resetResultsCount()},d.resultsCount=()=>a,d.resetResultsCount=()=>{a=0},d}function ny(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...o)=>{let a=0,d=0,p,m={},g=o.pop();typeof g=="object"&&(m=g,g=o.pop()),gI(g,`createSelector expects an output function after the inputs, but received: [${typeof g}]`);let h={...r,...m},{memoize:A,memoizeOptions:R=[],argsMemoize:C=go,argsMemoizeOptions:v=[],devModeChecks:b={}}=h,x=ty(R),F=ty(v),P=hI(o),I=A(function(){return a++,g.apply(null,arguments)},...x),q=!0,M=C(function(){d++;let k=SI(P,arguments);return p=I.apply(null,k),p},...F);return Object.assign(M,{resultFunc:g,memoizedResultFunc:I,dependencies:P,dependencyRecomputations:()=>d,resetDependencyRecomputations:()=>{d=0},lastResult:()=>p,recomputations:()=>a,resetRecomputations:()=>{a=0},memoize:A,argsMemoize:C})};return Object.assign(n,{withTypes:()=>n}),n}var ke=ny(go),vI=Object.assign((e,t=ke)=>{fI(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);let r=Object.keys(e),n=r.map(a=>e[a]);return t(n,(...a)=>a.reduce((d,p,m)=>(d[r[m]]=p,d),{}))},{withTypes:()=>vI});l();s();u();c();function oy(e){return({dispatch:r,getState:n})=>o=>a=>typeof a=="function"?a(r,n,e):o(a)}var ay=oy(),iy=oy;var xI=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?lo:lo.apply(null,arguments)},cL=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},bI=e=>e&&typeof e.match=="function";function w(e,t){function r(...n){if(t){let o=t(...n);if(!o)throw new Error(Vt(0));return{type:e,payload:o.payload,...("meta"in o&&{meta:o.meta}),...("error"in o&&{error:o.error})}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>vs(n)&&n.type===e,r}var dy=class ni extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,ni.prototype)}static get[Symbol.species](){return ni}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new ni(...t[0].concat(this)):new ni(...t.concat(this))}};function sy(e){return pt(e)?Rr(e,()=>{}):e}function cy(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function FI(e){return typeof e=="boolean"}var II=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:o=!0,actionCreatorCheck:a=!0}=t??{},d=new dy;return r&&(FI(r)?d.push(ay):d.push(iy(r.extraArgument))),d},oi="RTK_autoBatch",yo=()=>e=>({payload:e,meta:{[oi]:!0}}),uy=e=>t=>{setTimeout(t,e)},wI=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),o=!0,a=!1,d=!1,p=new Set,m=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:uy(10):e.type==="callback"?e.queueNotification:uy(e.timeout),g=()=>{d=!1,a&&(a=!1,p.forEach(h=>h()))};return Object.assign({},n,{subscribe(h){let A=()=>o&&h(),R=n.subscribe(A);return p.add(h),()=>{R(),p.delete(h)}},dispatch(h){try{return o=!h?.meta?.[oi],a=!o,a&&(d||(d=!0,m(g))),n.dispatch(h)}finally{o=!0}}})},PI=e=>function(r){let{autoBatch:n=!0}=r??{},o=new dy(e);return n&&o.push(wI(typeof n=="object"?n:void 0)),o};function py(e){let t=II(),{reducer:r=void 0,middleware:n,devTools:o=!0,preloadedState:a=void 0,enhancers:d=void 0}=e||{},p;if(typeof r=="function")p=r;else if(Ht(r))p=uo(r);else throw new Error(Vt(1));let m;typeof n=="function"?m=n(t):m=t();let g=lo;o&&(g=xI({trace:!1,...(typeof o=="object"&&o)}));let h=Uf(...m),A=PI(h),R=typeof d=="function"?d(A):A(),C=g(...R);return Kd(p,a,C)}function my(e){let t={},r=[],n,o={addCase(a,d){let p=typeof a=="string"?a:a.type;if(!p)throw new Error(Vt(28));if(p in t)throw new Error(Vt(29));return t[p]=d,o},addMatcher(a,d){return r.push({matcher:a,reducer:d}),o},addDefaultCase(a){return n=a,o}};return e(o),[t,r,n]}function EI(e){return typeof e=="function"}function oe(e,t){let[r,n,o]=my(t),a;if(EI(e))a=()=>sy(e());else{let p=sy(e);a=()=>p}function d(p=a(),m){let g=[r[m.type],...n.filter(({matcher:h})=>h(m)).map(({reducer:h})=>h)];return g.filter(h=>!!h).length===0&&(g=[o]),g.reduce((h,A)=>{if(A)if(St(h)){let C=A(h,m);return C===void 0?h:C}else{if(pt(h))return Rr(h,R=>A(R,m));{let R=A(h,m);if(R===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return R}}return h},p)}return d.getInitialState=a,d}var gy=(e,t)=>bI(e)?e.match(t):e(t);function Gt(...e){return t=>e.some(r=>gy(r,t))}function fo(...e){return t=>e.every(r=>gy(r,t))}function Ts(e,t){if(!e||!e.meta)return!1;let r=typeof e.meta.requestId=="string",n=t.indexOf(e.meta.requestStatus)>-1;return r&&n}function ai(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function ks(...e){return e.length===0?t=>Ts(t,["pending"]):ai(e)?Gt(...e.map(t=>t.pending)):ks()(e[0])}function Dn(...e){return e.length===0?t=>Ts(t,["rejected"]):ai(e)?Gt(...e.map(t=>t.rejected)):Dn()(e[0])}function ii(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?fo(Dn(...e),t):ai(e)?fo(Dn(...e),t):ii()(e[0])}function vr(...e){return e.length===0?t=>Ts(t,["fulfilled"]):ai(e)?Gt(...e.map(t=>t.fulfilled)):vr()(e[0])}function Os(...e){return e.length===0?t=>Ts(t,["pending","fulfilled","rejected"]):ai(e)?Gt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Os()(e[0])}var qI="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Ds=(e=21)=>{let t="",r=e;for(;r--;)t+=qI[Math.random()*64|0];return t},TI=["name","message","stack","code"],lp=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},ly=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},kI=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of TI)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},re=(()=>{function e(t,r,n){let o=w(t+"/fulfilled",(m,g,h,A)=>({payload:m,meta:{...(A||{}),arg:h,requestId:g,requestStatus:"fulfilled"}})),a=w(t+"/pending",(m,g,h)=>({payload:void 0,meta:{...(h||{}),arg:g,requestId:m,requestStatus:"pending"}})),d=w(t+"/rejected",(m,g,h,A,R)=>({payload:A,error:(n&&n.serializeError||kI)(m||"Rejected"),meta:{...(R||{}),arg:h,requestId:g,rejectedWithValue:!!A,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"}}));function p(m){return(g,h,A)=>{let R=n?.idGenerator?n.idGenerator(m):Ds(),C=new i.AbortController,v,b;function x(P){b=P,C.abort()}let F=_asyncToGenerator(function*(){let P;try{let q=n?.condition?.(m,{getState:h,extra:A});if(DI(q)&&(q=yield q),q===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let M=new Promise((D,k)=>{v=()=>{k({name:"AbortError",message:b||"Aborted"})},C.signal.addEventListener("abort",v)});g(a(R,m,n?.getPendingMeta?.({requestId:R,arg:m},{getState:h,extra:A}))),P=yield Promise.race([M,Promise.resolve(r(m,{dispatch:g,getState:h,extra:A,requestId:R,signal:C.signal,abort:x,rejectWithValue:(D,k)=>new lp(D,k),fulfillWithValue:(D,k)=>new ly(D,k)})).then(D=>{if(D instanceof lp)throw D;return D instanceof ly?o(D.payload,R,m,D.meta):o(D,R,m)})])}catch(q){P=q instanceof lp?d(null,R,m,q.payload,q.meta):d(q,R,m)}finally{v&&C.signal.removeEventListener("abort",v)}return n&&!n.dispatchConditionRejection&&d.match(P)&&P.meta.condition||g(P),P})();return Object.assign(F,{abort:x,requestId:R,arg:m,unwrap(){return F.then(OI)}})}}return Object.assign(p,{pending:a,rejected:d,fulfilled:o,settled:Gt(d,o),typePrefix:t})}return e.withTypes=()=>e,e})();function OI(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function DI(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var fy=Symbol.for("rtk-slice-createasyncthunk"),mL={[fy]:re};function jI(e,t){return`${e}/${t}`}function VI({creators:e}={}){let t=e?.asyncThunk?.[fy];return function(n){let{name:o,reducerPath:a=o}=n;if(!o)throw new Error(Vt(11));typeof process<"u";let d=(typeof n.reducers=="function"?n.reducers(MI()):n.reducers)||{},p=Object.keys(d),m={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},g={addCase(P,I){let q=typeof P=="string"?P:P.type;if(!q)throw new Error(Vt(12));if(q in m.sliceCaseReducersByType)throw new Error(Vt(13));return m.sliceCaseReducersByType[q]=I,g},addMatcher(P,I){return m.sliceMatchers.push({matcher:P,reducer:I}),g},exposeAction(P,I){return m.actionCreators[P]=I,g},exposeCaseReducer(P,I){return m.sliceCaseReducersByName[P]=I,g}};p.forEach(P=>{let I=d[P],q={reducerName:P,type:jI(o,P),createNotation:typeof n.reducers=="function"};LI(I)?UI(q,I,g,t):QI(q,I,g)});function h(){let[P={},I=[],q=void 0]=typeof n.extraReducers=="function"?my(n.extraReducers):[n.extraReducers],M={...P,...m.sliceCaseReducersByType};return oe(n.initialState,D=>{for(let k in M)D.addCase(k,M[k]);for(let k of m.sliceMatchers)D.addMatcher(k.matcher,k.reducer);for(let k of I)D.addMatcher(k.matcher,k.reducer);q&&D.addDefaultCase(q)})}let A=P=>P,R=new Map,C;function v(P,I){return C||(C=h()),C(P,I)}function b(){return C||(C=h()),C.getInitialState()}function x(P,I=!1){function q(D){let k=D[P];return typeof k>"u"&&I&&(k=b()),k}function M(D=A){let k=cy(R,I,()=>new WeakMap);return cy(k,D,()=>{let O={};for(let[j,Q]of Object.entries(n.selectors??{}))O[j]=NI(Q,D,b,I);return O})}return{reducerPath:P,getSelectors:M,get selectors(){return M(q)},selectSlice:q}}let F={name:o,reducer:v,actions:m.actionCreators,caseReducers:m.sliceCaseReducersByName,getInitialState:b,...x(a),injectInto(P,{reducerPath:I,...q}={}){let M=I??a;return P.inject({reducerPath:M,reducer:v},q),{...F,...x(M,!0)}}};return F}}function NI(e,t,r,n){function o(a,...d){let p=t(a);return typeof p>"u"&&n&&(p=r()),e(p,...d)}return o.unwrapped=e,o}var jn=VI();function MI(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function QI({type:e,reducerName:t,createNotation:r},n,o){let a,d;if("reducer"in n){if(r&&!_I(n))throw new Error(Vt(17));a=n.reducer,d=n.prepare}else a=n;o.addCase(e,a).exposeCaseReducer(t,a).exposeAction(t,d?w(e,d):w(e))}function LI(e){return e._reducerDefinitionType==="asyncThunk"}function _I(e){return e._reducerDefinitionType==="reducerWithPrepare"}function UI({type:e,reducerName:t},r,n,o){if(!o)throw new Error(Vt(18));let{payloadCreator:a,fulfilled:d,pending:p,rejected:m,settled:g,options:h}=r,A=o(e,a,h);n.exposeAction(t,A),d&&n.addCase(A.fulfilled,d),p&&n.addCase(A.pending,p),m&&n.addCase(A.rejected,m),g&&n.addMatcher(A.settled,g),n.exposeCaseReducer(t,{fulfilled:d||qs,pending:p||qs,rejected:m||qs,settled:g||qs})}function qs(){}var yy="listener",hy="completed",Sy="cancelled",gL=`task-${Sy}`,fL=`task-${hy}`,yL=`${yy}-${Sy}`,hL=`${yy}-${hy}`;var{assign:Cy}=Object;var dp="listenerMiddleware";var BI=Cy(w(`${dp}/add`),{withTypes:()=>BI}),SL=w(`${dp}/removeAll`),$I=Cy(w(`${dp}/remove`),{withTypes:()=>$I});var CL=Symbol.for("rtk-state-proxy-original");function Vt(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();var Ay=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function HI(e){return typeof e=="string"&&Ay.test(e)}var pp=HI;l();s();u();c();var Je=[];for(let e=0;e<256;++e)Je.push((e+256).toString(16).slice(1));function Ry(e,t=0){return(Je[e[t+0]]+Je[e[t+1]]+Je[e[t+2]]+Je[e[t+3]]+"-"+Je[e[t+4]]+Je[e[t+5]]+"-"+Je[e[t+6]]+Je[e[t+7]]+"-"+Je[e[t+8]]+Je[e[t+9]]+"-"+Je[e[t+10]]+Je[e[t+11]]+Je[e[t+12]]+Je[e[t+13]]+Je[e[t+14]]+Je[e[t+15]]).toLowerCase()}l();s();u();c();var mp,GI=new Uint8Array(16);function gp(){if(!mp){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");mp=crypto.getRandomValues.bind(crypto)}return mp(GI)}l();s();u();c();l();s();u();c();var zI=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),fp={randomUUID:zI};function WI(e,t,r){if(fp.randomUUID&&!t&&!e)return fp.randomUUID();e=e||{};let n=e.random??e.rng?.()??gp();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return Ry(n)}var yp=WI;l();s();u();c();function vy(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function YI({config:e,environment:t,event:r,listenerManager:n}){let{url:o,token:a,mode:d}=e;d!=="disabled"&&(n.call(r),t.send(o,a,r))}var xy="visitorId";function KI(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(xy),o=n&&pp(n)?n:t.generateUUID();return r.setItem(xy,o),o}}}var Py="1.2.7",hp=128,Ey=192,by=224,Fy=240,JI=248;function XI(e){return(e&JI)===Fy?4:(e&Fy)===by?3:(e&by)===Ey?2:1}function ZI(e,t){if(t<0||e.length<=t)return e;let r=e.indexOf("%",t-2);for(r<0||r>t?r=t:t=r;r>2&&e.charAt(r-3)=="%";){let n=Number.parseInt(e.substring(r-2,r),16);if((n&hp)!=hp)break;if(r-=3,(n&Ey)!=hp){t-r>=XI(n)*3&&(r=t);break}}return e.substring(0,r)}function ew(e){let{trackingId:t}=e;return{trackingId:t}}function tw(e){return(e.source||[]).concat([`relay@${Py}`])}function qy(e,t,r,n){let{getReferrer:o,getLocation:a,getUserAgent:d}=r,p=ew(t),m=n.getClientId();return Object.freeze({type:e,config:p,ts:Date.now(),source:tw(t),clientId:m,userAgent:d(),referrer:Iy(o()),location:Iy(a())})}function Iy(e){return e!==null?ZI(e,1024):null}function rw(e,t,r,n,o){return{...t,meta:qy(e,r,n,o)}}var nw="*";function ow(){let e=[];function t({type:m,callback:g}){return e.findIndex(h=>h.type===m&&h.callback===g)}function r(m,g){return m.type==="*"||g===m.type}function n(m){return t(m)<0&&e.push(m),()=>p(m.type,m.callback)}function o(m){e.forEach(g=>{if(r(g,m.meta.type))try{g.callback(m)}catch(h){console.error(h)}})}function a(m){if(m===nw)e.length=0;else for(let g=e.length-1;g>=0;g--)e[g].type===m&&e.splice(g,1)}function d(m){let g=t(m);g>=0&&e.splice(g,1)}function p(m,g){g?d({type:m,callback:g}):a(m)}return{add:n,call:o,remove:p}}function wy({url:e,token:t,trackingId:r,...n}){return Object.freeze({url:e,token:t,trackingId:r,...(!!n.mode&&{mode:n.mode}),...(!!n.source&&{source:n.source}),...(!!n.environment&&{environment:n.environment})})}function aw(e){let t=wy(e);return{get:()=>t,update:r=>{t=wy({...t,...r})}}}var Sp=iw();function iw(){let e="coveo_",t=r=>{let n=r.split(".").slice(-2);return n.length==2?n.join("."):""};return{getItem(r){let n=`${e}${r}=`,o=document.cookie.split(";");for(let a of o){let d=a.replace(/^\s+/,"");if(d.lastIndexOf(n,0)===0)return d.substring(n.length,d.length)}return null},setItem(r,n,o){let a=t(window.location.hostname),d=`;expires=${new Date(new Date().getTime()+o).toUTCString()}`,p=a?`;domain=${a}`:"";document.cookie=`${e}${r}=${n}${d}${p};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function sw(){return{getItem(e){return Sp.getItem(e)||localStorage.getItem(e)},removeItem(e){Sp.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Sp.setItem(e,t,31556952e3)}}}function cw(){let e=document.referrer;return e===""?null:e}function Cp(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(vy().sendMessage({kind:"EVENT_PROTOCOL",event:r,url:e,token:t}),!n)throw new Error("Failed to send the event(s) because the payload size exceeded the maximum allowed size (32 KB). Please contact support if the problem persists.")},getReferrer:()=>cw(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>yp(),storage:sw()}}function uw(){try{let e="__storage_test__";return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return e instanceof DOMException&&e.name==="QuotaExceededError"&&localStorage&&localStorage.length!==0}}function lw(){return{getItem(){return null},removeItem(){},setItem(){}}}function dw(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:lw()}}function pw(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=dw();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&mw()&&uw()?Cp():n}function mw(){try{return typeof window=="object"}catch{return!1}}function gw(e){return{get:()=>Object.freeze(pw(e))}}function Ty(e){let t=aw(e),r=ow(),n=gw(t),o=KI(n);return{emit:(a,d)=>{let p=t.get(),m=n.get(),g=rw(a,d,p,m,o);return YI({config:p,environment:m,event:g,listenerManager:r})},getMeta:a=>qy(a,t.get(),n.get(),o),on:(a,d)=>r.add({type:a,callback:d}),off:(a,d)=>r.remove(a,d),updateConfig:a=>t.update(a),version:Py}}l();s();u();c();function ky(){return typeof window<"u"&&typeof document<"u"}l();s();u();c();l();s();u();c();var Nr="3.41.0",Oy=["@coveo/atomic","@coveo/quantic"];var Mr=ke(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${Nr}`));var si=ke(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>Mr(e.configuration.analytics),(e,t)=>t,(e,t,r,{trackingId:n,apiBaseUrl:o,enabled:a},d,p)=>{let m=yw(p);return Ty({mode:a?"emit":"disabled",url:o??Ss(e,t),token:r,trackingId:n??null,source:d,environment:m})}),fw={generateUUID:()=>"",getLocation:()=>null,getReferrer:()=>null,getUserAgent:()=>null,send:()=>{},storage:{getItem:()=>null,setItem:()=>{},removeItem:()=>{}}},yw=e=>{if(!e)return;let t=e();return{...(ky()?Cp():fw),generateUUID:()=>t.clientId,getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent}};l();s();u();c();l();s();u();c();function zt(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function V(e,t,r,n){function o(a){return a instanceof r?a:new r(function(d){d(a)})}return new(r||(r=Promise))(function(a,d){function p(h){try{g(n.next(h))}catch(A){d(A)}}function m(h){try{g(n.throw(h))}catch(A){d(A)}}function g(h){h.done?a(h.value):o(h.value).then(p,m)}g((n=n.apply(e,t||[])).next())})}var Se;(function(e){e.search="search",e.click="click",e.custom="custom",e.view="view",e.collect="collect"})(Se||(Se={}));function vp(){return typeof window<"u"}function Vp(){return typeof navigator<"u"}function ho(){return typeof document<"u"}function xp(){try{return typeof localStorage<"u"}catch{return!1}}function hw(){try{return typeof sessionStorage<"u"}catch{return!1}}function Gy(){return Vp()&&navigator.cookieEnabled}var Sw=[Se.click,Se.custom,Se.search,Se.view],Cw=(e,t)=>Sw.indexOf(e)!==-1?Object.assign({language:ho()?document.documentElement.lang:"unknown",userAgent:Vp()?navigator.userAgent:"unknown"},t):t,ui=class e{static set(t,r,n){var o,a,d,p;n&&(a=new Date,a.setTime(a.getTime()+n)),p=window.location.hostname,p.indexOf(".")===-1?Dy(t,r,a):(d=p.split("."),o=d[d.length-2]+"."+d[d.length-1],Dy(t,r,a,o))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){var a=n[o];if(a=a.replace(/^\s+/,""),a.lastIndexOf(r,0)===0)return a.substring(r.length,a.length)}return null}static erase(t){e.set(t,"",-1)}};function Dy(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function Aw(){return xp()?localStorage:Gy()?new li:hw()?sessionStorage:new Co}var li=class e{getItem(t){return ui.get(`${e.prefix}${t}`)}removeItem(t){ui.erase(`${e.prefix}${t}`)}setItem(t,r,n){ui.set(`${e.prefix}${t}`,r,n)}};li.prefix="coveo_";var bp=class{constructor(){this.cookieStorage=new li}getItem(t){return localStorage.getItem(t)||this.cookieStorage.getItem(t)}removeItem(t){this.cookieStorage.removeItem(t),localStorage.removeItem(t)}setItem(t,r){localStorage.setItem(t,r),this.cookieStorage.setItem(t,r,31556926e3)}},Co=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},js="__coveo.analytics.history",Rw=20,vw=1e3*60,xw=75,Ms=class{constructor(t){this.store=t||Aw()}addElement(t){t.internalTime=new Date().getTime(),t=this.cropQueryElement(this.stripEmptyQuery(t));let r=this.getHistoryWithInternalTime();r!=null?this.isValidEntry(t)&&this.setHistory([t].concat(r)):this.setHistory([t])}addElementAsync(t){return V(this,void 0,void 0,function*(){t.internalTime=new Date().getTime(),t=this.cropQueryElement(this.stripEmptyQuery(t));let r=yield this.getHistoryWithInternalTimeAsync();r!=null?this.isValidEntry(t)&&this.setHistory([t].concat(r)):this.setHistory([t])})}getHistory(){let t=this.getHistoryWithInternalTime();return this.stripEmptyQueries(this.stripInternalTime(t))}getHistoryAsync(){return V(this,void 0,void 0,function*(){let t=yield this.getHistoryWithInternalTimeAsync();return this.stripEmptyQueries(this.stripInternalTime(t))})}getHistoryWithInternalTime(){try{let t=this.store.getItem(js);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){return V(this,void 0,void 0,function*(){try{let t=yield this.store.getItem(js);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem(js,JSON.stringify(t.slice(0,Rw)))}catch{}}clear(){try{this.store.removeItem(js)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,xw)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>vw:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:a}=r;return{name:n,time:o,value:a}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var bw=(e,t)=>V(void 0,void 0,void 0,function*(){return e===Se.view?(yield Fw(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),Fw=e=>V(void 0,void 0,void 0,function*(){let t=new Ms,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),Vs,Iw=new Uint8Array(16);function ww(){if(!Vs&&(Vs=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vs))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vs(Iw)}var Pw=/^(?:[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;function Qs(e){return typeof e=="string"&&Pw.test(e)}var Xe=[];for(let e=0;e<256;++e)Xe.push((e+256).toString(16).slice(1));function zy(e,t=0){return Xe[e[t+0]]+Xe[e[t+1]]+Xe[e[t+2]]+Xe[e[t+3]]+"-"+Xe[e[t+4]]+Xe[e[t+5]]+"-"+Xe[e[t+6]]+Xe[e[t+7]]+"-"+Xe[e[t+8]]+Xe[e[t+9]]+"-"+Xe[e[t+10]]+Xe[e[t+11]]+Xe[e[t+12]]+Xe[e[t+13]]+Xe[e[t+14]]+Xe[e[t+15]]}function Ew(e){if(!Qs(e))throw TypeError("Invalid UUID");let t,r=new Uint8Array(16);return r[0]=(t=parseInt(e.slice(0,8),16))>>>24,r[1]=t>>>16&255,r[2]=t>>>8&255,r[3]=t&255,r[4]=(t=parseInt(e.slice(9,13),16))>>>8,r[5]=t&255,r[6]=(t=parseInt(e.slice(14,18),16))>>>8,r[7]=t&255,r[8]=(t=parseInt(e.slice(19,23),16))>>>8,r[9]=t&255,r[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,r[11]=t/4294967296&255,r[12]=t>>>24&255,r[13]=t>>>16&255,r[14]=t>>>8&255,r[15]=t&255,r}function qw(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var Tw="6ba7b810-9dad-11d1-80b4-00c04fd430c8",kw="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Ow(e,t,r){function n(o,a,d,p){var m;if(typeof o=="string"&&(o=qw(o)),typeof a=="string"&&(a=Ew(a)),((m=a)===null||m===void 0?void 0:m.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let g=new Uint8Array(16+o.length);if(g.set(a),g.set(o,a.length),g=r(g),g[6]=g[6]&15|t,g[8]=g[8]&63|128,d){p=p||0;for(let h=0;h<16;++h)d[p+h]=g[h];return d}return zy(g)}try{n.name=e}catch{}return n.DNS=Tw,n.URL=kw,n}var Dw=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),jy={randomUUID:Dw};function Vn(e,t,r){if(jy.randomUUID&&!t&&!e)return jy.randomUUID();e=e||{};let n=e.random||(e.rng||ww)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return zy(n)}function jw(e,t,r,n){switch(e){case 0:return t&r^~t&n;case 1:return t^r^n;case 2:return t&r^t&n^r&n;case 3:return t^r^n}}function Ap(e,t){return e<<t|e>>>32-t}function Vw(e){let t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){let d=unescape(encodeURIComponent(e));e=[];for(let p=0;p<d.length;++p)e.push(d.charCodeAt(p))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);let n=e.length/4+2,o=Math.ceil(n/16),a=new Array(o);for(let d=0;d<o;++d){let p=new Uint32Array(16);for(let m=0;m<16;++m)p[m]=e[d*64+m*4]<<24|e[d*64+m*4+1]<<16|e[d*64+m*4+2]<<8|e[d*64+m*4+3];a[d]=p}a[o-1][14]=(e.length-1)*8/Math.pow(2,32),a[o-1][14]=Math.floor(a[o-1][14]),a[o-1][15]=(e.length-1)*8&4294967295;for(let d=0;d<o;++d){let p=new Uint32Array(80);for(let C=0;C<16;++C)p[C]=a[d][C];for(let C=16;C<80;++C)p[C]=Ap(p[C-3]^p[C-8]^p[C-14]^p[C-16],1);let m=r[0],g=r[1],h=r[2],A=r[3],R=r[4];for(let C=0;C<80;++C){let v=Math.floor(C/20),b=Ap(m,5)+jw(v,g,h,A)+R+t[v]+p[C]>>>0;R=A,A=h,h=Ap(g,30)>>>0,g=m,m=b}r[0]=r[0]+m>>>0,r[1]=r[1]+g>>>0,r[2]=r[2]+h>>>0,r[3]=r[3]+A>>>0,r[4]=r[4]+R>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,r[0]&255,r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,r[1]&255,r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,r[2]&255,r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,r[3]&255,r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,r[4]&255]}var Nw=Ow("v5",80,Vw),Vy=Nw,Wy="2.30.52",Ny=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,ci={pageview:"pageview",event:"event"},Ls=class{constructor({client:t,uuidGenerator:r=Vn}){this.client=t,this.uuidGenerator=r}},Fp=class extends Ls{constructor({client:t,uuidGenerator:r=Vn}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=Ny(window.location),this.lastReferrer=ho()?document.referrer:"",this.addHooks()}getApi(t){switch(t){case"setAction":return this.setAction;default:return null}}setAction(t,r){this.action=t,this.actionData=r}clearData(){this.clearPluginData(),this.action=void 0,this.actionData={}}getLocationInformation(t,r){return Object.assign({hitType:t},this.getNextValues(t,r))}updateLocationInformation(t,r){this.updateLocationForNextPageView(t,r)}getDefaultContextInformation(t){let r={title:ho()?document.title:"",encoding:ho()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},o={language:navigator.language,userAgent:navigator.userAgent},a={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},a),n),o),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:o,location:a}=this.getNextValues(t,r);this.lastReferrer=o,this.pageViewId=n,this.currentLocation=a,t===ci.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===ci.pageview?this.nextPageViewId:this.pageViewId,referrer:t===ci.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===ci.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=o=>o.replace(/^\/?(.*)$/,"/$1");return`${(o=>o.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return Ny(window.location)}},Qr=class e{constructor(t,r){if(!Qs(t))throw Error("Not a valid uuid");this.clientId=t,this.creationDate=Math.floor(r/1e3)}toString(){return this.clientId.replace(/-/g,"")+"."+this.creationDate.toString()}get expired(){let t=Math.floor(Date.now()/1e3)-this.creationDate;return t<0||t>e.expirationTime}validate(t,r){return!this.expired&&this.matchReferrer(t,r)}matchReferrer(t,r){try{let n=new URL(t);return r.some(o=>new RegExp(o.replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(n.host))}catch{return!1}}static fromString(t){let r=t.split(".");if(r.length!==2)return null;let[n,o]=r;if(n.length!==32||isNaN(parseInt(o)))return null;let a=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return Qs(a)?new e(a,Number.parseInt(o)*1e3):null}};Qr.cvo_cid="cvo_cid";Qr.expirationTime=120;var Ip=class extends Ls{constructor({client:t,uuidGenerator:r=Vn}){super({client:t,uuidGenerator:r})}getApi(t){switch(t){case"decorate":return this.decorate;case"acceptFrom":return this.acceptFrom;default:return null}}decorate(t){return V(this,void 0,void 0,function*(){if(!this.client.getCurrentVisitorId)throw new Error("Could not retrieve current clientId");try{let r=new URL(t),n=yield this.client.getCurrentVisitorId();return r.searchParams.set(Qr.cvo_cid,new Qr(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};Ip.Id="link";var wt=Object.keys;function Ns(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var Rp=128,Yy=192,My=224,Qy=240;function Mw(e){return(e&248)===Qy?4:(e&Qy)===My?3:(e&My)===Yy?2:1}function Qw(e,t){if(t<0||e.length<=t)return e;let r=e.indexOf("%",t-2);for(r<0||r>t?r=t:t=r;r>2&&e.charAt(r-3)=="%";){let n=Number.parseInt(e.substring(r-2,r),16);if((n&Rp)!=Rp)break;if(r-=3,(n&Yy)!=Rp){t-r>=Mw(n)*3&&(r=t);break}}return e.substring(0,r)}var wp={id:"svc_ticket_id",subject:"svc_ticket_subject",description:"svc_ticket_description",category:"svc_ticket_category",productId:"svc_ticket_product_id",custom:"svc_ticket_custom"},Lw=wt(wp).map(e=>wp[e]),_w=[...Lw].join("|"),Uw=new RegExp(`^(${_w}$)`),Bw={svcAction:"svc_action",svcActionData:"svc_action_data"},$w=e=>wt(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=wp[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),Hw=e=>Uw.test(e),Gw=[Hw],Ly={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},_y={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},tt={action:"pa",list:"pal",listSource:"pls"},_s={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},zw=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],Pp={id:"quoteId",affiliation:"quoteAffiliation"},Ep={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},Ww={add:tt,bookmark_add:tt,bookmark_remove:tt,click:tt,checkout:tt,checkout_option:tt,detail:tt,impression:tt,remove:tt,refund:Object.assign(Object.assign({},tt),_s),purchase:Object.assign(Object.assign({},tt),_s),quickview:tt,quote:Object.assign(Object.assign({},tt),Pp),review:Object.assign(Object.assign({},tt),Ep)},Yw=wt(Ly).map(e=>Ly[e]),Kw=wt(_y).map(e=>_y[e]),Jw=wt(tt).map(e=>tt[e]),Xw=wt(_s).map(e=>_s[e]),Zw=wt(Ep).map(e=>Ep[e]),eP=wt(Pp).map(e=>Pp[e]),tP=[...Yw,"custom"].join("|"),rP=[...Kw,"custom"].join("|"),Ky="(pr[0-9]+)",Jy="(il[0-9]+pi[0-9]+)",nP=new RegExp(`^${Ky}(${tP})$`),oP=new RegExp(`^(${Jy}(${rP}))|(il[0-9]+nm)$`),aP=new RegExp(`^(${Jw.join("|")})$`),iP=new RegExp(`^(${Xw.join("|")})$`),sP=new RegExp(`^${Ky}custom$`),cP=new RegExp(`^${Jy}custom$`),uP=new RegExp(`^(${[...zw,...Zw,...eP].join("|")})$`),lP=e=>nP.test(e),dP=e=>oP.test(e),pP=e=>aP.test(e),mP=e=>iP.test(e),gP=e=>uP.test(e),fP=[dP,lP,pP,mP,gP],yP=[sP,cP],hP={anonymizeIp:"aip"},SP={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},CP={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},AP=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],RP=Object.assign(Object.assign(Object.assign(Object.assign({},hP),SP),CP),AP.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),qp=Object.assign(Object.assign({},RP),Bw),vP=e=>{let t=!!e.action&&Ww[e.action]||{};return wt(e).reduce((r,n)=>{let o=t[n]||qp[n]||n;return Object.assign(Object.assign({},r),{[o]:e[n]})},{})},xP=wt(qp).map(e=>qp[e]),bP=e=>xP.indexOf(e)!==-1,FP=e=>e==="custom",IP=e=>[...fP,...Gw,bP,FP].some(t=>t(e)),wP=e=>wt(e).reduce((t,r)=>{let n=PP(r);return n?Object.assign(Object.assign({},t),EP(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),PP=e=>{let t;return[...yP].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},EP=(e,t)=>wt(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),Tp=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){if(!this.isAvailable())throw new Error("navigator.sendBeacon is not supported in this browser. Consider adding a polyfill like \"sendbeacon-polyfill\".");let{baseUrl:n,preprocessRequest:o}=this.opts,a=yield this.getQueryParamsForEventType(t),{url:d,payload:p}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${a}`,r,o),m=this.encodeForEventType(t,p),g=new Blob([m],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(d,g)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return V(this,void 0,void 0,function*(){let o=t,a=r;if(n){let d=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:p,body:m}=d;o=p||t;try{a=JSON.parse(m)}catch(g){console.error("Unable to process the request body as a JSON string",g)}}return{payload:a,url:o}})}encodeForEventType(t,r){return this.isEventTypeLegacy(t)?this.encodeEventToJson(t,r):this.encodeEventToJson(t,r,this.opts.token)}getQueryParamsForEventType(t){return V(this,void 0,void 0,function*(){let{token:r,visitorIdProvider:n}=this.opts,o=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",o?`visitorId=${o}`:"","discardVisitInfo=true"].filter(a=>!!a).join("&")})}isEventTypeLegacy(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let o=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(o=`access_token=${encodeURIComponent(n)}&${o}`),o}},kp=class{sendEvent(t,r){return V(this,void 0,void 0,function*(){return Promise.resolve()})}deleteHttpCookieVisitorId(){return V(this,void 0,void 0,function*(){return Promise.resolve()})}},Uy=f.fetch,Us=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:o,preprocessRequest:a}=this.opts,d=this.shouldAppendVisitorId(t)?yield this.getVisitorIdParam():"",p={url:`${n}/analytics/${t}${d}`,credentials:"include",mode:"cors",headers:this.getHeaders(),method:"POST",body:JSON.stringify(r)},m=Object.assign(Object.assign({},p),a?yield a(p,"analyticsFetch"):{}),{url:g}=m,h=zt(m,["url"]),A;try{A=yield Uy(g,h)}catch(R){console.error("An error has occured when sending the event.",R);return}if(A.ok){let R=yield A.json();return R.visitorId&&o.setCurrentVisitorId(R.visitorId),R}else{try{A.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,A,r),new Error(`An error has occurred when sending the "${t}" event. Check the console logs for more details.`)}})}deleteHttpCookieVisitorId(){return V(this,void 0,void 0,function*(){let{baseUrl:t}=this.opts,r=`${t}/analytics/visit`;yield Uy(r,{headers:this.getHeaders(),method:"DELETE"})})}shouldAppendVisitorId(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}getVisitorIdParam(){return V(this,void 0,void 0,function*(){let{visitorIdProvider:t}=this.opts,r=yield t.getCurrentVisitorId();return r?`?visitor=${r}`:""})}getHeaders(){let{token:t}=this.opts;return Object.assign(Object.assign({},t?{Authorization:`Bearer ${t}`}:{}),{"Content-Type":"application/json"})}},Op=class{constructor(t,r){xp()&&Gy()?this.storage=new bp:xp()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new Co),this.client=new Us(t),this.beaconClient=new Tp(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:o,payload:a}of n)this.beaconClient.sendEvent(o,a)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},Dp=class{constructor(t,r){this.storage=r||new Co,this.client=new Us(t)}getClientDependingOnEventType(t){return this.client}},Bs=class{constructor(){this.storage=new Co,this.client=new kp}getClientDependingOnEventType(t){return this.client}},qP="xx",TP=e=>e?.startsWith(qP)||!1,kP=`
27
+ ${h}`:h;break;case"event":n.event=h;break;case"id":e(n.id=h);break;case"retry":lF(h,n,t);break}}}}function lF(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function dF(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function cf(){return{data:"",event:"",id:"",retry:void 0}}var kd="text/event-stream",pF=1e3,pf="last-event-id";function mf(){return typeof window<"u"}function gs(e,{signal:t,headers:r,onopen:n,onmessage:o,onclose:a,onerror:d,openWhenHidden:p,fetch:m,...g}){return new Promise((h,A)=>{let R={...r};R.accept||(R.accept=kd);let C;function v(){C?.abort(),document.hidden||q()}!p&&mf()&&document.addEventListener("visibilitychange",v);let b=pF,x;function F(){mf()&&document.removeEventListener("visibilitychange",v),clearTimeout(x),C?.abort()}t?.addEventListener("abort",()=>{F(),h()});let P=m??y,I=n??mF;function q(){return _q2.apply(this,arguments)}function _q2(){_q2=_asyncToGenerator(function*(){C=i.AbortController?new i.AbortController:null;try{let M=yield P(e,{...g,headers:R,signal:C?.signal});yield I(M),yield uf(M.body,lf(df(D=>{D?R[pf]=D:delete R[pf]},D=>{b=D},o))),a?.(),F(),h()}catch(M){if(!C?.signal?.aborted)try{let D=d?.(M)??b;clearTimeout(x),x=setTimeout(q,D)}catch(D){F(),A(D)}}});return _q2.apply(this,arguments)}q()})}function mF(e){let t=e.headers.get("content-type");if(!t?.startsWith(kd))throw new Error(`Expected content-type to be ${kd}, Actual: ${t}`)}l();s();u();c();var jr=class{constructor(t){xe(this,"_basePath");xe(this,"_params",{});this._basePath=t}addParam(t,r){this._params={...this.params,[t]:r}}get basePath(){return this._basePath}get params(){return this._params}get hasParams(){return Object.entries(this._params).length}get href(){return this.hasParams?`${this.basePath}?${Object.entries(this.params).map(([t,r])=>`${t}=${encodeURIComponent(r)}`).join("&")}`:this.basePath}};var gF=(e,t,r)=>new jr(`${e}/rest/organizations/${t}/machinelearning/streaming/${r}`).href,gf=3,fF=5e3,yF="text/event-stream",jd=1,Od=class extends Error{},Ha=class extends Error{constructor(r){super(r.message);this.payload=r}},Dd=class{constructor(){xe(this,"timeouts",new Set)}add(t){this.timeouts.add(t)}remove(t){clearTimeout(t),this.timeouts.delete(t)}isActive(t){return this.timeouts.has(t)}},fs=class{constructor(t){xe(this,"logger");this.logger=t.logger}streamGeneratedAnswer(t,r){let{url:n,organizationId:o,streamId:a,accessToken:d}=t,{write:p,abort:m,close:g,resetAnswer:h}=r,A=new Dd;if(!a){this.logger.error("No stream ID found");return}let R=0,C,v=()=>{C&&!A.isActive(C)&&(x?.abort(),h(),F())},b=()=>{A.remove(C),C=sf(v,C,fF),A.add(C)},x=new i.AbortController,F=()=>gs(gF(n,o,a),{method:"GET",fetch:y,headers:{Authorization:`Bearer ${d}`,accept:"*/*"},openWhenHidden:!0,signal:x?.signal,onopen(P){return _asyncToGenerator(function*(){if(P.ok&&P.headers.get("content-type")===yF)return;throw P.status>=400&&P.status<500&&P.status!==429?new Ha({message:"Error opening stream",code:P.status}):new Od})()},onmessage:P=>{if(x?.signal.aborted)return;let I=JSON.parse(P.data);if(I.finishReason==="ERROR"){A.remove(C),x?.abort(),m({message:I.errorMessage,code:I.statusCode});return}p(I),R=0,I.finishReason==="COMPLETED"?(A.remove(C),g()):b()},onerror:P=>{if(!x?.signal.aborted){if(A.remove(C),P instanceof Ha)throw x?.abort(),m(P),P;if(++R>gf){this.logger.info("Maximum retry exceeded.");let I={message:"Failed to complete stream.",code:jd};throw x?.abort(),m(I),new Ha(I)}this.logger.info(`Retrying...(${R}/${gf})`),h()}}});return F(),x}};l();s();u();c();var ys=e=>e;l();s();u();c();l();s();u();c();var If=Ot(vf(),1);l();s();u();c();var te=new Error("Failed to load reducers."),so=class extends Error{constructor(){super(),this.name="UnauthorizedTokenError",this.message="The token being used to perform the request is unauthorized. It may be expired or invalid."}},En=class extends Error{constructor(r,n){super();xe(this,"statusCode");this.name="Disconnected",this.message=`Client could not connect to the following URL: ${r}`,this.statusCode=n??0}};l();s();u();c();function xf(e){let t=[];for(let r in e){let n=encodeURIComponent(r),o=encodeURIComponent(e[r]);t.push(`${n}=${o}`)}return t.join("&")}function bf(e){return typeof e!="object"||!e?!1:Object.values(e).every(UF)}function UF(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function Ff(e){return e===429}var Dt=class e{static call(t){return _asyncToGenerator(function*(){let r=BF(t),{logger:n}=t,o=yield e.preprocessRequest(r,t);n.info(o,"Platform request");let{url:a,...d}=o,p=/*#__PURE__*/function(){var _ref=_asyncToGenerator(function*(){let m=yield y(a,d);if(Ff(m.status))throw m;return m});return function p(){return _ref.apply(this,arguments)}}();try{let m=yield(0,If.backOff)(p,{startingDelay:100,timeMultiple:2,maxDelay:800,numOfAttempts:4,jitter:"full",retry:function(){var _ref2=_asyncToGenerator(function*(g){let h=g&&Ff(g.status);return h&&(n.info("Platform retrying request"),yield new Promise(A=>setTimeout(A,1e3))),h});return function retry(_x4){return _ref2.apply(this,arguments)}}()});switch(m.status){case 419:case 401:throw n.info("Platform renewing token"),new so;case 404:throw new En(a,m.status);default:return n.info({response:m,requestInfo:o},"Platform response"),m}}catch(m){return m.message==="Failed to fetch"?new En(a):m}})()}static preprocessRequest(t,r){return _asyncToGenerator(function*(){let{origin:n,preprocessRequest:o,logger:a,requestMetadata:d}=r,{signal:p,...m}=t,g=$a(m);try{let h=yield o(t,n,d);return{...t,...h}}catch(h){a.error(h,"Platform request preprocessing failed. Returning default request options.")}return g})()}};function Te(e,t="prod",r="platform"){let n=t==="prod"?"":t,o=r==="platform"?"":`.${r}`;return`https://${e}${o}.org${n}.coveo.com`}function lt(e,t="prod"){return`${Te(e,t)}/rest/search/v2`}function Ss(e,t="prod"){return`${Te(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function BF(e){let{url:t,method:r,requestParams:n,contentType:o,accessToken:a,signal:d}=e,p=e.method==="POST"||e.method==="PUT",m=$F(n,o);return{url:t,method:r,headers:{"Content-Type":o,Authorization:`Bearer ${a}`,...e.headers},...(p&&{body:m}),signal:d}}function $F(e,t){return t==="application/x-www-form-urlencoded"?bf(e)?xf(e):"":JSON.stringify(e)}l();s();u();c();l();s();u();c();function Wa(e){let{url:t,accessToken:r,organizationId:n,authentication:o,...a}=e;return a}var $d=e=>{let{response:t}=e;return t.body?HF(e):GF(t)},HF=e=>WF(e)?YF(e):zF(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},GF=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function zF(e){return e.body.statusCode!==void 0}function WF(e){return e.body.exception!==void 0}var YF=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});l();s();u();c();function wf(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}l();s();u();c();var Hd=(e,t,r,n)=>{let o=new jr(`${e.url}${n}`);return o.addParam("organizationId",e.organizationId),e.authentication&&o.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:o.href,origin:"searchApiFetch"}};var Pf=(e,t)=>{let r=new jr(`${e.url}${t}`);return r.addParam("access_token",e.accessToken),r.addParam("organizationId",e.organizationId),r.addParam("uniqueId",e.uniqueId),e.authentication&&r.addParam("authentication",e.authentication),e.q!==void 0&&r.addParam("q",e.q),e.enableNavigation!==void 0&&r.addParam("enableNavigation",`${e.enableNavigation}`),e.requestedOutputSize!==void 0&&r.addParam("requestedOutputSize",`${e.requestedOutputSize}`),r.href},Gd=/*#__PURE__*/function(){var _ref3=_asyncToGenerator(function*(e,t){let r=yield Dt.call({...Hd(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:Wa(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=wf(r),o=yield r.arrayBuffer(),d=new TextDecoder(n).decode(o);return KF(d)?{success:d}:{error:$d({response:r,body:d})}});return function Gd(_x5,_x6){return _ref3.apply(this,arguments)}}();function KF(e){return typeof e=="string"}l();s();u();c();l();s();u();c();function co(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function He(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:co(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:co(),extendedResults:{},searchAction:void 0}}l();s();u();c();l();s();u();c();function JF(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function XF(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function qn(e,t){if(t&&e.name==="AbortError")return{error:XF(e)};if(e instanceof En)return{error:JF(e)};throw e}var Vr=e=>e.success!==void 0,Pe=e=>e.error!==void 0;function Ef(e){return e.results!==void 0}function qf(e){let t=co();return W(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}l();s();u();c();l();s();u();c();var zd=(e,t)=>`${e.url}/rest/organizations/${e.organizationId}/insight/v1/configs/${e.insightId}${t??""}`,ZF=e=>`${e.url}/rest/organizations/${e.organizationId}/machinelearning/user/actions`,Ya=(e,t,r,n)=>{eI(e);let o=zd(e,n);return{accessToken:e.accessToken,method:t,contentType:r,url:o,origin:"insightApiFetch"}},Tf=(e,t,r)=>{tI(e);let n=ZF(e);return{accessToken:e.accessToken,method:t,contentType:r,url:n,origin:"insightApiFetch"}},Wd=e=>{let{insightId:t,...r}=Wa(e);return r},kf=e=>{if(!e.url)throw new Error("The 'url' attribute must contain a valid platform URL.");if(!e.organizationId)throw new Error("The 'organizationId' attribute must contain a valid organization ID.");if(!e.accessToken)throw new Error("The 'accessToken' attribute must contain a valid platform access token.")},eI=e=>{if(kf(e),!e.insightId)throw new Error("The 'insightId' attribute must contain a valid Insight Panel configuration ID.")},tI=e=>{if(kf(e),!e.userId)throw new Error("The 'userId' attribute must contain a valid user ID.")};var Of=e=>({...Ya(e,"GET","application/json","/interface"),requestParams:{}});l();s();u();c();var Df=e=>({...Ya(e,"POST","application/json","/search"),requestParams:Wd(e)}),jf=e=>({...Ya(e,"POST","application/json","/querysuggest"),requestParams:Wd(e)});l();s();u();c();var Vf=e=>({...Tf(e,"POST","application/json"),requestParams:{objectId:e.userId}});var Cs=class{constructor(t){this.options=t}getInterface(t){var _this=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...Of(t),..._this.options});if(r instanceof Error)return qn(r);let n=yield r.json();return r.ok?{success:n}:{error:n}})()}query(t,r){var _this2=this;return _asyncToGenerator(function*(){let n=yield Dt.call({...Df(t),requestMetadata:{method:"search",origin:r?.origin},..._this2.options});if(n instanceof Error)return qn(n);let o=yield n.json();return Ef(o)&&(o=qf(o)),n.ok?{success:o}:{error:o}})()}querySuggest(t){var _this3=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...jf(t),..._this3.options});if(r instanceof Error)return qn(r);let n=yield r.json();return n.completions?{success:n}:{error:n}})()}userActions(t){var _this4=this;return _asyncToGenerator(function*(){let r=yield Dt.call({...Vf(t),..._this4.options});if(r instanceof Error)return qn(r);let n=yield r.json();return r.ok?{success:n}:{error:n}})()}html(t){var _this5=this;return _asyncToGenerator(function*(){return Gd(t,{..._this5.options})})()}};l();s();u();c();l();s();u();c();var B=new N({required:!0,emptyAllowed:!1}),be=new N({required:!1,emptyAllowed:!1}),Ee=new N({required:!0,emptyAllowed:!0}),Nf=new N({required:!1,emptyAllowed:!0}),As=new ee({each:B,required:!0}),Mf=new N({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),Qf=new N({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),I0=new N({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),jt=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),bt=(e,t)=>{if("required"in t)return{payload:new ge({value:t}).validate({value:e}).value};let o=new L({options:{required:!0},values:t}).validate(e);if(o)throw new wn(o);return{payload:e}},E=(e,t)=>{try{return bt(e,t)}catch(r){return{payload:e,error:jt(r)}}},Ft=(e,t,r,n)=>{let o=`Check the initialState of ${n}`;return Lf(e,t,r,o,"Controller initialization error")},Be=(e,t,r,n)=>{let o=`Check the options of ${n}`;return Lf(e,t,r,o,"Controller initialization error")},Lf=(e,t,r,n,o)=>{try{return t.validate(r,n)}catch(a){throw e.logger.error(a,o),a}};l();s();u();c();l();s();u();c();l();s();u();c();function Ye(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var rI=typeof Symbol=="function"&&Symbol.observable||"@@observable",_f=rI,Yd=()=>Math.random().toString(36).substring(7).split("").join("."),nI={INIT:`@@redux/INIT${Yd()}`,REPLACE:`@@redux/REPLACE${Yd()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Yd()}`},Rs=nI;function Ht(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Kd(e,t,r){if(typeof e!="function")throw new Error(Ye(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Ye(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Ye(1));return r(Kd)(e,t)}let n=e,o=t,a=new Map,d=a,p=0,m=!1;function g(){d===a&&(d=new Map,a.forEach((x,F)=>{d.set(F,x)}))}function h(){if(m)throw new Error(Ye(3));return o}function A(x){if(typeof x!="function")throw new Error(Ye(4));if(m)throw new Error(Ye(5));let F=!0;g();let P=p++;return d.set(P,x),function(){if(F){if(m)throw new Error(Ye(6));F=!1,g(),d.delete(P),a=null}}}function R(x){if(!Ht(x))throw new Error(Ye(7));if(typeof x.type>"u")throw new Error(Ye(8));if(typeof x.type!="string")throw new Error(Ye(17));if(m)throw new Error(Ye(9));try{m=!0,o=n(o,x)}finally{m=!1}return(a=d).forEach(P=>{P()}),x}function C(x){if(typeof x!="function")throw new Error(Ye(10));n=x,R({type:Rs.REPLACE})}function v(){let x=A;return{subscribe(F){if(typeof F!="object"||F===null)throw new Error(Ye(11));function P(){let q=F;q.next&&q.next(h())}return P(),{unsubscribe:x(P)}},[_f](){return this}}}return R({type:Rs.INIT}),{dispatch:R,subscribe:A,getState:h,replaceReducer:C,[_f]:v}}function oI(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Rs.INIT})>"u")throw new Error(Ye(12));if(typeof r(void 0,{type:Rs.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Ye(13))})}function uo(e){let t=Object.keys(e),r={};for(let d=0;d<t.length;d++){let p=t[d];typeof e[p]=="function"&&(r[p]=e[p])}let n=Object.keys(r),o,a;try{oI(r)}catch(d){a=d}return function(p={},m){if(a)throw a;let g=!1,h={};for(let A=0;A<n.length;A++){let R=n[A],C=r[R],v=p[R],b=C(v,m);if(typeof b>"u"){let x=m&&m.type;throw new Error(Ye(14))}h[R]=b,g=g||b!==v}return g=g||n.length!==Object.keys(p).length,g?h:p}}function lo(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function Uf(...e){return t=>(r,n)=>{let o=t(r,n),a=()=>{throw new Error(Ye(15))},d={getState:o.getState,dispatch:(m,...g)=>a(m,...g)},p=e.map(m=>m(d));return a=lo(...p)(o.dispatch),{...o,dispatch:a}}}function vs(e){return Ht(e)&&"type"in e&&typeof e.type=="string"}l();s();u();c();var ip=Symbol.for("immer-nothing"),Ka=Symbol.for("immer-draftable"),dt=Symbol.for("immer-state");function Ke(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var po=Object.getPrototypeOf;function St(e){return!!e&&!!e[dt]}function pt(e){return e?Wf(e)||Array.isArray(e)||!!e[Ka]||!!e.constructor?.[Ka]||mo(e)||ri(e):!1}var aI=Object.prototype.constructor.toString(),Bf=new WeakMap;function Wf(e){if(!e||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;if(r===Object)return!0;if(typeof r!="function")return!1;let n=Bf.get(r);return n===void 0&&(n=Function.toString.call(r),Bf.set(r,n)),n===aI}function sp(e){return St(e)||Ke(15,e),e[dt].base_}function Ja(e,t,r=!0){kn(e)===0?(r?Reflect.ownKeys(e):Object.keys(e)).forEach(o=>{t(o,e[o],e)}):e.forEach((n,o)=>t(o,n,e))}function kn(e){let t=e[dt];return t?t.type_:Array.isArray(e)?1:mo(e)?2:ri(e)?3:0}function Xa(e,t){return kn(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Jd(e,t){return kn(e)===2?e.get(t):e[t]}function Yf(e,t,r){let n=kn(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function iI(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function mo(e){return e instanceof Map}function ri(e){return e instanceof Set}function Tn(e){return e.copy_||e.base_}function ep(e,t){if(mo(e))return new Map(e);if(ri(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Wf(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[dt];let o=Reflect.ownKeys(n);for(let a=0;a<o.length;a++){let d=o[a],p=n[d];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(n[d]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[d]})}return Object.create(po(e),n)}else{let n=po(e);if(n!==null&&r)return{...e};let o=Object.create(n);return Object.assign(o,e)}}function Is(e,t=!1){return ws(e)||St(e)||!pt(e)||(kn(e)>1&&Object.defineProperties(e,{set:xs,add:xs,clear:xs,delete:xs}),Object.freeze(e),t&&Object.values(e).forEach(r=>Is(r,!0))),e}function sI(){Ke(2)}var xs={value:sI};function ws(e){return e===null||typeof e!="object"?!0:Object.isFrozen(e)}var tp={};function On(e){let t=tp[e];return t||Ke(0,e),t}function cI(e,t){tp[e]||(tp[e]=t)}var Za;function Kf(){return Za}function uI(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function $f(e,t){t&&(On("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function rp(e){np(e),e.drafts_.forEach(lI),e.drafts_=null}function np(e){e===Za&&(Za=e.parent_)}function Hf(e){return Za=uI(Za,e)}function lI(e){let t=e[dt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Gf(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[dt].modified_&&(rp(t),Ke(4)),pt(e)&&(e=bs(t,e),t.parent_||Fs(t,e)),t.patches_&&On("Patches").generateReplacementPatches_(r[dt].base_,e,t.patches_,t.inversePatches_)):e=bs(t,r,[]),rp(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ip?e:void 0}function bs(e,t,r){if(ws(t))return t;let n=e.immer_.shouldUseStrictIteration(),o=t[dt];if(!o)return Ja(t,(a,d)=>zf(e,o,t,a,d,r),n),t;if(o.scope_!==e)return t;if(!o.modified_)return Fs(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;let a=o.copy_,d=a,p=!1;o.type_===3&&(d=new Set(a),a.clear(),p=!0),Ja(d,(m,g)=>zf(e,o,a,m,g,r,p),n),Fs(e,a,!1),r&&e.patches_&&On("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function zf(e,t,r,n,o,a,d){if(o==null||typeof o!="object"&&!d)return;let p=ws(o);if(!(p&&!d)){if(St(o)){let m=a&&t&&t.type_!==3&&!Xa(t.assigned_,n)?a.concat(n):void 0,g=bs(e,o,m);if(Yf(r,n,g),St(g))e.canAutoFreeze_=!1;else return}else d&&r.add(o);if(pt(o)&&!p){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||t&&t.base_&&t.base_[n]===o&&p)return;bs(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(mo(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&Fs(e,o)}}}function Fs(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Is(t,r)}function dI(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:Kf(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},o=n,a=cp;r&&(o=[n],a=ei);let{revoke:d,proxy:p}=Proxy.revocable(o,a);return n.draft_=p,n.revoke_=d,p}var cp={get(e,t){if(t===dt)return e;let r=Tn(e);if(!Xa(r,t))return pI(e,r,t);let n=r[t];return e.finalized_||!pt(n)?n:n===Xd(e.base_,t)?(Zd(e),e.copy_[t]=ap(n,e)):n},has(e,t){return t in Tn(e)},ownKeys(e){return Reflect.ownKeys(Tn(e))},set(e,t,r){let n=Jf(Tn(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let o=Xd(Tn(e),t),a=o?.[dt];if(a&&a.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(iI(r,o)&&(r!==void 0||Xa(e.base_,t)))return!0;Zd(e),op(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Xd(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Zd(e),op(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Tn(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Ke(11)},getPrototypeOf(e){return po(e.base_)},setPrototypeOf(){Ke(12)}},ei={};Ja(cp,(e,t)=>{ei[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});ei.deleteProperty=function(e,t){return ei.set.call(this,e,t,void 0)};ei.set=function(e,t,r){return cp.set.call(this,e[0],t,r,e[0])};function Xd(e,t){let r=e[dt];return(r?Tn(r):e)[t]}function pI(e,t,r){let n=Jf(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Jf(e,t){if(!(t in e))return;let r=po(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=po(r)}}function op(e){e.modified_||(e.modified_=!0,e.parent_&&op(e.parent_))}function Zd(e){e.copy_||(e.copy_=ep(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var mI=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!0,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let a=r;r=t;let d=this;return function(m=a,...g){return d.produce(m,h=>r.call(this,h,...g))}}typeof r!="function"&&Ke(6),n!==void 0&&typeof n!="function"&&Ke(7);let o;if(pt(t)){let a=Hf(this),d=ap(t,void 0),p=!0;try{o=r(d),p=!1}finally{p?rp(a):np(a)}return $f(a,n),Gf(o,a)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===ip&&(o=void 0),this.autoFreeze_&&Is(o,!0),n){let a=[],d=[];On("Patches").generateReplacementPatches_(t,o,a,d),n(a,d)}return o}else Ke(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(d,...p)=>this.produceWithPatches(d,m=>t(m,...p));let n,o;return[this.produce(t,r,(d,p)=>{n=d,o=p}),n,o]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),typeof e?.useStrictIteration=="boolean"&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){pt(e)||Ke(8),St(e)&&(e=Xf(e));let t=Hf(this),r=ap(e,void 0);return r[dt].isManual_=!0,np(t),r}finishDraft(e,t){let r=e&&e[dt];(!r||!r.isManual_)&&Ke(9);let{scope_:n}=r;return $f(n,t),Gf(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));let n=On("Patches").applyPatches_;return St(e)?n(e,t):this.produce(e,o=>n(o,t))}};function ap(e,t){let r=mo(e)?On("MapSet").proxyMap_(e,t):ri(e)?On("MapSet").proxySet_(e,t):dI(e,t);return(t?t.scope_:Kf()).drafts_.push(r),r}function Xf(e){return St(e)||Ke(10,e),Zf(e)}function Zf(e){if(!pt(e)||ws(e))return e;let t=e[dt],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=ep(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=ep(e,!0);return Ja(r,(o,a)=>{Yf(r,o,Zf(a))},n),t&&(t.finalized_=!1),r}function ey(){let t="replace",r="add",n="remove";function o(R,C,v,b){switch(R.type_){case 0:case 2:return d(R,C,v,b);case 1:return a(R,C,v,b);case 3:return p(R,C,v,b)}}function a(R,C,v,b){let{base_:x,assigned_:F}=R,P=R.copy_;P.length<x.length&&([x,P]=[P,x],[v,b]=[b,v]);for(let I=0;I<x.length;I++)if(F[I]&&P[I]!==x[I]){let q=C.concat([I]);v.push({op:t,path:q,value:A(P[I])}),b.push({op:t,path:q,value:A(x[I])})}for(let I=x.length;I<P.length;I++){let q=C.concat([I]);v.push({op:r,path:q,value:A(P[I])})}for(let I=P.length-1;x.length<=I;--I){let q=C.concat([I]);b.push({op:n,path:q})}}function d(R,C,v,b){let{base_:x,copy_:F}=R;Ja(R.assigned_,(P,I)=>{let q=Jd(x,P),M=Jd(F,P),D=I?Xa(x,P)?t:r:n;if(q===M&&D===t)return;let k=C.concat(P);v.push(D===n?{op:D,path:k}:{op:D,path:k,value:M}),b.push(D===r?{op:n,path:k}:D===n?{op:r,path:k,value:A(q)}:{op:t,path:k,value:A(q)})})}function p(R,C,v,b){let{base_:x,copy_:F}=R,P=0;x.forEach(I=>{if(!F.has(I)){let q=C.concat([P]);v.push({op:n,path:q,value:I}),b.unshift({op:r,path:q,value:I})}P++}),P=0,F.forEach(I=>{if(!x.has(I)){let q=C.concat([P]);v.push({op:r,path:q,value:I}),b.unshift({op:n,path:q,value:I})}P++})}function m(R,C,v,b){v.push({op:t,path:[],value:C===ip?void 0:C}),b.push({op:t,path:[],value:R})}function g(R,C){return C.forEach(v=>{let{path:b,op:x}=v,F=R;for(let M=0;M<b.length-1;M++){let D=kn(F),k=b[M];typeof k!="string"&&typeof k!="number"&&(k=""+k),(D===0||D===1)&&(k==="__proto__"||k==="constructor")&&Ke(19),typeof F=="function"&&k==="prototype"&&Ke(19),F=Jd(F,k),typeof F!="object"&&Ke(18,b.join("/"))}let P=kn(F),I=h(v.value),q=b[b.length-1];switch(x){case t:switch(P){case 2:return F.set(q,I);case 3:Ke(16);default:return F[q]=I}case r:switch(P){case 1:return q==="-"?F.push(I):F.splice(q,0,I);case 2:return F.set(q,I);case 3:return F.add(I);default:return F[q]=I}case n:switch(P){case 1:return F.splice(q,1);case 2:return F.delete(q);case 3:return F.delete(v.value);default:return delete F[q]}default:Ke(17,x)}}),R}function h(R){if(!pt(R))return R;if(Array.isArray(R))return R.map(h);if(mo(R))return new Map(Array.from(R.entries()).map(([v,b])=>[v,h(b)]));if(ri(R))return new Set(Array.from(R).map(h));let C=Object.create(po(R));for(let v in R)C[v]=h(R[v]);return Xa(R,Ka)&&(C[Ka]=R[Ka]),C}function A(R){return St(R)?h(R):R}cI("Patches",{applyPatches_:g,generatePatches_:o,generateReplacementPatches_:m})}var ti=new mI,Rr=ti.produce,Ps=ti.produceWithPatches.bind(ti);var up=ti.applyPatches.bind(ti);l();s();u();c();function gI(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function fI(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function yI(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){let r=e.map(n=>typeof n=="function"?`function ${n.name||"unnamed"}()`:typeof n).join(", ");throw new TypeError(`${t}[${r}]`)}}var ty=e=>Array.isArray(e)?e:[e];function hI(e){let t=Array.isArray(e[0])?e[0]:e;return yI(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function SI(e,t){let r=[],{length:n}=e;for(let o=0;o<n;o++)r.push(e[o].apply(null,t));return r}var B0=Symbol();var $0=Object.getPrototypeOf({});var CI=class{constructor(e){this.value=e}deref(){return this.value}},AI=typeof WeakRef<"u"?WeakRef:CI,RI=0,ry=1;function Es(){return{s:RI,v:void 0,o:null,p:null}}function go(e,t={}){let r=Es(),{resultEqualityCheck:n}=t,o,a=0;function d(){let p=r,{length:m}=arguments;for(let A=0,R=m;A<R;A++){let C=arguments[A];if(typeof C=="function"||typeof C=="object"&&C!==null){let v=p.o;v===null&&(p.o=v=new WeakMap);let b=v.get(C);b===void 0?(p=Es(),v.set(C,p)):p=b}else{let v=p.p;v===null&&(p.p=v=new Map);let b=v.get(C);b===void 0?(p=Es(),v.set(C,p)):p=b}}let g=p,h;if(p.s===ry)h=p.v;else if(h=e.apply(null,arguments),a++,n){let A=o?.deref?.()??o;A!=null&&n(A,h)&&(h=A,a!==0&&a--),o=typeof h=="object"&&h!==null||typeof h=="function"?new AI(h):h}return g.s=ry,g.v=h,h}return d.clearCache=()=>{r=Es(),d.resetResultsCount()},d.resultsCount=()=>a,d.resetResultsCount=()=>{a=0},d}function ny(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...o)=>{let a=0,d=0,p,m={},g=o.pop();typeof g=="object"&&(m=g,g=o.pop()),gI(g,`createSelector expects an output function after the inputs, but received: [${typeof g}]`);let h={...r,...m},{memoize:A,memoizeOptions:R=[],argsMemoize:C=go,argsMemoizeOptions:v=[],devModeChecks:b={}}=h,x=ty(R),F=ty(v),P=hI(o),I=A(function(){return a++,g.apply(null,arguments)},...x),q=!0,M=C(function(){d++;let k=SI(P,arguments);return p=I.apply(null,k),p},...F);return Object.assign(M,{resultFunc:g,memoizedResultFunc:I,dependencies:P,dependencyRecomputations:()=>d,resetDependencyRecomputations:()=>{d=0},lastResult:()=>p,recomputations:()=>a,resetRecomputations:()=>{a=0},memoize:A,argsMemoize:C})};return Object.assign(n,{withTypes:()=>n}),n}var ke=ny(go),vI=Object.assign((e,t=ke)=>{fI(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);let r=Object.keys(e),n=r.map(a=>e[a]);return t(n,(...a)=>a.reduce((d,p,m)=>(d[r[m]]=p,d),{}))},{withTypes:()=>vI});l();s();u();c();function oy(e){return({dispatch:r,getState:n})=>o=>a=>typeof a=="function"?a(r,n,e):o(a)}var ay=oy(),iy=oy;var xI=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?lo:lo.apply(null,arguments)},cL=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},bI=e=>e&&typeof e.match=="function";function w(e,t){function r(...n){if(t){let o=t(...n);if(!o)throw new Error(Vt(0));return{type:e,payload:o.payload,...("meta"in o&&{meta:o.meta}),...("error"in o&&{error:o.error})}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>vs(n)&&n.type===e,r}var dy=class ni extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,ni.prototype)}static get[Symbol.species](){return ni}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new ni(...t[0].concat(this)):new ni(...t.concat(this))}};function sy(e){return pt(e)?Rr(e,()=>{}):e}function cy(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function FI(e){return typeof e=="boolean"}var II=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:o=!0,actionCreatorCheck:a=!0}=t??{},d=new dy;return r&&(FI(r)?d.push(ay):d.push(iy(r.extraArgument))),d},oi="RTK_autoBatch",yo=()=>e=>({payload:e,meta:{[oi]:!0}}),uy=e=>t=>{setTimeout(t,e)},wI=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),o=!0,a=!1,d=!1,p=new Set,m=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:uy(10):e.type==="callback"?e.queueNotification:uy(e.timeout),g=()=>{d=!1,a&&(a=!1,p.forEach(h=>h()))};return Object.assign({},n,{subscribe(h){let A=()=>o&&h(),R=n.subscribe(A);return p.add(h),()=>{R(),p.delete(h)}},dispatch(h){try{return o=!h?.meta?.[oi],a=!o,a&&(d||(d=!0,m(g))),n.dispatch(h)}finally{o=!0}}})},PI=e=>function(r){let{autoBatch:n=!0}=r??{},o=new dy(e);return n&&o.push(wI(typeof n=="object"?n:void 0)),o};function py(e){let t=II(),{reducer:r=void 0,middleware:n,devTools:o=!0,preloadedState:a=void 0,enhancers:d=void 0}=e||{},p;if(typeof r=="function")p=r;else if(Ht(r))p=uo(r);else throw new Error(Vt(1));let m;typeof n=="function"?m=n(t):m=t();let g=lo;o&&(g=xI({trace:!1,...(typeof o=="object"&&o)}));let h=Uf(...m),A=PI(h),R=typeof d=="function"?d(A):A(),C=g(...R);return Kd(p,a,C)}function my(e){let t={},r=[],n,o={addCase(a,d){let p=typeof a=="string"?a:a.type;if(!p)throw new Error(Vt(28));if(p in t)throw new Error(Vt(29));return t[p]=d,o},addMatcher(a,d){return r.push({matcher:a,reducer:d}),o},addDefaultCase(a){return n=a,o}};return e(o),[t,r,n]}function EI(e){return typeof e=="function"}function oe(e,t){let[r,n,o]=my(t),a;if(EI(e))a=()=>sy(e());else{let p=sy(e);a=()=>p}function d(p=a(),m){let g=[r[m.type],...n.filter(({matcher:h})=>h(m)).map(({reducer:h})=>h)];return g.filter(h=>!!h).length===0&&(g=[o]),g.reduce((h,A)=>{if(A)if(St(h)){let C=A(h,m);return C===void 0?h:C}else{if(pt(h))return Rr(h,R=>A(R,m));{let R=A(h,m);if(R===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return R}}return h},p)}return d.getInitialState=a,d}var gy=(e,t)=>bI(e)?e.match(t):e(t);function Gt(...e){return t=>e.some(r=>gy(r,t))}function fo(...e){return t=>e.every(r=>gy(r,t))}function Ts(e,t){if(!e||!e.meta)return!1;let r=typeof e.meta.requestId=="string",n=t.indexOf(e.meta.requestStatus)>-1;return r&&n}function ai(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function ks(...e){return e.length===0?t=>Ts(t,["pending"]):ai(e)?Gt(...e.map(t=>t.pending)):ks()(e[0])}function Dn(...e){return e.length===0?t=>Ts(t,["rejected"]):ai(e)?Gt(...e.map(t=>t.rejected)):Dn()(e[0])}function ii(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?fo(Dn(...e),t):ai(e)?fo(Dn(...e),t):ii()(e[0])}function vr(...e){return e.length===0?t=>Ts(t,["fulfilled"]):ai(e)?Gt(...e.map(t=>t.fulfilled)):vr()(e[0])}function Os(...e){return e.length===0?t=>Ts(t,["pending","fulfilled","rejected"]):ai(e)?Gt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Os()(e[0])}var qI="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Ds=(e=21)=>{let t="",r=e;for(;r--;)t+=qI[Math.random()*64|0];return t},TI=["name","message","stack","code"],lp=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},ly=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},kI=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of TI)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},re=(()=>{function e(t,r,n){let o=w(t+"/fulfilled",(m,g,h,A)=>({payload:m,meta:{...(A||{}),arg:h,requestId:g,requestStatus:"fulfilled"}})),a=w(t+"/pending",(m,g,h)=>({payload:void 0,meta:{...(h||{}),arg:g,requestId:m,requestStatus:"pending"}})),d=w(t+"/rejected",(m,g,h,A,R)=>({payload:A,error:(n&&n.serializeError||kI)(m||"Rejected"),meta:{...(R||{}),arg:h,requestId:g,rejectedWithValue:!!A,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"}}));function p(m){return(g,h,A)=>{let R=n?.idGenerator?n.idGenerator(m):Ds(),C=new i.AbortController,v,b;function x(P){b=P,C.abort()}let F=_asyncToGenerator(function*(){let P;try{let q=n?.condition?.(m,{getState:h,extra:A});if(DI(q)&&(q=yield q),q===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let M=new Promise((D,k)=>{v=()=>{k({name:"AbortError",message:b||"Aborted"})},C.signal.addEventListener("abort",v)});g(a(R,m,n?.getPendingMeta?.({requestId:R,arg:m},{getState:h,extra:A}))),P=yield Promise.race([M,Promise.resolve(r(m,{dispatch:g,getState:h,extra:A,requestId:R,signal:C.signal,abort:x,rejectWithValue:(D,k)=>new lp(D,k),fulfillWithValue:(D,k)=>new ly(D,k)})).then(D=>{if(D instanceof lp)throw D;return D instanceof ly?o(D.payload,R,m,D.meta):o(D,R,m)})])}catch(q){P=q instanceof lp?d(null,R,m,q.payload,q.meta):d(q,R,m)}finally{v&&C.signal.removeEventListener("abort",v)}return n&&!n.dispatchConditionRejection&&d.match(P)&&P.meta.condition||g(P),P})();return Object.assign(F,{abort:x,requestId:R,arg:m,unwrap(){return F.then(OI)}})}}return Object.assign(p,{pending:a,rejected:d,fulfilled:o,settled:Gt(d,o),typePrefix:t})}return e.withTypes=()=>e,e})();function OI(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function DI(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var fy=Symbol.for("rtk-slice-createasyncthunk"),mL={[fy]:re};function jI(e,t){return`${e}/${t}`}function VI({creators:e}={}){let t=e?.asyncThunk?.[fy];return function(n){let{name:o,reducerPath:a=o}=n;if(!o)throw new Error(Vt(11));typeof process<"u";let d=(typeof n.reducers=="function"?n.reducers(MI()):n.reducers)||{},p=Object.keys(d),m={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},g={addCase(P,I){let q=typeof P=="string"?P:P.type;if(!q)throw new Error(Vt(12));if(q in m.sliceCaseReducersByType)throw new Error(Vt(13));return m.sliceCaseReducersByType[q]=I,g},addMatcher(P,I){return m.sliceMatchers.push({matcher:P,reducer:I}),g},exposeAction(P,I){return m.actionCreators[P]=I,g},exposeCaseReducer(P,I){return m.sliceCaseReducersByName[P]=I,g}};p.forEach(P=>{let I=d[P],q={reducerName:P,type:jI(o,P),createNotation:typeof n.reducers=="function"};LI(I)?UI(q,I,g,t):QI(q,I,g)});function h(){let[P={},I=[],q=void 0]=typeof n.extraReducers=="function"?my(n.extraReducers):[n.extraReducers],M={...P,...m.sliceCaseReducersByType};return oe(n.initialState,D=>{for(let k in M)D.addCase(k,M[k]);for(let k of m.sliceMatchers)D.addMatcher(k.matcher,k.reducer);for(let k of I)D.addMatcher(k.matcher,k.reducer);q&&D.addDefaultCase(q)})}let A=P=>P,R=new Map,C;function v(P,I){return C||(C=h()),C(P,I)}function b(){return C||(C=h()),C.getInitialState()}function x(P,I=!1){function q(D){let k=D[P];return typeof k>"u"&&I&&(k=b()),k}function M(D=A){let k=cy(R,I,()=>new WeakMap);return cy(k,D,()=>{let O={};for(let[j,Q]of Object.entries(n.selectors??{}))O[j]=NI(Q,D,b,I);return O})}return{reducerPath:P,getSelectors:M,get selectors(){return M(q)},selectSlice:q}}let F={name:o,reducer:v,actions:m.actionCreators,caseReducers:m.sliceCaseReducersByName,getInitialState:b,...x(a),injectInto(P,{reducerPath:I,...q}={}){let M=I??a;return P.inject({reducerPath:M,reducer:v},q),{...F,...x(M,!0)}}};return F}}function NI(e,t,r,n){function o(a,...d){let p=t(a);return typeof p>"u"&&n&&(p=r()),e(p,...d)}return o.unwrapped=e,o}var jn=VI();function MI(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function QI({type:e,reducerName:t,createNotation:r},n,o){let a,d;if("reducer"in n){if(r&&!_I(n))throw new Error(Vt(17));a=n.reducer,d=n.prepare}else a=n;o.addCase(e,a).exposeCaseReducer(t,a).exposeAction(t,d?w(e,d):w(e))}function LI(e){return e._reducerDefinitionType==="asyncThunk"}function _I(e){return e._reducerDefinitionType==="reducerWithPrepare"}function UI({type:e,reducerName:t},r,n,o){if(!o)throw new Error(Vt(18));let{payloadCreator:a,fulfilled:d,pending:p,rejected:m,settled:g,options:h}=r,A=o(e,a,h);n.exposeAction(t,A),d&&n.addCase(A.fulfilled,d),p&&n.addCase(A.pending,p),m&&n.addCase(A.rejected,m),g&&n.addMatcher(A.settled,g),n.exposeCaseReducer(t,{fulfilled:d||qs,pending:p||qs,rejected:m||qs,settled:g||qs})}function qs(){}var yy="listener",hy="completed",Sy="cancelled",gL=`task-${Sy}`,fL=`task-${hy}`,yL=`${yy}-${Sy}`,hL=`${yy}-${hy}`;var{assign:Cy}=Object;var dp="listenerMiddleware";var BI=Cy(w(`${dp}/add`),{withTypes:()=>BI}),SL=w(`${dp}/removeAll`),$I=Cy(w(`${dp}/remove`),{withTypes:()=>$I});var CL=Symbol.for("rtk-state-proxy-original");function Vt(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();var Ay=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function HI(e){return typeof e=="string"&&Ay.test(e)}var pp=HI;l();s();u();c();var Je=[];for(let e=0;e<256;++e)Je.push((e+256).toString(16).slice(1));function Ry(e,t=0){return(Je[e[t+0]]+Je[e[t+1]]+Je[e[t+2]]+Je[e[t+3]]+"-"+Je[e[t+4]]+Je[e[t+5]]+"-"+Je[e[t+6]]+Je[e[t+7]]+"-"+Je[e[t+8]]+Je[e[t+9]]+"-"+Je[e[t+10]]+Je[e[t+11]]+Je[e[t+12]]+Je[e[t+13]]+Je[e[t+14]]+Je[e[t+15]]).toLowerCase()}l();s();u();c();var mp,GI=new Uint8Array(16);function gp(){if(!mp){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");mp=crypto.getRandomValues.bind(crypto)}return mp(GI)}l();s();u();c();l();s();u();c();var zI=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),fp={randomUUID:zI};function WI(e,t,r){if(fp.randomUUID&&!t&&!e)return fp.randomUUID();e=e||{};let n=e.random??e.rng?.()??gp();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return Ry(n)}var yp=WI;l();s();u();c();function vy(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function YI({config:e,environment:t,event:r,listenerManager:n}){let{url:o,token:a,mode:d}=e;d!=="disabled"&&(n.call(r),t.send(o,a,r))}var xy="visitorId";function KI(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(xy),o=n&&pp(n)?n:t.generateUUID();return r.setItem(xy,o),o}}}var Py="1.2.7",hp=128,Ey=192,by=224,Fy=240,JI=248;function XI(e){return(e&JI)===Fy?4:(e&Fy)===by?3:(e&by)===Ey?2:1}function ZI(e,t){if(t<0||e.length<=t)return e;let r=e.indexOf("%",t-2);for(r<0||r>t?r=t:t=r;r>2&&e.charAt(r-3)=="%";){let n=Number.parseInt(e.substring(r-2,r),16);if((n&hp)!=hp)break;if(r-=3,(n&Ey)!=hp){t-r>=XI(n)*3&&(r=t);break}}return e.substring(0,r)}function ew(e){let{trackingId:t}=e;return{trackingId:t}}function tw(e){return(e.source||[]).concat([`relay@${Py}`])}function qy(e,t,r,n){let{getReferrer:o,getLocation:a,getUserAgent:d}=r,p=ew(t),m=n.getClientId();return Object.freeze({type:e,config:p,ts:Date.now(),source:tw(t),clientId:m,userAgent:d(),referrer:Iy(o()),location:Iy(a())})}function Iy(e){return e!==null?ZI(e,1024):null}function rw(e,t,r,n,o){return{...t,meta:qy(e,r,n,o)}}var nw="*";function ow(){let e=[];function t({type:m,callback:g}){return e.findIndex(h=>h.type===m&&h.callback===g)}function r(m,g){return m.type==="*"||g===m.type}function n(m){return t(m)<0&&e.push(m),()=>p(m.type,m.callback)}function o(m){e.forEach(g=>{if(r(g,m.meta.type))try{g.callback(m)}catch(h){console.error(h)}})}function a(m){if(m===nw)e.length=0;else for(let g=e.length-1;g>=0;g--)e[g].type===m&&e.splice(g,1)}function d(m){let g=t(m);g>=0&&e.splice(g,1)}function p(m,g){g?d({type:m,callback:g}):a(m)}return{add:n,call:o,remove:p}}function wy({url:e,token:t,trackingId:r,...n}){return Object.freeze({url:e,token:t,trackingId:r,...(!!n.mode&&{mode:n.mode}),...(!!n.source&&{source:n.source}),...(!!n.environment&&{environment:n.environment})})}function aw(e){let t=wy(e);return{get:()=>t,update:r=>{t=wy({...t,...r})}}}var Sp=iw();function iw(){let e="coveo_",t=r=>{let n=r.split(".").slice(-2);return n.length==2?n.join("."):""};return{getItem(r){let n=`${e}${r}=`,o=document.cookie.split(";");for(let a of o){let d=a.replace(/^\s+/,"");if(d.lastIndexOf(n,0)===0)return d.substring(n.length,d.length)}return null},setItem(r,n,o){let a=t(window.location.hostname),d=`;expires=${new Date(new Date().getTime()+o).toUTCString()}`,p=a?`;domain=${a}`:"";document.cookie=`${e}${r}=${n}${d}${p};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function sw(){return{getItem(e){return Sp.getItem(e)||localStorage.getItem(e)},removeItem(e){Sp.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Sp.setItem(e,t,31556952e3)}}}function cw(){let e=document.referrer;return e===""?null:e}function Cp(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(vy().sendMessage({kind:"EVENT_PROTOCOL",event:r,url:e,token:t}),!n)throw new Error("Failed to send the event(s) because the payload size exceeded the maximum allowed size (32 KB). Please contact support if the problem persists.")},getReferrer:()=>cw(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>yp(),storage:sw()}}function uw(){try{let e="__storage_test__";return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return e instanceof DOMException&&e.name==="QuotaExceededError"&&localStorage&&localStorage.length!==0}}function lw(){return{getItem(){return null},removeItem(){},setItem(){}}}function dw(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:lw()}}function pw(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=dw();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&mw()&&uw()?Cp():n}function mw(){try{return typeof window=="object"}catch{return!1}}function gw(e){return{get:()=>Object.freeze(pw(e))}}function Ty(e){let t=aw(e),r=ow(),n=gw(t),o=KI(n);return{emit:(a,d)=>{let p=t.get(),m=n.get(),g=rw(a,d,p,m,o);return YI({config:p,environment:m,event:g,listenerManager:r})},getMeta:a=>qy(a,t.get(),n.get(),o),on:(a,d)=>r.add({type:a,callback:d}),off:(a,d)=>r.remove(a,d),updateConfig:a=>t.update(a),version:Py}}l();s();u();c();function ky(){return typeof window<"u"&&typeof document<"u"}l();s();u();c();l();s();u();c();var Nr="3.41.1",Oy=["@coveo/atomic","@coveo/quantic"];var Mr=ke(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${Nr}`));var si=ke(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>Mr(e.configuration.analytics),(e,t)=>t,(e,t,r,{trackingId:n,apiBaseUrl:o,enabled:a},d,p)=>{let m=yw(p);return Ty({mode:a?"emit":"disabled",url:o??Ss(e,t),token:r,trackingId:n??null,source:d,environment:m})}),fw={generateUUID:()=>"",getLocation:()=>null,getReferrer:()=>null,getUserAgent:()=>null,send:()=>{},storage:{getItem:()=>null,setItem:()=>{},removeItem:()=>{}}},yw=e=>{if(!e)return;let t=e();return{...(ky()?Cp():fw),generateUUID:()=>t.clientId,getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent}};l();s();u();c();l();s();u();c();function zt(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function V(e,t,r,n){function o(a){return a instanceof r?a:new r(function(d){d(a)})}return new(r||(r=Promise))(function(a,d){function p(h){try{g(n.next(h))}catch(A){d(A)}}function m(h){try{g(n.throw(h))}catch(A){d(A)}}function g(h){h.done?a(h.value):o(h.value).then(p,m)}g((n=n.apply(e,t||[])).next())})}var Se;(function(e){e.search="search",e.click="click",e.custom="custom",e.view="view",e.collect="collect"})(Se||(Se={}));function vp(){return typeof window<"u"}function Vp(){return typeof navigator<"u"}function ho(){return typeof document<"u"}function xp(){try{return typeof localStorage<"u"}catch{return!1}}function hw(){try{return typeof sessionStorage<"u"}catch{return!1}}function Gy(){return Vp()&&navigator.cookieEnabled}var Sw=[Se.click,Se.custom,Se.search,Se.view],Cw=(e,t)=>Sw.indexOf(e)!==-1?Object.assign({language:ho()?document.documentElement.lang:"unknown",userAgent:Vp()?navigator.userAgent:"unknown"},t):t,ui=class e{static set(t,r,n){var o,a,d,p;n&&(a=new Date,a.setTime(a.getTime()+n)),p=window.location.hostname,p.indexOf(".")===-1?Dy(t,r,a):(d=p.split("."),o=d[d.length-2]+"."+d[d.length-1],Dy(t,r,a,o))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){var a=n[o];if(a=a.replace(/^\s+/,""),a.lastIndexOf(r,0)===0)return a.substring(r.length,a.length)}return null}static erase(t){e.set(t,"",-1)}};function Dy(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function Aw(){return xp()?localStorage:Gy()?new li:hw()?sessionStorage:new Co}var li=class e{getItem(t){return ui.get(`${e.prefix}${t}`)}removeItem(t){ui.erase(`${e.prefix}${t}`)}setItem(t,r,n){ui.set(`${e.prefix}${t}`,r,n)}};li.prefix="coveo_";var bp=class{constructor(){this.cookieStorage=new li}getItem(t){return localStorage.getItem(t)||this.cookieStorage.getItem(t)}removeItem(t){this.cookieStorage.removeItem(t),localStorage.removeItem(t)}setItem(t,r){localStorage.setItem(t,r),this.cookieStorage.setItem(t,r,31556926e3)}},Co=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},js="__coveo.analytics.history",Rw=20,vw=1e3*60,xw=75,Ms=class{constructor(t){this.store=t||Aw()}addElement(t){t.internalTime=new Date().getTime(),t=this.cropQueryElement(this.stripEmptyQuery(t));let r=this.getHistoryWithInternalTime();r!=null?this.isValidEntry(t)&&this.setHistory([t].concat(r)):this.setHistory([t])}addElementAsync(t){return V(this,void 0,void 0,function*(){t.internalTime=new Date().getTime(),t=this.cropQueryElement(this.stripEmptyQuery(t));let r=yield this.getHistoryWithInternalTimeAsync();r!=null?this.isValidEntry(t)&&this.setHistory([t].concat(r)):this.setHistory([t])})}getHistory(){let t=this.getHistoryWithInternalTime();return this.stripEmptyQueries(this.stripInternalTime(t))}getHistoryAsync(){return V(this,void 0,void 0,function*(){let t=yield this.getHistoryWithInternalTimeAsync();return this.stripEmptyQueries(this.stripInternalTime(t))})}getHistoryWithInternalTime(){try{let t=this.store.getItem(js);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){return V(this,void 0,void 0,function*(){try{let t=yield this.store.getItem(js);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem(js,JSON.stringify(t.slice(0,Rw)))}catch{}}clear(){try{this.store.removeItem(js)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,xw)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>vw:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:a}=r;return{name:n,time:o,value:a}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var bw=(e,t)=>V(void 0,void 0,void 0,function*(){return e===Se.view?(yield Fw(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),Fw=e=>V(void 0,void 0,void 0,function*(){let t=new Ms,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),Vs,Iw=new Uint8Array(16);function ww(){if(!Vs&&(Vs=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vs))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vs(Iw)}var Pw=/^(?:[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;function Qs(e){return typeof e=="string"&&Pw.test(e)}var Xe=[];for(let e=0;e<256;++e)Xe.push((e+256).toString(16).slice(1));function zy(e,t=0){return Xe[e[t+0]]+Xe[e[t+1]]+Xe[e[t+2]]+Xe[e[t+3]]+"-"+Xe[e[t+4]]+Xe[e[t+5]]+"-"+Xe[e[t+6]]+Xe[e[t+7]]+"-"+Xe[e[t+8]]+Xe[e[t+9]]+"-"+Xe[e[t+10]]+Xe[e[t+11]]+Xe[e[t+12]]+Xe[e[t+13]]+Xe[e[t+14]]+Xe[e[t+15]]}function Ew(e){if(!Qs(e))throw TypeError("Invalid UUID");let t,r=new Uint8Array(16);return r[0]=(t=parseInt(e.slice(0,8),16))>>>24,r[1]=t>>>16&255,r[2]=t>>>8&255,r[3]=t&255,r[4]=(t=parseInt(e.slice(9,13),16))>>>8,r[5]=t&255,r[6]=(t=parseInt(e.slice(14,18),16))>>>8,r[7]=t&255,r[8]=(t=parseInt(e.slice(19,23),16))>>>8,r[9]=t&255,r[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,r[11]=t/4294967296&255,r[12]=t>>>24&255,r[13]=t>>>16&255,r[14]=t>>>8&255,r[15]=t&255,r}function qw(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var Tw="6ba7b810-9dad-11d1-80b4-00c04fd430c8",kw="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Ow(e,t,r){function n(o,a,d,p){var m;if(typeof o=="string"&&(o=qw(o)),typeof a=="string"&&(a=Ew(a)),((m=a)===null||m===void 0?void 0:m.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let g=new Uint8Array(16+o.length);if(g.set(a),g.set(o,a.length),g=r(g),g[6]=g[6]&15|t,g[8]=g[8]&63|128,d){p=p||0;for(let h=0;h<16;++h)d[p+h]=g[h];return d}return zy(g)}try{n.name=e}catch{}return n.DNS=Tw,n.URL=kw,n}var Dw=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),jy={randomUUID:Dw};function Vn(e,t,r){if(jy.randomUUID&&!t&&!e)return jy.randomUUID();e=e||{};let n=e.random||(e.rng||ww)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return zy(n)}function jw(e,t,r,n){switch(e){case 0:return t&r^~t&n;case 1:return t^r^n;case 2:return t&r^t&n^r&n;case 3:return t^r^n}}function Ap(e,t){return e<<t|e>>>32-t}function Vw(e){let t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){let d=unescape(encodeURIComponent(e));e=[];for(let p=0;p<d.length;++p)e.push(d.charCodeAt(p))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);let n=e.length/4+2,o=Math.ceil(n/16),a=new Array(o);for(let d=0;d<o;++d){let p=new Uint32Array(16);for(let m=0;m<16;++m)p[m]=e[d*64+m*4]<<24|e[d*64+m*4+1]<<16|e[d*64+m*4+2]<<8|e[d*64+m*4+3];a[d]=p}a[o-1][14]=(e.length-1)*8/Math.pow(2,32),a[o-1][14]=Math.floor(a[o-1][14]),a[o-1][15]=(e.length-1)*8&4294967295;for(let d=0;d<o;++d){let p=new Uint32Array(80);for(let C=0;C<16;++C)p[C]=a[d][C];for(let C=16;C<80;++C)p[C]=Ap(p[C-3]^p[C-8]^p[C-14]^p[C-16],1);let m=r[0],g=r[1],h=r[2],A=r[3],R=r[4];for(let C=0;C<80;++C){let v=Math.floor(C/20),b=Ap(m,5)+jw(v,g,h,A)+R+t[v]+p[C]>>>0;R=A,A=h,h=Ap(g,30)>>>0,g=m,m=b}r[0]=r[0]+m>>>0,r[1]=r[1]+g>>>0,r[2]=r[2]+h>>>0,r[3]=r[3]+A>>>0,r[4]=r[4]+R>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,r[0]&255,r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,r[1]&255,r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,r[2]&255,r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,r[3]&255,r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,r[4]&255]}var Nw=Ow("v5",80,Vw),Vy=Nw,Wy="2.30.52",Ny=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,ci={pageview:"pageview",event:"event"},Ls=class{constructor({client:t,uuidGenerator:r=Vn}){this.client=t,this.uuidGenerator=r}},Fp=class extends Ls{constructor({client:t,uuidGenerator:r=Vn}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=Ny(window.location),this.lastReferrer=ho()?document.referrer:"",this.addHooks()}getApi(t){switch(t){case"setAction":return this.setAction;default:return null}}setAction(t,r){this.action=t,this.actionData=r}clearData(){this.clearPluginData(),this.action=void 0,this.actionData={}}getLocationInformation(t,r){return Object.assign({hitType:t},this.getNextValues(t,r))}updateLocationInformation(t,r){this.updateLocationForNextPageView(t,r)}getDefaultContextInformation(t){let r={title:ho()?document.title:"",encoding:ho()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},o={language:navigator.language,userAgent:navigator.userAgent},a={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},a),n),o),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:o,location:a}=this.getNextValues(t,r);this.lastReferrer=o,this.pageViewId=n,this.currentLocation=a,t===ci.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===ci.pageview?this.nextPageViewId:this.pageViewId,referrer:t===ci.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===ci.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=o=>o.replace(/^\/?(.*)$/,"/$1");return`${(o=>o.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return Ny(window.location)}},Qr=class e{constructor(t,r){if(!Qs(t))throw Error("Not a valid uuid");this.clientId=t,this.creationDate=Math.floor(r/1e3)}toString(){return this.clientId.replace(/-/g,"")+"."+this.creationDate.toString()}get expired(){let t=Math.floor(Date.now()/1e3)-this.creationDate;return t<0||t>e.expirationTime}validate(t,r){return!this.expired&&this.matchReferrer(t,r)}matchReferrer(t,r){try{let n=new URL(t);return r.some(o=>new RegExp(o.replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(n.host))}catch{return!1}}static fromString(t){let r=t.split(".");if(r.length!==2)return null;let[n,o]=r;if(n.length!==32||isNaN(parseInt(o)))return null;let a=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return Qs(a)?new e(a,Number.parseInt(o)*1e3):null}};Qr.cvo_cid="cvo_cid";Qr.expirationTime=120;var Ip=class extends Ls{constructor({client:t,uuidGenerator:r=Vn}){super({client:t,uuidGenerator:r})}getApi(t){switch(t){case"decorate":return this.decorate;case"acceptFrom":return this.acceptFrom;default:return null}}decorate(t){return V(this,void 0,void 0,function*(){if(!this.client.getCurrentVisitorId)throw new Error("Could not retrieve current clientId");try{let r=new URL(t),n=yield this.client.getCurrentVisitorId();return r.searchParams.set(Qr.cvo_cid,new Qr(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};Ip.Id="link";var wt=Object.keys;function Ns(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var Rp=128,Yy=192,My=224,Qy=240;function Mw(e){return(e&248)===Qy?4:(e&Qy)===My?3:(e&My)===Yy?2:1}function Qw(e,t){if(t<0||e.length<=t)return e;let r=e.indexOf("%",t-2);for(r<0||r>t?r=t:t=r;r>2&&e.charAt(r-3)=="%";){let n=Number.parseInt(e.substring(r-2,r),16);if((n&Rp)!=Rp)break;if(r-=3,(n&Yy)!=Rp){t-r>=Mw(n)*3&&(r=t);break}}return e.substring(0,r)}var wp={id:"svc_ticket_id",subject:"svc_ticket_subject",description:"svc_ticket_description",category:"svc_ticket_category",productId:"svc_ticket_product_id",custom:"svc_ticket_custom"},Lw=wt(wp).map(e=>wp[e]),_w=[...Lw].join("|"),Uw=new RegExp(`^(${_w}$)`),Bw={svcAction:"svc_action",svcActionData:"svc_action_data"},$w=e=>wt(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=wp[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),Hw=e=>Uw.test(e),Gw=[Hw],Ly={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},_y={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},tt={action:"pa",list:"pal",listSource:"pls"},_s={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},zw=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],Pp={id:"quoteId",affiliation:"quoteAffiliation"},Ep={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},Ww={add:tt,bookmark_add:tt,bookmark_remove:tt,click:tt,checkout:tt,checkout_option:tt,detail:tt,impression:tt,remove:tt,refund:Object.assign(Object.assign({},tt),_s),purchase:Object.assign(Object.assign({},tt),_s),quickview:tt,quote:Object.assign(Object.assign({},tt),Pp),review:Object.assign(Object.assign({},tt),Ep)},Yw=wt(Ly).map(e=>Ly[e]),Kw=wt(_y).map(e=>_y[e]),Jw=wt(tt).map(e=>tt[e]),Xw=wt(_s).map(e=>_s[e]),Zw=wt(Ep).map(e=>Ep[e]),eP=wt(Pp).map(e=>Pp[e]),tP=[...Yw,"custom"].join("|"),rP=[...Kw,"custom"].join("|"),Ky="(pr[0-9]+)",Jy="(il[0-9]+pi[0-9]+)",nP=new RegExp(`^${Ky}(${tP})$`),oP=new RegExp(`^(${Jy}(${rP}))|(il[0-9]+nm)$`),aP=new RegExp(`^(${Jw.join("|")})$`),iP=new RegExp(`^(${Xw.join("|")})$`),sP=new RegExp(`^${Ky}custom$`),cP=new RegExp(`^${Jy}custom$`),uP=new RegExp(`^(${[...zw,...Zw,...eP].join("|")})$`),lP=e=>nP.test(e),dP=e=>oP.test(e),pP=e=>aP.test(e),mP=e=>iP.test(e),gP=e=>uP.test(e),fP=[dP,lP,pP,mP,gP],yP=[sP,cP],hP={anonymizeIp:"aip"},SP={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},CP={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},AP=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],RP=Object.assign(Object.assign(Object.assign(Object.assign({},hP),SP),CP),AP.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),qp=Object.assign(Object.assign({},RP),Bw),vP=e=>{let t=!!e.action&&Ww[e.action]||{};return wt(e).reduce((r,n)=>{let o=t[n]||qp[n]||n;return Object.assign(Object.assign({},r),{[o]:e[n]})},{})},xP=wt(qp).map(e=>qp[e]),bP=e=>xP.indexOf(e)!==-1,FP=e=>e==="custom",IP=e=>[...fP,...Gw,bP,FP].some(t=>t(e)),wP=e=>wt(e).reduce((t,r)=>{let n=PP(r);return n?Object.assign(Object.assign({},t),EP(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),PP=e=>{let t;return[...yP].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},EP=(e,t)=>wt(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),Tp=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){if(!this.isAvailable())throw new Error("navigator.sendBeacon is not supported in this browser. Consider adding a polyfill like \"sendbeacon-polyfill\".");let{baseUrl:n,preprocessRequest:o}=this.opts,a=yield this.getQueryParamsForEventType(t),{url:d,payload:p}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${a}`,r,o),m=this.encodeForEventType(t,p),g=new Blob([m],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(d,g)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return V(this,void 0,void 0,function*(){let o=t,a=r;if(n){let d=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:p,body:m}=d;o=p||t;try{a=JSON.parse(m)}catch(g){console.error("Unable to process the request body as a JSON string",g)}}return{payload:a,url:o}})}encodeForEventType(t,r){return this.isEventTypeLegacy(t)?this.encodeEventToJson(t,r):this.encodeEventToJson(t,r,this.opts.token)}getQueryParamsForEventType(t){return V(this,void 0,void 0,function*(){let{token:r,visitorIdProvider:n}=this.opts,o=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",o?`visitorId=${o}`:"","discardVisitInfo=true"].filter(a=>!!a).join("&")})}isEventTypeLegacy(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let o=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(o=`access_token=${encodeURIComponent(n)}&${o}`),o}},kp=class{sendEvent(t,r){return V(this,void 0,void 0,function*(){return Promise.resolve()})}deleteHttpCookieVisitorId(){return V(this,void 0,void 0,function*(){return Promise.resolve()})}},Uy=f.fetch,Us=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:o,preprocessRequest:a}=this.opts,d=this.shouldAppendVisitorId(t)?yield this.getVisitorIdParam():"",p={url:`${n}/analytics/${t}${d}`,credentials:"include",mode:"cors",headers:this.getHeaders(),method:"POST",body:JSON.stringify(r)},m=Object.assign(Object.assign({},p),a?yield a(p,"analyticsFetch"):{}),{url:g}=m,h=zt(m,["url"]),A;try{A=yield Uy(g,h)}catch(R){console.error("An error has occured when sending the event.",R);return}if(A.ok){let R=yield A.json();return R.visitorId&&o.setCurrentVisitorId(R.visitorId),R}else{try{A.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,A,r),new Error(`An error has occurred when sending the "${t}" event. Check the console logs for more details.`)}})}deleteHttpCookieVisitorId(){return V(this,void 0,void 0,function*(){let{baseUrl:t}=this.opts,r=`${t}/analytics/visit`;yield Uy(r,{headers:this.getHeaders(),method:"DELETE"})})}shouldAppendVisitorId(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}getVisitorIdParam(){return V(this,void 0,void 0,function*(){let{visitorIdProvider:t}=this.opts,r=yield t.getCurrentVisitorId();return r?`?visitor=${r}`:""})}getHeaders(){let{token:t}=this.opts;return Object.assign(Object.assign({},t?{Authorization:`Bearer ${t}`}:{}),{"Content-Type":"application/json"})}},Op=class{constructor(t,r){xp()&&Gy()?this.storage=new bp:xp()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new Co),this.client=new Us(t),this.beaconClient=new Tp(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:o,payload:a}of n)this.beaconClient.sendEvent(o,a)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},Dp=class{constructor(t,r){this.storage=r||new Co,this.client=new Us(t)}getClientDependingOnEventType(t){return this.client}},Bs=class{constructor(){this.storage=new Co,this.client=new kp}getClientDependingOnEventType(t){return this.client}},qP="xx",TP=e=>e?.startsWith(qP)||!1,kP=`
28
28
  We've detected you're using React Native but have not provided the corresponding runtime,
29
29
  for an optimal experience please use the "coveo.analytics/react-native" subpackage.
30
30
  Follow the Readme on how to set it up: https://github.com/coveo/coveo.analytics.js#using-react-native
@@ -50,4 +50,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
50
50
  * limitations under the License.
51
51
  */if(__exports!=exports)module.exports=exports;return module.exports});
52
52
 
53
- window.coveoQuanticVersion = '3.36.0';
53
+ window.coveoQuanticVersion = '3.36.1';