@authhero/drizzle 0.52.3 → 0.52.5
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/drizzle-adapter.cjs +1 -1
- package/dist/drizzle-adapter.mjs +316 -307
- package/package.json +3 -3
package/dist/drizzle-adapter.mjs
CHANGED
|
@@ -2548,7 +2548,7 @@ function ir(e, t, n) {
|
|
|
2548
2548
|
}
|
|
2549
2549
|
//#endregion
|
|
2550
2550
|
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
2551
|
-
var ar, or =
|
|
2551
|
+
var ar, or = /*@__PURE__*/ Object.freeze({ status: "aborted" });
|
|
2552
2552
|
function M(e, t, n) {
|
|
2553
2553
|
function r(n, r) {
|
|
2554
2554
|
if (n._zod || Object.defineProperty(n, "_zod", {
|
|
@@ -2700,7 +2700,7 @@ function Cr(e, t) {
|
|
|
2700
2700
|
let n = e / t, r = Math.round(n), i = 2 ** -52 * Math.max(Math.abs(n), 1);
|
|
2701
2701
|
return Math.abs(n - r) < i ? 0 : n - r;
|
|
2702
2702
|
}
|
|
2703
|
-
var wr = /* @__PURE__
|
|
2703
|
+
var wr = /* @__PURE__*/ Symbol("evaluating");
|
|
2704
2704
|
function P(e, t, n) {
|
|
2705
2705
|
let r;
|
|
2706
2706
|
Object.defineProperty(e, t, {
|
|
@@ -2758,7 +2758,7 @@ var Pr = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {};
|
|
|
2758
2758
|
function Fr(e) {
|
|
2759
2759
|
return typeof e == "object" && !!e && !Array.isArray(e);
|
|
2760
2760
|
}
|
|
2761
|
-
var Ir = /* @__PURE__
|
|
2761
|
+
var Ir = /* @__PURE__*/ br(() => {
|
|
2762
2762
|
if (ur.jitless || typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare")) return !1;
|
|
2763
2763
|
try {
|
|
2764
2764
|
return Function(""), !0;
|
|
@@ -2794,11 +2794,11 @@ var Br = (e) => {
|
|
|
2794
2794
|
case "object": return Array.isArray(e) ? "array" : e === null ? "null" : e.then && typeof e.then == "function" && e.catch && typeof e.catch == "function" ? "promise" : typeof Map < "u" && e instanceof Map ? "map" : typeof Set < "u" && e instanceof Set ? "set" : typeof Date < "u" && e instanceof Date ? "date" : typeof File < "u" && e instanceof File ? "file" : "object";
|
|
2795
2795
|
default: throw Error(`Unknown data type: ${t}`);
|
|
2796
2796
|
}
|
|
2797
|
-
}, Vr = /* @__PURE__
|
|
2797
|
+
}, Vr = /* @__PURE__*/ new Set([
|
|
2798
2798
|
"string",
|
|
2799
2799
|
"number",
|
|
2800
2800
|
"symbol"
|
|
2801
|
-
]), Hr = /* @__PURE__
|
|
2801
|
+
]), Hr = /* @__PURE__*/ new Set([
|
|
2802
2802
|
"string",
|
|
2803
2803
|
"number",
|
|
2804
2804
|
"bigint",
|
|
@@ -2865,8 +2865,8 @@ var qr = {
|
|
|
2865
2865
|
float32: [-34028234663852886e22, 34028234663852886e22],
|
|
2866
2866
|
float64: [-Number.MAX_VALUE, Number.MAX_VALUE]
|
|
2867
2867
|
}, Jr = {
|
|
2868
|
-
int64: [/* @__PURE__
|
|
2869
|
-
uint64: [/* @__PURE__
|
|
2868
|
+
int64: [/* @__PURE__*/ BigInt("-9223372036854775808"), /* @__PURE__*/ BigInt("9223372036854775807")],
|
|
2869
|
+
uint64: [/* @__PURE__*/ BigInt(0), /* @__PURE__*/ BigInt("18446744073709551615")]
|
|
2870
2870
|
};
|
|
2871
2871
|
function Yr(e, t) {
|
|
2872
2872
|
let n = e._zod.def, r = n.checks;
|
|
@@ -3147,7 +3147,7 @@ var Ei = (e) => (t, n, r, i) => {
|
|
|
3147
3147
|
throw Pr(t, i?.callee), t;
|
|
3148
3148
|
}
|
|
3149
3149
|
return o.value;
|
|
3150
|
-
}, Di = /* @__PURE__
|
|
3150
|
+
}, Di = /* @__PURE__*/ Ei(bi), Oi = (e) => async (t, n, r, i) => {
|
|
3151
3151
|
let a = r ? {
|
|
3152
3152
|
...r,
|
|
3153
3153
|
async: !0
|
|
@@ -3160,7 +3160,7 @@ var Ei = (e) => (t, n, r, i) => {
|
|
|
3160
3160
|
throw Pr(t, i?.callee), t;
|
|
3161
3161
|
}
|
|
3162
3162
|
return o.value;
|
|
3163
|
-
}, ki = /* @__PURE__
|
|
3163
|
+
}, ki = /* @__PURE__*/ Oi(bi), Ai = (e) => (t, n, r) => {
|
|
3164
3164
|
let i = r ? {
|
|
3165
3165
|
...r,
|
|
3166
3166
|
async: !1
|
|
@@ -3176,7 +3176,7 @@ var Ei = (e) => (t, n, r, i) => {
|
|
|
3176
3176
|
success: !0,
|
|
3177
3177
|
data: a.value
|
|
3178
3178
|
};
|
|
3179
|
-
}, ji = /* @__PURE__
|
|
3179
|
+
}, ji = /* @__PURE__*/ Ai(bi), Mi = (e) => async (t, n, r) => {
|
|
3180
3180
|
let i = r ? {
|
|
3181
3181
|
...r,
|
|
3182
3182
|
async: !0
|
|
@@ -3191,31 +3191,31 @@ var Ei = (e) => (t, n, r, i) => {
|
|
|
3191
3191
|
success: !0,
|
|
3192
3192
|
data: a.value
|
|
3193
3193
|
};
|
|
3194
|
-
}, Ni = /* @__PURE__
|
|
3194
|
+
}, Ni = /* @__PURE__*/ Mi(bi), Pi = (e) => (t, n, r) => {
|
|
3195
3195
|
let i = r ? {
|
|
3196
3196
|
...r,
|
|
3197
3197
|
direction: "backward"
|
|
3198
3198
|
} : { direction: "backward" };
|
|
3199
3199
|
return Ei(e)(t, n, i);
|
|
3200
|
-
}, Fi = /* @__PURE__
|
|
3200
|
+
}, Fi = /* @__PURE__*/ Pi(bi), Ii = (e) => (t, n, r) => Ei(e)(t, n, r), Li = /* @__PURE__*/ Ii(bi), Ri = (e) => async (t, n, r) => {
|
|
3201
3201
|
let i = r ? {
|
|
3202
3202
|
...r,
|
|
3203
3203
|
direction: "backward"
|
|
3204
3204
|
} : { direction: "backward" };
|
|
3205
3205
|
return Oi(e)(t, n, i);
|
|
3206
|
-
}, zi = /* @__PURE__
|
|
3206
|
+
}, zi = /* @__PURE__*/ Ri(bi), Bi = (e) => async (t, n, r) => Oi(e)(t, n, r), Vi = /* @__PURE__*/ Bi(bi), Hi = (e) => (t, n, r) => {
|
|
3207
3207
|
let i = r ? {
|
|
3208
3208
|
...r,
|
|
3209
3209
|
direction: "backward"
|
|
3210
3210
|
} : { direction: "backward" };
|
|
3211
3211
|
return Ai(e)(t, n, i);
|
|
3212
|
-
}, Ui = /* @__PURE__
|
|
3212
|
+
}, Ui = /* @__PURE__*/ Hi(bi), Wi = (e) => (t, n, r) => Ai(e)(t, n, r), Gi = /* @__PURE__*/ Wi(bi), Ki = (e) => async (t, n, r) => {
|
|
3213
3213
|
let i = r ? {
|
|
3214
3214
|
...r,
|
|
3215
3215
|
direction: "backward"
|
|
3216
3216
|
} : { direction: "backward" };
|
|
3217
3217
|
return Mi(e)(t, n, i);
|
|
3218
|
-
}, qi = /* @__PURE__
|
|
3218
|
+
}, qi = /* @__PURE__*/ Ki(bi), Ji = (e) => async (t, n, r) => Mi(e)(t, n, r), Yi = /* @__PURE__*/ Ji(bi), Xi = /* @__PURE__ */ a({
|
|
3219
3219
|
base64: () => Ca,
|
|
3220
3220
|
base64url: () => wa,
|
|
3221
3221
|
bigint: () => Fa,
|
|
@@ -3275,14 +3275,14 @@ var Ei = (e) => (t, n, r, i) => {
|
|
|
3275
3275
|
uuid6: () => ca,
|
|
3276
3276
|
uuid7: () => la,
|
|
3277
3277
|
xid: () => ea
|
|
3278
|
-
}), Zi = /^[cC][0-9a-z]{6,}$/, Qi = /^[0-9a-z]+$/, $i = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, ea = /^[0-9a-vA-V]{20}$/, ta = /^[A-Za-z0-9]{27}$/, na = /^[a-zA-Z0-9_-]{21}$/, ra = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, ia = /^[-+]?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)?)??$/, aa = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, oa = (e) => e ? RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, sa =
|
|
3278
|
+
}), Zi = /^[cC][0-9a-z]{6,}$/, Qi = /^[0-9a-z]+$/, $i = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, ea = /^[0-9a-vA-V]{20}$/, ta = /^[A-Za-z0-9]{27}$/, na = /^[a-zA-Z0-9_-]{21}$/, ra = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, ia = /^[-+]?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)?)??$/, aa = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, oa = (e) => e ? RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, sa = /*@__PURE__*/ oa(4), ca = /*@__PURE__*/ oa(6), la = /*@__PURE__*/ oa(7), ua = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, da = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, fa = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/, pa = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u, ma = pa, ha = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, ga = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
3279
3279
|
function _a() {
|
|
3280
3280
|
return new RegExp(ga, "u");
|
|
3281
3281
|
}
|
|
3282
3282
|
var va = /^(?:(?: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])$/, ya = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/, ba = (e) => {
|
|
3283
3283
|
let t = Ur(e ?? ":");
|
|
3284
3284
|
return RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`);
|
|
3285
|
-
}, xa = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, Sa = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Ca = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, wa = /^[A-Za-z0-9_-]*$/, Ta = /^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/, Ea = /^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/, Da = /^https?$/, Oa = /^\+[1-9]\d{6,14}$/, ka = "(?:(?:\\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])))", Aa =
|
|
3285
|
+
}, xa = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, Sa = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Ca = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, wa = /^[A-Za-z0-9_-]*$/, Ta = /^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/, Ea = /^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/, Da = /^https?$/, Oa = /^\+[1-9]\d{6,14}$/, ka = "(?:(?:\\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])))", Aa = /*@__PURE__*/ RegExp(`^${ka}$`);
|
|
3286
3286
|
function ja(e) {
|
|
3287
3287
|
let t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
3288
3288
|
return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
@@ -3306,14 +3306,14 @@ function Wa(e, t) {
|
|
|
3306
3306
|
function Ga(e) {
|
|
3307
3307
|
return RegExp(`^[A-Za-z0-9_-]{${e}}$`);
|
|
3308
3308
|
}
|
|
3309
|
-
var Ka = /^[0-9a-fA-F]{32}$/, qa =
|
|
3309
|
+
var Ka = /^[0-9a-fA-F]{32}$/, qa = /*@__PURE__*/ Wa(22, "=="), Ja = /*@__PURE__*/ Ga(22), Ya = /^[0-9a-fA-F]{40}$/, Xa = /*@__PURE__*/ Wa(27, "="), Za = /*@__PURE__*/ Ga(27), Qa = /^[0-9a-fA-F]{64}$/, $a = /*@__PURE__*/ Wa(43, "="), eo = /*@__PURE__*/ Ga(43), to = /^[0-9a-fA-F]{96}$/, no = /*@__PURE__*/ Wa(64, ""), ro = /*@__PURE__*/ Ga(64), io = /^[0-9a-fA-F]{128}$/, ao = /*@__PURE__*/ Wa(86, "=="), oo = /*@__PURE__*/ Ga(86), so = /*@__PURE__*/ M("$ZodCheck", (e, t) => {
|
|
3310
3310
|
var n;
|
|
3311
3311
|
e._zod ??= {}, e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
|
|
3312
3312
|
}), co = {
|
|
3313
3313
|
number: "number",
|
|
3314
3314
|
bigint: "bigint",
|
|
3315
3315
|
object: "date"
|
|
3316
|
-
}, lo =
|
|
3316
|
+
}, lo = /*@__PURE__*/ M("$ZodCheckLessThan", (e, t) => {
|
|
3317
3317
|
so.init(e, t);
|
|
3318
3318
|
let n = co[typeof t.value];
|
|
3319
3319
|
e._zod.onattach.push((e) => {
|
|
@@ -3330,7 +3330,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3330
3330
|
continue: !t.abort
|
|
3331
3331
|
});
|
|
3332
3332
|
};
|
|
3333
|
-
}), uo =
|
|
3333
|
+
}), uo = /*@__PURE__*/ M("$ZodCheckGreaterThan", (e, t) => {
|
|
3334
3334
|
so.init(e, t);
|
|
3335
3335
|
let n = co[typeof t.value];
|
|
3336
3336
|
e._zod.onattach.push((e) => {
|
|
@@ -3347,7 +3347,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3347
3347
|
continue: !t.abort
|
|
3348
3348
|
});
|
|
3349
3349
|
};
|
|
3350
|
-
}), fo =
|
|
3350
|
+
}), fo = /*@__PURE__*/ M("$ZodCheckMultipleOf", (e, t) => {
|
|
3351
3351
|
so.init(e, t), e._zod.onattach.push((e) => {
|
|
3352
3352
|
var n;
|
|
3353
3353
|
(n = e._zod.bag).multipleOf ?? (n.multipleOf = t.value);
|
|
@@ -3362,7 +3362,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3362
3362
|
continue: !t.abort
|
|
3363
3363
|
});
|
|
3364
3364
|
};
|
|
3365
|
-
}), po =
|
|
3365
|
+
}), po = /*@__PURE__*/ M("$ZodCheckNumberFormat", (e, t) => {
|
|
3366
3366
|
so.init(e, t), t.format = t.format || "float64";
|
|
3367
3367
|
let n = t.format?.includes("int"), r = n ? "int" : "number", [i, a] = qr[t.format];
|
|
3368
3368
|
e._zod.onattach.push((e) => {
|
|
@@ -3423,7 +3423,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3423
3423
|
continue: !t.abort
|
|
3424
3424
|
});
|
|
3425
3425
|
};
|
|
3426
|
-
}), mo =
|
|
3426
|
+
}), mo = /*@__PURE__*/ M("$ZodCheckBigIntFormat", (e, t) => {
|
|
3427
3427
|
so.init(e, t);
|
|
3428
3428
|
let [n, r] = Jr[t.format];
|
|
3429
3429
|
e._zod.onattach.push((e) => {
|
|
@@ -3449,7 +3449,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3449
3449
|
continue: !t.abort
|
|
3450
3450
|
});
|
|
3451
3451
|
};
|
|
3452
|
-
}), ho =
|
|
3452
|
+
}), ho = /*@__PURE__*/ M("$ZodCheckMaxSize", (e, t) => {
|
|
3453
3453
|
var n;
|
|
3454
3454
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3455
3455
|
let t = e.value;
|
|
@@ -3469,7 +3469,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3469
3469
|
continue: !t.abort
|
|
3470
3470
|
});
|
|
3471
3471
|
};
|
|
3472
|
-
}), go =
|
|
3472
|
+
}), go = /*@__PURE__*/ M("$ZodCheckMinSize", (e, t) => {
|
|
3473
3473
|
var n;
|
|
3474
3474
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3475
3475
|
let t = e.value;
|
|
@@ -3489,7 +3489,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3489
3489
|
continue: !t.abort
|
|
3490
3490
|
});
|
|
3491
3491
|
};
|
|
3492
|
-
}), _o =
|
|
3492
|
+
}), _o = /*@__PURE__*/ M("$ZodCheckSizeEquals", (e, t) => {
|
|
3493
3493
|
var n;
|
|
3494
3494
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3495
3495
|
let t = e.value;
|
|
@@ -3517,7 +3517,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3517
3517
|
continue: !t.abort
|
|
3518
3518
|
});
|
|
3519
3519
|
};
|
|
3520
|
-
}), vo =
|
|
3520
|
+
}), vo = /*@__PURE__*/ M("$ZodCheckMaxLength", (e, t) => {
|
|
3521
3521
|
var n;
|
|
3522
3522
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3523
3523
|
let t = e.value;
|
|
@@ -3539,7 +3539,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3539
3539
|
continue: !t.abort
|
|
3540
3540
|
});
|
|
3541
3541
|
};
|
|
3542
|
-
}), yo =
|
|
3542
|
+
}), yo = /*@__PURE__*/ M("$ZodCheckMinLength", (e, t) => {
|
|
3543
3543
|
var n;
|
|
3544
3544
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3545
3545
|
let t = e.value;
|
|
@@ -3561,7 +3561,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3561
3561
|
continue: !t.abort
|
|
3562
3562
|
});
|
|
3563
3563
|
};
|
|
3564
|
-
}), bo =
|
|
3564
|
+
}), bo = /*@__PURE__*/ M("$ZodCheckLengthEquals", (e, t) => {
|
|
3565
3565
|
var n;
|
|
3566
3566
|
so.init(e, t), (n = e._zod.def).when ?? (n.when = (e) => {
|
|
3567
3567
|
let t = e.value;
|
|
@@ -3589,7 +3589,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3589
3589
|
continue: !t.abort
|
|
3590
3590
|
});
|
|
3591
3591
|
};
|
|
3592
|
-
}), xo =
|
|
3592
|
+
}), xo = /*@__PURE__*/ M("$ZodCheckStringFormat", (e, t) => {
|
|
3593
3593
|
var n, r;
|
|
3594
3594
|
so.init(e, t), e._zod.onattach.push((e) => {
|
|
3595
3595
|
let n = e._zod.bag;
|
|
@@ -3605,7 +3605,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3605
3605
|
continue: !t.abort
|
|
3606
3606
|
});
|
|
3607
3607
|
}) : (r = e._zod).check ?? (r.check = () => {});
|
|
3608
|
-
}), So =
|
|
3608
|
+
}), So = /*@__PURE__*/ M("$ZodCheckRegex", (e, t) => {
|
|
3609
3609
|
xo.init(e, t), e._zod.check = (n) => {
|
|
3610
3610
|
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
3611
3611
|
origin: "string",
|
|
@@ -3617,11 +3617,11 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3617
3617
|
continue: !t.abort
|
|
3618
3618
|
});
|
|
3619
3619
|
};
|
|
3620
|
-
}), Co =
|
|
3620
|
+
}), Co = /*@__PURE__*/ M("$ZodCheckLowerCase", (e, t) => {
|
|
3621
3621
|
t.pattern ??= Va, xo.init(e, t);
|
|
3622
|
-
}), wo =
|
|
3622
|
+
}), wo = /*@__PURE__*/ M("$ZodCheckUpperCase", (e, t) => {
|
|
3623
3623
|
t.pattern ??= Ha, xo.init(e, t);
|
|
3624
|
-
}), To =
|
|
3624
|
+
}), To = /*@__PURE__*/ M("$ZodCheckIncludes", (e, t) => {
|
|
3625
3625
|
so.init(e, t);
|
|
3626
3626
|
let n = Ur(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${n}` : n);
|
|
3627
3627
|
t.pattern = r, e._zod.onattach.push((e) => {
|
|
@@ -3638,7 +3638,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3638
3638
|
continue: !t.abort
|
|
3639
3639
|
});
|
|
3640
3640
|
};
|
|
3641
|
-
}), Eo =
|
|
3641
|
+
}), Eo = /*@__PURE__*/ M("$ZodCheckStartsWith", (e, t) => {
|
|
3642
3642
|
so.init(e, t);
|
|
3643
3643
|
let n = RegExp(`^${Ur(t.prefix)}.*`);
|
|
3644
3644
|
t.pattern ??= n, e._zod.onattach.push((e) => {
|
|
@@ -3655,7 +3655,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3655
3655
|
continue: !t.abort
|
|
3656
3656
|
});
|
|
3657
3657
|
};
|
|
3658
|
-
}), Do =
|
|
3658
|
+
}), Do = /*@__PURE__*/ M("$ZodCheckEndsWith", (e, t) => {
|
|
3659
3659
|
so.init(e, t);
|
|
3660
3660
|
let n = RegExp(`.*${Ur(t.suffix)}$`);
|
|
3661
3661
|
t.pattern ??= n, e._zod.onattach.push((e) => {
|
|
@@ -3676,7 +3676,7 @@ var Ka = /^[0-9a-fA-F]{32}$/, qa = /* @__PURE__ */ Wa(22, "=="), Ja = /* @__PURE
|
|
|
3676
3676
|
function Oo(e, t, n) {
|
|
3677
3677
|
e.issues.length && t.issues.push(...ii(n, e.issues));
|
|
3678
3678
|
}
|
|
3679
|
-
var ko =
|
|
3679
|
+
var ko = /*@__PURE__*/ M("$ZodCheckProperty", (e, t) => {
|
|
3680
3680
|
so.init(e, t), e._zod.check = (e) => {
|
|
3681
3681
|
let n = t.schema._zod.run({
|
|
3682
3682
|
value: e.value[t.property],
|
|
@@ -3685,7 +3685,7 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3685
3685
|
if (n instanceof Promise) return n.then((n) => Oo(n, e, t.property));
|
|
3686
3686
|
Oo(n, e, t.property);
|
|
3687
3687
|
};
|
|
3688
|
-
}), Ao =
|
|
3688
|
+
}), Ao = /*@__PURE__*/ M("$ZodCheckMimeType", (e, t) => {
|
|
3689
3689
|
so.init(e, t);
|
|
3690
3690
|
let n = new Set(t.mime);
|
|
3691
3691
|
e._zod.onattach.push((e) => {
|
|
@@ -3699,7 +3699,7 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3699
3699
|
continue: !t.abort
|
|
3700
3700
|
});
|
|
3701
3701
|
};
|
|
3702
|
-
}), jo =
|
|
3702
|
+
}), jo = /*@__PURE__*/ M("$ZodCheckOverwrite", (e, t) => {
|
|
3703
3703
|
so.init(e, t), e._zod.check = (e) => {
|
|
3704
3704
|
e.value = t.tx(e.value);
|
|
3705
3705
|
};
|
|
@@ -3726,7 +3726,7 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3726
3726
|
major: 4,
|
|
3727
3727
|
minor: 4,
|
|
3728
3728
|
patch: 3
|
|
3729
|
-
}, R =
|
|
3729
|
+
}, R = /*@__PURE__*/ M("$ZodType", (e, t) => {
|
|
3730
3730
|
var n;
|
|
3731
3731
|
e ??= {}, e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = No;
|
|
3732
3732
|
let r = [...e._zod.def.checks ?? []];
|
|
@@ -3794,7 +3794,7 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3794
3794
|
vendor: "zod",
|
|
3795
3795
|
version: 1
|
|
3796
3796
|
}));
|
|
3797
|
-
}), Po =
|
|
3797
|
+
}), Po = /*@__PURE__*/ M("$ZodString", (e, t) => {
|
|
3798
3798
|
R.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? Pa(e._zod.bag), e._zod.parse = (n, r) => {
|
|
3799
3799
|
if (t.coerce) try {
|
|
3800
3800
|
n.value = String(n.value);
|
|
@@ -3806,11 +3806,11 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3806
3806
|
inst: e
|
|
3807
3807
|
}), n;
|
|
3808
3808
|
};
|
|
3809
|
-
}), z =
|
|
3809
|
+
}), z = /*@__PURE__*/ M("$ZodStringFormat", (e, t) => {
|
|
3810
3810
|
xo.init(e, t), Po.init(e, t);
|
|
3811
|
-
}), Fo =
|
|
3811
|
+
}), Fo = /*@__PURE__*/ M("$ZodGUID", (e, t) => {
|
|
3812
3812
|
t.pattern ??= aa, z.init(e, t);
|
|
3813
|
-
}), Io =
|
|
3813
|
+
}), Io = /*@__PURE__*/ M("$ZodUUID", (e, t) => {
|
|
3814
3814
|
if (t.version) {
|
|
3815
3815
|
let e = {
|
|
3816
3816
|
v1: 1,
|
|
@@ -3826,9 +3826,9 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3826
3826
|
t.pattern ??= oa(e);
|
|
3827
3827
|
} else t.pattern ??= oa();
|
|
3828
3828
|
z.init(e, t);
|
|
3829
|
-
}), Lo =
|
|
3829
|
+
}), Lo = /*@__PURE__*/ M("$ZodEmail", (e, t) => {
|
|
3830
3830
|
t.pattern ??= ua, z.init(e, t);
|
|
3831
|
-
}), Ro =
|
|
3831
|
+
}), Ro = /*@__PURE__*/ M("$ZodURL", (e, t) => {
|
|
3832
3832
|
z.init(e, t), e._zod.check = (n) => {
|
|
3833
3833
|
try {
|
|
3834
3834
|
let r = n.value.trim();
|
|
@@ -3872,31 +3872,31 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3872
3872
|
});
|
|
3873
3873
|
}
|
|
3874
3874
|
};
|
|
3875
|
-
}), zo =
|
|
3875
|
+
}), zo = /*@__PURE__*/ M("$ZodEmoji", (e, t) => {
|
|
3876
3876
|
t.pattern ??= _a(), z.init(e, t);
|
|
3877
|
-
}), Bo =
|
|
3877
|
+
}), Bo = /*@__PURE__*/ M("$ZodNanoID", (e, t) => {
|
|
3878
3878
|
t.pattern ??= na, z.init(e, t);
|
|
3879
|
-
}), Vo =
|
|
3879
|
+
}), Vo = /*@__PURE__*/ M("$ZodCUID", (e, t) => {
|
|
3880
3880
|
t.pattern ??= Zi, z.init(e, t);
|
|
3881
|
-
}), Ho =
|
|
3881
|
+
}), Ho = /*@__PURE__*/ M("$ZodCUID2", (e, t) => {
|
|
3882
3882
|
t.pattern ??= Qi, z.init(e, t);
|
|
3883
|
-
}), Uo =
|
|
3883
|
+
}), Uo = /*@__PURE__*/ M("$ZodULID", (e, t) => {
|
|
3884
3884
|
t.pattern ??= $i, z.init(e, t);
|
|
3885
|
-
}), Wo =
|
|
3885
|
+
}), Wo = /*@__PURE__*/ M("$ZodXID", (e, t) => {
|
|
3886
3886
|
t.pattern ??= ea, z.init(e, t);
|
|
3887
|
-
}), Go =
|
|
3887
|
+
}), Go = /*@__PURE__*/ M("$ZodKSUID", (e, t) => {
|
|
3888
3888
|
t.pattern ??= ta, z.init(e, t);
|
|
3889
|
-
}), Ko =
|
|
3889
|
+
}), Ko = /*@__PURE__*/ M("$ZodISODateTime", (e, t) => {
|
|
3890
3890
|
t.pattern ??= Na(t), z.init(e, t);
|
|
3891
|
-
}), qo =
|
|
3891
|
+
}), qo = /*@__PURE__*/ M("$ZodISODate", (e, t) => {
|
|
3892
3892
|
t.pattern ??= Aa, z.init(e, t);
|
|
3893
|
-
}), Jo =
|
|
3893
|
+
}), Jo = /*@__PURE__*/ M("$ZodISOTime", (e, t) => {
|
|
3894
3894
|
t.pattern ??= Ma(t), z.init(e, t);
|
|
3895
|
-
}), Yo =
|
|
3895
|
+
}), Yo = /*@__PURE__*/ M("$ZodISODuration", (e, t) => {
|
|
3896
3896
|
t.pattern ??= ra, z.init(e, t);
|
|
3897
|
-
}), Xo =
|
|
3897
|
+
}), Xo = /*@__PURE__*/ M("$ZodIPv4", (e, t) => {
|
|
3898
3898
|
t.pattern ??= va, z.init(e, t), e._zod.bag.format = "ipv4";
|
|
3899
|
-
}), Zo =
|
|
3899
|
+
}), Zo = /*@__PURE__*/ M("$ZodIPv6", (e, t) => {
|
|
3900
3900
|
t.pattern ??= ya, z.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
3901
3901
|
try {
|
|
3902
3902
|
new URL(`http://[${n.value}]`);
|
|
@@ -3910,11 +3910,11 @@ var ko = /* @__PURE__ */ M("$ZodCheckProperty", (e, t) => {
|
|
|
3910
3910
|
});
|
|
3911
3911
|
}
|
|
3912
3912
|
};
|
|
3913
|
-
}), Qo =
|
|
3913
|
+
}), Qo = /*@__PURE__*/ M("$ZodMAC", (e, t) => {
|
|
3914
3914
|
t.pattern ??= ba(t.delimiter), z.init(e, t), e._zod.bag.format = "mac";
|
|
3915
|
-
}), $o =
|
|
3915
|
+
}), $o = /*@__PURE__*/ M("$ZodCIDRv4", (e, t) => {
|
|
3916
3916
|
t.pattern ??= xa, z.init(e, t);
|
|
3917
|
-
}), es =
|
|
3917
|
+
}), es = /*@__PURE__*/ M("$ZodCIDRv6", (e, t) => {
|
|
3918
3918
|
t.pattern ??= Sa, z.init(e, t), e._zod.check = (n) => {
|
|
3919
3919
|
let r = n.value.split("/");
|
|
3920
3920
|
try {
|
|
@@ -3944,7 +3944,7 @@ function ts(e) {
|
|
|
3944
3944
|
return !1;
|
|
3945
3945
|
}
|
|
3946
3946
|
}
|
|
3947
|
-
var ns =
|
|
3947
|
+
var ns = /*@__PURE__*/ M("$ZodBase64", (e, t) => {
|
|
3948
3948
|
t.pattern ??= Ca, z.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
|
|
3949
3949
|
ts(n.value) || n.issues.push({
|
|
3950
3950
|
code: "invalid_format",
|
|
@@ -3960,7 +3960,7 @@ function rs(e) {
|
|
|
3960
3960
|
let t = e.replace(/[-_]/g, (e) => e === "-" ? "+" : "/");
|
|
3961
3961
|
return ts(t.padEnd(Math.ceil(t.length / 4) * 4, "="));
|
|
3962
3962
|
}
|
|
3963
|
-
var is =
|
|
3963
|
+
var is = /*@__PURE__*/ M("$ZodBase64URL", (e, t) => {
|
|
3964
3964
|
t.pattern ??= wa, z.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
|
|
3965
3965
|
rs(n.value) || n.issues.push({
|
|
3966
3966
|
code: "invalid_format",
|
|
@@ -3970,7 +3970,7 @@ var is = /* @__PURE__ */ M("$ZodBase64URL", (e, t) => {
|
|
|
3970
3970
|
continue: !t.abort
|
|
3971
3971
|
});
|
|
3972
3972
|
};
|
|
3973
|
-
}), as =
|
|
3973
|
+
}), as = /*@__PURE__*/ M("$ZodE164", (e, t) => {
|
|
3974
3974
|
t.pattern ??= Oa, z.init(e, t);
|
|
3975
3975
|
});
|
|
3976
3976
|
function os(e, t = null) {
|
|
@@ -3985,7 +3985,7 @@ function os(e, t = null) {
|
|
|
3985
3985
|
return !1;
|
|
3986
3986
|
}
|
|
3987
3987
|
}
|
|
3988
|
-
var ss =
|
|
3988
|
+
var ss = /*@__PURE__*/ M("$ZodJWT", (e, t) => {
|
|
3989
3989
|
z.init(e, t), e._zod.check = (n) => {
|
|
3990
3990
|
os(n.value, t.alg) || n.issues.push({
|
|
3991
3991
|
code: "invalid_format",
|
|
@@ -3995,7 +3995,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
3995
3995
|
continue: !t.abort
|
|
3996
3996
|
});
|
|
3997
3997
|
};
|
|
3998
|
-
}), cs =
|
|
3998
|
+
}), cs = /*@__PURE__*/ M("$ZodCustomStringFormat", (e, t) => {
|
|
3999
3999
|
z.init(e, t), e._zod.check = (n) => {
|
|
4000
4000
|
t.fn(n.value) || n.issues.push({
|
|
4001
4001
|
code: "invalid_format",
|
|
@@ -4005,7 +4005,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4005
4005
|
continue: !t.abort
|
|
4006
4006
|
});
|
|
4007
4007
|
};
|
|
4008
|
-
}), ls =
|
|
4008
|
+
}), ls = /*@__PURE__*/ M("$ZodNumber", (e, t) => {
|
|
4009
4009
|
R.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? La, e._zod.parse = (n, r) => {
|
|
4010
4010
|
if (t.coerce) try {
|
|
4011
4011
|
n.value = Number(n.value);
|
|
@@ -4021,9 +4021,9 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4021
4021
|
...a ? { received: a } : {}
|
|
4022
4022
|
}), n;
|
|
4023
4023
|
};
|
|
4024
|
-
}), us =
|
|
4024
|
+
}), us = /*@__PURE__*/ M("$ZodNumberFormat", (e, t) => {
|
|
4025
4025
|
po.init(e, t), ls.init(e, t);
|
|
4026
|
-
}), ds =
|
|
4026
|
+
}), ds = /*@__PURE__*/ M("$ZodBoolean", (e, t) => {
|
|
4027
4027
|
R.init(e, t), e._zod.pattern = Ra, e._zod.parse = (n, r) => {
|
|
4028
4028
|
if (t.coerce) try {
|
|
4029
4029
|
n.value = !!n.value;
|
|
@@ -4036,7 +4036,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4036
4036
|
inst: e
|
|
4037
4037
|
}), n;
|
|
4038
4038
|
};
|
|
4039
|
-
}), fs =
|
|
4039
|
+
}), fs = /*@__PURE__*/ M("$ZodBigInt", (e, t) => {
|
|
4040
4040
|
R.init(e, t), e._zod.pattern = Fa, e._zod.parse = (n, r) => {
|
|
4041
4041
|
if (t.coerce) try {
|
|
4042
4042
|
n.value = BigInt(n.value);
|
|
@@ -4048,9 +4048,9 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4048
4048
|
inst: e
|
|
4049
4049
|
}), n;
|
|
4050
4050
|
};
|
|
4051
|
-
}), ps =
|
|
4051
|
+
}), ps = /*@__PURE__*/ M("$ZodBigIntFormat", (e, t) => {
|
|
4052
4052
|
mo.init(e, t), fs.init(e, t);
|
|
4053
|
-
}), ms =
|
|
4053
|
+
}), ms = /*@__PURE__*/ M("$ZodSymbol", (e, t) => {
|
|
4054
4054
|
R.init(e, t), e._zod.parse = (t, n) => {
|
|
4055
4055
|
let r = t.value;
|
|
4056
4056
|
return typeof r == "symbol" || t.issues.push({
|
|
@@ -4060,7 +4060,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4060
4060
|
inst: e
|
|
4061
4061
|
}), t;
|
|
4062
4062
|
};
|
|
4063
|
-
}), hs =
|
|
4063
|
+
}), hs = /*@__PURE__*/ M("$ZodUndefined", (e, t) => {
|
|
4064
4064
|
R.init(e, t), e._zod.pattern = Ba, e._zod.values = new Set([void 0]), e._zod.parse = (t, n) => {
|
|
4065
4065
|
let r = t.value;
|
|
4066
4066
|
return r === void 0 || t.issues.push({
|
|
@@ -4070,7 +4070,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4070
4070
|
inst: e
|
|
4071
4071
|
}), t;
|
|
4072
4072
|
};
|
|
4073
|
-
}), gs =
|
|
4073
|
+
}), gs = /*@__PURE__*/ M("$ZodNull", (e, t) => {
|
|
4074
4074
|
R.init(e, t), e._zod.pattern = za, e._zod.values = new Set([null]), e._zod.parse = (t, n) => {
|
|
4075
4075
|
let r = t.value;
|
|
4076
4076
|
return r === null || t.issues.push({
|
|
@@ -4080,18 +4080,18 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4080
4080
|
inst: e
|
|
4081
4081
|
}), t;
|
|
4082
4082
|
};
|
|
4083
|
-
}), _s =
|
|
4083
|
+
}), _s = /*@__PURE__*/ M("$ZodAny", (e, t) => {
|
|
4084
4084
|
R.init(e, t), e._zod.parse = (e) => e;
|
|
4085
|
-
}), vs =
|
|
4085
|
+
}), vs = /*@__PURE__*/ M("$ZodUnknown", (e, t) => {
|
|
4086
4086
|
R.init(e, t), e._zod.parse = (e) => e;
|
|
4087
|
-
}), ys =
|
|
4087
|
+
}), ys = /*@__PURE__*/ M("$ZodNever", (e, t) => {
|
|
4088
4088
|
R.init(e, t), e._zod.parse = (t, n) => (t.issues.push({
|
|
4089
4089
|
expected: "never",
|
|
4090
4090
|
code: "invalid_type",
|
|
4091
4091
|
input: t.value,
|
|
4092
4092
|
inst: e
|
|
4093
4093
|
}), t);
|
|
4094
|
-
}), bs =
|
|
4094
|
+
}), bs = /*@__PURE__*/ M("$ZodVoid", (e, t) => {
|
|
4095
4095
|
R.init(e, t), e._zod.parse = (t, n) => {
|
|
4096
4096
|
let r = t.value;
|
|
4097
4097
|
return r === void 0 || t.issues.push({
|
|
@@ -4101,7 +4101,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4101
4101
|
inst: e
|
|
4102
4102
|
}), t;
|
|
4103
4103
|
};
|
|
4104
|
-
}), xs =
|
|
4104
|
+
}), xs = /*@__PURE__*/ M("$ZodDate", (e, t) => {
|
|
4105
4105
|
R.init(e, t), e._zod.parse = (n, r) => {
|
|
4106
4106
|
if (t.coerce) try {
|
|
4107
4107
|
n.value = new Date(n.value);
|
|
@@ -4119,7 +4119,7 @@ var ss = /* @__PURE__ */ M("$ZodJWT", (e, t) => {
|
|
|
4119
4119
|
function Ss(e, t, n) {
|
|
4120
4120
|
e.issues.length && t.issues.push(...ii(n, e.issues)), t.value[n] = e.value;
|
|
4121
4121
|
}
|
|
4122
|
-
var Cs =
|
|
4122
|
+
var Cs = /*@__PURE__*/ M("$ZodArray", (e, t) => {
|
|
4123
4123
|
R.init(e, t), e._zod.parse = (n, r) => {
|
|
4124
4124
|
let i = n.value;
|
|
4125
4125
|
if (!Array.isArray(i)) return n.issues.push({
|
|
@@ -4190,7 +4190,7 @@ function Es(e, t, n, r, i, a) {
|
|
|
4190
4190
|
inst: a
|
|
4191
4191
|
}), e.length ? Promise.all(e).then(() => n) : n;
|
|
4192
4192
|
}
|
|
4193
|
-
var Ds =
|
|
4193
|
+
var Ds = /*@__PURE__*/ M("$ZodObject", (e, t) => {
|
|
4194
4194
|
if (R.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
4195
4195
|
let e = t.shape;
|
|
4196
4196
|
Object.defineProperty(t, "shape", { get: () => {
|
|
@@ -4231,7 +4231,7 @@ var Ds = /* @__PURE__ */ M("$ZodObject", (e, t) => {
|
|
|
4231
4231
|
}
|
|
4232
4232
|
return i ? Es(c, s, t, o, n.value, e) : c.length ? Promise.all(c).then(() => t) : t;
|
|
4233
4233
|
};
|
|
4234
|
-
}), Os =
|
|
4234
|
+
}), Os = /*@__PURE__*/ M("$ZodObjectJIT", (e, t) => {
|
|
4235
4235
|
Ds.init(e, t);
|
|
4236
4236
|
let n = e._zod.parse, r = br(() => Ts(t)), i = (e) => {
|
|
4237
4237
|
let t = new Mo([
|
|
@@ -4334,7 +4334,7 @@ function ks(e, t, n, r) {
|
|
|
4334
4334
|
errors: e.map((e) => e.issues.map((e) => oi(e, r, dr())))
|
|
4335
4335
|
}), t);
|
|
4336
4336
|
}
|
|
4337
|
-
var As =
|
|
4337
|
+
var As = /*@__PURE__*/ M("$ZodUnion", (e, t) => {
|
|
4338
4338
|
R.init(e, t), P(e._zod, "optin", () => t.options.some((e) => e._zod.optin === "optional") ? "optional" : void 0), P(e._zod, "optout", () => t.options.some((e) => e._zod.optout === "optional") ? "optional" : void 0), P(e._zod, "values", () => {
|
|
4339
4339
|
if (t.options.every((e) => e._zod.values)) return new Set(t.options.flatMap((e) => Array.from(e._zod.values)));
|
|
4340
4340
|
}), P(e._zod, "pattern", () => {
|
|
@@ -4376,7 +4376,7 @@ function js(e, t, n, r) {
|
|
|
4376
4376
|
inclusive: !1
|
|
4377
4377
|
}), t);
|
|
4378
4378
|
}
|
|
4379
|
-
var Ms =
|
|
4379
|
+
var Ms = /*@__PURE__*/ M("$ZodXor", (e, t) => {
|
|
4380
4380
|
As.init(e, t), t.inclusive = !1;
|
|
4381
4381
|
let n = t.options.length === 1 ? t.options[0]._zod.run : null;
|
|
4382
4382
|
e._zod.parse = (r, i) => {
|
|
@@ -4391,7 +4391,7 @@ var Ms = /* @__PURE__ */ M("$ZodXor", (e, t) => {
|
|
|
4391
4391
|
}
|
|
4392
4392
|
return a ? Promise.all(o).then((t) => js(t, r, e, i)) : js(o, r, e, i);
|
|
4393
4393
|
};
|
|
4394
|
-
}), Ns =
|
|
4394
|
+
}), Ns = /*@__PURE__*/ M("$ZodDiscriminatedUnion", (e, t) => {
|
|
4395
4395
|
t.inclusive = !1, As.init(e, t);
|
|
4396
4396
|
let n = e._zod.parse;
|
|
4397
4397
|
P(e._zod, "propValues", () => {
|
|
@@ -4438,7 +4438,7 @@ var Ms = /* @__PURE__ */ M("$ZodXor", (e, t) => {
|
|
|
4438
4438
|
inst: e
|
|
4439
4439
|
}), i);
|
|
4440
4440
|
};
|
|
4441
|
-
}), Ps =
|
|
4441
|
+
}), Ps = /*@__PURE__*/ M("$ZodIntersection", (e, t) => {
|
|
4442
4442
|
R.init(e, t), e._zod.parse = (e, n) => {
|
|
4443
4443
|
let r = e.value, i = t.left._zod.run({
|
|
4444
4444
|
value: r,
|
|
@@ -4514,7 +4514,7 @@ function Is(e, t, n) {
|
|
|
4514
4514
|
if (!o.valid) throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);
|
|
4515
4515
|
return e.value = o.data, e;
|
|
4516
4516
|
}
|
|
4517
|
-
var Ls =
|
|
4517
|
+
var Ls = /*@__PURE__*/ M("$ZodTuple", (e, t) => {
|
|
4518
4518
|
R.init(e, t);
|
|
4519
4519
|
let n = t.items;
|
|
4520
4520
|
e._zod.parse = (r, i) => {
|
|
@@ -4591,7 +4591,7 @@ function Bs(e, t, n, r, i) {
|
|
|
4591
4591
|
for (let e = t.value.length - 1; e >= r.length && n[e]._zod.optout === "optional" && t.value[e] === void 0; e--) t.value.length = e;
|
|
4592
4592
|
return t;
|
|
4593
4593
|
}
|
|
4594
|
-
var Vs =
|
|
4594
|
+
var Vs = /*@__PURE__*/ M("$ZodRecord", (e, t) => {
|
|
4595
4595
|
R.init(e, t), e._zod.parse = (n, r) => {
|
|
4596
4596
|
let i = n.value;
|
|
4597
4597
|
if (!Lr(i)) return n.issues.push({
|
|
@@ -4677,7 +4677,7 @@ var Vs = /* @__PURE__ */ M("$ZodRecord", (e, t) => {
|
|
|
4677
4677
|
}
|
|
4678
4678
|
return a.length ? Promise.all(a).then(() => n) : n;
|
|
4679
4679
|
};
|
|
4680
|
-
}), Hs =
|
|
4680
|
+
}), Hs = /*@__PURE__*/ M("$ZodMap", (e, t) => {
|
|
4681
4681
|
R.init(e, t), e._zod.parse = (n, r) => {
|
|
4682
4682
|
let i = n.value;
|
|
4683
4683
|
if (!(i instanceof Map)) return n.issues.push({
|
|
@@ -4719,7 +4719,7 @@ function Us(e, t, n, r, i, a, o) {
|
|
|
4719
4719
|
issues: t.issues.map((e) => oi(e, o, dr()))
|
|
4720
4720
|
})), n.value.set(e.value, t.value);
|
|
4721
4721
|
}
|
|
4722
|
-
var Ws =
|
|
4722
|
+
var Ws = /*@__PURE__*/ M("$ZodSet", (e, t) => {
|
|
4723
4723
|
R.init(e, t), e._zod.parse = (n, r) => {
|
|
4724
4724
|
let i = n.value;
|
|
4725
4725
|
if (!(i instanceof Set)) return n.issues.push({
|
|
@@ -4743,7 +4743,7 @@ var Ws = /* @__PURE__ */ M("$ZodSet", (e, t) => {
|
|
|
4743
4743
|
function Gs(e, t) {
|
|
4744
4744
|
e.issues.length && t.issues.push(...e.issues), t.value.add(e.value);
|
|
4745
4745
|
}
|
|
4746
|
-
var Ks =
|
|
4746
|
+
var Ks = /*@__PURE__*/ M("$ZodEnum", (e, t) => {
|
|
4747
4747
|
R.init(e, t);
|
|
4748
4748
|
let n = vr(t.entries), r = new Set(n);
|
|
4749
4749
|
e._zod.values = r, e._zod.pattern = RegExp(`^(${n.filter((e) => Vr.has(typeof e)).map((e) => typeof e == "string" ? Ur(e) : e.toString()).join("|")})$`), e._zod.parse = (t, i) => {
|
|
@@ -4755,7 +4755,7 @@ var Ks = /* @__PURE__ */ M("$ZodEnum", (e, t) => {
|
|
|
4755
4755
|
inst: e
|
|
4756
4756
|
}), t;
|
|
4757
4757
|
};
|
|
4758
|
-
}), qs =
|
|
4758
|
+
}), qs = /*@__PURE__*/ M("$ZodLiteral", (e, t) => {
|
|
4759
4759
|
if (R.init(e, t), t.values.length === 0) throw Error("Cannot create literal schema with no valid values");
|
|
4760
4760
|
let n = new Set(t.values);
|
|
4761
4761
|
e._zod.values = n, e._zod.pattern = RegExp(`^(${t.values.map((e) => typeof e == "string" ? Ur(e) : e ? Ur(e.toString()) : String(e)).join("|")})$`), e._zod.parse = (r, i) => {
|
|
@@ -4767,7 +4767,7 @@ var Ks = /* @__PURE__ */ M("$ZodEnum", (e, t) => {
|
|
|
4767
4767
|
inst: e
|
|
4768
4768
|
}), r;
|
|
4769
4769
|
};
|
|
4770
|
-
}), Js =
|
|
4770
|
+
}), Js = /*@__PURE__*/ M("$ZodFile", (e, t) => {
|
|
4771
4771
|
R.init(e, t), e._zod.parse = (t, n) => {
|
|
4772
4772
|
let r = t.value;
|
|
4773
4773
|
return r instanceof File || t.issues.push({
|
|
@@ -4777,7 +4777,7 @@ var Ks = /* @__PURE__ */ M("$ZodEnum", (e, t) => {
|
|
|
4777
4777
|
inst: e
|
|
4778
4778
|
}), t;
|
|
4779
4779
|
};
|
|
4780
|
-
}), Ys =
|
|
4780
|
+
}), Ys = /*@__PURE__*/ M("$ZodTransform", (e, t) => {
|
|
4781
4781
|
R.init(e, t), e._zod.optin = "optional", e._zod.parse = (n, r) => {
|
|
4782
4782
|
if (r.direction === "backward") throw new lr(e.constructor.name);
|
|
4783
4783
|
let i = t.transform(n.value, n);
|
|
@@ -4792,7 +4792,7 @@ function Xs(e, t) {
|
|
|
4792
4792
|
value: void 0
|
|
4793
4793
|
} : e;
|
|
4794
4794
|
}
|
|
4795
|
-
var Zs =
|
|
4795
|
+
var Zs = /*@__PURE__*/ M("$ZodOptional", (e, t) => {
|
|
4796
4796
|
R.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", P(e._zod, "values", () => t.innerType._zod.values ? new Set([...t.innerType._zod.values, void 0]) : void 0), P(e._zod, "pattern", () => {
|
|
4797
4797
|
let e = t.innerType._zod.pattern;
|
|
4798
4798
|
return e ? RegExp(`^(${Sr(e.source)})?$`) : void 0;
|
|
@@ -4803,14 +4803,14 @@ var Zs = /* @__PURE__ */ M("$ZodOptional", (e, t) => {
|
|
|
4803
4803
|
}
|
|
4804
4804
|
return e.value === void 0 ? e : t.innerType._zod.run(e, n);
|
|
4805
4805
|
};
|
|
4806
|
-
}), Qs =
|
|
4806
|
+
}), Qs = /*@__PURE__*/ M("$ZodExactOptional", (e, t) => {
|
|
4807
4807
|
Zs.init(e, t), P(e._zod, "values", () => t.innerType._zod.values), P(e._zod, "pattern", () => t.innerType._zod.pattern), e._zod.parse = (e, n) => t.innerType._zod.run(e, n);
|
|
4808
|
-
}), $s =
|
|
4808
|
+
}), $s = /*@__PURE__*/ M("$ZodNullable", (e, t) => {
|
|
4809
4809
|
R.init(e, t), P(e._zod, "optin", () => t.innerType._zod.optin), P(e._zod, "optout", () => t.innerType._zod.optout), P(e._zod, "pattern", () => {
|
|
4810
4810
|
let e = t.innerType._zod.pattern;
|
|
4811
4811
|
return e ? RegExp(`^(${Sr(e.source)}|null)$`) : void 0;
|
|
4812
4812
|
}), P(e._zod, "values", () => t.innerType._zod.values ? new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (e, n) => e.value === null ? e : t.innerType._zod.run(e, n);
|
|
4813
|
-
}), ec =
|
|
4813
|
+
}), ec = /*@__PURE__*/ M("$ZodDefault", (e, t) => {
|
|
4814
4814
|
R.init(e, t), e._zod.optin = "optional", P(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (e, n) => {
|
|
4815
4815
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
4816
4816
|
if (e.value === void 0) return e.value = t.defaultValue, e;
|
|
@@ -4821,9 +4821,9 @@ var Zs = /* @__PURE__ */ M("$ZodOptional", (e, t) => {
|
|
|
4821
4821
|
function tc(e, t) {
|
|
4822
4822
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
4823
4823
|
}
|
|
4824
|
-
var nc =
|
|
4824
|
+
var nc = /*@__PURE__*/ M("$ZodPrefault", (e, t) => {
|
|
4825
4825
|
R.init(e, t), e._zod.optin = "optional", P(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (e, n) => (n.direction === "backward" || e.value === void 0 && (e.value = t.defaultValue), t.innerType._zod.run(e, n));
|
|
4826
|
-
}), rc =
|
|
4826
|
+
}), rc = /*@__PURE__*/ M("$ZodNonOptional", (e, t) => {
|
|
4827
4827
|
R.init(e, t), P(e._zod, "values", () => {
|
|
4828
4828
|
let e = t.innerType._zod.values;
|
|
4829
4829
|
return e ? new Set([...e].filter((e) => e !== void 0)) : void 0;
|
|
@@ -4840,13 +4840,13 @@ function ic(e, t) {
|
|
|
4840
4840
|
inst: t
|
|
4841
4841
|
}), e;
|
|
4842
4842
|
}
|
|
4843
|
-
var ac =
|
|
4843
|
+
var ac = /*@__PURE__*/ M("$ZodSuccess", (e, t) => {
|
|
4844
4844
|
R.init(e, t), e._zod.parse = (e, n) => {
|
|
4845
4845
|
if (n.direction === "backward") throw new lr("ZodSuccess");
|
|
4846
4846
|
let r = t.innerType._zod.run(e, n);
|
|
4847
4847
|
return r instanceof Promise ? r.then((t) => (e.value = t.issues.length === 0, e)) : (e.value = r.issues.length === 0, e);
|
|
4848
4848
|
};
|
|
4849
|
-
}), oc =
|
|
4849
|
+
}), oc = /*@__PURE__*/ M("$ZodCatch", (e, t) => {
|
|
4850
4850
|
R.init(e, t), e._zod.optin = "optional", P(e._zod, "optout", () => t.innerType._zod.optout), P(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (e, n) => {
|
|
4851
4851
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
4852
4852
|
let r = t.innerType._zod.run(e, n);
|
|
@@ -4860,14 +4860,14 @@ var ac = /* @__PURE__ */ M("$ZodSuccess", (e, t) => {
|
|
|
4860
4860
|
input: e.value
|
|
4861
4861
|
}), e.issues = [], e.fallback = !0), e);
|
|
4862
4862
|
};
|
|
4863
|
-
}), sc =
|
|
4863
|
+
}), sc = /*@__PURE__*/ M("$ZodNaN", (e, t) => {
|
|
4864
4864
|
R.init(e, t), e._zod.parse = (t, n) => ((typeof t.value != "number" || !Number.isNaN(t.value)) && t.issues.push({
|
|
4865
4865
|
input: t.value,
|
|
4866
4866
|
inst: e,
|
|
4867
4867
|
expected: "nan",
|
|
4868
4868
|
code: "invalid_type"
|
|
4869
4869
|
}), t);
|
|
4870
|
-
}), cc =
|
|
4870
|
+
}), cc = /*@__PURE__*/ M("$ZodPipe", (e, t) => {
|
|
4871
4871
|
R.init(e, t), P(e._zod, "values", () => t.in._zod.values), P(e._zod, "optin", () => t.in._zod.optin), P(e._zod, "optout", () => t.out._zod.optout), P(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (e, n) => {
|
|
4872
4872
|
if (n.direction === "backward") {
|
|
4873
4873
|
let r = t.out._zod.run(e, n);
|
|
@@ -4884,7 +4884,7 @@ function lc(e, t, n) {
|
|
|
4884
4884
|
fallback: e.fallback
|
|
4885
4885
|
}, n);
|
|
4886
4886
|
}
|
|
4887
|
-
var uc =
|
|
4887
|
+
var uc = /*@__PURE__*/ M("$ZodCodec", (e, t) => {
|
|
4888
4888
|
R.init(e, t), P(e._zod, "values", () => t.in._zod.values), P(e._zod, "optin", () => t.in._zod.optin), P(e._zod, "optout", () => t.out._zod.optout), P(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (e, n) => {
|
|
4889
4889
|
if ((n.direction || "forward") === "forward") {
|
|
4890
4890
|
let r = t.in._zod.run(e, n);
|
|
@@ -4911,9 +4911,9 @@ function fc(e, t, n, r) {
|
|
|
4911
4911
|
issues: e.issues
|
|
4912
4912
|
}, r);
|
|
4913
4913
|
}
|
|
4914
|
-
var pc =
|
|
4914
|
+
var pc = /*@__PURE__*/ M("$ZodPreprocess", (e, t) => {
|
|
4915
4915
|
cc.init(e, t);
|
|
4916
|
-
}), mc =
|
|
4916
|
+
}), mc = /*@__PURE__*/ M("$ZodReadonly", (e, t) => {
|
|
4917
4917
|
R.init(e, t), P(e._zod, "propValues", () => t.innerType._zod.propValues), P(e._zod, "values", () => t.innerType._zod.values), P(e._zod, "optin", () => t.innerType?._zod?.optin), P(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (e, n) => {
|
|
4918
4918
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
4919
4919
|
let r = t.innerType._zod.run(e, n);
|
|
@@ -4923,7 +4923,7 @@ var pc = /* @__PURE__ */ M("$ZodPreprocess", (e, t) => {
|
|
|
4923
4923
|
function hc(e) {
|
|
4924
4924
|
return e.value = Object.freeze(e.value), e;
|
|
4925
4925
|
}
|
|
4926
|
-
var gc =
|
|
4926
|
+
var gc = /*@__PURE__*/ M("$ZodTemplateLiteral", (e, t) => {
|
|
4927
4927
|
R.init(e, t);
|
|
4928
4928
|
let n = [];
|
|
4929
4929
|
for (let e of t.parts) if (typeof e == "object" && e) {
|
|
@@ -4946,7 +4946,7 @@ var gc = /* @__PURE__ */ M("$ZodTemplateLiteral", (e, t) => {
|
|
|
4946
4946
|
expected: "string",
|
|
4947
4947
|
code: "invalid_type"
|
|
4948
4948
|
}), n);
|
|
4949
|
-
}), _c =
|
|
4949
|
+
}), _c = /*@__PURE__*/ M("$ZodFunction", (e, t) => (R.init(e, t), e._def = t, e._zod.def = t, e.implement = (t) => {
|
|
4950
4950
|
if (typeof t != "function") throw Error("implement() must be called with a function");
|
|
4951
4951
|
return function(...n) {
|
|
4952
4952
|
let r = e._def.input ? Di(e._def.input, n) : n, i = Reflect.apply(t, this, r);
|
|
@@ -4985,17 +4985,17 @@ var gc = /* @__PURE__ */ M("$ZodTemplateLiteral", (e, t) => {
|
|
|
4985
4985
|
input: e._def.input,
|
|
4986
4986
|
output: t
|
|
4987
4987
|
});
|
|
4988
|
-
}, e)), vc =
|
|
4988
|
+
}, e)), vc = /*@__PURE__*/ M("$ZodPromise", (e, t) => {
|
|
4989
4989
|
R.init(e, t), e._zod.parse = (e, n) => Promise.resolve(e.value).then((e) => t.innerType._zod.run({
|
|
4990
4990
|
value: e,
|
|
4991
4991
|
issues: []
|
|
4992
4992
|
}, n));
|
|
4993
|
-
}), yc =
|
|
4993
|
+
}), yc = /*@__PURE__*/ M("$ZodLazy", (e, t) => {
|
|
4994
4994
|
R.init(e, t), P(e._zod, "innerType", () => {
|
|
4995
4995
|
let e = t;
|
|
4996
4996
|
return e._cachedInner ||= t.getter(), e._cachedInner;
|
|
4997
4997
|
}), P(e._zod, "pattern", () => e._zod.innerType?._zod?.pattern), P(e._zod, "propValues", () => e._zod.innerType?._zod?.propValues), P(e._zod, "optin", () => e._zod.innerType?._zod?.optin ?? void 0), P(e._zod, "optout", () => e._zod.innerType?._zod?.optout ?? void 0), e._zod.parse = (t, n) => e._zod.innerType._zod.run(t, n);
|
|
4998
|
-
}), bc =
|
|
4998
|
+
}), bc = /*@__PURE__*/ M("$ZodCustom", (e, t) => {
|
|
4999
4999
|
so.init(e, t), R.init(e, t), e._zod.parse = (e, t) => e, e._zod.check = (n) => {
|
|
5000
5000
|
let r = n.value, i = t.fn(r);
|
|
5001
5001
|
if (i instanceof Promise) return i.then((t) => xc(t, n, r, e));
|
|
@@ -9999,14 +9999,14 @@ function Du() {
|
|
|
9999
9999
|
var Ou = globalThis.__zod_globalRegistry;
|
|
10000
10000
|
//#endregion
|
|
10001
10001
|
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
10002
|
-
|
|
10002
|
+
// @__NO_SIDE_EFFECTS__
|
|
10003
10003
|
function ku(e, t) {
|
|
10004
10004
|
return new e({
|
|
10005
10005
|
type: "string",
|
|
10006
10006
|
...F(t)
|
|
10007
10007
|
});
|
|
10008
10008
|
}
|
|
10009
|
-
|
|
10009
|
+
// @__NO_SIDE_EFFECTS__
|
|
10010
10010
|
function Au(e, t) {
|
|
10011
10011
|
return new e({
|
|
10012
10012
|
type: "string",
|
|
@@ -10014,7 +10014,7 @@ function Au(e, t) {
|
|
|
10014
10014
|
...F(t)
|
|
10015
10015
|
});
|
|
10016
10016
|
}
|
|
10017
|
-
|
|
10017
|
+
// @__NO_SIDE_EFFECTS__
|
|
10018
10018
|
function ju(e, t) {
|
|
10019
10019
|
return new e({
|
|
10020
10020
|
type: "string",
|
|
@@ -10024,7 +10024,7 @@ function ju(e, t) {
|
|
|
10024
10024
|
...F(t)
|
|
10025
10025
|
});
|
|
10026
10026
|
}
|
|
10027
|
-
|
|
10027
|
+
// @__NO_SIDE_EFFECTS__
|
|
10028
10028
|
function Mu(e, t) {
|
|
10029
10029
|
return new e({
|
|
10030
10030
|
type: "string",
|
|
@@ -10034,7 +10034,7 @@ function Mu(e, t) {
|
|
|
10034
10034
|
...F(t)
|
|
10035
10035
|
});
|
|
10036
10036
|
}
|
|
10037
|
-
|
|
10037
|
+
// @__NO_SIDE_EFFECTS__
|
|
10038
10038
|
function Nu(e, t) {
|
|
10039
10039
|
return new e({
|
|
10040
10040
|
type: "string",
|
|
@@ -10044,7 +10044,7 @@ function Nu(e, t) {
|
|
|
10044
10044
|
...F(t)
|
|
10045
10045
|
});
|
|
10046
10046
|
}
|
|
10047
|
-
|
|
10047
|
+
// @__NO_SIDE_EFFECTS__
|
|
10048
10048
|
function Pu(e, t) {
|
|
10049
10049
|
return new e({
|
|
10050
10050
|
type: "string",
|
|
@@ -10055,7 +10055,7 @@ function Pu(e, t) {
|
|
|
10055
10055
|
...F(t)
|
|
10056
10056
|
});
|
|
10057
10057
|
}
|
|
10058
|
-
|
|
10058
|
+
// @__NO_SIDE_EFFECTS__
|
|
10059
10059
|
function Fu(e, t) {
|
|
10060
10060
|
return new e({
|
|
10061
10061
|
type: "string",
|
|
@@ -10066,7 +10066,7 @@ function Fu(e, t) {
|
|
|
10066
10066
|
...F(t)
|
|
10067
10067
|
});
|
|
10068
10068
|
}
|
|
10069
|
-
|
|
10069
|
+
// @__NO_SIDE_EFFECTS__
|
|
10070
10070
|
function Iu(e, t) {
|
|
10071
10071
|
return new e({
|
|
10072
10072
|
type: "string",
|
|
@@ -10077,7 +10077,7 @@ function Iu(e, t) {
|
|
|
10077
10077
|
...F(t)
|
|
10078
10078
|
});
|
|
10079
10079
|
}
|
|
10080
|
-
|
|
10080
|
+
// @__NO_SIDE_EFFECTS__
|
|
10081
10081
|
function Lu(e, t) {
|
|
10082
10082
|
return new e({
|
|
10083
10083
|
type: "string",
|
|
@@ -10087,7 +10087,7 @@ function Lu(e, t) {
|
|
|
10087
10087
|
...F(t)
|
|
10088
10088
|
});
|
|
10089
10089
|
}
|
|
10090
|
-
|
|
10090
|
+
// @__NO_SIDE_EFFECTS__
|
|
10091
10091
|
function Ru(e, t) {
|
|
10092
10092
|
return new e({
|
|
10093
10093
|
type: "string",
|
|
@@ -10097,7 +10097,7 @@ function Ru(e, t) {
|
|
|
10097
10097
|
...F(t)
|
|
10098
10098
|
});
|
|
10099
10099
|
}
|
|
10100
|
-
|
|
10100
|
+
// @__NO_SIDE_EFFECTS__
|
|
10101
10101
|
function zu(e, t) {
|
|
10102
10102
|
return new e({
|
|
10103
10103
|
type: "string",
|
|
@@ -10107,7 +10107,7 @@ function zu(e, t) {
|
|
|
10107
10107
|
...F(t)
|
|
10108
10108
|
});
|
|
10109
10109
|
}
|
|
10110
|
-
|
|
10110
|
+
// @__NO_SIDE_EFFECTS__
|
|
10111
10111
|
function Bu(e, t) {
|
|
10112
10112
|
return new e({
|
|
10113
10113
|
type: "string",
|
|
@@ -10117,7 +10117,7 @@ function Bu(e, t) {
|
|
|
10117
10117
|
...F(t)
|
|
10118
10118
|
});
|
|
10119
10119
|
}
|
|
10120
|
-
|
|
10120
|
+
// @__NO_SIDE_EFFECTS__
|
|
10121
10121
|
function Vu(e, t) {
|
|
10122
10122
|
return new e({
|
|
10123
10123
|
type: "string",
|
|
@@ -10127,7 +10127,7 @@ function Vu(e, t) {
|
|
|
10127
10127
|
...F(t)
|
|
10128
10128
|
});
|
|
10129
10129
|
}
|
|
10130
|
-
|
|
10130
|
+
// @__NO_SIDE_EFFECTS__
|
|
10131
10131
|
function Hu(e, t) {
|
|
10132
10132
|
return new e({
|
|
10133
10133
|
type: "string",
|
|
@@ -10137,7 +10137,7 @@ function Hu(e, t) {
|
|
|
10137
10137
|
...F(t)
|
|
10138
10138
|
});
|
|
10139
10139
|
}
|
|
10140
|
-
|
|
10140
|
+
// @__NO_SIDE_EFFECTS__
|
|
10141
10141
|
function Uu(e, t) {
|
|
10142
10142
|
return new e({
|
|
10143
10143
|
type: "string",
|
|
@@ -10147,7 +10147,7 @@ function Uu(e, t) {
|
|
|
10147
10147
|
...F(t)
|
|
10148
10148
|
});
|
|
10149
10149
|
}
|
|
10150
|
-
|
|
10150
|
+
// @__NO_SIDE_EFFECTS__
|
|
10151
10151
|
function Wu(e, t) {
|
|
10152
10152
|
return new e({
|
|
10153
10153
|
type: "string",
|
|
@@ -10157,7 +10157,7 @@ function Wu(e, t) {
|
|
|
10157
10157
|
...F(t)
|
|
10158
10158
|
});
|
|
10159
10159
|
}
|
|
10160
|
-
|
|
10160
|
+
// @__NO_SIDE_EFFECTS__
|
|
10161
10161
|
function Gu(e, t) {
|
|
10162
10162
|
return new e({
|
|
10163
10163
|
type: "string",
|
|
@@ -10167,7 +10167,7 @@ function Gu(e, t) {
|
|
|
10167
10167
|
...F(t)
|
|
10168
10168
|
});
|
|
10169
10169
|
}
|
|
10170
|
-
|
|
10170
|
+
// @__NO_SIDE_EFFECTS__
|
|
10171
10171
|
function Ku(e, t) {
|
|
10172
10172
|
return new e({
|
|
10173
10173
|
type: "string",
|
|
@@ -10177,7 +10177,7 @@ function Ku(e, t) {
|
|
|
10177
10177
|
...F(t)
|
|
10178
10178
|
});
|
|
10179
10179
|
}
|
|
10180
|
-
|
|
10180
|
+
// @__NO_SIDE_EFFECTS__
|
|
10181
10181
|
function qu(e, t) {
|
|
10182
10182
|
return new e({
|
|
10183
10183
|
type: "string",
|
|
@@ -10187,7 +10187,7 @@ function qu(e, t) {
|
|
|
10187
10187
|
...F(t)
|
|
10188
10188
|
});
|
|
10189
10189
|
}
|
|
10190
|
-
|
|
10190
|
+
// @__NO_SIDE_EFFECTS__
|
|
10191
10191
|
function Ju(e, t) {
|
|
10192
10192
|
return new e({
|
|
10193
10193
|
type: "string",
|
|
@@ -10197,7 +10197,7 @@ function Ju(e, t) {
|
|
|
10197
10197
|
...F(t)
|
|
10198
10198
|
});
|
|
10199
10199
|
}
|
|
10200
|
-
|
|
10200
|
+
// @__NO_SIDE_EFFECTS__
|
|
10201
10201
|
function Yu(e, t) {
|
|
10202
10202
|
return new e({
|
|
10203
10203
|
type: "string",
|
|
@@ -10207,7 +10207,7 @@ function Yu(e, t) {
|
|
|
10207
10207
|
...F(t)
|
|
10208
10208
|
});
|
|
10209
10209
|
}
|
|
10210
|
-
|
|
10210
|
+
// @__NO_SIDE_EFFECTS__
|
|
10211
10211
|
function Xu(e, t) {
|
|
10212
10212
|
return new e({
|
|
10213
10213
|
type: "string",
|
|
@@ -10217,7 +10217,7 @@ function Xu(e, t) {
|
|
|
10217
10217
|
...F(t)
|
|
10218
10218
|
});
|
|
10219
10219
|
}
|
|
10220
|
-
|
|
10220
|
+
// @__NO_SIDE_EFFECTS__
|
|
10221
10221
|
function Zu(e, t) {
|
|
10222
10222
|
return new e({
|
|
10223
10223
|
type: "string",
|
|
@@ -10227,7 +10227,7 @@ function Zu(e, t) {
|
|
|
10227
10227
|
...F(t)
|
|
10228
10228
|
});
|
|
10229
10229
|
}
|
|
10230
|
-
|
|
10230
|
+
// @__NO_SIDE_EFFECTS__
|
|
10231
10231
|
function Qu(e, t) {
|
|
10232
10232
|
return new e({
|
|
10233
10233
|
type: "string",
|
|
@@ -10237,7 +10237,7 @@ function Qu(e, t) {
|
|
|
10237
10237
|
...F(t)
|
|
10238
10238
|
});
|
|
10239
10239
|
}
|
|
10240
|
-
|
|
10240
|
+
// @__NO_SIDE_EFFECTS__
|
|
10241
10241
|
function $u(e, t) {
|
|
10242
10242
|
return new e({
|
|
10243
10243
|
type: "string",
|
|
@@ -10254,7 +10254,7 @@ var ed = {
|
|
|
10254
10254
|
Millisecond: 3,
|
|
10255
10255
|
Microsecond: 6
|
|
10256
10256
|
};
|
|
10257
|
-
|
|
10257
|
+
// @__NO_SIDE_EFFECTS__
|
|
10258
10258
|
function td(e, t) {
|
|
10259
10259
|
return new e({
|
|
10260
10260
|
type: "string",
|
|
@@ -10266,7 +10266,7 @@ function td(e, t) {
|
|
|
10266
10266
|
...F(t)
|
|
10267
10267
|
});
|
|
10268
10268
|
}
|
|
10269
|
-
|
|
10269
|
+
// @__NO_SIDE_EFFECTS__
|
|
10270
10270
|
function nd(e, t) {
|
|
10271
10271
|
return new e({
|
|
10272
10272
|
type: "string",
|
|
@@ -10275,7 +10275,7 @@ function nd(e, t) {
|
|
|
10275
10275
|
...F(t)
|
|
10276
10276
|
});
|
|
10277
10277
|
}
|
|
10278
|
-
|
|
10278
|
+
// @__NO_SIDE_EFFECTS__
|
|
10279
10279
|
function rd(e, t) {
|
|
10280
10280
|
return new e({
|
|
10281
10281
|
type: "string",
|
|
@@ -10285,7 +10285,7 @@ function rd(e, t) {
|
|
|
10285
10285
|
...F(t)
|
|
10286
10286
|
});
|
|
10287
10287
|
}
|
|
10288
|
-
|
|
10288
|
+
// @__NO_SIDE_EFFECTS__
|
|
10289
10289
|
function id(e, t) {
|
|
10290
10290
|
return new e({
|
|
10291
10291
|
type: "string",
|
|
@@ -10294,7 +10294,7 @@ function id(e, t) {
|
|
|
10294
10294
|
...F(t)
|
|
10295
10295
|
});
|
|
10296
10296
|
}
|
|
10297
|
-
|
|
10297
|
+
// @__NO_SIDE_EFFECTS__
|
|
10298
10298
|
function ad(e, t) {
|
|
10299
10299
|
return new e({
|
|
10300
10300
|
type: "number",
|
|
@@ -10302,7 +10302,7 @@ function ad(e, t) {
|
|
|
10302
10302
|
...F(t)
|
|
10303
10303
|
});
|
|
10304
10304
|
}
|
|
10305
|
-
|
|
10305
|
+
// @__NO_SIDE_EFFECTS__
|
|
10306
10306
|
function od(e, t) {
|
|
10307
10307
|
return new e({
|
|
10308
10308
|
type: "number",
|
|
@@ -10311,7 +10311,7 @@ function od(e, t) {
|
|
|
10311
10311
|
...F(t)
|
|
10312
10312
|
});
|
|
10313
10313
|
}
|
|
10314
|
-
|
|
10314
|
+
// @__NO_SIDE_EFFECTS__
|
|
10315
10315
|
function sd(e, t) {
|
|
10316
10316
|
return new e({
|
|
10317
10317
|
type: "number",
|
|
@@ -10321,7 +10321,7 @@ function sd(e, t) {
|
|
|
10321
10321
|
...F(t)
|
|
10322
10322
|
});
|
|
10323
10323
|
}
|
|
10324
|
-
|
|
10324
|
+
// @__NO_SIDE_EFFECTS__
|
|
10325
10325
|
function cd(e, t) {
|
|
10326
10326
|
return new e({
|
|
10327
10327
|
type: "number",
|
|
@@ -10331,7 +10331,7 @@ function cd(e, t) {
|
|
|
10331
10331
|
...F(t)
|
|
10332
10332
|
});
|
|
10333
10333
|
}
|
|
10334
|
-
|
|
10334
|
+
// @__NO_SIDE_EFFECTS__
|
|
10335
10335
|
function ld(e, t) {
|
|
10336
10336
|
return new e({
|
|
10337
10337
|
type: "number",
|
|
@@ -10341,7 +10341,7 @@ function ld(e, t) {
|
|
|
10341
10341
|
...F(t)
|
|
10342
10342
|
});
|
|
10343
10343
|
}
|
|
10344
|
-
|
|
10344
|
+
// @__NO_SIDE_EFFECTS__
|
|
10345
10345
|
function ud(e, t) {
|
|
10346
10346
|
return new e({
|
|
10347
10347
|
type: "number",
|
|
@@ -10351,7 +10351,7 @@ function ud(e, t) {
|
|
|
10351
10351
|
...F(t)
|
|
10352
10352
|
});
|
|
10353
10353
|
}
|
|
10354
|
-
|
|
10354
|
+
// @__NO_SIDE_EFFECTS__
|
|
10355
10355
|
function dd(e, t) {
|
|
10356
10356
|
return new e({
|
|
10357
10357
|
type: "number",
|
|
@@ -10361,14 +10361,14 @@ function dd(e, t) {
|
|
|
10361
10361
|
...F(t)
|
|
10362
10362
|
});
|
|
10363
10363
|
}
|
|
10364
|
-
|
|
10364
|
+
// @__NO_SIDE_EFFECTS__
|
|
10365
10365
|
function fd(e, t) {
|
|
10366
10366
|
return new e({
|
|
10367
10367
|
type: "boolean",
|
|
10368
10368
|
...F(t)
|
|
10369
10369
|
});
|
|
10370
10370
|
}
|
|
10371
|
-
|
|
10371
|
+
// @__NO_SIDE_EFFECTS__
|
|
10372
10372
|
function pd(e, t) {
|
|
10373
10373
|
return new e({
|
|
10374
10374
|
type: "boolean",
|
|
@@ -10376,14 +10376,14 @@ function pd(e, t) {
|
|
|
10376
10376
|
...F(t)
|
|
10377
10377
|
});
|
|
10378
10378
|
}
|
|
10379
|
-
|
|
10379
|
+
// @__NO_SIDE_EFFECTS__
|
|
10380
10380
|
function md(e, t) {
|
|
10381
10381
|
return new e({
|
|
10382
10382
|
type: "bigint",
|
|
10383
10383
|
...F(t)
|
|
10384
10384
|
});
|
|
10385
10385
|
}
|
|
10386
|
-
|
|
10386
|
+
// @__NO_SIDE_EFFECTS__
|
|
10387
10387
|
function hd(e, t) {
|
|
10388
10388
|
return new e({
|
|
10389
10389
|
type: "bigint",
|
|
@@ -10391,7 +10391,7 @@ function hd(e, t) {
|
|
|
10391
10391
|
...F(t)
|
|
10392
10392
|
});
|
|
10393
10393
|
}
|
|
10394
|
-
|
|
10394
|
+
// @__NO_SIDE_EFFECTS__
|
|
10395
10395
|
function gd(e, t) {
|
|
10396
10396
|
return new e({
|
|
10397
10397
|
type: "bigint",
|
|
@@ -10401,7 +10401,7 @@ function gd(e, t) {
|
|
|
10401
10401
|
...F(t)
|
|
10402
10402
|
});
|
|
10403
10403
|
}
|
|
10404
|
-
|
|
10404
|
+
// @__NO_SIDE_EFFECTS__
|
|
10405
10405
|
function _d(e, t) {
|
|
10406
10406
|
return new e({
|
|
10407
10407
|
type: "bigint",
|
|
@@ -10411,57 +10411,57 @@ function _d(e, t) {
|
|
|
10411
10411
|
...F(t)
|
|
10412
10412
|
});
|
|
10413
10413
|
}
|
|
10414
|
-
|
|
10414
|
+
// @__NO_SIDE_EFFECTS__
|
|
10415
10415
|
function vd(e, t) {
|
|
10416
10416
|
return new e({
|
|
10417
10417
|
type: "symbol",
|
|
10418
10418
|
...F(t)
|
|
10419
10419
|
});
|
|
10420
10420
|
}
|
|
10421
|
-
|
|
10421
|
+
// @__NO_SIDE_EFFECTS__
|
|
10422
10422
|
function yd(e, t) {
|
|
10423
10423
|
return new e({
|
|
10424
10424
|
type: "undefined",
|
|
10425
10425
|
...F(t)
|
|
10426
10426
|
});
|
|
10427
10427
|
}
|
|
10428
|
-
|
|
10428
|
+
// @__NO_SIDE_EFFECTS__
|
|
10429
10429
|
function bd(e, t) {
|
|
10430
10430
|
return new e({
|
|
10431
10431
|
type: "null",
|
|
10432
10432
|
...F(t)
|
|
10433
10433
|
});
|
|
10434
10434
|
}
|
|
10435
|
-
|
|
10435
|
+
// @__NO_SIDE_EFFECTS__
|
|
10436
10436
|
function xd(e) {
|
|
10437
10437
|
return new e({ type: "any" });
|
|
10438
10438
|
}
|
|
10439
|
-
|
|
10439
|
+
// @__NO_SIDE_EFFECTS__
|
|
10440
10440
|
function Sd(e) {
|
|
10441
10441
|
return new e({ type: "unknown" });
|
|
10442
10442
|
}
|
|
10443
|
-
|
|
10443
|
+
// @__NO_SIDE_EFFECTS__
|
|
10444
10444
|
function Cd(e, t) {
|
|
10445
10445
|
return new e({
|
|
10446
10446
|
type: "never",
|
|
10447
10447
|
...F(t)
|
|
10448
10448
|
});
|
|
10449
10449
|
}
|
|
10450
|
-
|
|
10450
|
+
// @__NO_SIDE_EFFECTS__
|
|
10451
10451
|
function wd(e, t) {
|
|
10452
10452
|
return new e({
|
|
10453
10453
|
type: "void",
|
|
10454
10454
|
...F(t)
|
|
10455
10455
|
});
|
|
10456
10456
|
}
|
|
10457
|
-
|
|
10457
|
+
// @__NO_SIDE_EFFECTS__
|
|
10458
10458
|
function Td(e, t) {
|
|
10459
10459
|
return new e({
|
|
10460
10460
|
type: "date",
|
|
10461
10461
|
...F(t)
|
|
10462
10462
|
});
|
|
10463
10463
|
}
|
|
10464
|
-
|
|
10464
|
+
// @__NO_SIDE_EFFECTS__
|
|
10465
10465
|
function Ed(e, t) {
|
|
10466
10466
|
return new e({
|
|
10467
10467
|
type: "date",
|
|
@@ -10469,14 +10469,14 @@ function Ed(e, t) {
|
|
|
10469
10469
|
...F(t)
|
|
10470
10470
|
});
|
|
10471
10471
|
}
|
|
10472
|
-
|
|
10472
|
+
// @__NO_SIDE_EFFECTS__
|
|
10473
10473
|
function Dd(e, t) {
|
|
10474
10474
|
return new e({
|
|
10475
10475
|
type: "nan",
|
|
10476
10476
|
...F(t)
|
|
10477
10477
|
});
|
|
10478
10478
|
}
|
|
10479
|
-
|
|
10479
|
+
// @__NO_SIDE_EFFECTS__
|
|
10480
10480
|
function Od(e, t) {
|
|
10481
10481
|
return new lo({
|
|
10482
10482
|
check: "less_than",
|
|
@@ -10485,7 +10485,7 @@ function Od(e, t) {
|
|
|
10485
10485
|
inclusive: !1
|
|
10486
10486
|
});
|
|
10487
10487
|
}
|
|
10488
|
-
|
|
10488
|
+
// @__NO_SIDE_EFFECTS__
|
|
10489
10489
|
function kd(e, t) {
|
|
10490
10490
|
return new lo({
|
|
10491
10491
|
check: "less_than",
|
|
@@ -10494,7 +10494,7 @@ function kd(e, t) {
|
|
|
10494
10494
|
inclusive: !0
|
|
10495
10495
|
});
|
|
10496
10496
|
}
|
|
10497
|
-
|
|
10497
|
+
// @__NO_SIDE_EFFECTS__
|
|
10498
10498
|
function Ad(e, t) {
|
|
10499
10499
|
return new uo({
|
|
10500
10500
|
check: "greater_than",
|
|
@@ -10503,7 +10503,7 @@ function Ad(e, t) {
|
|
|
10503
10503
|
inclusive: !1
|
|
10504
10504
|
});
|
|
10505
10505
|
}
|
|
10506
|
-
|
|
10506
|
+
// @__NO_SIDE_EFFECTS__
|
|
10507
10507
|
function jd(e, t) {
|
|
10508
10508
|
return new uo({
|
|
10509
10509
|
check: "greater_than",
|
|
@@ -10512,23 +10512,23 @@ function jd(e, t) {
|
|
|
10512
10512
|
inclusive: !0
|
|
10513
10513
|
});
|
|
10514
10514
|
}
|
|
10515
|
-
|
|
10515
|
+
// @__NO_SIDE_EFFECTS__
|
|
10516
10516
|
function Md(e) {
|
|
10517
10517
|
return /* @__PURE__ */ Ad(0, e);
|
|
10518
10518
|
}
|
|
10519
|
-
|
|
10519
|
+
// @__NO_SIDE_EFFECTS__
|
|
10520
10520
|
function Nd(e) {
|
|
10521
10521
|
return /* @__PURE__ */ Od(0, e);
|
|
10522
10522
|
}
|
|
10523
|
-
|
|
10523
|
+
// @__NO_SIDE_EFFECTS__
|
|
10524
10524
|
function Pd(e) {
|
|
10525
10525
|
return /* @__PURE__ */ kd(0, e);
|
|
10526
10526
|
}
|
|
10527
|
-
|
|
10527
|
+
// @__NO_SIDE_EFFECTS__
|
|
10528
10528
|
function Fd(e) {
|
|
10529
10529
|
return /* @__PURE__ */ jd(0, e);
|
|
10530
10530
|
}
|
|
10531
|
-
|
|
10531
|
+
// @__NO_SIDE_EFFECTS__
|
|
10532
10532
|
function Id(e, t) {
|
|
10533
10533
|
return new fo({
|
|
10534
10534
|
check: "multiple_of",
|
|
@@ -10536,7 +10536,7 @@ function Id(e, t) {
|
|
|
10536
10536
|
value: e
|
|
10537
10537
|
});
|
|
10538
10538
|
}
|
|
10539
|
-
|
|
10539
|
+
// @__NO_SIDE_EFFECTS__
|
|
10540
10540
|
function Ld(e, t) {
|
|
10541
10541
|
return new ho({
|
|
10542
10542
|
check: "max_size",
|
|
@@ -10544,7 +10544,7 @@ function Ld(e, t) {
|
|
|
10544
10544
|
maximum: e
|
|
10545
10545
|
});
|
|
10546
10546
|
}
|
|
10547
|
-
|
|
10547
|
+
// @__NO_SIDE_EFFECTS__
|
|
10548
10548
|
function Rd(e, t) {
|
|
10549
10549
|
return new go({
|
|
10550
10550
|
check: "min_size",
|
|
@@ -10552,7 +10552,7 @@ function Rd(e, t) {
|
|
|
10552
10552
|
minimum: e
|
|
10553
10553
|
});
|
|
10554
10554
|
}
|
|
10555
|
-
|
|
10555
|
+
// @__NO_SIDE_EFFECTS__
|
|
10556
10556
|
function zd(e, t) {
|
|
10557
10557
|
return new _o({
|
|
10558
10558
|
check: "size_equals",
|
|
@@ -10560,7 +10560,7 @@ function zd(e, t) {
|
|
|
10560
10560
|
size: e
|
|
10561
10561
|
});
|
|
10562
10562
|
}
|
|
10563
|
-
|
|
10563
|
+
// @__NO_SIDE_EFFECTS__
|
|
10564
10564
|
function Bd(e, t) {
|
|
10565
10565
|
return new vo({
|
|
10566
10566
|
check: "max_length",
|
|
@@ -10568,7 +10568,7 @@ function Bd(e, t) {
|
|
|
10568
10568
|
maximum: e
|
|
10569
10569
|
});
|
|
10570
10570
|
}
|
|
10571
|
-
|
|
10571
|
+
// @__NO_SIDE_EFFECTS__
|
|
10572
10572
|
function Vd(e, t) {
|
|
10573
10573
|
return new yo({
|
|
10574
10574
|
check: "min_length",
|
|
@@ -10576,7 +10576,7 @@ function Vd(e, t) {
|
|
|
10576
10576
|
minimum: e
|
|
10577
10577
|
});
|
|
10578
10578
|
}
|
|
10579
|
-
|
|
10579
|
+
// @__NO_SIDE_EFFECTS__
|
|
10580
10580
|
function Hd(e, t) {
|
|
10581
10581
|
return new bo({
|
|
10582
10582
|
check: "length_equals",
|
|
@@ -10584,7 +10584,7 @@ function Hd(e, t) {
|
|
|
10584
10584
|
length: e
|
|
10585
10585
|
});
|
|
10586
10586
|
}
|
|
10587
|
-
|
|
10587
|
+
// @__NO_SIDE_EFFECTS__
|
|
10588
10588
|
function Ud(e, t) {
|
|
10589
10589
|
return new So({
|
|
10590
10590
|
check: "string_format",
|
|
@@ -10593,7 +10593,7 @@ function Ud(e, t) {
|
|
|
10593
10593
|
pattern: e
|
|
10594
10594
|
});
|
|
10595
10595
|
}
|
|
10596
|
-
|
|
10596
|
+
// @__NO_SIDE_EFFECTS__
|
|
10597
10597
|
function Wd(e) {
|
|
10598
10598
|
return new Co({
|
|
10599
10599
|
check: "string_format",
|
|
@@ -10601,7 +10601,7 @@ function Wd(e) {
|
|
|
10601
10601
|
...F(e)
|
|
10602
10602
|
});
|
|
10603
10603
|
}
|
|
10604
|
-
|
|
10604
|
+
// @__NO_SIDE_EFFECTS__
|
|
10605
10605
|
function Gd(e) {
|
|
10606
10606
|
return new wo({
|
|
10607
10607
|
check: "string_format",
|
|
@@ -10609,7 +10609,7 @@ function Gd(e) {
|
|
|
10609
10609
|
...F(e)
|
|
10610
10610
|
});
|
|
10611
10611
|
}
|
|
10612
|
-
|
|
10612
|
+
// @__NO_SIDE_EFFECTS__
|
|
10613
10613
|
function Kd(e, t) {
|
|
10614
10614
|
return new To({
|
|
10615
10615
|
check: "string_format",
|
|
@@ -10618,7 +10618,7 @@ function Kd(e, t) {
|
|
|
10618
10618
|
includes: e
|
|
10619
10619
|
});
|
|
10620
10620
|
}
|
|
10621
|
-
|
|
10621
|
+
// @__NO_SIDE_EFFECTS__
|
|
10622
10622
|
function qd(e, t) {
|
|
10623
10623
|
return new Eo({
|
|
10624
10624
|
check: "string_format",
|
|
@@ -10627,7 +10627,7 @@ function qd(e, t) {
|
|
|
10627
10627
|
prefix: e
|
|
10628
10628
|
});
|
|
10629
10629
|
}
|
|
10630
|
-
|
|
10630
|
+
// @__NO_SIDE_EFFECTS__
|
|
10631
10631
|
function Jd(e, t) {
|
|
10632
10632
|
return new Do({
|
|
10633
10633
|
check: "string_format",
|
|
@@ -10636,7 +10636,7 @@ function Jd(e, t) {
|
|
|
10636
10636
|
suffix: e
|
|
10637
10637
|
});
|
|
10638
10638
|
}
|
|
10639
|
-
|
|
10639
|
+
// @__NO_SIDE_EFFECTS__
|
|
10640
10640
|
function Yd(e, t, n) {
|
|
10641
10641
|
return new ko({
|
|
10642
10642
|
check: "property",
|
|
@@ -10645,7 +10645,7 @@ function Yd(e, t, n) {
|
|
|
10645
10645
|
...F(n)
|
|
10646
10646
|
});
|
|
10647
10647
|
}
|
|
10648
|
-
|
|
10648
|
+
// @__NO_SIDE_EFFECTS__
|
|
10649
10649
|
function Xd(e, t) {
|
|
10650
10650
|
return new Ao({
|
|
10651
10651
|
check: "mime_type",
|
|
@@ -10653,34 +10653,34 @@ function Xd(e, t) {
|
|
|
10653
10653
|
...F(t)
|
|
10654
10654
|
});
|
|
10655
10655
|
}
|
|
10656
|
-
|
|
10656
|
+
// @__NO_SIDE_EFFECTS__
|
|
10657
10657
|
function Zd(e) {
|
|
10658
10658
|
return new jo({
|
|
10659
10659
|
check: "overwrite",
|
|
10660
10660
|
tx: e
|
|
10661
10661
|
});
|
|
10662
10662
|
}
|
|
10663
|
-
|
|
10663
|
+
// @__NO_SIDE_EFFECTS__
|
|
10664
10664
|
function Qd(e) {
|
|
10665
10665
|
return /* @__PURE__ */ Zd((t) => t.normalize(e));
|
|
10666
10666
|
}
|
|
10667
|
-
|
|
10667
|
+
// @__NO_SIDE_EFFECTS__
|
|
10668
10668
|
function $d() {
|
|
10669
10669
|
return /* @__PURE__ */ Zd((e) => e.trim());
|
|
10670
10670
|
}
|
|
10671
|
-
|
|
10671
|
+
// @__NO_SIDE_EFFECTS__
|
|
10672
10672
|
function ef() {
|
|
10673
10673
|
return /* @__PURE__ */ Zd((e) => e.toLowerCase());
|
|
10674
10674
|
}
|
|
10675
|
-
|
|
10675
|
+
// @__NO_SIDE_EFFECTS__
|
|
10676
10676
|
function tf() {
|
|
10677
10677
|
return /* @__PURE__ */ Zd((e) => e.toUpperCase());
|
|
10678
10678
|
}
|
|
10679
|
-
|
|
10679
|
+
// @__NO_SIDE_EFFECTS__
|
|
10680
10680
|
function nf() {
|
|
10681
10681
|
return /* @__PURE__ */ Zd((e) => Nr(e));
|
|
10682
10682
|
}
|
|
10683
|
-
|
|
10683
|
+
// @__NO_SIDE_EFFECTS__
|
|
10684
10684
|
function rf(e, t, n) {
|
|
10685
10685
|
return new e({
|
|
10686
10686
|
type: "array",
|
|
@@ -10688,7 +10688,7 @@ function rf(e, t, n) {
|
|
|
10688
10688
|
...F(n)
|
|
10689
10689
|
});
|
|
10690
10690
|
}
|
|
10691
|
-
|
|
10691
|
+
// @__NO_SIDE_EFFECTS__
|
|
10692
10692
|
function af(e, t, n) {
|
|
10693
10693
|
return new e({
|
|
10694
10694
|
type: "union",
|
|
@@ -10704,7 +10704,7 @@ function of(e, t, n) {
|
|
|
10704
10704
|
...F(n)
|
|
10705
10705
|
});
|
|
10706
10706
|
}
|
|
10707
|
-
|
|
10707
|
+
// @__NO_SIDE_EFFECTS__
|
|
10708
10708
|
function sf(e, t, n, r) {
|
|
10709
10709
|
return new e({
|
|
10710
10710
|
type: "union",
|
|
@@ -10713,7 +10713,7 @@ function sf(e, t, n, r) {
|
|
|
10713
10713
|
...F(r)
|
|
10714
10714
|
});
|
|
10715
10715
|
}
|
|
10716
|
-
|
|
10716
|
+
// @__NO_SIDE_EFFECTS__
|
|
10717
10717
|
function cf(e, t, n) {
|
|
10718
10718
|
return new e({
|
|
10719
10719
|
type: "intersection",
|
|
@@ -10721,7 +10721,7 @@ function cf(e, t, n) {
|
|
|
10721
10721
|
right: n
|
|
10722
10722
|
});
|
|
10723
10723
|
}
|
|
10724
|
-
|
|
10724
|
+
// @__NO_SIDE_EFFECTS__
|
|
10725
10725
|
function lf(e, t, n, r) {
|
|
10726
10726
|
let i = n instanceof R;
|
|
10727
10727
|
return new e({
|
|
@@ -10731,7 +10731,7 @@ function lf(e, t, n, r) {
|
|
|
10731
10731
|
...F(i ? r : n)
|
|
10732
10732
|
});
|
|
10733
10733
|
}
|
|
10734
|
-
|
|
10734
|
+
// @__NO_SIDE_EFFECTS__
|
|
10735
10735
|
function uf(e, t, n, r) {
|
|
10736
10736
|
return new e({
|
|
10737
10737
|
type: "record",
|
|
@@ -10740,7 +10740,7 @@ function uf(e, t, n, r) {
|
|
|
10740
10740
|
...F(r)
|
|
10741
10741
|
});
|
|
10742
10742
|
}
|
|
10743
|
-
|
|
10743
|
+
// @__NO_SIDE_EFFECTS__
|
|
10744
10744
|
function df(e, t, n, r) {
|
|
10745
10745
|
return new e({
|
|
10746
10746
|
type: "map",
|
|
@@ -10749,7 +10749,7 @@ function df(e, t, n, r) {
|
|
|
10749
10749
|
...F(r)
|
|
10750
10750
|
});
|
|
10751
10751
|
}
|
|
10752
|
-
|
|
10752
|
+
// @__NO_SIDE_EFFECTS__
|
|
10753
10753
|
function ff(e, t, n) {
|
|
10754
10754
|
return new e({
|
|
10755
10755
|
type: "set",
|
|
@@ -10757,7 +10757,7 @@ function ff(e, t, n) {
|
|
|
10757
10757
|
...F(n)
|
|
10758
10758
|
});
|
|
10759
10759
|
}
|
|
10760
|
-
|
|
10760
|
+
// @__NO_SIDE_EFFECTS__
|
|
10761
10761
|
function pf(e, t, n) {
|
|
10762
10762
|
return new e({
|
|
10763
10763
|
type: "enum",
|
|
@@ -10765,7 +10765,7 @@ function pf(e, t, n) {
|
|
|
10765
10765
|
...F(n)
|
|
10766
10766
|
});
|
|
10767
10767
|
}
|
|
10768
|
-
|
|
10768
|
+
// @__NO_SIDE_EFFECTS__
|
|
10769
10769
|
function mf(e, t, n) {
|
|
10770
10770
|
return new e({
|
|
10771
10771
|
type: "enum",
|
|
@@ -10773,7 +10773,7 @@ function mf(e, t, n) {
|
|
|
10773
10773
|
...F(n)
|
|
10774
10774
|
});
|
|
10775
10775
|
}
|
|
10776
|
-
|
|
10776
|
+
// @__NO_SIDE_EFFECTS__
|
|
10777
10777
|
function hf(e, t, n) {
|
|
10778
10778
|
return new e({
|
|
10779
10779
|
type: "literal",
|
|
@@ -10781,35 +10781,35 @@ function hf(e, t, n) {
|
|
|
10781
10781
|
...F(n)
|
|
10782
10782
|
});
|
|
10783
10783
|
}
|
|
10784
|
-
|
|
10784
|
+
// @__NO_SIDE_EFFECTS__
|
|
10785
10785
|
function gf(e, t) {
|
|
10786
10786
|
return new e({
|
|
10787
10787
|
type: "file",
|
|
10788
10788
|
...F(t)
|
|
10789
10789
|
});
|
|
10790
10790
|
}
|
|
10791
|
-
|
|
10791
|
+
// @__NO_SIDE_EFFECTS__
|
|
10792
10792
|
function _f(e, t) {
|
|
10793
10793
|
return new e({
|
|
10794
10794
|
type: "transform",
|
|
10795
10795
|
transform: t
|
|
10796
10796
|
});
|
|
10797
10797
|
}
|
|
10798
|
-
|
|
10798
|
+
// @__NO_SIDE_EFFECTS__
|
|
10799
10799
|
function vf(e, t) {
|
|
10800
10800
|
return new e({
|
|
10801
10801
|
type: "optional",
|
|
10802
10802
|
innerType: t
|
|
10803
10803
|
});
|
|
10804
10804
|
}
|
|
10805
|
-
|
|
10805
|
+
// @__NO_SIDE_EFFECTS__
|
|
10806
10806
|
function yf(e, t) {
|
|
10807
10807
|
return new e({
|
|
10808
10808
|
type: "nullable",
|
|
10809
10809
|
innerType: t
|
|
10810
10810
|
});
|
|
10811
10811
|
}
|
|
10812
|
-
|
|
10812
|
+
// @__NO_SIDE_EFFECTS__
|
|
10813
10813
|
function bf(e, t, n) {
|
|
10814
10814
|
return new e({
|
|
10815
10815
|
type: "default",
|
|
@@ -10819,7 +10819,7 @@ function bf(e, t, n) {
|
|
|
10819
10819
|
}
|
|
10820
10820
|
});
|
|
10821
10821
|
}
|
|
10822
|
-
|
|
10822
|
+
// @__NO_SIDE_EFFECTS__
|
|
10823
10823
|
function xf(e, t, n) {
|
|
10824
10824
|
return new e({
|
|
10825
10825
|
type: "nonoptional",
|
|
@@ -10827,14 +10827,14 @@ function xf(e, t, n) {
|
|
|
10827
10827
|
...F(n)
|
|
10828
10828
|
});
|
|
10829
10829
|
}
|
|
10830
|
-
|
|
10830
|
+
// @__NO_SIDE_EFFECTS__
|
|
10831
10831
|
function Sf(e, t) {
|
|
10832
10832
|
return new e({
|
|
10833
10833
|
type: "success",
|
|
10834
10834
|
innerType: t
|
|
10835
10835
|
});
|
|
10836
10836
|
}
|
|
10837
|
-
|
|
10837
|
+
// @__NO_SIDE_EFFECTS__
|
|
10838
10838
|
function Cf(e, t, n) {
|
|
10839
10839
|
return new e({
|
|
10840
10840
|
type: "catch",
|
|
@@ -10842,7 +10842,7 @@ function Cf(e, t, n) {
|
|
|
10842
10842
|
catchValue: typeof n == "function" ? n : () => n
|
|
10843
10843
|
});
|
|
10844
10844
|
}
|
|
10845
|
-
|
|
10845
|
+
// @__NO_SIDE_EFFECTS__
|
|
10846
10846
|
function wf(e, t, n) {
|
|
10847
10847
|
return new e({
|
|
10848
10848
|
type: "pipe",
|
|
@@ -10850,14 +10850,14 @@ function wf(e, t, n) {
|
|
|
10850
10850
|
out: n
|
|
10851
10851
|
});
|
|
10852
10852
|
}
|
|
10853
|
-
|
|
10853
|
+
// @__NO_SIDE_EFFECTS__
|
|
10854
10854
|
function Tf(e, t) {
|
|
10855
10855
|
return new e({
|
|
10856
10856
|
type: "readonly",
|
|
10857
10857
|
innerType: t
|
|
10858
10858
|
});
|
|
10859
10859
|
}
|
|
10860
|
-
|
|
10860
|
+
// @__NO_SIDE_EFFECTS__
|
|
10861
10861
|
function Ef(e, t, n) {
|
|
10862
10862
|
return new e({
|
|
10863
10863
|
type: "template_literal",
|
|
@@ -10865,21 +10865,21 @@ function Ef(e, t, n) {
|
|
|
10865
10865
|
...F(n)
|
|
10866
10866
|
});
|
|
10867
10867
|
}
|
|
10868
|
-
|
|
10868
|
+
// @__NO_SIDE_EFFECTS__
|
|
10869
10869
|
function Df(e, t) {
|
|
10870
10870
|
return new e({
|
|
10871
10871
|
type: "lazy",
|
|
10872
10872
|
getter: t
|
|
10873
10873
|
});
|
|
10874
10874
|
}
|
|
10875
|
-
|
|
10875
|
+
// @__NO_SIDE_EFFECTS__
|
|
10876
10876
|
function Of(e, t) {
|
|
10877
10877
|
return new e({
|
|
10878
10878
|
type: "promise",
|
|
10879
10879
|
innerType: t
|
|
10880
10880
|
});
|
|
10881
10881
|
}
|
|
10882
|
-
|
|
10882
|
+
// @__NO_SIDE_EFFECTS__
|
|
10883
10883
|
function kf(e, t, n) {
|
|
10884
10884
|
let r = F(n);
|
|
10885
10885
|
return r.abort ??= !0, new e({
|
|
@@ -10889,7 +10889,7 @@ function kf(e, t, n) {
|
|
|
10889
10889
|
...r
|
|
10890
10890
|
});
|
|
10891
10891
|
}
|
|
10892
|
-
|
|
10892
|
+
// @__NO_SIDE_EFFECTS__
|
|
10893
10893
|
function Af(e, t, n) {
|
|
10894
10894
|
return new e({
|
|
10895
10895
|
type: "custom",
|
|
@@ -10898,7 +10898,7 @@ function Af(e, t, n) {
|
|
|
10898
10898
|
...F(n)
|
|
10899
10899
|
});
|
|
10900
10900
|
}
|
|
10901
|
-
|
|
10901
|
+
// @__NO_SIDE_EFFECTS__
|
|
10902
10902
|
function jf(e, t) {
|
|
10903
10903
|
let n = /* @__PURE__ */ Mf((t) => (t.addIssue = (e) => {
|
|
10904
10904
|
if (typeof e == "string") t.issues.push(li(e, t.value, n._zod.def));
|
|
@@ -10909,7 +10909,7 @@ function jf(e, t) {
|
|
|
10909
10909
|
}, e(t.value, t)), t);
|
|
10910
10910
|
return n;
|
|
10911
10911
|
}
|
|
10912
|
-
|
|
10912
|
+
// @__NO_SIDE_EFFECTS__
|
|
10913
10913
|
function Mf(e, t) {
|
|
10914
10914
|
let n = new so({
|
|
10915
10915
|
check: "custom",
|
|
@@ -10917,7 +10917,7 @@ function Mf(e, t) {
|
|
|
10917
10917
|
});
|
|
10918
10918
|
return n._zod.check = e, n;
|
|
10919
10919
|
}
|
|
10920
|
-
|
|
10920
|
+
// @__NO_SIDE_EFFECTS__
|
|
10921
10921
|
function Nf(e) {
|
|
10922
10922
|
let t = new so({ check: "describe" });
|
|
10923
10923
|
return t._zod.onattach = [(t) => {
|
|
@@ -10928,7 +10928,7 @@ function Nf(e) {
|
|
|
10928
10928
|
});
|
|
10929
10929
|
}], t._zod.check = () => {}, t;
|
|
10930
10930
|
}
|
|
10931
|
-
|
|
10931
|
+
// @__NO_SIDE_EFFECTS__
|
|
10932
10932
|
function Pf(e) {
|
|
10933
10933
|
let t = new so({ check: "meta" });
|
|
10934
10934
|
return t._zod.onattach = [(t) => {
|
|
@@ -10939,7 +10939,7 @@ function Pf(e) {
|
|
|
10939
10939
|
});
|
|
10940
10940
|
}], t._zod.check = () => {}, t;
|
|
10941
10941
|
}
|
|
10942
|
-
|
|
10942
|
+
// @__NO_SIDE_EFFECTS__
|
|
10943
10943
|
function Ff(e, t) {
|
|
10944
10944
|
let n = F(t), r = n.truthy ?? [
|
|
10945
10945
|
"true",
|
|
@@ -10983,7 +10983,7 @@ function Ff(e, t) {
|
|
|
10983
10983
|
});
|
|
10984
10984
|
return l;
|
|
10985
10985
|
}
|
|
10986
|
-
|
|
10986
|
+
// @__NO_SIDE_EFFECTS__
|
|
10987
10987
|
function If(e, t, n, r = {}) {
|
|
10988
10988
|
let i = F(r), a = {
|
|
10989
10989
|
...F(r),
|
|
@@ -11882,25 +11882,25 @@ var jp = class {
|
|
|
11882
11882
|
datetime: () => Lp,
|
|
11883
11883
|
duration: () => Up,
|
|
11884
11884
|
time: () => Vp
|
|
11885
|
-
}), Ip =
|
|
11885
|
+
}), Ip = /*@__PURE__*/ M("ZodISODateTime", (e, t) => {
|
|
11886
11886
|
Ko.init(e, t), U.init(e, t);
|
|
11887
11887
|
});
|
|
11888
11888
|
function Lp(e) {
|
|
11889
11889
|
return /* @__PURE__ */ td(Ip, e);
|
|
11890
11890
|
}
|
|
11891
|
-
var Rp =
|
|
11891
|
+
var Rp = /*@__PURE__*/ M("ZodISODate", (e, t) => {
|
|
11892
11892
|
qo.init(e, t), U.init(e, t);
|
|
11893
11893
|
});
|
|
11894
11894
|
function zp(e) {
|
|
11895
11895
|
return /* @__PURE__ */ nd(Rp, e);
|
|
11896
11896
|
}
|
|
11897
|
-
var Bp =
|
|
11897
|
+
var Bp = /*@__PURE__*/ M("ZodISOTime", (e, t) => {
|
|
11898
11898
|
Jo.init(e, t), U.init(e, t);
|
|
11899
11899
|
});
|
|
11900
11900
|
function Vp(e) {
|
|
11901
11901
|
return /* @__PURE__ */ rd(Bp, e);
|
|
11902
11902
|
}
|
|
11903
|
-
var Hp =
|
|
11903
|
+
var Hp = /*@__PURE__*/ M("ZodISODuration", (e, t) => {
|
|
11904
11904
|
Yo.init(e, t), U.init(e, t);
|
|
11905
11905
|
});
|
|
11906
11906
|
function Up(e) {
|
|
@@ -11922,7 +11922,7 @@ var Wp = (e, t) => {
|
|
|
11922
11922
|
return e.issues.length === 0;
|
|
11923
11923
|
} }
|
|
11924
11924
|
});
|
|
11925
|
-
}, Gp =
|
|
11925
|
+
}, Gp = /*@__PURE__*/ M("ZodError", Wp), Kp = /*@__PURE__*/ M("ZodError", Wp, { Parent: Error }), qp = /* @__PURE__ */ Ei(Kp), Jp = /* @__PURE__ */ Oi(Kp), Yp = /* @__PURE__ */ Ai(Kp), Xp = /* @__PURE__ */ Mi(Kp), Zp = /* @__PURE__ */ Pi(Kp), Qp = /* @__PURE__ */ Ii(Kp), $p = /* @__PURE__ */ Ri(Kp), em = /* @__PURE__ */ Bi(Kp), tm = /* @__PURE__ */ Hi(Kp), nm = /* @__PURE__ */ Wi(Kp), rm = /* @__PURE__ */ Ki(Kp), im = /* @__PURE__ */ Ji(Kp), am = /* @__PURE__ */ a({
|
|
11926
11926
|
ZodAny: () => wh,
|
|
11927
11927
|
ZodArray: () => Nh,
|
|
11928
11928
|
ZodBase64: () => Km,
|
|
@@ -12120,7 +12120,7 @@ function sm(e, t, n) {
|
|
|
12120
12120
|
}
|
|
12121
12121
|
}
|
|
12122
12122
|
}
|
|
12123
|
-
var V =
|
|
12123
|
+
var V = /*@__PURE__*/ M("ZodType", (e, t) => (R.init(e, t), Object.assign(e["~standard"], { jsonSchema: {
|
|
12124
12124
|
input: Hf(e, "input"),
|
|
12125
12125
|
output: Hf(e, "output")
|
|
12126
12126
|
} }), e.toJSONSchema = Vf(e, {}), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.parse = (t, n) => qp(e, t, n, { callee: e.parse }), e.safeParse = (t, n) => Yp(e, t, n), e.parseAsync = async (t, n) => Jp(e, t, n, { callee: e.parseAsync }), e.safeParseAsync = async (t, n) => Xp(e, t, n), e.spa = e.safeParseAsync, e.encode = (t, n) => Zp(e, t, n), e.decode = (t, n) => Qp(e, t, n), e.encodeAsync = async (t, n) => $p(e, t, n), e.decodeAsync = async (t, n) => em(e, t, n), e.safeEncode = (t, n) => tm(e, t, n), e.safeDecode = (t, n) => nm(e, t, n), e.safeEncodeAsync = async (t, n) => rm(e, t, n), e.safeDecodeAsync = async (t, n) => im(e, t, n), sm(e, "ZodType", {
|
|
@@ -12218,7 +12218,7 @@ var V = /* @__PURE__ */ M("ZodType", (e, t) => (R.init(e, t), Object.assign(e["~
|
|
|
12218
12218
|
return Ou.get(e)?.description;
|
|
12219
12219
|
},
|
|
12220
12220
|
configurable: !0
|
|
12221
|
-
}), e)), cm =
|
|
12221
|
+
}), e)), cm = /*@__PURE__*/ M("_ZodString", (e, t) => {
|
|
12222
12222
|
Po.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Wf(e, t, n, r);
|
|
12223
12223
|
let n = e._zod.bag;
|
|
12224
12224
|
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, sm(e, "_ZodString", {
|
|
@@ -12268,27 +12268,27 @@ var V = /* @__PURE__ */ M("ZodType", (e, t) => (R.init(e, t), Object.assign(e["~
|
|
|
12268
12268
|
return this.check(/* @__PURE__ */ nf());
|
|
12269
12269
|
}
|
|
12270
12270
|
});
|
|
12271
|
-
}), lm =
|
|
12271
|
+
}), lm = /*@__PURE__*/ M("ZodString", (e, t) => {
|
|
12272
12272
|
Po.init(e, t), cm.init(e, t), e.email = (t) => e.check(/* @__PURE__ */ ju(um, t)), e.url = (t) => e.check(/* @__PURE__ */ Lu(ym, t)), e.jwt = (t) => e.check(/* @__PURE__ */ $u(Qm, t)), e.emoji = (t) => e.check(/* @__PURE__ */ Ru(Sm, t)), e.guid = (t) => e.check(/* @__PURE__ */ Mu(fm, t)), e.uuid = (t) => e.check(/* @__PURE__ */ Nu(mm, t)), e.uuidv4 = (t) => e.check(/* @__PURE__ */ Pu(mm, t)), e.uuidv6 = (t) => e.check(/* @__PURE__ */ Fu(mm, t)), e.uuidv7 = (t) => e.check(/* @__PURE__ */ Iu(mm, t)), e.nanoid = (t) => e.check(/* @__PURE__ */ zu(wm, t)), e.guid = (t) => e.check(/* @__PURE__ */ Mu(fm, t)), e.cuid = (t) => e.check(/* @__PURE__ */ Bu(Em, t)), e.cuid2 = (t) => e.check(/* @__PURE__ */ Vu(Om, t)), e.ulid = (t) => e.check(/* @__PURE__ */ Hu(Am, t)), e.base64 = (t) => e.check(/* @__PURE__ */ Xu(Km, t)), e.base64url = (t) => e.check(/* @__PURE__ */ Zu(Jm, t)), e.xid = (t) => e.check(/* @__PURE__ */ Uu(Mm, t)), e.ksuid = (t) => e.check(/* @__PURE__ */ Wu(Pm, t)), e.ipv4 = (t) => e.check(/* @__PURE__ */ Gu(Im, t)), e.ipv6 = (t) => e.check(/* @__PURE__ */ Ku(Bm, t)), e.cidrv4 = (t) => e.check(/* @__PURE__ */ Ju(Hm, t)), e.cidrv6 = (t) => e.check(/* @__PURE__ */ Yu(Wm, t)), e.e164 = (t) => e.check(/* @__PURE__ */ Qu(Xm, t)), e.datetime = (t) => e.check(Lp(t)), e.date = (t) => e.check(zp(t)), e.time = (t) => e.check(Vp(t)), e.duration = (t) => e.check(Up(t));
|
|
12273
12273
|
});
|
|
12274
12274
|
function H(e) {
|
|
12275
12275
|
return /* @__PURE__ */ ku(lm, e);
|
|
12276
12276
|
}
|
|
12277
|
-
var U =
|
|
12277
|
+
var U = /*@__PURE__*/ M("ZodStringFormat", (e, t) => {
|
|
12278
12278
|
z.init(e, t), cm.init(e, t);
|
|
12279
|
-
}), um =
|
|
12279
|
+
}), um = /*@__PURE__*/ M("ZodEmail", (e, t) => {
|
|
12280
12280
|
Lo.init(e, t), U.init(e, t);
|
|
12281
12281
|
});
|
|
12282
12282
|
function dm(e) {
|
|
12283
12283
|
return /* @__PURE__ */ ju(um, e);
|
|
12284
12284
|
}
|
|
12285
|
-
var fm =
|
|
12285
|
+
var fm = /*@__PURE__*/ M("ZodGUID", (e, t) => {
|
|
12286
12286
|
Fo.init(e, t), U.init(e, t);
|
|
12287
12287
|
});
|
|
12288
12288
|
function pm(e) {
|
|
12289
12289
|
return /* @__PURE__ */ Mu(fm, e);
|
|
12290
12290
|
}
|
|
12291
|
-
var mm =
|
|
12291
|
+
var mm = /*@__PURE__*/ M("ZodUUID", (e, t) => {
|
|
12292
12292
|
Io.init(e, t), U.init(e, t);
|
|
12293
12293
|
});
|
|
12294
12294
|
function hm(e) {
|
|
@@ -12303,7 +12303,7 @@ function _m(e) {
|
|
|
12303
12303
|
function vm(e) {
|
|
12304
12304
|
return /* @__PURE__ */ Iu(mm, e);
|
|
12305
12305
|
}
|
|
12306
|
-
var ym =
|
|
12306
|
+
var ym = /*@__PURE__*/ M("ZodURL", (e, t) => {
|
|
12307
12307
|
Ro.init(e, t), U.init(e, t);
|
|
12308
12308
|
});
|
|
12309
12309
|
function bm(e) {
|
|
@@ -12316,103 +12316,103 @@ function xm(e) {
|
|
|
12316
12316
|
...F(e)
|
|
12317
12317
|
});
|
|
12318
12318
|
}
|
|
12319
|
-
var Sm =
|
|
12319
|
+
var Sm = /*@__PURE__*/ M("ZodEmoji", (e, t) => {
|
|
12320
12320
|
zo.init(e, t), U.init(e, t);
|
|
12321
12321
|
});
|
|
12322
12322
|
function Cm(e) {
|
|
12323
12323
|
return /* @__PURE__ */ Ru(Sm, e);
|
|
12324
12324
|
}
|
|
12325
|
-
var wm =
|
|
12325
|
+
var wm = /*@__PURE__*/ M("ZodNanoID", (e, t) => {
|
|
12326
12326
|
Bo.init(e, t), U.init(e, t);
|
|
12327
12327
|
});
|
|
12328
12328
|
function Tm(e) {
|
|
12329
12329
|
return /* @__PURE__ */ zu(wm, e);
|
|
12330
12330
|
}
|
|
12331
|
-
var Em =
|
|
12331
|
+
var Em = /*@__PURE__*/ M("ZodCUID", (e, t) => {
|
|
12332
12332
|
Vo.init(e, t), U.init(e, t);
|
|
12333
12333
|
});
|
|
12334
12334
|
function Dm(e) {
|
|
12335
12335
|
return /* @__PURE__ */ Bu(Em, e);
|
|
12336
12336
|
}
|
|
12337
|
-
var Om =
|
|
12337
|
+
var Om = /*@__PURE__*/ M("ZodCUID2", (e, t) => {
|
|
12338
12338
|
Ho.init(e, t), U.init(e, t);
|
|
12339
12339
|
});
|
|
12340
12340
|
function km(e) {
|
|
12341
12341
|
return /* @__PURE__ */ Vu(Om, e);
|
|
12342
12342
|
}
|
|
12343
|
-
var Am =
|
|
12343
|
+
var Am = /*@__PURE__*/ M("ZodULID", (e, t) => {
|
|
12344
12344
|
Uo.init(e, t), U.init(e, t);
|
|
12345
12345
|
});
|
|
12346
12346
|
function jm(e) {
|
|
12347
12347
|
return /* @__PURE__ */ Hu(Am, e);
|
|
12348
12348
|
}
|
|
12349
|
-
var Mm =
|
|
12349
|
+
var Mm = /*@__PURE__*/ M("ZodXID", (e, t) => {
|
|
12350
12350
|
Wo.init(e, t), U.init(e, t);
|
|
12351
12351
|
});
|
|
12352
12352
|
function Nm(e) {
|
|
12353
12353
|
return /* @__PURE__ */ Uu(Mm, e);
|
|
12354
12354
|
}
|
|
12355
|
-
var Pm =
|
|
12355
|
+
var Pm = /*@__PURE__*/ M("ZodKSUID", (e, t) => {
|
|
12356
12356
|
Go.init(e, t), U.init(e, t);
|
|
12357
12357
|
});
|
|
12358
12358
|
function Fm(e) {
|
|
12359
12359
|
return /* @__PURE__ */ Wu(Pm, e);
|
|
12360
12360
|
}
|
|
12361
|
-
var Im =
|
|
12361
|
+
var Im = /*@__PURE__*/ M("ZodIPv4", (e, t) => {
|
|
12362
12362
|
Xo.init(e, t), U.init(e, t);
|
|
12363
12363
|
});
|
|
12364
12364
|
function Lm(e) {
|
|
12365
12365
|
return /* @__PURE__ */ Gu(Im, e);
|
|
12366
12366
|
}
|
|
12367
|
-
var Rm =
|
|
12367
|
+
var Rm = /*@__PURE__*/ M("ZodMAC", (e, t) => {
|
|
12368
12368
|
Qo.init(e, t), U.init(e, t);
|
|
12369
12369
|
});
|
|
12370
12370
|
function zm(e) {
|
|
12371
12371
|
return /* @__PURE__ */ qu(Rm, e);
|
|
12372
12372
|
}
|
|
12373
|
-
var Bm =
|
|
12373
|
+
var Bm = /*@__PURE__*/ M("ZodIPv6", (e, t) => {
|
|
12374
12374
|
Zo.init(e, t), U.init(e, t);
|
|
12375
12375
|
});
|
|
12376
12376
|
function Vm(e) {
|
|
12377
12377
|
return /* @__PURE__ */ Ku(Bm, e);
|
|
12378
12378
|
}
|
|
12379
|
-
var Hm =
|
|
12379
|
+
var Hm = /*@__PURE__*/ M("ZodCIDRv4", (e, t) => {
|
|
12380
12380
|
$o.init(e, t), U.init(e, t);
|
|
12381
12381
|
});
|
|
12382
12382
|
function Um(e) {
|
|
12383
12383
|
return /* @__PURE__ */ Ju(Hm, e);
|
|
12384
12384
|
}
|
|
12385
|
-
var Wm =
|
|
12385
|
+
var Wm = /*@__PURE__*/ M("ZodCIDRv6", (e, t) => {
|
|
12386
12386
|
es.init(e, t), U.init(e, t);
|
|
12387
12387
|
});
|
|
12388
12388
|
function Gm(e) {
|
|
12389
12389
|
return /* @__PURE__ */ Yu(Wm, e);
|
|
12390
12390
|
}
|
|
12391
|
-
var Km =
|
|
12391
|
+
var Km = /*@__PURE__*/ M("ZodBase64", (e, t) => {
|
|
12392
12392
|
ns.init(e, t), U.init(e, t);
|
|
12393
12393
|
});
|
|
12394
12394
|
function qm(e) {
|
|
12395
12395
|
return /* @__PURE__ */ Xu(Km, e);
|
|
12396
12396
|
}
|
|
12397
|
-
var Jm =
|
|
12397
|
+
var Jm = /*@__PURE__*/ M("ZodBase64URL", (e, t) => {
|
|
12398
12398
|
is.init(e, t), U.init(e, t);
|
|
12399
12399
|
});
|
|
12400
12400
|
function Ym(e) {
|
|
12401
12401
|
return /* @__PURE__ */ Zu(Jm, e);
|
|
12402
12402
|
}
|
|
12403
|
-
var Xm =
|
|
12403
|
+
var Xm = /*@__PURE__*/ M("ZodE164", (e, t) => {
|
|
12404
12404
|
as.init(e, t), U.init(e, t);
|
|
12405
12405
|
});
|
|
12406
12406
|
function Zm(e) {
|
|
12407
12407
|
return /* @__PURE__ */ Qu(Xm, e);
|
|
12408
12408
|
}
|
|
12409
|
-
var Qm =
|
|
12409
|
+
var Qm = /*@__PURE__*/ M("ZodJWT", (e, t) => {
|
|
12410
12410
|
ss.init(e, t), U.init(e, t);
|
|
12411
12411
|
});
|
|
12412
12412
|
function $m(e) {
|
|
12413
12413
|
return /* @__PURE__ */ $u(Qm, e);
|
|
12414
12414
|
}
|
|
12415
|
-
var eh =
|
|
12415
|
+
var eh = /*@__PURE__*/ M("ZodCustomStringFormat", (e, t) => {
|
|
12416
12416
|
cs.init(e, t), U.init(e, t);
|
|
12417
12417
|
});
|
|
12418
12418
|
function th(e, t, n = {}) {
|
|
@@ -12429,7 +12429,7 @@ function ih(e, t) {
|
|
|
12429
12429
|
if (!r) throw Error(`Unrecognized hash format: ${n}`);
|
|
12430
12430
|
return /* @__PURE__ */ If(eh, n, r, t);
|
|
12431
12431
|
}
|
|
12432
|
-
var ah =
|
|
12432
|
+
var ah = /*@__PURE__*/ M("ZodNumber", (e, t) => {
|
|
12433
12433
|
ls.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Gf(e, t, n, r), sm(e, "ZodNumber", {
|
|
12434
12434
|
gt(e, t) {
|
|
12435
12435
|
return this.check(/* @__PURE__ */ Ad(e, t));
|
|
@@ -12483,7 +12483,7 @@ var ah = /* @__PURE__ */ M("ZodNumber", (e, t) => {
|
|
|
12483
12483
|
function W(e) {
|
|
12484
12484
|
return /* @__PURE__ */ ad(ah, e);
|
|
12485
12485
|
}
|
|
12486
|
-
var oh =
|
|
12486
|
+
var oh = /*@__PURE__*/ M("ZodNumberFormat", (e, t) => {
|
|
12487
12487
|
us.init(e, t), ah.init(e, t);
|
|
12488
12488
|
});
|
|
12489
12489
|
function sh(e) {
|
|
@@ -12501,13 +12501,13 @@ function uh(e) {
|
|
|
12501
12501
|
function dh(e) {
|
|
12502
12502
|
return /* @__PURE__ */ dd(oh, e);
|
|
12503
12503
|
}
|
|
12504
|
-
var fh =
|
|
12504
|
+
var fh = /*@__PURE__*/ M("ZodBoolean", (e, t) => {
|
|
12505
12505
|
ds.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Kf(e, t, n, r);
|
|
12506
12506
|
});
|
|
12507
12507
|
function G(e) {
|
|
12508
12508
|
return /* @__PURE__ */ fd(fh, e);
|
|
12509
12509
|
}
|
|
12510
|
-
var ph =
|
|
12510
|
+
var ph = /*@__PURE__*/ M("ZodBigInt", (e, t) => {
|
|
12511
12511
|
fs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => qf(e, t, n, r), e.gte = (t, n) => e.check(/* @__PURE__ */ jd(t, n)), e.min = (t, n) => e.check(/* @__PURE__ */ jd(t, n)), e.gt = (t, n) => e.check(/* @__PURE__ */ Ad(t, n)), e.gte = (t, n) => e.check(/* @__PURE__ */ jd(t, n)), e.min = (t, n) => e.check(/* @__PURE__ */ jd(t, n)), e.lt = (t, n) => e.check(/* @__PURE__ */ Od(t, n)), e.lte = (t, n) => e.check(/* @__PURE__ */ kd(t, n)), e.max = (t, n) => e.check(/* @__PURE__ */ kd(t, n)), e.positive = (t) => e.check(/* @__PURE__ */ Ad(BigInt(0), t)), e.negative = (t) => e.check(/* @__PURE__ */ Od(BigInt(0), t)), e.nonpositive = (t) => e.check(/* @__PURE__ */ kd(BigInt(0), t)), e.nonnegative = (t) => e.check(/* @__PURE__ */ jd(BigInt(0), t)), e.multipleOf = (t, n) => e.check(/* @__PURE__ */ Id(t, n));
|
|
12512
12512
|
let n = e._zod.bag;
|
|
12513
12513
|
e.minValue = n.minimum ?? null, e.maxValue = n.maximum ?? null, e.format = n.format ?? null;
|
|
@@ -12515,7 +12515,7 @@ var ph = /* @__PURE__ */ M("ZodBigInt", (e, t) => {
|
|
|
12515
12515
|
function mh(e) {
|
|
12516
12516
|
return /* @__PURE__ */ md(ph, e);
|
|
12517
12517
|
}
|
|
12518
|
-
var hh =
|
|
12518
|
+
var hh = /*@__PURE__*/ M("ZodBigIntFormat", (e, t) => {
|
|
12519
12519
|
ps.init(e, t), ph.init(e, t);
|
|
12520
12520
|
});
|
|
12521
12521
|
function gh(e) {
|
|
@@ -12524,49 +12524,49 @@ function gh(e) {
|
|
|
12524
12524
|
function _h(e) {
|
|
12525
12525
|
return /* @__PURE__ */ _d(hh, e);
|
|
12526
12526
|
}
|
|
12527
|
-
var vh =
|
|
12527
|
+
var vh = /*@__PURE__*/ M("ZodSymbol", (e, t) => {
|
|
12528
12528
|
ms.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Jf(e, t, n, r);
|
|
12529
12529
|
});
|
|
12530
12530
|
function yh(e) {
|
|
12531
12531
|
return /* @__PURE__ */ vd(vh, e);
|
|
12532
12532
|
}
|
|
12533
|
-
var bh =
|
|
12533
|
+
var bh = /*@__PURE__*/ M("ZodUndefined", (e, t) => {
|
|
12534
12534
|
hs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Xf(e, t, n, r);
|
|
12535
12535
|
});
|
|
12536
12536
|
function xh(e) {
|
|
12537
12537
|
return /* @__PURE__ */ yd(bh, e);
|
|
12538
12538
|
}
|
|
12539
|
-
var Sh =
|
|
12539
|
+
var Sh = /*@__PURE__*/ M("ZodNull", (e, t) => {
|
|
12540
12540
|
gs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Yf(e, t, n, r);
|
|
12541
12541
|
});
|
|
12542
12542
|
function Ch(e) {
|
|
12543
12543
|
return /* @__PURE__ */ bd(Sh, e);
|
|
12544
12544
|
}
|
|
12545
|
-
var wh =
|
|
12545
|
+
var wh = /*@__PURE__*/ M("ZodAny", (e, t) => {
|
|
12546
12546
|
_s.init(e, t), V.init(e, t), e._zod.processJSONSchema = (e, t, n) => void 0;
|
|
12547
12547
|
});
|
|
12548
12548
|
function K() {
|
|
12549
12549
|
return /* @__PURE__ */ xd(wh);
|
|
12550
12550
|
}
|
|
12551
|
-
var Th =
|
|
12551
|
+
var Th = /*@__PURE__*/ M("ZodUnknown", (e, t) => {
|
|
12552
12552
|
vs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (e, t, n) => void 0;
|
|
12553
12553
|
});
|
|
12554
12554
|
function Eh() {
|
|
12555
12555
|
return /* @__PURE__ */ Sd(Th);
|
|
12556
12556
|
}
|
|
12557
|
-
var Dh =
|
|
12557
|
+
var Dh = /*@__PURE__*/ M("ZodNever", (e, t) => {
|
|
12558
12558
|
ys.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Qf(e, t, n, r);
|
|
12559
12559
|
});
|
|
12560
12560
|
function Oh(e) {
|
|
12561
12561
|
return /* @__PURE__ */ Cd(Dh, e);
|
|
12562
12562
|
}
|
|
12563
|
-
var kh =
|
|
12563
|
+
var kh = /*@__PURE__*/ M("ZodVoid", (e, t) => {
|
|
12564
12564
|
bs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Zf(e, t, n, r);
|
|
12565
12565
|
});
|
|
12566
12566
|
function Ah(e) {
|
|
12567
12567
|
return /* @__PURE__ */ wd(kh, e);
|
|
12568
12568
|
}
|
|
12569
|
-
var jh =
|
|
12569
|
+
var jh = /*@__PURE__*/ M("ZodDate", (e, t) => {
|
|
12570
12570
|
xs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => tp(e, t, n, r), e.min = (t, n) => e.check(/* @__PURE__ */ jd(t, n)), e.max = (t, n) => e.check(/* @__PURE__ */ kd(t, n));
|
|
12571
12571
|
let n = e._zod.bag;
|
|
12572
12572
|
e.minDate = n.minimum ? new Date(n.minimum) : null, e.maxDate = n.maximum ? new Date(n.maximum) : null;
|
|
@@ -12574,7 +12574,7 @@ var jh = /* @__PURE__ */ M("ZodDate", (e, t) => {
|
|
|
12574
12574
|
function Mh(e) {
|
|
12575
12575
|
return /* @__PURE__ */ Td(jh, e);
|
|
12576
12576
|
}
|
|
12577
|
-
var Nh =
|
|
12577
|
+
var Nh = /*@__PURE__*/ M("ZodArray", (e, t) => {
|
|
12578
12578
|
Cs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => pp(e, t, n, r), e.element = t.element, sm(e, "ZodArray", {
|
|
12579
12579
|
min(e, t) {
|
|
12580
12580
|
return this.check(/* @__PURE__ */ Vd(e, t));
|
|
@@ -12600,7 +12600,7 @@ function Ph(e) {
|
|
|
12600
12600
|
let t = e._zod.def.shape;
|
|
12601
12601
|
return X(Object.keys(t));
|
|
12602
12602
|
}
|
|
12603
|
-
var Fh =
|
|
12603
|
+
var Fh = /*@__PURE__*/ M("ZodObject", (e, t) => {
|
|
12604
12604
|
Os.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => mp(e, t, n, r), P(e, "shape", () => t.shape), sm(e, "ZodObject", {
|
|
12605
12605
|
keyof() {
|
|
12606
12606
|
return X(Object.keys(this._zod.def.shape));
|
|
@@ -12681,7 +12681,7 @@ function Lh(e, t) {
|
|
|
12681
12681
|
...F(t)
|
|
12682
12682
|
});
|
|
12683
12683
|
}
|
|
12684
|
-
var Rh =
|
|
12684
|
+
var Rh = /*@__PURE__*/ M("ZodUnion", (e, t) => {
|
|
12685
12685
|
As.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => hp(e, t, n, r), e.options = t.options;
|
|
12686
12686
|
});
|
|
12687
12687
|
function zh(e, t) {
|
|
@@ -12691,7 +12691,7 @@ function zh(e, t) {
|
|
|
12691
12691
|
...F(t)
|
|
12692
12692
|
});
|
|
12693
12693
|
}
|
|
12694
|
-
var Bh =
|
|
12694
|
+
var Bh = /*@__PURE__*/ M("ZodXor", (e, t) => {
|
|
12695
12695
|
Rh.init(e, t), Ms.init(e, t), e._zod.processJSONSchema = (t, n, r) => hp(e, t, n, r), e.options = t.options;
|
|
12696
12696
|
});
|
|
12697
12697
|
function Vh(e, t) {
|
|
@@ -12702,7 +12702,7 @@ function Vh(e, t) {
|
|
|
12702
12702
|
...F(t)
|
|
12703
12703
|
});
|
|
12704
12704
|
}
|
|
12705
|
-
var Hh =
|
|
12705
|
+
var Hh = /*@__PURE__*/ M("ZodDiscriminatedUnion", (e, t) => {
|
|
12706
12706
|
Rh.init(e, t), Ns.init(e, t);
|
|
12707
12707
|
});
|
|
12708
12708
|
function Uh(e, t, n) {
|
|
@@ -12713,7 +12713,7 @@ function Uh(e, t, n) {
|
|
|
12713
12713
|
...F(n)
|
|
12714
12714
|
});
|
|
12715
12715
|
}
|
|
12716
|
-
var Wh =
|
|
12716
|
+
var Wh = /*@__PURE__*/ M("ZodIntersection", (e, t) => {
|
|
12717
12717
|
Ps.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => gp(e, t, n, r);
|
|
12718
12718
|
});
|
|
12719
12719
|
function Gh(e, t) {
|
|
@@ -12723,7 +12723,7 @@ function Gh(e, t) {
|
|
|
12723
12723
|
right: t
|
|
12724
12724
|
});
|
|
12725
12725
|
}
|
|
12726
|
-
var Kh =
|
|
12726
|
+
var Kh = /*@__PURE__*/ M("ZodTuple", (e, t) => {
|
|
12727
12727
|
Ls.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => _p(e, t, n, r), e.rest = (t) => e.clone({
|
|
12728
12728
|
...e._zod.def,
|
|
12729
12729
|
rest: t
|
|
@@ -12738,7 +12738,7 @@ function qh(e, t, n) {
|
|
|
12738
12738
|
...F(r ? n : t)
|
|
12739
12739
|
});
|
|
12740
12740
|
}
|
|
12741
|
-
var Jh =
|
|
12741
|
+
var Jh = /*@__PURE__*/ M("ZodRecord", (e, t) => {
|
|
12742
12742
|
Vs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => vp(e, t, n, r), e.keyType = t.keyType, e.valueType = t.valueType;
|
|
12743
12743
|
});
|
|
12744
12744
|
function Y(e, t, n) {
|
|
@@ -12772,7 +12772,7 @@ function Xh(e, t, n) {
|
|
|
12772
12772
|
...F(n)
|
|
12773
12773
|
});
|
|
12774
12774
|
}
|
|
12775
|
-
var Zh =
|
|
12775
|
+
var Zh = /*@__PURE__*/ M("ZodMap", (e, t) => {
|
|
12776
12776
|
Hs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => dp(e, t, n, r), e.keyType = t.keyType, e.valueType = t.valueType, e.min = (...t) => e.check(/* @__PURE__ */ Rd(...t)), e.nonempty = (t) => e.check(/* @__PURE__ */ Rd(1, t)), e.max = (...t) => e.check(/* @__PURE__ */ Ld(...t)), e.size = (...t) => e.check(/* @__PURE__ */ zd(...t));
|
|
12777
12777
|
});
|
|
12778
12778
|
function Qh(e, t, n) {
|
|
@@ -12783,7 +12783,7 @@ function Qh(e, t, n) {
|
|
|
12783
12783
|
...F(n)
|
|
12784
12784
|
});
|
|
12785
12785
|
}
|
|
12786
|
-
var $h =
|
|
12786
|
+
var $h = /*@__PURE__*/ M("ZodSet", (e, t) => {
|
|
12787
12787
|
Ws.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => fp(e, t, n, r), e.min = (...t) => e.check(/* @__PURE__ */ Rd(...t)), e.nonempty = (t) => e.check(/* @__PURE__ */ Rd(1, t)), e.max = (...t) => e.check(/* @__PURE__ */ Ld(...t)), e.size = (...t) => e.check(/* @__PURE__ */ zd(...t));
|
|
12788
12788
|
});
|
|
12789
12789
|
function eg(e, t) {
|
|
@@ -12793,7 +12793,7 @@ function eg(e, t) {
|
|
|
12793
12793
|
...F(t)
|
|
12794
12794
|
});
|
|
12795
12795
|
}
|
|
12796
|
-
var tg =
|
|
12796
|
+
var tg = /*@__PURE__*/ M("ZodEnum", (e, t) => {
|
|
12797
12797
|
Ks.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => np(e, t, n, r), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
12798
12798
|
let n = new Set(Object.keys(t.entries));
|
|
12799
12799
|
e.extract = (e, r) => {
|
|
@@ -12832,7 +12832,7 @@ function ng(e, t) {
|
|
|
12832
12832
|
...F(t)
|
|
12833
12833
|
});
|
|
12834
12834
|
}
|
|
12835
|
-
var rg =
|
|
12835
|
+
var rg = /*@__PURE__*/ M("ZodLiteral", (e, t) => {
|
|
12836
12836
|
qs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => rp(e, t, n, r), e.values = new Set(t.values), Object.defineProperty(e, "value", { get() {
|
|
12837
12837
|
if (t.values.length > 1) throw Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
12838
12838
|
return t.values[0];
|
|
@@ -12845,13 +12845,13 @@ function Z(e, t) {
|
|
|
12845
12845
|
...F(t)
|
|
12846
12846
|
});
|
|
12847
12847
|
}
|
|
12848
|
-
var ig =
|
|
12848
|
+
var ig = /*@__PURE__*/ M("ZodFile", (e, t) => {
|
|
12849
12849
|
Js.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => op(e, t, n, r), e.min = (t, n) => e.check(/* @__PURE__ */ Rd(t, n)), e.max = (t, n) => e.check(/* @__PURE__ */ Ld(t, n)), e.mime = (t, n) => e.check(/* @__PURE__ */ Xd(Array.isArray(t) ? t : [t], n));
|
|
12850
12850
|
});
|
|
12851
12851
|
function ag(e) {
|
|
12852
12852
|
return /* @__PURE__ */ gf(ig, e);
|
|
12853
12853
|
}
|
|
12854
|
-
var og =
|
|
12854
|
+
var og = /*@__PURE__*/ M("ZodTransform", (e, t) => {
|
|
12855
12855
|
Ys.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => up(e, t, n, r), e._zod.parse = (n, r) => {
|
|
12856
12856
|
if (r.direction === "backward") throw new lr(e.constructor.name);
|
|
12857
12857
|
n.addIssue = (r) => {
|
|
@@ -12871,7 +12871,7 @@ function sg(e) {
|
|
|
12871
12871
|
transform: e
|
|
12872
12872
|
});
|
|
12873
12873
|
}
|
|
12874
|
-
var cg =
|
|
12874
|
+
var cg = /*@__PURE__*/ M("ZodOptional", (e, t) => {
|
|
12875
12875
|
Zs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Dp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12876
12876
|
});
|
|
12877
12877
|
function lg(e) {
|
|
@@ -12880,7 +12880,7 @@ function lg(e) {
|
|
|
12880
12880
|
innerType: e
|
|
12881
12881
|
});
|
|
12882
12882
|
}
|
|
12883
|
-
var ug =
|
|
12883
|
+
var ug = /*@__PURE__*/ M("ZodExactOptional", (e, t) => {
|
|
12884
12884
|
Qs.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Dp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12885
12885
|
});
|
|
12886
12886
|
function dg(e) {
|
|
@@ -12889,7 +12889,7 @@ function dg(e) {
|
|
|
12889
12889
|
innerType: e
|
|
12890
12890
|
});
|
|
12891
12891
|
}
|
|
12892
|
-
var fg =
|
|
12892
|
+
var fg = /*@__PURE__*/ M("ZodNullable", (e, t) => {
|
|
12893
12893
|
$s.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => yp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12894
12894
|
});
|
|
12895
12895
|
function pg(e) {
|
|
@@ -12901,7 +12901,7 @@ function pg(e) {
|
|
|
12901
12901
|
function mg(e) {
|
|
12902
12902
|
return lg(pg(e));
|
|
12903
12903
|
}
|
|
12904
|
-
var hg =
|
|
12904
|
+
var hg = /*@__PURE__*/ M("ZodDefault", (e, t) => {
|
|
12905
12905
|
ec.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => xp(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
12906
12906
|
});
|
|
12907
12907
|
function gg(e, t) {
|
|
@@ -12913,7 +12913,7 @@ function gg(e, t) {
|
|
|
12913
12913
|
}
|
|
12914
12914
|
});
|
|
12915
12915
|
}
|
|
12916
|
-
var _g =
|
|
12916
|
+
var _g = /*@__PURE__*/ M("ZodPrefault", (e, t) => {
|
|
12917
12917
|
nc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Sp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12918
12918
|
});
|
|
12919
12919
|
function vg(e, t) {
|
|
@@ -12925,7 +12925,7 @@ function vg(e, t) {
|
|
|
12925
12925
|
}
|
|
12926
12926
|
});
|
|
12927
12927
|
}
|
|
12928
|
-
var yg =
|
|
12928
|
+
var yg = /*@__PURE__*/ M("ZodNonOptional", (e, t) => {
|
|
12929
12929
|
rc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => bp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12930
12930
|
});
|
|
12931
12931
|
function bg(e, t) {
|
|
@@ -12935,7 +12935,7 @@ function bg(e, t) {
|
|
|
12935
12935
|
...F(t)
|
|
12936
12936
|
});
|
|
12937
12937
|
}
|
|
12938
|
-
var xg =
|
|
12938
|
+
var xg = /*@__PURE__*/ M("ZodSuccess", (e, t) => {
|
|
12939
12939
|
ac.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => sp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12940
12940
|
});
|
|
12941
12941
|
function Sg(e) {
|
|
@@ -12944,7 +12944,7 @@ function Sg(e) {
|
|
|
12944
12944
|
innerType: e
|
|
12945
12945
|
});
|
|
12946
12946
|
}
|
|
12947
|
-
var Cg =
|
|
12947
|
+
var Cg = /*@__PURE__*/ M("ZodCatch", (e, t) => {
|
|
12948
12948
|
oc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Cp(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
12949
12949
|
});
|
|
12950
12950
|
function wg(e, t) {
|
|
@@ -12954,13 +12954,13 @@ function wg(e, t) {
|
|
|
12954
12954
|
catchValue: typeof t == "function" ? t : () => t
|
|
12955
12955
|
});
|
|
12956
12956
|
}
|
|
12957
|
-
var Tg =
|
|
12957
|
+
var Tg = /*@__PURE__*/ M("ZodNaN", (e, t) => {
|
|
12958
12958
|
sc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => ip(e, t, n, r);
|
|
12959
12959
|
});
|
|
12960
12960
|
function Eg(e) {
|
|
12961
12961
|
return /* @__PURE__ */ Dd(Tg, e);
|
|
12962
12962
|
}
|
|
12963
|
-
var Dg =
|
|
12963
|
+
var Dg = /*@__PURE__*/ M("ZodPipe", (e, t) => {
|
|
12964
12964
|
cc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => wp(e, t, n, r), e.in = t.in, e.out = t.out;
|
|
12965
12965
|
});
|
|
12966
12966
|
function Og(e, t) {
|
|
@@ -12970,7 +12970,7 @@ function Og(e, t) {
|
|
|
12970
12970
|
out: t
|
|
12971
12971
|
});
|
|
12972
12972
|
}
|
|
12973
|
-
var kg =
|
|
12973
|
+
var kg = /*@__PURE__*/ M("ZodCodec", (e, t) => {
|
|
12974
12974
|
Dg.init(e, t), uc.init(e, t);
|
|
12975
12975
|
});
|
|
12976
12976
|
function Ag(e, t, n) {
|
|
@@ -12992,9 +12992,9 @@ function jg(e) {
|
|
|
12992
12992
|
reverseTransform: t.transform
|
|
12993
12993
|
});
|
|
12994
12994
|
}
|
|
12995
|
-
var Mg =
|
|
12995
|
+
var Mg = /*@__PURE__*/ M("ZodPreprocess", (e, t) => {
|
|
12996
12996
|
Dg.init(e, t), pc.init(e, t);
|
|
12997
|
-
}), Ng =
|
|
12997
|
+
}), Ng = /*@__PURE__*/ M("ZodReadonly", (e, t) => {
|
|
12998
12998
|
mc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Tp(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
12999
12999
|
});
|
|
13000
13000
|
function Pg(e) {
|
|
@@ -13003,7 +13003,7 @@ function Pg(e) {
|
|
|
13003
13003
|
innerType: e
|
|
13004
13004
|
});
|
|
13005
13005
|
}
|
|
13006
|
-
var Fg =
|
|
13006
|
+
var Fg = /*@__PURE__*/ M("ZodTemplateLiteral", (e, t) => {
|
|
13007
13007
|
gc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => ap(e, t, n, r);
|
|
13008
13008
|
});
|
|
13009
13009
|
function Ig(e, t) {
|
|
@@ -13013,7 +13013,7 @@ function Ig(e, t) {
|
|
|
13013
13013
|
...F(t)
|
|
13014
13014
|
});
|
|
13015
13015
|
}
|
|
13016
|
-
var Lg =
|
|
13016
|
+
var Lg = /*@__PURE__*/ M("ZodLazy", (e, t) => {
|
|
13017
13017
|
yc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Op(e, t, n, r), e.unwrap = () => e._zod.def.getter();
|
|
13018
13018
|
});
|
|
13019
13019
|
function Rg(e) {
|
|
@@ -13022,7 +13022,7 @@ function Rg(e) {
|
|
|
13022
13022
|
getter: e
|
|
13023
13023
|
});
|
|
13024
13024
|
}
|
|
13025
|
-
var zg =
|
|
13025
|
+
var zg = /*@__PURE__*/ M("ZodPromise", (e, t) => {
|
|
13026
13026
|
vc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ep(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
13027
13027
|
});
|
|
13028
13028
|
function Bg(e) {
|
|
@@ -13031,7 +13031,7 @@ function Bg(e) {
|
|
|
13031
13031
|
innerType: e
|
|
13032
13032
|
});
|
|
13033
13033
|
}
|
|
13034
|
-
var Vg =
|
|
13034
|
+
var Vg = /*@__PURE__*/ M("ZodFunction", (e, t) => {
|
|
13035
13035
|
_c.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => lp(e, t, n, r);
|
|
13036
13036
|
});
|
|
13037
13037
|
function Hg(e) {
|
|
@@ -13041,7 +13041,7 @@ function Hg(e) {
|
|
|
13041
13041
|
output: e?.output ?? Eh()
|
|
13042
13042
|
});
|
|
13043
13043
|
}
|
|
13044
|
-
var Ug =
|
|
13044
|
+
var Ug = /*@__PURE__*/ M("ZodCustom", (e, t) => {
|
|
13045
13045
|
bc.init(e, t), V.init(e, t), e._zod.processJSONSchema = (t, n, r) => cp(e, t, n, r);
|
|
13046
13046
|
});
|
|
13047
13047
|
function Wg(e) {
|
|
@@ -13121,14 +13121,14 @@ function n_() {
|
|
|
13121
13121
|
return dr().customError;
|
|
13122
13122
|
}
|
|
13123
13123
|
var r_;
|
|
13124
|
-
|
|
13124
|
+
r_ ||= {};
|
|
13125
13125
|
//#endregion
|
|
13126
13126
|
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
13127
13127
|
var Q = {
|
|
13128
13128
|
...am,
|
|
13129
13129
|
...Pp,
|
|
13130
13130
|
iso: Fp
|
|
13131
|
-
}, i_ =
|
|
13131
|
+
}, i_ = /*@__PURE__*/ new Set(/* @__PURE__ */ "$schema.$ref.$defs.definitions.$id.id.$comment.$anchor.$vocabulary.$dynamicRef.$dynamicAnchor.type.enum.const.anyOf.oneOf.allOf.not.properties.required.additionalProperties.patternProperties.propertyNames.minProperties.maxProperties.items.prefixItems.additionalItems.minItems.maxItems.uniqueItems.contains.minContains.maxContains.minLength.maxLength.pattern.format.minimum.maximum.exclusiveMinimum.exclusiveMaximum.multipleOf.description.default.contentEncoding.contentMediaType.contentSchema.unevaluatedItems.unevaluatedProperties.if.then.else.dependentSchemas.dependentRequired.nullable.readOnly".split("."));
|
|
13132
13132
|
function a_(e, t) {
|
|
13133
13133
|
let n = e.$schema;
|
|
13134
13134
|
return n === "https://json-schema.org/draft/2020-12/schema" ? "draft-2020-12" : n === "http://json-schema.org/draft-07/schema#" ? "draft-7" : n === "http://json-schema.org/draft-04/schema#" ? "draft-4" : t ?? "draft-2020-12";
|
|
@@ -13951,7 +13951,7 @@ var W_ = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", G_
|
|
|
13951
13951
|
"oag"
|
|
13952
13952
|
]).default("regular_web").optional().openapi({ description: "The type of application this client represents" }),
|
|
13953
13953
|
logo_uri: H().url().optional().openapi({ description: "URL of the logo to display for this client. Recommended size is 150x150 pixels." }),
|
|
13954
|
-
is_first_party: G().default(!
|
|
13954
|
+
is_first_party: G().default(!0).openapi({ description: "Whether this client is a first party client (true) or not (false). First-party clients skip the consent screen; third-party clients require explicit user consent for non-basic scopes." }),
|
|
13955
13955
|
oidc_conformant: G().default(!0).openapi({ description: "Whether this client conforms to strict OIDC specifications (true) or uses legacy features (false)." }),
|
|
13956
13956
|
auth0_conformant: G().default(!0).openapi({ description: "Whether this client follows Auth0-compatible behavior (true) or strict OIDC behavior (false). When true, profile/email claims are included in the ID token when scopes are requested. When false, these claims are only available from the userinfo endpoint (strict OIDC 5.4 compliance)." }),
|
|
13957
13957
|
callbacks: q(H()).default([]).optional().openapi({ description: "Comma-separated list of URLs whitelisted for Auth0 to use as a callback to the client after authentication." }),
|
|
@@ -15004,7 +15004,7 @@ J({
|
|
|
15004
15004
|
client_id_metadata_document_supported: G().optional()
|
|
15005
15005
|
});
|
|
15006
15006
|
var ly = ng(/* @__PURE__ */ function(e) {
|
|
15007
|
-
return e.PENDING = "pending", e.AUTHENTICATED = "authenticated", e.AWAITING_EMAIL_VERIFICATION = "awaiting_email_verification", e.AWAITING_MFA = "awaiting_mfa", e.AWAITING_HOOK = "awaiting_hook", e.AWAITING_CONTINUATION = "awaiting_continuation", e.COMPLETED = "completed", e.FAILED = "failed", e.EXPIRED = "expired", e;
|
|
15007
|
+
return e.PENDING = "pending", e.AUTHENTICATED = "authenticated", e.AWAITING_EMAIL_VERIFICATION = "awaiting_email_verification", e.AWAITING_MFA = "awaiting_mfa", e.AWAITING_HOOK = "awaiting_hook", e.AWAITING_CONTINUATION = "awaiting_continuation", e.AWAITING_CONSENT = "awaiting_consent", e.COMPLETED = "completed", e.FAILED = "failed", e.EXPIRED = "expired", e;
|
|
15008
15008
|
}({})), uy = J({
|
|
15009
15009
|
strategy: H(),
|
|
15010
15010
|
strategy_type: H()
|
|
@@ -15620,6 +15620,7 @@ var Ny = J({
|
|
|
15620
15620
|
type: H(),
|
|
15621
15621
|
options: Y(H(), Eh()).default({})
|
|
15622
15622
|
}), Fy = J({
|
|
15623
|
+
id: H().optional(),
|
|
15623
15624
|
custom_domain_id: H(),
|
|
15624
15625
|
priority: W().int().default(100),
|
|
15625
15626
|
match: Ny,
|
|
@@ -15630,7 +15631,10 @@ Fy.extend({
|
|
|
15630
15631
|
tenant_id: H(),
|
|
15631
15632
|
created_at: H(),
|
|
15632
15633
|
updated_at: H()
|
|
15633
|
-
}), Fy.partial().omit({
|
|
15634
|
+
}), Fy.partial().omit({
|
|
15635
|
+
id: !0,
|
|
15636
|
+
custom_domain_id: !0
|
|
15637
|
+
}), J({
|
|
15634
15638
|
name: H(),
|
|
15635
15639
|
enabled: G().optional().default(!0),
|
|
15636
15640
|
default_from_address: H().optional(),
|
|
@@ -15723,6 +15727,11 @@ J({
|
|
|
15723
15727
|
resource_server_identifier: H(),
|
|
15724
15728
|
permission_name: H()
|
|
15725
15729
|
}).extend({ created_at: H() }), J({
|
|
15730
|
+
user_id: H().openapi({ description: "The id of the user that granted the consent" }),
|
|
15731
|
+
clientID: H().openapi({ description: "The id of the client the grant was issued to" }),
|
|
15732
|
+
audience: H().optional().openapi({ description: "The audience the grant applies to" }),
|
|
15733
|
+
scope: q(H()).default([]).openapi({ description: "The list of OAuth scopes the user has consented to" })
|
|
15734
|
+
}).extend({ id: H() }), J({
|
|
15726
15735
|
user_id: H(),
|
|
15727
15736
|
resource_server_identifier: H(),
|
|
15728
15737
|
permission_name: H(),
|
|
@@ -17226,7 +17235,7 @@ function Qb(e) {
|
|
|
17226
17235
|
return {
|
|
17227
17236
|
async create(t, n) {
|
|
17228
17237
|
let r = (/* @__PURE__ */ new Date()).toISOString(), i = {
|
|
17229
|
-
id: Vn(),
|
|
17238
|
+
id: n.id || Vn(),
|
|
17230
17239
|
tenant_id: t,
|
|
17231
17240
|
custom_domain_id: n.custom_domain_id,
|
|
17232
17241
|
priority: n.priority,
|