(function(){var e;function t(e,t,n){function r(n,r){if(n._zod||Object.defineProperty(n,"_zod",{value:{def:r,constr:o,traits:new Set},enumerable:!1}),n._zod.traits.has(e))return;n._zod.traits.add(e),t(n,r);let i=o.prototype,a=Object.keys(i);for(let e=0;e<a.length;e++){let t=a[e];t in n||(n[t]=i[t].bind(n))}}let i=n?.Parent??Object;class a extends i{}Object.defineProperty(a,"name",{value:e});function o(e){var t;let i=n?.Parent?new a:this;r(i,e),(t=i._zod).deferred??(t.deferred=[]);for(let e of i._zod.deferred)e();return i}return Object.defineProperty(o,"init",{value:r}),Object.defineProperty(o,Symbol.hasInstance,{value:t=>n?.Parent&&t instanceof n.Parent?!0:t?._zod?.traits?.has(e)}),Object.defineProperty(o,"name",{value:e}),o}var n=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},r=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};(e=globalThis).__zod_globalConfig??(e.__zod_globalConfig={});var i=globalThis.__zod_globalConfig;function a(e){return e&&Object.assign(i,e),i}function o(e){let t=Object.values(e).filter(e=>typeof e==`number`);return Object.entries(e).filter(([e,n])=>t.indexOf(+e)===-1).map(([e,t])=>t)}function s(e,t){return typeof t==`bigint`?t.toString():t}function c(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}throw Error(`cached value already set`)}}}function l(e){return e==null}function u(e){let t=+!!e.startsWith(`^`),n=e.endsWith(`$`)?e.length-1:e.length;return e.slice(t,n)}var d=Symbol(`evaluating`);function f(e,t,n){let r;Object.defineProperty(e,t,{get(){if(r!==d)return r===void 0&&(r=d,r=n()),r},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function p(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function m(...e){let t={};for(let n of e)Object.assign(t,Object.getOwnPropertyDescriptors(n));return Object.defineProperties({},t)}function ee(e){return JSON.stringify(e)}function te(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,``).replace(/[\s_-]+/g,`-`).replace(/^-+|-+$/g,``)}var ne=`captureStackTrace`in Error?Error.captureStackTrace:(...e)=>{};function h(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}var re=c(()=>{if(i.jitless||typeof navigator<`u`&&navigator?.userAgent?.includes(`Cloudflare`))return!1;try{return Function(``),!0}catch{return!1}});function g(e){if(h(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!=`function`)return!0;let n=t.prototype;return!(h(n)===!1||Object.prototype.hasOwnProperty.call(n,`isPrototypeOf`)===!1)}function ie(e){return g(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}var ae=new Set([`string`,`number`,`symbol`]);function _(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function v(e,t,n){let r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function y(e){let t=e;if(!t)return{};if(typeof t==`string`)return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error==`string`?{...t,error:()=>t.error}:t}function oe(e){return Object.keys(e).filter(t=>e[t]._zod.optin===`optional`&&e[t]._zod.optout===`optional`)}-Number.MAX_VALUE,Number.MAX_VALUE;function se(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.pick() cannot be used on object schemas containing refinements`);return v(e,m(e._zod.def,{get shape(){let e={};for(let r in t){if(!(r in n.shape))throw Error(`Unrecognized key: "${r}"`);t[r]&&(e[r]=n.shape[r])}return p(this,`shape`,e),e},checks:[]}))}function ce(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.omit() cannot be used on object schemas containing refinements`);return v(e,m(e._zod.def,{get shape(){let r={...e._zod.def.shape};for(let e in t){if(!(e in n.shape))throw Error(`Unrecognized key: "${e}"`);t[e]&&delete r[e]}return p(this,`shape`,r),r},checks:[]}))}function le(e,t){if(!g(t))throw Error(`Invalid input to extend: expected a plain object`);let n=e._zod.def.checks;if(n&&n.length>0){let n=e._zod.def.shape;for(let e in t)if(Object.getOwnPropertyDescriptor(n,e)!==void 0)throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}return v(e,m(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return p(this,`shape`,n),n}}))}function ue(e,t){if(!g(t))throw Error(`Invalid input to safeExtend: expected a plain object`);return v(e,m(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return p(this,`shape`,n),n}}))}function de(e,t){if(e._zod.def.checks?.length)throw Error(`.merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.`);return v(e,m(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return p(this,`shape`,n),n},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]}))}function fe(e,t,n){let r=t._zod.def.checks;if(r&&r.length>0)throw Error(`.partial() cannot be used on object schemas containing refinements`);return v(t,m(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in r))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t])}else for(let t in r)i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t];return p(this,`shape`,i),i},checks:[]}))}function pe(e,t,n){return v(t,m(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in i))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=new e({type:`nonoptional`,innerType:r[t]}))}else for(let t in r)i[t]=new e({type:`nonoptional`,innerType:r[t]});return p(this,`shape`,i),i}}))}function b(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function me(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue===!1)return!0;return!1}function he(e,t){return t.map(t=>{var n;return(n=t).path??(n.path=[]),t.path.unshift(e),t})}function x(e){return typeof e==`string`?e:e?.message}function S(e,t,n){let r=e.message?e.message:x(e.inst?._zod.def?.error?.(e))??x(t?.error?.(e))??x(n.customError?.(e))??x(n.localeError?.(e))??`Invalid input`,{inst:i,continue:a,input:o,...s}=e;return s.path??=[],s.message=r,t?.reportInput&&(s.input=o),s}function ge(e){return Array.isArray(e)?`array`:typeof e==`string`?`string`:`unknown`}function C(...e){let[t,n,r]=e;return typeof t==`string`?{message:t,code:`custom`,input:n,inst:r}:{...t}}var _e=(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,s,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ve=t(`$ZodError`,_e),ye=t(`$ZodError`,_e,{Parent:Error});function be(e,t=e=>e.message){let n={},r=[];for(let i of e.issues)i.path.length>0?(n[i.path[0]]=n[i.path[0]]||[],n[i.path[0]].push(t(i))):r.push(t(i));return{formErrors:r,fieldErrors:n}}function xe(e,t=e=>e.message){let n={_errors:[]},r=(e,i=[])=>{for(let a of e.issues)if(a.code===`invalid_union`&&a.errors.length)a.errors.map(e=>r({issues:e},[...i,...a.path]));else if(a.code===`invalid_key`)r({issues:a.issues},[...i,...a.path]);else if(a.code===`invalid_element`)r({issues:a.issues},[...i,...a.path]);else{let e=[...i,...a.path];if(e.length===0)n._errors.push(t(a));else{let r=n,i=0;for(;i<e.length;){let n=e[i];i===e.length-1?(r[n]=r[n]||{_errors:[]},r[n]._errors.push(t(a))):r[n]=r[n]||{_errors:[]},r=r[n],i++}}}};return r(e),n}var Se=e=>(t,r,i,o)=>{let s=i?{...i,async:!1}:{async:!1},c=t._zod.run({value:r,issues:[]},s);if(c instanceof Promise)throw new n;if(c.issues.length){let t=new(o?.Err??e)(c.issues.map(e=>S(e,s,a())));throw ne(t,o?.callee),t}return c.value},Ce=e=>async(t,n,r,i)=>{let o=r?{...r,async:!0}:{async:!0},s=t._zod.run({value:n,issues:[]},o);if(s instanceof Promise&&(s=await s),s.issues.length){let t=new(i?.Err??e)(s.issues.map(e=>S(e,o,a())));throw ne(t,i?.callee),t}return s.value},w=e=>(t,r,i)=>{let o=i?{...i,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new n;return s.issues.length?{success:!1,error:new(e??ve)(s.issues.map(e=>S(e,o,a())))}:{success:!0,data:s.value}},we=w(ye),T=e=>async(t,n,r)=>{let i=r?{...r,async:!0}:{async:!0},o=t._zod.run({value:n,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(e=>S(e,i,a())))}:{success:!0,data:o.value}},Te=T(ye),Ee=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return Se(e)(t,n,i)},De=e=>(t,n,r)=>Se(e)(t,n,r),Oe=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return Ce(e)(t,n,i)},ke=e=>async(t,n,r)=>Ce(e)(t,n,r),Ae=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return w(e)(t,n,i)},je=e=>(t,n,r)=>w(e)(t,n,r),Me=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return T(e)(t,n,i)},Ne=e=>async(t,n,r)=>T(e)(t,n,r),Pe=/^[cC][0-9a-z]{6,}$/,Fe=/^[0-9a-z]+$/,Ie=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Le=/^[0-9a-vA-V]{20}$/,Re=/^[A-Za-z0-9]{27}$/,ze=/^[a-zA-Z0-9_-]{21}$/,Be=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Ve=/^([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})$/,He=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${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)$/,Ue=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,We=`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`;function Ge(){return new RegExp(We,`u`)}var Ke=/^(?:(?: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])$/,qe=/^(([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}|:))$/,Je=/^((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])$/,Ye=/^(([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])$/,Xe=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ze=/^[A-Za-z0-9_-]*$/,Qe=/^https?$/,$e=/^\+[1-9]\d{6,14}$/,et=`(?:(?:\\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])))`,tt=RegExp(`^${et}$`);function nt(e){let t=`(?:[01]\\d|2[0-3]):[0-5]\\d`;return typeof e.precision==`number`?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function rt(e){return RegExp(`^${nt(e)}$`)}function it(e){let t=nt({precision:e.precision}),n=[`Z`];e.local&&n.push(``),e.offset&&n.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`);let r=`${t}(?:${n.join(`|`)})`;return RegExp(`^${et}T(?:${r})$`)}var at=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??``}}`:`[\\s\\S]*`;return RegExp(`^${t}$`)},ot=/^[^A-Z]*$/,st=/^[^a-z]*$/,E=t(`$ZodCheck`,(e,t)=>{var n;e._zod??={},e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),ct=t(`$ZodCheckMaxLength`,(e,t)=>{var n;E.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.maximum??1/0;t.maximum<n&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let r=n.value;if(r.length<=t.maximum)return;let i=ge(r);n.issues.push({origin:i,code:`too_big`,maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),lt=t(`$ZodCheckMinLength`,(e,t)=>{var n;E.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.minimum??-1/0;t.minimum>n&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let r=n.value;if(r.length>=t.minimum)return;let i=ge(r);n.issues.push({origin:i,code:`too_small`,minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),ut=t(`$ZodCheckLengthEquals`,(e,t)=>{var n;E.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=n=>{let r=n.value,i=r.length;if(i===t.length)return;let a=ge(r),o=i>t.length;n.issues.push({origin:a,...o?{code:`too_big`,maximum:t.length}:{code:`too_small`,minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),D=t(`$ZodCheckStringFormat`,(e,t)=>{var n,r;E.init(e,t),e._zod.onattach.push(e=>{let n=e._zod.bag;n.format=t.format,t.pattern&&(n.patterns??=new Set,n.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:`string`,code:`invalid_format`,format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),dt=t(`$ZodCheckRegex`,(e,t)=>{D.init(e,t),e._zod.check=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})}}),ft=t(`$ZodCheckLowerCase`,(e,t)=>{t.pattern??=ot,D.init(e,t)}),pt=t(`$ZodCheckUpperCase`,(e,t)=>{t.pattern??=st,D.init(e,t)}),mt=t(`$ZodCheckIncludes`,(e,t)=>{E.init(e,t);let n=_(t.includes),r=new RegExp(typeof t.position==`number`?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(r)}),e._zod.check=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})}}),ht=t(`$ZodCheckStartsWith`,(e,t)=>{E.init(e,t);let n=RegExp(`^${_(t.prefix)}.*`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=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})}}),gt=t(`$ZodCheckEndsWith`,(e,t)=>{E.init(e,t);let n=RegExp(`.*${_(t.suffix)}$`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=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})}}),_t=t(`$ZodCheckOverwrite`,(e,t)=>{E.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}}),vt=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),--this.indent}write(e){if(typeof e==`function`){e(this,{execution:`sync`}),e(this,{execution:`async`});return}let t=e.split(`
`).filter(e=>e),n=Math.min(...t.map(e=>e.length-e.trimStart().length)),r=t.map(e=>e.slice(n)).map(e=>` `.repeat(this.indent*2)+e);for(let e of r)this.content.push(e)}compile(){let e=Function,t=this?.args,n=[...(this?.content??[``]).map(e=>`  ${e}`)];return new e(...t,n.join(`
`))}},yt={major:4,minor:4,patch:3},O=t(`$ZodType`,(e,t)=>{var r;e??={},e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=yt;let i=[...e._zod.def.checks??[]];e._zod.traits.has(`$ZodCheck`)&&i.unshift(e);for(let t of i)for(let n of t._zod.onattach)n(e);if(i.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(e,t,r)=>{let i=b(e),a;for(let o of t){if(o._zod.def.when){if(me(e)||!o._zod.def.when(e))continue}else if(i)continue;let t=e.issues.length,s=o._zod.check(e);if(s instanceof Promise&&r?.async===!1)throw new n;if(a||s instanceof Promise)a=(a??Promise.resolve()).then(async()=>{await s,e.issues.length!==t&&(i||=b(e,t))});else{if(e.issues.length===t)continue;i||=b(e,t)}}return a?a.then(()=>e):e},r=(r,a,o)=>{if(b(r))return r.aborted=!0,r;let s=t(a,i,o);if(s instanceof Promise){if(o.async===!1)throw new n;return s.then(t=>e._zod.parse(t,o))}return e._zod.parse(s,o)};e._zod.run=(a,o)=>{if(o.skipChecks)return e._zod.parse(a,o);if(o.direction===`backward`){let t=e._zod.parse({value:a.value,issues:[]},{...o,skipChecks:!0});return t instanceof Promise?t.then(e=>r(e,a,o)):r(t,a,o)}let s=e._zod.parse(a,o);if(s instanceof Promise){if(o.async===!1)throw new n;return s.then(e=>t(e,i,o))}return t(s,i,o)}}f(e,`~standard`,()=>({validate:t=>{try{let n=we(e,t);return n.success?{value:n.data}:{issues:n.error?.issues}}catch{return Te(e,t).then(e=>e.success?{value:e.data}:{issues:e.error?.issues})}},vendor:`zod`,version:1}))}),bt=t(`$ZodString`,(e,t)=>{O.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??at(e._zod.bag),e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value==`string`||n.issues.push({expected:`string`,code:`invalid_type`,input:n.value,inst:e}),n}}),k=t(`$ZodStringFormat`,(e,t)=>{D.init(e,t),bt.init(e,t)}),xt=t(`$ZodGUID`,(e,t)=>{t.pattern??=Ve,k.init(e,t)}),St=t(`$ZodUUID`,(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(e===void 0)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??=He(e)}else t.pattern??=He();k.init(e,t)}),Ct=t(`$ZodEmail`,(e,t)=>{t.pattern??=Ue,k.init(e,t)}),wt=t(`$ZodURL`,(e,t)=>{k.init(e,t),e._zod.check=n=>{try{let r=n.value.trim();if(!t.normalize&&t.protocol?.source===Qe.source&&!/^https?:\/\//i.test(r)){n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid URL format`,input:n.value,inst:e,continue:!t.abort});return}let i=new URL(r);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid hostname`,pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(`:`)?i.protocol.slice(0,-1):i.protocol)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid protocol`,pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=i.href:n.value=r;return}catch{n.issues.push({code:`invalid_format`,format:`url`,input:n.value,inst:e,continue:!t.abort})}}}),Tt=t(`$ZodEmoji`,(e,t)=>{t.pattern??=Ge(),k.init(e,t)}),Et=t(`$ZodNanoID`,(e,t)=>{t.pattern??=ze,k.init(e,t)}),Dt=t(`$ZodCUID`,(e,t)=>{t.pattern??=Pe,k.init(e,t)}),Ot=t(`$ZodCUID2`,(e,t)=>{t.pattern??=Fe,k.init(e,t)}),kt=t(`$ZodULID`,(e,t)=>{t.pattern??=Ie,k.init(e,t)}),At=t(`$ZodXID`,(e,t)=>{t.pattern??=Le,k.init(e,t)}),jt=t(`$ZodKSUID`,(e,t)=>{t.pattern??=Re,k.init(e,t)}),Mt=t(`$ZodISODateTime`,(e,t)=>{t.pattern??=it(t),k.init(e,t)}),Nt=t(`$ZodISODate`,(e,t)=>{t.pattern??=tt,k.init(e,t)}),Pt=t(`$ZodISOTime`,(e,t)=>{t.pattern??=rt(t),k.init(e,t)}),Ft=t(`$ZodISODuration`,(e,t)=>{t.pattern??=Be,k.init(e,t)}),It=t(`$ZodIPv4`,(e,t)=>{t.pattern??=Ke,k.init(e,t),e._zod.bag.format=`ipv4`}),Lt=t(`$ZodIPv6`,(e,t)=>{t.pattern??=qe,k.init(e,t),e._zod.bag.format=`ipv6`,e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:`invalid_format`,format:`ipv6`,input:n.value,inst:e,continue:!t.abort})}}}),Rt=t(`$ZodCIDRv4`,(e,t)=>{t.pattern??=Je,k.init(e,t)}),zt=t(`$ZodCIDRv6`,(e,t)=>{t.pattern??=Ye,k.init(e,t),e._zod.check=n=>{let r=n.value.split(`/`);try{if(r.length!==2)throw Error();let[e,t]=r;if(!t)throw Error();let n=Number(t);if(`${n}`!==t||n<0||n>128)throw Error();new URL(`http://[${e}]`)}catch{n.issues.push({code:`invalid_format`,format:`cidrv6`,input:n.value,inst:e,continue:!t.abort})}}});function Bt(e){if(e===``)return!0;if(/\s/.test(e)||e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}var Vt=t(`$ZodBase64`,(e,t)=>{t.pattern??=Xe,k.init(e,t),e._zod.bag.contentEncoding=`base64`,e._zod.check=n=>{Bt(n.value)||n.issues.push({code:`invalid_format`,format:`base64`,input:n.value,inst:e,continue:!t.abort})}});function Ht(e){if(!Ze.test(e))return!1;let t=e.replace(/[-_]/g,e=>e===`-`?`+`:`/`);return Bt(t.padEnd(Math.ceil(t.length/4)*4,`=`))}var Ut=t(`$ZodBase64URL`,(e,t)=>{t.pattern??=Ze,k.init(e,t),e._zod.bag.contentEncoding=`base64url`,e._zod.check=n=>{Ht(n.value)||n.issues.push({code:`invalid_format`,format:`base64url`,input:n.value,inst:e,continue:!t.abort})}}),Wt=t(`$ZodE164`,(e,t)=>{t.pattern??=$e,k.init(e,t)});function Gt(e,t=null){try{let n=e.split(`.`);if(n.length!==3)return!1;let[r]=n;if(!r)return!1;let i=JSON.parse(atob(r));return!(`typ`in i&&i?.typ!==`JWT`||!i.alg||t&&(!(`alg`in i)||i.alg!==t))}catch{return!1}}var Kt=t(`$ZodJWT`,(e,t)=>{k.init(e,t),e._zod.check=n=>{Gt(n.value,t.alg)||n.issues.push({code:`invalid_format`,format:`jwt`,input:n.value,inst:e,continue:!t.abort})}}),qt=t(`$ZodUnknown`,(e,t)=>{O.init(e,t),e._zod.parse=e=>e}),Jt=t(`$ZodNever`,(e,t)=>{O.init(e,t),e._zod.parse=(t,n)=>(t.issues.push({expected:`never`,code:`invalid_type`,input:t.value,inst:e}),t)});function Yt(e,t,n){e.issues.length&&t.issues.push(...he(n,e.issues)),t.value[n]=e.value}var Xt=t(`$ZodArray`,(e,t)=>{O.init(e,t),e._zod.parse=(n,r)=>{let i=n.value;if(!Array.isArray(i))return n.issues.push({expected:`array`,code:`invalid_type`,input:i,inst:e}),n;n.value=Array(i.length);let a=[];for(let e=0;e<i.length;e++){let o=i[e],s=t.element._zod.run({value:o,issues:[]},r);s instanceof Promise?a.push(s.then(t=>Yt(t,n,e))):Yt(s,n,e)}return a.length?Promise.all(a).then(()=>n):n}});function A(e,t,n,r,i,a){let o=n in r;if(e.issues.length){if(i&&a&&!o)return;t.issues.push(...he(n,e.issues))}if(!o&&!i){e.issues.length||t.issues.push({code:`invalid_type`,expected:`nonoptional`,input:void 0,path:[n]});return}e.value===void 0?o&&(t.value[n]=void 0):t.value[n]=e.value}function Zt(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has(`$ZodType`))throw Error(`Invalid element at key "${n}": expected a Zod schema`);let n=oe(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function Qt(e,t,n,r,i,a){let o=[],s=i.keySet,c=i.catchall._zod,l=c.def.type,u=c.optin===`optional`,d=c.optout===`optional`;for(let i in t){if(i===`__proto__`||s.has(i))continue;if(l===`never`){o.push(i);continue}let a=c.run({value:t[i],issues:[]},r);a instanceof Promise?e.push(a.then(e=>A(e,n,i,t,u,d))):A(a,n,i,t,u,d)}return o.length&&n.issues.push({code:`unrecognized_keys`,keys:o,input:t,inst:a}),e.length?Promise.all(e).then(()=>n):n}var $t=t(`$ZodObject`,(e,t)=>{if(O.init(e,t),!Object.getOwnPropertyDescriptor(t,`shape`)?.get){let e=t.shape;Object.defineProperty(t,"shape",{get:()=>{let n={...e};return Object.defineProperty(t,"shape",{value:n}),n}})}let n=c(()=>Zt(t));f(e._zod,`propValues`,()=>{let e=t.shape,n={};for(let t in e){let r=e[t]._zod;if(r.values){n[t]??(n[t]=new Set);for(let e of r.values)n[t].add(e)}}return n});let r=h,i=t.catchall,a;e._zod.parse=(t,o)=>{a??=n.value;let s=t.value;if(!r(s))return t.issues.push({expected:`object`,code:`invalid_type`,input:s,inst:e}),t;t.value={};let c=[],l=a.shape;for(let e of a.keys){let n=l[e],r=n._zod.optin===`optional`,i=n._zod.optout===`optional`,a=n._zod.run({value:s[e],issues:[]},o);a instanceof Promise?c.push(a.then(n=>A(n,t,e,s,r,i))):A(a,t,e,s,r,i)}return i?Qt(c,s,t,o,n.value,e):c.length?Promise.all(c).then(()=>t):t}}),en=t(`$ZodObjectJIT`,(e,t)=>{$t.init(e,t);let n=e._zod.parse,r=c(()=>Zt(t)),a=e=>{let t=new vt([`shape`,`payload`,`ctx`]),n=r.value,i=e=>{let t=ee(e);return`shape[${t}]._zod.run({ value: input[${t}], issues: [] }, ctx)`};t.write(`const input = payload.value;`);let a=Object.create(null),o=0;for(let e of n.keys)a[e]=`key_${o++}`;t.write(`const newResult = {};`);for(let r of n.keys){let n=a[r],o=ee(r),s=e[r],c=s?._zod?.optin===`optional`,l=s?._zod?.optout===`optional`;t.write(`const ${n} = ${i(r)};`),c&&l?t.write(`
        if (${n}.issues.length) {
          if (${o} in input) {
            payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
              ...iss,
              path: iss.path ? [${o}, ...iss.path] : [${o}]
            })));
          }
        }
        
        if (${n}.value === undefined) {
          if (${o} in input) {
            newResult[${o}] = undefined;
          }
        } else {
          newResult[${o}] = ${n}.value;
        }
        
      `):c?t.write(`
        if (${n}.issues.length) {
          payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
            ...iss,
            path: iss.path ? [${o}, ...iss.path] : [${o}]
          })));
        }
        
        if (${n}.value === undefined) {
          if (${o} in input) {
            newResult[${o}] = undefined;
          }
        } else {
          newResult[${o}] = ${n}.value;
        }
        
      `):t.write(`
        const ${n}_present = ${o} in input;
        if (${n}.issues.length) {
          payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
            ...iss,
            path: iss.path ? [${o}, ...iss.path] : [${o}]
          })));
        }
        if (!${n}_present && !${n}.issues.length) {
          payload.issues.push({
            code: "invalid_type",
            expected: "nonoptional",
            input: undefined,
            path: [${o}]
          });
        }

        if (${n}_present) {
          if (${n}.value === undefined) {
            newResult[${o}] = undefined;
          } else {
            newResult[${o}] = ${n}.value;
          }
        }

      `)}t.write(`payload.value = newResult;`),t.write(`return payload;`);let s=t.compile();return(t,n)=>s(e,t,n)},o,s=h,l=!i.jitless,u=l&&re.value,d=t.catchall,f;e._zod.parse=(i,c)=>{f??=r.value;let p=i.value;return s(p)?l&&u&&c?.async===!1&&c.jitless!==!0?(o||=a(t.shape),i=o(i,c),d?Qt([],p,i,c,f,e):i):n(i,c):(i.issues.push({expected:`object`,code:`invalid_type`,input:p,inst:e}),i)}});function tn(e,t,n,r){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;let i=e.filter(e=>!b(e));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:`invalid_union`,input:t.value,inst:n,errors:e.map(e=>e.issues.map(e=>S(e,r,a())))}),t)}var nn=t(`$ZodUnion`,(e,t)=>{O.init(e,t),f(e._zod,`optin`,()=>t.options.some(e=>e._zod.optin===`optional`)?`optional`:void 0),f(e._zod,`optout`,()=>t.options.some(e=>e._zod.optout===`optional`)?`optional`:void 0),f(e._zod,`values`,()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),f(e._zod,`pattern`,()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>u(e.source)).join(`|`)})$`)}});let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(r,i)=>{if(n)return n(r,i);let a=!1,o=[];for(let e of t.options){let t=e._zod.run({value:r.value,issues:[]},i);if(t instanceof Promise)o.push(t),a=!0;else{if(t.issues.length===0)return t;o.push(t)}}return a?Promise.all(o).then(t=>tn(t,r,e,i)):tn(o,r,e,i)}}),rn=t(`$ZodIntersection`,(e,t)=>{O.init(e,t),e._zod.parse=(e,n)=>{let r=e.value,i=t.left._zod.run({value:r,issues:[]},n),a=t.right._zod.run({value:r,issues:[]},n);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([t,n])=>on(e,t,n)):on(e,i,a)}});function an(e,t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(g(e)&&g(t)){let n=Object.keys(t),r=Object.keys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=an(e[n],t[n]);if(!r.valid)return{valid:!1,mergeErrorPath:[n,...r.mergeErrorPath]};i[n]=r.data}return{valid:!0,data:i}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=an(i,a);if(!o.valid)return{valid:!1,mergeErrorPath:[r,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function on(e,t,n){let r=new Map,i;for(let n of t.issues)if(n.code===`unrecognized_keys`){i??=n;for(let e of n.keys)r.has(e)||r.set(e,{}),r.get(e).l=!0}else e.issues.push(n);for(let t of n.issues)if(t.code===`unrecognized_keys`)for(let e of t.keys)r.has(e)||r.set(e,{}),r.get(e).r=!0;else e.issues.push(t);let a=[...r].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(a.length&&i&&e.issues.push({...i,keys:a}),b(e))return e;let o=an(t.value,n.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}var sn=t(`$ZodEnum`,(e,t)=>{O.init(e,t);let n=o(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=RegExp(`^(${n.filter(e=>ae.has(typeof e)).map(e=>typeof e==`string`?_(e):e.toString()).join(`|`)})$`),e._zod.parse=(t,i)=>{let a=t.value;return r.has(a)||t.issues.push({code:`invalid_value`,values:n,input:a,inst:e}),t}}),cn=t(`$ZodTransform`,(e,t)=>{O.init(e,t),e._zod.optin=`optional`,e._zod.parse=(i,a)=>{if(a.direction===`backward`)throw new r(e.constructor.name);let o=t.transform(i.value,i);if(a.async)return(o instanceof Promise?o:Promise.resolve(o)).then(e=>(i.value=e,i.fallback=!0,i));if(o instanceof Promise)throw new n;return i.value=o,i.fallback=!0,i}});function ln(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var un=t(`$ZodOptional`,(e,t)=>{O.init(e,t),e._zod.optin=`optional`,e._zod.optout=`optional`,f(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),f(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${u(e.source)})?$`):void 0}),e._zod.parse=(e,n)=>{if(t.innerType._zod.optin===`optional`){let r=e.value,i=t.innerType._zod.run(e,n);return i instanceof Promise?i.then(e=>ln(e,r)):ln(i,r)}return e.value===void 0?e:t.innerType._zod.run(e,n)}}),dn=t(`$ZodExactOptional`,(e,t)=>{un.init(e,t),f(e._zod,`values`,()=>t.innerType._zod.values),f(e._zod,`pattern`,()=>t.innerType._zod.pattern),e._zod.parse=(e,n)=>t.innerType._zod.run(e,n)}),fn=t(`$ZodNullable`,(e,t)=>{O.init(e,t),f(e._zod,`optin`,()=>t.innerType._zod.optin),f(e._zod,`optout`,()=>t.innerType._zod.optout),f(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${u(e.source)}|null)$`):void 0}),f(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,n)=>e.value===null?e:t.innerType._zod.run(e,n)}),pn=t(`$ZodDefault`,(e,t)=>{O.init(e,t),e._zod.optin=`optional`,f(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);if(e.value===void 0)return e.value=t.defaultValue,e;let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(e=>mn(e,t)):mn(r,t)}});function mn(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var hn=t(`$ZodPrefault`,(e,t)=>{O.init(e,t),e._zod.optin=`optional`,f(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>(n.direction===`backward`||e.value===void 0&&(e.value=t.defaultValue),t.innerType._zod.run(e,n))}),gn=t(`$ZodNonOptional`,(e,t)=>{O.init(e,t),f(e._zod,`values`,()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>e!==void 0)):void 0}),e._zod.parse=(n,r)=>{let i=t.innerType._zod.run(n,r);return i instanceof Promise?i.then(t=>_n(t,e)):_n(i,e)}});function _n(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:t}),e}var vn=t(`$ZodCatch`,(e,t)=>{O.init(e,t),e._zod.optin=`optional`,f(e._zod,`optout`,()=>t.innerType._zod.optout),f(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(r=>(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>S(e,n,a()))},input:e.value}),e.issues=[],e.fallback=!0),e)):(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>S(e,n,a()))},input:e.value}),e.issues=[],e.fallback=!0),e)}}),yn=t(`$ZodPipe`,(e,t)=>{O.init(e,t),f(e._zod,`values`,()=>t.in._zod.values),f(e._zod,`optin`,()=>t.in._zod.optin),f(e._zod,`optout`,()=>t.out._zod.optout),f(e._zod,`propValues`,()=>t.in._zod.propValues),e._zod.parse=(e,n)=>{if(n.direction===`backward`){let r=t.out._zod.run(e,n);return r instanceof Promise?r.then(e=>j(e,t.in,n)):j(r,t.in,n)}let r=t.in._zod.run(e,n);return r instanceof Promise?r.then(e=>j(e,t.out,n)):j(r,t.out,n)}});function j(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},n)}var bn=t(`$ZodReadonly`,(e,t)=>{O.init(e,t),f(e._zod,`propValues`,()=>t.innerType._zod.propValues),f(e._zod,`values`,()=>t.innerType._zod.values),f(e._zod,`optin`,()=>t.innerType?._zod?.optin),f(e._zod,`optout`,()=>t.innerType?._zod?.optout),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(xn):xn(r)}});function xn(e){return e.value=Object.freeze(e.value),e}var Sn=t(`$ZodCustom`,(e,t)=>{E.init(e,t),O.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=n=>{let r=n.value,i=t.fn(r);if(i instanceof Promise)return i.then(t=>Cn(t,n,r,e));Cn(i,n,r,e)}});function Cn(e,t,n,r){if(!e){let e={code:`custom`,input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(e.params=r._zod.def.params),t.issues.push(C(e))}}var wn,Tn=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let n=t[0];return this._map.set(e,n),n&&typeof n==`object`&&`id`in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&typeof t==`object`&&`id`in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let n={...this.get(t)??{}};delete n.id;let r={...n,...this._map.get(e)};return Object.keys(r).length?r:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function En(){return new Tn}(wn=globalThis).__zod_globalRegistry??(wn.__zod_globalRegistry=En());var M=globalThis.__zod_globalRegistry;function Dn(e,t){return new e({type:`string`,...y(t)})}function On(e,t){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...y(t)})}function kn(e,t){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...y(t)})}function An(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...y(t)})}function jn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...y(t)})}function Mn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...y(t)})}function Nn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...y(t)})}function Pn(e,t){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...y(t)})}function Fn(e,t){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...y(t)})}function In(e,t){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...y(t)})}function Ln(e,t){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...y(t)})}function Rn(e,t){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...y(t)})}function zn(e,t){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...y(t)})}function Bn(e,t){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...y(t)})}function Vn(e,t){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...y(t)})}function Hn(e,t){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...y(t)})}function Un(e,t){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...y(t)})}function Wn(e,t){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...y(t)})}function Gn(e,t){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...y(t)})}function Kn(e,t){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...y(t)})}function qn(e,t){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...y(t)})}function Jn(e,t){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...y(t)})}function Yn(e,t){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...y(t)})}function Xn(e,t){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...y(t)})}function Zn(e,t){return new e({type:`string`,format:`date`,check:`string_format`,...y(t)})}function Qn(e,t){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...y(t)})}function $n(e,t){return new e({type:`string`,format:`duration`,check:`string_format`,...y(t)})}function er(e){return new e({type:`unknown`})}function tr(e,t){return new e({type:`never`,...y(t)})}function nr(e,t){return new ct({check:`max_length`,...y(t),maximum:e})}function N(e,t){return new lt({check:`min_length`,...y(t),minimum:e})}function rr(e,t){return new ut({check:`length_equals`,...y(t),length:e})}function ir(e,t){return new dt({check:`string_format`,format:`regex`,...y(t),pattern:e})}function ar(e){return new ft({check:`string_format`,format:`lowercase`,...y(e)})}function or(e){return new pt({check:`string_format`,format:`uppercase`,...y(e)})}function sr(e,t){return new mt({check:`string_format`,format:`includes`,...y(t),includes:e})}function cr(e,t){return new ht({check:`string_format`,format:`starts_with`,...y(t),prefix:e})}function lr(e,t){return new gt({check:`string_format`,format:`ends_with`,...y(t),suffix:e})}function P(e){return new _t({check:`overwrite`,tx:e})}function ur(e){return P(t=>t.normalize(e))}function dr(){return P(e=>e.trim())}function fr(){return P(e=>e.toLowerCase())}function pr(){return P(e=>e.toUpperCase())}function mr(){return P(e=>te(e))}function hr(e,t,n){return new e({type:`array`,element:t,...y(n)})}function gr(e,t,n){return new e({type:`custom`,check:`custom`,fn:t,...y(n)})}function _r(e,t){let n=vr(t=>(t.addIssue=e=>{if(typeof e==`string`)t.issues.push(C(e,t.value,n._zod.def));else{let r=e;r.fatal&&(r.continue=!1),r.code??=`custom`,r.input??=t.value,r.inst??=n,r.continue??=!n._zod.def.abort,t.issues.push(C(r))}},e(t.value,t)),t);return n}function vr(e,t){let n=new E({check:`custom`,...y(t)});return n._zod.check=e,n}function yr(e){let t=e?.target??`draft-2020-12`;return t===`draft-4`&&(t=`draft-04`),t===`draft-7`&&(t=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??M,target:t,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function F(e,t,n={path:[],schemaPath:[]}){var r;let i=e._zod.def,a=t.seen.get(e);if(a)return a.count++,n.schemaPath.includes(e)&&(a.cycle=n.path),a.schema;let o={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,o);let s=e._zod.toJSONSchema?.();if(s)o.schema=s;else{let r={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,o.schema,r);else{let n=o.schema,a=t.processors[i.type];if(!a)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);a(e,t,n,r)}let a=e._zod.parent;a&&(o.ref||=a,F(a,t,r),t.seen.get(a).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(o.schema,c),t.io===`input`&&I(e)&&(delete o.schema.examples,delete o.schema.default),t.io===`input`&&`_prefault`in o.schema&&((r=o.schema).default??(r.default=o.schema._prefault)),delete o.schema._prefault,t.seen.get(e).schema}function br(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=new Map;for(let t of e.seen.entries()){let n=e.metadataRegistry.get(t[0])?.id;if(n){let e=r.get(n);if(e&&e!==t[0])throw Error(`Duplicate schema id "${n}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);r.set(n,t[0])}}let i=t=>{let r=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let n=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(n)return{ref:i(n)};let a=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=a,{defId:a,ref:`${i(`__shared`)}#/${r}/${a}`}}if(t[1]===n)return{ref:`#`};let i=`#/${r}/`,a=t[1].schema.id??`__schema${e.counter++}`;return{defId:a,ref:i+a}},a=e=>{if(e[1].schema.$ref)return;let t=e[1],{ref:n,defId:r}=i(e);t.def={...t.schema},r&&(t.defId=r);let a=t.schema;for(let e in a)delete a[e];a.$ref=n};if(e.cycles===`throw`)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>

Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function xr(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e===`$ref`||e===`allOf`||e in a||delete i[e];if(s.$ref&&n.def)for(let e in i)e===`$ref`||e===`allOf`||e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e===`$ref`||e===`allOf`||e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:L(t,`input`,e.processors),output:L(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function I(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return I(r.element,n);if(r.type===`set`)return I(r.valueType,n);if(r.type===`lazy`)return I(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type==="default"||r.type===`prefault`)return I(r.innerType,n);if(r.type===`intersection`)return I(r.left,n)||I(r.right,n);if(r.type===`record`||r.type===`map`)return I(r.keyType,n)||I(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:I(r.in,n)||I(r.out,n);if(r.type===`object`){for(let e in r.shape)if(I(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(I(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(I(e,n))return!0;return!!(r.rest&&I(r.rest,n))}return!1}var Sr=(e,t={})=>n=>{let r=yr({...n,processors:t});return F(e,r),br(r,e),xr(r,e)},L=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=yr({...i??{},target:a,io:t,processors:n});return F(e,o),br(o,e),xr(o,e)},Cr={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},wr=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=Cr[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},Tr=(e,t,n,r)=>{n.not={}},Er=(e,t,n,r)=>{let i=e._zod.def,a=o(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},Dr=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Or=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},kr=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=F(a.element,t,{...r,path:[...r.path,`items`]})},Ar=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=F(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=F(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},jr=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>F(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Mr=(e,t,n,r)=>{let i=e._zod.def,a=F(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=F(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},Nr=(e,t,n,r)=>{let i=e._zod.def,a=F(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},Pr=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Fr=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Ir=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},Lr=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},Rr=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;F(o,t,r);let s=t.seen.get(e);s.ref=o},zr=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},Br=(e,t,n,r)=>{let i=e._zod.def;F(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Vr=t(`ZodISODateTime`,(e,t)=>{Mt.init(e,t),V.init(e,t)});function Hr(e){return Xn(Vr,e)}var Ur=t(`ZodISODate`,(e,t)=>{Nt.init(e,t),V.init(e,t)});function Wr(e){return Zn(Ur,e)}var Gr=t(`ZodISOTime`,(e,t)=>{Pt.init(e,t),V.init(e,t)});function Kr(e){return Qn(Gr,e)}var qr=t(`ZodISODuration`,(e,t)=>{Ft.init(e,t),V.init(e,t)});function Jr(e){return $n(qr,e)}var R=t(`ZodError`,(e,t)=>{ve.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>xe(e,t)},flatten:{value:t=>be(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,s,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,s,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),Yr=Se(R),Xr=Ce(R),Zr=w(R),Qr=T(R),$r=Ee(R),ei=De(R),ti=Oe(R),ni=ke(R),ri=Ae(R),ii=je(R),ai=Me(R),oi=Ne(R),si=new WeakMap;function z(e,t,n){let r=Object.getPrototypeOf(e),i=si.get(r);if(i||(i=new Set,si.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}var B=t(`ZodType`,(e,t)=>(O.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:L(e,`input`),output:L(e,`output`)}}),e.toJSONSchema=Sr(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>Yr(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>Zr(e,t,n),e.parseAsync=async(t,n)=>Xr(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>Qr(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>$r(e,t,n),e.decode=(t,n)=>ei(e,t,n),e.encodeAsync=async(t,n)=>ti(e,t,n),e.decodeAsync=async(t,n)=>ni(e,t,n),e.safeEncode=(t,n)=>ri(e,t,n),e.safeDecode=(t,n)=>ii(e,t,n),e.safeEncodeAsync=async(t,n)=>ai(e,t,n),e.safeDecodeAsync=async(t,n)=>oi(e,t,n),z(e,`ZodType`,{check(...e){let t=this.def;return this.clone(m(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return v(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(la(e,t))},superRefine(e,t){return this.check(ua(e,t))},overwrite(e){return this.check(P(e))},optional(){return Gi(this)},exactOptional(){return qi(this)},nullable(){return Yi(this)},nullish(){return Gi(Yi(this))},nonoptional(e){return ta(this,e)},array(){return Ni(this)},or(e){return Li([this,e])},and(e){return zi(this,e)},transform(e){return aa(this,Ui(e))},default(e){return Zi(this,e)},prefault(e){return $i(this,e)},catch(e){return ra(this,e)},pipe(e){return aa(this,e)},readonly(){return sa(this)},describe(e){let t=this.clone();return M.add(t,{description:e}),t},meta(...e){if(e.length===0)return M.get(this);let t=this.clone();return M.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return M.get(e)?.description},configurable:!0}),e)),ci=t(`_ZodString`,(e,t)=>{bt.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>wr(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,z(e,`_ZodString`,{regex(...e){return this.check(ir(...e))},includes(...e){return this.check(sr(...e))},startsWith(...e){return this.check(cr(...e))},endsWith(...e){return this.check(lr(...e))},min(...e){return this.check(N(...e))},max(...e){return this.check(nr(...e))},length(...e){return this.check(rr(...e))},nonempty(...e){return this.check(N(1,...e))},lowercase(e){return this.check(ar(e))},uppercase(e){return this.check(or(e))},trim(){return this.check(dr())},normalize(...e){return this.check(ur(...e))},toLowerCase(){return this.check(fr())},toUpperCase(){return this.check(pr())},slugify(){return this.check(mr())}})}),li=t(`ZodString`,(e,t)=>{bt.init(e,t),ci.init(e,t),e.email=t=>e.check(On(di,t)),e.url=t=>e.check(Pn(pi,t)),e.jwt=t=>e.check(Yn(Oi,t)),e.emoji=t=>e.check(Fn(mi,t)),e.guid=t=>e.check(kn(fi,t)),e.uuid=t=>e.check(An(H,t)),e.uuidv4=t=>e.check(jn(H,t)),e.uuidv6=t=>e.check(Mn(H,t)),e.uuidv7=t=>e.check(Nn(H,t)),e.nanoid=t=>e.check(In(hi,t)),e.guid=t=>e.check(kn(fi,t)),e.cuid=t=>e.check(Ln(gi,t)),e.cuid2=t=>e.check(Rn(_i,t)),e.ulid=t=>e.check(zn(vi,t)),e.base64=t=>e.check(Kn(Ti,t)),e.base64url=t=>e.check(qn(Ei,t)),e.xid=t=>e.check(Bn(yi,t)),e.ksuid=t=>e.check(Vn(bi,t)),e.ipv4=t=>e.check(Hn(xi,t)),e.ipv6=t=>e.check(Un(Si,t)),e.cidrv4=t=>e.check(Wn(Ci,t)),e.cidrv6=t=>e.check(Gn(wi,t)),e.e164=t=>e.check(Jn(Di,t)),e.datetime=t=>e.check(Hr(t)),e.date=t=>e.check(Wr(t)),e.time=t=>e.check(Kr(t)),e.duration=t=>e.check(Jr(t))});function ui(e){return Dn(li,e)}var V=t(`ZodStringFormat`,(e,t)=>{k.init(e,t),ci.init(e,t)}),di=t(`ZodEmail`,(e,t)=>{Ct.init(e,t),V.init(e,t)}),fi=t(`ZodGUID`,(e,t)=>{xt.init(e,t),V.init(e,t)}),H=t(`ZodUUID`,(e,t)=>{St.init(e,t),V.init(e,t)}),pi=t(`ZodURL`,(e,t)=>{wt.init(e,t),V.init(e,t)}),mi=t(`ZodEmoji`,(e,t)=>{Tt.init(e,t),V.init(e,t)}),hi=t(`ZodNanoID`,(e,t)=>{Et.init(e,t),V.init(e,t)}),gi=t(`ZodCUID`,(e,t)=>{Dt.init(e,t),V.init(e,t)}),_i=t(`ZodCUID2`,(e,t)=>{Ot.init(e,t),V.init(e,t)}),vi=t(`ZodULID`,(e,t)=>{kt.init(e,t),V.init(e,t)}),yi=t(`ZodXID`,(e,t)=>{At.init(e,t),V.init(e,t)}),bi=t(`ZodKSUID`,(e,t)=>{jt.init(e,t),V.init(e,t)}),xi=t(`ZodIPv4`,(e,t)=>{It.init(e,t),V.init(e,t)}),Si=t(`ZodIPv6`,(e,t)=>{Lt.init(e,t),V.init(e,t)}),Ci=t(`ZodCIDRv4`,(e,t)=>{Rt.init(e,t),V.init(e,t)}),wi=t(`ZodCIDRv6`,(e,t)=>{zt.init(e,t),V.init(e,t)}),Ti=t(`ZodBase64`,(e,t)=>{Vt.init(e,t),V.init(e,t)}),Ei=t(`ZodBase64URL`,(e,t)=>{Ut.init(e,t),V.init(e,t)}),Di=t(`ZodE164`,(e,t)=>{Wt.init(e,t),V.init(e,t)}),Oi=t(`ZodJWT`,(e,t)=>{Kt.init(e,t),V.init(e,t)}),ki=t(`ZodUnknown`,(e,t)=>{qt.init(e,t),B.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function U(){return er(ki)}var Ai=t(`ZodNever`,(e,t)=>{Jt.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Tr(e,t,n,r)});function ji(e){return tr(Ai,e)}var Mi=t(`ZodArray`,(e,t)=>{Xt.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>kr(e,t,n,r),e.element=t.element,z(e,`ZodArray`,{min(e,t){return this.check(N(e,t))},nonempty(e){return this.check(N(1,e))},max(e,t){return this.check(nr(e,t))},length(e,t){return this.check(rr(e,t))},unwrap(){return this.element}})});function Ni(e,t){return hr(Mi,e,t)}var Pi=t(`ZodObject`,(e,t)=>{en.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ar(e,t,n,r),f(e,`shape`,()=>t.shape),z(e,`ZodObject`,{keyof(){return Vi(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:U()})},loose(){return this.clone({...this._zod.def,catchall:U()})},strict(){return this.clone({...this._zod.def,catchall:ji()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return le(this,e)},safeExtend(e){return ue(this,e)},merge(e){return de(this,e)},pick(e){return se(this,e)},omit(e){return ce(this,e)},partial(...e){return fe(Wi,this,e[0])},required(...e){return pe(ea,this,e[0])}})});function Fi(e,t){return new Pi({type:`object`,shape:e,catchall:U(),...y(t)})}var Ii=t(`ZodUnion`,(e,t)=>{nn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>jr(e,t,n,r),e.options=t.options});function Li(e,t){return new Ii({type:`union`,options:e,...y(t)})}var Ri=t(`ZodIntersection`,(e,t)=>{rn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Mr(e,t,n,r)});function zi(e,t){return new Ri({type:`intersection`,left:e,right:t})}var Bi=t(`ZodEnum`,(e,t)=>{sn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Er(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new Bi({...t,checks:[],...y(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new Bi({...t,checks:[],...y(r),entries:i})}});function Vi(e,t){return new Bi({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...y(t)})}var Hi=t(`ZodTransform`,(e,t)=>{cn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Or(e,t,n,r),e._zod.parse=(n,i)=>{if(i.direction===`backward`)throw new r(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(C(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(C(t))}};let a=t.transform(n.value,n);return a instanceof Promise?a.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=a,n.fallback=!0,n)}});function Ui(e){return new Hi({type:`transform`,transform:e})}var Wi=t(`ZodOptional`,(e,t)=>{un.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Br(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Gi(e){return new Wi({type:`optional`,innerType:e})}var Ki=t(`ZodExactOptional`,(e,t)=>{dn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Br(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function qi(e){return new Ki({type:`optional`,innerType:e})}var Ji=t(`ZodNullable`,(e,t)=>{fn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Nr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Yi(e){return new Ji({type:`nullable`,innerType:e})}var Xi=t(`ZodDefault`,(e,t)=>{pn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Fr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Zi(e,t){return new Xi({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():ie(t)}})}var Qi=t(`ZodPrefault`,(e,t)=>{hn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ir(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function $i(e,t){return new Qi({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():ie(t)}})}var ea=t(`ZodNonOptional`,(e,t)=>{gn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Pr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function ta(e,t){return new ea({type:`nonoptional`,innerType:e,...y(t)})}var na=t(`ZodCatch`,(e,t)=>{vn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Lr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function ra(e,t){return new na({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}var ia=t(`ZodPipe`,(e,t)=>{yn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Rr(e,t,n,r),e.in=t.in,e.out=t.out});function aa(e,t){return new ia({type:`pipe`,in:e,out:t})}var oa=t(`ZodReadonly`,(e,t)=>{bn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function sa(e){return new oa({type:`readonly`,innerType:e})}var ca=t(`ZodCustom`,(e,t)=>{Sn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Dr(e,t,n,r)});function la(e,t={}){return gr(ca,e,t)}function ua(e,t){return _r(e,t)}var da={City:`city`,Country:`country`,DateOfBirth:`date_of_birth`,Department:`department`,Description:`description`,Email:`email`,Fax:`fax`,FirstName:`first_name`,JobTitle:`job_title`,LastName:`last_name`,LeadSource:`lead_source`,MobilePhone:`mobile_phone`,OwnerId:`owner_id`,Phone:`phone`,PostalCode:`postal_code`,Salutation:`salutation`,State:`state`,LeadStatus:`lead_status`,Street:`street`,OriginalTimezone:`original_timezone`,OriginalTrafficChannel:`original_traffic_channel`,OriginalWebReferrer:`original_web_referrer`,OriginalUtmSource:`original_utm_source`,OriginalUtmCampaign:`original_utm_campaign`,OriginalUtmMedium:`original_utm_medium`,OriginalUtmTerm:`original_utm_term`,CnvId:`_cnv_id`,CnvSystemSource:`_cnv_system_source`,CnvCreatedDate:`_cnv_created_date`,CnvUpdatedDate:`_cnv_updated_date`,SfId:`_sf_id`,SfObjectType:`_sf_object_type`,SfCreatedDate:`_sf_created_date`};new Set(Object.values({SessionGroup:`SESSION_GROUP`,VariableGroup:`VARIABLE_GROUP`,CampaignMemberVariableGroup:`CAMPAIGN_MEMBER_VARIABLE_GROUP`,EmailGroup:`EMAIL_GROUP`,WorkflowGroup:`WORKFLOW_GROUP`,CreationGroup:`CREATION_GROUP`})),new Set([da.CnvId,da.CnvUpdatedDate]),Li([ui(),Fi({root:U()})]);var W={HeadingPromotion:`H1_PROMOTION`,HeadingDemotion:`H1_DEMOTION`,AnchorTarget:`ADD_LINK_TARGET`,AnchorTitle:`ADD_LINK_TITLE`,MetaDescription:`OPTIMIZE_DESCRIPTION`,DocumentTitle:`OPTIMIZE_TITLE`,MetaOpenGraph:`ADD_OG_SITE_TAG`,MetaViewport:`META_VIEWPORT`,LinkCanonical:`LINK_CANONICAL`,ImageAlternateText:`ADD_ALT_TAG`},G={Active:`ACTIVE`,Modified:`EDITED`,Disabled:`REJECTED`},K=e=>{let t=[];for(;e;){if(e.id){t.unshift(`/*[@id="${e.id}"]`);break}let n=e.parentNode?.childNodes??[],r=1;for(let i=0;i<n.length;i++){let a=n[i];if(a===e){t.unshift(`${e.tagName.toLowerCase()}[${r}]`);break}a.nodeType===1&&a.tagName===e.tagName&&r++}e=e.parentNode}return`/`+t.join(`/`)},q={initialState:{},modifiedXPaths:{}},J={Debug:0,Success:1,Warning:2,Error:3},fa=e=>e===J.Error?`#fb2c36`:e===J.Warning?`#fe9a00`:e===J.Success?`#00bc7d`:`#2b7fff`;function Y(e,t,...n){console.log(`%c[Conversion]`,`color: ${fa(e)};`,t,...n),window.postMessage({id:`conversion`,type:`log`,data:{level:e,message:t,data:n}})}var pa=`https://seonaapi.conversion.ai/api`,ma=async()=>{try{let{success:e,data:t,error:n}=await(await fetch(`${pa}/v3/plugin-code-changes?url=${encodeURIComponent(window.location.origin+window.location.pathname)}`)).json();if(!e)throw Error(n);let r=t.codeChanges.filter((e,t,n)=>n.findIndex(({xpath:t,type:n})=>t===e.xpath&&n===e.type)===t).map(e=>({...e,data:JSON.parse(e.data)}));return Y(J.Success,`Successfully fetched code changes`,r),r}catch{return Y(J.Error,`Failed to fetch code changes`),[]}},X=e=>document.evaluate(e,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,ha={apply:e=>{let{data:{href:t},status:n,xpath:r,id:i}=e,{initialState:a}=q,o=X(r);if(!o||o.href!==t)return;let s=`_blank`;n===G.Disabled&&(s=a[i]?.target),a[i]||(a[i]={target:o.target}),o.target=s},property:`target`},ga={apply:e=>{let{data:{href:t,title:n},status:r,xpath:i,id:a}=e,{initialState:o}=q,s=X(i);if(!s||s.href!==t)return;let c=n;r===G.Disabled&&(c=o[a]?.title),o[a]||(o[a]={title:s.title}),s.title=c},property:`title`},_a={apply:e=>{let{data:{textContent:t},status:n,xpath:r,id:i}=e,{initialState:a}=q,o=X(r),s=t;if(n===G.Disabled){if(!o)return;if(!a[i]?.textContent){o.remove();return}s=a[i]?.textContent}if(o){a[i]||(a[i]={textContent:o.textContent}),o.textContent=s;return}let c=document.createElement(`title`);c.textContent=s,document.head.appendChild(c)},verify:e=>e.tagName.toLowerCase()===`title`},va=(e,t)=>{t.innerHTML=e.innerHTML;for(let n of e.attributes)t.setAttribute(n.name,n.value);e.parentElement?.insertBefore(t,e);let n=window.getComputedStyle(e);for(let r in n){let i=n.getPropertyValue(r);i&&(e.style.setProperty(r,`unset`),i!==n.getPropertyValue(r)&&(t.style[r]=i))}},ya={apply:({xpath:e,status:t})=>{let n=t===G.Disabled,{modifiedXPaths:r}=q,i=X(n?r[e]:e);if(!i)return;let a=document.createElement(n?`h1`:`h2`);if(va(i,a),i.remove(),n){delete r[e];return}r[e]=K(a)},verify:(e,t)=>e.tagName.toLowerCase()===`h1`&&K(e)===t.xpath},ba={apply:e=>{let{data:{tagName:t},status:n,xpath:r}=e,i=n===G.Disabled,{modifiedXPaths:a}=q,o=X(i?a[r]:r);if(!o)return;let s=document.createElement(i?t:`h1`);if(va(o,s),o.remove(),i){delete a[r];return}a[r]=K(s)},verify:(e,t)=>e.tagName.toLowerCase()!==`h1`&&K(e)===t.xpath},xa={apply:e=>{let{data:{alt:t,src:n},status:r,xpath:i,id:a}=e,{initialState:o}=q,s=X(i);if(!s||s.src!==n)return;let c=t;r===G.Disabled&&(c=o[a]?.alt),o[a]||(o[a]={alt:s.alt}),s.alt=c},property:`alt`},Sa={apply:e=>{let{data:{href:t},status:n,xpath:r,id:i}=e,{initialState:a}=q,o=X(r),s=t;if(n===G.Disabled){if(!o)return;if(!a[i]?.href){o.remove();return}s=a[i]?.href}if(o){a[i]||(a[i]={href:o.href}),o.href=s;return}let c=document.createElement(`link`);c.rel=`canonical`,c.href=s,document.head.appendChild(c)},verify:e=>e.tagName.toLowerCase()===`link`&&e.rel===`canonical`,property:`href`},Ca={apply:e=>{let{data:{content:t},status:n,xpath:r,id:i}=e,{initialState:a}=q,o=X(r),s=t;if(n===G.Disabled){if(!o)return;if(!a[i]?.content){o.remove();return}s=a[i]?.content}if(o){a[i]||(a[i]={content:o.content}),o.content=s;return}let c=document.createElement(`meta`);c.name=`description`,c.content=s,document.head.appendChild(c)},verify:e=>e.tagName.toLowerCase()===`meta`&&e.name===`description`,property:`content`},wa={apply:e=>{let{data:{content:t,name:n,property:r},status:i,xpath:a,id:o}=e,{initialState:s}=q,c=X(a),l=t;if(i===G.Disabled){if(!c)return;if(!s[o]?.content){c.remove();return}l=s[o]?.content}if(c){s[o]||(s[o]={content:c.content}),c.content=l;return}let u=document.createElement(`meta`);n&&u.setAttribute(`name`,n),r&&u.setAttribute(`property`,r),u.content=l,document.head.appendChild(u)},verify:(e,t)=>{if(e.tagName.toLowerCase()!==`meta`)return!1;let{data:{name:n,property:r}}=t;return n?e.name===n:e.getAttribute(`property`)===r},property:`content`},Ta={apply:e=>{let{data:{content:t},status:n,xpath:r,id:i}=e,{initialState:a}=q,o=X(r),s=t;if(n===G.Disabled){if(!o)return;if(!a[i]?.content){o.remove();return}s=a[i]?.content}if(o){a[i]||(a[i]={content:o.content}),o.content=s;return}let c=document.createElement(`meta`);c.name=`viewport`,c.content=s,document.head.appendChild(c)},verify:e=>e.tagName.toLowerCase()===`meta`&&e.name===`viewport`,property:`content`},Ea={[W.HeadingDemotion]:ya,[W.HeadingPromotion]:ba,[W.ImageAlternateText]:xa,[W.AnchorTarget]:ha,[W.AnchorTitle]:ga,[W.MetaDescription]:Ca,[W.MetaOpenGraph]:wa,[W.DocumentTitle]:_a,[W.MetaViewport]:Ta,[W.LinkCanonical]:Sa},Z=[],Da=null,Q={},Oa=8,ka=(e,t)=>{if(e instanceof HTMLElement&&[`title`,`h1`,`h2`,`h3`,`h4`,`h5`,`h6`,`meta`,`link`,`a`,`img`].includes(e.tagName.toLowerCase()))for(let n of t){if(Q[n.id]===Oa)continue;let{verify:t,property:r,apply:i}=Ea[n.type];if(!(t?t(e,n):K(e)===n.xpath)||n.type===W.AnchorTarget&&e.target===`_blank`||r&&e[r]===n.data[r])continue;let a=Q[n.id]||0;Q[n.id]=a+1,i(n)}},Aa=new MutationObserver(e=>{for(let{target:t,addedNodes:n}of e){ka(t,Z);for(let e of n)ka(e,Z)}}),ja=e=>{if(e)try{return new URL(e,window.location.href).pathname}catch{return}},Ma=e=>{let t=ja(e);if(!t||t===Da||(Aa?.disconnect(),!Z))return;let n=Z.filter(({status:e})=>e!==G.Disabled).map(e=>({...e,status:G.Disabled}));for(let e of n)Ea[e.type].apply(e);q.initialState={}},Na=async e=>{let t=ja(e);if(!(!t||t===Da)){Da=t,Q={},Z=await ma();for(let e of Z)Ea[e.type].apply(e);Aa?.observe(document,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[`alt`,`property`,`content`,`title`,`target`,`href`]})}},Pa=history.pushState;history.pushState=function(...e){Ma(e[2]),Pa.apply(history,e),Na(e[2])};var Fa=history.replaceState;history.replaceState=function(...e){Ma(e[2]),Fa.apply(history,e),Na(e[2])};var Ia=`https://p.conversion.ai/api`,La=async()=>{try{let e=await fetch(`${Ia}/v1/bd?url=${encodeURIComponent(window.location.origin+window.location.pathname)}`);if(!e.ok)return;let{data:t}=await e.json();return t}catch{Y(J.Error,`Failed to fetch base domain`,window.location.href)}},Ra=`_s__t`,za=`_s__s`,Ba=`_s__s__set`,Va=1e3*60*60*24*365,Ha=()=>document.cookie.split(`; `).find(e=>e.startsWith(`${za}=`))?.split(`=`)[1],Ua=e=>{let t=Ha();if(t&&sessionStorage.getItem(Ba)){Y(J.Debug,`Continuing existing session`,t);return}if(t&&document.referrer)try{if(new URL(document.referrer).hostname.endsWith(e)){Y(J.Debug,`Ignoring referrer URL`,document.referrer),sessionStorage.setItem(Ba,`true`);return}}catch(e){Y(J.Error,`Failed to parse referrer URL`,e);return}let n=crypto.randomUUID(),r=new Date;r.setTime(r.getTime()+Va),document.cookie=`${za}=${n}; path=/; domain=${e}; expires=${r.toUTCString()}`,sessionStorage.setItem(Ba,`true`),Y(J.Debug,`Set session ID`,n)},Wa=()=>document.cookie.split(`; `).find(e=>e.startsWith(`${Ra}=`))?.split(`=`)[1],Ga=e=>{let t=Wa();if(t){Y(J.Debug,`Found tracking ID`,t);return}let n=crypto.randomUUID(),r=new Date;r.setTime(r.getTime()+Va),document.cookie=`${Ra}=${n}; path=/; domain=${e}; expires=${r.toUTCString()}`,Y(J.Debug,`Set tracking ID`,n)},Ka=async(e,t,n=!0)=>{let r=Wa(),i=Ha();if(!n&&!r&&(Y(J.Warning,`Unable to find tracking ID, generating a fallback ID`),r=crypto.randomUUID()),!n&&!i&&(Y(J.Warning,`Unable to find session ID, generating a fallback ID`),i=crypto.randomUUID()),!r)return Y(J.Error,`Failed to send request`,`No tracking ID found`),!1;try{return await fetch(e,{...t,keepalive:!0,method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({pageUrl:window.location.origin+window.location.pathname,trackingId:r,sessionId:i,referrer:document.referrer,...t?.body})}),!0}catch{return!1}},qa={PageVisit:`PAGE_VISIT`,FormSubmission:`FORM_SUBMISSION`};async function Ja(e,t){let n=await Ka(`${Ia}/v1/e/t`,{body:{data:t,type:e}},e!==qa.FormSubmission);return n?Y(J.Success,`Successfully tracked engagement`,{type:e,data:t}):Y(J.Error,`Failed to track engagement`,{type:e,data:t}),n}var Ya=()=>{let e=new URLSearchParams(window.location.search);return Array.from(e).reduce((e,[t,n])=>((t.startsWith(`utm_`)||t.startsWith(`cai_`))&&(e[t]=n),e),{})},Xa=null,Za=async()=>{if(window.__conversion_initialized)return!0;let e=await La();return e?(Ua(e),Ga(e),window.__conversion_initialized=!0,window.dispatchEvent(new CustomEvent(`__conversion:initialized`)),!0):!1},$=async()=>{window.location.pathname!==Xa&&(Xa=window.location.pathname,await Za()&&Ja(qa.PageVisit,{utmFields:Ya()}))},Qa=history.pushState;history.pushState=function(...e){Qa.apply(history,e),$()};var $a=history.replaceState;history.replaceState=function(...e){$a.apply(history,e),$()};var eo=()=>{Y(J.Debug,`Initializing pixel`),Na(window.location.href),$()};(()=>{if(Y(J.Debug,`Loading pixel`),window.self!==window.parent||window.location.href===`about:srcdoc`){Y(J.Warning,`Injecting pixel in parent window`);try{if(window.parent.__conversion_loaded){Y(J.Warning,`Pixel already loaded in the parent window`);return}let e=window.parent.document.createElement(`script`);e.src=`https://p.conversion.ai`,e.defer=!0,window.parent.document.head.appendChild(e),Y(J.Debug,`Injected pixel in parent window`)}catch(e){Y(J.Error,`Failed to inject pixel in parent window`,e)}return}if(window.__conversion_loaded){Y(J.Warning,`Pixel already loaded`);return}if(window.__conversion_loaded=!0,Y(J.Success,`Pixel loaded`),document.readyState===`loading`){document.addEventListener(`DOMContentLoaded`,eo);return}eo()})()})();