@jsfsi-core/ts-crossplatform 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +14 -22
- package/dist/index.mjs +660 -631
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,26 +1,18 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const De=(e={})=>e,Le=e=>[e,void 0],Ge=e=>[void 0,e];class Ke{name;constructor(){this.name=this.constructor.name}}const Ye=e=>n=>!(n instanceof e),qe=e=>n=>n instanceof e,Be=(e,n=process.env)=>{const t=e.safeParse(n);if(!t.success)throw new Error(`Invalid environment variables: ${JSON.stringify(t.error.issues)}`);return t.data};function Xe(e){return new Promise(n=>setTimeout(n,e))}function ye(e,n){return new Date(e).toLocaleDateString(n,{year:"numeric",month:"2-digit",day:"2-digit"})}function ke(e,n){return new Date(e).toLocaleTimeString(n,{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})}function Je(e,n){return`${ye(e,n)} ${ke(e,n)}`}const Qe="00000000-0000-0000-0000-000000000000",We=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function $e(e){return typeof e=="string"&&We.test(e)}function He(e){if(!$e(e))throw TypeError("Invalid UUID");let n;return Uint8Array.of((n=parseInt(e.slice(0,8),16))>>>24,n>>>16&255,n>>>8&255,n&255,(n=parseInt(e.slice(9,13),16))>>>8,n&255,(n=parseInt(e.slice(14,18),16))>>>8,n&255,(n=parseInt(e.slice(19,23),16))>>>8,n&255,(n=parseInt(e.slice(24,36),16))/1099511627776&255,n/4294967296&255,n>>>24&255,n>>>16&255,n>>>8&255,n&255)}const b=[];for(let e=0;e<256;++e)b.push((e+256).toString(16).slice(1));function en(e,n=0){return(b[e[n+0]]+b[e[n+1]]+b[e[n+2]]+b[e[n+3]]+"-"+b[e[n+4]]+b[e[n+5]]+"-"+b[e[n+6]]+b[e[n+7]]+"-"+b[e[n+8]]+b[e[n+9]]+"-"+b[e[n+10]]+b[e[n+11]]+b[e[n+12]]+b[e[n+13]]+b[e[n+14]]+b[e[n+15]]).toLowerCase()}let L;const nn=new Uint8Array(16);function tn(){if(!L){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");L=crypto.getRandomValues.bind(crypto)}return L(nn)}const rn=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),re={randomUUID:rn};function on(e,n,t){if(re.randomUUID&&!e)return re.randomUUID();e=e||{};const r=e.random??e.rng?.()??tn();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,en(r)}class N{uuid;constructor(n){He(n),this.uuid=n}toString(){return this.uuid}equals(n){return this.uuid===n.toString()}static new(){return new N(on())}static empty(){return new N(Qe)}static isValid(n){return!!(n&&$e(n))}static parse(n){return n&&N.isValid(n)?new N(n):void 0}}function c(e,n,t){function r(s,l){var f;Object.defineProperty(s,"_zod",{value:s._zod??{},enumerable:!1}),(f=s._zod).traits??(f.traits=new Set),s._zod.traits.add(e),n(s,l);for(const y in i.prototype)y in s||Object.defineProperty(s,y,{value:i.prototype[y].bind(s)});s._zod.constr=i,s._zod.def=l}const o=t?.Parent??Object;class u extends o{}Object.defineProperty(u,"name",{value:e});function i(s){var l;const f=t?.Parent?new u:this;r(f,s),(l=f._zod).deferred??(l.deferred=[]);for(const y of f._zod.deferred)y();return f}return Object.defineProperty(i,"init",{value:r}),Object.defineProperty(i,Symbol.hasInstance,{value:s=>t?.Parent&&s instanceof t.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}class S extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const Ze={};function P(e){return Ze}function un(e){const n=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>n.indexOf(+r)===-1).map(([r,o])=>o)}function sn(e,n){return typeof n=="bigint"?n.toString():n}function Ee(e){return{get value(){{const n=e();return Object.defineProperty(this,"value",{value:n}),n}}}}function J(e){return e==null}function Q(e){const n=e.startsWith("^")?1:0,t=e.endsWith("$")?e.length-1:e.length;return e.slice(n,t)}function cn(e,n){const t=(e.toString().split(".")[1]||"").length,r=(n.toString().split(".")[1]||"").length,o=t>r?t:r,u=Number.parseInt(e.toFixed(o).replace(".","")),i=Number.parseInt(n.toFixed(o).replace(".",""));return u%i/10**o}function h(e,n,t){Object.defineProperty(e,n,{get(){{const r=t();return e[n]=r,r}},set(r){Object.defineProperty(e,n,{value:r})},configurable:!0})}function W(e,n,t){Object.defineProperty(e,n,{value:t,writable:!0,enumerable:!0,configurable:!0})}function x(e){return JSON.stringify(e)}const Pe=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function Y(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const an=Ee(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function q(e){if(Y(e)===!1)return!1;const n=e.constructor;if(n===void 0)return!0;const t=n.prototype;return!(Y(t)===!1||Object.prototype.hasOwnProperty.call(t,"isPrototypeOf")===!1)}const ln=new Set(["string","number","symbol"]);function fn(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function I(e,n,t){const r=new e._zod.constr(n??e._zod.def);return(!n||t?.parent)&&(r._zod.parent=e),r}function g(e){const n=e;if(!n)return{};if(typeof n=="string")return{error:()=>n};if(n?.message!==void 0){if(n?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");n.error=n.message}return delete n.message,typeof n.error=="string"?{...n,error:()=>n.error}:n}function pn(e){return Object.keys(e).filter(n=>e[n]._zod.optin==="optional"&&e[n]._zod.optout==="optional")}const hn={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function dn(e,n){const t={},r=e._zod.def;for(const o in n){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);n[o]&&(t[o]=r.shape[o])}return I(e,{...e._zod.def,shape:t,checks:[]})}function mn(e,n){const t={...e._zod.def.shape},r=e._zod.def;for(const o in n){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);n[o]&&delete t[o]}return I(e,{...e._zod.def,shape:t,checks:[]})}function _n(e,n){if(!q(n))throw new Error("Invalid input to extend: expected a plain object");const t={...e._zod.def,get shape(){const r={...e._zod.def.shape,...n};return W(this,"shape",r),r},checks:[]};return I(e,t)}function vn(e,n){return I(e,{...e._zod.def,get shape(){const t={...e._zod.def.shape,...n._zod.def.shape};return W(this,"shape",t),t},catchall:n._zod.def.catchall,checks:[]})}function gn(e,n,t){const r=n._zod.def.shape,o={...r};if(t)for(const u in t){if(!(u in r))throw new Error(`Unrecognized key: "${u}"`);t[u]&&(o[u]=e?new e({type:"optional",innerType:r[u]}):r[u])}else for(const u in r)o[u]=e?new e({type:"optional",innerType:r[u]}):r[u];return I(n,{...n._zod.def,shape:o,checks:[]})}function zn(e,n,t){const r=n._zod.def.shape,o={...r};if(t)for(const u in t){if(!(u in o))throw new Error(`Unrecognized key: "${u}"`);t[u]&&(o[u]=new e({type:"nonoptional",innerType:r[u]}))}else for(const u in r)o[u]=new e({type:"nonoptional",innerType:r[u]});return I(n,{...n._zod.def,shape:o,checks:[]})}function j(e,n=0){for(let t=n;t<e.issues.length;t++)if(e.issues[t]?.continue!==!0)return!0;return!1}function H(e,n){return n.map(t=>{var r;return(r=t).path??(r.path=[]),t.path.unshift(e),t})}function F(e){return typeof e=="string"?e:e?.message}function T(e,n,t){const r={...e,path:e.path??[]};if(!e.message){const o=F(e.inst?._zod.def?.error?.(e))??F(n?.error?.(e))??F(t.customError?.(e))??F(t.localeError?.(e))??"Invalid input";r.message=o}return delete r.inst,delete r.continue,n?.reportInput||delete r.input,r}function ee(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function A(...e){const[n,t,r]=e;return typeof n=="string"?{message:n,code:"custom",input:t,inst:r}:{...n}}const Te=(e,n)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:n,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(n,sn,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Ie=c("$ZodError",Te),Ne=c("$ZodError",Te,{Parent:Error});function wn(e,n=t=>t.message){const t={},r=[];for(const o of e.issues)o.path.length>0?(t[o.path[0]]=t[o.path[0]]||[],t[o.path[0]].push(n(o))):r.push(n(o));return{formErrors:r,fieldErrors:t}}function bn(e,n){const t=n||function(u){return u.message},r={_errors:[]},o=u=>{for(const i of u.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(s=>o({issues:s}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)r._errors.push(t(i));else{let s=r,l=0;for(;l<i.path.length;){const f=i.path[l];l===i.path.length-1?(s[f]=s[f]||{_errors:[]},s[f]._errors.push(t(i))):s[f]=s[f]||{_errors:[]},s=s[f],l++}}};return o(e),r}const yn=e=>(n,t,r,o)=>{const u=r?Object.assign(r,{async:!1}):{async:!1},i=n._zod.run({value:t,issues:[]},u);if(i instanceof Promise)throw new S;if(i.issues.length){const s=new(o?.Err??e)(i.issues.map(l=>T(l,u,P())));throw Pe(s,o?.callee),s}return i.value},kn=e=>async(n,t,r,o)=>{const u=r?Object.assign(r,{async:!0}):{async:!0};let i=n._zod.run({value:t,issues:[]},u);if(i instanceof Promise&&(i=await i),i.issues.length){const s=new(o?.Err??e)(i.issues.map(l=>T(l,u,P())));throw Pe(s,o?.callee),s}return i.value},Oe=e=>(n,t,r)=>{const o=r?{...r,async:!1}:{async:!1},u=n._zod.run({value:t,issues:[]},o);if(u instanceof Promise)throw new S;return u.issues.length?{success:!1,error:new(e??Ie)(u.issues.map(i=>T(i,o,P())))}:{success:!0,data:u.value}},$n=Oe(Ne),xe=e=>async(n,t,r)=>{const o=r?Object.assign(r,{async:!0}):{async:!0};let u=n._zod.run({value:t,issues:[]},o);return u instanceof Promise&&(u=await u),u.issues.length?{success:!1,error:new e(u.issues.map(i=>T(i,o,P())))}:{success:!0,data:u.value}},Zn=xe(Ne),En=/^\d+$/,Pn=/^-?\d+(?:\.\d+)?/i,$=c("$ZodCheck",(e,n)=>{var t;e._zod??(e._zod={}),e._zod.def=n,(t=e._zod).onattach??(t.onattach=[])}),je={number:"number",bigint:"bigint",object:"date"},Se=c("$ZodCheckLessThan",(e,n)=>{$.init(e,n);const t=je[typeof n.value];e._zod.onattach.push(r=>{const o=r._zod.bag,u=(n.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;n.value<u&&(n.inclusive?o.maximum=n.value:o.exclusiveMaximum=n.value)}),e._zod.check=r=>{(n.inclusive?r.value<=n.value:r.value<n.value)||r.issues.push({origin:t,code:"too_big",maximum:n.value,input:r.value,inclusive:n.inclusive,inst:e,continue:!n.abort})}}),Ae=c("$ZodCheckGreaterThan",(e,n)=>{$.init(e,n);const t=je[typeof n.value];e._zod.onattach.push(r=>{const o=r._zod.bag,u=(n.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;n.value>u&&(n.inclusive?o.minimum=n.value:o.exclusiveMinimum=n.value)}),e._zod.check=r=>{(n.inclusive?r.value>=n.value:r.value>n.value)||r.issues.push({origin:t,code:"too_small",minimum:n.value,input:r.value,inclusive:n.inclusive,inst:e,continue:!n.abort})}}),Tn=c("$ZodCheckMultipleOf",(e,n)=>{$.init(e,n),e._zod.onattach.push(t=>{var r;(r=t._zod.bag).multipleOf??(r.multipleOf=n.value)}),e._zod.check=t=>{if(typeof t.value!=typeof n.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof t.value=="bigint"?t.value%n.value===BigInt(0):cn(t.value,n.value)===0)||t.issues.push({origin:typeof t.value,code:"not_multiple_of",divisor:n.value,input:t.value,inst:e,continue:!n.abort})}}),In=c("$ZodCheckNumberFormat",(e,n)=>{$.init(e,n),n.format=n.format||"float64";const t=n.format?.includes("int"),r=t?"int":"number",[o,u]=hn[n.format];e._zod.onattach.push(i=>{const s=i._zod.bag;s.format=n.format,s.minimum=o,s.maximum=u,t&&(s.pattern=En)}),e._zod.check=i=>{const s=i.value;if(t){if(!Number.isInteger(s)){i.issues.push({expected:r,format:n.format,code:"invalid_type",input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?i.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!n.abort}):i.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!n.abort});return}}s<o&&i.issues.push({origin:"number",input:s,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!n.abort}),s>u&&i.issues.push({origin:"number",input:s,code:"too_big",maximum:u,inst:e})}}),Nn=c("$ZodCheckMaxLength",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!J(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;n.maximum<o&&(r._zod.bag.maximum=n.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=n.maximum)return;const i=ee(o);r.issues.push({origin:i,code:"too_big",maximum:n.maximum,inclusive:!0,input:o,inst:e,continue:!n.abort})}}),On=c("$ZodCheckMinLength",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!J(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;n.minimum>o&&(r._zod.bag.minimum=n.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=n.minimum)return;const i=ee(o);r.issues.push({origin:i,code:"too_small",minimum:n.minimum,inclusive:!0,input:o,inst:e,continue:!n.abort})}}),xn=c("$ZodCheckLengthEquals",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!J(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=n.length,o.maximum=n.length,o.length=n.length}),e._zod.check=r=>{const o=r.value,u=o.length;if(u===n.length)return;const i=ee(o),s=u>n.length;r.issues.push({origin:i,...s?{code:"too_big",maximum:n.length}:{code:"too_small",minimum:n.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!n.abort})}}),jn=c("$ZodCheckOverwrite",(e,n)=>{$.init(e,n),e._zod.check=t=>{t.value=n.tx(t.value)}});class Sn{constructor(n=[]){this.content=[],this.indent=0,this&&(this.args=n)}indented(n){this.indent+=1,n(this),this.indent-=1}write(n){if(typeof n=="function"){n(this,{execution:"sync"}),n(this,{execution:"async"});return}const r=n.split(`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ke=(e={})=>e,Ye=e=>[e,void 0],qe=e=>[void 0,e];class Je{name;constructor(){this.name=this.constructor.name}}const Be=e=>n=>!(n instanceof e),Xe=e=>n=>n instanceof e,Qe=(e,n=process.env)=>{const t=e.safeParse(n);if(!t.success)throw new Error(`Invalid environment variables: ${JSON.stringify(t.error.issues)}`);return t.data};function We(e){return new Promise(n=>setTimeout(n,e))}function we(e,n){return new Date(e).toLocaleDateString(n,{year:"numeric",month:"2-digit",day:"2-digit"})}function ke(e,n){return new Date(e).toLocaleTimeString(n,{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})}function He(e,n){return`${we(e,n)} ${ke(e,n)}`}const en="00000000-0000-0000-0000-000000000000",nn=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function $e(e){return typeof e=="string"&&nn.test(e)}function tn(e){if(!$e(e))throw TypeError("Invalid UUID");let n;return Uint8Array.of((n=parseInt(e.slice(0,8),16))>>>24,n>>>16&255,n>>>8&255,n&255,(n=parseInt(e.slice(9,13),16))>>>8,n&255,(n=parseInt(e.slice(14,18),16))>>>8,n&255,(n=parseInt(e.slice(19,23),16))>>>8,n&255,(n=parseInt(e.slice(24,36),16))/1099511627776&255,n/4294967296&255,n>>>24&255,n>>>16&255,n>>>8&255,n&255)}const z=[];for(let e=0;e<256;++e)z.push((e+256).toString(16).slice(1));function rn(e,n=0){return(z[e[n+0]]+z[e[n+1]]+z[e[n+2]]+z[e[n+3]]+"-"+z[e[n+4]]+z[e[n+5]]+"-"+z[e[n+6]]+z[e[n+7]]+"-"+z[e[n+8]]+z[e[n+9]]+"-"+z[e[n+10]]+z[e[n+11]]+z[e[n+12]]+z[e[n+13]]+z[e[n+14]]+z[e[n+15]]).toLowerCase()}let G;const on=new Uint8Array(16);function un(){if(!G){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");G=crypto.getRandomValues.bind(crypto)}return G(on)}const sn=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ne={randomUUID:sn};function cn(e,n,t){if(ne.randomUUID&&!e)return ne.randomUUID();e=e||{};const r=e.random??e.rng?.()??un();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,rn(r)}class I{uuid;constructor(n){tn(n),this.uuid=n}toString(){return this.uuid}equals(n){return this.uuid===n.toString()}static new(){return new I(cn())}static empty(){return new I(en)}static isValid(n){return!!(n&&$e(n))}static parse(n){return n&&I.isValid(n)?new I(n):void 0}}function c(e,n,t){function r(s,a){var l;Object.defineProperty(s,"_zod",{value:s._zod??{},enumerable:!1}),(l=s._zod).traits??(l.traits=new Set),s._zod.traits.add(e),n(s,a);for(const b in i.prototype)b in s||Object.defineProperty(s,b,{value:i.prototype[b].bind(s)});s._zod.constr=i,s._zod.def=a}const o=t?.Parent??Object;class u extends o{}Object.defineProperty(u,"name",{value:e});function i(s){var a;const l=t?.Parent?new u:this;r(l,s),(a=l._zod).deferred??(a.deferred=[]);for(const b of l._zod.deferred)b();return l}return Object.defineProperty(i,"init",{value:r}),Object.defineProperty(i,Symbol.hasInstance,{value:s=>t?.Parent&&s instanceof t.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}class S extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const Ze={};function E(e){return Ze}function an(e){const n=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>n.indexOf(+r)===-1).map(([r,o])=>o)}function q(e,n){return typeof n=="bigint"?n.toString():n}function Pe(e){return{get value(){{const n=e();return Object.defineProperty(this,"value",{value:n}),n}}}}function Q(e){return e==null}function W(e){const n=e.startsWith("^")?1:0,t=e.endsWith("$")?e.length-1:e.length;return e.slice(n,t)}function ln(e,n){const t=(e.toString().split(".")[1]||"").length,r=n.toString();let o=(r.split(".")[1]||"").length;if(o===0&&/\d?e-\d?/.test(r)){const a=r.match(/\d?e-(\d?)/);a?.[1]&&(o=Number.parseInt(a[1]))}const u=t>o?t:o,i=Number.parseInt(e.toFixed(u).replace(".","")),s=Number.parseInt(n.toFixed(u).replace(".",""));return i%s/10**u}const te=Symbol("evaluating");function p(e,n,t){let r;Object.defineProperty(e,n,{get(){if(r!==te)return r===void 0&&(r=te,r=t()),r},set(o){Object.defineProperty(e,n,{value:o})},configurable:!0})}function fn(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function O(e,n,t){Object.defineProperty(e,n,{value:t,writable:!0,enumerable:!0,configurable:!0})}function x(...e){const n={};for(const t of e){const r=Object.getOwnPropertyDescriptors(t);Object.assign(n,r)}return Object.defineProperties({},n)}function re(e){return JSON.stringify(e)}const Ee="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function J(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const pn=Pe(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function U(e){if(J(e)===!1)return!1;const n=e.constructor;if(n===void 0)return!0;const t=n.prototype;return!(J(t)===!1||Object.prototype.hasOwnProperty.call(t,"isPrototypeOf")===!1)}function Te(e){return U(e)?{...e}:e}const hn=new Set(["string","number","symbol"]);function dn(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function N(e,n,t){const r=new e._zod.constr(n??e._zod.def);return(!n||t?.parent)&&(r._zod.parent=e),r}function m(e){const n=e;if(!n)return{};if(typeof n=="string")return{error:()=>n};if(n?.message!==void 0){if(n?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");n.error=n.message}return delete n.message,typeof n.error=="string"?{...n,error:()=>n.error}:n}function mn(e){return Object.keys(e).filter(n=>e[n]._zod.optin==="optional"&&e[n]._zod.optout==="optional")}const _n={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function gn(e,n){const t=e._zod.def,r=x(e._zod.def,{get shape(){const o={};for(const u in n){if(!(u in t.shape))throw new Error(`Unrecognized key: "${u}"`);n[u]&&(o[u]=t.shape[u])}return O(this,"shape",o),o},checks:[]});return N(e,r)}function vn(e,n){const t=e._zod.def,r=x(e._zod.def,{get shape(){const o={...e._zod.def.shape};for(const u in n){if(!(u in t.shape))throw new Error(`Unrecognized key: "${u}"`);n[u]&&delete o[u]}return O(this,"shape",o),o},checks:[]});return N(e,r)}function zn(e,n){if(!U(n))throw new Error("Invalid input to extend: expected a plain object");const t=x(e._zod.def,{get shape(){const r={...e._zod.def.shape,...n};return O(this,"shape",r),r},checks:[]});return N(e,t)}function bn(e,n){const t=x(e._zod.def,{get shape(){const r={...e._zod.def.shape,...n._zod.def.shape};return O(this,"shape",r),r},get catchall(){return n._zod.def.catchall},checks:[]});return N(e,t)}function yn(e,n,t){const r=x(n._zod.def,{get shape(){const o=n._zod.def.shape,u={...o};if(t)for(const i in t){if(!(i in o))throw new Error(`Unrecognized key: "${i}"`);t[i]&&(u[i]=e?new e({type:"optional",innerType:o[i]}):o[i])}else for(const i in o)u[i]=e?new e({type:"optional",innerType:o[i]}):o[i];return O(this,"shape",u),u},checks:[]});return N(n,r)}function wn(e,n,t){const r=x(n._zod.def,{get shape(){const o=n._zod.def.shape,u={...o};if(t)for(const i in t){if(!(i in u))throw new Error(`Unrecognized key: "${i}"`);t[i]&&(u[i]=new e({type:"nonoptional",innerType:o[i]}))}else for(const i in o)u[i]=new e({type:"nonoptional",innerType:o[i]});return O(this,"shape",u),u},checks:[]});return N(n,r)}function j(e,n=0){for(let t=n;t<e.issues.length;t++)if(e.issues[t]?.continue!==!0)return!0;return!1}function Oe(e,n){return n.map(t=>{var r;return(r=t).path??(r.path=[]),t.path.unshift(e),t})}function C(e){return typeof e=="string"?e:e?.message}function T(e,n,t){const r={...e,path:e.path??[]};if(!e.message){const o=C(e.inst?._zod.def?.error?.(e))??C(n?.error?.(e))??C(t.customError?.(e))??C(t.localeError?.(e))??"Invalid input";r.message=o}return delete r.inst,delete r.continue,n?.reportInput||delete r.input,r}function H(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function A(...e){const[n,t,r]=e;return typeof n=="string"?{message:n,code:"custom",input:t,inst:r}:{...n}}const Ne=(e,n)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:n,enumerable:!1}),e.message=JSON.stringify(n,q,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Ie=c("$ZodError",Ne),xe=c("$ZodError",Ne,{Parent:Error});function kn(e,n=t=>t.message){const t={},r=[];for(const o of e.issues)o.path.length>0?(t[o.path[0]]=t[o.path[0]]||[],t[o.path[0]].push(n(o))):r.push(n(o));return{formErrors:r,fieldErrors:t}}function $n(e,n){const t=n||function(u){return u.message},r={_errors:[]},o=u=>{for(const i of u.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(s=>o({issues:s}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)r._errors.push(t(i));else{let s=r,a=0;for(;a<i.path.length;){const l=i.path[a];a===i.path.length-1?(s[l]=s[l]||{_errors:[]},s[l]._errors.push(t(i))):s[l]=s[l]||{_errors:[]},s=s[l],a++}}};return o(e),r}const Zn=e=>(n,t,r,o)=>{const u=r?Object.assign(r,{async:!1}):{async:!1},i=n._zod.run({value:t,issues:[]},u);if(i instanceof Promise)throw new S;if(i.issues.length){const s=new(o?.Err??e)(i.issues.map(a=>T(a,u,E())));throw Ee(s,o?.callee),s}return i.value},Pn=e=>async(n,t,r,o)=>{const u=r?Object.assign(r,{async:!0}):{async:!0};let i=n._zod.run({value:t,issues:[]},u);if(i instanceof Promise&&(i=await i),i.issues.length){const s=new(o?.Err??e)(i.issues.map(a=>T(a,u,E())));throw Ee(s,o?.callee),s}return i.value},je=e=>(n,t,r)=>{const o=r?{...r,async:!1}:{async:!1},u=n._zod.run({value:t,issues:[]},o);if(u instanceof Promise)throw new S;return u.issues.length?{success:!1,error:new(e??Ie)(u.issues.map(i=>T(i,o,E())))}:{success:!0,data:u.value}},En=je(xe),Se=e=>async(n,t,r)=>{const o=r?Object.assign(r,{async:!0}):{async:!0};let u=n._zod.run({value:t,issues:[]},o);return u instanceof Promise&&(u=await u),u.issues.length?{success:!1,error:new e(u.issues.map(i=>T(i,o,E())))}:{success:!0,data:u.value}},Tn=Se(xe),On=/^\d+$/,Nn=/^-?\d+(?:\.\d+)?/i,$=c("$ZodCheck",(e,n)=>{var t;e._zod??(e._zod={}),e._zod.def=n,(t=e._zod).onattach??(t.onattach=[])}),Ae={number:"number",bigint:"bigint",object:"date"},Re=c("$ZodCheckLessThan",(e,n)=>{$.init(e,n);const t=Ae[typeof n.value];e._zod.onattach.push(r=>{const o=r._zod.bag,u=(n.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;n.value<u&&(n.inclusive?o.maximum=n.value:o.exclusiveMaximum=n.value)}),e._zod.check=r=>{(n.inclusive?r.value<=n.value:r.value<n.value)||r.issues.push({origin:t,code:"too_big",maximum:n.value,input:r.value,inclusive:n.inclusive,inst:e,continue:!n.abort})}}),Ce=c("$ZodCheckGreaterThan",(e,n)=>{$.init(e,n);const t=Ae[typeof n.value];e._zod.onattach.push(r=>{const o=r._zod.bag,u=(n.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;n.value>u&&(n.inclusive?o.minimum=n.value:o.exclusiveMinimum=n.value)}),e._zod.check=r=>{(n.inclusive?r.value>=n.value:r.value>n.value)||r.issues.push({origin:t,code:"too_small",minimum:n.value,input:r.value,inclusive:n.inclusive,inst:e,continue:!n.abort})}}),In=c("$ZodCheckMultipleOf",(e,n)=>{$.init(e,n),e._zod.onattach.push(t=>{var r;(r=t._zod.bag).multipleOf??(r.multipleOf=n.value)}),e._zod.check=t=>{if(typeof t.value!=typeof n.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof t.value=="bigint"?t.value%n.value===BigInt(0):ln(t.value,n.value)===0)||t.issues.push({origin:typeof t.value,code:"not_multiple_of",divisor:n.value,input:t.value,inst:e,continue:!n.abort})}}),xn=c("$ZodCheckNumberFormat",(e,n)=>{$.init(e,n),n.format=n.format||"float64";const t=n.format?.includes("int"),r=t?"int":"number",[o,u]=_n[n.format];e._zod.onattach.push(i=>{const s=i._zod.bag;s.format=n.format,s.minimum=o,s.maximum=u,t&&(s.pattern=On)}),e._zod.check=i=>{const s=i.value;if(t){if(!Number.isInteger(s)){i.issues.push({expected:r,format:n.format,code:"invalid_type",continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?i.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!n.abort}):i.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!n.abort});return}}s<o&&i.issues.push({origin:"number",input:s,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!n.abort}),s>u&&i.issues.push({origin:"number",input:s,code:"too_big",maximum:u,inst:e})}}),jn=c("$ZodCheckMaxLength",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!Q(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;n.maximum<o&&(r._zod.bag.maximum=n.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=n.maximum)return;const i=H(o);r.issues.push({origin:i,code:"too_big",maximum:n.maximum,inclusive:!0,input:o,inst:e,continue:!n.abort})}}),Sn=c("$ZodCheckMinLength",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!Q(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;n.minimum>o&&(r._zod.bag.minimum=n.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=n.minimum)return;const i=H(o);r.issues.push({origin:i,code:"too_small",minimum:n.minimum,inclusive:!0,input:o,inst:e,continue:!n.abort})}}),An=c("$ZodCheckLengthEquals",(e,n)=>{var t;$.init(e,n),(t=e._zod.def).when??(t.when=r=>{const o=r.value;return!Q(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=n.length,o.maximum=n.length,o.length=n.length}),e._zod.check=r=>{const o=r.value,u=o.length;if(u===n.length)return;const i=H(o),s=u>n.length;r.issues.push({origin:i,...s?{code:"too_big",maximum:n.length}:{code:"too_small",minimum:n.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!n.abort})}}),Rn=c("$ZodCheckOverwrite",(e,n)=>{$.init(e,n),e._zod.check=t=>{t.value=n.tx(t.value)}});class Cn{constructor(n=[]){this.content=[],this.indent=0,this&&(this.args=n)}indented(n){this.indent+=1,n(this),this.indent-=1}write(n){if(typeof n=="function"){n(this,{execution:"sync"}),n(this,{execution:"async"});return}const r=n.split(`
|
|
2
2
|
`).filter(i=>i),o=Math.min(...r.map(i=>i.length-i.trimStart().length)),u=r.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(const i of u)this.content.push(i)}compile(){const n=Function,t=this?.args,o=[...(this?.content??[""]).map(u=>` ${u}`)];return new n(...t,o.join(`
|
|
3
|
-
`))}}const
|
|
4
|
-
if (${
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}))
|
|
15
|
-
);
|
|
3
|
+
`))}}const Fn={major:4,minor:0,patch:17},_=c("$ZodType",(e,n)=>{var t;e??(e={}),e._zod.def=n,e._zod.bag=e._zod.bag||{},e._zod.version=Fn;const r=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&r.unshift(e);for(const o of r)for(const u of o._zod.onattach)u(e);if(r.length===0)(t=e._zod).deferred??(t.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const o=(u,i,s)=>{let a=j(u),l;for(const b of i){if(b._zod.def.when){if(!b._zod.def.when(u))continue}else if(a)continue;const f=u.issues.length,h=b._zod.check(u);if(h instanceof Promise&&s?.async===!1)throw new S;if(l||h instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await h,u.issues.length!==f&&(a||(a=j(u,f)))});else{if(u.issues.length===f)continue;a||(a=j(u,f))}}return l?l.then(()=>u):u};e._zod.run=(u,i)=>{const s=e._zod.parse(u,i);if(s instanceof Promise){if(i.async===!1)throw new S;return s.then(a=>o(a,r,i))}return o(s,r,i)}}e["~standard"]={validate:o=>{try{const u=En(e,o);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return Tn(e,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Fe=c("$ZodNumber",(e,n)=>{_.init(e,n),e._zod.pattern=e._zod.bag.pattern??Nn,e._zod.parse=(t,r)=>{if(n.coerce)try{t.value=Number(t.value)}catch{}const o=t.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return t;const u=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return t.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...u?{received:u}:{}}),t}}),Mn=c("$ZodNumber",(e,n)=>{xn.init(e,n),Fe.init(e,n)}),Un=c("$ZodUnknown",(e,n)=>{_.init(e,n),e._zod.parse=t=>t}),Dn=c("$ZodNever",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>(t.issues.push({expected:"never",code:"invalid_type",input:t.value,inst:e}),t)});function oe(e,n,t){e.issues.length&&n.issues.push(...Oe(t,e.issues)),n.value[t]=e.value}const Vn=c("$ZodArray",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>{const o=t.value;if(!Array.isArray(o))return t.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),t;t.value=Array(o.length);const u=[];for(let i=0;i<o.length;i++){const s=o[i],a=n.element._zod.run({value:s,issues:[]},r);a instanceof Promise?u.push(a.then(l=>oe(l,t,i))):oe(a,t,i)}return u.length?Promise.all(u).then(()=>t):t}});function F(e,n,t,r){e.issues.length&&n.issues.push(...Oe(t,e.issues)),e.value===void 0?t in r&&(n.value[t]=void 0):n.value[t]=e.value}const Ln=c("$ZodObject",(e,n)=>{_.init(e,n);const t=Pe(()=>{const f=Object.keys(n.shape);for(const d of f)if(!n.shape[d]._zod.traits.has("$ZodType"))throw new Error(`Invalid element at key "${d}": expected a Zod schema`);const h=mn(n.shape);return{shape:n.shape,keys:f,keySet:new Set(f),numKeys:f.length,optionalKeys:new Set(h)}});p(e._zod,"propValues",()=>{const f=n.shape,h={};for(const d in f){const w=f[d]._zod;if(w.values){h[d]??(h[d]=new Set);for(const Z of w.values)h[d].add(Z)}}return h});const r=f=>{const h=new Cn(["shape","payload","ctx"]),d=t.value,w=k=>{const g=re(k);return`shape[${g}]._zod.run({ value: input[${g}], issues: [] }, ctx)`};h.write("const input = payload.value;");const Z=Object.create(null);let V=0;for(const k of d.keys)Z[k]=`key_${V++}`;h.write("const newResult = {}");for(const k of d.keys){const g=Z[k],y=re(k);h.write(`const ${g} = ${w(k)};`),h.write(`
|
|
4
|
+
if (${g}.issues.length) {
|
|
5
|
+
payload.issues = payload.issues.concat(${g}.issues.map(iss => ({
|
|
6
|
+
...iss,
|
|
7
|
+
path: iss.path ? [${y}, ...iss.path] : [${y}]
|
|
8
|
+
})));
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
if (${g}.value === undefined) {
|
|
12
|
+
if (${y} in input) {
|
|
13
|
+
newResult[${y}] = undefined;
|
|
16
14
|
}
|
|
17
|
-
} else if (${m}.value === undefined) {
|
|
18
|
-
if (${v} in input) newResult[${v}] = undefined;
|
|
19
15
|
} else {
|
|
20
|
-
newResult[${
|
|
16
|
+
newResult[${y}] = ${g}.value;
|
|
21
17
|
}
|
|
22
|
-
`)}else{const m=Z[w];p.write(`const ${m} = ${k(w)};`),p.write(`
|
|
23
|
-
if (${m}.issues.length) payload.issues = payload.issues.concat(${m}.issues.map(iss => ({
|
|
24
|
-
...iss,
|
|
25
|
-
path: iss.path ? [${x(w)}, ...iss.path] : [${x(w)}]
|
|
26
|
-
})));`),p.write(`newResult[${x(w)}] = ${m}.value`)}p.write("payload.value = newResult;"),p.write("return payload;");const R=p.compile();return(w,m)=>R(a,w,m)};let o;const u=Y,i=!Ze.jitless,l=i&&an.value,f=n.catchall;let y;e._zod.parse=(a,p)=>{y??(y=t.value);const d=a.value;if(!u(d))return a.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),a;const k=[];if(i&&l&&p?.async===!1&&p.jitless!==!0)o||(o=r(n.shape)),a=o(a,p);else{a.value={};const m=y.shape;for(const v of y.keys){const O=m[v],C=O._zod.run({value:d[v],issues:[]},p),ne=O._zod.optin==="optional"&&O._zod.optout==="optional";C instanceof Promise?k.push(C.then(te=>ne?ue(te,a,v,d):M(te,a,v))):ne?ue(C,a,v,d):M(C,a,v)}}if(!f)return k.length?Promise.all(k).then(()=>a):a;const Z=[],D=y.keySet,R=f._zod,w=R.def.type;for(const m of Object.keys(d)){if(D.has(m))continue;if(w==="never"){Z.push(m);continue}const v=R.run({value:d[m],issues:[]},p);v instanceof Promise?k.push(v.then(O=>M(O,a,m))):M(v,a,m)}return Z.length&&a.issues.push({code:"unrecognized_keys",keys:Z,input:d,inst:e}),k.length?Promise.all(k).then(()=>a):a}});function ie(e,n,t,r){for(const o of e)if(o.issues.length===0)return n.value=o.value,n;return n.issues.push({code:"invalid_union",input:n.value,inst:t,errors:e.map(o=>o.issues.map(u=>T(u,r,P())))}),n}const Vn=c("$ZodUnion",(e,n)=>{_.init(e,n),h(e._zod,"optin",()=>n.options.some(t=>t._zod.optin==="optional")?"optional":void 0),h(e._zod,"optout",()=>n.options.some(t=>t._zod.optout==="optional")?"optional":void 0),h(e._zod,"values",()=>{if(n.options.every(t=>t._zod.values))return new Set(n.options.flatMap(t=>Array.from(t._zod.values)))}),h(e._zod,"pattern",()=>{if(n.options.every(t=>t._zod.pattern)){const t=n.options.map(r=>r._zod.pattern);return new RegExp(`^(${t.map(r=>Q(r.source)).join("|")})$`)}}),e._zod.parse=(t,r)=>{let o=!1;const u=[];for(const i of n.options){const s=i._zod.run({value:t.value,issues:[]},r);if(s instanceof Promise)u.push(s),o=!0;else{if(s.issues.length===0)return s;u.push(s)}}return o?Promise.all(u).then(i=>ie(i,t,e,r)):ie(u,t,e,r)}}),Dn=c("$ZodIntersection",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>{const o=t.value,u=n.left._zod.run({value:o,issues:[]},r),i=n.right._zod.run({value:o,issues:[]},r);return u instanceof Promise||i instanceof Promise?Promise.all([u,i]).then(([l,f])=>se(t,l,f)):se(t,u,i)}});function B(e,n){if(e===n)return{valid:!0,data:e};if(e instanceof Date&&n instanceof Date&&+e==+n)return{valid:!0,data:e};if(q(e)&&q(n)){const t=Object.keys(n),r=Object.keys(e).filter(u=>t.indexOf(u)!==-1),o={...e,...n};for(const u of r){const i=B(e[u],n[u]);if(!i.valid)return{valid:!1,mergeErrorPath:[u,...i.mergeErrorPath]};o[u]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(n)){if(e.length!==n.length)return{valid:!1,mergeErrorPath:[]};const t=[];for(let r=0;r<e.length;r++){const o=e[r],u=n[r],i=B(o,u);if(!i.valid)return{valid:!1,mergeErrorPath:[r,...i.mergeErrorPath]};t.push(i.data)}return{valid:!0,data:t}}return{valid:!1,mergeErrorPath:[]}}function se(e,n,t){if(n.issues.length&&e.issues.push(...n.issues),t.issues.length&&e.issues.push(...t.issues),j(e))return e;const r=B(n.value,t.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return e.value=r.data,e}const Ln=c("$ZodEnum",(e,n)=>{_.init(e,n);const t=un(n.entries);e._zod.values=new Set(t),e._zod.pattern=new RegExp(`^(${t.filter(r=>ln.has(typeof r)).map(r=>typeof r=="string"?fn(r):r.toString()).join("|")})$`),e._zod.parse=(r,o)=>{const u=r.value;return e._zod.values.has(u)||r.issues.push({code:"invalid_value",values:t,input:u,inst:e}),r}}),Gn=c("$ZodTransform",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>{const o=n.transform(t.value,t);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(t.value=i,t));if(o instanceof Promise)throw new S;return t.value=o,t}}),Kn=c("$ZodOptional",(e,n)=>{_.init(e,n),e._zod.optin="optional",e._zod.optout="optional",h(e._zod,"values",()=>n.innerType._zod.values?new Set([...n.innerType._zod.values,void 0]):void 0),h(e._zod,"pattern",()=>{const t=n.innerType._zod.pattern;return t?new RegExp(`^(${Q(t.source)})?$`):void 0}),e._zod.parse=(t,r)=>n.innerType._zod.optin==="optional"?n.innerType._zod.run(t,r):t.value===void 0?t:n.innerType._zod.run(t,r)}),Yn=c("$ZodNullable",(e,n)=>{_.init(e,n),h(e._zod,"optin",()=>n.innerType._zod.optin),h(e._zod,"optout",()=>n.innerType._zod.optout),h(e._zod,"pattern",()=>{const t=n.innerType._zod.pattern;return t?new RegExp(`^(${Q(t.source)}|null)$`):void 0}),h(e._zod,"values",()=>n.innerType._zod.values?new Set([...n.innerType._zod.values,null]):void 0),e._zod.parse=(t,r)=>t.value===null?t:n.innerType._zod.run(t,r)}),qn=c("$ZodDefault",(e,n)=>{_.init(e,n),e._zod.optin="optional",h(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>{if(t.value===void 0)return t.value=n.defaultValue,t;const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>ce(u,n)):ce(o,n)}});function ce(e,n){return e.value===void 0&&(e.value=n.defaultValue),e}const Bn=c("$ZodPrefault",(e,n)=>{_.init(e,n),e._zod.optin="optional",h(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>(t.value===void 0&&(t.value=n.defaultValue),n.innerType._zod.run(t,r))}),Xn=c("$ZodNonOptional",(e,n)=>{_.init(e,n),h(e._zod,"values",()=>{const t=n.innerType._zod.values;return t?new Set([...t].filter(r=>r!==void 0)):void 0}),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>ae(u,e)):ae(o,e)}});function ae(e,n){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:n}),e}const Jn=c("$ZodCatch",(e,n)=>{_.init(e,n),e._zod.optin="optional",h(e._zod,"optout",()=>n.innerType._zod.optout),h(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>(t.value=u.value,u.issues.length&&(t.value=n.catchValue({...t,error:{issues:u.issues.map(i=>T(i,r,P()))},input:t.value}),t.issues=[]),t)):(t.value=o.value,o.issues.length&&(t.value=n.catchValue({...t,error:{issues:o.issues.map(u=>T(u,r,P()))},input:t.value}),t.issues=[]),t)}}),Qn=c("$ZodPipe",(e,n)=>{_.init(e,n),h(e._zod,"values",()=>n.in._zod.values),h(e._zod,"optin",()=>n.in._zod.optin),h(e._zod,"optout",()=>n.out._zod.optout),h(e._zod,"propValues",()=>n.in._zod.propValues),e._zod.parse=(t,r)=>{const o=n.in._zod.run(t,r);return o instanceof Promise?o.then(u=>le(u,n,r)):le(o,n,r)}});function le(e,n,t){return j(e)?e:n.out._zod.run({value:e.value,issues:e.issues},t)}const Wn=c("$ZodReadonly",(e,n)=>{_.init(e,n),h(e._zod,"propValues",()=>n.innerType._zod.propValues),h(e._zod,"values",()=>n.innerType._zod.values),h(e._zod,"optin",()=>n.innerType._zod.optin),h(e._zod,"optout",()=>n.innerType._zod.optout),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(fe):fe(o)}});function fe(e){return e.value=Object.freeze(e.value),e}const Hn=c("$ZodCustom",(e,n)=>{$.init(e,n),_.init(e,n),e._zod.parse=(t,r)=>t,e._zod.check=t=>{const r=t.value,o=n.fn(r);if(o instanceof Promise)return o.then(u=>pe(u,t,r,e));pe(o,t,r,e)}});function pe(e,n,t,r){if(!e){const o={code:"custom",input:t,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),n.issues.push(A(o))}}class et{constructor(){this._map=new Map,this._idmap=new Map}add(n,...t){const r=t[0];if(this._map.set(n,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,n)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(n){const t=this._map.get(n);return t&&typeof t=="object"&&"id"in t&&this._idmap.delete(t.id),this._map.delete(n),this}get(n){const t=n._zod.parent;if(t){const r={...this.get(t)??{}};return delete r.id,{...r,...this._map.get(n)}}return this._map.get(n)}has(n){return this._map.has(n)}}function nt(){return new et}const U=nt();function tt(e,n){return new e({type:"number",checks:[],...g(n)})}function rt(e,n){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...g(n)})}function ot(e){return new e({type:"unknown"})}function ut(e,n){return new e({type:"never",...g(n)})}function he(e,n){return new Se({check:"less_than",...g(n),value:e,inclusive:!1})}function G(e,n){return new Se({check:"less_than",...g(n),value:e,inclusive:!0})}function de(e,n){return new Ae({check:"greater_than",...g(n),value:e,inclusive:!1})}function K(e,n){return new Ae({check:"greater_than",...g(n),value:e,inclusive:!0})}function me(e,n){return new Tn({check:"multiple_of",...g(n),value:e})}function it(e,n){return new Nn({check:"max_length",...g(n),maximum:e})}function _e(e,n){return new On({check:"min_length",...g(n),minimum:e})}function st(e,n){return new xn({check:"length_equals",...g(n),length:e})}function ct(e){return new jn({check:"overwrite",tx:e})}function at(e,n,t){return new e({type:"array",element:n,...g(t)})}function lt(e,n,t){return new e({type:"custom",check:"custom",fn:n,...g(t)})}const ft=(e,n)=>{Ie.init(e,n),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>bn(e,t)},flatten:{value:t=>wn(e,t)},addIssue:{value:t=>e.issues.push(t)},addIssues:{value:t=>e.issues.push(...t)},isEmpty:{get(){return e.issues.length===0}}})},V=c("ZodError",ft,{Parent:Error}),pt=yn(V),ht=kn(V),dt=Oe(V),mt=xe(V),z=c("ZodType",(e,n)=>(_.init(e,n),e.def=n,Object.defineProperty(e,"_def",{value:n}),e.check=(...t)=>e.clone({...n,checks:[...n.checks??[],...t.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),e.clone=(t,r)=>I(e,t,r),e.brand=()=>e,e.register=(t,r)=>(t.add(e,r),e),e.parse=(t,r)=>pt(e,t,r,{callee:e.parse}),e.safeParse=(t,r)=>dt(e,t,r),e.parseAsync=async(t,r)=>ht(e,t,r,{callee:e.parseAsync}),e.safeParseAsync=async(t,r)=>mt(e,t,r),e.spa=e.safeParseAsync,e.refine=(t,r)=>e.check(Dt(t,r)),e.superRefine=t=>e.check(Lt(t)),e.overwrite=t=>e.check(ct(t)),e.optional=()=>ze(e),e.nullable=()=>we(e),e.nullish=()=>ze(we(e)),e.nonoptional=t=>St(e,t),e.array=()=>Fe(e),e.or=t=>kt([e,t]),e.and=t=>Zt(e,t),e.transform=t=>be(e,Tt(t)),e.default=t=>Ot(e,t),e.prefault=t=>jt(e,t),e.catch=t=>Rt(e,t),e.pipe=t=>be(e,t),e.readonly=()=>Mt(e),e.describe=t=>{const r=e.clone();return U.add(r,{description:t}),r},Object.defineProperty(e,"description",{get(){return U.get(e)?.description},configurable:!0}),e.meta=(...t)=>{if(t.length===0)return U.get(e);const r=e.clone();return U.add(r,t[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Ce=c("ZodNumber",(e,n)=>{Re.init(e,n),z.init(e,n),e.gt=(r,o)=>e.check(de(r,o)),e.gte=(r,o)=>e.check(K(r,o)),e.min=(r,o)=>e.check(K(r,o)),e.lt=(r,o)=>e.check(he(r,o)),e.lte=(r,o)=>e.check(G(r,o)),e.max=(r,o)=>e.check(G(r,o)),e.int=r=>e.check(ve(r)),e.safe=r=>e.check(ve(r)),e.positive=r=>e.check(de(0,r)),e.nonnegative=r=>e.check(K(0,r)),e.negative=r=>e.check(he(0,r)),e.nonpositive=r=>e.check(G(0,r)),e.multipleOf=(r,o)=>e.check(me(r,o)),e.step=(r,o)=>e.check(me(r,o)),e.finite=()=>e;const t=e._zod.bag;e.minValue=Math.max(t.minimum??Number.NEGATIVE_INFINITY,t.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(t.maximum??Number.POSITIVE_INFINITY,t.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(t.format??"").includes("int")||Number.isSafeInteger(t.multipleOf??.5),e.isFinite=!0,e.format=t.format??null});function E(e){return tt(Ce,e)}const _t=c("ZodNumberFormat",(e,n)=>{Rn.init(e,n),Ce.init(e,n)});function ve(e){return rt(_t,e)}const vt=c("ZodUnknown",(e,n)=>{Cn.init(e,n),z.init(e,n)});function ge(){return ot(vt)}const gt=c("ZodNever",(e,n)=>{Fn.init(e,n),z.init(e,n)});function zt(e){return ut(gt,e)}const wt=c("ZodArray",(e,n)=>{Mn.init(e,n),z.init(e,n),e.element=n.element,e.min=(t,r)=>e.check(_e(t,r)),e.nonempty=t=>e.check(_e(1,t)),e.max=(t,r)=>e.check(it(t,r)),e.length=(t,r)=>e.check(st(t,r)),e.unwrap=()=>e.element});function Fe(e,n){return at(wt,e,n)}const bt=c("ZodObject",(e,n)=>{Un.init(e,n),z.init(e,n),h(e,"shape",()=>n.shape),e.keyof=()=>Et(Object.keys(e._zod.def.shape)),e.catchall=t=>e.clone({...e._zod.def,catchall:t}),e.passthrough=()=>e.clone({...e._zod.def,catchall:ge()}),e.loose=()=>e.clone({...e._zod.def,catchall:ge()}),e.strict=()=>e.clone({...e._zod.def,catchall:zt()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=t=>_n(e,t),e.merge=t=>vn(e,t),e.pick=t=>dn(e,t),e.omit=t=>mn(e,t),e.partial=(...t)=>gn(Ue,e,t[0]),e.required=(...t)=>zn(Ve,e,t[0])});function Me(e,n){const t={type:"object",get shape(){return W(this,"shape",{...e}),this.shape},...g(n)};return new bt(t)}const yt=c("ZodUnion",(e,n)=>{Vn.init(e,n),z.init(e,n),e.options=n.options});function kt(e,n){return new yt({type:"union",options:e,...g(n)})}const $t=c("ZodIntersection",(e,n)=>{Dn.init(e,n),z.init(e,n)});function Zt(e,n){return new $t({type:"intersection",left:e,right:n})}const X=c("ZodEnum",(e,n)=>{Ln.init(e,n),z.init(e,n),e.enum=n.entries,e.options=Object.values(n.entries);const t=new Set(Object.keys(n.entries));e.extract=(r,o)=>{const u={};for(const i of r)if(t.has(i))u[i]=n.entries[i];else throw new Error(`Key ${i} not found in enum`);return new X({...n,checks:[],...g(o),entries:u})},e.exclude=(r,o)=>{const u={...n.entries};for(const i of r)if(t.has(i))delete u[i];else throw new Error(`Key ${i} not found in enum`);return new X({...n,checks:[],...g(o),entries:u})}});function Et(e,n){const t=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new X({type:"enum",entries:t,...g(n)})}const Pt=c("ZodTransform",(e,n)=>{Gn.init(e,n),z.init(e,n),e._zod.parse=(t,r)=>{t.addIssue=u=>{if(typeof u=="string")t.issues.push(A(u,t.value,n));else{const i=u;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=t.value),i.inst??(i.inst=e),i.continue??(i.continue=!0),t.issues.push(A(i))}};const o=n.transform(t.value,t);return o instanceof Promise?o.then(u=>(t.value=u,t)):(t.value=o,t)}});function Tt(e){return new Pt({type:"transform",transform:e})}const Ue=c("ZodOptional",(e,n)=>{Kn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType});function ze(e){return new Ue({type:"optional",innerType:e})}const It=c("ZodNullable",(e,n)=>{Yn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType});function we(e){return new It({type:"nullable",innerType:e})}const Nt=c("ZodDefault",(e,n)=>{qn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Ot(e,n){return new Nt({type:"default",innerType:e,get defaultValue(){return typeof n=="function"?n():n}})}const xt=c("ZodPrefault",(e,n)=>{Bn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType});function jt(e,n){return new xt({type:"prefault",innerType:e,get defaultValue(){return typeof n=="function"?n():n}})}const Ve=c("ZodNonOptional",(e,n)=>{Xn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType});function St(e,n){return new Ve({type:"nonoptional",innerType:e,...g(n)})}const At=c("ZodCatch",(e,n)=>{Jn.init(e,n),z.init(e,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Rt(e,n){return new At({type:"catch",innerType:e,catchValue:typeof n=="function"?n:()=>n})}const Ct=c("ZodPipe",(e,n)=>{Qn.init(e,n),z.init(e,n),e.in=n.in,e.out=n.out});function be(e,n){return new Ct({type:"pipe",in:e,out:n})}const Ft=c("ZodReadonly",(e,n)=>{Wn.init(e,n),z.init(e,n)});function Mt(e){return new Ft({type:"readonly",innerType:e})}const Ut=c("ZodCustom",(e,n)=>{Hn.init(e,n),z.init(e,n)});function Vt(e){const n=new $({check:"custom"});return n._zod.check=e,n}function Dt(e,n={}){return lt(Ut,e,n)}function Lt(e){const n=Vt(t=>(t.addIssue=r=>{if(typeof r=="string")t.issues.push(A(r,t.value,n._zod.def));else{const o=r;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=t.value),o.inst??(o.inst=n),o.continue??(o.continue=!n._zod.def.abort),t.issues.push(A(o))}},e(t.value,t)));return n}const Gt=e=>Me({pages:E(),nextPage:E().optional(),totalElements:E(),currentPage:E(),pageSize:E(),elements:Fe(e)}),Kt=Me({page:E(),pageSize:E()});exports.Fail=Ge;exports.Failure=Ke;exports.Guid=N;exports.Ok=Le;exports.PageQuery=Kt;exports.createPageSchema=Gt;exports.formatDate=ye;exports.formatDateTime=Je;exports.formatTime=ke;exports.isFailure=qe;exports.mock=De;exports.notFailure=Ye;exports.parseConfig=Be;exports.sleep=Xe;
|
|
18
|
+
`)}h.write("payload.value = newResult;"),h.write("return payload;");const R=h.compile();return(k,g)=>R(f,k,g)};let o;const u=J,i=!Ze.jitless,a=i&&pn.value,l=n.catchall;let b;e._zod.parse=(f,h)=>{b??(b=t.value);const d=f.value;if(!u(d))return f.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),f;const w=[];if(i&&a&&h?.async===!1&&h.jitless!==!0)o||(o=r(n.shape)),f=o(f,h);else{f.value={};const g=b.shape;for(const y of b.keys){const L=g[y]._zod.run({value:d[y],issues:[]},h);L instanceof Promise?w.push(L.then(Ge=>F(Ge,f,y,d))):F(L,f,y,d)}}if(!l)return w.length?Promise.all(w).then(()=>f):f;const Z=[],V=b.keySet,R=l._zod,k=R.def.type;for(const g of Object.keys(d)){if(V.has(g))continue;if(k==="never"){Z.push(g);continue}const y=R.run({value:d[g],issues:[]},h);y instanceof Promise?w.push(y.then(ee=>F(ee,f,g,d))):F(y,f,g,d)}return Z.length&&f.issues.push({code:"unrecognized_keys",keys:Z,input:d,inst:e}),w.length?Promise.all(w).then(()=>f):f}});function ue(e,n,t,r){for(const u of e)if(u.issues.length===0)return n.value=u.value,n;const o=e.filter(u=>!j(u));return o.length===1?(n.value=o[0].value,o[0]):(n.issues.push({code:"invalid_union",input:n.value,inst:t,errors:e.map(u=>u.issues.map(i=>T(i,r,E())))}),n)}const Gn=c("$ZodUnion",(e,n)=>{_.init(e,n),p(e._zod,"optin",()=>n.options.some(o=>o._zod.optin==="optional")?"optional":void 0),p(e._zod,"optout",()=>n.options.some(o=>o._zod.optout==="optional")?"optional":void 0),p(e._zod,"values",()=>{if(n.options.every(o=>o._zod.values))return new Set(n.options.flatMap(o=>Array.from(o._zod.values)))}),p(e._zod,"pattern",()=>{if(n.options.every(o=>o._zod.pattern)){const o=n.options.map(u=>u._zod.pattern);return new RegExp(`^(${o.map(u=>W(u.source)).join("|")})$`)}});const t=n.options.length===1,r=n.options[0]._zod.run;e._zod.parse=(o,u)=>{if(t)return r(o,u);let i=!1;const s=[];for(const a of n.options){const l=a._zod.run({value:o.value,issues:[]},u);if(l instanceof Promise)s.push(l),i=!0;else{if(l.issues.length===0)return l;s.push(l)}}return i?Promise.all(s).then(a=>ue(a,o,e,u)):ue(s,o,e,u)}}),Kn=c("$ZodIntersection",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>{const o=t.value,u=n.left._zod.run({value:o,issues:[]},r),i=n.right._zod.run({value:o,issues:[]},r);return u instanceof Promise||i instanceof Promise?Promise.all([u,i]).then(([a,l])=>ie(t,a,l)):ie(t,u,i)}});function B(e,n){if(e===n)return{valid:!0,data:e};if(e instanceof Date&&n instanceof Date&&+e==+n)return{valid:!0,data:e};if(U(e)&&U(n)){const t=Object.keys(n),r=Object.keys(e).filter(u=>t.indexOf(u)!==-1),o={...e,...n};for(const u of r){const i=B(e[u],n[u]);if(!i.valid)return{valid:!1,mergeErrorPath:[u,...i.mergeErrorPath]};o[u]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(n)){if(e.length!==n.length)return{valid:!1,mergeErrorPath:[]};const t=[];for(let r=0;r<e.length;r++){const o=e[r],u=n[r],i=B(o,u);if(!i.valid)return{valid:!1,mergeErrorPath:[r,...i.mergeErrorPath]};t.push(i.data)}return{valid:!0,data:t}}return{valid:!1,mergeErrorPath:[]}}function ie(e,n,t){if(n.issues.length&&e.issues.push(...n.issues),t.issues.length&&e.issues.push(...t.issues),j(e))return e;const r=B(n.value,t.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return e.value=r.data,e}const Yn=c("$ZodEnum",(e,n)=>{_.init(e,n);const t=an(n.entries),r=new Set(t);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.filter(o=>hn.has(typeof o)).map(o=>typeof o=="string"?dn(o):o.toString()).join("|")})$`),e._zod.parse=(o,u)=>{const i=o.value;return r.has(i)||o.issues.push({code:"invalid_value",values:t,input:i,inst:e}),o}}),qn=c("$ZodTransform",(e,n)=>{_.init(e,n),e._zod.parse=(t,r)=>{const o=n.transform(t.value,t);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(t.value=i,t));if(o instanceof Promise)throw new S;return t.value=o,t}});function se(e,n){return e.issues.length&&n===void 0?{issues:[],value:void 0}:e}const Jn=c("$ZodOptional",(e,n)=>{_.init(e,n),e._zod.optin="optional",e._zod.optout="optional",p(e._zod,"values",()=>n.innerType._zod.values?new Set([...n.innerType._zod.values,void 0]):void 0),p(e._zod,"pattern",()=>{const t=n.innerType._zod.pattern;return t?new RegExp(`^(${W(t.source)})?$`):void 0}),e._zod.parse=(t,r)=>{if(n.innerType._zod.optin==="optional"){const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>se(u,t.value)):se(o,t.value)}return t.value===void 0?t:n.innerType._zod.run(t,r)}}),Bn=c("$ZodNullable",(e,n)=>{_.init(e,n),p(e._zod,"optin",()=>n.innerType._zod.optin),p(e._zod,"optout",()=>n.innerType._zod.optout),p(e._zod,"pattern",()=>{const t=n.innerType._zod.pattern;return t?new RegExp(`^(${W(t.source)}|null)$`):void 0}),p(e._zod,"values",()=>n.innerType._zod.values?new Set([...n.innerType._zod.values,null]):void 0),e._zod.parse=(t,r)=>t.value===null?t:n.innerType._zod.run(t,r)}),Xn=c("$ZodDefault",(e,n)=>{_.init(e,n),e._zod.optin="optional",p(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>{if(t.value===void 0)return t.value=n.defaultValue,t;const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>ce(u,n)):ce(o,n)}});function ce(e,n){return e.value===void 0&&(e.value=n.defaultValue),e}const Qn=c("$ZodPrefault",(e,n)=>{_.init(e,n),e._zod.optin="optional",p(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>(t.value===void 0&&(t.value=n.defaultValue),n.innerType._zod.run(t,r))}),Wn=c("$ZodNonOptional",(e,n)=>{_.init(e,n),p(e._zod,"values",()=>{const t=n.innerType._zod.values;return t?new Set([...t].filter(r=>r!==void 0)):void 0}),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>ae(u,e)):ae(o,e)}});function ae(e,n){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:n}),e}const Hn=c("$ZodCatch",(e,n)=>{_.init(e,n),p(e._zod,"optin",()=>n.innerType._zod.optin),p(e._zod,"optout",()=>n.innerType._zod.optout),p(e._zod,"values",()=>n.innerType._zod.values),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(u=>(t.value=u.value,u.issues.length&&(t.value=n.catchValue({...t,error:{issues:u.issues.map(i=>T(i,r,E()))},input:t.value}),t.issues=[]),t)):(t.value=o.value,o.issues.length&&(t.value=n.catchValue({...t,error:{issues:o.issues.map(u=>T(u,r,E()))},input:t.value}),t.issues=[]),t)}}),et=c("$ZodPipe",(e,n)=>{_.init(e,n),p(e._zod,"values",()=>n.in._zod.values),p(e._zod,"optin",()=>n.in._zod.optin),p(e._zod,"optout",()=>n.out._zod.optout),p(e._zod,"propValues",()=>n.in._zod.propValues),e._zod.parse=(t,r)=>{const o=n.in._zod.run(t,r);return o instanceof Promise?o.then(u=>le(u,n,r)):le(o,n,r)}});function le(e,n,t){return e.issues.length?e:n.out._zod.run({value:e.value,issues:e.issues},t)}const nt=c("$ZodReadonly",(e,n)=>{_.init(e,n),p(e._zod,"propValues",()=>n.innerType._zod.propValues),p(e._zod,"values",()=>n.innerType._zod.values),p(e._zod,"optin",()=>n.innerType._zod.optin),p(e._zod,"optout",()=>n.innerType._zod.optout),e._zod.parse=(t,r)=>{const o=n.innerType._zod.run(t,r);return o instanceof Promise?o.then(fe):fe(o)}});function fe(e){return e.value=Object.freeze(e.value),e}const tt=c("$ZodCustom",(e,n)=>{$.init(e,n),_.init(e,n),e._zod.parse=(t,r)=>t,e._zod.check=t=>{const r=t.value,o=n.fn(r);if(o instanceof Promise)return o.then(u=>pe(u,t,r,e));pe(o,t,r,e)}});function pe(e,n,t,r){if(!e){const o={code:"custom",input:t,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),n.issues.push(A(o))}}class rt{constructor(){this._map=new Map,this._idmap=new Map}add(n,...t){const r=t[0];if(this._map.set(n,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,n)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(n){const t=this._map.get(n);return t&&typeof t=="object"&&"id"in t&&this._idmap.delete(t.id),this._map.delete(n),this}get(n){const t=n._zod.parent;if(t){const r={...this.get(t)??{}};delete r.id;const o={...r,...this._map.get(n)};return Object.keys(o).length?o:void 0}return this._map.get(n)}has(n){return this._map.has(n)}}function ot(){return new rt}const M=ot();function ut(e,n){return new e({type:"number",checks:[],...m(n)})}function it(e,n){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...m(n)})}function st(e){return new e({type:"unknown"})}function ct(e,n){return new e({type:"never",...m(n)})}function he(e,n){return new Re({check:"less_than",...m(n),value:e,inclusive:!1})}function K(e,n){return new Re({check:"less_than",...m(n),value:e,inclusive:!0})}function de(e,n){return new Ce({check:"greater_than",...m(n),value:e,inclusive:!1})}function Y(e,n){return new Ce({check:"greater_than",...m(n),value:e,inclusive:!0})}function me(e,n){return new In({check:"multiple_of",...m(n),value:e})}function at(e,n){return new jn({check:"max_length",...m(n),maximum:e})}function _e(e,n){return new Sn({check:"min_length",...m(n),minimum:e})}function lt(e,n){return new An({check:"length_equals",...m(n),length:e})}function ft(e){return new Rn({check:"overwrite",tx:e})}function pt(e,n,t){return new e({type:"array",element:n,...m(t)})}function ht(e,n,t){return new e({type:"custom",check:"custom",fn:n,...m(t)})}function dt(e){const n=mt(t=>(t.addIssue=r=>{if(typeof r=="string")t.issues.push(A(r,t.value,n._zod.def));else{const o=r;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=t.value),o.inst??(o.inst=n),o.continue??(o.continue=!n._zod.def.abort),t.issues.push(A(o))}},e(t.value,t)));return n}function mt(e,n){const t=new $({check:"custom",...m(n)});return t._zod.check=e,t}const _t=(e,n)=>{Ie.init(e,n),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>$n(e,t)},flatten:{value:t=>kn(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,q,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,q,2)}},isEmpty:{get(){return e.issues.length===0}}})},D=c("ZodError",_t,{Parent:Error}),gt=Zn(D),vt=Pn(D),zt=je(D),bt=Se(D),v=c("ZodType",(e,n)=>(_.init(e,n),e.def=n,Object.defineProperty(e,"_def",{value:n}),e.check=(...t)=>e.clone({...n,checks:[...n.checks??[],...t.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),e.clone=(t,r)=>N(e,t,r),e.brand=()=>e,e.register=(t,r)=>(t.add(e,r),e),e.parse=(t,r)=>gt(e,t,r,{callee:e.parse}),e.safeParse=(t,r)=>zt(e,t,r),e.parseAsync=async(t,r)=>vt(e,t,r,{callee:e.parseAsync}),e.safeParseAsync=async(t,r)=>bt(e,t,r),e.spa=e.safeParseAsync,e.refine=(t,r)=>e.check(Yt(t,r)),e.superRefine=t=>e.check(qt(t)),e.overwrite=t=>e.check(ft(t)),e.optional=()=>ze(e),e.nullable=()=>be(e),e.nullish=()=>ze(be(e)),e.nonoptional=t=>Mt(e,t),e.array=()=>Ue(e),e.or=t=>Tt([e,t]),e.and=t=>Nt(e,t),e.transform=t=>ye(e,jt(t)),e.default=t=>Rt(e,t),e.prefault=t=>Ft(e,t),e.catch=t=>Dt(e,t),e.pipe=t=>ye(e,t),e.readonly=()=>Gt(e),e.describe=t=>{const r=e.clone();return M.add(r,{description:t}),r},Object.defineProperty(e,"description",{get(){return M.get(e)?.description},configurable:!0}),e.meta=(...t)=>{if(t.length===0)return M.get(e);const r=e.clone();return M.add(r,t[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Me=c("ZodNumber",(e,n)=>{Fe.init(e,n),v.init(e,n),e.gt=(r,o)=>e.check(de(r,o)),e.gte=(r,o)=>e.check(Y(r,o)),e.min=(r,o)=>e.check(Y(r,o)),e.lt=(r,o)=>e.check(he(r,o)),e.lte=(r,o)=>e.check(K(r,o)),e.max=(r,o)=>e.check(K(r,o)),e.int=r=>e.check(ge(r)),e.safe=r=>e.check(ge(r)),e.positive=r=>e.check(de(0,r)),e.nonnegative=r=>e.check(Y(0,r)),e.negative=r=>e.check(he(0,r)),e.nonpositive=r=>e.check(K(0,r)),e.multipleOf=(r,o)=>e.check(me(r,o)),e.step=(r,o)=>e.check(me(r,o)),e.finite=()=>e;const t=e._zod.bag;e.minValue=Math.max(t.minimum??Number.NEGATIVE_INFINITY,t.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(t.maximum??Number.POSITIVE_INFINITY,t.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(t.format??"").includes("int")||Number.isSafeInteger(t.multipleOf??.5),e.isFinite=!0,e.format=t.format??null});function P(e){return ut(Me,e)}const yt=c("ZodNumberFormat",(e,n)=>{Mn.init(e,n),Me.init(e,n)});function ge(e){return it(yt,e)}const wt=c("ZodUnknown",(e,n)=>{Un.init(e,n),v.init(e,n)});function ve(){return st(wt)}const kt=c("ZodNever",(e,n)=>{Dn.init(e,n),v.init(e,n)});function $t(e){return ct(kt,e)}const Zt=c("ZodArray",(e,n)=>{Vn.init(e,n),v.init(e,n),e.element=n.element,e.min=(t,r)=>e.check(_e(t,r)),e.nonempty=t=>e.check(_e(1,t)),e.max=(t,r)=>e.check(at(t,r)),e.length=(t,r)=>e.check(lt(t,r)),e.unwrap=()=>e.element});function Ue(e,n){return pt(Zt,e,n)}const Pt=c("ZodObject",(e,n)=>{Ln.init(e,n),v.init(e,n),p(e,"shape",()=>n.shape),e.keyof=()=>It(Object.keys(e._zod.def.shape)),e.catchall=t=>e.clone({...e._zod.def,catchall:t}),e.passthrough=()=>e.clone({...e._zod.def,catchall:ve()}),e.loose=()=>e.clone({...e._zod.def,catchall:ve()}),e.strict=()=>e.clone({...e._zod.def,catchall:$t()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=t=>zn(e,t),e.merge=t=>bn(e,t),e.pick=t=>gn(e,t),e.omit=t=>vn(e,t),e.partial=(...t)=>yn(Ve,e,t[0]),e.required=(...t)=>wn(Le,e,t[0])});function De(e,n){const t={type:"object",get shape(){return O(this,"shape",e?fn(e):{}),this.shape},...m(n)};return new Pt(t)}const Et=c("ZodUnion",(e,n)=>{Gn.init(e,n),v.init(e,n),e.options=n.options});function Tt(e,n){return new Et({type:"union",options:e,...m(n)})}const Ot=c("ZodIntersection",(e,n)=>{Kn.init(e,n),v.init(e,n)});function Nt(e,n){return new Ot({type:"intersection",left:e,right:n})}const X=c("ZodEnum",(e,n)=>{Yn.init(e,n),v.init(e,n),e.enum=n.entries,e.options=Object.values(n.entries);const t=new Set(Object.keys(n.entries));e.extract=(r,o)=>{const u={};for(const i of r)if(t.has(i))u[i]=n.entries[i];else throw new Error(`Key ${i} not found in enum`);return new X({...n,checks:[],...m(o),entries:u})},e.exclude=(r,o)=>{const u={...n.entries};for(const i of r)if(t.has(i))delete u[i];else throw new Error(`Key ${i} not found in enum`);return new X({...n,checks:[],...m(o),entries:u})}});function It(e,n){const t=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new X({type:"enum",entries:t,...m(n)})}const xt=c("ZodTransform",(e,n)=>{qn.init(e,n),v.init(e,n),e._zod.parse=(t,r)=>{t.addIssue=u=>{if(typeof u=="string")t.issues.push(A(u,t.value,n));else{const i=u;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=t.value),i.inst??(i.inst=e),t.issues.push(A(i))}};const o=n.transform(t.value,t);return o instanceof Promise?o.then(u=>(t.value=u,t)):(t.value=o,t)}});function jt(e){return new xt({type:"transform",transform:e})}const Ve=c("ZodOptional",(e,n)=>{Jn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType});function ze(e){return new Ve({type:"optional",innerType:e})}const St=c("ZodNullable",(e,n)=>{Bn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType});function be(e){return new St({type:"nullable",innerType:e})}const At=c("ZodDefault",(e,n)=>{Xn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Rt(e,n){return new At({type:"default",innerType:e,get defaultValue(){return typeof n=="function"?n():Te(n)}})}const Ct=c("ZodPrefault",(e,n)=>{Qn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType});function Ft(e,n){return new Ct({type:"prefault",innerType:e,get defaultValue(){return typeof n=="function"?n():Te(n)}})}const Le=c("ZodNonOptional",(e,n)=>{Wn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType});function Mt(e,n){return new Le({type:"nonoptional",innerType:e,...m(n)})}const Ut=c("ZodCatch",(e,n)=>{Hn.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Dt(e,n){return new Ut({type:"catch",innerType:e,catchValue:typeof n=="function"?n:()=>n})}const Vt=c("ZodPipe",(e,n)=>{et.init(e,n),v.init(e,n),e.in=n.in,e.out=n.out});function ye(e,n){return new Vt({type:"pipe",in:e,out:n})}const Lt=c("ZodReadonly",(e,n)=>{nt.init(e,n),v.init(e,n),e.unwrap=()=>e._zod.def.innerType});function Gt(e){return new Lt({type:"readonly",innerType:e})}const Kt=c("ZodCustom",(e,n)=>{tt.init(e,n),v.init(e,n)});function Yt(e,n={}){return ht(Kt,e,n)}function qt(e){return dt(e)}const Jt=e=>De({pages:P(),nextPage:P().optional(),totalElements:P(),currentPage:P(),pageSize:P(),elements:Ue(e)}),Bt=De({page:P(),pageSize:P()});exports.Fail=qe;exports.Failure=Je;exports.Guid=I;exports.Ok=Ye;exports.PageQuery=Bt;exports.createPageSchema=Jt;exports.formatDate=we;exports.formatDateTime=He;exports.formatTime=ke;exports.isFailure=Xe;exports.mock=Ke;exports.notFailure=Be;exports.parseConfig=Qe;exports.sleep=We;
|