@coveo/headless 3.30.0-pre.ba54e8ea99 → 3.30.0-pre.e4dec75021
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.
- package/dist/cjs/case-assist/headless.cjs +1 -1
- package/dist/cjs/commerce/headless.cjs +1 -1
- package/dist/cjs/headless.cjs +1 -1
- package/dist/cjs/insight/headless.cjs +1 -1
- package/dist/cjs/recommendation/headless.cjs +1 -1
- package/dist/cjs/ssr/headless.cjs +1 -1
- package/dist/cjs/ssr-commerce/headless.cjs +1 -1
- package/dist/cjs/ssr-commerce-next/headless.cjs +1 -1
- package/dist/cjs/ssr-next/headless.cjs +1 -1
- package/dist/esm/utils/version.js +1 -1
- package/dist/quantic/case-assist/headless.js +1 -1
- package/dist/quantic/commerce/headless.js +1 -1
- package/dist/quantic/headless.js +1 -1
- package/dist/quantic/insight/headless.js +1 -1
- package/dist/quantic/recommendation/headless.js +1 -1
- package/package.json +1 -1
package/dist/quantic/headless.js
CHANGED
|
@@ -25,7 +25,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
25
25
|
|
|
26
26
|
${t}
|
|
27
27
|
`;return new Rs(r)}var Rs=class extends Error{constructor(e){super(e),this.name="SchemaValidationError"}},ue=class{constructor(e){this.definition=e}validate(e={},t=""){let r={...this.default,...e},n=[];for(let a in this.definition){let o=this.definition[a].validate(r[a]);o&&n.push(`${a}: ${o}`)}if(n.length)throw gw(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}},ve=class{constructor(e={}){this.baseConfig=e}validate(e){return this.baseConfig.required&&ne(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 Ye(e){return e===void 0}function yw(e){return e===null}function ne(e){return Ye(e)||yw(e)}var ae=class{constructor(e={}){Fe(this,"value");this.value=new ve(e)}validate(e){let t=this.value.validate(e);return t||(hw(e)?null:"value is not a boolean.")}get default(){return this.value.default}get required(){return this.value.required}};function hw(e){return Ye(e)||$c(e)}function $c(e){return typeof e=="boolean"}var J=class{constructor(e={}){Fe(this,"value");this.config=e,this.value=new ve(e)}validate(e){let t=this.value.validate(e);return t||(Sw(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 Sw(e){return Ye(e)||Ty(e)}function Ty(e){return typeof e=="number"&&!Number.isNaN(e)}var Cw=/^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/i,D=class{constructor(e={}){Fe(this,"value");Fe(this,"config");this.config={emptyAllowed:!0,url:!1,...e},this.value=new ve(this.config)}validate(e){let{emptyAllowed:t,url:r,regex:n,constrainTo:a,ISODate:o}=this.config,d=this.value.validate(e);if(d)return d;if(Ye(e))return null;if(!za(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}`:a&&!a.includes(e)?`value should be one of: ${a.join(", ")}.`:o&&!(Cw.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 za(e){return Object.prototype.toString.call(e)==="[object String]"}var U=class{constructor(e={}){Fe(this,"config");this.config={options:{required:!1},values:{},...e}}validate(e){if(Ye(e))return this.config.options.required?"value is required and is currently undefined":null;if(!Oy(e))return"value is not an object";for(let[r,n]of Object.entries(this.config.values))if(n.required&&ne(e[r]))return`value does not contain ${r}`;let t="";for(let[r,n]of Object.entries(this.config.values)){let a=e[r],o=n.validate(a);o!==null&&(t+=` ${o}`)}return t===""?null:t}get default(){}get required(){return!!this.config.options.required}};function Oy(e){return e!==void 0&&typeof e=="object"}var te=class{constructor(e={}){Fe(this,"value");this.config=e,this.value=new ve(this.config)}validate(e){if(!ne(e)&&!Array.isArray(e))return"value is not an array";let t=this.value.validate(e);if(t!==null)return t;if(ne(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&&ne(n)&&(r=`value is null or undefined: ${e.join(",")}`);let a=this.validatePrimitiveValue(n,this.config.each);a!==null&&(r+=` ${a}`)}),r===""?null:r}return null}validatePrimitiveValue(e,t){return $c(e)||za(e)||Ty(e)||Oy(e)?t.validate(e):"value is not a primitive value"}get default(){}get required(){return this.value.required}};function Wa(e){return Array.isArray(e)}var rn=class{constructor(e){Fe(this,"value");this.config=e,this.value=new ve(e)}validate(e){let t=this.value.validate(e);return t!==null?t:Ye(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 nn=(e,t=5)=>e+Math.random().toString(36).substring(2,2+t);function Hc(e){return Array.isArray(e)}function Gc(e){return e.trim()===""}function qy(e,t){return[...e.reduce((r,n)=>{let a=t(n);return r.has(a)||r.set(a,n),r},new Map).values()]}function xw(e){return btoa(encodeURI(e))}function zc(e,t){let{[e]:r,...n}=t;return n}function Ya(e){return xw(JSON.stringify(e))}var Aw=new Set(["1",1,"yes",!0]);function jy(){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=>Aw.has(r))}function Dy(e){let t={};for(let[r,n]of e)t[r]=n;return t}function Vy(e,t,r){return clearTimeout(t),setTimeout(e,r)}function bs(e){if(typeof e!="object"||!e)return e;try{return JSON.parse(JSON.stringify(e))}catch{return e}}function Fw(e){if(Gc(e.openingDelimiter)||Gc(e.closingDelimiter))throw Error("delimiters should be a non-empty string");if(ne(e.content)||Gc(e.content))return e.content;if(e.highlights.length===0)return Ka(e.content);let t=e.content.length,r="",n=0;for(let a=0;a<e.highlights.length;a++){let o=e.highlights[a],d=o.offset,p=d+o.length;if(p>t)break;r+=Ka(e.content.slice(n,d)),r+=e.openingDelimiter,r+=Ka(e.content.slice(d,p)),r+=e.closingDelimiter,n=p}return n!==t&&(r+=Ka(e.content.slice(n))),r}function nm(e,t){return e=Ka(e),e.replace(/\[(.*?)\]|\{(.*?)\}|\((.*?)\)/g,(r,n,a,o)=>n?rm(n,t.notMatchDelimiters):a?rm(a,t.exactMatchDelimiters):o?rm(o,t.correctionDelimiters):r)}function rm(e,t){return t?t.open+e+t.close:e}function Ka(e){let t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},r=`(?:${Object.keys(t).join("|")})`,n=RegExp(r),a=RegExp(r,"g");return n.test(e)?e.replace(a,o=>t[o]):e}l();s();u();c();l();s();u();c();l();s();u();c();l();s();u();c();async function My(e,t){let r=e.getReader(),n;for(;!(n=await r.read()).done;)t(n.value)}function Ly(e){let t,r,n,a=!1;return function(d){t===void 0?(t=d,r=0,n=-1):t=bw(t,d);let p=t.length,m=0;for(;r<p;){a&&(t[r]===10&&(m=++r),a=!1);let f=-1;for(;r<p&&f===-1;++r)switch(t[r]){case 58:n===-1&&(n=r-m);break;case 13:a=!0,f=r;break;case 10:f=r;break}if(f===-1)break;e(t.subarray(m,f),n),m=r,n=-1}m===p?t=void 0:m!==0&&(t=t.subarray(m),r-=m)}}function Qy(e,t,r){let n=Ny(),a=new TextDecoder;return function(d,p){if(d.length===0)r?.(n),n=Ny();else if(p>0){let m=a.decode(d.subarray(0,p)),f=p+(d[p+1]===32?2:1),S=a.decode(d.subarray(f));switch(m){case"data":n.data=n.data?`${n.data}
|
|
28
|
-
${S}`:S;break;case"event":n.event=S;break;case"id":e(n.id=S);break;case"retry":Rw(S,n,t);break}}}}function Rw(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function bw(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Ny(){return{data:"",event:"",id:"",retry:void 0}}var om="text/event-stream",vw=1e3,_y="last-event-id";function Uy(){return typeof window<"u"}function Wc(e,{signal:t,headers:r,onopen:n,onmessage:a,onclose:o,onerror:d,openWhenHidden:p,fetch:m,...f}){return new Promise((S,x)=>{let A={...r};A.accept||(A.accept=om);let C;function F(){C?.abort(),document.hidden||I()}!p&&Uy()&&document.addEventListener("visibilitychange",F);let v=vw,R;function b(){Uy()&&document.removeEventListener("visibilitychange",F),clearTimeout(R),C?.abort()}t?.addEventListener("abort",()=>{b(),S()});let E=m??y,w=n??ww;async function I(){C=i.AbortController?new i.AbortController:null;try{let N=await E(e,{...f,headers:A,signal:C?.signal});await w(N),await My(N.body,Ly(Qy(q=>{q?A[_y]=q:delete A[_y]},q=>{v=q},a))),o?.(),b(),S()}catch(N){if(!C?.signal?.aborted)try{let q=d?.(N)??v;clearTimeout(R),R=setTimeout(I,q)}catch(q){b(),x(q)}}}I()})}function ww(e){let t=e.headers.get("content-type");if(!t?.startsWith(om))throw new Error(`Expected content-type to be ${om}, Actual: ${t}`)}l();s();u();c();var an=class{constructor(t){Fe(this,"_basePath");Fe(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 Pw=(e,t,r)=>new an(`${e}/rest/organizations/${t}/machinelearning/streaming/${r}`).href,By=3,Ew=5e3,Iw="text/event-stream",cm=1,im=class extends Error{},vs=class extends Error{constructor(r){super(r.message);this.payload=r}},sm=class{constructor(){Fe(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)}},Yc=class{constructor(t){Fe(this,"logger");this.logger=t.logger}streamGeneratedAnswer(t,r){let{url:n,organizationId:a,streamId:o,accessToken:d}=t,{write:p,abort:m,close:f,resetAnswer:S}=r,x=new sm;if(!o){this.logger.error("No stream ID found");return}let A=0,C,F=()=>{C&&!x.isActive(C)&&(R?.abort(),S(),b())},v=()=>{x.remove(C),C=Vy(F,C,Ew),x.add(C)},R=new i.AbortController,b=()=>Wc(Pw(n,a,o),{method:"GET",fetch:y,headers:{Authorization:`Bearer ${d}`,accept:"*/*"},openWhenHidden:!0,signal:R?.signal,async onopen(E){if(E.ok&&E.headers.get("content-type")===Iw)return;throw E.status>=400&&E.status<500&&E.status!==429?new vs({message:"Error opening stream",code:E.status}):new im},onmessage:E=>{if(R?.signal.aborted)return;let w=JSON.parse(E.data);if(w.finishReason==="ERROR"){x.remove(C),R?.abort(),m({message:w.errorMessage,code:w.statusCode});return}p(w),A=0,w.finishReason==="COMPLETED"?(x.remove(C),f()):v()},onerror:E=>{if(!R?.signal.aborted){if(x.remove(C),E instanceof vs)throw R?.abort(),m(E),E;if(++A>By){this.logger.info("Maximum retry exceeded.");let w={message:"Failed to complete stream.",code:cm};throw R?.abort(),m(w),new vs(w)}this.logger.info(`Retrying...(${A}/${By})`),S()}}});return b(),R}};l();s();u();c();var th=Qt(Jy(),1);l();s();u();c();var z=new Error("Failed to load reducers."),Ja=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."}},oa=class extends Error{constructor(r,n){super();Fe(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 Xy(e){let t=[];for(let r in e){let n=encodeURIComponent(r),a=encodeURIComponent(e[r]);t.push(`${n}=${a}`)}return t.join("&")}function Zy(e){return typeof e!="object"||!e?!1:Object.values(e).every(tP)}function tP(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function eh(e){return e===429}var Rt=class e{static async call(t){let r=rP(t),{logger:n}=t,a=await e.preprocessRequest(r,t);n.info(a,"Platform request");let{url:o,...d}=a,p=async()=>{let m=await y(o,d);if(eh(m.status))throw m;return m};try{let m=await(0,th.backOff)(p,{retry:f=>{let S=f&&eh(f.status);return S&&n.info("Platform retrying request"),S}});switch(m.status){case 419:case 401:throw n.info("Platform renewing token"),new Ja;case 404:throw new oa(o,m.status);default:return n.info({response:m,requestInfo:a},"Platform response"),m}}catch(m){return m.message==="Failed to fetch"?new oa(o):m}}static async preprocessRequest(t,r){let{origin:n,preprocessRequest:a,logger:o,requestMetadata:d}=r,{signal:p,...m}=t,f=bs(m);try{let S=await a(t,n,d);return{...t,...S}}catch(S){o.error(S,"Platform request preprocessing failed. Returning default request options.")}return f}};function Ke(e,t="prod",r="platform"){let n=t==="prod"?"":t,a=r==="platform"?"":`.${r}`;return`https://${e}${a}.org${n}.coveo.com`}function Ne(e,t="prod"){return`${Ke(e,t)}/rest/search/v2`}function Jc(e,t="prod"){return`${Ke(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function rP(e){let{url:t,method:r,requestParams:n,contentType:a,accessToken:o,signal:d}=e,p=e.method==="POST"||e.method==="PUT",m=nP(n,a);return{url:t,method:r,headers:{"Content-Type":a,Authorization:`Bearer ${o}`,...e.headers},...p&&{body:m},signal:d}}function nP(e,t){return t==="application/x-www-form-urlencoded"?Zy(e)?Xy(e):"":JSON.stringify(e)}l();s();u();c();var Xc=e=>e;l();s();u();c();l();s();u();c();function Xa(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function ht(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:Xa(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:Xa(),extendedResults:{},searchAction:void 0}}l();s();u();c();function on(e){let{url:t,accessToken:r,organizationId:n,authentication:a,...o}=e;return o}var sn=e=>{let{response:t}=e;return t.body?aP(e):oP(t)},aP=e=>sP(e)?cP(e):iP(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},oP=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function iP(e){return e.body.statusCode!==void 0}function sP(e){return e.body.exception!==void 0}var cP=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});l();s();u();c();var cn=class{constructor(){Fe(this,"currentAbortController",null)}async enqueue(t,r){let n=this.currentAbortController;this.currentAbortController=new i.AbortController;let a=this.currentAbortController;n&&(r.warnOnAbort&&r.logger.warn("Cancelling current pending search query"),n.abort());try{return await t(a?.signal??null)}finally{this.currentAbortController===a&&(this.currentAbortController=null)}}};l();s();u();c();l();s();u();c();function rh(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}l();s();u();c();var Vr=(e,t,r,n)=>{let a=new an(`${e.url}${n}`);return a.addParam("organizationId",e.organizationId),e.authentication&&a.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:a.href,origin:"searchApiFetch"}};var nh=(e,t)=>{let r=new an(`${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},ah=async(e,t)=>{let r=await Rt.call({...Vr(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:on(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=rh(r),a=await r.arrayBuffer(),d=new TextDecoder(n).decode(a);return uP(d)?{success:d}:{error:sn({response:r,body:d})}};function uP(e){return typeof e=="string"}l();s();u();c();function lP(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function dP(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function Es(e,t){if(t&&e.name==="AbortError")return{error:dP(e)};if(e instanceof oa)return{error:lP(e)};throw e}var Zc=class{constructor(t){this.options=t;Fe(this,"apiCallsQueues",{unknown:new cn,mainSearch:new cn,facetValues:new cn,foldingCollection:new cn,instantResults:new cn})}async plan(t){let r=await Rt.call({...Vr(t,"POST","application/json","/plan"),requestParams:on(t),requestMetadata:{method:"plan"},...this.options});if(r instanceof Error)return Es(r);let n=await r.json();return mP(n)?{success:n}:{error:sn({response:r,body:n})}}async querySuggest(t){let r=await Rt.call({...Vr(t,"POST","application/json","/querySuggest"),requestMetadata:{method:"querySuggest"},requestParams:on(t),...this.options});if(r instanceof Error)return Es(r);let n=await r.json(),a={response:r,body:n};return pP(n)?{success:(await this.options.postprocessQuerySuggestResponseMiddleware(a)).body}:{error:sn(a)}}async search(t,r){let n=r?.origin??"unknown",a=await this.apiCallsQueues[n].enqueue(p=>Rt.call({...Vr(t,"POST","application/json",""),requestParams:on(t),requestMetadata:{method:"search",origin:r?.origin},...this.options,signal:p??void 0}),{logger:this.options.logger,warnOnAbort:!r?.disableAbortWarning});if(a instanceof Error)return Es(a,r?.disableAbortWarning);let o=await a.json(),d={response:a,body:o};return oh(o)?(d.body=ih(o),{success:(await this.options.postprocessSearchResponseMiddleware(d)).body}):{error:sn(d)}}async facetSearch(t){let r=await Rt.call({...Vr(t,"POST","application/json","/facet"),requestParams:on(t),requestMetadata:{method:"facetSearch"},...this.options});if(r instanceof Error)throw r;let n=await r.json(),a={response:r,body:n};return(await this.options.postprocessFacetSearchResponseMiddleware(a)).body}async recommendations(t){let r=await Rt.call({...Vr(t,"POST","application/json",""),requestParams:on(t),requestMetadata:{method:"recommendations"},...this.options});if(r instanceof Error)throw r;let n=await r.json();if(oh(n)){let a={response:r,body:n};return a.body=ih(n),{success:(await this.options.postprocessSearchResponseMiddleware(a)).body}}return{error:sn({response:r,body:n})}}async html(t){return ah(t,{...this.options})}async fieldDescriptions(t){let r=await Rt.call({...Vr(t,"GET","application/json","/fields"),requestParams:{},requestMetadata:{method:"fieldDescriptions"},...this.options});if(r instanceof Error)throw r;let n=await r.json();return fP(n)?{success:n}:{error:sn({response:r,body:n})}}},eu=e=>e.success!==void 0,Be=e=>e.error!==void 0;function oh(e){return e.results!==void 0}function ih(e){let t=Xa();return ne(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}function pP(e){return e.completions!==void 0}function mP(e){return e.preprocessingOutput!==void 0}function fP(e){return e.fields!==void 0}l();s();u();c();var sh=e=>e,ch=e=>e,uh=e=>e;l();s();u();c();l();s();u();c();var H=new D({required:!0,emptyAllowed:!1}),Ie=new D({required:!1,emptyAllowed:!1}),be=new D({required:!0,emptyAllowed:!0}),lh=new D({required:!1,emptyAllowed:!0}),tu=new te({each:H,required:!0}),dh=new D({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),ph=new D({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),O_=new D({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),Nr=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),bt=(e,t)=>{if("required"in t)return{payload:new ue({value:t}).validate({value:e}).value};let a=new U({options:{required:!0},values:t}).validate(e);if(a)throw new Rs(a);return{payload:e}},k=(e,t)=>{try{return bt(e,t)}catch(r){return{payload:e,error:Nr(r)}}},Me=(e,t,r,n)=>{let a=`Check the initialState of ${n}`;return mh(e,t,r,a,"Controller initialization error")},we=(e,t,r,n)=>{let a=`Check the options of ${n}`;return mh(e,t,r,a,"Controller initialization error")},mh=(e,t,r,n,a)=>{try{return t.validate(r,n)}catch(o){throw e.logger.error(o,a),o}};l();s();u();c();l();s();u();c();l();s();u();c();function Je(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 gP=typeof Symbol=="function"&&Symbol.observable||"@@observable",fh=gP,hm=()=>Math.random().toString(36).substring(7).split("").join("."),yP={INIT:`@@redux/INIT${hm()}`,REPLACE:`@@redux/REPLACE${hm()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${hm()}`},ru=yP;function Xt(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 Sm(e,t,r){if(typeof e!="function")throw new Error(Je(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Je(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Je(1));return r(Sm)(e,t)}let n=e,a=t,o=new Map,d=o,p=0,m=!1;function f(){d===o&&(d=new Map,o.forEach((R,b)=>{d.set(b,R)}))}function S(){if(m)throw new Error(Je(3));return a}function x(R){if(typeof R!="function")throw new Error(Je(4));if(m)throw new Error(Je(5));let b=!0;f();let E=p++;return d.set(E,R),function(){if(b){if(m)throw new Error(Je(6));b=!1,f(),d.delete(E),o=null}}}function A(R){if(!Xt(R))throw new Error(Je(7));if(typeof R.type>"u")throw new Error(Je(8));if(typeof R.type!="string")throw new Error(Je(17));if(m)throw new Error(Je(9));try{m=!0,a=n(a,R)}finally{m=!1}return(o=d).forEach(E=>{E()}),R}function C(R){if(typeof R!="function")throw new Error(Je(10));n=R,A({type:ru.REPLACE})}function F(){let R=x;return{subscribe(b){if(typeof b!="object"||b===null)throw new Error(Je(11));function E(){let I=b;I.next&&I.next(S())}return E(),{unsubscribe:R(E)}},[fh](){return this}}}return A({type:ru.INIT}),{dispatch:A,subscribe:x,getState:S,replaceReducer:C,[fh]:F}}function hP(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:ru.INIT})>"u")throw new Error(Je(12));if(typeof r(void 0,{type:ru.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Je(13))})}function Za(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),a,o;try{hP(r)}catch(d){o=d}return function(p={},m){if(o)throw o;let f=!1,S={};for(let x=0;x<n.length;x++){let A=n[x],C=r[A],F=p[A],v=C(F,m);if(typeof v>"u"){let R=m&&m.type;throw new Error(Je(14))}S[A]=v,f=f||v!==F}return f=f||n.length!==Object.keys(p).length,f?S:p}}function eo(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function gh(...e){return t=>(r,n)=>{let a=t(r,n),o=()=>{throw new Error(Je(15))},d={getState:a.getState,dispatch:(m,...f)=>o(m,...f)},p=e.map(m=>m(d));return o=eo(...p)(a.dispatch),{...a,dispatch:o}}}function nu(e){return Xt(e)&&"type"in e&&typeof e.type=="string"}l();s();u();c();var Em=Symbol.for("immer-nothing"),Is=Symbol.for("immer-draftable"),lt=Symbol.for("immer-state");function Xe(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var sa=Object.getPrototypeOf;function St(e){return!!e&&!!e[lt]}function dt(e){return e?xh(e)||Array.isArray(e)||!!e[Is]||!!e.constructor?.[Is]||to(e)||Ds(e):!1}var SP=Object.prototype.constructor.toString();function xh(e){if(!e||typeof e!="object")return!1;let t=sa(e);if(t===null)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===SP}function Im(e){return St(e)||Xe(15,e),e[lt].base_}function ks(e,t){ca(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,n)=>t(n,r,e))}function ca(e){let t=e[lt];return t?t.type_:Array.isArray(e)?1:to(e)?2:Ds(e)?3:0}function Ts(e,t){return ca(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Cm(e,t){return ca(e)===2?e.get(t):e[t]}function Ah(e,t,r){let n=ca(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function CP(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function to(e){return e instanceof Map}function Ds(e){return e instanceof Set}function ia(e){return e.copy_||e.base_}function Fm(e,t){if(to(e))return new Map(e);if(Ds(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=xh(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[lt];let a=Reflect.ownKeys(n);for(let o=0;o<a.length;o++){let d=a[o],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(sa(e),n)}else{let n=sa(e);if(n!==null&&r)return{...e};let a=Object.create(n);return Object.assign(a,e)}}function su(e,t=!1){return cu(e)||St(e)||!dt(e)||(ca(e)>1&&Object.defineProperties(e,{set:{value:au},add:{value:au},clear:{value:au},delete:{value:au}}),Object.freeze(e),t&&Object.values(e).forEach(r=>su(r,!0))),e}function au(){Xe(2)}function cu(e){return Object.isFrozen(e)}var Rm={};function ua(e){let t=Rm[e];return t||Xe(0,e),t}function xP(e,t){Rm[e]||(Rm[e]=t)}var Os;function Fh(){return Os}function AP(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function yh(e,t){t&&(ua("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function bm(e){vm(e),e.drafts_.forEach(FP),e.drafts_=null}function vm(e){e===Os&&(Os=e.parent_)}function hh(e){return Os=AP(Os,e)}function FP(e){let t=e[lt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Sh(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[lt].modified_&&(bm(t),Xe(4)),dt(e)&&(e=ou(t,e),t.parent_||iu(t,e)),t.patches_&&ua("Patches").generateReplacementPatches_(r[lt].base_,e,t.patches_,t.inversePatches_)):e=ou(t,r,[]),bm(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Em?e:void 0}function ou(e,t,r){if(cu(t))return t;let n=t[lt];if(!n)return ks(t,(a,o)=>Ch(e,n,t,a,o,r)),t;if(n.scope_!==e)return t;if(!n.modified_)return iu(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;let a=n.copy_,o=a,d=!1;n.type_===3&&(o=new Set(a),a.clear(),d=!0),ks(o,(p,m)=>Ch(e,n,a,p,m,r,d)),iu(e,a,!1),r&&e.patches_&&ua("Patches").generatePatches_(n,r,e.patches_,e.inversePatches_)}return n.copy_}function Ch(e,t,r,n,a,o,d){if(St(a)){let p=o&&t&&t.type_!==3&&!Ts(t.assigned_,n)?o.concat(n):void 0,m=ou(e,a,p);if(Ah(r,n,m),St(m))e.canAutoFreeze_=!1;else return}else d&&r.add(a);if(dt(a)&&!cu(a)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ou(e,a),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(to(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&iu(e,a)}}function iu(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&su(t,r)}function RP(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:Fh(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},a=n,o=km;r&&(a=[n],o=qs);let{revoke:d,proxy:p}=Proxy.revocable(a,o);return n.draft_=p,n.revoke_=d,p}var km={get(e,t){if(t===lt)return e;let r=ia(e);if(!Ts(r,t))return bP(e,r,t);let n=r[t];return e.finalized_||!dt(n)?n:n===xm(e.base_,t)?(Am(e),e.copy_[t]=Pm(n,e)):n},has(e,t){return t in ia(e)},ownKeys(e){return Reflect.ownKeys(ia(e))},set(e,t,r){let n=Rh(ia(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let a=xm(ia(e),t),o=a?.[lt];if(o&&o.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(CP(r,a)&&(r!==void 0||Ts(e.base_,t)))return!0;Am(e),wm(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 xm(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Am(e),wm(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=ia(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Xe(11)},getPrototypeOf(e){return sa(e.base_)},setPrototypeOf(){Xe(12)}},qs={};ks(km,(e,t)=>{qs[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});qs.deleteProperty=function(e,t){return qs.set.call(this,e,t,void 0)};qs.set=function(e,t,r){return km.set.call(this,e[0],t,r,e[0])};function xm(e,t){let r=e[lt];return(r?ia(r):e)[t]}function bP(e,t,r){let n=Rh(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Rh(e,t){if(!(t in e))return;let r=sa(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=sa(r)}}function wm(e){e.modified_||(e.modified_=!0,e.parent_&&wm(e.parent_))}function Am(e){e.copy_||(e.copy_=Fm(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var vP=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let o=r;r=t;let d=this;return function(m=o,...f){return d.produce(m,S=>r.call(this,S,...f))}}typeof r!="function"&&Xe(6),n!==void 0&&typeof n!="function"&&Xe(7);let a;if(dt(t)){let o=hh(this),d=Pm(t,void 0),p=!0;try{a=r(d),p=!1}finally{p?bm(o):vm(o)}return yh(o,n),Sh(a,o)}else if(!t||typeof t!="object"){if(a=r(t),a===void 0&&(a=t),a===Em&&(a=void 0),this.autoFreeze_&&su(a,!0),n){let o=[],d=[];ua("Patches").generateReplacementPatches_(t,a,o,d),n(o,d)}return a}else Xe(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(d,...p)=>this.produceWithPatches(d,m=>t(m,...p));let n,a;return[this.produce(t,r,(d,p)=>{n=d,a=p}),n,a]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){dt(e)||Xe(8),St(e)&&(e=bh(e));let t=hh(this),r=Pm(e,void 0);return r[lt].isManual_=!0,vm(t),r}finishDraft(e,t){let r=e&&e[lt];(!r||!r.isManual_)&&Xe(9);let{scope_:n}=r;return yh(n,t),Sh(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let a=t[r];if(a.path.length===0&&a.op==="replace"){e=a.value;break}}r>-1&&(t=t.slice(r+1));let n=ua("Patches").applyPatches_;return St(e)?n(e,t):this.produce(e,a=>n(a,t))}};function Pm(e,t){let r=to(e)?ua("MapSet").proxyMap_(e,t):Ds(e)?ua("MapSet").proxySet_(e,t):RP(e,t);return(t?t.scope_:Fh()).drafts_.push(r),r}function bh(e){return St(e)||Xe(10,e),vh(e)}function vh(e){if(!dt(e)||cu(e))return e;let t=e[lt],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Fm(e,t.scope_.immer_.useStrictShallowCopy_)}else r=Fm(e,!0);return ks(r,(n,a)=>{Ah(r,n,vh(a))}),t&&(t.finalized_=!1),r}function wh(){let t="replace",r="add",n="remove";function a(A,C,F,v){switch(A.type_){case 0:case 2:return d(A,C,F,v);case 1:return o(A,C,F,v);case 3:return p(A,C,F,v)}}function o(A,C,F,v){let{base_:R,assigned_:b}=A,E=A.copy_;E.length<R.length&&([R,E]=[E,R],[F,v]=[v,F]);for(let w=0;w<R.length;w++)if(b[w]&&E[w]!==R[w]){let I=C.concat([w]);F.push({op:t,path:I,value:x(E[w])}),v.push({op:t,path:I,value:x(R[w])})}for(let w=R.length;w<E.length;w++){let I=C.concat([w]);F.push({op:r,path:I,value:x(E[w])})}for(let w=E.length-1;R.length<=w;--w){let I=C.concat([w]);v.push({op:n,path:I})}}function d(A,C,F,v){let{base_:R,copy_:b}=A;ks(A.assigned_,(E,w)=>{let I=Cm(R,E),N=Cm(b,E),q=w?Ts(R,E)?t:r:n;if(I===N&&q===t)return;let T=C.concat(E);F.push(q===n?{op:q,path:T}:{op:q,path:T,value:N}),v.push(q===r?{op:n,path:T}:q===n?{op:r,path:T,value:x(I)}:{op:t,path:T,value:x(I)})})}function p(A,C,F,v){let{base_:R,copy_:b}=A,E=0;R.forEach(w=>{if(!b.has(w)){let I=C.concat([E]);F.push({op:n,path:I,value:w}),v.unshift({op:r,path:I,value:w})}E++}),E=0,b.forEach(w=>{if(!R.has(w)){let I=C.concat([E]);F.push({op:r,path:I,value:w}),v.unshift({op:n,path:I,value:w})}E++})}function m(A,C,F,v){F.push({op:t,path:[],value:C===Em?void 0:C}),v.push({op:t,path:[],value:A})}function f(A,C){return C.forEach(F=>{let{path:v,op:R}=F,b=A;for(let N=0;N<v.length-1;N++){let q=ca(b),T=v[N];typeof T!="string"&&typeof T!="number"&&(T=""+T),(q===0||q===1)&&(T==="__proto__"||T==="constructor")&&Xe(19),typeof b=="function"&&T==="prototype"&&Xe(19),b=Cm(b,T),typeof b!="object"&&Xe(18,v.join("/"))}let E=ca(b),w=S(F.value),I=v[v.length-1];switch(R){case t:switch(E){case 2:return b.set(I,w);case 3:Xe(16);default:return b[I]=w}case r:switch(E){case 1:return I==="-"?b.push(w):b.splice(I,0,w);case 2:return b.set(I,w);case 3:return b.add(w);default:return b[I]=w}case n:switch(E){case 1:return b.splice(I,1);case 2:return b.delete(I);case 3:return b.delete(F.value);default:return delete b[I]}default:Xe(17,R)}}),A}function S(A){if(!dt(A))return A;if(Array.isArray(A))return A.map(S);if(to(A))return new Map(Array.from(A.entries()).map(([F,v])=>[F,S(v)]));if(Ds(A))return new Set(Array.from(A).map(S));let C=Object.create(sa(A));for(let F in A)C[F]=S(A[F]);return Ts(A,Is)&&(C[Is]=A[Is]),C}function x(A){return St(A)?S(A):A}xP("Patches",{applyPatches_:f,generatePatches_:a,generateReplacementPatches_:m})}var js=new vP,Mr=js.produce,uu=js.produceWithPatches.bind(js);var Tm=js.applyPatches.bind(js);l();s();u();c();function wP(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function PP(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function EP(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 Ph=e=>Array.isArray(e)?e:[e];function IP(e){let t=Array.isArray(e[0])?e[0]:e;return EP(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function kP(e,t){let r=[],{length:n}=e;for(let a=0;a<n;a++)r.push(e[a].apply(null,t));return r}var Y_=Symbol();var K_=Object.getPrototypeOf({});var TP=class{constructor(e){this.value=e}deref(){return this.value}},OP=typeof WeakRef<"u"?WeakRef:TP,qP=0,Eh=1;function lu(){return{s:qP,v:void 0,o:null,p:null}}function ro(e,t={}){let r=lu(),{resultEqualityCheck:n}=t,a,o=0;function d(){let p=r,{length:m}=arguments;for(let x=0,A=m;x<A;x++){let C=arguments[x];if(typeof C=="function"||typeof C=="object"&&C!==null){let F=p.o;F===null&&(p.o=F=new WeakMap);let v=F.get(C);v===void 0?(p=lu(),F.set(C,p)):p=v}else{let F=p.p;F===null&&(p.p=F=new Map);let v=F.get(C);v===void 0?(p=lu(),F.set(C,p)):p=v}}let f=p,S;if(p.s===Eh)S=p.v;else if(S=e.apply(null,arguments),o++,n){let x=a?.deref?.()??a;x!=null&&n(x,S)&&(S=x,o!==0&&o--),a=typeof S=="object"&&S!==null||typeof S=="function"?new OP(S):S}return f.s=Eh,f.v=S,S}return d.clearCache=()=>{r=lu(),d.resetResultsCount()},d.resultsCount=()=>o,d.resetResultsCount=()=>{o=0},d}function Ih(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...a)=>{let o=0,d=0,p,m={},f=a.pop();typeof f=="object"&&(m=f,f=a.pop()),wP(f,`createSelector expects an output function after the inputs, but received: [${typeof f}]`);let S={...r,...m},{memoize:x,memoizeOptions:A=[],argsMemoize:C=ro,argsMemoizeOptions:F=[],devModeChecks:v={}}=S,R=Ph(A),b=Ph(F),E=IP(a),w=x(function(){return o++,f.apply(null,arguments)},...R),I=!0,N=C(function(){d++;let T=kP(E,arguments);return p=w.apply(null,T),p},...b);return Object.assign(N,{resultFunc:f,memoizedResultFunc:w,dependencies:E,dependencyRecomputations:()=>d,resetDependencyRecomputations:()=>{d=0},lastResult:()=>p,recomputations:()=>o,resetRecomputations:()=>{o=0},memoize:x,argsMemoize:C})};return Object.assign(n,{withTypes:()=>n}),n}var le=Ih(ro),jP=Object.assign((e,t=le)=>{PP(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(o=>e[o]);return t(n,(...o)=>o.reduce((d,p,m)=>(d[r[m]]=p,d),{}))},{withTypes:()=>jP});l();s();u();c();function kh(e){return({dispatch:r,getState:n})=>a=>o=>typeof o=="function"?o(r,n,e):a(o)}var Th=kh(),Oh=kh;var DP=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?eo:eo.apply(null,arguments)},fU=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},VP=e=>e&&typeof e.match=="function";function P(e,t){function r(...n){if(t){let a=t(...n);if(!a)throw new Error(_t(0));return{type:e,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>nu(n)&&n.type===e,r}var Nh=class Vs extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Vs.prototype)}static get[Symbol.species](){return Vs}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Vs(...t[0].concat(this)):new Vs(...t.concat(this))}};function qh(e){return dt(e)?Mr(e,()=>{}):e}function jh(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function NP(e){return typeof e=="boolean"}var MP=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:a=!0,actionCreatorCheck:o=!0}=t??{},d=new Nh;return r&&(NP(r)?d.push(Th):d.push(Oh(r.extraArgument))),d},Ns="RTK_autoBatch",ao=()=>e=>({payload:e,meta:{[Ns]:!0}}),Dh=e=>t=>{setTimeout(t,e)},LP=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),a=!0,o=!1,d=!1,p=new Set,m=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Dh(10):e.type==="callback"?e.queueNotification:Dh(e.timeout),f=()=>{d=!1,o&&(o=!1,p.forEach(S=>S()))};return Object.assign({},n,{subscribe(S){let x=()=>a&&S(),A=n.subscribe(x);return p.add(S),()=>{A(),p.delete(S)}},dispatch(S){try{return a=!S?.meta?.[Ns],o=!a,o&&(d||(d=!0,m(f))),n.dispatch(S)}finally{a=!0}}})},QP=e=>function(r){let{autoBatch:n=!0}=r??{},a=new Nh(e);return n&&a.push(LP(typeof n=="object"?n:void 0)),a};function Mh(e){let t=MP(),{reducer:r=void 0,middleware:n,devTools:a=!0,preloadedState:o=void 0,enhancers:d=void 0}=e||{},p;if(typeof r=="function")p=r;else if(Xt(r))p=Za(r);else throw new Error(_t(1));let m;typeof n=="function"?m=n(t):m=t();let f=eo;a&&(f=DP({trace:!1,...typeof a=="object"&&a}));let S=gh(...m),x=QP(S),A=typeof d=="function"?d(x):x(),C=f(...A);return Sm(p,o,C)}function Lh(e){let t={},r=[],n,a={addCase(o,d){let p=typeof o=="string"?o:o.type;if(!p)throw new Error(_t(28));if(p in t)throw new Error(_t(29));return t[p]=d,a},addMatcher(o,d){return r.push({matcher:o,reducer:d}),a},addDefaultCase(o){return n=o,a}};return e(a),[t,r,n]}function _P(e){return typeof e=="function"}function re(e,t){let[r,n,a]=Lh(t),o;if(_P(e))o=()=>qh(e());else{let p=qh(e);o=()=>p}function d(p=o(),m){let f=[r[m.type],...n.filter(({matcher:S})=>S(m)).map(({reducer:S})=>S)];return f.filter(S=>!!S).length===0&&(f=[a]),f.reduce((S,x)=>{if(x)if(St(S)){let C=x(S,m);return C===void 0?S:C}else{if(dt(S))return Mr(S,A=>x(A,m));{let A=x(S,m);if(A===void 0){if(S===null)return S;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}}return S},p)}return d.getInitialState=o,d}var Qh=(e,t)=>VP(e)?e.match(t):e(t);function Zt(...e){return t=>e.some(r=>Qh(r,t))}function no(...e){return t=>e.every(r=>Qh(r,t))}function pu(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 Ms(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function mu(...e){return e.length===0?t=>pu(t,["pending"]):Ms(e)?Zt(...e.map(t=>t.pending)):mu()(e[0])}function la(...e){return e.length===0?t=>pu(t,["rejected"]):Ms(e)?Zt(...e.map(t=>t.rejected)):la()(e[0])}function Ls(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?no(la(...e),t):Ms(e)?no(la(...e),t):Ls()(e[0])}function Lr(...e){return e.length===0?t=>pu(t,["fulfilled"]):Ms(e)?Zt(...e.map(t=>t.fulfilled)):Lr()(e[0])}function fu(...e){return e.length===0?t=>pu(t,["pending","fulfilled","rejected"]):Ms(e)?Zt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):fu()(e[0])}var UP="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",gu=(e=21)=>{let t="",r=e;for(;r--;)t+=UP[Math.random()*64|0];return t},BP=["name","message","stack","code"],Om=class{constructor(e,t){Fe(this,"_type");this.payload=e,this.meta=t}},Vh=class{constructor(e,t){Fe(this,"_type");this.payload=e,this.meta=t}},$P=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of BP)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},ie=(()=>{function e(t,r,n){let a=P(t+"/fulfilled",(m,f,S,x)=>({payload:m,meta:{...x||{},arg:S,requestId:f,requestStatus:"fulfilled"}})),o=P(t+"/pending",(m,f,S)=>({payload:void 0,meta:{...S||{},arg:f,requestId:m,requestStatus:"pending"}})),d=P(t+"/rejected",(m,f,S,x,A)=>({payload:x,error:(n&&n.serializeError||$P)(m||"Rejected"),meta:{...A||{},arg:S,requestId:f,rejectedWithValue:!!x,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"}}));function p(m){return(f,S,x)=>{let A=n?.idGenerator?n.idGenerator(m):gu(),C=new i.AbortController,F,v;function R(E){v=E,C.abort()}let b=async function(){let E;try{let I=n?.condition?.(m,{getState:S,extra:x});if(GP(I)&&(I=await I),I===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let N=new Promise((q,T)=>{F=()=>{T({name:"AbortError",message:v||"Aborted"})},C.signal.addEventListener("abort",F)});f(o(A,m,n?.getPendingMeta?.({requestId:A,arg:m},{getState:S,extra:x}))),E=await Promise.race([N,Promise.resolve(r(m,{dispatch:f,getState:S,extra:x,requestId:A,signal:C.signal,abort:R,rejectWithValue:(q,T)=>new Om(q,T),fulfillWithValue:(q,T)=>new Vh(q,T)})).then(q=>{if(q instanceof Om)throw q;return q instanceof Vh?a(q.payload,A,m,q.meta):a(q,A,m)})])}catch(I){E=I instanceof Om?d(null,A,m,I.payload,I.meta):d(I,A,m)}finally{F&&C.signal.removeEventListener("abort",F)}return n&&!n.dispatchConditionRejection&&d.match(E)&&E.meta.condition||f(E),E}();return Object.assign(b,{abort:R,requestId:A,arg:m,unwrap(){return b.then(HP)}})}}return Object.assign(p,{pending:o,rejected:d,fulfilled:a,settled:Zt(d,a),typePrefix:t})}return e.withTypes=()=>e,e})();function HP(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function GP(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var _h=Symbol.for("rtk-slice-createasyncthunk"),CU={[_h]:ie};function zP(e,t){return`${e}/${t}`}function WP({creators:e}={}){let t=e?.asyncThunk?.[_h];return function(n){let{name:a,reducerPath:o=a}=n;if(!a)throw new Error(_t(11));typeof process<"u";let d=(typeof n.reducers=="function"?n.reducers(KP()):n.reducers)||{},p=Object.keys(d),m={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},f={addCase(E,w){let I=typeof E=="string"?E:E.type;if(!I)throw new Error(_t(12));if(I in m.sliceCaseReducersByType)throw new Error(_t(13));return m.sliceCaseReducersByType[I]=w,f},addMatcher(E,w){return m.sliceMatchers.push({matcher:E,reducer:w}),f},exposeAction(E,w){return m.actionCreators[E]=w,f},exposeCaseReducer(E,w){return m.sliceCaseReducersByName[E]=w,f}};p.forEach(E=>{let w=d[E],I={reducerName:E,type:zP(a,E),createNotation:typeof n.reducers=="function"};XP(w)?eE(I,w,f,t):JP(I,w,f)});function S(){let[E={},w=[],I=void 0]=typeof n.extraReducers=="function"?Lh(n.extraReducers):[n.extraReducers],N={...E,...m.sliceCaseReducersByType};return re(n.initialState,q=>{for(let T in N)q.addCase(T,N[T]);for(let T of m.sliceMatchers)q.addMatcher(T.matcher,T.reducer);for(let T of w)q.addMatcher(T.matcher,T.reducer);I&&q.addDefaultCase(I)})}let x=E=>E,A=new Map,C;function F(E,w){return C||(C=S()),C(E,w)}function v(){return C||(C=S()),C.getInitialState()}function R(E,w=!1){function I(q){let T=q[E];return typeof T>"u"&&w&&(T=v()),T}function N(q=x){let T=jh(A,w,()=>new WeakMap);return jh(T,q,()=>{let O={};for(let[j,L]of Object.entries(n.selectors??{}))O[j]=YP(L,q,v,w);return O})}return{reducerPath:E,getSelectors:N,get selectors(){return N(I)},selectSlice:I}}let b={name:a,reducer:F,actions:m.actionCreators,caseReducers:m.sliceCaseReducersByName,getInitialState:v,...R(o),injectInto(E,{reducerPath:w,...I}={}){let N=w??o;return E.inject({reducerPath:N,reducer:F},I),{...b,...R(N,!0)}}};return b}}function YP(e,t,r,n){function a(o,...d){let p=t(o);return typeof p>"u"&&n&&(p=r()),e(p,...d)}return a.unwrapped=e,a}var da=WP();function KP(){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 JP({type:e,reducerName:t,createNotation:r},n,a){let o,d;if("reducer"in n){if(r&&!ZP(n))throw new Error(_t(17));o=n.reducer,d=n.prepare}else o=n;a.addCase(e,o).exposeCaseReducer(t,o).exposeAction(t,d?P(e,d):P(e))}function XP(e){return e._reducerDefinitionType==="asyncThunk"}function ZP(e){return e._reducerDefinitionType==="reducerWithPrepare"}function eE({type:e,reducerName:t},r,n,a){if(!a)throw new Error(_t(18));let{payloadCreator:o,fulfilled:d,pending:p,rejected:m,settled:f,options:S}=r,x=a(e,o,S);n.exposeAction(t,x),d&&n.addCase(x.fulfilled,d),p&&n.addCase(x.pending,p),m&&n.addCase(x.rejected,m),f&&n.addMatcher(x.settled,f),n.exposeCaseReducer(t,{fulfilled:d||du,pending:p||du,rejected:m||du,settled:f||du})}function du(){}var Uh="listener",Bh="completed",$h="cancelled",xU=`task-${$h}`,AU=`task-${Bh}`,FU=`${Uh}-${$h}`,RU=`${Uh}-${Bh}`;var{assign:Hh}=Object;var qm="listenerMiddleware";var tE=Hh(P(`${qm}/add`),{withTypes:()=>tE}),bU=P(`${qm}/removeAll`),rE=Hh(P(`${qm}/remove`),{withTypes:()=>rE});var vU=Symbol.for("rtk-state-proxy-original");function _t(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 Gh=/^(?:[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 nE(e){return typeof e=="string"&&Gh.test(e)}var jm=nE;l();s();u();c();var Ze=[];for(let e=0;e<256;++e)Ze.push((e+256).toString(16).slice(1));function zh(e,t=0){return(Ze[e[t+0]]+Ze[e[t+1]]+Ze[e[t+2]]+Ze[e[t+3]]+"-"+Ze[e[t+4]]+Ze[e[t+5]]+"-"+Ze[e[t+6]]+Ze[e[t+7]]+"-"+Ze[e[t+8]]+Ze[e[t+9]]+"-"+Ze[e[t+10]]+Ze[e[t+11]]+Ze[e[t+12]]+Ze[e[t+13]]+Ze[e[t+14]]+Ze[e[t+15]]).toLowerCase()}l();s();u();c();var Dm,aE=new Uint8Array(16);function Vm(){if(!Dm){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Dm=crypto.getRandomValues.bind(crypto)}return Dm(aE)}l();s();u();c();l();s();u();c();var oE=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Nm={randomUUID:oE};function iE(e,t,r){if(Nm.randomUUID&&!t&&!e)return Nm.randomUUID();e=e||{};let n=e.random??e.rng?.()??Vm();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 a=0;a<16;++a)t[r+a]=n[a];return t}return zh(n)}var Mm=iE;l();s();u();c();function Wh(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function sE({config:e,environment:t,event:r,listenerManager:n}){let{url:a,token:o,mode:d}=e;d!=="disabled"&&(n.call(r),t.send(a,o,r))}var Yh="visitorId";function cE(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(Yh),a=n&&jm(n)?n:t.generateUUID();return r.setItem(Yh,a),a}}}var eS="1.2.6",Lm=128,tS=192,Kh=224,Jh=240,uE=248;function lE(e){return(e&uE)===Jh?4:(e&Jh)===Kh?3:(e&Kh)===tS?2:1}function dE(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&Lm)!=Lm)break;if(r-=3,(n&tS)!=Lm){t-r>=lE(n)*3&&(r=t);break}}return e.substring(0,r)}function pE(e){let{trackingId:t}=e;return{trackingId:t}}function mE(e){return(e.source||[]).concat([`relay@${eS}`])}function rS(e,t,r,n){let{getReferrer:a,getLocation:o,getUserAgent:d}=r,p=pE(t),m=n.getClientId();return Object.freeze({type:e,config:p,ts:Date.now(),source:mE(t),clientId:m,userAgent:d(),referrer:Xh(a()),location:Xh(o())})}function Xh(e){return e!==null?dE(e,1024):null}function fE(e,t,r,n,a){return{...t,meta:rS(e,r,n,a)}}var gE="*";function yE(){let e=[];function t({type:m,callback:f}){return e.findIndex(S=>S.type===m&&S.callback===f)}function r(m,f){return m.type==="*"||f===m.type}function n(m){return t(m)<0&&e.push(m),()=>p(m.type,m.callback)}function a(m){e.forEach(f=>{if(r(f,m.meta.type))try{f.callback(m)}catch(S){console.error(S)}})}function o(m){if(m===gE)e.length=0;else for(let f=e.length-1;f>=0;f--)e[f].type===m&&e.splice(f,1)}function d(m){let f=t(m);f>=0&&e.splice(f,1)}function p(m,f){f?d({type:m,callback:f}):o(m)}return{add:n,call:a,remove:p}}function Zh({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 hE(e){let t=Zh(e);return{get:()=>t,update:r=>{t=Zh({...t,...r})}}}var Qm=SE();function SE(){let e="coveo_",t=r=>{let n=r.split(".").slice(-2);return n.length==2?n.join("."):""};return{getItem(r){let n=`${e}${r}=`,a=document.cookie.split(";");for(let o of a){let d=o.replace(/^\s+/,"");if(d.lastIndexOf(n,0)===0)return d.substring(n.length,d.length)}return null},setItem(r,n,a){let o=t(window.location.hostname),d=`;expires=${new Date(new Date().getTime()+a).toUTCString()}`,p=o?`;domain=${o}`:"";document.cookie=`${e}${r}=${n}${d}${p};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function CE(){return{getItem(e){return Qm.getItem(e)||localStorage.getItem(e)},removeItem(e){Qm.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Qm.setItem(e,t,31556952e3)}}}function xE(){let e=document.referrer;return e===""?null:e}function AE(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(Wh().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:()=>xE(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>Mm(),storage:CE()}}function FE(){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 RE(){return{getItem(){return null},removeItem(){},setItem(){}}}function bE(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:RE()}}function vE(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=bE();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&wE()&&FE()?AE():n}function wE(){try{return typeof window=="object"}catch{return!1}}function PE(e){return{get:()=>Object.freeze(vE(e))}}function nS(e){let t=hE(e),r=yE(),n=PE(t),a=cE(n);return{emit:(o,d)=>{let p=t.get(),m=n.get(),f=fE(o,d,p,m,a);return sE({config:p,environment:m,event:f,listenerManager:r})},getMeta:o=>rS(o,t.get(),n.get(),a),on:(o,d)=>r.add({type:o,callback:d}),off:(o,d)=>r.remove(o,d),updateConfig:o=>t.update(o),version:eS}}l();s();u();c();l();s();u();c();var un="3.30.0-pre.ba54e8ea99",aS=["@coveo/atomic","@coveo/quantic"];var ln=le(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${un}`));var Qs=le(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>ln(e.configuration.analytics),(e,t)=>EE(t),(e,t,r,{trackingId:n,apiBaseUrl:a,enabled:o},d,p)=>nS({mode:o?"emit":"disabled",url:a??Jc(e,t),token:r,trackingId:n??null,source:d,environment:p})),EE=e=>{if(!e)return;let t=e();return{getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent,generateUUID:()=>t.clientId}};l();s();u();c();l();s();u();c();function Qr(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 a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}function V(e,t,r,n){function a(o){return o instanceof r?o:new r(function(d){d(o)})}return new(r||(r=Promise))(function(o,d){function p(S){try{f(n.next(S))}catch(x){d(x)}}function m(S){try{f(n.throw(S))}catch(x){d(x)}}function f(S){S.done?o(S.value):a(S.value).then(p,m)}f((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 Bm(){return typeof window<"u"}function rf(){return typeof navigator<"u"}function oo(){return typeof document<"u"}function $m(){try{return typeof localStorage<"u"}catch{return!1}}function IE(){try{return typeof sessionStorage<"u"}catch{return!1}}function SS(){return rf()&&navigator.cookieEnabled}var kE=[Se.click,Se.custom,Se.search,Se.view],TE=(e,t)=>kE.indexOf(e)!==-1?Object.assign({language:oo()?document.documentElement.lang:"unknown",userAgent:rf()?navigator.userAgent:"unknown"},t):t,Us=class e{static set(t,r,n){var a,o,d,p;n&&(o=new Date,o.setTime(o.getTime()+n)),p=window.location.hostname,p.indexOf(".")===-1?oS(t,r,o):(d=p.split("."),a=d[d.length-2]+"."+d[d.length-1],oS(t,r,o,a))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),a=0;a<n.length;a++){var o=n[a];if(o=o.replace(/^\s+/,""),o.lastIndexOf(r,0)===0)return o.substring(r.length,o.length)}return null}static erase(t){e.set(t,"",-1)}};function oS(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function OE(){return $m()?localStorage:SS()?new Bs:IE()?sessionStorage:new so}var Bs=class e{getItem(t){return Us.get(`${e.prefix}${t}`)}removeItem(t){Us.erase(`${e.prefix}${t}`)}setItem(t,r,n){Us.set(`${e.prefix}${t}`,r,n)}};Bs.prefix="coveo_";var Hm=class{constructor(){this.cookieStorage=new Bs}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)}},so=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},yu="__coveo.analytics.history",qE=20,jE=1e3*60,DE=75,Cu=class{constructor(t){this.store=t||OE()}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(yu);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(yu);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem(yu,JSON.stringify(t.slice(0,qE)))}catch{}}clear(){try{this.store.removeItem(yu)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,a)=>(a.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,DE)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>jE:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:a,value:o}=r;return{name:n,time:a,value:o}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:a}=t;return r&&typeof a=="string"&&r.toLowerCase()==="query"&&a.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var VE=(e,t)=>V(void 0,void 0,void 0,function*(){return e===Se.view?(yield NE(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),NE=e=>V(void 0,void 0,void 0,function*(){let t=new Cu,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),hu,ME=new Uint8Array(16);function LE(){if(!hu&&(hu=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!hu))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return hu(ME)}var QE=/^(?:[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 xu(e){return typeof e=="string"&&QE.test(e)}var et=[];for(let e=0;e<256;++e)et.push((e+256).toString(16).slice(1));function CS(e,t=0){return(et[e[t+0]]+et[e[t+1]]+et[e[t+2]]+et[e[t+3]]+"-"+et[e[t+4]]+et[e[t+5]]+"-"+et[e[t+6]]+et[e[t+7]]+"-"+et[e[t+8]]+et[e[t+9]]+"-"+et[e[t+10]]+et[e[t+11]]+et[e[t+12]]+et[e[t+13]]+et[e[t+14]]+et[e[t+15]]).toLowerCase()}function _E(e){if(!xu(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 UE(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var BE="6ba7b810-9dad-11d1-80b4-00c04fd430c8",$E="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function HE(e,t,r){function n(a,o,d,p){var m;if(typeof a=="string"&&(a=UE(a)),typeof o=="string"&&(o=_E(o)),((m=o)===null||m===void 0?void 0:m.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let f=new Uint8Array(16+a.length);if(f.set(o),f.set(a,o.length),f=r(f),f[6]=f[6]&15|t,f[8]=f[8]&63|128,d){p=p||0;for(let S=0;S<16;++S)d[p+S]=f[S];return d}return CS(f)}try{n.name=e}catch{}return n.DNS=BE,n.URL=$E,n}var GE=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),iS={randomUUID:GE};function pa(e,t,r){if(iS.randomUUID&&!t&&!e)return iS.randomUUID();e=e||{};let n=e.random||(e.rng||LE)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let a=0;a<16;++a)t[r+a]=n[a];return t}return CS(n)}function zE(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 _m(e,t){return e<<t|e>>>32-t}function WE(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,a=Math.ceil(n/16),o=new Array(a);for(let d=0;d<a;++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];o[d]=p}o[a-1][14]=(e.length-1)*8/Math.pow(2,32),o[a-1][14]=Math.floor(o[a-1][14]),o[a-1][15]=(e.length-1)*8&4294967295;for(let d=0;d<a;++d){let p=new Uint32Array(80);for(let C=0;C<16;++C)p[C]=o[d][C];for(let C=16;C<80;++C)p[C]=_m(p[C-3]^p[C-8]^p[C-14]^p[C-16],1);let m=r[0],f=r[1],S=r[2],x=r[3],A=r[4];for(let C=0;C<80;++C){let F=Math.floor(C/20),v=_m(m,5)+zE(F,f,S,x)+A+t[F]+p[C]>>>0;A=x,x=S,S=_m(f,30)>>>0,f=m,m=v}r[0]=r[0]+m>>>0,r[1]=r[1]+f>>>0,r[2]=r[2]+S>>>0,r[3]=r[3]+x>>>0,r[4]=r[4]+A>>>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 YE=HE("v5",80,WE),sS=YE,xS="2.30.45",cS=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,_s={pageview:"pageview",event:"event"},Au=class{constructor({client:t,uuidGenerator:r=pa}){this.client=t,this.uuidGenerator=r}},Gm=class extends Au{constructor({client:t,uuidGenerator:r=pa}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=cS(window.location),this.lastReferrer=oo()?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:oo()?document.title:"",encoding:oo()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},a={language:navigator.language,userAgent:navigator.userAgent},o={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},o),n),a),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:a,location:o}=this.getNextValues(t,r);this.lastReferrer=a,this.pageViewId=n,this.currentLocation=o,t===_s.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===_s.pageview?this.nextPageViewId:this.pageViewId,referrer:t===_s.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===_s.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=a=>a.replace(/^\/?(.*)$/,"/$1");return`${(a=>a.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return cS(window.location)}},dn=class e{constructor(t,r){if(!xu(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(a=>new RegExp(a.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,a]=r;if(n.length!==32||isNaN(parseInt(a)))return null;let o=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return xu(o)?new e(o,Number.parseInt(a)*1e3):null}};dn.cvo_cid="cvo_cid";dn.expirationTime=120;var zm=class extends Au{constructor({client:t,uuidGenerator:r=pa}){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(dn.cvo_cid,new dn(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};zm.Id="link";var wt=Object.keys;function Su(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var Um=128,AS=192,uS=224,lS=240;function KE(e){return(e&248)===lS?4:(e&lS)===uS?3:(e&uS)===AS?2:1}function JE(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&Um)!=Um)break;if(r-=3,(n&AS)!=Um){t-r>=KE(n)*3&&(r=t);break}}return e.substring(0,r)}var Wm={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"},XE=wt(Wm).map(e=>Wm[e]),ZE=[...XE].join("|"),eI=new RegExp(`^(${ZE}$)`),tI={svcAction:"svc_action",svcActionData:"svc_action_data"},rI=e=>wt(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=Wm[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),nI=e=>eI.test(e),aI=[nI],dS={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},pS={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},tt={action:"pa",list:"pal",listSource:"pls"},Fu={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},oI=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],Ym={id:"quoteId",affiliation:"quoteAffiliation"},Km={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},iI={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),Fu),purchase:Object.assign(Object.assign({},tt),Fu),quickview:tt,quote:Object.assign(Object.assign({},tt),Ym),review:Object.assign(Object.assign({},tt),Km)},sI=wt(dS).map(e=>dS[e]),cI=wt(pS).map(e=>pS[e]),uI=wt(tt).map(e=>tt[e]),lI=wt(Fu).map(e=>Fu[e]),dI=wt(Km).map(e=>Km[e]),pI=wt(Ym).map(e=>Ym[e]),mI=[...sI,"custom"].join("|"),fI=[...cI,"custom"].join("|"),FS="(pr[0-9]+)",RS="(il[0-9]+pi[0-9]+)",gI=new RegExp(`^${FS}(${mI})$`),yI=new RegExp(`^(${RS}(${fI}))|(il[0-9]+nm)$`),hI=new RegExp(`^(${uI.join("|")})$`),SI=new RegExp(`^(${lI.join("|")})$`),CI=new RegExp(`^${FS}custom$`),xI=new RegExp(`^${RS}custom$`),AI=new RegExp(`^(${[...oI,...dI,...pI].join("|")})$`),FI=e=>gI.test(e),RI=e=>yI.test(e),bI=e=>hI.test(e),vI=e=>SI.test(e),wI=e=>AI.test(e),PI=[RI,FI,bI,vI,wI],EI=[CI,xI],II={anonymizeIp:"aip"},kI={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},TI={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},OI=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],qI=Object.assign(Object.assign(Object.assign(Object.assign({},II),kI),TI),OI.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),Jm=Object.assign(Object.assign({},qI),tI),jI=e=>{let t=!!e.action&&iI[e.action]||{};return wt(e).reduce((r,n)=>{let a=t[n]||Jm[n]||n;return Object.assign(Object.assign({},r),{[a]:e[n]})},{})},DI=wt(Jm).map(e=>Jm[e]),VI=e=>DI.indexOf(e)!==-1,NI=e=>e==="custom",MI=e=>[...PI,...aI,VI,NI].some(t=>t(e)),LI=e=>wt(e).reduce((t,r)=>{let n=QI(r);return n?Object.assign(Object.assign({},t),_I(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),QI=e=>{let t;return[...EI].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},_I=(e,t)=>wt(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),Xm=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:a}=this.opts,o=yield this.getQueryParamsForEventType(t),{url:d,payload:p}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${o}`,r,a),m=this.encodeForEventType(t,p),f=new Blob([m],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(d,f)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return V(this,void 0,void 0,function*(){let a=t,o=r;if(n){let d=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:p,body:m}=d;a=p||t;try{o=JSON.parse(m)}catch(f){console.error("Unable to process the request body as a JSON string",f)}}return{payload:o,url:a}})}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,a=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",a?`visitorId=${a}`:"","discardVisitInfo=true"].filter(o=>!!o).join("&")})}isEventTypeLegacy(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let a=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(a=`access_token=${encodeURIComponent(n)}&${a}`),a}},Zm=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()})}},mS=g.fetch,Ru=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:a,preprocessRequest:o}=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),o?yield o(p,"analyticsFetch"):{}),{url:f}=m,S=Qr(m,["url"]),x;try{x=yield mS(f,S)}catch(A){console.error("An error has occured when sending the event.",A);return}if(x.ok){let A=yield x.json();return A.visitorId&&a.setCurrentVisitorId(A.visitorId),A}else{try{x.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,x,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 mS(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"})}},ef=class{constructor(t,r){$m()&&SS()?this.storage=new Hm:$m()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new so),this.client=new Ru(t),this.beaconClient=new Xm(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:a,payload:o}of n)this.beaconClient.sendEvent(a,o)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},tf=class{constructor(t,r){this.storage=r||new so,this.client=new Ru(t)}getClientDependingOnEventType(t){return this.client}},bu=class{constructor(){this.storage=new so,this.client=new Zm}getClientDependingOnEventType(t){return this.client}},UI="xx",BI=e=>e?.startsWith(UI)||!1,$I=`
|
|
28
|
+
${S}`:S;break;case"event":n.event=S;break;case"id":e(n.id=S);break;case"retry":Rw(S,n,t);break}}}}function Rw(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function bw(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Ny(){return{data:"",event:"",id:"",retry:void 0}}var om="text/event-stream",vw=1e3,_y="last-event-id";function Uy(){return typeof window<"u"}function Wc(e,{signal:t,headers:r,onopen:n,onmessage:a,onclose:o,onerror:d,openWhenHidden:p,fetch:m,...f}){return new Promise((S,x)=>{let A={...r};A.accept||(A.accept=om);let C;function F(){C?.abort(),document.hidden||I()}!p&&Uy()&&document.addEventListener("visibilitychange",F);let v=vw,R;function b(){Uy()&&document.removeEventListener("visibilitychange",F),clearTimeout(R),C?.abort()}t?.addEventListener("abort",()=>{b(),S()});let E=m??y,w=n??ww;async function I(){C=i.AbortController?new i.AbortController:null;try{let N=await E(e,{...f,headers:A,signal:C?.signal});await w(N),await My(N.body,Ly(Qy(q=>{q?A[_y]=q:delete A[_y]},q=>{v=q},a))),o?.(),b(),S()}catch(N){if(!C?.signal?.aborted)try{let q=d?.(N)??v;clearTimeout(R),R=setTimeout(I,q)}catch(q){b(),x(q)}}}I()})}function ww(e){let t=e.headers.get("content-type");if(!t?.startsWith(om))throw new Error(`Expected content-type to be ${om}, Actual: ${t}`)}l();s();u();c();var an=class{constructor(t){Fe(this,"_basePath");Fe(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 Pw=(e,t,r)=>new an(`${e}/rest/organizations/${t}/machinelearning/streaming/${r}`).href,By=3,Ew=5e3,Iw="text/event-stream",cm=1,im=class extends Error{},vs=class extends Error{constructor(r){super(r.message);this.payload=r}},sm=class{constructor(){Fe(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)}},Yc=class{constructor(t){Fe(this,"logger");this.logger=t.logger}streamGeneratedAnswer(t,r){let{url:n,organizationId:a,streamId:o,accessToken:d}=t,{write:p,abort:m,close:f,resetAnswer:S}=r,x=new sm;if(!o){this.logger.error("No stream ID found");return}let A=0,C,F=()=>{C&&!x.isActive(C)&&(R?.abort(),S(),b())},v=()=>{x.remove(C),C=Vy(F,C,Ew),x.add(C)},R=new i.AbortController,b=()=>Wc(Pw(n,a,o),{method:"GET",fetch:y,headers:{Authorization:`Bearer ${d}`,accept:"*/*"},openWhenHidden:!0,signal:R?.signal,async onopen(E){if(E.ok&&E.headers.get("content-type")===Iw)return;throw E.status>=400&&E.status<500&&E.status!==429?new vs({message:"Error opening stream",code:E.status}):new im},onmessage:E=>{if(R?.signal.aborted)return;let w=JSON.parse(E.data);if(w.finishReason==="ERROR"){x.remove(C),R?.abort(),m({message:w.errorMessage,code:w.statusCode});return}p(w),A=0,w.finishReason==="COMPLETED"?(x.remove(C),f()):v()},onerror:E=>{if(!R?.signal.aborted){if(x.remove(C),E instanceof vs)throw R?.abort(),m(E),E;if(++A>By){this.logger.info("Maximum retry exceeded.");let w={message:"Failed to complete stream.",code:cm};throw R?.abort(),m(w),new vs(w)}this.logger.info(`Retrying...(${A}/${By})`),S()}}});return b(),R}};l();s();u();c();var th=Qt(Jy(),1);l();s();u();c();var z=new Error("Failed to load reducers."),Ja=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."}},oa=class extends Error{constructor(r,n){super();Fe(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 Xy(e){let t=[];for(let r in e){let n=encodeURIComponent(r),a=encodeURIComponent(e[r]);t.push(`${n}=${a}`)}return t.join("&")}function Zy(e){return typeof e!="object"||!e?!1:Object.values(e).every(tP)}function tP(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function eh(e){return e===429}var Rt=class e{static async call(t){let r=rP(t),{logger:n}=t,a=await e.preprocessRequest(r,t);n.info(a,"Platform request");let{url:o,...d}=a,p=async()=>{let m=await y(o,d);if(eh(m.status))throw m;return m};try{let m=await(0,th.backOff)(p,{retry:f=>{let S=f&&eh(f.status);return S&&n.info("Platform retrying request"),S}});switch(m.status){case 419:case 401:throw n.info("Platform renewing token"),new Ja;case 404:throw new oa(o,m.status);default:return n.info({response:m,requestInfo:a},"Platform response"),m}}catch(m){return m.message==="Failed to fetch"?new oa(o):m}}static async preprocessRequest(t,r){let{origin:n,preprocessRequest:a,logger:o,requestMetadata:d}=r,{signal:p,...m}=t,f=bs(m);try{let S=await a(t,n,d);return{...t,...S}}catch(S){o.error(S,"Platform request preprocessing failed. Returning default request options.")}return f}};function Ke(e,t="prod",r="platform"){let n=t==="prod"?"":t,a=r==="platform"?"":`.${r}`;return`https://${e}${a}.org${n}.coveo.com`}function Ne(e,t="prod"){return`${Ke(e,t)}/rest/search/v2`}function Jc(e,t="prod"){return`${Ke(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function rP(e){let{url:t,method:r,requestParams:n,contentType:a,accessToken:o,signal:d}=e,p=e.method==="POST"||e.method==="PUT",m=nP(n,a);return{url:t,method:r,headers:{"Content-Type":a,Authorization:`Bearer ${o}`,...e.headers},...p&&{body:m},signal:d}}function nP(e,t){return t==="application/x-www-form-urlencoded"?Zy(e)?Xy(e):"":JSON.stringify(e)}l();s();u();c();var Xc=e=>e;l();s();u();c();l();s();u();c();function Xa(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function ht(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:Xa(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:Xa(),extendedResults:{},searchAction:void 0}}l();s();u();c();function on(e){let{url:t,accessToken:r,organizationId:n,authentication:a,...o}=e;return o}var sn=e=>{let{response:t}=e;return t.body?aP(e):oP(t)},aP=e=>sP(e)?cP(e):iP(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},oP=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function iP(e){return e.body.statusCode!==void 0}function sP(e){return e.body.exception!==void 0}var cP=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});l();s();u();c();var cn=class{constructor(){Fe(this,"currentAbortController",null)}async enqueue(t,r){let n=this.currentAbortController;this.currentAbortController=new i.AbortController;let a=this.currentAbortController;n&&(r.warnOnAbort&&r.logger.warn("Cancelling current pending search query"),n.abort());try{return await t(a?.signal??null)}finally{this.currentAbortController===a&&(this.currentAbortController=null)}}};l();s();u();c();l();s();u();c();function rh(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}l();s();u();c();var Vr=(e,t,r,n)=>{let a=new an(`${e.url}${n}`);return a.addParam("organizationId",e.organizationId),e.authentication&&a.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:a.href,origin:"searchApiFetch"}};var nh=(e,t)=>{let r=new an(`${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},ah=async(e,t)=>{let r=await Rt.call({...Vr(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:on(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=rh(r),a=await r.arrayBuffer(),d=new TextDecoder(n).decode(a);return uP(d)?{success:d}:{error:sn({response:r,body:d})}};function uP(e){return typeof e=="string"}l();s();u();c();function lP(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function dP(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function Es(e,t){if(t&&e.name==="AbortError")return{error:dP(e)};if(e instanceof oa)return{error:lP(e)};throw e}var Zc=class{constructor(t){this.options=t;Fe(this,"apiCallsQueues",{unknown:new cn,mainSearch:new cn,facetValues:new cn,foldingCollection:new cn,instantResults:new cn})}async plan(t){let r=await Rt.call({...Vr(t,"POST","application/json","/plan"),requestParams:on(t),requestMetadata:{method:"plan"},...this.options});if(r instanceof Error)return Es(r);let n=await r.json();return mP(n)?{success:n}:{error:sn({response:r,body:n})}}async querySuggest(t){let r=await Rt.call({...Vr(t,"POST","application/json","/querySuggest"),requestMetadata:{method:"querySuggest"},requestParams:on(t),...this.options});if(r instanceof Error)return Es(r);let n=await r.json(),a={response:r,body:n};return pP(n)?{success:(await this.options.postprocessQuerySuggestResponseMiddleware(a)).body}:{error:sn(a)}}async search(t,r){let n=r?.origin??"unknown",a=await this.apiCallsQueues[n].enqueue(p=>Rt.call({...Vr(t,"POST","application/json",""),requestParams:on(t),requestMetadata:{method:"search",origin:r?.origin},...this.options,signal:p??void 0}),{logger:this.options.logger,warnOnAbort:!r?.disableAbortWarning});if(a instanceof Error)return Es(a,r?.disableAbortWarning);let o=await a.json(),d={response:a,body:o};return oh(o)?(d.body=ih(o),{success:(await this.options.postprocessSearchResponseMiddleware(d)).body}):{error:sn(d)}}async facetSearch(t){let r=await Rt.call({...Vr(t,"POST","application/json","/facet"),requestParams:on(t),requestMetadata:{method:"facetSearch"},...this.options});if(r instanceof Error)throw r;let n=await r.json(),a={response:r,body:n};return(await this.options.postprocessFacetSearchResponseMiddleware(a)).body}async recommendations(t){let r=await Rt.call({...Vr(t,"POST","application/json",""),requestParams:on(t),requestMetadata:{method:"recommendations"},...this.options});if(r instanceof Error)throw r;let n=await r.json();if(oh(n)){let a={response:r,body:n};return a.body=ih(n),{success:(await this.options.postprocessSearchResponseMiddleware(a)).body}}return{error:sn({response:r,body:n})}}async html(t){return ah(t,{...this.options})}async fieldDescriptions(t){let r=await Rt.call({...Vr(t,"GET","application/json","/fields"),requestParams:{},requestMetadata:{method:"fieldDescriptions"},...this.options});if(r instanceof Error)throw r;let n=await r.json();return fP(n)?{success:n}:{error:sn({response:r,body:n})}}},eu=e=>e.success!==void 0,Be=e=>e.error!==void 0;function oh(e){return e.results!==void 0}function ih(e){let t=Xa();return ne(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}function pP(e){return e.completions!==void 0}function mP(e){return e.preprocessingOutput!==void 0}function fP(e){return e.fields!==void 0}l();s();u();c();var sh=e=>e,ch=e=>e,uh=e=>e;l();s();u();c();l();s();u();c();var H=new D({required:!0,emptyAllowed:!1}),Ie=new D({required:!1,emptyAllowed:!1}),be=new D({required:!0,emptyAllowed:!0}),lh=new D({required:!1,emptyAllowed:!0}),tu=new te({each:H,required:!0}),dh=new D({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),ph=new D({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),O_=new D({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),Nr=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),bt=(e,t)=>{if("required"in t)return{payload:new ue({value:t}).validate({value:e}).value};let a=new U({options:{required:!0},values:t}).validate(e);if(a)throw new Rs(a);return{payload:e}},k=(e,t)=>{try{return bt(e,t)}catch(r){return{payload:e,error:Nr(r)}}},Me=(e,t,r,n)=>{let a=`Check the initialState of ${n}`;return mh(e,t,r,a,"Controller initialization error")},we=(e,t,r,n)=>{let a=`Check the options of ${n}`;return mh(e,t,r,a,"Controller initialization error")},mh=(e,t,r,n,a)=>{try{return t.validate(r,n)}catch(o){throw e.logger.error(o,a),o}};l();s();u();c();l();s();u();c();l();s();u();c();function Je(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 gP=typeof Symbol=="function"&&Symbol.observable||"@@observable",fh=gP,hm=()=>Math.random().toString(36).substring(7).split("").join("."),yP={INIT:`@@redux/INIT${hm()}`,REPLACE:`@@redux/REPLACE${hm()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${hm()}`},ru=yP;function Xt(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 Sm(e,t,r){if(typeof e!="function")throw new Error(Je(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Je(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Je(1));return r(Sm)(e,t)}let n=e,a=t,o=new Map,d=o,p=0,m=!1;function f(){d===o&&(d=new Map,o.forEach((R,b)=>{d.set(b,R)}))}function S(){if(m)throw new Error(Je(3));return a}function x(R){if(typeof R!="function")throw new Error(Je(4));if(m)throw new Error(Je(5));let b=!0;f();let E=p++;return d.set(E,R),function(){if(b){if(m)throw new Error(Je(6));b=!1,f(),d.delete(E),o=null}}}function A(R){if(!Xt(R))throw new Error(Je(7));if(typeof R.type>"u")throw new Error(Je(8));if(typeof R.type!="string")throw new Error(Je(17));if(m)throw new Error(Je(9));try{m=!0,a=n(a,R)}finally{m=!1}return(o=d).forEach(E=>{E()}),R}function C(R){if(typeof R!="function")throw new Error(Je(10));n=R,A({type:ru.REPLACE})}function F(){let R=x;return{subscribe(b){if(typeof b!="object"||b===null)throw new Error(Je(11));function E(){let I=b;I.next&&I.next(S())}return E(),{unsubscribe:R(E)}},[fh](){return this}}}return A({type:ru.INIT}),{dispatch:A,subscribe:x,getState:S,replaceReducer:C,[fh]:F}}function hP(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:ru.INIT})>"u")throw new Error(Je(12));if(typeof r(void 0,{type:ru.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Je(13))})}function Za(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),a,o;try{hP(r)}catch(d){o=d}return function(p={},m){if(o)throw o;let f=!1,S={};for(let x=0;x<n.length;x++){let A=n[x],C=r[A],F=p[A],v=C(F,m);if(typeof v>"u"){let R=m&&m.type;throw new Error(Je(14))}S[A]=v,f=f||v!==F}return f=f||n.length!==Object.keys(p).length,f?S:p}}function eo(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function gh(...e){return t=>(r,n)=>{let a=t(r,n),o=()=>{throw new Error(Je(15))},d={getState:a.getState,dispatch:(m,...f)=>o(m,...f)},p=e.map(m=>m(d));return o=eo(...p)(a.dispatch),{...a,dispatch:o}}}function nu(e){return Xt(e)&&"type"in e&&typeof e.type=="string"}l();s();u();c();var Em=Symbol.for("immer-nothing"),Is=Symbol.for("immer-draftable"),lt=Symbol.for("immer-state");function Xe(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var sa=Object.getPrototypeOf;function St(e){return!!e&&!!e[lt]}function dt(e){return e?xh(e)||Array.isArray(e)||!!e[Is]||!!e.constructor?.[Is]||to(e)||Ds(e):!1}var SP=Object.prototype.constructor.toString();function xh(e){if(!e||typeof e!="object")return!1;let t=sa(e);if(t===null)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===SP}function Im(e){return St(e)||Xe(15,e),e[lt].base_}function ks(e,t){ca(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,n)=>t(n,r,e))}function ca(e){let t=e[lt];return t?t.type_:Array.isArray(e)?1:to(e)?2:Ds(e)?3:0}function Ts(e,t){return ca(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Cm(e,t){return ca(e)===2?e.get(t):e[t]}function Ah(e,t,r){let n=ca(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function CP(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function to(e){return e instanceof Map}function Ds(e){return e instanceof Set}function ia(e){return e.copy_||e.base_}function Fm(e,t){if(to(e))return new Map(e);if(Ds(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=xh(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[lt];let a=Reflect.ownKeys(n);for(let o=0;o<a.length;o++){let d=a[o],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(sa(e),n)}else{let n=sa(e);if(n!==null&&r)return{...e};let a=Object.create(n);return Object.assign(a,e)}}function su(e,t=!1){return cu(e)||St(e)||!dt(e)||(ca(e)>1&&Object.defineProperties(e,{set:{value:au},add:{value:au},clear:{value:au},delete:{value:au}}),Object.freeze(e),t&&Object.values(e).forEach(r=>su(r,!0))),e}function au(){Xe(2)}function cu(e){return Object.isFrozen(e)}var Rm={};function ua(e){let t=Rm[e];return t||Xe(0,e),t}function xP(e,t){Rm[e]||(Rm[e]=t)}var Os;function Fh(){return Os}function AP(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function yh(e,t){t&&(ua("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function bm(e){vm(e),e.drafts_.forEach(FP),e.drafts_=null}function vm(e){e===Os&&(Os=e.parent_)}function hh(e){return Os=AP(Os,e)}function FP(e){let t=e[lt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Sh(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[lt].modified_&&(bm(t),Xe(4)),dt(e)&&(e=ou(t,e),t.parent_||iu(t,e)),t.patches_&&ua("Patches").generateReplacementPatches_(r[lt].base_,e,t.patches_,t.inversePatches_)):e=ou(t,r,[]),bm(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Em?e:void 0}function ou(e,t,r){if(cu(t))return t;let n=t[lt];if(!n)return ks(t,(a,o)=>Ch(e,n,t,a,o,r)),t;if(n.scope_!==e)return t;if(!n.modified_)return iu(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;let a=n.copy_,o=a,d=!1;n.type_===3&&(o=new Set(a),a.clear(),d=!0),ks(o,(p,m)=>Ch(e,n,a,p,m,r,d)),iu(e,a,!1),r&&e.patches_&&ua("Patches").generatePatches_(n,r,e.patches_,e.inversePatches_)}return n.copy_}function Ch(e,t,r,n,a,o,d){if(St(a)){let p=o&&t&&t.type_!==3&&!Ts(t.assigned_,n)?o.concat(n):void 0,m=ou(e,a,p);if(Ah(r,n,m),St(m))e.canAutoFreeze_=!1;else return}else d&&r.add(a);if(dt(a)&&!cu(a)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ou(e,a),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(to(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&iu(e,a)}}function iu(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&su(t,r)}function RP(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:Fh(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},a=n,o=km;r&&(a=[n],o=qs);let{revoke:d,proxy:p}=Proxy.revocable(a,o);return n.draft_=p,n.revoke_=d,p}var km={get(e,t){if(t===lt)return e;let r=ia(e);if(!Ts(r,t))return bP(e,r,t);let n=r[t];return e.finalized_||!dt(n)?n:n===xm(e.base_,t)?(Am(e),e.copy_[t]=Pm(n,e)):n},has(e,t){return t in ia(e)},ownKeys(e){return Reflect.ownKeys(ia(e))},set(e,t,r){let n=Rh(ia(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let a=xm(ia(e),t),o=a?.[lt];if(o&&o.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(CP(r,a)&&(r!==void 0||Ts(e.base_,t)))return!0;Am(e),wm(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 xm(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Am(e),wm(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=ia(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Xe(11)},getPrototypeOf(e){return sa(e.base_)},setPrototypeOf(){Xe(12)}},qs={};ks(km,(e,t)=>{qs[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});qs.deleteProperty=function(e,t){return qs.set.call(this,e,t,void 0)};qs.set=function(e,t,r){return km.set.call(this,e[0],t,r,e[0])};function xm(e,t){let r=e[lt];return(r?ia(r):e)[t]}function bP(e,t,r){let n=Rh(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Rh(e,t){if(!(t in e))return;let r=sa(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=sa(r)}}function wm(e){e.modified_||(e.modified_=!0,e.parent_&&wm(e.parent_))}function Am(e){e.copy_||(e.copy_=Fm(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var vP=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let o=r;r=t;let d=this;return function(m=o,...f){return d.produce(m,S=>r.call(this,S,...f))}}typeof r!="function"&&Xe(6),n!==void 0&&typeof n!="function"&&Xe(7);let a;if(dt(t)){let o=hh(this),d=Pm(t,void 0),p=!0;try{a=r(d),p=!1}finally{p?bm(o):vm(o)}return yh(o,n),Sh(a,o)}else if(!t||typeof t!="object"){if(a=r(t),a===void 0&&(a=t),a===Em&&(a=void 0),this.autoFreeze_&&su(a,!0),n){let o=[],d=[];ua("Patches").generateReplacementPatches_(t,a,o,d),n(o,d)}return a}else Xe(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(d,...p)=>this.produceWithPatches(d,m=>t(m,...p));let n,a;return[this.produce(t,r,(d,p)=>{n=d,a=p}),n,a]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){dt(e)||Xe(8),St(e)&&(e=bh(e));let t=hh(this),r=Pm(e,void 0);return r[lt].isManual_=!0,vm(t),r}finishDraft(e,t){let r=e&&e[lt];(!r||!r.isManual_)&&Xe(9);let{scope_:n}=r;return yh(n,t),Sh(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let a=t[r];if(a.path.length===0&&a.op==="replace"){e=a.value;break}}r>-1&&(t=t.slice(r+1));let n=ua("Patches").applyPatches_;return St(e)?n(e,t):this.produce(e,a=>n(a,t))}};function Pm(e,t){let r=to(e)?ua("MapSet").proxyMap_(e,t):Ds(e)?ua("MapSet").proxySet_(e,t):RP(e,t);return(t?t.scope_:Fh()).drafts_.push(r),r}function bh(e){return St(e)||Xe(10,e),vh(e)}function vh(e){if(!dt(e)||cu(e))return e;let t=e[lt],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Fm(e,t.scope_.immer_.useStrictShallowCopy_)}else r=Fm(e,!0);return ks(r,(n,a)=>{Ah(r,n,vh(a))}),t&&(t.finalized_=!1),r}function wh(){let t="replace",r="add",n="remove";function a(A,C,F,v){switch(A.type_){case 0:case 2:return d(A,C,F,v);case 1:return o(A,C,F,v);case 3:return p(A,C,F,v)}}function o(A,C,F,v){let{base_:R,assigned_:b}=A,E=A.copy_;E.length<R.length&&([R,E]=[E,R],[F,v]=[v,F]);for(let w=0;w<R.length;w++)if(b[w]&&E[w]!==R[w]){let I=C.concat([w]);F.push({op:t,path:I,value:x(E[w])}),v.push({op:t,path:I,value:x(R[w])})}for(let w=R.length;w<E.length;w++){let I=C.concat([w]);F.push({op:r,path:I,value:x(E[w])})}for(let w=E.length-1;R.length<=w;--w){let I=C.concat([w]);v.push({op:n,path:I})}}function d(A,C,F,v){let{base_:R,copy_:b}=A;ks(A.assigned_,(E,w)=>{let I=Cm(R,E),N=Cm(b,E),q=w?Ts(R,E)?t:r:n;if(I===N&&q===t)return;let T=C.concat(E);F.push(q===n?{op:q,path:T}:{op:q,path:T,value:N}),v.push(q===r?{op:n,path:T}:q===n?{op:r,path:T,value:x(I)}:{op:t,path:T,value:x(I)})})}function p(A,C,F,v){let{base_:R,copy_:b}=A,E=0;R.forEach(w=>{if(!b.has(w)){let I=C.concat([E]);F.push({op:n,path:I,value:w}),v.unshift({op:r,path:I,value:w})}E++}),E=0,b.forEach(w=>{if(!R.has(w)){let I=C.concat([E]);F.push({op:r,path:I,value:w}),v.unshift({op:n,path:I,value:w})}E++})}function m(A,C,F,v){F.push({op:t,path:[],value:C===Em?void 0:C}),v.push({op:t,path:[],value:A})}function f(A,C){return C.forEach(F=>{let{path:v,op:R}=F,b=A;for(let N=0;N<v.length-1;N++){let q=ca(b),T=v[N];typeof T!="string"&&typeof T!="number"&&(T=""+T),(q===0||q===1)&&(T==="__proto__"||T==="constructor")&&Xe(19),typeof b=="function"&&T==="prototype"&&Xe(19),b=Cm(b,T),typeof b!="object"&&Xe(18,v.join("/"))}let E=ca(b),w=S(F.value),I=v[v.length-1];switch(R){case t:switch(E){case 2:return b.set(I,w);case 3:Xe(16);default:return b[I]=w}case r:switch(E){case 1:return I==="-"?b.push(w):b.splice(I,0,w);case 2:return b.set(I,w);case 3:return b.add(w);default:return b[I]=w}case n:switch(E){case 1:return b.splice(I,1);case 2:return b.delete(I);case 3:return b.delete(F.value);default:return delete b[I]}default:Xe(17,R)}}),A}function S(A){if(!dt(A))return A;if(Array.isArray(A))return A.map(S);if(to(A))return new Map(Array.from(A.entries()).map(([F,v])=>[F,S(v)]));if(Ds(A))return new Set(Array.from(A).map(S));let C=Object.create(sa(A));for(let F in A)C[F]=S(A[F]);return Ts(A,Is)&&(C[Is]=A[Is]),C}function x(A){return St(A)?S(A):A}xP("Patches",{applyPatches_:f,generatePatches_:a,generateReplacementPatches_:m})}var js=new vP,Mr=js.produce,uu=js.produceWithPatches.bind(js);var Tm=js.applyPatches.bind(js);l();s();u();c();function wP(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function PP(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function EP(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 Ph=e=>Array.isArray(e)?e:[e];function IP(e){let t=Array.isArray(e[0])?e[0]:e;return EP(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function kP(e,t){let r=[],{length:n}=e;for(let a=0;a<n;a++)r.push(e[a].apply(null,t));return r}var Y_=Symbol();var K_=Object.getPrototypeOf({});var TP=class{constructor(e){this.value=e}deref(){return this.value}},OP=typeof WeakRef<"u"?WeakRef:TP,qP=0,Eh=1;function lu(){return{s:qP,v:void 0,o:null,p:null}}function ro(e,t={}){let r=lu(),{resultEqualityCheck:n}=t,a,o=0;function d(){let p=r,{length:m}=arguments;for(let x=0,A=m;x<A;x++){let C=arguments[x];if(typeof C=="function"||typeof C=="object"&&C!==null){let F=p.o;F===null&&(p.o=F=new WeakMap);let v=F.get(C);v===void 0?(p=lu(),F.set(C,p)):p=v}else{let F=p.p;F===null&&(p.p=F=new Map);let v=F.get(C);v===void 0?(p=lu(),F.set(C,p)):p=v}}let f=p,S;if(p.s===Eh)S=p.v;else if(S=e.apply(null,arguments),o++,n){let x=a?.deref?.()??a;x!=null&&n(x,S)&&(S=x,o!==0&&o--),a=typeof S=="object"&&S!==null||typeof S=="function"?new OP(S):S}return f.s=Eh,f.v=S,S}return d.clearCache=()=>{r=lu(),d.resetResultsCount()},d.resultsCount=()=>o,d.resetResultsCount=()=>{o=0},d}function Ih(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...a)=>{let o=0,d=0,p,m={},f=a.pop();typeof f=="object"&&(m=f,f=a.pop()),wP(f,`createSelector expects an output function after the inputs, but received: [${typeof f}]`);let S={...r,...m},{memoize:x,memoizeOptions:A=[],argsMemoize:C=ro,argsMemoizeOptions:F=[],devModeChecks:v={}}=S,R=Ph(A),b=Ph(F),E=IP(a),w=x(function(){return o++,f.apply(null,arguments)},...R),I=!0,N=C(function(){d++;let T=kP(E,arguments);return p=w.apply(null,T),p},...b);return Object.assign(N,{resultFunc:f,memoizedResultFunc:w,dependencies:E,dependencyRecomputations:()=>d,resetDependencyRecomputations:()=>{d=0},lastResult:()=>p,recomputations:()=>o,resetRecomputations:()=>{o=0},memoize:x,argsMemoize:C})};return Object.assign(n,{withTypes:()=>n}),n}var le=Ih(ro),jP=Object.assign((e,t=le)=>{PP(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(o=>e[o]);return t(n,(...o)=>o.reduce((d,p,m)=>(d[r[m]]=p,d),{}))},{withTypes:()=>jP});l();s();u();c();function kh(e){return({dispatch:r,getState:n})=>a=>o=>typeof o=="function"?o(r,n,e):a(o)}var Th=kh(),Oh=kh;var DP=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?eo:eo.apply(null,arguments)},fU=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},VP=e=>e&&typeof e.match=="function";function P(e,t){function r(...n){if(t){let a=t(...n);if(!a)throw new Error(_t(0));return{type:e,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>nu(n)&&n.type===e,r}var Nh=class Vs extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Vs.prototype)}static get[Symbol.species](){return Vs}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Vs(...t[0].concat(this)):new Vs(...t.concat(this))}};function qh(e){return dt(e)?Mr(e,()=>{}):e}function jh(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function NP(e){return typeof e=="boolean"}var MP=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:a=!0,actionCreatorCheck:o=!0}=t??{},d=new Nh;return r&&(NP(r)?d.push(Th):d.push(Oh(r.extraArgument))),d},Ns="RTK_autoBatch",ao=()=>e=>({payload:e,meta:{[Ns]:!0}}),Dh=e=>t=>{setTimeout(t,e)},LP=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),a=!0,o=!1,d=!1,p=new Set,m=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Dh(10):e.type==="callback"?e.queueNotification:Dh(e.timeout),f=()=>{d=!1,o&&(o=!1,p.forEach(S=>S()))};return Object.assign({},n,{subscribe(S){let x=()=>a&&S(),A=n.subscribe(x);return p.add(S),()=>{A(),p.delete(S)}},dispatch(S){try{return a=!S?.meta?.[Ns],o=!a,o&&(d||(d=!0,m(f))),n.dispatch(S)}finally{a=!0}}})},QP=e=>function(r){let{autoBatch:n=!0}=r??{},a=new Nh(e);return n&&a.push(LP(typeof n=="object"?n:void 0)),a};function Mh(e){let t=MP(),{reducer:r=void 0,middleware:n,devTools:a=!0,preloadedState:o=void 0,enhancers:d=void 0}=e||{},p;if(typeof r=="function")p=r;else if(Xt(r))p=Za(r);else throw new Error(_t(1));let m;typeof n=="function"?m=n(t):m=t();let f=eo;a&&(f=DP({trace:!1,...typeof a=="object"&&a}));let S=gh(...m),x=QP(S),A=typeof d=="function"?d(x):x(),C=f(...A);return Sm(p,o,C)}function Lh(e){let t={},r=[],n,a={addCase(o,d){let p=typeof o=="string"?o:o.type;if(!p)throw new Error(_t(28));if(p in t)throw new Error(_t(29));return t[p]=d,a},addMatcher(o,d){return r.push({matcher:o,reducer:d}),a},addDefaultCase(o){return n=o,a}};return e(a),[t,r,n]}function _P(e){return typeof e=="function"}function re(e,t){let[r,n,a]=Lh(t),o;if(_P(e))o=()=>qh(e());else{let p=qh(e);o=()=>p}function d(p=o(),m){let f=[r[m.type],...n.filter(({matcher:S})=>S(m)).map(({reducer:S})=>S)];return f.filter(S=>!!S).length===0&&(f=[a]),f.reduce((S,x)=>{if(x)if(St(S)){let C=x(S,m);return C===void 0?S:C}else{if(dt(S))return Mr(S,A=>x(A,m));{let A=x(S,m);if(A===void 0){if(S===null)return S;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}}return S},p)}return d.getInitialState=o,d}var Qh=(e,t)=>VP(e)?e.match(t):e(t);function Zt(...e){return t=>e.some(r=>Qh(r,t))}function no(...e){return t=>e.every(r=>Qh(r,t))}function pu(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 Ms(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function mu(...e){return e.length===0?t=>pu(t,["pending"]):Ms(e)?Zt(...e.map(t=>t.pending)):mu()(e[0])}function la(...e){return e.length===0?t=>pu(t,["rejected"]):Ms(e)?Zt(...e.map(t=>t.rejected)):la()(e[0])}function Ls(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?no(la(...e),t):Ms(e)?no(la(...e),t):Ls()(e[0])}function Lr(...e){return e.length===0?t=>pu(t,["fulfilled"]):Ms(e)?Zt(...e.map(t=>t.fulfilled)):Lr()(e[0])}function fu(...e){return e.length===0?t=>pu(t,["pending","fulfilled","rejected"]):Ms(e)?Zt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):fu()(e[0])}var UP="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",gu=(e=21)=>{let t="",r=e;for(;r--;)t+=UP[Math.random()*64|0];return t},BP=["name","message","stack","code"],Om=class{constructor(e,t){Fe(this,"_type");this.payload=e,this.meta=t}},Vh=class{constructor(e,t){Fe(this,"_type");this.payload=e,this.meta=t}},$P=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of BP)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},ie=(()=>{function e(t,r,n){let a=P(t+"/fulfilled",(m,f,S,x)=>({payload:m,meta:{...x||{},arg:S,requestId:f,requestStatus:"fulfilled"}})),o=P(t+"/pending",(m,f,S)=>({payload:void 0,meta:{...S||{},arg:f,requestId:m,requestStatus:"pending"}})),d=P(t+"/rejected",(m,f,S,x,A)=>({payload:x,error:(n&&n.serializeError||$P)(m||"Rejected"),meta:{...A||{},arg:S,requestId:f,rejectedWithValue:!!x,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"}}));function p(m){return(f,S,x)=>{let A=n?.idGenerator?n.idGenerator(m):gu(),C=new i.AbortController,F,v;function R(E){v=E,C.abort()}let b=async function(){let E;try{let I=n?.condition?.(m,{getState:S,extra:x});if(GP(I)&&(I=await I),I===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let N=new Promise((q,T)=>{F=()=>{T({name:"AbortError",message:v||"Aborted"})},C.signal.addEventListener("abort",F)});f(o(A,m,n?.getPendingMeta?.({requestId:A,arg:m},{getState:S,extra:x}))),E=await Promise.race([N,Promise.resolve(r(m,{dispatch:f,getState:S,extra:x,requestId:A,signal:C.signal,abort:R,rejectWithValue:(q,T)=>new Om(q,T),fulfillWithValue:(q,T)=>new Vh(q,T)})).then(q=>{if(q instanceof Om)throw q;return q instanceof Vh?a(q.payload,A,m,q.meta):a(q,A,m)})])}catch(I){E=I instanceof Om?d(null,A,m,I.payload,I.meta):d(I,A,m)}finally{F&&C.signal.removeEventListener("abort",F)}return n&&!n.dispatchConditionRejection&&d.match(E)&&E.meta.condition||f(E),E}();return Object.assign(b,{abort:R,requestId:A,arg:m,unwrap(){return b.then(HP)}})}}return Object.assign(p,{pending:o,rejected:d,fulfilled:a,settled:Zt(d,a),typePrefix:t})}return e.withTypes=()=>e,e})();function HP(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function GP(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var _h=Symbol.for("rtk-slice-createasyncthunk"),CU={[_h]:ie};function zP(e,t){return`${e}/${t}`}function WP({creators:e}={}){let t=e?.asyncThunk?.[_h];return function(n){let{name:a,reducerPath:o=a}=n;if(!a)throw new Error(_t(11));typeof process<"u";let d=(typeof n.reducers=="function"?n.reducers(KP()):n.reducers)||{},p=Object.keys(d),m={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},f={addCase(E,w){let I=typeof E=="string"?E:E.type;if(!I)throw new Error(_t(12));if(I in m.sliceCaseReducersByType)throw new Error(_t(13));return m.sliceCaseReducersByType[I]=w,f},addMatcher(E,w){return m.sliceMatchers.push({matcher:E,reducer:w}),f},exposeAction(E,w){return m.actionCreators[E]=w,f},exposeCaseReducer(E,w){return m.sliceCaseReducersByName[E]=w,f}};p.forEach(E=>{let w=d[E],I={reducerName:E,type:zP(a,E),createNotation:typeof n.reducers=="function"};XP(w)?eE(I,w,f,t):JP(I,w,f)});function S(){let[E={},w=[],I=void 0]=typeof n.extraReducers=="function"?Lh(n.extraReducers):[n.extraReducers],N={...E,...m.sliceCaseReducersByType};return re(n.initialState,q=>{for(let T in N)q.addCase(T,N[T]);for(let T of m.sliceMatchers)q.addMatcher(T.matcher,T.reducer);for(let T of w)q.addMatcher(T.matcher,T.reducer);I&&q.addDefaultCase(I)})}let x=E=>E,A=new Map,C;function F(E,w){return C||(C=S()),C(E,w)}function v(){return C||(C=S()),C.getInitialState()}function R(E,w=!1){function I(q){let T=q[E];return typeof T>"u"&&w&&(T=v()),T}function N(q=x){let T=jh(A,w,()=>new WeakMap);return jh(T,q,()=>{let O={};for(let[j,L]of Object.entries(n.selectors??{}))O[j]=YP(L,q,v,w);return O})}return{reducerPath:E,getSelectors:N,get selectors(){return N(I)},selectSlice:I}}let b={name:a,reducer:F,actions:m.actionCreators,caseReducers:m.sliceCaseReducersByName,getInitialState:v,...R(o),injectInto(E,{reducerPath:w,...I}={}){let N=w??o;return E.inject({reducerPath:N,reducer:F},I),{...b,...R(N,!0)}}};return b}}function YP(e,t,r,n){function a(o,...d){let p=t(o);return typeof p>"u"&&n&&(p=r()),e(p,...d)}return a.unwrapped=e,a}var da=WP();function KP(){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 JP({type:e,reducerName:t,createNotation:r},n,a){let o,d;if("reducer"in n){if(r&&!ZP(n))throw new Error(_t(17));o=n.reducer,d=n.prepare}else o=n;a.addCase(e,o).exposeCaseReducer(t,o).exposeAction(t,d?P(e,d):P(e))}function XP(e){return e._reducerDefinitionType==="asyncThunk"}function ZP(e){return e._reducerDefinitionType==="reducerWithPrepare"}function eE({type:e,reducerName:t},r,n,a){if(!a)throw new Error(_t(18));let{payloadCreator:o,fulfilled:d,pending:p,rejected:m,settled:f,options:S}=r,x=a(e,o,S);n.exposeAction(t,x),d&&n.addCase(x.fulfilled,d),p&&n.addCase(x.pending,p),m&&n.addCase(x.rejected,m),f&&n.addMatcher(x.settled,f),n.exposeCaseReducer(t,{fulfilled:d||du,pending:p||du,rejected:m||du,settled:f||du})}function du(){}var Uh="listener",Bh="completed",$h="cancelled",xU=`task-${$h}`,AU=`task-${Bh}`,FU=`${Uh}-${$h}`,RU=`${Uh}-${Bh}`;var{assign:Hh}=Object;var qm="listenerMiddleware";var tE=Hh(P(`${qm}/add`),{withTypes:()=>tE}),bU=P(`${qm}/removeAll`),rE=Hh(P(`${qm}/remove`),{withTypes:()=>rE});var vU=Symbol.for("rtk-state-proxy-original");function _t(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 Gh=/^(?:[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 nE(e){return typeof e=="string"&&Gh.test(e)}var jm=nE;l();s();u();c();var Ze=[];for(let e=0;e<256;++e)Ze.push((e+256).toString(16).slice(1));function zh(e,t=0){return(Ze[e[t+0]]+Ze[e[t+1]]+Ze[e[t+2]]+Ze[e[t+3]]+"-"+Ze[e[t+4]]+Ze[e[t+5]]+"-"+Ze[e[t+6]]+Ze[e[t+7]]+"-"+Ze[e[t+8]]+Ze[e[t+9]]+"-"+Ze[e[t+10]]+Ze[e[t+11]]+Ze[e[t+12]]+Ze[e[t+13]]+Ze[e[t+14]]+Ze[e[t+15]]).toLowerCase()}l();s();u();c();var Dm,aE=new Uint8Array(16);function Vm(){if(!Dm){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Dm=crypto.getRandomValues.bind(crypto)}return Dm(aE)}l();s();u();c();l();s();u();c();var oE=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Nm={randomUUID:oE};function iE(e,t,r){if(Nm.randomUUID&&!t&&!e)return Nm.randomUUID();e=e||{};let n=e.random??e.rng?.()??Vm();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 a=0;a<16;++a)t[r+a]=n[a];return t}return zh(n)}var Mm=iE;l();s();u();c();function Wh(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function sE({config:e,environment:t,event:r,listenerManager:n}){let{url:a,token:o,mode:d}=e;d!=="disabled"&&(n.call(r),t.send(a,o,r))}var Yh="visitorId";function cE(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(Yh),a=n&&jm(n)?n:t.generateUUID();return r.setItem(Yh,a),a}}}var eS="1.2.6",Lm=128,tS=192,Kh=224,Jh=240,uE=248;function lE(e){return(e&uE)===Jh?4:(e&Jh)===Kh?3:(e&Kh)===tS?2:1}function dE(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&Lm)!=Lm)break;if(r-=3,(n&tS)!=Lm){t-r>=lE(n)*3&&(r=t);break}}return e.substring(0,r)}function pE(e){let{trackingId:t}=e;return{trackingId:t}}function mE(e){return(e.source||[]).concat([`relay@${eS}`])}function rS(e,t,r,n){let{getReferrer:a,getLocation:o,getUserAgent:d}=r,p=pE(t),m=n.getClientId();return Object.freeze({type:e,config:p,ts:Date.now(),source:mE(t),clientId:m,userAgent:d(),referrer:Xh(a()),location:Xh(o())})}function Xh(e){return e!==null?dE(e,1024):null}function fE(e,t,r,n,a){return{...t,meta:rS(e,r,n,a)}}var gE="*";function yE(){let e=[];function t({type:m,callback:f}){return e.findIndex(S=>S.type===m&&S.callback===f)}function r(m,f){return m.type==="*"||f===m.type}function n(m){return t(m)<0&&e.push(m),()=>p(m.type,m.callback)}function a(m){e.forEach(f=>{if(r(f,m.meta.type))try{f.callback(m)}catch(S){console.error(S)}})}function o(m){if(m===gE)e.length=0;else for(let f=e.length-1;f>=0;f--)e[f].type===m&&e.splice(f,1)}function d(m){let f=t(m);f>=0&&e.splice(f,1)}function p(m,f){f?d({type:m,callback:f}):o(m)}return{add:n,call:a,remove:p}}function Zh({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 hE(e){let t=Zh(e);return{get:()=>t,update:r=>{t=Zh({...t,...r})}}}var Qm=SE();function SE(){let e="coveo_",t=r=>{let n=r.split(".").slice(-2);return n.length==2?n.join("."):""};return{getItem(r){let n=`${e}${r}=`,a=document.cookie.split(";");for(let o of a){let d=o.replace(/^\s+/,"");if(d.lastIndexOf(n,0)===0)return d.substring(n.length,d.length)}return null},setItem(r,n,a){let o=t(window.location.hostname),d=`;expires=${new Date(new Date().getTime()+a).toUTCString()}`,p=o?`;domain=${o}`:"";document.cookie=`${e}${r}=${n}${d}${p};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function CE(){return{getItem(e){return Qm.getItem(e)||localStorage.getItem(e)},removeItem(e){Qm.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Qm.setItem(e,t,31556952e3)}}}function xE(){let e=document.referrer;return e===""?null:e}function AE(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(Wh().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:()=>xE(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>Mm(),storage:CE()}}function FE(){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 RE(){return{getItem(){return null},removeItem(){},setItem(){}}}function bE(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:RE()}}function vE(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=bE();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&wE()&&FE()?AE():n}function wE(){try{return typeof window=="object"}catch{return!1}}function PE(e){return{get:()=>Object.freeze(vE(e))}}function nS(e){let t=hE(e),r=yE(),n=PE(t),a=cE(n);return{emit:(o,d)=>{let p=t.get(),m=n.get(),f=fE(o,d,p,m,a);return sE({config:p,environment:m,event:f,listenerManager:r})},getMeta:o=>rS(o,t.get(),n.get(),a),on:(o,d)=>r.add({type:o,callback:d}),off:(o,d)=>r.remove(o,d),updateConfig:o=>t.update(o),version:eS}}l();s();u();c();l();s();u();c();var un="3.30.0-pre.e4dec75021",aS=["@coveo/atomic","@coveo/quantic"];var ln=le(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${un}`));var Qs=le(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>ln(e.configuration.analytics),(e,t)=>EE(t),(e,t,r,{trackingId:n,apiBaseUrl:a,enabled:o},d,p)=>nS({mode:o?"emit":"disabled",url:a??Jc(e,t),token:r,trackingId:n??null,source:d,environment:p})),EE=e=>{if(!e)return;let t=e();return{getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent,generateUUID:()=>t.clientId}};l();s();u();c();l();s();u();c();function Qr(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 a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}function V(e,t,r,n){function a(o){return o instanceof r?o:new r(function(d){d(o)})}return new(r||(r=Promise))(function(o,d){function p(S){try{f(n.next(S))}catch(x){d(x)}}function m(S){try{f(n.throw(S))}catch(x){d(x)}}function f(S){S.done?o(S.value):a(S.value).then(p,m)}f((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 Bm(){return typeof window<"u"}function rf(){return typeof navigator<"u"}function oo(){return typeof document<"u"}function $m(){try{return typeof localStorage<"u"}catch{return!1}}function IE(){try{return typeof sessionStorage<"u"}catch{return!1}}function SS(){return rf()&&navigator.cookieEnabled}var kE=[Se.click,Se.custom,Se.search,Se.view],TE=(e,t)=>kE.indexOf(e)!==-1?Object.assign({language:oo()?document.documentElement.lang:"unknown",userAgent:rf()?navigator.userAgent:"unknown"},t):t,Us=class e{static set(t,r,n){var a,o,d,p;n&&(o=new Date,o.setTime(o.getTime()+n)),p=window.location.hostname,p.indexOf(".")===-1?oS(t,r,o):(d=p.split("."),a=d[d.length-2]+"."+d[d.length-1],oS(t,r,o,a))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),a=0;a<n.length;a++){var o=n[a];if(o=o.replace(/^\s+/,""),o.lastIndexOf(r,0)===0)return o.substring(r.length,o.length)}return null}static erase(t){e.set(t,"",-1)}};function oS(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function OE(){return $m()?localStorage:SS()?new Bs:IE()?sessionStorage:new so}var Bs=class e{getItem(t){return Us.get(`${e.prefix}${t}`)}removeItem(t){Us.erase(`${e.prefix}${t}`)}setItem(t,r,n){Us.set(`${e.prefix}${t}`,r,n)}};Bs.prefix="coveo_";var Hm=class{constructor(){this.cookieStorage=new Bs}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)}},so=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},yu="__coveo.analytics.history",qE=20,jE=1e3*60,DE=75,Cu=class{constructor(t){this.store=t||OE()}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(yu);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(yu);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem(yu,JSON.stringify(t.slice(0,qE)))}catch{}}clear(){try{this.store.removeItem(yu)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,a)=>(a.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,DE)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>jE:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:a,value:o}=r;return{name:n,time:a,value:o}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:a}=t;return r&&typeof a=="string"&&r.toLowerCase()==="query"&&a.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var VE=(e,t)=>V(void 0,void 0,void 0,function*(){return e===Se.view?(yield NE(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),NE=e=>V(void 0,void 0,void 0,function*(){let t=new Cu,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),hu,ME=new Uint8Array(16);function LE(){if(!hu&&(hu=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!hu))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return hu(ME)}var QE=/^(?:[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 xu(e){return typeof e=="string"&&QE.test(e)}var et=[];for(let e=0;e<256;++e)et.push((e+256).toString(16).slice(1));function CS(e,t=0){return(et[e[t+0]]+et[e[t+1]]+et[e[t+2]]+et[e[t+3]]+"-"+et[e[t+4]]+et[e[t+5]]+"-"+et[e[t+6]]+et[e[t+7]]+"-"+et[e[t+8]]+et[e[t+9]]+"-"+et[e[t+10]]+et[e[t+11]]+et[e[t+12]]+et[e[t+13]]+et[e[t+14]]+et[e[t+15]]).toLowerCase()}function _E(e){if(!xu(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 UE(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var BE="6ba7b810-9dad-11d1-80b4-00c04fd430c8",$E="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function HE(e,t,r){function n(a,o,d,p){var m;if(typeof a=="string"&&(a=UE(a)),typeof o=="string"&&(o=_E(o)),((m=o)===null||m===void 0?void 0:m.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let f=new Uint8Array(16+a.length);if(f.set(o),f.set(a,o.length),f=r(f),f[6]=f[6]&15|t,f[8]=f[8]&63|128,d){p=p||0;for(let S=0;S<16;++S)d[p+S]=f[S];return d}return CS(f)}try{n.name=e}catch{}return n.DNS=BE,n.URL=$E,n}var GE=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),iS={randomUUID:GE};function pa(e,t,r){if(iS.randomUUID&&!t&&!e)return iS.randomUUID();e=e||{};let n=e.random||(e.rng||LE)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let a=0;a<16;++a)t[r+a]=n[a];return t}return CS(n)}function zE(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 _m(e,t){return e<<t|e>>>32-t}function WE(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,a=Math.ceil(n/16),o=new Array(a);for(let d=0;d<a;++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];o[d]=p}o[a-1][14]=(e.length-1)*8/Math.pow(2,32),o[a-1][14]=Math.floor(o[a-1][14]),o[a-1][15]=(e.length-1)*8&4294967295;for(let d=0;d<a;++d){let p=new Uint32Array(80);for(let C=0;C<16;++C)p[C]=o[d][C];for(let C=16;C<80;++C)p[C]=_m(p[C-3]^p[C-8]^p[C-14]^p[C-16],1);let m=r[0],f=r[1],S=r[2],x=r[3],A=r[4];for(let C=0;C<80;++C){let F=Math.floor(C/20),v=_m(m,5)+zE(F,f,S,x)+A+t[F]+p[C]>>>0;A=x,x=S,S=_m(f,30)>>>0,f=m,m=v}r[0]=r[0]+m>>>0,r[1]=r[1]+f>>>0,r[2]=r[2]+S>>>0,r[3]=r[3]+x>>>0,r[4]=r[4]+A>>>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 YE=HE("v5",80,WE),sS=YE,xS="2.30.45",cS=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,_s={pageview:"pageview",event:"event"},Au=class{constructor({client:t,uuidGenerator:r=pa}){this.client=t,this.uuidGenerator=r}},Gm=class extends Au{constructor({client:t,uuidGenerator:r=pa}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=cS(window.location),this.lastReferrer=oo()?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:oo()?document.title:"",encoding:oo()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},a={language:navigator.language,userAgent:navigator.userAgent},o={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},o),n),a),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:a,location:o}=this.getNextValues(t,r);this.lastReferrer=a,this.pageViewId=n,this.currentLocation=o,t===_s.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===_s.pageview?this.nextPageViewId:this.pageViewId,referrer:t===_s.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===_s.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=a=>a.replace(/^\/?(.*)$/,"/$1");return`${(a=>a.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return cS(window.location)}},dn=class e{constructor(t,r){if(!xu(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(a=>new RegExp(a.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,a]=r;if(n.length!==32||isNaN(parseInt(a)))return null;let o=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return xu(o)?new e(o,Number.parseInt(a)*1e3):null}};dn.cvo_cid="cvo_cid";dn.expirationTime=120;var zm=class extends Au{constructor({client:t,uuidGenerator:r=pa}){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(dn.cvo_cid,new dn(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};zm.Id="link";var wt=Object.keys;function Su(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var Um=128,AS=192,uS=224,lS=240;function KE(e){return(e&248)===lS?4:(e&lS)===uS?3:(e&uS)===AS?2:1}function JE(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&Um)!=Um)break;if(r-=3,(n&AS)!=Um){t-r>=KE(n)*3&&(r=t);break}}return e.substring(0,r)}var Wm={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"},XE=wt(Wm).map(e=>Wm[e]),ZE=[...XE].join("|"),eI=new RegExp(`^(${ZE}$)`),tI={svcAction:"svc_action",svcActionData:"svc_action_data"},rI=e=>wt(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=Wm[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),nI=e=>eI.test(e),aI=[nI],dS={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},pS={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},tt={action:"pa",list:"pal",listSource:"pls"},Fu={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},oI=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],Ym={id:"quoteId",affiliation:"quoteAffiliation"},Km={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},iI={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),Fu),purchase:Object.assign(Object.assign({},tt),Fu),quickview:tt,quote:Object.assign(Object.assign({},tt),Ym),review:Object.assign(Object.assign({},tt),Km)},sI=wt(dS).map(e=>dS[e]),cI=wt(pS).map(e=>pS[e]),uI=wt(tt).map(e=>tt[e]),lI=wt(Fu).map(e=>Fu[e]),dI=wt(Km).map(e=>Km[e]),pI=wt(Ym).map(e=>Ym[e]),mI=[...sI,"custom"].join("|"),fI=[...cI,"custom"].join("|"),FS="(pr[0-9]+)",RS="(il[0-9]+pi[0-9]+)",gI=new RegExp(`^${FS}(${mI})$`),yI=new RegExp(`^(${RS}(${fI}))|(il[0-9]+nm)$`),hI=new RegExp(`^(${uI.join("|")})$`),SI=new RegExp(`^(${lI.join("|")})$`),CI=new RegExp(`^${FS}custom$`),xI=new RegExp(`^${RS}custom$`),AI=new RegExp(`^(${[...oI,...dI,...pI].join("|")})$`),FI=e=>gI.test(e),RI=e=>yI.test(e),bI=e=>hI.test(e),vI=e=>SI.test(e),wI=e=>AI.test(e),PI=[RI,FI,bI,vI,wI],EI=[CI,xI],II={anonymizeIp:"aip"},kI={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},TI={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},OI=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],qI=Object.assign(Object.assign(Object.assign(Object.assign({},II),kI),TI),OI.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),Jm=Object.assign(Object.assign({},qI),tI),jI=e=>{let t=!!e.action&&iI[e.action]||{};return wt(e).reduce((r,n)=>{let a=t[n]||Jm[n]||n;return Object.assign(Object.assign({},r),{[a]:e[n]})},{})},DI=wt(Jm).map(e=>Jm[e]),VI=e=>DI.indexOf(e)!==-1,NI=e=>e==="custom",MI=e=>[...PI,...aI,VI,NI].some(t=>t(e)),LI=e=>wt(e).reduce((t,r)=>{let n=QI(r);return n?Object.assign(Object.assign({},t),_I(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),QI=e=>{let t;return[...EI].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},_I=(e,t)=>wt(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),Xm=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:a}=this.opts,o=yield this.getQueryParamsForEventType(t),{url:d,payload:p}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${o}`,r,a),m=this.encodeForEventType(t,p),f=new Blob([m],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(d,f)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return V(this,void 0,void 0,function*(){let a=t,o=r;if(n){let d=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:p,body:m}=d;a=p||t;try{o=JSON.parse(m)}catch(f){console.error("Unable to process the request body as a JSON string",f)}}return{payload:o,url:a}})}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,a=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",a?`visitorId=${a}`:"","discardVisitInfo=true"].filter(o=>!!o).join("&")})}isEventTypeLegacy(t){return[Se.click,Se.custom,Se.search,Se.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let a=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(a=`access_token=${encodeURIComponent(n)}&${a}`),a}},Zm=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()})}},mS=g.fetch,Ru=class{constructor(t){this.opts=t}sendEvent(t,r){return V(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:a,preprocessRequest:o}=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),o?yield o(p,"analyticsFetch"):{}),{url:f}=m,S=Qr(m,["url"]),x;try{x=yield mS(f,S)}catch(A){console.error("An error has occured when sending the event.",A);return}if(x.ok){let A=yield x.json();return A.visitorId&&a.setCurrentVisitorId(A.visitorId),A}else{try{x.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,x,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 mS(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"})}},ef=class{constructor(t,r){$m()&&SS()?this.storage=new Hm:$m()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new so),this.client=new Ru(t),this.beaconClient=new Xm(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:a,payload:o}of n)this.beaconClient.sendEvent(a,o)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},tf=class{constructor(t,r){this.storage=r||new so,this.client=new Ru(t)}getClientDependingOnEventType(t){return this.client}},bu=class{constructor(){this.storage=new so,this.client=new Zm}getClientDependingOnEventType(t){return this.client}},UI="xx",BI=e=>e?.startsWith(UI)||!1,$I=`
|
|
29
29
|
We've detected you're using React Native but have not provided the corresponding runtime,
|
|
30
30
|
for an optimal experience please use the "coveo.analytics/react-native" subpackage.
|
|
31
31
|
Follow the Readme on how to set it up: https://github.com/coveo/coveo.analytics.js#using-react-native
|