react-luminus-components 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +43 -44
- package/dist/{HomeDashboard.module-BI8obEZ_.js → HomeDashboard.module-GdCYxlBo.js} +19 -19
- package/dist/{HomeDashboard.module-CuVVnp4t.mjs → HomeDashboard.module-PqWrW_dw.mjs} +559 -545
- package/dist/{Modal-DsY3WNWM.mjs → Modal-DrtyXbaq.mjs} +18 -18
- package/dist/{Modal-DmUjIS_Q.js → Modal-oJGeA42s.js} +1 -1
- package/dist/SimpleTooltip-CGAr8ryR.js +1 -0
- package/dist/{SimpleTooltip-C8wTRZNZ.mjs → SimpleTooltip-DzBpmL4l.mjs} +255 -239
- package/dist/components/BnfTableValueFormats/UserAvatarValueFormat/UserAvatarValueFormat.d.ts +3 -0
- package/dist/components/BnfTableValueFormats/index.d.ts +1 -0
- package/dist/components/Buttons/ContextButton/ContextButton.d.ts +13 -0
- package/dist/components/Buttons/PrimaryButton/PrimaryButton.d.ts +14 -0
- package/dist/components/Buttons/index.d.ts +3 -0
- package/dist/components/Dropdown/Dropdown.d.ts +8 -0
- package/dist/components/Dropdown/comps/DropdownItem/DropdownItem.d.ts +9 -0
- package/dist/components/Dropdown/comps/DropdownToggle/DropdownToggle.d.ts +7 -0
- package/dist/components/Dropdown/comps/SimpleToggle/SimpleToggle.d.ts +10 -0
- package/dist/components/Dropdown/comps/index.d.ts +4 -0
- package/dist/components/Dropdown/index.d.ts +2 -0
- package/dist/components/Form/SelectInput/SelectInput.d.ts +2 -1
- package/dist/components/HookForm/index.d.ts +0 -1
- package/dist/components/UserAvatar/index.d.ts +0 -1
- package/dist/components/common/ApiFileDownloadButton/ApiFileDownloadButton.d.ts +2 -3
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +3 -3
- package/dist/{hasClass-DABt6TfW.js → hasClass-BPLafgqP.js} +5 -5
- package/dist/{hasClass-D3KZs5y_.mjs → hasClass-Cywenry0.mjs} +20 -27
- package/dist/hooks/useZodSchemaTypes/useZodSchemaTypes.d.ts +37 -21
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +464 -464
- package/dist/layout/SideMenu/MenuItem/MenuItem.d.ts +2 -1
- package/dist/layout/SideMenu/SideMenu.d.ts +2 -1
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +85 -156
- package/dist/main.cjs.js +1 -1
- package/dist/main.d.ts +5 -2
- package/dist/main.es.js +866 -833
- package/dist/models/prop-types/HookFormSelectInputProps.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{useConfirm-Yw2xz-A-.mjs → useConfirm-1NsG8u3o.mjs} +1 -1
- package/dist/{useConfirm-CQCMwQlb.js → useConfirm-BnuvVu7T.js} +1 -1
- package/package.json +1 -1
- package/dist/SimpleTooltip-HYwwaCn4.js +0 -1
- package/dist/components/UserAvatar/UserAvatarDropdown/UserAvatarDropdown.d.ts +0 -7
- /package/dist/components/{HookForm → Buttons}/FloatingSubmit/FloatingFormSubmit.d.ts +0 -0
- /package/dist/components/{UserAvatar → Dropdown/comps}/UserAvatarToggle/UserAvatarToggle.d.ts +0 -0
package/dist/hooks.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { L as
|
|
2
|
-
import { c as
|
|
3
|
-
import { u as
|
|
4
|
-
import { useContext as
|
|
5
|
-
import { isISODate as
|
|
1
|
+
import { L as Pe } from "./HomeDashboard.module-PqWrW_dw.mjs";
|
|
2
|
+
import { c as Bt, u as qt, b as Wt, a as Jt } from "./HomeDashboard.module-PqWrW_dw.mjs";
|
|
3
|
+
import { u as Ht } from "./useConfirm-1NsG8u3o.mjs";
|
|
4
|
+
import { useContext as Ve } from "react";
|
|
5
|
+
import { isISODate as ze } from "./utils.es.js";
|
|
6
6
|
var g;
|
|
7
7
|
(function(r) {
|
|
8
8
|
r.assertEqual = (n) => n;
|
|
@@ -39,14 +39,14 @@ var g;
|
|
|
39
39
|
}
|
|
40
40
|
r.joinValues = s, r.jsonStringifyReplacer = (n, a) => typeof a == "bigint" ? a.toString() : a;
|
|
41
41
|
})(g || (g = {}));
|
|
42
|
-
var
|
|
42
|
+
var xe;
|
|
43
43
|
(function(r) {
|
|
44
44
|
r.mergeShapes = (e, t) => ({
|
|
45
45
|
...e,
|
|
46
46
|
...t
|
|
47
47
|
// second overwrites first
|
|
48
48
|
});
|
|
49
|
-
})(
|
|
49
|
+
})(xe || (xe = {}));
|
|
50
50
|
const u = g.arrayToEnum([
|
|
51
51
|
"string",
|
|
52
52
|
"nan",
|
|
@@ -68,7 +68,7 @@ const u = g.arrayToEnum([
|
|
|
68
68
|
"never",
|
|
69
69
|
"map",
|
|
70
70
|
"set"
|
|
71
|
-
]),
|
|
71
|
+
]), P = (r) => {
|
|
72
72
|
switch (typeof r) {
|
|
73
73
|
case "undefined":
|
|
74
74
|
return u.undefined;
|
|
@@ -106,8 +106,8 @@ const u = g.arrayToEnum([
|
|
|
106
106
|
"invalid_intersection_types",
|
|
107
107
|
"not_multiple_of",
|
|
108
108
|
"not_finite"
|
|
109
|
-
]),
|
|
110
|
-
class
|
|
109
|
+
]), $e = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
110
|
+
class O extends Error {
|
|
111
111
|
constructor(e) {
|
|
112
112
|
super(), this.issues = [], this.addIssue = (s) => {
|
|
113
113
|
this.issues = [...this.issues, s];
|
|
@@ -134,10 +134,10 @@ class C extends Error {
|
|
|
134
134
|
else if (i.path.length === 0)
|
|
135
135
|
s._errors.push(t(i));
|
|
136
136
|
else {
|
|
137
|
-
let o = s,
|
|
138
|
-
for (;
|
|
139
|
-
const d = i.path[
|
|
140
|
-
|
|
137
|
+
let o = s, f = 0;
|
|
138
|
+
for (; f < i.path.length; ) {
|
|
139
|
+
const d = i.path[f];
|
|
140
|
+
f === i.path.length - 1 ? (o[d] = o[d] || { _errors: [] }, o[d]._errors.push(t(i))) : o[d] = o[d] || { _errors: [] }, o = o[d], f++;
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
};
|
|
@@ -162,8 +162,8 @@ class C extends Error {
|
|
|
162
162
|
return this.flatten();
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
const
|
|
165
|
+
O.create = (r) => new O(r);
|
|
166
|
+
const H = (r, e) => {
|
|
167
167
|
let t;
|
|
168
168
|
switch (r.code) {
|
|
169
169
|
case c.invalid_type:
|
|
@@ -219,44 +219,44 @@ const Y = (r, e) => {
|
|
|
219
219
|
}
|
|
220
220
|
return { message: t };
|
|
221
221
|
};
|
|
222
|
-
let
|
|
223
|
-
function
|
|
224
|
-
|
|
222
|
+
let Se = H;
|
|
223
|
+
function Le(r) {
|
|
224
|
+
Se = r;
|
|
225
225
|
}
|
|
226
|
-
function
|
|
227
|
-
return
|
|
226
|
+
function de() {
|
|
227
|
+
return Se;
|
|
228
228
|
}
|
|
229
|
-
const
|
|
229
|
+
const ue = (r) => {
|
|
230
230
|
const { data: e, path: t, errorMaps: s, issueData: n } = r, a = [...t, ...n.path || []], i = {
|
|
231
231
|
...n,
|
|
232
232
|
path: a
|
|
233
233
|
};
|
|
234
234
|
let o = "";
|
|
235
|
-
const
|
|
236
|
-
for (const d of
|
|
235
|
+
const f = s.filter((d) => !!d).slice().reverse();
|
|
236
|
+
for (const d of f)
|
|
237
237
|
o = d(i, { data: e, defaultError: o }).message;
|
|
238
238
|
return {
|
|
239
239
|
...n,
|
|
240
240
|
path: a,
|
|
241
241
|
message: n.message || o
|
|
242
242
|
};
|
|
243
|
-
},
|
|
243
|
+
}, De = [];
|
|
244
244
|
function l(r, e) {
|
|
245
|
-
const t =
|
|
245
|
+
const t = ue({
|
|
246
246
|
issueData: e,
|
|
247
247
|
data: r.data,
|
|
248
248
|
path: r.path,
|
|
249
249
|
errorMaps: [
|
|
250
250
|
r.common.contextualErrorMap,
|
|
251
251
|
r.schemaErrorMap,
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
de(),
|
|
253
|
+
H
|
|
254
254
|
// then global default map
|
|
255
255
|
].filter((s) => !!s)
|
|
256
256
|
});
|
|
257
257
|
r.common.issues.push(t);
|
|
258
258
|
}
|
|
259
|
-
class
|
|
259
|
+
class T {
|
|
260
260
|
constructor() {
|
|
261
261
|
this.value = "valid";
|
|
262
262
|
}
|
|
@@ -282,7 +282,7 @@ class k {
|
|
|
282
282
|
key: await n.key,
|
|
283
283
|
value: await n.value
|
|
284
284
|
});
|
|
285
|
-
return
|
|
285
|
+
return T.mergeObjectSync(e, s);
|
|
286
286
|
}
|
|
287
287
|
static mergeObjectSync(e, t) {
|
|
288
288
|
const s = {};
|
|
@@ -297,12 +297,12 @@ class k {
|
|
|
297
297
|
}
|
|
298
298
|
const m = Object.freeze({
|
|
299
299
|
status: "aborted"
|
|
300
|
-
}),
|
|
301
|
-
var
|
|
300
|
+
}), Ce = (r) => ({ status: "dirty", value: r }), Z = (r) => ({ status: "valid", value: r }), be = (r) => r.status === "aborted", ke = (r) => r.status === "dirty", G = (r) => r.status === "valid", le = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
301
|
+
var h;
|
|
302
302
|
(function(r) {
|
|
303
303
|
r.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, r.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
304
|
-
})(
|
|
305
|
-
class
|
|
304
|
+
})(h || (h = {}));
|
|
305
|
+
class R {
|
|
306
306
|
constructor(e, t, s, n) {
|
|
307
307
|
this._cachedPath = [], this.parent = e, this.data = t, this._path = s, this._key = n;
|
|
308
308
|
}
|
|
@@ -310,8 +310,8 @@ class E {
|
|
|
310
310
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
|
-
const
|
|
314
|
-
if (
|
|
313
|
+
const Te = (r, e) => {
|
|
314
|
+
if (G(e))
|
|
315
315
|
return { success: !0, data: e.value };
|
|
316
316
|
if (!r.common.issues.length)
|
|
317
317
|
throw new Error("Validation failed but no issues detected.");
|
|
@@ -320,7 +320,7 @@ const we = (r, e) => {
|
|
|
320
320
|
get error() {
|
|
321
321
|
if (this._error)
|
|
322
322
|
return this._error;
|
|
323
|
-
const t = new
|
|
323
|
+
const t = new O(r.common.issues);
|
|
324
324
|
return this._error = t, this._error;
|
|
325
325
|
}
|
|
326
326
|
};
|
|
@@ -341,13 +341,13 @@ class v {
|
|
|
341
341
|
return this._def.description;
|
|
342
342
|
}
|
|
343
343
|
_getType(e) {
|
|
344
|
-
return
|
|
344
|
+
return P(e.data);
|
|
345
345
|
}
|
|
346
346
|
_getOrReturnCtx(e, t) {
|
|
347
347
|
return t || {
|
|
348
348
|
common: e.parent.common,
|
|
349
349
|
data: e.data,
|
|
350
|
-
parsedType:
|
|
350
|
+
parsedType: P(e.data),
|
|
351
351
|
schemaErrorMap: this._def.errorMap,
|
|
352
352
|
path: e.path,
|
|
353
353
|
parent: e.parent
|
|
@@ -355,11 +355,11 @@ class v {
|
|
|
355
355
|
}
|
|
356
356
|
_processInputParams(e) {
|
|
357
357
|
return {
|
|
358
|
-
status: new
|
|
358
|
+
status: new T(),
|
|
359
359
|
ctx: {
|
|
360
360
|
common: e.parent.common,
|
|
361
361
|
data: e.data,
|
|
362
|
-
parsedType:
|
|
362
|
+
parsedType: P(e.data),
|
|
363
363
|
schemaErrorMap: this._def.errorMap,
|
|
364
364
|
path: e.path,
|
|
365
365
|
parent: e.parent
|
|
@@ -368,7 +368,7 @@ class v {
|
|
|
368
368
|
}
|
|
369
369
|
_parseSync(e) {
|
|
370
370
|
const t = this._parse(e);
|
|
371
|
-
if (
|
|
371
|
+
if (le(t))
|
|
372
372
|
throw new Error("Synchronous parse encountered promise.");
|
|
373
373
|
return t;
|
|
374
374
|
}
|
|
@@ -394,9 +394,9 @@ class v {
|
|
|
394
394
|
schemaErrorMap: this._def.errorMap,
|
|
395
395
|
parent: null,
|
|
396
396
|
data: e,
|
|
397
|
-
parsedType:
|
|
397
|
+
parsedType: P(e)
|
|
398
398
|
}, a = this._parseSync({ data: e, path: n.path, parent: n });
|
|
399
|
-
return
|
|
399
|
+
return Te(n, a);
|
|
400
400
|
}
|
|
401
401
|
async parseAsync(e, t) {
|
|
402
402
|
const s = await this.safeParseAsync(e, t);
|
|
@@ -415,9 +415,9 @@ class v {
|
|
|
415
415
|
schemaErrorMap: this._def.errorMap,
|
|
416
416
|
parent: null,
|
|
417
417
|
data: e,
|
|
418
|
-
parsedType:
|
|
419
|
-
}, n = this._parse({ data: e, path: s.path, parent: s }), a = await (
|
|
420
|
-
return
|
|
418
|
+
parsedType: P(e)
|
|
419
|
+
}, n = this._parse({ data: e, path: s.path, parent: s }), a = await (le(n) ? n : Promise.resolve(n));
|
|
420
|
+
return Te(s, a);
|
|
421
421
|
}
|
|
422
422
|
refine(e, t) {
|
|
423
423
|
const s = (n) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(n) : t;
|
|
@@ -426,14 +426,14 @@ class v {
|
|
|
426
426
|
code: c.custom,
|
|
427
427
|
...s(n)
|
|
428
428
|
});
|
|
429
|
-
return typeof Promise < "u" && i instanceof Promise ? i.then((
|
|
429
|
+
return typeof Promise < "u" && i instanceof Promise ? i.then((f) => f ? !0 : (o(), !1)) : i ? !0 : (o(), !1);
|
|
430
430
|
});
|
|
431
431
|
}
|
|
432
432
|
refinement(e, t) {
|
|
433
433
|
return this._refinement((s, n) => e(s) ? !0 : (n.addIssue(typeof t == "function" ? t(s, n) : t), !1));
|
|
434
434
|
}
|
|
435
435
|
_refinement(e) {
|
|
436
|
-
return new
|
|
436
|
+
return new I({
|
|
437
437
|
schema: this,
|
|
438
438
|
typeName: p.ZodEffects,
|
|
439
439
|
effect: { type: "refinement", refinement: e }
|
|
@@ -443,28 +443,28 @@ class v {
|
|
|
443
443
|
return this._refinement(e);
|
|
444
444
|
}
|
|
445
445
|
optional() {
|
|
446
|
-
return
|
|
446
|
+
return A.create(this, this._def);
|
|
447
447
|
}
|
|
448
448
|
nullable() {
|
|
449
|
-
return
|
|
449
|
+
return B.create(this, this._def);
|
|
450
450
|
}
|
|
451
451
|
nullish() {
|
|
452
452
|
return this.nullable().optional();
|
|
453
453
|
}
|
|
454
454
|
array() {
|
|
455
|
-
return
|
|
455
|
+
return E.create(this, this._def);
|
|
456
456
|
}
|
|
457
457
|
promise() {
|
|
458
|
-
return
|
|
458
|
+
return Y.create(this, this._def);
|
|
459
459
|
}
|
|
460
460
|
or(e) {
|
|
461
|
-
return
|
|
461
|
+
return F.create([this, e], this._def);
|
|
462
462
|
}
|
|
463
463
|
and(e) {
|
|
464
|
-
return
|
|
464
|
+
return ee.create(this, e, this._def);
|
|
465
465
|
}
|
|
466
466
|
transform(e) {
|
|
467
|
-
return new
|
|
467
|
+
return new I({
|
|
468
468
|
...y(this._def),
|
|
469
469
|
schema: this,
|
|
470
470
|
typeName: p.ZodEffects,
|
|
@@ -473,7 +473,7 @@ class v {
|
|
|
473
473
|
}
|
|
474
474
|
default(e) {
|
|
475
475
|
const t = typeof e == "function" ? e : () => e;
|
|
476
|
-
return new
|
|
476
|
+
return new ae({
|
|
477
477
|
...y(this._def),
|
|
478
478
|
innerType: this,
|
|
479
479
|
defaultValue: t,
|
|
@@ -481,7 +481,7 @@ class v {
|
|
|
481
481
|
});
|
|
482
482
|
}
|
|
483
483
|
brand() {
|
|
484
|
-
return new
|
|
484
|
+
return new Oe({
|
|
485
485
|
typeName: p.ZodBranded,
|
|
486
486
|
type: this,
|
|
487
487
|
...y(this._def)
|
|
@@ -489,7 +489,7 @@ class v {
|
|
|
489
489
|
}
|
|
490
490
|
catch(e) {
|
|
491
491
|
const t = typeof e == "function" ? e : () => e;
|
|
492
|
-
return new
|
|
492
|
+
return new me({
|
|
493
493
|
...y(this._def),
|
|
494
494
|
innerType: this,
|
|
495
495
|
catchValue: t,
|
|
@@ -504,10 +504,10 @@ class v {
|
|
|
504
504
|
});
|
|
505
505
|
}
|
|
506
506
|
pipe(e) {
|
|
507
|
-
return
|
|
507
|
+
return ie.create(this, e);
|
|
508
508
|
}
|
|
509
509
|
readonly() {
|
|
510
|
-
return
|
|
510
|
+
return ve.create(this);
|
|
511
511
|
}
|
|
512
512
|
isOptional() {
|
|
513
513
|
return this.safeParse(void 0).success;
|
|
@@ -516,13 +516,13 @@ class v {
|
|
|
516
516
|
return this.safeParse(null).success;
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
const
|
|
520
|
-
let
|
|
521
|
-
const
|
|
522
|
-
function
|
|
523
|
-
return !!((e === "v4" || !e) &&
|
|
519
|
+
const Ue = /^c[^\s-]{8,}$/i, Be = /^[a-z][a-z0-9]*$/, qe = /^[0-9A-HJKMNP-TV-Z]{26}$/, We = /^[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, Je = /^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Ye = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
520
|
+
let ge;
|
|
521
|
+
const He = /^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/, Ge = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, Xe = (r) => r.precision ? r.offset ? new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${r.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`) : new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${r.precision}}Z$`) : r.precision === 0 ? r.offset ? new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$") : new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$") : r.offset ? new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$") : new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$");
|
|
522
|
+
function Qe(r, e) {
|
|
523
|
+
return !!((e === "v4" || !e) && He.test(r) || (e === "v6" || !e) && Ge.test(r));
|
|
524
524
|
}
|
|
525
|
-
class
|
|
525
|
+
class N extends v {
|
|
526
526
|
_parse(e) {
|
|
527
527
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== u.string) {
|
|
528
528
|
const a = this._getOrReturnCtx(e);
|
|
@@ -536,7 +536,7 @@ class S extends v {
|
|
|
536
536
|
//
|
|
537
537
|
), m;
|
|
538
538
|
}
|
|
539
|
-
const s = new
|
|
539
|
+
const s = new T();
|
|
540
540
|
let n;
|
|
541
541
|
for (const a of this._def.checks)
|
|
542
542
|
if (a.kind === "min")
|
|
@@ -575,37 +575,37 @@ class S extends v {
|
|
|
575
575
|
message: a.message
|
|
576
576
|
}), s.dirty());
|
|
577
577
|
} else if (a.kind === "email")
|
|
578
|
-
|
|
578
|
+
Je.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
579
579
|
validation: "email",
|
|
580
580
|
code: c.invalid_string,
|
|
581
581
|
message: a.message
|
|
582
582
|
}), s.dirty());
|
|
583
583
|
else if (a.kind === "emoji")
|
|
584
|
-
|
|
584
|
+
ge || (ge = new RegExp(Ye, "u")), ge.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
585
585
|
validation: "emoji",
|
|
586
586
|
code: c.invalid_string,
|
|
587
587
|
message: a.message
|
|
588
588
|
}), s.dirty());
|
|
589
589
|
else if (a.kind === "uuid")
|
|
590
|
-
|
|
590
|
+
We.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
591
591
|
validation: "uuid",
|
|
592
592
|
code: c.invalid_string,
|
|
593
593
|
message: a.message
|
|
594
594
|
}), s.dirty());
|
|
595
595
|
else if (a.kind === "cuid")
|
|
596
|
-
|
|
596
|
+
Ue.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
597
597
|
validation: "cuid",
|
|
598
598
|
code: c.invalid_string,
|
|
599
599
|
message: a.message
|
|
600
600
|
}), s.dirty());
|
|
601
601
|
else if (a.kind === "cuid2")
|
|
602
|
-
|
|
602
|
+
Be.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
603
603
|
validation: "cuid2",
|
|
604
604
|
code: c.invalid_string,
|
|
605
605
|
message: a.message
|
|
606
606
|
}), s.dirty());
|
|
607
607
|
else if (a.kind === "ulid")
|
|
608
|
-
|
|
608
|
+
qe.test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
609
609
|
validation: "ulid",
|
|
610
610
|
code: c.invalid_string,
|
|
611
611
|
message: a.message
|
|
@@ -637,11 +637,11 @@ class S extends v {
|
|
|
637
637
|
code: c.invalid_string,
|
|
638
638
|
validation: { endsWith: a.value },
|
|
639
639
|
message: a.message
|
|
640
|
-
}), s.dirty()) : a.kind === "datetime" ?
|
|
640
|
+
}), s.dirty()) : a.kind === "datetime" ? Xe(a).test(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
641
641
|
code: c.invalid_string,
|
|
642
642
|
validation: "datetime",
|
|
643
643
|
message: a.message
|
|
644
|
-
}), s.dirty()) : a.kind === "ip" ?
|
|
644
|
+
}), s.dirty()) : a.kind === "ip" ? Qe(e.data, a.version) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
645
645
|
validation: "ip",
|
|
646
646
|
code: c.invalid_string,
|
|
647
647
|
message: a.message
|
|
@@ -652,38 +652,38 @@ class S extends v {
|
|
|
652
652
|
return this.refinement((n) => e.test(n), {
|
|
653
653
|
validation: t,
|
|
654
654
|
code: c.invalid_string,
|
|
655
|
-
...
|
|
655
|
+
...h.errToObj(s)
|
|
656
656
|
});
|
|
657
657
|
}
|
|
658
658
|
_addCheck(e) {
|
|
659
|
-
return new
|
|
659
|
+
return new N({
|
|
660
660
|
...this._def,
|
|
661
661
|
checks: [...this._def.checks, e]
|
|
662
662
|
});
|
|
663
663
|
}
|
|
664
664
|
email(e) {
|
|
665
|
-
return this._addCheck({ kind: "email", ...
|
|
665
|
+
return this._addCheck({ kind: "email", ...h.errToObj(e) });
|
|
666
666
|
}
|
|
667
667
|
url(e) {
|
|
668
|
-
return this._addCheck({ kind: "url", ...
|
|
668
|
+
return this._addCheck({ kind: "url", ...h.errToObj(e) });
|
|
669
669
|
}
|
|
670
670
|
emoji(e) {
|
|
671
|
-
return this._addCheck({ kind: "emoji", ...
|
|
671
|
+
return this._addCheck({ kind: "emoji", ...h.errToObj(e) });
|
|
672
672
|
}
|
|
673
673
|
uuid(e) {
|
|
674
|
-
return this._addCheck({ kind: "uuid", ...
|
|
674
|
+
return this._addCheck({ kind: "uuid", ...h.errToObj(e) });
|
|
675
675
|
}
|
|
676
676
|
cuid(e) {
|
|
677
|
-
return this._addCheck({ kind: "cuid", ...
|
|
677
|
+
return this._addCheck({ kind: "cuid", ...h.errToObj(e) });
|
|
678
678
|
}
|
|
679
679
|
cuid2(e) {
|
|
680
|
-
return this._addCheck({ kind: "cuid2", ...
|
|
680
|
+
return this._addCheck({ kind: "cuid2", ...h.errToObj(e) });
|
|
681
681
|
}
|
|
682
682
|
ulid(e) {
|
|
683
|
-
return this._addCheck({ kind: "ulid", ...
|
|
683
|
+
return this._addCheck({ kind: "ulid", ...h.errToObj(e) });
|
|
684
684
|
}
|
|
685
685
|
ip(e) {
|
|
686
|
-
return this._addCheck({ kind: "ip", ...
|
|
686
|
+
return this._addCheck({ kind: "ip", ...h.errToObj(e) });
|
|
687
687
|
}
|
|
688
688
|
datetime(e) {
|
|
689
689
|
var t;
|
|
@@ -696,14 +696,14 @@ class S extends v {
|
|
|
696
696
|
kind: "datetime",
|
|
697
697
|
precision: typeof (e == null ? void 0 : e.precision) > "u" ? null : e == null ? void 0 : e.precision,
|
|
698
698
|
offset: (t = e == null ? void 0 : e.offset) !== null && t !== void 0 ? t : !1,
|
|
699
|
-
...
|
|
699
|
+
...h.errToObj(e == null ? void 0 : e.message)
|
|
700
700
|
});
|
|
701
701
|
}
|
|
702
702
|
regex(e, t) {
|
|
703
703
|
return this._addCheck({
|
|
704
704
|
kind: "regex",
|
|
705
705
|
regex: e,
|
|
706
|
-
...
|
|
706
|
+
...h.errToObj(t)
|
|
707
707
|
});
|
|
708
708
|
}
|
|
709
709
|
includes(e, t) {
|
|
@@ -711,42 +711,42 @@ class S extends v {
|
|
|
711
711
|
kind: "includes",
|
|
712
712
|
value: e,
|
|
713
713
|
position: t == null ? void 0 : t.position,
|
|
714
|
-
...
|
|
714
|
+
...h.errToObj(t == null ? void 0 : t.message)
|
|
715
715
|
});
|
|
716
716
|
}
|
|
717
717
|
startsWith(e, t) {
|
|
718
718
|
return this._addCheck({
|
|
719
719
|
kind: "startsWith",
|
|
720
720
|
value: e,
|
|
721
|
-
...
|
|
721
|
+
...h.errToObj(t)
|
|
722
722
|
});
|
|
723
723
|
}
|
|
724
724
|
endsWith(e, t) {
|
|
725
725
|
return this._addCheck({
|
|
726
726
|
kind: "endsWith",
|
|
727
727
|
value: e,
|
|
728
|
-
...
|
|
728
|
+
...h.errToObj(t)
|
|
729
729
|
});
|
|
730
730
|
}
|
|
731
731
|
min(e, t) {
|
|
732
732
|
return this._addCheck({
|
|
733
733
|
kind: "min",
|
|
734
734
|
value: e,
|
|
735
|
-
...
|
|
735
|
+
...h.errToObj(t)
|
|
736
736
|
});
|
|
737
737
|
}
|
|
738
738
|
max(e, t) {
|
|
739
739
|
return this._addCheck({
|
|
740
740
|
kind: "max",
|
|
741
741
|
value: e,
|
|
742
|
-
...
|
|
742
|
+
...h.errToObj(t)
|
|
743
743
|
});
|
|
744
744
|
}
|
|
745
745
|
length(e, t) {
|
|
746
746
|
return this._addCheck({
|
|
747
747
|
kind: "length",
|
|
748
748
|
value: e,
|
|
749
|
-
...
|
|
749
|
+
...h.errToObj(t)
|
|
750
750
|
});
|
|
751
751
|
}
|
|
752
752
|
/**
|
|
@@ -754,22 +754,22 @@ class S extends v {
|
|
|
754
754
|
* @see {@link ZodString.min}
|
|
755
755
|
*/
|
|
756
756
|
nonempty(e) {
|
|
757
|
-
return this.min(1,
|
|
757
|
+
return this.min(1, h.errToObj(e));
|
|
758
758
|
}
|
|
759
759
|
trim() {
|
|
760
|
-
return new
|
|
760
|
+
return new N({
|
|
761
761
|
...this._def,
|
|
762
762
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
763
763
|
});
|
|
764
764
|
}
|
|
765
765
|
toLowerCase() {
|
|
766
|
-
return new
|
|
766
|
+
return new N({
|
|
767
767
|
...this._def,
|
|
768
768
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
769
769
|
});
|
|
770
770
|
}
|
|
771
771
|
toUpperCase() {
|
|
772
|
-
return new
|
|
772
|
+
return new N({
|
|
773
773
|
...this._def,
|
|
774
774
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
775
775
|
});
|
|
@@ -814,20 +814,20 @@ class S extends v {
|
|
|
814
814
|
return e;
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
|
-
|
|
817
|
+
N.create = (r) => {
|
|
818
818
|
var e;
|
|
819
|
-
return new
|
|
819
|
+
return new N({
|
|
820
820
|
checks: [],
|
|
821
821
|
typeName: p.ZodString,
|
|
822
822
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
823
823
|
...y(r)
|
|
824
824
|
});
|
|
825
825
|
};
|
|
826
|
-
function
|
|
826
|
+
function Ke(r, e) {
|
|
827
827
|
const t = (r.toString().split(".")[1] || "").length, s = (e.toString().split(".")[1] || "").length, n = t > s ? t : s, a = parseInt(r.toFixed(n).replace(".", "")), i = parseInt(e.toFixed(n).replace(".", ""));
|
|
828
828
|
return a % i / Math.pow(10, n);
|
|
829
829
|
}
|
|
830
|
-
class
|
|
830
|
+
class V extends v {
|
|
831
831
|
constructor() {
|
|
832
832
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
833
833
|
}
|
|
@@ -841,7 +841,7 @@ class P extends v {
|
|
|
841
841
|
}), m;
|
|
842
842
|
}
|
|
843
843
|
let s;
|
|
844
|
-
const n = new
|
|
844
|
+
const n = new T();
|
|
845
845
|
for (const a of this._def.checks)
|
|
846
846
|
a.kind === "int" ? g.isInteger(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
847
847
|
code: c.invalid_type,
|
|
@@ -862,7 +862,7 @@ class P extends v {
|
|
|
862
862
|
inclusive: a.inclusive,
|
|
863
863
|
exact: !1,
|
|
864
864
|
message: a.message
|
|
865
|
-
}), n.dirty()) : a.kind === "multipleOf" ?
|
|
865
|
+
}), n.dirty()) : a.kind === "multipleOf" ? Ke(e.data, a.value) !== 0 && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
866
866
|
code: c.not_multiple_of,
|
|
867
867
|
multipleOf: a.value,
|
|
868
868
|
message: a.message
|
|
@@ -873,19 +873,19 @@ class P extends v {
|
|
|
873
873
|
return { status: n.value, value: e.data };
|
|
874
874
|
}
|
|
875
875
|
gte(e, t) {
|
|
876
|
-
return this.setLimit("min", e, !0,
|
|
876
|
+
return this.setLimit("min", e, !0, h.toString(t));
|
|
877
877
|
}
|
|
878
878
|
gt(e, t) {
|
|
879
|
-
return this.setLimit("min", e, !1,
|
|
879
|
+
return this.setLimit("min", e, !1, h.toString(t));
|
|
880
880
|
}
|
|
881
881
|
lte(e, t) {
|
|
882
|
-
return this.setLimit("max", e, !0,
|
|
882
|
+
return this.setLimit("max", e, !0, h.toString(t));
|
|
883
883
|
}
|
|
884
884
|
lt(e, t) {
|
|
885
|
-
return this.setLimit("max", e, !1,
|
|
885
|
+
return this.setLimit("max", e, !1, h.toString(t));
|
|
886
886
|
}
|
|
887
887
|
setLimit(e, t, s, n) {
|
|
888
|
-
return new
|
|
888
|
+
return new V({
|
|
889
889
|
...this._def,
|
|
890
890
|
checks: [
|
|
891
891
|
...this._def.checks,
|
|
@@ -893,13 +893,13 @@ class P extends v {
|
|
|
893
893
|
kind: e,
|
|
894
894
|
value: t,
|
|
895
895
|
inclusive: s,
|
|
896
|
-
message:
|
|
896
|
+
message: h.toString(n)
|
|
897
897
|
}
|
|
898
898
|
]
|
|
899
899
|
});
|
|
900
900
|
}
|
|
901
901
|
_addCheck(e) {
|
|
902
|
-
return new
|
|
902
|
+
return new V({
|
|
903
903
|
...this._def,
|
|
904
904
|
checks: [...this._def.checks, e]
|
|
905
905
|
});
|
|
@@ -907,7 +907,7 @@ class P extends v {
|
|
|
907
907
|
int(e) {
|
|
908
908
|
return this._addCheck({
|
|
909
909
|
kind: "int",
|
|
910
|
-
message:
|
|
910
|
+
message: h.toString(e)
|
|
911
911
|
});
|
|
912
912
|
}
|
|
913
913
|
positive(e) {
|
|
@@ -915,7 +915,7 @@ class P extends v {
|
|
|
915
915
|
kind: "min",
|
|
916
916
|
value: 0,
|
|
917
917
|
inclusive: !1,
|
|
918
|
-
message:
|
|
918
|
+
message: h.toString(e)
|
|
919
919
|
});
|
|
920
920
|
}
|
|
921
921
|
negative(e) {
|
|
@@ -923,7 +923,7 @@ class P extends v {
|
|
|
923
923
|
kind: "max",
|
|
924
924
|
value: 0,
|
|
925
925
|
inclusive: !1,
|
|
926
|
-
message:
|
|
926
|
+
message: h.toString(e)
|
|
927
927
|
});
|
|
928
928
|
}
|
|
929
929
|
nonpositive(e) {
|
|
@@ -931,7 +931,7 @@ class P extends v {
|
|
|
931
931
|
kind: "max",
|
|
932
932
|
value: 0,
|
|
933
933
|
inclusive: !0,
|
|
934
|
-
message:
|
|
934
|
+
message: h.toString(e)
|
|
935
935
|
});
|
|
936
936
|
}
|
|
937
937
|
nonnegative(e) {
|
|
@@ -939,20 +939,20 @@ class P extends v {
|
|
|
939
939
|
kind: "min",
|
|
940
940
|
value: 0,
|
|
941
941
|
inclusive: !0,
|
|
942
|
-
message:
|
|
942
|
+
message: h.toString(e)
|
|
943
943
|
});
|
|
944
944
|
}
|
|
945
945
|
multipleOf(e, t) {
|
|
946
946
|
return this._addCheck({
|
|
947
947
|
kind: "multipleOf",
|
|
948
948
|
value: e,
|
|
949
|
-
message:
|
|
949
|
+
message: h.toString(t)
|
|
950
950
|
});
|
|
951
951
|
}
|
|
952
952
|
finite(e) {
|
|
953
953
|
return this._addCheck({
|
|
954
954
|
kind: "finite",
|
|
955
|
-
message:
|
|
955
|
+
message: h.toString(e)
|
|
956
956
|
});
|
|
957
957
|
}
|
|
958
958
|
safe(e) {
|
|
@@ -960,12 +960,12 @@ class P extends v {
|
|
|
960
960
|
kind: "min",
|
|
961
961
|
inclusive: !0,
|
|
962
962
|
value: Number.MIN_SAFE_INTEGER,
|
|
963
|
-
message:
|
|
963
|
+
message: h.toString(e)
|
|
964
964
|
})._addCheck({
|
|
965
965
|
kind: "max",
|
|
966
966
|
inclusive: !0,
|
|
967
967
|
value: Number.MAX_SAFE_INTEGER,
|
|
968
|
-
message:
|
|
968
|
+
message: h.toString(e)
|
|
969
969
|
});
|
|
970
970
|
}
|
|
971
971
|
get minValue() {
|
|
@@ -993,13 +993,13 @@ class P extends v {
|
|
|
993
993
|
return Number.isFinite(t) && Number.isFinite(e);
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
|
-
|
|
996
|
+
V.create = (r) => new V({
|
|
997
997
|
checks: [],
|
|
998
998
|
typeName: p.ZodNumber,
|
|
999
999
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1000
1000
|
...y(r)
|
|
1001
1001
|
});
|
|
1002
|
-
class
|
|
1002
|
+
class z extends v {
|
|
1003
1003
|
constructor() {
|
|
1004
1004
|
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1005
1005
|
}
|
|
@@ -1013,7 +1013,7 @@ class V extends v {
|
|
|
1013
1013
|
}), m;
|
|
1014
1014
|
}
|
|
1015
1015
|
let s;
|
|
1016
|
-
const n = new
|
|
1016
|
+
const n = new T();
|
|
1017
1017
|
for (const a of this._def.checks)
|
|
1018
1018
|
a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
1019
1019
|
code: c.too_small,
|
|
@@ -1035,19 +1035,19 @@ class V extends v {
|
|
|
1035
1035
|
return { status: n.value, value: e.data };
|
|
1036
1036
|
}
|
|
1037
1037
|
gte(e, t) {
|
|
1038
|
-
return this.setLimit("min", e, !0,
|
|
1038
|
+
return this.setLimit("min", e, !0, h.toString(t));
|
|
1039
1039
|
}
|
|
1040
1040
|
gt(e, t) {
|
|
1041
|
-
return this.setLimit("min", e, !1,
|
|
1041
|
+
return this.setLimit("min", e, !1, h.toString(t));
|
|
1042
1042
|
}
|
|
1043
1043
|
lte(e, t) {
|
|
1044
|
-
return this.setLimit("max", e, !0,
|
|
1044
|
+
return this.setLimit("max", e, !0, h.toString(t));
|
|
1045
1045
|
}
|
|
1046
1046
|
lt(e, t) {
|
|
1047
|
-
return this.setLimit("max", e, !1,
|
|
1047
|
+
return this.setLimit("max", e, !1, h.toString(t));
|
|
1048
1048
|
}
|
|
1049
1049
|
setLimit(e, t, s, n) {
|
|
1050
|
-
return new
|
|
1050
|
+
return new z({
|
|
1051
1051
|
...this._def,
|
|
1052
1052
|
checks: [
|
|
1053
1053
|
...this._def.checks,
|
|
@@ -1055,13 +1055,13 @@ class V extends v {
|
|
|
1055
1055
|
kind: e,
|
|
1056
1056
|
value: t,
|
|
1057
1057
|
inclusive: s,
|
|
1058
|
-
message:
|
|
1058
|
+
message: h.toString(n)
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
});
|
|
1062
1062
|
}
|
|
1063
1063
|
_addCheck(e) {
|
|
1064
|
-
return new
|
|
1064
|
+
return new z({
|
|
1065
1065
|
...this._def,
|
|
1066
1066
|
checks: [...this._def.checks, e]
|
|
1067
1067
|
});
|
|
@@ -1071,7 +1071,7 @@ class V extends v {
|
|
|
1071
1071
|
kind: "min",
|
|
1072
1072
|
value: BigInt(0),
|
|
1073
1073
|
inclusive: !1,
|
|
1074
|
-
message:
|
|
1074
|
+
message: h.toString(e)
|
|
1075
1075
|
});
|
|
1076
1076
|
}
|
|
1077
1077
|
negative(e) {
|
|
@@ -1079,7 +1079,7 @@ class V extends v {
|
|
|
1079
1079
|
kind: "max",
|
|
1080
1080
|
value: BigInt(0),
|
|
1081
1081
|
inclusive: !1,
|
|
1082
|
-
message:
|
|
1082
|
+
message: h.toString(e)
|
|
1083
1083
|
});
|
|
1084
1084
|
}
|
|
1085
1085
|
nonpositive(e) {
|
|
@@ -1087,7 +1087,7 @@ class V extends v {
|
|
|
1087
1087
|
kind: "max",
|
|
1088
1088
|
value: BigInt(0),
|
|
1089
1089
|
inclusive: !0,
|
|
1090
|
-
message:
|
|
1090
|
+
message: h.toString(e)
|
|
1091
1091
|
});
|
|
1092
1092
|
}
|
|
1093
1093
|
nonnegative(e) {
|
|
@@ -1095,14 +1095,14 @@ class V extends v {
|
|
|
1095
1095
|
kind: "min",
|
|
1096
1096
|
value: BigInt(0),
|
|
1097
1097
|
inclusive: !0,
|
|
1098
|
-
message:
|
|
1098
|
+
message: h.toString(e)
|
|
1099
1099
|
});
|
|
1100
1100
|
}
|
|
1101
1101
|
multipleOf(e, t) {
|
|
1102
1102
|
return this._addCheck({
|
|
1103
1103
|
kind: "multipleOf",
|
|
1104
1104
|
value: e,
|
|
1105
|
-
message:
|
|
1105
|
+
message: h.toString(t)
|
|
1106
1106
|
});
|
|
1107
1107
|
}
|
|
1108
1108
|
get minValue() {
|
|
@@ -1118,16 +1118,16 @@ class V extends v {
|
|
|
1118
1118
|
return e;
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
|
-
|
|
1121
|
+
z.create = (r) => {
|
|
1122
1122
|
var e;
|
|
1123
|
-
return new
|
|
1123
|
+
return new z({
|
|
1124
1124
|
checks: [],
|
|
1125
1125
|
typeName: p.ZodBigInt,
|
|
1126
1126
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
1127
1127
|
...y(r)
|
|
1128
1128
|
});
|
|
1129
1129
|
};
|
|
1130
|
-
class
|
|
1130
|
+
class X extends v {
|
|
1131
1131
|
_parse(e) {
|
|
1132
1132
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== u.boolean) {
|
|
1133
1133
|
const s = this._getOrReturnCtx(e);
|
|
@@ -1137,15 +1137,15 @@ class G extends v {
|
|
|
1137
1137
|
received: s.parsedType
|
|
1138
1138
|
}), m;
|
|
1139
1139
|
}
|
|
1140
|
-
return
|
|
1140
|
+
return Z(e.data);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
|
|
1143
|
+
X.create = (r) => new X({
|
|
1144
1144
|
typeName: p.ZodBoolean,
|
|
1145
1145
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1146
1146
|
...y(r)
|
|
1147
1147
|
});
|
|
1148
|
-
class
|
|
1148
|
+
class D extends v {
|
|
1149
1149
|
_parse(e) {
|
|
1150
1150
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== u.date) {
|
|
1151
1151
|
const a = this._getOrReturnCtx(e);
|
|
@@ -1161,7 +1161,7 @@ class L extends v {
|
|
|
1161
1161
|
code: c.invalid_date
|
|
1162
1162
|
}), m;
|
|
1163
1163
|
}
|
|
1164
|
-
const s = new
|
|
1164
|
+
const s = new T();
|
|
1165
1165
|
let n;
|
|
1166
1166
|
for (const a of this._def.checks)
|
|
1167
1167
|
a.kind === "min" ? e.data.getTime() < a.value && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
@@ -1185,7 +1185,7 @@ class L extends v {
|
|
|
1185
1185
|
};
|
|
1186
1186
|
}
|
|
1187
1187
|
_addCheck(e) {
|
|
1188
|
-
return new
|
|
1188
|
+
return new D({
|
|
1189
1189
|
...this._def,
|
|
1190
1190
|
checks: [...this._def.checks, e]
|
|
1191
1191
|
});
|
|
@@ -1194,14 +1194,14 @@ class L extends v {
|
|
|
1194
1194
|
return this._addCheck({
|
|
1195
1195
|
kind: "min",
|
|
1196
1196
|
value: e.getTime(),
|
|
1197
|
-
message:
|
|
1197
|
+
message: h.toString(t)
|
|
1198
1198
|
});
|
|
1199
1199
|
}
|
|
1200
1200
|
max(e, t) {
|
|
1201
1201
|
return this._addCheck({
|
|
1202
1202
|
kind: "max",
|
|
1203
1203
|
value: e.getTime(),
|
|
1204
|
-
message:
|
|
1204
|
+
message: h.toString(t)
|
|
1205
1205
|
});
|
|
1206
1206
|
}
|
|
1207
1207
|
get minDate() {
|
|
@@ -1217,13 +1217,13 @@ class L extends v {
|
|
|
1217
1217
|
return e != null ? new Date(e) : null;
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
|
-
|
|
1220
|
+
D.create = (r) => new D({
|
|
1221
1221
|
checks: [],
|
|
1222
1222
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1223
1223
|
typeName: p.ZodDate,
|
|
1224
1224
|
...y(r)
|
|
1225
1225
|
});
|
|
1226
|
-
class
|
|
1226
|
+
class fe extends v {
|
|
1227
1227
|
_parse(e) {
|
|
1228
1228
|
if (this._getType(e) !== u.symbol) {
|
|
1229
1229
|
const s = this._getOrReturnCtx(e);
|
|
@@ -1233,14 +1233,14 @@ class le extends v {
|
|
|
1233
1233
|
received: s.parsedType
|
|
1234
1234
|
}), m;
|
|
1235
1235
|
}
|
|
1236
|
-
return
|
|
1236
|
+
return Z(e.data);
|
|
1237
1237
|
}
|
|
1238
1238
|
}
|
|
1239
|
-
|
|
1239
|
+
fe.create = (r) => new fe({
|
|
1240
1240
|
typeName: p.ZodSymbol,
|
|
1241
1241
|
...y(r)
|
|
1242
1242
|
});
|
|
1243
|
-
class
|
|
1243
|
+
class Q extends v {
|
|
1244
1244
|
_parse(e) {
|
|
1245
1245
|
if (this._getType(e) !== u.undefined) {
|
|
1246
1246
|
const s = this._getOrReturnCtx(e);
|
|
@@ -1250,14 +1250,14 @@ class X extends v {
|
|
|
1250
1250
|
received: s.parsedType
|
|
1251
1251
|
}), m;
|
|
1252
1252
|
}
|
|
1253
|
-
return
|
|
1253
|
+
return Z(e.data);
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
|
-
|
|
1256
|
+
Q.create = (r) => new Q({
|
|
1257
1257
|
typeName: p.ZodUndefined,
|
|
1258
1258
|
...y(r)
|
|
1259
1259
|
});
|
|
1260
|
-
class
|
|
1260
|
+
class K extends v {
|
|
1261
1261
|
_parse(e) {
|
|
1262
1262
|
if (this._getType(e) !== u.null) {
|
|
1263
1263
|
const s = this._getOrReturnCtx(e);
|
|
@@ -1267,38 +1267,38 @@ class Q extends v {
|
|
|
1267
1267
|
received: s.parsedType
|
|
1268
1268
|
}), m;
|
|
1269
1269
|
}
|
|
1270
|
-
return
|
|
1270
|
+
return Z(e.data);
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
|
-
|
|
1273
|
+
K.create = (r) => new K({
|
|
1274
1274
|
typeName: p.ZodNull,
|
|
1275
1275
|
...y(r)
|
|
1276
1276
|
});
|
|
1277
|
-
class
|
|
1277
|
+
class J extends v {
|
|
1278
1278
|
constructor() {
|
|
1279
1279
|
super(...arguments), this._any = !0;
|
|
1280
1280
|
}
|
|
1281
1281
|
_parse(e) {
|
|
1282
|
-
return
|
|
1282
|
+
return Z(e.data);
|
|
1283
1283
|
}
|
|
1284
1284
|
}
|
|
1285
|
-
|
|
1285
|
+
J.create = (r) => new J({
|
|
1286
1286
|
typeName: p.ZodAny,
|
|
1287
1287
|
...y(r)
|
|
1288
1288
|
});
|
|
1289
|
-
class
|
|
1289
|
+
class L extends v {
|
|
1290
1290
|
constructor() {
|
|
1291
1291
|
super(...arguments), this._unknown = !0;
|
|
1292
1292
|
}
|
|
1293
1293
|
_parse(e) {
|
|
1294
|
-
return
|
|
1294
|
+
return Z(e.data);
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
|
-
|
|
1297
|
+
L.create = (r) => new L({
|
|
1298
1298
|
typeName: p.ZodUnknown,
|
|
1299
1299
|
...y(r)
|
|
1300
1300
|
});
|
|
1301
|
-
class
|
|
1301
|
+
class M extends v {
|
|
1302
1302
|
_parse(e) {
|
|
1303
1303
|
const t = this._getOrReturnCtx(e);
|
|
1304
1304
|
return l(t, {
|
|
@@ -1308,7 +1308,7 @@ class j extends v {
|
|
|
1308
1308
|
}), m;
|
|
1309
1309
|
}
|
|
1310
1310
|
}
|
|
1311
|
-
|
|
1311
|
+
M.create = (r) => new M({
|
|
1312
1312
|
typeName: p.ZodNever,
|
|
1313
1313
|
...y(r)
|
|
1314
1314
|
});
|
|
@@ -1322,14 +1322,14 @@ class he extends v {
|
|
|
1322
1322
|
received: s.parsedType
|
|
1323
1323
|
}), m;
|
|
1324
1324
|
}
|
|
1325
|
-
return
|
|
1325
|
+
return Z(e.data);
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
1328
|
he.create = (r) => new he({
|
|
1329
1329
|
typeName: p.ZodVoid,
|
|
1330
1330
|
...y(r)
|
|
1331
1331
|
});
|
|
1332
|
-
class
|
|
1332
|
+
class E extends v {
|
|
1333
1333
|
_parse(e) {
|
|
1334
1334
|
const { ctx: t, status: s } = this._processInputParams(e), n = this._def;
|
|
1335
1335
|
if (t.parsedType !== u.array)
|
|
@@ -1365,36 +1365,36 @@ class N extends v {
|
|
|
1365
1365
|
exact: !1,
|
|
1366
1366
|
message: n.maxLength.message
|
|
1367
1367
|
}), s.dirty()), t.common.async)
|
|
1368
|
-
return Promise.all([...t.data].map((i, o) => n.type._parseAsync(new
|
|
1369
|
-
const a = [...t.data].map((i, o) => n.type._parseSync(new
|
|
1370
|
-
return
|
|
1368
|
+
return Promise.all([...t.data].map((i, o) => n.type._parseAsync(new R(t, i, t.path, o)))).then((i) => T.mergeArray(s, i));
|
|
1369
|
+
const a = [...t.data].map((i, o) => n.type._parseSync(new R(t, i, t.path, o)));
|
|
1370
|
+
return T.mergeArray(s, a);
|
|
1371
1371
|
}
|
|
1372
1372
|
get element() {
|
|
1373
1373
|
return this._def.type;
|
|
1374
1374
|
}
|
|
1375
1375
|
min(e, t) {
|
|
1376
|
-
return new
|
|
1376
|
+
return new E({
|
|
1377
1377
|
...this._def,
|
|
1378
|
-
minLength: { value: e, message:
|
|
1378
|
+
minLength: { value: e, message: h.toString(t) }
|
|
1379
1379
|
});
|
|
1380
1380
|
}
|
|
1381
1381
|
max(e, t) {
|
|
1382
|
-
return new
|
|
1382
|
+
return new E({
|
|
1383
1383
|
...this._def,
|
|
1384
|
-
maxLength: { value: e, message:
|
|
1384
|
+
maxLength: { value: e, message: h.toString(t) }
|
|
1385
1385
|
});
|
|
1386
1386
|
}
|
|
1387
1387
|
length(e, t) {
|
|
1388
|
-
return new
|
|
1388
|
+
return new E({
|
|
1389
1389
|
...this._def,
|
|
1390
|
-
exactLength: { value: e, message:
|
|
1390
|
+
exactLength: { value: e, message: h.toString(t) }
|
|
1391
1391
|
});
|
|
1392
1392
|
}
|
|
1393
1393
|
nonempty(e) {
|
|
1394
1394
|
return this.min(1, e);
|
|
1395
1395
|
}
|
|
1396
1396
|
}
|
|
1397
|
-
|
|
1397
|
+
E.create = (r, e) => new E({
|
|
1398
1398
|
type: r,
|
|
1399
1399
|
minLength: null,
|
|
1400
1400
|
maxLength: null,
|
|
@@ -1402,22 +1402,22 @@ N.create = (r, e) => new N({
|
|
|
1402
1402
|
typeName: p.ZodArray,
|
|
1403
1403
|
...y(e)
|
|
1404
1404
|
});
|
|
1405
|
-
function
|
|
1405
|
+
function q(r) {
|
|
1406
1406
|
if (r instanceof b) {
|
|
1407
1407
|
const e = {};
|
|
1408
1408
|
for (const t in r.shape) {
|
|
1409
1409
|
const s = r.shape[t];
|
|
1410
|
-
e[t] =
|
|
1410
|
+
e[t] = A.create(q(s));
|
|
1411
1411
|
}
|
|
1412
1412
|
return new b({
|
|
1413
1413
|
...r._def,
|
|
1414
1414
|
shape: () => e
|
|
1415
1415
|
});
|
|
1416
1416
|
} else
|
|
1417
|
-
return r instanceof
|
|
1417
|
+
return r instanceof E ? new E({
|
|
1418
1418
|
...r._def,
|
|
1419
|
-
type:
|
|
1420
|
-
}) : r instanceof
|
|
1419
|
+
type: q(r.element)
|
|
1420
|
+
}) : r instanceof A ? A.create(q(r.unwrap())) : r instanceof B ? B.create(q(r.unwrap())) : r instanceof j ? j.create(r.items.map((e) => q(e))) : r;
|
|
1421
1421
|
}
|
|
1422
1422
|
class b extends v {
|
|
1423
1423
|
constructor() {
|
|
@@ -1439,23 +1439,23 @@ class b extends v {
|
|
|
1439
1439
|
}), m;
|
|
1440
1440
|
}
|
|
1441
1441
|
const { status: s, ctx: n } = this._processInputParams(e), { shape: a, keys: i } = this._getCached(), o = [];
|
|
1442
|
-
if (!(this._def.catchall instanceof
|
|
1442
|
+
if (!(this._def.catchall instanceof M && this._def.unknownKeys === "strip"))
|
|
1443
1443
|
for (const d in n.data)
|
|
1444
1444
|
i.includes(d) || o.push(d);
|
|
1445
|
-
const
|
|
1445
|
+
const f = [];
|
|
1446
1446
|
for (const d of i) {
|
|
1447
|
-
const _ = a[d],
|
|
1448
|
-
|
|
1447
|
+
const _ = a[d], S = n.data[d];
|
|
1448
|
+
f.push({
|
|
1449
1449
|
key: { status: "valid", value: d },
|
|
1450
|
-
value: _._parse(new
|
|
1450
|
+
value: _._parse(new R(n, S, n.path, d)),
|
|
1451
1451
|
alwaysSet: d in n.data
|
|
1452
1452
|
});
|
|
1453
1453
|
}
|
|
1454
|
-
if (this._def.catchall instanceof
|
|
1454
|
+
if (this._def.catchall instanceof M) {
|
|
1455
1455
|
const d = this._def.unknownKeys;
|
|
1456
1456
|
if (d === "passthrough")
|
|
1457
1457
|
for (const _ of o)
|
|
1458
|
-
|
|
1458
|
+
f.push({
|
|
1459
1459
|
key: { status: "valid", value: _ },
|
|
1460
1460
|
value: { status: "valid", value: n.data[_] }
|
|
1461
1461
|
});
|
|
@@ -1469,11 +1469,11 @@ class b extends v {
|
|
|
1469
1469
|
} else {
|
|
1470
1470
|
const d = this._def.catchall;
|
|
1471
1471
|
for (const _ of o) {
|
|
1472
|
-
const
|
|
1473
|
-
|
|
1472
|
+
const S = n.data[_];
|
|
1473
|
+
f.push({
|
|
1474
1474
|
key: { status: "valid", value: _ },
|
|
1475
1475
|
value: d._parse(
|
|
1476
|
-
new
|
|
1476
|
+
new R(n, S, n.path, _)
|
|
1477
1477
|
//, ctx.child(key), value, getParsedType(value)
|
|
1478
1478
|
),
|
|
1479
1479
|
alwaysSet: _ in n.data
|
|
@@ -1482,32 +1482,32 @@ class b extends v {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
return n.common.async ? Promise.resolve().then(async () => {
|
|
1484
1484
|
const d = [];
|
|
1485
|
-
for (const _ of
|
|
1486
|
-
const
|
|
1485
|
+
for (const _ of f) {
|
|
1486
|
+
const S = await _.key;
|
|
1487
1487
|
d.push({
|
|
1488
|
-
key:
|
|
1488
|
+
key: S,
|
|
1489
1489
|
value: await _.value,
|
|
1490
1490
|
alwaysSet: _.alwaysSet
|
|
1491
1491
|
});
|
|
1492
1492
|
}
|
|
1493
1493
|
return d;
|
|
1494
|
-
}).then((d) =>
|
|
1494
|
+
}).then((d) => T.mergeObjectSync(s, d)) : T.mergeObjectSync(s, f);
|
|
1495
1495
|
}
|
|
1496
1496
|
get shape() {
|
|
1497
1497
|
return this._def.shape();
|
|
1498
1498
|
}
|
|
1499
1499
|
strict(e) {
|
|
1500
|
-
return
|
|
1500
|
+
return h.errToObj, new b({
|
|
1501
1501
|
...this._def,
|
|
1502
1502
|
unknownKeys: "strict",
|
|
1503
1503
|
...e !== void 0 ? {
|
|
1504
1504
|
errorMap: (t, s) => {
|
|
1505
1505
|
var n, a, i, o;
|
|
1506
|
-
const
|
|
1506
|
+
const f = (i = (a = (n = this._def).errorMap) === null || a === void 0 ? void 0 : a.call(n, t, s).message) !== null && i !== void 0 ? i : s.defaultError;
|
|
1507
1507
|
return t.code === "unrecognized_keys" ? {
|
|
1508
|
-
message: (o =
|
|
1508
|
+
message: (o = h.errToObj(e).message) !== null && o !== void 0 ? o : f
|
|
1509
1509
|
} : {
|
|
1510
|
-
message:
|
|
1510
|
+
message: f
|
|
1511
1511
|
};
|
|
1512
1512
|
}
|
|
1513
1513
|
} : {}
|
|
@@ -1654,7 +1654,7 @@ class b extends v {
|
|
|
1654
1654
|
* @deprecated
|
|
1655
1655
|
*/
|
|
1656
1656
|
deepPartial() {
|
|
1657
|
-
return
|
|
1657
|
+
return q(this);
|
|
1658
1658
|
}
|
|
1659
1659
|
partial(e) {
|
|
1660
1660
|
const t = {};
|
|
@@ -1673,7 +1673,7 @@ class b extends v {
|
|
|
1673
1673
|
t[s] = this.shape[s];
|
|
1674
1674
|
else {
|
|
1675
1675
|
let a = this.shape[s];
|
|
1676
|
-
for (; a instanceof
|
|
1676
|
+
for (; a instanceof A; )
|
|
1677
1677
|
a = a._def.innerType;
|
|
1678
1678
|
t[s] = a;
|
|
1679
1679
|
}
|
|
@@ -1683,31 +1683,31 @@ class b extends v {
|
|
|
1683
1683
|
});
|
|
1684
1684
|
}
|
|
1685
1685
|
keyof() {
|
|
1686
|
-
return
|
|
1686
|
+
return Ne(g.objectKeys(this.shape));
|
|
1687
1687
|
}
|
|
1688
1688
|
}
|
|
1689
1689
|
b.create = (r, e) => new b({
|
|
1690
1690
|
shape: () => r,
|
|
1691
1691
|
unknownKeys: "strip",
|
|
1692
|
-
catchall:
|
|
1692
|
+
catchall: M.create(),
|
|
1693
1693
|
typeName: p.ZodObject,
|
|
1694
1694
|
...y(e)
|
|
1695
1695
|
});
|
|
1696
1696
|
b.strictCreate = (r, e) => new b({
|
|
1697
1697
|
shape: () => r,
|
|
1698
1698
|
unknownKeys: "strict",
|
|
1699
|
-
catchall:
|
|
1699
|
+
catchall: M.create(),
|
|
1700
1700
|
typeName: p.ZodObject,
|
|
1701
1701
|
...y(e)
|
|
1702
1702
|
});
|
|
1703
1703
|
b.lazycreate = (r, e) => new b({
|
|
1704
1704
|
shape: r,
|
|
1705
1705
|
unknownKeys: "strip",
|
|
1706
|
-
catchall:
|
|
1706
|
+
catchall: M.create(),
|
|
1707
1707
|
typeName: p.ZodObject,
|
|
1708
1708
|
...y(e)
|
|
1709
1709
|
});
|
|
1710
|
-
class
|
|
1710
|
+
class F extends v {
|
|
1711
1711
|
_parse(e) {
|
|
1712
1712
|
const { ctx: t } = this._processInputParams(e), s = this._def.options;
|
|
1713
1713
|
function n(a) {
|
|
@@ -1717,7 +1717,7 @@ class K extends v {
|
|
|
1717
1717
|
for (const o of a)
|
|
1718
1718
|
if (o.result.status === "dirty")
|
|
1719
1719
|
return t.common.issues.push(...o.ctx.common.issues), o.result;
|
|
1720
|
-
const i = a.map((o) => new
|
|
1720
|
+
const i = a.map((o) => new O(o.ctx.common.issues));
|
|
1721
1721
|
return l(t, {
|
|
1722
1722
|
code: c.invalid_union,
|
|
1723
1723
|
unionErrors: i
|
|
@@ -1745,7 +1745,7 @@ class K extends v {
|
|
|
1745
1745
|
{
|
|
1746
1746
|
let a;
|
|
1747
1747
|
const i = [];
|
|
1748
|
-
for (const
|
|
1748
|
+
for (const f of s) {
|
|
1749
1749
|
const d = {
|
|
1750
1750
|
...t,
|
|
1751
1751
|
common: {
|
|
@@ -1753,7 +1753,7 @@ class K extends v {
|
|
|
1753
1753
|
issues: []
|
|
1754
1754
|
},
|
|
1755
1755
|
parent: null
|
|
1756
|
-
}, _ =
|
|
1756
|
+
}, _ = f._parseSync({
|
|
1757
1757
|
data: t.data,
|
|
1758
1758
|
path: t.path,
|
|
1759
1759
|
parent: d
|
|
@@ -1764,7 +1764,7 @@ class K extends v {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
if (a)
|
|
1766
1766
|
return t.common.issues.push(...a.ctx.common.issues), a.result;
|
|
1767
|
-
const o = i.map((
|
|
1767
|
+
const o = i.map((f) => new O(f));
|
|
1768
1768
|
return l(t, {
|
|
1769
1769
|
code: c.invalid_union,
|
|
1770
1770
|
unionErrors: o
|
|
@@ -1775,13 +1775,13 @@ class K extends v {
|
|
|
1775
1775
|
return this._def.options;
|
|
1776
1776
|
}
|
|
1777
1777
|
}
|
|
1778
|
-
|
|
1778
|
+
F.create = (r, e) => new F({
|
|
1779
1779
|
options: r,
|
|
1780
1780
|
typeName: p.ZodUnion,
|
|
1781
1781
|
...y(e)
|
|
1782
1782
|
});
|
|
1783
|
-
const
|
|
1784
|
-
class
|
|
1783
|
+
const ce = (r) => r instanceof re ? ce(r.schema) : r instanceof I ? ce(r.innerType()) : r instanceof se ? [r.value] : r instanceof $ ? r.options : r instanceof ne ? Object.keys(r.enum) : r instanceof ae ? ce(r._def.innerType) : r instanceof Q ? [void 0] : r instanceof K ? [null] : null;
|
|
1784
|
+
class _e extends v {
|
|
1785
1785
|
_parse(e) {
|
|
1786
1786
|
const { ctx: t } = this._processInputParams(e);
|
|
1787
1787
|
if (t.parsedType !== u.object)
|
|
@@ -1825,7 +1825,7 @@ class ve extends v {
|
|
|
1825
1825
|
static create(e, t, s) {
|
|
1826
1826
|
const n = /* @__PURE__ */ new Map();
|
|
1827
1827
|
for (const a of t) {
|
|
1828
|
-
const i =
|
|
1828
|
+
const i = ce(a.shape[e]);
|
|
1829
1829
|
if (!i)
|
|
1830
1830
|
throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);
|
|
1831
1831
|
for (const o of i) {
|
|
@@ -1834,7 +1834,7 @@ class ve extends v {
|
|
|
1834
1834
|
n.set(o, a);
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
|
-
return new
|
|
1837
|
+
return new _e({
|
|
1838
1838
|
typeName: p.ZodDiscriminatedUnion,
|
|
1839
1839
|
discriminator: e,
|
|
1840
1840
|
options: t,
|
|
@@ -1843,17 +1843,17 @@ class ve extends v {
|
|
|
1843
1843
|
});
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
1846
|
-
function
|
|
1847
|
-
const t =
|
|
1846
|
+
function we(r, e) {
|
|
1847
|
+
const t = P(r), s = P(e);
|
|
1848
1848
|
if (r === e)
|
|
1849
1849
|
return { valid: !0, data: r };
|
|
1850
1850
|
if (t === u.object && s === u.object) {
|
|
1851
1851
|
const n = g.objectKeys(e), a = g.objectKeys(r).filter((o) => n.indexOf(o) !== -1), i = { ...r, ...e };
|
|
1852
1852
|
for (const o of a) {
|
|
1853
|
-
const
|
|
1854
|
-
if (!
|
|
1853
|
+
const f = we(r[o], e[o]);
|
|
1854
|
+
if (!f.valid)
|
|
1855
1855
|
return { valid: !1 };
|
|
1856
|
-
i[o] =
|
|
1856
|
+
i[o] = f.data;
|
|
1857
1857
|
}
|
|
1858
1858
|
return { valid: !0, data: i };
|
|
1859
1859
|
} else if (t === u.array && s === u.array) {
|
|
@@ -1861,22 +1861,22 @@ function ke(r, e) {
|
|
|
1861
1861
|
return { valid: !1 };
|
|
1862
1862
|
const n = [];
|
|
1863
1863
|
for (let a = 0; a < r.length; a++) {
|
|
1864
|
-
const i = r[a], o = e[a],
|
|
1865
|
-
if (!
|
|
1864
|
+
const i = r[a], o = e[a], f = we(i, o);
|
|
1865
|
+
if (!f.valid)
|
|
1866
1866
|
return { valid: !1 };
|
|
1867
|
-
n.push(
|
|
1867
|
+
n.push(f.data);
|
|
1868
1868
|
}
|
|
1869
1869
|
return { valid: !0, data: n };
|
|
1870
1870
|
} else
|
|
1871
1871
|
return t === u.date && s === u.date && +r == +e ? { valid: !0, data: r } : { valid: !1 };
|
|
1872
1872
|
}
|
|
1873
|
-
class
|
|
1873
|
+
class ee extends v {
|
|
1874
1874
|
_parse(e) {
|
|
1875
1875
|
const { status: t, ctx: s } = this._processInputParams(e), n = (a, i) => {
|
|
1876
|
-
if (
|
|
1876
|
+
if (be(a) || be(i))
|
|
1877
1877
|
return m;
|
|
1878
|
-
const o =
|
|
1879
|
-
return o.valid ? ((
|
|
1878
|
+
const o = we(a.value, i.value);
|
|
1879
|
+
return o.valid ? ((ke(a) || ke(i)) && t.dirty(), { status: t.value, value: o.data }) : (l(s, {
|
|
1880
1880
|
code: c.invalid_intersection_types
|
|
1881
1881
|
}), m);
|
|
1882
1882
|
};
|
|
@@ -1902,13 +1902,13 @@ class F extends v {
|
|
|
1902
1902
|
}));
|
|
1903
1903
|
}
|
|
1904
1904
|
}
|
|
1905
|
-
|
|
1905
|
+
ee.create = (r, e, t) => new ee({
|
|
1906
1906
|
left: r,
|
|
1907
1907
|
right: e,
|
|
1908
1908
|
typeName: p.ZodIntersection,
|
|
1909
1909
|
...y(t)
|
|
1910
1910
|
});
|
|
1911
|
-
class
|
|
1911
|
+
class j extends v {
|
|
1912
1912
|
_parse(e) {
|
|
1913
1913
|
const { status: t, ctx: s } = this._processInputParams(e);
|
|
1914
1914
|
if (s.parsedType !== u.array)
|
|
@@ -1933,32 +1933,32 @@ class I extends v {
|
|
|
1933
1933
|
type: "array"
|
|
1934
1934
|
}), t.dirty());
|
|
1935
1935
|
const a = [...s.data].map((i, o) => {
|
|
1936
|
-
const
|
|
1937
|
-
return
|
|
1936
|
+
const f = this._def.items[o] || this._def.rest;
|
|
1937
|
+
return f ? f._parse(new R(s, i, s.path, o)) : null;
|
|
1938
1938
|
}).filter((i) => !!i);
|
|
1939
|
-
return s.common.async ? Promise.all(a).then((i) =>
|
|
1939
|
+
return s.common.async ? Promise.all(a).then((i) => T.mergeArray(t, i)) : T.mergeArray(t, a);
|
|
1940
1940
|
}
|
|
1941
1941
|
get items() {
|
|
1942
1942
|
return this._def.items;
|
|
1943
1943
|
}
|
|
1944
1944
|
rest(e) {
|
|
1945
|
-
return new
|
|
1945
|
+
return new j({
|
|
1946
1946
|
...this._def,
|
|
1947
1947
|
rest: e
|
|
1948
1948
|
});
|
|
1949
1949
|
}
|
|
1950
1950
|
}
|
|
1951
|
-
|
|
1951
|
+
j.create = (r, e) => {
|
|
1952
1952
|
if (!Array.isArray(r))
|
|
1953
1953
|
throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
|
|
1954
|
-
return new
|
|
1954
|
+
return new j({
|
|
1955
1955
|
items: r,
|
|
1956
1956
|
typeName: p.ZodTuple,
|
|
1957
1957
|
rest: null,
|
|
1958
1958
|
...y(e)
|
|
1959
1959
|
});
|
|
1960
1960
|
};
|
|
1961
|
-
class
|
|
1961
|
+
class te extends v {
|
|
1962
1962
|
get keySchema() {
|
|
1963
1963
|
return this._def.keyType;
|
|
1964
1964
|
}
|
|
@@ -1976,29 +1976,29 @@ class ee extends v {
|
|
|
1976
1976
|
const n = [], a = this._def.keyType, i = this._def.valueType;
|
|
1977
1977
|
for (const o in s.data)
|
|
1978
1978
|
n.push({
|
|
1979
|
-
key: a._parse(new
|
|
1980
|
-
value: i._parse(new
|
|
1979
|
+
key: a._parse(new R(s, o, s.path, o)),
|
|
1980
|
+
value: i._parse(new R(s, s.data[o], s.path, o))
|
|
1981
1981
|
});
|
|
1982
|
-
return s.common.async ?
|
|
1982
|
+
return s.common.async ? T.mergeObjectAsync(t, n) : T.mergeObjectSync(t, n);
|
|
1983
1983
|
}
|
|
1984
1984
|
get element() {
|
|
1985
1985
|
return this._def.valueType;
|
|
1986
1986
|
}
|
|
1987
1987
|
static create(e, t, s) {
|
|
1988
|
-
return t instanceof v ? new
|
|
1988
|
+
return t instanceof v ? new te({
|
|
1989
1989
|
keyType: e,
|
|
1990
1990
|
valueType: t,
|
|
1991
1991
|
typeName: p.ZodRecord,
|
|
1992
1992
|
...y(s)
|
|
1993
|
-
}) : new
|
|
1994
|
-
keyType:
|
|
1993
|
+
}) : new te({
|
|
1994
|
+
keyType: N.create(),
|
|
1995
1995
|
valueType: e,
|
|
1996
1996
|
typeName: p.ZodRecord,
|
|
1997
1997
|
...y(t)
|
|
1998
1998
|
});
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|
|
2001
|
-
class
|
|
2001
|
+
class pe extends v {
|
|
2002
2002
|
get keySchema() {
|
|
2003
2003
|
return this._def.keyType;
|
|
2004
2004
|
}
|
|
@@ -2013,15 +2013,15 @@ class fe extends v {
|
|
|
2013
2013
|
expected: u.map,
|
|
2014
2014
|
received: s.parsedType
|
|
2015
2015
|
}), m;
|
|
2016
|
-
const n = this._def.keyType, a = this._def.valueType, i = [...s.data.entries()].map(([o,
|
|
2017
|
-
key: n._parse(new
|
|
2018
|
-
value: a._parse(new
|
|
2016
|
+
const n = this._def.keyType, a = this._def.valueType, i = [...s.data.entries()].map(([o, f], d) => ({
|
|
2017
|
+
key: n._parse(new R(s, o, s.path, [d, "key"])),
|
|
2018
|
+
value: a._parse(new R(s, f, s.path, [d, "value"]))
|
|
2019
2019
|
}));
|
|
2020
2020
|
if (s.common.async) {
|
|
2021
2021
|
const o = /* @__PURE__ */ new Map();
|
|
2022
2022
|
return Promise.resolve().then(async () => {
|
|
2023
|
-
for (const
|
|
2024
|
-
const d = await
|
|
2023
|
+
for (const f of i) {
|
|
2024
|
+
const d = await f.key, _ = await f.value;
|
|
2025
2025
|
if (d.status === "aborted" || _.status === "aborted")
|
|
2026
2026
|
return m;
|
|
2027
2027
|
(d.status === "dirty" || _.status === "dirty") && t.dirty(), o.set(d.value, _.value);
|
|
@@ -2030,8 +2030,8 @@ class fe extends v {
|
|
|
2030
2030
|
});
|
|
2031
2031
|
} else {
|
|
2032
2032
|
const o = /* @__PURE__ */ new Map();
|
|
2033
|
-
for (const
|
|
2034
|
-
const d =
|
|
2033
|
+
for (const f of i) {
|
|
2034
|
+
const d = f.key, _ = f.value;
|
|
2035
2035
|
if (d.status === "aborted" || _.status === "aborted")
|
|
2036
2036
|
return m;
|
|
2037
2037
|
(d.status === "dirty" || _.status === "dirty") && t.dirty(), o.set(d.value, _.value);
|
|
@@ -2040,13 +2040,13 @@ class fe extends v {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
}
|
|
2042
2042
|
}
|
|
2043
|
-
|
|
2043
|
+
pe.create = (r, e, t) => new pe({
|
|
2044
2044
|
valueType: e,
|
|
2045
2045
|
keyType: r,
|
|
2046
2046
|
typeName: p.ZodMap,
|
|
2047
2047
|
...y(t)
|
|
2048
2048
|
});
|
|
2049
|
-
class
|
|
2049
|
+
class U extends v {
|
|
2050
2050
|
_parse(e) {
|
|
2051
2051
|
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2052
2052
|
if (s.parsedType !== u.set)
|
|
@@ -2072,28 +2072,28 @@ class D extends v {
|
|
|
2072
2072
|
message: n.maxSize.message
|
|
2073
2073
|
}), t.dirty());
|
|
2074
2074
|
const a = this._def.valueType;
|
|
2075
|
-
function i(
|
|
2075
|
+
function i(f) {
|
|
2076
2076
|
const d = /* @__PURE__ */ new Set();
|
|
2077
|
-
for (const _ of
|
|
2077
|
+
for (const _ of f) {
|
|
2078
2078
|
if (_.status === "aborted")
|
|
2079
2079
|
return m;
|
|
2080
2080
|
_.status === "dirty" && t.dirty(), d.add(_.value);
|
|
2081
2081
|
}
|
|
2082
2082
|
return { status: t.value, value: d };
|
|
2083
2083
|
}
|
|
2084
|
-
const o = [...s.data.values()].map((
|
|
2085
|
-
return s.common.async ? Promise.all(o).then((
|
|
2084
|
+
const o = [...s.data.values()].map((f, d) => a._parse(new R(s, f, s.path, d)));
|
|
2085
|
+
return s.common.async ? Promise.all(o).then((f) => i(f)) : i(o);
|
|
2086
2086
|
}
|
|
2087
2087
|
min(e, t) {
|
|
2088
|
-
return new
|
|
2088
|
+
return new U({
|
|
2089
2089
|
...this._def,
|
|
2090
|
-
minSize: { value: e, message:
|
|
2090
|
+
minSize: { value: e, message: h.toString(t) }
|
|
2091
2091
|
});
|
|
2092
2092
|
}
|
|
2093
2093
|
max(e, t) {
|
|
2094
|
-
return new
|
|
2094
|
+
return new U({
|
|
2095
2095
|
...this._def,
|
|
2096
|
-
maxSize: { value: e, message:
|
|
2096
|
+
maxSize: { value: e, message: h.toString(t) }
|
|
2097
2097
|
});
|
|
2098
2098
|
}
|
|
2099
2099
|
size(e, t) {
|
|
@@ -2103,14 +2103,14 @@ class D extends v {
|
|
|
2103
2103
|
return this.min(1, e);
|
|
2104
2104
|
}
|
|
2105
2105
|
}
|
|
2106
|
-
|
|
2106
|
+
U.create = (r, e) => new U({
|
|
2107
2107
|
valueType: r,
|
|
2108
2108
|
minSize: null,
|
|
2109
2109
|
maxSize: null,
|
|
2110
2110
|
typeName: p.ZodSet,
|
|
2111
2111
|
...y(e)
|
|
2112
2112
|
});
|
|
2113
|
-
class
|
|
2113
|
+
class W extends v {
|
|
2114
2114
|
constructor() {
|
|
2115
2115
|
super(...arguments), this.validate = this.implement;
|
|
2116
2116
|
}
|
|
@@ -2122,59 +2122,59 @@ class q extends v {
|
|
|
2122
2122
|
expected: u.function,
|
|
2123
2123
|
received: t.parsedType
|
|
2124
2124
|
}), m;
|
|
2125
|
-
function s(o,
|
|
2126
|
-
return
|
|
2125
|
+
function s(o, f) {
|
|
2126
|
+
return ue({
|
|
2127
2127
|
data: o,
|
|
2128
2128
|
path: t.path,
|
|
2129
2129
|
errorMaps: [
|
|
2130
2130
|
t.common.contextualErrorMap,
|
|
2131
2131
|
t.schemaErrorMap,
|
|
2132
|
-
|
|
2133
|
-
|
|
2132
|
+
de(),
|
|
2133
|
+
H
|
|
2134
2134
|
].filter((d) => !!d),
|
|
2135
2135
|
issueData: {
|
|
2136
2136
|
code: c.invalid_arguments,
|
|
2137
|
-
argumentsError:
|
|
2137
|
+
argumentsError: f
|
|
2138
2138
|
}
|
|
2139
2139
|
});
|
|
2140
2140
|
}
|
|
2141
|
-
function n(o,
|
|
2142
|
-
return
|
|
2141
|
+
function n(o, f) {
|
|
2142
|
+
return ue({
|
|
2143
2143
|
data: o,
|
|
2144
2144
|
path: t.path,
|
|
2145
2145
|
errorMaps: [
|
|
2146
2146
|
t.common.contextualErrorMap,
|
|
2147
2147
|
t.schemaErrorMap,
|
|
2148
|
-
|
|
2149
|
-
|
|
2148
|
+
de(),
|
|
2149
|
+
H
|
|
2150
2150
|
].filter((d) => !!d),
|
|
2151
2151
|
issueData: {
|
|
2152
2152
|
code: c.invalid_return_type,
|
|
2153
|
-
returnTypeError:
|
|
2153
|
+
returnTypeError: f
|
|
2154
2154
|
}
|
|
2155
2155
|
});
|
|
2156
2156
|
}
|
|
2157
2157
|
const a = { errorMap: t.common.contextualErrorMap }, i = t.data;
|
|
2158
|
-
if (this._def.returns instanceof
|
|
2158
|
+
if (this._def.returns instanceof Y) {
|
|
2159
2159
|
const o = this;
|
|
2160
|
-
return
|
|
2161
|
-
const d = new
|
|
2162
|
-
throw d.addIssue(s(
|
|
2163
|
-
}),
|
|
2164
|
-
return await o._def.returns._def.type.parseAsync(
|
|
2165
|
-
throw d.addIssue(n(
|
|
2160
|
+
return Z(async function(...f) {
|
|
2161
|
+
const d = new O([]), _ = await o._def.args.parseAsync(f, a).catch((oe) => {
|
|
2162
|
+
throw d.addIssue(s(f, oe)), d;
|
|
2163
|
+
}), S = await Reflect.apply(i, this, _);
|
|
2164
|
+
return await o._def.returns._def.type.parseAsync(S, a).catch((oe) => {
|
|
2165
|
+
throw d.addIssue(n(S, oe)), d;
|
|
2166
2166
|
});
|
|
2167
2167
|
});
|
|
2168
2168
|
} else {
|
|
2169
2169
|
const o = this;
|
|
2170
|
-
return
|
|
2171
|
-
const d = o._def.args.safeParse(
|
|
2170
|
+
return Z(function(...f) {
|
|
2171
|
+
const d = o._def.args.safeParse(f, a);
|
|
2172
2172
|
if (!d.success)
|
|
2173
|
-
throw new
|
|
2174
|
-
const _ = Reflect.apply(i, this, d.data),
|
|
2175
|
-
if (!
|
|
2176
|
-
throw new
|
|
2177
|
-
return
|
|
2173
|
+
throw new O([s(f, d.error)]);
|
|
2174
|
+
const _ = Reflect.apply(i, this, d.data), S = o._def.returns.safeParse(_, a);
|
|
2175
|
+
if (!S.success)
|
|
2176
|
+
throw new O([n(_, S.error)]);
|
|
2177
|
+
return S.data;
|
|
2178
2178
|
});
|
|
2179
2179
|
}
|
|
2180
2180
|
}
|
|
@@ -2185,13 +2185,13 @@ class q extends v {
|
|
|
2185
2185
|
return this._def.returns;
|
|
2186
2186
|
}
|
|
2187
2187
|
args(...e) {
|
|
2188
|
-
return new
|
|
2188
|
+
return new W({
|
|
2189
2189
|
...this._def,
|
|
2190
|
-
args:
|
|
2190
|
+
args: j.create(e).rest(L.create())
|
|
2191
2191
|
});
|
|
2192
2192
|
}
|
|
2193
2193
|
returns(e) {
|
|
2194
|
-
return new
|
|
2194
|
+
return new W({
|
|
2195
2195
|
...this._def,
|
|
2196
2196
|
returns: e
|
|
2197
2197
|
});
|
|
@@ -2203,15 +2203,15 @@ class q extends v {
|
|
|
2203
2203
|
return this.parse(e);
|
|
2204
2204
|
}
|
|
2205
2205
|
static create(e, t, s) {
|
|
2206
|
-
return new
|
|
2207
|
-
args: e ||
|
|
2208
|
-
returns: t ||
|
|
2206
|
+
return new W({
|
|
2207
|
+
args: e || j.create([]).rest(L.create()),
|
|
2208
|
+
returns: t || L.create(),
|
|
2209
2209
|
typeName: p.ZodFunction,
|
|
2210
2210
|
...y(s)
|
|
2211
2211
|
});
|
|
2212
2212
|
}
|
|
2213
2213
|
}
|
|
2214
|
-
class
|
|
2214
|
+
class re extends v {
|
|
2215
2215
|
get schema() {
|
|
2216
2216
|
return this._def.getter();
|
|
2217
2217
|
}
|
|
@@ -2220,12 +2220,12 @@ class te extends v {
|
|
|
2220
2220
|
return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
|
|
2221
2221
|
}
|
|
2222
2222
|
}
|
|
2223
|
-
|
|
2223
|
+
re.create = (r, e) => new re({
|
|
2224
2224
|
getter: r,
|
|
2225
2225
|
typeName: p.ZodLazy,
|
|
2226
2226
|
...y(e)
|
|
2227
2227
|
});
|
|
2228
|
-
class
|
|
2228
|
+
class se extends v {
|
|
2229
2229
|
_parse(e) {
|
|
2230
2230
|
if (e.data !== this._def.value) {
|
|
2231
2231
|
const t = this._getOrReturnCtx(e);
|
|
@@ -2241,19 +2241,19 @@ class re extends v {
|
|
|
2241
2241
|
return this._def.value;
|
|
2242
2242
|
}
|
|
2243
2243
|
}
|
|
2244
|
-
|
|
2244
|
+
se.create = (r, e) => new se({
|
|
2245
2245
|
value: r,
|
|
2246
2246
|
typeName: p.ZodLiteral,
|
|
2247
2247
|
...y(e)
|
|
2248
2248
|
});
|
|
2249
|
-
function
|
|
2250
|
-
return new
|
|
2249
|
+
function Ne(r, e) {
|
|
2250
|
+
return new $({
|
|
2251
2251
|
values: r,
|
|
2252
2252
|
typeName: p.ZodEnum,
|
|
2253
2253
|
...y(e)
|
|
2254
2254
|
});
|
|
2255
2255
|
}
|
|
2256
|
-
class
|
|
2256
|
+
class $ extends v {
|
|
2257
2257
|
_parse(e) {
|
|
2258
2258
|
if (typeof e.data != "string") {
|
|
2259
2259
|
const t = this._getOrReturnCtx(e), s = this._def.values;
|
|
@@ -2271,7 +2271,7 @@ class z extends v {
|
|
|
2271
2271
|
options: s
|
|
2272
2272
|
}), m;
|
|
2273
2273
|
}
|
|
2274
|
-
return
|
|
2274
|
+
return Z(e.data);
|
|
2275
2275
|
}
|
|
2276
2276
|
get options() {
|
|
2277
2277
|
return this._def.values;
|
|
@@ -2295,14 +2295,14 @@ class z extends v {
|
|
|
2295
2295
|
return e;
|
|
2296
2296
|
}
|
|
2297
2297
|
extract(e) {
|
|
2298
|
-
return
|
|
2298
|
+
return $.create(e);
|
|
2299
2299
|
}
|
|
2300
2300
|
exclude(e) {
|
|
2301
|
-
return
|
|
2301
|
+
return $.create(this.options.filter((t) => !e.includes(t)));
|
|
2302
2302
|
}
|
|
2303
2303
|
}
|
|
2304
|
-
|
|
2305
|
-
class
|
|
2304
|
+
$.create = Ne;
|
|
2305
|
+
class ne extends v {
|
|
2306
2306
|
_parse(e) {
|
|
2307
2307
|
const t = g.getValidEnumValues(this._def.values), s = this._getOrReturnCtx(e);
|
|
2308
2308
|
if (s.parsedType !== u.string && s.parsedType !== u.number) {
|
|
@@ -2321,18 +2321,18 @@ class se extends v {
|
|
|
2321
2321
|
options: n
|
|
2322
2322
|
}), m;
|
|
2323
2323
|
}
|
|
2324
|
-
return
|
|
2324
|
+
return Z(e.data);
|
|
2325
2325
|
}
|
|
2326
2326
|
get enum() {
|
|
2327
2327
|
return this._def.values;
|
|
2328
2328
|
}
|
|
2329
2329
|
}
|
|
2330
|
-
|
|
2330
|
+
ne.create = (r, e) => new ne({
|
|
2331
2331
|
values: r,
|
|
2332
2332
|
typeName: p.ZodNativeEnum,
|
|
2333
2333
|
...y(e)
|
|
2334
2334
|
});
|
|
2335
|
-
class
|
|
2335
|
+
class Y extends v {
|
|
2336
2336
|
unwrap() {
|
|
2337
2337
|
return this._def.type;
|
|
2338
2338
|
}
|
|
@@ -2345,18 +2345,18 @@ class J extends v {
|
|
|
2345
2345
|
received: t.parsedType
|
|
2346
2346
|
}), m;
|
|
2347
2347
|
const s = t.parsedType === u.promise ? t.data : Promise.resolve(t.data);
|
|
2348
|
-
return
|
|
2348
|
+
return Z(s.then((n) => this._def.type.parseAsync(n, {
|
|
2349
2349
|
path: t.path,
|
|
2350
2350
|
errorMap: t.common.contextualErrorMap
|
|
2351
2351
|
})));
|
|
2352
2352
|
}
|
|
2353
2353
|
}
|
|
2354
|
-
|
|
2354
|
+
Y.create = (r, e) => new Y({
|
|
2355
2355
|
type: r,
|
|
2356
2356
|
typeName: p.ZodPromise,
|
|
2357
2357
|
...y(e)
|
|
2358
2358
|
});
|
|
2359
|
-
class
|
|
2359
|
+
class I extends v {
|
|
2360
2360
|
innerType() {
|
|
2361
2361
|
return this._def.schema;
|
|
2362
2362
|
}
|
|
@@ -2389,10 +2389,10 @@ class O extends v {
|
|
|
2389
2389
|
}
|
|
2390
2390
|
if (n.type === "refinement") {
|
|
2391
2391
|
const i = (o) => {
|
|
2392
|
-
const
|
|
2392
|
+
const f = n.refinement(o, a);
|
|
2393
2393
|
if (s.common.async)
|
|
2394
|
-
return Promise.resolve(
|
|
2395
|
-
if (
|
|
2394
|
+
return Promise.resolve(f);
|
|
2395
|
+
if (f instanceof Promise)
|
|
2396
2396
|
throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2397
2397
|
return o;
|
|
2398
2398
|
};
|
|
@@ -2413,56 +2413,56 @@ class O extends v {
|
|
|
2413
2413
|
path: s.path,
|
|
2414
2414
|
parent: s
|
|
2415
2415
|
});
|
|
2416
|
-
if (!
|
|
2416
|
+
if (!G(i))
|
|
2417
2417
|
return i;
|
|
2418
2418
|
const o = n.transform(i.value, a);
|
|
2419
2419
|
if (o instanceof Promise)
|
|
2420
2420
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2421
2421
|
return { status: t.value, value: o };
|
|
2422
2422
|
} else
|
|
2423
|
-
return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((i) =>
|
|
2423
|
+
return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((i) => G(i) ? Promise.resolve(n.transform(i.value, a)).then((o) => ({ status: t.value, value: o })) : i);
|
|
2424
2424
|
g.assertNever(n);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
|
-
|
|
2427
|
+
I.create = (r, e, t) => new I({
|
|
2428
2428
|
schema: r,
|
|
2429
2429
|
typeName: p.ZodEffects,
|
|
2430
2430
|
effect: e,
|
|
2431
2431
|
...y(t)
|
|
2432
2432
|
});
|
|
2433
|
-
|
|
2433
|
+
I.createWithPreprocess = (r, e, t) => new I({
|
|
2434
2434
|
schema: e,
|
|
2435
2435
|
effect: { type: "preprocess", transform: r },
|
|
2436
2436
|
typeName: p.ZodEffects,
|
|
2437
2437
|
...y(t)
|
|
2438
2438
|
});
|
|
2439
|
-
class
|
|
2439
|
+
class A extends v {
|
|
2440
2440
|
_parse(e) {
|
|
2441
|
-
return this._getType(e) === u.undefined ?
|
|
2441
|
+
return this._getType(e) === u.undefined ? Z(void 0) : this._def.innerType._parse(e);
|
|
2442
2442
|
}
|
|
2443
2443
|
unwrap() {
|
|
2444
2444
|
return this._def.innerType;
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
2447
|
-
|
|
2447
|
+
A.create = (r, e) => new A({
|
|
2448
2448
|
innerType: r,
|
|
2449
2449
|
typeName: p.ZodOptional,
|
|
2450
2450
|
...y(e)
|
|
2451
2451
|
});
|
|
2452
|
-
class
|
|
2452
|
+
class B extends v {
|
|
2453
2453
|
_parse(e) {
|
|
2454
|
-
return this._getType(e) === u.null ?
|
|
2454
|
+
return this._getType(e) === u.null ? Z(null) : this._def.innerType._parse(e);
|
|
2455
2455
|
}
|
|
2456
2456
|
unwrap() {
|
|
2457
2457
|
return this._def.innerType;
|
|
2458
2458
|
}
|
|
2459
2459
|
}
|
|
2460
|
-
|
|
2460
|
+
B.create = (r, e) => new B({
|
|
2461
2461
|
innerType: r,
|
|
2462
2462
|
typeName: p.ZodNullable,
|
|
2463
2463
|
...y(e)
|
|
2464
2464
|
});
|
|
2465
|
-
class
|
|
2465
|
+
class ae extends v {
|
|
2466
2466
|
_parse(e) {
|
|
2467
2467
|
const { ctx: t } = this._processInputParams(e);
|
|
2468
2468
|
let s = t.data;
|
|
@@ -2476,13 +2476,13 @@ class ne extends v {
|
|
|
2476
2476
|
return this._def.innerType;
|
|
2477
2477
|
}
|
|
2478
2478
|
}
|
|
2479
|
-
|
|
2479
|
+
ae.create = (r, e) => new ae({
|
|
2480
2480
|
innerType: r,
|
|
2481
2481
|
typeName: p.ZodDefault,
|
|
2482
2482
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
2483
2483
|
...y(e)
|
|
2484
2484
|
});
|
|
2485
|
-
class
|
|
2485
|
+
class me extends v {
|
|
2486
2486
|
_parse(e) {
|
|
2487
2487
|
const { ctx: t } = this._processInputParams(e), s = {
|
|
2488
2488
|
...t,
|
|
@@ -2497,11 +2497,11 @@ class pe extends v {
|
|
|
2497
2497
|
...s
|
|
2498
2498
|
}
|
|
2499
2499
|
});
|
|
2500
|
-
return
|
|
2500
|
+
return le(n) ? n.then((a) => ({
|
|
2501
2501
|
status: "valid",
|
|
2502
2502
|
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
2503
2503
|
get error() {
|
|
2504
|
-
return new
|
|
2504
|
+
return new O(s.common.issues);
|
|
2505
2505
|
},
|
|
2506
2506
|
input: s.data
|
|
2507
2507
|
})
|
|
@@ -2509,7 +2509,7 @@ class pe extends v {
|
|
|
2509
2509
|
status: "valid",
|
|
2510
2510
|
value: n.status === "valid" ? n.value : this._def.catchValue({
|
|
2511
2511
|
get error() {
|
|
2512
|
-
return new
|
|
2512
|
+
return new O(s.common.issues);
|
|
2513
2513
|
},
|
|
2514
2514
|
input: s.data
|
|
2515
2515
|
})
|
|
@@ -2519,13 +2519,13 @@ class pe extends v {
|
|
|
2519
2519
|
return this._def.innerType;
|
|
2520
2520
|
}
|
|
2521
2521
|
}
|
|
2522
|
-
|
|
2522
|
+
me.create = (r, e) => new me({
|
|
2523
2523
|
innerType: r,
|
|
2524
2524
|
typeName: p.ZodCatch,
|
|
2525
2525
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
2526
2526
|
...y(e)
|
|
2527
2527
|
});
|
|
2528
|
-
class
|
|
2528
|
+
class ye extends v {
|
|
2529
2529
|
_parse(e) {
|
|
2530
2530
|
if (this._getType(e) !== u.nan) {
|
|
2531
2531
|
const s = this._getOrReturnCtx(e);
|
|
@@ -2538,12 +2538,12 @@ class me extends v {
|
|
|
2538
2538
|
return { status: "valid", value: e.data };
|
|
2539
2539
|
}
|
|
2540
2540
|
}
|
|
2541
|
-
|
|
2541
|
+
ye.create = (r) => new ye({
|
|
2542
2542
|
typeName: p.ZodNaN,
|
|
2543
2543
|
...y(r)
|
|
2544
2544
|
});
|
|
2545
|
-
const
|
|
2546
|
-
class
|
|
2545
|
+
const Fe = Symbol("zod_brand");
|
|
2546
|
+
class Oe extends v {
|
|
2547
2547
|
_parse(e) {
|
|
2548
2548
|
const { ctx: t } = this._processInputParams(e), s = t.data;
|
|
2549
2549
|
return this._def.type._parse({
|
|
@@ -2556,7 +2556,7 @@ class Ne extends v {
|
|
|
2556
2556
|
return this._def.type;
|
|
2557
2557
|
}
|
|
2558
2558
|
}
|
|
2559
|
-
class
|
|
2559
|
+
class ie extends v {
|
|
2560
2560
|
_parse(e) {
|
|
2561
2561
|
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2562
2562
|
if (s.common.async)
|
|
@@ -2566,7 +2566,7 @@ class ae extends v {
|
|
|
2566
2566
|
path: s.path,
|
|
2567
2567
|
parent: s
|
|
2568
2568
|
});
|
|
2569
|
-
return a.status === "aborted" ? m : a.status === "dirty" ? (t.dirty(),
|
|
2569
|
+
return a.status === "aborted" ? m : a.status === "dirty" ? (t.dirty(), Ce(a.value)) : this._def.out._parseAsync({
|
|
2570
2570
|
data: a.value,
|
|
2571
2571
|
path: s.path,
|
|
2572
2572
|
parent: s
|
|
@@ -2589,172 +2589,172 @@ class ae extends v {
|
|
|
2589
2589
|
}
|
|
2590
2590
|
}
|
|
2591
2591
|
static create(e, t) {
|
|
2592
|
-
return new
|
|
2592
|
+
return new ie({
|
|
2593
2593
|
in: e,
|
|
2594
2594
|
out: t,
|
|
2595
2595
|
typeName: p.ZodPipeline
|
|
2596
2596
|
});
|
|
2597
2597
|
}
|
|
2598
2598
|
}
|
|
2599
|
-
class
|
|
2599
|
+
class ve extends v {
|
|
2600
2600
|
_parse(e) {
|
|
2601
2601
|
const t = this._def.innerType._parse(e);
|
|
2602
|
-
return
|
|
2602
|
+
return G(t) && (t.value = Object.freeze(t.value)), t;
|
|
2603
2603
|
}
|
|
2604
2604
|
}
|
|
2605
|
-
|
|
2605
|
+
ve.create = (r, e) => new ve({
|
|
2606
2606
|
innerType: r,
|
|
2607
2607
|
typeName: p.ZodReadonly,
|
|
2608
2608
|
...y(e)
|
|
2609
2609
|
});
|
|
2610
|
-
const
|
|
2610
|
+
const Ee = (r, e = {}, t) => r ? J.create().superRefine((s, n) => {
|
|
2611
2611
|
var a, i;
|
|
2612
2612
|
if (!r(s)) {
|
|
2613
|
-
const o = typeof e == "function" ? e(s) : typeof e == "string" ? { message: e } : e,
|
|
2614
|
-
n.addIssue({ code: "custom", ...d, fatal:
|
|
2613
|
+
const o = typeof e == "function" ? e(s) : typeof e == "string" ? { message: e } : e, f = (i = (a = o.fatal) !== null && a !== void 0 ? a : t) !== null && i !== void 0 ? i : !0, d = typeof o == "string" ? { message: o } : o;
|
|
2614
|
+
n.addIssue({ code: "custom", ...d, fatal: f });
|
|
2615
2615
|
}
|
|
2616
|
-
}) :
|
|
2616
|
+
}) : J.create(), et = {
|
|
2617
2617
|
object: b.lazycreate
|
|
2618
2618
|
};
|
|
2619
2619
|
var p;
|
|
2620
2620
|
(function(r) {
|
|
2621
2621
|
r.ZodString = "ZodString", r.ZodNumber = "ZodNumber", r.ZodNaN = "ZodNaN", r.ZodBigInt = "ZodBigInt", r.ZodBoolean = "ZodBoolean", r.ZodDate = "ZodDate", r.ZodSymbol = "ZodSymbol", r.ZodUndefined = "ZodUndefined", r.ZodNull = "ZodNull", r.ZodAny = "ZodAny", r.ZodUnknown = "ZodUnknown", r.ZodNever = "ZodNever", r.ZodVoid = "ZodVoid", r.ZodArray = "ZodArray", r.ZodObject = "ZodObject", r.ZodUnion = "ZodUnion", r.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", r.ZodIntersection = "ZodIntersection", r.ZodTuple = "ZodTuple", r.ZodRecord = "ZodRecord", r.ZodMap = "ZodMap", r.ZodSet = "ZodSet", r.ZodFunction = "ZodFunction", r.ZodLazy = "ZodLazy", r.ZodLiteral = "ZodLiteral", r.ZodEnum = "ZodEnum", r.ZodEffects = "ZodEffects", r.ZodNativeEnum = "ZodNativeEnum", r.ZodOptional = "ZodOptional", r.ZodNullable = "ZodNullable", r.ZodDefault = "ZodDefault", r.ZodCatch = "ZodCatch", r.ZodPromise = "ZodPromise", r.ZodBranded = "ZodBranded", r.ZodPipeline = "ZodPipeline", r.ZodReadonly = "ZodReadonly";
|
|
2622
2622
|
})(p || (p = {}));
|
|
2623
|
-
const
|
|
2623
|
+
const tt = (r, e = {
|
|
2624
2624
|
message: `Input not instance of ${r.name}`
|
|
2625
|
-
}) =>
|
|
2626
|
-
string: (r) =>
|
|
2627
|
-
number: (r) =>
|
|
2628
|
-
boolean: (r) =>
|
|
2625
|
+
}) => Ee((t) => t instanceof r, e), Ie = N.create, Re = V.create, rt = ye.create, st = z.create, je = X.create, nt = D.create, at = fe.create, it = Q.create, ot = K.create, ct = J.create, dt = L.create, ut = M.create, lt = he.create, ft = E.create, ht = b.create, pt = b.strictCreate, mt = F.create, yt = _e.create, vt = ee.create, _t = j.create, gt = te.create, xt = pe.create, bt = U.create, kt = W.create, wt = re.create, Tt = se.create, Zt = $.create, St = ne.create, Ct = Y.create, Ze = I.create, Nt = A.create, Ot = B.create, Et = I.createWithPreprocess, It = ie.create, Rt = () => Ie().optional(), jt = () => Re().optional(), At = () => je().optional(), Mt = {
|
|
2626
|
+
string: (r) => N.create({ ...r, coerce: !0 }),
|
|
2627
|
+
number: (r) => V.create({ ...r, coerce: !0 }),
|
|
2628
|
+
boolean: (r) => X.create({
|
|
2629
2629
|
...r,
|
|
2630
2630
|
coerce: !0
|
|
2631
2631
|
}),
|
|
2632
|
-
bigint: (r) =>
|
|
2633
|
-
date: (r) =>
|
|
2634
|
-
},
|
|
2635
|
-
var
|
|
2632
|
+
bigint: (r) => z.create({ ...r, coerce: !0 }),
|
|
2633
|
+
date: (r) => D.create({ ...r, coerce: !0 })
|
|
2634
|
+
}, Pt = m;
|
|
2635
|
+
var C = /* @__PURE__ */ Object.freeze({
|
|
2636
2636
|
__proto__: null,
|
|
2637
|
-
defaultErrorMap:
|
|
2638
|
-
setErrorMap:
|
|
2639
|
-
getErrorMap:
|
|
2640
|
-
makeIssue:
|
|
2641
|
-
EMPTY_PATH:
|
|
2637
|
+
defaultErrorMap: H,
|
|
2638
|
+
setErrorMap: Le,
|
|
2639
|
+
getErrorMap: de,
|
|
2640
|
+
makeIssue: ue,
|
|
2641
|
+
EMPTY_PATH: De,
|
|
2642
2642
|
addIssueToContext: l,
|
|
2643
|
-
ParseStatus:
|
|
2643
|
+
ParseStatus: T,
|
|
2644
2644
|
INVALID: m,
|
|
2645
|
-
DIRTY:
|
|
2646
|
-
OK:
|
|
2647
|
-
isAborted:
|
|
2648
|
-
isDirty:
|
|
2649
|
-
isValid:
|
|
2650
|
-
isAsync:
|
|
2645
|
+
DIRTY: Ce,
|
|
2646
|
+
OK: Z,
|
|
2647
|
+
isAborted: be,
|
|
2648
|
+
isDirty: ke,
|
|
2649
|
+
isValid: G,
|
|
2650
|
+
isAsync: le,
|
|
2651
2651
|
get util() {
|
|
2652
2652
|
return g;
|
|
2653
2653
|
},
|
|
2654
2654
|
get objectUtil() {
|
|
2655
|
-
return
|
|
2655
|
+
return xe;
|
|
2656
2656
|
},
|
|
2657
2657
|
ZodParsedType: u,
|
|
2658
|
-
getParsedType:
|
|
2658
|
+
getParsedType: P,
|
|
2659
2659
|
ZodType: v,
|
|
2660
|
-
ZodString:
|
|
2661
|
-
ZodNumber:
|
|
2662
|
-
ZodBigInt:
|
|
2663
|
-
ZodBoolean:
|
|
2664
|
-
ZodDate:
|
|
2665
|
-
ZodSymbol:
|
|
2666
|
-
ZodUndefined:
|
|
2667
|
-
ZodNull:
|
|
2668
|
-
ZodAny:
|
|
2669
|
-
ZodUnknown:
|
|
2670
|
-
ZodNever:
|
|
2660
|
+
ZodString: N,
|
|
2661
|
+
ZodNumber: V,
|
|
2662
|
+
ZodBigInt: z,
|
|
2663
|
+
ZodBoolean: X,
|
|
2664
|
+
ZodDate: D,
|
|
2665
|
+
ZodSymbol: fe,
|
|
2666
|
+
ZodUndefined: Q,
|
|
2667
|
+
ZodNull: K,
|
|
2668
|
+
ZodAny: J,
|
|
2669
|
+
ZodUnknown: L,
|
|
2670
|
+
ZodNever: M,
|
|
2671
2671
|
ZodVoid: he,
|
|
2672
|
-
ZodArray:
|
|
2672
|
+
ZodArray: E,
|
|
2673
2673
|
ZodObject: b,
|
|
2674
|
-
ZodUnion:
|
|
2675
|
-
ZodDiscriminatedUnion:
|
|
2676
|
-
ZodIntersection:
|
|
2677
|
-
ZodTuple:
|
|
2678
|
-
ZodRecord:
|
|
2679
|
-
ZodMap:
|
|
2680
|
-
ZodSet:
|
|
2681
|
-
ZodFunction:
|
|
2682
|
-
ZodLazy:
|
|
2683
|
-
ZodLiteral:
|
|
2684
|
-
ZodEnum:
|
|
2685
|
-
ZodNativeEnum:
|
|
2686
|
-
ZodPromise:
|
|
2687
|
-
ZodEffects:
|
|
2688
|
-
ZodTransformer:
|
|
2689
|
-
ZodOptional:
|
|
2690
|
-
ZodNullable:
|
|
2691
|
-
ZodDefault:
|
|
2692
|
-
ZodCatch:
|
|
2693
|
-
ZodNaN:
|
|
2694
|
-
BRAND:
|
|
2695
|
-
ZodBranded:
|
|
2696
|
-
ZodPipeline:
|
|
2697
|
-
ZodReadonly:
|
|
2698
|
-
custom:
|
|
2674
|
+
ZodUnion: F,
|
|
2675
|
+
ZodDiscriminatedUnion: _e,
|
|
2676
|
+
ZodIntersection: ee,
|
|
2677
|
+
ZodTuple: j,
|
|
2678
|
+
ZodRecord: te,
|
|
2679
|
+
ZodMap: pe,
|
|
2680
|
+
ZodSet: U,
|
|
2681
|
+
ZodFunction: W,
|
|
2682
|
+
ZodLazy: re,
|
|
2683
|
+
ZodLiteral: se,
|
|
2684
|
+
ZodEnum: $,
|
|
2685
|
+
ZodNativeEnum: ne,
|
|
2686
|
+
ZodPromise: Y,
|
|
2687
|
+
ZodEffects: I,
|
|
2688
|
+
ZodTransformer: I,
|
|
2689
|
+
ZodOptional: A,
|
|
2690
|
+
ZodNullable: B,
|
|
2691
|
+
ZodDefault: ae,
|
|
2692
|
+
ZodCatch: me,
|
|
2693
|
+
ZodNaN: ye,
|
|
2694
|
+
BRAND: Fe,
|
|
2695
|
+
ZodBranded: Oe,
|
|
2696
|
+
ZodPipeline: ie,
|
|
2697
|
+
ZodReadonly: ve,
|
|
2698
|
+
custom: Ee,
|
|
2699
2699
|
Schema: v,
|
|
2700
2700
|
ZodSchema: v,
|
|
2701
|
-
late:
|
|
2701
|
+
late: et,
|
|
2702
2702
|
get ZodFirstPartyTypeKind() {
|
|
2703
2703
|
return p;
|
|
2704
2704
|
},
|
|
2705
|
-
coerce:
|
|
2706
|
-
any:
|
|
2707
|
-
array:
|
|
2708
|
-
bigint:
|
|
2709
|
-
boolean:
|
|
2710
|
-
date:
|
|
2711
|
-
discriminatedUnion:
|
|
2712
|
-
effect:
|
|
2713
|
-
enum:
|
|
2714
|
-
function:
|
|
2715
|
-
instanceof:
|
|
2716
|
-
intersection:
|
|
2717
|
-
lazy:
|
|
2718
|
-
literal:
|
|
2719
|
-
map:
|
|
2720
|
-
nan:
|
|
2721
|
-
nativeEnum:
|
|
2722
|
-
never:
|
|
2723
|
-
null:
|
|
2724
|
-
nullable:
|
|
2725
|
-
number:
|
|
2726
|
-
object:
|
|
2727
|
-
oboolean:
|
|
2728
|
-
onumber:
|
|
2729
|
-
optional:
|
|
2730
|
-
ostring:
|
|
2731
|
-
pipeline:
|
|
2732
|
-
preprocess:
|
|
2733
|
-
promise:
|
|
2734
|
-
record:
|
|
2735
|
-
set:
|
|
2736
|
-
strictObject:
|
|
2737
|
-
string:
|
|
2738
|
-
symbol:
|
|
2739
|
-
transformer:
|
|
2740
|
-
tuple:
|
|
2741
|
-
undefined:
|
|
2742
|
-
union:
|
|
2743
|
-
unknown:
|
|
2744
|
-
void:
|
|
2745
|
-
NEVER:
|
|
2705
|
+
coerce: Mt,
|
|
2706
|
+
any: ct,
|
|
2707
|
+
array: ft,
|
|
2708
|
+
bigint: st,
|
|
2709
|
+
boolean: je,
|
|
2710
|
+
date: nt,
|
|
2711
|
+
discriminatedUnion: yt,
|
|
2712
|
+
effect: Ze,
|
|
2713
|
+
enum: Zt,
|
|
2714
|
+
function: kt,
|
|
2715
|
+
instanceof: tt,
|
|
2716
|
+
intersection: vt,
|
|
2717
|
+
lazy: wt,
|
|
2718
|
+
literal: Tt,
|
|
2719
|
+
map: xt,
|
|
2720
|
+
nan: rt,
|
|
2721
|
+
nativeEnum: St,
|
|
2722
|
+
never: ut,
|
|
2723
|
+
null: ot,
|
|
2724
|
+
nullable: Ot,
|
|
2725
|
+
number: Re,
|
|
2726
|
+
object: ht,
|
|
2727
|
+
oboolean: At,
|
|
2728
|
+
onumber: jt,
|
|
2729
|
+
optional: Nt,
|
|
2730
|
+
ostring: Rt,
|
|
2731
|
+
pipeline: It,
|
|
2732
|
+
preprocess: Et,
|
|
2733
|
+
promise: Ct,
|
|
2734
|
+
record: gt,
|
|
2735
|
+
set: bt,
|
|
2736
|
+
strictObject: pt,
|
|
2737
|
+
string: Ie,
|
|
2738
|
+
symbol: at,
|
|
2739
|
+
transformer: Ze,
|
|
2740
|
+
tuple: _t,
|
|
2741
|
+
undefined: it,
|
|
2742
|
+
union: mt,
|
|
2743
|
+
unknown: dt,
|
|
2744
|
+
void: lt,
|
|
2745
|
+
NEVER: Pt,
|
|
2746
2746
|
ZodIssueCode: c,
|
|
2747
|
-
quotelessJson:
|
|
2748
|
-
ZodError:
|
|
2747
|
+
quotelessJson: $e,
|
|
2748
|
+
ZodError: O
|
|
2749
2749
|
});
|
|
2750
|
-
const
|
|
2751
|
-
const { formValidationTexts: r } =
|
|
2750
|
+
const Lt = () => {
|
|
2751
|
+
const { formValidationTexts: r } = Ve(Pe), e = (x) => (x != null && x.useCoerce ? C.coerce : C).string({
|
|
2752
2752
|
invalid_type_error: r.required
|
|
2753
|
-
}), t = (x) => e(x).nullable().optional(), s = (x) => (x != null && x.useCoerce ?
|
|
2753
|
+
}).transform((w) => w ?? null), t = (x) => e(x).nullable().optional().transform((k) => k ?? null), s = (x) => (x != null && x.useCoerce ? C.coerce : C).number({
|
|
2754
2754
|
invalid_type_error: r.required
|
|
2755
|
-
}), n = (x) => s(x).nullable().optional(), a = (x) => (x != null && x.useCoerce ?
|
|
2755
|
+
}).transform((w) => w ?? null), n = (x) => s(x).nullable().optional().transform((k) => k ?? null), a = (x) => (x != null && x.useCoerce ? C.coerce : C).boolean({
|
|
2756
2756
|
invalid_type_error: r.required
|
|
2757
|
-
}), i = (x) => (x != null && x.useCoerce ?
|
|
2757
|
+
}).transform((k) => k ?? null), i = (x) => (x != null && x.useCoerce ? C.coerce : C).string({ invalid_type_error: r.required }).refine(ze, { message: r.invalidDate }).transform((w) => w ?? null), o = (x) => i(x).nullable().transform((k) => k ?? null), f = (x, k) => C.enum(x, { invalid_type_error: r.required }).transform((Me) => Me ?? null);
|
|
2758
2758
|
return {
|
|
2759
2759
|
zString: t,
|
|
2760
2760
|
zStringRequired: e,
|
|
@@ -2763,19 +2763,19 @@ const $t = () => {
|
|
|
2763
2763
|
zBool: a,
|
|
2764
2764
|
zDate: o,
|
|
2765
2765
|
zDateRequired: i,
|
|
2766
|
-
zEnum: (x,
|
|
2767
|
-
zEnumRequired:
|
|
2768
|
-
zObjectIdInt: (x) =>
|
|
2769
|
-
zObjectIdIntRequired: (x) =>
|
|
2770
|
-
zObjectIdStr: (x) =>
|
|
2771
|
-
zObjectIdStrRequired: (x) =>
|
|
2766
|
+
zEnum: (x, k) => f(x).nullable().transform((w) => w ?? null),
|
|
2767
|
+
zEnumRequired: f,
|
|
2768
|
+
zObjectIdInt: (x) => C.object({ id: n({ useCoerce: !0 }) }).nullable().transform((w) => w ?? null),
|
|
2769
|
+
zObjectIdIntRequired: (x) => C.object({ id: s() }).transform((w) => w ?? null),
|
|
2770
|
+
zObjectIdStr: (x) => C.object({ id: t({ useCoerce: !0 }) }).nullable().transform((w) => w ?? null),
|
|
2771
|
+
zObjectIdStrRequired: (x) => C.object({ id: e() }).transform((w) => w ?? null)
|
|
2772
2772
|
};
|
|
2773
2773
|
};
|
|
2774
2774
|
export {
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2775
|
+
Bt as cancelToken,
|
|
2776
|
+
qt as useAuth,
|
|
2777
|
+
Wt as useAxios,
|
|
2778
|
+
Ht as useConfirm,
|
|
2779
|
+
Jt as useNotifications,
|
|
2780
|
+
Lt as useZodSchemaTypes
|
|
2781
2781
|
};
|