@coveo/quantic 3.36.7 → 3.36.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +14 -14
  2. package/force-app/main/default/staticresources/coveoheadless/definitions/api/api-client-utils.d.ts +1 -1
  3. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/request.d.ts +2 -2
  4. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/result.d.ts +12 -0
  5. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/product-enrichment/product-enrichment-request.d.ts +2 -2
  6. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/recommendations/recommendations-request.d.ts +2 -2
  7. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/plan/plan-request.d.ts +2 -2
  8. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/query-suggest/query-suggest-request.d.ts +2 -2
  9. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/agents/answer-agent/head-answer-strategy.d.ts +2 -2
  10. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-slice.d.ts +0 -5
  11. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/stream-answer-api.d.ts +3 -3
  12. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-case-classifications/get-case-classifications-request.d.ts +2 -2
  13. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-document-suggestions/get-document-suggestions-request.d.ts +2 -2
  14. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/get-interface/get-interface-config-request.d.ts +2 -2
  15. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/query/query-request.d.ts +4 -4
  16. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/user-actions/user-actions-request.d.ts +2 -2
  17. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/core/generated-answer/headless-core-interactive-citation.d.ts +5 -1
  18. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-actions.d.ts +0 -12
  19. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-actions.d.ts +1 -19
  20. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-request.d.ts +13 -2
  21. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-selectors.d.ts +1 -1
  22. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/legacy/search-request.d.ts +1 -1
  23. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/search-request.d.ts +1 -1
  24. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/controllers/product-list/headless-product-list.ssr.d.ts +14 -2
  25. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-commerce-next.index.d.ts +2 -0
  26. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-commerce.index.d.ts +1 -0
  27. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/controllers/product-list/headless-product-list.ssr.d.ts +14 -2
  28. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/controllers/triggers/headless-query-trigger.ssr.d.ts +3 -2
  29. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/factories/recommendation-static-state-factory.d.ts +1 -1
  30. package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/factories/static-state-factory.d.ts +1 -1
  31. package/force-app/main/default/staticresources/coveoheadless/definitions/test/mock-controller.d.ts +2 -1
  32. package/force-app/main/default/staticresources/coveoheadless/definitions/test/mock-product-listing-controller.d.ts +2 -0
  33. package/force-app/main/default/staticresources/coveoheadless/definitions/test/mock-search-controller.d.ts +2 -0
  34. package/force-app/main/default/staticresources/coveoheadless/definitions/utils/facet-utils.d.ts +1 -1
  35. package/force-app/main/default/staticresources/coveoheadless/headless.js +19 -19
  36. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +18 -18
  37. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +13 -13
  38. package/package.json +2 -2
  39. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/answer-generation-api-state.d.ts +0 -29
  40. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/answer-generation-api.d.ts +0 -4
  41. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/answer/answer-endpoint.d.ts +0 -30
  42. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/answer/url-builders/endpoint-url-builder.d.ts +0 -5
  43. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/follow-up/follow-up-endpoint.d.ts +0 -24
  44. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/follow-up/url-builders/endpoint-url-builder.d.ts +0 -5
  45. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/answer-draft-reducer/answer-draft-reducer.d.ts +0 -26
  46. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/answer-streaming-runner.d.ts +0 -26
  47. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/server-state-event-handler/server-state-event-handler.d.ts +0 -21
  48. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/strategies/streaming-strategy-creators.d.ts +0 -4
  49. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/types.d.ts +0 -41
  50. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answer-request.d.ts +0 -4
  51. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answer-strategy.d.ts +0 -3
  52. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/head-answer-strategy.d.ts +0 -3
@@ -14,31 +14,31 @@ function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value}catch(n){
14
14
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
- */(function(g,f){if(typeof exports=="object"&&typeof module<"u"){module.exports=f(require)}else if("function"==typeof define&&define.amd){define("CoveoHeadlessRecommendation",["crypto"],function(_d_0){var d={"crypto":_d_0},r=function(m){if(m in d)return d[m];if(typeof require=="function")return require(m);throw new Error("Cannot find module '"+m+"'")};return f(r)})}else{var gN={"crypto":"crypto"},gReq=function(r){var mod=r in gN?g[gN[r]]:g[r];return mod};g["CoveoHeadlessRecommendation"]=f(gReq)}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:this,function(require){var exports={};var __exports=exports;var module={exports};"use strict";var Rw=Object.create;var ti=Object.defineProperty;var Iw=Object.getOwnPropertyDescriptor;var Tw=Object.getOwnPropertyNames;var _w=Object.getPrototypeOf,kw=Object.prototype.hasOwnProperty;var Ow=(e,t,r)=>t in e?ti(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ri=(e,t)=>()=>(e&&(t=e(e=0)),t);var ze=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ni=(e,t)=>{for(var r in t)ti(e,r,{get:t[r],enumerable:!0})},Mp=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Tw(t))!kw.call(e,o)&&o!==r&&ti(e,o,{get:()=>t[o],enumerable:!(n=Iw(t,o))||n.enumerable});return e};var _t=(e,t,r)=>(r=e!=null?Rw(_w(e)):{},Mp(t||!e||!e.__esModule?ti(r,"default",{value:e,enumerable:!0}):r,e)),Pw=e=>Mp(ti({},"__esModule",{value:!0}),e);var xe=(e,t,r)=>Ow(e,typeof t!="symbol"?t+"":t,r);var w,d=ri(()=>{"use strict";w=typeof globalThis<"u"?globalThis:window});function sa(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?sa=function(t){return typeof t}:sa=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},sa(e)}function Dw(){"navigator"in this||(this.navigator={}),typeof this.navigator.sendBeacon!="function"&&(this.navigator.sendBeacon=Mw.bind(this))}function Mw(e,t){var r=this.event&&this.event.type,n=r==="unload"||r==="beforeunload",o="XMLHttpRequest"in this?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");o.open("POST",e,!n),o.withCredentials=!0,o.setRequestHeader("Accept","*/*"),Nw(t)?(o.setRequestHeader("Content-Type","text/plain;charset=UTF-8"),o.responseType="text"):Fw(t)&&t.type&&o.setRequestHeader("Content-Type",t.type);try{o.send(t)}catch{return!1}return!0}var Nw,Fw,p=ri(()=>{"use strict";Nw=function(t){return typeof t=="string"},Fw=function(t){return t instanceof Blob};Dw.call((typeof window>"u"?"undefined":sa(window))==="object"?window:{})});var _u=ze(oi=>{"use strict";m();d();f();p();Object.defineProperty(oi,"__esModule",{value:!0});function jp(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function jw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qw(e,t,r){return t=qn(t),Uw(e,Vp()?Reflect.construct(t,r||[],qn(e).constructor):t.apply(e,r))}function Ru(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qp(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,$w(n.key),n)}}function Iu(e,t,r){return t&&qp(e.prototype,t),r&&qp(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Lp(e,t){var r=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=Qw(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(c){throw c},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
18
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var c=r.next();return a=c.done,c},e:function(c){s=!0,i=c},f:function(){try{a||r.return==null||r.return()}finally{if(s)throw i}}}}function Cu(){return Cu=typeof Reflect<"u"&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=Vw(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},Cu.apply(null,arguments)}function qn(e){return qn=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},qn(e)}function Lw(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Eu(e,t)}function Vp(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Vp=function(){return!!e})()}function Uw(e,t){if(t&&(typeof t=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return jw(e)}function Eu(e,t){return Eu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Eu(e,t)}function Vw(e,t){for(;!{}.hasOwnProperty.call(e,t)&&(e=qn(e))!==null;);return e}function Gw(e,t,r,n){var o=Cu(qn(1&n?e.prototype:e),t,r);return 2&n&&typeof o=="function"?function(i){return o.apply(r,i)}:o}function Bw(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $w(e){var t=Bw(e,"string");return typeof t=="symbol"?t:t+""}function Qw(e,t){if(e){if(typeof e=="string")return jp(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?jp(e,t):void 0}}(function(e){return{NativeAbortSignal:e.AbortSignal,NativeAbortController:e.AbortController}})(typeof self<"u"?self:global);function Hw(e){var t;try{t=new Event("abort")}catch{typeof document<"u"?document.createEvent?(t=document.createEvent("Event"),t.initEvent("abort",!1,!1)):(t=document.createEventObject(),t.type="abort"):t={type:"abort",bubbles:!1,cancelable:!1}}return t.reason=e,t}function zw(e){if(e===void 0)if(typeof document>"u")e=new Error("This operation was aborted"),e.name="AbortError";else try{e=new DOMException("signal is aborted without reason"),Object.defineProperty(e,"name",{value:"AbortError"})}catch{e=new Error("This operation was aborted"),e.name="AbortError"}return e}var Up=function(){function e(){Ru(this,e),Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}return Iu(e,[{key:"addEventListener",value:function(r,n,o){r in this.listeners||(this.listeners[r]=[]),this.listeners[r].push({callback:n,options:o})}},{key:"removeEventListener",value:function(r,n){if(r in this.listeners){for(var o=this.listeners[r],i=0,a=o.length;i<a;i++)if(o[i].callback===n){o.splice(i,1);return}}}},{key:"dispatchEvent",value:function(r){var n=this;if(r.type in this.listeners){for(var o=this.listeners[r.type],i=o.slice(),a=function(){var h=i[s];try{h.callback.call(n,r)}catch(v){Promise.resolve().then(function(){throw v})}h.options&&h.options.once&&n.removeEventListener(r.type,h.callback)},s=0,c=i.length;s<c;s++)a();return!r.defaultPrevented}}}])}(),Tu=function(e){function t(){var r;return Ru(this,t),r=qw(this,t),r.listeners||Up.call(r),Object.defineProperty(r,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(r,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(r,"reason",{value:void 0,writable:!0,configurable:!0}),r}return Lw(t,e),Iu(t,[{key:"toString",value:function(){return"[object AbortSignal]"}},{key:"dispatchEvent",value:function(n){n.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,n)),Gw(t,"dispatchEvent",this,3)([n])}},{key:"throwIfAborted",value:function(){var n=this.aborted,o=this.reason,i=o===void 0?"Aborted":o;if(n)throw i}}],[{key:"timeout",value:function(n){var o=new ca;return setTimeout(function(){return o.abort(new DOMException("This signal is timeout in ".concat(n,"ms"),"TimeoutError"))},n),o.signal}},{key:"any",value:function(n){var o=new ca;function i(){o.abort(this.reason),a()}function a(){var h=Lp(n),v;try{for(h.s();!(v=h.n()).done;){var S=v.value;S.removeEventListener("abort",i)}}catch(g){h.e(g)}finally{h.f()}}var s=Lp(n),c;try{for(s.s();!(c=s.n()).done;){var u=c.value;if(u.aborted){o.abort(u.reason);break}else u.addEventListener("abort",i)}}catch(h){s.e(h)}finally{s.f()}return o.signal}}])}(Up),ca=function(){function e(){Ru(this,e),Object.defineProperty(this,"signal",{value:new Tu,writable:!0,configurable:!0})}return Iu(e,[{key:"abort",value:function(r){var n=zw(r),o=Hw(n);this.signal.reason=n,this.signal.dispatchEvent(o)}},{key:"toString",value:function(){return"[object AbortController]"}}])}();typeof Symbol<"u"&&Symbol.toStringTag&&(ca.prototype[Symbol.toStringTag]="AbortController",Tu.prototype[Symbol.toStringTag]="AbortSignal");function Ww(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof e.Request=="function"&&!e.Request.prototype.hasOwnProperty("signal")||!e.AbortController}function Kw(e){typeof e=="function"&&(e={fetch:e});var t=e,r=t.fetch,n=t.Request,o=n===void 0?r.Request:n,i=t.AbortController,a=t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,s=a===void 0?!1:a;if(!Ww({fetch:r,Request:o,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:s}))return{fetch:r,Request:c};var c=o;(c&&!c.prototype.hasOwnProperty("signal")||s)&&(c=function(S,g){var y;g&&g.signal&&(y=g.signal,delete g.signal);var x=new o(S,g);return y&&Object.defineProperty(x,"signal",{writable:!1,enumerable:!1,configurable:!0,value:y}),x},c.prototype=o.prototype);var u=r,h=function(S,g){var y=c&&c.prototype.isPrototypeOf(S)?S.signal:g?g.signal:void 0;if(y){var x;try{x=new DOMException("Aborted","AbortError")}catch{x=new Error("Aborted"),x.name="AbortError"}if(y.aborted)return Promise.reject(x);var E=new Promise(function(C,I){y.addEventListener("abort",function(){return I(x)},{once:!0})});return g&&g.signal&&delete g.signal,Promise.race([E,u(S,g)])}return u(S,g)};return{fetch:h,Request:c}}oi.AbortController=ca;oi.AbortSignal=Tu;oi.abortableFetch=Kw});var Gp,l,A,f=ri(()=>{"use strict";Gp=_t(_u(),1),l=_t(_u(),1),{fetch:A}=(0,Gp.abortableFetch)({fetch})});function ii(e){if(iA.test(e)||e.trim()==="")throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}function ku(e){return e.replace(aA,"")}function ai(e){if(typeof e!="string"||e.length===0)return!1;for(let t=0;t<e.length;t++){let r=e.charCodeAt(t);if(r>127||!sA(r))return!1}return!0}function sA(e){return![127,32,"(",")","<",">","@",",",";",":","\\","\"","/","[","]","?","=","{","}"].includes(e)}function $p(e){if(typeof e!="string"||e.trim()!==e)return!1;for(let t=0;t<e.length;t++){let r=e.charCodeAt(t);if(r===0||r===10||r===13)return!1}return!0}var Yw,Kp,Xw,Yp,Jw,Zw,eA,tA,rA,nA,oA,iA,Bp,aA,Ln,Ou,Qp,Hp,zp,Wp,b,Jp=ri(()=>{"use strict";m();d();f();p();Yw=Object.create,Kp=Object.defineProperty,Xw=Object.getOwnPropertyDescriptor,Yp=Object.getOwnPropertyNames,Jw=Object.getPrototypeOf,Zw=Object.prototype.hasOwnProperty,eA=(e,t)=>function(){return t||(0,e[Yp(e)[0]])((t={exports:{}}).exports,t),t.exports},tA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Yp(t))!Zw.call(e,o)&&o!==r&&Kp(e,o,{get:()=>t[o],enumerable:!(n=Xw(t,o))||n.enumerable});return e},rA=(e,t,r)=>(r=e!=null?Yw(Jw(e)):{},tA(t||!e||!e.__esModule?Kp(r,"default",{value:e,enumerable:!0}):r,e)),nA=eA({"node_modules/set-cookie-parser/lib/set-cookie.js"(e,t){"use strict";var r={decodeValues:!0,map:!1,silent:!1};function n(c){return typeof c=="string"&&!!c.trim()}function o(c,u){var h=c.split(";").filter(n),v=h.shift(),S=i(v),g=S.name,y=S.value;u=u?Object.assign({},r,u):r;try{y=u.decodeValues?decodeURIComponent(y):y}catch(E){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+y+"'. Set options.decodeValues to false to disable this feature.",E)}var x={name:g,value:y};return h.forEach(function(E){var C=E.split("="),I=C.shift().trimLeft().toLowerCase(),T=C.join("=");I==="expires"?x.expires=new Date(T):I==="max-age"?x.maxAge=parseInt(T,10):I==="secure"?x.secure=!0:I==="httponly"?x.httpOnly=!0:I==="samesite"?x.sameSite=T:x[I]=T}),x}function i(c){var u="",h="",v=c.split("=");return v.length>1?(u=v.shift(),h=v.join("=")):h=c,{name:u,value:h}}function a(c,u){if(u=u?Object.assign({},r,u):r,!c)return u.map?{}:[];if(c.headers)if(typeof c.headers.getSetCookie=="function")c=c.headers.getSetCookie();else if(c.headers["set-cookie"])c=c.headers["set-cookie"];else{var h=c.headers[Object.keys(c.headers).find(function(S){return S.toLowerCase()==="set-cookie"})];!h&&c.headers.cookie&&!u.silent&&console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),c=h}if(Array.isArray(c)||(c=[c]),u=u?Object.assign({},r,u):r,u.map){var v={};return c.filter(n).reduce(function(S,g){var y=o(g,u);return S[y.name]=y,S},v)}else return c.filter(n).map(function(S){return o(S,u)})}function s(c){if(Array.isArray(c))return c;if(typeof c!="string")return[];var u=[],h=0,v,S,g,y,x;function E(){for(;h<c.length&&/\s/.test(c.charAt(h));)h+=1;return h<c.length}function C(){return S=c.charAt(h),S!=="="&&S!==";"&&S!==","}for(;h<c.length;){for(v=h,x=!1;E();)if(S=c.charAt(h),S===","){for(g=h,h+=1,E(),y=h;h<c.length&&C();)h+=1;h<c.length&&c.charAt(h)==="="?(x=!0,h=y,u.push(c.substring(v,g)),v=h):h=g+1}else h+=1;(!x||h>=c.length)&&u.push(c.substring(v,c.length))}return u}t.exports=a,t.exports.parse=a,t.exports.parseString=o,t.exports.splitCookiesString=s}}),oA=rA(nA()),iA=/[^a-z0-9\-#$%&'*+.^_`|~]/i;Bp=[`
19
- `,"\r","\t"," "],aA=new RegExp(`(^[${Bp.join("")}]|$[${Bp.join("")}])`,"g");Ln=Symbol("normalizedHeaders"),Ou=Symbol("rawHeaderNames"),Qp=", ",b=class Xp{constructor(t){this[Hp]={},this[zp]=new Map,this[Wp]="Headers",["Headers","HeadersPolyfill"].includes(t?.constructor.name)||t instanceof Xp||typeof w.Headers<"u"&&t instanceof w.Headers?t.forEach((n,o)=>{this.append(o,n)},this):Array.isArray(t)?t.forEach(([r,n])=>{this.append(r,Array.isArray(n)?n.join(Qp):n)}):t&&Object.getOwnPropertyNames(t).forEach(r=>{let n=t[r];this.append(r,Array.isArray(n)?n.join(Qp):n)})}[(Hp=Ln,zp=Ou,Wp=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(let[t]of this.entries())yield t}*values(){for(let[,t]of this.entries())yield t}*entries(){let t=Object.keys(this[Ln]).sort((r,n)=>r.localeCompare(n));for(let r of t)if(r==="set-cookie")for(let n of this.getSetCookie())yield[r,n];else yield[r,this.get(r)]}has(t){if(!ai(t))throw new TypeError(`Invalid header name "${t}"`);return this[Ln].hasOwnProperty(ii(t))}get(t){if(!ai(t))throw TypeError(`Invalid header name "${t}"`);return this[Ln][ii(t)]??null}set(t,r){if(!ai(t)||!$p(r))return;let n=ii(t),o=ku(r);this[Ln][n]=ku(o),this[Ou].set(n,t)}append(t,r){if(!ai(t)||!$p(r))return;let n=ii(t),o=ku(r),i=this.has(n)?`${this.get(n)}, ${o}`:o;this.set(t,i)}delete(t){if(!ai(t)||!this.has(t))return;let r=ii(t);delete this[Ln][r],this[Ou].delete(r)}forEach(t,r){for(let[n,o]of this.entries())t.call(r,o,n,this)}getSetCookie(){let t=this.get("set-cookie");return t===null?[]:t===""?[""]:(0,oA.splitCookiesString)(t)}}});var m=ri(()=>{"use strict";Jp()});var sf=ze(ui=>{"use strict";m();d();f();p();var pa=ui&&ui.__assign||function(){return pa=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},pa.apply(this,arguments)};Object.defineProperty(ui,"__esModule",{value:!0});var hA={delayFirstAttempt:!1,jitter:"none",maxDelay:1/0,numOfAttempts:10,retry:function(){return!0},startingDelay:100,timeMultiple:2};function yA(e){var t=pa(pa({},hA),e);return t.numOfAttempts<1&&(t.numOfAttempts=1),t}ui.getSanitizedOptions=yA});var cf=ze(Du=>{"use strict";m();d();f();p();Object.defineProperty(Du,"__esModule",{value:!0});function vA(e){var t=Math.random()*e;return Math.round(t)}Du.fullJitter=vA});var uf=ze(Mu=>{"use strict";m();d();f();p();Object.defineProperty(Mu,"__esModule",{value:!0});function SA(e){return e}Mu.noJitter=SA});var lf=ze(ju=>{"use strict";m();d();f();p();Object.defineProperty(ju,"__esModule",{value:!0});var wA=cf(),AA=uf();function bA(e){switch(e.jitter){case"full":return wA.fullJitter;case"none":default:return AA.noJitter}}ju.JitterFactory=bA});var Lu=ze(qu=>{"use strict";m();d();f();p();Object.defineProperty(qu,"__esModule",{value:!0});var xA=lf(),CA=function(){function e(t){this.options=t,this.attempt=0}return e.prototype.apply=function(){var t=this;return new Promise(function(r){return setTimeout(r,t.jitteredDelay)})},e.prototype.setAttemptNumber=function(t){this.attempt=t},Object.defineProperty(e.prototype,"jitteredDelay",{get:function(){var t=xA.JitterFactory(this.options);return t(this.delay)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"delay",{get:function(){var t=this.options.startingDelay,r=this.options.timeMultiple,n=this.numOfDelayedAttempts,o=t*Math.pow(r,n);return Math.min(o,this.options.maxDelay)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numOfDelayedAttempts",{get:function(){return this.attempt},enumerable:!0,configurable:!0}),e}();qu.Delay=CA});var df=ze(Yt=>{"use strict";m();d();f();p();var EA=Yt&&Yt.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),RA=Yt&&Yt.__awaiter||function(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})},IA=Yt&&Yt.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}};Object.defineProperty(Yt,"__esModule",{value:!0});var TA=Lu(),_A=function(e){EA(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.apply=function(){return RA(this,void 0,void 0,function(){return IA(this,function(r){return[2,this.isFirstAttempt?!0:e.prototype.apply.call(this)]})})},Object.defineProperty(t.prototype,"isFirstAttempt",{get:function(){return this.attempt===0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"numOfDelayedAttempts",{get:function(){return this.attempt-1},enumerable:!0,configurable:!0}),t}(TA.Delay);Yt.SkipFirstDelay=_A});var pf=ze(li=>{"use strict";m();d();f();p();var kA=li&&li.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(li,"__esModule",{value:!0});var OA=Lu(),PA=function(e){kA(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(OA.Delay);li.AlwaysDelay=PA});var ff=ze(Uu=>{"use strict";m();d();f();p();Object.defineProperty(Uu,"__esModule",{value:!0});var NA=df(),FA=pf();function DA(e,t){var r=MA(e);return r.setAttemptNumber(t),r}Uu.DelayFactory=DA;function MA(e){return e.delayFirstAttempt?new FA.AlwaysDelay(e):new NA.SkipFirstDelay(e)}});var mf=ze(Br=>{"use strict";m();d();f();p();var Vu=Br&&Br.__awaiter||function(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})},Gu=Br&&Br.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}};Object.defineProperty(Br,"__esModule",{value:!0});var jA=sf(),qA=ff();function LA(e,t){return t===void 0&&(t={}),Vu(this,void 0,void 0,function(){var r,n;return Gu(this,function(o){switch(o.label){case 0:return r=jA.getSanitizedOptions(t),n=new UA(e,r),[4,n.execute()];case 1:return[2,o.sent()]}})})}Br.backOff=LA;var UA=function(){function e(t,r){this.request=t,this.options=r,this.attemptNumber=0}return e.prototype.execute=function(){return Vu(this,void 0,void 0,function(){var t,r;return Gu(this,function(n){switch(n.label){case 0:if(this.attemptLimitReached)return[3,7];n.label=1;case 1:return n.trys.push([1,4,,6]),[4,this.applyDelay()];case 2:return n.sent(),[4,this.request()];case 3:return[2,n.sent()];case 4:return t=n.sent(),this.attemptNumber++,[4,this.options.retry(t,this.attemptNumber)];case 5:if(r=n.sent(),!r||this.attemptLimitReached)throw t;return[3,6];case 6:return[3,0];case 7:throw new Error("Something went wrong.")}})})},Object.defineProperty(e.prototype,"attemptLimitReached",{get:function(){return this.attemptNumber>=this.options.numOfAttempts},enumerable:!0,configurable:!0}),e.prototype.applyDelay=function(){return Vu(this,void 0,void 0,function(){var t;return Gu(this,function(r){switch(r.label){case 0:return t=qA.DelayFactory(this.options,this.attemptNumber),[4,t.apply()];case 1:return r.sent(),[2]}})})},e}()});var Ts=ze((ud,ld)=>{"use strict";m();d();f();p();(function(e,t){typeof ud=="object"&&typeof ld<"u"?ld.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof w<"u"?w:e||self).dayjs=t()})(ud,function(){"use strict";var e=1e3,t=6e4,r=36e5,n="millisecond",o="second",i="minute",a="hour",s="day",c="week",u="month",h="quarter",v="year",S="date",g="Invalid Date",y=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,x=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,E={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function($){var G=["th","st","nd","rd"],V=$%100;return"["+$+(G[(V-20)%10]||G[V]||G[0])+"]"}},C=function($,G,V){var Q=String($);return!Q||Q.length>=G?$:""+Array(G+1-Q.length).join(V)+$},I={s:C,z:function($){var G=-$.utcOffset(),V=Math.abs(G),Q=Math.floor(V/60),B=V%60;return(G<=0?"+":"-")+C(Q,2,"0")+":"+C(B,2,"0")},m:function $(G,V){if(G.date()<V.date())return-$(V,G);var Q=12*(V.year()-G.year())+(V.month()-G.month()),B=G.clone().add(Q,u),K=V-B<0,Y=G.clone().add(Q+(K?-1:1),u);return+(-(Q+(V-B)/(K?B-Y:Y-B))||0)},a:function($){return $<0?Math.ceil($)||0:Math.floor($)},p:function($){return{M:u,y:v,w:c,d:s,D:S,h:a,m:i,s:o,ms:n,Q:h}[$]||String($||"").toLowerCase().replace(/s$/,"")},u:function($){return $===void 0}},T="en",_={};_[T]=E;var q="$isDayjsObject",N=function($){return $ instanceof U||!(!$||!$[q])},k=function $(G,V,Q){var B;if(!G)return T;if(typeof G=="string"){var K=G.toLowerCase();_[K]&&(B=K),V&&(_[K]=V,B=K);var Y=G.split("-");if(!B&&Y.length>1)return $(Y[0])}else{var ne=G.name;_[ne]=G,B=ne}return!Q&&B&&(T=B),B||!Q&&T},O=function($,G){if(N($))return $.clone();var V=typeof G=="object"?G:{};return V.date=$,V.args=arguments,new U(V)},D=I;D.l=k,D.i=N,D.w=function($,G){return O($,{locale:G.$L,utc:G.$u,x:G.$x,$offset:G.$offset})};var U=function(){function $(V){this.$L=k(V.locale,null,!0),this.parse(V),this.$x=this.$x||V.x||{},this[q]=!0}var G=$.prototype;return G.parse=function(V){this.$d=function(Q){var B=Q.date,K=Q.utc;if(B===null)return new Date(NaN);if(D.u(B))return new Date;if(B instanceof Date)return new Date(B);if(typeof B=="string"&&!/Z$/i.test(B)){var Y=B.match(y);if(Y){var ne=Y[2]-1||0,pe=(Y[7]||"0").substring(0,3);return K?new Date(Date.UTC(Y[1],ne,Y[3]||1,Y[4]||0,Y[5]||0,Y[6]||0,pe)):new Date(Y[1],ne,Y[3]||1,Y[4]||0,Y[5]||0,Y[6]||0,pe)}}return new Date(B)}(V),this.init()},G.init=function(){var V=this.$d;this.$y=V.getFullYear(),this.$M=V.getMonth(),this.$D=V.getDate(),this.$W=V.getDay(),this.$H=V.getHours(),this.$m=V.getMinutes(),this.$s=V.getSeconds(),this.$ms=V.getMilliseconds()},G.$utils=function(){return D},G.isValid=function(){return this.$d.toString()!==g},G.isSame=function(V,Q){var B=O(V);return this.startOf(Q)<=B&&B<=this.endOf(Q)},G.isAfter=function(V,Q){return O(V)<this.startOf(Q)},G.isBefore=function(V,Q){return this.endOf(Q)<O(V)},G.$g=function(V,Q,B){return D.u(V)?this[Q]:this.set(B,V)},G.unix=function(){return Math.floor(this.valueOf()/1e3)},G.valueOf=function(){return this.$d.getTime()},G.startOf=function(V,Q){var B=this,K=!!D.u(Q)||Q,Y=D.p(V),ne=function(Ee,De){var Ge=D.w(B.$u?Date.UTC(B.$y,De,Ee):new Date(B.$y,De,Ee),B);return K?Ge:Ge.endOf(s)},pe=function(Ee,De){return D.w(B.toDate()[Ee].apply(B.toDate("s"),(K?[0,0,0,0]:[23,59,59,999]).slice(De)),B)},we=this.$W,de=this.$M,fe=this.$D,le="set"+(this.$u?"UTC":"");switch(Y){case v:return K?ne(1,0):ne(31,11);case u:return K?ne(1,de):ne(0,de+1);case c:var he=this.$locale().weekStart||0,Le=(we<he?we+7:we)-he;return ne(K?fe-Le:fe+(6-Le),de);case s:case S:return pe(le+"Hours",0);case a:return pe(le+"Minutes",1);case i:return pe(le+"Seconds",2);case o:return pe(le+"Milliseconds",3);default:return this.clone()}},G.endOf=function(V){return this.startOf(V,!1)},G.$set=function(V,Q){var B,K=D.p(V),Y="set"+(this.$u?"UTC":""),ne=(B={},B[s]=Y+"Date",B[S]=Y+"Date",B[u]=Y+"Month",B[v]=Y+"FullYear",B[a]=Y+"Hours",B[i]=Y+"Minutes",B[o]=Y+"Seconds",B[n]=Y+"Milliseconds",B)[K],pe=K===s?this.$D+(Q-this.$W):Q;if(K===u||K===v){var we=this.clone().set(S,1);we.$d[ne](pe),we.init(),this.$d=we.set(S,Math.min(this.$D,we.daysInMonth())).$d}else ne&&this.$d[ne](pe);return this.init(),this},G.set=function(V,Q){return this.clone().$set(V,Q)},G.get=function(V){return this[D.p(V)]()},G.add=function(V,Q){var B,K=this;V=Number(V);var Y=D.p(Q),ne=function(de){var fe=O(K);return D.w(fe.date(fe.date()+Math.round(de*V)),K)};if(Y===u)return this.set(u,this.$M+V);if(Y===v)return this.set(v,this.$y+V);if(Y===s)return ne(1);if(Y===c)return ne(7);var pe=(B={},B[i]=t,B[a]=r,B[o]=e,B)[Y]||1,we=this.$d.getTime()+V*pe;return D.w(we,this)},G.subtract=function(V,Q){return this.add(-1*V,Q)},G.format=function(V){var Q=this,B=this.$locale();if(!this.isValid())return B.invalidDate||g;var K=V||"YYYY-MM-DDTHH:mm:ssZ",Y=D.z(this),ne=this.$H,pe=this.$m,we=this.$M,de=B.weekdays,fe=B.months,le=B.meridiem,he=function(De,Ge,ut,wt){return De&&(De[Ge]||De(Q,K))||ut[Ge].slice(0,wt)},Le=function(De){return D.s(ne%12||12,De,"0")},Ee=le||function(De,Ge,ut){var wt=De<12?"AM":"PM";return ut?wt.toLowerCase():wt};return K.replace(x,function(De,Ge){return Ge||function(ut){switch(ut){case"YY":return String(Q.$y).slice(-2);case"YYYY":return D.s(Q.$y,4,"0");case"M":return we+1;case"MM":return D.s(we+1,2,"0");case"MMM":return he(B.monthsShort,we,fe,3);case"MMMM":return he(fe,we);case"D":return Q.$D;case"DD":return D.s(Q.$D,2,"0");case"d":return String(Q.$W);case"dd":return he(B.weekdaysMin,Q.$W,de,2);case"ddd":return he(B.weekdaysShort,Q.$W,de,3);case"dddd":return de[Q.$W];case"H":return String(ne);case"HH":return D.s(ne,2,"0");case"h":return Le(1);case"hh":return Le(2);case"a":return Ee(ne,pe,!0);case"A":return Ee(ne,pe,!1);case"m":return String(pe);case"mm":return D.s(pe,2,"0");case"s":return String(Q.$s);case"ss":return D.s(Q.$s,2,"0");case"SSS":return D.s(Q.$ms,3,"0");case"Z":return Y}return null}(De)||Y.replace(":","")})},G.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},G.diff=function(V,Q,B){var K,Y=this,ne=D.p(Q),pe=O(V),we=(pe.utcOffset()-this.utcOffset())*t,de=this-pe,fe=function(){return D.m(Y,pe)};switch(ne){case v:K=fe()/12;break;case u:K=fe();break;case h:K=fe()/3;break;case c:K=(de-we)/6048e5;break;case s:K=(de-we)/864e5;break;case a:K=de/r;break;case i:K=de/t;break;case o:K=de/e;break;default:K=de}return B?K:D.a(K)},G.daysInMonth=function(){return this.endOf(u).$D},G.$locale=function(){return _[this.$L]},G.locale=function(V,Q){if(!V)return this.$L;var B=this.clone(),K=k(V,Q,!0);return K&&(B.$L=K),B},G.clone=function(){return D.w(this.$d,this)},G.toDate=function(){return new Date(this.valueOf())},G.toJSON=function(){return this.isValid()?this.toISOString():null},G.toISOString=function(){return this.$d.toISOString()},G.toString=function(){return this.$d.toUTCString()},$}(),z=U.prototype;return O.prototype=z,[["$ms",n],["$s",o],["$m",i],["$H",a],["$W",s],["$M",u],["$y",v],["$D",S]].forEach(function($){z[$[1]]=function(G){return this.$g(G,$[0],$[1])}}),O.extend=function($,G){return $.$i||($(G,U,O),$.$i=!0),O},O.locale=k,O.isDayjs=N,O.unix=function($){return O(1e3*$)},O.en=_[T],O.Ls=_,O.p={},O})});var Th=ze((dd,pd)=>{"use strict";m();d();f();p();(function(e,t){typeof dd=="object"&&typeof pd<"u"?pd.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof w<"u"?w:e||self).dayjs_plugin_quarterOfYear=t()})(dd,function(){"use strict";var e="month",t="quarter";return function(r,n){var o=n.prototype;o.quarter=function(s){return this.$utils().u(s)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(s-1))};var i=o.add;o.add=function(s,c){return s=Number(s),this.$utils().p(c)===t?this.add(3*s,e):i.bind(this)(s,c)};var a=o.startOf;o.startOf=function(s,c){var u=this.$utils(),h=!!u.u(c)||c;if(u.p(s)===t){var v=this.quarter()-1;return h?this.month(3*v).startOf(e).startOf("day"):this.month(3*v+2).endOf(e).endOf("day")}return a.bind(this)(s,c)}}})});var _h=ze((fd,md)=>{"use strict";m();d();f();p();(function(e,t){typeof fd=="object"&&typeof md<"u"?md.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof w<"u"?w:e||self).dayjs_plugin_customParseFormat=t()})(fd,function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d/,n=/\d\d/,o=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,a={},s=function(y){return(y=+y)+(y>68?1900:2e3)},c=function(y){return function(x){this[y]=+x}},u=[/[+-]\d\d:?(\d\d)?|Z/,function(y){(this.zone||(this.zone={})).offset=function(x){if(!x||x==="Z")return 0;var E=x.match(/([+-]|\d\d)/g),C=60*E[1]+(+E[2]||0);return C===0?0:E[0]==="+"?-C:C}(y)}],h=function(y){var x=a[y];return x&&(x.indexOf?x:x.s.concat(x.f))},v=function(y,x){var E,C=a.meridiem;if(C){for(var I=1;I<=24;I+=1)if(y.indexOf(C(I,0,x))>-1){E=I>12;break}}else E=y===(x?"pm":"PM");return E},S={A:[i,function(y){this.afternoon=v(y,!1)}],a:[i,function(y){this.afternoon=v(y,!0)}],Q:[r,function(y){this.month=3*(y-1)+1}],S:[r,function(y){this.milliseconds=100*+y}],SS:[n,function(y){this.milliseconds=10*+y}],SSS:[/\d{3}/,function(y){this.milliseconds=+y}],s:[o,c("seconds")],ss:[o,c("seconds")],m:[o,c("minutes")],mm:[o,c("minutes")],H:[o,c("hours")],h:[o,c("hours")],HH:[o,c("hours")],hh:[o,c("hours")],D:[o,c("day")],DD:[n,c("day")],Do:[i,function(y){var x=a.ordinal,E=y.match(/\d+/);if(this.day=E[0],x)for(var C=1;C<=31;C+=1)x(C).replace(/\[|\]/g,"")===y&&(this.day=C)}],w:[o,c("week")],ww:[n,c("week")],M:[o,c("month")],MM:[n,c("month")],MMM:[i,function(y){var x=h("months"),E=(h("monthsShort")||x.map(function(C){return C.slice(0,3)})).indexOf(y)+1;if(E<1)throw new Error;this.month=E%12||E}],MMMM:[i,function(y){var x=h("months").indexOf(y)+1;if(x<1)throw new Error;this.month=x%12||x}],Y:[/[+-]?\d+/,c("year")],YY:[n,function(y){this.year=s(y)}],YYYY:[/\d{4}/,c("year")],Z:u,ZZ:u};function g(y){var x,E;x=y,E=a&&a.formats;for(var C=(y=x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(O,D,U){var z=U&&U.toUpperCase();return D||E[U]||e[U]||E[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function($,G,V){return G||V.slice(1)})})).match(t),I=C.length,T=0;T<I;T+=1){var _=C[T],q=S[_],N=q&&q[0],k=q&&q[1];C[T]=k?{regex:N,parser:k}:_.replace(/^\[|\]$/g,"")}return function(O){for(var D={},U=0,z=0;U<I;U+=1){var $=C[U];if(typeof $=="string")z+=$.length;else{var G=$.regex,V=$.parser,Q=O.slice(z),B=G.exec(Q)[0];V.call(D,B),O=O.replace(B,"")}}return function(K){var Y=K.afternoon;if(Y!==void 0){var ne=K.hours;Y?ne<12&&(K.hours+=12):ne===12&&(K.hours=0),delete K.afternoon}}(D),D}}return function(y,x,E){E.p.customParseFormat=!0,y&&y.parseTwoDigitYear&&(s=y.parseTwoDigitYear);var C=x.prototype,I=C.parse;C.parse=function(T){var _=T.date,q=T.utc,N=T.args;this.$u=q;var k=N[1];if(typeof k=="string"){var O=N[2]===!0,D=N[3]===!0,U=O||D,z=N[2];D&&(z=N[2]),a=this.$locale(),!O&&z&&(a=E.Ls[z]),this.$d=function(Q,B,K,Y){try{if(["x","X"].indexOf(B)>-1)return new Date((B==="X"?1e3:1)*Q);var ne=g(B)(Q),pe=ne.year,we=ne.month,de=ne.day,fe=ne.hours,le=ne.minutes,he=ne.seconds,Le=ne.milliseconds,Ee=ne.zone,De=ne.week,Ge=new Date,ut=de||(pe||we?1:Ge.getDate()),wt=pe||Ge.getFullYear(),dr=0;pe&&!we||(dr=we>0?we-1:Ge.getMonth());var Mn,jn=fe||0,ei=le||0,bu=he||0,xu=Le||0;return Ee?new Date(Date.UTC(wt,dr,ut,jn,ei,bu,xu+60*Ee.offset*1e3)):K?new Date(Date.UTC(wt,dr,ut,jn,ei,bu,xu)):(Mn=new Date(wt,dr,ut,jn,ei,bu,xu),De&&(Mn=Y(Mn).week(De).toDate()),Mn)}catch{return new Date("")}}(_,k,q,E),this.init(),z&&z!==!0&&(this.$L=this.locale(z).$L),U&&_!=this.format(k)&&(this.$d=new Date("")),a={}}else if(k instanceof Array)for(var $=k.length,G=1;G<=$;G+=1){N[1]=k[G-1];var V=E.apply(this,N);if(V.isValid()){this.$d=V.$d,this.$L=V.$L,this.init();break}G===$&&(this.$d=new Date(""))}else I.call(this,T)}}})});var py=ze((Id,Td)=>{"use strict";m();d();f();p();(function(e,t){typeof Id=="object"&&typeof Td<"u"?Td.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof w<"u"?w:e||self).dayjs_plugin_timezone=t()})(Id,function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(r,n,o){var i,a=function(h,v,S){S===void 0&&(S={});var g=new Date(h),y=function(x,E){E===void 0&&(E={});var C=E.timeZoneName||"short",I=x+"|"+C,T=t[I];return T||(T=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:x,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:C}),t[I]=T),T}(v,S);return y.formatToParts(g)},s=function(h,v){for(var S=a(h,v),g=[],y=0;y<S.length;y+=1){var x=S[y],E=x.type,C=x.value,I=e[E];I>=0&&(g[I]=parseInt(C,10))}var T=g[3],_=T===24?0:T,q=g[0]+"-"+g[1]+"-"+g[2]+" "+_+":"+g[4]+":"+g[5]+":000",N=+h;return(o.utc(q).valueOf()-(N-=N%1e3))/6e4},c=n.prototype;c.tz=function(h,v){h===void 0&&(h=i);var S,g=this.utcOffset(),y=this.toDate(),x=y.toLocaleString("en-US",{timeZone:h}),E=Math.round((y-new Date(x))/1e3/60),C=15*-Math.round(y.getTimezoneOffset()/15)-E;if(!Number(C))S=this.utcOffset(0,v);else if(S=o(x,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(C,!0),v){var I=S.utcOffset();S=S.add(g-I,"minute")}return S.$x.$timezone=h,S},c.offsetName=function(h){var v=this.$x.$timezone||o.tz.guess(),S=a(this.valueOf(),v,{timeZoneName:h}).find(function(g){return g.type.toLowerCase()==="timezonename"});return S&&S.value};var u=c.startOf;c.startOf=function(h,v){if(!this.$x||!this.$x.$timezone)return u.call(this,h,v);var S=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return u.call(S,h,v).tz(this.$x.$timezone,!0)},o.tz=function(h,v,S){var g=S&&v,y=S||v||i,x=s(+o(),y);if(typeof h!="string")return o(h).tz(y);var E=function(_,q,N){var k=_-60*q*1e3,O=s(k,N);if(q===O)return[k,q];var D=s(k-=60*(O-q)*1e3,N);return O===D?[k,O]:[_-60*Math.min(O,D)*1e3,Math.max(O,D)]}(o.utc(h,g).valueOf(),x,y),C=E[0],I=E[1],T=o(C).utcOffset(I);return T.$x.$timezone=y,T},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(h){i=h}}})});var fy=ze((_d,kd)=>{"use strict";m();d();f();p();(function(e,t){typeof _d=="object"&&typeof kd<"u"?kd.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof w<"u"?w:e||self).dayjs_plugin_utc=t()})(_d,function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(n,o,i){var a=o.prototype;i.utc=function(g){var y={date:g,utc:!0,args:arguments};return new o(y)},a.utc=function(g){var y=i(this.toDate(),{locale:this.$L,utc:!0});return g?y.add(this.utcOffset(),e):y},a.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var s=a.parse;a.parse=function(g){g.utc&&(this.$u=!0),this.$utils().u(g.$offset)||(this.$offset=g.$offset),s.call(this,g)};var c=a.init;a.init=function(){if(this.$u){var g=this.$d;this.$y=g.getUTCFullYear(),this.$M=g.getUTCMonth(),this.$D=g.getUTCDate(),this.$W=g.getUTCDay(),this.$H=g.getUTCHours(),this.$m=g.getUTCMinutes(),this.$s=g.getUTCSeconds(),this.$ms=g.getUTCMilliseconds()}else c.call(this)};var u=a.utcOffset;a.utcOffset=function(g,y){var x=this.$utils().u;if(x(g))return this.$u?0:x(this.$offset)?u.call(this):this.$offset;if(typeof g=="string"&&(g=function(T){T===void 0&&(T="");var _=T.match(t);if(!_)return null;var q=(""+_[0]).match(r)||["-",0,0],N=q[0],k=60*+q[1]+ +q[2];return k===0?0:N==="+"?k:-k}(g),g===null))return this;var E=Math.abs(g)<=16?60*g:g,C=this;if(y)return C.$offset=E,C.$u=g===0,C;if(g!==0){var I=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(C=this.local().add(E+I,e)).$offset=E,C.$x.$localOffset=I}else C=this.utc();return C};var h=a.format;a.format=function(g){var y=g||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return h.call(this,y)},a.valueOf=function(){var g=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*g},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var v=a.toDate;a.toDate=function(g){return g==="s"&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():v.call(this)};var S=a.diff;a.diff=function(g,y,x){if(g&&this.$u===g.$u)return S.call(this,g,y,x);var E=this.local(),C=i(g).local();return S.call(E,C,y,x)}}})});var TS=ze((Dce,IS)=>{"use strict";m();d();f();p();function zk(e){try{return JSON.stringify(e)}catch{return"\"[Circular]\""}}IS.exports=Wk;function Wk(e,t,r){var n=r&&r.stringify||zk,o=1;if(typeof e=="object"&&e!==null){var i=t.length+o;if(i===1)return e;var a=new Array(i);a[0]=n(e);for(var s=1;s<i;s++)a[s]=n(t[s]);return a.join(" ")}if(typeof e!="string")return e;var c=t.length;if(c===0)return e;for(var u="",h=1-o,v=-1,S=e&&e.length||0,g=0;g<S;){if(e.charCodeAt(g)===37&&g+1<S){switch(v=v>-1?v:0,e.charCodeAt(g+1)){case 100:case 102:if(h>=c||t[h]==null)break;v<g&&(u+=e.slice(v,g)),u+=Number(t[h]),v=g+2,g++;break;case 105:if(h>=c||t[h]==null)break;v<g&&(u+=e.slice(v,g)),u+=Math.floor(Number(t[h])),v=g+2,g++;break;case 79:case 111:case 106:if(h>=c||t[h]===void 0)break;v<g&&(u+=e.slice(v,g));var y=typeof t[h];if(y==="string"){u+="'"+t[h]+"'",v=g+2,g++;break}if(y==="function"){u+=t[h].name||"<anonymous>",v=g+2,g++;break}u+=n(t[h]),v=g+2,g++;break;case 115:if(h>=c)break;v<g&&(u+=e.slice(v,g)),u+=String(t[h]),v=g+2,g++;break;case 37:v<g&&(u+=e.slice(v,g)),u+="%",v=g+2,g++,h--;break}++h}++g}return v===-1?e:(v<S&&(u+=e.slice(v)),u)}});var FS=ze((Uce,uu)=>{"use strict";m();d();f();p();var _S=TS();uu.exports=lr;var ra=u0().console||{},Kk={mapHttpRequest:cu,mapHttpResponse:cu,wrapRequestSerializer:Ep,wrapResponseSerializer:Ep,wrapErrorSerializer:Ep,req:cu,res:cu,err:OS,errWithCause:OS};function Ur(e,t){return e==="silent"?1/0:t.levels.values[e]}var Tp=Symbol("pino.logFuncs"),Rp=Symbol("pino.hierarchy"),Yk={error:"log",fatal:"error",warn:"error",info:"log",debug:"log",trace:"log"};function kS(e,t){let r={logger:t,parent:e[Rp]};t[Rp]=r}function Xk(e,t,r){let n={};t.forEach(o=>{n[o]=r[o]?r[o]:ra[o]||ra[Yk[o]||"log"]||Wo}),e[Tp]=n}function Jk(e,t){return Array.isArray(e)?e.filter(function(n){return n!=="!stdSerializers.err"}):e===!0?Object.keys(t):!1}function lr(e){e=e||{},e.browser=e.browser||{};let t=e.browser.transmit;if(t&&typeof t.send!="function")throw Error("pino: transmit option must have a send function");let r=e.browser.write||ra;e.browser.write&&(e.browser.asObject=!0);let n=e.serializers||{},o=Jk(e.browser.serialize,n),i=e.browser.serialize;Array.isArray(e.browser.serialize)&&e.browser.serialize.indexOf("!stdSerializers.err")>-1&&(i=!1);let a=Object.keys(e.customLevels||{}),s=["error","fatal","warn","info","debug","trace"].concat(a);typeof r=="function"&&s.forEach(function(x){r[x]=r}),(e.enabled===!1||e.browser.disabled)&&(e.level="silent");let c=e.level||"info",u=Object.create(r);u.log||(u.log=Wo),Xk(u,s,r),kS({},u),Object.defineProperty(u,"levelVal",{get:v}),Object.defineProperty(u,"level",{get:S,set:g});let h={transmit:t,serialize:o,asObject:e.browser.asObject,asObjectBindingsOnly:e.browser.asObjectBindingsOnly,formatters:e.browser.formatters,levels:s,timestamp:a0(e),messageKey:e.messageKey||"msg",onChild:e.onChild||Wo};u.levels=Zk(e),u.level=c,u.isLevelEnabled=function(x){return this.levels.values[x]?this.levels.values[x]>=this.levels.values[this.level]:!1},u.setMaxListeners=u.getMaxListeners=u.emit=u.addListener=u.on=u.prependListener=u.once=u.prependOnceListener=u.removeListener=u.removeAllListeners=u.listeners=u.listenerCount=u.eventNames=u.write=u.flush=Wo,u.serializers=n,u._serialize=o,u._stdErrSerialize=i,u.child=function(...x){return y.call(this,h,...x)},t&&(u._logEvent=Ip());function v(){return Ur(this.level,this)}function S(){return this._level}function g(x){if(x!=="silent"&&!this.levels.values[x])throw Error("unknown level "+x);this._level=x,Pn(this,h,u,"error"),Pn(this,h,u,"fatal"),Pn(this,h,u,"warn"),Pn(this,h,u,"info"),Pn(this,h,u,"debug"),Pn(this,h,u,"trace"),a.forEach(E=>{Pn(this,h,u,E)})}function y(x,E,C){if(!E)throw new Error("missing bindings for child Pino");C=C||{},o&&E.serializers&&(C.serializers=E.serializers);let I=C.serializers;if(o&&I){var T=Object.assign({},n,I),_=e.browser.serialize===!0?Object.keys(T):o;delete E.serializers,_p([E],_,T,this._stdErrSerialize)}function q(k){this._childLevel=(k._childLevel|0)+1,this.bindings=E,T&&(this.serializers=T,this._serialize=_),t&&(this._logEvent=Ip([].concat(k._logEvent.bindings,E)))}q.prototype=this;let N=new q(this);return kS(this,N),N.child=function(...k){return y.call(this,x,...k)},N.level=C.level||this.level,x.onChild(N),N}return u}function Zk(e){let t=e.customLevels||{},r=Object.assign({},lr.levels.values,t),n=Object.assign({},lr.levels.labels,e0(t));return{values:r,labels:n}}function e0(e){let t={};return Object.keys(e).forEach(function(r){t[e[r]]=r}),t}lr.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}};lr.stdSerializers=Kk;lr.stdTimeFunctions=Object.assign({},{nullTime:PS,epochTime:NS,unixTime:s0,isoTime:c0});function t0(e){let t=[];e.bindings&&t.push(e.bindings);let r=e[Rp];for(;r.parent;)r=r.parent,r.logger.bindings&&t.push(r.logger.bindings);return t.reverse()}function Pn(e,t,r,n){if(Object.defineProperty(e,n,{value:Ur(e.level,r)>Ur(n,r)?Wo:r[Tp][n],writable:!0,enumerable:!0,configurable:!0}),e[n]===Wo){if(!t.transmit)return;let i=t.transmit.level||e.level,a=Ur(i,r);if(Ur(n,r)<a)return}e[n]=n0(e,t,r,n);let o=t0(e);o.length!==0&&(e[n]=r0(o,e[n]))}function r0(e,t){return function(){return t.apply(this,[...e,...arguments])}}function n0(e,t,r,n){return function(o){return function(){let a=t.timestamp(),s=new Array(arguments.length),c=Object.getPrototypeOf&&Object.getPrototypeOf(this)===ra?ra:this;for(var u=0;u<s.length;u++)s[u]=arguments[u];var h=!1;if(t.serialize&&(_p(s,this._serialize,this.serializers,this._stdErrSerialize),h=!0),t.asObject||t.formatters?o.call(c,...o0(this,n,s,a,t)):o.apply(c,s),t.transmit){let v=t.transmit.level||e._level,S=Ur(v,r),g=Ur(n,r);if(g<S)return;i0(this,{ts:a,methodLevel:n,methodValue:g,transmitLevel:v,transmitValue:r.levels.values[t.transmit.level||e._level],send:t.transmit.send,val:Ur(e._level,r)},s,h)}}}(e[Tp][n])}function o0(e,t,r,n,o){let{level:i,log:a=v=>v}=o.formatters||{},s=r.slice(),c=s[0],u={},h=(e._childLevel|0)+1;if(h<1&&(h=1),n&&(u.time=n),i){let v=i(t,e.levels.values[t]);Object.assign(u,v)}else u.level=e.levels.values[t];if(o.asObjectBindingsOnly){if(c!==null&&typeof c=="object")for(;h--&&typeof s[0]=="object";)Object.assign(u,s.shift());return[a(u),...s]}else{if(c!==null&&typeof c=="object"){for(;h--&&typeof s[0]=="object";)Object.assign(u,s.shift());c=s.length?_S(s.shift(),s):void 0}else typeof c=="string"&&(c=_S(s.shift(),s));return c!==void 0&&(u[o.messageKey]=c),[a(u)]}}function _p(e,t,r,n){for(let o in e)if(n&&e[o]instanceof Error)e[o]=lr.stdSerializers.err(e[o]);else if(typeof e[o]=="object"&&!Array.isArray(e[o])&&t)for(let i in e[o])t.indexOf(i)>-1&&i in r&&(e[o][i]=r[i](e[o][i]))}function i0(e,t,r,n=!1){let o=t.send,i=t.ts,a=t.methodLevel,s=t.methodValue,c=t.val,u=e._logEvent.bindings;n||_p(r,e._serialize||Object.keys(e.serializers),e.serializers,e._stdErrSerialize===void 0?!0:e._stdErrSerialize),e._logEvent.ts=i,e._logEvent.messages=r.filter(function(h){return u.indexOf(h)===-1}),e._logEvent.level.label=a,e._logEvent.level.value=s,o(a,e._logEvent,c),e._logEvent=Ip(u)}function Ip(e){return{ts:0,messages:[],bindings:e||[],level:{label:"",value:0}}}function OS(e){let t={type:e.constructor.name,msg:e.message,stack:e.stack};for(let r in e)t[r]===void 0&&(t[r]=e[r]);return t}function a0(e){return typeof e.timestamp=="function"?e.timestamp:e.timestamp===!1?PS:NS}function cu(){return{}}function Ep(e){return e}function Wo(){}function PS(){return!1}function NS(){return Date.now()}function s0(){return Math.round(Date.now()/1e3)}function c0(){return new Date(Date.now()).toISOString()}function u0(){function e(t){return typeof t<"u"&&t}try{return typeof w<"u"?w:(Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),w)}catch{return e(self)||e(window)||e(this)||{}}}uu.exports.default=lr;uu.exports.pino=lr});var uO={};ni(uO,{DefaultFieldsToInclude:()=>Dp,EcommerceDefaultFieldsToInclude:()=>bw,HighlightUtils:()=>Fu,MinimumFieldsToInclude:()=>wu,ResultTemplatesHelpers:()=>Wh,buildContext:()=>$S,buildController:()=>Vr,buildDictionaryFieldContext:()=>QS,buildInteractiveResult:()=>vw,buildRecommendationEngine:()=>VS,buildRecommendationList:()=>hw,buildResultTemplatesManager:()=>Ew,getAnalyticsNextApiBaseUrl:()=>fa,getOrganizationEndpoint:()=>Be,getSampleRecommendationEngineConfiguration:()=>kp,loadAdvancedSearchQueryActions:()=>W0,loadClickAnalyticsActions:()=>iO,loadConfigurationActions:()=>K0,loadContextActions:()=>X0,loadDebugActions:()=>J0,loadDictionaryFieldContextActions:()=>Z0,loadFieldActions:()=>rO,loadPaginationActions:()=>Fp,loadPipelineActions:()=>nO,loadRecommendationActions:()=>oO,loadSearchConfigurationActions:()=>Y0,loadSearchHubActions:()=>cO});module.exports=Pw(uO);m();d();f();p();var Fu={};ni(Fu,{escapeHtml:()=>Un,getHighlightedSuggestion:()=>gA,highlightString:()=>mA});m();d();f();p();m();d();f();p();function cA(e,t){let r=`
17
+ */(function(g,f){if(typeof exports=="object"&&typeof module<"u"){module.exports=f(require)}else if("function"==typeof define&&define.amd){define("CoveoHeadlessRecommendation",["crypto"],function(_d_0){var d={"crypto":_d_0},r=function(m){if(m in d)return d[m];if(typeof require=="function")return require(m);throw new Error("Cannot find module '"+m+"'")};return f(r)})}else{var gN={"crypto":"crypto"},gReq=function(r){var mod=r in gN?g[gN[r]]:g[r];return mod};g["CoveoHeadlessRecommendation"]=f(gReq)}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:this,function(require){var exports={};var __exports=exports;var module={exports};"use strict";var ZS=Object.create;var Ho=Object.defineProperty;var eb=Object.getOwnPropertyDescriptor;var tb=Object.getOwnPropertyNames;var rb=Object.getPrototypeOf,nb=Object.prototype.hasOwnProperty;var ob=(e,t,r)=>t in e?Ho(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var zo=(e,t)=>()=>(e&&(t=e(e=0)),t);var He=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Wo=(e,t)=>{for(var r in t)Ho(e,r,{get:t[r],enumerable:!0})},Ef=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of tb(t))!nb.call(e,o)&&o!==r&&Ho(e,o,{get:()=>t[o],enumerable:!(n=eb(t,o))||n.enumerable});return e};var _t=(e,t,r)=>(r=e!=null?ZS(rb(e)):{},Ef(t||!e||!e.__esModule?Ho(r,"default",{value:e,enumerable:!0}):r,e)),ib=e=>Ef(Ho({},"__esModule",{value:!0}),e);var we=(e,t,r)=>ob(e,typeof t!="symbol"?t+"":t,r);var b,d=zo(()=>{"use strict";b=typeof globalThis<"u"?globalThis:window});function ra(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ra=function(t){return typeof t}:ra=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ra(e)}function cb(){"navigator"in this||(this.navigator={}),typeof this.navigator.sendBeacon!="function"&&(this.navigator.sendBeacon=ub.bind(this))}function ub(e,t){var r=this.event&&this.event.type,n=r==="unload"||r==="beforeunload",o="XMLHttpRequest"in this?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");o.open("POST",e,!n),o.withCredentials=!0,o.setRequestHeader("Accept","*/*"),ab(t)?(o.setRequestHeader("Content-Type","text/plain;charset=UTF-8"),o.responseType="text"):sb(t)&&t.type&&o.setRequestHeader("Content-Type",t.type);try{o.send(t)}catch{return!1}return!0}var ab,sb,f=zo(()=>{"use strict";ab=function(t){return typeof t=="string"},sb=function(t){return t instanceof Blob};cb.call((typeof window>"u"?"undefined":ra(window))==="object"?window:{})});var yu=He(Ko=>{"use strict";m();d();p();f();Object.defineProperty(Ko,"__esModule",{value:!0});function Rf(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function lb(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function db(e,t,r){return t=On(t),pb(e,kf()?Reflect.construct(t,r||[],On(e).constructor):t.apply(e,r))}function mu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function If(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,yb(n.key),n)}}function gu(e,t,r){return t&&If(e.prototype,t),r&&If(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Tf(e,t){var r=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=vb(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(c){throw c},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
18
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var c=r.next();return a=c.done,c},e:function(c){s=!0,i=c},f:function(){try{a||r.return==null||r.return()}finally{if(s)throw i}}}}function fu(){return fu=typeof Reflect<"u"&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=mb(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},fu.apply(null,arguments)}function On(e){return On=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},On(e)}function fb(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&pu(e,t)}function kf(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(kf=function(){return!!e})()}function pb(e,t){if(t&&(typeof t=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return lb(e)}function pu(e,t){return pu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},pu(e,t)}function mb(e,t){for(;!{}.hasOwnProperty.call(e,t)&&(e=On(e))!==null;);return e}function gb(e,t,r,n){var o=fu(On(1&n?e.prototype:e),t,r);return 2&n&&typeof o=="function"?function(i){return o.apply(r,i)}:o}function hb(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function yb(e){var t=hb(e,"string");return typeof t=="symbol"?t:t+""}function vb(e,t){if(e){if(typeof e=="string")return Rf(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Rf(e,t):void 0}}(function(e){return{NativeAbortSignal:e.AbortSignal,NativeAbortController:e.AbortController}})(typeof self<"u"?self:global);function Sb(e){var t;try{t=new Event("abort")}catch{typeof document<"u"?document.createEvent?(t=document.createEvent("Event"),t.initEvent("abort",!1,!1)):(t=document.createEventObject(),t.type="abort"):t={type:"abort",bubbles:!1,cancelable:!1}}return t.reason=e,t}function bb(e){if(e===void 0)if(typeof document>"u")e=new Error("This operation was aborted"),e.name="AbortError";else try{e=new DOMException("signal is aborted without reason"),Object.defineProperty(e,"name",{value:"AbortError"})}catch{e=new Error("This operation was aborted"),e.name="AbortError"}return e}var _f=function(){function e(){mu(this,e),Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}return gu(e,[{key:"addEventListener",value:function(r,n,o){r in this.listeners||(this.listeners[r]=[]),this.listeners[r].push({callback:n,options:o})}},{key:"removeEventListener",value:function(r,n){if(r in this.listeners){for(var o=this.listeners[r],i=0,a=o.length;i<a;i++)if(o[i].callback===n){o.splice(i,1);return}}}},{key:"dispatchEvent",value:function(r){var n=this;if(r.type in this.listeners){for(var o=this.listeners[r.type],i=o.slice(),a=function(){var h=i[s];try{h.callback.call(n,r)}catch(v){Promise.resolve().then(function(){throw v})}h.options&&h.options.once&&n.removeEventListener(r.type,h.callback)},s=0,c=i.length;s<c;s++)a();return!r.defaultPrevented}}}])}(),hu=function(e){function t(){var r;return mu(this,t),r=db(this,t),r.listeners||_f.call(r),Object.defineProperty(r,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(r,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(r,"reason",{value:void 0,writable:!0,configurable:!0}),r}return fb(t,e),gu(t,[{key:"toString",value:function(){return"[object AbortSignal]"}},{key:"dispatchEvent",value:function(n){n.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,n)),gb(t,"dispatchEvent",this,3)([n])}},{key:"throwIfAborted",value:function(){var n=this.aborted,o=this.reason,i=o===void 0?"Aborted":o;if(n)throw i}}],[{key:"timeout",value:function(n){var o=new na;return setTimeout(function(){return o.abort(new DOMException("This signal is timeout in ".concat(n,"ms"),"TimeoutError"))},n),o.signal}},{key:"any",value:function(n){var o=new na;function i(){o.abort(this.reason),a()}function a(){var h=Tf(n),v;try{for(h.s();!(v=h.n()).done;){var S=v.value;S.removeEventListener("abort",i)}}catch(g){h.e(g)}finally{h.f()}}var s=Tf(n),c;try{for(s.s();!(c=s.n()).done;){var u=c.value;if(u.aborted){o.abort(u.reason);break}else u.addEventListener("abort",i)}}catch(h){s.e(h)}finally{s.f()}return o.signal}}])}(_f),na=function(){function e(){mu(this,e),Object.defineProperty(this,"signal",{value:new hu,writable:!0,configurable:!0})}return gu(e,[{key:"abort",value:function(r){var n=bb(r),o=Sb(n);this.signal.reason=n,this.signal.dispatchEvent(o)}},{key:"toString",value:function(){return"[object AbortController]"}}])}();typeof Symbol<"u"&&Symbol.toStringTag&&(na.prototype[Symbol.toStringTag]="AbortController",hu.prototype[Symbol.toStringTag]="AbortSignal");function Ab(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof e.Request=="function"&&!e.Request.prototype.hasOwnProperty("signal")||!e.AbortController}function wb(e){typeof e=="function"&&(e={fetch:e});var t=e,r=t.fetch,n=t.Request,o=n===void 0?r.Request:n,i=t.AbortController,a=t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,s=a===void 0?!1:a;if(!Ab({fetch:r,Request:o,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:s}))return{fetch:r,Request:c};var c=o;(c&&!c.prototype.hasOwnProperty("signal")||s)&&(c=function(S,g){var y;g&&g.signal&&(y=g.signal,delete g.signal);var x=new o(S,g);return y&&Object.defineProperty(x,"signal",{writable:!1,enumerable:!1,configurable:!0,value:y}),x},c.prototype=o.prototype);var u=r,h=function(S,g){var y=c&&c.prototype.isPrototypeOf(S)?S.signal:g?g.signal:void 0;if(y){var x;try{x=new DOMException("Aborted","AbortError")}catch{x=new Error("Aborted"),x.name="AbortError"}if(y.aborted)return Promise.reject(x);var E=new Promise(function(C,I){y.addEventListener("abort",function(){return I(x)},{once:!0})});return g&&g.signal&&delete g.signal,Promise.race([E,u(S,g)])}return u(S,g)};return{fetch:h,Request:c}}Ko.AbortController=na;Ko.AbortSignal=hu;Ko.abortableFetch=wb});var Of,l,A,p=zo(()=>{"use strict";Of=_t(yu(),1),l=_t(yu(),1),{fetch:A}=(0,Of.abortableFetch)({fetch})});function Yo(e){if(Pb.test(e)||e.trim()==="")throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}function vu(e){return e.replace(Nb,"")}function Xo(e){if(typeof e!="string"||e.length===0)return!1;for(let t=0;t<e.length;t++){let r=e.charCodeAt(t);if(r>127||!Fb(r))return!1}return!0}function Fb(e){return![127,32,"(",")","<",">","@",",",";",":","\\","\"","/","[","]","?","=","{","}"].includes(e)}function Nf(e){if(typeof e!="string"||e.trim()!==e)return!1;for(let t=0;t<e.length;t++){let r=e.charCodeAt(t);if(r===0||r===10||r===13)return!1}return!0}var xb,jf,Cb,Lf,Eb,Rb,Ib,Tb,_b,kb,Ob,Pb,Pf,Nb,Pn,Su,Ff,Df,Mf,qf,w,Uf=zo(()=>{"use strict";m();d();p();f();xb=Object.create,jf=Object.defineProperty,Cb=Object.getOwnPropertyDescriptor,Lf=Object.getOwnPropertyNames,Eb=Object.getPrototypeOf,Rb=Object.prototype.hasOwnProperty,Ib=(e,t)=>function(){return t||(0,e[Lf(e)[0]])((t={exports:{}}).exports,t),t.exports},Tb=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Lf(t))!Rb.call(e,o)&&o!==r&&jf(e,o,{get:()=>t[o],enumerable:!(n=Cb(t,o))||n.enumerable});return e},_b=(e,t,r)=>(r=e!=null?xb(Eb(e)):{},Tb(t||!e||!e.__esModule?jf(r,"default",{value:e,enumerable:!0}):r,e)),kb=Ib({"node_modules/set-cookie-parser/lib/set-cookie.js"(e,t){"use strict";var r={decodeValues:!0,map:!1,silent:!1};function n(c){return typeof c=="string"&&!!c.trim()}function o(c,u){var h=c.split(";").filter(n),v=h.shift(),S=i(v),g=S.name,y=S.value;u=u?Object.assign({},r,u):r;try{y=u.decodeValues?decodeURIComponent(y):y}catch(E){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+y+"'. Set options.decodeValues to false to disable this feature.",E)}var x={name:g,value:y};return h.forEach(function(E){var C=E.split("="),I=C.shift().trimLeft().toLowerCase(),T=C.join("=");I==="expires"?x.expires=new Date(T):I==="max-age"?x.maxAge=parseInt(T,10):I==="secure"?x.secure=!0:I==="httponly"?x.httpOnly=!0:I==="samesite"?x.sameSite=T:x[I]=T}),x}function i(c){var u="",h="",v=c.split("=");return v.length>1?(u=v.shift(),h=v.join("=")):h=c,{name:u,value:h}}function a(c,u){if(u=u?Object.assign({},r,u):r,!c)return u.map?{}:[];if(c.headers)if(typeof c.headers.getSetCookie=="function")c=c.headers.getSetCookie();else if(c.headers["set-cookie"])c=c.headers["set-cookie"];else{var h=c.headers[Object.keys(c.headers).find(function(S){return S.toLowerCase()==="set-cookie"})];!h&&c.headers.cookie&&!u.silent&&console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),c=h}if(Array.isArray(c)||(c=[c]),u=u?Object.assign({},r,u):r,u.map){var v={};return c.filter(n).reduce(function(S,g){var y=o(g,u);return S[y.name]=y,S},v)}else return c.filter(n).map(function(S){return o(S,u)})}function s(c){if(Array.isArray(c))return c;if(typeof c!="string")return[];var u=[],h=0,v,S,g,y,x;function E(){for(;h<c.length&&/\s/.test(c.charAt(h));)h+=1;return h<c.length}function C(){return S=c.charAt(h),S!=="="&&S!==";"&&S!==","}for(;h<c.length;){for(v=h,x=!1;E();)if(S=c.charAt(h),S===","){for(g=h,h+=1,E(),y=h;h<c.length&&C();)h+=1;h<c.length&&c.charAt(h)==="="?(x=!0,h=y,u.push(c.substring(v,g)),v=h):h=g+1}else h+=1;(!x||h>=c.length)&&u.push(c.substring(v,c.length))}return u}t.exports=a,t.exports.parse=a,t.exports.parseString=o,t.exports.splitCookiesString=s}}),Ob=_b(kb()),Pb=/[^a-z0-9\-#$%&'*+.^_`|~]/i;Pf=[`
19
+ `,"\r","\t"," "],Nb=new RegExp(`(^[${Pf.join("")}]|$[${Pf.join("")}])`,"g");Pn=Symbol("normalizedHeaders"),Su=Symbol("rawHeaderNames"),Ff=", ",w=class Vf{constructor(t){this[Df]={},this[Mf]=new Map,this[qf]="Headers",["Headers","HeadersPolyfill"].includes(t?.constructor.name)||t instanceof Vf||typeof b.Headers<"u"&&t instanceof b.Headers?t.forEach((n,o)=>{this.append(o,n)},this):Array.isArray(t)?t.forEach(([r,n])=>{this.append(r,Array.isArray(n)?n.join(Ff):n)}):t&&Object.getOwnPropertyNames(t).forEach(r=>{let n=t[r];this.append(r,Array.isArray(n)?n.join(Ff):n)})}[(Df=Pn,Mf=Su,qf=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(let[t]of this.entries())yield t}*values(){for(let[,t]of this.entries())yield t}*entries(){let t=Object.keys(this[Pn]).sort((r,n)=>r.localeCompare(n));for(let r of t)if(r==="set-cookie")for(let n of this.getSetCookie())yield[r,n];else yield[r,this.get(r)]}has(t){if(!Xo(t))throw new TypeError(`Invalid header name "${t}"`);return this[Pn].hasOwnProperty(Yo(t))}get(t){if(!Xo(t))throw TypeError(`Invalid header name "${t}"`);return this[Pn][Yo(t)]??null}set(t,r){if(!Xo(t)||!Nf(r))return;let n=Yo(t),o=vu(r);this[Pn][n]=vu(o),this[Su].set(n,t)}append(t,r){if(!Xo(t)||!Nf(r))return;let n=Yo(t),o=vu(r),i=this.has(n)?`${this.get(n)}, ${o}`:o;this.set(t,i)}delete(t){if(!Xo(t)||!this.has(t))return;let r=Yo(t);delete this[Pn][r],this[Su].delete(r)}forEach(t,r){for(let[n,o]of this.entries())t.call(r,o,n,this)}getSetCookie(){let t=this.get("set-cookie");return t===null?[]:t===""?[""]:(0,Ob.splitCookiesString)(t)}}});var m=zo(()=>{"use strict";Uf()});var Kf=He(ei=>{"use strict";m();d();p();f();var sa=ei&&ei.__assign||function(){return sa=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},sa.apply(this,arguments)};Object.defineProperty(ei,"__esModule",{value:!0});var $b={delayFirstAttempt:!1,jitter:"none",maxDelay:1/0,numOfAttempts:10,retry:function(){return!0},startingDelay:100,timeMultiple:2};function Gb(e){var t=sa(sa({},$b),e);return t.numOfAttempts<1&&(t.numOfAttempts=1),t}ei.getSanitizedOptions=Gb});var Yf=He(xu=>{"use strict";m();d();p();f();Object.defineProperty(xu,"__esModule",{value:!0});function Qb(e){var t=Math.random()*e;return Math.round(t)}xu.fullJitter=Qb});var Xf=He(Cu=>{"use strict";m();d();p();f();Object.defineProperty(Cu,"__esModule",{value:!0});function Hb(e){return e}Cu.noJitter=Hb});var Jf=He(Eu=>{"use strict";m();d();p();f();Object.defineProperty(Eu,"__esModule",{value:!0});var zb=Yf(),Wb=Xf();function Kb(e){switch(e.jitter){case"full":return zb.fullJitter;case"none":default:return Wb.noJitter}}Eu.JitterFactory=Kb});var Iu=He(Ru=>{"use strict";m();d();p();f();Object.defineProperty(Ru,"__esModule",{value:!0});var Yb=Jf(),Xb=function(){function e(t){this.options=t,this.attempt=0}return e.prototype.apply=function(){var t=this;return new Promise(function(r){return setTimeout(r,t.jitteredDelay)})},e.prototype.setAttemptNumber=function(t){this.attempt=t},Object.defineProperty(e.prototype,"jitteredDelay",{get:function(){var t=Yb.JitterFactory(this.options);return t(this.delay)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"delay",{get:function(){var t=this.options.startingDelay,r=this.options.timeMultiple,n=this.numOfDelayedAttempts,o=t*Math.pow(r,n);return Math.min(o,this.options.maxDelay)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numOfDelayedAttempts",{get:function(){return this.attempt},enumerable:!0,configurable:!0}),e}();Ru.Delay=Xb});var Zf=He(Kt=>{"use strict";m();d();p();f();var Jb=Kt&&Kt.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Zb=Kt&&Kt.__awaiter||function(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})},eA=Kt&&Kt.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}};Object.defineProperty(Kt,"__esModule",{value:!0});var tA=Iu(),rA=function(e){Jb(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.apply=function(){return Zb(this,void 0,void 0,function(){return eA(this,function(r){return[2,this.isFirstAttempt?!0:e.prototype.apply.call(this)]})})},Object.defineProperty(t.prototype,"isFirstAttempt",{get:function(){return this.attempt===0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"numOfDelayedAttempts",{get:function(){return this.attempt-1},enumerable:!0,configurable:!0}),t}(tA.Delay);Kt.SkipFirstDelay=rA});var ep=He(ti=>{"use strict";m();d();p();f();var nA=ti&&ti.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(ti,"__esModule",{value:!0});var oA=Iu(),iA=function(e){nA(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(oA.Delay);ti.AlwaysDelay=iA});var tp=He(Tu=>{"use strict";m();d();p();f();Object.defineProperty(Tu,"__esModule",{value:!0});var aA=Zf(),sA=ep();function cA(e,t){var r=uA(e);return r.setAttemptNumber(t),r}Tu.DelayFactory=cA;function uA(e){return e.delayFirstAttempt?new sA.AlwaysDelay(e):new aA.SkipFirstDelay(e)}});var rp=He(Ur=>{"use strict";m();d();p();f();var _u=Ur&&Ur.__awaiter||function(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})},ku=Ur&&Ur.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}};Object.defineProperty(Ur,"__esModule",{value:!0});var lA=Kf(),dA=tp();function fA(e,t){return t===void 0&&(t={}),_u(this,void 0,void 0,function(){var r,n;return ku(this,function(o){switch(o.label){case 0:return r=lA.getSanitizedOptions(t),n=new pA(e,r),[4,n.execute()];case 1:return[2,o.sent()]}})})}Ur.backOff=fA;var pA=function(){function e(t,r){this.request=t,this.options=r,this.attemptNumber=0}return e.prototype.execute=function(){return _u(this,void 0,void 0,function(){var t,r;return ku(this,function(n){switch(n.label){case 0:if(this.attemptLimitReached)return[3,7];n.label=1;case 1:return n.trys.push([1,4,,6]),[4,this.applyDelay()];case 2:return n.sent(),[4,this.request()];case 3:return[2,n.sent()];case 4:return t=n.sent(),this.attemptNumber++,[4,this.options.retry(t,this.attemptNumber)];case 5:if(r=n.sent(),!r||this.attemptLimitReached)throw t;return[3,6];case 6:return[3,0];case 7:throw new Error("Something went wrong.")}})})},Object.defineProperty(e.prototype,"attemptLimitReached",{get:function(){return this.attemptNumber>=this.options.numOfAttempts},enumerable:!0,configurable:!0}),e.prototype.applyDelay=function(){return _u(this,void 0,void 0,function(){var t;return ku(this,function(r){switch(r.label){case 0:return t=dA.DelayFactory(this.options,this.attemptNumber),[4,t.apply()];case 1:return r.sent(),[2]}})})},e}()});var ms=He((Wl,Kl)=>{"use strict";m();d();p();f();(function(e,t){typeof Wl=="object"&&typeof Kl<"u"?Kl.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof b<"u"?b:e||self).dayjs=t()})(Wl,function(){"use strict";var e=1e3,t=6e4,r=36e5,n="millisecond",o="second",i="minute",a="hour",s="day",c="week",u="month",h="quarter",v="year",S="date",g="Invalid Date",y=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,x=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,E={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(G){var B=["th","st","nd","rd"],U=G%100;return"["+G+(B[(U-20)%10]||B[U]||B[0])+"]"}},C=function(G,B,U){var Q=String(G);return!Q||Q.length>=B?G:""+Array(B+1-Q.length).join(U)+G},I={s:C,z:function(G){var B=-G.utcOffset(),U=Math.abs(B),Q=Math.floor(U/60),$=U%60;return(B<=0?"+":"-")+C(Q,2,"0")+":"+C($,2,"0")},m:function G(B,U){if(B.date()<U.date())return-G(U,B);var Q=12*(U.year()-B.year())+(U.month()-B.month()),$=B.clone().add(Q,u),K=U-$<0,Y=B.clone().add(Q+(K?-1:1),u);return+(-(Q+(U-$)/(K?$-Y:Y-$))||0)},a:function(G){return G<0?Math.ceil(G)||0:Math.floor(G)},p:function(G){return{M:u,y:v,w:c,d:s,D:S,h:a,m:i,s:o,ms:n,Q:h}[G]||String(G||"").toLowerCase().replace(/s$/,"")},u:function(G){return G===void 0}},T="en",_={};_[T]=E;var j="$isDayjsObject",N=function(G){return G instanceof V||!(!G||!G[j])},k=function G(B,U,Q){var $;if(!B)return T;if(typeof B=="string"){var K=B.toLowerCase();_[K]&&($=K),U&&(_[K]=U,$=K);var Y=B.split("-");if(!$&&Y.length>1)return G(Y[0])}else{var ne=B.name;_[ne]=B,$=ne}return!Q&&$&&(T=$),$||!Q&&T},O=function(G,B){if(N(G))return G.clone();var U=typeof B=="object"?B:{};return U.date=G,U.args=arguments,new V(U)},D=I;D.l=k,D.i=N,D.w=function(G,B){return O(G,{locale:B.$L,utc:B.$u,x:B.$x,$offset:B.$offset})};var V=function(){function G(U){this.$L=k(U.locale,null,!0),this.parse(U),this.$x=this.$x||U.x||{},this[j]=!0}var B=G.prototype;return B.parse=function(U){this.$d=function(Q){var $=Q.date,K=Q.utc;if($===null)return new Date(NaN);if(D.u($))return new Date;if($ instanceof Date)return new Date($);if(typeof $=="string"&&!/Z$/i.test($)){var Y=$.match(y);if(Y){var ne=Y[2]-1||0,fe=(Y[7]||"0").substring(0,3);return K?new Date(Date.UTC(Y[1],ne,Y[3]||1,Y[4]||0,Y[5]||0,Y[6]||0,fe)):new Date(Y[1],ne,Y[3]||1,Y[4]||0,Y[5]||0,Y[6]||0,fe)}}return new Date($)}(U),this.init()},B.init=function(){var U=this.$d;this.$y=U.getFullYear(),this.$M=U.getMonth(),this.$D=U.getDate(),this.$W=U.getDay(),this.$H=U.getHours(),this.$m=U.getMinutes(),this.$s=U.getSeconds(),this.$ms=U.getMilliseconds()},B.$utils=function(){return D},B.isValid=function(){return this.$d.toString()!==g},B.isSame=function(U,Q){var $=O(U);return this.startOf(Q)<=$&&$<=this.endOf(Q)},B.isAfter=function(U,Q){return O(U)<this.startOf(Q)},B.isBefore=function(U,Q){return this.endOf(Q)<O(U)},B.$g=function(U,Q,$){return D.u(U)?this[Q]:this.set($,U)},B.unix=function(){return Math.floor(this.valueOf()/1e3)},B.valueOf=function(){return this.$d.getTime()},B.startOf=function(U,Q){var $=this,K=!!D.u(Q)||Q,Y=D.p(U),ne=function(Ce,De){var Be=D.w($.$u?Date.UTC($.$y,De,Ce):new Date($.$y,De,Ce),$);return K?Be:Be.endOf(s)},fe=function(Ce,De){return D.w($.toDate()[Ce].apply($.toDate("s"),(K?[0,0,0,0]:[23,59,59,999]).slice(De)),$)},be=this.$W,de=this.$M,pe=this.$D,le="set"+(this.$u?"UTC":"");switch(Y){case v:return K?ne(1,0):ne(31,11);case u:return K?ne(1,de):ne(0,de+1);case c:var he=this.$locale().weekStart||0,Le=(be<he?be+7:be)-he;return ne(K?pe-Le:pe+(6-Le),de);case s:case S:return fe(le+"Hours",0);case a:return fe(le+"Minutes",1);case i:return fe(le+"Seconds",2);case o:return fe(le+"Milliseconds",3);default:return this.clone()}},B.endOf=function(U){return this.startOf(U,!1)},B.$set=function(U,Q){var $,K=D.p(U),Y="set"+(this.$u?"UTC":""),ne=($={},$[s]=Y+"Date",$[S]=Y+"Date",$[u]=Y+"Month",$[v]=Y+"FullYear",$[a]=Y+"Hours",$[i]=Y+"Minutes",$[o]=Y+"Seconds",$[n]=Y+"Milliseconds",$)[K],fe=K===s?this.$D+(Q-this.$W):Q;if(K===u||K===v){var be=this.clone().set(S,1);be.$d[ne](fe),be.init(),this.$d=be.set(S,Math.min(this.$D,be.daysInMonth())).$d}else ne&&this.$d[ne](fe);return this.init(),this},B.set=function(U,Q){return this.clone().$set(U,Q)},B.get=function(U){return this[D.p(U)]()},B.add=function(U,Q){var $,K=this;U=Number(U);var Y=D.p(Q),ne=function(de){var pe=O(K);return D.w(pe.date(pe.date()+Math.round(de*U)),K)};if(Y===u)return this.set(u,this.$M+U);if(Y===v)return this.set(v,this.$y+U);if(Y===s)return ne(1);if(Y===c)return ne(7);var fe=($={},$[i]=t,$[a]=r,$[o]=e,$)[Y]||1,be=this.$d.getTime()+U*fe;return D.w(be,this)},B.subtract=function(U,Q){return this.add(-1*U,Q)},B.format=function(U){var Q=this,$=this.$locale();if(!this.isValid())return $.invalidDate||g;var K=U||"YYYY-MM-DDTHH:mm:ssZ",Y=D.z(this),ne=this.$H,fe=this.$m,be=this.$M,de=$.weekdays,pe=$.months,le=$.meridiem,he=function(De,Be,ut,bt){return De&&(De[Be]||De(Q,K))||ut[Be].slice(0,bt)},Le=function(De){return D.s(ne%12||12,De,"0")},Ce=le||function(De,Be,ut){var bt=De<12?"AM":"PM";return ut?bt.toLowerCase():bt};return K.replace(x,function(De,Be){return Be||function(ut){switch(ut){case"YY":return String(Q.$y).slice(-2);case"YYYY":return D.s(Q.$y,4,"0");case"M":return be+1;case"MM":return D.s(be+1,2,"0");case"MMM":return he($.monthsShort,be,pe,3);case"MMMM":return he(pe,be);case"D":return Q.$D;case"DD":return D.s(Q.$D,2,"0");case"d":return String(Q.$W);case"dd":return he($.weekdaysMin,Q.$W,de,2);case"ddd":return he($.weekdaysShort,Q.$W,de,3);case"dddd":return de[Q.$W];case"H":return String(ne);case"HH":return D.s(ne,2,"0");case"h":return Le(1);case"hh":return Le(2);case"a":return Ce(ne,fe,!0);case"A":return Ce(ne,fe,!1);case"m":return String(fe);case"mm":return D.s(fe,2,"0");case"s":return String(Q.$s);case"ss":return D.s(Q.$s,2,"0");case"SSS":return D.s(Q.$ms,3,"0");case"Z":return Y}return null}(De)||Y.replace(":","")})},B.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},B.diff=function(U,Q,$){var K,Y=this,ne=D.p(Q),fe=O(U),be=(fe.utcOffset()-this.utcOffset())*t,de=this-fe,pe=function(){return D.m(Y,fe)};switch(ne){case v:K=pe()/12;break;case u:K=pe();break;case h:K=pe()/3;break;case c:K=(de-be)/6048e5;break;case s:K=(de-be)/864e5;break;case a:K=de/r;break;case i:K=de/t;break;case o:K=de/e;break;default:K=de}return $?K:D.a(K)},B.daysInMonth=function(){return this.endOf(u).$D},B.$locale=function(){return _[this.$L]},B.locale=function(U,Q){if(!U)return this.$L;var $=this.clone(),K=k(U,Q,!0);return K&&($.$L=K),$},B.clone=function(){return D.w(this.$d,this)},B.toDate=function(){return new Date(this.valueOf())},B.toJSON=function(){return this.isValid()?this.toISOString():null},B.toISOString=function(){return this.$d.toISOString()},B.toString=function(){return this.$d.toUTCString()},G}(),z=V.prototype;return O.prototype=z,[["$ms",n],["$s",o],["$m",i],["$H",a],["$W",s],["$M",u],["$y",v],["$D",S]].forEach(function(G){z[G[1]]=function(B){return this.$g(B,G[0],G[1])}}),O.extend=function(G,B){return G.$i||(G(B,V,O),G.$i=!0),O},O.locale=k,O.isDayjs=N,O.unix=function(G){return O(1e3*G)},O.en=_[T],O.Ls=_,O.p={},O})});var Gg=He((Yl,Xl)=>{"use strict";m();d();p();f();(function(e,t){typeof Yl=="object"&&typeof Xl<"u"?Xl.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof b<"u"?b:e||self).dayjs_plugin_quarterOfYear=t()})(Yl,function(){"use strict";var e="month",t="quarter";return function(r,n){var o=n.prototype;o.quarter=function(s){return this.$utils().u(s)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(s-1))};var i=o.add;o.add=function(s,c){return s=Number(s),this.$utils().p(c)===t?this.add(3*s,e):i.bind(this)(s,c)};var a=o.startOf;o.startOf=function(s,c){var u=this.$utils(),h=!!u.u(c)||c;if(u.p(s)===t){var v=this.quarter()-1;return h?this.month(3*v).startOf(e).startOf("day"):this.month(3*v+2).endOf(e).endOf("day")}return a.bind(this)(s,c)}}})});var Qg=He((Jl,Zl)=>{"use strict";m();d();p();f();(function(e,t){typeof Jl=="object"&&typeof Zl<"u"?Zl.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof b<"u"?b:e||self).dayjs_plugin_customParseFormat=t()})(Jl,function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d/,n=/\d\d/,o=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,a={},s=function(y){return(y=+y)+(y>68?1900:2e3)},c=function(y){return function(x){this[y]=+x}},u=[/[+-]\d\d:?(\d\d)?|Z/,function(y){(this.zone||(this.zone={})).offset=function(x){if(!x||x==="Z")return 0;var E=x.match(/([+-]|\d\d)/g),C=60*E[1]+(+E[2]||0);return C===0?0:E[0]==="+"?-C:C}(y)}],h=function(y){var x=a[y];return x&&(x.indexOf?x:x.s.concat(x.f))},v=function(y,x){var E,C=a.meridiem;if(C){for(var I=1;I<=24;I+=1)if(y.indexOf(C(I,0,x))>-1){E=I>12;break}}else E=y===(x?"pm":"PM");return E},S={A:[i,function(y){this.afternoon=v(y,!1)}],a:[i,function(y){this.afternoon=v(y,!0)}],Q:[r,function(y){this.month=3*(y-1)+1}],S:[r,function(y){this.milliseconds=100*+y}],SS:[n,function(y){this.milliseconds=10*+y}],SSS:[/\d{3}/,function(y){this.milliseconds=+y}],s:[o,c("seconds")],ss:[o,c("seconds")],m:[o,c("minutes")],mm:[o,c("minutes")],H:[o,c("hours")],h:[o,c("hours")],HH:[o,c("hours")],hh:[o,c("hours")],D:[o,c("day")],DD:[n,c("day")],Do:[i,function(y){var x=a.ordinal,E=y.match(/\d+/);if(this.day=E[0],x)for(var C=1;C<=31;C+=1)x(C).replace(/\[|\]/g,"")===y&&(this.day=C)}],w:[o,c("week")],ww:[n,c("week")],M:[o,c("month")],MM:[n,c("month")],MMM:[i,function(y){var x=h("months"),E=(h("monthsShort")||x.map(function(C){return C.slice(0,3)})).indexOf(y)+1;if(E<1)throw new Error;this.month=E%12||E}],MMMM:[i,function(y){var x=h("months").indexOf(y)+1;if(x<1)throw new Error;this.month=x%12||x}],Y:[/[+-]?\d+/,c("year")],YY:[n,function(y){this.year=s(y)}],YYYY:[/\d{4}/,c("year")],Z:u,ZZ:u};function g(y){var x,E;x=y,E=a&&a.formats;for(var C=(y=x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(O,D,V){var z=V&&V.toUpperCase();return D||E[V]||e[V]||E[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(G,B,U){return B||U.slice(1)})})).match(t),I=C.length,T=0;T<I;T+=1){var _=C[T],j=S[_],N=j&&j[0],k=j&&j[1];C[T]=k?{regex:N,parser:k}:_.replace(/^\[|\]$/g,"")}return function(O){for(var D={},V=0,z=0;V<I;V+=1){var G=C[V];if(typeof G=="string")z+=G.length;else{var B=G.regex,U=G.parser,Q=O.slice(z),$=B.exec(Q)[0];U.call(D,$),O=O.replace($,"")}}return function(K){var Y=K.afternoon;if(Y!==void 0){var ne=K.hours;Y?ne<12&&(K.hours+=12):ne===12&&(K.hours=0),delete K.afternoon}}(D),D}}return function(y,x,E){E.p.customParseFormat=!0,y&&y.parseTwoDigitYear&&(s=y.parseTwoDigitYear);var C=x.prototype,I=C.parse;C.parse=function(T){var _=T.date,j=T.utc,N=T.args;this.$u=j;var k=N[1];if(typeof k=="string"){var O=N[2]===!0,D=N[3]===!0,V=O||D,z=N[2];D&&(z=N[2]),a=this.$locale(),!O&&z&&(a=E.Ls[z]),this.$d=function(Q,$,K,Y){try{if(["x","X"].indexOf($)>-1)return new Date(($==="X"?1e3:1)*Q);var ne=g($)(Q),fe=ne.year,be=ne.month,de=ne.day,pe=ne.hours,le=ne.minutes,he=ne.seconds,Le=ne.milliseconds,Ce=ne.zone,De=ne.week,Be=new Date,ut=de||(fe||be?1:Be.getDate()),bt=fe||Be.getFullYear(),lr=0;fe&&!be||(lr=be>0?be-1:Be.getMonth());var _n,kn=pe||0,Qo=le||0,lu=he||0,du=Le||0;return Ce?new Date(Date.UTC(bt,lr,ut,kn,Qo,lu,du+60*Ce.offset*1e3)):K?new Date(Date.UTC(bt,lr,ut,kn,Qo,lu,du)):(_n=new Date(bt,lr,ut,kn,Qo,lu,du),De&&(_n=Y(_n).week(De).toDate()),_n)}catch{return new Date("")}}(_,k,j,E),this.init(),z&&z!==!0&&(this.$L=this.locale(z).$L),V&&_!=this.format(k)&&(this.$d=new Date("")),a={}}else if(k instanceof Array)for(var G=k.length,B=1;B<=G;B+=1){N[1]=k[B-1];var U=E.apply(this,N);if(U.isValid()){this.$d=U.$d,this.$L=U.$L,this.init();break}B===G&&(this.$d=new Date(""))}else I.call(this,T)}}})});var Mh=He((gd,hd)=>{"use strict";m();d();p();f();(function(e,t){typeof gd=="object"&&typeof hd<"u"?hd.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof b<"u"?b:e||self).dayjs_plugin_timezone=t()})(gd,function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(r,n,o){var i,a=function(h,v,S){S===void 0&&(S={});var g=new Date(h),y=function(x,E){E===void 0&&(E={});var C=E.timeZoneName||"short",I=x+"|"+C,T=t[I];return T||(T=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:x,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:C}),t[I]=T),T}(v,S);return y.formatToParts(g)},s=function(h,v){for(var S=a(h,v),g=[],y=0;y<S.length;y+=1){var x=S[y],E=x.type,C=x.value,I=e[E];I>=0&&(g[I]=parseInt(C,10))}var T=g[3],_=T===24?0:T,j=g[0]+"-"+g[1]+"-"+g[2]+" "+_+":"+g[4]+":"+g[5]+":000",N=+h;return(o.utc(j).valueOf()-(N-=N%1e3))/6e4},c=n.prototype;c.tz=function(h,v){h===void 0&&(h=i);var S,g=this.utcOffset(),y=this.toDate(),x=y.toLocaleString("en-US",{timeZone:h}),E=Math.round((y-new Date(x))/1e3/60),C=15*-Math.round(y.getTimezoneOffset()/15)-E;if(!Number(C))S=this.utcOffset(0,v);else if(S=o(x,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(C,!0),v){var I=S.utcOffset();S=S.add(g-I,"minute")}return S.$x.$timezone=h,S},c.offsetName=function(h){var v=this.$x.$timezone||o.tz.guess(),S=a(this.valueOf(),v,{timeZoneName:h}).find(function(g){return g.type.toLowerCase()==="timezonename"});return S&&S.value};var u=c.startOf;c.startOf=function(h,v){if(!this.$x||!this.$x.$timezone)return u.call(this,h,v);var S=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return u.call(S,h,v).tz(this.$x.$timezone,!0)},o.tz=function(h,v,S){var g=S&&v,y=S||v||i,x=s(+o(),y);if(typeof h!="string")return o(h).tz(y);var E=function(_,j,N){var k=_-60*j*1e3,O=s(k,N);if(j===O)return[k,j];var D=s(k-=60*(O-j)*1e3,N);return O===D?[k,O]:[_-60*Math.min(O,D)*1e3,Math.max(O,D)]}(o.utc(h,g).valueOf(),x,y),C=E[0],I=E[1],T=o(C).utcOffset(I);return T.$x.$timezone=y,T},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(h){i=h}}})});var qh=He((yd,vd)=>{"use strict";m();d();p();f();(function(e,t){typeof yd=="object"&&typeof vd<"u"?vd.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof b<"u"?b:e||self).dayjs_plugin_utc=t()})(yd,function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(n,o,i){var a=o.prototype;i.utc=function(g){var y={date:g,utc:!0,args:arguments};return new o(y)},a.utc=function(g){var y=i(this.toDate(),{locale:this.$L,utc:!0});return g?y.add(this.utcOffset(),e):y},a.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var s=a.parse;a.parse=function(g){g.utc&&(this.$u=!0),this.$utils().u(g.$offset)||(this.$offset=g.$offset),s.call(this,g)};var c=a.init;a.init=function(){if(this.$u){var g=this.$d;this.$y=g.getUTCFullYear(),this.$M=g.getUTCMonth(),this.$D=g.getUTCDate(),this.$W=g.getUTCDay(),this.$H=g.getUTCHours(),this.$m=g.getUTCMinutes(),this.$s=g.getUTCSeconds(),this.$ms=g.getUTCMilliseconds()}else c.call(this)};var u=a.utcOffset;a.utcOffset=function(g,y){var x=this.$utils().u;if(x(g))return this.$u?0:x(this.$offset)?u.call(this):this.$offset;if(typeof g=="string"&&(g=function(T){T===void 0&&(T="");var _=T.match(t);if(!_)return null;var j=(""+_[0]).match(r)||["-",0,0],N=j[0],k=60*+j[1]+ +j[2];return k===0?0:N==="+"?k:-k}(g),g===null))return this;var E=Math.abs(g)<=16?60*g:g,C=this;if(y)return C.$offset=E,C.$u=g===0,C;if(g!==0){var I=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(C=this.local().add(E+I,e)).$offset=E,C.$x.$localOffset=I}else C=this.utc();return C};var h=a.format;a.format=function(g){var y=g||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return h.call(this,y)},a.valueOf=function(){var g=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*g},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var v=a.toDate;a.toDate=function(g){return g==="s"&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():v.call(this)};var S=a.diff;a.diff=function(g,y,x){if(g&&this.$u===g.$u)return S.call(this,g,y,x);var E=this.local(),C=i(g).local();return S.call(E,C,y,x)}}})});var tS=He((Iae,eS)=>{"use strict";m();d();p();f();function v0(e){try{return JSON.stringify(e)}catch{return"\"[Circular]\""}}eS.exports=S0;function S0(e,t,r){var n=r&&r.stringify||v0,o=1;if(typeof e=="object"&&e!==null){var i=t.length+o;if(i===1)return e;var a=new Array(i);a[0]=n(e);for(var s=1;s<i;s++)a[s]=n(t[s]);return a.join(" ")}if(typeof e!="string")return e;var c=t.length;if(c===0)return e;for(var u="",h=1-o,v=-1,S=e&&e.length||0,g=0;g<S;){if(e.charCodeAt(g)===37&&g+1<S){switch(v=v>-1?v:0,e.charCodeAt(g+1)){case 100:case 102:if(h>=c||t[h]==null)break;v<g&&(u+=e.slice(v,g)),u+=Number(t[h]),v=g+2,g++;break;case 105:if(h>=c||t[h]==null)break;v<g&&(u+=e.slice(v,g)),u+=Math.floor(Number(t[h])),v=g+2,g++;break;case 79:case 111:case 106:if(h>=c||t[h]===void 0)break;v<g&&(u+=e.slice(v,g));var y=typeof t[h];if(y==="string"){u+="'"+t[h]+"'",v=g+2,g++;break}if(y==="function"){u+=t[h].name||"<anonymous>",v=g+2,g++;break}u+=n(t[h]),v=g+2,g++;break;case 115:if(h>=c)break;v<g&&(u+=e.slice(v,g)),u+=String(t[h]),v=g+2,g++;break;case 37:v<g&&(u+=e.slice(v,g)),u+="%",v=g+2,g++,h--;break}++h}++g}return v===-1?e:(v<S&&(u+=e.slice(v)),u)}});var sS=He((Pae,Xc)=>{"use strict";m();d();p();f();var rS=tS();Xc.exports=ur;var Xi=F0().console||{},b0={mapHttpRequest:Yc,mapHttpResponse:Yc,wrapRequestSerializer:mf,wrapResponseSerializer:mf,wrapErrorSerializer:mf,req:Yc,res:Yc,err:oS,errWithCause:oS};function jr(e,t){return e==="silent"?1/0:t.levels.values[e]}var yf=Symbol("pino.logFuncs"),gf=Symbol("pino.hierarchy"),A0={error:"log",fatal:"error",warn:"error",info:"log",debug:"log",trace:"log"};function nS(e,t){let r={logger:t,parent:e[gf]};t[gf]=r}function w0(e,t,r){let n={};t.forEach(o=>{n[o]=r[o]?r[o]:Xi[o]||Xi[A0[o]||"log"]||Lo}),e[yf]=n}function x0(e,t){return Array.isArray(e)?e.filter(function(n){return n!=="!stdSerializers.err"}):e===!0?Object.keys(t):!1}function ur(e){e=e||{},e.browser=e.browser||{};let t=e.browser.transmit;if(t&&typeof t.send!="function")throw Error("pino: transmit option must have a send function");let r=e.browser.write||Xi;e.browser.write&&(e.browser.asObject=!0);let n=e.serializers||{},o=x0(e.browser.serialize,n),i=e.browser.serialize;Array.isArray(e.browser.serialize)&&e.browser.serialize.indexOf("!stdSerializers.err")>-1&&(i=!1);let a=Object.keys(e.customLevels||{}),s=["error","fatal","warn","info","debug","trace"].concat(a);typeof r=="function"&&s.forEach(function(x){r[x]=r}),(e.enabled===!1||e.browser.disabled)&&(e.level="silent");let c=e.level||"info",u=Object.create(r);u.log||(u.log=Lo),w0(u,s,r),nS({},u),Object.defineProperty(u,"levelVal",{get:v}),Object.defineProperty(u,"level",{get:S,set:g});let h={transmit:t,serialize:o,asObject:e.browser.asObject,asObjectBindingsOnly:e.browser.asObjectBindingsOnly,formatters:e.browser.formatters,levels:s,timestamp:O0(e),messageKey:e.messageKey||"msg",onChild:e.onChild||Lo};u.levels=C0(e),u.level=c,u.isLevelEnabled=function(x){return this.levels.values[x]?this.levels.values[x]>=this.levels.values[this.level]:!1},u.setMaxListeners=u.getMaxListeners=u.emit=u.addListener=u.on=u.prependListener=u.once=u.prependOnceListener=u.removeListener=u.removeAllListeners=u.listeners=u.listenerCount=u.eventNames=u.write=u.flush=Lo,u.serializers=n,u._serialize=o,u._stdErrSerialize=i,u.child=function(...x){return y.call(this,h,...x)},t&&(u._logEvent=hf());function v(){return jr(this.level,this)}function S(){return this._level}function g(x){if(x!=="silent"&&!this.levels.values[x])throw Error("unknown level "+x);this._level=x,En(this,h,u,"error"),En(this,h,u,"fatal"),En(this,h,u,"warn"),En(this,h,u,"info"),En(this,h,u,"debug"),En(this,h,u,"trace"),a.forEach(E=>{En(this,h,u,E)})}function y(x,E,C){if(!E)throw new Error("missing bindings for child Pino");C=C||{},o&&E.serializers&&(C.serializers=E.serializers);let I=C.serializers;if(o&&I){var T=Object.assign({},n,I),_=e.browser.serialize===!0?Object.keys(T):o;delete E.serializers,vf([E],_,T,this._stdErrSerialize)}function j(k){this._childLevel=(k._childLevel|0)+1,this.bindings=E,T&&(this.serializers=T,this._serialize=_),t&&(this._logEvent=hf([].concat(k._logEvent.bindings,E)))}j.prototype=this;let N=new j(this);return nS(this,N),N.child=function(...k){return y.call(this,x,...k)},N.level=C.level||this.level,x.onChild(N),N}return u}function C0(e){let t=e.customLevels||{},r=Object.assign({},ur.levels.values,t),n=Object.assign({},ur.levels.labels,E0(t));return{values:r,labels:n}}function E0(e){let t={};return Object.keys(e).forEach(function(r){t[e[r]]=r}),t}ur.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}};ur.stdSerializers=b0;ur.stdTimeFunctions=Object.assign({},{nullTime:iS,epochTime:aS,unixTime:P0,isoTime:N0});function R0(e){let t=[];e.bindings&&t.push(e.bindings);let r=e[gf];for(;r.parent;)r=r.parent,r.logger.bindings&&t.push(r.logger.bindings);return t.reverse()}function En(e,t,r,n){if(Object.defineProperty(e,n,{value:jr(e.level,r)>jr(n,r)?Lo:r[yf][n],writable:!0,enumerable:!0,configurable:!0}),e[n]===Lo){if(!t.transmit)return;let i=t.transmit.level||e.level,a=jr(i,r);if(jr(n,r)<a)return}e[n]=T0(e,t,r,n);let o=R0(e);o.length!==0&&(e[n]=I0(o,e[n]))}function I0(e,t){return function(){return t.apply(this,[...e,...arguments])}}function T0(e,t,r,n){return function(o){return function(){let a=t.timestamp(),s=new Array(arguments.length),c=Object.getPrototypeOf&&Object.getPrototypeOf(this)===Xi?Xi:this;for(var u=0;u<s.length;u++)s[u]=arguments[u];var h=!1;if(t.serialize&&(vf(s,this._serialize,this.serializers,this._stdErrSerialize),h=!0),t.asObject||t.formatters?o.call(c,..._0(this,n,s,a,t)):o.apply(c,s),t.transmit){let v=t.transmit.level||e._level,S=jr(v,r),g=jr(n,r);if(g<S)return;k0(this,{ts:a,methodLevel:n,methodValue:g,transmitLevel:v,transmitValue:r.levels.values[t.transmit.level||e._level],send:t.transmit.send,val:jr(e._level,r)},s,h)}}}(e[yf][n])}function _0(e,t,r,n,o){let{level:i,log:a=v=>v}=o.formatters||{},s=r.slice(),c=s[0],u={},h=(e._childLevel|0)+1;if(h<1&&(h=1),n&&(u.time=n),i){let v=i(t,e.levels.values[t]);Object.assign(u,v)}else u.level=e.levels.values[t];if(o.asObjectBindingsOnly){if(c!==null&&typeof c=="object")for(;h--&&typeof s[0]=="object";)Object.assign(u,s.shift());return[a(u),...s]}else{if(c!==null&&typeof c=="object"){for(;h--&&typeof s[0]=="object";)Object.assign(u,s.shift());c=s.length?rS(s.shift(),s):void 0}else typeof c=="string"&&(c=rS(s.shift(),s));return c!==void 0&&(u[o.messageKey]=c),[a(u)]}}function vf(e,t,r,n){for(let o in e)if(n&&e[o]instanceof Error)e[o]=ur.stdSerializers.err(e[o]);else if(typeof e[o]=="object"&&!Array.isArray(e[o])&&t)for(let i in e[o])t.indexOf(i)>-1&&i in r&&(e[o][i]=r[i](e[o][i]))}function k0(e,t,r,n=!1){let o=t.send,i=t.ts,a=t.methodLevel,s=t.methodValue,c=t.val,u=e._logEvent.bindings;n||vf(r,e._serialize||Object.keys(e.serializers),e.serializers,e._stdErrSerialize===void 0?!0:e._stdErrSerialize),e._logEvent.ts=i,e._logEvent.messages=r.filter(function(h){return u.indexOf(h)===-1}),e._logEvent.level.label=a,e._logEvent.level.value=s,o(a,e._logEvent,c),e._logEvent=hf(u)}function hf(e){return{ts:0,messages:[],bindings:e||[],level:{label:"",value:0}}}function oS(e){let t={type:e.constructor.name,msg:e.message,stack:e.stack};for(let r in e)t[r]===void 0&&(t[r]=e[r]);return t}function O0(e){return typeof e.timestamp=="function"?e.timestamp:e.timestamp===!1?iS:aS}function Yc(){return{}}function mf(e){return e}function Lo(){}function iS(){return!1}function aS(){return Date.now()}function P0(){return Math.round(Date.now()/1e3)}function N0(){return new Date(Date.now()).toISOString()}function F0(){function e(t){return typeof t<"u"&&t}try{return typeof b<"u"?b:(Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),b)}catch{return e(self)||e(window)||e(this)||{}}}Xc.exports.default=ur;Xc.exports.pino=ur});var Fk={};Wo(Fk,{DefaultFieldsToInclude:()=>Cf,EcommerceDefaultFieldsToInclude:()=>KS,HighlightUtils:()=>wu,MinimumFieldsToInclude:()=>cu,ResultTemplatesHelpers:()=>lh,buildContext:()=>yS,buildController:()=>Lr,buildDictionaryFieldContext:()=>vS,buildInteractiveResult:()=>QS,buildRecommendationEngine:()=>mS,buildRecommendationList:()=>$S,buildResultTemplatesManager:()=>JS,getAnalyticsNextApiBaseUrl:()=>ca,getOrganizationEndpoint:()=>We,getSampleRecommendationEngineConfiguration:()=>Sf,loadAdvancedSearchQueryActions:()=>Sk,loadClickAnalyticsActions:()=>kk,loadConfigurationActions:()=>bk,loadContextActions:()=>wk,loadDebugActions:()=>xk,loadDictionaryFieldContextActions:()=>Ck,loadFieldActions:()=>Ik,loadPaginationActions:()=>xf,loadPipelineActions:()=>Tk,loadRecommendationActions:()=>_k,loadSearchConfigurationActions:()=>Ak,loadSearchHubActions:()=>Nk});module.exports=ib(Fk);m();d();p();f();var wu={};Wo(wu,{escapeHtml:()=>Nn,getHighlightedSuggestion:()=>Bb,highlightString:()=>Ub});m();d();p();f();m();d();p();f();function Db(e,t){let r=`
20
20
  The following properties are invalid:
21
21
 
22
22
  ${e.join(`
23
23
  `)}
24
24
 
25
25
  ${t}
26
- `;return new si(r)}var si=class extends Error{constructor(e){super(e),this.name="SchemaValidationError"}},lt=class{constructor(e){this.definition=e}validate(e={},t=""){let r={...this.default,...e},n=[];for(let o in this.definition){let i=this.definition[o].validate(r[o]);i&&n.push(`${o}: ${i}`)}if(n.length)throw cA(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}},Oe=class{constructor(e={}){this.baseConfig=e}validate(e){return this.baseConfig.required&&ie(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 We(e){return e===void 0}function uA(e){return e===null}function ie(e){return We(e)||uA(e)}var ue=class{constructor(e={}){xe(this,"value");this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t||(lA(e)?null:"value is not a boolean.")}get default(){return this.value.default}get required(){return this.value.required}};function lA(e){return We(e)||Zp(e)}function Zp(e){return typeof e=="boolean"}var te=class{constructor(e={}){xe(this,"value");this.config=e,this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t||(dA(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 dA(e){return We(e)||ef(e)}function ef(e){return typeof e=="number"&&!Number.isNaN(e)}var pA=/^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/i,H=class{constructor(e={}){xe(this,"value");xe(this,"config");this.config={emptyAllowed:!0,url:!1,...e},this.value=new Oe(this.config)}validate(e){let{emptyAllowed:t,url:r,regex:n,constrainTo:o,ISODate:i}=this.config,a=this.value.validate(e);if(a)return a;if(We(e))return null;if(!ua(e))return"value is not a string.";if(!t&&!e.length)return"value is an empty string.";if(r)try{new URL(e)}catch{return"value is not a valid URL."}return n&&!n.test(e)?`value did not match provided regex ${n}`:o&&!o.includes(e)?`value should be one of: ${o.join(", ")}.`:i&&!(pA.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 ua(e){return Object.prototype.toString.call(e)==="[object String]"}var ee=class{constructor(e={}){xe(this,"config");this.config={options:{required:!1},values:{},...e}}validate(e){if(We(e))return this.config.options.required?"value is required and is currently undefined":null;if(!tf(e))return"value is not an object";for(let[r,n]of Object.entries(this.config.values))if(n.required&&ie(e[r]))return`value does not contain ${r}`;let t="";for(let[r,n]of Object.entries(this.config.values)){let o=e[r],i=n.validate(o);i!==null&&(t+=` ${i}`)}return t===""?null:t}get default(){}get required(){return!!this.config.options.required}};function tf(e){return e!==void 0&&typeof e=="object"}var ge=class{constructor(e={}){xe(this,"value");this.config=e,this.value=new Oe(this.config)}validate(e){if(!ie(e)&&!Array.isArray(e))return"value is not an array";let t=this.value.validate(e);if(t!==null)return t;if(ie(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&&ie(n)&&(r=`value is null or undefined: ${e.join(",")}`);let o=this.validatePrimitiveValue(n,this.config.each);o!==null&&(r+=` ${o}`)}),r===""?null:r}return null}validatePrimitiveValue(e,t){return Zp(e)||ua(e)||ef(e)||tf(e)?t.validate(e):"value is not a primitive value"}get default(){}get required(){return this.value.required}};function rf(e){return Array.isArray(e)}var Pu=class{constructor(e){xe(this,"value");this.config=e,this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t!==null?t:We(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}};m();d();f();p();function nf(e){return Array.isArray(e)}function la(e){return e.trim()===""}var fA=new Set(["1",1,"yes",!0]);function of(){if(typeof navigator>"u"||typeof window>"u")return!1;let e=navigator,t=window;return[e.globalPrivacyControl,e.doNotTrack,e.msDoNotTrack,t.doNotTrack].some(r=>fA.has(r))}function af(e){let t={};for(let[r,n]of e)t[r]=n;return t}function ci(e){if(typeof e!="object"||!e)return e;try{return JSON.parse(JSON.stringify(e))}catch{return e}}function da(e,t,r={}){let n;return(...o)=>{let i=r.isImmediate&&!n;if(clearTimeout(n),n=setTimeout(()=>{n=void 0,r.isImmediate||e.apply(void 0,o)},t),i)return e.apply(void 0,o)}}function mA(e){if(la(e.openingDelimiter)||la(e.closingDelimiter))throw Error("delimiters should be a non-empty string");if(ie(e.content)||la(e.content))return e.content;if(e.highlights.length===0)return Un(e.content);let t=e.content.length,r="",n=0;for(let o=0;o<e.highlights.length;o++){let i=e.highlights[o],a=i.offset,s=a+i.length;if(s>t)break;r+=Un(e.content.slice(n,a)),r+=e.openingDelimiter,r+=Un(e.content.slice(a,s)),r+=e.closingDelimiter,n=s}return n!==t&&(r+=Un(e.content.slice(n))),r}function gA(e,t){return e=Un(e),e.replace(/\[(.*?)\]|\{(.*?)\}|\((.*?)\)/g,(r,n,o,i)=>n?Nu(n,t.notMatchDelimiters):o?Nu(o,t.exactMatchDelimiters):i?Nu(i,t.correctionDelimiters):r)}function Nu(e,t){return t?t.open+e+t.close:e}function Un(e){let t={"&":"&amp;","<":"&lt;",">":"&gt;","\"":"&quot;","'":"&#x27;","`":"&#x60;"},r=`(?:${Object.keys(t).join("|")})`,n=RegExp(r),o=RegExp(r,"g");return n.test(e)?e.replace(o,i=>t[i]):e}m();d();f();p();var vf=_t(mf(),1);m();d();f();p();var Mt=new Error("Failed to load reducers."),Vn=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."}},$r=class extends Error{constructor(r,n){super();xe(this,"statusCode");this.name="Disconnected",this.message=`Client could not connect to the following URL: ${r}`,this.statusCode=n??0}};m();d();f();p();function gf(e){let t=[];for(let r in e){let n=encodeURIComponent(r),o=encodeURIComponent(e[r]);t.push(`${n}=${o}`)}return t.join("&")}function hf(e){return typeof e!="object"||!e?!1:Object.values(e).every(VA)}function VA(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function yf(e){return e===429}var kt=class e{static call(t){return _asyncToGenerator(function*(){let r=GA(t),{logger:n}=t,o=yield e.preprocessRequest(r,t);n.info(o,"Platform request");let{url:i,...a}=o,s=/*#__PURE__*/function(){var _ref=_asyncToGenerator(function*(){let c=yield A(i,a);if(yf(c.status))throw c;return c});return function s(){return _ref.apply(this,arguments)}}();try{let c=yield(0,vf.backOff)(s,{startingDelay:100,timeMultiple:2,maxDelay:800,numOfAttempts:4,jitter:"full",retry:function(){var _ref2=_asyncToGenerator(function*(u){let h=u&&yf(u.status);return h&&(n.info("Platform retrying request"),yield new Promise(v=>setTimeout(v,1e3))),h});return function retry(_x2){return _ref2.apply(this,arguments)}}()});switch(c.status){case 419:case 401:throw n.info("Platform renewing token"),new Vn;case 404:throw new $r(i,c.status);default:return n.info({response:c,requestInfo:o},"Platform response"),c}}catch(c){return c.message==="Failed to fetch"?new $r(i):c}})()}static preprocessRequest(t,r){return _asyncToGenerator(function*(){let{origin:n,preprocessRequest:o,logger:i,requestMetadata:a}=r,{signal:s,...c}=t,u=ci(c);try{let h=yield o(t,n,a);return{...t,...h}}catch(h){i.error(h,"Platform request preprocessing failed. Returning default request options.")}return u})()}};function Be(e,t="prod",r="platform"){let n=t==="prod"?"":t,o=r==="platform"?"":`.${r}`;return`https://${e}${o}.org${n}.coveo.com`}function pr(e,t="prod"){return`${Be(e,t)}/rest/search/v2`}function fa(e,t="prod"){return`${Be(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function GA(e){let{url:t,method:r,requestParams:n,contentType:o,accessToken:i,signal:a}=e,s=e.method==="POST"||e.method==="PUT",c=BA(n,o);return{url:t,method:r,headers:{"Content-Type":o,Authorization:`Bearer ${i}`,...e.headers},...(s&&{body:c}),signal:a}}function BA(e,t){return t==="application/x-www-form-urlencoded"?hf(e)?gf(e):"":JSON.stringify(e)}m();d();f();p();m();d();f();p();var ma=e=>e;m();d();f();p();m();d();f();p();function ga(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function jt(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:ga(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:ga(),extendedResults:{},searchAction:void 0}}m();d();f();p();function fr(e){let{url:t,accessToken:r,organizationId:n,authentication:o,...i}=e;return i}var mr=e=>{let{response:t}=e;return t.body?$A(e):QA(t)},$A=e=>zA(e)?WA(e):HA(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},QA=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function HA(e){return e.body.statusCode!==void 0}function zA(e){return e.body.exception!==void 0}var WA=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});m();d();f();p();var gr=class{constructor(){xe(this,"currentAbortController",null)}enqueue(t,r){var _this=this;return _asyncToGenerator(function*(){let n=_this.currentAbortController;_this.currentAbortController=new l.AbortController;let o=_this.currentAbortController;n&&(r.warnOnAbort&&r.logger.warn("Cancelling current pending search query"),n.abort());try{return yield t(o?.signal??null)}finally{_this.currentAbortController===o&&(_this.currentAbortController=null)}})()}};m();d();f();p();m();d();f();p();var di=class{constructor(t){xe(this,"_basePath");xe(this,"_params",{});this._basePath=t}addParam(t,r){this._params={...this.params,[t]:r}}get basePath(){return this._basePath}get params(){return this._params}get hasParams(){return Object.entries(this._params).length}get href(){return this.hasParams?`${this.basePath}?${Object.entries(this.params).map(([t,r])=>`${t}=${encodeURIComponent(r)}`).join("&")}`:this.basePath}};m();d();f();p();function Sf(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}m();d();f();p();var Xt=(e,t,r,n)=>{let o=new di(`${e.url}${n}`);return o.addParam("organizationId",e.organizationId),e.authentication&&o.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:o.href,origin:"searchApiFetch"}};var wf=/*#__PURE__*/function(){var _ref3=_asyncToGenerator(function*(e,t){let r=yield kt.call({...Xt(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:fr(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=Sf(r),o=yield r.arrayBuffer(),a=new TextDecoder(n).decode(o);return KA(a)?{success:a}:{error:mr({response:r,body:a})}});return function wf(_x3,_x4){return _ref3.apply(this,arguments)}}();function KA(e){return typeof e=="string"}m();d();f();p();function YA(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function XA(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function ha(e,t){if(t&&e.name==="AbortError")return{error:XA(e)};if(e instanceof $r)return{error:YA(e)};throw e}var ya=class{constructor(t){this.options=t;xe(this,"apiCallsQueues",{unknown:new gr,mainSearch:new gr,facetValues:new gr,foldingCollection:new gr,instantResults:new gr})}plan(t){var _this2=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Xt(t,"POST","application/json","/plan"),requestParams:fr(t),requestMetadata:{method:"plan"},..._this2.options});if(r instanceof Error)return ha(r);let n=yield r.json();return ZA(n)?{success:n}:{error:mr({response:r,body:n})}})()}querySuggest(t){var _this3=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Xt(t,"POST","application/json","/querySuggest"),requestMetadata:{method:"querySuggest"},requestParams:fr(t),..._this3.options});if(r instanceof Error)return ha(r);let n=yield r.json(),o={response:r,body:n};return JA(n)?{success:(yield _this3.options.postprocessQuerySuggestResponseMiddleware(o)).body}:{error:mr(o)}})()}search(t,r){var _this4=this;return _asyncToGenerator(function*(){let n=r?.origin??"unknown",o=yield _this4.apiCallsQueues[n].enqueue(s=>kt.call({...Xt(t,"POST","application/json",""),requestParams:fr(t),requestMetadata:{method:"search",origin:r?.origin},..._this4.options,signal:s??void 0}),{logger:_this4.options.logger,warnOnAbort:!r?.disableAbortWarning});if(o instanceof Error)return ha(o,r?.disableAbortWarning);let i=yield o.json(),a={response:o,body:i};return Af(i)?(a.body=bf(i),{success:(yield _this4.options.postprocessSearchResponseMiddleware(a)).body}):{error:mr(a)}})()}facetSearch(t){var _this5=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Xt(t,"POST","application/json","/facet"),requestParams:fr(t),requestMetadata:{method:"facetSearch"},..._this5.options});if(r instanceof Error)throw r;let n=yield r.json(),o={response:r,body:n};return(yield _this5.options.postprocessFacetSearchResponseMiddleware(o)).body})()}recommendations(t){var _this6=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Xt(t,"POST","application/json",""),requestParams:fr(t),requestMetadata:{method:"recommendations"},..._this6.options});if(r instanceof Error)throw r;let n=yield r.json();if(Af(n)){let o={response:r,body:n};return o.body=bf(n),{success:(yield _this6.options.postprocessSearchResponseMiddleware(o)).body}}return{error:mr({response:r,body:n})}})()}html(t){var _this7=this;return _asyncToGenerator(function*(){return wf(t,{..._this7.options})})()}fieldDescriptions(t){var _this8=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Xt(t,"GET","application/json","/fields"),requestParams:{},requestMetadata:{method:"fieldDescriptions"},..._this8.options});if(r instanceof Error)throw r;let n=yield r.json();return eb(n)?{success:n}:{error:mr({response:r,body:n})}})()}},va=e=>e.success!==void 0,dt=e=>e.error!==void 0;function Af(e){return e.results!==void 0}function bf(e){let t=ga();return ie(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}function JA(e){return e.completions!==void 0}function ZA(e){return e.preprocessingOutput!==void 0}function eb(e){return e.fields!==void 0}m();d();f();p();var xf=e=>e,Cf=e=>e,Ef=e=>e;m();d();f();p();m();d();f();p();m();d();f();p();function Ke(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 tb=typeof Symbol=="function"&&Symbol.observable||"@@observable",Rf=tb,Bu=()=>Math.random().toString(36).substring(7).split("").join("."),rb={INIT:`@@redux/INIT${Bu()}`,REPLACE:`@@redux/REPLACE${Bu()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Bu()}`},Sa=rb;function qt(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 $u(e,t,r){if(typeof e!="function")throw new Error(Ke(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Ke(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Ke(1));return r($u)(e,t)}let n=e,o=t,i=new Map,a=i,s=0,c=!1;function u(){a===i&&(a=new Map,i.forEach((E,C)=>{a.set(C,E)}))}function h(){if(c)throw new Error(Ke(3));return o}function v(E){if(typeof E!="function")throw new Error(Ke(4));if(c)throw new Error(Ke(5));let C=!0;u();let I=s++;return a.set(I,E),function(){if(C){if(c)throw new Error(Ke(6));C=!1,u(),a.delete(I),i=null}}}function S(E){if(!qt(E))throw new Error(Ke(7));if(typeof E.type>"u")throw new Error(Ke(8));if(typeof E.type!="string")throw new Error(Ke(17));if(c)throw new Error(Ke(9));try{c=!0,o=n(o,E)}finally{c=!1}return(i=a).forEach(I=>{I()}),E}function g(E){if(typeof E!="function")throw new Error(Ke(10));n=E,S({type:Sa.REPLACE})}function y(){let E=v;return{subscribe(C){if(typeof C!="object"||C===null)throw new Error(Ke(11));function I(){let _=C;_.next&&_.next(h())}return I(),{unsubscribe:E(I)}},[Rf](){return this}}}return S({type:Sa.INIT}),{dispatch:S,subscribe:v,getState:h,replaceReducer:g,[Rf]:y}}function nb(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Sa.INIT})>"u")throw new Error(Ke(12));if(typeof r(void 0,{type:Sa.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Ke(13))})}function Gn(e){let t=Object.keys(e),r={};for(let a=0;a<t.length;a++){let s=t[a];typeof e[s]=="function"&&(r[s]=e[s])}let n=Object.keys(r),o,i;try{nb(r)}catch(a){i=a}return function(s={},c){if(i)throw i;let u=!1,h={};for(let v=0;v<n.length;v++){let S=n[v],g=r[S],y=s[S],x=g(y,c);if(typeof x>"u"){let E=c&&c.type;throw new Error(Ke(14))}h[S]=x,u=u||x!==y}return u=u||n.length!==Object.keys(s).length,u?h:s}}function Bn(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function If(...e){return t=>(r,n)=>{let o=t(r,n),i=()=>{throw new Error(Ke(15))},a={getState:o.getState,dispatch:(c,...u)=>i(c,...u)},s=e.map(c=>c(a));return i=Bn(...s)(o.dispatch),{...o,dispatch:i}}}function $n(e){return qt(e)&&"type"in e&&typeof e.type=="string"}m();d();f();p();var el=Symbol.for("immer-nothing"),pi=Symbol.for("immer-draftable"),pt=Symbol.for("immer-state");function Ye(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Qn=Object.getPrototypeOf;function vt(e){return!!e&&!!e[pt]}function ft(e){return e?Nf(e)||Array.isArray(e)||!!e[pi]||!!e.constructor?.[pi]||Hn(e)||vi(e):!1}var ob=Object.prototype.constructor.toString(),Tf=new WeakMap;function Nf(e){if(!e||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;if(r===Object)return!0;if(typeof r!="function")return!1;let n=Tf.get(r);return n===void 0&&(n=Function.toString.call(r),Tf.set(r,n)),n===ob}function tl(e){return vt(e)||Ye(15,e),e[pt].base_}function fi(e,t,r=!0){Hr(e)===0?(r?Reflect.ownKeys(e):Object.keys(e)).forEach(o=>{t(o,e[o],e)}):e.forEach((n,o)=>t(o,n,e))}function Hr(e){let t=e[pt];return t?t.type_:Array.isArray(e)?1:Hn(e)?2:vi(e)?3:0}function mi(e,t){return Hr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Qu(e,t){return Hr(e)===2?e.get(t):e[t]}function Ff(e,t,r){let n=Hr(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function ib(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Hn(e){return e instanceof Map}function vi(e){return e instanceof Set}function Qr(e){return e.copy_||e.base_}function Wu(e,t){if(Hn(e))return new Map(e);if(vi(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Nf(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[pt];let o=Reflect.ownKeys(n);for(let i=0;i<o.length;i++){let a=o[i],s=n[a];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(n[a]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[a]})}return Object.create(Qn(e),n)}else{let n=Qn(e);if(n!==null&&r)return{...e};let o=Object.create(n);return Object.assign(o,e)}}function xa(e,t=!1){return Ca(e)||vt(e)||!ft(e)||(Hr(e)>1&&Object.defineProperties(e,{set:wa,add:wa,clear:wa,delete:wa}),Object.freeze(e),t&&Object.values(e).forEach(r=>xa(r,!0))),e}function ab(){Ye(2)}var wa={value:ab};function Ca(e){return e===null||typeof e!="object"?!0:Object.isFrozen(e)}var Ku={};function zr(e){let t=Ku[e];return t||Ye(0,e),t}function sb(e,t){Ku[e]||(Ku[e]=t)}var gi;function Df(){return gi}function cb(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function _f(e,t){t&&(zr("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Yu(e){Xu(e),e.drafts_.forEach(ub),e.drafts_=null}function Xu(e){e===gi&&(gi=e.parent_)}function kf(e){return gi=cb(gi,e)}function ub(e){let t=e[pt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Of(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[pt].modified_&&(Yu(t),Ye(4)),ft(e)&&(e=Aa(t,e),t.parent_||ba(t,e)),t.patches_&&zr("Patches").generateReplacementPatches_(r[pt].base_,e,t.patches_,t.inversePatches_)):e=Aa(t,r,[]),Yu(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==el?e:void 0}function Aa(e,t,r){if(Ca(t))return t;let n=e.immer_.shouldUseStrictIteration(),o=t[pt];if(!o)return fi(t,(i,a)=>Pf(e,o,t,i,a,r),n),t;if(o.scope_!==e)return t;if(!o.modified_)return ba(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;let i=o.copy_,a=i,s=!1;o.type_===3&&(a=new Set(i),i.clear(),s=!0),fi(a,(c,u)=>Pf(e,o,i,c,u,r,s),n),ba(e,i,!1),r&&e.patches_&&zr("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function Pf(e,t,r,n,o,i,a){if(o==null||typeof o!="object"&&!a)return;let s=Ca(o);if(!(s&&!a)){if(vt(o)){let c=i&&t&&t.type_!==3&&!mi(t.assigned_,n)?i.concat(n):void 0,u=Aa(e,o,c);if(Ff(r,n,u),vt(u))e.canAutoFreeze_=!1;else return}else a&&r.add(o);if(ft(o)&&!s){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||t&&t.base_&&t.base_[n]===o&&s)return;Aa(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(Hn(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&ba(e,o)}}}function ba(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&xa(t,r)}function lb(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:Df(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},o=n,i=rl;r&&(o=[n],i=hi);let{revoke:a,proxy:s}=Proxy.revocable(o,i);return n.draft_=s,n.revoke_=a,s}var rl={get(e,t){if(t===pt)return e;let r=Qr(e);if(!mi(r,t))return db(e,r,t);let n=r[t];return e.finalized_||!ft(n)?n:n===Hu(e.base_,t)?(zu(e),e.copy_[t]=Zu(n,e)):n},has(e,t){return t in Qr(e)},ownKeys(e){return Reflect.ownKeys(Qr(e))},set(e,t,r){let n=Mf(Qr(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let o=Hu(Qr(e),t),i=o?.[pt];if(i&&i.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(ib(r,o)&&(r!==void 0||mi(e.base_,t)))return!0;zu(e),Ju(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 Hu(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,zu(e),Ju(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Qr(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Ye(11)},getPrototypeOf(e){return Qn(e.base_)},setPrototypeOf(){Ye(12)}},hi={};fi(rl,(e,t)=>{hi[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});hi.deleteProperty=function(e,t){return hi.set.call(this,e,t,void 0)};hi.set=function(e,t,r){return rl.set.call(this,e[0],t,r,e[0])};function Hu(e,t){let r=e[pt];return(r?Qr(r):e)[t]}function db(e,t,r){let n=Mf(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Mf(e,t){if(!(t in e))return;let r=Qn(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Qn(r)}}function Ju(e){e.modified_||(e.modified_=!0,e.parent_&&Ju(e.parent_))}function zu(e){e.copy_||(e.copy_=Wu(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var pb=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!0,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let i=r;r=t;let a=this;return function(c=i,...u){return a.produce(c,h=>r.call(this,h,...u))}}typeof r!="function"&&Ye(6),n!==void 0&&typeof n!="function"&&Ye(7);let o;if(ft(t)){let i=kf(this),a=Zu(t,void 0),s=!0;try{o=r(a),s=!1}finally{s?Yu(i):Xu(i)}return _f(i,n),Of(o,i)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===el&&(o=void 0),this.autoFreeze_&&xa(o,!0),n){let i=[],a=[];zr("Patches").generateReplacementPatches_(t,o,i,a),n(i,a)}return o}else Ye(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(a,...s)=>this.produceWithPatches(a,c=>t(c,...s));let n,o;return[this.produce(t,r,(a,s)=>{n=a,o=s}),n,o]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),typeof e?.useStrictIteration=="boolean"&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ft(e)||Ye(8),vt(e)&&(e=jf(e));let t=kf(this),r=Zu(e,void 0);return r[pt].isManual_=!0,Xu(t),r}finishDraft(e,t){let r=e&&e[pt];(!r||!r.isManual_)&&Ye(9);let{scope_:n}=r;return _f(n,t),Of(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));let n=zr("Patches").applyPatches_;return vt(e)?n(e,t):this.produce(e,o=>n(o,t))}};function Zu(e,t){let r=Hn(e)?zr("MapSet").proxyMap_(e,t):vi(e)?zr("MapSet").proxySet_(e,t):lb(e,t);return(t?t.scope_:Df()).drafts_.push(r),r}function jf(e){return vt(e)||Ye(10,e),qf(e)}function qf(e){if(!ft(e)||Ca(e))return e;let t=e[pt],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Wu(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Wu(e,!0);return fi(r,(o,i)=>{Ff(r,o,qf(i))},n),t&&(t.finalized_=!1),r}function Lf(){let t="replace",r="add",n="remove";function o(S,g,y,x){switch(S.type_){case 0:case 2:return a(S,g,y,x);case 1:return i(S,g,y,x);case 3:return s(S,g,y,x)}}function i(S,g,y,x){let{base_:E,assigned_:C}=S,I=S.copy_;I.length<E.length&&([E,I]=[I,E],[y,x]=[x,y]);for(let T=0;T<E.length;T++)if(C[T]&&I[T]!==E[T]){let _=g.concat([T]);y.push({op:t,path:_,value:v(I[T])}),x.push({op:t,path:_,value:v(E[T])})}for(let T=E.length;T<I.length;T++){let _=g.concat([T]);y.push({op:r,path:_,value:v(I[T])})}for(let T=I.length-1;E.length<=T;--T){let _=g.concat([T]);x.push({op:n,path:_})}}function a(S,g,y,x){let{base_:E,copy_:C}=S;fi(S.assigned_,(I,T)=>{let _=Qu(E,I),q=Qu(C,I),N=T?mi(E,I)?t:r:n;if(_===q&&N===t)return;let k=g.concat(I);y.push(N===n?{op:N,path:k}:{op:N,path:k,value:q}),x.push(N===r?{op:n,path:k}:N===n?{op:r,path:k,value:v(_)}:{op:t,path:k,value:v(_)})})}function s(S,g,y,x){let{base_:E,copy_:C}=S,I=0;E.forEach(T=>{if(!C.has(T)){let _=g.concat([I]);y.push({op:n,path:_,value:T}),x.unshift({op:r,path:_,value:T})}I++}),I=0,C.forEach(T=>{if(!E.has(T)){let _=g.concat([I]);y.push({op:r,path:_,value:T}),x.unshift({op:n,path:_,value:T})}I++})}function c(S,g,y,x){y.push({op:t,path:[],value:g===el?void 0:g}),x.push({op:t,path:[],value:S})}function u(S,g){return g.forEach(y=>{let{path:x,op:E}=y,C=S;for(let q=0;q<x.length-1;q++){let N=Hr(C),k=x[q];typeof k!="string"&&typeof k!="number"&&(k=""+k),(N===0||N===1)&&(k==="__proto__"||k==="constructor")&&Ye(19),typeof C=="function"&&k==="prototype"&&Ye(19),C=Qu(C,k),typeof C!="object"&&Ye(18,x.join("/"))}let I=Hr(C),T=h(y.value),_=x[x.length-1];switch(E){case t:switch(I){case 2:return C.set(_,T);case 3:Ye(16);default:return C[_]=T}case r:switch(I){case 1:return _==="-"?C.push(T):C.splice(_,0,T);case 2:return C.set(_,T);case 3:return C.add(T);default:return C[_]=T}case n:switch(I){case 1:return C.splice(_,1);case 2:return C.delete(_);case 3:return C.delete(y.value);default:return delete C[_]}default:Ye(17,E)}}),S}function h(S){if(!ft(S))return S;if(Array.isArray(S))return S.map(h);if(Hn(S))return new Map(Array.from(S.entries()).map(([y,x])=>[y,h(x)]));if(vi(S))return new Set(Array.from(S).map(h));let g=Object.create(Qn(S));for(let y in S)g[y]=h(S[y]);return mi(S,pi)&&(g[pi]=S[pi]),g}function v(S){return vt(S)?h(S):S}sb("Patches",{applyPatches_:u,generatePatches_:o,generateReplacementPatches_:c})}var yi=new pb,Jt=yi.produce,Ea=yi.produceWithPatches.bind(yi);var nl=yi.applyPatches.bind(yi);m();d();f();p();function fb(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function mb(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function gb(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 Uf=e=>Array.isArray(e)?e:[e];function hb(e){let t=Array.isArray(e[0])?e[0]:e;return gb(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function yb(e,t){let r=[],{length:n}=e;for(let o=0;o<n;o++)r.push(e[o].apply(null,t));return r}var qF=Symbol();var LF=Object.getPrototypeOf({});var vb=class{constructor(e){this.value=e}deref(){return this.value}},Sb=typeof WeakRef<"u"?WeakRef:vb,wb=0,Vf=1;function Ra(){return{s:wb,v:void 0,o:null,p:null}}function zn(e,t={}){let r=Ra(),{resultEqualityCheck:n}=t,o,i=0;function a(){let s=r,{length:c}=arguments;for(let v=0,S=c;v<S;v++){let g=arguments[v];if(typeof g=="function"||typeof g=="object"&&g!==null){let y=s.o;y===null&&(s.o=y=new WeakMap);let x=y.get(g);x===void 0?(s=Ra(),y.set(g,s)):s=x}else{let y=s.p;y===null&&(s.p=y=new Map);let x=y.get(g);x===void 0?(s=Ra(),y.set(g,s)):s=x}}let u=s,h;if(s.s===Vf)h=s.v;else if(h=e.apply(null,arguments),i++,n){let v=o?.deref?.()??o;v!=null&&n(v,h)&&(h=v,i!==0&&i--),o=typeof h=="object"&&h!==null||typeof h=="function"?new Sb(h):h}return u.s=Vf,u.v=h,h}return a.clearCache=()=>{r=Ra(),a.resetResultsCount()},a.resultsCount=()=>i,a.resetResultsCount=()=>{i=0},a}function Gf(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...o)=>{let i=0,a=0,s,c={},u=o.pop();typeof u=="object"&&(c=u,u=o.pop()),fb(u,`createSelector expects an output function after the inputs, but received: [${typeof u}]`);let h={...r,...c},{memoize:v,memoizeOptions:S=[],argsMemoize:g=zn,argsMemoizeOptions:y=[],devModeChecks:x={}}=h,E=Uf(S),C=Uf(y),I=hb(o),T=v(function(){return i++,u.apply(null,arguments)},...E),_=!0,q=g(function(){a++;let k=yb(I,arguments);return s=T.apply(null,k),s},...C);return Object.assign(q,{resultFunc:u,memoizedResultFunc:T,dependencies:I,dependencyRecomputations:()=>a,resetDependencyRecomputations:()=>{a=0},lastResult:()=>s,recomputations:()=>i,resetRecomputations:()=>{i=0},memoize:v,argsMemoize:g})};return Object.assign(n,{withTypes:()=>n}),n}var Ue=Gf(zn),Ab=Object.assign((e,t=Ue)=>{mb(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(i=>e[i]);return t(n,(...i)=>i.reduce((a,s,c)=>(a[r[c]]=s,a),{}))},{withTypes:()=>Ab});m();d();f();p();function Bf(e){return({dispatch:r,getState:n})=>o=>i=>typeof i=="function"?i(r,n,e):o(i)}var $f=Bf(),Qf=Bf;var bb=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Bn:Bn.apply(null,arguments)},nD=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},xb=e=>e&&typeof e.match=="function";function P(e,t){function r(...n){if(t){let o=t(...n);if(!o)throw new Error(st(0));return{type:e,payload:o.payload,...("meta"in o&&{meta:o.meta}),...("error"in o&&{error:o.error})}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>$n(n)&&n.type===e,r}var Zf=class Si extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Si.prototype)}static get[Symbol.species](){return Si}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Si(...t[0].concat(this)):new Si(...t.concat(this))}};function Hf(e){return ft(e)?Jt(e,()=>{}):e}function zf(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Cb(e){return typeof e=="boolean"}var Eb=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:o=!0,actionCreatorCheck:i=!0}=t??{},a=new Zf;return r&&(Cb(r)?a.push($f):a.push(Qf(r.extraArgument))),a},wi="RTK_autoBatch",Yn=()=>e=>({payload:e,meta:{[wi]:!0}}),Wf=e=>t=>{setTimeout(t,e)},Rb=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),o=!0,i=!1,a=!1,s=new Set,c=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Wf(10):e.type==="callback"?e.queueNotification:Wf(e.timeout),u=()=>{a=!1,i&&(i=!1,s.forEach(h=>h()))};return Object.assign({},n,{subscribe(h){let v=()=>o&&h(),S=n.subscribe(v);return s.add(h),()=>{S(),s.delete(h)}},dispatch(h){try{return o=!h?.meta?.[wi],i=!o,i&&(a||(a=!0,c(u))),n.dispatch(h)}finally{o=!0}}})},Ib=e=>function(r){let{autoBatch:n=!0}=r??{},o=new Zf(e);return n&&o.push(Rb(typeof n=="object"?n:void 0)),o};function em(e){let t=Eb(),{reducer:r=void 0,middleware:n,devTools:o=!0,preloadedState:i=void 0,enhancers:a=void 0}=e||{},s;if(typeof r=="function")s=r;else if(qt(r))s=Gn(r);else throw new Error(st(1));let c;typeof n=="function"?c=n(t):c=t();let u=Bn;o&&(u=bb({trace:!1,...(typeof o=="object"&&o)}));let h=If(...c),v=Ib(h),S=typeof a=="function"?a(v):v(),g=u(...S);return $u(s,i,g)}function tm(e){let t={},r=[],n,o={addCase(i,a){let s=typeof i=="string"?i:i.type;if(!s)throw new Error(st(28));if(s in t)throw new Error(st(29));return t[s]=a,o},addMatcher(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase(i){return n=i,o}};return e(o),[t,r,n]}function Tb(e){return typeof e=="function"}function Me(e,t){let[r,n,o]=tm(t),i;if(Tb(e))i=()=>Hf(e());else{let s=Hf(e);i=()=>s}function a(s=i(),c){let u=[r[c.type],...n.filter(({matcher:h})=>h(c)).map(({reducer:h})=>h)];return u.filter(h=>!!h).length===0&&(u=[o]),u.reduce((h,v)=>{if(v)if(vt(h)){let g=v(h,c);return g===void 0?h:g}else{if(ft(h))return Jt(h,S=>v(S,c));{let S=v(h,c);if(S===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return S}}return h},s)}return a.getInitialState=i,a}var rm=(e,t)=>xb(e)?e.match(t):e(t);function Lt(...e){return t=>e.some(r=>rm(r,t))}function Kn(...e){return t=>e.every(r=>rm(r,t))}function ka(e,t){if(!e||!e.meta)return!1;let r=typeof e.meta.requestId=="string",n=t.indexOf(e.meta.requestStatus)>-1;return r&&n}function Ai(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function Oa(...e){return e.length===0?t=>ka(t,["pending"]):Ai(e)?Lt(...e.map(t=>t.pending)):Oa()(e[0])}function Yr(...e){return e.length===0?t=>ka(t,["rejected"]):Ai(e)?Lt(...e.map(t=>t.rejected)):Yr()(e[0])}function bi(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?Kn(Yr(...e),t):Ai(e)?Kn(Yr(...e),t):bi()(e[0])}function Zt(...e){return e.length===0?t=>ka(t,["fulfilled"]):Ai(e)?Lt(...e.map(t=>t.fulfilled)):Zt()(e[0])}function Pa(...e){return e.length===0?t=>ka(t,["pending","fulfilled","rejected"]):Ai(e)?Lt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Pa()(e[0])}var _b="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",xi=(e=21)=>{let t="",r=e;for(;r--;)t+=_b[Math.random()*64|0];return t},kb=["name","message","stack","code"],ol=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},Kf=class{constructor(e,t){xe(this,"_type");this.payload=e,this.meta=t}},Ob=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of kb)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},be=(()=>{function e(t,r,n){let o=P(t+"/fulfilled",(c,u,h,v)=>({payload:c,meta:{...(v||{}),arg:h,requestId:u,requestStatus:"fulfilled"}})),i=P(t+"/pending",(c,u,h)=>({payload:void 0,meta:{...(h||{}),arg:u,requestId:c,requestStatus:"pending"}})),a=P(t+"/rejected",(c,u,h,v,S)=>({payload:v,error:(n&&n.serializeError||Ob)(c||"Rejected"),meta:{...(S||{}),arg:h,requestId:u,rejectedWithValue:!!v,requestStatus:"rejected",aborted:c?.name==="AbortError",condition:c?.name==="ConditionError"}}));function s(c){return(u,h,v)=>{let S=n?.idGenerator?n.idGenerator(c):xi(),g=new l.AbortController,y,x;function E(I){x=I,g.abort()}let C=_asyncToGenerator(function*(){let I;try{let _=n?.condition?.(c,{getState:h,extra:v});if(Nb(_)&&(_=yield _),_===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let q=new Promise((N,k)=>{y=()=>{k({name:"AbortError",message:x||"Aborted"})},g.signal.addEventListener("abort",y)});u(i(S,c,n?.getPendingMeta?.({requestId:S,arg:c},{getState:h,extra:v}))),I=yield Promise.race([q,Promise.resolve(r(c,{dispatch:u,getState:h,extra:v,requestId:S,signal:g.signal,abort:E,rejectWithValue:(N,k)=>new ol(N,k),fulfillWithValue:(N,k)=>new Kf(N,k)})).then(N=>{if(N instanceof ol)throw N;return N instanceof Kf?o(N.payload,S,c,N.meta):o(N,S,c)})])}catch(_){I=_ instanceof ol?a(null,S,c,_.payload,_.meta):a(_,S,c)}finally{y&&g.signal.removeEventListener("abort",y)}return n&&!n.dispatchConditionRejection&&a.match(I)&&I.meta.condition||u(I),I})();return Object.assign(C,{abort:E,requestId:S,arg:c,unwrap(){return C.then(Pb)}})}}return Object.assign(s,{pending:i,rejected:a,fulfilled:o,settled:Lt(a,o),typePrefix:t})}return e.withTypes=()=>e,e})();function Pb(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Nb(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var nm=Symbol.for("rtk-slice-createasyncthunk"),cD={[nm]:be};function Fb(e,t){return`${e}/${t}`}function Db({creators:e}={}){let t=e?.asyncThunk?.[nm];return function(n){let{name:o,reducerPath:i=o}=n;if(!o)throw new Error(st(11));typeof process<"u";let a=(typeof n.reducers=="function"?n.reducers(jb()):n.reducers)||{},s=Object.keys(a),c={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(I,T){let _=typeof I=="string"?I:I.type;if(!_)throw new Error(st(12));if(_ in c.sliceCaseReducersByType)throw new Error(st(13));return c.sliceCaseReducersByType[_]=T,u},addMatcher(I,T){return c.sliceMatchers.push({matcher:I,reducer:T}),u},exposeAction(I,T){return c.actionCreators[I]=T,u},exposeCaseReducer(I,T){return c.sliceCaseReducersByName[I]=T,u}};s.forEach(I=>{let T=a[I],_={reducerName:I,type:Fb(o,I),createNotation:typeof n.reducers=="function"};Lb(T)?Vb(_,T,u,t):qb(_,T,u)});function h(){let[I={},T=[],_=void 0]=typeof n.extraReducers=="function"?tm(n.extraReducers):[n.extraReducers],q={...I,...c.sliceCaseReducersByType};return Me(n.initialState,N=>{for(let k in q)N.addCase(k,q[k]);for(let k of c.sliceMatchers)N.addMatcher(k.matcher,k.reducer);for(let k of T)N.addMatcher(k.matcher,k.reducer);_&&N.addDefaultCase(_)})}let v=I=>I,S=new Map,g;function y(I,T){return g||(g=h()),g(I,T)}function x(){return g||(g=h()),g.getInitialState()}function E(I,T=!1){function _(N){let k=N[I];return typeof k>"u"&&T&&(k=x()),k}function q(N=v){let k=zf(S,T,()=>new WeakMap);return zf(k,N,()=>{let O={};for(let[D,U]of Object.entries(n.selectors??{}))O[D]=Mb(U,N,x,T);return O})}return{reducerPath:I,getSelectors:q,get selectors(){return q(_)},selectSlice:_}}let C={name:o,reducer:y,actions:c.actionCreators,caseReducers:c.sliceCaseReducersByName,getInitialState:x,...E(i),injectInto(I,{reducerPath:T,..._}={}){let q=T??i;return I.inject({reducerPath:q,reducer:y},_),{...C,...E(q,!0)}}};return C}}function Mb(e,t,r,n){function o(i,...a){let s=t(i);return typeof s>"u"&&n&&(s=r()),e(s,...a)}return o.unwrapped=e,o}var Xr=Db();function jb(){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 qb({type:e,reducerName:t,createNotation:r},n,o){let i,a;if("reducer"in n){if(r&&!Ub(n))throw new Error(st(17));i=n.reducer,a=n.prepare}else i=n;o.addCase(e,i).exposeCaseReducer(t,i).exposeAction(t,a?P(e,a):P(e))}function Lb(e){return e._reducerDefinitionType==="asyncThunk"}function Ub(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Vb({type:e,reducerName:t},r,n,o){if(!o)throw new Error(st(18));let{payloadCreator:i,fulfilled:a,pending:s,rejected:c,settled:u,options:h}=r,v=o(e,i,h);n.exposeAction(t,v),a&&n.addCase(v.fulfilled,a),s&&n.addCase(v.pending,s),c&&n.addCase(v.rejected,c),u&&n.addMatcher(v.settled,u),n.exposeCaseReducer(t,{fulfilled:a||Ia,pending:s||Ia,rejected:c||Ia,settled:u||Ia})}function Ia(){}var Gb="task",om="listener",im="completed",sl="cancelled",Bb=`task-${sl}`,$b=`task-${im}`,il=`${om}-${sl}`,Qb=`${om}-${im}`,Na=class{constructor(e){xe(this,"name","TaskAbortError");xe(this,"message");this.code=e,this.message=`${Gb} ${sl} (reason: ${e})`}},cl=(e,t)=>{if(typeof e!="function")throw new TypeError(st(32))},Ta=()=>{},am=(e,t=Ta)=>(e.catch(t),e),sm=(e,t)=>(e.addEventListener("abort",t,{once:!0}),()=>e.removeEventListener("abort",t)),Wr=(e,t)=>{let r=e.signal;r.aborted||("reason"in r||Object.defineProperty(r,"reason",{enumerable:!0,value:t,configurable:!0,writable:!0}),e.abort(t))},Kr=e=>{if(e.aborted){let{reason:t}=e;throw new Na(t)}};function cm(e,t){let r=Ta;return new Promise((n,o)=>{let i=()=>o(new Na(e.reason));if(e.aborted){i();return}r=sm(e,i),t.finally(()=>r()).then(n,o)}).finally(()=>{r=Ta})}var Hb=/*#__PURE__*/function(){var _ref5=_asyncToGenerator(function*(e,t){try{return yield Promise.resolve(),{status:"ok",value:yield e()}}catch(r){return{status:r instanceof Na?"cancelled":"rejected",error:r}}finally{t?.()}});return function Hb(_x5,_x6){return _ref5.apply(this,arguments)}}(),_a=e=>t=>am(cm(e,t).then(r=>(Kr(e),r))),um=e=>{let t=_a(e);return r=>t(new Promise(n=>setTimeout(n,r)))},{assign:Wn}=Object,Yf={},Fa="listenerMiddleware",zb=(e,t)=>{let r=n=>sm(e,()=>Wr(n,e.reason));return(n,o)=>{cl(n,"taskExecutor");let i=new l.AbortController;r(i);let a=Hb(/*#__PURE__*/_asyncToGenerator(function*(){Kr(e),Kr(i.signal);let s=yield n({pause:_a(i.signal),delay:um(i.signal),signal:i.signal});return Kr(i.signal),s}),()=>Wr(i,$b));return o?.autoJoin&&t.push(a.catch(Ta)),{result:_a(e)(a),cancel(){Wr(i,Bb)}}}},Wb=(e,t)=>{let r=/*#__PURE__*/function(){var _ref7=_asyncToGenerator(function*(n,o){Kr(t);let i=()=>{},s=[new Promise((c,u)=>{let h=e({predicate:n,effect:(v,S)=>{S.unsubscribe(),c([v,S.getState(),S.getOriginalState()])}});i=()=>{h(),u()}})];o!=null&&s.push(new Promise(c=>setTimeout(c,o,null)));try{let c=yield cm(t,Promise.race(s));return Kr(t),c}finally{i()}});return function r(_x7,_x8){return _ref7.apply(this,arguments)}}();return(n,o)=>am(r(n,o))},lm=e=>{let{type:t,actionCreator:r,matcher:n,predicate:o,effect:i}=e;if(t)o=P(t).match;else if(r)t=r.type,o=r.match;else if(n)o=n;else if(!o)throw new Error(st(21));return cl(i,"options.listener"),{predicate:o,type:t,effect:i}},dm=Wn(e=>{let{type:t,predicate:r,effect:n}=lm(e);return{id:xi(),effect:n,type:t,predicate:r,pending:new Set,unsubscribe:()=>{throw new Error(st(22))}}},{withTypes:()=>dm}),Xf=(e,t)=>{let{type:r,effect:n,predicate:o}=lm(t);return Array.from(e.values()).find(i=>(typeof r=="string"?i.type===r:i.predicate===o)&&i.effect===n)},al=e=>{e.pending.forEach(t=>{Wr(t,il)})},Kb=e=>()=>{e.forEach(al),e.clear()},Jf=(e,t,r)=>{try{e(t,r)}catch(n){setTimeout(()=>{throw n},0)}},pm=Wn(P(`${Fa}/add`),{withTypes:()=>pm}),Yb=P(`${Fa}/removeAll`),fm=Wn(P(`${Fa}/remove`),{withTypes:()=>fm}),Xb=(...e)=>{console.error(`${Fa}/error`,...e)},mm=(e={})=>{let t=new Map,{extra:r,onError:n=Xb}=e;cl(n,"onError");let o=h=>(h.unsubscribe=()=>t.delete(h.id),t.set(h.id,h),v=>{h.unsubscribe(),v?.cancelActive&&al(h)}),i=h=>{let v=Xf(t,h)??dm(h);return o(v)};Wn(i,{withTypes:()=>i});let a=h=>{let v=Xf(t,h);return v&&(v.unsubscribe(),h.cancelActive&&al(v)),!!v};Wn(a,{withTypes:()=>a});let s=/*#__PURE__*/function(){var _ref8=_asyncToGenerator(function*(h,v,S,g){let y=new l.AbortController,x=Wb(i,y.signal),E=[];try{h.pending.add(y),yield Promise.resolve(h.effect(v,Wn({},S,{getOriginalState:g,condition:(C,I)=>x(C,I).then(Boolean),take:x,delay:um(y.signal),pause:_a(y.signal),extra:r,signal:y.signal,fork:zb(y.signal,E),unsubscribe:h.unsubscribe,subscribe:()=>{t.set(h.id,h)},cancelActiveListeners:()=>{h.pending.forEach((C,I,T)=>{C!==y&&(Wr(C,il),T.delete(C))})},cancel:()=>{Wr(y,il),h.pending.delete(y)},throwIfCancelled:()=>{Kr(y.signal)}})))}catch(C){C instanceof Na||Jf(n,C,{raisedBy:"effect"})}finally{yield Promise.all(E),Wr(y,Qb),h.pending.delete(y)}});return function s(_x9,_x0,_x1,_x10){return _ref8.apply(this,arguments)}}(),c=Kb(t);return{middleware:h=>v=>S=>{if(!$n(S))return v(S);if(pm.match(S))return i(S.payload);if(Yb.match(S)){c();return}if(fm.match(S))return a(S.payload);let g=h.getState(),y=()=>{if(g===Yf)throw new Error(st(23));return g},x;try{if(x=v(S),t.size>0){let E=h.getState(),C=Array.from(t.values());for(let I of C){let T=!1;try{T=I.predicate(S,E,g)}catch(_){T=!1,Jf(n,_,{raisedBy:"predicate"})}T&&s(I,S,h,y)}}}finally{g=Yf}return x},startListening:i,stopListening:a,clearListeners:c}};var lD=Symbol.for("rtk-state-proxy-original");function st(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. `}m();d();f();p();var X=new H({required:!0,emptyAllowed:!1}),Xe=new H({required:!1,emptyAllowed:!1}),Je=new H({required:!0,emptyAllowed:!0}),bD=new H({required:!1,emptyAllowed:!0}),Da=new ge({each:X,required:!0}),gm=new H({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),hm=new H({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),xD=new H({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),er=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),At=(e,t)=>{if("required"in t)return{payload:new lt({value:t}).validate({value:e}).value};let o=new ee({options:{required:!0},values:t}).validate(e);if(o)throw new si(o);return{payload:e}},j=(e,t)=>{try{return At(e,t)}catch(r){return{payload:e,error:er(r)}}},ym=(e,t,r,n)=>{let o=`Check the initialState of ${n}`;return Sm(e,t,r,o,"Controller initialization error")},vm=(e,t,r,n)=>{let o=`Check the options of ${n}`;return Sm(e,t,r,o,"Controller initialization error")},Sm=(e,t,r,n,o)=>{try{return t.validate(r,n)}catch(i){throw e.logger.error(i,o),i}};m();d();f();p();var Xn="3.46.1",wm=["@coveo/atomic","@coveo/quantic"];var ul=()=>Xe,Am=()=>X,hr=P("configuration/updateBasicConfiguration",e=>j(e,{accessToken:Xe,environment:new H({required:!1,constrainTo:["prod","hipaa","stg","dev"]}),organizationId:Xe})),Ut=P("configuration/updateSearchConfiguration",e=>j(e,{proxyBaseUrl:new H({required:!1,url:!0}),pipeline:new H({required:!1,emptyAllowed:!0}),searchHub:Xe,timezone:Xe,locale:Xe,authenticationProviders:new ge({required:!1,each:X})})),Jb={enabled:new ue({default:!0}),originContext:ul(),originLevel2:ul(),originLevel3:ul(),proxyBaseUrl:new H({required:!1,url:!0}),runtimeEnvironment:new Oe,anonymous:new ue({default:!1}),deviceId:Xe,userDisplayName:Xe,documentLocation:Xe,trackingId:hm,analyticsMode:new H({constrainTo:["legacy","next"],required:!1,default:"next"}),source:new ee({options:{required:!1},values:wm.reduce((e,t)=>(e[t]=gm,e),{})})},Jn=P("configuration/updateAnalyticsConfiguration",e=>j(e,Jb)),Zn=P("configuration/analytics/disable"),eo=P("configuration/analytics/enable"),Ma=P("configuration/analytics/originlevel2",e=>j(e,{originLevel2:Am()})),ja=P("configuration/analytics/originlevel3",e=>j(e,{originLevel3:Am()})),bm=P("knowledge/setAgentId",e=>j(e,new H({required:!0})));m();d();f();p();m();d();f();p();m();d();f();p();var xm={q:new H,enableQuerySyntax:new ue,aq:new H,cq:new H,firstResult:new te({min:0}),numberOfResults:new te({min:0}),sortCriteria:new H,f:new ee,fExcluded:new ee,cf:new ee,nf:new ee,mnf:new ee,df:new ee,debug:new ue,sf:new ee,tab:new H,af:new ee};var yr=P("searchParameters/restore",e=>j(e,xm)),Cm=P("searchParameters/restoreTab",e=>j(e,X));m();d();f();p();var qa=P("debug/enable"),La=P("debug/disable");m();d();f();p();var Ua=()=>!1;var Va=Me(Ua(),e=>{e.addCase(qa,()=>!0).addCase(La,()=>!1).addCase(yr,(t,r)=>r.payload.debug??t)});m();d();f();p();var to=P("pipeline/set",e=>j(e,new H({required:!0,emptyAllowed:!0})));m();d();f();p();m();d();f();p();var Zb=P("history/undo"),ex=P("history/redo"),Vt=P("history/snapshot"),PM=be("history/back",/*#__PURE__*/function(){var _ref9=_asyncToGenerator(function*(e,{dispatch:t}){t(Zb()),yield t(mt())});return function(_x11,_x12){return _ref9.apply(this,arguments)}}()),NM=be("history/forward",/*#__PURE__*/function(){var _ref0=_asyncToGenerator(function*(e,{dispatch:t}){t(ex()),yield t(mt())});return function(_x13,_x14){return _ref0.apply(this,arguments)}}()),mt=be("history/change",/*#__PURE__*/function(){var _ref1=_asyncToGenerator(function*(e,{getState:t}){return t().history.present});return function(_x15,_x16){return _ref1.apply(this,arguments)}}());m();d();f();p();var ro=()=>"";var no=Me(ro(),e=>{e.addCase(to,(t,r)=>r.payload).addCase(mt.fulfilled,(t,r)=>r.payload?.pipeline??t).addCase(Ut,(t,r)=>r.payload.pipeline||t)});m();d();f();p();m();d();f();p();var Ga=P("app/setError");m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var oo=class e{static set(t,r,n){let o,i,a;n&&(i=new Date,i.setTime(i.getTime()+n));let s=window.location.hostname,c=/^(\d{1,3}\.){3}\d{1,3}$/,u=/^([0-9a-fA-F]{0,4}:){2,7}[0-9a-fA-F]{0,4}$/;c.test(s)||u.test(s)||s.indexOf(".")===-1?ll(t,r,i):(a=s.split("."),o=a[a.length-2]+"."+a[a.length-1],ll(t,r,i,o))}static get(t){let r=t+"=",n=document.cookie.split(";");for(let o=0;o<n.length;o++){let i=n[o];if(i=i.replace(/^\s+/,""),i.lastIndexOf(r,0)===0)return i.substring(r.length,i.length)}return null}static erase(t){e.set(t,"",-1)}};function ll(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}m();d();f();p();function tx(){return typeof navigator<"u"}function Em(){try{return typeof localStorage<"u"}catch{return!1}}function Rm(){try{return typeof sessionStorage<"u"}catch{return!1}}function Im(){return!!(tx()&&navigator.cookieEnabled)}var Tm=null;function _m(){return Tm||(Em()?localStorage:Im()?new dl:Rm()?sessionStorage:new pl)}var io=class io{getItem(t){return oo.get(`${io.prefix}${t}`)}removeItem(t){oo.erase(`${io.prefix}${t}`)}setItem(t,r,n){oo.set(`${io.prefix}${t}`,r,n)}};xe(io,"prefix","coveo_");var dl=io;var pl=class{getItem(t){return null}removeItem(t){}setItem(t,r){}};var Ba="__coveo.analytics.history",rx=20,nx=1e3*60,ox=75,Jr=class Jr{constructor(t){xe(this,"store");this.store=t||_m()}static getInstance(t){return Jr.instance||(Jr.instance=new Jr(t)),Jr.instance}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){var _this9=this;return _asyncToGenerator(function*(){t.internalTime=new Date().getTime(),t=_this9.cropQueryElement(_this9.stripEmptyQuery(t));let r=yield _this9.getHistoryWithInternalTimeAsync();r!==null?_this9.isValidEntry(t)&&_this9.setHistory([t].concat(r)):_this9.setHistory([t])})()}getHistory(){let t=this.getHistoryWithInternalTime();return this.stripEmptyQueries(this.stripInternalTime(t))}getHistoryAsync(){var _this0=this;return _asyncToGenerator(function*(){let t=yield _this0.getHistoryWithInternalTimeAsync();return _this0.stripEmptyQueries(_this0.stripInternalTime(t))})()}getHistoryWithInternalTime(){try{let t=this.store.getItem(Ba);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){var _this1=this;return _asyncToGenerator(function*(){try{let t=yield _this1.store.getItem(Ba);return t?JSON.parse(t):[]}catch{return[]}})()}setHistory(t){try{this.store.setItem(Ba,JSON.stringify(t.slice(0,rx)))}catch{}}clear(){try{this.store.removeItem(Ba)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,ox)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value===t.value?(t.internalTime||0)-(r.internalTime||0)>nx:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:i}=r;return{name:n,time:o,value:i}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};xe(Jr,"instance",null);var fl=Jr,bt=fl;m();d();f();p();m();d();f();p();var ao=Ue(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${Xn}`));m();d();f();p();m();d();f();p();function tr(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function M(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})}var ve;(function(e){e.search="search",e.click="click",e.custom="custom",e.view="view",e.collect="collect"})(ve||(ve={}));function hl(){return typeof window<"u"}function _l(){return typeof navigator<"u"}function so(){return typeof document<"u"}function yl(){try{return typeof localStorage<"u"}catch{return!1}}function ix(){try{return typeof sessionStorage<"u"}catch{return!1}}function Bm(){return _l()&&navigator.cookieEnabled}var ax=[ve.click,ve.custom,ve.search,ve.view],sx=(e,t)=>ax.indexOf(e)!==-1?Object.assign({language:so()?document.documentElement.lang:"unknown",userAgent:_l()?navigator.userAgent:"unknown"},t):t,Ei=class e{static set(t,r,n){var o,i,a,s;n&&(i=new Date,i.setTime(i.getTime()+n)),s=window.location.hostname,s.indexOf(".")===-1?km(t,r,i):(a=s.split("."),o=a[a.length-2]+"."+a[a.length-1],km(t,r,i,o))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){var i=n[o];if(i=i.replace(/^\s+/,""),i.lastIndexOf(r,0)===0)return i.substring(r.length,i.length)}return null}static erase(t){e.set(t,"",-1)}};function km(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function cx(){return yl()?localStorage:Bm()?new Ri:ix()?sessionStorage:new uo}var Ri=class e{getItem(t){return Ei.get(`${e.prefix}${t}`)}removeItem(t){Ei.erase(`${e.prefix}${t}`)}setItem(t,r,n){Ei.set(`${e.prefix}${t}`,r,n)}};Ri.prefix="coveo_";var vl=class{constructor(){this.cookieStorage=new Ri}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)}},uo=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},$a="__coveo.analytics.history",ux=20,lx=1e3*60,dx=75,za=class{constructor(t){this.store=t||cx()}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 M(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 M(this,void 0,void 0,function*(){let t=yield this.getHistoryWithInternalTimeAsync();return this.stripEmptyQueries(this.stripInternalTime(t))})}getHistoryWithInternalTime(){try{let t=this.store.getItem($a);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){return M(this,void 0,void 0,function*(){try{let t=yield this.store.getItem($a);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem($a,JSON.stringify(t.slice(0,ux)))}catch{}}clear(){try{this.store.removeItem($a)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,dx)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>lx:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:i}=r;return{name:n,time:o,value:i}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var px=(e,t)=>M(void 0,void 0,void 0,function*(){return e===ve.view?(yield fx(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),fx=e=>M(void 0,void 0,void 0,function*(){let t=new za,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),Qa,mx=new Uint8Array(16);function gx(){if(!Qa&&(Qa=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Qa))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Qa(mx)}var hx=/^(?:[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 Wa(e){return typeof e=="string"&&hx.test(e)}var Ze=[];for(let e=0;e<256;++e)Ze.push((e+256).toString(16).slice(1));function $m(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]]}function yx(e){if(!Wa(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 vx(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var Sx="6ba7b810-9dad-11d1-80b4-00c04fd430c8",wx="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Ax(e,t,r){function n(o,i,a,s){var c;if(typeof o=="string"&&(o=vx(o)),typeof i=="string"&&(i=yx(i)),((c=i)===null||c===void 0?void 0:c.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let u=new Uint8Array(16+o.length);if(u.set(i),u.set(o,i.length),u=r(u),u[6]=u[6]&15|t,u[8]=u[8]&63|128,a){s=s||0;for(let h=0;h<16;++h)a[s+h]=u[h];return a}return $m(u)}try{n.name=e}catch{}return n.DNS=Sx,n.URL=wx,n}var bx=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Om={randomUUID:bx};function Zr(e,t,r){if(Om.randomUUID&&!t&&!e)return Om.randomUUID();e=e||{};let n=e.random||(e.rng||gx)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return $m(n)}function xx(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 ml(e,t){return e<<t|e>>>32-t}function Cx(e){let t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){let a=unescape(encodeURIComponent(e));e=[];for(let s=0;s<a.length;++s)e.push(a.charCodeAt(s))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);let n=e.length/4+2,o=Math.ceil(n/16),i=new Array(o);for(let a=0;a<o;++a){let s=new Uint32Array(16);for(let c=0;c<16;++c)s[c]=e[a*64+c*4]<<24|e[a*64+c*4+1]<<16|e[a*64+c*4+2]<<8|e[a*64+c*4+3];i[a]=s}i[o-1][14]=(e.length-1)*8/Math.pow(2,32),i[o-1][14]=Math.floor(i[o-1][14]),i[o-1][15]=(e.length-1)*8&4294967295;for(let a=0;a<o;++a){let s=new Uint32Array(80);for(let g=0;g<16;++g)s[g]=i[a][g];for(let g=16;g<80;++g)s[g]=ml(s[g-3]^s[g-8]^s[g-14]^s[g-16],1);let c=r[0],u=r[1],h=r[2],v=r[3],S=r[4];for(let g=0;g<80;++g){let y=Math.floor(g/20),x=ml(c,5)+xx(y,u,h,v)+S+t[y]+s[g]>>>0;S=v,v=h,h=ml(u,30)>>>0,u=c,c=x}r[0]=r[0]+c>>>0,r[1]=r[1]+u>>>0,r[2]=r[2]+h>>>0,r[3]=r[3]+v>>>0,r[4]=r[4]+S>>>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 Ex=Ax("v5",80,Cx),Pm=Ex,Qm="2.30.52",Nm=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,Ci={pageview:"pageview",event:"event"},Ka=class{constructor({client:t,uuidGenerator:r=Zr}){this.client=t,this.uuidGenerator=r}},Sl=class extends Ka{constructor({client:t,uuidGenerator:r=Zr}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=Nm(window.location),this.lastReferrer=so()?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:so()?document.title:"",encoding:so()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},o={language:navigator.language,userAgent:navigator.userAgent},i={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},i),n),o),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:o,location:i}=this.getNextValues(t,r);this.lastReferrer=o,this.pageViewId=n,this.currentLocation=i,t===Ci.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===Ci.pageview?this.nextPageViewId:this.pageViewId,referrer:t===Ci.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===Ci.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=o=>o.replace(/^\/?(.*)$/,"/$1");return`${(o=>o.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return Nm(window.location)}},vr=class e{constructor(t,r){if(!Wa(t))throw Error("Not a valid uuid");this.clientId=t,this.creationDate=Math.floor(r/1e3)}toString(){return this.clientId.replace(/-/g,"")+"."+this.creationDate.toString()}get expired(){let t=Math.floor(Date.now()/1e3)-this.creationDate;return t<0||t>e.expirationTime}validate(t,r){return!this.expired&&this.matchReferrer(t,r)}matchReferrer(t,r){try{let n=new URL(t);return r.some(o=>new RegExp(o.replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(n.host))}catch{return!1}}static fromString(t){let r=t.split(".");if(r.length!==2)return null;let[n,o]=r;if(n.length!==32||isNaN(parseInt(o)))return null;let i=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return Wa(i)?new e(i,Number.parseInt(o)*1e3):null}};vr.cvo_cid="cvo_cid";vr.expirationTime=120;var wl=class extends Ka{constructor({client:t,uuidGenerator:r=Zr}){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 M(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(vr.cvo_cid,new vr(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};wl.Id="link";var Ct=Object.keys;function Ha(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var gl=128,Hm=192,Fm=224,Dm=240;function Rx(e){return(e&248)===Dm?4:(e&Dm)===Fm?3:(e&Fm)===Hm?2:1}function Ix(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&gl)!=gl)break;if(r-=3,(n&Hm)!=gl){t-r>=Rx(n)*3&&(r=t);break}}return e.substring(0,r)}var Al={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"},Tx=Ct(Al).map(e=>Al[e]),_x=[...Tx].join("|"),kx=new RegExp(`^(${_x}$)`),Ox={svcAction:"svc_action",svcActionData:"svc_action_data"},Px=e=>Ct(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=Al[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),Nx=e=>kx.test(e),Fx=[Nx],Mm={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},jm={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},ot={action:"pa",list:"pal",listSource:"pls"},Ya={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},Dx=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],bl={id:"quoteId",affiliation:"quoteAffiliation"},xl={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},Mx={add:ot,bookmark_add:ot,bookmark_remove:ot,click:ot,checkout:ot,checkout_option:ot,detail:ot,impression:ot,remove:ot,refund:Object.assign(Object.assign({},ot),Ya),purchase:Object.assign(Object.assign({},ot),Ya),quickview:ot,quote:Object.assign(Object.assign({},ot),bl),review:Object.assign(Object.assign({},ot),xl)},jx=Ct(Mm).map(e=>Mm[e]),qx=Ct(jm).map(e=>jm[e]),Lx=Ct(ot).map(e=>ot[e]),Ux=Ct(Ya).map(e=>Ya[e]),Vx=Ct(xl).map(e=>xl[e]),Gx=Ct(bl).map(e=>bl[e]),Bx=[...jx,"custom"].join("|"),$x=[...qx,"custom"].join("|"),zm="(pr[0-9]+)",Wm="(il[0-9]+pi[0-9]+)",Qx=new RegExp(`^${zm}(${Bx})$`),Hx=new RegExp(`^(${Wm}(${$x}))|(il[0-9]+nm)$`),zx=new RegExp(`^(${Lx.join("|")})$`),Wx=new RegExp(`^(${Ux.join("|")})$`),Kx=new RegExp(`^${zm}custom$`),Yx=new RegExp(`^${Wm}custom$`),Xx=new RegExp(`^(${[...Dx,...Vx,...Gx].join("|")})$`),Jx=e=>Qx.test(e),Zx=e=>Hx.test(e),eC=e=>zx.test(e),tC=e=>Wx.test(e),rC=e=>Xx.test(e),nC=[Zx,Jx,eC,tC,rC],oC=[Kx,Yx],iC={anonymizeIp:"aip"},aC={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},sC={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},cC=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],uC=Object.assign(Object.assign(Object.assign(Object.assign({},iC),aC),sC),cC.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),Cl=Object.assign(Object.assign({},uC),Ox),lC=e=>{let t=!!e.action&&Mx[e.action]||{};return Ct(e).reduce((r,n)=>{let o=t[n]||Cl[n]||n;return Object.assign(Object.assign({},r),{[o]:e[n]})},{})},dC=Ct(Cl).map(e=>Cl[e]),pC=e=>dC.indexOf(e)!==-1,fC=e=>e==="custom",mC=e=>[...nC,...Fx,pC,fC].some(t=>t(e)),gC=e=>Ct(e).reduce((t,r)=>{let n=hC(r);return n?Object.assign(Object.assign({},t),yC(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),hC=e=>{let t;return[...oC].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},yC=(e,t)=>Ct(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),El=class{constructor(t){this.opts=t}sendEvent(t,r){return M(this,void 0,void 0,function*(){if(!this.isAvailable())throw new Error("navigator.sendBeacon is not supported in this browser. Consider adding a polyfill like \"sendbeacon-polyfill\".");let{baseUrl:n,preprocessRequest:o}=this.opts,i=yield this.getQueryParamsForEventType(t),{url:a,payload:s}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${i}`,r,o),c=this.encodeForEventType(t,s),u=new Blob([c],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(a,u)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return M(this,void 0,void 0,function*(){let o=t,i=r;if(n){let a=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:s,body:c}=a;o=s||t;try{i=JSON.parse(c)}catch(u){console.error("Unable to process the request body as a JSON string",u)}}return{payload:i,url:o}})}encodeForEventType(t,r){return this.isEventTypeLegacy(t)?this.encodeEventToJson(t,r):this.encodeEventToJson(t,r,this.opts.token)}getQueryParamsForEventType(t){return M(this,void 0,void 0,function*(){let{token:r,visitorIdProvider:n}=this.opts,o=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",o?`visitorId=${o}`:"","discardVisitInfo=true"].filter(i=>!!i).join("&")})}isEventTypeLegacy(t){return[ve.click,ve.custom,ve.search,ve.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let o=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(o=`access_token=${encodeURIComponent(n)}&${o}`),o}},Rl=class{sendEvent(t,r){return M(this,void 0,void 0,function*(){return Promise.resolve()})}deleteHttpCookieVisitorId(){return M(this,void 0,void 0,function*(){return Promise.resolve()})}},qm=w.fetch,Xa=class{constructor(t){this.opts=t}sendEvent(t,r){return M(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:o,preprocessRequest:i}=this.opts,a=this.shouldAppendVisitorId(t)?yield this.getVisitorIdParam():"",s={url:`${n}/analytics/${t}${a}`,credentials:"include",mode:"cors",headers:this.getHeaders(),method:"POST",body:JSON.stringify(r)},c=Object.assign(Object.assign({},s),i?yield i(s,"analyticsFetch"):{}),{url:u}=c,h=tr(c,["url"]),v;try{v=yield qm(u,h)}catch(S){console.error("An error has occured when sending the event.",S);return}if(v.ok){let S=yield v.json();return S.visitorId&&o.setCurrentVisitorId(S.visitorId),S}else{try{v.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,v,r),new Error(`An error has occurred when sending the "${t}" event. Check the console logs for more details.`)}})}deleteHttpCookieVisitorId(){return M(this,void 0,void 0,function*(){let{baseUrl:t}=this.opts,r=`${t}/analytics/visit`;yield qm(r,{headers:this.getHeaders(),method:"DELETE"})})}shouldAppendVisitorId(t){return[ve.click,ve.custom,ve.search,ve.view].indexOf(t)!==-1}getVisitorIdParam(){return M(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"})}},Il=class{constructor(t,r){yl()&&Bm()?this.storage=new vl:yl()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new uo),this.client=new Xa(t),this.beaconClient=new El(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:o,payload:i}of n)this.beaconClient.sendEvent(o,i)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},Tl=class{constructor(t,r){this.storage=r||new uo,this.client=new Xa(t)}getClientDependingOnEventType(t){return this.client}},Ja=class{constructor(){this.storage=new uo,this.client=new Rl}getClientDependingOnEventType(t){return this.client}},vC="xx",SC=e=>e?.startsWith(vC)||!1,wC=`
26
+ `;return new Jo(r)}var Jo=class extends Error{constructor(e){super(e),this.name="SchemaValidationError"}},lt=class{constructor(e){this.definition=e}validate(e={},t=""){let r={...this.default,...e},n=[];for(let o in this.definition){let i=this.definition[o].validate(r[o]);i&&n.push(`${o}: ${i}`)}if(n.length)throw Db(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}},Oe=class{constructor(e={}){this.baseConfig=e}validate(e){return this.baseConfig.required&&ie(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 ze(e){return e===void 0}function Mb(e){return e===null}function ie(e){return ze(e)||Mb(e)}var ue=class{constructor(e={}){we(this,"value");this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t||(qb(e)?null:"value is not a boolean.")}get default(){return this.value.default}get required(){return this.value.required}};function qb(e){return ze(e)||Bf(e)}function Bf(e){return typeof e=="boolean"}var te=class{constructor(e={}){we(this,"value");this.config=e,this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t||(jb(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 jb(e){return ze(e)||$f(e)}function $f(e){return typeof e=="number"&&!Number.isNaN(e)}var Lb=/^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/i,H=class{constructor(e={}){we(this,"value");we(this,"config");this.config={emptyAllowed:!0,url:!1,...e},this.value=new Oe(this.config)}validate(e){let{emptyAllowed:t,url:r,regex:n,constrainTo:o,ISODate:i}=this.config,a=this.value.validate(e);if(a)return a;if(ze(e))return null;if(!oa(e))return"value is not a string.";if(!t&&!e.length)return"value is an empty string.";if(r)try{new URL(e)}catch{return"value is not a valid URL."}return n&&!n.test(e)?`value did not match provided regex ${n}`:o&&!o.includes(e)?`value should be one of: ${o.join(", ")}.`:i&&!(Lb.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 oa(e){return Object.prototype.toString.call(e)==="[object String]"}var ee=class{constructor(e={}){we(this,"config");this.config={options:{required:!1},values:{},...e}}validate(e){if(ze(e))return this.config.options.required?"value is required and is currently undefined":null;if(!Gf(e))return"value is not an object";for(let[r,n]of Object.entries(this.config.values))if(n.required&&ie(e[r]))return`value does not contain ${r}`;let t="";for(let[r,n]of Object.entries(this.config.values)){let o=e[r],i=n.validate(o);i!==null&&(t+=` ${i}`)}return t===""?null:t}get default(){}get required(){return!!this.config.options.required}};function Gf(e){return e!==void 0&&typeof e=="object"}var ge=class{constructor(e={}){we(this,"value");this.config=e,this.value=new Oe(this.config)}validate(e){if(!ie(e)&&!Array.isArray(e))return"value is not an array";let t=this.value.validate(e);if(t!==null)return t;if(ie(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&&ie(n)&&(r=`value is null or undefined: ${e.join(",")}`);let o=this.validatePrimitiveValue(n,this.config.each);o!==null&&(r+=` ${o}`)}),r===""?null:r}return null}validatePrimitiveValue(e,t){return Bf(e)||oa(e)||$f(e)||Gf(e)?t.validate(e):"value is not a primitive value"}get default(){}get required(){return this.value.required}};function Qf(e){return Array.isArray(e)}var bu=class{constructor(e){we(this,"value");this.config=e,this.value=new Oe(e)}validate(e){let t=this.value.validate(e);return t!==null?t:ze(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}};m();d();p();f();function Hf(e){return Array.isArray(e)}function ia(e){return e.trim()===""}var Vb=new Set(["1",1,"yes",!0]);function zf(){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=>Vb.has(r))}function Wf(e){let t={};for(let[r,n]of e)t[r]=n;return t}function Zo(e){if(typeof e!="object"||!e)return e;try{return JSON.parse(JSON.stringify(e))}catch{return e}}function aa(e,t,r={}){let n;return(...o)=>{let i=r.isImmediate&&!n;if(clearTimeout(n),n=setTimeout(()=>{n=void 0,r.isImmediate||e.apply(void 0,o)},t),i)return e.apply(void 0,o)}}function Ub(e){if(ia(e.openingDelimiter)||ia(e.closingDelimiter))throw Error("delimiters should be a non-empty string");if(ie(e.content)||ia(e.content))return e.content;if(e.highlights.length===0)return Nn(e.content);let t=e.content.length,r="",n=0;for(let o=0;o<e.highlights.length;o++){let i=e.highlights[o],a=i.offset,s=a+i.length;if(s>t)break;r+=Nn(e.content.slice(n,a)),r+=e.openingDelimiter,r+=Nn(e.content.slice(a,s)),r+=e.closingDelimiter,n=s}return n!==t&&(r+=Nn(e.content.slice(n))),r}function Bb(e,t){return e=Nn(e),e.replace(/\[(.*?)\]|\{(.*?)\}|\((.*?)\)/g,(r,n,o,i)=>n?Au(n,t.notMatchDelimiters):o?Au(o,t.exactMatchDelimiters):i?Au(i,t.correctionDelimiters):r)}function Au(e,t){return t?t.open+e+t.close:e}function Nn(e){let t={"&":"&amp;","<":"&lt;",">":"&gt;","\"":"&quot;","'":"&#x27;","`":"&#x60;"},r=`(?:${Object.keys(t).join("|")})`,n=RegExp(r),o=RegExp(r,"g");return n.test(e)?e.replace(o,i=>t[i]):e}m();d();p();f();var ap=_t(rp(),1);m();d();p();f();var Dt=new Error("Failed to load reducers."),Fn=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."}},Br=class extends Error{constructor(r,n){super();we(this,"statusCode");this.name="Disconnected",this.message=`Client could not connect to the following URL: ${r}`,this.statusCode=n??0}};m();d();p();f();function np(e){let t=[];for(let r in e){let n=encodeURIComponent(r),o=encodeURIComponent(e[r]);t.push(`${n}=${o}`)}return t.join("&")}function op(e){return typeof e!="object"||!e?!1:Object.values(e).every(mA)}function mA(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function ip(e){return e===429}var kt=class e{static call(t){return _asyncToGenerator(function*(){let r=gA(t),{logger:n}=t,o=yield e.preprocessRequest(r,t);n.info(o,"Platform request");let{url:i,...a}=o,s=/*#__PURE__*/function(){var _ref=_asyncToGenerator(function*(){let c=yield A(i,a);if(ip(c.status))throw c;return c});return function s(){return _ref.apply(this,arguments)}}();try{let c=yield(0,ap.backOff)(s,{startingDelay:100,timeMultiple:2,maxDelay:800,numOfAttempts:4,jitter:"full",retry:function(){var _ref2=_asyncToGenerator(function*(u){let h=u&&ip(u.status);return h&&(n.info("Platform retrying request"),yield new Promise(v=>setTimeout(v,1e3))),h});return function retry(_x2){return _ref2.apply(this,arguments)}}()});switch(c.status){case 419:case 401:throw n.info("Platform renewing token"),new Fn;case 404:throw new Br(i,c.status);default:return n.info({response:c,requestInfo:o},"Platform response"),c}}catch(c){return c.message==="Failed to fetch"?new Br(i):c}})()}static preprocessRequest(t,r){return _asyncToGenerator(function*(){let{origin:n,preprocessRequest:o,logger:i,requestMetadata:a}=r,{signal:s,...c}=t,u=Zo(c);try{let h=yield o(t,n,a);return{...t,...h}}catch(h){i.error(h,"Platform request preprocessing failed. Returning default request options.")}return u})()}};function We(e,t="prod",r="platform"){let n=t==="prod"?"":t,o=r==="platform"?"":`.${r}`;return`https://${e}${o}.org${n}.coveo.com`}function dr(e,t="prod"){return`${We(e,t)}/rest/search/v2`}function ca(e,t="prod"){return`${We(e,t,"analytics")}/rest/organizations/${e}/events/v1`}function gA(e){let{url:t,method:r,requestParams:n,contentType:o,accessToken:i,signal:a}=e,s=e.method==="POST"||e.method==="PUT",c=hA(n,o);return{url:t,method:r,headers:{"Content-Type":o,Authorization:`Bearer ${i}`,...e.headers},...(s&&{body:c}),signal:a}}function hA(e,t){return t==="application/x-www-form-urlencoded"?op(e)?np(e):"":JSON.stringify(e)}m();d();p();f();m();d();p();f();var ua=e=>e;m();d();p();f();m();d();p();f();function la(){return{answerSnippet:"",documentId:{contentIdKey:"",contentIdValue:""},question:"",relatedQuestions:[],score:0}}function Mt(){return{response:{results:[],searchUid:"",totalCountFiltered:0,facets:[],generateAutomaticFacets:{facets:[]},queryCorrections:[],triggers:[],questionAnswer:la(),pipeline:"",splitTestRun:"",termsToHighlight:{},phrasesToHighlight:{},extendedResults:{}},duration:0,queryExecuted:"",error:null,automaticallyCorrected:!1,isLoading:!1,results:[],searchResponseId:"",requestId:"",questionAnswer:la(),extendedResults:{},searchAction:void 0}}m();d();p();f();function fr(e){let{url:t,accessToken:r,organizationId:n,authentication:o,...i}=e;return i}var pr=e=>{let{response:t}=e;return t.body?yA(e):vA(t)},yA=e=>bA(e)?AA(e):SA(e)?e.body:{message:"unknown",statusCode:0,type:"unknown"},vA=e=>{let t=JSON.parse(JSON.stringify(e,Object.getOwnPropertyNames(e)));return{...t,message:`Client side error: ${t.message||""}`,statusCode:400,type:"ClientError"}};function SA(e){return e.body.statusCode!==void 0}function bA(e){return e.body.exception!==void 0}var AA=e=>({message:e.body.exception.code,statusCode:e.response.status,type:e.body.exception.code});m();d();p();f();var mr=class{constructor(){we(this,"currentAbortController",null)}enqueue(t,r){var _this=this;return _asyncToGenerator(function*(){let n=_this.currentAbortController;_this.currentAbortController=new l.AbortController;let o=_this.currentAbortController;n&&(r.warnOnAbort&&r.logger.warn("Cancelling current pending search query"),n.abort());try{return yield t(o?.signal??null)}finally{_this.currentAbortController===o&&(_this.currentAbortController=null)}})()}};m();d();p();f();m();d();p();f();var ri=class{constructor(t){we(this,"_basePath");we(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}};m();d();p();f();function sp(e){return((e.headers.get("content-type")||"").split(";").find(n=>n.indexOf("charset=")!==-1)||"").split("=")[1]||"UTF-8"}m();d();p();f();var Yt=(e,t,r,n)=>{let o=new ri(`${e.url}${n}`);return o.addParam("organizationId",e.organizationId),e.authentication&&o.addParam("authentication",e.authentication),{accessToken:e.accessToken,method:t,contentType:r,url:o.href,origin:"searchApiFetch"}};var cp=/*#__PURE__*/function(){var _ref3=_asyncToGenerator(function*(e,t){let r=yield kt.call({...Yt(e,"POST","application/x-www-form-urlencoded","/html"),requestParams:fr(e),requestMetadata:{method:"html"},...t});if(r instanceof Error)throw r;let n=sp(r),o=yield r.arrayBuffer(),a=new TextDecoder(n).decode(o);return wA(a)?{success:a}:{error:pr({response:r,body:a})}});return function cp(_x3,_x4){return _ref3.apply(this,arguments)}}();function wA(e){return typeof e=="string"}m();d();p();f();function xA(e){return{statusCode:e.statusCode,type:e.name,message:e.message}}function CA(e){return{statusCode:e.code,type:e.name,message:e.message,ignored:!0}}function da(e,t){if(t&&e.name==="AbortError")return{error:CA(e)};if(e instanceof Br)return{error:xA(e)};throw e}var fa=class{constructor(t){this.options=t;we(this,"apiCallsQueues",{unknown:new mr,mainSearch:new mr,facetValues:new mr,foldingCollection:new mr,instantResults:new mr})}plan(t){var _this2=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Yt(t,"POST","application/json","/plan"),requestParams:fr(t),requestMetadata:{method:"plan"},..._this2.options});if(r instanceof Error)return da(r);let n=yield r.json();return RA(n)?{success:n}:{error:pr({response:r,body:n})}})()}querySuggest(t){var _this3=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Yt(t,"POST","application/json","/querySuggest"),requestMetadata:{method:"querySuggest"},requestParams:fr(t),..._this3.options});if(r instanceof Error)return da(r);let n=yield r.json(),o={response:r,body:n};return EA(n)?{success:(yield _this3.options.postprocessQuerySuggestResponseMiddleware(o)).body}:{error:pr(o)}})()}search(t,r){var _this4=this;return _asyncToGenerator(function*(){let n=r?.origin??"unknown",o=yield _this4.apiCallsQueues[n].enqueue(s=>kt.call({...Yt(t,"POST","application/json",""),requestParams:fr(t),requestMetadata:{method:"search",origin:r?.origin},..._this4.options,signal:s??void 0}),{logger:_this4.options.logger,warnOnAbort:!r?.disableAbortWarning});if(o instanceof Error)return da(o,r?.disableAbortWarning);let i=yield o.json(),a={response:o,body:i};return up(i)?(a.body=lp(i),{success:(yield _this4.options.postprocessSearchResponseMiddleware(a)).body}):{error:pr(a)}})()}facetSearch(t){var _this5=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Yt(t,"POST","application/json","/facet"),requestParams:fr(t),requestMetadata:{method:"facetSearch"},..._this5.options});if(r instanceof Error)throw r;let n=yield r.json(),o={response:r,body:n};return(yield _this5.options.postprocessFacetSearchResponseMiddleware(o)).body})()}recommendations(t){var _this6=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Yt(t,"POST","application/json",""),requestParams:fr(t),requestMetadata:{method:"recommendations"},..._this6.options});if(r instanceof Error)throw r;let n=yield r.json();if(up(n)){let o={response:r,body:n};return o.body=lp(n),{success:(yield _this6.options.postprocessSearchResponseMiddleware(o)).body}}return{error:pr({response:r,body:n})}})()}html(t){var _this7=this;return _asyncToGenerator(function*(){return cp(t,{..._this7.options})})()}fieldDescriptions(t){var _this8=this;return _asyncToGenerator(function*(){let r=yield kt.call({...Yt(t,"GET","application/json","/fields"),requestParams:{},requestMetadata:{method:"fieldDescriptions"},..._this8.options});if(r instanceof Error)throw r;let n=yield r.json();return IA(n)?{success:n}:{error:pr({response:r,body:n})}})()}},pa=e=>e.success!==void 0,dt=e=>e.error!==void 0;function up(e){return e.results!==void 0}function lp(e){let t=la();return ie(e.questionAnswer)?(e.questionAnswer=t,e):(e.questionAnswer={...t,...e.questionAnswer},e)}function EA(e){return e.completions!==void 0}function RA(e){return e.preprocessingOutput!==void 0}function IA(e){return e.fields!==void 0}m();d();p();f();var dp=e=>e,fp=e=>e,pp=e=>e;m();d();p();f();m();d();p();f();m();d();p();f();function Ke(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 TA=typeof Symbol=="function"&&Symbol.observable||"@@observable",mp=TA,Ou=()=>Math.random().toString(36).substring(7).split("").join("."),_A={INIT:`@@redux/INIT${Ou()}`,REPLACE:`@@redux/REPLACE${Ou()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Ou()}`},ma=_A;function qt(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 Pu(e,t,r){if(typeof e!="function")throw new Error(Ke(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Ke(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Ke(1));return r(Pu)(e,t)}let n=e,o=t,i=new Map,a=i,s=0,c=!1;function u(){a===i&&(a=new Map,i.forEach((E,C)=>{a.set(C,E)}))}function h(){if(c)throw new Error(Ke(3));return o}function v(E){if(typeof E!="function")throw new Error(Ke(4));if(c)throw new Error(Ke(5));let C=!0;u();let I=s++;return a.set(I,E),function(){if(C){if(c)throw new Error(Ke(6));C=!1,u(),a.delete(I),i=null}}}function S(E){if(!qt(E))throw new Error(Ke(7));if(typeof E.type>"u")throw new Error(Ke(8));if(typeof E.type!="string")throw new Error(Ke(17));if(c)throw new Error(Ke(9));try{c=!0,o=n(o,E)}finally{c=!1}return(i=a).forEach(I=>{I()}),E}function g(E){if(typeof E!="function")throw new Error(Ke(10));n=E,S({type:ma.REPLACE})}function y(){let E=v;return{subscribe(C){if(typeof C!="object"||C===null)throw new Error(Ke(11));function I(){let _=C;_.next&&_.next(h())}return I(),{unsubscribe:E(I)}},[mp](){return this}}}return S({type:ma.INIT}),{dispatch:S,subscribe:v,getState:h,replaceReducer:g,[mp]:y}}function kA(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:ma.INIT})>"u")throw new Error(Ke(12));if(typeof r(void 0,{type:ma.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Ke(13))})}function Dn(e){let t=Object.keys(e),r={};for(let a=0;a<t.length;a++){let s=t[a];typeof e[s]=="function"&&(r[s]=e[s])}let n=Object.keys(r),o,i;try{kA(r)}catch(a){i=a}return function(s={},c){if(i)throw i;let u=!1,h={};for(let v=0;v<n.length;v++){let S=n[v],g=r[S],y=s[S],x=g(y,c);if(typeof x>"u"){let E=c&&c.type;throw new Error(Ke(14))}h[S]=x,u=u||x!==y}return u=u||n.length!==Object.keys(s).length,u?h:s}}function Mn(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function gp(...e){return t=>(r,n)=>{let o=t(r,n),i=()=>{throw new Error(Ke(15))},a={getState:o.getState,dispatch:(c,...u)=>i(c,...u)},s=e.map(c=>c(a));return i=Mn(...s)(o.dispatch),{...o,dispatch:i}}}function qn(e){return qt(e)&&"type"in e&&typeof e.type=="string"}m();d();p();f();var Bu=Symbol.for("immer-nothing"),ni=Symbol.for("immer-draftable"),ft=Symbol.for("immer-state");function Ye(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var jn=Object.getPrototypeOf;function vt(e){return!!e&&!!e[ft]}function pt(e){return e?Ap(e)||Array.isArray(e)||!!e[ni]||!!e.constructor?.[ni]||Ln(e)||ui(e):!1}var OA=Object.prototype.constructor.toString(),hp=new WeakMap;function Ap(e){if(!e||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;if(r===Object)return!0;if(typeof r!="function")return!1;let n=hp.get(r);return n===void 0&&(n=Function.toString.call(r),hp.set(r,n)),n===OA}function $u(e){return vt(e)||Ye(15,e),e[ft].base_}function oi(e,t,r=!0){Gr(e)===0?(r?Reflect.ownKeys(e):Object.keys(e)).forEach(o=>{t(o,e[o],e)}):e.forEach((n,o)=>t(o,n,e))}function Gr(e){let t=e[ft];return t?t.type_:Array.isArray(e)?1:Ln(e)?2:ui(e)?3:0}function ii(e,t){return Gr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Nu(e,t){return Gr(e)===2?e.get(t):e[t]}function wp(e,t,r){let n=Gr(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function PA(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Ln(e){return e instanceof Map}function ui(e){return e instanceof Set}function $r(e){return e.copy_||e.base_}function Mu(e,t){if(Ln(e))return new Map(e);if(ui(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Ap(e);if(t===!0||t==="class_only"&&!r){let n=Object.getOwnPropertyDescriptors(e);delete n[ft];let o=Reflect.ownKeys(n);for(let i=0;i<o.length;i++){let a=o[i],s=n[a];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(n[a]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[a]})}return Object.create(jn(e),n)}else{let n=jn(e);if(n!==null&&r)return{...e};let o=Object.create(n);return Object.assign(o,e)}}function va(e,t=!1){return Sa(e)||vt(e)||!pt(e)||(Gr(e)>1&&Object.defineProperties(e,{set:ga,add:ga,clear:ga,delete:ga}),Object.freeze(e),t&&Object.values(e).forEach(r=>va(r,!0))),e}function NA(){Ye(2)}var ga={value:NA};function Sa(e){return e===null||typeof e!="object"?!0:Object.isFrozen(e)}var qu={};function Qr(e){let t=qu[e];return t||Ye(0,e),t}function FA(e,t){qu[e]||(qu[e]=t)}var ai;function xp(){return ai}function DA(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function yp(e,t){t&&(Qr("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ju(e){Lu(e),e.drafts_.forEach(MA),e.drafts_=null}function Lu(e){e===ai&&(ai=e.parent_)}function vp(e){return ai=DA(ai,e)}function MA(e){let t=e[ft];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Sp(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[ft].modified_&&(ju(t),Ye(4)),pt(e)&&(e=ha(t,e),t.parent_||ya(t,e)),t.patches_&&Qr("Patches").generateReplacementPatches_(r[ft].base_,e,t.patches_,t.inversePatches_)):e=ha(t,r,[]),ju(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Bu?e:void 0}function ha(e,t,r){if(Sa(t))return t;let n=e.immer_.shouldUseStrictIteration(),o=t[ft];if(!o)return oi(t,(i,a)=>bp(e,o,t,i,a,r),n),t;if(o.scope_!==e)return t;if(!o.modified_)return ya(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;let i=o.copy_,a=i,s=!1;o.type_===3&&(a=new Set(i),i.clear(),s=!0),oi(a,(c,u)=>bp(e,o,i,c,u,r,s),n),ya(e,i,!1),r&&e.patches_&&Qr("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function bp(e,t,r,n,o,i,a){if(o==null||typeof o!="object"&&!a)return;let s=Sa(o);if(!(s&&!a)){if(vt(o)){let c=i&&t&&t.type_!==3&&!ii(t.assigned_,n)?i.concat(n):void 0,u=ha(e,o,c);if(wp(r,n,u),vt(u))e.canAutoFreeze_=!1;else return}else a&&r.add(o);if(pt(o)&&!s){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||t&&t.base_&&t.base_[n]===o&&s)return;ha(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(Ln(r)?r.has(n):Object.prototype.propertyIsEnumerable.call(r,n))&&ya(e,o)}}}function ya(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&va(t,r)}function qA(e,t){let r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:xp(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},o=n,i=Gu;r&&(o=[n],i=si);let{revoke:a,proxy:s}=Proxy.revocable(o,i);return n.draft_=s,n.revoke_=a,s}var Gu={get(e,t){if(t===ft)return e;let r=$r(e);if(!ii(r,t))return jA(e,r,t);let n=r[t];return e.finalized_||!pt(n)?n:n===Fu(e.base_,t)?(Du(e),e.copy_[t]=Uu(n,e)):n},has(e,t){return t in $r(e)},ownKeys(e){return Reflect.ownKeys($r(e))},set(e,t,r){let n=Cp($r(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let o=Fu($r(e),t),i=o?.[ft];if(i&&i.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(PA(r,o)&&(r!==void 0||ii(e.base_,t)))return!0;Du(e),Vu(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 Fu(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Du(e),Vu(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=$r(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){Ye(11)},getPrototypeOf(e){return jn(e.base_)},setPrototypeOf(){Ye(12)}},si={};oi(Gu,(e,t)=>{si[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});si.deleteProperty=function(e,t){return si.set.call(this,e,t,void 0)};si.set=function(e,t,r){return Gu.set.call(this,e[0],t,r,e[0])};function Fu(e,t){let r=e[ft];return(r?$r(r):e)[t]}function jA(e,t,r){let n=Cp(t,r);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function Cp(e,t){if(!(t in e))return;let r=jn(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=jn(r)}}function Vu(e){e.modified_||(e.modified_=!0,e.parent_&&Vu(e.parent_))}function Du(e){e.copy_||(e.copy_=Mu(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var LA=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!0,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){let i=r;r=t;let a=this;return function(c=i,...u){return a.produce(c,h=>r.call(this,h,...u))}}typeof r!="function"&&Ye(6),n!==void 0&&typeof n!="function"&&Ye(7);let o;if(pt(t)){let i=vp(this),a=Uu(t,void 0),s=!0;try{o=r(a),s=!1}finally{s?ju(i):Lu(i)}return yp(i,n),Sp(o,i)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===Bu&&(o=void 0),this.autoFreeze_&&va(o,!0),n){let i=[],a=[];Qr("Patches").generateReplacementPatches_(t,o,i,a),n(i,a)}return o}else Ye(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(a,...s)=>this.produceWithPatches(a,c=>t(c,...s));let n,o;return[this.produce(t,r,(a,s)=>{n=a,o=s}),n,o]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),typeof e?.useStrictIteration=="boolean"&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){pt(e)||Ye(8),vt(e)&&(e=Ep(e));let t=vp(this),r=Uu(e,void 0);return r[ft].isManual_=!0,Lu(t),r}finishDraft(e,t){let r=e&&e[ft];(!r||!r.isManual_)&&Ye(9);let{scope_:n}=r;return yp(n,t),Sp(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));let n=Qr("Patches").applyPatches_;return vt(e)?n(e,t):this.produce(e,o=>n(o,t))}};function Uu(e,t){let r=Ln(e)?Qr("MapSet").proxyMap_(e,t):ui(e)?Qr("MapSet").proxySet_(e,t):qA(e,t);return(t?t.scope_:xp()).drafts_.push(r),r}function Ep(e){return vt(e)||Ye(10,e),Rp(e)}function Rp(e){if(!pt(e)||Sa(e))return e;let t=e[ft],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Mu(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Mu(e,!0);return oi(r,(o,i)=>{wp(r,o,Rp(i))},n),t&&(t.finalized_=!1),r}function Ip(){let t="replace",r="add",n="remove";function o(S,g,y,x){switch(S.type_){case 0:case 2:return a(S,g,y,x);case 1:return i(S,g,y,x);case 3:return s(S,g,y,x)}}function i(S,g,y,x){let{base_:E,assigned_:C}=S,I=S.copy_;I.length<E.length&&([E,I]=[I,E],[y,x]=[x,y]);for(let T=0;T<E.length;T++)if(C[T]&&I[T]!==E[T]){let _=g.concat([T]);y.push({op:t,path:_,value:v(I[T])}),x.push({op:t,path:_,value:v(E[T])})}for(let T=E.length;T<I.length;T++){let _=g.concat([T]);y.push({op:r,path:_,value:v(I[T])})}for(let T=I.length-1;E.length<=T;--T){let _=g.concat([T]);x.push({op:n,path:_})}}function a(S,g,y,x){let{base_:E,copy_:C}=S;oi(S.assigned_,(I,T)=>{let _=Nu(E,I),j=Nu(C,I),N=T?ii(E,I)?t:r:n;if(_===j&&N===t)return;let k=g.concat(I);y.push(N===n?{op:N,path:k}:{op:N,path:k,value:j}),x.push(N===r?{op:n,path:k}:N===n?{op:r,path:k,value:v(_)}:{op:t,path:k,value:v(_)})})}function s(S,g,y,x){let{base_:E,copy_:C}=S,I=0;E.forEach(T=>{if(!C.has(T)){let _=g.concat([I]);y.push({op:n,path:_,value:T}),x.unshift({op:r,path:_,value:T})}I++}),I=0,C.forEach(T=>{if(!E.has(T)){let _=g.concat([I]);y.push({op:r,path:_,value:T}),x.unshift({op:n,path:_,value:T})}I++})}function c(S,g,y,x){y.push({op:t,path:[],value:g===Bu?void 0:g}),x.push({op:t,path:[],value:S})}function u(S,g){return g.forEach(y=>{let{path:x,op:E}=y,C=S;for(let j=0;j<x.length-1;j++){let N=Gr(C),k=x[j];typeof k!="string"&&typeof k!="number"&&(k=""+k),(N===0||N===1)&&(k==="__proto__"||k==="constructor")&&Ye(19),typeof C=="function"&&k==="prototype"&&Ye(19),C=Nu(C,k),typeof C!="object"&&Ye(18,x.join("/"))}let I=Gr(C),T=h(y.value),_=x[x.length-1];switch(E){case t:switch(I){case 2:return C.set(_,T);case 3:Ye(16);default:return C[_]=T}case r:switch(I){case 1:return _==="-"?C.push(T):C.splice(_,0,T);case 2:return C.set(_,T);case 3:return C.add(T);default:return C[_]=T}case n:switch(I){case 1:return C.splice(_,1);case 2:return C.delete(_);case 3:return C.delete(y.value);default:return delete C[_]}default:Ye(17,E)}}),S}function h(S){if(!pt(S))return S;if(Array.isArray(S))return S.map(h);if(Ln(S))return new Map(Array.from(S.entries()).map(([y,x])=>[y,h(x)]));if(ui(S))return new Set(Array.from(S).map(h));let g=Object.create(jn(S));for(let y in S)g[y]=h(S[y]);return ii(S,ni)&&(g[ni]=S[ni]),g}function v(S){return vt(S)?h(S):S}FA("Patches",{applyPatches_:u,generatePatches_:o,generateReplacementPatches_:c})}var ci=new LA,Xt=ci.produce,ba=ci.produceWithPatches.bind(ci);var Qu=ci.applyPatches.bind(ci);m();d();p();f();function VA(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function UA(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function BA(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 Tp=e=>Array.isArray(e)?e:[e];function $A(e){let t=Array.isArray(e[0])?e[0]:e;return BA(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function GA(e,t){let r=[],{length:n}=e;for(let o=0;o<n;o++)r.push(e[o].apply(null,t));return r}var uF=Symbol();var lF=Object.getPrototypeOf({});var QA=class{constructor(e){this.value=e}deref(){return this.value}},HA=typeof WeakRef<"u"?WeakRef:QA,zA=0,_p=1;function Aa(){return{s:zA,v:void 0,o:null,p:null}}function Vn(e,t={}){let r=Aa(),{resultEqualityCheck:n}=t,o,i=0;function a(){let s=r,{length:c}=arguments;for(let v=0,S=c;v<S;v++){let g=arguments[v];if(typeof g=="function"||typeof g=="object"&&g!==null){let y=s.o;y===null&&(s.o=y=new WeakMap);let x=y.get(g);x===void 0?(s=Aa(),y.set(g,s)):s=x}else{let y=s.p;y===null&&(s.p=y=new Map);let x=y.get(g);x===void 0?(s=Aa(),y.set(g,s)):s=x}}let u=s,h;if(s.s===_p)h=s.v;else if(h=e.apply(null,arguments),i++,n){let v=o?.deref?.()??o;v!=null&&n(v,h)&&(h=v,i!==0&&i--),o=typeof h=="object"&&h!==null||typeof h=="function"?new HA(h):h}return u.s=_p,u.v=h,h}return a.clearCache=()=>{r=Aa(),a.resetResultsCount()},a.resultsCount=()=>i,a.resetResultsCount=()=>{i=0},a}function kp(e,...t){let r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...o)=>{let i=0,a=0,s,c={},u=o.pop();typeof u=="object"&&(c=u,u=o.pop()),VA(u,`createSelector expects an output function after the inputs, but received: [${typeof u}]`);let h={...r,...c},{memoize:v,memoizeOptions:S=[],argsMemoize:g=Vn,argsMemoizeOptions:y=[],devModeChecks:x={}}=h,E=Tp(S),C=Tp(y),I=$A(o),T=v(function(){return i++,u.apply(null,arguments)},...E),_=!0,j=g(function(){a++;let k=GA(I,arguments);return s=T.apply(null,k),s},...C);return Object.assign(j,{resultFunc:u,memoizedResultFunc:T,dependencies:I,dependencyRecomputations:()=>a,resetDependencyRecomputations:()=>{a=0},lastResult:()=>s,recomputations:()=>i,resetRecomputations:()=>{i=0},memoize:v,argsMemoize:g})};return Object.assign(n,{withTypes:()=>n}),n}var Ve=kp(Vn),WA=Object.assign((e,t=Ve)=>{UA(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(i=>e[i]);return t(n,(...i)=>i.reduce((a,s,c)=>(a[r[c]]=s,a),{}))},{withTypes:()=>WA});m();d();p();f();function Op(e){return({dispatch:r,getState:n})=>o=>i=>typeof i=="function"?i(r,n,e):o(i)}var Pp=Op(),Np=Op;var KA=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Mn:Mn.apply(null,arguments)},TF=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},YA=e=>e&&typeof e.match=="function";function P(e,t){function r(...n){if(t){let o=t(...n);if(!o)throw new Error(st(0));return{type:e,payload:o.payload,...("meta"in o&&{meta:o.meta}),...("error"in o&&{error:o.error})}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>qn(n)&&n.type===e,r}var Up=class li extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,li.prototype)}static get[Symbol.species](){return li}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new li(...t[0].concat(this)):new li(...t.concat(this))}};function Fp(e){return pt(e)?Xt(e,()=>{}):e}function Dp(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function XA(e){return typeof e=="boolean"}var JA=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:o=!0,actionCreatorCheck:i=!0}=t??{},a=new Up;return r&&(XA(r)?a.push(Pp):a.push(Np(r.extraArgument))),a},di="RTK_autoBatch",$n=()=>e=>({payload:e,meta:{[di]:!0}}),Mp=e=>t=>{setTimeout(t,e)},ZA=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),o=!0,i=!1,a=!1,s=new Set,c=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Mp(10):e.type==="callback"?e.queueNotification:Mp(e.timeout),u=()=>{a=!1,i&&(i=!1,s.forEach(h=>h()))};return Object.assign({},n,{subscribe(h){let v=()=>o&&h(),S=n.subscribe(v);return s.add(h),()=>{S(),s.delete(h)}},dispatch(h){try{return o=!h?.meta?.[di],i=!o,i&&(a||(a=!0,c(u))),n.dispatch(h)}finally{o=!0}}})},ew=e=>function(r){let{autoBatch:n=!0}=r??{},o=new Up(e);return n&&o.push(ZA(typeof n=="object"?n:void 0)),o};function Bp(e){let t=JA(),{reducer:r=void 0,middleware:n,devTools:o=!0,preloadedState:i=void 0,enhancers:a=void 0}=e||{},s;if(typeof r=="function")s=r;else if(qt(r))s=Dn(r);else throw new Error(st(1));let c;typeof n=="function"?c=n(t):c=t();let u=Mn;o&&(u=KA({trace:!1,...(typeof o=="object"&&o)}));let h=gp(...c),v=ew(h),S=typeof a=="function"?a(v):v(),g=u(...S);return Pu(s,i,g)}function $p(e){let t={},r=[],n,o={addCase(i,a){let s=typeof i=="string"?i:i.type;if(!s)throw new Error(st(28));if(s in t)throw new Error(st(29));return t[s]=a,o},addMatcher(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase(i){return n=i,o}};return e(o),[t,r,n]}function tw(e){return typeof e=="function"}function Me(e,t){let[r,n,o]=$p(t),i;if(tw(e))i=()=>Fp(e());else{let s=Fp(e);i=()=>s}function a(s=i(),c){let u=[r[c.type],...n.filter(({matcher:h})=>h(c)).map(({reducer:h})=>h)];return u.filter(h=>!!h).length===0&&(u=[o]),u.reduce((h,v)=>{if(v)if(vt(h)){let g=v(h,c);return g===void 0?h:g}else{if(pt(h))return Xt(h,S=>v(S,c));{let S=v(h,c);if(S===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return S}}return h},s)}return a.getInitialState=i,a}var Gp=(e,t)=>YA(e)?e.match(t):e(t);function jt(...e){return t=>e.some(r=>Gp(r,t))}function Bn(...e){return t=>e.every(r=>Gp(r,t))}function Ea(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 fi(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function Ra(...e){return e.length===0?t=>Ea(t,["pending"]):fi(e)?jt(...e.map(t=>t.pending)):Ra()(e[0])}function Wr(...e){return e.length===0?t=>Ea(t,["rejected"]):fi(e)?jt(...e.map(t=>t.rejected)):Wr()(e[0])}function pi(...e){let t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?Bn(Wr(...e),t):fi(e)?Bn(Wr(...e),t):pi()(e[0])}function Jt(...e){return e.length===0?t=>Ea(t,["fulfilled"]):fi(e)?jt(...e.map(t=>t.fulfilled)):Jt()(e[0])}function Ia(...e){return e.length===0?t=>Ea(t,["pending","fulfilled","rejected"]):fi(e)?jt(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Ia()(e[0])}var rw="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",mi=(e=21)=>{let t="",r=e;for(;r--;)t+=rw[Math.random()*64|0];return t},nw=["name","message","stack","code"],Hu=class{constructor(e,t){we(this,"_type");this.payload=e,this.meta=t}},qp=class{constructor(e,t){we(this,"_type");this.payload=e,this.meta=t}},ow=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of nw)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Ee=(()=>{function e(t,r,n){let o=P(t+"/fulfilled",(c,u,h,v)=>({payload:c,meta:{...(v||{}),arg:h,requestId:u,requestStatus:"fulfilled"}})),i=P(t+"/pending",(c,u,h)=>({payload:void 0,meta:{...(h||{}),arg:u,requestId:c,requestStatus:"pending"}})),a=P(t+"/rejected",(c,u,h,v,S)=>({payload:v,error:(n&&n.serializeError||ow)(c||"Rejected"),meta:{...(S||{}),arg:h,requestId:u,rejectedWithValue:!!v,requestStatus:"rejected",aborted:c?.name==="AbortError",condition:c?.name==="ConditionError"}}));function s(c){return(u,h,v)=>{let S=n?.idGenerator?n.idGenerator(c):mi(),g=new l.AbortController,y,x;function E(I){x=I,g.abort()}let C=_asyncToGenerator(function*(){let I;try{let _=n?.condition?.(c,{getState:h,extra:v});if(aw(_)&&(_=yield _),_===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let j=new Promise((N,k)=>{y=()=>{k({name:"AbortError",message:x||"Aborted"})},g.signal.addEventListener("abort",y)});u(i(S,c,n?.getPendingMeta?.({requestId:S,arg:c},{getState:h,extra:v}))),I=yield Promise.race([j,Promise.resolve(r(c,{dispatch:u,getState:h,extra:v,requestId:S,signal:g.signal,abort:E,rejectWithValue:(N,k)=>new Hu(N,k),fulfillWithValue:(N,k)=>new qp(N,k)})).then(N=>{if(N instanceof Hu)throw N;return N instanceof qp?o(N.payload,S,c,N.meta):o(N,S,c)})])}catch(_){I=_ instanceof Hu?a(null,S,c,_.payload,_.meta):a(_,S,c)}finally{y&&g.signal.removeEventListener("abort",y)}return n&&!n.dispatchConditionRejection&&a.match(I)&&I.meta.condition||u(I),I})();return Object.assign(C,{abort:E,requestId:S,arg:c,unwrap(){return C.then(iw)}})}}return Object.assign(s,{pending:i,rejected:a,fulfilled:o,settled:jt(a,o),typePrefix:t})}return e.withTypes=()=>e,e})();function iw(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function aw(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Qp=Symbol.for("rtk-slice-createasyncthunk"),NF={[Qp]:Ee};function sw(e,t){return`${e}/${t}`}function cw({creators:e}={}){let t=e?.asyncThunk?.[Qp];return function(n){let{name:o,reducerPath:i=o}=n;if(!o)throw new Error(st(11));typeof process<"u";let a=(typeof n.reducers=="function"?n.reducers(lw()):n.reducers)||{},s=Object.keys(a),c={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(I,T){let _=typeof I=="string"?I:I.type;if(!_)throw new Error(st(12));if(_ in c.sliceCaseReducersByType)throw new Error(st(13));return c.sliceCaseReducersByType[_]=T,u},addMatcher(I,T){return c.sliceMatchers.push({matcher:I,reducer:T}),u},exposeAction(I,T){return c.actionCreators[I]=T,u},exposeCaseReducer(I,T){return c.sliceCaseReducersByName[I]=T,u}};s.forEach(I=>{let T=a[I],_={reducerName:I,type:sw(o,I),createNotation:typeof n.reducers=="function"};fw(T)?mw(_,T,u,t):dw(_,T,u)});function h(){let[I={},T=[],_=void 0]=typeof n.extraReducers=="function"?$p(n.extraReducers):[n.extraReducers],j={...I,...c.sliceCaseReducersByType};return Me(n.initialState,N=>{for(let k in j)N.addCase(k,j[k]);for(let k of c.sliceMatchers)N.addMatcher(k.matcher,k.reducer);for(let k of T)N.addMatcher(k.matcher,k.reducer);_&&N.addDefaultCase(_)})}let v=I=>I,S=new Map,g;function y(I,T){return g||(g=h()),g(I,T)}function x(){return g||(g=h()),g.getInitialState()}function E(I,T=!1){function _(N){let k=N[I];return typeof k>"u"&&T&&(k=x()),k}function j(N=v){let k=Dp(S,T,()=>new WeakMap);return Dp(k,N,()=>{let O={};for(let[D,V]of Object.entries(n.selectors??{}))O[D]=uw(V,N,x,T);return O})}return{reducerPath:I,getSelectors:j,get selectors(){return j(_)},selectSlice:_}}let C={name:o,reducer:y,actions:c.actionCreators,caseReducers:c.sliceCaseReducersByName,getInitialState:x,...E(i),injectInto(I,{reducerPath:T,..._}={}){let j=T??i;return I.inject({reducerPath:j,reducer:y},_),{...C,...E(j,!0)}}};return C}}function uw(e,t,r,n){function o(i,...a){let s=t(i);return typeof s>"u"&&n&&(s=r()),e(s,...a)}return o.unwrapped=e,o}var Kr=cw();function lw(){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 dw({type:e,reducerName:t,createNotation:r},n,o){let i,a;if("reducer"in n){if(r&&!pw(n))throw new Error(st(17));i=n.reducer,a=n.prepare}else i=n;o.addCase(e,i).exposeCaseReducer(t,i).exposeAction(t,a?P(e,a):P(e))}function fw(e){return e._reducerDefinitionType==="asyncThunk"}function pw(e){return e._reducerDefinitionType==="reducerWithPrepare"}function mw({type:e,reducerName:t},r,n,o){if(!o)throw new Error(st(18));let{payloadCreator:i,fulfilled:a,pending:s,rejected:c,settled:u,options:h}=r,v=o(e,i,h);n.exposeAction(t,v),a&&n.addCase(v.fulfilled,a),s&&n.addCase(v.pending,s),c&&n.addCase(v.rejected,c),u&&n.addMatcher(v.settled,u),n.exposeCaseReducer(t,{fulfilled:a||wa,pending:s||wa,rejected:c||wa,settled:u||wa})}function wa(){}var gw="task",Hp="listener",zp="completed",Ku="cancelled",hw=`task-${Ku}`,yw=`task-${zp}`,zu=`${Hp}-${Ku}`,vw=`${Hp}-${zp}`,Ta=class{constructor(e){we(this,"name","TaskAbortError");we(this,"message");this.code=e,this.message=`${gw} ${Ku} (reason: ${e})`}},Yu=(e,t)=>{if(typeof e!="function")throw new TypeError(st(32))},xa=()=>{},Wp=(e,t=xa)=>(e.catch(t),e),Kp=(e,t)=>(e.addEventListener("abort",t,{once:!0}),()=>e.removeEventListener("abort",t)),Hr=(e,t)=>{let r=e.signal;r.aborted||("reason"in r||Object.defineProperty(r,"reason",{enumerable:!0,value:t,configurable:!0,writable:!0}),e.abort(t))},zr=e=>{if(e.aborted){let{reason:t}=e;throw new Ta(t)}};function Yp(e,t){let r=xa;return new Promise((n,o)=>{let i=()=>o(new Ta(e.reason));if(e.aborted){i();return}r=Kp(e,i),t.finally(()=>r()).then(n,o)}).finally(()=>{r=xa})}var Sw=/*#__PURE__*/function(){var _ref5=_asyncToGenerator(function*(e,t){try{return yield Promise.resolve(),{status:"ok",value:yield e()}}catch(r){return{status:r instanceof Ta?"cancelled":"rejected",error:r}}finally{t?.()}});return function Sw(_x5,_x6){return _ref5.apply(this,arguments)}}(),Ca=e=>t=>Wp(Yp(e,t).then(r=>(zr(e),r))),Xp=e=>{let t=Ca(e);return r=>t(new Promise(n=>setTimeout(n,r)))},{assign:Un}=Object,jp={},_a="listenerMiddleware",bw=(e,t)=>{let r=n=>Kp(e,()=>Hr(n,e.reason));return(n,o)=>{Yu(n,"taskExecutor");let i=new l.AbortController;r(i);let a=Sw(/*#__PURE__*/_asyncToGenerator(function*(){zr(e),zr(i.signal);let s=yield n({pause:Ca(i.signal),delay:Xp(i.signal),signal:i.signal});return zr(i.signal),s}),()=>Hr(i,yw));return o?.autoJoin&&t.push(a.catch(xa)),{result:Ca(e)(a),cancel(){Hr(i,hw)}}}},Aw=(e,t)=>{let r=/*#__PURE__*/function(){var _ref7=_asyncToGenerator(function*(n,o){zr(t);let i=()=>{},s=[new Promise((c,u)=>{let h=e({predicate:n,effect:(v,S)=>{S.unsubscribe(),c([v,S.getState(),S.getOriginalState()])}});i=()=>{h(),u()}})];o!=null&&s.push(new Promise(c=>setTimeout(c,o,null)));try{let c=yield Yp(t,Promise.race(s));return zr(t),c}finally{i()}});return function r(_x7,_x8){return _ref7.apply(this,arguments)}}();return(n,o)=>Wp(r(n,o))},Jp=e=>{let{type:t,actionCreator:r,matcher:n,predicate:o,effect:i}=e;if(t)o=P(t).match;else if(r)t=r.type,o=r.match;else if(n)o=n;else if(!o)throw new Error(st(21));return Yu(i,"options.listener"),{predicate:o,type:t,effect:i}},Zp=Un(e=>{let{type:t,predicate:r,effect:n}=Jp(e);return{id:mi(),effect:n,type:t,predicate:r,pending:new Set,unsubscribe:()=>{throw new Error(st(22))}}},{withTypes:()=>Zp}),Lp=(e,t)=>{let{type:r,effect:n,predicate:o}=Jp(t);return Array.from(e.values()).find(i=>(typeof r=="string"?i.type===r:i.predicate===o)&&i.effect===n)},Wu=e=>{e.pending.forEach(t=>{Hr(t,zu)})},ww=e=>()=>{e.forEach(Wu),e.clear()},Vp=(e,t,r)=>{try{e(t,r)}catch(n){setTimeout(()=>{throw n},0)}},em=Un(P(`${_a}/add`),{withTypes:()=>em}),xw=P(`${_a}/removeAll`),tm=Un(P(`${_a}/remove`),{withTypes:()=>tm}),Cw=(...e)=>{console.error(`${_a}/error`,...e)},rm=(e={})=>{let t=new Map,{extra:r,onError:n=Cw}=e;Yu(n,"onError");let o=h=>(h.unsubscribe=()=>t.delete(h.id),t.set(h.id,h),v=>{h.unsubscribe(),v?.cancelActive&&Wu(h)}),i=h=>{let v=Lp(t,h)??Zp(h);return o(v)};Un(i,{withTypes:()=>i});let a=h=>{let v=Lp(t,h);return v&&(v.unsubscribe(),h.cancelActive&&Wu(v)),!!v};Un(a,{withTypes:()=>a});let s=/*#__PURE__*/function(){var _ref8=_asyncToGenerator(function*(h,v,S,g){let y=new l.AbortController,x=Aw(i,y.signal),E=[];try{h.pending.add(y),yield Promise.resolve(h.effect(v,Un({},S,{getOriginalState:g,condition:(C,I)=>x(C,I).then(Boolean),take:x,delay:Xp(y.signal),pause:Ca(y.signal),extra:r,signal:y.signal,fork:bw(y.signal,E),unsubscribe:h.unsubscribe,subscribe:()=>{t.set(h.id,h)},cancelActiveListeners:()=>{h.pending.forEach((C,I,T)=>{C!==y&&(Hr(C,zu),T.delete(C))})},cancel:()=>{Hr(y,zu),h.pending.delete(y)},throwIfCancelled:()=>{zr(y.signal)}})))}catch(C){C instanceof Ta||Vp(n,C,{raisedBy:"effect"})}finally{yield Promise.all(E),Hr(y,vw),h.pending.delete(y)}});return function s(_x9,_x0,_x1,_x10){return _ref8.apply(this,arguments)}}(),c=ww(t);return{middleware:h=>v=>S=>{if(!qn(S))return v(S);if(em.match(S))return i(S.payload);if(xw.match(S)){c();return}if(tm.match(S))return a(S.payload);let g=h.getState(),y=()=>{if(g===jp)throw new Error(st(23));return g},x;try{if(x=v(S),t.size>0){let E=h.getState(),C=Array.from(t.values());for(let I of C){let T=!1;try{T=I.predicate(S,E,g)}catch(_){T=!1,Vp(n,_,{raisedBy:"predicate"})}T&&s(I,S,h,y)}}}finally{g=jp}return x},startListening:i,stopListening:a,clearListeners:c}};var DF=Symbol.for("rtk-state-proxy-original");function st(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. `}m();d();p();f();var X=new H({required:!0,emptyAllowed:!1}),Xe=new H({required:!1,emptyAllowed:!1}),Je=new H({required:!0,emptyAllowed:!0}),zF=new H({required:!1,emptyAllowed:!0}),ka=new ge({each:X,required:!0}),nm=new H({required:!1,emptyAllowed:!1,regex:/^\d+\.\d+\.\d+$/}),om=new H({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),WF=new H({required:!0,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/}),Zt=({message:e,name:t,stack:r})=>({message:e,name:t,stack:r}),At=(e,t)=>{if("required"in t)return{payload:new lt({value:t}).validate({value:e}).value};let o=new ee({options:{required:!0},values:t}).validate(e);if(o)throw new Jo(o);return{payload:e}},q=(e,t)=>{try{return At(e,t)}catch(r){return{payload:e,error:Zt(r)}}},im=(e,t,r,n)=>{let o=`Check the initialState of ${n}`;return sm(e,t,r,o,"Controller initialization error")},am=(e,t,r,n)=>{let o=`Check the options of ${n}`;return sm(e,t,r,o,"Controller initialization error")},sm=(e,t,r,n,o)=>{try{return t.validate(r,n)}catch(i){throw e.logger.error(i,o),i}};m();d();p();f();var Gn="3.47.0",cm=["@coveo/atomic","@coveo/quantic"];var Xu=()=>Xe,um=()=>X,gr=P("configuration/updateBasicConfiguration",e=>q(e,{accessToken:Xe,environment:new H({required:!1,constrainTo:["prod","hipaa","stg","dev"]}),organizationId:Xe})),Lt=P("configuration/updateSearchConfiguration",e=>q(e,{proxyBaseUrl:new H({required:!1,url:!0}),pipeline:new H({required:!1,emptyAllowed:!0}),searchHub:Xe,timezone:Xe,locale:Xe,authenticationProviders:new ge({required:!1,each:X})})),Ew={enabled:new ue({default:!0}),originContext:Xu(),originLevel2:Xu(),originLevel3:Xu(),proxyBaseUrl:new H({required:!1,url:!0}),runtimeEnvironment:new Oe,anonymous:new ue({default:!1}),deviceId:Xe,userDisplayName:Xe,documentLocation:Xe,trackingId:om,analyticsMode:new H({constrainTo:["legacy","next"],required:!1,default:"next"}),source:new ee({options:{required:!1},values:cm.reduce((e,t)=>(e[t]=nm,e),{})})},Qn=P("configuration/updateAnalyticsConfiguration",e=>q(e,Ew)),Hn=P("configuration/analytics/disable"),zn=P("configuration/analytics/enable"),Oa=P("configuration/analytics/originlevel2",e=>q(e,{originLevel2:um()})),Pa=P("configuration/analytics/originlevel3",e=>q(e,{originLevel3:um()})),lm=P("knowledge/setAgentId",e=>q(e,new H({required:!0})));m();d();p();f();m();d();p();f();m();d();p();f();var dm={q:new H,enableQuerySyntax:new ue,aq:new H,cq:new H,firstResult:new te({min:0}),numberOfResults:new te({min:0}),sortCriteria:new H,f:new ee,fExcluded:new ee,cf:new ee,nf:new ee,mnf:new ee,df:new ee,debug:new ue,sf:new ee,tab:new H,af:new ee};var hr=P("searchParameters/restore",e=>q(e,dm)),fm=P("searchParameters/restoreTab",e=>q(e,X));m();d();p();f();var Na=P("debug/enable"),Fa=P("debug/disable");m();d();p();f();var Da=()=>!1;var Ma=Me(Da(),e=>{e.addCase(Na,()=>!0).addCase(Fa,()=>!1).addCase(hr,(t,r)=>r.payload.debug??t)});m();d();p();f();var Wn=P("pipeline/set",e=>q(e,new H({required:!0,emptyAllowed:!0})));m();d();p();f();m();d();p();f();var Rw=P("history/undo"),Iw=P("history/redo"),Vt=P("history/snapshot"),nM=Ee("history/back",/*#__PURE__*/function(){var _ref9=_asyncToGenerator(function*(e,{dispatch:t}){t(Rw()),yield t(mt())});return function(_x11,_x12){return _ref9.apply(this,arguments)}}()),oM=Ee("history/forward",/*#__PURE__*/function(){var _ref0=_asyncToGenerator(function*(e,{dispatch:t}){t(Iw()),yield t(mt())});return function(_x13,_x14){return _ref0.apply(this,arguments)}}()),mt=Ee("history/change",/*#__PURE__*/function(){var _ref1=_asyncToGenerator(function*(e,{getState:t}){return t().history.present});return function(_x15,_x16){return _ref1.apply(this,arguments)}}());m();d();p();f();var Kn=()=>"";var Yn=Me(Kn(),e=>{e.addCase(Wn,(t,r)=>r.payload).addCase(mt.fulfilled,(t,r)=>r.payload?.pipeline??t).addCase(Lt,(t,r)=>r.payload.pipeline||t)});m();d();p();f();m();d();p();f();var qa=P("app/setError");m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Xn=class e{static set(t,r,n){let o,i,a;n&&(i=new Date,i.setTime(i.getTime()+n));let s=window.location.hostname,c=/^(\d{1,3}\.){3}\d{1,3}$/,u=/^([0-9a-fA-F]{0,4}:){2,7}[0-9a-fA-F]{0,4}$/;c.test(s)||u.test(s)||s.indexOf(".")===-1?Ju(t,r,i):(a=s.split("."),o=a[a.length-2]+"."+a[a.length-1],Ju(t,r,i,o))}static get(t){let r=t+"=",n=document.cookie.split(";");for(let o=0;o<n.length;o++){let i=n[o];if(i=i.replace(/^\s+/,""),i.lastIndexOf(r,0)===0)return i.substring(r.length,i.length)}return null}static erase(t){e.set(t,"",-1)}};function Ju(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}m();d();p();f();function Tw(){return typeof navigator<"u"}function pm(){try{return typeof localStorage<"u"}catch{return!1}}function mm(){try{return typeof sessionStorage<"u"}catch{return!1}}function gm(){return!!(Tw()&&navigator.cookieEnabled)}var hm=null;function ym(){return hm||(pm()?localStorage:gm()?new Zu:mm()?sessionStorage:new el)}var Jn=class Jn{getItem(t){return Xn.get(`${Jn.prefix}${t}`)}removeItem(t){Xn.erase(`${Jn.prefix}${t}`)}setItem(t,r,n){Xn.set(`${Jn.prefix}${t}`,r,n)}};we(Jn,"prefix","coveo_");var Zu=Jn;var el=class{getItem(t){return null}removeItem(t){}setItem(t,r){}};var ja="__coveo.analytics.history",_w=20,kw=1e3*60,Ow=75,Yr=class Yr{constructor(t){we(this,"store");this.store=t||ym()}static getInstance(t){return Yr.instance||(Yr.instance=new Yr(t)),Yr.instance}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){var _this9=this;return _asyncToGenerator(function*(){t.internalTime=new Date().getTime(),t=_this9.cropQueryElement(_this9.stripEmptyQuery(t));let r=yield _this9.getHistoryWithInternalTimeAsync();r!==null?_this9.isValidEntry(t)&&_this9.setHistory([t].concat(r)):_this9.setHistory([t])})()}getHistory(){let t=this.getHistoryWithInternalTime();return this.stripEmptyQueries(this.stripInternalTime(t))}getHistoryAsync(){var _this0=this;return _asyncToGenerator(function*(){let t=yield _this0.getHistoryWithInternalTimeAsync();return _this0.stripEmptyQueries(_this0.stripInternalTime(t))})()}getHistoryWithInternalTime(){try{let t=this.store.getItem(ja);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){var _this1=this;return _asyncToGenerator(function*(){try{let t=yield _this1.store.getItem(ja);return t?JSON.parse(t):[]}catch{return[]}})()}setHistory(t){try{this.store.setItem(ja,JSON.stringify(t.slice(0,_w)))}catch{}}clear(){try{this.store.removeItem(ja)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,Ow)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value===t.value?(t.internalTime||0)-(r.internalTime||0)>kw:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:i}=r;return{name:n,time:o,value:i}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};we(Yr,"instance",null);var tl=Yr,wt=tl;m();d();p();f();m();d();p();f();var Zn=Ve(e=>e.source,e=>Object.entries(e).map(([t,r])=>`${t}@${r}`).concat(`@coveo/headless@${Gn}`));m();d();p();f();m();d();p();f();function er(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function M(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})}var ve;(function(e){e.search="search",e.click="click",e.custom="custom",e.view="view",e.collect="collect"})(ve||(ve={}));function ol(){return typeof window<"u"}function yl(){return typeof navigator<"u"}function eo(){return typeof document<"u"}function il(){try{return typeof localStorage<"u"}catch{return!1}}function Pw(){try{return typeof sessionStorage<"u"}catch{return!1}}function Om(){return yl()&&navigator.cookieEnabled}var Nw=[ve.click,ve.custom,ve.search,ve.view],Fw=(e,t)=>Nw.indexOf(e)!==-1?Object.assign({language:eo()?document.documentElement.lang:"unknown",userAgent:yl()?navigator.userAgent:"unknown"},t):t,hi=class e{static set(t,r,n){var o,i,a,s;n&&(i=new Date,i.setTime(i.getTime()+n)),s=window.location.hostname,s.indexOf(".")===-1?vm(t,r,i):(a=s.split("."),o=a[a.length-2]+"."+a[a.length-1],vm(t,r,i,o))}static get(t){for(var r=t+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){var i=n[o];if(i=i.replace(/^\s+/,""),i.lastIndexOf(r,0)===0)return i.substring(r.length,i.length)}return null}static erase(t){e.set(t,"",-1)}};function vm(e,t,r,n){document.cookie=`${e}=${t}`+(r?`;expires=${r.toUTCString()}`:"")+(n?`;domain=${n}`:"")+";path=/;SameSite=Lax"}function Dw(){return il()?localStorage:Om()?new yi:Pw()?sessionStorage:new ro}var yi=class e{getItem(t){return hi.get(`${e.prefix}${t}`)}removeItem(t){hi.erase(`${e.prefix}${t}`)}setItem(t,r,n){hi.set(`${e.prefix}${t}`,r,n)}};yi.prefix="coveo_";var al=class{constructor(){this.cookieStorage=new yi}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)}},ro=class{getItem(t){return null}removeItem(t){}setItem(t,r){}},La="__coveo.analytics.history",Mw=20,qw=1e3*60,jw=75,Ba=class{constructor(t){this.store=t||Dw()}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 M(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 M(this,void 0,void 0,function*(){let t=yield this.getHistoryWithInternalTimeAsync();return this.stripEmptyQueries(this.stripInternalTime(t))})}getHistoryWithInternalTime(){try{let t=this.store.getItem(La);return t&&typeof t=="string"?JSON.parse(t):[]}catch{return[]}}getHistoryWithInternalTimeAsync(){return M(this,void 0,void 0,function*(){try{let t=yield this.store.getItem(La);return t?JSON.parse(t):[]}catch{return[]}})}setHistory(t){try{this.store.setItem(La,JSON.stringify(t.slice(0,Mw)))}catch{}}clear(){try{this.store.removeItem(La)}catch{}}getMostRecentElement(){let t=this.getHistoryWithInternalTime();return Array.isArray(t)?t.sort((n,o)=>(o.internalTime||0)-(n.internalTime||0))[0]:null}cropQueryElement(t){return t.name&&t.value&&t.name.toLowerCase()==="query"&&(t.value=t.value.slice(0,jw)),t}isValidEntry(t){let r=this.getMostRecentElement();return r&&r.value==t.value?(t.internalTime||0)-(r.internalTime||0)>qw:!0}stripInternalTime(t){return Array.isArray(t)?t.map(r=>{let{name:n,time:o,value:i}=r;return{name:n,time:o,value:i}}):[]}stripEmptyQuery(t){let{name:r,time:n,value:o}=t;return r&&typeof o=="string"&&r.toLowerCase()==="query"&&o.trim()===""?{name:r,time:n}:t}stripEmptyQueries(t){return t.map(r=>this.stripEmptyQuery(r))}};var Lw=(e,t)=>M(void 0,void 0,void 0,function*(){return e===ve.view?(yield Vw(t.contentIdValue),Object.assign({location:window.location.toString(),referrer:document.referrer,title:document.title},t)):t}),Vw=e=>M(void 0,void 0,void 0,function*(){let t=new Ba,r={name:"PageView",value:e,time:new Date().toISOString()};yield t.addElementAsync(r)}),Va,Uw=new Uint8Array(16);function Bw(){if(!Va&&(Va=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Va))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Va(Uw)}var $w=/^(?:[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 $a(e){return typeof e=="string"&&$w.test(e)}var Ze=[];for(let e=0;e<256;++e)Ze.push((e+256).toString(16).slice(1));function Pm(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]]}function Gw(e){if(!$a(e))throw TypeError("Invalid UUID");let t,r=new Uint8Array(16);return r[0]=(t=parseInt(e.slice(0,8),16))>>>24,r[1]=t>>>16&255,r[2]=t>>>8&255,r[3]=t&255,r[4]=(t=parseInt(e.slice(9,13),16))>>>8,r[5]=t&255,r[6]=(t=parseInt(e.slice(14,18),16))>>>8,r[7]=t&255,r[8]=(t=parseInt(e.slice(19,23),16))>>>8,r[9]=t&255,r[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,r[11]=t/4294967296&255,r[12]=t>>>24&255,r[13]=t>>>16&255,r[14]=t>>>8&255,r[15]=t&255,r}function Qw(e){e=unescape(encodeURIComponent(e));let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t}var Hw="6ba7b810-9dad-11d1-80b4-00c04fd430c8",zw="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Ww(e,t,r){function n(o,i,a,s){var c;if(typeof o=="string"&&(o=Qw(o)),typeof i=="string"&&(i=Gw(i)),((c=i)===null||c===void 0?void 0:c.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let u=new Uint8Array(16+o.length);if(u.set(i),u.set(o,i.length),u=r(u),u[6]=u[6]&15|t,u[8]=u[8]&63|128,a){s=s||0;for(let h=0;h<16;++h)a[s+h]=u[h];return a}return Pm(u)}try{n.name=e}catch{}return n.DNS=Hw,n.URL=zw,n}var Kw=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Sm={randomUUID:Kw};function Xr(e,t,r){if(Sm.randomUUID&&!t&&!e)return Sm.randomUUID();e=e||{};let n=e.random||(e.rng||Bw)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return Pm(n)}function Yw(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 rl(e,t){return e<<t|e>>>32-t}function Xw(e){let t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){let a=unescape(encodeURIComponent(e));e=[];for(let s=0;s<a.length;++s)e.push(a.charCodeAt(s))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);let n=e.length/4+2,o=Math.ceil(n/16),i=new Array(o);for(let a=0;a<o;++a){let s=new Uint32Array(16);for(let c=0;c<16;++c)s[c]=e[a*64+c*4]<<24|e[a*64+c*4+1]<<16|e[a*64+c*4+2]<<8|e[a*64+c*4+3];i[a]=s}i[o-1][14]=(e.length-1)*8/Math.pow(2,32),i[o-1][14]=Math.floor(i[o-1][14]),i[o-1][15]=(e.length-1)*8&4294967295;for(let a=0;a<o;++a){let s=new Uint32Array(80);for(let g=0;g<16;++g)s[g]=i[a][g];for(let g=16;g<80;++g)s[g]=rl(s[g-3]^s[g-8]^s[g-14]^s[g-16],1);let c=r[0],u=r[1],h=r[2],v=r[3],S=r[4];for(let g=0;g<80;++g){let y=Math.floor(g/20),x=rl(c,5)+Yw(y,u,h,v)+S+t[y]+s[g]>>>0;S=v,v=h,h=rl(u,30)>>>0,u=c,c=x}r[0]=r[0]+c>>>0,r[1]=r[1]+u>>>0,r[2]=r[2]+h>>>0,r[3]=r[3]+v>>>0,r[4]=r[4]+S>>>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 Jw=Ww("v5",80,Xw),bm=Jw,Nm="2.30.52",Am=e=>`${e.protocol}//${e.hostname}${e.pathname.indexOf("/")===0?e.pathname:`/${e.pathname}`}${e.search}`,gi={pageview:"pageview",event:"event"},Ga=class{constructor({client:t,uuidGenerator:r=Xr}){this.client=t,this.uuidGenerator=r}},sl=class extends Ga{constructor({client:t,uuidGenerator:r=Xr}){super({client:t,uuidGenerator:r}),this.actionData={},this.pageViewId=r(),this.nextPageViewId=this.pageViewId,this.currentLocation=Am(window.location),this.lastReferrer=eo()?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:eo()?document.title:"",encoding:eo()?document.characterSet:"UTF-8"},n={screenResolution:`${screen.width}x${screen.height}`,screenColor:`${screen.colorDepth}-bit`},o={language:navigator.language,userAgent:navigator.userAgent},i={time:Date.now(),eventId:this.uuidGenerator()};return Object.assign(Object.assign(Object.assign(Object.assign({},i),n),o),r)}updateLocationForNextPageView(t,r){let{pageViewId:n,referrer:o,location:i}=this.getNextValues(t,r);this.lastReferrer=o,this.pageViewId=n,this.currentLocation=i,t===gi.pageview&&(this.nextPageViewId=this.uuidGenerator(),this.hasSentFirstPageView=!0)}getNextValues(t,r){return{pageViewId:t===gi.pageview?this.nextPageViewId:this.pageViewId,referrer:t===gi.pageview&&this.hasSentFirstPageView?this.currentLocation:this.lastReferrer,location:t===gi.pageview?this.getCurrentLocationFromPayload(r):this.currentLocation}}getCurrentLocationFromPayload(t){if(t.page){let r=o=>o.replace(/^\/?(.*)$/,"/$1");return`${(o=>o.split("/").slice(0,3).join("/"))(this.currentLocation)}${r(t.page)}`}else return Am(window.location)}},yr=class e{constructor(t,r){if(!$a(t))throw Error("Not a valid uuid");this.clientId=t,this.creationDate=Math.floor(r/1e3)}toString(){return this.clientId.replace(/-/g,"")+"."+this.creationDate.toString()}get expired(){let t=Math.floor(Date.now()/1e3)-this.creationDate;return t<0||t>e.expirationTime}validate(t,r){return!this.expired&&this.matchReferrer(t,r)}matchReferrer(t,r){try{let n=new URL(t);return r.some(o=>new RegExp(o.replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(n.host))}catch{return!1}}static fromString(t){let r=t.split(".");if(r.length!==2)return null;let[n,o]=r;if(n.length!==32||isNaN(parseInt(o)))return null;let i=n.substring(0,8)+"-"+n.substring(8,12)+"-"+n.substring(12,16)+"-"+n.substring(16,20)+"-"+n.substring(20,32);return $a(i)?new e(i,Number.parseInt(o)*1e3):null}};yr.cvo_cid="cvo_cid";yr.expirationTime=120;var cl=class extends Ga{constructor({client:t,uuidGenerator:r=Xr}){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 M(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(yr.cvo_cid,new yr(n,Date.now()).toString()),r.toString()}catch{throw new Error("Invalid URL provided")}})}acceptFrom(t){this.client.setAcceptedLinkReferrers(t)}};cl.Id="link";var Ct=Object.keys;function Ua(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}var nl=128,Fm=192,wm=224,xm=240;function Zw(e){return(e&248)===xm?4:(e&xm)===wm?3:(e&wm)===Fm?2:1}function ex(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&nl)!=nl)break;if(r-=3,(n&Fm)!=nl){t-r>=Zw(n)*3&&(r=t);break}}return e.substring(0,r)}var ul={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"},tx=Ct(ul).map(e=>ul[e]),rx=[...tx].join("|"),nx=new RegExp(`^(${rx}$)`),ox={svcAction:"svc_action",svcActionData:"svc_action_data"},ix=e=>Ct(e).filter(t=>e[t]!==void 0).reduce((t,r)=>{let n=ul[r]||r;return Object.assign(Object.assign({},t),{[n]:e[r]})},{}),ax=e=>nx.test(e),sx=[ax],Cm={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",price:"pr",quantity:"qt",coupon:"cc",position:"ps",group:"group"},Em={id:"id",name:"nm",brand:"br",category:"ca",variant:"va",position:"ps",price:"pr",group:"group"},ot={action:"pa",list:"pal",listSource:"pls"},Qa={id:"ti",revenue:"tr",tax:"tt",shipping:"ts",coupon:"tcc",affiliation:"ta",step:"cos",option:"col"},cx=["loyaltyCardId","loyaltyTier","thirdPartyPersona","companyName","favoriteStore","storeName","userIndustry","userRole","userDepartment","businessUnit"],ll={id:"quoteId",affiliation:"quoteAffiliation"},dl={id:"reviewId",rating:"reviewRating",comment:"reviewComment"},ux={add:ot,bookmark_add:ot,bookmark_remove:ot,click:ot,checkout:ot,checkout_option:ot,detail:ot,impression:ot,remove:ot,refund:Object.assign(Object.assign({},ot),Qa),purchase:Object.assign(Object.assign({},ot),Qa),quickview:ot,quote:Object.assign(Object.assign({},ot),ll),review:Object.assign(Object.assign({},ot),dl)},lx=Ct(Cm).map(e=>Cm[e]),dx=Ct(Em).map(e=>Em[e]),fx=Ct(ot).map(e=>ot[e]),px=Ct(Qa).map(e=>Qa[e]),mx=Ct(dl).map(e=>dl[e]),gx=Ct(ll).map(e=>ll[e]),hx=[...lx,"custom"].join("|"),yx=[...dx,"custom"].join("|"),Dm="(pr[0-9]+)",Mm="(il[0-9]+pi[0-9]+)",vx=new RegExp(`^${Dm}(${hx})$`),Sx=new RegExp(`^(${Mm}(${yx}))|(il[0-9]+nm)$`),bx=new RegExp(`^(${fx.join("|")})$`),Ax=new RegExp(`^(${px.join("|")})$`),wx=new RegExp(`^${Dm}custom$`),xx=new RegExp(`^${Mm}custom$`),Cx=new RegExp(`^(${[...cx,...mx,...gx].join("|")})$`),Ex=e=>vx.test(e),Rx=e=>Sx.test(e),Ix=e=>bx.test(e),Tx=e=>Ax.test(e),_x=e=>Cx.test(e),kx=[Rx,Ex,Ix,Tx,_x],Ox=[wx,xx],Px={anonymizeIp:"aip"},Nx={eventCategory:"ec",eventAction:"ea",eventLabel:"el",eventValue:"ev",page:"dp",visitorId:"cid",clientId:"cid",userId:"uid",currencyCode:"cu"},Fx={hitType:"t",pageViewId:"pid",encoding:"de",location:"dl",referrer:"dr",screenColor:"sd",screenResolution:"sr",title:"dt",userAgent:"ua",language:"ul",eventId:"z",time:"tm"},Dx=["contentId","contentIdKey","contentType","searchHub","tab","searchUid","permanentId","contentLocale","trackingId"],Mx=Object.assign(Object.assign(Object.assign(Object.assign({},Px),Nx),Fx),Dx.reduce((e,t)=>Object.assign(Object.assign({},e),{[t]:t}),{})),fl=Object.assign(Object.assign({},Mx),ox),qx=e=>{let t=!!e.action&&ux[e.action]||{};return Ct(e).reduce((r,n)=>{let o=t[n]||fl[n]||n;return Object.assign(Object.assign({},r),{[o]:e[n]})},{})},jx=Ct(fl).map(e=>fl[e]),Lx=e=>jx.indexOf(e)!==-1,Vx=e=>e==="custom",Ux=e=>[...kx,...sx,Lx,Vx].some(t=>t(e)),Bx=e=>Ct(e).reduce((t,r)=>{let n=$x(r);return n?Object.assign(Object.assign({},t),Gx(n,e[r])):Object.assign(Object.assign({},t),{[r]:e[r]})},{}),$x=e=>{let t;return[...Ox].every(r=>{var n;return t=(n=r.exec(e))===null||n===void 0?void 0:n[1],!t}),t},Gx=(e,t)=>Ct(t).reduce((r,n)=>Object.assign(Object.assign({},r),{[`${e}${n}`]:t[n]}),{}),pl=class{constructor(t){this.opts=t}sendEvent(t,r){return M(this,void 0,void 0,function*(){if(!this.isAvailable())throw new Error("navigator.sendBeacon is not supported in this browser. Consider adding a polyfill like \"sendbeacon-polyfill\".");let{baseUrl:n,preprocessRequest:o}=this.opts,i=yield this.getQueryParamsForEventType(t),{url:a,payload:s}=yield this.preProcessRequestAsPotentialJSONString(`${n}/analytics/${t}?${i}`,r,o),c=this.encodeForEventType(t,s),u=new Blob([c],{type:"application/x-www-form-urlencoded"});navigator.sendBeacon(a,u)})}isAvailable(){return"sendBeacon"in navigator}deleteHttpCookieVisitorId(){return Promise.resolve()}preProcessRequestAsPotentialJSONString(t,r,n){return M(this,void 0,void 0,function*(){let o=t,i=r;if(n){let a=yield n({url:t,body:JSON.stringify(r)},"analyticsBeacon"),{url:s,body:c}=a;o=s||t;try{i=JSON.parse(c)}catch(u){console.error("Unable to process the request body as a JSON string",u)}}return{payload:i,url:o}})}encodeForEventType(t,r){return this.isEventTypeLegacy(t)?this.encodeEventToJson(t,r):this.encodeEventToJson(t,r,this.opts.token)}getQueryParamsForEventType(t){return M(this,void 0,void 0,function*(){let{token:r,visitorIdProvider:n}=this.opts,o=yield n.getCurrentVisitorId();return[r&&this.isEventTypeLegacy(t)?`access_token=${r}`:"",o?`visitorId=${o}`:"","discardVisitInfo=true"].filter(i=>!!i).join("&")})}isEventTypeLegacy(t){return[ve.click,ve.custom,ve.search,ve.view].indexOf(t)!==-1}encodeEventToJson(t,r,n){let o=`${t}Event=${encodeURIComponent(JSON.stringify(r))}`;return n&&(o=`access_token=${encodeURIComponent(n)}&${o}`),o}},ml=class{sendEvent(t,r){return M(this,void 0,void 0,function*(){return Promise.resolve()})}deleteHttpCookieVisitorId(){return M(this,void 0,void 0,function*(){return Promise.resolve()})}},Rm=b.fetch,Ha=class{constructor(t){this.opts=t}sendEvent(t,r){return M(this,void 0,void 0,function*(){let{baseUrl:n,visitorIdProvider:o,preprocessRequest:i}=this.opts,a=this.shouldAppendVisitorId(t)?yield this.getVisitorIdParam():"",s={url:`${n}/analytics/${t}${a}`,credentials:"include",mode:"cors",headers:this.getHeaders(),method:"POST",body:JSON.stringify(r)},c=Object.assign(Object.assign({},s),i?yield i(s,"analyticsFetch"):{}),{url:u}=c,h=er(c,["url"]),v;try{v=yield Rm(u,h)}catch(S){console.error("An error has occured when sending the event.",S);return}if(v.ok){let S=yield v.json();return S.visitorId&&o.setCurrentVisitorId(S.visitorId),S}else{try{v.json()}catch{}throw console.error(`An error has occured when sending the "${t}" event.`,v,r),new Error(`An error has occurred when sending the "${t}" event. Check the console logs for more details.`)}})}deleteHttpCookieVisitorId(){return M(this,void 0,void 0,function*(){let{baseUrl:t}=this.opts,r=`${t}/analytics/visit`;yield Rm(r,{headers:this.getHeaders(),method:"DELETE"})})}shouldAppendVisitorId(t){return[ve.click,ve.custom,ve.search,ve.view].indexOf(t)!==-1}getVisitorIdParam(){return M(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"})}},gl=class{constructor(t,r){il()&&Om()?this.storage=new al:il()?this.storage=localStorage:(console.warn("BrowserRuntime detected no valid storage available.",this),this.storage=new ro),this.client=new Ha(t),this.beaconClient=new pl(t),window.addEventListener("beforeunload",()=>{let n=r();for(let{eventType:o,payload:i}of n)this.beaconClient.sendEvent(o,i)})}getClientDependingOnEventType(t){return t==="click"&&this.beaconClient.isAvailable()?this.beaconClient:this.client}},hl=class{constructor(t,r){this.storage=r||new ro,this.client=new Ha(t)}getClientDependingOnEventType(t){return this.client}},za=class{constructor(){this.storage=new ro,this.client=new ml}getClientDependingOnEventType(t){return this.client}},Qx="xx",Hx=e=>e?.startsWith(Qx)||!1,zx=`
27
27
  We've detected you're using React Native but have not provided the corresponding runtime,
28
28
  for an optimal experience please use the "coveo.analytics/react-native" subpackage.
29
29
  Follow the Readme on how to set it up: https://github.com/coveo/coveo.analytics.js#using-react-native
30
- `;function AC(){return typeof navigator<"u"&&navigator.product=="ReactNative"}var bC=["1",1,"yes",!0];function Za(){let e=[];return hl()&&e.push(window.doNotTrack),_l()&&e.push(navigator.doNotTrack,navigator.msDoNotTrack,navigator.globalPrivacyControl),e.some(t=>bC.indexOf(t)!==-1)}var Km="v15",Ym={default:"https://analytics.cloud.coveo.com/rest/ua",production:"https://analytics.cloud.coveo.com/rest/ua",hipaa:"https://analyticshipaa.cloud.coveo.com/rest/ua"};function xC(e=Ym.default,t=Km,r=!1){if(e=e.replace(/\/$/,""),r)return`${e}/${t}`;let n=e.endsWith("/rest")||e.endsWith("/rest/ua");return`${e}${n?"":"/rest"}/${t}`}var CC="38824e1f-37f5-42d3-8372-a4b8fa9df946",Gt=class{get defaultOptions(){return{endpoint:Ym.default,isCustomEndpoint:!1,token:"",version:Km,beforeSendHooks:[],afterSendHooks:[]}}get version(){return Qm}constructor(t){if(this.acceptedLinkReferrers=[],!t)throw new Error("You have to pass options to this constructor");this.options=Object.assign(Object.assign({},this.defaultOptions),t),this.visitorId="",this.bufferedRequests=[],this.beforeSendHooks=[px,sx].concat(this.options.beforeSendHooks),this.afterSendHooks=this.options.afterSendHooks,this.eventTypeMapping={};let r={baseUrl:this.baseUrl,token:this.options.token,visitorIdProvider:this,preprocessRequest:this.options.preprocessRequest};Za()?this.runtime=new Ja:this.runtime=this.options.runtimeEnvironment||this.initRuntime(r),this.addEventTypeMapping(ve.view,{newEventType:ve.view,addClientIdParameter:!0}),this.addEventTypeMapping(ve.click,{newEventType:ve.click,addClientIdParameter:!0}),this.addEventTypeMapping(ve.custom,{newEventType:ve.custom,addClientIdParameter:!0}),this.addEventTypeMapping(ve.search,{newEventType:ve.search,addClientIdParameter:!0})}initRuntime(t){return hl()&&so()?new Il(t,()=>{let r=[...this.bufferedRequests];return this.bufferedRequests=[],r}):(AC()&&console.warn(wC),new Tl(t))}get storage(){return this.runtime.storage}determineVisitorId(){return M(this,void 0,void 0,function*(){try{return hl()&&this.extractClientIdFromLink(window.location.href)||(yield this.storage.getItem("visitorId"))||Zr()}catch(t){return console.log("Could not get visitor ID from the current runtime environment storage. Using a random ID instead.",t),Zr()}})}getCurrentVisitorId(){return M(this,void 0,void 0,function*(){if(!this.visitorId){let t=yield this.determineVisitorId();yield this.setCurrentVisitorId(t)}return this.visitorId})}setCurrentVisitorId(t){return M(this,void 0,void 0,function*(){this.visitorId=t,yield this.storage.setItem("visitorId",t)})}setClientId(t,r){return M(this,void 0,void 0,function*(){if(Wa(t))this.setCurrentVisitorId(t.toLowerCase());else{if(!r)throw Error("Cannot generate uuid client id without a specific namespace string.");this.setCurrentVisitorId(Pm(t,Pm(r,CC)))}})}getParameters(t,...r){return M(this,void 0,void 0,function*(){return yield this.resolveParameters(t,...r)})}getPayload(t,...r){return M(this,void 0,void 0,function*(){let n=yield this.resolveParameters(t,...r);return yield this.resolvePayloadForParameters(t,n)})}get currentVisitorId(){return typeof(this.visitorId||this.storage.getItem("visitorId"))!="string"&&this.setCurrentVisitorId(Zr()),this.visitorId}set currentVisitorId(t){this.visitorId=t,this.storage.setItem("visitorId",t)}extractClientIdFromLink(t){if(Za())return null;try{let r=new URL(t).searchParams.get(vr.cvo_cid);if(r==null)return null;let n=vr.fromString(r);return!n||!so()||!n.validate(document.referrer,this.acceptedLinkReferrers)?null:n.clientId}catch{}return null}resolveParameters(t,...r){return M(this,void 0,void 0,function*(){let{variableLengthArgumentsNames:n=[],addVisitorIdParameter:o=!1,usesMeasurementProtocol:i=!1,addClientIdParameter:a=!1}=this.eventTypeMapping[t]||{};return yield[g=>n.length>0?this.parseVariableArgumentsPayload(n,g):g[0],g=>M(this,void 0,void 0,function*(){return Object.assign(Object.assign({},g),{visitorId:o?yield this.getCurrentVisitorId():""})}),g=>M(this,void 0,void 0,function*(){return a?Object.assign(Object.assign({},g),{clientId:yield this.getCurrentVisitorId()}):g}),g=>i?this.ensureAnonymousUserWhenUsingApiKey(g):g,g=>this.beforeSendHooks.reduce((y,x)=>M(this,void 0,void 0,function*(){let E=yield y;return yield x(t,E)}),g)].reduce((g,y)=>M(this,void 0,void 0,function*(){let x=yield g;return yield y(x)}),Promise.resolve(r))})}resolvePayloadForParameters(t,r){return M(this,void 0,void 0,function*(){let{usesMeasurementProtocol:n=!1}=this.eventTypeMapping[t]||{};return yield[v=>this.setTrackingIdIfTrackingIdNotPresent(v),v=>this.removeEmptyPayloadValues(v,t),v=>this.validateParams(v,t),v=>n?lC(v):v,v=>n?this.removeUnknownParameters(v):v,v=>n?this.processCustomParameters(v):this.mapCustomParametersToCustomData(v)].reduce((v,S)=>M(this,void 0,void 0,function*(){let g=yield v;return yield S(g)}),Promise.resolve(r))})}makeEvent(t,...r){return M(this,void 0,void 0,function*(){let{newEventType:n=t}=this.eventTypeMapping[t]||{},o=yield this.resolveParameters(t,...r),i=yield this.resolvePayloadForParameters(t,o);return{eventType:n,payload:i,log:a=>M(this,void 0,void 0,function*(){return this.bufferedRequests.push({eventType:n,payload:Object.assign(Object.assign({},i),a)}),yield Promise.all(this.afterSendHooks.map(s=>s(t,Object.assign(Object.assign({},o),a)))),yield this.deferExecution(),yield this.sendFromBuffer()})}})}sendEvent(t,...r){return M(this,void 0,void 0,function*(){return(yield this.makeEvent(t,...r)).log({})})}deferExecution(){return new Promise(t=>setTimeout(t,0))}sendFromBuffer(){return M(this,void 0,void 0,function*(){let t=this.bufferedRequests.shift();if(t){let{eventType:r,payload:n}=t;return this.runtime.getClientDependingOnEventType(r).sendEvent(r,n)}})}clear(){this.storage.removeItem("visitorId"),new za().clear()}deleteHttpOnlyVisitorId(){this.runtime.client.deleteHttpCookieVisitorId()}makeSearchEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.search,t)})}sendSearchEvent(t){return M(this,void 0,void 0,function*(){var{searchQueryUid:r}=t,n=tr(t,["searchQueryUid"]);return(yield this.makeSearchEvent(n)).log({searchQueryUid:r})})}makeClickEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.click,t)})}sendClickEvent(t){return M(this,void 0,void 0,function*(){var{searchQueryUid:r}=t,n=tr(t,["searchQueryUid"]);return(yield this.makeClickEvent(n)).log({searchQueryUid:r})})}makeCustomEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.custom,t)})}sendCustomEvent(t){return M(this,void 0,void 0,function*(){var{lastSearchQueryUid:r}=t,n=tr(t,["lastSearchQueryUid"]);return(yield this.makeCustomEvent(n)).log({lastSearchQueryUid:r})})}makeViewEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.view,t)})}sendViewEvent(t){return M(this,void 0,void 0,function*(){return(yield this.makeViewEvent(t)).log({})})}getVisit(){return M(this,void 0,void 0,function*(){let r=yield(yield A(`${this.baseUrl}/analytics/visit`)).json();return this.visitorId=r.visitorId,r})}getHealth(){return M(this,void 0,void 0,function*(){return yield(yield A(`${this.baseUrl}/analytics/monitoring/health`)).json()})}registerBeforeSendEventHook(t){this.beforeSendHooks.push(t)}registerAfterSendEventHook(t){this.afterSendHooks.push(t)}addEventTypeMapping(t,r){this.eventTypeMapping[t]=r}setAcceptedLinkReferrers(t){if(Array.isArray(t)&&t.every(r=>typeof r=="string"))this.acceptedLinkReferrers=t;else throw Error("Parameter should be an array of domain strings")}parseVariableArgumentsPayload(t,r){let n={};for(let o=0,i=r.length;o<i;o++){let a=r[o];if(typeof a=="string")n[t[o]]=a;else if(typeof a=="object")return Object.assign(Object.assign({},n),a)}return n}isKeyAllowedEmpty(t,r){return({[ve.search]:["queryText"]}[t]||[]).indexOf(r)!==-1}removeEmptyPayloadValues(t,r){let n=o=>typeof o<"u"&&o!==null&&o!=="";return Object.keys(t).filter(o=>this.isKeyAllowedEmpty(r,o)||n(t[o])).reduce((o,i)=>Object.assign(Object.assign({},o),{[i]:t[i]}),{})}removeUnknownParameters(t){return Object.keys(t).filter(n=>{if(mC(n))return!0;console.log(n,"is not processed by coveoua")}).reduce((n,o)=>Object.assign(Object.assign({},n),{[o]:t[o]}),{})}processCustomParameters(t){let{custom:r}=t,n=tr(t,["custom"]),o={};r&&Ha(r)&&(o=this.lowercaseKeys(r));let i=gC(n);return Object.assign(Object.assign({},o),i)}mapCustomParametersToCustomData(t){let{custom:r}=t,n=tr(t,["custom"]);if(r&&Ha(r)){let o=this.lowercaseKeys(r);return Object.assign(Object.assign({},n),{customData:Object.assign(Object.assign({},o),t.customData)})}else return t}lowercaseKeys(t){let r=Object.keys(t),n={};return r.forEach(o=>{n[o.toLowerCase()]=t[o]}),n}validateParams(t,r){let{anonymizeIp:n}=t,o=tr(t,["anonymizeIp"]);return n!==void 0&&["0","false","undefined","null","{}","[]",""].indexOf(`${n}`.toLowerCase())==-1&&(o.anonymizeIp=1),(r==ve.view||r==ve.click||r==ve.search||r==ve.custom)&&(o.originLevel3=this.limit(o.originLevel3,1024)),r==ve.view&&(o.location=this.limit(o.location,1024)),(r=="pageview"||r=="event")&&(o.referrer=this.limit(o.referrer,2048),o.location=this.limit(o.location,2048),o.page=this.limit(o.page,2048)),o}ensureAnonymousUserWhenUsingApiKey(t){let{userId:r}=t,n=tr(t,["userId"]);return SC(this.options.token)&&!r?(n.userId="anonymous",n):t}setTrackingIdIfTrackingIdNotPresent(t){let{trackingId:r}=t,n=tr(t,["trackingId"]);return r?t:(n.hasOwnProperty("custom")&&Ha(n.custom)&&(n.custom.hasOwnProperty("context_website")||n.custom.hasOwnProperty("siteName"))&&(n.trackingId=n.custom.context_website||n.custom.siteName),n.hasOwnProperty("customData")&&Ha(n.customData)&&(n.customData.hasOwnProperty("context_website")||n.customData.hasOwnProperty("siteName"))&&(n.trackingId=n.customData.context_website||n.customData.siteName),n)}limit(t,r){return typeof t=="string"?Ix(t,r):t}get baseUrl(){return xC(this.options.endpoint,this.options.version,this.options.isCustomEndpoint)}},rr;(function(e){e.contextChanged="contextChanged",e.expandToFullUI="expandToFullUI",e.openUserActions="openUserActions",e.showPrecedingSessions="showPrecedingSessions",e.showFollowingSessions="showFollowingSessions",e.clickViewedDocument="clickViewedDocument",e.clickPageView="clickPageView",e.createArticle="createArticle"})(rr||(rr={}));var L;(function(e){e.interfaceLoad="interfaceLoad",e.interfaceChange="interfaceChange",e.didyoumeanAutomatic="didyoumeanAutomatic",e.didyoumeanClick="didyoumeanClick",e.resultsSort="resultsSort",e.searchboxSubmit="searchboxSubmit",e.searchboxClear="searchboxClear",e.searchboxAsYouType="searchboxAsYouType",e.breadcrumbFacet="breadcrumbFacet",e.breadcrumbResetAll="breadcrumbResetAll",e.documentQuickview="documentQuickview",e.documentOpen="documentOpen",e.omniboxAnalytics="omniboxAnalytics",e.omniboxFromLink="omniboxFromLink",e.searchFromLink="searchFromLink",e.triggerNotify="notify",e.triggerExecute="execute",e.triggerQuery="query",e.undoTriggerQuery="undoQuery",e.triggerRedirect="redirect",e.pagerResize="pagerResize",e.pagerNumber="pagerNumber",e.pagerNext="pagerNext",e.pagerPrevious="pagerPrevious",e.pagerScrolling="pagerScrolling",e.staticFilterClearAll="staticFilterClearAll",e.staticFilterSelect="staticFilterSelect",e.staticFilterDeselect="staticFilterDeselect",e.facetClearAll="facetClearAll",e.facetSearch="facetSearch",e.facetSelect="facetSelect",e.facetSelectAll="facetSelectAll",e.facetDeselect="facetDeselect",e.facetExclude="facetExclude",e.facetUnexclude="facetUnexclude",e.facetUpdateSort="facetUpdateSort",e.facetShowMore="showMoreFacetResults",e.facetShowLess="showLessFacetResults",e.queryError="query",e.queryErrorBack="errorBack",e.queryErrorClear="errorClearQuery",e.queryErrorRetry="errorRetry",e.recommendation="recommendation",e.recommendationInterfaceLoad="recommendationInterfaceLoad",e.recommendationOpen="recommendationOpen",e.likeSmartSnippet="likeSmartSnippet",e.dislikeSmartSnippet="dislikeSmartSnippet",e.expandSmartSnippet="expandSmartSnippet",e.collapseSmartSnippet="collapseSmartSnippet",e.openSmartSnippetFeedbackModal="openSmartSnippetFeedbackModal",e.closeSmartSnippetFeedbackModal="closeSmartSnippetFeedbackModal",e.sendSmartSnippetReason="sendSmartSnippetReason",e.expandSmartSnippetSuggestion="expandSmartSnippetSuggestion",e.collapseSmartSnippetSuggestion="collapseSmartSnippetSuggestion",e.showMoreSmartSnippetSuggestion="showMoreSmartSnippetSuggestion",e.showLessSmartSnippetSuggestion="showLessSmartSnippetSuggestion",e.openSmartSnippetSource="openSmartSnippetSource",e.openSmartSnippetSuggestionSource="openSmartSnippetSuggestionSource",e.openSmartSnippetInlineLink="openSmartSnippetInlineLink",e.openSmartSnippetSuggestionInlineLink="openSmartSnippetSuggestionInlineLink",e.recentQueryClick="recentQueriesClick",e.clearRecentQueries="clearRecentQueries",e.recentResultClick="recentResultClick",e.clearRecentResults="clearRecentResults",e.noResultsBack="noResultsBack",e.showMoreFoldedResults="showMoreFoldedResults",e.showLessFoldedResults="showLessFoldedResults",e.copyToClipboard="copyToClipboard",e.caseSendEmail="Case.SendEmail",e.feedItemTextPost="FeedItem.TextPost",e.caseAttach="caseAttach",e.caseDetach="caseDetach",e.retryGeneratedAnswer="retryGeneratedAnswer",e.likeGeneratedAnswer="likeGeneratedAnswer",e.dislikeGeneratedAnswer="dislikeGeneratedAnswer",e.openGeneratedAnswerSource="openGeneratedAnswerSource",e.generatedAnswerStreamEnd="generatedAnswerStreamEnd",e.generatedAnswerSourceHover="generatedAnswerSourceHover",e.generatedAnswerCopyToClipboard="generatedAnswerCopyToClipboard",e.generatedAnswerHideAnswers="generatedAnswerHideAnswers",e.generatedAnswerShowAnswers="generatedAnswerShowAnswers",e.generatedAnswerExpand="generatedAnswerExpand",e.generatedAnswerCollapse="generatedAnswerCollapse",e.generatedAnswerFeedbackSubmit="generatedAnswerFeedbackSubmit",e.rephraseGeneratedAnswer="rephraseGeneratedAnswer",e.generatedAnswerFeedbackSubmitV2="generatedAnswerFeedbackSubmitV2",e.generatedAnswerCitationClick="generatedAnswerCitationClick",e.generatedAnswerCitationDocumentAttach="generatedAnswerCitationDocumentAttach"})(L||(L={}));var Lm={[L.triggerNotify]:"queryPipelineTriggers",[L.triggerExecute]:"queryPipelineTriggers",[L.triggerQuery]:"queryPipelineTriggers",[L.triggerRedirect]:"queryPipelineTriggers",[L.queryErrorBack]:"errors",[L.queryErrorClear]:"errors",[L.queryErrorRetry]:"errors",[L.pagerNext]:"getMoreResults",[L.pagerPrevious]:"getMoreResults",[L.pagerNumber]:"getMoreResults",[L.pagerResize]:"getMoreResults",[L.pagerScrolling]:"getMoreResults",[L.facetSearch]:"facet",[L.facetShowLess]:"facet",[L.facetShowMore]:"facet",[L.recommendation]:"recommendation",[L.likeSmartSnippet]:"smartSnippet",[L.dislikeSmartSnippet]:"smartSnippet",[L.expandSmartSnippet]:"smartSnippet",[L.collapseSmartSnippet]:"smartSnippet",[L.openSmartSnippetFeedbackModal]:"smartSnippet",[L.closeSmartSnippetFeedbackModal]:"smartSnippet",[L.sendSmartSnippetReason]:"smartSnippet",[L.expandSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.collapseSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.showMoreSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.showLessSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.clearRecentQueries]:"recentQueries",[L.recentResultClick]:"recentlyClickedDocuments",[L.clearRecentResults]:"recentlyClickedDocuments",[L.showLessFoldedResults]:"folding",[L.caseDetach]:"case",[L.likeGeneratedAnswer]:"generatedAnswer",[L.dislikeGeneratedAnswer]:"generatedAnswer",[L.openGeneratedAnswerSource]:"generatedAnswer",[L.generatedAnswerStreamEnd]:"generatedAnswer",[L.generatedAnswerSourceHover]:"generatedAnswer",[L.generatedAnswerCopyToClipboard]:"generatedAnswer",[L.generatedAnswerHideAnswers]:"generatedAnswer",[L.generatedAnswerShowAnswers]:"generatedAnswer",[L.generatedAnswerExpand]:"generatedAnswer",[L.generatedAnswerCollapse]:"generatedAnswer",[L.generatedAnswerFeedbackSubmit]:"generatedAnswer",[L.generatedAnswerFeedbackSubmitV2]:"generatedAnswer",[rr.expandToFullUI]:"interface",[rr.openUserActions]:"User Actions",[rr.showPrecedingSessions]:"User Actions",[rr.showFollowingSessions]:"User Actions",[rr.clickViewedDocument]:"User Actions",[rr.clickPageView]:"User Actions",[rr.createArticle]:"createArticle"},lo=class{constructor(){this.runtime=new Ja,this.currentVisitorId=""}getPayload(){return Promise.resolve()}getParameters(){return Promise.resolve()}makeEvent(t){return Promise.resolve({eventType:t,payload:null,log:()=>Promise.resolve()})}sendEvent(){return Promise.resolve()}makeSearchEvent(){return this.makeEvent(ve.search)}sendSearchEvent(){return Promise.resolve()}makeClickEvent(){return this.makeEvent(ve.click)}sendClickEvent(){return Promise.resolve()}makeCustomEvent(){return this.makeEvent(ve.custom)}sendCustomEvent(){return Promise.resolve()}makeViewEvent(){return this.makeEvent(ve.view)}sendViewEvent(){return Promise.resolve()}getVisit(){return Promise.resolve({id:"",visitorId:""})}getHealth(){return Promise.resolve({status:""})}registerBeforeSendEventHook(){}registerAfterSendEventHook(){}addEventTypeMapping(){}get version(){return Qm}};function EC(e){let t="";return e.filter(r=>{let n=r!==t;return t=r,n})}function RC(e){return e.map(t=>t.replace(/;/g,""))}function Xm(e){let r=e.join(";");return r.length<=256?r:Xm(e.slice(1))}var Um=e=>{let t=RC(e),r=EC(t);return Xm(r)};function Vm(e){let t=typeof e.partialQueries=="string"?e.partialQueries:Um(e.partialQueries),r=typeof e.suggestions=="string"?e.suggestions:Um(e.suggestions);return Object.assign(Object.assign({},e),{partialQueries:t,suggestions:r})}var es=class{constructor(t,r){this.opts=t,this.provider=r;let n=t.enableAnalytics===!1||Za();this.coveoAnalyticsClient=n?new lo:new Gt(t)}disable(){this.coveoAnalyticsClient=new lo}enable(){this.coveoAnalyticsClient=new Gt(this.opts)}makeInterfaceLoad(){return this.makeSearchEvent(L.interfaceLoad)}logInterfaceLoad(){return M(this,void 0,void 0,function*(){return(yield this.makeInterfaceLoad()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendationInterfaceLoad(){return this.makeSearchEvent(L.recommendationInterfaceLoad)}logRecommendationInterfaceLoad(){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendationInterfaceLoad()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendation(){return this.makeCustomEvent(L.recommendation)}logRecommendation(){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendation()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendationOpen(t,r){return this.makeClickEvent(L.recommendationOpen,t,r)}logRecommendationOpen(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendationOpen(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterClearAll(t){return this.makeSearchEvent(L.staticFilterClearAll,t)}logStaticFilterClearAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterClearAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterSelect(t){return this.makeSearchEvent(L.staticFilterSelect,t)}logStaticFilterSelect(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterSelect(t)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterDeselect(t){return this.makeSearchEvent(L.staticFilterDeselect,t)}logStaticFilterDeselect(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterDeselect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFetchMoreResults(){return this.makeCustomEvent(L.pagerScrolling,{type:"getMoreResults"})}logFetchMoreResults(){return M(this,void 0,void 0,function*(){return(yield this.makeFetchMoreResults()).log({searchUID:this.provider.getSearchUID()})})}makeInterfaceChange(t){return this.makeSearchEvent(L.interfaceChange,t)}logInterfaceChange(t){return M(this,void 0,void 0,function*(){return(yield this.makeInterfaceChange(t)).log({searchUID:this.provider.getSearchUID()})})}makeDidYouMeanAutomatic(){return this.makeSearchEvent(L.didyoumeanAutomatic)}logDidYouMeanAutomatic(){return M(this,void 0,void 0,function*(){return(yield this.makeDidYouMeanAutomatic()).log({searchUID:this.provider.getSearchUID()})})}makeDidYouMeanClick(){return this.makeSearchEvent(L.didyoumeanClick)}logDidYouMeanClick(){return M(this,void 0,void 0,function*(){return(yield this.makeDidYouMeanClick()).log({searchUID:this.provider.getSearchUID()})})}makeResultsSort(t){return this.makeSearchEvent(L.resultsSort,t)}logResultsSort(t){return M(this,void 0,void 0,function*(){return(yield this.makeResultsSort(t)).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxSubmit(){return this.makeSearchEvent(L.searchboxSubmit)}logSearchboxSubmit(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxSubmit()).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxClear(){return this.makeSearchEvent(L.searchboxClear)}logSearchboxClear(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxClear()).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxAsYouType(){return this.makeSearchEvent(L.searchboxAsYouType)}logSearchboxAsYouType(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxAsYouType()).log({searchUID:this.provider.getSearchUID()})})}makeBreadcrumbFacet(t){return this.makeSearchEvent(L.breadcrumbFacet,t)}logBreadcrumbFacet(t){return M(this,void 0,void 0,function*(){return(yield this.makeBreadcrumbFacet(t)).log({searchUID:this.provider.getSearchUID()})})}makeBreadcrumbResetAll(){return this.makeSearchEvent(L.breadcrumbResetAll)}logBreadcrumbResetAll(){return M(this,void 0,void 0,function*(){return(yield this.makeBreadcrumbResetAll()).log({searchUID:this.provider.getSearchUID()})})}makeDocumentQuickview(t,r){return this.makeClickEvent(L.documentQuickview,t,r)}logDocumentQuickview(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeDocumentQuickview(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeDocumentOpen(t,r){return this.makeClickEvent(L.documentOpen,t,r)}logDocumentOpen(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeDocumentOpen(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOmniboxAnalytics(t){return this.makeSearchEvent(L.omniboxAnalytics,Vm(t))}logOmniboxAnalytics(t){return M(this,void 0,void 0,function*(){return(yield this.makeOmniboxAnalytics(t)).log({searchUID:this.provider.getSearchUID()})})}makeOmniboxFromLink(t){return this.makeSearchEvent(L.omniboxFromLink,Vm(t))}logOmniboxFromLink(t){return M(this,void 0,void 0,function*(){return(yield this.makeOmniboxFromLink(t)).log({searchUID:this.provider.getSearchUID()})})}makeSearchFromLink(){return this.makeSearchEvent(L.searchFromLink)}logSearchFromLink(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchFromLink()).log({searchUID:this.provider.getSearchUID()})})}makeTriggerNotify(t){return this.makeCustomEvent(L.triggerNotify,t)}logTriggerNotify(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerNotify(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerExecute(t){return this.makeCustomEvent(L.triggerExecute,t)}logTriggerExecute(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerExecute(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerQuery(){return this.makeCustomEvent(L.triggerQuery,{query:this.provider.getSearchEventRequestPayload().queryText},"queryPipelineTriggers")}logTriggerQuery(){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerQuery()).log({searchUID:this.provider.getSearchUID()})})}makeUndoTriggerQuery(t){return this.makeSearchEvent(L.undoTriggerQuery,t)}logUndoTriggerQuery(t){return M(this,void 0,void 0,function*(){return(yield this.makeUndoTriggerQuery(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerRedirect(t){return this.makeCustomEvent(L.triggerRedirect,Object.assign(Object.assign({},t),{query:this.provider.getSearchEventRequestPayload().queryText}))}logTriggerRedirect(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerRedirect(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerResize(t){return this.makeCustomEvent(L.pagerResize,t)}logPagerResize(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerResize(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerNumber(t){return this.makeCustomEvent(L.pagerNumber,t)}logPagerNumber(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerNumber(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerNext(t){return this.makeCustomEvent(L.pagerNext,t)}logPagerNext(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerNext(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerPrevious(t){return this.makeCustomEvent(L.pagerPrevious,t)}logPagerPrevious(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerPrevious(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerScrolling(){return this.makeCustomEvent(L.pagerScrolling)}logPagerScrolling(){return M(this,void 0,void 0,function*(){return(yield this.makePagerScrolling()).log({searchUID:this.provider.getSearchUID()})})}makeFacetClearAll(t){return this.makeSearchEvent(L.facetClearAll,t)}logFacetClearAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetClearAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSearch(t){return this.makeSearchEvent(L.facetSearch,t)}logFacetSearch(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSearch(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSelect(t){return this.makeSearchEvent(L.facetSelect,t)}logFacetSelect(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSelect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetDeselect(t){return this.makeSearchEvent(L.facetDeselect,t)}logFacetDeselect(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetDeselect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetExclude(t){return this.makeSearchEvent(L.facetExclude,t)}logFacetExclude(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetExclude(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetUnexclude(t){return this.makeSearchEvent(L.facetUnexclude,t)}logFacetUnexclude(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetUnexclude(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSelectAll(t){return this.makeSearchEvent(L.facetSelectAll,t)}logFacetSelectAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSelectAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetUpdateSort(t){return this.makeSearchEvent(L.facetUpdateSort,t)}logFacetUpdateSort(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetUpdateSort(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetShowMore(t){return this.makeCustomEvent(L.facetShowMore,t)}logFacetShowMore(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetShowMore(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetShowLess(t){return this.makeCustomEvent(L.facetShowLess,t)}logFacetShowLess(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetShowLess(t)).log({searchUID:this.provider.getSearchUID()})})}makeQueryError(t){return this.makeCustomEvent(L.queryError,t)}logQueryError(t){return M(this,void 0,void 0,function*(){return(yield this.makeQueryError(t)).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorBack(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorBack);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorBack)})}})}logQueryErrorBack(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorBack()).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorRetry(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorRetry);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorRetry)})}})}logQueryErrorRetry(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorRetry()).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorClear(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorClear);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorClear)})}})}logQueryErrorClear(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorClear()).log({searchUID:this.provider.getSearchUID()})})}makeLikeSmartSnippet(){return this.makeCustomEvent(L.likeSmartSnippet)}logLikeSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeLikeSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeDislikeSmartSnippet(){return this.makeCustomEvent(L.dislikeSmartSnippet)}logDislikeSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeDislikeSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeExpandSmartSnippet(){return this.makeCustomEvent(L.expandSmartSnippet)}logExpandSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeExpandSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeCollapseSmartSnippet(){return this.makeCustomEvent(L.collapseSmartSnippet)}logCollapseSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeCollapseSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetFeedbackModal(){return this.makeCustomEvent(L.openSmartSnippetFeedbackModal)}logOpenSmartSnippetFeedbackModal(){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetFeedbackModal()).log({searchUID:this.provider.getSearchUID()})})}makeCloseSmartSnippetFeedbackModal(){return this.makeCustomEvent(L.closeSmartSnippetFeedbackModal)}logCloseSmartSnippetFeedbackModal(){return M(this,void 0,void 0,function*(){return(yield this.makeCloseSmartSnippetFeedbackModal()).log({searchUID:this.provider.getSearchUID()})})}makeSmartSnippetFeedbackReason(t,r){return this.makeCustomEvent(L.sendSmartSnippetReason,{reason:t,details:r})}logSmartSnippetFeedbackReason(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeSmartSnippetFeedbackReason(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeExpandSmartSnippetSuggestion(t){return this.makeCustomEvent(L.expandSmartSnippetSuggestion,"documentId"in t?t:{documentId:t})}logExpandSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeExpandSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeCollapseSmartSnippetSuggestion(t){return this.makeCustomEvent(L.collapseSmartSnippetSuggestion,"documentId"in t?t:{documentId:t})}logCollapseSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeCollapseSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeShowMoreSmartSnippetSuggestion(t){return this.makeCustomEvent(L.showMoreSmartSnippetSuggestion,t)}logShowMoreSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeShowMoreSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeShowLessSmartSnippetSuggestion(t){return this.makeCustomEvent(L.showLessSmartSnippetSuggestion,t)}logShowLessSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeShowLessSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSource(t,r){return this.makeClickEvent(L.openSmartSnippetSource,t,r)}logOpenSmartSnippetSource(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSource(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSuggestionSource(t,r){return this.makeClickEvent(L.openSmartSnippetSuggestionSource,t,{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}makeCopyToClipboard(t,r){return this.makeClickEvent(L.copyToClipboard,t,r)}logCopyToClipboard(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeCopyToClipboard(t,r)).log({searchUID:this.provider.getSearchUID()})})}logOpenSmartSnippetSuggestionSource(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSuggestionSource(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetInlineLink(t,r){return this.makeClickEvent(L.openSmartSnippetInlineLink,t,{contentIDKey:r.contentIDKey,contentIDValue:r.contentIDValue},r)}logOpenSmartSnippetInlineLink(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetInlineLink(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSuggestionInlineLink(t,r){return this.makeClickEvent(L.openSmartSnippetSuggestionInlineLink,t,{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}logOpenSmartSnippetSuggestionInlineLink(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSuggestionInlineLink(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeRecentQueryClick(){return this.makeSearchEvent(L.recentQueryClick)}logRecentQueryClick(){return M(this,void 0,void 0,function*(){return(yield this.makeRecentQueryClick()).log({searchUID:this.provider.getSearchUID()})})}makeClearRecentQueries(){return this.makeCustomEvent(L.clearRecentQueries)}logClearRecentQueries(){return M(this,void 0,void 0,function*(){return(yield this.makeClearRecentQueries()).log({searchUID:this.provider.getSearchUID()})})}makeRecentResultClick(t,r){return this.makeCustomEvent(L.recentResultClick,{info:t,identifier:r})}logRecentResultClick(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeRecentResultClick(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeClearRecentResults(){return this.makeCustomEvent(L.clearRecentResults)}logClearRecentResults(){return M(this,void 0,void 0,function*(){return(yield this.makeClearRecentResults()).log({searchUID:this.provider.getSearchUID()})})}makeNoResultsBack(){return this.makeSearchEvent(L.noResultsBack)}logNoResultsBack(){return M(this,void 0,void 0,function*(){return(yield this.makeNoResultsBack()).log({searchUID:this.provider.getSearchUID()})})}makeShowMoreFoldedResults(t,r){return this.makeClickEvent(L.showMoreFoldedResults,t,r)}logShowMoreFoldedResults(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeShowMoreFoldedResults(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeShowLessFoldedResults(){return this.makeCustomEvent(L.showLessFoldedResults)}logShowLessFoldedResults(){return M(this,void 0,void 0,function*(){return(yield this.makeShowLessFoldedResults()).log({searchUID:this.provider.getSearchUID()})})}makeEventDescription(t,r){var n;return{actionCause:r,customData:(n=t.payload)===null||n===void 0?void 0:n.customData}}makeCustomEvent(t,r){return M(this,arguments,void 0,function*(n,o,i=Lm[n]){this.coveoAnalyticsClient.getParameters;let a=Object.assign(Object.assign({},this.provider.getBaseMetadata()),o),s=Object.assign(Object.assign({},yield this.getBaseEventRequest(a)),{eventType:i,eventValue:n}),c=yield this.coveoAnalyticsClient.makeCustomEvent(s);return{description:this.makeEventDescription(c,n),log:({searchUID:u})=>c.log({lastSearchQueryUid:u})}})}logCustomEvent(t,r){return M(this,arguments,void 0,function*(n,o,i=Lm[n]){return(yield this.makeCustomEvent(n,o,i)).log({searchUID:this.provider.getSearchUID()})})}makeCustomEventWithType(t,r,n){return M(this,void 0,void 0,function*(){let o=Object.assign(Object.assign({},this.provider.getBaseMetadata()),n),i=Object.assign(Object.assign({},yield this.getBaseEventRequest(o)),{eventType:r,eventValue:t}),a=yield this.coveoAnalyticsClient.makeCustomEvent(i);return{description:this.makeEventDescription(a,t),log:({searchUID:s})=>a.log({lastSearchQueryUid:s})}})}logCustomEventWithType(t,r,n){return M(this,void 0,void 0,function*(){return(yield this.makeCustomEventWithType(t,r,n)).log({searchUID:this.provider.getSearchUID()})})}logSearchEvent(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeSearchEvent(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeSearchEvent(t,r){return M(this,void 0,void 0,function*(){let n=yield this.getBaseSearchEventRequest(t,r),o=yield this.coveoAnalyticsClient.makeSearchEvent(n);return{description:this.makeEventDescription(o,t),log:({searchUID:i})=>o.log({searchQueryUid:i})}})}makeClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){let i=Object.assign(Object.assign(Object.assign({},r),yield this.getBaseEventRequest(Object.assign(Object.assign({},n),o))),{queryPipeline:this.provider.getPipeline(),actionCause:t}),a=yield this.coveoAnalyticsClient.makeClickEvent(i);return{description:this.makeEventDescription(a,t),log:({searchUID:s})=>a.log({searchQueryUid:s})}})}logClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){return(yield this.makeClickEvent(t,r,n,o)).log({searchUID:this.provider.getSearchUID()})})}getBaseSearchEventRequest(t,r){return M(this,void 0,void 0,function*(){var n,o;return Object.assign(Object.assign(Object.assign({},yield this.getBaseEventRequest(Object.assign(Object.assign({},r),(o=(n=this.provider).getGeneratedAnswerMetadata)===null||o===void 0?void 0:o.call(n)))),this.provider.getSearchEventRequestPayload()),{queryPipeline:this.provider.getPipeline(),actionCause:t})})}getBaseEventRequest(t){return M(this,void 0,void 0,function*(){let r=Object.assign(Object.assign({},this.provider.getBaseMetadata()),t);return Object.assign(Object.assign(Object.assign({},this.getOrigins()),this.getSplitTestRun()),{customData:r,language:this.provider.getLanguage(),facetState:this.provider.getFacetState?this.provider.getFacetState():[],anonymous:this.provider.getIsAnonymous(),clientId:yield this.getClientId()})})}getOrigins(){var t,r;return{originContext:(r=(t=this.provider).getOriginContext)===null||r===void 0?void 0:r.call(t),originLevel1:this.provider.getOriginLevel1(),originLevel2:this.provider.getOriginLevel2(),originLevel3:this.provider.getOriginLevel3()}}getClientId(){return this.coveoAnalyticsClient instanceof Gt?this.coveoAnalyticsClient.getCurrentVisitorId():void 0}getSplitTestRun(){let t=this.provider.getSplitTestRunName?this.provider.getSplitTestRunName():"",r=this.provider.getSplitTestRunVersion?this.provider.getSplitTestRunVersion():"";return Object.assign(Object.assign({},t&&{splitTestRunName:t}),r&&{splitTestRunVersion:r})}makeLikeGeneratedAnswer(t){return this.makeCustomEvent(L.likeGeneratedAnswer,t)}logLikeGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeLikeGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeDislikeGeneratedAnswer(t){return this.makeCustomEvent(L.dislikeGeneratedAnswer,t)}logDislikeGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeDislikeGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeOpenGeneratedAnswerSource(t){return this.makeCustomEvent(L.openGeneratedAnswerSource,t)}logOpenGeneratedAnswerSource(t){return M(this,void 0,void 0,function*(){return(yield this.makeOpenGeneratedAnswerSource(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCitationClick(t,r){return this.makeClickEvent(L.generatedAnswerCitationClick,Object.assign(Object.assign({},t),{documentPosition:1}),{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}logGeneratedAnswerCitationClick(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCitationClick(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerSourceHover(t){return this.makeCustomEvent(L.generatedAnswerSourceHover,t)}logGeneratedAnswerSourceHover(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerSourceHover(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCopyToClipboard(t){return this.makeCustomEvent(L.generatedAnswerCopyToClipboard,t)}logGeneratedAnswerCopyToClipboard(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCopyToClipboard(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerHideAnswers(t){return this.makeCustomEvent(L.generatedAnswerHideAnswers,t)}logGeneratedAnswerHideAnswers(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerHideAnswers(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerShowAnswers(t){return this.makeCustomEvent(L.generatedAnswerShowAnswers,t)}logGeneratedAnswerShowAnswers(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerShowAnswers(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerExpand(t){return this.makeCustomEvent(L.generatedAnswerExpand,t)}logGeneratedAnswerExpand(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerExpand(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCollapse(t){return this.makeCustomEvent(L.generatedAnswerCollapse,t)}logGeneratedAnswerCollapse(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCollapse(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerFeedbackSubmit(t){return this.makeCustomEvent(L.generatedAnswerFeedbackSubmit,t)}logGeneratedAnswerFeedbackSubmit(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerFeedbackSubmit(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerFeedbackSubmitV2(t){return this.makeCustomEvent(L.generatedAnswerFeedbackSubmitV2,t)}logGeneratedAnswerFeedbackSubmitV2(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerFeedbackSubmitV2(t)).log({searchUID:this.provider.getSearchUID()})})}makeRephraseGeneratedAnswer(t){return this.makeSearchEvent(L.rephraseGeneratedAnswer,t)}logRephraseGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeRephraseGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeRetryGeneratedAnswer(){return this.makeSearchEvent(L.retryGeneratedAnswer)}logRetryGeneratedAnswer(){return M(this,void 0,void 0,function*(){return(yield this.makeRetryGeneratedAnswer()).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerStreamEnd(t){return this.makeCustomEvent(L.generatedAnswerStreamEnd,t)}logGeneratedAnswerStreamEnd(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerStreamEnd(t)).log({searchUID:this.provider.getSearchUID()})})}},ts=Object.assign({},Ci),Gm=Object.keys(ts).map(e=>ts[e]),co=class extends Sl{constructor({client:t,uuidGenerator:r=Zr}){super({client:t,uuidGenerator:r}),this.ticket={}}getApi(t){let r=super.getApi(t);if(r!==null)return r;switch(t){case"setTicket":return this.setTicket;default:return null}}addHooks(){this.addHooksForEvent(),this.addHooksForPageView(),this.addHooksForSVCEvents()}setTicket(t){this.ticket=t}clearPluginData(){this.ticket={}}addHooksForSVCEvents(){this.client.registerBeforeSendEventHook((t,...[r])=>Gm.indexOf(t)!==-1?this.addSVCDataToPayload(t,r):r),this.client.registerAfterSendEventHook((t,...[r])=>(Gm.indexOf(t)!==-1&&this.updateLocationInformation(t,r),r))}addHooksForPageView(){this.client.addEventTypeMapping(ts.pageview,{newEventType:ve.collect,variableLengthArgumentsNames:["page"],addVisitorIdParameter:!0,usesMeasurementProtocol:!0})}addHooksForEvent(){this.client.addEventTypeMapping(ts.event,{newEventType:ve.collect,variableLengthArgumentsNames:["eventCategory","eventAction","eventLabel","eventValue"],addVisitorIdParameter:!0,usesMeasurementProtocol:!0})}addSVCDataToPayload(t,r){var n;let o=Object.assign(Object.assign(Object.assign(Object.assign({},this.getLocationInformation(t,r)),this.getDefaultContextInformation(t)),this.action?{svcAction:this.action}:{}),Object.keys((n=this.actionData)!==null&&n!==void 0?n:{}).length>0?{svcActionData:this.actionData}:{}),i=this.getTicketPayload();return this.clearData(),Object.assign(Object.assign(Object.assign({},i),o),r)}getTicketPayload(){return Px(this.ticket)}};co.Id="svc";var rs;(function(e){e.click="click",e.flowStart="flowStart"})(rs||(rs={}));var xt;(function(e){e.enterInterface="ticket_create_start",e.fieldUpdate="ticket_field_update",e.fieldSuggestionClick="ticket_classification_click",e.documentSuggestionClick="documentSuggestionClick",e.documentSuggestionQuickview="documentSuggestionQuickview",e.suggestionRate="suggestion_rate",e.nextCaseStep="ticket_next_stage",e.caseCancelled="ticket_cancel",e.caseSolved="ticket_cancel",e.caseCreated="ticket_create"})(xt||(xt={}));var ns;(function(e){e.quit="Quit",e.solved="Solved"})(ns||(ns={}));var os=class{constructor(t,r){var n;this.options=t,this.provider=r;let o=((n=t.enableAnalytics)!==null&&n!==void 0?n:!0)&&!Za();this.coveoAnalyticsClient=o?new Gt(t):new lo,this.svc=new co({client:this.coveoAnalyticsClient})}disable(){this.coveoAnalyticsClient=new lo,this.svc=new co({client:this.coveoAnalyticsClient})}enable(){this.coveoAnalyticsClient=new Gt(this.options),this.svc=new co({client:this.coveoAnalyticsClient})}logEnterInterface(t){return this.svc.setAction(xt.enterInterface),this.svc.setTicket(t.ticket),this.sendFlowStartEvent()}logUpdateCaseField(t){return this.svc.setAction(xt.fieldUpdate,{fieldName:t.fieldName}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logSelectFieldSuggestion(t){return this.svc.setAction(xt.fieldSuggestionClick,t.suggestion),this.svc.setTicket(t.ticket),this.sendClickEvent()}logSelectDocumentSuggestion(t){return this.logClickEvent(xt.documentSuggestionClick,t.suggestion.suggestion,{contentIDKey:"permanentId",contentIDValue:t.suggestion.permanentId})}logQuickviewDocumentSuggestion(t){return this.logClickEvent(xt.documentSuggestionQuickview,t.suggestion.suggestion,{contentIDKey:"permanentId",contentIDValue:t.suggestion.permanentId})}logRateDocumentSuggestion(t){return this.svc.setAction(xt.suggestionRate,Object.assign({rate:t.rating},t.suggestion)),this.svc.setTicket(t.ticket),this.sendClickEvent()}logMoveToNextCaseStep(t){return this.svc.setAction(xt.nextCaseStep,{stage:t?.stage}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseCancelled(t){return this.svc.setAction(xt.caseCancelled,{reason:ns.quit}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseSolved(t){return this.svc.setAction(xt.caseSolved,{reason:ns.solved}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseCreated(t){return this.svc.setAction(xt.caseCreated),this.svc.setTicket(t.ticket),this.sendClickEvent()}sendFlowStartEvent(){return this.coveoAnalyticsClient.sendEvent("event","svc",rs.flowStart,this.provider?{searchHub:this.provider.getOriginLevel1()}:null)}sendClickEvent(){return this.coveoAnalyticsClient.sendEvent("event","svc",rs.click,this.provider?{searchHub:this.provider.getOriginLevel1()}:null)}getBaseEventRequest(t){return M(this,void 0,void 0,function*(){var r,n;let o=Object.assign({},t);return Object.assign(Object.assign({},this.getOrigins()),{customData:o,language:(r=this.provider)===null||r===void 0?void 0:r.getLanguage(),anonymous:(n=this.provider)===null||n===void 0?void 0:n.getIsAnonymous(),clientId:yield this.getClientId()})})}getClientId(){return this.coveoAnalyticsClient instanceof Gt?this.coveoAnalyticsClient.getCurrentVisitorId():void 0}getOrigins(){var t,r,n,o,i;return{originContext:(r=(t=this.provider)===null||t===void 0?void 0:t.getOriginContext)===null||r===void 0?void 0:r.call(t),originLevel1:(n=this.provider)===null||n===void 0?void 0:n.getOriginLevel1(),originLevel2:(o=this.provider)===null||o===void 0?void 0:o.getOriginLevel2(),originLevel3:(i=this.provider)===null||i===void 0?void 0:i.getOriginLevel3()}}logClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){var i,a;let s=Object.assign(Object.assign(Object.assign({},r),yield this.getBaseEventRequest(Object.assign(Object.assign({},n),o))),{searchQueryUid:(a=(i=this.provider)===null||i===void 0?void 0:i.getSearchUID())!==null&&a!==void 0?a:"",actionCause:t});return this.coveoAnalyticsClient.sendClickEvent(s)})}};var Jm=e=>new Gt(e).getCurrentVisitorId(),Ii=(e,t)=>typeof t=="function"?(...r)=>{let n=ci(r[0]);try{return t.apply(t,r)}catch(o){return e.error(o,"Error in analytics preprocessRequest. Returning original request."),n}}:void 0,Ti=(e,t)=>(...r)=>{let n=ci(r[1]);try{return t.apply(t,r)}catch(o){return e.error(o,"Error in analytics hook. Returning original request."),n}};m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();function is(){return{desiredCount:5,numberOfValues:8,set:{}}}m();d();f();p();m();d();f();p();m();d();f();p();function Zm(e){let{activeValue:t,ancestryMap:r}=IC(e);return t?TC(t,r):[]}function IC(e){let t=[...e],r=new Map;for(;t.length>0;){let n=t.shift();if(n.state==="selected")return{activeValue:n,ancestryMap:r};if(r)for(let o of n.children)r.set(o,n);t.unshift(...n.children)}return{}}function TC(e,t){let r=[];if(!e)return[];let n=e;do r.unshift(n),n=t.get(n);while(n);return r}var _C=(e,t)=>e.categoryFacetSet[t]?.request;var Pl=(e,t)=>{let r=_C(e,t);return Zm(r?.currentValues??[])};m();d();f();p();function as(){return{}}m();d();f();p();function ss(){return{}}m();d();f();p();function cs(){return{}}m();d();f();p();function us(){return{}}function Nl(e){return{facetSet:e.facetSet??us(),categoryFacetSet:e.categoryFacetSet??as(),dateFacetSet:e.dateFacetSet??ss(),numericFacetSet:e.numericFacetSet??cs(),automaticFacetSet:e.automaticFacetSet??is()}}var Fl=e=>{let t=[];return PC(e).forEach((r,n)=>{let o=UC(e,r.facetId),i=qC(r,n+1);if(OC(r)){if(!!!Pl(e,r.facetId).length)return;t.push({...i,...MC(e,r.facetId),facetType:o,state:"selected"});return}r.currentValues.forEach((a,s)=>{if(a.state==="idle")return;let c=eg(a,s+1,o),u=kC(r)?tg(a):FC(a);t.push({...i,...c,...u})})}),NC(e).forEach((r,n)=>{let o=jC(r,n+1);r.values.forEach((i,a)=>{if(i.state==="idle")return;let s=eg(i,a+1,"specific"),c=tg(i);t.push({...o,...s,...c})})}),t},kC=e=>e.type==="specific",OC=e=>e.type==="hierarchical",PC=e=>[...Object.values(e.facetSet),...Object.values(e.categoryFacetSet),...Object.values(e.dateFacetSet),...Object.values(e.numericFacetSet)].map(t=>t.request),NC=e=>[...Object.values(e.automaticFacetSet.set)].map(t=>t.response),eg=(e,t,r)=>({state:e.state,valuePosition:t,facetType:r}),FC=e=>({displayValue:`${e.start}..${e.end}`,value:`${e.start}..${e.end}`,start:e.start,end:e.end,endInclusive:e.endInclusive}),tg=e=>({displayValue:e.value,value:e.value}),DC=(e,t)=>Pl(e,t).map(n=>n.value).join(";"),MC=(e,t)=>{let n=DC(e,t);return{value:n,valuePosition:1,displayValue:n}},jC=(e,t)=>({title:rg(e.field,e.field),field:e.field,id:e.field,facetPosition:t}),qC=(e,t)=>({title:rg(e.field,e.facetId),field:e.field,id:e.facetId,facetPosition:t}),rg=(e,t)=>`${e}_${t}`,LC=(e,t)=>e.facetSet[t]?.request||e.categoryFacetSet[t]?.request||e.dateFacetSet[t]?.request||e.numericFacetSet[t]?.request||e.automaticFacetSet.set[t]?.response,UC=(e,t)=>{let r=LC(e,t);return r?r.type:"specific"};m();d();f();p();m();d();f();p();var Dl=e=>e.configuration.search.locale,ng=e=>e.configuration.search.timezone,og=e=>e.configuration.accessToken,ig=e=>e.configuration.organizationId,ag=e=>e.configuration.environment,Sr=e=>e.configuration?.knowledge?.agentId;var en=e=>{if(VC(e)||Ml(e))return e.generatedAnswer?.answerId;if(GC(e))return e.search?.response?.extendedResults?.generativeQuestionAnsweringId},VC=e=>"answer"in e&&"generatedAnswer"in e&&!ie(e.generatedAnswer?.answerConfigurationId),Ml=e=>{let t=Sr(e);return"answerGenerationApi"in e&&"generatedAnswer"in e&&typeof t=="string"&&t.trim().length>0},GC=e=>"search"in e&&e.search!==void 0&&typeof e.search=="object",jl=e=>e.generatedAnswer?.fieldsToIncludeInCitations,BC=Ue(e=>e.generatedAnswer?.citations,(e,t)=>t,(e,t)=>e?.find(r=>r.id===t));m();d();f();p();var St=()=>({q:"",enableQuerySyntax:!1});m();d();f();p();m();d();f();p();var sg=(r=>(r.Ascending="ascending",r.Descending="descending",r))(sg||{}),cg=(i=>(i.Relevancy="relevancy",i.QRE="qre",i.Date="date",i.Field="field",i.NoSort="nosort",i))(cg||{}),ql=e=>{if(rf(e))return e.map(t=>ql(t)).join(",");switch(e.by){case"relevancy":case"qre":case"nosort":return e.by;case"date":return`date ${e.order}`;case"field":return`@${e.field} ${e.order}`;default:return""}},ug=()=>({by:"relevancy"});var AL=new ee({values:{by:new Pu({enum:cg,required:!0}),order:new Pu({enum:sg}),field:new H}});function ls(){return ql(ug())}m();d();f();p();m();d();f();p();var po=()=>"default";var $C=e=>{let t=e.configuration.search.locale.split("-")[0];return!t||t.length!==2?"en":t},nr=class{constructor(t){this.getState=t;xe(this,"state");this.state=t()}getLanguage(){return $C(this.state)}getBaseMetadata(){let{context:t,configuration:r}=this.state,n=t?.contextValues||{},o={};for(let[i,a]of Object.entries(n)){let s=`context_${i}`;o[s]=a}return r.analytics.analyticsMode==="legacy"&&(o.coveoHeadlessVersion=Xn),o}getOriginContext(){return this.state.configuration.analytics.originContext}getOriginLevel1(){return this.state.searchHub||po()}getOriginLevel2(){return this.state.configuration.analytics.originLevel2}getOriginLevel3(){return this.state.configuration.analytics.originLevel3}getIsAnonymous(){return this.state.configuration.analytics.anonymous}};var _i=class _i extends nr{constructor(){super(...arguments);xe(this,"getFacetRequest",r=>this.state.facetSet?.[r]?.request||this.state.categoryFacetSet?.[r]?.request||this.state.dateFacetSet?.[r]?.request||this.state.numericFacetSet?.[r]?.request||this.state.automaticFacetSet?.set[r]?.response)}getFacetState(){return Fl(Nl(this.getState()))}getPipeline(){return this.state.pipeline||this.state.search?.response.pipeline||_i.fallbackPipelineName}getSearchEventRequestPayload(){return{queryText:this.queryText,responseTime:this.responseTime,results:this.resultURIs,numberOfResults:this.numberOfResults}}getSearchUID(){let r=this.getState();return r.search?.searchResponseId||r.search?.response.searchUid||jt().response.searchUid}getSplitTestRunName(){return this.state.search?.response.splitTestRun}getSplitTestRunVersion(){let r=!!this.getSplitTestRunName(),n=this.state.search?.response.pipeline||this.state.pipeline||_i.fallbackPipelineName;return r?n:void 0}getBaseMetadata(){let r=this.getState(),n=super.getBaseMetadata(),o=en(r);return o&&(n.generativeQuestionAnsweringId=o),n}getFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,facetValue:n,facetTitle:`${i}_${r}`}}getFacetClearAllMetadata(r){let o=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:o,facetTitle:`${o}_${r}`}}getFacetUpdateSortMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,criteria:n,facetTitle:`${i}_${r}`}}getRangeBreadcrumbFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,facetRangeEnd:n.end,facetRangeEndInclusive:n.endInclusive,facetRangeStart:n.start,facetTitle:`${i}_${r}`}}getResultSortMetadata(){return{...this.getBaseMetadata(),resultsSortBy:this.state.sortCriteria??ls()}}getStaticFilterToggleMetadata(r,n){return{...this.getBaseMetadata(),staticFilterId:r,staticFilterValue:n}}getStaticFilterClearAllMetadata(r){return{...this.getBaseMetadata(),staticFilterId:r}}getUndoTriggerQueryMetadata(r){return{...this.getBaseMetadata(),undoneQuery:r}}getCategoryBreadcrumbFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),categoryFacetId:r,categoryFacetField:i,categoryFacetPath:n,categoryFacetTitle:`${i}_${r}`}}getOmniboxAnalyticsMetadata(r,n){let o=this.state.querySuggest?.[r],i=o.completions.map(u=>u.expression),a=o.partialQueries.length-1,s=o.partialQueries[a]||"",c=o.responseId;return{...this.getBaseMetadata(),suggestionRanking:i.indexOf(n),partialQuery:s,partialQueries:o.partialQueries.length>0?o.partialQueries:"",suggestions:i.length>0?i:"",querySuggestResponseId:c}}getInterfaceChangeMetadata(){return{...this.getBaseMetadata(),interfaceChangeTo:this.state.configuration.analytics.originLevel2}}getOmniboxFromLinkMetadata(r){return{...this.getBaseMetadata(),...r}}getGeneratedAnswerMetadata(){let r=this.getState(),n={};return r.generatedAnswer?.isVisible!==void 0&&(n.showGeneratedAnswer=r.generatedAnswer.isVisible),n}get resultURIs(){return this.results?.map(r=>({documentUri:r.uri,documentUriHash:r.raw.urihash}))}get results(){return this.state.search?.response.results}get queryText(){return this.state.query?.q||St().q}get responseTime(){return this.state.search?.duration||jt().duration}get numberOfResults(){return this.state.search?.response.totalCountFiltered||jt().response.totalCountFiltered}};xe(_i,"fallbackPipelineName","default");var wr=_i,lg=({logger:e,getState:t,analyticsClientMiddleware:r=(i,a)=>a,preprocessRequest:n,provider:o})=>{let i=t(),a=i.configuration.accessToken,s=i.configuration.analytics.apiBaseUrl??Be(i.configuration.organizationId,i.configuration.environment,"analytics"),c=i.configuration.analytics.runtimeEnvironment,u=i.configuration.analytics.enabled,h=new es({token:a,endpoint:s,runtimeEnvironment:c,preprocessRequest:Ii(e,n),beforeSendHooks:[Ti(e,r),(v,S)=>(e.info({...S,type:v,endpoint:s,token:a},"Analytics request"),S)]},o);return u||h.disable(),h},Ll=()=>{let t=bt.getInstance().getHistory().reverse().find(r=>r.name==="PageView"&&r.value);return t?t.value:""};var ds=/*#__PURE__*/function(){var _ref10=_asyncToGenerator(function*(e,t){let r=e.analyticsMode==="next";return{analytics:{clientId:yield Jm(e),clientTimestamp:new Date().toISOString(),documentReferrer:e.originLevel3,originContext:e.originContext,...(t&&{actionCause:t.actionCause,customData:t.customData}),...(t&&!r&&{customData:t.customData}),...(e.userDisplayName&&{userDisplayName:e.userDisplayName}),...(e.documentLocation&&{documentLocation:e.documentLocation}),...(e.deviceId&&{deviceId:e.deviceId}),...(Ll()&&{pageId:Ll()}),...(r&&e.trackingId&&{trackingId:e.trackingId}),capture:r,...(r&&{source:ao(e)})}}});return function ds(_x17,_x18){return _ref10.apply(this,arguments)}}();m();d();f();p();m();d();f();p();m();d();f();p();var fo=()=>({duration:0,error:null,isLoading:!1,id:"Recommendation",recommendations:[],searchUid:"",splitTestRun:"",pipeline:""});var ki=class extends nr{getPipeline(){return this.state.pipeline||this.state.recommendation?.pipeline||"default"}getSearchEventRequestPayload(){return{queryText:St().q,responseTime:this.responseTime,results:this.mapResultsToAnalyticsDocument(),numberOfResults:this.numberOfResults}}getSearchUID(){return this.getState().recommendation?.searchUid||fo().searchUid}getSplitTestRunName(){return this.state.recommendation?.splitTestRun}getSplitTestRunVersion(){let t=!!this.getSplitTestRunName(),r=this.state.recommendation?.pipeline||this.state.pipeline||"default";return t?r:void 0}get responseTime(){return this.state.recommendation?.duration||fo().duration}mapResultsToAnalyticsDocument(){return this.state.recommendation?.recommendations.map(t=>({documentUri:t.uri,documentUriHash:t.raw.urihash}))}get numberOfResults(){return this.state.recommendation?.recommendations.length||fo().recommendations.length}};m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var dg=/^(?:[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 QC(e){return typeof e=="string"&&dg.test(e)}var Ul=QC;m();d();f();p();var et=[];for(let e=0;e<256;++e)et.push((e+256).toString(16).slice(1));function pg(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()}m();d();f();p();var Vl,HC=new Uint8Array(16);function Gl(){if(!Vl){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Vl=crypto.getRandomValues.bind(crypto)}return Vl(HC)}m();d();f();p();m();d();f();p();var zC=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Bl={randomUUID:zC};function WC(e,t,r){e=e||{};let n=e.random??e.rng?.()??Gl();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return pg(n)}function KC(e,t,r){return Bl.randomUUID&&!t&&!e?Bl.randomUUID():WC(e,t,r)}var $l=KC;m();d();f();p();function fg(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function YC({config:e,environment:t,event:r,listenerManager:n}){let{url:o,token:i,mode:a}=e;a!=="disabled"&&(n.call(r),t.send(o,i,r))}var mg="visitorId";function XC(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(mg),o=n&&Ul(n)?n:t.generateUUID();return r.setItem(mg,o),o}}}var Sg="1.2.15",Ql=128,wg=192,gg=224,hg=240,JC=248;function ZC(e){return(e&JC)===hg?4:(e&hg)===gg?3:(e&gg)===wg?2:1}function eE(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&Ql)!=Ql)break;if(r-=3,(n&wg)!=Ql){t-r>=ZC(n)*3&&(r=t);break}}return e.substring(0,r)}function tE(e){let{trackingId:t}=e;return{trackingId:t}}function rE(e){return(e.source||[]).concat([`relay@${Sg}`])}function Ag(e,t,r,n){let{getReferrer:o,getLocation:i,getUserAgent:a}=r,s=tE(t),c=n.getClientId();return Object.freeze({type:e,config:s,ts:Date.now(),source:rE(t),clientId:c,userAgent:a(),referrer:yg(o()),location:yg(i())})}function yg(e){return e!==null?eE(e,1024):null}function nE(e,t,r,n,o){return{...t,meta:Ag(e,r,n,o)}}var oE="*";function iE(){let e=[];function t({type:c,callback:u}){return e.findIndex(h=>h.type===c&&h.callback===u)}function r(c,u){return c.type==="*"||u===c.type}function n(c){return t(c)<0&&e.push(c),()=>s(c.type,c.callback)}function o(c){e.forEach(u=>{if(r(u,c.meta.type))try{u.callback(c)}catch(h){console.error(h)}})}function i(c){if(c===oE)e.length=0;else for(let u=e.length-1;u>=0;u--)e[u].type===c&&e.splice(u,1)}function a(c){let u=t(c);u>=0&&e.splice(u,1)}function s(c,u){u?a({type:c,callback:u}):i(c)}return{add:n,call:o,remove:s}}function vg({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 aE(e){let t=vg(e);return{get:()=>t,update:r=>{t=vg({...t,...r})}}}var Hl=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}=`,o=document.cookie.split(";");for(let i of o){let a=i.replace(/^\s+/,"");if(a.lastIndexOf(n,0)===0)return a.substring(n.length,a.length)}return null},setItem(r,n,o){let i=t(window.location.hostname),a=`;expires=${new Date(new Date().getTime()+o).toUTCString()}`,s=i?`;domain=${i}`:"";document.cookie=`${e}${r}=${n}${a}${s};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function cE(){return{getItem(e){return Hl.getItem(e)||localStorage.getItem(e)},removeItem(e){Hl.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Hl.setItem(e,t,31556952e3)}}}function uE(){let e=document.referrer;return e===""?null:e}function zl(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(fg().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:()=>uE(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>$l(),storage:cE()}}function lE(){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 dE(){return{getItem(){return null},removeItem(){},setItem(){}}}function pE(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:dE()}}function fE(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=pE();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&mE()&&lE()?zl():n}function mE(){try{return typeof window=="object"}catch{return!1}}function gE(e){return{get:()=>Object.freeze(fE(e))}}function bg(e){let t=aE(e),r=iE(),n=gE(t),o=XC(n);return{emit:(i,a)=>{let s=t.get(),c=n.get(),u=nE(i,a,s,c,o);return YC({config:s,environment:c,event:u,listenerManager:r})},getMeta:i=>Ag(i,t.get(),n.get(),o),on:(i,a)=>r.add({type:i,callback:a}),off:(i,a)=>r.remove(i,a),updateConfig:i=>t.update(i),version:Sg}}m();d();f();p();function xg(){return typeof window<"u"&&typeof document<"u"}var Oi=Ue(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>ao(e.configuration.analytics),(e,t)=>t,(e,t,r,{trackingId:n,apiBaseUrl:o,enabled:i},a,s)=>{let c=yE(s);return bg({mode:i?"emit":"disabled",url:o??fa(e,t),token:r,trackingId:n??null,source:a,environment:c})}),hE={generateUUID:()=>"",getLocation:()=>null,getReferrer:()=>null,getUserAgent:()=>null,send:()=>{},storage:{getItem:()=>null,setItem:()=>{},removeItem:()=>{}}},yE=e=>{if(!e)return;let t=e();return{...(xg()?zl():hE),generateUUID:()=>t.clientId,getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent}};m();d();f();p();var Pi=class extends nr{getSearchUID(){return this.state.documentSuggestion?.status.lastResponseId??""}},Cg=({logger:e,getState:t,analyticsClientMiddleware:r=(i,a)=>a,preprocessRequest:n,provider:o=new Pi(t)})=>{let i=t(),a=i.configuration.accessToken,s=i.configuration.analytics.apiBaseUrl??Be(i.configuration.organizationId,i.configuration.environment,"analytics"),c=i.configuration.analytics.runtimeEnvironment,u=i.configuration.analytics.enabled,h=new os({enableAnalytics:u,token:a,endpoint:s,runtimeEnvironment:c,preprocessRequest:Ii(e,n),beforeSendHooks:[Ti(e,r),(v,S)=>(e.info({...S,type:v,endpoint:s,token:a},"Analytics request"),S)]},o);return u||h.disable(),h};m();d();f();p();m();d();f();p();function Eg(e,t){return{...new wr(t).getBaseMetadata(),actionCause:e,type:e}}function vE(e){return Object.assign(e,{instantlyCallable:!0})}function SE(e,t){let r=i=>vE(be(e,i)),n=r(/*#__PURE__*/function(){var _ref11=_asyncToGenerator(function*(i,{getState:a,extra:s}){let{analyticsClientMiddleware:c,preprocessRequest:u,logger:h}=s;return yield(yield t({getState:a,analyticsClientMiddleware:c,preprocessRequest:u,logger:h})).log({state:a(),extra:s})});return function(_x19,_x20){return _ref11.apply(this,arguments)}}());return Object.assign(n,{prepare:function(){var _ref12=_asyncToGenerator(function*({getState:i,analyticsClientMiddleware:a,preprocessRequest:s,logger:c}){let{description:u,log:h}=yield t({getState:i,analyticsClientMiddleware:a,preprocessRequest:s,logger:c});return{description:u,action:r(/*#__PURE__*/function(){var _ref13=_asyncToGenerator(function*(v,{getState:S,extra:g}){return yield h({state:S(),extra:g})});return function(_x22,_x23){return _ref13.apply(this,arguments)}}())}});return function prepare(_x21){return _ref12.apply(this,arguments)}}()}),n}var Rg=(e,t,r)=>{function n(...o){let i=o.length===1?{...o[0],__legacy__getBuilder:t(o[0].__legacy__getBuilder),analyticsConfigurator:e,providerClass:r}:{prefix:o[0],__legacy__getBuilder:t(o[1]),__legacy__provider:o[2],analyticsConfigurator:e,providerClass:r};return bE(i)}return n},wE=e=>e.configuration.analytics.analyticsMode==="legacy",AE=e=>e.configuration.analytics.analyticsMode==="next",bE=({prefix:e,__legacy__getBuilder:t,__legacy__provider:r,analyticsPayloadBuilder:n,analyticsType:o,analyticsConfigurator:i,providerClass:a})=>(r??(r=s=>new a(s)),SE(e,/*#__PURE__*/function(){var _ref14=_asyncToGenerator(function*({getState:s,analyticsClientMiddleware:c,preprocessRequest:u,logger:h}){let v=[],S={log:function(){var _ref15=_asyncToGenerator(function*({state:C}){for(let I of v)yield I(C)});return function log(_x25){return _ref15.apply(this,arguments)}}()},g=s(),y=i({getState:s,logger:h,analyticsClientMiddleware:c,preprocessRequest:u,provider:r(s)}),x=yield t(y,s());S.description=x?.description,v.push(/*#__PURE__*/function(){var _ref16=_asyncToGenerator(function*(C){wE(C)&&(yield xE(x,r,C,h,y.coveoAnalyticsClient))});return function(_x26){return _ref16.apply(this,arguments)}}());let{emit:E}=Oi(g);return v.push(/*#__PURE__*/function(){var _ref17=_asyncToGenerator(function*(C){if(AE(C)&&o&&n){let I=n(C);yield kE(E,o,I)}});return function(_x27){return _ref17.apply(this,arguments)}}()),S});return function(_x24){return _ref14.apply(this,arguments)}}()));function xE(_x28,_x29,_x30,_x31,_x32){return _xE.apply(this,arguments)}function _xE(){_xE=_asyncToGenerator(function*(e,t,r,n,o){t(()=>r);let i=yield e?.log({searchUID:t(()=>r).getSearchUID()});n.info({client:o,response:i},"Analytics response")});return _xE.apply(this,arguments)}var CE=e=>r=>(n,o)=>Promise.resolve({description:{actionCause:e},log:function(){var _ref18=_asyncToGenerator(function*(i){r(n,o)});return function log(_x33){return _ref18.apply(this,arguments)}}()}),ct=Rg(e=>lg({...e,provider:e.provider||new wr(e.getState)}),e=>e,wr),O1=Rg(Cg,CE("caseAssist"),Pi);var Wl=(e,t)=>{let r=t.recommendation?.recommendations.findIndex(({uniqueId:n})=>e.uniqueId===n)||0;return EE(e,r,t)};function EE(e,t,r){let n=e.raw.collection;return{collectionName:typeof n=="string"?n:"default",documentAuthor:TE(e),documentPosition:t+1,documentTitle:e.title,documentUri:e.uri,documentUriHash:e.raw.urihash,documentUrl:e.clickUri,rankingModifier:e.rankingModifier||"",sourceName:_E(e),queryPipeline:r.pipeline||ro()}}var ps=e=>(e.raw.permanentid||console.warn("Missing field permanentid on result. This might cause many issues with your Coveo deployment. See https://docs.coveo.com/en/1913 and https://docs.coveo.com/en/1640 for more information.",e),{contentIDKey:"permanentid",contentIDValue:e.raw.permanentid||""}),Ig={urihash:new H,sourcetype:new H,permanentid:new H},Tg={uniqueId:X,raw:new ee({values:Ig}),title:X,uri:X,clickUri:X,rankingModifier:new H({required:!1,emptyAllowed:!0})};function RE(e){return Object.assign({},...Object.keys(Ig).map(t=>({[t]:e[t]})))}function IE(e){return Object.assign({},...Object.keys(Tg).map(t=>({[t]:e[t]})),{raw:RE(e.raw)})}function TE(e){let t=e.raw.author;return ie(t)?"unknown":Array.isArray(t)?t.join(";"):`${t}`}function _E(e){let t=e.raw.source;return ie(t)?"unknown":t}var Kl=e=>new lt(Tg).validate(IE(e));function kE(_x34,_x35,_x36){return _kE.apply(this,arguments)}function _kE(){_kE=_asyncToGenerator(function*(e,t,r){yield e(t,r)});return _kE.apply(this,arguments)}m();d();f();p();var _g=()=>ct("analytics/recommendation/update",e=>e.makeRecommendationInterfaceLoad(),e=>new ki(e)),kg=()=>({actionCause:"recommendationInterfaceLoad"}),ms=e=>ct({prefix:"analytics/recommendation/open",__legacy__getBuilder:(t,r)=>(Kl(e),t.makeRecommendationOpen(Wl(e,r),ps(e))),__legacy__provider:t=>new ki(t),analyticsType:"itemClick",analyticsPayloadBuilder:t=>{let r=Wl(e,t),n=ps(e);return{responseId:e.searchUid??"",position:r.documentPosition,itemMetadata:{uniqueFieldName:n.contentIDKey,uniqueFieldValue:n.contentIDValue,title:r.documentTitle,author:r.documentAuthor,url:r.documentUrl}}}});var mo=P("recommendation/set",e=>j(e,{id:X})),Ar=be("recommendation/get",/*#__PURE__*/function(){var _ref19=_asyncToGenerator(function*(e,{getState:t,rejectWithValue:r,extra:{apiClient:n}}){let o=t(),i=Date.now(),a=yield OE(o),s=yield n.recommendations(a),c=Date.now()-i;return dt(s)?r(s.error):{recommendations:s.success.results,analyticsAction:_g(),duration:c,searchUid:s.success.searchUid,splitTestRun:s.success.splitTestRun,pipeline:s.success.pipeline}});return function(_x37,_x38){return _ref19.apply(this,arguments)}}()),OE=/*#__PURE__*/function(){var _ref20=_asyncToGenerator(function*(e){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??pr(e.configuration.organizationId,e.configuration.environment),recommendation:e.recommendation.id,tab:e.configuration.analytics.originLevel2,referrer:e.configuration.analytics.originLevel3,timezone:e.configuration.search.timezone,locale:e.configuration.search.locale,actionsHistory:e.configuration.analytics.enabled?bt.getInstance().getHistory():[],...(e.advancedSearchQueries&&{aq:e.advancedSearchQueries.aq,cq:e.advancedSearchQueries.cq}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.context&&{context:e.context.contextValues}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.fields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.configuration.analytics.enabled&&(yield PE(e,kg()))),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")}),...(e.pagination&&{numberOfResults:e.pagination.numberOfResults})}});return function OE(_x39){return _ref20.apply(this,arguments)}}(),PE=/*#__PURE__*/function(){var _ref21=_asyncToGenerator(function*(e,t){let r=e.configuration.analytics.analyticsMode==="legacy"?void 0:{actionCause:t.actionCause,type:t.actionCause};return yield ds(e.configuration.analytics,r)});return function PE(_x40,_x41){return _ref21.apply(this,arguments)}}();var go=Me(fo(),e=>{e.addCase(mo,(t,r)=>{t.id=r.payload.id}).addCase(Ar.rejected,(t,r)=>{t.error=r.payload?r.payload:null,t.isLoading=!1}).addCase(Ar.fulfilled,(t,r)=>{t.error=null,t.recommendations=r.payload.recommendations.map(n=>({...n,searchUid:r.payload.searchUid})),t.duration=r.payload.duration,t.isLoading=!1,t.searchUid=r.payload.searchUid,t.splitTestRun=r.payload.splitTestRun,t.pipeline=r.payload.pipeline}).addCase(Ar.pending,t=>{t.isLoading=!0}).addCase(Ga,(t,r)=>{t.error=r.payload,t.isLoading=!1})});m();d();f();p();var ho=P("searchHub/set",e=>j(e,new H({required:!0,emptyAllowed:!0})));m();d();f();p();var yo=Me(po(),e=>{e.addCase(ho,(t,r)=>r.payload).addCase(mt.fulfilled,(t,r)=>r.payload?.searchHub??t).addCase(Ut,(t,r)=>r.payload.searchHub||t)});m();d();f();p();m();d();f();p();m();d();f();p();function Og(e){return{status:e,isUninitialized:e==="uninitialized",isLoading:e==="pending",isSuccess:e==="fulfilled",isError:e==="rejected"}}var Pg=qt;function $g(e,t){if(e===t||!(Pg(e)&&Pg(t)||Array.isArray(e)&&Array.isArray(t)))return t;let r=Object.keys(t),n=Object.keys(e),o=r.length===n.length,i=Array.isArray(t)?[]:{};for(let a of r)i[a]=$g(e[a],t[a]),o&&(o=e[a]===i[a]);return o?e:i}function vo(e){let t=0;for(let r in e)t++;return t}var Ng=e=>[].concat(...e);function NE(e){return new RegExp("(^|:)//").test(e)}function FE(){return typeof document>"u"?!0:document.visibilityState!=="hidden"}function ys(e){return e!=null}function DE(){return typeof navigator>"u"||navigator.onLine===void 0?!0:navigator.onLine}var ME=e=>e.replace(/\/$/,""),jE=e=>e.replace(/^\//,"");function qE(e,t){if(!e)return t;if(!t)return e;if(NE(t))return t;let r=e.endsWith("/")||!t.startsWith("?")?"/":"";return e=ME(e),t=jE(t),`${e}${r}${t}`}function LE(e,t,r){return e.has(t)?e.get(t):e.set(t,r).get(t)}var Fg=(...e)=>A(...e),UE=e=>e.status>=200&&e.status<=299,VE=e=>/ion\/(vnd\.api\+)?json/.test(e.get("content-type")||"");function Dg(e){if(!qt(e))return e;let t={...e};for(let[r,n]of Object.entries(t))n===void 0&&delete t[r];return t}function Qg({baseUrl:e,prepareHeaders:t=v=>v,fetchFn:r=Fg,paramsSerializer:n,isJsonContentType:o=VE,jsonContentType:i="application/json",jsonReplacer:a,timeout:s,responseHandler:c,validateStatus:u,...h}={}){return typeof A>"u"&&r===Fg&&console.warn("Warning: `fetch` is not available. Please supply a custom `fetchFn` property to use `fetchBaseQuery` on SSR environments."),(/*#__PURE__*/function(){var _ref22=_asyncToGenerator(function*(S,g,y){let{getState:x,extra:E,endpoint:C,forced:I,type:T}=g,_,{url:q,headers:N=new b(h.headers),params:k=void 0,responseHandler:O=c??"json",validateStatus:D=u??UE,timeout:U=s,...z}=typeof S=="string"?{url:S}:S,$,G=g.signal;U&&($=new l.AbortController,g.signal.addEventListener("abort",$.abort),G=$.signal);let V={...h,signal:G,...z};N=new b(Dg(N)),V.headers=(yield t(N,{getState:x,arg:S,extra:E,endpoint:C,forced:I,type:T,extraOptions:y}))||N;let Q=le=>typeof le=="object"&&(qt(le)||Array.isArray(le)||typeof le.toJSON=="function");if(!V.headers.has("content-type")&&Q(V.body)&&V.headers.set("content-type",i),Q(V.body)&&o(V.headers)&&(V.body=JSON.stringify(V.body,a)),k){let le=~q.indexOf("?")?"&":"?",he=n?n(k):new URLSearchParams(Dg(k));q+=le+he}q=qE(e,q);let B=new Request(q,V);_={request:new Request(q,V)};let Y,ne=!1,pe=$&&setTimeout(()=>{ne=!0,$.abort()},U);try{Y=yield r(B)}catch(le){return{error:{status:ne?"TIMEOUT_ERROR":"FETCH_ERROR",error:String(le)},meta:_}}finally{pe&&clearTimeout(pe),$?.signal.removeEventListener("abort",$.abort)}let we=Y.clone();_.response=we;let de,fe="";try{let le;if(yield Promise.all([v(Y,O).then(he=>de=he,he=>le=he),we.text().then(he=>fe=he,()=>{})]),le)throw le}catch(le){return{error:{status:"PARSING_ERROR",originalStatus:Y.status,data:fe,error:String(le)},meta:_}}return D(Y,de)?{data:de,meta:_}:{error:{status:Y.status,data:de},meta:_}});return function(_x42,_x43,_x44){return _ref22.apply(this,arguments)}}());function v(_x45,_x46){return _v2.apply(this,arguments)}function _v2(){_v2=_asyncToGenerator(function*(S,g){if(typeof g=="function")return g(S);if(g==="content-type"&&(g=o(S.headers)?"json":"text"),g==="json"){let y=yield S.text();return y.length?JSON.parse(y):null}return S.text()});return _v2.apply(this,arguments)}}var So=class{constructor(e,t=void 0){this.value=e,this.meta=t}};function GE(){return _GE.apply(this,arguments)}function _GE(){_GE=_asyncToGenerator(function*(e=0,t=5){let r=Math.min(e,t),n=~~((Math.random()+.4)*(300<<r));yield new Promise(o=>setTimeout(i=>o(i),n))});return _GE.apply(this,arguments)}function BE(e,t){throw Object.assign(new So({error:e,meta:t}),{throwImmediately:!0})}var Mg={},$E=(e,t)=>(/*#__PURE__*/function(){var _ref23=_asyncToGenerator(function*(r,n,o){let i=[5,(t||Mg).maxRetries,(o||Mg).maxRetries].filter(h=>h!==void 0),[a]=i.slice(-1),c={maxRetries:a,backoff:GE,retryCondition:(h,v,{attempt:S})=>S<=a,...t,...o},u=0;for(;;)try{let h=yield e(r,n,o);if(h.error)throw new So(h);return h}catch(h){if(u++,h.throwImmediately){if(h instanceof So)return h.value;throw h}if(h instanceof So&&!c.retryCondition(h.value.error,r,{attempt:u,baseQueryApi:n,extraOptions:o}))return h.value;yield c.backoff(u,c.maxRetries)}});return function(_x47,_x48,_x49){return _ref23.apply(this,arguments)}}()),vs=Object.assign($E,{fail:BE}),ed=P("__rtkq/focused"),Hg=P("__rtkq/unfocused"),td=P("__rtkq/online"),zg=P("__rtkq/offline");function rd(e){return e.type==="query"}function QE(e){return e.type==="mutation"}function nd(e){return e.type==="infinitequery"}function od(e,t,r,n,o,i){return HE(e)?e(t,r,n,o).filter(ys).map(Xl).map(i):Array.isArray(e)?e.map(Xl).map(i):[]}function HE(e){return typeof e=="function"}function Xl(e){return typeof e=="string"?{type:e}:e}function zE(e,t){return e.catch(t)}var Fi=Symbol("forceQueryFn"),Jl=e=>typeof e[Fi]=="function";function WE({serializeQueryArgs:e,queryThunk:t,infiniteQueryThunk:r,mutationThunk:n,api:o,context:i}){let a=new Map,s=new Map,{unsubscribeQueryResult:c,removeMutationResult:u,updateSubscriptionOptions:h}=o.internalActions;return{buildInitiateQuery:C,buildInitiateInfiniteQuery:I,buildInitiateMutation:T,getRunningQueryThunk:v,getRunningMutationThunk:S,getRunningQueriesThunk:g,getRunningMutationsThunk:y};function v(_,q){return N=>{let k=i.endpointDefinitions[_],O=e({queryArgs:q,endpointDefinition:k,endpointName:_});return a.get(N)?.[O]}}function S(_,q){return N=>s.get(N)?.[q]}function g(){return _=>Object.values(a.get(_)||{}).filter(ys)}function y(){return _=>Object.values(s.get(_)||{}).filter(ys)}function x(_){}function E(_,q){let N=(k,{subscribe:O=!0,forceRefetch:D,subscriptionOptions:U,[Fi]:z,...$}={})=>(G,V)=>{let Q=e({queryArgs:k,endpointDefinition:q,endpointName:_}),B,K={...$,type:"query",subscribe:O,forceRefetch:D,subscriptionOptions:U,endpointName:_,originalArgs:k,queryCacheKey:Q,[Fi]:z};if(rd(q))B=t(K);else{let{direction:Ee,initialPageParam:De}=$;B=r({...K,direction:Ee,initialPageParam:De})}let Y=o.endpoints[_].select(k),ne=G(B),pe=Y(V());let{requestId:we,abort:de}=ne,fe=pe.requestId!==we,le=a.get(G)?.[Q],he=()=>Y(V()),Le=Object.assign(z?ne.then(he):fe&&!le?Promise.resolve(pe):Promise.all([le,ne]).then(he),{arg:k,requestId:we,subscriptionOptions:U,queryCacheKey:Q,abort:de,unwrap(){return _asyncToGenerator(function*(){let Ee=yield Le;if(Ee.isError)throw Ee.error;return Ee.data})()},refetch:()=>G(N(k,{subscribe:!1,forceRefetch:!0})),unsubscribe(){O&&G(c({queryCacheKey:Q,requestId:we}))},updateSubscriptionOptions(Ee){Le.subscriptionOptions=Ee,G(h({endpointName:_,requestId:we,queryCacheKey:Q,options:Ee}))}});if(!le&&!fe&&!z){let Ee=LE(a,G,{});Ee[Q]=Le,Le.then(()=>{delete Ee[Q],vo(Ee)||a.delete(G)})}return Le};return N}function C(_,q){return E(_,q)}function I(_,q){return E(_,q)}function T(_){return(q,{track:N=!0,fixedCacheKey:k}={})=>(O,D)=>{let U=n({type:"mutation",endpointName:_,originalArgs:q,track:N,fixedCacheKey:k}),z=O(U);let{requestId:$,abort:G,unwrap:V}=z,Q=zE(z.unwrap().then(ne=>({data:ne})),ne=>({error:ne})),B=()=>{O(u({requestId:$,fixedCacheKey:k}))},K=Object.assign(Q,{arg:z.arg,requestId:$,abort:G,unwrap:V,reset:B}),Y=s.get(O)||{};return s.set(O,Y),Y[$]=K,K.then(()=>{delete Y[$],vo(Y)||s.delete(O)}),k&&(Y[k]=K,K.then(()=>{Y[k]===K&&(delete Y[k],vo(Y)||s.delete(O))})),K}}}function KE(e){return e}var gs=(e={})=>({...e,[wi]:!0});function YE({reducerPath:e,baseQuery:t,context:{endpointDefinitions:r},serializeQueryArgs:n,api:o,assertTagType:i,selectors:a}){let s=(O,D,U,z)=>($,G)=>{let V=r[O],Q=n({queryArgs:D,endpointDefinition:V,endpointName:O});if($(o.internalActions.queryResultPatched({queryCacheKey:Q,patches:U})),!z)return;let B=o.endpoints[O].select(D)(G()),K=od(V.providesTags,B.data,void 0,D,{},i);$(o.internalActions.updateProvidedBy({queryCacheKey:Q,providedTags:K}))};function c(O,D,U=0){let z=[D,...O];return U&&z.length>U?z.slice(0,-1):z}function u(O,D,U=0){let z=[...O,D];return U&&z.length>U?z.slice(1):z}let h=(O,D,U,z=!0)=>($,G)=>{let Q=o.endpoints[O].select(D)(G()),B={patches:[],inversePatches:[],undo:()=>$(o.util.patchQueryData(O,D,B.inversePatches,z))};if(Q.status==="uninitialized")return B;let K;if("data"in Q)if(ft(Q.data)){let[Y,ne,pe]=Ea(Q.data,U);B.patches.push(...ne),B.inversePatches.push(...pe),K=Y}else K=U(Q.data),B.patches.push({op:"replace",path:[],value:K}),B.inversePatches.push({op:"replace",path:[],value:Q.data});return B.patches.length===0||$(o.util.patchQueryData(O,D,B.patches,z)),B},v=(O,D,U)=>z=>z(o.endpoints[O].initiate(D,{subscribe:!1,forceRefetch:!0,[Fi]:()=>({data:U})})),S=(O,D)=>O.query&&O[D]?O[D]:KE,g=/*#__PURE__*/function(){var _ref24=_asyncToGenerator(function*(O,{signal:D,abort:U,rejectWithValue:z,fulfillWithValue:$,dispatch:G,getState:V,extra:Q}){let B=r[O.endpointName];try{let K=S(B,"transformResponse"),Y={signal:D,abort:U,dispatch:G,getState:V,extra:Q,endpoint:O.endpointName,type:O.type,forced:O.type==="query"?y(O,V()):void 0,queryCacheKey:O.type==="query"?O.queryCacheKey:void 0},ne=O.type==="query"?O[Fi]:void 0,pe,we=/*#__PURE__*/function(){var _ref25=_asyncToGenerator(function*(fe,le,he,Le){if(le==null&&fe.pages.length)return Promise.resolve({data:fe});let Ee={queryArg:O.originalArgs,pageParam:le},De=yield de(Ee),Ge=Le?c:u;return{data:{pages:Ge(fe.pages,De.data,he),pageParams:Ge(fe.pageParams,le,he)}}});return function we(_x52,_x53,_x54,_x55){return _ref25.apply(this,arguments)}}();function de(_x56){return _de.apply(this,arguments)}function _de(){_de=_asyncToGenerator(function*(fe){let le,{extraOptions:he}=B;if(ne?le=ne():B.query?le=yield t(B.query(fe),Y,he):le=yield B.queryFn(fe,Y,he,Ee=>t(Ee,Y,he)),typeof process<"u",le.error)throw new So(le.error,le.meta);let Le=yield K(le.data,le.meta,fe);return{...le,data:Le}});return _de.apply(this,arguments)}if(O.type==="query"&&"infiniteQueryOptions"in B){let{infiniteQueryOptions:fe}=B,{maxPages:le=1/0}=fe,he,Le={pages:[],pageParams:[]},Ee=a.selectQueryEntry(V(),O.queryCacheKey)?.data,Ge=y(O,V())&&!O.direction||!Ee?Le:Ee;if("direction"in O&&O.direction&&Ge.pages.length){let ut=O.direction==="backward",dr=(ut?Wg:Zl)(fe,Ge);he=yield we(Ge,dr,le,ut)}else{let{initialPageParam:ut=fe.initialPageParam}=O,wt=Ee?.pageParams??[],dr=wt[0]??ut,Mn=wt.length;he=yield we(Ge,dr,le),ne&&(he={data:he.data.pages[0]});for(let jn=1;jn<Mn;jn++){let ei=Zl(fe,he.data);he=yield we(he.data,ei,le)}}pe=he}else pe=yield de(O.originalArgs);return $(pe.data,gs({fulfilledTimeStamp:Date.now(),baseQueryMeta:pe.meta}))}catch(K){let Y=K;if(Y instanceof So){let ne=S(B,"transformErrorResponse");try{return z(yield ne(Y.value,Y.meta,O.originalArgs),gs({baseQueryMeta:Y.meta}))}catch(pe){Y=pe}}throw typeof process<"u",console.error(Y),Y}});return function g(_x50,_x51){return _ref24.apply(this,arguments)}}();function y(O,D){let U=a.selectQueryEntry(D,O.queryCacheKey),z=a.selectConfig(D).refetchOnMountOrArgChange,$=U?.fulfilledTimeStamp,G=O.forceRefetch??(O.subscribe&&z);return G?G===!0||(Number(new Date)-Number($))/1e3>=G:!1}let x=()=>be(`${e}/executeQuery`,g,{getPendingMeta({arg:D}){let U=r[D.endpointName];return gs({startedTimeStamp:Date.now(),...(nd(U)?{direction:D.direction}:{})})},condition(D,{getState:U}){let z=U(),$=a.selectQueryEntry(z,D.queryCacheKey),G=$?.fulfilledTimeStamp,V=D.originalArgs,Q=$?.originalArgs,B=r[D.endpointName],K=D.direction;return Jl(D)?!0:$?.status==="pending"?!1:y(D,z)||rd(B)&&B?.forceRefetch?.({currentArg:V,previousArg:Q,endpointState:$,state:z})?!0:!(G&&!K)},dispatchConditionRejection:!0}),E=x(),C=x(),I=be(`${e}/executeMutation`,g,{getPendingMeta(){return gs({startedTimeStamp:Date.now()})}}),T=O=>"force"in O,_=O=>"ifOlderThan"in O,q=(O,D,U)=>(z,$)=>{let G=T(U)&&U.force,V=_(U)&&U.ifOlderThan,Q=(K=!0)=>{let Y={forceRefetch:K,isPrefetch:!0};return o.endpoints[O].initiate(D,Y)},B=o.endpoints[O].select(D)($());if(G)z(Q());else if(V){let K=B?.fulfilledTimeStamp;if(!K){z(Q());return}(Number(new Date)-Number(new Date(K)))/1e3>=V&&z(Q())}else z(Q(!1))};function N(O){return D=>D?.meta?.arg?.endpointName===O}function k(O,D){return{matchPending:Kn(Oa(O),N(D)),matchFulfilled:Kn(Zt(O),N(D)),matchRejected:Kn(Yr(O),N(D))}}return{queryThunk:E,mutationThunk:I,infiniteQueryThunk:C,prefetch:q,updateQueryData:h,upsertQueryData:v,patchQueryData:s,buildMatchThunkActions:k}}function Zl(e,{pages:t,pageParams:r}){let n=t.length-1;return e.getNextPageParam(t[n],t,r[n],r)}function Wg(e,{pages:t,pageParams:r}){return e.getPreviousPageParam?.(t[0],t,r[0],r)}function Kg(e,t,r,n){return od(r[e.meta.arg.endpointName][t],Zt(e)?e.payload:void 0,bi(e)?e.payload:void 0,e.meta.arg.originalArgs,"baseQueryMeta"in e.meta?e.meta.baseQueryMeta:void 0,n)}function hs(e,t,r){let n=e[t];n&&r(n)}function Di(e){return("arg"in e?e.arg.fixedCacheKey:e.fixedCacheKey)??e.requestId}function jg(e,t,r){let n=e[Di(t)];n&&r(n)}var Ni={};function XE({reducerPath:e,queryThunk:t,mutationThunk:r,serializeQueryArgs:n,context:{endpointDefinitions:o,apiUid:i,extractRehydrationInfo:a,hasRehydrationInfo:s},assertTagType:c,config:u}){let h=P(`${e}/resetApiState`);function v(N,k,O,D){var U;N[U=k.queryCacheKey]??(N[U]={status:"uninitialized",endpointName:k.endpointName}),hs(N,k.queryCacheKey,z=>{z.status="pending",z.requestId=O&&z.requestId?z.requestId:D.requestId,k.originalArgs!==void 0&&(z.originalArgs=k.originalArgs),z.startedTimeStamp=D.startedTimeStamp;let $=o[D.arg.endpointName];nd($)&&"direction"in k&&(z.direction=k.direction)})}function S(N,k,O,D){hs(N,k.arg.queryCacheKey,U=>{if(U.requestId!==k.requestId&&!D)return;let{merge:z}=o[k.arg.endpointName];if(U.status="fulfilled",z){if(U.data!==void 0){let{fulfilledTimeStamp:$,arg:G,baseQueryMeta:V,requestId:Q}=k,B=Jt(U.data,K=>z(K,O,{arg:G.originalArgs,baseQueryMeta:V,fulfilledTimeStamp:$,requestId:Q}));U.data=B}else U.data=O;}else U.data=o[k.arg.endpointName].structuralSharing??!0?$g(vt(U.data)?tl(U.data):U.data,O):O;delete U.error,U.fulfilledTimeStamp=k.fulfilledTimeStamp})}let g=Xr({name:`${e}/queries`,initialState:Ni,reducers:{removeQueryResult:{reducer(N,{payload:{queryCacheKey:k}}){delete N[k]},prepare:Yn()},cacheEntriesUpserted:{reducer(N,k){for(let O of k.payload){let{queryDescription:D,value:U}=O;v(N,D,!0,{arg:D,requestId:k.meta.requestId,startedTimeStamp:k.meta.timestamp}),S(N,{arg:D,requestId:k.meta.requestId,fulfilledTimeStamp:k.meta.timestamp,baseQueryMeta:{}},U,!0)}},prepare:N=>({payload:N.map(D=>{let{endpointName:U,arg:z,value:$}=D,G=o[U];return{queryDescription:{type:"query",endpointName:U,originalArgs:D.arg,queryCacheKey:n({queryArgs:z,endpointDefinition:G,endpointName:U})},value:$}}),meta:{[wi]:!0,requestId:xi(),timestamp:Date.now()}})},queryResultPatched:{reducer(N,{payload:{queryCacheKey:k,patches:O}}){hs(N,k,D=>{D.data=nl(D.data,O.concat())})},prepare:Yn()}},extraReducers(N){N.addCase(t.pending,(k,{meta:O,meta:{arg:D}})=>{let U=Jl(D);v(k,D,U,O)}).addCase(t.fulfilled,(k,{meta:O,payload:D})=>{let U=Jl(O.arg);S(k,O,D,U)}).addCase(t.rejected,(k,{meta:{condition:O,arg:D,requestId:U},error:z,payload:$})=>{hs(k,D.queryCacheKey,G=>{if(!O){if(G.requestId!==U)return;G.status="rejected",G.error=$??z}})}).addMatcher(s,(k,O)=>{let{queries:D}=a(O);for(let[U,z]of Object.entries(D))(z?.status==="fulfilled"||z?.status==="rejected")&&(k[U]=z)})}}),y=Xr({name:`${e}/mutations`,initialState:Ni,reducers:{removeMutationResult:{reducer(N,{payload:k}){let O=Di(k);O in N&&delete N[O]},prepare:Yn()}},extraReducers(N){N.addCase(r.pending,(k,{meta:O,meta:{requestId:D,arg:U,startedTimeStamp:z}})=>{U.track&&(k[Di(O)]={requestId:D,status:"pending",endpointName:U.endpointName,startedTimeStamp:z})}).addCase(r.fulfilled,(k,{payload:O,meta:D})=>{D.arg.track&&jg(k,D,U=>{U.requestId===D.requestId&&(U.status="fulfilled",U.data=O,U.fulfilledTimeStamp=D.fulfilledTimeStamp)})}).addCase(r.rejected,(k,{payload:O,error:D,meta:U})=>{U.arg.track&&jg(k,U,z=>{z.requestId===U.requestId&&(z.status="rejected",z.error=O??D)})}).addMatcher(s,(k,O)=>{let{mutations:D}=a(O);for(let[U,z]of Object.entries(D))(z?.status==="fulfilled"||z?.status==="rejected")&&U!==z?.requestId&&(k[U]=z)})}}),x=Xr({name:`${e}/invalidation`,initialState:Ni,reducers:{updateProvidedBy:{reducer(N,k){var U,z;let{queryCacheKey:O,providedTags:D}=k.payload;for(let $ of Object.values(N))for(let G of Object.values($)){let V=G.indexOf(O);V!==-1&&G.splice(V,1)}for(let{type:$,id:G}of D){let V=(U=N[$]??(N[$]={}))[z=G||"__internal_without_id"]??(U[z]=[]);V.includes(O)||V.push(O)}},prepare:Yn()}},extraReducers(N){N.addCase(g.actions.removeQueryResult,(k,{payload:{queryCacheKey:O}})=>{for(let D of Object.values(k))for(let U of Object.values(D)){let z=U.indexOf(O);z!==-1&&U.splice(z,1)}}).addMatcher(s,(k,O)=>{var U,z;let{provided:D}=a(O);for(let[$,G]of Object.entries(D))for(let[V,Q]of Object.entries(G)){let B=(U=k[$]??(k[$]={}))[z=V||"__internal_without_id"]??(U[z]=[]);for(let K of Q)B.includes(K)||B.push(K)}}).addMatcher(Lt(Zt(t),bi(t)),(k,O)=>{let D=Kg(O,"providesTags",o,c),{queryCacheKey:U}=O.meta.arg;x.caseReducers.updateProvidedBy(k,x.actions.updateProvidedBy({queryCacheKey:U,providedTags:D}))})}}),E=Xr({name:`${e}/subscriptions`,initialState:Ni,reducers:{updateSubscriptionOptions(N,k){},unsubscribeQueryResult(N,k){},internal_getRTKQSubscriptions(){}}}),C=Xr({name:`${e}/internalSubscriptions`,initialState:Ni,reducers:{subscriptionsUpdated:{reducer(N,k){return nl(N,k.payload)},prepare:Yn()}}}),I=Xr({name:`${e}/config`,initialState:{online:DE(),focused:FE(),middlewareRegistered:!1,...u},reducers:{middlewareRegistered(N,{payload:k}){N.middlewareRegistered=N.middlewareRegistered==="conflict"||i!==k?"conflict":!0}},extraReducers:N=>{N.addCase(td,k=>{k.online=!0}).addCase(zg,k=>{k.online=!1}).addCase(ed,k=>{k.focused=!0}).addCase(Hg,k=>{k.focused=!1}).addMatcher(s,k=>({...k}))}}),T=Gn({queries:g.reducer,mutations:y.reducer,provided:x.reducer,subscriptions:C.reducer,config:I.reducer}),_=(N,k)=>T(h.match(k)?void 0:N,k),q={...I.actions,...g.actions,...E.actions,...C.actions,...y.actions,...x.actions,resetApiState:h};return{reducer:_,actions:q}}var Yl=Symbol.for("RTKQ/skipToken"),Yg={status:"uninitialized"},qg=Jt(Yg,()=>{}),Lg=Jt(Yg,()=>{});function JE({serializeQueryArgs:e,reducerPath:t,createSelector:r}){let n=T=>qg,o=T=>Lg;return{buildQuerySelector:S,buildInfiniteQuerySelector:g,buildMutationSelector:y,selectInvalidatedBy:x,selectCachedArgsForQuery:E,selectApiState:a,selectQueries:s,selectMutations:u,selectQueryEntry:c,selectConfig:h};function i(T){return{...T,...Og(T.status)}}function a(T){return T[t]}function s(T){return a(T)?.queries}function c(T,_){return s(T)?.[_]}function u(T){return a(T)?.mutations}function h(T){return a(T)?.config}function v(T,_,q){return N=>{if(N===Yl)return r(n,q);let k=e({queryArgs:N,endpointDefinition:_,endpointName:T});return r(D=>c(D,k)??qg,q)}}function S(T,_){return v(T,_,i)}function g(T,_){let{infiniteQueryOptions:q}=_;function N(k){let O={...k,...Og(k.status)},{isLoading:D,isError:U,direction:z}=O,$=z==="forward",G=z==="backward";return{...O,hasNextPage:C(q,O.data),hasPreviousPage:I(q,O.data),isFetchingNextPage:D&&$,isFetchingPreviousPage:D&&G,isFetchNextPageError:U&&$,isFetchPreviousPageError:U&&G}}return v(T,_,N)}function y(){return T=>{let _;return typeof T=="object"?_=Di(T)??Yl:_=T,r(_===Yl?o:k=>a(k)?.mutations?.[_]??Lg,i)}}function x(T,_){let q=T[t],N=new Set;for(let k of _.filter(ys).map(Xl)){let O=q.provided[k.type];if(!O)continue;let D=(k.id!==void 0?O[k.id]:Ng(Object.values(O)))??[];for(let U of D)N.add(U)}return Ng(Array.from(N.values()).map(k=>{let O=q.queries[k];return O?[{queryCacheKey:k,endpointName:O.endpointName,originalArgs:O.originalArgs}]:[]}))}function E(T,_){return Object.values(s(T)).filter(q=>q?.endpointName===_&&q.status!=="uninitialized").map(q=>q.originalArgs)}function C(T,_){return _?Zl(T,_)!=null:!1}function I(T,_){return!_||!T.getPreviousPageParam?!1:Wg(T,_)!=null}}var Ug=WeakMap?new WeakMap:void 0,Vg=({endpointName:e,queryArgs:t})=>{let r="",n=Ug?.get(t);if(typeof n=="string")r=n;else{let o=JSON.stringify(t,(i,a)=>(a=typeof a=="bigint"?{$bigint:a.toString()}:a,a=qt(a)?Object.keys(a).sort().reduce((s,c)=>(s[c]=a[c],s),{}):a,a));qt(t)&&Ug?.set(t,o),r=o}return`${e}(${r})`};function ZE(...e){return function(r){let n=zn(u=>r.extractRehydrationInfo?.(u,{reducerPath:r.reducerPath??"api"})),o={reducerPath:"api",keepUnusedDataFor:60,refetchOnMountOrArgChange:!1,refetchOnFocus:!1,refetchOnReconnect:!1,invalidationBehavior:"delayed",...r,extractRehydrationInfo:n,serializeQueryArgs(u){let h=Vg;if("serializeQueryArgs"in u.endpointDefinition){let v=u.endpointDefinition.serializeQueryArgs;h=S=>{let g=v(S);return typeof g=="string"?g:Vg({...S,queryArgs:g})}}else r.serializeQueryArgs&&(h=r.serializeQueryArgs);return h(u)},tagTypes:[...(r.tagTypes||[])]},i={endpointDefinitions:{},batch(u){u()},apiUid:xi(),extractRehydrationInfo:n,hasRehydrationInfo:zn(u=>n(u)!=null)},a={injectEndpoints:c,enhanceEndpoints({addTagTypes:u,endpoints:h}){if(u)for(let v of u)o.tagTypes.includes(v)||o.tagTypes.push(v);if(h)for(let[v,S]of Object.entries(h))typeof S=="function"?S(i.endpointDefinitions[v]):Object.assign(i.endpointDefinitions[v]||{},S);return a}},s=e.map(u=>u.init(a,o,i));function c(u){let h=u.endpoints({query:v=>({...v,type:"query"}),mutation:v=>({...v,type:"mutation"}),infiniteQuery:v=>({...v,type:"infinitequery"})});for(let[v,S]of Object.entries(h)){if(u.overrideExisting!==!0&&v in i.endpointDefinitions){if(u.overrideExisting==="throw")throw new Error(st(39));typeof process<"u";continue}typeof process<"u",i.endpointDefinitions[v]=S;for(let g of s)g.injectEndpoint(v,S)}return a}return a.injectEndpoints({endpoints:r.endpoints})}}function or(e,...t){return Object.assign(e,...t)}var eR=({api:e,queryThunk:t,internalState:r})=>{let n=`${e.reducerPath}/subscriptions`,o=null,i=null,{updateSubscriptionOptions:a,unsubscribeQueryResult:s}=e.internalActions,c=(g,y)=>{var E,C;if(a.match(y)){let{queryCacheKey:I,requestId:T,options:_}=y.payload;return g?.[I]?.[T]&&(g[I][T]=_),!0}if(s.match(y)){let{queryCacheKey:I,requestId:T}=y.payload;return g[I]&&delete g[I][T],!0}if(e.internalActions.removeQueryResult.match(y))return delete g[y.payload.queryCacheKey],!0;if(t.pending.match(y)){let{meta:{arg:I,requestId:T}}=y,_=g[E=I.queryCacheKey]??(g[E]={});return _[`${T}_running`]={},I.subscribe&&(_[T]=I.subscriptionOptions??_[T]??{}),!0}let x=!1;if(t.fulfilled.match(y)||t.rejected.match(y)){let I=g[y.meta.arg.queryCacheKey]||{},T=`${y.meta.requestId}_running`;x||(x=!!I[T]),delete I[T]}if(t.rejected.match(y)){let{meta:{condition:I,arg:T,requestId:_}}=y;if(I&&T.subscribe){let q=g[C=T.queryCacheKey]??(g[C]={});q[_]=T.subscriptionOptions??q[_]??{},x=!0}}return x},u=()=>r.currentSubscriptions,S={getSubscriptions:u,getSubscriptionCount:g=>{let x=u()[g]??{};return vo(x)},isRequestSubscribed:(g,y)=>!!u()?.[g]?.[y]};return(g,y)=>{if(o||(o=JSON.parse(JSON.stringify(r.currentSubscriptions))),e.util.resetApiState.match(g))return o=r.currentSubscriptions={},i=null,[!0,!1];if(e.internalActions.internal_getRTKQSubscriptions.match(g))return[!1,S];let x=c(r.currentSubscriptions,g),E=!0;if(x){i||(i=setTimeout(()=>{let T=JSON.parse(JSON.stringify(r.currentSubscriptions)),[,_]=Ea(o,()=>T);y.next(e.internalActions.subscriptionsUpdated(_)),o=T,i=null},500));let C=typeof g.type=="string"&&!!g.type.startsWith(n),I=t.rejected.match(g)&&g.meta.condition&&!!g.meta.arg.subscribe;E=!C&&!I}return[E,!1]}};function tR(e){for(let t in e)return!1;return!0}var rR=2147483647/1e3-1,nR=({reducerPath:e,api:t,queryThunk:r,context:n,internalState:o,selectors:{selectQueryEntry:i,selectConfig:a}})=>{let{removeQueryResult:s,unsubscribeQueryResult:c,cacheEntriesUpserted:u}=t.internalActions,h=Lt(c.match,r.fulfilled,r.rejected,u.match);function v(E){let C=o.currentSubscriptions[E];return!!C&&!tR(C)}let S={},g=(E,C,I)=>{let T=C.getState(),_=a(T);if(h(E)){let q;if(u.match(E))q=E.payload.map(N=>N.queryDescription.queryCacheKey);else{let{queryCacheKey:N}=c.match(E)?E.payload:E.meta.arg;q=[N]}y(q,C,_)}if(t.util.resetApiState.match(E))for(let[q,N]of Object.entries(S))N&&clearTimeout(N),delete S[q];if(n.hasRehydrationInfo(E)){let{queries:q}=n.extractRehydrationInfo(E);y(Object.keys(q),C,_)}};function y(E,C,I){let T=C.getState();for(let _ of E){let q=i(T,_);x(_,q?.endpointName,C,I)}}function x(E,C,I,T){let q=n.endpointDefinitions[C]?.keepUnusedDataFor??T.keepUnusedDataFor;if(q===1/0)return;let N=Math.max(0,Math.min(q,rR));if(!v(E)){let k=S[E];k&&clearTimeout(k),S[E]=setTimeout(()=>{v(E)||I.dispatch(s({queryCacheKey:E})),delete S[E]},N*1e3)}}return g},Gg=new Error("Promise never resolved before cacheEntryRemoved."),oR=({api:e,reducerPath:t,context:r,queryThunk:n,mutationThunk:o,internalState:i,selectors:{selectQueryEntry:a,selectApiState:s}})=>{let c=Pa(n),u=Pa(o),h=Zt(n,o),v={};function S(C,I,T){let _=v[C];_?.valueResolved&&(_.valueResolved({data:I,meta:T}),delete _.valueResolved)}function g(C){let I=v[C];I&&(delete v[C],I.cacheEntryRemoved())}let y=(C,I,T)=>{let _=x(C);function q(N,k,O,D){let U=a(T,k),z=a(I.getState(),k);!U&&z&&E(N,D,k,I,O)}if(n.pending.match(C))q(C.meta.arg.endpointName,_,C.meta.requestId,C.meta.arg.originalArgs);else if(e.internalActions.cacheEntriesUpserted.match(C))for(let{queryDescription:N,value:k}of C.payload){let{endpointName:O,originalArgs:D,queryCacheKey:U}=N;q(O,U,C.meta.requestId,D),S(U,k,{})}else if(o.pending.match(C))I.getState()[t].mutations[_]&&E(C.meta.arg.endpointName,C.meta.arg.originalArgs,_,I,C.meta.requestId);else if(h(C))S(_,C.payload,C.meta.baseQueryMeta);else if(e.internalActions.removeQueryResult.match(C)||e.internalActions.removeMutationResult.match(C))g(_);else if(e.util.resetApiState.match(C))for(let N of Object.keys(v))g(N)};function x(C){return c(C)?C.meta.arg.queryCacheKey:u(C)?C.meta.arg.fixedCacheKey??C.meta.requestId:e.internalActions.removeQueryResult.match(C)?C.payload.queryCacheKey:e.internalActions.removeMutationResult.match(C)?Di(C.payload):""}function E(C,I,T,_,q){let N=r.endpointDefinitions[C],k=N?.onCacheEntryAdded;if(!k)return;let O={},D=new Promise(Q=>{O.cacheEntryRemoved=Q}),U=Promise.race([new Promise(Q=>{O.valueResolved=Q}),D.then(()=>{throw Gg})]);U.catch(()=>{}),v[T]=O;let z=e.endpoints[C].select(N.type==="query"?I:T),$=_.dispatch((Q,B,K)=>K),G={..._,getCacheEntry:()=>z(_.getState()),requestId:q,extra:$,updateCachedData:N.type==="query"?Q=>_.dispatch(e.util.updateQueryData(C,I,Q)):void 0,cacheDataLoaded:U,cacheEntryRemoved:D},V=k(I,G);Promise.resolve(V).catch(Q=>{if(Q!==Gg)throw Q})}return y},iR=({api:e,context:{apiUid:t},reducerPath:r})=>(n,o)=>{e.util.resetApiState.match(n)&&o.dispatch(e.internalActions.middlewareRegistered(t)),typeof process<"u"},aR=({reducerPath:e,context:t,context:{endpointDefinitions:r},mutationThunk:n,queryThunk:o,api:i,assertTagType:a,refetchQuery:s,internalState:c})=>{let{removeQueryResult:u}=i.internalActions,h=Lt(Zt(n),bi(n)),v=Lt(Zt(n,o),Yr(n,o)),S=[],g=(E,C)=>{h(E)?x(Kg(E,"invalidatesTags",r,a),C):v(E)?x([],C):i.util.invalidateTags.match(E)&&x(od(E.payload,void 0,void 0,void 0,void 0,a),C)};function y(E){let{queries:C,mutations:I}=E;for(let T of[C,I])for(let _ in T)if(T[_]?.status==="pending")return!0;return!1}function x(E,C){let I=C.getState(),T=I[e];if(S.push(...E),T.config.invalidationBehavior==="delayed"&&y(T))return;let _=S;if(S=[],_.length===0)return;let q=i.util.selectInvalidatedBy(I,_);t.batch(()=>{let N=Array.from(q.values());for(let{queryCacheKey:k}of N){let O=T.queries[k],D=c.currentSubscriptions[k]??{};O&&(vo(D)===0?C.dispatch(u({queryCacheKey:k})):O.status!=="uninitialized"&&C.dispatch(s(O)))}})}return g},sR=({reducerPath:e,queryThunk:t,api:r,refetchQuery:n,internalState:o})=>{let i={},a=(g,y)=>{(r.internalActions.updateSubscriptionOptions.match(g)||r.internalActions.unsubscribeQueryResult.match(g))&&u(g.payload,y),(t.pending.match(g)||t.rejected.match(g)&&g.meta.condition)&&u(g.meta.arg,y),(t.fulfilled.match(g)||t.rejected.match(g)&&!g.meta.condition)&&c(g.meta.arg,y),r.util.resetApiState.match(g)&&v()};function s(g,y){let E=y.getState()[e].queries[g],C=o.currentSubscriptions[g];if(!(!E||E.status==="uninitialized"))return C}function c({queryCacheKey:g},y){let x=y.getState()[e],E=x.queries[g],C=o.currentSubscriptions[g];if(!E||E.status==="uninitialized")return;let{lowestPollingInterval:I,skipPollingIfUnfocused:T}=S(C);if(!Number.isFinite(I))return;let _=i[g];_?.timeout&&(clearTimeout(_.timeout),_.timeout=void 0);let q=Date.now()+I;i[g]={nextPollTimestamp:q,pollingInterval:I,timeout:setTimeout(()=>{(x.config.focused||!T)&&y.dispatch(n(E)),c({queryCacheKey:g},y)},I)}}function u({queryCacheKey:g},y){let E=y.getState()[e].queries[g],C=o.currentSubscriptions[g];if(!E||E.status==="uninitialized")return;let{lowestPollingInterval:I}=S(C);if(!Number.isFinite(I)){h(g);return}let T=i[g],_=Date.now()+I;(!T||_<T.nextPollTimestamp)&&c({queryCacheKey:g},y)}function h(g){let y=i[g];y?.timeout&&clearTimeout(y.timeout),delete i[g]}function v(){for(let g of Object.keys(i))h(g)}function S(g={}){let y=!1,x=Number.POSITIVE_INFINITY;for(let E in g)g[E].pollingInterval&&(x=Math.min(g[E].pollingInterval,x),y=g[E].skipPollingIfUnfocused||y);return{lowestPollingInterval:x,skipPollingIfUnfocused:y}}return a},cR=({api:e,context:t,queryThunk:r,mutationThunk:n})=>{let o=Oa(r,n),i=Yr(r,n),a=Zt(r,n),s={};return(u,h)=>{if(o(u)){let{requestId:v,arg:{endpointName:S,originalArgs:g}}=u.meta,y=t.endpointDefinitions[S],x=y?.onQueryStarted;if(x){let E={},C=new Promise((q,N)=>{E.resolve=q,E.reject=N});C.catch(()=>{}),s[v]=E;let I=e.endpoints[S].select(y.type==="query"?g:v),T=h.dispatch((q,N,k)=>k),_={...h,getCacheEntry:()=>I(h.getState()),requestId:v,extra:T,updateCachedData:y.type==="query"?q=>h.dispatch(e.util.updateQueryData(S,g,q)):void 0,queryFulfilled:C};x(g,_)}}else if(a(u)){let{requestId:v,baseQueryMeta:S}=u.meta;s[v]?.resolve({data:u.payload,meta:S}),delete s[v]}else if(i(u)){let{requestId:v,rejectedWithValue:S,baseQueryMeta:g}=u.meta;s[v]?.reject({error:u.payload??u.error,isUnhandledError:!S,meta:g}),delete s[v]}}},uR=({reducerPath:e,context:t,api:r,refetchQuery:n,internalState:o})=>{let{removeQueryResult:i}=r.internalActions,a=(c,u)=>{ed.match(c)&&s(u,"refetchOnFocus"),td.match(c)&&s(u,"refetchOnReconnect")};function s(c,u){let h=c.getState()[e],v=h.queries,S=o.currentSubscriptions;t.batch(()=>{for(let g of Object.keys(S)){let y=v[g],x=S[g];if(!x||!y)continue;(Object.values(x).some(C=>C[u]===!0)||Object.values(x).every(C=>C[u]===void 0)&&h.config[u])&&(vo(x)===0?c.dispatch(i({queryCacheKey:g})):y.status!=="uninitialized"&&c.dispatch(n(y)))}})}return a};function lR(e){let{reducerPath:t,queryThunk:r,api:n,context:o}=e,{apiUid:i}=o,a={invalidateTags:P(`${t}/invalidateTags`)},s=v=>v.type.startsWith(`${t}/`),c=[iR,nR,aR,sR,oR,cR];return{middleware:v=>{let S=!1,y={...e,internalState:{currentSubscriptions:{}},refetchQuery:h,isThisApiSliceAction:s},x=c.map(I=>I(y)),E=eR(y),C=uR(y);return I=>T=>{if(!$n(T))return I(T);S||(S=!0,v.dispatch(n.internalActions.middlewareRegistered(i)));let _={...v,next:I},q=v.getState(),[N,k]=E(T,_,q),O;if(N?O=I(T):O=k,v.getState()[t]&&(C(T,_,q),s(T)||o.hasRehydrationInfo(T)))for(let D of x)D(T,_,q);return O}},actions:a};function h(v){return e.api.endpoints[v.endpointName].initiate(v.originalArgs,{subscribe:!1,forceRefetch:!0})}}var Bg=Symbol(),dR=({createSelector:e=Ue}={})=>({name:Bg,init(t,{baseQuery:r,tagTypes:n,reducerPath:o,serializeQueryArgs:i,keepUnusedDataFor:a,refetchOnMountOrArgChange:s,refetchOnFocus:c,refetchOnReconnect:u,invalidationBehavior:h},v){Lf();let S=de=>(typeof process<"u",de);Object.assign(t,{reducerPath:o,endpoints:{},internalActions:{onOnline:td,onOffline:zg,onFocus:ed,onFocusLost:Hg},util:{}});let g=JE({serializeQueryArgs:i,reducerPath:o,createSelector:e}),{selectInvalidatedBy:y,selectCachedArgsForQuery:x,buildQuerySelector:E,buildInfiniteQuerySelector:C,buildMutationSelector:I}=g;or(t.util,{selectInvalidatedBy:y,selectCachedArgsForQuery:x});let{queryThunk:T,infiniteQueryThunk:_,mutationThunk:q,patchQueryData:N,updateQueryData:k,upsertQueryData:O,prefetch:D,buildMatchThunkActions:U}=YE({baseQuery:r,reducerPath:o,context:v,api:t,serializeQueryArgs:i,assertTagType:S,selectors:g}),{reducer:z,actions:$}=XE({context:v,queryThunk:T,infiniteQueryThunk:_,mutationThunk:q,serializeQueryArgs:i,reducerPath:o,assertTagType:S,config:{refetchOnFocus:c,refetchOnReconnect:u,refetchOnMountOrArgChange:s,keepUnusedDataFor:a,reducerPath:o,invalidationBehavior:h}});or(t.util,{patchQueryData:N,updateQueryData:k,upsertQueryData:O,prefetch:D,resetApiState:$.resetApiState,upsertQueryEntries:$.cacheEntriesUpserted}),or(t.internalActions,$);let{middleware:G,actions:V}=lR({reducerPath:o,context:v,queryThunk:T,mutationThunk:q,infiniteQueryThunk:_,api:t,assertTagType:S,selectors:g});or(t.util,V),or(t,{reducer:z,middleware:G});let{buildInitiateQuery:Q,buildInitiateInfiniteQuery:B,buildInitiateMutation:K,getRunningMutationThunk:Y,getRunningMutationsThunk:ne,getRunningQueriesThunk:pe,getRunningQueryThunk:we}=WE({queryThunk:T,mutationThunk:q,infiniteQueryThunk:_,api:t,serializeQueryArgs:i,context:v});return or(t.util,{getRunningMutationThunk:Y,getRunningMutationsThunk:ne,getRunningQueryThunk:we,getRunningQueriesThunk:pe}),{name:Bg,injectEndpoint(de,fe){var Le;let he=(Le=t.endpoints)[de]??(Le[de]={});rd(fe)&&or(he,{name:de,select:E(de,fe),initiate:Q(de,fe)},U(T,de)),QE(fe)&&or(he,{name:de,select:I(),initiate:K(de)},U(q,de)),nd(fe)&&or(he,{name:de,select:C(de,fe),initiate:B(de,fe)},U(T,de))}}}}),Ss=ZE(dR());m();d();f();p();var id=/*#__PURE__*/function(){var _ref26=_asyncToGenerator(function*(e,t,r){let n=t.getState(),{accessToken:o,environment:i,organizationId:a}=n.configuration,s=n.generatedAnswer.answerConfigurationId,c={...e,headers:{...(e?.headers||{}),Authorization:`Bearer ${o}`}};try{let u=Be(a,i);return{data:Qg({baseUrl:`${u}/rest/organizations/${a}/answer/v1/configs/${s}`,fetchFn:function(){var _ref27=_asyncToGenerator(function*(v){if(v instanceof String)throw new Error("The provided 'request' must be a Request object.");let S=v.url,g={};return["method","headers","mode","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal"].forEach(y=>{g[y]=v[y]}),g.duplex="half",g.body=yield v.text(),A(S,g)});return function fetchFn(_x60){return _ref27.apply(this,arguments)}}()})(c,{...t,signal:null},r)}}catch(u){return{error:u}}});return function id(_x57,_x58,_x59){return _ref26.apply(this,arguments)}}(),Xg=Ss({reducerPath:"answer",baseQuery:vs(id,{maxRetries:3}),endpoints:()=>({})});var wo=Ss({reducerPath:"answerGenerationApi",refetchOnMountOrArgChange:!0,baseQuery:vs(id,{maxRetries:3}),endpoints:()=>({})});m();d();f();p();m();d();f();p();m();d();f();p();var tn=e=>e.query,Jg=e=>e.query?.enableQuerySyntax;var vG=Ue(e=>tn(e)?.q,e=>e.search.requestId,e=>e.generatedAnswer.cannotAnswer,e=>e.configuration.analytics.analyticsMode,e=>e.search.searchAction?.actionCause,(e,t,r,n,o)=>({q:e,requestId:t,cannotAnswer:r,analyticsMode:n,actionCause:o})),pR=Ue(e=>e.generatedAnswer?.answerApiQueryParams,e=>e);m();d();f();p();m();d();f();p();m();d();f();p();var ws=()=>({contentFormat:void 0,answer:void 0,citations:void 0,error:void 0,generated:!1,isStreaming:!1,isLoading:!0});m();d();f();p();m();d();f();p();m();d();f();p();function eh(_x61,_x62){return _eh.apply(this,arguments)}function _eh(){_eh=_asyncToGenerator(function*(e,t){let r=e.getReader(),n;for(;!(n=yield r.read()).done;)t(n.value)});return _eh.apply(this,arguments)}function th(e){let t,r,n,o=!1;return function(a){t===void 0?(t=a,r=0,n=-1):t=mR(t,a);let s=t.length,c=0;for(;r<s;){o&&(t[r]===10&&(c=++r),o=!1);let u=-1;for(;r<s&&u===-1;++r)switch(t[r]){case 58:n===-1&&(n=r-c);break;case 13:o=!0,u=r;break;case 10:u=r;break}if(u===-1)break;e(t.subarray(c,u),n),c=r,n=-1}c===s?t=void 0:c!==0&&(t=t.subarray(c),r-=c)}}function rh(e,t,r){let n=Zg(),o=new TextDecoder;return function(a,s){if(a.length===0)r?.(n),n=Zg();else if(s>0){let c=o.decode(a.subarray(0,s)),u=s+(a[s+1]===32?2:1),h=o.decode(a.subarray(u));switch(c){case"data":n.data=n.data?`${n.data}
31
- ${h}`:h;break;case"event":n.event=h;break;case"id":e(n.id=h);break;case"retry":fR(h,n,t);break}}}}function fR(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function mR(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Zg(){return{data:"",event:"",id:"",retry:void 0}}var ad="text/event-stream",gR=1e3,nh="last-event-id";function oh(){return typeof window<"u"}function As(e,{signal:t,headers:r,onopen:n,onmessage:o,onclose:i,onerror:a,openWhenHidden:s,fetch:c,...u}){return new Promise((h,v)=>{let S={...r};S.accept||(S.accept=ad);let g;function y(){g?.abort(),document.hidden||_()}!s&&oh()&&document.addEventListener("visibilitychange",y);let x=gR,E;function C(){oh()&&document.removeEventListener("visibilitychange",y),clearTimeout(E),g?.abort()}t?.addEventListener("abort",()=>{C(),h()});let I=c??A,T=n??hR;function _(){return _2.apply(this,arguments)}function _2(){_2=_asyncToGenerator(function*(){g=l.AbortController?new l.AbortController:null;try{let q=yield I(e,{...u,headers:S,signal:g?.signal});yield T(q),yield eh(q.body,th(rh(N=>{N?S[nh]=N:delete S[nh]},N=>{x=N},o))),i?.(),C(),h()}catch(q){if(!g?.signal?.aborted)try{let N=a?.(q)??x;clearTimeout(E),E=setTimeout(_,N)}catch(N){C(),v(N)}}});return _2.apply(this,arguments)}_()})}function hR(e){let t=e.headers.get("content-type");if(!t?.startsWith(ad))throw new Error(`Expected content-type to be ${ad}, Actual: ${t}`)}m();d();f();p();m();d();f();p();var ih=(e,t)=>{t&&(e.answerId=t)},ah=(e,t)=>{let{contentFormat:r}=t;e.contentFormat=r,e.isStreaming=!0,e.isLoading=!1},sh=(e,t)=>{e.answer===void 0?e.answer=t.textDelta:typeof t.textDelta=="string"&&(e.answer=e.answer.concat(t.textDelta))},ch=(e,t)=>{e.citations=t.citations},uh=(e,t)=>{e.generated=t.answerGenerated,e.isStreaming=!1},lh=(e,t)=>{let r=t.errorMessage||"Unknown error occurred";e.error={message:r,code:t.code??500},e.isStreaming=!1,e.isLoading=!1,console.error(`Generated answer error: ${r} (code: ${t.code})`)};var bs={handleOpen:(e,t)=>{let r=e.headers.get("x-answer-id");r&&t(n=>{ih(n,r)})},handleMessage:{"agentInteraction.answerHeader":(e,t)=>{t(r=>{ah(r,{contentFormat:"text/markdown"})})},"generativeengines.messageType":(e,t)=>{e?.payload?.textDelta&&t(r=>{sh(r,e.payload)})},"agentInteraction.citations":(e,t)=>{e?.payload?.citations!==void 0&&t(r=>{ch(r,e.payload)})},"generativeengines.endOfStreamType":(e,t)=>{t(r=>{uh(r,e.payload)})},error:(e,t)=>{e.finishReason==="ERROR"&&t(r=>{lh(r,e)})}}};var xs=(e,t,r,n)=>{let{dispatch:o,updateCachedData:i,getState:a}=r,{configuration:{accessToken:s}}=a();return As(e,{method:"POST",body:JSON.stringify(t),headers:{Authorization:`Bearer ${s}`,Accept:"text/event-stream","Content-Type":"application/json","Accept-Encoding":"*"},fetch:A,onopen:function(){var _ref28=_asyncToGenerator(function*(c){bs.handleOpen(c,i),n.handleOpen(c,o)});return function onopen(_x63){return _ref28.apply(this,arguments)}}(),onclose:()=>{n.handleClose?.(o)},onerror:c=>{n.handleError(c)},onmessage:c=>{let u=yR(c.data);if(!u)return;bs.handleMessage.error?.(u,i),n.handleMessage.error?.(u,o);let h=u.payloadType;bs.handleMessage[h]?.(u,i),n.handleMessage[h]?.(u,o)}})};function yR(e){if(!e?.length)return null;try{return JSON.parse(e)}catch(t){return console.warn("Failed to parse message",{payload:e,error:t}),null}}m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var dh=e=>{let{configuration:t}=e,{organizationId:r,environment:n,knowledge:{agentId:o}}=t,i=Be(r,n),a=o?.trim();if(!i||!r||!a)throw new Error("Missing required parameters for follow up endpoint");let s=`/api/preview/organizations/${r}/agents`;return`${i}${s}/${a}/follow-up`};var vR=wo.injectEndpoints({overrideExisting:!0,endpoints:e=>({generateFollowUpAnswer:e.query({queryFn:()=>({data:ws()}),onQueryStarted(_x64,_x65){return _asyncToGenerator(function*(t,{getState:r,updateCachedData:n,dispatch:o}){let{strategyKey:i,...a}=t,s=dh(r());yield xs(s,a,{getState:r,updateCachedData:n,dispatch:o},Cs[i]?.())}).apply(this,arguments)}})})}),ph=e=>vR.endpoints.generateFollowUpAnswer.initiate(e);m();d();f();p();var Ao=["searching","thinking","answering"];m();d();f();p();var fh=(e,t)=>({conversationId:t.followUpAnswers?.conversationId??"",q:e});var SR=new H({required:!0}),Es=P("followUpAnswers/setIsEnabled",e=>j(e,new ue({required:!0}))),Rs=P("followUpAnswers/setFollowUpAnswersConversationId",e=>j(e,X)),wR=P("followUpAnswers/createFollowUpAnswer",e=>j(e,{question:X})),mh=P("followUpAnswers/setActiveFollowUpAnswerId",e=>j(e,X)),gh=P("followUpAnswers/setFollowUpAnswerContentFormat",e=>j(e,{contentFormat:Is,answerId:X})),hh=P("followUpAnswers/setFollowUpIsLoading",e=>j(e,{isLoading:new ue({required:!0}),answerId:X})),qB=P("followUpAnswers/setFollowUpIsStreaming",e=>j(e,{isStreaming:new ue({required:!0}),answerId:X})),yh=P("followUpAnswers/followUpMessageChunkReceived",e=>j(e,{textDelta:SR,answerId:X})),vh=P("followUpAnswers/followUpCitationsReceived",e=>j(e,{citations:new ge({required:!0,each:new ee({values:sd})}),answerId:X})),Sh=P("followUpAnswers/followUpCompleted",e=>j(e,{answerId:X,cannotAnswer:new ue({required:!1})})),wh=P("followUpAnswers/followUpFailed",e=>j(e,{message:new H,code:new te({min:0}),answerId:X})),LB=P("followUpAnswers/activeFollowUpStartFailed",e=>j(e,{message:new H})),UB=P("followUpAnswers/likeFollowUp",e=>j(e,{answerId:X})),VB=P("followUpAnswers/dislikeFollowUp",e=>j(e,{answerId:X})),GB=P("followUpAnswers/submitFollowUpFeedback",e=>j(e,{answerId:X})),Ah=P("followUpAnswers/resetFollowUpAnswers"),BB=P("followUpAnswers/stepStarted",e=>j(e,{answerId:X,name:new H({required:!0,constrainTo:Ao}),startedAt:new te({min:0,required:!0})})),$B=P("followUpAnswers/stepFinished",e=>j(e,{answerId:X,name:new H({required:!0,constrainTo:Ao}),finishedAt:new te({min:0,required:!0})})),QB=be("generatedAnswerWithFollowUps/generateFollowUpAnswer",/*#__PURE__*/function(){var _ref29=_asyncToGenerator(function*(e,{getState:t,dispatch:r,extra:{logger:n}}){let o=t(),i=Sr(o)?.trim(),a=fh(e,o);if(!i){n.warn("Missing agentId in engine configuration. The generateFollowUpAnswer action requires an agent ID.");return}if(!a.conversationId){n.warn("Missing conversationId when generating a follow-up answer. The generateFollowUpAnswer action requires an existing conversation.");return}r(wR({question:e})),yield r(ph({strategyKey:"follow-up-answer",...a}))});return function(_x66,_x67){return _ref29.apply(this,arguments)}}());var bh=()=>{let e=null;return{handleOpen:(t,r)=>{e=t.headers.get("x-answer-id"),e&&(r(mh(e)),r(hh({answerId:e,isLoading:!0})),r(gh({contentFormat:"text/markdown",answerId:e})))},handleError:t=>{throw t},handleMessage:{"generativeengines.messageType":(t,r)=>{t?.payload?.textDelta&&r(yh({textDelta:t.payload.textDelta,answerId:e}))},"agentInteraction.citations":(t,r)=>{t?.payload?.citations!==void 0&&r(vh({citations:t.payload.citations,answerId:e}))},"generativeengines.endOfStreamType":(t,r)=>{let n=t?.payload?.answerGenerated??!1;r(Sh({cannotAnswer:!n,answerId:e}))},error:(t,r)=>{t.finishReason==="ERROR"&&r(wh({answerId:e,message:t.errorMessage,code:t.code}))}}}};m();d();f();p();m();d();f();p();var bo=e=>ct({prefix:"analytics/generatedAnswer/streamEnd",__legacy__getBuilder:(t,r)=>{let n=en(r),o=e?!r.generatedAnswer?.answer||!r.generatedAnswer?.answer.length:void 0;return n?t.makeGeneratedAnswerStreamEnd({generativeQuestionAnsweringId:n,answerGenerated:e,answerTextIsEmpty:o}):null},analyticsType:"Rga.AnswerReceived",analyticsPayloadBuilder:t=>({answerId:en(t)??"",answerGenerated:e??!1})}),xo=()=>ct({prefix:"analytics/generatedAnswer/responseLinked",__legacy__getBuilder:()=>null,analyticsType:"Rga.ResponseLinked",analyticsPayloadBuilder:e=>({answerId:en(e)??"",responseId:e.search?.searchResponseId||e.search?.response.searchUid||""})});var xh=()=>({handleOpen:(e,t)=>{let r=e.headers.get("x-answer-id");r&&t(Co(r))},handleError:e=>{throw e},handleMessage:{"agentInteraction.answerHeader":(e,t)=>{e?.payload?.conversationId&&t(Rs(e.payload.conversationId)),e.payload.followUpEnabled&&t(Es(e.payload.followUpEnabled)),t(an("text/markdown")),t(br(!0)),t(Ot(!1))},"generativeengines.messageType":(e,t)=>{e?.payload?.textDelta&&t(rn({textDelta:e.payload.textDelta}))},"agentInteraction.citations":(e,t)=>{e?.payload?.citations!==void 0&&t(nn({citations:e.payload.citations}))},"generativeengines.endOfStreamType":(e,t)=>{let r=e?.payload?.answerGenerated??!1;t(Mi(r)),t(sn(!r)),t(br(!1)),t(Ot(!1)),t(bo(r)),t(xo())},error:(e,t)=>{e.finishReason==="ERROR"&&t(on(e))}}});var Cs={"head-answer":xh,"follow-up-answer":bh};m();d();f();p();var Ch=e=>{let{configuration:t}=e,{organizationId:r,environment:n,knowledge:{agentId:o}}=t,i=Be(r,n),a=o?.trim();if(!i||!r||!a)throw new Error("Missing required parameters for answer endpoint");let s=`/api/preview/organizations/${r}/agents`;return`${i}${s}/${a}/answer`};var AR=wo.injectEndpoints({overrideExisting:!0,endpoints:e=>({generateAnswer:e.query({queryFn:()=>({data:ws()}),onQueryStarted(_x68,_x69){return _asyncToGenerator(function*(t,{getState:r,updateCachedData:n,dispatch:o}){let{strategyKey:i,...a}=t,s=Ch(r());yield xs(s,a,{getState:r,updateCachedData:n,dispatch:o},Cs[i]?.())}).apply(this,arguments)}})})}),Eh=e=>AR.endpoints.generateAnswer.initiate(e);m();d();f();p();m();d();f();p();var Rh=Ue(e=>e.advancedSearchQueries,e=>{if(!e)return{};let{aq:t,cq:r,dq:n,lq:o}=e;return{...(t&&{aq:t}),...(r&&{cq:r}),...(n&&{dq:n}),...(o&&{lq:o})}});m();d();f();p();var ji=(e,t,r)=>({analytics:{clientId:t.clientId,clientTimestamp:new Date().toISOString(),documentReferrer:t.referrer,documentLocation:t.location,originContext:e.originContext,...(r&&{actionCause:r.actionCause}),...(r&&{customData:r.customData}),...(e.userDisplayName&&{userDisplayName:e.userDisplayName}),...(e.deviceId&&{deviceId:e.deviceId}),...(e.trackingId&&{trackingId:e.trackingId}),capture:t.capture??t.clientId!=="",source:ao(e)}});m();d();f();p();var Ih=e=>e.context;m();d();f();p();var cd=e=>e.pipeline;m();d();f();p();m();d();f();p();var qi=_t(Ts(),1),Nh=_t(Th(),1);m();d();f();p();var _s=_t(Ts(),1),kh=_t(_h(),1);_s.default.extend(kh.default);var Oh="YYYY/MM/DD@HH:mm:ss",bR="1401-01-01";function Eo(e,t){let r=(0,_s.default)(e,t);return!r.isValid()&&!t?(0,_s.default)(e,Oh):r}function ks(e){return e.format(Oh)}function Ph(e,t){let r=Eo(e,t);if(!r.isValid()){let n=". Please provide a date format string in the configuration options. See https://day.js.org/docs/en/parse/string-format for more information.",o=` with the format "${t}"`;throw new Error(`Could not parse the provided date "${e}"${t?o:n}`)}gd(r)}function gd(e){if(e.isBefore(bR))throw new Error(`Date is before year 1401, which is unsupported by the API: ${e}`)}qi.default.extend(Nh.default);var Fh=["past","now","next"],Dh=["minute","hour","day","week","month","quarter","year"],xR=e=>{let t=e==="now";return{amount:new te({required:!t,min:1}),unit:new H({required:!t,constrainTo:Dh}),period:new H({required:!0,constrainTo:Fh})}};function hd(e){if(typeof e=="string"&&!xr(e))throw new Error(`The value "${e}" is not respecting the relative date format "period-amount-unit"`);let t=typeof e=="string"?Uh(e):e;new lt(xR(t.period)).validate(t);let r=jh(t),n=JSON.stringify(t);if(!r.isValid())throw new Error(`Date is invalid: ${n}`);gd(r)}function Mh(e){let{period:t,amount:r,unit:n}=e;switch(t){case"past":case"next":return`${t}-${r}-${n}`;case"now":return t}}function jh(e){let{period:t,amount:r,unit:n}=e;switch(t){case"past":return(0,qi.default)().subtract(r,n);case"next":return(0,qi.default)().add(r,n);case"now":return(0,qi.default)()}}function Li(e){return ks(jh(Uh(e)))}function qh(e){return e.toLocaleLowerCase().split("-")}function xr(e){let[t,r,n]=qh(e);if(t==="now")return!0;if(!Fh.includes(t)||!Dh.includes(n))return!1;let o=parseInt(r);return!(Number.isNaN(o)||o<=0)}function Lh(e){return!!e&&typeof e=="object"&&"period"in e}function Uh(e){let[t,r,n]=qh(e);return t==="now"?{period:"now"}:{period:t,amount:r?parseInt(r):void 0,unit:n||void 0}}m();d();f();p();function Vh(e){return e.type==="dateRange"}function Gh(e){return`start${e}`}function Bh(e){return`end${e}`}var yd=()=>({dateFacetValueMap:{}});function CR(e,t,r){let n=e.start,o=e.end;return xr(n)&&(n=Li(n),r.dateFacetValueMap[t][Gh(n)]=e.start),xr(o)&&(o=Li(o),r.dateFacetValueMap[t][Bh(o)]=e.end),{...e,start:n,end:o}}function vd(e,t){if(Vh(e)){let{facetId:r,currentValues:n}=e;return t.dateFacetValueMap[r]={},{...e,currentValues:n.map(o=>CR(o,r,t))}}return e}function Cr(e){let t=yd();return{request:{...e,facets:e.facets?.map(n=>vd(n,t))},mappings:t}}function ER(e,t,r){return{...e,start:r.dateFacetValueMap[t][Gh(e.start)]||e.start,end:r.dateFacetValueMap[t][Bh(e.end)]||e.end}}function RR(e,t){return e.facetId in t.dateFacetValueMap}function IR(e,t){return RR(e,t)?{...e,values:e.values.map(r=>ER(r,e.facetId,t))}:e}function Os(e,t){return"success"in e?{success:{...e.success,facets:e.success.facets?.map(n=>IR(n,t))}}:e}m();d();f();p();m();d();f();p();m();d();f();p();function Er(e){return Object.values(e).map(t=>t.request)}function Sd(e,t){let r={};e.forEach(i=>{r[i.facetId]=i});let n=[];t.forEach(i=>{i in r&&(n.push(r[i]),delete r[i])});let o=Object.values(r);return[...n,...o]}function $h(e){return Er(e).map(t=>{let n=t.currentValues.some(({state:o})=>o!=="idle");return t.generateAutomaticRanges&&!n?{...t,currentValues:[]}:t})}var wd={alphanumericDescending:{type:"alphanumeric",order:"descending"},alphanumericNaturalDescending:{type:"alphanumericNatural",order:"descending"}};function TR(e){return Er(e).map(t=>{let r=wd[t.sortCriteria];return r?{...t,sortCriteria:r}:t})}function _R(e){return[...TR(e.facetSet??{}),...$h(e.numericFacetSet??{}),...$h(e.dateFacetSet??{}),...Er(e.categoryFacetSet??{})]}function kR(e){return _R(e).filter(({facetId:t})=>e.facetOptions?.facets[t]?.enabled??!0)}function Ps(e){return Sd(kR(e),e.facetOrder??[])}m();d();f();p();m();d();f();p();var Rr=/*#__PURE__*/function(){var _ref30=_asyncToGenerator(function*(e,t){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??pr(e.configuration.organizationId,e.configuration.environment),locale:e.configuration.search.locale,debug:e.debug,tab:e.configuration.analytics.originLevel2,referrer:e.configuration.analytics.originLevel3,timezone:e.configuration.search.timezone,...(e.configuration.analytics.enabled&&{actionsHistory:bt.getInstance().getHistory()}),...(e.advancedSearchQueries?.aq&&{aq:e.advancedSearchQueries.aq}),...(e.advancedSearchQueries?.cq&&{cq:e.advancedSearchQueries.cq}),...(e.advancedSearchQueries?.lq&&{lq:e.advancedSearchQueries.lq}),...(e.advancedSearchQueries?.dq&&{dq:e.advancedSearchQueries.dq}),...(e.context&&{context:e.context.contextValues}),...(e.fields&&!e.fields.fetchAllFields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.query&&{q:e.query.q,enableQuerySyntax:e.query.enableQuerySyntax}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.sortCriteria&&{sortCriteria:e.sortCriteria}),...(e.configuration.analytics.enabled&&(yield ds(e.configuration.analytics,t))),...(e.excerptLength&&!ie(e.excerptLength.length)&&{excerptLength:e.excerptLength.length}),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")})}});return function Rr(_x70,_x71){return _ref30.apply(this,arguments)}}();m();d();f();p();var Ro=(e,t,r)=>({accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??pr(e.configuration.organizationId,e.configuration.environment),locale:e.configuration.search.locale,debug:e.debug,tab:e.configuration.analytics.originLevel2,referrer:t.referrer,timezone:e.configuration.search.timezone,...(e.advancedSearchQueries?.aq&&{aq:e.advancedSearchQueries.aq}),...(e.advancedSearchQueries?.cq&&{cq:e.advancedSearchQueries.cq}),...(e.advancedSearchQueries?.lq&&{lq:e.advancedSearchQueries.lq}),...(e.advancedSearchQueries?.dq&&{dq:e.advancedSearchQueries.dq}),...(e.context&&{context:e.context.contextValues}),...(e.fields&&!e.fields.fetchAllFields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.query&&{q:e.query.q,enableQuerySyntax:e.query.enableQuerySyntax}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.sortCriteria&&{sortCriteria:e.sortCriteria}),...(e.configuration.analytics.enabled&&ji(e.configuration.analytics,t,r)),...(e.excerptLength&&!ie(e.excerptLength.length)&&{excerptLength:e.excerptLength.length}),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")})});m();d();f();p();var Qh=Ue(e=>e.staticFilterSet,e=>Object.values(e||{}).map(r=>{let n=r.values.filter(i=>i.state==="selected"&&!!i.expression.trim()),o=n.map(i=>i.expression).join(" OR ");return n.length>1?`(${o})`:o}));var Ir=/*#__PURE__*/function(){var _ref31=_asyncToGenerator(function*(e,t,r){let n=bd(e),o=OR(e),i=PR(e),a=e.configuration.analytics.analyticsMode==="legacy"?yield Rr(e,r):Ro(e,t,r);return Cr({...a,...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(n&&{cq:n}),...(o.length&&{facets:o}),...(e.pagination&&{numberOfResults:Ad(e),firstResult:e.pagination.firstResult}),...(e.facetOptions&&{facetOptions:{freezeFacetOrder:e.facetOptions.freezeFacetOrder}}),...(e.folding?.enabled&&{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}),...(e.automaticFacetSet&&{generateAutomaticFacets:{desiredCount:e.automaticFacetSet.desiredCount,numberOfValues:e.automaticFacetSet.numberOfValues,currentFacets:i}}),...(e.generatedAnswer&&{pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:e.generatedAnswer.fieldsToIncludeInCitations}}})})});return function Ir(_x72,_x73,_x74){return _ref31.apply(this,arguments)}}();function Ad(e){return e.pagination?e.pagination.firstResult+e.pagination.numberOfResults>5e3?5e3-e.pagination.firstResult:e.pagination.numberOfResults:void 0}function OR(e){return Sd(FR(e),e.facetOrder??[])}function PR(e){let t=e.automaticFacetSet?.set;return t?Object.values(t).map(r=>r.response).map(NR).filter(r=>r.currentValues.length>0):void 0}function NR(e){let{field:t,label:r,values:n}=e,o=n.filter(i=>i.state==="selected");return{field:t,label:r,currentValues:o}}function FR(e){return DR(e).filter(({facetId:t})=>e.facetOptions?.facets[t]?.enabled??!0)}function DR(e){return[...MR(e.facetSet??{}),...Hh(e.numericFacetSet??{}),...Hh(e.dateFacetSet??{}),...Er(e.categoryFacetSet??{})]}function MR(e){return Er(e).map(t=>{let r=wd[t.sortCriteria];return r?{...t,sortCriteria:r}:t})}function Hh(e){return Er(e).map(t=>{let r=t.currentValues,n=r.some(({state:i})=>i!=="idle"),o=r.some(i=>i.previousState);return t.generateAutomaticRanges&&!n&&!o?{...t,currentValues:[]}:t})}function bd(e){let t=e.advancedSearchQueries?.cq.trim()||"",n=Object.values(e.tabSet||{}).find(i=>i.isActive)?.expression.trim()||"",o=Qh(e);return[t,n,...o].filter(i=>!!i).join(" AND ")}m();d();f();p();m();d();f();p();var Ui=(e,t)=>{let r=e;return ie(r[t])?ie(e.raw[t])?null:e.raw[t]:r[t]},jR=e=>t=>e.every(r=>!ie(Ui(t,r))),qR=e=>t=>e.every(r=>ie(Ui(t,r))),LR=(e,t)=>r=>{let n=zh(e,r);return t.some(o=>n.some(i=>`${i}`.toLowerCase()===o.toLowerCase()))},UR=(e,t)=>r=>{let n=zh(e,r);return t.every(o=>n.every(i=>`${i}`.toLowerCase()!==o.toLowerCase()))},zh=(e,t)=>{let r=Ui(t,e);return nf(r)?r:[r]},Wh={getResultProperty:Ui,fieldsMustBeDefined:jR,fieldsMustNotBeDefined:qR,fieldMustMatch:LR,fieldMustNotMatch:UR};var xd=Ue(e=>e.search,e=>e?.searchAction?.actionCause||"");m();d();f();p();var Cd=e=>e.searchHub;m();d();f();p();var Ed=Ue(e=>e,e=>{if(!e)return"";for(let t in e)if(e[t].isActive)return e[t].id;return""}),dH=Ue(e=>e,e=>{let t=Ed(e);return t&&e?e[t].expression:""});m();d();f();p();var Kh=e=>{if(!(!e.dictionaryFieldContext||!Object.keys(e.dictionaryFieldContext.contextValues).length))return e.dictionaryFieldContext.contextValues};m();d();f();p();var Yh=e=>e.excerptLength?.length;m();d();f();p();var Xh=e=>{let{freezeFacetOrder:t}=e.facetOptions??{};return t!==void 0?{freezeFacetOrder:t}:void 0};m();d();f();p();var Jh=e=>{if(e.folding)return{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}};m();d();f();p();var Zh=e=>e.sortCriteria;var ey=/*#__PURE__*/function(){var _ref32=_asyncToGenerator(function*(e){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:Be(e.configuration.organizationId,e.configuration.environment),streamId:e.search.extendedResults?.generativeQuestionAnsweringId}});return function ey(_x75){return _ref32.apply(this,arguments)}}(),ty=(e,t)=>{let r=tn(e)?.q,{aq:n,cq:o,dq:i,lq:a}=GR(e),s=Ih(e),c=ji(e.configuration.analytics,t,{actionCause:xd(e)}),u=Cd(e),h=cd(e),v=jl(e)??[],S=ry(e),g=Ed(e.tabSet)||"default",y=Dl(e),x=ng(e),E=t.referrer||"",C=Xh(e),I=Zh(e),T=VR(e),_=Yh(e),q=Jh(e),N=Kh(e);return{q:r,...(n&&{aq:n}),...(o&&{cq:o}),...(i&&{dq:i}),...(a&&{lq:a}),...(e.query&&{enableQuerySyntax:Jg(e)}),...(s?.contextValues&&{context:s.contextValues}),pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:v}},...(u?.length&&{searchHub:u}),...(h?.length&&{pipeline:h}),...(S.length&&{facets:S}),...(e.fields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(e.pagination&&{numberOfResults:Ad(e),firstResult:e.pagination.firstResult}),tab:g,locale:y,timezone:x,...(e.debug!==void 0&&{debug:e.debug}),referrer:E,...T,...(q??{}),...(_&&{excerptLength:_}),...(N&&{dictionaryFieldContext:N}),sortCriteria:I,...(C&&{facetOptions:C}),...c,...(e.insightCaseContext?.caseContext&&{caseContext:e.insightCaseContext?.caseContext})}},Ns=(e,t)=>{let r=tn(e)?.q,n=ry(e),o=ji(e.configuration.analytics,t,{actionCause:xd(e)}),i=Dl(e),a=Cd(e),s=cd(e),c=jl(e)??[];return{q:r||"",...(n.length&&{facets:n}),pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:c}},...(a?.length&&{searchHub:a}),...(s?.length&&{pipeline:s}),...o,locale:i}},ry=e=>Ps(e)?.map(t=>vd(t,yd())).sort((t,r)=>t.facetId>r.facetId?1:r.facetId>t.facetId?-1:0),VR=e=>({actionsHistory:e.configuration.analytics.enabled?bt.getInstance().getHistory():[]}),GR=e=>{let t=Rh(e),r=bd(e);return{...t,...(r&&{cq:r})}};m();d();f();p();var ny=["text/plain","text/markdown"];var Io=new H({required:!0}),oy=new H,To=new ue({required:!0}),sd={id:Io,title:Io,uri:Io,permanentid:Io,clickUri:oy},Is=new H({required:!0,constrainTo:ny}),Tz=P("generatedAnswer/setIsVisible",e=>j(e,To)),Co=P("generatedAnswer/setAnswerId",e=>j(e,X)),_z=P("generatedAnswer/setAnswerGenerationMode",e=>j(e,new H({constrainTo:["automatic","manual"],required:!1,default:"automatic"}))),kz=P("generatedAnswer/setIsEnabled",e=>j(e,To)),rn=P("generatedAnswer/updateMessage",e=>j(e,{textDelta:Io})),nn=P("generatedAnswer/updateCitations",e=>j(e,{citations:new ge({required:!0,each:new ee({values:sd})})})),on=P("generatedAnswer/updateError",e=>j(e,{message:oy,code:new te({min:0})})),Vi=P("generatedAnswer/resetAnswer"),Oz=P("generatedAnswer/like"),Pz=P("generatedAnswer/dislike"),Nz=P("generatedAnswer/feedbackModal/open"),Fz=P("generatedAnswer/expand"),Dz=P("generatedAnswer/collapse"),Mz=P("generatedAnswer/setId",e=>j(e,{id:new H({required:!0})})),jz=P("generatedAnswer/feedbackModal/close"),qz=P("generatedAnswer/sendFeedback"),Ot=P("generatedAnswer/setIsLoading",e=>j(e,To)),br=P("generatedAnswer/setIsStreaming",e=>j(e,To)),an=P("generatedAnswer/setAnswerContentFormat",e=>j(e,Is)),Lz=P("generatedAnswer/updateResponseFormat",e=>j(e,{contentFormat:new ge({each:Is,default:["text/plain"]})})),Uz=P("knowledge/updateAnswerConfigurationId",e=>j(e,Io)),Vz=P("generatedAnswer/registerFieldsToIncludeInCitations",e=>j(e,Da)),Mi=P("generatedAnswer/setIsAnswerGenerated",e=>j(e,To)),sn=P("generatedAnswer/setCannotAnswer",e=>j(e,To)),iy=P("generatedAnswer/setAnswerApiQueryParams",e=>j(e,new ee({}))),ay=P("generatedAnswer/startStep",e=>j(e,{name:new H({required:!0,constrainTo:Ao}),startedAt:new te({min:0,required:!0})})),sy=P("generatedAnswer/finishStep",e=>j(e,{name:new H({required:!0,constrainTo:Ao}),finishedAt:new te({min:0,required:!0})})),Gz=be("generatedAnswer/streamAnswer",/*#__PURE__*/function(){var _ref33=_asyncToGenerator(function*(e,t){let r=t.getState(),{dispatch:n,extra:o,getState:i}=t,{search:a}=i(),{queryExecuted:s}=a,{setAbortControllerRef:c}=e,u=yield ey(r),h=(g,y)=>{switch(g){case"genqa.headerMessageType":{let x=JSON.parse(y);n(an(x.contentFormat));break}case"genqa.messageType":n(rn(JSON.parse(y)));break;case"genqa.citationsType":n(nn(JSON.parse(y)));break;case"genqa.endOfStreamType":{let x=JSON.parse(y).answerGenerated,E=s.length!==0&&!x;n(sn(E)),n(br(!1)),n(Mi(x)),n(bo(x)),n(xo());break}default:r.debug&&o.logger.warn(`Unknown payloadType: "${g}"`)}};n(Ot(!0));let v=g=>g.streamId===t.getState().search.extendedResults.generativeQuestionAnsweringId,S=o.streamingClient?.streamGeneratedAnswer(u,{write:g=>{v(u)&&(n(Ot(!1)),g.payload&&g.payloadType&&h(g.payloadType,g.payload))},abort:g=>{v(u)&&n(on(g))},close:()=>{v(u)&&n(br(!1))},resetAnswer:()=>{v(u)&&n(Vi())}});S?c(S):n(Ot(!1))});return function(_x76,_x77){return _ref33.apply(this,arguments)}}()),Bz=be("generatedAnswer/generateAnswer",/*#__PURE__*/function(){var _ref34=_asyncToGenerator(function*(e,{getState:t,dispatch:r,extra:{navigatorContext:n,logger:o}}){r(Vi());let i=t();if(i.generatedAnswer.answerConfigurationId){let a=ty(i,n);r(iy(a)),yield r(cy(a))}else o.warn("[WARNING] Missing answerConfigurationId in engine configuration. The generateAnswer action requires an answer configuration ID to use CRGA with the Answer API.")});return function(_x78,_x79){return _ref34.apply(this,arguments)}}()),$z=be("generatedAnswerWithFollowUps/generateHeadAnswer",/*#__PURE__*/function(){var _ref35=_asyncToGenerator(function*(e,{getState:t,dispatch:r,extra:{navigatorContext:n,logger:o}}){let i=t();if(!Sr(i)){o.warn("Missing agentId in engine configuration. The generateHeadAnswer action requires an agent ID.");return}r(Vi());let s=Ns(i,n),c={...s,strategyKey:"head-answer"};r(iy(s)),yield r(Eh(c))});return function(_x80,_x81){return _ref35.apply(this,arguments)}}());var BR=(e,t)=>{let{contentFormat:r}=t;e.contentFormat=r,e.isStreaming=!0,e.isLoading=!1},$R=(e,t)=>{e.answer===void 0?e.answer=t.textDelta:typeof t.textDelta=="string"&&(e.answer=e.answer.concat(t.textDelta))},QR=(e,t)=>{e.citations=t.citations},HR=(e,t)=>{e.generated=t.answerGenerated,e.isStreaming=!1},zR=(e,t)=>{let r=t.errorMessage||"Unknown error occurred";e.error={message:r,code:t.code},e.isStreaming=!1,e.isLoading=!1,console.error(`Generated answer error: ${r} (code: ${t.code})`)},WR=(e,t,r)=>{let n=JSON.parse(e.data);n.finishReason==="ERROR"&&n.errorMessage&&zR(t,n);let o=n.payload.length?JSON.parse(n.payload):{};switch(n.payloadType){case"genqa.headerMessageType":o.contentFormat&&(BR(t,o),r(an(o.contentFormat)));break;case"genqa.messageType":o.textDelta&&($R(t,o),r(rn({textDelta:o.textDelta})));break;case"genqa.citationsType":o.citations&&(QR(t,o),r(nn({citations:o.citations})));break;case"genqa.endOfStreamType":HR(t,o),r(bo(o.answerGenerated??!1)),r(xo());break}},KR=(e,t,r,n)=>{if(!e||!t||!r)throw new Error("Missing required parameters for answer endpoint");let o=`/rest/organizations/${t}`,i=n?`insight/v1/configs/${n}/answer`:"answer/v1/configs";return`${e}${o}/${i}/${r}/generate`},Rd=Xg.injectEndpoints({overrideExisting:!0,endpoints:e=>({getAnswer:e.query({queryFn:()=>({data:{contentFormat:void 0,answer:void 0,citations:void 0,error:void 0,generated:!1,isStreaming:!0,isLoading:!0}}),serializeQueryArgs:({endpointName:t,queryArgs:r})=>{let{analytics:n,...o}=r;return`${t}(${JSON.stringify(o)})`},onCacheEntryAdded(_x82,_x83){return _asyncToGenerator(function*(t,{getState:r,cacheDataLoaded:n,updateCachedData:o,dispatch:i}){yield n;let{configuration:a,generatedAnswer:s,insightConfiguration:c}=r(),{organizationId:u,environment:h,accessToken:v}=a,S=Be(u,h),g=KR(S,u,s.answerConfigurationId,c?.insightId);yield As(g,{method:"POST",body:JSON.stringify(t),headers:{Authorization:`Bearer ${v}`,Accept:"application/json","Content-Type":"application/json","Accept-Encoding":"*"},fetch:A,onopen:function(){var _ref36=_asyncToGenerator(function*(y){let x=y.headers.get("x-answer-id");x&&o(E=>{E.answerId=x,i(Co(x))})});return function onopen(_x84){return _ref36.apply(this,arguments)}}(),onmessage:y=>{o(x=>{WR(y,x,i)})},onerror:y=>{throw y},onclose:()=>{o(y=>{i(sn(!y.generated))})}})}).apply(this,arguments)}})})}),cy=e=>Rd.endpoints.getAnswer.initiate(e);m();d();f();p();var uy=Me(Xn,e=>e);m();d();f();p();function YR(e){let t=e.payload?.analyticsAction;return ly(e)&&!ie(t)}function ly(e){return"type"in e}var dy=e=>t=>r=>{let n;YR(r)&&(n=r.payload.analyticsAction,delete r.payload.analyticsAction);let o=t(r);return ly(r)&&(r.type==="search/executeSearch/fullfilled"&&n===void 0&&console.error("No analytics action associated with search:",r),r.type==="recommendation/get/fullfilled"&&n===void 0&&console.error("No analytics action associated with recommendation:",r),r.type==="productRecommendations/get/fullfilled"&&n===void 0&&console.error("No analytics action associated with product recommendation:",r)),n!==void 0&&e.dispatch(n),o};m();d();f();p();m();d();f();p();m();d();f();p();var x4=P("tab/register",e=>{let t=new ee({values:{id:X,expression:Je}});return j(e,t)}),Fs=P("tab/updateActiveTab",e=>j(e,X));m();d();f();p();var Ds=_t(Ts(),1),my=_t(py(),1),gy=_t(fy(),1);Ds.default.extend(gy.default);Ds.default.extend(my.default);var hy=()=>({organizationId:"",accessToken:"",search:{locale:"en-US",timezone:Ds.default.tz.guess(),authenticationProviders:[]},analytics:{enabled:!0,originContext:"Search",originLevel2:"default",originLevel3:"default",anonymous:!1,deviceId:"",userDisplayName:"",documentLocation:"",analyticsMode:"next",source:{}},knowledge:{answerConfigurationId:"",agentId:void 0},environment:"prod"});m();d();f();p();var XR=/(^|; )Coveo-Pendragon=([^;]*)/;function Od(){return typeof window>"u"?!1:XR.exec(document.cookie)?.pop()||null}var yy=Me(hy(),e=>e.addCase(hr,(t,r)=>{JR(t,r.payload)}).addCase(Ut,(t,r)=>{ZR(t,r.payload)}).addCase(Jn,(t,r)=>{eI(t,r.payload)}).addCase(Zn,t=>{t.analytics.enabled=!1}).addCase(eo,t=>{t.analytics.enabled=!0}).addCase(Ma,(t,r)=>{t.analytics.originLevel2=r.payload.originLevel2}).addCase(ja,(t,r)=>{t.analytics.originLevel3=r.payload.originLevel3}).addCase(Fs,(t,r)=>{t.analytics.originLevel2=r.payload}).addCase(Cm,(t,r)=>{t.analytics.originLevel2=r.payload}).addCase(yr,(t,r)=>{ie(r.payload.tab)||(t.analytics.originLevel2=r.payload.tab)}).addCase(bm,(t,{payload:r})=>{t.knowledge.agentId=r}));function JR(e,t){ie(t.accessToken)||(e.accessToken=t.accessToken),e.environment=t.environment??"prod",ie(t.organizationId)||(e.organizationId=t.organizationId)}function ZR(e,t){ie(t.proxyBaseUrl)||(e.search.apiBaseUrl=t.proxyBaseUrl),ie(t.locale)||(e.search.locale=t.locale),ie(t.timezone)||(e.search.timezone=t.timezone),ie(t.authenticationProviders)||(e.search.authenticationProviders=t.authenticationProviders)}function eI(e,t){ie(t.enabled)||(e.analytics.enabled=t.enabled),ie(t.originContext)||(e.analytics.originContext=t.originContext),ie(t.originLevel2)||(e.analytics.originLevel2=t.originLevel2),ie(t.originLevel3)||(e.analytics.originLevel3=t.originLevel3),ie(t.proxyBaseUrl)||(e.analytics.apiBaseUrl=t.proxyBaseUrl),ie(t.trackingId)||(e.analytics.trackingId=t.trackingId),ie(t.analyticsMode)||(e.analytics.analyticsMode=t.analyticsMode),ie(t.source)||(e.analytics.source=t.source);try{let r=Od();r&&(e.analytics.analyticsMode="next",e.analytics.trackingId=r)}catch{}ie(t.runtimeEnvironment)||(e.analytics.runtimeEnvironment=t.runtimeEnvironment),ie(t.anonymous)||(e.analytics.anonymous=t.anonymous),ie(t.deviceId)||(e.analytics.deviceId=t.deviceId),ie(t.userDisplayName)||(e.analytics.userDisplayName=t.userDisplayName),ie(t.documentLocation)||(e.analytics.documentLocation=t.documentLocation)}var Pt=yy;m();d();f();p();function tI(e){return e.instantlyCallable}var vy=()=>e=>t=>e(tI(t)?t():t);m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var tt=[];for(let e=0;e<256;++e)tt.push((e+256).toString(16).slice(1));function Sy(e,t=0){return(tt[e[t+0]]+tt[e[t+1]]+tt[e[t+2]]+tt[e[t+3]]+"-"+tt[e[t+4]]+tt[e[t+5]]+"-"+tt[e[t+6]]+tt[e[t+7]]+"-"+tt[e[t+8]]+tt[e[t+9]]+"-"+tt[e[t+10]]+tt[e[t+11]]+tt[e[t+12]]+tt[e[t+13]]+tt[e[t+14]]+tt[e[t+15]]).toLowerCase()}m();d();f();p();var Pd,rI=new Uint8Array(16);function Nd(){if(!Pd){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Pd=crypto.getRandomValues.bind(crypto)}return Pd(rI)}m();d();f();p();m();d();f();p();var nI=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Fd={randomUUID:nI};function oI(e,t,r){if(Fd.randomUUID&&!t&&!e)return Fd.randomUUID();e=e||{};let n=e.random??e.rng?.()??Nd();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return Sy(n)}var Tr=oI;m();d();f();p();m();d();f();p();var R={};ni(R,{BRAND:()=>kI,DIRTY:()=>un,EMPTY_PATH:()=>cI,INVALID:()=>se,NEVER:()=>mT,OK:()=>it,ParseStatus:()=>rt,Schema:()=>ye,ZodAny:()=>Or,ZodArray:()=>cr,ZodBigInt:()=>dn,ZodBoolean:()=>pn,ZodBranded:()=>Bi,ZodCatch:()=>xn,ZodDate:()=>fn,ZodDefault:()=>bn,ZodDiscriminatedUnion:()=>qs,ZodEffects:()=>It,ZodEnum:()=>wn,ZodError:()=>gt,ZodFirstPartyTypeKind:()=>ce,ZodFunction:()=>Us,ZodIntersection:()=>yn,ZodIssueCode:()=>W,ZodLazy:()=>vn,ZodLiteral:()=>Sn,ZodMap:()=>Fo,ZodNaN:()=>Mo,ZodNativeEnum:()=>An,ZodNever:()=>Nt,ZodNull:()=>gn,ZodNullable:()=>Qt,ZodNumber:()=>ln,ZodObject:()=>ht,ZodOptional:()=>Et,ZodParsedType:()=>Z,ZodPipeline:()=>$i,ZodPromise:()=>Pr,ZodReadonly:()=>Cn,ZodRecord:()=>Ls,ZodSchema:()=>ye,ZodSet:()=>Do,ZodString:()=>kr,ZodSymbol:()=>Po,ZodTransformer:()=>It,ZodTuple:()=>$t,ZodType:()=>ye,ZodUndefined:()=>mn,ZodUnion:()=>hn,ZodUnknown:()=>sr,ZodVoid:()=>No,addIssueToContext:()=>J,any:()=>LI,array:()=>BI,bigint:()=>FI,boolean:()=>ky,coerce:()=>fT,custom:()=>Iy,date:()=>DI,datetimeRegex:()=>Ey,defaultErrorMap:()=>ir,discriminatedUnion:()=>zI,effect:()=>iT,enum:()=>rT,function:()=>ZI,getErrorMap:()=>_o,getParsedType:()=>Bt,instanceof:()=>PI,intersection:()=>WI,isAborted:()=>Ms,isAsync:()=>ko,isDirty:()=>js,isValid:()=>_r,late:()=>OI,lazy:()=>eT,literal:()=>tT,makeIssue:()=>Gi,map:()=>XI,nan:()=>NI,nativeEnum:()=>nT,never:()=>VI,null:()=>qI,nullable:()=>sT,number:()=>_y,object:()=>$I,objectUtil:()=>Dd,oboolean:()=>pT,onumber:()=>dT,optional:()=>aT,ostring:()=>lT,pipeline:()=>uT,preprocess:()=>cT,promise:()=>oT,quotelessJson:()=>iI,record:()=>YI,set:()=>JI,setErrorMap:()=>sI,strictObject:()=>QI,string:()=>Ty,symbol:()=>MI,transformer:()=>iT,tuple:()=>KI,undefined:()=>jI,union:()=>HI,unknown:()=>UI,util:()=>Ae,void:()=>GI});m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var Ae;(function(e){e.assertEqual=o=>{};function t(o){}e.assertIs=t;function r(o){throw new Error}e.assertNever=r,e.arrayToEnum=o=>{let i={};for(let a of o)i[a]=a;return i},e.getValidEnumValues=o=>{let i=e.objectKeys(o).filter(s=>typeof o[o[s]]!="number"),a={};for(let s of i)a[s]=o[s];return e.objectValues(a)},e.objectValues=o=>e.objectKeys(o).map(function(i){return o[i]}),e.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let i=[];for(let a in o)Object.prototype.hasOwnProperty.call(o,a)&&i.push(a);return i},e.find=(o,i)=>{for(let a of o)if(i(a))return a},e.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,i=" | "){return o.map(a=>typeof a=="string"?`'${a}'`:a).join(i)}e.joinValues=n,e.jsonStringifyReplacer=(o,i)=>typeof i=="bigint"?i.toString():i})(Ae||(Ae={}));var Dd;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(Dd||(Dd={}));var Z=Ae.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Bt=e=>{switch(typeof e){case"undefined":return Z.undefined;case"string":return Z.string;case"number":return Number.isNaN(e)?Z.nan:Z.number;case"boolean":return Z.boolean;case"function":return Z.function;case"bigint":return Z.bigint;case"symbol":return Z.symbol;case"object":return Array.isArray(e)?Z.array:e===null?Z.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?Z.promise:typeof Map<"u"&&e instanceof Map?Z.map:typeof Set<"u"&&e instanceof Set?Z.set:typeof Date<"u"&&e instanceof Date?Z.date:Z.object;default:return Z.unknown}};var W=Ae.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),iI=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),gt=class e extends Error{get errors(){return this.issues}constructor(t){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=t}format(t){let r=t||function(i){return i.message},n={_errors:[]},o=i=>{for(let a of i.issues)if(a.code==="invalid_union")a.unionErrors.map(o);else if(a.code==="invalid_return_type")o(a.returnTypeError);else if(a.code==="invalid_arguments")o(a.argumentsError);else if(a.path.length===0)n._errors.push(r(a));else{let s=n,c=0;for(;c<a.path.length;){let u=a.path[c];c===a.path.length-1?(s[u]=s[u]||{_errors:[]},s[u]._errors.push(r(a))):s[u]=s[u]||{_errors:[]},s=s[u],c++}}};return o(this),n}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Ae.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let i=o.path[0];r[i]=r[i]||[],r[i].push(t(o))}else n.push(t(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};gt.create=e=>new gt(e);var aI=(e,t)=>{let r;switch(e.code){case W.invalid_type:e.received===Z.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case W.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,Ae.jsonStringifyReplacer)}`;break;case W.unrecognized_keys:r=`Unrecognized key(s) in object: ${Ae.joinValues(e.keys,", ")}`;break;case W.invalid_union:r="Invalid input";break;case W.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${Ae.joinValues(e.options)}`;break;case W.invalid_enum_value:r=`Invalid enum value. Expected ${Ae.joinValues(e.options)}, received '${e.received}'`;break;case W.invalid_arguments:r="Invalid function arguments";break;case W.invalid_return_type:r="Invalid function return type";break;case W.invalid_date:r="Invalid date";break;case W.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:Ae.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case W.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case W.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case W.custom:r="Invalid input";break;case W.invalid_intersection_types:r="Intersection results could not be merged";break;case W.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case W.not_finite:r="Number must be finite";break;default:r=t.defaultError,Ae.assertNever(e)}return{message:r}},ir=aI;var wy=ir;function sI(e){wy=e}function _o(){return wy}m();d();f();p();var Gi=e=>{let{data:t,path:r,errorMaps:n,issueData:o}=e,i=[...r,...(o.path||[])],a={...o,path:i};if(o.message!==void 0)return{...o,path:i,message:o.message};let s="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)s=u(a,{data:t,defaultError:s}).message;return{...o,path:i,message:s}},cI=[];function J(e,t){let r=_o(),n=Gi({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===ir?void 0:ir].filter(o=>!!o)});e.common.issues.push(n)}var rt=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){let n=[];for(let o of r){if(o.status==="aborted")return se;o.status==="dirty"&&t.dirty(),n.push(o.value)}return{status:t.value,value:n}}static mergeObjectAsync(t,r){return _asyncToGenerator(function*(){let n=[];for(let o of r){let i=yield o.key,a=yield o.value;n.push({key:i,value:a})}return e.mergeObjectSync(t,n)})()}static mergeObjectSync(t,r){let n={};for(let o of r){let{key:i,value:a}=o;if(i.status==="aborted"||a.status==="aborted")return se;i.status==="dirty"&&t.dirty(),a.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof a.value<"u"||o.alwaysSet)&&(n[i.value]=a.value)}return{status:t.value,value:n}}},se=Object.freeze({status:"aborted"}),un=e=>({status:"dirty",value:e}),it=e=>({status:"valid",value:e}),Ms=e=>e.status==="aborted",js=e=>e.status==="dirty",_r=e=>e.status==="valid",ko=e=>typeof Promise<"u"&&e instanceof Promise;m();d();f();p();m();d();f();p();var re;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(re||(re={}));var Rt=class{constructor(t,r,n,o){this._cachedPath=[],this.parent=t,this.data=r,this._path=n,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ay=(e,t)=>{if(_r(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new gt(e.common.issues);return this._error=r,this._error}}};function me(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:n,description:o}=e;if(t&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:o}:{errorMap:(a,s)=>{let{message:c}=e;return a.code==="invalid_enum_value"?{message:c??s.defaultError}:typeof s.data>"u"?{message:c??n??s.defaultError}:a.code!=="invalid_type"?{message:s.defaultError}:{message:c??r??s.defaultError}},description:o}}var ye=class{get description(){return this._def.description}_getType(t){return Bt(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:Bt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new rt,ctx:{common:t.parent.common,data:t.data,parsedType:Bt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let r=this._parse(t);if(ko(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){let r=this._parse(t);return Promise.resolve(r)}parse(t,r){let n=this.safeParse(t,r);if(n.success)return n.data;throw n.error}safeParse(t,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Bt(t)},o=this._parseSync({data:t,path:n.path,parent:n});return Ay(n,o)}"~validate"(t){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Bt(t)};if(!this["~standard"].async)try{let n=this._parseSync({data:t,path:[],parent:r});return _r(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:t,path:[],parent:r}).then(n=>_r(n)?{value:n.value}:{issues:r.common.issues})}parseAsync(t,r){var _this10=this;return _asyncToGenerator(function*(){let n=yield _this10.safeParseAsync(t,r);if(n.success)return n.data;throw n.error})()}safeParseAsync(t,r){var _this11=this;return _asyncToGenerator(function*(){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:_this11._def.errorMap,parent:null,data:t,parsedType:Bt(t)},o=_this11._parse({data:t,path:n.path,parent:n}),i=yield ko(o)?o:Promise.resolve(o);return Ay(n,i)})()}refine(t,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,i)=>{let a=t(o),s=()=>i.addIssue({code:W.custom,...n(o)});return typeof Promise<"u"&&a instanceof Promise?a.then(c=>c?!0:(s(),!1)):a?!0:(s(),!1)})}refinement(t,r){return this._refinement((n,o)=>t(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(t){return new It({schema:this,typeName:ce.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Et.create(this,this._def)}nullable(){return Qt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return cr.create(this)}promise(){return Pr.create(this,this._def)}or(t){return hn.create([this,t],this._def)}and(t){return yn.create(this,t,this._def)}transform(t){return new It({...me(this._def),schema:this,typeName:ce.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let r=typeof t=="function"?t:()=>t;return new bn({...me(this._def),innerType:this,defaultValue:r,typeName:ce.ZodDefault})}brand(){return new Bi({typeName:ce.ZodBranded,type:this,...me(this._def)})}catch(t){let r=typeof t=="function"?t:()=>t;return new xn({...me(this._def),innerType:this,catchValue:r,typeName:ce.ZodCatch})}describe(t){let r=this.constructor;return new r({...this._def,description:t})}pipe(t){return $i.create(this,t)}readonly(){return Cn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},uI=/^c[^\s-]{8,}$/i,lI=/^[0-9a-z]+$/,dI=/^[0-9A-HJKMNP-TV-Z]{26}$/i,pI=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,fI=/^[a-z0-9_-]{21}$/i,mI=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,gI=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,hI=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,yI="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Md,vI=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,SI=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,wI=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,AI=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,bI=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,xI=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,xy="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",CI=new RegExp(`^${xy}$`);function Cy(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function EI(e){return new RegExp(`^${Cy(e)}$`)}function Ey(e){let t=`${xy}T${Cy(e)}`,r=[];return r.push(e.local?"Z?":"Z"),e.offset&&r.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function RI(e,t){return!!((t==="v4"||!t)&&vI.test(e)||(t==="v6"||!t)&&wI.test(e))}function II(e,t){if(!mI.test(e))return!1;try{let[r]=e.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||t&&o.alg!==t)}catch{return!1}}function TI(e,t){return!!((t==="v4"||!t)&&SI.test(e)||(t==="v6"||!t)&&AI.test(e))}var kr=class e extends ye{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==Z.string){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.string,received:i.parsedType}),se}let n=new rt,o;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="max")t.data.length>i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="length"){let a=t.data.length>i.value,s=t.data.length<i.value;(a||s)&&(o=this._getOrReturnCtx(t,o),a?J(o,{code:W.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):s&&J(o,{code:W.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),n.dirty())}else if(i.kind==="email")hI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"email",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="emoji")Md||(Md=new RegExp(yI,"u")),Md.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"emoji",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="uuid")pI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"uuid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="nanoid")fI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"nanoid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid")uI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cuid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid2")lI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cuid2",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="ulid")dI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"ulid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{o=this._getOrReturnCtx(t,o),J(o,{validation:"url",code:W.invalid_string,message:i.message}),n.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"regex",code:W.invalid_string,message:i.message}),n.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),n.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{startsWith:i.value},message:i.message}),n.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{endsWith:i.value},message:i.message}),n.dirty()):i.kind==="datetime"?Ey(i).test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"datetime",message:i.message}),n.dirty()):i.kind==="date"?CI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"date",message:i.message}),n.dirty()):i.kind==="time"?EI(i).test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"time",message:i.message}),n.dirty()):i.kind==="duration"?gI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"duration",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="ip"?RI(t.data,i.version)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"ip",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="jwt"?II(t.data,i.alg)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"jwt",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="cidr"?TI(t.data,i.version)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cidr",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="base64"?bI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"base64",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="base64url"?xI.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"base64url",code:W.invalid_string,message:i.message}),n.dirty()):Ae.assertNever(i);return{status:n.value,value:t.data}}_regex(t,r,n){return this.refinement(o=>t.test(o),{validation:r,code:W.invalid_string,...re.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...re.errToObj(t)})}url(t){return this._addCheck({kind:"url",...re.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...re.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...re.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...re.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...re.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...re.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...re.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...re.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...re.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...re.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...re.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...re.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...re.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...re.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...re.errToObj(t)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...re.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r?.position,...re.errToObj(r?.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...re.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...re.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...re.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...re.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...re.errToObj(r)})}nonempty(t){return this.min(1,re.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};kr.create=e=>new kr({checks:[],typeName:ce.ZodString,coerce:e?.coerce??!1,...me(e)});function _I(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,i=Number.parseInt(e.toFixed(o).replace(".","")),a=Number.parseInt(t.toFixed(o).replace(".",""));return i%a/10**o}var ln=class e extends ye{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==Z.number){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.number,received:i.parsedType}),se}let n,o=new rt;for(let i of this._def.checks)i.kind==="int"?Ae.isInteger(t.data)||(n=this._getOrReturnCtx(t,n),J(n,{code:W.invalid_type,expected:"integer",received:"float",message:i.message}),o.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="multipleOf"?_I(t.data,i.value)!==0&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_finite,message:i.message}),o.dirty()):Ae.assertNever(i);return{status:o.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,re.toString(r))}gt(t,r){return this.setLimit("min",t,!1,re.toString(r))}lte(t,r){return this.setLimit("max",t,!0,re.toString(r))}lt(t,r){return this.setLimit("max",t,!1,re.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:re.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:re.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:re.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:re.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:re.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:re.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:re.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:re.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:re.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:re.toString(t)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&Ae.isInteger(t.value))}get isFinite(){let t=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(t===null||n.value<t)&&(t=n.value)}return Number.isFinite(r)&&Number.isFinite(t)}};ln.create=e=>new ln({checks:[],typeName:ce.ZodNumber,coerce:e?.coerce||!1,...me(e)});var dn=class e extends ye{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==Z.bigint)return this._getInvalidInput(t);let n,o=new rt;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):Ae.assertNever(i);return{status:o.value,value:t.data}}_getInvalidInput(t){let r=this._getOrReturnCtx(t);return J(r,{code:W.invalid_type,expected:Z.bigint,received:r.parsedType}),se}gte(t,r){return this.setLimit("min",t,!0,re.toString(r))}gt(t,r){return this.setLimit("min",t,!1,re.toString(r))}lte(t,r){return this.setLimit("max",t,!0,re.toString(r))}lt(t,r){return this.setLimit("max",t,!1,re.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:re.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:re.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:re.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:re.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:re.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:re.toString(r)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};dn.create=e=>new dn({checks:[],typeName:ce.ZodBigInt,coerce:e?.coerce??!1,...me(e)});var pn=class extends ye{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==Z.boolean){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.boolean,received:n.parsedType}),se}return it(t.data)}};pn.create=e=>new pn({typeName:ce.ZodBoolean,coerce:e?.coerce||!1,...me(e)});var fn=class e extends ye{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==Z.date){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.date,received:i.parsedType}),se}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_date}),se}let n=new rt,o;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),n.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),n.dirty()):Ae.assertNever(i);return{status:n.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:re.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:re.toString(r)})}get minDate(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}};fn.create=e=>new fn({checks:[],coerce:e?.coerce||!1,typeName:ce.ZodDate,...me(e)});var Po=class extends ye{_parse(t){if(this._getType(t)!==Z.symbol){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.symbol,received:n.parsedType}),se}return it(t.data)}};Po.create=e=>new Po({typeName:ce.ZodSymbol,...me(e)});var mn=class extends ye{_parse(t){if(this._getType(t)!==Z.undefined){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.undefined,received:n.parsedType}),se}return it(t.data)}};mn.create=e=>new mn({typeName:ce.ZodUndefined,...me(e)});var gn=class extends ye{_parse(t){if(this._getType(t)!==Z.null){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.null,received:n.parsedType}),se}return it(t.data)}};gn.create=e=>new gn({typeName:ce.ZodNull,...me(e)});var Or=class extends ye{constructor(){super(...arguments),this._any=!0}_parse(t){return it(t.data)}};Or.create=e=>new Or({typeName:ce.ZodAny,...me(e)});var sr=class extends ye{constructor(){super(...arguments),this._unknown=!0}_parse(t){return it(t.data)}};sr.create=e=>new sr({typeName:ce.ZodUnknown,...me(e)});var Nt=class extends ye{_parse(t){let r=this._getOrReturnCtx(t);return J(r,{code:W.invalid_type,expected:Z.never,received:r.parsedType}),se}};Nt.create=e=>new Nt({typeName:ce.ZodNever,...me(e)});var No=class extends ye{_parse(t){if(this._getType(t)!==Z.undefined){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.void,received:n.parsedType}),se}return it(t.data)}};No.create=e=>new No({typeName:ce.ZodVoid,...me(e)});var cr=class e extends ye{_parse(t){let{ctx:r,status:n}=this._processInputParams(t),o=this._def;if(r.parsedType!==Z.array)return J(r,{code:W.invalid_type,expected:Z.array,received:r.parsedType}),se;if(o.exactLength!==null){let a=r.data.length>o.exactLength.value,s=r.data.length<o.exactLength.value;(a||s)&&(J(r,{code:a?W.too_big:W.too_small,minimum:s?o.exactLength.value:void 0,maximum:a?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(J(r,{code:W.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(J(r,{code:W.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((a,s)=>o.type._parseAsync(new Rt(r,a,r.path,s)))).then(a=>rt.mergeArray(n,a));let i=[...r.data].map((a,s)=>o.type._parseSync(new Rt(r,a,r.path,s)));return rt.mergeArray(n,i)}get element(){return this._def.type}min(t,r){return new e({...this._def,minLength:{value:t,message:re.toString(r)}})}max(t,r){return new e({...this._def,maxLength:{value:t,message:re.toString(r)}})}length(t,r){return new e({...this._def,exactLength:{value:t,message:re.toString(r)}})}nonempty(t){return this.min(1,t)}};cr.create=(e,t)=>new cr({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ce.ZodArray,...me(t)});function Oo(e){if(e instanceof ht){let t={};for(let r in e.shape){let n=e.shape[r];t[r]=Et.create(Oo(n))}return new ht({...e._def,shape:()=>t})}else return e instanceof cr?new cr({...e._def,type:Oo(e.element)}):e instanceof Et?Et.create(Oo(e.unwrap())):e instanceof Qt?Qt.create(Oo(e.unwrap())):e instanceof $t?$t.create(e.items.map(t=>Oo(t))):e}var ht=class e extends ye{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),r=Ae.objectKeys(t);return this._cached={shape:t,keys:r},this._cached}_parse(t){if(this._getType(t)!==Z.object){let u=this._getOrReturnCtx(t);return J(u,{code:W.invalid_type,expected:Z.object,received:u.parsedType}),se}let{status:n,ctx:o}=this._processInputParams(t),{shape:i,keys:a}=this._getCached(),s=[];if(!(this._def.catchall instanceof Nt&&this._def.unknownKeys==="strip"))for(let u in o.data)a.includes(u)||s.push(u);let c=[];for(let u of a){let h=i[u],v=o.data[u];c.push({key:{status:"valid",value:u},value:h._parse(new Rt(o,v,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof Nt){let u=this._def.unknownKeys;if(u==="passthrough")for(let h of s)c.push({key:{status:"valid",value:h},value:{status:"valid",value:o.data[h]}});else if(u==="strict")s.length>0&&(J(o,{code:W.unrecognized_keys,keys:s}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let h of s){let v=o.data[h];c.push({key:{status:"valid",value:h},value:u._parse(new Rt(o,v,o.path,h)),alwaysSet:h in o.data})}}return o.common.async?Promise.resolve().then(/*#__PURE__*/_asyncToGenerator(function*(){let u=[];for(let h of c){let v=yield h.key,S=yield h.value;u.push({key:v,value:S,alwaysSet:h.alwaysSet})}return u})).then(u=>rt.mergeObjectSync(n,u)):rt.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(t){return re.errToObj,new e({...this._def,unknownKeys:"strict",...(t!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:re.errToObj(t).message??o}:{message:o}}}:{})})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:ce.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let r={};for(let n of Ae.objectKeys(t))t[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}omit(t){let r={};for(let n of Ae.objectKeys(this.shape))t[n]||(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}deepPartial(){return Oo(this)}partial(t){let r={};for(let n of Ae.objectKeys(this.shape)){let o=this.shape[n];t&&!t[n]?r[n]=o:r[n]=o.optional()}return new e({...this._def,shape:()=>r})}required(t){let r={};for(let n of Ae.objectKeys(this.shape))if(t&&!t[n])r[n]=this.shape[n];else{let i=this.shape[n];for(;i instanceof Et;)i=i._def.innerType;r[n]=i}return new e({...this._def,shape:()=>r})}keyof(){return Ry(Ae.objectKeys(this.shape))}};ht.create=(e,t)=>new ht({shape:()=>e,unknownKeys:"strip",catchall:Nt.create(),typeName:ce.ZodObject,...me(t)});ht.strictCreate=(e,t)=>new ht({shape:()=>e,unknownKeys:"strict",catchall:Nt.create(),typeName:ce.ZodObject,...me(t)});ht.lazycreate=(e,t)=>new ht({shape:e,unknownKeys:"strip",catchall:Nt.create(),typeName:ce.ZodObject,...me(t)});var hn=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=this._def.options;function o(i){for(let s of i)if(s.result.status==="valid")return s.result;for(let s of i)if(s.result.status==="dirty")return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(s=>new gt(s.ctx.common.issues));return J(r,{code:W.invalid_union,unionErrors:a}),se}if(r.common.async)return Promise.all(n.map(/*#__PURE__*/function(){var _ref38=_asyncToGenerator(function*(i){let a={...r,common:{...r.common,issues:[]},parent:null};return{result:yield i._parseAsync({data:r.data,path:r.path,parent:a}),ctx:a}});return function(_x85){return _ref38.apply(this,arguments)}}())).then(o);{let i,a=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},h=c._parseSync({data:r.data,path:r.path,parent:u});if(h.status==="valid")return h;h.status==="dirty"&&!i&&(i={result:h,ctx:u}),u.common.issues.length&&a.push(u.common.issues)}if(i)return r.common.issues.push(...i.ctx.common.issues),i.result;let s=a.map(c=>new gt(c));return J(r,{code:W.invalid_union,unionErrors:s}),se}}get options(){return this._def.options}};hn.create=(e,t)=>new hn({options:e,typeName:ce.ZodUnion,...me(t)});var ar=e=>e instanceof vn?ar(e.schema):e instanceof It?ar(e.innerType()):e instanceof Sn?[e.value]:e instanceof wn?e.options:e instanceof An?Ae.objectValues(e.enum):e instanceof bn?ar(e._def.innerType):e instanceof mn?[void 0]:e instanceof gn?[null]:e instanceof Et?[void 0,...ar(e.unwrap())]:e instanceof Qt?[null,...ar(e.unwrap())]:e instanceof Bi||e instanceof Cn?ar(e.unwrap()):e instanceof xn?ar(e._def.innerType):[],qs=class e extends ye{_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.object)return J(r,{code:W.invalid_type,expected:Z.object,received:r.parsedType}),se;let n=this.discriminator,o=r.data[n],i=this.optionsMap.get(o);return i?r.common.async?i._parseAsync({data:r.data,path:r.path,parent:r}):i._parseSync({data:r.data,path:r.path,parent:r}):(J(r,{code:W.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),se)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,n){let o=new Map;for(let i of r){let a=ar(i.shape[t]);if(!a.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let s of a){if(o.has(s))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(s)}`);o.set(s,i)}}return new e({typeName:ce.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:o,...me(n)})}};function jd(e,t){let r=Bt(e),n=Bt(t);if(e===t)return{valid:!0,data:e};if(r===Z.object&&n===Z.object){let o=Ae.objectKeys(t),i=Ae.objectKeys(e).filter(s=>o.indexOf(s)!==-1),a={...e,...t};for(let s of i){let c=jd(e[s],t[s]);if(!c.valid)return{valid:!1};a[s]=c.data}return{valid:!0,data:a}}else if(r===Z.array&&n===Z.array){if(e.length!==t.length)return{valid:!1};let o=[];for(let i=0;i<e.length;i++){let a=e[i],s=t[i],c=jd(a,s);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===Z.date&&n===Z.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var yn=class extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t),o=(i,a)=>{if(Ms(i)||Ms(a))return se;let s=jd(i.value,a.value);return s.valid?((js(i)||js(a))&&r.dirty(),{status:r.value,value:s.data}):(J(n,{code:W.invalid_intersection_types}),se)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([i,a])=>o(i,a)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};yn.create=(e,t,r)=>new yn({left:e,right:t,typeName:ce.ZodIntersection,...me(r)});var $t=class e extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.array)return J(n,{code:W.invalid_type,expected:Z.array,received:n.parsedType}),se;if(n.data.length<this._def.items.length)return J(n,{code:W.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),se;!this._def.rest&&n.data.length>this._def.items.length&&(J(n,{code:W.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let i=[...n.data].map((a,s)=>{let c=this._def.items[s]||this._def.rest;return c?c._parse(new Rt(n,a,n.path,s)):null}).filter(a=>!!a);return n.common.async?Promise.all(i).then(a=>rt.mergeArray(r,a)):rt.mergeArray(r,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};$t.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new $t({items:e,typeName:ce.ZodTuple,rest:null,...me(t)})};var Ls=class e extends ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.object)return J(n,{code:W.invalid_type,expected:Z.object,received:n.parsedType}),se;let o=[],i=this._def.keyType,a=this._def.valueType;for(let s in n.data)o.push({key:i._parse(new Rt(n,s,n.path,s)),value:a._parse(new Rt(n,n.data[s],n.path,s)),alwaysSet:s in n.data});return n.common.async?rt.mergeObjectAsync(r,o):rt.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(t,r,n){return r instanceof ye?new e({keyType:t,valueType:r,typeName:ce.ZodRecord,...me(n)}):new e({keyType:kr.create(),valueType:t,typeName:ce.ZodRecord,...me(r)})}},Fo=class extends ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.map)return J(n,{code:W.invalid_type,expected:Z.map,received:n.parsedType}),se;let o=this._def.keyType,i=this._def.valueType,a=[...n.data.entries()].map(([s,c],u)=>({key:o._parse(new Rt(n,s,n.path,[u,"key"])),value:i._parse(new Rt(n,c,n.path,[u,"value"]))}));if(n.common.async){let s=new Map;return Promise.resolve().then(/*#__PURE__*/_asyncToGenerator(function*(){for(let c of a){let u=yield c.key,h=yield c.value;if(u.status==="aborted"||h.status==="aborted")return se;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),s.set(u.value,h.value)}return{status:r.value,value:s}}))}else{let s=new Map;for(let c of a){let u=c.key,h=c.value;if(u.status==="aborted"||h.status==="aborted")return se;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),s.set(u.value,h.value)}return{status:r.value,value:s}}}};Fo.create=(e,t,r)=>new Fo({valueType:t,keyType:e,typeName:ce.ZodMap,...me(r)});var Do=class e extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.set)return J(n,{code:W.invalid_type,expected:Z.set,received:n.parsedType}),se;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(J(n,{code:W.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(J(n,{code:W.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let i=this._def.valueType;function a(c){let u=new Set;for(let h of c){if(h.status==="aborted")return se;h.status==="dirty"&&r.dirty(),u.add(h.value)}return{status:r.value,value:u}}let s=[...n.data.values()].map((c,u)=>i._parse(new Rt(n,c,n.path,u)));return n.common.async?Promise.all(s).then(c=>a(c)):a(s)}min(t,r){return new e({...this._def,minSize:{value:t,message:re.toString(r)}})}max(t,r){return new e({...this._def,maxSize:{value:t,message:re.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}};Do.create=(e,t)=>new Do({valueType:e,minSize:null,maxSize:null,typeName:ce.ZodSet,...me(t)});var Us=class e extends ye{constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.function)return J(r,{code:W.invalid_type,expected:Z.function,received:r.parsedType}),se;function n(s,c){return Gi({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,_o(),ir].filter(u=>!!u),issueData:{code:W.invalid_arguments,argumentsError:c}})}function o(s,c){return Gi({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,_o(),ir].filter(u=>!!u),issueData:{code:W.invalid_return_type,returnTypeError:c}})}let i={errorMap:r.common.contextualErrorMap},a=r.data;if(this._def.returns instanceof Pr){let s=this;return it(/*#__PURE__*/_asyncToGenerator(function*(...c){let u=new gt([]),h=yield s._def.args.parseAsync(c,i).catch(g=>{throw u.addIssue(n(c,g)),u}),v=yield Reflect.apply(a,this,h);return yield s._def.returns._def.type.parseAsync(v,i).catch(g=>{throw u.addIssue(o(v,g)),u})}))}else{let s=this;return it(function(...c){let u=s._def.args.safeParse(c,i);if(!u.success)throw new gt([n(c,u.error)]);let h=Reflect.apply(a,this,u.data),v=s._def.returns.safeParse(h,i);if(!v.success)throw new gt([o(h,v.error)]);return v.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:$t.create(t).rest(sr.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,n){return new e({args:t||$t.create([]).rest(sr.create()),returns:r||sr.create(),typeName:ce.ZodFunction,...me(n)})}},vn=class extends ye{get schema(){return this._def.getter()}_parse(t){let{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};vn.create=(e,t)=>new vn({getter:e,typeName:ce.ZodLazy,...me(t)});var Sn=class extends ye{_parse(t){if(t.data!==this._def.value){let r=this._getOrReturnCtx(t);return J(r,{received:r.data,code:W.invalid_literal,expected:this._def.value}),se}return{status:"valid",value:t.data}}get value(){return this._def.value}};Sn.create=(e,t)=>new Sn({value:e,typeName:ce.ZodLiteral,...me(t)});function Ry(e,t){return new wn({values:e,typeName:ce.ZodEnum,...me(t)})}var wn=class e extends ye{_parse(t){if(typeof t.data!="string"){let r=this._getOrReturnCtx(t),n=this._def.values;return J(r,{expected:Ae.joinValues(n),received:r.parsedType,code:W.invalid_type}),se}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let r=this._getOrReturnCtx(t),n=this._def.values;return J(r,{received:r.data,code:W.invalid_enum_value,options:n}),se}return it(t.data)}get options(){return this._def.values}get enum(){let t={};for(let r of this._def.values)t[r]=r;return t}get Values(){let t={};for(let r of this._def.values)t[r]=r;return t}get Enum(){let t={};for(let r of this._def.values)t[r]=r;return t}extract(t,r=this._def){return e.create(t,{...this._def,...r})}exclude(t,r=this._def){return e.create(this.options.filter(n=>!t.includes(n)),{...this._def,...r})}};wn.create=Ry;var An=class extends ye{_parse(t){let r=Ae.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(t);if(n.parsedType!==Z.string&&n.parsedType!==Z.number){let o=Ae.objectValues(r);return J(n,{expected:Ae.joinValues(o),received:n.parsedType,code:W.invalid_type}),se}if(this._cache||(this._cache=new Set(Ae.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let o=Ae.objectValues(r);return J(n,{received:n.data,code:W.invalid_enum_value,options:o}),se}return it(t.data)}get enum(){return this._def.values}};An.create=(e,t)=>new An({values:e,typeName:ce.ZodNativeEnum,...me(t)});var Pr=class extends ye{unwrap(){return this._def.type}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.promise&&r.common.async===!1)return J(r,{code:W.invalid_type,expected:Z.promise,received:r.parsedType}),se;let n=r.parsedType===Z.promise?r.data:Promise.resolve(r.data);return it(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Pr.create=(e,t)=>new Pr({type:e,typeName:ce.ZodPromise,...me(t)});var It=class extends ye{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ce.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){var _this12=this;let{status:r,ctx:n}=this._processInputParams(t),o=this._def.effect||null,i={addIssue:a=>{J(n,a),a.fatal?r.abort():r.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),o.type==="preprocess"){let a=o.transform(n.data,i);if(n.common.async)return Promise.resolve(a).then(/*#__PURE__*/function(){var _ref41=_asyncToGenerator(function*(s){if(r.value==="aborted")return se;let c=yield _this12._def.schema._parseAsync({data:s,path:n.path,parent:n});return c.status==="aborted"?se:c.status==="dirty"?un(c.value):r.value==="dirty"?un(c.value):c});return function(_x86){return _ref41.apply(this,arguments)}}());{if(r.value==="aborted")return se;let s=this._def.schema._parseSync({data:a,path:n.path,parent:n});return s.status==="aborted"?se:s.status==="dirty"?un(s.value):r.value==="dirty"?un(s.value):s}}if(o.type==="refinement"){let a=s=>{let c=o.refinement(s,i);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return s};if(n.common.async===!1){let s=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?se:(s.status==="dirty"&&r.dirty(),a(s.value),{status:r.value,value:s.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(s=>s.status==="aborted"?se:(s.status==="dirty"&&r.dirty(),a(s.value).then(()=>({status:r.value,value:s.value}))))}if(o.type==="transform")if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!_r(a))return se;let s=o.transform(a.value,i);if(s instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:s}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>_r(a)?Promise.resolve(o.transform(a.value,i)).then(s=>({status:r.value,value:s})):se);Ae.assertNever(o)}};It.create=(e,t,r)=>new It({schema:e,typeName:ce.ZodEffects,effect:t,...me(r)});It.createWithPreprocess=(e,t,r)=>new It({schema:t,effect:{type:"preprocess",transform:e},typeName:ce.ZodEffects,...me(r)});var Et=class extends ye{_parse(t){return this._getType(t)===Z.undefined?it(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Et.create=(e,t)=>new Et({innerType:e,typeName:ce.ZodOptional,...me(t)});var Qt=class extends ye{_parse(t){return this._getType(t)===Z.null?it(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Qt.create=(e,t)=>new Qt({innerType:e,typeName:ce.ZodNullable,...me(t)});var bn=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return r.parsedType===Z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};bn.create=(e,t)=>new bn({innerType:e,typeName:ce.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...me(t)});var xn=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return ko(o)?o.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new gt(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new gt(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};xn.create=(e,t)=>new xn({innerType:e,typeName:ce.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...me(t)});var Mo=class extends ye{_parse(t){if(this._getType(t)!==Z.nan){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.nan,received:n.parsedType}),se}return{status:"valid",value:t.data}}};Mo.create=e=>new Mo({typeName:ce.ZodNaN,...me(e)});var kI=Symbol("zod_brand"),Bi=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},$i=class e extends ye{_parse(t){var _this13=this;let{status:r,ctx:n}=this._processInputParams(t);if(n.common.async)return _asyncToGenerator(function*(){let i=yield _this13._def.in._parseAsync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?se:i.status==="dirty"?(r.dirty(),un(i.value)):_this13._def.out._parseAsync({data:i.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?se:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(t,r){return new e({in:t,out:r,typeName:ce.ZodPipeline})}},Cn=class extends ye{_parse(t){let r=this._def.innerType._parse(t),n=o=>(_r(o)&&(o.value=Object.freeze(o.value)),o);return ko(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};Cn.create=(e,t)=>new Cn({innerType:e,typeName:ce.ZodReadonly,...me(t)});function by(e,t){let r=typeof e=="function"?e(t):typeof e=="string"?{message:e}:e;return typeof r=="string"?{message:r}:r}function Iy(e,t={},r){return e?Or.create().superRefine((n,o)=>{let i=e(n);if(i instanceof Promise)return i.then(a=>{if(!a){let s=by(t,n),c=s.fatal??r??!0;o.addIssue({code:"custom",...s,fatal:c})}});if(!i){let a=by(t,n),s=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:s})}}):Or.create()}var OI={object:ht.lazycreate},ce;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(ce||(ce={}));var PI=(e,t={message:`Input not instance of ${e.name}`})=>Iy(r=>r instanceof e,t),Ty=kr.create,_y=ln.create,NI=Mo.create,FI=dn.create,ky=pn.create,DI=fn.create,MI=Po.create,jI=mn.create,qI=gn.create,LI=Or.create,UI=sr.create,VI=Nt.create,GI=No.create,BI=cr.create,$I=ht.create,QI=ht.strictCreate,HI=hn.create,zI=qs.create,WI=yn.create,KI=$t.create,YI=Ls.create,XI=Fo.create,JI=Do.create,ZI=Us.create,eT=vn.create,tT=Sn.create,rT=wn.create,nT=An.create,oT=Pr.create,iT=It.create,aT=Et.create,sT=Qt.create,cT=It.createWithPreprocess,uT=$i.create,lT=()=>Ty().optional(),dT=()=>_y().optional(),pT=()=>ky().optional(),fT={string:e=>kr.create({...e,coerce:!0}),number:e=>ln.create({...e,coerce:!0}),boolean:e=>pn.create({...e,coerce:!0}),bigint:e=>dn.create({...e,coerce:!0}),date:e=>fn.create({...e,coerce:!0})};var mT=se;var gT=R.object({name:R.string(),arguments:R.string()}),hT=R.object({id:R.string(),type:R.literal("function"),function:gT,encryptedValue:R.string().optional()}),Vs=R.object({id:R.string(),role:R.string(),content:R.string().optional(),name:R.string().optional(),encryptedValue:R.string().optional()}),yT=R.object({type:R.literal("text"),text:R.string()}),Oy=R.object({type:R.literal("binary"),mimeType:R.string(),id:R.string().optional(),url:R.string().optional(),data:R.string().optional(),filename:R.string().optional()}),Py=(e,t)=>{!e.id&&!e.url&&!e.data&&t.addIssue({code:R.ZodIssueCode.custom,message:"BinaryInputContent requires at least one of id, url, or data.",path:["id"]})},eK=Oy.superRefine((e,t)=>{Py(e,t)}),vT=R.discriminatedUnion("type",[yT,Oy]),ST=vT.superRefine((e,t)=>{e.type==="binary"&&Py(e,t)}),wT=Vs.extend({role:R.literal("developer"),content:R.string()}),AT=Vs.extend({role:R.literal("system"),content:R.string()}),bT=Vs.extend({role:R.literal("assistant"),content:R.string().optional(),toolCalls:R.array(hT).optional()}),xT=Vs.extend({role:R.literal("user"),content:R.union([R.string(),R.array(ST)])}),CT=R.object({id:R.string(),content:R.string(),role:R.literal("tool"),toolCallId:R.string(),error:R.string().optional(),encryptedValue:R.string().optional()}),ET=R.object({id:R.string(),role:R.literal("activity"),activityType:R.string(),content:R.record(R.any())}),RT=R.object({id:R.string(),role:R.literal("reasoning"),content:R.string(),encryptedValue:R.string().optional()}),Ny=R.discriminatedUnion("role",[wT,AT,bT,xT,CT,ET,RT]),tK=R.union([R.literal("developer"),R.literal("system"),R.literal("assistant"),R.literal("user"),R.literal("tool"),R.literal("activity"),R.literal("reasoning")]),IT=R.object({description:R.string(),value:R.string()}),TT=R.object({name:R.string(),description:R.string(),parameters:R.any()}),_T=R.object({threadId:R.string(),runId:R.string(),parentRunId:R.string().optional(),state:R.any(),messages:R.array(Ny),tools:R.array(TT),context:R.array(IT),forwardedProps:R.any()}),kT=R.any(),je=class extends Error{constructor(e){super(e)}},qd=class extends je{constructor(){super("Connect not implemented. This method is not supported by the current agent.")}},Fy=R.union([R.literal("developer"),R.literal("system"),R.literal("assistant"),R.literal("user")]),F=function(e){return e.TEXT_MESSAGE_START="TEXT_MESSAGE_START",e.TEXT_MESSAGE_CONTENT="TEXT_MESSAGE_CONTENT",e.TEXT_MESSAGE_END="TEXT_MESSAGE_END",e.TEXT_MESSAGE_CHUNK="TEXT_MESSAGE_CHUNK",e.TOOL_CALL_START="TOOL_CALL_START",e.TOOL_CALL_ARGS="TOOL_CALL_ARGS",e.TOOL_CALL_END="TOOL_CALL_END",e.TOOL_CALL_CHUNK="TOOL_CALL_CHUNK",e.TOOL_CALL_RESULT="TOOL_CALL_RESULT",e.THINKING_START="THINKING_START",e.THINKING_END="THINKING_END",e.THINKING_TEXT_MESSAGE_START="THINKING_TEXT_MESSAGE_START",e.THINKING_TEXT_MESSAGE_CONTENT="THINKING_TEXT_MESSAGE_CONTENT",e.THINKING_TEXT_MESSAGE_END="THINKING_TEXT_MESSAGE_END",e.STATE_SNAPSHOT="STATE_SNAPSHOT",e.STATE_DELTA="STATE_DELTA",e.MESSAGES_SNAPSHOT="MESSAGES_SNAPSHOT",e.ACTIVITY_SNAPSHOT="ACTIVITY_SNAPSHOT",e.ACTIVITY_DELTA="ACTIVITY_DELTA",e.RAW="RAW",e.CUSTOM="CUSTOM",e.RUN_STARTED="RUN_STARTED",e.RUN_FINISHED="RUN_FINISHED",e.RUN_ERROR="RUN_ERROR",e.STEP_STARTED="STEP_STARTED",e.STEP_FINISHED="STEP_FINISHED",e.REASONING_START="REASONING_START",e.REASONING_MESSAGE_START="REASONING_MESSAGE_START",e.REASONING_MESSAGE_CONTENT="REASONING_MESSAGE_CONTENT",e.REASONING_MESSAGE_END="REASONING_MESSAGE_END",e.REASONING_MESSAGE_CHUNK="REASONING_MESSAGE_CHUNK",e.REASONING_END="REASONING_END",e.REASONING_ENCRYPTED_VALUE="REASONING_ENCRYPTED_VALUE",e}({}),Re=R.object({type:R.nativeEnum(F),timestamp:R.number().optional(),rawEvent:R.any().optional()}).passthrough(),OT=Re.extend({type:R.literal(F.TEXT_MESSAGE_START),messageId:R.string(),role:Fy.default("assistant")}),Dy=Re.extend({type:R.literal(F.TEXT_MESSAGE_CONTENT),messageId:R.string(),delta:R.string().refine(e=>e.length>0,"Delta must not be an empty string")}),PT=Re.extend({type:R.literal(F.TEXT_MESSAGE_END),messageId:R.string()}),NT=Re.extend({type:R.literal(F.TEXT_MESSAGE_CHUNK),messageId:R.string().optional(),role:Fy.optional(),delta:R.string().optional()}),FT=Re.extend({type:R.literal(F.THINKING_TEXT_MESSAGE_START)}),DT=Dy.omit({messageId:!0,type:!0}).extend({type:R.literal(F.THINKING_TEXT_MESSAGE_CONTENT)}),MT=Re.extend({type:R.literal(F.THINKING_TEXT_MESSAGE_END)}),jT=Re.extend({type:R.literal(F.TOOL_CALL_START),toolCallId:R.string(),toolCallName:R.string(),parentMessageId:R.string().optional()}),qT=Re.extend({type:R.literal(F.TOOL_CALL_ARGS),toolCallId:R.string(),delta:R.string()}),LT=Re.extend({type:R.literal(F.TOOL_CALL_END),toolCallId:R.string()}),UT=Re.extend({messageId:R.string(),type:R.literal(F.TOOL_CALL_RESULT),toolCallId:R.string(),content:R.string(),role:R.literal("tool").optional()}),VT=Re.extend({type:R.literal(F.TOOL_CALL_CHUNK),toolCallId:R.string().optional(),toolCallName:R.string().optional(),parentMessageId:R.string().optional(),delta:R.string().optional()}),GT=Re.extend({type:R.literal(F.THINKING_START),title:R.string().optional()}),BT=Re.extend({type:R.literal(F.THINKING_END)}),$T=Re.extend({type:R.literal(F.STATE_SNAPSHOT),snapshot:kT}),QT=Re.extend({type:R.literal(F.STATE_DELTA),delta:R.array(R.any())}),HT=Re.extend({type:R.literal(F.MESSAGES_SNAPSHOT),messages:R.array(Ny)}),zT=Re.extend({type:R.literal(F.ACTIVITY_SNAPSHOT),messageId:R.string(),activityType:R.string(),content:R.record(R.any()),replace:R.boolean().optional().default(!0)}),WT=Re.extend({type:R.literal(F.ACTIVITY_DELTA),messageId:R.string(),activityType:R.string(),patch:R.array(R.any())}),KT=Re.extend({type:R.literal(F.RAW),event:R.any(),source:R.string().optional()}),YT=Re.extend({type:R.literal(F.CUSTOM),name:R.string(),value:R.any()}),XT=Re.extend({type:R.literal(F.RUN_STARTED),threadId:R.string(),runId:R.string(),parentRunId:R.string().optional(),input:_T.optional()}),JT=Re.extend({type:R.literal(F.RUN_FINISHED),threadId:R.string(),runId:R.string(),result:R.any().optional()}),ZT=Re.extend({type:R.literal(F.RUN_ERROR),message:R.string(),code:R.string().optional()}),e_=Re.extend({type:R.literal(F.STEP_STARTED),stepName:R.string()}),t_=Re.extend({type:R.literal(F.STEP_FINISHED),stepName:R.string()}),r_=R.union([R.literal("tool-call"),R.literal("message")]),n_=Re.extend({type:R.literal(F.REASONING_START),messageId:R.string()}),o_=Re.extend({type:R.literal(F.REASONING_MESSAGE_START),messageId:R.string(),role:R.literal("reasoning")}),i_=Re.extend({type:R.literal(F.REASONING_MESSAGE_CONTENT),messageId:R.string(),delta:R.string().refine(e=>e.length>0,"Delta must not be an empty string")}),a_=Re.extend({type:R.literal(F.REASONING_MESSAGE_END),messageId:R.string()}),s_=Re.extend({type:R.literal(F.REASONING_MESSAGE_CHUNK),messageId:R.string().optional(),delta:R.string().optional()}),c_=Re.extend({type:R.literal(F.REASONING_END),messageId:R.string()}),u_=Re.extend({type:R.literal(F.REASONING_ENCRYPTED_VALUE),subtype:r_,entityId:R.string(),encryptedValue:R.string()}),Gs=R.discriminatedUnion("type",[OT,Dy,PT,NT,GT,BT,FT,DT,MT,jT,qT,LT,VT,UT,$T,QT,HT,zT,WT,KT,YT,XT,JT,ZT,e_,t_,n_,o_,i_,a_,s_,c_,u_]);m();d();f();p();var Ld={};ni(Ld,{JsonPatchError:()=>Ve,_areEquals:()=>zi,applyOperation:()=>En,applyPatch:()=>Nr,applyReducer:()=>m_,deepClone:()=>p_,getValueByPointer:()=>zs,validate:()=>jy,validator:()=>Ws});m();d();f();p();m();d();f();p();var l_=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),d_=Object.prototype.hasOwnProperty;function $s(e,t){return d_.call(e,t)}function Qs(e){if(Array.isArray(e)){for(var t=new Array(e.length),r=0;r<t.length;r++)t[r]=""+r;return t}if(Object.keys)return Object.keys(e);var n=[];for(var o in e)$s(e,o)&&n.push(o);return n}function nt(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function Hs(e){for(var t=0,r=e.length,n;t<r;){if(n=e.charCodeAt(t),n>=48&&n<=57){t++;continue}return!1}return!0}function Ht(e){return e.indexOf("/")===-1&&e.indexOf("~")===-1?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function Qi(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function Bs(e){if(e===void 0)return!0;if(e){if(Array.isArray(e)){for(var t=0,r=e.length;t<r;t++)if(Bs(e[t]))return!0}else if(typeof e=="object"){for(var n=Qs(e),o=n.length,i=0;i<o;i++)if(Bs(e[n[i]]))return!0}}return!1}function My(e,t){var r=[e];for(var n in t){var o=typeof t[n]=="object"?JSON.stringify(t[n],null,2):t[n];typeof o<"u"&&r.push(n+": "+o)}return r.join(`
32
- `)}var Hi=function(e){l_(t,e);function t(r,n,o,i,a){var s=this.constructor,c=e.call(this,My(r,{name:n,index:o,operation:i,tree:a}))||this;return c.name=n,c.index=o,c.operation=i,c.tree=a,Object.setPrototypeOf(c,s.prototype),c.message=My(r,{name:n,index:o,operation:i,tree:a}),c}return t}(Error);var Ve=Hi,p_=nt,jo={add:function(e,t,r){return e[t]=this.value,{newDocument:r}},remove:function(e,t,r){var n=e[t];return delete e[t],{newDocument:r,removed:n}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:function(e,t,r){var n=zs(r,this.path);n&&(n=nt(n));var o=En(r,{op:"remove",path:this.from}).removed;return En(r,{op:"add",path:this.path,value:o}),{newDocument:r,removed:n}},copy:function(e,t,r){var n=zs(r,this.from);return En(r,{op:"add",path:this.path,value:nt(n)}),{newDocument:r}},test:function(e,t,r){return{newDocument:r,test:zi(e[t],this.value)}},_get:function(e,t,r){return this.value=e[t],{newDocument:r}}},f_={add:function(e,t,r){return Hs(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:r,index:t}},remove:function(e,t,r){var n=e.splice(t,1);return{newDocument:r,removed:n[0]}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:jo.move,copy:jo.copy,test:jo.test,_get:jo._get};function zs(e,t){if(t=="")return e;var r={op:"_get",path:t};return En(e,r),r.value}function En(e,t,r,n,o,i){if(r===void 0&&(r=!1),n===void 0&&(n=!0),o===void 0&&(o=!0),i===void 0&&(i=0),r&&(typeof r=="function"?r(t,0,e,t.path):Ws(t,0)),t.path===""){var a={newDocument:e};if(t.op==="add")return a.newDocument=t.value,a;if(t.op==="replace")return a.newDocument=t.value,a.removed=e,a;if(t.op==="move"||t.op==="copy")return a.newDocument=zs(e,t.from),t.op==="move"&&(a.removed=e),a;if(t.op==="test"){if(a.test=zi(e,t.value),a.test===!1)throw new Ve("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a.newDocument=e,a}else{if(t.op==="remove")return a.removed=e,a.newDocument=null,a;if(t.op==="_get")return t.value=e,a;if(r)throw new Ve("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",i,t,e);return a}}else{n||(e=nt(e));var s=t.path||"",c=s.split("/"),u=e,h=1,v=c.length,S=void 0,g=void 0,y=void 0;for(typeof r=="function"?y=r:y=Ws;;){if(g=c[h],g&&g.indexOf("~")!=-1&&(g=Qi(g)),o&&(g=="__proto__"||g=="prototype"&&h>0&&c[h-1]=="constructor"))throw new TypeError("JSON-Patch: modifying `__proto__` or `constructor/prototype` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(r&&S===void 0&&(u[g]===void 0?S=c.slice(0,h).join("/"):h==v-1&&(S=t.path),S!==void 0&&y(t,0,e,S)),h++,Array.isArray(u)){if(g==="-")g=u.length;else{if(r&&!Hs(g))throw new Ve("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",i,t,e);Hs(g)&&(g=~~g)}if(h>=v){if(r&&t.op==="add"&&g>u.length)throw new Ve("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",i,t,e);var a=f_[t.op].call(t,u,g,e);if(a.test===!1)throw new Ve("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a}}else if(h>=v){var a=jo[t.op].call(t,u,g,e);if(a.test===!1)throw new Ve("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a}if(u=u[g],r&&h<v&&(!u||typeof u!="object"))throw new Ve("Cannot perform operation at the desired path","OPERATION_PATH_UNRESOLVABLE",i,t,e)}}}function Nr(e,t,r,n,o){if(n===void 0&&(n=!0),o===void 0&&(o=!0),r&&!Array.isArray(t))throw new Ve("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");n||(e=nt(e));for(var i=new Array(t.length),a=0,s=t.length;a<s;a++)i[a]=En(e,t[a],r,!0,o,a),e=i[a].newDocument;return i.newDocument=e,i}function m_(e,t,r){var n=En(e,t);if(n.test===!1)throw new Ve("Test operation failed","TEST_OPERATION_FAILED",r,t,e);return n.newDocument}function Ws(e,t,r,n){if(typeof e!="object"||e===null||Array.isArray(e))throw new Ve("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,r);if(jo[e.op]){if(typeof e.path!="string")throw new Ve("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,r);if(e.path.indexOf("/")!==0&&e.path.length>0)throw new Ve("Operation `path` property must start with \"/\"","OPERATION_PATH_INVALID",t,e,r);if((e.op==="move"||e.op==="copy")&&typeof e.from!="string")throw new Ve("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,r);if((e.op==="add"||e.op==="replace"||e.op==="test")&&e.value===void 0)throw new Ve("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,r);if((e.op==="add"||e.op==="replace"||e.op==="test")&&Bs(e.value))throw new Ve("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,r);if(r){if(e.op=="add"){var o=e.path.split("/").length,i=n.split("/").length;if(o!==i+1&&o!==i)throw new Ve("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,r)}else if(e.op==="replace"||e.op==="remove"||e.op==="_get"){if(e.path!==n)throw new Ve("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,r)}else if(e.op==="move"||e.op==="copy"){var a={op:"_get",path:e.from,value:void 0},s=jy([a],r);if(s&&s.name==="OPERATION_PATH_UNRESOLVABLE")throw new Ve("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,r)}}}else throw new Ve("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,r)}function jy(e,t,r){try{if(!Array.isArray(e))throw new Ve("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)Nr(nt(t),nt(e),r||!0);else{r=r||Ws;for(var n=0;n<e.length;n++)r(e[n],n,t,void 0)}}catch(o){if(o instanceof Ve)return o;throw o}}function zi(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){var r=Array.isArray(e),n=Array.isArray(t),o,i,a;if(r&&n){if(i=e.length,i!=t.length)return!1;for(o=i;o--!==0;)if(!zi(e[o],t[o]))return!1;return!0}if(r!=n)return!1;var s=Object.keys(e);if(i=s.length,i!==Object.keys(t).length)return!1;for(o=i;o--!==0;)if(!t.hasOwnProperty(s[o]))return!1;for(o=i;o--!==0;)if(a=s[o],!zi(e[a],t[a]))return!1;return!0}return e!==e&&t!==t}var Bd={};ni(Bd,{compare:()=>b_,generate:()=>Ud,observe:()=>A_,unobserve:()=>w_});m();d();f();p();var Vd=new WeakMap,g_=function(){function e(t){this.observers=new Map,this.obj=t}return e}(),h_=function(){function e(t,r){this.callback=t,this.observer=r}return e}();function y_(e){return Vd.get(e)}function v_(e,t){return e.observers.get(t)}function S_(e,t){e.observers.delete(t.callback)}function w_(e,t){t.unobserve()}function A_(e,t){var r=[],n,o=y_(e);if(!o)o=new g_(e),Vd.set(e,o);else{var i=v_(o,t);n=i&&i.observer}if(n)return n;if(n={},o.value=nt(e),t){n.callback=t,n.next=null;var a=function(){Ud(n)},s=function(){clearTimeout(n.next),n.next=setTimeout(a)};typeof window<"u"&&(window.addEventListener("mouseup",s),window.addEventListener("keyup",s),window.addEventListener("mousedown",s),window.addEventListener("keydown",s),window.addEventListener("change",s))}return n.patches=r,n.object=e,n.unobserve=function(){Ud(n),clearTimeout(n.next),S_(o,n),typeof window<"u"&&(window.removeEventListener("mouseup",s),window.removeEventListener("keyup",s),window.removeEventListener("mousedown",s),window.removeEventListener("keydown",s),window.removeEventListener("change",s))},o.observers.set(t,new h_(t,n)),n}function Ud(e,t){t===void 0&&(t=!1);var r=Vd.get(e.object);Gd(r.value,e.object,e.patches,"",t),e.patches.length&&Nr(r.value,e.patches);var n=e.patches;return n.length>0&&(e.patches=[],e.callback&&e.callback(n)),n}function Gd(e,t,r,n,o){if(t!==e){typeof t.toJSON=="function"&&(t=t.toJSON());for(var i=Qs(t),a=Qs(e),s=!1,c=!1,u=a.length-1;u>=0;u--){var h=a[u],v=e[h];if($s(t,h)&&!(t[h]===void 0&&v!==void 0&&Array.isArray(t)===!1)){var S=t[h];typeof v=="object"&&v!=null&&typeof S=="object"&&S!=null&&Array.isArray(v)===Array.isArray(S)?Gd(v,S,r,n+"/"+Ht(h),o):v!==S&&(s=!0,o&&r.push({op:"test",path:n+"/"+Ht(h),value:nt(v)}),r.push({op:"replace",path:n+"/"+Ht(h),value:nt(S)}))}else Array.isArray(e)===Array.isArray(t)?(o&&r.push({op:"test",path:n+"/"+Ht(h),value:nt(v)}),r.push({op:"remove",path:n+"/"+Ht(h)}),c=!0):(o&&r.push({op:"test",path:n,value:e}),r.push({op:"replace",path:n,value:t}),s=!0)}if(!(!c&&i.length==a.length))for(var u=0;u<i.length;u++){var h=i[u];!$s(e,h)&&t[h]!==void 0&&r.push({op:"add",path:n+"/"+Ht(h),value:nt(t[h])})}}}function b_(e,t,r){r===void 0&&(r=!1);var n=[];return Gd(e,t,n,"",r),n}var RK=Object.assign({},Ld,Bd,{JsonPatchError:Hi,deepClone:nt,escapePathComponent:Ht,unescapePathComponent:Qi});m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var $d=function(e,t){return $d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(r[o]=n[o])},$d(e,t)};function zt(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");$d(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function qy(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})}function Ks(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(r=0)),r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function ur(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function qo(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,i=[],a;try{for(;(t===void 0||t-->0)&&!(o=n.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return i}function Lo(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n<o;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return e.concat(i||Array.prototype.slice.call(t))}function Rn(e){return this instanceof Rn?(this.v=e,this):new Rn(e)}function Ly(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(e,t||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),o[Symbol.asyncIterator]=function(){return this},o;function a(g){return function(y){return Promise.resolve(y).then(g,v)}}function s(g,y){n[g]&&(o[g]=function(x){return new Promise(function(E,C){i.push([g,x,E,C])>1||c(g,x)})},y&&(o[g]=y(o[g])))}function c(g,y){try{u(n[g](y))}catch(x){S(i[0][3],x)}}function u(g){g.value instanceof Rn?Promise.resolve(g.value.v).then(h,v):S(i[0][2],g)}function h(g){c("next",g)}function v(g){c("throw",g)}function S(g,y){g(y),i.shift(),i.length&&c(i[0][0],i[0][1])}}function Uy(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof ur=="function"?ur(e):e[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=e[i]&&function(a){return new Promise(function(s,c){a=e[i](a),o(s,c,a.done,a.value)})}}function o(i,a,s,c){Promise.resolve(c).then(function(u){i({value:u,done:s})},a)}}m();d();f();p();function Se(e){return typeof e=="function"}m();d();f();p();m();d();f();p();m();d();f();p();function Uo(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ys=Uo(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
30
+ `;function Wx(){return typeof navigator<"u"&&navigator.product=="ReactNative"}var Kx=["1",1,"yes",!0];function Wa(){let e=[];return ol()&&e.push(window.doNotTrack),yl()&&e.push(navigator.doNotTrack,navigator.msDoNotTrack,navigator.globalPrivacyControl),e.some(t=>Kx.indexOf(t)!==-1)}var qm="v15",jm={default:"https://analytics.cloud.coveo.com/rest/ua",production:"https://analytics.cloud.coveo.com/rest/ua",hipaa:"https://analyticshipaa.cloud.coveo.com/rest/ua"};function Yx(e=jm.default,t=qm,r=!1){if(e=e.replace(/\/$/,""),r)return`${e}/${t}`;let n=e.endsWith("/rest")||e.endsWith("/rest/ua");return`${e}${n?"":"/rest"}/${t}`}var Xx="38824e1f-37f5-42d3-8372-a4b8fa9df946",Ut=class{get defaultOptions(){return{endpoint:jm.default,isCustomEndpoint:!1,token:"",version:qm,beforeSendHooks:[],afterSendHooks:[]}}get version(){return Nm}constructor(t){if(this.acceptedLinkReferrers=[],!t)throw new Error("You have to pass options to this constructor");this.options=Object.assign(Object.assign({},this.defaultOptions),t),this.visitorId="",this.bufferedRequests=[],this.beforeSendHooks=[Lw,Fw].concat(this.options.beforeSendHooks),this.afterSendHooks=this.options.afterSendHooks,this.eventTypeMapping={};let r={baseUrl:this.baseUrl,token:this.options.token,visitorIdProvider:this,preprocessRequest:this.options.preprocessRequest};Wa()?this.runtime=new za:this.runtime=this.options.runtimeEnvironment||this.initRuntime(r),this.addEventTypeMapping(ve.view,{newEventType:ve.view,addClientIdParameter:!0}),this.addEventTypeMapping(ve.click,{newEventType:ve.click,addClientIdParameter:!0}),this.addEventTypeMapping(ve.custom,{newEventType:ve.custom,addClientIdParameter:!0}),this.addEventTypeMapping(ve.search,{newEventType:ve.search,addClientIdParameter:!0})}initRuntime(t){return ol()&&eo()?new gl(t,()=>{let r=[...this.bufferedRequests];return this.bufferedRequests=[],r}):(Wx()&&console.warn(zx),new hl(t))}get storage(){return this.runtime.storage}determineVisitorId(){return M(this,void 0,void 0,function*(){try{return ol()&&this.extractClientIdFromLink(window.location.href)||(yield this.storage.getItem("visitorId"))||Xr()}catch(t){return console.log("Could not get visitor ID from the current runtime environment storage. Using a random ID instead.",t),Xr()}})}getCurrentVisitorId(){return M(this,void 0,void 0,function*(){if(!this.visitorId){let t=yield this.determineVisitorId();yield this.setCurrentVisitorId(t)}return this.visitorId})}setCurrentVisitorId(t){return M(this,void 0,void 0,function*(){this.visitorId=t,yield this.storage.setItem("visitorId",t)})}setClientId(t,r){return M(this,void 0,void 0,function*(){if($a(t))this.setCurrentVisitorId(t.toLowerCase());else{if(!r)throw Error("Cannot generate uuid client id without a specific namespace string.");this.setCurrentVisitorId(bm(t,bm(r,Xx)))}})}getParameters(t,...r){return M(this,void 0,void 0,function*(){return yield this.resolveParameters(t,...r)})}getPayload(t,...r){return M(this,void 0,void 0,function*(){let n=yield this.resolveParameters(t,...r);return yield this.resolvePayloadForParameters(t,n)})}get currentVisitorId(){return typeof(this.visitorId||this.storage.getItem("visitorId"))!="string"&&this.setCurrentVisitorId(Xr()),this.visitorId}set currentVisitorId(t){this.visitorId=t,this.storage.setItem("visitorId",t)}extractClientIdFromLink(t){if(Wa())return null;try{let r=new URL(t).searchParams.get(yr.cvo_cid);if(r==null)return null;let n=yr.fromString(r);return!n||!eo()||!n.validate(document.referrer,this.acceptedLinkReferrers)?null:n.clientId}catch{}return null}resolveParameters(t,...r){return M(this,void 0,void 0,function*(){let{variableLengthArgumentsNames:n=[],addVisitorIdParameter:o=!1,usesMeasurementProtocol:i=!1,addClientIdParameter:a=!1}=this.eventTypeMapping[t]||{};return yield[g=>n.length>0?this.parseVariableArgumentsPayload(n,g):g[0],g=>M(this,void 0,void 0,function*(){return Object.assign(Object.assign({},g),{visitorId:o?yield this.getCurrentVisitorId():""})}),g=>M(this,void 0,void 0,function*(){return a?Object.assign(Object.assign({},g),{clientId:yield this.getCurrentVisitorId()}):g}),g=>i?this.ensureAnonymousUserWhenUsingApiKey(g):g,g=>this.beforeSendHooks.reduce((y,x)=>M(this,void 0,void 0,function*(){let E=yield y;return yield x(t,E)}),g)].reduce((g,y)=>M(this,void 0,void 0,function*(){let x=yield g;return yield y(x)}),Promise.resolve(r))})}resolvePayloadForParameters(t,r){return M(this,void 0,void 0,function*(){let{usesMeasurementProtocol:n=!1}=this.eventTypeMapping[t]||{};return yield[v=>this.setTrackingIdIfTrackingIdNotPresent(v),v=>this.removeEmptyPayloadValues(v,t),v=>this.validateParams(v,t),v=>n?qx(v):v,v=>n?this.removeUnknownParameters(v):v,v=>n?this.processCustomParameters(v):this.mapCustomParametersToCustomData(v)].reduce((v,S)=>M(this,void 0,void 0,function*(){let g=yield v;return yield S(g)}),Promise.resolve(r))})}makeEvent(t,...r){return M(this,void 0,void 0,function*(){let{newEventType:n=t}=this.eventTypeMapping[t]||{},o=yield this.resolveParameters(t,...r),i=yield this.resolvePayloadForParameters(t,o);return{eventType:n,payload:i,log:a=>M(this,void 0,void 0,function*(){return this.bufferedRequests.push({eventType:n,payload:Object.assign(Object.assign({},i),a)}),yield Promise.all(this.afterSendHooks.map(s=>s(t,Object.assign(Object.assign({},o),a)))),yield this.deferExecution(),yield this.sendFromBuffer()})}})}sendEvent(t,...r){return M(this,void 0,void 0,function*(){return(yield this.makeEvent(t,...r)).log({})})}deferExecution(){return new Promise(t=>setTimeout(t,0))}sendFromBuffer(){return M(this,void 0,void 0,function*(){let t=this.bufferedRequests.shift();if(t){let{eventType:r,payload:n}=t;return this.runtime.getClientDependingOnEventType(r).sendEvent(r,n)}})}clear(){this.storage.removeItem("visitorId"),new Ba().clear()}deleteHttpOnlyVisitorId(){this.runtime.client.deleteHttpCookieVisitorId()}makeSearchEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.search,t)})}sendSearchEvent(t){return M(this,void 0,void 0,function*(){var{searchQueryUid:r}=t,n=er(t,["searchQueryUid"]);return(yield this.makeSearchEvent(n)).log({searchQueryUid:r})})}makeClickEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.click,t)})}sendClickEvent(t){return M(this,void 0,void 0,function*(){var{searchQueryUid:r}=t,n=er(t,["searchQueryUid"]);return(yield this.makeClickEvent(n)).log({searchQueryUid:r})})}makeCustomEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.custom,t)})}sendCustomEvent(t){return M(this,void 0,void 0,function*(){var{lastSearchQueryUid:r}=t,n=er(t,["lastSearchQueryUid"]);return(yield this.makeCustomEvent(n)).log({lastSearchQueryUid:r})})}makeViewEvent(t){return M(this,void 0,void 0,function*(){return this.makeEvent(ve.view,t)})}sendViewEvent(t){return M(this,void 0,void 0,function*(){return(yield this.makeViewEvent(t)).log({})})}getVisit(){return M(this,void 0,void 0,function*(){let r=yield(yield A(`${this.baseUrl}/analytics/visit`)).json();return this.visitorId=r.visitorId,r})}getHealth(){return M(this,void 0,void 0,function*(){return yield(yield A(`${this.baseUrl}/analytics/monitoring/health`)).json()})}registerBeforeSendEventHook(t){this.beforeSendHooks.push(t)}registerAfterSendEventHook(t){this.afterSendHooks.push(t)}addEventTypeMapping(t,r){this.eventTypeMapping[t]=r}setAcceptedLinkReferrers(t){if(Array.isArray(t)&&t.every(r=>typeof r=="string"))this.acceptedLinkReferrers=t;else throw Error("Parameter should be an array of domain strings")}parseVariableArgumentsPayload(t,r){let n={};for(let o=0,i=r.length;o<i;o++){let a=r[o];if(typeof a=="string")n[t[o]]=a;else if(typeof a=="object")return Object.assign(Object.assign({},n),a)}return n}isKeyAllowedEmpty(t,r){return({[ve.search]:["queryText"]}[t]||[]).indexOf(r)!==-1}removeEmptyPayloadValues(t,r){let n=o=>typeof o<"u"&&o!==null&&o!=="";return Object.keys(t).filter(o=>this.isKeyAllowedEmpty(r,o)||n(t[o])).reduce((o,i)=>Object.assign(Object.assign({},o),{[i]:t[i]}),{})}removeUnknownParameters(t){return Object.keys(t).filter(n=>{if(Ux(n))return!0;console.log(n,"is not processed by coveoua")}).reduce((n,o)=>Object.assign(Object.assign({},n),{[o]:t[o]}),{})}processCustomParameters(t){let{custom:r}=t,n=er(t,["custom"]),o={};r&&Ua(r)&&(o=this.lowercaseKeys(r));let i=Bx(n);return Object.assign(Object.assign({},o),i)}mapCustomParametersToCustomData(t){let{custom:r}=t,n=er(t,["custom"]);if(r&&Ua(r)){let o=this.lowercaseKeys(r);return Object.assign(Object.assign({},n),{customData:Object.assign(Object.assign({},o),t.customData)})}else return t}lowercaseKeys(t){let r=Object.keys(t),n={};return r.forEach(o=>{n[o.toLowerCase()]=t[o]}),n}validateParams(t,r){let{anonymizeIp:n}=t,o=er(t,["anonymizeIp"]);return n!==void 0&&["0","false","undefined","null","{}","[]",""].indexOf(`${n}`.toLowerCase())==-1&&(o.anonymizeIp=1),(r==ve.view||r==ve.click||r==ve.search||r==ve.custom)&&(o.originLevel3=this.limit(o.originLevel3,1024)),r==ve.view&&(o.location=this.limit(o.location,1024)),(r=="pageview"||r=="event")&&(o.referrer=this.limit(o.referrer,2048),o.location=this.limit(o.location,2048),o.page=this.limit(o.page,2048)),o}ensureAnonymousUserWhenUsingApiKey(t){let{userId:r}=t,n=er(t,["userId"]);return Hx(this.options.token)&&!r?(n.userId="anonymous",n):t}setTrackingIdIfTrackingIdNotPresent(t){let{trackingId:r}=t,n=er(t,["trackingId"]);return r?t:(n.hasOwnProperty("custom")&&Ua(n.custom)&&(n.custom.hasOwnProperty("context_website")||n.custom.hasOwnProperty("siteName"))&&(n.trackingId=n.custom.context_website||n.custom.siteName),n.hasOwnProperty("customData")&&Ua(n.customData)&&(n.customData.hasOwnProperty("context_website")||n.customData.hasOwnProperty("siteName"))&&(n.trackingId=n.customData.context_website||n.customData.siteName),n)}limit(t,r){return typeof t=="string"?ex(t,r):t}get baseUrl(){return Yx(this.options.endpoint,this.options.version,this.options.isCustomEndpoint)}},tr;(function(e){e.contextChanged="contextChanged",e.expandToFullUI="expandToFullUI",e.openUserActions="openUserActions",e.showPrecedingSessions="showPrecedingSessions",e.showFollowingSessions="showFollowingSessions",e.clickViewedDocument="clickViewedDocument",e.clickPageView="clickPageView",e.createArticle="createArticle"})(tr||(tr={}));var L;(function(e){e.interfaceLoad="interfaceLoad",e.interfaceChange="interfaceChange",e.didyoumeanAutomatic="didyoumeanAutomatic",e.didyoumeanClick="didyoumeanClick",e.resultsSort="resultsSort",e.searchboxSubmit="searchboxSubmit",e.searchboxClear="searchboxClear",e.searchboxAsYouType="searchboxAsYouType",e.breadcrumbFacet="breadcrumbFacet",e.breadcrumbResetAll="breadcrumbResetAll",e.documentQuickview="documentQuickview",e.documentOpen="documentOpen",e.omniboxAnalytics="omniboxAnalytics",e.omniboxFromLink="omniboxFromLink",e.searchFromLink="searchFromLink",e.triggerNotify="notify",e.triggerExecute="execute",e.triggerQuery="query",e.undoTriggerQuery="undoQuery",e.triggerRedirect="redirect",e.pagerResize="pagerResize",e.pagerNumber="pagerNumber",e.pagerNext="pagerNext",e.pagerPrevious="pagerPrevious",e.pagerScrolling="pagerScrolling",e.staticFilterClearAll="staticFilterClearAll",e.staticFilterSelect="staticFilterSelect",e.staticFilterDeselect="staticFilterDeselect",e.facetClearAll="facetClearAll",e.facetSearch="facetSearch",e.facetSelect="facetSelect",e.facetSelectAll="facetSelectAll",e.facetDeselect="facetDeselect",e.facetExclude="facetExclude",e.facetUnexclude="facetUnexclude",e.facetUpdateSort="facetUpdateSort",e.facetShowMore="showMoreFacetResults",e.facetShowLess="showLessFacetResults",e.queryError="query",e.queryErrorBack="errorBack",e.queryErrorClear="errorClearQuery",e.queryErrorRetry="errorRetry",e.recommendation="recommendation",e.recommendationInterfaceLoad="recommendationInterfaceLoad",e.recommendationOpen="recommendationOpen",e.likeSmartSnippet="likeSmartSnippet",e.dislikeSmartSnippet="dislikeSmartSnippet",e.expandSmartSnippet="expandSmartSnippet",e.collapseSmartSnippet="collapseSmartSnippet",e.openSmartSnippetFeedbackModal="openSmartSnippetFeedbackModal",e.closeSmartSnippetFeedbackModal="closeSmartSnippetFeedbackModal",e.sendSmartSnippetReason="sendSmartSnippetReason",e.expandSmartSnippetSuggestion="expandSmartSnippetSuggestion",e.collapseSmartSnippetSuggestion="collapseSmartSnippetSuggestion",e.showMoreSmartSnippetSuggestion="showMoreSmartSnippetSuggestion",e.showLessSmartSnippetSuggestion="showLessSmartSnippetSuggestion",e.openSmartSnippetSource="openSmartSnippetSource",e.openSmartSnippetSuggestionSource="openSmartSnippetSuggestionSource",e.openSmartSnippetInlineLink="openSmartSnippetInlineLink",e.openSmartSnippetSuggestionInlineLink="openSmartSnippetSuggestionInlineLink",e.recentQueryClick="recentQueriesClick",e.clearRecentQueries="clearRecentQueries",e.recentResultClick="recentResultClick",e.clearRecentResults="clearRecentResults",e.noResultsBack="noResultsBack",e.showMoreFoldedResults="showMoreFoldedResults",e.showLessFoldedResults="showLessFoldedResults",e.copyToClipboard="copyToClipboard",e.caseSendEmail="Case.SendEmail",e.feedItemTextPost="FeedItem.TextPost",e.caseAttach="caseAttach",e.caseDetach="caseDetach",e.retryGeneratedAnswer="retryGeneratedAnswer",e.likeGeneratedAnswer="likeGeneratedAnswer",e.dislikeGeneratedAnswer="dislikeGeneratedAnswer",e.openGeneratedAnswerSource="openGeneratedAnswerSource",e.generatedAnswerStreamEnd="generatedAnswerStreamEnd",e.generatedAnswerSourceHover="generatedAnswerSourceHover",e.generatedAnswerCopyToClipboard="generatedAnswerCopyToClipboard",e.generatedAnswerHideAnswers="generatedAnswerHideAnswers",e.generatedAnswerShowAnswers="generatedAnswerShowAnswers",e.generatedAnswerExpand="generatedAnswerExpand",e.generatedAnswerCollapse="generatedAnswerCollapse",e.generatedAnswerFeedbackSubmit="generatedAnswerFeedbackSubmit",e.rephraseGeneratedAnswer="rephraseGeneratedAnswer",e.generatedAnswerFeedbackSubmitV2="generatedAnswerFeedbackSubmitV2",e.generatedAnswerCitationClick="generatedAnswerCitationClick",e.generatedAnswerCitationDocumentAttach="generatedAnswerCitationDocumentAttach"})(L||(L={}));var Im={[L.triggerNotify]:"queryPipelineTriggers",[L.triggerExecute]:"queryPipelineTriggers",[L.triggerQuery]:"queryPipelineTriggers",[L.triggerRedirect]:"queryPipelineTriggers",[L.queryErrorBack]:"errors",[L.queryErrorClear]:"errors",[L.queryErrorRetry]:"errors",[L.pagerNext]:"getMoreResults",[L.pagerPrevious]:"getMoreResults",[L.pagerNumber]:"getMoreResults",[L.pagerResize]:"getMoreResults",[L.pagerScrolling]:"getMoreResults",[L.facetSearch]:"facet",[L.facetShowLess]:"facet",[L.facetShowMore]:"facet",[L.recommendation]:"recommendation",[L.likeSmartSnippet]:"smartSnippet",[L.dislikeSmartSnippet]:"smartSnippet",[L.expandSmartSnippet]:"smartSnippet",[L.collapseSmartSnippet]:"smartSnippet",[L.openSmartSnippetFeedbackModal]:"smartSnippet",[L.closeSmartSnippetFeedbackModal]:"smartSnippet",[L.sendSmartSnippetReason]:"smartSnippet",[L.expandSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.collapseSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.showMoreSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.showLessSmartSnippetSuggestion]:"smartSnippetSuggestions",[L.clearRecentQueries]:"recentQueries",[L.recentResultClick]:"recentlyClickedDocuments",[L.clearRecentResults]:"recentlyClickedDocuments",[L.showLessFoldedResults]:"folding",[L.caseDetach]:"case",[L.likeGeneratedAnswer]:"generatedAnswer",[L.dislikeGeneratedAnswer]:"generatedAnswer",[L.openGeneratedAnswerSource]:"generatedAnswer",[L.generatedAnswerStreamEnd]:"generatedAnswer",[L.generatedAnswerSourceHover]:"generatedAnswer",[L.generatedAnswerCopyToClipboard]:"generatedAnswer",[L.generatedAnswerHideAnswers]:"generatedAnswer",[L.generatedAnswerShowAnswers]:"generatedAnswer",[L.generatedAnswerExpand]:"generatedAnswer",[L.generatedAnswerCollapse]:"generatedAnswer",[L.generatedAnswerFeedbackSubmit]:"generatedAnswer",[L.generatedAnswerFeedbackSubmitV2]:"generatedAnswer",[tr.expandToFullUI]:"interface",[tr.openUserActions]:"User Actions",[tr.showPrecedingSessions]:"User Actions",[tr.showFollowingSessions]:"User Actions",[tr.clickViewedDocument]:"User Actions",[tr.clickPageView]:"User Actions",[tr.createArticle]:"createArticle"},no=class{constructor(){this.runtime=new za,this.currentVisitorId=""}getPayload(){return Promise.resolve()}getParameters(){return Promise.resolve()}makeEvent(t){return Promise.resolve({eventType:t,payload:null,log:()=>Promise.resolve()})}sendEvent(){return Promise.resolve()}makeSearchEvent(){return this.makeEvent(ve.search)}sendSearchEvent(){return Promise.resolve()}makeClickEvent(){return this.makeEvent(ve.click)}sendClickEvent(){return Promise.resolve()}makeCustomEvent(){return this.makeEvent(ve.custom)}sendCustomEvent(){return Promise.resolve()}makeViewEvent(){return this.makeEvent(ve.view)}sendViewEvent(){return Promise.resolve()}getVisit(){return Promise.resolve({id:"",visitorId:""})}getHealth(){return Promise.resolve({status:""})}registerBeforeSendEventHook(){}registerAfterSendEventHook(){}addEventTypeMapping(){}get version(){return Nm}};function Jx(e){let t="";return e.filter(r=>{let n=r!==t;return t=r,n})}function Zx(e){return e.map(t=>t.replace(/;/g,""))}function Lm(e){let r=e.join(";");return r.length<=256?r:Lm(e.slice(1))}var Tm=e=>{let t=Zx(e),r=Jx(t);return Lm(r)};function _m(e){let t=typeof e.partialQueries=="string"?e.partialQueries:Tm(e.partialQueries),r=typeof e.suggestions=="string"?e.suggestions:Tm(e.suggestions);return Object.assign(Object.assign({},e),{partialQueries:t,suggestions:r})}var Ka=class{constructor(t,r){this.opts=t,this.provider=r;let n=t.enableAnalytics===!1||Wa();this.coveoAnalyticsClient=n?new no:new Ut(t)}disable(){this.coveoAnalyticsClient=new no}enable(){this.coveoAnalyticsClient=new Ut(this.opts)}makeInterfaceLoad(){return this.makeSearchEvent(L.interfaceLoad)}logInterfaceLoad(){return M(this,void 0,void 0,function*(){return(yield this.makeInterfaceLoad()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendationInterfaceLoad(){return this.makeSearchEvent(L.recommendationInterfaceLoad)}logRecommendationInterfaceLoad(){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendationInterfaceLoad()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendation(){return this.makeCustomEvent(L.recommendation)}logRecommendation(){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendation()).log({searchUID:this.provider.getSearchUID()})})}makeRecommendationOpen(t,r){return this.makeClickEvent(L.recommendationOpen,t,r)}logRecommendationOpen(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeRecommendationOpen(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterClearAll(t){return this.makeSearchEvent(L.staticFilterClearAll,t)}logStaticFilterClearAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterClearAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterSelect(t){return this.makeSearchEvent(L.staticFilterSelect,t)}logStaticFilterSelect(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterSelect(t)).log({searchUID:this.provider.getSearchUID()})})}makeStaticFilterDeselect(t){return this.makeSearchEvent(L.staticFilterDeselect,t)}logStaticFilterDeselect(t){return M(this,void 0,void 0,function*(){return(yield this.makeStaticFilterDeselect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFetchMoreResults(){return this.makeCustomEvent(L.pagerScrolling,{type:"getMoreResults"})}logFetchMoreResults(){return M(this,void 0,void 0,function*(){return(yield this.makeFetchMoreResults()).log({searchUID:this.provider.getSearchUID()})})}makeInterfaceChange(t){return this.makeSearchEvent(L.interfaceChange,t)}logInterfaceChange(t){return M(this,void 0,void 0,function*(){return(yield this.makeInterfaceChange(t)).log({searchUID:this.provider.getSearchUID()})})}makeDidYouMeanAutomatic(){return this.makeSearchEvent(L.didyoumeanAutomatic)}logDidYouMeanAutomatic(){return M(this,void 0,void 0,function*(){return(yield this.makeDidYouMeanAutomatic()).log({searchUID:this.provider.getSearchUID()})})}makeDidYouMeanClick(){return this.makeSearchEvent(L.didyoumeanClick)}logDidYouMeanClick(){return M(this,void 0,void 0,function*(){return(yield this.makeDidYouMeanClick()).log({searchUID:this.provider.getSearchUID()})})}makeResultsSort(t){return this.makeSearchEvent(L.resultsSort,t)}logResultsSort(t){return M(this,void 0,void 0,function*(){return(yield this.makeResultsSort(t)).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxSubmit(){return this.makeSearchEvent(L.searchboxSubmit)}logSearchboxSubmit(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxSubmit()).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxClear(){return this.makeSearchEvent(L.searchboxClear)}logSearchboxClear(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxClear()).log({searchUID:this.provider.getSearchUID()})})}makeSearchboxAsYouType(){return this.makeSearchEvent(L.searchboxAsYouType)}logSearchboxAsYouType(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchboxAsYouType()).log({searchUID:this.provider.getSearchUID()})})}makeBreadcrumbFacet(t){return this.makeSearchEvent(L.breadcrumbFacet,t)}logBreadcrumbFacet(t){return M(this,void 0,void 0,function*(){return(yield this.makeBreadcrumbFacet(t)).log({searchUID:this.provider.getSearchUID()})})}makeBreadcrumbResetAll(){return this.makeSearchEvent(L.breadcrumbResetAll)}logBreadcrumbResetAll(){return M(this,void 0,void 0,function*(){return(yield this.makeBreadcrumbResetAll()).log({searchUID:this.provider.getSearchUID()})})}makeDocumentQuickview(t,r){return this.makeClickEvent(L.documentQuickview,t,r)}logDocumentQuickview(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeDocumentQuickview(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeDocumentOpen(t,r){return this.makeClickEvent(L.documentOpen,t,r)}logDocumentOpen(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeDocumentOpen(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOmniboxAnalytics(t){return this.makeSearchEvent(L.omniboxAnalytics,_m(t))}logOmniboxAnalytics(t){return M(this,void 0,void 0,function*(){return(yield this.makeOmniboxAnalytics(t)).log({searchUID:this.provider.getSearchUID()})})}makeOmniboxFromLink(t){return this.makeSearchEvent(L.omniboxFromLink,_m(t))}logOmniboxFromLink(t){return M(this,void 0,void 0,function*(){return(yield this.makeOmniboxFromLink(t)).log({searchUID:this.provider.getSearchUID()})})}makeSearchFromLink(){return this.makeSearchEvent(L.searchFromLink)}logSearchFromLink(){return M(this,void 0,void 0,function*(){return(yield this.makeSearchFromLink()).log({searchUID:this.provider.getSearchUID()})})}makeTriggerNotify(t){return this.makeCustomEvent(L.triggerNotify,t)}logTriggerNotify(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerNotify(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerExecute(t){return this.makeCustomEvent(L.triggerExecute,t)}logTriggerExecute(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerExecute(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerQuery(){return this.makeCustomEvent(L.triggerQuery,{query:this.provider.getSearchEventRequestPayload().queryText},"queryPipelineTriggers")}logTriggerQuery(){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerQuery()).log({searchUID:this.provider.getSearchUID()})})}makeUndoTriggerQuery(t){return this.makeSearchEvent(L.undoTriggerQuery,t)}logUndoTriggerQuery(t){return M(this,void 0,void 0,function*(){return(yield this.makeUndoTriggerQuery(t)).log({searchUID:this.provider.getSearchUID()})})}makeTriggerRedirect(t){return this.makeCustomEvent(L.triggerRedirect,Object.assign(Object.assign({},t),{query:this.provider.getSearchEventRequestPayload().queryText}))}logTriggerRedirect(t){return M(this,void 0,void 0,function*(){return(yield this.makeTriggerRedirect(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerResize(t){return this.makeCustomEvent(L.pagerResize,t)}logPagerResize(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerResize(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerNumber(t){return this.makeCustomEvent(L.pagerNumber,t)}logPagerNumber(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerNumber(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerNext(t){return this.makeCustomEvent(L.pagerNext,t)}logPagerNext(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerNext(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerPrevious(t){return this.makeCustomEvent(L.pagerPrevious,t)}logPagerPrevious(t){return M(this,void 0,void 0,function*(){return(yield this.makePagerPrevious(t)).log({searchUID:this.provider.getSearchUID()})})}makePagerScrolling(){return this.makeCustomEvent(L.pagerScrolling)}logPagerScrolling(){return M(this,void 0,void 0,function*(){return(yield this.makePagerScrolling()).log({searchUID:this.provider.getSearchUID()})})}makeFacetClearAll(t){return this.makeSearchEvent(L.facetClearAll,t)}logFacetClearAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetClearAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSearch(t){return this.makeSearchEvent(L.facetSearch,t)}logFacetSearch(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSearch(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSelect(t){return this.makeSearchEvent(L.facetSelect,t)}logFacetSelect(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSelect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetDeselect(t){return this.makeSearchEvent(L.facetDeselect,t)}logFacetDeselect(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetDeselect(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetExclude(t){return this.makeSearchEvent(L.facetExclude,t)}logFacetExclude(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetExclude(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetUnexclude(t){return this.makeSearchEvent(L.facetUnexclude,t)}logFacetUnexclude(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetUnexclude(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetSelectAll(t){return this.makeSearchEvent(L.facetSelectAll,t)}logFacetSelectAll(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetSelectAll(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetUpdateSort(t){return this.makeSearchEvent(L.facetUpdateSort,t)}logFacetUpdateSort(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetUpdateSort(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetShowMore(t){return this.makeCustomEvent(L.facetShowMore,t)}logFacetShowMore(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetShowMore(t)).log({searchUID:this.provider.getSearchUID()})})}makeFacetShowLess(t){return this.makeCustomEvent(L.facetShowLess,t)}logFacetShowLess(t){return M(this,void 0,void 0,function*(){return(yield this.makeFacetShowLess(t)).log({searchUID:this.provider.getSearchUID()})})}makeQueryError(t){return this.makeCustomEvent(L.queryError,t)}logQueryError(t){return M(this,void 0,void 0,function*(){return(yield this.makeQueryError(t)).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorBack(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorBack);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorBack)})}})}logQueryErrorBack(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorBack()).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorRetry(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorRetry);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorRetry)})}})}logQueryErrorRetry(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorRetry()).log({searchUID:this.provider.getSearchUID()})})}makeQueryErrorClear(){return M(this,void 0,void 0,function*(){let t=yield this.makeCustomEvent(L.queryErrorClear);return{description:t.description,log:()=>M(this,void 0,void 0,function*(){return yield t.log({searchUID:this.provider.getSearchUID()}),this.logSearchEvent(L.queryErrorClear)})}})}logQueryErrorClear(){return M(this,void 0,void 0,function*(){return(yield this.makeQueryErrorClear()).log({searchUID:this.provider.getSearchUID()})})}makeLikeSmartSnippet(){return this.makeCustomEvent(L.likeSmartSnippet)}logLikeSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeLikeSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeDislikeSmartSnippet(){return this.makeCustomEvent(L.dislikeSmartSnippet)}logDislikeSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeDislikeSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeExpandSmartSnippet(){return this.makeCustomEvent(L.expandSmartSnippet)}logExpandSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeExpandSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeCollapseSmartSnippet(){return this.makeCustomEvent(L.collapseSmartSnippet)}logCollapseSmartSnippet(){return M(this,void 0,void 0,function*(){return(yield this.makeCollapseSmartSnippet()).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetFeedbackModal(){return this.makeCustomEvent(L.openSmartSnippetFeedbackModal)}logOpenSmartSnippetFeedbackModal(){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetFeedbackModal()).log({searchUID:this.provider.getSearchUID()})})}makeCloseSmartSnippetFeedbackModal(){return this.makeCustomEvent(L.closeSmartSnippetFeedbackModal)}logCloseSmartSnippetFeedbackModal(){return M(this,void 0,void 0,function*(){return(yield this.makeCloseSmartSnippetFeedbackModal()).log({searchUID:this.provider.getSearchUID()})})}makeSmartSnippetFeedbackReason(t,r){return this.makeCustomEvent(L.sendSmartSnippetReason,{reason:t,details:r})}logSmartSnippetFeedbackReason(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeSmartSnippetFeedbackReason(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeExpandSmartSnippetSuggestion(t){return this.makeCustomEvent(L.expandSmartSnippetSuggestion,"documentId"in t?t:{documentId:t})}logExpandSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeExpandSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeCollapseSmartSnippetSuggestion(t){return this.makeCustomEvent(L.collapseSmartSnippetSuggestion,"documentId"in t?t:{documentId:t})}logCollapseSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeCollapseSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeShowMoreSmartSnippetSuggestion(t){return this.makeCustomEvent(L.showMoreSmartSnippetSuggestion,t)}logShowMoreSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeShowMoreSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeShowLessSmartSnippetSuggestion(t){return this.makeCustomEvent(L.showLessSmartSnippetSuggestion,t)}logShowLessSmartSnippetSuggestion(t){return M(this,void 0,void 0,function*(){return(yield this.makeShowLessSmartSnippetSuggestion(t)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSource(t,r){return this.makeClickEvent(L.openSmartSnippetSource,t,r)}logOpenSmartSnippetSource(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSource(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSuggestionSource(t,r){return this.makeClickEvent(L.openSmartSnippetSuggestionSource,t,{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}makeCopyToClipboard(t,r){return this.makeClickEvent(L.copyToClipboard,t,r)}logCopyToClipboard(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeCopyToClipboard(t,r)).log({searchUID:this.provider.getSearchUID()})})}logOpenSmartSnippetSuggestionSource(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSuggestionSource(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetInlineLink(t,r){return this.makeClickEvent(L.openSmartSnippetInlineLink,t,{contentIDKey:r.contentIDKey,contentIDValue:r.contentIDValue},r)}logOpenSmartSnippetInlineLink(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetInlineLink(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeOpenSmartSnippetSuggestionInlineLink(t,r){return this.makeClickEvent(L.openSmartSnippetSuggestionInlineLink,t,{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}logOpenSmartSnippetSuggestionInlineLink(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeOpenSmartSnippetSuggestionInlineLink(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeRecentQueryClick(){return this.makeSearchEvent(L.recentQueryClick)}logRecentQueryClick(){return M(this,void 0,void 0,function*(){return(yield this.makeRecentQueryClick()).log({searchUID:this.provider.getSearchUID()})})}makeClearRecentQueries(){return this.makeCustomEvent(L.clearRecentQueries)}logClearRecentQueries(){return M(this,void 0,void 0,function*(){return(yield this.makeClearRecentQueries()).log({searchUID:this.provider.getSearchUID()})})}makeRecentResultClick(t,r){return this.makeCustomEvent(L.recentResultClick,{info:t,identifier:r})}logRecentResultClick(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeRecentResultClick(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeClearRecentResults(){return this.makeCustomEvent(L.clearRecentResults)}logClearRecentResults(){return M(this,void 0,void 0,function*(){return(yield this.makeClearRecentResults()).log({searchUID:this.provider.getSearchUID()})})}makeNoResultsBack(){return this.makeSearchEvent(L.noResultsBack)}logNoResultsBack(){return M(this,void 0,void 0,function*(){return(yield this.makeNoResultsBack()).log({searchUID:this.provider.getSearchUID()})})}makeShowMoreFoldedResults(t,r){return this.makeClickEvent(L.showMoreFoldedResults,t,r)}logShowMoreFoldedResults(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeShowMoreFoldedResults(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeShowLessFoldedResults(){return this.makeCustomEvent(L.showLessFoldedResults)}logShowLessFoldedResults(){return M(this,void 0,void 0,function*(){return(yield this.makeShowLessFoldedResults()).log({searchUID:this.provider.getSearchUID()})})}makeEventDescription(t,r){var n;return{actionCause:r,customData:(n=t.payload)===null||n===void 0?void 0:n.customData}}makeCustomEvent(t,r){return M(this,arguments,void 0,function*(n,o,i=Im[n]){this.coveoAnalyticsClient.getParameters;let a=Object.assign(Object.assign({},this.provider.getBaseMetadata()),o),s=Object.assign(Object.assign({},yield this.getBaseEventRequest(a)),{eventType:i,eventValue:n}),c=yield this.coveoAnalyticsClient.makeCustomEvent(s);return{description:this.makeEventDescription(c,n),log:({searchUID:u})=>c.log({lastSearchQueryUid:u})}})}logCustomEvent(t,r){return M(this,arguments,void 0,function*(n,o,i=Im[n]){return(yield this.makeCustomEvent(n,o,i)).log({searchUID:this.provider.getSearchUID()})})}makeCustomEventWithType(t,r,n){return M(this,void 0,void 0,function*(){let o=Object.assign(Object.assign({},this.provider.getBaseMetadata()),n),i=Object.assign(Object.assign({},yield this.getBaseEventRequest(o)),{eventType:r,eventValue:t}),a=yield this.coveoAnalyticsClient.makeCustomEvent(i);return{description:this.makeEventDescription(a,t),log:({searchUID:s})=>a.log({lastSearchQueryUid:s})}})}logCustomEventWithType(t,r,n){return M(this,void 0,void 0,function*(){return(yield this.makeCustomEventWithType(t,r,n)).log({searchUID:this.provider.getSearchUID()})})}logSearchEvent(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeSearchEvent(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeSearchEvent(t,r){return M(this,void 0,void 0,function*(){let n=yield this.getBaseSearchEventRequest(t,r),o=yield this.coveoAnalyticsClient.makeSearchEvent(n);return{description:this.makeEventDescription(o,t),log:({searchUID:i})=>o.log({searchQueryUid:i})}})}makeClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){let i=Object.assign(Object.assign(Object.assign({},r),yield this.getBaseEventRequest(Object.assign(Object.assign({},n),o))),{queryPipeline:this.provider.getPipeline(),actionCause:t}),a=yield this.coveoAnalyticsClient.makeClickEvent(i);return{description:this.makeEventDescription(a,t),log:({searchUID:s})=>a.log({searchQueryUid:s})}})}logClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){return(yield this.makeClickEvent(t,r,n,o)).log({searchUID:this.provider.getSearchUID()})})}getBaseSearchEventRequest(t,r){return M(this,void 0,void 0,function*(){var n,o;return Object.assign(Object.assign(Object.assign({},yield this.getBaseEventRequest(Object.assign(Object.assign({},r),(o=(n=this.provider).getGeneratedAnswerMetadata)===null||o===void 0?void 0:o.call(n)))),this.provider.getSearchEventRequestPayload()),{queryPipeline:this.provider.getPipeline(),actionCause:t})})}getBaseEventRequest(t){return M(this,void 0,void 0,function*(){let r=Object.assign(Object.assign({},this.provider.getBaseMetadata()),t);return Object.assign(Object.assign(Object.assign({},this.getOrigins()),this.getSplitTestRun()),{customData:r,language:this.provider.getLanguage(),facetState:this.provider.getFacetState?this.provider.getFacetState():[],anonymous:this.provider.getIsAnonymous(),clientId:yield this.getClientId()})})}getOrigins(){var t,r;return{originContext:(r=(t=this.provider).getOriginContext)===null||r===void 0?void 0:r.call(t),originLevel1:this.provider.getOriginLevel1(),originLevel2:this.provider.getOriginLevel2(),originLevel3:this.provider.getOriginLevel3()}}getClientId(){return this.coveoAnalyticsClient instanceof Ut?this.coveoAnalyticsClient.getCurrentVisitorId():void 0}getSplitTestRun(){let t=this.provider.getSplitTestRunName?this.provider.getSplitTestRunName():"",r=this.provider.getSplitTestRunVersion?this.provider.getSplitTestRunVersion():"";return Object.assign(Object.assign({},t&&{splitTestRunName:t}),r&&{splitTestRunVersion:r})}makeLikeGeneratedAnswer(t){return this.makeCustomEvent(L.likeGeneratedAnswer,t)}logLikeGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeLikeGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeDislikeGeneratedAnswer(t){return this.makeCustomEvent(L.dislikeGeneratedAnswer,t)}logDislikeGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeDislikeGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeOpenGeneratedAnswerSource(t){return this.makeCustomEvent(L.openGeneratedAnswerSource,t)}logOpenGeneratedAnswerSource(t){return M(this,void 0,void 0,function*(){return(yield this.makeOpenGeneratedAnswerSource(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCitationClick(t,r){return this.makeClickEvent(L.generatedAnswerCitationClick,Object.assign(Object.assign({},t),{documentPosition:1}),{contentIDKey:r.documentId.contentIdKey,contentIDValue:r.documentId.contentIdValue},r)}logGeneratedAnswerCitationClick(t,r){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCitationClick(t,r)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerSourceHover(t){return this.makeCustomEvent(L.generatedAnswerSourceHover,t)}logGeneratedAnswerSourceHover(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerSourceHover(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCopyToClipboard(t){return this.makeCustomEvent(L.generatedAnswerCopyToClipboard,t)}logGeneratedAnswerCopyToClipboard(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCopyToClipboard(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerHideAnswers(t){return this.makeCustomEvent(L.generatedAnswerHideAnswers,t)}logGeneratedAnswerHideAnswers(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerHideAnswers(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerShowAnswers(t){return this.makeCustomEvent(L.generatedAnswerShowAnswers,t)}logGeneratedAnswerShowAnswers(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerShowAnswers(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerExpand(t){return this.makeCustomEvent(L.generatedAnswerExpand,t)}logGeneratedAnswerExpand(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerExpand(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerCollapse(t){return this.makeCustomEvent(L.generatedAnswerCollapse,t)}logGeneratedAnswerCollapse(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerCollapse(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerFeedbackSubmit(t){return this.makeCustomEvent(L.generatedAnswerFeedbackSubmit,t)}logGeneratedAnswerFeedbackSubmit(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerFeedbackSubmit(t)).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerFeedbackSubmitV2(t){return this.makeCustomEvent(L.generatedAnswerFeedbackSubmitV2,t)}logGeneratedAnswerFeedbackSubmitV2(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerFeedbackSubmitV2(t)).log({searchUID:this.provider.getSearchUID()})})}makeRephraseGeneratedAnswer(t){return this.makeSearchEvent(L.rephraseGeneratedAnswer,t)}logRephraseGeneratedAnswer(t){return M(this,void 0,void 0,function*(){return(yield this.makeRephraseGeneratedAnswer(t)).log({searchUID:this.provider.getSearchUID()})})}makeRetryGeneratedAnswer(){return this.makeSearchEvent(L.retryGeneratedAnswer)}logRetryGeneratedAnswer(){return M(this,void 0,void 0,function*(){return(yield this.makeRetryGeneratedAnswer()).log({searchUID:this.provider.getSearchUID()})})}makeGeneratedAnswerStreamEnd(t){return this.makeCustomEvent(L.generatedAnswerStreamEnd,t)}logGeneratedAnswerStreamEnd(t){return M(this,void 0,void 0,function*(){return(yield this.makeGeneratedAnswerStreamEnd(t)).log({searchUID:this.provider.getSearchUID()})})}},Ya=Object.assign({},gi),km=Object.keys(Ya).map(e=>Ya[e]),to=class extends sl{constructor({client:t,uuidGenerator:r=Xr}){super({client:t,uuidGenerator:r}),this.ticket={}}getApi(t){let r=super.getApi(t);if(r!==null)return r;switch(t){case"setTicket":return this.setTicket;default:return null}}addHooks(){this.addHooksForEvent(),this.addHooksForPageView(),this.addHooksForSVCEvents()}setTicket(t){this.ticket=t}clearPluginData(){this.ticket={}}addHooksForSVCEvents(){this.client.registerBeforeSendEventHook((t,...[r])=>km.indexOf(t)!==-1?this.addSVCDataToPayload(t,r):r),this.client.registerAfterSendEventHook((t,...[r])=>(km.indexOf(t)!==-1&&this.updateLocationInformation(t,r),r))}addHooksForPageView(){this.client.addEventTypeMapping(Ya.pageview,{newEventType:ve.collect,variableLengthArgumentsNames:["page"],addVisitorIdParameter:!0,usesMeasurementProtocol:!0})}addHooksForEvent(){this.client.addEventTypeMapping(Ya.event,{newEventType:ve.collect,variableLengthArgumentsNames:["eventCategory","eventAction","eventLabel","eventValue"],addVisitorIdParameter:!0,usesMeasurementProtocol:!0})}addSVCDataToPayload(t,r){var n;let o=Object.assign(Object.assign(Object.assign(Object.assign({},this.getLocationInformation(t,r)),this.getDefaultContextInformation(t)),this.action?{svcAction:this.action}:{}),Object.keys((n=this.actionData)!==null&&n!==void 0?n:{}).length>0?{svcActionData:this.actionData}:{}),i=this.getTicketPayload();return this.clearData(),Object.assign(Object.assign(Object.assign({},i),o),r)}getTicketPayload(){return ix(this.ticket)}};to.Id="svc";var Xa;(function(e){e.click="click",e.flowStart="flowStart"})(Xa||(Xa={}));var xt;(function(e){e.enterInterface="ticket_create_start",e.fieldUpdate="ticket_field_update",e.fieldSuggestionClick="ticket_classification_click",e.documentSuggestionClick="documentSuggestionClick",e.documentSuggestionQuickview="documentSuggestionQuickview",e.suggestionRate="suggestion_rate",e.nextCaseStep="ticket_next_stage",e.caseCancelled="ticket_cancel",e.caseSolved="ticket_cancel",e.caseCreated="ticket_create"})(xt||(xt={}));var Ja;(function(e){e.quit="Quit",e.solved="Solved"})(Ja||(Ja={}));var Za=class{constructor(t,r){var n;this.options=t,this.provider=r;let o=((n=t.enableAnalytics)!==null&&n!==void 0?n:!0)&&!Wa();this.coveoAnalyticsClient=o?new Ut(t):new no,this.svc=new to({client:this.coveoAnalyticsClient})}disable(){this.coveoAnalyticsClient=new no,this.svc=new to({client:this.coveoAnalyticsClient})}enable(){this.coveoAnalyticsClient=new Ut(this.options),this.svc=new to({client:this.coveoAnalyticsClient})}logEnterInterface(t){return this.svc.setAction(xt.enterInterface),this.svc.setTicket(t.ticket),this.sendFlowStartEvent()}logUpdateCaseField(t){return this.svc.setAction(xt.fieldUpdate,{fieldName:t.fieldName}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logSelectFieldSuggestion(t){return this.svc.setAction(xt.fieldSuggestionClick,t.suggestion),this.svc.setTicket(t.ticket),this.sendClickEvent()}logSelectDocumentSuggestion(t){return this.logClickEvent(xt.documentSuggestionClick,t.suggestion.suggestion,{contentIDKey:"permanentId",contentIDValue:t.suggestion.permanentId})}logQuickviewDocumentSuggestion(t){return this.logClickEvent(xt.documentSuggestionQuickview,t.suggestion.suggestion,{contentIDKey:"permanentId",contentIDValue:t.suggestion.permanentId})}logRateDocumentSuggestion(t){return this.svc.setAction(xt.suggestionRate,Object.assign({rate:t.rating},t.suggestion)),this.svc.setTicket(t.ticket),this.sendClickEvent()}logMoveToNextCaseStep(t){return this.svc.setAction(xt.nextCaseStep,{stage:t?.stage}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseCancelled(t){return this.svc.setAction(xt.caseCancelled,{reason:Ja.quit}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseSolved(t){return this.svc.setAction(xt.caseSolved,{reason:Ja.solved}),this.svc.setTicket(t.ticket),this.sendClickEvent()}logCaseCreated(t){return this.svc.setAction(xt.caseCreated),this.svc.setTicket(t.ticket),this.sendClickEvent()}sendFlowStartEvent(){return this.coveoAnalyticsClient.sendEvent("event","svc",Xa.flowStart,this.provider?{searchHub:this.provider.getOriginLevel1()}:null)}sendClickEvent(){return this.coveoAnalyticsClient.sendEvent("event","svc",Xa.click,this.provider?{searchHub:this.provider.getOriginLevel1()}:null)}getBaseEventRequest(t){return M(this,void 0,void 0,function*(){var r,n;let o=Object.assign({},t);return Object.assign(Object.assign({},this.getOrigins()),{customData:o,language:(r=this.provider)===null||r===void 0?void 0:r.getLanguage(),anonymous:(n=this.provider)===null||n===void 0?void 0:n.getIsAnonymous(),clientId:yield this.getClientId()})})}getClientId(){return this.coveoAnalyticsClient instanceof Ut?this.coveoAnalyticsClient.getCurrentVisitorId():void 0}getOrigins(){var t,r,n,o,i;return{originContext:(r=(t=this.provider)===null||t===void 0?void 0:t.getOriginContext)===null||r===void 0?void 0:r.call(t),originLevel1:(n=this.provider)===null||n===void 0?void 0:n.getOriginLevel1(),originLevel2:(o=this.provider)===null||o===void 0?void 0:o.getOriginLevel2(),originLevel3:(i=this.provider)===null||i===void 0?void 0:i.getOriginLevel3()}}logClickEvent(t,r,n,o){return M(this,void 0,void 0,function*(){var i,a;let s=Object.assign(Object.assign(Object.assign({},r),yield this.getBaseEventRequest(Object.assign(Object.assign({},n),o))),{searchQueryUid:(a=(i=this.provider)===null||i===void 0?void 0:i.getSearchUID())!==null&&a!==void 0?a:"",actionCause:t});return this.coveoAnalyticsClient.sendClickEvent(s)})}};var Vm=e=>new Ut(e).getCurrentVisitorId(),vi=(e,t)=>typeof t=="function"?(...r)=>{let n=Zo(r[0]);try{return t.apply(t,r)}catch(o){return e.error(o,"Error in analytics preprocessRequest. Returning original request."),n}}:void 0,Si=(e,t)=>(...r)=>{let n=Zo(r[1]);try{return t.apply(t,r)}catch(o){return e.error(o,"Error in analytics hook. Returning original request."),n}};m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();function es(){return{desiredCount:5,numberOfValues:8,set:{}}}m();d();p();f();m();d();p();f();m();d();p();f();function Um(e){let{activeValue:t,ancestryMap:r}=eC(e);return t?tC(t,r):[]}function eC(e){let t=[...e],r=new Map;for(;t.length>0;){let n=t.shift();if(n.state==="selected")return{activeValue:n,ancestryMap:r};if(r)for(let o of n.children)r.set(o,n);t.unshift(...n.children)}return{}}function tC(e,t){let r=[];if(!e)return[];let n=e;do r.unshift(n),n=t.get(n);while(n);return r}var rC=(e,t)=>e.categoryFacetSet[t]?.request;var bl=(e,t)=>{let r=rC(e,t);return Um(r?.currentValues??[])};m();d();p();f();function ts(){return{}}m();d();p();f();function rs(){return{}}m();d();p();f();function ns(){return{}}m();d();p();f();function os(){return{}}function Al(e){return{facetSet:e.facetSet??os(),categoryFacetSet:e.categoryFacetSet??ts(),dateFacetSet:e.dateFacetSet??rs(),numericFacetSet:e.numericFacetSet??ns(),automaticFacetSet:e.automaticFacetSet??es()}}var wl=e=>{let t=[];return iC(e).forEach((r,n)=>{let o=pC(e,r.facetId),i=dC(r,n+1);if(oC(r)){if(!!!bl(e,r.facetId).length)return;t.push({...i,...uC(e,r.facetId),facetType:o,state:"selected"});return}r.currentValues.forEach((a,s)=>{if(a.state==="idle")return;let c=Bm(a,s+1,o),u=nC(r)?$m(a):sC(a);t.push({...i,...c,...u})})}),aC(e).forEach((r,n)=>{let o=lC(r,n+1);r.values.forEach((i,a)=>{if(i.state==="idle")return;let s=Bm(i,a+1,"specific"),c=$m(i);t.push({...o,...s,...c})})}),t},nC=e=>e.type==="specific",oC=e=>e.type==="hierarchical",iC=e=>[...Object.values(e.facetSet),...Object.values(e.categoryFacetSet),...Object.values(e.dateFacetSet),...Object.values(e.numericFacetSet)].map(t=>t.request),aC=e=>[...Object.values(e.automaticFacetSet.set)].map(t=>t.response),Bm=(e,t,r)=>({state:e.state,valuePosition:t,facetType:r}),sC=e=>({displayValue:`${e.start}..${e.end}`,value:`${e.start}..${e.end}`,start:e.start,end:e.end,endInclusive:e.endInclusive}),$m=e=>({displayValue:e.value,value:e.value}),cC=(e,t)=>bl(e,t).map(n=>n.value).join(";"),uC=(e,t)=>{let n=cC(e,t);return{value:n,valuePosition:1,displayValue:n}},lC=(e,t)=>({title:Gm(e.field,e.field),field:e.field,id:e.field,facetPosition:t}),dC=(e,t)=>({title:Gm(e.field,e.facetId),field:e.field,id:e.facetId,facetPosition:t}),Gm=(e,t)=>`${e}_${t}`,fC=(e,t)=>e.facetSet[t]?.request||e.categoryFacetSet[t]?.request||e.dateFacetSet[t]?.request||e.numericFacetSet[t]?.request||e.automaticFacetSet.set[t]?.response,pC=(e,t)=>{let r=fC(e,t);return r?r.type:"specific"};m();d();p();f();m();d();p();f();var xl=e=>e.configuration.search.locale,Qm=e=>e.configuration.search.timezone,Hm=e=>e.configuration.accessToken,zm=e=>e.configuration.organizationId,Wm=e=>e.configuration.environment,is=e=>e.configuration?.knowledge?.agentId;var Jr=e=>{if(mC(e)||Cl(e))return e.generatedAnswer?.answerId;if(gC(e))return e.search?.response?.extendedResults?.generativeQuestionAnsweringId},mC=e=>"answer"in e&&"generatedAnswer"in e&&!ie(e.generatedAnswer?.answerConfigurationId),Cl=e=>{let t=is(e);return"generatedAnswer"in e&&typeof t=="string"&&t.trim().length>0},gC=e=>"search"in e&&e.search!==void 0&&typeof e.search=="object",El=e=>e.generatedAnswer?.fieldsToIncludeInCitations,hC=Ve(e=>e.generatedAnswer?.citations,(e,t)=>t,(e,t)=>e?.find(r=>r.id===t));m();d();p();f();var St=()=>({q:"",enableQuerySyntax:!1});m();d();p();f();m();d();p();f();var Km=(r=>(r.Ascending="ascending",r.Descending="descending",r))(Km||{}),Ym=(i=>(i.Relevancy="relevancy",i.QRE="qre",i.Date="date",i.Field="field",i.NoSort="nosort",i))(Ym||{}),Rl=e=>{if(Qf(e))return e.map(t=>Rl(t)).join(",");switch(e.by){case"relevancy":case"qre":case"nosort":return e.by;case"date":return`date ${e.order}`;case"field":return`@${e.field} ${e.order}`;default:return""}},Xm=()=>({by:"relevancy"});var Hj=new ee({values:{by:new bu({enum:Ym,required:!0}),order:new bu({enum:Km}),field:new H}});function as(){return Rl(Xm())}m();d();p();f();m();d();p();f();var oo=()=>"default";var yC=e=>{let t=e.configuration.search.locale.split("-")[0];return!t||t.length!==2?"en":t},rr=class{constructor(t){this.getState=t;we(this,"state");this.state=t()}getLanguage(){return yC(this.state)}getBaseMetadata(){let{context:t,configuration:r}=this.state,n=t?.contextValues||{},o={};for(let[i,a]of Object.entries(n)){let s=`context_${i}`;o[s]=a}return r.analytics.analyticsMode==="legacy"&&(o.coveoHeadlessVersion=Gn),o}getOriginContext(){return this.state.configuration.analytics.originContext}getOriginLevel1(){return this.state.searchHub||oo()}getOriginLevel2(){return this.state.configuration.analytics.originLevel2}getOriginLevel3(){return this.state.configuration.analytics.originLevel3}getIsAnonymous(){return this.state.configuration.analytics.anonymous}};var bi=class bi extends rr{constructor(){super(...arguments);we(this,"getFacetRequest",r=>this.state.facetSet?.[r]?.request||this.state.categoryFacetSet?.[r]?.request||this.state.dateFacetSet?.[r]?.request||this.state.numericFacetSet?.[r]?.request||this.state.automaticFacetSet?.set[r]?.response)}getFacetState(){return wl(Al(this.getState()))}getPipeline(){return this.state.pipeline||this.state.search?.response.pipeline||bi.fallbackPipelineName}getSearchEventRequestPayload(){return{queryText:this.queryText,responseTime:this.responseTime,results:this.resultURIs,numberOfResults:this.numberOfResults}}getSearchUID(){let r=this.getState();return r.search?.searchResponseId||r.search?.response.searchUid||Mt().response.searchUid}getSplitTestRunName(){return this.state.search?.response.splitTestRun}getSplitTestRunVersion(){let r=!!this.getSplitTestRunName(),n=this.state.search?.response.pipeline||this.state.pipeline||bi.fallbackPipelineName;return r?n:void 0}getBaseMetadata(){let r=this.getState(),n=super.getBaseMetadata(),o=Jr(r);return o&&(n.generativeQuestionAnsweringId=o),n}getFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,facetValue:n,facetTitle:`${i}_${r}`}}getFacetClearAllMetadata(r){let o=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:o,facetTitle:`${o}_${r}`}}getFacetUpdateSortMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,criteria:n,facetTitle:`${i}_${r}`}}getRangeBreadcrumbFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),facetId:r,facetField:i,facetRangeEnd:n.end,facetRangeEndInclusive:n.endInclusive,facetRangeStart:n.start,facetTitle:`${i}_${r}`}}getResultSortMetadata(){return{...this.getBaseMetadata(),resultsSortBy:this.state.sortCriteria??as()}}getStaticFilterToggleMetadata(r,n){return{...this.getBaseMetadata(),staticFilterId:r,staticFilterValue:n}}getStaticFilterClearAllMetadata(r){return{...this.getBaseMetadata(),staticFilterId:r}}getUndoTriggerQueryMetadata(r){return{...this.getBaseMetadata(),undoneQuery:r}}getCategoryBreadcrumbFacetMetadata(r,n){let i=this.getFacetRequest(r)?.field??"";return{...this.getBaseMetadata(),categoryFacetId:r,categoryFacetField:i,categoryFacetPath:n,categoryFacetTitle:`${i}_${r}`}}getOmniboxAnalyticsMetadata(r,n){let o=this.state.querySuggest?.[r],i=o.completions.map(u=>u.expression),a=o.partialQueries.length-1,s=o.partialQueries[a]||"",c=o.responseId;return{...this.getBaseMetadata(),suggestionRanking:i.indexOf(n),partialQuery:s,partialQueries:o.partialQueries.length>0?o.partialQueries:"",suggestions:i.length>0?i:"",querySuggestResponseId:c}}getInterfaceChangeMetadata(){return{...this.getBaseMetadata(),interfaceChangeTo:this.state.configuration.analytics.originLevel2}}getOmniboxFromLinkMetadata(r){return{...this.getBaseMetadata(),...r}}getGeneratedAnswerMetadata(){let r=this.getState(),n={};return r.generatedAnswer?.isVisible!==void 0&&(n.showGeneratedAnswer=r.generatedAnswer.isVisible),n}get resultURIs(){return this.results?.map(r=>({documentUri:r.uri,documentUriHash:r.raw.urihash}))}get results(){return this.state.search?.response.results}get queryText(){return this.state.query?.q||St().q}get responseTime(){return this.state.search?.duration||Mt().duration}get numberOfResults(){return this.state.search?.response.totalCountFiltered||Mt().response.totalCountFiltered}};we(bi,"fallbackPipelineName","default");var vr=bi,Jm=({logger:e,getState:t,analyticsClientMiddleware:r=(i,a)=>a,preprocessRequest:n,provider:o})=>{let i=t(),a=i.configuration.accessToken,s=i.configuration.analytics.apiBaseUrl??We(i.configuration.organizationId,i.configuration.environment,"analytics"),c=i.configuration.analytics.runtimeEnvironment,u=i.configuration.analytics.enabled,h=new Ka({token:a,endpoint:s,runtimeEnvironment:c,preprocessRequest:vi(e,n),beforeSendHooks:[Si(e,r),(v,S)=>(e.info({...S,type:v,endpoint:s,token:a},"Analytics request"),S)]},o);return u||h.disable(),h},Il=()=>{let t=wt.getInstance().getHistory().reverse().find(r=>r.name==="PageView"&&r.value);return t?t.value:""};var ss=/*#__PURE__*/function(){var _ref10=_asyncToGenerator(function*(e,t){let r=e.analyticsMode==="next";return{analytics:{clientId:yield Vm(e),clientTimestamp:new Date().toISOString(),documentReferrer:e.originLevel3,originContext:e.originContext,...(t&&{actionCause:t.actionCause,customData:t.customData}),...(t&&!r&&{customData:t.customData}),...(e.userDisplayName&&{userDisplayName:e.userDisplayName}),...(e.documentLocation&&{documentLocation:e.documentLocation}),...(e.deviceId&&{deviceId:e.deviceId}),...(Il()&&{pageId:Il()}),...(r&&e.trackingId&&{trackingId:e.trackingId}),capture:r,...(r&&{source:Zn(e)})}}});return function ss(_x17,_x18){return _ref10.apply(this,arguments)}}();m();d();p();f();m();d();p();f();m();d();p();f();var io=()=>({duration:0,error:null,isLoading:!1,id:"Recommendation",recommendations:[],searchUid:"",splitTestRun:"",pipeline:""});var Ai=class extends rr{getPipeline(){return this.state.pipeline||this.state.recommendation?.pipeline||"default"}getSearchEventRequestPayload(){return{queryText:St().q,responseTime:this.responseTime,results:this.mapResultsToAnalyticsDocument(),numberOfResults:this.numberOfResults}}getSearchUID(){return this.getState().recommendation?.searchUid||io().searchUid}getSplitTestRunName(){return this.state.recommendation?.splitTestRun}getSplitTestRunVersion(){let t=!!this.getSplitTestRunName(),r=this.state.recommendation?.pipeline||this.state.pipeline||"default";return t?r:void 0}get responseTime(){return this.state.recommendation?.duration||io().duration}mapResultsToAnalyticsDocument(){return this.state.recommendation?.recommendations.map(t=>({documentUri:t.uri,documentUriHash:t.raw.urihash}))}get numberOfResults(){return this.state.recommendation?.recommendations.length||io().recommendations.length}};m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Zm=/^(?:[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 vC(e){return typeof e=="string"&&Zm.test(e)}var Tl=vC;m();d();p();f();var et=[];for(let e=0;e<256;++e)et.push((e+256).toString(16).slice(1));function eg(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()}m();d();p();f();var _l,SC=new Uint8Array(16);function kl(){if(!_l){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");_l=crypto.getRandomValues.bind(crypto)}return _l(SC)}m();d();p();f();m();d();p();f();var bC=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Ol={randomUUID:bC};function AC(e,t,r){e=e||{};let n=e.random??e.rng?.()??kl();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return eg(n)}function wC(e,t,r){return Ol.randomUUID&&!t&&!e?Ol.randomUUID():AC(e,t,r)}var Pl=wC;m();d();p();f();function tg(){let e=typeof window<"u";return{sendMessage(t){e&&window.postMessage(t,"*")}}}function xC({config:e,environment:t,event:r,listenerManager:n}){let{url:o,token:i,mode:a}=e;a!=="disabled"&&(n.call(r),t.send(o,i,r))}var rg="visitorId";function CC(e){return{getClientId:()=>{let t=e.get(),r=t.storage,n=r.getItem(rg),o=n&&Tl(n)?n:t.generateUUID();return r.setItem(rg,o),o}}}var sg="1.2.15",Nl=128,cg=192,ng=224,og=240,EC=248;function RC(e){return(e&EC)===og?4:(e&og)===ng?3:(e&ng)===cg?2:1}function IC(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&Nl)!=Nl)break;if(r-=3,(n&cg)!=Nl){t-r>=RC(n)*3&&(r=t);break}}return e.substring(0,r)}function TC(e){let{trackingId:t}=e;return{trackingId:t}}function _C(e){return(e.source||[]).concat([`relay@${sg}`])}function ug(e,t,r,n){let{getReferrer:o,getLocation:i,getUserAgent:a}=r,s=TC(t),c=n.getClientId();return Object.freeze({type:e,config:s,ts:Date.now(),source:_C(t),clientId:c,userAgent:a(),referrer:ig(o()),location:ig(i())})}function ig(e){return e!==null?IC(e,1024):null}function kC(e,t,r,n,o){return{...t,meta:ug(e,r,n,o)}}var OC="*";function PC(){let e=[];function t({type:c,callback:u}){return e.findIndex(h=>h.type===c&&h.callback===u)}function r(c,u){return c.type==="*"||u===c.type}function n(c){return t(c)<0&&e.push(c),()=>s(c.type,c.callback)}function o(c){e.forEach(u=>{if(r(u,c.meta.type))try{u.callback(c)}catch(h){console.error(h)}})}function i(c){if(c===OC)e.length=0;else for(let u=e.length-1;u>=0;u--)e[u].type===c&&e.splice(u,1)}function a(c){let u=t(c);u>=0&&e.splice(u,1)}function s(c,u){u?a({type:c,callback:u}):i(c)}return{add:n,call:o,remove:s}}function ag({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 NC(e){let t=ag(e);return{get:()=>t,update:r=>{t=ag({...t,...r})}}}var Fl=FC();function FC(){let e="coveo_",t=r=>{let n=r.split(".").slice(-2);return n.length==2?n.join("."):""};return{getItem(r){let n=`${e}${r}=`,o=document.cookie.split(";");for(let i of o){let a=i.replace(/^\s+/,"");if(a.lastIndexOf(n,0)===0)return a.substring(n.length,a.length)}return null},setItem(r,n,o){let i=t(window.location.hostname),a=`;expires=${new Date(new Date().getTime()+o).toUTCString()}`,s=i?`;domain=${i}`:"";document.cookie=`${e}${r}=${n}${a}${s};path=/;SameSite=Lax`},removeItem(r){this.setItem(r,"",-1)}}}function DC(){return{getItem(e){return Fl.getItem(e)||localStorage.getItem(e)},removeItem(e){Fl.removeItem(e),localStorage.removeItem(e)},setItem(e,t){localStorage.setItem(e,t),Fl.setItem(e,t,31556952e3)}}}function MC(){let e=document.referrer;return e===""?null:e}function Dl(){return{runtime:"browser",send:(e,t,r)=>{let n=navigator.sendBeacon(`${e}?access_token=${t}`,new Blob([JSON.stringify([r])],{type:"application/json"}));if(tg().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:()=>MC(),getLocation:()=>window.location.href,getUserAgent:()=>navigator.userAgent,generateUUID:()=>Pl(),storage:DC()}}function qC(){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 jC(){return{getItem(){return null},removeItem(){},setItem(){}}}function LC(){return{runtime:"null",send:()=>{},getReferrer:()=>null,getLocation:()=>null,getUserAgent:()=>null,generateUUID:()=>"",storage:jC()}}function VC(e){let t=e.get().mode!=="disabled",r=e.get().environment,n=LC();return t&&r?{storage:n.storage,...r,runtime:"custom"}:t&&UC()&&qC()?Dl():n}function UC(){try{return typeof window=="object"}catch{return!1}}function BC(e){return{get:()=>Object.freeze(VC(e))}}function lg(e){let t=NC(e),r=PC(),n=BC(t),o=CC(n);return{emit:(i,a)=>{let s=t.get(),c=n.get(),u=kC(i,a,s,c,o);return xC({config:s,environment:c,event:u,listenerManager:r})},getMeta:i=>ug(i,t.get(),n.get(),o),on:(i,a)=>r.add({type:i,callback:a}),off:(i,a)=>r.remove(i,a),updateConfig:i=>t.update(i),version:sg}}m();d();p();f();function dg(){return typeof window<"u"&&typeof document<"u"}var wi=Ve(e=>e.configuration.organizationId,e=>e.configuration.environment,e=>e.configuration.accessToken,e=>e.configuration.analytics,e=>Zn(e.configuration.analytics),(e,t)=>t,(e,t,r,{trackingId:n,apiBaseUrl:o,enabled:i},a,s)=>{let c=GC(s);return lg({mode:i?"emit":"disabled",url:o??ca(e,t),token:r,trackingId:n??null,source:a,environment:c})}),$C={generateUUID:()=>"",getLocation:()=>null,getReferrer:()=>null,getUserAgent:()=>null,send:()=>{},storage:{getItem:()=>null,setItem:()=>{},removeItem:()=>{}}},GC=e=>{if(!e)return;let t=e();return{...(dg()?Dl():$C),generateUUID:()=>t.clientId,getLocation:()=>t.location,getReferrer:()=>t.referrer,getUserAgent:()=>t.userAgent}};m();d();p();f();var xi=class extends rr{getSearchUID(){return this.state.documentSuggestion?.status.lastResponseId??""}},fg=({logger:e,getState:t,analyticsClientMiddleware:r=(i,a)=>a,preprocessRequest:n,provider:o=new xi(t)})=>{let i=t(),a=i.configuration.accessToken,s=i.configuration.analytics.apiBaseUrl??We(i.configuration.organizationId,i.configuration.environment,"analytics"),c=i.configuration.analytics.runtimeEnvironment,u=i.configuration.analytics.enabled,h=new Za({enableAnalytics:u,token:a,endpoint:s,runtimeEnvironment:c,preprocessRequest:vi(e,n),beforeSendHooks:[Si(e,r),(v,S)=>(e.info({...S,type:v,endpoint:s,token:a},"Analytics request"),S)]},o);return u||h.disable(),h};m();d();p();f();m();d();p();f();function pg(e,t){return{...new vr(t).getBaseMetadata(),actionCause:e,type:e}}function QC(e){return Object.assign(e,{instantlyCallable:!0})}function HC(e,t){let r=i=>QC(Ee(e,i)),n=r(/*#__PURE__*/function(){var _ref11=_asyncToGenerator(function*(i,{getState:a,extra:s}){let{analyticsClientMiddleware:c,preprocessRequest:u,logger:h}=s;return yield(yield t({getState:a,analyticsClientMiddleware:c,preprocessRequest:u,logger:h})).log({state:a(),extra:s})});return function(_x19,_x20){return _ref11.apply(this,arguments)}}());return Object.assign(n,{prepare:function(){var _ref12=_asyncToGenerator(function*({getState:i,analyticsClientMiddleware:a,preprocessRequest:s,logger:c}){let{description:u,log:h}=yield t({getState:i,analyticsClientMiddleware:a,preprocessRequest:s,logger:c});return{description:u,action:r(/*#__PURE__*/function(){var _ref13=_asyncToGenerator(function*(v,{getState:S,extra:g}){return yield h({state:S(),extra:g})});return function(_x22,_x23){return _ref13.apply(this,arguments)}}())}});return function prepare(_x21){return _ref12.apply(this,arguments)}}()}),n}var mg=(e,t,r)=>{function n(...o){let i=o.length===1?{...o[0],__legacy__getBuilder:t(o[0].__legacy__getBuilder),analyticsConfigurator:e,providerClass:r}:{prefix:o[0],__legacy__getBuilder:t(o[1]),__legacy__provider:o[2],analyticsConfigurator:e,providerClass:r};return KC(i)}return n},zC=e=>e.configuration.analytics.analyticsMode==="legacy",WC=e=>e.configuration.analytics.analyticsMode==="next",KC=({prefix:e,__legacy__getBuilder:t,__legacy__provider:r,analyticsPayloadBuilder:n,analyticsType:o,analyticsConfigurator:i,providerClass:a})=>(r??(r=s=>new a(s)),HC(e,/*#__PURE__*/function(){var _ref14=_asyncToGenerator(function*({getState:s,analyticsClientMiddleware:c,preprocessRequest:u,logger:h}){let v=[],S={log:function(){var _ref15=_asyncToGenerator(function*({state:C}){for(let I of v)yield I(C)});return function log(_x25){return _ref15.apply(this,arguments)}}()},g=s(),y=i({getState:s,logger:h,analyticsClientMiddleware:c,preprocessRequest:u,provider:r(s)}),x=yield t(y,s());S.description=x?.description,v.push(/*#__PURE__*/function(){var _ref16=_asyncToGenerator(function*(C){zC(C)&&(yield YC(x,r,C,h,y.coveoAnalyticsClient))});return function(_x26){return _ref16.apply(this,arguments)}}());let{emit:E}=wi(g);return v.push(/*#__PURE__*/function(){var _ref17=_asyncToGenerator(function*(C){if(WC(C)&&o&&n){let I=n(C);yield nE(E,o,I)}});return function(_x27){return _ref17.apply(this,arguments)}}()),S});return function(_x24){return _ref14.apply(this,arguments)}}()));function YC(_x28,_x29,_x30,_x31,_x32){return _YC.apply(this,arguments)}function _YC(){_YC=_asyncToGenerator(function*(e,t,r,n,o){t(()=>r);let i=yield e?.log({searchUID:t(()=>r).getSearchUID()});n.info({client:o,response:i},"Analytics response")});return _YC.apply(this,arguments)}var XC=e=>r=>(n,o)=>Promise.resolve({description:{actionCause:e},log:function(){var _ref18=_asyncToGenerator(function*(i){r(n,o)});return function log(_x33){return _ref18.apply(this,arguments)}}()}),ct=mg(e=>Jm({...e,provider:e.provider||new vr(e.getState)}),e=>e,vr),r1=mg(fg,XC("caseAssist"),xi);var Ml=(e,t)=>{let r=t.recommendation?.recommendations.findIndex(({uniqueId:n})=>e.uniqueId===n)||0;return JC(e,r,t)};function JC(e,t,r){let n=e.raw.collection;return{collectionName:typeof n=="string"?n:"default",documentAuthor:tE(e),documentPosition:t+1,documentTitle:e.title,documentUri:e.uri,documentUriHash:e.raw.urihash,documentUrl:e.clickUri,rankingModifier:e.rankingModifier||"",sourceName:rE(e),queryPipeline:r.pipeline||Kn()}}var cs=e=>(e.raw.permanentid||console.warn("Missing field permanentid on result. This might cause many issues with your Coveo deployment. See https://docs.coveo.com/en/1913 and https://docs.coveo.com/en/1640 for more information.",e),{contentIDKey:"permanentid",contentIDValue:e.raw.permanentid||""}),gg={urihash:new H,sourcetype:new H,permanentid:new H},hg={uniqueId:X,raw:new ee({values:gg}),title:X,uri:X,clickUri:X,rankingModifier:new H({required:!1,emptyAllowed:!0})};function ZC(e){return Object.assign({},...Object.keys(gg).map(t=>({[t]:e[t]})))}function eE(e){return Object.assign({},...Object.keys(hg).map(t=>({[t]:e[t]})),{raw:ZC(e.raw)})}function tE(e){let t=e.raw.author;return ie(t)?"unknown":Array.isArray(t)?t.join(";"):`${t}`}function rE(e){let t=e.raw.source;return ie(t)?"unknown":t}var ql=e=>new lt(hg).validate(eE(e));function nE(_x34,_x35,_x36){return _nE.apply(this,arguments)}function _nE(){_nE=_asyncToGenerator(function*(e,t,r){yield e(t,r)});return _nE.apply(this,arguments)}m();d();p();f();var yg=()=>ct("analytics/recommendation/update",e=>e.makeRecommendationInterfaceLoad(),e=>new Ai(e)),vg=()=>({actionCause:"recommendationInterfaceLoad"}),ls=e=>ct({prefix:"analytics/recommendation/open",__legacy__getBuilder:(t,r)=>(ql(e),t.makeRecommendationOpen(Ml(e,r),cs(e))),__legacy__provider:t=>new Ai(t),analyticsType:"itemClick",analyticsPayloadBuilder:t=>{let r=Ml(e,t),n=cs(e);return{responseId:e.searchUid??"",position:r.documentPosition,itemMetadata:{uniqueFieldName:n.contentIDKey,uniqueFieldValue:n.contentIDValue,title:r.documentTitle,author:r.documentAuthor,url:r.documentUrl}}}});var ao=P("recommendation/set",e=>q(e,{id:X})),Sr=Ee("recommendation/get",/*#__PURE__*/function(){var _ref19=_asyncToGenerator(function*(e,{getState:t,rejectWithValue:r,extra:{apiClient:n}}){let o=t(),i=Date.now(),a=yield oE(o),s=yield n.recommendations(a),c=Date.now()-i;return dt(s)?r(s.error):{recommendations:s.success.results,analyticsAction:yg(),duration:c,searchUid:s.success.searchUid,splitTestRun:s.success.splitTestRun,pipeline:s.success.pipeline}});return function(_x37,_x38){return _ref19.apply(this,arguments)}}()),oE=/*#__PURE__*/function(){var _ref20=_asyncToGenerator(function*(e){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??dr(e.configuration.organizationId,e.configuration.environment),recommendation:e.recommendation.id,tab:e.configuration.analytics.originLevel2,referrer:e.configuration.analytics.originLevel3,timezone:e.configuration.search.timezone,locale:e.configuration.search.locale,actionsHistory:e.configuration.analytics.enabled?wt.getInstance().getHistory():[],...(e.advancedSearchQueries&&{aq:e.advancedSearchQueries.aq,cq:e.advancedSearchQueries.cq}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.context&&{context:e.context.contextValues}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.fields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.configuration.analytics.enabled&&(yield iE(e,vg()))),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")}),...(e.pagination&&{numberOfResults:e.pagination.numberOfResults})}});return function oE(_x39){return _ref20.apply(this,arguments)}}(),iE=/*#__PURE__*/function(){var _ref21=_asyncToGenerator(function*(e,t){let r=e.configuration.analytics.analyticsMode==="legacy"?void 0:{actionCause:t.actionCause,type:t.actionCause};return yield ss(e.configuration.analytics,r)});return function iE(_x40,_x41){return _ref21.apply(this,arguments)}}();var so=Me(io(),e=>{e.addCase(ao,(t,r)=>{t.id=r.payload.id}).addCase(Sr.rejected,(t,r)=>{t.error=r.payload?r.payload:null,t.isLoading=!1}).addCase(Sr.fulfilled,(t,r)=>{t.error=null,t.recommendations=r.payload.recommendations.map(n=>({...n,searchUid:r.payload.searchUid})),t.duration=r.payload.duration,t.isLoading=!1,t.searchUid=r.payload.searchUid,t.splitTestRun=r.payload.splitTestRun,t.pipeline=r.payload.pipeline}).addCase(Sr.pending,t=>{t.isLoading=!0}).addCase(qa,(t,r)=>{t.error=r.payload,t.isLoading=!1})});m();d();p();f();var co=P("searchHub/set",e=>q(e,new H({required:!0,emptyAllowed:!0})));m();d();p();f();var uo=Me(oo(),e=>{e.addCase(co,(t,r)=>r.payload).addCase(mt.fulfilled,(t,r)=>r.payload?.searchHub??t).addCase(Lt,(t,r)=>r.payload.searchHub||t)});m();d();p();f();m();d();p();f();m();d();p();f();function Sg(e){return{status:e,isUninitialized:e==="uninitialized",isLoading:e==="pending",isSuccess:e==="fulfilled",isError:e==="rejected"}}var bg=qt;function Pg(e,t){if(e===t||!(bg(e)&&bg(t)||Array.isArray(e)&&Array.isArray(t)))return t;let r=Object.keys(t),n=Object.keys(e),o=r.length===n.length,i=Array.isArray(t)?[]:{};for(let a of r)i[a]=Pg(e[a],t[a]),o&&(o=e[a]===i[a]);return o?e:i}function lo(e){let t=0;for(let r in e)t++;return t}var Ag=e=>[].concat(...e);function aE(e){return new RegExp("(^|:)//").test(e)}function sE(){return typeof document>"u"?!0:document.visibilityState!=="hidden"}function ps(e){return e!=null}function cE(){return typeof navigator>"u"||navigator.onLine===void 0?!0:navigator.onLine}var uE=e=>e.replace(/\/$/,""),lE=e=>e.replace(/^\//,"");function dE(e,t){if(!e)return t;if(!t)return e;if(aE(t))return t;let r=e.endsWith("/")||!t.startsWith("?")?"/":"";return e=uE(e),t=lE(t),`${e}${r}${t}`}function fE(e,t,r){return e.has(t)?e.get(t):e.set(t,r).get(t)}var wg=(...e)=>A(...e),pE=e=>e.status>=200&&e.status<=299,mE=e=>/ion\/(vnd\.api\+)?json/.test(e.get("content-type")||"");function xg(e){if(!qt(e))return e;let t={...e};for(let[r,n]of Object.entries(t))n===void 0&&delete t[r];return t}function Ng({baseUrl:e,prepareHeaders:t=v=>v,fetchFn:r=wg,paramsSerializer:n,isJsonContentType:o=mE,jsonContentType:i="application/json",jsonReplacer:a,timeout:s,responseHandler:c,validateStatus:u,...h}={}){return typeof A>"u"&&r===wg&&console.warn("Warning: `fetch` is not available. Please supply a custom `fetchFn` property to use `fetchBaseQuery` on SSR environments."),(/*#__PURE__*/function(){var _ref22=_asyncToGenerator(function*(S,g,y){let{getState:x,extra:E,endpoint:C,forced:I,type:T}=g,_,{url:j,headers:N=new w(h.headers),params:k=void 0,responseHandler:O=c??"json",validateStatus:D=u??pE,timeout:V=s,...z}=typeof S=="string"?{url:S}:S,G,B=g.signal;V&&(G=new l.AbortController,g.signal.addEventListener("abort",G.abort),B=G.signal);let U={...h,signal:B,...z};N=new w(xg(N)),U.headers=(yield t(N,{getState:x,arg:S,extra:E,endpoint:C,forced:I,type:T,extraOptions:y}))||N;let Q=le=>typeof le=="object"&&(qt(le)||Array.isArray(le)||typeof le.toJSON=="function");if(!U.headers.has("content-type")&&Q(U.body)&&U.headers.set("content-type",i),Q(U.body)&&o(U.headers)&&(U.body=JSON.stringify(U.body,a)),k){let le=~j.indexOf("?")?"&":"?",he=n?n(k):new URLSearchParams(xg(k));j+=le+he}j=dE(e,j);let $=new Request(j,U);_={request:new Request(j,U)};let Y,ne=!1,fe=G&&setTimeout(()=>{ne=!0,G.abort()},V);try{Y=yield r($)}catch(le){return{error:{status:ne?"TIMEOUT_ERROR":"FETCH_ERROR",error:String(le)},meta:_}}finally{fe&&clearTimeout(fe),G?.signal.removeEventListener("abort",G.abort)}let be=Y.clone();_.response=be;let de,pe="";try{let le;if(yield Promise.all([v(Y,O).then(he=>de=he,he=>le=he),be.text().then(he=>pe=he,()=>{})]),le)throw le}catch(le){return{error:{status:"PARSING_ERROR",originalStatus:Y.status,data:pe,error:String(le)},meta:_}}return D(Y,de)?{data:de,meta:_}:{error:{status:Y.status,data:de},meta:_}});return function(_x42,_x43,_x44){return _ref22.apply(this,arguments)}}());function v(_x45,_x46){return _v2.apply(this,arguments)}function _v2(){_v2=_asyncToGenerator(function*(S,g){if(typeof g=="function")return g(S);if(g==="content-type"&&(g=o(S.headers)?"json":"text"),g==="json"){let y=yield S.text();return y.length?JSON.parse(y):null}return S.text()});return _v2.apply(this,arguments)}}var fo=class{constructor(e,t=void 0){this.value=e,this.meta=t}};function gE(){return _gE.apply(this,arguments)}function _gE(){_gE=_asyncToGenerator(function*(e=0,t=5){let r=Math.min(e,t),n=~~((Math.random()+.4)*(300<<r));yield new Promise(o=>setTimeout(i=>o(i),n))});return _gE.apply(this,arguments)}function hE(e,t){throw Object.assign(new fo({error:e,meta:t}),{throwImmediately:!0})}var Cg={},yE=(e,t)=>(/*#__PURE__*/function(){var _ref23=_asyncToGenerator(function*(r,n,o){let i=[5,(t||Cg).maxRetries,(o||Cg).maxRetries].filter(h=>h!==void 0),[a]=i.slice(-1),c={maxRetries:a,backoff:gE,retryCondition:(h,v,{attempt:S})=>S<=a,...t,...o},u=0;for(;;)try{let h=yield e(r,n,o);if(h.error)throw new fo(h);return h}catch(h){if(u++,h.throwImmediately){if(h instanceof fo)return h.value;throw h}if(h instanceof fo&&!c.retryCondition(h.value.error,r,{attempt:u,baseQueryApi:n,extraOptions:o}))return h.value;yield c.backoff(u,c.maxRetries)}});return function(_x47,_x48,_x49){return _ref23.apply(this,arguments)}}()),Fg=Object.assign(yE,{fail:hE}),Bl=P("__rtkq/focused"),Dg=P("__rtkq/unfocused"),$l=P("__rtkq/online"),Mg=P("__rtkq/offline");function Gl(e){return e.type==="query"}function vE(e){return e.type==="mutation"}function Ql(e){return e.type==="infinitequery"}function Hl(e,t,r,n,o,i){return SE(e)?e(t,r,n,o).filter(ps).map(Ll).map(i):Array.isArray(e)?e.map(Ll).map(i):[]}function SE(e){return typeof e=="function"}function Ll(e){return typeof e=="string"?{type:e}:e}function bE(e,t){return e.catch(t)}var Ei=Symbol("forceQueryFn"),Vl=e=>typeof e[Ei]=="function";function AE({serializeQueryArgs:e,queryThunk:t,infiniteQueryThunk:r,mutationThunk:n,api:o,context:i}){let a=new Map,s=new Map,{unsubscribeQueryResult:c,removeMutationResult:u,updateSubscriptionOptions:h}=o.internalActions;return{buildInitiateQuery:C,buildInitiateInfiniteQuery:I,buildInitiateMutation:T,getRunningQueryThunk:v,getRunningMutationThunk:S,getRunningQueriesThunk:g,getRunningMutationsThunk:y};function v(_,j){return N=>{let k=i.endpointDefinitions[_],O=e({queryArgs:j,endpointDefinition:k,endpointName:_});return a.get(N)?.[O]}}function S(_,j){return N=>s.get(N)?.[j]}function g(){return _=>Object.values(a.get(_)||{}).filter(ps)}function y(){return _=>Object.values(s.get(_)||{}).filter(ps)}function x(_){}function E(_,j){let N=(k,{subscribe:O=!0,forceRefetch:D,subscriptionOptions:V,[Ei]:z,...G}={})=>(B,U)=>{let Q=e({queryArgs:k,endpointDefinition:j,endpointName:_}),$,K={...G,type:"query",subscribe:O,forceRefetch:D,subscriptionOptions:V,endpointName:_,originalArgs:k,queryCacheKey:Q,[Ei]:z};if(Gl(j))$=t(K);else{let{direction:Ce,initialPageParam:De}=G;$=r({...K,direction:Ce,initialPageParam:De})}let Y=o.endpoints[_].select(k),ne=B($),fe=Y(U());let{requestId:be,abort:de}=ne,pe=fe.requestId!==be,le=a.get(B)?.[Q],he=()=>Y(U()),Le=Object.assign(z?ne.then(he):pe&&!le?Promise.resolve(fe):Promise.all([le,ne]).then(he),{arg:k,requestId:be,subscriptionOptions:V,queryCacheKey:Q,abort:de,unwrap(){return _asyncToGenerator(function*(){let Ce=yield Le;if(Ce.isError)throw Ce.error;return Ce.data})()},refetch:()=>B(N(k,{subscribe:!1,forceRefetch:!0})),unsubscribe(){O&&B(c({queryCacheKey:Q,requestId:be}))},updateSubscriptionOptions(Ce){Le.subscriptionOptions=Ce,B(h({endpointName:_,requestId:be,queryCacheKey:Q,options:Ce}))}});if(!le&&!pe&&!z){let Ce=fE(a,B,{});Ce[Q]=Le,Le.then(()=>{delete Ce[Q],lo(Ce)||a.delete(B)})}return Le};return N}function C(_,j){return E(_,j)}function I(_,j){return E(_,j)}function T(_){return(j,{track:N=!0,fixedCacheKey:k}={})=>(O,D)=>{let V=n({type:"mutation",endpointName:_,originalArgs:j,track:N,fixedCacheKey:k}),z=O(V);let{requestId:G,abort:B,unwrap:U}=z,Q=bE(z.unwrap().then(ne=>({data:ne})),ne=>({error:ne})),$=()=>{O(u({requestId:G,fixedCacheKey:k}))},K=Object.assign(Q,{arg:z.arg,requestId:G,abort:B,unwrap:U,reset:$}),Y=s.get(O)||{};return s.set(O,Y),Y[G]=K,K.then(()=>{delete Y[G],lo(Y)||s.delete(O)}),k&&(Y[k]=K,K.then(()=>{Y[k]===K&&(delete Y[k],lo(Y)||s.delete(O))})),K}}}function wE(e){return e}var ds=(e={})=>({...e,[di]:!0});function xE({reducerPath:e,baseQuery:t,context:{endpointDefinitions:r},serializeQueryArgs:n,api:o,assertTagType:i,selectors:a}){let s=(O,D,V,z)=>(G,B)=>{let U=r[O],Q=n({queryArgs:D,endpointDefinition:U,endpointName:O});if(G(o.internalActions.queryResultPatched({queryCacheKey:Q,patches:V})),!z)return;let $=o.endpoints[O].select(D)(B()),K=Hl(U.providesTags,$.data,void 0,D,{},i);G(o.internalActions.updateProvidedBy({queryCacheKey:Q,providedTags:K}))};function c(O,D,V=0){let z=[D,...O];return V&&z.length>V?z.slice(0,-1):z}function u(O,D,V=0){let z=[...O,D];return V&&z.length>V?z.slice(1):z}let h=(O,D,V,z=!0)=>(G,B)=>{let Q=o.endpoints[O].select(D)(B()),$={patches:[],inversePatches:[],undo:()=>G(o.util.patchQueryData(O,D,$.inversePatches,z))};if(Q.status==="uninitialized")return $;let K;if("data"in Q)if(pt(Q.data)){let[Y,ne,fe]=ba(Q.data,V);$.patches.push(...ne),$.inversePatches.push(...fe),K=Y}else K=V(Q.data),$.patches.push({op:"replace",path:[],value:K}),$.inversePatches.push({op:"replace",path:[],value:Q.data});return $.patches.length===0||G(o.util.patchQueryData(O,D,$.patches,z)),$},v=(O,D,V)=>z=>z(o.endpoints[O].initiate(D,{subscribe:!1,forceRefetch:!0,[Ei]:()=>({data:V})})),S=(O,D)=>O.query&&O[D]?O[D]:wE,g=/*#__PURE__*/function(){var _ref24=_asyncToGenerator(function*(O,{signal:D,abort:V,rejectWithValue:z,fulfillWithValue:G,dispatch:B,getState:U,extra:Q}){let $=r[O.endpointName];try{let K=S($,"transformResponse"),Y={signal:D,abort:V,dispatch:B,getState:U,extra:Q,endpoint:O.endpointName,type:O.type,forced:O.type==="query"?y(O,U()):void 0,queryCacheKey:O.type==="query"?O.queryCacheKey:void 0},ne=O.type==="query"?O[Ei]:void 0,fe,be=/*#__PURE__*/function(){var _ref25=_asyncToGenerator(function*(pe,le,he,Le){if(le==null&&pe.pages.length)return Promise.resolve({data:pe});let Ce={queryArg:O.originalArgs,pageParam:le},De=yield de(Ce),Be=Le?c:u;return{data:{pages:Be(pe.pages,De.data,he),pageParams:Be(pe.pageParams,le,he)}}});return function be(_x52,_x53,_x54,_x55){return _ref25.apply(this,arguments)}}();function de(_x56){return _de.apply(this,arguments)}function _de(){_de=_asyncToGenerator(function*(pe){let le,{extraOptions:he}=$;if(ne?le=ne():$.query?le=yield t($.query(pe),Y,he):le=yield $.queryFn(pe,Y,he,Ce=>t(Ce,Y,he)),typeof process<"u",le.error)throw new fo(le.error,le.meta);let Le=yield K(le.data,le.meta,pe);return{...le,data:Le}});return _de.apply(this,arguments)}if(O.type==="query"&&"infiniteQueryOptions"in $){let{infiniteQueryOptions:pe}=$,{maxPages:le=1/0}=pe,he,Le={pages:[],pageParams:[]},Ce=a.selectQueryEntry(U(),O.queryCacheKey)?.data,Be=y(O,U())&&!O.direction||!Ce?Le:Ce;if("direction"in O&&O.direction&&Be.pages.length){let ut=O.direction==="backward",lr=(ut?qg:Ul)(pe,Be);he=yield be(Be,lr,le,ut)}else{let{initialPageParam:ut=pe.initialPageParam}=O,bt=Ce?.pageParams??[],lr=bt[0]??ut,_n=bt.length;he=yield be(Be,lr,le),ne&&(he={data:he.data.pages[0]});for(let kn=1;kn<_n;kn++){let Qo=Ul(pe,he.data);he=yield be(he.data,Qo,le)}}fe=he}else fe=yield de(O.originalArgs);return G(fe.data,ds({fulfilledTimeStamp:Date.now(),baseQueryMeta:fe.meta}))}catch(K){let Y=K;if(Y instanceof fo){let ne=S($,"transformErrorResponse");try{return z(yield ne(Y.value,Y.meta,O.originalArgs),ds({baseQueryMeta:Y.meta}))}catch(fe){Y=fe}}throw typeof process<"u",console.error(Y),Y}});return function g(_x50,_x51){return _ref24.apply(this,arguments)}}();function y(O,D){let V=a.selectQueryEntry(D,O.queryCacheKey),z=a.selectConfig(D).refetchOnMountOrArgChange,G=V?.fulfilledTimeStamp,B=O.forceRefetch??(O.subscribe&&z);return B?B===!0||(Number(new Date)-Number(G))/1e3>=B:!1}let x=()=>Ee(`${e}/executeQuery`,g,{getPendingMeta({arg:D}){let V=r[D.endpointName];return ds({startedTimeStamp:Date.now(),...(Ql(V)?{direction:D.direction}:{})})},condition(D,{getState:V}){let z=V(),G=a.selectQueryEntry(z,D.queryCacheKey),B=G?.fulfilledTimeStamp,U=D.originalArgs,Q=G?.originalArgs,$=r[D.endpointName],K=D.direction;return Vl(D)?!0:G?.status==="pending"?!1:y(D,z)||Gl($)&&$?.forceRefetch?.({currentArg:U,previousArg:Q,endpointState:G,state:z})?!0:!(B&&!K)},dispatchConditionRejection:!0}),E=x(),C=x(),I=Ee(`${e}/executeMutation`,g,{getPendingMeta(){return ds({startedTimeStamp:Date.now()})}}),T=O=>"force"in O,_=O=>"ifOlderThan"in O,j=(O,D,V)=>(z,G)=>{let B=T(V)&&V.force,U=_(V)&&V.ifOlderThan,Q=(K=!0)=>{let Y={forceRefetch:K,isPrefetch:!0};return o.endpoints[O].initiate(D,Y)},$=o.endpoints[O].select(D)(G());if(B)z(Q());else if(U){let K=$?.fulfilledTimeStamp;if(!K){z(Q());return}(Number(new Date)-Number(new Date(K)))/1e3>=U&&z(Q())}else z(Q(!1))};function N(O){return D=>D?.meta?.arg?.endpointName===O}function k(O,D){return{matchPending:Bn(Ra(O),N(D)),matchFulfilled:Bn(Jt(O),N(D)),matchRejected:Bn(Wr(O),N(D))}}return{queryThunk:E,mutationThunk:I,infiniteQueryThunk:C,prefetch:j,updateQueryData:h,upsertQueryData:v,patchQueryData:s,buildMatchThunkActions:k}}function Ul(e,{pages:t,pageParams:r}){let n=t.length-1;return e.getNextPageParam(t[n],t,r[n],r)}function qg(e,{pages:t,pageParams:r}){return e.getPreviousPageParam?.(t[0],t,r[0],r)}function jg(e,t,r,n){return Hl(r[e.meta.arg.endpointName][t],Jt(e)?e.payload:void 0,pi(e)?e.payload:void 0,e.meta.arg.originalArgs,"baseQueryMeta"in e.meta?e.meta.baseQueryMeta:void 0,n)}function fs(e,t,r){let n=e[t];n&&r(n)}function Ri(e){return("arg"in e?e.arg.fixedCacheKey:e.fixedCacheKey)??e.requestId}function Eg(e,t,r){let n=e[Ri(t)];n&&r(n)}var Ci={};function CE({reducerPath:e,queryThunk:t,mutationThunk:r,serializeQueryArgs:n,context:{endpointDefinitions:o,apiUid:i,extractRehydrationInfo:a,hasRehydrationInfo:s},assertTagType:c,config:u}){let h=P(`${e}/resetApiState`);function v(N,k,O,D){var V;N[V=k.queryCacheKey]??(N[V]={status:"uninitialized",endpointName:k.endpointName}),fs(N,k.queryCacheKey,z=>{z.status="pending",z.requestId=O&&z.requestId?z.requestId:D.requestId,k.originalArgs!==void 0&&(z.originalArgs=k.originalArgs),z.startedTimeStamp=D.startedTimeStamp;let G=o[D.arg.endpointName];Ql(G)&&"direction"in k&&(z.direction=k.direction)})}function S(N,k,O,D){fs(N,k.arg.queryCacheKey,V=>{if(V.requestId!==k.requestId&&!D)return;let{merge:z}=o[k.arg.endpointName];if(V.status="fulfilled",z){if(V.data!==void 0){let{fulfilledTimeStamp:G,arg:B,baseQueryMeta:U,requestId:Q}=k,$=Xt(V.data,K=>z(K,O,{arg:B.originalArgs,baseQueryMeta:U,fulfilledTimeStamp:G,requestId:Q}));V.data=$}else V.data=O;}else V.data=o[k.arg.endpointName].structuralSharing??!0?Pg(vt(V.data)?$u(V.data):V.data,O):O;delete V.error,V.fulfilledTimeStamp=k.fulfilledTimeStamp})}let g=Kr({name:`${e}/queries`,initialState:Ci,reducers:{removeQueryResult:{reducer(N,{payload:{queryCacheKey:k}}){delete N[k]},prepare:$n()},cacheEntriesUpserted:{reducer(N,k){for(let O of k.payload){let{queryDescription:D,value:V}=O;v(N,D,!0,{arg:D,requestId:k.meta.requestId,startedTimeStamp:k.meta.timestamp}),S(N,{arg:D,requestId:k.meta.requestId,fulfilledTimeStamp:k.meta.timestamp,baseQueryMeta:{}},V,!0)}},prepare:N=>({payload:N.map(D=>{let{endpointName:V,arg:z,value:G}=D,B=o[V];return{queryDescription:{type:"query",endpointName:V,originalArgs:D.arg,queryCacheKey:n({queryArgs:z,endpointDefinition:B,endpointName:V})},value:G}}),meta:{[di]:!0,requestId:mi(),timestamp:Date.now()}})},queryResultPatched:{reducer(N,{payload:{queryCacheKey:k,patches:O}}){fs(N,k,D=>{D.data=Qu(D.data,O.concat())})},prepare:$n()}},extraReducers(N){N.addCase(t.pending,(k,{meta:O,meta:{arg:D}})=>{let V=Vl(D);v(k,D,V,O)}).addCase(t.fulfilled,(k,{meta:O,payload:D})=>{let V=Vl(O.arg);S(k,O,D,V)}).addCase(t.rejected,(k,{meta:{condition:O,arg:D,requestId:V},error:z,payload:G})=>{fs(k,D.queryCacheKey,B=>{if(!O){if(B.requestId!==V)return;B.status="rejected",B.error=G??z}})}).addMatcher(s,(k,O)=>{let{queries:D}=a(O);for(let[V,z]of Object.entries(D))(z?.status==="fulfilled"||z?.status==="rejected")&&(k[V]=z)})}}),y=Kr({name:`${e}/mutations`,initialState:Ci,reducers:{removeMutationResult:{reducer(N,{payload:k}){let O=Ri(k);O in N&&delete N[O]},prepare:$n()}},extraReducers(N){N.addCase(r.pending,(k,{meta:O,meta:{requestId:D,arg:V,startedTimeStamp:z}})=>{V.track&&(k[Ri(O)]={requestId:D,status:"pending",endpointName:V.endpointName,startedTimeStamp:z})}).addCase(r.fulfilled,(k,{payload:O,meta:D})=>{D.arg.track&&Eg(k,D,V=>{V.requestId===D.requestId&&(V.status="fulfilled",V.data=O,V.fulfilledTimeStamp=D.fulfilledTimeStamp)})}).addCase(r.rejected,(k,{payload:O,error:D,meta:V})=>{V.arg.track&&Eg(k,V,z=>{z.requestId===V.requestId&&(z.status="rejected",z.error=O??D)})}).addMatcher(s,(k,O)=>{let{mutations:D}=a(O);for(let[V,z]of Object.entries(D))(z?.status==="fulfilled"||z?.status==="rejected")&&V!==z?.requestId&&(k[V]=z)})}}),x=Kr({name:`${e}/invalidation`,initialState:Ci,reducers:{updateProvidedBy:{reducer(N,k){var V,z;let{queryCacheKey:O,providedTags:D}=k.payload;for(let G of Object.values(N))for(let B of Object.values(G)){let U=B.indexOf(O);U!==-1&&B.splice(U,1)}for(let{type:G,id:B}of D){let U=(V=N[G]??(N[G]={}))[z=B||"__internal_without_id"]??(V[z]=[]);U.includes(O)||U.push(O)}},prepare:$n()}},extraReducers(N){N.addCase(g.actions.removeQueryResult,(k,{payload:{queryCacheKey:O}})=>{for(let D of Object.values(k))for(let V of Object.values(D)){let z=V.indexOf(O);z!==-1&&V.splice(z,1)}}).addMatcher(s,(k,O)=>{var V,z;let{provided:D}=a(O);for(let[G,B]of Object.entries(D))for(let[U,Q]of Object.entries(B)){let $=(V=k[G]??(k[G]={}))[z=U||"__internal_without_id"]??(V[z]=[]);for(let K of Q)$.includes(K)||$.push(K)}}).addMatcher(jt(Jt(t),pi(t)),(k,O)=>{let D=jg(O,"providesTags",o,c),{queryCacheKey:V}=O.meta.arg;x.caseReducers.updateProvidedBy(k,x.actions.updateProvidedBy({queryCacheKey:V,providedTags:D}))})}}),E=Kr({name:`${e}/subscriptions`,initialState:Ci,reducers:{updateSubscriptionOptions(N,k){},unsubscribeQueryResult(N,k){},internal_getRTKQSubscriptions(){}}}),C=Kr({name:`${e}/internalSubscriptions`,initialState:Ci,reducers:{subscriptionsUpdated:{reducer(N,k){return Qu(N,k.payload)},prepare:$n()}}}),I=Kr({name:`${e}/config`,initialState:{online:cE(),focused:sE(),middlewareRegistered:!1,...u},reducers:{middlewareRegistered(N,{payload:k}){N.middlewareRegistered=N.middlewareRegistered==="conflict"||i!==k?"conflict":!0}},extraReducers:N=>{N.addCase($l,k=>{k.online=!0}).addCase(Mg,k=>{k.online=!1}).addCase(Bl,k=>{k.focused=!0}).addCase(Dg,k=>{k.focused=!1}).addMatcher(s,k=>({...k}))}}),T=Dn({queries:g.reducer,mutations:y.reducer,provided:x.reducer,subscriptions:C.reducer,config:I.reducer}),_=(N,k)=>T(h.match(k)?void 0:N,k),j={...I.actions,...g.actions,...E.actions,...C.actions,...y.actions,...x.actions,resetApiState:h};return{reducer:_,actions:j}}var jl=Symbol.for("RTKQ/skipToken"),Lg={status:"uninitialized"},Rg=Xt(Lg,()=>{}),Ig=Xt(Lg,()=>{});function EE({serializeQueryArgs:e,reducerPath:t,createSelector:r}){let n=T=>Rg,o=T=>Ig;return{buildQuerySelector:S,buildInfiniteQuerySelector:g,buildMutationSelector:y,selectInvalidatedBy:x,selectCachedArgsForQuery:E,selectApiState:a,selectQueries:s,selectMutations:u,selectQueryEntry:c,selectConfig:h};function i(T){return{...T,...Sg(T.status)}}function a(T){return T[t]}function s(T){return a(T)?.queries}function c(T,_){return s(T)?.[_]}function u(T){return a(T)?.mutations}function h(T){return a(T)?.config}function v(T,_,j){return N=>{if(N===jl)return r(n,j);let k=e({queryArgs:N,endpointDefinition:_,endpointName:T});return r(D=>c(D,k)??Rg,j)}}function S(T,_){return v(T,_,i)}function g(T,_){let{infiniteQueryOptions:j}=_;function N(k){let O={...k,...Sg(k.status)},{isLoading:D,isError:V,direction:z}=O,G=z==="forward",B=z==="backward";return{...O,hasNextPage:C(j,O.data),hasPreviousPage:I(j,O.data),isFetchingNextPage:D&&G,isFetchingPreviousPage:D&&B,isFetchNextPageError:V&&G,isFetchPreviousPageError:V&&B}}return v(T,_,N)}function y(){return T=>{let _;return typeof T=="object"?_=Ri(T)??jl:_=T,r(_===jl?o:k=>a(k)?.mutations?.[_]??Ig,i)}}function x(T,_){let j=T[t],N=new Set;for(let k of _.filter(ps).map(Ll)){let O=j.provided[k.type];if(!O)continue;let D=(k.id!==void 0?O[k.id]:Ag(Object.values(O)))??[];for(let V of D)N.add(V)}return Ag(Array.from(N.values()).map(k=>{let O=j.queries[k];return O?[{queryCacheKey:k,endpointName:O.endpointName,originalArgs:O.originalArgs}]:[]}))}function E(T,_){return Object.values(s(T)).filter(j=>j?.endpointName===_&&j.status!=="uninitialized").map(j=>j.originalArgs)}function C(T,_){return _?Ul(T,_)!=null:!1}function I(T,_){return!_||!T.getPreviousPageParam?!1:qg(T,_)!=null}}var Tg=WeakMap?new WeakMap:void 0,_g=({endpointName:e,queryArgs:t})=>{let r="",n=Tg?.get(t);if(typeof n=="string")r=n;else{let o=JSON.stringify(t,(i,a)=>(a=typeof a=="bigint"?{$bigint:a.toString()}:a,a=qt(a)?Object.keys(a).sort().reduce((s,c)=>(s[c]=a[c],s),{}):a,a));qt(t)&&Tg?.set(t,o),r=o}return`${e}(${r})`};function RE(...e){return function(r){let n=Vn(u=>r.extractRehydrationInfo?.(u,{reducerPath:r.reducerPath??"api"})),o={reducerPath:"api",keepUnusedDataFor:60,refetchOnMountOrArgChange:!1,refetchOnFocus:!1,refetchOnReconnect:!1,invalidationBehavior:"delayed",...r,extractRehydrationInfo:n,serializeQueryArgs(u){let h=_g;if("serializeQueryArgs"in u.endpointDefinition){let v=u.endpointDefinition.serializeQueryArgs;h=S=>{let g=v(S);return typeof g=="string"?g:_g({...S,queryArgs:g})}}else r.serializeQueryArgs&&(h=r.serializeQueryArgs);return h(u)},tagTypes:[...(r.tagTypes||[])]},i={endpointDefinitions:{},batch(u){u()},apiUid:mi(),extractRehydrationInfo:n,hasRehydrationInfo:Vn(u=>n(u)!=null)},a={injectEndpoints:c,enhanceEndpoints({addTagTypes:u,endpoints:h}){if(u)for(let v of u)o.tagTypes.includes(v)||o.tagTypes.push(v);if(h)for(let[v,S]of Object.entries(h))typeof S=="function"?S(i.endpointDefinitions[v]):Object.assign(i.endpointDefinitions[v]||{},S);return a}},s=e.map(u=>u.init(a,o,i));function c(u){let h=u.endpoints({query:v=>({...v,type:"query"}),mutation:v=>({...v,type:"mutation"}),infiniteQuery:v=>({...v,type:"infinitequery"})});for(let[v,S]of Object.entries(h)){if(u.overrideExisting!==!0&&v in i.endpointDefinitions){if(u.overrideExisting==="throw")throw new Error(st(39));typeof process<"u";continue}typeof process<"u",i.endpointDefinitions[v]=S;for(let g of s)g.injectEndpoint(v,S)}return a}return a.injectEndpoints({endpoints:r.endpoints})}}function nr(e,...t){return Object.assign(e,...t)}var IE=({api:e,queryThunk:t,internalState:r})=>{let n=`${e.reducerPath}/subscriptions`,o=null,i=null,{updateSubscriptionOptions:a,unsubscribeQueryResult:s}=e.internalActions,c=(g,y)=>{var E,C;if(a.match(y)){let{queryCacheKey:I,requestId:T,options:_}=y.payload;return g?.[I]?.[T]&&(g[I][T]=_),!0}if(s.match(y)){let{queryCacheKey:I,requestId:T}=y.payload;return g[I]&&delete g[I][T],!0}if(e.internalActions.removeQueryResult.match(y))return delete g[y.payload.queryCacheKey],!0;if(t.pending.match(y)){let{meta:{arg:I,requestId:T}}=y,_=g[E=I.queryCacheKey]??(g[E]={});return _[`${T}_running`]={},I.subscribe&&(_[T]=I.subscriptionOptions??_[T]??{}),!0}let x=!1;if(t.fulfilled.match(y)||t.rejected.match(y)){let I=g[y.meta.arg.queryCacheKey]||{},T=`${y.meta.requestId}_running`;x||(x=!!I[T]),delete I[T]}if(t.rejected.match(y)){let{meta:{condition:I,arg:T,requestId:_}}=y;if(I&&T.subscribe){let j=g[C=T.queryCacheKey]??(g[C]={});j[_]=T.subscriptionOptions??j[_]??{},x=!0}}return x},u=()=>r.currentSubscriptions,S={getSubscriptions:u,getSubscriptionCount:g=>{let x=u()[g]??{};return lo(x)},isRequestSubscribed:(g,y)=>!!u()?.[g]?.[y]};return(g,y)=>{if(o||(o=JSON.parse(JSON.stringify(r.currentSubscriptions))),e.util.resetApiState.match(g))return o=r.currentSubscriptions={},i=null,[!0,!1];if(e.internalActions.internal_getRTKQSubscriptions.match(g))return[!1,S];let x=c(r.currentSubscriptions,g),E=!0;if(x){i||(i=setTimeout(()=>{let T=JSON.parse(JSON.stringify(r.currentSubscriptions)),[,_]=ba(o,()=>T);y.next(e.internalActions.subscriptionsUpdated(_)),o=T,i=null},500));let C=typeof g.type=="string"&&!!g.type.startsWith(n),I=t.rejected.match(g)&&g.meta.condition&&!!g.meta.arg.subscribe;E=!C&&!I}return[E,!1]}};function TE(e){for(let t in e)return!1;return!0}var _E=2147483647/1e3-1,kE=({reducerPath:e,api:t,queryThunk:r,context:n,internalState:o,selectors:{selectQueryEntry:i,selectConfig:a}})=>{let{removeQueryResult:s,unsubscribeQueryResult:c,cacheEntriesUpserted:u}=t.internalActions,h=jt(c.match,r.fulfilled,r.rejected,u.match);function v(E){let C=o.currentSubscriptions[E];return!!C&&!TE(C)}let S={},g=(E,C,I)=>{let T=C.getState(),_=a(T);if(h(E)){let j;if(u.match(E))j=E.payload.map(N=>N.queryDescription.queryCacheKey);else{let{queryCacheKey:N}=c.match(E)?E.payload:E.meta.arg;j=[N]}y(j,C,_)}if(t.util.resetApiState.match(E))for(let[j,N]of Object.entries(S))N&&clearTimeout(N),delete S[j];if(n.hasRehydrationInfo(E)){let{queries:j}=n.extractRehydrationInfo(E);y(Object.keys(j),C,_)}};function y(E,C,I){let T=C.getState();for(let _ of E){let j=i(T,_);x(_,j?.endpointName,C,I)}}function x(E,C,I,T){let j=n.endpointDefinitions[C]?.keepUnusedDataFor??T.keepUnusedDataFor;if(j===1/0)return;let N=Math.max(0,Math.min(j,_E));if(!v(E)){let k=S[E];k&&clearTimeout(k),S[E]=setTimeout(()=>{v(E)||I.dispatch(s({queryCacheKey:E})),delete S[E]},N*1e3)}}return g},kg=new Error("Promise never resolved before cacheEntryRemoved."),OE=({api:e,reducerPath:t,context:r,queryThunk:n,mutationThunk:o,internalState:i,selectors:{selectQueryEntry:a,selectApiState:s}})=>{let c=Ia(n),u=Ia(o),h=Jt(n,o),v={};function S(C,I,T){let _=v[C];_?.valueResolved&&(_.valueResolved({data:I,meta:T}),delete _.valueResolved)}function g(C){let I=v[C];I&&(delete v[C],I.cacheEntryRemoved())}let y=(C,I,T)=>{let _=x(C);function j(N,k,O,D){let V=a(T,k),z=a(I.getState(),k);!V&&z&&E(N,D,k,I,O)}if(n.pending.match(C))j(C.meta.arg.endpointName,_,C.meta.requestId,C.meta.arg.originalArgs);else if(e.internalActions.cacheEntriesUpserted.match(C))for(let{queryDescription:N,value:k}of C.payload){let{endpointName:O,originalArgs:D,queryCacheKey:V}=N;j(O,V,C.meta.requestId,D),S(V,k,{})}else if(o.pending.match(C))I.getState()[t].mutations[_]&&E(C.meta.arg.endpointName,C.meta.arg.originalArgs,_,I,C.meta.requestId);else if(h(C))S(_,C.payload,C.meta.baseQueryMeta);else if(e.internalActions.removeQueryResult.match(C)||e.internalActions.removeMutationResult.match(C))g(_);else if(e.util.resetApiState.match(C))for(let N of Object.keys(v))g(N)};function x(C){return c(C)?C.meta.arg.queryCacheKey:u(C)?C.meta.arg.fixedCacheKey??C.meta.requestId:e.internalActions.removeQueryResult.match(C)?C.payload.queryCacheKey:e.internalActions.removeMutationResult.match(C)?Ri(C.payload):""}function E(C,I,T,_,j){let N=r.endpointDefinitions[C],k=N?.onCacheEntryAdded;if(!k)return;let O={},D=new Promise(Q=>{O.cacheEntryRemoved=Q}),V=Promise.race([new Promise(Q=>{O.valueResolved=Q}),D.then(()=>{throw kg})]);V.catch(()=>{}),v[T]=O;let z=e.endpoints[C].select(N.type==="query"?I:T),G=_.dispatch((Q,$,K)=>K),B={..._,getCacheEntry:()=>z(_.getState()),requestId:j,extra:G,updateCachedData:N.type==="query"?Q=>_.dispatch(e.util.updateQueryData(C,I,Q)):void 0,cacheDataLoaded:V,cacheEntryRemoved:D},U=k(I,B);Promise.resolve(U).catch(Q=>{if(Q!==kg)throw Q})}return y},PE=({api:e,context:{apiUid:t},reducerPath:r})=>(n,o)=>{e.util.resetApiState.match(n)&&o.dispatch(e.internalActions.middlewareRegistered(t)),typeof process<"u"},NE=({reducerPath:e,context:t,context:{endpointDefinitions:r},mutationThunk:n,queryThunk:o,api:i,assertTagType:a,refetchQuery:s,internalState:c})=>{let{removeQueryResult:u}=i.internalActions,h=jt(Jt(n),pi(n)),v=jt(Jt(n,o),Wr(n,o)),S=[],g=(E,C)=>{h(E)?x(jg(E,"invalidatesTags",r,a),C):v(E)?x([],C):i.util.invalidateTags.match(E)&&x(Hl(E.payload,void 0,void 0,void 0,void 0,a),C)};function y(E){let{queries:C,mutations:I}=E;for(let T of[C,I])for(let _ in T)if(T[_]?.status==="pending")return!0;return!1}function x(E,C){let I=C.getState(),T=I[e];if(S.push(...E),T.config.invalidationBehavior==="delayed"&&y(T))return;let _=S;if(S=[],_.length===0)return;let j=i.util.selectInvalidatedBy(I,_);t.batch(()=>{let N=Array.from(j.values());for(let{queryCacheKey:k}of N){let O=T.queries[k],D=c.currentSubscriptions[k]??{};O&&(lo(D)===0?C.dispatch(u({queryCacheKey:k})):O.status!=="uninitialized"&&C.dispatch(s(O)))}})}return g},FE=({reducerPath:e,queryThunk:t,api:r,refetchQuery:n,internalState:o})=>{let i={},a=(g,y)=>{(r.internalActions.updateSubscriptionOptions.match(g)||r.internalActions.unsubscribeQueryResult.match(g))&&u(g.payload,y),(t.pending.match(g)||t.rejected.match(g)&&g.meta.condition)&&u(g.meta.arg,y),(t.fulfilled.match(g)||t.rejected.match(g)&&!g.meta.condition)&&c(g.meta.arg,y),r.util.resetApiState.match(g)&&v()};function s(g,y){let E=y.getState()[e].queries[g],C=o.currentSubscriptions[g];if(!(!E||E.status==="uninitialized"))return C}function c({queryCacheKey:g},y){let x=y.getState()[e],E=x.queries[g],C=o.currentSubscriptions[g];if(!E||E.status==="uninitialized")return;let{lowestPollingInterval:I,skipPollingIfUnfocused:T}=S(C);if(!Number.isFinite(I))return;let _=i[g];_?.timeout&&(clearTimeout(_.timeout),_.timeout=void 0);let j=Date.now()+I;i[g]={nextPollTimestamp:j,pollingInterval:I,timeout:setTimeout(()=>{(x.config.focused||!T)&&y.dispatch(n(E)),c({queryCacheKey:g},y)},I)}}function u({queryCacheKey:g},y){let E=y.getState()[e].queries[g],C=o.currentSubscriptions[g];if(!E||E.status==="uninitialized")return;let{lowestPollingInterval:I}=S(C);if(!Number.isFinite(I)){h(g);return}let T=i[g],_=Date.now()+I;(!T||_<T.nextPollTimestamp)&&c({queryCacheKey:g},y)}function h(g){let y=i[g];y?.timeout&&clearTimeout(y.timeout),delete i[g]}function v(){for(let g of Object.keys(i))h(g)}function S(g={}){let y=!1,x=Number.POSITIVE_INFINITY;for(let E in g)g[E].pollingInterval&&(x=Math.min(g[E].pollingInterval,x),y=g[E].skipPollingIfUnfocused||y);return{lowestPollingInterval:x,skipPollingIfUnfocused:y}}return a},DE=({api:e,context:t,queryThunk:r,mutationThunk:n})=>{let o=Ra(r,n),i=Wr(r,n),a=Jt(r,n),s={};return(u,h)=>{if(o(u)){let{requestId:v,arg:{endpointName:S,originalArgs:g}}=u.meta,y=t.endpointDefinitions[S],x=y?.onQueryStarted;if(x){let E={},C=new Promise((j,N)=>{E.resolve=j,E.reject=N});C.catch(()=>{}),s[v]=E;let I=e.endpoints[S].select(y.type==="query"?g:v),T=h.dispatch((j,N,k)=>k),_={...h,getCacheEntry:()=>I(h.getState()),requestId:v,extra:T,updateCachedData:y.type==="query"?j=>h.dispatch(e.util.updateQueryData(S,g,j)):void 0,queryFulfilled:C};x(g,_)}}else if(a(u)){let{requestId:v,baseQueryMeta:S}=u.meta;s[v]?.resolve({data:u.payload,meta:S}),delete s[v]}else if(i(u)){let{requestId:v,rejectedWithValue:S,baseQueryMeta:g}=u.meta;s[v]?.reject({error:u.payload??u.error,isUnhandledError:!S,meta:g}),delete s[v]}}},ME=({reducerPath:e,context:t,api:r,refetchQuery:n,internalState:o})=>{let{removeQueryResult:i}=r.internalActions,a=(c,u)=>{Bl.match(c)&&s(u,"refetchOnFocus"),$l.match(c)&&s(u,"refetchOnReconnect")};function s(c,u){let h=c.getState()[e],v=h.queries,S=o.currentSubscriptions;t.batch(()=>{for(let g of Object.keys(S)){let y=v[g],x=S[g];if(!x||!y)continue;(Object.values(x).some(C=>C[u]===!0)||Object.values(x).every(C=>C[u]===void 0)&&h.config[u])&&(lo(x)===0?c.dispatch(i({queryCacheKey:g})):y.status!=="uninitialized"&&c.dispatch(n(y)))}})}return a};function qE(e){let{reducerPath:t,queryThunk:r,api:n,context:o}=e,{apiUid:i}=o,a={invalidateTags:P(`${t}/invalidateTags`)},s=v=>v.type.startsWith(`${t}/`),c=[PE,kE,NE,FE,OE,DE];return{middleware:v=>{let S=!1,y={...e,internalState:{currentSubscriptions:{}},refetchQuery:h,isThisApiSliceAction:s},x=c.map(I=>I(y)),E=IE(y),C=ME(y);return I=>T=>{if(!qn(T))return I(T);S||(S=!0,v.dispatch(n.internalActions.middlewareRegistered(i)));let _={...v,next:I},j=v.getState(),[N,k]=E(T,_,j),O;if(N?O=I(T):O=k,v.getState()[t]&&(C(T,_,j),s(T)||o.hasRehydrationInfo(T)))for(let D of x)D(T,_,j);return O}},actions:a};function h(v){return e.api.endpoints[v.endpointName].initiate(v.originalArgs,{subscribe:!1,forceRefetch:!0})}}var Og=Symbol(),jE=({createSelector:e=Ve}={})=>({name:Og,init(t,{baseQuery:r,tagTypes:n,reducerPath:o,serializeQueryArgs:i,keepUnusedDataFor:a,refetchOnMountOrArgChange:s,refetchOnFocus:c,refetchOnReconnect:u,invalidationBehavior:h},v){Ip();let S=de=>(typeof process<"u",de);Object.assign(t,{reducerPath:o,endpoints:{},internalActions:{onOnline:$l,onOffline:Mg,onFocus:Bl,onFocusLost:Dg},util:{}});let g=EE({serializeQueryArgs:i,reducerPath:o,createSelector:e}),{selectInvalidatedBy:y,selectCachedArgsForQuery:x,buildQuerySelector:E,buildInfiniteQuerySelector:C,buildMutationSelector:I}=g;nr(t.util,{selectInvalidatedBy:y,selectCachedArgsForQuery:x});let{queryThunk:T,infiniteQueryThunk:_,mutationThunk:j,patchQueryData:N,updateQueryData:k,upsertQueryData:O,prefetch:D,buildMatchThunkActions:V}=xE({baseQuery:r,reducerPath:o,context:v,api:t,serializeQueryArgs:i,assertTagType:S,selectors:g}),{reducer:z,actions:G}=CE({context:v,queryThunk:T,infiniteQueryThunk:_,mutationThunk:j,serializeQueryArgs:i,reducerPath:o,assertTagType:S,config:{refetchOnFocus:c,refetchOnReconnect:u,refetchOnMountOrArgChange:s,keepUnusedDataFor:a,reducerPath:o,invalidationBehavior:h}});nr(t.util,{patchQueryData:N,updateQueryData:k,upsertQueryData:O,prefetch:D,resetApiState:G.resetApiState,upsertQueryEntries:G.cacheEntriesUpserted}),nr(t.internalActions,G);let{middleware:B,actions:U}=qE({reducerPath:o,context:v,queryThunk:T,mutationThunk:j,infiniteQueryThunk:_,api:t,assertTagType:S,selectors:g});nr(t.util,U),nr(t,{reducer:z,middleware:B});let{buildInitiateQuery:Q,buildInitiateInfiniteQuery:$,buildInitiateMutation:K,getRunningMutationThunk:Y,getRunningMutationsThunk:ne,getRunningQueriesThunk:fe,getRunningQueryThunk:be}=AE({queryThunk:T,mutationThunk:j,infiniteQueryThunk:_,api:t,serializeQueryArgs:i,context:v});return nr(t.util,{getRunningMutationThunk:Y,getRunningMutationsThunk:ne,getRunningQueryThunk:be,getRunningQueriesThunk:fe}),{name:Og,injectEndpoint(de,pe){var Le;let he=(Le=t.endpoints)[de]??(Le[de]={});Gl(pe)&&nr(he,{name:de,select:E(de,pe),initiate:Q(de,pe)},V(T,de)),vE(pe)&&nr(he,{name:de,select:I(),initiate:K(de)},V(j,de)),Ql(pe)&&nr(he,{name:de,select:C(de,pe),initiate:$(de,pe)},V(T,de))}}}}),Vg=RE(jE());m();d();p();f();m();d();p();f();var Zr=e=>e.query,Ug=e=>e.query?.enableQuerySyntax;var _2=Ve(e=>Zr(e)?.q,e=>e.search.requestId,e=>e.generatedAnswer.cannotAnswer,e=>e.configuration.analytics.analyticsMode,e=>e.search.searchAction?.actionCause,(e,t,r,n,o)=>({q:e,requestId:t,cannotAnswer:r,analyticsMode:n,actionCause:o})),LE=Ve(e=>e.generatedAnswer?.answerApiQueryParams,e=>e);m();d();p();f();m();d();p();f();var po=e=>ct({prefix:"analytics/generatedAnswer/streamEnd",__legacy__getBuilder:(t,r)=>{let n=Jr(r),o=e?!r.generatedAnswer?.answer||!r.generatedAnswer?.answer.length:void 0;return n?t.makeGeneratedAnswerStreamEnd({generativeQuestionAnsweringId:n,answerGenerated:e,answerTextIsEmpty:o}):null},analyticsType:"Rga.AnswerReceived",analyticsPayloadBuilder:t=>({answerId:Jr(t)??"",answerGenerated:e??!1})}),mo=()=>ct({prefix:"analytics/generatedAnswer/responseLinked",__legacy__getBuilder:()=>null,analyticsType:"Rga.ResponseLinked",analyticsPayloadBuilder:e=>({answerId:Jr(e)??"",responseId:e.search?.searchResponseId||e.search?.response.searchUid||""})});m();d();p();f();m();d();p();f();var Bg=Ve(e=>e.advancedSearchQueries,e=>{if(!e)return{};let{aq:t,cq:r,dq:n,lq:o}=e;return{...(t&&{aq:t}),...(r&&{cq:r}),...(n&&{dq:n}),...(o&&{lq:o})}});m();d();p();f();var Ii=(e,t,r)=>({analytics:{clientId:t.clientId,clientTimestamp:new Date().toISOString(),documentReferrer:t.referrer,documentLocation:t.location,originContext:e.originContext,...(r&&{actionCause:r.actionCause}),...(r&&{customData:r.customData}),...(e.userDisplayName&&{userDisplayName:e.userDisplayName}),...(e.deviceId&&{deviceId:e.deviceId}),...(e.trackingId&&{trackingId:e.trackingId}),capture:t.capture??t.clientId!=="",source:Zn(e)}});m();d();p();f();var $g=e=>e.context;m();d();p();f();var zl=e=>e.pipeline;m();d();p();f();m();d();p();f();var Ti=_t(ms(),1),Kg=_t(Gg(),1);m();d();p();f();var gs=_t(ms(),1),Hg=_t(Qg(),1);gs.default.extend(Hg.default);var zg="YYYY/MM/DD@HH:mm:ss",VE="1401-01-01";function go(e,t){let r=(0,gs.default)(e,t);return!r.isValid()&&!t?(0,gs.default)(e,zg):r}function hs(e){return e.format(zg)}function Wg(e,t){let r=go(e,t);if(!r.isValid()){let n=". Please provide a date format string in the configuration options. See https://day.js.org/docs/en/parse/string-format for more information.",o=` with the format "${t}"`;throw new Error(`Could not parse the provided date "${e}"${t?o:n}`)}ed(r)}function ed(e){if(e.isBefore(VE))throw new Error(`Date is before year 1401, which is unsupported by the API: ${e}`)}Ti.default.extend(Kg.default);var Yg=["past","now","next"],Xg=["minute","hour","day","week","month","quarter","year"],UE=e=>{let t=e==="now";return{amount:new te({required:!t,min:1}),unit:new H({required:!t,constrainTo:Xg}),period:new H({required:!0,constrainTo:Yg})}};function td(e){if(typeof e=="string"&&!br(e))throw new Error(`The value "${e}" is not respecting the relative date format "period-amount-unit"`);let t=typeof e=="string"?rh(e):e;new lt(UE(t.period)).validate(t);let r=Zg(t),n=JSON.stringify(t);if(!r.isValid())throw new Error(`Date is invalid: ${n}`);ed(r)}function Jg(e){let{period:t,amount:r,unit:n}=e;switch(t){case"past":case"next":return`${t}-${r}-${n}`;case"now":return t}}function Zg(e){let{period:t,amount:r,unit:n}=e;switch(t){case"past":return(0,Ti.default)().subtract(r,n);case"next":return(0,Ti.default)().add(r,n);case"now":return(0,Ti.default)()}}function _i(e){return hs(Zg(rh(e)))}function eh(e){return e.toLocaleLowerCase().split("-")}function br(e){let[t,r,n]=eh(e);if(t==="now")return!0;if(!Yg.includes(t)||!Xg.includes(n))return!1;let o=parseInt(r);return!(Number.isNaN(o)||o<=0)}function th(e){return!!e&&typeof e=="object"&&"period"in e}function rh(e){let[t,r,n]=eh(e);return t==="now"?{period:"now"}:{period:t,amount:r?parseInt(r):void 0,unit:n||void 0}}m();d();p();f();function nh(e){return e.type==="dateRange"}function oh(e){return`start${e}`}function ih(e){return`end${e}`}var rd=()=>({dateFacetValueMap:{}});function BE(e,t,r){let n=e.start,o=e.end;return br(n)&&(n=_i(n),r.dateFacetValueMap[t][oh(n)]=e.start),br(o)&&(o=_i(o),r.dateFacetValueMap[t][ih(o)]=e.end),{...e,start:n,end:o}}function nd(e,t){if(nh(e)){let{facetId:r,currentValues:n}=e;return t.dateFacetValueMap[r]={},{...e,currentValues:n.map(o=>BE(o,r,t))}}return e}function Ar(e){let t=rd();return{request:{...e,facets:e.facets?.map(n=>nd(n,t))},mappings:t}}function $E(e,t,r){return{...e,start:r.dateFacetValueMap[t][oh(e.start)]||e.start,end:r.dateFacetValueMap[t][ih(e.end)]||e.end}}function GE(e,t){return e.facetId in t.dateFacetValueMap}function QE(e,t){return GE(e,t)?{...e,values:e.values.map(r=>$E(r,e.facetId,t))}:e}function ys(e,t){return"success"in e?{success:{...e.success,facets:e.success.facets?.map(n=>QE(n,t))}}:e}m();d();p();f();m();d();p();f();m();d();p();f();function wr(e){return Object.values(e).map(t=>t.request)}function od(e,t){let r={};e.forEach(i=>{r[i.facetId]=i});let n=[];t.forEach(i=>{i in r&&(n.push(r[i]),delete r[i])});let o=Object.values(r);return[...n,...o]}function ah(e){return wr(e).map(t=>{let n=t.currentValues.some(({state:o})=>o!=="idle");return t.generateAutomaticRanges&&!n?{...t,currentValues:[]}:t})}var id={alphanumericDescending:{type:"alphanumeric",order:"descending"},alphanumericNaturalDescending:{type:"alphanumericNatural",order:"descending"}};function HE(e){return wr(e).map(t=>{let r=id[t.sortCriteria];return r?{...t,sortCriteria:r}:t})}function zE(e){return[...HE(e.facetSet??{}),...ah(e.numericFacetSet??{}),...ah(e.dateFacetSet??{}),...wr(e.categoryFacetSet??{})]}function WE(e){return zE(e).filter(({facetId:t})=>e.facetOptions?.facets[t]?.enabled??!0)}function vs(e){return od(WE(e),e.facetOrder??[])}m();d();p();f();m();d();p();f();var xr=/*#__PURE__*/function(){var _ref26=_asyncToGenerator(function*(e,t){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??dr(e.configuration.organizationId,e.configuration.environment),locale:e.configuration.search.locale,debug:e.debug,tab:e.configuration.analytics.originLevel2,referrer:e.configuration.analytics.originLevel3,timezone:e.configuration.search.timezone,...(e.configuration.analytics.enabled&&{actionsHistory:wt.getInstance().getHistory()}),...(e.advancedSearchQueries?.aq&&{aq:e.advancedSearchQueries.aq}),...(e.advancedSearchQueries?.cq&&{cq:e.advancedSearchQueries.cq}),...(e.advancedSearchQueries?.lq&&{lq:e.advancedSearchQueries.lq}),...(e.advancedSearchQueries?.dq&&{dq:e.advancedSearchQueries.dq}),...(e.context&&{context:e.context.contextValues}),...(e.fields&&!e.fields.fetchAllFields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.query&&{q:e.query.q,enableQuerySyntax:e.query.enableQuerySyntax}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.sortCriteria&&{sortCriteria:e.sortCriteria}),...(e.configuration.analytics.enabled&&(yield ss(e.configuration.analytics,t))),...(e.excerptLength&&!ie(e.excerptLength.length)&&{excerptLength:e.excerptLength.length}),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")})}});return function xr(_x57,_x58){return _ref26.apply(this,arguments)}}();m();d();p();f();var ho=(e,t,r)=>({accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:e.configuration.search.apiBaseUrl??dr(e.configuration.organizationId,e.configuration.environment),locale:e.configuration.search.locale,debug:e.debug,tab:e.configuration.analytics.originLevel2,referrer:t.referrer,timezone:e.configuration.search.timezone,...(e.advancedSearchQueries?.aq&&{aq:e.advancedSearchQueries.aq}),...(e.advancedSearchQueries?.cq&&{cq:e.advancedSearchQueries.cq}),...(e.advancedSearchQueries?.lq&&{lq:e.advancedSearchQueries.lq}),...(e.advancedSearchQueries?.dq&&{dq:e.advancedSearchQueries.dq}),...(e.context&&{context:e.context.contextValues}),...(e.fields&&!e.fields.fetchAllFields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.dictionaryFieldContext&&{dictionaryFieldContext:e.dictionaryFieldContext.contextValues}),...(e.pipeline&&{pipeline:e.pipeline}),...(e.query&&{q:e.query.q,enableQuerySyntax:e.query.enableQuerySyntax}),...(e.searchHub&&{searchHub:e.searchHub}),...(e.sortCriteria&&{sortCriteria:e.sortCriteria}),...(e.configuration.analytics.enabled&&Ii(e.configuration.analytics,t,r)),...(e.excerptLength&&!ie(e.excerptLength.length)&&{excerptLength:e.excerptLength.length}),...(e.configuration.search.authenticationProviders.length&&{authentication:e.configuration.search.authenticationProviders.join(",")})});m();d();p();f();var sh=Ve(e=>e.staticFilterSet,e=>Object.values(e||{}).map(r=>{let n=r.values.filter(i=>i.state==="selected"&&!!i.expression.trim()),o=n.map(i=>i.expression).join(" OR ");return n.length>1?`(${o})`:o}));var Cr=/*#__PURE__*/function(){var _ref27=_asyncToGenerator(function*(e,t,r){let n=sd(e),o=KE(e),i=YE(e),a=e.configuration.analytics.analyticsMode==="legacy"?yield xr(e,r):ho(e,t,r);return Ar({...a,...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(n&&{cq:n}),...(o.length&&{facets:o}),...(e.pagination&&{numberOfResults:ad(e),firstResult:e.pagination.firstResult}),...(e.facetOptions&&{facetOptions:{freezeFacetOrder:e.facetOptions.freezeFacetOrder}}),...(e.folding?.enabled&&{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}),...(e.automaticFacetSet&&{generateAutomaticFacets:{desiredCount:e.automaticFacetSet.desiredCount,numberOfValues:e.automaticFacetSet.numberOfValues,currentFacets:i}}),...(e.generatedAnswer&&{pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:e.generatedAnswer.fieldsToIncludeInCitations}}})})});return function Cr(_x59,_x60,_x61){return _ref27.apply(this,arguments)}}();function ad(e){return e.pagination?e.pagination.firstResult+e.pagination.numberOfResults>5e3?5e3-e.pagination.firstResult:e.pagination.numberOfResults:void 0}function KE(e){return od(JE(e),e.facetOrder??[])}function YE(e){let t=e.automaticFacetSet?.set;return t?Object.values(t).map(r=>r.response).map(XE).filter(r=>r.currentValues.length>0):void 0}function XE(e){let{field:t,label:r,values:n}=e,o=n.filter(i=>i.state==="selected");return{field:t,label:r,currentValues:o}}function JE(e){return ZE(e).filter(({facetId:t})=>e.facetOptions?.facets[t]?.enabled??!0)}function ZE(e){return[...eR(e.facetSet??{}),...ch(e.numericFacetSet??{}),...ch(e.dateFacetSet??{}),...wr(e.categoryFacetSet??{})]}function eR(e){return wr(e).map(t=>{let r=id[t.sortCriteria];return r?{...t,sortCriteria:r}:t})}function ch(e){return wr(e).map(t=>{let r=t.currentValues,n=r.some(({state:i})=>i!=="idle"),o=r.some(i=>i.previousState);return t.generateAutomaticRanges&&!n&&!o?{...t,currentValues:[]}:t})}function sd(e){let t=e.advancedSearchQueries?.cq.trim()||"",n=Object.values(e.tabSet||{}).find(i=>i.isActive)?.expression.trim()||"",o=sh(e);return[t,n,...o].filter(i=>!!i).join(" AND ")}m();d();p();f();m();d();p();f();var ki=(e,t)=>{let r=e;return ie(r[t])?ie(e.raw[t])?null:e.raw[t]:r[t]},tR=e=>t=>e.every(r=>!ie(ki(t,r))),rR=e=>t=>e.every(r=>ie(ki(t,r))),nR=(e,t)=>r=>{let n=uh(e,r);return t.some(o=>n.some(i=>`${i}`.toLowerCase()===o.toLowerCase()))},oR=(e,t)=>r=>{let n=uh(e,r);return t.every(o=>n.every(i=>`${i}`.toLowerCase()!==o.toLowerCase()))},uh=(e,t)=>{let r=ki(t,e);return Hf(r)?r:[r]},lh={getResultProperty:ki,fieldsMustBeDefined:tR,fieldsMustNotBeDefined:rR,fieldMustMatch:nR,fieldMustNotMatch:oR};var cd=Ve(e=>e.search,e=>e?.searchAction?.actionCause||"");m();d();p();f();var ud=e=>e.searchHub;m();d();p();f();var ld=Ve(e=>e,e=>{if(!e)return"";for(let t in e)if(e[t].isActive)return e[t].id;return""}),fG=Ve(e=>e,e=>{let t=ld(e);return t&&e?e[t].expression:""});m();d();p();f();var dh=e=>{if(!(!e.dictionaryFieldContext||!Object.keys(e.dictionaryFieldContext.contextValues).length))return e.dictionaryFieldContext.contextValues};m();d();p();f();var fh=e=>e.excerptLength?.length;m();d();p();f();var ph=e=>{let{freezeFacetOrder:t}=e.facetOptions??{};return t!==void 0?{freezeFacetOrder:t}:void 0};m();d();p();f();var mh=e=>{if(e.folding)return{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}};m();d();p();f();var gh=e=>e.sortCriteria;var hh=/*#__PURE__*/function(){var _ref28=_asyncToGenerator(function*(e){return{accessToken:e.configuration.accessToken,organizationId:e.configuration.organizationId,url:We(e.configuration.organizationId,e.configuration.environment),streamId:e.search.extendedResults?.generativeQuestionAnsweringId}});return function hh(_x62){return _ref28.apply(this,arguments)}}(),yh=(e,t)=>{let r=Zr(e)?.q,{aq:n,cq:o,dq:i,lq:a}=aR(e),s=$g(e),c=Ii(e.configuration.analytics,t,{actionCause:cd(e)}),u=ud(e),h=zl(e),v=El(e)??[],S=Sh(e),g=ld(e.tabSet)||"default",y=xl(e),x=Qm(e),E=t.referrer||"",C=ph(e),I=gh(e),T=iR(e),_=fh(e),j=mh(e),N=dh(e);return{q:r,...(n&&{aq:n}),...(o&&{cq:o}),...(i&&{dq:i}),...(a&&{lq:a}),...(e.query&&{enableQuerySyntax:Ug(e)}),...(s?.contextValues&&{context:s.contextValues}),pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:v}},...(u?.length&&{searchHub:u}),...(h?.length&&{pipeline:h}),...(S.length&&{facets:S}),...(e.fields&&{fieldsToInclude:e.fields.fieldsToInclude}),...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(e.pagination&&{numberOfResults:ad(e),firstResult:e.pagination.firstResult}),tab:g,locale:y,timezone:x,...(e.debug!==void 0&&{debug:e.debug}),referrer:E,...T,...(j??{}),...(_&&{excerptLength:_}),...(N&&{dictionaryFieldContext:N}),sortCriteria:I,...(C&&{facetOptions:C}),...c,...(e.insightCaseContext?.caseContext&&{caseContext:e.insightCaseContext?.caseContext})}},vh=(e,t)=>{let r=Zr(e)?.q,n=Sh(e),o=Ii(e.configuration.analytics,t,{actionCause:cd(e)}),i=xl(e),a=ud(e),s=zl(e),c=El(e)??[];return{q:r||"",...(n.length&&{facets:n}),pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:c}},...(a?.length&&{searchHub:a}),...(s?.length&&{pipeline:s}),...o,locale:i}},Sh=e=>vs(e)?.map(t=>nd(t,rd())).sort((t,r)=>t.facetId>r.facetId?1:r.facetId>t.facetId?-1:0),iR=e=>({actionsHistory:e.configuration.analytics.enabled?wt.getInstance().getHistory():[]}),aR=e=>{let t=Bg(e),r=sd(e);return{...t,...(r&&{cq:r})}};m();d();p();f();var yo=["searching","thinking","answering"];m();d();p();f();var bh=["text/plain","text/markdown"];var vo=new H({required:!0}),Ah=new H,So=new ue({required:!0}),dd={id:vo,title:vo,uri:vo,permanentid:vo,clickUri:Ah},Ss=new H({required:!0,constrainTo:bh}),PQ=P("generatedAnswer/setIsVisible",e=>q(e,So)),bs=P("generatedAnswer/setAnswerId",e=>q(e,X)),NQ=P("generatedAnswer/setAnswerGenerationMode",e=>q(e,new H({constrainTo:["automatic","manual"],required:!1,default:"automatic"}))),FQ=P("generatedAnswer/setIsEnabled",e=>q(e,So)),Pi=P("generatedAnswer/updateMessage",e=>q(e,{textDelta:vo})),Ni=P("generatedAnswer/updateCitations",e=>q(e,{citations:new ge({required:!0,each:new ee({values:dd})})})),Fi=P("generatedAnswer/updateError",e=>q(e,{message:Ah,code:new te({min:0})})),As=P("generatedAnswer/resetAnswer"),DQ=P("generatedAnswer/like"),MQ=P("generatedAnswer/dislike"),qQ=P("generatedAnswer/feedbackModal/open"),jQ=P("generatedAnswer/expand"),LQ=P("generatedAnswer/collapse"),VQ=P("generatedAnswer/setId",e=>q(e,{id:new H({required:!0})})),UQ=P("generatedAnswer/feedbackModal/close"),BQ=P("generatedAnswer/sendFeedback"),Er=P("generatedAnswer/setIsLoading",e=>q(e,So)),Oi=P("generatedAnswer/setIsStreaming",e=>q(e,So)),Di=P("generatedAnswer/setAnswerContentFormat",e=>q(e,Ss)),$Q=P("generatedAnswer/updateResponseFormat",e=>q(e,{contentFormat:new ge({each:Ss,default:["text/plain"]})})),GQ=P("knowledge/updateAnswerConfigurationId",e=>q(e,vo)),QQ=P("generatedAnswer/registerFieldsToIncludeInCitations",e=>q(e,ka)),fd=P("generatedAnswer/setIsAnswerGenerated",e=>q(e,So)),Mi=P("generatedAnswer/setCannotAnswer",e=>q(e,So)),sR=P("generatedAnswer/setAnswerApiQueryParams",e=>q(e,new ee({}))),wh=P("generatedAnswer/startStep",e=>q(e,{name:new H({required:!0,constrainTo:yo}),startedAt:new te({min:0,required:!0})})),xh=P("generatedAnswer/finishStep",e=>q(e,{name:new H({required:!0,constrainTo:yo}),finishedAt:new te({min:0,required:!0})})),HQ=Ee("generatedAnswer/streamAnswer",/*#__PURE__*/function(){var _ref29=_asyncToGenerator(function*(e,t){let r=t.getState(),{dispatch:n,extra:o,getState:i}=t,{search:a}=i(),{queryExecuted:s}=a,{setAbortControllerRef:c}=e,u=yield hh(r),h=(g,y)=>{switch(g){case"genqa.headerMessageType":{let x=JSON.parse(y);n(Di(x.contentFormat));break}case"genqa.messageType":n(Pi(JSON.parse(y)));break;case"genqa.citationsType":n(Ni(JSON.parse(y)));break;case"genqa.endOfStreamType":{let x=JSON.parse(y).answerGenerated,E=s.length!==0&&!x;n(Mi(E)),n(Oi(!1)),n(fd(x)),n(po(x)),n(mo());break}default:r.debug&&o.logger.warn(`Unknown payloadType: "${g}"`)}};n(Er(!0));let v=g=>g.streamId===t.getState().search.extendedResults.generativeQuestionAnsweringId,S=o.streamingClient?.streamGeneratedAnswer(u,{write:g=>{v(u)&&(n(Er(!1)),g.payload&&g.payloadType&&h(g.payloadType,g.payload))},abort:g=>{v(u)&&n(Fi(g))},close:()=>{v(u)&&n(Oi(!1))},resetAnswer:()=>{v(u)&&n(As())}});S?c(S):n(Er(!1))});return function(_x63,_x64){return _ref29.apply(this,arguments)}}()),zQ=Ee("generatedAnswer/generateAnswer",/*#__PURE__*/function(){var _ref30=_asyncToGenerator(function*(e,{getState:t,dispatch:r,extra:{navigatorContext:n,logger:o}}){r(As());let i=t();if(i.generatedAnswer.answerConfigurationId){let a=yh(i,n);r(sR(a)),yield r(Ch(a))}else o.warn("[WARNING] Missing answerConfigurationId in engine configuration. The generateAnswer action requires an answer configuration ID to use CRGA with the Answer API.")});return function(_x65,_x66){return _ref30.apply(this,arguments)}}());m();d();p();f();m();d();p();f();function Rh(_x67,_x68){return _Rh.apply(this,arguments)}function _Rh(){_Rh=_asyncToGenerator(function*(e,t){let r=e.getReader(),n;for(;!(n=yield r.read()).done;)t(n.value)});return _Rh.apply(this,arguments)}function Ih(e){let t,r,n,o=!1;return function(a){t===void 0?(t=a,r=0,n=-1):t=uR(t,a);let s=t.length,c=0;for(;r<s;){o&&(t[r]===10&&(c=++r),o=!1);let u=-1;for(;r<s&&u===-1;++r)switch(t[r]){case 58:n===-1&&(n=r-c);break;case 13:o=!0,u=r;break;case 10:u=r;break}if(u===-1)break;e(t.subarray(c,u),n),c=r,n=-1}c===s?t=void 0:c!==0&&(t=t.subarray(c),r-=c)}}function Th(e,t,r){let n=Eh(),o=new TextDecoder;return function(a,s){if(a.length===0)r?.(n),n=Eh();else if(s>0){let c=o.decode(a.subarray(0,s)),u=s+(a[s+1]===32?2:1),h=o.decode(a.subarray(u));switch(c){case"data":n.data=n.data?`${n.data}
31
+ ${h}`:h;break;case"event":n.event=h;break;case"id":e(n.id=h);break;case"retry":cR(h,n,t);break}}}}function cR(e,t,r){let n=parseInt(e,10);Number.isNaN(n)||r(t.retry=n)}function uR(e,t){let r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Eh(){return{data:"",event:"",id:"",retry:void 0}}var pd="text/event-stream",lR=1e3,_h="last-event-id";function kh(){return typeof window<"u"}function Oh(e,{signal:t,headers:r,onopen:n,onmessage:o,onclose:i,onerror:a,openWhenHidden:s,fetch:c,...u}){return new Promise((h,v)=>{let S={...r};S.accept||(S.accept=pd);let g;function y(){g?.abort(),document.hidden||_()}!s&&kh()&&document.addEventListener("visibilitychange",y);let x=lR,E;function C(){kh()&&document.removeEventListener("visibilitychange",y),clearTimeout(E),g?.abort()}t?.addEventListener("abort",()=>{C(),h()});let I=c??A,T=n??dR;function _(){return _3.apply(this,arguments)}function _3(){_3=_asyncToGenerator(function*(){g=l.AbortController?new l.AbortController:null;try{let j=yield I(e,{...u,headers:S,signal:g?.signal});yield T(j),yield Rh(j.body,Ih(Th(N=>{N?S[_h]=N:delete S[_h]},N=>{x=N},o))),i?.(),C(),h()}catch(j){if(!g?.signal?.aborted)try{let N=a?.(j)??x;clearTimeout(E),E=setTimeout(_,N)}catch(N){C(),v(N)}}});return _3.apply(this,arguments)}_()})}function dR(e){let t=e.headers.get("content-type");if(!t?.startsWith(pd))throw new Error(`Expected content-type to be ${pd}, Actual: ${t}`)}m();d();p();f();var fR=/*#__PURE__*/function(){var _ref31=_asyncToGenerator(function*(e,t,r){let n=t.getState(),{accessToken:o,environment:i,organizationId:a}=n.configuration,s=n.generatedAnswer.answerConfigurationId,c={...e,headers:{...(e?.headers||{}),Authorization:`Bearer ${o}`}};try{let u=We(a,i);return{data:Ng({baseUrl:`${u}/rest/organizations/${a}/answer/v1/configs/${s}`,fetchFn:function(){var _ref32=_asyncToGenerator(function*(v){if(v instanceof String)throw new Error("The provided 'request' must be a Request object.");let S=v.url,g={};return["method","headers","mode","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal"].forEach(y=>{g[y]=v[y]}),g.duplex="half",g.body=yield v.text(),A(S,g)});return function fetchFn(_x72){return _ref32.apply(this,arguments)}}()})(c,{...t,signal:null},r)}}catch(u){return{error:u}}});return function fR(_x69,_x70,_x71){return _ref31.apply(this,arguments)}}(),Ph=Vg({reducerPath:"answer",baseQuery:Fg(fR,{maxRetries:3}),endpoints:()=>({})});var pR=(e,t)=>{let{contentFormat:r}=t;e.contentFormat=r,e.isStreaming=!0,e.isLoading=!1},mR=(e,t)=>{e.answer===void 0?e.answer=t.textDelta:typeof t.textDelta=="string"&&(e.answer=e.answer.concat(t.textDelta))},gR=(e,t)=>{e.citations=t.citations},hR=(e,t)=>{e.generated=t.answerGenerated,e.isStreaming=!1},yR=(e,t)=>{let r=t.errorMessage||"Unknown error occurred";e.error={message:r,code:t.code},e.isStreaming=!1,e.isLoading=!1,console.error(`Generated answer error: ${r} (code: ${t.code})`)},vR=(e,t,r)=>{let n=JSON.parse(e.data);n.finishReason==="ERROR"&&n.errorMessage&&yR(t,n);let o=n.payload.length?JSON.parse(n.payload):{};switch(n.payloadType){case"genqa.headerMessageType":o.contentFormat&&(pR(t,o),r(Di(o.contentFormat)));break;case"genqa.messageType":o.textDelta&&(mR(t,o),r(Pi({textDelta:o.textDelta})));break;case"genqa.citationsType":o.citations&&(gR(t,o),r(Ni({citations:o.citations})));break;case"genqa.endOfStreamType":hR(t,o),r(po(o.answerGenerated??!1)),r(mo());break}},SR=(e,t,r,n)=>{if(!e||!t||!r)throw new Error("Missing required parameters for answer endpoint");let o=`/rest/organizations/${t}`,i=n?`insight/v1/configs/${n}/answer`:"answer/v1/configs";return`${e}${o}/${i}/${r}/generate`},md=Ph.injectEndpoints({overrideExisting:!0,endpoints:e=>({getAnswer:e.query({queryFn:()=>({data:{contentFormat:void 0,answer:void 0,citations:void 0,error:void 0,generated:!1,isStreaming:!0,isLoading:!0}}),serializeQueryArgs:({endpointName:t,queryArgs:r})=>{let{analytics:n,...o}=r;return`${t}(${JSON.stringify(o)})`},onCacheEntryAdded(_x73,_x74){return _asyncToGenerator(function*(t,{getState:r,cacheDataLoaded:n,updateCachedData:o,dispatch:i}){yield n;let{configuration:a,generatedAnswer:s,insightConfiguration:c}=r(),{organizationId:u,environment:h,accessToken:v}=a,S=We(u,h),g=SR(S,u,s.answerConfigurationId,c?.insightId);yield Oh(g,{method:"POST",body:JSON.stringify(t),headers:{Authorization:`Bearer ${v}`,Accept:"application/json","Content-Type":"application/json","Accept-Encoding":"*"},fetch:A,onopen:function(){var _ref33=_asyncToGenerator(function*(y){let x=y.headers.get("x-answer-id");x&&o(E=>{E.answerId=x,i(bs(x))})});return function onopen(_x75){return _ref33.apply(this,arguments)}}(),onmessage:y=>{o(x=>{vR(y,x,i)})},onerror:y=>{throw y},onclose:()=>{o(y=>{i(Mi(!y.generated))})}})}).apply(this,arguments)}})})}),Ch=e=>md.endpoints.getAnswer.initiate(e);m();d();p();f();var Nh=Me(Gn,e=>e);m();d();p();f();function bR(e){let t=e.payload?.analyticsAction;return Fh(e)&&!ie(t)}function Fh(e){return"type"in e}var Dh=e=>t=>r=>{let n;bR(r)&&(n=r.payload.analyticsAction,delete r.payload.analyticsAction);let o=t(r);return Fh(r)&&(r.type==="search/executeSearch/fullfilled"&&n===void 0&&console.error("No analytics action associated with search:",r),r.type==="recommendation/get/fullfilled"&&n===void 0&&console.error("No analytics action associated with recommendation:",r),r.type==="productRecommendations/get/fullfilled"&&n===void 0&&console.error("No analytics action associated with product recommendation:",r)),n!==void 0&&e.dispatch(n),o};m();d();p();f();m();d();p();f();m();d();p();f();var G3=P("tab/register",e=>{let t=new ee({values:{id:X,expression:Je}});return q(e,t)}),ws=P("tab/updateActiveTab",e=>q(e,X));m();d();p();f();var xs=_t(ms(),1),jh=_t(Mh(),1),Lh=_t(qh(),1);xs.default.extend(Lh.default);xs.default.extend(jh.default);var Vh=()=>({organizationId:"",accessToken:"",search:{locale:"en-US",timezone:xs.default.tz.guess(),authenticationProviders:[]},analytics:{enabled:!0,originContext:"Search",originLevel2:"default",originLevel3:"default",anonymous:!1,deviceId:"",userDisplayName:"",documentLocation:"",analyticsMode:"next",source:{}},knowledge:{answerConfigurationId:"",agentId:void 0},environment:"prod"});m();d();p();f();var AR=/(^|; )Coveo-Pendragon=([^;]*)/;function Sd(){return typeof window>"u"?!1:AR.exec(document.cookie)?.pop()||null}var Uh=Me(Vh(),e=>e.addCase(gr,(t,r)=>{wR(t,r.payload)}).addCase(Lt,(t,r)=>{xR(t,r.payload)}).addCase(Qn,(t,r)=>{CR(t,r.payload)}).addCase(Hn,t=>{t.analytics.enabled=!1}).addCase(zn,t=>{t.analytics.enabled=!0}).addCase(Oa,(t,r)=>{t.analytics.originLevel2=r.payload.originLevel2}).addCase(Pa,(t,r)=>{t.analytics.originLevel3=r.payload.originLevel3}).addCase(ws,(t,r)=>{t.analytics.originLevel2=r.payload}).addCase(fm,(t,r)=>{t.analytics.originLevel2=r.payload}).addCase(hr,(t,r)=>{ie(r.payload.tab)||(t.analytics.originLevel2=r.payload.tab)}).addCase(lm,(t,{payload:r})=>{t.knowledge.agentId=r}));function wR(e,t){ie(t.accessToken)||(e.accessToken=t.accessToken),e.environment=t.environment??"prod",ie(t.organizationId)||(e.organizationId=t.organizationId)}function xR(e,t){ie(t.proxyBaseUrl)||(e.search.apiBaseUrl=t.proxyBaseUrl),ie(t.locale)||(e.search.locale=t.locale),ie(t.timezone)||(e.search.timezone=t.timezone),ie(t.authenticationProviders)||(e.search.authenticationProviders=t.authenticationProviders)}function CR(e,t){ie(t.enabled)||(e.analytics.enabled=t.enabled),ie(t.originContext)||(e.analytics.originContext=t.originContext),ie(t.originLevel2)||(e.analytics.originLevel2=t.originLevel2),ie(t.originLevel3)||(e.analytics.originLevel3=t.originLevel3),ie(t.proxyBaseUrl)||(e.analytics.apiBaseUrl=t.proxyBaseUrl),ie(t.trackingId)||(e.analytics.trackingId=t.trackingId),ie(t.analyticsMode)||(e.analytics.analyticsMode=t.analyticsMode),ie(t.source)||(e.analytics.source=t.source);try{let r=Sd();r&&(e.analytics.analyticsMode="next",e.analytics.trackingId=r)}catch{}ie(t.runtimeEnvironment)||(e.analytics.runtimeEnvironment=t.runtimeEnvironment),ie(t.anonymous)||(e.analytics.anonymous=t.anonymous),ie(t.deviceId)||(e.analytics.deviceId=t.deviceId),ie(t.userDisplayName)||(e.analytics.userDisplayName=t.userDisplayName),ie(t.documentLocation)||(e.analytics.documentLocation=t.documentLocation)}var Ot=Uh;m();d();p();f();function ER(e){return e.instantlyCallable}var Bh=()=>e=>t=>e(ER(t)?t():t);m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var tt=[];for(let e=0;e<256;++e)tt.push((e+256).toString(16).slice(1));function $h(e,t=0){return(tt[e[t+0]]+tt[e[t+1]]+tt[e[t+2]]+tt[e[t+3]]+"-"+tt[e[t+4]]+tt[e[t+5]]+"-"+tt[e[t+6]]+tt[e[t+7]]+"-"+tt[e[t+8]]+tt[e[t+9]]+"-"+tt[e[t+10]]+tt[e[t+11]]+tt[e[t+12]]+tt[e[t+13]]+tt[e[t+14]]+tt[e[t+15]]).toLowerCase()}m();d();p();f();var bd,RR=new Uint8Array(16);function Ad(){if(!bd){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");bd=crypto.getRandomValues.bind(crypto)}return bd(RR)}m();d();p();f();m();d();p();f();var IR=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),wd={randomUUID:IR};function TR(e,t,r){if(wd.randomUUID&&!t&&!e)return wd.randomUUID();e=e||{};let n=e.random??e.rng?.()??Ad();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return $h(n)}var Rr=TR;m();d();p();f();m();d();p();f();var R={};Wo(R,{BRAND:()=>eI,DIRTY:()=>tn,EMPTY_PATH:()=>PR,INVALID:()=>se,NEVER:()=>jI,OK:()=>it,ParseStatus:()=>rt,Schema:()=>ye,ZodAny:()=>_r,ZodArray:()=>sr,ZodBigInt:()=>nn,ZodBoolean:()=>on,ZodBranded:()=>ji,ZodCatch:()=>hn,ZodDate:()=>an,ZodDefault:()=>gn,ZodDiscriminatedUnion:()=>Rs,ZodEffects:()=>It,ZodEnum:()=>pn,ZodError:()=>gt,ZodFirstPartyTypeKind:()=>ce,ZodFunction:()=>Ts,ZodIntersection:()=>ln,ZodIssueCode:()=>W,ZodLazy:()=>dn,ZodLiteral:()=>fn,ZodMap:()=>Eo,ZodNaN:()=>Io,ZodNativeEnum:()=>mn,ZodNever:()=>Pt,ZodNull:()=>cn,ZodNullable:()=>Gt,ZodNumber:()=>rn,ZodObject:()=>ht,ZodOptional:()=>Et,ZodParsedType:()=>Z,ZodPipeline:()=>Li,ZodPromise:()=>kr,ZodReadonly:()=>yn,ZodRecord:()=>Is,ZodSchema:()=>ye,ZodSet:()=>Ro,ZodString:()=>Tr,ZodSymbol:()=>xo,ZodTransformer:()=>It,ZodTuple:()=>$t,ZodType:()=>ye,ZodUndefined:()=>sn,ZodUnion:()=>un,ZodUnknown:()=>ar,ZodVoid:()=>Co,addIssueToContext:()=>J,any:()=>uI,array:()=>pI,bigint:()=>oI,boolean:()=>ey,coerce:()=>qI,custom:()=>Xh,date:()=>iI,datetimeRegex:()=>Kh,defaultErrorMap:()=>or,discriminatedUnion:()=>yI,effect:()=>_I,enum:()=>RI,function:()=>xI,getErrorMap:()=>bo,getParsedType:()=>Bt,instanceof:()=>rI,intersection:()=>vI,isAborted:()=>Cs,isAsync:()=>Ao,isDirty:()=>Es,isValid:()=>Ir,late:()=>tI,lazy:()=>CI,literal:()=>EI,makeIssue:()=>qi,map:()=>AI,nan:()=>nI,nativeEnum:()=>II,never:()=>dI,null:()=>cI,nullable:()=>OI,number:()=>Zh,object:()=>mI,objectUtil:()=>xd,oboolean:()=>MI,onumber:()=>DI,optional:()=>kI,ostring:()=>FI,pipeline:()=>NI,preprocess:()=>PI,promise:()=>TI,quotelessJson:()=>_R,record:()=>bI,set:()=>wI,setErrorMap:()=>OR,strictObject:()=>gI,string:()=>Jh,symbol:()=>aI,transformer:()=>_I,tuple:()=>SI,undefined:()=>sI,union:()=>hI,unknown:()=>lI,util:()=>Ae,void:()=>fI});m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Ae;(function(e){e.assertEqual=o=>{};function t(o){}e.assertIs=t;function r(o){throw new Error}e.assertNever=r,e.arrayToEnum=o=>{let i={};for(let a of o)i[a]=a;return i},e.getValidEnumValues=o=>{let i=e.objectKeys(o).filter(s=>typeof o[o[s]]!="number"),a={};for(let s of i)a[s]=o[s];return e.objectValues(a)},e.objectValues=o=>e.objectKeys(o).map(function(i){return o[i]}),e.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let i=[];for(let a in o)Object.prototype.hasOwnProperty.call(o,a)&&i.push(a);return i},e.find=(o,i)=>{for(let a of o)if(i(a))return a},e.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,i=" | "){return o.map(a=>typeof a=="string"?`'${a}'`:a).join(i)}e.joinValues=n,e.jsonStringifyReplacer=(o,i)=>typeof i=="bigint"?i.toString():i})(Ae||(Ae={}));var xd;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(xd||(xd={}));var Z=Ae.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Bt=e=>{switch(typeof e){case"undefined":return Z.undefined;case"string":return Z.string;case"number":return Number.isNaN(e)?Z.nan:Z.number;case"boolean":return Z.boolean;case"function":return Z.function;case"bigint":return Z.bigint;case"symbol":return Z.symbol;case"object":return Array.isArray(e)?Z.array:e===null?Z.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?Z.promise:typeof Map<"u"&&e instanceof Map?Z.map:typeof Set<"u"&&e instanceof Set?Z.set:typeof Date<"u"&&e instanceof Date?Z.date:Z.object;default:return Z.unknown}};var W=Ae.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),_R=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),gt=class e extends Error{get errors(){return this.issues}constructor(t){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=t}format(t){let r=t||function(i){return i.message},n={_errors:[]},o=i=>{for(let a of i.issues)if(a.code==="invalid_union")a.unionErrors.map(o);else if(a.code==="invalid_return_type")o(a.returnTypeError);else if(a.code==="invalid_arguments")o(a.argumentsError);else if(a.path.length===0)n._errors.push(r(a));else{let s=n,c=0;for(;c<a.path.length;){let u=a.path[c];c===a.path.length-1?(s[u]=s[u]||{_errors:[]},s[u]._errors.push(r(a))):s[u]=s[u]||{_errors:[]},s=s[u],c++}}};return o(this),n}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Ae.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let i=o.path[0];r[i]=r[i]||[],r[i].push(t(o))}else n.push(t(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};gt.create=e=>new gt(e);var kR=(e,t)=>{let r;switch(e.code){case W.invalid_type:e.received===Z.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case W.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,Ae.jsonStringifyReplacer)}`;break;case W.unrecognized_keys:r=`Unrecognized key(s) in object: ${Ae.joinValues(e.keys,", ")}`;break;case W.invalid_union:r="Invalid input";break;case W.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${Ae.joinValues(e.options)}`;break;case W.invalid_enum_value:r=`Invalid enum value. Expected ${Ae.joinValues(e.options)}, received '${e.received}'`;break;case W.invalid_arguments:r="Invalid function arguments";break;case W.invalid_return_type:r="Invalid function return type";break;case W.invalid_date:r="Invalid date";break;case W.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:Ae.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case W.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case W.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case W.custom:r="Invalid input";break;case W.invalid_intersection_types:r="Intersection results could not be merged";break;case W.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case W.not_finite:r="Number must be finite";break;default:r=t.defaultError,Ae.assertNever(e)}return{message:r}},or=kR;var Gh=or;function OR(e){Gh=e}function bo(){return Gh}m();d();p();f();var qi=e=>{let{data:t,path:r,errorMaps:n,issueData:o}=e,i=[...r,...(o.path||[])],a={...o,path:i};if(o.message!==void 0)return{...o,path:i,message:o.message};let s="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)s=u(a,{data:t,defaultError:s}).message;return{...o,path:i,message:s}},PR=[];function J(e,t){let r=bo(),n=qi({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===or?void 0:or].filter(o=>!!o)});e.common.issues.push(n)}var rt=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){let n=[];for(let o of r){if(o.status==="aborted")return se;o.status==="dirty"&&t.dirty(),n.push(o.value)}return{status:t.value,value:n}}static mergeObjectAsync(t,r){return _asyncToGenerator(function*(){let n=[];for(let o of r){let i=yield o.key,a=yield o.value;n.push({key:i,value:a})}return e.mergeObjectSync(t,n)})()}static mergeObjectSync(t,r){let n={};for(let o of r){let{key:i,value:a}=o;if(i.status==="aborted"||a.status==="aborted")return se;i.status==="dirty"&&t.dirty(),a.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof a.value<"u"||o.alwaysSet)&&(n[i.value]=a.value)}return{status:t.value,value:n}}},se=Object.freeze({status:"aborted"}),tn=e=>({status:"dirty",value:e}),it=e=>({status:"valid",value:e}),Cs=e=>e.status==="aborted",Es=e=>e.status==="dirty",Ir=e=>e.status==="valid",Ao=e=>typeof Promise<"u"&&e instanceof Promise;m();d();p();f();m();d();p();f();var re;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(re||(re={}));var Rt=class{constructor(t,r,n,o){this._cachedPath=[],this.parent=t,this.data=r,this._path=n,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Qh=(e,t)=>{if(Ir(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new gt(e.common.issues);return this._error=r,this._error}}};function me(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:n,description:o}=e;if(t&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:o}:{errorMap:(a,s)=>{let{message:c}=e;return a.code==="invalid_enum_value"?{message:c??s.defaultError}:typeof s.data>"u"?{message:c??n??s.defaultError}:a.code!=="invalid_type"?{message:s.defaultError}:{message:c??r??s.defaultError}},description:o}}var ye=class{get description(){return this._def.description}_getType(t){return Bt(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:Bt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new rt,ctx:{common:t.parent.common,data:t.data,parsedType:Bt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let r=this._parse(t);if(Ao(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){let r=this._parse(t);return Promise.resolve(r)}parse(t,r){let n=this.safeParse(t,r);if(n.success)return n.data;throw n.error}safeParse(t,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Bt(t)},o=this._parseSync({data:t,path:n.path,parent:n});return Qh(n,o)}"~validate"(t){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Bt(t)};if(!this["~standard"].async)try{let n=this._parseSync({data:t,path:[],parent:r});return Ir(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:t,path:[],parent:r}).then(n=>Ir(n)?{value:n.value}:{issues:r.common.issues})}parseAsync(t,r){var _this10=this;return _asyncToGenerator(function*(){let n=yield _this10.safeParseAsync(t,r);if(n.success)return n.data;throw n.error})()}safeParseAsync(t,r){var _this11=this;return _asyncToGenerator(function*(){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:_this11._def.errorMap,parent:null,data:t,parsedType:Bt(t)},o=_this11._parse({data:t,path:n.path,parent:n}),i=yield Ao(o)?o:Promise.resolve(o);return Qh(n,i)})()}refine(t,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,i)=>{let a=t(o),s=()=>i.addIssue({code:W.custom,...n(o)});return typeof Promise<"u"&&a instanceof Promise?a.then(c=>c?!0:(s(),!1)):a?!0:(s(),!1)})}refinement(t,r){return this._refinement((n,o)=>t(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(t){return new It({schema:this,typeName:ce.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Et.create(this,this._def)}nullable(){return Gt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return sr.create(this)}promise(){return kr.create(this,this._def)}or(t){return un.create([this,t],this._def)}and(t){return ln.create(this,t,this._def)}transform(t){return new It({...me(this._def),schema:this,typeName:ce.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let r=typeof t=="function"?t:()=>t;return new gn({...me(this._def),innerType:this,defaultValue:r,typeName:ce.ZodDefault})}brand(){return new ji({typeName:ce.ZodBranded,type:this,...me(this._def)})}catch(t){let r=typeof t=="function"?t:()=>t;return new hn({...me(this._def),innerType:this,catchValue:r,typeName:ce.ZodCatch})}describe(t){let r=this.constructor;return new r({...this._def,description:t})}pipe(t){return Li.create(this,t)}readonly(){return yn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},NR=/^c[^\s-]{8,}$/i,FR=/^[0-9a-z]+$/,DR=/^[0-9A-HJKMNP-TV-Z]{26}$/i,MR=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,qR=/^[a-z0-9_-]{21}$/i,jR=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,LR=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,VR=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,UR="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Cd,BR=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,$R=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,GR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,QR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,HR=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,zR=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,zh="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",WR=new RegExp(`^${zh}$`);function Wh(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function KR(e){return new RegExp(`^${Wh(e)}$`)}function Kh(e){let t=`${zh}T${Wh(e)}`,r=[];return r.push(e.local?"Z?":"Z"),e.offset&&r.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function YR(e,t){return!!((t==="v4"||!t)&&BR.test(e)||(t==="v6"||!t)&&GR.test(e))}function XR(e,t){if(!jR.test(e))return!1;try{let[r]=e.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||t&&o.alg!==t)}catch{return!1}}function JR(e,t){return!!((t==="v4"||!t)&&$R.test(e)||(t==="v6"||!t)&&QR.test(e))}var Tr=class e extends ye{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==Z.string){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.string,received:i.parsedType}),se}let n=new rt,o;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="max")t.data.length>i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="length"){let a=t.data.length>i.value,s=t.data.length<i.value;(a||s)&&(o=this._getOrReturnCtx(t,o),a?J(o,{code:W.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):s&&J(o,{code:W.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),n.dirty())}else if(i.kind==="email")VR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"email",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="emoji")Cd||(Cd=new RegExp(UR,"u")),Cd.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"emoji",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="uuid")MR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"uuid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="nanoid")qR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"nanoid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid")NR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cuid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid2")FR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cuid2",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="ulid")DR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"ulid",code:W.invalid_string,message:i.message}),n.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{o=this._getOrReturnCtx(t,o),J(o,{validation:"url",code:W.invalid_string,message:i.message}),n.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"regex",code:W.invalid_string,message:i.message}),n.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),n.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{startsWith:i.value},message:i.message}),n.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:{endsWith:i.value},message:i.message}),n.dirty()):i.kind==="datetime"?Kh(i).test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"datetime",message:i.message}),n.dirty()):i.kind==="date"?WR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"date",message:i.message}),n.dirty()):i.kind==="time"?KR(i).test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{code:W.invalid_string,validation:"time",message:i.message}),n.dirty()):i.kind==="duration"?LR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"duration",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="ip"?YR(t.data,i.version)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"ip",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="jwt"?XR(t.data,i.alg)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"jwt",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="cidr"?JR(t.data,i.version)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"cidr",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="base64"?HR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"base64",code:W.invalid_string,message:i.message}),n.dirty()):i.kind==="base64url"?zR.test(t.data)||(o=this._getOrReturnCtx(t,o),J(o,{validation:"base64url",code:W.invalid_string,message:i.message}),n.dirty()):Ae.assertNever(i);return{status:n.value,value:t.data}}_regex(t,r,n){return this.refinement(o=>t.test(o),{validation:r,code:W.invalid_string,...re.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...re.errToObj(t)})}url(t){return this._addCheck({kind:"url",...re.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...re.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...re.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...re.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...re.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...re.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...re.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...re.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...re.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...re.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...re.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...re.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...re.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...re.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...re.errToObj(t)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...re.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r?.position,...re.errToObj(r?.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...re.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...re.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...re.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...re.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...re.errToObj(r)})}nonempty(t){return this.min(1,re.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};Tr.create=e=>new Tr({checks:[],typeName:ce.ZodString,coerce:e?.coerce??!1,...me(e)});function ZR(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,i=Number.parseInt(e.toFixed(o).replace(".","")),a=Number.parseInt(t.toFixed(o).replace(".",""));return i%a/10**o}var rn=class e extends ye{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==Z.number){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.number,received:i.parsedType}),se}let n,o=new rt;for(let i of this._def.checks)i.kind==="int"?Ae.isInteger(t.data)||(n=this._getOrReturnCtx(t,n),J(n,{code:W.invalid_type,expected:"integer",received:"float",message:i.message}),o.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="multipleOf"?ZR(t.data,i.value)!==0&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_finite,message:i.message}),o.dirty()):Ae.assertNever(i);return{status:o.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,re.toString(r))}gt(t,r){return this.setLimit("min",t,!1,re.toString(r))}lte(t,r){return this.setLimit("max",t,!0,re.toString(r))}lt(t,r){return this.setLimit("max",t,!1,re.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:re.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:re.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:re.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:re.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:re.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:re.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:re.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:re.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:re.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:re.toString(t)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&Ae.isInteger(t.value))}get isFinite(){let t=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(t===null||n.value<t)&&(t=n.value)}return Number.isFinite(r)&&Number.isFinite(t)}};rn.create=e=>new rn({checks:[],typeName:ce.ZodNumber,coerce:e?.coerce||!1,...me(e)});var nn=class e extends ye{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==Z.bigint)return this._getInvalidInput(t);let n,o=new rt;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(n=this._getOrReturnCtx(t,n),J(n,{code:W.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):Ae.assertNever(i);return{status:o.value,value:t.data}}_getInvalidInput(t){let r=this._getOrReturnCtx(t);return J(r,{code:W.invalid_type,expected:Z.bigint,received:r.parsedType}),se}gte(t,r){return this.setLimit("min",t,!0,re.toString(r))}gt(t,r){return this.setLimit("min",t,!1,re.toString(r))}lte(t,r){return this.setLimit("max",t,!0,re.toString(r))}lt(t,r){return this.setLimit("max",t,!1,re.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:re.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:re.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:re.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:re.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:re.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:re.toString(r)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};nn.create=e=>new nn({checks:[],typeName:ce.ZodBigInt,coerce:e?.coerce??!1,...me(e)});var on=class extends ye{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==Z.boolean){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.boolean,received:n.parsedType}),se}return it(t.data)}};on.create=e=>new on({typeName:ce.ZodBoolean,coerce:e?.coerce||!1,...me(e)});var an=class e extends ye{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==Z.date){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_type,expected:Z.date,received:i.parsedType}),se}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return J(i,{code:W.invalid_date}),se}let n=new rt,o;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),n.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(o=this._getOrReturnCtx(t,o),J(o,{code:W.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),n.dirty()):Ae.assertNever(i);return{status:n.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:re.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:re.toString(r)})}get minDate(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}};an.create=e=>new an({checks:[],coerce:e?.coerce||!1,typeName:ce.ZodDate,...me(e)});var xo=class extends ye{_parse(t){if(this._getType(t)!==Z.symbol){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.symbol,received:n.parsedType}),se}return it(t.data)}};xo.create=e=>new xo({typeName:ce.ZodSymbol,...me(e)});var sn=class extends ye{_parse(t){if(this._getType(t)!==Z.undefined){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.undefined,received:n.parsedType}),se}return it(t.data)}};sn.create=e=>new sn({typeName:ce.ZodUndefined,...me(e)});var cn=class extends ye{_parse(t){if(this._getType(t)!==Z.null){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.null,received:n.parsedType}),se}return it(t.data)}};cn.create=e=>new cn({typeName:ce.ZodNull,...me(e)});var _r=class extends ye{constructor(){super(...arguments),this._any=!0}_parse(t){return it(t.data)}};_r.create=e=>new _r({typeName:ce.ZodAny,...me(e)});var ar=class extends ye{constructor(){super(...arguments),this._unknown=!0}_parse(t){return it(t.data)}};ar.create=e=>new ar({typeName:ce.ZodUnknown,...me(e)});var Pt=class extends ye{_parse(t){let r=this._getOrReturnCtx(t);return J(r,{code:W.invalid_type,expected:Z.never,received:r.parsedType}),se}};Pt.create=e=>new Pt({typeName:ce.ZodNever,...me(e)});var Co=class extends ye{_parse(t){if(this._getType(t)!==Z.undefined){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.void,received:n.parsedType}),se}return it(t.data)}};Co.create=e=>new Co({typeName:ce.ZodVoid,...me(e)});var sr=class e extends ye{_parse(t){let{ctx:r,status:n}=this._processInputParams(t),o=this._def;if(r.parsedType!==Z.array)return J(r,{code:W.invalid_type,expected:Z.array,received:r.parsedType}),se;if(o.exactLength!==null){let a=r.data.length>o.exactLength.value,s=r.data.length<o.exactLength.value;(a||s)&&(J(r,{code:a?W.too_big:W.too_small,minimum:s?o.exactLength.value:void 0,maximum:a?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(J(r,{code:W.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(J(r,{code:W.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((a,s)=>o.type._parseAsync(new Rt(r,a,r.path,s)))).then(a=>rt.mergeArray(n,a));let i=[...r.data].map((a,s)=>o.type._parseSync(new Rt(r,a,r.path,s)));return rt.mergeArray(n,i)}get element(){return this._def.type}min(t,r){return new e({...this._def,minLength:{value:t,message:re.toString(r)}})}max(t,r){return new e({...this._def,maxLength:{value:t,message:re.toString(r)}})}length(t,r){return new e({...this._def,exactLength:{value:t,message:re.toString(r)}})}nonempty(t){return this.min(1,t)}};sr.create=(e,t)=>new sr({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ce.ZodArray,...me(t)});function wo(e){if(e instanceof ht){let t={};for(let r in e.shape){let n=e.shape[r];t[r]=Et.create(wo(n))}return new ht({...e._def,shape:()=>t})}else return e instanceof sr?new sr({...e._def,type:wo(e.element)}):e instanceof Et?Et.create(wo(e.unwrap())):e instanceof Gt?Gt.create(wo(e.unwrap())):e instanceof $t?$t.create(e.items.map(t=>wo(t))):e}var ht=class e extends ye{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),r=Ae.objectKeys(t);return this._cached={shape:t,keys:r},this._cached}_parse(t){if(this._getType(t)!==Z.object){let u=this._getOrReturnCtx(t);return J(u,{code:W.invalid_type,expected:Z.object,received:u.parsedType}),se}let{status:n,ctx:o}=this._processInputParams(t),{shape:i,keys:a}=this._getCached(),s=[];if(!(this._def.catchall instanceof Pt&&this._def.unknownKeys==="strip"))for(let u in o.data)a.includes(u)||s.push(u);let c=[];for(let u of a){let h=i[u],v=o.data[u];c.push({key:{status:"valid",value:u},value:h._parse(new Rt(o,v,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof Pt){let u=this._def.unknownKeys;if(u==="passthrough")for(let h of s)c.push({key:{status:"valid",value:h},value:{status:"valid",value:o.data[h]}});else if(u==="strict")s.length>0&&(J(o,{code:W.unrecognized_keys,keys:s}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let h of s){let v=o.data[h];c.push({key:{status:"valid",value:h},value:u._parse(new Rt(o,v,o.path,h)),alwaysSet:h in o.data})}}return o.common.async?Promise.resolve().then(/*#__PURE__*/_asyncToGenerator(function*(){let u=[];for(let h of c){let v=yield h.key,S=yield h.value;u.push({key:v,value:S,alwaysSet:h.alwaysSet})}return u})).then(u=>rt.mergeObjectSync(n,u)):rt.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(t){return re.errToObj,new e({...this._def,unknownKeys:"strict",...(t!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:re.errToObj(t).message??o}:{message:o}}}:{})})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:ce.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let r={};for(let n of Ae.objectKeys(t))t[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}omit(t){let r={};for(let n of Ae.objectKeys(this.shape))t[n]||(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}deepPartial(){return wo(this)}partial(t){let r={};for(let n of Ae.objectKeys(this.shape)){let o=this.shape[n];t&&!t[n]?r[n]=o:r[n]=o.optional()}return new e({...this._def,shape:()=>r})}required(t){let r={};for(let n of Ae.objectKeys(this.shape))if(t&&!t[n])r[n]=this.shape[n];else{let i=this.shape[n];for(;i instanceof Et;)i=i._def.innerType;r[n]=i}return new e({...this._def,shape:()=>r})}keyof(){return Yh(Ae.objectKeys(this.shape))}};ht.create=(e,t)=>new ht({shape:()=>e,unknownKeys:"strip",catchall:Pt.create(),typeName:ce.ZodObject,...me(t)});ht.strictCreate=(e,t)=>new ht({shape:()=>e,unknownKeys:"strict",catchall:Pt.create(),typeName:ce.ZodObject,...me(t)});ht.lazycreate=(e,t)=>new ht({shape:e,unknownKeys:"strip",catchall:Pt.create(),typeName:ce.ZodObject,...me(t)});var un=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=this._def.options;function o(i){for(let s of i)if(s.result.status==="valid")return s.result;for(let s of i)if(s.result.status==="dirty")return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(s=>new gt(s.ctx.common.issues));return J(r,{code:W.invalid_union,unionErrors:a}),se}if(r.common.async)return Promise.all(n.map(/*#__PURE__*/function(){var _ref35=_asyncToGenerator(function*(i){let a={...r,common:{...r.common,issues:[]},parent:null};return{result:yield i._parseAsync({data:r.data,path:r.path,parent:a}),ctx:a}});return function(_x76){return _ref35.apply(this,arguments)}}())).then(o);{let i,a=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},h=c._parseSync({data:r.data,path:r.path,parent:u});if(h.status==="valid")return h;h.status==="dirty"&&!i&&(i={result:h,ctx:u}),u.common.issues.length&&a.push(u.common.issues)}if(i)return r.common.issues.push(...i.ctx.common.issues),i.result;let s=a.map(c=>new gt(c));return J(r,{code:W.invalid_union,unionErrors:s}),se}}get options(){return this._def.options}};un.create=(e,t)=>new un({options:e,typeName:ce.ZodUnion,...me(t)});var ir=e=>e instanceof dn?ir(e.schema):e instanceof It?ir(e.innerType()):e instanceof fn?[e.value]:e instanceof pn?e.options:e instanceof mn?Ae.objectValues(e.enum):e instanceof gn?ir(e._def.innerType):e instanceof sn?[void 0]:e instanceof cn?[null]:e instanceof Et?[void 0,...ir(e.unwrap())]:e instanceof Gt?[null,...ir(e.unwrap())]:e instanceof ji||e instanceof yn?ir(e.unwrap()):e instanceof hn?ir(e._def.innerType):[],Rs=class e extends ye{_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.object)return J(r,{code:W.invalid_type,expected:Z.object,received:r.parsedType}),se;let n=this.discriminator,o=r.data[n],i=this.optionsMap.get(o);return i?r.common.async?i._parseAsync({data:r.data,path:r.path,parent:r}):i._parseSync({data:r.data,path:r.path,parent:r}):(J(r,{code:W.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),se)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,n){let o=new Map;for(let i of r){let a=ir(i.shape[t]);if(!a.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let s of a){if(o.has(s))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(s)}`);o.set(s,i)}}return new e({typeName:ce.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:o,...me(n)})}};function Ed(e,t){let r=Bt(e),n=Bt(t);if(e===t)return{valid:!0,data:e};if(r===Z.object&&n===Z.object){let o=Ae.objectKeys(t),i=Ae.objectKeys(e).filter(s=>o.indexOf(s)!==-1),a={...e,...t};for(let s of i){let c=Ed(e[s],t[s]);if(!c.valid)return{valid:!1};a[s]=c.data}return{valid:!0,data:a}}else if(r===Z.array&&n===Z.array){if(e.length!==t.length)return{valid:!1};let o=[];for(let i=0;i<e.length;i++){let a=e[i],s=t[i],c=Ed(a,s);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===Z.date&&n===Z.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var ln=class extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t),o=(i,a)=>{if(Cs(i)||Cs(a))return se;let s=Ed(i.value,a.value);return s.valid?((Es(i)||Es(a))&&r.dirty(),{status:r.value,value:s.data}):(J(n,{code:W.invalid_intersection_types}),se)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([i,a])=>o(i,a)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ln.create=(e,t,r)=>new ln({left:e,right:t,typeName:ce.ZodIntersection,...me(r)});var $t=class e extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.array)return J(n,{code:W.invalid_type,expected:Z.array,received:n.parsedType}),se;if(n.data.length<this._def.items.length)return J(n,{code:W.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),se;!this._def.rest&&n.data.length>this._def.items.length&&(J(n,{code:W.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let i=[...n.data].map((a,s)=>{let c=this._def.items[s]||this._def.rest;return c?c._parse(new Rt(n,a,n.path,s)):null}).filter(a=>!!a);return n.common.async?Promise.all(i).then(a=>rt.mergeArray(r,a)):rt.mergeArray(r,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};$t.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new $t({items:e,typeName:ce.ZodTuple,rest:null,...me(t)})};var Is=class e extends ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.object)return J(n,{code:W.invalid_type,expected:Z.object,received:n.parsedType}),se;let o=[],i=this._def.keyType,a=this._def.valueType;for(let s in n.data)o.push({key:i._parse(new Rt(n,s,n.path,s)),value:a._parse(new Rt(n,n.data[s],n.path,s)),alwaysSet:s in n.data});return n.common.async?rt.mergeObjectAsync(r,o):rt.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(t,r,n){return r instanceof ye?new e({keyType:t,valueType:r,typeName:ce.ZodRecord,...me(n)}):new e({keyType:Tr.create(),valueType:t,typeName:ce.ZodRecord,...me(r)})}},Eo=class extends ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.map)return J(n,{code:W.invalid_type,expected:Z.map,received:n.parsedType}),se;let o=this._def.keyType,i=this._def.valueType,a=[...n.data.entries()].map(([s,c],u)=>({key:o._parse(new Rt(n,s,n.path,[u,"key"])),value:i._parse(new Rt(n,c,n.path,[u,"value"]))}));if(n.common.async){let s=new Map;return Promise.resolve().then(/*#__PURE__*/_asyncToGenerator(function*(){for(let c of a){let u=yield c.key,h=yield c.value;if(u.status==="aborted"||h.status==="aborted")return se;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),s.set(u.value,h.value)}return{status:r.value,value:s}}))}else{let s=new Map;for(let c of a){let u=c.key,h=c.value;if(u.status==="aborted"||h.status==="aborted")return se;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),s.set(u.value,h.value)}return{status:r.value,value:s}}}};Eo.create=(e,t,r)=>new Eo({valueType:t,keyType:e,typeName:ce.ZodMap,...me(r)});var Ro=class e extends ye{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==Z.set)return J(n,{code:W.invalid_type,expected:Z.set,received:n.parsedType}),se;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(J(n,{code:W.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(J(n,{code:W.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let i=this._def.valueType;function a(c){let u=new Set;for(let h of c){if(h.status==="aborted")return se;h.status==="dirty"&&r.dirty(),u.add(h.value)}return{status:r.value,value:u}}let s=[...n.data.values()].map((c,u)=>i._parse(new Rt(n,c,n.path,u)));return n.common.async?Promise.all(s).then(c=>a(c)):a(s)}min(t,r){return new e({...this._def,minSize:{value:t,message:re.toString(r)}})}max(t,r){return new e({...this._def,maxSize:{value:t,message:re.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}};Ro.create=(e,t)=>new Ro({valueType:e,minSize:null,maxSize:null,typeName:ce.ZodSet,...me(t)});var Ts=class e extends ye{constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.function)return J(r,{code:W.invalid_type,expected:Z.function,received:r.parsedType}),se;function n(s,c){return qi({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,bo(),or].filter(u=>!!u),issueData:{code:W.invalid_arguments,argumentsError:c}})}function o(s,c){return qi({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,bo(),or].filter(u=>!!u),issueData:{code:W.invalid_return_type,returnTypeError:c}})}let i={errorMap:r.common.contextualErrorMap},a=r.data;if(this._def.returns instanceof kr){let s=this;return it(/*#__PURE__*/_asyncToGenerator(function*(...c){let u=new gt([]),h=yield s._def.args.parseAsync(c,i).catch(g=>{throw u.addIssue(n(c,g)),u}),v=yield Reflect.apply(a,this,h);return yield s._def.returns._def.type.parseAsync(v,i).catch(g=>{throw u.addIssue(o(v,g)),u})}))}else{let s=this;return it(function(...c){let u=s._def.args.safeParse(c,i);if(!u.success)throw new gt([n(c,u.error)]);let h=Reflect.apply(a,this,u.data),v=s._def.returns.safeParse(h,i);if(!v.success)throw new gt([o(h,v.error)]);return v.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:$t.create(t).rest(ar.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,n){return new e({args:t||$t.create([]).rest(ar.create()),returns:r||ar.create(),typeName:ce.ZodFunction,...me(n)})}},dn=class extends ye{get schema(){return this._def.getter()}_parse(t){let{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};dn.create=(e,t)=>new dn({getter:e,typeName:ce.ZodLazy,...me(t)});var fn=class extends ye{_parse(t){if(t.data!==this._def.value){let r=this._getOrReturnCtx(t);return J(r,{received:r.data,code:W.invalid_literal,expected:this._def.value}),se}return{status:"valid",value:t.data}}get value(){return this._def.value}};fn.create=(e,t)=>new fn({value:e,typeName:ce.ZodLiteral,...me(t)});function Yh(e,t){return new pn({values:e,typeName:ce.ZodEnum,...me(t)})}var pn=class e extends ye{_parse(t){if(typeof t.data!="string"){let r=this._getOrReturnCtx(t),n=this._def.values;return J(r,{expected:Ae.joinValues(n),received:r.parsedType,code:W.invalid_type}),se}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let r=this._getOrReturnCtx(t),n=this._def.values;return J(r,{received:r.data,code:W.invalid_enum_value,options:n}),se}return it(t.data)}get options(){return this._def.values}get enum(){let t={};for(let r of this._def.values)t[r]=r;return t}get Values(){let t={};for(let r of this._def.values)t[r]=r;return t}get Enum(){let t={};for(let r of this._def.values)t[r]=r;return t}extract(t,r=this._def){return e.create(t,{...this._def,...r})}exclude(t,r=this._def){return e.create(this.options.filter(n=>!t.includes(n)),{...this._def,...r})}};pn.create=Yh;var mn=class extends ye{_parse(t){let r=Ae.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(t);if(n.parsedType!==Z.string&&n.parsedType!==Z.number){let o=Ae.objectValues(r);return J(n,{expected:Ae.joinValues(o),received:n.parsedType,code:W.invalid_type}),se}if(this._cache||(this._cache=new Set(Ae.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let o=Ae.objectValues(r);return J(n,{received:n.data,code:W.invalid_enum_value,options:o}),se}return it(t.data)}get enum(){return this._def.values}};mn.create=(e,t)=>new mn({values:e,typeName:ce.ZodNativeEnum,...me(t)});var kr=class extends ye{unwrap(){return this._def.type}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==Z.promise&&r.common.async===!1)return J(r,{code:W.invalid_type,expected:Z.promise,received:r.parsedType}),se;let n=r.parsedType===Z.promise?r.data:Promise.resolve(r.data);return it(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};kr.create=(e,t)=>new kr({type:e,typeName:ce.ZodPromise,...me(t)});var It=class extends ye{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ce.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){var _this12=this;let{status:r,ctx:n}=this._processInputParams(t),o=this._def.effect||null,i={addIssue:a=>{J(n,a),a.fatal?r.abort():r.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),o.type==="preprocess"){let a=o.transform(n.data,i);if(n.common.async)return Promise.resolve(a).then(/*#__PURE__*/function(){var _ref38=_asyncToGenerator(function*(s){if(r.value==="aborted")return se;let c=yield _this12._def.schema._parseAsync({data:s,path:n.path,parent:n});return c.status==="aborted"?se:c.status==="dirty"?tn(c.value):r.value==="dirty"?tn(c.value):c});return function(_x77){return _ref38.apply(this,arguments)}}());{if(r.value==="aborted")return se;let s=this._def.schema._parseSync({data:a,path:n.path,parent:n});return s.status==="aborted"?se:s.status==="dirty"?tn(s.value):r.value==="dirty"?tn(s.value):s}}if(o.type==="refinement"){let a=s=>{let c=o.refinement(s,i);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return s};if(n.common.async===!1){let s=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?se:(s.status==="dirty"&&r.dirty(),a(s.value),{status:r.value,value:s.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(s=>s.status==="aborted"?se:(s.status==="dirty"&&r.dirty(),a(s.value).then(()=>({status:r.value,value:s.value}))))}if(o.type==="transform")if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ir(a))return se;let s=o.transform(a.value,i);if(s instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:s}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>Ir(a)?Promise.resolve(o.transform(a.value,i)).then(s=>({status:r.value,value:s})):se);Ae.assertNever(o)}};It.create=(e,t,r)=>new It({schema:e,typeName:ce.ZodEffects,effect:t,...me(r)});It.createWithPreprocess=(e,t,r)=>new It({schema:t,effect:{type:"preprocess",transform:e},typeName:ce.ZodEffects,...me(r)});var Et=class extends ye{_parse(t){return this._getType(t)===Z.undefined?it(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Et.create=(e,t)=>new Et({innerType:e,typeName:ce.ZodOptional,...me(t)});var Gt=class extends ye{_parse(t){return this._getType(t)===Z.null?it(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Gt.create=(e,t)=>new Gt({innerType:e,typeName:ce.ZodNullable,...me(t)});var gn=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return r.parsedType===Z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};gn.create=(e,t)=>new gn({innerType:e,typeName:ce.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...me(t)});var hn=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Ao(o)?o.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new gt(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new gt(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};hn.create=(e,t)=>new hn({innerType:e,typeName:ce.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...me(t)});var Io=class extends ye{_parse(t){if(this._getType(t)!==Z.nan){let n=this._getOrReturnCtx(t);return J(n,{code:W.invalid_type,expected:Z.nan,received:n.parsedType}),se}return{status:"valid",value:t.data}}};Io.create=e=>new Io({typeName:ce.ZodNaN,...me(e)});var eI=Symbol("zod_brand"),ji=class extends ye{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},Li=class e extends ye{_parse(t){var _this13=this;let{status:r,ctx:n}=this._processInputParams(t);if(n.common.async)return _asyncToGenerator(function*(){let i=yield _this13._def.in._parseAsync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?se:i.status==="dirty"?(r.dirty(),tn(i.value)):_this13._def.out._parseAsync({data:i.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?se:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(t,r){return new e({in:t,out:r,typeName:ce.ZodPipeline})}},yn=class extends ye{_parse(t){let r=this._def.innerType._parse(t),n=o=>(Ir(o)&&(o.value=Object.freeze(o.value)),o);return Ao(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};yn.create=(e,t)=>new yn({innerType:e,typeName:ce.ZodReadonly,...me(t)});function Hh(e,t){let r=typeof e=="function"?e(t):typeof e=="string"?{message:e}:e;return typeof r=="string"?{message:r}:r}function Xh(e,t={},r){return e?_r.create().superRefine((n,o)=>{let i=e(n);if(i instanceof Promise)return i.then(a=>{if(!a){let s=Hh(t,n),c=s.fatal??r??!0;o.addIssue({code:"custom",...s,fatal:c})}});if(!i){let a=Hh(t,n),s=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:s})}}):_r.create()}var tI={object:ht.lazycreate},ce;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(ce||(ce={}));var rI=(e,t={message:`Input not instance of ${e.name}`})=>Xh(r=>r instanceof e,t),Jh=Tr.create,Zh=rn.create,nI=Io.create,oI=nn.create,ey=on.create,iI=an.create,aI=xo.create,sI=sn.create,cI=cn.create,uI=_r.create,lI=ar.create,dI=Pt.create,fI=Co.create,pI=sr.create,mI=ht.create,gI=ht.strictCreate,hI=un.create,yI=Rs.create,vI=ln.create,SI=$t.create,bI=Is.create,AI=Eo.create,wI=Ro.create,xI=Ts.create,CI=dn.create,EI=fn.create,RI=pn.create,II=mn.create,TI=kr.create,_I=It.create,kI=Et.create,OI=Gt.create,PI=It.createWithPreprocess,NI=Li.create,FI=()=>Jh().optional(),DI=()=>Zh().optional(),MI=()=>ey().optional(),qI={string:e=>Tr.create({...e,coerce:!0}),number:e=>rn.create({...e,coerce:!0}),boolean:e=>on.create({...e,coerce:!0}),bigint:e=>nn.create({...e,coerce:!0}),date:e=>an.create({...e,coerce:!0})};var jI=se;var LI=R.object({name:R.string(),arguments:R.string()}),VI=R.object({id:R.string(),type:R.literal("function"),function:LI,encryptedValue:R.string().optional()}),_s=R.object({id:R.string(),role:R.string(),content:R.string().optional(),name:R.string().optional(),encryptedValue:R.string().optional()}),UI=R.object({type:R.literal("text"),text:R.string()}),ty=R.object({type:R.literal("binary"),mimeType:R.string(),id:R.string().optional(),url:R.string().optional(),data:R.string().optional(),filename:R.string().optional()}),ry=(e,t)=>{!e.id&&!e.url&&!e.data&&t.addIssue({code:R.ZodIssueCode.custom,message:"BinaryInputContent requires at least one of id, url, or data.",path:["id"]})},A4=ty.superRefine((e,t)=>{ry(e,t)}),BI=R.discriminatedUnion("type",[UI,ty]),$I=BI.superRefine((e,t)=>{e.type==="binary"&&ry(e,t)}),GI=_s.extend({role:R.literal("developer"),content:R.string()}),QI=_s.extend({role:R.literal("system"),content:R.string()}),HI=_s.extend({role:R.literal("assistant"),content:R.string().optional(),toolCalls:R.array(VI).optional()}),zI=_s.extend({role:R.literal("user"),content:R.union([R.string(),R.array($I)])}),WI=R.object({id:R.string(),content:R.string(),role:R.literal("tool"),toolCallId:R.string(),error:R.string().optional(),encryptedValue:R.string().optional()}),KI=R.object({id:R.string(),role:R.literal("activity"),activityType:R.string(),content:R.record(R.any())}),YI=R.object({id:R.string(),role:R.literal("reasoning"),content:R.string(),encryptedValue:R.string().optional()}),ny=R.discriminatedUnion("role",[GI,QI,HI,zI,WI,KI,YI]),w4=R.union([R.literal("developer"),R.literal("system"),R.literal("assistant"),R.literal("user"),R.literal("tool"),R.literal("activity"),R.literal("reasoning")]),XI=R.object({description:R.string(),value:R.string()}),JI=R.object({name:R.string(),description:R.string(),parameters:R.any()}),ZI=R.object({threadId:R.string(),runId:R.string(),parentRunId:R.string().optional(),state:R.any(),messages:R.array(ny),tools:R.array(JI),context:R.array(XI),forwardedProps:R.any()}),eT=R.any(),qe=class extends Error{constructor(e){super(e)}},Rd=class extends qe{constructor(){super("Connect not implemented. This method is not supported by the current agent.")}},oy=R.union([R.literal("developer"),R.literal("system"),R.literal("assistant"),R.literal("user")]),F=function(e){return e.TEXT_MESSAGE_START="TEXT_MESSAGE_START",e.TEXT_MESSAGE_CONTENT="TEXT_MESSAGE_CONTENT",e.TEXT_MESSAGE_END="TEXT_MESSAGE_END",e.TEXT_MESSAGE_CHUNK="TEXT_MESSAGE_CHUNK",e.TOOL_CALL_START="TOOL_CALL_START",e.TOOL_CALL_ARGS="TOOL_CALL_ARGS",e.TOOL_CALL_END="TOOL_CALL_END",e.TOOL_CALL_CHUNK="TOOL_CALL_CHUNK",e.TOOL_CALL_RESULT="TOOL_CALL_RESULT",e.THINKING_START="THINKING_START",e.THINKING_END="THINKING_END",e.THINKING_TEXT_MESSAGE_START="THINKING_TEXT_MESSAGE_START",e.THINKING_TEXT_MESSAGE_CONTENT="THINKING_TEXT_MESSAGE_CONTENT",e.THINKING_TEXT_MESSAGE_END="THINKING_TEXT_MESSAGE_END",e.STATE_SNAPSHOT="STATE_SNAPSHOT",e.STATE_DELTA="STATE_DELTA",e.MESSAGES_SNAPSHOT="MESSAGES_SNAPSHOT",e.ACTIVITY_SNAPSHOT="ACTIVITY_SNAPSHOT",e.ACTIVITY_DELTA="ACTIVITY_DELTA",e.RAW="RAW",e.CUSTOM="CUSTOM",e.RUN_STARTED="RUN_STARTED",e.RUN_FINISHED="RUN_FINISHED",e.RUN_ERROR="RUN_ERROR",e.STEP_STARTED="STEP_STARTED",e.STEP_FINISHED="STEP_FINISHED",e.REASONING_START="REASONING_START",e.REASONING_MESSAGE_START="REASONING_MESSAGE_START",e.REASONING_MESSAGE_CONTENT="REASONING_MESSAGE_CONTENT",e.REASONING_MESSAGE_END="REASONING_MESSAGE_END",e.REASONING_MESSAGE_CHUNK="REASONING_MESSAGE_CHUNK",e.REASONING_END="REASONING_END",e.REASONING_ENCRYPTED_VALUE="REASONING_ENCRYPTED_VALUE",e}({}),Re=R.object({type:R.nativeEnum(F),timestamp:R.number().optional(),rawEvent:R.any().optional()}).passthrough(),tT=Re.extend({type:R.literal(F.TEXT_MESSAGE_START),messageId:R.string(),role:oy.default("assistant")}),iy=Re.extend({type:R.literal(F.TEXT_MESSAGE_CONTENT),messageId:R.string(),delta:R.string().refine(e=>e.length>0,"Delta must not be an empty string")}),rT=Re.extend({type:R.literal(F.TEXT_MESSAGE_END),messageId:R.string()}),nT=Re.extend({type:R.literal(F.TEXT_MESSAGE_CHUNK),messageId:R.string().optional(),role:oy.optional(),delta:R.string().optional()}),oT=Re.extend({type:R.literal(F.THINKING_TEXT_MESSAGE_START)}),iT=iy.omit({messageId:!0,type:!0}).extend({type:R.literal(F.THINKING_TEXT_MESSAGE_CONTENT)}),aT=Re.extend({type:R.literal(F.THINKING_TEXT_MESSAGE_END)}),sT=Re.extend({type:R.literal(F.TOOL_CALL_START),toolCallId:R.string(),toolCallName:R.string(),parentMessageId:R.string().optional()}),cT=Re.extend({type:R.literal(F.TOOL_CALL_ARGS),toolCallId:R.string(),delta:R.string()}),uT=Re.extend({type:R.literal(F.TOOL_CALL_END),toolCallId:R.string()}),lT=Re.extend({messageId:R.string(),type:R.literal(F.TOOL_CALL_RESULT),toolCallId:R.string(),content:R.string(),role:R.literal("tool").optional()}),dT=Re.extend({type:R.literal(F.TOOL_CALL_CHUNK),toolCallId:R.string().optional(),toolCallName:R.string().optional(),parentMessageId:R.string().optional(),delta:R.string().optional()}),fT=Re.extend({type:R.literal(F.THINKING_START),title:R.string().optional()}),pT=Re.extend({type:R.literal(F.THINKING_END)}),mT=Re.extend({type:R.literal(F.STATE_SNAPSHOT),snapshot:eT}),gT=Re.extend({type:R.literal(F.STATE_DELTA),delta:R.array(R.any())}),hT=Re.extend({type:R.literal(F.MESSAGES_SNAPSHOT),messages:R.array(ny)}),yT=Re.extend({type:R.literal(F.ACTIVITY_SNAPSHOT),messageId:R.string(),activityType:R.string(),content:R.record(R.any()),replace:R.boolean().optional().default(!0)}),vT=Re.extend({type:R.literal(F.ACTIVITY_DELTA),messageId:R.string(),activityType:R.string(),patch:R.array(R.any())}),ST=Re.extend({type:R.literal(F.RAW),event:R.any(),source:R.string().optional()}),bT=Re.extend({type:R.literal(F.CUSTOM),name:R.string(),value:R.any()}),AT=Re.extend({type:R.literal(F.RUN_STARTED),threadId:R.string(),runId:R.string(),parentRunId:R.string().optional(),input:ZI.optional()}),wT=Re.extend({type:R.literal(F.RUN_FINISHED),threadId:R.string(),runId:R.string(),result:R.any().optional()}),xT=Re.extend({type:R.literal(F.RUN_ERROR),message:R.string(),code:R.string().optional()}),CT=Re.extend({type:R.literal(F.STEP_STARTED),stepName:R.string()}),ET=Re.extend({type:R.literal(F.STEP_FINISHED),stepName:R.string()}),RT=R.union([R.literal("tool-call"),R.literal("message")]),IT=Re.extend({type:R.literal(F.REASONING_START),messageId:R.string()}),TT=Re.extend({type:R.literal(F.REASONING_MESSAGE_START),messageId:R.string(),role:R.literal("reasoning")}),_T=Re.extend({type:R.literal(F.REASONING_MESSAGE_CONTENT),messageId:R.string(),delta:R.string().refine(e=>e.length>0,"Delta must not be an empty string")}),kT=Re.extend({type:R.literal(F.REASONING_MESSAGE_END),messageId:R.string()}),OT=Re.extend({type:R.literal(F.REASONING_MESSAGE_CHUNK),messageId:R.string().optional(),delta:R.string().optional()}),PT=Re.extend({type:R.literal(F.REASONING_END),messageId:R.string()}),NT=Re.extend({type:R.literal(F.REASONING_ENCRYPTED_VALUE),subtype:RT,entityId:R.string(),encryptedValue:R.string()}),ks=R.discriminatedUnion("type",[tT,iy,rT,nT,fT,pT,oT,iT,aT,sT,cT,uT,dT,lT,mT,gT,hT,yT,vT,ST,bT,AT,wT,xT,CT,ET,IT,TT,_T,kT,OT,PT,NT]);m();d();p();f();var Id={};Wo(Id,{JsonPatchError:()=>Ue,_areEquals:()=>Bi,applyOperation:()=>vn,applyPatch:()=>Or,applyReducer:()=>jT,deepClone:()=>MT,getValueByPointer:()=>Ds,validate:()=>sy,validator:()=>Ms});m();d();p();f();m();d();p();f();var FT=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),DT=Object.prototype.hasOwnProperty;function Ps(e,t){return DT.call(e,t)}function Ns(e){if(Array.isArray(e)){for(var t=new Array(e.length),r=0;r<t.length;r++)t[r]=""+r;return t}if(Object.keys)return Object.keys(e);var n=[];for(var o in e)Ps(e,o)&&n.push(o);return n}function nt(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function Fs(e){for(var t=0,r=e.length,n;t<r;){if(n=e.charCodeAt(t),n>=48&&n<=57){t++;continue}return!1}return!0}function Qt(e){return e.indexOf("/")===-1&&e.indexOf("~")===-1?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function Vi(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function Os(e){if(e===void 0)return!0;if(e){if(Array.isArray(e)){for(var t=0,r=e.length;t<r;t++)if(Os(e[t]))return!0}else if(typeof e=="object"){for(var n=Ns(e),o=n.length,i=0;i<o;i++)if(Os(e[n[i]]))return!0}}return!1}function ay(e,t){var r=[e];for(var n in t){var o=typeof t[n]=="object"?JSON.stringify(t[n],null,2):t[n];typeof o<"u"&&r.push(n+": "+o)}return r.join(`
32
+ `)}var Ui=function(e){FT(t,e);function t(r,n,o,i,a){var s=this.constructor,c=e.call(this,ay(r,{name:n,index:o,operation:i,tree:a}))||this;return c.name=n,c.index=o,c.operation=i,c.tree=a,Object.setPrototypeOf(c,s.prototype),c.message=ay(r,{name:n,index:o,operation:i,tree:a}),c}return t}(Error);var Ue=Ui,MT=nt,To={add:function(e,t,r){return e[t]=this.value,{newDocument:r}},remove:function(e,t,r){var n=e[t];return delete e[t],{newDocument:r,removed:n}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:function(e,t,r){var n=Ds(r,this.path);n&&(n=nt(n));var o=vn(r,{op:"remove",path:this.from}).removed;return vn(r,{op:"add",path:this.path,value:o}),{newDocument:r,removed:n}},copy:function(e,t,r){var n=Ds(r,this.from);return vn(r,{op:"add",path:this.path,value:nt(n)}),{newDocument:r}},test:function(e,t,r){return{newDocument:r,test:Bi(e[t],this.value)}},_get:function(e,t,r){return this.value=e[t],{newDocument:r}}},qT={add:function(e,t,r){return Fs(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:r,index:t}},remove:function(e,t,r){var n=e.splice(t,1);return{newDocument:r,removed:n[0]}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:To.move,copy:To.copy,test:To.test,_get:To._get};function Ds(e,t){if(t=="")return e;var r={op:"_get",path:t};return vn(e,r),r.value}function vn(e,t,r,n,o,i){if(r===void 0&&(r=!1),n===void 0&&(n=!0),o===void 0&&(o=!0),i===void 0&&(i=0),r&&(typeof r=="function"?r(t,0,e,t.path):Ms(t,0)),t.path===""){var a={newDocument:e};if(t.op==="add")return a.newDocument=t.value,a;if(t.op==="replace")return a.newDocument=t.value,a.removed=e,a;if(t.op==="move"||t.op==="copy")return a.newDocument=Ds(e,t.from),t.op==="move"&&(a.removed=e),a;if(t.op==="test"){if(a.test=Bi(e,t.value),a.test===!1)throw new Ue("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a.newDocument=e,a}else{if(t.op==="remove")return a.removed=e,a.newDocument=null,a;if(t.op==="_get")return t.value=e,a;if(r)throw new Ue("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",i,t,e);return a}}else{n||(e=nt(e));var s=t.path||"",c=s.split("/"),u=e,h=1,v=c.length,S=void 0,g=void 0,y=void 0;for(typeof r=="function"?y=r:y=Ms;;){if(g=c[h],g&&g.indexOf("~")!=-1&&(g=Vi(g)),o&&(g=="__proto__"||g=="prototype"&&h>0&&c[h-1]=="constructor"))throw new TypeError("JSON-Patch: modifying `__proto__` or `constructor/prototype` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(r&&S===void 0&&(u[g]===void 0?S=c.slice(0,h).join("/"):h==v-1&&(S=t.path),S!==void 0&&y(t,0,e,S)),h++,Array.isArray(u)){if(g==="-")g=u.length;else{if(r&&!Fs(g))throw new Ue("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",i,t,e);Fs(g)&&(g=~~g)}if(h>=v){if(r&&t.op==="add"&&g>u.length)throw new Ue("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",i,t,e);var a=qT[t.op].call(t,u,g,e);if(a.test===!1)throw new Ue("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a}}else if(h>=v){var a=To[t.op].call(t,u,g,e);if(a.test===!1)throw new Ue("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return a}if(u=u[g],r&&h<v&&(!u||typeof u!="object"))throw new Ue("Cannot perform operation at the desired path","OPERATION_PATH_UNRESOLVABLE",i,t,e)}}}function Or(e,t,r,n,o){if(n===void 0&&(n=!0),o===void 0&&(o=!0),r&&!Array.isArray(t))throw new Ue("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");n||(e=nt(e));for(var i=new Array(t.length),a=0,s=t.length;a<s;a++)i[a]=vn(e,t[a],r,!0,o,a),e=i[a].newDocument;return i.newDocument=e,i}function jT(e,t,r){var n=vn(e,t);if(n.test===!1)throw new Ue("Test operation failed","TEST_OPERATION_FAILED",r,t,e);return n.newDocument}function Ms(e,t,r,n){if(typeof e!="object"||e===null||Array.isArray(e))throw new Ue("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,r);if(To[e.op]){if(typeof e.path!="string")throw new Ue("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,r);if(e.path.indexOf("/")!==0&&e.path.length>0)throw new Ue("Operation `path` property must start with \"/\"","OPERATION_PATH_INVALID",t,e,r);if((e.op==="move"||e.op==="copy")&&typeof e.from!="string")throw new Ue("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,r);if((e.op==="add"||e.op==="replace"||e.op==="test")&&e.value===void 0)throw new Ue("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,r);if((e.op==="add"||e.op==="replace"||e.op==="test")&&Os(e.value))throw new Ue("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,r);if(r){if(e.op=="add"){var o=e.path.split("/").length,i=n.split("/").length;if(o!==i+1&&o!==i)throw new Ue("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,r)}else if(e.op==="replace"||e.op==="remove"||e.op==="_get"){if(e.path!==n)throw new Ue("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,r)}else if(e.op==="move"||e.op==="copy"){var a={op:"_get",path:e.from,value:void 0},s=sy([a],r);if(s&&s.name==="OPERATION_PATH_UNRESOLVABLE")throw new Ue("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,r)}}}else throw new Ue("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,r)}function sy(e,t,r){try{if(!Array.isArray(e))throw new Ue("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)Or(nt(t),nt(e),r||!0);else{r=r||Ms;for(var n=0;n<e.length;n++)r(e[n],n,t,void 0)}}catch(o){if(o instanceof Ue)return o;throw o}}function Bi(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){var r=Array.isArray(e),n=Array.isArray(t),o,i,a;if(r&&n){if(i=e.length,i!=t.length)return!1;for(o=i;o--!==0;)if(!Bi(e[o],t[o]))return!1;return!0}if(r!=n)return!1;var s=Object.keys(e);if(i=s.length,i!==Object.keys(t).length)return!1;for(o=i;o--!==0;)if(!t.hasOwnProperty(s[o]))return!1;for(o=i;o--!==0;)if(a=s[o],!Bi(e[a],t[a]))return!1;return!0}return e!==e&&t!==t}var Od={};Wo(Od,{compare:()=>HT,generate:()=>Td,observe:()=>QT,unobserve:()=>GT});m();d();p();f();var _d=new WeakMap,LT=function(){function e(t){this.observers=new Map,this.obj=t}return e}(),VT=function(){function e(t,r){this.callback=t,this.observer=r}return e}();function UT(e){return _d.get(e)}function BT(e,t){return e.observers.get(t)}function $T(e,t){e.observers.delete(t.callback)}function GT(e,t){t.unobserve()}function QT(e,t){var r=[],n,o=UT(e);if(!o)o=new LT(e),_d.set(e,o);else{var i=BT(o,t);n=i&&i.observer}if(n)return n;if(n={},o.value=nt(e),t){n.callback=t,n.next=null;var a=function(){Td(n)},s=function(){clearTimeout(n.next),n.next=setTimeout(a)};typeof window<"u"&&(window.addEventListener("mouseup",s),window.addEventListener("keyup",s),window.addEventListener("mousedown",s),window.addEventListener("keydown",s),window.addEventListener("change",s))}return n.patches=r,n.object=e,n.unobserve=function(){Td(n),clearTimeout(n.next),$T(o,n),typeof window<"u"&&(window.removeEventListener("mouseup",s),window.removeEventListener("keyup",s),window.removeEventListener("mousedown",s),window.removeEventListener("keydown",s),window.removeEventListener("change",s))},o.observers.set(t,new VT(t,n)),n}function Td(e,t){t===void 0&&(t=!1);var r=_d.get(e.object);kd(r.value,e.object,e.patches,"",t),e.patches.length&&Or(r.value,e.patches);var n=e.patches;return n.length>0&&(e.patches=[],e.callback&&e.callback(n)),n}function kd(e,t,r,n,o){if(t!==e){typeof t.toJSON=="function"&&(t=t.toJSON());for(var i=Ns(t),a=Ns(e),s=!1,c=!1,u=a.length-1;u>=0;u--){var h=a[u],v=e[h];if(Ps(t,h)&&!(t[h]===void 0&&v!==void 0&&Array.isArray(t)===!1)){var S=t[h];typeof v=="object"&&v!=null&&typeof S=="object"&&S!=null&&Array.isArray(v)===Array.isArray(S)?kd(v,S,r,n+"/"+Qt(h),o):v!==S&&(s=!0,o&&r.push({op:"test",path:n+"/"+Qt(h),value:nt(v)}),r.push({op:"replace",path:n+"/"+Qt(h),value:nt(S)}))}else Array.isArray(e)===Array.isArray(t)?(o&&r.push({op:"test",path:n+"/"+Qt(h),value:nt(v)}),r.push({op:"remove",path:n+"/"+Qt(h)}),c=!0):(o&&r.push({op:"test",path:n,value:e}),r.push({op:"replace",path:n,value:t}),s=!0)}if(!(!c&&i.length==a.length))for(var u=0;u<i.length;u++){var h=i[u];!Ps(e,h)&&t[h]!==void 0&&r.push({op:"add",path:n+"/"+Qt(h),value:nt(t[h])})}}}function HT(e,t,r){r===void 0&&(r=!1);var n=[];return kd(e,t,n,"",r),n}var z4=Object.assign({},Id,Od,{JsonPatchError:Ui,deepClone:nt,escapePathComponent:Qt,unescapePathComponent:Vi});m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Pd=function(e,t){return Pd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(r[o]=n[o])},Pd(e,t)};function Ht(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Pd(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function cy(e,t,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(h){try{u(n.next(h))}catch(v){a(v)}}function c(h){try{u(n.throw(h))}catch(v){a(v)}}function u(h){h.done?i(h.value):o(h.value).then(s,c)}u((n=n.apply(e,t||[])).next())})}function qs(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(h){return c([u,h])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(r=0)),r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(h){u=[6,h],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function cr(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _o(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,i=[],a;try{for(;(t===void 0||t-->0)&&!(o=n.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return i}function ko(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n<o;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return e.concat(i||Array.prototype.slice.call(t))}function Sn(e){return this instanceof Sn?(this.v=e,this):new Sn(e)}function uy(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(e,t||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),o[Symbol.asyncIterator]=function(){return this},o;function a(g){return function(y){return Promise.resolve(y).then(g,v)}}function s(g,y){n[g]&&(o[g]=function(x){return new Promise(function(E,C){i.push([g,x,E,C])>1||c(g,x)})},y&&(o[g]=y(o[g])))}function c(g,y){try{u(n[g](y))}catch(x){S(i[0][3],x)}}function u(g){g.value instanceof Sn?Promise.resolve(g.value.v).then(h,v):S(i[0][2],g)}function h(g){c("next",g)}function v(g){c("throw",g)}function S(g,y){g(y),i.shift(),i.length&&c(i[0][0],i[0][1])}}function ly(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof cr=="function"?cr(e):e[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=e[i]&&function(a){return new Promise(function(s,c){a=e[i](a),o(s,c,a.done,a.value)})}}function o(i,a,s,c){Promise.resolve(c).then(function(u){i({value:u,done:s})},a)}}m();d();p();f();function Se(e){return typeof e=="function"}m();d();p();f();m();d();p();f();m();d();p();f();function Oo(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var js=Oo(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
33
33
  `+r.map(function(n,o){return o+1+") "+n.toString()}).join(`
34
- `):"",this.name="UnsubscriptionError",this.errors=r}});m();d();f();p();function Wi(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Vo=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,o,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=ur(a),c=s.next();!c.done;c=s.next()){var u=c.value;u.remove(this)}}catch(x){t={error:x}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var h=this.initialTeardown;if(Se(h))try{h()}catch(x){i=x instanceof Ys?x.errors:[x]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var S=ur(v),g=S.next();!g.done;g=S.next()){var y=g.value;try{Vy(y)}catch(x){i=i??[],x instanceof Ys?i=Lo(Lo([],qo(i)),qo(x.errors)):i.push(x)}}}catch(x){n={error:x}}finally{try{g&&!g.done&&(o=S.return)&&o.call(S)}finally{if(n)throw n.error}}}if(i)throw new Ys(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Vy(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Wi(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Wi(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Qd=Vo.EMPTY;function Xs(e){return e instanceof Vo||e&&"closed"in e&&Se(e.remove)&&Se(e.add)&&Se(e.unsubscribe)}function Vy(e){Se(e)?e():e.unsubscribe()}m();d();f();p();var Ft={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};m();d();f();p();m();d();f();p();var Go={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=Go.delegate;return o?.setTimeout?o.setTimeout.apply(o,Lo([e,t],qo(r))):setTimeout.apply(void 0,Lo([e,t],qo(r)))},clearTimeout:function(e){var t=Go.delegate;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Js(e){Go.setTimeout(function(){var t=Ft.onUnhandledError;if(t)t(e);else throw e})}m();d();f();p();function Ki(){}m();d();f();p();var Gy=function(){return Hd("C",void 0,void 0)}();function By(e){return Hd("E",void 0,e)}function $y(e){return Hd("N",e,void 0)}function Hd(e,t,r){return{kind:e,value:t,error:r}}m();d();f();p();var In=null;function Bo(e){if(Ft.useDeprecatedSynchronousErrorHandling){var t=!In;if(t&&(In={errorThrown:!1,error:null}),e(),t){var r=In,n=r.errorThrown,o=r.error;if(In=null,n)throw o}}else e()}function Qy(e){Ft.useDeprecatedSynchronousErrorHandling&&In&&(In.errorThrown=!0,In.error=e)}var Yi=function(e){zt(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Xs(r)&&r.add(n)):n.destination=I_,n}return t.create=function(r,n,o){return new ec(r,n,o)},t.prototype.next=function(r){this.isStopped?Wd($y(r),this):this._next(r)},t.prototype.error=function(r){this.isStopped?Wd(By(r),this):(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped?Wd(Gy,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Vo);var C_=Function.prototype.bind;function zd(e,t){return C_.call(e,t)}var E_=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){Zs(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){Zs(n)}else Zs(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){Zs(r)}},e}(),ec=function(e){zt(t,e);function t(r,n,o){var i=e.call(this)||this,a;if(Se(r)||!r)a={next:r??void 0,error:n??void 0,complete:o??void 0};else{var s;i&&Ft.useDeprecatedNextContext?(s=Object.create(r),s.unsubscribe=function(){return i.unsubscribe()},a={next:r.next&&zd(r.next,s),error:r.error&&zd(r.error,s),complete:r.complete&&zd(r.complete,s)}):a=r}return i.destination=new E_(a),i}return t}(Yi);function Zs(e){Ft.useDeprecatedSynchronousErrorHandling?Qy(e):Js(e)}function R_(e){throw e}function Wd(e,t){var r=Ft.onStoppedNotification;r&&Go.setTimeout(function(){return r(e,t)})}var I_={closed:!0,next:Ki,error:R_,complete:Ki};m();d();f();p();var $o=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();m();d();f();p();m();d();f();p();function Qo(e){return e}function tc(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Kd(e)}function Kd(e){return e.length===0?Qo:e.length===1?e[0]:function(r){return e.reduce(function(n,o){return o(n)},r)}}var Ne=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var o=this,i=__(t)?t:new ec(t,r,n);return Bo(function(){var a=o,s=a.operator,c=a.source;i.add(s?s.call(i,c):c?o._subscribe(i):o._trySubscribe(i))}),i},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Hy(r),new r(function(o,i){var a=new ec({next:function(s){try{t(s)}catch(c){i(c),a.unsubscribe()}},error:i,complete:o});n.subscribe(a)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[$o]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Kd(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Hy(t),new t(function(n,o){var i;r.subscribe(function(a){return i=a},function(a){return o(a)},function(){return n(i)})})},e.create=function(t){return new e(t)},e}();function Hy(e){var t;return(t=e??Ft.Promise)!==null&&t!==void 0?t:Promise}function T_(e){return e&&Se(e.next)&&Se(e.error)&&Se(e.complete)}function __(e){return e&&e instanceof Yi||T_(e)&&Xs(e)}m();d();f();p();function k_(e){return Se(e?.lift)}function $e(e){return function(t){if(k_(t))return t.lift(function(r){try{return e(r,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}m();d();f();p();function Qe(e,t,r,n,o){return new O_(e,t,r,n,o)}var O_=function(e){zt(t,e);function t(r,n,o,i,a,s){var c=e.call(this,r)||this;return c.onFinalize=a,c.shouldUnsubscribe=s,c._next=n?function(u){try{n(u)}catch(h){r.error(h)}}:e.prototype._next,c._error=i?function(u){try{i(u)}catch(h){r.error(h)}finally{this.unsubscribe()}}:e.prototype._error,c._complete=o?function(){try{o()}catch(u){r.error(u)}finally{this.unsubscribe()}}:e.prototype._complete,c}return t.prototype.unsubscribe=function(){var r;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;e.prototype.unsubscribe.call(this),!n&&((r=this.onFinalize)===null||r===void 0||r.call(this))}},t}(Yi);m();d();f();p();m();d();f();p();var zy=Uo(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}});var Wt=function(e){zt(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Wy(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new zy},t.prototype.next=function(r){var n=this;Bo(function(){var o,i;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var a=ur(n.currentObservers),s=a.next();!s.done;s=a.next()){var c=s.value;c.next(r)}}catch(u){o={error:u}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(o)throw o.error}}}})},t.prototype.error=function(r){var n=this;Bo(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var o=n.observers;o.length;)o.shift().error(r)}})},t.prototype.complete=function(){var r=this;Bo(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,o=this,i=o.hasError,a=o.isStopped,s=o.observers;return i||a?Qd:(this.currentObservers=null,s.push(r),new Vo(function(){n.currentObservers=null,Wi(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,o=n.hasError,i=n.thrownError,a=n.isStopped;o?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new Ne;return r.source=this,r},t.create=function(r,n){return new Wy(r,n)},t}(Ne);var Wy=function(e){zt(t,e);function t(r,n){var o=e.call(this)||this;return o.destination=r,o.source=n,o}return t.prototype.next=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.next)===null||o===void 0||o.call(n,r)},t.prototype.error=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.error)===null||o===void 0||o.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,o;return(o=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&o!==void 0?o:Qd},t}(Wt);m();d();f();p();m();d();f();p();var Yd={now:function(){return(Yd.delegate||Date).now()},delegate:void 0};var rc=function(e){zt(t,e);function t(r,n,o){r===void 0&&(r=1/0),n===void 0&&(n=1/0),o===void 0&&(o=Yd);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=n,i._timestampProvider=o,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,n),i}return t.prototype.next=function(r){var n=this,o=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,s=n._timestampProvider,c=n._windowTime;o||(i.push(r),!a&&i.push(s.now()+c)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),o=this,i=o._infiniteTimeWindow,a=o._buffer,s=a.slice(),c=0;c<s.length&&!r.closed;c+=i?1:2)r.next(s[c]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,o=r._timestampProvider,i=r._buffer,a=r._infiniteTimeWindow,s=(a?1:2)*n;if(n<1/0&&s<i.length&&i.splice(0,i.length-s),!a){for(var c=o.now(),u=0,h=1;h<i.length&&i[h]<=c;h+=2)u=h;u&&i.splice(0,u+1)}},t}(Wt);m();d();f();p();var nc=new Ne(function(e){return e.complete()});m();d();f();p();m();d();f();p();m();d();f();p();function Ky(e){return e&&Se(e.schedule)}function P_(e){return e[e.length-1]}function Yy(e){return Ky(P_(e))?e.pop():void 0}m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var oc=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};m();d();f();p();function ic(e){return Se(e?.then)}m();d();f();p();function ac(e){return Se(e[$o])}m();d();f();p();function sc(e){return Symbol.asyncIterator&&Se(e?.[Symbol.asyncIterator])}m();d();f();p();function cc(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}m();d();f();p();m();d();f();p();function N_(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var uc=N_();function lc(e){return Se(e?.[uc])}m();d();f();p();function dc(e){return Ly(this,arguments,function(){var r,n,o,i;return Ks(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,Rn(r.read())];case 3:return n=a.sent(),o=n.value,i=n.done,i?[4,Rn(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,Rn(o)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function pc(e){return Se(e?.getReader)}function He(e){if(e instanceof Ne)return e;if(e!=null){if(ac(e))return F_(e);if(oc(e))return D_(e);if(ic(e))return M_(e);if(sc(e))return Xy(e);if(lc(e))return j_(e);if(pc(e))return q_(e)}throw cc(e)}function F_(e){return new Ne(function(t){var r=e[$o]();if(Se(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function D_(e){return new Ne(function(t){for(var r=0;r<e.length&&!t.closed;r++)t.next(e[r]);t.complete()})}function M_(e){return new Ne(function(t){e.then(function(r){t.closed||(t.next(r),t.complete())},function(r){return t.error(r)}).then(null,Js)})}function j_(e){return new Ne(function(t){var r,n;try{for(var o=ur(e),i=o.next();!i.done;i=o.next()){var a=i.value;if(t.next(a),t.closed)return}}catch(s){r={error:s}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}t.complete()})}function Xy(e){return new Ne(function(t){L_(e,t).catch(function(r){return t.error(r)})})}function q_(e){return Xy(dc(e))}function L_(e,t){var r,n,o,i;return qy(this,void 0,void 0,function(){var a,s;return Ks(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),r=Uy(e),c.label=1;case 1:return[4,r.next()];case 2:if(n=c.sent(),!!n.done)return[3,4];if(a=n.value,t.next(a),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return s=c.sent(),o={error:s},[3,11];case 6:return c.trys.push([6,,9,10]),n&&!n.done&&(i=r.return)?[4,i.call(r)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(o)throw o.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}m();d();f();p();m();d();f();p();function Tt(e,t,r,n,o){n===void 0&&(n=0),o===void 0&&(o=!1);var i=t.schedule(function(){r(),o?e.add(this.schedule(null,n)):this.unsubscribe()},n);if(e.add(i),!o)return i}function fc(e,t){return t===void 0&&(t=0),$e(function(r,n){r.subscribe(Qe(n,function(o){return Tt(n,e,function(){return n.next(o)},t)},function(){return Tt(n,e,function(){return n.complete()},t)},function(o){return Tt(n,e,function(){return n.error(o)},t)}))})}m();d();f();p();function mc(e,t){return t===void 0&&(t=0),$e(function(r,n){n.add(e.schedule(function(){return r.subscribe(n)},t))})}function Jy(e,t){return He(e).pipe(mc(t),fc(t))}m();d();f();p();function Zy(e,t){return He(e).pipe(mc(t),fc(t))}m();d();f();p();function ev(e,t){return new Ne(function(r){var n=0;return t.schedule(function(){n===e.length?r.complete():(r.next(e[n++]),r.closed||this.schedule())})})}m();d();f();p();function tv(e,t){return new Ne(function(r){var n;return Tt(r,t,function(){n=e[uc](),Tt(r,t,function(){var o,i,a;try{o=n.next(),i=o.value,a=o.done}catch(s){r.error(s);return}a?r.complete():r.next(i)},0,!0)}),function(){return Se(n?.return)&&n.return()}})}m();d();f();p();function gc(e,t){if(!e)throw new Error("Iterable cannot be null");return new Ne(function(r){Tt(r,t,function(){var n=e[Symbol.asyncIterator]();Tt(r,t,function(){n.next().then(function(o){o.done?r.complete():r.next(o.value)})},0,!0)})})}m();d();f();p();function rv(e,t){return gc(dc(e),t)}function nv(e,t){if(e!=null){if(ac(e))return Jy(e,t);if(oc(e))return ev(e,t);if(ic(e))return Zy(e,t);if(sc(e))return gc(e,t);if(lc(e))return tv(e,t);if(pc(e))return rv(e,t)}throw cc(e)}function Tn(e,t){return t?nv(e,t):He(e)}function qe(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Yy(e);return Tn(e,r)}m();d();f();p();function Fe(e,t){var r=Se(e)?e:function(){return e},n=function(o){return o.error(r())};return new Ne(t?function(o){return t.schedule(n,0,o)}:n)}m();d();f();p();m();d();f();p();var ov=Uo(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}});function hc(e,t){var r=typeof t=="object";return new Promise(function(n,o){var i=!1,a;e.subscribe({next:function(s){a=s,i=!0},error:o,complete:function(){i?n(a):r?n(t.defaultValue):o(new ov)}})})}m();d();f();p();function _n(e,t){return $e(function(r,n){var o=0;r.subscribe(Qe(n,function(i){n.next(e.call(t,i,o++))}))})}m();d();f();p();m();d();f();p();m();d();f();p();function iv(e,t,r,n,o,i,a,s){var c=[],u=0,h=0,v=!1,S=function(){v&&!c.length&&!u&&t.complete()},g=function(x){return u<n?y(x):c.push(x)},y=function(x){i&&t.next(x),u++;var E=!1;He(r(x,h++)).subscribe(Qe(t,function(C){o?.(C),i?g(C):t.next(C)},function(){E=!0},void 0,function(){if(E)try{u--;for(var C=function(){var I=c.shift();a?Tt(t,a,function(){return y(I)}):y(I)};c.length&&u<n;)C();S()}catch(I){t.error(I)}}))};return e.subscribe(Qe(t,g,function(){v=!0,S()})),function(){s?.()}}function yt(e,t,r){return r===void 0&&(r=1/0),Se(t)?yt(function(n,o){return _n(function(i,a){return t(n,i,o,a)})(He(e(n,o)))},r):(typeof t=="number"&&(r=t),$e(function(n,o){return iv(n,o,e,r)}))}function Xd(e){return e===void 0&&(e=1/0),yt(Qo,e)}m();d();f();p();function Jd(e){return new Ne(function(t){He(e()).subscribe(t)})}m();d();f();p();function Xi(e){return $e(function(t,r){var n=null,o=!1,i;n=t.subscribe(Qe(r,void 0,void 0,function(a){i=He(e(a,Xi(e)(t))),n?(n.unsubscribe(),n=null,i.subscribe(r)):o=!0})),o&&(n.unsubscribe(),n=null,i.subscribe(r))})}m();d();f();p();function yc(e,t){return Se(t)?yt(e,t,1):yt(e,1)}m();d();f();p();function Zd(e){return $e(function(t,r){var n=!1;t.subscribe(Qe(r,function(o){n=!0,r.next(o)},function(){n||r.next(e),r.complete()}))})}m();d();f();p();function kn(e){return $e(function(t,r){try{t.subscribe(r)}finally{r.add(e)}})}m();d();f();p();function ep(e,t){return $e(function(r,n){var o=null,i=0,a=!1,s=function(){return a&&!o&&n.complete()};r.subscribe(Qe(n,function(c){o?.unsubscribe();var u=0,h=i++;He(e(c,h)).subscribe(o=Qe(n,function(v){return n.next(t?t(c,v,h,u++):v)},function(){o=null,s()}))},function(){a=!0,s()}))})}m();d();f();p();function vc(e){return $e(function(t,r){He(e).subscribe(Qe(r,function(){return r.complete()},Ki)),!r.closed&&t.subscribe(r)})}m();d();f();p();function tp(e,t,r){var n=Se(e)||t||r?{next:e,error:t,complete:r}:e;return n?$e(function(o,i){var a;(a=n.subscribe)===null||a===void 0||a.call(n);var s=!0;o.subscribe(Qe(i,function(c){var u;(u=n.next)===null||u===void 0||u.call(n,c),i.next(c)},function(){var c;s=!1,(c=n.complete)===null||c===void 0||c.call(n),i.complete()},function(c){var u;s=!1,(u=n.error)===null||u===void 0||u.call(n,c),i.error(c)},function(){var c,u;s&&((c=n.unsubscribe)===null||c===void 0||c.call(n)),(u=n.finalize)===null||u===void 0||u.call(n)}))}):Qo}m();d();f();p();m();d();f();p();function av(e){return` \r
35
- `.indexOf(e)>=0}function Sc(e){for(var t=["topLevel"],r=0,n,o,i,a=function(I){return t.push(I)},s=function(I){return t[t.length-1]=I},c=function(I){n==null&&(n=r,o=t.length,i=I)},u=function(I){I===i&&(n=void 0,o=void 0,i=void 0)},h=function(){return t.pop()},v=function(){return r--},S=function(I){if("0"<=I&&I<="9"){a("number");return}switch(I){case"\"":a("string");return;case"-":a("numberNeedsDigit");return;case"t":a("true");return;case"f":a("false");return;case"n":a("null");return;case"[":a("arrayNeedsValue");return;case"{":a("objectNeedsKey");return}},g=e.length;r<g;r++){var y=e[r];switch(t[t.length-1]){case"topLevel":S(y);break;case"string":switch(y){case"\"":h();break;case"\\":c("stringEscape"),a("stringEscaped");break}break;case"stringEscaped":y==="u"?a("stringUnicode"):(u("stringEscape"),h());break;case"stringUnicode":r-e.lastIndexOf("u",r)===4&&(u("stringEscape"),h());break;case"number":y==="."?s("numberNeedsDigit"):y==="e"||y==="E"?s("numberNeedsExponent"):(y<"0"||y>"9")&&(v(),h());break;case"numberNeedsDigit":s("number");break;case"numberNeedsExponent":s(y==="+"||y==="-"?"numberNeedsDigit":"number");break;case"true":case"false":case"null":(y<"a"||y>"z")&&(v(),h());break;case"arrayNeedsValue":y==="]"?h():av(y)||(u("collectionItem"),s("arrayNeedsComma"),S(y));break;case"arrayNeedsComma":y==="]"?h():y===","&&(c("collectionItem"),s("arrayNeedsValue"));break;case"objectNeedsKey":y==="}"?h():y==="\""&&(c("collectionItem"),s("objectNeedsColon"),a("string"));break;case"objectNeedsColon":y===":"&&s("objectNeedsValue");break;case"objectNeedsValue":av(y)||(u("collectionItem"),s("objectNeedsComma"),S(y));break;case"objectNeedsComma":y==="}"?h():y===","&&(c("collectionItem"),s("objectNeedsKey"));break}}o!=null&&(t.length=o);for(var x=[n!=null?e.slice(0,n):e],E=function(I){return x.push(I.slice(e.length-e.lastIndexOf(I[0])))},C=t.length-1;C>=0;C--)switch(t[C]){case"string":x.push("\"");break;case"numberNeedsDigit":case"numberNeedsExponent":x.push("0");break;case"true":E("true");break;case"false":E("false");break;case"null":E("null");break;case"arrayNeedsValue":case"arrayNeedsComma":x.push("]");break;case"objectNeedsKey":case"objectNeedsColon":case"objectNeedsValue":case"objectNeedsComma":x.push("}");break}return x.join("")}m();d();f();p();m();d();f();p();m();d();f();p();function cv(){let e=0,t=0;for(let n=0;n<28;n+=7){let o=this.buf[this.pos++];if(e|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[e,t]}let r=this.buf[this.pos++];if(e|=(r&15)<<28,t=(r&112)>>4,(r&128)==0)return this.assertBounds(),[e,t];for(let n=3;n<=31;n+=7){let o=this.buf[this.pos++];if(t|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[e,t]}throw new Error("invalid varint")}function Ac(e,t,r){for(let i=0;i<28;i=i+7){let a=e>>>i,s=!(!(a>>>7)&&t==0),c=(s?a|128:a)&255;if(r.push(c),!s)return}let n=e>>>28&15|(t&7)<<4,o=t>>3!=0;if(r.push((o?n|128:n)&255),!!o){for(let i=3;i<31;i=i+7){let a=t>>>i,s=!!(a>>>7),c=(s?a|128:a)&255;if(r.push(c),!s)return}r.push(t>>>31&1)}}var wc=4294967296;function rp(e){let t=e[0]==="-";t&&(e=e.slice(1));let r=1e6,n=0,o=0;function i(a,s){let c=Number(e.slice(a,s));o*=r,n=n*r+c,n>=wc&&(o=o+(n/wc|0),n=n%wc)}return i(-24,-18),i(-18,-12),i(-12,-6),i(-6),t?lv(n,o):op(n,o)}function uv(e,t){let r=op(e,t),n=r.hi&2147483648;n&&(r=lv(r.lo,r.hi));let o=np(r.lo,r.hi);return n?"-"+o:o}function np(e,t){if({lo:e,hi:t}=U_(e,t),t<=2097151)return String(wc*t+e);let r=e&16777215,n=(e>>>24|t<<8)&16777215,o=t>>16&65535,i=r+n*6777216+o*6710656,a=n+o*8147497,s=o*2,c=1e7;return i>=c&&(a+=Math.floor(i/c),i%=c),a>=c&&(s+=Math.floor(a/c),a%=c),s.toString()+sv(a)+sv(i)}function U_(e,t){return{lo:e>>>0,hi:t>>>0}}function op(e,t){return{lo:e|0,hi:t|0}}function lv(e,t){return t=~t,e?e=~e+1:t+=1,op(e,t)}var sv=e=>{let t=String(e);return"0000000".slice(t.length)+t};function ip(e,t){if(e>=0){for(;e>127;)t.push(e&127|128),e=e>>>7;t.push(e)}else{for(let r=0;r<9;r++)t.push(e&127|128),e=e>>7;t.push(1)}}function dv(){let e=this.buf[this.pos++],t=e&127;if((e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<7,(e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<14,(e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<21,(e&128)==0)return this.assertBounds(),t;e=this.buf[this.pos++],t|=(e&15)<<28;for(let r=5;(e&128)!==0&&r<10;r++)e=this.buf[this.pos++];if((e&128)!=0)throw new Error("invalid varint");return this.assertBounds(),t>>>0}m();d();f();p();var Dt=V_();function V_(){let e=new DataView(new ArrayBuffer(8));if(typeof BigInt=="function"&&typeof e.getBigInt64=="function"&&typeof e.getBigUint64=="function"&&typeof e.setBigInt64=="function"&&typeof e.setBigUint64=="function"&&(!!w.Deno||typeof process!="object"||typeof process.env!="object"||process.env.BUF_BIGINT_DISABLE!=="1")){let r=BigInt("-9223372036854775808"),n=BigInt("9223372036854775807"),o=BigInt("0"),i=BigInt("18446744073709551615");return{zero:BigInt(0),supported:!0,parse(a){let s=typeof a=="bigint"?a:BigInt(a);if(s>n||s<r)throw new Error(`invalid int64: ${a}`);return s},uParse(a){let s=typeof a=="bigint"?a:BigInt(a);if(s>i||s<o)throw new Error(`invalid uint64: ${a}`);return s},enc(a){return e.setBigInt64(0,this.parse(a),!0),{lo:e.getInt32(0,!0),hi:e.getInt32(4,!0)}},uEnc(a){return e.setBigInt64(0,this.uParse(a),!0),{lo:e.getInt32(0,!0),hi:e.getInt32(4,!0)}},dec(a,s){return e.setInt32(0,a,!0),e.setInt32(4,s,!0),e.getBigInt64(0,!0)},uDec(a,s){return e.setInt32(0,a,!0),e.setInt32(4,s,!0),e.getBigUint64(0,!0)}}}return{zero:"0",supported:!1,parse(r){return typeof r!="string"&&(r=r.toString()),pv(r),r},uParse(r){return typeof r!="string"&&(r=r.toString()),fv(r),r},enc(r){return typeof r!="string"&&(r=r.toString()),pv(r),rp(r)},uEnc(r){return typeof r!="string"&&(r=r.toString()),fv(r),rp(r)},dec(r,n){return uv(r,n)},uDec(r,n){return np(r,n)}}}function pv(e){if(!/^-?[0-9]+$/.test(e))throw new Error("invalid int64: "+e)}function fv(e){if(!/^[0-9]+$/.test(e))throw new Error("invalid uint64: "+e)}m();d();f();p();var ap=Symbol.for("@bufbuild/protobuf/text-encoding");function sp(){if(w[ap]==null){let e=new w.TextEncoder,t=new w.TextDecoder;w[ap]={encodeUtf8(r){return e.encode(r)},decodeUtf8(r){return t.decode(r)},checkUtf8(r){try{return encodeURIComponent(r),!0}catch{return!1}}}}return w[ap]}var Fr;(function(e){e[e.Varint=0]="Varint",e[e.Bit64=1]="Bit64",e[e.LengthDelimited=2]="LengthDelimited",e[e.StartGroup=3]="StartGroup",e[e.EndGroup=4]="EndGroup",e[e.Bit32=5]="Bit32"})(Fr||(Fr={}));var G_=34028234663852886e22,B_=-34028234663852886e22,$_=4294967295,Q_=2147483647,H_=-2147483648,Te=class{constructor(t=sp().encodeUtf8){this.encodeUtf8=t,this.stack=[],this.chunks=[],this.buf=[]}finish(){this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]);let t=0;for(let o=0;o<this.chunks.length;o++)t+=this.chunks[o].length;let r=new Uint8Array(t),n=0;for(let o=0;o<this.chunks.length;o++)r.set(this.chunks[o],n),n+=this.chunks[o].length;return this.chunks=[],r}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let t=this.finish(),r=this.stack.pop();if(!r)throw new Error("invalid state, fork stack empty");return this.chunks=r.chunks,this.buf=r.buf,this.uint32(t.byteLength),this.raw(t)}tag(t,r){return this.uint32((t<<3|r)>>>0)}raw(t){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(t),this}uint32(t){for(mv(t);t>127;)this.buf.push(t&127|128),t=t>>>7;return this.buf.push(t),this}int32(t){return cp(t),ip(t,this.buf),this}bool(t){return this.buf.push(t?1:0),this}bytes(t){return this.uint32(t.byteLength),this.raw(t)}string(t){let r=this.encodeUtf8(t);return this.uint32(r.byteLength),this.raw(r)}float(t){z_(t);let r=new Uint8Array(4);return new DataView(r.buffer).setFloat32(0,t,!0),this.raw(r)}double(t){let r=new Uint8Array(8);return new DataView(r.buffer).setFloat64(0,t,!0),this.raw(r)}fixed32(t){mv(t);let r=new Uint8Array(4);return new DataView(r.buffer).setUint32(0,t,!0),this.raw(r)}sfixed32(t){cp(t);let r=new Uint8Array(4);return new DataView(r.buffer).setInt32(0,t,!0),this.raw(r)}sint32(t){return cp(t),t=(t<<1^t>>31)>>>0,ip(t,this.buf),this}sfixed64(t){let r=new Uint8Array(8),n=new DataView(r.buffer),o=Dt.enc(t);return n.setInt32(0,o.lo,!0),n.setInt32(4,o.hi,!0),this.raw(r)}fixed64(t){let r=new Uint8Array(8),n=new DataView(r.buffer),o=Dt.uEnc(t);return n.setInt32(0,o.lo,!0),n.setInt32(4,o.hi,!0),this.raw(r)}int64(t){let r=Dt.enc(t);return Ac(r.lo,r.hi,this.buf),this}sint64(t){let r=Dt.enc(t),n=r.hi>>31,o=r.lo<<1^n,i=(r.hi<<1|r.lo>>>31)^n;return Ac(o,i,this.buf),this}uint64(t){let r=Dt.uEnc(t);return Ac(r.lo,r.hi,this.buf),this}},oe=class{constructor(t,r=sp().decodeUtf8){this.decodeUtf8=r,this.varint64=cv,this.uint32=dv,this.buf=t,this.len=t.length,this.pos=0,this.view=new DataView(t.buffer,t.byteOffset,t.byteLength)}tag(){let t=this.uint32(),r=t>>>3,n=t&7;if(r<=0||n<0||n>5)throw new Error("illegal tag: field no "+r+" wire type "+n);return[r,n]}skip(t,r){let n=this.pos;switch(t){case Fr.Varint:for(;this.buf[this.pos++]&128;);break;case Fr.Bit64:this.pos+=4;case Fr.Bit32:this.pos+=4;break;case Fr.LengthDelimited:let o=this.uint32();this.pos+=o;break;case Fr.StartGroup:for(;;){let[i,a]=this.tag();if(a===Fr.EndGroup){if(r!==void 0&&i!==r)throw new Error("invalid end group tag");break}this.skip(a,i)}break;default:throw new Error("cant skip wire type "+t)}return this.assertBounds(),this.buf.subarray(n,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)}int64(){return Dt.dec(...this.varint64())}uint64(){return Dt.uDec(...this.varint64())}sint64(){let[t,r]=this.varint64(),n=-(t&1);return t=(t>>>1|(r&1)<<31)^n,r=r>>>1^n,Dt.dec(t,r)}bool(){let[t,r]=this.varint64();return t!==0||r!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return Dt.uDec(this.sfixed32(),this.sfixed32())}sfixed64(){return Dt.dec(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let t=this.uint32(),r=this.pos;return this.pos+=t,this.assertBounds(),this.buf.subarray(r,r+t)}string(){return this.decodeUtf8(this.bytes())}};function cp(e){if(typeof e=="string")e=Number(e);else if(typeof e!="number")throw new Error("invalid int32: "+typeof e);if(!Number.isInteger(e)||e>Q_||e<H_)throw new Error("invalid int32: "+e)}function mv(e){if(typeof e=="string")e=Number(e);else if(typeof e!="number")throw new Error("invalid uint32: "+typeof e);if(!Number.isInteger(e)||e>$_||e<0)throw new Error("invalid uint32: "+e)}function z_(e){if(typeof e=="string"){let t=e;if(e=Number(e),Number.isNaN(e)&&t!=="NaN")throw new Error("invalid float32: "+t)}else if(typeof e!="number")throw new Error("invalid float32: "+typeof e);if(Number.isFinite(e)&&(e>G_||e<B_))throw new Error("invalid float32: "+e)}var W_=function(e){return e[e.NULL_VALUE=0]="NULL_VALUE",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function up(){return{fields:{}}}var Ji={encode(e,t=new Te){return Object.entries(e.fields).forEach(([r,n])=>{n!==void 0&&pp.encode({key:r,value:n},t.uint32(10).fork()).join()}),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=up();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:{if(i!==10)break;let a=pp.decode(r,r.uint32());a.value!==void 0&&(o.fields[a.key]=a.value);continue}}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ji.fromPartial(e??{})},fromPartial(e){let t=up();return t.fields=Object.entries(e.fields??{}).reduce((r,[n,o])=>(o!==void 0&&(r[n]=o),r),{}),t},wrap(e){let t=up();if(e!==void 0)for(let r of Object.keys(e))t.fields[r]=e[r];return t},unwrap(e){let t={};if(e.fields)for(let r of Object.keys(e.fields))t[r]=e.fields[r];return t}};function gv(){return{key:"",value:void 0}}var pp={encode(e,t=new Te){return e.key!==""&&t.uint32(10).string(e.key),e.value!==void 0&&Ce.encode(Ce.wrap(e.value),t.uint32(18).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=gv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.key=r.string();continue;case 2:if(i!==18)break;o.value=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return pp.fromPartial(e??{})},fromPartial(e){let t=gv();return t.key=e.key??"",t.value=e.value??void 0,t}};function lp(){return{nullValue:void 0,numberValue:void 0,stringValue:void 0,boolValue:void 0,structValue:void 0,listValue:void 0}}var Ce={encode(e,t=new Te){return e.nullValue!==void 0&&t.uint32(8).int32(e.nullValue),e.numberValue!==void 0&&t.uint32(17).double(e.numberValue),e.stringValue!==void 0&&t.uint32(26).string(e.stringValue),e.boolValue!==void 0&&t.uint32(32).bool(e.boolValue),e.structValue!==void 0&&Ji.encode(Ji.wrap(e.structValue),t.uint32(42).fork()).join(),e.listValue!==void 0&&Zi.encode(Zi.wrap(e.listValue),t.uint32(50).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=lp();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.nullValue=r.int32();continue;case 2:if(i!==17)break;o.numberValue=r.double();continue;case 3:if(i!==26)break;o.stringValue=r.string();continue;case 4:if(i!==32)break;o.boolValue=r.bool();continue;case 5:if(i!==42)break;o.structValue=Ji.unwrap(Ji.decode(r,r.uint32()));continue;case 6:if(i!==50)break;o.listValue=Zi.unwrap(Zi.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ce.fromPartial(e??{})},fromPartial(e){let t=lp();return t.nullValue=e.nullValue??void 0,t.numberValue=e.numberValue??void 0,t.stringValue=e.stringValue??void 0,t.boolValue=e.boolValue??void 0,t.structValue=e.structValue??void 0,t.listValue=e.listValue??void 0,t},wrap(e){let t=lp();if(e===null)t.nullValue=W_.NULL_VALUE;else if(typeof e=="boolean")t.boolValue=e;else if(typeof e=="number")t.numberValue=e;else if(typeof e=="string")t.stringValue=e;else if(w.Array.isArray(e))t.listValue=e;else if(typeof e=="object")t.structValue=e;else if(typeof e<"u")throw new w.Error("Unsupported any value type: "+typeof e);return t},unwrap(e){if(e.stringValue!==void 0)return e.stringValue;if(e?.numberValue!==void 0)return e.numberValue;if(e?.boolValue!==void 0)return e.boolValue;if(e?.structValue!==void 0)return e.structValue;if(e?.listValue!==void 0)return e.listValue;if(e?.nullValue!==void 0)return null}};function dp(){return{values:[]}}var Zi={encode(e,t=new Te){for(let r of e.values)Ce.encode(Ce.wrap(r),t.uint32(10).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=dp();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.values.push(Ce.unwrap(Ce.decode(r,r.uint32())));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Zi.fromPartial(e??{})},fromPartial(e){let t=dp();return t.values=e.values?.map(r=>r)||[],t},wrap(e){let t=dp();return t.values=e??[],t},unwrap(e){return e?.hasOwnProperty("values")&&w.Array.isArray(e.values)?e.values:e}},K_=function(e){return e[e.ADD=0]="ADD",e[e.REMOVE=1]="REMOVE",e[e.REPLACE=2]="REPLACE",e[e.MOVE=3]="MOVE",e[e.COPY=4]="COPY",e[e.TEST=5]="TEST",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function hv(){return{op:0,path:"",from:void 0,value:void 0}}var bc={encode(e,t=new Te){return e.op!==0&&t.uint32(8).int32(e.op),e.path!==""&&t.uint32(18).string(e.path),e.from!==void 0&&t.uint32(26).string(e.from),e.value!==void 0&&Ce.encode(Ce.wrap(e.value),t.uint32(34).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=hv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.op=r.int32();continue;case 2:if(i!==18)break;o.path=r.string();continue;case 3:if(i!==26)break;o.from=r.string();continue;case 4:if(i!==34)break;o.value=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return bc.fromPartial(e??{})},fromPartial(e){let t=hv();return t.op=e.op??0,t.path=e.path??"",t.from=e.from??void 0,t.value=e.value??void 0,t}};function yv(){return{id:"",type:"",function:void 0}}var xc={encode(e,t=new Te){return e.id!==""&&t.uint32(10).string(e.id),e.type!==""&&t.uint32(18).string(e.type),e.function!==void 0&&Cc.encode(e.function,t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=yv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.id=r.string();continue;case 2:if(i!==18)break;o.type=r.string();continue;case 3:if(i!==26)break;o.function=Cc.decode(r,r.uint32());continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return xc.fromPartial(e??{})},fromPartial(e){let t=yv();return t.id=e.id??"",t.type=e.type??"",t.function=e.function!==void 0&&e.function!==null?Cc.fromPartial(e.function):void 0,t}};function vv(){return{name:"",arguments:""}}var Cc={encode(e,t=new Te){return e.name!==""&&t.uint32(10).string(e.name),e.arguments!==""&&t.uint32(18).string(e.arguments),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=vv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.name=r.string();continue;case 2:if(i!==18)break;o.arguments=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Cc.fromPartial(e??{})},fromPartial(e){let t=vv();return t.name=e.name??"",t.arguments=e.arguments??"",t}};function Sv(){return{id:"",role:"",content:void 0,name:void 0,toolCalls:[],toolCallId:void 0,error:void 0}}var Ec={encode(e,t=new Te){e.id!==""&&t.uint32(10).string(e.id),e.role!==""&&t.uint32(18).string(e.role),e.content!==void 0&&t.uint32(26).string(e.content),e.name!==void 0&&t.uint32(34).string(e.name);for(let r of e.toolCalls)xc.encode(r,t.uint32(42).fork()).join();return e.toolCallId!==void 0&&t.uint32(50).string(e.toolCallId),e.error!==void 0&&t.uint32(58).string(e.error),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Sv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.id=r.string();continue;case 2:if(i!==18)break;o.role=r.string();continue;case 3:if(i!==26)break;o.content=r.string();continue;case 4:if(i!==34)break;o.name=r.string();continue;case 5:if(i!==42)break;o.toolCalls.push(xc.decode(r,r.uint32()));continue;case 6:if(i!==50)break;o.toolCallId=r.string();continue;case 7:if(i!==58)break;o.error=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ec.fromPartial(e??{})},fromPartial(e){let t=Sv();return t.id=e.id??"",t.role=e.role??"",t.content=e.content??void 0,t.name=e.name??void 0,t.toolCalls=e.toolCalls?.map(r=>xc.fromPartial(r))||[],t.toolCallId=e.toolCallId??void 0,t.error=e.error??void 0,t}},Y_=function(e){return e[e.TEXT_MESSAGE_START=0]="TEXT_MESSAGE_START",e[e.TEXT_MESSAGE_CONTENT=1]="TEXT_MESSAGE_CONTENT",e[e.TEXT_MESSAGE_END=2]="TEXT_MESSAGE_END",e[e.TOOL_CALL_START=3]="TOOL_CALL_START",e[e.TOOL_CALL_ARGS=4]="TOOL_CALL_ARGS",e[e.TOOL_CALL_END=5]="TOOL_CALL_END",e[e.STATE_SNAPSHOT=6]="STATE_SNAPSHOT",e[e.STATE_DELTA=7]="STATE_DELTA",e[e.MESSAGES_SNAPSHOT=8]="MESSAGES_SNAPSHOT",e[e.RAW=9]="RAW",e[e.CUSTOM=10]="CUSTOM",e[e.RUN_STARTED=11]="RUN_STARTED",e[e.RUN_FINISHED=12]="RUN_FINISHED",e[e.RUN_ERROR=13]="RUN_ERROR",e[e.STEP_STARTED=14]="STEP_STARTED",e[e.STEP_FINISHED=15]="STEP_FINISHED",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function wv(){return{type:0,timestamp:void 0,rawEvent:void 0}}var ae={encode(e,t=new Te){return e.type!==0&&t.uint32(8).int32(e.type),e.timestamp!==void 0&&t.uint32(16).int64(e.timestamp),e.rawEvent!==void 0&&Ce.encode(Ce.wrap(e.rawEvent),t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=wv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.type=r.int32();continue;case 2:if(i!==16)break;o.timestamp=X_(r.int64());continue;case 3:if(i!==26)break;o.rawEvent=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return ae.fromPartial(e??{})},fromPartial(e){let t=wv();return t.type=e.type??0,t.timestamp=e.timestamp??void 0,t.rawEvent=e.rawEvent??void 0,t}};function Av(){return{baseEvent:void 0,messageId:"",role:void 0}}var Rc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),e.role!==void 0&&t.uint32(26).string(e.role),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Av();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.role=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Rc.fromPartial(e??{})},fromPartial(e){let t=Av();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t.role=e.role??void 0,t}};function bv(){return{baseEvent:void 0,messageId:"",delta:""}}var Ic={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),e.delta!==""&&t.uint32(26).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=bv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ic.fromPartial(e??{})},fromPartial(e){let t=bv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t.delta=e.delta??"",t}};function xv(){return{baseEvent:void 0,messageId:""}}var Tc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=xv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Tc.fromPartial(e??{})},fromPartial(e){let t=xv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t}};function Cv(){return{baseEvent:void 0,toolCallId:"",toolCallName:"",parentMessageId:void 0}}var _c={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),e.toolCallName!==""&&t.uint32(26).string(e.toolCallName),e.parentMessageId!==void 0&&t.uint32(34).string(e.parentMessageId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Cv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.toolCallName=r.string();continue;case 4:if(i!==34)break;o.parentMessageId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return _c.fromPartial(e??{})},fromPartial(e){let t=Cv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t.toolCallName=e.toolCallName??"",t.parentMessageId=e.parentMessageId??void 0,t}};function Ev(){return{baseEvent:void 0,toolCallId:"",delta:""}}var kc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),e.delta!==""&&t.uint32(26).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Ev();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return kc.fromPartial(e??{})},fromPartial(e){let t=Ev();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t.delta=e.delta??"",t}};function Rv(){return{baseEvent:void 0,toolCallId:""}}var Oc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Rv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Oc.fromPartial(e??{})},fromPartial(e){let t=Rv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t}};function Iv(){return{baseEvent:void 0,snapshot:void 0}}var Pc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.snapshot!==void 0&&Ce.encode(Ce.wrap(e.snapshot),t.uint32(18).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Iv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.snapshot=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Pc.fromPartial(e??{})},fromPartial(e){let t=Iv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.snapshot=e.snapshot??void 0,t}};function Tv(){return{baseEvent:void 0,delta:[]}}var Nc={encode(e,t=new Te){e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join();for(let r of e.delta)bc.encode(r,t.uint32(18).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Tv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.delta.push(bc.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Nc.fromPartial(e??{})},fromPartial(e){let t=Tv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.delta=e.delta?.map(r=>bc.fromPartial(r))||[],t}};function _v(){return{baseEvent:void 0,messages:[]}}var Fc={encode(e,t=new Te){e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join();for(let r of e.messages)Ec.encode(r,t.uint32(18).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=_v();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messages.push(Ec.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Fc.fromPartial(e??{})},fromPartial(e){let t=_v();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messages=e.messages?.map(r=>Ec.fromPartial(r))||[],t}};function kv(){return{baseEvent:void 0,event:void 0,source:void 0}}var Dc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.event!==void 0&&Ce.encode(Ce.wrap(e.event),t.uint32(18).fork()).join(),e.source!==void 0&&t.uint32(26).string(e.source),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=kv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.event=Ce.unwrap(Ce.decode(r,r.uint32()));continue;case 3:if(i!==26)break;o.source=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Dc.fromPartial(e??{})},fromPartial(e){let t=kv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.event=e.event??void 0,t.source=e.source??void 0,t}};function Ov(){return{baseEvent:void 0,name:"",value:void 0}}var Mc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.name!==""&&t.uint32(18).string(e.name),e.value!==void 0&&Ce.encode(Ce.wrap(e.value),t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Ov();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.name=r.string();continue;case 3:if(i!==26)break;o.value=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Mc.fromPartial(e??{})},fromPartial(e){let t=Ov();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.name=e.name??"",t.value=e.value??void 0,t}};function Pv(){return{baseEvent:void 0,threadId:"",runId:""}}var jc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.threadId!==""&&t.uint32(18).string(e.threadId),e.runId!==""&&t.uint32(26).string(e.runId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Pv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.threadId=r.string();continue;case 3:if(i!==26)break;o.runId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return jc.fromPartial(e??{})},fromPartial(e){let t=Pv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.threadId=e.threadId??"",t.runId=e.runId??"",t}};function Nv(){return{baseEvent:void 0,threadId:"",runId:"",result:void 0}}var qc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.threadId!==""&&t.uint32(18).string(e.threadId),e.runId!==""&&t.uint32(26).string(e.runId),e.result!==void 0&&Ce.encode(Ce.wrap(e.result),t.uint32(34).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Nv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.threadId=r.string();continue;case 3:if(i!==26)break;o.runId=r.string();continue;case 4:if(i!==34)break;o.result=Ce.unwrap(Ce.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return qc.fromPartial(e??{})},fromPartial(e){let t=Nv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.threadId=e.threadId??"",t.runId=e.runId??"",t.result=e.result??void 0,t}};function Fv(){return{baseEvent:void 0,code:void 0,message:""}}var Lc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.code!==void 0&&t.uint32(18).string(e.code),e.message!==""&&t.uint32(26).string(e.message),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Fv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.code=r.string();continue;case 3:if(i!==26)break;o.message=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Lc.fromPartial(e??{})},fromPartial(e){let t=Fv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.code=e.code??void 0,t.message=e.message??"",t}};function Dv(){return{baseEvent:void 0,stepName:""}}var Uc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.stepName!==""&&t.uint32(18).string(e.stepName),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Dv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.stepName=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Uc.fromPartial(e??{})},fromPartial(e){let t=Dv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.stepName=e.stepName??"",t}};function Mv(){return{baseEvent:void 0,stepName:""}}var Vc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.stepName!==""&&t.uint32(18).string(e.stepName),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Mv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.stepName=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Vc.fromPartial(e??{})},fromPartial(e){let t=Mv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.stepName=e.stepName??"",t}};function jv(){return{baseEvent:void 0,messageId:void 0,role:void 0,delta:void 0}}var Gc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==void 0&&t.uint32(18).string(e.messageId),e.role!==void 0&&t.uint32(26).string(e.role),e.delta!==void 0&&t.uint32(34).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=jv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.role=r.string();continue;case 4:if(i!==34)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Gc.fromPartial(e??{})},fromPartial(e){let t=jv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??void 0,t.role=e.role??void 0,t.delta=e.delta??void 0,t}};function qv(){return{baseEvent:void 0,toolCallId:void 0,toolCallName:void 0,parentMessageId:void 0,delta:void 0}}var Bc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==void 0&&t.uint32(18).string(e.toolCallId),e.toolCallName!==void 0&&t.uint32(26).string(e.toolCallName),e.parentMessageId!==void 0&&t.uint32(34).string(e.parentMessageId),e.delta!==void 0&&t.uint32(42).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=qv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.toolCallName=r.string();continue;case 4:if(i!==34)break;o.parentMessageId=r.string();continue;case 5:if(i!==42)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Bc.fromPartial(e??{})},fromPartial(e){let t=qv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??void 0,t.toolCallName=e.toolCallName??void 0,t.parentMessageId=e.parentMessageId??void 0,t.delta=e.delta??void 0,t}};function Lv(){return{textMessageStart:void 0,textMessageContent:void 0,textMessageEnd:void 0,toolCallStart:void 0,toolCallArgs:void 0,toolCallEnd:void 0,stateSnapshot:void 0,stateDelta:void 0,messagesSnapshot:void 0,raw:void 0,custom:void 0,runStarted:void 0,runFinished:void 0,runError:void 0,stepStarted:void 0,stepFinished:void 0,textMessageChunk:void 0,toolCallChunk:void 0}}var Uv={encode(e,t=new Te){return e.textMessageStart!==void 0&&Rc.encode(e.textMessageStart,t.uint32(10).fork()).join(),e.textMessageContent!==void 0&&Ic.encode(e.textMessageContent,t.uint32(18).fork()).join(),e.textMessageEnd!==void 0&&Tc.encode(e.textMessageEnd,t.uint32(26).fork()).join(),e.toolCallStart!==void 0&&_c.encode(e.toolCallStart,t.uint32(34).fork()).join(),e.toolCallArgs!==void 0&&kc.encode(e.toolCallArgs,t.uint32(42).fork()).join(),e.toolCallEnd!==void 0&&Oc.encode(e.toolCallEnd,t.uint32(50).fork()).join(),e.stateSnapshot!==void 0&&Pc.encode(e.stateSnapshot,t.uint32(58).fork()).join(),e.stateDelta!==void 0&&Nc.encode(e.stateDelta,t.uint32(66).fork()).join(),e.messagesSnapshot!==void 0&&Fc.encode(e.messagesSnapshot,t.uint32(74).fork()).join(),e.raw!==void 0&&Dc.encode(e.raw,t.uint32(82).fork()).join(),e.custom!==void 0&&Mc.encode(e.custom,t.uint32(90).fork()).join(),e.runStarted!==void 0&&jc.encode(e.runStarted,t.uint32(98).fork()).join(),e.runFinished!==void 0&&qc.encode(e.runFinished,t.uint32(106).fork()).join(),e.runError!==void 0&&Lc.encode(e.runError,t.uint32(114).fork()).join(),e.stepStarted!==void 0&&Uc.encode(e.stepStarted,t.uint32(122).fork()).join(),e.stepFinished!==void 0&&Vc.encode(e.stepFinished,t.uint32(130).fork()).join(),e.textMessageChunk!==void 0&&Gc.encode(e.textMessageChunk,t.uint32(138).fork()).join(),e.toolCallChunk!==void 0&&Bc.encode(e.toolCallChunk,t.uint32(146).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Lv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.textMessageStart=Rc.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.textMessageContent=Ic.decode(r,r.uint32());continue;case 3:if(i!==26)break;o.textMessageEnd=Tc.decode(r,r.uint32());continue;case 4:if(i!==34)break;o.toolCallStart=_c.decode(r,r.uint32());continue;case 5:if(i!==42)break;o.toolCallArgs=kc.decode(r,r.uint32());continue;case 6:if(i!==50)break;o.toolCallEnd=Oc.decode(r,r.uint32());continue;case 7:if(i!==58)break;o.stateSnapshot=Pc.decode(r,r.uint32());continue;case 8:if(i!==66)break;o.stateDelta=Nc.decode(r,r.uint32());continue;case 9:if(i!==74)break;o.messagesSnapshot=Fc.decode(r,r.uint32());continue;case 10:if(i!==82)break;o.raw=Dc.decode(r,r.uint32());continue;case 11:if(i!==90)break;o.custom=Mc.decode(r,r.uint32());continue;case 12:if(i!==98)break;o.runStarted=jc.decode(r,r.uint32());continue;case 13:if(i!==106)break;o.runFinished=qc.decode(r,r.uint32());continue;case 14:if(i!==114)break;o.runError=Lc.decode(r,r.uint32());continue;case 15:if(i!==122)break;o.stepStarted=Uc.decode(r,r.uint32());continue;case 16:if(i!==130)break;o.stepFinished=Vc.decode(r,r.uint32());continue;case 17:if(i!==138)break;o.textMessageChunk=Gc.decode(r,r.uint32());continue;case 18:if(i!==146)break;o.toolCallChunk=Bc.decode(r,r.uint32());continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Uv.fromPartial(e??{})},fromPartial(e){let t=Lv();return t.textMessageStart=e.textMessageStart!==void 0&&e.textMessageStart!==null?Rc.fromPartial(e.textMessageStart):void 0,t.textMessageContent=e.textMessageContent!==void 0&&e.textMessageContent!==null?Ic.fromPartial(e.textMessageContent):void 0,t.textMessageEnd=e.textMessageEnd!==void 0&&e.textMessageEnd!==null?Tc.fromPartial(e.textMessageEnd):void 0,t.toolCallStart=e.toolCallStart!==void 0&&e.toolCallStart!==null?_c.fromPartial(e.toolCallStart):void 0,t.toolCallArgs=e.toolCallArgs!==void 0&&e.toolCallArgs!==null?kc.fromPartial(e.toolCallArgs):void 0,t.toolCallEnd=e.toolCallEnd!==void 0&&e.toolCallEnd!==null?Oc.fromPartial(e.toolCallEnd):void 0,t.stateSnapshot=e.stateSnapshot!==void 0&&e.stateSnapshot!==null?Pc.fromPartial(e.stateSnapshot):void 0,t.stateDelta=e.stateDelta!==void 0&&e.stateDelta!==null?Nc.fromPartial(e.stateDelta):void 0,t.messagesSnapshot=e.messagesSnapshot!==void 0&&e.messagesSnapshot!==null?Fc.fromPartial(e.messagesSnapshot):void 0,t.raw=e.raw!==void 0&&e.raw!==null?Dc.fromPartial(e.raw):void 0,t.custom=e.custom!==void 0&&e.custom!==null?Mc.fromPartial(e.custom):void 0,t.runStarted=e.runStarted!==void 0&&e.runStarted!==null?jc.fromPartial(e.runStarted):void 0,t.runFinished=e.runFinished!==void 0&&e.runFinished!==null?qc.fromPartial(e.runFinished):void 0,t.runError=e.runError!==void 0&&e.runError!==null?Lc.fromPartial(e.runError):void 0,t.stepStarted=e.stepStarted!==void 0&&e.stepStarted!==null?Uc.fromPartial(e.stepStarted):void 0,t.stepFinished=e.stepFinished!==void 0&&e.stepFinished!==null?Vc.fromPartial(e.stepFinished):void 0,t.textMessageChunk=e.textMessageChunk!==void 0&&e.textMessageChunk!==null?Gc.fromPartial(e.textMessageChunk):void 0,t.toolCallChunk=e.toolCallChunk!==void 0&&e.toolCallChunk!==null?Bc.fromPartial(e.toolCallChunk):void 0,t}};function X_(e){let t=w.Number(e.toString());if(t>w.Number.MAX_SAFE_INTEGER)throw new w.Error("Value is larger than Number.MAX_SAFE_INTEGER");if(t<w.Number.MIN_SAFE_INTEGER)throw new w.Error("Value is smaller than Number.MIN_SAFE_INTEGER");return t}function Vv(e){let t=Uv.decode(e),r=Object.values(t).find(n=>n!==void 0);if(!r)throw new Error("Invalid event");if(r.type=Y_[r.baseEvent.type],r.timestamp=r.baseEvent.timestamp,r.rawEvent=r.baseEvent.rawEvent,r.type===F.MESSAGES_SNAPSHOT)for(let n of r.messages){let o=n;o.toolCalls?.length===0&&(o.toolCalls=void 0)}if(r.type===F.STATE_DELTA)for(let n of r.delta)n.op=K_[n.op].toLowerCase(),Object.keys(n).forEach(o=>{n[o]===void 0&&delete n[o]});return Object.keys(r).forEach(n=>{r[n]===void 0&&delete r[n]}),Gs.parse(r)}var Gv="application/vnd.ag-ui.event+proto";m();d();f();p();m();d();f();p();m();d();f();p();var Z_=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,fp=e=>{if(typeof e!="string")throw new TypeError("Invalid argument expected string");let t=e.match(Z_);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},Bv=e=>e==="*"||e==="x"||e==="X",$v=e=>{let t=parseInt(e,10);return isNaN(t)?e:t},ek=(e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t],tk=(e,t)=>{if(Bv(e)||Bv(t))return 0;let[r,n]=ek($v(e),$v(t));return r>n?1:r<n?-1:0},mp=(e,t)=>{for(let r=0;r<Math.max(e.length,t.length);r++){let n=tk(e[r]||"0",t[r]||"0");if(n!==0)return n}return 0};var $c=(e,t)=>{let r=fp(e),n=fp(t),o=r.pop(),i=n.pop(),a=mp(r,n);return a!==0?a:o&&i?mp(o.split("."),i.split(".")):o||i?o?-1:1:0};var ke=e=>{if(typeof structuredClone=="function")return structuredClone(e);try{return JSON.parse(JSON.stringify(e))}catch{return{...e}}};function ea(){return Tr()}function _e(_x87,_x88,_x89,_x90){return _e2.apply(this,arguments)}function _e2(){_e2=_asyncToGenerator(function*(e,t,r,n){let o=t,i=r,a;for(let s of e)try{let c=yield n(s,ke(o),ke(i));if(c===void 0)continue;if(c.messages!==void 0&&(o=c.messages),c.state!==void 0&&(i=c.state),a=c.stopPropagation,a===!0)break}catch(c){process.env.VITEST_WORKER_ID!==void 0||console.error("Subscriber error:",c);continue}return{...(JSON.stringify(o)===JSON.stringify(t)?{}:{messages:o}),...(JSON.stringify(i)===JSON.stringify(r)?{}:{state:i}),...(a===void 0?{}:{stopPropagation:a})}});return _e2.apply(this,arguments)}var Yv=(e,t,r,n)=>{let o=ke(r.messages),i=ke(e.state),a={},s=u=>{u.messages!==void 0&&(o=u.messages,a.messages=u.messages),u.state!==void 0&&(i=u.state,a.state=u.state)},c=()=>{let u=ke(a);return a={},u.messages!==void 0||u.state!==void 0?qe(u):nc};return t.pipe(yc(/*#__PURE__*/function(){var _ref43=_asyncToGenerator(function*(u){let h=yield _e(n,o,i,(v,S,g)=>v.onEvent?.({event:u,agent:r,input:e,messages:S,state:g}));if(s(h),h.stopPropagation===!0)return c();switch(u.type){case F.TEXT_MESSAGE_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onTextMessageStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S,role:g="assistant"}=u;if(!o.find(y=>y.id===S)){let y={id:S,role:g,content:""};o.push(y),s({messages:o})}}return c()}case F.TEXT_MESSAGE_CONTENT:{let{messageId:v,delta:S}=u,g=o.find(x=>x.id===v);if(!g)return console.warn(`TEXT_MESSAGE_CONTENT: No message found with ID '${v}'`),c();let y=yield _e(n,o,i,(x,E,C)=>x.onTextMessageContentEvent?.({event:u,messages:E,state:C,agent:r,input:e,textMessageBuffer:typeof g.content=="string"?g.content:""}));return s(y),y.stopPropagation!==!0&&(g.content=`${typeof g.content=="string"?g.content:""}${S}`,s({messages:o})),c()}case F.TEXT_MESSAGE_END:{let{messageId:v}=u,S=o.find(g=>g.id===v);return S?(s(yield _e(n,o,i,(g,y,x)=>g.onTextMessageEndEvent?.({event:u,messages:y,state:x,agent:r,input:e,textMessageBuffer:typeof S.content=="string"?S.content:""}))),yield Promise.all(n.map(g=>{g.onNewMessage?.({message:S,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`TEXT_MESSAGE_END: No message found with ID '${v}'`),c())}case F.TOOL_CALL_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onToolCallStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{toolCallId:S,toolCallName:g,parentMessageId:y}=u,x;y&&o.length>0&&o[o.length-1].id===y?x=o[o.length-1]:(x={id:y||S,role:"assistant",toolCalls:[]},o.push(x)),x.toolCalls??(x.toolCalls=[]),x.toolCalls.push({id:S,type:"function",function:{name:g,arguments:""}}),s({messages:o})}return c()}case F.TOOL_CALL_ARGS:{let{toolCallId:v,delta:S}=u,g=o.find(E=>E.toolCalls?.some(C=>C.id===v));if(!g)return console.warn(`TOOL_CALL_ARGS: No message found containing tool call with ID '${v}'`),c();let y=g.toolCalls?.find(E=>E.id===v);if(!y)return console.warn(`TOOL_CALL_ARGS: No tool call found with ID '${v}'`),c();let x=yield _e(n,o,i,(E,C,I)=>{let T=y.function.arguments,_=y.function.name,q={};try{q=Sc(T)}catch{}return E.onToolCallArgsEvent?.({event:u,messages:C,state:I,agent:r,input:e,toolCallBuffer:T,toolCallName:_,partialToolCallArgs:q})});return s(x),x.stopPropagation!==!0&&(y.function.arguments+=S,s({messages:o})),c()}case F.TOOL_CALL_END:{let{toolCallId:v}=u,S=o.find(y=>y.toolCalls?.some(x=>x.id===v));if(!S)return console.warn(`TOOL_CALL_END: No message found containing tool call with ID '${v}'`),c();let g=S.toolCalls?.find(y=>y.id===v);return g?(s(yield _e(n,o,i,(y,x,E)=>{let C=g.function.arguments,I=g.function.name,T={};try{T=JSON.parse(C)}catch{}return y.onToolCallEndEvent?.({event:u,messages:x,state:E,agent:r,input:e,toolCallName:I,toolCallArgs:T})})),yield Promise.all(n.map(y=>{y.onNewToolCall?.({toolCall:g,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`TOOL_CALL_END: No tool call found with ID '${v}'`),c())}case F.TOOL_CALL_RESULT:{let v=yield _e(n,o,i,(S,g,y)=>S.onToolCallResultEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S,toolCallId:g,content:y,role:x}=u,E={id:S,toolCallId:g,role:x||"tool",content:y};o.push(E),yield Promise.all(n.map(C=>{C.onNewMessage?.({message:E,messages:o,state:i,agent:r,input:e})})),s({messages:o})}return c()}case F.STATE_SNAPSHOT:{let v=yield _e(n,o,i,(S,g,y)=>S.onStateSnapshotEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{snapshot:S}=u;i=S,s({state:i})}return c()}case F.STATE_DELTA:{let v=yield _e(n,o,i,(S,g,y)=>S.onStateDeltaEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{delta:S}=u;try{i=Nr(i,S,!0,!1).newDocument,s({state:i})}catch(g){let y=g instanceof Error?g.message:String(g);console.warn(`Failed to apply state patch:
34
+ `):"",this.name="UnsubscriptionError",this.errors=r}});m();d();p();f();function $i(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Po=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,o,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=cr(a),c=s.next();!c.done;c=s.next()){var u=c.value;u.remove(this)}}catch(x){t={error:x}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var h=this.initialTeardown;if(Se(h))try{h()}catch(x){i=x instanceof js?x.errors:[x]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var S=cr(v),g=S.next();!g.done;g=S.next()){var y=g.value;try{dy(y)}catch(x){i=i??[],x instanceof js?i=ko(ko([],_o(i)),_o(x.errors)):i.push(x)}}}catch(x){n={error:x}}finally{try{g&&!g.done&&(o=S.return)&&o.call(S)}finally{if(n)throw n.error}}}if(i)throw new js(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)dy(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&$i(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&$i(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Nd=Po.EMPTY;function Ls(e){return e instanceof Po||e&&"closed"in e&&Se(e.remove)&&Se(e.add)&&Se(e.unsubscribe)}function dy(e){Se(e)?e():e.unsubscribe()}m();d();p();f();var Nt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};m();d();p();f();m();d();p();f();var No={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=No.delegate;return o?.setTimeout?o.setTimeout.apply(o,ko([e,t],_o(r))):setTimeout.apply(void 0,ko([e,t],_o(r)))},clearTimeout:function(e){var t=No.delegate;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Vs(e){No.setTimeout(function(){var t=Nt.onUnhandledError;if(t)t(e);else throw e})}m();d();p();f();function Gi(){}m();d();p();f();var fy=function(){return Fd("C",void 0,void 0)}();function py(e){return Fd("E",void 0,e)}function my(e){return Fd("N",e,void 0)}function Fd(e,t,r){return{kind:e,value:t,error:r}}m();d();p();f();var bn=null;function Fo(e){if(Nt.useDeprecatedSynchronousErrorHandling){var t=!bn;if(t&&(bn={errorThrown:!1,error:null}),e(),t){var r=bn,n=r.errorThrown,o=r.error;if(bn=null,n)throw o}}else e()}function gy(e){Nt.useDeprecatedSynchronousErrorHandling&&bn&&(bn.errorThrown=!0,bn.error=e)}var Qi=function(e){Ht(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Ls(r)&&r.add(n)):n.destination=XT,n}return t.create=function(r,n,o){return new Bs(r,n,o)},t.prototype.next=function(r){this.isStopped?Md(my(r),this):this._next(r)},t.prototype.error=function(r){this.isStopped?Md(py(r),this):(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped?Md(fy,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Po);var WT=Function.prototype.bind;function Dd(e,t){return WT.call(e,t)}var KT=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){Us(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){Us(n)}else Us(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){Us(r)}},e}(),Bs=function(e){Ht(t,e);function t(r,n,o){var i=e.call(this)||this,a;if(Se(r)||!r)a={next:r??void 0,error:n??void 0,complete:o??void 0};else{var s;i&&Nt.useDeprecatedNextContext?(s=Object.create(r),s.unsubscribe=function(){return i.unsubscribe()},a={next:r.next&&Dd(r.next,s),error:r.error&&Dd(r.error,s),complete:r.complete&&Dd(r.complete,s)}):a=r}return i.destination=new KT(a),i}return t}(Qi);function Us(e){Nt.useDeprecatedSynchronousErrorHandling?gy(e):Vs(e)}function YT(e){throw e}function Md(e,t){var r=Nt.onStoppedNotification;r&&No.setTimeout(function(){return r(e,t)})}var XT={closed:!0,next:Gi,error:YT,complete:Gi};m();d();p();f();var Do=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();m();d();p();f();m();d();p();f();function Mo(e){return e}function $s(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return qd(e)}function qd(e){return e.length===0?Mo:e.length===1?e[0]:function(r){return e.reduce(function(n,o){return o(n)},r)}}var Ne=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var o=this,i=ZT(t)?t:new Bs(t,r,n);return Fo(function(){var a=o,s=a.operator,c=a.source;i.add(s?s.call(i,c):c?o._subscribe(i):o._trySubscribe(i))}),i},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=hy(r),new r(function(o,i){var a=new Bs({next:function(s){try{t(s)}catch(c){i(c),a.unsubscribe()}},error:i,complete:o});n.subscribe(a)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[Do]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return qd(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=hy(t),new t(function(n,o){var i;r.subscribe(function(a){return i=a},function(a){return o(a)},function(){return n(i)})})},e.create=function(t){return new e(t)},e}();function hy(e){var t;return(t=e??Nt.Promise)!==null&&t!==void 0?t:Promise}function JT(e){return e&&Se(e.next)&&Se(e.error)&&Se(e.complete)}function ZT(e){return e&&e instanceof Qi||JT(e)&&Ls(e)}m();d();p();f();function e_(e){return Se(e?.lift)}function $e(e){return function(t){if(e_(t))return t.lift(function(r){try{return e(r,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}m();d();p();f();function Ge(e,t,r,n,o){return new t_(e,t,r,n,o)}var t_=function(e){Ht(t,e);function t(r,n,o,i,a,s){var c=e.call(this,r)||this;return c.onFinalize=a,c.shouldUnsubscribe=s,c._next=n?function(u){try{n(u)}catch(h){r.error(h)}}:e.prototype._next,c._error=i?function(u){try{i(u)}catch(h){r.error(h)}finally{this.unsubscribe()}}:e.prototype._error,c._complete=o?function(){try{o()}catch(u){r.error(u)}finally{this.unsubscribe()}}:e.prototype._complete,c}return t.prototype.unsubscribe=function(){var r;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;e.prototype.unsubscribe.call(this),!n&&((r=this.onFinalize)===null||r===void 0||r.call(this))}},t}(Qi);m();d();p();f();m();d();p();f();var yy=Oo(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}});var zt=function(e){Ht(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new vy(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new yy},t.prototype.next=function(r){var n=this;Fo(function(){var o,i;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var a=cr(n.currentObservers),s=a.next();!s.done;s=a.next()){var c=s.value;c.next(r)}}catch(u){o={error:u}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(o)throw o.error}}}})},t.prototype.error=function(r){var n=this;Fo(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var o=n.observers;o.length;)o.shift().error(r)}})},t.prototype.complete=function(){var r=this;Fo(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,o=this,i=o.hasError,a=o.isStopped,s=o.observers;return i||a?Nd:(this.currentObservers=null,s.push(r),new Po(function(){n.currentObservers=null,$i(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,o=n.hasError,i=n.thrownError,a=n.isStopped;o?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new Ne;return r.source=this,r},t.create=function(r,n){return new vy(r,n)},t}(Ne);var vy=function(e){Ht(t,e);function t(r,n){var o=e.call(this)||this;return o.destination=r,o.source=n,o}return t.prototype.next=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.next)===null||o===void 0||o.call(n,r)},t.prototype.error=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.error)===null||o===void 0||o.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,o;return(o=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&o!==void 0?o:Nd},t}(zt);m();d();p();f();m();d();p();f();var jd={now:function(){return(jd.delegate||Date).now()},delegate:void 0};var Gs=function(e){Ht(t,e);function t(r,n,o){r===void 0&&(r=1/0),n===void 0&&(n=1/0),o===void 0&&(o=jd);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=n,i._timestampProvider=o,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,n),i}return t.prototype.next=function(r){var n=this,o=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,s=n._timestampProvider,c=n._windowTime;o||(i.push(r),!a&&i.push(s.now()+c)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),o=this,i=o._infiniteTimeWindow,a=o._buffer,s=a.slice(),c=0;c<s.length&&!r.closed;c+=i?1:2)r.next(s[c]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,o=r._timestampProvider,i=r._buffer,a=r._infiniteTimeWindow,s=(a?1:2)*n;if(n<1/0&&s<i.length&&i.splice(0,i.length-s),!a){for(var c=o.now(),u=0,h=1;h<i.length&&i[h]<=c;h+=2)u=h;u&&i.splice(0,u+1)}},t}(zt);m();d();p();f();var Qs=new Ne(function(e){return e.complete()});m();d();p();f();m();d();p();f();m();d();p();f();function Sy(e){return e&&Se(e.schedule)}function r_(e){return e[e.length-1]}function by(e){return Sy(r_(e))?e.pop():void 0}m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Hs=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};m();d();p();f();function zs(e){return Se(e?.then)}m();d();p();f();function Ws(e){return Se(e[Do])}m();d();p();f();function Ks(e){return Symbol.asyncIterator&&Se(e?.[Symbol.asyncIterator])}m();d();p();f();function Ys(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}m();d();p();f();m();d();p();f();function n_(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Xs=n_();function Js(e){return Se(e?.[Xs])}m();d();p();f();function Zs(e){return uy(this,arguments,function(){var r,n,o,i;return qs(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,Sn(r.read())];case 3:return n=a.sent(),o=n.value,i=n.done,i?[4,Sn(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,Sn(o)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function ec(e){return Se(e?.getReader)}function Qe(e){if(e instanceof Ne)return e;if(e!=null){if(Ws(e))return o_(e);if(Hs(e))return i_(e);if(zs(e))return a_(e);if(Ks(e))return Ay(e);if(Js(e))return s_(e);if(ec(e))return c_(e)}throw Ys(e)}function o_(e){return new Ne(function(t){var r=e[Do]();if(Se(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function i_(e){return new Ne(function(t){for(var r=0;r<e.length&&!t.closed;r++)t.next(e[r]);t.complete()})}function a_(e){return new Ne(function(t){e.then(function(r){t.closed||(t.next(r),t.complete())},function(r){return t.error(r)}).then(null,Vs)})}function s_(e){return new Ne(function(t){var r,n;try{for(var o=cr(e),i=o.next();!i.done;i=o.next()){var a=i.value;if(t.next(a),t.closed)return}}catch(s){r={error:s}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}t.complete()})}function Ay(e){return new Ne(function(t){u_(e,t).catch(function(r){return t.error(r)})})}function c_(e){return Ay(Zs(e))}function u_(e,t){var r,n,o,i;return cy(this,void 0,void 0,function(){var a,s;return qs(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),r=ly(e),c.label=1;case 1:return[4,r.next()];case 2:if(n=c.sent(),!!n.done)return[3,4];if(a=n.value,t.next(a),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return s=c.sent(),o={error:s},[3,11];case 6:return c.trys.push([6,,9,10]),n&&!n.done&&(i=r.return)?[4,i.call(r)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(o)throw o.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}m();d();p();f();m();d();p();f();function Tt(e,t,r,n,o){n===void 0&&(n=0),o===void 0&&(o=!1);var i=t.schedule(function(){r(),o?e.add(this.schedule(null,n)):this.unsubscribe()},n);if(e.add(i),!o)return i}function tc(e,t){return t===void 0&&(t=0),$e(function(r,n){r.subscribe(Ge(n,function(o){return Tt(n,e,function(){return n.next(o)},t)},function(){return Tt(n,e,function(){return n.complete()},t)},function(o){return Tt(n,e,function(){return n.error(o)},t)}))})}m();d();p();f();function rc(e,t){return t===void 0&&(t=0),$e(function(r,n){n.add(e.schedule(function(){return r.subscribe(n)},t))})}function wy(e,t){return Qe(e).pipe(rc(t),tc(t))}m();d();p();f();function xy(e,t){return Qe(e).pipe(rc(t),tc(t))}m();d();p();f();function Cy(e,t){return new Ne(function(r){var n=0;return t.schedule(function(){n===e.length?r.complete():(r.next(e[n++]),r.closed||this.schedule())})})}m();d();p();f();function Ey(e,t){return new Ne(function(r){var n;return Tt(r,t,function(){n=e[Xs](),Tt(r,t,function(){var o,i,a;try{o=n.next(),i=o.value,a=o.done}catch(s){r.error(s);return}a?r.complete():r.next(i)},0,!0)}),function(){return Se(n?.return)&&n.return()}})}m();d();p();f();function nc(e,t){if(!e)throw new Error("Iterable cannot be null");return new Ne(function(r){Tt(r,t,function(){var n=e[Symbol.asyncIterator]();Tt(r,t,function(){n.next().then(function(o){o.done?r.complete():r.next(o.value)})},0,!0)})})}m();d();p();f();function Ry(e,t){return nc(Zs(e),t)}function Iy(e,t){if(e!=null){if(Ws(e))return wy(e,t);if(Hs(e))return Cy(e,t);if(zs(e))return xy(e,t);if(Ks(e))return nc(e,t);if(Js(e))return Ey(e,t);if(ec(e))return Ry(e,t)}throw Ys(e)}function An(e,t){return t?Iy(e,t):Qe(e)}function je(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=by(e);return An(e,r)}m();d();p();f();function Fe(e,t){var r=Se(e)?e:function(){return e},n=function(o){return o.error(r())};return new Ne(t?function(o){return t.schedule(n,0,o)}:n)}m();d();p();f();m();d();p();f();var Ty=Oo(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}});function oc(e,t){var r=typeof t=="object";return new Promise(function(n,o){var i=!1,a;e.subscribe({next:function(s){a=s,i=!0},error:o,complete:function(){i?n(a):r?n(t.defaultValue):o(new Ty)}})})}m();d();p();f();function wn(e,t){return $e(function(r,n){var o=0;r.subscribe(Ge(n,function(i){n.next(e.call(t,i,o++))}))})}m();d();p();f();m();d();p();f();m();d();p();f();function _y(e,t,r,n,o,i,a,s){var c=[],u=0,h=0,v=!1,S=function(){v&&!c.length&&!u&&t.complete()},g=function(x){return u<n?y(x):c.push(x)},y=function(x){i&&t.next(x),u++;var E=!1;Qe(r(x,h++)).subscribe(Ge(t,function(C){o?.(C),i?g(C):t.next(C)},function(){E=!0},void 0,function(){if(E)try{u--;for(var C=function(){var I=c.shift();a?Tt(t,a,function(){return y(I)}):y(I)};c.length&&u<n;)C();S()}catch(I){t.error(I)}}))};return e.subscribe(Ge(t,g,function(){v=!0,S()})),function(){s?.()}}function yt(e,t,r){return r===void 0&&(r=1/0),Se(t)?yt(function(n,o){return wn(function(i,a){return t(n,i,o,a)})(Qe(e(n,o)))},r):(typeof t=="number"&&(r=t),$e(function(n,o){return _y(n,o,e,r)}))}function Ld(e){return e===void 0&&(e=1/0),yt(Mo,e)}m();d();p();f();function Vd(e){return new Ne(function(t){Qe(e()).subscribe(t)})}m();d();p();f();function Hi(e){return $e(function(t,r){var n=null,o=!1,i;n=t.subscribe(Ge(r,void 0,void 0,function(a){i=Qe(e(a,Hi(e)(t))),n?(n.unsubscribe(),n=null,i.subscribe(r)):o=!0})),o&&(n.unsubscribe(),n=null,i.subscribe(r))})}m();d();p();f();function ic(e,t){return Se(t)?yt(e,t,1):yt(e,1)}m();d();p();f();function Ud(e){return $e(function(t,r){var n=!1;t.subscribe(Ge(r,function(o){n=!0,r.next(o)},function(){n||r.next(e),r.complete()}))})}m();d();p();f();function xn(e){return $e(function(t,r){try{t.subscribe(r)}finally{r.add(e)}})}m();d();p();f();function Bd(e,t){return $e(function(r,n){var o=null,i=0,a=!1,s=function(){return a&&!o&&n.complete()};r.subscribe(Ge(n,function(c){o?.unsubscribe();var u=0,h=i++;Qe(e(c,h)).subscribe(o=Ge(n,function(v){return n.next(t?t(c,v,h,u++):v)},function(){o=null,s()}))},function(){a=!0,s()}))})}m();d();p();f();function ac(e){return $e(function(t,r){Qe(e).subscribe(Ge(r,function(){return r.complete()},Gi)),!r.closed&&t.subscribe(r)})}m();d();p();f();function $d(e,t,r){var n=Se(e)||t||r?{next:e,error:t,complete:r}:e;return n?$e(function(o,i){var a;(a=n.subscribe)===null||a===void 0||a.call(n);var s=!0;o.subscribe(Ge(i,function(c){var u;(u=n.next)===null||u===void 0||u.call(n,c),i.next(c)},function(){var c;s=!1,(c=n.complete)===null||c===void 0||c.call(n),i.complete()},function(c){var u;s=!1,(u=n.error)===null||u===void 0||u.call(n,c),i.error(c)},function(){var c,u;s&&((c=n.unsubscribe)===null||c===void 0||c.call(n)),(u=n.finalize)===null||u===void 0||u.call(n)}))}):Mo}m();d();p();f();m();d();p();f();function ky(e){return` \r
35
+ `.indexOf(e)>=0}function sc(e){for(var t=["topLevel"],r=0,n,o,i,a=function(I){return t.push(I)},s=function(I){return t[t.length-1]=I},c=function(I){n==null&&(n=r,o=t.length,i=I)},u=function(I){I===i&&(n=void 0,o=void 0,i=void 0)},h=function(){return t.pop()},v=function(){return r--},S=function(I){if("0"<=I&&I<="9"){a("number");return}switch(I){case"\"":a("string");return;case"-":a("numberNeedsDigit");return;case"t":a("true");return;case"f":a("false");return;case"n":a("null");return;case"[":a("arrayNeedsValue");return;case"{":a("objectNeedsKey");return}},g=e.length;r<g;r++){var y=e[r];switch(t[t.length-1]){case"topLevel":S(y);break;case"string":switch(y){case"\"":h();break;case"\\":c("stringEscape"),a("stringEscaped");break}break;case"stringEscaped":y==="u"?a("stringUnicode"):(u("stringEscape"),h());break;case"stringUnicode":r-e.lastIndexOf("u",r)===4&&(u("stringEscape"),h());break;case"number":y==="."?s("numberNeedsDigit"):y==="e"||y==="E"?s("numberNeedsExponent"):(y<"0"||y>"9")&&(v(),h());break;case"numberNeedsDigit":s("number");break;case"numberNeedsExponent":s(y==="+"||y==="-"?"numberNeedsDigit":"number");break;case"true":case"false":case"null":(y<"a"||y>"z")&&(v(),h());break;case"arrayNeedsValue":y==="]"?h():ky(y)||(u("collectionItem"),s("arrayNeedsComma"),S(y));break;case"arrayNeedsComma":y==="]"?h():y===","&&(c("collectionItem"),s("arrayNeedsValue"));break;case"objectNeedsKey":y==="}"?h():y==="\""&&(c("collectionItem"),s("objectNeedsColon"),a("string"));break;case"objectNeedsColon":y===":"&&s("objectNeedsValue");break;case"objectNeedsValue":ky(y)||(u("collectionItem"),s("objectNeedsComma"),S(y));break;case"objectNeedsComma":y==="}"?h():y===","&&(c("collectionItem"),s("objectNeedsKey"));break}}o!=null&&(t.length=o);for(var x=[n!=null?e.slice(0,n):e],E=function(I){return x.push(I.slice(e.length-e.lastIndexOf(I[0])))},C=t.length-1;C>=0;C--)switch(t[C]){case"string":x.push("\"");break;case"numberNeedsDigit":case"numberNeedsExponent":x.push("0");break;case"true":E("true");break;case"false":E("false");break;case"null":E("null");break;case"arrayNeedsValue":case"arrayNeedsComma":x.push("]");break;case"objectNeedsKey":case"objectNeedsColon":case"objectNeedsValue":case"objectNeedsComma":x.push("}");break}return x.join("")}m();d();p();f();m();d();p();f();m();d();p();f();function Py(){let e=0,t=0;for(let n=0;n<28;n+=7){let o=this.buf[this.pos++];if(e|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[e,t]}let r=this.buf[this.pos++];if(e|=(r&15)<<28,t=(r&112)>>4,(r&128)==0)return this.assertBounds(),[e,t];for(let n=3;n<=31;n+=7){let o=this.buf[this.pos++];if(t|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[e,t]}throw new Error("invalid varint")}function uc(e,t,r){for(let i=0;i<28;i=i+7){let a=e>>>i,s=!(!(a>>>7)&&t==0),c=(s?a|128:a)&255;if(r.push(c),!s)return}let n=e>>>28&15|(t&7)<<4,o=t>>3!=0;if(r.push((o?n|128:n)&255),!!o){for(let i=3;i<31;i=i+7){let a=t>>>i,s=!!(a>>>7),c=(s?a|128:a)&255;if(r.push(c),!s)return}r.push(t>>>31&1)}}var cc=4294967296;function Gd(e){let t=e[0]==="-";t&&(e=e.slice(1));let r=1e6,n=0,o=0;function i(a,s){let c=Number(e.slice(a,s));o*=r,n=n*r+c,n>=cc&&(o=o+(n/cc|0),n=n%cc)}return i(-24,-18),i(-18,-12),i(-12,-6),i(-6),t?Fy(n,o):Hd(n,o)}function Ny(e,t){let r=Hd(e,t),n=r.hi&2147483648;n&&(r=Fy(r.lo,r.hi));let o=Qd(r.lo,r.hi);return n?"-"+o:o}function Qd(e,t){if({lo:e,hi:t}=l_(e,t),t<=2097151)return String(cc*t+e);let r=e&16777215,n=(e>>>24|t<<8)&16777215,o=t>>16&65535,i=r+n*6777216+o*6710656,a=n+o*8147497,s=o*2,c=1e7;return i>=c&&(a+=Math.floor(i/c),i%=c),a>=c&&(s+=Math.floor(a/c),a%=c),s.toString()+Oy(a)+Oy(i)}function l_(e,t){return{lo:e>>>0,hi:t>>>0}}function Hd(e,t){return{lo:e|0,hi:t|0}}function Fy(e,t){return t=~t,e?e=~e+1:t+=1,Hd(e,t)}var Oy=e=>{let t=String(e);return"0000000".slice(t.length)+t};function zd(e,t){if(e>=0){for(;e>127;)t.push(e&127|128),e=e>>>7;t.push(e)}else{for(let r=0;r<9;r++)t.push(e&127|128),e=e>>7;t.push(1)}}function Dy(){let e=this.buf[this.pos++],t=e&127;if((e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<7,(e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<14,(e&128)==0)return this.assertBounds(),t;if(e=this.buf[this.pos++],t|=(e&127)<<21,(e&128)==0)return this.assertBounds(),t;e=this.buf[this.pos++],t|=(e&15)<<28;for(let r=5;(e&128)!==0&&r<10;r++)e=this.buf[this.pos++];if((e&128)!=0)throw new Error("invalid varint");return this.assertBounds(),t>>>0}m();d();p();f();var Ft=d_();function d_(){let e=new DataView(new ArrayBuffer(8));if(typeof BigInt=="function"&&typeof e.getBigInt64=="function"&&typeof e.getBigUint64=="function"&&typeof e.setBigInt64=="function"&&typeof e.setBigUint64=="function"&&(!!b.Deno||typeof process!="object"||typeof process.env!="object"||process.env.BUF_BIGINT_DISABLE!=="1")){let r=BigInt("-9223372036854775808"),n=BigInt("9223372036854775807"),o=BigInt("0"),i=BigInt("18446744073709551615");return{zero:BigInt(0),supported:!0,parse(a){let s=typeof a=="bigint"?a:BigInt(a);if(s>n||s<r)throw new Error(`invalid int64: ${a}`);return s},uParse(a){let s=typeof a=="bigint"?a:BigInt(a);if(s>i||s<o)throw new Error(`invalid uint64: ${a}`);return s},enc(a){return e.setBigInt64(0,this.parse(a),!0),{lo:e.getInt32(0,!0),hi:e.getInt32(4,!0)}},uEnc(a){return e.setBigInt64(0,this.uParse(a),!0),{lo:e.getInt32(0,!0),hi:e.getInt32(4,!0)}},dec(a,s){return e.setInt32(0,a,!0),e.setInt32(4,s,!0),e.getBigInt64(0,!0)},uDec(a,s){return e.setInt32(0,a,!0),e.setInt32(4,s,!0),e.getBigUint64(0,!0)}}}return{zero:"0",supported:!1,parse(r){return typeof r!="string"&&(r=r.toString()),My(r),r},uParse(r){return typeof r!="string"&&(r=r.toString()),qy(r),r},enc(r){return typeof r!="string"&&(r=r.toString()),My(r),Gd(r)},uEnc(r){return typeof r!="string"&&(r=r.toString()),qy(r),Gd(r)},dec(r,n){return Ny(r,n)},uDec(r,n){return Qd(r,n)}}}function My(e){if(!/^-?[0-9]+$/.test(e))throw new Error("invalid int64: "+e)}function qy(e){if(!/^[0-9]+$/.test(e))throw new Error("invalid uint64: "+e)}m();d();p();f();var Wd=Symbol.for("@bufbuild/protobuf/text-encoding");function Kd(){if(b[Wd]==null){let e=new b.TextEncoder,t=new b.TextDecoder;b[Wd]={encodeUtf8(r){return e.encode(r)},decodeUtf8(r){return t.decode(r)},checkUtf8(r){try{return encodeURIComponent(r),!0}catch{return!1}}}}return b[Wd]}var Pr;(function(e){e[e.Varint=0]="Varint",e[e.Bit64=1]="Bit64",e[e.LengthDelimited=2]="LengthDelimited",e[e.StartGroup=3]="StartGroup",e[e.EndGroup=4]="EndGroup",e[e.Bit32=5]="Bit32"})(Pr||(Pr={}));var f_=34028234663852886e22,p_=-34028234663852886e22,m_=4294967295,g_=2147483647,h_=-2147483648,Te=class{constructor(t=Kd().encodeUtf8){this.encodeUtf8=t,this.stack=[],this.chunks=[],this.buf=[]}finish(){this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]);let t=0;for(let o=0;o<this.chunks.length;o++)t+=this.chunks[o].length;let r=new Uint8Array(t),n=0;for(let o=0;o<this.chunks.length;o++)r.set(this.chunks[o],n),n+=this.chunks[o].length;return this.chunks=[],r}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let t=this.finish(),r=this.stack.pop();if(!r)throw new Error("invalid state, fork stack empty");return this.chunks=r.chunks,this.buf=r.buf,this.uint32(t.byteLength),this.raw(t)}tag(t,r){return this.uint32((t<<3|r)>>>0)}raw(t){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(t),this}uint32(t){for(jy(t);t>127;)this.buf.push(t&127|128),t=t>>>7;return this.buf.push(t),this}int32(t){return Yd(t),zd(t,this.buf),this}bool(t){return this.buf.push(t?1:0),this}bytes(t){return this.uint32(t.byteLength),this.raw(t)}string(t){let r=this.encodeUtf8(t);return this.uint32(r.byteLength),this.raw(r)}float(t){y_(t);let r=new Uint8Array(4);return new DataView(r.buffer).setFloat32(0,t,!0),this.raw(r)}double(t){let r=new Uint8Array(8);return new DataView(r.buffer).setFloat64(0,t,!0),this.raw(r)}fixed32(t){jy(t);let r=new Uint8Array(4);return new DataView(r.buffer).setUint32(0,t,!0),this.raw(r)}sfixed32(t){Yd(t);let r=new Uint8Array(4);return new DataView(r.buffer).setInt32(0,t,!0),this.raw(r)}sint32(t){return Yd(t),t=(t<<1^t>>31)>>>0,zd(t,this.buf),this}sfixed64(t){let r=new Uint8Array(8),n=new DataView(r.buffer),o=Ft.enc(t);return n.setInt32(0,o.lo,!0),n.setInt32(4,o.hi,!0),this.raw(r)}fixed64(t){let r=new Uint8Array(8),n=new DataView(r.buffer),o=Ft.uEnc(t);return n.setInt32(0,o.lo,!0),n.setInt32(4,o.hi,!0),this.raw(r)}int64(t){let r=Ft.enc(t);return uc(r.lo,r.hi,this.buf),this}sint64(t){let r=Ft.enc(t),n=r.hi>>31,o=r.lo<<1^n,i=(r.hi<<1|r.lo>>>31)^n;return uc(o,i,this.buf),this}uint64(t){let r=Ft.uEnc(t);return uc(r.lo,r.hi,this.buf),this}},oe=class{constructor(t,r=Kd().decodeUtf8){this.decodeUtf8=r,this.varint64=Py,this.uint32=Dy,this.buf=t,this.len=t.length,this.pos=0,this.view=new DataView(t.buffer,t.byteOffset,t.byteLength)}tag(){let t=this.uint32(),r=t>>>3,n=t&7;if(r<=0||n<0||n>5)throw new Error("illegal tag: field no "+r+" wire type "+n);return[r,n]}skip(t,r){let n=this.pos;switch(t){case Pr.Varint:for(;this.buf[this.pos++]&128;);break;case Pr.Bit64:this.pos+=4;case Pr.Bit32:this.pos+=4;break;case Pr.LengthDelimited:let o=this.uint32();this.pos+=o;break;case Pr.StartGroup:for(;;){let[i,a]=this.tag();if(a===Pr.EndGroup){if(r!==void 0&&i!==r)throw new Error("invalid end group tag");break}this.skip(a,i)}break;default:throw new Error("cant skip wire type "+t)}return this.assertBounds(),this.buf.subarray(n,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)}int64(){return Ft.dec(...this.varint64())}uint64(){return Ft.uDec(...this.varint64())}sint64(){let[t,r]=this.varint64(),n=-(t&1);return t=(t>>>1|(r&1)<<31)^n,r=r>>>1^n,Ft.dec(t,r)}bool(){let[t,r]=this.varint64();return t!==0||r!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return Ft.uDec(this.sfixed32(),this.sfixed32())}sfixed64(){return Ft.dec(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let t=this.uint32(),r=this.pos;return this.pos+=t,this.assertBounds(),this.buf.subarray(r,r+t)}string(){return this.decodeUtf8(this.bytes())}};function Yd(e){if(typeof e=="string")e=Number(e);else if(typeof e!="number")throw new Error("invalid int32: "+typeof e);if(!Number.isInteger(e)||e>g_||e<h_)throw new Error("invalid int32: "+e)}function jy(e){if(typeof e=="string")e=Number(e);else if(typeof e!="number")throw new Error("invalid uint32: "+typeof e);if(!Number.isInteger(e)||e>m_||e<0)throw new Error("invalid uint32: "+e)}function y_(e){if(typeof e=="string"){let t=e;if(e=Number(e),Number.isNaN(e)&&t!=="NaN")throw new Error("invalid float32: "+t)}else if(typeof e!="number")throw new Error("invalid float32: "+typeof e);if(Number.isFinite(e)&&(e>f_||e<p_))throw new Error("invalid float32: "+e)}var v_=function(e){return e[e.NULL_VALUE=0]="NULL_VALUE",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function Xd(){return{fields:{}}}var zi={encode(e,t=new Te){return Object.entries(e.fields).forEach(([r,n])=>{n!==void 0&&ef.encode({key:r,value:n},t.uint32(10).fork()).join()}),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Xd();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:{if(i!==10)break;let a=ef.decode(r,r.uint32());a.value!==void 0&&(o.fields[a.key]=a.value);continue}}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return zi.fromPartial(e??{})},fromPartial(e){let t=Xd();return t.fields=Object.entries(e.fields??{}).reduce((r,[n,o])=>(o!==void 0&&(r[n]=o),r),{}),t},wrap(e){let t=Xd();if(e!==void 0)for(let r of Object.keys(e))t.fields[r]=e[r];return t},unwrap(e){let t={};if(e.fields)for(let r of Object.keys(e.fields))t[r]=e.fields[r];return t}};function Ly(){return{key:"",value:void 0}}var ef={encode(e,t=new Te){return e.key!==""&&t.uint32(10).string(e.key),e.value!==void 0&&xe.encode(xe.wrap(e.value),t.uint32(18).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Ly();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.key=r.string();continue;case 2:if(i!==18)break;o.value=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return ef.fromPartial(e??{})},fromPartial(e){let t=Ly();return t.key=e.key??"",t.value=e.value??void 0,t}};function Jd(){return{nullValue:void 0,numberValue:void 0,stringValue:void 0,boolValue:void 0,structValue:void 0,listValue:void 0}}var xe={encode(e,t=new Te){return e.nullValue!==void 0&&t.uint32(8).int32(e.nullValue),e.numberValue!==void 0&&t.uint32(17).double(e.numberValue),e.stringValue!==void 0&&t.uint32(26).string(e.stringValue),e.boolValue!==void 0&&t.uint32(32).bool(e.boolValue),e.structValue!==void 0&&zi.encode(zi.wrap(e.structValue),t.uint32(42).fork()).join(),e.listValue!==void 0&&Wi.encode(Wi.wrap(e.listValue),t.uint32(50).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Jd();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.nullValue=r.int32();continue;case 2:if(i!==17)break;o.numberValue=r.double();continue;case 3:if(i!==26)break;o.stringValue=r.string();continue;case 4:if(i!==32)break;o.boolValue=r.bool();continue;case 5:if(i!==42)break;o.structValue=zi.unwrap(zi.decode(r,r.uint32()));continue;case 6:if(i!==50)break;o.listValue=Wi.unwrap(Wi.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return xe.fromPartial(e??{})},fromPartial(e){let t=Jd();return t.nullValue=e.nullValue??void 0,t.numberValue=e.numberValue??void 0,t.stringValue=e.stringValue??void 0,t.boolValue=e.boolValue??void 0,t.structValue=e.structValue??void 0,t.listValue=e.listValue??void 0,t},wrap(e){let t=Jd();if(e===null)t.nullValue=v_.NULL_VALUE;else if(typeof e=="boolean")t.boolValue=e;else if(typeof e=="number")t.numberValue=e;else if(typeof e=="string")t.stringValue=e;else if(b.Array.isArray(e))t.listValue=e;else if(typeof e=="object")t.structValue=e;else if(typeof e<"u")throw new b.Error("Unsupported any value type: "+typeof e);return t},unwrap(e){if(e.stringValue!==void 0)return e.stringValue;if(e?.numberValue!==void 0)return e.numberValue;if(e?.boolValue!==void 0)return e.boolValue;if(e?.structValue!==void 0)return e.structValue;if(e?.listValue!==void 0)return e.listValue;if(e?.nullValue!==void 0)return null}};function Zd(){return{values:[]}}var Wi={encode(e,t=new Te){for(let r of e.values)xe.encode(xe.wrap(r),t.uint32(10).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Zd();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.values.push(xe.unwrap(xe.decode(r,r.uint32())));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Wi.fromPartial(e??{})},fromPartial(e){let t=Zd();return t.values=e.values?.map(r=>r)||[],t},wrap(e){let t=Zd();return t.values=e??[],t},unwrap(e){return e?.hasOwnProperty("values")&&b.Array.isArray(e.values)?e.values:e}},S_=function(e){return e[e.ADD=0]="ADD",e[e.REMOVE=1]="REMOVE",e[e.REPLACE=2]="REPLACE",e[e.MOVE=3]="MOVE",e[e.COPY=4]="COPY",e[e.TEST=5]="TEST",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function Vy(){return{op:0,path:"",from:void 0,value:void 0}}var lc={encode(e,t=new Te){return e.op!==0&&t.uint32(8).int32(e.op),e.path!==""&&t.uint32(18).string(e.path),e.from!==void 0&&t.uint32(26).string(e.from),e.value!==void 0&&xe.encode(xe.wrap(e.value),t.uint32(34).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Vy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.op=r.int32();continue;case 2:if(i!==18)break;o.path=r.string();continue;case 3:if(i!==26)break;o.from=r.string();continue;case 4:if(i!==34)break;o.value=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return lc.fromPartial(e??{})},fromPartial(e){let t=Vy();return t.op=e.op??0,t.path=e.path??"",t.from=e.from??void 0,t.value=e.value??void 0,t}};function Uy(){return{id:"",type:"",function:void 0}}var dc={encode(e,t=new Te){return e.id!==""&&t.uint32(10).string(e.id),e.type!==""&&t.uint32(18).string(e.type),e.function!==void 0&&fc.encode(e.function,t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Uy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.id=r.string();continue;case 2:if(i!==18)break;o.type=r.string();continue;case 3:if(i!==26)break;o.function=fc.decode(r,r.uint32());continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return dc.fromPartial(e??{})},fromPartial(e){let t=Uy();return t.id=e.id??"",t.type=e.type??"",t.function=e.function!==void 0&&e.function!==null?fc.fromPartial(e.function):void 0,t}};function By(){return{name:"",arguments:""}}var fc={encode(e,t=new Te){return e.name!==""&&t.uint32(10).string(e.name),e.arguments!==""&&t.uint32(18).string(e.arguments),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=By();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.name=r.string();continue;case 2:if(i!==18)break;o.arguments=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return fc.fromPartial(e??{})},fromPartial(e){let t=By();return t.name=e.name??"",t.arguments=e.arguments??"",t}};function $y(){return{id:"",role:"",content:void 0,name:void 0,toolCalls:[],toolCallId:void 0,error:void 0}}var pc={encode(e,t=new Te){e.id!==""&&t.uint32(10).string(e.id),e.role!==""&&t.uint32(18).string(e.role),e.content!==void 0&&t.uint32(26).string(e.content),e.name!==void 0&&t.uint32(34).string(e.name);for(let r of e.toolCalls)dc.encode(r,t.uint32(42).fork()).join();return e.toolCallId!==void 0&&t.uint32(50).string(e.toolCallId),e.error!==void 0&&t.uint32(58).string(e.error),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=$y();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.id=r.string();continue;case 2:if(i!==18)break;o.role=r.string();continue;case 3:if(i!==26)break;o.content=r.string();continue;case 4:if(i!==34)break;o.name=r.string();continue;case 5:if(i!==42)break;o.toolCalls.push(dc.decode(r,r.uint32()));continue;case 6:if(i!==50)break;o.toolCallId=r.string();continue;case 7:if(i!==58)break;o.error=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return pc.fromPartial(e??{})},fromPartial(e){let t=$y();return t.id=e.id??"",t.role=e.role??"",t.content=e.content??void 0,t.name=e.name??void 0,t.toolCalls=e.toolCalls?.map(r=>dc.fromPartial(r))||[],t.toolCallId=e.toolCallId??void 0,t.error=e.error??void 0,t}},b_=function(e){return e[e.TEXT_MESSAGE_START=0]="TEXT_MESSAGE_START",e[e.TEXT_MESSAGE_CONTENT=1]="TEXT_MESSAGE_CONTENT",e[e.TEXT_MESSAGE_END=2]="TEXT_MESSAGE_END",e[e.TOOL_CALL_START=3]="TOOL_CALL_START",e[e.TOOL_CALL_ARGS=4]="TOOL_CALL_ARGS",e[e.TOOL_CALL_END=5]="TOOL_CALL_END",e[e.STATE_SNAPSHOT=6]="STATE_SNAPSHOT",e[e.STATE_DELTA=7]="STATE_DELTA",e[e.MESSAGES_SNAPSHOT=8]="MESSAGES_SNAPSHOT",e[e.RAW=9]="RAW",e[e.CUSTOM=10]="CUSTOM",e[e.RUN_STARTED=11]="RUN_STARTED",e[e.RUN_FINISHED=12]="RUN_FINISHED",e[e.RUN_ERROR=13]="RUN_ERROR",e[e.STEP_STARTED=14]="STEP_STARTED",e[e.STEP_FINISHED=15]="STEP_FINISHED",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e}({});function Gy(){return{type:0,timestamp:void 0,rawEvent:void 0}}var ae={encode(e,t=new Te){return e.type!==0&&t.uint32(8).int32(e.type),e.timestamp!==void 0&&t.uint32(16).int64(e.timestamp),e.rawEvent!==void 0&&xe.encode(xe.wrap(e.rawEvent),t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Gy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==8)break;o.type=r.int32();continue;case 2:if(i!==16)break;o.timestamp=A_(r.int64());continue;case 3:if(i!==26)break;o.rawEvent=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return ae.fromPartial(e??{})},fromPartial(e){let t=Gy();return t.type=e.type??0,t.timestamp=e.timestamp??void 0,t.rawEvent=e.rawEvent??void 0,t}};function Qy(){return{baseEvent:void 0,messageId:"",role:void 0}}var mc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),e.role!==void 0&&t.uint32(26).string(e.role),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Qy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.role=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return mc.fromPartial(e??{})},fromPartial(e){let t=Qy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t.role=e.role??void 0,t}};function Hy(){return{baseEvent:void 0,messageId:"",delta:""}}var gc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),e.delta!==""&&t.uint32(26).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Hy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return gc.fromPartial(e??{})},fromPartial(e){let t=Hy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t.delta=e.delta??"",t}};function zy(){return{baseEvent:void 0,messageId:""}}var hc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==""&&t.uint32(18).string(e.messageId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=zy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return hc.fromPartial(e??{})},fromPartial(e){let t=zy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??"",t}};function Wy(){return{baseEvent:void 0,toolCallId:"",toolCallName:"",parentMessageId:void 0}}var yc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),e.toolCallName!==""&&t.uint32(26).string(e.toolCallName),e.parentMessageId!==void 0&&t.uint32(34).string(e.parentMessageId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Wy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.toolCallName=r.string();continue;case 4:if(i!==34)break;o.parentMessageId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return yc.fromPartial(e??{})},fromPartial(e){let t=Wy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t.toolCallName=e.toolCallName??"",t.parentMessageId=e.parentMessageId??void 0,t}};function Ky(){return{baseEvent:void 0,toolCallId:"",delta:""}}var vc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),e.delta!==""&&t.uint32(26).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Ky();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return vc.fromPartial(e??{})},fromPartial(e){let t=Ky();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t.delta=e.delta??"",t}};function Yy(){return{baseEvent:void 0,toolCallId:""}}var Sc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==""&&t.uint32(18).string(e.toolCallId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Yy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Sc.fromPartial(e??{})},fromPartial(e){let t=Yy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??"",t}};function Xy(){return{baseEvent:void 0,snapshot:void 0}}var bc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.snapshot!==void 0&&xe.encode(xe.wrap(e.snapshot),t.uint32(18).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Xy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.snapshot=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return bc.fromPartial(e??{})},fromPartial(e){let t=Xy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.snapshot=e.snapshot??void 0,t}};function Jy(){return{baseEvent:void 0,delta:[]}}var Ac={encode(e,t=new Te){e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join();for(let r of e.delta)lc.encode(r,t.uint32(18).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Jy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.delta.push(lc.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ac.fromPartial(e??{})},fromPartial(e){let t=Jy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.delta=e.delta?.map(r=>lc.fromPartial(r))||[],t}};function Zy(){return{baseEvent:void 0,messages:[]}}var wc={encode(e,t=new Te){e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join();for(let r of e.messages)pc.encode(r,t.uint32(18).fork()).join();return t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=Zy();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messages.push(pc.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return wc.fromPartial(e??{})},fromPartial(e){let t=Zy();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messages=e.messages?.map(r=>pc.fromPartial(r))||[],t}};function ev(){return{baseEvent:void 0,event:void 0,source:void 0}}var xc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.event!==void 0&&xe.encode(xe.wrap(e.event),t.uint32(18).fork()).join(),e.source!==void 0&&t.uint32(26).string(e.source),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=ev();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.event=xe.unwrap(xe.decode(r,r.uint32()));continue;case 3:if(i!==26)break;o.source=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return xc.fromPartial(e??{})},fromPartial(e){let t=ev();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.event=e.event??void 0,t.source=e.source??void 0,t}};function tv(){return{baseEvent:void 0,name:"",value:void 0}}var Cc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.name!==""&&t.uint32(18).string(e.name),e.value!==void 0&&xe.encode(xe.wrap(e.value),t.uint32(26).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=tv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.name=r.string();continue;case 3:if(i!==26)break;o.value=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Cc.fromPartial(e??{})},fromPartial(e){let t=tv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.name=e.name??"",t.value=e.value??void 0,t}};function rv(){return{baseEvent:void 0,threadId:"",runId:""}}var Ec={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.threadId!==""&&t.uint32(18).string(e.threadId),e.runId!==""&&t.uint32(26).string(e.runId),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=rv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.threadId=r.string();continue;case 3:if(i!==26)break;o.runId=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ec.fromPartial(e??{})},fromPartial(e){let t=rv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.threadId=e.threadId??"",t.runId=e.runId??"",t}};function nv(){return{baseEvent:void 0,threadId:"",runId:"",result:void 0}}var Rc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.threadId!==""&&t.uint32(18).string(e.threadId),e.runId!==""&&t.uint32(26).string(e.runId),e.result!==void 0&&xe.encode(xe.wrap(e.result),t.uint32(34).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=nv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.threadId=r.string();continue;case 3:if(i!==26)break;o.runId=r.string();continue;case 4:if(i!==34)break;o.result=xe.unwrap(xe.decode(r,r.uint32()));continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Rc.fromPartial(e??{})},fromPartial(e){let t=nv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.threadId=e.threadId??"",t.runId=e.runId??"",t.result=e.result??void 0,t}};function ov(){return{baseEvent:void 0,code:void 0,message:""}}var Ic={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.code!==void 0&&t.uint32(18).string(e.code),e.message!==""&&t.uint32(26).string(e.message),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=ov();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.code=r.string();continue;case 3:if(i!==26)break;o.message=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Ic.fromPartial(e??{})},fromPartial(e){let t=ov();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.code=e.code??void 0,t.message=e.message??"",t}};function iv(){return{baseEvent:void 0,stepName:""}}var Tc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.stepName!==""&&t.uint32(18).string(e.stepName),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=iv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.stepName=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Tc.fromPartial(e??{})},fromPartial(e){let t=iv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.stepName=e.stepName??"",t}};function av(){return{baseEvent:void 0,stepName:""}}var _c={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.stepName!==""&&t.uint32(18).string(e.stepName),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=av();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.stepName=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return _c.fromPartial(e??{})},fromPartial(e){let t=av();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.stepName=e.stepName??"",t}};function sv(){return{baseEvent:void 0,messageId:void 0,role:void 0,delta:void 0}}var kc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.messageId!==void 0&&t.uint32(18).string(e.messageId),e.role!==void 0&&t.uint32(26).string(e.role),e.delta!==void 0&&t.uint32(34).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=sv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.messageId=r.string();continue;case 3:if(i!==26)break;o.role=r.string();continue;case 4:if(i!==34)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return kc.fromPartial(e??{})},fromPartial(e){let t=sv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.messageId=e.messageId??void 0,t.role=e.role??void 0,t.delta=e.delta??void 0,t}};function cv(){return{baseEvent:void 0,toolCallId:void 0,toolCallName:void 0,parentMessageId:void 0,delta:void 0}}var Oc={encode(e,t=new Te){return e.baseEvent!==void 0&&ae.encode(e.baseEvent,t.uint32(10).fork()).join(),e.toolCallId!==void 0&&t.uint32(18).string(e.toolCallId),e.toolCallName!==void 0&&t.uint32(26).string(e.toolCallName),e.parentMessageId!==void 0&&t.uint32(34).string(e.parentMessageId),e.delta!==void 0&&t.uint32(42).string(e.delta),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=cv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.baseEvent=ae.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.toolCallId=r.string();continue;case 3:if(i!==26)break;o.toolCallName=r.string();continue;case 4:if(i!==34)break;o.parentMessageId=r.string();continue;case 5:if(i!==42)break;o.delta=r.string();continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return Oc.fromPartial(e??{})},fromPartial(e){let t=cv();return t.baseEvent=e.baseEvent!==void 0&&e.baseEvent!==null?ae.fromPartial(e.baseEvent):void 0,t.toolCallId=e.toolCallId??void 0,t.toolCallName=e.toolCallName??void 0,t.parentMessageId=e.parentMessageId??void 0,t.delta=e.delta??void 0,t}};function uv(){return{textMessageStart:void 0,textMessageContent:void 0,textMessageEnd:void 0,toolCallStart:void 0,toolCallArgs:void 0,toolCallEnd:void 0,stateSnapshot:void 0,stateDelta:void 0,messagesSnapshot:void 0,raw:void 0,custom:void 0,runStarted:void 0,runFinished:void 0,runError:void 0,stepStarted:void 0,stepFinished:void 0,textMessageChunk:void 0,toolCallChunk:void 0}}var lv={encode(e,t=new Te){return e.textMessageStart!==void 0&&mc.encode(e.textMessageStart,t.uint32(10).fork()).join(),e.textMessageContent!==void 0&&gc.encode(e.textMessageContent,t.uint32(18).fork()).join(),e.textMessageEnd!==void 0&&hc.encode(e.textMessageEnd,t.uint32(26).fork()).join(),e.toolCallStart!==void 0&&yc.encode(e.toolCallStart,t.uint32(34).fork()).join(),e.toolCallArgs!==void 0&&vc.encode(e.toolCallArgs,t.uint32(42).fork()).join(),e.toolCallEnd!==void 0&&Sc.encode(e.toolCallEnd,t.uint32(50).fork()).join(),e.stateSnapshot!==void 0&&bc.encode(e.stateSnapshot,t.uint32(58).fork()).join(),e.stateDelta!==void 0&&Ac.encode(e.stateDelta,t.uint32(66).fork()).join(),e.messagesSnapshot!==void 0&&wc.encode(e.messagesSnapshot,t.uint32(74).fork()).join(),e.raw!==void 0&&xc.encode(e.raw,t.uint32(82).fork()).join(),e.custom!==void 0&&Cc.encode(e.custom,t.uint32(90).fork()).join(),e.runStarted!==void 0&&Ec.encode(e.runStarted,t.uint32(98).fork()).join(),e.runFinished!==void 0&&Rc.encode(e.runFinished,t.uint32(106).fork()).join(),e.runError!==void 0&&Ic.encode(e.runError,t.uint32(114).fork()).join(),e.stepStarted!==void 0&&Tc.encode(e.stepStarted,t.uint32(122).fork()).join(),e.stepFinished!==void 0&&_c.encode(e.stepFinished,t.uint32(130).fork()).join(),e.textMessageChunk!==void 0&&kc.encode(e.textMessageChunk,t.uint32(138).fork()).join(),e.toolCallChunk!==void 0&&Oc.encode(e.toolCallChunk,t.uint32(146).fork()).join(),t},decode(e,t){let r=e instanceof oe?e:new oe(e),n=t===void 0?r.len:r.pos+t,o=uv();for(;r.pos<n;){let i=r.uint32();switch(i>>>3){case 1:if(i!==10)break;o.textMessageStart=mc.decode(r,r.uint32());continue;case 2:if(i!==18)break;o.textMessageContent=gc.decode(r,r.uint32());continue;case 3:if(i!==26)break;o.textMessageEnd=hc.decode(r,r.uint32());continue;case 4:if(i!==34)break;o.toolCallStart=yc.decode(r,r.uint32());continue;case 5:if(i!==42)break;o.toolCallArgs=vc.decode(r,r.uint32());continue;case 6:if(i!==50)break;o.toolCallEnd=Sc.decode(r,r.uint32());continue;case 7:if(i!==58)break;o.stateSnapshot=bc.decode(r,r.uint32());continue;case 8:if(i!==66)break;o.stateDelta=Ac.decode(r,r.uint32());continue;case 9:if(i!==74)break;o.messagesSnapshot=wc.decode(r,r.uint32());continue;case 10:if(i!==82)break;o.raw=xc.decode(r,r.uint32());continue;case 11:if(i!==90)break;o.custom=Cc.decode(r,r.uint32());continue;case 12:if(i!==98)break;o.runStarted=Ec.decode(r,r.uint32());continue;case 13:if(i!==106)break;o.runFinished=Rc.decode(r,r.uint32());continue;case 14:if(i!==114)break;o.runError=Ic.decode(r,r.uint32());continue;case 15:if(i!==122)break;o.stepStarted=Tc.decode(r,r.uint32());continue;case 16:if(i!==130)break;o.stepFinished=_c.decode(r,r.uint32());continue;case 17:if(i!==138)break;o.textMessageChunk=kc.decode(r,r.uint32());continue;case 18:if(i!==146)break;o.toolCallChunk=Oc.decode(r,r.uint32());continue}if((i&7)===4||i===0)break;r.skip(i&7)}return o},create(e){return lv.fromPartial(e??{})},fromPartial(e){let t=uv();return t.textMessageStart=e.textMessageStart!==void 0&&e.textMessageStart!==null?mc.fromPartial(e.textMessageStart):void 0,t.textMessageContent=e.textMessageContent!==void 0&&e.textMessageContent!==null?gc.fromPartial(e.textMessageContent):void 0,t.textMessageEnd=e.textMessageEnd!==void 0&&e.textMessageEnd!==null?hc.fromPartial(e.textMessageEnd):void 0,t.toolCallStart=e.toolCallStart!==void 0&&e.toolCallStart!==null?yc.fromPartial(e.toolCallStart):void 0,t.toolCallArgs=e.toolCallArgs!==void 0&&e.toolCallArgs!==null?vc.fromPartial(e.toolCallArgs):void 0,t.toolCallEnd=e.toolCallEnd!==void 0&&e.toolCallEnd!==null?Sc.fromPartial(e.toolCallEnd):void 0,t.stateSnapshot=e.stateSnapshot!==void 0&&e.stateSnapshot!==null?bc.fromPartial(e.stateSnapshot):void 0,t.stateDelta=e.stateDelta!==void 0&&e.stateDelta!==null?Ac.fromPartial(e.stateDelta):void 0,t.messagesSnapshot=e.messagesSnapshot!==void 0&&e.messagesSnapshot!==null?wc.fromPartial(e.messagesSnapshot):void 0,t.raw=e.raw!==void 0&&e.raw!==null?xc.fromPartial(e.raw):void 0,t.custom=e.custom!==void 0&&e.custom!==null?Cc.fromPartial(e.custom):void 0,t.runStarted=e.runStarted!==void 0&&e.runStarted!==null?Ec.fromPartial(e.runStarted):void 0,t.runFinished=e.runFinished!==void 0&&e.runFinished!==null?Rc.fromPartial(e.runFinished):void 0,t.runError=e.runError!==void 0&&e.runError!==null?Ic.fromPartial(e.runError):void 0,t.stepStarted=e.stepStarted!==void 0&&e.stepStarted!==null?Tc.fromPartial(e.stepStarted):void 0,t.stepFinished=e.stepFinished!==void 0&&e.stepFinished!==null?_c.fromPartial(e.stepFinished):void 0,t.textMessageChunk=e.textMessageChunk!==void 0&&e.textMessageChunk!==null?kc.fromPartial(e.textMessageChunk):void 0,t.toolCallChunk=e.toolCallChunk!==void 0&&e.toolCallChunk!==null?Oc.fromPartial(e.toolCallChunk):void 0,t}};function A_(e){let t=b.Number(e.toString());if(t>b.Number.MAX_SAFE_INTEGER)throw new b.Error("Value is larger than Number.MAX_SAFE_INTEGER");if(t<b.Number.MIN_SAFE_INTEGER)throw new b.Error("Value is smaller than Number.MIN_SAFE_INTEGER");return t}function dv(e){let t=lv.decode(e),r=Object.values(t).find(n=>n!==void 0);if(!r)throw new Error("Invalid event");if(r.type=b_[r.baseEvent.type],r.timestamp=r.baseEvent.timestamp,r.rawEvent=r.baseEvent.rawEvent,r.type===F.MESSAGES_SNAPSHOT)for(let n of r.messages){let o=n;o.toolCalls?.length===0&&(o.toolCalls=void 0)}if(r.type===F.STATE_DELTA)for(let n of r.delta)n.op=S_[n.op].toLowerCase(),Object.keys(n).forEach(o=>{n[o]===void 0&&delete n[o]});return Object.keys(r).forEach(n=>{r[n]===void 0&&delete r[n]}),ks.parse(r)}var fv="application/vnd.ag-ui.event+proto";m();d();p();f();m();d();p();f();m();d();p();f();var x_=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,tf=e=>{if(typeof e!="string")throw new TypeError("Invalid argument expected string");let t=e.match(x_);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},pv=e=>e==="*"||e==="x"||e==="X",mv=e=>{let t=parseInt(e,10);return isNaN(t)?e:t},C_=(e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t],E_=(e,t)=>{if(pv(e)||pv(t))return 0;let[r,n]=C_(mv(e),mv(t));return r>n?1:r<n?-1:0},rf=(e,t)=>{for(let r=0;r<Math.max(e.length,t.length);r++){let n=E_(e[r]||"0",t[r]||"0");if(n!==0)return n}return 0};var Pc=(e,t)=>{let r=tf(e),n=tf(t),o=r.pop(),i=n.pop(),a=rf(r,n);return a!==0?a:o&&i?rf(o.split("."),i.split(".")):o||i?o?-1:1:0};var ke=e=>{if(typeof structuredClone=="function")return structuredClone(e);try{return JSON.parse(JSON.stringify(e))}catch{return{...e}}};function Ki(){return Rr()}function _e(_x78,_x79,_x80,_x81){return _e2.apply(this,arguments)}function _e2(){_e2=_asyncToGenerator(function*(e,t,r,n){let o=t,i=r,a;for(let s of e)try{let c=yield n(s,ke(o),ke(i));if(c===void 0)continue;if(c.messages!==void 0&&(o=c.messages),c.state!==void 0&&(i=c.state),a=c.stopPropagation,a===!0)break}catch(c){process.env.VITEST_WORKER_ID!==void 0||console.error("Subscriber error:",c);continue}return{...(JSON.stringify(o)===JSON.stringify(t)?{}:{messages:o}),...(JSON.stringify(i)===JSON.stringify(r)?{}:{state:i}),...(a===void 0?{}:{stopPropagation:a})}});return _e2.apply(this,arguments)}var bv=(e,t,r,n)=>{let o=ke(r.messages),i=ke(e.state),a={},s=u=>{u.messages!==void 0&&(o=u.messages,a.messages=u.messages),u.state!==void 0&&(i=u.state,a.state=u.state)},c=()=>{let u=ke(a);return a={},u.messages!==void 0||u.state!==void 0?je(u):Qs};return t.pipe(ic(/*#__PURE__*/function(){var _ref40=_asyncToGenerator(function*(u){let h=yield _e(n,o,i,(v,S,g)=>v.onEvent?.({event:u,agent:r,input:e,messages:S,state:g}));if(s(h),h.stopPropagation===!0)return c();switch(u.type){case F.TEXT_MESSAGE_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onTextMessageStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S,role:g="assistant"}=u;if(!o.find(y=>y.id===S)){let y={id:S,role:g,content:""};o.push(y),s({messages:o})}}return c()}case F.TEXT_MESSAGE_CONTENT:{let{messageId:v,delta:S}=u,g=o.find(x=>x.id===v);if(!g)return console.warn(`TEXT_MESSAGE_CONTENT: No message found with ID '${v}'`),c();let y=yield _e(n,o,i,(x,E,C)=>x.onTextMessageContentEvent?.({event:u,messages:E,state:C,agent:r,input:e,textMessageBuffer:typeof g.content=="string"?g.content:""}));return s(y),y.stopPropagation!==!0&&(g.content=`${typeof g.content=="string"?g.content:""}${S}`,s({messages:o})),c()}case F.TEXT_MESSAGE_END:{let{messageId:v}=u,S=o.find(g=>g.id===v);return S?(s(yield _e(n,o,i,(g,y,x)=>g.onTextMessageEndEvent?.({event:u,messages:y,state:x,agent:r,input:e,textMessageBuffer:typeof S.content=="string"?S.content:""}))),yield Promise.all(n.map(g=>{g.onNewMessage?.({message:S,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`TEXT_MESSAGE_END: No message found with ID '${v}'`),c())}case F.TOOL_CALL_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onToolCallStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{toolCallId:S,toolCallName:g,parentMessageId:y}=u,x;y&&o.length>0&&o[o.length-1].id===y?x=o[o.length-1]:(x={id:y||S,role:"assistant",toolCalls:[]},o.push(x)),x.toolCalls??(x.toolCalls=[]),x.toolCalls.push({id:S,type:"function",function:{name:g,arguments:""}}),s({messages:o})}return c()}case F.TOOL_CALL_ARGS:{let{toolCallId:v,delta:S}=u,g=o.find(E=>E.toolCalls?.some(C=>C.id===v));if(!g)return console.warn(`TOOL_CALL_ARGS: No message found containing tool call with ID '${v}'`),c();let y=g.toolCalls?.find(E=>E.id===v);if(!y)return console.warn(`TOOL_CALL_ARGS: No tool call found with ID '${v}'`),c();let x=yield _e(n,o,i,(E,C,I)=>{let T=y.function.arguments,_=y.function.name,j={};try{j=sc(T)}catch{}return E.onToolCallArgsEvent?.({event:u,messages:C,state:I,agent:r,input:e,toolCallBuffer:T,toolCallName:_,partialToolCallArgs:j})});return s(x),x.stopPropagation!==!0&&(y.function.arguments+=S,s({messages:o})),c()}case F.TOOL_CALL_END:{let{toolCallId:v}=u,S=o.find(y=>y.toolCalls?.some(x=>x.id===v));if(!S)return console.warn(`TOOL_CALL_END: No message found containing tool call with ID '${v}'`),c();let g=S.toolCalls?.find(y=>y.id===v);return g?(s(yield _e(n,o,i,(y,x,E)=>{let C=g.function.arguments,I=g.function.name,T={};try{T=JSON.parse(C)}catch{}return y.onToolCallEndEvent?.({event:u,messages:x,state:E,agent:r,input:e,toolCallName:I,toolCallArgs:T})})),yield Promise.all(n.map(y=>{y.onNewToolCall?.({toolCall:g,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`TOOL_CALL_END: No tool call found with ID '${v}'`),c())}case F.TOOL_CALL_RESULT:{let v=yield _e(n,o,i,(S,g,y)=>S.onToolCallResultEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S,toolCallId:g,content:y,role:x}=u,E={id:S,toolCallId:g,role:x||"tool",content:y};o.push(E),yield Promise.all(n.map(C=>{C.onNewMessage?.({message:E,messages:o,state:i,agent:r,input:e})})),s({messages:o})}return c()}case F.STATE_SNAPSHOT:{let v=yield _e(n,o,i,(S,g,y)=>S.onStateSnapshotEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{snapshot:S}=u;i=S,s({state:i})}return c()}case F.STATE_DELTA:{let v=yield _e(n,o,i,(S,g,y)=>S.onStateDeltaEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{delta:S}=u;try{i=Or(i,S,!0,!1).newDocument,s({state:i})}catch(g){let y=g instanceof Error?g.message:String(g);console.warn(`Failed to apply state patch:
36
36
  Current state: ${JSON.stringify(i,null,2)}
37
37
  Patch operations: ${JSON.stringify(S,null,2)}
38
- Error: ${y}`)}}return c()}case F.MESSAGES_SNAPSHOT:{let v=yield _e(n,o,i,(S,g,y)=>S.onMessagesSnapshotEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messages:S}=u;o=S,s({messages:o})}return c()}case F.ACTIVITY_SNAPSHOT:{let v=u,S=o.findIndex(C=>C.id===v.messageId),g=S>=0?o[S]:void 0,y=g?.role==="activity"?g:void 0,x=v.replace??!0,E=yield _e(n,o,i,(C,I,T)=>C.onActivitySnapshotEvent?.({event:v,messages:I,state:T,agent:r,input:e,activityMessage:y,existingMessage:g}));if(s(E),E.stopPropagation!==!0){let C={id:v.messageId,role:"activity",activityType:v.activityType,content:ke(v.content)},I;S===-1?(o.push(C),I=C):y?x&&(o[S]={...y,activityType:v.activityType,content:ke(v.content)}):x&&(o[S]=C,I=C),s({messages:o}),I&&(yield Promise.all(n.map(T=>T.onNewMessage?.({message:I,messages:o,state:i,agent:r,input:e}))))}return c()}case F.ACTIVITY_DELTA:{let v=u,S=o.findIndex(E=>E.id===v.messageId);if(S===-1)return console.warn(`ACTIVITY_DELTA: No message found with ID '${v.messageId}' to apply patch`),c();let g=o[S];if(g.role!=="activity")return console.warn(`ACTIVITY_DELTA: Message '${v.messageId}' is not an activity message`),c();let y=g,x=yield _e(n,o,i,(E,C,I)=>E.onActivityDeltaEvent?.({event:v,messages:C,state:I,agent:r,input:e,activityMessage:y}));if(s(x),x.stopPropagation!==!0)try{let E=ke(y.content??{}),C=Nr(E,v.patch??[],!0,!1).newDocument;o[S]={...y,content:ke(C),activityType:v.activityType},s({messages:o})}catch(E){let C=E instanceof Error?E.message:String(E);console.warn(`Failed to apply activity patch for '${v.messageId}': ${C}`)}return c()}case F.RAW:return s(yield _e(n,o,i,(v,S,g)=>v.onRawEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.CUSTOM:return s(yield _e(n,o,i,(v,S,g)=>v.onCustomEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.RUN_STARTED:{let v=yield _e(n,o,i,(S,g,y)=>S.onRunStartedEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let S=u;if(S.input?.messages){for(let g of S.input.messages)o.find(y=>y.id===g.id)||o.push(g);s({messages:o})}}return c()}case F.RUN_FINISHED:return s(yield _e(n,o,i,(v,S,g)=>v.onRunFinishedEvent?.({event:u,messages:S,state:g,agent:r,input:e,result:u.result}))),c();case F.RUN_ERROR:return s(yield _e(n,o,i,(v,S,g)=>v.onRunErrorEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.STEP_STARTED:return s(yield _e(n,o,i,(v,S,g)=>v.onStepStartedEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.STEP_FINISHED:return s(yield _e(n,o,i,(v,S,g)=>v.onStepFinishedEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.TEXT_MESSAGE_CHUNK:throw Error("TEXT_MESSAGE_CHUNK must be tranformed before being applied");case F.TOOL_CALL_CHUNK:throw Error("TOOL_CALL_CHUNK must be tranformed before being applied");case F.THINKING_START:return c();case F.THINKING_END:return c();case F.THINKING_TEXT_MESSAGE_START:return c();case F.THINKING_TEXT_MESSAGE_CONTENT:return c();case F.THINKING_TEXT_MESSAGE_END:return c();case F.REASONING_START:return s(yield _e(n,o,i,(v,S,g)=>v.onReasoningStartEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.REASONING_MESSAGE_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onReasoningMessageStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S}=u;if(!o.find(g=>g.id===S)){let g={id:S,role:"reasoning",content:""};o.push(g),s({messages:o})}}return c()}case F.REASONING_MESSAGE_CONTENT:{let{messageId:v,delta:S}=u,g=o.find(x=>x.id===v);if(!g)return console.warn(`REASONING_MESSAGE_CONTENT: No message found with ID '${v}'`),c();let y=yield _e(n,o,i,(x,E,C)=>x.onReasoningMessageContentEvent?.({event:u,messages:E,state:C,agent:r,input:e,reasoningMessageBuffer:typeof g.content=="string"?g.content:""}));return s(y),y.stopPropagation!==!0&&(g.content=`${typeof g.content=="string"?g.content:""}${S}`,s({messages:o})),c()}case F.REASONING_MESSAGE_END:{let{messageId:v}=u,S=o.find(g=>g.id===v);return S?(s(yield _e(n,o,i,(g,y,x)=>g.onReasoningMessageEndEvent?.({event:u,messages:y,state:x,agent:r,input:e,reasoningMessageBuffer:typeof S.content=="string"?S.content:""}))),yield Promise.all(n.map(g=>{g.onNewMessage?.({message:S,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`REASONING_MESSAGE_END: No message found with ID '${v}'`),c())}case F.REASONING_MESSAGE_CHUNK:throw Error("REASONING_MESSAGE_CHUNK must be transformed before being applied");case F.REASONING_END:return s(yield _e(n,o,i,(v,S,g)=>v.onReasoningEndEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.REASONING_ENCRYPTED_VALUE:{let{subtype:v,entityId:S,encryptedValue:g}=u,y=yield _e(n,o,i,(x,E,C)=>x.onReasoningEncryptedValueEvent?.({event:u,messages:E,state:C,agent:r,input:e}));if(s(y),y.stopPropagation!==!0){let x=!1;if(v==="tool-call"){for(let E of o)if(E.role==="assistant"&&E.toolCalls){let C=E.toolCalls.find(I=>I.id===S);if(C){C.encryptedValue=g,x=!0;break}}}else{let E=o.find(C=>C.id===S);E?.role!=="activity"&&E&&(E.encryptedValue=g,x=!0)}x&&(a.messages=o)}return c()}}return u.type,c()});return function(_x91){return _ref43.apply(this,arguments)}}()),Xd(),n.length>0?Zd({}):u=>u)},gp=e=>t=>{let r=new Map,n=new Map,o=!1,i=!1,a=!1,s=new Map,c=!1,u=!1,h=!1,v=()=>{r.clear(),n.clear(),s.clear(),c=!1,u=!1,o=!1,i=!1,h=!0};return t.pipe(yt(S=>{let g=S.type;if(e&&console.debug("[VERIFY]:",JSON.stringify(S)),i)return Fe(()=>new je(`Cannot send event type '${g}': The run has already errored with 'RUN_ERROR'. No further events can be sent.`));if(o&&g!==F.RUN_ERROR&&g!==F.RUN_STARTED)return Fe(()=>new je(`Cannot send event type '${g}': The run has already finished with 'RUN_FINISHED'. Start a new run with 'RUN_STARTED'.`));if(a){if(g===F.RUN_STARTED){if(h&&!o)return Fe(()=>new je("Cannot send 'RUN_STARTED' while a run is still active. The previous run must be finished with 'RUN_FINISHED' before starting a new run."));o&&v()}}else if(a=!0,g!==F.RUN_STARTED&&g!==F.RUN_ERROR)return Fe(()=>new je("First event must be 'RUN_STARTED'"));switch(g){case F.TEXT_MESSAGE_START:{let y=S.messageId;return r.has(y)?Fe(()=>new je(`Cannot send 'TEXT_MESSAGE_START' event: A text message with ID '${y}' is already in progress. Complete it with 'TEXT_MESSAGE_END' first.`)):(r.set(y,!0),qe(S))}case F.TEXT_MESSAGE_CONTENT:{let y=S.messageId;return r.has(y)?qe(S):Fe(()=>new je(`Cannot send 'TEXT_MESSAGE_CONTENT' event: No active text message found with ID '${y}'. Start a text message with 'TEXT_MESSAGE_START' first.`))}case F.TEXT_MESSAGE_END:{let y=S.messageId;return r.has(y)?(r.delete(y),qe(S)):Fe(()=>new je(`Cannot send 'TEXT_MESSAGE_END' event: No active text message found with ID '${y}'. A 'TEXT_MESSAGE_START' event must be sent first.`))}case F.TOOL_CALL_START:{let y=S.toolCallId;return n.has(y)?Fe(()=>new je(`Cannot send 'TOOL_CALL_START' event: A tool call with ID '${y}' is already in progress. Complete it with 'TOOL_CALL_END' first.`)):(n.set(y,!0),qe(S))}case F.TOOL_CALL_ARGS:{let y=S.toolCallId;return n.has(y)?qe(S):Fe(()=>new je(`Cannot send 'TOOL_CALL_ARGS' event: No active tool call found with ID '${y}'. Start a tool call with 'TOOL_CALL_START' first.`))}case F.TOOL_CALL_END:{let y=S.toolCallId;return n.has(y)?(n.delete(y),qe(S)):Fe(()=>new je(`Cannot send 'TOOL_CALL_END' event: No active tool call found with ID '${y}'. A 'TOOL_CALL_START' event must be sent first.`))}case F.STEP_STARTED:{let y=S.stepName;return s.has(y)?Fe(()=>new je(`Step "${y}" is already active for 'STEP_STARTED'`)):(s.set(y,!0),qe(S))}case F.STEP_FINISHED:{let y=S.stepName;return s.has(y)?(s.delete(y),qe(S)):Fe(()=>new je(`Cannot send 'STEP_FINISHED' for step "${y}" that was not started`))}case F.RUN_STARTED:return h=!0,qe(S);case F.RUN_FINISHED:if(s.size>0){let y=Array.from(s.keys()).join(", ");return Fe(()=>new je(`Cannot send 'RUN_FINISHED' while steps are still active: ${y}`))}if(r.size>0){let y=Array.from(r.keys()).join(", ");return Fe(()=>new je(`Cannot send 'RUN_FINISHED' while text messages are still active: ${y}`))}if(n.size>0){let y=Array.from(n.keys()).join(", ");return Fe(()=>new je(`Cannot send 'RUN_FINISHED' while tool calls are still active: ${y}`))}return o=!0,qe(S);case F.RUN_ERROR:return i=!0,qe(S);case F.CUSTOM:return qe(S);case F.THINKING_TEXT_MESSAGE_START:return c?u?Fe(()=>new je("Cannot send 'THINKING_TEXT_MESSAGE_START' event: A thinking message is already in progress. Complete it with 'THINKING_TEXT_MESSAGE_END' first.")):(u=!0,qe(S)):Fe(()=>new je("Cannot send 'THINKING_TEXT_MESSAGE_START' event: A thinking step is not in progress. Create one with 'THINKING_START' first."));case F.THINKING_TEXT_MESSAGE_CONTENT:return u?qe(S):Fe(()=>new je("Cannot send 'THINKING_TEXT_MESSAGE_CONTENT' event: No active thinking message found. Start a message with 'THINKING_TEXT_MESSAGE_START' first."));case F.THINKING_TEXT_MESSAGE_END:return u?(u=!1,qe(S)):Fe(()=>new je("Cannot send 'THINKING_TEXT_MESSAGE_END' event: No active thinking message found. A 'THINKING_TEXT_MESSAGE_START' event must be sent first."));case F.THINKING_START:return c?Fe(()=>new je("Cannot send 'THINKING_START' event: A thinking step is already in progress. End it with 'THINKING_END' first.")):(c=!0,qe(S));case F.THINKING_END:return c?(c=!1,qe(S)):Fe(()=>new je("Cannot send 'THINKING_END' event: No active thinking step found. A 'THINKING_START' event must be sent first."));default:return qe(S)}}))},On=function(e){return e.HEADERS="headers",e.DATA="data",e}({}),rk=(e,t)=>Jd(()=>Tn(A(e,t))).pipe(ep(r=>{if(!r.ok){let i=r.headers.get("content-type")||"";return Tn(r.text()).pipe(yt(a=>{let s=a;if(i.includes("application/json"))try{s=JSON.parse(a)}catch{}let c=Error(`HTTP ${r.status}: ${typeof s=="string"?s:JSON.stringify(s)}`);return c.status=r.status,c.payload=s,Fe(()=>c)}))}let n={type:On.HEADERS,status:r.status,headers:r.headers},o=r.body?.getReader();return o?new Ne(i=>(i.next(n),_asyncToGenerator(function*(){try{for(;;){let{done:a,value:s}=yield o.read();if(a)break;let c={type:On.DATA,data:s};i.next(c)}i.complete()}catch(a){i.error(a)}})(),()=>{o.cancel().catch(a=>{if(a?.name!=="AbortError")throw a})})):Fe(()=>Error("Failed to getReader() from response"))})),nk=e=>{let t=new Wt,r=new TextDecoder("utf-8",{fatal:!1}),n="";e.subscribe({next:i=>{if(i.type!==On.HEADERS&&i.type===On.DATA&&i.data){let a=r.decode(i.data,{stream:!0});n+=a;let s=n.split(/\n\n/);n=s.pop()||"";for(let c of s)o(c)}},error:i=>t.error(i),complete:()=>{n&&(n+=r.decode(),o(n)),t.complete()}});function o(i){let a=i.split(`
38
+ Error: ${y}`)}}return c()}case F.MESSAGES_SNAPSHOT:{let v=yield _e(n,o,i,(S,g,y)=>S.onMessagesSnapshotEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messages:S}=u;o=S,s({messages:o})}return c()}case F.ACTIVITY_SNAPSHOT:{let v=u,S=o.findIndex(C=>C.id===v.messageId),g=S>=0?o[S]:void 0,y=g?.role==="activity"?g:void 0,x=v.replace??!0,E=yield _e(n,o,i,(C,I,T)=>C.onActivitySnapshotEvent?.({event:v,messages:I,state:T,agent:r,input:e,activityMessage:y,existingMessage:g}));if(s(E),E.stopPropagation!==!0){let C={id:v.messageId,role:"activity",activityType:v.activityType,content:ke(v.content)},I;S===-1?(o.push(C),I=C):y?x&&(o[S]={...y,activityType:v.activityType,content:ke(v.content)}):x&&(o[S]=C,I=C),s({messages:o}),I&&(yield Promise.all(n.map(T=>T.onNewMessage?.({message:I,messages:o,state:i,agent:r,input:e}))))}return c()}case F.ACTIVITY_DELTA:{let v=u,S=o.findIndex(E=>E.id===v.messageId);if(S===-1)return console.warn(`ACTIVITY_DELTA: No message found with ID '${v.messageId}' to apply patch`),c();let g=o[S];if(g.role!=="activity")return console.warn(`ACTIVITY_DELTA: Message '${v.messageId}' is not an activity message`),c();let y=g,x=yield _e(n,o,i,(E,C,I)=>E.onActivityDeltaEvent?.({event:v,messages:C,state:I,agent:r,input:e,activityMessage:y}));if(s(x),x.stopPropagation!==!0)try{let E=ke(y.content??{}),C=Or(E,v.patch??[],!0,!1).newDocument;o[S]={...y,content:ke(C),activityType:v.activityType},s({messages:o})}catch(E){let C=E instanceof Error?E.message:String(E);console.warn(`Failed to apply activity patch for '${v.messageId}': ${C}`)}return c()}case F.RAW:return s(yield _e(n,o,i,(v,S,g)=>v.onRawEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.CUSTOM:return s(yield _e(n,o,i,(v,S,g)=>v.onCustomEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.RUN_STARTED:{let v=yield _e(n,o,i,(S,g,y)=>S.onRunStartedEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let S=u;if(S.input?.messages){for(let g of S.input.messages)o.find(y=>y.id===g.id)||o.push(g);s({messages:o})}}return c()}case F.RUN_FINISHED:return s(yield _e(n,o,i,(v,S,g)=>v.onRunFinishedEvent?.({event:u,messages:S,state:g,agent:r,input:e,result:u.result}))),c();case F.RUN_ERROR:return s(yield _e(n,o,i,(v,S,g)=>v.onRunErrorEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.STEP_STARTED:return s(yield _e(n,o,i,(v,S,g)=>v.onStepStartedEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.STEP_FINISHED:return s(yield _e(n,o,i,(v,S,g)=>v.onStepFinishedEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.TEXT_MESSAGE_CHUNK:throw Error("TEXT_MESSAGE_CHUNK must be tranformed before being applied");case F.TOOL_CALL_CHUNK:throw Error("TOOL_CALL_CHUNK must be tranformed before being applied");case F.THINKING_START:return c();case F.THINKING_END:return c();case F.THINKING_TEXT_MESSAGE_START:return c();case F.THINKING_TEXT_MESSAGE_CONTENT:return c();case F.THINKING_TEXT_MESSAGE_END:return c();case F.REASONING_START:return s(yield _e(n,o,i,(v,S,g)=>v.onReasoningStartEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.REASONING_MESSAGE_START:{let v=yield _e(n,o,i,(S,g,y)=>S.onReasoningMessageStartEvent?.({event:u,messages:g,state:y,agent:r,input:e}));if(s(v),v.stopPropagation!==!0){let{messageId:S}=u;if(!o.find(g=>g.id===S)){let g={id:S,role:"reasoning",content:""};o.push(g),s({messages:o})}}return c()}case F.REASONING_MESSAGE_CONTENT:{let{messageId:v,delta:S}=u,g=o.find(x=>x.id===v);if(!g)return console.warn(`REASONING_MESSAGE_CONTENT: No message found with ID '${v}'`),c();let y=yield _e(n,o,i,(x,E,C)=>x.onReasoningMessageContentEvent?.({event:u,messages:E,state:C,agent:r,input:e,reasoningMessageBuffer:typeof g.content=="string"?g.content:""}));return s(y),y.stopPropagation!==!0&&(g.content=`${typeof g.content=="string"?g.content:""}${S}`,s({messages:o})),c()}case F.REASONING_MESSAGE_END:{let{messageId:v}=u,S=o.find(g=>g.id===v);return S?(s(yield _e(n,o,i,(g,y,x)=>g.onReasoningMessageEndEvent?.({event:u,messages:y,state:x,agent:r,input:e,reasoningMessageBuffer:typeof S.content=="string"?S.content:""}))),yield Promise.all(n.map(g=>{g.onNewMessage?.({message:S,messages:o,state:i,agent:r,input:e})})),c()):(console.warn(`REASONING_MESSAGE_END: No message found with ID '${v}'`),c())}case F.REASONING_MESSAGE_CHUNK:throw Error("REASONING_MESSAGE_CHUNK must be transformed before being applied");case F.REASONING_END:return s(yield _e(n,o,i,(v,S,g)=>v.onReasoningEndEvent?.({event:u,messages:S,state:g,agent:r,input:e}))),c();case F.REASONING_ENCRYPTED_VALUE:{let{subtype:v,entityId:S,encryptedValue:g}=u,y=yield _e(n,o,i,(x,E,C)=>x.onReasoningEncryptedValueEvent?.({event:u,messages:E,state:C,agent:r,input:e}));if(s(y),y.stopPropagation!==!0){let x=!1;if(v==="tool-call"){for(let E of o)if(E.role==="assistant"&&E.toolCalls){let C=E.toolCalls.find(I=>I.id===S);if(C){C.encryptedValue=g,x=!0;break}}}else{let E=o.find(C=>C.id===S);E?.role!=="activity"&&E&&(E.encryptedValue=g,x=!0)}x&&(a.messages=o)}return c()}}return u.type,c()});return function(_x82){return _ref40.apply(this,arguments)}}()),Ld(),n.length>0?Ud({}):u=>u)},nf=e=>t=>{let r=new Map,n=new Map,o=!1,i=!1,a=!1,s=new Map,c=!1,u=!1,h=!1,v=()=>{r.clear(),n.clear(),s.clear(),c=!1,u=!1,o=!1,i=!1,h=!0};return t.pipe(yt(S=>{let g=S.type;if(e&&console.debug("[VERIFY]:",JSON.stringify(S)),i)return Fe(()=>new qe(`Cannot send event type '${g}': The run has already errored with 'RUN_ERROR'. No further events can be sent.`));if(o&&g!==F.RUN_ERROR&&g!==F.RUN_STARTED)return Fe(()=>new qe(`Cannot send event type '${g}': The run has already finished with 'RUN_FINISHED'. Start a new run with 'RUN_STARTED'.`));if(a){if(g===F.RUN_STARTED){if(h&&!o)return Fe(()=>new qe("Cannot send 'RUN_STARTED' while a run is still active. The previous run must be finished with 'RUN_FINISHED' before starting a new run."));o&&v()}}else if(a=!0,g!==F.RUN_STARTED&&g!==F.RUN_ERROR)return Fe(()=>new qe("First event must be 'RUN_STARTED'"));switch(g){case F.TEXT_MESSAGE_START:{let y=S.messageId;return r.has(y)?Fe(()=>new qe(`Cannot send 'TEXT_MESSAGE_START' event: A text message with ID '${y}' is already in progress. Complete it with 'TEXT_MESSAGE_END' first.`)):(r.set(y,!0),je(S))}case F.TEXT_MESSAGE_CONTENT:{let y=S.messageId;return r.has(y)?je(S):Fe(()=>new qe(`Cannot send 'TEXT_MESSAGE_CONTENT' event: No active text message found with ID '${y}'. Start a text message with 'TEXT_MESSAGE_START' first.`))}case F.TEXT_MESSAGE_END:{let y=S.messageId;return r.has(y)?(r.delete(y),je(S)):Fe(()=>new qe(`Cannot send 'TEXT_MESSAGE_END' event: No active text message found with ID '${y}'. A 'TEXT_MESSAGE_START' event must be sent first.`))}case F.TOOL_CALL_START:{let y=S.toolCallId;return n.has(y)?Fe(()=>new qe(`Cannot send 'TOOL_CALL_START' event: A tool call with ID '${y}' is already in progress. Complete it with 'TOOL_CALL_END' first.`)):(n.set(y,!0),je(S))}case F.TOOL_CALL_ARGS:{let y=S.toolCallId;return n.has(y)?je(S):Fe(()=>new qe(`Cannot send 'TOOL_CALL_ARGS' event: No active tool call found with ID '${y}'. Start a tool call with 'TOOL_CALL_START' first.`))}case F.TOOL_CALL_END:{let y=S.toolCallId;return n.has(y)?(n.delete(y),je(S)):Fe(()=>new qe(`Cannot send 'TOOL_CALL_END' event: No active tool call found with ID '${y}'. A 'TOOL_CALL_START' event must be sent first.`))}case F.STEP_STARTED:{let y=S.stepName;return s.has(y)?Fe(()=>new qe(`Step "${y}" is already active for 'STEP_STARTED'`)):(s.set(y,!0),je(S))}case F.STEP_FINISHED:{let y=S.stepName;return s.has(y)?(s.delete(y),je(S)):Fe(()=>new qe(`Cannot send 'STEP_FINISHED' for step "${y}" that was not started`))}case F.RUN_STARTED:return h=!0,je(S);case F.RUN_FINISHED:if(s.size>0){let y=Array.from(s.keys()).join(", ");return Fe(()=>new qe(`Cannot send 'RUN_FINISHED' while steps are still active: ${y}`))}if(r.size>0){let y=Array.from(r.keys()).join(", ");return Fe(()=>new qe(`Cannot send 'RUN_FINISHED' while text messages are still active: ${y}`))}if(n.size>0){let y=Array.from(n.keys()).join(", ");return Fe(()=>new qe(`Cannot send 'RUN_FINISHED' while tool calls are still active: ${y}`))}return o=!0,je(S);case F.RUN_ERROR:return i=!0,je(S);case F.CUSTOM:return je(S);case F.THINKING_TEXT_MESSAGE_START:return c?u?Fe(()=>new qe("Cannot send 'THINKING_TEXT_MESSAGE_START' event: A thinking message is already in progress. Complete it with 'THINKING_TEXT_MESSAGE_END' first.")):(u=!0,je(S)):Fe(()=>new qe("Cannot send 'THINKING_TEXT_MESSAGE_START' event: A thinking step is not in progress. Create one with 'THINKING_START' first."));case F.THINKING_TEXT_MESSAGE_CONTENT:return u?je(S):Fe(()=>new qe("Cannot send 'THINKING_TEXT_MESSAGE_CONTENT' event: No active thinking message found. Start a message with 'THINKING_TEXT_MESSAGE_START' first."));case F.THINKING_TEXT_MESSAGE_END:return u?(u=!1,je(S)):Fe(()=>new qe("Cannot send 'THINKING_TEXT_MESSAGE_END' event: No active thinking message found. A 'THINKING_TEXT_MESSAGE_START' event must be sent first."));case F.THINKING_START:return c?Fe(()=>new qe("Cannot send 'THINKING_START' event: A thinking step is already in progress. End it with 'THINKING_END' first.")):(c=!0,je(S));case F.THINKING_END:return c?(c=!1,je(S)):Fe(()=>new qe("Cannot send 'THINKING_END' event: No active thinking step found. A 'THINKING_START' event must be sent first."));default:return je(S)}}))},Cn=function(e){return e.HEADERS="headers",e.DATA="data",e}({}),R_=(e,t)=>Vd(()=>An(A(e,t))).pipe(Bd(r=>{if(!r.ok){let i=r.headers.get("content-type")||"";return An(r.text()).pipe(yt(a=>{let s=a;if(i.includes("application/json"))try{s=JSON.parse(a)}catch{}let c=Error(`HTTP ${r.status}: ${typeof s=="string"?s:JSON.stringify(s)}`);return c.status=r.status,c.payload=s,Fe(()=>c)}))}let n={type:Cn.HEADERS,status:r.status,headers:r.headers},o=r.body?.getReader();return o?new Ne(i=>(i.next(n),_asyncToGenerator(function*(){try{for(;;){let{done:a,value:s}=yield o.read();if(a)break;let c={type:Cn.DATA,data:s};i.next(c)}i.complete()}catch(a){i.error(a)}})(),()=>{o.cancel().catch(a=>{if(a?.name!=="AbortError")throw a})})):Fe(()=>Error("Failed to getReader() from response"))})),I_=e=>{let t=new zt,r=new TextDecoder("utf-8",{fatal:!1}),n="";e.subscribe({next:i=>{if(i.type!==Cn.HEADERS&&i.type===Cn.DATA&&i.data){let a=r.decode(i.data,{stream:!0});n+=a;let s=n.split(/\n\n/);n=s.pop()||"";for(let c of s)o(c)}},error:i=>t.error(i),complete:()=>{n&&(n+=r.decode(),o(n)),t.complete()}});function o(i){let a=i.split(`
39
39
  `),s=[];for(let c of a)c.startsWith("data:")&&s.push(c.slice(5).replace(/^ /,""));if(s.length>0)try{let c=s.join(`
40
- `),u=JSON.parse(c);t.next(u)}catch(c){t.error(c)}}return t.asObservable()},ok=e=>{let t=new Wt,r=new Uint8Array;e.subscribe({next:o=>{if(o.type!==On.HEADERS&&o.type===On.DATA&&o.data){let i=new Uint8Array(r.length+o.data.length);i.set(r,0),i.set(o.data,r.length),r=i,n()}},error:o=>t.error(o),complete:()=>{if(r.length>0)try{n()}catch{console.warn("Incomplete or invalid protocol buffer data at stream end")}t.complete()}});function n(){for(;r.length>=4;){let o=4+new DataView(r.buffer,r.byteOffset,4).getUint32(0,!1);if(r.length<o)break;try{let i=r.slice(4,o),a=Vv(i);t.next(a),r=r.slice(o)}catch(i){let a=i instanceof Error?i.message:String(i);t.error(Error(`Failed to decode protocol buffer message: ${a}`));return}}}return t.asObservable()},ik=e=>{let t=new Wt,r=new rc,n=!1;return e.subscribe({next:o=>{r.next(o),o.type===On.HEADERS&&!n?(n=!0,o.headers.get("content-type")===Gv?ok(r).subscribe({next:i=>t.next(i),error:i=>t.error(i),complete:()=>t.complete()}):nk(r).subscribe({next:i=>{try{let a=Gs.parse(i);t.next(a)}catch(a){t.error(a)}},error:i=>{if(i?.name==="AbortError"){t.next({type:F.RUN_ERROR,message:i.message||"Request aborted",code:"abort",rawEvent:i}),t.complete();return}return t.error(i)},complete:()=>t.complete()})):n||t.error(Error("No headers event received before data events"))},error:o=>{r.error(o),t.error(o)},complete:()=>{r.complete()}}),t.asObservable()},Pe=R.enum(["TextMessageStart","TextMessageContent","TextMessageEnd","ActionExecutionStart","ActionExecutionArgs","ActionExecutionEnd","ActionExecutionResult","AgentStateMessage","MetaEvent","RunStarted","RunFinished","RunError","NodeStarted","NodeFinished"]),ak=R.enum(["LangGraphInterruptEvent","PredictState","Exit"]),sk=R.object({type:R.literal(Pe.enum.TextMessageStart),messageId:R.string(),parentMessageId:R.string().optional(),role:R.string().optional()}),ck=R.object({type:R.literal(Pe.enum.TextMessageContent),messageId:R.string(),content:R.string()}),uk=R.object({type:R.literal(Pe.enum.TextMessageEnd),messageId:R.string()}),lk=R.object({type:R.literal(Pe.enum.ActionExecutionStart),actionExecutionId:R.string(),actionName:R.string(),parentMessageId:R.string().optional()}),dk=R.object({type:R.literal(Pe.enum.ActionExecutionArgs),actionExecutionId:R.string(),args:R.string()}),pk=R.object({type:R.literal(Pe.enum.ActionExecutionEnd),actionExecutionId:R.string()}),fk=R.object({type:R.literal(Pe.enum.ActionExecutionResult),actionName:R.string(),actionExecutionId:R.string(),result:R.string()}),mk=R.object({type:R.literal(Pe.enum.AgentStateMessage),threadId:R.string(),agentName:R.string(),nodeName:R.string(),runId:R.string(),active:R.boolean(),role:R.string(),state:R.string(),running:R.boolean()}),gk=R.object({type:R.literal(Pe.enum.MetaEvent),name:ak,value:R.any()}),hk=R.object({type:R.literal(Pe.enum.RunError),message:R.string(),code:R.string().optional()});R.discriminatedUnion("type",[sk,ck,uk,lk,dk,pk,fk,mk,gk,hk]),R.object({id:R.string(),role:R.string(),content:R.string(),parentMessageId:R.string().optional()}),R.object({id:R.string(),name:R.string(),arguments:R.any(),parentMessageId:R.string().optional()}),R.object({id:R.string(),result:R.any(),actionExecutionId:R.string(),actionName:R.string()});var yk=e=>{if(typeof e=="string")return e;if(!Array.isArray(e))return;let t=e.filter(r=>r.type==="text").map(r=>r.text).filter(r=>r.length>0);if(t.length!==0)return t.join(`
41
- `)},vk=(e,t,r)=>n=>{let o={},i=!0,a=!0,s="",c=null,u=null,h=[],v={},S=g=>{typeof g=="object"&&g&&("messages"in g&&delete g.messages,o=g)};return n.pipe(yt(g=>{switch(g.type){case F.TEXT_MESSAGE_START:{let y=g;return[{type:Pe.enum.TextMessageStart,messageId:y.messageId,role:y.role}]}case F.TEXT_MESSAGE_CONTENT:{let y=g;return[{type:Pe.enum.TextMessageContent,messageId:y.messageId,content:y.delta}]}case F.TEXT_MESSAGE_END:{let y=g;return[{type:Pe.enum.TextMessageEnd,messageId:y.messageId}]}case F.TOOL_CALL_START:{let y=g;return h.push({id:y.toolCallId,type:"function",function:{name:y.toolCallName,arguments:""}}),a=!0,v[y.toolCallId]=y.toolCallName,[{type:Pe.enum.ActionExecutionStart,actionExecutionId:y.toolCallId,actionName:y.toolCallName,parentMessageId:y.parentMessageId}]}case F.TOOL_CALL_ARGS:{let y=g,x=h.find(C=>C.id===y.toolCallId);if(!x)return console.warn(`TOOL_CALL_ARGS: No tool call found with ID '${y.toolCallId}'`),[];x.function.arguments+=y.delta;let E=!1;if(u){let C=u.find(I=>I.tool==x.function.name);if(C)try{let I=JSON.parse(Sc(x.function.arguments));C.tool_argument&&C.tool_argument in I?(S({...o,[C.state_key]:I[C.tool_argument]}),E=!0):C.tool_argument||(S({...o,[C.state_key]:I}),E=!0)}catch{}}return[{type:Pe.enum.ActionExecutionArgs,actionExecutionId:y.toolCallId,args:y.delta},...(E?[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}]:[])]}case F.TOOL_CALL_END:{let y=g;return[{type:Pe.enum.ActionExecutionEnd,actionExecutionId:y.toolCallId}]}case F.TOOL_CALL_RESULT:{let y=g;return[{type:Pe.enum.ActionExecutionResult,actionExecutionId:y.toolCallId,result:y.content,actionName:v[y.toolCallId]||"unknown"}]}case F.RAW:return[];case F.CUSTOM:{let y=g;switch(y.name){case"Exit":i=!1;break;case"PredictState":u=y.value;break}return[{type:Pe.enum.MetaEvent,name:y.name,value:y.value}]}case F.STATE_SNAPSHOT:return S(g.snapshot),[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}];case F.STATE_DELTA:{let y=g,x=Nr(o,y.delta,!0,!1);return x?(S(x.newDocument),[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}]):[]}case F.MESSAGES_SNAPSHOT:return c=g.messages,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify({...o,...(c?{messages:c}:{})}),active:!0}];case F.RUN_STARTED:return[];case F.RUN_FINISHED:return c&&(o.messages=c),Object.keys(o).length===0?[]:[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify({...o,...(c?{messages:Sk(c)}:{})}),active:!1}];case F.RUN_ERROR:{let y=g;return[{type:Pe.enum.RunError,message:y.message,code:y.code}]}case F.STEP_STARTED:return s=g.stepName,h=[],u=null,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:!0}];case F.STEP_FINISHED:return h=[],u=null,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:!1}];default:return[]}}))};function Sk(e){let t=[];for(let r of e)if(r.role==="assistant"||r.role==="user"||r.role==="system"){let n=yk(r.content);if(n){let o={id:r.id,role:r.role,content:n};t.push(o)}if(r.role==="assistant"&&r.toolCalls&&r.toolCalls.length>0)for(let o of r.toolCalls){let i={id:o.id,name:o.function.name,arguments:JSON.parse(o.function.arguments),parentMessageId:r.id};t.push(i)}}else if(r.role==="tool"){let n="unknown";for(let i of e)if(i.role==="assistant"&&i.toolCalls?.length){for(let a of i.toolCalls)if(a.id===r.toolCallId){n=a.function.name;break}}let o={id:r.id,result:r.content,actionExecutionId:r.toolCallId,actionName:n};t.push(o)}return t}var Qc=e=>t=>{let r,n,o,i,a=()=>{if(!r||i!=="text")throw Error("No text message to close");let h={type:F.TEXT_MESSAGE_END,messageId:r.messageId};return i=void 0,r=void 0,e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_END",JSON.stringify(h)),h},s=()=>{if(!n||i!=="tool")throw Error("No tool call to close");let h={type:F.TOOL_CALL_END,toolCallId:n.toolCallId};return i=void 0,n=void 0,e&&console.debug("[TRANSFORM]: TOOL_CALL_END",JSON.stringify(h)),h},c=()=>{if(!o||i!=="reasoning")throw Error("No reasoning message to close");let h={type:F.REASONING_MESSAGE_END,messageId:o.messageId};return i=void 0,o=void 0,e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_END",JSON.stringify(h)),h},u=()=>i==="text"?[a()]:i==="tool"?[s()]:i==="reasoning"?[c()]:[];return t.pipe(yt(h=>{switch(h.type){case F.TEXT_MESSAGE_START:case F.TEXT_MESSAGE_CONTENT:case F.TEXT_MESSAGE_END:case F.TOOL_CALL_START:case F.TOOL_CALL_ARGS:case F.TOOL_CALL_END:case F.TOOL_CALL_RESULT:case F.STATE_SNAPSHOT:case F.STATE_DELTA:case F.MESSAGES_SNAPSHOT:case F.CUSTOM:case F.RUN_STARTED:case F.RUN_FINISHED:case F.RUN_ERROR:case F.STEP_STARTED:case F.STEP_FINISHED:case F.THINKING_START:case F.THINKING_END:case F.THINKING_TEXT_MESSAGE_START:case F.THINKING_TEXT_MESSAGE_CONTENT:case F.THINKING_TEXT_MESSAGE_END:case F.REASONING_START:case F.REASONING_MESSAGE_START:case F.REASONING_MESSAGE_CONTENT:case F.REASONING_MESSAGE_END:case F.REASONING_END:return[...u(),h];case F.RAW:case F.ACTIVITY_SNAPSHOT:case F.ACTIVITY_DELTA:case F.REASONING_ENCRYPTED_VALUE:return[h];case F.TEXT_MESSAGE_CHUNK:let v=h,S=[];if((i!=="text"||v.messageId!==void 0&&v.messageId!==r?.messageId)&&S.push(...u()),i!=="text"){if(v.messageId===void 0)throw Error("First TEXT_MESSAGE_CHUNK must have a messageId");r={messageId:v.messageId},i="text";let C={type:F.TEXT_MESSAGE_START,messageId:v.messageId,role:v.role||"assistant"};S.push(C),e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_START",JSON.stringify(C))}if(v.delta!==void 0){let C={type:F.TEXT_MESSAGE_CONTENT,messageId:r.messageId,delta:v.delta};S.push(C),e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_CONTENT",JSON.stringify(C))}return S;case F.TOOL_CALL_CHUNK:let g=h,y=[];if((i!=="tool"||g.toolCallId!==void 0&&g.toolCallId!==n?.toolCallId)&&y.push(...u()),i!=="tool"){if(g.toolCallId===void 0)throw Error("First TOOL_CALL_CHUNK must have a toolCallId");if(g.toolCallName===void 0)throw Error("First TOOL_CALL_CHUNK must have a toolCallName");n={toolCallId:g.toolCallId,toolCallName:g.toolCallName,parentMessageId:g.parentMessageId},i="tool";let C={type:F.TOOL_CALL_START,toolCallId:g.toolCallId,toolCallName:g.toolCallName,parentMessageId:g.parentMessageId};y.push(C),e&&console.debug("[TRANSFORM]: TOOL_CALL_START",JSON.stringify(C))}if(g.delta!==void 0){let C={type:F.TOOL_CALL_ARGS,toolCallId:n.toolCallId,delta:g.delta};y.push(C),e&&console.debug("[TRANSFORM]: TOOL_CALL_ARGS",JSON.stringify(C))}return y;case F.REASONING_MESSAGE_CHUNK:let x=h,E=[];if((i!=="reasoning"||x.messageId&&x.messageId!==o?.messageId)&&E.push(...u()),i!=="reasoning"){if(x.messageId===void 0)throw Error("First REASONING_MESSAGE_CHUNK must have a messageId");o={messageId:x.messageId},i="reasoning";let C={type:F.REASONING_MESSAGE_START,messageId:x.messageId};E.push(C),e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_START",JSON.stringify(C))}if(x.delta!==void 0){let C={type:F.REASONING_MESSAGE_CONTENT,messageId:o.messageId,delta:x.delta};E.push(C),e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_CONTENT",JSON.stringify(C))}return E}return h.type,[]}),kn(()=>{u()}))},hp=class{runNext(e,t){return t.run(e).pipe(Qc(!1))}runNextWithState(e,t){let r=ke(e.messages||[]),n=ke(e.state||{}),o=new rc;return Yv(e,o,t,[]).subscribe(i=>{i.messages!==void 0&&(r=i.messages),i.state!==void 0&&(n=i.state)}),this.runNext(e,t).pipe(yc(/*#__PURE__*/function(){var _ref45=_asyncToGenerator(function*(i){return o.next(i),yield new Promise(a=>setTimeout(a,0)),{event:i,messages:ke(r),state:ke(n)}});return function(_x92){return _ref45.apply(this,arguments)}}()))}},wk=class extends hp{constructor(e){super(),this.fn=e}run(e,t){return this.fn(e,t)}};function Ak(e){let t=e.content;if(Array.isArray(t)){let r=t.filter(n=>typeof n=="object"&&!!n&&"type"in n&&n.type==="text"&&typeof n.text=="string").map(n=>n.text).join("");return{...e,content:r}}return typeof t=="string"?e:{...e,content:""}}var bk=class extends hp{run(e,t){let{parentRunId:r,...n}=e,o={...n,messages:n.messages.map(Ak)};return this.runNext(o,t)}},Qv="THINKING_START",Hv="THINKING_END",zv="THINKING_TEXT_MESSAGE_START",Wv="THINKING_TEXT_MESSAGE_CONTENT",Kv="THINKING_TEXT_MESSAGE_END",xk=class extends hp{constructor(...e){super(...e),this.currentReasoningId=null,this.currentMessageId=null}warnAboutTransformation(e,t){process.env.SUPPRESS_TRANSFORMATION_WARNINGS||console.warn(`AG-UI is converting ${e} to ${t}. To remove this warning, upgrade your AG-UI integration package (e.g. @ag-ui/langgraph). To surpress it, set SUPPRESS_TRANSFORMATION_WARNINGS=true in your .env file.`)}run(e,t){return this.currentReasoningId=null,this.currentMessageId=null,this.runNext(e,t).pipe(_n(r=>this.transformEvent(r)))}transformEvent(e){switch(e.type){case Qv:{this.currentReasoningId=ea();let{title:t,...r}=e;return this.warnAboutTransformation(Qv,F.REASONING_START),{...r,type:F.REASONING_START,messageId:this.currentReasoningId}}case zv:return this.currentMessageId=ea(),this.warnAboutTransformation(zv,F.REASONING_MESSAGE_START),{...e,type:F.REASONING_MESSAGE_START,messageId:this.currentMessageId,role:"assistant"};case Wv:{let{delta:t,...r}=e;return this.warnAboutTransformation(Wv,F.REASONING_MESSAGE_CONTENT),{...r,type:F.REASONING_MESSAGE_CONTENT,messageId:this.currentMessageId??ea(),delta:t}}case Kv:{let t=this.currentMessageId??ea();return this.warnAboutTransformation(Kv,F.REASONING_MESSAGE_END),{...e,type:F.REASONING_MESSAGE_END,messageId:t}}case Hv:{let t=this.currentReasoningId??ea();return this.warnAboutTransformation(Hv,F.REASONING_END),{...e,type:F.REASONING_END,messageId:t}}default:return e}}},Ck="0.0.45",Ek=class{get maxVersion(){return Ck}constructor({agentId:e,description:t,threadId:r,initialMessages:n,initialState:o,debug:i}={}){this.debug=!1,this.subscribers=[],this.isRunning=!1,this.middlewares=[],this.agentId=e,this.description=t??"",this.threadId=r??Tr(),this.messages=ke(n??[]),this.state=ke(o??{}),this.debug=i??!1,$c(this.maxVersion,"0.0.39")<=0&&this.middlewares.unshift(new bk),$c(this.maxVersion,"0.0.45")<=0&&this.middlewares.unshift(new xk)}subscribe(e){return this.subscribers.push(e),{unsubscribe:()=>{this.subscribers=this.subscribers.filter(t=>t!==e)}}}use(...e){let t=e.map(r=>typeof r=="function"?new wk(r):r);return this.middlewares.push(...t),this}runAgent(e,t){var _this14=this;return _asyncToGenerator(function*(){try{_this14.isRunning=!0,_this14.agentId=_this14.agentId??Tr();let r=_this14.prepareRunAgentInput(e),n,o=new Set(_this14.messages.map(c=>c.id)),i=[{onRunFinishedEvent:c=>{n=c.result}},..._this14.subscribers,t??{}];yield _this14.onInitialize(r,i),_this14.activeRunDetach$=new Wt;let a;_this14.activeRunCompletionPromise=new Promise(c=>{a=c}),yield hc(tc(()=>_this14.middlewares.length===0?_this14.run(r):_this14.middlewares.reduceRight((c,u)=>({run:h=>u.run(h,c)}),_this14).run(r),Qc(_this14.debug),gp(_this14.debug),c=>c.pipe(vc(_this14.activeRunDetach$)),c=>_this14.apply(r,c,i),c=>_this14.processApplyEvents(r,c,i),Xi(c=>(_this14.isRunning=!1,_this14.onError(r,c,i))),kn(()=>{_this14.isRunning=!1,_this14.onFinalize(r,i),a?.(),a=void 0,_this14.activeRunCompletionPromise=void 0,_this14.activeRunDetach$=void 0}))(qe(null)));let s=ke(_this14.messages).filter(c=>!o.has(c.id));return{result:n,newMessages:s}}finally{_this14.isRunning=!1}})()}connect(e){throw new qd}connectAgent(e,t){var _this15=this;return _asyncToGenerator(function*(){try{_this15.isRunning=!0,_this15.agentId=_this15.agentId??Tr();let r=_this15.prepareRunAgentInput(e),n,o=new Set(_this15.messages.map(c=>c.id)),i=[{onRunFinishedEvent:c=>{n=c.result}},..._this15.subscribers,t??{}];yield _this15.onInitialize(r,i),_this15.activeRunDetach$=new Wt;let a;_this15.activeRunCompletionPromise=new Promise(c=>{a=c}),yield hc(tc(()=>_this15.connect(r),Qc(_this15.debug),gp(_this15.debug),c=>c.pipe(vc(_this15.activeRunDetach$)),c=>_this15.apply(r,c,i),c=>_this15.processApplyEvents(r,c,i),Xi(c=>(_this15.isRunning=!1,c instanceof qd?nc:_this15.onError(r,c,i))),kn(()=>{_this15.isRunning=!1,_this15.onFinalize(r,i),a?.(),a=void 0,_this15.activeRunCompletionPromise=void 0,_this15.activeRunDetach$=void 0}))(qe(null)));let s=ke(_this15.messages).filter(c=>!o.has(c.id));return{result:n,newMessages:s}}finally{_this15.isRunning=!1}})()}abortRun(){}detachActiveRun(){var _this16=this;return _asyncToGenerator(function*(){if(!_this16.activeRunDetach$)return;let e=_this16.activeRunCompletionPromise??Promise.resolve();_this16.activeRunDetach$.next(),_this16.activeRunDetach$?.complete(),yield e})()}apply(e,t,r){return Yv(e,t,this,r)}processApplyEvents(e,t,r){return t.pipe(tp(n=>{n.messages&&(this.messages=n.messages,r.forEach(o=>{o.onMessagesChanged?.({messages:this.messages,state:this.state,agent:this,input:e})})),n.state&&(this.state=n.state,r.forEach(o=>{o.onStateChanged?.({state:this.state,messages:this.messages,agent:this,input:e})}))}))}prepareRunAgentInput(e){let t=ke(this.messages).filter(r=>r.role!=="activity");return{threadId:this.threadId,runId:e?.runId||Tr(),tools:ke(e?.tools??[]),context:ke(e?.context??[]),forwardedProps:ke(e?.forwardedProps??{}),state:ke(this.state),messages:t}}onInitialize(e,t){var _this17=this;return _asyncToGenerator(function*(){let r=yield _e(t,_this17.messages,_this17.state,(n,o,i)=>n.onRunInitialized?.({messages:o,state:i,agent:_this17,input:e}));(r.messages!==void 0||r.state!==void 0)&&(r.messages&&(_this17.messages=r.messages,e.messages=r.messages,t.forEach(n=>{n.onMessagesChanged?.({messages:_this17.messages,state:_this17.state,agent:_this17,input:e})})),r.state&&(_this17.state=r.state,e.state=r.state,t.forEach(n=>{n.onStateChanged?.({state:_this17.state,messages:_this17.messages,agent:_this17,input:e})})))})()}onError(e,t,r){return Tn(_e(r,this.messages,this.state,(n,o,i)=>n.onRunFailed?.({error:t,messages:o,state:i,agent:this,input:e}))).pipe(_n(n=>{let o=n;if((o.messages!==void 0||o.state!==void 0)&&(o.messages!==void 0&&(this.messages=o.messages,r.forEach(i=>{i.onMessagesChanged?.({messages:this.messages,state:this.state,agent:this,input:e})})),o.state!==void 0&&(this.state=o.state,r.forEach(i=>{i.onStateChanged?.({state:this.state,messages:this.messages,agent:this,input:e})}))),o.stopPropagation!==!0)throw console.error("Agent execution failed:",t),t;return{}}))}onFinalize(e,t){var _this18=this;return _asyncToGenerator(function*(){let r=yield _e(t,_this18.messages,_this18.state,(n,o,i)=>n.onRunFinalized?.({messages:o,state:i,agent:_this18,input:e}));(r.messages!==void 0||r.state!==void 0)&&(r.messages!==void 0&&(_this18.messages=r.messages,t.forEach(n=>{n.onMessagesChanged?.({messages:_this18.messages,state:_this18.state,agent:_this18,input:e})})),r.state!==void 0&&(_this18.state=r.state,t.forEach(n=>{n.onStateChanged?.({state:_this18.state,messages:_this18.messages,agent:_this18,input:e})})))})()}clone(){let e=Object.create(Object.getPrototypeOf(this));return e.agentId=this.agentId,e.description=this.description,e.threadId=this.threadId,e.messages=ke(this.messages),e.state=ke(this.state),e.debug=this.debug,e.isRunning=this.isRunning,e.subscribers=[...this.subscribers],e.middlewares=[...this.middlewares],e}addMessage(e){var _this19=this;this.messages.push(e),_asyncToGenerator(function*(){for(let t of _this19.subscribers)yield t.onNewMessage?.({message:e,messages:_this19.messages,state:_this19.state,agent:_this19});if(e.role==="assistant"&&e.toolCalls)for(let t of e.toolCalls)for(let r of _this19.subscribers)yield r.onNewToolCall?.({toolCall:t,messages:_this19.messages,state:_this19.state,agent:_this19});for(let t of _this19.subscribers)yield t.onMessagesChanged?.({messages:_this19.messages,state:_this19.state,agent:_this19})})()}addMessages(e){var _this20=this;this.messages.push(...e),_asyncToGenerator(function*(){for(let t of e){for(let r of _this20.subscribers)yield r.onNewMessage?.({message:t,messages:_this20.messages,state:_this20.state,agent:_this20});if(t.role==="assistant"&&t.toolCalls)for(let r of t.toolCalls)for(let n of _this20.subscribers)yield n.onNewToolCall?.({toolCall:r,messages:_this20.messages,state:_this20.state,agent:_this20})}for(let t of _this20.subscribers)yield t.onMessagesChanged?.({messages:_this20.messages,state:_this20.state,agent:_this20})})()}setMessages(e){var _this21=this;this.messages=ke(e),_asyncToGenerator(function*(){for(let t of _this21.subscribers)yield t.onMessagesChanged?.({messages:_this21.messages,state:_this21.state,agent:_this21})})()}setState(e){var _this22=this;this.state=ke(e),_asyncToGenerator(function*(){for(let t of _this22.subscribers)yield t.onStateChanged?.({messages:_this22.messages,state:_this22.state,agent:_this22})})()}legacy_to_be_removed_runAgentBridged(e){this.agentId=this.agentId??Tr();let t=this.prepareRunAgentInput(e);return(this.middlewares.length===0?this.run(t):this.middlewares.reduceRight((r,n)=>({run:o=>n.run(o,r)}),this).run(t)).pipe(Qc(this.debug),gp(this.debug),vk(this.threadId,t.runId,this.agentId),r=>r.pipe(_n(n=>(this.debug&&console.debug("[LEGACY]:",JSON.stringify(n)),n))))}},Xv=class extends Ek{requestInit(e){return{method:"POST",headers:{...this.headers,"Content-Type":"application/json",Accept:"text/event-stream"},body:JSON.stringify(e),signal:this.abortController.signal}}runAgent(e,t){return this.abortController=e?.abortController??new l.AbortController,super.runAgent(e,t)}abortRun(){this.abortController.abort(),super.abortRun()}constructor(e){super(e),this.abortController=new l.AbortController,this.url=e.url,this.headers=ke(e.headers??{})}run(e){return ik(rk(this.url,this.requestInit(e)))}clone(){let e=super.clone();e.url=this.url,e.headers=ke(this.headers??{});let t=new l.AbortController,r=this.abortController.signal;return r.aborted&&t.abort(r.reason),e.abortController=t,e}};m();d();f();p();var Jv=(e,t,r)=>{let n=Be(t,r),o=e?.trim();if(!n||!t||!o)throw new Error("Missing required parameters for answer endpoint");let i=`/api/preview/organizations/${t}/agents`;return`${n}${i}/${o}`};var yp=class extends Xv{requestInit(t){let{params:r,accessToken:n}=t.forwardedProps||{};return{method:"POST",headers:{...this.headers,Authorization:`Bearer ${n}`,"Content-Type":"application/json",Accept:"text/event-stream"},body:JSON.stringify(r),signal:this.abortController.signal}}},Zv=(e,t,r)=>new yp({url:`${Jv(e,t,r)}/answer`});m();d();f();p();m();d();f();p();var Rk={"KNOWLEDGE:SSE_MAX_DURATION_EXCEEDED":1e3,"KNOWLEDGE:SSE_FOLLOW_UP_NOT_SUPPORTED":1001,"KNOWLEDGE:NOT_FOUND":1002,"KNOWLEDGE:SSE_MODELS_NOT_AVAILABLE":1003,"KNOWLEDGE:SSE_INTERNAL_ERROR":1004};function eS(e){return e?Rk[e]??1004:1004}var tS=e=>({onRunStartedEvent:({event:t})=>{e(Co(t.runId)),e(Ot(!1)),e(br(!0)),e(Rs(t.threadId))},onStepStartedEvent:({event:t})=>{e(ay({name:t.stepName,startedAt:t.timestamp??Date.now()}))},onStepFinishedEvent:({event:t})=>{e(sy({name:t.stepName,finishedAt:t.timestamp??Date.now()}))},onTextMessageContentEvent:({event:t})=>{e(rn({textDelta:t.delta}))},onCustomEvent:({event:t})=>{let{name:r,value:n}=t;switch(r){case"header":{n?.contentFormat&&e(an(n.contentFormat)),n?.followUpEnabled&&e(Es(n.followUpEnabled));return}case"citations":{e(nn({citations:n.citations}));return}}},onRunErrorEvent:({event:t})=>{let r=eS(t.code);e(on({message:t.message,code:r}))},onRunFinishedEvent:({event:t})=>{let r=t.result?.answerGenerated??!1;e(Mi(r)),e(sn(!r)),e(br(!1))}});var rS=()=>{let e,t=()=>{e?.abortRun(),e=void 0};return{run:function(){var _ref50=_asyncToGenerator(function*(n,o,i){t();let a=Sr(n),s=ig(n),c=ag(n),u=og(n),h=Zv(a,s,c);e=h;let v=tS(o),S=Ns(n,i());try{o(Ot(!0)),yield h.runAgent({forwardedProps:{params:S,accessToken:u}},v)}catch(g){o(Ot(!1)),o(on({message:"An error occurred while starting the answer generation."})),console.error("Error running the answer agent:",g)}});return function run(_x93,_x94,_x95){return _ref50.apply(this,arguments)}}(),abortRun:t}};m();d();f();p();m();d();f();p();var Hc=P("breadcrumb/deselectAll"),nS=P("breadcrumb/deselectAllNonBreadcrumbs");m();d();f();p();var oS=P("facet/updateFacetAutoSelection",e=>j(e,{allow:new ue({required:!0})}));m();d();f();p();m();d();f();p();var zc=class extends wr{constructor(r){super(r);this.getState=r}get activeInstantResultQuery(){let r=this.getState().instantResults;for(let n in r)for(let o in r[n].cache)if(r[n].cache[o].isActive)return r[n].q;return null}get activeInstantResultCache(){let r=this.getState().instantResults;for(let n in r)for(let o in r[n].cache)if(r[n].cache[o].isActive)return r[n].cache[o];return null}get results(){return this.activeInstantResultCache?.results}get queryText(){return this.activeInstantResultQuery??St().q}get responseTime(){return this.activeInstantResultCache?.duration??jt().duration}get numberOfResults(){return this.activeInstantResultCache?.totalCountFiltered??jt().response.totalCountFiltered}getSearchUID(){return this.activeInstantResultCache?.searchUid||super.getSearchUID()}};var iS=()=>ct("analytics/instantResult/searchboxAsYouType",e=>e.makeSearchboxAsYouType(),e=>new zc(e)),aS=()=>({actionCause:"searchboxAsYouType"});m();d();f();p();var vp={id:X},Ik={...vp,q:Je},ine=P("instantResults/register",e=>j(e,vp)),Wc=P("instantResults/updateQuery",e=>j(e,Ik)),ane=P("instantResults/clearExpired",e=>j(e,vp));m();d();f();p();var Kc=new te({required:!0,min:0}),Yc=P("pagination/registerNumberOfResults",e=>j(e,Kc)),Xc=P("pagination/updateNumberOfResults",e=>j(e,Kc)),Jc=P("pagination/registerPage",e=>j(e,Kc)),Ho=P("pagination/updatePage",e=>j(e,Kc)),Zc=P("pagination/nextPage"),eu=P("pagination/previousPage");m();d();f();p();var zo=P("query/updateQuery",e=>j(e,{q:new H,enableQuerySyntax:new ue}));m();d();f();p();m();d();f();p();m();d();f();p();var Dr=()=>({cq:"",cqWasSet:!1,aq:"",aqWasSet:!1,lq:"",lqWasSet:!1,dq:"",dqWasSet:!1,defaultFilters:{cq:"",aq:"",lq:"",dq:""}});var Sp=()=>ct("search/logFetchMoreResults",e=>e.makeFetchMoreResults()),Mr=e=>ct("search/queryError",(t,r)=>t.makeQueryError({query:r.query?.q||St().q,aq:r.advancedSearchQueries?.aq||Dr().aq,cq:r.advancedSearchQueries?.cq||Dr().cq,dq:r.advancedSearchQueries?.dq||Dr().dq,errorType:e.type,errorMessage:e.message}));m();d();f();p();m();d();f();p();var $ne=P("didYouMean/enable"),Qne=P("didYouMean/disable"),Hne=P("didYouMean/automaticCorrections/disable"),zne=P("didYouMean/automaticCorrections/enable"),tu=P("didYouMean/correction",e=>j(e,X)),Wne=P("didYouMean/automaticCorrections/mode",e=>j(e,new H({constrainTo:["next","legacy"],emptyAllowed:!1,required:!0})));m();d();f();p();var wp=()=>ct("analytics/didyoumean/automatic",e=>e.makeDidYouMeanAutomatic());var sS=()=>({actionCause:"didYouMeanAutomatic"});m();d();f();p();m();d();f();p();function ru(){return{contextValues:{}}}m();d();f();p();function nu(){return{contextValues:{}}}m();d();f();p();function cS(){return{freezeFacetOrder:!1,facets:{}}}m();d();f();p();function uS(){return[]}m();d();f();p();function ta(){return{firstResult:0,defaultNumberOfResults:10,numberOfResults:10,totalCountFiltered:0}}m();d();f();p();function lS(){return{}}m();d();f();p();function dS(){return{}}m();d();f();p();function pS(){return{}}function Kt(e){return{context:e.context||ru(),dictionaryFieldContext:e.dictionaryFieldContext||nu(),facetSet:e.facetSet||us(),numericFacetSet:e.numericFacetSet||cs(),dateFacetSet:e.dateFacetSet||ss(),categoryFacetSet:e.categoryFacetSet||as(),automaticFacetSet:e.automaticFacetSet??is(),pagination:e.pagination||ta(),query:e.query||St(),tabSet:e.tabSet||pS(),advancedSearchQueries:e.advancedSearchQueries||Dr(),staticFilterSet:e.staticFilterSet||dS(),querySet:e.querySet||lS(),sortCriteria:e.sortCriteria||ls(),pipeline:e.pipeline||ro(),searchHub:e.searchHub||po(),facetOptions:e.facetOptions||cS(),facetOrder:e.facetOrder??uS(),debug:e.debug??Ua()}}m();d();f();p();var wie=new ee({values:{undoneQuery:Je},options:{required:!0}}),fS=()=>ct("analytics/trigger/query",(e,t)=>t.triggers?.queryModification.newQuery?e.makeTriggerQuery():null);m();d();f();p();var ou=P("trigger/query/ignore",e=>j(e,new H({emptyAllowed:!0,required:!0}))),iu=P("trigger/query/modification",e=>j(e,new ee({values:{originalQuery:Xe,modification:Xe}})));m();d();f();p();var jr=/*#__PURE__*/function(){var _ref51=_asyncToGenerator(function*(e,t){let r=kk(e),n=Ps(e),o=Tk(e),i=yield Rr(e,t),a=()=>e.pagination?e.pagination.firstResult+e.pagination.numberOfResults>5e3?5e3-e.pagination.firstResult:e.pagination.numberOfResults:void 0;return Cr({...i,...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(r&&{cq:r}),...(n.length&&{facets:n}),...(e.pagination&&{numberOfResults:a(),firstResult:e.pagination.firstResult}),...(e.facetOptions&&{facetOptions:{freezeFacetOrder:e.facetOptions.freezeFacetOrder}}),...(e.folding?.enabled&&{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}),...(e.automaticFacetSet&&{generateAutomaticFacets:{desiredCount:e.automaticFacetSet.desiredCount,numberOfValues:e.automaticFacetSet.numberOfValues,currentFacets:o}}),...(e.generatedAnswer&&{pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:e.generatedAnswer.fieldsToIncludeInCitations}}})})});return function jr(_x96,_x97){return _ref51.apply(this,arguments)}}();function Tk(e){let t=e.automaticFacetSet?.set;return t?Object.values(t).map(r=>r.response).map(_k).filter(r=>r.currentValues.length>0):void 0}function _k(e){let{field:t,label:r,values:n}=e,o=n.filter(i=>i.state==="selected");return{field:t,label:r,currentValues:o}}function kk(e){let t=e.advancedSearchQueries?.cq.trim()||"",n=Object.values(e.tabSet||{}).find(i=>i.isActive)?.expression.trim()||"",o=Ok(e);return[t,n,...o].filter(i=>!!i).join(" AND ")}function Ok(e){return Object.values(e.staticFilterSet||{}).map(r=>{let n=r.values.filter(i=>i.state==="selected"&&!!i.expression.trim()),o=n.map(i=>i.expression).join(" OR ");return n.length>1?`(${o})`:o})}var qr=class{constructor(t,r=n=>{this.dispatch(zo({q:n}))}){this.config=t;this.onUpdateQueryForCorrection=r}fetchFromAPI(_x98,_x99){var _this23=this;return _asyncToGenerator(function*({mappings:t,request:r},n){let o=Date.now(),i=Os(yield _this23.extra.apiClient.search(r,n),t),a=Date.now()-o,s=_this23.getState().query?.q||"";return{response:i,duration:a,queryExecuted:s,requestExecuted:r}}).apply(this,arguments)}process(t){var _this24=this;return _asyncToGenerator(function*(){return _this24.processQueryErrorOrContinue(t)??(yield _this24.processQueryCorrectionsOrContinue(t))??(yield _this24.processQueryTriggersOrContinue(t))??_this24.processSuccessResponse(t)})()}processQueryErrorOrContinue(t){return dt(t.response)?(this.dispatch(Mr(t.response.error)),this.rejectWithValue(t.response.error)):null}processQueryCorrectionsOrContinue(t){var _this25=this;return _asyncToGenerator(function*(){let r=_this25.getState(),n=_this25.getSuccessResponse(t);if(!n||!r.didYouMean)return null;let{enableDidYouMean:o,automaticallyCorrectQuery:i}=r.didYouMean,{results:a,queryCorrections:s,queryCorrection:c}=n;if(!o||!i)return null;let u=a.length===0&&s&&s.length!==0,h=!ie(c)&&!ie(c.correctedQuery);if(!u&&!h)return null;let S=u?yield _this25.processLegacyDidYouMeanAutoCorrection(t):_this25.processModernDidYouMeanAutoCorrection(t);return _this25.dispatch(Vt(Kt(_this25.getState()))),S})()}processLegacyDidYouMeanAutoCorrection(t){var _this26=this;return _asyncToGenerator(function*(){let r=_this26.getCurrentQuery(),n=_this26.getSuccessResponse(t);if(!n.queryCorrections)return null;let{correctedQuery:o}=n.queryCorrections[0],i=yield _this26.automaticallyRetryQueryWithCorrection(o);return dt(i.response)?(_this26.dispatch(Mr(i.response.error)),_this26.rejectWithValue(i.response.error)):(_this26.logOriginalAnalyticsQueryBeforeAutoCorrection(t),_this26.dispatch(Vt(Kt(_this26.getState()))),{...i,response:{...i.response.success,queryCorrections:n.queryCorrections},automaticallyCorrected:!0,originalQuery:r,analyticsAction:wp()})})()}processModernDidYouMeanAutoCorrection(t){let r=this.getSuccessResponse(t),{correctedQuery:n,originalQuery:o}=r.queryCorrection;return this.onUpdateQueryForCorrection(n),{...t,response:{...r},queryExecuted:n,automaticallyCorrected:!0,originalQuery:o,analyticsAction:wp()}}logOriginalAnalyticsQueryBeforeAutoCorrection(t){let r=this.getState(),n=this.getSuccessResponse(t);this.analyticsAction?.()(this.dispatch,()=>this.getStateAfterResponse(t.queryExecuted,t.duration,r,n),this.extra)}processQueryTriggersOrContinue(t){var _this27=this;return _asyncToGenerator(function*(){let r=_this27.getSuccessResponse(t);if(!r)return null;let n=r.triggers.find(s=>s.type==="query")?.content||"";if(!n)return null;if(_this27.getState().triggers?.queryModification.queryToIgnore===n)return _this27.dispatch(ou("")),null;_this27.analyticsAction&&(yield _this27.dispatch(_this27.analyticsAction));let i=_this27.getCurrentQuery(),a=yield _this27.automaticallyRetryQueryWithTriggerModification(n);return dt(a.response)?(_this27.dispatch(Mr(a.response.error)),_this27.rejectWithValue(a.response.error)):(_this27.dispatch(Vt(Kt(_this27.getState()))),{...a,response:{...a.response.success},automaticallyCorrected:!1,originalQuery:i,analyticsAction:fS()})})()}getStateAfterResponse(t,r,n,o){return{...n,query:{q:t,enableQuerySyntax:n.query?.enableQuerySyntax??St().enableQuerySyntax},search:{...jt(),duration:r,response:o,results:o.results}}}processSuccessResponse(t){return this.dispatch(Vt(Kt(this.getState()))),{...t,response:this.getSuccessResponse(t),automaticallyCorrected:!1,originalQuery:this.getCurrentQuery(),analyticsAction:this.analyticsAction}}getSuccessResponse(t){return va(t.response)?t.response.success:null}automaticallyRetryQueryWithCorrection(t){var _this28=this;return _asyncToGenerator(function*(){_this28.onUpdateQueryForCorrection(t);let r=yield _this28.fetchFromAPI(yield jr(_this28.getState()),{origin:"mainSearch"});return _this28.dispatch(tu(t)),r})()}automaticallyRetryQueryWithTriggerModification(t){var _this29=this;return _asyncToGenerator(function*(){return _this29.dispatch(iu({newQuery:t,originalQuery:_this29.getCurrentQuery()})),_this29.onUpdateQueryForCorrection(t),yield _this29.fetchFromAPI(yield jr(_this29.getState()),{origin:"mainSearch"})})()}getCurrentQuery(){let t=this.getState();return t.query?.q!==void 0?t.query.q:""}get extra(){return this.config.extra}getState(){return this.config.getState()}get dispatch(){return this.config.dispatch}get analyticsAction(){return this.config.analyticsAction}get rejectWithValue(){return this.config.rejectWithValue}};var Sae=be("search/executeSearch",/*#__PURE__*/function(){var _ref52=_asyncToGenerator(function*(e,t){let r=t.getState();return yield au(r,t,e)});return function(_x100,_x101){return _ref52.apply(this,arguments)}}()),wae=be("search/fetchPage",/*#__PURE__*/function(){var _ref53=_asyncToGenerator(function*(e,t){let r=t.getState();return yield bp(r,t,e)});return function(_x102,_x103){return _ref53.apply(this,arguments)}}()),Aae=be("search/fetchMoreResults",/*#__PURE__*/function(){var _ref54=_asyncToGenerator(function*(e,t){let r=t.getState();return yield xp(t,r)});return function(_x104,_x105){return _ref54.apply(this,arguments)}}()),bae=be("search/fetchFacetValues",/*#__PURE__*/function(){var _ref55=_asyncToGenerator(function*(e,t){let r=t.getState();return yield Dk(t,e,r)});return function(_x106,_x107){return _ref55.apply(this,arguments)}}()),xae=be("search/fetchInstantResults",/*#__PURE__*/function(){var _ref56=_asyncToGenerator(function*(e,t){return Ap(e,t)});return function(_x108,_x109){return _ref56.apply(this,arguments)}}()),Pk=/*#__PURE__*/function(){var _ref57=_asyncToGenerator(function*(e,t){let r=yield jr(e,t);return r.request={...r.request,firstResult:(e.pagination?.firstResult??0)+(e.search?.results.length??0)},r});return function Pk(_x110,_x111){return _ref57.apply(this,arguments)}}(),Nk=/*#__PURE__*/function(){var _ref58=_asyncToGenerator(function*(e,t,r){let n=yield Rr(e);return Cr({...n,...(e.didYouMean&&{enableDidYouMean:e.didYouMean.enableDidYouMean}),numberOfResults:r,q:t})});return function Nk(_x112,_x113,_x114){return _ref58.apply(this,arguments)}}(),Fk=/*#__PURE__*/function(){var _ref59=_asyncToGenerator(function*(e,t){let r=yield jr(e,t);return r.request.numberOfResults=0,r});return function Fk(_x115,_x116){return _ref59.apply(this,arguments)}}(),mS=e=>{e.configuration.analytics.enabled&&bt.getInstance().addElement({name:"Query",...(e.query?.q&&{value:e.query.q}),time:JSON.stringify(new Date)})};function Ap(_x117,_x118){return _Ap.apply(this,arguments)}function _Ap(){_Ap=_asyncToGenerator(function*(e,t){j(e,{id:X,q:X,maxResultsPerQuery:new te({required:!0,min:1}),cacheTimeout:new te});let{q:r,maxResultsPerQuery:n}=e,o=t.getState(),i=new qr({...t,analyticsAction:iS()},u=>{t.dispatch(Wc({q:u,id:e.id}))}),a=yield Nk(o,r,n),s=yield i.fetchFromAPI(a,{origin:"instantResults",disableAbortWarning:!0}),c=yield i.process(s);return"response"in c?{results:c.response.results,searchUid:c.response.searchUid,analyticsAction:c.analyticsAction,totalCountFiltered:c.response.totalCountFiltered,duration:c.duration}:c});return _Ap.apply(this,arguments)}function bp(_x119,_x120,_x121){return _bp.apply(this,arguments)}function _bp(){_bp=_asyncToGenerator(function*(e,t,r){mS(e);let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=t.extra,{description:a}=yield r.prepare({getState:()=>t.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=new qr({...t,analyticsAction:r}),c=yield jr(e,a),u=yield s.fetchFromAPI(c,{origin:"mainSearch"});return yield s.process(u)});return _bp.apply(this,arguments)}function xp(_x122,_x123){return _xp.apply(this,arguments)}function _xp(){_xp=_asyncToGenerator(function*(e,t){let{analyticsClientMiddleware:r,preprocessRequest:n,logger:o}=e.extra,{description:i}=yield Sp().prepare({getState:()=>e.getState(),analyticsClientMiddleware:r,preprocessRequest:n,logger:o}),a=new qr({...e,analyticsAction:Sp()}),s=yield Pk(t,i),c=yield a.fetchFromAPI(s,{origin:"mainSearch"});return yield a.process(c)});return _xp.apply(this,arguments)}function Dk(_x124,_x125,_x126){return _Dk.apply(this,arguments)}function _Dk(){_Dk=_asyncToGenerator(function*(e,t,r){let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=e.extra,{description:a}=yield t.prepare({getState:()=>e.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=new qr({...e,analyticsAction:t}),c=yield Fk(r,a),u=yield s.fetchFromAPI(c,{origin:"facetValues"});return yield s.process(u)});return _Dk.apply(this,arguments)}function au(_x127,_x128,_x129){return _au.apply(this,arguments)}function _au(){_au=_asyncToGenerator(function*(e,t,r){mS(e);let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=t.extra,{description:a}=yield r.prepare({getState:()=>t.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=yield jr(e,a),c=new qr({...t,analyticsAction:r}),u=yield c.fetchFromAPI(s,{origin:"mainSearch"});return yield c.process(u)});return _au.apply(this,arguments)}m();d();f();p();var Lr=class{constructor(t,r=n=>{this.dispatch(zo({q:n}))}){this.config=t;this.onUpdateQueryForCorrection=r}fetchFromAPI(_x130,_x131){var _this30=this;return _asyncToGenerator(function*({mappings:t,request:r},n){let o=Date.now(),i=Os(yield _this30.extra.apiClient.search(r,n),t),a=Date.now()-o,s=_this30.getState().query?.q||"";return{response:i,duration:a,queryExecuted:s,requestExecuted:r}}).apply(this,arguments)}process(t){var _this31=this;return _asyncToGenerator(function*(){return _this31.processQueryErrorOrContinue(t)??(yield _this31.processQueryCorrectionsOrContinue(t))??(yield _this31.processQueryTriggersOrContinue(t))??_this31.processSuccessResponse(t)})()}processQueryErrorOrContinue(t){return dt(t.response)?(this.dispatch(Mr(t.response.error)),this.rejectWithValue(t.response.error)):null}processQueryCorrectionsOrContinue(t){var _this32=this;return _asyncToGenerator(function*(){let r=_this32.getState(),n=_this32.getSuccessResponse(t);if(!n||!r.didYouMean)return null;let{enableDidYouMean:o,automaticallyCorrectQuery:i}=r.didYouMean,{results:a,queryCorrections:s,queryCorrection:c}=n;if(!o||!i)return null;let u=a.length===0&&s&&s.length!==0,h=!ie(c)&&!ie(c.correctedQuery);if(!u&&!h)return null;let S=u?yield _this32.processLegacyDidYouMeanAutoCorrection(t):_this32.processModernDidYouMeanAutoCorrection(t);return _this32.dispatch(Vt(Kt(_this32.getState()))),S})()}processLegacyDidYouMeanAutoCorrection(t){var _this33=this;return _asyncToGenerator(function*(){let r=_this33.getCurrentQuery(),n=_this33.getSuccessResponse(t);if(!n.queryCorrections)return null;let{correctedQuery:o}=n.queryCorrections[0],i=yield _this33.automaticallyRetryQueryWithCorrection(o);return dt(i.response)?(_this33.dispatch(Mr(i.response.error)),_this33.rejectWithValue(i.response.error)):(_this33.dispatch(Vt(Kt(_this33.getState()))),{...i,response:{...i.response.success,queryCorrections:n.queryCorrections},automaticallyCorrected:!0,originalQuery:r})})()}processModernDidYouMeanAutoCorrection(t){let r=this.getSuccessResponse(t),{correctedQuery:n,originalQuery:o}=r.queryCorrection;return this.onUpdateQueryForCorrection(n),{...t,response:{...r},queryExecuted:n,automaticallyCorrected:!0,originalQuery:o}}processQueryTriggersOrContinue(t){var _this34=this;return _asyncToGenerator(function*(){let r=_this34.getSuccessResponse(t);if(!r)return null;let n=r.triggers.find(s=>s.type==="query")?.content||"";if(!n)return null;if(_this34.getState().triggers?.queryModification.queryToIgnore===n)return _this34.dispatch(ou("")),null;let i=_this34.getCurrentQuery(),a=yield _this34.automaticallyRetryQueryWithTriggerModification(n);return dt(a.response)?(_this34.dispatch(Mr(a.response.error)),_this34.rejectWithValue(a.response.error)):(_this34.dispatch(Vt(Kt(_this34.getState()))),{...a,response:{...a.response.success},automaticallyCorrected:!1,originalQuery:i})})()}processSuccessResponse(t){return this.dispatch(Vt(Kt(this.getState()))),{...t,response:this.getSuccessResponse(t),automaticallyCorrected:!1,originalQuery:this.getCurrentQuery()}}getSuccessResponse(t){return va(t.response)?t.response.success:null}automaticallyRetryQueryWithCorrection(t){var _this35=this;return _asyncToGenerator(function*(){_this35.onUpdateQueryForCorrection(t);let r=_this35.getState(),{actionCause:n}=sS(),o=yield _this35.fetchFromAPI(yield Ir(r,_this35.extra.navigatorContext,{actionCause:n}),{origin:"mainSearch"});return _this35.dispatch(tu(t)),o})()}automaticallyRetryQueryWithTriggerModification(t){var _this36=this;return _asyncToGenerator(function*(){return _this36.dispatch(iu({newQuery:t,originalQuery:_this36.getCurrentQuery()})),_this36.onUpdateQueryForCorrection(t),yield _this36.fetchFromAPI(yield Ir(_this36.getState(),_this36.extra.navigatorContext),{origin:"mainSearch"})})()}getCurrentQuery(){let t=this.getState();return t.query?.q!==void 0?t.query.q:""}get extra(){return this.config.extra}getState(){return this.config.getState()}get dispatch(){return this.config.dispatch}get rejectWithValue(){return this.config.rejectWithValue}};var cse=be("search/prepareForSearchWithQuery",(e,t)=>{let{dispatch:r}=t;j(e,{q:new H,enableQuerySyntax:new ue,clearFilters:new ue}),e.clearFilters&&(r(Hc()),r(nS())),r(oS({allow:!0})),r(zo({q:e.q,enableQuerySyntax:e.enableQuerySyntax})),r(Ho(1))}),use=P("search/updateSearchAction"),su=be("search/executeSearch",/*#__PURE__*/function(){var _ref60=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return au(r,t,e.legacy);hS(r);let n=e.next?yS(e.next):void 0,o=yield Ir(r,t.extra.navigatorContext,n),i=new Lr({...t,analyticsAction:n??{}}),a=yield i.fetchFromAPI(o,{origin:"mainSearch"});return yield i.process(a)});return function(_x132,_x133){return _ref60.apply(this,arguments)}}()),gS=be("search/fetchPage",/*#__PURE__*/function(){var _ref61=_asyncToGenerator(function*(e,t){let r=t.getState();if(hS(r),r.configuration.analytics.analyticsMode==="legacy"||!e.next)return bp(r,t,e.legacy);let n=new Lr({...t,analyticsAction:e.next}),o=yield Ir(r,t.extra.navigatorContext,e.next),i=yield n.fetchFromAPI(o,{origin:"mainSearch"});return yield n.process(i)});return function(_x134,_x135){return _ref61.apply(this,arguments)}}()),lse=be("search/fetchMoreResults",/*#__PURE__*/function(){var _ref62=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return xp(t,r);let n=Eg("browseResults",t.getState),o=new Lr({...t,analyticsAction:n}),i=yield Mk(r,t.extra.navigatorContext,n),a=yield o.fetchFromAPI(i,{origin:"mainSearch"});return yield o.process(a)});return function(_x136,_x137){return _ref62.apply(this,arguments)}}()),dse=be("search/fetchFacetValues",/*#__PURE__*/function(){var _ref63=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return au(r,t,e.legacy);let n=new Lr({...t,analyticsAction:{}}),o=yield qk(r,t.extra.navigatorContext),i=yield n.fetchFromAPI(o,{origin:"facetValues"});return yield n.process(i)});return function(_x138,_x139){return _ref63.apply(this,arguments)}}()),pse=be("search/fetchInstantResults",/*#__PURE__*/function(){var _ref64=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return Ap(e,t);j(e,{id:X,q:X,maxResultsPerQuery:new te({required:!0,min:1}),cacheTimeout:new te});let{q:n,maxResultsPerQuery:o}=e,i=yS(aS()),a=yield jk(r,t.extra.navigatorContext,n,o,i),s=new Lr({...t,analyticsAction:i},h=>{t.dispatch(Wc({q:h,id:e.id}))}),c=yield s.fetchFromAPI(a,{origin:"instantResults",disableAbortWarning:!0}),u=yield s.process(c);return"response"in u?{results:u.response.results,searchUid:u.response.searchUid,totalCountFiltered:u.response.totalCountFiltered,duration:u.duration}:u});return function(_x140,_x141){return _ref64.apply(this,arguments)}}()),Mk=/*#__PURE__*/function(){var _ref65=_asyncToGenerator(function*(e,t,r){let n=yield Ir(e,t,r);return n.request={...n.request,firstResult:(e.pagination?.firstResult??0)+(e.search?.results.length??0)},n});return function Mk(_x142,_x143,_x144){return _ref65.apply(this,arguments)}}(),jk=/*#__PURE__*/function(){var _ref66=_asyncToGenerator(function*(e,t,r,n,o){let i=Ro(e,t,o);return Cr({...i,...(e.didYouMean&&{enableDidYouMean:e.didYouMean.enableDidYouMean}),numberOfResults:n,q:r})});return function jk(_x145,_x146,_x147,_x148,_x149){return _ref66.apply(this,arguments)}}(),qk=/*#__PURE__*/function(){var _ref67=_asyncToGenerator(function*(e,t,r){let n=yield Ir(e,t,r);return n.request.numberOfResults=0,n});return function qk(_x150,_x151,_x152){return _ref67.apply(this,arguments)}}(),hS=e=>{e.configuration.analytics.enabled&&bt.getInstance().addElement({name:"Query",...(e.query?.q&&{value:e.query.q}),time:JSON.stringify(new Date)})},yS=e=>({actionCause:e.actionCause,type:e.actionCause});var vS=e=>{let t=mm({extra:e}),r=rS();return t.startListening({actionCreator:su.pending,effect:function(){var _ref68=_asyncToGenerator(function*(n,o){let i=o.getState();if(!Ml(i))return;r.abortRun(),o.dispatch(Vi()),o.dispatch(Ah());let a=tn(i)?.q;!a||a.trim()===""||r.run(i,o.dispatch,e.getNavigatorContext)});return function effect(_x153,_x154){return _ref68.apply(this,arguments)}}()}),t};m();d();f();p();var SS=e=>()=>t=>r=>{let n=r;if(!n.error)return t(r);let o=n.error;if(n.payload?.ignored||e.error({error:o,action:r},`Action dispatch error ${n.type}`),n.error.name!=="SchemaValidationError")return t(r)},wS=e=>t=>r=>n=>(e.debug({action:n,nextState:t.getState()},`Action dispatched: ${n.type}`),r(n));m();d();f();p();var Cp=(e,t)=>{let{referrer:r,userAgent:n,location:o,clientId:i}=e.getMeta("");return{...(t?t():{}),referrer:r,userAgent:n,location:o,clientId:i}};m();d();f();p();function AS(e,t){let r={...e},n,o=i=>(a,s)=>{let c=i(a,s);return n?n(c,s):c};return{get combinedReducer(){let i=af(Object.entries(t).filter(([a])=>!(a in r)).map(([a,s])=>[a,()=>s]));return o(Gn({...i,...r}))},containsAll(i){return Object.keys(i).every(s=>s in r)},add(i){Object.keys(i).filter(a=>!(a in r)).forEach(a=>{r[a]=i[a]})},addCrossReducer(i){n=i}}}m();d();f();p();m();d();f();p();function Lk(e){if(!e||!Uk(e))return null;try{let r=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),n=atob(r),o=decodeURIComponent(n.split("").map(i=>`%${`00${i.charCodeAt(0).toString(16)}`.slice(-2)}`).join(""));return JSON.parse(o)}catch{return null}}function bS(e,t=60){if(!e)return!1;let r=Lk(e);if(!r||typeof r.exp!="number")return!1;let n=Math.floor(Date.now()/1e3);return r.exp<=n+t}function Uk(e){return e?/^[A-Za-z0-9_-]{2,}(?:\.[A-Za-z0-9_-]{2,}){2}$/.test(e):!1}function CS(e,t){let r=0,n=null,o=da(()=>{r=0},500),i=/*#__PURE__*/function(){var _ref69=_asyncToGenerator(function*(c,u=!1){let h=!n;h&&t&&(n=_asyncToGenerator(function*(){try{return yield t()}catch(S){if(!u)throw S;return null}})().finally(()=>{n=null}));let v=yield n;return h&&v&&c.dispatch(hr({accessToken:v})),v});return function i(_x155){return _ref69.apply(this,arguments)}}(),a=/*#__PURE__*/function(){var _ref71=_asyncToGenerator(function*(c){let u=c.getState(),h=Gk(u);if(!(!h||!bS(h))){e.debug("Access token is expired or about to expire, attempting renewal.");try{(yield i(c))?e.debug("Access token was renewed."):e.warn("Access token renewal returned an empty token. Please check the #renewAccessToken function.")}catch(v){e.warn(v,"Access token renewal failed. A retry will occur if necessary.")}}});return function a(_x156){return _ref71.apply(this,arguments)}}(),s=/*#__PURE__*/function(){var _ref72=_asyncToGenerator(function*(c,u,h){if(r>=5)return e.warn("Attempted to renew the token but was not successful. Please check the #renewAccessToken function."),xS(c,u.error),u;r++,o(),yield i(c,!0),c.dispatch(h)});return function s(_x157,_x158,_x159){return _ref72.apply(this,arguments)}}();return c=>u=>(/*#__PURE__*/function(){var _ref73=_asyncToGenerator(function*(h){let v=typeof h=="function",S=typeof t=="function";if(!v)return u(h);S&&(yield a(c));let g=yield u(h);return Vk(g)?S?yield s(c,g,h):(e.warn("Unable to renew the expired token because a renew function was not provided. Please specify the #renewAccessToken option when initializing the engine."),xS(c,g.error),g):g});return function(_x160){return _ref73.apply(this,arguments)}}())}function Vk(e){return typeof e=="object"&&e!==null&&"error"in e&&e.error?.name===new Vn().name}function xS(e,t){e.dispatch(Ga({status:401,statusCode:401,message:t.message,type:t.name}))}function Gk(e){return e.configuration.accessToken}m();d();f();p();function ES({reducer:e,preloadedState:t,middlewares:r=[],thunkExtraArguments:n,name:o}){return em({reducer:e,preloadedState:t,devTools:{stateSanitizer:i=>i.history?{...i,history:"<<OMIT>>"}:i,name:o,shouldHotReload:!1},middleware:i=>i({thunk:{extraArgument:n}}).prepend(...r).concat(wS(n.logger))})}function Bk(e,t){let{analytics:r}=e,{analyticsClientMiddleware:n,...o}=r??{},i={...o,...(r?.proxyBaseUrl&&{apiBaseUrl:r.proxyBaseUrl,nexApiBaseUrl:r.proxyBaseUrl})};return i.analyticsMode!=="next"&&of()?(t.info("Analytics disabled since doNotTrack is active."),{...i,enabled:!1}):i}function RS(e,t){let r={...e.reducers,configuration:Pt,version:uy},n=$k({...e,reducers:r},t,Pt),{accessToken:o,environment:i,organizationId:a}=e.configuration;n.dispatch(hr({accessToken:o,environment:i,organizationId:a}));let s=Bk(e.configuration,n.logger);return s&&n.dispatch(Jn(s)),n}function $k(e,t,r){let{reducers:n,navigatorContextProvider:o}=e,i=AS({...n,configurationReducer:r},e.preloadedState??{});e.crossReducer&&i.addCrossReducer(e.crossReducer);let a=t.logger,s={...t,get relay(){return Oi(u.state,o)},get navigatorContext(){return Cp(this.relay,o)}},c=Qk(e,s,i),u={addReducers(h){i.containsAll(h)||(i.add(h),c.replaceReducer(i.combinedReducer))},dispatch:c.dispatch,subscribe:c.subscribe,enableAnalytics(){c.dispatch(eo())},disableAnalytics(){c.dispatch(Zn())},get state(){return c.getState()},get relay(){return Oi(this.state,o)},get navigatorContext(){return Cp(this.relay,o)},logger:a,store:c};return u}function Qk(e,t,r){let{preloadedState:n,configuration:o}=e,i=o.name||"coveo-headless",a=Hk(e,t.logger,()=>t.navigatorContext);return ES({preloadedState:n,reducer:r.combinedReducer,middlewares:a,thunkExtraArguments:t,name:i})}function Hk(e,t,r){let{renewAccessToken:n}=e.configuration,o=CS(t,n),i=vS({getNavigatorContext:r});return[vy,o,SS(t),dy].concat(Rd.middleware,wo.middleware,i.middleware,e.middlewares||[])}m();d();f();p();var DS=_t(FS(),1);function MS(e){return(0,DS.pino)({name:"@coveo/headless",level:e?.level||"warn",formatters:{log:e?.logFormatter}})}m();d();f();p();function jS(e,t){let r=l0(e),n=At,o=d0(e);return{analyticsClientMiddleware:r,validatePayload:n,preprocessRequest:o,logger:t}}function l0(e){let{analytics:t}=e,r=(n,o)=>o;return t?.analyticsClientMiddleware||r}function d0(e){return e.preprocessRequest||ma}m();d();f();p();m();d();f();p();var qS={organizationId:X,accessToken:X,name:new H({required:!1,emptyAllowed:!1}),analytics:new ee({options:{required:!1},values:{enabled:new ue({required:!1}),originContext:new H({required:!1}),originLevel2:new H({required:!1}),originLevel3:new H({required:!1}),analyticsMode:new H({constrainTo:["legacy","next"],required:!1,default:"next"}),proxyBaseUrl:new H({required:!1,url:!0}),trackingId:new H({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/})}}),environment:new H({required:!1,default:"prod",constrainTo:["prod","hipaa","stg","dev"]})};function LS(){return{organizationId:"searchuisamples",accessToken:"xx564559b1-0045-48e1-953c-3addd1ee4457"}}var US=new lt({...qS,pipeline:new H({required:!1,emptyAllowed:!0}),searchHub:Xe,locale:Xe,timezone:Xe});function kp(){return{...LS(),searchHub:"default"}}var p0={debug:Va,pipeline:no,searchHub:yo,recommendation:go};function VS(e){let t=MS(e.loggerOptions);f0(e.configuration,t);let r=m0(e.configuration,t),n={...jS(e.configuration,t),apiClient:r},o={...e,reducers:p0},i=RS(o,n),{pipeline:a,searchHub:s,timezone:c,locale:u,proxyBaseUrl:h}=e.configuration;return i.dispatch(Ut({timezone:c,locale:u,proxyBaseUrl:h})),ie(a)||i.dispatch(to(a)),ie(s)||i.dispatch(ho(s)),{...i,get state(){return i.state}}}function f0(e,t){try{US.validate(e)}catch(r){throw t.error(r,"Recommendation engine configuration error"),r}}function m0(e,t){return new ya({logger:t,preprocessRequest:e.preprocessRequest||ma,postprocessSearchResponseMiddleware:e.preprocessSearchResponseMiddleware||xf,postprocessFacetSearchResponseMiddleware:Cf,postprocessQuerySuggestResponseMiddleware:Ef})}m();d();f();p();m();d();f();p();m();d();f();p();var g0=new ge({each:X,required:!0}),GS=(e,t)=>(j(e,X),ua(t)?j(t,X):j(t,g0),{payload:{contextKey:e,contextValue:t}}),Nn=P("context/set",e=>{for(let[t,r]of Object.entries(e))GS(t,r);return{payload:e}}),Fn=P("context/add",e=>GS(e.contextKey,e.contextValue)),Dn=P("context/remove",e=>j(e,X));m();d();f();p();var lu=Me(ru(),e=>{e.addCase(Nn,(t,r)=>{t.contextValues=r.payload}).addCase(Fn,(t,r)=>{t.contextValues[r.payload.contextKey]=r.payload.contextValue}).addCase(Dn,(t,r)=>{delete t.contextValues[r.payload]}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.contextValues=r.payload.context.contextValues)})});m();d();f();p();function Vr(e){let t,r=new Map,n=()=>r.size===0,o=i=>{try{let a=JSON.stringify(i),s=t!==a;return t=a,s}catch(a){return console.warn("Could not detect if state has changed, check the controller \"get state method\"",a),!0}};return{subscribe(i){i();let a=Symbol(),s;return n()&&(t=JSON.stringify(this.state),s=e.subscribe(()=>{o(this.state)&&r.forEach(c=>c())})),r.set(a,i),()=>{r.delete(a),n()&&s?.()}},get state(){return{}}}}m();d();f();p();var h0=["caseId","caseNumber"],y0={caseId:"caseContext",caseNumber:"caseContext"},na=class extends Error{constructor(t){super(`The key "${t}" is reserved for internal use. Use ${y0[t]} to set this value.}`)}};function Op(e){return h0.includes(e)}var v0=new lt({values:new ee({options:{required:!1}})});function BS(e,t={}){if(!A0(e))throw Mt;let r=Vr(e),{dispatch:n}=e,o=()=>e.state,i=ym(e,v0,t.initialState,"buildContext");return i.values&&n(Nn(i.values)),{...r,get state(){return{values:o().context.contextValues}},set(a){n(Nn(a))},...(o().configuration.analytics.analyticsMode==="legacy"?S0(n):w0(n))}}var S0=e=>({add(t,r){e(Fn({contextKey:t,contextValue:r}))},remove(t){e(Dn(t))}}),w0=e=>({add(t,r){if(Op(t))throw new na(t);e(Fn({contextKey:t,contextValue:r}))},remove(t){if(Op(t))throw new na(t);e(Dn(t))}});function A0(e){return e.addReducers({context:lu}),!0}function $S(e,t){return BS(e,t)}m();d();f();p();m();d();f();p();var Ko=P("dictionaryFieldContext/set",e=>{let t=new ee({options:{required:!0}}),r=j(e,t).error;if(r)return{payload:e,error:r};let n=Object.values(e),o=new ge({each:Je}),i=j(n,o).error;return i?{payload:e,error:i}:{payload:e}}),Yo=P("dictionaryFieldContext/add",e=>{let t=new ee({options:{required:!0},values:{field:Je,key:Je}});return j(e,t)}),Xo=P("dictionaryFieldContext/remove",e=>j(e,Je));m();d();f();p();var du=Me(nu(),e=>{e.addCase(Ko,(t,r)=>{t.contextValues=r.payload}).addCase(Yo,(t,r)=>{let{field:n,key:o}=r.payload;t.contextValues[n]=o}).addCase(Xo,(t,r)=>{delete t.contextValues[r.payload]}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.contextValues=r.payload.dictionaryFieldContext.contextValues)})});function QS(e){if(!b0(e))throw Mt;let t=Vr(e),{dispatch:r}=e,n=()=>e.state;return{...t,get state(){return{values:n().dictionaryFieldContext.contextValues}},set(o){r(Ko(o))},add(o,i){r(Yo({field:o,key:i}))},remove(o){r(Xo(o))}}}function b0(e){return e.addReducers({dictionaryFieldContext:du}),!0}m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();m();d();f();p();var oa={value:X,numberOfResults:new te({min:0}),state:X};m();d();f();p();var Ie=X;var R0=new te({min:1,default:8,required:!1}),I0=new te({min:1,max:20,default:5,required:!1}),T0={desiredCount:I0,numberOfValues:R0},wde=P("automaticFacet/setOptions",e=>j(e,T0)),Ade=P("automaticFacet/deselectAll",e=>j(e,Ie)),_0=X,HS=P("automaticFacet/toggleSelectValue",e=>j(e,{field:_0,selection:new ee({values:oa})}));m();d();f();p();m();d();f();p();var k0={state:new Oe({required:!0}),numberOfResults:new te({required:!0,min:0}),value:new H({required:!0,emptyAllowed:!0}),path:new ge({required:!0,each:X}),moreValuesAvailable:new ue({required:!1})};function Pp(e){e.children.forEach(t=>{Pp(t)}),At({state:e.state,numberOfResults:e.numberOfResults,value:e.value,path:e.path,moreValuesAvailable:e.moreValuesAvailable},k0)}var Jo={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),delimitingCharacter:new H({required:!1,emptyAllowed:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),basePath:new ge({required:!1,each:X}),filterByBasePath:new ue({required:!1})};var Lde=P("categoryFacet/register",e=>j(e,Jo)),zS=P("categoryFacet/toggleSelectValue",e=>{try{return At(e.facetId,X),Pp(e.selection),{payload:e,error:null}}catch(t){return{payload:e,error:er(t)}}}),WS=P("categoryFacet/deselectAll",e=>j(e,Jo.facetId)),Ude=P("categoryFacet/updateNumberOfValues",e=>j(e,{facetId:Jo.facetId,numberOfValues:Jo.numberOfValues})),Vde=P("categoryFacet/updateSortCriterion",e=>j(e,{facetId:Jo.facetId,criterion:new Oe})),Gde=P("categoryFacet/updateBasePath",e=>j(e,{facetId:Jo.facetId,basePath:new ge({each:X})}));m();d();f();p();m();d();f();p();var ia={facetId:Ie,captions:new ee({options:{required:!1}}),numberOfValues:new te({required:!1,min:1}),query:new H({required:!1,emptyAllowed:!0})};var O0={path:new ge({required:!0,each:X}),displayValue:Je,rawValue:Je,count:new te({required:!0,min:0})},KS=P("categoryFacet/selectSearchResult",e=>j(e,{facetId:Ie,value:new ee({values:O0})})),ape=P("categoryFacetSearch/register",e=>j(e,ia));m();d();f();p();var YS={facetId:Ie,value:new ee({values:{displayValue:Je,rawValue:Je,count:new te({required:!0,min:0})}})},ype=P("facetSearch/register",e=>j(e,ia)),vpe=P("facetSearch/update",e=>j(e,ia)),XS=P("facetSearch/toggleSelectValue",e=>j(e,YS)),JS=P("facetSearch/toggleExcludeValue",e=>j(e,YS));m();d();f();p();m();d();f();p();var Epe=new H({regex:/^[a-zA-Z0-9-_]+$/}),Rpe=new H({required:!0}),Ipe=new ge({each:new H}),Tpe=new H,_pe=new ue,kpe=new ue,Ope=new te({min:0}),P0=new te({min:1}),Ppe=new ue({required:!0}),N0=new ee,F0=new H,D0={captions:N0,numberOfValues:P0,query:F0},Npe=new ee({values:D0}),ZS=new ee({options:{required:!1},values:{type:new H({constrainTo:["simple"],emptyAllowed:!1,required:!0}),values:new ge({required:!0,max:25,each:new H({emptyAllowed:!1,required:!0})})}}),Fpe=new ue,ew=new ge({min:1,max:25,required:!1,each:new H({emptyAllowed:!1,required:!0})});var M0={facetId:Ie,field:new H({required:!0,emptyAllowed:!0}),tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),resultsMustMatch:new Oe({required:!1}),allowedValues:ZS,customSort:ew},Hpe=P("facet/register",e=>j(e,M0)),tw=P("facet/toggleSelectValue",e=>j(e,{facetId:Ie,selection:new ee({values:oa})})),rw=P("facet/toggleExcludeValue",e=>j(e,{facetId:Ie,selection:new ee({values:oa})})),pu=P("facet/deselectAll",e=>j(e,Ie)),zpe=P("facet/updateSortCriterion",e=>j(e,{facetId:Ie,criterion:new Oe({required:!0})})),Wpe=P("facet/updateNumberOfValues",e=>j(e,{facetId:Ie,numberOfValues:new te({required:!0,min:1})})),Kpe=P("facet/updateIsFieldExpanded",e=>j(e,{facetId:Ie,isFieldExpanded:new ue({required:!0})})),Ype=P("facet/updateFreezeCurrentValues",e=>j(e,{facetId:Ie,freezeCurrentValues:new ue({required:!0})}));m();d();f();p();m();d();f();p();function ow(e){let t=nw(e.start,e),r=nw(e.end,e),n=e.endInclusive??!1,o=e.state??"idle";return{start:t,end:r,endInclusive:n,state:o}}function nw(e,t){let{dateFormat:r}=t;return Lh(e)?(hd(e),Mh(e)):typeof e=="string"&&xr(e)?(hd(e),e):(Ph(e,r),ks(Eo(e,r)))}m();d();f();p();var iw=P("rangeFacet/updateSortCriterion",e=>j(e,{facetId:Ie,criterion:new Oe({required:!0})}));m();d();f();p();var fu={state:X,start:new te({required:!0}),end:new te({required:!0}),endInclusive:new ue({required:!0}),numberOfResults:new te({required:!0,min:0})},mu={start:X,end:X,endInclusive:new ue({required:!0}),state:X,numberOfResults:new te({required:!0,min:0})};var j0={start:X,end:X,endInclusive:new ue({required:!0}),state:X},q0={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),currentValues:new ge({required:!1,each:new ee({values:j0})}),generateAutomaticRanges:new ue({required:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),rangeAlgorithm:new Oe({required:!1})};function aw(e){return xr(e)?Li(e):e}function sw(e){e.currentValues&&e.currentValues.forEach(t=>{let{start:r,end:n}=ow(t);if(Eo(aw(r)).isAfter(Eo(aw(n))))throw new Error(`The start value is greater than the end value for the date range ${t.start} to ${t.end}`)})}var Mfe=P("dateFacet/register",e=>{try{return At(e,q0),sw(e),{payload:e,error:null}}catch(t){return{payload:e,error:er(t)}}}),cw=P("dateFacet/toggleSelectValue",e=>j(e,{facetId:Ie,selection:new ee({values:mu})})),uw=P("dateFacet/toggleExcludeValue",e=>j(e,{facetId:Ie,selection:new ee({values:mu})})),lw=P("dateFacet/updateFacetValues",e=>{try{return At(e,{facetId:Ie,values:new ge({each:new ee({values:mu})})}),sw({currentValues:e.values}),{payload:e,error:null}}catch(t){return{payload:e,error:er(t)}}});m();d();f();p();var L0={state:X,start:new te({required:!0}),end:new te({required:!0}),endInclusive:new ue({required:!0})},U0={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),currentValues:new ge({required:!1,each:new ee({values:L0})}),generateAutomaticRanges:new ue({required:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),rangeAlgorithm:new Oe({required:!1})};function dw(e){e.currentValues&&e.currentValues.forEach(({start:t,end:r})=>{if(t>r)throw new Error(`The start value is greater than the end value for the numeric range ${t} to ${r}`)})}var Kfe=P("numericFacet/register",e=>{try{return j(e,U0),dw(e),{payload:e,error:null}}catch(t){return{payload:e,error:er(t)}}}),pw=P("numericFacet/toggleSelectValue",e=>j(e,{facetId:Ie,selection:new ee({values:fu})})),fw=P("numericFacet/toggleExcludeValue",e=>j(e,{facetId:Ie,selection:new ee({values:fu})})),mw=P("numericFacet/updateFacetValues",e=>{try{return At(e,{facetId:Ie,values:new ge({each:new ee({values:fu})})}),dw({currentValues:e.values}),{payload:e,error:null}}catch(t){return{payload:e,error:er(t)}}});var gw=Me(ta(),e=>{e.addCase(Yc,(t,r)=>{let n=Np(t),o=r.payload;t.defaultNumberOfResults=t.numberOfResults=o,t.firstResult=aa(n,o)}).addCase(Xc,(t,r)=>{t.numberOfResults=r.payload,t.firstResult=0}).addCase(Fs,t=>{t.firstResult=0}).addCase(Jc,(t,r)=>{let n=r.payload;t.firstResult=aa(n,t.numberOfResults)}).addCase(Ho,(t,r)=>{let n=r.payload;t.firstResult=aa(n,t.numberOfResults)}).addCase(eu,t=>{let r=Np(t),n=Math.max(r-1,1);t.firstResult=aa(n,t.numberOfResults)}).addCase(Zc,t=>{let r=Np(t),n=G0(t),o=Math.min(r+1,n);t.firstResult=aa(o,t.numberOfResults)}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.numberOfResults=r.payload.pagination.numberOfResults,t.firstResult=r.payload.pagination.firstResult)}).addCase(yr,(t,r)=>{t.firstResult=r.payload.firstResult??t.firstResult,t.numberOfResults=r.payload.numberOfResults??t.defaultNumberOfResults}).addCase(su.fulfilled,(t,r)=>{let{response:n}=r.payload;t.totalCountFiltered=n.totalCountFiltered}).addCase(gS.fulfilled,(t,r)=>{let{response:n}=r.payload;t.totalCountFiltered=n.totalCountFiltered}).addCase(pu,t=>{at(t)}).addCase(uw,t=>{at(t)}).addCase(rw,t=>{at(t)}).addCase(fw,t=>{at(t)}).addCase(JS,t=>{at(t)}).addCase(tw,t=>{at(t)}).addCase(WS,t=>{at(t)}).addCase(zS,t=>{at(t)}).addCase(KS,t=>{at(t)}).addCase(cw,t=>{at(t)}).addCase(pw,t=>{at(t)}).addCase(Hc,t=>{at(t)}).addCase(lw,t=>{at(t)}).addCase(mw,t=>{at(t)}).addCase(XS,t=>{at(t)}).addCase(HS,t=>{at(t)})});function at(e){e.firstResult=ta().firstResult}function Np(e){let{firstResult:t,numberOfResults:r}=e;return B0(t,r)}function G0(e){let{totalCountFiltered:t,numberOfResults:r}=e;return $0(t,r)}function aa(e,t){return(e-1)*t}function B0(e,t){return Math.round(e/t)+1}function $0(e,t){let r=Math.min(e,5e3);return Math.ceil(r/t)}function Fp(e){return e.addReducers({pagination:gw}),{nextPage:Zc,previousPage:eu,registerNumberOfResults:Yc,registerPage:Jc,updateNumberOfResults:Xc,updatePage:Ho}}var Q0=new lt({id:new H({emptyAllowed:!0,required:!1,default:""}),numberOfRecommendations:new te({min:0})});function hw(e,t={}){if(!H0(e))throw Mt;let r=Vr(e),{dispatch:n}=e,o=()=>e.state,i=vm(e,Q0,t.options,"buildRecommendationList");return i.id!==""&&n(mo({id:i.id})),i.numberOfRecommendations&&n(Fp(e).updateNumberOfResults(i.numberOfRecommendations)),{...r,refresh(){n(Ar())},get state(){let a=o();return{recommendations:a.recommendation.recommendations,error:a.recommendation.error,isLoading:a.recommendation.isLoading,searchResponseId:a.recommendation.searchUid}}}}function H0(e){return e.addReducers({recommendation:go,configuration:Pt}),!0}m();d();f();p();m();d();f();p();function yw(e,t,r){if(!z0(e))throw Mt;let n=1e3,o={selectionDelay:n,debounceWait:n,...t.options},i;return{select:da(r,o.debounceWait,{isImmediate:!0}),beginDelayedSelect(){i=setTimeout(r,o.selectionDelay)},cancelPendingSelect(){i&&clearTimeout(i)}}}function z0(e){return e.addReducers({configuration:Pt}),!0}function vw(e,t){let r=!1,n=()=>{r||(r=!0,e.dispatch(ms(t.options.result)))};return yw(e,t,()=>{n()})}m();d();f();p();m();d();f();p();m();d();f();p();var Gr=()=>new H({required:!1,emptyAllowed:!0}),gu=P("advancedSearchQueries/update",e=>j(e,{aq:Gr(),cq:Gr(),lq:Gr(),dq:Gr()})),hu=P("advancedSearchQueries/register",e=>j(e,{aq:Gr(),cq:Gr(),lq:Gr(),dq:Gr()}));var Sw=Me(Dr(),e=>{e.addCase(gu,(t,r)=>{let{aq:n,cq:o,lq:i,dq:a}=r.payload;We(n)||(t.aq=n,t.aqWasSet=!0),We(o)||(t.cq=o,t.cqWasSet=!0),We(i)||(t.lq=i,t.lqWasSet=!0),We(a)||(t.dq=a,t.dqWasSet=!0)}).addCase(hu,(t,r)=>{let{aq:n,cq:o,lq:i,dq:a}=r.payload;We(n)||(t.defaultFilters.aq=n,t.aqWasSet||(t.aq=n)),We(o)||(t.defaultFilters.cq=o,t.cqWasSet||(t.cq=o)),We(i)||(t.defaultFilters.lq=i,t.lqWasSet||(t.lq=i)),We(a)||(t.defaultFilters.dq=a,t.dqWasSet||(t.dq=a))}).addCase(mt.fulfilled,(t,r)=>r.payload?.advancedSearchQueries??t).addCase(yr,(t,r)=>{let{aq:n,cq:o}=r.payload;We(n)||(t.aq=n,t.aqWasSet=!0),We(o)||(t.cq=o,t.cqWasSet=!0)})});function W0(e){return e.addReducers({advancedSearchQueries:Sw}),{updateAdvancedSearchQueries:gu,registerAdvancedSearchQueries:hu}}m();d();f();p();function K0(e){return e.addReducers({configuration:Pt}),{disableAnalytics:Zn,enableAnalytics:eo,setOriginLevel2:Ma,setOriginLevel3:ja,updateAnalyticsConfiguration:Jn,updateBasicConfiguration:hr}}m();d();f();p();function Y0(e){return e.addReducers({configuration:Pt,pipeline:no,searchHub:yo}),{updateSearchConfiguration:Ut}}m();d();f();p();function X0(e){return e.addReducers({context:lu}),{addContext:Fn,removeContext:Dn,setContext:Nn}}m();d();f();p();function J0(e){return e.addReducers({debug:Va}),{disableDebug:La,enableDebug:qa}}m();d();f();p();function Z0(e){return e.addReducers({dictionaryFieldContext:du}),{addContext:Yo,removeContext:Xo,setContext:Ko}}m();d();f();p();m();d();f();p();m();d();f();p();var eO={collectionField:new H({emptyAllowed:!1,required:!1}),parentField:new H({emptyAllowed:!1,required:!1}),childField:new H({emptyAllowed:!1,required:!1}),numberOfFoldedResults:new te({min:0,required:!1})},ww=P("folding/register",e=>j(e,eO)),vhe=be("folding/loadCollection",/*#__PURE__*/function(){var _ref74=_asyncToGenerator(function*(e,{getState:t,rejectWithValue:r,extra:{apiClient:n,navigatorContext:o}}){let i=t(),a=i.configuration.analytics.analyticsMode==="legacy"?yield Rr(i):Ro(i,o),s=yield n.search({...a,q:tO(i),enableQuerySyntax:!0,cq:`@${i.folding.fields.collection}="${e}"`,filterField:i.folding.fields.collection,childField:i.folding.fields.parent,parentField:i.folding.fields.child,filterFieldRange:100},{origin:"foldingCollection"});return dt(s)?r(s.error):{collectionId:e,results:s.success.results,searchUid:s.success.searchUid,rootResult:i.folding.collections[e].result}});return function(_x161,_x162){return _ref74.apply(this,arguments)}}());function tO(e){return e.query.q===""?"":e.query.enableQuerySyntax?`${e.query.q} OR @uri`:`( <@- ${e.query.q} -@> ) OR @uri`}m();d();f();p();var Aw=()=>({enabled:!1,fields:{collection:"foldingcollection",parent:"foldingparent",child:"foldingchild"},filterFieldRange:2,collections:{}});m();d();f();p();var Zo=P("fields/registerFieldsToInclude",e=>j(e,Da)),yu=P("fields/fetchall/enable"),vu=P("fields/fetchall/disable"),Su=be("fields/fetchDescription",/*#__PURE__*/function(){var _ref75=_asyncToGenerator(function*(e,{extra:t,getState:r,rejectWithValue:n}){let o=r(),{accessToken:i,environment:a,organizationId:s}=o.configuration,{apiBaseUrl:c}=o.configuration.search,u=yield t.apiClient.fieldDescriptions({accessToken:i,organizationId:s,url:c??pr(s,a)});return dt(u)?n(u.error):u.success.fields});return function(_x163,_x164){return _ref75.apply(this,arguments)}}());m();d();f();p();var wu=["author","language","urihash","objecttype","collection","source","permanentid"],Dp=[...wu,"date","filetype","parents"],bw=[...Dp,"ec_price","ec_name","ec_description","ec_brand","ec_category","ec_item_group_id","ec_shortdesc","ec_thumbnails","ec_images","ec_promo_price","ec_in_stock","ec_rating"],xw=()=>({fieldsToInclude:wu,fetchAllFields:!1,fieldsDescription:[]});var Au=Me(xw(),e=>e.addCase(Zo,(t,r)=>{t.fieldsToInclude=[...new Set(t.fieldsToInclude.concat(r.payload))]}).addCase(yu,t=>{t.fetchAllFields=!0}).addCase(vu,t=>{t.fetchAllFields=!1}).addCase(Su.fulfilled,(t,{payload:r})=>{t.fieldsDescription=r}).addCase(ww,(t,{payload:r})=>{let n=Aw().fields;t.fieldsToInclude.push(r.collectionField??n.collection,r.parentField??n.parent,r.childField??n.child)}));function rO(e){return e.addReducers({fields:Au}),{registerFieldsToInclude:Zo,enableFetchAllFields:yu,disableFetchAllFields:vu,fetchFieldsDescription:Su}}m();d();f();p();function nO(e){return e.addReducers({pipeline:no}),{setPipeline:to}}m();d();f();p();function oO(e){return e.addReducers({recommendation:go}),{getRecommendations:Ar,setRecommendationId:mo}}m();d();f();p();function iO(e){return e.addReducers({}),{logRecommendationOpen:ms}}m();d();f();p();m();d();f();p();var aO=new lt({content:new Oe({required:!0}),conditions:new Oe({required:!0}),priority:new te({required:!1,default:0,min:0}),fields:new ge({required:!1,each:X})});function Cw(){let e=[],t=r=>{let n=aO.validate(r);if(!r.conditions.every(i=>i instanceof Function))throw new si("Each template condition should be a function that takes a Result or Product as an argument and returns a boolean");return n};return{registerTemplates(...r){r.forEach(n=>{let o={...t(n),fields:n.fields||[]};e.push(o)}),e.sort((n,o)=>o.priority-n.priority)},selectTemplate(r){let n=e.find(o=>o.conditions.every(i=>i(r)));return n?n.content:null},selectLinkTemplate(r){let n=e.find(o=>o.conditions.every(i=>i(r)));return n?n.linkContent:null}}}function Ew(e){if(!sO(e))throw Mt;let{registerTemplates:t,selectTemplate:r,selectLinkTemplate:n}=Cw();return{registerTemplates:(...o)=>{t(...o);let i=[];o.forEach(a=>{a.fields&&i.push(...a.fields)}),e.dispatch(Zo(i))},selectTemplate:r,selectLinkTemplate:n}}function sO(e){return e.addReducers({fields:Au}),!0}m();d();f();p();function cO(e){return e.addReducers({searchHub:yo}),{setSearchHub:ho}}/**
40
+ `),u=JSON.parse(c);t.next(u)}catch(c){t.error(c)}}return t.asObservable()},T_=e=>{let t=new zt,r=new Uint8Array;e.subscribe({next:o=>{if(o.type!==Cn.HEADERS&&o.type===Cn.DATA&&o.data){let i=new Uint8Array(r.length+o.data.length);i.set(r,0),i.set(o.data,r.length),r=i,n()}},error:o=>t.error(o),complete:()=>{if(r.length>0)try{n()}catch{console.warn("Incomplete or invalid protocol buffer data at stream end")}t.complete()}});function n(){for(;r.length>=4;){let o=4+new DataView(r.buffer,r.byteOffset,4).getUint32(0,!1);if(r.length<o)break;try{let i=r.slice(4,o),a=dv(i);t.next(a),r=r.slice(o)}catch(i){let a=i instanceof Error?i.message:String(i);t.error(Error(`Failed to decode protocol buffer message: ${a}`));return}}}return t.asObservable()},__=e=>{let t=new zt,r=new Gs,n=!1;return e.subscribe({next:o=>{r.next(o),o.type===Cn.HEADERS&&!n?(n=!0,o.headers.get("content-type")===fv?T_(r).subscribe({next:i=>t.next(i),error:i=>t.error(i),complete:()=>t.complete()}):I_(r).subscribe({next:i=>{try{let a=ks.parse(i);t.next(a)}catch(a){t.error(a)}},error:i=>{if(i?.name==="AbortError"){t.next({type:F.RUN_ERROR,message:i.message||"Request aborted",code:"abort",rawEvent:i}),t.complete();return}return t.error(i)},complete:()=>t.complete()})):n||t.error(Error("No headers event received before data events"))},error:o=>{r.error(o),t.error(o)},complete:()=>{r.complete()}}),t.asObservable()},Pe=R.enum(["TextMessageStart","TextMessageContent","TextMessageEnd","ActionExecutionStart","ActionExecutionArgs","ActionExecutionEnd","ActionExecutionResult","AgentStateMessage","MetaEvent","RunStarted","RunFinished","RunError","NodeStarted","NodeFinished"]),k_=R.enum(["LangGraphInterruptEvent","PredictState","Exit"]),O_=R.object({type:R.literal(Pe.enum.TextMessageStart),messageId:R.string(),parentMessageId:R.string().optional(),role:R.string().optional()}),P_=R.object({type:R.literal(Pe.enum.TextMessageContent),messageId:R.string(),content:R.string()}),N_=R.object({type:R.literal(Pe.enum.TextMessageEnd),messageId:R.string()}),F_=R.object({type:R.literal(Pe.enum.ActionExecutionStart),actionExecutionId:R.string(),actionName:R.string(),parentMessageId:R.string().optional()}),D_=R.object({type:R.literal(Pe.enum.ActionExecutionArgs),actionExecutionId:R.string(),args:R.string()}),M_=R.object({type:R.literal(Pe.enum.ActionExecutionEnd),actionExecutionId:R.string()}),q_=R.object({type:R.literal(Pe.enum.ActionExecutionResult),actionName:R.string(),actionExecutionId:R.string(),result:R.string()}),j_=R.object({type:R.literal(Pe.enum.AgentStateMessage),threadId:R.string(),agentName:R.string(),nodeName:R.string(),runId:R.string(),active:R.boolean(),role:R.string(),state:R.string(),running:R.boolean()}),L_=R.object({type:R.literal(Pe.enum.MetaEvent),name:k_,value:R.any()}),V_=R.object({type:R.literal(Pe.enum.RunError),message:R.string(),code:R.string().optional()});R.discriminatedUnion("type",[O_,P_,N_,F_,D_,M_,q_,j_,L_,V_]),R.object({id:R.string(),role:R.string(),content:R.string(),parentMessageId:R.string().optional()}),R.object({id:R.string(),name:R.string(),arguments:R.any(),parentMessageId:R.string().optional()}),R.object({id:R.string(),result:R.any(),actionExecutionId:R.string(),actionName:R.string()});var U_=e=>{if(typeof e=="string")return e;if(!Array.isArray(e))return;let t=e.filter(r=>r.type==="text").map(r=>r.text).filter(r=>r.length>0);if(t.length!==0)return t.join(`
41
+ `)},B_=(e,t,r)=>n=>{let o={},i=!0,a=!0,s="",c=null,u=null,h=[],v={},S=g=>{typeof g=="object"&&g&&("messages"in g&&delete g.messages,o=g)};return n.pipe(yt(g=>{switch(g.type){case F.TEXT_MESSAGE_START:{let y=g;return[{type:Pe.enum.TextMessageStart,messageId:y.messageId,role:y.role}]}case F.TEXT_MESSAGE_CONTENT:{let y=g;return[{type:Pe.enum.TextMessageContent,messageId:y.messageId,content:y.delta}]}case F.TEXT_MESSAGE_END:{let y=g;return[{type:Pe.enum.TextMessageEnd,messageId:y.messageId}]}case F.TOOL_CALL_START:{let y=g;return h.push({id:y.toolCallId,type:"function",function:{name:y.toolCallName,arguments:""}}),a=!0,v[y.toolCallId]=y.toolCallName,[{type:Pe.enum.ActionExecutionStart,actionExecutionId:y.toolCallId,actionName:y.toolCallName,parentMessageId:y.parentMessageId}]}case F.TOOL_CALL_ARGS:{let y=g,x=h.find(C=>C.id===y.toolCallId);if(!x)return console.warn(`TOOL_CALL_ARGS: No tool call found with ID '${y.toolCallId}'`),[];x.function.arguments+=y.delta;let E=!1;if(u){let C=u.find(I=>I.tool==x.function.name);if(C)try{let I=JSON.parse(sc(x.function.arguments));C.tool_argument&&C.tool_argument in I?(S({...o,[C.state_key]:I[C.tool_argument]}),E=!0):C.tool_argument||(S({...o,[C.state_key]:I}),E=!0)}catch{}}return[{type:Pe.enum.ActionExecutionArgs,actionExecutionId:y.toolCallId,args:y.delta},...(E?[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}]:[])]}case F.TOOL_CALL_END:{let y=g;return[{type:Pe.enum.ActionExecutionEnd,actionExecutionId:y.toolCallId}]}case F.TOOL_CALL_RESULT:{let y=g;return[{type:Pe.enum.ActionExecutionResult,actionExecutionId:y.toolCallId,result:y.content,actionName:v[y.toolCallId]||"unknown"}]}case F.RAW:return[];case F.CUSTOM:{let y=g;switch(y.name){case"Exit":i=!1;break;case"PredictState":u=y.value;break}return[{type:Pe.enum.MetaEvent,name:y.name,value:y.value}]}case F.STATE_SNAPSHOT:return S(g.snapshot),[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}];case F.STATE_DELTA:{let y=g,x=Or(o,y.delta,!0,!1);return x?(S(x.newDocument),[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:a}]):[]}case F.MESSAGES_SNAPSHOT:return c=g.messages,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify({...o,...(c?{messages:c}:{})}),active:!0}];case F.RUN_STARTED:return[];case F.RUN_FINISHED:return c&&(o.messages=c),Object.keys(o).length===0?[]:[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify({...o,...(c?{messages:$_(c)}:{})}),active:!1}];case F.RUN_ERROR:{let y=g;return[{type:Pe.enum.RunError,message:y.message,code:y.code}]}case F.STEP_STARTED:return s=g.stepName,h=[],u=null,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:!0}];case F.STEP_FINISHED:return h=[],u=null,[{type:Pe.enum.AgentStateMessage,threadId:e,agentName:r,nodeName:s,runId:t,running:i,role:"assistant",state:JSON.stringify(o),active:!1}];default:return[]}}))};function $_(e){let t=[];for(let r of e)if(r.role==="assistant"||r.role==="user"||r.role==="system"){let n=U_(r.content);if(n){let o={id:r.id,role:r.role,content:n};t.push(o)}if(r.role==="assistant"&&r.toolCalls&&r.toolCalls.length>0)for(let o of r.toolCalls){let i={id:o.id,name:o.function.name,arguments:JSON.parse(o.function.arguments),parentMessageId:r.id};t.push(i)}}else if(r.role==="tool"){let n="unknown";for(let i of e)if(i.role==="assistant"&&i.toolCalls?.length){for(let a of i.toolCalls)if(a.id===r.toolCallId){n=a.function.name;break}}let o={id:r.id,result:r.content,actionExecutionId:r.toolCallId,actionName:n};t.push(o)}return t}var Nc=e=>t=>{let r,n,o,i,a=()=>{if(!r||i!=="text")throw Error("No text message to close");let h={type:F.TEXT_MESSAGE_END,messageId:r.messageId};return i=void 0,r=void 0,e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_END",JSON.stringify(h)),h},s=()=>{if(!n||i!=="tool")throw Error("No tool call to close");let h={type:F.TOOL_CALL_END,toolCallId:n.toolCallId};return i=void 0,n=void 0,e&&console.debug("[TRANSFORM]: TOOL_CALL_END",JSON.stringify(h)),h},c=()=>{if(!o||i!=="reasoning")throw Error("No reasoning message to close");let h={type:F.REASONING_MESSAGE_END,messageId:o.messageId};return i=void 0,o=void 0,e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_END",JSON.stringify(h)),h},u=()=>i==="text"?[a()]:i==="tool"?[s()]:i==="reasoning"?[c()]:[];return t.pipe(yt(h=>{switch(h.type){case F.TEXT_MESSAGE_START:case F.TEXT_MESSAGE_CONTENT:case F.TEXT_MESSAGE_END:case F.TOOL_CALL_START:case F.TOOL_CALL_ARGS:case F.TOOL_CALL_END:case F.TOOL_CALL_RESULT:case F.STATE_SNAPSHOT:case F.STATE_DELTA:case F.MESSAGES_SNAPSHOT:case F.CUSTOM:case F.RUN_STARTED:case F.RUN_FINISHED:case F.RUN_ERROR:case F.STEP_STARTED:case F.STEP_FINISHED:case F.THINKING_START:case F.THINKING_END:case F.THINKING_TEXT_MESSAGE_START:case F.THINKING_TEXT_MESSAGE_CONTENT:case F.THINKING_TEXT_MESSAGE_END:case F.REASONING_START:case F.REASONING_MESSAGE_START:case F.REASONING_MESSAGE_CONTENT:case F.REASONING_MESSAGE_END:case F.REASONING_END:return[...u(),h];case F.RAW:case F.ACTIVITY_SNAPSHOT:case F.ACTIVITY_DELTA:case F.REASONING_ENCRYPTED_VALUE:return[h];case F.TEXT_MESSAGE_CHUNK:let v=h,S=[];if((i!=="text"||v.messageId!==void 0&&v.messageId!==r?.messageId)&&S.push(...u()),i!=="text"){if(v.messageId===void 0)throw Error("First TEXT_MESSAGE_CHUNK must have a messageId");r={messageId:v.messageId},i="text";let C={type:F.TEXT_MESSAGE_START,messageId:v.messageId,role:v.role||"assistant"};S.push(C),e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_START",JSON.stringify(C))}if(v.delta!==void 0){let C={type:F.TEXT_MESSAGE_CONTENT,messageId:r.messageId,delta:v.delta};S.push(C),e&&console.debug("[TRANSFORM]: TEXT_MESSAGE_CONTENT",JSON.stringify(C))}return S;case F.TOOL_CALL_CHUNK:let g=h,y=[];if((i!=="tool"||g.toolCallId!==void 0&&g.toolCallId!==n?.toolCallId)&&y.push(...u()),i!=="tool"){if(g.toolCallId===void 0)throw Error("First TOOL_CALL_CHUNK must have a toolCallId");if(g.toolCallName===void 0)throw Error("First TOOL_CALL_CHUNK must have a toolCallName");n={toolCallId:g.toolCallId,toolCallName:g.toolCallName,parentMessageId:g.parentMessageId},i="tool";let C={type:F.TOOL_CALL_START,toolCallId:g.toolCallId,toolCallName:g.toolCallName,parentMessageId:g.parentMessageId};y.push(C),e&&console.debug("[TRANSFORM]: TOOL_CALL_START",JSON.stringify(C))}if(g.delta!==void 0){let C={type:F.TOOL_CALL_ARGS,toolCallId:n.toolCallId,delta:g.delta};y.push(C),e&&console.debug("[TRANSFORM]: TOOL_CALL_ARGS",JSON.stringify(C))}return y;case F.REASONING_MESSAGE_CHUNK:let x=h,E=[];if((i!=="reasoning"||x.messageId&&x.messageId!==o?.messageId)&&E.push(...u()),i!=="reasoning"){if(x.messageId===void 0)throw Error("First REASONING_MESSAGE_CHUNK must have a messageId");o={messageId:x.messageId},i="reasoning";let C={type:F.REASONING_MESSAGE_START,messageId:x.messageId};E.push(C),e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_START",JSON.stringify(C))}if(x.delta!==void 0){let C={type:F.REASONING_MESSAGE_CONTENT,messageId:o.messageId,delta:x.delta};E.push(C),e&&console.debug("[TRANSFORM]: REASONING_MESSAGE_CONTENT",JSON.stringify(C))}return E}return h.type,[]}),xn(()=>{u()}))},of=class{runNext(e,t){return t.run(e).pipe(Nc(!1))}runNextWithState(e,t){let r=ke(e.messages||[]),n=ke(e.state||{}),o=new Gs;return bv(e,o,t,[]).subscribe(i=>{i.messages!==void 0&&(r=i.messages),i.state!==void 0&&(n=i.state)}),this.runNext(e,t).pipe(ic(/*#__PURE__*/function(){var _ref42=_asyncToGenerator(function*(i){return o.next(i),yield new Promise(a=>setTimeout(a,0)),{event:i,messages:ke(r),state:ke(n)}});return function(_x83){return _ref42.apply(this,arguments)}}()))}},G_=class extends of{constructor(e){super(),this.fn=e}run(e,t){return this.fn(e,t)}};function Q_(e){let t=e.content;if(Array.isArray(t)){let r=t.filter(n=>typeof n=="object"&&!!n&&"type"in n&&n.type==="text"&&typeof n.text=="string").map(n=>n.text).join("");return{...e,content:r}}return typeof t=="string"?e:{...e,content:""}}var H_=class extends of{run(e,t){let{parentRunId:r,...n}=e,o={...n,messages:n.messages.map(Q_)};return this.runNext(o,t)}},gv="THINKING_START",hv="THINKING_END",yv="THINKING_TEXT_MESSAGE_START",vv="THINKING_TEXT_MESSAGE_CONTENT",Sv="THINKING_TEXT_MESSAGE_END",z_=class extends of{constructor(...e){super(...e),this.currentReasoningId=null,this.currentMessageId=null}warnAboutTransformation(e,t){process.env.SUPPRESS_TRANSFORMATION_WARNINGS||console.warn(`AG-UI is converting ${e} to ${t}. To remove this warning, upgrade your AG-UI integration package (e.g. @ag-ui/langgraph). To surpress it, set SUPPRESS_TRANSFORMATION_WARNINGS=true in your .env file.`)}run(e,t){return this.currentReasoningId=null,this.currentMessageId=null,this.runNext(e,t).pipe(wn(r=>this.transformEvent(r)))}transformEvent(e){switch(e.type){case gv:{this.currentReasoningId=Ki();let{title:t,...r}=e;return this.warnAboutTransformation(gv,F.REASONING_START),{...r,type:F.REASONING_START,messageId:this.currentReasoningId}}case yv:return this.currentMessageId=Ki(),this.warnAboutTransformation(yv,F.REASONING_MESSAGE_START),{...e,type:F.REASONING_MESSAGE_START,messageId:this.currentMessageId,role:"assistant"};case vv:{let{delta:t,...r}=e;return this.warnAboutTransformation(vv,F.REASONING_MESSAGE_CONTENT),{...r,type:F.REASONING_MESSAGE_CONTENT,messageId:this.currentMessageId??Ki(),delta:t}}case Sv:{let t=this.currentMessageId??Ki();return this.warnAboutTransformation(Sv,F.REASONING_MESSAGE_END),{...e,type:F.REASONING_MESSAGE_END,messageId:t}}case hv:{let t=this.currentReasoningId??Ki();return this.warnAboutTransformation(hv,F.REASONING_END),{...e,type:F.REASONING_END,messageId:t}}default:return e}}},W_="0.0.45",K_=class{get maxVersion(){return W_}constructor({agentId:e,description:t,threadId:r,initialMessages:n,initialState:o,debug:i}={}){this.debug=!1,this.subscribers=[],this.isRunning=!1,this.middlewares=[],this.agentId=e,this.description=t??"",this.threadId=r??Rr(),this.messages=ke(n??[]),this.state=ke(o??{}),this.debug=i??!1,Pc(this.maxVersion,"0.0.39")<=0&&this.middlewares.unshift(new H_),Pc(this.maxVersion,"0.0.45")<=0&&this.middlewares.unshift(new z_)}subscribe(e){return this.subscribers.push(e),{unsubscribe:()=>{this.subscribers=this.subscribers.filter(t=>t!==e)}}}use(...e){let t=e.map(r=>typeof r=="function"?new G_(r):r);return this.middlewares.push(...t),this}runAgent(e,t){var _this14=this;return _asyncToGenerator(function*(){try{_this14.isRunning=!0,_this14.agentId=_this14.agentId??Rr();let r=_this14.prepareRunAgentInput(e),n,o=new Set(_this14.messages.map(c=>c.id)),i=[{onRunFinishedEvent:c=>{n=c.result}},..._this14.subscribers,t??{}];yield _this14.onInitialize(r,i),_this14.activeRunDetach$=new zt;let a;_this14.activeRunCompletionPromise=new Promise(c=>{a=c}),yield oc($s(()=>_this14.middlewares.length===0?_this14.run(r):_this14.middlewares.reduceRight((c,u)=>({run:h=>u.run(h,c)}),_this14).run(r),Nc(_this14.debug),nf(_this14.debug),c=>c.pipe(ac(_this14.activeRunDetach$)),c=>_this14.apply(r,c,i),c=>_this14.processApplyEvents(r,c,i),Hi(c=>(_this14.isRunning=!1,_this14.onError(r,c,i))),xn(()=>{_this14.isRunning=!1,_this14.onFinalize(r,i),a?.(),a=void 0,_this14.activeRunCompletionPromise=void 0,_this14.activeRunDetach$=void 0}))(je(null)));let s=ke(_this14.messages).filter(c=>!o.has(c.id));return{result:n,newMessages:s}}finally{_this14.isRunning=!1}})()}connect(e){throw new Rd}connectAgent(e,t){var _this15=this;return _asyncToGenerator(function*(){try{_this15.isRunning=!0,_this15.agentId=_this15.agentId??Rr();let r=_this15.prepareRunAgentInput(e),n,o=new Set(_this15.messages.map(c=>c.id)),i=[{onRunFinishedEvent:c=>{n=c.result}},..._this15.subscribers,t??{}];yield _this15.onInitialize(r,i),_this15.activeRunDetach$=new zt;let a;_this15.activeRunCompletionPromise=new Promise(c=>{a=c}),yield oc($s(()=>_this15.connect(r),Nc(_this15.debug),nf(_this15.debug),c=>c.pipe(ac(_this15.activeRunDetach$)),c=>_this15.apply(r,c,i),c=>_this15.processApplyEvents(r,c,i),Hi(c=>(_this15.isRunning=!1,c instanceof Rd?Qs:_this15.onError(r,c,i))),xn(()=>{_this15.isRunning=!1,_this15.onFinalize(r,i),a?.(),a=void 0,_this15.activeRunCompletionPromise=void 0,_this15.activeRunDetach$=void 0}))(je(null)));let s=ke(_this15.messages).filter(c=>!o.has(c.id));return{result:n,newMessages:s}}finally{_this15.isRunning=!1}})()}abortRun(){}detachActiveRun(){var _this16=this;return _asyncToGenerator(function*(){if(!_this16.activeRunDetach$)return;let e=_this16.activeRunCompletionPromise??Promise.resolve();_this16.activeRunDetach$.next(),_this16.activeRunDetach$?.complete(),yield e})()}apply(e,t,r){return bv(e,t,this,r)}processApplyEvents(e,t,r){return t.pipe($d(n=>{n.messages&&(this.messages=n.messages,r.forEach(o=>{o.onMessagesChanged?.({messages:this.messages,state:this.state,agent:this,input:e})})),n.state&&(this.state=n.state,r.forEach(o=>{o.onStateChanged?.({state:this.state,messages:this.messages,agent:this,input:e})}))}))}prepareRunAgentInput(e){let t=ke(this.messages).filter(r=>r.role!=="activity");return{threadId:this.threadId,runId:e?.runId||Rr(),tools:ke(e?.tools??[]),context:ke(e?.context??[]),forwardedProps:ke(e?.forwardedProps??{}),state:ke(this.state),messages:t}}onInitialize(e,t){var _this17=this;return _asyncToGenerator(function*(){let r=yield _e(t,_this17.messages,_this17.state,(n,o,i)=>n.onRunInitialized?.({messages:o,state:i,agent:_this17,input:e}));(r.messages!==void 0||r.state!==void 0)&&(r.messages&&(_this17.messages=r.messages,e.messages=r.messages,t.forEach(n=>{n.onMessagesChanged?.({messages:_this17.messages,state:_this17.state,agent:_this17,input:e})})),r.state&&(_this17.state=r.state,e.state=r.state,t.forEach(n=>{n.onStateChanged?.({state:_this17.state,messages:_this17.messages,agent:_this17,input:e})})))})()}onError(e,t,r){return An(_e(r,this.messages,this.state,(n,o,i)=>n.onRunFailed?.({error:t,messages:o,state:i,agent:this,input:e}))).pipe(wn(n=>{let o=n;if((o.messages!==void 0||o.state!==void 0)&&(o.messages!==void 0&&(this.messages=o.messages,r.forEach(i=>{i.onMessagesChanged?.({messages:this.messages,state:this.state,agent:this,input:e})})),o.state!==void 0&&(this.state=o.state,r.forEach(i=>{i.onStateChanged?.({state:this.state,messages:this.messages,agent:this,input:e})}))),o.stopPropagation!==!0)throw console.error("Agent execution failed:",t),t;return{}}))}onFinalize(e,t){var _this18=this;return _asyncToGenerator(function*(){let r=yield _e(t,_this18.messages,_this18.state,(n,o,i)=>n.onRunFinalized?.({messages:o,state:i,agent:_this18,input:e}));(r.messages!==void 0||r.state!==void 0)&&(r.messages!==void 0&&(_this18.messages=r.messages,t.forEach(n=>{n.onMessagesChanged?.({messages:_this18.messages,state:_this18.state,agent:_this18,input:e})})),r.state!==void 0&&(_this18.state=r.state,t.forEach(n=>{n.onStateChanged?.({state:_this18.state,messages:_this18.messages,agent:_this18,input:e})})))})()}clone(){let e=Object.create(Object.getPrototypeOf(this));return e.agentId=this.agentId,e.description=this.description,e.threadId=this.threadId,e.messages=ke(this.messages),e.state=ke(this.state),e.debug=this.debug,e.isRunning=this.isRunning,e.subscribers=[...this.subscribers],e.middlewares=[...this.middlewares],e}addMessage(e){var _this19=this;this.messages.push(e),_asyncToGenerator(function*(){for(let t of _this19.subscribers)yield t.onNewMessage?.({message:e,messages:_this19.messages,state:_this19.state,agent:_this19});if(e.role==="assistant"&&e.toolCalls)for(let t of e.toolCalls)for(let r of _this19.subscribers)yield r.onNewToolCall?.({toolCall:t,messages:_this19.messages,state:_this19.state,agent:_this19});for(let t of _this19.subscribers)yield t.onMessagesChanged?.({messages:_this19.messages,state:_this19.state,agent:_this19})})()}addMessages(e){var _this20=this;this.messages.push(...e),_asyncToGenerator(function*(){for(let t of e){for(let r of _this20.subscribers)yield r.onNewMessage?.({message:t,messages:_this20.messages,state:_this20.state,agent:_this20});if(t.role==="assistant"&&t.toolCalls)for(let r of t.toolCalls)for(let n of _this20.subscribers)yield n.onNewToolCall?.({toolCall:r,messages:_this20.messages,state:_this20.state,agent:_this20})}for(let t of _this20.subscribers)yield t.onMessagesChanged?.({messages:_this20.messages,state:_this20.state,agent:_this20})})()}setMessages(e){var _this21=this;this.messages=ke(e),_asyncToGenerator(function*(){for(let t of _this21.subscribers)yield t.onMessagesChanged?.({messages:_this21.messages,state:_this21.state,agent:_this21})})()}setState(e){var _this22=this;this.state=ke(e),_asyncToGenerator(function*(){for(let t of _this22.subscribers)yield t.onStateChanged?.({messages:_this22.messages,state:_this22.state,agent:_this22})})()}legacy_to_be_removed_runAgentBridged(e){this.agentId=this.agentId??Rr();let t=this.prepareRunAgentInput(e);return(this.middlewares.length===0?this.run(t):this.middlewares.reduceRight((r,n)=>({run:o=>n.run(o,r)}),this).run(t)).pipe(Nc(this.debug),nf(this.debug),B_(this.threadId,t.runId,this.agentId),r=>r.pipe(wn(n=>(this.debug&&console.debug("[LEGACY]:",JSON.stringify(n)),n))))}},Av=class extends K_{requestInit(e){return{method:"POST",headers:{...this.headers,"Content-Type":"application/json",Accept:"text/event-stream"},body:JSON.stringify(e),signal:this.abortController.signal}}runAgent(e,t){return this.abortController=e?.abortController??new l.AbortController,super.runAgent(e,t)}abortRun(){this.abortController.abort(),super.abortRun()}constructor(e){super(e),this.abortController=new l.AbortController,this.url=e.url,this.headers=ke(e.headers??{})}run(e){return __(R_(this.url,this.requestInit(e)))}clone(){let e=super.clone();e.url=this.url,e.headers=ke(this.headers??{});let t=new l.AbortController,r=this.abortController.signal;return r.aborted&&t.abort(r.reason),e.abortController=t,e}};m();d();p();f();var wv=(e,t,r)=>{let n=We(t,r),o=e?.trim();if(!n||!t||!o)throw new Error("Missing required parameters for answer endpoint");let i=`/api/preview/organizations/${t}/agents`;return`${n}${i}/${o}`};var af=class extends Av{requestInit(t){let{params:r,accessToken:n}=t.forwardedProps||{};return{method:"POST",headers:{...this.headers,Authorization:`Bearer ${n}`,"Content-Type":"application/json",Accept:"text/event-stream"},body:JSON.stringify(r),signal:this.abortController.signal}}},xv=(e,t,r)=>new af({url:`${wv(e,t,r)}/answer`});m();d();p();f();m();d();p();f();var Y_=new H({required:!0}),Cv=P("followUpAnswers/setIsEnabled",e=>q(e,new ue({required:!0}))),Ev=P("followUpAnswers/setFollowUpAnswersConversationId",e=>q(e,X)),_Z=P("followUpAnswers/createFollowUpAnswer",e=>q(e,{question:X})),kZ=P("followUpAnswers/setActiveFollowUpAnswerId",e=>q(e,X)),OZ=P("followUpAnswers/setFollowUpAnswerContentFormat",e=>q(e,{contentFormat:Ss,answerId:X})),PZ=P("followUpAnswers/setFollowUpIsLoading",e=>q(e,{isLoading:new ue({required:!0}),answerId:X})),NZ=P("followUpAnswers/setFollowUpIsStreaming",e=>q(e,{isStreaming:new ue({required:!0}),answerId:X})),FZ=P("followUpAnswers/followUpMessageChunkReceived",e=>q(e,{textDelta:Y_,answerId:X})),DZ=P("followUpAnswers/followUpCitationsReceived",e=>q(e,{citations:new ge({required:!0,each:new ee({values:dd})}),answerId:X})),MZ=P("followUpAnswers/followUpCompleted",e=>q(e,{answerId:X,cannotAnswer:new ue({required:!1})})),qZ=P("followUpAnswers/followUpFailed",e=>q(e,{message:new H,code:new te({min:0}),answerId:X})),jZ=P("followUpAnswers/activeFollowUpStartFailed",e=>q(e,{message:new H})),LZ=P("followUpAnswers/likeFollowUp",e=>q(e,{answerId:X})),VZ=P("followUpAnswers/dislikeFollowUp",e=>q(e,{answerId:X})),UZ=P("followUpAnswers/submitFollowUpFeedback",e=>q(e,{answerId:X})),Rv=P("followUpAnswers/resetFollowUpAnswers"),BZ=P("followUpAnswers/stepStarted",e=>q(e,{answerId:X,name:new H({required:!0,constrainTo:yo}),startedAt:new te({min:0,required:!0})})),$Z=P("followUpAnswers/stepFinished",e=>q(e,{answerId:X,name:new H({required:!0,constrainTo:yo}),finishedAt:new te({min:0,required:!0})}));m();d();p();f();var X_={"KNOWLEDGE:SSE_MAX_DURATION_EXCEEDED":1e3,"KNOWLEDGE:SSE_FOLLOW_UP_NOT_SUPPORTED":1001,"KNOWLEDGE:NOT_FOUND":1002,"KNOWLEDGE:SSE_MODELS_NOT_AVAILABLE":1003,"KNOWLEDGE:SSE_INTERNAL_ERROR":1004};function Iv(e){return e?X_[e]??1004:1004}var Tv=e=>({onRunStartedEvent:({event:t})=>{e(bs(t.runId)),e(Er(!1)),e(Oi(!0)),e(Ev(t.threadId))},onStepStartedEvent:({event:t})=>{e(wh({name:t.stepName,startedAt:t.timestamp??Date.now()}))},onStepFinishedEvent:({event:t})=>{e(xh({name:t.stepName,finishedAt:t.timestamp??Date.now()}))},onTextMessageContentEvent:({event:t})=>{e(Pi({textDelta:t.delta}))},onCustomEvent:({event:t})=>{let{name:r,value:n}=t;switch(r){case"header":{n?.contentFormat&&e(Di(n.contentFormat)),n?.followUpEnabled&&e(Cv(n.followUpEnabled));return}case"citations":{e(Ni({citations:n.citations}));return}}},onRunErrorEvent:({event:t})=>{let r=Iv(t.code);e(Fi({message:t.message,code:r}))},onRunFinishedEvent:({event:t})=>{let r=t.result?.answerGenerated??!1;e(fd(r)),e(Mi(!r)),e(Oi(!1)),e(po(r)),e(mo())}});var _v=()=>{let e,t=()=>{e?.abortRun(),e=void 0};return{run:function(){var _ref47=_asyncToGenerator(function*(n,o,i){t();let a=is(n),s=zm(n),c=Wm(n),u=Hm(n),h=xv(a,s,c);e=h;let v=Tv(o),S=vh(n,i());try{o(Er(!0)),yield h.runAgent({forwardedProps:{params:S,accessToken:u}},v)}catch(g){o(Er(!1)),o(Fi({message:"An error occurred while starting the answer generation."})),console.error("Error running the answer agent:",g)}});return function run(_x84,_x85,_x86){return _ref47.apply(this,arguments)}}(),abortRun:t}};m();d();p();f();m();d();p();f();var Fc=P("breadcrumb/deselectAll"),kv=P("breadcrumb/deselectAllNonBreadcrumbs");m();d();p();f();var Ov=P("facet/updateFacetAutoSelection",e=>q(e,{allow:new ue({required:!0})}));m();d();p();f();m();d();p();f();var Dc=class extends vr{constructor(r){super(r);this.getState=r}get activeInstantResultQuery(){let r=this.getState().instantResults;for(let n in r)for(let o in r[n].cache)if(r[n].cache[o].isActive)return r[n].q;return null}get activeInstantResultCache(){let r=this.getState().instantResults;for(let n in r)for(let o in r[n].cache)if(r[n].cache[o].isActive)return r[n].cache[o];return null}get results(){return this.activeInstantResultCache?.results}get queryText(){return this.activeInstantResultQuery??St().q}get responseTime(){return this.activeInstantResultCache?.duration??Mt().duration}get numberOfResults(){return this.activeInstantResultCache?.totalCountFiltered??Mt().response.totalCountFiltered}getSearchUID(){return this.activeInstantResultCache?.searchUid||super.getSearchUID()}};var Pv=()=>ct("analytics/instantResult/searchboxAsYouType",e=>e.makeSearchboxAsYouType(),e=>new Dc(e)),Nv=()=>({actionCause:"searchboxAsYouType"});m();d();p();f();var sf={id:X},J_={...sf,q:Je},Jee=P("instantResults/register",e=>q(e,sf)),Mc=P("instantResults/updateQuery",e=>q(e,J_)),Zee=P("instantResults/clearExpired",e=>q(e,sf));m();d();p();f();var qc=new te({required:!0,min:0}),jc=P("pagination/registerNumberOfResults",e=>q(e,qc)),Lc=P("pagination/updateNumberOfResults",e=>q(e,qc)),Vc=P("pagination/registerPage",e=>q(e,qc)),qo=P("pagination/updatePage",e=>q(e,qc)),Uc=P("pagination/nextPage"),Bc=P("pagination/previousPage");m();d();p();f();var jo=P("query/updateQuery",e=>q(e,{q:new H,enableQuerySyntax:new ue}));m();d();p();f();m();d();p();f();m();d();p();f();var Nr=()=>({cq:"",cqWasSet:!1,aq:"",aqWasSet:!1,lq:"",lqWasSet:!1,dq:"",dqWasSet:!1,defaultFilters:{cq:"",aq:"",lq:"",dq:""}});var cf=()=>ct("search/logFetchMoreResults",e=>e.makeFetchMoreResults()),Fr=e=>ct("search/queryError",(t,r)=>t.makeQueryError({query:r.query?.q||St().q,aq:r.advancedSearchQueries?.aq||Nr().aq,cq:r.advancedSearchQueries?.cq||Nr().cq,dq:r.advancedSearchQueries?.dq||Nr().dq,errorType:e.type,errorMessage:e.message}));m();d();p();f();m();d();p();f();var qte=P("didYouMean/enable"),jte=P("didYouMean/disable"),Lte=P("didYouMean/automaticCorrections/disable"),Vte=P("didYouMean/automaticCorrections/enable"),$c=P("didYouMean/correction",e=>q(e,X)),Ute=P("didYouMean/automaticCorrections/mode",e=>q(e,new H({constrainTo:["next","legacy"],emptyAllowed:!1,required:!0})));m();d();p();f();var uf=()=>ct("analytics/didyoumean/automatic",e=>e.makeDidYouMeanAutomatic());var Fv=()=>({actionCause:"didYouMeanAutomatic"});m();d();p();f();m();d();p();f();function Gc(){return{contextValues:{}}}m();d();p();f();function Qc(){return{contextValues:{}}}m();d();p();f();function Dv(){return{freezeFacetOrder:!1,facets:{}}}m();d();p();f();function Mv(){return[]}m();d();p();f();function Yi(){return{firstResult:0,defaultNumberOfResults:10,numberOfResults:10,totalCountFiltered:0}}m();d();p();f();function qv(){return{}}m();d();p();f();function jv(){return{}}m();d();p();f();function Lv(){return{}}function Wt(e){return{context:e.context||Gc(),dictionaryFieldContext:e.dictionaryFieldContext||Qc(),facetSet:e.facetSet||os(),numericFacetSet:e.numericFacetSet||ns(),dateFacetSet:e.dateFacetSet||rs(),categoryFacetSet:e.categoryFacetSet||ts(),automaticFacetSet:e.automaticFacetSet??es(),pagination:e.pagination||Yi(),query:e.query||St(),tabSet:e.tabSet||Lv(),advancedSearchQueries:e.advancedSearchQueries||Nr(),staticFilterSet:e.staticFilterSet||jv(),querySet:e.querySet||qv(),sortCriteria:e.sortCriteria||as(),pipeline:e.pipeline||Kn(),searchHub:e.searchHub||oo(),facetOptions:e.facetOptions||Dv(),facetOrder:e.facetOrder??Mv(),debug:e.debug??Da()}}m();d();p();f();var pne=new ee({values:{undoneQuery:Je},options:{required:!0}}),Vv=()=>ct("analytics/trigger/query",(e,t)=>t.triggers?.queryModification.newQuery?e.makeTriggerQuery():null);m();d();p();f();var Hc=P("trigger/query/ignore",e=>q(e,new H({emptyAllowed:!0,required:!0}))),zc=P("trigger/query/modification",e=>q(e,new ee({values:{originalQuery:Xe,modification:Xe}})));m();d();p();f();var Dr=/*#__PURE__*/function(){var _ref48=_asyncToGenerator(function*(e,t){let r=t0(e),n=vs(e),o=Z_(e),i=yield xr(e,t),a=()=>e.pagination?e.pagination.firstResult+e.pagination.numberOfResults>5e3?5e3-e.pagination.firstResult:e.pagination.numberOfResults:void 0;return Ar({...i,...(e.didYouMean&&{queryCorrection:{enabled:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="next",options:{automaticallyCorrect:e.didYouMean.automaticallyCorrectQuery?"whenNoResults":"never"}},enableDidYouMean:e.didYouMean.enableDidYouMean&&e.didYouMean.queryCorrectionMode==="legacy"}),...(r&&{cq:r}),...(n.length&&{facets:n}),...(e.pagination&&{numberOfResults:a(),firstResult:e.pagination.firstResult}),...(e.facetOptions&&{facetOptions:{freezeFacetOrder:e.facetOptions.freezeFacetOrder}}),...(e.folding?.enabled&&{filterField:e.folding.fields.collection,childField:e.folding.fields.parent,parentField:e.folding.fields.child,filterFieldRange:e.folding.filterFieldRange}),...(e.automaticFacetSet&&{generateAutomaticFacets:{desiredCount:e.automaticFacetSet.desiredCount,numberOfValues:e.automaticFacetSet.numberOfValues,currentFacets:o}}),...(e.generatedAnswer&&{pipelineRuleParameters:{mlGenerativeQuestionAnswering:{responseFormat:e.generatedAnswer.responseFormat,citationsFieldToInclude:e.generatedAnswer.fieldsToIncludeInCitations}}})})});return function Dr(_x87,_x88){return _ref48.apply(this,arguments)}}();function Z_(e){let t=e.automaticFacetSet?.set;return t?Object.values(t).map(r=>r.response).map(e0).filter(r=>r.currentValues.length>0):void 0}function e0(e){let{field:t,label:r,values:n}=e,o=n.filter(i=>i.state==="selected");return{field:t,label:r,currentValues:o}}function t0(e){let t=e.advancedSearchQueries?.cq.trim()||"",n=Object.values(e.tabSet||{}).find(i=>i.isActive)?.expression.trim()||"",o=r0(e);return[t,n,...o].filter(i=>!!i).join(" AND ")}function r0(e){return Object.values(e.staticFilterSet||{}).map(r=>{let n=r.values.filter(i=>i.state==="selected"&&!!i.expression.trim()),o=n.map(i=>i.expression).join(" OR ");return n.length>1?`(${o})`:o})}var Mr=class{constructor(t,r=n=>{this.dispatch(jo({q:n}))}){this.config=t;this.onUpdateQueryForCorrection=r}fetchFromAPI(_x89,_x90){var _this23=this;return _asyncToGenerator(function*({mappings:t,request:r},n){let o=Date.now(),i=ys(yield _this23.extra.apiClient.search(r,n),t),a=Date.now()-o,s=_this23.getState().query?.q||"";return{response:i,duration:a,queryExecuted:s,requestExecuted:r}}).apply(this,arguments)}process(t){var _this24=this;return _asyncToGenerator(function*(){return _this24.processQueryErrorOrContinue(t)??(yield _this24.processQueryCorrectionsOrContinue(t))??(yield _this24.processQueryTriggersOrContinue(t))??_this24.processSuccessResponse(t)})()}processQueryErrorOrContinue(t){return dt(t.response)?(this.dispatch(Fr(t.response.error)),this.rejectWithValue(t.response.error)):null}processQueryCorrectionsOrContinue(t){var _this25=this;return _asyncToGenerator(function*(){let r=_this25.getState(),n=_this25.getSuccessResponse(t);if(!n||!r.didYouMean)return null;let{enableDidYouMean:o,automaticallyCorrectQuery:i}=r.didYouMean,{results:a,queryCorrections:s,queryCorrection:c}=n;if(!o||!i)return null;let u=a.length===0&&s&&s.length!==0,h=!ie(c)&&!ie(c.correctedQuery);if(!u&&!h)return null;let S=u?yield _this25.processLegacyDidYouMeanAutoCorrection(t):_this25.processModernDidYouMeanAutoCorrection(t);return _this25.dispatch(Vt(Wt(_this25.getState()))),S})()}processLegacyDidYouMeanAutoCorrection(t){var _this26=this;return _asyncToGenerator(function*(){let r=_this26.getCurrentQuery(),n=_this26.getSuccessResponse(t);if(!n.queryCorrections)return null;let{correctedQuery:o}=n.queryCorrections[0],i=yield _this26.automaticallyRetryQueryWithCorrection(o);return dt(i.response)?(_this26.dispatch(Fr(i.response.error)),_this26.rejectWithValue(i.response.error)):(_this26.logOriginalAnalyticsQueryBeforeAutoCorrection(t),_this26.dispatch(Vt(Wt(_this26.getState()))),{...i,response:{...i.response.success,queryCorrections:n.queryCorrections},automaticallyCorrected:!0,originalQuery:r,analyticsAction:uf()})})()}processModernDidYouMeanAutoCorrection(t){let r=this.getSuccessResponse(t),{correctedQuery:n,originalQuery:o}=r.queryCorrection;return this.onUpdateQueryForCorrection(n),{...t,response:{...r},queryExecuted:n,automaticallyCorrected:!0,originalQuery:o,analyticsAction:uf()}}logOriginalAnalyticsQueryBeforeAutoCorrection(t){let r=this.getState(),n=this.getSuccessResponse(t);this.analyticsAction?.()(this.dispatch,()=>this.getStateAfterResponse(t.queryExecuted,t.duration,r,n),this.extra)}processQueryTriggersOrContinue(t){var _this27=this;return _asyncToGenerator(function*(){let r=_this27.getSuccessResponse(t);if(!r)return null;let n=r.triggers.find(s=>s.type==="query")?.content||"";if(!n)return null;if(_this27.getState().triggers?.queryModification.queryToIgnore===n)return _this27.dispatch(Hc("")),null;_this27.analyticsAction&&(yield _this27.dispatch(_this27.analyticsAction));let i=_this27.getCurrentQuery(),a=yield _this27.automaticallyRetryQueryWithTriggerModification(n);return dt(a.response)?(_this27.dispatch(Fr(a.response.error)),_this27.rejectWithValue(a.response.error)):(_this27.dispatch(Vt(Wt(_this27.getState()))),{...a,response:{...a.response.success},automaticallyCorrected:!1,originalQuery:i,analyticsAction:Vv()})})()}getStateAfterResponse(t,r,n,o){return{...n,query:{q:t,enableQuerySyntax:n.query?.enableQuerySyntax??St().enableQuerySyntax},search:{...Mt(),duration:r,response:o,results:o.results}}}processSuccessResponse(t){return this.dispatch(Vt(Wt(this.getState()))),{...t,response:this.getSuccessResponse(t),automaticallyCorrected:!1,originalQuery:this.getCurrentQuery(),analyticsAction:this.analyticsAction}}getSuccessResponse(t){return pa(t.response)?t.response.success:null}automaticallyRetryQueryWithCorrection(t){var _this28=this;return _asyncToGenerator(function*(){_this28.onUpdateQueryForCorrection(t);let r=yield _this28.fetchFromAPI(yield Dr(_this28.getState()),{origin:"mainSearch"});return _this28.dispatch($c(t)),r})()}automaticallyRetryQueryWithTriggerModification(t){var _this29=this;return _asyncToGenerator(function*(){return _this29.dispatch(zc({newQuery:t,originalQuery:_this29.getCurrentQuery()})),_this29.onUpdateQueryForCorrection(t),yield _this29.fetchFromAPI(yield Dr(_this29.getState()),{origin:"mainSearch"})})()}getCurrentQuery(){let t=this.getState();return t.query?.q!==void 0?t.query.q:""}get extra(){return this.config.extra}getState(){return this.config.getState()}get dispatch(){return this.config.dispatch}get analyticsAction(){return this.config.analyticsAction}get rejectWithValue(){return this.config.rejectWithValue}};var foe=Ee("search/executeSearch",/*#__PURE__*/function(){var _ref49=_asyncToGenerator(function*(e,t){let r=t.getState();return yield Wc(r,t,e)});return function(_x91,_x92){return _ref49.apply(this,arguments)}}()),poe=Ee("search/fetchPage",/*#__PURE__*/function(){var _ref50=_asyncToGenerator(function*(e,t){let r=t.getState();return yield df(r,t,e)});return function(_x93,_x94){return _ref50.apply(this,arguments)}}()),moe=Ee("search/fetchMoreResults",/*#__PURE__*/function(){var _ref51=_asyncToGenerator(function*(e,t){let r=t.getState();return yield ff(t,r)});return function(_x95,_x96){return _ref51.apply(this,arguments)}}()),goe=Ee("search/fetchFacetValues",/*#__PURE__*/function(){var _ref52=_asyncToGenerator(function*(e,t){let r=t.getState();return yield a0(t,e,r)});return function(_x97,_x98){return _ref52.apply(this,arguments)}}()),hoe=Ee("search/fetchInstantResults",/*#__PURE__*/function(){var _ref53=_asyncToGenerator(function*(e,t){return lf(e,t)});return function(_x99,_x100){return _ref53.apply(this,arguments)}}()),n0=/*#__PURE__*/function(){var _ref54=_asyncToGenerator(function*(e,t){let r=yield Dr(e,t);return r.request={...r.request,firstResult:(e.pagination?.firstResult??0)+(e.search?.results.length??0)},r});return function n0(_x101,_x102){return _ref54.apply(this,arguments)}}(),o0=/*#__PURE__*/function(){var _ref55=_asyncToGenerator(function*(e,t,r){let n=yield xr(e);return Ar({...n,...(e.didYouMean&&{enableDidYouMean:e.didYouMean.enableDidYouMean}),numberOfResults:r,q:t})});return function o0(_x103,_x104,_x105){return _ref55.apply(this,arguments)}}(),i0=/*#__PURE__*/function(){var _ref56=_asyncToGenerator(function*(e,t){let r=yield Dr(e,t);return r.request.numberOfResults=0,r});return function i0(_x106,_x107){return _ref56.apply(this,arguments)}}(),Uv=e=>{e.configuration.analytics.enabled&&wt.getInstance().addElement({name:"Query",...(e.query?.q&&{value:e.query.q}),time:JSON.stringify(new Date)})};function lf(_x108,_x109){return _lf.apply(this,arguments)}function _lf(){_lf=_asyncToGenerator(function*(e,t){q(e,{id:X,q:X,maxResultsPerQuery:new te({required:!0,min:1}),cacheTimeout:new te});let{q:r,maxResultsPerQuery:n}=e,o=t.getState(),i=new Mr({...t,analyticsAction:Pv()},u=>{t.dispatch(Mc({q:u,id:e.id}))}),a=yield o0(o,r,n),s=yield i.fetchFromAPI(a,{origin:"instantResults",disableAbortWarning:!0}),c=yield i.process(s);return"response"in c?{results:c.response.results,searchUid:c.response.searchUid,analyticsAction:c.analyticsAction,totalCountFiltered:c.response.totalCountFiltered,duration:c.duration}:c});return _lf.apply(this,arguments)}function df(_x110,_x111,_x112){return _df.apply(this,arguments)}function _df(){_df=_asyncToGenerator(function*(e,t,r){Uv(e);let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=t.extra,{description:a}=yield r.prepare({getState:()=>t.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=new Mr({...t,analyticsAction:r}),c=yield Dr(e,a),u=yield s.fetchFromAPI(c,{origin:"mainSearch"});return yield s.process(u)});return _df.apply(this,arguments)}function ff(_x113,_x114){return _ff.apply(this,arguments)}function _ff(){_ff=_asyncToGenerator(function*(e,t){let{analyticsClientMiddleware:r,preprocessRequest:n,logger:o}=e.extra,{description:i}=yield cf().prepare({getState:()=>e.getState(),analyticsClientMiddleware:r,preprocessRequest:n,logger:o}),a=new Mr({...e,analyticsAction:cf()}),s=yield n0(t,i),c=yield a.fetchFromAPI(s,{origin:"mainSearch"});return yield a.process(c)});return _ff.apply(this,arguments)}function a0(_x115,_x116,_x117){return _a2.apply(this,arguments)}function _a2(){_a2=_asyncToGenerator(function*(e,t,r){let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=e.extra,{description:a}=yield t.prepare({getState:()=>e.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=new Mr({...e,analyticsAction:t}),c=yield i0(r,a),u=yield s.fetchFromAPI(c,{origin:"facetValues"});return yield s.process(u)});return _a2.apply(this,arguments)}function Wc(_x118,_x119,_x120){return _Wc.apply(this,arguments)}function _Wc(){_Wc=_asyncToGenerator(function*(e,t,r){Uv(e);let{analyticsClientMiddleware:n,preprocessRequest:o,logger:i}=t.extra,{description:a}=yield r.prepare({getState:()=>t.getState(),analyticsClientMiddleware:n,preprocessRequest:o,logger:i}),s=yield Dr(e,a),c=new Mr({...t,analyticsAction:r}),u=yield c.fetchFromAPI(s,{origin:"mainSearch"});return yield c.process(u)});return _Wc.apply(this,arguments)}m();d();p();f();var qr=class{constructor(t,r=n=>{this.dispatch(jo({q:n}))}){this.config=t;this.onUpdateQueryForCorrection=r}fetchFromAPI(_x121,_x122){var _this30=this;return _asyncToGenerator(function*({mappings:t,request:r},n){let o=Date.now(),i=ys(yield _this30.extra.apiClient.search(r,n),t),a=Date.now()-o,s=_this30.getState().query?.q||"";return{response:i,duration:a,queryExecuted:s,requestExecuted:r}}).apply(this,arguments)}process(t){var _this31=this;return _asyncToGenerator(function*(){return _this31.processQueryErrorOrContinue(t)??(yield _this31.processQueryCorrectionsOrContinue(t))??(yield _this31.processQueryTriggersOrContinue(t))??_this31.processSuccessResponse(t)})()}processQueryErrorOrContinue(t){return dt(t.response)?(this.dispatch(Fr(t.response.error)),this.rejectWithValue(t.response.error)):null}processQueryCorrectionsOrContinue(t){var _this32=this;return _asyncToGenerator(function*(){let r=_this32.getState(),n=_this32.getSuccessResponse(t);if(!n||!r.didYouMean)return null;let{enableDidYouMean:o,automaticallyCorrectQuery:i}=r.didYouMean,{results:a,queryCorrections:s,queryCorrection:c}=n;if(!o||!i)return null;let u=a.length===0&&s&&s.length!==0,h=!ie(c)&&!ie(c.correctedQuery);if(!u&&!h)return null;let S=u?yield _this32.processLegacyDidYouMeanAutoCorrection(t):_this32.processModernDidYouMeanAutoCorrection(t);return _this32.dispatch(Vt(Wt(_this32.getState()))),S})()}processLegacyDidYouMeanAutoCorrection(t){var _this33=this;return _asyncToGenerator(function*(){let r=_this33.getCurrentQuery(),n=_this33.getSuccessResponse(t);if(!n.queryCorrections)return null;let{correctedQuery:o}=n.queryCorrections[0],i=yield _this33.automaticallyRetryQueryWithCorrection(o);return dt(i.response)?(_this33.dispatch(Fr(i.response.error)),_this33.rejectWithValue(i.response.error)):(_this33.dispatch(Vt(Wt(_this33.getState()))),{...i,response:{...i.response.success,queryCorrections:n.queryCorrections},automaticallyCorrected:!0,originalQuery:r})})()}processModernDidYouMeanAutoCorrection(t){let r=this.getSuccessResponse(t),{correctedQuery:n,originalQuery:o}=r.queryCorrection;return this.onUpdateQueryForCorrection(n),{...t,response:{...r},queryExecuted:n,automaticallyCorrected:!0,originalQuery:o}}processQueryTriggersOrContinue(t){var _this34=this;return _asyncToGenerator(function*(){let r=_this34.getSuccessResponse(t);if(!r)return null;let n=r.triggers.find(s=>s.type==="query")?.content||"";if(!n)return null;if(_this34.getState().triggers?.queryModification.queryToIgnore===n)return _this34.dispatch(Hc("")),null;let i=_this34.getCurrentQuery(),a=yield _this34.automaticallyRetryQueryWithTriggerModification(n);return dt(a.response)?(_this34.dispatch(Fr(a.response.error)),_this34.rejectWithValue(a.response.error)):(_this34.dispatch(Vt(Wt(_this34.getState()))),{...a,response:{...a.response.success},automaticallyCorrected:!1,originalQuery:i})})()}processSuccessResponse(t){return this.dispatch(Vt(Wt(this.getState()))),{...t,response:this.getSuccessResponse(t),automaticallyCorrected:!1,originalQuery:this.getCurrentQuery()}}getSuccessResponse(t){return pa(t.response)?t.response.success:null}automaticallyRetryQueryWithCorrection(t){var _this35=this;return _asyncToGenerator(function*(){_this35.onUpdateQueryForCorrection(t);let r=_this35.getState(),{actionCause:n}=Fv(),o=yield _this35.fetchFromAPI(yield Cr(r,_this35.extra.navigatorContext,{actionCause:n}),{origin:"mainSearch"});return _this35.dispatch($c(t)),o})()}automaticallyRetryQueryWithTriggerModification(t){var _this36=this;return _asyncToGenerator(function*(){return _this36.dispatch(zc({newQuery:t,originalQuery:_this36.getCurrentQuery()})),_this36.onUpdateQueryForCorrection(t),yield _this36.fetchFromAPI(yield Cr(_this36.getState(),_this36.extra.navigatorContext),{origin:"mainSearch"})})()}getCurrentQuery(){let t=this.getState();return t.query?.q!==void 0?t.query.q:""}get extra(){return this.config.extra}getState(){return this.config.getState()}get dispatch(){return this.config.dispatch}get rejectWithValue(){return this.config.rejectWithValue}};var tie=Ee("search/prepareForSearchWithQuery",(e,t)=>{let{dispatch:r}=t;q(e,{q:new H,enableQuerySyntax:new ue,clearFilters:new ue}),e.clearFilters&&(r(Fc()),r(kv())),r(Ov({allow:!0})),r(jo({q:e.q,enableQuerySyntax:e.enableQuerySyntax})),r(qo(1))}),rie=P("search/updateSearchAction"),Kc=Ee("search/executeSearch",/*#__PURE__*/function(){var _ref57=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return Wc(r,t,e.legacy);$v(r);let n=e.next?Gv(e.next):void 0,o=yield Cr(r,t.extra.navigatorContext,n),i=new qr({...t,analyticsAction:n??{}}),a=yield i.fetchFromAPI(o,{origin:"mainSearch"});return yield i.process(a)});return function(_x123,_x124){return _ref57.apply(this,arguments)}}()),Bv=Ee("search/fetchPage",/*#__PURE__*/function(){var _ref58=_asyncToGenerator(function*(e,t){let r=t.getState();if($v(r),r.configuration.analytics.analyticsMode==="legacy"||!e.next)return df(r,t,e.legacy);let n=new qr({...t,analyticsAction:e.next}),o=yield Cr(r,t.extra.navigatorContext,e.next),i=yield n.fetchFromAPI(o,{origin:"mainSearch"});return yield n.process(i)});return function(_x125,_x126){return _ref58.apply(this,arguments)}}()),nie=Ee("search/fetchMoreResults",/*#__PURE__*/function(){var _ref59=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return ff(t,r);let n=pg("browseResults",t.getState),o=new qr({...t,analyticsAction:n}),i=yield s0(r,t.extra.navigatorContext,n),a=yield o.fetchFromAPI(i,{origin:"mainSearch"});return yield o.process(a)});return function(_x127,_x128){return _ref59.apply(this,arguments)}}()),oie=Ee("search/fetchFacetValues",/*#__PURE__*/function(){var _ref60=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return Wc(r,t,e.legacy);let n=new qr({...t,analyticsAction:{}}),o=yield u0(r,t.extra.navigatorContext),i=yield n.fetchFromAPI(o,{origin:"facetValues"});return yield n.process(i)});return function(_x129,_x130){return _ref60.apply(this,arguments)}}()),iie=Ee("search/fetchInstantResults",/*#__PURE__*/function(){var _ref61=_asyncToGenerator(function*(e,t){let r=t.getState();if(r.configuration.analytics.analyticsMode==="legacy")return lf(e,t);q(e,{id:X,q:X,maxResultsPerQuery:new te({required:!0,min:1}),cacheTimeout:new te});let{q:n,maxResultsPerQuery:o}=e,i=Gv(Nv()),a=yield c0(r,t.extra.navigatorContext,n,o,i),s=new qr({...t,analyticsAction:i},h=>{t.dispatch(Mc({q:h,id:e.id}))}),c=yield s.fetchFromAPI(a,{origin:"instantResults",disableAbortWarning:!0}),u=yield s.process(c);return"response"in u?{results:u.response.results,searchUid:u.response.searchUid,totalCountFiltered:u.response.totalCountFiltered,duration:u.duration}:u});return function(_x131,_x132){return _ref61.apply(this,arguments)}}()),s0=/*#__PURE__*/function(){var _ref62=_asyncToGenerator(function*(e,t,r){let n=yield Cr(e,t,r);return n.request={...n.request,firstResult:(e.pagination?.firstResult??0)+(e.search?.results.length??0)},n});return function s0(_x133,_x134,_x135){return _ref62.apply(this,arguments)}}(),c0=/*#__PURE__*/function(){var _ref63=_asyncToGenerator(function*(e,t,r,n,o){let i=ho(e,t,o);return Ar({...i,...(e.didYouMean&&{enableDidYouMean:e.didYouMean.enableDidYouMean}),numberOfResults:n,q:r})});return function c0(_x136,_x137,_x138,_x139,_x140){return _ref63.apply(this,arguments)}}(),u0=/*#__PURE__*/function(){var _ref64=_asyncToGenerator(function*(e,t,r){let n=yield Cr(e,t,r);return n.request.numberOfResults=0,n});return function u0(_x141,_x142,_x143){return _ref64.apply(this,arguments)}}(),$v=e=>{e.configuration.analytics.enabled&&wt.getInstance().addElement({name:"Query",...(e.query?.q&&{value:e.query.q}),time:JSON.stringify(new Date)})},Gv=e=>({actionCause:e.actionCause,type:e.actionCause});var Qv=e=>{let t=rm({extra:e}),r=_v();return t.startListening({actionCreator:Kc.pending,effect:function(){var _ref65=_asyncToGenerator(function*(n,o){let i=o.getState();if(!Cl(i))return;r.abortRun(),o.dispatch(As()),o.dispatch(Rv());let a=Zr(i)?.q;!a||a.trim()===""||r.run(i,o.dispatch,e.getNavigatorContext)});return function effect(_x144,_x145){return _ref65.apply(this,arguments)}}()}),t};m();d();p();f();var Hv=e=>()=>t=>r=>{let n=r;if(!n.error)return t(r);let o=n.error;if(n.payload?.ignored||e.error({error:o,action:r},`Action dispatch error ${n.type}`),n.error.name!=="SchemaValidationError")return t(r)},zv=e=>t=>r=>n=>(e.debug({action:n,nextState:t.getState()},`Action dispatched: ${n.type}`),r(n));m();d();p();f();var pf=(e,t)=>{let{referrer:r,userAgent:n,location:o,clientId:i}=e.getMeta("");return{...(t?t():{}),referrer:r,userAgent:n,location:o,clientId:i}};m();d();p();f();function Wv(e,t){let r={...e},n,o=i=>(a,s)=>{let c=i(a,s);return n?n(c,s):c};return{get combinedReducer(){let i=Wf(Object.entries(t).filter(([a])=>!(a in r)).map(([a,s])=>[a,()=>s]));return o(Dn({...i,...r}))},containsAll(i){return Object.keys(i).every(s=>s in r)},add(i){Object.keys(i).filter(a=>!(a in r)).forEach(a=>{r[a]=i[a]})},addCrossReducer(i){n=i}}}m();d();p();f();m();d();p();f();function l0(e){if(!e||!d0(e))return null;try{let r=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),n=atob(r),o=decodeURIComponent(n.split("").map(i=>`%${`00${i.charCodeAt(0).toString(16)}`.slice(-2)}`).join(""));return JSON.parse(o)}catch{return null}}function Kv(e,t=60){if(!e)return!1;let r=l0(e);if(!r||typeof r.exp!="number")return!1;let n=Math.floor(Date.now()/1e3);return r.exp<=n+t}function d0(e){return e?/^[A-Za-z0-9_-]{2,}(?:\.[A-Za-z0-9_-]{2,}){2}$/.test(e):!1}function Xv(e,t){let r=0,n=null,o=aa(()=>{r=0},500),i=/*#__PURE__*/function(){var _ref66=_asyncToGenerator(function*(c,u=!1){let h=!n;h&&t&&(n=_asyncToGenerator(function*(){try{return yield t()}catch(S){if(!u)throw S;return null}})().finally(()=>{n=null}));let v=yield n;return h&&v&&c.dispatch(gr({accessToken:v})),v});return function i(_x146){return _ref66.apply(this,arguments)}}(),a=/*#__PURE__*/function(){var _ref68=_asyncToGenerator(function*(c){let u=c.getState(),h=p0(u);if(!(!h||!Kv(h))){e.debug("Access token is expired or about to expire, attempting renewal.");try{(yield i(c))?e.debug("Access token was renewed."):e.warn("Access token renewal returned an empty token. Please check the #renewAccessToken function.")}catch(v){e.warn(v,"Access token renewal failed. A retry will occur if necessary.")}}});return function a(_x147){return _ref68.apply(this,arguments)}}(),s=/*#__PURE__*/function(){var _ref69=_asyncToGenerator(function*(c,u,h){if(r>=5)return e.warn("Attempted to renew the token but was not successful. Please check the #renewAccessToken function."),Yv(c,u.error),u;r++,o(),yield i(c,!0),c.dispatch(h)});return function s(_x148,_x149,_x150){return _ref69.apply(this,arguments)}}();return c=>u=>(/*#__PURE__*/function(){var _ref70=_asyncToGenerator(function*(h){let v=typeof h=="function",S=typeof t=="function";if(!v)return u(h);S&&(yield a(c));let g=yield u(h);return f0(g)?S?yield s(c,g,h):(e.warn("Unable to renew the expired token because a renew function was not provided. Please specify the #renewAccessToken option when initializing the engine."),Yv(c,g.error),g):g});return function(_x151){return _ref70.apply(this,arguments)}}())}function f0(e){return typeof e=="object"&&e!==null&&"error"in e&&e.error?.name===new Fn().name}function Yv(e,t){e.dispatch(qa({status:401,statusCode:401,message:t.message,type:t.name}))}function p0(e){return e.configuration.accessToken}m();d();p();f();function Jv({reducer:e,preloadedState:t,middlewares:r=[],thunkExtraArguments:n,name:o}){return Bp({reducer:e,preloadedState:t,devTools:{stateSanitizer:i=>i.history?{...i,history:"<<OMIT>>"}:i,name:o,shouldHotReload:!1},middleware:i=>i({thunk:{extraArgument:n}}).prepend(...r).concat(zv(n.logger))})}function m0(e,t){let{analytics:r}=e,{analyticsClientMiddleware:n,...o}=r??{},i={...o,...(r?.proxyBaseUrl&&{apiBaseUrl:r.proxyBaseUrl,nexApiBaseUrl:r.proxyBaseUrl})};return i.analyticsMode!=="next"&&zf()?(t.info("Analytics disabled since doNotTrack is active."),{...i,enabled:!1}):i}function Zv(e,t){let r={...e.reducers,configuration:Ot,version:Nh},n=g0({...e,reducers:r},t,Ot),{accessToken:o,environment:i,organizationId:a}=e.configuration;n.dispatch(gr({accessToken:o,environment:i,organizationId:a}));let s=m0(e.configuration,n.logger);return s&&n.dispatch(Qn(s)),n}function g0(e,t,r){let{reducers:n,navigatorContextProvider:o}=e,i=Wv({...n,configurationReducer:r},e.preloadedState??{});e.crossReducer&&i.addCrossReducer(e.crossReducer);let a=t.logger,s={...t,get relay(){return wi(u.state,o)},get navigatorContext(){return pf(this.relay,o)}},c=h0(e,s,i),u={addReducers(h){i.containsAll(h)||(i.add(h),c.replaceReducer(i.combinedReducer))},dispatch:c.dispatch,subscribe:c.subscribe,enableAnalytics(){c.dispatch(zn())},disableAnalytics(){c.dispatch(Hn())},get state(){return c.getState()},get relay(){return wi(this.state,o)},get navigatorContext(){return pf(this.relay,o)},logger:a,store:c};return u}function h0(e,t,r){let{preloadedState:n,configuration:o}=e,i=o.name||"coveo-headless",a=y0(e,t.logger,()=>t.navigatorContext);return Jv({preloadedState:n,reducer:r.combinedReducer,middlewares:a,thunkExtraArguments:t,name:i})}function y0(e,t,r){let{renewAccessToken:n}=e.configuration,o=Xv(t,n),i=Qv({getNavigatorContext:r});return[Bh,o,Hv(t),Dh].concat(md.middleware,i.middleware,e.middlewares||[])}m();d();p();f();var cS=_t(sS(),1);function uS(e){return(0,cS.pino)({name:"@coveo/headless",level:e?.level||"warn",formatters:{log:e?.logFormatter}})}m();d();p();f();function lS(e,t){let r=D0(e),n=At,o=M0(e);return{analyticsClientMiddleware:r,validatePayload:n,preprocessRequest:o,logger:t}}function D0(e){let{analytics:t}=e,r=(n,o)=>o;return t?.analyticsClientMiddleware||r}function M0(e){return e.preprocessRequest||ua}m();d();p();f();m();d();p();f();var dS={organizationId:X,accessToken:X,name:new H({required:!1,emptyAllowed:!1}),analytics:new ee({options:{required:!1},values:{enabled:new ue({required:!1}),originContext:new H({required:!1}),originLevel2:new H({required:!1}),originLevel3:new H({required:!1}),analyticsMode:new H({constrainTo:["legacy","next"],required:!1,default:"next"}),proxyBaseUrl:new H({required:!1,url:!0}),trackingId:new H({required:!1,emptyAllowed:!1,regex:/^[a-zA-Z0-9_\-.]{1,100}$/})}}),environment:new H({required:!1,default:"prod",constrainTo:["prod","hipaa","stg","dev"]})};function fS(){return{organizationId:"searchuisamples",accessToken:"xx564559b1-0045-48e1-953c-3addd1ee4457"}}var pS=new lt({...dS,pipeline:new H({required:!1,emptyAllowed:!0}),searchHub:Xe,locale:Xe,timezone:Xe});function Sf(){return{...fS(),searchHub:"default"}}var q0={debug:Ma,pipeline:Yn,searchHub:uo,recommendation:so};function mS(e){let t=uS(e.loggerOptions);j0(e.configuration,t);let r=L0(e.configuration,t),n={...lS(e.configuration,t),apiClient:r},o={...e,reducers:q0},i=Zv(o,n),{pipeline:a,searchHub:s,timezone:c,locale:u,proxyBaseUrl:h}=e.configuration;return i.dispatch(Lt({timezone:c,locale:u,proxyBaseUrl:h})),ie(a)||i.dispatch(Wn(a)),ie(s)||i.dispatch(co(s)),{...i,get state(){return i.state}}}function j0(e,t){try{pS.validate(e)}catch(r){throw t.error(r,"Recommendation engine configuration error"),r}}function L0(e,t){return new fa({logger:t,preprocessRequest:e.preprocessRequest||ua,postprocessSearchResponseMiddleware:e.preprocessSearchResponseMiddleware||dp,postprocessFacetSearchResponseMiddleware:fp,postprocessQuerySuggestResponseMiddleware:pp})}m();d();p();f();m();d();p();f();m();d();p();f();var V0=new ge({each:X,required:!0}),gS=(e,t)=>(q(e,X),oa(t)?q(t,X):q(t,V0),{payload:{contextKey:e,contextValue:t}}),Rn=P("context/set",e=>{for(let[t,r]of Object.entries(e))gS(t,r);return{payload:e}}),In=P("context/add",e=>gS(e.contextKey,e.contextValue)),Tn=P("context/remove",e=>q(e,X));m();d();p();f();var Jc=Me(Gc(),e=>{e.addCase(Rn,(t,r)=>{t.contextValues=r.payload}).addCase(In,(t,r)=>{t.contextValues[r.payload.contextKey]=r.payload.contextValue}).addCase(Tn,(t,r)=>{delete t.contextValues[r.payload]}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.contextValues=r.payload.context.contextValues)})});m();d();p();f();function Lr(e){let t,r=new Map,n=()=>r.size===0,o=i=>{try{let a=JSON.stringify(i),s=t!==a;return t=a,s}catch(a){return console.warn("Could not detect if state has changed, check the controller \"get state method\"",a),!0}};return{subscribe(i){i();let a=Symbol(),s;return n()&&(t=JSON.stringify(this.state),s=e.subscribe(()=>{o(this.state)&&r.forEach(c=>c())})),r.set(a,i),()=>{r.delete(a),n()&&s?.()}},get state(){return{}}}}m();d();p();f();var U0=["caseId","caseNumber"],B0={caseId:"caseContext",caseNumber:"caseContext"},Ji=class extends Error{constructor(t){super(`The key "${t}" is reserved for internal use. Use ${B0[t]} to set this value.}`)}};function bf(e){return U0.includes(e)}var $0=new lt({values:new ee({options:{required:!1}})});function hS(e,t={}){if(!H0(e))throw Dt;let r=Lr(e),{dispatch:n}=e,o=()=>e.state,i=im(e,$0,t.initialState,"buildContext");return i.values&&n(Rn(i.values)),{...r,get state(){return{values:o().context.contextValues}},set(a){n(Rn(a))},...(o().configuration.analytics.analyticsMode==="legacy"?G0(n):Q0(n))}}var G0=e=>({add(t,r){e(In({contextKey:t,contextValue:r}))},remove(t){e(Tn(t))}}),Q0=e=>({add(t,r){if(bf(t))throw new Ji(t);e(In({contextKey:t,contextValue:r}))},remove(t){if(bf(t))throw new Ji(t);e(Tn(t))}});function H0(e){return e.addReducers({context:Jc}),!0}function yS(e,t){return hS(e,t)}m();d();p();f();m();d();p();f();var Vo=P("dictionaryFieldContext/set",e=>{let t=new ee({options:{required:!0}}),r=q(e,t).error;if(r)return{payload:e,error:r};let n=Object.values(e),o=new ge({each:Je}),i=q(n,o).error;return i?{payload:e,error:i}:{payload:e}}),Uo=P("dictionaryFieldContext/add",e=>{let t=new ee({options:{required:!0},values:{field:Je,key:Je}});return q(e,t)}),Bo=P("dictionaryFieldContext/remove",e=>q(e,Je));m();d();p();f();var Zc=Me(Qc(),e=>{e.addCase(Vo,(t,r)=>{t.contextValues=r.payload}).addCase(Uo,(t,r)=>{let{field:n,key:o}=r.payload;t.contextValues[n]=o}).addCase(Bo,(t,r)=>{delete t.contextValues[r.payload]}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.contextValues=r.payload.dictionaryFieldContext.contextValues)})});function vS(e){if(!z0(e))throw Dt;let t=Lr(e),{dispatch:r}=e,n=()=>e.state;return{...t,get state(){return{values:n().dictionaryFieldContext.contextValues}},set(o){r(Vo(o))},add(o,i){r(Uo({field:o,key:i}))},remove(o){r(Bo(o))}}}function z0(e){return e.addReducers({dictionaryFieldContext:Zc}),!0}m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();m();d();p();f();var Zi={value:X,numberOfResults:new te({min:0}),state:X};m();d();p();f();var Ie=X;var X0=new te({min:1,default:8,required:!1}),J0=new te({min:1,max:20,default:5,required:!1}),Z0={desiredCount:J0,numberOfValues:X0},fue=P("automaticFacet/setOptions",e=>q(e,Z0)),pue=P("automaticFacet/deselectAll",e=>q(e,Ie)),ek=X,SS=P("automaticFacet/toggleSelectValue",e=>q(e,{field:ek,selection:new ee({values:Zi})}));m();d();p();f();m();d();p();f();var tk={state:new Oe({required:!0}),numberOfResults:new te({required:!0,min:0}),value:new H({required:!0,emptyAllowed:!0}),path:new ge({required:!0,each:X}),moreValuesAvailable:new ue({required:!1})};function Af(e){e.children.forEach(t=>{Af(t)}),At({state:e.state,numberOfResults:e.numberOfResults,value:e.value,path:e.path,moreValuesAvailable:e.moreValuesAvailable},tk)}var $o={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),delimitingCharacter:new H({required:!1,emptyAllowed:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),basePath:new ge({required:!1,each:X}),filterByBasePath:new ue({required:!1})};var Oue=P("categoryFacet/register",e=>q(e,$o)),bS=P("categoryFacet/toggleSelectValue",e=>{try{return At(e.facetId,X),Af(e.selection),{payload:e,error:null}}catch(t){return{payload:e,error:Zt(t)}}}),AS=P("categoryFacet/deselectAll",e=>q(e,$o.facetId)),Pue=P("categoryFacet/updateNumberOfValues",e=>q(e,{facetId:$o.facetId,numberOfValues:$o.numberOfValues})),Nue=P("categoryFacet/updateSortCriterion",e=>q(e,{facetId:$o.facetId,criterion:new Oe})),Fue=P("categoryFacet/updateBasePath",e=>q(e,{facetId:$o.facetId,basePath:new ge({each:X})}));m();d();p();f();m();d();p();f();var ea={facetId:Ie,captions:new ee({options:{required:!1}}),numberOfValues:new te({required:!1,min:1}),query:new H({required:!1,emptyAllowed:!0})};var rk={path:new ge({required:!0,each:X}),displayValue:Je,rawValue:Je,count:new te({required:!0,min:0})},wS=P("categoryFacet/selectSearchResult",e=>q(e,{facetId:Ie,value:new ee({values:rk})})),Jue=P("categoryFacetSearch/register",e=>q(e,ea));m();d();p();f();var xS={facetId:Ie,value:new ee({values:{displayValue:Je,rawValue:Je,count:new te({required:!0,min:0})}})},ule=P("facetSearch/register",e=>q(e,ea)),lle=P("facetSearch/update",e=>q(e,ea)),CS=P("facetSearch/toggleSelectValue",e=>q(e,xS)),ES=P("facetSearch/toggleExcludeValue",e=>q(e,xS));m();d();p();f();m();d();p();f();var yle=new H({regex:/^[a-zA-Z0-9-_]+$/}),vle=new H({required:!0}),Sle=new ge({each:new H}),ble=new H,Ale=new ue,wle=new ue,xle=new te({min:0}),nk=new te({min:1}),Cle=new ue({required:!0}),ok=new ee,ik=new H,ak={captions:ok,numberOfValues:nk,query:ik},Ele=new ee({values:ak}),RS=new ee({options:{required:!1},values:{type:new H({constrainTo:["simple"],emptyAllowed:!1,required:!0}),values:new ge({required:!0,max:25,each:new H({emptyAllowed:!1,required:!0})})}}),Rle=new ue,IS=new ge({min:1,max:25,required:!1,each:new H({emptyAllowed:!1,required:!0})});var sk={facetId:Ie,field:new H({required:!0,emptyAllowed:!0}),tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),resultsMustMatch:new Oe({required:!1}),allowedValues:RS,customSort:IS},jle=P("facet/register",e=>q(e,sk)),TS=P("facet/toggleSelectValue",e=>q(e,{facetId:Ie,selection:new ee({values:Zi})})),_S=P("facet/toggleExcludeValue",e=>q(e,{facetId:Ie,selection:new ee({values:Zi})})),eu=P("facet/deselectAll",e=>q(e,Ie)),Lle=P("facet/updateSortCriterion",e=>q(e,{facetId:Ie,criterion:new Oe({required:!0})})),Vle=P("facet/updateNumberOfValues",e=>q(e,{facetId:Ie,numberOfValues:new te({required:!0,min:1})})),Ule=P("facet/updateIsFieldExpanded",e=>q(e,{facetId:Ie,isFieldExpanded:new ue({required:!0})})),Ble=P("facet/updateFreezeCurrentValues",e=>q(e,{facetId:Ie,freezeCurrentValues:new ue({required:!0})}));m();d();p();f();m();d();p();f();function OS(e){let t=kS(e.start,e),r=kS(e.end,e),n=e.endInclusive??!1,o=e.state??"idle";return{start:t,end:r,endInclusive:n,state:o}}function kS(e,t){let{dateFormat:r}=t;return th(e)?(td(e),Jg(e)):typeof e=="string"&&br(e)?(td(e),e):(Wg(e,r),hs(go(e,r)))}m();d();p();f();var PS=P("rangeFacet/updateSortCriterion",e=>q(e,{facetId:Ie,criterion:new Oe({required:!0})}));m();d();p();f();var tu={state:X,start:new te({required:!0}),end:new te({required:!0}),endInclusive:new ue({required:!0}),numberOfResults:new te({required:!0,min:0})},ru={start:X,end:X,endInclusive:new ue({required:!0}),state:X,numberOfResults:new te({required:!0,min:0})};var ck={start:X,end:X,endInclusive:new ue({required:!0}),state:X},uk={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),currentValues:new ge({required:!1,each:new ee({values:ck})}),generateAutomaticRanges:new ue({required:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),rangeAlgorithm:new Oe({required:!1})};function NS(e){return br(e)?_i(e):e}function FS(e){e.currentValues&&e.currentValues.forEach(t=>{let{start:r,end:n}=OS(t);if(go(NS(r)).isAfter(go(NS(n))))throw new Error(`The start value is greater than the end value for the date range ${t.start} to ${t.end}`)})}var Tde=P("dateFacet/register",e=>{try{return At(e,uk),FS(e),{payload:e,error:null}}catch(t){return{payload:e,error:Zt(t)}}}),DS=P("dateFacet/toggleSelectValue",e=>q(e,{facetId:Ie,selection:new ee({values:ru})})),MS=P("dateFacet/toggleExcludeValue",e=>q(e,{facetId:Ie,selection:new ee({values:ru})})),qS=P("dateFacet/updateFacetValues",e=>{try{return At(e,{facetId:Ie,values:new ge({each:new ee({values:ru})})}),FS({currentValues:e.values}),{payload:e,error:null}}catch(t){return{payload:e,error:Zt(t)}}});m();d();p();f();var lk={state:X,start:new te({required:!0}),end:new te({required:!0}),endInclusive:new ue({required:!0})},dk={facetId:Ie,field:X,tabs:new ee({options:{required:!1},values:{included:new ge({each:new H}),excluded:new ge({each:new H})}}),activeTab:new H({required:!1}),currentValues:new ge({required:!1,each:new ee({values:lk})}),generateAutomaticRanges:new ue({required:!0}),filterFacetCount:new ue({required:!1}),injectionDepth:new te({required:!1,min:0}),numberOfValues:new te({required:!1,min:1}),sortCriteria:new Oe({required:!1}),rangeAlgorithm:new Oe({required:!1})};function jS(e){e.currentValues&&e.currentValues.forEach(({start:t,end:r})=>{if(t>r)throw new Error(`The start value is greater than the end value for the numeric range ${t} to ${r}`)})}var Ude=P("numericFacet/register",e=>{try{return q(e,dk),jS(e),{payload:e,error:null}}catch(t){return{payload:e,error:Zt(t)}}}),LS=P("numericFacet/toggleSelectValue",e=>q(e,{facetId:Ie,selection:new ee({values:tu})})),VS=P("numericFacet/toggleExcludeValue",e=>q(e,{facetId:Ie,selection:new ee({values:tu})})),US=P("numericFacet/updateFacetValues",e=>{try{return At(e,{facetId:Ie,values:new ge({each:new ee({values:tu})})}),jS({currentValues:e.values}),{payload:e,error:null}}catch(t){return{payload:e,error:Zt(t)}}});var BS=Me(Yi(),e=>{e.addCase(jc,(t,r)=>{let n=wf(t),o=r.payload;t.defaultNumberOfResults=t.numberOfResults=o,t.firstResult=ta(n,o)}).addCase(Lc,(t,r)=>{t.numberOfResults=r.payload,t.firstResult=0}).addCase(ws,t=>{t.firstResult=0}).addCase(Vc,(t,r)=>{let n=r.payload;t.firstResult=ta(n,t.numberOfResults)}).addCase(qo,(t,r)=>{let n=r.payload;t.firstResult=ta(n,t.numberOfResults)}).addCase(Bc,t=>{let r=wf(t),n=Math.max(r-1,1);t.firstResult=ta(n,t.numberOfResults)}).addCase(Uc,t=>{let r=wf(t),n=pk(t),o=Math.min(r+1,n);t.firstResult=ta(o,t.numberOfResults)}).addCase(mt.fulfilled,(t,r)=>{r.payload&&(t.numberOfResults=r.payload.pagination.numberOfResults,t.firstResult=r.payload.pagination.firstResult)}).addCase(hr,(t,r)=>{t.firstResult=r.payload.firstResult??t.firstResult,t.numberOfResults=r.payload.numberOfResults??t.defaultNumberOfResults}).addCase(Kc.fulfilled,(t,r)=>{let{response:n}=r.payload;t.totalCountFiltered=n.totalCountFiltered}).addCase(Bv.fulfilled,(t,r)=>{let{response:n}=r.payload;t.totalCountFiltered=n.totalCountFiltered}).addCase(eu,t=>{at(t)}).addCase(MS,t=>{at(t)}).addCase(_S,t=>{at(t)}).addCase(VS,t=>{at(t)}).addCase(ES,t=>{at(t)}).addCase(TS,t=>{at(t)}).addCase(AS,t=>{at(t)}).addCase(bS,t=>{at(t)}).addCase(wS,t=>{at(t)}).addCase(DS,t=>{at(t)}).addCase(LS,t=>{at(t)}).addCase(Fc,t=>{at(t)}).addCase(qS,t=>{at(t)}).addCase(US,t=>{at(t)}).addCase(CS,t=>{at(t)}).addCase(SS,t=>{at(t)})});function at(e){e.firstResult=Yi().firstResult}function wf(e){let{firstResult:t,numberOfResults:r}=e;return mk(t,r)}function pk(e){let{totalCountFiltered:t,numberOfResults:r}=e;return gk(t,r)}function ta(e,t){return(e-1)*t}function mk(e,t){return Math.round(e/t)+1}function gk(e,t){let r=Math.min(e,5e3);return Math.ceil(r/t)}function xf(e){return e.addReducers({pagination:BS}),{nextPage:Uc,previousPage:Bc,registerNumberOfResults:jc,registerPage:Vc,updateNumberOfResults:Lc,updatePage:qo}}var hk=new lt({id:new H({emptyAllowed:!0,required:!1,default:""}),numberOfRecommendations:new te({min:0})});function $S(e,t={}){if(!yk(e))throw Dt;let r=Lr(e),{dispatch:n}=e,o=()=>e.state,i=am(e,hk,t.options,"buildRecommendationList");return i.id!==""&&n(ao({id:i.id})),i.numberOfRecommendations&&n(xf(e).updateNumberOfResults(i.numberOfRecommendations)),{...r,refresh(){n(Sr())},get state(){let a=o();return{recommendations:a.recommendation.recommendations,error:a.recommendation.error,isLoading:a.recommendation.isLoading,searchResponseId:a.recommendation.searchUid}}}}function yk(e){return e.addReducers({recommendation:so,configuration:Ot}),!0}m();d();p();f();m();d();p();f();function GS(e,t,r){if(!vk(e))throw Dt;let n=1e3,o={selectionDelay:n,debounceWait:n,...t.options},i;return{select:aa(r,o.debounceWait,{isImmediate:!0}),beginDelayedSelect(){i=setTimeout(r,o.selectionDelay)},cancelPendingSelect(){i&&clearTimeout(i)}}}function vk(e){return e.addReducers({configuration:Ot}),!0}function QS(e,t){let r=!1,n=()=>{r||(r=!0,e.dispatch(ls(t.options.result)))};return GS(e,t,()=>{n()})}m();d();p();f();m();d();p();f();m();d();p();f();var Vr=()=>new H({required:!1,emptyAllowed:!0}),nu=P("advancedSearchQueries/update",e=>q(e,{aq:Vr(),cq:Vr(),lq:Vr(),dq:Vr()})),ou=P("advancedSearchQueries/register",e=>q(e,{aq:Vr(),cq:Vr(),lq:Vr(),dq:Vr()}));var HS=Me(Nr(),e=>{e.addCase(nu,(t,r)=>{let{aq:n,cq:o,lq:i,dq:a}=r.payload;ze(n)||(t.aq=n,t.aqWasSet=!0),ze(o)||(t.cq=o,t.cqWasSet=!0),ze(i)||(t.lq=i,t.lqWasSet=!0),ze(a)||(t.dq=a,t.dqWasSet=!0)}).addCase(ou,(t,r)=>{let{aq:n,cq:o,lq:i,dq:a}=r.payload;ze(n)||(t.defaultFilters.aq=n,t.aqWasSet||(t.aq=n)),ze(o)||(t.defaultFilters.cq=o,t.cqWasSet||(t.cq=o)),ze(i)||(t.defaultFilters.lq=i,t.lqWasSet||(t.lq=i)),ze(a)||(t.defaultFilters.dq=a,t.dqWasSet||(t.dq=a))}).addCase(mt.fulfilled,(t,r)=>r.payload?.advancedSearchQueries??t).addCase(hr,(t,r)=>{let{aq:n,cq:o}=r.payload;ze(n)||(t.aq=n,t.aqWasSet=!0),ze(o)||(t.cq=o,t.cqWasSet=!0)})});function Sk(e){return e.addReducers({advancedSearchQueries:HS}),{updateAdvancedSearchQueries:nu,registerAdvancedSearchQueries:ou}}m();d();p();f();function bk(e){return e.addReducers({configuration:Ot}),{disableAnalytics:Hn,enableAnalytics:zn,setOriginLevel2:Oa,setOriginLevel3:Pa,updateAnalyticsConfiguration:Qn,updateBasicConfiguration:gr}}m();d();p();f();function Ak(e){return e.addReducers({configuration:Ot,pipeline:Yn,searchHub:uo}),{updateSearchConfiguration:Lt}}m();d();p();f();function wk(e){return e.addReducers({context:Jc}),{addContext:In,removeContext:Tn,setContext:Rn}}m();d();p();f();function xk(e){return e.addReducers({debug:Ma}),{disableDebug:Fa,enableDebug:Na}}m();d();p();f();function Ck(e){return e.addReducers({dictionaryFieldContext:Zc}),{addContext:Uo,removeContext:Bo,setContext:Vo}}m();d();p();f();m();d();p();f();m();d();p();f();var Ek={collectionField:new H({emptyAllowed:!1,required:!1}),parentField:new H({emptyAllowed:!1,required:!1}),childField:new H({emptyAllowed:!1,required:!1}),numberOfFoldedResults:new te({min:0,required:!1})},zS=P("folding/register",e=>q(e,Ek)),lme=Ee("folding/loadCollection",/*#__PURE__*/function(){var _ref71=_asyncToGenerator(function*(e,{getState:t,rejectWithValue:r,extra:{apiClient:n,navigatorContext:o}}){let i=t(),a=i.configuration.analytics.analyticsMode==="legacy"?yield xr(i):ho(i,o),s=yield n.search({...a,q:Rk(i),enableQuerySyntax:!0,cq:`@${i.folding.fields.collection}="${e}"`,filterField:i.folding.fields.collection,childField:i.folding.fields.parent,parentField:i.folding.fields.child,filterFieldRange:100},{origin:"foldingCollection"});return dt(s)?r(s.error):{collectionId:e,results:s.success.results,searchUid:s.success.searchUid,rootResult:i.folding.collections[e].result}});return function(_x152,_x153){return _ref71.apply(this,arguments)}}());function Rk(e){return e.query.q===""?"":e.query.enableQuerySyntax?`${e.query.q} OR @uri`:`( <@- ${e.query.q} -@> ) OR @uri`}m();d();p();f();var WS=()=>({enabled:!1,fields:{collection:"foldingcollection",parent:"foldingparent",child:"foldingchild"},filterFieldRange:2,collections:{}});m();d();p();f();var Go=P("fields/registerFieldsToInclude",e=>q(e,ka)),iu=P("fields/fetchall/enable"),au=P("fields/fetchall/disable"),su=Ee("fields/fetchDescription",/*#__PURE__*/function(){var _ref72=_asyncToGenerator(function*(e,{extra:t,getState:r,rejectWithValue:n}){let o=r(),{accessToken:i,environment:a,organizationId:s}=o.configuration,{apiBaseUrl:c}=o.configuration.search,u=yield t.apiClient.fieldDescriptions({accessToken:i,organizationId:s,url:c??dr(s,a)});return dt(u)?n(u.error):u.success.fields});return function(_x154,_x155){return _ref72.apply(this,arguments)}}());m();d();p();f();var cu=["author","language","urihash","objecttype","collection","source","permanentid"],Cf=[...cu,"date","filetype","parents"],KS=[...Cf,"ec_price","ec_name","ec_description","ec_brand","ec_category","ec_item_group_id","ec_shortdesc","ec_thumbnails","ec_images","ec_promo_price","ec_in_stock","ec_rating"],YS=()=>({fieldsToInclude:cu,fetchAllFields:!1,fieldsDescription:[]});var uu=Me(YS(),e=>e.addCase(Go,(t,r)=>{t.fieldsToInclude=[...new Set(t.fieldsToInclude.concat(r.payload))]}).addCase(iu,t=>{t.fetchAllFields=!0}).addCase(au,t=>{t.fetchAllFields=!1}).addCase(su.fulfilled,(t,{payload:r})=>{t.fieldsDescription=r}).addCase(zS,(t,{payload:r})=>{let n=WS().fields;t.fieldsToInclude.push(r.collectionField??n.collection,r.parentField??n.parent,r.childField??n.child)}));function Ik(e){return e.addReducers({fields:uu}),{registerFieldsToInclude:Go,enableFetchAllFields:iu,disableFetchAllFields:au,fetchFieldsDescription:su}}m();d();p();f();function Tk(e){return e.addReducers({pipeline:Yn}),{setPipeline:Wn}}m();d();p();f();function _k(e){return e.addReducers({recommendation:so}),{getRecommendations:Sr,setRecommendationId:ao}}m();d();p();f();function kk(e){return e.addReducers({}),{logRecommendationOpen:ls}}m();d();p();f();m();d();p();f();var Ok=new lt({content:new Oe({required:!0}),conditions:new Oe({required:!0}),priority:new te({required:!1,default:0,min:0}),fields:new ge({required:!1,each:X})});function XS(){let e=[],t=r=>{let n=Ok.validate(r);if(!r.conditions.every(i=>i instanceof Function))throw new Jo("Each template condition should be a function that takes a Result or Product as an argument and returns a boolean");return n};return{registerTemplates(...r){r.forEach(n=>{let o={...t(n),fields:n.fields||[]};e.push(o)}),e.sort((n,o)=>o.priority-n.priority)},selectTemplate(r){let n=e.find(o=>o.conditions.every(i=>i(r)));return n?n.content:null},selectLinkTemplate(r){let n=e.find(o=>o.conditions.every(i=>i(r)));return n?n.linkContent:null}}}function JS(e){if(!Pk(e))throw Dt;let{registerTemplates:t,selectTemplate:r,selectLinkTemplate:n}=XS();return{registerTemplates:(...o)=>{t(...o);let i=[];o.forEach(a=>{a.fields&&i.push(...a.fields)}),e.dispatch(Go(i))},selectTemplate:r,selectLinkTemplate:n}}function Pk(e){return e.addReducers({fields:uu}),!0}m();d();p();f();function Nk(e){return e.addReducers({searchHub:uo}),{setSearchHub:co}}/**
42
42
  * @license
43
43
  *
44
44
  * Copyright 2026 Coveo Solutions Inc.
@@ -71,4 +71,4 @@ fast-json-patch/module/duplex.mjs:
71
71
  *)
72
72
  */if(__exports!=exports)module.exports=exports;return module.exports});
73
73
 
74
- window.coveoQuanticVersion = '3.36.7';
74
+ window.coveoQuanticVersion = '3.36.8';