@critical-path/svelte 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +395 -371
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1060,7 +1060,7 @@ function ge() {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
//#endregion
|
|
1062
1062
|
//#region ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
1063
|
-
var
|
|
1063
|
+
var _e = (e) => {
|
|
1064
1064
|
let { data: t, path: n, errorMaps: r, issueData: i } = e, a = [...n, ...i.path || []], o = {
|
|
1065
1065
|
...i,
|
|
1066
1066
|
path: a
|
|
@@ -1081,8 +1081,8 @@ var h = (e) => {
|
|
|
1081
1081
|
message: s
|
|
1082
1082
|
};
|
|
1083
1083
|
};
|
|
1084
|
-
function
|
|
1085
|
-
let n = ge(), r =
|
|
1084
|
+
function h(e, t) {
|
|
1085
|
+
let n = ge(), r = _e({
|
|
1086
1086
|
issueData: t,
|
|
1087
1087
|
data: e.data,
|
|
1088
1088
|
path: e.path,
|
|
@@ -1095,7 +1095,7 @@ function g(e, t) {
|
|
|
1095
1095
|
});
|
|
1096
1096
|
e.common.issues.push(r);
|
|
1097
1097
|
}
|
|
1098
|
-
var
|
|
1098
|
+
var g = class e {
|
|
1099
1099
|
constructor() {
|
|
1100
1100
|
this.value = "valid";
|
|
1101
1101
|
}
|
|
@@ -1108,7 +1108,7 @@ var _ = class e {
|
|
|
1108
1108
|
static mergeArray(e, t) {
|
|
1109
1109
|
let n = [];
|
|
1110
1110
|
for (let r of t) {
|
|
1111
|
-
if (r.status === "aborted") return
|
|
1111
|
+
if (r.status === "aborted") return _;
|
|
1112
1112
|
r.status === "dirty" && e.dirty(), n.push(r.value);
|
|
1113
1113
|
}
|
|
1114
1114
|
return {
|
|
@@ -1131,7 +1131,7 @@ var _ = class e {
|
|
|
1131
1131
|
let n = {};
|
|
1132
1132
|
for (let r of t) {
|
|
1133
1133
|
let { key: t, value: i } = r;
|
|
1134
|
-
if (t.status === "aborted" || i.status === "aborted") return
|
|
1134
|
+
if (t.status === "aborted" || i.status === "aborted") return _;
|
|
1135
1135
|
t.status === "dirty" && e.dirty(), i.status === "dirty" && e.dirty(), t.value !== "__proto__" && (i.value !== void 0 || r.alwaysSet) && (n[t.value] = i.value);
|
|
1136
1136
|
}
|
|
1137
1137
|
return {
|
|
@@ -1139,27 +1139,27 @@ var _ = class e {
|
|
|
1139
1139
|
value: n
|
|
1140
1140
|
};
|
|
1141
1141
|
}
|
|
1142
|
-
},
|
|
1142
|
+
}, _ = Object.freeze({ status: "aborted" }), ve = (e) => ({
|
|
1143
1143
|
status: "dirty",
|
|
1144
1144
|
value: e
|
|
1145
|
-
}),
|
|
1145
|
+
}), v = (e) => ({
|
|
1146
1146
|
status: "valid",
|
|
1147
1147
|
value: e
|
|
1148
|
-
}),
|
|
1148
|
+
}), ye = (e) => e.status === "aborted", be = (e) => e.status === "dirty", y = (e) => e.status === "valid", b = (e) => typeof Promise < "u" && e instanceof Promise, x;
|
|
1149
1149
|
(function(e) {
|
|
1150
1150
|
e.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, e.toString = (e) => typeof e == "string" ? e : e?.message;
|
|
1151
|
-
})(
|
|
1151
|
+
})(x ||= {});
|
|
1152
1152
|
//#endregion
|
|
1153
1153
|
//#region ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js
|
|
1154
|
-
var
|
|
1154
|
+
var S = class {
|
|
1155
1155
|
constructor(e, t, n, r) {
|
|
1156
1156
|
this._cachedPath = [], this.parent = e, this.data = t, this._path = n, this._key = r;
|
|
1157
1157
|
}
|
|
1158
1158
|
get path() {
|
|
1159
1159
|
return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
1160
1160
|
}
|
|
1161
|
-
},
|
|
1162
|
-
if (
|
|
1161
|
+
}, xe = (e, t) => {
|
|
1162
|
+
if (y(t)) return {
|
|
1163
1163
|
success: !0,
|
|
1164
1164
|
data: t.value
|
|
1165
1165
|
};
|
|
@@ -1173,7 +1173,7 @@ var C = class {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
};
|
|
1175
1175
|
};
|
|
1176
|
-
function
|
|
1176
|
+
function C(e) {
|
|
1177
1177
|
if (!e) return {};
|
|
1178
1178
|
let { errorMap: t, invalid_type_error: n, required_error: r, description: i } = e;
|
|
1179
1179
|
if (t && (n || r)) throw Error("Can't use \"invalid_type_error\" or \"required_error\" in conjunction with custom error map.");
|
|
@@ -1188,7 +1188,7 @@ function w(e) {
|
|
|
1188
1188
|
description: i
|
|
1189
1189
|
};
|
|
1190
1190
|
}
|
|
1191
|
-
var
|
|
1191
|
+
var w = class {
|
|
1192
1192
|
get description() {
|
|
1193
1193
|
return this._def.description;
|
|
1194
1194
|
}
|
|
@@ -1207,7 +1207,7 @@ var T = class {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
_processInputParams(e) {
|
|
1209
1209
|
return {
|
|
1210
|
-
status: new
|
|
1210
|
+
status: new g(),
|
|
1211
1211
|
ctx: {
|
|
1212
1212
|
common: e.parent.common,
|
|
1213
1213
|
data: e.data,
|
|
@@ -1220,7 +1220,7 @@ var T = class {
|
|
|
1220
1220
|
}
|
|
1221
1221
|
_parseSync(e) {
|
|
1222
1222
|
let t = this._parse(e);
|
|
1223
|
-
if (
|
|
1223
|
+
if (b(t)) throw Error("Synchronous parse encountered promise.");
|
|
1224
1224
|
return t;
|
|
1225
1225
|
}
|
|
1226
1226
|
_parseAsync(e) {
|
|
@@ -1245,7 +1245,7 @@ var T = class {
|
|
|
1245
1245
|
data: e,
|
|
1246
1246
|
parsedType: d(e)
|
|
1247
1247
|
};
|
|
1248
|
-
return
|
|
1248
|
+
return xe(n, this._parseSync({
|
|
1249
1249
|
data: e,
|
|
1250
1250
|
path: n.path,
|
|
1251
1251
|
parent: n
|
|
@@ -1269,7 +1269,7 @@ var T = class {
|
|
|
1269
1269
|
path: [],
|
|
1270
1270
|
parent: t
|
|
1271
1271
|
});
|
|
1272
|
-
return
|
|
1272
|
+
return y(n) ? { value: n.value } : { issues: t.common.issues };
|
|
1273
1273
|
} catch (e) {
|
|
1274
1274
|
e?.message?.toLowerCase()?.includes("encountered") && (this["~standard"].async = !0), t.common = {
|
|
1275
1275
|
issues: [],
|
|
@@ -1280,7 +1280,7 @@ var T = class {
|
|
|
1280
1280
|
data: e,
|
|
1281
1281
|
path: [],
|
|
1282
1282
|
parent: t
|
|
1283
|
-
}).then((e) =>
|
|
1283
|
+
}).then((e) => y(e) ? { value: e.value } : { issues: t.common.issues });
|
|
1284
1284
|
}
|
|
1285
1285
|
async parseAsync(e, t) {
|
|
1286
1286
|
let n = await this.safeParseAsync(e, t);
|
|
@@ -1304,7 +1304,7 @@ var T = class {
|
|
|
1304
1304
|
path: n.path,
|
|
1305
1305
|
parent: n
|
|
1306
1306
|
});
|
|
1307
|
-
return
|
|
1307
|
+
return xe(n, await (b(r) ? r : Promise.resolve(r)));
|
|
1308
1308
|
}
|
|
1309
1309
|
refine(e, t) {
|
|
1310
1310
|
let n = (e) => typeof t == "string" || t === void 0 ? { message: t } : typeof t == "function" ? t(e) : t;
|
|
@@ -1362,7 +1362,7 @@ var T = class {
|
|
|
1362
1362
|
}
|
|
1363
1363
|
transform(e) {
|
|
1364
1364
|
return new U({
|
|
1365
|
-
...
|
|
1365
|
+
...C(this._def),
|
|
1366
1366
|
schema: this,
|
|
1367
1367
|
typeName: Y.ZodEffects,
|
|
1368
1368
|
effect: {
|
|
@@ -1374,7 +1374,7 @@ var T = class {
|
|
|
1374
1374
|
default(e) {
|
|
1375
1375
|
let t = typeof e == "function" ? e : () => e;
|
|
1376
1376
|
return new K({
|
|
1377
|
-
...
|
|
1377
|
+
...C(this._def),
|
|
1378
1378
|
innerType: this,
|
|
1379
1379
|
defaultValue: t,
|
|
1380
1380
|
typeName: Y.ZodDefault
|
|
@@ -1384,13 +1384,13 @@ var T = class {
|
|
|
1384
1384
|
return new st({
|
|
1385
1385
|
typeName: Y.ZodBranded,
|
|
1386
1386
|
type: this,
|
|
1387
|
-
...
|
|
1387
|
+
...C(this._def)
|
|
1388
1388
|
});
|
|
1389
1389
|
}
|
|
1390
1390
|
catch(e) {
|
|
1391
1391
|
let t = typeof e == "function" ? e : () => e;
|
|
1392
1392
|
return new q({
|
|
1393
|
-
...
|
|
1393
|
+
...C(this._def),
|
|
1394
1394
|
innerType: this,
|
|
1395
1395
|
catchValue: t,
|
|
1396
1396
|
typeName: Y.ZodCatch
|
|
@@ -1415,25 +1415,25 @@ var T = class {
|
|
|
1415
1415
|
isNullable() {
|
|
1416
1416
|
return this.safeParse(null).success;
|
|
1417
1417
|
}
|
|
1418
|
-
},
|
|
1419
|
-
function
|
|
1418
|
+
}, Se = /^c[^\s-]{8,}$/i, Ce = /^[0-9a-z]+$/, we = /^[0-9A-HJKMNP-TV-Z]{26}$/i, Te = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Ee = /^[a-z0-9_-]{21}$/i, De = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Oe = /^[-+]?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)?)??$/, ke = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Ae = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$", je, Me = /^(?:(?: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])$/, Ne = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, Pe = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, Fe = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Ie = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, Le = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Re = "((\\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])))", ze = RegExp(`^${Re}$`);
|
|
1419
|
+
function Be(e) {
|
|
1420
1420
|
let t = "[0-5]\\d";
|
|
1421
1421
|
e.precision ? t = `${t}\\.\\d{${e.precision}}` : e.precision ?? (t = `${t}(\\.\\d+)?`);
|
|
1422
1422
|
let n = e.precision ? "+" : "?";
|
|
1423
1423
|
return `([01]\\d|2[0-3]):[0-5]\\d(:${t})${n}`;
|
|
1424
1424
|
}
|
|
1425
|
-
function Be(e) {
|
|
1426
|
-
return RegExp(`^${ze(e)}$`);
|
|
1427
|
-
}
|
|
1428
1425
|
function Ve(e) {
|
|
1429
|
-
|
|
1430
|
-
return n.push(e.local ? "Z?" : "Z"), e.offset && n.push("([+-]\\d{2}:?\\d{2})"), t = `${t}(${n.join("|")})`, RegExp(`^${t}$`);
|
|
1426
|
+
return RegExp(`^${Be(e)}$`);
|
|
1431
1427
|
}
|
|
1432
|
-
function He(e
|
|
1433
|
-
|
|
1428
|
+
function He(e) {
|
|
1429
|
+
let t = `${Re}T${Be(e)}`, n = [];
|
|
1430
|
+
return n.push(e.local ? "Z?" : "Z"), e.offset && n.push("([+-]\\d{2}:?\\d{2})"), t = `${t}(${n.join("|")})`, RegExp(`^${t}$`);
|
|
1434
1431
|
}
|
|
1435
1432
|
function Ue(e, t) {
|
|
1436
|
-
|
|
1433
|
+
return !!((t === "v4" || !t) && Me.test(e) || (t === "v6" || !t) && Pe.test(e));
|
|
1434
|
+
}
|
|
1435
|
+
function We(e, t) {
|
|
1436
|
+
if (!De.test(e)) return !1;
|
|
1437
1437
|
try {
|
|
1438
1438
|
let [n] = e.split(".");
|
|
1439
1439
|
if (!n) return !1;
|
|
@@ -1443,21 +1443,21 @@ function Ue(e, t) {
|
|
|
1443
1443
|
return !1;
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
|
-
function
|
|
1447
|
-
return !!((t === "v4" || !t) &&
|
|
1446
|
+
function Ge(e, t) {
|
|
1447
|
+
return !!((t === "v4" || !t) && Ne.test(e) || (t === "v6" || !t) && Fe.test(e));
|
|
1448
1448
|
}
|
|
1449
|
-
var
|
|
1449
|
+
var T = class e extends w {
|
|
1450
1450
|
_parse(e) {
|
|
1451
1451
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== u.string) {
|
|
1452
1452
|
let t = this._getOrReturnCtx(e);
|
|
1453
|
-
return
|
|
1453
|
+
return h(t, {
|
|
1454
1454
|
code: f.invalid_type,
|
|
1455
1455
|
expected: u.string,
|
|
1456
1456
|
received: t.parsedType
|
|
1457
|
-
}),
|
|
1457
|
+
}), _;
|
|
1458
1458
|
}
|
|
1459
|
-
let t = new
|
|
1460
|
-
for (let r of this._def.checks) if (r.kind === "min") e.data.length < r.value && (n = this._getOrReturnCtx(e, n),
|
|
1459
|
+
let t = new g(), n;
|
|
1460
|
+
for (let r of this._def.checks) if (r.kind === "min") e.data.length < r.value && (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1461
1461
|
code: f.too_small,
|
|
1462
1462
|
minimum: r.value,
|
|
1463
1463
|
type: "string",
|
|
@@ -1465,7 +1465,7 @@ var E = class e extends T {
|
|
|
1465
1465
|
exact: !1,
|
|
1466
1466
|
message: r.message
|
|
1467
1467
|
}), t.dirty());
|
|
1468
|
-
else if (r.kind === "max") e.data.length > r.value && (n = this._getOrReturnCtx(e, n),
|
|
1468
|
+
else if (r.kind === "max") e.data.length > r.value && (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1469
1469
|
code: f.too_big,
|
|
1470
1470
|
maximum: r.value,
|
|
1471
1471
|
type: "string",
|
|
@@ -1475,14 +1475,14 @@ var E = class e extends T {
|
|
|
1475
1475
|
}), t.dirty());
|
|
1476
1476
|
else if (r.kind === "length") {
|
|
1477
1477
|
let i = e.data.length > r.value, a = e.data.length < r.value;
|
|
1478
|
-
(i || a) && (n = this._getOrReturnCtx(e, n), i ?
|
|
1478
|
+
(i || a) && (n = this._getOrReturnCtx(e, n), i ? h(n, {
|
|
1479
1479
|
code: f.too_big,
|
|
1480
1480
|
maximum: r.value,
|
|
1481
1481
|
type: "string",
|
|
1482
1482
|
inclusive: !0,
|
|
1483
1483
|
exact: !0,
|
|
1484
1484
|
message: r.message
|
|
1485
|
-
}) : a &&
|
|
1485
|
+
}) : a && h(n, {
|
|
1486
1486
|
code: f.too_small,
|
|
1487
1487
|
minimum: r.value,
|
|
1488
1488
|
type: "string",
|
|
@@ -1490,37 +1490,37 @@ var E = class e extends T {
|
|
|
1490
1490
|
exact: !0,
|
|
1491
1491
|
message: r.message
|
|
1492
1492
|
}), t.dirty());
|
|
1493
|
-
} else if (r.kind === "email")
|
|
1493
|
+
} else if (r.kind === "email") ke.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1494
1494
|
validation: "email",
|
|
1495
1495
|
code: f.invalid_string,
|
|
1496
1496
|
message: r.message
|
|
1497
1497
|
}), t.dirty());
|
|
1498
|
-
else if (r.kind === "emoji")
|
|
1498
|
+
else if (r.kind === "emoji") je ||= new RegExp(Ae, "u"), je.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1499
1499
|
validation: "emoji",
|
|
1500
1500
|
code: f.invalid_string,
|
|
1501
1501
|
message: r.message
|
|
1502
1502
|
}), t.dirty());
|
|
1503
|
-
else if (r.kind === "uuid")
|
|
1503
|
+
else if (r.kind === "uuid") Te.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1504
1504
|
validation: "uuid",
|
|
1505
1505
|
code: f.invalid_string,
|
|
1506
1506
|
message: r.message
|
|
1507
1507
|
}), t.dirty());
|
|
1508
|
-
else if (r.kind === "nanoid")
|
|
1508
|
+
else if (r.kind === "nanoid") Ee.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1509
1509
|
validation: "nanoid",
|
|
1510
1510
|
code: f.invalid_string,
|
|
1511
1511
|
message: r.message
|
|
1512
1512
|
}), t.dirty());
|
|
1513
|
-
else if (r.kind === "cuid")
|
|
1513
|
+
else if (r.kind === "cuid") Se.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1514
1514
|
validation: "cuid",
|
|
1515
1515
|
code: f.invalid_string,
|
|
1516
1516
|
message: r.message
|
|
1517
1517
|
}), t.dirty());
|
|
1518
|
-
else if (r.kind === "cuid2")
|
|
1518
|
+
else if (r.kind === "cuid2") Ce.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1519
1519
|
validation: "cuid2",
|
|
1520
1520
|
code: f.invalid_string,
|
|
1521
1521
|
message: r.message
|
|
1522
1522
|
}), t.dirty());
|
|
1523
|
-
else if (r.kind === "ulid")
|
|
1523
|
+
else if (r.kind === "ulid") we.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1524
1524
|
validation: "ulid",
|
|
1525
1525
|
code: f.invalid_string,
|
|
1526
1526
|
message: r.message
|
|
@@ -1528,64 +1528,64 @@ var E = class e extends T {
|
|
|
1528
1528
|
else if (r.kind === "url") try {
|
|
1529
1529
|
new URL(e.data);
|
|
1530
1530
|
} catch {
|
|
1531
|
-
n = this._getOrReturnCtx(e, n),
|
|
1531
|
+
n = this._getOrReturnCtx(e, n), h(n, {
|
|
1532
1532
|
validation: "url",
|
|
1533
1533
|
code: f.invalid_string,
|
|
1534
1534
|
message: r.message
|
|
1535
1535
|
}), t.dirty();
|
|
1536
1536
|
}
|
|
1537
|
-
else r.kind === "regex" ? (r.regex.lastIndex = 0, r.regex.test(e.data) || (n = this._getOrReturnCtx(e, n),
|
|
1537
|
+
else r.kind === "regex" ? (r.regex.lastIndex = 0, r.regex.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1538
1538
|
validation: "regex",
|
|
1539
1539
|
code: f.invalid_string,
|
|
1540
1540
|
message: r.message
|
|
1541
|
-
}), t.dirty())) : r.kind === "trim" ? e.data = e.data.trim() : r.kind === "includes" ? e.data.includes(r.value, r.position) || (n = this._getOrReturnCtx(e, n),
|
|
1541
|
+
}), t.dirty())) : r.kind === "trim" ? e.data = e.data.trim() : r.kind === "includes" ? e.data.includes(r.value, r.position) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1542
1542
|
code: f.invalid_string,
|
|
1543
1543
|
validation: {
|
|
1544
1544
|
includes: r.value,
|
|
1545
1545
|
position: r.position
|
|
1546
1546
|
},
|
|
1547
1547
|
message: r.message
|
|
1548
|
-
}), t.dirty()) : r.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : r.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : r.kind === "startsWith" ? e.data.startsWith(r.value) || (n = this._getOrReturnCtx(e, n),
|
|
1548
|
+
}), t.dirty()) : r.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : r.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : r.kind === "startsWith" ? e.data.startsWith(r.value) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1549
1549
|
code: f.invalid_string,
|
|
1550
1550
|
validation: { startsWith: r.value },
|
|
1551
1551
|
message: r.message
|
|
1552
|
-
}), t.dirty()) : r.kind === "endsWith" ? e.data.endsWith(r.value) || (n = this._getOrReturnCtx(e, n),
|
|
1552
|
+
}), t.dirty()) : r.kind === "endsWith" ? e.data.endsWith(r.value) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1553
1553
|
code: f.invalid_string,
|
|
1554
1554
|
validation: { endsWith: r.value },
|
|
1555
1555
|
message: r.message
|
|
1556
|
-
}), t.dirty()) : r.kind === "datetime" ?
|
|
1556
|
+
}), t.dirty()) : r.kind === "datetime" ? He(r).test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1557
1557
|
code: f.invalid_string,
|
|
1558
1558
|
validation: "datetime",
|
|
1559
1559
|
message: r.message
|
|
1560
|
-
}), t.dirty()) : r.kind === "date" ?
|
|
1560
|
+
}), t.dirty()) : r.kind === "date" ? ze.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1561
1561
|
code: f.invalid_string,
|
|
1562
1562
|
validation: "date",
|
|
1563
1563
|
message: r.message
|
|
1564
|
-
}), t.dirty()) : r.kind === "time" ?
|
|
1564
|
+
}), t.dirty()) : r.kind === "time" ? Ve(r).test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1565
1565
|
code: f.invalid_string,
|
|
1566
1566
|
validation: "time",
|
|
1567
1567
|
message: r.message
|
|
1568
|
-
}), t.dirty()) : r.kind === "duration" ?
|
|
1568
|
+
}), t.dirty()) : r.kind === "duration" ? Oe.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1569
1569
|
validation: "duration",
|
|
1570
1570
|
code: f.invalid_string,
|
|
1571
1571
|
message: r.message
|
|
1572
|
-
}), t.dirty()) : r.kind === "ip" ?
|
|
1572
|
+
}), t.dirty()) : r.kind === "ip" ? Ue(e.data, r.version) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1573
1573
|
validation: "ip",
|
|
1574
1574
|
code: f.invalid_string,
|
|
1575
1575
|
message: r.message
|
|
1576
|
-
}), t.dirty()) : r.kind === "jwt" ?
|
|
1576
|
+
}), t.dirty()) : r.kind === "jwt" ? We(e.data, r.alg) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1577
1577
|
validation: "jwt",
|
|
1578
1578
|
code: f.invalid_string,
|
|
1579
1579
|
message: r.message
|
|
1580
|
-
}), t.dirty()) : r.kind === "cidr" ?
|
|
1580
|
+
}), t.dirty()) : r.kind === "cidr" ? Ge(e.data, r.version) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1581
1581
|
validation: "cidr",
|
|
1582
1582
|
code: f.invalid_string,
|
|
1583
1583
|
message: r.message
|
|
1584
|
-
}), t.dirty()) : r.kind === "base64" ?
|
|
1584
|
+
}), t.dirty()) : r.kind === "base64" ? Ie.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1585
1585
|
validation: "base64",
|
|
1586
1586
|
code: f.invalid_string,
|
|
1587
1587
|
message: r.message
|
|
1588
|
-
}), t.dirty()) : r.kind === "base64url" ?
|
|
1588
|
+
}), t.dirty()) : r.kind === "base64url" ? Le.test(e.data) || (n = this._getOrReturnCtx(e, n), h(n, {
|
|
1589
1589
|
validation: "base64url",
|
|
1590
1590
|
code: f.invalid_string,
|
|
1591
1591
|
message: r.message
|
|
@@ -1599,7 +1599,7 @@ var E = class e extends T {
|
|
|
1599
1599
|
return this.refinement((t) => e.test(t), {
|
|
1600
1600
|
validation: t,
|
|
1601
1601
|
code: f.invalid_string,
|
|
1602
|
-
...
|
|
1602
|
+
...x.errToObj(n)
|
|
1603
1603
|
});
|
|
1604
1604
|
}
|
|
1605
1605
|
_addCheck(t) {
|
|
@@ -1611,79 +1611,79 @@ var E = class e extends T {
|
|
|
1611
1611
|
email(e) {
|
|
1612
1612
|
return this._addCheck({
|
|
1613
1613
|
kind: "email",
|
|
1614
|
-
...
|
|
1614
|
+
...x.errToObj(e)
|
|
1615
1615
|
});
|
|
1616
1616
|
}
|
|
1617
1617
|
url(e) {
|
|
1618
1618
|
return this._addCheck({
|
|
1619
1619
|
kind: "url",
|
|
1620
|
-
...
|
|
1620
|
+
...x.errToObj(e)
|
|
1621
1621
|
});
|
|
1622
1622
|
}
|
|
1623
1623
|
emoji(e) {
|
|
1624
1624
|
return this._addCheck({
|
|
1625
1625
|
kind: "emoji",
|
|
1626
|
-
...
|
|
1626
|
+
...x.errToObj(e)
|
|
1627
1627
|
});
|
|
1628
1628
|
}
|
|
1629
1629
|
uuid(e) {
|
|
1630
1630
|
return this._addCheck({
|
|
1631
1631
|
kind: "uuid",
|
|
1632
|
-
...
|
|
1632
|
+
...x.errToObj(e)
|
|
1633
1633
|
});
|
|
1634
1634
|
}
|
|
1635
1635
|
nanoid(e) {
|
|
1636
1636
|
return this._addCheck({
|
|
1637
1637
|
kind: "nanoid",
|
|
1638
|
-
...
|
|
1638
|
+
...x.errToObj(e)
|
|
1639
1639
|
});
|
|
1640
1640
|
}
|
|
1641
1641
|
cuid(e) {
|
|
1642
1642
|
return this._addCheck({
|
|
1643
1643
|
kind: "cuid",
|
|
1644
|
-
...
|
|
1644
|
+
...x.errToObj(e)
|
|
1645
1645
|
});
|
|
1646
1646
|
}
|
|
1647
1647
|
cuid2(e) {
|
|
1648
1648
|
return this._addCheck({
|
|
1649
1649
|
kind: "cuid2",
|
|
1650
|
-
...
|
|
1650
|
+
...x.errToObj(e)
|
|
1651
1651
|
});
|
|
1652
1652
|
}
|
|
1653
1653
|
ulid(e) {
|
|
1654
1654
|
return this._addCheck({
|
|
1655
1655
|
kind: "ulid",
|
|
1656
|
-
...
|
|
1656
|
+
...x.errToObj(e)
|
|
1657
1657
|
});
|
|
1658
1658
|
}
|
|
1659
1659
|
base64(e) {
|
|
1660
1660
|
return this._addCheck({
|
|
1661
1661
|
kind: "base64",
|
|
1662
|
-
...
|
|
1662
|
+
...x.errToObj(e)
|
|
1663
1663
|
});
|
|
1664
1664
|
}
|
|
1665
1665
|
base64url(e) {
|
|
1666
1666
|
return this._addCheck({
|
|
1667
1667
|
kind: "base64url",
|
|
1668
|
-
...
|
|
1668
|
+
...x.errToObj(e)
|
|
1669
1669
|
});
|
|
1670
1670
|
}
|
|
1671
1671
|
jwt(e) {
|
|
1672
1672
|
return this._addCheck({
|
|
1673
1673
|
kind: "jwt",
|
|
1674
|
-
...
|
|
1674
|
+
...x.errToObj(e)
|
|
1675
1675
|
});
|
|
1676
1676
|
}
|
|
1677
1677
|
ip(e) {
|
|
1678
1678
|
return this._addCheck({
|
|
1679
1679
|
kind: "ip",
|
|
1680
|
-
...
|
|
1680
|
+
...x.errToObj(e)
|
|
1681
1681
|
});
|
|
1682
1682
|
}
|
|
1683
1683
|
cidr(e) {
|
|
1684
1684
|
return this._addCheck({
|
|
1685
1685
|
kind: "cidr",
|
|
1686
|
-
...
|
|
1686
|
+
...x.errToObj(e)
|
|
1687
1687
|
});
|
|
1688
1688
|
}
|
|
1689
1689
|
datetime(e) {
|
|
@@ -1698,7 +1698,7 @@ var E = class e extends T {
|
|
|
1698
1698
|
precision: e?.precision === void 0 ? null : e?.precision,
|
|
1699
1699
|
offset: e?.offset ?? !1,
|
|
1700
1700
|
local: e?.local ?? !1,
|
|
1701
|
-
...
|
|
1701
|
+
...x.errToObj(e?.message)
|
|
1702
1702
|
});
|
|
1703
1703
|
}
|
|
1704
1704
|
date(e) {
|
|
@@ -1715,20 +1715,20 @@ var E = class e extends T {
|
|
|
1715
1715
|
}) : this._addCheck({
|
|
1716
1716
|
kind: "time",
|
|
1717
1717
|
precision: e?.precision === void 0 ? null : e?.precision,
|
|
1718
|
-
...
|
|
1718
|
+
...x.errToObj(e?.message)
|
|
1719
1719
|
});
|
|
1720
1720
|
}
|
|
1721
1721
|
duration(e) {
|
|
1722
1722
|
return this._addCheck({
|
|
1723
1723
|
kind: "duration",
|
|
1724
|
-
...
|
|
1724
|
+
...x.errToObj(e)
|
|
1725
1725
|
});
|
|
1726
1726
|
}
|
|
1727
1727
|
regex(e, t) {
|
|
1728
1728
|
return this._addCheck({
|
|
1729
1729
|
kind: "regex",
|
|
1730
1730
|
regex: e,
|
|
1731
|
-
...
|
|
1731
|
+
...x.errToObj(t)
|
|
1732
1732
|
});
|
|
1733
1733
|
}
|
|
1734
1734
|
includes(e, t) {
|
|
@@ -1736,46 +1736,46 @@ var E = class e extends T {
|
|
|
1736
1736
|
kind: "includes",
|
|
1737
1737
|
value: e,
|
|
1738
1738
|
position: t?.position,
|
|
1739
|
-
...
|
|
1739
|
+
...x.errToObj(t?.message)
|
|
1740
1740
|
});
|
|
1741
1741
|
}
|
|
1742
1742
|
startsWith(e, t) {
|
|
1743
1743
|
return this._addCheck({
|
|
1744
1744
|
kind: "startsWith",
|
|
1745
1745
|
value: e,
|
|
1746
|
-
...
|
|
1746
|
+
...x.errToObj(t)
|
|
1747
1747
|
});
|
|
1748
1748
|
}
|
|
1749
1749
|
endsWith(e, t) {
|
|
1750
1750
|
return this._addCheck({
|
|
1751
1751
|
kind: "endsWith",
|
|
1752
1752
|
value: e,
|
|
1753
|
-
...
|
|
1753
|
+
...x.errToObj(t)
|
|
1754
1754
|
});
|
|
1755
1755
|
}
|
|
1756
1756
|
min(e, t) {
|
|
1757
1757
|
return this._addCheck({
|
|
1758
1758
|
kind: "min",
|
|
1759
1759
|
value: e,
|
|
1760
|
-
...
|
|
1760
|
+
...x.errToObj(t)
|
|
1761
1761
|
});
|
|
1762
1762
|
}
|
|
1763
1763
|
max(e, t) {
|
|
1764
1764
|
return this._addCheck({
|
|
1765
1765
|
kind: "max",
|
|
1766
1766
|
value: e,
|
|
1767
|
-
...
|
|
1767
|
+
...x.errToObj(t)
|
|
1768
1768
|
});
|
|
1769
1769
|
}
|
|
1770
1770
|
length(e, t) {
|
|
1771
1771
|
return this._addCheck({
|
|
1772
1772
|
kind: "length",
|
|
1773
1773
|
value: e,
|
|
1774
|
-
...
|
|
1774
|
+
...x.errToObj(t)
|
|
1775
1775
|
});
|
|
1776
1776
|
}
|
|
1777
1777
|
nonempty(e) {
|
|
1778
|
-
return this.min(1,
|
|
1778
|
+
return this.min(1, x.errToObj(e));
|
|
1779
1779
|
}
|
|
1780
1780
|
trim() {
|
|
1781
1781
|
return new e({
|
|
@@ -1854,54 +1854,54 @@ var E = class e extends T {
|
|
|
1854
1854
|
return e;
|
|
1855
1855
|
}
|
|
1856
1856
|
};
|
|
1857
|
-
|
|
1857
|
+
T.create = (e) => new T({
|
|
1858
1858
|
checks: [],
|
|
1859
1859
|
typeName: Y.ZodString,
|
|
1860
1860
|
coerce: e?.coerce ?? !1,
|
|
1861
|
-
...
|
|
1861
|
+
...C(e)
|
|
1862
1862
|
});
|
|
1863
|
-
function
|
|
1863
|
+
function Ke(e, t) {
|
|
1864
1864
|
let n = (e.toString().split(".")[1] || "").length, r = (t.toString().split(".")[1] || "").length, i = n > r ? n : r;
|
|
1865
1865
|
return Number.parseInt(e.toFixed(i).replace(".", "")) % Number.parseInt(t.toFixed(i).replace(".", "")) / 10 ** i;
|
|
1866
1866
|
}
|
|
1867
|
-
var
|
|
1867
|
+
var qe = class e extends w {
|
|
1868
1868
|
constructor() {
|
|
1869
1869
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
1870
1870
|
}
|
|
1871
1871
|
_parse(e) {
|
|
1872
1872
|
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== u.number) {
|
|
1873
1873
|
let t = this._getOrReturnCtx(e);
|
|
1874
|
-
return
|
|
1874
|
+
return h(t, {
|
|
1875
1875
|
code: f.invalid_type,
|
|
1876
1876
|
expected: u.number,
|
|
1877
1877
|
received: t.parsedType
|
|
1878
|
-
}),
|
|
1878
|
+
}), _;
|
|
1879
1879
|
}
|
|
1880
|
-
let t, n = new
|
|
1881
|
-
for (let r of this._def.checks) r.kind === "int" ? l.isInteger(e.data) || (t = this._getOrReturnCtx(e, t),
|
|
1880
|
+
let t, n = new g();
|
|
1881
|
+
for (let r of this._def.checks) r.kind === "int" ? l.isInteger(e.data) || (t = this._getOrReturnCtx(e, t), h(t, {
|
|
1882
1882
|
code: f.invalid_type,
|
|
1883
1883
|
expected: "integer",
|
|
1884
1884
|
received: "float",
|
|
1885
1885
|
message: r.message
|
|
1886
|
-
}), n.dirty()) : r.kind === "min" ? (r.inclusive ? e.data < r.value : e.data <= r.value) && (t = this._getOrReturnCtx(e, t),
|
|
1886
|
+
}), n.dirty()) : r.kind === "min" ? (r.inclusive ? e.data < r.value : e.data <= r.value) && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
1887
1887
|
code: f.too_small,
|
|
1888
1888
|
minimum: r.value,
|
|
1889
1889
|
type: "number",
|
|
1890
1890
|
inclusive: r.inclusive,
|
|
1891
1891
|
exact: !1,
|
|
1892
1892
|
message: r.message
|
|
1893
|
-
}), n.dirty()) : r.kind === "max" ? (r.inclusive ? e.data > r.value : e.data >= r.value) && (t = this._getOrReturnCtx(e, t),
|
|
1893
|
+
}), n.dirty()) : r.kind === "max" ? (r.inclusive ? e.data > r.value : e.data >= r.value) && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
1894
1894
|
code: f.too_big,
|
|
1895
1895
|
maximum: r.value,
|
|
1896
1896
|
type: "number",
|
|
1897
1897
|
inclusive: r.inclusive,
|
|
1898
1898
|
exact: !1,
|
|
1899
1899
|
message: r.message
|
|
1900
|
-
}), n.dirty()) : r.kind === "multipleOf" ?
|
|
1900
|
+
}), n.dirty()) : r.kind === "multipleOf" ? Ke(e.data, r.value) !== 0 && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
1901
1901
|
code: f.not_multiple_of,
|
|
1902
1902
|
multipleOf: r.value,
|
|
1903
1903
|
message: r.message
|
|
1904
|
-
}), n.dirty()) : r.kind === "finite" ? Number.isFinite(e.data) || (t = this._getOrReturnCtx(e, t),
|
|
1904
|
+
}), n.dirty()) : r.kind === "finite" ? Number.isFinite(e.data) || (t = this._getOrReturnCtx(e, t), h(t, {
|
|
1905
1905
|
code: f.not_finite,
|
|
1906
1906
|
message: r.message
|
|
1907
1907
|
}), n.dirty()) : l.assertNever(r);
|
|
@@ -1911,16 +1911,16 @@ var Ke = class e extends T {
|
|
|
1911
1911
|
};
|
|
1912
1912
|
}
|
|
1913
1913
|
gte(e, t) {
|
|
1914
|
-
return this.setLimit("min", e, !0,
|
|
1914
|
+
return this.setLimit("min", e, !0, x.toString(t));
|
|
1915
1915
|
}
|
|
1916
1916
|
gt(e, t) {
|
|
1917
|
-
return this.setLimit("min", e, !1,
|
|
1917
|
+
return this.setLimit("min", e, !1, x.toString(t));
|
|
1918
1918
|
}
|
|
1919
1919
|
lte(e, t) {
|
|
1920
|
-
return this.setLimit("max", e, !0,
|
|
1920
|
+
return this.setLimit("max", e, !0, x.toString(t));
|
|
1921
1921
|
}
|
|
1922
1922
|
lt(e, t) {
|
|
1923
|
-
return this.setLimit("max", e, !1,
|
|
1923
|
+
return this.setLimit("max", e, !1, x.toString(t));
|
|
1924
1924
|
}
|
|
1925
1925
|
setLimit(t, n, r, i) {
|
|
1926
1926
|
return new e({
|
|
@@ -1929,7 +1929,7 @@ var Ke = class e extends T {
|
|
|
1929
1929
|
kind: t,
|
|
1930
1930
|
value: n,
|
|
1931
1931
|
inclusive: r,
|
|
1932
|
-
message:
|
|
1932
|
+
message: x.toString(i)
|
|
1933
1933
|
}]
|
|
1934
1934
|
});
|
|
1935
1935
|
}
|
|
@@ -1942,7 +1942,7 @@ var Ke = class e extends T {
|
|
|
1942
1942
|
int(e) {
|
|
1943
1943
|
return this._addCheck({
|
|
1944
1944
|
kind: "int",
|
|
1945
|
-
message:
|
|
1945
|
+
message: x.toString(e)
|
|
1946
1946
|
});
|
|
1947
1947
|
}
|
|
1948
1948
|
positive(e) {
|
|
@@ -1950,7 +1950,7 @@ var Ke = class e extends T {
|
|
|
1950
1950
|
kind: "min",
|
|
1951
1951
|
value: 0,
|
|
1952
1952
|
inclusive: !1,
|
|
1953
|
-
message:
|
|
1953
|
+
message: x.toString(e)
|
|
1954
1954
|
});
|
|
1955
1955
|
}
|
|
1956
1956
|
negative(e) {
|
|
@@ -1958,7 +1958,7 @@ var Ke = class e extends T {
|
|
|
1958
1958
|
kind: "max",
|
|
1959
1959
|
value: 0,
|
|
1960
1960
|
inclusive: !1,
|
|
1961
|
-
message:
|
|
1961
|
+
message: x.toString(e)
|
|
1962
1962
|
});
|
|
1963
1963
|
}
|
|
1964
1964
|
nonpositive(e) {
|
|
@@ -1966,7 +1966,7 @@ var Ke = class e extends T {
|
|
|
1966
1966
|
kind: "max",
|
|
1967
1967
|
value: 0,
|
|
1968
1968
|
inclusive: !0,
|
|
1969
|
-
message:
|
|
1969
|
+
message: x.toString(e)
|
|
1970
1970
|
});
|
|
1971
1971
|
}
|
|
1972
1972
|
nonnegative(e) {
|
|
@@ -1974,20 +1974,20 @@ var Ke = class e extends T {
|
|
|
1974
1974
|
kind: "min",
|
|
1975
1975
|
value: 0,
|
|
1976
1976
|
inclusive: !0,
|
|
1977
|
-
message:
|
|
1977
|
+
message: x.toString(e)
|
|
1978
1978
|
});
|
|
1979
1979
|
}
|
|
1980
1980
|
multipleOf(e, t) {
|
|
1981
1981
|
return this._addCheck({
|
|
1982
1982
|
kind: "multipleOf",
|
|
1983
1983
|
value: e,
|
|
1984
|
-
message:
|
|
1984
|
+
message: x.toString(t)
|
|
1985
1985
|
});
|
|
1986
1986
|
}
|
|
1987
1987
|
finite(e) {
|
|
1988
1988
|
return this._addCheck({
|
|
1989
1989
|
kind: "finite",
|
|
1990
|
-
message:
|
|
1990
|
+
message: x.toString(e)
|
|
1991
1991
|
});
|
|
1992
1992
|
}
|
|
1993
1993
|
safe(e) {
|
|
@@ -1995,12 +1995,12 @@ var Ke = class e extends T {
|
|
|
1995
1995
|
kind: "min",
|
|
1996
1996
|
inclusive: !0,
|
|
1997
1997
|
value: -(2 ** 53 - 1),
|
|
1998
|
-
message:
|
|
1998
|
+
message: x.toString(e)
|
|
1999
1999
|
})._addCheck({
|
|
2000
2000
|
kind: "max",
|
|
2001
2001
|
inclusive: !0,
|
|
2002
2002
|
value: 2 ** 53 - 1,
|
|
2003
|
-
message:
|
|
2003
|
+
message: x.toString(e)
|
|
2004
2004
|
});
|
|
2005
2005
|
}
|
|
2006
2006
|
get minValue() {
|
|
@@ -2023,13 +2023,13 @@ var Ke = class e extends T {
|
|
|
2023
2023
|
return Number.isFinite(t) && Number.isFinite(e);
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|
|
2026
|
-
|
|
2026
|
+
qe.create = (e) => new qe({
|
|
2027
2027
|
checks: [],
|
|
2028
2028
|
typeName: Y.ZodNumber,
|
|
2029
2029
|
coerce: e?.coerce || !1,
|
|
2030
|
-
...
|
|
2030
|
+
...C(e)
|
|
2031
2031
|
});
|
|
2032
|
-
var
|
|
2032
|
+
var Je = class e extends w {
|
|
2033
2033
|
constructor() {
|
|
2034
2034
|
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
2035
2035
|
}
|
|
@@ -2040,20 +2040,20 @@ var qe = class e extends T {
|
|
|
2040
2040
|
return this._getInvalidInput(e);
|
|
2041
2041
|
}
|
|
2042
2042
|
if (this._getType(e) !== u.bigint) return this._getInvalidInput(e);
|
|
2043
|
-
let t, n = new
|
|
2044
|
-
for (let r of this._def.checks) r.kind === "min" ? (r.inclusive ? e.data < r.value : e.data <= r.value) && (t = this._getOrReturnCtx(e, t),
|
|
2043
|
+
let t, n = new g();
|
|
2044
|
+
for (let r of this._def.checks) r.kind === "min" ? (r.inclusive ? e.data < r.value : e.data <= r.value) && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
2045
2045
|
code: f.too_small,
|
|
2046
2046
|
type: "bigint",
|
|
2047
2047
|
minimum: r.value,
|
|
2048
2048
|
inclusive: r.inclusive,
|
|
2049
2049
|
message: r.message
|
|
2050
|
-
}), n.dirty()) : r.kind === "max" ? (r.inclusive ? e.data > r.value : e.data >= r.value) && (t = this._getOrReturnCtx(e, t),
|
|
2050
|
+
}), n.dirty()) : r.kind === "max" ? (r.inclusive ? e.data > r.value : e.data >= r.value) && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
2051
2051
|
code: f.too_big,
|
|
2052
2052
|
type: "bigint",
|
|
2053
2053
|
maximum: r.value,
|
|
2054
2054
|
inclusive: r.inclusive,
|
|
2055
2055
|
message: r.message
|
|
2056
|
-
}), n.dirty()) : r.kind === "multipleOf" ? e.data % r.value !== BigInt(0) && (t = this._getOrReturnCtx(e, t),
|
|
2056
|
+
}), n.dirty()) : r.kind === "multipleOf" ? e.data % r.value !== BigInt(0) && (t = this._getOrReturnCtx(e, t), h(t, {
|
|
2057
2057
|
code: f.not_multiple_of,
|
|
2058
2058
|
multipleOf: r.value,
|
|
2059
2059
|
message: r.message
|
|
@@ -2065,23 +2065,23 @@ var qe = class e extends T {
|
|
|
2065
2065
|
}
|
|
2066
2066
|
_getInvalidInput(e) {
|
|
2067
2067
|
let t = this._getOrReturnCtx(e);
|
|
2068
|
-
return
|
|
2068
|
+
return h(t, {
|
|
2069
2069
|
code: f.invalid_type,
|
|
2070
2070
|
expected: u.bigint,
|
|
2071
2071
|
received: t.parsedType
|
|
2072
|
-
}),
|
|
2072
|
+
}), _;
|
|
2073
2073
|
}
|
|
2074
2074
|
gte(e, t) {
|
|
2075
|
-
return this.setLimit("min", e, !0,
|
|
2075
|
+
return this.setLimit("min", e, !0, x.toString(t));
|
|
2076
2076
|
}
|
|
2077
2077
|
gt(e, t) {
|
|
2078
|
-
return this.setLimit("min", e, !1,
|
|
2078
|
+
return this.setLimit("min", e, !1, x.toString(t));
|
|
2079
2079
|
}
|
|
2080
2080
|
lte(e, t) {
|
|
2081
|
-
return this.setLimit("max", e, !0,
|
|
2081
|
+
return this.setLimit("max", e, !0, x.toString(t));
|
|
2082
2082
|
}
|
|
2083
2083
|
lt(e, t) {
|
|
2084
|
-
return this.setLimit("max", e, !1,
|
|
2084
|
+
return this.setLimit("max", e, !1, x.toString(t));
|
|
2085
2085
|
}
|
|
2086
2086
|
setLimit(t, n, r, i) {
|
|
2087
2087
|
return new e({
|
|
@@ -2090,7 +2090,7 @@ var qe = class e extends T {
|
|
|
2090
2090
|
kind: t,
|
|
2091
2091
|
value: n,
|
|
2092
2092
|
inclusive: r,
|
|
2093
|
-
message:
|
|
2093
|
+
message: x.toString(i)
|
|
2094
2094
|
}]
|
|
2095
2095
|
});
|
|
2096
2096
|
}
|
|
@@ -2105,7 +2105,7 @@ var qe = class e extends T {
|
|
|
2105
2105
|
kind: "min",
|
|
2106
2106
|
value: BigInt(0),
|
|
2107
2107
|
inclusive: !1,
|
|
2108
|
-
message:
|
|
2108
|
+
message: x.toString(e)
|
|
2109
2109
|
});
|
|
2110
2110
|
}
|
|
2111
2111
|
negative(e) {
|
|
@@ -2113,7 +2113,7 @@ var qe = class e extends T {
|
|
|
2113
2113
|
kind: "max",
|
|
2114
2114
|
value: BigInt(0),
|
|
2115
2115
|
inclusive: !1,
|
|
2116
|
-
message:
|
|
2116
|
+
message: x.toString(e)
|
|
2117
2117
|
});
|
|
2118
2118
|
}
|
|
2119
2119
|
nonpositive(e) {
|
|
@@ -2121,7 +2121,7 @@ var qe = class e extends T {
|
|
|
2121
2121
|
kind: "max",
|
|
2122
2122
|
value: BigInt(0),
|
|
2123
2123
|
inclusive: !0,
|
|
2124
|
-
message:
|
|
2124
|
+
message: x.toString(e)
|
|
2125
2125
|
});
|
|
2126
2126
|
}
|
|
2127
2127
|
nonnegative(e) {
|
|
@@ -2129,14 +2129,14 @@ var qe = class e extends T {
|
|
|
2129
2129
|
kind: "min",
|
|
2130
2130
|
value: BigInt(0),
|
|
2131
2131
|
inclusive: !0,
|
|
2132
|
-
message:
|
|
2132
|
+
message: x.toString(e)
|
|
2133
2133
|
});
|
|
2134
2134
|
}
|
|
2135
2135
|
multipleOf(e, t) {
|
|
2136
2136
|
return this._addCheck({
|
|
2137
2137
|
kind: "multipleOf",
|
|
2138
2138
|
value: e,
|
|
2139
|
-
message:
|
|
2139
|
+
message: x.toString(t)
|
|
2140
2140
|
});
|
|
2141
2141
|
}
|
|
2142
2142
|
get minValue() {
|
|
@@ -2150,50 +2150,50 @@ var qe = class e extends T {
|
|
|
2150
2150
|
return e;
|
|
2151
2151
|
}
|
|
2152
2152
|
};
|
|
2153
|
-
|
|
2153
|
+
Je.create = (e) => new Je({
|
|
2154
2154
|
checks: [],
|
|
2155
2155
|
typeName: Y.ZodBigInt,
|
|
2156
2156
|
coerce: e?.coerce ?? !1,
|
|
2157
|
-
...
|
|
2157
|
+
...C(e)
|
|
2158
2158
|
});
|
|
2159
|
-
var
|
|
2159
|
+
var Ye = class extends w {
|
|
2160
2160
|
_parse(e) {
|
|
2161
2161
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== u.boolean) {
|
|
2162
2162
|
let t = this._getOrReturnCtx(e);
|
|
2163
|
-
return
|
|
2163
|
+
return h(t, {
|
|
2164
2164
|
code: f.invalid_type,
|
|
2165
2165
|
expected: u.boolean,
|
|
2166
2166
|
received: t.parsedType
|
|
2167
|
-
}),
|
|
2167
|
+
}), _;
|
|
2168
2168
|
}
|
|
2169
|
-
return
|
|
2169
|
+
return v(e.data);
|
|
2170
2170
|
}
|
|
2171
2171
|
};
|
|
2172
|
-
|
|
2172
|
+
Ye.create = (e) => new Ye({
|
|
2173
2173
|
typeName: Y.ZodBoolean,
|
|
2174
2174
|
coerce: e?.coerce || !1,
|
|
2175
|
-
...
|
|
2175
|
+
...C(e)
|
|
2176
2176
|
});
|
|
2177
|
-
var
|
|
2177
|
+
var Xe = class e extends w {
|
|
2178
2178
|
_parse(e) {
|
|
2179
2179
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== u.date) {
|
|
2180
2180
|
let t = this._getOrReturnCtx(e);
|
|
2181
|
-
return
|
|
2181
|
+
return h(t, {
|
|
2182
2182
|
code: f.invalid_type,
|
|
2183
2183
|
expected: u.date,
|
|
2184
2184
|
received: t.parsedType
|
|
2185
|
-
}),
|
|
2185
|
+
}), _;
|
|
2186
2186
|
}
|
|
2187
|
-
if (Number.isNaN(e.data.getTime())) return
|
|
2188
|
-
let t = new
|
|
2189
|
-
for (let r of this._def.checks) r.kind === "min" ? e.data.getTime() < r.value && (n = this._getOrReturnCtx(e, n),
|
|
2187
|
+
if (Number.isNaN(e.data.getTime())) return h(this._getOrReturnCtx(e), { code: f.invalid_date }), _;
|
|
2188
|
+
let t = new g(), n;
|
|
2189
|
+
for (let r of this._def.checks) r.kind === "min" ? e.data.getTime() < r.value && (n = this._getOrReturnCtx(e, n), h(n, {
|
|
2190
2190
|
code: f.too_small,
|
|
2191
2191
|
message: r.message,
|
|
2192
2192
|
inclusive: !0,
|
|
2193
2193
|
exact: !1,
|
|
2194
2194
|
minimum: r.value,
|
|
2195
2195
|
type: "date"
|
|
2196
|
-
}), t.dirty()) : r.kind === "max" ? e.data.getTime() > r.value && (n = this._getOrReturnCtx(e, n),
|
|
2196
|
+
}), t.dirty()) : r.kind === "max" ? e.data.getTime() > r.value && (n = this._getOrReturnCtx(e, n), h(n, {
|
|
2197
2197
|
code: f.too_big,
|
|
2198
2198
|
message: r.message,
|
|
2199
2199
|
inclusive: !0,
|
|
@@ -2216,14 +2216,14 @@ var Ye = class e extends T {
|
|
|
2216
2216
|
return this._addCheck({
|
|
2217
2217
|
kind: "min",
|
|
2218
2218
|
value: e.getTime(),
|
|
2219
|
-
message:
|
|
2219
|
+
message: x.toString(t)
|
|
2220
2220
|
});
|
|
2221
2221
|
}
|
|
2222
2222
|
max(e, t) {
|
|
2223
2223
|
return this._addCheck({
|
|
2224
2224
|
kind: "max",
|
|
2225
2225
|
value: e.getTime(),
|
|
2226
|
-
message:
|
|
2226
|
+
message: x.toString(t)
|
|
2227
2227
|
});
|
|
2228
2228
|
}
|
|
2229
2229
|
get minDate() {
|
|
@@ -2237,129 +2237,129 @@ var Ye = class e extends T {
|
|
|
2237
2237
|
return e == null ? null : new Date(e);
|
|
2238
2238
|
}
|
|
2239
2239
|
};
|
|
2240
|
-
|
|
2240
|
+
Xe.create = (e) => new Xe({
|
|
2241
2241
|
checks: [],
|
|
2242
2242
|
coerce: e?.coerce || !1,
|
|
2243
2243
|
typeName: Y.ZodDate,
|
|
2244
|
-
...
|
|
2244
|
+
...C(e)
|
|
2245
2245
|
});
|
|
2246
|
-
var
|
|
2246
|
+
var Ze = class extends w {
|
|
2247
2247
|
_parse(e) {
|
|
2248
2248
|
if (this._getType(e) !== u.symbol) {
|
|
2249
2249
|
let t = this._getOrReturnCtx(e);
|
|
2250
|
-
return
|
|
2250
|
+
return h(t, {
|
|
2251
2251
|
code: f.invalid_type,
|
|
2252
2252
|
expected: u.symbol,
|
|
2253
2253
|
received: t.parsedType
|
|
2254
|
-
}),
|
|
2254
|
+
}), _;
|
|
2255
2255
|
}
|
|
2256
|
-
return
|
|
2256
|
+
return v(e.data);
|
|
2257
2257
|
}
|
|
2258
2258
|
};
|
|
2259
|
-
|
|
2259
|
+
Ze.create = (e) => new Ze({
|
|
2260
2260
|
typeName: Y.ZodSymbol,
|
|
2261
|
-
...
|
|
2261
|
+
...C(e)
|
|
2262
2262
|
});
|
|
2263
|
-
var
|
|
2263
|
+
var E = class extends w {
|
|
2264
2264
|
_parse(e) {
|
|
2265
2265
|
if (this._getType(e) !== u.undefined) {
|
|
2266
2266
|
let t = this._getOrReturnCtx(e);
|
|
2267
|
-
return
|
|
2267
|
+
return h(t, {
|
|
2268
2268
|
code: f.invalid_type,
|
|
2269
2269
|
expected: u.undefined,
|
|
2270
2270
|
received: t.parsedType
|
|
2271
|
-
}),
|
|
2271
|
+
}), _;
|
|
2272
2272
|
}
|
|
2273
|
-
return
|
|
2273
|
+
return v(e.data);
|
|
2274
2274
|
}
|
|
2275
2275
|
};
|
|
2276
|
-
|
|
2276
|
+
E.create = (e) => new E({
|
|
2277
2277
|
typeName: Y.ZodUndefined,
|
|
2278
|
-
...
|
|
2278
|
+
...C(e)
|
|
2279
2279
|
});
|
|
2280
|
-
var
|
|
2280
|
+
var D = class extends w {
|
|
2281
2281
|
_parse(e) {
|
|
2282
2282
|
if (this._getType(e) !== u.null) {
|
|
2283
2283
|
let t = this._getOrReturnCtx(e);
|
|
2284
|
-
return
|
|
2284
|
+
return h(t, {
|
|
2285
2285
|
code: f.invalid_type,
|
|
2286
2286
|
expected: u.null,
|
|
2287
2287
|
received: t.parsedType
|
|
2288
|
-
}),
|
|
2288
|
+
}), _;
|
|
2289
2289
|
}
|
|
2290
|
-
return
|
|
2290
|
+
return v(e.data);
|
|
2291
2291
|
}
|
|
2292
2292
|
};
|
|
2293
|
-
|
|
2293
|
+
D.create = (e) => new D({
|
|
2294
2294
|
typeName: Y.ZodNull,
|
|
2295
|
-
...
|
|
2295
|
+
...C(e)
|
|
2296
2296
|
});
|
|
2297
|
-
var
|
|
2297
|
+
var O = class extends w {
|
|
2298
2298
|
constructor() {
|
|
2299
2299
|
super(...arguments), this._any = !0;
|
|
2300
2300
|
}
|
|
2301
2301
|
_parse(e) {
|
|
2302
|
-
return
|
|
2302
|
+
return v(e.data);
|
|
2303
2303
|
}
|
|
2304
2304
|
};
|
|
2305
|
-
|
|
2305
|
+
O.create = (e) => new O({
|
|
2306
2306
|
typeName: Y.ZodAny,
|
|
2307
|
-
...
|
|
2307
|
+
...C(e)
|
|
2308
2308
|
});
|
|
2309
|
-
var k = class extends
|
|
2309
|
+
var k = class extends w {
|
|
2310
2310
|
constructor() {
|
|
2311
2311
|
super(...arguments), this._unknown = !0;
|
|
2312
2312
|
}
|
|
2313
2313
|
_parse(e) {
|
|
2314
|
-
return
|
|
2314
|
+
return v(e.data);
|
|
2315
2315
|
}
|
|
2316
2316
|
};
|
|
2317
2317
|
k.create = (e) => new k({
|
|
2318
2318
|
typeName: Y.ZodUnknown,
|
|
2319
|
-
...
|
|
2319
|
+
...C(e)
|
|
2320
2320
|
});
|
|
2321
|
-
var A = class extends
|
|
2321
|
+
var A = class extends w {
|
|
2322
2322
|
_parse(e) {
|
|
2323
2323
|
let t = this._getOrReturnCtx(e);
|
|
2324
|
-
return
|
|
2324
|
+
return h(t, {
|
|
2325
2325
|
code: f.invalid_type,
|
|
2326
2326
|
expected: u.never,
|
|
2327
2327
|
received: t.parsedType
|
|
2328
|
-
}),
|
|
2328
|
+
}), _;
|
|
2329
2329
|
}
|
|
2330
2330
|
};
|
|
2331
2331
|
A.create = (e) => new A({
|
|
2332
2332
|
typeName: Y.ZodNever,
|
|
2333
|
-
...
|
|
2333
|
+
...C(e)
|
|
2334
2334
|
});
|
|
2335
|
-
var Qe = class extends
|
|
2335
|
+
var Qe = class extends w {
|
|
2336
2336
|
_parse(e) {
|
|
2337
2337
|
if (this._getType(e) !== u.undefined) {
|
|
2338
2338
|
let t = this._getOrReturnCtx(e);
|
|
2339
|
-
return
|
|
2339
|
+
return h(t, {
|
|
2340
2340
|
code: f.invalid_type,
|
|
2341
2341
|
expected: u.void,
|
|
2342
2342
|
received: t.parsedType
|
|
2343
|
-
}),
|
|
2343
|
+
}), _;
|
|
2344
2344
|
}
|
|
2345
|
-
return
|
|
2345
|
+
return v(e.data);
|
|
2346
2346
|
}
|
|
2347
2347
|
};
|
|
2348
2348
|
Qe.create = (e) => new Qe({
|
|
2349
2349
|
typeName: Y.ZodVoid,
|
|
2350
|
-
...
|
|
2350
|
+
...C(e)
|
|
2351
2351
|
});
|
|
2352
|
-
var j = class e extends
|
|
2352
|
+
var j = class e extends w {
|
|
2353
2353
|
_parse(e) {
|
|
2354
2354
|
let { ctx: t, status: n } = this._processInputParams(e), r = this._def;
|
|
2355
|
-
if (t.parsedType !== u.array) return
|
|
2355
|
+
if (t.parsedType !== u.array) return h(t, {
|
|
2356
2356
|
code: f.invalid_type,
|
|
2357
2357
|
expected: u.array,
|
|
2358
2358
|
received: t.parsedType
|
|
2359
|
-
}),
|
|
2359
|
+
}), _;
|
|
2360
2360
|
if (r.exactLength !== null) {
|
|
2361
2361
|
let e = t.data.length > r.exactLength.value, i = t.data.length < r.exactLength.value;
|
|
2362
|
-
(e || i) && (
|
|
2362
|
+
(e || i) && (h(t, {
|
|
2363
2363
|
code: e ? f.too_big : f.too_small,
|
|
2364
2364
|
minimum: i ? r.exactLength.value : void 0,
|
|
2365
2365
|
maximum: e ? r.exactLength.value : void 0,
|
|
@@ -2369,23 +2369,23 @@ var j = class e extends T {
|
|
|
2369
2369
|
message: r.exactLength.message
|
|
2370
2370
|
}), n.dirty());
|
|
2371
2371
|
}
|
|
2372
|
-
if (r.minLength !== null && t.data.length < r.minLength.value && (
|
|
2372
|
+
if (r.minLength !== null && t.data.length < r.minLength.value && (h(t, {
|
|
2373
2373
|
code: f.too_small,
|
|
2374
2374
|
minimum: r.minLength.value,
|
|
2375
2375
|
type: "array",
|
|
2376
2376
|
inclusive: !0,
|
|
2377
2377
|
exact: !1,
|
|
2378
2378
|
message: r.minLength.message
|
|
2379
|
-
}), n.dirty()), r.maxLength !== null && t.data.length > r.maxLength.value && (
|
|
2379
|
+
}), n.dirty()), r.maxLength !== null && t.data.length > r.maxLength.value && (h(t, {
|
|
2380
2380
|
code: f.too_big,
|
|
2381
2381
|
maximum: r.maxLength.value,
|
|
2382
2382
|
type: "array",
|
|
2383
2383
|
inclusive: !0,
|
|
2384
2384
|
exact: !1,
|
|
2385
2385
|
message: r.maxLength.message
|
|
2386
|
-
}), n.dirty()), t.common.async) return Promise.all([...t.data].map((e, n) => r.type._parseAsync(new
|
|
2387
|
-
let i = [...t.data].map((e, n) => r.type._parseSync(new
|
|
2388
|
-
return
|
|
2386
|
+
}), n.dirty()), t.common.async) return Promise.all([...t.data].map((e, n) => r.type._parseAsync(new S(t, e, t.path, n)))).then((e) => g.mergeArray(n, e));
|
|
2387
|
+
let i = [...t.data].map((e, n) => r.type._parseSync(new S(t, e, t.path, n)));
|
|
2388
|
+
return g.mergeArray(n, i);
|
|
2389
2389
|
}
|
|
2390
2390
|
get element() {
|
|
2391
2391
|
return this._def.type;
|
|
@@ -2395,7 +2395,7 @@ var j = class e extends T {
|
|
|
2395
2395
|
...this._def,
|
|
2396
2396
|
minLength: {
|
|
2397
2397
|
value: t,
|
|
2398
|
-
message:
|
|
2398
|
+
message: x.toString(n)
|
|
2399
2399
|
}
|
|
2400
2400
|
});
|
|
2401
2401
|
}
|
|
@@ -2404,7 +2404,7 @@ var j = class e extends T {
|
|
|
2404
2404
|
...this._def,
|
|
2405
2405
|
maxLength: {
|
|
2406
2406
|
value: t,
|
|
2407
|
-
message:
|
|
2407
|
+
message: x.toString(n)
|
|
2408
2408
|
}
|
|
2409
2409
|
});
|
|
2410
2410
|
}
|
|
@@ -2413,7 +2413,7 @@ var j = class e extends T {
|
|
|
2413
2413
|
...this._def,
|
|
2414
2414
|
exactLength: {
|
|
2415
2415
|
value: t,
|
|
2416
|
-
message:
|
|
2416
|
+
message: x.toString(n)
|
|
2417
2417
|
}
|
|
2418
2418
|
});
|
|
2419
2419
|
}
|
|
@@ -2427,7 +2427,7 @@ j.create = (e, t) => new j({
|
|
|
2427
2427
|
maxLength: null,
|
|
2428
2428
|
exactLength: null,
|
|
2429
2429
|
typeName: Y.ZodArray,
|
|
2430
|
-
...
|
|
2430
|
+
...C(t)
|
|
2431
2431
|
});
|
|
2432
2432
|
function M(e) {
|
|
2433
2433
|
if (e instanceof N) {
|
|
@@ -2446,7 +2446,7 @@ function M(e) {
|
|
|
2446
2446
|
type: M(e.element)
|
|
2447
2447
|
}) : e instanceof W ? W.create(M(e.unwrap())) : e instanceof G ? G.create(M(e.unwrap())) : e instanceof L ? L.create(e.items.map((e) => M(e))) : e;
|
|
2448
2448
|
}
|
|
2449
|
-
var N = class e extends
|
|
2449
|
+
var N = class e extends w {
|
|
2450
2450
|
constructor() {
|
|
2451
2451
|
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
2452
2452
|
}
|
|
@@ -2461,11 +2461,11 @@ var N = class e extends T {
|
|
|
2461
2461
|
_parse(e) {
|
|
2462
2462
|
if (this._getType(e) !== u.object) {
|
|
2463
2463
|
let t = this._getOrReturnCtx(e);
|
|
2464
|
-
return
|
|
2464
|
+
return h(t, {
|
|
2465
2465
|
code: f.invalid_type,
|
|
2466
2466
|
expected: u.object,
|
|
2467
2467
|
received: t.parsedType
|
|
2468
|
-
}),
|
|
2468
|
+
}), _;
|
|
2469
2469
|
}
|
|
2470
2470
|
let { status: t, ctx: n } = this._processInputParams(e), { shape: r, keys: i } = this._getCached(), a = [];
|
|
2471
2471
|
if (!(this._def.catchall instanceof A && this._def.unknownKeys === "strip")) for (let e in n.data) i.includes(e) || a.push(e);
|
|
@@ -2477,7 +2477,7 @@ var N = class e extends T {
|
|
|
2477
2477
|
status: "valid",
|
|
2478
2478
|
value: e
|
|
2479
2479
|
},
|
|
2480
|
-
value: t._parse(new
|
|
2480
|
+
value: t._parse(new S(n, i, n.path, e)),
|
|
2481
2481
|
alwaysSet: e in n.data
|
|
2482
2482
|
});
|
|
2483
2483
|
}
|
|
@@ -2493,7 +2493,7 @@ var N = class e extends T {
|
|
|
2493
2493
|
value: n.data[e]
|
|
2494
2494
|
}
|
|
2495
2495
|
});
|
|
2496
|
-
else if (e === "strict") a.length > 0 && (
|
|
2496
|
+
else if (e === "strict") a.length > 0 && (h(n, {
|
|
2497
2497
|
code: f.unrecognized_keys,
|
|
2498
2498
|
keys: a
|
|
2499
2499
|
}), t.dirty());
|
|
@@ -2507,7 +2507,7 @@ var N = class e extends T {
|
|
|
2507
2507
|
status: "valid",
|
|
2508
2508
|
value: t
|
|
2509
2509
|
},
|
|
2510
|
-
value: e._parse(new
|
|
2510
|
+
value: e._parse(new S(n, r, n.path, t)),
|
|
2511
2511
|
alwaysSet: t in n.data
|
|
2512
2512
|
});
|
|
2513
2513
|
}
|
|
@@ -2523,18 +2523,18 @@ var N = class e extends T {
|
|
|
2523
2523
|
});
|
|
2524
2524
|
}
|
|
2525
2525
|
return e;
|
|
2526
|
-
}).then((e) =>
|
|
2526
|
+
}).then((e) => g.mergeObjectSync(t, e)) : g.mergeObjectSync(t, o);
|
|
2527
2527
|
}
|
|
2528
2528
|
get shape() {
|
|
2529
2529
|
return this._def.shape();
|
|
2530
2530
|
}
|
|
2531
2531
|
strict(t) {
|
|
2532
|
-
return
|
|
2532
|
+
return x.errToObj, new e({
|
|
2533
2533
|
...this._def,
|
|
2534
2534
|
unknownKeys: "strict",
|
|
2535
2535
|
...t === void 0 ? {} : { errorMap: (e, n) => {
|
|
2536
2536
|
let r = this._def.errorMap?.(e, n).message ?? n.defaultError;
|
|
2537
|
-
return e.code === "unrecognized_keys" ? { message:
|
|
2537
|
+
return e.code === "unrecognized_keys" ? { message: x.errToObj(t).message ?? r } : { message: r };
|
|
2538
2538
|
} }
|
|
2539
2539
|
});
|
|
2540
2540
|
}
|
|
@@ -2631,31 +2631,31 @@ N.create = (e, t) => new N({
|
|
|
2631
2631
|
unknownKeys: "strip",
|
|
2632
2632
|
catchall: A.create(),
|
|
2633
2633
|
typeName: Y.ZodObject,
|
|
2634
|
-
...
|
|
2634
|
+
...C(t)
|
|
2635
2635
|
}), N.strictCreate = (e, t) => new N({
|
|
2636
2636
|
shape: () => e,
|
|
2637
2637
|
unknownKeys: "strict",
|
|
2638
2638
|
catchall: A.create(),
|
|
2639
2639
|
typeName: Y.ZodObject,
|
|
2640
|
-
...
|
|
2640
|
+
...C(t)
|
|
2641
2641
|
}), N.lazycreate = (e, t) => new N({
|
|
2642
2642
|
shape: e,
|
|
2643
2643
|
unknownKeys: "strip",
|
|
2644
2644
|
catchall: A.create(),
|
|
2645
2645
|
typeName: Y.ZodObject,
|
|
2646
|
-
...
|
|
2646
|
+
...C(t)
|
|
2647
2647
|
});
|
|
2648
|
-
var P = class extends
|
|
2648
|
+
var P = class extends w {
|
|
2649
2649
|
_parse(e) {
|
|
2650
2650
|
let { ctx: t } = this._processInputParams(e), n = this._def.options;
|
|
2651
2651
|
function r(e) {
|
|
2652
2652
|
for (let t of e) if (t.result.status === "valid") return t.result;
|
|
2653
2653
|
for (let n of e) if (n.result.status === "dirty") return t.common.issues.push(...n.ctx.common.issues), n.result;
|
|
2654
2654
|
let n = e.map((e) => new p(e.ctx.common.issues));
|
|
2655
|
-
return
|
|
2655
|
+
return h(t, {
|
|
2656
2656
|
code: f.invalid_union,
|
|
2657
2657
|
unionErrors: n
|
|
2658
|
-
}),
|
|
2658
|
+
}), _;
|
|
2659
2659
|
}
|
|
2660
2660
|
if (t.common.async) return Promise.all(n.map(async (e) => {
|
|
2661
2661
|
let n = {
|
|
@@ -2698,10 +2698,10 @@ var P = class extends T {
|
|
|
2698
2698
|
}
|
|
2699
2699
|
if (e) return t.common.issues.push(...e.ctx.common.issues), e.result;
|
|
2700
2700
|
let i = r.map((e) => new p(e));
|
|
2701
|
-
return
|
|
2701
|
+
return h(t, {
|
|
2702
2702
|
code: f.invalid_union,
|
|
2703
2703
|
unionErrors: i
|
|
2704
|
-
}),
|
|
2704
|
+
}), _;
|
|
2705
2705
|
}
|
|
2706
2706
|
}
|
|
2707
2707
|
get options() {
|
|
@@ -2711,16 +2711,16 @@ var P = class extends T {
|
|
|
2711
2711
|
P.create = (e, t) => new P({
|
|
2712
2712
|
options: e,
|
|
2713
2713
|
typeName: Y.ZodUnion,
|
|
2714
|
-
...
|
|
2714
|
+
...C(t)
|
|
2715
2715
|
});
|
|
2716
|
-
var F = (e) => e instanceof R ? F(e.schema) : e instanceof U ? F(e.innerType()) : e instanceof z ? [e.value] : e instanceof B ? e.options : e instanceof V ? l.objectValues(e.enum) : e instanceof K ? F(e._def.innerType) : e instanceof
|
|
2716
|
+
var F = (e) => e instanceof R ? F(e.schema) : e instanceof U ? F(e.innerType()) : e instanceof z ? [e.value] : e instanceof B ? e.options : e instanceof V ? l.objectValues(e.enum) : e instanceof K ? F(e._def.innerType) : e instanceof E ? [void 0] : e instanceof D ? [null] : e instanceof W ? [void 0, ...F(e.unwrap())] : e instanceof G ? [null, ...F(e.unwrap())] : e instanceof st || e instanceof J ? F(e.unwrap()) : e instanceof q ? F(e._def.innerType) : [], $e = class e extends w {
|
|
2717
2717
|
_parse(e) {
|
|
2718
2718
|
let { ctx: t } = this._processInputParams(e);
|
|
2719
|
-
if (t.parsedType !== u.object) return
|
|
2719
|
+
if (t.parsedType !== u.object) return h(t, {
|
|
2720
2720
|
code: f.invalid_type,
|
|
2721
2721
|
expected: u.object,
|
|
2722
2722
|
received: t.parsedType
|
|
2723
|
-
}),
|
|
2723
|
+
}), _;
|
|
2724
2724
|
let n = this.discriminator, r = t.data[n], i = this.optionsMap.get(r);
|
|
2725
2725
|
return i ? t.common.async ? i._parseAsync({
|
|
2726
2726
|
data: t.data,
|
|
@@ -2730,11 +2730,11 @@ var F = (e) => e instanceof R ? F(e.schema) : e instanceof U ? F(e.innerType())
|
|
|
2730
2730
|
data: t.data,
|
|
2731
2731
|
path: t.path,
|
|
2732
2732
|
parent: t
|
|
2733
|
-
}) : (
|
|
2733
|
+
}) : (h(t, {
|
|
2734
2734
|
code: f.invalid_union_discriminator,
|
|
2735
2735
|
options: Array.from(this.optionsMap.keys()),
|
|
2736
2736
|
path: [n]
|
|
2737
|
-
}),
|
|
2737
|
+
}), _);
|
|
2738
2738
|
}
|
|
2739
2739
|
get discriminator() {
|
|
2740
2740
|
return this._def.discriminator;
|
|
@@ -2760,7 +2760,7 @@ var F = (e) => e instanceof R ? F(e.schema) : e instanceof U ? F(e.innerType())
|
|
|
2760
2760
|
discriminator: t,
|
|
2761
2761
|
options: n,
|
|
2762
2762
|
optionsMap: i,
|
|
2763
|
-
...
|
|
2763
|
+
...C(r)
|
|
2764
2764
|
});
|
|
2765
2765
|
}
|
|
2766
2766
|
};
|
|
@@ -2803,15 +2803,15 @@ function et(e, t) {
|
|
|
2803
2803
|
data: e
|
|
2804
2804
|
} : { valid: !1 };
|
|
2805
2805
|
}
|
|
2806
|
-
var I = class extends
|
|
2806
|
+
var I = class extends w {
|
|
2807
2807
|
_parse(e) {
|
|
2808
2808
|
let { status: t, ctx: n } = this._processInputParams(e), r = (e, r) => {
|
|
2809
|
-
if (
|
|
2809
|
+
if (ye(e) || ye(r)) return _;
|
|
2810
2810
|
let i = et(e.value, r.value);
|
|
2811
|
-
return i.valid ? ((
|
|
2811
|
+
return i.valid ? ((be(e) || be(r)) && t.dirty(), {
|
|
2812
2812
|
status: t.value,
|
|
2813
2813
|
value: i.data
|
|
2814
|
-
}) : (
|
|
2814
|
+
}) : (h(n, { code: f.invalid_intersection_types }), _);
|
|
2815
2815
|
};
|
|
2816
2816
|
return n.common.async ? Promise.all([this._def.left._parseAsync({
|
|
2817
2817
|
data: n.data,
|
|
@@ -2836,24 +2836,24 @@ I.create = (e, t, n) => new I({
|
|
|
2836
2836
|
left: e,
|
|
2837
2837
|
right: t,
|
|
2838
2838
|
typeName: Y.ZodIntersection,
|
|
2839
|
-
...
|
|
2839
|
+
...C(n)
|
|
2840
2840
|
});
|
|
2841
|
-
var L = class e extends
|
|
2841
|
+
var L = class e extends w {
|
|
2842
2842
|
_parse(e) {
|
|
2843
2843
|
let { status: t, ctx: n } = this._processInputParams(e);
|
|
2844
|
-
if (n.parsedType !== u.array) return
|
|
2844
|
+
if (n.parsedType !== u.array) return h(n, {
|
|
2845
2845
|
code: f.invalid_type,
|
|
2846
2846
|
expected: u.array,
|
|
2847
2847
|
received: n.parsedType
|
|
2848
|
-
}),
|
|
2849
|
-
if (n.data.length < this._def.items.length) return
|
|
2848
|
+
}), _;
|
|
2849
|
+
if (n.data.length < this._def.items.length) return h(n, {
|
|
2850
2850
|
code: f.too_small,
|
|
2851
2851
|
minimum: this._def.items.length,
|
|
2852
2852
|
inclusive: !0,
|
|
2853
2853
|
exact: !1,
|
|
2854
2854
|
type: "array"
|
|
2855
|
-
}),
|
|
2856
|
-
!this._def.rest && n.data.length > this._def.items.length && (
|
|
2855
|
+
}), _;
|
|
2856
|
+
!this._def.rest && n.data.length > this._def.items.length && (h(n, {
|
|
2857
2857
|
code: f.too_big,
|
|
2858
2858
|
maximum: this._def.items.length,
|
|
2859
2859
|
inclusive: !0,
|
|
@@ -2862,9 +2862,9 @@ var L = class e extends T {
|
|
|
2862
2862
|
}), t.dirty());
|
|
2863
2863
|
let r = [...n.data].map((e, t) => {
|
|
2864
2864
|
let r = this._def.items[t] || this._def.rest;
|
|
2865
|
-
return r ? r._parse(new
|
|
2865
|
+
return r ? r._parse(new S(n, e, n.path, t)) : null;
|
|
2866
2866
|
}).filter((e) => !!e);
|
|
2867
|
-
return n.common.async ? Promise.all(r).then((e) =>
|
|
2867
|
+
return n.common.async ? Promise.all(r).then((e) => g.mergeArray(t, e)) : g.mergeArray(t, r);
|
|
2868
2868
|
}
|
|
2869
2869
|
get items() {
|
|
2870
2870
|
return this._def.items;
|
|
@@ -2882,10 +2882,10 @@ L.create = (e, t) => {
|
|
|
2882
2882
|
items: e,
|
|
2883
2883
|
typeName: Y.ZodTuple,
|
|
2884
2884
|
rest: null,
|
|
2885
|
-
...
|
|
2885
|
+
...C(t)
|
|
2886
2886
|
});
|
|
2887
2887
|
};
|
|
2888
|
-
var tt = class e extends
|
|
2888
|
+
var tt = class e extends w {
|
|
2889
2889
|
get keySchema() {
|
|
2890
2890
|
return this._def.keyType;
|
|
2891
2891
|
}
|
|
@@ -2894,36 +2894,36 @@ var tt = class e extends T {
|
|
|
2894
2894
|
}
|
|
2895
2895
|
_parse(e) {
|
|
2896
2896
|
let { status: t, ctx: n } = this._processInputParams(e);
|
|
2897
|
-
if (n.parsedType !== u.object) return
|
|
2897
|
+
if (n.parsedType !== u.object) return h(n, {
|
|
2898
2898
|
code: f.invalid_type,
|
|
2899
2899
|
expected: u.object,
|
|
2900
2900
|
received: n.parsedType
|
|
2901
|
-
}),
|
|
2901
|
+
}), _;
|
|
2902
2902
|
let r = [], i = this._def.keyType, a = this._def.valueType;
|
|
2903
2903
|
for (let e in n.data) r.push({
|
|
2904
|
-
key: i._parse(new
|
|
2905
|
-
value: a._parse(new
|
|
2904
|
+
key: i._parse(new S(n, e, n.path, e)),
|
|
2905
|
+
value: a._parse(new S(n, n.data[e], n.path, e)),
|
|
2906
2906
|
alwaysSet: e in n.data
|
|
2907
2907
|
});
|
|
2908
|
-
return n.common.async ?
|
|
2908
|
+
return n.common.async ? g.mergeObjectAsync(t, r) : g.mergeObjectSync(t, r);
|
|
2909
2909
|
}
|
|
2910
2910
|
get element() {
|
|
2911
2911
|
return this._def.valueType;
|
|
2912
2912
|
}
|
|
2913
2913
|
static create(t, n, r) {
|
|
2914
|
-
return n instanceof
|
|
2914
|
+
return n instanceof w ? new e({
|
|
2915
2915
|
keyType: t,
|
|
2916
2916
|
valueType: n,
|
|
2917
2917
|
typeName: Y.ZodRecord,
|
|
2918
|
-
...
|
|
2918
|
+
...C(r)
|
|
2919
2919
|
}) : new e({
|
|
2920
|
-
keyType:
|
|
2920
|
+
keyType: T.create(),
|
|
2921
2921
|
valueType: t,
|
|
2922
2922
|
typeName: Y.ZodRecord,
|
|
2923
|
-
...
|
|
2923
|
+
...C(n)
|
|
2924
2924
|
});
|
|
2925
2925
|
}
|
|
2926
|
-
}, nt = class extends
|
|
2926
|
+
}, nt = class extends w {
|
|
2927
2927
|
get keySchema() {
|
|
2928
2928
|
return this._def.keyType;
|
|
2929
2929
|
}
|
|
@@ -2932,21 +2932,21 @@ var tt = class e extends T {
|
|
|
2932
2932
|
}
|
|
2933
2933
|
_parse(e) {
|
|
2934
2934
|
let { status: t, ctx: n } = this._processInputParams(e);
|
|
2935
|
-
if (n.parsedType !== u.map) return
|
|
2935
|
+
if (n.parsedType !== u.map) return h(n, {
|
|
2936
2936
|
code: f.invalid_type,
|
|
2937
2937
|
expected: u.map,
|
|
2938
2938
|
received: n.parsedType
|
|
2939
|
-
}),
|
|
2939
|
+
}), _;
|
|
2940
2940
|
let r = this._def.keyType, i = this._def.valueType, a = [...n.data.entries()].map(([e, t], a) => ({
|
|
2941
|
-
key: r._parse(new
|
|
2942
|
-
value: i._parse(new
|
|
2941
|
+
key: r._parse(new S(n, e, n.path, [a, "key"])),
|
|
2942
|
+
value: i._parse(new S(n, t, n.path, [a, "value"]))
|
|
2943
2943
|
}));
|
|
2944
2944
|
if (n.common.async) {
|
|
2945
2945
|
let e = /* @__PURE__ */ new Map();
|
|
2946
2946
|
return Promise.resolve().then(async () => {
|
|
2947
2947
|
for (let n of a) {
|
|
2948
2948
|
let r = await n.key, i = await n.value;
|
|
2949
|
-
if (r.status === "aborted" || i.status === "aborted") return
|
|
2949
|
+
if (r.status === "aborted" || i.status === "aborted") return _;
|
|
2950
2950
|
(r.status === "dirty" || i.status === "dirty") && t.dirty(), e.set(r.value, i.value);
|
|
2951
2951
|
}
|
|
2952
2952
|
return {
|
|
@@ -2959,7 +2959,7 @@ var tt = class e extends T {
|
|
|
2959
2959
|
let e = /* @__PURE__ */ new Map();
|
|
2960
2960
|
for (let n of a) {
|
|
2961
2961
|
let r = n.key, i = n.value;
|
|
2962
|
-
if (r.status === "aborted" || i.status === "aborted") return
|
|
2962
|
+
if (r.status === "aborted" || i.status === "aborted") return _;
|
|
2963
2963
|
(r.status === "dirty" || i.status === "dirty") && t.dirty(), e.set(r.value, i.value);
|
|
2964
2964
|
}
|
|
2965
2965
|
return {
|
|
@@ -2973,25 +2973,25 @@ nt.create = (e, t, n) => new nt({
|
|
|
2973
2973
|
valueType: t,
|
|
2974
2974
|
keyType: e,
|
|
2975
2975
|
typeName: Y.ZodMap,
|
|
2976
|
-
...
|
|
2976
|
+
...C(n)
|
|
2977
2977
|
});
|
|
2978
|
-
var rt = class e extends
|
|
2978
|
+
var rt = class e extends w {
|
|
2979
2979
|
_parse(e) {
|
|
2980
2980
|
let { status: t, ctx: n } = this._processInputParams(e);
|
|
2981
|
-
if (n.parsedType !== u.set) return
|
|
2981
|
+
if (n.parsedType !== u.set) return h(n, {
|
|
2982
2982
|
code: f.invalid_type,
|
|
2983
2983
|
expected: u.set,
|
|
2984
2984
|
received: n.parsedType
|
|
2985
|
-
}),
|
|
2985
|
+
}), _;
|
|
2986
2986
|
let r = this._def;
|
|
2987
|
-
r.minSize !== null && n.data.size < r.minSize.value && (
|
|
2987
|
+
r.minSize !== null && n.data.size < r.minSize.value && (h(n, {
|
|
2988
2988
|
code: f.too_small,
|
|
2989
2989
|
minimum: r.minSize.value,
|
|
2990
2990
|
type: "set",
|
|
2991
2991
|
inclusive: !0,
|
|
2992
2992
|
exact: !1,
|
|
2993
2993
|
message: r.minSize.message
|
|
2994
|
-
}), t.dirty()), r.maxSize !== null && n.data.size > r.maxSize.value && (
|
|
2994
|
+
}), t.dirty()), r.maxSize !== null && n.data.size > r.maxSize.value && (h(n, {
|
|
2995
2995
|
code: f.too_big,
|
|
2996
2996
|
maximum: r.maxSize.value,
|
|
2997
2997
|
type: "set",
|
|
@@ -3003,7 +3003,7 @@ var rt = class e extends T {
|
|
|
3003
3003
|
function a(e) {
|
|
3004
3004
|
let n = /* @__PURE__ */ new Set();
|
|
3005
3005
|
for (let r of e) {
|
|
3006
|
-
if (r.status === "aborted") return
|
|
3006
|
+
if (r.status === "aborted") return _;
|
|
3007
3007
|
r.status === "dirty" && t.dirty(), n.add(r.value);
|
|
3008
3008
|
}
|
|
3009
3009
|
return {
|
|
@@ -3011,7 +3011,7 @@ var rt = class e extends T {
|
|
|
3011
3011
|
value: n
|
|
3012
3012
|
};
|
|
3013
3013
|
}
|
|
3014
|
-
let o = [...n.data.values()].map((e, t) => i._parse(new
|
|
3014
|
+
let o = [...n.data.values()].map((e, t) => i._parse(new S(n, e, n.path, t)));
|
|
3015
3015
|
return n.common.async ? Promise.all(o).then((e) => a(e)) : a(o);
|
|
3016
3016
|
}
|
|
3017
3017
|
min(t, n) {
|
|
@@ -3019,7 +3019,7 @@ var rt = class e extends T {
|
|
|
3019
3019
|
...this._def,
|
|
3020
3020
|
minSize: {
|
|
3021
3021
|
value: t,
|
|
3022
|
-
message:
|
|
3022
|
+
message: x.toString(n)
|
|
3023
3023
|
}
|
|
3024
3024
|
});
|
|
3025
3025
|
}
|
|
@@ -3028,7 +3028,7 @@ var rt = class e extends T {
|
|
|
3028
3028
|
...this._def,
|
|
3029
3029
|
maxSize: {
|
|
3030
3030
|
value: t,
|
|
3031
|
-
message:
|
|
3031
|
+
message: x.toString(n)
|
|
3032
3032
|
}
|
|
3033
3033
|
});
|
|
3034
3034
|
}
|
|
@@ -3044,21 +3044,21 @@ rt.create = (e, t) => new rt({
|
|
|
3044
3044
|
minSize: null,
|
|
3045
3045
|
maxSize: null,
|
|
3046
3046
|
typeName: Y.ZodSet,
|
|
3047
|
-
...
|
|
3047
|
+
...C(t)
|
|
3048
3048
|
});
|
|
3049
|
-
var it = class e extends
|
|
3049
|
+
var it = class e extends w {
|
|
3050
3050
|
constructor() {
|
|
3051
3051
|
super(...arguments), this.validate = this.implement;
|
|
3052
3052
|
}
|
|
3053
3053
|
_parse(e) {
|
|
3054
3054
|
let { ctx: t } = this._processInputParams(e);
|
|
3055
|
-
if (t.parsedType !== u.function) return
|
|
3055
|
+
if (t.parsedType !== u.function) return h(t, {
|
|
3056
3056
|
code: f.invalid_type,
|
|
3057
3057
|
expected: u.function,
|
|
3058
3058
|
received: t.parsedType
|
|
3059
|
-
}),
|
|
3059
|
+
}), _;
|
|
3060
3060
|
function n(e, n) {
|
|
3061
|
-
return
|
|
3061
|
+
return _e({
|
|
3062
3062
|
data: e,
|
|
3063
3063
|
path: t.path,
|
|
3064
3064
|
errorMaps: [
|
|
@@ -3074,7 +3074,7 @@ var it = class e extends T {
|
|
|
3074
3074
|
});
|
|
3075
3075
|
}
|
|
3076
3076
|
function r(e, n) {
|
|
3077
|
-
return
|
|
3077
|
+
return _e({
|
|
3078
3078
|
data: e,
|
|
3079
3079
|
path: t.path,
|
|
3080
3080
|
errorMaps: [
|
|
@@ -3092,7 +3092,7 @@ var it = class e extends T {
|
|
|
3092
3092
|
let i = { errorMap: t.common.contextualErrorMap }, a = t.data;
|
|
3093
3093
|
if (this._def.returns instanceof H) {
|
|
3094
3094
|
let e = this;
|
|
3095
|
-
return
|
|
3095
|
+
return v(async function(...t) {
|
|
3096
3096
|
let o = new p([]), s = await e._def.args.parseAsync(t, i).catch((e) => {
|
|
3097
3097
|
throw o.addIssue(n(t, e)), o;
|
|
3098
3098
|
}), c = await Reflect.apply(a, this, s);
|
|
@@ -3103,7 +3103,7 @@ var it = class e extends T {
|
|
|
3103
3103
|
}
|
|
3104
3104
|
{
|
|
3105
3105
|
let e = this;
|
|
3106
|
-
return
|
|
3106
|
+
return v(function(...t) {
|
|
3107
3107
|
let o = e._def.args.safeParse(t, i);
|
|
3108
3108
|
if (!o.success) throw new p([n(t, o.error)]);
|
|
3109
3109
|
let s = Reflect.apply(a, this, o.data), c = e._def.returns.safeParse(s, i);
|
|
@@ -3141,10 +3141,10 @@ var it = class e extends T {
|
|
|
3141
3141
|
args: t || L.create([]).rest(k.create()),
|
|
3142
3142
|
returns: n || k.create(),
|
|
3143
3143
|
typeName: Y.ZodFunction,
|
|
3144
|
-
...
|
|
3144
|
+
...C(r)
|
|
3145
3145
|
});
|
|
3146
3146
|
}
|
|
3147
|
-
}, R = class extends
|
|
3147
|
+
}, R = class extends w {
|
|
3148
3148
|
get schema() {
|
|
3149
3149
|
return this._def.getter();
|
|
3150
3150
|
}
|
|
@@ -3160,17 +3160,17 @@ var it = class e extends T {
|
|
|
3160
3160
|
R.create = (e, t) => new R({
|
|
3161
3161
|
getter: e,
|
|
3162
3162
|
typeName: Y.ZodLazy,
|
|
3163
|
-
...
|
|
3163
|
+
...C(t)
|
|
3164
3164
|
});
|
|
3165
|
-
var z = class extends
|
|
3165
|
+
var z = class extends w {
|
|
3166
3166
|
_parse(e) {
|
|
3167
3167
|
if (e.data !== this._def.value) {
|
|
3168
3168
|
let t = this._getOrReturnCtx(e);
|
|
3169
|
-
return
|
|
3169
|
+
return h(t, {
|
|
3170
3170
|
received: t.data,
|
|
3171
3171
|
code: f.invalid_literal,
|
|
3172
3172
|
expected: this._def.value
|
|
3173
|
-
}),
|
|
3173
|
+
}), _;
|
|
3174
3174
|
}
|
|
3175
3175
|
return {
|
|
3176
3176
|
status: "valid",
|
|
@@ -3184,34 +3184,34 @@ var z = class extends T {
|
|
|
3184
3184
|
z.create = (e, t) => new z({
|
|
3185
3185
|
value: e,
|
|
3186
3186
|
typeName: Y.ZodLiteral,
|
|
3187
|
-
...
|
|
3187
|
+
...C(t)
|
|
3188
3188
|
});
|
|
3189
3189
|
function at(e, t) {
|
|
3190
3190
|
return new B({
|
|
3191
3191
|
values: e,
|
|
3192
3192
|
typeName: Y.ZodEnum,
|
|
3193
|
-
...
|
|
3193
|
+
...C(t)
|
|
3194
3194
|
});
|
|
3195
3195
|
}
|
|
3196
|
-
var B = class e extends
|
|
3196
|
+
var B = class e extends w {
|
|
3197
3197
|
_parse(e) {
|
|
3198
3198
|
if (typeof e.data != "string") {
|
|
3199
3199
|
let t = this._getOrReturnCtx(e), n = this._def.values;
|
|
3200
|
-
return
|
|
3200
|
+
return h(t, {
|
|
3201
3201
|
expected: l.joinValues(n),
|
|
3202
3202
|
received: t.parsedType,
|
|
3203
3203
|
code: f.invalid_type
|
|
3204
|
-
}),
|
|
3204
|
+
}), _;
|
|
3205
3205
|
}
|
|
3206
3206
|
if (this._cache ||= new Set(this._def.values), !this._cache.has(e.data)) {
|
|
3207
3207
|
let t = this._getOrReturnCtx(e), n = this._def.values;
|
|
3208
|
-
return
|
|
3208
|
+
return h(t, {
|
|
3209
3209
|
received: t.data,
|
|
3210
3210
|
code: f.invalid_enum_value,
|
|
3211
3211
|
options: n
|
|
3212
|
-
}),
|
|
3212
|
+
}), _;
|
|
3213
3213
|
}
|
|
3214
|
-
return
|
|
3214
|
+
return v(e.data);
|
|
3215
3215
|
}
|
|
3216
3216
|
get options() {
|
|
3217
3217
|
return this._def.values;
|
|
@@ -3245,26 +3245,26 @@ var B = class e extends T {
|
|
|
3245
3245
|
}
|
|
3246
3246
|
};
|
|
3247
3247
|
B.create = at;
|
|
3248
|
-
var V = class extends
|
|
3248
|
+
var V = class extends w {
|
|
3249
3249
|
_parse(e) {
|
|
3250
3250
|
let t = l.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(e);
|
|
3251
3251
|
if (n.parsedType !== u.string && n.parsedType !== u.number) {
|
|
3252
3252
|
let e = l.objectValues(t);
|
|
3253
|
-
return
|
|
3253
|
+
return h(n, {
|
|
3254
3254
|
expected: l.joinValues(e),
|
|
3255
3255
|
received: n.parsedType,
|
|
3256
3256
|
code: f.invalid_type
|
|
3257
|
-
}),
|
|
3257
|
+
}), _;
|
|
3258
3258
|
}
|
|
3259
3259
|
if (this._cache ||= new Set(l.getValidEnumValues(this._def.values)), !this._cache.has(e.data)) {
|
|
3260
3260
|
let e = l.objectValues(t);
|
|
3261
|
-
return
|
|
3261
|
+
return h(n, {
|
|
3262
3262
|
received: n.data,
|
|
3263
3263
|
code: f.invalid_enum_value,
|
|
3264
3264
|
options: e
|
|
3265
|
-
}),
|
|
3265
|
+
}), _;
|
|
3266
3266
|
}
|
|
3267
|
-
return
|
|
3267
|
+
return v(e.data);
|
|
3268
3268
|
}
|
|
3269
3269
|
get enum() {
|
|
3270
3270
|
return this._def.values;
|
|
@@ -3273,19 +3273,19 @@ var V = class extends T {
|
|
|
3273
3273
|
V.create = (e, t) => new V({
|
|
3274
3274
|
values: e,
|
|
3275
3275
|
typeName: Y.ZodNativeEnum,
|
|
3276
|
-
...
|
|
3276
|
+
...C(t)
|
|
3277
3277
|
});
|
|
3278
|
-
var H = class extends
|
|
3278
|
+
var H = class extends w {
|
|
3279
3279
|
unwrap() {
|
|
3280
3280
|
return this._def.type;
|
|
3281
3281
|
}
|
|
3282
3282
|
_parse(e) {
|
|
3283
3283
|
let { ctx: t } = this._processInputParams(e);
|
|
3284
|
-
return t.parsedType !== u.promise && t.common.async === !1 ? (
|
|
3284
|
+
return t.parsedType !== u.promise && t.common.async === !1 ? (h(t, {
|
|
3285
3285
|
code: f.invalid_type,
|
|
3286
3286
|
expected: u.promise,
|
|
3287
3287
|
received: t.parsedType
|
|
3288
|
-
}),
|
|
3288
|
+
}), _) : v((t.parsedType === u.promise ? t.data : Promise.resolve(t.data)).then((e) => this._def.type.parseAsync(e, {
|
|
3289
3289
|
path: t.path,
|
|
3290
3290
|
errorMap: t.common.contextualErrorMap
|
|
3291
3291
|
})));
|
|
@@ -3294,9 +3294,9 @@ var H = class extends T {
|
|
|
3294
3294
|
H.create = (e, t) => new H({
|
|
3295
3295
|
type: e,
|
|
3296
3296
|
typeName: Y.ZodPromise,
|
|
3297
|
-
...
|
|
3297
|
+
...C(t)
|
|
3298
3298
|
});
|
|
3299
|
-
var U = class extends
|
|
3299
|
+
var U = class extends w {
|
|
3300
3300
|
innerType() {
|
|
3301
3301
|
return this._def.schema;
|
|
3302
3302
|
}
|
|
@@ -3306,7 +3306,7 @@ var U = class extends T {
|
|
|
3306
3306
|
_parse(e) {
|
|
3307
3307
|
let { status: t, ctx: n } = this._processInputParams(e), r = this._def.effect || null, i = {
|
|
3308
3308
|
addIssue: (e) => {
|
|
3309
|
-
|
|
3309
|
+
h(n, e), e.fatal ? t.abort() : t.dirty();
|
|
3310
3310
|
},
|
|
3311
3311
|
get path() {
|
|
3312
3312
|
return n.path;
|
|
@@ -3315,22 +3315,22 @@ var U = class extends T {
|
|
|
3315
3315
|
if (i.addIssue = i.addIssue.bind(i), r.type === "preprocess") {
|
|
3316
3316
|
let e = r.transform(n.data, i);
|
|
3317
3317
|
if (n.common.async) return Promise.resolve(e).then(async (e) => {
|
|
3318
|
-
if (t.value === "aborted") return
|
|
3318
|
+
if (t.value === "aborted") return _;
|
|
3319
3319
|
let r = await this._def.schema._parseAsync({
|
|
3320
3320
|
data: e,
|
|
3321
3321
|
path: n.path,
|
|
3322
3322
|
parent: n
|
|
3323
3323
|
});
|
|
3324
|
-
return r.status === "aborted" ?
|
|
3324
|
+
return r.status === "aborted" ? _ : r.status === "dirty" || t.value === "dirty" ? ve(r.value) : r;
|
|
3325
3325
|
});
|
|
3326
3326
|
{
|
|
3327
|
-
if (t.value === "aborted") return
|
|
3327
|
+
if (t.value === "aborted") return _;
|
|
3328
3328
|
let r = this._def.schema._parseSync({
|
|
3329
3329
|
data: e,
|
|
3330
3330
|
path: n.path,
|
|
3331
3331
|
parent: n
|
|
3332
3332
|
});
|
|
3333
|
-
return r.status === "aborted" ?
|
|
3333
|
+
return r.status === "aborted" ? _ : r.status === "dirty" || t.value === "dirty" ? ve(r.value) : r;
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
3336
|
if (r.type === "refinement") {
|
|
@@ -3346,7 +3346,7 @@ var U = class extends T {
|
|
|
3346
3346
|
path: n.path,
|
|
3347
3347
|
parent: n
|
|
3348
3348
|
});
|
|
3349
|
-
return r.status === "aborted" ?
|
|
3349
|
+
return r.status === "aborted" ? _ : (r.status === "dirty" && t.dirty(), e(r.value), {
|
|
3350
3350
|
status: t.value,
|
|
3351
3351
|
value: r.value
|
|
3352
3352
|
});
|
|
@@ -3355,7 +3355,7 @@ var U = class extends T {
|
|
|
3355
3355
|
data: n.data,
|
|
3356
3356
|
path: n.path,
|
|
3357
3357
|
parent: n
|
|
3358
|
-
}).then((n) => n.status === "aborted" ?
|
|
3358
|
+
}).then((n) => n.status === "aborted" ? _ : (n.status === "dirty" && t.dirty(), e(n.value).then(() => ({
|
|
3359
3359
|
status: t.value,
|
|
3360
3360
|
value: n.value
|
|
3361
3361
|
}))));
|
|
@@ -3367,7 +3367,7 @@ var U = class extends T {
|
|
|
3367
3367
|
path: n.path,
|
|
3368
3368
|
parent: n
|
|
3369
3369
|
});
|
|
3370
|
-
if (!
|
|
3370
|
+
if (!y(e)) return _;
|
|
3371
3371
|
let a = r.transform(e.value, i);
|
|
3372
3372
|
if (a instanceof Promise) throw Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
3373
3373
|
return {
|
|
@@ -3379,10 +3379,10 @@ var U = class extends T {
|
|
|
3379
3379
|
data: n.data,
|
|
3380
3380
|
path: n.path,
|
|
3381
3381
|
parent: n
|
|
3382
|
-
}).then((e) =>
|
|
3382
|
+
}).then((e) => y(e) ? Promise.resolve(r.transform(e.value, i)).then((e) => ({
|
|
3383
3383
|
status: t.value,
|
|
3384
3384
|
value: e
|
|
3385
|
-
})) :
|
|
3385
|
+
})) : _);
|
|
3386
3386
|
}
|
|
3387
3387
|
l.assertNever(r);
|
|
3388
3388
|
}
|
|
@@ -3391,7 +3391,7 @@ U.create = (e, t, n) => new U({
|
|
|
3391
3391
|
schema: e,
|
|
3392
3392
|
typeName: Y.ZodEffects,
|
|
3393
3393
|
effect: t,
|
|
3394
|
-
...
|
|
3394
|
+
...C(n)
|
|
3395
3395
|
}), U.createWithPreprocess = (e, t, n) => new U({
|
|
3396
3396
|
schema: t,
|
|
3397
3397
|
effect: {
|
|
@@ -3399,11 +3399,11 @@ U.create = (e, t, n) => new U({
|
|
|
3399
3399
|
transform: e
|
|
3400
3400
|
},
|
|
3401
3401
|
typeName: Y.ZodEffects,
|
|
3402
|
-
...
|
|
3402
|
+
...C(n)
|
|
3403
3403
|
});
|
|
3404
|
-
var W = class extends
|
|
3404
|
+
var W = class extends w {
|
|
3405
3405
|
_parse(e) {
|
|
3406
|
-
return this._getType(e) === u.undefined ?
|
|
3406
|
+
return this._getType(e) === u.undefined ? v(void 0) : this._def.innerType._parse(e);
|
|
3407
3407
|
}
|
|
3408
3408
|
unwrap() {
|
|
3409
3409
|
return this._def.innerType;
|
|
@@ -3412,11 +3412,11 @@ var W = class extends T {
|
|
|
3412
3412
|
W.create = (e, t) => new W({
|
|
3413
3413
|
innerType: e,
|
|
3414
3414
|
typeName: Y.ZodOptional,
|
|
3415
|
-
...
|
|
3415
|
+
...C(t)
|
|
3416
3416
|
});
|
|
3417
|
-
var G = class extends
|
|
3417
|
+
var G = class extends w {
|
|
3418
3418
|
_parse(e) {
|
|
3419
|
-
return this._getType(e) === u.null ?
|
|
3419
|
+
return this._getType(e) === u.null ? v(null) : this._def.innerType._parse(e);
|
|
3420
3420
|
}
|
|
3421
3421
|
unwrap() {
|
|
3422
3422
|
return this._def.innerType;
|
|
@@ -3425,9 +3425,9 @@ var G = class extends T {
|
|
|
3425
3425
|
G.create = (e, t) => new G({
|
|
3426
3426
|
innerType: e,
|
|
3427
3427
|
typeName: Y.ZodNullable,
|
|
3428
|
-
...
|
|
3428
|
+
...C(t)
|
|
3429
3429
|
});
|
|
3430
|
-
var K = class extends
|
|
3430
|
+
var K = class extends w {
|
|
3431
3431
|
_parse(e) {
|
|
3432
3432
|
let { ctx: t } = this._processInputParams(e), n = t.data;
|
|
3433
3433
|
return t.parsedType === u.undefined && (n = this._def.defaultValue()), this._def.innerType._parse({
|
|
@@ -3444,9 +3444,9 @@ K.create = (e, t) => new K({
|
|
|
3444
3444
|
innerType: e,
|
|
3445
3445
|
typeName: Y.ZodDefault,
|
|
3446
3446
|
defaultValue: typeof t.default == "function" ? t.default : () => t.default,
|
|
3447
|
-
...
|
|
3447
|
+
...C(t)
|
|
3448
3448
|
});
|
|
3449
|
-
var q = class extends
|
|
3449
|
+
var q = class extends w {
|
|
3450
3450
|
_parse(e) {
|
|
3451
3451
|
let { ctx: t } = this._processInputParams(e), n = {
|
|
3452
3452
|
...t,
|
|
@@ -3459,7 +3459,7 @@ var q = class extends T {
|
|
|
3459
3459
|
path: n.path,
|
|
3460
3460
|
parent: { ...n }
|
|
3461
3461
|
});
|
|
3462
|
-
return
|
|
3462
|
+
return b(r) ? r.then((e) => ({
|
|
3463
3463
|
status: "valid",
|
|
3464
3464
|
value: e.status === "valid" ? e.value : this._def.catchValue({
|
|
3465
3465
|
get error() {
|
|
@@ -3485,17 +3485,17 @@ q.create = (e, t) => new q({
|
|
|
3485
3485
|
innerType: e,
|
|
3486
3486
|
typeName: Y.ZodCatch,
|
|
3487
3487
|
catchValue: typeof t.catch == "function" ? t.catch : () => t.catch,
|
|
3488
|
-
...
|
|
3488
|
+
...C(t)
|
|
3489
3489
|
});
|
|
3490
|
-
var ot = class extends
|
|
3490
|
+
var ot = class extends w {
|
|
3491
3491
|
_parse(e) {
|
|
3492
3492
|
if (this._getType(e) !== u.nan) {
|
|
3493
3493
|
let t = this._getOrReturnCtx(e);
|
|
3494
|
-
return
|
|
3494
|
+
return h(t, {
|
|
3495
3495
|
code: f.invalid_type,
|
|
3496
3496
|
expected: u.nan,
|
|
3497
3497
|
received: t.parsedType
|
|
3498
|
-
}),
|
|
3498
|
+
}), _;
|
|
3499
3499
|
}
|
|
3500
3500
|
return {
|
|
3501
3501
|
status: "valid",
|
|
@@ -3505,9 +3505,9 @@ var ot = class extends T {
|
|
|
3505
3505
|
};
|
|
3506
3506
|
ot.create = (e) => new ot({
|
|
3507
3507
|
typeName: Y.ZodNaN,
|
|
3508
|
-
...
|
|
3508
|
+
...C(e)
|
|
3509
3509
|
});
|
|
3510
|
-
var st = class extends
|
|
3510
|
+
var st = class extends w {
|
|
3511
3511
|
_parse(e) {
|
|
3512
3512
|
let { ctx: t } = this._processInputParams(e), n = t.data;
|
|
3513
3513
|
return this._def.type._parse({
|
|
@@ -3519,7 +3519,7 @@ var st = class extends T {
|
|
|
3519
3519
|
unwrap() {
|
|
3520
3520
|
return this._def.type;
|
|
3521
3521
|
}
|
|
3522
|
-
}, ct = class e extends
|
|
3522
|
+
}, ct = class e extends w {
|
|
3523
3523
|
_parse(e) {
|
|
3524
3524
|
let { status: t, ctx: n } = this._processInputParams(e);
|
|
3525
3525
|
if (n.common.async) return (async () => {
|
|
@@ -3528,7 +3528,7 @@ var st = class extends T {
|
|
|
3528
3528
|
path: n.path,
|
|
3529
3529
|
parent: n
|
|
3530
3530
|
});
|
|
3531
|
-
return e.status === "aborted" ?
|
|
3531
|
+
return e.status === "aborted" ? _ : e.status === "dirty" ? (t.dirty(), ve(e.value)) : this._def.out._parseAsync({
|
|
3532
3532
|
data: e.value,
|
|
3533
3533
|
path: n.path,
|
|
3534
3534
|
parent: n
|
|
@@ -3540,7 +3540,7 @@ var st = class extends T {
|
|
|
3540
3540
|
path: n.path,
|
|
3541
3541
|
parent: n
|
|
3542
3542
|
});
|
|
3543
|
-
return e.status === "aborted" ?
|
|
3543
|
+
return e.status === "aborted" ? _ : e.status === "dirty" ? (t.dirty(), {
|
|
3544
3544
|
status: "dirty",
|
|
3545
3545
|
value: e.value
|
|
3546
3546
|
}) : this._def.out._parseSync({
|
|
@@ -3557,10 +3557,10 @@ var st = class extends T {
|
|
|
3557
3557
|
typeName: Y.ZodPipeline
|
|
3558
3558
|
});
|
|
3559
3559
|
}
|
|
3560
|
-
}, J = class extends
|
|
3560
|
+
}, J = class extends w {
|
|
3561
3561
|
_parse(e) {
|
|
3562
|
-
let t = this._def.innerType._parse(e), n = (e) => (
|
|
3563
|
-
return
|
|
3562
|
+
let t = this._def.innerType._parse(e), n = (e) => (y(e) && (e.value = Object.freeze(e.value)), e);
|
|
3563
|
+
return b(t) ? t.then((e) => n(e)) : n(t);
|
|
3564
3564
|
}
|
|
3565
3565
|
unwrap() {
|
|
3566
3566
|
return this._def.innerType;
|
|
@@ -3569,19 +3569,21 @@ var st = class extends T {
|
|
|
3569
3569
|
J.create = (e, t) => new J({
|
|
3570
3570
|
innerType: e,
|
|
3571
3571
|
typeName: Y.ZodReadonly,
|
|
3572
|
-
...
|
|
3572
|
+
...C(t)
|
|
3573
3573
|
}), N.lazycreate;
|
|
3574
3574
|
var Y;
|
|
3575
3575
|
(function(e) {
|
|
3576
3576
|
e.ZodString = "ZodString", e.ZodNumber = "ZodNumber", e.ZodNaN = "ZodNaN", e.ZodBigInt = "ZodBigInt", e.ZodBoolean = "ZodBoolean", e.ZodDate = "ZodDate", e.ZodSymbol = "ZodSymbol", e.ZodUndefined = "ZodUndefined", e.ZodNull = "ZodNull", e.ZodAny = "ZodAny", e.ZodUnknown = "ZodUnknown", e.ZodNever = "ZodNever", e.ZodVoid = "ZodVoid", e.ZodArray = "ZodArray", e.ZodObject = "ZodObject", e.ZodUnion = "ZodUnion", e.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", e.ZodIntersection = "ZodIntersection", e.ZodTuple = "ZodTuple", e.ZodRecord = "ZodRecord", e.ZodMap = "ZodMap", e.ZodSet = "ZodSet", e.ZodFunction = "ZodFunction", e.ZodLazy = "ZodLazy", e.ZodLiteral = "ZodLiteral", e.ZodEnum = "ZodEnum", e.ZodEffects = "ZodEffects", e.ZodNativeEnum = "ZodNativeEnum", e.ZodOptional = "ZodOptional", e.ZodNullable = "ZodNullable", e.ZodDefault = "ZodDefault", e.ZodCatch = "ZodCatch", e.ZodPromise = "ZodPromise", e.ZodBranded = "ZodBranded", e.ZodPipeline = "ZodPipeline", e.ZodReadonly = "ZodReadonly";
|
|
3577
3577
|
})(Y ||= {});
|
|
3578
|
-
var X =
|
|
3579
|
-
ot.create,
|
|
3580
|
-
var lt =
|
|
3578
|
+
var X = T.create, Z = qe.create;
|
|
3579
|
+
ot.create, Je.create;
|
|
3580
|
+
var lt = Ye.create;
|
|
3581
|
+
Xe.create, Ze.create, E.create, D.create, O.create, k.create, A.create, Qe.create;
|
|
3582
|
+
var ut = j.create, Q = N.create;
|
|
3581
3583
|
N.strictCreate, P.create, $e.create, I.create, L.create, tt.create, nt.create, rt.create, it.create, R.create, z.create;
|
|
3582
3584
|
var $ = B.create;
|
|
3583
3585
|
V.create, H.create, U.create, W.create, G.create, U.createWithPreprocess, ct.create;
|
|
3584
|
-
var
|
|
3586
|
+
var dt = [
|
|
3585
3587
|
{
|
|
3586
3588
|
name: "list_projects",
|
|
3587
3589
|
title: "List Projects",
|
|
@@ -3728,8 +3730,10 @@ var ut = [
|
|
|
3728
3730
|
]).optional().default("none").describe("Task priority"),
|
|
3729
3731
|
assigneeId: X().optional().describe("User ID to assign task to"),
|
|
3730
3732
|
dueDate: X().optional().describe("Due date (ISO string)"),
|
|
3731
|
-
tags:
|
|
3732
|
-
estimatedHours: Z().optional().describe("Estimated hours to complete")
|
|
3733
|
+
tags: ut(X()).optional().describe("Tags for categorization"),
|
|
3734
|
+
estimatedHours: Z().optional().describe("Estimated hours to complete"),
|
|
3735
|
+
isBlocked: lt().optional().describe("Whether the task is blocked"),
|
|
3736
|
+
blockedReason: X().optional().describe("Reason why the task is blocked")
|
|
3733
3737
|
}),
|
|
3734
3738
|
inputSchema: {
|
|
3735
3739
|
type: "object",
|
|
@@ -3772,7 +3776,15 @@ var ut = [
|
|
|
3772
3776
|
type: "array",
|
|
3773
3777
|
items: { type: "string" }
|
|
3774
3778
|
},
|
|
3775
|
-
estimatedHours: { type: "number" }
|
|
3779
|
+
estimatedHours: { type: "number" },
|
|
3780
|
+
isBlocked: {
|
|
3781
|
+
type: "boolean",
|
|
3782
|
+
description: "Whether the task is blocked"
|
|
3783
|
+
},
|
|
3784
|
+
blockedReason: {
|
|
3785
|
+
type: "string",
|
|
3786
|
+
description: "Reason why the task is blocked"
|
|
3787
|
+
}
|
|
3776
3788
|
},
|
|
3777
3789
|
required: ["title"],
|
|
3778
3790
|
additionalProperties: !1
|
|
@@ -3789,7 +3801,9 @@ var ut = [
|
|
|
3789
3801
|
assigneeId: e.assigneeId,
|
|
3790
3802
|
dueDate: e.dueDate,
|
|
3791
3803
|
tags: e.tags || [],
|
|
3792
|
-
estimatedHours: e.estimatedHours
|
|
3804
|
+
estimatedHours: e.estimatedHours,
|
|
3805
|
+
isBlocked: e.isBlocked,
|
|
3806
|
+
blockedReason: e.blockedReason
|
|
3793
3807
|
};
|
|
3794
3808
|
return t.createTask(i);
|
|
3795
3809
|
}
|
|
@@ -3812,9 +3826,11 @@ var ut = [
|
|
|
3812
3826
|
]).optional(),
|
|
3813
3827
|
assigneeId: X().optional(),
|
|
3814
3828
|
dueDate: X().optional(),
|
|
3815
|
-
tags:
|
|
3829
|
+
tags: ut(X()).optional(),
|
|
3816
3830
|
estimatedHours: Z().optional(),
|
|
3817
|
-
loggedHours: Z().optional()
|
|
3831
|
+
loggedHours: Z().optional(),
|
|
3832
|
+
isBlocked: lt().optional(),
|
|
3833
|
+
blockedReason: X().optional()
|
|
3818
3834
|
}),
|
|
3819
3835
|
inputSchema: {
|
|
3820
3836
|
type: "object",
|
|
@@ -3843,7 +3859,15 @@ var ut = [
|
|
|
3843
3859
|
items: { type: "string" }
|
|
3844
3860
|
},
|
|
3845
3861
|
estimatedHours: { type: "number" },
|
|
3846
|
-
loggedHours: { type: "number" }
|
|
3862
|
+
loggedHours: { type: "number" },
|
|
3863
|
+
isBlocked: {
|
|
3864
|
+
type: "boolean",
|
|
3865
|
+
description: "Whether the task is blocked"
|
|
3866
|
+
},
|
|
3867
|
+
blockedReason: {
|
|
3868
|
+
type: "string",
|
|
3869
|
+
description: "Reason why the task is blocked"
|
|
3870
|
+
}
|
|
3847
3871
|
},
|
|
3848
3872
|
required: ["id"],
|
|
3849
3873
|
additionalProperties: !1
|
|
@@ -3899,7 +3923,7 @@ var ut = [
|
|
|
3899
3923
|
title: X(),
|
|
3900
3924
|
description: X().optional(),
|
|
3901
3925
|
dueDate: X().optional(),
|
|
3902
|
-
taskIds:
|
|
3926
|
+
taskIds: ut(X()).optional()
|
|
3903
3927
|
}),
|
|
3904
3928
|
inputSchema: {
|
|
3905
3929
|
type: "object",
|
|
@@ -4200,10 +4224,10 @@ var ut = [
|
|
|
4200
4224
|
}
|
|
4201
4225
|
}
|
|
4202
4226
|
];
|
|
4203
|
-
new Map(
|
|
4227
|
+
new Map(dt.map((e) => [e.name, e]));
|
|
4204
4228
|
//#endregion
|
|
4205
4229
|
//#region ../mcp/dist/web/index.js
|
|
4206
|
-
function
|
|
4230
|
+
function ft(e = typeof document < "u" ? document : null) {
|
|
4207
4231
|
if (!e) return null;
|
|
4208
4232
|
if (!e.modelContext) {
|
|
4209
4233
|
let t = /* @__PURE__ */ new Map();
|
|
@@ -4228,10 +4252,10 @@ function dt(e = typeof document < "u" ? document : null) {
|
|
|
4228
4252
|
}
|
|
4229
4253
|
return e.modelContext;
|
|
4230
4254
|
}
|
|
4231
|
-
function
|
|
4255
|
+
function pt(e) {
|
|
4232
4256
|
let t = e.document ?? (typeof document < "u" ? document : null), n = e.navigator ?? (typeof navigator < "u" ? navigator : null), r = e.window ?? (typeof window < "u" ? window : null), i;
|
|
4233
|
-
t?.modelContext ? i = t.modelContext : n?.modelContext ? i = n.modelContext : t && (i =
|
|
4234
|
-
let a = e.tools ?
|
|
4257
|
+
t?.modelContext ? i = t.modelContext : n?.modelContext ? i = n.modelContext : t && (i = ft(t) ?? void 0);
|
|
4258
|
+
let a = e.tools ? dt.filter((t) => e.tools.includes(t.name)) : dt, o = [], s = new AbortController();
|
|
4235
4259
|
e.signal && e.signal.addEventListener("abort", () => s.abort(), { once: !0 });
|
|
4236
4260
|
for (let t of a) {
|
|
4237
4261
|
let n = {
|
|
@@ -4269,7 +4293,7 @@ function ft(e) {
|
|
|
4269
4293
|
}
|
|
4270
4294
|
//#endregion
|
|
4271
4295
|
//#region src/webmcp-state.svelte.ts
|
|
4272
|
-
var
|
|
4296
|
+
var mt = class {
|
|
4273
4297
|
client;
|
|
4274
4298
|
options;
|
|
4275
4299
|
#e = t.state(!1);
|
|
@@ -4309,7 +4333,7 @@ var pt = class {
|
|
|
4309
4333
|
if (!this.registered) {
|
|
4310
4334
|
this.error = null;
|
|
4311
4335
|
try {
|
|
4312
|
-
this.abortController = new AbortController(), this.handle =
|
|
4336
|
+
this.abortController = new AbortController(), this.handle = pt({
|
|
4313
4337
|
client: this.client,
|
|
4314
4338
|
projectId: this.activeProjectId,
|
|
4315
4339
|
tools: this.options.tools,
|
|
@@ -4333,12 +4357,12 @@ var pt = class {
|
|
|
4333
4357
|
this.activeProjectId !== e && (this.activeProjectId = e, this.registered && (this.unregister(), this.register()));
|
|
4334
4358
|
}
|
|
4335
4359
|
};
|
|
4336
|
-
function
|
|
4337
|
-
return new
|
|
4360
|
+
function ht(e, t) {
|
|
4361
|
+
return new mt(e, t);
|
|
4338
4362
|
}
|
|
4339
4363
|
//#endregion
|
|
4340
4364
|
//#region src/critical-path-state.svelte.ts
|
|
4341
|
-
var
|
|
4365
|
+
var gt = class {
|
|
4342
4366
|
client;
|
|
4343
4367
|
projectId;
|
|
4344
4368
|
#e = t.state(null);
|
|
@@ -4376,12 +4400,12 @@ var ht = class {
|
|
|
4376
4400
|
}
|
|
4377
4401
|
}
|
|
4378
4402
|
};
|
|
4379
|
-
function
|
|
4380
|
-
return new
|
|
4403
|
+
function _t(e, t) {
|
|
4404
|
+
return new gt(e, t);
|
|
4381
4405
|
}
|
|
4382
4406
|
//#endregion
|
|
4383
4407
|
//#region src/timeline-ladder-state.svelte.ts
|
|
4384
|
-
var
|
|
4408
|
+
var vt = class {
|
|
4385
4409
|
client;
|
|
4386
4410
|
projectId;
|
|
4387
4411
|
#e = t.state(null);
|
|
@@ -4453,12 +4477,12 @@ var _t = class {
|
|
|
4453
4477
|
}
|
|
4454
4478
|
}
|
|
4455
4479
|
};
|
|
4456
|
-
function
|
|
4457
|
-
return new
|
|
4480
|
+
function yt(e, t, n) {
|
|
4481
|
+
return new vt(e, t, n);
|
|
4458
4482
|
}
|
|
4459
4483
|
//#endregion
|
|
4460
4484
|
//#region src/task-metrics-state.svelte.ts
|
|
4461
|
-
var
|
|
4485
|
+
var bt = class {
|
|
4462
4486
|
client;
|
|
4463
4487
|
taskId;
|
|
4464
4488
|
#e = t.state(null);
|
|
@@ -4565,12 +4589,12 @@ var yt = class {
|
|
|
4565
4589
|
}
|
|
4566
4590
|
}
|
|
4567
4591
|
};
|
|
4568
|
-
function
|
|
4569
|
-
return new
|
|
4592
|
+
function xt(e, t) {
|
|
4593
|
+
return new bt(e, t);
|
|
4570
4594
|
}
|
|
4571
4595
|
//#endregion
|
|
4572
4596
|
//#region src/workload-state.svelte.ts
|
|
4573
|
-
var
|
|
4597
|
+
var St = class {
|
|
4574
4598
|
client;
|
|
4575
4599
|
projectId;
|
|
4576
4600
|
initialOptions;
|
|
@@ -4687,13 +4711,13 @@ var xt = class {
|
|
|
4687
4711
|
}
|
|
4688
4712
|
}
|
|
4689
4713
|
};
|
|
4690
|
-
function
|
|
4691
|
-
return new
|
|
4714
|
+
function Ct(e, t, n) {
|
|
4715
|
+
return new St(e, t, n);
|
|
4692
4716
|
}
|
|
4693
4717
|
//#endregion
|
|
4694
4718
|
//#region src/index.ts
|
|
4695
|
-
function
|
|
4719
|
+
function wt(t) {
|
|
4696
4720
|
return new e(t);
|
|
4697
4721
|
}
|
|
4698
4722
|
//#endregion
|
|
4699
|
-
export { ne as AttachmentState, ee as CommentState,
|
|
4723
|
+
export { ne as AttachmentState, ee as CommentState, gt as CriticalPathState, oe as DeliverableState, ce as DeliverableSummaryState, ue as KanbanState, r as ProjectState, ie as TaskActivityState, bt as TaskMetricsState, a as TaskState, fe as TaskTransitionsState, vt as TimelineLadderState, mt as WebMcpState, s as WorkflowState, St as WorkloadState, re as createAttachmentState, te as createCommentState, wt as createCriticalPathClient, _t as createCriticalPathState, se as createDeliverableState, le as createDeliverableSummaryState, de as createKanbanState, i as createProjectState, ae as createTaskActivityState, xt as createTaskMetricsState, o as createTaskState, pe as createTaskTransitionsState, yt as createTimelineLadderState, ht as createWebMcpState, c as createWorkflowState, Ct as createWorkloadState };
|