@docsearch/modal 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/button.js +1 -0
- package/dist/esm/DocSearchButton.d.ts +8 -0
- package/dist/esm/DocSearchButton.js +1 -0
- package/dist/esm/DocSearchModal.d.ts +8 -0
- package/dist/esm/DocSearchModal.js +5 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +5 -0
- package/dist/umd/DocSearchButton.js +3 -0
- package/dist/umd/DocSearchButton.js.map +1 -0
- package/dist/umd/DocSearchModal.js +7 -0
- package/dist/umd/DocSearchModal.js.map +1 -0
- package/dist/umd/index.js +7 -0
- package/dist/umd/index.js.map +1 -0
- package/index.js +1 -0
- package/modal.js +1 -0
- package/package.json +71 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{useDocSearch as e}from"@docsearch/core";import t,{useState as n,useEffect as r,memo as u,useMemo as a,useRef as i,useCallback as o,useSyncExternalStore as s,Fragment as c,createElement as l}from"react";import{createPortal as f}from"react-dom";function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function h(e,t,n,r,u,a,i){try{var o=e[a](i),s=o.value}catch(e){return void n(e)}o.done?t(s):Promise.resolve(s).then(r,u)}function v(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function i(e){h(a,r,u,i,o,"next",e)}function o(e){h(a,r,u,i,o,"throw",e)}i(void 0)})}}function m(e,t,n){return t=C(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return p(e)}(e,k()?Reflect.construct(t,n||[],C(e).constructor):t.apply(e,n))}function D(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,P(r.key),r)}}function g(e,t,n){return t&&y(e.prototype,t),n&&y(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function F(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=N(e))||t){n&&(e=n);var r=0,u=function(){};return{s:u,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:u}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function E(e,t,n){return(t=P(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function b(){return b=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},b.apply(null,arguments)}function C(e){return C=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},C(e)}function A(e,t){if("function"!=typeof t&&null!==t)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&&O(e,t)}function k(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(k=function(){return!!e})()}function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach(function(t){E(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function S(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function x(){
|
|
2
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
3
|
+
var e,t,n="function"==typeof Symbol?Symbol:{},r=n.iterator||"@@iterator",u=n.toStringTag||"@@toStringTag";function a(n,r,u,a){var s=r&&r.prototype instanceof o?r:o,c=Object.create(s.prototype);return B(c,"_invoke",function(n,r,u){var a,o,s,c=0,l=u||[],f=!1,d={p:0,n:0,v:e,a:p,f:p.bind(e,4),d:function(t,n){return a=t,o=0,s=e,d.n=n,i}};function p(n,r){for(o=n,s=r,t=0;!f&&c&&!u&&t<l.length;t++){var u,a=l[t],p=d.p,h=a[2];n>3?(u=h===r)&&(s=a[(o=a[4])?5:(o=3,3)],a[4]=a[5]=e):a[0]<=p&&((u=n<2&&p<a[1])?(o=0,d.v=r,d.n=a[1]):p<h&&(u=n<3||a[0]>r||r>h)&&(a[4]=n,a[5]=r,d.n=h,o=0))}if(u||n>1)return i;throw f=!0,r}return function(u,l,h){if(c>1)throw TypeError("Generator is already running");for(f&&1===l&&p(l,h),o=l,s=h;(t=o<2?e:s)||!f;){a||(o?o<3?(o>1&&(d.n=-1),p(o,s)):d.n=s:d.v=s);try{if(c=2,a){if(o||(u="next"),t=a[u]){if(!(t=t.call(a,s)))throw TypeError("iterator result is not an object");if(!t.done)return t;s=t.value,o<2&&(o=0)}else 1===o&&(t=a.return)&&t.call(a),o<2&&(s=TypeError("The iterator does not provide a '"+u+"' method"),o=1);a=e}else if((t=(f=d.n<0)?s:n.call(r,d))!==i)break}catch(t){a=e,o=1,s=t}finally{c=1}}return{value:t,done:f}}}(n,u,a),!0),c}var i={};function o(){}function s(){}function c(){}t=Object.getPrototypeOf;var l=[][r]?t(t([][r]())):(B(t={},r,function(){return this}),t),f=c.prototype=o.prototype=Object.create(l);function d(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,c):(e.__proto__=c,B(e,u,"GeneratorFunction")),e.prototype=Object.create(f),e}return s.prototype=c,B(f,"constructor",c),B(c,"constructor",s),s.displayName="GeneratorFunction",B(c,u,"GeneratorFunction"),B(f),B(f,u,"Generator"),B(f,r,function(){return this}),B(f,"toString",function(){return"[object Generator]"}),(x=function(){return{w:a,m:d}})()}function B(e,t,n,r){var u=Object.defineProperty;try{u({},"",{})}catch(e){u=0}B=function(e,t,n,r){function a(t,n){B(e,t,function(e){return this._invoke(t,n,e)})}t?u?u(e,t,{value:n,enumerable:!r,configurable:!r,writable:!r}):e[t]=n:(a("next",0),a("throw",1),a("return",2))},B(e,t,n,r)}function O(e,t){return O=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},O(e,t)}function I(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,u,a,i,o=[],s=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t);else for(;!(s=(r=a.call(n)).done)&&(o.push(r.value),o.length!==t);s=!0);}catch(e){c=!0,u=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw u}}return o}}(e,t)||N(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(e){return function(e){if(Array.isArray(e))return d(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||N(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function P(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function j(e){return j="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},j(e)}function N(e,t){if(e){if("string"==typeof e)return d(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?d(e,t):void 0}}function z(e){var t="function"==typeof Map?new Map:void 0;return z=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return function(e,t,n){if(k())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var u=new(e.bind.apply(e,r));return n&&O(u,n.prototype),u}(e,arguments,C(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),O(n,e)},z(e)}function R(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function M(e,t,n){return(t=function(e){var t=function(e){if("object"!=j(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=j(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==j(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Z(){return Z=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Z.apply(null,arguments)}function L(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function $(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?L(Object(n),!0).forEach(function(t){M(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):L(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function q(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,u,a,i,o=[],s=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=a.call(n)).done)&&(o.push(r.value),o.length!==t);s=!0);}catch(e){c=!0,u=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw u}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return R(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?R(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var V={"Ctrl/Cmd+K":!0,"/":!0};function U(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M8.19531 8.76758H7.33398C7.02539 8.76758 6.74414 8.69531 6.49023 8.55078C6.23633 8.40234 6.0332 8.20312 5.88086 7.95312C5.73242 7.70312 5.6582 7.42188 5.6582 7.10938C5.6582 6.80078 5.73242 6.51953 5.88086 6.26562C6.0332 6.01172 6.23633 5.80859 6.49023 5.65625C6.74414 5.50391 7.02539 5.42773 7.33398 5.42773C7.64258 5.42773 7.92383 5.50391 8.17773 5.65625C8.43164 5.80859 8.63281 6.01172 8.78125 6.26562C8.93359 6.51953 9.00977 6.80078 9.00977 7.10938V7.96484H10.9902V7.10938C10.9902 6.80078 11.0664 6.51953 11.2188 6.26562C11.3711 6.01172 11.5723 5.80859 11.8223 5.65625C12.0762 5.50391 12.3574 5.42773 12.666 5.42773C12.9746 5.42773 13.2559 5.50391 13.5098 5.65625C13.7637 5.80859 13.9648 6.01172 14.1133 6.26562C14.2656 6.51953 14.3418 6.80078 14.3418 7.10938C14.3418 7.42188 14.2656 7.70312 14.1133 7.95312C13.9648 8.20312 13.7637 8.40234 13.5098 8.55078C13.2559 8.69531 12.9746 8.76758 12.666 8.76758H11.8105V10.7773H12.666C12.9746 10.7773 13.2559 10.8516 13.5098 11C13.7637 11.1445 13.9648 11.3418 14.1133 11.5918C14.2656 11.8418 14.3418 12.123 14.3418 12.4355C14.3418 12.7441 14.2656 13.0254 14.1133 13.2793C13.9648 13.5332 13.7637 13.7363 13.5098 13.8887C13.2559 14.041 12.9746 14.1172 12.666 14.1172C12.3574 14.1172 12.0762 14.041 11.8223 13.8887C11.5723 13.7363 11.3711 13.5332 11.2188 13.2793C11.0664 13.0254 10.9902 12.7441 10.9902 12.4355V11.5801H9.00977V12.4355C9.00977 12.7441 8.93359 13.0254 8.78125 13.2793C8.63281 13.5332 8.43164 13.7363 8.17773 13.8887C7.92383 14.041 7.64258 14.1172 7.33398 14.1172C7.02539 14.1172 6.74414 14.041 6.49023 13.8887C6.23633 13.7363 6.0332 13.5332 5.88086 13.2793C5.73242 13.0254 5.6582 12.7441 5.6582 12.4355C5.6582 12.123 5.73242 11.8418 5.88086 11.5918C6.0332 11.3418 6.23633 11.1445 6.49023 11C6.74414 10.8516 7.02539 10.7773 7.33398 10.7773H8.19531V8.76758ZM7.33398 7.97656H8.19531V7.10938C8.19531 6.875 8.10938 6.67383 7.9375 6.50586C7.76953 6.33398 7.56836 6.24805 7.33398 6.24805C7.09961 6.24805 6.89648 6.33398 6.72461 6.50586C6.55664 6.67383 6.47266 6.875 6.47266 7.10938C6.47266 7.34766 6.55664 7.55273 6.72461 7.72461C6.89648 7.89258 7.09961 7.97656 7.33398 7.97656ZM12.666 7.97656C12.9004 7.97656 13.1016 7.89258 13.2695 7.72461C13.4414 7.55273 13.5273 7.34766 13.5273 7.10938C13.5273 6.875 13.4414 6.67383 13.2695 6.50586C13.1016 6.33398 12.9004 6.24805 12.666 6.24805C12.4316 6.24805 12.2305 6.33398 12.0625 6.50586C11.8945 6.67383 11.8105 6.875 11.8105 7.10938V7.97656H12.666ZM9.00977 10.7773H10.9902V8.76758H9.00977V10.7773ZM7.33398 11.5625C7.09961 11.5625 6.89648 11.6484 6.72461 11.8203C6.55664 11.9883 6.47266 12.1914 6.47266 12.4297C6.47266 12.6641 6.55664 12.8672 6.72461 13.0391C6.89648 13.207 7.09961 13.291 7.33398 13.291C7.56836 13.291 7.76953 13.207 7.9375 13.0391C8.10938 12.8672 8.19531 12.6641 8.19531 12.4297V11.5625H7.33398ZM12.666 11.5625H11.8105V12.4297C11.8105 12.6641 11.8945 12.8672 12.0625 13.0391C12.2305 13.207 12.4316 13.291 12.666 13.291C12.9004 13.291 13.1016 13.207 13.2695 13.0391C13.4414 12.8672 13.5273 12.6641 13.5273 12.4297C13.5273 12.1914 13.4414 11.9883 13.2695 11.8203C13.1016 11.6484 12.9004 11.5625 12.666 11.5625Z",fill:"currentColor"}))}function H(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M8.01562 11.1758L7.95703 9.65234H8.22656L11.9297 5.54492H13.2539L9.75586 9.32422L9.26367 9.79883L8.01562 11.1758ZM7.07812 14V5.54492H8.13281V14H7.07812ZM12.1992 14L9.04102 9.78711L9.76758 9.05469L13.5645 14H12.1992Z",fill:"currentColor"}))}function W(){return t.createElement("svg",{width:"33",height:"20",viewBox:"0 0 33 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M10.4824 14.1992C9.7168 14.1992 9.05469 14.0195 8.49609 13.6602C7.9375 13.3008 7.50586 12.791 7.20117 12.1309C6.90039 11.4707 6.75 10.6875 6.75 9.78125V9.76953C6.75 8.85938 6.90039 8.07422 7.20117 7.41406C7.50586 6.75391 7.93555 6.24414 8.49023 5.88477C9.04883 5.52539 9.71094 5.3457 10.4766 5.3457C11.0703 5.3457 11.6094 5.46289 12.0938 5.69727C12.582 5.92773 12.9844 6.25 13.3008 6.66406C13.6172 7.07422 13.8164 7.54883 13.8984 8.08789L13.8926 8.09961H12.832L12.8262 8.08789C12.7324 7.72461 12.5742 7.41211 12.3516 7.15039C12.1289 6.88477 11.8574 6.67969 11.5371 6.53516C11.2207 6.39062 10.8672 6.31836 10.4766 6.31836C9.9375 6.31836 9.46875 6.45898 9.07031 6.74023C8.67578 7.02148 8.37109 7.41992 8.15625 7.93555C7.94141 8.45117 7.83398 9.0625 7.83398 9.76953V9.78125C7.83398 10.4844 7.94141 11.0938 8.15625 11.6094C8.37109 12.125 8.67578 12.5234 9.07031 12.8047C9.46875 13.0859 9.93945 13.2266 10.4824 13.2266C10.877 13.2266 11.2344 13.1641 11.5547 13.0391C11.875 12.9102 12.1445 12.7285 12.3633 12.4941C12.582 12.2559 12.7344 11.9746 12.8203 11.6504L12.832 11.6387H13.8984V11.6504C13.8047 12.166 13.6016 12.6152 13.2891 12.998C12.9766 13.377 12.5801 13.6719 12.0996 13.8828C11.623 14.0938 11.084 14.1992 10.4824 14.1992ZM17.7832 14.0469C17.1348 14.0469 16.6641 13.916 16.3711 13.6543C16.082 13.3926 15.9375 12.9609 15.9375 12.3594V8.52734H14.9414V7.68359H15.9375V6.04883H16.9922V7.68359H18.375V8.52734H16.9922V12.1016C16.9922 12.4727 17.0625 12.7402 17.2031 12.9043C17.3438 13.0645 17.5781 13.1445 17.9062 13.1445C17.9961 13.1445 18.0723 13.1426 18.1348 13.1387C18.2012 13.1348 18.2812 13.1289 18.375 13.1211V13.9883C18.2773 14.0039 18.1797 14.0176 18.082 14.0293C17.9844 14.041 17.8848 14.0469 17.7832 14.0469ZM19.8984 14V7.68359H20.918V8.62109H21.0117C21.1328 8.28906 21.3379 8.03125 21.627 7.84766C21.916 7.66406 22.2734 7.57227 22.6992 7.57227C22.7969 7.57227 22.8926 7.57812 22.9863 7.58984C23.084 7.59766 23.1582 7.60547 23.209 7.61328V8.60352C23.1035 8.58398 23 8.57031 22.8984 8.5625C22.8008 8.55078 22.6953 8.54492 22.582 8.54492C22.2578 8.54492 21.9707 8.60938 21.7207 8.73828C21.4707 8.86719 21.2734 9.04688 21.1289 9.27734C20.9883 9.50781 20.918 9.77734 20.918 10.0859V14H19.8984ZM24.5273 14V5.17578H25.5469V14H24.5273Z",fill:"currentColor"}))}function K(e){var n=e.size,r=void 0===n?20:n,u=e.color,a=void 0===u?"currentColor":u;return t.createElement("svg",{width:r,height:r,className:"DocSearch-Search-Icon",viewBox:"0 0 24 24","aria-hidden":"true"},t.createElement("circle",{cx:"11",cy:"11",r:"8",stroke:a,fill:"none",strokeWidth:"1.4"}),t.createElement("path",{d:"m21 21-4.3-4.3",stroke:a,fill:"none",strokeLinecap:"round",strokeLinejoin:"round"}))}var J=["translations","keyboardShortcuts"],Q="Ctrl",G=t.forwardRef(function(e,u){var a,i,o,s=e.translations,c=void 0===s?{}:s,l=e.keyboardShortcuts,f=function(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}(e,J),d=c.buttonText,p=void 0===d?"Search":d,h=c.buttonAriaLabel,v=void 0===h?"Search":h,m=(a=l,$($({},V),a)),D=q(n(null),2),y=D[0],g=D[1];i={theme:f.theme},r(function(){if(o){var e=document.documentElement.dataset.theme;if(o!==e)return document.documentElement.dataset.theme=o,function(){void 0===e?delete document.documentElement.dataset.theme:document.documentElement.dataset.theme=e}}},[o=i.theme]),r(function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?g("⌘"):g(Q))},[]);var F=q(y===Q?[Q,"Control",t.createElement(W,null)]:["Meta","Meta",t.createElement(U,null)],3),E=F[0],b=F[1],C=F[2],A=m["Ctrl/Cmd+K"],k="".concat(b,"+k");return t.createElement("button",Z({type:"button",className:"DocSearch DocSearch-Button","aria-label":A?"".concat(v," (").concat(k,")"):v,"aria-keyshortcuts":A?k:void 0},f,{ref:u}),t.createElement("span",{className:"DocSearch-Button-Container"},t.createElement(K,null),t.createElement("span",{className:"DocSearch-Button-Placeholder"},p)),t.createElement("span",{className:"DocSearch-Button-Keys"},null!==y&&A&&t.createElement(t.Fragment,null,t.createElement(Y,{reactsToKey:E},C),t.createElement(Y,{reactsToKey:"k"},t.createElement(H,null)))))});function Y(e){var u=e.reactsToKey,a=e.children,i=q(n(!1),2),o=i[0],s=i[1];return r(function(){if(u)return window.addEventListener("keydown",e),window.addEventListener("keyup",t),function(){window.removeEventListener("keydown",e),window.removeEventListener("keyup",t)};function e(e){e.key===u&&s(!0)}function t(e){e.key!==u&&"Meta"!==e.key||s(!1)}},[u]),t.createElement("kbd",{className:o?"DocSearch-Button-Key DocSearch-Button-Key--pressed":"DocSearch-Button-Key"+("Ctrl"===u?" DocSearch-Button-Key--ctrl":"")},a)}var X=["onClick"];function ee(n){var r=n.onClick,u=S(n,X),a=e(),i=a.searchButtonRef,o=a.keyboardShortcuts,s=a.openModal;return t.createElement(G,b({ref:i,keyboardShortcuts:o,onClick:function(e){r&&r(e),s()}},u))}var te=["type"],ne=["type"],re=["additionalProperties"],ue=["abortSignal"],ae=["messageId"],ie=["messages"],oe=["experimental_throttle","resume"];function se(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ce(e,t,n,r,u,a,i){try{var o=e[a](i),s=o.value}catch(e){return void n(e)}o.done?t(s):Promise.resolve(s).then(r,u)}function le(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function i(e){ce(a,r,u,i,o,"next",e)}function o(e){ce(a,r,u,i,o,"throw",e)}i(void 0)})}}function fe(e,t,n){return t=ge(t),function(e,t){if(t&&("object"==j(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,Ee()?Reflect.construct(t,n||[],ge(e).constructor):t.apply(e,n))}function de(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t,n){if(Ee())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var u=new(e.bind.apply(e,r));return n&&_e(u,n.prototype),u}function he(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Be(r.key),r)}}function ve(e,t,n){return t&&he(e.prototype,t),n&&he(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function me(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=Ie(e))||t){n&&(e=n);var r=0,u=function(){};return{s:u,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:u}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function De(e,t,n){return(t=Be(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ye(){return ye=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ye.apply(null,arguments)}function ge(e){return ge=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},ge(e)}function Fe(e,t){if("function"!=typeof t&&null!==t)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&&_e(e,t)}function Ee(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ee=function(){return!!e})()}function be(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?be(Object(n),!0).forEach(function(t){De(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):be(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Ae(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function ke(){
|
|
4
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
5
|
+
var e,t,n="function"==typeof Symbol?Symbol:{},r=n.iterator||"@@iterator",u=n.toStringTag||"@@toStringTag";function a(n,r,u,a){var s=r&&r.prototype instanceof o?r:o,c=Object.create(s.prototype);return we(c,"_invoke",function(n,r,u){var a,o,s,c=0,l=u||[],f=!1,d={p:0,n:0,v:e,a:p,f:p.bind(e,4),d:function(t,n){return a=t,o=0,s=e,d.n=n,i}};function p(n,r){for(o=n,s=r,t=0;!f&&c&&!u&&t<l.length;t++){var u,a=l[t],p=d.p,h=a[2];n>3?(u=h===r)&&(s=a[(o=a[4])?5:(o=3,3)],a[4]=a[5]=e):a[0]<=p&&((u=n<2&&p<a[1])?(o=0,d.v=r,d.n=a[1]):p<h&&(u=n<3||a[0]>r||r>h)&&(a[4]=n,a[5]=r,d.n=h,o=0))}if(u||n>1)return i;throw f=!0,r}return function(u,l,h){if(c>1)throw TypeError("Generator is already running");for(f&&1===l&&p(l,h),o=l,s=h;(t=o<2?e:s)||!f;){a||(o?o<3?(o>1&&(d.n=-1),p(o,s)):d.n=s:d.v=s);try{if(c=2,a){if(o||(u="next"),t=a[u]){if(!(t=t.call(a,s)))throw TypeError("iterator result is not an object");if(!t.done)return t;s=t.value,o<2&&(o=0)}else 1===o&&(t=a.return)&&t.call(a),o<2&&(s=TypeError("The iterator does not provide a '"+u+"' method"),o=1);a=e}else if((t=(f=d.n<0)?s:n.call(r,d))!==i)break}catch(t){a=e,o=1,s=t}finally{c=1}}return{value:t,done:f}}}(n,u,a),!0),c}var i={};function o(){}function s(){}function c(){}t=Object.getPrototypeOf;var l=[][r]?t(t([][r]())):(we(t={},r,function(){return this}),t),f=c.prototype=o.prototype=Object.create(l);function d(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,c):(e.__proto__=c,we(e,u,"GeneratorFunction")),e.prototype=Object.create(f),e}return s.prototype=c,we(f,"constructor",c),we(c,"constructor",s),s.displayName="GeneratorFunction",we(c,u,"GeneratorFunction"),we(f),we(f,u,"Generator"),we(f,r,function(){return this}),we(f,"toString",function(){return"[object Generator]"}),(ke=function(){return{w:a,m:d}})()}function we(e,t,n,r){var u=Object.defineProperty;try{u({},"",{})}catch(e){u=0}we=function(e,t,n,r){function a(t,n){we(e,t,function(e){return this._invoke(t,n,e)})}t?u?u(e,t,{value:n,enumerable:!r,configurable:!r,writable:!r}):e[t]=n:(a("next",0),a("throw",1),a("return",2))},we(e,t,n,r)}function _e(e,t){return _e=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_e(e,t)}function Se(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,u,a,i,o=[],s=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=a.call(n)).done)&&(o.push(r.value),o.length!==t);s=!0);}catch(e){c=!0,u=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw u}}return o}}(e,t)||Ie(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xe(e){return function(e){if(Array.isArray(e))return se(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Ie(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Be(e){var t=function(e){if("object"!=j(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=j(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==j(t)?t:t+""}function Oe(e){return Oe="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Oe(e)}function Ie(e,t){if(e){if("string"==typeof e)return se(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?se(e,t):void 0}}function Te(e){var t="function"==typeof Map?new Map:void 0;return Te=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return pe(e,arguments,ge(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_e(n,e)},Te(e)}var Pe,je="vercel.ai.error",Ne=Symbol.for(je),ze=function(){function e(t){var n,r=t.name,u=t.message,a=t.cause;return D(this,e),(n=m(this,e,[u]))[Pe]=!0,n.name=r,n.cause=a,n}return A(e,z(Error)),g(e,null,[{key:"isInstance",value:function(t){return e.hasMarker(t,je)}},{key:"hasMarker",value:function(e,t){var n=Symbol.for(t);return null!=e&&"object"==j(e)&&n in e&&"boolean"==typeof e[n]&&!0===e[n]}}])}();Pe=Ne;var Re=ze;function Me(e){return null==e?"unknown error":"string"==typeof e?e:e instanceof Error?e.message:JSON.stringify(e)}var Ze,Le="AI_InvalidArgumentError",$e="vercel.ai.error.".concat(Le),qe=Symbol.for($e),Ve=function(){function e(t){var n,r=t.message,u=t.cause,a=t.argument;return D(this,e),(n=m(this,e,[{name:Le,message:r,cause:u}]))[Ze]=!0,n.argument=a,n}return A(e,Re),g(e,null,[{key:"isInstance",value:function(e){return Re.hasMarker(e,$e)}}])}();Ze=qe;var Ue,He="AI_JSONParseError",We="vercel.ai.error.".concat(He),Ke=Symbol.for(We),Je=function(){function e(t){var n,r=t.text,u=t.cause;return D(this,e),(n=m(this,e,[{name:He,message:"JSON parsing failed: Text: ".concat(r,".\nError message: ").concat(Me(u)),cause:u}]))[Ue]=!0,n.text=r,n}return A(e,Re),g(e,null,[{key:"isInstance",value:function(e){return Re.hasMarker(e,We)}}])}();Ue=Ke;var Qe,Ge="AI_TypeValidationError",Ye="vercel.ai.error.".concat(Ge),Xe=Symbol.for(Ye);Qe=Xe;var et=function(){function e(t){var n,r=t.value,u=t.cause;return D(this,e),(n=m(this,e,[{name:Ge,message:"Type validation failed: Value: ".concat(JSON.stringify(r),".\nError message: ").concat(Me(u)),cause:u}]))[Qe]=!0,n.value=r,n}return A(e,Re),g(e,null,[{key:"isInstance",value:function(e){return Re.hasMarker(e,Ye)}},{key:"wrap",value:function(t){var n=t.value,r=t.cause;return e.isInstance(r)&&r.value===n?r:new e({value:n,cause:r})}}])}(),tt=function(){function e(t,n){var r;return de(this,e),(r=fe(this,e,[t])).name="ParseError",r.type=n.type,r.field=n.field,r.value=n.value,r.line=n.line,r}return Fe(e,Te(Error)),ve(e)}();function nt(e){}var rt=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.onError,u=n.onRetry,a=n.onComment;return de(this,e),fe(this,e,[{start:function(e){t=function(e){if("function"==typeof e)throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");var t,n=e.onEvent,r=void 0===n?nt:n,u=e.onError,a=void 0===u?nt:u,i=e.onRetry,o=void 0===i?nt:i,s=e.onComment,c="",l=!0,f="",d="";function p(e){if(""===e)return f.length>0&&r({id:t,event:d||void 0,data:f.endsWith("\n")?f.slice(0,-1):f}),t=void 0,f="",void(d="");if(e.startsWith(":"))s&&s(e.slice(e.startsWith(": ")?2:1));else{var n=e.indexOf(":");if(-1===n)h(e,"",e);else{var u=e.slice(0,n),a=" "===e[n+1]?2:1;h(u,e.slice(n+a),e)}}}function h(e,n,r){switch(e){case"event":d=n;break;case"data":f="".concat(f).concat(n,"\n");break;case"id":t=n.includes("\0")?void 0:n;break;case"retry":/^\d+$/.test(n)?o(parseInt(n,10)):a(new tt('Invalid `retry` value: "'.concat(n,'"'),{type:"invalid-retry",value:n,line:r}));break;default:a(new tt('Unknown field "'.concat(e.length>20?"".concat(e.slice(0,20),"…"):e,'"'),{type:"unknown-field",field:e,value:n,line:r}))}}return{feed:function(e){var t,n=l?e.replace(/^\xEF\xBB\xBF/,""):e,r=function(e){for(var t=[],n="",r=0;r<e.length;){var u=e.indexOf("\r",r),a=e.indexOf("\n",r),i=-1;if(-1!==u&&-1!==a?i=Math.min(u,a):-1!==u?i=u===e.length-1?-1:u:-1!==a&&(i=a),-1===i){n=e.slice(r);break}var o=e.slice(r,i);t.push(o),"\r"===e[(r=i+1)-1]&&"\n"===e[r]&&r++}return[t,n]}("".concat(c).concat(n)),u=Se(r,2),a=u[0],i=u[1],o=me(a);try{for(o.s();!(t=o.n()).done;)p(t.value)}catch(e){o.e(e)}finally{o.f()}c=i,l=!1},reset:function(){c&&(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).consume&&p(c),l=!0,t=void 0,f="",d="",c=""}}}({onEvent:function(t){e.enqueue(t)},onError:function(t){"terminate"===r?e.error(t):"function"==typeof r&&r(t)},onRetry:u,onComment:a})},transform:function(e){t.feed(e)}}])}return Fe(e,Te(TransformStream)),ve(e)}();function ut(e,t,n){var r;function u(n,r){var u,a,o;for(var s in Object.defineProperty(n,"_zod",{value:null!==(u=n._zod)&&void 0!==u?u:{},enumerable:!1}),null!==(a=(o=n._zod).traits)&&void 0!==a||(o.traits=new Set),n._zod.traits.add(e),t(n,r),i.prototype)s in n||Object.defineProperty(n,s,{value:i.prototype[s].bind(n)});n._zod.constr=i,n._zod.def=r}var a=function(e){function t(){return de(this,t),fe(this,t,arguments)}return Fe(t,e),ve(t)}(null!==(r=null==n?void 0:n.Parent)&&void 0!==r?r:Object);function i(e){var t,r,i=null!=n&&n.Parent?new a:this;u(i,e),null!==(t=(r=i._zod).deferred)&&void 0!==t||(r.deferred=[]);var o,s=me(i._zod.deferred);try{for(s.s();!(o=s.n()).done;)(0,o.value)()}catch(e){s.e(e)}finally{s.f()}return i}return Object.defineProperty(a,"name",{value:e}),Object.defineProperty(i,"init",{value:u}),Object.defineProperty(i,Symbol.hasInstance,{value:function(t){var r;return!!(null!=n&&n.Parent&&t instanceof n.Parent)||(null==t||null===(r=t._zod)||void 0===r||null===(r=r.traits)||void 0===r?void 0:r.has(e))}}),Object.defineProperty(i,"name",{value:e}),i}var at=function(){function e(){return de(this,e),fe(this,e,["Encountered Promise during synchronous parse. Use .parseAsync() instead."])}return Fe(e,Te(Error)),ve(e)}(),it=function(){function e(t){var n;return de(this,e),(n=fe(this,e,["Encountered unidirectional transform during encode: ".concat(t)])).name="ZodEncodeError",n}return Fe(e,Te(Error)),ve(e)}(),ot={};function st(e){return ot}function ct(e){var t=Object.values(e).filter(function(e){return"number"==typeof e});return Object.entries(e).filter(function(e){var n=Se(e,2),r=n[0];return n[1],-1===t.indexOf(+r)}).map(function(e){var t=Se(e,2);return t[0],t[1]})}function lt(e,t){return"bigint"==typeof t?t.toString():t}function ft(e){return{get value(){var t=e();return Object.defineProperty(this,"value",{value:t}),t}}}function dt(e){return null==e}function pt(e){var t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}var ht=Symbol("evaluating");function vt(e,t,n){var r=void 0;Object.defineProperty(e,t,{get:function(){if(r!==ht)return void 0===r&&(r=ht,r=n()),r},set:function(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function mt(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function Dt(){for(var e={},t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];for(var u=0,a=n;u<a.length;u++){var i=a[u],o=Object.getOwnPropertyDescriptors(i);Object.assign(e,o)}return Object.defineProperties({},e)}function yt(e){return JSON.stringify(e)}var gt="captureStackTrace"in Error?Error.captureStackTrace:function(){};function Ft(e){return"object"===Oe(e)&&null!==e&&!Array.isArray(e)}var Et=ft(function(){var e;if("undefined"!=typeof navigator&&null!==(e=navigator)&&void 0!==e&&null!==(e=e.userAgent)&&void 0!==e&&e.includes("Cloudflare"))return!1;try{return new Function(""),!0}catch(e){return!1}});function bt(e){if(!1===Ft(e))return!1;var t=e.constructor;if(void 0===t)return!0;var n=t.prototype;return!1!==Ft(n)&&!1!==Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")}function Ct(e){return bt(e)?Ce({},e):Array.isArray(e)?xe(e):e}var At=new Set(["string","number","symbol"]);function kt(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function wt(e,t,n){var r=new e._zod.constr(null!=t?t:e._zod.def);return(!t||null!=n&&n.parent)&&(r._zod.parent=e),r}function _t(e){var t=e;if(!t)return{};if("string"==typeof t)return{error:function(){return t}};if(void 0!==(null==t?void 0:t.message)){if(void 0!==(null==t?void 0:t.error))throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,"string"==typeof t.error?Ce(Ce({},t),{},{error:function(){return t.error}}):t}var St={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function xt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!0===e.aborted)return!0;for(var n=t;n<e.issues.length;n++){var r;if(!0!==(null===(r=e.issues[n])||void 0===r?void 0:r.continue))return!0}return!1}function Bt(e,t){return t.map(function(t){var n,r;return null!==(n=(r=t).path)&&void 0!==n||(r.path=[]),t.path.unshift(e),t})}function Ot(e){return"string"==typeof e?e:null==e?void 0:e.message}function It(e,t,n){var r,u=Ce(Ce({},e),{},{path:null!==(r=e.path)&&void 0!==r?r:[]});if(!e.message){var a,i,o,s,c,l,f,d,p,h=null!==(a=null!==(i=null!==(o=null!==(s=Ot(null===(c=e.inst)||void 0===c||null===(c=c._zod.def)||void 0===c||null===(l=c.error)||void 0===l?void 0:l.call(c,e)))&&void 0!==s?s:Ot(null==t||null===(f=t.error)||void 0===f?void 0:f.call(t,e)))&&void 0!==o?o:Ot(null===(d=n.customError)||void 0===d?void 0:d.call(n,e)))&&void 0!==i?i:Ot(null===(p=n.localeError)||void 0===p?void 0:p.call(n,e)))&&void 0!==a?a:"Invalid input";u.message=h}return delete u.inst,delete u.continue,null!=t&&t.reportInput||delete u.input,u}function Tt(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Pt(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function jt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],u=t[1],a=t[2];return"string"==typeof r?{message:r,code:"custom",input:u,inst:a}:Ce({},r)}var Nt=function(e,t){e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,lt,2),Object.defineProperty(e,"toString",{value:function(){return e.message},enumerable:!1})},zt=ut("$ZodError",Nt),Rt=ut("$ZodError",Nt,{Parent:Error}),Mt=function(e){return function(t,n,r,u){var a=r?Object.assign(r,{async:!1}):{async:!1},i=t._zod.run({value:n,issues:[]},a);if(i instanceof Promise)throw new at;if(i.issues.length){var o,s=new(null!==(o=null==u?void 0:u.Err)&&void 0!==o?o:e)(i.issues.map(function(e){return It(e,a,st())}));throw gt(s,null==u?void 0:u.callee),s}return i.value}},Zt=function(e){return t=le(ke().m(function t(n,r,u,a){var i,o,s,c;return ke().w(function(t){for(;;)switch(t.n){case 0:if(i=u?Object.assign(u,{async:!0}):{async:!0},!((o=n._zod.run({value:r,issues:[]},i))instanceof Promise)){t.n=2;break}return t.n=1,o;case 1:o=t.v;case 2:if(!o.issues.length){t.n=3;break}throw c=new(null!==(s=null==a?void 0:a.Err)&&void 0!==s?s:e)(o.issues.map(function(e){return It(e,i,st())})),gt(c,null==a?void 0:a.callee),c;case 3:return t.a(2,o.value)}},t)})),function(e,n,r,u){return t.apply(this,arguments)};var t},Lt=function(e){return function(t,n,r){var u=r?Ce(Ce({},r),{},{async:!1}):{async:!1},a=t._zod.run({value:n,issues:[]},u);if(a instanceof Promise)throw new at;return a.issues.length?{success:!1,error:new(null!=e?e:zt)(a.issues.map(function(e){return It(e,u,st())}))}:{success:!0,data:a.value}}},$t=Lt(Rt),qt=function(e){return t=le(ke().m(function t(n,r,u){var a,i;return ke().w(function(t){for(;;)switch(t.n){case 0:if(a=u?Object.assign(u,{async:!0}):{async:!0},!((i=n._zod.run({value:r,issues:[]},a))instanceof Promise)){t.n=2;break}return t.n=1,i;case 1:i=t.v;case 2:return t.a(2,i.issues.length?{success:!1,error:new e(i.issues.map(function(e){return It(e,a,st())}))}:{success:!0,data:i.value})}},t)})),function(e,n,r){return t.apply(this,arguments)};var t},Vt=qt(Rt),Ut=/^[cC][^\s-]{8,}$/,Ht=/^[0-9a-z]+$/,Wt=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Kt=/^[0-9a-vA-V]{20}$/,Jt=/^[A-Za-z0-9]{27}$/,Qt=/^[a-zA-Z0-9_-]{21}$/,Gt=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Yt=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Xt=function(e){return e?new RegExp("^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-".concat(e,"[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$")):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/},en=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,tn=/^(?:(?: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])$/,nn=/^(([0-9a-fA-F]{1,4}:){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}|:))$/,rn=/^((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])\/([0-9]|[1-2][0-9]|3[0-2])$/,un=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,an=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,on=/^[A-Za-z0-9_-]*$/,sn=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,cn=/^\+(?:[0-9]){6,14}[0-9]$/,ln="(?:(?:\\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])))",fn=new RegExp("^".concat(ln,"$"));function dn(e){var t="(?:[01]\\d|2[0-3]):[0-5]\\d";return"number"==typeof e.precision?-1===e.precision?"".concat(t):0===e.precision?"".concat(t,":[0-5]\\d"):"".concat(t,":[0-5]\\d\\.\\d{").concat(e.precision,"}"):"".concat(t,"(?::[0-5]\\d(?:\\.\\d+)?)?")}var pn=/^-?\d+$/,hn=/^-?\d+(?:\.\d+)?/,vn=/^(?:true|false)$/i,mn=/^null$/i,Dn=/^[^A-Z]*$/,yn=/^[^a-z]*$/,gn=ut("$ZodCheck",function(e,t){var n,r,u;null!==(n=e._zod)&&void 0!==n||(e._zod={}),e._zod.def=t,null!==(r=(u=e._zod).onattach)&&void 0!==r||(u.onattach=[])}),Fn={number:"number",bigint:"bigint",object:"date"},En=ut("$ZodCheckLessThan",function(e,t){gn.init(e,t);var n=Fn[Oe(t.value)];e._zod.onattach.push(function(e){var n,r=e._zod.bag,u=null!==(n=t.inclusive?r.maximum:r.exclusiveMaximum)&&void 0!==n?n:Number.POSITIVE_INFINITY;t.value<u&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=function(r){(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:"too_big",maximum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),bn=ut("$ZodCheckGreaterThan",function(e,t){gn.init(e,t);var n=Fn[Oe(t.value)];e._zod.onattach.push(function(e){var n,r=e._zod.bag,u=null!==(n=t.inclusive?r.minimum:r.exclusiveMinimum)&&void 0!==n?n:Number.NEGATIVE_INFINITY;t.value>u&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=function(r){(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:"too_small",minimum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Cn=ut("$ZodCheckMultipleOf",function(e,t){gn.init(e,t),e._zod.onattach.push(function(e){var n,r;null!==(n=(r=e._zod.bag).multipleOf)&&void 0!==n||(r.multipleOf=t.value)}),e._zod.check=function(n){if(Oe(n.value)!==Oe(t.value))throw new Error("Cannot mix number and bigint in multiple_of check.");("bigint"==typeof n.value?n.value%t.value===BigInt(0):0===function(e,t){var n=(e.toString().split(".")[1]||"").length,r=t.toString(),u=(r.split(".")[1]||"").length;if(0===u&&/\d?e-\d?/.test(r)){var a=r.match(/\d?e-(\d?)/);null!=a&&a[1]&&(u=Number.parseInt(a[1]))}var i=n>u?n:u;return Number.parseInt(e.toFixed(i).replace(".",""))%Number.parseInt(t.toFixed(i).replace(".",""))/Math.pow(10,i)}(n.value,t.value))||n.issues.push({origin:Oe(n.value),code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),An=ut("$ZodCheckNumberFormat",function(e,t){var n;gn.init(e,t),t.format=t.format||"float64";var r=null===(n=t.format)||void 0===n?void 0:n.includes("int"),u=r?"int":"number",a=Se(St[t.format],2),i=a[0],o=a[1];e._zod.onattach.push(function(e){var n=e._zod.bag;n.format=t.format,n.minimum=i,n.maximum=o,r&&(n.pattern=pn)}),e._zod.check=function(n){var a=n.value;if(r){if(!Number.isInteger(a))return void n.issues.push({expected:u,format:t.format,code:"invalid_type",continue:!1,input:a,inst:e});if(!Number.isSafeInteger(a))return void(a>0?n.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:u,continue:!t.abort}):n.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:u,continue:!t.abort}))}a<i&&n.issues.push({origin:"number",input:a,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),a>o&&n.issues.push({origin:"number",input:a,code:"too_big",maximum:o,inst:e})}}),kn=ut("$ZodCheckMaxSize",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.size}),e._zod.onattach.push(function(e){var n,r=null!==(n=e._zod.bag.maximum)&&void 0!==n?n:Number.POSITIVE_INFINITY;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=function(n){var r=n.value;r.size<=t.maximum||n.issues.push({origin:Tt(r),code:"too_big",maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),wn=ut("$ZodCheckMinSize",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.size}),e._zod.onattach.push(function(e){var n,r=null!==(n=e._zod.bag.minimum)&&void 0!==n?n:Number.NEGATIVE_INFINITY;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=function(n){var r=n.value;r.size>=t.minimum||n.issues.push({origin:Tt(r),code:"too_small",minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),_n=ut("$ZodCheckSizeEquals",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.size}),e._zod.onattach.push(function(e){var n=e._zod.bag;n.minimum=t.size,n.maximum=t.size,n.size=t.size}),e._zod.check=function(n){var r=n.value,u=r.size;if(u!==t.size){var a=u>t.size;n.issues.push(Ce(Ce({origin:Tt(r)},a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size}),{},{inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort}))}}}),Sn=ut("$ZodCheckMaxLength",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.length}),e._zod.onattach.push(function(e){var n,r=null!==(n=e._zod.bag.maximum)&&void 0!==n?n:Number.POSITIVE_INFINITY;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=function(n){var r=n.value;if(!(r.length<=t.maximum)){var u=Pt(r);n.issues.push({origin:u,code:"too_big",maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}}),xn=ut("$ZodCheckMinLength",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.length}),e._zod.onattach.push(function(e){var n,r=null!==(n=e._zod.bag.minimum)&&void 0!==n?n:Number.NEGATIVE_INFINITY;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=function(n){var r=n.value;if(!(r.length>=t.minimum)){var u=Pt(r);n.issues.push({origin:u,code:"too_small",minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}}),Bn=ut("$ZodCheckLengthEquals",function(e,t){var n,r;gn.init(e,t),null!==(n=(r=e._zod.def).when)&&void 0!==n||(r.when=function(e){var t=e.value;return!dt(t)&&void 0!==t.length}),e._zod.onattach.push(function(e){var n=e._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=function(n){var r=n.value,u=r.length;if(u!==t.length){var a=Pt(r),i=u>t.length;n.issues.push(Ce(Ce({origin:a},i?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length}),{},{inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort}))}}}),On=ut("$ZodCheckStringFormat",function(e,t){var n,r,u,a;gn.init(e,t),e._zod.onattach.push(function(e){var n,r=e._zod.bag;r.format=t.format,t.pattern&&(null!==(n=r.patterns)&&void 0!==n||(r.patterns=new Set),r.patterns.add(t.pattern))}),t.pattern?null!==(n=(u=e._zod).check)&&void 0!==n||(u.check=function(n){t.pattern.lastIndex=0,t.pattern.test(n.value)||n.issues.push(Ce(Ce({origin:"string",code:"invalid_format",format:t.format,input:n.value},t.pattern?{pattern:t.pattern.toString()}:{}),{},{inst:e,continue:!t.abort}))}):null!==(r=(a=e._zod).check)&&void 0!==r||(a.check=function(){})}),In=ut("$ZodCheckRegex",function(e,t){On.init(e,t),e._zod.check=function(n){t.pattern.lastIndex=0,t.pattern.test(n.value)||n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Tn=ut("$ZodCheckLowerCase",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Dn),On.init(e,t)}),Pn=ut("$ZodCheckUpperCase",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=yn),On.init(e,t)}),jn=ut("$ZodCheckIncludes",function(e,t){gn.init(e,t);var n=kt(t.includes),r=new RegExp("number"==typeof t.position?"^.{".concat(t.position,"}").concat(n):n);t.pattern=r,e._zod.onattach.push(function(e){var t,n=e._zod.bag;null!==(t=n.patterns)&&void 0!==t||(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=function(n){n.value.includes(t.includes,t.position)||n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),Nn=ut("$ZodCheckStartsWith",function(e,t){var n;gn.init(e,t);var r=new RegExp("^".concat(kt(t.prefix),".*"));null!==(n=t.pattern)&&void 0!==n||(t.pattern=r),e._zod.onattach.push(function(e){var t,n=e._zod.bag;null!==(t=n.patterns)&&void 0!==t||(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=function(n){n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),zn=ut("$ZodCheckEndsWith",function(e,t){var n;gn.init(e,t);var r=new RegExp(".*".concat(kt(t.suffix),"$"));null!==(n=t.pattern)&&void 0!==n||(t.pattern=r),e._zod.onattach.push(function(e){var t,n=e._zod.bag;null!==(t=n.patterns)&&void 0!==t||(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=function(n){n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});function Rn(e,t,n){var r;e.issues.length&&(r=t.issues).push.apply(r,xe(Bt(n,e.issues)))}var Mn=ut("$ZodCheckProperty",function(e,t){gn.init(e,t),e._zod.check=function(e){var n=t.schema._zod.run({value:e.value[t.property],issues:[]},{});if(n instanceof Promise)return n.then(function(n){return Rn(n,e,t.property)});Rn(n,e,t.property)}}),Zn=ut("$ZodCheckMimeType",function(e,t){gn.init(e,t);var n=new Set(t.mime);e._zod.onattach.push(function(e){e._zod.bag.mime=t.mime}),e._zod.check=function(r){n.has(r.value.type)||r.issues.push({code:"invalid_value",values:t.mime,input:r.value.type,inst:e,continue:!t.abort})}}),Ln=ut("$ZodCheckOverwrite",function(e,t){gn.init(e,t),e._zod.check=function(e){e.value=t.tx(e.value)}}),$n=ve(function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];de(this,e),this.content=[],this.indent=0,this&&(this.args=t)},[{key:"indented",value:function(e){this.indent+=1,e(this),this.indent-=1}},{key:"write",value:function(e){var t=this;if("function"==typeof e)return e(this,{execution:"sync"}),void e(this,{execution:"async"});var n,r=e.split("\n").filter(function(e){return e}),u=Math.min.apply(Math,xe(r.map(function(e){return e.length-e.trimStart().length}))),a=me(r.map(function(e){return e.slice(u)}).map(function(e){return" ".repeat(2*t.indent)+e}));try{for(a.s();!(n=a.n()).done;){var i=n.value;this.content.push(i)}}catch(e){a.e(e)}finally{a.f()}}},{key:"compile",value:function(){var e,t=Function,n=null==this?void 0:this.args,r=xe((null!==(e=null==this?void 0:this.content)&&void 0!==e?e:[""]).map(function(e){return" ".concat(e)}));return pe(t,xe(n).concat([r.join("\n")]))}}]),qn={major:4,minor:1,patch:11},Vn=ut("$ZodType",function(e,t){var n,r;null!=e||(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=qn;var u=xe(null!==(n=e._zod.def.checks)&&void 0!==n?n:[]);e._zod.traits.has("$ZodCheck")&&u.unshift(e);var a,i=me(u);try{for(i.s();!(a=i.n()).done;){var o,s=me(a.value._zod.onattach);try{for(s.s();!(o=s.n()).done;)(0,o.value)(e)}catch(e){s.e(e)}finally{s.f()}}}catch(e){i.e(e)}finally{i.f()}if(0===u.length){var c,l;null!==(c=(r=e._zod).deferred)&&void 0!==c||(r.deferred=[]),null===(l=e._zod.deferred)||void 0===l||l.push(function(){e._zod.run=e._zod.parse})}else{var f=function(e,t,n){var r,u,a=xt(e),i=me(t);try{var o=function(){var t=u.value;if(t._zod.def.when){if(!t._zod.def.when(e))return 0}else if(a)return 0;var i=e.issues.length,o=t._zod.check(e);if(o instanceof Promise&&!1===(null==n?void 0:n.async))throw new at;if(r||o instanceof Promise)r=(null!=r?r:Promise.resolve()).then(le(ke().m(function t(){return ke().w(function(t){for(;;)switch(t.n){case 0:return t.n=1,o;case 1:if(e.issues.length!==i){t.n=2;break}return t.a(2);case 2:a||(a=xt(e,i));case 3:return t.a(2)}},t)})));else{if(e.issues.length===i)return 0;a||(a=xt(e,i))}};for(i.s();!(u=i.n()).done;)o()}catch(e){i.e(e)}finally{i.f()}return r?r.then(function(){return e}):e},d=function(t,n,r){if(xt(t))return t.aborted=!0,t;var a=f(n,u,r);if(a instanceof Promise){if(!1===r.async)throw new at;return a.then(function(t){return e._zod.parse(t,r)})}return e._zod.parse(a,r)};e._zod.run=function(t,n){if(n.skipChecks)return e._zod.parse(t,n);if("backward"===n.direction){var r=e._zod.parse({value:t.value,issues:[]},Ce(Ce({},n),{},{skipChecks:!0}));return r instanceof Promise?r.then(function(e){return d(e,t,n)}):d(r,t,n)}var a=e._zod.parse(t,n);if(a instanceof Promise){if(!1===n.async)throw new at;return a.then(function(e){return f(e,u,n)})}return f(a,u,n)}}e["~standard"]={validate:function(t){try{var n,r=$t(e,t);return r.success?{value:r.data}:{issues:null===(n=r.error)||void 0===n?void 0:n.issues}}catch(n){return Vt(e,t).then(function(e){var t;return e.success?{value:e.data}:{issues:null===(t=e.error)||void 0===t?void 0:t.issues}})}},vendor:"zod",version:1}}),Un=ut("$ZodString",function(e,t){var n,r,u;Vn.init(e,t),e._zod.pattern=null!==(n=xe(null!==(r=null==e||null===(u=e._zod.bag)||void 0===u?void 0:u.patterns)&&void 0!==r?r:[]).pop())&&void 0!==n?n:function(e){var t,n,r=e?"[\\s\\S]{".concat(null!==(t=null==e?void 0:e.minimum)&&void 0!==t?t:0,",").concat(null!==(n=null==e?void 0:e.maximum)&&void 0!==n?n:"","}"):"[\\s\\S]*";return new RegExp("^".concat(r,"$"))}(e._zod.bag),e._zod.parse=function(n,r){if(t.coerce)try{n.value=String(n.value)}catch(r){}return"string"==typeof n.value||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}}),Hn=ut("$ZodStringFormat",function(e,t){On.init(e,t),Un.init(e,t)}),Wn=ut("$ZodGUID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Yt),Hn.init(e,t)}),Kn=ut("$ZodUUID",function(e,t){var n;if(t.version){var r,u={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(void 0===u)throw new Error('Invalid UUID version: "'.concat(t.version,'"'));null!==(r=t.pattern)&&void 0!==r||(t.pattern=Xt(u))}else null!==(n=t.pattern)&&void 0!==n||(t.pattern=Xt());Hn.init(e,t)}),Jn=ut("$ZodEmail",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=en),Hn.init(e,t)}),Qn=ut("$ZodURL",function(e,t){Hn.init(e,t),e._zod.check=function(n){try{var r=n.value.trim(),u=new URL(r);return t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(u.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:sn.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(u.protocol.endsWith(":")?u.protocol.slice(0,-1):u.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),void(t.normalize?n.value=u.href:n.value=r)}catch(r){n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),Gn=ut("$ZodEmoji",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Hn.init(e,t)}),Yn=ut("$ZodNanoID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Qt),Hn.init(e,t)}),Xn=ut("$ZodCUID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Ut),Hn.init(e,t)}),er=ut("$ZodCUID2",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Ht),Hn.init(e,t)}),tr=ut("$ZodULID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Wt),Hn.init(e,t)}),nr=ut("$ZodXID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Kt),Hn.init(e,t)}),rr=ut("$ZodKSUID",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Jt),Hn.init(e,t)}),ur=ut("$ZodISODateTime",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=function(e){var t=dn({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");var r="".concat(t,"(?:").concat(n.join("|"),")");return new RegExp("^".concat(ln,"T(?:").concat(r,")$"))}(t)),Hn.init(e,t)}),ar=ut("$ZodISODate",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=fn),Hn.init(e,t)}),ir=ut("$ZodISOTime",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=new RegExp("^".concat(dn(t),"$"))),Hn.init(e,t)}),or=ut("$ZodISODuration",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=Gt),Hn.init(e,t)}),sr=ut("$ZodIPv4",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=tn),Hn.init(e,t),e._zod.onattach.push(function(e){e._zod.bag.format="ipv4"})}),cr=ut("$ZodIPv6",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=nn),Hn.init(e,t),e._zod.onattach.push(function(e){e._zod.bag.format="ipv6"}),e._zod.check=function(n){try{new URL("http://[".concat(n.value,"]"))}catch(r){n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),lr=ut("$ZodCIDRv4",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=rn),Hn.init(e,t)}),fr=ut("$ZodCIDRv6",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=un),Hn.init(e,t),e._zod.check=function(n){var r=n.value.split("/");try{if(2!==r.length)throw new Error;var u=Se(r,2),a=u[0],i=u[1];if(!i)throw new Error;var o=Number(i);if("".concat(o)!==i)throw new Error;if(o<0||o>128)throw new Error;new URL("http://[".concat(a,"]"))}catch(r){n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function dr(e){if(""===e)return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch(e){return!1}}var pr=ut("$ZodBase64",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=an),Hn.init(e,t),e._zod.onattach.push(function(e){e._zod.bag.contentEncoding="base64"}),e._zod.check=function(n){dr(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}}),hr=ut("$ZodBase64URL",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=on),Hn.init(e,t),e._zod.onattach.push(function(e){e._zod.bag.contentEncoding="base64url"}),e._zod.check=function(n){(function(e){if(!on.test(e))return!1;var t=e.replace(/[-_]/g,function(e){return"-"===e?"+":"/"});return dr(t.padEnd(4*Math.ceil(t.length/4),"="))})(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),vr=ut("$ZodE164",function(e,t){var n;null!==(n=t.pattern)&&void 0!==n||(t.pattern=cn),Hn.init(e,t)}),mr=ut("$ZodJWT",function(e,t){Hn.init(e,t),e._zod.check=function(n){(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var n=e.split(".");if(3!==n.length)return!1;var r=Se(n,1)[0];if(!r)return!1;var u=JSON.parse(atob(r));return!("typ"in u&&"JWT"!==(null==u?void 0:u.typ)||!u.alg||t&&(!("alg"in u)||u.alg!==t))}catch(e){return!1}})(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),Dr=ut("$ZodNumber",function(e,t){var n;Vn.init(e,t),e._zod.pattern=null!==(n=e._zod.bag.pattern)&&void 0!==n?n:hn,e._zod.parse=function(n,r){if(t.coerce)try{n.value=Number(n.value)}catch(e){}var u=n.value;if("number"==typeof u&&!Number.isNaN(u)&&Number.isFinite(u))return n;var a="number"==typeof u?Number.isNaN(u)?"NaN":Number.isFinite(u)?void 0:"Infinity":void 0;return n.issues.push(Ce({expected:"number",code:"invalid_type",input:u,inst:e},a?{received:a}:{})),n}}),yr=ut("$ZodNumber",function(e,t){An.init(e,t),Dr.init(e,t)}),gr=ut("$ZodBoolean",function(e,t){Vn.init(e,t),e._zod.pattern=vn,e._zod.parse=function(n,r){if(t.coerce)try{n.value=Boolean(n.value)}catch(e){}var u=n.value;return"boolean"==typeof u||n.issues.push({expected:"boolean",code:"invalid_type",input:u,inst:e}),n}}),Fr=ut("$ZodNull",function(e,t){Vn.init(e,t),e._zod.pattern=mn,e._zod.values=new Set([null]),e._zod.parse=function(t,n){var r=t.value;return null===r||t.issues.push({expected:"null",code:"invalid_type",input:r,inst:e}),t}}),Er=ut("$ZodUnknown",function(e,t){Vn.init(e,t),e._zod.parse=function(e){return e}}),br=ut("$ZodNever",function(e,t){Vn.init(e,t),e._zod.parse=function(t,n){return t.issues.push({expected:"never",code:"invalid_type",input:t.value,inst:e}),t}});function Cr(e,t,n){var r;e.issues.length&&(r=t.issues).push.apply(r,xe(Bt(n,e.issues))),t.value[n]=e.value}var Ar=ut("$ZodArray",function(e,t){Vn.init(e,t),e._zod.parse=function(n,r){var u=n.value;if(!Array.isArray(u))return n.issues.push({expected:"array",code:"invalid_type",input:u,inst:e}),n;n.value=Array(u.length);for(var a=[],i=function(e){var i=u[e],o=t.element._zod.run({value:i,issues:[]},r);o instanceof Promise?a.push(o.then(function(t){return Cr(t,n,e)})):Cr(o,n,e)},o=0;o<u.length;o++)i(o);return a.length?Promise.all(a).then(function(){return n}):n}});function kr(e,t,n,r){var u;e.issues.length&&(u=t.issues).push.apply(u,xe(Bt(n,e.issues))),void 0===e.value?n in r&&(t.value[n]=void 0):t.value[n]=e.value}function wr(e){for(var t=Object.keys(e.shape),n=0,r=t;n<r.length;n++){var u,a=r[n];if(null===(u=e.shape)||void 0===u||null===(u=u[a])||void 0===u||null===(u=u._zod)||void 0===u||null===(u=u.traits)||void 0===u||!u.has("$ZodType"))throw new Error('Invalid element at key "'.concat(a,'": expected a Zod schema'))}var i,o=(i=e.shape,Object.keys(i).filter(function(e){return"optional"===i[e]._zod.optin&&"optional"===i[e]._zod.optout}));return Ce(Ce({},e),{},{keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(o)})}function _r(e,t,n,r,u,a){for(var i=[],o=u.keySet,s=u.catchall._zod,c=s.def.type,l=function(){var u=d[f];if(o.has(u))return 0;if("never"===c)return i.push(u),0;var a=s.run({value:t[u],issues:[]},r);a instanceof Promise?e.push(a.then(function(e){return kr(e,n,u,t)})):kr(a,n,u,t)},f=0,d=Object.keys(t);f<d.length;f++)l();return i.length&&n.issues.push({code:"unrecognized_keys",keys:i,input:t,inst:a}),e.length?Promise.all(e).then(function(){return n}):n}var Sr=ut("$ZodObject",function(e,t){Vn.init(e,t);var n=Object.getOwnPropertyDescriptor(t,"shape");if(null==n||!n.get){var r=t.shape;Object.defineProperty(t,"shape",{get:function(){var e=Ce({},r);return Object.defineProperty(t,"shape",{value:e}),e}})}var u=ft(function(){return wr(t)});vt(e._zod,"propValues",function(){var e=t.shape,n={};for(var r in e){var u=e[r]._zod;if(u.values){var a;null!==(a=n[r])&&void 0!==a||(n[r]=new Set);var i,o=me(u.values);try{for(o.s();!(i=o.n()).done;){var s=i.value;n[r].add(s)}}catch(e){o.e(e)}finally{o.f()}}}return n});var a,i=Ft,o=t.catchall;e._zod.parse=function(t,n){null!=a||(a=u.value);var r=t.value;if(!i(r))return t.issues.push({expected:"object",code:"invalid_type",input:r,inst:e}),t;t.value={};var s,c=[],l=a.shape,f=me(a.keys);try{var d=function(){var e=s.value,u=l[e]._zod.run({value:r[e],issues:[]},n);u instanceof Promise?c.push(u.then(function(n){return kr(n,t,e,r)})):kr(u,t,e,r)};for(f.s();!(s=f.n()).done;)d()}catch(e){f.e(e)}finally{f.f()}return o?_r(c,r,t,n,u.value,e):c.length?Promise.all(c).then(function(){return t}):t}}),xr=ut("$ZodObjectJIT",function(e,t){Sr.init(e,t);var n,r,u=e._zod.parse,a=ft(function(){return wr(t)}),i=Ft,o=!ot.jitless,s=o&&Et.value,c=t.catchall;e._zod.parse=function(l,f){null!=r||(r=a.value);var d=l.value;return i(d)?o&&s&&!1===(null==f?void 0:f.async)&&!0!==f.jitless?(n||(n=function(e){var t=new $n(["shape","payload","ctx"]),n=a.value,r=function(e){var t=yt(e);return"shape[".concat(t,"]._zod.run({ value: input[").concat(t,"], issues: [] }, ctx)")};t.write("const input = payload.value;");var u,i=Object.create(null),o=0,s=me(n.keys);try{for(s.s();!(u=s.n()).done;)i[u.value]="key_".concat(o++)}catch(e){s.e(e)}finally{s.f()}t.write("const newResult = {};");var c,l=me(n.keys);try{for(l.s();!(c=l.n()).done;){var f=c.value,d=i[f],p=yt(f);t.write("const ".concat(d," = ").concat(r(f),";")),t.write("\n if (".concat(d,".issues.length) {\n payload.issues = payload.issues.concat(").concat(d,".issues.map(iss => ({\n ...iss,\n path: iss.path ? [").concat(p,", ...iss.path] : [").concat(p,"]\n })));\n }\n \n \n if (").concat(d,".value === undefined) {\n if (").concat(p," in input) {\n newResult[").concat(p,"] = undefined;\n }\n } else {\n newResult[").concat(p,"] = ").concat(d,".value;\n }\n \n "))}}catch(e){l.e(e)}finally{l.f()}t.write("payload.value = newResult;"),t.write("return payload;");var h=t.compile();return function(t,n){return h(e,t,n)}}(t.shape)),l=n(l,f),c?_r([],d,l,f,r,e):l):u(l,f):(l.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),l)}});function Br(e,t,n,r){var u,a=me(e);try{for(a.s();!(u=a.n()).done;){var i=u.value;if(0===i.issues.length)return t.value=i.value,t}}catch(e){a.e(e)}finally{a.f()}var o=e.filter(function(e){return!xt(e)});return 1===o.length?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(function(e){return e.issues.map(function(e){return It(e,r,st())})})}),t)}var Or=ut("$ZodUnion",function(e,t){Vn.init(e,t),vt(e._zod,"optin",function(){return t.options.some(function(e){return"optional"===e._zod.optin})?"optional":void 0}),vt(e._zod,"optout",function(){return t.options.some(function(e){return"optional"===e._zod.optout})?"optional":void 0}),vt(e._zod,"values",function(){if(t.options.every(function(e){return e._zod.values}))return new Set(t.options.flatMap(function(e){return Array.from(e._zod.values)}))}),vt(e._zod,"pattern",function(){if(t.options.every(function(e){return e._zod.pattern})){var e=t.options.map(function(e){return e._zod.pattern});return new RegExp("^(".concat(e.map(function(e){return pt(e.source)}).join("|"),")$"))}});var n=1===t.options.length,r=t.options[0]._zod.run;e._zod.parse=function(u,a){if(n)return r(u,a);var i,o=!1,s=[],c=me(t.options);try{for(c.s();!(i=c.n()).done;){var l=i.value._zod.run({value:u.value,issues:[]},a);if(l instanceof Promise)s.push(l),o=!0;else{if(0===l.issues.length)return l;s.push(l)}}}catch(e){c.e(e)}finally{c.f()}return o?Promise.all(s).then(function(t){return Br(t,u,e,a)}):Br(s,u,e,a)}}),Ir=ut("$ZodDiscriminatedUnion",function(e,t){Or.init(e,t);var n=e._zod.parse;vt(e._zod,"propValues",function(){var e,n={},r=me(t.options);try{for(r.s();!(e=r.n()).done;){var u=e.value,a=u._zod.propValues;if(!a||0===Object.keys(a).length)throw new Error('Invalid discriminated union option at index "'.concat(t.options.indexOf(u),'"'));for(var i=0,o=Object.entries(a);i<o.length;i++){var s=Se(o[i],2),c=s[0],l=s[1];n[c]||(n[c]=new Set);var f,d=me(l);try{for(d.s();!(f=d.n()).done;){var p=f.value;n[c].add(p)}}catch(e){d.e(e)}finally{d.f()}}}}catch(e){r.e(e)}finally{r.f()}return n});var r=ft(function(){var e,n=t.options,r=new Map,u=me(n);try{for(u.s();!(e=u.n()).done;){var a,i=e.value,o=null===(a=i._zod.propValues)||void 0===a?void 0:a[t.discriminator];if(!o||0===o.size)throw new Error('Invalid discriminated union option at index "'.concat(t.options.indexOf(i),'"'));var s,c=me(o);try{for(c.s();!(s=c.n()).done;){var l=s.value;if(r.has(l))throw new Error('Duplicate discriminator value "'.concat(String(l),'"'));r.set(l,i)}}catch(e){c.e(e)}finally{c.f()}}}catch(e){u.e(e)}finally{u.f()}return r});e._zod.parse=function(u,a){var i=u.value;if(!Ft(i))return u.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),u;var o=r.value.get(null==i?void 0:i[t.discriminator]);return o?o._zod.run(u,a):t.unionFallback?n(u,a):(u.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:i,path:[t.discriminator],inst:e}),u)}}),Tr=ut("$ZodIntersection",function(e,t){Vn.init(e,t),e._zod.parse=function(e,n){var r=e.value,u=t.left._zod.run({value:r,issues:[]},n),a=t.right._zod.run({value:r,issues:[]},n);return u instanceof Promise||a instanceof Promise?Promise.all([u,a]).then(function(t){var n=Se(t,2),r=n[0],u=n[1];return jr(e,r,u)}):jr(e,u,a)}});function Pr(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e===+t)return{valid:!0,data:e};if(bt(e)&&bt(t)){var n,r=Object.keys(t),u=Object.keys(e).filter(function(e){return-1!==r.indexOf(e)}),a=Ce(Ce({},e),t),i=me(u);try{for(i.s();!(n=i.n()).done;){var o=n.value,s=Pr(e[o],t[o]);if(!s.valid)return{valid:!1,mergeErrorPath:[o].concat(xe(s.mergeErrorPath))};a[o]=s.data}}catch(e){i.e(e)}finally{i.f()}return{valid:!0,data:a}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};for(var c=[],l=0;l<e.length;l++){var f=Pr(e[l],t[l]);if(!f.valid)return{valid:!1,mergeErrorPath:[l].concat(xe(f.mergeErrorPath))};c.push(f.data)}return{valid:!0,data:c}}return{valid:!1,mergeErrorPath:[]}}function jr(e,t,n){var r,u;if(t.issues.length&&(r=e.issues).push.apply(r,xe(t.issues)),n.issues.length&&(u=e.issues).push.apply(u,xe(n.issues)),xt(e))return e;var a=Pr(t.value,n.value);if(!a.valid)throw new Error("Unmergable intersection. Error path: "+"".concat(JSON.stringify(a.mergeErrorPath)));return e.value=a.data,e}var Nr=ut("$ZodRecord",function(e,t){Vn.init(e,t),e._zod.parse=function(n,r){var u=n.value;if(!bt(u))return n.issues.push({expected:"record",code:"invalid_type",input:u,inst:e}),n;var a=[];if(t.keyType._zod.values){var i=t.keyType._zod.values;n.value={};var o,s,c=me(i);try{var l=function(){var e=o.value;if("string"==typeof e||"number"==typeof e||"symbol"===Oe(e)){var i,s=t.valueType._zod.run({value:u[e],issues:[]},r);if(s instanceof Promise)a.push(s.then(function(t){var r;t.issues.length&&(r=n.issues).push.apply(r,xe(Bt(e,t.issues))),n.value[e]=t.value}));else s.issues.length&&(i=n.issues).push.apply(i,xe(Bt(e,s.issues))),n.value[e]=s.value}};for(c.s();!(o=c.n()).done;)l()}catch(e){c.e(e)}finally{c.f()}for(var f in u)i.has(f)||(s=null!=s?s:[]).push(f);s&&s.length>0&&n.issues.push({code:"unrecognized_keys",input:u,inst:e,keys:s})}else{n.value={};var d,p=me(Reflect.ownKeys(u));try{var h=function(){var i=d.value;if("__proto__"===i)return 0;var o=t.keyType._zod.run({value:i,issues:[]},r);if(o instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(o.issues.length)return n.issues.push({code:"invalid_key",origin:"record",issues:o.issues.map(function(e){return It(e,r,st())}),input:i,path:[i],inst:e}),n.value[o.value]=o.value,0;var s,c=t.valueType._zod.run({value:u[i],issues:[]},r);c instanceof Promise?a.push(c.then(function(e){var t;e.issues.length&&(t=n.issues).push.apply(t,xe(Bt(i,e.issues))),n.value[o.value]=e.value})):(c.issues.length&&(s=n.issues).push.apply(s,xe(Bt(i,c.issues))),n.value[o.value]=c.value)};for(p.s();!(d=p.n()).done;)h()}catch(e){p.e(e)}finally{p.f()}}return a.length?Promise.all(a).then(function(){return n}):n}}),zr=ut("$ZodEnum",function(e,t){Vn.init(e,t);var n=ct(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=new RegExp("^(".concat(n.filter(function(e){return At.has(Oe(e))}).map(function(e){return"string"==typeof e?kt(e):e.toString()}).join("|"),")$")),e._zod.parse=function(t,u){var a=t.value;return r.has(a)||t.issues.push({code:"invalid_value",values:n,input:a,inst:e}),t}}),Rr=ut("$ZodLiteral",function(e,t){if(Vn.init(e,t),0===t.values.length)throw new Error("Cannot create literal schema with no valid values");e._zod.values=new Set(t.values),e._zod.pattern=new RegExp("^(".concat(t.values.map(function(e){return"string"==typeof e?kt(e):e?kt(e.toString()):String(e)}).join("|"),")$")),e._zod.parse=function(n,r){var u=n.value;return e._zod.values.has(u)||n.issues.push({code:"invalid_value",values:t.values,input:u,inst:e}),n}}),Mr=ut("$ZodTransform",function(e,t){Vn.init(e,t),e._zod.parse=function(n,r){if("backward"===r.direction)throw new it(e.constructor.name);var u=t.transform(n.value,n);if(r.async)return(u instanceof Promise?u:Promise.resolve(u)).then(function(e){return n.value=e,n});if(u instanceof Promise)throw new at;return n.value=u,n}});function Zr(e,t){return e.issues.length&&void 0===t?{issues:[],value:void 0}:e}var Lr=ut("$ZodOptional",function(e,t){Vn.init(e,t),e._zod.optin="optional",e._zod.optout="optional",vt(e._zod,"values",function(){return t.innerType._zod.values?new Set([].concat(xe(t.innerType._zod.values),[void 0])):void 0}),vt(e._zod,"pattern",function(){var e=t.innerType._zod.pattern;return e?new RegExp("^(".concat(pt(e.source),")?$")):void 0}),e._zod.parse=function(e,n){if("optional"===t.innerType._zod.optin){var r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(function(t){return Zr(t,e.value)}):Zr(r,e.value)}return void 0===e.value?e:t.innerType._zod.run(e,n)}}),$r=ut("$ZodNullable",function(e,t){Vn.init(e,t),vt(e._zod,"optin",function(){return t.innerType._zod.optin}),vt(e._zod,"optout",function(){return t.innerType._zod.optout}),vt(e._zod,"pattern",function(){var e=t.innerType._zod.pattern;return e?new RegExp("^(".concat(pt(e.source),"|null)$")):void 0}),vt(e._zod,"values",function(){return t.innerType._zod.values?new Set([].concat(xe(t.innerType._zod.values),[null])):void 0}),e._zod.parse=function(e,n){return null===e.value?e:t.innerType._zod.run(e,n)}}),qr=ut("$ZodDefault",function(e,t){Vn.init(e,t),e._zod.optin="optional",vt(e._zod,"values",function(){return t.innerType._zod.values}),e._zod.parse=function(e,n){if("backward"===n.direction)return t.innerType._zod.run(e,n);if(void 0===e.value)return e.value=t.defaultValue,e;var r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(function(e){return Vr(e,t)}):Vr(r,t)}});function Vr(e,t){return void 0===e.value&&(e.value=t.defaultValue),e}var Ur=ut("$ZodPrefault",function(e,t){Vn.init(e,t),e._zod.optin="optional",vt(e._zod,"values",function(){return t.innerType._zod.values}),e._zod.parse=function(e,n){return"backward"===n.direction||void 0===e.value&&(e.value=t.defaultValue),t.innerType._zod.run(e,n)}}),Hr=ut("$ZodNonOptional",function(e,t){Vn.init(e,t),vt(e._zod,"values",function(){var e=t.innerType._zod.values;return e?new Set(xe(e).filter(function(e){return void 0!==e})):void 0}),e._zod.parse=function(n,r){var u=t.innerType._zod.run(n,r);return u instanceof Promise?u.then(function(t){return Wr(t,e)}):Wr(u,e)}});function Wr(e,t){return e.issues.length||void 0!==e.value||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var Kr=ut("$ZodCatch",function(e,t){Vn.init(e,t),vt(e._zod,"optin",function(){return t.innerType._zod.optin}),vt(e._zod,"optout",function(){return t.innerType._zod.optout}),vt(e._zod,"values",function(){return t.innerType._zod.values}),e._zod.parse=function(e,n){if("backward"===n.direction)return t.innerType._zod.run(e,n);var r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(function(r){return e.value=r.value,r.issues.length&&(e.value=t.catchValue(Ce(Ce({},e),{},{error:{issues:r.issues.map(function(e){return It(e,n,st())})},input:e.value})),e.issues=[]),e}):(e.value=r.value,r.issues.length&&(e.value=t.catchValue(Ce(Ce({},e),{},{error:{issues:r.issues.map(function(e){return It(e,n,st())})},input:e.value})),e.issues=[]),e)}}),Jr=ut("$ZodPipe",function(e,t){Vn.init(e,t),vt(e._zod,"values",function(){return t.in._zod.values}),vt(e._zod,"optin",function(){return t.in._zod.optin}),vt(e._zod,"optout",function(){return t.out._zod.optout}),vt(e._zod,"propValues",function(){return t.in._zod.propValues}),e._zod.parse=function(e,n){if("backward"===n.direction){var r=t.out._zod.run(e,n);return r instanceof Promise?r.then(function(e){return Qr(e,t.in,n)}):Qr(r,t.in,n)}var u=t.in._zod.run(e,n);return u instanceof Promise?u.then(function(e){return Qr(e,t.out,n)}):Qr(u,t.out,n)}});function Qr(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},n)}var Gr=ut("$ZodReadonly",function(e,t){Vn.init(e,t),vt(e._zod,"propValues",function(){return t.innerType._zod.propValues}),vt(e._zod,"values",function(){return t.innerType._zod.values}),vt(e._zod,"optin",function(){return t.innerType._zod.optin}),vt(e._zod,"optout",function(){return t.innerType._zod.optout}),e._zod.parse=function(e,n){if("backward"===n.direction)return t.innerType._zod.run(e,n);var r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(Yr):Yr(r)}});function Yr(e){return e.value=Object.freeze(e.value),e}var Xr=ut("$ZodLazy",function(e,t){Vn.init(e,t),vt(e._zod,"innerType",function(){return t.getter()}),vt(e._zod,"pattern",function(){return e._zod.innerType._zod.pattern}),vt(e._zod,"propValues",function(){return e._zod.innerType._zod.propValues}),vt(e._zod,"optin",function(){var t;return null!==(t=e._zod.innerType._zod.optin)&&void 0!==t?t:void 0}),vt(e._zod,"optout",function(){var t;return null!==(t=e._zod.innerType._zod.optout)&&void 0!==t?t:void 0}),e._zod.parse=function(t,n){return e._zod.innerType._zod.run(t,n)}}),eu=ut("$ZodCustom",function(e,t){gn.init(e,t),Vn.init(e,t),e._zod.parse=function(e,t){return e},e._zod.check=function(n){var r=n.value,u=t.fn(r);if(u instanceof Promise)return u.then(function(t){return tu(t,n,r,e)});tu(u,n,r,e)}});function tu(e,t,n,r){if(!e){var u,a={code:"custom",input:n,inst:r,path:xe(null!==(u=r._zod.def.path)&&void 0!==u?u:[]),continue:!r._zod.def.abort};r._zod.def.params&&(a.params=r._zod.def.params),t.issues.push(jt(a))}}var nu=ve(function e(){de(this,e),this._map=new WeakMap,this._idmap=new Map},[{key:"add",value:function(e){var t=arguments.length<=1?void 0:arguments[1];if(this._map.set(e,t),t&&"object"===Oe(t)&&"id"in t){if(this._idmap.has(t.id))throw new Error("ID ".concat(t.id," already exists in the registry"));this._idmap.set(t.id,e)}return this}},{key:"clear",value:function(){return this._map=new WeakMap,this._idmap=new Map,this}},{key:"remove",value:function(e){var t=this._map.get(e);return t&&"object"===Oe(t)&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}},{key:"get",value:function(e){var t=e._zod.parent;if(t){var n,r=Ce({},null!==(n=this.get(t))&&void 0!==n?n:{});delete r.id;var u=Ce(Ce({},r),this._map.get(e));return Object.keys(u).length?u:void 0}return this._map.get(e)}},{key:"has",value:function(e){return this._map.has(e)}}]);var ru=new nu;function uu(e,t){return new e(Ce({type:"string",format:"guid",check:"string_format",abort:!1},_t(t)))}function au(e,t){return new e(Ce({type:"string",format:"base64",check:"string_format",abort:!1},_t(t)))}function iu(e,t){return new En(Ce(Ce({check:"less_than"},_t(t)),{},{value:e,inclusive:!1}))}function ou(e,t){return new En(Ce(Ce({check:"less_than"},_t(t)),{},{value:e,inclusive:!0}))}function su(e,t){return new bn(Ce(Ce({check:"greater_than"},_t(t)),{},{value:e,inclusive:!1}))}function cu(e,t){return new bn(Ce(Ce({check:"greater_than"},_t(t)),{},{value:e,inclusive:!0}))}function lu(e,t){return new Cn(Ce(Ce({check:"multiple_of"},_t(t)),{},{value:e}))}function fu(e,t){return new Sn(Ce(Ce({check:"max_length"},_t(t)),{},{maximum:e}))}function du(e,t){return new xn(Ce(Ce({check:"min_length"},_t(t)),{},{minimum:e}))}function pu(e,t){return new Bn(Ce(Ce({check:"length_equals"},_t(t)),{},{length:e}))}function hu(e,t){return new In(Ce(Ce({check:"string_format",format:"regex"},_t(t)),{},{pattern:e}))}function vu(e){return new Tn(Ce({check:"string_format",format:"lowercase"},_t(e)))}function mu(e){return new Pn(Ce({check:"string_format",format:"uppercase"},_t(e)))}function Du(e,t){return new jn(Ce(Ce({check:"string_format",format:"includes"},_t(t)),{},{includes:e}))}function yu(e,t){return new Nn(Ce(Ce({check:"string_format",format:"starts_with"},_t(t)),{},{prefix:e}))}function gu(e,t){return new zn(Ce(Ce({check:"string_format",format:"ends_with"},_t(t)),{},{suffix:e}))}function Fu(e){return new Ln({check:"overwrite",tx:e})}function Eu(e){return Fu(function(t){return t.normalize(e)})}function bu(){return Fu(function(e){return e.trim()})}function Cu(){return Fu(function(e){return e.toLowerCase()})}function Au(){return Fu(function(e){return e.toUpperCase()})}var ku=ve(function e(t){var n,r,u,a,i;de(this,e),this.counter=0,this.metadataRegistry=null!==(n=null==t?void 0:t.metadata)&&void 0!==n?n:ru,this.target=null!==(r=null==t?void 0:t.target)&&void 0!==r?r:"draft-2020-12",this.unrepresentable=null!==(u=null==t?void 0:t.unrepresentable)&&void 0!==u?u:"throw",this.override=null!==(a=null==t?void 0:t.override)&&void 0!==a?a:function(){},this.io=null!==(i=null==t?void 0:t.io)&&void 0!==i?i:"output",this.seen=new Map},[{key:"process",value:function(e){var t,n,r,u,a=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{path:[],schemaPath:[]},o=e._zod.def,s=this.seen.get(e);if(s)return s.count++,i.schemaPath.includes(e)&&(s.cycle=i.path),s.schema;var c={schema:{},count:1,cycle:void 0,path:i.path};this.seen.set(e,c);var l=null===(t=(n=e._zod).toJSONSchema)||void 0===t?void 0:t.call(n);if(l)c.schema=l;else{var f=Ce(Ce({},i),{},{schemaPath:[].concat(xe(i.schemaPath),[e]),path:i.path}),d=e._zod.parent;if(d)c.ref=d,this.process(d,f),this.seen.get(d).isParent=!0;else{var p=c.schema;switch(o.type){case"string":var h=p;h.type="string";var v,m=e._zod.bag,D=m.minimum,y=m.maximum,g=m.format,F=m.patterns,E=m.contentEncoding;if("number"==typeof D&&(h.minLength=D),"number"==typeof y&&(h.maxLength=y),g&&(h.format=null!==(v={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""}[g])&&void 0!==v?v:g,""===h.format&&delete h.format),E&&(h.contentEncoding=E),F&&F.size>0){var b=xe(F);1===b.length?h.pattern=b[0].source:b.length>1&&(c.schema.allOf=xe(b.map(function(e){return Ce(Ce({},"draft-7"===a.target||"draft-4"===a.target||"openapi-3.0"===a.target?{type:"string"}:{}),{},{pattern:e.source})})))}break;case"number":var C=p,A=e._zod.bag,k=A.minimum,w=A.maximum,_=A.format,S=A.multipleOf,x=A.exclusiveMaximum,B=A.exclusiveMinimum;"string"==typeof _&&_.includes("int")?C.type="integer":C.type="number","number"==typeof B&&("draft-4"===this.target||"openapi-3.0"===this.target?(C.minimum=B,C.exclusiveMinimum=!0):C.exclusiveMinimum=B),"number"==typeof k&&(C.minimum=k,"number"==typeof B&&"draft-4"!==this.target&&(B>=k?delete C.minimum:delete C.exclusiveMinimum)),"number"==typeof x&&("draft-4"===this.target||"openapi-3.0"===this.target?(C.maximum=x,C.exclusiveMaximum=!0):C.exclusiveMaximum=x),"number"==typeof w&&(C.maximum=w,"number"==typeof x&&"draft-4"!==this.target&&(x<=w?delete C.maximum:delete C.exclusiveMaximum)),"number"==typeof S&&(C.multipleOf=S);break;case"boolean":case"success":p.type="boolean";break;case"bigint":if("throw"===this.unrepresentable)throw new Error("BigInt cannot be represented in JSON Schema");break;case"symbol":if("throw"===this.unrepresentable)throw new Error("Symbols cannot be represented in JSON Schema");break;case"null":"openapi-3.0"===this.target?(p.type="string",p.nullable=!0,p.enum=[null]):p.type="null";break;case"any":case"unknown":break;case"undefined":if("throw"===this.unrepresentable)throw new Error("Undefined cannot be represented in JSON Schema");break;case"void":if("throw"===this.unrepresentable)throw new Error("Void cannot be represented in JSON Schema");break;case"never":p.not={};break;case"date":if("throw"===this.unrepresentable)throw new Error("Date cannot be represented in JSON Schema");break;case"array":var O=p,I=e._zod.bag,T=I.minimum,P=I.maximum;"number"==typeof T&&(O.minItems=T),"number"==typeof P&&(O.maxItems=P),O.type="array",O.items=this.process(o.element,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["items"])}));break;case"object":var j,N=p;N.type="object",N.properties={};var z=o.shape;for(var R in z)N.properties[R]=this.process(z[R],Ce(Ce({},f),{},{path:[].concat(xe(f.path),["properties",R])}));var M=new Set(Object.keys(z)),Z=new Set(xe(M).filter(function(e){var t=o.shape[e]._zod;return"input"===a.io?void 0===t.optin:void 0===t.optout}));Z.size>0&&(N.required=Array.from(Z)),"never"===(null===(j=o.catchall)||void 0===j?void 0:j._zod.def.type)?N.additionalProperties=!1:o.catchall?o.catchall&&(N.additionalProperties=this.process(o.catchall,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["additionalProperties"])}))):"output"===this.io&&(N.additionalProperties=!1);break;case"union":var L=p,$=o.options.map(function(e,t){return a.process(e,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["anyOf",t])}))});L.anyOf=$;break;case"intersection":var q=p,V=this.process(o.left,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["allOf",0])})),U=this.process(o.right,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["allOf",1])})),H=function(e){return"allOf"in e&&1===Object.keys(e).length},W=[].concat(xe(H(V)?V.allOf:[V]),xe(H(U)?U.allOf:[U]));q.allOf=W;break;case"tuple":var K=p;K.type="array";var J="draft-2020-12"===this.target?"prefixItems":"items",Q="draft-2020-12"===this.target||"openapi-3.0"===this.target?"items":"additionalItems",G=o.items.map(function(e,t){return a.process(e,Ce(Ce({},f),{},{path:[].concat(xe(f.path),[J,t])}))}),Y=o.rest?this.process(o.rest,Ce(Ce({},f),{},{path:[].concat(xe(f.path),[Q],xe("openapi-3.0"===this.target?[o.items.length]:[]))})):null;"draft-2020-12"===this.target?(K.prefixItems=G,Y&&(K.items=Y)):"openapi-3.0"===this.target?(K.items={anyOf:G},Y&&K.items.anyOf.push(Y),K.minItems=G.length,Y||(K.maxItems=G.length)):(K.items=G,Y&&(K.additionalItems=Y));var X=e._zod.bag,ee=X.minimum,te=X.maximum;"number"==typeof ee&&(K.minItems=ee),"number"==typeof te&&(K.maxItems=te);break;case"record":var ne=p;ne.type="object","draft-7"!==this.target&&"draft-2020-12"!==this.target||(ne.propertyNames=this.process(o.keyType,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["propertyNames"])}))),ne.additionalProperties=this.process(o.valueType,Ce(Ce({},f),{},{path:[].concat(xe(f.path),["additionalProperties"])}));break;case"map":if("throw"===this.unrepresentable)throw new Error("Map cannot be represented in JSON Schema");break;case"set":if("throw"===this.unrepresentable)throw new Error("Set cannot be represented in JSON Schema");break;case"enum":var re=p,ue=ct(o.entries);ue.every(function(e){return"number"==typeof e})&&(re.type="number"),ue.every(function(e){return"string"==typeof e})&&(re.type="string"),re.enum=ue;break;case"literal":var ae,ie=p,oe=[],se=me(o.values);try{for(se.s();!(ae=se.n()).done;){var ce=ae.value;if(void 0===ce){if("throw"===this.unrepresentable)throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if("bigint"==typeof ce){if("throw"===this.unrepresentable)throw new Error("BigInt literals cannot be represented in JSON Schema");oe.push(Number(ce))}else oe.push(ce)}}catch(e){se.e(e)}finally{se.f()}if(0===oe.length);else if(1===oe.length){var le=oe[0];ie.type=null===le?"null":Oe(le),"draft-4"===this.target||"openapi-3.0"===this.target?ie.enum=[le]:ie.const=le}else oe.every(function(e){return"number"==typeof e})&&(ie.type="number"),oe.every(function(e){return"string"==typeof e})&&(ie.type="string"),oe.every(function(e){return"boolean"==typeof e})&&(ie.type="string"),oe.every(function(e){return null===e})&&(ie.type="null"),ie.enum=oe;break;case"file":var fe=p,de={type:"string",format:"binary",contentEncoding:"binary"},pe=e._zod.bag,he=pe.minimum,ve=pe.maximum,De=pe.mime;void 0!==he&&(de.minLength=he),void 0!==ve&&(de.maxLength=ve),De?1===De.length?(de.contentMediaType=De[0],Object.assign(fe,de)):fe.anyOf=De.map(function(e){return Ce(Ce({},de),{},{contentMediaType:e})}):Object.assign(fe,de);break;case"transform":if("throw"===this.unrepresentable)throw new Error("Transforms cannot be represented in JSON Schema");break;case"nullable":var ye=this.process(o.innerType,f);"openapi-3.0"===this.target?(c.ref=o.innerType,p.nullable=!0):p.anyOf=[ye,{type:"null"}];break;case"nonoptional":case"promise":case"optional":this.process(o.innerType,f),c.ref=o.innerType;break;case"default":this.process(o.innerType,f),c.ref=o.innerType,p.default=JSON.parse(JSON.stringify(o.defaultValue));break;case"prefault":this.process(o.innerType,f),c.ref=o.innerType,"input"===this.io&&(p._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break;case"catch":var ge;this.process(o.innerType,f),c.ref=o.innerType;try{ge=o.catchValue(void 0)}catch(e){throw new Error("Dynamic catch values are not supported in JSON Schema")}p.default=ge;break;case"nan":if("throw"===this.unrepresentable)throw new Error("NaN cannot be represented in JSON Schema");break;case"template_literal":var Fe=p,Ee=e._zod.pattern;if(!Ee)throw new Error("Pattern not found in template literal");Fe.type="string",Fe.pattern=Ee.source;break;case"pipe":var be="input"===this.io?"transform"===o.in._zod.def.type?o.out:o.in:o.out;this.process(be,f),c.ref=be;break;case"readonly":this.process(o.innerType,f),c.ref=o.innerType,p.readOnly=!0;break;case"lazy":var Ae=e._zod.innerType;this.process(Ae,f),c.ref=Ae;break;case"custom":if("throw"===this.unrepresentable)throw new Error("Custom types cannot be represented in JSON Schema");break;case"function":if("throw"===this.unrepresentable)throw new Error("Function types cannot be represented in JSON Schema")}}}var ke=this.metadataRegistry.get(e);return ke&&Object.assign(c.schema,ke),"input"===this.io&&wu(e)&&(delete c.schema.examples,delete c.schema.default),"input"===this.io&&c.schema._prefault&&(null!==(r=(u=c.schema).default)&&void 0!==r||(u.default=c.schema._prefault)),delete c.schema._prefault,this.seen.get(e).schema}},{key:"emit",value:function(e,t){var n,r,u,a,i,o,s=this,c={cycles:null!==(n=null==t?void 0:t.cycles)&&void 0!==n?n:"ref",reused:null!==(r=null==t?void 0:t.reused)&&void 0!==r?r:"inline",external:null!==(u=null==t?void 0:t.external)&&void 0!==u?u:void 0},l=this.seen.get(e);if(!l)throw new Error("Unprocessed schema. This is a bug in Zod.");var f=function(e){if(!e[1].schema.$ref){var t=e[1],n=function(e){var t,n="draft-2020-12"===s.target?"$defs":"definitions";if(c.external){var r,u,a,i,o=null===(r=c.external.registry.get(e[0]))||void 0===r?void 0:r.id,f=null!==(u=c.external.uri)&&void 0!==u?u:function(e){return e};if(o)return{ref:f(o)};var d=null!==(a=null!==(i=e[1].defId)&&void 0!==i?i:e[1].schema.id)&&void 0!==a?a:"schema".concat(s.counter++);return e[1].defId=d,{defId:d,ref:"".concat(f("__shared"),"#/").concat(n,"/").concat(d)}}if(e[1]===l)return{ref:"#"};var p="".concat("#","/").concat(n,"/"),h=null!==(t=e[1].schema.id)&&void 0!==t?t:"__schema".concat(s.counter++);return{defId:h,ref:p+h}}(e),r=n.ref,u=n.defId;t.def=Ce({},t.schema),u&&(t.defId=u);var a=t.schema;for(var i in a)delete a[i];a.$ref=r}};if("throw"===c.cycles){var d,p=me(this.seen.entries());try{for(p.s();!(d=p.n()).done;){var h,v=d.value[1];if(v.cycle)throw new Error("Cycle detected: "+"#/".concat(null===(h=v.cycle)||void 0===h?void 0:h.join("/"),"/<root>")+'\n\nSet the `cycles` parameter to `"ref"` to resolve cyclical schemas with defs.')}}catch(e){p.e(e)}finally{p.f()}}var m,D=me(this.seen.entries());try{for(D.s();!(m=D.n()).done;){var y,g=m.value,F=g[1];if(e!==g[0]){if(c.external){var E,b=null===(E=c.external.registry.get(g[0]))||void 0===E?void 0:E.id;if(e!==g[0]&&b){f(g);continue}}((null===(y=this.metadataRegistry.get(g[0]))||void 0===y?void 0:y.id)||F.cycle||F.count>1&&"ref"===c.reused)&&f(g)}else f(g)}}catch(e){D.e(e)}finally{D.f()}var C,A=function(e,t){var n,r,u=s.seen.get(e),a=null!==(n=u.def)&&void 0!==n?n:u.schema,i=Ce({},a);if(null!==u.ref){var o=u.ref;if(u.ref=null,o){A(o,t);var c,l=s.seen.get(o).schema;!l.$ref||"draft-7"!==t.target&&"draft-4"!==t.target&&"openapi-3.0"!==t.target?(Object.assign(a,l),Object.assign(a,i)):(a.allOf=null!==(c=a.allOf)&&void 0!==c?c:[],a.allOf.push(l))}u.isParent||s.override({zodSchema:e,jsonSchema:a,path:null!==(r=u.path)&&void 0!==r?r:[]})}},k=me(xe(this.seen.entries()).reverse());try{for(k.s();!(C=k.n()).done;){var w=C.value;A(w[0],{target:this.target})}}catch(e){k.e(e)}finally{k.f()}var _={};if("draft-2020-12"===this.target?_.$schema="https://json-schema.org/draft/2020-12/schema":"draft-7"===this.target?_.$schema="http://json-schema.org/draft-07/schema#":"draft-4"===this.target?_.$schema="http://json-schema.org/draft-04/schema#":"openapi-3.0"===this.target||console.warn("Invalid target: ".concat(this.target)),null!==(a=c.external)&&void 0!==a&&a.uri){var S,x=null===(S=c.external.registry.get(e))||void 0===S?void 0:S.id;if(!x)throw new Error("Schema is missing an `id` property");_.$id=c.external.uri(x)}Object.assign(_,l.def);var B,O=null!==(i=null===(o=c.external)||void 0===o?void 0:o.defs)&&void 0!==i?i:{},I=me(this.seen.entries());try{for(I.s();!(B=I.n()).done;){var T=B.value[1];T.def&&T.defId&&(O[T.defId]=T.def)}}catch(e){I.e(e)}finally{I.f()}c.external||Object.keys(O).length>0&&("draft-2020-12"===this.target?_.$defs=O:_.definitions=O);try{return JSON.parse(JSON.stringify(_))}catch(e){throw new Error("Error converting schema to JSON.")}}}]);function wu(e,t){var n=null!=t?t:{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);var r=e._zod.def;switch(r.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":case"custom":case"success":case"catch":case"function":return!1;case"array":return wu(r.element,n);case"object":for(var u in r.shape)if(wu(r.shape[u],n))return!0;return!1;case"union":var a,i=me(r.options);try{for(i.s();!(a=i.n()).done;)if(wu(a.value,n))return!0}catch(e){i.e(e)}finally{i.f()}return!1;case"intersection":return wu(r.left,n)||wu(r.right,n);case"tuple":var o,s=me(r.items);try{for(s.s();!(o=s.n()).done;)if(wu(o.value,n))return!0}catch(e){s.e(e)}finally{s.f()}return!(!r.rest||!wu(r.rest,n));case"record":case"map":return wu(r.keyType,n)||wu(r.valueType,n);case"set":return wu(r.valueType,n);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":case"default":case"prefault":return wu(r.innerType,n);case"lazy":return wu(r.getter(),n);case"transform":return!0;case"pipe":return wu(r.in,n)||wu(r.out,n)}throw new Error("Unknown schema type: ".concat(r.type))}var _u=Object.freeze({__proto__:null,endsWith:gu,gt:su,gte:cu,includes:Du,length:pu,lowercase:vu,lt:iu,lte:ou,maxLength:fu,maxSize:function(e,t){return new kn(Ce(Ce({check:"max_size"},_t(t)),{},{maximum:e}))},mime:function(e,t){return new Zn(Ce({check:"mime_type",mime:e},_t(t)))},minLength:du,minSize:function(e,t){return new wn(Ce(Ce({check:"min_size"},_t(t)),{},{minimum:e}))},multipleOf:lu,negative:function(e){return iu(0,e)},nonnegative:function(e){return cu(0,e)},nonpositive:function(e){return ou(0,e)},normalize:Eu,overwrite:Fu,positive:function(e){return su(0,e)},property:function(e,t,n){return new Mn(Ce({check:"property",property:e,schema:t},_t(n)))},regex:hu,size:function(e,t){return new _n(Ce(Ce({check:"size_equals"},_t(t)),{},{size:e}))},startsWith:yu,toLowerCase:Cu,toUpperCase:Au,trim:bu,uppercase:mu}),Su=ut("ZodISODateTime",function(e,t){ur.init(e,t),Ju.init(e,t)});var xu=ut("ZodISODate",function(e,t){ar.init(e,t),Ju.init(e,t)});var Bu=ut("ZodISOTime",function(e,t){ir.init(e,t),Ju.init(e,t)});var Ou=ut("ZodISODuration",function(e,t){or.init(e,t),Ju.init(e,t)});var Iu=ut("ZodError",function(e,t){zt.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:function(t){return function(e,t){var n=t||function(e){return e.message},r={_errors:[]},u=function(e){var t,a=me(e.issues);try{for(a.s();!(t=a.n()).done;){var i=t.value;if("invalid_union"===i.code&&i.errors.length)i.errors.map(function(e){return u({issues:e})});else if("invalid_key"===i.code)u({issues:i.issues});else if("invalid_element"===i.code)u({issues:i.issues});else if(0===i.path.length)r._errors.push(n(i));else for(var o=r,s=0;s<i.path.length;){var c=i.path[s];s===i.path.length-1?(o[c]=o[c]||{_errors:[]},o[c]._errors.push(n(i))):o[c]=o[c]||{_errors:[]},o=o[c],s++}}}catch(e){a.e(e)}finally{a.f()}};return u(e),r}(e,t)}},flatten:{value:function(t){return function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(e){return e.message},r={},u=[],a=me(e.issues);try{for(a.s();!(t=a.n()).done;){var i=t.value;i.path.length>0?(r[i.path[0]]=r[i.path[0]]||[],r[i.path[0]].push(n(i))):u.push(n(i))}}catch(e){a.e(e)}finally{a.f()}return{formErrors:u,fieldErrors:r}}(e,t)}},addIssue:{value:function(t){e.issues.push(t),e.message=JSON.stringify(e.issues,lt,2)}},addIssues:{value:function(t){var n;(n=e.issues).push.apply(n,xe(t)),e.message=JSON.stringify(e.issues,lt,2)}},isEmpty:{get:function(){return 0===e.issues.length}}})},{Parent:Error}),Tu=Mt(Iu),Pu=Zt(Iu),ju=Lt(Iu),Nu=qt(Iu),zu=function(e){return function(t,n,r){var u=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return Mt(e)(t,n,u)}}(Iu),Ru=function(e){return function(t,n,r){return Mt(e)(t,n,r)}}(Iu),Mu=function(e){return t=le(ke().m(function t(n,r,u){var a;return ke().w(function(t){for(;;)if(0===t.n)return a=u?Object.assign(u,{direction:"backward"}):{direction:"backward"},t.a(2,Zt(e)(n,r,a))},t)})),function(e,n,r){return t.apply(this,arguments)};var t}(Iu),Zu=function(e){return t=le(ke().m(function t(n,r,u){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Zt(e)(n,r,u))},t)})),function(e,n,r){return t.apply(this,arguments)};var t}(Iu),Lu=function(e){return function(t,n,r){var u=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return Lt(e)(t,n,u)}}(Iu),$u=function(e){return function(t,n,r){return Lt(e)(t,n,r)}}(Iu),qu=function(e){return t=le(ke().m(function t(n,r,u){var a;return ke().w(function(t){for(;;)if(0===t.n)return a=u?Object.assign(u,{direction:"backward"}):{direction:"backward"},t.a(2,qt(e)(n,r,a))},t)})),function(e,n,r){return t.apply(this,arguments)};var t}(Iu),Vu=function(e){return t=le(ke().m(function t(n,r,u){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,qt(e)(n,r,u))},t)})),function(e,n,r){return t.apply(this,arguments)};var t}(Iu),Uu=ut("ZodType",function(e,t){return Vn.init(e,t),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=function(){for(var n,r=arguments.length,u=new Array(r),a=0;a<r;a++)u[a]=arguments[a];return e.clone(Dt(t,{checks:[].concat(xe(null!==(n=t.checks)&&void 0!==n?n:[]),xe(u.map(function(e){return"function"==typeof e?{_zod:{check:e,def:{check:"custom"},onattach:[]}}:e})))}))},e.clone=function(t,n){return wt(e,t,n)},e.brand=function(){return e},e.register=function(t,n){return t.add(e,n),e},e.parse=function(t,n){return Tu(e,t,n,{callee:e.parse})},e.safeParse=function(t,n){return ju(e,t,n)},e.parseAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Pu(e,n,r,{callee:e.parseAsync}))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.safeParseAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Nu(e,n,r))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.spa=e.safeParseAsync,e.encode=function(t,n){return zu(e,t,n)},e.decode=function(t,n){return Ru(e,t,n)},e.encodeAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Mu(e,n,r))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.decodeAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Zu(e,n,r))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.safeEncode=function(t,n){return Lu(e,t,n)},e.safeDecode=function(t,n){return $u(e,t,n)},e.safeEncodeAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,qu(e,n,r))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.safeDecodeAsync=function(){var t=le(ke().m(function t(n,r){return ke().w(function(t){for(;;)if(0===t.n)return t.a(2,Vu(e,n,r))},t)}));return function(e,n){return t.apply(this,arguments)}}(),e.refine=function(t,n){return e.check(function(e){return function(e,t,n){return new ai(Ce({type:"custom",check:"custom",fn:t},_t(n)))}(0,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}(t,n))},e.superRefine=function(t){return e.check(function(e){var t=function(e){var t=new gn(Ce({check:"custom"},_t(void 0)));return t._zod.check=e,t}(function(n){return n.addIssue=function(e){if("string"==typeof e)n.issues.push(jt(e,n.value,t._zod.def));else{var r,u,a,i,o=e;o.fatal&&(o.continue=!1),null!==(r=o.code)&&void 0!==r||(o.code="custom"),null!==(u=o.input)&&void 0!==u||(o.input=n.value),null!==(a=o.inst)&&void 0!==a||(o.inst=t),null!==(i=o.continue)&&void 0!==i||(o.continue=!t._zod.def.abort),n.issues.push(jt(o))}},e(n.value,n)});return t}(t))},e.overwrite=function(t){return e.check(Fu(t))},e.optional=function(){return Ha(e)},e.nullable=function(){return Ka(e)},e.nullish=function(){return Ha(Ka(e))},e.nonoptional=function(t){return function(e,t){return new Ga(Ce({type:"nonoptional",innerType:e},_t(t)))}(e,t)},e.array=function(){return xa(e)},e.or=function(t){return ja([e,t])},e.and=function(t){return new za({type:"intersection",left:e,right:t})},e.transform=function(t){return ei(e,new Va({type:"transform",transform:t}))},e.default=function(t){return n=t,new Ja({type:"default",innerType:e,get defaultValue(){return"function"==typeof n?n():Ct(n)}});var n},e.prefault=function(t){return n=t,new Qa({type:"prefault",innerType:e,get defaultValue(){return"function"==typeof n?n():Ct(n)}});var n},e.catch=function(t){return new Ya({type:"catch",innerType:e,catchValue:"function"==typeof(n=t)?n:function(){return n}});var n},e.pipe=function(t){return ei(e,t)},e.readonly=function(){return new ri({type:"readonly",innerType:e})},e.describe=function(t){var n=e.clone();return ru.add(n,{description:t}),n},Object.defineProperty(e,"description",{get:function(){var t;return null===(t=ru.get(e))||void 0===t?void 0:t.description},configurable:!0}),e.meta=function(){if(0===arguments.length)return ru.get(e);var t=e.clone();return ru.add(t,arguments.length<=0?void 0:arguments[0]),t},e.isOptional=function(){return e.safeParse(void 0).success},e.isNullable=function(){return e.safeParse(null).success},e}),Hu=ut("_ZodString",function(e,t){var n,r,u;Un.init(e,t),Uu.init(e,t);var a=e._zod.bag;e.format=null!==(n=a.format)&&void 0!==n?n:null,e.minLength=null!==(r=a.minimum)&&void 0!==r?r:null,e.maxLength=null!==(u=a.maximum)&&void 0!==u?u:null,e.regex=function(){return e.check(hu.apply(_u,arguments))},e.includes=function(){return e.check(Du.apply(_u,arguments))},e.startsWith=function(){return e.check(yu.apply(_u,arguments))},e.endsWith=function(){return e.check(gu.apply(_u,arguments))},e.min=function(){return e.check(du.apply(_u,arguments))},e.max=function(){return e.check(fu.apply(_u,arguments))},e.length=function(){return e.check(pu.apply(_u,arguments))},e.nonempty=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e.check(du.apply(_u,[1].concat(n)))},e.lowercase=function(t){return e.check(vu(t))},e.uppercase=function(t){return e.check(mu(t))},e.trim=function(){return e.check(bu())},e.normalize=function(){return e.check(Eu.apply(_u,arguments))},e.toLowerCase=function(){return e.check(Cu())},e.toUpperCase=function(){return e.check(Au())}}),Wu=ut("ZodString",function(e,t){Un.init(e,t),Hu.init(e,t),e.email=function(t){return e.check(function(e,t){return new Qu(Ce({type:"string",format:"email",check:"string_format",abort:!1},_t(t)))}(0,t))},e.url=function(t){return e.check(function(e,t){return new Xu(Ce({type:"string",format:"url",check:"string_format",abort:!1},_t(t)))}(0,t))},e.jwt=function(t){return e.check(function(e,t){return new va(Ce({type:"string",format:"jwt",check:"string_format",abort:!1},_t(t)))}(0,t))},e.emoji=function(t){return e.check(function(e,t){return new ea(Ce({type:"string",format:"emoji",check:"string_format",abort:!1},_t(t)))}(0,t))},e.guid=function(t){return e.check(uu(Gu,t))},e.uuid=function(t){return e.check(function(e,t){return new Yu(Ce({type:"string",format:"uuid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.uuidv4=function(t){return e.check(function(e,t){return new Yu(Ce({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4"},_t(t)))}(0,t))},e.uuidv6=function(t){return e.check(function(e,t){return new Yu(Ce({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6"},_t(t)))}(0,t))},e.uuidv7=function(t){return e.check(function(e,t){return new Yu(Ce({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7"},_t(t)))}(0,t))},e.nanoid=function(t){return e.check(function(e,t){return new ta(Ce({type:"string",format:"nanoid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.guid=function(t){return e.check(uu(Gu,t))},e.cuid=function(t){return e.check(function(e,t){return new na(Ce({type:"string",format:"cuid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.cuid2=function(t){return e.check(function(e,t){return new ra(Ce({type:"string",format:"cuid2",check:"string_format",abort:!1},_t(t)))}(0,t))},e.ulid=function(t){return e.check(function(e,t){return new ua(Ce({type:"string",format:"ulid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.base64=function(t){return e.check(au(fa,t))},e.base64url=function(t){return e.check(function(e,t){return new pa(Ce({type:"string",format:"base64url",check:"string_format",abort:!1},_t(t)))}(0,t))},e.xid=function(t){return e.check(function(e,t){return new aa(Ce({type:"string",format:"xid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.ksuid=function(t){return e.check(function(e,t){return new ia(Ce({type:"string",format:"ksuid",check:"string_format",abort:!1},_t(t)))}(0,t))},e.ipv4=function(t){return e.check(function(e,t){return new oa(Ce({type:"string",format:"ipv4",check:"string_format",abort:!1},_t(t)))}(0,t))},e.ipv6=function(t){return e.check(function(e,t){return new sa(Ce({type:"string",format:"ipv6",check:"string_format",abort:!1},_t(t)))}(0,t))},e.cidrv4=function(t){return e.check(function(e,t){return new ca(Ce({type:"string",format:"cidrv4",check:"string_format",abort:!1},_t(t)))}(0,t))},e.cidrv6=function(t){return e.check(function(e,t){return new la(Ce({type:"string",format:"cidrv6",check:"string_format",abort:!1},_t(t)))}(0,t))},e.e164=function(t){return e.check(function(e,t){return new ha(Ce({type:"string",format:"e164",check:"string_format",abort:!1},_t(t)))}(0,t))},e.datetime=function(t){return e.check(function(e){return new Su(Ce({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null},_t(e)))}(t))},e.date=function(t){return e.check(function(e){return new xu(Ce({type:"string",format:"date",check:"string_format"},_t(e)))}(t))},e.time=function(t){return e.check(function(e){return new Bu(Ce({type:"string",format:"time",check:"string_format",precision:null},_t(e)))}(t))},e.duration=function(t){return e.check(function(e){return new Ou(Ce({type:"string",format:"duration",check:"string_format"},_t(e)))}(t))}});function Ku(e){return new Wu(Ce({type:"string"},_t(e)))}var Ju=ut("ZodStringFormat",function(e,t){Hn.init(e,t),Hu.init(e,t)}),Qu=ut("ZodEmail",function(e,t){Jn.init(e,t),Ju.init(e,t)}),Gu=ut("ZodGUID",function(e,t){Wn.init(e,t),Ju.init(e,t)}),Yu=ut("ZodUUID",function(e,t){Kn.init(e,t),Ju.init(e,t)}),Xu=ut("ZodURL",function(e,t){Qn.init(e,t),Ju.init(e,t)}),ea=ut("ZodEmoji",function(e,t){Gn.init(e,t),Ju.init(e,t)}),ta=ut("ZodNanoID",function(e,t){Yn.init(e,t),Ju.init(e,t)}),na=ut("ZodCUID",function(e,t){Xn.init(e,t),Ju.init(e,t)}),ra=ut("ZodCUID2",function(e,t){er.init(e,t),Ju.init(e,t)}),ua=ut("ZodULID",function(e,t){tr.init(e,t),Ju.init(e,t)}),aa=ut("ZodXID",function(e,t){nr.init(e,t),Ju.init(e,t)}),ia=ut("ZodKSUID",function(e,t){rr.init(e,t),Ju.init(e,t)}),oa=ut("ZodIPv4",function(e,t){sr.init(e,t),Ju.init(e,t)}),sa=ut("ZodIPv6",function(e,t){cr.init(e,t),Ju.init(e,t)}),ca=ut("ZodCIDRv4",function(e,t){lr.init(e,t),Ju.init(e,t)}),la=ut("ZodCIDRv6",function(e,t){fr.init(e,t),Ju.init(e,t)}),fa=ut("ZodBase64",function(e,t){pr.init(e,t),Ju.init(e,t)});function da(e){return au(fa,e)}var pa=ut("ZodBase64URL",function(e,t){hr.init(e,t),Ju.init(e,t)}),ha=ut("ZodE164",function(e,t){vr.init(e,t),Ju.init(e,t)}),va=ut("ZodJWT",function(e,t){mr.init(e,t),Ju.init(e,t)}),ma=ut("ZodNumber",function(e,t){var n,r,u,a,i,o,s,c,l;Dr.init(e,t),Uu.init(e,t),e.gt=function(t,n){return e.check(su(t,n))},e.gte=function(t,n){return e.check(cu(t,n))},e.min=function(t,n){return e.check(cu(t,n))},e.lt=function(t,n){return e.check(iu(t,n))},e.lte=function(t,n){return e.check(ou(t,n))},e.max=function(t,n){return e.check(ou(t,n))},e.int=function(t){return e.check(ga(t))},e.safe=function(t){return e.check(ga(t))},e.positive=function(t){return e.check(su(0,t))},e.nonnegative=function(t){return e.check(cu(0,t))},e.negative=function(t){return e.check(iu(0,t))},e.nonpositive=function(t){return e.check(ou(0,t))},e.multipleOf=function(t,n){return e.check(lu(t,n))},e.step=function(t,n){return e.check(lu(t,n))},e.finite=function(){return e};var f=e._zod.bag;e.minValue=null!==(n=Math.max(null!==(r=f.minimum)&&void 0!==r?r:Number.NEGATIVE_INFINITY,null!==(u=f.exclusiveMinimum)&&void 0!==u?u:Number.NEGATIVE_INFINITY))&&void 0!==n?n:null,e.maxValue=null!==(a=Math.min(null!==(i=f.maximum)&&void 0!==i?i:Number.POSITIVE_INFINITY,null!==(o=f.exclusiveMaximum)&&void 0!==o?o:Number.POSITIVE_INFINITY))&&void 0!==a?a:null,e.isInt=(null!==(s=f.format)&&void 0!==s?s:"").includes("int")||Number.isSafeInteger(null!==(c=f.multipleOf)&&void 0!==c?c:.5),e.isFinite=!0,e.format=null!==(l=f.format)&&void 0!==l?l:null});function Da(e){return new ma(Ce({type:"number",checks:[]},_t(e)))}var ya=ut("ZodNumberFormat",function(e,t){yr.init(e,t),ma.init(e,t)});function ga(e){return new ya(Ce({type:"number",check:"number_format",abort:!1,format:"safeint"},_t(e)))}var Fa=ut("ZodBoolean",function(e,t){gr.init(e,t),Uu.init(e,t)});function Ea(e){return new Fa(Ce({type:"boolean"},_t(e)))}var ba=ut("ZodNull",function(e,t){Fr.init(e,t),Uu.init(e,t)});function Ca(e){return new ba(Ce({type:"null"},_t(e)))}var Aa=ut("ZodUnknown",function(e,t){Er.init(e,t),Uu.init(e,t)});function ka(){return new Aa({type:"unknown"})}var wa=ut("ZodNever",function(e,t){br.init(e,t),Uu.init(e,t)});function _a(e){return new wa(Ce({type:"never"},_t(e)))}var Sa=ut("ZodArray",function(e,t){Ar.init(e,t),Uu.init(e,t),e.element=t.element,e.min=function(t,n){return e.check(du(t,n))},e.nonempty=function(t){return e.check(du(1,t))},e.max=function(t,n){return e.check(fu(t,n))},e.length=function(t,n){return e.check(pu(t,n))},e.unwrap=function(){return e.element}});function xa(e,t){return function(e,t,n){return new Sa(Ce({type:"array",element:t},_t(n)))}(0,e,t)}var Ba=ut("ZodObject",function(e,t){xr.init(e,t),Uu.init(e,t),vt(e,"shape",function(){return t.shape}),e.keyof=function(){return La(Object.keys(e._zod.def.shape))},e.catchall=function(t){return e.clone(Ce(Ce({},e._zod.def),{},{catchall:t}))},e.passthrough=function(){return e.clone(Ce(Ce({},e._zod.def),{},{catchall:ka()}))},e.loose=function(){return e.clone(Ce(Ce({},e._zod.def),{},{catchall:ka()}))},e.strict=function(){return e.clone(Ce(Ce({},e._zod.def),{},{catchall:_a()}))},e.strip=function(){return e.clone(Ce(Ce({},e._zod.def),{},{catchall:void 0}))},e.extend=function(t){return function(e,t){if(!bt(t))throw new Error("Invalid input to extend: expected a plain object");var n=e._zod.def.checks;if(n&&n.length>0)throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");var r=Dt(e._zod.def,{get shape(){var n=Ce(Ce({},e._zod.def.shape),t);return mt(this,"shape",n),n},checks:[]});return wt(e,r)}(e,t)},e.safeExtend=function(t){return function(e,t){if(!bt(t))throw new Error("Invalid input to safeExtend: expected a plain object");var n=Ce(Ce({},e._zod.def),{},{get shape(){var n=Ce(Ce({},e._zod.def.shape),t);return mt(this,"shape",n),n},checks:e._zod.def.checks});return wt(e,n)}(e,t)},e.merge=function(t){return function(e,t){var n=Dt(e._zod.def,{get shape(){var n=Ce(Ce({},e._zod.def.shape),t._zod.def.shape);return mt(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:[]});return wt(e,n)}(e,t)},e.pick=function(t){return function(e,t){var n=e._zod.def;return wt(e,Dt(e._zod.def,{get shape(){var e={};for(var r in t){if(!(r in n.shape))throw new Error('Unrecognized key: "'.concat(r,'"'));t[r]&&(e[r]=n.shape[r])}return mt(this,"shape",e),e},checks:[]}))}(e,t)},e.omit=function(t){return function(e,t){var n=e._zod.def,r=Dt(e._zod.def,{get shape(){var r=Ce({},e._zod.def.shape);for(var u in t){if(!(u in n.shape))throw new Error('Unrecognized key: "'.concat(u,'"'));t[u]&&delete r[u]}return mt(this,"shape",r),r},checks:[]});return wt(e,r)}(e,t)},e.partial=function(){return function(e,t,n){var r=Dt(t._zod.def,{get shape(){var r=t._zod.def.shape,u=Ce({},r);if(n)for(var a in n){if(!(a in r))throw new Error('Unrecognized key: "'.concat(a,'"'));n[a]&&(u[a]=new e({type:"optional",innerType:r[a]}))}else for(var i in r)u[i]=new e({type:"optional",innerType:r[i]});return mt(this,"shape",u),u},checks:[]});return wt(t,r)}(Ua,e,arguments.length<=0?void 0:arguments[0])},e.required=function(){return function(e,t,n){var r=Dt(t._zod.def,{get shape(){var r=t._zod.def.shape,u=Ce({},r);if(n)for(var a in n){if(!(a in u))throw new Error('Unrecognized key: "'.concat(a,'"'));n[a]&&(u[a]=new e({type:"nonoptional",innerType:r[a]}))}else for(var i in r)u[i]=new e({type:"nonoptional",innerType:r[i]});return mt(this,"shape",u),u},checks:[]});return wt(t,r)}(Ga,e,arguments.length<=0?void 0:arguments[0])}});function Oa(e,t){var n=Ce({type:"object",shape:null!=e?e:{}},_t(t));return new Ba(n)}function Ia(e,t){return new Ba(Ce({type:"object",shape:e,catchall:_a()},_t(t)))}function Ta(e,t){return new Ba(Ce({type:"object",shape:e,catchall:ka()},_t(t)))}var Pa=ut("ZodUnion",function(e,t){Or.init(e,t),Uu.init(e,t),e.options=t.options});function ja(e,t){return new Pa(Ce({type:"union",options:e},_t(t)))}var Na=ut("ZodDiscriminatedUnion",function(e,t){Pa.init(e,t),Ir.init(e,t)}),za=ut("ZodIntersection",function(e,t){Tr.init(e,t),Uu.init(e,t)}),Ra=ut("ZodRecord",function(e,t){Nr.init(e,t),Uu.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function Ma(e,t,n){return new Ra(Ce({type:"record",keyType:e,valueType:t},_t(n)))}var Za=ut("ZodEnum",function(e,t){zr.init(e,t),Uu.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);var n=new Set(Object.keys(t.entries));e.extract=function(e,r){var u,a={},i=me(e);try{for(i.s();!(u=i.n()).done;){var o=u.value;if(!n.has(o))throw new Error("Key ".concat(o," not found in enum"));a[o]=t.entries[o]}}catch(e){i.e(e)}finally{i.f()}return new Za(Ce(Ce(Ce({},t),{},{checks:[]},_t(r)),{},{entries:a}))},e.exclude=function(e,r){var u,a=Ce({},t.entries),i=me(e);try{for(i.s();!(u=i.n()).done;){var o=u.value;if(!n.has(o))throw new Error("Key ".concat(o," not found in enum"));delete a[o]}}catch(e){i.e(e)}finally{i.f()}return new Za(Ce(Ce(Ce({},t),{},{checks:[]},_t(r)),{},{entries:a}))}});function La(e,t){var n=Array.isArray(e)?Object.fromEntries(e.map(function(e){return[e,e]})):e;return new Za(Ce({type:"enum",entries:n},_t(t)))}var $a=ut("ZodLiteral",function(e,t){Rr.init(e,t),Uu.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get:function(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function qa(e,t){return new $a(Ce({type:"literal",values:Array.isArray(e)?e:[e]},_t(t)))}var Va=ut("ZodTransform",function(e,t){Mr.init(e,t),Uu.init(e,t),e._zod.parse=function(n,r){if("backward"===r.direction)throw new it(e.constructor.name);n.addIssue=function(r){if("string"==typeof r)n.issues.push(jt(r,n.value,t));else{var u,a,i,o=r;o.fatal&&(o.continue=!1),null!==(u=o.code)&&void 0!==u||(o.code="custom"),null!==(a=o.input)&&void 0!==a||(o.input=n.value),null!==(i=o.inst)&&void 0!==i||(o.inst=e),n.issues.push(jt(o))}};var u=t.transform(n.value,n);return u instanceof Promise?u.then(function(e){return n.value=e,n}):(n.value=u,n)}}),Ua=ut("ZodOptional",function(e,t){Lr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType}});function Ha(e){return new Ua({type:"optional",innerType:e})}var Wa=ut("ZodNullable",function(e,t){$r.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType}});function Ka(e){return new Wa({type:"nullable",innerType:e})}var Ja=ut("ZodDefault",function(e,t){qr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType},e.removeDefault=e.unwrap}),Qa=ut("ZodPrefault",function(e,t){Ur.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType}}),Ga=ut("ZodNonOptional",function(e,t){Hr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType}}),Ya=ut("ZodCatch",function(e,t){Kr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType},e.removeCatch=e.unwrap}),Xa=ut("ZodPipe",function(e,t){Jr.init(e,t),Uu.init(e,t),e.in=t.in,e.out=t.out});function ei(e,t){return new Xa({type:"pipe",in:e,out:t})}var ti,ni,ri=ut("ZodReadonly",function(e,t){Gr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.innerType}}),ui=ut("ZodLazy",function(e,t){Xr.init(e,t),Uu.init(e,t),e.unwrap=function(){return e._zod.def.getter()}}),ai=ut("ZodCustom",function(e,t){eu.init(e,t),Uu.init(e,t)});function ii(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{error:"Input not instance of ".concat(e.name)},n=new ai(Ce({type:"custom",check:"custom",fn:function(t){return t instanceof e},abort:!0},_t(t)));return n._zod.bag.Class=e,n}!function(e){e.assertEqual=function(e){},e.assertIs=function(e){},e.assertNever=function(e){throw new Error},e.arrayToEnum=function(e){var t,n={},r=me(e);try{for(r.s();!(t=r.n()).done;){var u=t.value;n[u]=u}}catch(e){r.e(e)}finally{r.f()}return n},e.getValidEnumValues=function(t){var n,r={},u=me(e.objectKeys(t).filter(function(e){return"number"!=typeof t[t[e]]}));try{for(u.s();!(n=u.n()).done;){var a=n.value;r[a]=t[a]}}catch(e){u.e(e)}finally{u.f()}return e.objectValues(r)},e.objectValues=function(t){return e.objectKeys(t).map(function(e){return t[e]})},e.objectKeys="function"==typeof Object.keys?function(e){return Object.keys(e)}:function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t},e.find=function(e,t){var n,r=me(e);try{for(r.s();!(n=r.n()).done;){var u=n.value;if(t(u))return u}}catch(e){r.e(e)}finally{r.f()}},e.isInteger="function"==typeof Number.isInteger?function(e){return Number.isInteger(e)}:function(e){return"number"==typeof e&&Number.isFinite(e)&&Math.floor(e)===e},e.joinValues=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" | ";return e.map(function(e){return"string"==typeof e?"'".concat(e,"'"):e}).join(t)},e.jsonStringifyReplacer=function(e,t){return"bigint"==typeof t?t.toString():t}}(ti||(ti={})),(ni||(ni={})).mergeShapes=function(e,t){return Ce(Ce({},e),t)};var oi=ti.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),si=function(e){switch(Oe(e)){case"undefined":return oi.undefined;case"string":return oi.string;case"number":return Number.isNaN(e)?oi.nan:oi.number;case"boolean":return oi.boolean;case"function":return oi.function;case"bigint":return oi.bigint;case"symbol":return oi.symbol;case"object":return Array.isArray(e)?oi.array:null===e?oi.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?oi.promise:"undefined"!=typeof Map&&e instanceof Map?oi.map:"undefined"!=typeof Set&&e instanceof Set?oi.set:"undefined"!=typeof Date&&e instanceof Date?oi.date:oi.object;default:return oi.unknown}},ci=ti.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"]),li=function(){function e(t){var n;de(this,e),(n=fe(this,e)).issues=[],n.addIssue=function(e){n.issues=[].concat(xe(n.issues),[e])},n.addIssues=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];n.issues=[].concat(xe(n.issues),xe(e))};var r=(this instanceof e?this.constructor:void 0).prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,r):n.__proto__=r,n.name="ZodError",n.issues=t,n}return Fe(e,Te(Error)),ve(e,[{key:"errors",get:function(){return this.issues}},{key:"format",value:function(e){var t=e||function(e){return e.message},n={_errors:[]},r=function(e){var u,a=me(e.issues);try{for(a.s();!(u=a.n()).done;){var i=u.value;if("invalid_union"===i.code)i.unionErrors.map(r);else if("invalid_return_type"===i.code)r(i.returnTypeError);else if("invalid_arguments"===i.code)r(i.argumentsError);else if(0===i.path.length)n._errors.push(t(i));else for(var o=n,s=0;s<i.path.length;){var c=i.path[s];s===i.path.length-1?(o[c]=o[c]||{_errors:[]},o[c]._errors.push(t(i))):o[c]=o[c]||{_errors:[]},o=o[c],s++}}}catch(e){a.e(e)}finally{a.f()}};return r(this),n}},{key:"toString",value:function(){return this.message}},{key:"message",get:function(){return JSON.stringify(this.issues,ti.jsonStringifyReplacer,2)}},{key:"isEmpty",get:function(){return 0===this.issues.length}},{key:"flatten",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(e){return e.message},n={},r=[],u=me(this.issues);try{for(u.s();!(e=u.n()).done;){var a=e.value;if(a.path.length>0){var i=a.path[0];n[i]=n[i]||[],n[i].push(t(a))}else r.push(t(a))}}catch(e){u.e(e)}finally{u.f()}return{formErrors:r,fieldErrors:n}}},{key:"formErrors",get:function(){return this.flatten()}}],[{key:"assert",value:function(t){if(!(t instanceof e))throw new Error("Not a ZodError: ".concat(t))}}])}();li.create=function(e){return new li(e)};var fi=function(e,t){var n;switch(e.code){case ci.invalid_type:n=e.received===oi.undefined?"Required":"Expected ".concat(e.expected,", received ").concat(e.received);break;case ci.invalid_literal:n="Invalid literal value, expected ".concat(JSON.stringify(e.expected,ti.jsonStringifyReplacer));break;case ci.unrecognized_keys:n="Unrecognized key(s) in object: ".concat(ti.joinValues(e.keys,", "));break;case ci.invalid_union:n="Invalid input";break;case ci.invalid_union_discriminator:n="Invalid discriminator value. Expected ".concat(ti.joinValues(e.options));break;case ci.invalid_enum_value:n="Invalid enum value. Expected ".concat(ti.joinValues(e.options),", received '").concat(e.received,"'");break;case ci.invalid_arguments:n="Invalid function arguments";break;case ci.invalid_return_type:n="Invalid function return type";break;case ci.invalid_date:n="Invalid date";break;case ci.invalid_string:"object"===Oe(e.validation)?"includes"in e.validation?(n='Invalid input: must include "'.concat(e.validation.includes,'"'),"number"==typeof e.validation.position&&(n="".concat(n," at one or more positions greater than or equal to ").concat(e.validation.position))):"startsWith"in e.validation?n='Invalid input: must start with "'.concat(e.validation.startsWith,'"'):"endsWith"in e.validation?n='Invalid input: must end with "'.concat(e.validation.endsWith,'"'):ti.assertNever(e.validation):n="regex"!==e.validation?"Invalid ".concat(e.validation):"Invalid";break;case ci.too_small:n="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"more than"," ").concat(e.minimum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"over"," ").concat(e.minimum," character(s)"):"number"===e.type||"bigint"===e.type?"Number must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(e.minimum):"date"===e.type?"Date must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(new Date(Number(e.minimum))):"Invalid input";break;case ci.too_big:n="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"less than"," ").concat(e.maximum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"under"," ").concat(e.maximum," character(s)"):"number"===e.type?"Number must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"bigint"===e.type?"BigInt must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"date"===e.type?"Date must be ".concat(e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"," ").concat(new Date(Number(e.maximum))):"Invalid input";break;case ci.custom:n="Invalid input";break;case ci.invalid_intersection_types:n="Intersection results could not be merged";break;case ci.not_multiple_of:n="Number must be a multiple of ".concat(e.multipleOf);break;case ci.not_finite:n="Number must be finite";break;default:n=t.defaultError,ti.assertNever(e)}return{message:n}},di=fi;function pi(){return di}var hi=function(e){var t=e.data,n=e.path,r=e.errorMaps,u=e.issueData,a=[].concat(xe(n),xe(u.path||[])),i=Ce(Ce({},u),{},{path:a});if(void 0!==u.message)return Ce(Ce({},u),{},{path:a,message:u.message});var o,s="",c=r.filter(function(e){return!!e}).slice().reverse(),l=me(c);try{for(l.s();!(o=l.n()).done;)s=(0,o.value)(i,{data:t,defaultError:s}).message}catch(e){l.e(e)}finally{l.f()}return Ce(Ce({},u),{},{path:a,message:s})};function vi(e,t){var n=pi(),r=hi({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===fi?void 0:fi].filter(function(e){return!!e})});e.common.issues.push(r)}var mi,Di=function(){function e(){de(this,e),this.value="valid"}return ve(e,[{key:"dirty",value:function(){"valid"===this.value&&(this.value="dirty")}},{key:"abort",value:function(){"aborted"!==this.value&&(this.value="aborted")}}],[{key:"mergeArray",value:function(e,t){var n,r=[],u=me(t);try{for(u.s();!(n=u.n()).done;){var a=n.value;if("aborted"===a.status)return yi;"dirty"===a.status&&e.dirty(),r.push(a.value)}}catch(e){u.e(e)}finally{u.f()}return{status:e.value,value:r}}},{key:"mergeObjectAsync",value:(t=le(ke().m(function t(n,r){var u,a,i,o,s,c,l;return ke().w(function(t){for(;;)switch(t.p=t.n){case 0:u=[],a=me(r),t.p=1,a.s();case 2:if((i=a.n()).done){t.n=6;break}return o=i.value,t.n=3,o.key;case 3:return s=t.v,t.n=4,o.value;case 4:c=t.v,u.push({key:s,value:c});case 5:t.n=2;break;case 6:t.n=8;break;case 7:t.p=7,l=t.v,a.e(l);case 8:return t.p=8,a.f(),t.f(8);case 9:return t.a(2,e.mergeObjectSync(n,u))}},t,null,[[1,7,8,9]])})),function(e,n){return t.apply(this,arguments)})},{key:"mergeObjectSync",value:function(e,t){var n,r={},u=me(t);try{for(u.s();!(n=u.n()).done;){var a=n.value,i=a.key,o=a.value;if("aborted"===i.status)return yi;if("aborted"===o.status)return yi;"dirty"===i.status&&e.dirty(),"dirty"===o.status&&e.dirty(),"__proto__"===i.value||void 0===o.value&&!a.alwaysSet||(r[i.value]=o.value)}}catch(e){u.e(e)}finally{u.f()}return{status:e.value,value:r}}}]);var t}(),yi=Object.freeze({status:"aborted"}),gi=function(e){return{status:"dirty",value:e}},Fi=function(e){return{status:"valid",value:e}},Ei=function(e){return"aborted"===e.status},bi=function(e){return"dirty"===e.status},Ci=function(e){return"valid"===e.status},Ai=function(e){return"undefined"!=typeof Promise&&e instanceof Promise};!function(e){e.errToObj=function(e){return"string"==typeof e?{message:e}:e||{}},e.toString=function(e){return"string"==typeof e?e:null==e?void 0:e.message}}(mi||(mi={}));var ki=ve(function e(t,n,r,u){de(this,e),this._cachedPath=[],this.parent=t,this.data=n,this._path=r,this._key=u},[{key:"path",get:function(){var e,t;return this._cachedPath.length||(Array.isArray(this._key)?(e=this._cachedPath).push.apply(e,xe(this._path).concat(xe(this._key))):(t=this._cachedPath).push.apply(t,xe(this._path).concat([this._key]))),this._cachedPath}}]),wi=function(e,t){if(Ci(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;var t=new li(e.common.issues);return this._error=t,this._error}}};function _i(e){if(!e)return{};var t=e.errorMap,n=e.invalid_type_error,r=e.required_error,u=e.description;if(t&&(n||r))throw new Error('Can\'t use "invalid_type_error" or "required_error" in conjunction with custom error map.');return t?{errorMap:t,description:u}:{errorMap:function(t,u){var a,i,o=e.message;return"invalid_enum_value"===t.code?{message:null!=o?o:u.defaultError}:void 0===u.data?{message:null!==(i=null!=o?o:r)&&void 0!==i?i:u.defaultError}:"invalid_type"!==t.code?{message:u.defaultError}:{message:null!==(a=null!=o?o:n)&&void 0!==a?a:u.defaultError}},description:u}}var Si,xi=function(){return ve(function e(t){var n=this;de(this,e),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:function(e){return n["~validate"](e)}}},[{key:"description",get:function(){return this._def.description}},{key:"_getType",value:function(e){return si(e.data)}},{key:"_getOrReturnCtx",value:function(e,t){return t||{common:e.parent.common,data:e.data,parsedType:si(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}},{key:"_processInputParams",value:function(e){return{status:new Di,ctx:{common:e.parent.common,data:e.data,parsedType:si(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}},{key:"_parseSync",value:function(e){var t=this._parse(e);if(Ai(t))throw new Error("Synchronous parse encountered promise.");return t}},{key:"_parseAsync",value:function(e){var t=this._parse(e);return Promise.resolve(t)}},{key:"parse",value:function(e,t){var n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}},{key:"safeParse",value:function(e,t){var n,r={common:{issues:[],async:null!==(n=null==t?void 0:t.async)&&void 0!==n&&n,contextualErrorMap:null==t?void 0:t.errorMap},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:si(e)},u=this._parseSync({data:e,path:r.path,parent:r});return wi(r,u)}},{key:"~validate",value:function(e){var t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:si(e)};if(!this["~standard"].async)try{var n=this._parseSync({data:e,path:[],parent:t});return Ci(n)?{value:n.value}:{issues:t.common.issues}}catch(e){var r;null!=e&&null!==(r=e.message)&&void 0!==r&&null!==(r=r.toLowerCase())&&void 0!==r&&r.includes("encountered")&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(function(e){return Ci(e)?{value:e.value}:{issues:t.common.issues}})}},{key:"parseAsync",value:(e=le(ke().m(function e(t,n){var r;return ke().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.safeParseAsync(t,n);case 1:if(!(r=e.v).success){e.n=2;break}return e.a(2,r.data);case 2:throw r.error;case 3:return e.a(2)}},e,this)})),function(t,n){return e.apply(this,arguments)})},{key:"safeParseAsync",value:function(){var e=le(ke().m(function e(t,n){var r,u,a;return ke().w(function(e){for(;;)switch(e.n){case 0:return r={common:{issues:[],contextualErrorMap:null==n?void 0:n.errorMap,async:!0},path:(null==n?void 0:n.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:si(t)},u=this._parse({data:t,path:r.path,parent:r}),e.n=1,Ai(u)?u:Promise.resolve(u);case 1:return a=e.v,e.a(2,wi(r,a))}},e,this)}));return function(t,n){return e.apply(this,arguments)}}()},{key:"refine",value:function(e,t){return this._refinement(function(n,r){var u=e(n),a=function(){return r.addIssue(Ce({code:ci.custom},function(e){return"string"==typeof t||void 0===t?{message:t}:"function"==typeof t?t(e):t}(n)))};return"undefined"!=typeof Promise&&u instanceof Promise?u.then(function(e){return!!e||(a(),!1)}):!!u||(a(),!1)})}},{key:"refinement",value:function(e,t){return this._refinement(function(n,r){return!!e(n)||(r.addIssue("function"==typeof t?t(n,r):t),!1)})}},{key:"_refinement",value:function(e){return new Oo({schema:this,typeName:zo.ZodEffects,effect:{type:"refinement",refinement:e}})}},{key:"superRefine",value:function(e){return this._refinement(e)}},{key:"optional",value:function(){return Io.create(this,this._def)}},{key:"nullable",value:function(){return To.create(this,this._def)}},{key:"nullish",value:function(){return this.nullable().optional()}},{key:"array",value:function(){return fo.create(this)}},{key:"promise",value:function(){return Bo.create(this,this._def)}},{key:"or",value:function(e){return vo.create([this,e],this._def)}},{key:"and",value:function(e){return go.create(this,e,this._def)}},{key:"transform",value:function(e){return new Oo(Ce(Ce({},_i(this._def)),{},{schema:this,typeName:zo.ZodEffects,effect:{type:"transform",transform:e}}))}},{key:"default",value:function(e){var t="function"==typeof e?e:function(){return e};return new Po(Ce(Ce({},_i(this._def)),{},{innerType:this,defaultValue:t,typeName:zo.ZodDefault}))}},{key:"brand",value:function(){return new Ro(Ce({typeName:zo.ZodBranded,type:this},_i(this._def)))}},{key:"catch",value:function(e){var t="function"==typeof e?e:function(){return e};return new jo(Ce(Ce({},_i(this._def)),{},{innerType:this,catchValue:t,typeName:zo.ZodCatch}))}},{key:"describe",value:function(e){return new this.constructor(Ce(Ce({},this._def),{},{description:e}))}},{key:"pipe",value:function(e){return Mo.create(this,e)}},{key:"readonly",value:function(){return Zo.create(this)}},{key:"isOptional",value:function(){return this.safeParse(void 0).success}},{key:"isNullable",value:function(){return this.safeParse(null).success}}]);var e}(),Bi=/^c[^\s-]{8,}$/i,Oi=/^[0-9a-z]+$/,Ii=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Ti=/^[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,Pi=/^[a-z0-9_-]{21}$/i,ji=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Ni=/^[-+]?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)?)??$/,zi=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ri=/^(?:(?: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])$/,Mi=/^(?:(?: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])$/,Zi=/^(([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]))$/,Li=/^(([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])$/,$i=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,qi=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Vi="((\\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])))",Ui=new RegExp("^".concat(Vi,"$"));function Hi(e){var t="[0-5]\\d";e.precision?t="".concat(t,"\\.\\d{").concat(e.precision,"}"):null==e.precision&&(t="".concat(t,"(\\.\\d+)?"));var n=e.precision?"+":"?";return"([01]\\d|2[0-3]):[0-5]\\d(:".concat(t,")").concat(n)}function Wi(e){return new RegExp("^".concat(Hi(e),"$"))}function Ki(e){var t="".concat(Vi,"T").concat(Hi(e)),n=[];return n.push(e.local?"Z?":"Z"),e.offset&&n.push("([+-]\\d{2}:?\\d{2})"),t="".concat(t,"(").concat(n.join("|"),")"),new RegExp("^".concat(t,"$"))}function Ji(e,t){return!("v4"!==t&&t||!Ri.test(e))||!("v6"!==t&&t||!Zi.test(e))}function Qi(e,t){if(!ji.test(e))return!1;try{var n=Se(e.split("."),1)[0];if(!n)return!1;var r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),u=JSON.parse(atob(r));return!("object"!==Oe(u)||null===u||"typ"in u&&"JWT"!==(null==u?void 0:u.typ)||!u.alg||t&&u.alg!==t)}catch(e){return!1}}function Gi(e,t){return!("v4"!==t&&t||!Mi.test(e))||!("v6"!==t&&t||!Li.test(e))}var Yi=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==oi.string){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.string,received:t.parsedType}),yi}var n,r=new Di,u=void 0,a=me(this._def.checks);try{for(a.s();!(n=a.n()).done;){var i=n.value;if("min"===i.kind)e.data.length<i.value&&(vi(u=this._getOrReturnCtx(e,u),{code:ci.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if("max"===i.kind)e.data.length>i.value&&(vi(u=this._getOrReturnCtx(e,u),{code:ci.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if("length"===i.kind){var o=e.data.length>i.value,s=e.data.length<i.value;(o||s)&&(u=this._getOrReturnCtx(e,u),o?vi(u,{code:ci.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):s&&vi(u,{code:ci.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),r.dirty())}else if("email"===i.kind)zi.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"email",code:ci.invalid_string,message:i.message}),r.dirty());else if("emoji"===i.kind)Si||(Si=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Si.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"emoji",code:ci.invalid_string,message:i.message}),r.dirty());else if("uuid"===i.kind)Ti.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"uuid",code:ci.invalid_string,message:i.message}),r.dirty());else if("nanoid"===i.kind)Pi.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"nanoid",code:ci.invalid_string,message:i.message}),r.dirty());else if("cuid"===i.kind)Bi.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"cuid",code:ci.invalid_string,message:i.message}),r.dirty());else if("cuid2"===i.kind)Oi.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"cuid2",code:ci.invalid_string,message:i.message}),r.dirty());else if("ulid"===i.kind)Ii.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"ulid",code:ci.invalid_string,message:i.message}),r.dirty());else if("url"===i.kind)try{new URL(e.data)}catch(t){vi(u=this._getOrReturnCtx(e,u),{validation:"url",code:ci.invalid_string,message:i.message}),r.dirty()}else"regex"===i.kind?(i.regex.lastIndex=0,i.regex.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"regex",code:ci.invalid_string,message:i.message}),r.dirty())):"trim"===i.kind?e.data=e.data.trim():"includes"===i.kind?e.data.includes(i.value,i.position)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),r.dirty()):"toLowerCase"===i.kind?e.data=e.data.toLowerCase():"toUpperCase"===i.kind?e.data=e.data.toUpperCase():"startsWith"===i.kind?e.data.startsWith(i.value)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:{startsWith:i.value},message:i.message}),r.dirty()):"endsWith"===i.kind?e.data.endsWith(i.value)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:{endsWith:i.value},message:i.message}),r.dirty()):"datetime"===i.kind?Ki(i).test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:"datetime",message:i.message}),r.dirty()):"date"===i.kind?Ui.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:"date",message:i.message}),r.dirty()):"time"===i.kind?Wi(i).test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{code:ci.invalid_string,validation:"time",message:i.message}),r.dirty()):"duration"===i.kind?Ni.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"duration",code:ci.invalid_string,message:i.message}),r.dirty()):"ip"===i.kind?Ji(e.data,i.version)||(vi(u=this._getOrReturnCtx(e,u),{validation:"ip",code:ci.invalid_string,message:i.message}),r.dirty()):"jwt"===i.kind?Qi(e.data,i.alg)||(vi(u=this._getOrReturnCtx(e,u),{validation:"jwt",code:ci.invalid_string,message:i.message}),r.dirty()):"cidr"===i.kind?Gi(e.data,i.version)||(vi(u=this._getOrReturnCtx(e,u),{validation:"cidr",code:ci.invalid_string,message:i.message}),r.dirty()):"base64"===i.kind?$i.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"base64",code:ci.invalid_string,message:i.message}),r.dirty()):"base64url"===i.kind?qi.test(e.data)||(vi(u=this._getOrReturnCtx(e,u),{validation:"base64url",code:ci.invalid_string,message:i.message}),r.dirty()):ti.assertNever(i)}}catch(e){a.e(e)}finally{a.f()}return{status:r.value,value:e.data}}},{key:"_regex",value:function(e,t,n){return this.refinement(function(t){return e.test(t)},Ce({validation:t,code:ci.invalid_string},mi.errToObj(n)))}},{key:"_addCheck",value:function(t){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[t])}))}},{key:"email",value:function(e){return this._addCheck(Ce({kind:"email"},mi.errToObj(e)))}},{key:"url",value:function(e){return this._addCheck(Ce({kind:"url"},mi.errToObj(e)))}},{key:"emoji",value:function(e){return this._addCheck(Ce({kind:"emoji"},mi.errToObj(e)))}},{key:"uuid",value:function(e){return this._addCheck(Ce({kind:"uuid"},mi.errToObj(e)))}},{key:"nanoid",value:function(e){return this._addCheck(Ce({kind:"nanoid"},mi.errToObj(e)))}},{key:"cuid",value:function(e){return this._addCheck(Ce({kind:"cuid"},mi.errToObj(e)))}},{key:"cuid2",value:function(e){return this._addCheck(Ce({kind:"cuid2"},mi.errToObj(e)))}},{key:"ulid",value:function(e){return this._addCheck(Ce({kind:"ulid"},mi.errToObj(e)))}},{key:"base64",value:function(e){return this._addCheck(Ce({kind:"base64"},mi.errToObj(e)))}},{key:"base64url",value:function(e){return this._addCheck(Ce({kind:"base64url"},mi.errToObj(e)))}},{key:"jwt",value:function(e){return this._addCheck(Ce({kind:"jwt"},mi.errToObj(e)))}},{key:"ip",value:function(e){return this._addCheck(Ce({kind:"ip"},mi.errToObj(e)))}},{key:"cidr",value:function(e){return this._addCheck(Ce({kind:"cidr"},mi.errToObj(e)))}},{key:"datetime",value:function(e){var t,n;return"string"==typeof e?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck(Ce({kind:"datetime",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision,offset:null!==(t=null==e?void 0:e.offset)&&void 0!==t&&t,local:null!==(n=null==e?void 0:e.local)&&void 0!==n&&n},mi.errToObj(null==e?void 0:e.message)))}},{key:"date",value:function(e){return this._addCheck({kind:"date",message:e})}},{key:"time",value:function(e){return"string"==typeof e?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck(Ce({kind:"time",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision},mi.errToObj(null==e?void 0:e.message)))}},{key:"duration",value:function(e){return this._addCheck(Ce({kind:"duration"},mi.errToObj(e)))}},{key:"regex",value:function(e,t){return this._addCheck(Ce({kind:"regex",regex:e},mi.errToObj(t)))}},{key:"includes",value:function(e,t){return this._addCheck(Ce({kind:"includes",value:e,position:null==t?void 0:t.position},mi.errToObj(null==t?void 0:t.message)))}},{key:"startsWith",value:function(e,t){return this._addCheck(Ce({kind:"startsWith",value:e},mi.errToObj(t)))}},{key:"endsWith",value:function(e,t){return this._addCheck(Ce({kind:"endsWith",value:e},mi.errToObj(t)))}},{key:"min",value:function(e,t){return this._addCheck(Ce({kind:"min",value:e},mi.errToObj(t)))}},{key:"max",value:function(e,t){return this._addCheck(Ce({kind:"max",value:e},mi.errToObj(t)))}},{key:"length",value:function(e,t){return this._addCheck(Ce({kind:"length",value:e},mi.errToObj(t)))}},{key:"nonempty",value:function(e){return this.min(1,mi.errToObj(e))}},{key:"trim",value:function(){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[{kind:"trim"}])}))}},{key:"toLowerCase",value:function(){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[{kind:"toLowerCase"}])}))}},{key:"toUpperCase",value:function(){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[{kind:"toUpperCase"}])}))}},{key:"isDatetime",get:function(){return!!this._def.checks.find(function(e){return"datetime"===e.kind})}},{key:"isDate",get:function(){return!!this._def.checks.find(function(e){return"date"===e.kind})}},{key:"isTime",get:function(){return!!this._def.checks.find(function(e){return"time"===e.kind})}},{key:"isDuration",get:function(){return!!this._def.checks.find(function(e){return"duration"===e.kind})}},{key:"isEmail",get:function(){return!!this._def.checks.find(function(e){return"email"===e.kind})}},{key:"isURL",get:function(){return!!this._def.checks.find(function(e){return"url"===e.kind})}},{key:"isEmoji",get:function(){return!!this._def.checks.find(function(e){return"emoji"===e.kind})}},{key:"isUUID",get:function(){return!!this._def.checks.find(function(e){return"uuid"===e.kind})}},{key:"isNANOID",get:function(){return!!this._def.checks.find(function(e){return"nanoid"===e.kind})}},{key:"isCUID",get:function(){return!!this._def.checks.find(function(e){return"cuid"===e.kind})}},{key:"isCUID2",get:function(){return!!this._def.checks.find(function(e){return"cuid2"===e.kind})}},{key:"isULID",get:function(){return!!this._def.checks.find(function(e){return"ulid"===e.kind})}},{key:"isIP",get:function(){return!!this._def.checks.find(function(e){return"ip"===e.kind})}},{key:"isCIDR",get:function(){return!!this._def.checks.find(function(e){return"cidr"===e.kind})}},{key:"isBase64",get:function(){return!!this._def.checks.find(function(e){return"base64"===e.kind})}},{key:"isBase64url",get:function(){return!!this._def.checks.find(function(e){return"base64url"===e.kind})}},{key:"minLength",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"min"===r.kind&&(null===t||r.value>t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"maxLength",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"max"===r.kind&&(null===t||r.value<t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}}])}();function Xi(e,t){var n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,u=n>r?n:r;return Number.parseInt(e.toFixed(u).replace(".",""))%Number.parseInt(t.toFixed(u).replace(".",""))/Math.pow(10,u)}Yi.create=function(e){var t;return new Yi(Ce({checks:[],typeName:zo.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},_i(e)))};var eo=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments)).min=t.gte,t.max=t.lte,t.step=t.multipleOf,t}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==oi.number){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.number,received:t.parsedType}),yi}var n,r=void 0,u=new Di,a=me(this._def.checks);try{for(a.s();!(n=a.n()).done;){var i=n.value;"int"===i.kind?ti.isInteger(e.data)||(vi(r=this._getOrReturnCtx(e,r),{code:ci.invalid_type,expected:"integer",received:"float",message:i.message}),u.dirty()):"min"===i.kind?(i.inclusive?e.data<i.value:e.data<=i.value)&&(vi(r=this._getOrReturnCtx(e,r),{code:ci.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),u.dirty()):"max"===i.kind?(i.inclusive?e.data>i.value:e.data>=i.value)&&(vi(r=this._getOrReturnCtx(e,r),{code:ci.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),u.dirty()):"multipleOf"===i.kind?0!==Xi(e.data,i.value)&&(vi(r=this._getOrReturnCtx(e,r),{code:ci.not_multiple_of,multipleOf:i.value,message:i.message}),u.dirty()):"finite"===i.kind?Number.isFinite(e.data)||(vi(r=this._getOrReturnCtx(e,r),{code:ci.not_finite,message:i.message}),u.dirty()):ti.assertNever(i)}}catch(e){a.e(e)}finally{a.f()}return{status:u.value,value:e.data}}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,mi.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,mi.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,mi.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,mi.toString(t))}},{key:"setLimit",value:function(t,n,r,u){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[{kind:t,value:n,inclusive:r,message:mi.toString(u)}])}))}},{key:"_addCheck",value:function(t){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[t])}))}},{key:"int",value:function(e){return this._addCheck({kind:"int",message:mi.toString(e)})}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:mi.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:mi.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:mi.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:mi.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:mi.toString(t)})}},{key:"finite",value:function(e){return this._addCheck({kind:"finite",message:mi.toString(e)})}},{key:"safe",value:function(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:mi.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:mi.toString(e)})}},{key:"minValue",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"min"===r.kind&&(null===t||r.value>t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"maxValue",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"max"===r.kind&&(null===t||r.value<t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"isInt",get:function(){return!!this._def.checks.find(function(e){return"int"===e.kind||"multipleOf"===e.kind&&ti.isInteger(e.value)})}},{key:"isFinite",get:function(){var e,t=null,n=null,r=me(this._def.checks);try{for(r.s();!(e=r.n()).done;){var u=e.value;if("finite"===u.kind||"int"===u.kind||"multipleOf"===u.kind)return!0;"min"===u.kind?(null===n||u.value>n)&&(n=u.value):"max"===u.kind&&(null===t||u.value<t)&&(t=u.value)}}catch(e){r.e(e)}finally{r.f()}return Number.isFinite(n)&&Number.isFinite(t)}}])}();eo.create=function(e){return new eo(Ce({checks:[],typeName:zo.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1},_i(e)))};var to=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments)).min=t.gte,t.max=t.lte,t}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch(t){return this._getInvalidInput(e)}if(this._getType(e)!==oi.bigint)return this._getInvalidInput(e);var t,n=void 0,r=new Di,u=me(this._def.checks);try{for(u.s();!(t=u.n()).done;){var a=t.value;"min"===a.kind?(a.inclusive?e.data<a.value:e.data<=a.value)&&(vi(n=this._getOrReturnCtx(e,n),{code:ci.too_small,type:"bigint",minimum:a.value,inclusive:a.inclusive,message:a.message}),r.dirty()):"max"===a.kind?(a.inclusive?e.data>a.value:e.data>=a.value)&&(vi(n=this._getOrReturnCtx(e,n),{code:ci.too_big,type:"bigint",maximum:a.value,inclusive:a.inclusive,message:a.message}),r.dirty()):"multipleOf"===a.kind?e.data%a.value!==BigInt(0)&&(vi(n=this._getOrReturnCtx(e,n),{code:ci.not_multiple_of,multipleOf:a.value,message:a.message}),r.dirty()):ti.assertNever(a)}}catch(e){u.e(e)}finally{u.f()}return{status:r.value,value:e.data}}},{key:"_getInvalidInput",value:function(e){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.bigint,received:t.parsedType}),yi}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,mi.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,mi.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,mi.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,mi.toString(t))}},{key:"setLimit",value:function(t,n,r,u){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[{kind:t,value:n,inclusive:r,message:mi.toString(u)}])}))}},{key:"_addCheck",value:function(t){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[t])}))}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:mi.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:mi.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:mi.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:mi.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:mi.toString(t)})}},{key:"minValue",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"min"===r.kind&&(null===t||r.value>t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"maxValue",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"max"===r.kind&&(null===t||r.value<t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return t}}])}();to.create=function(e){var t;return new to(Ce({checks:[],typeName:zo.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},_i(e)))};var no=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==oi.boolean){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.boolean,received:t.parsedType}),yi}return Fi(e.data)}}])}();no.create=function(e){return new no(Ce({typeName:zo.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1},_i(e)))};var ro=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==oi.date){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.date,received:t.parsedType}),yi}if(Number.isNaN(e.data.getTime()))return vi(this._getOrReturnCtx(e),{code:ci.invalid_date}),yi;var n,r=new Di,u=void 0,a=me(this._def.checks);try{for(a.s();!(n=a.n()).done;){var i=n.value;"min"===i.kind?e.data.getTime()<i.value&&(vi(u=this._getOrReturnCtx(e,u),{code:ci.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),r.dirty()):"max"===i.kind?e.data.getTime()>i.value&&(vi(u=this._getOrReturnCtx(e,u),{code:ci.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),r.dirty()):ti.assertNever(i)}}catch(e){a.e(e)}finally{a.f()}return{status:r.value,value:new Date(e.data.getTime())}}},{key:"_addCheck",value:function(t){return new e(Ce(Ce({},this._def),{},{checks:[].concat(xe(this._def.checks),[t])}))}},{key:"min",value:function(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:mi.toString(t)})}},{key:"max",value:function(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:mi.toString(t)})}},{key:"minDate",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"min"===r.kind&&(null===t||r.value>t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return null!=t?new Date(t):null}},{key:"maxDate",get:function(){var e,t=null,n=me(this._def.checks);try{for(n.s();!(e=n.n()).done;){var r=e.value;"max"===r.kind&&(null===t||r.value<t)&&(t=r.value)}}catch(e){n.e(e)}finally{n.f()}return null!=t?new Date(t):null}}])}();ro.create=function(e){return new ro(Ce({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:zo.ZodDate},_i(e)))};var uo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._getType(e)!==oi.symbol){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.symbol,received:t.parsedType}),yi}return Fi(e.data)}}])}();uo.create=function(e){return new uo(Ce({typeName:zo.ZodSymbol},_i(e)))};var ao=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._getType(e)!==oi.undefined){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.undefined,received:t.parsedType}),yi}return Fi(e.data)}}])}();ao.create=function(e){return new ao(Ce({typeName:zo.ZodUndefined},_i(e)))};var io=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._getType(e)!==oi.null){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.null,received:t.parsedType}),yi}return Fi(e.data)}}])}();io.create=function(e){return new io(Ce({typeName:zo.ZodNull},_i(e)))};var oo=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments))._any=!0,t}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){return Fi(e.data)}}])}();oo.create=function(e){return new oo(Ce({typeName:zo.ZodAny},_i(e)))};var so=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments))._unknown=!0,t}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){return Fi(e.data)}}])}();so.create=function(e){return new so(Ce({typeName:zo.ZodUnknown},_i(e)))};var co=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.never,received:t.parsedType}),yi}}])}();co.create=function(e){return new co(Ce({typeName:zo.ZodNever},_i(e)))};var lo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._getType(e)!==oi.undefined){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.void,received:t.parsedType}),yi}return Fi(e.data)}}])}();lo.create=function(e){return new lo(Ce({typeName:zo.ZodVoid},_i(e)))};var fo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.ctx,r=t.status,u=this._def;if(n.parsedType!==oi.array)return vi(n,{code:ci.invalid_type,expected:oi.array,received:n.parsedType}),yi;if(null!==u.exactLength){var a=n.data.length>u.exactLength.value,i=n.data.length<u.exactLength.value;(a||i)&&(vi(n,{code:a?ci.too_big:ci.too_small,minimum:i?u.exactLength.value:void 0,maximum:a?u.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:u.exactLength.message}),r.dirty())}if(null!==u.minLength&&n.data.length<u.minLength.value&&(vi(n,{code:ci.too_small,minimum:u.minLength.value,type:"array",inclusive:!0,exact:!1,message:u.minLength.message}),r.dirty()),null!==u.maxLength&&n.data.length>u.maxLength.value&&(vi(n,{code:ci.too_big,maximum:u.maxLength.value,type:"array",inclusive:!0,exact:!1,message:u.maxLength.message}),r.dirty()),n.common.async)return Promise.all(xe(n.data).map(function(e,t){return u.type._parseAsync(new ki(n,e,n.path,t))})).then(function(e){return Di.mergeArray(r,e)});var o=xe(n.data).map(function(e,t){return u.type._parseSync(new ki(n,e,n.path,t))});return Di.mergeArray(r,o)}},{key:"element",get:function(){return this._def.type}},{key:"min",value:function(t,n){return new e(Ce(Ce({},this._def),{},{minLength:{value:t,message:mi.toString(n)}}))}},{key:"max",value:function(t,n){return new e(Ce(Ce({},this._def),{},{maxLength:{value:t,message:mi.toString(n)}}))}},{key:"length",value:function(t,n){return new e(Ce(Ce({},this._def),{},{exactLength:{value:t,message:mi.toString(n)}}))}},{key:"nonempty",value:function(e){return this.min(1,e)}}])}();function po(e){if(e instanceof ho){var t={};for(var n in e.shape){var r=e.shape[n];t[n]=Io.create(po(r))}return new ho(Ce(Ce({},e._def),{},{shape:function(){return t}}))}return e instanceof fo?new fo(Ce(Ce({},e._def),{},{type:po(e.element)})):e instanceof Io?Io.create(po(e.unwrap())):e instanceof To?To.create(po(e.unwrap())):e instanceof Fo?Fo.create(e.items.map(function(e){return po(e)})):e}fo.create=function(e,t){return new fo(Ce({type:e,minLength:null,maxLength:null,exactLength:null,typeName:zo.ZodArray},_i(t)))};var ho=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments))._cached=null,t.nonstrict=t.passthrough,t.augment=t.extend,t}return Fe(e,xi),ve(e,[{key:"_getCached",value:function(){if(null!==this._cached)return this._cached;var e=this._def.shape(),t=ti.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}},{key:"_parse",value:function(e){if(this._getType(e)!==oi.object){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.object,received:t.parsedType}),yi}var n=this._processInputParams(e),r=n.status,u=n.ctx,a=this._getCached(),i=a.shape,o=a.keys,s=[];if(!(this._def.catchall instanceof co&&"strip"===this._def.unknownKeys))for(var c in u.data)o.includes(c)||s.push(c);var l,f=[],d=me(o);try{for(d.s();!(l=d.n()).done;){var p=l.value,h=i[p],v=u.data[p];f.push({key:{status:"valid",value:p},value:h._parse(new ki(u,v,u.path,p)),alwaysSet:p in u.data})}}catch(e){d.e(e)}finally{d.f()}if(this._def.catchall instanceof co){var m=this._def.unknownKeys;if("passthrough"===m){var D,y=me(s);try{for(y.s();!(D=y.n()).done;){var g=D.value;f.push({key:{status:"valid",value:g},value:{status:"valid",value:u.data[g]}})}}catch(e){y.e(e)}finally{y.f()}}else if("strict"===m)s.length>0&&(vi(u,{code:ci.unrecognized_keys,keys:s}),r.dirty());else if("strip"!==m)throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{var F,E=this._def.catchall,b=me(s);try{for(b.s();!(F=b.n()).done;){var C=F.value,A=u.data[C];f.push({key:{status:"valid",value:C},value:E._parse(new ki(u,A,u.path,C)),alwaysSet:C in u.data})}}catch(e){b.e(e)}finally{b.f()}}return u.common.async?Promise.resolve().then(le(ke().m(function e(){var t,n,r,u,a,i,o;return ke().w(function(e){for(;;)switch(e.p=e.n){case 0:t=[],n=me(f),e.p=1,n.s();case 2:if((r=n.n()).done){e.n=6;break}return u=r.value,e.n=3,u.key;case 3:return a=e.v,e.n=4,u.value;case 4:i=e.v,t.push({key:a,value:i,alwaysSet:u.alwaysSet});case 5:e.n=2;break;case 6:e.n=8;break;case 7:e.p=7,o=e.v,n.e(o);case 8:return e.p=8,n.f(),e.f(8);case 9:return e.a(2,t)}},e,null,[[1,7,8,9]])}))).then(function(e){return Di.mergeObjectSync(r,e)}):Di.mergeObjectSync(r,f)}},{key:"shape",get:function(){return this._def.shape()}},{key:"strict",value:function(t){var n=this;return mi.errToObj,new e(Ce(Ce({},this._def),{},{unknownKeys:"strict"},void 0!==t?{errorMap:function(e,r){var u,a,i,o,s=null!==(u=null===(a=(i=n._def).errorMap)||void 0===a?void 0:a.call(i,e,r).message)&&void 0!==u?u:r.defaultError;return"unrecognized_keys"===e.code?{message:null!==(o=mi.errToObj(t).message)&&void 0!==o?o:s}:{message:s}}}:{}))}},{key:"strip",value:function(){return new e(Ce(Ce({},this._def),{},{unknownKeys:"strip"}))}},{key:"passthrough",value:function(){return new e(Ce(Ce({},this._def),{},{unknownKeys:"passthrough"}))}},{key:"extend",value:function(t){var n=this;return new e(Ce(Ce({},this._def),{},{shape:function(){return Ce(Ce({},n._def.shape()),t)}}))}},{key:"merge",value:function(t){var n=this;return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:function(){return Ce(Ce({},n._def.shape()),t._def.shape())},typeName:zo.ZodObject})}},{key:"setKey",value:function(e,t){return this.augment(De({},e,t))}},{key:"catchall",value:function(t){return new e(Ce(Ce({},this._def),{},{catchall:t}))}},{key:"pick",value:function(t){var n,r={},u=me(ti.objectKeys(t));try{for(u.s();!(n=u.n()).done;){var a=n.value;t[a]&&this.shape[a]&&(r[a]=this.shape[a])}}catch(e){u.e(e)}finally{u.f()}return new e(Ce(Ce({},this._def),{},{shape:function(){return r}}))}},{key:"omit",value:function(t){var n,r={},u=me(ti.objectKeys(this.shape));try{for(u.s();!(n=u.n()).done;){var a=n.value;t[a]||(r[a]=this.shape[a])}}catch(e){u.e(e)}finally{u.f()}return new e(Ce(Ce({},this._def),{},{shape:function(){return r}}))}},{key:"deepPartial",value:function(){return po(this)}},{key:"partial",value:function(t){var n,r={},u=me(ti.objectKeys(this.shape));try{for(u.s();!(n=u.n()).done;){var a=n.value,i=this.shape[a];t&&!t[a]?r[a]=i:r[a]=i.optional()}}catch(e){u.e(e)}finally{u.f()}return new e(Ce(Ce({},this._def),{},{shape:function(){return r}}))}},{key:"required",value:function(t){var n,r={},u=me(ti.objectKeys(this.shape));try{for(u.s();!(n=u.n()).done;){var a=n.value;if(t&&!t[a])r[a]=this.shape[a];else{for(var i=this.shape[a];i instanceof Io;)i=i._def.innerType;r[a]=i}}}catch(e){u.e(e)}finally{u.f()}return new e(Ce(Ce({},this._def),{},{shape:function(){return r}}))}},{key:"keyof",value:function(){return _o(ti.objectKeys(this.shape))}}])}();ho.create=function(e,t){return new ho(Ce({shape:function(){return e},unknownKeys:"strip",catchall:co.create(),typeName:zo.ZodObject},_i(t)))},ho.strictCreate=function(e,t){return new ho(Ce({shape:function(){return e},unknownKeys:"strict",catchall:co.create(),typeName:zo.ZodObject},_i(t)))},ho.lazycreate=function(e,t){return new ho(Ce({shape:e,unknownKeys:"strip",catchall:co.create(),typeName:zo.ZodObject},_i(t)))};var vo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=this._def.options;if(t.common.async)return Promise.all(n.map(function(){var e=le(ke().m(function e(n){var r,u,a;return ke().w(function(e){for(;;)switch(e.n){case 0:return r=Ce(Ce({},t),{},{common:Ce(Ce({},t.common),{},{issues:[]}),parent:null}),e.n=1,n._parseAsync({data:t.data,path:t.path,parent:r});case 1:return u=e.v,a=r,e.a(2,{result:u,ctx:a})}},e)}));return function(t){return e.apply(this,arguments)}}())).then(function(e){var n,r=me(e);try{for(r.s();!(n=r.n()).done;){var u=n.value;if("valid"===u.result.status)return u.result}}catch(e){r.e(e)}finally{r.f()}var a,i=me(e);try{for(i.s();!(a=i.n()).done;){var o,s=a.value;if("dirty"===s.result.status)return(o=t.common.issues).push.apply(o,xe(s.ctx.common.issues)),s.result}}catch(e){i.e(e)}finally{i.f()}var c=e.map(function(e){return new li(e.ctx.common.issues)});return vi(t,{code:ci.invalid_union,unionErrors:c}),yi});var r,u,a=void 0,i=[],o=me(n);try{for(o.s();!(r=o.n()).done;){var s=r.value,c=Ce(Ce({},t),{},{common:Ce(Ce({},t.common),{},{issues:[]}),parent:null}),l=s._parseSync({data:t.data,path:t.path,parent:c});if("valid"===l.status)return l;"dirty"!==l.status||a||(a={result:l,ctx:c}),c.common.issues.length&&i.push(c.common.issues)}}catch(e){o.e(e)}finally{o.f()}if(a)return(u=t.common.issues).push.apply(u,xe(a.ctx.common.issues)),a.result;var f=i.map(function(e){return new li(e)});return vi(t,{code:ci.invalid_union,unionErrors:f}),yi}},{key:"options",get:function(){return this._def.options}}])}();vo.create=function(e,t){return new vo(Ce({options:e,typeName:zo.ZodUnion},_i(t)))};var mo=function(e){return e instanceof ko?mo(e.schema):e instanceof Oo?mo(e.innerType()):e instanceof wo?[e.value]:e instanceof So?e.options:e instanceof xo?ti.objectValues(e.enum):e instanceof Po?mo(e._def.innerType):e instanceof ao?[void 0]:e instanceof io?[null]:e instanceof Io?[void 0].concat(xe(mo(e.unwrap()))):e instanceof To?[null].concat(xe(mo(e.unwrap()))):e instanceof Ro||e instanceof Zo?mo(e.unwrap()):e instanceof jo?mo(e._def.innerType):[]},Do=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;if(t.parsedType!==oi.object)return vi(t,{code:ci.invalid_type,expected:oi.object,received:t.parsedType}),yi;var n=this.discriminator,r=t.data[n],u=this.optionsMap.get(r);return u?t.common.async?u._parseAsync({data:t.data,path:t.path,parent:t}):u._parseSync({data:t.data,path:t.path,parent:t}):(vi(t,{code:ci.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),yi)}},{key:"discriminator",get:function(){return this._def.discriminator}},{key:"options",get:function(){return this._def.options}},{key:"optionsMap",get:function(){return this._def.optionsMap}}],[{key:"create",value:function(t,n,r){var u,a=new Map,i=me(n);try{for(i.s();!(u=i.n()).done;){var o=u.value,s=mo(o.shape[t]);if(!s.length)throw new Error("A discriminator value for key `".concat(t,"` could not be extracted from all schema options"));var c,l=me(s);try{for(l.s();!(c=l.n()).done;){var f=c.value;if(a.has(f))throw new Error("Discriminator property ".concat(String(t)," has duplicate value ").concat(String(f)));a.set(f,o)}}catch(e){l.e(e)}finally{l.f()}}}catch(e){i.e(e)}finally{i.f()}return new e(Ce({typeName:zo.ZodDiscriminatedUnion,discriminator:t,options:n,optionsMap:a},_i(r)))}}])}();function yo(e,t){var n=si(e),r=si(t);if(e===t)return{valid:!0,data:e};if(n===oi.object&&r===oi.object){var u,a=ti.objectKeys(t),i=ti.objectKeys(e).filter(function(e){return-1!==a.indexOf(e)}),o=Ce(Ce({},e),t),s=me(i);try{for(s.s();!(u=s.n()).done;){var c=u.value,l=yo(e[c],t[c]);if(!l.valid)return{valid:!1};o[c]=l.data}}catch(e){s.e(e)}finally{s.f()}return{valid:!0,data:o}}if(n===oi.array&&r===oi.array){if(e.length!==t.length)return{valid:!1};for(var f=[],d=0;d<e.length;d++){var p=yo(e[d],t[d]);if(!p.valid)return{valid:!1};f.push(p.data)}return{valid:!0,data:f}}return n===oi.date&&r===oi.date&&+e===+t?{valid:!0,data:e}:{valid:!1}}var go=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,r=t.ctx,u=function(e,t){if(Ei(e)||Ei(t))return yi;var u=yo(e.value,t.value);return u.valid?((bi(e)||bi(t))&&n.dirty(),{status:n.value,value:u.data}):(vi(r,{code:ci.invalid_intersection_types}),yi)};return r.common.async?Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(function(e){var t=Se(e,2),n=t[0],r=t[1];return u(n,r)}):u(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}}])}();go.create=function(e,t,n){return new go(Ce({left:e,right:t,typeName:zo.ZodIntersection},_i(n)))};var Fo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),r=n.status,u=n.ctx;if(u.parsedType!==oi.array)return vi(u,{code:ci.invalid_type,expected:oi.array,received:u.parsedType}),yi;if(u.data.length<this._def.items.length)return vi(u,{code:ci.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),yi;!this._def.rest&&u.data.length>this._def.items.length&&(vi(u,{code:ci.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());var a=xe(u.data).map(function(e,n){var r=t._def.items[n]||t._def.rest;return r?r._parse(new ki(u,e,u.path,n)):null}).filter(function(e){return!!e});return u.common.async?Promise.all(a).then(function(e){return Di.mergeArray(r,e)}):Di.mergeArray(r,a)}},{key:"items",get:function(){return this._def.items}},{key:"rest",value:function(t){return new e(Ce(Ce({},this._def),{},{rest:t}))}}])}();Fo.create=function(e,t){if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Fo(Ce({items:e,typeName:zo.ZodTuple,rest:null},_i(t)))};var Eo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,r=t.ctx;if(r.parsedType!==oi.object)return vi(r,{code:ci.invalid_type,expected:oi.object,received:r.parsedType}),yi;var u=[],a=this._def.keyType,i=this._def.valueType;for(var o in r.data)u.push({key:a._parse(new ki(r,o,r.path,o)),value:i._parse(new ki(r,r.data[o],r.path,o)),alwaysSet:o in r.data});return r.common.async?Di.mergeObjectAsync(n,u):Di.mergeObjectSync(n,u)}},{key:"element",get:function(){return this._def.valueType}}],[{key:"create",value:function(t,n,r){return new e(n instanceof xi?Ce({keyType:t,valueType:n,typeName:zo.ZodRecord},_i(r)):Ce({keyType:Yi.create(),valueType:t,typeName:zo.ZodRecord},_i(n)))}}])}(),bo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,r=t.ctx;if(r.parsedType!==oi.map)return vi(r,{code:ci.invalid_type,expected:oi.map,received:r.parsedType}),yi;var u=this._def.keyType,a=this._def.valueType,i=xe(r.data.entries()).map(function(e,t){var n=Se(e,2),i=n[0],o=n[1];return{key:u._parse(new ki(r,i,r.path,[t,"key"])),value:a._parse(new ki(r,o,r.path,[t,"value"]))}});if(r.common.async){var o=new Map;return Promise.resolve().then(le(ke().m(function e(){var t,r,u,a,s,c;return ke().w(function(e){for(;;)switch(e.p=e.n){case 0:t=me(i),e.p=1,t.s();case 2:if((r=t.n()).done){e.n=7;break}return u=r.value,e.n=3,u.key;case 3:return a=e.v,e.n=4,u.value;case 4:if(s=e.v,"aborted"!==a.status&&"aborted"!==s.status){e.n=5;break}return e.a(2,yi);case 5:"dirty"!==a.status&&"dirty"!==s.status||n.dirty(),o.set(a.value,s.value);case 6:e.n=2;break;case 7:e.n=9;break;case 8:e.p=8,c=e.v,t.e(c);case 9:return e.p=9,t.f(),e.f(9);case 10:return e.a(2,{status:n.value,value:o})}},e,null,[[1,8,9,10]])})))}var s,c=new Map,l=me(i);try{for(l.s();!(s=l.n()).done;){var f=s.value,d=f.key,p=f.value;if("aborted"===d.status||"aborted"===p.status)return yi;"dirty"!==d.status&&"dirty"!==p.status||n.dirty(),c.set(d.value,p.value)}}catch(e){l.e(e)}finally{l.f()}return{status:n.value,value:c}}}])}();bo.create=function(e,t,n){return new bo(Ce({valueType:t,keyType:e,typeName:zo.ZodMap},_i(n)))};var Co=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,r=t.ctx;if(r.parsedType!==oi.set)return vi(r,{code:ci.invalid_type,expected:oi.set,received:r.parsedType}),yi;var u=this._def;null!==u.minSize&&r.data.size<u.minSize.value&&(vi(r,{code:ci.too_small,minimum:u.minSize.value,type:"set",inclusive:!0,exact:!1,message:u.minSize.message}),n.dirty()),null!==u.maxSize&&r.data.size>u.maxSize.value&&(vi(r,{code:ci.too_big,maximum:u.maxSize.value,type:"set",inclusive:!0,exact:!1,message:u.maxSize.message}),n.dirty());var a=this._def.valueType;function i(e){var t,r=new Set,u=me(e);try{for(u.s();!(t=u.n()).done;){var a=t.value;if("aborted"===a.status)return yi;"dirty"===a.status&&n.dirty(),r.add(a.value)}}catch(e){u.e(e)}finally{u.f()}return{status:n.value,value:r}}var o=xe(r.data.values()).map(function(e,t){return a._parse(new ki(r,e,r.path,t))});return r.common.async?Promise.all(o).then(function(e){return i(e)}):i(o)}},{key:"min",value:function(t,n){return new e(Ce(Ce({},this._def),{},{minSize:{value:t,message:mi.toString(n)}}))}},{key:"max",value:function(t,n){return new e(Ce(Ce({},this._def),{},{maxSize:{value:t,message:mi.toString(n)}}))}},{key:"size",value:function(e,t){return this.min(e,t).max(e,t)}},{key:"nonempty",value:function(e){return this.min(1,e)}}])}();Co.create=function(e,t){return new Co(Ce({valueType:e,minSize:null,maxSize:null,typeName:zo.ZodSet},_i(t)))};var Ao=function(){function e(){var t;return de(this,e),(t=fe(this,e,arguments)).validate=t.implement,t}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;if(t.parsedType!==oi.function)return vi(t,{code:ci.invalid_type,expected:oi.function,received:t.parsedType}),yi;function n(e,n){return hi({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,pi(),fi].filter(function(e){return!!e}),issueData:{code:ci.invalid_arguments,argumentsError:n}})}function r(e,n){return hi({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,pi(),fi].filter(function(e){return!!e}),issueData:{code:ci.invalid_return_type,returnTypeError:n}})}var u={errorMap:t.common.contextualErrorMap},a=t.data;if(this._def.returns instanceof Bo){var i=this;return Fi(le(ke().m(function e(){var t,o,s,c,l,f,d,p=arguments;return ke().w(function(e){for(;;)switch(e.n){case 0:for(t=p.length,o=new Array(t),s=0;s<t;s++)o[s]=p[s];return c=new li([]),e.n=1,i._def.args.parseAsync(o,u).catch(function(e){throw c.addIssue(n(o,e)),c});case 1:return l=e.v,e.n=2,Reflect.apply(a,this,l);case 2:return f=e.v,e.n=3,i._def.returns._def.type.parseAsync(f,u).catch(function(e){throw c.addIssue(r(f,e)),c});case 3:return d=e.v,e.a(2,d)}},e,this)})))}var o=this;return Fi(function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];var s=o._def.args.safeParse(t,u);if(!s.success)throw new li([n(t,s.error)]);var c=Reflect.apply(a,this,s.data),l=o._def.returns.safeParse(c,u);if(!l.success)throw new li([r(c,l.error)]);return l.data})}},{key:"parameters",value:function(){return this._def.args}},{key:"returnType",value:function(){return this._def.returns}},{key:"args",value:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return new e(Ce(Ce({},this._def),{},{args:Fo.create(n).rest(so.create())}))}},{key:"returns",value:function(t){return new e(Ce(Ce({},this._def),{},{returns:t}))}},{key:"implement",value:function(e){return this.parse(e)}},{key:"strictImplement",value:function(e){return this.parse(e)}}],[{key:"create",value:function(t,n,r){return new e(Ce({args:t||Fo.create([]).rest(so.create()),returns:n||so.create(),typeName:zo.ZodFunction},_i(r)))}}])}(),ko=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"schema",get:function(){return this._def.getter()}},{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}])}();ko.create=function(e,t){return new ko(Ce({getter:e,typeName:zo.ZodLazy},_i(t)))};var wo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(e.data!==this._def.value){var t=this._getOrReturnCtx(e);return vi(t,{received:t.data,code:ci.invalid_literal,expected:this._def.value}),yi}return{status:"valid",value:e.data}}},{key:"value",get:function(){return this._def.value}}])}();function _o(e,t){return new So(Ce({values:e,typeName:zo.ZodEnum},_i(t)))}wo.create=function(e,t){return new wo(Ce({value:e,typeName:zo.ZodLiteral},_i(t)))};var So=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if("string"!=typeof e.data){var t=this._getOrReturnCtx(e),n=this._def.values;return vi(t,{expected:ti.joinValues(n),received:t.parsedType,code:ci.invalid_type}),yi}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){var r=this._getOrReturnCtx(e),u=this._def.values;return vi(r,{received:r.data,code:ci.invalid_enum_value,options:u}),yi}return Fi(e.data)}},{key:"options",get:function(){return this._def.values}},{key:"enum",get:function(){var e,t={},n=me(this._def.values);try{for(n.s();!(e=n.n()).done;){var r=e.value;t[r]=r}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"Values",get:function(){var e,t={},n=me(this._def.values);try{for(n.s();!(e=n.n()).done;){var r=e.value;t[r]=r}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"Enum",get:function(){var e,t={},n=me(this._def.values);try{for(n.s();!(e=n.n()).done;){var r=e.value;t[r]=r}}catch(e){n.e(e)}finally{n.f()}return t}},{key:"extract",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return e.create(t,Ce(Ce({},this._def),n))}},{key:"exclude",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return e.create(this.options.filter(function(e){return!t.includes(e)}),Ce(Ce({},this._def),n))}}])}();So.create=_o;var xo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=ti.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==oi.string&&n.parsedType!==oi.number){var r=ti.objectValues(t);return vi(n,{expected:ti.joinValues(r),received:n.parsedType,code:ci.invalid_type}),yi}if(this._cache||(this._cache=new Set(ti.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){var u=ti.objectValues(t);return vi(n,{received:n.data,code:ci.invalid_enum_value,options:u}),yi}return Fi(e.data)}},{key:"enum",get:function(){return this._def.values}}])}();xo.create=function(e,t){return new xo(Ce({values:e,typeName:zo.ZodNativeEnum},_i(t)))};var Bo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"unwrap",value:function(){return this._def.type}},{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e).ctx;if(n.parsedType!==oi.promise&&!1===n.common.async)return vi(n,{code:ci.invalid_type,expected:oi.promise,received:n.parsedType}),yi;var r=n.parsedType===oi.promise?n.data:Promise.resolve(n.data);return Fi(r.then(function(e){return t._def.type.parseAsync(e,{path:n.path,errorMap:n.common.contextualErrorMap})}))}}])}();Bo.create=function(e,t){return new Bo(Ce({type:e,typeName:zo.ZodPromise},_i(t)))};var Oo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"innerType",value:function(){return this._def.schema}},{key:"sourceType",value:function(){return this._def.schema._def.typeName===zo.ZodEffects?this._def.schema.sourceType():this._def.schema}},{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),r=n.status,u=n.ctx,a=this._def.effect||null,i={addIssue:function(e){vi(u,e),e.fatal?r.abort():r.dirty()},get path(){return u.path}};if(i.addIssue=i.addIssue.bind(i),"preprocess"===a.type){var o=a.transform(u.data,i);if(u.common.async)return Promise.resolve(o).then(function(){var e=le(ke().m(function e(n){var a;return ke().w(function(e){for(;;)switch(e.n){case 0:if("aborted"!==r.value){e.n=1;break}return e.a(2,yi);case 1:return e.n=2,t._def.schema._parseAsync({data:n,path:u.path,parent:u});case 2:if("aborted"!==(a=e.v).status){e.n=3;break}return e.a(2,yi);case 3:if("dirty"!==a.status){e.n=4;break}return e.a(2,gi(a.value));case 4:if("dirty"!==r.value){e.n=5;break}return e.a(2,gi(a.value));case 5:return e.a(2,a)}},e)}));return function(t){return e.apply(this,arguments)}}());if("aborted"===r.value)return yi;var s=this._def.schema._parseSync({data:o,path:u.path,parent:u});return"aborted"===s.status?yi:"dirty"===s.status||"dirty"===r.value?gi(s.value):s}if("refinement"===a.type){var c=function(e){var t=a.refinement(e,i);if(u.common.async)return Promise.resolve(t);if(t instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return e};if(!1===u.common.async){var l=this._def.schema._parseSync({data:u.data,path:u.path,parent:u});return"aborted"===l.status?yi:("dirty"===l.status&&r.dirty(),c(l.value),{status:r.value,value:l.value})}return this._def.schema._parseAsync({data:u.data,path:u.path,parent:u}).then(function(e){return"aborted"===e.status?yi:("dirty"===e.status&&r.dirty(),c(e.value).then(function(){return{status:r.value,value:e.value}}))})}if("transform"===a.type){if(!1===u.common.async){var f=this._def.schema._parseSync({data:u.data,path:u.path,parent:u});if(!Ci(f))return yi;var d=a.transform(f.value,i);if(d instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:d}}return this._def.schema._parseAsync({data:u.data,path:u.path,parent:u}).then(function(e){return Ci(e)?Promise.resolve(a.transform(e.value,i)).then(function(e){return{status:r.value,value:e}}):yi})}ti.assertNever(a)}}])}();Oo.create=function(e,t,n){return new Oo(Ce({schema:e,typeName:zo.ZodEffects,effect:t},_i(n)))},Oo.createWithPreprocess=function(e,t,n){return new Oo(Ce({schema:t,effect:{type:"preprocess",transform:e},typeName:zo.ZodEffects},_i(n)))};var Io=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){return this._getType(e)===oi.undefined?Fi(void 0):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}])}();Io.create=function(e,t){return new Io(Ce({innerType:e,typeName:zo.ZodOptional},_i(t)))};var To=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){return this._getType(e)===oi.null?Fi(null):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}])}();To.create=function(e,t){return new To(Ce({innerType:e,typeName:zo.ZodNullable},_i(t)))};var Po=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=t.data;return t.parsedType===oi.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}},{key:"removeDefault",value:function(){return this._def.innerType}}])}();Po.create=function(e,t){return new Po(Ce({innerType:e,typeName:zo.ZodDefault,defaultValue:"function"==typeof t.default?t.default:function(){return t.default}},_i(t)))};var jo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e).ctx,r=Ce(Ce({},n),{},{common:Ce(Ce({},n.common),{},{issues:[]})}),u=this._def.innerType._parse({data:r.data,path:r.path,parent:Ce({},r)});return Ai(u)?u.then(function(e){return{status:"valid",value:"valid"===e.status?e.value:t._def.catchValue({get error(){return new li(r.common.issues)},input:r.data})}}):{status:"valid",value:"valid"===u.status?u.value:this._def.catchValue({get error(){return new li(r.common.issues)},input:r.data})}}},{key:"removeCatch",value:function(){return this._def.innerType}}])}();jo.create=function(e,t){return new jo(Ce({innerType:e,typeName:zo.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:function(){return t.catch}},_i(t)))};var No=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){if(this._getType(e)!==oi.nan){var t=this._getOrReturnCtx(e);return vi(t,{code:ci.invalid_type,expected:oi.nan,received:t.parsedType}),yi}return{status:"valid",value:e.data}}}])}();No.create=function(e){return new No(Ce({typeName:zo.ZodNaN},_i(e)))};var zo,Ro=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}},{key:"unwrap",value:function(){return this._def.type}}])}(),Mo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),r=n.status,u=n.ctx;if(u.common.async){var a=function(){var e=le(ke().m(function e(){var n;return ke().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,t._def.in._parseAsync({data:u.data,path:u.path,parent:u});case 1:if("aborted"!==(n=e.v).status){e.n=2;break}return e.a(2,yi);case 2:if("dirty"!==n.status){e.n=3;break}return r.dirty(),e.a(2,gi(n.value));case 3:return e.a(2,t._def.out._parseAsync({data:n.value,path:u.path,parent:u}));case 4:return e.a(2)}},e)}));return function(){return e.apply(this,arguments)}}();return a()}var i=this._def.in._parseSync({data:u.data,path:u.path,parent:u});return"aborted"===i.status?yi:"dirty"===i.status?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:u.path,parent:u})}}],[{key:"create",value:function(t,n){return new e({in:t,out:n,typeName:zo.ZodPipeline})}}])}(),Zo=function(){function e(){return de(this,e),fe(this,e,arguments)}return Fe(e,xi),ve(e,[{key:"_parse",value:function(e){var t=this._def.innerType._parse(e),n=function(e){return Ci(e)&&(e.value=Object.freeze(e.value)),e};return Ai(t)?t.then(function(e){return n(e)}):n(t)}},{key:"unwrap",value:function(){return this._def.innerType}}])}();function Lo(){var e,t,n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:globalThis;return r.window?"runtime/browser":(null==(e=r.navigator)?void 0:e.userAgent)?"runtime/".concat(r.navigator.userAgent.toLowerCase()):(null==(n=null==(t=r.process)?void 0:t.versions)?void 0:n.node)?"runtime/node.js/".concat(r.process.version.substring(0)):r.EdgeRuntime?"runtime/vercel-edge":"runtime/unknown"}function $o(e){for(var t=function(e){return Object.fromEntries(Object.entries(e).filter(function(e){var t=I(e,2);return t[0],null!=t[1]}))}(null!=e?e:{}),n=new Headers(t),r=n.get("user-agent")||"",u=arguments.length,a=new Array(u>1?u-1:0),i=1;i<u;i++)a[i-1]=arguments[i];return n.set("user-agent",[r].concat(a).filter(Boolean).join(" ")),Object.fromEntries(n)}Zo.create=function(e,t){return new Zo(Ce({innerType:e,typeName:zo.ZodReadonly},_i(t)))},ho.lazycreate,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"}(zo||(zo={})),Yi.create,eo.create,No.create,to.create,no.create,ro.create,uo.create,ao.create,io.create,oo.create,so.create,co.create,lo.create,fo.create,ho.create,ho.strictCreate,vo.create,Do.create,go.create,Fo.create,Eo.create,bo.create,Co.create,Ao.create,ko.create,wo.create,So.create,xo.create,Bo.create,Oo.create,Io.create,To.create,Oo.createWithPreprocess,Mo.create;var qo=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.prefix,n=e.size,r=void 0===n?16:n,u=e.alphabet,a=void 0===u?"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz":u,i=e.separator,o=void 0===i?"-":i,s=function(){for(var e=a.length,t=new Array(r),n=0;n<r;n++)t[n]=a[Math.random()*e|0];return t.join("")};if(null==t)return s;if(a.includes(o))throw new Ve({argument:"separator",message:'The separator "'.concat(o,'" must not be part of the alphabet "').concat(a,'".')});return function(){return"".concat(t).concat(o).concat(s())}},Vo=qo(),Uo=/"__proto__"\s*:/,Ho=/"constructor"\s*:/;function Wo(e){var t=JSON.parse(e);return null===t||"object"!=j(t)||!1===Uo.test(e)&&!1===Ho.test(e)?t:function(e){for(var t=[e];t.length;){var n=t;t=[];var r,u=F(n);try{for(u.s();!(r=u.n()).done;){var a=r.value;if(Object.prototype.hasOwnProperty.call(a,"__proto__"))throw new SyntaxError("Object contains forbidden prototype property");if(Object.prototype.hasOwnProperty.call(a,"constructor")&&Object.prototype.hasOwnProperty.call(a.constructor,"prototype"))throw new SyntaxError("Object contains forbidden prototype property");for(var i in a){var o=a[i];o&&"object"==j(o)&&t.push(o)}}}catch(e){u.e(e)}finally{u.f()}}return e}(t)}var Ko=Symbol.for("vercel.ai.validator");function Jo(e){return function(e){return"object"==j(e)&&null!==e&&Ko in e&&!0===e[Ko]&&"validate"in e}(e)?e:(t=e,n=function(){var e=v(x().m(function e(n){var r;return x().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,t["~standard"].validate(n);case 1:return r=e.v,e.a(2,null==r.issues?{success:!0,value:r.value}:{success:!1,error:new et({value:n,cause:r.issues})})}},e)}));return function(t){return e.apply(this,arguments)}}(),E(E({},Ko,!0),"validate",n));var t,n}function Qo(e){return Go.apply(this,arguments)}function Go(){return Go=v(x().m(function e(t){var n,r,u;return x().w(function(e){for(;;)switch(e.n){case 0:return n=t.value,r=t.schema,e.n=1,Yo({value:n,schema:r});case 1:if((u=e.v).success){e.n=2;break}throw et.wrap({value:n,cause:u.error});case 2:return e.a(2,u.value)}},e)})),Go.apply(this,arguments)}function Yo(e){return Xo.apply(this,arguments)}function Xo(){return Xo=v(x().m(function e(t){var n,r,u,a,i;return x().w(function(e){for(;;)switch(e.p=e.n){case 0:if(n=t.value,r=t.schema,u=Jo(r),e.p=1,null!=u.validate){e.n=2;break}return e.a(2,{success:!0,value:n,rawValue:n});case 2:return e.n=3,u.validate(n);case 3:return a=e.v,e.a(2,a.success?{success:!0,value:a.value,rawValue:n}:{success:!1,error:et.wrap({value:n,cause:a.error}),rawValue:n});case 4:return e.p=4,i=e.v,e.a(2,{success:!1,error:et.wrap({value:n,cause:i}),rawValue:n})}},e,null,[[1,4]])})),Xo.apply(this,arguments)}function es(e){return ts.apply(this,arguments)}function ts(){return ts=v(x().m(function e(t){var n,r,u,a,i;return x().w(function(e){for(;;)switch(e.p=e.n){case 0:if(n=t.text,r=t.schema,e.p=1,u=function(e){var t=Error.stackTraceLimit;Error.stackTraceLimit=0;try{return Wo(e)}finally{Error.stackTraceLimit=t}}(n),null!=r){e.n=2;break}a={success:!0,value:u,rawValue:u},e.n=4;break;case 2:return e.n=3,Yo({value:u,schema:r});case 3:a=e.v;case 4:return e.a(2,a);case 5:return e.p=5,i=e.v,e.a(2,{success:!1,error:Je.isInstance(i)?i:new Je({text:n,cause:i}),rawValue:void 0})}},e,null,[[1,5]])})),ts.apply(this,arguments)}function ns(e){return rs.apply(this,arguments)}function rs(){return rs=v(x().m(function e(t){return x().w(function(e){for(;;)if(0===e.n)return e.a(2,("function"==typeof t&&(t=t()),Promise.resolve(t)))},e)})),rs.apply(this,arguments)}var us=function(e,t){for(var n=0;n<e.length&&n<t.length&&e[n]===t[n];n++);return[(e.length-n).toString()].concat(T(t.slice(n))).join("/")},as=Symbol("Let zodToJsonSchema decide on which parser to use"),is={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",strictUnions:!1,definitions:{},errorMessages:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref"};function os(e,t){return Is(e.type._def,t)}function ss(e,t,n){var r=null!=n?n:t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map(function(n,r){return ss(e,t,n)})};switch(r){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return cs(e)}}var cs=function(e){var t,n={type:"integer",format:"unix-time"},r=F(e.checks);try{for(r.s();!(t=r.n()).done;){var u=t.value;switch(u.kind){case"min":n.minimum=u.value;break;case"max":n.maximum=u.value}}}catch(e){r.e(e)}finally{r.f()}return n},ls=void 0,fs=/^[cC][^\s-]{8,}$/,ds=/^[0-9a-z]+$/,ps=/^[0-9A-HJKMNP-TV-Z]{26}$/,hs=/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,vs=function(){return void 0===ls&&(ls=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),ls},ms=/^(?:(?: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])$/,Ds=/^(([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])$/,ys=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,gs=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Fs=/^[a-zA-Z0-9_-]{21}$/,Es=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/;function bs(e,t){var n={type:"string"};if(e.checks){var r,u=F(e.checks);try{for(u.s();!(r=u.n()).done;){var a=r.value;switch(a.kind){case"min":n.minLength="number"==typeof n.minLength?Math.max(n.minLength,a.value):a.value;break;case"max":n.maxLength="number"==typeof n.maxLength?Math.min(n.maxLength,a.value):a.value;break;case"email":switch(t.emailStrategy){case"format:email":ks(n,"email",a.message,t);break;case"format:idn-email":ks(n,"idn-email",a.message,t);break;case"pattern:zod":ws(n,hs,a.message,t)}break;case"url":ks(n,"uri",a.message,t);break;case"uuid":ks(n,"uuid",a.message,t);break;case"regex":ws(n,a.regex,a.message,t);break;case"cuid":ws(n,fs,a.message,t);break;case"cuid2":ws(n,ds,a.message,t);break;case"startsWith":ws(n,RegExp("^".concat(Cs(a.value,t))),a.message,t);break;case"endsWith":ws(n,RegExp("".concat(Cs(a.value,t),"$")),a.message,t);break;case"datetime":ks(n,"date-time",a.message,t);break;case"date":ks(n,"date",a.message,t);break;case"time":ks(n,"time",a.message,t);break;case"duration":ks(n,"duration",a.message,t);break;case"length":n.minLength="number"==typeof n.minLength?Math.max(n.minLength,a.value):a.value,n.maxLength="number"==typeof n.maxLength?Math.min(n.maxLength,a.value):a.value;break;case"includes":ws(n,RegExp(Cs(a.value,t)),a.message,t);break;case"ip":"v6"!==a.version&&ks(n,"ipv4",a.message,t),"v4"!==a.version&&ks(n,"ipv6",a.message,t);break;case"base64url":ws(n,gs,a.message,t);break;case"jwt":ws(n,Es,a.message,t);break;case"cidr":"v6"!==a.version&&ws(n,ms,a.message,t),"v4"!==a.version&&ws(n,Ds,a.message,t);break;case"emoji":ws(n,vs(),a.message,t);break;case"ulid":ws(n,ps,a.message,t);break;case"base64":switch(t.base64Strategy){case"format:binary":ks(n,"binary",a.message,t);break;case"contentEncoding:base64":n.contentEncoding="base64";break;case"pattern:zod":ws(n,ys,a.message,t)}break;case"nanoid":ws(n,Fs,a.message,t)}}}catch(e){u.e(e)}finally{u.f()}}return n}function Cs(e,t){return"escape"===t.patternStrategy?function(e){for(var t="",n=0;n<e.length;n++)As.has(e[n])||(t+="\\"),t+=e[n];return t}(e):e}var As=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function ks(e,t,n,r){var u;e.format||(null==(u=e.anyOf)?void 0:u.some(function(e){return e.format}))?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push({format:e.format}),delete e.format),e.anyOf.push(_({format:t},n&&r.errorMessages&&{errorMessage:{format:n}}))):e.format=t}function ws(e,t,n,r){var u;e.pattern||(null==(u=e.allOf)?void 0:u.some(function(e){return e.pattern}))?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push({pattern:e.pattern}),delete e.pattern),e.allOf.push(_({pattern:_s(t,r)},n&&r.errorMessages&&{errorMessage:{pattern:n}}))):e.pattern=_s(t,r)}function _s(e,t){var n;if(!t.applyRegexFlags||!e.flags)return e.source;for(var r=e.flags.includes("i"),u=e.flags.includes("m"),a=e.flags.includes("s"),i=r?e.source.toLowerCase():e.source,o="",s=!1,c=!1,l=!1,f=0;f<i.length;f++)if(s)o+=i[f],s=!1;else{if(r)if(c){if(i[f].match(/[a-z]/)){l?(o+=i[f],o+="".concat(i[f-2],"-").concat(i[f]).toUpperCase(),l=!1):"-"===i[f+1]&&(null==(n=i[f+2])?void 0:n.match(/[a-z]/))?(o+=i[f],l=!0):o+="".concat(i[f]).concat(i[f].toUpperCase());continue}}else if(i[f].match(/[a-z]/)){o+="[".concat(i[f]).concat(i[f].toUpperCase(),"]");continue}if(u){if("^"===i[f]){o+="(^|(?<=[\r\n]))";continue}if("$"===i[f]){o+="($|(?=[\r\n]))";continue}}a&&"."===i[f]?o+=c?"".concat(i[f],"\r\n"):"[".concat(i[f],"\r\n]"):(o+=i[f],"\\"===i[f]?s=!0:c&&"]"===i[f]?c=!1:c||"["!==i[f]||(c=!0))}try{new RegExp(o)}catch(n){return console.warn("Could not convert regex pattern at ".concat(t.currentPath.join("/")," to a flag-independent form! Falling back to the flag-ignorant source")),e.source}return o}function Ss(e,t){var n,r,u,a,i,o,s={type:"object",additionalProperties:null!=(n=Is(e.valueType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["additionalProperties"])})))?n:t.allowedAdditionalProperties};if((null==(r=e.keyType)?void 0:r._def.typeName)===zo.ZodString&&(null==(u=e.keyType._def.checks)?void 0:u.length)){var c=bs(e.keyType._def,t);c.type;var l=S(c,te);return _(_({},s),{},{propertyNames:l})}if((null==(a=e.keyType)?void 0:a._def.typeName)===zo.ZodEnum)return _(_({},s),{},{propertyNames:{enum:e.keyType._def.values}});if((null==(i=e.keyType)?void 0:i._def.typeName)===zo.ZodBranded&&e.keyType._def.type._def.typeName===zo.ZodString&&(null==(o=e.keyType._def.type._def.checks)?void 0:o.length)){var f=os(e.keyType._def,t);f.type;var d=S(f,ne);return _(_({},s),{},{propertyNames:d})}return s}var xs={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Bs(e){try{return e.isOptional()}catch(e){return!0}}var Os=function(e,t,n){switch(t){case zo.ZodString:return bs(e,n);case zo.ZodNumber:return function(e){var t={type:"number"};if(!e.checks)return t;var n,r=F(e.checks);try{for(r.s();!(n=r.n()).done;){var u=n.value;switch(u.kind){case"int":t.type="integer";break;case"min":u.inclusive?t.minimum=u.value:t.exclusiveMinimum=u.value;break;case"max":u.inclusive?t.maximum=u.value:t.exclusiveMaximum=u.value;break;case"multipleOf":t.multipleOf=u.value}}}catch(e){r.e(e)}finally{r.f()}return t}(e);case zo.ZodObject:return function(e,t){var n={type:"object",properties:{}},r=[],u=e.shape();for(var a in u){var i=u[a];if(void 0!==i&&void 0!==i._def){var o=Bs(i),s=Is(i._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["properties",a]),propertyPath:[].concat(T(t.currentPath),["properties",a])}));void 0!==s&&(n.properties[a]=s,o||r.push(a))}}r.length&&(n.required=r);var c=function(e,t){if("ZodNever"!==e.catchall._def.typeName)return Is(e.catchall._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["additionalProperties"])}));switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return"strict"===t.removeAdditionalStrategy?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}(e,t);return void 0!==c&&(n.additionalProperties=c),n}(e,n);case zo.ZodBigInt:return function(e){var t={type:"integer",format:"int64"};if(!e.checks)return t;var n,r=F(e.checks);try{for(r.s();!(n=r.n()).done;){var u=n.value;switch(u.kind){case"min":u.inclusive?t.minimum=u.value:t.exclusiveMinimum=u.value;break;case"max":u.inclusive?t.maximum=u.value:t.exclusiveMaximum=u.value;break;case"multipleOf":t.multipleOf=u.value}}}catch(e){r.e(e)}finally{r.f()}return t}(e);case zo.ZodBoolean:return{type:"boolean"};case zo.ZodDate:return ss(e,n);case zo.ZodUndefined:return{not:{}};case zo.ZodNull:return{type:"null"};case zo.ZodArray:return function(e,t){var n,r,u,a={type:"array"};return(null==(n=e.type)?void 0:n._def)&&(null==(u=null==(r=e.type)?void 0:r._def)?void 0:u.typeName)!==zo.ZodAny&&(a.items=Is(e.type._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items"])}))),e.minLength&&(a.minItems=e.minLength.value),e.maxLength&&(a.maxItems=e.maxLength.value),e.exactLength&&(a.minItems=e.exactLength.value,a.maxItems=e.exactLength.value),a}(e,n);case zo.ZodUnion:case zo.ZodDiscriminatedUnion:return function(e,t){var n=e.options instanceof Map?Array.from(e.options.values()):e.options;if(n.every(function(e){return e._def.typeName in xs&&(!e._def.checks||!e._def.checks.length)})){var r=n.reduce(function(e,t){var n=xs[t._def.typeName];return n&&!e.includes(n)?[].concat(T(e),[n]):e},[]);return{type:r.length>1?r:r[0]}}if(n.every(function(e){return"ZodLiteral"===e._def.typeName&&!e.description})){var u=n.reduce(function(e,t){var n=j(t._def.value);switch(n){case"string":case"number":case"boolean":return[].concat(T(e),[n]);case"bigint":return[].concat(T(e),["integer"]);case"object":if(null===t._def.value)return[].concat(T(e),["null"]);default:return e}},[]);if(u.length===n.length){var a=u.filter(function(e,t,n){return n.indexOf(e)===t});return{type:a.length>1?a:a[0],enum:n.reduce(function(e,t){return e.includes(t._def.value)?e:[].concat(T(e),[t._def.value])},[])}}}else if(n.every(function(e){return"ZodEnum"===e._def.typeName}))return{type:"string",enum:n.reduce(function(e,t){return[].concat(T(e),T(t._def.values.filter(function(t){return!e.includes(t)})))},[])};return function(e,t){var n=(e.options instanceof Map?Array.from(e.options.values()):e.options).map(function(e,n){return Is(e._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["anyOf","".concat(n)])}))}).filter(function(e){return!!e&&(!t.strictUnions||"object"==j(e)&&Object.keys(e).length>0)});return n.length?{anyOf:n}:void 0}(e,t)}(e,n);case zo.ZodIntersection:return function(e,t){var n=[Is(e.left._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["allOf","0"])})),Is(e.right._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["allOf","1"])}))].filter(function(e){return!!e}),r=[];return n.forEach(function(e){if("type"in(n=e)&&"string"===n.type||!("allOf"in n)){var t=e;if("additionalProperties"in e&&!1===e.additionalProperties)e.additionalProperties,t=S(e,re);r.push(t)}else r.push.apply(r,T(e.allOf));var n}),r.length?{allOf:r}:void 0}(e,n);case zo.ZodTuple:return function(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map(function(e,n){return Is(e._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items","".concat(n)])}))}).reduce(function(e,t){return void 0===t?e:[].concat(T(e),[t])},[]),additionalItems:Is(e.rest._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["additionalItems"])}))}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map(function(e,n){return Is(e._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items","".concat(n)])}))}).reduce(function(e,t){return void 0===t?e:[].concat(T(e),[t])},[])}}(e,n);case zo.ZodRecord:return Ss(e,n);case zo.ZodLiteral:return function(e){var t=j(e.value);return"bigint"!==t&&"number"!==t&&"boolean"!==t&&"string"!==t?{type:Array.isArray(e.value)?"array":"object"}:{type:"bigint"===t?"integer":t,const:e.value}}(e);case zo.ZodEnum:return function(e){return{type:"string",enum:Array.from(e.values)}}(e);case zo.ZodNativeEnum:return function(e){var t=e.values,n=Object.keys(e.values).filter(function(e){return"number"!=typeof t[t[e]]}).map(function(e){return t[e]}),r=Array.from(new Set(n.map(function(e){return j(e)})));return{type:1===r.length?"string"===r[0]?"string":"number":["string","number"],enum:n}}(e);case zo.ZodNullable:return function(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return{type:[xs[e.innerType._def.typeName],"null"]};var n=Is(e.innerType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["anyOf","0"])}));return n&&{anyOf:[n,{type:"null"}]}}(e,n);case zo.ZodOptional:return function(e,t){var n;if(t.currentPath.toString()===(null==(n=t.propertyPath)?void 0:n.toString()))return Is(e.innerType._def,t);var r=Is(e.innerType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["anyOf","1"])}));return r?{anyOf:[{not:{}},r]}:{}}(e,n);case zo.ZodMap:return function(e,t){return"record"===t.mapStrategy?Ss(e,t):{type:"array",maxItems:125,items:{type:"array",items:[Is(e.keyType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items","items","0"])}))||{},Is(e.valueType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items","items","1"])}))||{}],minItems:2,maxItems:2}}}(e,n);case zo.ZodSet:return function(e,t){var n={type:"array",uniqueItems:!0,items:Is(e.valueType._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["items"])}))};return e.minSize&&(n.minItems=e.minSize.value),e.maxSize&&(n.maxItems=e.maxSize.value),n}(e,n);case zo.ZodLazy:return function(){return e.getter()._def};case zo.ZodPromise:return function(e,t){return Is(e.type._def,t)}(e,n);case zo.ZodNaN:case zo.ZodNever:return{not:{}};case zo.ZodEffects:return function(e,t){return"input"===t.effectStrategy?Is(e.schema._def,t):{}}(e,n);case zo.ZodAny:case zo.ZodUnknown:return{};case zo.ZodDefault:return function(e,t){return _(_({},Is(e.innerType._def,t)),{},{default:e.defaultValue()})}(e,n);case zo.ZodBranded:return os(e,n);case zo.ZodReadonly:case zo.ZodCatch:return function(e,t){return Is(e.innerType._def,t)}(e,n);case zo.ZodPipeline:return function(e,t){if("input"===t.pipeStrategy)return Is(e.in._def,t);if("output"===t.pipeStrategy)return Is(e.out._def,t);var n=Is(e.in._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["allOf","0"])}));return{allOf:[n,Is(e.out._def,_(_({},t),{},{currentPath:[].concat(T(t.currentPath),["allOf",n?"1":"0"])}))].filter(function(e){return void 0!==e})}}(e,n);case zo.ZodFunction:case zo.ZodVoid:case zo.ZodSymbol:default:return}};function Is(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],u=t.seen.get(e);if(t.override){var a=null==(n=t.override)?void 0:n.call(t,e,t,u,r);if(a!==as)return a}if(u&&!r){var i=Ts(u,t);if(void 0!==i)return i}var o={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,o);var s=Os(e,e.typeName,t),c="function"==typeof s?Is(s(),t):s;if(c&&Ps(e,t,c),t.postProcess){var l=t.postProcess(c,e,t);return o.jsonSchema=c,l}return o.jsonSchema=c,c}var Ts=function(e,t){switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:us(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every(function(e,n){return t.currentPath[n]===e})?(console.warn("Recursive reference detected at ".concat(t.currentPath.join("/"),"! Defaulting to any")),{}):"seen"===t.$refStrategy?{}:void 0}},Ps=function(e,t,n){return e.description&&(n.description=e.description),n},js=function(e,t){var n,r=function(e){var t=function(e){return"string"==typeof e?_(_({},is),{},{name:e}):_(_({},is),e)}(e),n=void 0!==t.name?[].concat(T(t.basePath),[t.definitionPath,t.name]):t.basePath;return _(_({},t),{},{currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(function(e){var n=I(e,2),r=n[0],u=n[1];return[u._def,{def:u._def,path:[].concat(T(t.basePath),[t.definitionPath,r]),jsonSchema:void 0}]}))})}(t),u="object"==j(t)&&t.definitions?Object.entries(t.definitions).reduce(function(e,t){var n,u=I(t,2),a=u[0],i=u[1];return _(_({},e),{},E({},a,null!=(n=Is(i._def,_(_({},r),{},{currentPath:[].concat(T(r.basePath),[r.definitionPath,a])}),!0))?n:{}))},{}):void 0,a="string"==typeof t?t:"title"===(null==t?void 0:t.nameStrategy)||null==t?void 0:t.name,i=null!=(n=Is(e._def,void 0===a?r:_(_({},r),{},{currentPath:[].concat(T(r.basePath),[r.definitionPath,a])}),!1))?n:{},o="object"==j(t)&&void 0!==t.name&&"title"===t.nameStrategy?t.name:void 0;void 0!==o&&(i.title=o);var s=void 0===a?u?_(_({},i),{},E({},r.definitionPath,u)):i:E({$ref:[].concat(T("relative"===r.$refStrategy?[]:r.basePath),[r.definitionPath,a]).join("/")},r.definitionPath,_(_({},u),{},E({},a,i)));return s.$schema="http://json-schema.org/draft-07/schema#",s};function Ns(e,t){return function(e){return"_zod"in e}(e)?function(e){return Rs(function(e,t){if(e instanceof nu){var n,r=new ku(t),u={},a=me(e._idmap.entries());try{for(a.s();!(n=a.n()).done;){var i=Se(n.value,2),o=(i[0],i[1]);r.process(o)}}catch(e){a.e(e)}finally{a.f()}var s,c={},l={registry:e,uri:null==t?void 0:t.uri,defs:u},f=me(e._idmap.entries());try{for(f.s();!(s=f.n()).done;){var d=Se(s.value,2),p=d[0],h=d[1];c[p]=r.emit(h,Ce(Ce({},t),{},{external:l}))}}catch(e){f.e(e)}finally{f.f()}if(Object.keys(u).length>0){var v="draft-2020-12"===r.target?"$defs":"definitions";c.__shared=De({},v,u)}return{schemas:c}}var m=new ku(t);return m.process(e),m.emit(e,t)}(e,{target:"draft-7",io:"output",reused:"inline"}),{validate:(t=v(x().m(function t(n){var r;return x().w(function(t){for(;;)switch(t.n){case 0:return t.n=1,Nu(e,n);case 1:return r=t.v,t.a(2,r.success?{success:!0,value:r.data}:{success:!1,error:r.error})}},t)})),function(e){return t.apply(this,arguments)})});var t}(e):function(e){return Rs(js(e,{$refStrategy:"none"}),{validate:(t=v(x().m(function t(n){var r;return x().w(function(t){for(;;)switch(t.n){case 0:return t.n=1,e.safeParseAsync(n);case 1:return r=t.v,t.a(2,r.success?{success:!0,value:r.data}:{success:!1,error:r.error})}},t)})),function(e){return t.apply(this,arguments)})});var t}(e)}var zs=Symbol.for("vercel.ai.schema");function Rs(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).validate;return E(E(E(E(E({},zs,!0),"_type",void 0),Ko,!0),"jsonSchema",e),"validate",t)}var Ms,Zs=Object.defineProperty,Ls="AI_NoObjectGeneratedError",$s="vercel.ai.error.".concat(Ls),qs=Symbol.for($s),Vs=function(){function e(t){var n,r=t.message,u=void 0===r?"No object generated.":r,a=t.cause,i=t.text,o=t.response,s=t.usage,c=t.finishReason;return D(this,e),(n=m(this,e,[{name:Ls,message:u,cause:a}]))[Ms]=!0,n.text=i,n.response=o,n.usage=s,n.finishReason=c,n}return A(e,Re),g(e,null,[{key:"isInstance",value:function(e){return Re.hasMarker(e,$s)}}])}();Ms=qs;var Us,Hs,Ws="5.0.48",Ks=ja([Ku(),ii(Uint8Array),ii(ArrayBuffer),(Us=function(e){var t,n;return null!=(n=null==(t=globalThis.Buffer)?void 0:t.isBuffer(e))&&n},Hs={message:"Must be a Buffer"},function(e,t){var n,r=_t(Hs);return null!==(n=r.abort)&&void 0!==n||(r.abort=!0),new e(Ce({type:"custom",check:"custom",fn:t},r))}(ai,null!=Us?Us:function(){return!0}))]),Js=new ui({type:"lazy",getter:function(){return ja([Ca(),Ku(),Da(),Ea(),Ma(Ku(),Js),xa(Js)])}}),Qs=Ma(Ku(),Ma(Ku(),Js)),Gs=Oa({type:qa("text"),text:Ku(),providerOptions:Qs.optional()}),Ys=Oa({type:qa("image"),image:ja([Ks,ii(URL)]),mediaType:Ku().optional(),providerOptions:Qs.optional()}),Xs=Oa({type:qa("file"),data:ja([Ks,ii(URL)]),filename:Ku().optional(),mediaType:Ku(),providerOptions:Qs.optional()}),ec=Oa({type:qa("reasoning"),text:Ku(),providerOptions:Qs.optional()}),tc=Oa({type:qa("tool-call"),toolCallId:Ku(),toolName:Ku(),input:ka(),providerOptions:Qs.optional(),providerExecuted:Ea().optional()}),nc=new Na(Ce({type:"union",options:[Oa({type:qa("text"),value:Ku()}),Oa({type:qa("json"),value:Js}),Oa({type:qa("error-text"),value:Ku()}),Oa({type:qa("error-json"),value:Js}),Oa({type:qa("content"),value:xa(ja([Oa({type:qa("text"),text:Ku()}),Oa({type:qa("media"),data:Ku(),mediaType:Ku()})]))})],discriminator:"type"},_t(undefined))),rc=Oa({type:qa("tool-result"),toolCallId:Ku(),toolName:Ku(),output:nc,providerOptions:Qs.optional()}),uc=Oa({role:qa("system"),content:Ku(),providerOptions:Qs.optional()}),ac=Oa({role:qa("user"),content:ja([Ku(),xa(ja([Gs,Ys,Xs]))]),providerOptions:Qs.optional()}),ic=Oa({role:qa("assistant"),content:ja([Ku(),xa(ja([Gs,Xs,ec,tc,rc]))]),providerOptions:Qs.optional()});ja([uc,ac,ic,Oa({role:qa("tool"),content:xa(rc),providerOptions:Qs.optional()})]),qo({prefix:"aitxt",size:24}),TransformStream;var oc=ja([Ia({type:qa("text-start"),id:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("text-delta"),id:Ku(),delta:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("text-end"),id:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("error"),errorText:Ku()}),Ia({type:qa("tool-input-start"),toolCallId:Ku(),toolName:Ku(),providerExecuted:Ea().optional(),dynamic:Ea().optional()}),Ia({type:qa("tool-input-delta"),toolCallId:Ku(),inputTextDelta:Ku()}),Ia({type:qa("tool-input-available"),toolCallId:Ku(),toolName:Ku(),input:ka(),providerExecuted:Ea().optional(),providerMetadata:Qs.optional(),dynamic:Ea().optional()}),Ia({type:qa("tool-input-error"),toolCallId:Ku(),toolName:Ku(),input:ka(),providerExecuted:Ea().optional(),providerMetadata:Qs.optional(),dynamic:Ea().optional(),errorText:Ku()}),Ia({type:qa("tool-output-available"),toolCallId:Ku(),output:ka(),providerExecuted:Ea().optional(),dynamic:Ea().optional(),preliminary:Ea().optional()}),Ia({type:qa("tool-output-error"),toolCallId:Ku(),errorText:Ku(),providerExecuted:Ea().optional(),dynamic:Ea().optional()}),Ia({type:qa("reasoning"),text:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("reasoning-start"),id:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("reasoning-delta"),id:Ku(),delta:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("reasoning-end"),id:Ku(),providerMetadata:Qs.optional()}),Ia({type:qa("reasoning-part-finish")}),Ia({type:qa("source-url"),sourceId:Ku(),url:Ku(),title:Ku().optional(),providerMetadata:Qs.optional()}),Ia({type:qa("source-document"),sourceId:Ku(),mediaType:Ku(),title:Ku(),filename:Ku().optional(),providerMetadata:Qs.optional()}),Ia({type:qa("file"),url:Ku(),mediaType:Ku(),providerMetadata:Qs.optional()}),Ia({type:Ku().startsWith("data-"),id:Ku().optional(),data:ka(),transient:Ea().optional()}),Ia({type:qa("start-step")}),Ia({type:qa("finish-step")}),Ia({type:qa("start"),messageId:Ku().optional(),messageMetadata:ka().optional()}),Ia({type:qa("finish"),messageMetadata:ka().optional()}),Ia({type:qa("abort")}),Ia({type:qa("message-metadata"),messageMetadata:ka()})]);function sc(e,t){if(void 0!==e||void 0!==t){if(void 0===e)return t;if(void 0===t)return e;var n=_({},e);for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){var u=t[r];if(void 0===u)continue;var a=r in e?e[r]:void 0,i=!(null===u||"object"!=j(u)||Array.isArray(u)||u instanceof Date||u instanceof RegExp),o=!(null==a||"object"!=j(a)||Array.isArray(a)||a instanceof Date||a instanceof RegExp);n[r]=i&&o?sc(a,u):u}return n}}function cc(e){var t=["ROOT"],n=-1,r=null;function u(e,u,a){switch(e){case'"':n=u,t.pop(),t.push(a),t.push("INSIDE_STRING");break;case"f":case"t":case"n":n=u,r=u,t.pop(),t.push(a),t.push("INSIDE_LITERAL");break;case"-":t.pop(),t.push(a),t.push("INSIDE_NUMBER");break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":n=u,t.pop(),t.push(a),t.push("INSIDE_NUMBER");break;case"{":n=u,t.pop(),t.push(a),t.push("INSIDE_OBJECT_START");break;case"[":n=u,t.pop(),t.push(a),t.push("INSIDE_ARRAY_START")}}function a(e,r){switch(e){case",":t.pop(),t.push("INSIDE_OBJECT_AFTER_COMMA");break;case"}":n=r,t.pop()}}function i(e,r){switch(e){case",":t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break;case"]":n=r,t.pop()}}for(var o=0;o<e.length;o++){var s=e[o];switch(t[t.length-1]){case"ROOT":u(s,o,"FINISH");break;case"INSIDE_OBJECT_START":switch(s){case'"':t.pop(),t.push("INSIDE_OBJECT_KEY");break;case"}":n=o,t.pop()}break;case"INSIDE_OBJECT_AFTER_COMMA":'"'===s&&(t.pop(),t.push("INSIDE_OBJECT_KEY"));break;case"INSIDE_OBJECT_KEY":'"'===s&&(t.pop(),t.push("INSIDE_OBJECT_AFTER_KEY"));break;case"INSIDE_OBJECT_AFTER_KEY":":"===s&&(t.pop(),t.push("INSIDE_OBJECT_BEFORE_VALUE"));break;case"INSIDE_OBJECT_BEFORE_VALUE":u(s,o,"INSIDE_OBJECT_AFTER_VALUE");break;case"INSIDE_OBJECT_AFTER_VALUE":a(s,o);break;case"INSIDE_STRING":switch(s){case'"':t.pop(),n=o;break;case"\\":t.push("INSIDE_STRING_ESCAPE");break;default:n=o}break;case"INSIDE_ARRAY_START":"]"===s?(n=o,t.pop()):(n=o,u(s,o,"INSIDE_ARRAY_AFTER_VALUE"));break;case"INSIDE_ARRAY_AFTER_VALUE":switch(s){case",":t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break;case"]":n=o,t.pop();break;default:n=o}break;case"INSIDE_ARRAY_AFTER_COMMA":u(s,o,"INSIDE_ARRAY_AFTER_VALUE");break;case"INSIDE_STRING_ESCAPE":t.pop(),n=o;break;case"INSIDE_NUMBER":switch(s){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":n=o;break;case"e":case"E":case"-":case".":break;case",":t.pop(),"INSIDE_ARRAY_AFTER_VALUE"===t[t.length-1]&&i(s,o),"INSIDE_OBJECT_AFTER_VALUE"===t[t.length-1]&&a(s,o);break;case"}":t.pop(),"INSIDE_OBJECT_AFTER_VALUE"===t[t.length-1]&&a(s,o);break;case"]":t.pop(),"INSIDE_ARRAY_AFTER_VALUE"===t[t.length-1]&&i(s,o);break;default:t.pop()}break;case"INSIDE_LITERAL":var c=e.substring(r,o+1);"false".startsWith(c)||"true".startsWith(c)||"null".startsWith(c)?n=o:(t.pop(),"INSIDE_OBJECT_AFTER_VALUE"===t[t.length-1]?a(s,o):"INSIDE_ARRAY_AFTER_VALUE"===t[t.length-1]&&i(s,o))}}for(var l=e.slice(0,n+1),f=t.length-1;f>=0;f--)switch(t[f]){case"INSIDE_STRING":l+='"';break;case"INSIDE_OBJECT_KEY":case"INSIDE_OBJECT_AFTER_KEY":case"INSIDE_OBJECT_AFTER_COMMA":case"INSIDE_OBJECT_START":case"INSIDE_OBJECT_BEFORE_VALUE":case"INSIDE_OBJECT_AFTER_VALUE":l+="}";break;case"INSIDE_ARRAY_START":case"INSIDE_ARRAY_AFTER_COMMA":case"INSIDE_ARRAY_AFTER_VALUE":l+="]";break;case"INSIDE_LITERAL":var d=e.substring(r,e.length);"true".startsWith(d)?l+="true".slice(d.length):"false".startsWith(d)?l+="false".slice(d.length):"null".startsWith(d)&&(l+="null".slice(d.length))}return l}function lc(e){return fc.apply(this,arguments)}function fc(){return fc=v(x().m(function e(t){var n,r;return x().w(function(e){for(;;)switch(e.n){case 0:if(void 0!==t){e.n=1;break}return e.a(2,{value:void 0,state:"undefined-input"});case 1:return e.n=2,es({text:t});case 2:if(!(n=e.v).success){e.n=3;break}r={value:n.value,state:"successful-parse"},e.n=5;break;case 3:return e.n=4,es({text:cc(t)});case 4:n=e.v,r=n.success?{value:n.value,state:"repaired-parse"}:{value:void 0,state:"failed-parse"};case 5:return e.a(2,r)}},e)})),fc.apply(this,arguments)}function dc(e){return e.type.startsWith("tool-")}function pc(e){return dc(e)||function(e){return"dynamic-tool"===e.type}(e)}function hc(e){return e.type.split("-").slice(1).join("-")}function vc(e){var t=e.lastMessage,n=e.messageId;return{message:"assistant"===(null==t?void 0:t.role)?t:{id:n,metadata:void 0,role:"assistant",parts:[]},activeTextParts:{},activeReasoningParts:{},partialToolCalls:{}}}function mc(e){var t=e.stream,n=e.messageMetadataSchema,r=e.dataPartSchemas,u=e.runUpdateMessageJob,a=e.onError,i=e.onToolCall,o=e.onData;return t.pipeThrough(new TransformStream({transform:function(e,t){return v(x().m(function s(){return x().w(function(s){for(;;)switch(s.n){case 0:return s.n=1,u(function(){var u=v(x().m(function u(s){var c,l,f,d,p,h,m,D,y,g,F,E,b,C,A,k,w,S,B,O,I,T,P,j,N,z,R,M,Z;return x().w(function(u){for(;;)switch(u.n){case 0:E=function(){return E=v(x().m(function e(t){var r;return x().w(function(e){for(;;)switch(e.n){case 0:if(null==t){e.n=2;break}if(r=null!=c.message.metadata?sc(c.message.metadata,t):t,!(null!=n)){e.n=1;break}return e.n=1,Qo({value:r,schema:n});case 1:c.message.metadata=r;case 2:return e.a(2)}},e)})),E.apply(this,arguments)},F=function(e){return E.apply(this,arguments)},g=function(e){var t,n=c.message.parts.find(function(t){return"dynamic-tool"===t.type&&t.toolCallId===e.toolCallId}),r=e,u=n;null!=n?(n.state=e.state,u.toolName=e.toolName,u.input=r.input,u.output=r.output,u.errorText=r.errorText,u.rawInput=null!=(t=r.rawInput)?t:u.rawInput,u.preliminary=r.preliminary,null!=r.providerMetadata&&"input-available"===n.state&&(n.callProviderMetadata=r.providerMetadata)):c.message.parts.push(_({type:"dynamic-tool",toolName:e.toolName,toolCallId:e.toolCallId,state:e.state,input:r.input,output:r.output,errorText:r.errorText,preliminary:r.preliminary},null!=r.providerMetadata?{callProviderMetadata:r.providerMetadata}:{}))},y=function(e){var t,n=c.message.parts.find(function(t){return dc(t)&&t.toolCallId===e.toolCallId}),r=e,u=n;null!=n?(n.state=e.state,u.input=r.input,u.output=r.output,u.errorText=r.errorText,u.rawInput=r.rawInput,u.preliminary=r.preliminary,u.providerExecuted=null!=(t=r.providerExecuted)?t:n.providerExecuted,null!=r.providerMetadata&&"input-available"===n.state&&(n.callProviderMetadata=r.providerMetadata)):c.message.parts.push(_({type:"tool-".concat(e.toolName),toolCallId:e.toolCallId,state:e.state,input:r.input,output:r.output,rawInput:r.rawInput,errorText:r.errorText,providerExecuted:r.providerExecuted,preliminary:r.preliminary},null!=r.providerMetadata?{callProviderMetadata:r.providerMetadata}:{}))},D=function(e){var t=c.message.parts.filter(function(e){return"dynamic-tool"===e.type}).find(function(t){return t.toolCallId===e});if(null==t)throw new Error("tool-output-error must be preceded by a tool-input-available");return t},m=function(e){var t=c.message.parts.filter(dc).find(function(t){return t.toolCallId===e});if(null==t)throw new Error("tool-output-error must be preceded by a tool-input-available");return t},c=s.state,l=s.write,Z=e.type,u.n="text-start"===Z?1:"text-delta"===Z?2:"text-end"===Z?3:"reasoning-start"===Z?4:"reasoning-delta"===Z?5:"reasoning-end"===Z?6:"file"===Z?7:"source-url"===Z?8:"source-document"===Z?9:"tool-input-start"===Z?10:"tool-input-delta"===Z?11:"tool-input-available"===Z?13:"tool-input-error"===Z?15:"tool-output-available"===Z?16:"tool-output-error"===Z?17:"start-step"===Z?18:"finish-step"===Z?19:"start"===Z?20:"finish"===Z||"message-metadata"===Z?22:"error"===Z?24:25;break;case 1:return b={type:"text",text:"",providerMetadata:e.providerMetadata,state:"streaming"},c.activeTextParts[e.id]=b,c.message.parts.push(b),l(),u.a(3,28);case 2:return(C=c.activeTextParts[e.id]).text+=e.delta,C.providerMetadata=null!=(f=e.providerMetadata)?f:C.providerMetadata,l(),u.a(3,28);case 3:return(A=c.activeTextParts[e.id]).state="done",A.providerMetadata=null!=(d=e.providerMetadata)?d:A.providerMetadata,delete c.activeTextParts[e.id],l(),u.a(3,28);case 4:return k={type:"reasoning",text:"",providerMetadata:e.providerMetadata,state:"streaming"},c.activeReasoningParts[e.id]=k,c.message.parts.push(k),l(),u.a(3,28);case 5:return(w=c.activeReasoningParts[e.id]).text+=e.delta,w.providerMetadata=null!=(p=e.providerMetadata)?p:w.providerMetadata,l(),u.a(3,28);case 6:return(S=c.activeReasoningParts[e.id]).providerMetadata=null!=(h=e.providerMetadata)?h:S.providerMetadata,S.state="done",delete c.activeReasoningParts[e.id],l(),u.a(3,28);case 7:return c.message.parts.push({type:"file",mediaType:e.mediaType,url:e.url}),l(),u.a(3,28);case 8:return c.message.parts.push({type:"source-url",sourceId:e.sourceId,url:e.url,title:e.title,providerMetadata:e.providerMetadata}),l(),u.a(3,28);case 9:return c.message.parts.push({type:"source-document",sourceId:e.sourceId,mediaType:e.mediaType,title:e.title,filename:e.filename,providerMetadata:e.providerMetadata}),l(),u.a(3,28);case 10:return B=c.message.parts.filter(dc),c.partialToolCalls[e.toolCallId]={text:"",toolName:e.toolName,index:B.length,dynamic:e.dynamic},e.dynamic?g({toolCallId:e.toolCallId,toolName:e.toolName,state:"input-streaming",input:void 0}):y({toolCallId:e.toolCallId,toolName:e.toolName,state:"input-streaming",input:void 0,providerExecuted:e.providerExecuted}),l(),u.a(3,28);case 11:return(O=c.partialToolCalls[e.toolCallId]).text+=e.inputTextDelta,u.n=12,lc(O.text);case 12:return I=u.v,T=I.value,O.dynamic?g({toolCallId:e.toolCallId,toolName:O.toolName,state:"input-streaming",input:T}):y({toolCallId:e.toolCallId,toolName:O.toolName,state:"input-streaming",input:T}),l(),u.a(3,28);case 13:if(e.dynamic?g({toolCallId:e.toolCallId,toolName:e.toolName,state:"input-available",input:e.input,providerMetadata:e.providerMetadata}):y({toolCallId:e.toolCallId,toolName:e.toolName,state:"input-available",input:e.input,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata}),l(),!(i&&!e.providerExecuted)){u.n=14;break}return u.n=14,i({toolCall:e});case 14:return u.a(3,28);case 15:return e.dynamic?g({toolCallId:e.toolCallId,toolName:e.toolName,state:"output-error",input:e.input,errorText:e.errorText,providerMetadata:e.providerMetadata}):y({toolCallId:e.toolCallId,toolName:e.toolName,state:"output-error",input:void 0,rawInput:e.input,errorText:e.errorText,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata}),l(),u.a(3,28);case 16:return e.dynamic?(P=D(e.toolCallId),g({toolCallId:e.toolCallId,toolName:P.toolName,state:"output-available",input:P.input,output:e.output,preliminary:e.preliminary})):(j=m(e.toolCallId),y({toolCallId:e.toolCallId,toolName:hc(j),state:"output-available",input:j.input,output:e.output,providerExecuted:e.providerExecuted,preliminary:e.preliminary})),l(),u.a(3,28);case 17:return e.dynamic?(N=D(e.toolCallId),g({toolCallId:e.toolCallId,toolName:N.toolName,state:"output-error",input:N.input,errorText:e.errorText})):(z=m(e.toolCallId),y({toolCallId:e.toolCallId,toolName:hc(z),state:"output-error",input:z.input,rawInput:z.rawInput,errorText:e.errorText})),l(),u.a(3,28);case 18:return c.message.parts.push({type:"step-start"}),u.a(3,28);case 19:return c.activeTextParts={},c.activeReasoningParts={},u.a(3,28);case 20:return null!=e.messageId&&(c.message.id=e.messageId),u.n=21,F(e.messageMetadata);case 21:return null==e.messageId&&null==e.messageMetadata||l(),u.a(3,28);case 22:return u.n=23,F(e.messageMetadata);case 23:return null!=e.messageMetadata&&l(),u.a(3,28);case 24:return null==a||a(new Error(e.errorText)),u.a(3,28);case 25:if(!function(e){return e.type.startsWith("data-")}(e)){u.n=28;break}if(!(null!=(null==r?void 0:r[e.type]))){u.n=26;break}return u.n=26,Qo({value:e.data,schema:r[e.type]});case 26:if(!(R=e).transient){u.n=27;break}return null==o||o(R),u.a(3,28);case 27:M=null!=R.id?c.message.parts.find(function(e){return R.type===e.type&&R.id===e.id}):void 0,null!=M?M.data=R.data:c.message.parts.push(R),null==o||o(R),l();case 28:t.enqueue(e);case 29:return u.a(2)}},u)}));return function(e){return u.apply(this,arguments)}}());case 1:return s.a(2)}},s)}))()}}))}qo({prefix:"aitxt",size:24}),qo({prefix:"aiobj",size:24});var Dc=function(){return g(function e(){D(this,e),this.queue=[],this.isProcessing=!1},[{key:"processQueue",value:(t=v(x().m(function e(){return x().w(function(e){for(;;)switch(e.n){case 0:if(this.isProcessing){e.n=5;break}this.isProcessing=!0;case 1:if(!(this.queue.length>0)){e.n=4;break}return e.n=2,this.queue[0]();case 2:this.queue.shift();case 3:e.n=1;break;case 4:this.isProcessing=!1;case 5:return e.a(2)}},e,this)})),function(){return t.apply(this,arguments)})},{key:"run",value:(e=v(x().m(function e(t){var n=this;return x().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(e,r){n.queue.push(v(x().m(function n(){var u;return x().w(function(n){for(;;)switch(n.p=n.n){case 0:return n.p=0,n.n=1,t();case 1:e(),n.n=3;break;case 2:n.p=2,u=n.v,r(u);case 3:return n.a(2)}},n,null,[[0,2]])}))),n.processQueue()}))},e)})),function(t){return e.apply(this,arguments)})}]);var e,t}();qo({prefix:"aiobj",size:24}),function(e,t){for(var n in t)Zs(e,n,{get:t[n],enumerable:!0})}({},{object:function(){return gc},text:function(){return yc}});var yc=function(){return{type:"text",responseFormat:{type:"text"},parsePartial:(t=v(x().m(function e(t){var n;return x().w(function(e){for(;;)if(0===e.n)return n=t.text,e.a(2,{partial:n})},e)})),function(e){return t.apply(this,arguments)}),parseOutput:(e=v(x().m(function e(t){var n;return x().w(function(e){for(;;)if(0===e.n)return n=t.text,e.a(2,n)},e)})),function(t){return e.apply(this,arguments)})};var e,t},gc=function(e){var t=function(e){return null==e?Rs({properties:{},additionalProperties:!1}):"object"==j(t=e)&&null!==t&&zs in t&&!0===t[zs]&&"jsonSchema"in t&&"validate"in t?e:Ns(e);var t}(e.schema);return{type:"object",responseFormat:{type:"json",schema:t.jsonSchema},parsePartial:function(e){return v(x().m(function t(){var n,r,u,a;return x().w(function(t){for(;;)switch(t.n){case 0:return n=e.text,t.n=1,lc(n);case 1:r=t.v,a=r.state,t.n="failed-parse"===a||"undefined-input"===a?2:"repaired-parse"===a||"successful-parse"===a?3:4;break;case 2:case 5:return t.a(2);case 3:return t.a(2,{partial:r.value});case 4:throw u=r.state,new Error("Unsupported parse state: ".concat(u))}},t)}))()},parseOutput:function(e,n){return v(x().m(function r(){var u,a,i;return x().w(function(r){for(;;)switch(r.n){case 0:return u=e.text,r.n=1,es({text:u});case 1:if((a=r.v).success){r.n=2;break}throw new Vs({message:"No object generated: could not parse the response.",cause:a.error,text:u,response:n.response,usage:n.usage,finishReason:n.finishReason});case 2:return r.n=3,Yo({value:a.value,schema:t});case 3:if((i=r.v).success){r.n=4;break}throw new Vs({message:"No object generated: response did not match schema.",cause:i.error,text:u,response:n.response,usage:n.usage,finishReason:n.finishReason});case 4:return r.a(2,i.value)}},r)}))()}}},Fc=Ta({name:Ku(),version:Ku()}),Ec=Ta({_meta:Ha(Oa({}).loose())}),bc=Ec,Cc=Oa({method:Ku(),params:Ha(Ec)}),Ac=Ta({experimental:Ha(Oa({}).loose()),logging:Ha(Oa({}).loose()),prompts:Ha(Ta({listChanged:Ha(Ea())})),resources:Ha(Ta({subscribe:Ha(Ea()),listChanged:Ha(Ea())})),tools:Ha(Ta({listChanged:Ha(Ea())}))});bc.extend({protocolVersion:Ku(),capabilities:Ac,serverInfo:Fc,instructions:Ha(Ku())});var kc=bc.extend({nextCursor:Ha(Ku())}),wc=Oa({name:Ku(),description:Ha(Ku()),inputSchema:Oa({type:qa("object"),properties:Ha(Oa({}).loose())}).loose()}).loose();kc.extend({tools:xa(wc)});var _c=Oa({type:qa("text"),text:Ku()}).loose(),Sc=Oa({type:qa("image"),data:da(),mimeType:Ku()}).loose(),xc=Oa({uri:Ku(),mimeType:Ha(Ku())}).loose(),Bc=xc.extend({text:Ku()}),Oc=xc.extend({blob:da()}),Ic=Oa({type:qa("resource"),resource:ja([Bc,Oc])}).loose();bc.extend({content:xa(ja([_c,Sc,Ic])),isError:Ea().default(!1).optional()}).or(bc.extend({toolResult:ka()}));var Tc="2.0",Pc=Oa({jsonrpc:qa(Tc),id:ja([Ku(),Da().int()])}).merge(Cc).strict(),jc=Oa({jsonrpc:qa(Tc),id:ja([Ku(),Da().int()]),result:bc}).strict(),Nc=Oa({jsonrpc:qa(Tc),id:ja([Ku(),Da().int()]),error:Oa({code:Da().int(),message:Ku(),data:Ha(ka())})}).strict();ja([Pc,Oa({jsonrpc:qa(Tc)}).merge(Oa({method:Ku(),params:Ha(Ec)})).strict(),jc,Nc]);var zc=function(){return g(function e(t){var n=t.api,r=void 0===n?"/api/chat":n,u=t.credentials,a=t.headers,i=t.body,o=t.fetch,s=t.prepareSendMessagesRequest,c=t.prepareReconnectToStreamRequest;D(this,e),this.api=r,this.credentials=u,this.headers=a,this.body=i,this.fetch=o,this.prepareSendMessagesRequest=s,this.prepareReconnectToStreamRequest=c},[{key:"sendMessages",value:(t=v(x().m(function e(t){var n,r,u,a,i,o,s,c,l,f,d,p,h,v,m,D,y,g,F;return x().w(function(e){for(;;)switch(e.n){case 0:return n=t.abortSignal,r=S(t,ue),e.n=1,ns(this.body);case 1:return c=e.v,e.n=2,ns(this.headers);case 2:return l=e.v,e.n=3,ns(this.credentials);case 3:return f=e.v,e.n=4,null==(u=this.prepareSendMessagesRequest)?void 0:u.call(this,{api:this.api,id:r.chatId,messages:r.messages,body:_(_({},c),r.body),headers:_(_({},l),r.headers),credentials:f,requestMetadata:r.metadata,trigger:r.trigger,messageId:r.messageId});case 4:return d=e.v,p=null!=(a=null==d?void 0:d.api)?a:this.api,h=void 0!==(null==d?void 0:d.headers)?d.headers:_(_({},l),r.headers),v=void 0!==(null==d?void 0:d.body)?d.body:_(_(_({},c),r.body),{},{id:r.chatId,messages:r.messages,trigger:r.trigger,messageId:r.messageId}),m=null!=(i=null==d?void 0:d.credentials)?i:f,D=null!=(o=this.fetch)?o:globalThis.fetch,e.n=5,D(p,{method:"POST",headers:$o(_({"Content-Type":"application/json"},h),"ai-sdk/".concat(Ws),Lo()),body:JSON.stringify(v),credentials:m,signal:n});case 5:if((y=e.v).ok){e.n=9;break}return g=Error,e.n=6,y.text();case 6:if(null==(s=e.v)){e.n=7;break}F=s,e.n=8;break;case 7:F="Failed to fetch the chat response.";case 8:throw new g(F);case 9:if(y.body){e.n=10;break}throw new Error("The response body is empty.");case 10:return e.a(2,this.processResponseStream(y.body))}},e,this)})),function(e){return t.apply(this,arguments)})},{key:"reconnectToStream",value:(e=v(x().m(function e(t){var n,r,u,a,i,o,s,c,l,f,d,p,h,v,m,D;return x().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,ns(this.body);case 1:return o=e.v,e.n=2,ns(this.headers);case 2:return s=e.v,e.n=3,ns(this.credentials);case 3:return c=e.v,e.n=4,null==(n=this.prepareReconnectToStreamRequest)?void 0:n.call(this,{api:this.api,id:t.chatId,body:_(_({},o),t.body),headers:_(_({},s),t.headers),credentials:c,requestMetadata:t.metadata});case 4:return l=e.v,f=null!=(r=null==l?void 0:l.api)?r:"".concat(this.api,"/").concat(t.chatId,"/stream"),d=void 0!==(null==l?void 0:l.headers)?l.headers:_(_({},s),t.headers),p=null!=(u=null==l?void 0:l.credentials)?u:c,h=null!=(a=this.fetch)?a:globalThis.fetch,e.n=5,h(f,{method:"GET",headers:$o(d,"ai-sdk/".concat(Ws),Lo()),credentials:p});case 5:if(204!==(v=e.v).status){e.n=6;break}return e.a(2,null);case 6:if(v.ok){e.n=10;break}return m=Error,e.n=7,v.text();case 7:if(null==(i=e.v)){e.n=8;break}D=i,e.n=9;break;case 8:D="Failed to fetch the chat response.";case 9:throw new m(D);case 10:if(v.body){e.n=11;break}throw new Error("The response body is empty.");case 11:return e.a(2,this.processResponseStream(v.body))}},e,this)})),function(t){return e.apply(this,arguments)})}]);var e,t}(),Rc=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return D(this,e),m(this,e,[t])}return A(e,zc),g(e,[{key:"processResponseStream",value:function(e){return(t={stream:e,schema:oc},n=t.schema,t.stream.pipeThrough(new TextDecoderStream).pipeThrough(new rt).pipeThrough(new TransformStream({transform:function(e,t){return v(x().m(function r(){var u,a;return x().w(function(r){for(;;)switch(r.n){case 0:if("[DONE]"===(u=e.data)){r.n=2;break}return a=t,r.n=1,es({text:u,schema:n});case 1:a.enqueue.call(a,r.v);case 2:return r.a(2)}},r)}))()}}))).pipeThrough(new TransformStream({transform:function(e,t){return v(x().m(function n(){return x().w(function(n){for(;;)switch(n.n){case 0:if(e.success){n.n=1;break}throw e.error;case 1:t.enqueue(e.value);case 2:return n.a(2)}},n)}))()}}));var t,n}}])}(),Mc=function(){return g(function e(t){var n=this,r=t.generateId,u=void 0===r?Vo:r,a=t.id,i=void 0===a?u():a,o=t.transport,s=void 0===o?new Rc:o,c=t.messageMetadataSchema,l=t.dataPartSchemas,f=t.state,d=t.onError,p=t.onToolCall,h=t.onFinish,m=t.onData,y=t.sendAutomaticallyWhen;D(this,e),this.activeResponse=void 0,this.jobExecutor=new Dc,this.sendMessage=function(){var e=v(x().m(function e(t,r){var u,a,i,o,s,c,l;return x().w(function(e){for(;;)switch(e.n){case 0:if(null!=t){e.n=2;break}return e.n=1,n.makeRequest(_({trigger:"submit-message",messageId:null==(u=n.lastMessage)?void 0:u.id},r));case 1:return e.a(2,void e.v);case 2:if(!("text"in t)&&!("files"in t)){e.n=6;break}if(!Array.isArray(t.files)){e.n=3;break}l=t.files,e.n=5;break;case 3:return e.n=4,function(){var e=v(x().m(function e(t){return x().w(function(e){for(;;)switch(e.n){case 0:if(null!=t){e.n=1;break}return e.a(2,[]);case 1:if(globalThis.FileList&&t instanceof globalThis.FileList){e.n=2;break}throw new Error("FileList is not supported in the current environment");case 2:return e.a(2,Promise.all(Array.from(t).map(function(){var e=v(x().m(function e(t){var n,r,u,a,i;return x().w(function(e){for(;;)switch(e.n){case 0:return n=t.name,r=t.type,u=r,a=n,e.n=1,new Promise(function(e,n){var r=new FileReader;r.onload=function(t){var n;e(null==(n=t.target)?void 0:n.result)},r.onerror=function(e){return n(e)},r.readAsDataURL(t)});case 1:return i=e.v,e.a(2,{type:"file",mediaType:u,filename:a,url:i})}},e)}));return function(t){return e.apply(this,arguments)}}())))}},e)}));return function(t){return e.apply(this,arguments)}}()(t.files);case 4:l=e.v;case 5:s={parts:[].concat(T(l),T("text"in t&&null!=t.text?[{type:"text",text:t.text}]:[]))},e.n=7;break;case 6:s=t;case 7:if(null==t.messageId){e.n=10;break}if(c=n.state.messages.findIndex(function(e){return e.id===t.messageId}),-1!==c){e.n=8;break}throw new Error("message with id ".concat(t.messageId," not found"));case 8:if("user"===n.state.messages[c].role){e.n=9;break}throw new Error("message with id ".concat(t.messageId," is not a user message"));case 9:n.state.messages=n.state.messages.slice(0,c+1),n.state.replaceMessage(c,_(_({},s),{},{id:t.messageId,role:null!=(a=s.role)?a:"user",metadata:t.metadata})),e.n=11;break;case 10:n.state.pushMessage(_(_({},s),{},{id:null!=(i=s.id)?i:n.generateId(),role:null!=(o=s.role)?o:"user",metadata:t.metadata}));case 11:return e.n=12,n.makeRequest(_({trigger:"submit-message",messageId:t.messageId},r));case 12:return e.a(2)}},e)}));return function(t,n){return e.apply(this,arguments)}}(),this.regenerate=v(x().m(function e(){var t,r,u,a,i=arguments;return x().w(function(e){for(;;)switch(e.n){case 0:if(r=(t=i.length>0&&void 0!==i[0]?i[0]:{}).messageId,u=S(t,ae),a=null==r?n.state.messages.length-1:n.state.messages.findIndex(function(e){return e.id===r}),-1!==a){e.n=1;break}throw new Error("message ".concat(r," not found"));case 1:return n.state.messages=n.state.messages.slice(0,"assistant"===n.messages[a].role?a:a+1),e.n=2,n.makeRequest(_({trigger:"regenerate-message",messageId:r},u));case 2:return e.a(2)}},e)})),this.resumeStream=v(x().m(function e(){var t,r=arguments;return x().w(function(e){for(;;)switch(e.n){case 0:return t=r.length>0&&void 0!==r[0]?r[0]:{},e.n=1,n.makeRequest(_({trigger:"resume-stream"},t));case 1:return e.a(2)}},e)})),this.clearError=function(){"error"===n.status&&(n.state.error=void 0,n.setStatus({status:"ready"}))},this.addToolResult=function(){var e=v(x().m(function e(t){var r,u;return x().w(function(e){for(;;)if(0===e.n)return t.tool,r=t.toolCallId,u=t.output,e.a(2,n.jobExecutor.run(v(x().m(function e(){var t,a,i,o;return x().w(function(e){for(;;)switch(e.n){case 0:i=n.state.messages,o=i[i.length-1],n.state.replaceMessage(i.length-1,_(_({},o),{},{parts:o.parts.map(function(e){return pc(e)&&e.toolCallId===r?_(_({},e),{},{state:"output-available",output:u}):e})})),n.activeResponse&&(n.activeResponse.state.message.parts=n.activeResponse.state.message.parts.map(function(e){return pc(e)&&e.toolCallId===r?_(_({},e),{},{state:"output-available",output:u,errorText:void 0}):e})),"streaming"!==n.status&&"submitted"!==n.status&&(null==(t=n.sendAutomaticallyWhen)?void 0:t.call(n,{messages:n.state.messages}))&&n.makeRequest({trigger:"submit-message",messageId:null==(a=n.lastMessage)?void 0:a.id});case 1:return e.a(2)}},e)}))))},e)}));return function(t){return e.apply(this,arguments)}}(),this.stop=v(x().m(function e(){var t;return x().w(function(e){for(;;)switch(e.n){case 0:"streaming"!==n.status&&"submitted"!==n.status||(null==(t=n.activeResponse)?void 0:t.abortController)&&n.activeResponse.abortController.abort();case 1:return e.a(2)}},e)})),this.id=i,this.transport=s,this.generateId=u,this.messageMetadataSchema=c,this.dataPartSchemas=l,this.state=f,this.onError=d,this.onToolCall=p,this.onFinish=h,this.onData=m,this.sendAutomaticallyWhen=y},[{key:"status",get:function(){return this.state.status}},{key:"setStatus",value:function(e){var t=e.status,n=e.error;this.status!==t&&(this.state.status=t,this.state.error=n)}},{key:"error",get:function(){return this.state.error}},{key:"messages",get:function(){return this.state.messages},set:function(e){this.state.messages=e}},{key:"lastMessage",get:function(){return this.state.messages[this.state.messages.length-1]}},{key:"makeRequest",value:(e=v(x().m(function e(t){var n,r,u,a,i,o,s,c,l,f,d,p,h,m,D,y,g,F=this;return x().w(function(e){for(;;)switch(e.p=e.n){case 0:if(n=t.trigger,r=t.metadata,u=t.headers,a=t.body,i=t.messageId,this.setStatus({status:"submitted",error:void 0}),l=this.lastMessage,f=!1,d=!1,p=!1,e.p=1,(h={state:vc({lastMessage:this.state.snapshot(l),messageId:this.generateId()}),abortController:new AbortController}).abortController.signal.addEventListener("abort",function(){f=!0}),this.activeResponse=h,"resume-stream"!==n){e.n=4;break}return e.n=2,this.transport.reconnectToStream({chatId:this.id,metadata:r,headers:u,body:a});case 2:if(null!=(D=e.v)){e.n=3;break}return e.a(2,void this.setStatus({status:"ready"}));case 3:m=D,e.n=6;break;case 4:return e.n=5,this.transport.sendMessages({chatId:this.id,messages:this.state.messages,abortSignal:h.abortController.signal,metadata:r,headers:u,body:a,trigger:n,messageId:i});case 5:m=e.v;case 6:return y=function(e){return F.jobExecutor.run(function(){return e({state:h.state,write:function(){var e;F.setStatus({status:"streaming"}),h.state.message.id===(null==(e=F.lastMessage)?void 0:e.id)?F.state.replaceMessage(F.state.messages.length-1,h.state.message):F.state.pushMessage(h.state.message)}})})},e.n=7,function(){var e=v(x().m(function e(t){var n,r,u,a;return x().w(function(e){for(;;)switch(e.p=e.n){case 0:n=t.stream,r=t.onError,u=n.getReader(),e.p=1;case 2:return e.n=3,u.read();case 3:if(!e.v.done){e.n=4;break}return e.a(3,5);case 4:e.n=2;break;case 5:e.n=7;break;case 6:e.p=6,a=e.v,null==r||r(a);case 7:return e.p=7,u.releaseLock(),e.f(7);case 8:return e.a(2)}},e,null,[[1,6,7,8]])}));return function(t){return e.apply(this,arguments)}}()({stream:mc({stream:m,onToolCall:this.onToolCall,onData:this.onData,messageMetadataSchema:this.messageMetadataSchema,dataPartSchemas:this.dataPartSchemas,runUpdateMessageJob:y,onError:function(e){throw e}}),onError:function(e){throw e}});case 7:this.setStatus({status:"ready"}),e.n=10;break;case 8:if(e.p=8,g=e.v,!f&&"AbortError"!==g.name){e.n=9;break}return e.a(2,(f=!0,this.setStatus({status:"ready"}),null));case 9:p=!0,g instanceof TypeError&&(g.message.toLowerCase().includes("fetch")||g.message.toLowerCase().includes("network"))&&(d=!0),this.onError&&g instanceof Error&&this.onError(g),this.setStatus({status:"error",error:g});case 10:e.p=10;try{null==(o=this.onFinish)||o.call(this,{message:this.activeResponse.state.message,messages:this.state.messages,isAbort:f,isDisconnect:d,isError:p})}catch(e){console.error(e)}return this.activeResponse=void 0,e.f(10);case 11:if(!(null==(s=this.sendAutomaticallyWhen)?void 0:s.call(this,{messages:this.state.messages}))){e.n=12;break}return e.n=12,this.makeRequest({trigger:"submit-message",messageId:null==(c=this.lastMessage)?void 0:c.id,metadata:r,headers:u,body:a});case 12:return e.a(2)}},e,this,[[1,8,10,11]])})),function(t){return e.apply(this,arguments)})}]);var e}();function Zc(e){var t=e.messages,n=t[t.length-1];if(!n)return!1;if("assistant"!==n.role)return!1;var r=n.parts.reduce(function(e,t,n){return"step-start"===t.type?n:e},-1),u=n.parts.slice(r+1).filter(pc);return u.length>0&&u.every(function(e){return"output-available"===e.state})}var Lc,$c,qc=Oa({type:qa("text"),text:Ku(),state:La(["streaming","done"]).optional(),providerMetadata:Qs.optional()}),Vc=Oa({type:qa("reasoning"),text:Ku(),state:La(["streaming","done"]).optional(),providerMetadata:Qs.optional()}),Uc=Oa({type:qa("source-url"),sourceId:Ku(),url:Ku(),title:Ku().optional(),providerMetadata:Qs.optional()}),Hc=Oa({type:qa("source-document"),sourceId:Ku(),mediaType:Ku(),title:Ku(),filename:Ku().optional(),providerMetadata:Qs.optional()}),Wc=Oa({type:qa("file"),mediaType:Ku(),filename:Ku().optional(),url:Ku(),providerMetadata:Qs.optional()}),Kc=Oa({type:qa("step-start")}),Jc=Oa({type:Ku().startsWith("data-"),id:Ku().optional(),data:ka()}),Qc=[Oa({type:qa("dynamic-tool"),toolName:Ku(),toolCallId:Ku(),state:qa("input-streaming"),input:ka().optional(),output:_a().optional(),errorText:_a().optional()}),Oa({type:qa("dynamic-tool"),toolName:Ku(),toolCallId:Ku(),state:qa("input-available"),input:ka(),output:_a().optional(),errorText:_a().optional(),callProviderMetadata:Qs.optional()}),Oa({type:qa("dynamic-tool"),toolName:Ku(),toolCallId:Ku(),state:qa("output-available"),input:ka(),output:ka(),errorText:_a().optional(),callProviderMetadata:Qs.optional(),preliminary:Ea().optional()}),Oa({type:qa("dynamic-tool"),toolName:Ku(),toolCallId:Ku(),state:qa("output-error"),input:ka(),output:_a().optional(),errorText:Ku(),callProviderMetadata:Qs.optional()})],Gc=[Oa({type:Ku().startsWith("tool-"),toolCallId:Ku(),state:qa("input-streaming"),providerExecuted:Ea().optional(),input:ka().optional(),output:_a().optional(),errorText:_a().optional()}),Oa({type:Ku().startsWith("tool-"),toolCallId:Ku(),state:qa("input-available"),providerExecuted:Ea().optional(),input:ka(),output:_a().optional(),errorText:_a().optional(),callProviderMetadata:Qs.optional()}),Oa({type:Ku().startsWith("tool-"),toolCallId:Ku(),state:qa("output-available"),providerExecuted:Ea().optional(),input:ka(),output:ka(),errorText:_a().optional(),callProviderMetadata:Qs.optional(),preliminary:Ea().optional()}),Oa({type:Ku().startsWith("tool-"),toolCallId:Ku(),state:qa("output-error"),providerExecuted:Ea().optional(),input:ka(),output:_a().optional(),errorText:Ku(),callProviderMetadata:Qs.optional()})];Oa({id:Ku(),role:La(["system","user","assistant"]),metadata:ka().optional(),parts:xa(ja([qc,Vc,Uc,Hc,Wc,Kc,Jc].concat(Qc,Gc)))});var Yc,Xc,el,tl,nl,rl,ul,al,il,ol,sl=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(($c||($c=1,Lc=function(e,t){if("function"!=typeof e)throw new TypeError("Expected the first argument to be a `function`, got `".concat(Oe(e),"`."));var n,r=0;return function(){for(var u=this,a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];clearTimeout(n);var s=Date.now(),c=t-(s-r);c<=0?(r=s,e.apply(this,i)):n=setTimeout(function(){r=Date.now(),e.apply(u,i)},c)}}),Lc)),cl=function(e,t,n){if(!t.has(e))throw TypeError("Cannot "+n)},ll=function(e,t,n){return cl(e,t,"read from private field"),n?n.call(e):t.get(e)},fl=function(e,t,n){if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},dl=function(e,t,n,r){return cl(e,t,"write to private field"),t.set(e,n),n},pl=function(){return g(function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];D(this,e),fl(this,Yc,void 0),fl(this,Xc,"ready"),fl(this,el,void 0),fl(this,tl,new Set),fl(this,nl,new Set),fl(this,rl,new Set),this.pushMessage=function(e){dl(t,Yc,ll(t,Yc).concat(e)),ll(t,ul).call(t)},this.popMessage=function(){dl(t,Yc,ll(t,Yc).slice(0,-1)),ll(t,ul).call(t)},this.replaceMessage=function(e,n){dl(t,Yc,[].concat(T(ll(t,Yc).slice(0,e)),[t.snapshot(n)],T(ll(t,Yc).slice(e+1)))),ll(t,ul).call(t)},this.snapshot=function(e){return structuredClone(e)},this["~registerMessagesCallback"]=function(e,n){var r=n?function(e,t){return null!=t?sl(e,t):e}(e,n):e;return ll(t,tl).add(r),function(){ll(t,tl).delete(r)}},this["~registerStatusCallback"]=function(e){return ll(t,nl).add(e),function(){ll(t,nl).delete(e)}},this["~registerErrorCallback"]=function(e){return ll(t,rl).add(e),function(){ll(t,rl).delete(e)}},fl(this,ul,function(){ll(t,tl).forEach(function(e){return e()})}),fl(this,al,function(){ll(t,nl).forEach(function(e){return e()})}),fl(this,il,function(){ll(t,rl).forEach(function(e){return e()})}),dl(this,Yc,n)},[{key:"status",get:function(){return ll(this,Xc)},set:function(e){dl(this,Xc,e),ll(this,al).call(this)}},{key:"error",get:function(){return ll(this,el)},set:function(e){dl(this,el,e),ll(this,il).call(this)}},{key:"messages",get:function(){return ll(this,Yc)},set:function(e){dl(this,Yc,T(e)),ll(this,ul).call(this)}}])}();Yc=new WeakMap,Xc=new WeakMap,el=new WeakMap,tl=new WeakMap,nl=new WeakMap,rl=new WeakMap,ul=new WeakMap,al=new WeakMap,il=new WeakMap;var hl=function(){function e(t){var n,r=t.messages,u=S(t,ie);D(this,e);var a=new pl(r);return n=m(this,e,[_(_({},u),{},{state:a})]),fl(p(n),ol,void 0),n["~registerMessagesCallback"]=function(e,t){return ll(p(n),ol)["~registerMessagesCallback"](e,t)},n["~registerStatusCallback"]=function(e){return ll(p(n),ol)["~registerStatusCallback"](e)},n["~registerErrorCallback"]=function(e){return ll(p(n),ol)["~registerErrorCallback"](e)},dl(p(n),ol,a),n}return A(e,Mc),g(e)}();function vl(e,t){var n=void 0;return function(){for(var r=arguments.length,u=new Array(r),a=0;a<r;a++)u[a]=arguments[a];n&&clearTimeout(n),n=setTimeout(function(){return e.apply(void 0,u)},t)}}function ml(e){return e.reduce(function(e,t){return e.concat(t)},[])}ol=new WeakMap;var Dl=0;function yl(e){return 0===e.collections.length?0:e.collections.reduce(function(e,t){return e+t.items.length},0)}function gl(e){return e!==Object(e)}function Fl(e,t){if(e===t)return!0;if(gl(e)||gl(t)||"function"==typeof e||"function"==typeof t)return e===t;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n=0,r=Object.keys(e);n<r.length;n++){var u=r[n];if(!(u in t))return!1;if(!Fl(e[u],t[u]))return!1}return!0}var El=function(){},bl=[{segment:"autocomplete-core",version:"1.19.2"}];function Cl(e){var t=e.item,n=e.items,r=void 0===n?[]:n;return{index:t.__autocomplete_indexName,items:[t],positions:[1+r.findIndex(function(e){return e.objectID===t.objectID})],queryID:t.__autocomplete_queryID,algoliaSource:["autocomplete"]}}function Al(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var kl=["items"],wl=["items"];function _l(e){return _l="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},_l(e)}function Sl(e){return function(e){if(Array.isArray(e))return xl(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return xl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?xl(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bl(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function Ol(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Il(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ol(Object(n),!0).forEach(function(t){Tl(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ol(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Tl(e,t,n){return(t=function(e){var t=function(e){if("object"!==_l(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==_l(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===_l(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pl(e){return e.map(function(e){var t=e.items,n=Bl(e,kl);return Il(Il({},n),{},{objectIDs:(null==t?void 0:t.map(function(e){return e.objectID}))||n.objectIDs})})}function jl(e){var t,n,r,u=(t=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,u,a,i,o=[],s=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t);else for(;!(s=(r=a.call(n)).done)&&(o.push(r.value),o.length!==t);s=!0);}catch(e){c=!0,u=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw u}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Al(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Al(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}((e.version||"").split(".").map(Number),2),n=t[0],r=t[1],n>=3||2===n&&r>=4||1===n&&r>=10);function a(t,n,r){if(u&&void 0!==r){var a=r[0].__autocomplete_algoliaCredentials,i={"X-Algolia-Application-Id":a.appId,"X-Algolia-API-Key":a.apiKey};e.apply(void 0,[t].concat(Sl(n),[{headers:i}]))}else e.apply(void 0,[t].concat(Sl(n)))}return{init:function(t,n){e("init",{appId:t,apiKey:n})},setAuthenticatedUserToken:function(t){e("setAuthenticatedUserToken",t)},setUserToken:function(t){e("setUserToken",t)},clickedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.length>0&&a("clickedObjectIDsAfterSearch",Pl(t),t[0].items)},clickedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.length>0&&a("clickedObjectIDs",Pl(t),t[0].items)},clickedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length>0&&e.apply(void 0,["clickedFilters"].concat(n))},convertedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.length>0&&a("convertedObjectIDsAfterSearch",Pl(t),t[0].items)},convertedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.length>0&&a("convertedObjectIDs",Pl(t),t[0].items)},convertedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length>0&&e.apply(void 0,["convertedFilters"].concat(n))},viewedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.length>0&&t.reduce(function(e,t){var n=t.items,r=Bl(t,wl);return[].concat(Sl(e),Sl(function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:20,n=[],r=0;r<e.objectIDs.length;r+=t)n.push(Il(Il({},e),{},{objectIDs:e.objectIDs.slice(r,r+t)}));return n}(Il(Il({},r),{},{objectIDs:(null==n?void 0:n.map(function(e){return e.objectID}))||r.objectIDs})).map(function(e){return{items:n,payload:e}})))},[]).forEach(function(e){var t=e.items;return a("viewedObjectIDs",[e.payload],t)})},viewedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length>0&&e.apply(void 0,["viewedFilters"].concat(n))}}}function Nl(e){var t=e.items.reduce(function(e,t){var n;return e[t.__autocomplete_indexName]=(null!==(n=e[t.__autocomplete_indexName])&&void 0!==n?n:[]).concat(t),e},{});return Object.keys(t).map(function(e){return{index:e,items:t[e],algoliaSource:["autocomplete"]}})}function zl(e){return e.objectID&&e.__autocomplete_indexName&&e.__autocomplete_queryID}function Rl(e){return Rl="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Rl(e)}function Ml(e){return function(e){if(Array.isArray(e))return Zl(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Zl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Zl(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Zl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ll(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function $l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ll(Object(n),!0).forEach(function(t){ql(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ll(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function ql(e,t,n){return(t=function(e){var t=function(e){if("object"!==Rl(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Rl(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Rl(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Vl="2.15.0",Ul="https://cdn.jsdelivr.net/npm/search-insights@".concat(Vl,"/dist/search-insights.min.js"),Hl=vl(function(e){var t=e.onItemsChange,n=e.items,r=e.insights,u=e.state;t({insights:r,insightsEvents:Nl({items:n}).map(function(e){return $l({eventName:"Items Viewed"},e)}),state:u})},400);function Wl(e){var t=function(e){return $l({onItemsChange:function(e){var t=e.insights,n=e.insightsEvents,r=e.state;t.viewedObjectIDs.apply(t,Ml(n.map(function(e){return $l($l({},e),{},{algoliaSource:Kl(e.algoliaSource,r.context)})})))},onSelect:function(e){var t=e.insights,n=e.insightsEvents,r=e.state;t.clickedObjectIDsAfterSearch.apply(t,Ml(n.map(function(e){return $l($l({},e),{},{algoliaSource:Kl(e.algoliaSource,r.context)})})))},onActive:El,__autocomplete_clickAnalytics:!0},e)}(e),n=t.insightsClient,r=t.insightsInitParams,u=t.onItemsChange,a=t.onSelect,i=t.onActive,o=t.__autocomplete_clickAnalytics,s=n;if(n||"undefined"!=typeof window&&function(e){var t=e.window,n=t.AlgoliaAnalyticsObject||"aa";"string"==typeof n&&(s=t[n]),s||(t.AlgoliaAnalyticsObject=n,t[n]||(t[n]=function(){t[n].queue||(t[n].queue=[]);for(var e=arguments.length,r=new Array(e),u=0;u<e;u++)r[u]=arguments[u];t[n].queue.push(r)}),t[n].version=Vl,s=t[n],function(e){var t="[Autocomplete]: Could not load search-insights.js. Please load it manually following https://alg.li/insights-autocomplete";try{var n=e.document.createElement("script");n.async=!0,n.src=Ul,n.onerror=function(){console.error(t)},document.body.appendChild(n)}catch(e){console.error(t)}}(t))}({window:window}),!s)return{};r&&s("init",$l({partial:!0},r));var c=jl(s),l={current:[]},f=vl(function(e){var t=e.state;if(t.isOpen){var n=t.collections.reduce(function(e,t){return[].concat(Ml(e),Ml(t.items))},[]).filter(zl);Fl(l.current.map(function(e){return e.objectID}),n.map(function(e){return e.objectID}))||(l.current=n,n.length>0&&Hl({onItemsChange:u,items:n,insights:c,state:t}))}},0);return{name:"aa.algoliaInsightsPlugin",subscribe:function(e){var t=e.setContext,n=e.onSelect,r=e.onActive;function u(e){t({algoliaInsightsPlugin:{__algoliaSearchParameters:$l($l({},o?{clickAnalytics:!0}:{}),e?{userToken:Jl(e)}:{}),insights:c}})}s("addAlgoliaAgent","insights-plugin"),u(),s("onUserTokenChange",function(e){u(e)}),s("getUserToken",null,function(e,t){u(t)}),n(function(e){var t=e.item,n=e.state,r=e.event,u=e.source;zl(t)&&a({state:n,event:r,insights:c,item:t,insightsEvents:[$l({eventName:"Item Selected"},Cl({item:t,items:u.getItems().filter(zl)}))]})}),r(function(e){var t=e.item,n=e.source,r=e.state,u=e.event;zl(t)&&i({state:r,event:u,insights:c,item:t,insightsEvents:[$l({eventName:"Item Active"},Cl({item:t,items:n.getItems().filter(zl)}))]})})},onStateChange:function(e){var t=e.state;f({state:t})},__autocomplete_pluginOptions:e}}function Kl(){var e,t=arguments.length>1?arguments[1]:void 0;return[].concat(Ml(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]),["autocomplete-internal"],Ml(null!==(e=t.algoliaInsightsPlugin)&&void 0!==e&&e.__automaticInsights?["autocomplete-automatic"]:[]))}function Jl(e){return"number"==typeof e?e.toString():e}function Ql(e,t){var n=t;return{then:function(t,r){return Ql(e.then(Yl(t,n,e),Yl(r,n,e)),n)},catch:function(t){return Ql(e.catch(Yl(t,n,e)),n)},finally:function(t){return t&&n.onCancelList.push(t),Ql(e.finally(Yl(t&&function(){return n.onCancelList=[],t()},n,e)),n)},cancel:function(){n.isCanceled=!0;var e=n.onCancelList;n.onCancelList=[],e.forEach(function(e){e()})},isCanceled:function(){return!0===n.isCanceled}}}function Gl(e){return Ql(e,{isCanceled:!1,onCancelList:[]})}function Yl(e,t,n){return e?function(n){return t.isCanceled?n:e(n)}:n}var Xl,ef=!0;function tf(e,t,n,r){if(!n)return null;if(e<0&&(null===t||null!==r&&0===t))return n+e;var u=(null===t?-1:t)+e;return u<=-1||u>=n?null===r?null:0:u}function nf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function rf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?nf(Object(n),!0).forEach(function(t){uf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):nf(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function uf(e,t,n){return(t=function(e){var t=function(e){if("object"!==af(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==af(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===af(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function af(e){return af="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},af(e)}function of(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var sf=function(e,t){var n,r=!1,u=[],a=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return of(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?of(e,t):void 0}}(e))||t){n&&(e=n);var r=0,u=function(){};return{s:u,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:u}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}(e);try{for(a.s();!(n=a.n()).done;){var i,o,s,c=null===(i=n.value.__autocomplete_pluginOptions)||void 0===i||null===(o=(s=i).awaitSubmit)||void 0===o?void 0:o.call(s);if("number"==typeof c)u.push(c);else if(!0===c){r=!0;break}}}catch(e){a.e(e)}finally{a.f()}return r?t.wait():u.length>0?t.wait(Math.max.apply(Math,u)):void 0};function cf(e){var t=function(e){var t=e.collections.map(function(e){return e.items.length}).reduce(function(e,t,n){var r=(e[n-1]||0)+t;return e.push(r),e},[]).reduce(function(t,n){return n<=e.activeItemId?t+1:t},0);return e.collections[t]}(e);if(!t)return null;var n=t.items[function(e){for(var t=e.state,n=e.collection,r=!1,u=0,a=0;!1===r;){var i=t.collections[u];if(i===n){r=!0;break}a+=i.items.length,u++}return t.activeItemId-a}({state:e,collection:t})],r=t.source;return{item:n,itemInputValue:r.getItemInputValue({item:n,state:e}),itemUrl:r.getItemUrl({item:n,state:e}),source:r}}function lf(e,t,n){return[e,null==n?void 0:n.sourceId,t].filter(Boolean).join("-").replace(/\s/g,"")}var ff=/((gt|sm)-|galaxy nexus)|samsung[- ]|samsungbrowser/i;function df(e){return e.nativeEvent||e}function pf(e){return pf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},pf(e)}function hf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function vf(e,t,n){return(t=function(e){var t=function(e){if("object"!==pf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==pf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===pf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function mf(e){return mf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},mf(e)}function Df(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function yf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Df(Object(n),!0).forEach(function(t){gf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Df(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function gf(e,t,n){return(t=function(e){var t=function(e){if("object"!==mf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==mf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===mf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ff(e){return Ff="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Ff(e)}function Ef(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function bf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Cf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?bf(Object(n),!0).forEach(function(t){Af(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):bf(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Af(e,t,n){return(t=function(e){var t=function(e){if("object"!==Ff(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Ff(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Ff(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function kf(e,t){var n,r="undefined"!=typeof window?window:{},u=e.plugins||[];return Cf(Cf({debug:!1,openOnFocus:!1,enterKeyHint:void 0,ignoreCompositionEvents:!1,placeholder:"",autoFocus:!1,defaultActiveItemId:null,stallThreshold:300,insights:void 0,environment:r,shouldPanelOpen:function(e){return yl(e.state)>0},reshape:function(e){return e.sources}},e),{},{id:null!==(n=e.id)&&void 0!==n?n:"autocomplete-".concat(Dl++),plugins:u,initialState:Cf({activeItemId:null,query:"",completion:null,collections:[],isOpen:!1,status:"idle",context:{}},e.initialState),onStateChange:function(t){var n;null===(n=e.onStateChange)||void 0===n||n.call(e,t),u.forEach(function(e){var n;return null===(n=e.onStateChange)||void 0===n?void 0:n.call(e,t)})},onSubmit:function(t){var n;null===(n=e.onSubmit)||void 0===n||n.call(e,t),u.forEach(function(e){var n;return null===(n=e.onSubmit)||void 0===n?void 0:n.call(e,t)})},onReset:function(t){var n;null===(n=e.onReset)||void 0===n||n.call(e,t),u.forEach(function(e){var n;return null===(n=e.onReset)||void 0===n?void 0:n.call(e,t)})},getSources:function(n){return Promise.all([].concat(function(e){return function(e){if(Array.isArray(e))return Ef(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ef(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ef(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(u.map(function(e){return e.getSources})),[e.getSources]).filter(Boolean).map(function(e){return function(e,t){var n=[];return Promise.resolve(e(t)).then(function(e){return Promise.all(e.filter(function(e){return Boolean(e)}).map(function(e){if(e.sourceId,n.includes(e.sourceId))throw new Error("[Autocomplete] The `sourceId` ".concat(JSON.stringify(e.sourceId)," is not unique."));n.push(e.sourceId);var t={getItemInputValue:function(e){return e.state.query},getItemUrl:function(){},onSelect:function(e){(0,e.setIsOpen)(!1)},onActive:El,onResolve:El};Object.keys(t).forEach(function(e){t[e].__default=!0});var r=rf(rf({},t),e);return Promise.resolve(r)}))})}(e,n)})).then(function(e){return ml(e)}).then(function(e){return e.map(function(e){return Cf(Cf({},e),{},{onSelect:function(n){e.onSelect(n),t.forEach(function(e){var t;return null===(t=e.onSelect)||void 0===t?void 0:t.call(e,n)})},onActive:function(n){e.onActive(n),t.forEach(function(e){var t;return null===(t=e.onActive)||void 0===t?void 0:t.call(e,n)})},onResolve:function(n){e.onResolve(n),t.forEach(function(e){var t;return null===(t=e.onResolve)||void 0===t?void 0:t.call(e,n)})}})})})},navigator:Cf({navigate:function(e){var t=e.itemUrl;r.location.assign(t)},navigateNewTab:function(e){var t=e.itemUrl,n=r.open(t,"_blank","noopener");null==n||n.focus()},navigateNewWindow:function(e){var t=e.itemUrl;r.open(t,"_blank","noopener")}},e.navigator)})}function wf(e){return wf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},wf(e)}function _f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Sf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_f(Object(n),!0).forEach(function(t){xf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_f(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function xf(e,t,n){return(t=function(e){var t=function(e){if("object"!==wf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==wf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===wf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Bf(e){return Bf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Bf(e)}function Of(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function If(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Of(Object(n),!0).forEach(function(t){Tf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Of(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Tf(e,t,n){return(t=function(e){var t=function(e){if("object"!==Bf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Bf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Bf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pf(e){return function(e){if(Array.isArray(e))return jf(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return jf(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?jf(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function jf(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Nf(e){return Boolean(e.execute)}function zf(e){var t=e.reduce(function(e,t){if(!Nf(t))return e.push(t),e;var n=t.searchClient,r=t.execute,u=t.requesterId,a=t.requests,i=e.find(function(e){return Nf(t)&&Nf(e)&&e.searchClient===n&&Boolean(u)&&e.requesterId===u});if(i){var o;(o=i.items).push.apply(o,Pf(a))}else{var s={execute:r,requesterId:u,items:a,searchClient:n};e.push(s)}return e},[]).map(function(e){if(!Nf(e))return Promise.resolve(e);var t=e,n=t.execute,r=t.items;return n({searchClient:t.searchClient,requests:r})});return Promise.all(t).then(function(e){return ml(e)})}function Rf(e){return Rf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Rf(e)}var Mf=["event","nextState","props","query","refresh","store"];function Zf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Lf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Zf(Object(n),!0).forEach(function(t){$f(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zf(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function $f(e,t,n){return(t=function(e){var t=function(e){if("object"!==Rf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Rf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Rf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var qf,Vf,Uf,Hf=null,Wf=(qf=-1,Vf=-1,Uf=void 0,function(e){var t=++qf;return Promise.resolve(e).then(function(e){return Uf&&t<Vf?Uf:(Vf=t,Uf=e,e)})});function Kf(e){var t=e.event,n=e.nextState,r=void 0===n?{}:n,u=e.props,a=e.query,i=e.refresh,o=e.store,s=function(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}(e,Mf);Hf&&u.environment.clearTimeout(Hf);var c=s.setCollections,l=s.setIsOpen,f=s.setQuery,d=s.setActiveItemId,p=s.setStatus,h=s.setContext;if(f(a),d(u.defaultActiveItemId),!a&&!1===u.openOnFocus){var v,m=o.getState().collections.map(function(e){return Lf(Lf({},e),{},{items:[]})});p("idle"),c(m),l(null!==(v=r.isOpen)&&void 0!==v?v:u.shouldPanelOpen({state:o.getState()}));var D=Gl(Wf(m).then(function(){return Promise.resolve()}));return o.pendingRequests.add(D)}p("loading"),Hf=u.environment.setTimeout(function(){p("stalled")},u.stallThreshold);var y=Gl(Wf(u.getSources(Lf({query:a,refresh:i,state:o.getState()},s)).then(function(e){return Promise.all(e.map(function(e){return Promise.resolve(e.getItems(Lf({query:a,refresh:i,state:o.getState()},s))).then(function(t){return function(e,t,n){if(u=e,Boolean(null==u?void 0:u.execute)){var r="algolia"===e.requesterId?Object.assign.apply(Object,[{}].concat(Pf(Object.keys(n.context).map(function(e){var t;return null===(t=n.context[e])||void 0===t?void 0:t.__algoliaSearchParameters})))):{};return If(If({},e),{},{requests:e.queries.map(function(n){return{query:"algolia"===e.requesterId?If(If({},n),{},{params:If(If({},r),n.params)}):n,sourceId:t,transformResponse:e.transformResponse}})})}var u;return{items:e,sourceId:t}}(t,e.sourceId,o.getState())})})).then(zf).then(function(t){var n,r=t.some(function(e){return function(e){return!Array.isArray(e)&&Boolean(null==e?void 0:e._automaticInsights)}(e.items)});return r&&h({algoliaInsightsPlugin:Lf(Lf({},(null===(n=o.getState().context)||void 0===n?void 0:n.algoliaInsightsPlugin)||{}),{},{__automaticInsights:r})}),function(e,t,n){return t.map(function(t){var r,u=e.filter(function(e){return e.sourceId===t.sourceId}),a=u.map(function(e){return e.items}),i=u[0].transformResponse,o=i?i({results:r=a,hits:r.map(function(e){return e.hits}).filter(Boolean),facetHits:r.map(function(e){var t;return null===(t=e.facetHits)||void 0===t?void 0:t.map(function(e){return{label:e.value,count:e.count,_highlightResult:{label:{value:e.highlighted}}}})}).filter(Boolean)}):a;return t.onResolve({source:t,results:a,items:o,state:n.getState()}),o.every(Boolean),'The `getItems` function from source "'.concat(t.sourceId,'" must return an array of items but returned ').concat(JSON.stringify(void 0),".\n\nDid you forget to return items?\n\nSee: https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/sources/#param-getitems"),{source:t,items:o}})}(t,e,o)}).then(function(e){return function(e){var t=e.props,n=e.state,r=e.collections.reduce(function(e,t){return Sf(Sf({},e),{},xf({},t.source.sourceId,Sf(Sf({},t.source),{},{getItems:function(){return ml(t.items)}})))},{}),u=t.plugins.reduce(function(e,t){return t.reshape?t.reshape(e):e},{sourcesBySourceId:r,state:n}).sourcesBySourceId;return ml(t.reshape({sourcesBySourceId:u,sources:Object.values(u),state:n})).filter(Boolean).map(function(e){return{source:e,items:e.getItems()}})}({collections:e,props:u,state:o.getState()})})}))).then(function(e){var n;p("idle"),c(e);var f=u.shouldPanelOpen({state:o.getState()});l(null!==(n=r.isOpen)&&void 0!==n?n:u.openOnFocus&&!a&&f||f);var d=cf(o.getState());if(null!==o.getState().activeItemId&&d){var h=d.item,v=d.itemInputValue,m=d.itemUrl,D=d.source;D.onActive(Lf({event:t,item:h,itemInputValue:v,itemUrl:m,refresh:i,source:D,state:o.getState()},s))}}).finally(function(){p("idle"),Hf&&u.environment.clearTimeout(Hf)});return o.pendingRequests.add(y)}function Jf(e){return Jf="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Jf(e)}var Qf=["event","props","refresh","store"];function Gf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Yf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Gf(Object(n),!0).forEach(function(t){Xf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Gf(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Xf(e,t,n){return(t=function(e){var t=function(e){if("object"!==Jf(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Jf(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Jf(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ed(e){return ed="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},ed(e)}var td=["props","refresh","store"],nd=["inputElement","formElement","panelElement"],rd=["inputElement"],ud=["inputElement","maxLength"],ad=["source"],id=["item","source"];function od(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function sd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?od(Object(n),!0).forEach(function(t){cd(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):od(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function cd(e,t,n){return(t=function(e){var t=function(e){if("object"!==ed(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==ed(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===ed(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ld(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function fd(e){var t=e.props,n=e.refresh,r=e.store,u=ld(e,td);return{getEnvironmentProps:function(e){var n=e.inputElement,u=e.formElement,a=e.panelElement;function i(e){!r.getState().isOpen&&r.pendingRequests.isEmpty()||e.target===n||!1===[u,a].some(function(t){return(n=t)===(r=e.target)||n.contains(r);var n,r})&&(r.dispatch("blur",null),t.debug||r.pendingRequests.cancelAll())}return sd({onTouchStart:i,onMouseDown:i,onTouchMove:function(e){!1!==r.getState().isOpen&&n===t.environment.document.activeElement&&e.target!==n&&n.blur()}},ld(e,nd))},getRootProps:function(e){return sd({role:"combobox","aria-expanded":r.getState().isOpen,"aria-haspopup":"listbox","aria-controls":r.getState().isOpen?r.getState().collections.map(function(e){var n=e.source;return lf(t.id,"list",n)}).join(" "):void 0,"aria-labelledby":lf(t.id,"label")},e)},getFormProps:function(e){e.inputElement;var a=ld(e,rd),i=function(a){var i;t.onSubmit(sd({event:a,refresh:n,state:r.getState()},u)),r.dispatch("submit",null),null===(i=e.inputElement)||void 0===i||i.blur()};return sd({action:"",noValidate:!0,role:"search",onSubmit:function(e){e.preventDefault();var n=sf(t.plugins,r.pendingRequests);void 0!==n?n.then(function(){return i(e)}):i(e)},onReset:function(a){var i;a.preventDefault(),t.onReset(sd({event:a,refresh:n,state:r.getState()},u)),r.dispatch("reset",null),null===(i=e.inputElement)||void 0===i||i.focus()}},a)},getLabelProps:function(e){return sd({htmlFor:lf(t.id,"input"),id:lf(t.id,"label")},e)},getInputProps:function(e){var a;function i(e){(t.openOnFocus||Boolean(r.getState().query))&&Kf(sd({event:e,props:t,query:r.getState().completion||r.getState().query,refresh:n,store:r},u)),r.dispatch("focus",null)}var o=e||{};o.inputElement;var s=o.maxLength,c=void 0===s?512:s,l=ld(o,ud),f=cf(r.getState()),d=function(e){return Boolean(e&&e.match(ff))}((null===(a=t.environment.navigator)||void 0===a?void 0:a.userAgent)||""),p=t.enterKeyHint||(null!=f&&f.itemUrl&&!d?"go":"search");return sd({"aria-autocomplete":"both","aria-activedescendant":r.getState().isOpen&&null!==r.getState().activeItemId?lf(t.id,"item-".concat(r.getState().activeItemId),null==f?void 0:f.source):void 0,"aria-controls":r.getState().isOpen?r.getState().collections.filter(function(e){return e.items.length>0}).map(function(e){var n=e.source;return lf(t.id,"list",n)}).join(" "):void 0,"aria-labelledby":lf(t.id,"label"),value:r.getState().completion||r.getState().query,id:lf(t.id,"input"),autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",enterKeyHint:p,spellCheck:"false",autoFocus:t.autoFocus,placeholder:t.placeholder,maxLength:c,type:"search",onChange:function(e){var a=e.currentTarget.value;t.ignoreCompositionEvents&&df(e).isComposing?u.setQuery(a):Kf(sd({event:e,props:t,query:a.slice(0,c),refresh:n,store:r},u))},onCompositionEnd:function(e){Kf(sd({event:e,props:t,query:e.currentTarget.value.slice(0,c),refresh:n,store:r},u))},onKeyDown:function(e){df(e).isComposing||function(e){var t=e.event,n=e.props,r=e.refresh,u=e.store,a=function(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}(e,Qf);if("ArrowUp"===t.key||"ArrowDown"===t.key){var i=function(){var e=cf(u.getState()),t=n.environment.document.getElementById(lf(n.id,"item-".concat(u.getState().activeItemId),null==e?void 0:e.source));t&&(t.scrollIntoViewIfNeeded?t.scrollIntoViewIfNeeded(!1):t.scrollIntoView(!1))},o=function(){var e=cf(u.getState());if(null!==u.getState().activeItemId&&e){var n=e.item,i=e.itemInputValue,o=e.itemUrl,s=e.source;s.onActive(Yf({event:t,item:n,itemInputValue:i,itemUrl:o,refresh:r,source:s,state:u.getState()},a))}};t.preventDefault(),!1===u.getState().isOpen&&(n.openOnFocus||Boolean(u.getState().query))?Kf(Yf({event:t,props:n,query:u.getState().query,refresh:r,store:u},a)).then(function(){u.dispatch(t.key,{nextActiveItemId:n.defaultActiveItemId}),o(),setTimeout(i,0)}):(u.dispatch(t.key,{}),o(),i())}else if("Escape"===t.key)t.preventDefault(),u.dispatch(t.key,null),u.pendingRequests.cancelAll();else if("Tab"===t.key)u.dispatch("blur",null),u.pendingRequests.cancelAll();else if("Enter"===t.key){if(null===u.getState().activeItemId||u.getState().collections.every(function(e){return 0===e.items.length})){var s=sf(n.plugins,u.pendingRequests);return void(void 0!==s?s.then(u.pendingRequests.cancelAll):n.debug||u.pendingRequests.cancelAll())}t.preventDefault();var c=cf(u.getState()),l=c.item,f=c.itemInputValue,d=c.itemUrl,p=c.source;if(t.metaKey||t.ctrlKey)void 0!==d&&(p.onSelect(Yf({event:t,item:l,itemInputValue:f,itemUrl:d,refresh:r,source:p,state:u.getState()},a)),n.navigator.navigateNewTab({itemUrl:d,item:l,state:u.getState()}));else if(t.shiftKey)void 0!==d&&(p.onSelect(Yf({event:t,item:l,itemInputValue:f,itemUrl:d,refresh:r,source:p,state:u.getState()},a)),n.navigator.navigateNewWindow({itemUrl:d,item:l,state:u.getState()}));else if(t.altKey);else{if(void 0!==d)return p.onSelect(Yf({event:t,item:l,itemInputValue:f,itemUrl:d,refresh:r,source:p,state:u.getState()},a)),void n.navigator.navigate({itemUrl:d,item:l,state:u.getState()});Kf(Yf({event:t,nextState:{isOpen:!1},props:n,query:f,refresh:r,store:u},a)).then(function(){p.onSelect(Yf({event:t,item:l,itemInputValue:f,itemUrl:d,refresh:r,source:p,state:u.getState()},a))})}}}(sd({event:e,props:t,refresh:n,store:r},u))},onFocus:i,onBlur:El,onClick:function(n){e.inputElement!==t.environment.document.activeElement||r.getState().isOpen||i(n)}},l)},getPanelProps:function(e){return sd({onMouseDown:function(e){e.preventDefault()},onMouseLeave:function(){r.dispatch("mouseleave",null)}},e)},getListProps:function(e){var n=e||{},r=n.source,u=ld(n,ad);return sd({role:"listbox","aria-labelledby":lf(t.id,"label"),id:lf(t.id,"list",r)},u)},getItemProps:function(e){var a=e.item,i=e.source,o=ld(e,id);return sd({id:lf(t.id,"item-".concat(a.__autocomplete_id),i),role:"option","aria-selected":r.getState().activeItemId===a.__autocomplete_id,onMouseMove:function(e){if(a.__autocomplete_id!==r.getState().activeItemId){r.dispatch("mousemove",a.__autocomplete_id);var t=cf(r.getState());if(null!==r.getState().activeItemId&&t){var i=t.item,o=t.itemInputValue,s=t.itemUrl,c=t.source;c.onActive(sd({event:e,item:i,itemInputValue:o,itemUrl:s,refresh:n,source:c,state:r.getState()},u))}}},onMouseDown:function(e){e.preventDefault()},onClick:function(e){var o=i.getItemInputValue({item:a,state:r.getState()}),s=i.getItemUrl({item:a,state:r.getState()});(s?Promise.resolve():Kf(sd({event:e,nextState:{isOpen:!1},props:t,query:o,refresh:n,store:r},u))).then(function(){i.onSelect(sd({event:e,item:a,itemInputValue:o,itemUrl:s,refresh:n,source:i,state:r.getState()},u))})}},o)}}}function dd(e){return dd="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},dd(e)}function pd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function hd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pd(Object(n),!0).forEach(function(t){vd(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pd(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function vd(e,t,n){return(t=function(e){var t=function(e){if("object"!==dd(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==dd(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===dd(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function md(e){var t,n,r,u,a=e.plugins,i=e.options,o=null===(t=((null===(n=i.__autocomplete_metadata)||void 0===n?void 0:n.userAgents)||[])[0])||void 0===t?void 0:t.segment,s=o?vd({},o,Object.keys((null===(r=i.__autocomplete_metadata)||void 0===r?void 0:r.options)||{})):{};return{plugins:a.map(function(e){return{name:e.name,options:Object.keys(e.__autocomplete_pluginOptions||[])}}),options:hd({"autocomplete-core":Object.keys(i)},s),ua:bl.concat((null===(u=i.__autocomplete_metadata)||void 0===u?void 0:u.userAgents)||[])}}function Dd(e){var t,n=e.state;return!1===n.isOpen||null===n.activeItemId?null:(null===(t=cf(n))||void 0===t?void 0:t.itemInputValue)||null}function yd(e){return yd="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},yd(e)}function gd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Fd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?gd(Object(n),!0).forEach(function(t){Ed(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gd(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Ed(e,t,n){return(t=function(e){var t=function(e){if("object"!==yd(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==yd(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===yd(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var bd=function(e,t){switch(t.type){case"setActiveItemId":case"mousemove":return Fd(Fd({},e),{},{activeItemId:t.payload});case"setQuery":return Fd(Fd({},e),{},{query:t.payload,completion:null});case"setCollections":return Fd(Fd({},e),{},{collections:t.payload});case"setIsOpen":return Fd(Fd({},e),{},{isOpen:t.payload});case"setStatus":return Fd(Fd({},e),{},{status:t.payload});case"setContext":return Fd(Fd({},e),{},{context:Fd(Fd({},e.context),t.payload)});case"ArrowDown":var n=Fd(Fd({},e),{},{activeItemId:t.payload.hasOwnProperty("nextActiveItemId")?t.payload.nextActiveItemId:tf(1,e.activeItemId,yl(e),t.props.defaultActiveItemId)});return Fd(Fd({},n),{},{completion:Dd({state:n})});case"ArrowUp":var r=Fd(Fd({},e),{},{activeItemId:tf(-1,e.activeItemId,yl(e),t.props.defaultActiveItemId)});return Fd(Fd({},r),{},{completion:Dd({state:r})});case"Escape":return e.isOpen?Fd(Fd({},e),{},{activeItemId:null,isOpen:!1,completion:null}):Fd(Fd({},e),{},{activeItemId:null,query:"",status:"idle",collections:[]});case"submit":return Fd(Fd({},e),{},{activeItemId:null,isOpen:!1,status:"idle"});case"reset":return Fd(Fd({},e),{},{activeItemId:!0===t.props.openOnFocus?t.props.defaultActiveItemId:null,status:"idle",completion:null,query:""});case"focus":return Fd(Fd({},e),{},{activeItemId:t.props.defaultActiveItemId,isOpen:(t.props.openOnFocus||Boolean(e.query))&&t.props.shouldPanelOpen({state:e})});case"blur":return t.props.debug?e:Fd(Fd({},e),{},{isOpen:!1,activeItemId:null});case"mouseleave":return Fd(Fd({},e),{},{activeItemId:t.props.defaultActiveItemId});default:return"The reducer action ".concat(JSON.stringify(t.type)," is not supported."),e}};function Cd(e){return Cd="function"==typeof Symbol&&"symbol"==j(Symbol.iterator)?function(e){return j(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":j(e)},Cd(e)}function Ad(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function kd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ad(Object(n),!0).forEach(function(t){wd(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ad(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function wd(e,t,n){return(t=function(e){var t=function(e){if("object"!==Cd(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==Cd(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===Cd(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _d(e){var t=[],n=kf(e,t),r=function(e,t,n){var r,u=t.initialState;return{getState:function(){return u},dispatch:function(r,a){var i=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?hf(Object(n),!0).forEach(function(t){vf(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hf(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({},u);u=e(u,{type:r,props:t,payload:a}),n({state:u,prevState:i})},pendingRequests:(r=[],{add:function(e){return r.push(e),e.finally(function(){r=r.filter(function(t){return t!==e})})},cancelAll:function(){r.forEach(function(e){return e.cancel()})},isEmpty:function(){return 0===r.length},wait:function(e){return ef?(ef=!1,Xl=e?Promise.race([Promise.all(r),new Promise(function(t){return setTimeout(t,e)})]):Promise.all(r),Xl.then(function(){ef=!0})):Xl}})}}(bd,n,function(e){var t,r,a=e.prevState,c=e.state;if(n.onStateChange(kd({prevState:a,state:c,refresh:i,navigator:n.navigator},u)),!s()&&null!==(t=c.context)&&void 0!==t&&null!==(r=t.algoliaInsightsPlugin)&&void 0!==r&&r.__automaticInsights&&!1!==n.insights){var l=Wl({__autocomplete_clickAnalytics:!1});n.plugins.push(l),o([l])}}),u=function(e){var t=e.store;return{setActiveItemId:function(e){t.dispatch("setActiveItemId",e)},setQuery:function(e){t.dispatch("setQuery",e)},setCollections:function(e){var n=0,r=e.map(function(e){return yf(yf({},e),{},{items:ml(e.items).map(function(e){return yf(yf({},e),{},{__autocomplete_id:n++})})})});t.dispatch("setCollections",r)},setIsOpen:function(e){t.dispatch("setIsOpen",e)},setStatus:function(e){t.dispatch("setStatus",e)},setContext:function(e){t.dispatch("setContext",e)}}}({store:r}),a=fd(kd({props:n,refresh:i,store:r,navigator:n.navigator},u));function i(){return Kf(kd({event:new Event("input"),nextState:{isOpen:r.getState().isOpen},props:n,navigator:n.navigator,query:r.getState().query,refresh:i,store:r},u))}function o(e){e.forEach(function(e){var r;return null===(r=e.subscribe)||void 0===r?void 0:r.call(e,kd(kd({},u),{},{navigator:n.navigator,refresh:i,onSelect:function(e){t.push({onSelect:e})},onActive:function(e){t.push({onActive:e})},onResolve:function(e){t.push({onResolve:e})}}))})}function s(){return n.plugins.some(function(e){return"aa.algoliaInsightsPlugin"===e.name})}if(n.insights&&!s()){var c="boolean"==typeof n.insights?{}:n.insights;n.plugins.push(Wl(c))}return o(n.plugins),function(e){var t,n,r=e.metadata,u=e.environment;if(null===(t=u.navigator)||void 0===t||null===(n=t.userAgent)||void 0===n?void 0:n.includes("Algolia Crawler")){var a=u.document.createElement("meta"),i=u.document.querySelector("head");a.name="algolia:metadata",setTimeout(function(){a.content=JSON.stringify(r),i.appendChild(a)},0)}}({metadata:md({plugins:n.plugins,options:e}),environment:n.environment}),kd(kd({refresh:i,navigator:n.navigator},a),u)}var Sd="https://askai.algolia.com/chat",xd="askai_token",Bd=function(e){if(!e)return!0;try{var t=function(e){var t=Se(e.split("."),1)[0];return JSON.parse(atob(t))}(e),n=t.exp;return Date.now()/1e3>n-30}catch(e){return!0}},Od=null,Id=function(){var e=le(ke().m(function e(t){var n,r;return ke().w(function(e){for(;;)switch(e.n){case 0:if(n=t.assistantId,r=sessionStorage.getItem(xd),Bd(r)){e.n=1;break}return e.a(2,r);case 1:return Od||(Od=fetch("".concat(Sd,"/token"),{method:"POST",headers:{"x-algolia-assistant-id":n,"content-type":"application/json"}}).then(function(e){return e.json()}).then(function(e){var t=e.token;return sessionStorage.setItem(xd,t),t}).finally(function(){return Od=null})),e.a(2,Od)}},e)}));return function(t){return e.apply(this,arguments)}}(),Td=function(){var e=le(ke().m(function e(t){var n,r,u,a,i,o;return ke().w(function(e){for(;;)switch(e.n){case 0:return n=t.assistantId,r=t.thumbs,u=t.messageId,a=t.appId,(i=new Headers).set("x-algolia-assistant-id",n),i.set("content-type","application/json"),e.n=1,Id({assistantId:n});case 1:o=e.v,i.set("authorization","TOKEN ".concat(o));case 2:return e.a(2,fetch("".concat(Sd,"/feedback"),{method:"POST",body:JSON.stringify({appId:a,messageId:u,thumbs:r}),headers:i}))}},e)}));return function(t){return e.apply(this,arguments)}}();function Pd(e){var n=e.translations,r=(void 0===n?{}:n).poweredByText,u=void 0===r?"Powered by":r;return t.createElement("a",{href:"https://www.algolia.com/ref/docsearch/?utm_source=".concat(window.location.hostname,"&utm_medium=referral&utm_content=powered_by&utm_campaign=docsearch"),target:"_blank",rel:"noopener noreferrer"},t.createElement("span",{className:"DocSearch-Label"},u),t.createElement("svg",{width:"80",height:"24","aria-label":"Algolia",role:"img",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2196.2 500"},t.createElement("defs",null,t.createElement("style",null,".cls-1,.cls-2{fill:#003dff;}.cls-2{fill-rule:evenodd;}")),t.createElement("path",{className:"cls-2",d:"M1070.38,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),t.createElement("rect",{className:"cls-1",x:"1845.88",y:"104.73",width:"62.58",height:"277.9",rx:"5.9",ry:"5.9"}),t.createElement("path",{className:"cls-2",d:"M1851.78,71.38h50.77c3.26,0,5.9-2.64,5.9-5.9V5.9c0-3.62-3.24-6.39-6.82-5.83l-50.77,7.95c-2.87,.45-4.99,2.92-4.99,5.83v51.62c0,3.26,2.64,5.9,5.9,5.9Z"}),t.createElement("path",{className:"cls-2",d:"M1764.03,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),t.createElement("path",{className:"cls-2",d:"M1631.95,142.72c-11.14-12.25-24.83-21.65-40.78-28.31-15.92-6.53-33.26-9.85-52.07-9.85-18.78,0-36.15,3.17-51.92,9.85-15.59,6.66-29.29,16.05-40.76,28.31-11.47,12.23-20.38,26.87-26.76,44.03-6.38,17.17-9.24,37.37-9.24,58.36,0,20.99,3.19,36.87,9.55,54.21,6.38,17.32,15.14,32.11,26.45,44.36,11.29,12.23,24.83,21.62,40.6,28.46,15.77,6.83,40.12,10.33,52.4,10.48,12.25,0,36.78-3.82,52.7-10.48,15.92-6.68,29.46-16.23,40.78-28.46,11.29-12.25,20.05-27.04,26.25-44.36,6.22-17.34,9.24-33.22,9.24-54.21,0-20.99-3.34-41.19-10.03-58.36-6.38-17.17-15.14-31.8-26.43-44.03Zm-44.43,163.75c-11.47,15.75-27.56,23.7-48.09,23.7-20.55,0-36.63-7.8-48.1-23.7-11.47-15.75-17.21-34.01-17.21-61.2,0-26.89,5.59-49.14,17.06-64.87,11.45-15.75,27.54-23.52,48.07-23.52,20.55,0,36.63,7.78,48.09,23.52,11.47,15.57,17.36,37.98,17.36,64.87,0,27.19-5.72,45.3-17.19,61.2Z"}),t.createElement("path",{className:"cls-2",d:"M894.42,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),t.createElement("path",{className:"cls-2",d:"M2133.97,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),t.createElement("path",{className:"cls-2",d:"M1314.05,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-11.79,18.34-19.6,39.64-22.11,62.59-.58,5.3-.88,10.68-.88,16.14s.31,11.15,.93,16.59c4.28,38.09,23.14,71.61,50.66,94.52,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47h0c17.99,0,34.61-5.93,48.16-15.97,16.29-11.58,28.88-28.54,34.48-47.75v50.26h-.11v11.08c0,21.84-5.71,38.27-17.34,49.36-11.61,11.08-31.04,16.63-58.25,16.63-11.12,0-28.79-.59-46.6-2.41-2.83-.29-5.46,1.5-6.27,4.22l-12.78,43.11c-1.02,3.46,1.27,7.02,4.83,7.53,21.52,3.08,42.52,4.68,54.65,4.68,48.91,0,85.16-10.75,108.89-32.21,21.48-19.41,33.15-48.89,35.2-88.52V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,64.1s.65,139.13,0,143.36c-12.08,9.77-27.11,13.59-43.49,14.7-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-1.32,0-2.63-.03-3.94-.1-40.41-2.11-74.52-37.26-74.52-79.38,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33Z"}),t.createElement("path",{className:"cls-1",d:"M249.83,0C113.3,0,2,110.09,.03,246.16c-2,138.19,110.12,252.7,248.33,253.5,42.68,.25,83.79-10.19,120.3-30.03,3.56-1.93,4.11-6.83,1.08-9.51l-23.38-20.72c-4.75-4.21-11.51-5.4-17.36-2.92-25.48,10.84-53.17,16.38-81.71,16.03-111.68-1.37-201.91-94.29-200.13-205.96,1.76-110.26,92-199.41,202.67-199.41h202.69V407.41l-115-102.18c-3.72-3.31-9.42-2.66-12.42,1.31-18.46,24.44-48.53,39.64-81.93,37.34-46.33-3.2-83.87-40.5-87.34-86.81-4.15-55.24,39.63-101.52,94-101.52,49.18,0,89.68,37.85,93.91,85.95,.38,4.28,2.31,8.27,5.52,11.12l29.95,26.55c3.4,3.01,8.79,1.17,9.63-3.3,2.16-11.55,2.92-23.58,2.07-35.92-4.82-70.34-61.8-126.93-132.17-131.26-80.68-4.97-148.13,58.14-150.27,137.25-2.09,77.1,61.08,143.56,138.19,145.26,32.19,.71,62.03-9.41,86.14-26.95l150.26,133.2c6.44,5.71,16.61,1.14,16.61-7.47V9.48C499.66,4.25,495.42,0,490.18,0H249.83Z"})))}function jd(e){return t.createElement("svg",{width:"20",height:"20","aria-label":e.ariaLabel,viewBox:"0 0 24 24",role:"img"},t.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.4"},e.children))}function Nd(e){var n=e.translations,r=void 0===n?{}:n,u=e.isAskAiActive,a=void 0!==u&&u,i=r.selectText,o=void 0===i?"Select":i,s=r.selectKeyAriaLabel,c=void 0===s?"Enter key":s,l=r.submitQuestionText,f=void 0===l?"Submit question":l,d=r.navigateText,p=void 0===d?"Navigate":d,h=r.navigateUpKeyAriaLabel,v=void 0===h?"Arrow up":h,m=r.navigateDownKeyAriaLabel,D=void 0===m?"Arrow down":m,y=r.closeText,g=void 0===y?"Close":y,F=r.backToSearchText,E=void 0===F?"Back to search":F,b=r.closeKeyAriaLabel,C=void 0===b?"Escape key":b,A=r.poweredByText,k=void 0===A?"Powered by":A;return t.createElement(t.Fragment,null,t.createElement("div",{className:"DocSearch-Logo"},t.createElement(Pd,{translations:{poweredByText:k}})),t.createElement("ul",{className:"DocSearch-Commands"},t.createElement("li",null,t.createElement("kbd",{className:"DocSearch-Commands-Key"},t.createElement(jd,{ariaLabel:D},t.createElement("path",{d:"M12 5v14"}),t.createElement("path",{d:"m19 12-7 7-7-7"}))),t.createElement("kbd",{className:"DocSearch-Commands-Key"},t.createElement(jd,{ariaLabel:v},t.createElement("path",{d:"m5 12 7-7 7 7"}),t.createElement("path",{d:"M12 19V5"}))),t.createElement("span",{className:"DocSearch-Label"},p)),t.createElement("li",null,t.createElement("kbd",{className:"DocSearch-Commands-Key"},t.createElement(jd,{ariaLabel:c},t.createElement("polyline",{points:"9 10 4 15 9 20"}),t.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))),t.createElement("span",{className:"DocSearch-Label"},a?f:o)),t.createElement("li",null,t.createElement("kbd",{className:"DocSearch-Commands-Key"},t.createElement("span",{className:"DocSearch-Escape-Key"},"ESC")),t.createElement("span",{className:"DocSearch-Label","aria-label":C},a?E:g))))}function zd(e){var n=e.hit,r=e.children;return t.createElement("a",{href:n.url},r)}function Rd(e){var n=e.className;return t.createElement("svg",{viewBox:"0 0 38 38",className:n,stroke:"currentColor",strokeOpacity:".5"},t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("g",{transform:"translate(1 1)",strokeWidth:"2"},t.createElement("circle",{strokeOpacity:".3",cx:"18",cy:"18",r:"18"}),t.createElement("path",{d:"M36 18c0-9.94-8.06-18-18-18"},t.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})))))}function Md(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round",className:"DocSearch-Hit-icon-sparkles"},t.createElement("path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"}),t.createElement("path",{d:"M20 3v4"}),t.createElement("path",{d:"M22 5h-4"}),t.createElement("path",{d:"M4 17v2"}),t.createElement("path",{d:"M5 18H3"}))}function Zd(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},t.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("path",{d:"M3.18 6.6a8.23 8.23 0 1112.93 9.94h0a8.23 8.23 0 01-11.63 0"}),t.createElement("path",{d:"M6.44 7.25H2.55V3.36M10.45 6v5.6M10.45 11.6L13 13"})))}function Ld(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},t.createElement("path",{d:"M10 10l5.09-5.09L10 10l5.09 5.09L10 10zm0 0L4.91 4.91 10 10l-5.09 5.09L10 10z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}function $d(e){var n=e.size,r=void 0===n?20:n,u=e.color,a=void 0===u?"currentColor":u;return t.createElement("svg",{width:r,height:r,className:"DocSearch-Search-Icon",viewBox:"0 0 24 24","aria-hidden":"true"},t.createElement("circle",{cx:"11",cy:"11",r:"8",stroke:a,fill:"none",strokeWidth:"1.4"}),t.createElement("path",{d:"m21 21-4.3-4.3",stroke:a,fill:"none",strokeLinecap:"round",strokeLinejoin:"round"}))}function qd(){return t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",className:"lucide lucide-triangle-alert-icon lucide-triangle-alert"},t.createElement("path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}),t.createElement("path",{d:"M12 9v4"}),t.createElement("path",{d:"M12 17h.01"}))}function Vd(){return t.createElement("svg",{className:"DocSearch-Hit-Select-Icon",width:"20",height:"20",viewBox:"0 0 20 20"},t.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("path",{d:"M18 3v4c0 2-2 4-4 4H2"}),t.createElement("path",{d:"M8 17l-6-6 6-6"})))}var Ud=function(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),t.createElement("path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}),t.createElement("path",{d:"M10 9H8"}),t.createElement("path",{d:"M16 13H8"}),t.createElement("path",{d:"M16 17H8"}))};function Hd(e){switch(e.type){case"lvl1":return t.createElement(Ud,null);case"content":return t.createElement(Kd,null);default:return t.createElement(Wd,null)}}function Wd(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("line",{x1:"4",x2:"20",y1:"9",y2:"9"}),t.createElement("line",{x1:"4",x2:"20",y1:"15",y2:"15"}),t.createElement("line",{x1:"10",x2:"8",y1:"3",y2:"21"}),t.createElement("line",{x1:"16",x2:"14",y1:"3",y2:"21"}))}function Kd(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},t.createElement("path",{d:"M17 5H3h14zm0 5H3h14zm0 5H3h14z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function Jd(){return t.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},t.createElement("path",{d:"M10 14.2L5 17l1-5.6-4-4 5.5-.7 2.5-5 2.5 5 5.6.8-4 4 .9 5.5z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function Qd(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.99984 1.29102C4.74264 1.29102 1.2915 4.74215 1.2915 8.99935C1.2915 13.2565 4.74264 16.7077 8.99984 16.7077C13.257 16.7077 16.7082 13.2565 16.7082 8.99935C16.7082 4.74215 13.257 1.29102 8.99984 1.29102ZM0.0415039 8.99935C0.0415039 4.0518 4.05229 0.0410156 8.99984 0.0410156C13.9474 0.0410156 17.9582 4.0518 17.9582 8.99935C17.9582 13.9469 13.9474 17.9577 8.99984 17.9577C4.05229 17.9577 0.0415039 13.9469 0.0415039 8.99935ZM5.87484 6.49935C5.87484 6.15417 6.15466 5.87435 6.49984 5.87435H11.4998C11.845 5.87435 12.1248 6.15417 12.1248 6.49935V11.4993C12.1248 11.8445 11.845 12.1243 11.4998 12.1243H6.49984C6.15466 12.1243 5.87484 11.8445 5.87484 11.4993V6.49935ZM7.12484 7.12435V10.8743H10.8748V7.12435H7.12484Z",fill:"currentcolor"}))}function Gd(){return t.createElement("svg",{width:"40",height:"40",viewBox:"0 0 20 20",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("path",{d:"M19 4.8a16 16 0 00-2-1.2m-3.3-1.2A16 16 0 001.1 4.7M16.7 8a12 12 0 00-2.8-1.4M10 6a12 12 0 00-6.7 2M12.3 14.7a4 4 0 00-4.5 0M14.5 11.4A8 8 0 0010 10M3 16L18 2M10 18h0"}))}function Yd(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"64",height:"64",viewBox:"0 0 24 24",fill:"none",stroke:"#5a5e9a",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("path",{d:"m13.5 8.5-5 5"}),t.createElement("path",{d:"m8.5 8.5 5 5"}),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("path",{d:"m21 21-4.3-4.3"}))}function Xd(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:4,height:16,viewBox:"0 0 4 16",fill:"none"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.99984 1.95898C1.88478 1.95898 1.7915 2.05226 1.7915 2.16732C1.7915 2.28238 1.88478 2.37565 1.99984 2.37565C2.1149 2.37565 2.20817 2.28238 2.20817 2.16732C2.20817 2.05226 2.1149 1.95898 1.99984 1.95898ZM0.541504 2.16732C0.541504 1.3619 1.19442 0.708984 1.99984 0.708984C2.80525 0.708984 3.45817 1.3619 3.45817 2.16732C3.45817 2.97273 2.80525 3.62565 1.99984 3.62565C1.19442 3.62565 0.541504 2.97273 0.541504 2.16732ZM1.99984 7.79232C1.88478 7.79232 1.7915 7.88559 1.7915 8.00065C1.7915 8.11571 1.88478 8.20898 1.99984 8.20898C2.1149 8.20898 2.20817 8.11571 2.20817 8.00065C2.20817 7.88559 2.1149 7.79232 1.99984 7.79232ZM0.541504 8.00065C0.541504 7.19524 1.19442 6.54232 1.99984 6.54232C2.80525 6.54232 3.45817 7.19524 3.45817 8.00065C3.45817 8.80607 2.80525 9.45898 1.99984 9.45898C1.19442 9.45898 0.541504 8.80607 0.541504 8.00065ZM1.99984 13.6257C1.88478 13.6257 1.7915 13.7189 1.7915 13.834C1.7915 13.949 1.88478 14.0423 1.99984 14.0423C2.1149 14.0423 2.20817 13.949 2.20817 13.834C2.20817 13.7189 2.1149 13.6257 1.99984 13.6257ZM0.541504 13.834C0.541504 13.0286 1.19442 12.3757 1.99984 12.3757C2.80525 12.3757 3.45817 13.0286 3.45817 13.834C3.45817 14.6394 2.80525 15.2923 1.99984 15.2923C1.19442 15.2923 0.541504 14.6394 0.541504 13.834Z",fill:"currentcolor"}))}function ep(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"},t.createElement("path",{d:"M9 0.875C10.6068 0.875 12.1776 1.35149 13.5137 2.24414C14.8498 3.13693 15.8919 4.40598 16.5068 5.89062C17.1218 7.37522 17.2822 9.00892 16.9688 10.585C16.6552 12.1611 15.8814 13.6088 14.7451 14.7451C13.6088 15.8814 12.1611 16.6552 10.585 16.9688C9.00892 17.2822 7.37523 17.1218 5.89062 16.5068C4.40598 15.8919 3.13693 14.8498 2.24414 13.5137C1.35149 12.1776 0.875 10.6068 0.875 9C0.875 8.65482 1.15482 8.375 1.5 8.375C1.84518 8.375 2.125 8.65482 2.125 9C2.125 10.3596 2.52792 11.6888 3.2832 12.8193C4.03864 13.9499 5.1129 14.8312 6.36914 15.3516C7.62523 15.8718 9.00736 16.0083 10.3408 15.7432C11.6744 15.4779 12.8998 14.8228 13.8613 13.8613C14.8228 12.8998 15.4779 11.6744 15.7432 10.3408C16.0083 9.00736 15.8718 7.62523 15.3516 6.36914C14.8312 5.1129 13.9499 4.03864 12.8193 3.2832C11.6888 2.52792 10.3596 2.125 9 2.125C7.06829 2.125 5.21604 2.89096 3.82129 4.22949L3.00879 5.04199H5.66699C6.01202 5.04217 6.29199 5.32192 6.29199 5.66699C6.29182 6.01191 6.01191 6.29182 5.66699 6.29199H1.5C1.45939 6.29199 1.41889 6.28716 1.37891 6.2793C1.36148 6.27587 1.345 6.26949 1.32812 6.26465C1.267 6.24714 1.20782 6.22205 1.15332 6.18555C1.08536 6.14005 1.02604 6.08256 0.980469 6.01465C0.970244 5.99942 0.962841 5.98268 0.954102 5.9668C0.904937 5.87756 0.875056 5.77606 0.875 5.66699V1.5C0.875 1.15482 1.15482 0.875002 1.5 0.875C1.84518 0.875 2.125 1.15482 2.125 1.5V4.15723L2.94141 3.3418L2.9502 3.33301C4.57158 1.77433 6.73388 0.875 9 0.875ZM9.33301 4.20801C9.67808 4.20801 9.95783 4.48798 9.95801 4.83301V9.44727L12.9463 10.9414C13.2548 11.0958 13.3798 11.4707 13.2256 11.7793C13.0712 12.088 12.6955 12.213 12.3867 12.0586L9.05371 10.3926C8.84198 10.2867 8.70801 10.0697 8.70801 9.83301V4.83301C8.70818 4.48809 8.98809 4.20819 9.33301 4.20801Z",fill:"currentcolor"}))}function tp(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.712717 3.38039C1.14249 2.95062 1.72538 2.70917 2.33317 2.70917H8.1665C8.51168 2.70917 8.7915 2.989 8.7915 3.33417C8.7915 3.67935 8.51168 3.95917 8.1665 3.95917H2.33317C2.0569 3.95917 1.79195 4.06892 1.5966 4.26427C1.40125 4.45962 1.2915 4.72457 1.2915 5.00084V16.6675C1.2915 16.9438 1.40125 17.2087 1.5966 17.4041C1.79195 17.5994 2.0569 17.7092 2.33317 17.7092H13.9998C14.2761 17.7092 14.5411 17.5994 14.7364 17.4041C14.9318 17.2087 15.0415 16.9438 15.0415 16.6675V10.8342C15.0415 10.489 15.3213 10.2092 15.6665 10.2092C16.0117 10.2092 16.2915 10.489 16.2915 10.8342V16.6675C16.2915 17.2753 16.0501 17.8582 15.6203 18.288C15.1905 18.7177 14.6076 18.9592 13.9998 18.9592H2.33317C1.72538 18.9592 1.14249 18.7177 0.712717 18.288C0.282947 17.8582 0.0415039 17.2753 0.0415039 16.6675V5.00084C0.0415039 4.39305 0.282947 3.81016 0.712717 3.38039Z",fill:"currentcolor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6665 2.19141C15.3634 2.19141 15.0728 2.3118 14.8584 2.52611L7.06419 10.3204L6.52548 12.4752L8.68031 11.9365L16.4746 4.14223C16.6889 3.92792 16.8093 3.63725 16.8093 3.33417C16.8093 3.03109 16.6889 2.74043 16.4746 2.52611C16.2603 2.3118 15.9696 2.19141 15.6665 2.19141ZM13.9746 1.64223C14.4233 1.1935 15.0319 0.941406 15.6665 0.941406C16.3011 0.941406 16.9097 1.1935 17.3584 1.64223C17.8072 2.09096 18.0593 2.69957 18.0593 3.33417C18.0593 3.96877 17.8072 4.57738 17.3584 5.02611L9.44178 12.9428C9.36168 13.0229 9.26132 13.0797 9.15142 13.1072L5.81809 13.9405C5.6051 13.9938 5.3798 13.9314 5.22456 13.7761C5.06932 13.6209 5.00692 13.3956 5.06016 13.1826L5.8935 9.84925C5.92097 9.73936 5.9778 9.639 6.0579 9.5589L13.9746 1.64223Z",fill:"currentcolor"}))}var np,rp={before:"Searched for ",separator:", ",lastSeparator:" and ",after:""};function up(e){var n=e.queries,r=e.translations,u=e.onSearchQueryClick;if(0===n.length)return null;if("function"==typeof r.aggregatedToolCallNode)return t.createElement(t.Fragment,null,r.aggregatedToolCallNode(n,u));var a=(r.aggregatedToolCallText?r.aggregatedToolCallText(n):rp)||{},i=a.before,o=void 0===i?"":i,s=a.separator,l=void 0===s?", ":s,f=a.lastSeparator,d=void 0===f?" and ":f,p=a.after,h=void 0===p?"":p;return t.createElement("div",{className:"DocSearch-AskAiScreen-MessageContent-Tool Tool--AggregatedResult"},t.createElement($d,{size:18}),t.createElement("span",null,o&&t.createElement("span",null,o),n.map(function(e,r){return t.createElement(c,{key:e+r},t.createElement("span",{role:"button",tabIndex:0,className:"DocSearch-AskAiScreen-MessageContent-Tool-Query",onKeyDown:function(t){"enter"!==t.key&&" "!==t.key||(t.preventDefault(),u(e))},onClick:function(){return u(e)}},'"',e,'"'),r<n.length-2&&l,r===n.length-2&&d)}),h&&t.createElement("span",null,h)))}var ap={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};function ip(e){ap=e}var op={exec:function(){return null}};function sp(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n="string"==typeof e?e:e.source,r={replace:function(e,t){var u="string"==typeof t?t:t.source;return u=u.replace(cp.caret,"$1"),n=n.replace(e,u),r},getRegex:function(){return new RegExp(n,t)}};return r}var cp={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD40-\uDD59\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDD40-\uDD65\uDD6F-\uDD85\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC7\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDED0-\uDEE3\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0\uDFF0-\uDFF9]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDDB0-\uDDDB\uDDE0-\uDDE9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D\uDD30-\uDD39]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDD70-\uDD79\uDE40-\uDE96\uDEA0-\uDEB8\uDEBB-\uDED3\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3\uDFF2-\uDFF6]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD833[\uDCF0-\uDCF9]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDDD0-\uDDED\uDDF0-\uDDFA\uDEC0-\uDEDE\uDEE0-\uDEE2\uDEE4\uDEE5\uDEE7-\uDEED\uDEF0-\uDEF4\uDEFE\uDEFF\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79])/,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:function(e){return new RegExp("^( {0,3}".concat(e,")((?:[\t ][^\\n]*)?(?:\\n|$))"))},nextBulletRegex:function(e){return new RegExp("^ {0,".concat(Math.min(3,e-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))"))},hrRegex:function(e){return new RegExp("^ {0,".concat(Math.min(3,e-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)"))},fencesBeginRegex:function(e){return new RegExp("^ {0,".concat(Math.min(3,e-1),"}(?:```|~~~)"))},headingBeginRegex:function(e){return new RegExp("^ {0,".concat(Math.min(3,e-1),"}#"))},htmlBeginRegex:function(e){return new RegExp("^ {0,".concat(Math.min(3,e-1),"}<(?:[a-z].*>|!--)"),"i")}},lp=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,fp=/(?:[*+-]|\d{1,9}[.)])/,dp=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,pp=sp(dp).replace(/bull/g,fp).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),hp=sp(dp).replace(/bull/g,fp).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),vp=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,mp=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,Dp=sp(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",mp).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),yp=sp(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,fp).getRegex(),gp="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Fp=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,Ep=sp("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$))","i").replace("comment",Fp).replace("tag",gp).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),bp=sp(vp).replace("hr",lp).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",gp).getRegex(),Cp={blockquote:sp(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",bp).getRegex(),code:/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,def:Dp,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:lp,html:Ep,lheading:pp,list:yp,newline:/^(?:[ \t]*(?:\n|$))+/,paragraph:bp,table:op,text:/^[^\n]+/},Ap=sp("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",lp).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3}\t)[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",gp).getRegex(),kp=Ce(Ce({},Cp),{},{lheading:hp,table:Ap,paragraph:sp(vp).replace("hr",lp).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Ap).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",gp).getRegex()}),wp=Ce(Ce({},Cp),{},{html:sp("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Fp).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:op,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:sp(vp).replace("hr",lp).replace("heading"," *#{1,6} *[^\n]").replace("lheading",pp).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()}),_p=/^( {2,}|\\)\n(?!\s*$)/,Sp=/(?:[!-\/:-@\[-`\{-~\xA1-\xA9\xAB\xAC\xAE-\xB1\xB4\xB6-\xB8\xBB\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u037E\u0384\u0385\u0387\u03F6\u0482\u055A-\u055F\u0589\u058A\u058D-\u058F\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0606-\u060F\u061B\u061D-\u061F\u066A-\u066D\u06D4\u06DE\u06E9\u06FD\u06FE\u0700-\u070D\u07F6-\u07F9\u07FE\u07FF\u0830-\u083E\u085E\u0888\u0964\u0965\u0970\u09F2\u09F3\u09FA\u09FB\u09FD\u0A76\u0AF0\u0AF1\u0B70\u0BF3-\u0BFA\u0C77\u0C7F\u0C84\u0D4F\u0D79\u0DF4\u0E3F\u0E4F\u0E5A\u0E5B\u0F01-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F85\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u104A-\u104F\u109E\u109F\u10FB\u1360-\u1368\u1390-\u1399\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DB\u1800-\u180A\u1940\u1944\u1945\u19DE-\u19FF\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2010-\u2027\u2030-\u205E\u207A-\u207E\u208A-\u208E\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2775\u2794-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u303F\u309B\u309C\u30A0\u30FB\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAA77-\uAA79\uAADE\uAADF\uAAF0\uAAF1\uAB5B\uAB6A\uAB6B\uABEB\uFB29\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD00-\uDD02\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDC77\uDC78\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEC8\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDD8E\uDD8F\uDEAD\uDED0-\uDED8\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3F]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFD5-\uDFF1\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3F\uDF44\uDF45]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F[\uDC9C\uDC9F]|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE8B]|\uD838[\uDD4F\uDEFF]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA])/,xp=/(?:[\t-\r -\/:-@\[-`\{-~\xA0-\xA9\xAB\xAC\xAE-\xB1\xB4\xB6-\xB8\xBB\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u037E\u0384\u0385\u0387\u03F6\u0482\u055A-\u055F\u0589\u058A\u058D-\u058F\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0606-\u060F\u061B\u061D-\u061F\u066A-\u066D\u06D4\u06DE\u06E9\u06FD\u06FE\u0700-\u070D\u07F6-\u07F9\u07FE\u07FF\u0830-\u083E\u085E\u0888\u0964\u0965\u0970\u09F2\u09F3\u09FA\u09FB\u09FD\u0A76\u0AF0\u0AF1\u0B70\u0BF3-\u0BFA\u0C77\u0C7F\u0C84\u0D4F\u0D79\u0DF4\u0E3F\u0E4F\u0E5A\u0E5B\u0F01-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F85\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u104A-\u104F\u109E\u109F\u10FB\u1360-\u1368\u1390-\u1399\u1400\u166D\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DB\u1800-\u180A\u1940\u1944\u1945\u19DE-\u19FF\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2000-\u200A\u2010-\u2029\u202F-\u205F\u207A-\u207E\u208A-\u208E\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2775\u2794-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u303F\u309B\u309C\u30A0\u30FB\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAA77-\uAA79\uAADE\uAADF\uAAF0\uAAF1\uAB5B\uAB6A\uAB6B\uABEB\uFB29\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD00-\uDD02\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDC77\uDC78\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEC8\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDD8E\uDD8F\uDEAD\uDED0-\uDED8\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3F]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFD5-\uDFF1\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3F\uDF44\uDF45]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F[\uDC9C\uDC9F]|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE8B]|\uD838[\uDD4F\uDEFF]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA])/,Bp=/(?:[\0-\x08\x0E-\x1F0-9A-Za-z\x7F-\x9F\xAA\xAD\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376-\u037D\u037F-\u0383\u0386\u0388-\u03F5\u03F7-\u0481\u0483-\u0559\u0560-\u0588\u058B\u058C\u0590-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7-\u05F2\u05F5-\u0605\u0610-\u061A\u061C\u0620-\u0669\u066E-\u06D3\u06D5-\u06DD\u06DF-\u06E8\u06EA-\u06FC\u06FF\u070E-\u07F5\u07FA-\u07FD\u0800-\u082F\u083F-\u085D\u085F-\u0887\u0889-\u0963\u0966-\u096F\u0971-\u09F1\u09F4-\u09F9\u09FC\u09FE-\u0A75\u0A77-\u0AEF\u0AF2-\u0B6F\u0B71-\u0BF2\u0BFB-\u0C76\u0C78-\u0C7E\u0C80-\u0C83\u0C85-\u0D4E\u0D50-\u0D78\u0D7A-\u0DF3\u0DF5-\u0E3E\u0E40-\u0E4E\u0E50-\u0E59\u0E5C-\u0F00\u0F18\u0F19\u0F20-\u0F33\u0F35\u0F37\u0F39\u0F3E-\u0F84\u0F86-\u0FBD\u0FC6\u0FCD\u0FDB-\u1049\u1050-\u109D\u10A0-\u10FA\u10FC-\u135F\u1369-\u138F\u139A-\u13FF\u1401-\u166C\u166F-\u167F\u1681-\u169A\u169D-\u16EA\u16EE-\u1734\u1737-\u17D3\u17D7\u17DC-\u17FF\u180B-\u193F\u1941-\u1943\u1946-\u19DD\u1A00-\u1A1D\u1A20-\u1A9F\u1AA7\u1AAE-\u1B4D\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BFB\u1C00-\u1C3A\u1C40-\u1C7D\u1C80-\u1CBF\u1CC8-\u1CD2\u1CD4-\u1FBC\u1FBE\u1FC2-\u1FCC\u1FD0-\u1FDC\u1FE0-\u1FEC\u1FF0-\u1FFC\u1FFF\u200B-\u200F\u202A-\u202E\u2060-\u2079\u207F-\u2089\u208F-\u209F\u20C2-\u20FF\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u218C-\u218F\u242A-\u243F\u244B-\u249B\u24EA-\u24FF\u2776-\u2793\u2B74\u2B75\u2C00-\u2CE4\u2CEB-\u2CF8\u2CFD\u2D00-\u2D6F\u2D71-\u2DFF\u2E2F\u2E5E-\u2E7F\u2E9A\u2EF4-\u2EFF\u2FD6-\u2FEF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3040-\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u318F\u3192-\u3195\u31A0-\u31BF\u31E6-\u31EE\u31F0-\u31FF\u321F-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48F\uA4C7-\uA4FD\uA500-\uA60C\uA610-\uA672\uA674-\uA67D\uA67F-\uA6F1\uA6F8-\uA6FF\uA717-\uA71F\uA722-\uA788\uA78B-\uA827\uA82C-\uA835\uA83A-\uA873\uA878-\uA8CD\uA8D0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA95E\uA960-\uA9C0\uA9CE-\uA9DD\uA9E0-\uAA5B\uAA60-\uAA76\uAA7A-\uAADD\uAAE0-\uAAEF\uAAF2-\uAB5A\uAB5C-\uAB69\uAB6C-\uABEA\uABEC-\uD7FF\uE000-\uFB28\uFB2A-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDD0-\uFDFB\uFE00-\uFE0F\uFE1A-\uFE2F\uFE53\uFE67\uFE6C-\uFEFE\uFF00\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFDF\uFFE7\uFFEF-\uFFFB\uFFFE\uFFFF]|\uD800[\uDC00-\uDCFF\uDD03-\uDD36\uDD40-\uDD78\uDD8A\uDD8B\uDD8F\uDD9D-\uDD9F\uDDA1-\uDDCF\uDDFD-\uDF9E\uDFA0-\uDFCF\uDFD1-\uDFFF]|\uD801[\uDC00-\uDD6E\uDD70-\uDFFF]|\uD802[\uDC00-\uDC56\uDC58-\uDC76\uDC79-\uDD1E\uDD20-\uDD3E\uDD40-\uDE4F\uDE59-\uDE7E\uDE80-\uDEC7\uDEC9-\uDEEF\uDEF7-\uDF38\uDF40-\uDF98\uDF9D-\uDFFF]|\uD803[\uDC00-\uDD6D\uDD6F-\uDD8D\uDD90-\uDEAC\uDEAE-\uDECF\uDED9-\uDF54\uDF5A-\uDF85\uDF8A-\uDFFF]|\uD804[\uDC00-\uDC46\uDC4E-\uDCBA\uDCBD\uDCC2-\uDD3F\uDD44-\uDD73\uDD76-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDDE0-\uDE37\uDE3E-\uDEA8\uDEAA-\uDFD3\uDFD6\uDFD9-\uDFFF]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5C\uDC5E-\uDCC5\uDCC7-\uDDC0\uDDD8-\uDE40\uDE44-\uDE5F\uDE6D-\uDEB8\uDEBA-\uDF3B\uDF40-\uDFFF]|\uD806[\uDC00-\uDC3A\uDC3C-\uDD43\uDD47-\uDDE1\uDDE3-\uDE3E\uDE47-\uDE99\uDE9D\uDEA3-\uDEFF\uDF0A-\uDFE0\uDFE2-\uDFFF]|\uD807[\uDC00-\uDC40\uDC46-\uDC6F\uDC72-\uDEF6\uDEF9-\uDF42\uDF50-\uDFD4\uDFF2-\uDFFE]|[\uD808\uD80A\uD80C-\uD819\uD81C-\uD82E\uD830-\uD832\uD837\uD83F-\uDBFF][\uDC00-\uDFFF]|\uD809[\uDC00-\uDC6F\uDC75-\uDFFF]|\uD80B[\uDC00-\uDFF0\uDFF3-\uDFFF]|\uD81A[\uDC00-\uDE6D\uDE70-\uDEF4\uDEF6-\uDF36\uDF40-\uDF43\uDF46-\uDFFF]|\uD81B[\uDC00-\uDD6C\uDD70-\uDE96\uDE9B-\uDFE1\uDFE3-\uDFFF]|\uD82F[\uDC00-\uDC9B\uDC9D\uDC9E\uDCA0-\uDFFF]|\uD833[\uDCF0-\uDCF9\uDCFD-\uDCFF\uDEB4-\uDEB9\uDED1-\uDEDF\uDEF1-\uDF4F\uDFC4-\uDFFF]|\uD834[\uDCF6-\uDCFF\uDD27\uDD28\uDD65-\uDD69\uDD6D-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDDEB-\uDDFF\uDE42-\uDE44\uDE46-\uDEFF\uDF57-\uDFFF]|\uD835[\uDC00-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE8C-\uDFFF]|\uD838[\uDC00-\uDD4E\uDD50-\uDEFE\uDF00-\uDFFF]|\uD839[\uDC00-\uDDFE\uDE00-\uDFFF]|\uD83A[\uDC00-\uDD5D\uDD60-\uDFFF]|\uD83B[\uDC00-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDD2D\uDD2F-\uDEEF\uDEF2-\uDFFF]|\uD83C[\uDC2C-\uDC2F\uDC94-\uDC9F\uDCAF\uDCB0\uDCC0\uDCD0\uDCF6-\uDD0C\uDDAE-\uDDE5\uDE03-\uDE0F\uDE3C-\uDE3F\uDE49-\uDE4F\uDE52-\uDE5F\uDE66-\uDEFF]|\uD83D[\uDED9-\uDEDB\uDEED-\uDEEF\uDEFD-\uDEFF\uDFDA-\uDFDF\uDFEC-\uDFEF\uDFF1-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE\uDCAF\uDCBC-\uDCBF\uDCC2-\uDCCF\uDCD9-\uDCFF\uDE58-\uDE5F\uDE6E\uDE6F\uDE7D-\uDE7F\uDE8B-\uDE8D\uDEC7\uDEC9-\uDECC\uDEDD\uDEDE\uDEEB-\uDEEE\uDEF9-\uDEFF\uDF93\uDFF0-\uDFF9\uDFFB-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,Op=sp(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,xp).getRegex(),Ip=/(?!~)(?:[!-\/:-@\[-`\{-~\xA1-\xA9\xAB\xAC\xAE-\xB1\xB4\xB6-\xB8\xBB\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u037E\u0384\u0385\u0387\u03F6\u0482\u055A-\u055F\u0589\u058A\u058D-\u058F\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0606-\u060F\u061B\u061D-\u061F\u066A-\u066D\u06D4\u06DE\u06E9\u06FD\u06FE\u0700-\u070D\u07F6-\u07F9\u07FE\u07FF\u0830-\u083E\u085E\u0888\u0964\u0965\u0970\u09F2\u09F3\u09FA\u09FB\u09FD\u0A76\u0AF0\u0AF1\u0B70\u0BF3-\u0BFA\u0C77\u0C7F\u0C84\u0D4F\u0D79\u0DF4\u0E3F\u0E4F\u0E5A\u0E5B\u0F01-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F85\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u104A-\u104F\u109E\u109F\u10FB\u1360-\u1368\u1390-\u1399\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DB\u1800-\u180A\u1940\u1944\u1945\u19DE-\u19FF\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2010-\u2027\u2030-\u205E\u207A-\u207E\u208A-\u208E\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2775\u2794-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u303F\u309B\u309C\u30A0\u30FB\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAA77-\uAA79\uAADE\uAADF\uAAF0\uAAF1\uAB5B\uAB6A\uAB6B\uABEB\uFB29\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD00-\uDD02\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDC77\uDC78\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEC8\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDD8E\uDD8F\uDEAD\uDED0-\uDED8\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3F]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFD5-\uDFF1\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3F\uDF44\uDF45]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F[\uDC9C\uDC9F]|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE8B]|\uD838[\uDD4F\uDEFF]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA])/,Tp=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,Pp=sp(Tp,"u").replace(/punct/g,Sp).getRegex(),jp=sp(Tp,"u").replace(/punct/g,Ip).getRegex(),Np="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",zp=sp(Np,"gu").replace(/notPunctSpace/g,Bp).replace(/punctSpace/g,xp).replace(/punct/g,Sp).getRegex(),Rp=sp(Np,"gu").replace(/notPunctSpace/g,/(?:(?:[\0-\x08\x0E-\x1F0-9A-Za-z\x7F-\x9F\xAA\xAD\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376-\u037D\u037F-\u0383\u0386\u0388-\u03F5\u03F7-\u0481\u0483-\u0559\u0560-\u0588\u058B\u058C\u0590-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7-\u05F2\u05F5-\u0605\u0610-\u061A\u061C\u0620-\u0669\u066E-\u06D3\u06D5-\u06DD\u06DF-\u06E8\u06EA-\u06FC\u06FF\u070E-\u07F5\u07FA-\u07FD\u0800-\u082F\u083F-\u085D\u085F-\u0887\u0889-\u0963\u0966-\u096F\u0971-\u09F1\u09F4-\u09F9\u09FC\u09FE-\u0A75\u0A77-\u0AEF\u0AF2-\u0B6F\u0B71-\u0BF2\u0BFB-\u0C76\u0C78-\u0C7E\u0C80-\u0C83\u0C85-\u0D4E\u0D50-\u0D78\u0D7A-\u0DF3\u0DF5-\u0E3E\u0E40-\u0E4E\u0E50-\u0E59\u0E5C-\u0F00\u0F18\u0F19\u0F20-\u0F33\u0F35\u0F37\u0F39\u0F3E-\u0F84\u0F86-\u0FBD\u0FC6\u0FCD\u0FDB-\u1049\u1050-\u109D\u10A0-\u10FA\u10FC-\u135F\u1369-\u138F\u139A-\u13FF\u1401-\u166C\u166F-\u167F\u1681-\u169A\u169D-\u16EA\u16EE-\u1734\u1737-\u17D3\u17D7\u17DC-\u17FF\u180B-\u193F\u1941-\u1943\u1946-\u19DD\u1A00-\u1A1D\u1A20-\u1A9F\u1AA7\u1AAE-\u1B4D\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BFB\u1C00-\u1C3A\u1C40-\u1C7D\u1C80-\u1CBF\u1CC8-\u1CD2\u1CD4-\u1FBC\u1FBE\u1FC2-\u1FCC\u1FD0-\u1FDC\u1FE0-\u1FEC\u1FF0-\u1FFC\u1FFF\u200B-\u200F\u202A-\u202E\u2060-\u2079\u207F-\u2089\u208F-\u209F\u20C2-\u20FF\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u218C-\u218F\u242A-\u243F\u244B-\u249B\u24EA-\u24FF\u2776-\u2793\u2B74\u2B75\u2C00-\u2CE4\u2CEB-\u2CF8\u2CFD\u2D00-\u2D6F\u2D71-\u2DFF\u2E2F\u2E5E-\u2E7F\u2E9A\u2EF4-\u2EFF\u2FD6-\u2FEF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3040-\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u318F\u3192-\u3195\u31A0-\u31BF\u31E6-\u31EE\u31F0-\u31FF\u321F-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48F\uA4C7-\uA4FD\uA500-\uA60C\uA610-\uA672\uA674-\uA67D\uA67F-\uA6F1\uA6F8-\uA6FF\uA717-\uA71F\uA722-\uA788\uA78B-\uA827\uA82C-\uA835\uA83A-\uA873\uA878-\uA8CD\uA8D0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA95E\uA960-\uA9C0\uA9CE-\uA9DD\uA9E0-\uAA5B\uAA60-\uAA76\uAA7A-\uAADD\uAAE0-\uAAEF\uAAF2-\uAB5A\uAB5C-\uAB69\uAB6C-\uABEA\uABEC-\uD7FF\uE000-\uFB28\uFB2A-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDD0-\uFDFB\uFE00-\uFE0F\uFE1A-\uFE2F\uFE53\uFE67\uFE6C-\uFEFE\uFF00\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFDF\uFFE7\uFFEF-\uFFFB\uFFFE\uFFFF]|\uD800[\uDC00-\uDCFF\uDD03-\uDD36\uDD40-\uDD78\uDD8A\uDD8B\uDD8F\uDD9D-\uDD9F\uDDA1-\uDDCF\uDDFD-\uDF9E\uDFA0-\uDFCF\uDFD1-\uDFFF]|\uD801[\uDC00-\uDD6E\uDD70-\uDFFF]|\uD802[\uDC00-\uDC56\uDC58-\uDC76\uDC79-\uDD1E\uDD20-\uDD3E\uDD40-\uDE4F\uDE59-\uDE7E\uDE80-\uDEC7\uDEC9-\uDEEF\uDEF7-\uDF38\uDF40-\uDF98\uDF9D-\uDFFF]|\uD803[\uDC00-\uDD6D\uDD6F-\uDD8D\uDD90-\uDEAC\uDEAE-\uDECF\uDED9-\uDF54\uDF5A-\uDF85\uDF8A-\uDFFF]|\uD804[\uDC00-\uDC46\uDC4E-\uDCBA\uDCBD\uDCC2-\uDD3F\uDD44-\uDD73\uDD76-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDDE0-\uDE37\uDE3E-\uDEA8\uDEAA-\uDFD3\uDFD6\uDFD9-\uDFFF]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5C\uDC5E-\uDCC5\uDCC7-\uDDC0\uDDD8-\uDE40\uDE44-\uDE5F\uDE6D-\uDEB8\uDEBA-\uDF3B\uDF40-\uDFFF]|\uD806[\uDC00-\uDC3A\uDC3C-\uDD43\uDD47-\uDDE1\uDDE3-\uDE3E\uDE47-\uDE99\uDE9D\uDEA3-\uDEFF\uDF0A-\uDFE0\uDFE2-\uDFFF]|\uD807[\uDC00-\uDC40\uDC46-\uDC6F\uDC72-\uDEF6\uDEF9-\uDF42\uDF50-\uDFD4\uDFF2-\uDFFE]|[\uD808\uD80A\uD80C-\uD819\uD81C-\uD82E\uD830-\uD832\uD837\uD83F-\uDBFF][\uDC00-\uDFFF]|\uD809[\uDC00-\uDC6F\uDC75-\uDFFF]|\uD80B[\uDC00-\uDFF0\uDFF3-\uDFFF]|\uD81A[\uDC00-\uDE6D\uDE70-\uDEF4\uDEF6-\uDF36\uDF40-\uDF43\uDF46-\uDFFF]|\uD81B[\uDC00-\uDD6C\uDD70-\uDE96\uDE9B-\uDFE1\uDFE3-\uDFFF]|\uD82F[\uDC00-\uDC9B\uDC9D\uDC9E\uDCA0-\uDFFF]|\uD833[\uDCF0-\uDCF9\uDCFD-\uDCFF\uDEB4-\uDEB9\uDED1-\uDEDF\uDEF1-\uDF4F\uDFC4-\uDFFF]|\uD834[\uDCF6-\uDCFF\uDD27\uDD28\uDD65-\uDD69\uDD6D-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDDEB-\uDDFF\uDE42-\uDE44\uDE46-\uDEFF\uDF57-\uDFFF]|\uD835[\uDC00-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE8C-\uDFFF]|\uD838[\uDC00-\uDD4E\uDD50-\uDEFE\uDF00-\uDFFF]|\uD839[\uDC00-\uDDFE\uDE00-\uDFFF]|\uD83A[\uDC00-\uDD5D\uDD60-\uDFFF]|\uD83B[\uDC00-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDD2D\uDD2F-\uDEEF\uDEF2-\uDFFF]|\uD83C[\uDC2C-\uDC2F\uDC94-\uDC9F\uDCAF\uDCB0\uDCC0\uDCD0\uDCF6-\uDD0C\uDDAE-\uDDE5\uDE03-\uDE0F\uDE3C-\uDE3F\uDE49-\uDE4F\uDE52-\uDE5F\uDE66-\uDEFF]|\uD83D[\uDED9-\uDEDB\uDEED-\uDEEF\uDEFD-\uDEFF\uDFDA-\uDFDF\uDFEC-\uDFEF\uDFF1-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE\uDCAF\uDCBC-\uDCBF\uDCC2-\uDCCF\uDCD9-\uDCFF\uDE58-\uDE5F\uDE6E\uDE6F\uDE7D-\uDE7F\uDE8B-\uDE8D\uDEC7\uDEC9-\uDECC\uDEDD\uDEDE\uDEEB-\uDEEE\uDEF9-\uDEFF\uDF93\uDFF0-\uDFF9\uDFFB-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])|~)/).replace(/punctSpace/g,/(?!~)(?:[\t-\r -\/:-@\[-`\{-~\xA0-\xA9\xAB\xAC\xAE-\xB1\xB4\xB6-\xB8\xBB\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u037E\u0384\u0385\u0387\u03F6\u0482\u055A-\u055F\u0589\u058A\u058D-\u058F\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0606-\u060F\u061B\u061D-\u061F\u066A-\u066D\u06D4\u06DE\u06E9\u06FD\u06FE\u0700-\u070D\u07F6-\u07F9\u07FE\u07FF\u0830-\u083E\u085E\u0888\u0964\u0965\u0970\u09F2\u09F3\u09FA\u09FB\u09FD\u0A76\u0AF0\u0AF1\u0B70\u0BF3-\u0BFA\u0C77\u0C7F\u0C84\u0D4F\u0D79\u0DF4\u0E3F\u0E4F\u0E5A\u0E5B\u0F01-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F85\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u104A-\u104F\u109E\u109F\u10FB\u1360-\u1368\u1390-\u1399\u1400\u166D\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DB\u1800-\u180A\u1940\u1944\u1945\u19DE-\u19FF\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2000-\u200A\u2010-\u2029\u202F-\u205F\u207A-\u207E\u208A-\u208E\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2775\u2794-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u303F\u309B\u309C\u30A0\u30FB\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAA77-\uAA79\uAADE\uAADF\uAAF0\uAAF1\uAB5B\uAB6A\uAB6B\uABEB\uFB29\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD00-\uDD02\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDC77\uDC78\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEC8\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDD8E\uDD8F\uDEAD\uDED0-\uDED8\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3F]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFD5-\uDFF1\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3F\uDF44\uDF45]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F[\uDC9C\uDC9F]|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE8B]|\uD838[\uDD4F\uDEFF]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA])/).replace(/punct/g,Ip).getRegex(),Mp=sp("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Bp).replace(/punctSpace/g,xp).replace(/punct/g,Sp).getRegex(),Zp=sp(/\\(punct)/,"gu").replace(/punct/g,Sp).getRegex(),Lp=sp(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),$p=sp(Fp).replace("(?:--\x3e|$)","--\x3e").getRegex(),qp=sp("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",$p).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Vp=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`[^`]*`|[^\[\]\\`])*?/,Up=sp(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",Vp).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Hp=sp(/^!?\[(label)\]\[(ref)\]/).replace("label",Vp).replace("ref",mp).getRegex(),Wp=sp(/^!?\[(ref)\](?:\[\])?/).replace("ref",mp).getRegex(),Kp={_backpedal:op,anyPunctuation:Zp,autolink:Lp,blockSkip:/\[[^\[\]]*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)|`[^`]*?`|<(?! )[^<>]*?>/g,br:_p,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:op,emStrongLDelim:Pp,emStrongRDelimAst:zp,emStrongRDelimUnd:Mp,escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,link:Up,nolink:Wp,punctuation:Op,reflink:Hp,reflinkSearch:sp("reflink|nolink(?!\\()","g").replace("reflink",Hp).replace("nolink",Wp).getRegex(),tag:qp,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,url:op},Jp=Ce(Ce({},Kp),{},{link:sp(/^!?\[(label)\]\((.*?)\)/).replace("label",Vp).getRegex(),reflink:sp(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Vp).getRegex()}),Qp=Ce(Ce({},Kp),{},{emStrongRDelimAst:Rp,emStrongLDelim:jp,url:sp(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/}),Gp=Ce(Ce({},Qp),{},{br:sp(_p).replace("{2,}","*").getRegex(),text:sp(Qp.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()}),Yp={normal:Cp,gfm:kp,pedantic:wp},Xp={normal:Kp,gfm:Qp,breaks:Gp,pedantic:Jp},eh={"&":"&","<":"<",">":">",'"':""","'":"'"},th=function(e){return eh[e]};function nh(e,t){if(t){if(cp.escapeTest.test(e))return e.replace(cp.escapeReplace,th)}else if(cp.escapeTestNoEncode.test(e))return e.replace(cp.escapeReplaceNoEncode,th);return e}function rh(e){try{e=encodeURI(e).replace(cp.percentDecode,"%")}catch(e){return null}return e}function uh(e,t){var n,r=e.replace(cp.findPipe,function(e,t,n){for(var r=!1,u=t;--u>=0&&"\\"===n[u];)r=!r;return r?"|":" |"}).split(cp.splitPipe),u=0;if(r[0].trim()||r.shift(),r.length>0&&!(null!==(n=r.at(-1))&&void 0!==n&&n.trim())&&r.pop(),t)if(r.length>t)r.splice(t);else for(;r.length<t;)r.push("");for(;u<r.length;u++)r[u]=r[u].trim().replace(cp.slashPipe,"|");return r}function ah(e,t,n){var r=e.length;if(0===r)return"";for(var u=0;u<r&&e.charAt(r-u-1)===t;)u++;return e.slice(0,r-u)}function ih(e,t,n,r,u){var a=t.href,i=t.title||null,o=e[1].replace(u.other.outputLinkReplace,"$1");r.state.inLink=!0;var s={type:"!"===e[0].charAt(0)?"image":"link",raw:n,href:a,title:i,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,s}var oh=ve(function e(t){de(this,e),De(this,"options",void 0),De(this,"rules",void 0),De(this,"lexer",void 0),this.options=t||ap},[{key:"space",value:function(e){var t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:ah(n,"\n")}}}},{key:"fences",value:function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],r=function(e,t,n){var r=e.match(n.other.indentCodeCompensation);if(null===r)return t;var u=r[1];return t.split("\n").map(function(e){var t=e.match(n.other.beginningSpace);return null===t?e:Se(t,1)[0].length>=u.length?e.slice(u.length):e}).join("\n")}(n,t[3]||"",this.rules);return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:r}}}},{key:"heading",value:function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(this.rules.other.endingHash.test(n)){var r=ah(n,"#");(this.options.pedantic||!r||this.rules.other.endingSpaceChar.test(r))&&(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:ah(t[0],"\n")}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){for(var n=ah(t[0],"\n").split("\n"),r="",u="",a=[];n.length>0;){var i=!1,o=[],s=void 0;for(s=0;s<n.length;s++)if(this.rules.other.blockquoteStart.test(n[s]))o.push(n[s]),i=!0;else{if(i)break;o.push(n[s])}n=n.slice(s);var c=o.join("\n"),l=c.replace(this.rules.other.blockquoteSetextReplace,"\n $1").replace(this.rules.other.blockquoteSetextReplace2,"");r=r?"".concat(r,"\n").concat(c):c,u=u?"".concat(u,"\n").concat(l):l;var f=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(l,a,!0),this.lexer.state.top=f,0===n.length)break;var d=a.at(-1);if("code"===(null==d?void 0:d.type))break;if("blockquote"===(null==d?void 0:d.type)){var p=d,h=p.raw+"\n"+n.join("\n"),v=this.blockquote(h);a[a.length-1]=v,r=r.substring(0,r.length-p.raw.length)+v.raw,u=u.substring(0,u.length-p.text.length)+v.text;break}if("list"!==(null==d?void 0:d.type));else{var m=d,D=m.raw+"\n"+n.join("\n"),y=this.list(D);a[a.length-1]=y,r=r.substring(0,r.length-d.raw.length)+y.raw,u=u.substring(0,u.length-m.raw.length)+y.raw,n=D.substring(a.at(-1).raw.length).split("\n")}}return{type:"blockquote",raw:r,tokens:a,text:u}}}},{key:"list",value:function(e){var t=this,n=this.rules.block.list.exec(e);if(n){var r=n[1].trim(),u=r.length>1,a={type:"list",raw:"",ordered:u,start:u?+r.slice(0,-1):"",loose:!1,items:[]};r=u?"\\d{1,9}\\".concat(r.slice(-1)):"\\".concat(r),this.options.pedantic&&(r=u?r:"[*+-]");for(var i=this.rules.other.listItemRegex(r),o=!1;e;){var s=!1,c="",l="";if(!(n=i.exec(e))||this.rules.block.hr.test(e))break;c=n[0],e=e.substring(c.length);var f=n[2].split("\n",1)[0].replace(this.rules.other.listReplaceTabs,function(e){return" ".repeat(3*e.length)}),d=e.split("\n",1)[0],p=!f.trim(),h=0;if(this.options.pedantic?(h=2,l=f.trimStart()):p?h=n[1].length+1:(h=(h=n[2].search(this.rules.other.nonSpaceChar))>4?1:h,l=f.slice(h),h+=n[1].length),p&&this.rules.other.blankLine.test(d)&&(c+=d+"\n",e=e.substring(d.length+1),s=!0),!s)for(var v=this.rules.other.nextBulletRegex(h),m=this.rules.other.hrRegex(h),D=this.rules.other.fencesBeginRegex(h),y=this.rules.other.headingBeginRegex(h),g=this.rules.other.htmlBeginRegex(h);e;){var F=e.split("\n",1)[0],E=void 0;if(d=F,E=this.options.pedantic?d=d.replace(this.rules.other.listReplaceNesting," "):d.replace(this.rules.other.tabCharGlobal," "),D.test(d)||y.test(d)||g.test(d)||v.test(d)||m.test(d))break;if(E.search(this.rules.other.nonSpaceChar)>=h||!d.trim())l+="\n"+E.slice(h);else{if(p||f.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||D.test(f)||y.test(f)||m.test(f))break;l+="\n"+d}!p&&!d.trim()&&(p=!0),c+=F+"\n",e=e.substring(F.length+1),f=E.slice(h)}a.loose||(o?a.loose=!0:this.rules.other.doubleBlankLine.test(c)&&(o=!0));var b=null,C=void 0;this.options.gfm&&(b=this.rules.other.listIsTask.exec(l))&&(C="[ ] "!==b[0],l=l.replace(this.rules.other.listReplaceTask,"")),a.items.push({type:"list_item",raw:c,task:!!b,checked:C,loose:!1,text:l,tokens:[]}),a.raw+=c}var A=a.items.at(-1);if(!A)return;A.raw=A.raw.trimEnd(),A.text=A.text.trimEnd(),a.raw=a.raw.trimEnd();for(var k=0;k<a.items.length;k++)if(this.lexer.state.top=!1,a.items[k].tokens=this.lexer.blockTokens(a.items[k].text,[]),!a.loose){var w=a.items[k].tokens.filter(function(e){return"space"===e.type}),_=w.length>0&&w.some(function(e){return t.rules.other.anyLine.test(e.raw)});a.loose=_}if(a.loose)for(var S=0;S<a.items.length;S++)a.items[S].loose=!0;return a}}},{key:"html",value:function(e){var t=this.rules.block.html.exec(e);if(t)return{type:"html",block:!0,raw:t[0],pre:"pre"===t[1]||"script"===t[1]||"style"===t[1],text:t[0]}}},{key:"def",value:function(e){var t=this.rules.block.def.exec(e);if(t){var n=t[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),r=t[2]?t[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",u=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:u}}}},{key:"table",value:function(e){var t,n=this,r=this.rules.block.table.exec(e);if(r&&this.rules.other.tableDelimiter.test(r[2])){var u=uh(r[1]),a=r[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=null!==(t=r[3])&&void 0!==t&&t.trim()?r[3].replace(this.rules.other.tableRowBlankLine,"").split("\n"):[],o={type:"table",raw:r[0],header:[],align:[],rows:[]};if(u.length===a.length){var s,c=me(a);try{for(c.s();!(s=c.n()).done;){var l=s.value;this.rules.other.tableAlignRight.test(l)?o.align.push("right"):this.rules.other.tableAlignCenter.test(l)?o.align.push("center"):this.rules.other.tableAlignLeft.test(l)?o.align.push("left"):o.align.push(null)}}catch(e){c.e(e)}finally{c.f()}for(var f=0;f<u.length;f++)o.header.push({text:u[f],tokens:this.lexer.inline(u[f]),header:!0,align:o.align[f]});var d,p=me(i);try{for(p.s();!(d=p.n()).done;){var h=d.value;o.rows.push(uh(h,o.header.length).map(function(e,t){return{text:e,tokens:n.lexer.inline(e),header:!1,align:o.align[t]}}))}}catch(e){p.e(e)}finally{p.f()}return o}}}},{key:"lheading",value:function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}},{key:"paragraph",value:function(e){var t=this.rules.block.paragraph.exec(e);if(t){var n="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}},{key:"text",value:function(e){var t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}},{key:"escape",value:function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:t[1]}}},{key:"tag",value:function(e){var t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}},{key:"link",value:function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;var r=ah(n.slice(0,-1),"\\");if((n.length-r.length)%2==0)return}else{var u=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=0,r=0;r<e.length;r++)if("\\"===e[r])r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&--n<0)return r;return n>0?-2:-1}(t[2],"()");if(-2===u)return;if(u>-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+u;t[2]=t[2].substring(0,u),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var i=t[2],o="";if(this.options.pedantic){var s=this.rules.other.pedanticHrefTitle.exec(i);s&&(i=s[1],o=s[3])}else o=t[3]?t[3].slice(1,-1):"";return i=i.trim(),this.rules.other.startAngleBracket.test(i)&&(i=this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?i.slice(1):i.slice(1,-1)),ih(t,{href:i&&i.replace(this.rules.inline.anyPunctuation,"$1"),title:o&&o.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer,this.rules)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=t[(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," ").toLowerCase()];if(!r){var u=n[0].charAt(0);return{type:"text",raw:u,text:u}}return ih(n,r,n[0],this.lexer,this.rules)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrongLDelim.exec(e);if(!(!r||r[3]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!r[1]&&!r[2]||!n||this.rules.inline.punctuation.exec(n))){var u,a,i=xe(r[0]).length-1,o=i,s=0,c="*"===r[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+i);null!=(r=c.exec(t));)if(u=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(a=xe(u).length,r[3]||r[4])o+=a;else if(!((r[5]||r[6])&&i%3)||(i+a)%3){if(!((o-=a)>0)){a=Math.min(a,a+o+s);var l=xe(r[0])[0].length,f=e.slice(0,i+r.index+l+a);if(Math.min(i,a)%2){var d=f.slice(1,-1);return{type:"em",raw:f,text:d,tokens:this.lexer.inlineTokens(d)}}var p=f.slice(2,-2);return{type:"strong",raw:f,text:p,tokens:this.lexer.inlineTokens(p)}}}else s+=a}}},{key:"codespan",value:function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(this.rules.other.newLineCharGlobal," "),r=this.rules.other.nonSpaceChar.test(n),u=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return r&&u&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:t[0],text:n}}}},{key:"br",value:function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}},{key:"del",value:function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},{key:"autolink",value:function(e){var t,n,r=this.rules.inline.autolink.exec(e);if(r)return n="@"===r[2]?"mailto:"+(t=r[1]):t=r[1],{type:"link",raw:r[0],text:t,href:n,tokens:[{type:"text",raw:t,text:t}]}}},{key:"url",value:function(e){var t;if(t=this.rules.inline.url.exec(e)){var n,r;if("@"===t[2])r="mailto:"+(n=t[0]);else{var u;do{var a,i;u=t[0],t[0]=null!==(a=null===(i=this.rules.inline._backpedal.exec(t[0]))||void 0===i?void 0:i[0])&&void 0!==a?a:""}while(u!==t[0]);n=t[0],r="www."===t[1]?"http://"+t[0]:t[0]}return{type:"link",raw:t[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}},{key:"inlineText",value:function(e){var t=this.rules.inline.text.exec(e);if(t){var n=this.lexer.state.inRawBlock;return{type:"text",raw:t[0],text:t[0],escaped:n}}}}]),sh=function(){function e(t){de(this,e),De(this,"tokens",void 0),De(this,"options",void 0),De(this,"state",void 0),De(this,"tokenizer",void 0),De(this,"inlineQueue",void 0),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||ap,this.options.tokenizer=this.options.tokenizer||new oh,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};var n={other:cp,block:Yp.normal,inline:Xp.normal};this.options.pedantic?(n.block=Yp.pedantic,n.inline=Xp.pedantic):this.options.gfm&&(n.block=Yp.gfm,this.options.breaks?n.inline=Xp.breaks:n.inline=Xp.gfm),this.tokenizer.rules=n}return ve(e,[{key:"lex",value:function(e){e=e.replace(cp.carriageReturn,"\n"),this.blockTokens(e,this.tokens);for(var t=0;t<this.inlineQueue.length;t++){var n=this.inlineQueue[t];this.inlineTokens(n.src,n.tokens)}return this.inlineQueue=[],this.tokens}},{key:"blockTokens",value:function(e){var t,n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],u=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=function(){var t,a,i;if(null!==(t=n.options.extensions)&&void 0!==t&&null!==(t=t.block)&&void 0!==t&&t.some(function(t){return!!(i=t.call({lexer:n},e,r))&&(e=e.substring(i.raw.length),r.push(i),!0)}))return 0;if(i=n.tokenizer.space(e)){e=e.substring(i.raw.length);var o=r.at(-1);return 1===i.raw.length&&void 0!==o?o.raw+="\n":r.push(i),0}if(i=n.tokenizer.code(e)){e=e.substring(i.raw.length);var s=r.at(-1);return"paragraph"===(null==s?void 0:s.type)||"text"===(null==s?void 0:s.type)?(s.raw+=(s.raw.endsWith("\n")?"":"\n")+i.raw,s.text+="\n"+i.text,n.inlineQueue.at(-1).src=s.text):r.push(i),0}if(i=n.tokenizer.fences(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.heading(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.hr(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.blockquote(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.list(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.html(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.def(e)){e=e.substring(i.raw.length);var c=r.at(-1);return"paragraph"===(null==c?void 0:c.type)||"text"===(null==c?void 0:c.type)?(c.raw+=(c.raw.endsWith("\n")?"":"\n")+i.raw,c.text+="\n"+i.raw,n.inlineQueue.at(-1).src=c.text):n.tokens.links[i.tag]||(n.tokens.links[i.tag]={href:i.href,title:i.title},r.push(i)),0}if(i=n.tokenizer.table(e))return e=e.substring(i.raw.length),r.push(i),0;if(i=n.tokenizer.lheading(e))return e=e.substring(i.raw.length),r.push(i),0;var l=e;if(null!==(a=n.options.extensions)&&void 0!==a&&a.startBlock){var f,d=1/0,p=e.slice(1);n.options.extensions.startBlock.forEach(function(e){"number"==typeof(f=e.call({lexer:n},p))&&f>=0&&(d=Math.min(d,f))}),d<1/0&&d>=0&&(l=e.substring(0,d+1))}if(n.state.top&&(i=n.tokenizer.paragraph(l))){var h=r.at(-1);return u&&"paragraph"===(null==h?void 0:h.type)?(h.raw+=(h.raw.endsWith("\n")?"":"\n")+i.raw,h.text+="\n"+i.text,n.inlineQueue.pop(),n.inlineQueue.at(-1).src=h.text):r.push(i),u=l.length!==e.length,e=e.substring(i.raw.length),0}if(i=n.tokenizer.text(e)){e=e.substring(i.raw.length);var v=r.at(-1);return"text"===(null==v?void 0:v.type)?(v.raw+=(v.raw.endsWith("\n")?"":"\n")+i.raw,v.text+="\n"+i.text,n.inlineQueue.pop(),n.inlineQueue.at(-1).src=v.text):r.push(i),0}if(e){var m="Infinite loop on byte: "+e.charCodeAt(0);if(n.options.silent)return console.error(m),1;throw new Error(m)}};for(this.options.pedantic&&(e=e.replace(cp.tabCharGlobal," ").replace(cp.spaceLine,""));e&&(0===(t=a())||1!==t););return this.state.top=!0,r}},{key:"inline",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}},{key:"inlineTokens",value:function(e){var t,n,r=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=e,i=null;if(this.tokens.links){var o=Object.keys(this.tokens.links);if(o.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(a));)o.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(a));)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);a=null!==(t=null===(n=this.options.hooks)||void 0===n||null===(n=n.emStrongMask)||void 0===n?void 0:n.call({lexer:this},a))&&void 0!==t?t:a;for(var s,c=!1,l="",f=function(){var t,n,i;if(c||(l=""),c=!1,null!==(t=r.options.extensions)&&void 0!==t&&null!==(t=t.inline)&&void 0!==t&&t.some(function(t){return!!(i=t.call({lexer:r},e,u))&&(e=e.substring(i.raw.length),u.push(i),!0)}))return 0;if(i=r.tokenizer.escape(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.tag(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.link(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.reflink(e,r.tokens.links)){e=e.substring(i.raw.length);var o=u.at(-1);return"text"===i.type&&"text"===(null==o?void 0:o.type)?(o.raw+=i.raw,o.text+=i.text):u.push(i),0}if(i=r.tokenizer.emStrong(e,a,l))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.codespan(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.br(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.del(e))return e=e.substring(i.raw.length),u.push(i),0;if(i=r.tokenizer.autolink(e))return e=e.substring(i.raw.length),u.push(i),0;if(!r.state.inLink&&(i=r.tokenizer.url(e)))return e=e.substring(i.raw.length),u.push(i),0;var s=e;if(null!==(n=r.options.extensions)&&void 0!==n&&n.startInline){var f,d=1/0,p=e.slice(1);r.options.extensions.startInline.forEach(function(e){"number"==typeof(f=e.call({lexer:r},p))&&f>=0&&(d=Math.min(d,f))}),d<1/0&&d>=0&&(s=e.substring(0,d+1))}if(i=r.tokenizer.inlineText(s)){e=e.substring(i.raw.length),"_"!==i.raw.slice(-1)&&(l=i.raw.slice(-1)),c=!0;var h=u.at(-1);return"text"===(null==h?void 0:h.type)?(h.raw+=i.raw,h.text+=i.text):u.push(i),0}if(e){var v="Infinite loop on byte: "+e.charCodeAt(0);if(r.options.silent)return console.error(v),1;throw new Error(v)}};e&&(0===(s=f())||1!==s););return u}}],[{key:"rules",get:function(){return{block:Yp,inline:Xp}}},{key:"lex",value:function(t,n){return new e(n).lex(t)}},{key:"lexInline",value:function(t,n){return new e(n).inlineTokens(t)}}])}(),ch=ve(function e(t){de(this,e),De(this,"options",void 0),De(this,"parser",void 0),this.options=t||ap},[{key:"space",value:function(e){return""}},{key:"code",value:function(e){var t,n=e.text,r=e.lang,u=e.escaped,a=null===(t=(r||"").match(cp.notSpaceStart))||void 0===t?void 0:t[0],i=n.replace(cp.endingNewline,"")+"\n";return a?'<pre><code class="language-'+nh(a)+'">'+(u?i:nh(i,!0))+"</code></pre>\n":"<pre><code>"+(u?i:nh(i,!0))+"</code></pre>\n"}},{key:"blockquote",value:function(e){var t=e.tokens;return"<blockquote>\n".concat(this.parser.parse(t),"</blockquote>\n")}},{key:"html",value:function(e){return e.text}},{key:"def",value:function(e){return""}},{key:"heading",value:function(e){var t=e.tokens,n=e.depth;return"<h".concat(n,">").concat(this.parser.parseInline(t),"</h").concat(n,">\n")}},{key:"hr",value:function(e){return"<hr>\n"}},{key:"list",value:function(e){for(var t=e.ordered,n=e.start,r="",u=0;u<e.items.length;u++){var a=e.items[u];r+=this.listitem(a)}var i=t?"ol":"ul";return"<"+i+(t&&1!==n?' start="'+n+'"':"")+">\n"+r+"</"+i+">\n"}},{key:"listitem",value:function(e){var t="";if(e.task){var n,r=this.checkbox({checked:!!e.checked});e.loose?"paragraph"===(null===(n=e.tokens[0])||void 0===n?void 0:n.type)?(e.tokens[0].text=r+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&"text"===e.tokens[0].tokens[0].type&&(e.tokens[0].tokens[0].text=r+" "+nh(e.tokens[0].tokens[0].text),e.tokens[0].tokens[0].escaped=!0)):e.tokens.unshift({type:"text",raw:r+" ",text:r+" ",escaped:!0}):t+=r+" "}return t+=this.parser.parse(e.tokens,!!e.loose),"<li>".concat(t,"</li>\n")}},{key:"checkbox",value:function(e){return"<input "+(e.checked?'checked="" ':"")+'disabled="" type="checkbox">'}},{key:"paragraph",value:function(e){var t=e.tokens;return"<p>".concat(this.parser.parseInline(t),"</p>\n")}},{key:"table",value:function(e){for(var t="",n="",r=0;r<e.header.length;r++)n+=this.tablecell(e.header[r]);t+=this.tablerow({text:n});for(var u="",a=0;a<e.rows.length;a++){var i=e.rows[a];n="";for(var o=0;o<i.length;o++)n+=this.tablecell(i[o]);u+=this.tablerow({text:n})}return u&&(u="<tbody>".concat(u,"</tbody>")),"<table>\n<thead>\n"+t+"</thead>\n"+u+"</table>\n"}},{key:"tablerow",value:function(e){var t=e.text;return"<tr>\n".concat(t,"</tr>\n")}},{key:"tablecell",value:function(e){var t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?"<".concat(n,' align="').concat(e.align,'">'):"<".concat(n,">"))+t+"</".concat(n,">\n")}},{key:"strong",value:function(e){var t=e.tokens;return"<strong>".concat(this.parser.parseInline(t),"</strong>")}},{key:"em",value:function(e){var t=e.tokens;return"<em>".concat(this.parser.parseInline(t),"</em>")}},{key:"codespan",value:function(e){var t=e.text;return"<code>".concat(nh(t,!0),"</code>")}},{key:"br",value:function(e){return"<br>"}},{key:"del",value:function(e){var t=e.tokens;return"<del>".concat(this.parser.parseInline(t),"</del>")}},{key:"link",value:function(e){var t=e.href,n=e.title,r=e.tokens,u=this.parser.parseInline(r),a=rh(t);if(null===a)return u;var i='<a href="'+(t=a)+'"';return n&&(i+=' title="'+nh(n)+'"'),i+">"+u+"</a>"}},{key:"image",value:function(e){var t=e.href,n=e.title,r=e.text,u=e.tokens;u&&(r=this.parser.parseInline(u,this.parser.textRenderer));var a=rh(t);if(null===a)return nh(r);var i='<img src="'.concat(t=a,'" alt="').concat(r,'"');return n&&(i+=' title="'.concat(nh(n),'"')),i+">"}},{key:"text",value:function(e){return"tokens"in e&&e.tokens?this.parser.parseInline(e.tokens):"escaped"in e&&e.escaped?e.text:nh(e.text)}}]),lh=ve(function e(){de(this,e)},[{key:"strong",value:function(e){return e.text}},{key:"em",value:function(e){return e.text}},{key:"codespan",value:function(e){return e.text}},{key:"del",value:function(e){return e.text}},{key:"html",value:function(e){return e.text}},{key:"text",value:function(e){return e.text}},{key:"link",value:function(e){return""+e.text}},{key:"image",value:function(e){return""+e.text}},{key:"br",value:function(){return""}}]),fh=function(){function e(t){de(this,e),De(this,"options",void 0),De(this,"renderer",void 0),De(this,"textRenderer",void 0),this.options=t||ap,this.options.renderer=this.options.renderer||new ch,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new lh}return ve(e,[{key:"parse",value:function(e){for(var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n="",r=0;r<e.length;r++){var u,a=e[r];if(null!==(u=this.options.extensions)&&void 0!==u&&null!==(u=u.renderers)&&void 0!==u&&u[a.type]){var i=a,o=this.options.extensions.renderers[i.type].call({parser:this},i);if(!1!==o||!["space","hr","heading","code","table","blockquote","list","html","def","paragraph","text"].includes(i.type)){n+=o||"";continue}}var s=a;switch(s.type){case"space":n+=this.renderer.space(s);continue;case"hr":n+=this.renderer.hr(s);continue;case"heading":n+=this.renderer.heading(s);continue;case"code":n+=this.renderer.code(s);continue;case"table":n+=this.renderer.table(s);continue;case"blockquote":n+=this.renderer.blockquote(s);continue;case"list":n+=this.renderer.list(s);continue;case"html":n+=this.renderer.html(s);continue;case"def":n+=this.renderer.def(s);continue;case"paragraph":n+=this.renderer.paragraph(s);continue;case"text":for(var c=s,l=this.renderer.text(c);r+1<e.length&&"text"===e[r+1].type;)c=e[++r],l+="\n"+this.renderer.text(c);n+=t?this.renderer.paragraph({type:"paragraph",raw:l,text:l,tokens:[{type:"text",raw:l,text:l,escaped:!0}]}):l;continue;default:var f='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(f),"";throw new Error(f)}}return n}},{key:"parseInline",value:function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.renderer,n="",r=0;r<e.length;r++){var u,a=e[r];if(null!==(u=this.options.extensions)&&void 0!==u&&null!==(u=u.renderers)&&void 0!==u&&u[a.type]){var i=this.options.extensions.renderers[a.type].call({parser:this},a);if(!1!==i||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(a.type)){n+=i||"";continue}}var o=a;switch(o.type){case"escape":case"text":n+=t.text(o);break;case"html":n+=t.html(o);break;case"link":n+=t.link(o);break;case"image":n+=t.image(o);break;case"strong":n+=t.strong(o);break;case"em":n+=t.em(o);break;case"codespan":n+=t.codespan(o);break;case"br":n+=t.br(o);break;case"del":n+=t.del(o);break;default:var s='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(s),"";throw new Error(s)}}return n}}],[{key:"parse",value:function(t,n){return new e(n).parse(t)}},{key:"parseInline",value:function(t,n){return new e(n).parseInline(t)}}])}(),dh=(np=ve(function e(t){de(this,e),De(this,"options",void 0),De(this,"block",void 0),this.options=t||ap},[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}},{key:"processAllTokens",value:function(e){return e}},{key:"emStrongMask",value:function(e){return e}},{key:"provideLexer",value:function(){return this.block?sh.lex:sh.lexInline}},{key:"provideParser",value:function(){return this.block?fh.parse:fh.parseInline}}]),De(np,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens","emStrongMask"])),De(np,"passThroughHooksRespectAsync",new Set(["preprocess","postprocess","processAllTokens"])),np),ph=ve(function e(){de(this,e),De(this,"defaults",{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}),De(this,"options",this.setOptions),De(this,"parse",this.parseMarkdown(!0)),De(this,"parseInline",this.parseMarkdown(!1)),De(this,"Parser",fh),De(this,"Renderer",ch),De(this,"TextRenderer",lh),De(this,"Lexer",sh),De(this,"Tokenizer",oh),De(this,"Hooks",dh),this.use.apply(this,arguments)},[{key:"walkTokens",value:function(e,t){var n,r=this,u=[],a=me(e);try{var i=function(){var e=n.value;switch(u=u.concat(t.call(r,e)),e.type){case"table":var a,i=e,o=me(i.header);try{for(o.s();!(a=o.n()).done;){var s=a.value;u=u.concat(r.walkTokens(s.tokens,t))}}catch(e){o.e(e)}finally{o.f()}var c,l=me(i.rows);try{for(l.s();!(c=l.n()).done;){var f,d=me(c.value);try{for(d.s();!(f=d.n()).done;){var p=f.value;u=u.concat(r.walkTokens(p.tokens,t))}}catch(e){d.e(e)}finally{d.f()}}}catch(e){l.e(e)}finally{l.f()}break;case"list":var h=e;u=u.concat(r.walkTokens(h.items,t));break;default:var v,m=e;null!==(v=r.defaults.extensions)&&void 0!==v&&null!==(v=v.childTokens)&&void 0!==v&&v[m.type]?r.defaults.extensions.childTokens[m.type].forEach(function(e){var n=m[e].flat(1/0);u=u.concat(r.walkTokens(n,t))}):m.tokens&&(u=u.concat(r.walkTokens(m.tokens,t)))}};for(a.s();!(n=a.n()).done;)i()}catch(e){a.e(e)}finally{a.f()}return u}},{key:"use",value:function(){for(var e=this,t=this.defaults.extensions||{renderers:{},childTokens:{}},n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];return r.forEach(function(n){var r=Ce({},n);if(r.async=e.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(function(e){if(!e.name)throw new Error("extension name required");if("renderer"in e){var n=t.renderers[e.name];t.renderers[e.name]=n?function(){for(var t=arguments.length,r=new Array(t),u=0;u<t;u++)r[u]=arguments[u];var a=e.renderer.apply(this,r);return!1===a&&(a=n.apply(this,r)),a}:e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");var r=t[e.level];r?r.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)}),r.extensions=t),n.renderer){var u=e.defaults.renderer||new ch(e.defaults),a=function(){if(!(i in u))throw new Error("renderer '".concat(i,"' does not exist"));if(["options","parser"].includes(i))return 1;var e=i,t=n.renderer[e],r=u[e];u[e]=function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var i=t.apply(u,n);return!1===i&&(i=r.apply(u,n)),i||""}};for(var i in n.renderer)a();r.renderer=u}if(n.tokenizer){var o=e.defaults.tokenizer||new oh(e.defaults),s=function(){if(!(c in o))throw new Error("tokenizer '".concat(c,"' does not exist"));if(["options","rules","lexer"].includes(c))return 1;var e=c,t=n.tokenizer[e],r=o[e];o[e]=function(){for(var e=arguments.length,n=new Array(e),u=0;u<e;u++)n[u]=arguments[u];var a=t.apply(o,n);return!1===a&&(a=r.apply(o,n)),a}};for(var c in n.tokenizer)s();r.tokenizer=o}if(n.hooks){var l=e.defaults.hooks||new dh,f=function(t){if(!(t in l))throw new Error("hook '".concat(t,"' does not exist"));if(["options","block"].includes(t))return 1;var r=t,u=n.hooks[r],a=l[r];dh.passThroughHooks.has(t)?l[r]=function(n){if(e.defaults.async&&dh.passThroughHooksRespectAsync.has(t))return Promise.resolve(u.call(l,n)).then(function(e){return a.call(l,e)});var r=u.call(l,n);return a.call(l,r)}:l[r]=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=u.apply(l,t);return!1===r&&(r=a.apply(l,t)),r}};for(var d in n.hooks)f(d);r.hooks=l}if(n.walkTokens){var p=e.defaults.walkTokens,h=n.walkTokens;r.walkTokens=function(e){var t=[];return t.push(h.call(this,e)),p&&(t=t.concat(p.call(this,e))),t}}e.defaults=Ce(Ce({},e.defaults),r)}),this}},{key:"setOptions",value:function(e){return this.defaults=Ce(Ce({},this.defaults),e),this}},{key:"lexer",value:function(e,t){return sh.lex(e,null!=t?t:this.defaults)}},{key:"parser",value:function(e,t){return fh.parse(e,null!=t?t:this.defaults)}},{key:"parseMarkdown",value:function(e){var t=this;return function(n,r){var u=Ce({},r),a=Ce(Ce({},t.defaults),u),i=t.onError(!!a.silent,!!a.async);if(!0===t.defaults.async&&!1===u.async)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(Oe(n)>"u"||null===n)return i(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof n)return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));a.hooks&&(a.hooks.options=a,a.hooks.block=e);var o=a.hooks?a.hooks.provideLexer():e?sh.lex:sh.lexInline,s=a.hooks?a.hooks.provideParser():e?fh.parse:fh.parseInline;if(a.async)return Promise.resolve(a.hooks?a.hooks.preprocess(n):n).then(function(e){return o(e,a)}).then(function(e){return a.hooks?a.hooks.processAllTokens(e):e}).then(function(e){return a.walkTokens?Promise.all(t.walkTokens(e,a.walkTokens)).then(function(){return e}):e}).then(function(e){return s(e,a)}).then(function(e){return a.hooks?a.hooks.postprocess(e):e}).catch(i);try{a.hooks&&(n=a.hooks.preprocess(n));var c=o(n,a);a.hooks&&(c=a.hooks.processAllTokens(c)),a.walkTokens&&t.walkTokens(c,a.walkTokens);var l=s(c,a);return a.hooks&&(l=a.hooks.postprocess(l)),l}catch(c){return i(c)}}}},{key:"onError",value:function(e,t){return function(n){if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",e){var r="<p>An error occurred:</p><pre>"+nh(n.message+"",!0)+"</pre>";return t?Promise.resolve(r):r}if(t)return Promise.reject(n);throw n}}}]),hh=new ph;function vh(e,t){return hh.parse(e,t)}function mh(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}vh.options=vh.setOptions=function(e){return hh.setOptions(e),vh.defaults=hh.defaults,ip(vh.defaults),vh},vh.getDefaults=function(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}},vh.defaults=ap,vh.use=function(){return hh.use.apply(hh,arguments),vh.defaults=hh.defaults,ip(vh.defaults),vh},vh.walkTokens=function(e,t){return hh.walkTokens(e,t)},vh.parseInline=hh.parseInline,vh.Parser=fh,vh.parser=fh.parse,vh.Renderer=ch,vh.TextRenderer=lh,vh.Lexer=sh,vh.lexer=sh.lex,vh.Tokenizer=oh,vh.Hooks=dh,vh.parse=vh,vh.options,vh.setOptions,vh.use,vh.walkTokens,vh.parseInline,fh.parse,sh.lex;var Dh=new vh.Renderer;Dh.code=function(e){var t=e.text,n=e.lang,r=void 0===n?"":n,u=e.escaped,a=r?"language-".concat(r):"",i=u?t:mh(t),o=encodeURIComponent(t);return'\n <div class="DocSearch-CodeSnippet">\n <button class="DocSearch-CodeSnippet-CopyButton" data-code="'.concat(o,'" aria-label="copy code">').concat('<svg class="DocSearch-CodeSnippet-CopyIcon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="14" x="8" y="8" rx="2" ry="2" /><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" /></svg>').concat('<svg class="DocSearch-CodeSnippet-CheckIcon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5" /></svg>','<span class="DocSearch-CodeSnippet-CopyButton-Label"></span></button>\n <pre><code class="').concat(a,'">').concat(i,"</code></pre>\n </div>\n ")},Dh.link=function(e){var t=e.href,n=e.title,r=e.text,u=n?' title="'.concat(mh(n),'"'):"",a=t?mh(t):"",i=mh(r);return'<a href="'.concat(a,'"').concat(u,' target="_blank" rel="noopener noreferrer">').concat(i,"</a>")};var yh=u(function(e){var n=e.content,u=e.copyButtonText,o=e.copyButtonCopiedText,s=e.isStreaming,c=a(function(){return vh.parse(n,{gfm:!0,breaks:!0,renderer:Dh})},[n]),l=i(null);return r(function(){var e=l.current;if(e)return Array.from(e.querySelectorAll(".DocSearch-CodeSnippet-CopyButton")).forEach(function(e){var t=e.querySelector(".DocSearch-CodeSnippet-CopyButton-Label");t&&(t.textContent=u),e.classList.remove("DocSearch-CodeSnippet-CopyButton--copied")}),e.addEventListener("click",t),function(){e.removeEventListener("click",t)};function t(e){var t,n=e.target.closest(".DocSearch-CodeSnippet-CopyButton");if(n){var r=null!==(t=n.getAttribute("data-code"))&&void 0!==t?t:"";navigator.clipboard.writeText(decodeURIComponent(r)).catch(function(){});var a=n.querySelector(".DocSearch-CodeSnippet-CopyButton-Label");if(a){n.classList.add("DocSearch-CodeSnippet-CopyButton--copied");var i=u;a.textContent=o,setTimeout(function(){n.classList.remove("DocSearch-CodeSnippet-CopyButton--copied"),a.textContent=i},1500)}}}},[c,u,o]),t.createElement("div",{ref:l,className:"DocSearch-Markdown-Content ".concat(s?"DocSearch-Markdown-Content--streaming":""),dangerouslySetInnerHTML:{__html:c}})});yh.displayName="MemoizedMarkdown";var gh=function(e,t){var n,r,u=t[0].parts.find(function(e){return"text"===e.type});return{query:e,objectID:null!==(n=null==u?void 0:u.text)&&void 0!==n?n:"",messages:t,type:"askAI",anchor:"stored",content:null,hierarchy:{lvl0:"askAI",lvl1:null!==(r=null==u?void 0:u.text)&&void 0!==r?r:"",lvl2:null,lvl3:null,lvl4:null,lvl5:null,lvl6:null},url:"",url_without_anchor:""}},Fh=function(e){return null==e?void 0:e.parts.find(function(e){return"text"===e.type})},Eh=["translations"];function bh(e){var n=e.disclaimerText;return t.createElement("p",{className:"DocSearch-AskAiScreen-Disclaimer"},n)}function Ch(e){var n,r,u,i=e.exchange,o=e.askAiStreamError,s=e.isLastExchange,c=e.loadingStatus,l=e.onSearchQueryClick,f=e.translations,d=e.conversations,p=e.onFeedback,h=i.userMessage,v=i.assistantMessage,m=f.stoppedStreamingText,D=void 0===m?"You stopped this response":m,y=a(function(){return Fh(v)},[v]),g=a(function(){return Fh(h)},[h]),F=t.useMemo(function(){return e=v,t=[],n=new Set,e?(e.parts.forEach(function(e){if("text"===e.type&&0!==e.text.length){var r,u=e.text.replace(/```[\s\S]*?```/g,"").replace(/`[^`]*`/g,""),a=me(u.matchAll(/\[([^\]]*)\]\(([^)]+)\)/g));try{for(a.s();!(r=a.n()).done;){var i=r.value,o=i[1].trim(),s=i[2];n.has(s)||(n.add(s),t.push({url:s,title:o||void 0}))}}catch(e){a.e(e)}finally{a.f()}var c,l=me(u.matchAll(/(?<!\]\()https?:\/\/[^\s<>"{}|\\^`[\]]+/g));try{for(l.s();!(c=l.n()).done;){var f=c.value[0].replace(/[.,;:!?]+$/,"");n.has(f)||(n.add(f),t.push({url:f}))}}catch(e){l.e(e)}finally{l.f()}}}),t):[];var e,t,n},[v]),E=t.useMemo(function(){return function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];if("tool-searchIndex"===r.type&&"output-available"===r.state){for(var u=[],a=n;a<e.length;){var i=e[a];if("tool-searchIndex"!==i.type||"output-available"!==i.state)break;var o,s,c=(null!==(o=null===(s=i.output)||void 0===s?void 0:s.query)&&void 0!==o?o:"").trim();c&&c.length>0&&u.push(c),a++}u.length>1?t.push({type:"aggregated-tool-call",queries:u}):1===u.length&&t.push(r),n=a-1}else t.push(r)}return t}((null==v?void 0:v.parts)||[])},[v]),b=(null===(n=h.metadata)||void 0===n?void 0:n.stopped)||(null==v||null===(r=v.metadata)||void 0===r?void 0:r.stopped),C=!b&&(!s||s&&"ready"===c&&Boolean(v)),A=["submitted","streaming"].includes(c)&&s&&!E.some(function(e){return"step-start"!==e.type});return t.createElement("div",{className:"DocSearch-AskAiScreen-Response-Container"},t.createElement("div",{className:"DocSearch-AskAiScreen-Response"},t.createElement("div",{className:"DocSearch-AskAiScreen-Message DocSearch-AskAiScreen-Message--user"},t.createElement("p",{className:"DocSearch-AskAiScreen-Query"},null!==(u=null==g?void 0:g.text)&&void 0!==u?u:"")),t.createElement("div",{className:"DocSearch-AskAiScreen-Message DocSearch-AskAiScreen-Message--assistant"},t.createElement("div",{className:"DocSearch-AskAiScreen-MessageContent"},"error"===c&&o&&s&&t.createElement("div",{className:"DocSearch-AskAiScreen-MessageContent DocSearch-AskAiScreen-Error"},t.createElement(qd,null),t.createElement(yh,{content:o.message,copyButtonText:"",copyButtonCopiedText:"",isStreaming:!1})),A&&t.createElement("div",{className:"DocSearch-AskAiScreen-MessageContent-Reasoning"},t.createElement("span",{className:"shimmer"},f.thinkingText||"Thinking...")),E.map(function(e,n){var r,u=n;if("string"==typeof e)return t.createElement(yh,{key:u,content:e,copyButtonText:f.copyButtonText||"Copy",copyButtonCopiedText:f.copyButtonCopiedText||"Copied!",isStreaming:"streaming"===c});if("aggregated-tool-call"===e.type)return t.createElement(up,{key:u,queries:e.queries,translations:f,onSearchQueryClick:l});if("reasoning"===e.type&&"streaming"===e.state)return t.createElement("div",{key:u,className:"DocSearch-AskAiScreen-MessageContent-Reasoning shimmer"},t.createElement(Rd,{className:"DocSearch-AskAiScreen-SmallerLoadingIcon"}),t.createElement("span",{className:"shimmer"},"Reasoning..."));if("text"===e.type)return t.createElement(yh,{key:u,content:e.text,copyButtonText:f.copyButtonText||"Copy",copyButtonCopiedText:f.copyButtonCopiedText||"Copied!",isStreaming:"streaming"===e.state});if("tool-searchIndex"===e.type)switch(e.state){case"input-streaming":return t.createElement("div",{key:u,className:"DocSearch-AskAiScreen-MessageContent-Tool Tool--PartialCall shimmer"},t.createElement(Rd,{className:"DocSearch-AskAiScreen-SmallerLoadingIcon"}),t.createElement("span",null,f.preToolCallText||"Searching..."));case"input-available":return t.createElement("div",{key:u,className:"DocSearch-AskAiScreen-MessageContent-Tool Tool--Call shimmer"},t.createElement(Rd,{className:"DocSearch-AskAiScreen-SmallerLoadingIcon"}),t.createElement("span",null,"".concat(f.duringToolCallText||"Searching for ",' "').concat(e.input.query||"",'" ...')));case"output-available":return t.createElement("div",{key:u,className:"DocSearch-AskAiScreen-MessageContent-Tool Tool--Result"},t.createElement($d,null),t.createElement("span",null,"".concat(f.afterToolCallText||"Searched for")," ",t.createElement("span",{role:"button",tabIndex:0,className:"DocSearch-AskAiScreen-MessageContent-Tool-Query",onKeyDown:function(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),l(e.output.query||""))},onClick:function(){return l(e.output.query||"")}}," ",'"',e.output.query||"",'"')," ","found ",(null===(r=e.output.hits)||void 0===r?void 0:r.length)||0," results"))}return null})),b&&t.createElement("p",{className:"DocSearck-AskAiScreen-MessageContent-Stopped"},D)),t.createElement("div",{className:"DocSearch-AskAiScreen-Answer-Footer"},t.createElement(Ah,{id:(null==h?void 0:h.id)||i.id,showActions:C,latestAssistantMessageContent:(null==y?void 0:y.text)||null,translations:f,conversations:d,onFeedback:p}))),F.length>0?t.createElement(kh,{urlsToDisplay:F,relatedSourcesText:f.relatedSourcesText}):null)}function Ah(e){var n=e.id,r=e.showActions,u=e.latestAssistantMessageContent,a=e.translations,i=e.conversations,o=e.onFeedback,s=t.useMemo(function(){var e,t,r=null===(e=i.getOne)||void 0===e?void 0:e.call(i,n);return null!==(t=null==r?void 0:r.feedback)&&void 0!==t?t:null},[i,n]),c=Se(t.useState(s),2),l=c[0],f=c[1],d=Se(t.useState(!1),2),p=d[0],h=d[1],v=Se(t.useState(null),2),m=v[0],D=v[1],y=function(){var e=le(ke().m(function e(t){var r;return ke().w(function(e){for(;;)switch(e.p=e.n){case 0:if(!p){e.n=1;break}return e.a(2);case 1:return D(null),h(!0),e.p=2,e.n=3,null==o?void 0:o(n,"like"===t?1:0);case 3:f(t),e.n=5;break;case 4:e.p=4,r=e.v,D(r);case 5:return e.p=5,h(!1),e.f(5);case 6:return e.a(2)}},e,null,[[2,4,5,6]])}));return function(t){return e.apply(this,arguments)}}(),g=a.likeButtonTitle,F=void 0===g?"Like":g,E=a.dislikeButtonTitle,b=void 0===E?"Dislike":E,C=a.thanksForFeedbackText,A=void 0===C?"Thanks for your feedback!":C;return r&&u?t.createElement("div",{className:"DocSearch-AskAiScreen-Actions"},null===l?t.createElement(t.Fragment,null,p?t.createElement(Rd,{className:"DocSearch-AskAiScreen-SmallerLoadingIcon"}):t.createElement(t.Fragment,null,t.createElement(xh,{title:F,onClick:function(){return y("like")}}),t.createElement(Bh,{title:b,onClick:function(){return y("dislike")}})),m&&t.createElement("p",{className:"DocSearch-AskAiScreen-FeedbackText"},m.message||"An error occured")):t.createElement("p",{className:"DocSearch-AskAiScreen-FeedbackText DocSearch-AskAiScreen-FeedbackText--visible"},A),t.createElement(Sh,{translations:a,onClick:function(){return navigator.clipboard.writeText(u)}})):null}function kh(e){var n=e.urlsToDisplay,r=e.relatedSourcesText;return t.createElement("div",{className:"DocSearch-AskAiScreen-RelatedSources"},t.createElement("p",{className:"DocSearch-AskAiScreen-RelatedSources-Title"},r||"Related sources"),t.createElement("div",{className:"DocSearch-AskAiScreen-RelatedSources-List"},n.length>0&&n.map(function(e){return t.createElement("a",{key:e.url,href:e.url,className:"DocSearch-AskAiScreen-RelatedSources-Item-Link",target:"_blank",rel:"noopener noreferrer"},t.createElement(_h,null),t.createElement("span",null,e.title||e.url))})))}function wh(e){var n=e.translations,r=void 0===n?{}:n,u=Ae(e,Eh),i=r.disclaimerText,o=void 0===i?"Answers are generated with AI which can make mistakes. Verify responses.":i,s=u.messages,c=a(function(){for(var e=[],t=0;t<s.length;t++)if("user"===s[t].role){var n,r=s[t],u="assistant"===(null===(n=s[t+1])||void 0===n?void 0:n.role)?s[t+1]:null;e.push({id:r.id,userMessage:r,assistantMessage:u}),u&&t++}return e},[s]),l=function(e){u.onAskAiToggle(!1),u.setQuery(e)};return t.createElement("div",{className:"DocSearch-AskAiScreen DocSearch-AskAiScreen-Container"},t.createElement(bh,{disclaimerText:o}),t.createElement("div",{className:"DocSearch-AskAiScreen-Body"},t.createElement("div",{className:"DocSearch-AskAiScreen-ExchangesList"},c.slice().reverse().map(function(e,n){return t.createElement(Ch,{key:e.id,exchange:e,askAiStreamError:u.askAiStreamError,isLastExchange:0===n,loadingStatus:u.status,translations:r,conversations:u.conversations,onSearchQueryClick:l,onFeedback:u.onFeedback})}))))}function _h(){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},t.createElement("line",{x1:"4",x2:"20",y1:"9",y2:"9"}),t.createElement("line",{x1:"4",x2:"20",y1:"15",y2:"15"}),t.createElement("line",{x1:"10",x2:"8",y1:"3",y2:"21"}),t.createElement("line",{x1:"16",x2:"14",y1:"3",y2:"21"}))}function Sh(e){var u=e.onClick,a=e.translations,i=a.copyButtonTitle,o=void 0===i?"Copy":i,s=a.copyButtonCopiedText,c=void 0===s?"Copied!":s,l=Se(n(!1),2),f=l[0],d=l[1];return r(function(){if(f){var e=setTimeout(function(){d(!1)},1500);return function(){return clearTimeout(e)}}},[f]),t.createElement("button",{type:"button",className:"DocSearch-AskAiScreen-ActionButton DocSearch-AskAiScreen-CopyButton ".concat(f?"DocSearch-AskAiScreen-CopyButton--copied":""),disabled:f,title:f?c:o,onClick:function(){u(),d(!0)}},f?t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-check-icon lucide-check"},t.createElement("path",{d:"M20 6 9 17l-5-5"})):t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-copy-icon lucide-copy"},t.createElement("rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}),t.createElement("path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"})))}function xh(e){var n=e.title,r=e.onClick;return t.createElement("button",{type:"button",className:"DocSearch-AskAiScreen-ActionButton DocSearch-AskAiScreen-LikeButton",title:n,onClick:r},t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-thumbs-up-icon lucide-thumbs-up"},t.createElement("path",{d:"M7 10v12"}),t.createElement("path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"})))}function Bh(e){var n=e.title,r=e.onClick;return t.createElement("button",{type:"button",className:"DocSearch-AskAiScreen-ActionButton DocSearch-AskAiScreen-DislikeButton",title:n,onClick:r},t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-thumbs-down-icon lucide-thumbs-down"},t.createElement("path",{d:"M17 14V2"}),t.createElement("path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"})))}var Oh=["hit","attribute","tagName"];function Ih(e,t){return t.split(".").reduce(function(e,t){return null!=e&&e[t]?e[t]:null},e)}function Th(e){var t=e.hit,n=e.attribute,r=e.tagName,u=void 0===r?"span":r,a=Ae(e,Oh);return l(u,Ce(Ce({},a),{},{dangerouslySetInnerHTML:{__html:Ih(t,"_snippetResult.".concat(n,".value"))||Ih(t,n)}}))}var Ph=["item","getItemProps","onItemClick","translations","collection"];function jh(e){var n=t.useMemo(function(){return e.title.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'")},[e.title]);return e.collection&&0!==e.collection.items.length?"askAI"===e.collection.source.sourceId?t.createElement("section",{className:"DocSearch-AskAi-Section"},t.createElement("ul",e.getListProps({source:e.collection.source}),t.createElement(zh,ye({item:e.collection.items[0],translations:e.translations},e)))):(e.collection.source.sourceId,t.createElement("section",{className:"DocSearch-Hits"},t.createElement("div",{className:"DocSearch-Hit-source"},n),t.createElement("ul",e.getListProps({source:e.collection.source}),e.collection.items.map(function(n,r){return t.createElement(Nh,ye({key:[e.title,n.objectID].join(":"),item:n,index:r},e))})))):null}function Nh(e){var n=e.item,r=e.index,u=e.renderIcon,a=e.renderAction,i=e.getItemProps,o=e.onItemClick,s=e.collection,c=e.hitComponent;return t.createElement("li",ye({className:["DocSearch-Hit",n.__docsearch_parent&&"DocSearch-Hit--Child"].filter(Boolean).join(" ")},i({item:n,source:s.source,onClick:function(e){o(n,e)}})),t.createElement(c,{hit:n},t.createElement("div",{className:"DocSearch-Hit-Container"},u({item:n,index:r}),n.hierarchy[n.type]&&"lvl1"===n.type&&t.createElement("div",{className:"DocSearch-Hit-content-wrapper"},t.createElement(Th,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.lvl1"}),n.content&&t.createElement(Th,{className:"DocSearch-Hit-path",hit:n,attribute:"content"})),"askAI"===n.type&&t.createElement("div",{className:"DocSearch-Hit-content-wrapper"},t.createElement(Th,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.lvl1"})),n.hierarchy[n.type]&&("lvl2"===n.type||"lvl3"===n.type||"lvl4"===n.type||"lvl5"===n.type||"lvl6"===n.type)&&t.createElement("div",{className:"DocSearch-Hit-content-wrapper"},t.createElement(Th,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.".concat(n.type)}),t.createElement(Th,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),"content"===n.type&&t.createElement("div",{className:"DocSearch-Hit-content-wrapper"},t.createElement(Th,{className:"DocSearch-Hit-title",hit:n,attribute:"content"}),t.createElement(Th,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),a({item:n}))))}function zh(e){var n=e.item,r=e.getItemProps,u=e.onItemClick,a=e.translations,i=e.collection,o=Ae(e,Ph),s=a||{},c=s.askAiPlaceholder,l=void 0===c?"Ask AI: ":c,f=s.noResultsAskAiPlaceholder,d=void 0===f?"Didn't find it in the docs? Ask AI to help: ":f,p=1===o.state.collections.length?d:l;return t.createElement("li",ye({className:"DocSearch-Hit"},r({item:n,source:i.source,onClick:function(e){u(n,e)}})),t.createElement("div",{className:"DocSearch-Hit--AskAI"},t.createElement("div",{className:"DocSearch-Hit-AskAIButton DocSearch-Hit-Container"},t.createElement("div",{className:" DocSearch-Hit-AskAIButton-icon DocSearch-Hit-icon"},t.createElement(Md,null)),t.createElement("div",{className:"DocSearch-Hit-AskAIButton-title"},t.createElement("span",{className:"DocSearch-Hit-AskAIButton-title-highlight"},p),t.createElement("mark",{className:"DocSearch-Hit-AskAIButton-title-query"},n.query||"")))))}var Rh=["onAskAiToggle"];function Mh(e){var n=e.onAskAiToggle,r=Ae(e,Rh),u=t.useMemo(function(){return r.state.collections[2]},[r.state]);return t.useEffect(function(){u&&0!==u.items.length||n(!0)},[u,n]),t.createElement("div",{className:"DocSearch-Dropdown-Container DocSearch-Conversation-History"},t.createElement(jh,ye({},r,{key:u.source.sourceId,title:"",translations:r.translations,collection:u,renderIcon:function(){return t.createElement("div",{className:"DocSearch-Hit-icon"},t.createElement(Md,null))},renderAction:function(e){var n=e.item;return t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement("button",{type:"button",className:"DocSearch-Hit-action-button",onClick:function(e){e.preventDefault(),e.stopPropagation(),r.conversations.remove(n),r.refresh()}},t.createElement(Ld,null)))}})))}function Zh(e){var n=e.translations,r=void 0===n?{}:n,u=r.titleText,a=void 0===u?"Unable to fetch results":u,i=r.helpText,o=void 0===i?"You might want to check your network connection.":i;return t.createElement("div",{className:"DocSearch-ErrorScreen"},t.createElement("div",{className:"DocSearch-Screen-Icon"},t.createElement(Gd,null)),t.createElement("p",{className:"DocSearch-Title"},a),t.createElement("p",{className:"DocSearch-Help"},o))}function Lh(e){var n=e.translations,r=void 0===n?{}:n,u=e.suggestedQuestions,a=void 0===u?[]:u,i=e.selectSuggestedQuestion,o=r.newConversationTitle,s=void 0===o?"How can I help you today?":o,c=r.newConversationDescription,l=void 0===c?"I search through your documentation to help you find setup guides, feature details and troubleshooting tips, fast.":c;return t.createElement("div",{className:"DocSearch-NewConversationScreen"},t.createElement("h3",{className:"DocSearch-NewConversationScreen-Title"},s),t.createElement("p",{className:"DocSearch-NewConversationScreen-Description"},l),t.createElement("div",{className:"DocSearch-NewConversationScreen-SuggestedQuestions"},a.map(function(e){return t.createElement("button",{key:e.objectID,type:"button",className:"DocSearch-NewConversationScreen-SuggestedQuestion",onClick:function(){return i(e)}},e.question)})))}var $h=["translations"];function qh(e){var n=e.translations,r=void 0===n?{}:n,u=Ae(e,$h),a=r.noResultsText,i=void 0===a?"No results found for":a,o=r.suggestedQueryText,s=void 0===o?"Try searching for":o,c=r.reportMissingResultsText,l=void 0===c?"Believe this query should return results?":c,f=r.reportMissingResultsLinkText,d=void 0===f?"Let us know.":f,p=u.state.context.searchSuggestions;return t.createElement("div",{className:"DocSearch-NoResults ".concat(u.canHandleAskAi?"DocSearch-NoResults--withAskAi":"")},t.createElement("div",{className:"DocSearch-Screen-Icon"},t.createElement(Yd,null)),t.createElement("p",{className:"DocSearch-Title"},i,' "',t.createElement("strong",null,u.state.query),'"'),p&&p.length>0&&t.createElement("div",{className:"DocSearch-NoResults-Prefill-List"},t.createElement("p",{className:"DocSearch-Help"},s,":"),t.createElement("div",{className:"DocSearch-NoResults-Prefill-List-Items"},p.slice(0,3).reduce(function(e,n){return[].concat(xe(e),[t.createElement("p",{key:n},t.createElement($d,{size:16}),t.createElement("button",{className:"DocSearch-Prefill",key:n,type:"button",onClick:function(){u.setQuery(n.toLowerCase()+" "),u.refresh(),u.inputRef.current.focus()}},n))])},[]))),u.getMissingResultsUrl&&t.createElement("p",{className:"DocSearch-Help"},"".concat(l," "),t.createElement("a",{href:u.getMissingResultsUrl({query:u.state.query}),target:"_blank",rel:"noopener noreferrer"},d)))}function Vh(e,t,n){return e.reduce(function(e,r){var u=t(r);return e.hasOwnProperty(u)||(e[u]=[]),e[u].length<(n||5)&&e[u].push(r),e},{})}function Uh(e){return e}function Hh(e){return 1===e.button||e.altKey||e.ctrlKey||e.metaKey||e.shiftKey}function Wh(){}var Kh=/(<mark>|<\/mark>)/g,Jh=RegExp(Kh.source);function Qh(e){var t,n,r=e;if(!r.__docsearch_parent&&!e._highlightResult)return e.hierarchy.lvl0;var u=r.__docsearch_parent?null===(t=r.__docsearch_parent)||void 0===t||null===(t=t._highlightResult)||void 0===t||null===(t=t.hierarchy)||void 0===t?void 0:t.lvl0:null===(n=e._highlightResult)||void 0===n||null===(n=n.hierarchy)||void 0===n?void 0:n.lvl0;return u?u.value&&Jh.test(u.value)?u.value.replace(Kh,""):u.value:e.hierarchy.lvl0}var Gh=["translations"];function Yh(e){var n=e.translations,r=void 0===n?{}:n,u=Ae(e,Gh);return t.createElement("div",{className:"DocSearch-Dropdown-Container"},u.state.collections.map(function(e){if(0===e.items.length)return null;var n=Qh(e.items[0]);return t.createElement(jh,ye({},u,{key:e.source.sourceId,translations:r,title:n,collection:e,renderIcon:function(n){var r,u=n.item,a=n.index;return t.createElement(t.Fragment,null,u.__docsearch_parent&&t.createElement("svg",{className:"DocSearch-Hit-Tree",viewBox:"0 0 24 54"},t.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},u.__docsearch_parent!==(null===(r=e.items[a+1])||void 0===r?void 0:r.__docsearch_parent)?t.createElement("path",{d:"M8 6v21M20 27H8.3"}):t.createElement("path",{d:"M8 6v42M20 27H8.3"}))),t.createElement("div",{className:"DocSearch-Hit-icon"},t.createElement(Hd,{type:u.type})))},renderAction:function(){return t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement(Vd,null))}}))}),u.resultsFooterComponent&&t.createElement("section",{className:"DocSearch-HitsFooter"},t.createElement(u.resultsFooterComponent,{state:u.state})))}var Xh=["translations"];function ev(e){var n=e.translations,r=void 0===n?{}:n,u=Ae(e,Xh),a=r.recentSearchesTitle,i=void 0===a?"Recent":a,o=r.saveRecentSearchButtonTitle,s=void 0===o?"Save this search":o,c=r.removeRecentSearchButtonTitle,l=void 0===c?"Remove this search from history":c,f=r.favoriteSearchesTitle,d=void 0===f?"Favorite":f,p=r.removeFavoriteSearchButtonTitle,h=void 0===p?"Remove this search from favorites":p,v=r.recentConversationsTitle,m=void 0===v?"Recent conversations":v,D=r.removeRecentConversationButtonTitle,y=void 0===D?"Remove this conversation from history":D;return t.createElement("div",{className:"DocSearch-Dropdown-Container"},t.createElement(jh,ye({},u,{title:i,collection:u.state.collections[0],renderIcon:function(){return t.createElement("div",{className:"DocSearch-Hit-icon"},t.createElement(Zd,null))},renderAction:function(e){var n=e.item;return t.createElement(t.Fragment,null,t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement("button",{className:"DocSearch-Hit-action-button",title:s,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),u.favoriteSearches.add(n),u.recentSearches.remove(n),u.refresh()}},t.createElement(Jd,null))),t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement("button",{className:"DocSearch-Hit-action-button",title:l,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),u.recentSearches.remove(n),u.refresh()}},t.createElement(Ld,null))))}})),t.createElement(jh,ye({},u,{title:d,collection:u.state.collections[1],renderIcon:function(){return t.createElement("div",{className:"DocSearch-Hit-icon"},t.createElement(Jd,null))},renderAction:function(e){var n=e.item;return t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement("button",{className:"DocSearch-Hit-action-button",title:h,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),u.favoriteSearches.remove(n),u.refresh()}},t.createElement(Ld,null)))}})),t.createElement(jh,ye({},u,{title:m,collection:u.state.collections[2],renderIcon:function(){return t.createElement("div",{className:"DocSearch-Hit-icon"},t.createElement(Md,null))},renderAction:function(e){var n=e.item;return t.createElement("div",{className:"DocSearch-Hit-action"},t.createElement("button",{className:"DocSearch-Hit-action-button",title:y,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),u.conversations.remove(n),u.refresh()}},t.createElement(Ld,null)))}})))}var tv=["translations"],nv=t.memo(function(e){var n,r=e.translations,u=void 0===r?{}:r,a=Ae(e,tv);return a.canHandleAskAi&&a.isAskAiActive&&"conversation-history"===a.askAiState?t.createElement(Mh,a):a.canHandleAskAi&&a.isAskAiActive&&"new-conversation"===a.askAiState?t.createElement(Lh,{translations:null==u?void 0:u.newConversation,selectSuggestedQuestion:a.selectSuggestedQuestion,suggestedQuestions:a.suggestedQuestions}):a.isAskAiActive&&a.canHandleAskAi?t.createElement(wh,ye({},a,{messages:a.messages,status:a.status,askAiStreamError:a.askAiStreamError,askAiFetchError:a.askAiFetchError,translations:null==u?void 0:u.askAiScreen})):"error"===(null===(n=a.state)||void 0===n?void 0:n.status)?t.createElement(Zh,{translations:null==u?void 0:u.errorScreen}):a.state.query?a.hasCollections||a.canHandleAskAi?t.createElement(t.Fragment,null,t.createElement(Yh,ye({},a,{translations:null==u?void 0:u.resultsScreen})),a.canHandleAskAi&&1===a.state.collections.length&&t.createElement(qh,ye({},a,{translations:null==u?void 0:u.noResultsScreen}))):t.createElement(qh,ye({},a,{translations:null==u?void 0:u.noResultsScreen})):t.createElement(ev,ye({},a,{hasCollections:a.hasCollections,translations:null==u?void 0:u.startScreen}))},function(e,t){return"loading"===t.state.status||"stalled"===t.state.status});function rv(e){var n=e.size,r=void 0===n?20:n,u=e.color,a=void 0===u?"currentColor":u;return t.createElement("svg",{width:r,height:r,className:"DocSearch-Back-Icon",viewBox:"0 0 24 24",fill:"none",stroke:a,strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true"},t.createElement("path",{d:"m12 19-7-7 7-7"}),t.createElement("path",{d:"M19 12H5"}))}var uv=["children","className","onClick"],av=t.createContext({open:!1,setOpen:function(e){}});function iv(e){var n=e.children,r=Se(t.useState(!1),2),u=r[0],a=r[1],i=t.useRef(null);return t.useEffect(function(){function e(e){var t;null!==(t=i.current)&&void 0!==t&&t.contains(e.target)||a(!1)}return u&&window.addEventListener("click",e),function(){window.removeEventListener("click",e)}},[u]),t.createElement(av.Provider,{value:{open:u,setOpen:a}},t.createElement("div",{ref:i,className:"DocSearch-Menu"},n))}function ov(e){var n=e.heading,r=e.shimmer,u=void 0!==r&&r;return t.createElement("span",{className:"DocSearch-Modal-heading".concat(u?" shimmer":"")},n)}iv.Trigger=function(e){var n=e.children,r=e.className,u=void 0===r?"":r,a=t.useContext(av),i=a.open,o=a.setOpen;return t.createElement("button",{type:"button",className:"DocSearch-Menu-trigger ".concat(u),onClick:function(){o(!i)}},n)},iv.Content=function(e){var n=e.children,r=t.useContext(av).open;return t.createElement("div",{className:"DocSearch-Menu-content".concat(r?" open":"")},n)},iv.Item=function(e){var n=e.children,r=e.className,u=void 0===r?"":r,a=e.onClick,i=Ae(e,uv),o=t.useContext(av).setOpen;return t.createElement("button",ye({type:"button",className:"DocSearch-Menu-item ".concat(u),onClick:function(e){a&&(a(e),o(!1))}},i),n)};var sv=["translations","askAiState","onAskAiToggle","setAskAiState"];function cv(e){var n=e.translations,r=void 0===n?{}:n,u=e.askAiState,a=e.onAskAiToggle,i=e.setAskAiState,o=Ae(e,sv),s=r.clearButtonTitle,c=void 0===s?"Clear":s,l=r.clearButtonAriaLabel,f=void 0===l?"Clear the query":l,d=r.closeButtonText,p=void 0===d?"Close":d,h=r.closeButtonAriaLabel,v=void 0===h?"Close":h,m=r.searchInputLabel,D=void 0===m?"Search":m,y=r.backToKeywordSearchButtonText,g=void 0===y?"Back to keyword search":y,F=r.backToKeywordSearchButtonAriaLabel,E=void 0===F?"Back to keyword search":F,b=r.placeholderTextAskAiStreaming,C=void 0===b?"Answering...":b,A=r.newConversationPlaceholder,k=void 0===A?"Ask a question":A,w=r.conversationHistoryTitle,_=void 0===w?"My conversation history":w,S=r.startNewConversationText,x=void 0===S?"Start a new conversation":S,B=r.viewConversationHistoryText,O=void 0===B?"Conversation history":B,I=o.getFormProps({inputElement:o.inputRef.current}).onReset;t.useEffect(function(){o.autoFocus&&o.inputRef.current&&o.inputRef.current.focus()},[o.autoFocus,o.inputRef]),t.useEffect(function(){o.isFromSelection&&o.inputRef.current&&o.inputRef.current.select()},[o.isFromSelection,o.inputRef]);var T=t.useMemo(function(){var e=o.state.collections[2];return!!e&&e.items.length>0},[o.state.collections]),P=o.getInputProps({inputElement:o.inputRef.current,autoFocus:o.autoFocus,maxLength:512}),j=new Set(["ArrowUp","ArrowDown","Enter"]),N=P.onKeyDown,z=P.onChange,R="streaming"===o.askAiStatus||"submitted"===o.askAiStatus,M="stalled"===o.state.status,Z=o.isAskAiActive&&"conversation-history"!==u,L=o.placeholder;"new-conversation"===u&&(L=k);var $=null;R&&($=C),"conversation-history"===u&&($=_),t.useEffect(function(){"streaming"!==o.askAiStatus&&"submitted"!==o.askAiStatus&&o.inputRef.current&&o.inputRef.current.focus()},[o.askAiStatus,o.inputRef]);var q=Ce(Ce({},P),{},{enterKeyHint:o.isAskAiActive?"enter":"search",onKeyDown:function(e){if(o.isAskAiActive&&j.has(e.key))return"Enter"===e.key&&!R&&o.state.query&&o.onAskAgain(o.state.query),e.preventDefault(),void e.stopPropagation();null==N||N(e)},onChange:function(e){if(o.isAskAiActive)return o.setQuery(e.currentTarget.value),e.preventDefault(),void e.stopPropagation();null==z||z(e)},disabled:R}),V=t.useCallback(function(){if("conversation-history"===u)return a(!0),void i("initial");a(!1)},[u,a,i]);return t.createElement(t.Fragment,null,t.createElement("form",{className:"DocSearch-Form",onSubmit:function(e){e.preventDefault()},onReset:I},o.isAskAiActive?t.createElement(t.Fragment,null,t.createElement("button",{type:"button",tabIndex:0,className:"DocSearch-Action DocSearch-AskAi-Return",title:g,"aria-label":E,onClick:V},t.createElement(rv,null))):t.createElement(t.Fragment,null,M&&t.createElement("div",{className:"DocSearch-LoadingIndicator"},t.createElement(Rd,null)),!M&&t.createElement("label",ye({className:"DocSearch-MagnifierLabel"},o.getLabelProps()),t.createElement($d,null),t.createElement("span",{className:"DocSearch-VisuallyHiddenForAccessibility"},D))),$&&t.createElement(ov,{heading:$,shimmer:R}),t.createElement("input",ye({className:"DocSearch-Input",ref:o.inputRef},q,{placeholder:L,hidden:Boolean($)})),t.createElement("div",{className:"DocSearch-Actions"},t.createElement("button",{className:"DocSearch-Clear",type:"reset","aria-label":f,hidden:!o.state.query,tabIndex:o.state.query?0:-1,"aria-hidden":o.state.query?"false":"true"},c),o.state.query&&t.createElement("div",{className:"DocSearch-Divider"}),R&&t.createElement(t.Fragment,null,t.createElement("button",{type:"button",className:"DocSearch-Action DocSearch-StopStreaming",onClick:o.onStopAskAiStreaming},t.createElement(Qd,null)),t.createElement("div",{className:"DocSearch-Divider"})),Z&&t.createElement(t.Fragment,null,t.createElement(iv,null,t.createElement(iv.Trigger,{className:"DocSearch-Action"},t.createElement(Xd,null)),t.createElement(iv.Content,null,t.createElement(iv.Item,{onClick:o.onNewConversation},t.createElement(tp,null),x),T&&t.createElement(iv.Item,{onClick:o.onViewConversationHistory},t.createElement(ep,null),O))),t.createElement("div",{className:"DocSearch-Divider"})),t.createElement("button",{type:"button",title:p,className:"DocSearch-Action DocSearch-Close","aria-label":v,onClick:o.onClose},t.createElement(Ld,null)))))}function lv(){if("undefined"!=typeof window&&window.localStorage){var e=[];for(var t in window.localStorage)if(t.includes("__DOCSEARCH_")){var n=window.localStorage[t];e.push({key:t,size:n.length+t.length})}e.sort(function(e,t){return t.size-e.size});for(var r=Math.ceil(e.length/2),u=0;u<r&&u<e.length;u++)try{window.localStorage.removeItem(e[u].key)}catch(e){}}}function fv(e){return!1===function(){if("undefined"==typeof window||!("localStorage"in window))return!1;var e="__TEST_KEY__";try{return window.localStorage.setItem(e,""),window.localStorage.removeItem(e),!0}catch(e){return!1}}()?{setItem:function(){},getItem:function(){return[]}}:{setItem:function(t){!function(e,t){try{window.localStorage.setItem(e,JSON.stringify(t))}catch(n){if(n instanceof DOMException&&"QuotaExceededError"===n.name)try{lv(),window.localStorage.setItem(e,JSON.stringify(t))}catch(e){}}}(e,t)},getItem:function(){var t=window.localStorage.getItem(e);if(null===t)return[];try{var n=JSON.parse(t);return Array.isArray(n)?n:[]}catch(t){return window.localStorage.removeItem(e),[]}}}}var dv=["_highlightResult","_snippetResult"];function pv(e){var t=e.key,n=e.limit,r=void 0===n?5:n,u=fv(t),a=u.getItem().slice(0,r);return{add:function(e){var t=e;t._highlightResult,t._snippetResult;var n=Ae(t,dv),i=a.findIndex(function(e){return e.objectID===n.objectID});i>-1&&a.splice(i,1),a.unshift(n),a=a.slice(0,r),u.setItem(a)},remove:function(e){a=a.filter(function(t){return t.objectID!==e.objectID}),u.setItem(a)},getAll:function(){return a}}}function hv(e){var t,n="algolia-client-js-".concat(e.key);function r(){return void 0===t&&(t=e.localStorage||window.localStorage),t}function u(){return JSON.parse(r().getItem(n)||"{}")}function a(e){r().setItem(n,JSON.stringify(e))}return{get:function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{miss:function(){return Promise.resolve()}};return Promise.resolve().then(function(){var n,r,i;return n=e.timeToLive?1e3*e.timeToLive:null,r=u(),a(i=Object.fromEntries(Object.entries(r).filter(function(e){return void 0!==Se(e,2)[1].timestamp}))),n&&a(Object.fromEntries(Object.entries(i).filter(function(e){var t=Se(e,2)[1],r=(new Date).getTime();return!(t.timestamp+n<r)}))),u()[JSON.stringify(t)]}).then(function(e){return Promise.all([e?e.value:n(),void 0!==e])}).then(function(e){var t=Se(e,2),n=t[0],u=t[1];return Promise.all([n,u||r.miss(n)])}).then(function(e){return Se(e,1)[0]})},set:function(e,t){return Promise.resolve().then(function(){var a=u();return a[JSON.stringify(e)]={timestamp:(new Date).getTime(),value:t},r().setItem(n,JSON.stringify(a)),t})},delete:function(e){return Promise.resolve().then(function(){var t=u();delete t[JSON.stringify(e)],r().setItem(n,JSON.stringify(t))})},clear:function(){return Promise.resolve().then(function(){r().removeItem(n)})}}}function vv(e){var t=xe(e.caches),n=t.shift();return void 0===n?{get:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{miss:function(){return Promise.resolve()}};return t().then(function(e){return Promise.all([e,n.miss(e)])}).then(function(e){return Se(e,1)[0]})},set:function(e,t){return Promise.resolve(t)},delete:function(e){return Promise.resolve()},clear:function(){return Promise.resolve()}}:{get:function(e,r){var u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{miss:function(){return Promise.resolve()}};return n.get(e,r,u).catch(function(){return vv({caches:t}).get(e,r,u)})},set:function(e,r){return n.set(e,r).catch(function(){return vv({caches:t}).set(e,r)})},delete:function(e){return n.delete(e).catch(function(){return vv({caches:t}).delete(e)})},clear:function(){return n.clear().catch(function(){return vv({caches:t}).clear()})}}}function mv(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{serializable:!0},t={};return{get:function(n,r){var u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{miss:function(){return Promise.resolve()}},a=JSON.stringify(n);if(a in t)return Promise.resolve(e.serializable?JSON.parse(t[a]):t[a]);var i=r();return i.then(function(e){return u.miss(e)}).then(function(){return i})},set:function(n,r){return t[JSON.stringify(n)]=e.serializable?JSON.stringify(r):r,Promise.resolve(r)},delete:function(e){return delete t[JSON.stringify(e)],Promise.resolve()},clear:function(){return t={},Promise.resolve()}}}function Dv(e){var t=e.algoliaAgents,n=e.client,r=e.version,u=function(e){var t={value:"Algolia for JavaScript (".concat(e,")"),add:function(e){var n="; ".concat(e.segment).concat(void 0!==e.version?" (".concat(e.version,")"):"");return-1===t.value.indexOf(n)&&(t.value="".concat(t.value).concat(n)),t}};return t}(r).add({segment:n,version:r});return t.forEach(function(e){return u.add(e)}),u}var yv=12e4;function gv(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"up",n=Date.now();return Ce(Ce({},e),{},{status:t,lastUpdate:n,isUp:function(){return"up"===t||Date.now()-n>yv},isTimedOut:function(){return"timed out"===t&&Date.now()-n<=yv}})}var Fv=function(){function e(t,n){var r;return de(this,e),De(r=fe(this,e,[t]),"name","AlgoliaError"),n&&(r.name=n),r}return Fe(e,Te(Error)),ve(e)}(),Ev=function(){function e(t,n,r){var u;return de(this,e),De(u=fe(this,e,[t,r]),"stackTrace",void 0),u.stackTrace=n,u}return Fe(e,Fv),ve(e)}(),bv=function(){function e(t){return de(this,e),fe(this,e,["Unreachable hosts - your application id may be incorrect. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support",t,"RetryError"])}return Fe(e,Ev),ve(e)}(),Cv=function(){function e(t,n,r){var u,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"ApiError";return de(this,e),De(u=fe(this,e,[t,r,a]),"status",void 0),u.status=n,u}return Fe(e,Ev),ve(e)}(),Av=function(){function e(t,n){var r;return de(this,e),De(r=fe(this,e,[t,"DeserializationError"]),"response",void 0),r.response=n,r}return Fe(e,Fv),ve(e)}(),kv=function(){function e(t,n,r,u){var a;return de(this,e),De(a=fe(this,e,[t,n,u,"DetailedApiError"]),"error",void 0),a.error=r,a}return Fe(e,Cv),ve(e)}();function wv(e,t,n){var r,u=(r=n,Object.keys(r).filter(function(e){return void 0!==r[e]}).sort().map(function(e){return"".concat(e,"=").concat(encodeURIComponent("[object Array]"===Object.prototype.toString.call(r[e])?r[e].join(","):r[e]).replace(/\+/g,"%20"))}).join("&")),a="".concat(e.protocol,"://").concat(e.url).concat(e.port?":".concat(e.port):"","/").concat("/"===t.charAt(0)?t.substring(1):t);return u.length&&(a+="?".concat(u)),a}function _v(e,t){if("GET"!==e.method&&(void 0!==e.data||void 0!==t.data)){var n=Array.isArray(e.data)?e.data:Ce(Ce({},e.data),t.data);return JSON.stringify(n)}}function Sv(e,t,n){var r=Ce(Ce(Ce({Accept:"application/json"},e),t),n),u={};return Object.keys(r).forEach(function(e){var t=r[e];u[e.toLowerCase()]=t}),u}function xv(e){try{return JSON.parse(e.content)}catch(t){throw new Av(t.message,e)}}function Bv(e,t){var n=e.content,r=e.status;try{var u=JSON.parse(n);return"error"in u?new kv(u.message,r,u.error,t):new Cv(u.message,r,t)}catch(e){}return new Cv(n,r,t)}function Ov(e){var t=e.isTimedOut,n=e.status;return t||function(e){return!e.isTimedOut&&0===~~e.status}({isTimedOut:t,status:n})||2!=~~(n/100)&&4!=~~(n/100)}function Iv(e){return 2==~~(e.status/100)}function Tv(e){return e.map(function(e){return Pv(e)})}function Pv(e){var t=e.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return Ce(Ce({},e),{},{request:Ce(Ce({},e.request),{},{headers:Ce(Ce({},e.request.headers),t)})})}var jv=["appId","apiKey","authMode","algoliaAgents"],Nv=["params"],zv="5.37.0";function Rv(e){return[{url:"".concat(e,"-dsn.algolia.net"),accept:"read",protocol:"https"},{url:"".concat(e,".algolia.net"),accept:"write",protocol:"https"}].concat(function(e){for(var t=e,n=e.length-1;n>0;n--){var r=Math.floor(Math.random()*(n+1)),u=e[n];t[n]=e[r],t[r]=u}return t}([{url:"".concat(e,"-1.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(e,"-2.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(e,"-3.algolianet.com"),accept:"readWrite",protocol:"https"}]))}var Mv="4.3.1";function Zv(e,n,r){var u=t.useMemo(function(){var t=function(e,t){if(!e||"string"!=typeof e)throw new Error("`appId` is missing.");if(!t||"string"!=typeof t)throw new Error("`apiKey` is missing.");return function(e){var t=e.appId,n=e.apiKey,r=e.authMode,u=e.algoliaAgents,a=Ae(e,jv),i=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"WithinHeaders",r={"x-algolia-api-key":t,"x-algolia-application-id":e};return{headers:function(){return"WithinHeaders"===n?r:{}},queryParameters:function(){return"WithinQueryParameters"===n?r:{}}}}(t,n,r),o=function(e){var t=e.hosts,n=e.hostsCache,r=e.baseHeaders,u=e.logger,a=e.baseQueryParameters,i=e.algoliaAgent,o=e.timeouts,s=e.requester,c=e.requestsCache,l=e.responsesCache;function f(e){return d.apply(this,arguments)}function d(){return(d=le(ke().m(function e(t){var r,u,a,i,o;return ke().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,Promise.all(t.map(function(e){return n.get(e,function(){return Promise.resolve(gv(e))})}));case 1:return r=e.v,u=r.filter(function(e){return e.isUp()}),a=r.filter(function(e){return e.isTimedOut()}),i=[].concat(xe(u),xe(a)),o=i.length>0?i:t,e.a(2,{hosts:o,getTimeout:function(e,t){return(0===a.length&&0===e?1:a.length+3+e)*t}})}},e)}))).apply(this,arguments)}function p(e,t){return h.apply(this,arguments)}function h(){return h=le(ke().m(function e(c,l){var d,p,h,v,m,D,y,g,F,E,b,C,A,k=arguments;return ke().w(function(e){for(;;)switch(e.n){case 0:if(d=!(k.length>2&&void 0!==k[2])||k[2],p=[],h=_v(c,l),v=Sv(r,c.headers,l.headers),m="GET"===c.method?Ce(Ce({},c.data),l.data):{},D=Ce(Ce(Ce({},a),c.queryParameters),m),i.value&&(D["x-algolia-agent"]=i.value),l&&l.queryParameters)for(y=0,g=Object.keys(l.queryParameters);y<g.length;y++)F=g[y],l.queryParameters[F]&&"[object Object]"!==Object.prototype.toString.call(l.queryParameters[F])?D[F]=l.queryParameters[F].toString():D[F]=l.queryParameters[F];return E=0,b=function(){var e=le(ke().m(function e(t,r){var a,i,f,m,y,g;return ke().w(function(e){for(;;)switch(e.n){case 0:if(void 0!==(a=t.pop())){e.n=1;break}throw new bv(Tv(p));case 1:return i=Ce(Ce({},o),l.timeouts),f={data:h,headers:v,method:c.method,url:wv(a,c.path,D),connectTimeout:r(E,i.connect),responseTimeout:r(E,d?i.read:i.write)},m=function(e){var n={request:f,response:e,host:a,triesLeft:t.length};return p.push(n),n},e.n=2,s.send(f);case 2:if(!Ov(y=e.v)){e.n=4;break}return g=m(y),y.isTimedOut&&E++,u.info("Retryable failure",Pv(g)),e.n=3,n.set(a,gv(a,y.isTimedOut?"timed out":"down"));case 3:return e.a(2,b(t,r));case 4:if(!Iv(y)){e.n=5;break}return e.a(2,xv(y));case 5:throw m(y),Bv(y,p);case 6:return e.a(2)}},e)}));return function(t,n){return e.apply(this,arguments)}}(),C=t.filter(function(e){return"readWrite"===e.accept||(d?"read"===e.accept:"write"===e.accept)}),e.n=1,f(C);case 1:return A=e.v,e.a(2,b(xe(A.hosts).reverse(),A.getTimeout))}},e)})),h.apply(this,arguments)}return{hostsCache:n,requester:s,timeouts:o,logger:u,algoliaAgent:i,baseHeaders:r,baseQueryParameters:a,hosts:t,request:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.useReadTransporter||"GET"===e.method;if(!n)return p(e,t,n);var u=function(){return p(e,t)};if(!0!==(t.cacheable||e.cacheable))return u();var i={request:e,requestOptions:t,transporter:{queryParameters:a,headers:r}};return l.get(i,function(){return c.get(i,function(){return c.set(i,u()).then(function(e){return Promise.all([c.delete(i),e])},function(e){return Promise.all([c.delete(i),Promise.reject(e)])}).then(function(e){var t=Se(e,2);return t[0],t[1]})})},{miss:function(e){return l.set(i,e)}})},requestsCache:c,responsesCache:l}}(Ce(Ce({hosts:Rv(t)},a),{},{algoliaAgent:Dv({algoliaAgents:u,client:"Lite",version:zv}),baseHeaders:Ce(Ce({"content-type":"text/plain"},i.headers()),a.baseHeaders),baseQueryParameters:Ce(Ce({},i.queryParameters()),a.baseQueryParameters)}));return{transporter:o,appId:t,apiKey:n,clearCache:function(){return Promise.all([o.requestsCache.clear(),o.responsesCache.clear()]).then(function(){})},get _ua(){return o.algoliaAgent.value},addAlgoliaAgent:function(e,t){o.algoliaAgent.add({segment:e,version:t})},setClientApiKey:function(e){var t=e.apiKey;r&&"WithinHeaders"!==r?o.baseQueryParameters["x-algolia-api-key"]=t:o.baseHeaders["x-algolia-api-key"]=t},searchForHits:function(e,t){return this.search(e,t)},searchForFacets:function(e,t){return this.search(e,t)},customPost:function(e,t){var n=e.path,r=e.parameters,u=e.body;if(!n)throw new Error("Parameter `path` is required when calling `customPost`.");var a={method:"POST",path:"/{path}".replace("{path}",n),queryParameters:r||{},headers:{},data:u||{}};return o.request(a,t)},getRecommendations:function(e,t){if(e&&Array.isArray(e)&&(e={requests:e}),!e)throw new Error("Parameter `getRecommendationsParams` is required when calling `getRecommendations`.");if(!e.requests)throw new Error("Parameter `getRecommendationsParams.requests` is required when calling `getRecommendations`.");var n={method:"POST",path:"/1/indexes/*/recommendations",queryParameters:{},headers:{},data:e,useReadTransporter:!0,cacheable:!0};return o.request(n,t)},search:function(e,t){if(e&&Array.isArray(e)){var n={requests:e.map(function(e){var t=e.params,n=Ae(e,Nv);return"facet"===n.type?Ce(Ce(Ce({},n),t),{},{type:"facet"}):Ce(Ce(Ce({},n),t),{},{facet:void 0,maxFacetHits:void 0,facetQuery:void 0})})};e=n}if(!e)throw new Error("Parameter `searchMethodParams` is required when calling `search`.");if(!e.requests)throw new Error("Parameter `searchMethodParams.requests` is required when calling `search`.");var r={method:"POST",path:"/1/indexes/*/queries",queryParameters:{},headers:{},data:e,useReadTransporter:!0,cacheable:!0};return o.request(r,t)}}}(Ce({appId:e,apiKey:t,timeouts:{connect:1e3,read:2e3,write:3e4},logger:{debug:function(e,t){return Promise.resolve()},info:function(e,t){return Promise.resolve()},error:function(e,t){return Promise.resolve()}},requester:{send:function(e){return new Promise(function(t){var n=new XMLHttpRequest;n.open(e.method,e.url,!0),Object.keys(e.headers).forEach(function(t){return n.setRequestHeader(t,e.headers[t])});var r,u=function(e,r){return setTimeout(function(){n.abort(),t({status:0,content:r,isTimedOut:!0})},e)},a=u(e.connectTimeout,"Connection timeout");n.onreadystatechange=function(){n.readyState>n.OPENED&&void 0===r&&(clearTimeout(a),r=u(e.responseTimeout,"Socket timeout"))},n.onerror=function(){0===n.status&&(clearTimeout(a),clearTimeout(r),t({content:n.responseText||"Network request failed",status:n.status,isTimedOut:!1}))},n.onload=function(){clearTimeout(a),clearTimeout(r),t({content:n.responseText,status:n.status,isTimedOut:!1})},n.send(e.data)})}},algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:mv(),requestsCache:mv({serializable:!1}),hostsCache:vv({caches:[hv({key:"".concat(zv,"-").concat(e)}),mv()]})},void 0))}(e,n);return t.addAlgoliaAgent("docsearch",Mv),!1===/docsearch.js \(.*\)/.test(t.transporter.algoliaAgent.value)&&t.addAlgoliaAgent("docsearch-react",Mv),r(t)},[e,n,r]);return u}var Lv=["appId","apiKey","askAi","maxResultsPerGroup","theme","onClose","transformItems","hitComponent","resultsFooterComponent","navigator","initialScrollY","transformSearchClient","disableUserPersonalization","initialQuery","translations","getMissingResultsUrl","insights","onAskAiToggle","isAskAiActive","recentSearchesLimit","recentSearchesWithFavoritesLimit","indices","indexName","searchParameters"],$v=["footer","searchBox"],qv=function(){var e=le(ke().m(function e(t){var n,r,u,a,i,o,s,c,l,f,d,p,h,v,m,D,y,g,F;return ke().w(function(e){for(;;)switch(e.p=e.n){case 0:return n=t.query,r=t.state,u=t.setContext,a=t.setStatus,i=t.searchClient,o=t.indexes,s=t.snippetLength,c=t.insights,l=t.appId,f=t.apiKey,d=t.maxResultsPerGroup,p=t.transformItems,h=void 0===p?Uh:p,v=t.saveRecentSearch,m=t.onClose,D=c,e.p=1,e.n=2,i.search({requests:o.map(function(e){var t,r,u,a,i,o,c,l="string"==typeof e?e:e.name,f="string"==typeof e?{}:e.searchParameters;return Ce({query:n,indexName:l,attributesToRetrieve:null!==(t=null==f?void 0:f.attributesToRetrieve)&&void 0!==t?t:["hierarchy.lvl0","hierarchy.lvl1","hierarchy.lvl2","hierarchy.lvl3","hierarchy.lvl4","hierarchy.lvl5","hierarchy.lvl6","content","type","url"],attributesToSnippet:null!==(r=null==f?void 0:f.attributesToSnippet)&&void 0!==r?r:["hierarchy.lvl1:".concat(s.current),"hierarchy.lvl2:".concat(s.current),"hierarchy.lvl3:".concat(s.current),"hierarchy.lvl4:".concat(s.current),"hierarchy.lvl5:".concat(s.current),"hierarchy.lvl6:".concat(s.current),"content:".concat(s.current)],snippetEllipsisText:null!==(u=null==f?void 0:f.snippetEllipsisText)&&void 0!==u?u:"…",highlightPreTag:null!==(a=null==f?void 0:f.highlightPreTag)&&void 0!==a?a:"<mark>",highlightPostTag:null!==(i=null==f?void 0:f.highlightPostTag)&&void 0!==i?i:"</mark>",hitsPerPage:null!==(o=null==f?void 0:f.hitsPerPage)&&void 0!==o?o:20,clickAnalytics:null!==(c=null==f?void 0:f.clickAnalytics)&&void 0!==c?c:D},null!=f?f:{})})});case 2:return y=e.v,g=y.results,e.a(2,g.flatMap(function(e){var t,n=e,a=n.hits,i=n.nbHits,o=Vh(h(a),function(e){return Qh(e)},d);if(r.context.searchSuggestions.length<Object.keys(o).length&&u({searchSuggestions:Ce(Ce({},null!==(t=r.context.searchSuggestions)&&void 0!==t?t:[]),Object.keys(o))}),i){var s=r.context.nbHits;u({nbHits:(null!=s?s:0)+i})}var c={};return D&&(c={__autocomplete_indexName:n.index,__autocomplete_queryID:n.queryID,__autocomplete_algoliaCredentials:{appId:l,apiKey:f}}),Object.values(o).map(function(e,t){return{sourceId:"hits_".concat(n.index,"_").concat(t),onSelect:function(e){var t=e.item,n=e.event;v(t),Hh(n)||m()},getItemUrl:function(e){return e.item.url},getItems:function(){return Object.values(Vh(e,function(e){return e.hierarchy.lvl1},d)).map(function(e){return e.map(function(t){var n=null,r=e.find(function(e){return"lvl1"===e.type&&e.hierarchy.lvl1===t.hierarchy.lvl1});return"lvl1"!==t.type&&r&&(n=r),Ce(Ce({},t),{},{__docsearch_parent:n},c)})}).flat()}}})}));case 3:throw e.p=3,"RetryError"===(F=e.v).name&&a("error"),F;case 4:return e.a(2)}},e,null,[[1,3]])}));return function(t){return e.apply(this,arguments)}}();function Vv(e){var u,a,c,l=e.appId,f=e.apiKey,d=e.askAi,p=e.maxResultsPerGroup,h=e.theme,v=e.onClose,m=void 0===v?Wh:v,D=e.transformItems,y=void 0===D?Uh:D,g=e.hitComponent,F=void 0===g?zd:g,E=e.resultsFooterComponent,b=void 0===E?function(){return null}:E,C=e.navigator,A=e.initialScrollY,k=void 0===A?0:A,w=e.transformSearchClient,_=void 0===w?Uh:w,x=e.disableUserPersonalization,B=void 0!==x&&x,O=e.initialQuery,I=void 0===O?"":O,T=e.translations,P=void 0===T?{}:T,j=e.getMissingResultsUrl,N=e.insights,z=void 0!==N&&N,R=e.onAskAiToggle,M=e.isAskAiActive,Z=void 0!==M&&M,L=e.recentSearchesLimit,$=void 0===L?7:L,q=e.recentSearchesWithFavoritesLimit,V=void 0===q?4:q,U=e.indices,H=void 0===U?[]:U,W=e.indexName,K=e.searchParameters,J=Ae(e,Lv),Q=P.footer,G=P.searchBox,Y=Ae(P,$v),X=Se(t.useState({query:"",collections:[],completion:null,context:{},isOpen:!1,activeItemId:null,status:"idle"}),2),ee=X[0],te=X[1],ne=Boolean(d),re=(null==P||null===(u=P.searchBox)||void 0===u?void 0:u.placeholderText)||J.placeholder||"Search docs";ne&&(re=(null==P||null===(a=P.searchBox)||void 0===a?void 0:a.placeholderText)||"Search docs or ask AI a question"),Z&&(re=(null==P||null===(c=P.searchBox)||void 0===c?void 0:c.placeholderTextAskAi)||"Ask another question...");var ue=t.useRef(null),ae=t.useRef(null),ie=t.useRef(null),se=t.useRef(null),ce=t.useRef(null),fe=t.useRef(15),de=t.useRef("undefined"!=typeof window?window.getSelection().toString().slice(0,512):"").current,pe=t.useRef(I||de).current,he=Zv(l,f,_),ve="object"===Oe(d)?d:null,De="string"==typeof d?d:(null==ve?void 0:ve.assistantId)||null,ge=null==ve?void 0:ve.searchParameters,Fe=Se(t.useState("initial"),2),Ee=Fe[0],be=Fe[1],we=function(e){var t=e.assistantId,u=e.searchClient,a=e.suggestedQuestionsEnabled,i=void 0!==a&&a,o=Se(n([]),2),s=o[0],c=o[1];return r(function(){var e=function(){var e=le(ke().m(function e(){var n,r,a;return ke().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,u.search({requests:[{indexName:"algolia_ask_ai_suggested_questions",filters:"state:published AND assistantId:".concat(t),hitsPerPage:3}]});case 1:n=e.v,r=n.results,a=r[0],c(a.hits);case 2:return e.a(2)}},e)}));return function(){return e.apply(this,arguments)}}();i&&t&&""!==t&&e()},[i,t,u]),s}({assistantId:De,searchClient:he,suggestedQuestionsEnabled:null==ve?void 0:ve.suggestedQuestions}),_e=[];if(W&&""!==W&&_e.push({name:W,searchParameters:K}),H.length>0&&H.forEach(function(e){_e.push("string"==typeof e?{name:e}:e)}),_e.length<1)throw new Error("Must supply either `indexName` or `indices` for DocSearch to work");var Be,Ie,Te,Pe,je,Ne,ze,Re=_e[0].name,Me=t.useRef((Be={key:"__DOCSEARCH_ASKAI_CONVERSATIONS__".concat((null==ve?void 0:ve.indexName)||Re),limit:10},Ie=Be.key,Te=Be.limit,Pe=void 0===Te?5:Te,je=fv(Ie),Ne=je.getItem().slice(0,Pe),{add:function(e){var t=e.objectID,n=e.query,r=Ne.findIndex(function(e){return e.objectID===t||e.query===n});r>-1?Ne[r]=e:(Ne.unshift(e),Ne=Ne.slice(0,Pe)),je.setItem(Ne)},addFeedback:function(e,t){var n=Ne.find(function(t){var n;return null===(n=t.messages)||void 0===n?void 0:n.some(function(t){return t.id===e})});if(n&&n.messages){var r=n.messages.find(function(t){return t.id===e});r&&(r.feedback=t,je.setItem(Ne))}},getOne:function(e){var t,n=Ne.find(function(t){var n;return null===(n=t.messages)||void 0===n?void 0:n.some(function(t){return t.id===e})});return null==n||null===(t=n.messages)||void 0===t?void 0:t.find(function(t){return t.id===e})},getAll:function(){return Ne},remove:function(e){Ne=Ne.filter(function(t){return t.objectID!==e.objectID}),je.setItem(Ne)},getConversation:function(e){var t=Ne.find(function(t){var n;return null===(n=t.messages)||void 0===n?void 0:n.some(function(t){return t.id===e})});if(t&&t.messages)return t}})).current,Ze=t.useRef(pv({key:"__DOCSEARCH_FAVORITE_SEARCHES__".concat(Re),limit:10})).current,Le=t.useRef(pv({key:"__DOCSEARCH_RECENT_SEARCHES__".concat(Re),limit:0===Ze.getAll().length?$:V})).current,$e=Se(t.useState(null),2),qe=$e[0],Ve=$e[1],Ue=Se(t.useState(!1),2),He=Ue[0],We=Ue[1],Ke=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.experimental_throttle,n=e.resume,u=void 0!==n&&n,a=S(e,oe),c=i("chat"in a?a.chat:new hl(a));("chat"in a&&a.chat!==c.current||"id"in a&&c.current.id!==a.id)&&(c.current="chat"in a?a.chat:new hl(a));var l="id"in a?a.id:null,f=o(function(e){return c.current["~registerMessagesCallback"](e,t)},[t,l]),d=s(f,function(){return c.current.messages},function(){return c.current.messages}),p=s(c.current["~registerStatusCallback"],function(){return c.current.status},function(){return c.current.status}),h=s(c.current["~registerErrorCallback"],function(){return c.current.error},function(){return c.current.error}),v=o(function(e){"function"==typeof e&&(e=e(c.current.messages)),c.current.messages=e},[c]);return r(function(){u&&c.current.resumeStream()},[u,c]),{id:c.current.id,messages:d,setMessages:v,sendMessage:c.current.sendMessage,regenerate:c.current.regenerate,clearError:c.current.clearError,stop:c.current.stop,error:h,resumeStream:c.current.resumeStream,status:p,addToolResult:c.current.addToolResult}}({sendAutomaticallyWhen:Zc,transport:new Rc({api:Sd,headers:(ze=le(ke().m(function e(){var t;return ke().w(function(e){for(;;)switch(e.n){case 0:if(De){e.n=1;break}throw new Error("Ask AI assistant ID is required");case 1:return t=null,e.n=2,Id({assistantId:De});case 2:t=e.v;case 3:return e.a(2,Ce(Ce({},t?{authorization:"TOKEN ".concat(t)}:{}),{},{"X-Algolia-API-Key":(null==ve?void 0:ve.apiKey)||f,"X-Algolia-Application-Id":(null==ve?void 0:ve.appId)||l,"X-Algolia-Index-Name":(null==ve?void 0:ve.indexName)||Re,"X-Algolia-Assistant-Id":De||"","X-AI-SDK-Version":"v5"}))}},e)})),function(){return ze.apply(this,arguments)}),body:ge?{searchParameters:ge}:{}}),onError:function(e){Ve(e)}}),Je=Ke.messages,Qe=Ke.sendMessage,Ge=Ke.status,Ye=Ke.setMessages,Xe=Ke.error,et=Ke.stop,tt=t.useRef(Ge);t.useEffect(function(){if(!B){if("streaming"===tt.current&&"ready"===Ge){He&&Je.at(-1)&&(Je.at(-1).metadata={stopped:!0});var e,t=me(Je[0].parts);try{for(t.s();!(e=t.n()).done;){var n=e.value;"text"===n.type&&Me.add(gh(n.text,Je))}}catch(e){t.e(e)}finally{t.f()}}tt.current=Ge}},[Ge,Je,Me,B,He]);var nt=t.useCallback(function(e){var t=e.hierarchy,n=["lvl6","lvl5","lvl4","lvl3","lvl2","lvl1","lvl0"].find(function(e){return t[e]});return Ce(Ce({},e),{},{type:n||"lvl0",content:null})},[]),rt=t.useCallback(function(e){if(!B){var t="content"===e.type?e.__docsearch_parent||nt(e):e;t&&-1===Ze.getAll().findIndex(function(e){return e.objectID===t.objectID})&&Le.add(t)}},[Ze,Le,B,nt]),ut=t.useCallback(function(e){if(ee.context.algoliaInsightsPlugin&&e.__autocomplete_id){var t=e,n={eventName:"Item Selected",index:t.__autocomplete_indexName,items:[t],positions:[e.__autocomplete_id],queryID:t.__autocomplete_queryID};ee.context.algoliaInsightsPlugin.insights.clickedObjectIDsAfterSearch(n)}},[ee.context.algoliaInsightsPlugin]),at=t.useRef(void 0),it=t.useCallback(function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;e&&"new-conversation"===Ee&&(Ye([]),be("initial"));var r={};if(n&&(r.body={suggestedQuestionId:n.objectID}),R(e),We(!1),Qe({role:"user",parts:[{type:"text",text:t}]},r),se.current){var u=se.current;"function"==typeof u.scrollTo?u.scrollTo({top:0,behavior:"smooth"}):u.scrollTop=0}at.current&&at.current.setQuery("")},[R,Qe,Ee,be,Ye]),ot=t.useCallback(function(){var e=le(ke().m(function e(t,n){var r;return ke().w(function(e){for(;;)switch(e.n){case 0:if(De&&l){e.n=1;break}return e.a(2);case 1:return e.n=2,Td({assistantId:De,thumbs:n,messageId:t,appId:l});case 2:if(!(e.v.status>=300)){e.n=3;break}throw new Error("Failed, try again later");case 3:null===(r=Me.addFeedback)||void 0===r||r.call(Me,t,1===n?"like":"dislike");case 4:return e.a(2)}},e)}));return function(t,n){return e.apply(this,arguments)}}(),[De,l,Me]);at.current||(at.current=_d({id:"docsearch",defaultActiveItemId:0,openOnFocus:!0,initialState:{query:pe,context:{searchSuggestions:[]}},insights:Boolean(z),navigator:C,onStateChange:function(e){te(e.state)},getSources:function(e){var t=e.query,n=e.state,r=e.setContext,u=e.setStatus;if(!t){var a=function(e){var t=e.recentSearches,n=e.favoriteSearches,r=e.saveRecentSearch,u=e.onClose;return e.disableUserPersonalization?[]:[{sourceId:"recentSearches",onSelect:function(e){var t=e.item,n=e.event;r(t),Hh(n)||u()},getItemUrl:function(e){return e.item.url},getItems:function(){return t.getAll()}},{sourceId:"favoriteSearches",onSelect:function(e){var t=e.item,n=e.event;r(t),Hh(n)||u()},getItemUrl:function(e){return e.item.url},getItems:function(){return n.getAll()}}]}({recentSearches:Le,favoriteSearches:Ze,saveRecentSearch:rt,onClose:m,disableUserPersonalization:B,canHandleAskAi:ne}),i=ne?[{sourceId:"recentConversations",getItems:function(){return B?[]:Me.getAll()},onSelect:function(e){var t=e.item;t.messages&&(Ye(t.messages),R(!0))}}]:[];return[].concat(xe(a),i)}var o={context:n.context},s=qv({query:t,state:o,setContext:r,setStatus:u,searchClient:he,indexes:_e,snippetLength:fe,insights:Boolean(z),appId:l,apiKey:f,maxResultsPerGroup:p,transformItems:y,saveRecentSearch:rt,onClose:m}),c=ne?[{sourceId:"askAI",getItems:function(){return[{type:"askAI",query:t,url_without_anchor:"",objectID:"ask-ai-button",content:null,url:"",anchor:null,hierarchy:{lvl0:"Ask AI",lvl1:t,lvl2:null,lvl3:null,lvl4:null,lvl5:null,lvl6:null},_highlightResult:{},_snippetResult:{},__docsearch_parent:null}]},onSelect:function(e){var t=e.item;"askAI"===t.type&&t.query&&it(!0,t.query)}}]:[];return s.then(function(e){return[].concat(c,xe(e))})}}));var st,ct,lt=at.current,ft=lt.getEnvironmentProps,dt=lt.getRootProps,pt=lt.refresh;!function(e){var n=e.getEnvironmentProps,r=e.panelElement,u=e.formElement,a=e.inputElement;t.useEffect(function(){if(r&&u&&a){var e=n({panelElement:r,formElement:u,inputElement:a}),t=e.onTouchStart,i=e.onTouchMove;return window.addEventListener("touchstart",t),window.addEventListener("touchmove",i),function(){window.removeEventListener("touchstart",t),window.removeEventListener("touchmove",i)}}},[n,r,u,a])}({getEnvironmentProps:ft,panelElement:se.current,formElement:ie.current,inputElement:ce.current}),st={container:ue.current},ct=st.container,t.useEffect(function(){if(ct){var e=ct.querySelectorAll("a[href]:not([disabled]), button:not([disabled]), input:not([disabled])"),t=e[0],n=e[e.length-1];return ct.addEventListener("keydown",r),function(){ct.removeEventListener("keydown",r)}}function r(e){"Tab"===e.key&&(e.shiftKey?document.activeElement===t&&(e.preventDefault(),n.focus()):document.activeElement===n&&(e.preventDefault(),t.focus()))}},[ct]),function(e){var t=e.theme;r(function(){if(t){var e=document.documentElement.dataset.theme;if(t!==e)return document.documentElement.dataset.theme=t,function(){void 0===e?delete document.documentElement.dataset.theme:document.documentElement.dataset.theme=e}}},[t])}({theme:h}),t.useEffect(function(){return document.body.classList.add("DocSearch--active"),function(){var e,t;document.body.classList.remove("DocSearch--active"),null===(e=(t=window).scrollTo)||void 0===e||e.call(t,0,k)}},[]),t.useEffect(function(){"undefined"!=typeof window&&window.localStorage&&function(){if("undefined"==typeof window||!window.localStorage)return 0;var e=0;for(var t in window.localStorage)window.localStorage.hasOwnProperty(t)&&(e+=window.localStorage[t].length+t.length);return e}()>4194304&&lv()},[]),t.useLayoutEffect(function(){var e=window.innerWidth-document.body.clientWidth;return document.body.style.marginRight="".concat(e,"px"),function(){document.body.style.marginRight="0px"}},[]),t.useEffect(function(){window.matchMedia("(max-width: 768px)").matches&&(fe.current=5)},[]),t.useEffect(function(){var e;se.current&&!Z&&("function"==typeof(e=se.current).scrollTo?e.scrollTo({top:0,behavior:"smooth"}):e.scrollTop=0)},[ee.query,Z]),t.useEffect(function(){pe.length>0&&(pt(),ce.current&&ce.current.focus())},[pe,pt]),t.useEffect(function(){function e(){if(ae.current){var e=.01*window.innerHeight;ae.current.style.setProperty("--docsearch-vh","".concat(e,"px"))}}return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[]),t.useEffect(function(){Z||(lt.refresh(),Ye([]))},[Z,lt,Ye]),t.useEffect(function(){be("initial")},[Z,be]);var ht=function(){var e=le(ke().m(function e(){return ke().w(function(e){for(;;)switch(e.n){case 0:return We(!0),e.n=1,et();case 1:return e.a(2)}},e)}));return function(){return e.apply(this,arguments)}}(),vt=!0,mt=ee.collections.some(function(e){return e.items.length>0});return"idle"!==ee.status||!1!==mt||0!==ee.query.length||Z||(vt=!1),t.createElement("div",ye({ref:ue},dt({"aria-expanded":!0}),{className:["DocSearch","DocSearch-Container","stalled"===ee.status&&"DocSearch-Container--Stalled","error"===ee.status&&"DocSearch-Container--Errored"].filter(Boolean).join(" "),role:"button",tabIndex:0,onMouseDown:function(e){e.target===e.currentTarget&&m()}}),t.createElement("div",{className:"DocSearch-Modal",ref:ae},t.createElement("header",{className:"DocSearch-SearchBar",ref:ie},t.createElement(cv,ye({},lt,{state:ee,placeholder:re||"Search docs",autoFocus:0===pe.length,inputRef:ce,isFromSelection:Boolean(pe)&&pe===de,translations:G,isAskAiActive:Z,askAiStatus:Ge,askAiState:Ee,setAskAiState:be,onClose:m,onAskAiToggle:R,onAskAgain:function(e){it(!0,e)},onStopAskAiStreaming:ht,onNewConversation:function(){be("new-conversation")},onViewConversationHistory:function(){be("conversation-history")}}))),vt&&t.createElement("div",{className:"DocSearch-Dropdown",ref:se},t.createElement(nv,ye({},lt,{indexName:Re,state:ee,hitComponent:F,resultsFooterComponent:b,disableUserPersonalization:B,recentSearches:Le,favoriteSearches:Ze,conversations:Me,inputRef:ce,translations:Y,getMissingResultsUrl:j,isAskAiActive:Z,canHandleAskAi:ne,messages:Je,askAiStreamError:qe,askAiFetchError:Xe,status:Ge,hasCollections:mt,askAiState:Ee,selectAskAiQuestion:it,suggestedQuestions:we,selectSuggestedQuestion:function(e){it(!0,e.question,e)},onAskAiToggle:R,onItemClick:function(e,t){if("askAI"===e.type&&e.query)return"stored"===e.anchor&&"messages"in e?(Ye(e.messages),R(!0)):it(!0,e.query),be("initial"),void t.preventDefault();ut(e),rt(e),Hh(t)||m()},onFeedback:ot}))),t.createElement("footer",{className:"DocSearch-Footer"},t.createElement(Nd,{translations:Q,isAskAiActive:Z}))))}function Uv(n){var r=e(),u=r.isModalActive,a=r.onAskAiToggle,i=r.closeModal,o=r.isAskAiActive,s=r.initialQuery,c=t.useMemo(function(){var e;return null!==(e=n.portalContainer)&&void 0!==e?e:document.body},[n.portalContainer]),l=t.useMemo(function(){return window.scrollY},[]),d=t.useMemo(function(){var e;return _(_({},n),{},{isAskAiActive:o,initialQuery:null!==(e=n.initialQuery)&&void 0!==e?e:s,initialScrollY:l,onAskAiToggle:a,onClose:i})},[n,o,s,l,a,i]);return u?f(t.createElement(Vv,d),c):null}export{ee as DocSearchButton,Uv as DocSearchModal};
|