storybook 9.0.6 → 9.0.9
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/bin/index.cjs +54 -61
- package/dist/bin/index.js +45 -52
- package/dist/cli/bin/index.cjs +572 -572
- package/dist/cli/bin/index.js +582 -582
- package/dist/common/index.cjs +1267 -1276
- package/dist/common/index.d.ts +7 -10
- package/dist/common/index.js +1234 -1243
- package/dist/components/index.cjs +1899 -1895
- package/dist/components/index.js +1343 -1339
- package/dist/core-server/presets/common-manager.js +2545 -2507
- package/dist/csf/index.d.ts +3 -1
- package/dist/instrumenter/index.cjs +958 -934
- package/dist/instrumenter/index.d.ts +1 -0
- package/dist/instrumenter/index.js +933 -908
- package/dist/manager/globals-runtime.js +11039 -11010
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +7488 -7459
- package/dist/preview-api/index.cjs +4438 -2648
- package/dist/preview-api/index.js +4231 -2435
- package/dist/telemetry/index.cjs +521 -521
- package/dist/telemetry/index.js +526 -526
- package/package.json +1 -185
- package/dist/actions/preview.cjs +0 -159
- package/dist/actions/preview.d.ts +0 -555
- package/dist/actions/preview.js +0 -149
- package/dist/backgrounds/index.cjs +0 -148
- package/dist/backgrounds/index.d.ts +0 -592
- package/dist/backgrounds/index.js +0 -130
- package/dist/backgrounds/preview.cjs +0 -143
- package/dist/backgrounds/preview.d.ts +0 -555
- package/dist/backgrounds/preview.js +0 -127
- package/dist/component-testing/index.cjs +0 -23
- package/dist/component-testing/index.d.ts +0 -3
- package/dist/component-testing/index.js +0 -5
- package/dist/component-testing/preview.cjs +0 -40
- package/dist/component-testing/preview.d.ts +0 -5
- package/dist/component-testing/preview.js +0 -25
- package/dist/controls/preview.cjs +0 -26
- package/dist/controls/preview.d.ts +0 -555
- package/dist/controls/preview.js +0 -9
- package/dist/highlight/preview.cjs +0 -590
- package/dist/highlight/preview.d.ts +0 -555
- package/dist/highlight/preview.js +0 -574
- package/dist/measure/index.cjs +0 -476
- package/dist/measure/index.d.ts +0 -567
- package/dist/measure/index.js +0 -464
- package/dist/measure/preview.cjs +0 -466
- package/dist/measure/preview.d.ts +0 -560
- package/dist/measure/preview.js +0 -450
- package/dist/outline/index.cjs +0 -528
- package/dist/outline/index.d.ts +0 -567
- package/dist/outline/index.js +0 -500
- package/dist/outline/preview.cjs +0 -518
- package/dist/outline/preview.d.ts +0 -560
- package/dist/outline/preview.js +0 -486
- package/dist/test/preview.cjs +0 -73
- package/dist/test/preview.d.ts +0 -555
- package/dist/test/preview.js +0 -66
- package/dist/viewport/preview.cjs +0 -35
- package/dist/viewport/preview.d.ts +0 -569
- package/dist/viewport/preview.js +0 -19
package/dist/cli/bin/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
2
|
+
var Fr = Object.create;
|
|
3
3
|
var ot = Object.defineProperty;
|
|
4
|
-
var
|
|
4
|
+
var qr = Object.getOwnPropertyDescriptor;
|
|
5
5
|
var Br = Object.getOwnPropertyNames;
|
|
6
6
|
var Wr = Object.getPrototypeOf, Hr = Object.prototype.hasOwnProperty;
|
|
7
7
|
var d = (s, e) => ot(s, "name", { value: e, configurable: !0 });
|
|
@@ -9,10 +9,10 @@ var O = (s, e) => () => (e || s((e = { exports: {} }).exports, e), e.exports);
|
|
|
9
9
|
var Kr = (s, e, t, r) => {
|
|
10
10
|
if (e && typeof e == "object" || typeof e == "function")
|
|
11
11
|
for (let i of Br(e))
|
|
12
|
-
!Hr.call(s, i) && i !== t && ot(s, i, { get: () => e[i], enumerable: !(r =
|
|
12
|
+
!Hr.call(s, i) && i !== t && ot(s, i, { get: () => e[i], enumerable: !(r = qr(e, i)) || r.enumerable });
|
|
13
13
|
return s;
|
|
14
14
|
};
|
|
15
|
-
var X = (s, e, t) => (t = s != null ?
|
|
15
|
+
var X = (s, e, t) => (t = s != null ? Fr(Wr(s)) : {}, Kr(
|
|
16
16
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
17
17
|
// file that has been converted to a CommonJS file using a Babel-
|
|
18
18
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
@@ -157,7 +157,7 @@ var De = O((ut) => {
|
|
|
157
157
|
});
|
|
158
158
|
|
|
159
159
|
// ../node_modules/commander/lib/help.js
|
|
160
|
-
var
|
|
160
|
+
var ht = O(($t) => {
|
|
161
161
|
var { humanReadableArgName: Jr } = De(), lt = class {
|
|
162
162
|
static {
|
|
163
163
|
d(this, "Help");
|
|
@@ -395,36 +395,36 @@ var pt = O(($t) => {
|
|
|
395
395
|
`).replace(/^/gm, " ".repeat(n));
|
|
396
396
|
}
|
|
397
397
|
d(l, "formatList");
|
|
398
|
-
let
|
|
399
|
-
|
|
400
|
-
t.wrap(
|
|
398
|
+
let h = [`Usage: ${t.commandUsage(e)}`, ""], p = t.commandDescription(e);
|
|
399
|
+
p.length > 0 && (h = h.concat([
|
|
400
|
+
t.wrap(p, i, 0),
|
|
401
401
|
""
|
|
402
402
|
]));
|
|
403
403
|
let y = t.visibleArguments(e).map((I) => a(
|
|
404
404
|
t.argumentTerm(I),
|
|
405
405
|
t.argumentDescription(I)
|
|
406
406
|
));
|
|
407
|
-
y.length > 0 && (
|
|
408
|
-
let
|
|
407
|
+
y.length > 0 && (h = h.concat(["Arguments:", l(y), ""]));
|
|
408
|
+
let C = t.visibleOptions(e).map((I) => a(
|
|
409
409
|
t.optionTerm(I),
|
|
410
410
|
t.optionDescription(I)
|
|
411
411
|
));
|
|
412
|
-
if (
|
|
412
|
+
if (C.length > 0 && (h = h.concat(["Options:", l(C), ""])), this.showGlobalOptions) {
|
|
413
413
|
let I = t.visibleGlobalOptions(e).map((W) => a(
|
|
414
414
|
t.optionTerm(W),
|
|
415
415
|
t.optionDescription(W)
|
|
416
416
|
));
|
|
417
|
-
I.length > 0 && (
|
|
417
|
+
I.length > 0 && (h = h.concat([
|
|
418
418
|
"Global Options:",
|
|
419
419
|
l(I),
|
|
420
420
|
""
|
|
421
421
|
]));
|
|
422
422
|
}
|
|
423
|
-
let
|
|
423
|
+
let S = t.visibleCommands(e).map((I) => a(
|
|
424
424
|
t.subcommandTerm(I),
|
|
425
425
|
t.subcommandDescription(I)
|
|
426
426
|
));
|
|
427
|
-
return
|
|
427
|
+
return S.length > 0 && (h = h.concat(["Commands:", l(S), ""])), h.join(`
|
|
428
428
|
`);
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
@@ -458,15 +458,15 @@ var pt = O(($t) => {
|
|
|
458
458
|
if (e.match(o)) return e;
|
|
459
459
|
let a = t - r;
|
|
460
460
|
if (a < i) return e;
|
|
461
|
-
let l = e.slice(0, r),
|
|
461
|
+
let l = e.slice(0, r), h = e.slice(r).replace(`\r
|
|
462
462
|
`, `
|
|
463
|
-
`),
|
|
463
|
+
`), p = " ".repeat(r), C = "\\s\u200B", S = new RegExp(
|
|
464
464
|
`
|
|
465
|
-
|.{1,${a - 1}}([${
|
|
465
|
+
|.{1,${a - 1}}([${C}]|$)|[^${C}]+?([${C}]|$)`,
|
|
466
466
|
"g"
|
|
467
|
-
), I =
|
|
467
|
+
), I = h.match(S) || [];
|
|
468
468
|
return l + I.map((W, nt) => W === `
|
|
469
|
-
` ? "" : (nt > 0 ?
|
|
469
|
+
` ? "" : (nt > 0 ? p : "") + W.trimEnd()).join(`
|
|
470
470
|
`);
|
|
471
471
|
}
|
|
472
472
|
};
|
|
@@ -474,8 +474,8 @@ var pt = O(($t) => {
|
|
|
474
474
|
});
|
|
475
475
|
|
|
476
476
|
// ../node_modules/commander/lib/option.js
|
|
477
|
-
var gt = O((
|
|
478
|
-
var { InvalidArgumentError: Yr } = Oe(),
|
|
477
|
+
var gt = O((mt) => {
|
|
478
|
+
var { InvalidArgumentError: Yr } = Oe(), pt = class {
|
|
479
479
|
static {
|
|
480
480
|
d(this, "Option");
|
|
481
481
|
}
|
|
@@ -646,7 +646,7 @@ var gt = O((ft) => {
|
|
|
646
646
|
isBoolean() {
|
|
647
647
|
return !this.required && !this.optional && !this.negate;
|
|
648
648
|
}
|
|
649
|
-
},
|
|
649
|
+
}, ft = class {
|
|
650
650
|
static {
|
|
651
651
|
d(this, "DualOptions");
|
|
652
652
|
}
|
|
@@ -685,8 +685,8 @@ var gt = O((ft) => {
|
|
|
685
685
|
longFlag: t };
|
|
686
686
|
}
|
|
687
687
|
d(Qr, "splitOptionFlags");
|
|
688
|
-
|
|
689
|
-
|
|
688
|
+
mt.Option = pt;
|
|
689
|
+
mt.DualOptions = ft;
|
|
690
690
|
});
|
|
691
691
|
|
|
692
692
|
// ../node_modules/commander/lib/suggestSimilar.js
|
|
@@ -734,9 +734,9 @@ var Lt = O((Mt) => {
|
|
|
734
734
|
|
|
735
735
|
// ../node_modules/commander/lib/command.js
|
|
736
736
|
var Wt = O((Bt) => {
|
|
737
|
-
var rs = require("node:events").EventEmitter, yt = require("node:child_process"), U = require("node:path"), _t = require("node:fs"),
|
|
738
|
-
{ Argument: ss, humanReadableArgName: is } = De(), { CommanderError:
|
|
739
|
-
{ suggestSimilar:
|
|
737
|
+
var rs = require("node:events").EventEmitter, yt = require("node:child_process"), U = require("node:path"), _t = require("node:fs"), k = require("node:process"),
|
|
738
|
+
{ Argument: ss, humanReadableArgName: is } = De(), { CommanderError: bt } = Oe(), { Help: ns } = ht(), { Option: Ut, DualOptions: os } = gt(),
|
|
739
|
+
{ suggestSimilar: Ft } = Lt(), vt = class s extends rs {
|
|
740
740
|
static {
|
|
741
741
|
d(this, "Command");
|
|
742
742
|
}
|
|
@@ -753,10 +753,10 @@ var Wt = O((Bt) => {
|
|
|
753
753
|
null, this._aliases = [], this._combineFlagAndOptionalValue = !0, this._description = "", this._summary = "", this._argsDescription = void 0,
|
|
754
754
|
this._enablePositionalOptions = !1, this._passThroughOptions = !1, this._lifeCycleHooks = {}, this._showHelpAfterError = !1, this._showSuggestionAfterError =
|
|
755
755
|
!0, this._outputConfiguration = {
|
|
756
|
-
writeOut: /* @__PURE__ */ d((t) =>
|
|
757
|
-
writeErr: /* @__PURE__ */ d((t) =>
|
|
758
|
-
getOutHelpWidth: /* @__PURE__ */ d(() =>
|
|
759
|
-
getErrHelpWidth: /* @__PURE__ */ d(() =>
|
|
756
|
+
writeOut: /* @__PURE__ */ d((t) => k.stdout.write(t), "writeOut"),
|
|
757
|
+
writeErr: /* @__PURE__ */ d((t) => k.stderr.write(t), "writeErr"),
|
|
758
|
+
getOutHelpWidth: /* @__PURE__ */ d(() => k.stdout.isTTY ? k.stdout.columns : void 0, "getOutHelpWidth"),
|
|
759
|
+
getErrHelpWidth: /* @__PURE__ */ d(() => k.stderr.isTTY ? k.stderr.columns : void 0, "getErrHelpWidth"),
|
|
760
760
|
outputError: /* @__PURE__ */ d((t, r) => r(t), "outputError")
|
|
761
761
|
}, this._hidden = !1, this._helpOption = void 0, this._addImplicitHelpCommand = void 0, this._helpCommand = void 0, this._helpConfiguration =
|
|
762
762
|
{};
|
|
@@ -1047,7 +1047,7 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1047
1047
|
* @private
|
|
1048
1048
|
*/
|
|
1049
1049
|
_exit(e, t, r) {
|
|
1050
|
-
this._exitCallback && this._exitCallback(new
|
|
1050
|
+
this._exitCallback && this._exitCallback(new bt(e, t, r)), k.exit(e);
|
|
1051
1051
|
}
|
|
1052
1052
|
/**
|
|
1053
1053
|
* Register callback `fn` for the command.
|
|
@@ -1185,9 +1185,9 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1185
1185
|
o.default(n).argParser(i);
|
|
1186
1186
|
else if (i instanceof RegExp) {
|
|
1187
1187
|
let a = i;
|
|
1188
|
-
i = /* @__PURE__ */ d((l,
|
|
1189
|
-
let
|
|
1190
|
-
return
|
|
1188
|
+
i = /* @__PURE__ */ d((l, h) => {
|
|
1189
|
+
let p = a.exec(l);
|
|
1190
|
+
return p ? p[0] : h;
|
|
1191
1191
|
}, "fn"), o.default(n).argParser(i);
|
|
1192
1192
|
} else
|
|
1193
1193
|
o.default(i);
|
|
@@ -1381,11 +1381,11 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1381
1381
|
if (e !== void 0 && !Array.isArray(e))
|
|
1382
1382
|
throw new Error("first parameter to parse must be array or undefined");
|
|
1383
1383
|
if (t = t || {}, e === void 0 && t.from === void 0) {
|
|
1384
|
-
|
|
1385
|
-
let i =
|
|
1384
|
+
k.versions?.electron && (t.from = "electron");
|
|
1385
|
+
let i = k.execArgv ?? [];
|
|
1386
1386
|
(i.includes("-e") || i.includes("--eval") || i.includes("-p") || i.includes("--print")) && (t.from = "eval");
|
|
1387
1387
|
}
|
|
1388
|
-
e === void 0 && (e =
|
|
1388
|
+
e === void 0 && (e = k.argv), this.rawArgs = e.slice();
|
|
1389
1389
|
let r;
|
|
1390
1390
|
switch (t.from) {
|
|
1391
1391
|
case void 0:
|
|
@@ -1393,7 +1393,7 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1393
1393
|
this._scriptPath = e[1], r = e.slice(2);
|
|
1394
1394
|
break;
|
|
1395
1395
|
case "electron":
|
|
1396
|
-
|
|
1396
|
+
k.defaultApp ? (this._scriptPath = e[1], r = e.slice(2)) : r = e.slice(1);
|
|
1397
1397
|
break;
|
|
1398
1398
|
case "user":
|
|
1399
1399
|
r = e.slice(0);
|
|
@@ -1466,81 +1466,81 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1466
1466
|
_executeSubCommand(e, t) {
|
|
1467
1467
|
t = t.slice();
|
|
1468
1468
|
let r = !1, i = [".js", ".ts", ".tsx", ".mjs", ".cjs"];
|
|
1469
|
-
function n(
|
|
1470
|
-
let
|
|
1471
|
-
if (_t.existsSync(
|
|
1469
|
+
function n(p, y) {
|
|
1470
|
+
let C = U.resolve(p, y);
|
|
1471
|
+
if (_t.existsSync(C)) return C;
|
|
1472
1472
|
if (i.includes(U.extname(y))) return;
|
|
1473
|
-
let
|
|
1474
|
-
(I) => _t.existsSync(`${
|
|
1473
|
+
let S = i.find(
|
|
1474
|
+
(I) => _t.existsSync(`${C}${I}`)
|
|
1475
1475
|
);
|
|
1476
|
-
if (
|
|
1476
|
+
if (S) return `${C}${S}`;
|
|
1477
1477
|
}
|
|
1478
1478
|
d(n, "findFile"), this._checkForMissingMandatoryOptions(), this._checkForConflictingOptions();
|
|
1479
1479
|
let o = e._executableFile || `${this._name}-${e._name}`, a = this._executableDir || "";
|
|
1480
1480
|
if (this._scriptPath) {
|
|
1481
|
-
let
|
|
1481
|
+
let p;
|
|
1482
1482
|
try {
|
|
1483
|
-
|
|
1483
|
+
p = _t.realpathSync(this._scriptPath);
|
|
1484
1484
|
} catch {
|
|
1485
|
-
|
|
1485
|
+
p = this._scriptPath;
|
|
1486
1486
|
}
|
|
1487
1487
|
a = U.resolve(
|
|
1488
|
-
U.dirname(
|
|
1488
|
+
U.dirname(p),
|
|
1489
1489
|
a
|
|
1490
1490
|
);
|
|
1491
1491
|
}
|
|
1492
1492
|
if (a) {
|
|
1493
|
-
let
|
|
1494
|
-
if (!
|
|
1493
|
+
let p = n(a, o);
|
|
1494
|
+
if (!p && !e._executableFile && this._scriptPath) {
|
|
1495
1495
|
let y = U.basename(
|
|
1496
1496
|
this._scriptPath,
|
|
1497
1497
|
U.extname(this._scriptPath)
|
|
1498
1498
|
);
|
|
1499
|
-
y !== this._name && (
|
|
1499
|
+
y !== this._name && (p = n(
|
|
1500
1500
|
a,
|
|
1501
1501
|
`${y}-${e._name}`
|
|
1502
1502
|
));
|
|
1503
1503
|
}
|
|
1504
|
-
o =
|
|
1504
|
+
o = p || o;
|
|
1505
1505
|
}
|
|
1506
1506
|
r = i.includes(U.extname(o));
|
|
1507
1507
|
let l;
|
|
1508
|
-
|
|
1509
|
-
o, t, { stdio: "inherit" }) : (t.unshift(o), t =
|
|
1508
|
+
k.platform !== "win32" ? r ? (t.unshift(o), t = qt(k.execArgv).concat(t), l = yt.spawn(k.argv[0], t, { stdio: "inherit" })) : l = yt.spawn(
|
|
1509
|
+
o, t, { stdio: "inherit" }) : (t.unshift(o), t = qt(k.execArgv).concat(t), l = yt.spawn(k.execPath, t, { stdio: "inherit" })), l.killed ||
|
|
1510
1510
|
["SIGUSR1", "SIGUSR2", "SIGTERM", "SIGINT", "SIGHUP"].forEach((y) => {
|
|
1511
|
-
|
|
1511
|
+
k.on(y, () => {
|
|
1512
1512
|
l.killed === !1 && l.exitCode === null && l.kill(y);
|
|
1513
1513
|
});
|
|
1514
1514
|
});
|
|
1515
|
-
let
|
|
1516
|
-
l.on("close", (
|
|
1517
|
-
|
|
1518
|
-
new
|
|
1519
|
-
|
|
1515
|
+
let h = this._exitCallback;
|
|
1516
|
+
l.on("close", (p) => {
|
|
1517
|
+
p = p ?? 1, h ? h(
|
|
1518
|
+
new bt(
|
|
1519
|
+
p,
|
|
1520
1520
|
"commander.executeSubCommandAsync",
|
|
1521
1521
|
"(close)"
|
|
1522
1522
|
)
|
|
1523
|
-
) :
|
|
1524
|
-
}), l.on("error", (
|
|
1525
|
-
if (
|
|
1523
|
+
) : k.exit(p);
|
|
1524
|
+
}), l.on("error", (p) => {
|
|
1525
|
+
if (p.code === "ENOENT") {
|
|
1526
1526
|
let y = a ? `searched for local subcommand relative to directory '${a}'` : "no directory for search for local subcommand, use .exe\
|
|
1527
|
-
cutableDir() to supply a custom directory",
|
|
1527
|
+
cutableDir() to supply a custom directory", C = `'${o}' does not exist
|
|
1528
1528
|
- if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\
|
|
1529
1529
|
|
|
1530
1530
|
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
|
|
1531
1531
|
- ${y}`;
|
|
1532
|
-
throw new Error(
|
|
1533
|
-
} else if (
|
|
1532
|
+
throw new Error(C);
|
|
1533
|
+
} else if (p.code === "EACCES")
|
|
1534
1534
|
throw new Error(`'${o}' not executable`);
|
|
1535
|
-
if (!
|
|
1536
|
-
|
|
1535
|
+
if (!h)
|
|
1536
|
+
k.exit(1);
|
|
1537
1537
|
else {
|
|
1538
|
-
let y = new
|
|
1538
|
+
let y = new bt(
|
|
1539
1539
|
1,
|
|
1540
1540
|
"commander.executeSubCommandAsync",
|
|
1541
1541
|
"(error)"
|
|
1542
1542
|
);
|
|
1543
|
-
y.nestedError =
|
|
1543
|
+
y.nestedError = p, h(y);
|
|
1544
1544
|
}
|
|
1545
1545
|
}), this.runningCommand = l;
|
|
1546
1546
|
}
|
|
@@ -1797,32 +1797,32 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1797
1797
|
continue;
|
|
1798
1798
|
}
|
|
1799
1799
|
if (a = null, o(l)) {
|
|
1800
|
-
let
|
|
1801
|
-
if (
|
|
1802
|
-
if (
|
|
1803
|
-
let
|
|
1804
|
-
|
|
1805
|
-
} else if (
|
|
1806
|
-
let
|
|
1807
|
-
n.length > 0 && !o(n[0]) && (
|
|
1800
|
+
let h = this._findOption(l);
|
|
1801
|
+
if (h) {
|
|
1802
|
+
if (h.required) {
|
|
1803
|
+
let p = n.shift();
|
|
1804
|
+
p === void 0 && this.optionMissingArgument(h), this.emit(`option:${h.name()}`, p);
|
|
1805
|
+
} else if (h.optional) {
|
|
1806
|
+
let p = null;
|
|
1807
|
+
n.length > 0 && !o(n[0]) && (p = n.shift()), this.emit(`option:${h.name()}`, p);
|
|
1808
1808
|
} else
|
|
1809
|
-
this.emit(`option:${
|
|
1810
|
-
a =
|
|
1809
|
+
this.emit(`option:${h.name()}`);
|
|
1810
|
+
a = h.variadic ? h : null;
|
|
1811
1811
|
continue;
|
|
1812
1812
|
}
|
|
1813
1813
|
}
|
|
1814
1814
|
if (l.length > 2 && l[0] === "-" && l[1] !== "-") {
|
|
1815
|
-
let
|
|
1816
|
-
if (
|
|
1817
|
-
|
|
1818
|
-
:${
|
|
1815
|
+
let h = this._findOption(`-${l[1]}`);
|
|
1816
|
+
if (h) {
|
|
1817
|
+
h.required || h.optional && this._combineFlagAndOptionalValue ? this.emit(`option:${h.name()}`, l.slice(2)) : (this.emit(`option\
|
|
1818
|
+
:${h.name()}`), n.unshift(`-${l.slice(2)}`));
|
|
1819
1819
|
continue;
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
1822
|
if (/^--[^=]+=/.test(l)) {
|
|
1823
|
-
let
|
|
1824
|
-
if (
|
|
1825
|
-
this.emit(`option:${
|
|
1823
|
+
let h = l.indexOf("="), p = this._findOption(l.slice(0, h));
|
|
1824
|
+
if (p && (p.required || p.optional)) {
|
|
1825
|
+
this.emit(`option:${p.name()}`, l.slice(h + 1));
|
|
1826
1826
|
continue;
|
|
1827
1827
|
}
|
|
1828
1828
|
}
|
|
@@ -1900,11 +1900,11 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1900
1900
|
*/
|
|
1901
1901
|
_parseOptionsEnv() {
|
|
1902
1902
|
this.options.forEach((e) => {
|
|
1903
|
-
if (e.envVar && e.envVar in
|
|
1903
|
+
if (e.envVar && e.envVar in k.env) {
|
|
1904
1904
|
let t = e.attributeName();
|
|
1905
1905
|
(this.getOptionValue(t) === void 0 || ["default", "config", "env"].includes(
|
|
1906
1906
|
this.getOptionValueSource(t)
|
|
1907
|
-
)) && (e.required || e.optional ? this.emit(`optionEnv:${e.name()}`,
|
|
1907
|
+
)) && (e.required || e.optional ? this.emit(`optionEnv:${e.name()}`, k.env[e.envVar]) : this.emit(`optionEnv:${e.name()}`));
|
|
1908
1908
|
}
|
|
1909
1909
|
});
|
|
1910
1910
|
}
|
|
@@ -1970,12 +1970,12 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1970
1970
|
*/
|
|
1971
1971
|
_conflictingOption(e, t) {
|
|
1972
1972
|
let r = /* @__PURE__ */ d((o) => {
|
|
1973
|
-
let a = o.attributeName(), l = this.getOptionValue(a),
|
|
1973
|
+
let a = o.attributeName(), l = this.getOptionValue(a), h = this.options.find(
|
|
1974
1974
|
(y) => y.negate && a === y.attributeName()
|
|
1975
|
-
),
|
|
1975
|
+
), p = this.options.find(
|
|
1976
1976
|
(y) => !y.negate && a === y.attributeName()
|
|
1977
1977
|
);
|
|
1978
|
-
return
|
|
1978
|
+
return h && (h.presetArg === void 0 && l === !1 || h.presetArg !== void 0 && l === h.presetArg) ? h : p || o;
|
|
1979
1979
|
}, "findBestOptionFromValue"), i = /* @__PURE__ */ d((o) => {
|
|
1980
1980
|
let a = r(o), l = a.attributeName();
|
|
1981
1981
|
return this.getOptionValueSource(l) === "env" ? `environment variable '${a.envVar}'` : `option '${a.flags}'`;
|
|
@@ -1997,7 +1997,7 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1997
1997
|
let o = n.createHelp().visibleOptions(n).filter((a) => a.long).map((a) => a.long);
|
|
1998
1998
|
i = i.concat(o), n = n.parent;
|
|
1999
1999
|
} while (n && !n._enablePositionalOptions);
|
|
2000
|
-
t =
|
|
2000
|
+
t = Ft(e, i);
|
|
2001
2001
|
}
|
|
2002
2002
|
let r = `error: unknown option '${e}'${t}`;
|
|
2003
2003
|
this.error(r, { code: "commander.unknownOption" });
|
|
@@ -2025,7 +2025,7 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
2025
2025
|
let i = [];
|
|
2026
2026
|
this.createHelp().visibleCommands(this).forEach((n) => {
|
|
2027
2027
|
i.push(n.name()), n.alias() && i.push(n.alias());
|
|
2028
|
-
}), t =
|
|
2028
|
+
}), t = Ft(e, i);
|
|
2029
2029
|
}
|
|
2030
2030
|
let r = `error: unknown command '${e}'${t}`;
|
|
2031
2031
|
this.error(r, { code: "commander.unknownCommand" });
|
|
@@ -2245,7 +2245,7 @@ help", t = t ?? "display help for command", this._helpOption = this.createOption
|
|
|
2245
2245
|
*/
|
|
2246
2246
|
help(e) {
|
|
2247
2247
|
this.outputHelp(e);
|
|
2248
|
-
let t =
|
|
2248
|
+
let t = k.exitCode || 0;
|
|
2249
2249
|
t === 0 && e && typeof e != "function" && e.error && (t = 1), this._exit(t, "commander.help", "(outputHelp)");
|
|
2250
2250
|
}
|
|
2251
2251
|
/**
|
|
@@ -2281,7 +2281,7 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
2281
2281
|
t && e.find((i) => t.is(i)) && (this.outputHelp(), this._exit(0, "commander.helpDisplayed", "(outputHelp)"));
|
|
2282
2282
|
}
|
|
2283
2283
|
};
|
|
2284
|
-
function
|
|
2284
|
+
function qt(s) {
|
|
2285
2285
|
return s.map((e) => {
|
|
2286
2286
|
if (!e.startsWith("--inspect"))
|
|
2287
2287
|
return e;
|
|
@@ -2291,13 +2291,13 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
2291
2291
|
n[3], i = n[4]), t && i !== "0" ? `${t}=${r}:${parseInt(i) + 1}` : e;
|
|
2292
2292
|
});
|
|
2293
2293
|
}
|
|
2294
|
-
d(
|
|
2295
|
-
Bt.Command =
|
|
2294
|
+
d(qt, "incrementNodeInspectorPort");
|
|
2295
|
+
Bt.Command = vt;
|
|
2296
2296
|
});
|
|
2297
2297
|
|
|
2298
2298
|
// ../node_modules/commander/index.js
|
|
2299
2299
|
var Gt = O((R) => {
|
|
2300
|
-
var { Argument: Ht } = De(), { Command: xt } = Wt(), { CommanderError: as, InvalidArgumentError: Kt } = Oe(), { Help: ds } =
|
|
2300
|
+
var { Argument: Ht } = De(), { Command: xt } = Wt(), { CommanderError: as, InvalidArgumentError: Kt } = Oe(), { Help: ds } = ht(), { Option: zt } = gt();
|
|
2301
2301
|
R.program = new xt();
|
|
2302
2302
|
R.createCommand = (s) => new xt(s);
|
|
2303
2303
|
R.createOption = (s, e) => new zt(s, e);
|
|
@@ -2329,19 +2329,19 @@ var Yt = O(($e) => {
|
|
|
2329
2329
|
});
|
|
2330
2330
|
|
|
2331
2331
|
// ../node_modules/picocolors/picocolors.js
|
|
2332
|
-
var ir = O((cn,
|
|
2333
|
-
var Ue = process || {}, rr = Ue.argv || [], Le = Ue.env || {},
|
|
2334
|
-
includes("--color") || Ue.platform === "win32" || (Ue.stdout || {}).isTTY && Le.TERM !== "dumb" || !!Le.CI),
|
|
2332
|
+
var ir = O((cn, kt) => {
|
|
2333
|
+
var Ue = process || {}, rr = Ue.argv || [], Le = Ue.env || {}, hs = !(Le.NO_COLOR || rr.includes("--no-color")) && (!!Le.FORCE_COLOR || rr.
|
|
2334
|
+
includes("--color") || Ue.platform === "win32" || (Ue.stdout || {}).isTTY && Le.TERM !== "dumb" || !!Le.CI), ps = /* @__PURE__ */ d((s, e, t = s) => (r) => {
|
|
2335
2335
|
let i = "" + r, n = i.indexOf(e, s.length);
|
|
2336
|
-
return ~n ? s +
|
|
2337
|
-
}, "formatter"),
|
|
2336
|
+
return ~n ? s + fs(i, e, t, n) + e : s + i + e;
|
|
2337
|
+
}, "formatter"), fs = /* @__PURE__ */ d((s, e, t, r) => {
|
|
2338
2338
|
let i = "", n = 0;
|
|
2339
2339
|
do
|
|
2340
2340
|
i += s.substring(n, r) + t, n = r + e.length, r = s.indexOf(e, n);
|
|
2341
2341
|
while (~r);
|
|
2342
2342
|
return i + s.substring(n);
|
|
2343
|
-
}, "replaceClose"), sr = /* @__PURE__ */ d((s =
|
|
2344
|
-
let e = s ?
|
|
2343
|
+
}, "replaceClose"), sr = /* @__PURE__ */ d((s = hs) => {
|
|
2344
|
+
let e = s ? ps : () => String;
|
|
2345
2345
|
return {
|
|
2346
2346
|
isColorSupported: s,
|
|
2347
2347
|
reset: e("\x1B[0m", "\x1B[0m"),
|
|
@@ -2387,8 +2387,8 @@ var ir = O((cn, Ct) => {
|
|
|
2387
2387
|
bgWhiteBright: e("\x1B[107m", "\x1B[49m")
|
|
2388
2388
|
};
|
|
2389
2389
|
}, "createColors");
|
|
2390
|
-
|
|
2391
|
-
|
|
2390
|
+
kt.exports = sr();
|
|
2391
|
+
kt.exports.createColors = sr;
|
|
2392
2392
|
});
|
|
2393
2393
|
|
|
2394
2394
|
// ../node_modules/ts-dedent/dist/index.js
|
|
@@ -2402,10 +2402,10 @@ var Tt = O((Te) => {
|
|
|
2402
2402
|
var r = Array.from(typeof s == "string" ? [s] : s);
|
|
2403
2403
|
r[r.length - 1] = r[r.length - 1].replace(/\r?\n([\t ]*)$/, "");
|
|
2404
2404
|
var i = r.reduce(function(a, l) {
|
|
2405
|
-
var
|
|
2406
|
-
return
|
|
2407
|
-
var y,
|
|
2408
|
-
return (
|
|
2405
|
+
var h = l.match(/\n([\t ]+|(?!\s).)/g);
|
|
2406
|
+
return h ? a.concat(h.map(function(p) {
|
|
2407
|
+
var y, C;
|
|
2408
|
+
return (C = (y = p.match(/[\t ]/g)) === null || y === void 0 ? void 0 : y.length) !== null && C !== void 0 ? C : 0;
|
|
2409
2409
|
})) : a;
|
|
2410
2410
|
}, []);
|
|
2411
2411
|
if (i.length) {
|
|
@@ -2419,11 +2419,11 @@ var Tt = O((Te) => {
|
|
|
2419
2419
|
r[0] = r[0].replace(/^\r?\n/, "");
|
|
2420
2420
|
var o = r[0];
|
|
2421
2421
|
return e.forEach(function(a, l) {
|
|
2422
|
-
var
|
|
2422
|
+
var h = o.match(/(?:^|\n)( *)$/), p = h ? h[1] : "", y = a;
|
|
2423
2423
|
typeof a == "string" && a.includes(`
|
|
2424
2424
|
`) && (y = String(a).split(`
|
|
2425
|
-
`).map(function(
|
|
2426
|
-
return
|
|
2425
|
+
`).map(function(C, S) {
|
|
2426
|
+
return S === 0 ? C : "" + p + C;
|
|
2427
2427
|
}).join(`
|
|
2428
2428
|
`)), o += y + r[l + 1];
|
|
2429
2429
|
}), o;
|
|
@@ -2475,14 +2475,14 @@ var Ee = O((w) => {
|
|
|
2475
2475
|
}
|
|
2476
2476
|
d(r, "joinValues"), s.joinValues = r, s.jsonStringifyReplacer = (i, n) => typeof n == "bigint" ? n.toString() : n;
|
|
2477
2477
|
})(At || (w.util = At = {}));
|
|
2478
|
-
var
|
|
2478
|
+
var hr;
|
|
2479
2479
|
(function(s) {
|
|
2480
2480
|
s.mergeShapes = (e, t) => ({
|
|
2481
2481
|
...e,
|
|
2482
2482
|
...t
|
|
2483
2483
|
// second overwrites first
|
|
2484
2484
|
});
|
|
2485
|
-
})(
|
|
2485
|
+
})(hr || (w.objectUtil = hr = {}));
|
|
2486
2486
|
w.ZodParsedType = At.arrayToEnum([
|
|
2487
2487
|
"string",
|
|
2488
2488
|
"nan",
|
|
@@ -2537,8 +2537,8 @@ var We = O((z) => {
|
|
|
2537
2537
|
"use strict";
|
|
2538
2538
|
Object.defineProperty(z, "__esModule", { value: !0 });
|
|
2539
2539
|
z.ZodError = z.quotelessJson = z.ZodIssueCode = void 0;
|
|
2540
|
-
var
|
|
2541
|
-
z.ZodIssueCode =
|
|
2540
|
+
var pr = Ee();
|
|
2541
|
+
z.ZodIssueCode = pr.util.arrayToEnum([
|
|
2542
2542
|
"invalid_type",
|
|
2543
2543
|
"invalid_literal",
|
|
2544
2544
|
"custom",
|
|
@@ -2556,8 +2556,8 @@ var We = O((z) => {
|
|
|
2556
2556
|
"not_multiple_of",
|
|
2557
2557
|
"not_finite"
|
|
2558
2558
|
]);
|
|
2559
|
-
var
|
|
2560
|
-
z.quotelessJson =
|
|
2559
|
+
var bs = /* @__PURE__ */ d((s) => JSON.stringify(s, null, 2).replace(/"([^"]+)":/g, "$1:"), "quotelessJson");
|
|
2560
|
+
z.quotelessJson = bs;
|
|
2561
2561
|
var Ae = class s extends Error {
|
|
2562
2562
|
static {
|
|
2563
2563
|
d(this, "ZodError");
|
|
@@ -2590,8 +2590,8 @@ var We = O((z) => {
|
|
|
2590
2590
|
else {
|
|
2591
2591
|
let a = r, l = 0;
|
|
2592
2592
|
for (; l < o.path.length; ) {
|
|
2593
|
-
let
|
|
2594
|
-
l === o.path.length - 1 ? (a[
|
|
2593
|
+
let h = o.path[l];
|
|
2594
|
+
l === o.path.length - 1 ? (a[h] = a[h] || { _errors: [] }, a[h]._errors.push(t(o))) : a[h] = a[h] || { _errors: [] }, a = a[h],
|
|
2595
2595
|
l++;
|
|
2596
2596
|
}
|
|
2597
2597
|
}
|
|
@@ -2606,7 +2606,7 @@ var We = O((z) => {
|
|
|
2606
2606
|
return this.message;
|
|
2607
2607
|
}
|
|
2608
2608
|
get message() {
|
|
2609
|
-
return JSON.stringify(this.issues,
|
|
2609
|
+
return JSON.stringify(this.issues, pr.util.jsonStringifyReplacer, 2);
|
|
2610
2610
|
}
|
|
2611
2611
|
get isEmpty() {
|
|
2612
2612
|
return this.issues.length === 0;
|
|
@@ -2626,10 +2626,10 @@ var We = O((z) => {
|
|
|
2626
2626
|
});
|
|
2627
2627
|
|
|
2628
2628
|
// ../node_modules/zod/lib/locales/en.js
|
|
2629
|
-
var
|
|
2629
|
+
var jt = O((St) => {
|
|
2630
2630
|
"use strict";
|
|
2631
|
-
Object.defineProperty(
|
|
2632
|
-
var Q = Ee(), T = We(),
|
|
2631
|
+
Object.defineProperty(St, "__esModule", { value: !0 });
|
|
2632
|
+
var Q = Ee(), T = We(), vs = /* @__PURE__ */ d((s, e) => {
|
|
2633
2633
|
let t;
|
|
2634
2634
|
switch (s.code) {
|
|
2635
2635
|
case T.ZodIssueCode.invalid_type:
|
|
@@ -2698,7 +2698,7 @@ ater than "}${new Date(Number(s.minimum))}` : t = "Invalid input";
|
|
|
2698
2698
|
}
|
|
2699
2699
|
return { message: t };
|
|
2700
2700
|
}, "errorMap");
|
|
2701
|
-
|
|
2701
|
+
St.default = vs;
|
|
2702
2702
|
});
|
|
2703
2703
|
|
|
2704
2704
|
// ../node_modules/zod/lib/errors.js
|
|
@@ -2709,31 +2709,31 @@ var He = O(($) => {
|
|
|
2709
2709
|
};
|
|
2710
2710
|
Object.defineProperty($, "__esModule", { value: !0 });
|
|
2711
2711
|
$.getErrorMap = $.setErrorMap = $.defaultErrorMap = void 0;
|
|
2712
|
-
var
|
|
2713
|
-
$.defaultErrorMap =
|
|
2714
|
-
var
|
|
2712
|
+
var fr = xs(jt());
|
|
2713
|
+
$.defaultErrorMap = fr.default;
|
|
2714
|
+
var mr = fr.default;
|
|
2715
2715
|
function ws(s) {
|
|
2716
|
-
|
|
2716
|
+
mr = s;
|
|
2717
2717
|
}
|
|
2718
2718
|
d(ws, "setErrorMap");
|
|
2719
2719
|
$.setErrorMap = ws;
|
|
2720
|
-
function
|
|
2721
|
-
return
|
|
2720
|
+
function Cs() {
|
|
2721
|
+
return mr;
|
|
2722
2722
|
}
|
|
2723
|
-
d(
|
|
2724
|
-
$.getErrorMap =
|
|
2723
|
+
d(Cs, "getErrorMap");
|
|
2724
|
+
$.getErrorMap = Cs;
|
|
2725
2725
|
});
|
|
2726
2726
|
|
|
2727
2727
|
// ../node_modules/zod/lib/helpers/parseUtil.js
|
|
2728
2728
|
var Zt = O((x) => {
|
|
2729
2729
|
"use strict";
|
|
2730
|
-
var
|
|
2730
|
+
var ks = x && x.__importDefault || function(s) {
|
|
2731
2731
|
return s && s.__esModule ? s : { default: s };
|
|
2732
2732
|
};
|
|
2733
2733
|
Object.defineProperty(x, "__esModule", { value: !0 });
|
|
2734
2734
|
x.isAsync = x.isValid = x.isDirty = x.isAborted = x.OK = x.DIRTY = x.INVALID = x.ParseStatus = x.addIssueToContext = x.EMPTY_PATH = x.makeIssue =
|
|
2735
2735
|
void 0;
|
|
2736
|
-
var Is = He(), gr =
|
|
2736
|
+
var Is = He(), gr = ks(jt()), Os = /* @__PURE__ */ d((s) => {
|
|
2737
2737
|
let { data: e, path: t, errorMaps: r, issueData: i } = s, n = [...t, ...i.path || []], o = {
|
|
2738
2738
|
...i,
|
|
2739
2739
|
path: n
|
|
@@ -2744,9 +2744,9 @@ var Zt = O((x) => {
|
|
|
2744
2744
|
path: n,
|
|
2745
2745
|
message: i.message
|
|
2746
2746
|
};
|
|
2747
|
-
let a = "", l = r.filter((
|
|
2748
|
-
for (let
|
|
2749
|
-
a =
|
|
2747
|
+
let a = "", l = r.filter((h) => !!h).slice().reverse();
|
|
2748
|
+
for (let h of l)
|
|
2749
|
+
a = h(o, { data: e, defaultError: a }).message;
|
|
2750
2750
|
return {
|
|
2751
2751
|
...i,
|
|
2752
2752
|
path: n,
|
|
@@ -2828,10 +2828,10 @@ var Zt = O((x) => {
|
|
|
2828
2828
|
x.DIRTY = Es;
|
|
2829
2829
|
var As = /* @__PURE__ */ d((s) => ({ status: "valid", value: s }), "OK");
|
|
2830
2830
|
x.OK = As;
|
|
2831
|
-
var
|
|
2832
|
-
x.isAborted =
|
|
2833
|
-
var
|
|
2834
|
-
x.isDirty =
|
|
2831
|
+
var Ss = /* @__PURE__ */ d((s) => s.status === "aborted", "isAborted");
|
|
2832
|
+
x.isAborted = Ss;
|
|
2833
|
+
var js = /* @__PURE__ */ d((s) => s.status === "dirty", "isDirty");
|
|
2834
|
+
x.isDirty = js;
|
|
2835
2835
|
var Rs = /* @__PURE__ */ d((s) => s.status === "valid", "isValid");
|
|
2836
2836
|
x.isValid = Rs;
|
|
2837
2837
|
var Zs = /* @__PURE__ */ d((s) => typeof Promise < "u" && s instanceof Promise, "isAsync");
|
|
@@ -2845,14 +2845,14 @@ var _r = O((yr) => {
|
|
|
2845
2845
|
});
|
|
2846
2846
|
|
|
2847
2847
|
// ../node_modules/zod/lib/helpers/errorUtil.js
|
|
2848
|
-
var
|
|
2848
|
+
var vr = O((Ke) => {
|
|
2849
2849
|
"use strict";
|
|
2850
2850
|
Object.defineProperty(Ke, "__esModule", { value: !0 });
|
|
2851
2851
|
Ke.errorUtil = void 0;
|
|
2852
|
-
var
|
|
2852
|
+
var br;
|
|
2853
2853
|
(function(s) {
|
|
2854
2854
|
s.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, s.toString = (e) => typeof e == "string" ? e : e?.message;
|
|
2855
|
-
})(
|
|
2855
|
+
})(br || (Ke.errorUtil = br = {}));
|
|
2856
2856
|
});
|
|
2857
2857
|
|
|
2858
2858
|
// ../node_modules/zod/lib/types.js
|
|
@@ -2863,13 +2863,13 @@ var Zr = O((c) => {
|
|
|
2863
2863
|
if (typeof e == "function" ? s !== e || !r : !e.has(s)) throw new TypeError("Cannot read private member from an object whose class did n\
|
|
2864
2864
|
ot declare it");
|
|
2865
2865
|
return t === "m" ? r : t === "a" ? r.call(s) : r ? r.value : e.get(s);
|
|
2866
|
-
},
|
|
2866
|
+
}, Cr = c && c.__classPrivateFieldSet || function(s, e, t, r, i) {
|
|
2867
2867
|
if (r === "m") throw new TypeError("Private method is not writable");
|
|
2868
2868
|
if (r === "a" && !i) throw new TypeError("Private accessor was defined without a setter");
|
|
2869
2869
|
if (typeof e == "function" ? s !== e || !i : !e.has(s)) throw new TypeError("Cannot write private member to an object whose class did no\
|
|
2870
2870
|
t declare it");
|
|
2871
2871
|
return r === "a" ? i.call(s, t) : i ? i.value = t : e.set(s, t), t;
|
|
2872
|
-
},
|
|
2872
|
+
}, Se, je;
|
|
2873
2873
|
Object.defineProperty(c, "__esModule", { value: !0 });
|
|
2874
2874
|
c.boolean = c.bigint = c.array = c.any = c.coerce = c.ZodFirstPartyTypeKind = c.late = c.ZodSchema = c.Schema = c.custom = c.ZodReadonly =
|
|
2875
2875
|
c.ZodPipeline = c.ZodBranded = c.BRAND = c.ZodNaN = c.ZodCatch = c.ZodDefault = c.ZodNullable = c.ZodOptional = c.ZodTransformer = c.ZodEffects =
|
|
@@ -2880,7 +2880,7 @@ t declare it");
|
|
|
2880
2880
|
c.promise = c.preprocess = c.pipeline = c.ostring = c.optional = c.onumber = c.oboolean = c.object = c.number = c.nullable = c.null = c.never =
|
|
2881
2881
|
c.nativeEnum = c.nan = c.map = c.literal = c.lazy = c.intersection = c.instanceof = c.function = c.enum = c.effect = c.discriminatedUnion =
|
|
2882
2882
|
c.date = void 0;
|
|
2883
|
-
var ze = He(), g =
|
|
2883
|
+
var ze = He(), g = vr(), u = Zt(), m = Ee(), f = We(), P = class {
|
|
2884
2884
|
static {
|
|
2885
2885
|
d(this, "ParseInputLazyPath");
|
|
2886
2886
|
}
|
|
@@ -2901,27 +2901,27 @@ t declare it");
|
|
|
2901
2901
|
get error() {
|
|
2902
2902
|
if (this._error)
|
|
2903
2903
|
return this._error;
|
|
2904
|
-
let t = new
|
|
2904
|
+
let t = new f.ZodError(s.common.issues);
|
|
2905
2905
|
return this._error = t, this._error;
|
|
2906
2906
|
}
|
|
2907
2907
|
};
|
|
2908
2908
|
}, "handleResult");
|
|
2909
|
-
function
|
|
2909
|
+
function b(s) {
|
|
2910
2910
|
if (!s)
|
|
2911
2911
|
return {};
|
|
2912
2912
|
let { errorMap: e, invalid_type_error: t, required_error: r, description: i } = s;
|
|
2913
2913
|
if (e && (t || r))
|
|
2914
2914
|
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
2915
2915
|
return e ? { errorMap: e, description: i } : { errorMap: /* @__PURE__ */ d((o, a) => {
|
|
2916
|
-
var l,
|
|
2917
|
-
let { message:
|
|
2918
|
-
return o.code === "invalid_enum_value" ? { message:
|
|
2919
|
-
void 0 ? l : a.defaultError } : o.code !== "invalid_type" ? { message: a.defaultError } : { message: (
|
|
2920
|
-
|
|
2916
|
+
var l, h;
|
|
2917
|
+
let { message: p } = s;
|
|
2918
|
+
return o.code === "invalid_enum_value" ? { message: p ?? a.defaultError } : typeof a.data > "u" ? { message: (l = p ?? r) !== null && l !==
|
|
2919
|
+
void 0 ? l : a.defaultError } : o.code !== "invalid_type" ? { message: a.defaultError } : { message: (h = p ?? t) !== null && h !== void 0 ?
|
|
2920
|
+
h : a.defaultError };
|
|
2921
2921
|
}, "customMap"), description: i };
|
|
2922
2922
|
}
|
|
2923
|
-
d(
|
|
2924
|
-
var
|
|
2923
|
+
d(b, "processCreateParams");
|
|
2924
|
+
var v = class {
|
|
2925
2925
|
static {
|
|
2926
2926
|
d(this, "ZodType");
|
|
2927
2927
|
}
|
|
@@ -2929,13 +2929,13 @@ t declare it");
|
|
|
2929
2929
|
return this._def.description;
|
|
2930
2930
|
}
|
|
2931
2931
|
_getType(e) {
|
|
2932
|
-
return (0,
|
|
2932
|
+
return (0, m.getParsedType)(e.data);
|
|
2933
2933
|
}
|
|
2934
2934
|
_getOrReturnCtx(e, t) {
|
|
2935
2935
|
return t || {
|
|
2936
2936
|
common: e.parent.common,
|
|
2937
2937
|
data: e.data,
|
|
2938
|
-
parsedType: (0,
|
|
2938
|
+
parsedType: (0, m.getParsedType)(e.data),
|
|
2939
2939
|
schemaErrorMap: this._def.errorMap,
|
|
2940
2940
|
path: e.path,
|
|
2941
2941
|
parent: e.parent
|
|
@@ -2947,7 +2947,7 @@ t declare it");
|
|
|
2947
2947
|
ctx: {
|
|
2948
2948
|
common: e.parent.common,
|
|
2949
2949
|
data: e.data,
|
|
2950
|
-
parsedType: (0,
|
|
2950
|
+
parsedType: (0, m.getParsedType)(e.data),
|
|
2951
2951
|
schemaErrorMap: this._def.errorMap,
|
|
2952
2952
|
path: e.path,
|
|
2953
2953
|
parent: e.parent
|
|
@@ -2982,7 +2982,7 @@ t declare it");
|
|
|
2982
2982
|
schemaErrorMap: this._def.errorMap,
|
|
2983
2983
|
parent: null,
|
|
2984
2984
|
data: e,
|
|
2985
|
-
parsedType: (0,
|
|
2985
|
+
parsedType: (0, m.getParsedType)(e)
|
|
2986
2986
|
}, n = this._parseSync({ data: e, path: i.path, parent: i });
|
|
2987
2987
|
return xr(i, n);
|
|
2988
2988
|
}
|
|
@@ -2997,7 +2997,7 @@ t declare it");
|
|
|
2997
2997
|
schemaErrorMap: this._def.errorMap,
|
|
2998
2998
|
parent: null,
|
|
2999
2999
|
data: e,
|
|
3000
|
-
parsedType: (0,
|
|
3000
|
+
parsedType: (0, m.getParsedType)(e)
|
|
3001
3001
|
};
|
|
3002
3002
|
if (!this["~standard"].async)
|
|
3003
3003
|
try {
|
|
@@ -3037,7 +3037,7 @@ t declare it");
|
|
|
3037
3037
|
schemaErrorMap: this._def.errorMap,
|
|
3038
3038
|
parent: null,
|
|
3039
3039
|
data: e,
|
|
3040
|
-
parsedType: (0,
|
|
3040
|
+
parsedType: (0, m.getParsedType)(e)
|
|
3041
3041
|
}, i = this._parse({ data: e, path: r.path, parent: r }), n = await ((0, u.isAsync)(i) ? i : Promise.resolve(i));
|
|
3042
3042
|
return xr(r, n);
|
|
3043
3043
|
}
|
|
@@ -3046,7 +3046,7 @@ t declare it");
|
|
|
3046
3046
|
eProperties");
|
|
3047
3047
|
return this._refinement((i, n) => {
|
|
3048
3048
|
let o = e(i), a = /* @__PURE__ */ d(() => n.addIssue({
|
|
3049
|
-
code:
|
|
3049
|
+
code: f.ZodIssueCode.custom,
|
|
3050
3050
|
...r(i)
|
|
3051
3051
|
}), "setError");
|
|
3052
3052
|
return typeof Promise < "u" && o instanceof Promise ? o.then((l) => l ? !0 : (a(), !1)) : o ? !0 : (a(), !1);
|
|
@@ -3056,7 +3056,7 @@ eProperties");
|
|
|
3056
3056
|
return this._refinement((r, i) => e(r) ? !0 : (i.addIssue(typeof t == "function" ? t(r, i) : t), !1));
|
|
3057
3057
|
}
|
|
3058
3058
|
_refinement(e) {
|
|
3059
|
-
return new
|
|
3059
|
+
return new j({
|
|
3060
3060
|
schema: this,
|
|
3061
3061
|
typeName: _.ZodEffects,
|
|
3062
3062
|
effect: { type: "refinement", refinement: e }
|
|
@@ -3101,8 +3101,8 @@ eProperties");
|
|
|
3101
3101
|
return ae.create(this, e, this._def);
|
|
3102
3102
|
}
|
|
3103
3103
|
transform(e) {
|
|
3104
|
-
return new
|
|
3105
|
-
...
|
|
3104
|
+
return new j({
|
|
3105
|
+
...b(this._def),
|
|
3106
3106
|
schema: this,
|
|
3107
3107
|
typeName: _.ZodEffects,
|
|
3108
3108
|
effect: { type: "transform", transform: e }
|
|
@@ -3110,8 +3110,8 @@ eProperties");
|
|
|
3110
3110
|
}
|
|
3111
3111
|
default(e) {
|
|
3112
3112
|
let t = typeof e == "function" ? e : () => e;
|
|
3113
|
-
return new
|
|
3114
|
-
...
|
|
3113
|
+
return new he({
|
|
3114
|
+
...b(this._def),
|
|
3115
3115
|
innerType: this,
|
|
3116
3116
|
defaultValue: t,
|
|
3117
3117
|
typeName: _.ZodDefault
|
|
@@ -3121,13 +3121,13 @@ eProperties");
|
|
|
3121
3121
|
return new Re({
|
|
3122
3122
|
typeName: _.ZodBranded,
|
|
3123
3123
|
type: this,
|
|
3124
|
-
...
|
|
3124
|
+
...b(this._def)
|
|
3125
3125
|
});
|
|
3126
3126
|
}
|
|
3127
3127
|
catch(e) {
|
|
3128
3128
|
let t = typeof e == "function" ? e : () => e;
|
|
3129
|
-
return new
|
|
3130
|
-
...
|
|
3129
|
+
return new pe({
|
|
3130
|
+
...b(this._def),
|
|
3131
3131
|
innerType: this,
|
|
3132
3132
|
catchValue: t,
|
|
3133
3133
|
typeName: _.ZodCatch
|
|
@@ -3144,7 +3144,7 @@ eProperties");
|
|
|
3144
3144
|
return Ze.create(this, e);
|
|
3145
3145
|
}
|
|
3146
3146
|
readonly() {
|
|
3147
|
-
return
|
|
3147
|
+
return fe.create(this);
|
|
3148
3148
|
}
|
|
3149
3149
|
isOptional() {
|
|
3150
3150
|
return this.safeParse(void 0).success;
|
|
@@ -3153,18 +3153,18 @@ eProperties");
|
|
|
3153
3153
|
return this.safeParse(null).success;
|
|
3154
3154
|
}
|
|
3155
3155
|
};
|
|
3156
|
-
c.ZodType =
|
|
3157
|
-
c.Schema =
|
|
3158
|
-
c.ZodSchema =
|
|
3156
|
+
c.ZodType = v;
|
|
3157
|
+
c.Schema = v;
|
|
3158
|
+
c.ZodSchema = v;
|
|
3159
3159
|
var Ps = /^c[^\s-]{8,}$/i, Ns = /^[0-9a-z]+$/, Vs = /^[0-9A-HJKMNP-TV-Z]{26}$/i, Ds = /^[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,
|
|
3160
3160
|
$s = /^[a-z0-9_-]{21}$/i, Ms = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Ls = /^[-+]?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)?)??$/,
|
|
3161
|
-
Us = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,
|
|
3162
|
-
onent})+$", Pt,
|
|
3161
|
+
Us = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Fs = "^(\\p{Extended_Pictographic}|\\p{Emoji_Comp\
|
|
3162
|
+
onent})+$", Pt, qs = /^(?:(?: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])$/, Bs = /^(?:(?: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])$/,
|
|
3163
3163
|
Ws = /^(([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]))$/,
|
|
3164
3164
|
Hs = /^(([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])$/,
|
|
3165
3165
|
Ks = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, zs = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,
|
|
3166
|
-
|
|
3167
|
-
]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Gs = new RegExp(`^${
|
|
3166
|
+
kr = "((\\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\
|
|
3167
|
+
]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Gs = new RegExp(`^${kr}$`);
|
|
3168
3168
|
function Ir(s) {
|
|
3169
3169
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
3170
3170
|
return s.precision ? e = `${e}\\.\\d{${s.precision}}` : s.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
@@ -3175,13 +3175,13 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3175
3175
|
}
|
|
3176
3176
|
d(Js, "timeRegex");
|
|
3177
3177
|
function Or(s) {
|
|
3178
|
-
let e = `${
|
|
3178
|
+
let e = `${kr}T${Ir(s)}`, t = [];
|
|
3179
3179
|
return t.push(s.local ? "Z?" : "Z"), s.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
3180
3180
|
}
|
|
3181
3181
|
d(Or, "datetimeRegex");
|
|
3182
3182
|
c.datetimeRegex = Or;
|
|
3183
3183
|
function Ys(s, e) {
|
|
3184
|
-
return !!((e === "v4" || !e) &&
|
|
3184
|
+
return !!((e === "v4" || !e) && qs.test(s) || (e === "v6" || !e) && Ws.test(s));
|
|
3185
3185
|
}
|
|
3186
3186
|
d(Ys, "isValidIP");
|
|
3187
3187
|
function Xs(s, e) {
|
|
@@ -3200,16 +3200,16 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3200
3200
|
return !!((e === "v4" || !e) && Bs.test(s) || (e === "v6" || !e) && Hs.test(s));
|
|
3201
3201
|
}
|
|
3202
3202
|
d(Qs, "isValidCidr");
|
|
3203
|
-
var G = class s extends
|
|
3203
|
+
var G = class s extends v {
|
|
3204
3204
|
static {
|
|
3205
3205
|
d(this, "ZodString");
|
|
3206
3206
|
}
|
|
3207
3207
|
_parse(e) {
|
|
3208
|
-
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !==
|
|
3208
|
+
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== m.ZodParsedType.string) {
|
|
3209
3209
|
let n = this._getOrReturnCtx(e);
|
|
3210
3210
|
return (0, u.addIssueToContext)(n, {
|
|
3211
|
-
code:
|
|
3212
|
-
expected:
|
|
3211
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3212
|
+
expected: m.ZodParsedType.string,
|
|
3213
3213
|
received: n.parsedType
|
|
3214
3214
|
}), u.INVALID;
|
|
3215
3215
|
}
|
|
@@ -3217,7 +3217,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3217
3217
|
for (let n of this._def.checks)
|
|
3218
3218
|
if (n.kind === "min")
|
|
3219
3219
|
e.data.length < n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3220
|
-
code:
|
|
3220
|
+
code: f.ZodIssueCode.too_small,
|
|
3221
3221
|
minimum: n.value,
|
|
3222
3222
|
type: "string",
|
|
3223
3223
|
inclusive: !0,
|
|
@@ -3226,7 +3226,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3226
3226
|
}), r.dirty());
|
|
3227
3227
|
else if (n.kind === "max")
|
|
3228
3228
|
e.data.length > n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3229
|
-
code:
|
|
3229
|
+
code: f.ZodIssueCode.too_big,
|
|
3230
3230
|
maximum: n.value,
|
|
3231
3231
|
type: "string",
|
|
3232
3232
|
inclusive: !0,
|
|
@@ -3236,14 +3236,14 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3236
3236
|
else if (n.kind === "length") {
|
|
3237
3237
|
let o = e.data.length > n.value, a = e.data.length < n.value;
|
|
3238
3238
|
(o || a) && (i = this._getOrReturnCtx(e, i), o ? (0, u.addIssueToContext)(i, {
|
|
3239
|
-
code:
|
|
3239
|
+
code: f.ZodIssueCode.too_big,
|
|
3240
3240
|
maximum: n.value,
|
|
3241
3241
|
type: "string",
|
|
3242
3242
|
inclusive: !0,
|
|
3243
3243
|
exact: !0,
|
|
3244
3244
|
message: n.message
|
|
3245
3245
|
}) : a && (0, u.addIssueToContext)(i, {
|
|
3246
|
-
code:
|
|
3246
|
+
code: f.ZodIssueCode.too_small,
|
|
3247
3247
|
minimum: n.value,
|
|
3248
3248
|
type: "string",
|
|
3249
3249
|
inclusive: !0,
|
|
@@ -3253,43 +3253,43 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3253
3253
|
} else if (n.kind === "email")
|
|
3254
3254
|
Us.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3255
3255
|
validation: "email",
|
|
3256
|
-
code:
|
|
3256
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3257
3257
|
message: n.message
|
|
3258
3258
|
}), r.dirty());
|
|
3259
3259
|
else if (n.kind === "emoji")
|
|
3260
|
-
Pt || (Pt = new RegExp(
|
|
3260
|
+
Pt || (Pt = new RegExp(Fs, "u")), Pt.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3261
3261
|
validation: "emoji",
|
|
3262
|
-
code:
|
|
3262
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3263
3263
|
message: n.message
|
|
3264
3264
|
}), r.dirty());
|
|
3265
3265
|
else if (n.kind === "uuid")
|
|
3266
3266
|
Ds.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3267
3267
|
validation: "uuid",
|
|
3268
|
-
code:
|
|
3268
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3269
3269
|
message: n.message
|
|
3270
3270
|
}), r.dirty());
|
|
3271
3271
|
else if (n.kind === "nanoid")
|
|
3272
3272
|
$s.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3273
3273
|
validation: "nanoid",
|
|
3274
|
-
code:
|
|
3274
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3275
3275
|
message: n.message
|
|
3276
3276
|
}), r.dirty());
|
|
3277
3277
|
else if (n.kind === "cuid")
|
|
3278
3278
|
Ps.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3279
3279
|
validation: "cuid",
|
|
3280
|
-
code:
|
|
3280
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3281
3281
|
message: n.message
|
|
3282
3282
|
}), r.dirty());
|
|
3283
3283
|
else if (n.kind === "cuid2")
|
|
3284
3284
|
Ns.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3285
3285
|
validation: "cuid2",
|
|
3286
|
-
code:
|
|
3286
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3287
3287
|
message: n.message
|
|
3288
3288
|
}), r.dirty());
|
|
3289
3289
|
else if (n.kind === "ulid")
|
|
3290
3290
|
Vs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3291
3291
|
validation: "ulid",
|
|
3292
|
-
code:
|
|
3292
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3293
3293
|
message: n.message
|
|
3294
3294
|
}), r.dirty());
|
|
3295
3295
|
else if (n.kind === "url")
|
|
@@ -3298,72 +3298,72 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3298
3298
|
} catch {
|
|
3299
3299
|
i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3300
3300
|
validation: "url",
|
|
3301
|
-
code:
|
|
3301
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3302
3302
|
message: n.message
|
|
3303
3303
|
}), r.dirty();
|
|
3304
3304
|
}
|
|
3305
3305
|
else n.kind === "regex" ? (n.regex.lastIndex = 0, n.regex.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(
|
|
3306
3306
|
i, {
|
|
3307
3307
|
validation: "regex",
|
|
3308
|
-
code:
|
|
3308
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3309
3309
|
message: n.message
|
|
3310
3310
|
}), r.dirty())) : n.kind === "trim" ? e.data = e.data.trim() : n.kind === "includes" ? e.data.includes(n.value, n.position) || (i = this.
|
|
3311
3311
|
_getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3312
|
-
code:
|
|
3312
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3313
3313
|
validation: { includes: n.value, position: n.position },
|
|
3314
3314
|
message: n.message
|
|
3315
3315
|
}), r.dirty()) : n.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : n.kind === "toUpperCase" ? e.data = e.data.toUpperCase() :
|
|
3316
3316
|
n.kind === "startsWith" ? e.data.startsWith(n.value) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3317
|
-
code:
|
|
3317
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3318
3318
|
validation: { startsWith: n.value },
|
|
3319
3319
|
message: n.message
|
|
3320
3320
|
}), r.dirty()) : n.kind === "endsWith" ? e.data.endsWith(n.value) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3321
|
-
code:
|
|
3321
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3322
3322
|
validation: { endsWith: n.value },
|
|
3323
3323
|
message: n.message
|
|
3324
3324
|
}), r.dirty()) : n.kind === "datetime" ? Or(n).test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3325
|
-
code:
|
|
3325
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3326
3326
|
validation: "datetime",
|
|
3327
3327
|
message: n.message
|
|
3328
3328
|
}), r.dirty()) : n.kind === "date" ? Gs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3329
|
-
code:
|
|
3329
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3330
3330
|
validation: "date",
|
|
3331
3331
|
message: n.message
|
|
3332
3332
|
}), r.dirty()) : n.kind === "time" ? Js(n).test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3333
|
-
code:
|
|
3333
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3334
3334
|
validation: "time",
|
|
3335
3335
|
message: n.message
|
|
3336
3336
|
}), r.dirty()) : n.kind === "duration" ? Ls.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3337
3337
|
validation: "duration",
|
|
3338
|
-
code:
|
|
3338
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3339
3339
|
message: n.message
|
|
3340
3340
|
}), r.dirty()) : n.kind === "ip" ? Ys(e.data, n.version) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3341
3341
|
validation: "ip",
|
|
3342
|
-
code:
|
|
3342
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3343
3343
|
message: n.message
|
|
3344
3344
|
}), r.dirty()) : n.kind === "jwt" ? Xs(e.data, n.alg) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3345
3345
|
validation: "jwt",
|
|
3346
|
-
code:
|
|
3346
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3347
3347
|
message: n.message
|
|
3348
3348
|
}), r.dirty()) : n.kind === "cidr" ? Qs(e.data, n.version) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3349
3349
|
validation: "cidr",
|
|
3350
|
-
code:
|
|
3350
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3351
3351
|
message: n.message
|
|
3352
3352
|
}), r.dirty()) : n.kind === "base64" ? Ks.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3353
3353
|
validation: "base64",
|
|
3354
|
-
code:
|
|
3354
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3355
3355
|
message: n.message
|
|
3356
3356
|
}), r.dirty()) : n.kind === "base64url" ? zs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3357
3357
|
validation: "base64url",
|
|
3358
|
-
code:
|
|
3358
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3359
3359
|
message: n.message
|
|
3360
|
-
}), r.dirty()) :
|
|
3360
|
+
}), r.dirty()) : m.util.assertNever(n);
|
|
3361
3361
|
return { status: r.value, value: e.data };
|
|
3362
3362
|
}
|
|
3363
3363
|
_regex(e, t, r) {
|
|
3364
3364
|
return this.refinement((i) => e.test(i), {
|
|
3365
3365
|
validation: t,
|
|
3366
|
-
code:
|
|
3366
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3367
3367
|
...g.errorUtil.errToObj(r)
|
|
3368
3368
|
});
|
|
3369
3369
|
}
|
|
@@ -3590,7 +3590,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3590
3590
|
checks: [],
|
|
3591
3591
|
typeName: _.ZodString,
|
|
3592
3592
|
coerce: (e = s?.coerce) !== null && e !== void 0 ? e : !1,
|
|
3593
|
-
...
|
|
3593
|
+
...b(s)
|
|
3594
3594
|
});
|
|
3595
3595
|
};
|
|
3596
3596
|
function ei(s, e) {
|
|
@@ -3599,7 +3599,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3599
3599
|
return n % o / Math.pow(10, i);
|
|
3600
3600
|
}
|
|
3601
3601
|
d(ei, "floatSafeRemainder");
|
|
3602
|
-
var ee = class s extends
|
|
3602
|
+
var ee = class s extends v {
|
|
3603
3603
|
static {
|
|
3604
3604
|
d(this, "ZodNumber");
|
|
3605
3605
|
}
|
|
@@ -3607,24 +3607,24 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3607
3607
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
3608
3608
|
}
|
|
3609
3609
|
_parse(e) {
|
|
3610
|
-
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !==
|
|
3610
|
+
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== m.ZodParsedType.number) {
|
|
3611
3611
|
let n = this._getOrReturnCtx(e);
|
|
3612
3612
|
return (0, u.addIssueToContext)(n, {
|
|
3613
|
-
code:
|
|
3614
|
-
expected:
|
|
3613
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3614
|
+
expected: m.ZodParsedType.number,
|
|
3615
3615
|
received: n.parsedType
|
|
3616
3616
|
}), u.INVALID;
|
|
3617
3617
|
}
|
|
3618
3618
|
let r, i = new u.ParseStatus();
|
|
3619
3619
|
for (let n of this._def.checks)
|
|
3620
|
-
n.kind === "int" ?
|
|
3621
|
-
code:
|
|
3620
|
+
n.kind === "int" ? m.util.isInteger(e.data) || (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r, {
|
|
3621
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3622
3622
|
expected: "integer",
|
|
3623
3623
|
received: "float",
|
|
3624
3624
|
message: n.message
|
|
3625
3625
|
}), i.dirty()) : n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3626
3626
|
r, {
|
|
3627
|
-
code:
|
|
3627
|
+
code: f.ZodIssueCode.too_small,
|
|
3628
3628
|
minimum: n.value,
|
|
3629
3629
|
type: "number",
|
|
3630
3630
|
inclusive: n.inclusive,
|
|
@@ -3632,7 +3632,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3632
3632
|
message: n.message
|
|
3633
3633
|
}), i.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3634
3634
|
r, {
|
|
3635
|
-
code:
|
|
3635
|
+
code: f.ZodIssueCode.too_big,
|
|
3636
3636
|
maximum: n.value,
|
|
3637
3637
|
type: "number",
|
|
3638
3638
|
inclusive: n.inclusive,
|
|
@@ -3640,13 +3640,13 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3640
3640
|
message: n.message
|
|
3641
3641
|
}), i.dirty()) : n.kind === "multipleOf" ? ei(e.data, n.value) !== 0 && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r,
|
|
3642
3642
|
{
|
|
3643
|
-
code:
|
|
3643
|
+
code: f.ZodIssueCode.not_multiple_of,
|
|
3644
3644
|
multipleOf: n.value,
|
|
3645
3645
|
message: n.message
|
|
3646
3646
|
}), i.dirty()) : n.kind === "finite" ? Number.isFinite(e.data) || (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r, {
|
|
3647
|
-
code:
|
|
3647
|
+
code: f.ZodIssueCode.not_finite,
|
|
3648
3648
|
message: n.message
|
|
3649
|
-
}), i.dirty()) :
|
|
3649
|
+
}), i.dirty()) : m.util.assertNever(n);
|
|
3650
3650
|
return { status: i.value, value: e.data };
|
|
3651
3651
|
}
|
|
3652
3652
|
gte(e, t) {
|
|
@@ -3758,7 +3758,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3758
3758
|
return e;
|
|
3759
3759
|
}
|
|
3760
3760
|
get isInt() {
|
|
3761
|
-
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" &&
|
|
3761
|
+
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" && m.util.isInteger(e.value));
|
|
3762
3762
|
}
|
|
3763
3763
|
get isFinite() {
|
|
3764
3764
|
let e = null, t = null;
|
|
@@ -3775,9 +3775,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3775
3775
|
checks: [],
|
|
3776
3776
|
typeName: _.ZodNumber,
|
|
3777
3777
|
coerce: s?.coerce || !1,
|
|
3778
|
-
...
|
|
3778
|
+
...b(s)
|
|
3779
3779
|
});
|
|
3780
|
-
var te = class s extends
|
|
3780
|
+
var te = class s extends v {
|
|
3781
3781
|
static {
|
|
3782
3782
|
d(this, "ZodBigInt");
|
|
3783
3783
|
}
|
|
@@ -3791,37 +3791,37 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3791
3791
|
} catch {
|
|
3792
3792
|
return this._getInvalidInput(e);
|
|
3793
3793
|
}
|
|
3794
|
-
if (this._getType(e) !==
|
|
3794
|
+
if (this._getType(e) !== m.ZodParsedType.bigint)
|
|
3795
3795
|
return this._getInvalidInput(e);
|
|
3796
3796
|
let r, i = new u.ParseStatus();
|
|
3797
3797
|
for (let n of this._def.checks)
|
|
3798
3798
|
n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3799
3799
|
r, {
|
|
3800
|
-
code:
|
|
3800
|
+
code: f.ZodIssueCode.too_small,
|
|
3801
3801
|
type: "bigint",
|
|
3802
3802
|
minimum: n.value,
|
|
3803
3803
|
inclusive: n.inclusive,
|
|
3804
3804
|
message: n.message
|
|
3805
3805
|
}), i.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3806
3806
|
r, {
|
|
3807
|
-
code:
|
|
3807
|
+
code: f.ZodIssueCode.too_big,
|
|
3808
3808
|
type: "bigint",
|
|
3809
3809
|
maximum: n.value,
|
|
3810
3810
|
inclusive: n.inclusive,
|
|
3811
3811
|
message: n.message
|
|
3812
3812
|
}), i.dirty()) : n.kind === "multipleOf" ? e.data % n.value !== BigInt(0) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3813
3813
|
r, {
|
|
3814
|
-
code:
|
|
3814
|
+
code: f.ZodIssueCode.not_multiple_of,
|
|
3815
3815
|
multipleOf: n.value,
|
|
3816
3816
|
message: n.message
|
|
3817
|
-
}), i.dirty()) :
|
|
3817
|
+
}), i.dirty()) : m.util.assertNever(n);
|
|
3818
3818
|
return { status: i.value, value: e.data };
|
|
3819
3819
|
}
|
|
3820
3820
|
_getInvalidInput(e) {
|
|
3821
3821
|
let t = this._getOrReturnCtx(e);
|
|
3822
3822
|
return (0, u.addIssueToContext)(t, {
|
|
3823
|
-
code:
|
|
3824
|
-
expected:
|
|
3823
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3824
|
+
expected: m.ZodParsedType.bigint,
|
|
3825
3825
|
received: t.parsedType
|
|
3826
3826
|
}), u.INVALID;
|
|
3827
3827
|
}
|
|
@@ -3916,19 +3916,19 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3916
3916
|
checks: [],
|
|
3917
3917
|
typeName: _.ZodBigInt,
|
|
3918
3918
|
coerce: (e = s?.coerce) !== null && e !== void 0 ? e : !1,
|
|
3919
|
-
...
|
|
3919
|
+
...b(s)
|
|
3920
3920
|
});
|
|
3921
3921
|
};
|
|
3922
|
-
var re = class extends
|
|
3922
|
+
var re = class extends v {
|
|
3923
3923
|
static {
|
|
3924
3924
|
d(this, "ZodBoolean");
|
|
3925
3925
|
}
|
|
3926
3926
|
_parse(e) {
|
|
3927
|
-
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !==
|
|
3927
|
+
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== m.ZodParsedType.boolean) {
|
|
3928
3928
|
let r = this._getOrReturnCtx(e);
|
|
3929
3929
|
return (0, u.addIssueToContext)(r, {
|
|
3930
|
-
code:
|
|
3931
|
-
expected:
|
|
3930
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3931
|
+
expected: m.ZodParsedType.boolean,
|
|
3932
3932
|
received: r.parsedType
|
|
3933
3933
|
}), u.INVALID;
|
|
3934
3934
|
}
|
|
@@ -3939,44 +3939,44 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3939
3939
|
re.create = (s) => new re({
|
|
3940
3940
|
typeName: _.ZodBoolean,
|
|
3941
3941
|
coerce: s?.coerce || !1,
|
|
3942
|
-
...
|
|
3942
|
+
...b(s)
|
|
3943
3943
|
});
|
|
3944
|
-
var se = class s extends
|
|
3944
|
+
var se = class s extends v {
|
|
3945
3945
|
static {
|
|
3946
3946
|
d(this, "ZodDate");
|
|
3947
3947
|
}
|
|
3948
3948
|
_parse(e) {
|
|
3949
|
-
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !==
|
|
3949
|
+
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== m.ZodParsedType.date) {
|
|
3950
3950
|
let n = this._getOrReturnCtx(e);
|
|
3951
3951
|
return (0, u.addIssueToContext)(n, {
|
|
3952
|
-
code:
|
|
3953
|
-
expected:
|
|
3952
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3953
|
+
expected: m.ZodParsedType.date,
|
|
3954
3954
|
received: n.parsedType
|
|
3955
3955
|
}), u.INVALID;
|
|
3956
3956
|
}
|
|
3957
3957
|
if (isNaN(e.data.getTime())) {
|
|
3958
3958
|
let n = this._getOrReturnCtx(e);
|
|
3959
3959
|
return (0, u.addIssueToContext)(n, {
|
|
3960
|
-
code:
|
|
3960
|
+
code: f.ZodIssueCode.invalid_date
|
|
3961
3961
|
}), u.INVALID;
|
|
3962
3962
|
}
|
|
3963
3963
|
let r = new u.ParseStatus(), i;
|
|
3964
3964
|
for (let n of this._def.checks)
|
|
3965
3965
|
n.kind === "min" ? e.data.getTime() < n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3966
|
-
code:
|
|
3966
|
+
code: f.ZodIssueCode.too_small,
|
|
3967
3967
|
message: n.message,
|
|
3968
3968
|
inclusive: !0,
|
|
3969
3969
|
exact: !1,
|
|
3970
3970
|
minimum: n.value,
|
|
3971
3971
|
type: "date"
|
|
3972
3972
|
}), r.dirty()) : n.kind === "max" ? e.data.getTime() > n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3973
|
-
code:
|
|
3973
|
+
code: f.ZodIssueCode.too_big,
|
|
3974
3974
|
message: n.message,
|
|
3975
3975
|
inclusive: !0,
|
|
3976
3976
|
exact: !1,
|
|
3977
3977
|
maximum: n.value,
|
|
3978
3978
|
type: "date"
|
|
3979
|
-
}), r.dirty()) :
|
|
3979
|
+
}), r.dirty()) : m.util.assertNever(n);
|
|
3980
3980
|
return {
|
|
3981
3981
|
status: r.value,
|
|
3982
3982
|
value: new Date(e.data.getTime())
|
|
@@ -4020,18 +4020,18 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4020
4020
|
checks: [],
|
|
4021
4021
|
coerce: s?.coerce || !1,
|
|
4022
4022
|
typeName: _.ZodDate,
|
|
4023
|
-
...
|
|
4023
|
+
...b(s)
|
|
4024
4024
|
});
|
|
4025
|
-
var ge = class extends
|
|
4025
|
+
var ge = class extends v {
|
|
4026
4026
|
static {
|
|
4027
4027
|
d(this, "ZodSymbol");
|
|
4028
4028
|
}
|
|
4029
4029
|
_parse(e) {
|
|
4030
|
-
if (this._getType(e) !==
|
|
4030
|
+
if (this._getType(e) !== m.ZodParsedType.symbol) {
|
|
4031
4031
|
let r = this._getOrReturnCtx(e);
|
|
4032
4032
|
return (0, u.addIssueToContext)(r, {
|
|
4033
|
-
code:
|
|
4034
|
-
expected:
|
|
4033
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4034
|
+
expected: m.ZodParsedType.symbol,
|
|
4035
4035
|
received: r.parsedType
|
|
4036
4036
|
}), u.INVALID;
|
|
4037
4037
|
}
|
|
@@ -4041,18 +4041,18 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4041
4041
|
c.ZodSymbol = ge;
|
|
4042
4042
|
ge.create = (s) => new ge({
|
|
4043
4043
|
typeName: _.ZodSymbol,
|
|
4044
|
-
...
|
|
4044
|
+
...b(s)
|
|
4045
4045
|
});
|
|
4046
|
-
var ie = class extends
|
|
4046
|
+
var ie = class extends v {
|
|
4047
4047
|
static {
|
|
4048
4048
|
d(this, "ZodUndefined");
|
|
4049
4049
|
}
|
|
4050
4050
|
_parse(e) {
|
|
4051
|
-
if (this._getType(e) !==
|
|
4051
|
+
if (this._getType(e) !== m.ZodParsedType.undefined) {
|
|
4052
4052
|
let r = this._getOrReturnCtx(e);
|
|
4053
4053
|
return (0, u.addIssueToContext)(r, {
|
|
4054
|
-
code:
|
|
4055
|
-
expected:
|
|
4054
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4055
|
+
expected: m.ZodParsedType.undefined,
|
|
4056
4056
|
received: r.parsedType
|
|
4057
4057
|
}), u.INVALID;
|
|
4058
4058
|
}
|
|
@@ -4062,18 +4062,18 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4062
4062
|
c.ZodUndefined = ie;
|
|
4063
4063
|
ie.create = (s) => new ie({
|
|
4064
4064
|
typeName: _.ZodUndefined,
|
|
4065
|
-
...
|
|
4065
|
+
...b(s)
|
|
4066
4066
|
});
|
|
4067
|
-
var ne = class extends
|
|
4067
|
+
var ne = class extends v {
|
|
4068
4068
|
static {
|
|
4069
4069
|
d(this, "ZodNull");
|
|
4070
4070
|
}
|
|
4071
4071
|
_parse(e) {
|
|
4072
|
-
if (this._getType(e) !==
|
|
4072
|
+
if (this._getType(e) !== m.ZodParsedType.null) {
|
|
4073
4073
|
let r = this._getOrReturnCtx(e);
|
|
4074
4074
|
return (0, u.addIssueToContext)(r, {
|
|
4075
|
-
code:
|
|
4076
|
-
expected:
|
|
4075
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4076
|
+
expected: m.ZodParsedType.null,
|
|
4077
4077
|
received: r.parsedType
|
|
4078
4078
|
}), u.INVALID;
|
|
4079
4079
|
}
|
|
@@ -4083,9 +4083,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4083
4083
|
c.ZodNull = ne;
|
|
4084
4084
|
ne.create = (s) => new ne({
|
|
4085
4085
|
typeName: _.ZodNull,
|
|
4086
|
-
...
|
|
4086
|
+
...b(s)
|
|
4087
4087
|
});
|
|
4088
|
-
var J = class extends
|
|
4088
|
+
var J = class extends v {
|
|
4089
4089
|
static {
|
|
4090
4090
|
d(this, "ZodAny");
|
|
4091
4091
|
}
|
|
@@ -4099,9 +4099,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4099
4099
|
c.ZodAny = J;
|
|
4100
4100
|
J.create = (s) => new J({
|
|
4101
4101
|
typeName: _.ZodAny,
|
|
4102
|
-
...
|
|
4102
|
+
...b(s)
|
|
4103
4103
|
});
|
|
4104
|
-
var
|
|
4104
|
+
var q = class extends v {
|
|
4105
4105
|
static {
|
|
4106
4106
|
d(this, "ZodUnknown");
|
|
4107
4107
|
}
|
|
@@ -4112,20 +4112,20 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4112
4112
|
return (0, u.OK)(e.data);
|
|
4113
4113
|
}
|
|
4114
4114
|
};
|
|
4115
|
-
c.ZodUnknown =
|
|
4116
|
-
|
|
4115
|
+
c.ZodUnknown = q;
|
|
4116
|
+
q.create = (s) => new q({
|
|
4117
4117
|
typeName: _.ZodUnknown,
|
|
4118
|
-
...
|
|
4118
|
+
...b(s)
|
|
4119
4119
|
});
|
|
4120
|
-
var V = class extends
|
|
4120
|
+
var V = class extends v {
|
|
4121
4121
|
static {
|
|
4122
4122
|
d(this, "ZodNever");
|
|
4123
4123
|
}
|
|
4124
4124
|
_parse(e) {
|
|
4125
4125
|
let t = this._getOrReturnCtx(e);
|
|
4126
4126
|
return (0, u.addIssueToContext)(t, {
|
|
4127
|
-
code:
|
|
4128
|
-
expected:
|
|
4127
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4128
|
+
expected: m.ZodParsedType.never,
|
|
4129
4129
|
received: t.parsedType
|
|
4130
4130
|
}), u.INVALID;
|
|
4131
4131
|
}
|
|
@@ -4133,18 +4133,18 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4133
4133
|
c.ZodNever = V;
|
|
4134
4134
|
V.create = (s) => new V({
|
|
4135
4135
|
typeName: _.ZodNever,
|
|
4136
|
-
...
|
|
4136
|
+
...b(s)
|
|
4137
4137
|
});
|
|
4138
|
-
var ye = class extends
|
|
4138
|
+
var ye = class extends v {
|
|
4139
4139
|
static {
|
|
4140
4140
|
d(this, "ZodVoid");
|
|
4141
4141
|
}
|
|
4142
4142
|
_parse(e) {
|
|
4143
|
-
if (this._getType(e) !==
|
|
4143
|
+
if (this._getType(e) !== m.ZodParsedType.undefined) {
|
|
4144
4144
|
let r = this._getOrReturnCtx(e);
|
|
4145
4145
|
return (0, u.addIssueToContext)(r, {
|
|
4146
|
-
code:
|
|
4147
|
-
expected:
|
|
4146
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4147
|
+
expected: m.ZodParsedType.void,
|
|
4148
4148
|
received: r.parsedType
|
|
4149
4149
|
}), u.INVALID;
|
|
4150
4150
|
}
|
|
@@ -4154,24 +4154,24 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4154
4154
|
c.ZodVoid = ye;
|
|
4155
4155
|
ye.create = (s) => new ye({
|
|
4156
4156
|
typeName: _.ZodVoid,
|
|
4157
|
-
...
|
|
4157
|
+
...b(s)
|
|
4158
4158
|
});
|
|
4159
|
-
var B = class s extends
|
|
4159
|
+
var B = class s extends v {
|
|
4160
4160
|
static {
|
|
4161
4161
|
d(this, "ZodArray");
|
|
4162
4162
|
}
|
|
4163
4163
|
_parse(e) {
|
|
4164
4164
|
let { ctx: t, status: r } = this._processInputParams(e), i = this._def;
|
|
4165
|
-
if (t.parsedType !==
|
|
4165
|
+
if (t.parsedType !== m.ZodParsedType.array)
|
|
4166
4166
|
return (0, u.addIssueToContext)(t, {
|
|
4167
|
-
code:
|
|
4168
|
-
expected:
|
|
4167
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4168
|
+
expected: m.ZodParsedType.array,
|
|
4169
4169
|
received: t.parsedType
|
|
4170
4170
|
}), u.INVALID;
|
|
4171
4171
|
if (i.exactLength !== null) {
|
|
4172
4172
|
let o = t.data.length > i.exactLength.value, a = t.data.length < i.exactLength.value;
|
|
4173
4173
|
(o || a) && ((0, u.addIssueToContext)(t, {
|
|
4174
|
-
code: o ?
|
|
4174
|
+
code: o ? f.ZodIssueCode.too_big : f.ZodIssueCode.too_small,
|
|
4175
4175
|
minimum: a ? i.exactLength.value : void 0,
|
|
4176
4176
|
maximum: o ? i.exactLength.value : void 0,
|
|
4177
4177
|
type: "array",
|
|
@@ -4181,14 +4181,14 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4181
4181
|
}), r.dirty());
|
|
4182
4182
|
}
|
|
4183
4183
|
if (i.minLength !== null && t.data.length < i.minLength.value && ((0, u.addIssueToContext)(t, {
|
|
4184
|
-
code:
|
|
4184
|
+
code: f.ZodIssueCode.too_small,
|
|
4185
4185
|
minimum: i.minLength.value,
|
|
4186
4186
|
type: "array",
|
|
4187
4187
|
inclusive: !0,
|
|
4188
4188
|
exact: !1,
|
|
4189
4189
|
message: i.minLength.message
|
|
4190
4190
|
}), r.dirty()), i.maxLength !== null && t.data.length > i.maxLength.value && ((0, u.addIssueToContext)(t, {
|
|
4191
|
-
code:
|
|
4191
|
+
code: f.ZodIssueCode.too_big,
|
|
4192
4192
|
maximum: i.maxLength.value,
|
|
4193
4193
|
type: "array",
|
|
4194
4194
|
inclusive: !0,
|
|
@@ -4231,14 +4231,14 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4231
4231
|
maxLength: null,
|
|
4232
4232
|
exactLength: null,
|
|
4233
4233
|
typeName: _.ZodArray,
|
|
4234
|
-
...
|
|
4234
|
+
...b(e)
|
|
4235
4235
|
});
|
|
4236
|
-
function
|
|
4236
|
+
function me(s) {
|
|
4237
4237
|
if (s instanceof E) {
|
|
4238
4238
|
let e = {};
|
|
4239
4239
|
for (let t in s.shape) {
|
|
4240
4240
|
let r = s.shape[t];
|
|
4241
|
-
e[t] = Z.create(
|
|
4241
|
+
e[t] = Z.create(me(r));
|
|
4242
4242
|
}
|
|
4243
4243
|
return new E({
|
|
4244
4244
|
...s._def,
|
|
@@ -4246,12 +4246,12 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4246
4246
|
});
|
|
4247
4247
|
} else return s instanceof B ? new B({
|
|
4248
4248
|
...s._def,
|
|
4249
|
-
type:
|
|
4250
|
-
}) : s instanceof Z ? Z.create(
|
|
4249
|
+
type: me(s.element)
|
|
4250
|
+
}) : s instanceof Z ? Z.create(me(s.unwrap())) : s instanceof L ? L.create(me(s.unwrap())) : s instanceof M ? M.create(s.items.map((e) => me(
|
|
4251
4251
|
e))) : s;
|
|
4252
4252
|
}
|
|
4253
|
-
d(
|
|
4254
|
-
var E = class s extends
|
|
4253
|
+
d(me, "deepPartialify");
|
|
4254
|
+
var E = class s extends v {
|
|
4255
4255
|
static {
|
|
4256
4256
|
d(this, "ZodObject");
|
|
4257
4257
|
}
|
|
@@ -4261,72 +4261,72 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4261
4261
|
_getCached() {
|
|
4262
4262
|
if (this._cached !== null)
|
|
4263
4263
|
return this._cached;
|
|
4264
|
-
let e = this._def.shape(), t =
|
|
4264
|
+
let e = this._def.shape(), t = m.util.objectKeys(e);
|
|
4265
4265
|
return this._cached = { shape: e, keys: t };
|
|
4266
4266
|
}
|
|
4267
4267
|
_parse(e) {
|
|
4268
|
-
if (this._getType(e) !==
|
|
4269
|
-
let
|
|
4270
|
-
return (0, u.addIssueToContext)(
|
|
4271
|
-
code:
|
|
4272
|
-
expected:
|
|
4273
|
-
received:
|
|
4268
|
+
if (this._getType(e) !== m.ZodParsedType.object) {
|
|
4269
|
+
let h = this._getOrReturnCtx(e);
|
|
4270
|
+
return (0, u.addIssueToContext)(h, {
|
|
4271
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4272
|
+
expected: m.ZodParsedType.object,
|
|
4273
|
+
received: h.parsedType
|
|
4274
4274
|
}), u.INVALID;
|
|
4275
4275
|
}
|
|
4276
4276
|
let { status: r, ctx: i } = this._processInputParams(e), { shape: n, keys: o } = this._getCached(), a = [];
|
|
4277
4277
|
if (!(this._def.catchall instanceof V && this._def.unknownKeys === "strip"))
|
|
4278
|
-
for (let
|
|
4279
|
-
o.includes(
|
|
4278
|
+
for (let h in i.data)
|
|
4279
|
+
o.includes(h) || a.push(h);
|
|
4280
4280
|
let l = [];
|
|
4281
|
-
for (let
|
|
4282
|
-
let
|
|
4281
|
+
for (let h of o) {
|
|
4282
|
+
let p = n[h], y = i.data[h];
|
|
4283
4283
|
l.push({
|
|
4284
|
-
key: { status: "valid", value:
|
|
4285
|
-
value:
|
|
4286
|
-
alwaysSet:
|
|
4284
|
+
key: { status: "valid", value: h },
|
|
4285
|
+
value: p._parse(new P(i, y, i.path, h)),
|
|
4286
|
+
alwaysSet: h in i.data
|
|
4287
4287
|
});
|
|
4288
4288
|
}
|
|
4289
4289
|
if (this._def.catchall instanceof V) {
|
|
4290
|
-
let
|
|
4291
|
-
if (
|
|
4292
|
-
for (let
|
|
4290
|
+
let h = this._def.unknownKeys;
|
|
4291
|
+
if (h === "passthrough")
|
|
4292
|
+
for (let p of a)
|
|
4293
4293
|
l.push({
|
|
4294
|
-
key: { status: "valid", value:
|
|
4295
|
-
value: { status: "valid", value: i.data[
|
|
4294
|
+
key: { status: "valid", value: p },
|
|
4295
|
+
value: { status: "valid", value: i.data[p] }
|
|
4296
4296
|
});
|
|
4297
|
-
else if (
|
|
4297
|
+
else if (h === "strict")
|
|
4298
4298
|
a.length > 0 && ((0, u.addIssueToContext)(i, {
|
|
4299
|
-
code:
|
|
4299
|
+
code: f.ZodIssueCode.unrecognized_keys,
|
|
4300
4300
|
keys: a
|
|
4301
4301
|
}), r.dirty());
|
|
4302
|
-
else if (
|
|
4302
|
+
else if (h !== "strip")
|
|
4303
4303
|
throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
4304
4304
|
} else {
|
|
4305
|
-
let
|
|
4306
|
-
for (let
|
|
4307
|
-
let y = i.data[
|
|
4305
|
+
let h = this._def.catchall;
|
|
4306
|
+
for (let p of a) {
|
|
4307
|
+
let y = i.data[p];
|
|
4308
4308
|
l.push({
|
|
4309
|
-
key: { status: "valid", value:
|
|
4310
|
-
value:
|
|
4311
|
-
new P(i, y, i.path,
|
|
4309
|
+
key: { status: "valid", value: p },
|
|
4310
|
+
value: h._parse(
|
|
4311
|
+
new P(i, y, i.path, p)
|
|
4312
4312
|
//, ctx.child(key), value, getParsedType(value)
|
|
4313
4313
|
),
|
|
4314
|
-
alwaysSet:
|
|
4314
|
+
alwaysSet: p in i.data
|
|
4315
4315
|
});
|
|
4316
4316
|
}
|
|
4317
4317
|
}
|
|
4318
4318
|
return i.common.async ? Promise.resolve().then(async () => {
|
|
4319
|
-
let
|
|
4320
|
-
for (let
|
|
4321
|
-
let y = await
|
|
4322
|
-
|
|
4319
|
+
let h = [];
|
|
4320
|
+
for (let p of l) {
|
|
4321
|
+
let y = await p.key, C = await p.value;
|
|
4322
|
+
h.push({
|
|
4323
4323
|
key: y,
|
|
4324
|
-
value:
|
|
4325
|
-
alwaysSet:
|
|
4324
|
+
value: C,
|
|
4325
|
+
alwaysSet: p.alwaysSet
|
|
4326
4326
|
});
|
|
4327
4327
|
}
|
|
4328
|
-
return
|
|
4329
|
-
}).then((
|
|
4328
|
+
return h;
|
|
4329
|
+
}).then((h) => u.ParseStatus.mergeObjectSync(r, h)) : u.ParseStatus.mergeObjectSync(r, l);
|
|
4330
4330
|
}
|
|
4331
4331
|
get shape() {
|
|
4332
4332
|
return this._def.shape();
|
|
@@ -4470,7 +4470,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4470
4470
|
}
|
|
4471
4471
|
pick(e) {
|
|
4472
4472
|
let t = {};
|
|
4473
|
-
return
|
|
4473
|
+
return m.util.objectKeys(e).forEach((r) => {
|
|
4474
4474
|
e[r] && this.shape[r] && (t[r] = this.shape[r]);
|
|
4475
4475
|
}), new s({
|
|
4476
4476
|
...this._def,
|
|
@@ -4479,7 +4479,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4479
4479
|
}
|
|
4480
4480
|
omit(e) {
|
|
4481
4481
|
let t = {};
|
|
4482
|
-
return
|
|
4482
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4483
4483
|
e[r] || (t[r] = this.shape[r]);
|
|
4484
4484
|
}), new s({
|
|
4485
4485
|
...this._def,
|
|
@@ -4490,11 +4490,11 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4490
4490
|
* @deprecated
|
|
4491
4491
|
*/
|
|
4492
4492
|
deepPartial() {
|
|
4493
|
-
return
|
|
4493
|
+
return me(this);
|
|
4494
4494
|
}
|
|
4495
4495
|
partial(e) {
|
|
4496
4496
|
let t = {};
|
|
4497
|
-
return
|
|
4497
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4498
4498
|
let i = this.shape[r];
|
|
4499
4499
|
e && !e[r] ? t[r] = i : t[r] = i.optional();
|
|
4500
4500
|
}), new s({
|
|
@@ -4504,7 +4504,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4504
4504
|
}
|
|
4505
4505
|
required(e) {
|
|
4506
4506
|
let t = {};
|
|
4507
|
-
return
|
|
4507
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4508
4508
|
if (e && !e[r])
|
|
4509
4509
|
t[r] = this.shape[r];
|
|
4510
4510
|
else {
|
|
@@ -4519,7 +4519,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4519
4519
|
});
|
|
4520
4520
|
}
|
|
4521
4521
|
keyof() {
|
|
4522
|
-
return Tr(
|
|
4522
|
+
return Tr(m.util.objectKeys(this.shape));
|
|
4523
4523
|
}
|
|
4524
4524
|
};
|
|
4525
4525
|
c.ZodObject = E;
|
|
@@ -4528,23 +4528,23 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4528
4528
|
unknownKeys: "strip",
|
|
4529
4529
|
catchall: V.create(),
|
|
4530
4530
|
typeName: _.ZodObject,
|
|
4531
|
-
...
|
|
4531
|
+
...b(e)
|
|
4532
4532
|
});
|
|
4533
4533
|
E.strictCreate = (s, e) => new E({
|
|
4534
4534
|
shape: /* @__PURE__ */ d(() => s, "shape"),
|
|
4535
4535
|
unknownKeys: "strict",
|
|
4536
4536
|
catchall: V.create(),
|
|
4537
4537
|
typeName: _.ZodObject,
|
|
4538
|
-
...
|
|
4538
|
+
...b(e)
|
|
4539
4539
|
});
|
|
4540
4540
|
E.lazycreate = (s, e) => new E({
|
|
4541
4541
|
shape: s,
|
|
4542
4542
|
unknownKeys: "strip",
|
|
4543
4543
|
catchall: V.create(),
|
|
4544
4544
|
typeName: _.ZodObject,
|
|
4545
|
-
...
|
|
4545
|
+
...b(e)
|
|
4546
4546
|
});
|
|
4547
|
-
var oe = class extends
|
|
4547
|
+
var oe = class extends v {
|
|
4548
4548
|
static {
|
|
4549
4549
|
d(this, "ZodUnion");
|
|
4550
4550
|
}
|
|
@@ -4557,9 +4557,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4557
4557
|
for (let a of n)
|
|
4558
4558
|
if (a.result.status === "dirty")
|
|
4559
4559
|
return t.common.issues.push(...a.ctx.common.issues), a.result;
|
|
4560
|
-
let o = n.map((a) => new
|
|
4560
|
+
let o = n.map((a) => new f.ZodError(a.ctx.common.issues));
|
|
4561
4561
|
return (0, u.addIssueToContext)(t, {
|
|
4562
|
-
code:
|
|
4562
|
+
code: f.ZodIssueCode.invalid_union,
|
|
4563
4563
|
unionErrors: o
|
|
4564
4564
|
}), u.INVALID;
|
|
4565
4565
|
}
|
|
@@ -4585,27 +4585,27 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4585
4585
|
{
|
|
4586
4586
|
let n, o = [];
|
|
4587
4587
|
for (let l of r) {
|
|
4588
|
-
let
|
|
4588
|
+
let h = {
|
|
4589
4589
|
...t,
|
|
4590
4590
|
common: {
|
|
4591
4591
|
...t.common,
|
|
4592
4592
|
issues: []
|
|
4593
4593
|
},
|
|
4594
4594
|
parent: null
|
|
4595
|
-
},
|
|
4595
|
+
}, p = l._parseSync({
|
|
4596
4596
|
data: t.data,
|
|
4597
4597
|
path: t.path,
|
|
4598
|
-
parent:
|
|
4598
|
+
parent: h
|
|
4599
4599
|
});
|
|
4600
|
-
if (
|
|
4601
|
-
return
|
|
4602
|
-
|
|
4600
|
+
if (p.status === "valid")
|
|
4601
|
+
return p;
|
|
4602
|
+
p.status === "dirty" && !n && (n = { result: p, ctx: h }), h.common.issues.length && o.push(h.common.issues);
|
|
4603
4603
|
}
|
|
4604
4604
|
if (n)
|
|
4605
4605
|
return t.common.issues.push(...n.ctx.common.issues), n.result;
|
|
4606
|
-
let a = o.map((l) => new
|
|
4606
|
+
let a = o.map((l) => new f.ZodError(l));
|
|
4607
4607
|
return (0, u.addIssueToContext)(t, {
|
|
4608
|
-
code:
|
|
4608
|
+
code: f.ZodIssueCode.invalid_union,
|
|
4609
4609
|
unionErrors: a
|
|
4610
4610
|
}), u.INVALID;
|
|
4611
4611
|
}
|
|
@@ -4618,21 +4618,21 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4618
4618
|
oe.create = (s, e) => new oe({
|
|
4619
4619
|
options: s,
|
|
4620
4620
|
typeName: _.ZodUnion,
|
|
4621
|
-
...
|
|
4621
|
+
...b(e)
|
|
4622
4622
|
});
|
|
4623
|
-
var
|
|
4624
|
-
ue ? s.options : s instanceof le ?
|
|
4625
|
-
ne ? [null] : s instanceof Z ? [void 0, ...
|
|
4626
|
-
|
|
4623
|
+
var F = /* @__PURE__ */ d((s) => s instanceof de ? F(s.schema) : s instanceof j ? F(s.innerType()) : s instanceof ce ? [s.value] : s instanceof
|
|
4624
|
+
ue ? s.options : s instanceof le ? m.util.objectValues(s.enum) : s instanceof he ? F(s._def.innerType) : s instanceof ie ? [void 0] : s instanceof
|
|
4625
|
+
ne ? [null] : s instanceof Z ? [void 0, ...F(s.unwrap())] : s instanceof L ? [null, ...F(s.unwrap())] : s instanceof Re || s instanceof fe ?
|
|
4626
|
+
F(s.unwrap()) : s instanceof pe ? F(s._def.innerType) : [], "getDiscriminator"), Je = class s extends v {
|
|
4627
4627
|
static {
|
|
4628
4628
|
d(this, "ZodDiscriminatedUnion");
|
|
4629
4629
|
}
|
|
4630
4630
|
_parse(e) {
|
|
4631
4631
|
let { ctx: t } = this._processInputParams(e);
|
|
4632
|
-
if (t.parsedType !==
|
|
4632
|
+
if (t.parsedType !== m.ZodParsedType.object)
|
|
4633
4633
|
return (0, u.addIssueToContext)(t, {
|
|
4634
|
-
code:
|
|
4635
|
-
expected:
|
|
4634
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4635
|
+
expected: m.ZodParsedType.object,
|
|
4636
4636
|
received: t.parsedType
|
|
4637
4637
|
}), u.INVALID;
|
|
4638
4638
|
let r = this.discriminator, i = t.data[r], n = this.optionsMap.get(i);
|
|
@@ -4645,7 +4645,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4645
4645
|
path: t.path,
|
|
4646
4646
|
parent: t
|
|
4647
4647
|
}) : ((0, u.addIssueToContext)(t, {
|
|
4648
|
-
code:
|
|
4648
|
+
code: f.ZodIssueCode.invalid_union_discriminator,
|
|
4649
4649
|
options: Array.from(this.optionsMap.keys()),
|
|
4650
4650
|
path: [r]
|
|
4651
4651
|
}), u.INVALID);
|
|
@@ -4670,7 +4670,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4670
4670
|
static create(e, t, r) {
|
|
4671
4671
|
let i = /* @__PURE__ */ new Map();
|
|
4672
4672
|
for (let n of t) {
|
|
4673
|
-
let o =
|
|
4673
|
+
let o = F(n.shape[e]);
|
|
4674
4674
|
if (!o.length)
|
|
4675
4675
|
throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);
|
|
4676
4676
|
for (let a of o) {
|
|
@@ -4684,17 +4684,17 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4684
4684
|
discriminator: e,
|
|
4685
4685
|
options: t,
|
|
4686
4686
|
optionsMap: i,
|
|
4687
|
-
...
|
|
4687
|
+
...b(r)
|
|
4688
4688
|
});
|
|
4689
4689
|
}
|
|
4690
4690
|
};
|
|
4691
4691
|
c.ZodDiscriminatedUnion = Je;
|
|
4692
4692
|
function Nt(s, e) {
|
|
4693
|
-
let t = (0,
|
|
4693
|
+
let t = (0, m.getParsedType)(s), r = (0, m.getParsedType)(e);
|
|
4694
4694
|
if (s === e)
|
|
4695
4695
|
return { valid: !0, data: s };
|
|
4696
|
-
if (t ===
|
|
4697
|
-
let i =
|
|
4696
|
+
if (t === m.ZodParsedType.object && r === m.ZodParsedType.object) {
|
|
4697
|
+
let i = m.util.objectKeys(e), n = m.util.objectKeys(s).filter((a) => i.indexOf(a) !== -1), o = { ...s, ...e };
|
|
4698
4698
|
for (let a of n) {
|
|
4699
4699
|
let l = Nt(s[a], e[a]);
|
|
4700
4700
|
if (!l.valid)
|
|
@@ -4702,7 +4702,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4702
4702
|
o[a] = l.data;
|
|
4703
4703
|
}
|
|
4704
4704
|
return { valid: !0, data: o };
|
|
4705
|
-
} else if (t ===
|
|
4705
|
+
} else if (t === m.ZodParsedType.array && r === m.ZodParsedType.array) {
|
|
4706
4706
|
if (s.length !== e.length)
|
|
4707
4707
|
return { valid: !1 };
|
|
4708
4708
|
let i = [];
|
|
@@ -4713,10 +4713,10 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4713
4713
|
i.push(l.data);
|
|
4714
4714
|
}
|
|
4715
4715
|
return { valid: !0, data: i };
|
|
4716
|
-
} else return t ===
|
|
4716
|
+
} else return t === m.ZodParsedType.date && r === m.ZodParsedType.date && +s == +e ? { valid: !0, data: s } : { valid: !1 };
|
|
4717
4717
|
}
|
|
4718
4718
|
d(Nt, "mergeValues");
|
|
4719
|
-
var ae = class extends
|
|
4719
|
+
var ae = class extends v {
|
|
4720
4720
|
static {
|
|
4721
4721
|
d(this, "ZodIntersection");
|
|
4722
4722
|
}
|
|
@@ -4727,7 +4727,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4727
4727
|
let a = Nt(n.value, o.value);
|
|
4728
4728
|
return a.valid ? (((0, u.isDirty)(n) || (0, u.isDirty)(o)) && t.dirty(), { status: t.value, value: a.data }) : ((0, u.addIssueToContext)(
|
|
4729
4729
|
r, {
|
|
4730
|
-
code:
|
|
4730
|
+
code: f.ZodIssueCode.invalid_intersection_types
|
|
4731
4731
|
}), u.INVALID);
|
|
4732
4732
|
}, "handleParsed");
|
|
4733
4733
|
return r.common.async ? Promise.all([
|
|
@@ -4757,30 +4757,30 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4757
4757
|
left: s,
|
|
4758
4758
|
right: e,
|
|
4759
4759
|
typeName: _.ZodIntersection,
|
|
4760
|
-
...
|
|
4760
|
+
...b(t)
|
|
4761
4761
|
});
|
|
4762
|
-
var M = class s extends
|
|
4762
|
+
var M = class s extends v {
|
|
4763
4763
|
static {
|
|
4764
4764
|
d(this, "ZodTuple");
|
|
4765
4765
|
}
|
|
4766
4766
|
_parse(e) {
|
|
4767
4767
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4768
|
-
if (r.parsedType !==
|
|
4768
|
+
if (r.parsedType !== m.ZodParsedType.array)
|
|
4769
4769
|
return (0, u.addIssueToContext)(r, {
|
|
4770
|
-
code:
|
|
4771
|
-
expected:
|
|
4770
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4771
|
+
expected: m.ZodParsedType.array,
|
|
4772
4772
|
received: r.parsedType
|
|
4773
4773
|
}), u.INVALID;
|
|
4774
4774
|
if (r.data.length < this._def.items.length)
|
|
4775
4775
|
return (0, u.addIssueToContext)(r, {
|
|
4776
|
-
code:
|
|
4776
|
+
code: f.ZodIssueCode.too_small,
|
|
4777
4777
|
minimum: this._def.items.length,
|
|
4778
4778
|
inclusive: !0,
|
|
4779
4779
|
exact: !1,
|
|
4780
4780
|
type: "array"
|
|
4781
4781
|
}), u.INVALID;
|
|
4782
4782
|
!this._def.rest && r.data.length > this._def.items.length && ((0, u.addIssueToContext)(r, {
|
|
4783
|
-
code:
|
|
4783
|
+
code: f.ZodIssueCode.too_big,
|
|
4784
4784
|
maximum: this._def.items.length,
|
|
4785
4785
|
inclusive: !0,
|
|
4786
4786
|
exact: !1,
|
|
@@ -4810,10 +4810,10 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4810
4810
|
items: s,
|
|
4811
4811
|
typeName: _.ZodTuple,
|
|
4812
4812
|
rest: null,
|
|
4813
|
-
...
|
|
4813
|
+
...b(e)
|
|
4814
4814
|
});
|
|
4815
4815
|
};
|
|
4816
|
-
var Ye = class s extends
|
|
4816
|
+
var Ye = class s extends v {
|
|
4817
4817
|
static {
|
|
4818
4818
|
d(this, "ZodRecord");
|
|
4819
4819
|
}
|
|
@@ -4825,10 +4825,10 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4825
4825
|
}
|
|
4826
4826
|
_parse(e) {
|
|
4827
4827
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4828
|
-
if (r.parsedType !==
|
|
4828
|
+
if (r.parsedType !== m.ZodParsedType.object)
|
|
4829
4829
|
return (0, u.addIssueToContext)(r, {
|
|
4830
|
-
code:
|
|
4831
|
-
expected:
|
|
4830
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4831
|
+
expected: m.ZodParsedType.object,
|
|
4832
4832
|
received: r.parsedType
|
|
4833
4833
|
}), u.INVALID;
|
|
4834
4834
|
let i = [], n = this._def.keyType, o = this._def.valueType;
|
|
@@ -4844,21 +4844,21 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4844
4844
|
return this._def.valueType;
|
|
4845
4845
|
}
|
|
4846
4846
|
static create(e, t, r) {
|
|
4847
|
-
return t instanceof
|
|
4847
|
+
return t instanceof v ? new s({
|
|
4848
4848
|
keyType: e,
|
|
4849
4849
|
valueType: t,
|
|
4850
4850
|
typeName: _.ZodRecord,
|
|
4851
|
-
...
|
|
4851
|
+
...b(r)
|
|
4852
4852
|
}) : new s({
|
|
4853
4853
|
keyType: G.create(),
|
|
4854
4854
|
valueType: e,
|
|
4855
4855
|
typeName: _.ZodRecord,
|
|
4856
|
-
...
|
|
4856
|
+
...b(t)
|
|
4857
4857
|
});
|
|
4858
4858
|
}
|
|
4859
4859
|
};
|
|
4860
4860
|
c.ZodRecord = Ye;
|
|
4861
|
-
var _e = class extends
|
|
4861
|
+
var _e = class extends v {
|
|
4862
4862
|
static {
|
|
4863
4863
|
d(this, "ZodMap");
|
|
4864
4864
|
}
|
|
@@ -4870,34 +4870,34 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4870
4870
|
}
|
|
4871
4871
|
_parse(e) {
|
|
4872
4872
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4873
|
-
if (r.parsedType !==
|
|
4873
|
+
if (r.parsedType !== m.ZodParsedType.map)
|
|
4874
4874
|
return (0, u.addIssueToContext)(r, {
|
|
4875
|
-
code:
|
|
4876
|
-
expected:
|
|
4875
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4876
|
+
expected: m.ZodParsedType.map,
|
|
4877
4877
|
received: r.parsedType
|
|
4878
4878
|
}), u.INVALID;
|
|
4879
|
-
let i = this._def.keyType, n = this._def.valueType, o = [...r.data.entries()].map(([a, l],
|
|
4880
|
-
key: i._parse(new P(r, a, r.path, [
|
|
4881
|
-
value: n._parse(new P(r, l, r.path, [
|
|
4879
|
+
let i = this._def.keyType, n = this._def.valueType, o = [...r.data.entries()].map(([a, l], h) => ({
|
|
4880
|
+
key: i._parse(new P(r, a, r.path, [h, "key"])),
|
|
4881
|
+
value: n._parse(new P(r, l, r.path, [h, "value"]))
|
|
4882
4882
|
}));
|
|
4883
4883
|
if (r.common.async) {
|
|
4884
4884
|
let a = /* @__PURE__ */ new Map();
|
|
4885
4885
|
return Promise.resolve().then(async () => {
|
|
4886
4886
|
for (let l of o) {
|
|
4887
|
-
let
|
|
4888
|
-
if (
|
|
4887
|
+
let h = await l.key, p = await l.value;
|
|
4888
|
+
if (h.status === "aborted" || p.status === "aborted")
|
|
4889
4889
|
return u.INVALID;
|
|
4890
|
-
(
|
|
4890
|
+
(h.status === "dirty" || p.status === "dirty") && t.dirty(), a.set(h.value, p.value);
|
|
4891
4891
|
}
|
|
4892
4892
|
return { status: t.value, value: a };
|
|
4893
4893
|
});
|
|
4894
4894
|
} else {
|
|
4895
4895
|
let a = /* @__PURE__ */ new Map();
|
|
4896
4896
|
for (let l of o) {
|
|
4897
|
-
let
|
|
4898
|
-
if (
|
|
4897
|
+
let h = l.key, p = l.value;
|
|
4898
|
+
if (h.status === "aborted" || p.status === "aborted")
|
|
4899
4899
|
return u.INVALID;
|
|
4900
|
-
(
|
|
4900
|
+
(h.status === "dirty" || p.status === "dirty") && t.dirty(), a.set(h.value, p.value);
|
|
4901
4901
|
}
|
|
4902
4902
|
return { status: t.value, value: a };
|
|
4903
4903
|
}
|
|
@@ -4908,30 +4908,30 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4908
4908
|
valueType: e,
|
|
4909
4909
|
keyType: s,
|
|
4910
4910
|
typeName: _.ZodMap,
|
|
4911
|
-
...
|
|
4911
|
+
...b(t)
|
|
4912
4912
|
});
|
|
4913
|
-
var
|
|
4913
|
+
var be = class s extends v {
|
|
4914
4914
|
static {
|
|
4915
4915
|
d(this, "ZodSet");
|
|
4916
4916
|
}
|
|
4917
4917
|
_parse(e) {
|
|
4918
4918
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4919
|
-
if (r.parsedType !==
|
|
4919
|
+
if (r.parsedType !== m.ZodParsedType.set)
|
|
4920
4920
|
return (0, u.addIssueToContext)(r, {
|
|
4921
|
-
code:
|
|
4922
|
-
expected:
|
|
4921
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4922
|
+
expected: m.ZodParsedType.set,
|
|
4923
4923
|
received: r.parsedType
|
|
4924
4924
|
}), u.INVALID;
|
|
4925
4925
|
let i = this._def;
|
|
4926
4926
|
i.minSize !== null && r.data.size < i.minSize.value && ((0, u.addIssueToContext)(r, {
|
|
4927
|
-
code:
|
|
4927
|
+
code: f.ZodIssueCode.too_small,
|
|
4928
4928
|
minimum: i.minSize.value,
|
|
4929
4929
|
type: "set",
|
|
4930
4930
|
inclusive: !0,
|
|
4931
4931
|
exact: !1,
|
|
4932
4932
|
message: i.minSize.message
|
|
4933
4933
|
}), t.dirty()), i.maxSize !== null && r.data.size > i.maxSize.value && ((0, u.addIssueToContext)(r, {
|
|
4934
|
-
code:
|
|
4934
|
+
code: f.ZodIssueCode.too_big,
|
|
4935
4935
|
maximum: i.maxSize.value,
|
|
4936
4936
|
type: "set",
|
|
4937
4937
|
inclusive: !0,
|
|
@@ -4940,16 +4940,16 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4940
4940
|
}), t.dirty());
|
|
4941
4941
|
let n = this._def.valueType;
|
|
4942
4942
|
function o(l) {
|
|
4943
|
-
let
|
|
4944
|
-
for (let
|
|
4945
|
-
if (
|
|
4943
|
+
let h = /* @__PURE__ */ new Set();
|
|
4944
|
+
for (let p of l) {
|
|
4945
|
+
if (p.status === "aborted")
|
|
4946
4946
|
return u.INVALID;
|
|
4947
|
-
|
|
4947
|
+
p.status === "dirty" && t.dirty(), h.add(p.value);
|
|
4948
4948
|
}
|
|
4949
|
-
return { status: t.value, value:
|
|
4949
|
+
return { status: t.value, value: h };
|
|
4950
4950
|
}
|
|
4951
4951
|
d(o, "finalizeSet");
|
|
4952
|
-
let a = [...r.data.values()].map((l,
|
|
4952
|
+
let a = [...r.data.values()].map((l, h) => n._parse(new P(r, l, r.path, h)));
|
|
4953
4953
|
return r.common.async ? Promise.all(a).then((l) => o(l)) : o(a);
|
|
4954
4954
|
}
|
|
4955
4955
|
min(e, t) {
|
|
@@ -4971,15 +4971,15 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4971
4971
|
return this.min(1, e);
|
|
4972
4972
|
}
|
|
4973
4973
|
};
|
|
4974
|
-
c.ZodSet =
|
|
4975
|
-
|
|
4974
|
+
c.ZodSet = be;
|
|
4975
|
+
be.create = (s, e) => new be({
|
|
4976
4976
|
valueType: s,
|
|
4977
4977
|
minSize: null,
|
|
4978
4978
|
maxSize: null,
|
|
4979
4979
|
typeName: _.ZodSet,
|
|
4980
|
-
...
|
|
4980
|
+
...b(e)
|
|
4981
4981
|
});
|
|
4982
|
-
var Xe = class s extends
|
|
4982
|
+
var Xe = class s extends v {
|
|
4983
4983
|
static {
|
|
4984
4984
|
d(this, "ZodFunction");
|
|
4985
4985
|
}
|
|
@@ -4988,10 +4988,10 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4988
4988
|
}
|
|
4989
4989
|
_parse(e) {
|
|
4990
4990
|
let { ctx: t } = this._processInputParams(e);
|
|
4991
|
-
if (t.parsedType !==
|
|
4991
|
+
if (t.parsedType !== m.ZodParsedType.function)
|
|
4992
4992
|
return (0, u.addIssueToContext)(t, {
|
|
4993
|
-
code:
|
|
4994
|
-
expected:
|
|
4993
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4994
|
+
expected: m.ZodParsedType.function,
|
|
4995
4995
|
received: t.parsedType
|
|
4996
4996
|
}), u.INVALID;
|
|
4997
4997
|
function r(a, l) {
|
|
@@ -5003,9 +5003,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5003
5003
|
t.schemaErrorMap,
|
|
5004
5004
|
(0, ze.getErrorMap)(),
|
|
5005
5005
|
ze.defaultErrorMap
|
|
5006
|
-
].filter((
|
|
5006
|
+
].filter((h) => !!h),
|
|
5007
5007
|
issueData: {
|
|
5008
|
-
code:
|
|
5008
|
+
code: f.ZodIssueCode.invalid_arguments,
|
|
5009
5009
|
argumentsError: l
|
|
5010
5010
|
}
|
|
5011
5011
|
});
|
|
@@ -5020,9 +5020,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5020
5020
|
t.schemaErrorMap,
|
|
5021
5021
|
(0, ze.getErrorMap)(),
|
|
5022
5022
|
ze.defaultErrorMap
|
|
5023
|
-
].filter((
|
|
5023
|
+
].filter((h) => !!h),
|
|
5024
5024
|
issueData: {
|
|
5025
|
-
code:
|
|
5025
|
+
code: f.ZodIssueCode.invalid_return_type,
|
|
5026
5026
|
returnTypeError: l
|
|
5027
5027
|
}
|
|
5028
5028
|
});
|
|
@@ -5032,22 +5032,22 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5032
5032
|
if (this._def.returns instanceof Y) {
|
|
5033
5033
|
let a = this;
|
|
5034
5034
|
return (0, u.OK)(async function(...l) {
|
|
5035
|
-
let
|
|
5036
|
-
throw
|
|
5037
|
-
}), y = await Reflect.apply(o, this,
|
|
5038
|
-
return await a._def.returns._def.type.parseAsync(y, n).catch((
|
|
5039
|
-
throw
|
|
5035
|
+
let h = new f.ZodError([]), p = await a._def.args.parseAsync(l, n).catch((S) => {
|
|
5036
|
+
throw h.addIssue(r(l, S)), h;
|
|
5037
|
+
}), y = await Reflect.apply(o, this, p);
|
|
5038
|
+
return await a._def.returns._def.type.parseAsync(y, n).catch((S) => {
|
|
5039
|
+
throw h.addIssue(i(y, S)), h;
|
|
5040
5040
|
});
|
|
5041
5041
|
});
|
|
5042
5042
|
} else {
|
|
5043
5043
|
let a = this;
|
|
5044
5044
|
return (0, u.OK)(function(...l) {
|
|
5045
|
-
let
|
|
5046
|
-
if (!
|
|
5047
|
-
throw new
|
|
5048
|
-
let
|
|
5045
|
+
let h = a._def.args.safeParse(l, n);
|
|
5046
|
+
if (!h.success)
|
|
5047
|
+
throw new f.ZodError([r(l, h.error)]);
|
|
5048
|
+
let p = Reflect.apply(o, this, h.data), y = a._def.returns.safeParse(p, n);
|
|
5049
5049
|
if (!y.success)
|
|
5050
|
-
throw new
|
|
5050
|
+
throw new f.ZodError([i(p, y.error)]);
|
|
5051
5051
|
return y.data;
|
|
5052
5052
|
});
|
|
5053
5053
|
}
|
|
@@ -5061,7 +5061,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5061
5061
|
args(...e) {
|
|
5062
5062
|
return new s({
|
|
5063
5063
|
...this._def,
|
|
5064
|
-
args: M.create(e).rest(
|
|
5064
|
+
args: M.create(e).rest(q.create())
|
|
5065
5065
|
});
|
|
5066
5066
|
}
|
|
5067
5067
|
returns(e) {
|
|
@@ -5078,15 +5078,15 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5078
5078
|
}
|
|
5079
5079
|
static create(e, t, r) {
|
|
5080
5080
|
return new s({
|
|
5081
|
-
args: e || M.create([]).rest(
|
|
5082
|
-
returns: t ||
|
|
5081
|
+
args: e || M.create([]).rest(q.create()),
|
|
5082
|
+
returns: t || q.create(),
|
|
5083
5083
|
typeName: _.ZodFunction,
|
|
5084
|
-
...
|
|
5084
|
+
...b(r)
|
|
5085
5085
|
});
|
|
5086
5086
|
}
|
|
5087
5087
|
};
|
|
5088
5088
|
c.ZodFunction = Xe;
|
|
5089
|
-
var de = class extends
|
|
5089
|
+
var de = class extends v {
|
|
5090
5090
|
static {
|
|
5091
5091
|
d(this, "ZodLazy");
|
|
5092
5092
|
}
|
|
@@ -5102,9 +5102,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5102
5102
|
de.create = (s, e) => new de({
|
|
5103
5103
|
getter: s,
|
|
5104
5104
|
typeName: _.ZodLazy,
|
|
5105
|
-
...
|
|
5105
|
+
...b(e)
|
|
5106
5106
|
});
|
|
5107
|
-
var ce = class extends
|
|
5107
|
+
var ce = class extends v {
|
|
5108
5108
|
static {
|
|
5109
5109
|
d(this, "ZodLiteral");
|
|
5110
5110
|
}
|
|
@@ -5113,7 +5113,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5113
5113
|
let t = this._getOrReturnCtx(e);
|
|
5114
5114
|
return (0, u.addIssueToContext)(t, {
|
|
5115
5115
|
received: t.data,
|
|
5116
|
-
code:
|
|
5116
|
+
code: f.ZodIssueCode.invalid_literal,
|
|
5117
5117
|
expected: this._def.value
|
|
5118
5118
|
}), u.INVALID;
|
|
5119
5119
|
}
|
|
@@ -5127,37 +5127,37 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5127
5127
|
ce.create = (s, e) => new ce({
|
|
5128
5128
|
value: s,
|
|
5129
5129
|
typeName: _.ZodLiteral,
|
|
5130
|
-
...
|
|
5130
|
+
...b(e)
|
|
5131
5131
|
});
|
|
5132
5132
|
function Tr(s, e) {
|
|
5133
5133
|
return new ue({
|
|
5134
5134
|
values: s,
|
|
5135
5135
|
typeName: _.ZodEnum,
|
|
5136
|
-
...
|
|
5136
|
+
...b(e)
|
|
5137
5137
|
});
|
|
5138
5138
|
}
|
|
5139
5139
|
d(Tr, "createZodEnum");
|
|
5140
|
-
var ue = class s extends
|
|
5140
|
+
var ue = class s extends v {
|
|
5141
5141
|
static {
|
|
5142
5142
|
d(this, "ZodEnum");
|
|
5143
5143
|
}
|
|
5144
5144
|
constructor() {
|
|
5145
|
-
super(...arguments),
|
|
5145
|
+
super(...arguments), Se.set(this, void 0);
|
|
5146
5146
|
}
|
|
5147
5147
|
_parse(e) {
|
|
5148
5148
|
if (typeof e.data != "string") {
|
|
5149
5149
|
let t = this._getOrReturnCtx(e), r = this._def.values;
|
|
5150
5150
|
return (0, u.addIssueToContext)(t, {
|
|
5151
|
-
expected:
|
|
5151
|
+
expected: m.util.joinValues(r),
|
|
5152
5152
|
received: t.parsedType,
|
|
5153
|
-
code:
|
|
5153
|
+
code: f.ZodIssueCode.invalid_type
|
|
5154
5154
|
}), u.INVALID;
|
|
5155
5155
|
}
|
|
5156
|
-
if (Ge(this,
|
|
5156
|
+
if (Ge(this, Se, "f") || Cr(this, Se, new Set(this._def.values), "f"), !Ge(this, Se, "f").has(e.data)) {
|
|
5157
5157
|
let t = this._getOrReturnCtx(e), r = this._def.values;
|
|
5158
5158
|
return (0, u.addIssueToContext)(t, {
|
|
5159
5159
|
received: t.data,
|
|
5160
|
-
code:
|
|
5160
|
+
code: f.ZodIssueCode.invalid_enum_value,
|
|
5161
5161
|
options: r
|
|
5162
5162
|
}), u.INVALID;
|
|
5163
5163
|
}
|
|
@@ -5198,30 +5198,30 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5198
5198
|
}
|
|
5199
5199
|
};
|
|
5200
5200
|
c.ZodEnum = ue;
|
|
5201
|
-
|
|
5201
|
+
Se = /* @__PURE__ */ new WeakMap();
|
|
5202
5202
|
ue.create = Tr;
|
|
5203
|
-
var le = class extends
|
|
5203
|
+
var le = class extends v {
|
|
5204
5204
|
static {
|
|
5205
5205
|
d(this, "ZodNativeEnum");
|
|
5206
5206
|
}
|
|
5207
5207
|
constructor() {
|
|
5208
|
-
super(...arguments),
|
|
5208
|
+
super(...arguments), je.set(this, void 0);
|
|
5209
5209
|
}
|
|
5210
5210
|
_parse(e) {
|
|
5211
|
-
let t =
|
|
5212
|
-
if (r.parsedType !==
|
|
5213
|
-
let i =
|
|
5211
|
+
let t = m.util.getValidEnumValues(this._def.values), r = this._getOrReturnCtx(e);
|
|
5212
|
+
if (r.parsedType !== m.ZodParsedType.string && r.parsedType !== m.ZodParsedType.number) {
|
|
5213
|
+
let i = m.util.objectValues(t);
|
|
5214
5214
|
return (0, u.addIssueToContext)(r, {
|
|
5215
|
-
expected:
|
|
5215
|
+
expected: m.util.joinValues(i),
|
|
5216
5216
|
received: r.parsedType,
|
|
5217
|
-
code:
|
|
5217
|
+
code: f.ZodIssueCode.invalid_type
|
|
5218
5218
|
}), u.INVALID;
|
|
5219
5219
|
}
|
|
5220
|
-
if (Ge(this,
|
|
5221
|
-
let i =
|
|
5220
|
+
if (Ge(this, je, "f") || Cr(this, je, new Set(m.util.getValidEnumValues(this._def.values)), "f"), !Ge(this, je, "f").has(e.data)) {
|
|
5221
|
+
let i = m.util.objectValues(t);
|
|
5222
5222
|
return (0, u.addIssueToContext)(r, {
|
|
5223
5223
|
received: r.data,
|
|
5224
|
-
code:
|
|
5224
|
+
code: f.ZodIssueCode.invalid_enum_value,
|
|
5225
5225
|
options: i
|
|
5226
5226
|
}), u.INVALID;
|
|
5227
5227
|
}
|
|
@@ -5232,13 +5232,13 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5232
5232
|
}
|
|
5233
5233
|
};
|
|
5234
5234
|
c.ZodNativeEnum = le;
|
|
5235
|
-
|
|
5235
|
+
je = /* @__PURE__ */ new WeakMap();
|
|
5236
5236
|
le.create = (s, e) => new le({
|
|
5237
5237
|
values: s,
|
|
5238
5238
|
typeName: _.ZodNativeEnum,
|
|
5239
|
-
...
|
|
5239
|
+
...b(e)
|
|
5240
5240
|
});
|
|
5241
|
-
var Y = class extends
|
|
5241
|
+
var Y = class extends v {
|
|
5242
5242
|
static {
|
|
5243
5243
|
d(this, "ZodPromise");
|
|
5244
5244
|
}
|
|
@@ -5247,13 +5247,13 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5247
5247
|
}
|
|
5248
5248
|
_parse(e) {
|
|
5249
5249
|
let { ctx: t } = this._processInputParams(e);
|
|
5250
|
-
if (t.parsedType !==
|
|
5250
|
+
if (t.parsedType !== m.ZodParsedType.promise && t.common.async === !1)
|
|
5251
5251
|
return (0, u.addIssueToContext)(t, {
|
|
5252
|
-
code:
|
|
5253
|
-
expected:
|
|
5252
|
+
code: f.ZodIssueCode.invalid_type,
|
|
5253
|
+
expected: m.ZodParsedType.promise,
|
|
5254
5254
|
received: t.parsedType
|
|
5255
5255
|
}), u.INVALID;
|
|
5256
|
-
let r = t.parsedType ===
|
|
5256
|
+
let r = t.parsedType === m.ZodParsedType.promise ? t.data : Promise.resolve(t.data);
|
|
5257
5257
|
return (0, u.OK)(r.then((i) => this._def.type.parseAsync(i, {
|
|
5258
5258
|
path: t.path,
|
|
5259
5259
|
errorMap: t.common.contextualErrorMap
|
|
@@ -5264,9 +5264,9 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5264
5264
|
Y.create = (s, e) => new Y({
|
|
5265
5265
|
type: s,
|
|
5266
5266
|
typeName: _.ZodPromise,
|
|
5267
|
-
...
|
|
5267
|
+
...b(e)
|
|
5268
5268
|
});
|
|
5269
|
-
var
|
|
5269
|
+
var j = class extends v {
|
|
5270
5270
|
static {
|
|
5271
5271
|
d(this, "ZodEffects");
|
|
5272
5272
|
}
|
|
@@ -5345,29 +5345,29 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5345
5345
|
} else
|
|
5346
5346
|
return this._def.schema._parseAsync({ data: r.data, path: r.path, parent: r }).then((o) => (0, u.isValid)(o) ? Promise.resolve(i.transform(
|
|
5347
5347
|
o.value, n)).then((a) => ({ status: t.value, value: a })) : o);
|
|
5348
|
-
|
|
5348
|
+
m.util.assertNever(i);
|
|
5349
5349
|
}
|
|
5350
5350
|
};
|
|
5351
|
-
c.ZodEffects =
|
|
5352
|
-
c.ZodTransformer =
|
|
5353
|
-
|
|
5351
|
+
c.ZodEffects = j;
|
|
5352
|
+
c.ZodTransformer = j;
|
|
5353
|
+
j.create = (s, e, t) => new j({
|
|
5354
5354
|
schema: s,
|
|
5355
5355
|
typeName: _.ZodEffects,
|
|
5356
5356
|
effect: e,
|
|
5357
|
-
...
|
|
5357
|
+
...b(t)
|
|
5358
5358
|
});
|
|
5359
|
-
|
|
5359
|
+
j.createWithPreprocess = (s, e, t) => new j({
|
|
5360
5360
|
schema: e,
|
|
5361
5361
|
effect: { type: "preprocess", transform: s },
|
|
5362
5362
|
typeName: _.ZodEffects,
|
|
5363
|
-
...
|
|
5363
|
+
...b(t)
|
|
5364
5364
|
});
|
|
5365
|
-
var Z = class extends
|
|
5365
|
+
var Z = class extends v {
|
|
5366
5366
|
static {
|
|
5367
5367
|
d(this, "ZodOptional");
|
|
5368
5368
|
}
|
|
5369
5369
|
_parse(e) {
|
|
5370
|
-
return this._getType(e) ===
|
|
5370
|
+
return this._getType(e) === m.ZodParsedType.undefined ? (0, u.OK)(void 0) : this._def.innerType._parse(e);
|
|
5371
5371
|
}
|
|
5372
5372
|
unwrap() {
|
|
5373
5373
|
return this._def.innerType;
|
|
@@ -5377,14 +5377,14 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5377
5377
|
Z.create = (s, e) => new Z({
|
|
5378
5378
|
innerType: s,
|
|
5379
5379
|
typeName: _.ZodOptional,
|
|
5380
|
-
...
|
|
5380
|
+
...b(e)
|
|
5381
5381
|
});
|
|
5382
|
-
var L = class extends
|
|
5382
|
+
var L = class extends v {
|
|
5383
5383
|
static {
|
|
5384
5384
|
d(this, "ZodNullable");
|
|
5385
5385
|
}
|
|
5386
5386
|
_parse(e) {
|
|
5387
|
-
return this._getType(e) ===
|
|
5387
|
+
return this._getType(e) === m.ZodParsedType.null ? (0, u.OK)(null) : this._def.innerType._parse(e);
|
|
5388
5388
|
}
|
|
5389
5389
|
unwrap() {
|
|
5390
5390
|
return this._def.innerType;
|
|
@@ -5394,15 +5394,15 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5394
5394
|
L.create = (s, e) => new L({
|
|
5395
5395
|
innerType: s,
|
|
5396
5396
|
typeName: _.ZodNullable,
|
|
5397
|
-
...
|
|
5397
|
+
...b(e)
|
|
5398
5398
|
});
|
|
5399
|
-
var
|
|
5399
|
+
var he = class extends v {
|
|
5400
5400
|
static {
|
|
5401
5401
|
d(this, "ZodDefault");
|
|
5402
5402
|
}
|
|
5403
5403
|
_parse(e) {
|
|
5404
5404
|
let { ctx: t } = this._processInputParams(e), r = t.data;
|
|
5405
|
-
return t.parsedType ===
|
|
5405
|
+
return t.parsedType === m.ZodParsedType.undefined && (r = this._def.defaultValue()), this._def.innerType._parse({
|
|
5406
5406
|
data: r,
|
|
5407
5407
|
path: t.path,
|
|
5408
5408
|
parent: t
|
|
@@ -5412,14 +5412,14 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5412
5412
|
return this._def.innerType;
|
|
5413
5413
|
}
|
|
5414
5414
|
};
|
|
5415
|
-
c.ZodDefault =
|
|
5416
|
-
|
|
5415
|
+
c.ZodDefault = he;
|
|
5416
|
+
he.create = (s, e) => new he({
|
|
5417
5417
|
innerType: s,
|
|
5418
5418
|
typeName: _.ZodDefault,
|
|
5419
5419
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
5420
|
-
...
|
|
5420
|
+
...b(e)
|
|
5421
5421
|
});
|
|
5422
|
-
var
|
|
5422
|
+
var pe = class extends v {
|
|
5423
5423
|
static {
|
|
5424
5424
|
d(this, "ZodCatch");
|
|
5425
5425
|
}
|
|
@@ -5441,7 +5441,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5441
5441
|
status: "valid",
|
|
5442
5442
|
value: n.status === "valid" ? n.value : this._def.catchValue({
|
|
5443
5443
|
get error() {
|
|
5444
|
-
return new
|
|
5444
|
+
return new f.ZodError(r.common.issues);
|
|
5445
5445
|
},
|
|
5446
5446
|
input: r.data
|
|
5447
5447
|
})
|
|
@@ -5449,7 +5449,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5449
5449
|
status: "valid",
|
|
5450
5450
|
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
5451
5451
|
get error() {
|
|
5452
|
-
return new
|
|
5452
|
+
return new f.ZodError(r.common.issues);
|
|
5453
5453
|
},
|
|
5454
5454
|
input: r.data
|
|
5455
5455
|
})
|
|
@@ -5459,36 +5459,36 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5459
5459
|
return this._def.innerType;
|
|
5460
5460
|
}
|
|
5461
5461
|
};
|
|
5462
|
-
c.ZodCatch =
|
|
5463
|
-
|
|
5462
|
+
c.ZodCatch = pe;
|
|
5463
|
+
pe.create = (s, e) => new pe({
|
|
5464
5464
|
innerType: s,
|
|
5465
5465
|
typeName: _.ZodCatch,
|
|
5466
5466
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
5467
|
-
...
|
|
5467
|
+
...b(e)
|
|
5468
5468
|
});
|
|
5469
|
-
var
|
|
5469
|
+
var ve = class extends v {
|
|
5470
5470
|
static {
|
|
5471
5471
|
d(this, "ZodNaN");
|
|
5472
5472
|
}
|
|
5473
5473
|
_parse(e) {
|
|
5474
|
-
if (this._getType(e) !==
|
|
5474
|
+
if (this._getType(e) !== m.ZodParsedType.nan) {
|
|
5475
5475
|
let r = this._getOrReturnCtx(e);
|
|
5476
5476
|
return (0, u.addIssueToContext)(r, {
|
|
5477
|
-
code:
|
|
5478
|
-
expected:
|
|
5477
|
+
code: f.ZodIssueCode.invalid_type,
|
|
5478
|
+
expected: m.ZodParsedType.nan,
|
|
5479
5479
|
received: r.parsedType
|
|
5480
5480
|
}), u.INVALID;
|
|
5481
5481
|
}
|
|
5482
5482
|
return { status: "valid", value: e.data };
|
|
5483
5483
|
}
|
|
5484
5484
|
};
|
|
5485
|
-
c.ZodNaN =
|
|
5486
|
-
|
|
5485
|
+
c.ZodNaN = ve;
|
|
5486
|
+
ve.create = (s) => new ve({
|
|
5487
5487
|
typeName: _.ZodNaN,
|
|
5488
|
-
...
|
|
5488
|
+
...b(s)
|
|
5489
5489
|
});
|
|
5490
5490
|
c.BRAND = Symbol("zod_brand");
|
|
5491
|
-
var Re = class extends
|
|
5491
|
+
var Re = class extends v {
|
|
5492
5492
|
static {
|
|
5493
5493
|
d(this, "ZodBranded");
|
|
5494
5494
|
}
|
|
@@ -5505,7 +5505,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5505
5505
|
}
|
|
5506
5506
|
};
|
|
5507
5507
|
c.ZodBranded = Re;
|
|
5508
|
-
var Ze = class s extends
|
|
5508
|
+
var Ze = class s extends v {
|
|
5509
5509
|
static {
|
|
5510
5510
|
d(this, "ZodPipeline");
|
|
5511
5511
|
}
|
|
@@ -5550,7 +5550,7 @@ onent})+$", Pt, Fs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5550
5550
|
}
|
|
5551
5551
|
};
|
|
5552
5552
|
c.ZodPipeline = Ze;
|
|
5553
|
-
var
|
|
5553
|
+
var fe = class extends v {
|
|
5554
5554
|
static {
|
|
5555
5555
|
d(this, "ZodReadonly");
|
|
5556
5556
|
}
|
|
@@ -5563,11 +5563,11 @@ eze");
|
|
|
5563
5563
|
return this._def.innerType;
|
|
5564
5564
|
}
|
|
5565
5565
|
};
|
|
5566
|
-
c.ZodReadonly =
|
|
5567
|
-
|
|
5566
|
+
c.ZodReadonly = fe;
|
|
5567
|
+
fe.create = (s, e) => new fe({
|
|
5568
5568
|
innerType: s,
|
|
5569
5569
|
typeName: _.ZodReadonly,
|
|
5570
|
-
...
|
|
5570
|
+
...b(e)
|
|
5571
5571
|
});
|
|
5572
5572
|
function wr(s, e) {
|
|
5573
5573
|
let t = typeof s == "function" ? s(e) : typeof s == "string" ? { message: s } : s;
|
|
@@ -5580,15 +5580,15 @@ eze");
|
|
|
5580
5580
|
let a = s(r);
|
|
5581
5581
|
if (a instanceof Promise)
|
|
5582
5582
|
return a.then((l) => {
|
|
5583
|
-
var
|
|
5583
|
+
var h, p;
|
|
5584
5584
|
if (!l) {
|
|
5585
|
-
let y = wr(e, r),
|
|
5586
|
-
i.addIssue({ code: "custom", ...y, fatal:
|
|
5585
|
+
let y = wr(e, r), C = (p = (h = y.fatal) !== null && h !== void 0 ? h : t) !== null && p !== void 0 ? p : !0;
|
|
5586
|
+
i.addIssue({ code: "custom", ...y, fatal: C });
|
|
5587
5587
|
}
|
|
5588
5588
|
});
|
|
5589
5589
|
if (!a) {
|
|
5590
|
-
let l = wr(e, r),
|
|
5591
|
-
i.addIssue({ code: "custom", ...l, fatal:
|
|
5590
|
+
let l = wr(e, r), h = (o = (n = l.fatal) !== null && n !== void 0 ? n : t) !== null && o !== void 0 ? o : !0;
|
|
5591
|
+
i.addIssue({ code: "custom", ...l, fatal: h });
|
|
5592
5592
|
}
|
|
5593
5593
|
}) : J.create();
|
|
5594
5594
|
}
|
|
@@ -5614,14 +5614,14 @@ adonly";
|
|
|
5614
5614
|
c.instanceof = ti;
|
|
5615
5615
|
var Ar = G.create;
|
|
5616
5616
|
c.string = Ar;
|
|
5617
|
-
var
|
|
5618
|
-
c.number =
|
|
5619
|
-
var ri =
|
|
5617
|
+
var Sr = ee.create;
|
|
5618
|
+
c.number = Sr;
|
|
5619
|
+
var ri = ve.create;
|
|
5620
5620
|
c.nan = ri;
|
|
5621
5621
|
var si = te.create;
|
|
5622
5622
|
c.bigint = si;
|
|
5623
|
-
var
|
|
5624
|
-
c.boolean =
|
|
5623
|
+
var jr = re.create;
|
|
5624
|
+
c.boolean = jr;
|
|
5625
5625
|
var ii = se.create;
|
|
5626
5626
|
c.date = ii;
|
|
5627
5627
|
var ni = ge.create;
|
|
@@ -5632,60 +5632,60 @@ adonly";
|
|
|
5632
5632
|
c.null = ai;
|
|
5633
5633
|
var di = J.create;
|
|
5634
5634
|
c.any = di;
|
|
5635
|
-
var ci =
|
|
5635
|
+
var ci = q.create;
|
|
5636
5636
|
c.unknown = ci;
|
|
5637
5637
|
var ui = V.create;
|
|
5638
5638
|
c.never = ui;
|
|
5639
5639
|
var li = ye.create;
|
|
5640
5640
|
c.void = li;
|
|
5641
|
-
var
|
|
5642
|
-
c.array =
|
|
5643
|
-
var
|
|
5644
|
-
c.object =
|
|
5645
|
-
var
|
|
5646
|
-
c.strictObject =
|
|
5647
|
-
var
|
|
5648
|
-
c.union =
|
|
5641
|
+
var hi = B.create;
|
|
5642
|
+
c.array = hi;
|
|
5643
|
+
var pi = E.create;
|
|
5644
|
+
c.object = pi;
|
|
5645
|
+
var fi = E.strictCreate;
|
|
5646
|
+
c.strictObject = fi;
|
|
5647
|
+
var mi = oe.create;
|
|
5648
|
+
c.union = mi;
|
|
5649
5649
|
var gi = Je.create;
|
|
5650
5650
|
c.discriminatedUnion = gi;
|
|
5651
5651
|
var yi = ae.create;
|
|
5652
5652
|
c.intersection = yi;
|
|
5653
5653
|
var _i = M.create;
|
|
5654
5654
|
c.tuple = _i;
|
|
5655
|
-
var
|
|
5656
|
-
c.record =
|
|
5657
|
-
var
|
|
5658
|
-
c.map =
|
|
5659
|
-
var xi =
|
|
5655
|
+
var bi = Ye.create;
|
|
5656
|
+
c.record = bi;
|
|
5657
|
+
var vi = _e.create;
|
|
5658
|
+
c.map = vi;
|
|
5659
|
+
var xi = be.create;
|
|
5660
5660
|
c.set = xi;
|
|
5661
5661
|
var wi = Xe.create;
|
|
5662
5662
|
c.function = wi;
|
|
5663
|
-
var
|
|
5664
|
-
c.lazy =
|
|
5665
|
-
var
|
|
5666
|
-
c.literal =
|
|
5663
|
+
var Ci = de.create;
|
|
5664
|
+
c.lazy = Ci;
|
|
5665
|
+
var ki = ce.create;
|
|
5666
|
+
c.literal = ki;
|
|
5667
5667
|
var Ii = ue.create;
|
|
5668
5668
|
c.enum = Ii;
|
|
5669
5669
|
var Oi = le.create;
|
|
5670
5670
|
c.nativeEnum = Oi;
|
|
5671
5671
|
var Ti = Y.create;
|
|
5672
5672
|
c.promise = Ti;
|
|
5673
|
-
var Rr =
|
|
5673
|
+
var Rr = j.create;
|
|
5674
5674
|
c.effect = Rr;
|
|
5675
5675
|
c.transformer = Rr;
|
|
5676
5676
|
var Ei = Z.create;
|
|
5677
5677
|
c.optional = Ei;
|
|
5678
5678
|
var Ai = L.create;
|
|
5679
5679
|
c.nullable = Ai;
|
|
5680
|
-
var
|
|
5681
|
-
c.preprocess =
|
|
5682
|
-
var
|
|
5683
|
-
c.pipeline =
|
|
5680
|
+
var Si = j.createWithPreprocess;
|
|
5681
|
+
c.preprocess = Si;
|
|
5682
|
+
var ji = Ze.create;
|
|
5683
|
+
c.pipeline = ji;
|
|
5684
5684
|
var Ri = /* @__PURE__ */ d(() => Ar().optional(), "ostring");
|
|
5685
5685
|
c.ostring = Ri;
|
|
5686
|
-
var Zi = /* @__PURE__ */ d(() =>
|
|
5686
|
+
var Zi = /* @__PURE__ */ d(() => Sr().optional(), "onumber");
|
|
5687
5687
|
c.onumber = Zi;
|
|
5688
|
-
var Pi = /* @__PURE__ */ d(() =>
|
|
5688
|
+
var Pi = /* @__PURE__ */ d(() => jr().optional(), "oboolean");
|
|
5689
5689
|
c.oboolean = Pi;
|
|
5690
5690
|
c.coerce = {
|
|
5691
5691
|
string: /* @__PURE__ */ d((s) => G.create({ ...s, coerce: !0 }), "string"),
|
|
@@ -5792,7 +5792,7 @@ d(H, "findPackage");
|
|
|
5792
5792
|
|
|
5793
5793
|
// node_modules/leven/index.js
|
|
5794
5794
|
var wt = [], tr = [];
|
|
5795
|
-
function
|
|
5795
|
+
function Ct(s, e) {
|
|
5796
5796
|
if (s === e)
|
|
5797
5797
|
return 0;
|
|
5798
5798
|
let t = s;
|
|
@@ -5805,24 +5805,24 @@ function kt(s, e) {
|
|
|
5805
5805
|
n++;
|
|
5806
5806
|
if (r -= n, i -= n, r === 0)
|
|
5807
5807
|
return i;
|
|
5808
|
-
let o, a, l,
|
|
5809
|
-
for (;
|
|
5810
|
-
tr[
|
|
5808
|
+
let o, a, l, h, p = 0, y = 0;
|
|
5809
|
+
for (; p < r; )
|
|
5810
|
+
tr[p] = s.charCodeAt(n + p), wt[p] = ++p;
|
|
5811
5811
|
for (; y < i; )
|
|
5812
|
-
for (o = e.charCodeAt(n + y), l = y++, a = y,
|
|
5813
|
-
|
|
5812
|
+
for (o = e.charCodeAt(n + y), l = y++, a = y, p = 0; p < r; p++)
|
|
5813
|
+
h = o === tr[p] ? l : l + 1, l = wt[p], a = wt[p] = l > a ? h > a ? a + 1 : h : h > l ? l + 1 : h;
|
|
5814
5814
|
return a;
|
|
5815
5815
|
}
|
|
5816
|
-
d(
|
|
5816
|
+
d(Ct, "leven");
|
|
5817
5817
|
|
|
5818
5818
|
// src/cli/bin/index.ts
|
|
5819
5819
|
var Ne = X(ir(), 1);
|
|
5820
5820
|
|
|
5821
5821
|
// ../node_modules/tiny-invariant/dist/esm/tiny-invariant.js
|
|
5822
|
-
var
|
|
5822
|
+
var ms = process.env.NODE_ENV === "production", It = "Invariant failed";
|
|
5823
5823
|
function K(s, e) {
|
|
5824
5824
|
if (!s) {
|
|
5825
|
-
if (
|
|
5825
|
+
if (ms)
|
|
5826
5826
|
throw new Error(It);
|
|
5827
5827
|
var t = typeof e == "function" ? e() : e, r = t ? "".concat(It, ": ").concat(t) : It;
|
|
5828
5828
|
throw new Error(r);
|
|
@@ -5831,10 +5831,10 @@ function K(s, e) {
|
|
|
5831
5831
|
d(K, "invariant");
|
|
5832
5832
|
|
|
5833
5833
|
// package.json
|
|
5834
|
-
var Ot = "9.0.
|
|
5834
|
+
var Ot = "9.0.9";
|
|
5835
5835
|
|
|
5836
5836
|
// src/cli/build.ts
|
|
5837
|
-
var nr = require("storybook/internal/common"),
|
|
5837
|
+
var nr = require("storybook/internal/common"), Fe = require("storybook/internal/core-server");
|
|
5838
5838
|
var or = /* @__PURE__ */ d(async (s) => {
|
|
5839
5839
|
let e = await H(__dirname);
|
|
5840
5840
|
K(e, "Failed to find the closest package.json file.");
|
|
@@ -5847,15 +5847,15 @@ var or = /* @__PURE__ */ d(async (s) => {
|
|
|
5847
5847
|
cache: nr.cache,
|
|
5848
5848
|
packageJson: e
|
|
5849
5849
|
};
|
|
5850
|
-
await (0,
|
|
5850
|
+
await (0, Fe.withTelemetry)(
|
|
5851
5851
|
"build",
|
|
5852
5852
|
{ cliOptions: s, presetOptions: t },
|
|
5853
|
-
() => (0,
|
|
5853
|
+
() => (0, Fe.buildStaticStandalone)(t)
|
|
5854
5854
|
);
|
|
5855
5855
|
}, "build");
|
|
5856
5856
|
|
|
5857
5857
|
// src/cli/buildIndex.ts
|
|
5858
|
-
var ar = require("storybook/internal/common"),
|
|
5858
|
+
var ar = require("storybook/internal/common"), qe = require("storybook/internal/core-server");
|
|
5859
5859
|
var dr = /* @__PURE__ */ d(async (s) => {
|
|
5860
5860
|
let e = {
|
|
5861
5861
|
...s,
|
|
@@ -5870,7 +5870,7 @@ var dr = /* @__PURE__ */ d(async (s) => {
|
|
|
5870
5870
|
corePresets: [],
|
|
5871
5871
|
overridePresets: []
|
|
5872
5872
|
};
|
|
5873
|
-
await (0,
|
|
5873
|
+
await (0, qe.withTelemetry)("index", { cliOptions: s, presetOptions: t }, () => (0, qe.buildIndexStandalone)(e));
|
|
5874
5874
|
}, "buildIndex");
|
|
5875
5875
|
|
|
5876
5876
|
// src/cli/dev.ts
|
|
@@ -5915,7 +5915,7 @@ var lr = /* @__PURE__ */ d(async (s) => {
|
|
|
5915
5915
|
}, "dev");
|
|
5916
5916
|
|
|
5917
5917
|
// src/cli/globalSettings.ts
|
|
5918
|
-
var tt = X(require("node:fs/promises"), 1), Mr = require("node:os"), st = require("node:path"),
|
|
5918
|
+
var tt = X(require("node:fs/promises"), 1), Mr = require("node:os"), st = require("node:path"), Ce = X(Vr(), 1);
|
|
5919
5919
|
|
|
5920
5920
|
// src/server-errors.ts
|
|
5921
5921
|
var $r = X(Tt(), 1);
|
|
@@ -5988,12 +5988,12 @@ var et = class extends Qe {
|
|
|
5988
5988
|
};
|
|
5989
5989
|
|
|
5990
5990
|
// src/cli/globalSettings.ts
|
|
5991
|
-
var Mi = (0, st.join)((0, Mr.homedir)(), ".storybook", "settings.json"), Li = 1, Ui =
|
|
5992
|
-
version:
|
|
5991
|
+
var Mi = (0, st.join)((0, Mr.homedir)(), ".storybook", "settings.json"), Li = 1, Ui = Ce.z.object({
|
|
5992
|
+
version: Ce.z.number(),
|
|
5993
5993
|
// NOTE: every key (and subkey) below must be optional, for forwards compatibility reasons
|
|
5994
5994
|
// (we can remove keys once they are deprecated)
|
|
5995
|
-
userSince:
|
|
5996
|
-
init:
|
|
5995
|
+
userSince: Ce.z.number().optional(),
|
|
5996
|
+
init: Ce.z.object({ skipOnboarding: Ce.z.boolean().optional() }).optional()
|
|
5997
5997
|
}), we;
|
|
5998
5998
|
async function Lr(s = Mi) {
|
|
5999
5999
|
if (we)
|
|
@@ -6036,7 +6036,7 @@ var rt = class {
|
|
|
6036
6036
|
|
|
6037
6037
|
// src/cli/bin/index.ts
|
|
6038
6038
|
(0, Ur.addToGlobalContext)("cliVersion", Ot);
|
|
6039
|
-
var
|
|
6039
|
+
var ke = console, Dt = /* @__PURE__ */ d((s) => Pe.program.command(s).option(
|
|
6040
6040
|
"--disable-telemetry",
|
|
6041
6041
|
"Disable sending telemetry data",
|
|
6042
6042
|
// default value is false, but if the user sets STORYBOOK_DISABLE_TELEMETRY, it can be true
|
|
@@ -6046,7 +6046,7 @@ var Ce = console, Dt = /* @__PURE__ */ d((s) => Pe.program.command(s).option(
|
|
|
6046
6046
|
try {
|
|
6047
6047
|
await Lr();
|
|
6048
6048
|
} catch (e) {
|
|
6049
|
-
|
|
6049
|
+
ke.error("Error loading global settings", e);
|
|
6050
6050
|
}
|
|
6051
6051
|
}), "command");
|
|
6052
6052
|
Dt("dev").option("-p, --port <number>", "Port to run Storybook", (s) => parseInt(s, 10)).option("-h, --host <string>", "Host to run Storyboo\
|
|
@@ -6074,7 +6074,7 @@ ly site using addon-docs").option("--exact-port", "Exit early if the desired por
|
|
|
6074
6074
|
).option("--preview-only", "Use the preview without the manager UI").action(async (s) => {
|
|
6075
6075
|
it.logger.setLevel(s.loglevel);
|
|
6076
6076
|
let e = await H(__dirname);
|
|
6077
|
-
K(e, "Failed to find the closest package.json file."),
|
|
6077
|
+
K(e, "Failed to find the closest package.json file."), ke.log(Ne.default.bold(`${e.name} v${e.version}`) + Ne.default.reset(`
|
|
6078
6078
|
`)), (0, Ie.getEnvConfig)(s, {
|
|
6079
6079
|
port: "SBCONFIG_PORT",
|
|
6080
6080
|
host: "SBCONFIG_HOSTNAME",
|
|
@@ -6097,7 +6097,7 @@ ut the manager UI").action(async (s) => {
|
|
|
6097
6097
|
let { env: e } = process;
|
|
6098
6098
|
e.NODE_ENV = e.NODE_ENV || "production";
|
|
6099
6099
|
let t = await H(__dirname);
|
|
6100
|
-
K(t, "Failed to find the closest package.json file."), it.logger.setLevel(s.loglevel),
|
|
6100
|
+
K(t, "Failed to find the closest package.json file."), it.logger.setLevel(s.loglevel), ke.log(Ne.default.bold(`${t.name} v${t.version}
|
|
6101
6101
|
`)), (0, Ie.getEnvConfig)(s, {
|
|
6102
6102
|
staticDir: "SBCONFIG_STATIC_DIR",
|
|
6103
6103
|
outputDir: "SBCONFIG_OUTPUT_DIR",
|
|
@@ -6114,7 +6114,7 @@ g during build").action(async (s) => {
|
|
|
6114
6114
|
let { env: e } = process;
|
|
6115
6115
|
e.NODE_ENV = e.NODE_ENV || "production";
|
|
6116
6116
|
let t = await H(__dirname);
|
|
6117
|
-
K(t, "Failed to find the closest package.json file."), it.logger.setLevel(s.loglevel),
|
|
6117
|
+
K(t, "Failed to find the closest package.json file."), it.logger.setLevel(s.loglevel), ke.log(Ne.default.bold(`${t.name} v${t.version}
|
|
6118
6118
|
`)), (0, Ie.getEnvConfig)(s, {
|
|
6119
6119
|
configDir: "SBCONFIG_CONFIG_DIR",
|
|
6120
6120
|
outputFile: "SBCONFIG_OUTPUT_FILE"
|
|
@@ -6124,13 +6124,13 @@ g during build").action(async (s) => {
|
|
|
6124
6124
|
}).catch(() => process.exit(1));
|
|
6125
6125
|
});
|
|
6126
6126
|
Pe.program.on("command:*", ([s]) => {
|
|
6127
|
-
|
|
6127
|
+
ke.error(
|
|
6128
6128
|
` Invalid command: %s.
|
|
6129
6129
|
See --help for a list of available commands.`,
|
|
6130
6130
|
s
|
|
6131
6131
|
);
|
|
6132
|
-
let t = Pe.program.commands.map((r) => r.name()).find((r) =>
|
|
6133
|
-
t &&
|
|
6132
|
+
let t = Pe.program.commands.map((r) => r.name()).find((r) => Ct(r, s) < 3);
|
|
6133
|
+
t && ke.info(`
|
|
6134
6134
|
Did you mean ${t}?`), process.exit(1);
|
|
6135
6135
|
});
|
|
6136
6136
|
Pe.program.usage("<command> [options]").version(String(Ot)).parse(process.argv);
|