@canva/cli 1.12.0 → 1.14.0
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/CHANGELOG.md +31 -0
- package/README.md +11 -0
- package/cli.js +368 -368
- package/lib/cjs/index.cjs +3 -3
- package/lib/esm/index.mjs +4 -4
- package/package.json +3 -3
- package/templates/base/package.json +6 -6
- package/templates/base/tsconfig.json +0 -1
- package/templates/base/webpack.config.ts +0 -6
- package/templates/dam/package.json +6 -6
- package/templates/dam/tsconfig.json +0 -1
- package/templates/dam/webpack.config.ts +0 -6
- package/templates/data_connector/package.json +7 -7
- package/templates/data_connector/tsconfig.json +0 -1
- package/templates/data_connector/webpack.config.ts +0 -6
- package/templates/gen_ai/package.json +7 -7
- package/templates/gen_ai/tsconfig.json +0 -1
- package/templates/gen_ai/webpack.config.ts +0 -6
- package/templates/hello_world/package.json +6 -6
- package/templates/hello_world/tsconfig.json +0 -1
- package/templates/hello_world/webpack.config.ts +0 -6
- package/templates/mls/package.json +7 -7
- package/templates/mls/tsconfig.json +0 -1
- package/templates/mls/webpack.config.ts +0 -6
package/lib/esm/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Copyright 2024 Canva Inc. All Rights Reserved.
|
|
2
|
-
var gt=Object.create;var Se=Object.defineProperty;var yt=Object.getOwnPropertyDescriptor;var
|
|
3
|
-
`);let s;for(;(s=
|
|
4
|
-
`),a=a.replace(/\\r/g,"\r")),e[n]=a}return e}function Br(t){let e=ct(t);t.path=e;let r=x.configDotenv(t);if(!r.parsed){let i=new Error(`MISSING_DATA: Cannot parse ${e} for an unknown reason`);throw i.code="MISSING_DATA",i}let s=ot(t).split(","),n=s.length,a;for(let i=0;i<n;i++)try{let o=s[i].trim(),d=zr(r,o);a=x.decrypt(d.ciphertext,d.key);break}catch(o){if(i+1>=n)throw o}return x.parse(a)}function Kr(t){console.log(`[dotenv@${$e}][WARN] ${t}`)}function Ie(t){console.log(`[dotenv@${$e}][DEBUG] ${t}`)}function it(t){console.log(`[dotenv@${$e}] ${t}`)}function ot(t){return t&&t.DOTENV_KEY&&t.DOTENV_KEY.length>0?t.DOTENV_KEY:process.env.DOTENV_KEY&&process.env.DOTENV_KEY.length>0?process.env.DOTENV_KEY:""}function zr(t,e){let r;try{r=new URL(e)}catch(o){if(o.code==="ERR_INVALID_URL"){let d=new Error("INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenvx.com/vault/.env.vault?environment=development");throw d.code="INVALID_DOTENV_KEY",d}throw o}let s=r.password;if(!s){let o=new Error("INVALID_DOTENV_KEY: Missing key part");throw o.code="INVALID_DOTENV_KEY",o}let n=r.searchParams.get("environment");if(!n){let o=new Error("INVALID_DOTENV_KEY: Missing environment part");throw o.code="INVALID_DOTENV_KEY",o}let a=`DOTENV_VAULT_${n.toUpperCase()}`,i=t.parsed[a];if(!i){let o=new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${a} in your .env.vault file.`);throw o.code="NOT_FOUND_DOTENV_ENVIRONMENT",o}return{ciphertext:i,key:s}}function ct(t){let e=null;if(t&&t.path&&t.path.length>0)if(Array.isArray(t.path))for(let r of t.path)je.existsSync(r)&&(e=r.endsWith(".vault")?r:`${r}.vault`);else e=t.path.endsWith(".vault")?t.path:`${t.path}.vault`;else e=Ne.resolve(process.cwd(),".env.vault");return je.existsSync(e)?e:null}function at(t){return t[0]==="~"?Ne.join(Fr.homedir(),t.slice(1)):t}function Yr(t){let e=!!(t&&t.debug),r=!!(t&&t.quiet);(e||!r)&&it("Loading env from encrypted .env.vault");let s=x._parseVault(t),n=process.env;return t&&t.processEnv!=null&&(n=t.processEnv),x.populate(n,s,t),{parsed:s}}function Wr(t){let e=Ne.resolve(process.cwd(),".env"),r="utf8",s=!!(t&&t.debug),n=!!(t&&t.quiet);t&&t.encoding?r=t.encoding:s&&Ie("No encoding is specified. UTF-8 is used by default");let a=[e];if(t&&t.path)if(!Array.isArray(t.path))a=[at(t.path)];else{a=[];for(let u of t.path)a.push(at(u))}let i,o={};for(let u of a)try{let h=x.parse(je.readFileSync(u,{encoding:r}));x.populate(o,h,t)}catch(h){s&&Ie(`Failed to load ${u} ${h.message}`),i=h}let d=process.env;if(t&&t.processEnv!=null&&(d=t.processEnv),x.populate(d,o,t),s||!n){let u=Object.keys(o).length,h=[];for(let w of a)try{let oe=Ne.relative(process.cwd(),w);h.push(oe)}catch{}it(`injecting env (${u}) from ${h.join(",")}`)}return i?{parsed:o,error:i}:{parsed:o}}function Hr(t){if(ot(t).length===0)return x.configDotenv(t);let e=ct(t);return e?x._configVault(t):(Kr(`You set DOTENV_KEY but you are missing a .env.vault file at ${e}. Did you forget to build it?`),x.configDotenv(t))}function qr(t,e){let r=Buffer.from(e.slice(-64),"hex"),s=Buffer.from(t,"base64"),n=s.subarray(0,12),a=s.subarray(-16);s=s.subarray(12,-16);try{let i=Mr.createDecipheriv("aes-256-gcm",r,n);return i.setAuthTag(a),`${i.update(s)}${i.final()}`}catch(i){let o=i instanceof RangeError,d=i.message==="Invalid key length",u=i.message==="Unsupported state or unable to authenticate data";if(o||d){let h=new Error("INVALID_DOTENV_KEY: It must be 64 characters long (or more)");throw h.code="INVALID_DOTENV_KEY",h}else if(u){let h=new Error("DECRYPTION_FAILED: Please check your DOTENV_KEY");throw h.code="DECRYPTION_FAILED",h}else throw i}}function Jr(t,e,r={}){let s=!!(r&&r.debug),n=!!(r&&r.override);if(typeof e!="object"){let a=new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");throw a.code="OBJECT_REQUIRED",a}for(let a of Object.keys(e))Object.prototype.hasOwnProperty.call(t,a)?(n===!0&&(t[a]=e[a]),s&&Ie(n===!0?`"${a}" is already defined and WAS overwritten`:`"${a}" is already defined and was NOT overwritten`)):t[a]=e[a]}var x={configDotenv:Wr,_configVault:Yr,_parseVault:Br,config:Hr,decrypt:qr,parse:Zr,populate:Jr};M.exports.configDotenv=x.configDotenv;M.exports._configVault=x._configVault;M.exports._parseVault=x._parseVault;M.exports.config=x.config;M.exports.decrypt=x.decrypt;M.exports.parse=x.parse;M.exports.populate=x.populate;M.exports=x});var Ae=class{constructor(e,r,s=!1){this.envService=e;this.env=r;this.debug=s}generatePreviewResult=async(e,r)=>{let s=e;if(!s){let a=await this.getAppId();if(!a.success)return a;s=a.data}return{success:!0,data:this.constructPreviewUrl(s,r)}};async getAppId(){try{let e=await this.envService.getAppIdFromEnvFile();if(!e.success)return e;let r=e.data;if(r==="YOUR_APP_ID_HERE"){let s="CANVA_APP_ID is set to the default placeholder value. Please update it in the .env file.";return this.debug&&console.error(s),{success:!1,code:"MISSING_FIELD",message:s}}return{success:!0,data:r}}catch(e){let r=`Unknown Error reading CANVA_APP_ID from .env file: ${e instanceof Error?e.message:String(e)}`;return this.debug&&console.error(r),{success:!1,code:"ENV_READ_ERROR",message:r}}}constructPreviewUrl(e,r){let s=this.buildUiState({appId:e,intent:r}),n=this.encodeUiState(s),a=this.env.CANVA_ENV_URL,i=new URL("/login/",a),o=new URL("/design",a);return o.searchParams.append("create",""),o.searchParams.append("width","800"),o.searchParams.append("height","600"),o.searchParams.append("units","px"),o.searchParams.append("ui",n),i.searchParams.append("redirect",o.pathname+o.search),i.toString()}buildUiState(e){return e.intent==="design_publisher"||e.intent==="content_publisher"?{A:{D:{C:e.appId}}}:{E:{"A?":"N",S:e.appId,g:!0}}}encodeUiState(e){let r=JSON.stringify(e);return btoa(r).replace(/[+]/g,"-").replace(/[/]/g,"_").replace(/[=]/g,"")}};function Ue(t,e){if(t instanceof Promise)throw new Error(e)}function Rt(t,e){let r={},s=[];for(let n in t){let a=t[n]["~standard"].validate(e[n]);if(Ue(a,`Validation must be synchronous, but ${n} returned a Promise.`),a.issues){s.push(...a.issues.map(i=>({...i,message:i.message,path:[n,...i.path??[]]})));continue}r[n]=a.value}return s.length?{issues:s}:{value:r}}function Pe(t){let e=t.runtimeEnvStrict??t.runtimeEnv??process.env;if(t.emptyStringAsUndefined??!1)for(let[k,D]of Object.entries(e))D===""&&delete e[k];if(!!t.skipValidation)return e;let n=typeof t.client=="object"?t.client:{},a=typeof t.server=="object"?t.server:{},i=typeof t.shared=="object"?t.shared:{},o=t.isServer??(typeof window>"u"||"Deno"in window),d=o?{...a,...i,...n}:{...n,...i},u=t.createFinalSchema?.(d,o)["~standard"].validate(e)??Rt(d,e);Ue(u,"Validation must be synchronous");let h=t.onValidationError??(k=>{throw console.error("\u274C Invalid environment variables:",k),new Error("Invalid environment variables")}),w=t.onInvalidAccess??(()=>{throw new Error("\u274C Attempted to access a server-side environment variable on the client")});if(u.issues)return h(u.issues);let oe=k=>t.clientPrefix?!k.startsWith(t.clientPrefix)&&!(k in i):!0,_e=k=>o||!oe(k),mt=k=>k==="__esModule"||k==="$$typeof",_t=(t.extends??[]).reduce((k,D)=>Object.assign(k,D),{}),vt=Object.assign(_t,u.value);return new Proxy(vt,{get(k,D){if(typeof D=="string"&&!mt(D))return _e(D)?Reflect.get(k,D):w(D)}})}var L={};Et(L,{BRAND:()=>Qt,DIRTY:()=>K,EMPTY_PATH:()=>Ot,INVALID:()=>m,NEVER:()=>Vr,OK:()=>E,ParseStatus:()=>A,Schema:()=>g,ZodAny:()=>Z,ZodArray:()=>F,ZodBigInt:()=>Y,ZodBoolean:()=>W,ZodBranded:()=>ge,ZodCatch:()=>ae,ZodDate:()=>H,ZodDefault:()=>ne,ZodDiscriminatedUnion:()=>be,ZodEffects:()=>I,ZodEnum:()=>re,ZodError:()=>b,ZodFirstPartyTypeKind:()=>_,ZodFunction:()=>Te,ZodIntersection:()=>X,ZodIssueCode:()=>c,ZodLazy:()=>ee,ZodLiteral:()=>te,ZodMap:()=>fe,ZodNaN:()=>me,ZodNativeEnum:()=>se,ZodNever:()=>O,ZodNull:()=>J,ZodNullable:()=>P,ZodNumber:()=>z,ZodObject:()=>R,ZodOptional:()=>T,ZodParsedType:()=>p,ZodPipeline:()=>ye,ZodPromise:()=>B,ZodReadonly:()=>ie,ZodRecord:()=>Re,ZodSchema:()=>g,ZodSet:()=>he,ZodString:()=>G,ZodSymbol:()=>le,ZodTransformer:()=>I,ZodTuple:()=>S,ZodType:()=>g,ZodUndefined:()=>q,ZodUnion:()=>Q,ZodUnknown:()=>$,ZodVoid:()=>pe,addIssueToContext:()=>l,any:()=>or,array:()=>lr,bigint:()=>rr,boolean:()=>Qe,coerce:()=>Dr,custom:()=>He,date:()=>sr,datetimeRegex:()=>Ye,defaultErrorMap:()=>V,discriminatedUnion:()=>mr,effect:()=>Tr,enum:()=>kr,function:()=>wr,getErrorMap:()=>ce,getParsedType:()=>C,instanceof:()=>er,intersection:()=>_r,isAborted:()=>Ee,isAsync:()=>de,isDirty:()=>ke,isValid:()=>U,late:()=>Xt,lazy:()=>Ar,literal:()=>Er,makeIssue:()=>ve,map:()=>yr,nan:()=>tr,nativeEnum:()=>br,never:()=>dr,null:()=>ir,nullable:()=>Ir,number:()=>Je,object:()=>pr,objectUtil:()=>Le,oboolean:()=>Lr,onumber:()=>Pr,optional:()=>Nr,ostring:()=>Sr,pipeline:()=>Cr,preprocess:()=>Or,promise:()=>Rr,quotelessJson:()=>Tt,record:()=>gr,set:()=>xr,setErrorMap:()=>It,strictObject:()=>fr,string:()=>qe,symbol:()=>nr,transformer:()=>Tr,tuple:()=>vr,undefined:()=>ar,union:()=>hr,unknown:()=>cr,util:()=>y,void:()=>ur});var y;(function(t){t.assertEqual=n=>{};function e(n){}t.assertIs=e;function r(n){throw new Error}t.assertNever=r,t.arrayToEnum=n=>{let a={};for(let i of n)a[i]=i;return a},t.getValidEnumValues=n=>{let a=t.objectKeys(n).filter(o=>typeof n[n[o]]!="number"),i={};for(let o of a)i[o]=n[o];return t.objectValues(i)},t.objectValues=n=>t.objectKeys(n).map(function(a){return n[a]}),t.objectKeys=typeof Object.keys=="function"?n=>Object.keys(n):n=>{let a=[];for(let i in n)Object.prototype.hasOwnProperty.call(n,i)&&a.push(i);return a},t.find=(n,a)=>{for(let i of n)if(a(i))return i},t.isInteger=typeof Number.isInteger=="function"?n=>Number.isInteger(n):n=>typeof n=="number"&&Number.isFinite(n)&&Math.floor(n)===n;function s(n,a=" | "){return n.map(i=>typeof i=="string"?`'${i}'`:i).join(a)}t.joinValues=s,t.jsonStringifyReplacer=(n,a)=>typeof a=="bigint"?a.toString():a})(y||(y={}));var Le;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Le||(Le={}));var p=y.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),C=t=>{switch(typeof t){case"undefined":return p.undefined;case"string":return p.string;case"number":return Number.isNaN(t)?p.nan:p.number;case"boolean":return p.boolean;case"function":return p.function;case"bigint":return p.bigint;case"symbol":return p.symbol;case"object":return Array.isArray(t)?p.array:t===null?p.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?p.promise:typeof Map<"u"&&t instanceof Map?p.map:typeof Set<"u"&&t instanceof Set?p.set:typeof Date<"u"&&t instanceof Date?p.date:p.object;default:return p.unknown}};var c=y.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Tt=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),b=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=s=>{this.issues=[...this.issues,s]},this.addIssues=(s=[])=>{this.issues=[...this.issues,...s]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(a){return a.message},s={_errors:[]},n=a=>{for(let i of a.issues)if(i.code==="invalid_union")i.unionErrors.map(n);else if(i.code==="invalid_return_type")n(i.returnTypeError);else if(i.code==="invalid_arguments")n(i.argumentsError);else if(i.path.length===0)s._errors.push(r(i));else{let o=s,d=0;for(;d<i.path.length;){let u=i.path[d];d===i.path.length-1?(o[u]=o[u]||{_errors:[]},o[u]._errors.push(r(i))):o[u]=o[u]||{_errors:[]},o=o[u],d++}}};return n(this),s}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,y.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},s=[];for(let n of this.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(e(n))):s.push(e(n));return{formErrors:s,fieldErrors:r}}get formErrors(){return this.flatten()}};b.create=t=>new b(t);var Nt=(t,e)=>{let r;switch(t.code){case c.invalid_type:t.received===p.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case c.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,y.jsonStringifyReplacer)}`;break;case c.unrecognized_keys:r=`Unrecognized key(s) in object: ${y.joinValues(t.keys,", ")}`;break;case c.invalid_union:r="Invalid input";break;case c.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${y.joinValues(t.options)}`;break;case c.invalid_enum_value:r=`Invalid enum value. Expected ${y.joinValues(t.options)}, received '${t.received}'`;break;case c.invalid_arguments:r="Invalid function arguments";break;case c.invalid_return_type:r="Invalid function return type";break;case c.invalid_date:r="Invalid date";break;case c.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:y.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case c.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case c.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case c.custom:r="Invalid input";break;case c.invalid_intersection_types:r="Intersection results could not be merged";break;case c.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case c.not_finite:r="Number must be finite";break;default:r=e.defaultError,y.assertNever(t)}return{message:r}},V=Nt;var Ge=V;function It(t){Ge=t}function ce(){return Ge}var ve=t=>{let{data:e,path:r,errorMaps:s,issueData:n}=t,a=[...r,...n.path||[]],i={...n,path:a};if(n.message!==void 0)return{...n,path:a,message:n.message};let o="",d=s.filter(u=>!!u).slice().reverse();for(let u of d)o=u(i,{data:e,defaultError:o}).message;return{...n,path:a,message:o}},Ot=[];function l(t,e){let r=ce(),s=ve({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===V?void 0:V].filter(n=>!!n)});t.common.issues.push(s)}var A=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let s=[];for(let n of r){if(n.status==="aborted")return m;n.status==="dirty"&&e.dirty(),s.push(n.value)}return{status:e.value,value:s}}static async mergeObjectAsync(e,r){let s=[];for(let n of r){let a=await n.key,i=await n.value;s.push({key:a,value:i})}return t.mergeObjectSync(e,s)}static mergeObjectSync(e,r){let s={};for(let n of r){let{key:a,value:i}=n;if(a.status==="aborted"||i.status==="aborted")return m;a.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),a.value!=="__proto__"&&(typeof i.value<"u"||n.alwaysSet)&&(s[a.value]=i.value)}return{status:e.value,value:s}}},m=Object.freeze({status:"aborted"}),K=t=>({status:"dirty",value:t}),E=t=>({status:"valid",value:t}),Ee=t=>t.status==="aborted",ke=t=>t.status==="dirty",U=t=>t.status==="valid",de=t=>typeof Promise<"u"&&t instanceof Promise;var f;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(f||(f={}));var N=class{constructor(e,r,s,n){this._cachedPath=[],this.parent=e,this.data=r,this._path=s,this._key=n}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ze=(t,e)=>{if(U(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new b(t.common.issues);return this._error=r,this._error}}};function v(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:s,description:n}=t;if(e&&(r||s))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:n}:{errorMap:(i,o)=>{let{message:d}=t;return i.code==="invalid_enum_value"?{message:d??o.defaultError}:typeof o.data>"u"?{message:d??s??o.defaultError}:i.code!=="invalid_type"?{message:o.defaultError}:{message:d??r??o.defaultError}},description:n}}var g=class{get description(){return this._def.description}_getType(e){return C(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:C(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new A,ctx:{common:e.parent.common,data:e.data,parsedType:C(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(de(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let s=this.safeParse(e,r);if(s.success)return s.data;throw s.error}safeParse(e,r){let s={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)},n=this._parseSync({data:e,path:s.path,parent:s});return Ze(s,n)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)};if(!this["~standard"].async)try{let s=this._parseSync({data:e,path:[],parent:r});return U(s)?{value:s.value}:{issues:r.common.issues}}catch(s){s?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(s=>U(s)?{value:s.value}:{issues:r.common.issues})}async parseAsync(e,r){let s=await this.safeParseAsync(e,r);if(s.success)return s.data;throw s.error}async safeParseAsync(e,r){let s={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)},n=this._parse({data:e,path:s.path,parent:s}),a=await(de(n)?n:Promise.resolve(n));return Ze(s,a)}refine(e,r){let s=n=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(n):r;return this._refinement((n,a)=>{let i=e(n),o=()=>a.addIssue({code:c.custom,...s(n)});return typeof Promise<"u"&&i instanceof Promise?i.then(d=>d?!0:(o(),!1)):i?!0:(o(),!1)})}refinement(e,r){return this._refinement((s,n)=>e(s)?!0:(n.addIssue(typeof r=="function"?r(s,n):r),!1))}_refinement(e){return new I({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return T.create(this,this._def)}nullable(){return P.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return F.create(this)}promise(){return B.create(this,this._def)}or(e){return Q.create([this,e],this._def)}and(e){return X.create(this,e,this._def)}transform(e){return new I({...v(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new ne({...v(this._def),innerType:this,defaultValue:r,typeName:_.ZodDefault})}brand(){return new ge({typeName:_.ZodBranded,type:this,...v(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new ae({...v(this._def),innerType:this,catchValue:r,typeName:_.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return ye.create(this,e)}readonly(){return ie.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},Ct=/^c[^\s-]{8,}$/i,St=/^[0-9a-z]+$/,Pt=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Lt=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Dt=/^[a-z0-9_-]{21}$/i,Vt=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,jt=/^[-+]?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)?)??$/,$t=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ft="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",De,Mt=/^(?:(?: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])$/,Ut=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,Gt=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,Zt=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Bt=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Kt=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ke="((\\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])))",zt=new RegExp(`^${Ke}$`);function ze(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function Yt(t){return new RegExp(`^${ze(t)}$`)}function Ye(t){let e=`${Ke}T${ze(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function Wt(t,e){return!!((e==="v4"||!e)&&Mt.test(t)||(e==="v6"||!e)&&Gt.test(t))}function Ht(t,e){if(!Vt.test(t))return!1;try{let[r]=t.split("."),s=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),n=JSON.parse(atob(s));return!(typeof n!="object"||n===null||"typ"in n&&n?.typ!=="JWT"||!n.alg||e&&n.alg!==e)}catch{return!1}}function qt(t,e){return!!((e==="v4"||!e)&&Ut.test(t)||(e==="v6"||!e)&&Zt.test(t))}var G=class t extends g{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==p.string){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.string,received:a.parsedType}),m}let s=new A,n;for(let a of this._def.checks)if(a.kind==="min")e.data.length<a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),s.dirty());else if(a.kind==="max")e.data.length>a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),s.dirty());else if(a.kind==="length"){let i=e.data.length>a.value,o=e.data.length<a.value;(i||o)&&(n=this._getOrReturnCtx(e,n),i?l(n,{code:c.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):o&&l(n,{code:c.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),s.dirty())}else if(a.kind==="email")$t.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"email",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="emoji")De||(De=new RegExp(Ft,"u")),De.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"emoji",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="uuid")Lt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"uuid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="nanoid")Dt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"nanoid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="cuid")Ct.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cuid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="cuid2")St.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cuid2",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="ulid")Pt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"ulid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="url")try{new URL(e.data)}catch{n=this._getOrReturnCtx(e,n),l(n,{validation:"url",code:c.invalid_string,message:a.message}),s.dirty()}else a.kind==="regex"?(a.regex.lastIndex=0,a.regex.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"regex",code:c.invalid_string,message:a.message}),s.dirty())):a.kind==="trim"?e.data=e.data.trim():a.kind==="includes"?e.data.includes(a.value,a.position)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),s.dirty()):a.kind==="toLowerCase"?e.data=e.data.toLowerCase():a.kind==="toUpperCase"?e.data=e.data.toUpperCase():a.kind==="startsWith"?e.data.startsWith(a.value)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{startsWith:a.value},message:a.message}),s.dirty()):a.kind==="endsWith"?e.data.endsWith(a.value)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{endsWith:a.value},message:a.message}),s.dirty()):a.kind==="datetime"?Ye(a).test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"datetime",message:a.message}),s.dirty()):a.kind==="date"?zt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"date",message:a.message}),s.dirty()):a.kind==="time"?Yt(a).test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"time",message:a.message}),s.dirty()):a.kind==="duration"?jt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"duration",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="ip"?Wt(e.data,a.version)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"ip",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="jwt"?Ht(e.data,a.alg)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"jwt",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="cidr"?qt(e.data,a.version)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cidr",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="base64"?Bt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"base64",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="base64url"?Kt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"base64url",code:c.invalid_string,message:a.message}),s.dirty()):y.assertNever(a);return{status:s.value,value:e.data}}_regex(e,r,s){return this.refinement(n=>e.test(n),{validation:r,code:c.invalid_string,...f.errToObj(s)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...f.errToObj(e)})}url(e){return this._addCheck({kind:"url",...f.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...f.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...f.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...f.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...f.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...f.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...f.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...f.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...f.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...f.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...f.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...f.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...f.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...f.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...f.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...f.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...f.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...f.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...f.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...f.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...f.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...f.errToObj(r)})}nonempty(e){return this.min(1,f.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};G.create=t=>new G({checks:[],typeName:_.ZodString,coerce:t?.coerce??!1,...v(t)});function Jt(t,e){let r=(t.toString().split(".")[1]||"").length,s=(e.toString().split(".")[1]||"").length,n=r>s?r:s,a=Number.parseInt(t.toFixed(n).replace(".","")),i=Number.parseInt(e.toFixed(n).replace(".",""));return a%i/10**n}var z=class t extends g{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==p.number){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.number,received:a.parsedType}),m}let s,n=new A;for(let a of this._def.checks)a.kind==="int"?y.isInteger(e.data)||(s=this._getOrReturnCtx(e,s),l(s,{code:c.invalid_type,expected:"integer",received:"float",message:a.message}),n.dirty()):a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_small,minimum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),n.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_big,maximum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),n.dirty()):a.kind==="multipleOf"?Jt(e.data,a.value)!==0&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_multiple_of,multipleOf:a.value,message:a.message}),n.dirty()):a.kind==="finite"?Number.isFinite(e.data)||(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_finite,message:a.message}),n.dirty()):y.assertNever(a);return{status:n.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,f.toString(r))}gt(e,r){return this.setLimit("min",e,!1,f.toString(r))}lte(e,r){return this.setLimit("max",e,!0,f.toString(r))}lt(e,r){return this.setLimit("max",e,!1,f.toString(r))}setLimit(e,r,s,n){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:s,message:f.toString(n)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:f.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:f.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:f.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:f.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:f.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:f.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:f.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:f.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:f.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&y.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let s of this._def.checks){if(s.kind==="finite"||s.kind==="int"||s.kind==="multipleOf")return!0;s.kind==="min"?(r===null||s.value>r)&&(r=s.value):s.kind==="max"&&(e===null||s.value<e)&&(e=s.value)}return Number.isFinite(r)&&Number.isFinite(e)}};z.create=t=>new z({checks:[],typeName:_.ZodNumber,coerce:t?.coerce||!1,...v(t)});var Y=class t extends g{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==p.bigint)return this._getInvalidInput(e);let s,n=new A;for(let a of this._def.checks)a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_small,type:"bigint",minimum:a.value,inclusive:a.inclusive,message:a.message}),n.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_big,type:"bigint",maximum:a.value,inclusive:a.inclusive,message:a.message}),n.dirty()):a.kind==="multipleOf"?e.data%a.value!==BigInt(0)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_multiple_of,multipleOf:a.value,message:a.message}),n.dirty()):y.assertNever(a);return{status:n.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return l(r,{code:c.invalid_type,expected:p.bigint,received:r.parsedType}),m}gte(e,r){return this.setLimit("min",e,!0,f.toString(r))}gt(e,r){return this.setLimit("min",e,!1,f.toString(r))}lte(e,r){return this.setLimit("max",e,!0,f.toString(r))}lt(e,r){return this.setLimit("max",e,!1,f.toString(r))}setLimit(e,r,s,n){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:s,message:f.toString(n)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:f.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:f.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:f.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:f.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:f.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Y.create=t=>new Y({checks:[],typeName:_.ZodBigInt,coerce:t?.coerce??!1,...v(t)});var W=class extends g{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==p.boolean){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.boolean,received:s.parsedType}),m}return E(e.data)}};W.create=t=>new W({typeName:_.ZodBoolean,coerce:t?.coerce||!1,...v(t)});var H=class t extends g{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==p.date){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.date,received:a.parsedType}),m}if(Number.isNaN(e.data.getTime())){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_date}),m}let s=new A,n;for(let a of this._def.checks)a.kind==="min"?e.data.getTime()<a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_small,message:a.message,inclusive:!0,exact:!1,minimum:a.value,type:"date"}),s.dirty()):a.kind==="max"?e.data.getTime()>a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_big,message:a.message,inclusive:!0,exact:!1,maximum:a.value,type:"date"}),s.dirty()):y.assertNever(a);return{status:s.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:f.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:f.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};H.create=t=>new H({checks:[],coerce:t?.coerce||!1,typeName:_.ZodDate,...v(t)});var le=class extends g{_parse(e){if(this._getType(e)!==p.symbol){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.symbol,received:s.parsedType}),m}return E(e.data)}};le.create=t=>new le({typeName:_.ZodSymbol,...v(t)});var q=class extends g{_parse(e){if(this._getType(e)!==p.undefined){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.undefined,received:s.parsedType}),m}return E(e.data)}};q.create=t=>new q({typeName:_.ZodUndefined,...v(t)});var J=class extends g{_parse(e){if(this._getType(e)!==p.null){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.null,received:s.parsedType}),m}return E(e.data)}};J.create=t=>new J({typeName:_.ZodNull,...v(t)});var Z=class extends g{constructor(){super(...arguments),this._any=!0}_parse(e){return E(e.data)}};Z.create=t=>new Z({typeName:_.ZodAny,...v(t)});var $=class extends g{constructor(){super(...arguments),this._unknown=!0}_parse(e){return E(e.data)}};$.create=t=>new $({typeName:_.ZodUnknown,...v(t)});var O=class extends g{_parse(e){let r=this._getOrReturnCtx(e);return l(r,{code:c.invalid_type,expected:p.never,received:r.parsedType}),m}};O.create=t=>new O({typeName:_.ZodNever,...v(t)});var pe=class extends g{_parse(e){if(this._getType(e)!==p.undefined){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.void,received:s.parsedType}),m}return E(e.data)}};pe.create=t=>new pe({typeName:_.ZodVoid,...v(t)});var F=class t extends g{_parse(e){let{ctx:r,status:s}=this._processInputParams(e),n=this._def;if(r.parsedType!==p.array)return l(r,{code:c.invalid_type,expected:p.array,received:r.parsedType}),m;if(n.exactLength!==null){let i=r.data.length>n.exactLength.value,o=r.data.length<n.exactLength.value;(i||o)&&(l(r,{code:i?c.too_big:c.too_small,minimum:o?n.exactLength.value:void 0,maximum:i?n.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:n.exactLength.message}),s.dirty())}if(n.minLength!==null&&r.data.length<n.minLength.value&&(l(r,{code:c.too_small,minimum:n.minLength.value,type:"array",inclusive:!0,exact:!1,message:n.minLength.message}),s.dirty()),n.maxLength!==null&&r.data.length>n.maxLength.value&&(l(r,{code:c.too_big,maximum:n.maxLength.value,type:"array",inclusive:!0,exact:!1,message:n.maxLength.message}),s.dirty()),r.common.async)return Promise.all([...r.data].map((i,o)=>n.type._parseAsync(new N(r,i,r.path,o)))).then(i=>A.mergeArray(s,i));let a=[...r.data].map((i,o)=>n.type._parseSync(new N(r,i,r.path,o)));return A.mergeArray(s,a)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:f.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:f.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:f.toString(r)}})}nonempty(e){return this.min(1,e)}};F.create=(t,e)=>new F({type:t,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...v(e)});function ue(t){if(t instanceof R){let e={};for(let r in t.shape){let s=t.shape[r];e[r]=T.create(ue(s))}return new R({...t._def,shape:()=>e})}else return t instanceof F?new F({...t._def,type:ue(t.element)}):t instanceof T?T.create(ue(t.unwrap())):t instanceof P?P.create(ue(t.unwrap())):t instanceof S?S.create(t.items.map(e=>ue(e))):t}var R=class t extends g{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=y.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==p.object){let u=this._getOrReturnCtx(e);return l(u,{code:c.invalid_type,expected:p.object,received:u.parsedType}),m}let{status:s,ctx:n}=this._processInputParams(e),{shape:a,keys:i}=this._getCached(),o=[];if(!(this._def.catchall instanceof O&&this._def.unknownKeys==="strip"))for(let u in n.data)i.includes(u)||o.push(u);let d=[];for(let u of i){let h=a[u],w=n.data[u];d.push({key:{status:"valid",value:u},value:h._parse(new N(n,w,n.path,u)),alwaysSet:u in n.data})}if(this._def.catchall instanceof O){let u=this._def.unknownKeys;if(u==="passthrough")for(let h of o)d.push({key:{status:"valid",value:h},value:{status:"valid",value:n.data[h]}});else if(u==="strict")o.length>0&&(l(n,{code:c.unrecognized_keys,keys:o}),s.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let h of o){let w=n.data[h];d.push({key:{status:"valid",value:h},value:u._parse(new N(n,w,n.path,h)),alwaysSet:h in n.data})}}return n.common.async?Promise.resolve().then(async()=>{let u=[];for(let h of d){let w=await h.key,oe=await h.value;u.push({key:w,value:oe,alwaysSet:h.alwaysSet})}return u}).then(u=>A.mergeObjectSync(s,u)):A.mergeObjectSync(s,d)}get shape(){return this._def.shape()}strict(e){return f.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,s)=>{let n=this._def.errorMap?.(r,s).message??s.defaultError;return r.code==="unrecognized_keys"?{message:f.errToObj(e).message??n}:{message:n}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let s of y.objectKeys(e))e[s]&&this.shape[s]&&(r[s]=this.shape[s]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let s of y.objectKeys(this.shape))e[s]||(r[s]=this.shape[s]);return new t({...this._def,shape:()=>r})}deepPartial(){return ue(this)}partial(e){let r={};for(let s of y.objectKeys(this.shape)){let n=this.shape[s];e&&!e[s]?r[s]=n:r[s]=n.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let s of y.objectKeys(this.shape))if(e&&!e[s])r[s]=this.shape[s];else{let a=this.shape[s];for(;a instanceof T;)a=a._def.innerType;r[s]=a}return new t({...this._def,shape:()=>r})}keyof(){return We(y.objectKeys(this.shape))}};R.create=(t,e)=>new R({shape:()=>t,unknownKeys:"strip",catchall:O.create(),typeName:_.ZodObject,...v(e)});R.strictCreate=(t,e)=>new R({shape:()=>t,unknownKeys:"strict",catchall:O.create(),typeName:_.ZodObject,...v(e)});R.lazycreate=(t,e)=>new R({shape:t,unknownKeys:"strip",catchall:O.create(),typeName:_.ZodObject,...v(e)});var Q=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=this._def.options;function n(a){for(let o of a)if(o.result.status==="valid")return o.result;for(let o of a)if(o.result.status==="dirty")return r.common.issues.push(...o.ctx.common.issues),o.result;let i=a.map(o=>new b(o.ctx.common.issues));return l(r,{code:c.invalid_union,unionErrors:i}),m}if(r.common.async)return Promise.all(s.map(async a=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await a._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(n);{let a,i=[];for(let d of s){let u={...r,common:{...r.common,issues:[]},parent:null},h=d._parseSync({data:r.data,path:r.path,parent:u});if(h.status==="valid")return h;h.status==="dirty"&&!a&&(a={result:h,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(a)return r.common.issues.push(...a.ctx.common.issues),a.result;let o=i.map(d=>new b(d));return l(r,{code:c.invalid_union,unionErrors:o}),m}}get options(){return this._def.options}};Q.create=(t,e)=>new Q({options:t,typeName:_.ZodUnion,...v(e)});var j=t=>t instanceof ee?j(t.schema):t instanceof I?j(t.innerType()):t instanceof te?[t.value]:t instanceof re?t.options:t instanceof se?y.objectValues(t.enum):t instanceof ne?j(t._def.innerType):t instanceof q?[void 0]:t instanceof J?[null]:t instanceof T?[void 0,...j(t.unwrap())]:t instanceof P?[null,...j(t.unwrap())]:t instanceof ge||t instanceof ie?j(t.unwrap()):t instanceof ae?j(t._def.innerType):[],be=class t extends g{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.object)return l(r,{code:c.invalid_type,expected:p.object,received:r.parsedType}),m;let s=this.discriminator,n=r.data[s],a=this.optionsMap.get(n);return a?r.common.async?a._parseAsync({data:r.data,path:r.path,parent:r}):a._parseSync({data:r.data,path:r.path,parent:r}):(l(r,{code:c.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[s]}),m)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,s){let n=new Map;for(let a of r){let i=j(a.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of i){if(n.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);n.set(o,a)}}return new t({typeName:_.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:n,...v(s)})}};function Ve(t,e){let r=C(t),s=C(e);if(t===e)return{valid:!0,data:t};if(r===p.object&&s===p.object){let n=y.objectKeys(e),a=y.objectKeys(t).filter(o=>n.indexOf(o)!==-1),i={...t,...e};for(let o of a){let d=Ve(t[o],e[o]);if(!d.valid)return{valid:!1};i[o]=d.data}return{valid:!0,data:i}}else if(r===p.array&&s===p.array){if(t.length!==e.length)return{valid:!1};let n=[];for(let a=0;a<t.length;a++){let i=t[a],o=e[a],d=Ve(i,o);if(!d.valid)return{valid:!1};n.push(d.data)}return{valid:!0,data:n}}else return r===p.date&&s===p.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var X=class extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e),n=(a,i)=>{if(Ee(a)||Ee(i))return m;let o=Ve(a.value,i.value);return o.valid?((ke(a)||ke(i))&&r.dirty(),{status:r.value,value:o.data}):(l(s,{code:c.invalid_intersection_types}),m)};return s.common.async?Promise.all([this._def.left._parseAsync({data:s.data,path:s.path,parent:s}),this._def.right._parseAsync({data:s.data,path:s.path,parent:s})]).then(([a,i])=>n(a,i)):n(this._def.left._parseSync({data:s.data,path:s.path,parent:s}),this._def.right._parseSync({data:s.data,path:s.path,parent:s}))}};X.create=(t,e,r)=>new X({left:t,right:e,typeName:_.ZodIntersection,...v(r)});var S=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.array)return l(s,{code:c.invalid_type,expected:p.array,received:s.parsedType}),m;if(s.data.length<this._def.items.length)return l(s,{code:c.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),m;!this._def.rest&&s.data.length>this._def.items.length&&(l(s,{code:c.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let a=[...s.data].map((i,o)=>{let d=this._def.items[o]||this._def.rest;return d?d._parse(new N(s,i,s.path,o)):null}).filter(i=>!!i);return s.common.async?Promise.all(a).then(i=>A.mergeArray(r,i)):A.mergeArray(r,a)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};S.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new S({items:t,typeName:_.ZodTuple,rest:null,...v(e)})};var Re=class t extends g{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.object)return l(s,{code:c.invalid_type,expected:p.object,received:s.parsedType}),m;let n=[],a=this._def.keyType,i=this._def.valueType;for(let o in s.data)n.push({key:a._parse(new N(s,o,s.path,o)),value:i._parse(new N(s,s.data[o],s.path,o)),alwaysSet:o in s.data});return s.common.async?A.mergeObjectAsync(r,n):A.mergeObjectSync(r,n)}get element(){return this._def.valueType}static create(e,r,s){return r instanceof g?new t({keyType:e,valueType:r,typeName:_.ZodRecord,...v(s)}):new t({keyType:G.create(),valueType:e,typeName:_.ZodRecord,...v(r)})}},fe=class extends g{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.map)return l(s,{code:c.invalid_type,expected:p.map,received:s.parsedType}),m;let n=this._def.keyType,a=this._def.valueType,i=[...s.data.entries()].map(([o,d],u)=>({key:n._parse(new N(s,o,s.path,[u,"key"])),value:a._parse(new N(s,d,s.path,[u,"value"]))}));if(s.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let d of i){let u=await d.key,h=await d.value;if(u.status==="aborted"||h.status==="aborted")return m;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),o.set(u.value,h.value)}return{status:r.value,value:o}})}else{let o=new Map;for(let d of i){let u=d.key,h=d.value;if(u.status==="aborted"||h.status==="aborted")return m;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),o.set(u.value,h.value)}return{status:r.value,value:o}}}};fe.create=(t,e,r)=>new fe({valueType:e,keyType:t,typeName:_.ZodMap,...v(r)});var he=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.set)return l(s,{code:c.invalid_type,expected:p.set,received:s.parsedType}),m;let n=this._def;n.minSize!==null&&s.data.size<n.minSize.value&&(l(s,{code:c.too_small,minimum:n.minSize.value,type:"set",inclusive:!0,exact:!1,message:n.minSize.message}),r.dirty()),n.maxSize!==null&&s.data.size>n.maxSize.value&&(l(s,{code:c.too_big,maximum:n.maxSize.value,type:"set",inclusive:!0,exact:!1,message:n.maxSize.message}),r.dirty());let a=this._def.valueType;function i(d){let u=new Set;for(let h of d){if(h.status==="aborted")return m;h.status==="dirty"&&r.dirty(),u.add(h.value)}return{status:r.value,value:u}}let o=[...s.data.values()].map((d,u)=>a._parse(new N(s,d,s.path,u)));return s.common.async?Promise.all(o).then(d=>i(d)):i(o)}min(e,r){return new t({...this._def,minSize:{value:e,message:f.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:f.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};he.create=(t,e)=>new he({valueType:t,minSize:null,maxSize:null,typeName:_.ZodSet,...v(e)});var Te=class t extends g{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.function)return l(r,{code:c.invalid_type,expected:p.function,received:r.parsedType}),m;function s(o,d){return ve({data:o,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,ce(),V].filter(u=>!!u),issueData:{code:c.invalid_arguments,argumentsError:d}})}function n(o,d){return ve({data:o,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,ce(),V].filter(u=>!!u),issueData:{code:c.invalid_return_type,returnTypeError:d}})}let a={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof B){let o=this;return E(async function(...d){let u=new b([]),h=await o._def.args.parseAsync(d,a).catch(_e=>{throw u.addIssue(s(d,_e)),u}),w=await Reflect.apply(i,this,h);return await o._def.returns._def.type.parseAsync(w,a).catch(_e=>{throw u.addIssue(n(w,_e)),u})})}else{let o=this;return E(function(...d){let u=o._def.args.safeParse(d,a);if(!u.success)throw new b([s(d,u.error)]);let h=Reflect.apply(i,this,u.data),w=o._def.returns.safeParse(h,a);if(!w.success)throw new b([n(h,w.error)]);return w.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:S.create(e).rest($.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,s){return new t({args:e||S.create([]).rest($.create()),returns:r||$.create(),typeName:_.ZodFunction,...v(s)})}},ee=class extends g{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ee.create=(t,e)=>new ee({getter:t,typeName:_.ZodLazy,...v(e)});var te=class extends g{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return l(r,{received:r.data,code:c.invalid_literal,expected:this._def.value}),m}return{status:"valid",value:e.data}}get value(){return this._def.value}};te.create=(t,e)=>new te({value:t,typeName:_.ZodLiteral,...v(e)});function We(t,e){return new re({values:t,typeName:_.ZodEnum,...v(e)})}var re=class t extends g{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),s=this._def.values;return l(r,{expected:y.joinValues(s),received:r.parsedType,code:c.invalid_type}),m}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),s=this._def.values;return l(r,{received:r.data,code:c.invalid_enum_value,options:s}),m}return E(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(s=>!e.includes(s)),{...this._def,...r})}};re.create=We;var se=class extends g{_parse(e){let r=y.getValidEnumValues(this._def.values),s=this._getOrReturnCtx(e);if(s.parsedType!==p.string&&s.parsedType!==p.number){let n=y.objectValues(r);return l(s,{expected:y.joinValues(n),received:s.parsedType,code:c.invalid_type}),m}if(this._cache||(this._cache=new Set(y.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let n=y.objectValues(r);return l(s,{received:s.data,code:c.invalid_enum_value,options:n}),m}return E(e.data)}get enum(){return this._def.values}};se.create=(t,e)=>new se({values:t,typeName:_.ZodNativeEnum,...v(e)});var B=class extends g{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.promise&&r.common.async===!1)return l(r,{code:c.invalid_type,expected:p.promise,received:r.parsedType}),m;let s=r.parsedType===p.promise?r.data:Promise.resolve(r.data);return E(s.then(n=>this._def.type.parseAsync(n,{path:r.path,errorMap:r.common.contextualErrorMap})))}};B.create=(t,e)=>new B({type:t,typeName:_.ZodPromise,...v(e)});var I=class extends g{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:s}=this._processInputParams(e),n=this._def.effect||null,a={addIssue:i=>{l(s,i),i.fatal?r.abort():r.dirty()},get path(){return s.path}};if(a.addIssue=a.addIssue.bind(a),n.type==="preprocess"){let i=n.transform(s.data,a);if(s.common.async)return Promise.resolve(i).then(async o=>{if(r.value==="aborted")return m;let d=await this._def.schema._parseAsync({data:o,path:s.path,parent:s});return d.status==="aborted"?m:d.status==="dirty"?K(d.value):r.value==="dirty"?K(d.value):d});{if(r.value==="aborted")return m;let o=this._def.schema._parseSync({data:i,path:s.path,parent:s});return o.status==="aborted"?m:o.status==="dirty"?K(o.value):r.value==="dirty"?K(o.value):o}}if(n.type==="refinement"){let i=o=>{let d=n.refinement(o,a);if(s.common.async)return Promise.resolve(d);if(d instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return o};if(s.common.async===!1){let o=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});return o.status==="aborted"?m:(o.status==="dirty"&&r.dirty(),i(o.value),{status:r.value,value:o.value})}else return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then(o=>o.status==="aborted"?m:(o.status==="dirty"&&r.dirty(),i(o.value).then(()=>({status:r.value,value:o.value}))))}if(n.type==="transform")if(s.common.async===!1){let i=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});if(!U(i))return m;let o=n.transform(i.value,a);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:o}}else return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then(i=>U(i)?Promise.resolve(n.transform(i.value,a)).then(o=>({status:r.value,value:o})):m);y.assertNever(n)}};I.create=(t,e,r)=>new I({schema:t,typeName:_.ZodEffects,effect:e,...v(r)});I.createWithPreprocess=(t,e,r)=>new I({schema:e,effect:{type:"preprocess",transform:t},typeName:_.ZodEffects,...v(r)});var T=class extends g{_parse(e){return this._getType(e)===p.undefined?E(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};T.create=(t,e)=>new T({innerType:t,typeName:_.ZodOptional,...v(e)});var P=class extends g{_parse(e){return this._getType(e)===p.null?E(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};P.create=(t,e)=>new P({innerType:t,typeName:_.ZodNullable,...v(e)});var ne=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=r.data;return r.parsedType===p.undefined&&(s=this._def.defaultValue()),this._def.innerType._parse({data:s,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};ne.create=(t,e)=>new ne({innerType:t,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...v(e)});var ae=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s={...r,common:{...r.common,issues:[]}},n=this._def.innerType._parse({data:s.data,path:s.path,parent:{...s}});return de(n)?n.then(a=>({status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new b(s.common.issues)},input:s.data})})):{status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new b(s.common.issues)},input:s.data})}}removeCatch(){return this._def.innerType}};ae.create=(t,e)=>new ae({innerType:t,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...v(e)});var me=class extends g{_parse(e){if(this._getType(e)!==p.nan){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.nan,received:s.parsedType}),m}return{status:"valid",value:e.data}}};me.create=t=>new me({typeName:_.ZodNaN,...v(t)});var Qt=Symbol("zod_brand"),ge=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=r.data;return this._def.type._parse({data:s,path:r.path,parent:r})}unwrap(){return this._def.type}},ye=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.common.async)return(async()=>{let a=await this._def.in._parseAsync({data:s.data,path:s.path,parent:s});return a.status==="aborted"?m:a.status==="dirty"?(r.dirty(),K(a.value)):this._def.out._parseAsync({data:a.value,path:s.path,parent:s})})();{let n=this._def.in._parseSync({data:s.data,path:s.path,parent:s});return n.status==="aborted"?m:n.status==="dirty"?(r.dirty(),{status:"dirty",value:n.value}):this._def.out._parseSync({data:n.value,path:s.path,parent:s})}}static create(e,r){return new t({in:e,out:r,typeName:_.ZodPipeline})}},ie=class extends g{_parse(e){let r=this._def.innerType._parse(e),s=n=>(U(n)&&(n.value=Object.freeze(n.value)),n);return de(r)?r.then(n=>s(n)):s(r)}unwrap(){return this._def.innerType}};ie.create=(t,e)=>new ie({innerType:t,typeName:_.ZodReadonly,...v(e)});function Be(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function He(t,e={},r){return t?Z.create().superRefine((s,n)=>{let a=t(s);if(a instanceof Promise)return a.then(i=>{if(!i){let o=Be(e,s),d=o.fatal??r??!0;n.addIssue({code:"custom",...o,fatal:d})}});if(!a){let i=Be(e,s),o=i.fatal??r??!0;n.addIssue({code:"custom",...i,fatal:o})}}):Z.create()}var Xt={object:R.lazycreate},_;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(_||(_={}));var er=(t,e={message:`Input not instance of ${t.name}`})=>He(r=>r instanceof t,e),qe=G.create,Je=z.create,tr=me.create,rr=Y.create,Qe=W.create,sr=H.create,nr=le.create,ar=q.create,ir=J.create,or=Z.create,cr=$.create,dr=O.create,ur=pe.create,lr=F.create,pr=R.create,fr=R.strictCreate,hr=Q.create,mr=be.create,_r=X.create,vr=S.create,gr=Re.create,yr=fe.create,xr=he.create,wr=Te.create,Ar=ee.create,Er=te.create,kr=re.create,br=se.create,Rr=B.create,Tr=I.create,Nr=T.create,Ir=P.create,Or=I.createWithPreprocess,Cr=ye.create,Sr=()=>qe().optional(),Pr=()=>Je().optional(),Lr=()=>Qe().optional(),Dr={string:(t=>G.create({...t,coerce:!0})),number:(t=>z.create({...t,coerce:!0})),boolean:(t=>W.create({...t,coerce:!0})),bigint:(t=>Y.create({...t,coerce:!0})),date:(t=>H.create({...t,coerce:!0}))};var Vr=m;var xe=(i=>(i.PROD_CN="prod-cn",i.PROD="prod",i.STAGING="staging",i.STAGING_CN="staging-cn",i.DEV="dev",i.LOCAL="local",i))(xe||{}),Xe=({fallback:t="prod"})=>{let e=process.env.ENV;if(!e)return t;let r=e.toLowerCase().trim();return Object.values(xe).includes(r)?r:t},et=t=>t==="prod-cn"||t==="staging-cn";var tt=3030,rt="/oauth/redirect",jr=t=>{switch(t){case"local":return{CONNECT_API_BASE_URL:"http://localhost:3000/rest",CANVA_ENV_URL:"http://localhost:3000",CANVA_CLI_CLIENT_ID:"FAKE_CLIENT_ID",FLAVOR:"local"};case"dev":return{CONNECT_API_BASE_URL:"https://api.canva-dev.com/rest",CANVA_ENV_URL:"https://www.canva-dev.com",CANVA_CLI_CLIENT_ID:"OC-AZFEJKOjQYw3",FLAVOR:"dev"};case"staging-cn":return{CONNECT_API_BASE_URL:"https://api.canva-staging.cn/rest",CANVA_ENV_URL:"https://www.canva-staging.cn",CANVA_CLI_CLIENT_ID:"OC-AZNlOhtxI_Zb",FLAVOR:"staging-cn"};case"staging":return{CONNECT_API_BASE_URL:"https://api.canva-staging.com/rest",CANVA_ENV_URL:"https://www.canva-staging.com",CANVA_CLI_CLIENT_ID:"OC-AZH-EOTpT8Ib",FLAVOR:"staging"};case"prod-cn":return{CONNECT_API_BASE_URL:"https://api.canva.cn/rest",CANVA_ENV_URL:"https://www.canva.cn",CANVA_CLI_CLIENT_ID:"OC-AZN2AS1hKtVM",FLAVOR:"prod-cn"};case"prod":default:return{CONNECT_API_BASE_URL:"https://api.canva.com/rest",CANVA_ENV_URL:"https://www.canva.com",CANVA_CLI_CLIENT_ID:"OC-AZICxlGo2biD",FLAVOR:"prod"}}},st=({fallback:t="prod"})=>Pe({server:{FLAVOR:L.enum(["prod","prod-cn","staging","staging-cn","dev","local"]).default(t),CONNECT_API_BASE_URL:L.string().url(),CANVA_ENV_URL:L.string().url(),CANVA_CLI_CLIENT_ID:L.enum(["OC-AZICxlGo2biD","OC-AZN2AS1hKtVM","OC-AZH-EOTpT8Ib","OC-AZNlOhtxI_Zb","OC-AZFEJKOjQYw3","FAKE_CLIENT_ID"]).default("OC-AZICxlGo2biD"),CANVA_CLI_AUTH_CALLBACK_PORT:L.coerce.number().default(tt),CANVA_CLI_AUTH_CALLBACK_PATH:L.string().default(rt),CANVA_CLI_CANARY:L.boolean().default(!1)},runtimeEnv:{...jr(Xe({fallback:t})),CANVA_CLI_AUTH_CALLBACK_PORT:Number(process.env.CANVA_CLI_AUTH_CALLBACK_PORT||tt),CANVA_CLI_AUTH_CALLBACK_PATH:process.env.CANVA_CLI_AUTH_CALLBACK_PATH||rt,CANVA_CLI_CANARY:process.env.CANVA_CLI_CANARY==="true"},emptyStringAsUndefined:!0});var ft=bt(dt(),1);import ut from"path";var lt=".env",Qr=({envLines:t,key:e,value:r,comment:s=""})=>t.map(n=>{if(n.startsWith(`${e}=`)){let a=`${e}=${r}`;return s?`${a} ${s}`:a}return n}),Xr=(t,e)=>{let r=[`
|
|
2
|
+
var gt=Object.create;var Se=Object.defineProperty;var yt=Object.getOwnPropertyDescriptor;var wt=Object.getOwnPropertyNames;var xt=Object.getPrototypeOf,At=Object.prototype.hasOwnProperty;var xe=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Et=(t,e)=>{for(var r in e)Se(t,r,{get:e[r],enumerable:!0})},kt=(t,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of wt(e))!At.call(t,n)&&n!==r&&Se(t,n,{get:()=>e[n],enumerable:!(s=yt(e,n))||s.enumerable});return t};var bt=(t,e,r)=>(r=t!=null?gt(xt(t)):{},kt(e||!t||!t.__esModule?Se(r,"default",{value:t,enumerable:!0}):r,t));var nt=Fe((qs,$r)=>{$r.exports={name:"dotenv",version:"16.6.0",description:"Loads environment variables from .env file",main:"lib/main.js",types:"lib/main.d.ts",exports:{".":{types:"./lib/main.d.ts",require:"./lib/main.js",default:"./lib/main.js"},"./config":"./config.js","./config.js":"./config.js","./lib/env-options":"./lib/env-options.js","./lib/env-options.js":"./lib/env-options.js","./lib/cli-options":"./lib/cli-options.js","./lib/cli-options.js":"./lib/cli-options.js","./package.json":"./package.json"},scripts:{"dts-check":"tsc --project tests/types/tsconfig.json",lint:"standard",pretest:"npm run lint && npm run dts-check",test:"tap run --allow-empty-coverage --disable-coverage --timeout=60000","test:coverage":"tap run --show-full-coverage --timeout=60000 --coverage-report=lcov",prerelease:"npm test",release:"standard-version"},repository:{type:"git",url:"git://github.com/motdotla/dotenv.git"},homepage:"https://github.com/motdotla/dotenv#readme",funding:"https://dotenvx.com",keywords:["dotenv","env",".env","environment","variables","config","settings"],readmeFilename:"README.md",license:"BSD-2-Clause",devDependencies:{"@types/node":"^18.11.3",decache:"^4.6.2",sinon:"^14.0.1",standard:"^17.0.0","standard-version":"^9.5.0",tap:"^19.2.0",typescript:"^4.8.4"},engines:{node:">=12"},browser:{fs:!1}}});var dt=Fe((Js,M)=>{var je=xe("fs"),Ne=xe("path"),Fr=xe("os"),Mr=xe("crypto"),Gr=nt(),$e=Gr.version,Ur=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;function Zr(t){let e={},r=t.toString();r=r.replace(/\r\n?/mg,`
|
|
3
|
+
`);let s;for(;(s=Ur.exec(r))!=null;){let n=s[1],a=s[2]||"";a=a.trim();let i=a[0];a=a.replace(/^(['"`])([\s\S]*)\1$/mg,"$2"),i==='"'&&(a=a.replace(/\\n/g,`
|
|
4
|
+
`),a=a.replace(/\\r/g,"\r")),e[n]=a}return e}function Br(t){let e=ct(t);t.path=e;let r=w.configDotenv(t);if(!r.parsed){let i=new Error(`MISSING_DATA: Cannot parse ${e} for an unknown reason`);throw i.code="MISSING_DATA",i}let s=ot(t).split(","),n=s.length,a;for(let i=0;i<n;i++)try{let o=s[i].trim(),d=zr(r,o);a=w.decrypt(d.ciphertext,d.key);break}catch(o){if(i+1>=n)throw o}return w.parse(a)}function Kr(t){console.log(`[dotenv@${$e}][WARN] ${t}`)}function Ie(t){console.log(`[dotenv@${$e}][DEBUG] ${t}`)}function it(t){console.log(`[dotenv@${$e}] ${t}`)}function ot(t){return t&&t.DOTENV_KEY&&t.DOTENV_KEY.length>0?t.DOTENV_KEY:process.env.DOTENV_KEY&&process.env.DOTENV_KEY.length>0?process.env.DOTENV_KEY:""}function zr(t,e){let r;try{r=new URL(e)}catch(o){if(o.code==="ERR_INVALID_URL"){let d=new Error("INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenvx.com/vault/.env.vault?environment=development");throw d.code="INVALID_DOTENV_KEY",d}throw o}let s=r.password;if(!s){let o=new Error("INVALID_DOTENV_KEY: Missing key part");throw o.code="INVALID_DOTENV_KEY",o}let n=r.searchParams.get("environment");if(!n){let o=new Error("INVALID_DOTENV_KEY: Missing environment part");throw o.code="INVALID_DOTENV_KEY",o}let a=`DOTENV_VAULT_${n.toUpperCase()}`,i=t.parsed[a];if(!i){let o=new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${a} in your .env.vault file.`);throw o.code="NOT_FOUND_DOTENV_ENVIRONMENT",o}return{ciphertext:i,key:s}}function ct(t){let e=null;if(t&&t.path&&t.path.length>0)if(Array.isArray(t.path))for(let r of t.path)je.existsSync(r)&&(e=r.endsWith(".vault")?r:`${r}.vault`);else e=t.path.endsWith(".vault")?t.path:`${t.path}.vault`;else e=Ne.resolve(process.cwd(),".env.vault");return je.existsSync(e)?e:null}function at(t){return t[0]==="~"?Ne.join(Fr.homedir(),t.slice(1)):t}function Yr(t){let e=!!(t&&t.debug),r=!!(t&&t.quiet);(e||!r)&&it("Loading env from encrypted .env.vault");let s=w._parseVault(t),n=process.env;return t&&t.processEnv!=null&&(n=t.processEnv),w.populate(n,s,t),{parsed:s}}function Wr(t){let e=Ne.resolve(process.cwd(),".env"),r="utf8",s=!!(t&&t.debug),n=!!(t&&t.quiet);t&&t.encoding?r=t.encoding:s&&Ie("No encoding is specified. UTF-8 is used by default");let a=[e];if(t&&t.path)if(!Array.isArray(t.path))a=[at(t.path)];else{a=[];for(let u of t.path)a.push(at(u))}let i,o={};for(let u of a)try{let h=w.parse(je.readFileSync(u,{encoding:r}));w.populate(o,h,t)}catch(h){s&&Ie(`Failed to load ${u} ${h.message}`),i=h}let d=process.env;if(t&&t.processEnv!=null&&(d=t.processEnv),w.populate(d,o,t),s||!n){let u=Object.keys(o).length,h=[];for(let x of a)try{let oe=Ne.relative(process.cwd(),x);h.push(oe)}catch{}it(`injecting env (${u}) from ${h.join(",")}`)}return i?{parsed:o,error:i}:{parsed:o}}function Hr(t){if(ot(t).length===0)return w.configDotenv(t);let e=ct(t);return e?w._configVault(t):(Kr(`You set DOTENV_KEY but you are missing a .env.vault file at ${e}. Did you forget to build it?`),w.configDotenv(t))}function qr(t,e){let r=Buffer.from(e.slice(-64),"hex"),s=Buffer.from(t,"base64"),n=s.subarray(0,12),a=s.subarray(-16);s=s.subarray(12,-16);try{let i=Mr.createDecipheriv("aes-256-gcm",r,n);return i.setAuthTag(a),`${i.update(s)}${i.final()}`}catch(i){let o=i instanceof RangeError,d=i.message==="Invalid key length",u=i.message==="Unsupported state or unable to authenticate data";if(o||d){let h=new Error("INVALID_DOTENV_KEY: It must be 64 characters long (or more)");throw h.code="INVALID_DOTENV_KEY",h}else if(u){let h=new Error("DECRYPTION_FAILED: Please check your DOTENV_KEY");throw h.code="DECRYPTION_FAILED",h}else throw i}}function Jr(t,e,r={}){let s=!!(r&&r.debug),n=!!(r&&r.override);if(typeof e!="object"){let a=new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");throw a.code="OBJECT_REQUIRED",a}for(let a of Object.keys(e))Object.prototype.hasOwnProperty.call(t,a)?(n===!0&&(t[a]=e[a]),s&&Ie(n===!0?`"${a}" is already defined and WAS overwritten`:`"${a}" is already defined and was NOT overwritten`)):t[a]=e[a]}var w={configDotenv:Wr,_configVault:Yr,_parseVault:Br,config:Hr,decrypt:qr,parse:Zr,populate:Jr};M.exports.configDotenv=w.configDotenv;M.exports._configVault=w._configVault;M.exports._parseVault=w._parseVault;M.exports.config=w.config;M.exports.decrypt=w.decrypt;M.exports.parse=w.parse;M.exports.populate=w.populate;M.exports=w});var Ae=class{constructor(e,r,s=!1){this.envService=e;this.env=r;this.debug=s}generatePreviewResult=async(e,r)=>{let s=e;if(!s){let a=await this.getAppId();if(!a.success)return a;s=a.data}return{success:!0,data:this.constructPreviewUrl(s,r)}};async getAppId(){try{let e=await this.envService.getAppIdFromEnvFile();if(!e.success)return e;let r=e.data;if(r==="YOUR_APP_ID_HERE"){let s="CANVA_APP_ID is set to the default placeholder value. Please update it in the .env file.";return this.debug&&console.error(s),{success:!1,code:"MISSING_FIELD",message:s}}return{success:!0,data:r}}catch(e){let r=`Unknown Error reading CANVA_APP_ID from .env file: ${e instanceof Error?e.message:String(e)}`;return this.debug&&console.error(r),{success:!1,code:"ENV_READ_ERROR",message:r}}}constructPreviewUrl(e,r){let s=this.buildUiState({appId:e,intent:r}),n=this.encodeUiState(s),a=this.env.CANVA_ENV_URL,i=new URL("/login/",a),o=new URL("/design",a);return o.searchParams.append("create",""),o.searchParams.append("width","800"),o.searchParams.append("height","600"),o.searchParams.append("units","px"),o.searchParams.append("ui",n),i.searchParams.append("redirect",o.pathname+o.search),i.toString()}buildUiState(e){return e.intent==="design_publisher"||e.intent==="content_publisher"?{A:{D:{C:e.appId}}}:{E:{"A?":"N",S:e.appId,g:!0}}}encodeUiState(e){let r=JSON.stringify(e);return btoa(r).replace(/[+]/g,"-").replace(/[/]/g,"_").replace(/[=]/g,"")}};function Ge(t,e){if(t instanceof Promise)throw new Error(e)}function Rt(t,e){let r={},s=[];for(let n in t){let a=t[n]["~standard"].validate(e[n]);if(Ge(a,`Validation must be synchronous, but ${n} returned a Promise.`),a.issues){s.push(...a.issues.map(i=>({...i,message:i.message,path:[n,...i.path??[]]})));continue}r[n]=a.value}return s.length?{issues:s}:{value:r}}function Pe(t){let e=t.runtimeEnvStrict??t.runtimeEnv??process.env;if(t.emptyStringAsUndefined??!1)for(let[k,D]of Object.entries(e))D===""&&delete e[k];if(!!t.skipValidation)return e;let n=typeof t.client=="object"?t.client:{},a=typeof t.server=="object"?t.server:{},i=typeof t.shared=="object"?t.shared:{},o=t.isServer??(typeof window>"u"||"Deno"in window),d=o?{...a,...i,...n}:{...n,...i},u=t.createFinalSchema?.(d,o)["~standard"].validate(e)??Rt(d,e);Ge(u,"Validation must be synchronous");let h=t.onValidationError??(k=>{throw console.error("\u274C Invalid environment variables:",k),new Error("Invalid environment variables")}),x=t.onInvalidAccess??(()=>{throw new Error("\u274C Attempted to access a server-side environment variable on the client")});if(u.issues)return h(u.issues);let oe=k=>t.clientPrefix?!k.startsWith(t.clientPrefix)&&!(k in i):!0,_e=k=>o||!oe(k),mt=k=>k==="__esModule"||k==="$$typeof",_t=(t.extends??[]).reduce((k,D)=>Object.assign(k,D),{}),vt=Object.assign(_t,u.value);return new Proxy(vt,{get(k,D){if(typeof D=="string"&&!mt(D))return _e(D)?Reflect.get(k,D):x(D)}})}var L={};Et(L,{BRAND:()=>Qt,DIRTY:()=>K,EMPTY_PATH:()=>Ot,INVALID:()=>m,NEVER:()=>Vr,OK:()=>E,ParseStatus:()=>A,Schema:()=>g,ZodAny:()=>Z,ZodArray:()=>F,ZodBigInt:()=>Y,ZodBoolean:()=>W,ZodBranded:()=>ge,ZodCatch:()=>ae,ZodDate:()=>H,ZodDefault:()=>ne,ZodDiscriminatedUnion:()=>be,ZodEffects:()=>I,ZodEnum:()=>re,ZodError:()=>b,ZodFirstPartyTypeKind:()=>_,ZodFunction:()=>Te,ZodIntersection:()=>X,ZodIssueCode:()=>c,ZodLazy:()=>ee,ZodLiteral:()=>te,ZodMap:()=>fe,ZodNaN:()=>me,ZodNativeEnum:()=>se,ZodNever:()=>O,ZodNull:()=>J,ZodNullable:()=>P,ZodNumber:()=>z,ZodObject:()=>R,ZodOptional:()=>T,ZodParsedType:()=>p,ZodPipeline:()=>ye,ZodPromise:()=>B,ZodReadonly:()=>ie,ZodRecord:()=>Re,ZodSchema:()=>g,ZodSet:()=>he,ZodString:()=>U,ZodSymbol:()=>le,ZodTransformer:()=>I,ZodTuple:()=>S,ZodType:()=>g,ZodUndefined:()=>q,ZodUnion:()=>Q,ZodUnknown:()=>$,ZodVoid:()=>pe,addIssueToContext:()=>l,any:()=>or,array:()=>lr,bigint:()=>rr,boolean:()=>Qe,coerce:()=>Dr,custom:()=>He,date:()=>sr,datetimeRegex:()=>Ye,defaultErrorMap:()=>V,discriminatedUnion:()=>mr,effect:()=>Tr,enum:()=>kr,function:()=>xr,getErrorMap:()=>ce,getParsedType:()=>C,instanceof:()=>er,intersection:()=>_r,isAborted:()=>Ee,isAsync:()=>de,isDirty:()=>ke,isValid:()=>G,late:()=>Xt,lazy:()=>Ar,literal:()=>Er,makeIssue:()=>ve,map:()=>yr,nan:()=>tr,nativeEnum:()=>br,never:()=>dr,null:()=>ir,nullable:()=>Ir,number:()=>Je,object:()=>pr,objectUtil:()=>Le,oboolean:()=>Lr,onumber:()=>Pr,optional:()=>Nr,ostring:()=>Sr,pipeline:()=>Cr,preprocess:()=>Or,promise:()=>Rr,quotelessJson:()=>Tt,record:()=>gr,set:()=>wr,setErrorMap:()=>It,strictObject:()=>fr,string:()=>qe,symbol:()=>nr,transformer:()=>Tr,tuple:()=>vr,undefined:()=>ar,union:()=>hr,unknown:()=>cr,util:()=>y,void:()=>ur});var y;(function(t){t.assertEqual=n=>{};function e(n){}t.assertIs=e;function r(n){throw new Error}t.assertNever=r,t.arrayToEnum=n=>{let a={};for(let i of n)a[i]=i;return a},t.getValidEnumValues=n=>{let a=t.objectKeys(n).filter(o=>typeof n[n[o]]!="number"),i={};for(let o of a)i[o]=n[o];return t.objectValues(i)},t.objectValues=n=>t.objectKeys(n).map(function(a){return n[a]}),t.objectKeys=typeof Object.keys=="function"?n=>Object.keys(n):n=>{let a=[];for(let i in n)Object.prototype.hasOwnProperty.call(n,i)&&a.push(i);return a},t.find=(n,a)=>{for(let i of n)if(a(i))return i},t.isInteger=typeof Number.isInteger=="function"?n=>Number.isInteger(n):n=>typeof n=="number"&&Number.isFinite(n)&&Math.floor(n)===n;function s(n,a=" | "){return n.map(i=>typeof i=="string"?`'${i}'`:i).join(a)}t.joinValues=s,t.jsonStringifyReplacer=(n,a)=>typeof a=="bigint"?a.toString():a})(y||(y={}));var Le;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Le||(Le={}));var p=y.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),C=t=>{switch(typeof t){case"undefined":return p.undefined;case"string":return p.string;case"number":return Number.isNaN(t)?p.nan:p.number;case"boolean":return p.boolean;case"function":return p.function;case"bigint":return p.bigint;case"symbol":return p.symbol;case"object":return Array.isArray(t)?p.array:t===null?p.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?p.promise:typeof Map<"u"&&t instanceof Map?p.map:typeof Set<"u"&&t instanceof Set?p.set:typeof Date<"u"&&t instanceof Date?p.date:p.object;default:return p.unknown}};var c=y.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Tt=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),b=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=s=>{this.issues=[...this.issues,s]},this.addIssues=(s=[])=>{this.issues=[...this.issues,...s]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(a){return a.message},s={_errors:[]},n=a=>{for(let i of a.issues)if(i.code==="invalid_union")i.unionErrors.map(n);else if(i.code==="invalid_return_type")n(i.returnTypeError);else if(i.code==="invalid_arguments")n(i.argumentsError);else if(i.path.length===0)s._errors.push(r(i));else{let o=s,d=0;for(;d<i.path.length;){let u=i.path[d];d===i.path.length-1?(o[u]=o[u]||{_errors:[]},o[u]._errors.push(r(i))):o[u]=o[u]||{_errors:[]},o=o[u],d++}}};return n(this),s}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,y.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},s=[];for(let n of this.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(e(n))):s.push(e(n));return{formErrors:s,fieldErrors:r}}get formErrors(){return this.flatten()}};b.create=t=>new b(t);var Nt=(t,e)=>{let r;switch(t.code){case c.invalid_type:t.received===p.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case c.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,y.jsonStringifyReplacer)}`;break;case c.unrecognized_keys:r=`Unrecognized key(s) in object: ${y.joinValues(t.keys,", ")}`;break;case c.invalid_union:r="Invalid input";break;case c.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${y.joinValues(t.options)}`;break;case c.invalid_enum_value:r=`Invalid enum value. Expected ${y.joinValues(t.options)}, received '${t.received}'`;break;case c.invalid_arguments:r="Invalid function arguments";break;case c.invalid_return_type:r="Invalid function return type";break;case c.invalid_date:r="Invalid date";break;case c.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:y.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case c.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case c.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case c.custom:r="Invalid input";break;case c.invalid_intersection_types:r="Intersection results could not be merged";break;case c.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case c.not_finite:r="Number must be finite";break;default:r=e.defaultError,y.assertNever(t)}return{message:r}},V=Nt;var Ue=V;function It(t){Ue=t}function ce(){return Ue}var ve=t=>{let{data:e,path:r,errorMaps:s,issueData:n}=t,a=[...r,...n.path||[]],i={...n,path:a};if(n.message!==void 0)return{...n,path:a,message:n.message};let o="",d=s.filter(u=>!!u).slice().reverse();for(let u of d)o=u(i,{data:e,defaultError:o}).message;return{...n,path:a,message:o}},Ot=[];function l(t,e){let r=ce(),s=ve({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===V?void 0:V].filter(n=>!!n)});t.common.issues.push(s)}var A=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let s=[];for(let n of r){if(n.status==="aborted")return m;n.status==="dirty"&&e.dirty(),s.push(n.value)}return{status:e.value,value:s}}static async mergeObjectAsync(e,r){let s=[];for(let n of r){let a=await n.key,i=await n.value;s.push({key:a,value:i})}return t.mergeObjectSync(e,s)}static mergeObjectSync(e,r){let s={};for(let n of r){let{key:a,value:i}=n;if(a.status==="aborted"||i.status==="aborted")return m;a.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),a.value!=="__proto__"&&(typeof i.value<"u"||n.alwaysSet)&&(s[a.value]=i.value)}return{status:e.value,value:s}}},m=Object.freeze({status:"aborted"}),K=t=>({status:"dirty",value:t}),E=t=>({status:"valid",value:t}),Ee=t=>t.status==="aborted",ke=t=>t.status==="dirty",G=t=>t.status==="valid",de=t=>typeof Promise<"u"&&t instanceof Promise;var f;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(f||(f={}));var N=class{constructor(e,r,s,n){this._cachedPath=[],this.parent=e,this.data=r,this._path=s,this._key=n}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ze=(t,e)=>{if(G(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new b(t.common.issues);return this._error=r,this._error}}};function v(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:s,description:n}=t;if(e&&(r||s))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:n}:{errorMap:(i,o)=>{let{message:d}=t;return i.code==="invalid_enum_value"?{message:d??o.defaultError}:typeof o.data>"u"?{message:d??s??o.defaultError}:i.code!=="invalid_type"?{message:o.defaultError}:{message:d??r??o.defaultError}},description:n}}var g=class{get description(){return this._def.description}_getType(e){return C(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:C(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new A,ctx:{common:e.parent.common,data:e.data,parsedType:C(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(de(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let s=this.safeParse(e,r);if(s.success)return s.data;throw s.error}safeParse(e,r){let s={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)},n=this._parseSync({data:e,path:s.path,parent:s});return Ze(s,n)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)};if(!this["~standard"].async)try{let s=this._parseSync({data:e,path:[],parent:r});return G(s)?{value:s.value}:{issues:r.common.issues}}catch(s){s?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(s=>G(s)?{value:s.value}:{issues:r.common.issues})}async parseAsync(e,r){let s=await this.safeParseAsync(e,r);if(s.success)return s.data;throw s.error}async safeParseAsync(e,r){let s={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:C(e)},n=this._parse({data:e,path:s.path,parent:s}),a=await(de(n)?n:Promise.resolve(n));return Ze(s,a)}refine(e,r){let s=n=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(n):r;return this._refinement((n,a)=>{let i=e(n),o=()=>a.addIssue({code:c.custom,...s(n)});return typeof Promise<"u"&&i instanceof Promise?i.then(d=>d?!0:(o(),!1)):i?!0:(o(),!1)})}refinement(e,r){return this._refinement((s,n)=>e(s)?!0:(n.addIssue(typeof r=="function"?r(s,n):r),!1))}_refinement(e){return new I({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return T.create(this,this._def)}nullable(){return P.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return F.create(this)}promise(){return B.create(this,this._def)}or(e){return Q.create([this,e],this._def)}and(e){return X.create(this,e,this._def)}transform(e){return new I({...v(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new ne({...v(this._def),innerType:this,defaultValue:r,typeName:_.ZodDefault})}brand(){return new ge({typeName:_.ZodBranded,type:this,...v(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new ae({...v(this._def),innerType:this,catchValue:r,typeName:_.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return ye.create(this,e)}readonly(){return ie.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},Ct=/^c[^\s-]{8,}$/i,St=/^[0-9a-z]+$/,Pt=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Lt=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Dt=/^[a-z0-9_-]{21}$/i,Vt=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,jt=/^[-+]?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)?)??$/,$t=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ft="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",De,Mt=/^(?:(?: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])$/,Gt=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,Ut=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,Zt=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Bt=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Kt=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ke="((\\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])))",zt=new RegExp(`^${Ke}$`);function ze(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function Yt(t){return new RegExp(`^${ze(t)}$`)}function Ye(t){let e=`${Ke}T${ze(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function Wt(t,e){return!!((e==="v4"||!e)&&Mt.test(t)||(e==="v6"||!e)&&Ut.test(t))}function Ht(t,e){if(!Vt.test(t))return!1;try{let[r]=t.split("."),s=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),n=JSON.parse(atob(s));return!(typeof n!="object"||n===null||"typ"in n&&n?.typ!=="JWT"||!n.alg||e&&n.alg!==e)}catch{return!1}}function qt(t,e){return!!((e==="v4"||!e)&&Gt.test(t)||(e==="v6"||!e)&&Zt.test(t))}var U=class t extends g{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==p.string){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.string,received:a.parsedType}),m}let s=new A,n;for(let a of this._def.checks)if(a.kind==="min")e.data.length<a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),s.dirty());else if(a.kind==="max")e.data.length>a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),s.dirty());else if(a.kind==="length"){let i=e.data.length>a.value,o=e.data.length<a.value;(i||o)&&(n=this._getOrReturnCtx(e,n),i?l(n,{code:c.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):o&&l(n,{code:c.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),s.dirty())}else if(a.kind==="email")$t.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"email",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="emoji")De||(De=new RegExp(Ft,"u")),De.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"emoji",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="uuid")Lt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"uuid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="nanoid")Dt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"nanoid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="cuid")Ct.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cuid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="cuid2")St.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cuid2",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="ulid")Pt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"ulid",code:c.invalid_string,message:a.message}),s.dirty());else if(a.kind==="url")try{new URL(e.data)}catch{n=this._getOrReturnCtx(e,n),l(n,{validation:"url",code:c.invalid_string,message:a.message}),s.dirty()}else a.kind==="regex"?(a.regex.lastIndex=0,a.regex.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"regex",code:c.invalid_string,message:a.message}),s.dirty())):a.kind==="trim"?e.data=e.data.trim():a.kind==="includes"?e.data.includes(a.value,a.position)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),s.dirty()):a.kind==="toLowerCase"?e.data=e.data.toLowerCase():a.kind==="toUpperCase"?e.data=e.data.toUpperCase():a.kind==="startsWith"?e.data.startsWith(a.value)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{startsWith:a.value},message:a.message}),s.dirty()):a.kind==="endsWith"?e.data.endsWith(a.value)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:{endsWith:a.value},message:a.message}),s.dirty()):a.kind==="datetime"?Ye(a).test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"datetime",message:a.message}),s.dirty()):a.kind==="date"?zt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"date",message:a.message}),s.dirty()):a.kind==="time"?Yt(a).test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{code:c.invalid_string,validation:"time",message:a.message}),s.dirty()):a.kind==="duration"?jt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"duration",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="ip"?Wt(e.data,a.version)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"ip",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="jwt"?Ht(e.data,a.alg)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"jwt",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="cidr"?qt(e.data,a.version)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"cidr",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="base64"?Bt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"base64",code:c.invalid_string,message:a.message}),s.dirty()):a.kind==="base64url"?Kt.test(e.data)||(n=this._getOrReturnCtx(e,n),l(n,{validation:"base64url",code:c.invalid_string,message:a.message}),s.dirty()):y.assertNever(a);return{status:s.value,value:e.data}}_regex(e,r,s){return this.refinement(n=>e.test(n),{validation:r,code:c.invalid_string,...f.errToObj(s)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...f.errToObj(e)})}url(e){return this._addCheck({kind:"url",...f.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...f.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...f.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...f.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...f.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...f.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...f.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...f.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...f.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...f.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...f.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...f.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...f.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...f.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...f.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...f.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...f.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...f.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...f.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...f.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...f.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...f.errToObj(r)})}nonempty(e){return this.min(1,f.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};U.create=t=>new U({checks:[],typeName:_.ZodString,coerce:t?.coerce??!1,...v(t)});function Jt(t,e){let r=(t.toString().split(".")[1]||"").length,s=(e.toString().split(".")[1]||"").length,n=r>s?r:s,a=Number.parseInt(t.toFixed(n).replace(".","")),i=Number.parseInt(e.toFixed(n).replace(".",""));return a%i/10**n}var z=class t extends g{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==p.number){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.number,received:a.parsedType}),m}let s,n=new A;for(let a of this._def.checks)a.kind==="int"?y.isInteger(e.data)||(s=this._getOrReturnCtx(e,s),l(s,{code:c.invalid_type,expected:"integer",received:"float",message:a.message}),n.dirty()):a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_small,minimum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),n.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_big,maximum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),n.dirty()):a.kind==="multipleOf"?Jt(e.data,a.value)!==0&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_multiple_of,multipleOf:a.value,message:a.message}),n.dirty()):a.kind==="finite"?Number.isFinite(e.data)||(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_finite,message:a.message}),n.dirty()):y.assertNever(a);return{status:n.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,f.toString(r))}gt(e,r){return this.setLimit("min",e,!1,f.toString(r))}lte(e,r){return this.setLimit("max",e,!0,f.toString(r))}lt(e,r){return this.setLimit("max",e,!1,f.toString(r))}setLimit(e,r,s,n){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:s,message:f.toString(n)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:f.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:f.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:f.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:f.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:f.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:f.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:f.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:f.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:f.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&y.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let s of this._def.checks){if(s.kind==="finite"||s.kind==="int"||s.kind==="multipleOf")return!0;s.kind==="min"?(r===null||s.value>r)&&(r=s.value):s.kind==="max"&&(e===null||s.value<e)&&(e=s.value)}return Number.isFinite(r)&&Number.isFinite(e)}};z.create=t=>new z({checks:[],typeName:_.ZodNumber,coerce:t?.coerce||!1,...v(t)});var Y=class t extends g{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==p.bigint)return this._getInvalidInput(e);let s,n=new A;for(let a of this._def.checks)a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_small,type:"bigint",minimum:a.value,inclusive:a.inclusive,message:a.message}),n.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.too_big,type:"bigint",maximum:a.value,inclusive:a.inclusive,message:a.message}),n.dirty()):a.kind==="multipleOf"?e.data%a.value!==BigInt(0)&&(s=this._getOrReturnCtx(e,s),l(s,{code:c.not_multiple_of,multipleOf:a.value,message:a.message}),n.dirty()):y.assertNever(a);return{status:n.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return l(r,{code:c.invalid_type,expected:p.bigint,received:r.parsedType}),m}gte(e,r){return this.setLimit("min",e,!0,f.toString(r))}gt(e,r){return this.setLimit("min",e,!1,f.toString(r))}lte(e,r){return this.setLimit("max",e,!0,f.toString(r))}lt(e,r){return this.setLimit("max",e,!1,f.toString(r))}setLimit(e,r,s,n){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:s,message:f.toString(n)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:f.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:f.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:f.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:f.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:f.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Y.create=t=>new Y({checks:[],typeName:_.ZodBigInt,coerce:t?.coerce??!1,...v(t)});var W=class extends g{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==p.boolean){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.boolean,received:s.parsedType}),m}return E(e.data)}};W.create=t=>new W({typeName:_.ZodBoolean,coerce:t?.coerce||!1,...v(t)});var H=class t extends g{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==p.date){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_type,expected:p.date,received:a.parsedType}),m}if(Number.isNaN(e.data.getTime())){let a=this._getOrReturnCtx(e);return l(a,{code:c.invalid_date}),m}let s=new A,n;for(let a of this._def.checks)a.kind==="min"?e.data.getTime()<a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_small,message:a.message,inclusive:!0,exact:!1,minimum:a.value,type:"date"}),s.dirty()):a.kind==="max"?e.data.getTime()>a.value&&(n=this._getOrReturnCtx(e,n),l(n,{code:c.too_big,message:a.message,inclusive:!0,exact:!1,maximum:a.value,type:"date"}),s.dirty()):y.assertNever(a);return{status:s.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:f.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:f.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};H.create=t=>new H({checks:[],coerce:t?.coerce||!1,typeName:_.ZodDate,...v(t)});var le=class extends g{_parse(e){if(this._getType(e)!==p.symbol){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.symbol,received:s.parsedType}),m}return E(e.data)}};le.create=t=>new le({typeName:_.ZodSymbol,...v(t)});var q=class extends g{_parse(e){if(this._getType(e)!==p.undefined){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.undefined,received:s.parsedType}),m}return E(e.data)}};q.create=t=>new q({typeName:_.ZodUndefined,...v(t)});var J=class extends g{_parse(e){if(this._getType(e)!==p.null){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.null,received:s.parsedType}),m}return E(e.data)}};J.create=t=>new J({typeName:_.ZodNull,...v(t)});var Z=class extends g{constructor(){super(...arguments),this._any=!0}_parse(e){return E(e.data)}};Z.create=t=>new Z({typeName:_.ZodAny,...v(t)});var $=class extends g{constructor(){super(...arguments),this._unknown=!0}_parse(e){return E(e.data)}};$.create=t=>new $({typeName:_.ZodUnknown,...v(t)});var O=class extends g{_parse(e){let r=this._getOrReturnCtx(e);return l(r,{code:c.invalid_type,expected:p.never,received:r.parsedType}),m}};O.create=t=>new O({typeName:_.ZodNever,...v(t)});var pe=class extends g{_parse(e){if(this._getType(e)!==p.undefined){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.void,received:s.parsedType}),m}return E(e.data)}};pe.create=t=>new pe({typeName:_.ZodVoid,...v(t)});var F=class t extends g{_parse(e){let{ctx:r,status:s}=this._processInputParams(e),n=this._def;if(r.parsedType!==p.array)return l(r,{code:c.invalid_type,expected:p.array,received:r.parsedType}),m;if(n.exactLength!==null){let i=r.data.length>n.exactLength.value,o=r.data.length<n.exactLength.value;(i||o)&&(l(r,{code:i?c.too_big:c.too_small,minimum:o?n.exactLength.value:void 0,maximum:i?n.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:n.exactLength.message}),s.dirty())}if(n.minLength!==null&&r.data.length<n.minLength.value&&(l(r,{code:c.too_small,minimum:n.minLength.value,type:"array",inclusive:!0,exact:!1,message:n.minLength.message}),s.dirty()),n.maxLength!==null&&r.data.length>n.maxLength.value&&(l(r,{code:c.too_big,maximum:n.maxLength.value,type:"array",inclusive:!0,exact:!1,message:n.maxLength.message}),s.dirty()),r.common.async)return Promise.all([...r.data].map((i,o)=>n.type._parseAsync(new N(r,i,r.path,o)))).then(i=>A.mergeArray(s,i));let a=[...r.data].map((i,o)=>n.type._parseSync(new N(r,i,r.path,o)));return A.mergeArray(s,a)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:f.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:f.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:f.toString(r)}})}nonempty(e){return this.min(1,e)}};F.create=(t,e)=>new F({type:t,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...v(e)});function ue(t){if(t instanceof R){let e={};for(let r in t.shape){let s=t.shape[r];e[r]=T.create(ue(s))}return new R({...t._def,shape:()=>e})}else return t instanceof F?new F({...t._def,type:ue(t.element)}):t instanceof T?T.create(ue(t.unwrap())):t instanceof P?P.create(ue(t.unwrap())):t instanceof S?S.create(t.items.map(e=>ue(e))):t}var R=class t extends g{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=y.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==p.object){let u=this._getOrReturnCtx(e);return l(u,{code:c.invalid_type,expected:p.object,received:u.parsedType}),m}let{status:s,ctx:n}=this._processInputParams(e),{shape:a,keys:i}=this._getCached(),o=[];if(!(this._def.catchall instanceof O&&this._def.unknownKeys==="strip"))for(let u in n.data)i.includes(u)||o.push(u);let d=[];for(let u of i){let h=a[u],x=n.data[u];d.push({key:{status:"valid",value:u},value:h._parse(new N(n,x,n.path,u)),alwaysSet:u in n.data})}if(this._def.catchall instanceof O){let u=this._def.unknownKeys;if(u==="passthrough")for(let h of o)d.push({key:{status:"valid",value:h},value:{status:"valid",value:n.data[h]}});else if(u==="strict")o.length>0&&(l(n,{code:c.unrecognized_keys,keys:o}),s.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let h of o){let x=n.data[h];d.push({key:{status:"valid",value:h},value:u._parse(new N(n,x,n.path,h)),alwaysSet:h in n.data})}}return n.common.async?Promise.resolve().then(async()=>{let u=[];for(let h of d){let x=await h.key,oe=await h.value;u.push({key:x,value:oe,alwaysSet:h.alwaysSet})}return u}).then(u=>A.mergeObjectSync(s,u)):A.mergeObjectSync(s,d)}get shape(){return this._def.shape()}strict(e){return f.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,s)=>{let n=this._def.errorMap?.(r,s).message??s.defaultError;return r.code==="unrecognized_keys"?{message:f.errToObj(e).message??n}:{message:n}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let s of y.objectKeys(e))e[s]&&this.shape[s]&&(r[s]=this.shape[s]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let s of y.objectKeys(this.shape))e[s]||(r[s]=this.shape[s]);return new t({...this._def,shape:()=>r})}deepPartial(){return ue(this)}partial(e){let r={};for(let s of y.objectKeys(this.shape)){let n=this.shape[s];e&&!e[s]?r[s]=n:r[s]=n.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let s of y.objectKeys(this.shape))if(e&&!e[s])r[s]=this.shape[s];else{let a=this.shape[s];for(;a instanceof T;)a=a._def.innerType;r[s]=a}return new t({...this._def,shape:()=>r})}keyof(){return We(y.objectKeys(this.shape))}};R.create=(t,e)=>new R({shape:()=>t,unknownKeys:"strip",catchall:O.create(),typeName:_.ZodObject,...v(e)});R.strictCreate=(t,e)=>new R({shape:()=>t,unknownKeys:"strict",catchall:O.create(),typeName:_.ZodObject,...v(e)});R.lazycreate=(t,e)=>new R({shape:t,unknownKeys:"strip",catchall:O.create(),typeName:_.ZodObject,...v(e)});var Q=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=this._def.options;function n(a){for(let o of a)if(o.result.status==="valid")return o.result;for(let o of a)if(o.result.status==="dirty")return r.common.issues.push(...o.ctx.common.issues),o.result;let i=a.map(o=>new b(o.ctx.common.issues));return l(r,{code:c.invalid_union,unionErrors:i}),m}if(r.common.async)return Promise.all(s.map(async a=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await a._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(n);{let a,i=[];for(let d of s){let u={...r,common:{...r.common,issues:[]},parent:null},h=d._parseSync({data:r.data,path:r.path,parent:u});if(h.status==="valid")return h;h.status==="dirty"&&!a&&(a={result:h,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(a)return r.common.issues.push(...a.ctx.common.issues),a.result;let o=i.map(d=>new b(d));return l(r,{code:c.invalid_union,unionErrors:o}),m}}get options(){return this._def.options}};Q.create=(t,e)=>new Q({options:t,typeName:_.ZodUnion,...v(e)});var j=t=>t instanceof ee?j(t.schema):t instanceof I?j(t.innerType()):t instanceof te?[t.value]:t instanceof re?t.options:t instanceof se?y.objectValues(t.enum):t instanceof ne?j(t._def.innerType):t instanceof q?[void 0]:t instanceof J?[null]:t instanceof T?[void 0,...j(t.unwrap())]:t instanceof P?[null,...j(t.unwrap())]:t instanceof ge||t instanceof ie?j(t.unwrap()):t instanceof ae?j(t._def.innerType):[],be=class t extends g{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.object)return l(r,{code:c.invalid_type,expected:p.object,received:r.parsedType}),m;let s=this.discriminator,n=r.data[s],a=this.optionsMap.get(n);return a?r.common.async?a._parseAsync({data:r.data,path:r.path,parent:r}):a._parseSync({data:r.data,path:r.path,parent:r}):(l(r,{code:c.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[s]}),m)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,s){let n=new Map;for(let a of r){let i=j(a.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of i){if(n.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);n.set(o,a)}}return new t({typeName:_.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:n,...v(s)})}};function Ve(t,e){let r=C(t),s=C(e);if(t===e)return{valid:!0,data:t};if(r===p.object&&s===p.object){let n=y.objectKeys(e),a=y.objectKeys(t).filter(o=>n.indexOf(o)!==-1),i={...t,...e};for(let o of a){let d=Ve(t[o],e[o]);if(!d.valid)return{valid:!1};i[o]=d.data}return{valid:!0,data:i}}else if(r===p.array&&s===p.array){if(t.length!==e.length)return{valid:!1};let n=[];for(let a=0;a<t.length;a++){let i=t[a],o=e[a],d=Ve(i,o);if(!d.valid)return{valid:!1};n.push(d.data)}return{valid:!0,data:n}}else return r===p.date&&s===p.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var X=class extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e),n=(a,i)=>{if(Ee(a)||Ee(i))return m;let o=Ve(a.value,i.value);return o.valid?((ke(a)||ke(i))&&r.dirty(),{status:r.value,value:o.data}):(l(s,{code:c.invalid_intersection_types}),m)};return s.common.async?Promise.all([this._def.left._parseAsync({data:s.data,path:s.path,parent:s}),this._def.right._parseAsync({data:s.data,path:s.path,parent:s})]).then(([a,i])=>n(a,i)):n(this._def.left._parseSync({data:s.data,path:s.path,parent:s}),this._def.right._parseSync({data:s.data,path:s.path,parent:s}))}};X.create=(t,e,r)=>new X({left:t,right:e,typeName:_.ZodIntersection,...v(r)});var S=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.array)return l(s,{code:c.invalid_type,expected:p.array,received:s.parsedType}),m;if(s.data.length<this._def.items.length)return l(s,{code:c.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),m;!this._def.rest&&s.data.length>this._def.items.length&&(l(s,{code:c.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let a=[...s.data].map((i,o)=>{let d=this._def.items[o]||this._def.rest;return d?d._parse(new N(s,i,s.path,o)):null}).filter(i=>!!i);return s.common.async?Promise.all(a).then(i=>A.mergeArray(r,i)):A.mergeArray(r,a)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};S.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new S({items:t,typeName:_.ZodTuple,rest:null,...v(e)})};var Re=class t extends g{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.object)return l(s,{code:c.invalid_type,expected:p.object,received:s.parsedType}),m;let n=[],a=this._def.keyType,i=this._def.valueType;for(let o in s.data)n.push({key:a._parse(new N(s,o,s.path,o)),value:i._parse(new N(s,s.data[o],s.path,o)),alwaysSet:o in s.data});return s.common.async?A.mergeObjectAsync(r,n):A.mergeObjectSync(r,n)}get element(){return this._def.valueType}static create(e,r,s){return r instanceof g?new t({keyType:e,valueType:r,typeName:_.ZodRecord,...v(s)}):new t({keyType:U.create(),valueType:e,typeName:_.ZodRecord,...v(r)})}},fe=class extends g{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.map)return l(s,{code:c.invalid_type,expected:p.map,received:s.parsedType}),m;let n=this._def.keyType,a=this._def.valueType,i=[...s.data.entries()].map(([o,d],u)=>({key:n._parse(new N(s,o,s.path,[u,"key"])),value:a._parse(new N(s,d,s.path,[u,"value"]))}));if(s.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let d of i){let u=await d.key,h=await d.value;if(u.status==="aborted"||h.status==="aborted")return m;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),o.set(u.value,h.value)}return{status:r.value,value:o}})}else{let o=new Map;for(let d of i){let u=d.key,h=d.value;if(u.status==="aborted"||h.status==="aborted")return m;(u.status==="dirty"||h.status==="dirty")&&r.dirty(),o.set(u.value,h.value)}return{status:r.value,value:o}}}};fe.create=(t,e,r)=>new fe({valueType:e,keyType:t,typeName:_.ZodMap,...v(r)});var he=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.parsedType!==p.set)return l(s,{code:c.invalid_type,expected:p.set,received:s.parsedType}),m;let n=this._def;n.minSize!==null&&s.data.size<n.minSize.value&&(l(s,{code:c.too_small,minimum:n.minSize.value,type:"set",inclusive:!0,exact:!1,message:n.minSize.message}),r.dirty()),n.maxSize!==null&&s.data.size>n.maxSize.value&&(l(s,{code:c.too_big,maximum:n.maxSize.value,type:"set",inclusive:!0,exact:!1,message:n.maxSize.message}),r.dirty());let a=this._def.valueType;function i(d){let u=new Set;for(let h of d){if(h.status==="aborted")return m;h.status==="dirty"&&r.dirty(),u.add(h.value)}return{status:r.value,value:u}}let o=[...s.data.values()].map((d,u)=>a._parse(new N(s,d,s.path,u)));return s.common.async?Promise.all(o).then(d=>i(d)):i(o)}min(e,r){return new t({...this._def,minSize:{value:e,message:f.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:f.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};he.create=(t,e)=>new he({valueType:t,minSize:null,maxSize:null,typeName:_.ZodSet,...v(e)});var Te=class t extends g{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.function)return l(r,{code:c.invalid_type,expected:p.function,received:r.parsedType}),m;function s(o,d){return ve({data:o,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,ce(),V].filter(u=>!!u),issueData:{code:c.invalid_arguments,argumentsError:d}})}function n(o,d){return ve({data:o,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,ce(),V].filter(u=>!!u),issueData:{code:c.invalid_return_type,returnTypeError:d}})}let a={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof B){let o=this;return E(async function(...d){let u=new b([]),h=await o._def.args.parseAsync(d,a).catch(_e=>{throw u.addIssue(s(d,_e)),u}),x=await Reflect.apply(i,this,h);return await o._def.returns._def.type.parseAsync(x,a).catch(_e=>{throw u.addIssue(n(x,_e)),u})})}else{let o=this;return E(function(...d){let u=o._def.args.safeParse(d,a);if(!u.success)throw new b([s(d,u.error)]);let h=Reflect.apply(i,this,u.data),x=o._def.returns.safeParse(h,a);if(!x.success)throw new b([n(h,x.error)]);return x.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:S.create(e).rest($.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,s){return new t({args:e||S.create([]).rest($.create()),returns:r||$.create(),typeName:_.ZodFunction,...v(s)})}},ee=class extends g{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ee.create=(t,e)=>new ee({getter:t,typeName:_.ZodLazy,...v(e)});var te=class extends g{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return l(r,{received:r.data,code:c.invalid_literal,expected:this._def.value}),m}return{status:"valid",value:e.data}}get value(){return this._def.value}};te.create=(t,e)=>new te({value:t,typeName:_.ZodLiteral,...v(e)});function We(t,e){return new re({values:t,typeName:_.ZodEnum,...v(e)})}var re=class t extends g{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),s=this._def.values;return l(r,{expected:y.joinValues(s),received:r.parsedType,code:c.invalid_type}),m}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),s=this._def.values;return l(r,{received:r.data,code:c.invalid_enum_value,options:s}),m}return E(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(s=>!e.includes(s)),{...this._def,...r})}};re.create=We;var se=class extends g{_parse(e){let r=y.getValidEnumValues(this._def.values),s=this._getOrReturnCtx(e);if(s.parsedType!==p.string&&s.parsedType!==p.number){let n=y.objectValues(r);return l(s,{expected:y.joinValues(n),received:s.parsedType,code:c.invalid_type}),m}if(this._cache||(this._cache=new Set(y.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let n=y.objectValues(r);return l(s,{received:s.data,code:c.invalid_enum_value,options:n}),m}return E(e.data)}get enum(){return this._def.values}};se.create=(t,e)=>new se({values:t,typeName:_.ZodNativeEnum,...v(e)});var B=class extends g{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==p.promise&&r.common.async===!1)return l(r,{code:c.invalid_type,expected:p.promise,received:r.parsedType}),m;let s=r.parsedType===p.promise?r.data:Promise.resolve(r.data);return E(s.then(n=>this._def.type.parseAsync(n,{path:r.path,errorMap:r.common.contextualErrorMap})))}};B.create=(t,e)=>new B({type:t,typeName:_.ZodPromise,...v(e)});var I=class extends g{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:s}=this._processInputParams(e),n=this._def.effect||null,a={addIssue:i=>{l(s,i),i.fatal?r.abort():r.dirty()},get path(){return s.path}};if(a.addIssue=a.addIssue.bind(a),n.type==="preprocess"){let i=n.transform(s.data,a);if(s.common.async)return Promise.resolve(i).then(async o=>{if(r.value==="aborted")return m;let d=await this._def.schema._parseAsync({data:o,path:s.path,parent:s});return d.status==="aborted"?m:d.status==="dirty"?K(d.value):r.value==="dirty"?K(d.value):d});{if(r.value==="aborted")return m;let o=this._def.schema._parseSync({data:i,path:s.path,parent:s});return o.status==="aborted"?m:o.status==="dirty"?K(o.value):r.value==="dirty"?K(o.value):o}}if(n.type==="refinement"){let i=o=>{let d=n.refinement(o,a);if(s.common.async)return Promise.resolve(d);if(d instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return o};if(s.common.async===!1){let o=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});return o.status==="aborted"?m:(o.status==="dirty"&&r.dirty(),i(o.value),{status:r.value,value:o.value})}else return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then(o=>o.status==="aborted"?m:(o.status==="dirty"&&r.dirty(),i(o.value).then(()=>({status:r.value,value:o.value}))))}if(n.type==="transform")if(s.common.async===!1){let i=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});if(!G(i))return m;let o=n.transform(i.value,a);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:o}}else return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then(i=>G(i)?Promise.resolve(n.transform(i.value,a)).then(o=>({status:r.value,value:o})):m);y.assertNever(n)}};I.create=(t,e,r)=>new I({schema:t,typeName:_.ZodEffects,effect:e,...v(r)});I.createWithPreprocess=(t,e,r)=>new I({schema:e,effect:{type:"preprocess",transform:t},typeName:_.ZodEffects,...v(r)});var T=class extends g{_parse(e){return this._getType(e)===p.undefined?E(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};T.create=(t,e)=>new T({innerType:t,typeName:_.ZodOptional,...v(e)});var P=class extends g{_parse(e){return this._getType(e)===p.null?E(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};P.create=(t,e)=>new P({innerType:t,typeName:_.ZodNullable,...v(e)});var ne=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=r.data;return r.parsedType===p.undefined&&(s=this._def.defaultValue()),this._def.innerType._parse({data:s,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};ne.create=(t,e)=>new ne({innerType:t,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...v(e)});var ae=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s={...r,common:{...r.common,issues:[]}},n=this._def.innerType._parse({data:s.data,path:s.path,parent:{...s}});return de(n)?n.then(a=>({status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new b(s.common.issues)},input:s.data})})):{status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new b(s.common.issues)},input:s.data})}}removeCatch(){return this._def.innerType}};ae.create=(t,e)=>new ae({innerType:t,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...v(e)});var me=class extends g{_parse(e){if(this._getType(e)!==p.nan){let s=this._getOrReturnCtx(e);return l(s,{code:c.invalid_type,expected:p.nan,received:s.parsedType}),m}return{status:"valid",value:e.data}}};me.create=t=>new me({typeName:_.ZodNaN,...v(t)});var Qt=Symbol("zod_brand"),ge=class extends g{_parse(e){let{ctx:r}=this._processInputParams(e),s=r.data;return this._def.type._parse({data:s,path:r.path,parent:r})}unwrap(){return this._def.type}},ye=class t extends g{_parse(e){let{status:r,ctx:s}=this._processInputParams(e);if(s.common.async)return(async()=>{let a=await this._def.in._parseAsync({data:s.data,path:s.path,parent:s});return a.status==="aborted"?m:a.status==="dirty"?(r.dirty(),K(a.value)):this._def.out._parseAsync({data:a.value,path:s.path,parent:s})})();{let n=this._def.in._parseSync({data:s.data,path:s.path,parent:s});return n.status==="aborted"?m:n.status==="dirty"?(r.dirty(),{status:"dirty",value:n.value}):this._def.out._parseSync({data:n.value,path:s.path,parent:s})}}static create(e,r){return new t({in:e,out:r,typeName:_.ZodPipeline})}},ie=class extends g{_parse(e){let r=this._def.innerType._parse(e),s=n=>(G(n)&&(n.value=Object.freeze(n.value)),n);return de(r)?r.then(n=>s(n)):s(r)}unwrap(){return this._def.innerType}};ie.create=(t,e)=>new ie({innerType:t,typeName:_.ZodReadonly,...v(e)});function Be(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function He(t,e={},r){return t?Z.create().superRefine((s,n)=>{let a=t(s);if(a instanceof Promise)return a.then(i=>{if(!i){let o=Be(e,s),d=o.fatal??r??!0;n.addIssue({code:"custom",...o,fatal:d})}});if(!a){let i=Be(e,s),o=i.fatal??r??!0;n.addIssue({code:"custom",...i,fatal:o})}}):Z.create()}var Xt={object:R.lazycreate},_;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(_||(_={}));var er=(t,e={message:`Input not instance of ${t.name}`})=>He(r=>r instanceof t,e),qe=U.create,Je=z.create,tr=me.create,rr=Y.create,Qe=W.create,sr=H.create,nr=le.create,ar=q.create,ir=J.create,or=Z.create,cr=$.create,dr=O.create,ur=pe.create,lr=F.create,pr=R.create,fr=R.strictCreate,hr=Q.create,mr=be.create,_r=X.create,vr=S.create,gr=Re.create,yr=fe.create,wr=he.create,xr=Te.create,Ar=ee.create,Er=te.create,kr=re.create,br=se.create,Rr=B.create,Tr=I.create,Nr=T.create,Ir=P.create,Or=I.createWithPreprocess,Cr=ye.create,Sr=()=>qe().optional(),Pr=()=>Je().optional(),Lr=()=>Qe().optional(),Dr={string:(t=>U.create({...t,coerce:!0})),number:(t=>z.create({...t,coerce:!0})),boolean:(t=>W.create({...t,coerce:!0})),bigint:(t=>Y.create({...t,coerce:!0})),date:(t=>H.create({...t,coerce:!0}))};var Vr=m;var we=(i=>(i.PROD_CN="prod-cn",i.PROD="prod",i.STAGING="staging",i.STAGING_CN="staging-cn",i.DEV="dev",i.LOCAL="local",i))(we||{}),Xe=({fallback:t="prod"})=>{let e=process.env.ENV;if(!e)return t;let r=e.toLowerCase().trim();return Object.values(we).includes(r)?r:t},et=t=>t==="prod-cn"||t==="staging-cn";var tt=3030,rt="/oauth/redirect",jr=t=>{switch(t){case"local":return{CONNECT_API_BASE_URL:"http://localhost:3000/rest",CANVA_ENV_URL:"http://localhost:3000",CANVA_CLI_CLIENT_ID:"FAKE_CLIENT_ID",FLAVOR:"local"};case"dev":return{CONNECT_API_BASE_URL:"https://api.canva-dev.com/rest",CANVA_ENV_URL:"https://www.canva-dev.com",CANVA_CLI_CLIENT_ID:"OC-AZFEJKOjQYw3",FLAVOR:"dev"};case"staging-cn":return{CONNECT_API_BASE_URL:"https://api.canva-staging.cn/rest",CANVA_ENV_URL:"https://www.canva-staging.cn",CANVA_CLI_CLIENT_ID:"OC-AZNlOhtxI_Zb",FLAVOR:"staging-cn"};case"staging":return{CONNECT_API_BASE_URL:"https://api.canva-staging.com/rest",CANVA_ENV_URL:"https://www.canva-staging.com",CANVA_CLI_CLIENT_ID:"OC-AZH-EOTpT8Ib",FLAVOR:"staging"};case"prod-cn":return{CONNECT_API_BASE_URL:"https://api.canva.cn/rest",CANVA_ENV_URL:"https://www.canva.cn",CANVA_CLI_CLIENT_ID:"OC-AZN2AS1hKtVM",FLAVOR:"prod-cn"};case"prod":default:return{CONNECT_API_BASE_URL:"https://api.canva.com/rest",CANVA_ENV_URL:"https://www.canva.com",CANVA_CLI_CLIENT_ID:"OC-AZICxlGo2biD",FLAVOR:"prod"}}},st=({fallback:t="prod"})=>Pe({server:{FLAVOR:L.enum(["prod","prod-cn","staging","staging-cn","dev","local"]).default(t),CONNECT_API_BASE_URL:L.string().url(),CANVA_ENV_URL:L.string().url(),CANVA_CLI_CLIENT_ID:L.enum(["OC-AZICxlGo2biD","OC-AZN2AS1hKtVM","OC-AZH-EOTpT8Ib","OC-AZNlOhtxI_Zb","OC-AZFEJKOjQYw3","FAKE_CLIENT_ID"]).default("OC-AZICxlGo2biD"),CANVA_CLI_AUTH_CALLBACK_PORT:L.coerce.number().default(tt),CANVA_CLI_AUTH_CALLBACK_PATH:L.string().default(rt),CANVA_CLI_CANARY:L.boolean().default(!1)},runtimeEnv:{...jr(Xe({fallback:t})),CANVA_CLI_AUTH_CALLBACK_PORT:Number(process.env.CANVA_CLI_AUTH_CALLBACK_PORT||tt),CANVA_CLI_AUTH_CALLBACK_PATH:process.env.CANVA_CLI_AUTH_CALLBACK_PATH||rt,CANVA_CLI_CANARY:process.env.CANVA_CLI_CANARY==="true"},emptyStringAsUndefined:!0});var ft=bt(dt(),1);import ut from"path";var lt=".env",Qr=({envLines:t,key:e,value:r,comment:s=""})=>t.map(n=>{if(n.startsWith(`${e}=`)){let a=`${e}=${r}`;return s?`${a} ${s}`:a}return n}),Xr=(t,e)=>{let r=[`
|
|
5
5
|
# Added by canva apps doctor`],s=e.split(`
|
|
6
6
|
`);for(let n of t){let a=s.findIndex(i=>{let o=i.match(/^\s*([\w.-]+)\s*=/);return o&&o[1]===n});if(a!==-1){let i=[],o=a-1;for(;o>=0&&s[o]?.trim().startsWith("#");)i.unshift(s[o]),o--;i.length>0&&r.push("",...i.filter(d=>d!==void 0)),s[a]!==void 0&&r.push(s[a])}}return r.join(`
|
|
7
7
|
`)};var pt=t=>new Set(t.split(`
|
|
8
|
-
`).map(e=>e.trim()).filter(e=>e&&!e.startsWith("#")).filter(e=>e.includes("=")).map(e=>e.split("=")[0]?.trim()??"").filter(e=>e!==""));var Oe=class{constructor(e,r,s=!1){this.env=e;this.fileService=r;this.debug=s}get isChina(){return et(this.env.FLAVOR)}handleError(e,r,s){let n=`${r}: ${e instanceof Error?e.message:String(e)}`;return this.debug&&console.error(n),{success:!1,code:s,message:n}}async getAppIdFromEnvFile(){let e=await this.getLocalFile();if(!e.success||e.data.trim()==="")return{success:!1,code:"FILE_NOT_FOUND",message:this.env.CANVA_CLI_CANARY?"No .env file found, ensure you are in your intended app's directory or run `canva apps link`.":"No .env file found, ensure you are in your intended app's directory."};let s=ft.parse(e.data).CANVA_APP_ID;if(!s){let n="CANVA_APP_ID not found in .env file";return this.debug&&console.error(n),{success:!1,code:"MISSING_FIELD",message:n}}return{success:!0,data:s}}async fetchRemoteEnvTemplate(){try{let e=await fetch("https://raw.githubusercontent.com/canva-sdks/canva-apps-sdk-starter-kit/refs/heads/main/.env.template");return e.ok?{success:!0,data:await e.text()}:this.handleError(new Error(e.statusText),"Failed to fetch .env.template","ENV_TEMPLATE_ERROR")}catch(e){return this.handleError(e,"Failed to fetch .env.template","ENV_TEMPLATE_ERROR")}}async writeEnvFile(e){try{return this.fileService.writeFile(ut.join(process.cwd(),lt),e)}catch(r){return this.handleError(r,"Failed to write app config file","ENV_WRITE_ERROR")}}async checkEnv(){let e=await this.getLocalFile();if(!e.success)return e;let r=await this.fetchRemoteEnvTemplate();if(!r.success)return r;let s=r.data,n=pt(r.data),a=pt(e.data),i=Array.from(n).filter(
|
|
8
|
+
`).map(e=>e.trim()).filter(e=>e&&!e.startsWith("#")).filter(e=>e.includes("=")).map(e=>e.split("=")[0]?.trim()??"").filter(e=>e!==""));var Oe=class{constructor(e,r,s=!1){this.env=e;this.fileService=r;this.debug=s}get isChina(){return et(this.env.FLAVOR)}handleError(e,r,s){let n=`${r}: ${e instanceof Error?e.message:String(e)}`;return this.debug&&console.error(n),{success:!1,code:s,message:n}}async getAppIdFromEnvFile(){let e=await this.getLocalFile();if(!e.success||e.data.trim()==="")return{success:!1,code:"FILE_NOT_FOUND",message:this.env.CANVA_CLI_CANARY?"No .env file found, ensure you are in your intended app's directory or run `canva apps link`.":"No .env file found, ensure you are in your intended app's directory."};let s=ft.parse(e.data).CANVA_APP_ID;if(!s){let n="CANVA_APP_ID not found in .env file";return this.debug&&console.error(n),{success:!1,code:"MISSING_FIELD",message:n}}return{success:!0,data:s}}async fetchRemoteEnvTemplate(){try{let e=await fetch("https://raw.githubusercontent.com/canva-sdks/canva-apps-sdk-starter-kit/refs/heads/main/.env.template");return e.ok?{success:!0,data:await e.text()}:this.handleError(new Error(e.statusText),"Failed to fetch .env.template","ENV_TEMPLATE_ERROR")}catch(e){return this.handleError(e,"Failed to fetch .env.template","ENV_TEMPLATE_ERROR")}}async writeEnvFile(e){try{return this.fileService.writeFile(ut.join(process.cwd(),lt),e)}catch(r){return this.handleError(r,"Failed to write app config file","ENV_WRITE_ERROR")}}async checkEnv(){let e=await this.getLocalFile();if(!e.success)return e;let r=await this.fetchRemoteEnvTemplate();if(!r.success)return r;let s=r.data,n=pt(r.data),a=pt(e.data),i=Array.from(n).filter(x=>!a.has(x)),o=e.data,d=o.trim()==="",u=Xr(i,s),h=o.trim()+`
|
|
9
9
|
`+u;return{success:!0,data:{localContent:o,localIsEmpty:d,remoteTemplate:s,missingKeys:i,suggestedContent:h}}}async getLocalFile(){let e=ut.join(process.cwd(),lt),r=await this.fileService.exists(e);if(!r.success||!r.data)return{success:!0,data:""};let s=await this.fileService.readFile(e);return s.success?{success:!0,data:s.data}:s}updateEnvFile(e,r){let n=[...e.split(`
|
|
10
10
|
`)];for(let[a,i]of Object.entries(r))n=Qr({envLines:n,key:a,value:i});return n.join(`
|
|
11
11
|
`)}};import es from"fs/promises";var Ce=class{constructor(e=es,r=!1){this.fileSystem=e;this.debug=r}handleError(e,r,s){let n=`${r}: ${e instanceof Error?e.message:String(e)}`;return this.debug&&console.error(n),{success:!1,code:s,message:n}}async handleFileOperation(e,r,s){try{return{success:!0,data:await e()}}catch(n){return this.handleError(n,`Failed to ${s} file at ${r}`,"FILE_NOT_FOUND")}}async exists(e){return this.handleFileOperation(()=>this.fileSystem.access(e),e,"access").then(r=>({success:!0,data:r.success}))}async readFile(e){return this.handleFileOperation(()=>this.fileSystem.readFile(e,"utf-8"),e,"read")}async writeFile(e,r){return this.handleFileOperation(async()=>(await this.fileSystem.writeFile(e,r,"utf-8"),!0),e,"write")}async readDir(e){return this.handleFileOperation(async()=>{let r=await this.fileSystem.readdir(e),s=[];for(let n of r){let a=`${e}/${n}`;if((await this.fileSystem.stat(a)).isDirectory()){let o=await this.readDir(a);o.success&&s.push(...o.data)}else s.push(a)}return s},e,"readDir")}async mkdir(e,r){return this.handleFileOperation(async()=>(await this.fileSystem.mkdir(e,r),!0),e,"mkdir")}};var ht=st({fallback:"prod"}),ts=new Ce,rs=new Oe(ht,ts),ss=new Ae(rs,ht),gn=({appId:t,intent:e}={})=>ss.generatePreviewResult(t,e);export{gn as generatePreviewUrl};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canva/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"description": "The official Canva CLI.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Canva Pty Ltd.",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"ink": "6.3.1",
|
|
35
|
-
"react": "^19.2.
|
|
36
|
-
"@modelcontextprotocol/sdk": "1.
|
|
35
|
+
"react": "^19.2.3",
|
|
36
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
37
37
|
"react-docgen-typescript": "2.4.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@canva/app-hooks": "^0.0.0-beta.4",
|
|
10
10
|
"@canva/app-i18n-kit": "^1.2.0",
|
|
11
|
-
"@canva/app-ui-kit": "^5.
|
|
12
|
-
"@canva/asset": "^2.
|
|
11
|
+
"@canva/app-ui-kit": "^5.4.0",
|
|
12
|
+
"@canva/asset": "^2.3.0",
|
|
13
13
|
"@canva/design": "^2.7.5",
|
|
14
14
|
"@canva/error": "^2.1.0",
|
|
15
15
|
"@canva/platform": "^2.2.0",
|
|
16
|
-
"@canva/user": "^2.1.
|
|
16
|
+
"@canva/user": "^2.1.2",
|
|
17
17
|
"cookie-parser": "1.4.7",
|
|
18
|
-
"react": "^19.2.
|
|
19
|
-
"react-dom": "^19.2.
|
|
18
|
+
"react": "^19.2.3",
|
|
19
|
+
"react-dom": "^19.2.3",
|
|
20
20
|
"react-intl": "^7.1.11"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"express": "4.22.1",
|
|
47
47
|
"express-basic-auth": "1.2.1",
|
|
48
48
|
"jest": "29.7.0",
|
|
49
|
-
"jsonwebtoken": "9.0.
|
|
49
|
+
"jsonwebtoken": "9.0.3",
|
|
50
50
|
"jwks-rsa": "3.2.0",
|
|
51
51
|
"mini-css-extract-plugin": "2.9.4",
|
|
52
52
|
"node-fetch": "3.3.2",
|
|
@@ -61,8 +61,6 @@ export function buildConfig({
|
|
|
61
61
|
target: "web",
|
|
62
62
|
resolve: {
|
|
63
63
|
alias: {
|
|
64
|
-
assets: path.resolve(process.cwd(), "assets"),
|
|
65
|
-
utils: path.resolve(process.cwd(), "utils"),
|
|
66
64
|
styles: path.resolve(process.cwd(), "styles"),
|
|
67
65
|
src: path.resolve(process.cwd(), "src"),
|
|
68
66
|
},
|
|
@@ -219,10 +217,6 @@ function buildDevConfig(options?: DevConfig): {
|
|
|
219
217
|
client: {
|
|
220
218
|
logging: "verbose",
|
|
221
219
|
},
|
|
222
|
-
static: {
|
|
223
|
-
directory: path.resolve(process.cwd(), "assets"),
|
|
224
|
-
publicPath: "/assets",
|
|
225
|
-
},
|
|
226
220
|
};
|
|
227
221
|
|
|
228
222
|
if (enableHmr && appOrigin) {
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@canva/app-hooks": "^0.0.0-beta.4",
|
|
22
22
|
"@canva/app-components": "^2.1.0",
|
|
23
23
|
"@canva/app-i18n-kit": "^1.2.0",
|
|
24
|
-
"@canva/app-ui-kit": "^5.
|
|
25
|
-
"@canva/asset": "^2.
|
|
24
|
+
"@canva/app-ui-kit": "^5.4.0",
|
|
25
|
+
"@canva/asset": "^2.3.0",
|
|
26
26
|
"@canva/design": "^2.7.5",
|
|
27
27
|
"@canva/error": "^2.1.0",
|
|
28
28
|
"@canva/intents": "^2.0.0",
|
|
29
29
|
"@canva/platform": "^2.2.0",
|
|
30
|
-
"@canva/user": "^2.1.
|
|
30
|
+
"@canva/user": "^2.1.2",
|
|
31
31
|
"cookie-parser": "1.4.7",
|
|
32
32
|
"cors": "2.8.5",
|
|
33
|
-
"react": "^19.2.
|
|
34
|
-
"react-dom": "^19.2.
|
|
33
|
+
"react": "^19.2.3",
|
|
34
|
+
"react-dom": "^19.2.3",
|
|
35
35
|
"react-intl": "^7.1.11"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"jest": "29.7.0",
|
|
70
70
|
"jest-css-modules-transform": "4.4.2",
|
|
71
71
|
"jest-environment-jsdom": "29.7.0",
|
|
72
|
-
"jsonwebtoken": "9.0.
|
|
72
|
+
"jsonwebtoken": "9.0.3",
|
|
73
73
|
"jwks-rsa": "3.2.0",
|
|
74
74
|
"mini-css-extract-plugin": "2.9.4",
|
|
75
75
|
"node-fetch": "3.3.2",
|
|
@@ -61,8 +61,6 @@ export function buildConfig({
|
|
|
61
61
|
target: "web",
|
|
62
62
|
resolve: {
|
|
63
63
|
alias: {
|
|
64
|
-
assets: path.resolve(process.cwd(), "assets"),
|
|
65
|
-
utils: path.resolve(process.cwd(), "utils"),
|
|
66
64
|
styles: path.resolve(process.cwd(), "styles"),
|
|
67
65
|
src: path.resolve(process.cwd(), "src"),
|
|
68
66
|
},
|
|
@@ -219,10 +217,6 @@ function buildDevConfig(options?: DevConfig): {
|
|
|
219
217
|
client: {
|
|
220
218
|
logging: "verbose",
|
|
221
219
|
},
|
|
222
|
-
static: {
|
|
223
|
-
directory: path.resolve(process.cwd(), "assets"),
|
|
224
|
-
publicPath: "/assets",
|
|
225
|
-
},
|
|
226
220
|
};
|
|
227
221
|
|
|
228
222
|
if (enableHmr && appOrigin) {
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@canva/app-hooks": "^0.0.0-beta.4",
|
|
23
23
|
"@canva/app-i18n-kit": "^1.2.0",
|
|
24
|
-
"@canva/app-ui-kit": "^5.
|
|
25
|
-
"@canva/asset": "^2.
|
|
24
|
+
"@canva/app-ui-kit": "^5.4.0",
|
|
25
|
+
"@canva/asset": "^2.3.0",
|
|
26
26
|
"@canva/design": "^2.7.5",
|
|
27
27
|
"@canva/error": "^2.1.0",
|
|
28
28
|
"@canva/intents": "^2.0.0",
|
|
29
29
|
"@canva/platform": "^2.2.0",
|
|
30
|
-
"@canva/user": "^2.1.
|
|
31
|
-
"react": "^19.2.
|
|
32
|
-
"react-dom": "^19.2.
|
|
30
|
+
"@canva/user": "^2.1.2",
|
|
31
|
+
"react": "^19.2.3",
|
|
32
|
+
"react-dom": "^19.2.3",
|
|
33
33
|
"react-error-boundary": "6.0.0",
|
|
34
34
|
"react-intl": "^7.1.11",
|
|
35
|
-
"react-router-dom": "7.
|
|
35
|
+
"react-router-dom": "7.12.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@canva/app-eslint-plugin": "^1.0.0-beta.7",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"jest-css-modules-transform": "4.4.2",
|
|
68
68
|
"jest-environment-jsdom": "29.7.0",
|
|
69
|
-
"jsonwebtoken": "9.0.
|
|
69
|
+
"jsonwebtoken": "9.0.3",
|
|
70
70
|
"jwks-rsa": "3.2.0",
|
|
71
71
|
"mini-css-extract-plugin": "2.9.4",
|
|
72
72
|
"node-fetch": "3.3.2",
|
|
@@ -61,8 +61,6 @@ export function buildConfig({
|
|
|
61
61
|
target: "web",
|
|
62
62
|
resolve: {
|
|
63
63
|
alias: {
|
|
64
|
-
assets: path.resolve(process.cwd(), "assets"),
|
|
65
|
-
utils: path.resolve(process.cwd(), "utils"),
|
|
66
64
|
styles: path.resolve(process.cwd(), "styles"),
|
|
67
65
|
src: path.resolve(process.cwd(), "src"),
|
|
68
66
|
},
|
|
@@ -219,10 +217,6 @@ function buildDevConfig(options?: DevConfig): {
|
|
|
219
217
|
client: {
|
|
220
218
|
logging: "verbose",
|
|
221
219
|
},
|
|
222
|
-
static: {
|
|
223
|
-
directory: path.resolve(process.cwd(), "assets"),
|
|
224
|
-
publicPath: "/assets",
|
|
225
|
-
},
|
|
226
220
|
};
|
|
227
221
|
|
|
228
222
|
if (enableHmr && appOrigin) {
|