@shipstatic/ship 2.2.0-beta.1 → 2.2.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.cjs CHANGED
@@ -1,15 +1,115 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var un=Object.create;var ve=Object.defineProperty;var fn=Object.getOwnPropertyDescriptor;var hn=Object.getOwnPropertyNames;var gn=Object.getPrototypeOf,yn=Object.prototype.hasOwnProperty;var _=(e,t)=>()=>(e&&(t=e(e=0)),t);var En=(e,t)=>{for(var n in t)ve(e,n,{get:t[n],enumerable:!0})},Dn=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hn(t))!yn.call(e,i)&&i!==n&&ve(e,i,{get:()=>t[i],enumerable:!(o=fn(t,i))||o.enumerable});return e};var R=(e,t,n)=>(n=e!=null?un(gn(e)):{},Dn(t||!e||!e.__esModule?ve(n,"default",{value:e,enumerable:!0}):n,e));function st(e){if(!e||typeof e!="string")return;let t=e.trim().toLowerCase();return Object.values(Ie).includes(t)?t:void 0}function rt(e){if(e==null)return;if(typeof e!="string")throw p.validation("Idempotency key must be a string.");let t=e.trim();if(!t)throw p.validation("Idempotency key must not be empty.");if(t.length>de.MAX_LENGTH)throw p.validation(`Idempotency key must be at most ${de.MAX_LENGTH} characters.`);return t}function Tn(e){return typeof e.code=="string"?!0:e instanceof TypeError&&e.message.includes("fetch")}function A(e){return e!==null&&typeof e=="object"&&"name"in e&&e.name==="ShipError"&&"status"in e}function Cn(e){let t=e.replace(/\\/g,"/").split("/").pop()??"",n=t.lastIndexOf(".");return n<=0||n===t.length-1?null:t.slice(n+1).toLowerCase()}function Pe(e,t){let n=Cn(e);return n===null?!1:Array.isArray(t)?t.includes(n):t.has(n)}function at(e){return Rn.test(e)}function _e(e){return e.replace(/\\/g,"/").split("/").filter(Boolean).some(n=>Le.has(n))}function An(e){return e.startsWith(te.PREFIX)?z.API_KEY:e.startsWith(ne.PREFIX)?z.DEPLOY_TOKEN:z.OPAQUE}function pt(e){let t=e.charCodeAt(0)===65279?e.slice(1):e,n;try{n=JSON.parse(t)}catch(o){throw p.config(`invalid JSON format in config: ${o.message}`,{filePath:k})}if(n===null||typeof n!="object"||Array.isArray(n))throw p.config(`${k} must contain a JSON object`,{filePath:k})}function ct(e,t,n){if(!e.startsWith(t.PREFIX))throw p.validation(`${n} must start with "${t.PREFIX}"`);if(e.length!==t.TOTAL_LENGTH)throw p.validation(`${n} must be ${t.TOTAL_LENGTH} characters total (${t.PREFIX} + ${t.HEX_LENGTH} hex chars)`);let o=e.slice(t.PREFIX.length);if(!new RegExp(`^[a-f0-9]{${t.HEX_LENGTH}}$`,"i").test(o))throw p.validation(`${n} must contain ${t.HEX_LENGTH} hexadecimal characters after "${t.PREFIX}" prefix`)}function $n(e){ct(e,te,"API key")}function vn(e){ct(e,ne,"Deploy token")}function B(e){switch(An(e)){case z.API_KEY:$n(e);return;case z.DEPLOY_TOKEN:vn(e);return;case z.OPAQUE:if(!e)throw p.validation("Token must be a non-empty string")}}function dt(e){if(!e||e.length>ee.MAX_LENGTH||!ee.PATTERN.test(e))throw p.validation(`Caller must be 1-${ee.MAX_LENGTH} characters: letters, digits, dots, underscores, or hyphens`)}function mt(e){try{let t=new URL(e);if(!["http:","https:"].includes(t.protocol))throw p.validation("API URL must use http:// or https:// protocol");if(t.pathname!=="/"&&t.pathname!=="")throw p.validation("API URL must not contain a path");if(t.search||t.hash)throw p.validation("API URL must not contain query parameters or fragments")}catch(t){throw A(t)?t:p.validation("API URL must be a valid URL")}}function ke(e){if(e==null)return;if(typeof e!="string")throw p.validation("Password must be a string");let t=e.trim();if(t.length<ce.MIN_LENGTH||t.length>ce.MAX_LENGTH)throw p.validation(`Password must be between ${ce.MIN_LENGTH} and ${ce.MAX_LENGTH} characters`);return t}var it,Ie,de,E,L,f,Sn,xe,bn,wn,p,On,wo,Rn,Le,ot,te,ne,ee,z,k,lt,me,ut,oe,ft,To,M,ht,ce,D=_(()=>{"use strict";it={PENDING:"pending",SUCCESS:"success",FAILED:"failed",DELETING:"deleting"},Ie={WEB:"web",SDK:"sdk",CLI:"cli",MCP:"mcp",GIT:"git",N8N:"n8n",GPT:"gpt",VSC:"vsc"},de={HEADER:"Idempotency-Key",MAX_LENGTH:256,WINDOW_SECONDS:1440*60};E={DEPLOYMENTS:"/deployments",DEPLOYMENT:e=>`/deployments/${e}`,DEPLOYMENT_CONFIG:e=>`/deployments/${e}/config`,DOMAINS:"/domains",DOMAIN:e=>`/domains/${e}`,DOMAIN_VERIFY:e=>`/domains/${e}/verify`,DOMAIN_DNS:e=>`/domains/${e}/dns`,DOMAIN_RECORDS:e=>`/domains/${e}/records`,DOMAIN_SHARE:e=>`/domains/${e}/share`,DOMAIN_PROPAGATION:e=>`/domains/${e}/propagation`,DOMAINS_VALIDATE:"/domains/validate",TOKENS:"/tokens",TOKEN:e=>`/tokens/${e}`,ACCOUNT:"/account",ACCOUNT_KEY:"/account/key",ACCOUNT_CLAIM:"/account/claim",ACTIVITIES:"/activities",LABELS:"/labels",LIMITS:"/limits",PING:"/ping",SETUP:"/setup",SPA_CHECK:"/spa-check",UPLOAD:"/upload"},L={FILES:"files[]",CHECKSUMS:"checksums",LABELS:"labels",VIA:"via",PASSWORD:"password",BUILD:"build",PRERENDER:"prerender",SPA:"spa",CAPTCHA:"captcha"},f={Validation:"validation_failed",NotFound:"not_found",Forbidden:"forbidden",RateLimit:"rate_limit_exceeded",Authentication:"authentication_failed",Business:"business_logic_error",Api:"internal_server_error",Maintenance:"maintenance",Network:"network_error",Cancelled:"operation_cancelled",File:"file_error",Config:"config_error"},Sn=new Set([f.Network,f.Cancelled,f.File,f.Config]),xe={client:new Set([f.Business,f.Cancelled,f.Config,f.File,f.Forbidden,f.NotFound,f.RateLimit,f.Validation]),network:new Set([f.Network]),auth:new Set([f.Authentication])},bn=new Set(Object.values(f).filter(e=>!Sn.has(e))),wn=200;p=class e extends Error{type;status;details;constructor(t,n,o,i){super(n),this.type=t,this.status=o,this.details=i,this.name="ShipError"}toResponse(){let t=this.details,n=this.type===f.Authentication&&t?.internal?void 0:this.details;return{error:this.type,message:this.message,status:this.status,details:n}}static async fromHttpResponse(t,n){let o,i,s;try{if(t.headers.get("content-type")?.includes("application/json")){let r=await t.json();if(r&&typeof r=="object"){let a=r;typeof a.message=="string"?o=a.message:typeof a.error=="string"&&(o=a.error),i=a.details,typeof a.error=="string"&&bn.has(a.error)&&(s=a.error)}}else{let r=(await t.text()).trim();r&&!r.startsWith("<")&&r.length<=wn&&(o=r)}}catch{}let l=t.headers.get("retry-after");if(l!==null){let m=l.trim(),r=/^\d+$/.test(m)?Number(m):Math.ceil((Date.parse(m)-Date.now())/1e3);if(Number.isFinite(r)&&r>=0){let a=i&&typeof i=="object"?i:{};a.retryAfter===void 0&&(i={...a,retryAfter:r})}}o=o||`${n||"Request"} failed with status ${t.status}`;let d=s??(t.status===401?f.Authentication:t.status===403?f.Forbidden:t.status===429?f.RateLimit:f.Api);return new e(d,o,t.status,i)}static fromFetchError(t,n){if(A(t))return t;let o=n||"Request";return t instanceof Error?t.name==="AbortError"?e.cancelled(`${o} was cancelled`):Tn(t)?e.network(`${o} failed: ${t.message}`,{cause:t}):new e(f.Api,`${o} failed: ${t.message}`):new e(f.Api,`${o} failed: Unknown error`)}static validation(t,n){return new e(f.Validation,t,400,n)}static notFound(t,n){let o=n?`${t} ${n} not found`:`${t} not found`;return new e(f.NotFound,o,404)}static forbidden(t,n){return new e(f.Forbidden,t,403,n)}static rateLimit(t="Too many requests",n){return new e(f.RateLimit,t,429,n)}static authentication(t="Authentication required",n){return new e(f.Authentication,t,401,n)}static business(t,n=400,o){return new e(f.Business,t,n,o)}static network(t,n){return new e(f.Network,t,void 0,n)}static cancelled(t,n){return new e(f.Cancelled,t,void 0,n)}static file(t,n){return new e(f.File,t,void 0,n)}static config(t,n){return new e(f.Config,t,void 0,n)}static api(t,n=500,o){return new e(f.Api,t,n,o)}static maintenance(t,n){return new e(f.Maintenance,t,503,n)}isClientError(){return xe.client.has(this.type)?!0:this.status!==void 0&&this.status>=400&&this.status<500}isNetworkError(){return xe.network.has(this.type)}isAuthError(){return xe.auth.has(this.type)}isType(t){return this.type===t}};On=["html","htm","xhtml","xml","txt","md","markdown","pdf","csv","json","jsonc","webmanifest","map","toml","yaml","yml","rss","atom","css","scss","sass","less","js","mjs","cjs","jsx","ts","tsx","wasm","vue","svelte","png","jpg","jpeg","gif","webp","avif","svg","ico","bmp","tif","tiff","heic","heif","woff","woff2","ttf","otf","eot","mp3","wav","ogg","oga","opus","m4a","aac","flac","weba","mp4","webm","ogv","mov","m4v","avi","glb","gltf","usdz","vtt","srt","zip"],wo=On.map(e=>`.${e}`).join(","),Rn=/[\x00-\x1f\x7f#?%\\<>"]/;Le=new Set(["node_modules","package.json"]);ot={SESSION:"session",API_KEY:"apiKey",TOKEN:"token",AGENT:"agent",OAUTH:"oauth",WEBHOOK:"webhook",SYSTEM:"system"},te={PREFIX:"ship-",HEX_LENGTH:32,TOTAL_LENGTH:37,HINT_LENGTH:4},ne={PREFIX:"deploy-",HEX_LENGTH:32,TOTAL_LENGTH:39},ee={HEADER:"X-Caller",MAX_LENGTH:128,PATTERN:/^[a-zA-Z0-9._-]+$/},z={API_KEY:ot.API_KEY,DEPLOY_TOKEN:ot.TOKEN,OPAQUE:"opaque"};k="ship.json",lt={rewrites:[{source:"/(.*)",destination:"/index.html"}]},me={INDEX_FILE:"index.html",MAX_INDEX_BYTES:100*1024};ut="https://api.shipstatic.com",oe={TOKEN:"SHIP_TOKEN",API_URL:"SHIP_API_URL"},ft="https://my.shipstatic.com/api-key",To=4320*60,M={MIN_LENGTH:3,MAX_LENGTH:25,MAX_COUNT:10,SEPARATORS:"._-"},ht=/^[a-z0-9]+(?:[._-][a-z0-9]+)*$/,ce={MIN_LENGTH:6,MAX_LENGTH:128}});function xn(){return typeof process<"u"&&process.versions&&process.versions.node?"node":typeof window<"u"||typeof self<"u"?"browser":"unknown"}function K(){return gt||xn()}var gt,ue=_(()=>{"use strict";gt=null});async function Xn(e){let t=(await import("spark-md5")).default,n=new t.ArrayBuffer,o=2097152;for(let i=0;i<e.size;i+=o){let s=Math.min(i+o,e.size);n.append(await e.slice(i,s).arrayBuffer())}return{md5:n.end()}}async function Jn(e){let{createHash:t}=await import("crypto"),n=t("md5");return n.update(e),{md5:n.digest("hex")}}async function Zn(e){let{createHash:t}=await import("crypto"),{createReadStream:n}=await import("fs");return new Promise((o,i)=>{let s=t("md5"),l=n(e);l.on("error",d=>i(p.file(`Failed to read file for MD5: ${d.message}`,{filePath:e}))),l.on("data",d=>s.update(d)),l.on("end",()=>o({md5:s.digest("hex")}))})}async function we(e){if(e instanceof Blob)return Xn(e);if(typeof Buffer<"u"&&Buffer.isBuffer(e))return Jn(e);if(typeof e=="string")return Zn(e);throw p.business("Invalid input for MD5 calculation")}var Ye=_(()=>{"use strict";D()});function Ht(e){if(!e||e.length===0)return"";let t=e.filter(s=>s&&typeof s=="string").map(s=>s.replace(/\\/g,"/"));if(t.length===0)return"";if(t.length===1)return t[0];let n=t.map(s=>s.split("/").filter(Boolean)),o=[],i=Math.min(...n.map(s=>s.length));for(let s=0;s<i;s++){let l=n[0][s];if(n.every(d=>d[s]===l))o.push(l);else break}return o.join("/")}function Ce(e){return e.replace(/\\/g,"/").replace(/\/+/g,"/").replace(/^\/+/,"")}var We=_(()=>{"use strict"});function Gt(e,t={}){if(t.flatten===!1)return e.map(o=>({path:Ce(o),name:Xe(o)}));let n=eo(e);return e.map(o=>{let i=Ce(o);if(n){let s=n.endsWith("/")?n:`${n}/`;i.startsWith(s)&&(i=i.substring(s.length))}return i||(i=Xe(o)),{path:i,name:Xe(o)}})}function eo(e){if(!e.length)return"";let n=e.map(s=>Ce(s)).map(s=>s.split("/")),o=[],i=Math.min(...n.map(s=>s.length));for(let s=0;s<i-1;s++){let l=n[0][s];if(n.every(d=>d[s]===l))o.push(l);else break}return o.join("/")}function Xe(e){return e.split(/[/\\]/).pop()||e}var Bt=_(()=>{"use strict";We()});function qt(e){if(at(e))return{valid:!1,reason:"File name contains unsafe characters"};if(e.startsWith(" ")||e.endsWith(" "))return{valid:!1,reason:"File name cannot start/end with spaces"};if(e.endsWith("."))return{valid:!1,reason:"File name cannot end with dots"};let t=/^(CON|PRN|AUX|NUL|COM[1-9]|LPT[1-9])(\.|$)/i,n=e.split("/").pop()||e;return t.test(n)?{valid:!1,reason:"File name uses a reserved system name"}:e.includes("..")?{valid:!1,reason:"File name contains path traversal pattern"}:{valid:!0}}var zt=_(()=>{"use strict";D()});function Kt(e,t){if(!e||e.length===0)return[];if(!t?.allowUnbuilt&&e.find(o=>o&&_e(o)))throw p.business("Unbuilt project detected \u2014 deploy your build output (dist/, build/, out/), not the project folder");return e.filter(n=>{if(!n)return!1;let o=n.replace(/\\/g,"/").split("/").filter(Boolean);if(o.length===0)return!0;let i=o[o.length-1];if((0,Vt.isJunk)(i))return!1;for(let l of o)if(l!==".well-known"&&(l.startsWith(".")||l.length>255))return!1;let s=o.slice(0,-1);for(let l of s)if(to.some(d=>l.toLowerCase()===d.toLowerCase()))return!1;return!0})}var Vt,to,Yt=_(()=>{"use strict";D();Vt=require("junk"),to=["__MACOSX",".Trashes",".fseventsd",".Spotlight-V100"]});function Wt(e,t){if(e.includes("\0")||e.includes("/../")||e.startsWith("../")||e.endsWith("/.."))throw p.business(`Security error: Unsafe file path "${e}" for file: ${t}`)}function Xt(e,t,n){let o=qt(e);if(!o.valid)throw p.business(o.reason||"Invalid file name");if(Pe(e,n))throw p.business(`File extension not allowed: "${t}"`)}var Jt=_(()=>{"use strict";D();zt()});var Qt={};En(Qt,{processFilesForNode:()=>no});function Zt(e,t=new Set){let n=[],o=x.realpathSync(e);if(t.has(o))return n;t.add(o);let i=x.readdirSync(e);for(let s of i){let l=I.join(e,s),d=x.statSync(l);if(d.isDirectory()){let m=Zt(l,t);n.push(...m)}else d.isFile()&&n.push(l)}return n}async function no(e,t={},n){if(K()!=="node")throw p.business("processFilesForNode can only be called in Node.js environment.");for(let h of e){let y=I.resolve(h);try{if(x.statSync(y).isDirectory()){let O=x.readdirSync(y).find(v=>Le.has(v));if(O)throw p.business(`"${O}" detected \u2014 deploy your build output (dist/, build/, out/), not the project folder`)}}catch(O){if(A(O))throw O}}let o=e.flatMap(h=>{let y=I.resolve(h);try{return x.statSync(y).isDirectory()?Zt(y):[y]}catch{throw p.file(`Path does not exist: ${h}`,{filePath:h})}}),i=[...new Set(o)],s=e.map(h=>I.resolve(h)),l=Ht(s.map(h=>{try{return x.statSync(h).isDirectory()?h:I.dirname(h)}catch{return I.dirname(h)}})),d=i.map(h=>{if(l&&l.length>0){let y=I.relative(l,h);if(y&&typeof y=="string"&&!y.startsWith(".."))return y.replace(/\\/g,"/")}return I.basename(h)}),r=Gt(d,{flatten:t.pathDetect!==!1}).map(h=>h.path),a=new Set(Kt(r));if(a.size===0)return[];let c=[],u=[];for(let h=0;h<i.length;h++)a.has(r[h])&&(c.push(i[h]),u.push(r[h]));let T=[],$=0;if(!n)throw p.config("Platform limits not provided. processFilesForNode requires the limits argument \u2014 pass `ship.getLimits()` result.");let b=n.blockedExtensions??[];for(let h=0;h<c.length;h++){let y=c[h],O=u[h];try{Wt(O,y);let v=x.statSync(y);if(v.size===0)continue;if(Xt(O,y,b),v.size>n.maxFileSize)throw p.business(`File ${y} is too large. Maximum allowed size is ${n.maxFileSize/(1024*1024)}MB.`);if($+=v.size,$>n.maxTotalSize)throw p.business(`Total deploy size is too large. Maximum allowed is ${n.maxTotalSize/(1024*1024)}MB.`);let Q=x.readFileSync(y),{md5:mn}=await we(Q);T.push({path:O,content:Q,size:Q.length,md5:mn})}catch(v){if(A(v))throw v;let Q=v instanceof Error?v.message:String(v);throw p.file(`Failed to read file "${y}": ${Q}`,{filePath:y})}}if(T.length>n.maxFilesCount)throw p.business(`Too many files to deploy. Maximum allowed is ${n.maxFilesCount} files.`);return T}var x,I,en=_(()=>{"use strict";x=R(require("fs"),1),I=R(require("path"),1);D();Bt();ue();Yt();Ye();We();Jt()});var dn=require("commander");var q=require("fs"),nt=R(require("path"),1);D();var G=require("commander"),$e=require("yoctocolors");D();var Fe=require("zod");var Ne=require("zod"),V={apiUrl:Ne.z.string().url().optional(),token:Ne.z.string().min(1).optional()};ue();var In=Fe.z.object(V).strict(),Pn={apiUrl:oe.API_URL,token:oe.TOKEN};function Y(){if(K()!=="node")return{};let e={apiUrl:process.env[oe.API_URL]||void 0,token:process.env[oe.TOKEN]||void 0};try{return In.parse(e)}catch(t){if(t instanceof Fe.z.ZodError){let n=t.issues[0],o=n.path[0],i=(o&&Pn[o])??"SHIP environment configuration";throw p.config(`Invalid ${i}: ${n.message}`)}throw p.config("Invalid environment configuration")}}var S=R(require("fs"),1),Be=R(require("os"),1),H=R(require("path"),1);D();var P=e=>e.commands.filter(t=>t.name()!=="help"),ie=e=>P(e).filter(t=>P(t).length>0),Ln=e=>e.registeredArguments.some(t=>/^(path|file|dir)/i.test(t.name())),_n=e=>e.options.filter(t=>/<(file|path|dir)\w*>/i.test(t.flags)).map(t=>t.long??""),yt=e=>e.options.flatMap(t=>[t.long,t.short].filter(Boolean).map(n=>({flag:n,description:t.description}))),Me=e=>ie(e).flatMap(t=>P(t).filter(n=>n.options.length>0).map(n=>({path:`${t.name()} ${n.name()}`,cmd:n}))),Et=e=>e.options.flatMap(t=>[t.long,t.short].filter(Boolean).map(n=>({flag:n,description:t.description}))),Ue=e=>[...ie(e).flatMap(t=>P(t).filter(Ln).map(n=>n.name())),..._n(e)],je=e=>`${e} ship shell completion \u2014 GENERATED from the command tree.
2
+ "use strict";var iv=Object.create;var Do=Object.defineProperty;var ov=Object.getOwnPropertyDescriptor;var av=Object.getOwnPropertyNames;var sv=Object.getPrototypeOf,cv=Object.prototype.hasOwnProperty;var te=(e,t)=>()=>(e&&(t=e(e=0)),t);var X=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ae=(e,t)=>{for(var r in t)Do(e,r,{get:t[r],enumerable:!0})},uv=(e,t,r,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of av(t))!cv.call(e,n)&&n!==r&&Do(e,n,{get:()=>t[n],enumerable:!(i=ov(t,n))||i.enumerable});return e};var se=(e,t,r)=>(r=e!=null?iv(sv(e)):{},uv(t||!e||!e.__esModule?Do(r,"default",{value:e,enumerable:!0}):r,e));var sn=X(Po=>{"use strict";var ur=class extends Error{constructor(t,r,i){super(i),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=t,this.nestedError=void 0}},Eo=class extends ur{constructor(t){super(1,"commander.invalidArgument",t),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Po.CommanderError=ur;Po.InvalidArgumentError=Eo});var lr=X(Ao=>{"use strict";var{InvalidArgumentError:lv}=sn(),To=class{constructor(t,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}argParser(t){return this.parseArg=t,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,i)=>{if(!this.argChoices.includes(r))throw new lv(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,i):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function dv(e){let t=e.name()+(e.variadic===!0?"...":"");return e.required?"<"+t+">":"["+t+"]"}Ao.Argument=To;Ao.humanReadableArgName=dv});var Uo=X(jo=>{"use strict";var{humanReadableArgName:pv}=lr(),Co=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(t){this.helpWidth=this.helpWidth??t.helpWidth??80}visibleCommands(t){let r=t.commands.filter(n=>!n._hidden),i=t._getHelpCommand();return i&&!i._hidden&&r.push(i),this.sortSubcommands&&r.sort((n,o)=>n.name().localeCompare(o.name())),r}compareOptions(t,r){let i=n=>n.short?n.short.replace(/^-/,""):n.long.replace(/^--/,"");return i(t).localeCompare(i(r))}visibleOptions(t){let r=t.options.filter(n=>!n.hidden),i=t._getHelpOption();if(i&&!i.hidden){let n=i.short&&t._findOption(i.short),o=i.long&&t._findOption(i.long);!n&&!o?r.push(i):i.long&&!o?r.push(t.createOption(i.long,i.description)):i.short&&!n&&r.push(t.createOption(i.short,i.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(t){if(!this.showGlobalOptions)return[];let r=[];for(let i=t.parent;i;i=i.parent){let n=i.options.filter(o=>!o.hidden);r.push(...n)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(t){return t._argsDescription&&t.registeredArguments.forEach(r=>{r.description=r.description||t._argsDescription[r.name()]||""}),t.registeredArguments.find(r=>r.description)?t.registeredArguments:[]}subcommandTerm(t){let r=t.registeredArguments.map(i=>pv(i)).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(t){return t.flags}argumentTerm(t){return t.name()}longestSubcommandTermLength(t,r){return r.visibleCommands(t).reduce((i,n)=>Math.max(i,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(n)))),0)}longestOptionTermLength(t,r){return r.visibleOptions(t).reduce((i,n)=>Math.max(i,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestGlobalOptionTermLength(t,r){return r.visibleGlobalOptions(t).reduce((i,n)=>Math.max(i,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestArgumentTermLength(t,r){return r.visibleArguments(t).reduce((i,n)=>Math.max(i,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(n)))),0)}commandUsage(t){let r=t._name;t._aliases[0]&&(r=r+"|"+t._aliases[0]);let i="";for(let n=t.parent;n;n=n.parent)i=n.name()+" "+i;return i+r+" "+t.usage()}commandDescription(t){return t.description()}subcommandDescription(t){return t.summary()||t.description()}optionDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&(t.required||t.optional||t.isBoolean()&&typeof t.defaultValue=="boolean")&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),t.presetArg!==void 0&&t.optional&&r.push(`preset: ${JSON.stringify(t.presetArg)}`),t.envVar!==void 0&&r.push(`env: ${t.envVar}`),r.length>0){let i=`(${r.join(", ")})`;return t.description?`${t.description} ${i}`:i}return t.description}argumentDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),r.length>0){let i=`(${r.join(", ")})`;return t.description?`${t.description} ${i}`:i}return t.description}formatItemList(t,r,i){return r.length===0?[]:[i.styleTitle(t),...r,""]}groupItems(t,r,i){let n=new Map;return t.forEach(o=>{let a=i(o);n.has(a)||n.set(a,[])}),r.forEach(o=>{let a=i(o);n.has(a)||n.set(a,[]),n.get(a).push(o)}),n}formatHelp(t,r){let i=r.padWidth(t,r),n=r.helpWidth??80;function o(f,p){return r.formatItem(f,i,p,r)}let a=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(t))}`,""],s=r.commandDescription(t);s.length>0&&(a=a.concat([r.boxWrap(r.styleCommandDescription(s),n),""]));let c=r.visibleArguments(t).map(f=>o(r.styleArgumentTerm(r.argumentTerm(f)),r.styleArgumentDescription(r.argumentDescription(f))));if(a=a.concat(this.formatItemList("Arguments:",c,r)),this.groupItems(t.options,r.visibleOptions(t),f=>f.helpGroupHeading??"Options:").forEach((f,p)=>{let y=f.map(b=>o(r.styleOptionTerm(r.optionTerm(b)),r.styleOptionDescription(r.optionDescription(b))));a=a.concat(this.formatItemList(p,y,r))}),r.showGlobalOptions){let f=r.visibleGlobalOptions(t).map(p=>o(r.styleOptionTerm(r.optionTerm(p)),r.styleOptionDescription(r.optionDescription(p))));a=a.concat(this.formatItemList("Global Options:",f,r))}return this.groupItems(t.commands,r.visibleCommands(t),f=>f.helpGroup()||"Commands:").forEach((f,p)=>{let y=f.map(b=>o(r.styleSubcommandTerm(r.subcommandTerm(b)),r.styleSubcommandDescription(r.subcommandDescription(b))));a=a.concat(this.formatItemList(p,y,r))}),a.join(`
3
+ `)}displayWidth(t){return Nd(t).length}styleTitle(t){return t}styleUsage(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(t){return this.styleDescriptionText(t)}styleOptionDescription(t){return this.styleDescriptionText(t)}styleSubcommandDescription(t){return this.styleDescriptionText(t)}styleArgumentDescription(t){return this.styleDescriptionText(t)}styleDescriptionText(t){return t}styleOptionTerm(t){return this.styleOptionText(t)}styleSubcommandTerm(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(t){return this.styleArgumentText(t)}styleOptionText(t){return t}styleArgumentText(t){return t}styleSubcommandText(t){return t}styleCommandText(t){return t}padWidth(t,r){return Math.max(r.longestOptionTermLength(t,r),r.longestGlobalOptionTermLength(t,r),r.longestSubcommandTermLength(t,r),r.longestArgumentTermLength(t,r))}preformatted(t){return/\n[^\S\r\n]/.test(t)}formatItem(t,r,i,n){let a=" ".repeat(2);if(!i)return a+t;let s=t.padEnd(r+t.length-n.displayWidth(t)),c=2,l=(this.helpWidth??80)-r-c-2,f;return l<this.minWidthToWrap||n.preformatted(i)?f=i:f=n.boxWrap(i,l).replace(/\n/g,`
4
+ `+" ".repeat(r+c)),a+s+" ".repeat(c)+f.replace(/\n/g,`
5
+ ${a}`)}boxWrap(t,r){if(r<this.minWidthToWrap)return t;let i=t.split(/\r\n|\n/),n=/[\s]*[^\s]+/g,o=[];return i.forEach(a=>{let s=a.match(n);if(s===null){o.push("");return}let c=[s.shift()],u=this.displayWidth(c[0]);s.forEach(l=>{let f=this.displayWidth(l);if(u+f<=r){c.push(l),u+=f;return}o.push(c.join(""));let p=l.trimStart();c=[p],u=this.displayWidth(p)}),o.push(c.join(""))}),o.join(`
6
+ `)}};function Nd(e){let t=/\x1b\[\d*(;\d*)*m/g;return e.replace(t,"")}jo.Help=Co;jo.stripColor=Nd});var Fo=X(Lo=>{"use strict";var{InvalidArgumentError:mv}=sn(),No=class{constructor(t,r){this.flags=t,this.description=r||"",this.required=t.includes("<"),this.optional=t.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(t),this.mandatory=!1;let i=fv(t);this.short=i.shortFlag,this.long=i.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}preset(t){return this.presetArg=t,this}conflicts(t){return this.conflictsWith=this.conflictsWith.concat(t),this}implies(t){let r=t;return typeof t=="string"&&(r={[t]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(t){return this.envVar=t,this}argParser(t){return this.parseArg=t,this}makeOptionMandatory(t=!0){return this.mandatory=!!t,this}hideHelp(t=!0){return this.hidden=!!t,this}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,i)=>{if(!this.argChoices.includes(r))throw new mv(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,i):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?Rd(this.name().replace(/^no-/,"")):Rd(this.name())}helpGroup(t){return this.helpGroupHeading=t,this}is(t){return this.short===t||this.long===t}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Ro=class{constructor(t){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,t.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,i)=>{this.positiveOptions.has(i)&&this.dualOptions.add(i)})}valueFromOption(t,r){let i=r.attributeName();if(!this.dualOptions.has(i))return!0;let n=this.negativeOptions.get(i).presetArg,o=n!==void 0?n:!1;return r.negate===(o===t)}};function Rd(e){return e.split("-").reduce((t,r)=>t+r[0].toUpperCase()+r.slice(1))}function fv(e){let t,r,i=/^-[^-]$/,n=/^--[^-]/,o=e.split(/[ |,]+/).concat("guard");if(i.test(o[0])&&(t=o.shift()),n.test(o[0])&&(r=o.shift()),!t&&i.test(o[0])&&(t=o.shift()),!t&&n.test(o[0])&&(t=r,r=o.shift()),o[0].startsWith("-")){let a=o[0],s=`option creation failed due to '${a}' in option flags '${e}'`;throw/^-[^-][^-]/.test(a)?new Error(`${s}
7
+ - a short flag is a single dash and a single character
8
+ - either use a single dash and a single character (for a short flag)
9
+ - or use a double dash for a long option (and can have two, like '--ws, --workspace')`):i.test(a)?new Error(`${s}
10
+ - too many short flags`):n.test(a)?new Error(`${s}
11
+ - too many long flags`):new Error(`${s}
12
+ - unrecognised flag format`)}if(t===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${e}'.`);return{shortFlag:t,longFlag:r}}Lo.Option=No;Lo.DualOptions=Ro});var Fd=X(Ld=>{"use strict";function hv(e,t){if(Math.abs(e.length-t.length)>3)return Math.max(e.length,t.length);let r=[];for(let i=0;i<=e.length;i++)r[i]=[i];for(let i=0;i<=t.length;i++)r[0][i]=i;for(let i=1;i<=t.length;i++)for(let n=1;n<=e.length;n++){let o=1;e[n-1]===t[i-1]?o=0:o=1,r[n][i]=Math.min(r[n-1][i]+1,r[n][i-1]+1,r[n-1][i-1]+o),n>1&&i>1&&e[n-1]===t[i-2]&&e[n-2]===t[i-1]&&(r[n][i]=Math.min(r[n][i],r[n-2][i-2]+1))}return r[e.length][t.length]}function gv(e,t){if(!t||t.length===0)return"";t=Array.from(new Set(t));let r=e.startsWith("--");r&&(e=e.slice(2),t=t.map(a=>a.slice(2)));let i=[],n=3,o=.4;return t.forEach(a=>{if(a.length<=1)return;let s=hv(e,a),c=Math.max(e.length,a.length);(c-s)/c>o&&(s<n?(n=s,i=[a]):s===n&&i.push(a))}),i.sort((a,s)=>a.localeCompare(s)),r&&(i=i.map(a=>`--${a}`)),i.length>1?`
13
+ (Did you mean one of ${i.join(", ")}?)`:i.length===1?`
14
+ (Did you mean ${i[0]}?)`:""}Ld.suggestSimilar=gv});var Bd=X(Go=>{"use strict";var vv=require("events").EventEmitter,Zo=require("child_process"),Te=require("path"),dr=require("fs"),U=require("process"),{Argument:yv,humanReadableArgName:_v}=lr(),{CommanderError:Mo}=sn(),{Help:$v,stripColor:xv}=Uo(),{Option:Zd,DualOptions:bv}=Fo(),{suggestSimilar:Md}=Fd(),Vo=class e extends vv{constructor(t){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=t||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>U.stdout.write(r),writeErr:r=>U.stderr.write(r),outputError:(r,i)=>i(r),getOutHelpWidth:()=>U.stdout.isTTY?U.stdout.columns:void 0,getErrHelpWidth:()=>U.stderr.isTTY?U.stderr.columns:void 0,getOutHasColors:()=>Bo()??(U.stdout.isTTY&&U.stdout.hasColors?.()),getErrHasColors:()=>Bo()??(U.stderr.isTTY&&U.stderr.hasColors?.()),stripColor:r=>xv(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(t){return this._outputConfiguration=t._outputConfiguration,this._helpOption=t._helpOption,this._helpCommand=t._helpCommand,this._helpConfiguration=t._helpConfiguration,this._exitCallback=t._exitCallback,this._storeOptionsAsProperties=t._storeOptionsAsProperties,this._combineFlagAndOptionalValue=t._combineFlagAndOptionalValue,this._allowExcessArguments=t._allowExcessArguments,this._enablePositionalOptions=t._enablePositionalOptions,this._showHelpAfterError=t._showHelpAfterError,this._showSuggestionAfterError=t._showSuggestionAfterError,this}_getCommandAndAncestors(){let t=[];for(let r=this;r;r=r.parent)t.push(r);return t}command(t,r,i){let n=r,o=i;typeof n=="object"&&n!==null&&(o=n,n=null),o=o||{};let[,a,s]=t.match(/([^ ]+) *(.*)/),c=this.createCommand(a);return n&&(c.description(n),c._executableHandler=!0),o.isDefault&&(this._defaultCommandName=c._name),c._hidden=!!(o.noHelp||o.hidden),c._executableFile=o.executableFile||null,s&&c.arguments(s),this._registerCommand(c),c.parent=this,c.copyInheritedSettings(this),n?this:c}createCommand(t){return new e(t)}createHelp(){return Object.assign(new $v,this.configureHelp())}configureHelp(t){return t===void 0?this._helpConfiguration:(this._helpConfiguration=t,this)}configureOutput(t){return t===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...t},this)}showHelpAfterError(t=!0){return typeof t!="string"&&(t=!!t),this._showHelpAfterError=t,this}showSuggestionAfterError(t=!0){return this._showSuggestionAfterError=!!t,this}addCommand(t,r){if(!t._name)throw new Error(`Command passed to .addCommand() must have a name
15
+ - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=t._name),(r.noHelp||r.hidden)&&(t._hidden=!0),this._registerCommand(t),t.parent=this,t._checkForBrokenPassThrough(),this}createArgument(t,r){return new yv(t,r)}argument(t,r,i,n){let o=this.createArgument(t,r);return typeof i=="function"?o.default(n).argParser(i):o.default(i),this.addArgument(o),this}arguments(t){return t.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(t){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(t.required&&t.defaultValue!==void 0&&t.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${t.name()}'`);return this.registeredArguments.push(t),this}helpCommand(t,r){if(typeof t=="boolean")return this._addImplicitHelpCommand=t,t&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let i=t??"help [command]",[,n,o]=i.match(/([^ ]+) *(.*)/),a=r??"display help for command",s=this.createCommand(n);return s.helpOption(!1),o&&s.arguments(o),a&&s.description(a),this._addImplicitHelpCommand=!0,this._helpCommand=s,(t||r)&&this._initCommandGroup(s),this}addHelpCommand(t,r){return typeof t!="object"?(this.helpCommand(t,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=t,this._initCommandGroup(t),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(t,r){let i=["preSubcommand","preAction","postAction"];if(!i.includes(t))throw new Error(`Unexpected value for event passed to hook : '${t}'.
16
+ Expecting one of '${i.join("', '")}'`);return this._lifeCycleHooks[t]?this._lifeCycleHooks[t].push(r):this._lifeCycleHooks[t]=[r],this}exitOverride(t){return t?this._exitCallback=t:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(t,r,i){this._exitCallback&&this._exitCallback(new Mo(t,r,i)),U.exit(t)}action(t){let r=i=>{let n=this.registeredArguments.length,o=i.slice(0,n);return this._storeOptionsAsProperties?o[n]=this:o[n]=this.opts(),o.push(this),t.apply(this,o)};return this._actionHandler=r,this}createOption(t,r){return new Zd(t,r)}_callParseArg(t,r,i,n){try{return t.parseArg(r,i)}catch(o){if(o.code==="commander.invalidArgument"){let a=`${n} ${o.message}`;this.error(a,{exitCode:o.exitCode,code:o.code})}throw o}}_registerOption(t){let r=t.short&&this._findOption(t.short)||t.long&&this._findOption(t.long);if(r){let i=t.long&&this._findOption(t.long)?t.long:t.short;throw new Error(`Cannot add option '${t.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${i}'
17
+ - already used by option '${r.flags}'`)}this._initOptionGroup(t),this.options.push(t)}_registerCommand(t){let r=n=>[n.name()].concat(n.aliases()),i=r(t).find(n=>this._findCommand(n));if(i){let n=r(this._findCommand(i)).join("|"),o=r(t).join("|");throw new Error(`cannot add command '${o}' as already have command '${n}'`)}this._initCommandGroup(t),this.commands.push(t)}addOption(t){this._registerOption(t);let r=t.name(),i=t.attributeName();if(t.negate){let o=t.long.replace(/^--no-/,"--");this._findOption(o)||this.setOptionValueWithSource(i,t.defaultValue===void 0?!0:t.defaultValue,"default")}else t.defaultValue!==void 0&&this.setOptionValueWithSource(i,t.defaultValue,"default");let n=(o,a,s)=>{o==null&&t.presetArg!==void 0&&(o=t.presetArg);let c=this.getOptionValue(i);o!==null&&t.parseArg?o=this._callParseArg(t,o,c,a):o!==null&&t.variadic&&(o=t._collectValue(o,c)),o==null&&(t.negate?o=!1:t.isBoolean()||t.optional?o=!0:o=""),this.setOptionValueWithSource(i,o,s)};return this.on("option:"+r,o=>{let a=`error: option '${t.flags}' argument '${o}' is invalid.`;n(o,a,"cli")}),t.envVar&&this.on("optionEnv:"+r,o=>{let a=`error: option '${t.flags}' value '${o}' from env '${t.envVar}' is invalid.`;n(o,a,"env")}),this}_optionEx(t,r,i,n,o){if(typeof r=="object"&&r instanceof Zd)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let a=this.createOption(r,i);if(a.makeOptionMandatory(!!t.mandatory),typeof n=="function")a.default(o).argParser(n);else if(n instanceof RegExp){let s=n;n=(c,u)=>{let l=s.exec(c);return l?l[0]:u},a.default(o).argParser(n)}else a.default(n);return this.addOption(a)}option(t,r,i,n){return this._optionEx({},t,r,i,n)}requiredOption(t,r,i,n){return this._optionEx({mandatory:!0},t,r,i,n)}combineFlagAndOptionalValue(t=!0){return this._combineFlagAndOptionalValue=!!t,this}allowUnknownOption(t=!0){return this._allowUnknownOption=!!t,this}allowExcessArguments(t=!0){return this._allowExcessArguments=!!t,this}enablePositionalOptions(t=!0){return this._enablePositionalOptions=!!t,this}passThroughOptions(t=!0){return this._passThroughOptions=!!t,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(t=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!t,this}getOptionValue(t){return this._storeOptionsAsProperties?this[t]:this._optionValues[t]}setOptionValue(t,r){return this.setOptionValueWithSource(t,r,void 0)}setOptionValueWithSource(t,r,i){return this._storeOptionsAsProperties?this[t]=r:this._optionValues[t]=r,this._optionValueSources[t]=i,this}getOptionValueSource(t){return this._optionValueSources[t]}getOptionValueSourceWithGlobals(t){let r;return this._getCommandAndAncestors().forEach(i=>{i.getOptionValueSource(t)!==void 0&&(r=i.getOptionValueSource(t))}),r}_prepareUserArgs(t,r){if(t!==void 0&&!Array.isArray(t))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},t===void 0&&r.from===void 0){U.versions?.electron&&(r.from="electron");let n=U.execArgv??[];(n.includes("-e")||n.includes("--eval")||n.includes("-p")||n.includes("--print"))&&(r.from="eval")}t===void 0&&(t=U.argv),this.rawArgs=t.slice();let i;switch(r.from){case void 0:case"node":this._scriptPath=t[1],i=t.slice(2);break;case"electron":U.defaultApp?(this._scriptPath=t[1],i=t.slice(2)):i=t.slice(1);break;case"user":i=t.slice(0);break;case"eval":i=t.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",i}parse(t,r){this._prepareForParse();let i=this._prepareUserArgs(t,r);return this._parseCommand([],i),this}async parseAsync(t,r){this._prepareForParse();let i=this._prepareUserArgs(t,r);return await this._parseCommand([],i),this}_prepareForParse(){this._savedState===null?this.saveStateBeforeParse():this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
18
+ - either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(t,r,i){if(dr.existsSync(t))return;let n=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",o=`'${t}' does not exist
19
+ - if '${i}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
20
+ - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
21
+ - ${n}`;throw new Error(o)}_executeSubCommand(t,r){r=r.slice();let i=!1,n=[".js",".ts",".tsx",".mjs",".cjs"];function o(l,f){let p=Te.resolve(l,f);if(dr.existsSync(p))return p;if(n.includes(Te.extname(f)))return;let y=n.find(b=>dr.existsSync(`${p}${b}`));if(y)return`${p}${y}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let a=t._executableFile||`${this._name}-${t._name}`,s=this._executableDir||"";if(this._scriptPath){let l;try{l=dr.realpathSync(this._scriptPath)}catch{l=this._scriptPath}s=Te.resolve(Te.dirname(l),s)}if(s){let l=o(s,a);if(!l&&!t._executableFile&&this._scriptPath){let f=Te.basename(this._scriptPath,Te.extname(this._scriptPath));f!==this._name&&(l=o(s,`${f}-${t._name}`))}a=l||a}i=n.includes(Te.extname(a));let c;U.platform!=="win32"?i?(r.unshift(a),r=Vd(U.execArgv).concat(r),c=Zo.spawn(U.argv[0],r,{stdio:"inherit"})):c=Zo.spawn(a,r,{stdio:"inherit"}):(this._checkForMissingExecutable(a,s,t._name),r.unshift(a),r=Vd(U.execArgv).concat(r),c=Zo.spawn(U.execPath,r,{stdio:"inherit"})),c.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(f=>{U.on(f,()=>{c.killed===!1&&c.exitCode===null&&c.kill(f)})});let u=this._exitCallback;c.on("close",l=>{l=l??1,u?u(new Mo(l,"commander.executeSubCommandAsync","(close)")):U.exit(l)}),c.on("error",l=>{if(l.code==="ENOENT")this._checkForMissingExecutable(a,s,t._name);else if(l.code==="EACCES")throw new Error(`'${a}' not executable`);if(!u)U.exit(1);else{let f=new Mo(1,"commander.executeSubCommandAsync","(error)");f.nestedError=l,u(f)}}),this.runningCommand=c}_dispatchSubcommand(t,r,i){let n=this._findCommand(t);n||this.help({error:!0}),n._prepareForParse();let o;return o=this._chainOrCallSubCommandHook(o,n,"preSubcommand"),o=this._chainOrCall(o,()=>{if(n._executableHandler)this._executeSubCommand(n,r.concat(i));else return n._parseCommand(r,i)}),o}_dispatchHelpCommand(t){t||this.help();let r=this._findCommand(t);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(t,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((t,r)=>{t.required&&this.args[r]==null&&this.missingArgument(t.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let t=(i,n,o)=>{let a=n;if(n!==null&&i.parseArg){let s=`error: command-argument value '${n}' is invalid for argument '${i.name()}'.`;a=this._callParseArg(i,n,o,s)}return a};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((i,n)=>{let o=i.defaultValue;i.variadic?n<this.args.length?(o=this.args.slice(n),i.parseArg&&(o=o.reduce((a,s)=>t(i,s,a),i.defaultValue))):o===void 0&&(o=[]):n<this.args.length&&(o=this.args[n],i.parseArg&&(o=t(i,o,i.defaultValue))),r[n]=o}),this.processedArgs=r}_chainOrCall(t,r){return t?.then&&typeof t.then=="function"?t.then(()=>r()):r()}_chainOrCallHooks(t,r){let i=t,n=[];return this._getCommandAndAncestors().reverse().filter(o=>o._lifeCycleHooks[r]!==void 0).forEach(o=>{o._lifeCycleHooks[r].forEach(a=>{n.push({hookedCommand:o,callback:a})})}),r==="postAction"&&n.reverse(),n.forEach(o=>{i=this._chainOrCall(i,()=>o.callback(o.hookedCommand,this))}),i}_chainOrCallSubCommandHook(t,r,i){let n=t;return this._lifeCycleHooks[i]!==void 0&&this._lifeCycleHooks[i].forEach(o=>{n=this._chainOrCall(n,()=>o(this,r))}),n}_parseCommand(t,r){let i=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),t=t.concat(i.operands),r=i.unknown,this.args=t.concat(r),t&&this._findCommand(t[0]))return this._dispatchSubcommand(t[0],t.slice(1),r);if(this._getHelpCommand()&&t[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(t[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,t,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(i.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let n=()=>{i.unknown.length>0&&this.unknownOption(i.unknown[0])},o=`command:${this.name()}`;if(this._actionHandler){n(),this._processArguments();let a;return a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,()=>this._actionHandler(this.processedArgs)),this.parent&&(a=this._chainOrCall(a,()=>{this.parent.emit(o,t,r)})),a=this._chainOrCallHooks(a,"postAction"),a}if(this.parent?.listenerCount(o))n(),this._processArguments(),this.parent.emit(o,t,r);else if(t.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",t,r);this.listenerCount("command:*")?this.emit("command:*",t,r):this.commands.length?this.unknownCommand():(n(),this._processArguments())}else this.commands.length?(n(),this.help({error:!0})):(n(),this._processArguments())}_findCommand(t){if(t)return this.commands.find(r=>r._name===t||r._aliases.includes(t))}_findOption(t){return this.options.find(r=>r.is(t))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(t=>{t.options.forEach(r=>{r.mandatory&&t.getOptionValue(r.attributeName())===void 0&&t.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let t=this.options.filter(i=>{let n=i.attributeName();return this.getOptionValue(n)===void 0?!1:this.getOptionValueSource(n)!=="default"});t.filter(i=>i.conflictsWith.length>0).forEach(i=>{let n=t.find(o=>i.conflictsWith.includes(o.attributeName()));n&&this._conflictingOption(i,n)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(t=>{t._checkForConflictingLocalOptions()})}parseOptions(t){let r=[],i=[],n=r;function o(l){return l.length>1&&l[0]==="-"}let a=l=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(l)?!this._getCommandAndAncestors().some(f=>f.options.map(p=>p.short).some(p=>/^-\d$/.test(p))):!1,s=null,c=null,u=0;for(;u<t.length||c;){let l=c??t[u++];if(c=null,l==="--"){n===i&&n.push(l),n.push(...t.slice(u));break}if(s&&(!o(l)||a(l))){this.emit(`option:${s.name()}`,l);continue}if(s=null,o(l)){let f=this._findOption(l);if(f){if(f.required){let p=t[u++];p===void 0&&this.optionMissingArgument(f),this.emit(`option:${f.name()}`,p)}else if(f.optional){let p=null;u<t.length&&(!o(t[u])||a(t[u]))&&(p=t[u++]),this.emit(`option:${f.name()}`,p)}else this.emit(`option:${f.name()}`);s=f.variadic?f:null;continue}}if(l.length>2&&l[0]==="-"&&l[1]!=="-"){let f=this._findOption(`-${l[1]}`);if(f){f.required||f.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${f.name()}`,l.slice(2)):(this.emit(`option:${f.name()}`),c=`-${l.slice(2)}`);continue}}if(/^--[^=]+=/.test(l)){let f=l.indexOf("="),p=this._findOption(l.slice(0,f));if(p&&(p.required||p.optional)){this.emit(`option:${p.name()}`,l.slice(f+1));continue}}if(n===r&&o(l)&&!(this.commands.length===0&&a(l))&&(n=i),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&i.length===0){if(this._findCommand(l)){r.push(l),i.push(...t.slice(u));break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){r.push(l,...t.slice(u));break}else if(this._defaultCommandName){i.push(l,...t.slice(u));break}}if(this._passThroughOptions){n.push(l,...t.slice(u));break}n.push(l)}return{operands:r,unknown:i}}opts(){if(this._storeOptionsAsProperties){let t={},r=this.options.length;for(let i=0;i<r;i++){let n=this.options[i].attributeName();t[n]=n===this._versionOptionName?this._version:this[n]}return t}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((t,r)=>Object.assign(t,r.opts()),{})}error(t,r){this._outputConfiguration.outputError(`${t}
22
+ `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
23
+ `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
24
+ `),this.outputHelp({error:!0}));let i=r||{},n=i.exitCode||1,o=i.code||"commander.error";this._exit(n,o,t)}_parseOptionsEnv(){this.options.forEach(t=>{if(t.envVar&&t.envVar in U.env){let r=t.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(t.required||t.optional?this.emit(`optionEnv:${t.name()}`,U.env[t.envVar]):this.emit(`optionEnv:${t.name()}`))}})}_parseOptionsImplied(){let t=new bv(this.options),r=i=>this.getOptionValue(i)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(i));this.options.filter(i=>i.implied!==void 0&&r(i.attributeName())&&t.valueFromOption(this.getOptionValue(i.attributeName()),i)).forEach(i=>{Object.keys(i.implied).filter(n=>!r(n)).forEach(n=>{this.setOptionValueWithSource(n,i.implied[n],"implied")})})}missingArgument(t){let r=`error: missing required argument '${t}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(t){let r=`error: option '${t.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(t){let r=`error: required option '${t.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(t,r){let i=a=>{let s=a.attributeName(),c=this.getOptionValue(s),u=this.options.find(f=>f.negate&&s===f.attributeName()),l=this.options.find(f=>!f.negate&&s===f.attributeName());return u&&(u.presetArg===void 0&&c===!1||u.presetArg!==void 0&&c===u.presetArg)?u:l||a},n=a=>{let s=i(a),c=s.attributeName();return this.getOptionValueSource(c)==="env"?`environment variable '${s.envVar}'`:`option '${s.flags}'`},o=`error: ${n(t)} cannot be used with ${n(r)}`;this.error(o,{code:"commander.conflictingOption"})}unknownOption(t){if(this._allowUnknownOption)return;let r="";if(t.startsWith("--")&&this._showSuggestionAfterError){let n=[],o=this;do{let a=o.createHelp().visibleOptions(o).filter(s=>s.long).map(s=>s.long);n=n.concat(a),o=o.parent}while(o&&!o._enablePositionalOptions);r=Md(t,n)}let i=`error: unknown option '${t}'${r}`;this.error(i,{code:"commander.unknownOption"})}_excessArguments(t){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,i=r===1?"":"s",o=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${i} but got ${t.length}.`;this.error(o,{code:"commander.excessArguments"})}unknownCommand(){let t=this.args[0],r="";if(this._showSuggestionAfterError){let n=[];this.createHelp().visibleCommands(this).forEach(o=>{n.push(o.name()),o.alias()&&n.push(o.alias())}),r=Md(t,n)}let i=`error: unknown command '${t}'${r}`;this.error(i,{code:"commander.unknownCommand"})}version(t,r,i){if(t===void 0)return this._version;this._version=t,r=r||"-V, --version",i=i||"output the version number";let n=this.createOption(r,i);return this._versionOptionName=n.attributeName(),this._registerOption(n),this.on("option:"+n.name(),()=>{this._outputConfiguration.writeOut(`${t}
25
+ `),this._exit(0,"commander.version",t)}),this}description(t,r){return t===void 0&&r===void 0?this._description:(this._description=t,r&&(this._argsDescription=r),this)}summary(t){return t===void 0?this._summary:(this._summary=t,this)}alias(t){if(t===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),t===r._name)throw new Error("Command alias can't be the same as its name");let i=this.parent?._findCommand(t);if(i){let n=[i.name()].concat(i.aliases()).join("|");throw new Error(`cannot add alias '${t}' to command '${this.name()}' as already have command '${n}'`)}return r._aliases.push(t),this}aliases(t){return t===void 0?this._aliases:(t.forEach(r=>this.alias(r)),this)}usage(t){if(t===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(i=>_v(i));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=t,this}name(t){return t===void 0?this._name:(this._name=t,this)}helpGroup(t){return t===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=t,this)}commandsGroup(t){return t===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=t,this)}optionsGroup(t){return t===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=t,this)}_initOptionGroup(t){this._defaultOptionGroup&&!t.helpGroupHeading&&t.helpGroup(this._defaultOptionGroup)}_initCommandGroup(t){this._defaultCommandGroup&&!t.helpGroup()&&t.helpGroup(this._defaultCommandGroup)}nameFromFilename(t){return this._name=Te.basename(t,Te.extname(t)),this}executableDir(t){return t===void 0?this._executableDir:(this._executableDir=t,this)}helpInformation(t){let r=this.createHelp(),i=this._getOutputContext(t);r.prepareContext({error:i.error,helpWidth:i.helpWidth,outputHasColors:i.hasColors});let n=r.formatHelp(this,r);return i.hasColors?n:this._outputConfiguration.stripColor(n)}_getOutputContext(t){t=t||{};let r=!!t.error,i,n,o;return r?(i=s=>this._outputConfiguration.writeErr(s),n=this._outputConfiguration.getErrHasColors(),o=this._outputConfiguration.getErrHelpWidth()):(i=s=>this._outputConfiguration.writeOut(s),n=this._outputConfiguration.getOutHasColors(),o=this._outputConfiguration.getOutHelpWidth()),{error:r,write:s=>(n||(s=this._outputConfiguration.stripColor(s)),i(s)),hasColors:n,helpWidth:o}}outputHelp(t){let r;typeof t=="function"&&(r=t,t=void 0);let i=this._getOutputContext(t),n={error:i.error,write:i.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let o=this.helpInformation({error:i.error});if(r&&(o=r(o),typeof o!="string"&&!Buffer.isBuffer(o)))throw new Error("outputHelp callback must return a string or a Buffer");i.write(o),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",n))}helpOption(t,r){return typeof t=="boolean"?(t?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(t??"-h, --help",r??"display help for command"),(t||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(t){return this._helpOption=t,this._initOptionGroup(t),this}help(t){this.outputHelp(t);let r=Number(U.exitCode??0);r===0&&t&&typeof t!="function"&&t.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(t,r){let i=["beforeAll","before","after","afterAll"];if(!i.includes(t))throw new Error(`Unexpected value for position to addHelpText.
26
+ Expecting one of '${i.join("', '")}'`);let n=`${t}Help`;return this.on(n,o=>{let a;typeof r=="function"?a=r({error:o.error,command:o.command}):a=r,a&&o.write(`${a}
27
+ `)}),this}_outputHelpIfRequested(t){let r=this._getHelpOption();r&&t.find(n=>r.is(n))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function Vd(e){return e.map(t=>{if(!t.startsWith("--inspect"))return t;let r,i="127.0.0.1",n="9229",o;return(o=t.match(/^(--inspect(-brk)?)$/))!==null?r=o[1]:(o=t.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=o[1],/^\d+$/.test(o[3])?n=o[3]:i=o[3]):(o=t.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=o[1],i=o[3],n=o[4]),r&&n!=="0"?`${r}=${i}:${parseInt(n)+1}`:t})}function Bo(){if(U.env.NO_COLOR||U.env.FORCE_COLOR==="0"||U.env.FORCE_COLOR==="false")return!1;if(U.env.FORCE_COLOR||U.env.CLICOLOR_FORCE!==void 0)return!0}Go.Command=Vo;Go.useColor=Bo});var Jd=X(ge=>{"use strict";var{Argument:Gd}=lr(),{Command:Ho}=Bd(),{CommanderError:kv,InvalidArgumentError:Hd}=sn(),{Help:Sv}=Uo(),{Option:Wd}=Fo();ge.program=new Ho;ge.createCommand=e=>new Ho(e);ge.createOption=(e,t)=>new Wd(e,t);ge.createArgument=(e,t)=>new Gd(e,t);ge.Command=Ho;ge.Option=Wd;ge.Argument=Gd;ge.Help=Sv;ge.CommanderError=kv;ge.InvalidArgumentError=Hd;ge.InvalidOptionArgumentError=Hd});function tp(e){if(!e||typeof e!="string")return;let t=e.trim().toLowerCase();return Object.values(Jo).includes(t)?t:void 0}function np(e){if(e==null)return;if(typeof e!="string")throw z.validation("Idempotency key must be a string.");let t=e.trim();if(!t)throw z.validation("Idempotency key must not be empty.");if(t.length>fr.MAX_LENGTH)throw z.validation(`Idempotency key must be at most ${fr.MAX_LENGTH} characters.`);return t}function Ov(e){let t=e.code;return t==="ERR_INVALID_URL"?!1:typeof t=="string"?!0:e instanceof TypeError?!/\burl\b/i.test(e.message):!1}function ce(e){return e!==null&&typeof e=="object"&&"name"in e&&e.name==="ShipError"&&"status"in e}function Dv(e){let t=e.replace(/\\/g,"/").split("/").pop()??"",r=t.lastIndexOf(".");return r<=0||r===t.length-1?null:t.slice(r+1).toLowerCase()}function qo(e,t){let r=Dv(e);return r===null?!1:Array.isArray(t)?t.includes(r):t.has(r)}function rp(e){return Pv.test(e)}function Xo(e){return e.replace(/\\/g,"/").split("/").filter(Boolean).some(r=>Ko.has(r))}function Tv(e){return e.startsWith(un.PREFIX)?$t.API_KEY:e.startsWith(ln.PREFIX)?$t.DEPLOY_TOKEN:$t.OPAQUE}function op(e){let t=e.charCodeAt(0)===65279?e.slice(1):e,r;try{r=JSON.parse(t)}catch(i){throw z.config(`invalid JSON format in config: ${i.message}`,{filePath:Ae})}if(r===null||typeof r!="object"||Array.isArray(r))throw z.config(`${Ae} must contain a JSON object`,{filePath:Ae})}function ap(e,t,r){if(!e.startsWith(t.PREFIX))throw z.validation(`${r} must start with "${t.PREFIX}"`);if(e.length!==t.TOTAL_LENGTH)throw z.validation(`${r} must be ${t.TOTAL_LENGTH} characters total (${t.PREFIX} + ${t.HEX_LENGTH} hex chars)`);let i=e.slice(t.PREFIX.length);if(!new RegExp(`^[a-f0-9]{${t.HEX_LENGTH}}$`,"i").test(i))throw z.validation(`${r} must contain ${t.HEX_LENGTH} hexadecimal characters after "${t.PREFIX}" prefix`)}function Av(e){ap(e,un,"API key")}function Cv(e){ap(e,ln,"Deploy token")}function it(e){switch(Tv(e)){case $t.API_KEY:Av(e);return;case $t.DEPLOY_TOKEN:Cv(e);return;case $t.OPAQUE:if(!e)throw z.validation("Token must be a non-empty string")}}function sp(e){if(!e||e.length>cn.MAX_LENGTH||!cn.PATTERN.test(e))throw z.validation(`Caller must be 1-${cn.MAX_LENGTH} characters: letters, digits, dots, underscores, or hyphens`)}function cp(e){try{let t=new URL(e);if(!["http:","https:"].includes(t.protocol))throw z.validation("API URL must use http:// or https:// protocol");if(t.pathname!=="/"&&t.pathname!=="")throw z.validation("API URL must not contain a path");if(t.search||t.hash)throw z.validation("API URL must not contain query parameters or fragments")}catch(t){throw ce(t)?t:z.validation("API URL must be a valid URL")}}function Yo(e){if(e==null)return;if(typeof e!="string")throw z.validation("Password must be a string");let t=e.trim();if(t.length<mr.MIN_LENGTH||t.length>mr.MAX_LENGTH)throw z.validation(`Password must be between ${mr.MIN_LENGTH} and ${mr.MAX_LENGTH} characters`);return t}var ep,Jo,fr,Z,ke,C,wv,Wo,Iv,zv,z,Ev,Dk,Pv,Ko,Qd,un,ln,cn,$t,Ae,ip,hr,up,dn,lp,Ek,Me,dp,mr,B=te(()=>{"use strict";ep={PENDING:"pending",SUCCESS:"success",FAILED:"failed",DELETING:"deleting"},Jo={WEB:"web",SDK:"sdk",CLI:"cli",MCP:"mcp",GIT:"git",N8N:"n8n",GPT:"gpt",VSC:"vsc"},fr={HEADER:"Idempotency-Key",MAX_LENGTH:256,WINDOW_SECONDS:1440*60};Z={DEPLOYMENTS:"/deployments",DEPLOYMENT:e=>`/deployments/${e}`,DEPLOYMENT_CONFIG:e=>`/deployments/${e}/config`,DOMAINS:"/domains",DOMAIN:e=>`/domains/${e}`,DOMAIN_VERIFY:e=>`/domains/${e}/verify`,DOMAIN_DNS:e=>`/domains/${e}/dns`,DOMAIN_RECORDS:e=>`/domains/${e}/records`,DOMAIN_SHARE:e=>`/domains/${e}/share`,DOMAIN_PROPAGATION:e=>`/domains/${e}/propagation`,DOMAINS_VALIDATE:"/domains/validate",TOKENS:"/tokens",TOKEN:e=>`/tokens/${e}`,ACCOUNT:"/account",ACCOUNT_KEY:"/account/key",ACCOUNT_CLAIM:"/account/claim",ACTIVITIES:"/activities",LABELS:"/labels",LIMITS:"/limits",PING:"/ping",SETUP:"/setup",SPA_CHECK:"/spa-check",UPLOAD:"/upload"},ke={FILES:"files[]",CHECKSUMS:"checksums",LABELS:"labels",VIA:"via",PASSWORD:"password",BUILD:"build",PRERENDER:"prerender",SPA:"spa",CAPTCHA:"captcha"},C={Validation:"validation_failed",NotFound:"not_found",Forbidden:"forbidden",RateLimit:"rate_limit_exceeded",Authentication:"authentication_failed",Business:"business_logic_error",Api:"internal_server_error",Maintenance:"maintenance",Network:"network_error",Cancelled:"operation_cancelled",File:"file_error",Config:"config_error"},wv=new Set([C.Network,C.Cancelled,C.File,C.Config]),Wo={client:new Set([C.Business,C.Cancelled,C.Config,C.File,C.Forbidden,C.NotFound,C.RateLimit,C.Validation]),network:new Set([C.Network]),auth:new Set([C.Authentication])},Iv=new Set(Object.values(C).filter(e=>!wv.has(e))),zv=200;z=class e extends Error{type;status;details;constructor(t,r,i,n){super(r),this.type=t,this.status=i,this.details=n,this.name="ShipError"}toResponse(){let t=this.details,r=this.type===C.Authentication&&t?.internal?void 0:this.details;return{error:this.type,message:this.message,status:this.status,details:r}}static async fromHttpResponse(t,r){let i,n,o;try{if(t.headers.get("content-type")?.includes("application/json")){let u=await t.json();if(u&&typeof u=="object"){let l=u;typeof l.message=="string"?i=l.message:typeof l.error=="string"&&(i=l.error),n=l.details,typeof l.error=="string"&&Iv.has(l.error)&&(o=l.error)}}else{let u=(await t.text()).trim();u&&!u.startsWith("<")&&u.length<=zv&&(i=u)}}catch{}let a=t.headers.get("retry-after");if(a!==null){let c=a.trim(),u=/^\d+$/.test(c)?Number(c):Math.ceil((Date.parse(c)-Date.now())/1e3);if(Number.isFinite(u)&&u>=0){let l=n&&typeof n=="object"?n:{};l.retryAfter===void 0&&(n={...l,retryAfter:u})}}i=i||`${r||"Request"} failed with status ${t.status}`;let s=o??(t.status===401?C.Authentication:t.status===403?C.Forbidden:t.status===429?C.RateLimit:C.Api);return new e(s,i,t.status,n)}static fromFetchError(t,r){if(ce(t))return t;let i=r||"Request",n=t?.name;return n==="AbortError"?e.cancelled(`${i} was cancelled`):n==="TimeoutError"?e.network(`${i} timed out`,{cause:t}):t instanceof Error?Ov(t)?e.network(`${i} failed: ${t.message}`,{cause:t}):new e(C.Api,`${i} failed: ${t.message}`):new e(C.Api,`${i} failed: Unknown error`)}static validation(t,r){return new e(C.Validation,t,400,r)}static notFound(t,r){let i=r?`${t} ${r} not found`:`${t} not found`;return new e(C.NotFound,i,404)}static forbidden(t,r){return new e(C.Forbidden,t,403,r)}static rateLimit(t="Too many requests",r){return new e(C.RateLimit,t,429,r)}static authentication(t="Authentication required",r){return new e(C.Authentication,t,401,r)}static business(t,r=400,i){return new e(C.Business,t,r,i)}static network(t,r){return new e(C.Network,t,void 0,r)}static cancelled(t,r){return new e(C.Cancelled,t,void 0,r)}static file(t,r){return new e(C.File,t,void 0,r)}static config(t,r){return new e(C.Config,t,void 0,r)}static api(t,r=500,i){return new e(C.Api,t,r,i)}static maintenance(t,r){return new e(C.Maintenance,t,503,r)}isClientError(){return Wo.client.has(this.type)?!0:this.status!==void 0&&this.status>=400&&this.status<500}isNetworkError(){return Wo.network.has(this.type)}isAuthError(){return Wo.auth.has(this.type)}isType(t){return this.type===t}};Ev=["html","htm","xhtml","xml","txt","md","markdown","pdf","csv","json","jsonc","webmanifest","map","toml","yaml","yml","rss","atom","css","scss","sass","less","js","mjs","cjs","jsx","ts","tsx","wasm","vue","svelte","png","jpg","jpeg","gif","webp","avif","svg","ico","bmp","tif","tiff","heic","heif","woff","woff2","ttf","otf","eot","mp3","wav","ogg","oga","opus","m4a","aac","flac","weba","mp4","webm","ogv","mov","m4v","avi","glb","gltf","usdz","vtt","srt","zip"],Dk=Ev.map(e=>`.${e}`).join(","),Pv=/[\x00-\x1f\x7f#?%\\<>"]/;Ko=new Set(["node_modules","package.json"]);Qd={SESSION:"session",API_KEY:"apiKey",TOKEN:"token",AGENT:"agent",OAUTH:"oauth",WEBHOOK:"webhook",SYSTEM:"system"},un={PREFIX:"ship-",HEX_LENGTH:32,TOTAL_LENGTH:37,HINT_LENGTH:4},ln={PREFIX:"deploy-",HEX_LENGTH:32,TOTAL_LENGTH:39},cn={HEADER:"X-Caller",MAX_LENGTH:128,PATTERN:/^[a-zA-Z0-9._-]+$/},$t={API_KEY:Qd.API_KEY,DEPLOY_TOKEN:Qd.TOKEN,OPAQUE:"opaque"};Ae="ship.json",ip={rewrites:[{source:"/(.*)",destination:"/index.html"}]},hr={INDEX_FILE:"index.html",MAX_INDEX_BYTES:100*1024};up="https://api.shipstatic.com",dn={TOKEN:"SHIP_TOKEN",API_URL:"SHIP_API_URL"},lp="https://my.shipstatic.com/api-key",Ek=4320*60,Me={MIN_LENGTH:3,MAX_LENGTH:25,MAX_COUNT:10,SEPARATORS:"._-"},dp=/^[a-z0-9]+(?:[._-][a-z0-9]+)*$/,mr={MIN_LENGTH:6,MAX_LENGTH:128}});var Ce={};ae(Ce,{bgBlack:()=>Kv,bgBlue:()=>ey,bgBlueBright:()=>hy,bgCyan:()=>ny,bgCyanBright:()=>vy,bgGray:()=>iy,bgGreen:()=>Yv,bgGreenBright:()=>my,bgMagenta:()=>ty,bgMagentaBright:()=>gy,bgRed:()=>Xv,bgRedBright:()=>py,bgWhite:()=>ry,bgWhiteBright:()=>yy,bgYellow:()=>Qv,bgYellowBright:()=>fy,black:()=>Gv,blue:()=>yr,blueBright:()=>cy,bold:()=>Qo,cyan:()=>Wv,cyanBright:()=>ly,dim:()=>Ve,gray:()=>qv,green:()=>mn,greenBright:()=>ay,hidden:()=>Se,inverse:()=>pn,italic:()=>Nv,magenta:()=>Hv,magentaBright:()=>uy,overline:()=>Vv,red:()=>gr,redBright:()=>oy,reset:()=>Uv,strikethrough:()=>Bv,underline:()=>Rv,underlineBlack:()=>_y,underlineBlue:()=>ky,underlineBlueBright:()=>Py,underlineCurly:()=>Fv,underlineCyan:()=>wy,underlineCyanBright:()=>Ay,underlineDashed:()=>Mv,underlineDotted:()=>Zv,underlineDouble:()=>Lv,underlineGray:()=>zy,underlineGreen:()=>xy,underlineGreenBright:()=>Dy,underlineMagenta:()=>Sy,underlineMagentaBright:()=>Ty,underlineRed:()=>$y,underlineRedBright:()=>Oy,underlineWhite:()=>Iy,underlineWhiteBright:()=>Cy,underlineYellow:()=>by,underlineYellowBright:()=>Ey,white:()=>Jv,whiteBright:()=>dy,yellow:()=>vr,yellowBright:()=>sy});var pp,jv,P,Uv,Qo,Ve,Nv,Rv,Lv,Fv,Zv,Mv,Vv,pn,Se,Bv,Gv,gr,mn,vr,yr,Hv,Wv,Jv,qv,Kv,Xv,Yv,Qv,ey,ty,ny,ry,iy,oy,ay,sy,cy,uy,ly,dy,py,my,fy,hy,gy,vy,yy,_y,$y,xy,by,ky,Sy,wy,Iy,zy,Oy,Dy,Ey,Py,Ty,Ay,Cy,ea=te(()=>{"use strict";pp=se(require("tty"),1),jv=pp.default?.WriteStream?.prototype?.hasColors?.()??!1,P=(e,t)=>{if(!jv)return n=>n;let r=`\x1B[${e}m`,i=`\x1B[${t}m`;return n=>{let o=n+"",a=o.indexOf(i);if(a===-1)return r+o+i;let s=r,c=0,l=(t===22?i:"")+r;for(;a!==-1;)s+=o.slice(c,a)+l,c=a+i.length,a=o.indexOf(i,c);return s+=o.slice(c)+i,s}},Uv=P(0,0),Qo=P(1,22),Ve=P(2,22),Nv=P(3,23),Rv=P(4,24),Lv=P("4:2",24),Fv=P("4:3",24),Zv=P("4:4",24),Mv=P("4:5",24),Vv=P(53,55),pn=P(7,27),Se=P(8,28),Bv=P(9,29),Gv=P(30,39),gr=P(31,39),mn=P(32,39),vr=P(33,39),yr=P(34,39),Hv=P(35,39),Wv=P(36,39),Jv=P(37,39),qv=P(90,39),Kv=P(40,49),Xv=P(41,49),Yv=P(42,49),Qv=P(43,49),ey=P(44,49),ty=P(45,49),ny=P(46,49),ry=P(47,49),iy=P(100,49),oy=P(91,39),ay=P(92,39),sy=P(93,39),cy=P(94,39),uy=P(95,39),ly=P(96,39),dy=P(97,39),py=P(101,49),my=P(102,49),fy=P(103,49),hy=P(104,49),gy=P(105,49),vy=P(106,49),yy=P(107,49),_y=P("58;5;0",59),$y=P("58;5;1",59),xy=P("58;5;2",59),by=P("58;5;3",59),ky=P("58;5;4",59),Sy=P("58;5;5",59),wy=P("58;5;6",59),Iy=P("58;5;7",59),zy=P("58;5;8",59),Oy=P("58;5;9",59),Dy=P("58;5;10",59),Ey=P("58;5;11",59),Py=P("58;5;12",59),Ty=P("58;5;13",59),Ay=P("58;5;14",59),Cy=P("58;5;15",59)});var fn=te(()=>{"use strict";ea();ea()});function Sx(){return typeof process<"u"&&process.versions&&process.versions.node?"node":typeof window<"u"||typeof self<"u"?"browser":"unknown"}function Qt(){return ph||Sx()}var ph,no=te(()=>{"use strict";ph=null});var vh=X((Rw,gh)=>{"use strict";gh.exports=({onlyFirst:e=!1}={})=>{let t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}});var _h=X((Lw,yh)=>{"use strict";var Tx=vh();yh.exports=e=>typeof e=="string"?e.replace(Tx(),""):e});var $h=X((Fw,oo)=>{"use strict";var Ax=(function(){"use strict";function e(a,s,c,u){var l;typeof s=="object"&&(c=s.depth,u=s.prototype,l=s.filter,s=s.circular);var f=[],p=[],y=typeof Buffer<"u";typeof s>"u"&&(s=!0),typeof c>"u"&&(c=1/0);function b(D,I){if(D===null)return null;if(I==0)return D;var $,_;if(typeof D!="object")return D;if(e.__isArray(D))$=[];else if(e.__isRegExp(D))$=new RegExp(D.source,o(D)),D.lastIndex&&($.lastIndex=D.lastIndex);else if(e.__isDate(D))$=new Date(D.getTime());else{if(y&&Buffer.isBuffer(D))return Buffer.allocUnsafe?$=Buffer.allocUnsafe(D.length):$=new Buffer(D.length),D.copy($),$;typeof u>"u"?(_=Object.getPrototypeOf(D),$=Object.create(_)):($=Object.create(u),_=u)}if(s){var m=f.indexOf(D);if(m!=-1)return p[m];f.push(D),p.push($)}for(var d in D){var h;_&&(h=Object.getOwnPropertyDescriptor(_,d)),!(h&&h.set==null)&&($[d]=b(D[d],I-1))}return $}return b(a,c)}e.clonePrototype=function(s){if(s===null)return null;var c=function(){};return c.prototype=s,new c};function t(a){return Object.prototype.toString.call(a)}e.__objToStr=t;function r(a){return typeof a=="object"&&t(a)==="[object Date]"}e.__isDate=r;function i(a){return typeof a=="object"&&t(a)==="[object Array]"}e.__isArray=i;function n(a){return typeof a=="object"&&t(a)==="[object RegExp]"}e.__isRegExp=n;function o(a){var s="";return a.global&&(s+="g"),a.ignoreCase&&(s+="i"),a.multiline&&(s+="m"),s}return e.__getRegExpFlags=o,e})();typeof oo=="object"&&oo.exports&&(oo.exports=Ax)});var bh=X((Zw,xh)=>{"use strict";var Cx=$h();xh.exports=function(e,t){return e=e||{},Object.keys(t).forEach(function(r){typeof e[r]>"u"&&(e[r]=Cx(t[r]))}),e}});var Sh=X((Mw,kh)=>{"use strict";kh.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]]});var Oh=X((Vw,ad)=>{"use strict";var jx=bh(),qn=Sh(),Ih={nul:0,control:0};ad.exports=function(t){return zh(t,Ih)};ad.exports.config=function(e){return e=jx(e||{},Ih),function(r){return zh(r,e)}};function zh(e,t){if(typeof e!="string")return wh(e,t);for(var r=0,i=0;i<e.length;i++){var n=wh(e.charCodeAt(i),t);if(n<0)return-1;r+=n}return r}function wh(e,t){return e===0?t.nul:e<32||e>=127&&e<160?t.control:Ux(e)?0:1+(e>=4352&&(e<=4447||e==9001||e==9002||e>=11904&&e<=42191&&e!=12351||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65135||e>=65280&&e<=65376||e>=65504&&e<=65510||e>=131072&&e<=196605||e>=196608&&e<=262141))}function Ux(e){var t=0,r=qn.length-1,i;if(e<qn[0][0]||e>qn[r][1])return!1;for(;r>=t;)if(i=Math.floor((t+r)/2),e>qn[i][1])t=i+1;else if(e<qn[i][0])r=i-1;else return!0;return!1}});var sd=X((Bw,Dh)=>{"use strict";var Nx=_h(),Rx=Oh();Dh.exports=function(e){return Rx(Nx(e))}});var Eh=X((Gw,ft)=>{"use strict";var Re=sd();function ao(e,t){return Array.apply(null,{length:t+1}).join(e).slice(0,t)}function Lx(e,t,r){e=e??"",e=String(e);var i=t-Re(e);return i<=0?e:e+ao(r||" ",i)}function Fx(e,t,r){e=e??"",e=String(e);var i=t-Re(e);if(i<=0)return e;var n=Math.floor(i/2),o=i-n;return ao(r||" ",n)+e+ao(r||" ",o)}function Zx(e,t,r){e=e??"",e=String(e);var i=t-Re(e);return i<=0?e:ao(r||" ",i)+e}function Mx(e,t){function r(i,n){return i.trim().split(" ").reduce(function(o,a){var s=o[o.length-1];return s&&Re(s.join(" "))+Re(a)<n?o[o.length-1].push(a):o.push([a]),o},[]).map(function(o){return o.join(" ")})}return e.split(`
28
+ `).map(function(i){return r(i,t)}).reduce(function(i,n){return i.concat(n)},[])}function Vx(e,t,r){e=e.trim();for(var i=[],n=e.split(" "),o="",a=Re(r);o||n.length;){if(o){var s=o;o=""}else var s=n.shift();if(Re(s)>t){for(var c=0,u=0,l=t-a;c<s.length;){var f=Re(s.charAt(c));if(f+u>l)break;u+=f,++c}o=s.slice(c),s=s.slice(0,c),s+=r}i.push(s)}return i.join(" ")}function Bx(e,t){if(e=e??"",e=String(e),t==1/0)return e;for(var r=0,i=0;r<e.length;){var n=Re(e.charAt(r));if(n+i>t)break;i+=n,++r}return e.slice(0,r)}ft.exports.padRight=Lx;ft.exports.padCenter=Fx;ft.exports.padLeft=Zx;ft.exports.splitIntoLines=Mx;ft.exports.splitLongWords=Vx;ft.exports.truncateString=Bx});var jh=X((Hw,Ch)=>{"use strict";var cd=sd(),tn=Eh(),Gx=tn.padRight,Hx=tn.padCenter,Wx=tn.padLeft,Ph=tn.splitIntoLines,Jx=tn.splitLongWords,qx=tn.truncateString,Ah=function(t){return t.toUpperCase()},Kx=function(t,r,i){return t},Xx=Object.freeze({maxWidth:1/0,minWidth:0,columnSplitter:" ",truncate:!1,truncateMarker:"\u2026",preserveNewLines:!1,paddingChr:" ",showHeaders:!0,headingTransform:Ah,dataTransform:Kx});Ch.exports=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.config||{};delete t.config;var i=t.maxLineWidth||1/0;i==="auto"&&(i=process.stdout.columns||1/0),delete t.maxLineWidth,t=Th({},Xx,t),t.config=t.config||Object.create(null),t.spacing=t.spacing||`
29
+ `,t.preserveNewLines=!!t.preserveNewLines,t.showHeaders=!!t.showHeaders,t.columns=t.columns||t.include;var n=t.columns||[];e=tb(e,n),n.length||e.forEach(function(c){for(var u in c)n.indexOf(u)===-1&&n.push(u)});var o=n.reduce(function(c,u){var l=Object.create(t);return c[u]=Th(l,r[u]),c},Object.create(null));n.forEach(function(c){var u=o[c];u.name=c,u.maxWidth=Math.ceil(u.maxWidth),u.minWidth=Math.ceil(u.minWidth),u.truncate=!!u.truncate,u.align=u.align||"left"}),e=e.map(function(c){var u=Object.create(null);return n.forEach(function(l){u[l]=c[l]!=null?c[l]:"",u[l]=""+u[l],o[l].preserveNewLines?u[l]=u[l].replace(/[^\S\n]/gmi," "):u[l]=u[l].replace(/\s/gmi," ")}),u}),n.forEach(function(c){var u=o[c];e=e.map(function(l,f){var p=Object.create(u);l[c]=u.dataTransform(l[c],p,f);var y=Object.keys(p);if(y.indexOf("name")!==-1){if(u.headingTransform!==Ah)return;u.headingTransform=function(b){return b}}return y.forEach(function(b){return u[b]=p[b]}),l})});var a={};t.showHeaders&&(n.forEach(function(c){var u=o[c];if(!u.showHeaders){a[c]="";return}a[c]=u.headingTransform(u.name)}),e.unshift(a)),n.forEach(function(c){var u=o[c];u.width=e.map(function(l){return l[c]}).reduce(function(l,f){return l>=u.maxWidth?l:Math.max(l,Math.min(u.maxWidth,Math.max(u.minWidth,cd(f))))},0)}),n.forEach(function(c){var u=o[c];e=e.map(function(l){return l[c]=Jx(l[c],u.width,u.truncateMarker),l})}),n.forEach(function(c){var u=o[c];e=e.map(function(l,f){var p=l[c];if(l[c]=Ph(p,u.width),u.truncate&&l[c].length>1){l[c]=Ph(p,u.width-cd(u.truncateMarker));var y=l[c][0];eb(y,u.truncateMarker)||(l[c][0]+=u.truncateMarker),l[c]=l[c].slice(0,1)}return l})}),n.forEach(function(c){var u=o[c];u.width=e.map(function(l){return l[c].reduce(function(f,p){return f>=u.maxWidth?f:Math.max(f,Math.min(u.maxWidth,Math.max(u.minWidth,cd(p))))},0)}).reduce(function(l,f){return l>=u.maxWidth?l:Math.max(l,Math.min(u.maxWidth,Math.max(u.minWidth,f)))},0)});var s=Yx(e,o,n,t.paddingChr);return s.reduce(function(c,u){return c.concat(u.reduce(function(l,f){return l.concat(f.join(t.columnSplitter))},[]))},[]).map(function(c){return qx(c,i)}).join(t.spacing)};function Yx(e,t,r,i){return e.map(function(n){var o=[],a=0;r.forEach(function(u){a=Math.max(a,n[u].length)});for(var s=function(l){o[l]=o[l]||[],r.forEach(function(f){var p=t[f],y=n[f][l]||"";p.align==="right"?o[l].push(Wx(y,p.width,i)):p.align==="center"||p.align==="centre"?o[l].push(Hx(y,p.width,i)):o[l].push(Gx(y,p.width,i))})},c=0;c<a;c++)s(c);return o})}function Th(){return Object.assign?Object.assign.apply(Object,arguments):Qx.apply(void 0,arguments)}function Qx(e,t){"use strict";if(e==null)throw new TypeError("Cannot convert first argument to object");for(var r=Object(e),i=!1,n,o=1;o<arguments.length;o++){var a=arguments[o];if(a!=null){for(var s=Object.keys(Object(a)),c=0,u=s.length;c<u;c++){var l=s[c];try{var f=Object.getOwnPropertyDescriptor(a,l);f!==void 0&&f.enumerable&&(r[l]=a[l])}catch(p){i||(i=!0,n=p)}}if(i)throw n}}return r}function eb(e,t,r){r=r||e.length,r=r-t.length;var i=e.lastIndexOf(t);return i!==-1&&i===r}function tb(e,t){if(Array.isArray(e))return e;var r=[];for(var i in e){var n={};n[t[0]||"key"]=i,n[t[1]||"value"]=e[i],r.push(n)}return r}});var Qh=X((Xh,Yh)=>{"use strict";(function(e){if(typeof Xh=="object")Yh.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var t;try{t=window}catch{t=self}t.SparkMD5=e()}})(function(e){"use strict";var t=function($,_){return $+_&4294967295},r=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function i($,_,m,d,h,g){return _=t(t(_,$),t(d,g)),t(_<<h|_>>>32-h,m)}function n($,_){var m=$[0],d=$[1],h=$[2],g=$[3];m+=(d&h|~d&g)+_[0]-680876936|0,m=(m<<7|m>>>25)+d|0,g+=(m&d|~m&h)+_[1]-389564586|0,g=(g<<12|g>>>20)+m|0,h+=(g&m|~g&d)+_[2]+606105819|0,h=(h<<17|h>>>15)+g|0,d+=(h&g|~h&m)+_[3]-1044525330|0,d=(d<<22|d>>>10)+h|0,m+=(d&h|~d&g)+_[4]-176418897|0,m=(m<<7|m>>>25)+d|0,g+=(m&d|~m&h)+_[5]+1200080426|0,g=(g<<12|g>>>20)+m|0,h+=(g&m|~g&d)+_[6]-1473231341|0,h=(h<<17|h>>>15)+g|0,d+=(h&g|~h&m)+_[7]-45705983|0,d=(d<<22|d>>>10)+h|0,m+=(d&h|~d&g)+_[8]+1770035416|0,m=(m<<7|m>>>25)+d|0,g+=(m&d|~m&h)+_[9]-1958414417|0,g=(g<<12|g>>>20)+m|0,h+=(g&m|~g&d)+_[10]-42063|0,h=(h<<17|h>>>15)+g|0,d+=(h&g|~h&m)+_[11]-1990404162|0,d=(d<<22|d>>>10)+h|0,m+=(d&h|~d&g)+_[12]+1804603682|0,m=(m<<7|m>>>25)+d|0,g+=(m&d|~m&h)+_[13]-40341101|0,g=(g<<12|g>>>20)+m|0,h+=(g&m|~g&d)+_[14]-1502002290|0,h=(h<<17|h>>>15)+g|0,d+=(h&g|~h&m)+_[15]+1236535329|0,d=(d<<22|d>>>10)+h|0,m+=(d&g|h&~g)+_[1]-165796510|0,m=(m<<5|m>>>27)+d|0,g+=(m&h|d&~h)+_[6]-1069501632|0,g=(g<<9|g>>>23)+m|0,h+=(g&d|m&~d)+_[11]+643717713|0,h=(h<<14|h>>>18)+g|0,d+=(h&m|g&~m)+_[0]-373897302|0,d=(d<<20|d>>>12)+h|0,m+=(d&g|h&~g)+_[5]-701558691|0,m=(m<<5|m>>>27)+d|0,g+=(m&h|d&~h)+_[10]+38016083|0,g=(g<<9|g>>>23)+m|0,h+=(g&d|m&~d)+_[15]-660478335|0,h=(h<<14|h>>>18)+g|0,d+=(h&m|g&~m)+_[4]-405537848|0,d=(d<<20|d>>>12)+h|0,m+=(d&g|h&~g)+_[9]+568446438|0,m=(m<<5|m>>>27)+d|0,g+=(m&h|d&~h)+_[14]-1019803690|0,g=(g<<9|g>>>23)+m|0,h+=(g&d|m&~d)+_[3]-187363961|0,h=(h<<14|h>>>18)+g|0,d+=(h&m|g&~m)+_[8]+1163531501|0,d=(d<<20|d>>>12)+h|0,m+=(d&g|h&~g)+_[13]-1444681467|0,m=(m<<5|m>>>27)+d|0,g+=(m&h|d&~h)+_[2]-51403784|0,g=(g<<9|g>>>23)+m|0,h+=(g&d|m&~d)+_[7]+1735328473|0,h=(h<<14|h>>>18)+g|0,d+=(h&m|g&~m)+_[12]-1926607734|0,d=(d<<20|d>>>12)+h|0,m+=(d^h^g)+_[5]-378558|0,m=(m<<4|m>>>28)+d|0,g+=(m^d^h)+_[8]-2022574463|0,g=(g<<11|g>>>21)+m|0,h+=(g^m^d)+_[11]+1839030562|0,h=(h<<16|h>>>16)+g|0,d+=(h^g^m)+_[14]-35309556|0,d=(d<<23|d>>>9)+h|0,m+=(d^h^g)+_[1]-1530992060|0,m=(m<<4|m>>>28)+d|0,g+=(m^d^h)+_[4]+1272893353|0,g=(g<<11|g>>>21)+m|0,h+=(g^m^d)+_[7]-155497632|0,h=(h<<16|h>>>16)+g|0,d+=(h^g^m)+_[10]-1094730640|0,d=(d<<23|d>>>9)+h|0,m+=(d^h^g)+_[13]+681279174|0,m=(m<<4|m>>>28)+d|0,g+=(m^d^h)+_[0]-358537222|0,g=(g<<11|g>>>21)+m|0,h+=(g^m^d)+_[3]-722521979|0,h=(h<<16|h>>>16)+g|0,d+=(h^g^m)+_[6]+76029189|0,d=(d<<23|d>>>9)+h|0,m+=(d^h^g)+_[9]-640364487|0,m=(m<<4|m>>>28)+d|0,g+=(m^d^h)+_[12]-421815835|0,g=(g<<11|g>>>21)+m|0,h+=(g^m^d)+_[15]+530742520|0,h=(h<<16|h>>>16)+g|0,d+=(h^g^m)+_[2]-995338651|0,d=(d<<23|d>>>9)+h|0,m+=(h^(d|~g))+_[0]-198630844|0,m=(m<<6|m>>>26)+d|0,g+=(d^(m|~h))+_[7]+1126891415|0,g=(g<<10|g>>>22)+m|0,h+=(m^(g|~d))+_[14]-1416354905|0,h=(h<<15|h>>>17)+g|0,d+=(g^(h|~m))+_[5]-57434055|0,d=(d<<21|d>>>11)+h|0,m+=(h^(d|~g))+_[12]+1700485571|0,m=(m<<6|m>>>26)+d|0,g+=(d^(m|~h))+_[3]-1894986606|0,g=(g<<10|g>>>22)+m|0,h+=(m^(g|~d))+_[10]-1051523|0,h=(h<<15|h>>>17)+g|0,d+=(g^(h|~m))+_[1]-2054922799|0,d=(d<<21|d>>>11)+h|0,m+=(h^(d|~g))+_[8]+1873313359|0,m=(m<<6|m>>>26)+d|0,g+=(d^(m|~h))+_[15]-30611744|0,g=(g<<10|g>>>22)+m|0,h+=(m^(g|~d))+_[6]-1560198380|0,h=(h<<15|h>>>17)+g|0,d+=(g^(h|~m))+_[13]+1309151649|0,d=(d<<21|d>>>11)+h|0,m+=(h^(d|~g))+_[4]-145523070|0,m=(m<<6|m>>>26)+d|0,g+=(d^(m|~h))+_[11]-1120210379|0,g=(g<<10|g>>>22)+m|0,h+=(m^(g|~d))+_[2]+718787259|0,h=(h<<15|h>>>17)+g|0,d+=(g^(h|~m))+_[9]-343485551|0,d=(d<<21|d>>>11)+h|0,$[0]=m+$[0]|0,$[1]=d+$[1]|0,$[2]=h+$[2]|0,$[3]=g+$[3]|0}function o($){var _=[],m;for(m=0;m<64;m+=4)_[m>>2]=$.charCodeAt(m)+($.charCodeAt(m+1)<<8)+($.charCodeAt(m+2)<<16)+($.charCodeAt(m+3)<<24);return _}function a($){var _=[],m;for(m=0;m<64;m+=4)_[m>>2]=$[m]+($[m+1]<<8)+($[m+2]<<16)+($[m+3]<<24);return _}function s($){var _=$.length,m=[1732584193,-271733879,-1732584194,271733878],d,h,g,J,_e,Ze;for(d=64;d<=_;d+=64)n(m,o($.substring(d-64,d)));for($=$.substring(d-64),h=$.length,g=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],d=0;d<h;d+=1)g[d>>2]|=$.charCodeAt(d)<<(d%4<<3);if(g[d>>2]|=128<<(d%4<<3),d>55)for(n(m,g),d=0;d<16;d+=1)g[d]=0;return J=_*8,J=J.toString(16).match(/(.*?)(.{0,8})$/),_e=parseInt(J[2],16),Ze=parseInt(J[1],16)||0,g[14]=_e,g[15]=Ze,n(m,g),m}function c($){var _=$.length,m=[1732584193,-271733879,-1732584194,271733878],d,h,g,J,_e,Ze;for(d=64;d<=_;d+=64)n(m,a($.subarray(d-64,d)));for($=d-64<_?$.subarray(d-64):new Uint8Array(0),h=$.length,g=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],d=0;d<h;d+=1)g[d>>2]|=$[d]<<(d%4<<3);if(g[d>>2]|=128<<(d%4<<3),d>55)for(n(m,g),d=0;d<16;d+=1)g[d]=0;return J=_*8,J=J.toString(16).match(/(.*?)(.{0,8})$/),_e=parseInt(J[2],16),Ze=parseInt(J[1],16)||0,g[14]=_e,g[15]=Ze,n(m,g),m}function u($){var _="",m;for(m=0;m<4;m+=1)_+=r[$>>m*8+4&15]+r[$>>m*8&15];return _}function l($){var _;for(_=0;_<$.length;_+=1)$[_]=u($[_]);return $.join("")}l(s("hello"))!=="5d41402abc4b2a76b9719d911017c592"&&(t=function($,_){var m=($&65535)+(_&65535),d=($>>16)+(_>>16)+(m>>16);return d<<16|m&65535}),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&(function(){function $(_,m){return _=_|0||0,_<0?Math.max(_+m,0):Math.min(_,m)}ArrayBuffer.prototype.slice=function(_,m){var d=this.byteLength,h=$(_,d),g=d,J,_e,Ze,Ud;return m!==e&&(g=$(m,d)),h>g?new ArrayBuffer(0):(J=g-h,_e=new ArrayBuffer(J),Ze=new Uint8Array(_e),Ud=new Uint8Array(this,h,J),Ze.set(Ud),_e)}})();function f($){return/[\u0080-\uFFFF]/.test($)&&($=unescape(encodeURIComponent($))),$}function p($,_){var m=$.length,d=new ArrayBuffer(m),h=new Uint8Array(d),g;for(g=0;g<m;g+=1)h[g]=$.charCodeAt(g);return _?h:d}function y($){return String.fromCharCode.apply(null,new Uint8Array($))}function b($,_,m){var d=new Uint8Array($.byteLength+_.byteLength);return d.set(new Uint8Array($)),d.set(new Uint8Array(_),$.byteLength),m?d:d.buffer}function D($){var _=[],m=$.length,d;for(d=0;d<m-1;d+=2)_.push(parseInt($.substr(d,2),16));return String.fromCharCode.apply(String,_)}function I(){this.reset()}return I.prototype.append=function($){return this.appendBinary(f($)),this},I.prototype.appendBinary=function($){this._buff+=$,this._length+=$.length;var _=this._buff.length,m;for(m=64;m<=_;m+=64)n(this._hash,o(this._buff.substring(m-64,m)));return this._buff=this._buff.substring(m-64),this},I.prototype.end=function($){var _=this._buff,m=_.length,d,h=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g;for(d=0;d<m;d+=1)h[d>>2]|=_.charCodeAt(d)<<(d%4<<3);return this._finish(h,m),g=l(this._hash),$&&(g=D(g)),this.reset(),g},I.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},I.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},I.prototype.setState=function($){return this._buff=$.buff,this._length=$.length,this._hash=$.hash,this},I.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},I.prototype._finish=function($,_){var m=_,d,h,g;if($[m>>2]|=128<<(m%4<<3),m>55)for(n(this._hash,$),m=0;m<16;m+=1)$[m]=0;d=this._length*8,d=d.toString(16).match(/(.*?)(.{0,8})$/),h=parseInt(d[2],16),g=parseInt(d[1],16)||0,$[14]=h,$[15]=g,n(this._hash,$)},I.hash=function($,_){return I.hashBinary(f($),_)},I.hashBinary=function($,_){var m=s($),d=l(m);return _?D(d):d},I.ArrayBuffer=function(){this.reset()},I.ArrayBuffer.prototype.append=function($){var _=b(this._buff.buffer,$,!0),m=_.length,d;for(this._length+=$.byteLength,d=64;d<=m;d+=64)n(this._hash,a(_.subarray(d-64,d)));return this._buff=d-64<m?new Uint8Array(_.buffer.slice(d-64)):new Uint8Array(0),this},I.ArrayBuffer.prototype.end=function($){var _=this._buff,m=_.length,d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],h,g;for(h=0;h<m;h+=1)d[h>>2]|=_[h]<<(h%4<<3);return this._finish(d,m),g=l(this._hash),$&&(g=D(g)),this.reset(),g},I.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},I.ArrayBuffer.prototype.getState=function(){var $=I.prototype.getState.call(this);return $.buff=y($.buff),$},I.ArrayBuffer.prototype.setState=function($){return $.buff=p($.buff,!0),I.prototype.setState.call(this,$)},I.ArrayBuffer.prototype.destroy=I.prototype.destroy,I.ArrayBuffer.prototype._finish=I.prototype._finish,I.ArrayBuffer.hash=function($,_){var m=c(new Uint8Array($)),d=l(m);return _?D(d):d},I})});async function fb(e){let t=(await Promise.resolve().then(()=>se(Qh(),1))).default,r=new t.ArrayBuffer,i=2097152;for(let n=0;n<e.size;n+=i){let o=Math.min(n+i,e.size);r.append(await e.slice(n,o).arrayBuffer())}return{md5:r.end()}}async function hb(e){let{createHash:t}=await import("crypto"),r=t("md5");return r.update(e),{md5:r.digest("hex")}}async function gb(e){let{createHash:t}=await import("crypto"),{createReadStream:r}=await import("fs");return new Promise((i,n)=>{let o=t("md5"),a=r(e);a.on("error",s=>n(z.file(`Failed to read file for MD5: ${s.message}`,{filePath:e}))),a.on("data",s=>o.update(s)),a.on("end",()=>i({md5:o.digest("hex")}))})}async function mo(e){if(e instanceof Blob)return fb(e);if(typeof Buffer<"u"&&Buffer.isBuffer(e))return hb(e);if(typeof e=="string")return gb(e);throw z.business("Invalid input for MD5 calculation")}var hd=te(()=>{"use strict";B()});var cg={};ae(cg,{Blob:()=>Qn,File:()=>$o,FormData:()=>zb});async function*sg(e){if(e.byteLength<=vd){yield e;return}let t=0;for(;t<e.byteLength;){let r=Math.min(e.byteLength-t,vd),i=e.buffer.slice(t,t+r);t+=i.byteLength,yield new Uint8Array(i)}}async function*$b(e){let t=e.getReader();for(;;){let{done:r,value:i}=await t.read();if(r)break;yield i}}async function*ag(e){for await(let t of e)yield*sg(t)}async function*bb(e){let t=0;for(;t!==e.size;){let i=await e.slice(t,Math.min(e.size,t+vd)).arrayBuffer();t+=i.byteLength,yield new Uint8Array(i)}}async function*gd(e,t=!1){for(let r of e)ArrayBuffer.isView(r)?t?yield*sg(r):yield r:H(r.stream)?yield*xb(r.stream()):yield*bb(r)}function*kb(e,t,r=0,i){i??=t;let n=r<0?Math.max(t+r,0):Math.min(r,t),o=i<0?Math.max(t+i,0):Math.min(i,t),a=Math.max(o-n,0),s=0;for(let c of e){if(s>=a)break;let u=ArrayBuffer.isView(c)?c.byteLength:c.size;if(n&&u<=n)n-=u,o-=u;else{let l;ArrayBuffer.isView(c)?(l=c.subarray(n,Math.min(u,o)),s+=l.byteLength):(l=c.slice(n,Math.min(u,o)),s+=l.size),o-=u,n=0,yield l}}}var $d,q,gt,_o,og,H,yb,_b,vd,xb,ht,ho,Yn,Sb,Qn,wb,go,vo,$o,Ib,Ee,yo,_d,zb,ug=te(()=>{"use strict";$d=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},q=(e,t,r)=>($d(e,t,"read from private field"),r?r.call(e):t.get(e)),gt=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},_o=(e,t,r,i)=>($d(e,t,"write to private field"),i?i.call(e,r):t.set(e,r),r),og=(e,t,r)=>($d(e,t,"access private method"),r),H=e=>typeof e=="function",yb=e=>typeof e=="object"&&e!=null&&!Array.isArray(e),_b=e=>yb(e)&&H(e[Symbol.asyncIterator]),vd=65536;xb=e=>{if(_b(e))return ag(e);if(H(e.getReader))return ag($b(e));throw new TypeError("Unsupported data source: Expected either ReadableStream or async iterable.")};Sb=class yd{constructor(t=[],r={}){if(gt(this,ht,[]),gt(this,ho,""),gt(this,Yn,0),r??={},typeof t!="object"||t===null)throw new TypeError("Failed to construct 'Blob': The provided value cannot be converted to a sequence.");if(!H(t[Symbol.iterator]))throw new TypeError("Failed to construct 'Blob': The object must have a callable @@iterator property.");if(typeof r!="object"&&!H(r))throw new TypeError("Failed to construct 'Blob': parameter 2 cannot convert to dictionary.");let i=new TextEncoder;for(let o of t){let a;ArrayBuffer.isView(o)?a=new Uint8Array(o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength)):o instanceof ArrayBuffer?a=new Uint8Array(o.slice(0)):o instanceof yd?a=o:a=i.encode(String(o)),_o(this,Yn,q(this,Yn)+(ArrayBuffer.isView(a)?a.byteLength:a.size)),q(this,ht).push(a)}let n=r.type===void 0?"":String(r.type);_o(this,ho,/^[\x20-\x7E]*$/.test(n)?n:"")}static[Symbol.hasInstance](t){return!!(t&&typeof t=="object"&&H(t.constructor)&&(H(t.stream)||H(t.arrayBuffer))&&/^(Blob|File)$/.test(t[Symbol.toStringTag]))}get type(){return q(this,ho)}get size(){return q(this,Yn)}slice(t,r,i){return new yd(kb(q(this,ht),this.size,t,r),{type:i})}async text(){let t=new TextDecoder,r="";for await(let i of gd(q(this,ht)))r+=t.decode(i,{stream:!0});return r+=t.decode(),r}async arrayBuffer(){let t=new Uint8Array(this.size),r=0;for await(let i of gd(q(this,ht)))t.set(i,r),r+=i.length;return t.buffer}stream(){let t=gd(q(this,ht),!0);return new ReadableStream({async pull(r){let{value:i,done:n}=await t.next();if(n)return queueMicrotask(()=>r.close());r.enqueue(i)},async cancel(){await t.return()}})}get[Symbol.toStringTag](){return"Blob"}};ht=new WeakMap;ho=new WeakMap;Yn=new WeakMap;Qn=Sb;Object.defineProperties(Qn.prototype,{type:{enumerable:!0},size:{enumerable:!0},slice:{enumerable:!0},stream:{enumerable:!0},text:{enumerable:!0},arrayBuffer:{enumerable:!0}});wb=e=>e instanceof Qn,$o=class extends Qn{constructor(e,t,r={}){if(super(e,r),gt(this,go,void 0),gt(this,vo,0),arguments.length<2)throw new TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);_o(this,go,String(t));let i=r.lastModified===void 0?Date.now():Number(r.lastModified);Number.isNaN(i)||_o(this,vo,i)}static[Symbol.hasInstance](e){return e instanceof Qn&&e[Symbol.toStringTag]==="File"&&typeof e.name=="string"}get name(){return q(this,go)}get webkitRelativePath(){return""}get lastModified(){return q(this,vo)}get[Symbol.toStringTag](){return"File"}};go=new WeakMap;vo=new WeakMap;Ib=e=>e instanceof $o,zb=class{constructor(){gt(this,yo),gt(this,Ee,new Map)}static[Symbol.hasInstance](e){if(!e)return!1;let t=e;return!!(H(t.constructor)&&t[Symbol.toStringTag]==="FormData"&&H(t.append)&&H(t.set)&&H(t.get)&&H(t.getAll)&&H(t.has)&&H(t.delete)&&H(t.entries)&&H(t.values)&&H(t.keys)&&H(t[Symbol.iterator])&&H(t.forEach))}append(e,t,r){og(this,yo,_d).call(this,{name:e,fileName:r,append:!0,rawValue:t,argsLength:arguments.length})}set(e,t,r){og(this,yo,_d).call(this,{name:e,fileName:r,append:!1,rawValue:t,argsLength:arguments.length})}get(e){let t=q(this,Ee).get(String(e));return t?t[0]:null}getAll(e){let t=q(this,Ee).get(String(e));return t?t.slice():[]}has(e){return q(this,Ee).has(String(e))}delete(e){q(this,Ee).delete(String(e))}*keys(){for(let e of q(this,Ee).keys())yield e}*entries(){for(let e of this.keys()){let t=this.getAll(e);for(let r of t)yield[e,r]}}*values(){for(let[,e]of this)yield e}[Symbol.iterator](){return this.entries()}forEach(e,t){for(let[r,i]of this)e.call(t,i,r,this)}get[Symbol.toStringTag](){return"FormData"}};Ee=new WeakMap;yo=new WeakSet;_d=function({name:e,rawValue:t,append:r,fileName:i,argsLength:n}){let o=r?"append":"set";if(n<2)throw new TypeError(`Failed to execute '${o}' on 'FormData': 2 arguments required, but only ${n} present.`);e=String(e);let a;if(Ib(t))a=i===void 0?t:new $o([t],i,{type:t.type,lastModified:t.lastModified});else if(wb(t))a=new $o([t],i===void 0?"blob":i,{type:t.type});else{if(i)throw new TypeError(`Failed to execute '${o}' on 'FormData': parameter 2 is not of type 'Blob'.`);a=String(t)}let s=q(this,Ee).get(e);if(!s)return void q(this,Ee).set(e,[a]);if(!r)return void q(this,Ee).set(e,[a]);s.push(a)};});var xg={};ae(xg,{FormDataEncoder:()=>Ub,isFile:()=>yt,isFormData:()=>yg});function*vg(e){if(e.byteLength<=lg){yield e;return}let t=0;for(;t<e.byteLength;){let r=Math.min(e.byteLength-t,lg),i=e.buffer.slice(t,t+r);t+=i.byteLength,yield new Uint8Array(i)}}function Ob(){let e=16,t="";for(;e--;)t+=dg[Math.random()*dg.length<<0];return t}async function*Pb(e){let t=e.getReader();for(;;){let{done:r,value:i}=await t.read();if(r)break;yield i}}async function*mg(e){for await(let t of e)yield*vg(t)}function fg(e){if(Ab(e)!=="object")return!1;let t=Object.getPrototypeOf(e);return t==null?!0:t.constructor?.toString?.()===Object.toString()}function hg(e,t){if(typeof t=="string"){for(let[r,i]of Object.entries(e))if(t.toLowerCase()===r.toLowerCase())return i}}var gg,bd,V,Le,er,xd,lg,dg,pg,Fe,Db,Eb,Tb,yt,yg,Ab,_g,Cb,jb,xo,rt,tr,bo,nr,vt,rr,ir,ko,or,kd,$g,Ub,bg=te(()=>{"use strict";gg=e=>{throw TypeError(e)},bd=(e,t,r)=>t.has(e)||gg("Cannot "+r),V=(e,t,r)=>(bd(e,t,"read from private field"),r?r.call(e):t.get(e)),Le=(e,t,r)=>t.has(e)?gg("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),er=(e,t,r,i)=>(bd(e,t,"write to private field"),i?i.call(e,r):t.set(e,r),r),xd=(e,t,r)=>(bd(e,t,"access private method"),r),lg=65536;dg="abcdefghijklmnopqrstuvwxyz0123456789";pg=e=>String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22"),Fe=e=>typeof e=="function",Db=e=>!!e&&typeof e=="object"&&!Array.isArray(e)&&Fe(e.getReader),Eb=e=>Fe(e[Symbol.asyncIterator]);Tb=e=>{if(Eb(e))return mg(e);if(Db(e))return mg(Pb(e));throw new TypeError("Unsupported data source: Expected either ReadableStream or async iterable.")},yt=e=>!!(e&&typeof e=="object"&&Fe(e.constructor)&&e[Symbol.toStringTag]==="File"&&Fe(e.stream)&&e.name!=null),yg=e=>!!(e&&Fe(e.constructor)&&e[Symbol.toStringTag]==="FormData"&&Fe(e.append)&&Fe(e.getAll)&&Fe(e.entries)&&Fe(e[Symbol.iterator])),Ab=e=>Object.prototype.toString.call(e).slice(8,-1).toLowerCase();_g=e=>String(e).replace(/\r|\n/g,(t,r,i)=>t==="\r"&&i[r+1]!==`
30
+ `||t===`
31
+ `&&i[r-1]!=="\r"?`\r
32
+ `:t);Cb=e=>new Proxy(e,{get:(t,r)=>hg(t,r),has:(t,r)=>hg(t,r)!==void 0}),jb={enableAdditionalHeaders:!1},xo={writable:!1,configurable:!1},Ub=class{constructor(e,t,r){if(Le(this,or),Le(this,rt,`\r
33
+ `),Le(this,tr),Le(this,bo),Le(this,nr,"-".repeat(2)),Le(this,vt,new TextEncoder),Le(this,rr),Le(this,ir),Le(this,ko),!yg(e))throw new TypeError("Expected first argument to be a FormData instance.");let i;if(fg(t)?r=t:i=t,i||(i=`form-data-encoder-${Ob()}`),typeof i!="string")throw new TypeError("Expected boundary argument to be a string.");if(r&&!fg(r))throw new TypeError("Expected options argument to be an object.");er(this,ir,Array.from(e.entries())),er(this,ko,{...jb,...r}),er(this,tr,V(this,vt).encode(V(this,rt))),er(this,bo,V(this,tr).byteLength),this.boundary=i,this.contentType=`multipart/form-data; boundary=${this.boundary}`,er(this,rr,V(this,vt).encode(`${V(this,nr)}${this.boundary}${V(this,nr)}${V(this,rt).repeat(2)}`));let n={"Content-Type":this.contentType},o=xd(this,or,$g).call(this);o&&(this.contentLength=o,n["Content-Length"]=o),this.headers=Cb(Object.freeze(n)),Object.defineProperties(this,{boundary:xo,contentType:xo,contentLength:xo,headers:xo})}*values(){for(let[e,t]of V(this,ir)){let r=yt(t)?t:V(this,vt).encode(_g(t));yield xd(this,or,kd).call(this,e,r),yield r,yield V(this,tr)}yield V(this,rr)}async*encode(){for(let e of this.values())yt(e)?yield*Tb(e.stream()):yield*vg(e)}[Symbol.iterator](){return this.values()}[Symbol.asyncIterator](){return this.encode()}};rt=new WeakMap;tr=new WeakMap;bo=new WeakMap;nr=new WeakMap;vt=new WeakMap;rr=new WeakMap;ir=new WeakMap;ko=new WeakMap;or=new WeakSet;kd=function(e,t){let r="";if(r+=`${V(this,nr)}${this.boundary}${V(this,rt)}`,r+=`Content-Disposition: form-data; name="${pg(e)}"`,yt(t)&&(r+=`; filename="${pg(t.name)}"${V(this,rt)}`,r+=`Content-Type: ${t.type||"application/octet-stream"}`),V(this,ko).enableAdditionalHeaders===!0){let i=yt(t)?t.size:t.byteLength;i!=null&&!isNaN(i)&&(r+=`${V(this,rt)}Content-Length: ${i}`)}return V(this,vt).encode(`${r}${V(this,rt).repeat(2)}`)};$g=function(){let e=0;for(let[t,r]of V(this,ir)){let i=yt(r)?r:V(this,vt).encode(_g(r)),n=yt(i)?i.size:i.byteLength;if(n==null||isNaN(n))return;e+=xd(this,or,kd).call(this,t,i).byteLength,e+=n,e+=V(this,bo)}return String(e+V(this,rr).byteLength)}});function Sg(e){if(!e||e.length===0)return"";let t=e.filter(o=>o&&typeof o=="string").map(o=>o.replace(/\\/g,"/"));if(t.length===0)return"";if(t.length===1)return t[0];let r=t.map(o=>o.split("/").filter(Boolean)),i=[],n=Math.min(...r.map(o=>o.length));for(let o=0;o<n;o++){let a=r[0][o];if(r.every(s=>s[o]===a))i.push(a);else break}return i.join("/")}function So(e){return e.replace(/\\/g,"/").replace(/\/+/g,"/").replace(/^\/+/,"")}var Sd=te(()=>{"use strict"});function wg(e,t={}){if(t.flatten===!1)return e.map(i=>({path:So(i),name:wd(i)}));let r=Nb(e);return e.map(i=>{let n=So(i);if(r){let o=r.endsWith("/")?r:`${r}/`;n.startsWith(o)&&(n=n.substring(o.length))}return n||(n=wd(i)),{path:n,name:wd(i)}})}function Nb(e){if(!e.length)return"";let r=e.map(o=>So(o)).map(o=>o.split("/")),i=[],n=Math.min(...r.map(o=>o.length));for(let o=0;o<n-1;o++){let a=r[0][o];if(r.every(s=>s[o]===a))i.push(a);else break}return i.join("/")}function wd(e){return e.split(/[/\\]/).pop()||e}var Ig=te(()=>{"use strict";Sd()});function zg(e){if(rp(e))return{valid:!1,reason:"File name contains unsafe characters"};if(e.startsWith(" ")||e.endsWith(" "))return{valid:!1,reason:"File name cannot start/end with spaces"};if(e.endsWith("."))return{valid:!1,reason:"File name cannot end with dots"};let t=/^(CON|PRN|AUX|NUL|COM[1-9]|LPT[1-9])(\.|$)/i,r=e.split("/").pop()||e;return t.test(r)?{valid:!1,reason:"File name uses a reserved system name"}:e.includes("..")?{valid:!1,reason:"File name contains path traversal pattern"}:{valid:!0}}var Og=te(()=>{"use strict";B()});function Dg(e){return Lb.test(e)}var Rb,Lb,Eg=te(()=>{"use strict";Rb=["^npm-debug\\.log$","^\\..*\\.swp$","^\\.DS_Store$","^\\.AppleDouble$","^\\.LSOverride$","^Icon\\r$","^\\._.*","^\\.Spotlight-V100(?:$|\\/)","\\.Trashes","^__MACOSX$","~$","^Thumbs\\.db$","^ehthumbs\\.db$","^[Dd]esktop\\.ini$","@eaDir$"],Lb=new RegExp(Rb.join("|"))});function Pg(e,t){if(!e||e.length===0)return[];if(!t?.allowUnbuilt&&e.find(i=>i&&Xo(i)))throw z.business("Unbuilt project detected \u2014 deploy your build output (dist/, build/, out/), not the project folder");return e.filter(r=>{if(!r)return!1;let i=r.replace(/\\/g,"/").split("/").filter(Boolean);if(i.length===0)return!0;let n=i[i.length-1];if(Dg(n))return!1;for(let a of i)if(a!==".well-known"&&(a.startsWith(".")||a.length>255))return!1;let o=i.slice(0,-1);for(let a of o)if(Fb.some(s=>a.toLowerCase()===s.toLowerCase()))return!1;return!0})}var Fb,Tg=te(()=>{"use strict";B();Eg();Fb=["__MACOSX",".Trashes",".fseventsd",".Spotlight-V100"]});function Ag(e,t){if(e.includes("\0")||e.includes("/../")||e.startsWith("../")||e.endsWith("/.."))throw z.business(`Security error: Unsafe file path "${e}" for file: ${t}`)}function Cg(e,t,r){let i=zg(e);if(!i.valid)throw z.business(i.reason||"Invalid file name");if(qo(e,r))throw z.business(`File extension not allowed: "${t}"`)}var jg=te(()=>{"use strict";B();Og()});var Ng={};ae(Ng,{processFilesForNode:()=>Zb});function Ug(e,t=new Set){let r=[],i=fe.realpathSync(e);if(t.has(i))return r;t.add(i);let n=fe.readdirSync(e);for(let o of n){let a=he.join(e,o),s=fe.statSync(a);if(s.isDirectory()){let c=Ug(a,t);r.push(...c)}else s.isFile()&&r.push(a)}return r}async function Zb(e,t={},r){if(Qt()!=="node")throw z.business("processFilesForNode can only be called in Node.js environment.");for(let I of e){let $=he.resolve(I);try{if(fe.statSync($).isDirectory()){let _=fe.readdirSync($).find(m=>Ko.has(m));if(_)throw z.business(`"${_}" detected \u2014 deploy your build output (dist/, build/, out/), not the project folder`)}}catch(_){if(ce(_))throw _}}let i=e.flatMap(I=>{let $=he.resolve(I);try{return fe.statSync($).isDirectory()?Ug($):[$]}catch{throw z.file(`Path does not exist: ${I}`,{filePath:I})}}),n=[...new Set(i)],o=e.map(I=>he.resolve(I)),a=Sg(o.map(I=>{try{return fe.statSync(I).isDirectory()?I:he.dirname(I)}catch{return he.dirname(I)}})),s=n.map(I=>{if(a&&a.length>0){let $=he.relative(a,I);if($&&typeof $=="string"&&!$.startsWith(".."))return $.replace(/\\/g,"/")}return he.basename(I)}),u=wg(s,{flatten:t.pathDetect!==!1}).map(I=>I.path),l=new Set(Pg(u));if(l.size===0)return[];let f=[],p=[];for(let I=0;I<n.length;I++)l.has(u[I])&&(f.push(n[I]),p.push(u[I]));let y=[],b=0;if(!r)throw z.config("Platform limits not provided. processFilesForNode requires the limits argument \u2014 pass `ship.getLimits()` result.");let D=r.blockedExtensions??[];for(let I=0;I<f.length;I++){let $=f[I],_=p[I];try{Ag(_,$);let m=fe.statSync($);if(m.size===0)continue;if(Cg(_,$,D),m.size>r.maxFileSize)throw z.business(`File ${$} is too large. Maximum allowed size is ${r.maxFileSize/(1024*1024)}MB.`);if(b+=m.size,b>r.maxTotalSize)throw z.business(`Total deploy size is too large. Maximum allowed is ${r.maxTotalSize/(1024*1024)}MB.`);let d=fe.readFileSync($),{md5:h}=await mo(d);y.push({path:_,content:d,size:d.length,md5:h})}catch(m){if(ce(m))throw m;let d=m instanceof Error?m.message:String(m);throw z.file(`Failed to read file "${$}": ${d}`,{filePath:$})}}if(y.length>r.maxFilesCount)throw z.business(`Too many files to deploy. Maximum allowed is ${r.maxFilesCount} files.`);return y}var fe,he,Rg=te(()=>{"use strict";fe=se(require("fs"),1),he=se(require("path"),1);B();Ig();no();Tg();hd();Sd();jg()});var Kg={};ae(Kg,{default:()=>qg});function qg(e){return new Cd(e)}var K,Jg,ar,Td,ek,tk,nk,rk,Wg,ik,ok,ak,Ad,Cd,Xg=te(()=>{"use strict";K=se(require("process"),1),Jg=require("util");fn();ar=K.default.platform!=="win32"||!!K.default.env.WT_SESSION||K.default.env.TERM_PROGRAM==="vscode",Td=e=>!!(e.isTTY&&K.default.env.TERM!=="dumb"&&!("CI"in K.default.env)),ek=Ce.blue(ar?"\u2139":"i"),tk=Ce.green(ar?"\u2714":"\u221A"),nk=Ce.yellow(ar?"\u26A0":"\u203C"),rk=Ce.red(ar?"\u2716":"\xD7"),Wg={frames:ar?["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]:["-","\\","|","/"],interval:80},ik="\x1B[?2026h",ok="\x1B[?2026l",ak=/][\s\S]*?(?:|\\)/g,Ad=new Set,Cd=class{#m;#f;#u=-1;#l;#h;#n;#e;#d;#o=0;#a;#t;#y=0;#g=!1;#s=new Map;#v=!1;#r=!1;constructor(t={}){let r=t.spinner??Wg;if(!Array.isArray(r.frames)||r.frames.length===0||r.frames.some(i=>typeof i!="string"))throw new Error("The `spinner.frames` option must be a non-empty array of strings");if(r.interval!==void 0&&!(Number.isInteger(r.interval)&&r.interval>0))throw new Error("The `spinner.interval` option must be a positive integer");this.#m=r.frames,this.#f=r.interval??Wg.interval,this.#h=t.handleSignals??!0,this.#n=t.text??"",this.#e=t.stream??K.default.stderr,this.#d=t.color??"cyan",this.#t=Td(this.#e),this.#a=this.#P.bind(this)}#_(t){this.#v=!0;try{return t()}finally{this.#v=!1}}#$(t,r){if(t==null)return"";if(typeof t=="string")return t;if(Buffer.isBuffer(t)||ArrayBuffer.isView(t)){let i=typeof r=="string"&&r!==""&&r!=="buffer"?r:"utf8";return Buffer.from(t).toString(i)}return String(t)}#x(t){if(!this.#t)return t();try{return this.#i(ik),t()}finally{this.#i(ok)}}#b(t){if(!t||this.#s.has(t)||typeof t.write!="function"||Ad.has(t))return;let r=t.write,i=(...n)=>this.#w(t,r,n);this.#s.set(t,{originalWrite:r,hookedWrite:i}),Ad.add(t),t.write=i}#k(){if(!this.#t||this.#s.size>0)return;let t=new Set([this.#e]);(this.#e===K.default.stdout||this.#e===K.default.stderr)&&(Td(K.default.stdout)&&t.add(K.default.stdout),Td(K.default.stderr)&&t.add(K.default.stderr));for(let r of t)this.#b(r)}#S(){for(let[t,r]of this.#s)t.write===r.hookedWrite&&(t.write=r.originalWrite),Ad.delete(t);this.#s.clear()}#w(t,r,i){let[n,o,a]=i,s=o,c=a;if(typeof s=="function"&&(c=s,s=void 0),this.#v||!this.isSpinning)return r.call(t,n,s,c);this.#o>0&&this.clear();let u=this.#$(n,s),l=u.at(-1)===`
34
+ `,f=r.call(t,n,s,c);return l?this.#r=!1:u!==""&&(this.#r=!0),this.isSpinning&&!this.#r&&this.#c(),f}start(t){return t&&(this.#n=t),this.isSpinning?this:(this.#g=!0,this.#z(),this.#k(),this.#c(),this.#D(),this.#t&&(this.#l=setInterval(()=>{this.#c()},this.#f)),this)}stop(t){if(!this.isSpinning)return this;let r=this.#r;if(this.#g=!1,this.#l&&(clearInterval(this.#l),this.#l=void 0),this.#r=!1,this.#S(),this.#O(),this.clear(),this.#E(),t){let i=r?`
35
+ `:"";this.#e.write(`${i}${t}
36
+ `)}return this}#p(t,r){return this.stop(`${t} ${r??this.#n}`)}success(t){return this.#p(tk,t)}error(t){return this.#p(rk,t)}warning(t){return this.#p(nk,t)}info(t){return this.#p(ek,t)}get isSpinning(){return this.#g}get text(){return this.#n}set text(t){this.#n=t??"",this.#c()}get color(){return this.#d}set color(t){this.#d=t,this.#c()}clear(){return this.#t?this.#o===0?this:(this.#_(()=>{this.#e.cursorTo(0);for(let t=0;t<this.#o;t++)t>0&&this.#e.moveCursor(0,-1),this.#e.clearLine(1)}),this.#o=0,this):this}#c(){if(this.#r)return;let t=this.#t,r=Date.now();(this.#u===-1||r-this.#y>=this.#f)&&(this.#u=++this.#u%this.#m.length,this.#y=r);let i=Ce[this.#d]??Ce.cyan,n=this.#m[this.#u],o=`${i(n)} ${this.#n}`;this.#t||(o+=`
37
+ `),t?this.#x(()=>{this.clear(),this.#i(o)}):this.#i(o),this.#t&&(this.#o=this.#I(o))}#i(t){this.#_(()=>{this.#e.write(t)})}#I(t){let r=this.#e.columns||80,i=(0,Jg.stripVTControlCharacters)(t.replaceAll(ak,"")).split(`
38
+ `),n=0;for(let o of i)n+=Math.max(1,Math.ceil(o.length/r));return n}#z(){this.#t&&this.#i("\x1B[?25l")}#O(){this.#t&&this.#i("\x1B[?25h")}#D(){this.#h&&(K.default.once("SIGINT",this.#a),K.default.once("SIGTERM",this.#a))}#E(){this.#h&&(K.default.off("SIGINT",this.#a),K.default.off("SIGTERM",this.#a))}#P(t){this.isSpinning&&this.stop();let r=t==="SIGINT"?130:t==="SIGTERM"?143:1;K.default.exit(r)}}});var qd=se(Jd(),1),{program:xk,createCommand:bk,createArgument:kk,createOption:Sk,CommanderError:pr,InvalidArgumentError:Kd,InvalidOptionArgumentError:wk,Command:Xd,Argument:Ik,Option:zk,Help:Yd}=qd.default;var _t=require("fs"),jd=se(require("path"),1);B();fn();B();var be={};ae(be,{$brand:()=>na,$input:()=>kc,$output:()=>bc,NEVER:()=>ta,TimePrecision:()=>zc,ZodAny:()=>gl,ZodArray:()=>$l,ZodBase64:()=>Gi,ZodBase64URL:()=>Hi,ZodBigInt:()=>Xt,ZodBigIntFormat:()=>qi,ZodBoolean:()=>Kt,ZodCIDRv4:()=>Vi,ZodCIDRv6:()=>Bi,ZodCUID:()=>Ui,ZodCUID2:()=>Ni,ZodCatch:()=>Ml,ZodCodec:()=>Hn,ZodCustom:()=>Wn,ZodCustomStringFormat:()=>Jt,ZodDate:()=>Zn,ZodDefault:()=>Ul,ZodDiscriminatedUnion:()=>bl,ZodE164:()=>Wi,ZodEmail:()=>Ai,ZodEmoji:()=>Ci,ZodEnum:()=>Ht,ZodError:()=>dx,ZodExactOptional:()=>Al,ZodFile:()=>Pl,ZodFirstPartyTypeKind:()=>td,ZodFunction:()=>Yl,ZodGUID:()=>Un,ZodIPv4:()=>Zi,ZodIPv6:()=>Mi,ZodISODate:()=>zi,ZodISODateTime:()=>Ii,ZodISODuration:()=>Di,ZodISOTime:()=>Oi,ZodIntersection:()=>kl,ZodIssueCode:()=>mx,ZodJWT:()=>Ji,ZodKSUID:()=>Fi,ZodLazy:()=>ql,ZodLiteral:()=>El,ZodMAC:()=>ul,ZodMap:()=>Ol,ZodNaN:()=>Bl,ZodNanoID:()=>ji,ZodNever:()=>yl,ZodNonOptional:()=>to,ZodNull:()=>fl,ZodNullable:()=>jl,ZodNumber:()=>qt,ZodNumberFormat:()=>mt,ZodObject:()=>Vn,ZodOptional:()=>eo,ZodPipe:()=>Gn,ZodPrefault:()=>Rl,ZodPreprocess:()=>Gl,ZodPromise:()=>Xl,ZodReadonly:()=>Hl,ZodRealError:()=>de,ZodRecord:()=>Gt,ZodSet:()=>Dl,ZodString:()=>Wt,ZodStringFormat:()=>L,ZodSuccess:()=>Zl,ZodSymbol:()=>pl,ZodTemplateLiteral:()=>Jl,ZodTransform:()=>Tl,ZodTuple:()=>wl,ZodType:()=>A,ZodULID:()=>Ri,ZodURL:()=>Fn,ZodUUID:()=>Oe,ZodUndefined:()=>ml,ZodUnion:()=>Bn,ZodUnknown:()=>vl,ZodVoid:()=>_l,ZodXID:()=>Li,ZodXor:()=>xl,_ZodString:()=>Ti,_default:()=>Nl,_function:()=>th,any:()=>Tf,array:()=>Mn,base64:()=>hf,base64url:()=>gf,bigint:()=>zf,boolean:()=>dl,catch:()=>Vl,check:()=>nh,cidrv4:()=>mf,cidrv6:()=>ff,clone:()=>ne,codec:()=>Xf,coerce:()=>nd,config:()=>M,core:()=>Ne,cuid:()=>of,cuid2:()=>af,custom:()=>rh,date:()=>Cf,decode:()=>nl,decodeAsync:()=>il,describe:()=>ih,discriminatedUnion:()=>Ff,e164:()=>vf,email:()=>Jm,emoji:()=>nf,encode:()=>tl,encodeAsync:()=>rl,endsWith:()=>jt,enum:()=>Yi,exactOptional:()=>Cl,file:()=>Wf,flattenError:()=>bn,float32:()=>kf,float64:()=>Sf,formatError:()=>kn,fromJSONSchema:()=>dh,function:()=>th,getErrorMap:()=>hx,globalRegistry:()=>Y,gt:()=>Ie,gte:()=>ie,guid:()=>qm,hash:()=>bf,hex:()=>xf,hostname:()=>$f,httpUrl:()=>tf,includes:()=>At,instanceof:()=>ah,int:()=>Ei,int32:()=>wf,int64:()=>Of,intersection:()=>Sl,invertCodec:()=>Yf,ipv4:()=>lf,ipv6:()=>pf,iso:()=>Bt,json:()=>ch,jwt:()=>yf,keyof:()=>jf,ksuid:()=>uf,lazy:()=>Kl,length:()=>dt,literal:()=>Hf,locales:()=>Pn,looseObject:()=>Rf,looseRecord:()=>Mf,lowercase:()=>Pt,lt:()=>we,lte:()=>me,mac:()=>df,map:()=>Vf,maxLength:()=>lt,maxSize:()=>Ke,meta:()=>oh,mime:()=>Ut,minLength:()=>Ue,minSize:()=>ze,multipleOf:()=>qe,nan:()=>Kf,nanoid:()=>rf,nativeEnum:()=>Gf,negative:()=>gi,never:()=>Ki,nonnegative:()=>yi,nonoptional:()=>Fl,nonpositive:()=>vi,normalize:()=>Nt,null:()=>hl,nullable:()=>Rn,nullish:()=>Jf,number:()=>ll,object:()=>Uf,optional:()=>Nn,overwrite:()=>xe,parse:()=>Xu,parseAsync:()=>Yu,partialRecord:()=>Zf,pipe:()=>Pi,positive:()=>hi,prefault:()=>Ll,preprocess:()=>uh,prettifyError:()=>ha,promise:()=>eh,property:()=>_i,readonly:()=>Wl,record:()=>zl,refine:()=>Ql,regex:()=>Et,regexes:()=>pe,registry:()=>Jr,safeDecode:()=>al,safeDecodeAsync:()=>cl,safeEncode:()=>ol,safeEncodeAsync:()=>sl,safeParse:()=>Qu,safeParseAsync:()=>el,set:()=>Bf,setErrorMap:()=>fx,size:()=>ut,slugify:()=>Zt,startsWith:()=>Ct,strictObject:()=>Nf,string:()=>jn,stringFormat:()=>_f,stringbool:()=>sh,success:()=>qf,superRefine:()=>ed,symbol:()=>Ef,templateLiteral:()=>Qf,toJSONSchema:()=>ki,toLowerCase:()=>Lt,toUpperCase:()=>Ft,transform:()=>Qi,treeifyError:()=>fa,trim:()=>Rt,tuple:()=>Il,uint32:()=>If,uint64:()=>Df,ulid:()=>sf,undefined:()=>Pf,union:()=>Xi,unknown:()=>pt,uppercase:()=>Tt,url:()=>ef,util:()=>w,uuid:()=>Km,uuidv4:()=>Xm,uuidv6:()=>Ym,uuidv7:()=>Qm,void:()=>Af,xid:()=>cf,xor:()=>Lf});var Ne={};ae(Ne,{$ZodAny:()=>Bs,$ZodArray:()=>qs,$ZodAsyncError:()=>$e,$ZodBase64:()=>Cs,$ZodBase64URL:()=>js,$ZodBigInt:()=>Fr,$ZodBigIntFormat:()=>Fs,$ZodBoolean:()=>zn,$ZodCIDRv4:()=>Ps,$ZodCIDRv6:()=>Ts,$ZodCUID:()=>_s,$ZodCUID2:()=>$s,$ZodCatch:()=>mc,$ZodCheck:()=>F,$ZodCheckBigIntFormat:()=>qa,$ZodCheckEndsWith:()=>ss,$ZodCheckGreaterThan:()=>Cr,$ZodCheckIncludes:()=>os,$ZodCheckLengthEquals:()=>ts,$ZodCheckLessThan:()=>Ar,$ZodCheckLowerCase:()=>rs,$ZodCheckMaxLength:()=>Qa,$ZodCheckMaxSize:()=>Ka,$ZodCheckMimeType:()=>us,$ZodCheckMinLength:()=>es,$ZodCheckMinSize:()=>Xa,$ZodCheckMultipleOf:()=>Wa,$ZodCheckNumberFormat:()=>Ja,$ZodCheckOverwrite:()=>ls,$ZodCheckProperty:()=>cs,$ZodCheckRegex:()=>ns,$ZodCheckSizeEquals:()=>Ya,$ZodCheckStartsWith:()=>as,$ZodCheckStringFormat:()=>Ot,$ZodCheckUpperCase:()=>is,$ZodCodec:()=>Dn,$ZodCustom:()=>xc,$ZodCustomStringFormat:()=>Rs,$ZodDate:()=>Js,$ZodDefault:()=>uc,$ZodDiscriminatedUnion:()=>Ys,$ZodE164:()=>Us,$ZodEmail:()=>hs,$ZodEmoji:()=>vs,$ZodEncodeError:()=>Be,$ZodEnum:()=>rc,$ZodError:()=>xn,$ZodExactOptional:()=>sc,$ZodFile:()=>oc,$ZodFunction:()=>yc,$ZodGUID:()=>ms,$ZodIPv4:()=>Os,$ZodIPv6:()=>Ds,$ZodISODate:()=>ws,$ZodISODateTime:()=>Ss,$ZodISODuration:()=>zs,$ZodISOTime:()=>Is,$ZodIntersection:()=>Qs,$ZodJWT:()=>Ns,$ZodKSUID:()=>ks,$ZodLazy:()=>$c,$ZodLiteral:()=>ic,$ZodMAC:()=>Es,$ZodMap:()=>tc,$ZodNaN:()=>fc,$ZodNanoID:()=>ys,$ZodNever:()=>Hs,$ZodNonOptional:()=>dc,$ZodNull:()=>Vs,$ZodNullable:()=>cc,$ZodNumber:()=>Lr,$ZodNumberFormat:()=>Ls,$ZodObject:()=>Vp,$ZodObjectJIT:()=>Ks,$ZodOptional:()=>Mr,$ZodPipe:()=>Vr,$ZodPrefault:()=>lc,$ZodPreprocess:()=>hc,$ZodPromise:()=>_c,$ZodReadonly:()=>gc,$ZodRealError:()=>le,$ZodRecord:()=>ec,$ZodRegistry:()=>Wr,$ZodSet:()=>nc,$ZodString:()=>ct,$ZodStringFormat:()=>R,$ZodSuccess:()=>pc,$ZodSymbol:()=>Zs,$ZodTemplateLiteral:()=>vc,$ZodTransform:()=>ac,$ZodTuple:()=>Zr,$ZodType:()=>T,$ZodULID:()=>xs,$ZodURL:()=>gs,$ZodUUID:()=>fs,$ZodUndefined:()=>Ms,$ZodUnion:()=>On,$ZodUnknown:()=>Gs,$ZodVoid:()=>Ws,$ZodXID:()=>bs,$ZodXor:()=>Xs,$brand:()=>na,$constructor:()=>v,$input:()=>kc,$output:()=>bc,Doc:()=>In,JSONSchema:()=>Gm,JSONSchemaGenerator:()=>Si,NEVER:()=>ta,TimePrecision:()=>zc,_any:()=>Jc,_array:()=>tu,_base64:()=>di,_base64url:()=>pi,_bigint:()=>Zc,_boolean:()=>Lc,_catch:()=>rx,_check:()=>Bm,_cidrv4:()=>ui,_cidrv6:()=>li,_coercedBigint:()=>Mc,_coercedBoolean:()=>Fc,_coercedDate:()=>Qc,_coercedNumber:()=>Ac,_coercedString:()=>wc,_cuid:()=>ni,_cuid2:()=>ri,_custom:()=>ru,_date:()=>Yc,_decode:()=>Sr,_decodeAsync:()=>Ir,_default:()=>ex,_discriminatedUnion:()=>M$,_e164:()=>mi,_email:()=>qr,_emoji:()=>ei,_encode:()=>kr,_encodeAsync:()=>wr,_endsWith:()=>jt,_enum:()=>J$,_file:()=>nu,_float32:()=>jc,_float64:()=>Uc,_gt:()=>Ie,_gte:()=>ie,_guid:()=>Tn,_includes:()=>At,_int:()=>Cc,_int32:()=>Nc,_int64:()=>Vc,_intersection:()=>V$,_ipv4:()=>si,_ipv6:()=>ci,_isoDate:()=>Dc,_isoDateTime:()=>Oc,_isoDuration:()=>Pc,_isoTime:()=>Ec,_jwt:()=>fi,_ksuid:()=>ai,_lazy:()=>sx,_length:()=>dt,_literal:()=>K$,_lowercase:()=>Pt,_lt:()=>we,_lte:()=>me,_mac:()=>Ic,_map:()=>H$,_max:()=>me,_maxLength:()=>lt,_maxSize:()=>Ke,_mime:()=>Ut,_min:()=>ie,_minLength:()=>Ue,_minSize:()=>ze,_multipleOf:()=>qe,_nan:()=>eu,_nanoid:()=>ti,_nativeEnum:()=>q$,_negative:()=>gi,_never:()=>Kc,_nonnegative:()=>yi,_nonoptional:()=>tx,_nonpositive:()=>vi,_normalize:()=>Nt,_null:()=>Wc,_nullable:()=>Q$,_number:()=>Tc,_optional:()=>Y$,_overwrite:()=>xe,_parse:()=>St,_parseAsync:()=>wt,_pipe:()=>ix,_positive:()=>hi,_promise:()=>cx,_property:()=>_i,_readonly:()=>ox,_record:()=>G$,_refine:()=>iu,_regex:()=>Et,_safeDecode:()=>Or,_safeDecodeAsync:()=>Er,_safeEncode:()=>zr,_safeEncodeAsync:()=>Dr,_safeParse:()=>It,_safeParseAsync:()=>zt,_set:()=>W$,_size:()=>ut,_slugify:()=>Zt,_startsWith:()=>Ct,_string:()=>Sc,_stringFormat:()=>Mt,_stringbool:()=>cu,_success:()=>nx,_superRefine:()=>ou,_symbol:()=>Gc,_templateLiteral:()=>ax,_toLowerCase:()=>Lt,_toUpperCase:()=>Ft,_transform:()=>X$,_trim:()=>Rt,_tuple:()=>B$,_uint32:()=>Rc,_uint64:()=>Bc,_ulid:()=>ii,_undefined:()=>Hc,_union:()=>F$,_unknown:()=>qc,_uppercase:()=>Tt,_url:()=>An,_uuid:()=>Kr,_uuidv4:()=>Xr,_uuidv6:()=>Yr,_uuidv7:()=>Qr,_void:()=>Xc,_xid:()=>oi,_xor:()=>Z$,clone:()=>ne,config:()=>M,createStandardJSONSchemaMethod:()=>Vt,createToJSONSchemaMethod:()=>uu,decode:()=>c_,decodeAsync:()=>l_,describe:()=>au,encode:()=>s_,encodeAsync:()=>u_,extractDefs:()=>Ye,finalize:()=>Qe,flattenError:()=>bn,formatError:()=>kn,globalConfig:()=>ot,globalRegistry:()=>Y,initializeContext:()=>Xe,isValidBase64:()=>As,isValidBase64URL:()=>Lp,isValidJWT:()=>Fp,locales:()=>Pn,meta:()=>su,parse:()=>xr,parseAsync:()=>br,prettifyError:()=>ha,process:()=>N,regexes:()=>pe,registry:()=>Jr,safeDecode:()=>p_,safeDecodeAsync:()=>f_,safeEncode:()=>d_,safeEncodeAsync:()=>m_,safeParse:()=>ga,safeParseAsync:()=>va,toDotPath:()=>yp,toJSONSchema:()=>ki,treeifyError:()=>fa,util:()=>w,version:()=>ds});var mp,ta=Object.freeze({status:"aborted"});function v(e,t,r){function i(s,c){if(s._zod||Object.defineProperty(s,"_zod",{value:{def:c,constr:a,traits:new Set},enumerable:!1}),s._zod.traits.has(e))return;s._zod.traits.add(e),t(s,c);let u=a.prototype,l=Object.keys(u);for(let f=0;f<l.length;f++){let p=l[f];p in s||(s[p]=u[p].bind(s))}}let n=r?.Parent??Object;class o extends n{}Object.defineProperty(o,"name",{value:e});function a(s){var c;let u=r?.Parent?new o:this;i(u,s),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(a,"init",{value:i}),Object.defineProperty(a,Symbol.hasInstance,{value:s=>r?.Parent&&s instanceof r.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}var na=Symbol("zod_brand"),$e=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Be=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}};(mp=globalThis).__zod_globalConfig??(mp.__zod_globalConfig={});var ot=globalThis.__zod_globalConfig;function M(e){return e&&Object.assign(ot,e),ot}var w={};ae(w,{BIGINT_FORMAT_RANGES:()=>pa,Class:()=>ia,NUMBER_FORMAT_RANGES:()=>da,aborted:()=>Je,allowsEval:()=>sa,assert:()=>Ly,assertEqual:()=>jy,assertIs:()=>Ny,assertNever:()=>Ry,assertNotEqual:()=>Uy,assignProp:()=>He,base64ToUint8Array:()=>hp,base64urlToUint8Array:()=>n_,cached:()=>bt,captureStackTrace:()=>$r,cleanEnum:()=>t_,cleanRegex:()=>vn,clone:()=>ne,cloneDef:()=>Zy,createTransparentProxy:()=>Wy,defineLazy:()=>j,esc:()=>_r,escapeRegex:()=>ve,explicitlyAborted:()=>ma,extend:()=>Ky,finalizeIssue:()=>re,floatSafeRemainder:()=>oa,getElementAtPath:()=>My,getEnumValues:()=>gn,getLengthableOrigin:()=>$n,getParsedType:()=>Hy,getSizableOrigin:()=>_n,hexToUint8Array:()=>i_,isObject:()=>at,isPlainObject:()=>We,issue:()=>kt,joinValues:()=>x,jsonStringifyReplacer:()=>xt,merge:()=>Yy,mergeDefs:()=>je,normalizeParams:()=>O,nullish:()=>Ge,numKeys:()=>Gy,objectClone:()=>Fy,omit:()=>qy,optionalKeys:()=>la,parsedType:()=>S,partial:()=>Qy,pick:()=>Jy,prefixIssues:()=>ue,primitiveTypes:()=>ua,promiseAllObject:()=>Vy,propertyKeyTypes:()=>yn,randomString:()=>By,required:()=>e_,safeExtend:()=>Xy,shallowClone:()=>ca,slugify:()=>aa,stringifyPrimitive:()=>k,uint8ArrayToBase64:()=>gp,uint8ArrayToBase64url:()=>r_,uint8ArrayToHex:()=>o_,unwrapMessage:()=>hn});function jy(e){return e}function Uy(e){return e}function Ny(e){}function Ry(e){throw new Error("Unexpected value in exhaustive check")}function Ly(e){}function gn(e){let t=Object.values(e).filter(i=>typeof i=="number");return Object.entries(e).filter(([i,n])=>t.indexOf(+i)===-1).map(([i,n])=>n)}function x(e,t="|"){return e.map(r=>k(r)).join(t)}function xt(e,t){return typeof t=="bigint"?t.toString():t}function bt(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Ge(e){return e==null}function vn(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function oa(e,t){let r=e/t,i=Math.round(r),n=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-i)<n?0:r-i}var fp=Symbol("evaluating");function j(e,t,r){let i;Object.defineProperty(e,t,{get(){if(i!==fp)return i===void 0&&(i=fp,i=r()),i},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function Fy(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function He(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function je(...e){let t={};for(let r of e){let i=Object.getOwnPropertyDescriptors(r);Object.assign(t,i)}return Object.defineProperties({},t)}function Zy(e){return je(e._zod.def)}function My(e,t){return t?t.reduce((r,i)=>r?.[i],e):e}function Vy(e){let t=Object.keys(e),r=t.map(i=>e[i]);return Promise.all(r).then(i=>{let n={};for(let o=0;o<t.length;o++)n[t[o]]=i[o];return n})}function By(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let i=0;i<e;i++)r+=t[Math.floor(Math.random()*t.length)];return r}function _r(e){return JSON.stringify(e)}function aa(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}var $r="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function at(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var sa=bt(()=>{if(ot.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function We(e){if(at(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(at(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function ca(e){return We(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}function Gy(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var Hy=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},yn=new Set(["string","number","symbol"]),ua=new Set(["string","number","bigint","boolean","symbol","undefined"]);function ve(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ne(e,t,r){let i=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(i._zod.parent=e),i}function O(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 new 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 Wy(e){let t;return new Proxy({},{get(r,i,n){return t??(t=e()),Reflect.get(t,i,n)},set(r,i,n,o){return t??(t=e()),Reflect.set(t,i,n,o)},has(r,i){return t??(t=e()),Reflect.has(t,i)},deleteProperty(r,i){return t??(t=e()),Reflect.deleteProperty(t,i)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,i){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,i)},defineProperty(r,i,n){return t??(t=e()),Reflect.defineProperty(t,i,n)}})}function k(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function la(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var da={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]},pa={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function Jy(e,t){let r=e._zod.def,i=r.checks;if(i&&i.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let o=je(e._zod.def,{get shape(){let a={};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&(a[s]=r.shape[s])}return He(this,"shape",a),a},checks:[]});return ne(e,o)}function qy(e,t){let r=e._zod.def,i=r.checks;if(i&&i.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let o=je(e._zod.def,{get shape(){let a={...e._zod.def.shape};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&delete a[s]}return He(this,"shape",a),a},checks:[]});return ne(e,o)}function Ky(e,t){if(!We(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let o=e._zod.def.shape;for(let a in t)if(Object.getOwnPropertyDescriptor(o,a)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let n=je(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t};return He(this,"shape",o),o}});return ne(e,n)}function Xy(e,t){if(!We(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=je(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t};return He(this,"shape",i),i}});return ne(e,r)}function Yy(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=je(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t._zod.def.shape};return He(this,"shape",i),i},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return ne(e,r)}function Qy(e,t,r){let n=t._zod.def.checks;if(n&&n.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let a=je(t._zod.def,{get shape(){let s=t._zod.def.shape,c={...s};if(r)for(let u in r){if(!(u in s))throw new Error(`Unrecognized key: "${u}"`);r[u]&&(c[u]=e?new e({type:"optional",innerType:s[u]}):s[u])}else for(let u in s)c[u]=e?new e({type:"optional",innerType:s[u]}):s[u];return He(this,"shape",c),c},checks:[]});return ne(t,a)}function e_(e,t,r){let i=je(t._zod.def,{get shape(){let n=t._zod.def.shape,o={...n};if(r)for(let a in r){if(!(a in o))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=new e({type:"nonoptional",innerType:n[a]}))}else for(let a in n)o[a]=new e({type:"nonoptional",innerType:n[a]});return He(this,"shape",o),o}});return ne(t,i)}function Je(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function ma(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}function ue(e,t){return t.map(r=>{var i;return(i=r).path??(i.path=[]),r.path.unshift(e),r})}function hn(e){return typeof e=="string"?e:e?.message}function re(e,t,r){let i=e.message?e.message:hn(e.inst?._zod.def?.error?.(e))??hn(t?.error?.(e))??hn(r.customError?.(e))??hn(r.localeError?.(e))??"Invalid input",{inst:n,continue:o,input:a,...s}=e;return s.path??(s.path=[]),s.message=i,t?.reportInput&&(s.input=a),s}function _n(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function $n(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function S(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function kt(...e){let[t,r,i]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:i}:{...t}}function t_(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function hp(e){let t=atob(e),r=new Uint8Array(t.length);for(let i=0;i<t.length;i++)r[i]=t.charCodeAt(i);return r}function gp(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function n_(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return hp(t+r)}function r_(e){return gp(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function i_(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)r[i/2]=Number.parseInt(t.slice(i,i+2),16);return r}function o_(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var ia=class{constructor(...t){}};var vp=(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,xt,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},xn=v("$ZodError",vp),le=v("$ZodError",vp,{Parent:Error});function bn(e,t=r=>r.message){let r={},i=[];for(let n of e.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n))):i.push(t(n));return{formErrors:i,fieldErrors:r}}function kn(e,t=r=>r.message){let r={_errors:[]},i=(n,o=[])=>{for(let a of n.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(s=>i({issues:s},[...o,...a.path]));else if(a.code==="invalid_key")i({issues:a.issues},[...o,...a.path]);else if(a.code==="invalid_element")i({issues:a.issues},[...o,...a.path]);else{let s=[...o,...a.path];if(s.length===0)r._errors.push(t(a));else{let c=r,u=0;for(;u<s.length;){let l=s[u];u===s.length-1?(c[l]=c[l]||{_errors:[]},c[l]._errors.push(t(a))):c[l]=c[l]||{_errors:[]},c=c[l],u++}}}};return i(e),r}function fa(e,t=r=>r.message){let r={errors:[]},i=(n,o=[])=>{var a,s;for(let c of n.issues)if(c.code==="invalid_union"&&c.errors.length)c.errors.map(u=>i({issues:u},[...o,...c.path]));else if(c.code==="invalid_key")i({issues:c.issues},[...o,...c.path]);else if(c.code==="invalid_element")i({issues:c.issues},[...o,...c.path]);else{let u=[...o,...c.path];if(u.length===0){r.errors.push(t(c));continue}let l=r,f=0;for(;f<u.length;){let p=u[f],y=f===u.length-1;typeof p=="string"?(l.properties??(l.properties={}),(a=l.properties)[p]??(a[p]={errors:[]}),l=l.properties[p]):(l.items??(l.items=[]),(s=l.items)[p]??(s[p]={errors:[]}),l=l.items[p]),y&&l.errors.push(t(c)),f++}}};return i(e),r}function yp(e){let t=[],r=e.map(i=>typeof i=="object"?i.key:i);for(let i of r)typeof i=="number"?t.push(`[${i}]`):typeof i=="symbol"?t.push(`[${JSON.stringify(String(i))}]`):/[^\w$]/.test(i)?t.push(`[${JSON.stringify(i)}]`):(t.length&&t.push("."),t.push(i));return t.join("")}function ha(e){let t=[],r=[...e.issues].sort((i,n)=>(i.path??[]).length-(n.path??[]).length);for(let i of r)t.push(`\u2716 ${i.message}`),i.path?.length&&t.push(` \u2192 at ${yp(i.path)}`);return t.join(`
39
+ `)}var St=e=>(t,r,i,n)=>{let o=i?{...i,async:!1}:{async:!1},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise)throw new $e;if(a.issues.length){let s=new(n?.Err??e)(a.issues.map(c=>re(c,o,M())));throw $r(s,n?.callee),s}return a.value},xr=St(le),wt=e=>async(t,r,i,n)=>{let o=i?{...i,async:!0}:{async:!0},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise&&(a=await a),a.issues.length){let s=new(n?.Err??e)(a.issues.map(c=>re(c,o,M())));throw $r(s,n?.callee),s}return a.value},br=wt(le),It=e=>(t,r,i)=>{let n=i?{...i,async:!1}:{async:!1},o=t._zod.run({value:r,issues:[]},n);if(o instanceof Promise)throw new $e;return o.issues.length?{success:!1,error:new(e??xn)(o.issues.map(a=>re(a,n,M())))}:{success:!0,data:o.value}},ga=It(le),zt=e=>async(t,r,i)=>{let n=i?{...i,async:!0}:{async:!0},o=t._zod.run({value:r,issues:[]},n);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(a=>re(a,n,M())))}:{success:!0,data:o.value}},va=zt(le),kr=e=>(t,r,i)=>{let n=i?{...i,direction:"backward"}:{direction:"backward"};return St(e)(t,r,n)},s_=kr(le),Sr=e=>(t,r,i)=>St(e)(t,r,i),c_=Sr(le),wr=e=>async(t,r,i)=>{let n=i?{...i,direction:"backward"}:{direction:"backward"};return wt(e)(t,r,n)},u_=wr(le),Ir=e=>async(t,r,i)=>wt(e)(t,r,i),l_=Ir(le),zr=e=>(t,r,i)=>{let n=i?{...i,direction:"backward"}:{direction:"backward"};return It(e)(t,r,n)},d_=zr(le),Or=e=>(t,r,i)=>It(e)(t,r,i),p_=Or(le),Dr=e=>async(t,r,i)=>{let n=i?{...i,direction:"backward"}:{direction:"backward"};return zt(e)(t,r,n)},m_=Dr(le),Er=e=>async(t,r,i)=>zt(e)(t,r,i),f_=Er(le);var pe={};ae(pe,{base64:()=>Aa,base64url:()=>Pr,bigint:()=>Fa,boolean:()=>Ma,browserEmail:()=>b_,cidrv4:()=>Pa,cidrv6:()=>Ta,cuid:()=>ya,cuid2:()=>_a,date:()=>Ua,datetime:()=>Ra,domain:()=>w_,duration:()=>Sa,e164:()=>ja,email:()=>Ia,emoji:()=>za,extendedDuration:()=>h_,guid:()=>wa,hex:()=>I_,hostname:()=>S_,html5Email:()=>__,httpProtocol:()=>Ca,idnEmail:()=>x_,integer:()=>Za,ipv4:()=>Oa,ipv6:()=>Da,ksuid:()=>ba,lowercase:()=>Ga,mac:()=>Ea,md5_base64:()=>O_,md5_base64url:()=>D_,md5_hex:()=>z_,nanoid:()=>ka,null:()=>Va,number:()=>Tr,rfc5322Email:()=>$_,sha1_base64:()=>P_,sha1_base64url:()=>T_,sha1_hex:()=>E_,sha256_base64:()=>C_,sha256_base64url:()=>j_,sha256_hex:()=>A_,sha384_base64:()=>N_,sha384_base64url:()=>R_,sha384_hex:()=>U_,sha512_base64:()=>F_,sha512_base64url:()=>Z_,sha512_hex:()=>L_,string:()=>La,time:()=>Na,ulid:()=>$a,undefined:()=>Ba,unicodeEmail:()=>_p,uppercase:()=>Ha,uuid:()=>st,uuid4:()=>g_,uuid6:()=>v_,uuid7:()=>y_,xid:()=>xa});var ya=/^[cC][0-9a-z]{6,}$/,_a=/^[0-9a-z]+$/,$a=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,xa=/^[0-9a-vA-V]{20}$/,ba=/^[A-Za-z0-9]{27}$/,ka=/^[a-zA-Z0-9_-]{21}$/,Sa=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,h_=/^[-+]?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)?)??$/,wa=/^([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})$/,st=e=>e?new 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)$/,g_=st(4),v_=st(6),y_=st(7),Ia=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,__=/^[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])?)*$/,$_=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,_p=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,x_=_p,b_=/^[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])?)*$/,k_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function za(){return new RegExp(k_,"u")}var Oa=/^(?:(?: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])$/,Da=/^(([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}|:))$/,Ea=e=>{let t=ve(e??":");return new RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},Pa=/^((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])$/,Ta=/^(([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])$/,Aa=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Pr=/^[A-Za-z0-9_-]*$/,S_=/^(?=.{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])?)*\.?$/,w_=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,Ca=/^https?$/,ja=/^\+[1-9]\d{6,14}$/,$p="(?:(?:\\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])))",Ua=new RegExp(`^${$p}$`);function xp(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 Na(e){return new RegExp(`^${xp(e)}$`)}function Ra(e){let t=xp({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let i=`${t}(?:${r.join("|")})`;return new RegExp(`^${$p}T(?:${i})$`)}var La=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},Fa=/^-?\d+n?$/,Za=/^-?\d+$/,Tr=/^-?\d+(?:\.\d+)?$/,Ma=/^(?:true|false)$/i,Va=/^null$/i;var Ba=/^undefined$/i;var Ga=/^[^A-Z]*$/,Ha=/^[^a-z]*$/,I_=/^[0-9a-fA-F]*$/;function Sn(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function wn(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}var z_=/^[0-9a-fA-F]{32}$/,O_=Sn(22,"=="),D_=wn(22),E_=/^[0-9a-fA-F]{40}$/,P_=Sn(27,"="),T_=wn(27),A_=/^[0-9a-fA-F]{64}$/,C_=Sn(43,"="),j_=wn(43),U_=/^[0-9a-fA-F]{96}$/,N_=Sn(64,""),R_=wn(64),L_=/^[0-9a-fA-F]{128}$/,F_=Sn(86,"=="),Z_=wn(86);var F=v("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),kp={number:"number",bigint:"bigint",object:"date"},Ar=v("$ZodCheckLessThan",(e,t)=>{F.init(e,t);let r=kp[typeof t.value];e._zod.onattach.push(i=>{let n=i._zod.bag,o=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<o&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value<=t.value:i.value<t.value)||i.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Cr=v("$ZodCheckGreaterThan",(e,t)=>{F.init(e,t);let r=kp[typeof t.value];e._zod.onattach.push(i=>{let n=i._zod.bag,o=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>o&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value>=t.value:i.value>t.value)||i.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Wa=v("$ZodCheckMultipleOf",(e,t)=>{F.init(e,t),e._zod.onattach.push(r=>{var i;(i=r._zod.bag).multipleOf??(i.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):oa(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Ja=v("$ZodCheckNumberFormat",(e,t)=>{F.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),i=r?"int":"number",[n,o]=da[t.format];e._zod.onattach.push(a=>{let s=a._zod.bag;s.format=t.format,s.minimum=n,s.maximum=o,r&&(s.pattern=Za)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s)){a.issues.push({expected:i,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort});return}}s<n&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort}),s>o&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:o,inclusive:!0,inst:e,continue:!t.abort})}}),qa=v("$ZodCheckBigIntFormat",(e,t)=>{F.init(e,t);let[r,i]=pa[t.format];e._zod.onattach.push(n=>{let o=n._zod.bag;o.format=t.format,o.minimum=r,o.maximum=i}),e._zod.check=n=>{let o=n.value;o<r&&n.issues.push({origin:"bigint",input:o,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),o>i&&n.issues.push({origin:"bigint",input:o,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),Ka=v("$ZodCheckMaxSize",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{let n=i.value;n.size<=t.maximum||i.issues.push({origin:_n(n),code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Xa=v("$ZodCheckMinSize",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{let n=i.value;n.size>=t.minimum||i.issues.push({origin:_n(n),code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Ya=v("$ZodCheckSizeEquals",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag;n.minimum=t.size,n.maximum=t.size,n.size=t.size}),e._zod.check=i=>{let n=i.value,o=n.size;if(o===t.size)return;let a=o>t.size;i.issues.push({origin:_n(n),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),Qa=v("$ZodCheckMaxLength",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{let n=i.value;if(n.length<=t.maximum)return;let a=$n(n);i.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),es=v("$ZodCheckMinLength",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{let n=i.value;if(n.length>=t.minimum)return;let a=$n(n);i.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),ts=v("$ZodCheckLengthEquals",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=i=>{let n=i.value;return!Ge(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{let n=i._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=i=>{let n=i.value,o=n.length;if(o===t.length)return;let a=$n(n),s=o>t.length;i.issues.push({origin:a,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),Ot=v("$ZodCheckStringFormat",(e,t)=>{var r,i;F.init(e,t),e._zod.onattach.push(n=>{let o=n._zod.bag;o.format=t.format,t.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.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})}):(i=e._zod).check??(i.check=()=>{})}),ns=v("$ZodCheckRegex",(e,t)=>{Ot.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),rs=v("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Ga),Ot.init(e,t)}),is=v("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Ha),Ot.init(e,t)}),os=v("$ZodCheckIncludes",(e,t)=>{F.init(e,t);let r=ve(t.includes),i=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=i,e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(i)}),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})}}),as=v("$ZodCheckStartsWith",(e,t)=>{F.init(e,t);let r=new RegExp(`^${ve(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(i=>{let n=i._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=i=>{i.value.startsWith(t.prefix)||i.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:i.value,inst:e,continue:!t.abort})}}),ss=v("$ZodCheckEndsWith",(e,t)=>{F.init(e,t);let r=new RegExp(`.*${ve(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(i=>{let n=i._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=i=>{i.value.endsWith(t.suffix)||i.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:i.value,inst:e,continue:!t.abort})}});function bp(e,t,r){e.issues.length&&t.issues.push(...ue(r,e.issues))}var cs=v("$ZodCheckProperty",(e,t)=>{F.init(e,t),e._zod.check=r=>{let i=t.schema._zod.run({value:r.value[t.property],issues:[]},{});if(i instanceof Promise)return i.then(n=>bp(n,r,t.property));bp(i,r,t.property)}}),us=v("$ZodCheckMimeType",(e,t)=>{F.init(e,t);let r=new Set(t.mime);e._zod.onattach.push(i=>{i._zod.bag.mime=t.mime}),e._zod.check=i=>{r.has(i.value.type)||i.issues.push({code:"invalid_value",values:t.mime,input:i.value.type,inst:e,continue:!t.abort})}}),ls=v("$ZodCheckOverwrite",(e,t)=>{F.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var In=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let i=t.split(`
40
+ `).filter(a=>a),n=Math.min(...i.map(a=>a.length-a.trimStart().length)),o=i.map(a=>a.slice(n)).map(a=>" ".repeat(this.indent*2)+a);for(let a of o)this.content.push(a)}compile(){let t=Function,r=this?.args,n=[...(this?.content??[""]).map(o=>` ${o}`)];return new t(...r,n.join(`
41
+ `))}};var ds={major:4,minor:4,patch:3};var T=v("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=ds;let i=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&i.unshift(e);for(let n of i)for(let o of n._zod.onattach)o(e);if(i.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let n=(a,s,c)=>{let u=Je(a),l;for(let f of s){if(f._zod.def.when){if(ma(a)||!f._zod.def.when(a))continue}else if(u)continue;let p=a.issues.length,y=f._zod.check(a);if(y instanceof Promise&&c?.async===!1)throw new $e;if(l||y instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await y,a.issues.length!==p&&(u||(u=Je(a,p)))});else{if(a.issues.length===p)continue;u||(u=Je(a,p))}}return l?l.then(()=>a):a},o=(a,s,c)=>{if(Je(a))return a.aborted=!0,a;let u=n(s,i,c);if(u instanceof Promise){if(c.async===!1)throw new $e;return u.then(l=>e._zod.parse(l,c))}return e._zod.parse(u,c)};e._zod.run=(a,s)=>{if(s.skipChecks)return e._zod.parse(a,s);if(s.direction==="backward"){let u=e._zod.parse({value:a.value,issues:[]},{...s,skipChecks:!0});return u instanceof Promise?u.then(l=>o(l,a,s)):o(u,a,s)}let c=e._zod.parse(a,s);if(c instanceof Promise){if(s.async===!1)throw new $e;return c.then(u=>n(u,i,s))}return n(c,i,s)}}j(e,"~standard",()=>({validate:n=>{try{let o=ga(e,n);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return va(e,n).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}))}),ct=v("$ZodString",(e,t)=>{T.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??La(e._zod.bag),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),R=v("$ZodStringFormat",(e,t)=>{Ot.init(e,t),ct.init(e,t)}),ms=v("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=wa),R.init(e,t)}),fs=v("$ZodUUID",(e,t)=>{if(t.version){let i={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(i===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=st(i))}else t.pattern??(t.pattern=st());R.init(e,t)}),hs=v("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=Ia),R.init(e,t)}),gs=v("$ZodURL",(e,t)=>{R.init(e,t),e._zod.check=r=>{try{let i=r.value.trim();if(!t.normalize&&t.protocol?.source===Ca.source&&!/^https?:\/\//i.test(i)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}let n=new URL(i);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(n.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(n.protocol.endsWith(":")?n.protocol.slice(0,-1):n.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=n.href:r.value=i;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),vs=v("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=za()),R.init(e,t)}),ys=v("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=ka),R.init(e,t)}),_s=v("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=ya),R.init(e,t)}),$s=v("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=_a),R.init(e,t)}),xs=v("$ZodULID",(e,t)=>{t.pattern??(t.pattern=$a),R.init(e,t)}),bs=v("$ZodXID",(e,t)=>{t.pattern??(t.pattern=xa),R.init(e,t)}),ks=v("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=ba),R.init(e,t)}),Ss=v("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Ra(t)),R.init(e,t)}),ws=v("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=Ua),R.init(e,t)}),Is=v("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=Na(t)),R.init(e,t)}),zs=v("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Sa),R.init(e,t)}),Os=v("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=Oa),R.init(e,t),e._zod.bag.format="ipv4"}),Ds=v("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=Da),R.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),Es=v("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=Ea(t.delimiter)),R.init(e,t),e._zod.bag.format="mac"}),Ps=v("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=Pa),R.init(e,t)}),Ts=v("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=Ta),R.init(e,t),e._zod.check=r=>{let i=r.value.split("/");try{if(i.length!==2)throw new Error;let[n,o]=i;if(!o)throw new Error;let a=Number(o);if(`${a}`!==o)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function As(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var Cs=v("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=Aa),R.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{As(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function Lp(e){if(!Pr.test(e))return!1;let t=e.replace(/[-_]/g,i=>i==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return As(r)}var js=v("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Pr),R.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{Lp(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),Us=v("$ZodE164",(e,t)=>{t.pattern??(t.pattern=ja),R.init(e,t)});function Fp(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[i]=r;if(!i)return!1;let n=JSON.parse(atob(i));return!("typ"in n&&n?.typ!=="JWT"||!n.alg||t&&(!("alg"in n)||n.alg!==t))}catch{return!1}}var Ns=v("$ZodJWT",(e,t)=>{R.init(e,t),e._zod.check=r=>{Fp(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),Rs=v("$ZodCustomStringFormat",(e,t)=>{R.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),Lr=v("$ZodNumber",(e,t)=>{T.init(e,t),e._zod.pattern=e._zod.bag.pattern??Tr,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let n=r.value;if(typeof n=="number"&&!Number.isNaN(n)&&Number.isFinite(n))return r;let o=typeof n=="number"?Number.isNaN(n)?"NaN":Number.isFinite(n)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:n,inst:e,...o?{received:o}:{}}),r}}),Ls=v("$ZodNumberFormat",(e,t)=>{Ja.init(e,t),Lr.init(e,t)}),zn=v("$ZodBoolean",(e,t)=>{T.init(e,t),e._zod.pattern=Ma,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=!!r.value}catch{}let n=r.value;return typeof n=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:n,inst:e}),r}}),Fr=v("$ZodBigInt",(e,t)=>{T.init(e,t),e._zod.pattern=Fa,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),Fs=v("$ZodBigIntFormat",(e,t)=>{qa.init(e,t),Fr.init(e,t)}),Zs=v("$ZodSymbol",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;return typeof n=="symbol"||r.issues.push({expected:"symbol",code:"invalid_type",input:n,inst:e}),r}}),Ms=v("$ZodUndefined",(e,t)=>{T.init(e,t),e._zod.pattern=Ba,e._zod.values=new Set([void 0]),e._zod.parse=(r,i)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"undefined",code:"invalid_type",input:n,inst:e}),r}}),Vs=v("$ZodNull",(e,t)=>{T.init(e,t),e._zod.pattern=Va,e._zod.values=new Set([null]),e._zod.parse=(r,i)=>{let n=r.value;return n===null||r.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),r}}),Bs=v("$ZodAny",(e,t)=>{T.init(e,t),e._zod.parse=r=>r}),Gs=v("$ZodUnknown",(e,t)=>{T.init(e,t),e._zod.parse=r=>r}),Hs=v("$ZodNever",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)}),Ws=v("$ZodVoid",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"void",code:"invalid_type",input:n,inst:e}),r}}),Js=v("$ZodDate",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let n=r.value,o=n instanceof Date;return o&&!Number.isNaN(n.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:n,...o?{received:"Invalid Date"}:{},inst:e}),r}});function wp(e,t,r){e.issues.length&&t.issues.push(...ue(r,e.issues)),t.value[r]=e.value}var qs=v("$ZodArray",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;if(!Array.isArray(n))return r.issues.push({expected:"array",code:"invalid_type",input:n,inst:e}),r;r.value=Array(n.length);let o=[];for(let a=0;a<n.length;a++){let s=n[a],c=t.element._zod.run({value:s,issues:[]},i);c instanceof Promise?o.push(c.then(u=>wp(u,r,a))):wp(c,r,a)}return o.length?Promise.all(o).then(()=>r):r}});function Rr(e,t,r,i,n,o){let a=r in i;if(e.issues.length){if(n&&o&&!a)return;t.issues.push(...ue(r,e.issues))}if(!a&&!n){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?a&&(t.value[r]=void 0):t.value[r]=e.value}function Zp(e){let t=Object.keys(e.shape);for(let i of t)if(!e.shape?.[i]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${i}": expected a Zod schema`);let r=la(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function Mp(e,t,r,i,n,o){let a=[],s=n.keySet,c=n.catchall._zod,u=c.def.type,l=c.optin==="optional",f=c.optout==="optional";for(let p in t){if(p==="__proto__"||s.has(p))continue;if(u==="never"){a.push(p);continue}let y=c.run({value:t[p],issues:[]},i);y instanceof Promise?e.push(y.then(b=>Rr(b,r,p,t,l,f))):Rr(y,r,p,t,l,f)}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o}),e.length?Promise.all(e).then(()=>r):r}var Vp=v("$ZodObject",(e,t)=>{if(T.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let s=t.shape;Object.defineProperty(t,"shape",{get:()=>{let c={...s};return Object.defineProperty(t,"shape",{value:c}),c}})}let i=bt(()=>Zp(t));j(e._zod,"propValues",()=>{let s=t.shape,c={};for(let u in s){let l=s[u]._zod;if(l.values){c[u]??(c[u]=new Set);for(let f of l.values)c[u].add(f)}}return c});let n=at,o=t.catchall,a;e._zod.parse=(s,c)=>{a??(a=i.value);let u=s.value;if(!n(u))return s.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),s;s.value={};let l=[],f=a.shape;for(let p of a.keys){let y=f[p],b=y._zod.optin==="optional",D=y._zod.optout==="optional",I=y._zod.run({value:u[p],issues:[]},c);I instanceof Promise?l.push(I.then($=>Rr($,s,p,u,b,D))):Rr(I,s,p,u,b,D)}return o?Mp(l,u,s,c,i.value,e):l.length?Promise.all(l).then(()=>s):s}}),Ks=v("$ZodObjectJIT",(e,t)=>{Vp.init(e,t);let r=e._zod.parse,i=bt(()=>Zp(t)),n=p=>{let y=new In(["shape","payload","ctx"]),b=i.value,D=m=>{let d=_r(m);return`shape[${d}]._zod.run({ value: input[${d}], issues: [] }, ctx)`};y.write("const input = payload.value;");let I=Object.create(null),$=0;for(let m of b.keys)I[m]=`key_${$++}`;y.write("const newResult = {};");for(let m of b.keys){let d=I[m],h=_r(m),g=p[m],J=g?._zod?.optin==="optional",_e=g?._zod?.optout==="optional";y.write(`const ${d} = ${D(m)};`),J&&_e?y.write(`
42
+ if (${d}.issues.length) {
43
+ if (${h} in input) {
44
+ payload.issues = payload.issues.concat(${d}.issues.map(iss => ({
45
+ ...iss,
46
+ path: iss.path ? [${h}, ...iss.path] : [${h}]
47
+ })));
48
+ }
49
+ }
50
+
51
+ if (${d}.value === undefined) {
52
+ if (${h} in input) {
53
+ newResult[${h}] = undefined;
54
+ }
55
+ } else {
56
+ newResult[${h}] = ${d}.value;
57
+ }
58
+
59
+ `):J?y.write(`
60
+ if (${d}.issues.length) {
61
+ payload.issues = payload.issues.concat(${d}.issues.map(iss => ({
62
+ ...iss,
63
+ path: iss.path ? [${h}, ...iss.path] : [${h}]
64
+ })));
65
+ }
66
+
67
+ if (${d}.value === undefined) {
68
+ if (${h} in input) {
69
+ newResult[${h}] = undefined;
70
+ }
71
+ } else {
72
+ newResult[${h}] = ${d}.value;
73
+ }
74
+
75
+ `):y.write(`
76
+ const ${d}_present = ${h} in input;
77
+ if (${d}.issues.length) {
78
+ payload.issues = payload.issues.concat(${d}.issues.map(iss => ({
79
+ ...iss,
80
+ path: iss.path ? [${h}, ...iss.path] : [${h}]
81
+ })));
82
+ }
83
+ if (!${d}_present && !${d}.issues.length) {
84
+ payload.issues.push({
85
+ code: "invalid_type",
86
+ expected: "nonoptional",
87
+ input: undefined,
88
+ path: [${h}]
89
+ });
90
+ }
91
+
92
+ if (${d}_present) {
93
+ if (${d}.value === undefined) {
94
+ newResult[${h}] = undefined;
95
+ } else {
96
+ newResult[${h}] = ${d}.value;
97
+ }
98
+ }
99
+
100
+ `)}y.write("payload.value = newResult;"),y.write("return payload;");let _=y.compile();return(m,d)=>_(p,m,d)},o,a=at,s=!ot.jitless,u=s&&sa.value,l=t.catchall,f;e._zod.parse=(p,y)=>{f??(f=i.value);let b=p.value;return a(b)?s&&u&&y?.async===!1&&y.jitless!==!0?(o||(o=n(t.shape)),p=o(p,y),l?Mp([],b,p,y,f,e):p):r(p,y):(p.issues.push({expected:"object",code:"invalid_type",input:b,inst:e}),p)}});function Ip(e,t,r,i){for(let o of e)if(o.issues.length===0)return t.value=o.value,t;let n=e.filter(o=>!Je(o));return n.length===1?(t.value=n[0].value,n[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(a=>re(a,i,M())))}),t)}var On=v("$ZodUnion",(e,t)=>{T.init(e,t),j(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),j(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),j(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),j(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${i.map(n=>vn(n.source)).join("|")})$`)}});let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(i,n)=>{if(r)return r(i,n);let o=!1,a=[];for(let s of t.options){let c=s._zod.run({value:i.value,issues:[]},n);if(c instanceof Promise)a.push(c),o=!0;else{if(c.issues.length===0)return c;a.push(c)}}return o?Promise.all(a).then(s=>Ip(s,i,e,n)):Ip(a,i,e,n)}});function zp(e,t,r,i){let n=e.filter(o=>o.issues.length===0);return n.length===1?(t.value=n[0].value,t):(n.length===0?t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(a=>re(a,i,M())))}):t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:[],inclusive:!1}),t)}var Xs=v("$ZodXor",(e,t)=>{On.init(e,t),t.inclusive=!1;let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(i,n)=>{if(r)return r(i,n);let o=!1,a=[];for(let s of t.options){let c=s._zod.run({value:i.value,issues:[]},n);c instanceof Promise?(a.push(c),o=!0):a.push(c)}return o?Promise.all(a).then(s=>zp(s,i,e,n)):zp(a,i,e,n)}}),Ys=v("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,On.init(e,t);let r=e._zod.parse;j(e._zod,"propValues",()=>{let n={};for(let o of t.options){let a=o._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(o)}"`);for(let[s,c]of Object.entries(a)){n[s]||(n[s]=new Set);for(let u of c)n[s].add(u)}}return n});let i=bt(()=>{let n=t.options,o=new Map;for(let a of n){let s=a._zod.propValues?.[t.discriminator];if(!s||s.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let c of s){if(o.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);o.set(c,a)}}return o});e._zod.parse=(n,o)=>{let a=n.value;if(!at(a))return n.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),n;let s=i.value.get(a?.[t.discriminator]);return s?s._zod.run(n,o):t.unionFallback||o.direction==="backward"?r(n,o):(n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(i.value.keys()),input:a,path:[t.discriminator],inst:e}),n)}}),Qs=v("$ZodIntersection",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value,o=t.left._zod.run({value:n,issues:[]},i),a=t.right._zod.run({value:n,issues:[]},i);return o instanceof Promise||a instanceof Promise?Promise.all([o,a]).then(([c,u])=>Op(r,c,u)):Op(r,o,a)}});function ps(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(We(e)&&We(t)){let r=Object.keys(t),i=Object.keys(e).filter(o=>r.indexOf(o)!==-1),n={...e,...t};for(let o of i){let a=ps(e[o],t[o]);if(!a.valid)return{valid:!1,mergeErrorPath:[o,...a.mergeErrorPath]};n[o]=a.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let i=0;i<e.length;i++){let n=e[i],o=t[i],a=ps(n,o);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Op(e,t,r){let i=new Map,n;for(let s of t.issues)if(s.code==="unrecognized_keys"){n??(n=s);for(let c of s.keys)i.has(c)||i.set(c,{}),i.get(c).l=!0}else e.issues.push(s);for(let s of r.issues)if(s.code==="unrecognized_keys")for(let c of s.keys)i.has(c)||i.set(c,{}),i.get(c).r=!0;else e.issues.push(s);let o=[...i].filter(([,s])=>s.l&&s.r).map(([s])=>s);if(o.length&&n&&e.issues.push({...n,keys:o}),Je(e))return e;let a=ps(t.value,r.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}var Zr=v("$ZodTuple",(e,t)=>{T.init(e,t);let r=t.items;e._zod.parse=(i,n)=>{let o=i.value;if(!Array.isArray(o))return i.issues.push({input:o,inst:e,expected:"tuple",code:"invalid_type"}),i;i.value=[];let a=[],s=Dp(r,"optin"),c=Dp(r,"optout");if(!t.rest){if(o.length<s)return i.issues.push({code:"too_small",minimum:s,inclusive:!0,input:o,inst:e,origin:"array"}),i;o.length>r.length&&i.issues.push({code:"too_big",maximum:r.length,inclusive:!0,input:o,inst:e,origin:"array"})}let u=new Array(r.length);for(let l=0;l<r.length;l++){let f=r[l]._zod.run({value:o[l],issues:[]},n);f instanceof Promise?a.push(f.then(p=>{u[l]=p})):u[l]=f}if(t.rest){let l=r.length-1,f=o.slice(r.length);for(let p of f){l++;let y=t.rest._zod.run({value:p,issues:[]},n);y instanceof Promise?a.push(y.then(b=>Ep(b,i,l))):Ep(y,i,l)}}return a.length?Promise.all(a).then(()=>Pp(u,i,r,o,c)):Pp(u,i,r,o,c)}});function Dp(e,t){for(let r=e.length-1;r>=0;r--)if(e[r]._zod[t]!=="optional")return r+1;return 0}function Ep(e,t,r){e.issues.length&&t.issues.push(...ue(r,e.issues)),t.value[r]=e.value}function Pp(e,t,r,i,n){for(let o=0;o<r.length;o++){let a=e[o],s=o<i.length;if(a.issues.length){if(!s&&o>=n){t.value.length=o;break}t.issues.push(...ue(o,a.issues))}t.value[o]=a.value}for(let o=t.value.length-1;o>=i.length&&(r[o]._zod.optout==="optional"&&t.value[o]===void 0);o--)t.value.length=o;return t}var ec=v("$ZodRecord",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;if(!We(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;let o=[],a=t.keyType._zod.values;if(a){r.value={};let s=new Set;for(let u of a)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){s.add(typeof u=="number"?u.toString():u);let l=t.keyType._zod.run({value:u,issues:[]},i);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(l.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(y=>re(y,i,M())),input:u,path:[u],inst:e});continue}let f=l.value,p=t.valueType._zod.run({value:n[u],issues:[]},i);p instanceof Promise?o.push(p.then(y=>{y.issues.length&&r.issues.push(...ue(u,y.issues)),r.value[f]=y.value})):(p.issues.length&&r.issues.push(...ue(u,p.issues)),r.value[f]=p.value)}let c;for(let u in n)s.has(u)||(c=c??[],c.push(u));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:c})}else{r.value={};for(let s of Reflect.ownKeys(n)){if(s==="__proto__"||!Object.prototype.propertyIsEnumerable.call(n,s))continue;let c=t.keyType._zod.run({value:s,issues:[]},i);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof s=="string"&&Tr.test(s)&&c.issues.length){let f=t.keyType._zod.run({value:Number(s),issues:[]},i);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");f.issues.length===0&&(c=f)}if(c.issues.length){t.mode==="loose"?r.value[s]=n[s]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(f=>re(f,i,M())),input:s,path:[s],inst:e});continue}let l=t.valueType._zod.run({value:n[s],issues:[]},i);l instanceof Promise?o.push(l.then(f=>{f.issues.length&&r.issues.push(...ue(s,f.issues)),r.value[c.value]=f.value})):(l.issues.length&&r.issues.push(...ue(s,l.issues)),r.value[c.value]=l.value)}}return o.length?Promise.all(o).then(()=>r):r}}),tc=v("$ZodMap",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;if(!(n instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:n,inst:e}),r;let o=[];r.value=new Map;for(let[a,s]of n){let c=t.keyType._zod.run({value:a,issues:[]},i),u=t.valueType._zod.run({value:s,issues:[]},i);c instanceof Promise||u instanceof Promise?o.push(Promise.all([c,u]).then(([l,f])=>{Tp(l,f,r,a,n,e,i)})):Tp(c,u,r,a,n,e,i)}return o.length?Promise.all(o).then(()=>r):r}});function Tp(e,t,r,i,n,o,a){e.issues.length&&(yn.has(typeof i)?r.issues.push(...ue(i,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:n,inst:o,issues:e.issues.map(s=>re(s,a,M()))})),t.issues.length&&(yn.has(typeof i)?r.issues.push(...ue(i,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:n,inst:o,key:i,issues:t.issues.map(s=>re(s,a,M()))})),r.value.set(e.value,t.value)}var nc=v("$ZodSet",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;if(!(n instanceof Set))return r.issues.push({input:n,inst:e,expected:"set",code:"invalid_type"}),r;let o=[];r.value=new Set;for(let a of n){let s=t.valueType._zod.run({value:a,issues:[]},i);s instanceof Promise?o.push(s.then(c=>Ap(c,r))):Ap(s,r)}return o.length?Promise.all(o).then(()=>r):r}});function Ap(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}var rc=v("$ZodEnum",(e,t)=>{T.init(e,t);let r=gn(t.entries),i=new Set(r);e._zod.values=i,e._zod.pattern=new RegExp(`^(${r.filter(n=>yn.has(typeof n)).map(n=>typeof n=="string"?ve(n):n.toString()).join("|")})$`),e._zod.parse=(n,o)=>{let a=n.value;return i.has(a)||n.issues.push({code:"invalid_value",values:r,input:a,inst:e}),n}}),ic=v("$ZodLiteral",(e,t)=>{if(T.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(i=>typeof i=="string"?ve(i):i?ve(i.toString()):String(i)).join("|")})$`),e._zod.parse=(i,n)=>{let o=i.value;return r.has(o)||i.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),i}}),oc=v("$ZodFile",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{let n=r.value;return n instanceof File||r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),ac=v("$ZodTransform",(e,t)=>{T.init(e,t),e._zod.optin="optional",e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new Be(e.constructor.name);let n=t.transform(r.value,r);if(i.async)return(n instanceof Promise?n:Promise.resolve(n)).then(a=>(r.value=a,r.fallback=!0,r));if(n instanceof Promise)throw new $e;return r.value=n,r.fallback=!0,r}});function Cp(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var Mr=v("$ZodOptional",(e,t)=>{T.init(e,t),e._zod.optin="optional",e._zod.optout="optional",j(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),j(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${vn(r.source)})?$`):void 0}),e._zod.parse=(r,i)=>{if(t.innerType._zod.optin==="optional"){let n=r.value,o=t.innerType._zod.run(r,i);return o instanceof Promise?o.then(a=>Cp(a,n)):Cp(o,n)}return r.value===void 0?r:t.innerType._zod.run(r,i)}}),sc=v("$ZodExactOptional",(e,t)=>{Mr.init(e,t),j(e._zod,"values",()=>t.innerType._zod.values),j(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,i)=>t.innerType._zod.run(r,i)}),cc=v("$ZodNullable",(e,t)=>{T.init(e,t),j(e._zod,"optin",()=>t.innerType._zod.optin),j(e._zod,"optout",()=>t.innerType._zod.optout),j(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${vn(r.source)}|null)$`):void 0}),j(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,i)=>r.value===null?r:t.innerType._zod.run(r,i)}),uc=v("$ZodDefault",(e,t)=>{T.init(e,t),e._zod.optin="optional",j(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);if(r.value===void 0)return r.value=t.defaultValue,r;let n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>jp(o,t)):jp(n,t)}});function jp(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var lc=v("$ZodPrefault",(e,t)=>{T.init(e,t),e._zod.optin="optional",j(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>(i.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,i))}),dc=v("$ZodNonOptional",(e,t)=>{T.init(e,t),j(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(i=>i!==void 0)):void 0}),e._zod.parse=(r,i)=>{let n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>Up(o,e)):Up(n,e)}});function Up(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 pc=v("$ZodSuccess",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new Be("ZodSuccess");let n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>(r.value=o.issues.length===0,r)):(r.value=n.issues.length===0,r)}}),mc=v("$ZodCatch",(e,t)=>{T.init(e,t),e._zod.optin="optional",j(e._zod,"optout",()=>t.innerType._zod.optout),j(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);let n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(a=>re(a,i,M()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=n.value,n.issues.length&&(r.value=t.catchValue({...r,error:{issues:n.issues.map(o=>re(o,i,M()))},input:r.value}),r.issues=[],r.fallback=!0),r)}}),fc=v("$ZodNaN",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>((typeof r.value!="number"||!Number.isNaN(r.value))&&r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r)}),Vr=v("$ZodPipe",(e,t)=>{T.init(e,t),j(e._zod,"values",()=>t.in._zod.values),j(e._zod,"optin",()=>t.in._zod.optin),j(e._zod,"optout",()=>t.out._zod.optout),j(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,i)=>{if(i.direction==="backward"){let o=t.out._zod.run(r,i);return o instanceof Promise?o.then(a=>jr(a,t.in,i)):jr(o,t.in,i)}let n=t.in._zod.run(r,i);return n instanceof Promise?n.then(o=>jr(o,t.out,i)):jr(n,t.out,i)}});function jr(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}var Dn=v("$ZodCodec",(e,t)=>{T.init(e,t),j(e._zod,"values",()=>t.in._zod.values),j(e._zod,"optin",()=>t.in._zod.optin),j(e._zod,"optout",()=>t.out._zod.optout),j(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,i)=>{if((i.direction||"forward")==="forward"){let o=t.in._zod.run(r,i);return o instanceof Promise?o.then(a=>Ur(a,t,i)):Ur(o,t,i)}else{let o=t.out._zod.run(r,i);return o instanceof Promise?o.then(a=>Ur(a,t,i)):Ur(o,t,i)}}});function Ur(e,t,r){if(e.issues.length)return e.aborted=!0,e;if((r.direction||"forward")==="forward"){let n=t.transform(e.value,e);return n instanceof Promise?n.then(o=>Nr(e,o,t.out,r)):Nr(e,n,t.out,r)}else{let n=t.reverseTransform(e.value,e);return n instanceof Promise?n.then(o=>Nr(e,o,t.in,r)):Nr(e,n,t.in,r)}}function Nr(e,t,r,i){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},i)}var hc=v("$ZodPreprocess",(e,t)=>{Vr.init(e,t)}),gc=v("$ZodReadonly",(e,t)=>{T.init(e,t),j(e._zod,"propValues",()=>t.innerType._zod.propValues),j(e._zod,"values",()=>t.innerType._zod.values),j(e._zod,"optin",()=>t.innerType?._zod?.optin),j(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);let n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(Np):Np(n)}});function Np(e){return e.value=Object.freeze(e.value),e}var vc=v("$ZodTemplateLiteral",(e,t)=>{T.init(e,t);let r=[];for(let i of t.parts)if(typeof i=="object"&&i!==null){if(!i._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...i._zod.traits].shift()}`);let n=i._zod.pattern instanceof RegExp?i._zod.pattern.source:i._zod.pattern;if(!n)throw new Error(`Invalid template literal part: ${i._zod.traits}`);let o=n.startsWith("^")?1:0,a=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(o,a))}else if(i===null||ua.has(typeof i))r.push(ve(`${i}`));else throw new Error(`Invalid template literal part: ${i}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(i,n)=>typeof i.value!="string"?(i.issues.push({input:i.value,inst:e,expected:"string",code:"invalid_type"}),i):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(i.value)||i.issues.push({input:i.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),i)}),yc=v("$ZodFunction",(e,t)=>(T.init(e,t),e._def=t,e._zod.def=t,e.implement=r=>{if(typeof r!="function")throw new Error("implement() must be called with a function");return function(...i){let n=e._def.input?xr(e._def.input,i):i,o=Reflect.apply(r,this,n);return e._def.output?xr(e._def.output,o):o}},e.implementAsync=r=>{if(typeof r!="function")throw new Error("implementAsync() must be called with a function");return async function(...i){let n=e._def.input?await br(e._def.input,i):i,o=await Reflect.apply(r,this,n);return e._def.output?await br(e._def.output,o):o}},e._zod.parse=(r,i)=>typeof r.value!="function"?(r.issues.push({code:"invalid_type",expected:"function",input:r.value,inst:e}),r):(e._def.output&&e._def.output._zod.def.type==="promise"?r.value=e.implementAsync(r.value):r.value=e.implement(r.value),r),e.input=(...r)=>{let i=e.constructor;return Array.isArray(r[0])?new i({type:"function",input:new Zr({type:"tuple",items:r[0],rest:r[1]}),output:e._def.output}):new i({type:"function",input:r[0],output:e._def.output})},e.output=r=>{let i=e.constructor;return new i({type:"function",input:e._def.input,output:r})},e)),_c=v("$ZodPromise",(e,t)=>{T.init(e,t),e._zod.parse=(r,i)=>Promise.resolve(r.value).then(n=>t.innerType._zod.run({value:n,issues:[]},i))}),$c=v("$ZodLazy",(e,t)=>{T.init(e,t),j(e._zod,"innerType",()=>{let r=t;return r._cachedInner||(r._cachedInner=t.getter()),r._cachedInner}),j(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),j(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),j(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),j(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(r,i)=>e._zod.innerType._zod.run(r,i)}),xc=v("$ZodCustom",(e,t)=>{F.init(e,t),T.init(e,t),e._zod.parse=(r,i)=>r,e._zod.check=r=>{let i=r.value,n=t.fn(i);if(n instanceof Promise)return n.then(o=>Rp(o,r,i,e));Rp(n,r,i,e)}});function Rp(e,t,r,i){if(!e){let n={code:"custom",input:r,inst:i,path:[...i._zod.def.path??[]],continue:!i._zod.def.abort};i._zod.def.params&&(n.params=i._zod.def.params),t.issues.push(kt(n))}}var Pn={};ae(Pn,{ar:()=>Bp,az:()=>Gp,be:()=>Wp,bg:()=>Jp,ca:()=>qp,cs:()=>Kp,da:()=>Xp,de:()=>Yp,el:()=>Qp,en:()=>Br,eo:()=>em,es:()=>tm,fa:()=>nm,fi:()=>rm,fr:()=>im,frCA:()=>om,he:()=>am,hr:()=>sm,hu:()=>cm,hy:()=>lm,id:()=>dm,is:()=>pm,it:()=>mm,ja:()=>fm,ka:()=>hm,kh:()=>gm,km:()=>Gr,ko:()=>vm,lt:()=>_m,mk:()=>$m,ms:()=>xm,nl:()=>bm,no:()=>km,ota:()=>Sm,pl:()=>Im,ps:()=>wm,pt:()=>zm,ro:()=>Om,ru:()=>Em,sl:()=>Pm,sv:()=>Tm,ta:()=>Am,th:()=>Cm,tr:()=>jm,ua:()=>Um,uk:()=>Hr,ur:()=>Nm,uz:()=>Rm,vi:()=>Lm,yo:()=>Mm,zhCN:()=>Fm,zhTW:()=>Zm});var V_=()=>{let e={string:{unit:"\u062D\u0631\u0641",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},file:{unit:"\u0628\u0627\u064A\u062A",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},array:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},set:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0645\u062F\u062E\u0644",email:"\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",url:"\u0631\u0627\u0628\u0637",emoji:"\u0625\u064A\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",date:"\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO",time:"\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",duration:"\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO",ipv4:"\u0639\u0646\u0648\u0627\u0646 IPv4",ipv6:"\u0639\u0646\u0648\u0627\u0646 IPv6",cidrv4:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4",cidrv6:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6",base64:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded",base64url:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded",json_string:"\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON",e164:"\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164",jwt:"JWT",template_literal:"\u0645\u062F\u062E\u0644"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${n.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`:`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${o}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`}case"invalid_value":return n.values.length===1?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${k(n.values[0])}`:`\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${o} ${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"}`:`\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${o} ${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${o} ${n.minimum.toString()} ${a.unit}`:`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${o} ${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${n.prefix}"`:o.format==="ends_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${o.suffix}"`:o.format==="includes"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${o.includes}"`:o.format==="regex"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${o.pattern}`:`${r[o.format]??n.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`}case"not_multiple_of":return`\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${n.divisor}`;case"unrecognized_keys":return`\u0645\u0639\u0631\u0641${n.keys.length>1?"\u0627\u062A":""} \u063A\u0631\u064A\u0628${n.keys.length>1?"\u0629":""}: ${x(n.keys,"\u060C ")}`;case"invalid_key":return`\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;case"invalid_union":return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644";case"invalid_element":return`\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;default:return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"}}};function Bp(){return{localeError:V_()}}var B_=()=>{let e={string:{unit:"simvol",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"element",verb:"olmal\u0131d\u0131r"},set:{unit:"element",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${n.expected}, daxil olan ${s}`:`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${o}, daxil olan ${s}`}case"invalid_value":return n.values.length===1?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${k(n.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${o}${n.maximum.toString()} ${a.unit??"element"}`:`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${o}${n.minimum.toString()} ${a.unit}`:`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Yanl\u0131\u015F m\u0259tn: "${o.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`:o.format==="ends_with"?`Yanl\u0131\u015F m\u0259tn: "${o.suffix}" il\u0259 bitm\u0259lidir`:o.format==="includes"?`Yanl\u0131\u015F m\u0259tn: "${o.includes}" daxil olmal\u0131d\u0131r`:o.format==="regex"?`Yanl\u0131\u015F m\u0259tn: ${o.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`:`Yanl\u0131\u015F ${r[o.format]??n.format}`}case"not_multiple_of":return`Yanl\u0131\u015F \u0259d\u0259d: ${n.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`;case"unrecognized_keys":return`Tan\u0131nmayan a\xE7ar${n.keys.length>1?"lar":""}: ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`;case"invalid_union":return"Yanl\u0131\u015F d\u0259y\u0259r";case"invalid_element":return`${n.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`;default:return"Yanl\u0131\u015F d\u0259y\u0259r"}}};function Gp(){return{localeError:B_()}}function Hp(e,t,r,i){let n=Math.abs(e),o=n%10,a=n%100;return a>=11&&a<=19?i:o===1?t:o>=2&&o<=4?r:i}var G_=()=>{let e={string:{unit:{one:"\u0441\u0456\u043C\u0432\u0430\u043B",few:"\u0441\u0456\u043C\u0432\u0430\u043B\u044B",many:"\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u044B",many:"\u0431\u0430\u0439\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0443\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0430\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0447\u0430\u0441",duration:"ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0430\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0430\u0441",cidrv4:"IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",base64:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64",base64url:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url",json_string:"JSON \u0440\u0430\u0434\u043E\u043A",e164:"\u043D\u0443\u043C\u0430\u0440 E.164",jwt:"JWT",template_literal:"\u0443\u0432\u043E\u0434"},i={nan:"NaN",number:"\u043B\u0456\u043A",array:"\u043C\u0430\u0441\u0456\u045E"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${n.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${o}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${k(n.values[0])}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=Hp(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${o}${n.maximum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=Hp(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${o}${n.minimum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${o.prefix}"`:o.format==="ends_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${o.suffix}"`:o.format==="includes"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${o.includes}"`:o.format==="regex"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${o.pattern}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${r[o.format]??n.format}`}case"not_multiple_of":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${n.keys.length>1?"\u043A\u043B\u044E\u0447\u044B":"\u043A\u043B\u044E\u0447"}: ${x(n.keys,", ")}`;case"invalid_key":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434";case"invalid_element":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${n.origin}`;default:return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"}}};function Wp(){return{localeError:G_()}}var H_=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},file:{unit:"\u0431\u0430\u0439\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u043E\u0434",email:"\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0436\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",base64url:"base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",json_string:"JSON \u043D\u0438\u0437",e164:"E.164 \u043D\u043E\u043C\u0435\u0440",jwt:"JWT",template_literal:"\u0432\u0445\u043E\u0434"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${o}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${k(n.values[0])}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${o}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${o}${n.minimum.toString()} ${a.unit}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;if(o.format==="starts_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${o.prefix}"`;if(o.format==="ends_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${o.suffix}"`;if(o.format==="includes")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${o.includes}"`;if(o.format==="regex")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${o.pattern}`;let a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return o.format==="emoji"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),o.format==="datetime"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),o.format==="date"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),o.format==="time"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),o.format==="duration"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${a} ${r[o.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${n.keys.length>1?"\u0438":""} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u043E\u0432\u0435":""}: ${x(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434";case"invalid_element":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"}}};function Jp(){return{localeError:H_()}}var W_=()=>{let e={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"adre\xE7a electr\xF2nica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adre\xE7a IPv4",ipv6:"adre\xE7a IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Tipus inv\xE0lid: s'esperava instanceof ${n.expected}, s'ha rebut ${s}`:`Tipus inv\xE0lid: s'esperava ${o}, s'ha rebut ${s}`}case"invalid_value":return n.values.length===1?`Valor inv\xE0lid: s'esperava ${k(n.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${x(n.values," o ")}`;case"too_big":{let o=n.inclusive?"com a m\xE0xim":"menys de",a=t(n.origin);return a?`Massa gran: s'esperava que ${n.origin??"el valor"} contingu\xE9s ${o} ${n.maximum.toString()} ${a.unit??"elements"}`:`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${o} ${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?"com a m\xEDnim":"m\xE9s de",a=t(n.origin);return a?`Massa petit: s'esperava que ${n.origin} contingu\xE9s ${o} ${n.minimum.toString()} ${a.unit}`:`Massa petit: s'esperava que ${n.origin} fos ${o} ${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Format inv\xE0lid: ha de comen\xE7ar amb "${o.prefix}"`:o.format==="ends_with"?`Format inv\xE0lid: ha d'acabar amb "${o.suffix}"`:o.format==="includes"?`Format inv\xE0lid: ha d'incloure "${o.includes}"`:o.format==="regex"?`Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${o.pattern}`:`Format inv\xE0lid per a ${r[o.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Clau inv\xE0lida a ${n.origin}`;case"invalid_union":return"Entrada inv\xE0lida";case"invalid_element":return`Element inv\xE0lid a ${n.origin}`;default:return"Entrada inv\xE0lida"}}};function qp(){return{localeError:W_()}}var J_=()=>{let e={string:{unit:"znak\u016F",verb:"m\xEDt"},file:{unit:"bajt\u016F",verb:"m\xEDt"},array:{unit:"prvk\u016F",verb:"m\xEDt"},set:{unit:"prvk\u016F",verb:"m\xEDt"}};function t(n){return e[n]??null}let r={regex:"regul\xE1rn\xED v\xFDraz",email:"e-mailov\xE1 adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a \u010Das ve form\xE1tu ISO",date:"datum ve form\xE1tu ISO",time:"\u010Das ve form\xE1tu ISO",duration:"doba trv\xE1n\xED ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64",base64url:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url",json_string:"\u0159et\u011Bzec ve form\xE1tu JSON",e164:"\u010D\xEDslo E.164",jwt:"JWT",template_literal:"vstup"},i={nan:"NaN",number:"\u010D\xEDslo",string:"\u0159et\u011Bzec",function:"funkce",array:"pole"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${n.expected}, obdr\u017Eeno ${s}`:`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${o}, obdr\u017Eeno ${s}`}case"invalid_value":return n.values.length===1?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${k(n.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${o}${n.maximum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${o}${n.minimum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${o.prefix}"`:o.format==="ends_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${o.suffix}"`:o.format==="includes"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${o.includes}"`:o.format==="regex"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${o.pattern}`:`Neplatn\xFD form\xE1t ${r[o.format]??n.format}`}case"not_multiple_of":return`Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${n.divisor}`;case"unrecognized_keys":return`Nezn\xE1m\xE9 kl\xED\u010De: ${x(n.keys,", ")}`;case"invalid_key":return`Neplatn\xFD kl\xED\u010D v ${n.origin}`;case"invalid_union":return"Neplatn\xFD vstup";case"invalid_element":return`Neplatn\xE1 hodnota v ${n.origin}`;default:return"Neplatn\xFD vstup"}}};function Kp(){return{localeError:J_()}}var q_=()=>{let e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},i={nan:"NaN",string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldigt input: forventede instanceof ${n.expected}, fik ${s}`:`Ugyldigt input: forventede ${o}, fik ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig v\xE6rdi: forventede ${k(n.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin),s=i[n.origin]??n.origin;return a?`For stor: forventede ${s??"value"} ${a.verb} ${o} ${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor: forventede ${s??"value"} havde ${o} ${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin),s=i[n.origin]??n.origin;return a?`For lille: forventede ${s} ${a.verb} ${o} ${n.minimum.toString()} ${a.unit}`:`For lille: forventede ${s} havde ${o} ${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ugyldig streng: skal starte med "${o.prefix}"`:o.format==="ends_with"?`Ugyldig streng: skal ende med "${o.suffix}"`:o.format==="includes"?`Ugyldig streng: skal indeholde "${o.includes}"`:o.format==="regex"?`Ugyldig streng: skal matche m\xF8nsteret ${o.pattern}`:`Ugyldig ${r[o.format]??n.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${x(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${n.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${n.origin}`;default:return"Ugyldigt input"}}};function Xp(){return{localeError:q_()}}var K_=()=>{let e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(n){return e[n]??null}let r={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"},i={nan:"NaN",number:"Zahl",array:"Array"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ung\xFCltige Eingabe: erwartet instanceof ${n.expected}, erhalten ${s}`:`Ung\xFCltige Eingabe: erwartet ${o}, erhalten ${s}`}case"invalid_value":return n.values.length===1?`Ung\xFCltige Eingabe: erwartet ${k(n.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${o}${n.maximum.toString()} ${a.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${o}${n.maximum.toString()} ist`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Zu klein: erwartet, dass ${n.origin} ${o}${n.minimum.toString()} ${a.unit} hat`:`Zu klein: erwartet, dass ${n.origin} ${o}${n.minimum.toString()} ist`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ung\xFCltiger String: muss mit "${o.prefix}" beginnen`:o.format==="ends_with"?`Ung\xFCltiger String: muss mit "${o.suffix}" enden`:o.format==="includes"?`Ung\xFCltiger String: muss "${o.includes}" enthalten`:o.format==="regex"?`Ung\xFCltiger String: muss dem Muster ${o.pattern} entsprechen`:`Ung\xFCltig: ${r[o.format]??n.format}`}case"not_multiple_of":return`Ung\xFCltige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schl\xFCssel":"Unbekannter Schl\xFCssel"}: ${x(n.keys,", ")}`;case"invalid_key":return`Ung\xFCltiger Schl\xFCssel in ${n.origin}`;case"invalid_union":return"Ung\xFCltige Eingabe";case"invalid_element":return`Ung\xFCltiger Wert in ${n.origin}`;default:return"Ung\xFCltige Eingabe"}}};function Yp(){return{localeError:K_()}}var X_=()=>{let e={string:{unit:"\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},file:{unit:"bytes",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},array:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},set:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},map:{unit:"\u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"}};function t(n){return e[n]??null}let r={regex:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2",email:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1",date:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1",time:"ISO \u03CE\u03C1\u03B1",duration:"ISO \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1",ipv4:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv4",ipv6:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv6",mac:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 MAC",cidrv4:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv4",cidrv6:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv6",base64:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64",base64url:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64url",json_string:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC JSON",e164:"\u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 E.164",jwt:"JWT",template_literal:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return typeof n.expected=="string"&&/^[A-Z]/.test(n.expected)?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD instanceof ${n.expected}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${o}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`}case"invalid_value":return n.values.length===1?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${k(n.values[0])}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${o}${n.maximum.toString()} ${a.unit??"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1"}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${o}${n.minimum.toString()} ${a.unit}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 "${o.prefix}"`:o.format==="ends_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03B5\u03B9 \u03BC\u03B5 "${o.suffix}"`:o.format==="includes"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 "${o.includes}"`:o.format==="regex"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF ${o.pattern}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF: ${r[o.format]??n.format}`}case"not_multiple_of":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AC\u03C3\u03B9\u03BF \u03C4\u03BF\u03C5 ${n.divisor}`;case"unrecognized_keys":return`\u0386\u03B3\u03BD\u03C9\u03C3\u03C4${n.keys.length>1?"\u03B1":"\u03BF"} \u03BA\u03BB\u03B5\u03B9\u03B4${n.keys.length>1?"\u03B9\u03AC":"\u03AF"}: ${x(n.keys,", ")}`;case"invalid_key":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03C3\u03C4\u03BF ${n.origin}`;case"invalid_union":return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2";case"invalid_element":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE \u03C3\u03C4\u03BF ${n.origin}`;default:return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"}}};function Qp(){return{localeError:X_()}}var Y_=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return`Invalid input: expected ${o}, received ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${k(n.values[0])}`:`Invalid option: expected one of ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${a.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${a.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return n.options&&Array.isArray(n.options)&&n.options.length>0?`Invalid discriminator value. Expected ${n.options.map(a=>`'${a}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Br(){return{localeError:Y_()}}var Q_=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(n){return e[n]??null}let r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emo\u011Dio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-da\u016Dro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"},i={nan:"NaN",number:"nombro",array:"tabelo",null:"senvalora"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Nevalida enigo: atendi\u011Dis instanceof ${n.expected}, ricevi\u011Dis ${s}`:`Nevalida enigo: atendi\u011Dis ${o}, ricevi\u011Dis ${s}`}case"invalid_value":return n.values.length===1?`Nevalida enigo: atendi\u011Dis ${k(n.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${o}${n.maximum.toString()} ${a.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Tro malgranda: atendi\u011Dis ke ${n.origin} havu ${o}${n.minimum.toString()} ${a.unit}`:`Tro malgranda: atendi\u011Dis ke ${n.origin} estu ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Nevalida karaktraro: devas komenci\u011Di per "${o.prefix}"`:o.format==="ends_with"?`Nevalida karaktraro: devas fini\u011Di per "${o.suffix}"`:o.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${o.includes}"`:o.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${o.pattern}`:`Nevalida ${r[o.format]??n.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${n.divisor}`;case"unrecognized_keys":return`Nekonata${n.keys.length>1?"j":""} \u015Dlosilo${n.keys.length>1?"j":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Nevalida \u015Dlosilo en ${n.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${n.origin}`;default:return"Nevalida enigo"}}};function em(){return{localeError:Q_()}}var e$=()=>{let e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"direcci\xF3n de correo electr\xF3nico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duraci\xF3n ISO",ipv4:"direcci\xF3n IPv4",ipv6:"direcci\xF3n IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN",string:"texto",number:"n\xFAmero",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"n\xFAmero grande",symbol:"s\xEDmbolo",undefined:"indefinido",null:"nulo",function:"funci\xF3n",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeraci\xF3n",union:"uni\xF3n",literal:"literal",promise:"promesa",void:"vac\xEDo",never:"nunca",unknown:"desconocido",any:"cualquiera"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Entrada inv\xE1lida: se esperaba instanceof ${n.expected}, recibido ${s}`:`Entrada inv\xE1lida: se esperaba ${o}, recibido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: se esperaba ${k(n.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin),s=i[n.origin]??n.origin;return a?`Demasiado grande: se esperaba que ${s??"valor"} tuviera ${o}${n.maximum.toString()} ${a.unit??"elementos"}`:`Demasiado grande: se esperaba que ${s??"valor"} fuera ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin),s=i[n.origin]??n.origin;return a?`Demasiado peque\xF1o: se esperaba que ${s} tuviera ${o}${n.minimum.toString()} ${a.unit}`:`Demasiado peque\xF1o: se esperaba que ${s} fuera ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Cadena inv\xE1lida: debe comenzar con "${o.prefix}"`:o.format==="ends_with"?`Cadena inv\xE1lida: debe terminar en "${o.suffix}"`:o.format==="includes"?`Cadena inv\xE1lida: debe incluir "${o.includes}"`:o.format==="regex"?`Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${o.pattern}`:`Inv\xE1lido ${r[o.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Llave${n.keys.length>1?"s":""} desconocida${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Llave inv\xE1lida en ${i[n.origin]??n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido en ${i[n.origin]??n.origin}`;default:return"Entrada inv\xE1lida"}}};function tm(){return{localeError:e$()}}var t$=()=>{let e={string:{unit:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},file:{unit:"\u0628\u0627\u06CC\u062A",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},array:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},set:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u06CC",email:"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644",url:"URL",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",date:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648",time:"\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",duration:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",ipv4:"IPv4 \u0622\u062F\u0631\u0633",ipv6:"IPv6 \u0622\u062F\u0631\u0633",cidrv4:"IPv4 \u062F\u0627\u0645\u0646\u0647",cidrv6:"IPv6 \u062F\u0627\u0645\u0646\u0647",base64:"base64-encoded \u0631\u0634\u062A\u0647",base64url:"base64url-encoded \u0631\u0634\u062A\u0647",json_string:"JSON \u0631\u0634\u062A\u0647",e164:"E.164 \u0639\u062F\u062F",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u06CC"},i={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0622\u0631\u0627\u06CC\u0647"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${n.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`:`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${o} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`}case"invalid_value":return n.values.length===1?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${k(n.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`:`\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${x(n.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${o}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${o}${n.maximum.toString()} \u0628\u0627\u0634\u062F`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${o}${n.minimum.toString()} ${a.unit} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${o}${n.minimum.toString()} \u0628\u0627\u0634\u062F`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${o.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`:o.format==="ends_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${o.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`:o.format==="includes"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${o.includes}" \u0628\u0627\u0634\u062F`:o.format==="regex"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${o.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`:`${r[o.format]??n.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`}case"not_multiple_of":return`\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${n.divisor} \u0628\u0627\u0634\u062F`;case"unrecognized_keys":return`\u06A9\u0644\u06CC\u062F${n.keys.length>1?"\u0647\u0627\u06CC":""} \u0646\u0627\u0634\u0646\u0627\u0633: ${x(n.keys,", ")}`;case"invalid_key":return`\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${n.origin}`;case"invalid_union":return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631";case"invalid_element":return`\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${n.origin}`;default:return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"}}};function nm(){return{localeError:t$()}}var n$=()=>{let e={string:{unit:"merkki\xE4",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"p\xE4iv\xE4m\xE4\xE4r\xE4n"}};function t(n){return e[n]??null}let r={regex:"s\xE4\xE4nn\xF6llinen lauseke",email:"s\xE4hk\xF6postiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-p\xE4iv\xE4m\xE4\xE4r\xE4",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Virheellinen tyyppi: odotettiin instanceof ${n.expected}, oli ${s}`:`Virheellinen tyyppi: odotettiin ${o}, oli ${s}`}case"invalid_value":return n.values.length===1?`Virheellinen sy\xF6te: t\xE4ytyy olla ${k(n.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Liian suuri: ${a.subject} t\xE4ytyy olla ${o}${n.maximum.toString()} ${a.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Liian pieni: ${a.subject} t\xE4ytyy olla ${o}${n.minimum.toString()} ${a.unit}`.trim():`Liian pieni: arvon t\xE4ytyy olla ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Virheellinen sy\xF6te: t\xE4ytyy alkaa "${o.prefix}"`:o.format==="ends_with"?`Virheellinen sy\xF6te: t\xE4ytyy loppua "${o.suffix}"`:o.format==="includes"?`Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${o.includes}"`:o.format==="regex"?`Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${o.pattern}`:`Virheellinen ${r[o.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: t\xE4ytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${x(n.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen sy\xF6te"}}};function rm(){return{localeError:n$()}}var r$=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},i={string:"cha\xEEne",number:"nombre",int:"entier",boolean:"bool\xE9en",bigint:"grand entier",symbol:"symbole",undefined:"ind\xE9fini",null:"null",never:"jamais",void:"vide",date:"date",array:"tableau",object:"objet",tuple:"tuple",record:"enregistrement",map:"carte",set:"ensemble",file:"fichier",nonoptional:"non-optionnel",nan:"NaN",function:"fonction"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : instanceof ${n.expected} attendu, ${s} re\xE7u`:`Entr\xE9e invalide : ${o} attendu, ${s} re\xE7u`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : ${k(n.values[0])} attendu`:`Option invalide : une valeur parmi ${x(n.values,"|")} attendue`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Trop grand : ${i[n.origin]??"valeur"} doit ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${i[n.origin]??"valeur"} doit \xEAtre ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Trop petit : ${i[n.origin]??"valeur"} doit ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Trop petit : ${i[n.origin]??"valeur"} doit \xEAtre ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${o.prefix}"`:o.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${o.suffix}"`:o.format==="includes"?`Cha\xEEne invalide : doit inclure "${o.includes}"`:o.format==="regex"?`Cha\xEEne invalide : doit correspondre au mod\xE8le ${o.pattern}`:`${r[o.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${x(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}};function im(){return{localeError:r$()}}var i$=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : attendu instanceof ${n.expected}, re\xE7u ${s}`:`Entr\xE9e invalide : attendu ${o}, re\xE7u ${s}`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : attendu ${k(n.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"\u2264":"<",a=t(n.origin);return a?`Trop grand : attendu que ${n.origin??"la valeur"} ait ${o}${n.maximum.toString()} ${a.unit}`:`Trop grand : attendu que ${n.origin??"la valeur"} soit ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?"\u2265":">",a=t(n.origin);return a?`Trop petit : attendu que ${n.origin} ait ${o}${n.minimum.toString()} ${a.unit}`:`Trop petit : attendu que ${n.origin} soit ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${o.prefix}"`:o.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${o.suffix}"`:o.format==="includes"?`Cha\xEEne invalide : doit inclure "${o.includes}"`:o.format==="regex"?`Cha\xEEne invalide : doit correspondre au motif ${o.pattern}`:`${r[o.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${x(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}};function om(){return{localeError:i$()}}var o$=()=>{let e={string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA",gender:"f"},number:{label:"\u05DE\u05E1\u05E4\u05E8",gender:"m"},boolean:{label:"\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA",gender:"m"},array:{label:"\u05DE\u05E2\u05E8\u05DA",gender:"m"},object:{label:"\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8",gender:"m"},null:{label:"\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)",gender:"m"},undefined:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)",gender:"m"},symbol:{label:"\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)",gender:"m"},function:{label:"\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4",gender:"f"},map:{label:"\u05DE\u05E4\u05D4 (Map)",gender:"f"},set:{label:"\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)",gender:"f"},file:{label:"\u05E7\u05D5\u05D1\u05E5",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",gender:"m"},value:{label:"\u05E2\u05E8\u05DA",gender:"m"}},t={string:{unit:"\u05EA\u05D5\u05D5\u05D9\u05DD",shortLabel:"\u05E7\u05E6\u05E8",longLabel:"\u05D0\u05E8\u05D5\u05DA"},file:{unit:"\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},array:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},set:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},number:{unit:"",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"}},r=u=>u?e[u]:void 0,i=u=>{let l=r(u);return l?l.label:u??e.unknown.label},n=u=>`\u05D4${i(u)}`,o=u=>(r(u)?.gender??"m")==="f"?"\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA":"\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA",a=u=>u?t[u]??null:null,s={regex:{label:"\u05E7\u05DC\u05D8",gender:"m"},email:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",gender:"f"},url:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",gender:"f"},emoji:{label:"\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA ISO",gender:"m"},time:{label:"\u05D6\u05DE\u05DF ISO",gender:"m"},duration:{label:"\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",gender:"m"},ipv4:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",gender:"f"},ipv6:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",gender:"f"},cidrv4:{label:"\u05D8\u05D5\u05D5\u05D7 IPv4",gender:"m"},cidrv6:{label:"\u05D8\u05D5\u05D5\u05D7 IPv6",gender:"m"},base64:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",gender:"f"},base64url:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",gender:"f"},json_string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",gender:"f"},e164:{label:"\u05DE\u05E1\u05E4\u05E8 E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},includes:{label:"\u05E7\u05DC\u05D8",gender:"m"},lowercase:{label:"\u05E7\u05DC\u05D8",gender:"m"},starts_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},uppercase:{label:"\u05E7\u05DC\u05D8",gender:"m"}},c={nan:"NaN"};return u=>{switch(u.code){case"invalid_type":{let l=u.expected,f=c[l??""]??i(l),p=S(u.input),y=c[p]??e[p]?.label??p;return/^[A-Z]/.test(u.expected)?`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${u.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${y}`:`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${f}, \u05D4\u05EA\u05E7\u05D1\u05DC ${y}`}case"invalid_value":{if(u.values.length===1)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${k(u.values[0])}`;let l=u.values.map(y=>k(y));if(u.values.length===2)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${l[0]} \u05D0\u05D5 ${l[1]}`;let f=l[l.length-1];return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${l.slice(0,-1).join(", ")} \u05D0\u05D5 ${f}`}case"too_big":{let l=a(u.origin),f=n(u.origin??"value");if(u.origin==="string")return`${l?.longLabel??"\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${f} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${u.maximum.toString()} ${l?.unit??""} ${u.inclusive?"\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA":"\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();if(u.origin==="number"){let b=u.inclusive?`\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${u.maximum}`:`\u05E7\u05D8\u05DF \u05DE-${u.maximum}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${f} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${b}`}if(u.origin==="array"||u.origin==="set"){let b=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",D=u.inclusive?`${u.maximum} ${l?.unit??""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA`:`\u05E4\u05D7\u05D5\u05EA \u05DE-${u.maximum} ${l?.unit??""}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${f} ${b} \u05DC\u05D4\u05DB\u05D9\u05DC ${D}`.trim()}let p=u.inclusive?"<=":"<",y=o(u.origin??"value");return l?.unit?`${l.longLabel} \u05DE\u05D3\u05D9: ${f} ${y} ${p}${u.maximum.toString()} ${l.unit}`:`${l?.longLabel??"\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${f} ${y} ${p}${u.maximum.toString()}`}case"too_small":{let l=a(u.origin),f=n(u.origin??"value");if(u.origin==="string")return`${l?.shortLabel??"\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${f} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${u.minimum.toString()} ${l?.unit??""} ${u.inclusive?"\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8":"\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();if(u.origin==="number"){let b=u.inclusive?`\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${u.minimum}`:`\u05D2\u05D3\u05D5\u05DC \u05DE-${u.minimum}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${f} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${b}`}if(u.origin==="array"||u.origin==="set"){let b=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(u.minimum===1&&u.inclusive){let I=(u.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${f} ${b} \u05DC\u05D4\u05DB\u05D9\u05DC ${I}`}let D=u.inclusive?`${u.minimum} ${l?.unit??""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8`:`\u05D9\u05D5\u05EA\u05E8 \u05DE-${u.minimum} ${l?.unit??""}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${f} ${b} \u05DC\u05D4\u05DB\u05D9\u05DC ${D}`.trim()}let p=u.inclusive?">=":">",y=o(u.origin??"value");return l?.unit?`${l.shortLabel} \u05DE\u05D3\u05D9: ${f} ${y} ${p}${u.minimum.toString()} ${l.unit}`:`${l?.shortLabel??"\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${f} ${y} ${p}${u.minimum.toString()}`}case"invalid_format":{let l=u;if(l.format==="starts_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${l.prefix}"`;if(l.format==="ends_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${l.suffix}"`;if(l.format==="includes")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${l.includes}"`;if(l.format==="regex")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${l.pattern}`;let f=s[l.format],p=f?.label??l.format,b=(f?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${p} \u05DC\u05D0 ${b}`}case"not_multiple_of":return`\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${u.divisor}`;case"unrecognized_keys":return`\u05DE\u05E4\u05EA\u05D7${u.keys.length>1?"\u05D5\u05EA":""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${u.keys.length>1?"\u05D9\u05DD":"\u05D4"}: ${x(u.keys,", ")}`;case"invalid_key":return"\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8";case"invalid_union":return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";case"invalid_element":return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${n(u.origin??"array")}`;default:return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"}}};function am(){return{localeError:o$()}}var a$=()=>{let e={string:{unit:"znakova",verb:"imati"},file:{unit:"bajtova",verb:"imati"},array:{unit:"stavki",verb:"imati"},set:{unit:"stavki",verb:"imati"}};function t(n){return e[n]??null}let r={regex:"unos",email:"email adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum i vrijeme",date:"ISO datum",time:"ISO vrijeme",duration:"ISO trajanje",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"IPv4 raspon",cidrv6:"IPv6 raspon",base64:"base64 kodirani tekst",base64url:"base64url kodirani tekst",json_string:"JSON tekst",e164:"E.164 broj",jwt:"JWT",template_literal:"unos"},i={nan:"NaN",string:"tekst",number:"broj",boolean:"boolean",array:"niz",object:"objekt",set:"skup",file:"datoteka",date:"datum",bigint:"bigint",symbol:"simbol",undefined:"undefined",null:"null",function:"funkcija",map:"mapa"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Neispravan unos: o\u010Dekuje se instanceof ${n.expected}, a primljeno je ${s}`:`Neispravan unos: o\u010Dekuje se ${o}, a primljeno je ${s}`}case"invalid_value":return n.values.length===1?`Neispravna vrijednost: o\u010Dekivano ${k(n.values[0])}`:`Neispravna opcija: o\u010Dekivano jedno od ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin),s=i[n.origin]??n.origin;return a?`Preveliko: o\u010Dekivano da ${s??"vrijednost"} ima ${o}${n.maximum.toString()} ${a.unit??"elemenata"}`:`Preveliko: o\u010Dekivano da ${s??"vrijednost"} bude ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin),s=i[n.origin]??n.origin;return a?`Premalo: o\u010Dekivano da ${s} ima ${o}${n.minimum.toString()} ${a.unit}`:`Premalo: o\u010Dekivano da ${s} bude ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Neispravan tekst: mora zapo\u010Dinjati s "${o.prefix}"`:o.format==="ends_with"?`Neispravan tekst: mora zavr\u0161avati s "${o.suffix}"`:o.format==="includes"?`Neispravan tekst: mora sadr\u017Eavati "${o.includes}"`:o.format==="regex"?`Neispravan tekst: mora odgovarati uzorku ${o.pattern}`:`Neispravna ${r[o.format]??n.format}`}case"not_multiple_of":return`Neispravan broj: mora biti vi\u0161ekratnik od ${n.divisor}`;case"unrecognized_keys":return`Neprepoznat${n.keys.length>1?"i klju\u010Devi":" klju\u010D"}: ${x(n.keys,", ")}`;case"invalid_key":return`Neispravan klju\u010D u ${i[n.origin]??n.origin}`;case"invalid_union":return"Neispravan unos";case"invalid_element":return`Neispravna vrijednost u ${i[n.origin]??n.origin}`;default:return"Neispravan unos"}}};function sm(){return{localeError:a$()}}var s$=()=>{let e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(n){return e[n]??null}let r={regex:"bemenet",email:"email c\xEDm",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO id\u0151b\xE9lyeg",date:"ISO d\xE1tum",time:"ISO id\u0151",duration:"ISO id\u0151intervallum",ipv4:"IPv4 c\xEDm",ipv6:"IPv6 c\xEDm",cidrv4:"IPv4 tartom\xE1ny",cidrv6:"IPv6 tartom\xE1ny",base64:"base64-k\xF3dolt string",base64url:"base64url-k\xF3dolt string",json_string:"JSON string",e164:"E.164 sz\xE1m",jwt:"JWT",template_literal:"bemenet"},i={nan:"NaN",number:"sz\xE1m",array:"t\xF6mb"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${n.expected}, a kapott \xE9rt\xE9k ${s}`:`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${o}, a kapott \xE9rt\xE9k ${s}`}case"invalid_value":return n.values.length===1?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${k(n.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xFAl nagy: ${n.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${o}${n.maximum.toString()} ${a.unit??"elem"}`:`T\xFAl nagy: a bemeneti \xE9rt\xE9k ${n.origin??"\xE9rt\xE9k"} t\xFAl nagy: ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} m\xE9rete t\xFAl kicsi ${o}${n.minimum.toString()} ${a.unit}`:`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} t\xFAl kicsi ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\xC9rv\xE9nytelen string: "${o.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`:o.format==="ends_with"?`\xC9rv\xE9nytelen string: "${o.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`:o.format==="includes"?`\xC9rv\xE9nytelen string: "${o.includes}" \xE9rt\xE9ket kell tartalmaznia`:o.format==="regex"?`\xC9rv\xE9nytelen string: ${o.pattern} mint\xE1nak kell megfelelnie`:`\xC9rv\xE9nytelen ${r[o.format]??n.format}`}case"not_multiple_of":return`\xC9rv\xE9nytelen sz\xE1m: ${n.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`\xC9rv\xE9nytelen kulcs ${n.origin}`;case"invalid_union":return"\xC9rv\xE9nytelen bemenet";case"invalid_element":return`\xC9rv\xE9nytelen \xE9rt\xE9k: ${n.origin}`;default:return"\xC9rv\xE9nytelen bemenet"}}};function cm(){return{localeError:s$()}}function um(e,t,r){return Math.abs(e)===1?t:r}function Dt(e){if(!e)return"";let t=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],r=e[e.length-1];return e+(t.includes(r)?"\u0576":"\u0568")}var c$=()=>{let e={string:{unit:{one:"\u0576\u0577\u0561\u0576",many:"\u0576\u0577\u0561\u0576\u0576\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},file:{unit:{one:"\u0562\u0561\u0575\u0569",many:"\u0562\u0561\u0575\u0569\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},array:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},set:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"}};function t(n){return e[n]??null}let r={regex:"\u0574\u0578\u0582\u057F\u0584",email:"\u0567\u056C. \u0570\u0561\u057D\u0581\u0565",url:"URL",emoji:"\u0567\u0574\u0578\u057B\u056B",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574",date:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E",time:"ISO \u056A\u0561\u0574",duration:"ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",ipv4:"IPv4 \u0570\u0561\u057D\u0581\u0565",ipv6:"IPv6 \u0570\u0561\u057D\u0581\u0565",cidrv4:"IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",cidrv6:"IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",base64:"base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",base64url:"base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",json_string:"JSON \u057F\u0578\u0572",e164:"E.164 \u0570\u0561\u0574\u0561\u0580",jwt:"JWT",template_literal:"\u0574\u0578\u0582\u057F\u0584"},i={nan:"NaN",number:"\u0569\u056B\u057E",array:"\u0566\u0561\u0576\u0563\u057E\u0561\u056E"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${n.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`:`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${o}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`}case"invalid_value":return n.values.length===1?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${k(n.values[1])}`:`\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=um(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Dt(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${o}${n.maximum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Dt(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=um(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Dt(n.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${o}${n.minimum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Dt(n.origin)} \u056C\u056B\u0576\u056B ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${o.prefix}"-\u0578\u057E`:o.format==="ends_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${o.suffix}"-\u0578\u057E`:o.format==="includes"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${o.includes}"`:o.format==="regex"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${o.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`:`\u054D\u056D\u0561\u056C ${r[o.format]??n.format}`}case"not_multiple_of":return`\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${n.divisor}-\u056B`;case"unrecognized_keys":return`\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${n.keys.length>1?"\u0576\u0565\u0580":""}. ${x(n.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${Dt(n.origin)}-\u0578\u0582\u0574`;case"invalid_union":return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574";case"invalid_element":return`\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${Dt(n.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}};function lm(){return{localeError:c$()}}var u$=()=>{let e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak valid: diharapkan instanceof ${n.expected}, diterima ${s}`:`Input tidak valid: diharapkan ${o}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak valid: diharapkan ${k(n.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${o}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: diharapkan ${n.origin} memiliki ${o}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: diharapkan ${n.origin} menjadi ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`String tidak valid: harus dimulai dengan "${o.prefix}"`:o.format==="ends_with"?`String tidak valid: harus berakhir dengan "${o.suffix}"`:o.format==="includes"?`String tidak valid: harus menyertakan "${o.includes}"`:o.format==="regex"?`String tidak valid: harus sesuai pola ${o.pattern}`:`${r[o.format]??n.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${n.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${n.origin}`;default:return"Input tidak valid"}}};function dm(){return{localeError:u$()}}var l$=()=>{let e={string:{unit:"stafi",verb:"a\xF0 hafa"},file:{unit:"b\xE6ti",verb:"a\xF0 hafa"},array:{unit:"hluti",verb:"a\xF0 hafa"},set:{unit:"hluti",verb:"a\xF0 hafa"}};function t(n){return e[n]??null}let r={regex:"gildi",email:"netfang",url:"vefsl\xF3\xF0",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og t\xEDmi",date:"ISO dagsetning",time:"ISO t\xEDmi",duration:"ISO t\xEDmalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 t\xF6lugildi",jwt:"JWT",template_literal:"gildi"},i={nan:"NaN",number:"n\xFAmer",array:"fylki"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera instanceof ${n.expected}`:`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera ${o}`}case"invalid_value":return n.values.length===1?`Rangt gildi: gert r\xE1\xF0 fyrir ${k(n.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} hafi ${o}${n.maximum.toString()} ${a.unit??"hluti"}`:`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} s\xE9 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} hafi ${o}${n.minimum.toString()} ${a.unit}`:`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} s\xE9 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${o.prefix}"`:o.format==="ends_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${o.suffix}"`:o.format==="includes"?`\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${o.includes}"`:o.format==="regex"?`\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${o.pattern}`:`Rangt ${r[o.format]??n.format}`}case"not_multiple_of":return`R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${n.divisor}`;case"unrecognized_keys":return`\xD3\xFEekkt ${n.keys.length>1?"ir lyklar":"ur lykill"}: ${x(n.keys,", ")}`;case"invalid_key":return`Rangur lykill \xED ${n.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi \xED ${n.origin}`;default:return"Rangt gildi"}}};function pm(){return{localeError:l$()}}var d$=()=>{let e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(n){return e[n]??null}let r={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"numero",array:"vettore"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Input non valido: atteso instanceof ${n.expected}, ricevuto ${s}`:`Input non valido: atteso ${o}, ricevuto ${s}`}case"invalid_value":return n.values.length===1?`Input non valido: atteso ${k(n.values[0])}`:`Opzione non valida: atteso uno tra ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Troppo grande: ${n.origin??"valore"} deve avere ${o}${n.maximum.toString()} ${a.unit??"elementi"}`:`Troppo grande: ${n.origin??"valore"} deve essere ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Troppo piccolo: ${n.origin} deve avere ${o}${n.minimum.toString()} ${a.unit}`:`Troppo piccolo: ${n.origin} deve essere ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Stringa non valida: deve iniziare con "${o.prefix}"`:o.format==="ends_with"?`Stringa non valida: deve terminare con "${o.suffix}"`:o.format==="includes"?`Stringa non valida: deve includere "${o.includes}"`:o.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${o.pattern}`:`Input non valido: ${r[o.format]??n.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${n.divisor}`;case"unrecognized_keys":return`Chiav${n.keys.length>1?"i":"e"} non riconosciut${n.keys.length>1?"e":"a"}: ${x(n.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${n.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${n.origin}`;default:return"Input non valido"}}};function mm(){return{localeError:d$()}}var p$=()=>{let e={string:{unit:"\u6587\u5B57",verb:"\u3067\u3042\u308B"},file:{unit:"\u30D0\u30A4\u30C8",verb:"\u3067\u3042\u308B"},array:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"},set:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"}};function t(n){return e[n]??null}let r={regex:"\u5165\u529B\u5024",email:"\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",url:"URL",emoji:"\u7D75\u6587\u5B57",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u6642",date:"ISO\u65E5\u4ED8",time:"ISO\u6642\u523B",duration:"ISO\u671F\u9593",ipv4:"IPv4\u30A2\u30C9\u30EC\u30B9",ipv6:"IPv6\u30A2\u30C9\u30EC\u30B9",cidrv4:"IPv4\u7BC4\u56F2",cidrv6:"IPv6\u7BC4\u56F2",base64:"base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",base64url:"base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",json_string:"JSON\u6587\u5B57\u5217",e164:"E.164\u756A\u53F7",jwt:"JWT",template_literal:"\u5165\u529B\u5024"},i={nan:"NaN",number:"\u6570\u5024",array:"\u914D\u5217"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u52B9\u306A\u5165\u529B: instanceof ${n.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u5165\u529B: ${o}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`}case"invalid_value":return n.values.length===1?`\u7121\u52B9\u306A\u5165\u529B: ${k(n.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${x(n.values,"\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"too_big":{let o=n.inclusive?"\u4EE5\u4E0B\u3067\u3042\u308B":"\u3088\u308A\u5C0F\u3055\u3044",a=t(n.origin);return a?`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${a.unit??"\u8981\u7D20"}${o}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${o}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"too_small":{let o=n.inclusive?"\u4EE5\u4E0A\u3067\u3042\u308B":"\u3088\u308A\u5927\u304D\u3044",a=t(n.origin);return a?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${a.unit}${o}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${o}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${o.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:o.format==="ends_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${o.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:o.format==="includes"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${o.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:o.format==="regex"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${o.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u7121\u52B9\u306A${r[o.format]??n.format}`}case"not_multiple_of":return`\u7121\u52B9\u306A\u6570\u5024: ${n.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"unrecognized_keys":return`\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${n.keys.length>1?"\u7FA4":""}: ${x(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`;case"invalid_union":return"\u7121\u52B9\u306A\u5165\u529B";case"invalid_element":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`;default:return"\u7121\u52B9\u306A\u5165\u529B"}}};function fm(){return{localeError:p$()}}var m$=()=>{let e={string:{unit:"\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},file:{unit:"\u10D1\u10D0\u10D8\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},array:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},set:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"}};function t(n){return e[n]??null}let r={regex:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0",email:"\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",url:"URL",emoji:"\u10D4\u10DB\u10DD\u10EF\u10D8",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD",date:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8",time:"\u10D3\u10E0\u10DD",duration:"\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0",ipv4:"IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",ipv6:"IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",cidrv4:"IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",cidrv6:"IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",base64:"base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",json_string:"JSON \u10D5\u10D4\u10DA\u10D8",e164:"E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8",jwt:"JWT",template_literal:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"},i={nan:"NaN",number:"\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8",string:"\u10D5\u10D4\u10DA\u10D8",boolean:"\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8",function:"\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0",array:"\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${n.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${o}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`}case"invalid_value":return n.values.length===1?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${k(n.values[0])}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${x(n.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} \u10D8\u10E7\u10DD\u10E1 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${o.prefix}"-\u10D8\u10D7`:o.format==="ends_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${o.suffix}"-\u10D8\u10D7`:o.format==="includes"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${o.includes}"-\u10E1`:o.format==="regex"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${o.pattern}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${n.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`;case"unrecognized_keys":return`\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${n.keys.length>1?"\u10D4\u10D1\u10D8":"\u10D8"}: ${x(n.keys,", ")}`;case"invalid_key":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${n.origin}-\u10E8\u10D8`;case"invalid_union":return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0";case"invalid_element":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${n.origin}-\u10E8\u10D8`;default:return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"}}};function hm(){return{localeError:m$()}}var f$=()=>{let e={string:{unit:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},file:{unit:"\u1794\u17C3",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},array:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},set:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"}};function t(n){return e[n]??null}let r={regex:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B",email:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B",url:"URL",emoji:"\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO",date:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO",time:"\u1798\u17C9\u17C4\u1784 ISO",duration:"\u179A\u1799\u17C8\u1796\u17C1\u179B ISO",ipv4:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",ipv6:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",cidrv4:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",cidrv6:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",base64:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64",base64url:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url",json_string:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON",e164:"\u179B\u17C1\u1781 E.164",jwt:"JWT",template_literal:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B"},i={nan:"NaN",number:"\u179B\u17C1\u1781",array:"\u17A2\u17B6\u179A\u17C1 (Array)",null:"\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${n.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`:`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${o} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`}case"invalid_value":return n.values.length===1?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${k(n.values[0])}`:`\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${o} ${n.maximum.toString()} ${a.unit??"\u1792\u17B6\u178F\u17BB"}`:`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${o} ${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${o} ${n.minimum.toString()} ${a.unit}`:`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${o} ${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${o.prefix}"`:o.format==="ends_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${o.suffix}"`:o.format==="includes"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${o.includes}"`:o.format==="regex"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${o.pattern}`:`\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${n.divisor}`;case"unrecognized_keys":return`\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${x(n.keys,", ")}`;case"invalid_key":return`\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;case"invalid_union":return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C";case"invalid_element":return`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;default:return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"}}};function Gr(){return{localeError:f$()}}function gm(){return Gr()}var h$=()=>{let e={string:{unit:"\uBB38\uC790",verb:"to have"},file:{unit:"\uBC14\uC774\uD2B8",verb:"to have"},array:{unit:"\uAC1C",verb:"to have"},set:{unit:"\uAC1C",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"\uC785\uB825",email:"\uC774\uBA54\uC77C \uC8FC\uC18C",url:"URL",emoji:"\uC774\uBAA8\uC9C0",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \uB0A0\uC9DC\uC2DC\uAC04",date:"ISO \uB0A0\uC9DC",time:"ISO \uC2DC\uAC04",duration:"ISO \uAE30\uAC04",ipv4:"IPv4 \uC8FC\uC18C",ipv6:"IPv6 \uC8FC\uC18C",cidrv4:"IPv4 \uBC94\uC704",cidrv6:"IPv6 \uBC94\uC704",base64:"base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",base64url:"base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",json_string:"JSON \uBB38\uC790\uC5F4",e164:"E.164 \uBC88\uD638",jwt:"JWT",template_literal:"\uC785\uB825"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${n.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${o}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`}case"invalid_value":return n.values.length===1?`\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${k(n.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${x(n.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let o=n.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",a=o==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),c=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()}${c} ${o}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()} ${o}${a}`}case"too_small":{let o=n.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",a=o==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),c=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()}${c} ${o}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()} ${o}${a}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${o.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`:o.format==="ends_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${o.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`:o.format==="includes"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${o.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`:o.format==="regex"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${o.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C ${r[o.format]??n.format}`}case"not_multiple_of":return`\uC798\uBABB\uB41C \uC22B\uC790: ${n.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"unrecognized_keys":return`\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${x(n.keys,", ")}`;case"invalid_key":return`\uC798\uBABB\uB41C \uD0A4: ${n.origin}`;case"invalid_union":return"\uC798\uBABB\uB41C \uC785\uB825";case"invalid_element":return`\uC798\uBABB\uB41C \uAC12: ${n.origin}`;default:return"\uC798\uBABB\uB41C \uC785\uB825"}}};function vm(){return{localeError:h$()}}var En=e=>e.charAt(0).toUpperCase()+e.slice(1);function ym(e){let t=Math.abs(e),r=t%10,i=t%100;return i>=11&&i<=19||r===0?"many":r===1?"one":"few"}var g$=()=>{let e={string:{unit:{one:"simbolis",few:"simboliai",many:"simboli\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne ilgesn\u0117 kaip",notInclusive:"turi b\u016Bti trumpesn\u0117 kaip"},bigger:{inclusive:"turi b\u016Bti ne trumpesn\u0117 kaip",notInclusive:"turi b\u016Bti ilgesn\u0117 kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"bait\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne didesnis kaip",notInclusive:"turi b\u016Bti ma\u017Eesnis kaip"},bigger:{inclusive:"turi b\u016Bti ne ma\u017Eesnis kaip",notInclusive:"turi b\u016Bti didesnis kaip"}}},array:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}},set:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}}};function t(n,o,a,s){let c=e[n]??null;return c===null?c:{unit:c.unit[o],verb:c.verb[s][a?"inclusive":"notInclusive"]}}let r={regex:"\u012Fvestis",email:"el. pa\u0161to adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukm\u0117",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 u\u017Ekoduota eilut\u0117",base64url:"base64url u\u017Ekoduota eilut\u0117",json_string:"JSON eilut\u0117",e164:"E.164 numeris",jwt:"JWT",template_literal:"\u012Fvestis"},i={nan:"NaN",number:"skai\u010Dius",bigint:"sveikasis skai\u010Dius",string:"eilut\u0117",boolean:"login\u0117 reik\u0161m\u0117",undefined:"neapibr\u0117\u017Eta reik\u0161m\u0117",function:"funkcija",symbol:"simbolis",array:"masyvas",object:"objektas",null:"nulin\u0117 reik\u0161m\u0117"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Gautas tipas ${s}, o tik\u0117tasi - instanceof ${n.expected}`:`Gautas tipas ${s}, o tik\u0117tasi - ${o}`}case"invalid_value":return n.values.length===1?`Privalo b\u016Bti ${k(n.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${x(n.values,"|")} pasirinkim\u0173`;case"too_big":{let o=i[n.origin]??n.origin,a=t(n.origin,ym(Number(n.maximum)),n.inclusive??!1,"smaller");if(a?.verb)return`${En(o??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.maximum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${En(o??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.maximum.toString()} ${a?.unit}`}case"too_small":{let o=i[n.origin]??n.origin,a=t(n.origin,ym(Number(n.minimum)),n.inclusive??!1,"bigger");if(a?.verb)return`${En(o??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.minimum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${En(o??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.minimum.toString()} ${a?.unit}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Eilut\u0117 privalo prasid\u0117ti "${o.prefix}"`:o.format==="ends_with"?`Eilut\u0117 privalo pasibaigti "${o.suffix}"`:o.format==="includes"?`Eilut\u0117 privalo \u012Ftraukti "${o.includes}"`:o.format==="regex"?`Eilut\u0117 privalo atitikti ${o.pattern}`:`Neteisingas ${r[o.format]??n.format}`}case"not_multiple_of":return`Skai\u010Dius privalo b\u016Bti ${n.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpa\u017Eint${n.keys.length>1?"i":"as"} rakt${n.keys.length>1?"ai":"as"}: ${x(n.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga \u012Fvestis";case"invalid_element":{let o=i[n.origin]??n.origin;return`${En(o??n.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}};function _m(){return{localeError:g$()}}var v$=()=>{let e={string:{unit:"\u0437\u043D\u0430\u0446\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},file:{unit:"\u0431\u0430\u0458\u0442\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},array:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},set:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"}};function t(n){return e[n]??null}let r={regex:"\u0432\u043D\u0435\u0441",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430",url:"URL",emoji:"\u0435\u043C\u043E\u045F\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0443\u043C",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441\u0430",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441\u0430",cidrv4:"IPv4 \u043E\u043F\u0441\u0435\u0433",cidrv6:"IPv6 \u043E\u043F\u0441\u0435\u0433",base64:"base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",base64url:"base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",json_string:"JSON \u043D\u0438\u0437\u0430",e164:"E.164 \u0431\u0440\u043E\u0458",jwt:"JWT",template_literal:"\u0432\u043D\u0435\u0441"},i={nan:"NaN",number:"\u0431\u0440\u043E\u0458",array:"\u043D\u0438\u0437\u0430"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${n.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`:`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${o}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${k(n.values[0])}`:`\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${o}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0438\u043C\u0430 ${o}${n.minimum.toString()} ${a.unit}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${o.prefix}"`:o.format==="ends_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${o.suffix}"`:o.format==="includes"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${o.includes}"`:o.format==="regex"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438":"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${x(n.keys,", ")}`;case"invalid_key":return`\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${n.origin}`;case"invalid_union":return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441";case"invalid_element":return`\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${n.origin}`;default:return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"}}};function $m(){return{localeError:v$()}}var y$=()=>{let e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"nombor"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak sah: dijangka instanceof ${n.expected}, diterima ${s}`:`Input tidak sah: dijangka ${o}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak sah: dijangka ${k(n.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: dijangka ${n.origin??"nilai"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: dijangka ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: dijangka ${n.origin} adalah ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`String tidak sah: mesti bermula dengan "${o.prefix}"`:o.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${o.suffix}"`:o.format==="includes"?`String tidak sah: mesti mengandungi "${o.includes}"`:o.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${o.pattern}`:`${r[o.format]??n.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${x(n.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${n.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${n.origin}`;default:return"Input tidak sah"}}};function xm(){return{localeError:y$()}}var _$=()=>{let e={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function t(n){return e[n]??null}let r={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"},i={nan:"NaN",number:"getal"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ongeldige invoer: verwacht instanceof ${n.expected}, ontving ${s}`:`Ongeldige invoer: verwacht ${o}, ontving ${s}`}case"invalid_value":return n.values.length===1?`Ongeldige invoer: verwacht ${k(n.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin),s=n.origin==="date"?"laat":n.origin==="string"?"lang":"groot";return a?`Te ${s}: verwacht dat ${n.origin??"waarde"} ${o}${n.maximum.toString()} ${a.unit??"elementen"} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin??"waarde"} ${o}${n.maximum.toString()} is`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin),s=n.origin==="date"?"vroeg":n.origin==="string"?"kort":"klein";return a?`Te ${s}: verwacht dat ${n.origin} ${o}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin} ${o}${n.minimum.toString()} is`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ongeldige tekst: moet met "${o.prefix}" beginnen`:o.format==="ends_with"?`Ongeldige tekst: moet op "${o.suffix}" eindigen`:o.format==="includes"?`Ongeldige tekst: moet "${o.includes}" bevatten`:o.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${o.pattern}`:`Ongeldig: ${r[o.format]??n.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${n.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${n.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${n.origin}`;default:return"Ongeldige invoer"}}};function bm(){return{localeError:_$()}}var $$=()=>{let e={string:{unit:"tegn",verb:"\xE5 ha"},file:{unit:"bytes",verb:"\xE5 ha"},array:{unit:"elementer",verb:"\xE5 inneholde"},set:{unit:"elementer",verb:"\xE5 inneholde"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"tall",array:"liste"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldig input: forventet instanceof ${n.expected}, fikk ${s}`:`Ugyldig input: forventet ${o}, fikk ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig verdi: forventet ${k(n.values[0])}`:`Ugyldig valg: forventet en av ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${o}${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`For lite(n): forventet ${n.origin} til \xE5 ha ${o}${n.minimum.toString()} ${a.unit}`:`For lite(n): forventet ${n.origin} til \xE5 ha ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ugyldig streng: m\xE5 starte med "${o.prefix}"`:o.format==="ends_with"?`Ugyldig streng: m\xE5 ende med "${o.suffix}"`:o.format==="includes"?`Ugyldig streng: m\xE5 inneholde "${o.includes}"`:o.format==="regex"?`Ugyldig streng: m\xE5 matche m\xF8nsteret ${o.pattern}`:`Ugyldig ${r[o.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: m\xE5 v\xE6re et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente n\xF8kler":"Ukjent n\xF8kkel"}: ${x(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8kkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}};function km(){return{localeError:$$()}}var x$=()=>{let e={string:{unit:"harf",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"unsur",verb:"olmal\u0131d\u0131r"},set:{unit:"unsur",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"giren",email:"epostag\xE2h",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO heng\xE2m\u0131",date:"ISO tarihi",time:"ISO zaman\u0131",duration:"ISO m\xFCddeti",ipv4:"IPv4 ni\u015F\xE2n\u0131",ipv6:"IPv6 ni\u015F\xE2n\u0131",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-\u015Fifreli metin",base64url:"base64url-\u015Fifreli metin",json_string:"JSON metin",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"giren"},i={nan:"NaN",number:"numara",array:"saf",null:"gayb"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`F\xE2sit giren: umulan instanceof ${n.expected}, al\u0131nan ${s}`:`F\xE2sit giren: umulan ${o}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`F\xE2sit giren: umulan ${k(n.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${o}${n.maximum.toString()} ${a.unit??"elements"} sahip olmal\u0131yd\u0131.`:`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${o}${n.maximum.toString()} olmal\u0131yd\u0131.`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${o}${n.minimum.toString()} ${a.unit} sahip olmal\u0131yd\u0131.`:`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${o}${n.minimum.toString()} olmal\u0131yd\u0131.`}case"invalid_format":{let o=n;return o.format==="starts_with"?`F\xE2sit metin: "${o.prefix}" ile ba\u015Flamal\u0131.`:o.format==="ends_with"?`F\xE2sit metin: "${o.suffix}" ile bitmeli.`:o.format==="includes"?`F\xE2sit metin: "${o.includes}" ihtiv\xE2 etmeli.`:o.format==="regex"?`F\xE2sit metin: ${o.pattern} nak\u015F\u0131na uymal\u0131.`:`F\xE2sit ${r[o.format]??n.format}`}case"not_multiple_of":return`F\xE2sit say\u0131: ${n.divisor} kat\u0131 olmal\u0131yd\u0131.`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar ${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7in tan\u0131nmayan anahtar var.`;case"invalid_union":return"Giren tan\u0131namad\u0131.";case"invalid_element":return`${n.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`;default:return"K\u0131ymet tan\u0131namad\u0131."}}};function Sm(){return{localeError:x$()}}var b$=()=>{let e={string:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},file:{unit:"\u0628\u0627\u06CC\u067C\u0633",verb:"\u0648\u0644\u0631\u064A"},array:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},set:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u064A",email:"\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9",url:"\u06CC\u0648 \u0622\u0631 \u0627\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A",date:"\u0646\u06D0\u067C\u0647",time:"\u0648\u062E\u062A",duration:"\u0645\u0648\u062F\u0647",ipv4:"\u062F IPv4 \u067E\u062A\u0647",ipv6:"\u062F IPv6 \u067E\u062A\u0647",cidrv4:"\u062F IPv4 \u0633\u0627\u062D\u0647",cidrv6:"\u062F IPv6 \u0633\u0627\u062D\u0647",base64:"base64-encoded \u0645\u062A\u0646",base64url:"base64url-encoded \u0645\u062A\u0646",json_string:"JSON \u0645\u062A\u0646",e164:"\u062F E.164 \u0634\u0645\u06D0\u0631\u0647",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u064A"},i={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0627\u0631\u06D0"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${n.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`:`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${o} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`}case"invalid_value":return n.values.length===1?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${k(n.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${x(n.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${o}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${o}${n.maximum.toString()} \u0648\u064A`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${o}${n.minimum.toString()} ${a.unit} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${o}${n.minimum.toString()} \u0648\u064A`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${o.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`:o.format==="ends_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${o.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`:o.format==="includes"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${o.includes}" \u0648\u0644\u0631\u064A`:o.format==="regex"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${o.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`:`${r[o.format]??n.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`}case"not_multiple_of":return`\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${n.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`;case"unrecognized_keys":return`\u0646\u0627\u0633\u0645 ${n.keys.length>1?"\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647":"\u06A9\u0644\u06CC\u0689"}: ${x(n.keys,", ")}`;case"invalid_key":return`\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${n.origin} \u06A9\u06D0`;case"invalid_union":return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A";case"invalid_element":return`\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${n.origin} \u06A9\u06D0`;default:return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"}}};function wm(){return{localeError:b$()}}var k$=()=>{let e={string:{unit:"znak\xF3w",verb:"mie\u0107"},file:{unit:"bajt\xF3w",verb:"mie\u0107"},array:{unit:"element\xF3w",verb:"mie\u0107"},set:{unit:"element\xF3w",verb:"mie\u0107"}};function t(n){return e[n]??null}let r={regex:"wyra\u017Cenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ci\u0105g znak\xF3w zakodowany w formacie base64",base64url:"ci\u0105g znak\xF3w zakodowany w formacie base64url",json_string:"ci\u0105g znak\xF3w w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wej\u015Bcie"},i={nan:"NaN",number:"liczba",array:"tablica"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${n.expected}, otrzymano ${s}`:`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${o}, otrzymano ${s}`}case"invalid_value":return n.values.length===1?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${k(n.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${o}${n.maximum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${o}${n.minimum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${o.prefix}"`:o.format==="ends_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${o.suffix}"`:o.format==="includes"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${o.includes}"`:o.format==="regex"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${o.pattern}`:`Nieprawid\u0142ow(y/a/e) ${r[o.format]??n.format}`}case"not_multiple_of":return`Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Nieprawid\u0142owy klucz w ${n.origin}`;case"invalid_union":return"Nieprawid\u0142owe dane wej\u015Bciowe";case"invalid_element":return`Nieprawid\u0142owa warto\u015B\u0107 w ${n.origin}`;default:return"Nieprawid\u0142owe dane wej\u015Bciowe"}}};function Im(){return{localeError:k$()}}var S$=()=>{let e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(n){return e[n]??null}let r={regex:"padr\xE3o",email:"endere\xE7o de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"dura\xE7\xE3o ISO",ipv4:"endere\xE7o IPv4",ipv6:"endere\xE7o IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN",number:"n\xFAmero",null:"nulo"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Tipo inv\xE1lido: esperado instanceof ${n.expected}, recebido ${s}`:`Tipo inv\xE1lido: esperado ${o}, recebido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: esperado ${k(n.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Muito grande: esperado que ${n.origin??"valor"} tivesse ${o}${n.maximum.toString()} ${a.unit??"elementos"}`:`Muito grande: esperado que ${n.origin??"valor"} fosse ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Muito pequeno: esperado que ${n.origin} tivesse ${o}${n.minimum.toString()} ${a.unit}`:`Muito pequeno: esperado que ${n.origin} fosse ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Texto inv\xE1lido: deve come\xE7ar com "${o.prefix}"`:o.format==="ends_with"?`Texto inv\xE1lido: deve terminar com "${o.suffix}"`:o.format==="includes"?`Texto inv\xE1lido: deve incluir "${o.includes}"`:o.format==="regex"?`Texto inv\xE1lido: deve corresponder ao padr\xE3o ${o.pattern}`:`${r[o.format]??n.format} inv\xE1lido`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${x(n.keys,", ")}`;case"invalid_key":return`Chave inv\xE1lida em ${n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido em ${n.origin}`;default:return"Campo inv\xE1lido"}}};function zm(){return{localeError:S$()}}var w$=()=>{let e={string:{unit:"caractere",verb:"s\u0103 aib\u0103"},file:{unit:"octe\u021Bi",verb:"s\u0103 aib\u0103"},array:{unit:"elemente",verb:"s\u0103 aib\u0103"},set:{unit:"elemente",verb:"s\u0103 aib\u0103"},map:{unit:"intr\u0103ri",verb:"s\u0103 aib\u0103"}};function t(n){return e[n]??null}let r={regex:"intrare",email:"adres\u0103 de email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"dat\u0103 \u0219i or\u0103 ISO",date:"dat\u0103 ISO",time:"or\u0103 ISO",duration:"durat\u0103 ISO",ipv4:"adres\u0103 IPv4",ipv6:"adres\u0103 IPv6",mac:"adres\u0103 MAC",cidrv4:"interval IPv4",cidrv6:"interval IPv6",base64:"\u0219ir codat base64",base64url:"\u0219ir codat base64url",json_string:"\u0219ir JSON",e164:"num\u0103r E.164",jwt:"JWT",template_literal:"intrare"},i={nan:"NaN",string:"\u0219ir",number:"num\u0103r",boolean:"boolean",function:"func\u021Bie",array:"matrice",object:"obiect",undefined:"nedefinit",symbol:"simbol",bigint:"num\u0103r mare",void:"void",never:"never",map:"hart\u0103",set:"set"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return`Intrare invalid\u0103: a\u0219teptat ${o}, primit ${s}`}case"invalid_value":return n.values.length===1?`Intrare invalid\u0103: a\u0219teptat ${k(n.values[0])}`:`Op\u021Biune invalid\u0103: a\u0219teptat una dintre ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"elemente"}`:`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} s\u0103 fie ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Prea mic: a\u0219teptat ca ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Prea mic: a\u0219teptat ca ${n.origin} s\u0103 fie ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0218ir invalid: trebuie s\u0103 \xEEnceap\u0103 cu "${o.prefix}"`:o.format==="ends_with"?`\u0218ir invalid: trebuie s\u0103 se termine cu "${o.suffix}"`:o.format==="includes"?`\u0218ir invalid: trebuie s\u0103 includ\u0103 "${o.includes}"`:o.format==="regex"?`\u0218ir invalid: trebuie s\u0103 se potriveasc\u0103 cu modelul ${o.pattern}`:`Format invalid: ${r[o.format]??n.format}`}case"not_multiple_of":return`Num\u0103r invalid: trebuie s\u0103 fie multiplu de ${n.divisor}`;case"unrecognized_keys":return`Chei nerecunoscute: ${x(n.keys,", ")}`;case"invalid_key":return`Cheie invalid\u0103 \xEEn ${n.origin}`;case"invalid_union":return"Intrare invalid\u0103";case"invalid_element":return`Valoare invalid\u0103 \xEEn ${n.origin}`;default:return"Intrare invalid\u0103"}}};function Om(){return{localeError:w$()}}function Dm(e,t,r,i){let n=Math.abs(e),o=n%10,a=n%100;return a>=11&&a<=19?i:o===1?t:o>=2&&o<=4?r:i}var I$=()=>{let e={string:{unit:{one:"\u0441\u0438\u043C\u0432\u043E\u043B",few:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",many:"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u0430",many:"\u0431\u0430\u0439\u0442"},verb:"\u0438\u043C\u0435\u0442\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u044F",duration:"ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64",base64url:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url",json_string:"JSON \u0441\u0442\u0440\u043E\u043A\u0430",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0432\u043E\u0434"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${o}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${k(n.values[0])}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=Dm(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${o}${n.maximum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=Dm(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${o}${n.minimum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${o.prefix}"`:o.format==="ends_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${o.suffix}"`:o.format==="includes"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${o.includes}"`:o.format==="regex"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${o.pattern}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${n.keys.length>1?"\u044B\u0435":"\u044B\u0439"} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0438":""}: ${x(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435";case"invalid_element":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"}}};function Em(){return{localeError:I$()}}var z$=()=>{let e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(n){return e[n]??null}let r={regex:"vnos",email:"e-po\u0161tni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in \u010Das",date:"ISO datum",time:"ISO \u010Das",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 \u0161tevilka",jwt:"JWT",template_literal:"vnos"},i={nan:"NaN",number:"\u0161tevilo",array:"tabela"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Neveljaven vnos: pri\u010Dakovano instanceof ${n.expected}, prejeto ${s}`:`Neveljaven vnos: pri\u010Dakovano ${o}, prejeto ${s}`}case"invalid_value":return n.values.length===1?`Neveljaven vnos: pri\u010Dakovano ${k(n.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} imelo ${o}${n.maximum.toString()} ${a.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Premajhno: pri\u010Dakovano, da bo ${n.origin} imelo ${o}${n.minimum.toString()} ${a.unit}`:`Premajhno: pri\u010Dakovano, da bo ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Neveljaven niz: mora se za\u010Deti z "${o.prefix}"`:o.format==="ends_with"?`Neveljaven niz: mora se kon\u010Dati z "${o.suffix}"`:o.format==="includes"?`Neveljaven niz: mora vsebovati "${o.includes}"`:o.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${o.pattern}`:`Neveljaven ${r[o.format]??n.format}`}case"not_multiple_of":return`Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i klju\u010Di":" klju\u010D"}: ${x(n.keys,", ")}`;case"invalid_key":return`Neveljaven klju\u010D v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}};function Pm(){return{localeError:z$()}}var O$=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att inneh\xE5lla"},set:{unit:"objekt",verb:"att inneh\xE5lla"}};function t(n){return e[n]??null}let r={regex:"regulj\xE4rt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad str\xE4ng",base64url:"base64url-kodad str\xE4ng",json_string:"JSON-str\xE4ng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"},i={nan:"NaN",number:"antal",array:"lista"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${n.expected}, fick ${s}`:`Ogiltig inmatning: f\xF6rv\xE4ntat ${o}, fick ${s}`}case"invalid_value":return n.values.length===1?`Ogiltig inmatning: f\xF6rv\xE4ntat ${k(n.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`F\xF6r stor(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${o}${n.maximum.toString()} ${a.unit??"element"}`:`F\xF6r stor(t): f\xF6rv\xE4ntat ${n.origin??"v\xE4rdet"} att ha ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${o}${n.minimum.toString()} ${a.unit}`:`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${o.prefix}"`:o.format==="ends_with"?`Ogiltig str\xE4ng: m\xE5ste sluta med "${o.suffix}"`:o.format==="includes"?`Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${o.includes}"`:o.format==="regex"?`Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${o.pattern}"`:`Ogiltig(t) ${r[o.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: m\xE5ste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ok\xE4nda nycklar":"Ok\xE4nd nyckel"}: ${x(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"v\xE4rdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt v\xE4rde i ${n.origin??"v\xE4rdet"}`;default:return"Ogiltig input"}}};function Tm(){return{localeError:O$()}}var D$=()=>{let e={string:{unit:"\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},file:{unit:"\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},array:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},set:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"}};function t(n){return e[n]??null}let r={regex:"\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1",email:"\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",date:"ISO \u0BA4\u0BC7\u0BA4\u0BBF",time:"ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",duration:"ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1",ipv4:"IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",ipv6:"IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",cidrv4:"IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",cidrv6:"IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",base64:"base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD",base64url:"base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD",json_string:"JSON \u0B9A\u0BB0\u0BAE\u0BCD",e164:"E.164 \u0B8E\u0BA3\u0BCD",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"\u0B8E\u0BA3\u0BCD",array:"\u0B85\u0BA3\u0BBF",null:"\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${n.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${o}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`}case"invalid_value":return n.values.length===1?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${k(n.values[0])}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${x(n.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${o}${n.maximum.toString()} ${a.unit??"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${o}${n.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${o}${n.minimum.toString()} ${a.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${o}${n.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${o.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:o.format==="ends_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${o.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:o.format==="includes"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${o.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:o.format==="regex"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${o.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${n.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`;case"unrecognized_keys":return`\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${n.keys.length>1?"\u0B95\u0BB3\u0BCD":""}: ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`;case"invalid_union":return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1";case"invalid_element":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`;default:return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"}}};function Am(){return{localeError:D$()}}var E$=()=>{let e={string:{unit:"\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},file:{unit:"\u0E44\u0E1A\u0E15\u0E4C",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},array:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},set:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"}};function t(n){return e[n]??null}let r={regex:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19",email:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25",url:"URL",emoji:"\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO",time:"\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",duration:"\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",ipv4:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4",ipv6:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6",cidrv4:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4",cidrv6:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6",base64:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64",base64url:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL",json_string:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON",e164:"\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)",jwt:"\u0E42\u0E17\u0E40\u0E04\u0E19 JWT",template_literal:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19"},i={nan:"NaN",number:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02",array:"\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)",null:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${n.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`:`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${o} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`}case"invalid_value":return n.values.length===1?`\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${k(n.values[0])}`:`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${o} ${n.maximum.toString()} ${a.unit??"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`:`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${o} ${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22":"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${o} ${n.minimum.toString()} ${a.unit}`:`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${o} ${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${o.prefix}"`:o.format==="ends_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${o.suffix}"`:o.format==="includes"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${o.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`:o.format==="regex"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${o.pattern}`:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${r[o.format]??n.format}`}case"not_multiple_of":return`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${n.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`;case"unrecognized_keys":return`\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${x(n.keys,", ")}`;case"invalid_key":return`\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;case"invalid_union":return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49";case"invalid_element":return`\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;default:return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}}};function Cm(){return{localeError:E$()}}var P$=()=>{let e={string:{unit:"karakter",verb:"olmal\u0131"},file:{unit:"bayt",verb:"olmal\u0131"},array:{unit:"\xF6\u011Fe",verb:"olmal\u0131"},set:{unit:"\xF6\u011Fe",verb:"olmal\u0131"}};function t(n){return e[n]??null}let r={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO s\xFCre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aral\u0131\u011F\u0131",cidrv6:"IPv6 aral\u0131\u011F\u0131",base64:"base64 ile \u015Fifrelenmi\u015F metin",base64url:"base64url ile \u015Fifrelenmi\u015F metin",json_string:"JSON dizesi",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"\u015Eablon dizesi"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Ge\xE7ersiz de\u011Fer: beklenen instanceof ${n.expected}, al\u0131nan ${s}`:`Ge\xE7ersiz de\u011Fer: beklenen ${o}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`Ge\xE7ersiz de\u011Fer: beklenen ${k(n.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${o}${n.maximum.toString()} ${a.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${o}${n.minimum.toString()} ${a.unit}`:`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Ge\xE7ersiz metin: "${o.prefix}" ile ba\u015Flamal\u0131`:o.format==="ends_with"?`Ge\xE7ersiz metin: "${o.suffix}" ile bitmeli`:o.format==="includes"?`Ge\xE7ersiz metin: "${o.includes}" i\xE7ermeli`:o.format==="regex"?`Ge\xE7ersiz metin: ${o.pattern} desenine uymal\u0131`:`Ge\xE7ersiz ${r[o.format]??n.format}`}case"not_multiple_of":return`Ge\xE7ersiz say\u0131: ${n.divisor} ile tam b\xF6l\xFCnebilmeli`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar${n.keys.length>1?"lar":""}: ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7inde ge\xE7ersiz anahtar`;case"invalid_union":return"Ge\xE7ersiz de\u011Fer";case"invalid_element":return`${n.origin} i\xE7inde ge\xE7ersiz de\u011Fer`;default:return"Ge\xE7ersiz de\u011Fer"}}};function jm(){return{localeError:P$()}}var T$=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},file:{unit:"\u0431\u0430\u0439\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO",date:"\u0434\u0430\u0442\u0430 ISO",time:"\u0447\u0430\u0441 ISO",duration:"\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO",ipv4:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv4",ipv6:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv6",cidrv4:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4",cidrv6:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6",base64:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64",base64url:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url",json_string:"\u0440\u044F\u0434\u043E\u043A JSON",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${n.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${o}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${k(n.values[0])}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} \u0431\u0443\u0434\u0435 ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${o.prefix}"`:o.format==="ends_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${o.suffix}"`:o.format==="includes"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${o.includes}"`:o.format==="regex"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${o.pattern}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0456":""}: ${x(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456";case"invalid_element":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${n.origin}`;default:return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"}}};function Hr(){return{localeError:T$()}}function Um(){return Hr()}var A$=()=>{let e={string:{unit:"\u062D\u0631\u0648\u0641",verb:"\u06C1\u0648\u0646\u0627"},file:{unit:"\u0628\u0627\u0626\u0679\u0633",verb:"\u06C1\u0648\u0646\u0627"},array:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"},set:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"}};function t(n){return e[n]??null}let r={regex:"\u0627\u0646 \u067E\u0679",email:"\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633",url:"\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",uuidv4:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4",uuidv6:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6",nanoid:"\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC",guid:"\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid2:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2",ulid:"\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC",xid:"\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC",ksuid:"\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",datetime:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645",date:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E",time:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A",duration:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A",ipv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633",ipv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633",cidrv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C",cidrv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C",base64:"\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",base64url:"\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",json_string:"\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF",e164:"\u0627\u06CC 164 \u0646\u0645\u0628\u0631",jwt:"\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC",template_literal:"\u0627\u0646 \u067E\u0679"},i={nan:"NaN",number:"\u0646\u0645\u0628\u0631",array:"\u0622\u0631\u06D2",null:"\u0646\u0644"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${n.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`:`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${o} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`}case"invalid_value":return n.values.length===1?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${k(n.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${x(n.values,"|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${o}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${o}${n.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u06D2 ${o}${n.minimum.toString()} ${a.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u0627 ${o}${n.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${o.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:o.format==="ends_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${o.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:o.format==="includes"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${o.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:o.format==="regex"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${o.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:`\u063A\u0644\u0637 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${n.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`;case"unrecognized_keys":return`\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${n.keys.length>1?"\u0632":""}: ${x(n.keys,"\u060C ")}`;case"invalid_key":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`;case"invalid_union":return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679";case"invalid_element":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`;default:return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"}}};function Nm(){return{localeError:A$()}}var C$=()=>{let e={string:{unit:"belgi",verb:"bo\u2018lishi kerak"},file:{unit:"bayt",verb:"bo\u2018lishi kerak"},array:{unit:"element",verb:"bo\u2018lishi kerak"},set:{unit:"element",verb:"bo\u2018lishi kerak"},map:{unit:"yozuv",verb:"bo\u2018lishi kerak"}};function t(n){return e[n]??null}let r={regex:"kirish",email:"elektron pochta manzili",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO sana va vaqti",date:"ISO sana",time:"ISO vaqt",duration:"ISO davomiylik",ipv4:"IPv4 manzil",ipv6:"IPv6 manzil",mac:"MAC manzil",cidrv4:"IPv4 diapazon",cidrv6:"IPv6 diapazon",base64:"base64 kodlangan satr",base64url:"base64url kodlangan satr",json_string:"JSON satr",e164:"E.164 raqam",jwt:"JWT",template_literal:"kirish"},i={nan:"NaN",number:"raqam",array:"massiv"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`Noto\u2018g\u2018ri kirish: kutilgan instanceof ${n.expected}, qabul qilingan ${s}`:`Noto\u2018g\u2018ri kirish: kutilgan ${o}, qabul qilingan ${s}`}case"invalid_value":return n.values.length===1?`Noto\u2018g\u2018ri kirish: kutilgan ${k(n.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Juda katta: kutilgan ${n.origin??"qiymat"} ${o}${n.maximum.toString()} ${a.unit} ${a.verb}`:`Juda katta: kutilgan ${n.origin??"qiymat"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Juda kichik: kutilgan ${n.origin} ${o}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Juda kichik: kutilgan ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Noto\u2018g\u2018ri satr: "${o.prefix}" bilan boshlanishi kerak`:o.format==="ends_with"?`Noto\u2018g\u2018ri satr: "${o.suffix}" bilan tugashi kerak`:o.format==="includes"?`Noto\u2018g\u2018ri satr: "${o.includes}" ni o\u2018z ichiga olishi kerak`:o.format==="regex"?`Noto\u2018g\u2018ri satr: ${o.pattern} shabloniga mos kelishi kerak`:`Noto\u2018g\u2018ri ${r[o.format]??n.format}`}case"not_multiple_of":return`Noto\u2018g\u2018ri raqam: ${n.divisor} ning karralisi bo\u2018lishi kerak`;case"unrecognized_keys":return`Noma\u2019lum kalit${n.keys.length>1?"lar":""}: ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} dagi kalit noto\u2018g\u2018ri`;case"invalid_union":return"Noto\u2018g\u2018ri kirish";case"invalid_element":return`${n.origin} da noto\u2018g\u2018ri qiymat`;default:return"Noto\u2018g\u2018ri kirish"}}};function Rm(){return{localeError:C$()}}var j$=()=>{let e={string:{unit:"k\xFD t\u1EF1",verb:"c\xF3"},file:{unit:"byte",verb:"c\xF3"},array:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"},set:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"}};function t(n){return e[n]??null}let r={regex:"\u0111\u1EA7u v\xE0o",email:"\u0111\u1ECBa ch\u1EC9 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ng\xE0y gi\u1EDD ISO",date:"ng\xE0y ISO",time:"gi\u1EDD ISO",duration:"kho\u1EA3ng th\u1EDDi gian ISO",ipv4:"\u0111\u1ECBa ch\u1EC9 IPv4",ipv6:"\u0111\u1ECBa ch\u1EC9 IPv6",cidrv4:"d\u1EA3i IPv4",cidrv6:"d\u1EA3i IPv6",base64:"chu\u1ED7i m\xE3 h\xF3a base64",base64url:"chu\u1ED7i m\xE3 h\xF3a base64url",json_string:"chu\u1ED7i JSON",e164:"s\u1ED1 E.164",jwt:"JWT",template_literal:"\u0111\u1EA7u v\xE0o"},i={nan:"NaN",number:"s\u1ED1",array:"m\u1EA3ng"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${n.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`:`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${o}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`}case"invalid_value":return n.values.length===1?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${k(n.values[0])}`:`T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"ph\u1EA7n t\u1EED"}`:`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${o.prefix}"`:o.format==="ends_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${o.suffix}"`:o.format==="includes"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${o.includes}"`:o.format==="regex"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${o.pattern}`:`${r[o.format]??n.format} kh\xF4ng h\u1EE3p l\u1EC7`}case"not_multiple_of":return`S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${n.divisor}`;case"unrecognized_keys":return`Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${x(n.keys,", ")}`;case"invalid_key":return`Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;case"invalid_union":return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7";case"invalid_element":return`Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;default:return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"}}};function Lm(){return{localeError:j$()}}var U$=()=>{let e={string:{unit:"\u5B57\u7B26",verb:"\u5305\u542B"},file:{unit:"\u5B57\u8282",verb:"\u5305\u542B"},array:{unit:"\u9879",verb:"\u5305\u542B"},set:{unit:"\u9879",verb:"\u5305\u542B"}};function t(n){return e[n]??null}let r={regex:"\u8F93\u5165",email:"\u7535\u5B50\u90AE\u4EF6",url:"URL",emoji:"\u8868\u60C5\u7B26\u53F7",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u671F\u65F6\u95F4",date:"ISO\u65E5\u671F",time:"ISO\u65F6\u95F4",duration:"ISO\u65F6\u957F",ipv4:"IPv4\u5730\u5740",ipv6:"IPv6\u5730\u5740",cidrv4:"IPv4\u7F51\u6BB5",cidrv6:"IPv6\u7F51\u6BB5",base64:"base64\u7F16\u7801\u5B57\u7B26\u4E32",base64url:"base64url\u7F16\u7801\u5B57\u7B26\u4E32",json_string:"JSON\u5B57\u7B26\u4E32",e164:"E.164\u53F7\u7801",jwt:"JWT",template_literal:"\u8F93\u5165"},i={nan:"NaN",number:"\u6570\u5B57",array:"\u6570\u7EC4",null:"\u7A7A\u503C(null)"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${n.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`:`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${o}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`}case"invalid_value":return n.values.length===1?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${k(n.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${o}${n.maximum.toString()} ${a.unit??"\u4E2A\u5143\u7D20"}`:`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${o}${n.minimum.toString()} ${a.unit}`:`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${o.prefix}" \u5F00\u5934`:o.format==="ends_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${o.suffix}" \u7ED3\u5C3E`:o.format==="includes"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${o.includes}"`:o.format==="regex"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${o.pattern}`:`\u65E0\u6548${r[o.format]??n.format}`}case"not_multiple_of":return`\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${n.divisor} \u7684\u500D\u6570`;case"unrecognized_keys":return`\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${x(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`;case"invalid_union":return"\u65E0\u6548\u8F93\u5165";case"invalid_element":return`${n.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`;default:return"\u65E0\u6548\u8F93\u5165"}}};function Fm(){return{localeError:U$()}}var N$=()=>{let e={string:{unit:"\u5B57\u5143",verb:"\u64C1\u6709"},file:{unit:"\u4F4D\u5143\u7D44",verb:"\u64C1\u6709"},array:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"},set:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"}};function t(n){return e[n]??null}let r={regex:"\u8F38\u5165",email:"\u90F5\u4EF6\u5730\u5740",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u65E5\u671F\u6642\u9593",date:"ISO \u65E5\u671F",time:"ISO \u6642\u9593",duration:"ISO \u671F\u9593",ipv4:"IPv4 \u4F4D\u5740",ipv6:"IPv6 \u4F4D\u5740",cidrv4:"IPv4 \u7BC4\u570D",cidrv6:"IPv6 \u7BC4\u570D",base64:"base64 \u7DE8\u78BC\u5B57\u4E32",base64url:"base64url \u7DE8\u78BC\u5B57\u4E32",json_string:"JSON \u5B57\u4E32",e164:"E.164 \u6578\u503C",jwt:"JWT",template_literal:"\u8F38\u5165"},i={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${n.expected}\uFF0C\u4F46\u6536\u5230 ${s}`:`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${o}\uFF0C\u4F46\u6536\u5230 ${s}`}case"invalid_value":return n.values.length===1?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${k(n.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${o}${n.maximum.toString()} ${a.unit??"\u500B\u5143\u7D20"}`:`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${o}${n.minimum.toString()} ${a.unit}`:`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${o.prefix}" \u958B\u982D`:o.format==="ends_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${o.suffix}" \u7D50\u5C3E`:o.format==="includes"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${o.includes}"`:o.format==="regex"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${o.pattern}`:`\u7121\u6548\u7684 ${r[o.format]??n.format}`}case"not_multiple_of":return`\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${n.divisor} \u7684\u500D\u6578`;case"unrecognized_keys":return`\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${n.keys.length>1?"\u5011":""}\uFF1A${x(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`;case"invalid_union":return"\u7121\u6548\u7684\u8F38\u5165\u503C";case"invalid_element":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`;default:return"\u7121\u6548\u7684\u8F38\u5165\u503C"}}};function Zm(){return{localeError:N$()}}var R$=()=>{let e={string:{unit:"\xE0mi",verb:"n\xED"},file:{unit:"bytes",verb:"n\xED"},array:{unit:"nkan",verb:"n\xED"},set:{unit:"nkan",verb:"n\xED"}};function t(n){return e[n]??null}let r={regex:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9",email:"\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\xE0k\xF3k\xF2 ISO",date:"\u1ECDj\u1ECD\u0301 ISO",time:"\xE0k\xF3k\xF2 ISO",duration:"\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO",ipv4:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv4",ipv6:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv6",cidrv4:"\xE0gb\xE8gb\xE8 IPv4",cidrv6:"\xE0gb\xE8gb\xE8 IPv6",base64:"\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64",base64url:"\u1ECD\u0300r\u1ECD\u0300 base64url",json_string:"\u1ECD\u0300r\u1ECD\u0300 JSON",e164:"n\u1ECD\u0301mb\xE0 E.164",jwt:"JWT",template_literal:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9"},i={nan:"NaN",number:"n\u1ECD\u0301mb\xE0",array:"akop\u1ECD"};return n=>{switch(n.code){case"invalid_type":{let o=i[n.expected]??n.expected,a=S(n.input),s=i[a]??a;return/^[A-Z]/.test(n.expected)?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${n.expected}, \xE0m\u1ECD\u0300 a r\xED ${s}`:`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${o}, \xE0m\u1ECD\u0300 a r\xED ${s}`}case"invalid_value":return n.values.length===1?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${k(n.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${x(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin??"iye"} ${a.verb} ${o}${n.maximum} ${a.unit}`:`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${o}${n.maximum}`}case"too_small":{let o=n.inclusive?">=":">",a=t(n.origin);return a?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin} ${a.verb} ${o}${n.minimum} ${a.unit}`:`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${o}${n.minimum}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${o.prefix}"`:o.format==="ends_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${o.suffix}"`:o.format==="includes"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${o.includes}"`:o.format==="regex"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${o.pattern}`:`A\u1E63\xEC\u1E63e: ${r[o.format]??n.format}`}case"not_multiple_of":return`N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${n.divisor}`;case"unrecognized_keys":return`B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${x(n.keys,", ")}`;case"invalid_key":return`B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;case"invalid_union":return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e";case"invalid_element":return`Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;default:return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"}}};function Mm(){return{localeError:R$()}}var Vm,bc=Symbol("ZodOutput"),kc=Symbol("ZodInput"),Wr=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let i=r[0];return this._map.set(t,i),i&&typeof i=="object"&&"id"in i&&this._idmap.set(i.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let i={...this.get(r)??{}};delete i.id;let n={...i,...this._map.get(t)};return Object.keys(n).length?n:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Jr(){return new Wr}(Vm=globalThis).__zod_globalRegistry??(Vm.__zod_globalRegistry=Jr());var Y=globalThis.__zod_globalRegistry;function Sc(e,t){return new e({type:"string",...O(t)})}function wc(e,t){return new e({type:"string",coerce:!0,...O(t)})}function qr(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...O(t)})}function Tn(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...O(t)})}function Kr(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...O(t)})}function Xr(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...O(t)})}function Yr(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...O(t)})}function Qr(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...O(t)})}function An(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...O(t)})}function ei(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...O(t)})}function ti(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...O(t)})}function ni(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...O(t)})}function ri(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...O(t)})}function ii(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...O(t)})}function oi(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...O(t)})}function ai(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...O(t)})}function si(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...O(t)})}function ci(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...O(t)})}function Ic(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...O(t)})}function ui(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...O(t)})}function li(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...O(t)})}function di(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...O(t)})}function pi(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...O(t)})}function mi(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...O(t)})}function fi(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...O(t)})}var zc={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function Oc(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...O(t)})}function Dc(e,t){return new e({type:"string",format:"date",check:"string_format",...O(t)})}function Ec(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...O(t)})}function Pc(e,t){return new e({type:"string",format:"duration",check:"string_format",...O(t)})}function Tc(e,t){return new e({type:"number",checks:[],...O(t)})}function Ac(e,t){return new e({type:"number",coerce:!0,checks:[],...O(t)})}function Cc(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...O(t)})}function jc(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...O(t)})}function Uc(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...O(t)})}function Nc(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...O(t)})}function Rc(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...O(t)})}function Lc(e,t){return new e({type:"boolean",...O(t)})}function Fc(e,t){return new e({type:"boolean",coerce:!0,...O(t)})}function Zc(e,t){return new e({type:"bigint",...O(t)})}function Mc(e,t){return new e({type:"bigint",coerce:!0,...O(t)})}function Vc(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...O(t)})}function Bc(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...O(t)})}function Gc(e,t){return new e({type:"symbol",...O(t)})}function Hc(e,t){return new e({type:"undefined",...O(t)})}function Wc(e,t){return new e({type:"null",...O(t)})}function Jc(e){return new e({type:"any"})}function qc(e){return new e({type:"unknown"})}function Kc(e,t){return new e({type:"never",...O(t)})}function Xc(e,t){return new e({type:"void",...O(t)})}function Yc(e,t){return new e({type:"date",...O(t)})}function Qc(e,t){return new e({type:"date",coerce:!0,...O(t)})}function eu(e,t){return new e({type:"nan",...O(t)})}function we(e,t){return new Ar({check:"less_than",...O(t),value:e,inclusive:!1})}function me(e,t){return new Ar({check:"less_than",...O(t),value:e,inclusive:!0})}function Ie(e,t){return new Cr({check:"greater_than",...O(t),value:e,inclusive:!1})}function ie(e,t){return new Cr({check:"greater_than",...O(t),value:e,inclusive:!0})}function hi(e){return Ie(0,e)}function gi(e){return we(0,e)}function vi(e){return me(0,e)}function yi(e){return ie(0,e)}function qe(e,t){return new Wa({check:"multiple_of",...O(t),value:e})}function Ke(e,t){return new Ka({check:"max_size",...O(t),maximum:e})}function ze(e,t){return new Xa({check:"min_size",...O(t),minimum:e})}function ut(e,t){return new Ya({check:"size_equals",...O(t),size:e})}function lt(e,t){return new Qa({check:"max_length",...O(t),maximum:e})}function Ue(e,t){return new es({check:"min_length",...O(t),minimum:e})}function dt(e,t){return new ts({check:"length_equals",...O(t),length:e})}function Et(e,t){return new ns({check:"string_format",format:"regex",...O(t),pattern:e})}function Pt(e){return new rs({check:"string_format",format:"lowercase",...O(e)})}function Tt(e){return new is({check:"string_format",format:"uppercase",...O(e)})}function At(e,t){return new os({check:"string_format",format:"includes",...O(t),includes:e})}function Ct(e,t){return new as({check:"string_format",format:"starts_with",...O(t),prefix:e})}function jt(e,t){return new ss({check:"string_format",format:"ends_with",...O(t),suffix:e})}function _i(e,t,r){return new cs({check:"property",property:e,schema:t,...O(r)})}function Ut(e,t){return new us({check:"mime_type",mime:e,...O(t)})}function xe(e){return new ls({check:"overwrite",tx:e})}function Nt(e){return xe(t=>t.normalize(e))}function Rt(){return xe(e=>e.trim())}function Lt(){return xe(e=>e.toLowerCase())}function Ft(){return xe(e=>e.toUpperCase())}function Zt(){return xe(e=>aa(e))}function tu(e,t,r){return new e({type:"array",element:t,...O(r)})}function F$(e,t,r){return new e({type:"union",options:t,...O(r)})}function Z$(e,t,r){return new e({type:"union",options:t,inclusive:!1,...O(r)})}function M$(e,t,r,i){return new e({type:"union",options:r,discriminator:t,...O(i)})}function V$(e,t,r){return new e({type:"intersection",left:t,right:r})}function B$(e,t,r,i){let n=r instanceof T,o=n?i:r,a=n?r:null;return new e({type:"tuple",items:t,rest:a,...O(o)})}function G$(e,t,r,i){return new e({type:"record",keyType:t,valueType:r,...O(i)})}function H$(e,t,r,i){return new e({type:"map",keyType:t,valueType:r,...O(i)})}function W$(e,t,r){return new e({type:"set",valueType:t,...O(r)})}function J$(e,t,r){let i=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new e({type:"enum",entries:i,...O(r)})}function q$(e,t,r){return new e({type:"enum",entries:t,...O(r)})}function K$(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...O(r)})}function nu(e,t){return new e({type:"file",...O(t)})}function X$(e,t){return new e({type:"transform",transform:t})}function Y$(e,t){return new e({type:"optional",innerType:t})}function Q$(e,t){return new e({type:"nullable",innerType:t})}function ex(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r=="function"?r():ca(r)}})}function tx(e,t,r){return new e({type:"nonoptional",innerType:t,...O(r)})}function nx(e,t){return new e({type:"success",innerType:t})}function rx(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r=="function"?r:()=>r})}function ix(e,t,r){return new e({type:"pipe",in:t,out:r})}function ox(e,t){return new e({type:"readonly",innerType:t})}function ax(e,t,r){return new e({type:"template_literal",parts:t,...O(r)})}function sx(e,t){return new e({type:"lazy",getter:t})}function cx(e,t){return new e({type:"promise",innerType:t})}function ru(e,t,r){let i=O(r);return i.abort??(i.abort=!0),new e({type:"custom",check:"custom",fn:t,...i})}function iu(e,t,r){return new e({type:"custom",check:"custom",fn:t,...O(r)})}function ou(e,t){let r=Bm(i=>(i.addIssue=n=>{if(typeof n=="string")i.issues.push(kt(n,i.value,r._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=i.value),o.inst??(o.inst=r),o.continue??(o.continue=!r._zod.def.abort),i.issues.push(kt(o))}},e(i.value,i)),t);return r}function Bm(e,t){let r=new F({check:"custom",...O(t)});return r._zod.check=e,r}function au(e){let t=new F({check:"describe"});return t._zod.onattach=[r=>{let i=Y.get(r)??{};Y.add(r,{...i,description:e})}],t._zod.check=()=>{},t}function su(e){let t=new F({check:"meta"});return t._zod.onattach=[r=>{let i=Y.get(r)??{};Y.add(r,{...i,...e})}],t._zod.check=()=>{},t}function cu(e,t){let r=O(t),i=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];r.case!=="sensitive"&&(i=i.map(y=>typeof y=="string"?y.toLowerCase():y),n=n.map(y=>typeof y=="string"?y.toLowerCase():y));let o=new Set(i),a=new Set(n),s=e.Codec??Dn,c=e.Boolean??zn,u=e.String??ct,l=new u({type:"string",error:r.error}),f=new c({type:"boolean",error:r.error}),p=new s({type:"pipe",in:l,out:f,transform:((y,b)=>{let D=y;return r.case!=="sensitive"&&(D=D.toLowerCase()),o.has(D)?!0:a.has(D)?!1:(b.issues.push({code:"invalid_value",expected:"stringbool",values:[...o,...a],input:b.value,inst:p,continue:!1}),{})}),reverseTransform:((y,b)=>y===!0?i[0]||"true":n[0]||"false"),error:r.error});return p}function Mt(e,t,r,i={}){let n=O(i),o={...O(i),check:"string_format",type:"string",format:t,fn:typeof r=="function"?r:s=>r.test(s),...n};return r instanceof RegExp&&(o.pattern=r),new e(o)}function Xe(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??Y,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 N(e,t,r={path:[],schemaPath:[]}){var i;let n=e._zod.def,o=t.seen.get(e);if(o)return o.count++,r.schemaPath.includes(e)&&(o.cycle=r.path),o.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,l);else{let p=a.schema,y=t.processors[n.type];if(!y)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${n.type}`);y(e,t,p,l)}let f=e._zod.parent;f&&(a.ref||(a.ref=f),N(f,t,l),t.seen.get(f).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(a.schema,c),t.io==="input"&&oe(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&"_prefault"in a.schema&&((i=a.schema).default??(i.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function Ye(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=new Map;for(let a of e.seen.entries()){let s=e.metadataRegistry.get(a[0])?.id;if(s){let c=i.get(s);if(c&&c!==a[0])throw new Error(`Duplicate schema id "${s}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);i.set(s,a[0])}}let n=a=>{let s=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let f=e.external.registry.get(a[0])?.id,p=e.external.uri??(b=>b);if(f)return{ref:p(f)};let y=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=y,{defId:y,ref:`${p("__shared")}#/${s}/${y}`}}if(a[1]===r)return{ref:"#"};let u=`#/${s}/`,l=a[1].schema.id??`__schema${e.counter++}`;return{defId:l,ref:u+l}},o=a=>{if(a[1].schema.$ref)return;let s=a[1],{ref:c,defId:u}=n(a);s.def={...s.schema},u&&(s.defId=u);let l=s.schema;for(let f in l)delete l[f];l.$ref=c};if(e.cycles==="throw")for(let a of e.seen.entries()){let s=a[1];if(s.cycle)throw new Error(`Cycle detected: #/${s.cycle?.join("/")}/<root>
101
+
102
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){o(a);continue}if(e.external){let u=e.external.registry.get(a[0])?.id;if(t!==a[0]&&u){o(a);continue}}if(e.metadataRegistry.get(a[0])?.id){o(a);continue}if(s.cycle){o(a);continue}if(s.count>1&&e.reused==="ref"){o(a);continue}}}function Qe(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=s=>{let c=e.seen.get(s);if(c.ref===null)return;let u=c.def??c.schema,l={...u},f=c.ref;if(c.ref=null,f){i(f);let y=e.seen.get(f),b=y.schema;if(b.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(b)):Object.assign(u,b),Object.assign(u,l),s._zod.parent===f)for(let I in u)I==="$ref"||I==="allOf"||I in l||delete u[I];if(b.$ref&&y.def)for(let I in u)I==="$ref"||I==="allOf"||I in y.def&&JSON.stringify(u[I])===JSON.stringify(y.def[I])&&delete u[I]}let p=s._zod.parent;if(p&&p!==f){i(p);let y=e.seen.get(p);if(y?.schema.$ref&&(u.$ref=y.schema.$ref,y.def))for(let b in u)b==="$ref"||b==="allOf"||b in y.def&&JSON.stringify(u[b])===JSON.stringify(y.def[b])&&delete u[b]}e.override({zodSchema:s,jsonSchema:u,path:c.path??[]})};for(let s of[...e.seen.entries()].reverse())i(s[0]);let n={};if(e.target==="draft-2020-12"?n.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?n.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?n.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let s=e.external.registry.get(t)?.id;if(!s)throw new Error("Schema is missing an `id` property");n.$id=e.external.uri(s)}Object.assign(n,r.def??r.schema);let o=e.metadataRegistry.get(t)?.id;o!==void 0&&n.id===o&&delete n.id;let a=e.external?.defs??{};for(let s of e.seen.entries()){let c=s[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,a[c.defId]=c.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?n.$defs=a:n.definitions=a);try{let s=JSON.parse(JSON.stringify(n));return Object.defineProperty(s,"~standard",{value:{...t["~standard"],jsonSchema:{input:Vt(t,"input",e.processors),output:Vt(t,"output",e.processors)}},enumerable:!1,writable:!1}),s}catch{throw new Error("Error converting schema to JSON.")}}function oe(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let i=e._zod.def;if(i.type==="transform")return!0;if(i.type==="array")return oe(i.element,r);if(i.type==="set")return oe(i.valueType,r);if(i.type==="lazy")return oe(i.getter(),r);if(i.type==="promise"||i.type==="optional"||i.type==="nonoptional"||i.type==="nullable"||i.type==="readonly"||i.type==="default"||i.type==="prefault")return oe(i.innerType,r);if(i.type==="intersection")return oe(i.left,r)||oe(i.right,r);if(i.type==="record"||i.type==="map")return oe(i.keyType,r)||oe(i.valueType,r);if(i.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:oe(i.in,r)||oe(i.out,r);if(i.type==="object"){for(let n in i.shape)if(oe(i.shape[n],r))return!0;return!1}if(i.type==="union"){for(let n of i.options)if(oe(n,r))return!0;return!1}if(i.type==="tuple"){for(let n of i.items)if(oe(n,r))return!0;return!!(i.rest&&oe(i.rest,r))}return!1}var uu=(e,t={})=>r=>{let i=Xe({...r,processors:t});return N(e,i),Ye(i,e),Qe(i,e)},Vt=(e,t,r={})=>i=>{let{libraryOptions:n,target:o}=i??{},a=Xe({...n??{},target:o,io:t,processors:r});return N(e,a),Ye(a,e),Qe(a,e)};var ux={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},lu=(e,t,r,i)=>{let n=r;n.type="string";let{minimum:o,maximum:a,format:s,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof o=="number"&&(n.minLength=o),typeof a=="number"&&(n.maxLength=a),s&&(n.format=ux[s]??s,n.format===""&&delete n.format,s==="time"&&delete n.format),u&&(n.contentEncoding=u),c&&c.size>0){let l=[...c];l.length===1?n.pattern=l[0].source:l.length>1&&(n.allOf=[...l.map(f=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:f.source}))])}},du=(e,t,r,i)=>{let n=r,{minimum:o,maximum:a,format:s,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:l}=e._zod.bag;typeof s=="string"&&s.includes("int")?n.type="integer":n.type="number";let f=typeof l=="number"&&l>=(o??Number.NEGATIVE_INFINITY),p=typeof u=="number"&&u<=(a??Number.POSITIVE_INFINITY),y=t.target==="draft-04"||t.target==="openapi-3.0";f?y?(n.minimum=l,n.exclusiveMinimum=!0):n.exclusiveMinimum=l:typeof o=="number"&&(n.minimum=o),p?y?(n.maximum=u,n.exclusiveMaximum=!0):n.exclusiveMaximum=u:typeof a=="number"&&(n.maximum=a),typeof c=="number"&&(n.multipleOf=c)},pu=(e,t,r,i)=>{r.type="boolean"},mu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},fu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},hu=(e,t,r,i)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"},gu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},vu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},yu=(e,t,r,i)=>{r.not={}},_u=(e,t,r,i)=>{},$u=(e,t,r,i)=>{},xu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},bu=(e,t,r,i)=>{let n=e._zod.def,o=gn(n.entries);o.every(a=>typeof a=="number")&&(r.type="number"),o.every(a=>typeof a=="string")&&(r.type="string"),r.enum=o},ku=(e,t,r,i)=>{let n=e._zod.def,o=[];for(let a of n.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");o.push(Number(a))}else o.push(a);if(o.length!==0)if(o.length===1){let a=o[0];r.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[a]:r.const=a}else o.every(a=>typeof a=="number")&&(r.type="number"),o.every(a=>typeof a=="string")&&(r.type="string"),o.every(a=>typeof a=="boolean")&&(r.type="boolean"),o.every(a=>a===null)&&(r.type="null"),r.enum=o},Su=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},wu=(e,t,r,i)=>{let n=r,o=e._zod.pattern;if(!o)throw new Error("Pattern not found in template literal");n.type="string",n.pattern=o.source},Iu=(e,t,r,i)=>{let n=r,o={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:c}=e._zod.bag;a!==void 0&&(o.minLength=a),s!==void 0&&(o.maxLength=s),c?c.length===1?(o.contentMediaType=c[0],Object.assign(n,o)):(Object.assign(n,o),n.anyOf=c.map(u=>({contentMediaType:u}))):Object.assign(n,o)},zu=(e,t,r,i)=>{r.type="boolean"},Ou=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},Du=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},Eu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},Pu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},Tu=(e,t,r,i)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},Au=(e,t,r,i)=>{let n=r,o=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(n.minItems=a),typeof s=="number"&&(n.maxItems=s),n.type="array",n.items=N(o.element,t,{...i,path:[...i.path,"items"]})},Cu=(e,t,r,i)=>{let n=r,o=e._zod.def;n.type="object",n.properties={};let a=o.shape;for(let u in a)n.properties[u]=N(a[u],t,{...i,path:[...i.path,"properties",u]});let s=new Set(Object.keys(a)),c=new Set([...s].filter(u=>{let l=o.shape[u]._zod;return t.io==="input"?l.optin===void 0:l.optout===void 0}));c.size>0&&(n.required=Array.from(c)),o.catchall?._zod.def.type==="never"?n.additionalProperties=!1:o.catchall?o.catchall&&(n.additionalProperties=N(o.catchall,t,{...i,path:[...i.path,"additionalProperties"]})):t.io==="output"&&(n.additionalProperties=!1)},xi=(e,t,r,i)=>{let n=e._zod.def,o=n.inclusive===!1,a=n.options.map((s,c)=>N(s,t,{...i,path:[...i.path,o?"oneOf":"anyOf",c]}));o?r.oneOf=a:r.anyOf=a},ju=(e,t,r,i)=>{let n=e._zod.def,o=N(n.left,t,{...i,path:[...i.path,"allOf",0]}),a=N(n.right,t,{...i,path:[...i.path,"allOf",1]}),s=u=>"allOf"in u&&Object.keys(u).length===1,c=[...s(o)?o.allOf:[o],...s(a)?a.allOf:[a]];r.allOf=c},Uu=(e,t,r,i)=>{let n=r,o=e._zod.def;n.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",c=o.items.map((p,y)=>N(p,t,{...i,path:[...i.path,a,y]})),u=o.rest?N(o.rest,t,{...i,path:[...i.path,s,...t.target==="openapi-3.0"?[o.items.length]:[]]}):null;t.target==="draft-2020-12"?(n.prefixItems=c,u&&(n.items=u)):t.target==="openapi-3.0"?(n.items={anyOf:c},u&&n.items.anyOf.push(u),n.minItems=c.length,u||(n.maxItems=c.length)):(n.items=c,u&&(n.additionalItems=u));let{minimum:l,maximum:f}=e._zod.bag;typeof l=="number"&&(n.minItems=l),typeof f=="number"&&(n.maxItems=f)},Nu=(e,t,r,i)=>{let n=r,o=e._zod.def;n.type="object";let a=o.keyType,c=a._zod.bag?.patterns;if(o.mode==="loose"&&c&&c.size>0){let l=N(o.valueType,t,{...i,path:[...i.path,"patternProperties","*"]});n.patternProperties={};for(let f of c)n.patternProperties[f.source]=l}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(n.propertyNames=N(o.keyType,t,{...i,path:[...i.path,"propertyNames"]})),n.additionalProperties=N(o.valueType,t,{...i,path:[...i.path,"additionalProperties"]});let u=a._zod.values;if(u){let l=[...u].filter(f=>typeof f=="string"||typeof f=="number");l.length>0&&(n.required=l)}},Ru=(e,t,r,i)=>{let n=e._zod.def,o=N(n.innerType,t,i),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=n.innerType,r.nullable=!0):r.anyOf=[o,{type:"null"}]},Lu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType},Fu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType,r.default=JSON.parse(JSON.stringify(n.defaultValue))},Zu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(n.defaultValue)))},Mu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType;let a;try{a=n.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=a},Vu=(e,t,r,i)=>{let n=e._zod.def,o=n.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?o?n.out:n.in:n.out;N(a,t,i);let s=t.seen.get(e);s.ref=a},Bu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType,r.readOnly=!0},Gu=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType},bi=(e,t,r,i)=>{let n=e._zod.def;N(n.innerType,t,i);let o=t.seen.get(e);o.ref=n.innerType},Hu=(e,t,r,i)=>{let n=e._zod.innerType;N(n,t,i);let o=t.seen.get(e);o.ref=n},$i={string:lu,number:du,boolean:pu,bigint:mu,symbol:fu,null:hu,undefined:gu,void:vu,never:yu,any:_u,unknown:$u,date:xu,enum:bu,literal:ku,nan:Su,template_literal:wu,file:Iu,success:zu,custom:Ou,function:Du,transform:Eu,map:Pu,set:Tu,array:Au,object:Cu,union:xi,intersection:ju,tuple:Uu,record:Nu,nullable:Ru,nonoptional:Lu,default:Fu,prefault:Zu,catch:Mu,pipe:Vu,readonly:Bu,promise:Gu,optional:bi,lazy:Hu};function ki(e,t){if("_idmap"in e){let i=e,n=Xe({...t,processors:$i}),o={};for(let c of i._idmap.entries()){let[u,l]=c;N(l,n)}let a={},s={registry:i,uri:t?.uri,defs:o};n.external=s;for(let c of i._idmap.entries()){let[u,l]=c;Ye(n,l),a[u]=Qe(n,l)}if(Object.keys(o).length>0){let c=n.target==="draft-2020-12"?"$defs":"definitions";a.__shared={[c]:o}}return{schemas:a}}let r=Xe({...t,processors:$i});return N(e,r),Ye(r,e),Qe(r,e)}var Si=class{get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let r=t?.target??"draft-2020-12";r==="draft-4"&&(r="draft-04"),r==="draft-7"&&(r="draft-07"),this.ctx=Xe({processors:$i,target:r,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,r={path:[],schemaPath:[]}){return N(t,this.ctx,r)}emit(t,r){r&&(r.cycles&&(this.ctx.cycles=r.cycles),r.reused&&(this.ctx.reused=r.reused),r.external&&(this.ctx.external=r.external)),Ye(this.ctx,t);let i=Qe(this.ctx,t),{"~standard":n,...o}=i;return o}};var Gm={};var Cn={};ae(Cn,{ZodAny:()=>gl,ZodArray:()=>$l,ZodBase64:()=>Gi,ZodBase64URL:()=>Hi,ZodBigInt:()=>Xt,ZodBigIntFormat:()=>qi,ZodBoolean:()=>Kt,ZodCIDRv4:()=>Vi,ZodCIDRv6:()=>Bi,ZodCUID:()=>Ui,ZodCUID2:()=>Ni,ZodCatch:()=>Ml,ZodCodec:()=>Hn,ZodCustom:()=>Wn,ZodCustomStringFormat:()=>Jt,ZodDate:()=>Zn,ZodDefault:()=>Ul,ZodDiscriminatedUnion:()=>bl,ZodE164:()=>Wi,ZodEmail:()=>Ai,ZodEmoji:()=>Ci,ZodEnum:()=>Ht,ZodExactOptional:()=>Al,ZodFile:()=>Pl,ZodFunction:()=>Yl,ZodGUID:()=>Un,ZodIPv4:()=>Zi,ZodIPv6:()=>Mi,ZodIntersection:()=>kl,ZodJWT:()=>Ji,ZodKSUID:()=>Fi,ZodLazy:()=>ql,ZodLiteral:()=>El,ZodMAC:()=>ul,ZodMap:()=>Ol,ZodNaN:()=>Bl,ZodNanoID:()=>ji,ZodNever:()=>yl,ZodNonOptional:()=>to,ZodNull:()=>fl,ZodNullable:()=>jl,ZodNumber:()=>qt,ZodNumberFormat:()=>mt,ZodObject:()=>Vn,ZodOptional:()=>eo,ZodPipe:()=>Gn,ZodPrefault:()=>Rl,ZodPreprocess:()=>Gl,ZodPromise:()=>Xl,ZodReadonly:()=>Hl,ZodRecord:()=>Gt,ZodSet:()=>Dl,ZodString:()=>Wt,ZodStringFormat:()=>L,ZodSuccess:()=>Zl,ZodSymbol:()=>pl,ZodTemplateLiteral:()=>Jl,ZodTransform:()=>Tl,ZodTuple:()=>wl,ZodType:()=>A,ZodULID:()=>Ri,ZodURL:()=>Fn,ZodUUID:()=>Oe,ZodUndefined:()=>ml,ZodUnion:()=>Bn,ZodUnknown:()=>vl,ZodVoid:()=>_l,ZodXID:()=>Li,ZodXor:()=>xl,_ZodString:()=>Ti,_default:()=>Nl,_function:()=>th,any:()=>Tf,array:()=>Mn,base64:()=>hf,base64url:()=>gf,bigint:()=>zf,boolean:()=>dl,catch:()=>Vl,check:()=>nh,cidrv4:()=>mf,cidrv6:()=>ff,codec:()=>Xf,cuid:()=>of,cuid2:()=>af,custom:()=>rh,date:()=>Cf,describe:()=>ih,discriminatedUnion:()=>Ff,e164:()=>vf,email:()=>Jm,emoji:()=>nf,enum:()=>Yi,exactOptional:()=>Cl,file:()=>Wf,float32:()=>kf,float64:()=>Sf,function:()=>th,guid:()=>qm,hash:()=>bf,hex:()=>xf,hostname:()=>$f,httpUrl:()=>tf,instanceof:()=>ah,int:()=>Ei,int32:()=>wf,int64:()=>Of,intersection:()=>Sl,invertCodec:()=>Yf,ipv4:()=>lf,ipv6:()=>pf,json:()=>ch,jwt:()=>yf,keyof:()=>jf,ksuid:()=>uf,lazy:()=>Kl,literal:()=>Hf,looseObject:()=>Rf,looseRecord:()=>Mf,mac:()=>df,map:()=>Vf,meta:()=>oh,nan:()=>Kf,nanoid:()=>rf,nativeEnum:()=>Gf,never:()=>Ki,nonoptional:()=>Fl,null:()=>hl,nullable:()=>Rn,nullish:()=>Jf,number:()=>ll,object:()=>Uf,optional:()=>Nn,partialRecord:()=>Zf,pipe:()=>Pi,prefault:()=>Ll,preprocess:()=>uh,promise:()=>eh,readonly:()=>Wl,record:()=>zl,refine:()=>Ql,set:()=>Bf,strictObject:()=>Nf,string:()=>jn,stringFormat:()=>_f,stringbool:()=>sh,success:()=>qf,superRefine:()=>ed,symbol:()=>Ef,templateLiteral:()=>Qf,transform:()=>Qi,tuple:()=>Il,uint32:()=>If,uint64:()=>Df,ulid:()=>sf,undefined:()=>Pf,union:()=>Xi,unknown:()=>pt,url:()=>ef,uuid:()=>Km,uuidv4:()=>Xm,uuidv6:()=>Ym,uuidv7:()=>Qm,void:()=>Af,xid:()=>cf,xor:()=>Lf});var wi={};ae(wi,{endsWith:()=>jt,gt:()=>Ie,gte:()=>ie,includes:()=>At,length:()=>dt,lowercase:()=>Pt,lt:()=>we,lte:()=>me,maxLength:()=>lt,maxSize:()=>Ke,mime:()=>Ut,minLength:()=>Ue,minSize:()=>ze,multipleOf:()=>qe,negative:()=>gi,nonnegative:()=>yi,nonpositive:()=>vi,normalize:()=>Nt,overwrite:()=>xe,positive:()=>hi,property:()=>_i,regex:()=>Et,size:()=>ut,slugify:()=>Zt,startsWith:()=>Ct,toLowerCase:()=>Lt,toUpperCase:()=>Ft,trim:()=>Rt,uppercase:()=>Tt});var Bt={};ae(Bt,{ZodISODate:()=>zi,ZodISODateTime:()=>Ii,ZodISODuration:()=>Di,ZodISOTime:()=>Oi,date:()=>Ju,datetime:()=>Wu,duration:()=>Ku,time:()=>qu});var Ii=v("ZodISODateTime",(e,t)=>{Ss.init(e,t),L.init(e,t)});function Wu(e){return Oc(Ii,e)}var zi=v("ZodISODate",(e,t)=>{ws.init(e,t),L.init(e,t)});function Ju(e){return Dc(zi,e)}var Oi=v("ZodISOTime",(e,t)=>{Is.init(e,t),L.init(e,t)});function qu(e){return Ec(Oi,e)}var Di=v("ZodISODuration",(e,t)=>{zs.init(e,t),L.init(e,t)});function Ku(e){return Pc(Di,e)}var Hm=(e,t)=>{xn.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>kn(e,r)},flatten:{value:r=>bn(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,xt,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,xt,2)}},isEmpty:{get(){return e.issues.length===0}}})},dx=v("ZodError",Hm),de=v("ZodError",Hm,{Parent:Error});var Xu=St(de),Yu=wt(de),Qu=It(de),el=zt(de),tl=kr(de),nl=Sr(de),rl=wr(de),il=Ir(de),ol=zr(de),al=Or(de),sl=Dr(de),cl=Er(de);var Wm=new WeakMap;function Ln(e,t,r){let i=Object.getPrototypeOf(e),n=Wm.get(i);if(n||(n=new Set,Wm.set(i,n)),!n.has(t)){n.add(t);for(let o in r){let a=r[o];Object.defineProperty(i,o,{configurable:!0,enumerable:!1,get(){let s=a.bind(this);return Object.defineProperty(this,o,{configurable:!0,writable:!0,enumerable:!0,value:s}),s},set(s){Object.defineProperty(this,o,{configurable:!0,writable:!0,enumerable:!0,value:s})}})}}}var A=v("ZodType",(e,t)=>(T.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:Vt(e,"input"),output:Vt(e,"output")}}),e.toJSONSchema=uu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(r,i)=>Xu(e,r,i,{callee:e.parse}),e.safeParse=(r,i)=>Qu(e,r,i),e.parseAsync=async(r,i)=>Yu(e,r,i,{callee:e.parseAsync}),e.safeParseAsync=async(r,i)=>el(e,r,i),e.spa=e.safeParseAsync,e.encode=(r,i)=>tl(e,r,i),e.decode=(r,i)=>nl(e,r,i),e.encodeAsync=async(r,i)=>rl(e,r,i),e.decodeAsync=async(r,i)=>il(e,r,i),e.safeEncode=(r,i)=>ol(e,r,i),e.safeDecode=(r,i)=>al(e,r,i),e.safeEncodeAsync=async(r,i)=>sl(e,r,i),e.safeDecodeAsync=async(r,i)=>cl(e,r,i),Ln(e,"ZodType",{check(...r){let i=this.def;return this.clone(w.mergeDefs(i,{checks:[...i.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,i){return ne(this,r,i)},brand(){return this},register(r,i){return r.add(this,i),this},refine(r,i){return this.check(Ql(r,i))},superRefine(r,i){return this.check(ed(r,i))},overwrite(r){return this.check(xe(r))},optional(){return Nn(this)},exactOptional(){return Cl(this)},nullable(){return Rn(this)},nullish(){return Nn(Rn(this))},nonoptional(r){return Fl(this,r)},array(){return Mn(this)},or(r){return Xi([this,r])},and(r){return Sl(this,r)},transform(r){return Pi(this,Qi(r))},default(r){return Nl(this,r)},prefault(r){return Ll(this,r)},catch(r){return Vl(this,r)},pipe(r){return Pi(this,r)},readonly(){return Wl(this)},describe(r){let i=this.clone();return Y.add(i,{description:r}),i},meta(...r){if(r.length===0)return Y.get(this);let i=this.clone();return Y.add(i,r[0]),i},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(e,"description",{get(){return Y.get(e)?.description},configurable:!0}),e)),Ti=v("_ZodString",(e,t)=>{ct.init(e,t),A.init(e,t),e._zod.processJSONSchema=(i,n,o)=>lu(e,i,n,o);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,Ln(e,"_ZodString",{regex(...i){return this.check(Et(...i))},includes(...i){return this.check(At(...i))},startsWith(...i){return this.check(Ct(...i))},endsWith(...i){return this.check(jt(...i))},min(...i){return this.check(Ue(...i))},max(...i){return this.check(lt(...i))},length(...i){return this.check(dt(...i))},nonempty(...i){return this.check(Ue(1,...i))},lowercase(i){return this.check(Pt(i))},uppercase(i){return this.check(Tt(i))},trim(){return this.check(Rt())},normalize(...i){return this.check(Nt(...i))},toLowerCase(){return this.check(Lt())},toUpperCase(){return this.check(Ft())},slugify(){return this.check(Zt())}})}),Wt=v("ZodString",(e,t)=>{ct.init(e,t),Ti.init(e,t),e.email=r=>e.check(qr(Ai,r)),e.url=r=>e.check(An(Fn,r)),e.jwt=r=>e.check(fi(Ji,r)),e.emoji=r=>e.check(ei(Ci,r)),e.guid=r=>e.check(Tn(Un,r)),e.uuid=r=>e.check(Kr(Oe,r)),e.uuidv4=r=>e.check(Xr(Oe,r)),e.uuidv6=r=>e.check(Yr(Oe,r)),e.uuidv7=r=>e.check(Qr(Oe,r)),e.nanoid=r=>e.check(ti(ji,r)),e.guid=r=>e.check(Tn(Un,r)),e.cuid=r=>e.check(ni(Ui,r)),e.cuid2=r=>e.check(ri(Ni,r)),e.ulid=r=>e.check(ii(Ri,r)),e.base64=r=>e.check(di(Gi,r)),e.base64url=r=>e.check(pi(Hi,r)),e.xid=r=>e.check(oi(Li,r)),e.ksuid=r=>e.check(ai(Fi,r)),e.ipv4=r=>e.check(si(Zi,r)),e.ipv6=r=>e.check(ci(Mi,r)),e.cidrv4=r=>e.check(ui(Vi,r)),e.cidrv6=r=>e.check(li(Bi,r)),e.e164=r=>e.check(mi(Wi,r)),e.datetime=r=>e.check(Wu(r)),e.date=r=>e.check(Ju(r)),e.time=r=>e.check(qu(r)),e.duration=r=>e.check(Ku(r))});function jn(e){return Sc(Wt,e)}var L=v("ZodStringFormat",(e,t)=>{R.init(e,t),Ti.init(e,t)}),Ai=v("ZodEmail",(e,t)=>{hs.init(e,t),L.init(e,t)});function Jm(e){return qr(Ai,e)}var Un=v("ZodGUID",(e,t)=>{ms.init(e,t),L.init(e,t)});function qm(e){return Tn(Un,e)}var Oe=v("ZodUUID",(e,t)=>{fs.init(e,t),L.init(e,t)});function Km(e){return Kr(Oe,e)}function Xm(e){return Xr(Oe,e)}function Ym(e){return Yr(Oe,e)}function Qm(e){return Qr(Oe,e)}var Fn=v("ZodURL",(e,t)=>{gs.init(e,t),L.init(e,t)});function ef(e){return An(Fn,e)}function tf(e){return An(Fn,{protocol:pe.httpProtocol,hostname:pe.domain,...w.normalizeParams(e)})}var Ci=v("ZodEmoji",(e,t)=>{vs.init(e,t),L.init(e,t)});function nf(e){return ei(Ci,e)}var ji=v("ZodNanoID",(e,t)=>{ys.init(e,t),L.init(e,t)});function rf(e){return ti(ji,e)}var Ui=v("ZodCUID",(e,t)=>{_s.init(e,t),L.init(e,t)});function of(e){return ni(Ui,e)}var Ni=v("ZodCUID2",(e,t)=>{$s.init(e,t),L.init(e,t)});function af(e){return ri(Ni,e)}var Ri=v("ZodULID",(e,t)=>{xs.init(e,t),L.init(e,t)});function sf(e){return ii(Ri,e)}var Li=v("ZodXID",(e,t)=>{bs.init(e,t),L.init(e,t)});function cf(e){return oi(Li,e)}var Fi=v("ZodKSUID",(e,t)=>{ks.init(e,t),L.init(e,t)});function uf(e){return ai(Fi,e)}var Zi=v("ZodIPv4",(e,t)=>{Os.init(e,t),L.init(e,t)});function lf(e){return si(Zi,e)}var ul=v("ZodMAC",(e,t)=>{Es.init(e,t),L.init(e,t)});function df(e){return Ic(ul,e)}var Mi=v("ZodIPv6",(e,t)=>{Ds.init(e,t),L.init(e,t)});function pf(e){return ci(Mi,e)}var Vi=v("ZodCIDRv4",(e,t)=>{Ps.init(e,t),L.init(e,t)});function mf(e){return ui(Vi,e)}var Bi=v("ZodCIDRv6",(e,t)=>{Ts.init(e,t),L.init(e,t)});function ff(e){return li(Bi,e)}var Gi=v("ZodBase64",(e,t)=>{Cs.init(e,t),L.init(e,t)});function hf(e){return di(Gi,e)}var Hi=v("ZodBase64URL",(e,t)=>{js.init(e,t),L.init(e,t)});function gf(e){return pi(Hi,e)}var Wi=v("ZodE164",(e,t)=>{Us.init(e,t),L.init(e,t)});function vf(e){return mi(Wi,e)}var Ji=v("ZodJWT",(e,t)=>{Ns.init(e,t),L.init(e,t)});function yf(e){return fi(Ji,e)}var Jt=v("ZodCustomStringFormat",(e,t)=>{Rs.init(e,t),L.init(e,t)});function _f(e,t,r={}){return Mt(Jt,e,t,r)}function $f(e){return Mt(Jt,"hostname",pe.hostname,e)}function xf(e){return Mt(Jt,"hex",pe.hex,e)}function bf(e,t){let r=t?.enc??"hex",i=`${e}_${r}`,n=pe[i];if(!n)throw new Error(`Unrecognized hash format: ${i}`);return Mt(Jt,i,n,t)}var qt=v("ZodNumber",(e,t)=>{Lr.init(e,t),A.init(e,t),e._zod.processJSONSchema=(i,n,o)=>du(e,i,n,o),Ln(e,"ZodNumber",{gt(i,n){return this.check(Ie(i,n))},gte(i,n){return this.check(ie(i,n))},min(i,n){return this.check(ie(i,n))},lt(i,n){return this.check(we(i,n))},lte(i,n){return this.check(me(i,n))},max(i,n){return this.check(me(i,n))},int(i){return this.check(Ei(i))},safe(i){return this.check(Ei(i))},positive(i){return this.check(Ie(0,i))},nonnegative(i){return this.check(ie(0,i))},negative(i){return this.check(we(0,i))},nonpositive(i){return this.check(me(0,i))},multipleOf(i,n){return this.check(qe(i,n))},step(i,n){return this.check(qe(i,n))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function ll(e){return Tc(qt,e)}var mt=v("ZodNumberFormat",(e,t)=>{Ls.init(e,t),qt.init(e,t)});function Ei(e){return Cc(mt,e)}function kf(e){return jc(mt,e)}function Sf(e){return Uc(mt,e)}function wf(e){return Nc(mt,e)}function If(e){return Rc(mt,e)}var Kt=v("ZodBoolean",(e,t)=>{zn.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>pu(e,r,i,n)});function dl(e){return Lc(Kt,e)}var Xt=v("ZodBigInt",(e,t)=>{Fr.init(e,t),A.init(e,t),e._zod.processJSONSchema=(i,n,o)=>mu(e,i,n,o),e.gte=(i,n)=>e.check(ie(i,n)),e.min=(i,n)=>e.check(ie(i,n)),e.gt=(i,n)=>e.check(Ie(i,n)),e.gte=(i,n)=>e.check(ie(i,n)),e.min=(i,n)=>e.check(ie(i,n)),e.lt=(i,n)=>e.check(we(i,n)),e.lte=(i,n)=>e.check(me(i,n)),e.max=(i,n)=>e.check(me(i,n)),e.positive=i=>e.check(Ie(BigInt(0),i)),e.negative=i=>e.check(we(BigInt(0),i)),e.nonpositive=i=>e.check(me(BigInt(0),i)),e.nonnegative=i=>e.check(ie(BigInt(0),i)),e.multipleOf=(i,n)=>e.check(qe(i,n));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function zf(e){return Zc(Xt,e)}var qi=v("ZodBigIntFormat",(e,t)=>{Fs.init(e,t),Xt.init(e,t)});function Of(e){return Vc(qi,e)}function Df(e){return Bc(qi,e)}var pl=v("ZodSymbol",(e,t)=>{Zs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>fu(e,r,i,n)});function Ef(e){return Gc(pl,e)}var ml=v("ZodUndefined",(e,t)=>{Ms.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>gu(e,r,i,n)});function Pf(e){return Hc(ml,e)}var fl=v("ZodNull",(e,t)=>{Vs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>hu(e,r,i,n)});function hl(e){return Wc(fl,e)}var gl=v("ZodAny",(e,t)=>{Bs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>_u(e,r,i,n)});function Tf(){return Jc(gl)}var vl=v("ZodUnknown",(e,t)=>{Gs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>$u(e,r,i,n)});function pt(){return qc(vl)}var yl=v("ZodNever",(e,t)=>{Hs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>yu(e,r,i,n)});function Ki(e){return Kc(yl,e)}var _l=v("ZodVoid",(e,t)=>{Ws.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>vu(e,r,i,n)});function Af(e){return Xc(_l,e)}var Zn=v("ZodDate",(e,t)=>{Js.init(e,t),A.init(e,t),e._zod.processJSONSchema=(i,n,o)=>xu(e,i,n,o),e.min=(i,n)=>e.check(ie(i,n)),e.max=(i,n)=>e.check(me(i,n));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function Cf(e){return Yc(Zn,e)}var $l=v("ZodArray",(e,t)=>{qs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Au(e,r,i,n),e.element=t.element,Ln(e,"ZodArray",{min(r,i){return this.check(Ue(r,i))},nonempty(r){return this.check(Ue(1,r))},max(r,i){return this.check(lt(r,i))},length(r,i){return this.check(dt(r,i))},unwrap(){return this.element}})});function Mn(e,t){return tu($l,e,t)}function jf(e){let t=e._zod.def.shape;return Yi(Object.keys(t))}var Vn=v("ZodObject",(e,t)=>{Ks.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Cu(e,r,i,n),w.defineLazy(e,"shape",()=>t.shape),Ln(e,"ZodObject",{keyof(){return Yi(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:pt()})},loose(){return this.clone({...this._zod.def,catchall:pt()})},strict(){return this.clone({...this._zod.def,catchall:Ki()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return w.extend(this,r)},safeExtend(r){return w.safeExtend(this,r)},merge(r){return w.merge(this,r)},pick(r){return w.pick(this,r)},omit(r){return w.omit(this,r)},partial(...r){return w.partial(eo,this,r[0])},required(...r){return w.required(to,this,r[0])}})});function Uf(e,t){let r={type:"object",shape:e??{},...w.normalizeParams(t)};return new Vn(r)}function Nf(e,t){return new Vn({type:"object",shape:e,catchall:Ki(),...w.normalizeParams(t)})}function Rf(e,t){return new Vn({type:"object",shape:e,catchall:pt(),...w.normalizeParams(t)})}var Bn=v("ZodUnion",(e,t)=>{On.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>xi(e,r,i,n),e.options=t.options});function Xi(e,t){return new Bn({type:"union",options:e,...w.normalizeParams(t)})}var xl=v("ZodXor",(e,t)=>{Bn.init(e,t),Xs.init(e,t),e._zod.processJSONSchema=(r,i,n)=>xi(e,r,i,n),e.options=t.options});function Lf(e,t){return new xl({type:"union",options:e,inclusive:!1,...w.normalizeParams(t)})}var bl=v("ZodDiscriminatedUnion",(e,t)=>{Bn.init(e,t),Ys.init(e,t)});function Ff(e,t,r){return new bl({type:"union",options:t,discriminator:e,...w.normalizeParams(r)})}var kl=v("ZodIntersection",(e,t)=>{Qs.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>ju(e,r,i,n)});function Sl(e,t){return new kl({type:"intersection",left:e,right:t})}var wl=v("ZodTuple",(e,t)=>{Zr.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Uu(e,r,i,n),e.rest=r=>e.clone({...e._zod.def,rest:r})});function Il(e,t,r){let i=t instanceof T,n=i?r:t,o=i?t:null;return new wl({type:"tuple",items:e,rest:o,...w.normalizeParams(n)})}var Gt=v("ZodRecord",(e,t)=>{ec.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Nu(e,r,i,n),e.keyType=t.keyType,e.valueType=t.valueType});function zl(e,t,r){return!t||!t._zod?new Gt({type:"record",keyType:jn(),valueType:e,...w.normalizeParams(t)}):new Gt({type:"record",keyType:e,valueType:t,...w.normalizeParams(r)})}function Zf(e,t,r){let i=ne(e);return i._zod.values=void 0,new Gt({type:"record",keyType:i,valueType:t,...w.normalizeParams(r)})}function Mf(e,t,r){return new Gt({type:"record",keyType:e,valueType:t,mode:"loose",...w.normalizeParams(r)})}var Ol=v("ZodMap",(e,t)=>{tc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Pu(e,r,i,n),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...r)=>e.check(ze(...r)),e.nonempty=r=>e.check(ze(1,r)),e.max=(...r)=>e.check(Ke(...r)),e.size=(...r)=>e.check(ut(...r))});function Vf(e,t,r){return new Ol({type:"map",keyType:e,valueType:t,...w.normalizeParams(r)})}var Dl=v("ZodSet",(e,t)=>{nc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Tu(e,r,i,n),e.min=(...r)=>e.check(ze(...r)),e.nonempty=r=>e.check(ze(1,r)),e.max=(...r)=>e.check(Ke(...r)),e.size=(...r)=>e.check(ut(...r))});function Bf(e,t){return new Dl({type:"set",valueType:e,...w.normalizeParams(t)})}var Ht=v("ZodEnum",(e,t)=>{rc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(i,n,o)=>bu(e,i,n,o),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(i,n)=>{let o={};for(let a of i)if(r.has(a))o[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new Ht({...t,checks:[],...w.normalizeParams(n),entries:o})},e.exclude=(i,n)=>{let o={...t.entries};for(let a of i)if(r.has(a))delete o[a];else throw new Error(`Key ${a} not found in enum`);return new Ht({...t,checks:[],...w.normalizeParams(n),entries:o})}});function Yi(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(i=>[i,i])):e;return new Ht({type:"enum",entries:r,...w.normalizeParams(t)})}function Gf(e,t){return new Ht({type:"enum",entries:e,...w.normalizeParams(t)})}var El=v("ZodLiteral",(e,t)=>{ic.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>ku(e,r,i,n),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function Hf(e,t){return new El({type:"literal",values:Array.isArray(e)?e:[e],...w.normalizeParams(t)})}var Pl=v("ZodFile",(e,t)=>{oc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Iu(e,r,i,n),e.min=(r,i)=>e.check(ze(r,i)),e.max=(r,i)=>e.check(Ke(r,i)),e.mime=(r,i)=>e.check(Ut(Array.isArray(r)?r:[r],i))});function Wf(e){return nu(Pl,e)}var Tl=v("ZodTransform",(e,t)=>{ac.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Eu(e,r,i,n),e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new Be(e.constructor.name);r.addIssue=o=>{if(typeof o=="string")r.issues.push(w.issue(o,r.value,t));else{let a=o;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),r.issues.push(w.issue(a))}};let n=t.transform(r.value,r);return n instanceof Promise?n.then(o=>(r.value=o,r.fallback=!0,r)):(r.value=n,r.fallback=!0,r)}});function Qi(e){return new Tl({type:"transform",transform:e})}var eo=v("ZodOptional",(e,t)=>{Mr.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>bi(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Nn(e){return new eo({type:"optional",innerType:e})}var Al=v("ZodExactOptional",(e,t)=>{sc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>bi(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Cl(e){return new Al({type:"optional",innerType:e})}var jl=v("ZodNullable",(e,t)=>{cc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Ru(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Rn(e){return new jl({type:"nullable",innerType:e})}function Jf(e){return Nn(Rn(e))}var Ul=v("ZodDefault",(e,t)=>{uc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Fu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Nl(e,t){return new Ul({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():w.shallowClone(t)}})}var Rl=v("ZodPrefault",(e,t)=>{lc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Zu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Ll(e,t){return new Rl({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():w.shallowClone(t)}})}var to=v("ZodNonOptional",(e,t)=>{dc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Lu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Fl(e,t){return new to({type:"nonoptional",innerType:e,...w.normalizeParams(t)})}var Zl=v("ZodSuccess",(e,t)=>{pc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>zu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function qf(e){return new Zl({type:"success",innerType:e})}var Ml=v("ZodCatch",(e,t)=>{mc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Mu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Vl(e,t){return new Ml({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var Bl=v("ZodNaN",(e,t)=>{fc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Su(e,r,i,n)});function Kf(e){return eu(Bl,e)}var Gn=v("ZodPipe",(e,t)=>{Vr.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Vu(e,r,i,n),e.in=t.in,e.out=t.out});function Pi(e,t){return new Gn({type:"pipe",in:e,out:t})}var Hn=v("ZodCodec",(e,t)=>{Gn.init(e,t),Dn.init(e,t)});function Xf(e,t,r){return new Hn({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}function Yf(e){let t=e._zod.def;return new Hn({type:"pipe",in:t.out,out:t.in,transform:t.reverseTransform,reverseTransform:t.transform})}var Gl=v("ZodPreprocess",(e,t)=>{Gn.init(e,t),hc.init(e,t)}),Hl=v("ZodReadonly",(e,t)=>{gc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Bu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function Wl(e){return new Hl({type:"readonly",innerType:e})}var Jl=v("ZodTemplateLiteral",(e,t)=>{vc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>wu(e,r,i,n)});function Qf(e,t){return new Jl({type:"template_literal",parts:e,...w.normalizeParams(t)})}var ql=v("ZodLazy",(e,t)=>{$c.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Hu(e,r,i,n),e.unwrap=()=>e._zod.def.getter()});function Kl(e){return new ql({type:"lazy",getter:e})}var Xl=v("ZodPromise",(e,t)=>{_c.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Gu(e,r,i,n),e.unwrap=()=>e._zod.def.innerType});function eh(e){return new Xl({type:"promise",innerType:e})}var Yl=v("ZodFunction",(e,t)=>{yc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Du(e,r,i,n)});function th(e){return new Yl({type:"function",input:Array.isArray(e?.input)?Il(e?.input):e?.input??Mn(pt()),output:e?.output??pt()})}var Wn=v("ZodCustom",(e,t)=>{xc.init(e,t),A.init(e,t),e._zod.processJSONSchema=(r,i,n)=>Ou(e,r,i,n)});function nh(e){let t=new F({check:"custom"});return t._zod.check=e,t}function rh(e,t){return ru(Wn,e??(()=>!0),t)}function Ql(e,t={}){return iu(Wn,e,t)}function ed(e,t){return ou(e,t)}var ih=au,oh=su;function ah(e,t={}){let r=new Wn({type:"custom",check:"custom",fn:i=>i instanceof e,abort:!0,...w.normalizeParams(t)});return r._zod.bag.Class=e,r._zod.check=i=>{i.value instanceof e||i.issues.push({code:"invalid_type",expected:e.name,input:i.value,inst:r,path:[...r._zod.def.path??[]]})},r}var sh=(...e)=>cu({Codec:Hn,Boolean:Kt,String:Wt},...e);function ch(e){let t=Kl(()=>Xi([jn(e),ll(),dl(),hl(),Mn(t),zl(jn(),t)]));return t}function uh(e,t){return new Gl({type:"pipe",in:Qi(e),out:t})}var mx={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};function fx(e){M({customError:e})}function hx(){return M().customError}var td;td||(td={});var E={...Cn,...wi,iso:Bt},gx=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"]);function vx(e,t){let r=e.$schema;return r==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":r==="http://json-schema.org/draft-07/schema#"?"draft-7":r==="http://json-schema.org/draft-04/schema#"?"draft-4":t??"draft-2020-12"}function yx(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let r=e.slice(1).split("/").filter(Boolean);if(r.length===0)return t.rootSchema;let i=t.version==="draft-2020-12"?"$defs":"definitions";if(r[0]===i){let n=r[1];if(!n||!t.defs[n])throw new Error(`Reference not found: ${e}`);return t.defs[n]}throw new Error(`Reference not found: ${e}`)}function lh(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return E.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let n=e.$ref;if(t.refs.has(n))return t.refs.get(n);if(t.processing.has(n))return E.lazy(()=>{if(!t.refs.has(n))throw new Error(`Circular reference not resolved: ${n}`);return t.refs.get(n)});t.processing.add(n);let o=yx(n,t),a=ee(o,t);return t.refs.set(n,a),t.processing.delete(n),a}if(e.enum!==void 0){let n=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&n.length===1&&n[0]===null)return E.null();if(n.length===0)return E.never();if(n.length===1)return E.literal(n[0]);if(n.every(a=>typeof a=="string"))return E.enum(n);let o=n.map(a=>E.literal(a));return o.length<2?o[0]:E.union([o[0],o[1],...o.slice(2)])}if(e.const!==void 0)return E.literal(e.const);let r=e.type;if(Array.isArray(r)){let n=r.map(o=>{let a={...e,type:o};return lh(a,t)});return n.length===0?E.never():n.length===1?n[0]:E.union(n)}if(!r)return E.any();let i;switch(r){case"string":{let n=E.string();if(e.format){let o=e.format;o==="email"?n=n.check(E.email()):o==="uri"||o==="uri-reference"?n=n.check(E.url()):o==="uuid"||o==="guid"?n=n.check(E.uuid()):o==="date-time"?n=n.check(E.iso.datetime()):o==="date"?n=n.check(E.iso.date()):o==="time"?n=n.check(E.iso.time()):o==="duration"?n=n.check(E.iso.duration()):o==="ipv4"?n=n.check(E.ipv4()):o==="ipv6"?n=n.check(E.ipv6()):o==="mac"?n=n.check(E.mac()):o==="cidr"?n=n.check(E.cidrv4()):o==="cidr-v6"?n=n.check(E.cidrv6()):o==="base64"?n=n.check(E.base64()):o==="base64url"?n=n.check(E.base64url()):o==="e164"?n=n.check(E.e164()):o==="jwt"?n=n.check(E.jwt()):o==="emoji"?n=n.check(E.emoji()):o==="nanoid"?n=n.check(E.nanoid()):o==="cuid"?n=n.check(E.cuid()):o==="cuid2"?n=n.check(E.cuid2()):o==="ulid"?n=n.check(E.ulid()):o==="xid"?n=n.check(E.xid()):o==="ksuid"&&(n=n.check(E.ksuid()))}typeof e.minLength=="number"&&(n=n.min(e.minLength)),typeof e.maxLength=="number"&&(n=n.max(e.maxLength)),e.pattern&&(n=n.regex(new RegExp(e.pattern))),i=n;break}case"number":case"integer":{let n=r==="integer"?E.number().int():E.number();typeof e.minimum=="number"&&(n=n.min(e.minimum)),typeof e.maximum=="number"&&(n=n.max(e.maximum)),typeof e.exclusiveMinimum=="number"?n=n.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(n=n.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?n=n.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(n=n.lt(e.maximum)),typeof e.multipleOf=="number"&&(n=n.multipleOf(e.multipleOf)),i=n;break}case"boolean":{i=E.boolean();break}case"null":{i=E.null();break}case"object":{let n={},o=e.properties||{},a=new Set(e.required||[]);for(let[c,u]of Object.entries(o)){let l=ee(u,t);n[c]=a.has(c)?l:l.optional()}if(e.propertyNames){let c=ee(e.propertyNames,t),u=e.additionalProperties&&typeof e.additionalProperties=="object"?ee(e.additionalProperties,t):E.any();if(Object.keys(n).length===0){i=E.record(c,u);break}let l=E.object(n).passthrough(),f=E.looseRecord(c,u);i=E.intersection(l,f);break}if(e.patternProperties){let c=e.patternProperties,u=Object.keys(c),l=[];for(let p of u){let y=ee(c[p],t),b=E.string().regex(new RegExp(p));l.push(E.looseRecord(b,y))}let f=[];if(Object.keys(n).length>0&&f.push(E.object(n).passthrough()),f.push(...l),f.length===0)i=E.object({}).passthrough();else if(f.length===1)i=f[0];else{let p=E.intersection(f[0],f[1]);for(let y=2;y<f.length;y++)p=E.intersection(p,f[y]);i=p}break}let s=E.object(n);e.additionalProperties===!1?i=s.strict():typeof e.additionalProperties=="object"?i=s.catchall(ee(e.additionalProperties,t)):i=s.passthrough();break}case"array":{let n=e.prefixItems,o=e.items;if(n&&Array.isArray(n)){let a=n.map(c=>ee(c,t)),s=o&&typeof o=="object"&&!Array.isArray(o)?ee(o,t):void 0;s?i=E.tuple(a).rest(s):i=E.tuple(a),typeof e.minItems=="number"&&(i=i.check(E.minLength(e.minItems))),typeof e.maxItems=="number"&&(i=i.check(E.maxLength(e.maxItems)))}else if(Array.isArray(o)){let a=o.map(c=>ee(c,t)),s=e.additionalItems&&typeof e.additionalItems=="object"?ee(e.additionalItems,t):void 0;s?i=E.tuple(a).rest(s):i=E.tuple(a),typeof e.minItems=="number"&&(i=i.check(E.minLength(e.minItems))),typeof e.maxItems=="number"&&(i=i.check(E.maxLength(e.maxItems)))}else if(o!==void 0){let a=ee(o,t),s=E.array(a);typeof e.minItems=="number"&&(s=s.min(e.minItems)),typeof e.maxItems=="number"&&(s=s.max(e.maxItems)),i=s}else i=E.array(E.any());break}default:throw new Error(`Unsupported type: ${r}`)}return i}function ee(e,t){if(typeof e=="boolean")return e?E.any():E.never();let r=lh(e,t),i=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let s=e.anyOf.map(u=>ee(u,t)),c=E.union(s);r=i?E.intersection(r,c):c}if(e.oneOf&&Array.isArray(e.oneOf)){let s=e.oneOf.map(u=>ee(u,t)),c=E.xor(s);r=i?E.intersection(r,c):c}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)r=i?r:E.any();else{let s=i?r:ee(e.allOf[0],t),c=i?0:1;for(let u=c;u<e.allOf.length;u++)s=E.intersection(s,ee(e.allOf[u],t));r=s}e.nullable===!0&&t.version==="openapi-3.0"&&(r=E.nullable(r)),e.readOnly===!0&&(r=E.readonly(r)),e.default!==void 0&&(r=r.default(e.default));let n={},o=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let s of o)s in e&&(n[s]=e[s]);let a=["contentEncoding","contentMediaType","contentSchema"];for(let s of a)s in e&&(n[s]=e[s]);for(let s of Object.keys(e))gx.has(s)||(n[s]=e[s]);return Object.keys(n).length>0&&t.registry.add(r,n),e.description&&(r=r.describe(e.description)),r}function dh(e,t){if(typeof e=="boolean")return e?E.any():E.never();let r;try{r=JSON.parse(JSON.stringify(e))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let i=vx(r,t?.defaultTarget),n=r.$defs||r.definitions||{},o={version:i,defs:n,refs:new Map,processing:new Set,rootSchema:r,registry:t?.registry??Y};return ee(r,o)}var nd={};ae(nd,{bigint:()=>bx,boolean:()=>xx,date:()=>kx,number:()=>$x,string:()=>_x});function _x(e){return wc(Wt,e)}function $x(e){return Ac(qt,e)}function xx(e){return Fc(Kt,e)}function bx(e){return Mc(Xt,e)}function kx(e){return Qc(Zn,e)}M(Br());var Yt={apiUrl:be.string().url().optional(),token:be.string().min(1).optional()};no();var wx=be.object(Yt).strict(),Ix={apiUrl:dn.API_URL,token:dn.TOKEN};function en(){if(Qt()!=="node")return{};let e={apiUrl:process.env[dn.API_URL]||void 0,token:process.env[dn.TOKEN]||void 0};try{return wx.parse(e)}catch(t){if(t instanceof be.ZodError){let r=t.issues[0],i=r.path[0],n=(i&&Ix[i])??"SHIP environment configuration";throw z.config(`Invalid ${n}: ${r.message}`)}throw z.config("Invalid environment configuration")}}var G=se(require("fs"),1),dd=se(require("os"),1),nt=se(require("path"),1);B();var ye=e=>e.commands.filter(t=>t.name()!=="help"),Jn=e=>ye(e).filter(t=>ye(t).length>0),zx=e=>e.registeredArguments.some(t=>/^(path|file|dir)/i.test(t.name())),Ox=e=>e.options.filter(t=>/<(file|path|dir)\w*>/i.test(t.flags)).map(t=>t.long??""),mh=e=>e.options.flatMap(t=>[t.long,t.short].filter(Boolean).map(r=>({flag:r,description:t.description}))),rd=e=>Jn(e).flatMap(t=>ye(t).filter(r=>r.options.length>0).map(r=>({path:`${t.name()} ${r.name()}`,cmd:r}))),fh=e=>e.options.flatMap(t=>[t.long,t.short].filter(Boolean).map(r=>({flag:r,description:t.description}))),id=e=>[...Jn(e).flatMap(t=>ye(t).filter(zx).map(r=>r.name())),...Ox(e)],od=e=>`${e} ship shell completion \u2014 GENERATED from the command tree.
3
103
  ${e} Do not edit: rendered by src/node/cli/completions.ts at install time,
4
104
  ${e} so this file always matches the binary that wrote it.
5
- `;function kn(e){let t=ie(e).map(o=>` "${o.name()}")
105
+ `;function Dx(e){let t=Jn(e).map(i=>` "${i.name()}")
6
106
  if [[ \${COMP_CWORD} -eq 2 ]]; then
7
- COMPREPLY=( $(compgen -W "${P(o).map(i=>i.name()).join(" ")}" -- "\${current_word}") )
107
+ COMPREPLY=( $(compgen -W "${ye(i).map(n=>n.name()).join(" ")}" -- "\${current_word}") )
8
108
  return
9
109
  fi
10
110
  ;;`).join(`
11
- `),n=Ue(e).map(o=>`"$prev_word" == "${o}"`).join(" || ");return`#!/usr/bin/env bash
12
- ${je("#")}
111
+ `),r=id(e).map(i=>`"$prev_word" == "${i}"`).join(" || ");return`#!/usr/bin/env bash
112
+ ${od("#")}
13
113
  _ship_completions() {
14
114
  local current_word="\${COMP_WORDS[COMP_CWORD]}"
15
115
  local prev_word="\${COMP_WORDS[COMP_CWORD-1]}"
@@ -24,7 +124,7 @@ _ship_completions() {
24
124
  ${t}
25
125
  esac
26
126
 
27
- if [[ ${n} ]]; then
127
+ if [[ ${r} ]]; then
28
128
  COMPREPLY=( $(compgen -f -- "\${current_word}") )
29
129
  return
30
130
  fi
@@ -32,15 +132,15 @@ ${t}
32
132
  if [[ "$current_word" == -* ]]; then
33
133
  local local_flags=""
34
134
  case "\${COMP_WORDS[1]} \${COMP_WORDS[2]}" in
35
- ${Me(e).map(({path:o,cmd:i})=>` "${o}") local_flags="${yt(i).map(s=>s.flag).join(" ")}" ;;`).join(`
135
+ ${rd(e).map(({path:i,cmd:n})=>` "${i}") local_flags="${mh(n).map(o=>o.flag).join(" ")}" ;;`).join(`
36
136
  `)}
37
137
  esac
38
- COMPREPLY=( $(compgen -W "${Et(e).map(o=>o.flag).join(" ")} \${local_flags}" -- "\${current_word}") )
138
+ COMPREPLY=( $(compgen -W "${fh(e).map(i=>i.flag).join(" ")} \${local_flags}" -- "\${current_word}") )
39
139
  return
40
140
  fi
41
141
 
42
142
  if [[ \${COMP_CWORD} -eq 1 ]]; then
43
- COMPREPLY=( $(compgen -W "${P(e).map(o=>o.name()).join(" ")}" -- "\${current_word}") )
143
+ COMPREPLY=( $(compgen -W "${ye(e).map(i=>i.name()).join(" ")}" -- "\${current_word}") )
44
144
  return
45
145
  fi
46
146
 
@@ -48,15 +148,15 @@ ${Me(e).map(({path:o,cmd:i})=>` "${o}") local_flags="${yt(i).map(s=>s.flag)
48
148
  }
49
149
 
50
150
  complete -F _ship_completions ship
51
- `}var fe=(e,t)=>`"${e}:${t.replace(/:/g,"\\:").replace(/"/g,'\\"')}"`;function Nn(e){let t=ie(e).map(o=>` "${o.name()}")
151
+ `}var ro=(e,t)=>`"${e}:${t.replace(/:/g,"\\:").replace(/"/g,'\\"')}"`;function Ex(e){let t=Jn(e).map(i=>` "${i.name()}")
52
152
  if [[ $CURRENT -eq 3 ]]; then
53
- completions=(${P(o).map(i=>fe(i.name(),i.description())).join(" ")})
54
- _describe '${o.name()} commands' completions
153
+ completions=(${ye(i).map(n=>ro(n.name(),n.description())).join(" ")})
154
+ _describe '${i.name()} commands' completions
55
155
  return
56
156
  fi
57
157
  ;;`).join(`
58
- `),n=Ue(e).map(o=>`"$prev_word" == "${o}"`).join(" || ");return`#compdef ship
59
- ${je("#")}
158
+ `),r=id(e).map(i=>`"$prev_word" == "${i}"`).join(" || ");return`#compdef ship
159
+ ${od("#")}
60
160
  if [[ -n \${ZSH_VERSION-} ]]; then
61
161
  _ship() {
62
162
  local -a completions
@@ -79,15 +179,15 @@ if [[ -n \${ZSH_VERSION-} ]]; then
79
179
  ${t}
80
180
  esac
81
181
 
82
- if [[ ${n} ]]; then
182
+ if [[ ${r} ]]; then
83
183
  _files
84
184
  return
85
185
  fi
86
186
 
87
187
  if [[ "$current_word" == -* ]]; then
88
- completions=(${Et(e).map(o=>fe(o.flag,o.description)).join(" ")})
188
+ completions=(${fh(e).map(i=>ro(i.flag,i.description)).join(" ")})
89
189
  case "\${words[2]} \${words[3]}" in
90
- ${Me(e).map(({path:o,cmd:i})=>` "${o}") completions+=(${yt(i).map(s=>fe(s.flag,s.description)).join(" ")}) ;;`).join(`
190
+ ${rd(e).map(({path:i,cmd:n})=>` "${i}") completions+=(${mh(n).map(o=>ro(o.flag,o.description)).join(" ")}) ;;`).join(`
91
191
  `)}
92
192
  esac
93
193
  _describe 'options' completions
@@ -95,7 +195,7 @@ ${Me(e).map(({path:o,cmd:i})=>` "${o}") completions+=(${yt(i).map(s=>fe(s
95
195
  fi
96
196
 
97
197
  if [[ $CURRENT -eq 2 ]]; then
98
- completions=(${P(e).map(o=>fe(o.name(),o.description())).join(" ")})
198
+ completions=(${ye(e).map(i=>ro(i.name(),i.description())).join(" ")})
99
199
  _describe 'commands' completions
100
200
  return
101
201
  fi
@@ -107,48 +207,48 @@ ${Me(e).map(({path:o,cmd:i})=>` "${o}") completions+=(${yt(i).map(s=>fe(s
107
207
  compdef _ship ship
108
208
  fi
109
209
  fi
110
- `}var he=e=>e.replace(/\\/g,"\\\\").replace(/'/g,"\\'");function Fn(e){let t=[];t.push("# Top-level commands");for(let o of P(e))t.push(`complete -c ship -f -n '__fish_use_subcommand' -a '${o.name()}' -d '${he(o.description())}'`);t.push("","# Global options");for(let o of e.options){let i=o.long?.replace(/^--/,"");if(!i)continue;let s=/<(file|path|dir)\w*>/i.test(o.flags)?" -r":o.required||o.optional?" -x":"";t.push(`complete -c ship -l ${i} -d '${he(o.description)}'${s}`)}for(let o of ie(e)){t.push("",`# ${o.name()} subcommands`);for(let i of P(o))t.push(`complete -c ship -f -n '__fish_seen_subcommand_from ${o.name()}' -a '${i.name()}' -d '${he(i.description())}'`)}for(let{path:o,cmd:i}of Me(e)){let[s,l]=o.split(" ");t.push("",`# ${o} options`);for(let d of i.options){let m=d.long?.replace(/^--/,"");if(!m)continue;let r=d.required||d.optional?" -x":"";t.push(`complete -c ship -l ${m} -d '${he(d.description)}'${r} -n '__fish_seen_subcommand_from ${s}; and __fish_seen_subcommand_from ${l}'`)}}let n=Ue(e);return t.push("","# Native file completion where a filesystem argument is expected","function __ship_needs_file"," set -l cmd (commandline -opc)"," if test (count $cmd) -ge 2"," set -l prev $cmd[-1]",` if contains -- "$prev" ${n.map(o=>`'${o}'`).join(" ")}`," return 0"," end"," end"," return 1","end","complete -c ship -F -n '__ship_needs_file'"),`${je("#")}
210
+ `}var io=e=>e.replace(/\\/g,"\\\\").replace(/'/g,"\\'");function Px(e){let t=[];t.push("# Top-level commands");for(let i of ye(e))t.push(`complete -c ship -f -n '__fish_use_subcommand' -a '${i.name()}' -d '${io(i.description())}'`);t.push("","# Global options");for(let i of e.options){let n=i.long?.replace(/^--/,"");if(!n)continue;let o=/<(file|path|dir)\w*>/i.test(i.flags)?" -r":i.required||i.optional?" -x":"";t.push(`complete -c ship -l ${n} -d '${io(i.description)}'${o}`)}for(let i of Jn(e)){t.push("",`# ${i.name()} subcommands`);for(let n of ye(i))t.push(`complete -c ship -f -n '__fish_seen_subcommand_from ${i.name()}' -a '${n.name()}' -d '${io(n.description())}'`)}for(let{path:i,cmd:n}of rd(e)){let[o,a]=i.split(" ");t.push("",`# ${i} options`);for(let s of n.options){let c=s.long?.replace(/^--/,"");if(!c)continue;let u=s.required||s.optional?" -x":"";t.push(`complete -c ship -l ${c} -d '${io(s.description)}'${u} -n '__fish_seen_subcommand_from ${o}; and __fish_seen_subcommand_from ${a}'`)}}let r=id(e);return t.push("","# Native file completion where a filesystem argument is expected","function __ship_needs_file"," set -l cmd (commandline -opc)"," if test (count $cmd) -ge 2"," set -l prev $cmd[-1]",` if contains -- "$prev" ${r.map(i=>`'${i}'`).join(" ")}`," return 0"," end"," end"," return 1","end","complete -c ship -F -n '__ship_needs_file'"),`${od("#")}
111
211
  ${t.join(`
112
212
  `)}
113
- `}function Dt(e,t){switch(t){case"bash":return kn(e);case"zsh":return Nn(e);case"fish":return Fn(e)}}var He=R(require("columnify"),1),g=require("yoctocolors"),St=["isCreate","claim"],C=(e,t,n)=>n?t:e(t),Mn=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),Un=e=>/^[A-Z][a-z]/.test(e)?e.charAt(0).toLowerCase()+e.slice(1):e,W=e=>Un(e).replace(/\.$/,""),N=(e,t,n)=>{console.log(t?`${JSON.stringify({success:e},null,2)}
114
- `:`${C(g.green,W(e),n)}
115
- `)},X=(e,t,n)=>{if(t)console.log(`${JSON.stringify({warning:e},null,2)}
116
- `);else{let o=C(s=>(0,g.inverse)((0,g.yellow)(s)),`${C(g.hidden,"[",n)}warning${C(g.hidden,"]",n)}`,n),i=C(g.yellow,W(e),n);console.log(`${o} ${i}
117
- `)}},U=(e,t,n)=>{if(t)console.log(`${JSON.stringify({info:e},null,2)}
118
- `);else{let o=C(s=>(0,g.inverse)((0,g.blue)(s)),`${C(g.hidden,"[",n)}info${C(g.hidden,"]",n)}`,n),i=C(g.blue,W(e),n);console.log(`${o} ${i}
119
- `)}};function J(e,t,n){if(t&&typeof e!="string"){console.error(`${JSON.stringify(e.toResponse(),null,2)}
120
- `);return}let o=C(l=>(0,g.inverse)((0,g.red)(l)),`${C(g.hidden,"[",n)}error${C(g.hidden,"]",n)}`,n),i=typeof e=="string"?e:e.message,s=C(g.red,W(i),n);console.error(`${o} ${s}
121
- `)}var jn=(e,t="details",n)=>{if(e==null||e===0)return"-";let o=new Date(e*1e3).toISOString().replace(/\.\d{3}Z$/,"Z");return t==="table"?o.replace(/T/,C(g.hidden,"T",n)).replace(/Z$/,C(g.hidden,"Z",n)):o},Ge=(e,t,n="details",o)=>{if(t===null||Array.isArray(t)&&t.length===0)return"-";if(typeof t=="number"&&(e==="created"||e==="activated"||e==="expires"||e==="linked"||e==="grace"||e==="used"))return jn(t,n,o);if(e==="size"&&typeof t=="number"){let i=t/1048576;return i>=1?`${i.toFixed(1)}Mb`:`${(t/1024).toFixed(1)}Kb`}if(e==="config"||e==="password"){if(typeof t=="boolean")return t?"yes":"no";if(typeof t=="number")return t===1?"yes":"no"}if(Mn(t)){let i=Object.entries(t);return i.length===0?"-":i.map(([s,l])=>`${s}=${Ge(s,l,n,o)}`).join(", ")}return String(t)},se=(e,t,n,o)=>{if(!e||e.length===0)return"";let i=e[0],s=t||Object.keys(i).filter(m=>i[m]!==void 0&&!St.includes(m)),l=e.map(m=>{let r=m,a={};return s.forEach(c=>{c in r&&r[c]!==void 0&&(a[c]=Ge(c,r[c],"table",n))}),a});return`${(0,He.default)(l,{columnSplitter:" ",columns:s,config:s.reduce((m,r)=>(m[r]={headingTransform:a=>C(g.dim,o?.[a]||a,n)},m),{})}).split(`
122
- `).map(m=>m.replace(/\0/g,"").replace(/\s+$/,"")).join(`
213
+ `}function hh(e,t){switch(t){case"bash":return Dx(e);case"zsh":return Ex(e);case"fish":return Px(e)}}var ud=se(jh(),1);fn();var Uh=["isCreate","claim"],Q=(e,t,r)=>r?t:e(t),nb=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),rb=e=>/^[A-Z][a-z]/.test(e)?e.charAt(0).toLowerCase()+e.slice(1):e,nn=e=>rb(e).replace(/\.$/,""),De=(e,t,r)=>{console.log(t?`${JSON.stringify({success:e},null,2)}
214
+ `:`${Q(mn,nn(e),r)}
215
+ `)},rn=(e,t,r)=>{if(t)console.log(`${JSON.stringify({warning:e},null,2)}
216
+ `);else{let i=Q(o=>pn(vr(o)),`${Q(Se,"[",r)}warning${Q(Se,"]",r)}`,r),n=Q(vr,nn(e),r);console.log(`${i} ${n}
217
+ `)}},et=(e,t,r)=>{if(t)console.log(`${JSON.stringify({info:e},null,2)}
218
+ `);else{let i=Q(o=>pn(yr(o)),`${Q(Se,"[",r)}info${Q(Se,"]",r)}`,r),n=Q(yr,nn(e),r);console.log(`${i} ${n}
219
+ `)}};function on(e,t,r){if(t&&typeof e!="string"){console.error(`${JSON.stringify(e.toResponse(),null,2)}
220
+ `);return}let i=Q(a=>pn(gr(a)),`${Q(Se,"[",r)}error${Q(Se,"]",r)}`,r),n=typeof e=="string"?e:e.message,o=Q(gr,nn(n),r);console.error(`${i} ${o}
221
+ `)}var ib=(e,t="details",r)=>{if(e==null||e===0)return"-";let i=new Date(e*1e3).toISOString().replace(/\.\d{3}Z$/,"Z");return t==="table"?i.replace(/T/,Q(Se,"T",r)).replace(/Z$/,Q(Se,"Z",r)):i},ld=(e,t,r="details",i)=>{if(t===null||Array.isArray(t)&&t.length===0)return"-";if(typeof t=="number"&&(e==="created"||e==="activated"||e==="expires"||e==="linked"||e==="grace"||e==="used"))return ib(t,r,i);if(e==="size"&&typeof t=="number"){let n=t/1048576;return n>=1?`${n.toFixed(1)}Mb`:`${(t/1024).toFixed(1)}Kb`}if(e==="config"||e==="password"){if(typeof t=="boolean")return t?"yes":"no";if(typeof t=="number")return t===1?"yes":"no"}if(nb(t)){let n=Object.entries(t);return n.length===0?"-":n.map(([o,a])=>`${o}=${ld(o,a,r,i)}`).join(", ")}return String(t)},Kn=(e,t,r,i)=>{if(!e||e.length===0)return"";let n=e[0],o=t||Object.keys(n).filter(c=>n[c]!==void 0&&!Uh.includes(c)),a=e.map(c=>{let u=c,l={};return o.forEach(f=>{f in u&&u[f]!==void 0&&(l[f]=ld(f,u[f],"table",r))}),l});return`${(0,ud.default)(a,{columnSplitter:" ",columns:o,config:o.reduce((c,u)=>(c[u]={headingTransform:l=>Q(Ve,i?.[l]||l,r)},c),{})}).split(`
222
+ `).map(c=>c.replace(/\0/g,"").replace(/\s+$/,"")).join(`
123
223
  `)}
124
- `},j=(e,t)=>{let n=Object.entries(e).filter(([s,l])=>St.includes(s)?!1:l!==void 0);if(n.length===0)return"";let o=n.map(([s,l])=>({property:`${s}:`,value:Ge(s,l,"details",t)}));return`${(0,He.default)(o,{columnSplitter:" ",showHeaders:!1,config:{property:{dataTransform:s=>C(g.dim,s,t)}}}).split(`
125
- `).map(s=>s.replace(/\0/g,"")).join(`
224
+ `},tt=(e,t)=>{let r=Object.entries(e).filter(([o,a])=>Uh.includes(o)?!1:a!==void 0);if(r.length===0)return"";let i=r.map(([o,a])=>({property:`${o}:`,value:ld(o,a,"details",t)}));return`${(0,ud.default)(i,{columnSplitter:" ",showHeaders:!1,config:{property:{dataTransform:o=>Q(Ve,o,t)}}}).split(`
225
+ `).map(o=>o.replace(/\0/g,"")).join(`
126
226
  `)}
127
- `};function bt(){let e=process.env.SHELL||"";return e.includes("bash")?"bash":e.includes("zsh")?"zsh":e.includes("fish")?"fish":null}function wt(e,t){switch(e){case"bash":return{completionFile:H.join(t,".ship_completion.bash"),profileFile:H.join(t,".bash_profile")};case"zsh":return{completionFile:H.join(t,".ship_completion.zsh"),profileFile:H.join(t,".zshrc")};case"fish":return{completionFile:H.join(t,".config/fish/completions/ship.fish"),profileFile:null}}}function Tt(e,t={}){let{json:n,noColor:o}=t,i=bt(),s=Be.homedir();if(!i)throw p.config(`unsupported shell: ${process.env.SHELL}. supported: bash, zsh, fish`);let l=wt(i,s),d=Dt(e,i);try{if(i==="fish"){let r=H.dirname(l.completionFile);S.existsSync(r)||S.mkdirSync(r,{recursive:!0}),S.writeFileSync(l.completionFile,d),N("fish completion installed successfully",n,o),U("please restart your shell to apply the changes",n,o);return}S.writeFileSync(l.completionFile,d);let m=`# ship
128
- source '${l.completionFile}'
227
+ `};function Nh(){let e=process.env.SHELL||"";return e.includes("bash")?"bash":e.includes("zsh")?"zsh":e.includes("fish")?"fish":null}function Rh(e,t){switch(e){case"bash":return{completionFile:nt.join(t,".ship_completion.bash"),profileFile:nt.join(t,".bash_profile")};case"zsh":return{completionFile:nt.join(t,".ship_completion.zsh"),profileFile:nt.join(t,".zshrc")};case"fish":return{completionFile:nt.join(t,".config/fish/completions/ship.fish"),profileFile:null}}}function Lh(e,t={}){let{json:r,noColor:i}=t,n=Nh(),o=dd.homedir();if(!n)throw z.config(`unsupported shell: ${process.env.SHELL}. supported: bash, zsh, fish`);let a=Rh(n,o),s=hh(e,n);try{if(n==="fish"){let u=nt.dirname(a.completionFile);G.existsSync(u)||G.mkdirSync(u,{recursive:!0}),G.writeFileSync(a.completionFile,s),De("fish completion installed successfully",r,i),et("please restart your shell to apply the changes",r,i);return}G.writeFileSync(a.completionFile,s);let c=`# ship
228
+ source '${a.completionFile}'
129
229
  # ship end
130
- `;if(l.profileFile){if(S.existsSync(l.profileFile)){let r=S.readFileSync(l.profileFile,"utf-8");if(!r.includes("# ship")||!r.includes("# ship end")){let a=r.length>0&&!r.endsWith(`
230
+ `;if(a.profileFile){if(G.existsSync(a.profileFile)){let u=G.readFileSync(a.profileFile,"utf-8");if(!u.includes("# ship")||!u.includes("# ship end")){let l=u.length>0&&!u.endsWith(`
131
231
  `)?`
132
- `:"";S.appendFileSync(l.profileFile,a+m)}}else S.writeFileSync(l.profileFile,m);N(`completion script installed for ${i}`,n,o),X(`run "source ${l.profileFile}" or restart your shell`,n,o)}}catch(m){if(A(m))throw m;let r=m instanceof Error?m.message:String(m);throw p.file(`could not install completion script: ${r}`)}}function Ct(e={}){let{json:t,noColor:n}=e,o=bt(),i=Be.homedir();if(!o)throw p.config(`unsupported shell: ${process.env.SHELL}. supported: bash, zsh, fish`);let s=wt(o,i);try{if(o==="fish"){S.existsSync(s.completionFile)?(S.unlinkSync(s.completionFile),N("fish completion uninstalled successfully",t,n)):X("fish completion was not installed",t,n),U("please restart your shell to apply the changes",t,n);return}if(S.existsSync(s.completionFile)&&S.unlinkSync(s.completionFile),!s.profileFile)return;if(!S.existsSync(s.profileFile))throw p.config("profile file not found");let d=S.readFileSync(s.profileFile,"utf-8").split(`
133
- `),m=[],r=0,a=!1;for(;r<d.length;)if(d[r].trim()==="# ship"){for(a=!0,r++;r<d.length&&d[r].trim()!=="# ship end";)r++;r<d.length&&r++}else m.push(d[r]),r++;if(a)S.writeFileSync(s.profileFile,m.join(`
134
- `)),N(`completion script uninstalled for ${o}`,t,n),X(`run "source ${s.profileFile}" or restart your shell`,t,n);else throw p.config("completion was not found in profile")}catch(l){if(A(l))throw l;let d=l instanceof Error?l.message:String(l);throw p.file(`could not uninstall completion script: ${d}`)}}var Z=require("fs"),vt=require("os"),xt=require("path"),It=require("readline/promises");D();var De=require("yoctocolors");var ye=require("fs"),At=require("os"),$t=require("path");D();var qe=require("zod");var Hn=qe.z.object(V).strict(),Gn=()=>(0,$t.join)((0,At.homedir)(),".shiprc"),Ot=e=>e instanceof Error?e.message:String(e);function ge(e){let t;try{t=(0,ye.readFileSync)(e,"utf-8")}catch(o){throw p.config(`Failed to read ship config (${e}): ${Ot(o)}`)}if(!t.trim())return{};let n;try{n=JSON.parse(t)}catch(o){throw p.config(`Invalid config in ${e}: ${Ot(o)}`)}if(n===null||typeof n!="object"||Array.isArray(n))throw p.config(`Invalid config in ${e}: expected a JSON object`);return n}function Rt(e,t){try{return Hn.parse(e)}catch(n){if(n instanceof qe.z.ZodError){let o=n.issues[0];if(o.code==="unrecognized_keys"){let s=o.keys.filter(l=>l==="apiKey"||l==="deployToken");if(s.length>0){let l=s.map(d=>`"${d}"`).join(" and ");throw p.config(`Invalid config in ${t}: ${l} ${s.length>1?"are":"is"} no longer supported \u2014 the key is now "token". Run \`ship config\` to rewrite it.`)}}let i=o.path.length>0?` at ${o.path.join(".")}`:"";throw p.config(`Invalid config in ${t}${i}: ${o.message}`)}throw p.config(`Invalid config in ${t}`)}}function Ee(e){let t=e||void 0;if(t)return Rt(ge(t),t);let n=Gn();return(0,ye.existsSync)(n)?Rt(ge(n),n):{}}var ze=Object.keys(V),Bn=()=>(0,xt.join)((0,vt.homedir)(),".shiprc"),Ve=te.HINT_LENGTH;function qn(e){let n=(e.startsWith(ne.PREFIX)?ne.PREFIX:te.PREFIX).length+Ve;return e.length<n+Ve+1?"...":`${e.slice(0,n)}...${e.slice(-Ve)}`}function zn(e){if(!(0,Z.existsSync)(e))return{};try{return ge(e)}catch(t){throw A(t)?p.config(`${t.message} \u2014 the file was left unchanged`):t}}async function Pt(e={}){let{noColor:t}=e,n=e.configFile||Bn(),o=u=>t?u:(0,De.dim)(u),i=u=>t?u:(0,De.green)(u),s=zn(n),l=typeof s.token=="string"?s.token:void 0,d=Object.keys(s).filter(u=>!ze.includes(u)),m=(0,It.createInterface)({input:process.stdin,output:process.stdout});console.log(""),console.log(` ${o("Create a free API key at")} ${ft}`),console.log("");let r=l?` Token (${o(qn(l))}): `:" Token: ",a;try{a=(await m.question(r)).trim()}finally{m.close()}a&&B(a);let c={};for(let u of ze)s[u]!==void 0&&(c[u]=s[u]);a&&(c.token=a),d.length>0&&X(`dropped ${d.map(u=>`"${u}"`).join(", ")} \u2014 a ship config holds only ${ze.join(" and ")}`,!1,t),(0,Z.writeFileSync)(n,`${JSON.stringify(c,null,2)}
135
- `,{mode:384}),(0,Z.chmodSync)(n,384),console.log(`
136
- ${i("saved to")} ${o(n)}
137
- `)}D();D();D();var Se=class{constructor(){this.handlers=new Map}on(t,n){this.handlers.has(t)||this.handlers.set(t,new Set),this.handlers.get(t)?.add(n)}off(t,n){let o=this.handlers.get(t);o&&(o.delete(n),o.size===0&&this.handlers.delete(t))}emit(t,...n){let o=this.handlers.get(t);if(!o)return;let i=Array.from(o);for(let s of i)try{s(...n)}catch(l){o.delete(s),t!=="error"&&setTimeout(()=>{let d=l instanceof Error?l:new Error(String(l));this.emit("error",d,String(t))},0)}}};D();D();function re(e){if(e==null)return;if(e.length===0)return e;if(e.length>M.MAX_COUNT)throw p.validation(`Maximum ${M.MAX_COUNT} labels allowed`);let t=e.map((o,i)=>{if(typeof o!="string")throw p.validation(`Label at index ${i} must be a string`);let s=o.trim().toLowerCase();if(s.length<M.MIN_LENGTH)throw p.validation(`Labels must be at least ${M.MIN_LENGTH} characters long`);if(s.length>M.MAX_LENGTH)throw p.validation(`Labels must be no more than ${M.MAX_LENGTH} characters long`);if(!ht.test(s))throw p.validation(`Labels must start and end with alphanumeric characters, with optional separators (${M.SEPARATORS}) between segments`);return s}),n=[...new Set(t)];if(n.length!==t.length)throw p.validation("Duplicate labels are not allowed");return n}async function Lt(e){let t=e.find(i=>i.path===k||i.path===`/${k}`);if(!t)return;let n=t.content,o=typeof n.text=="function"?await n.text():t.content.toString("utf8");pt(o)}var Vn=3e4,_t=3e5,Kn=3e5,Yn=_t+Kn,Wn="sdk";function Ke(e){let t=new URLSearchParams;e?.limit!==void 0&&t.set("limit",String(e.limit)),e?.cursor!==void 0&&t.set("cursor",e.cursor);let n=t.toString();return n?`?${n}`:""}var be=class extends Se{constructor(n){super();this.globalHeaders={};this.apiUrl=n.apiUrl||ut,this.getAuthHeadersCallback=n.getAuthHeaders,this.session=n.session??!1,this.caller=n.caller,this.timeout=n.timeout??Vn,this.deployTimeout=n.timeout??_t,this.deployBuildTimeout=n.timeout??Yn,this.fetch=n.fetch??globalThis.fetch.bind(globalThis),this.createDeployBody=n.createDeployBody,this.deployEndpoint=n.deployEndpoint||E.DEPLOYMENTS}setGlobalHeaders(n){this.globalHeaders=n}async executeRequest(n,o,i,s=this.timeout){let l=()=>{};try{let d=await this.mergeHeaders(o.headers),m=this.createTimeoutSignal(o.signal,s);l=m.cleanup;let r={...o,headers:d,credentials:this.session&&!d.Authorization?"include":void 0,signal:m.signal};this.emit("request",n,r);let a=await this.fetch(n,r);if(l(),!a.ok)throw await p.fromHttpResponse(a,i);return this.emit("response",this.safeClone(a),n),{data:await this.parseResponse(this.safeClone(a)),status:a.status}}catch(d){l();let m=p.fromFetchError(d,i);throw this.emit("error",m,n),m}}async request(n,o,i,s){let{data:l}=await this.executeRequest(n,o,i,s);return l}async requestWithStatus(n,o,i){return this.executeRequest(n,o,i)}async mergeHeaders(n={}){return{...this.globalHeaders,...this.caller?{[ee.HEADER]:this.caller}:{},...await this.getAuthHeadersCallback(),...n}}createTimeoutSignal(n,o=this.timeout){let i=new AbortController,s=setTimeout(()=>i.abort(),o);if(n){let l=()=>i.abort();n.addEventListener("abort",l),n.aborted&&i.abort()}return{signal:i.signal,cleanup:()=>clearTimeout(s)}}safeClone(n){try{return n.clone()}catch{return n}}async parseResponse(n){if(!(n.headers.get("Content-Length")==="0"||n.status===204))return n.json()}async deploy(n,o={}){if(!n.length)throw p.business("No files to deploy");for(let r of n)if(!r.md5)throw p.file(`MD5 checksum missing for file: ${r.path}`,{filePath:r.path});ke(o.password);let i=rt(o.idempotencyKey),s=re(o.labels);await Lt(n);let l=o.build||o.prerender||o.spa?{build:o.build,prerender:o.prerender,spa:o.spa}:void 0,{body:d,headers:m}=await this.createDeployBody(n,{labels:s,via:o.via??Wn,password:o.password,flags:l,captcha:o.captcha});return this.request(`${this.apiUrl}${this.deployEndpoint}`,{method:"POST",body:d,headers:i?{...m,[de.HEADER]:i}:m,signal:o.signal||null},"Deploy",o.build||o.prerender?this.deployBuildTimeout:this.deployTimeout)}async listDeployments(n){return this.request(`${this.apiUrl}${E.DEPLOYMENTS}${Ke(n)}`,{method:"GET"},"List deployments")}async getDeployment(n){return this.request(`${this.apiUrl}${E.DEPLOYMENT(encodeURIComponent(n))}`,{method:"GET"},"Get deployment")}async updateDeploymentLabels(n,o){let i=re(o);return this.request(`${this.apiUrl}${E.DEPLOYMENT(encodeURIComponent(n))}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({labels:i})},"Update deployment labels")}async deleteDeployment(n){return this.request(`${this.apiUrl}${E.DEPLOYMENT(encodeURIComponent(n))}`,{method:"DELETE"},"Delete deployment")}async setDomain(n,o,i){let s=re(i),l={};o&&(l.deployment=o),s!==void 0&&(l.labels=s);let{data:d,status:m}=await this.requestWithStatus(`${this.apiUrl}${E.DOMAIN(encodeURIComponent(n))}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(l)},"Set domain");return{...d,isCreate:m===201}}async listDomains(n){return this.request(`${this.apiUrl}${E.DOMAINS}${Ke(n)}`,{method:"GET"},"List domains")}async getDomain(n){return this.request(`${this.apiUrl}${E.DOMAIN(encodeURIComponent(n))}`,{method:"GET"},"Get domain")}async deleteDomain(n){return this.request(`${this.apiUrl}${E.DOMAIN(encodeURIComponent(n))}`,{method:"DELETE"},"Delete domain")}async verifyDomain(n){return this.request(`${this.apiUrl}${E.DOMAIN_VERIFY(encodeURIComponent(n))}`,{method:"POST"},"Verify domain")}async getDomainDns(n){return this.request(`${this.apiUrl}${E.DOMAIN_DNS(encodeURIComponent(n))}`,{method:"GET"},"Get domain DNS")}async getDomainRecords(n){return this.request(`${this.apiUrl}${E.DOMAIN_RECORDS(encodeURIComponent(n))}`,{method:"GET"},"Get domain records")}async getDomainShare(n){return this.request(`${this.apiUrl}${E.DOMAIN_SHARE(encodeURIComponent(n))}`,{method:"GET"},"Get domain share")}async validateDomain(n){return this.request(`${this.apiUrl}${E.DOMAINS_VALIDATE}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({domain:n})},"Validate domain")}async createToken(n,o){let i=re(o),s={};return n!==void 0&&(s.ttl=n),i!==void 0&&(s.labels=i),this.request(`${this.apiUrl}${E.TOKENS}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)},"Create token")}async listTokens(n){return this.request(`${this.apiUrl}${E.TOKENS}${Ke(n)}`,{method:"GET"},"List tokens")}async deleteToken(n){return this.request(`${this.apiUrl}${E.TOKEN(encodeURIComponent(n))}`,{method:"DELETE"},"Delete token")}async getToken(n){return this.request(`${this.apiUrl}${E.TOKEN(encodeURIComponent(n))}`,{method:"GET"},"Get token")}async getAccount(){return this.request(`${this.apiUrl}${E.ACCOUNT}`,{method:"GET"},"Get account")}async getLimits(){return this.request(`${this.apiUrl}${E.LIMITS}`,{method:"GET"},"Get limits")}async ping(){return this.request(`${this.apiUrl}${E.PING}`,{method:"GET"},"Ping")}async checkSPA(n,o={}){let i=n.find(m=>m.path===me.INDEX_FILE||m.path===`/${me.INDEX_FILE}`);if(!i||i.size>me.MAX_INDEX_BYTES)return!1;let s;if(typeof Buffer<"u"&&Buffer.isBuffer(i.content))s=i.content.toString("utf-8");else if(typeof Blob<"u"&&i.content instanceof Blob)s=await i.content.text();else if(typeof File<"u"&&i.content instanceof File)s=await i.content.text();else return!1;let l={files:n.map(m=>m.path),index:s};return(await this.request(`${this.apiUrl}${E.SPA_CHECK}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(l)},"SPA check")).isSPA}};D();D();Ye();async function Qn(){let e=JSON.stringify(lt,null,2),t;typeof Buffer<"u"?t=Buffer.from(e,"utf-8"):t=new Blob([e],{type:"application/json"});let{md5:n}=await we(t);return{path:k,content:t,size:e.length,md5:n}}async function kt(e,t,n){if(n.spaDetect===!1||n.spa||n.build||n.prerender||e.some(o=>o.path===k))return e;try{if(await t.checkSPA(e,n)){let i=await Qn();return[...e,i]}}catch{}return e}function Nt(e){let{getApi:t,ensureInit:n,processInput:o}=e;return{upload:async(i,s={})=>{if(await n(),!o)throw p.config("processInput function is not provided.");let l=t(),d=await o(i,s);return d=await kt(d,l,s),l.deploy(d,s)},list:async i=>(await n(),t().listDeployments(i)),get:async i=>(await n(),t().getDeployment(i)),set:async(i,s)=>(await n(),t().updateDeploymentLabels(i,s.labels)),delete:async i=>(await n(),t().deleteDeployment(i))}}function Ft(e){let{getApi:t,ensureInit:n}=e;return{set:async(o,i={})=>(await n(),t().setDomain(o,i.deployment,i.labels)),list:async o=>(await n(),t().listDomains(o)),get:async o=>(await n(),t().getDomain(o)),delete:async o=>(await n(),t().deleteDomain(o)),verify:async o=>(await n(),t().verifyDomain(o)),validate:async o=>(await n(),t().validateDomain(o)),dns:async o=>(await n(),t().getDomainDns(o)),records:async o=>(await n(),t().getDomainRecords(o)),share:async o=>(await n(),t().getDomainShare(o))}}function Mt(e){let{getApi:t,ensureInit:n}=e;return{get:async()=>(await n(),t().getAccount())}}function Ut(e){let{getApi:t,ensureInit:n}=e;return{create:async(o={})=>(await n(),t().createToken(o.ttl,o.labels)),list:async o=>(await n(),t().listTokens(o)),get:async o=>(await n(),t().getToken(o)),delete:async o=>(await n(),t().deleteToken(o))}}var Te=class{constructor(t={}){this.initPromise=null;this.platformLimits=null;this.credential=null;if(t={...t,apiUrl:t.apiUrl||void 0,token:t.token||void 0,caller:t.caller||void 0},this.clientOptions=t,t.caller!==void 0&&dt(t.caller),t.token&&t.session)throw p.config("Provide either `token` or `session`, not both.");typeof t.token=="string"?(B(t.token),this.credential=t.token):t.token&&(this.credential=t.token),this.http=new be({...t,getAuthHeaders:()=>this.getAuthHeaders(),createDeployBody:this.getDeployBodyCreator()});let n={getApi:()=>this.http,ensureInit:()=>this.ensureInitialized()};this.deployments=Nt({...n,processInput:(o,i)=>this.processInput(o,i)}),this.domains=Ft(n),this.account=Mt(n),this.tokens=Ut(n)}async ensureInitialized(){return this.initPromise||(this.initPromise=this.fetchPlatformLimits()),this.initPromise}async fetchPlatformLimits(){try{this.platformLimits=await this.http.getLimits()}catch(t){throw this.initPromise=null,t}}async ping(){return await this.ensureInitialized(),this.http.ping()}async deploy(t,n){return this.deployments.upload(t,n)}async whoami(){return this.account.get()}async getLimits(){return this.platformLimits?this.platformLimits:(await this.ensureInitialized(),this.platformLimits)}on(t,n){this.http.on(t,n)}off(t,n){this.http.off(t,n)}setHeaders(t){this.http.setGlobalHeaders(t)}clearHeaders(){this.http.setGlobalHeaders({})}setToken(t){if(this.clientOptions.session)throw p.config("Provide either `token` or `session`, not both.");if(typeof t=="string"){if(!t)throw p.business("Invalid token provided. Token must be a non-empty string.");B(t),this.credential=t;return}if(typeof t!="function")throw p.business("Invalid token provided. Token must be a non-empty string or a provider function.");this.credential=t}async getAuthHeaders(){if(this.credential===null)return{};let t=typeof this.credential=="function"?await this.credential():this.credential;if(!t)throw p.authentication("Token provider returned no token.");if(typeof t!="string")throw p.authentication("Token provider returned a non-string value.");return{Authorization:`Bearer ${t}`}}};ue();D();async function jt(e,t={}){let{FormData:n,File:o}=await import("formdata-node"),{FormDataEncoder:i}=await import("form-data-encoder"),{labels:s,via:l,password:d,flags:m,captcha:r}=t,a=new n,c=[];for(let b of e){if(!Buffer.isBuffer(b.content)&&!(typeof Blob<"u"&&b.content instanceof Blob))throw p.file(`Unsupported file.content type for Node.js: ${b.path}`,{filePath:b.path});if(!b.md5)throw p.file(`File missing md5 checksum: ${b.path}`,{filePath:b.path});let h=new o([b.content],b.path,{type:"application/octet-stream"});a.append(L.FILES,h),c.push(b.md5)}a.append(L.CHECKSUMS,JSON.stringify(c)),s&&s.length>0&&a.append(L.LABELS,JSON.stringify(s)),l&&a.append(L.VIA,l),d&&a.append(L.PASSWORD,d),m?.build&&a.append(L.BUILD,"true"),m?.prerender&&a.append(L.PRERENDER,"true"),m?.spa&&a.append(L.SPA,"true"),r&&a.append(L.CAPTCHA,r);let u=new i(a),T=[];for await(let b of u.encode())T.push(Buffer.from(b));let $=Buffer.concat(T);return{body:$.buffer.slice($.byteOffset,$.byteOffset+$.byteLength),headers:{"Content-Type":u.contentType,"Content-Length":Buffer.byteLength($).toString()}}}var Oe=class extends Te{constructor(t={}){if(K()!=="node")throw p.business("Node.js Ship class can only be used in Node.js environment.");let n=Y();super({...t,apiUrl:t.apiUrl||n.apiUrl,token:t.token||(t.session?void 0:n.token)})}async deploy(t,n){return super.deploy(t,n)}async processInput(t,n){let o=typeof t=="string"?[t]:t;if(!Array.isArray(o)||!o.every(s=>typeof s=="string"))throw p.business("Invalid input type for Node.js environment. Expected string or string[].");if(o.length===0)throw p.business("No files to deploy.");let{processFilesForNode:i}=await Promise.resolve().then(()=>(en(),Qt));return i(o,n,this.platformLimits??void 0)}getDeployBodyCreator(){return jt}};function Je(e,t,n){return{apiUrl:e.apiUrl||t.apiUrl||n.apiUrl,token:e.token||t.token||n.token}}function tn(e={}){return new Oe(Je(e,Y(),Ee(e.config)))}D();function nn(e){return A(e)?e:e instanceof Error?p.business(e.message):p.business(String(e??"Unknown error"))}function on(e,t){return e.isAuthError()?t?.token?"authentication failed: invalid or expired token":"authentication required: pass --token, set SHIP_TOKEN, or run ship config":e.isNetworkError()?"network error: could not reach the API. check your internet connection":e.isType(f.Maintenance)?`${e.message.replace(/\.$/,"")} \u2014 check https://status.shipstatic.com`:e.isClientError()?e.message:`${e.message.replace(/\.$/,"")} \u2014 try again, or check https://status.shipstatic.com`}D();var et=(e,t)=>`https://setup.shipstatic.com/${e}/${t}`;function Ze(e,t){return e[t]}var oo={[it.DELETING]:"served until cleanup completes"},io={upload:"uploaded",create:"created",delete:"deleted",verify:"verification queued"};function so(e,t){let{operation:n,resource:o}=t;if(!o||e===null||typeof e!="object")return null;let i=n==="set"?Ze(e,"isCreate")?"created":"updated":io[n];if(!i)return null;let s=Ze(e,o);if(typeof s!="string")return null;let l=Ze(e,"status"),d=typeof l=="string"?oo[l]:void 0;return`${s} ${o} ${d?`${l} \u2014 ${d}`:i}`}function ro(e,t){let{noColor:n}=t;if(e.deployments.length===0){console.log("no deployments found"),console.log();return}let o=["deployment","labels","files","size","created","via"];console.log(se(e.deployments,o,n)),tt(e.cursor,n)}function tt(e,t){e&&U(`more results available \u2014 rerun with --cursor ${e}`,!1,t)}function ao(e,t){let{noColor:n}=t;if(e.domains.length===0){console.log("no domains found"),console.log();return}let o=["domain","deployment","labels","linked","links","created"];console.log(se(e.domains,o,n)),tt(e.cursor,n)}function sn(e,t){let{noColor:n}=t,{_dnsRecords:o,_shareHash:i,isCreate:s,...l}=e;o&&o.length>0&&(console.log(),U("DNS records to configure:",!1,n),o.forEach(d=>{console.log(` ${d.type}: ${d.name} \u2192 ${d.value}`)})),i&&(console.log(),U(`Setup instructions: ${et(i,e.domain)}`,!1,n)),console.log(j(l,n))}function Qe(e,t){let{noColor:n}=t;console.log(j(e,n));let o=e.claim;if(o){let i=e.expires?Math.round((e.expires-e.created)/86400):null;console.log(`IMPORTANT: this deployment${i?` expires in ${i} day${i!==1?"s":""}`:" will expire"}, claim it to keep permanently:
138
- ${o}
139
- `),U("configure a free API key with 'ship config' to deploy to your own account",!1,n)}}function lo(e,t){let{noColor:n}=t;console.log(j(e,n))}function po(e,t){let{noColor:n}=t;if(e.valid){if(N(`${e.normalized??"domain"} domain is valid`,!1,n),console.log(),e.available!==null){let o=e.available?n?"available":"available \u2713":"already taken";console.log(` availability: ${o}`)}console.log()}else console.log(`${W(e.reason??"domain is invalid")}
140
- `)}function co(e,t){let{noColor:n}=t;if(e.records.length===0){console.log("no records found"),console.log();return}let o=["type","name","value"];console.log(se(e.records,o,n))}function mo(e,t){let{noColor:n}=t,o=e.dns?.provider?.name||null;console.log(j({domain:e.domain,provider:o},n))}function uo(e,t){let{noColor:n}=t;console.log(j({domain:e.domain,setup:et(e.hash,e.domain)},n))}function fo(e,t){let{noColor:n}=t;if(e.tokens.length===0){console.log("no tokens found"),console.log();return}let o=["token","labels","created","expires"];console.log(se(e.tokens,o,n)),tt(e.cursor,n)}function rn(e,t){let{noColor:n}=t;console.log(j(e,n))}var w=e=>e,ho=e=>e.resource?`${e.resource}.${e.operation}`:e.operation,go={"deployment.list":w({quiet:e=>e.deployments.map(t=>t.deployment),text:ro}),"deployment.upload":w({quiet:e=>[e.deployment],text:Qe}),"deployment.get":w({quiet:e=>[e.deployment],text:Qe}),"deployment.set":w({quiet:e=>[e.deployment],text:Qe}),"deployment.delete":w({quiet:e=>[e.deployment],text:()=>{}}),"domain.list":w({quiet:e=>e.domains.map(t=>t.domain),text:ao}),"domain.get":w({quiet:e=>[e.domain],text:sn}),"domain.set":w({quiet:e=>[e.domain],text:sn}),"domain.validate":w({quiet:e=>e.valid&&e.normalized?[e.normalized]:[],text:po}),"domain.verify":w({quiet:e=>[e.domain],text:()=>{}}),"domain.records":w({quiet:e=>e.records.map(t=>`${t.type} ${t.name} ${t.value}`),text:co}),"domain.dns":w({quiet:e=>e.dns?.provider?.name?[e.dns.provider.name]:[],text:mo}),"domain.share":w({quiet:e=>[et(e.hash,e.domain)],text:uo}),"domain.delete":w({quiet:e=>[e.domain],text:()=>{}}),"token.list":w({quiet:e=>e.tokens.map(t=>t.token),text:fo}),"token.create":w({quiet:e=>[e.secret],text:rn}),"token.get":w({quiet:e=>[e.token],text:rn}),"token.delete":w({quiet:e=>[e.token],text:()=>{}}),"account.get":w({quiet:e=>[e.email],text:lo}),ping:w({quiet:()=>[],text:(e,t)=>N("api reachable",!1,t.noColor)})};function an(e,t,n){let{json:o,quiet:i,noColor:s}=n,l=go[ho(t)];if(i){for(let m of l?.quiet(e)??[])console.log(m);return}if(o&&e!==null&&typeof e=="object"){let m={...e};delete m._dnsRecords,delete m._shareHash,delete m.isCreate,console.log(JSON.stringify(m,null,2)),console.log();return}let d=so(e,t);d&&N(d,!1,s),l?l.text(e,n):e!==null&&typeof e=="object"&&console.log(j(e,s))}function yo(){let e=[nt.resolve(__dirname,"../package.json"),nt.resolve(__dirname,"../../package.json")];for(let t of e)try{return JSON.parse((0,q.readFileSync)(t,"utf-8"))}catch{}return{version:"0.0.0"}}var Eo=yo();function Do(e){let t=s=>e?s:(0,$e.bold)(s),n=s=>e?s:(0,$e.dim)(s),o=s=>e?"":`${s} `;return`${t("USAGE")}
141
- ship <path> ${o("\u{1F680}")}Deploy static sites with simplicity
232
+ `:"";G.appendFileSync(a.profileFile,l+c)}}else G.writeFileSync(a.profileFile,c);De(`completion script installed for ${n}`,r,i),rn(`run "source ${a.profileFile}" or restart your shell`,r,i)}}catch(c){if(ce(c))throw c;let u=c instanceof Error?c.message:String(c);throw z.file(`could not install completion script: ${u}`)}}function Fh(e={}){let{json:t,noColor:r}=e,i=Nh(),n=dd.homedir();if(!i)throw z.config(`unsupported shell: ${process.env.SHELL}. supported: bash, zsh, fish`);let o=Rh(i,n);try{if(i==="fish"){G.existsSync(o.completionFile)?(G.unlinkSync(o.completionFile),De("fish completion uninstalled successfully",t,r)):rn("fish completion was not installed",t,r),et("please restart your shell to apply the changes",t,r);return}if(G.existsSync(o.completionFile)&&G.unlinkSync(o.completionFile),!o.profileFile)return;if(!G.existsSync(o.profileFile))throw z.config("profile file not found");let s=G.readFileSync(o.profileFile,"utf-8").split(`
233
+ `),c=[],u=0,l=!1;for(;u<s.length;)if(s[u].trim()==="# ship"){for(l=!0,u++;u<s.length&&s[u].trim()!=="# ship end";)u++;u<s.length&&u++}else c.push(s[u]),u++;if(l)G.writeFileSync(o.profileFile,c.join(`
234
+ `)),De(`completion script uninstalled for ${i}`,t,r),rn(`run "source ${o.profileFile}" or restart your shell`,t,r);else throw z.config("completion was not found in profile")}catch(a){if(ce(a))throw a;let s=a instanceof Error?a.message:String(a);throw z.file(`could not uninstall completion script: ${s}`)}}var an=require("fs"),Gh=require("os"),Hh=require("path"),Wh=require("readline/promises");B();fn();var co=require("fs"),Vh=require("os"),Bh=require("path");B();var ob=be.object(Yt).strict(),ab=()=>(0,Bh.join)((0,Vh.homedir)(),".shiprc"),Zh=e=>e instanceof Error?e.message:String(e);function so(e){let t;try{t=(0,co.readFileSync)(e,"utf-8")}catch(i){throw z.config(`Failed to read ship config (${e}): ${Zh(i)}`)}if(!t.trim())return{};let r;try{r=JSON.parse(t)}catch(i){throw z.config(`Invalid config in ${e}: ${Zh(i)}`)}if(r===null||typeof r!="object"||Array.isArray(r))throw z.config(`Invalid config in ${e}: expected a JSON object`);return r}function Mh(e,t){try{return ob.parse(e)}catch(r){if(r instanceof be.ZodError){let i=r.issues[0];if(i.code==="unrecognized_keys"){let o=i.keys.filter(a=>a==="apiKey"||a==="deployToken");if(o.length>0){let a=o.map(s=>`"${s}"`).join(" and ");throw z.config(`Invalid config in ${t}: ${a} ${o.length>1?"are":"is"} no longer supported \u2014 the key is now "token". Run \`ship config\` to rewrite it.`)}}let n=i.path.length>0?` at ${i.path.join(".")}`:"";throw z.config(`Invalid config in ${t}${n}: ${i.message}`)}throw z.config(`Invalid config in ${t}`)}}function uo(e){let t=e||void 0;if(t)return Mh(so(t),t);let r=ab();return(0,co.existsSync)(r)?Mh(so(r),r):{}}var pd=Object.keys(Yt),sb=()=>(0,Hh.join)((0,Gh.homedir)(),".shiprc"),md=un.HINT_LENGTH;function cb(e){let r=(e.startsWith(ln.PREFIX)?ln.PREFIX:un.PREFIX).length+md;return e.length<r+md+1?"...":`${e.slice(0,r)}...${e.slice(-md)}`}function ub(e){if(!(0,an.existsSync)(e))return{};try{return so(e)}catch(t){throw ce(t)?z.config(`${t.message} \u2014 the file was left unchanged`):t}}async function Jh(e={}){let{noColor:t}=e,r=e.configFile||sb(),i=p=>t?p:Ve(p),n=p=>t?p:mn(p),o=ub(r),a=typeof o.token=="string"?o.token:void 0,s=Object.keys(o).filter(p=>!pd.includes(p)),c=(0,Wh.createInterface)({input:process.stdin,output:process.stdout});console.log(""),console.log(` ${i("Create a free API key at")} ${lp}`),console.log("");let u=a?` Token (${i(cb(a))}): `:" Token: ",l;try{l=(await c.question(u)).trim()}finally{c.close()}l&&it(l);let f={};for(let p of pd)o[p]!==void 0&&(f[p]=o[p]);l&&(f.token=l),s.length>0&&rn(`dropped ${s.map(p=>`"${p}"`).join(", ")} \u2014 a ship config holds only ${pd.join(" and ")}`,!1,t),(0,an.writeFileSync)(r,`${JSON.stringify(f,null,2)}
235
+ `,{mode:384}),(0,an.chmodSync)(r,384),console.log(`
236
+ ${n("saved to")} ${i(r)}
237
+ `)}B();B();B();var lo=class{constructor(){this.handlers=new Map}on(t,r){this.handlers.has(t)||this.handlers.set(t,new Set),this.handlers.get(t)?.add(r)}off(t,r){let i=this.handlers.get(t);i&&(i.delete(r),i.size===0&&this.handlers.delete(t))}emit(t,...r){let i=this.handlers.get(t);if(!i)return;let n=Array.from(i);for(let o of n)try{o(...r)}catch(a){i.delete(o),t!=="error"&&setTimeout(()=>{let s=a instanceof Error?a:new Error(String(a));this.emit("error",s,String(t))},0)}}};B();B();function Xn(e){if(e==null)return;if(e.length===0)return e;if(e.length>Me.MAX_COUNT)throw z.validation(`Maximum ${Me.MAX_COUNT} labels allowed`);let t=e.map((i,n)=>{if(typeof i!="string")throw z.validation(`Label at index ${n} must be a string`);let o=i.trim().toLowerCase();if(o.length<Me.MIN_LENGTH)throw z.validation(`Labels must be at least ${Me.MIN_LENGTH} characters long`);if(o.length>Me.MAX_LENGTH)throw z.validation(`Labels must be no more than ${Me.MAX_LENGTH} characters long`);if(!dp.test(o))throw z.validation(`Labels must start and end with alphanumeric characters, with optional separators (${Me.SEPARATORS}) between segments`);return o}),r=[...new Set(t)];if(r.length!==t.length)throw z.validation("Duplicate labels are not allowed");return r}async function qh(e){let t=e.find(n=>n.path===Ae||n.path===`/${Ae}`);if(!t)return;let r=t.content,i=typeof r.text=="function"?await r.text():t.content.toString("utf8");op(i)}var lb=3e4,Kh=3e5,db=3e5,pb=Kh+db,mb="sdk";function fd(e){let t=new URLSearchParams;e?.limit!==void 0&&t.set("limit",String(e.limit)),e?.cursor!==void 0&&t.set("cursor",e.cursor);let r=t.toString();return r?`?${r}`:""}var po=class extends lo{constructor(r){super();this.globalHeaders={};this.apiUrl=r.apiUrl||up,this.getAuthHeadersCallback=r.getAuthHeaders,this.session=r.session??!1,this.caller=r.caller,this.timeout=r.timeout??lb,this.deployTimeout=r.timeout??Kh,this.deployBuildTimeout=r.timeout??pb,this.fetch=r.fetch??globalThis.fetch.bind(globalThis),this.createDeployBody=r.createDeployBody,this.deployEndpoint=r.deployEndpoint||Z.DEPLOYMENTS}setGlobalHeaders(r){this.globalHeaders=r}async executeRequest(r,i,n,o=this.timeout){let a=()=>{};try{let s=await this.mergeHeaders(i.headers),c=this.createTimeoutSignal(i.signal,o);a=c.cleanup;let u={...i,headers:s,credentials:this.session&&!s.Authorization?"include":void 0,signal:c.signal};this.emit("request",r,u);let l=await this.fetch(r,u);if(a(),!l.ok)throw await z.fromHttpResponse(l,n);return this.emit("response",this.safeClone(l),r),{data:await this.parseResponse(this.safeClone(l)),status:l.status}}catch(s){a();let c=z.fromFetchError(s,n);throw this.emit("error",c,r),c}}async request(r,i,n,o){let{data:a}=await this.executeRequest(r,i,n,o);return a}async requestWithStatus(r,i,n){return this.executeRequest(r,i,n)}async mergeHeaders(r={}){return{...this.globalHeaders,...this.caller?{[cn.HEADER]:this.caller}:{},...await this.getAuthHeadersCallback(),...r}}createTimeoutSignal(r,i=this.timeout){let n=new AbortController,o=setTimeout(()=>n.abort(),i);if(r){let a=()=>n.abort();r.addEventListener("abort",a),r.aborted&&n.abort()}return{signal:n.signal,cleanup:()=>clearTimeout(o)}}safeClone(r){try{return r.clone()}catch{return r}}async parseResponse(r){if(!(r.headers.get("Content-Length")==="0"||r.status===204))return r.json()}async deploy(r,i={}){if(!r.length)throw z.business("No files to deploy");for(let u of r)if(!u.md5)throw z.file(`MD5 checksum missing for file: ${u.path}`,{filePath:u.path});Yo(i.password);let n=np(i.idempotencyKey),o=Xn(i.labels);await qh(r);let a=i.build||i.prerender||i.spa?{build:i.build,prerender:i.prerender,spa:i.spa}:void 0,{body:s,headers:c}=await this.createDeployBody(r,{labels:o,via:i.via??mb,password:i.password,flags:a,captcha:i.captcha});return this.request(`${this.apiUrl}${this.deployEndpoint}`,{method:"POST",body:s,headers:n?{...c,[fr.HEADER]:n}:c,signal:i.signal||null},"Deploy",i.build||i.prerender?this.deployBuildTimeout:this.deployTimeout)}async listDeployments(r){return this.request(`${this.apiUrl}${Z.DEPLOYMENTS}${fd(r)}`,{method:"GET"},"List deployments")}async getDeployment(r){return this.request(`${this.apiUrl}${Z.DEPLOYMENT(encodeURIComponent(r))}`,{method:"GET"},"Get deployment")}async updateDeploymentLabels(r,i){let n=Xn(i);return this.request(`${this.apiUrl}${Z.DEPLOYMENT(encodeURIComponent(r))}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({labels:n})},"Update deployment labels")}async deleteDeployment(r){return this.request(`${this.apiUrl}${Z.DEPLOYMENT(encodeURIComponent(r))}`,{method:"DELETE"},"Delete deployment")}async setDomain(r,i,n){let o=Xn(n),a={};i&&(a.deployment=i),o!==void 0&&(a.labels=o);let{data:s,status:c}=await this.requestWithStatus(`${this.apiUrl}${Z.DOMAIN(encodeURIComponent(r))}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)},"Set domain");return{...s,isCreate:c===201}}async listDomains(r){return this.request(`${this.apiUrl}${Z.DOMAINS}${fd(r)}`,{method:"GET"},"List domains")}async getDomain(r){return this.request(`${this.apiUrl}${Z.DOMAIN(encodeURIComponent(r))}`,{method:"GET"},"Get domain")}async deleteDomain(r){return this.request(`${this.apiUrl}${Z.DOMAIN(encodeURIComponent(r))}`,{method:"DELETE"},"Delete domain")}async verifyDomain(r){return this.request(`${this.apiUrl}${Z.DOMAIN_VERIFY(encodeURIComponent(r))}`,{method:"POST"},"Verify domain")}async getDomainDns(r){return this.request(`${this.apiUrl}${Z.DOMAIN_DNS(encodeURIComponent(r))}`,{method:"GET"},"Get domain DNS")}async getDomainRecords(r){return this.request(`${this.apiUrl}${Z.DOMAIN_RECORDS(encodeURIComponent(r))}`,{method:"GET"},"Get domain records")}async getDomainShare(r){return this.request(`${this.apiUrl}${Z.DOMAIN_SHARE(encodeURIComponent(r))}`,{method:"GET"},"Get domain share")}async validateDomain(r){return this.request(`${this.apiUrl}${Z.DOMAINS_VALIDATE}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({domain:r})},"Validate domain")}async createToken(r,i){let n=Xn(i),o={};return r!==void 0&&(o.ttl=r),n!==void 0&&(o.labels=n),this.request(`${this.apiUrl}${Z.TOKENS}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(o)},"Create token")}async listTokens(r){return this.request(`${this.apiUrl}${Z.TOKENS}${fd(r)}`,{method:"GET"},"List tokens")}async deleteToken(r){return this.request(`${this.apiUrl}${Z.TOKEN(encodeURIComponent(r))}`,{method:"DELETE"},"Delete token")}async getToken(r){return this.request(`${this.apiUrl}${Z.TOKEN(encodeURIComponent(r))}`,{method:"GET"},"Get token")}async getAccount(){return this.request(`${this.apiUrl}${Z.ACCOUNT}`,{method:"GET"},"Get account")}async getLimits(){return this.request(`${this.apiUrl}${Z.LIMITS}`,{method:"GET"},"Get limits")}async ping(){return this.request(`${this.apiUrl}${Z.PING}`,{method:"GET"},"Ping")}async checkSPA(r,i={}){let n=r.find(c=>c.path===hr.INDEX_FILE||c.path===`/${hr.INDEX_FILE}`);if(!n||n.size>hr.MAX_INDEX_BYTES)return!1;let o;if(typeof Buffer<"u"&&Buffer.isBuffer(n.content))o=n.content.toString("utf-8");else if(typeof Blob<"u"&&n.content instanceof Blob)o=await n.content.text();else if(typeof File<"u"&&n.content instanceof File)o=await n.content.text();else return!1;let a={files:r.map(c=>c.path),index:o};return(await this.request(`${this.apiUrl}${Z.SPA_CHECK}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)},"SPA check")).isSPA}};B();B();hd();async function vb(){let e=JSON.stringify(ip,null,2),t;typeof Buffer<"u"?t=Buffer.from(e,"utf-8"):t=new Blob([e],{type:"application/json"});let{md5:r}=await mo(t);return{path:Ae,content:t,size:e.length,md5:r}}async function eg(e,t,r){if(r.spaDetect===!1||r.spa||r.build||r.prerender||e.some(i=>i.path===Ae))return e;try{if(await t.checkSPA(e,r)){let n=await vb();return[...e,n]}}catch{}return e}function tg(e){let{getApi:t,ensureInit:r,processInput:i}=e;return{upload:async(n,o={})=>{if(await r(),!i)throw z.config("processInput function is not provided.");let a=t(),s=await i(n,o);return s=await eg(s,a,o),a.deploy(s,o)},list:async n=>(await r(),t().listDeployments(n)),get:async n=>(await r(),t().getDeployment(n)),set:async(n,o)=>(await r(),t().updateDeploymentLabels(n,o.labels)),delete:async n=>(await r(),t().deleteDeployment(n))}}function ng(e){let{getApi:t,ensureInit:r}=e;return{set:async(i,n={})=>(await r(),t().setDomain(i,n.deployment,n.labels)),list:async i=>(await r(),t().listDomains(i)),get:async i=>(await r(),t().getDomain(i)),delete:async i=>(await r(),t().deleteDomain(i)),verify:async i=>(await r(),t().verifyDomain(i)),validate:async i=>(await r(),t().validateDomain(i)),dns:async i=>(await r(),t().getDomainDns(i)),records:async i=>(await r(),t().getDomainRecords(i)),share:async i=>(await r(),t().getDomainShare(i))}}function rg(e){let{getApi:t,ensureInit:r}=e;return{get:async()=>(await r(),t().getAccount())}}function ig(e){let{getApi:t,ensureInit:r}=e;return{create:async(i={})=>(await r(),t().createToken(i.ttl,i.labels)),list:async i=>(await r(),t().listTokens(i)),get:async i=>(await r(),t().getToken(i)),delete:async i=>(await r(),t().deleteToken(i))}}var fo=class{constructor(t={}){this.initPromise=null;this.platformLimits=null;this.credential=null;if(t={...t,apiUrl:t.apiUrl||void 0,token:t.token||void 0,caller:t.caller||void 0},this.clientOptions=t,t.caller!==void 0&&sp(t.caller),t.token&&t.session)throw z.config("Provide either `token` or `session`, not both.");typeof t.token=="string"?(it(t.token),this.credential=t.token):t.token&&(this.credential=t.token),this.http=new po({...t,getAuthHeaders:()=>this.getAuthHeaders(),createDeployBody:this.getDeployBodyCreator()});let r={getApi:()=>this.http,ensureInit:()=>this.ensureInitialized()};this.deployments=tg({...r,processInput:(i,n)=>this.processInput(i,n)}),this.domains=ng(r),this.account=rg(r),this.tokens=ig(r)}async ensureInitialized(){return this.initPromise||(this.initPromise=this.fetchPlatformLimits()),this.initPromise}async fetchPlatformLimits(){try{this.platformLimits=await this.http.getLimits()}catch(t){throw this.initPromise=null,t}}async ping(){return await this.ensureInitialized(),this.http.ping()}async deploy(t,r){return this.deployments.upload(t,r)}async whoami(){return this.account.get()}async getLimits(){return this.platformLimits?this.platformLimits:(await this.ensureInitialized(),this.platformLimits)}on(t,r){this.http.on(t,r)}off(t,r){this.http.off(t,r)}setHeaders(t){this.http.setGlobalHeaders(t)}clearHeaders(){this.http.setGlobalHeaders({})}setToken(t){if(this.clientOptions.session)throw z.config("Provide either `token` or `session`, not both.");if(typeof t=="string"){if(!t)throw z.business("Invalid token provided. Token must be a non-empty string.");it(t),this.credential=t;return}if(typeof t!="function")throw z.business("Invalid token provided. Token must be a non-empty string or a provider function.");this.credential=t}async getAuthHeaders(){if(this.credential===null)return{};let t=typeof this.credential=="function"?await this.credential():this.credential;if(!t)throw z.authentication("Token provider returned no token.");if(typeof t!="string")throw z.authentication("Token provider returned a non-string value.");return{Authorization:`Bearer ${t}`}}};no();B();async function kg(e,t={}){let{FormData:r,File:i}=await Promise.resolve().then(()=>(ug(),cg)),{FormDataEncoder:n}=await Promise.resolve().then(()=>(bg(),xg)),{labels:o,via:a,password:s,flags:c,captcha:u}=t,l=new r,f=[];for(let D of e){if(!Buffer.isBuffer(D.content)&&!(typeof Blob<"u"&&D.content instanceof Blob))throw z.file(`Unsupported file.content type for Node.js: ${D.path}`,{filePath:D.path});if(!D.md5)throw z.file(`File missing md5 checksum: ${D.path}`,{filePath:D.path});let I=new i([D.content],D.path,{type:"application/octet-stream"});l.append(ke.FILES,I),f.push(D.md5)}l.append(ke.CHECKSUMS,JSON.stringify(f)),o&&o.length>0&&l.append(ke.LABELS,JSON.stringify(o)),a&&l.append(ke.VIA,a),s&&l.append(ke.PASSWORD,s),c?.build&&l.append(ke.BUILD,"true"),c?.prerender&&l.append(ke.PRERENDER,"true"),c?.spa&&l.append(ke.SPA,"true"),u&&l.append(ke.CAPTCHA,u);let p=new n(l),y=[];for await(let D of p.encode())y.push(Buffer.from(D));let b=Buffer.concat(y);return{body:b.buffer.slice(b.byteOffset,b.byteOffset+b.byteLength),headers:{"Content-Type":p.contentType,"Content-Length":Buffer.byteLength(b).toString()}}}var wo=class extends fo{constructor(t={}){if(Qt()!=="node")throw z.business("Node.js Ship class can only be used in Node.js environment.");let r=en();super({...t,apiUrl:t.apiUrl||r.apiUrl,token:t.token||(t.session?void 0:r.token)})}async deploy(t,r){return super.deploy(t,r)}async processInput(t,r){let i=typeof t=="string"?[t]:t;if(!Array.isArray(i)||!i.every(o=>typeof o=="string"))throw z.business("Invalid input type for Node.js environment. Expected string or string[].");if(i.length===0)throw z.business("No files to deploy.");let{processFilesForNode:n}=await Promise.resolve().then(()=>(Rg(),Ng));return n(i,r,this.platformLimits??void 0)}getDeployBodyCreator(){return kg}};function Id(e,t,r){return{apiUrl:e.apiUrl||t.apiUrl||r.apiUrl,token:e.token||t.token||r.token}}function Lg(e={}){return new wo(Id(e,en(),uo(e.config)))}B();function Fg(e){return ce(e)?e:e instanceof Error?z.business(e.message):z.business(String(e??"Unknown error"))}var zd="pass --token, set SHIP_TOKEN, or run ship config";function Zg(e,t){return e.isAuthError()?t?.token?"authentication failed: invalid or expired token":`authentication required: ${zd}`:e.isNetworkError()?"network error: could not reach the API. check your internet connection":e.isType(C.Maintenance)?`${e.message.replace(/\.$/,"")} \u2014 check https://status.shipstatic.com`:e.isClientError()?e.message:`${e.message.replace(/\.$/,"")} \u2014 try again, or check https://status.shipstatic.com`}B();var Ed=(e,t)=>`https://setup.shipstatic.com/${e}/${t}`;function Od(e,t){return e[t]}var Mb={[ep.DELETING]:"served until cleanup completes"},Vb={upload:"uploaded",create:"created",delete:"deleted",verify:"verification queued"};function Bg(e,t){let{operation:r,resource:i}=t;if(!i||e===null||typeof e!="object")return null;let n=r==="set"?Od(e,"isCreate")?"created":"updated":Vb[r];if(!n)return null;let o=Od(e,i);if(typeof o!="string")return null;let a=Od(e,"status"),s=typeof a=="string"?Mb[a]:void 0;return`${o} ${i} ${s?`${a} \u2014 ${s}`:n}`}function Gg(e,t,r){if(r.json||r.quiet)return;let i=Bg(e,t);i&&De(i,!1,r.noColor)}function Bb(e,t){let{noColor:r}=t;if(e.deployments.length===0){console.log("no deployments found"),console.log();return}let i=["deployment","labels","files","size","created","via"];console.log(Kn(e.deployments,i,r)),Pd(e.cursor,r)}function Pd(e,t){e&&et(`more results available \u2014 rerun with --cursor ${e}`,!1,t)}function Gb(e,t){let{noColor:r}=t;if(e.domains.length===0){console.log("no domains found"),console.log();return}let i=["domain","deployment","labels","linked","links","created"];console.log(Kn(e.domains,i,r)),Pd(e.cursor,r)}function Mg(e,t){let{noColor:r}=t,{_dnsRecords:i,_shareHash:n,isCreate:o,...a}=e;i&&i.length>0&&(console.log(),et("DNS records to configure:",!1,r),i.forEach(s=>{console.log(` ${s.type}: ${s.name} \u2192 ${s.value}`)})),n&&(console.log(),et(`Setup instructions: ${Ed(n,e.domain)}`,!1,r)),console.log(tt(a,r))}function Dd(e,t){let{noColor:r}=t;console.log(tt(e,r));let i=e.claim;if(i){let n=e.expires?Math.round((e.expires-e.created)/86400):null;console.log(`IMPORTANT: this deployment${n?` expires in ${n} day${n!==1?"s":""}`:" will expire"}, claim it to keep permanently:
238
+ ${i}
239
+ `),et("configure a free API key with 'ship config' to deploy to your own account",!1,r)}}function Hb(e,t){let{noColor:r}=t;console.log(tt(e,r))}function Wb(e,t){let{noColor:r}=t;if(e.valid){if(De(`${e.normalized??"domain"} domain is valid`,!1,r),console.log(),e.available!==null){let i=e.available?r?"available":"available \u2713":"already taken";console.log(` availability: ${i}`)}console.log()}else console.log(`${nn(e.reason??"domain is invalid")}
240
+ `)}function Jb(e,t){let{noColor:r}=t;if(e.records.length===0){console.log("no records found"),console.log();return}let i=["type","name","value"];console.log(Kn(e.records,i,r))}function qb(e,t){let{noColor:r}=t,i=e.dns?.provider?.name||null;console.log(tt({domain:e.domain,provider:i},r))}function Kb(e,t){let{noColor:r}=t;console.log(tt({domain:e.domain,setup:Ed(e.hash,e.domain)},r))}function Xb(e,t){let{noColor:r}=t;if(e.tokens.length===0){console.log("no tokens found"),console.log();return}let i=["token","labels","created","expires"];console.log(Kn(e.tokens,i,r)),Pd(e.cursor,r)}function Vg(e,t){let{noColor:r}=t;console.log(tt(e,r))}var W=e=>e,Yb=e=>e.resource?`${e.resource}.${e.operation}`:e.operation,Qb={"deployment.list":W({quiet:e=>e.deployments.map(t=>t.deployment),text:Bb}),"deployment.upload":W({quiet:e=>[e.deployment],text:Dd}),"deployment.get":W({quiet:e=>[e.deployment],text:Dd}),"deployment.set":W({quiet:e=>[e.deployment],text:Dd}),"deployment.delete":W({quiet:e=>[e.deployment],text:()=>{}}),"domain.list":W({quiet:e=>e.domains.map(t=>t.domain),text:Gb}),"domain.get":W({quiet:e=>[e.domain],text:Mg}),"domain.set":W({quiet:e=>[e.domain],text:Mg}),"domain.validate":W({quiet:e=>e.valid&&e.normalized?[e.normalized]:[],text:Wb}),"domain.verify":W({quiet:e=>[e.domain],text:()=>{}}),"domain.records":W({quiet:e=>e.records.map(t=>`${t.type} ${t.name} ${t.value}`),text:Jb}),"domain.dns":W({quiet:e=>e.dns?.provider?.name?[e.dns.provider.name]:[],text:qb}),"domain.share":W({quiet:e=>[Ed(e.hash,e.domain)],text:Kb}),"domain.delete":W({quiet:e=>[e.domain],text:()=>{}}),"token.list":W({quiet:e=>e.tokens.map(t=>t.token),text:Xb}),"token.create":W({quiet:e=>[e.secret],text:Vg}),"token.get":W({quiet:e=>[e.token],text:Vg}),"token.delete":W({quiet:e=>[e.token],text:()=>{}}),"account.get":W({quiet:e=>[e.email],text:Hb}),ping:W({quiet:()=>[],text:(e,t)=>De("api reachable",!1,t.noColor)})};function Hg(e,t,r){let{json:i,quiet:n,noColor:o}=r,a=Qb[Yb(t)];if(n){for(let c of a?.quiet(e)??[])console.log(c);return}if(i&&e!==null&&typeof e=="object"){let c={...e};delete c._dnsRecords,delete c._shareHash,delete c.isCreate,console.log(JSON.stringify(c,null,2)),console.log();return}let s=Bg(e,t);s&&De(s,!1,o),a?a.text(e,r):e!==null&&typeof e=="object"&&console.log(tt(e,o))}function sk(){let e=[jd.resolve(__dirname,"../package.json"),jd.resolve(__dirname,"../../package.json")];for(let t of e)try{return JSON.parse((0,_t.readFileSync)(t,"utf-8"))}catch{}return{version:"0.0.0"}}var ck=sk();function uk(e){let t=o=>e?o:Qo(o),r=o=>e?o:Ve(o),i=o=>e?"":`${o} `;return`${t("USAGE")}
241
+ ship <path> ${i("\u{1F680}")}Deploy static sites with simplicity
142
242
 
143
243
  ${t("COMMANDS")}
144
- ${o("\u{1F4E6}")}${t("Deployments")}
244
+ ${i("\u{1F4E6}")}${t("Deployments")}
145
245
  ship deployments list List deployments
146
246
  ship deployments upload <path> Upload deployment from file or directory
147
247
  ship deployments get <deployment> Show deployment information
148
248
  ship deployments set <deployment> Set deployment labels
149
249
  ship deployments delete <deployment> Delete deployment permanently
150
250
 
151
- ${o("\u{1F30E}")}${t("Domains")}
251
+ ${i("\u{1F30E}")}${t("Domains")}
152
252
  ship domains list List domains
153
253
  ship domains set <name> [deployment] Create domain, link to deployment, or update labels
154
254
  ship domains get <name> Show domain information
@@ -159,24 +259,25 @@ ${t("COMMANDS")}
159
259
  ship domains verify <name> Trigger DNS verification for external domain
160
260
  ship domains delete <name> Delete domain permanently
161
261
 
162
- ${o("\u{1F511}")}${t("Tokens")}
262
+ ${i("\u{1F511}")}${t("Tokens")}
163
263
  ship tokens list List deploy tokens
164
264
  ship tokens create Create a new deploy token
165
265
  ship tokens get <token> Show token information
166
266
  ship tokens delete <token> Delete token permanently
167
267
 
168
- ${o("\u2699\uFE0F")}${t("Setup")}
268
+ ${i("\u2699\uFE0F")}${t("Setup")}
169
269
  ship config Save your token
170
270
  ship whoami Get current account information
171
271
  ship ping Check API connectivity
172
272
 
173
- ${o("\u{1F6E0}\uFE0F")}${t("Completion")}
273
+ ${i("\u{1F6E0}\uFE0F")}${t("Completion")}
174
274
  ship completion install Install shell completion script
175
275
  ship completion uninstall Uninstall shell completion script
176
276
 
177
277
  ${t("FLAGS")}
178
278
  --token <token> Any ship token: API key (ship-\u2026) or deploy token (deploy-\u2026)
179
279
  --config <file> Custom config file path
280
+ --domain <domain> Serve this deployment at a domain (needs a token)
180
281
  --label <label> Set label (repeatable, replaces all existing)
181
282
  --password <password> Password-protect this deployment
182
283
  --no-path-detect Disable automatic path optimization and flattening
@@ -188,11 +289,17 @@ ${t("FLAGS")}
188
289
 
189
290
  ${t("EXAMPLES")}
190
291
  ship ./dist
292
+ ship ./dist --domain www.example.com
191
293
  ship domains set www.example.com happy-cat-abc1234.shipstatic.com
192
294
  ship ./dist -q | ship domains set www.example.com
193
295
 
194
- ${n("Please report any issues to https://github.com/shipstatic/ship/issues")}
195
- `}var Ae=e=>new p(f.Validation,e);function ae(e,t=[]){return t.concat([e])}function Re(e){let t=Number.parseInt(e,10);if(Number.isNaN(t))throw new G.InvalidArgumentError("Not a number.");return t}function le(e,t){let n=e?.label?.length?e.label:t?.label;if(!n?.length)return;let o=n.filter(i=>i!=="");return o.length?o:[]}function ln(e,t){return e?.password??t?.password??(process.env.SHIP_PASSWORD||void 0)}function F(e){let t=e.optsWithGlobals();t.color===!1&&(t.noColor=!0);let n=!!process.env.FORCE_COLOR&&process.env.FORCE_COLOR!=="0";return!t.noColor&&!n&&(!process.stdout.isTTY||process.env.NO_COLOR!==void 0)&&(t.noColor=!0),t}function pe(){let e=F(this),t=P(this).map(o=>o.name()),n=this.args.find(o=>!t.includes(o));n&&J(Ae(`unknown command '${n}'`),e.json,e.noColor),e.json||console.log(`usage: ship ${this.name()} <${t.join("|")}>
196
- `),process.exitCode=1}function So(e){let t={};try{t=Ee(e.config)}catch{}let n=Je(e,Y(),t).token;return typeof n=="string"?n:void 0}async function pn(e,t,n,o,i,s){if(!(0,q.existsSync)(t))throw p.file(`${t} path does not exist`,{filePath:t});let l=(0,q.statSync)(t);if(!l.isDirectory()&&!l.isFile())throw p.file(`${t} path must be a file or directory`,{filePath:t});let d={via:st(process.env.SHIP_VIA)??Ie.CLI};n!==void 0&&(d.labels=n);let m=process.env.SHIP_IDEMPOTENCY_KEY||void 0;m!==void 0&&(d.idempotencyKey=m),o!==void 0&&(d.password=o),i?.noPathDetect!==void 0&&(d.pathDetect=!i.noPathDetect),i?.noSpaDetect!==void 0&&(d.spaDetect=!i.noSpaDetect);let r=new AbortController;d.signal=r.signal;let a=null;if(process.stdout.isTTY&&!s.json&&!s.quiet&&!s.noColor){let{default:u}=await import("yocto-spinner");a=u({text:"uploading\u2026"}).start()}let c=()=>{r.abort(),a&&a.stop(),process.exit(130)};process.on("SIGINT",c);try{return await e.deployments.upload(t,d)}finally{process.removeListener("SIGINT",c),a&&a.stop()}}function cn(){let e=new G.Command;e.exitOverride(r=>{if(r.code==="commander.help"||r.code==="commander.version"||r.exitCode===0)throw r;let a=F(e),c=r.message||"unknown command error";throw c=c.replace(/^error: /,"").replace(/\n.*/,"").replace(/\.$/,"").toLowerCase(),J(Ae(c),a.json,a.noColor),a.json||e.outputHelp(),r}).configureOutput({writeErr:r=>{r.startsWith("error:")||process.stderr.write(r)},writeOut:r=>process.stdout.write(r)});function t(r){let a=F(e),c=nn(r);if(a.json)J(c,!0,a.noColor);else{let u=on(c,{token:c.isAuthError()?So(e.opts()):void 0});J(u,!1,a.noColor),c.type===f.Validation&&u.includes("unknown command")&&e.outputHelp()}process.exitCode=1}function n(r,a){return async function(...c){let u=F(this);try{let{config:T,apiUrl:$,token:b}=e.opts(),h=tn({config:T,apiUrl:$,token:b}),y=await r(h,u,...c);an(y,a,{json:u.json,quiet:u.quiet,noColor:u.noColor})}catch(T){t(T)}}}e.name("ship").description("\u{1F680} Deploy static sites with simplicity").version(Eo.version,"-V, --version","Show version information").option("--token <token>","Any ship token: API key (ship-\u2026) or deploy token (deploy-\u2026)").option("--config <file>","Custom config file path").option("--api-url <url>","API URL (for development)").option("--json","Output results in JSON format").option("-q, --quiet","Output only the resource identifier").option("--no-color","Disable colored output").helpOption("-h, --help","Display help for command").helpCommand("help [command]","Display help for command").configureHelp({formatHelp:(r,a)=>r.parent===null?`${Do(F(r).noColor)}
197
- `:G.Help.prototype.formatHelp.call(a,r,a)}).allowExcessArguments(),e.hook("preAction",r=>{let a=F(r);try{a.token&&typeof a.token=="string"&&B(a.token),a.apiUrl&&typeof a.apiUrl=="string"&&mt(a.apiUrl)}catch(c){throw A(c)?(J(c,a.json,a.noColor),new G.CommanderError(1,"ship.invalidOption",c.message)):c}}),e.command("ping").description("Check API connectivity").action(n((r,a)=>r.ping(),{operation:"ping"})),e.command("whoami").description("Get current account information").action(n((r,a)=>r.whoami(),{operation:"get",resource:"account"}));let o=e.command("deployments").description("Manage deployments").enablePositionalOptions().action(pe);o.command("list").description("List deployments (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",Re).option("--cursor <cursor>","Continue from a previous page's cursor").action(n((r,a,c)=>r.deployments.list(c),{operation:"list",resource:"deployment"})),o.command("upload <path>").description("Upload deployment from file or directory").passThroughOptions().option("--label <label>","Label to add (can be repeated)",ae,[]).option("--password <password>","Password-protect this deployment").option("--no-path-detect","Disable automatic path optimization and flattening").option("--no-spa-detect","Disable automatic SPA detection and configuration").action(n((r,a,c,u)=>pn(r,c,le(u,e.opts()),ln(u,e.opts()),u,a),{operation:"upload",resource:"deployment"})),o.command("get <deployment>").description("Show deployment information").action(n((r,a,c)=>r.deployments.get(c),{operation:"get",resource:"deployment"})),o.command("set <deployment>").description("Set deployment labels").passThroughOptions().option("--label <label>","Label to set (can be repeated)",ae,[]).action(n(async(r,a,c,u)=>{let T=le(u,e.opts())||[];return r.deployments.set(c,{labels:T})},{operation:"set",resource:"deployment"})),o.command("delete <deployment>").description("Delete deployment permanently").action(n((r,a,c)=>r.deployments.delete(c),{operation:"delete",resource:"deployment"}));let i=e.command("domains").description("Manage domains").enablePositionalOptions().action(pe);i.command("list").description("List domains (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",Re).option("--cursor <cursor>","Continue from a previous page's cursor").action(n((r,a,c)=>r.domains.list(c),{operation:"list",resource:"domain"})),i.command("get <name>").description("Show domain information").action(n((r,a,c)=>r.domains.get(c),{operation:"get",resource:"domain"})),i.command("validate <name>").description("Check if domain name is valid and available").action(n(async(r,a,c)=>{let u=await r.domains.validate(c);return u.valid||(process.exitCode=1),u},{operation:"validate",resource:"domain"})),i.command("verify <name>").description("Trigger DNS verification for external domain").action(n((r,a,c)=>r.domains.verify(c),{operation:"verify",resource:"domain"})),i.command("records <name>").description("Show required DNS records for domain setup").action(n((r,a,c)=>r.domains.records(c),{operation:"records",resource:"domain"})),i.command("dns <name>").description("Look up DNS provider for a domain").action(n((r,a,c)=>r.domains.dns(c),{operation:"dns",resource:"domain"})),i.command("share <name>").description("Get shareable DNS setup link").action(n((r,a,c)=>r.domains.share(c),{operation:"share",resource:"domain"})),i.command("set <name> [deployment]").description("Create domain, link to deployment, or update labels").passThroughOptions().option("--label <label>","Label to set (can be repeated)",ae,[]).action(n(async(r,a,c,u,T)=>{!u&&!process.stdin.isTTY&&(u=await new Promise(y=>{let O="";process.stdin.on("data",v=>O+=v),process.stdin.on("end",()=>y(O.trim()||void 0))}));let $=le(T,e.opts()),b={};u&&(b.deployment=u),$!==void 0&&(b.labels=$);let h=await r.domains.set(c,b);if(h.isCreate&&c.includes("."))try{let[y,O]=await Promise.all([r.domains.records(c),r.domains.share(c)]);return{...h,_dnsRecords:y.records,_shareHash:O.hash}}catch{}return h},{operation:"set",resource:"domain"})),i.command("delete <name>").description("Delete domain permanently").action(n((r,a,c)=>r.domains.delete(c),{operation:"delete",resource:"domain"}));let s=e.command("tokens").description("Manage deploy tokens").enablePositionalOptions().action(pe);s.command("list").description("List deploy tokens (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",Re).option("--cursor <cursor>","Continue from a previous page's cursor").action(n((r,a,c)=>r.tokens.list(c),{operation:"list",resource:"token"})),s.command("create").description("Create a new deploy token").option("--ttl <seconds>","Time to live in seconds (default: never expires)",Re).option("--label <label>","Label to set (can be repeated)",ae,[]).action(n((r,a,c)=>{let u={};c?.ttl!==void 0&&(u.ttl=c.ttl);let T=le(c,e.opts());return T!==void 0&&(u.labels=T),r.tokens.create(u)},{operation:"create",resource:"token"})),s.command("get <token>").description("Show one deploy token").action(n((r,a,c)=>r.tokens.get(c),{operation:"get",resource:"token"})),s.command("delete <token>").description("Delete token permanently").action(n((r,a,c)=>r.tokens.delete(c),{operation:"delete",resource:"token"})),e.command("account").description("Manage account").action(pe).command("get").description("Show account information").action(n((r,a)=>r.whoami(),{operation:"get",resource:"account"}));let d=e.command("completion").description("Setup shell completion").action(pe);d.command("install").description("Install shell completion script").action(()=>{let r=F(e);try{Tt(e,{json:r.json,noColor:r.noColor})}catch(a){t(a)}}),d.command("uninstall").description("Uninstall shell completion script").action(()=>{let r=F(e);try{Ct({json:r.json,noColor:r.noColor})}catch(a){t(a)}}),e.command("config").description("Save your token").action(async()=>{let r=F(e);try{if(r.json)throw Ae("ship config is interactive \u2014 run it without --json (it shows the token already saved)");await Pt({noColor:r.noColor,configFile:r.config})}catch(a){t(a)}});let m=n((r,a,c,u)=>pn(r,c,le(u,e.opts()),ln(u,e.opts()),u,a),{operation:"upload",resource:"deployment"});return e.argument("[path]","Path to deploy").option("--label <label>","Label to add (can be repeated)",ae,[]).option("--password <password>","Password-protect this deployment").option("--no-path-detect","Disable automatic path optimization and flattening").option("--no-spa-detect","Disable automatic SPA detection and configuration").action(async function(r,a){if(!r){this.outputHelp();return}if(!(0,q.existsSync)(r)&&!r.includes("/")&&!r.includes("\\")&&!r.includes(".")&&!r.startsWith("~")){t(Ae(`unknown command '${r}'`));return}return m.call(this,r,a)}),e}cn().parseAsync(process.argv).catch(e=>{if(e instanceof dn.CommanderError){process.exitCode=e.exitCode;return}throw e});
296
+ ${r("Please report any issues to https://github.com/shipstatic/ship/issues")}
297
+ `}var cr=e=>new z(C.Validation,e);function Io(e,t=[]){return t.concat([e])}function zo(e){let t=Number.parseInt(e,10);if(Number.isNaN(t))throw new Kd("Not a number.");return t}function Oo(e){let t=e.label;if(!t?.length)return;let r=t.filter(i=>i!=="");return r.length?r:[]}function lk(e){return e.password??(process.env.SHIP_PASSWORD||void 0)}var dk=new Set(["--token","--config","--api-url","--json","--quiet","--no-color","--version"]);function tv(e){let t=[];for(let r=e;r?.parent;r=r.parent)t.unshift(r.name());return t.length||t.push(...e.registeredArguments.map(r=>`<${r.name()}>`)),t.join(" ")}function nv(e,t){return[...e.options.some(r=>r.long===t)?[tv(e)]:[],...e.commands.flatMap(r=>nv(r,t))]}function pk(e,t){if(t!==e)for(let r of e.options){let i=r.long;if(!i||dk.has(i)||e.getOptionValueSource(r.attributeName())!=="cli"||t.options.some(o=>o.long===i))continue;let n=nv(e,i).map(o=>`ship ${o}`);throw cr(`option '${i}' does not apply to 'ship ${tv(t)}'${n.length?` \u2014 it belongs to ${n.join(", ")}`:""}`)}}function Pe(e){let t=e.optsWithGlobals();t.color===!1&&(t.noColor=!0);let r=!!process.env.FORCE_COLOR&&process.env.FORCE_COLOR!=="0";return!t.noColor&&!r&&(!process.stdout.isTTY||process.env.NO_COLOR!==void 0)&&(t.noColor=!0),t}function sr(){let e=Pe(this),t=ye(this).map(i=>i.name()),r=this.args.find(i=>!t.includes(i));r&&on(cr(`unknown command '${r}'`),e.json,e.noColor),e.json||console.log(`usage: ship ${this.name()} <${t.join("|")}>
298
+ `),process.exitCode=1}function Yg(e){let t={};try{t=uo(e.config)}catch{}let r=Id(e,en(),t).token;return typeof r=="string"?r:void 0}async function Qg(e,t,r){if(!(0,_t.existsSync)(t))throw z.file(`${t} path does not exist`,{filePath:t});let i=(0,_t.statSync)(t);if(!i.isDirectory()&&!i.isFile())throw z.file(`${t} path must be a file or directory`,{filePath:t});let n={via:tp(process.env.SHIP_VIA)??Jo.CLI},o=Oo(r);o!==void 0&&(n.labels=o);let a=process.env.SHIP_IDEMPOTENCY_KEY||void 0;a!==void 0&&(n.idempotencyKey=a);let s=lk(r);s!==void 0&&(n.password=s),r.pathDetect!==void 0&&(n.pathDetect=r.pathDetect),r.spaDetect!==void 0&&(n.spaDetect=r.spaDetect);let c=new AbortController;n.signal=c.signal;let u=null;if(process.stdout.isTTY&&!r.json&&!r.quiet&&!r.noColor){let{default:f}=await Promise.resolve().then(()=>(Xg(),Kg));u=f({text:"uploading\u2026"}).start()}let l=()=>{c.abort(),u&&u.stop(),process.exit(130)};process.on("SIGINT",l);try{return await e.deployments.upload(t,n)}finally{process.removeListener("SIGINT",l),u&&u.stop()}}async function ev(e,t,r){let i=await e.domains.set(t,r);if(i.isCreate&&t.includes("."))try{let[n,o]=await Promise.all([e.domains.records(t),e.domains.share(t)]);return{...i,_dnsRecords:n.records,_shareHash:o.hash}}catch{}return i}function rv(){let e=new Xd;e.exitOverride(p=>{if(p.code==="commander.help"||p.code==="commander.version"||p.exitCode===0)throw p;let y=Pe(e),b=p.message||"unknown command error";throw b=b.replace(/^error: /,"").replace(/\n.*/,"").replace(/\.$/,"").toLowerCase(),on(cr(b),y.json,y.noColor),y.json||e.outputHelp(),p}).configureOutput({writeErr:p=>{p.startsWith("error:")||process.stderr.write(p)},writeOut:p=>process.stdout.write(p)});function t(p){let y=Pe(e),b=Fg(p);if(y.json)on(b,!0,y.noColor);else{let D=Zg(b,{token:b.isAuthError()?Yg(e.opts()):void 0});on(D,!1,y.noColor),b.type===C.Validation&&D.includes("unknown command")&&e.outputHelp()}process.exitCode=1}function r(p,y){return async function(...b){let D=Pe(this);try{let{config:I,apiUrl:$,token:_}=e.opts(),m=Lg({config:I,apiUrl:$,token:_}),d=await p(m,D,...b);Hg(d,y,{json:D.json,quiet:D.quiet,noColor:D.noColor})}catch(I){t(I)}}}e.name("ship").description("\u{1F680} Deploy static sites with simplicity").version(ck.version,"-V, --version","Show version information").option("--token <token>","Any ship token: API key (ship-\u2026) or deploy token (deploy-\u2026)").option("--config <file>","Custom config file path").option("--api-url <url>","API URL (for development)").option("--json","Output results in JSON format").option("-q, --quiet","Output only the resource identifier").option("--no-color","Disable colored output").helpOption("-h, --help","Display help for command").helpCommand("help [command]","Display help for command").configureHelp({formatHelp:(p,y)=>p.parent===null?`${uk(Pe(p).noColor)}
299
+ `:Yd.prototype.formatHelp.call(y,p,y)}).allowExcessArguments(),e.hook("preAction",(p,y)=>{let b=Pe(p);try{pk(e,y),b.token&&typeof b.token=="string"&&it(b.token),b.apiUrl&&typeof b.apiUrl=="string"&&cp(b.apiUrl)}catch(D){throw ce(D)?(on(D,b.json,b.noColor),new pr(1,"ship.invalidOption",D.message)):D}}),e.command("ping").description("Check API connectivity").action(r((p,y)=>p.ping(),{operation:"ping"})),e.command("whoami").description("Get current account information").action(r((p,y)=>p.whoami(),{operation:"get",resource:"account"}));let i=r((p,y,b)=>Qg(p,b,y),{operation:"upload",resource:"deployment"}),n=p=>r(async(y,b,D)=>{if(!Yg(e.opts()))throw z.config(`--domain links a domain, which needs a token: ${zd}`);let I=await Qg(y,D,b);return Gg(I,{operation:"upload",resource:"deployment"},b),ev(y,p,{deployment:I.deployment})},{operation:"set",resource:"domain"});function o(p){let{domain:y}=Pe(this);return(y?n(y):i).call(this,p)}let a=p=>p.option("--domain <domain>","Serve this deployment at a domain (needs a token)").option("--label <label>","Label to add (can be repeated)",Io,[]).option("--password <password>","Password-protect this deployment").option("--no-path-detect","Disable automatic path optimization and flattening").option("--no-spa-detect","Disable automatic SPA detection and configuration"),s=e.command("deployments").description("Manage deployments").enablePositionalOptions().action(sr);s.command("list").description("List deployments (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",zo).option("--cursor <cursor>","Continue from a previous page's cursor").action(r((p,y,b)=>p.deployments.list(b),{operation:"list",resource:"deployment"})),a(s.command("upload <path>").description("Upload deployment from file or directory").passThroughOptions()).action(o),s.command("get <deployment>").description("Show deployment information").action(r((p,y,b)=>p.deployments.get(b),{operation:"get",resource:"deployment"})),s.command("set <deployment>").description("Set deployment labels").passThroughOptions().option("--label <label>","Label to set (can be repeated)",Io,[]).action(r(async(p,y,b)=>p.deployments.set(b,{labels:Oo(y)||[]}),{operation:"set",resource:"deployment"})),s.command("delete <deployment>").description("Delete deployment permanently").action(r((p,y,b)=>p.deployments.delete(b),{operation:"delete",resource:"deployment"}));let c=e.command("domains").description("Manage domains").enablePositionalOptions().action(sr);c.command("list").description("List domains (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",zo).option("--cursor <cursor>","Continue from a previous page's cursor").action(r((p,y,b)=>p.domains.list(b),{operation:"list",resource:"domain"})),c.command("get <name>").description("Show domain information").action(r((p,y,b)=>p.domains.get(b),{operation:"get",resource:"domain"})),c.command("validate <name>").description("Check if domain name is valid and available").action(r(async(p,y,b)=>{let D=await p.domains.validate(b);return D.valid||(process.exitCode=1),D},{operation:"validate",resource:"domain"})),c.command("verify <name>").description("Trigger DNS verification for external domain").action(r((p,y,b)=>p.domains.verify(b),{operation:"verify",resource:"domain"})),c.command("records <name>").description("Show required DNS records for domain setup").action(r((p,y,b)=>p.domains.records(b),{operation:"records",resource:"domain"})),c.command("dns <name>").description("Look up DNS provider for a domain").action(r((p,y,b)=>p.domains.dns(b),{operation:"dns",resource:"domain"})),c.command("share <name>").description("Get shareable DNS setup link").action(r((p,y,b)=>p.domains.share(b),{operation:"share",resource:"domain"})),c.command("set <name> [deployment]").description("Create domain, link to deployment, or update labels").passThroughOptions().option("--label <label>","Label to set (can be repeated)",Io,[]).action(r(async(p,y,b,D)=>{!D&&!process.stdin.isTTY&&(D=await new Promise(_=>{let m="";process.stdin.on("data",d=>m+=d),process.stdin.on("end",()=>_(m.trim()||void 0))}));let I=Oo(y),$={};return D&&($.deployment=D),I!==void 0&&($.labels=I),ev(p,b,$)},{operation:"set",resource:"domain"})),c.command("delete <name>").description("Delete domain permanently").action(r((p,y,b)=>p.domains.delete(b),{operation:"delete",resource:"domain"}));let u=e.command("tokens").description("Manage deploy tokens").enablePositionalOptions().action(sr);u.command("list").description("List deploy tokens (one page \u2014 see --limit and --cursor)").option("--limit <count>","Maximum number of results per page",zo).option("--cursor <cursor>","Continue from a previous page's cursor").action(r((p,y,b)=>p.tokens.list(b),{operation:"list",resource:"token"})),u.command("create").description("Create a new deploy token").option("--ttl <seconds>","Time to live in seconds (default: never expires)",zo).option("--label <label>","Label to set (can be repeated)",Io,[]).action(r((p,y,b)=>{let D={};b?.ttl!==void 0&&(D.ttl=b.ttl);let I=Oo(y);return I!==void 0&&(D.labels=I),p.tokens.create(D)},{operation:"create",resource:"token"})),u.command("get <token>").description("Show one deploy token").action(r((p,y,b)=>p.tokens.get(b),{operation:"get",resource:"token"})),u.command("delete <token>").description("Delete token permanently").action(r((p,y,b)=>p.tokens.delete(b),{operation:"delete",resource:"token"})),e.command("account").description("Manage account").action(sr).command("get").description("Show account information").action(r((p,y)=>p.whoami(),{operation:"get",resource:"account"}));let f=e.command("completion").description("Setup shell completion").action(sr);return f.command("install").description("Install shell completion script").action(()=>{let p=Pe(e);try{Lh(e,{json:p.json,noColor:p.noColor})}catch(y){t(y)}}),f.command("uninstall").description("Uninstall shell completion script").action(()=>{let p=Pe(e);try{Fh({json:p.json,noColor:p.noColor})}catch(y){t(y)}}),e.command("config").description("Save your token").action(async()=>{let p=Pe(e);try{if(p.json)throw cr("ship config is interactive \u2014 run it without --json (it shows the token already saved)");await Jh({noColor:p.noColor,configFile:p.config})}catch(y){t(y)}}),a(e.argument("[path]","Path to deploy")).action(async function(p){if(!p){this.outputHelp();return}if(!(0,_t.existsSync)(p)&&!p.includes("/")&&!p.includes("\\")&&!p.includes(".")&&!p.startsWith("~")){t(cr(`unknown command '${p}'`));return}return o.call(this,p)}),e}rv().parseAsync(process.argv).catch(e=>{if(e instanceof pr){process.exitCode=e.exitCode;return}throw e});
300
+ /*! Bundled license information:
301
+
302
+ formdata-node/lib/form-data.js:
303
+ (*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank *)
304
+ */
198
305
  //# sourceMappingURL=cli.cjs.map