@jsdev_ninja/core 0.13.13 → 0.13.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.cjs.js +1 -1
- package/dist/core.cjs.js.map +1 -1
- package/dist/core.es.js +253 -220
- package/dist/core.es.js.map +1 -1
- package/dist/core.umd.js +1 -1
- package/dist/core.umd.js.map +1 -1
- package/dist/entities/DeliveryNote.d.ts +134 -0
- package/dist/entities/DeliveryNote.d.ts.map +1 -0
- package/dist/entities/DeliveryNote.js +34 -0
- package/dist/entities/index.d.ts +1 -0
- package/dist/entities/index.d.ts.map +1 -1
- package/dist/entities/index.js +1 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/lib/entities/DeliveryNote.ts +42 -0
- package/lib/entities/Order.ts +2 -0
- package/lib/entities/index.ts +1 -0
- package/package.json +1 -1
package/dist/core.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var Pe = (r, e, t) =>
|
|
1
|
+
var nt = Object.defineProperty;
|
|
2
|
+
var st = (r, e, t) => e in r ? nt(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t;
|
|
3
|
+
var Pe = (r, e, t) => st(r, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
var x;
|
|
5
5
|
(function(r) {
|
|
6
6
|
r.assertEqual = (s) => s;
|
|
@@ -66,7 +66,7 @@ const h = x.arrayToEnum([
|
|
|
66
66
|
"never",
|
|
67
67
|
"map",
|
|
68
68
|
"set"
|
|
69
|
-
]),
|
|
69
|
+
]), R = (r) => {
|
|
70
70
|
switch (typeof r) {
|
|
71
71
|
case "undefined":
|
|
72
72
|
return h.undefined;
|
|
@@ -104,7 +104,7 @@ const h = x.arrayToEnum([
|
|
|
104
104
|
"invalid_intersection_types",
|
|
105
105
|
"not_multiple_of",
|
|
106
106
|
"not_finite"
|
|
107
|
-
]),
|
|
107
|
+
]), at = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
108
108
|
class C extends Error {
|
|
109
109
|
get errors() {
|
|
110
110
|
return this.issues;
|
|
@@ -165,7 +165,7 @@ class C extends Error {
|
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
C.create = (r) => new C(r);
|
|
168
|
-
const
|
|
168
|
+
const X = (r, e) => {
|
|
169
169
|
let t;
|
|
170
170
|
switch (r.code) {
|
|
171
171
|
case u.invalid_type:
|
|
@@ -221,8 +221,8 @@ const H = (r, e) => {
|
|
|
221
221
|
}
|
|
222
222
|
return { message: t };
|
|
223
223
|
};
|
|
224
|
-
let Ve =
|
|
225
|
-
function
|
|
224
|
+
let Ve = X;
|
|
225
|
+
function it(r) {
|
|
226
226
|
Ve = r;
|
|
227
227
|
}
|
|
228
228
|
function ge() {
|
|
@@ -248,7 +248,7 @@ const ve = (r) => {
|
|
|
248
248
|
path: a,
|
|
249
249
|
message: c
|
|
250
250
|
};
|
|
251
|
-
},
|
|
251
|
+
}, ot = [];
|
|
252
252
|
function f(r, e) {
|
|
253
253
|
const t = ge(), n = ve({
|
|
254
254
|
issueData: e,
|
|
@@ -261,7 +261,7 @@ function f(r, e) {
|
|
|
261
261
|
// then schema-bound map if available
|
|
262
262
|
t,
|
|
263
263
|
// then global override map
|
|
264
|
-
t ===
|
|
264
|
+
t === X ? void 0 : X
|
|
265
265
|
// then global default map
|
|
266
266
|
].filter((s) => !!s)
|
|
267
267
|
});
|
|
@@ -310,7 +310,7 @@ class T {
|
|
|
310
310
|
}
|
|
311
311
|
const g = Object.freeze({
|
|
312
312
|
status: "aborted"
|
|
313
|
-
}),
|
|
313
|
+
}), Y = (r) => ({ status: "dirty", value: r }), I = (r) => ({ status: "valid", value: r }), Ze = (r) => r.status === "aborted", Oe = (r) => r.status === "dirty", B = (r) => r.status === "valid", ne = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
314
314
|
function _e(r, e, t, n) {
|
|
315
315
|
if (typeof e == "function" ? r !== e || !0 : !e.has(r)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
316
316
|
return e.get(r);
|
|
@@ -332,7 +332,7 @@ class E {
|
|
|
332
332
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
|
-
const
|
|
335
|
+
const Re = (r, e) => {
|
|
336
336
|
if (B(e))
|
|
337
337
|
return { success: !0, data: e.value };
|
|
338
338
|
if (!r.common.issues.length)
|
|
@@ -364,13 +364,13 @@ class _ {
|
|
|
364
364
|
return this._def.description;
|
|
365
365
|
}
|
|
366
366
|
_getType(e) {
|
|
367
|
-
return
|
|
367
|
+
return R(e.data);
|
|
368
368
|
}
|
|
369
369
|
_getOrReturnCtx(e, t) {
|
|
370
370
|
return t || {
|
|
371
371
|
common: e.parent.common,
|
|
372
372
|
data: e.data,
|
|
373
|
-
parsedType:
|
|
373
|
+
parsedType: R(e.data),
|
|
374
374
|
schemaErrorMap: this._def.errorMap,
|
|
375
375
|
path: e.path,
|
|
376
376
|
parent: e.parent
|
|
@@ -382,7 +382,7 @@ class _ {
|
|
|
382
382
|
ctx: {
|
|
383
383
|
common: e.parent.common,
|
|
384
384
|
data: e.data,
|
|
385
|
-
parsedType:
|
|
385
|
+
parsedType: R(e.data),
|
|
386
386
|
schemaErrorMap: this._def.errorMap,
|
|
387
387
|
path: e.path,
|
|
388
388
|
parent: e.parent
|
|
@@ -417,9 +417,9 @@ class _ {
|
|
|
417
417
|
schemaErrorMap: this._def.errorMap,
|
|
418
418
|
parent: null,
|
|
419
419
|
data: e,
|
|
420
|
-
parsedType:
|
|
420
|
+
parsedType: R(e)
|
|
421
421
|
}, a = this._parseSync({ data: e, path: s.path, parent: s });
|
|
422
|
-
return
|
|
422
|
+
return Re(s, a);
|
|
423
423
|
}
|
|
424
424
|
"~validate"(e) {
|
|
425
425
|
var t, n;
|
|
@@ -432,7 +432,7 @@ class _ {
|
|
|
432
432
|
schemaErrorMap: this._def.errorMap,
|
|
433
433
|
parent: null,
|
|
434
434
|
data: e,
|
|
435
|
-
parsedType:
|
|
435
|
+
parsedType: R(e)
|
|
436
436
|
};
|
|
437
437
|
if (!this["~standard"].async)
|
|
438
438
|
try {
|
|
@@ -471,9 +471,9 @@ class _ {
|
|
|
471
471
|
schemaErrorMap: this._def.errorMap,
|
|
472
472
|
parent: null,
|
|
473
473
|
data: e,
|
|
474
|
-
parsedType:
|
|
474
|
+
parsedType: R(e)
|
|
475
475
|
}, s = this._parse({ data: e, path: n.path, parent: n }), a = await (ne(s) ? s : Promise.resolve(s));
|
|
476
|
-
return
|
|
476
|
+
return Re(n, a);
|
|
477
477
|
}
|
|
478
478
|
refine(e, t) {
|
|
479
479
|
const n = (s) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(s) : t;
|
|
@@ -518,7 +518,7 @@ class _ {
|
|
|
518
518
|
return Z.create(this);
|
|
519
519
|
}
|
|
520
520
|
promise() {
|
|
521
|
-
return
|
|
521
|
+
return G.create(this, this._def);
|
|
522
522
|
}
|
|
523
523
|
or(e) {
|
|
524
524
|
return oe.create([this, e], this._def);
|
|
@@ -579,14 +579,14 @@ class _ {
|
|
|
579
579
|
return this.safeParse(null).success;
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
const
|
|
582
|
+
const ct = /^c[^\s-]{8,}$/i, dt = /^[0-9a-z]+$/, ut = /^[0-9A-HJKMNP-TV-Z]{26}$/i, lt = /^[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, ft = /^[a-z0-9_-]{21}$/i, ht = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, mt = /^[-+]?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)?)??$/, pt = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, yt = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
583
583
|
let Ce;
|
|
584
|
-
const
|
|
584
|
+
const gt = /^(?:(?: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])$/, vt = /^(?:(?: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])$/, _t = /^(([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]))$/, bt = /^(([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])$/, xt = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, kt = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, ze = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", wt = new RegExp(`^${ze}$`);
|
|
585
585
|
function Le(r) {
|
|
586
586
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
587
587
|
return r.precision ? e = `${e}\\.\\d{${r.precision}}` : r.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
588
588
|
}
|
|
589
|
-
function
|
|
589
|
+
function Tt(r) {
|
|
590
590
|
return new RegExp(`^${Le(r)}$`);
|
|
591
591
|
}
|
|
592
592
|
function Ue(r) {
|
|
@@ -594,11 +594,11 @@ function Ue(r) {
|
|
|
594
594
|
const t = [];
|
|
595
595
|
return t.push(r.local ? "Z?" : "Z"), r.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
596
596
|
}
|
|
597
|
-
function Tt(r, e) {
|
|
598
|
-
return !!((e === "v4" || !e) && yt.test(r) || (e === "v6" || !e) && vt.test(r));
|
|
599
|
-
}
|
|
600
597
|
function It(r, e) {
|
|
601
|
-
|
|
598
|
+
return !!((e === "v4" || !e) && gt.test(r) || (e === "v6" || !e) && _t.test(r));
|
|
599
|
+
}
|
|
600
|
+
function St(r, e) {
|
|
601
|
+
if (!ht.test(r))
|
|
602
602
|
return !1;
|
|
603
603
|
try {
|
|
604
604
|
const [t] = r.split("."), n = t.replace(/-/g, "+").replace(/_/g, "/").padEnd(t.length + (4 - t.length % 4) % 4, "="), s = JSON.parse(atob(n));
|
|
@@ -607,8 +607,8 @@ function It(r, e) {
|
|
|
607
607
|
return !1;
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
|
-
function
|
|
611
|
-
return !!((e === "v4" || !e) &&
|
|
610
|
+
function Ct(r, e) {
|
|
611
|
+
return !!((e === "v4" || !e) && vt.test(r) || (e === "v6" || !e) && bt.test(r));
|
|
612
612
|
}
|
|
613
613
|
class N extends _ {
|
|
614
614
|
_parse(e) {
|
|
@@ -659,43 +659,43 @@ class N extends _ {
|
|
|
659
659
|
message: a.message
|
|
660
660
|
}), n.dirty());
|
|
661
661
|
} else if (a.kind === "email")
|
|
662
|
-
|
|
662
|
+
pt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
663
663
|
validation: "email",
|
|
664
664
|
code: u.invalid_string,
|
|
665
665
|
message: a.message
|
|
666
666
|
}), n.dirty());
|
|
667
667
|
else if (a.kind === "emoji")
|
|
668
|
-
Ce || (Ce = new RegExp(
|
|
668
|
+
Ce || (Ce = new RegExp(yt, "u")), Ce.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
669
669
|
validation: "emoji",
|
|
670
670
|
code: u.invalid_string,
|
|
671
671
|
message: a.message
|
|
672
672
|
}), n.dirty());
|
|
673
673
|
else if (a.kind === "uuid")
|
|
674
|
-
|
|
674
|
+
lt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
675
675
|
validation: "uuid",
|
|
676
676
|
code: u.invalid_string,
|
|
677
677
|
message: a.message
|
|
678
678
|
}), n.dirty());
|
|
679
679
|
else if (a.kind === "nanoid")
|
|
680
|
-
|
|
680
|
+
ft.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
681
681
|
validation: "nanoid",
|
|
682
682
|
code: u.invalid_string,
|
|
683
683
|
message: a.message
|
|
684
684
|
}), n.dirty());
|
|
685
685
|
else if (a.kind === "cuid")
|
|
686
|
-
|
|
686
|
+
ct.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
687
687
|
validation: "cuid",
|
|
688
688
|
code: u.invalid_string,
|
|
689
689
|
message: a.message
|
|
690
690
|
}), n.dirty());
|
|
691
691
|
else if (a.kind === "cuid2")
|
|
692
|
-
|
|
692
|
+
dt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
693
693
|
validation: "cuid2",
|
|
694
694
|
code: u.invalid_string,
|
|
695
695
|
message: a.message
|
|
696
696
|
}), n.dirty());
|
|
697
697
|
else if (a.kind === "ulid")
|
|
698
|
-
|
|
698
|
+
ut.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
699
699
|
validation: "ulid",
|
|
700
700
|
code: u.invalid_string,
|
|
701
701
|
message: a.message
|
|
@@ -730,35 +730,35 @@ class N extends _ {
|
|
|
730
730
|
code: u.invalid_string,
|
|
731
731
|
validation: "datetime",
|
|
732
732
|
message: a.message
|
|
733
|
-
}), n.dirty()) : a.kind === "date" ?
|
|
733
|
+
}), n.dirty()) : a.kind === "date" ? wt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
734
734
|
code: u.invalid_string,
|
|
735
735
|
validation: "date",
|
|
736
736
|
message: a.message
|
|
737
|
-
}), n.dirty()) : a.kind === "time" ?
|
|
737
|
+
}), n.dirty()) : a.kind === "time" ? Tt(a).test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
738
738
|
code: u.invalid_string,
|
|
739
739
|
validation: "time",
|
|
740
740
|
message: a.message
|
|
741
|
-
}), n.dirty()) : a.kind === "duration" ?
|
|
741
|
+
}), n.dirty()) : a.kind === "duration" ? mt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
742
742
|
validation: "duration",
|
|
743
743
|
code: u.invalid_string,
|
|
744
744
|
message: a.message
|
|
745
|
-
}), n.dirty()) : a.kind === "ip" ?
|
|
745
|
+
}), n.dirty()) : a.kind === "ip" ? It(e.data, a.version) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
746
746
|
validation: "ip",
|
|
747
747
|
code: u.invalid_string,
|
|
748
748
|
message: a.message
|
|
749
|
-
}), n.dirty()) : a.kind === "jwt" ?
|
|
749
|
+
}), n.dirty()) : a.kind === "jwt" ? St(e.data, a.alg) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
750
750
|
validation: "jwt",
|
|
751
751
|
code: u.invalid_string,
|
|
752
752
|
message: a.message
|
|
753
|
-
}), n.dirty()) : a.kind === "cidr" ?
|
|
753
|
+
}), n.dirty()) : a.kind === "cidr" ? Ct(e.data, a.version) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
754
754
|
validation: "cidr",
|
|
755
755
|
code: u.invalid_string,
|
|
756
756
|
message: a.message
|
|
757
|
-
}), n.dirty()) : a.kind === "base64" ?
|
|
757
|
+
}), n.dirty()) : a.kind === "base64" ? xt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
758
758
|
validation: "base64",
|
|
759
759
|
code: u.invalid_string,
|
|
760
760
|
message: a.message
|
|
761
|
-
}), n.dirty()) : a.kind === "base64url" ?
|
|
761
|
+
}), n.dirty()) : a.kind === "base64url" ? kt.test(e.data) || (s = this._getOrReturnCtx(e, s), f(s, {
|
|
762
762
|
validation: "base64url",
|
|
763
763
|
code: u.invalid_string,
|
|
764
764
|
message: a.message
|
|
@@ -997,7 +997,7 @@ N.create = (r) => {
|
|
|
997
997
|
...v(r)
|
|
998
998
|
});
|
|
999
999
|
};
|
|
1000
|
-
function
|
|
1000
|
+
function At(r, e) {
|
|
1001
1001
|
const t = (r.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, s = t > n ? t : n, a = parseInt(r.toFixed(s).replace(".", "")), o = parseInt(e.toFixed(s).replace(".", ""));
|
|
1002
1002
|
return a % o / Math.pow(10, s);
|
|
1003
1003
|
}
|
|
@@ -1036,7 +1036,7 @@ class V extends _ {
|
|
|
1036
1036
|
inclusive: a.inclusive,
|
|
1037
1037
|
exact: !1,
|
|
1038
1038
|
message: a.message
|
|
1039
|
-
}), s.dirty()) : a.kind === "multipleOf" ?
|
|
1039
|
+
}), s.dirty()) : a.kind === "multipleOf" ? At(e.data, a.value) !== 0 && (n = this._getOrReturnCtx(e, n), f(n, {
|
|
1040
1040
|
code: u.not_multiple_of,
|
|
1041
1041
|
multipleOf: a.value,
|
|
1042
1042
|
message: a.message
|
|
@@ -1327,7 +1327,7 @@ se.create = (r) => new se({
|
|
|
1327
1327
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1328
1328
|
...v(r)
|
|
1329
1329
|
});
|
|
1330
|
-
class
|
|
1330
|
+
class q extends _ {
|
|
1331
1331
|
_parse(e) {
|
|
1332
1332
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== h.date) {
|
|
1333
1333
|
const a = this._getOrReturnCtx(e);
|
|
@@ -1367,7 +1367,7 @@ class W extends _ {
|
|
|
1367
1367
|
};
|
|
1368
1368
|
}
|
|
1369
1369
|
_addCheck(e) {
|
|
1370
|
-
return new
|
|
1370
|
+
return new q({
|
|
1371
1371
|
...this._def,
|
|
1372
1372
|
checks: [...this._def.checks, e]
|
|
1373
1373
|
});
|
|
@@ -1399,7 +1399,7 @@ class W extends _ {
|
|
|
1399
1399
|
return e != null ? new Date(e) : null;
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
|
-
|
|
1402
|
+
q.create = (r) => new q({
|
|
1403
1403
|
checks: [],
|
|
1404
1404
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1405
1405
|
typeName: y.ZodDate,
|
|
@@ -1456,7 +1456,7 @@ ie.create = (r) => new ie({
|
|
|
1456
1456
|
typeName: y.ZodNull,
|
|
1457
1457
|
...v(r)
|
|
1458
1458
|
});
|
|
1459
|
-
class
|
|
1459
|
+
class H extends _ {
|
|
1460
1460
|
constructor() {
|
|
1461
1461
|
super(...arguments), this._any = !0;
|
|
1462
1462
|
}
|
|
@@ -1464,7 +1464,7 @@ class G extends _ {
|
|
|
1464
1464
|
return I(e.data);
|
|
1465
1465
|
}
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1467
|
+
H.create = (r) => new H({
|
|
1468
1468
|
typeName: y.ZodAny,
|
|
1469
1469
|
...v(r)
|
|
1470
1470
|
});
|
|
@@ -1598,7 +1598,7 @@ function Q(r) {
|
|
|
1598
1598
|
} else return r instanceof Z ? new Z({
|
|
1599
1599
|
...r._def,
|
|
1600
1600
|
type: Q(r.element)
|
|
1601
|
-
}) : r instanceof j ? j.create(Q(r.unwrap())) : r instanceof L ? L.create(Q(r.unwrap())) : r instanceof
|
|
1601
|
+
}) : r instanceof j ? j.create(Q(r.unwrap())) : r instanceof L ? L.create(Q(r.unwrap())) : r instanceof D ? D.create(r.items.map((e) => Q(e))) : r;
|
|
1602
1602
|
}
|
|
1603
1603
|
class k extends _ {
|
|
1604
1604
|
constructor() {
|
|
@@ -2024,7 +2024,7 @@ class Te extends _ {
|
|
|
2024
2024
|
}
|
|
2025
2025
|
}
|
|
2026
2026
|
function je(r, e) {
|
|
2027
|
-
const t =
|
|
2027
|
+
const t = R(r), n = R(e);
|
|
2028
2028
|
if (r === e)
|
|
2029
2029
|
return { valid: !0, data: r };
|
|
2030
2030
|
if (t === h.object && n === h.object) {
|
|
@@ -2087,7 +2087,7 @@ ce.create = (r, e, t) => new ce({
|
|
|
2087
2087
|
typeName: y.ZodIntersection,
|
|
2088
2088
|
...v(t)
|
|
2089
2089
|
});
|
|
2090
|
-
class
|
|
2090
|
+
class D extends _ {
|
|
2091
2091
|
_parse(e) {
|
|
2092
2092
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2093
2093
|
if (n.parsedType !== h.array)
|
|
@@ -2121,16 +2121,16 @@ class R extends _ {
|
|
|
2121
2121
|
return this._def.items;
|
|
2122
2122
|
}
|
|
2123
2123
|
rest(e) {
|
|
2124
|
-
return new
|
|
2124
|
+
return new D({
|
|
2125
2125
|
...this._def,
|
|
2126
2126
|
rest: e
|
|
2127
2127
|
});
|
|
2128
2128
|
}
|
|
2129
2129
|
}
|
|
2130
|
-
|
|
2130
|
+
D.create = (r, e) => {
|
|
2131
2131
|
if (!Array.isArray(r))
|
|
2132
2132
|
throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
|
|
2133
|
-
return new
|
|
2133
|
+
return new D({
|
|
2134
2134
|
items: r,
|
|
2135
2135
|
typeName: y.ZodTuple,
|
|
2136
2136
|
rest: null,
|
|
@@ -2226,7 +2226,7 @@ ke.create = (r, e, t) => new ke({
|
|
|
2226
2226
|
typeName: y.ZodMap,
|
|
2227
2227
|
...v(t)
|
|
2228
2228
|
});
|
|
2229
|
-
class
|
|
2229
|
+
class W extends _ {
|
|
2230
2230
|
_parse(e) {
|
|
2231
2231
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2232
2232
|
if (n.parsedType !== h.set)
|
|
@@ -2265,13 +2265,13 @@ class q extends _ {
|
|
|
2265
2265
|
return n.common.async ? Promise.all(c).then((d) => o(d)) : o(c);
|
|
2266
2266
|
}
|
|
2267
2267
|
min(e, t) {
|
|
2268
|
-
return new
|
|
2268
|
+
return new W({
|
|
2269
2269
|
...this._def,
|
|
2270
2270
|
minSize: { value: e, message: p.toString(t) }
|
|
2271
2271
|
});
|
|
2272
2272
|
}
|
|
2273
2273
|
max(e, t) {
|
|
2274
|
-
return new
|
|
2274
|
+
return new W({
|
|
2275
2275
|
...this._def,
|
|
2276
2276
|
maxSize: { value: e, message: p.toString(t) }
|
|
2277
2277
|
});
|
|
@@ -2283,14 +2283,14 @@ class q extends _ {
|
|
|
2283
2283
|
return this.min(1, e);
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
|
-
|
|
2286
|
+
W.create = (r, e) => new W({
|
|
2287
2287
|
valueType: r,
|
|
2288
2288
|
minSize: null,
|
|
2289
2289
|
maxSize: null,
|
|
2290
2290
|
typeName: y.ZodSet,
|
|
2291
2291
|
...v(e)
|
|
2292
2292
|
});
|
|
2293
|
-
class
|
|
2293
|
+
class J extends _ {
|
|
2294
2294
|
constructor() {
|
|
2295
2295
|
super(...arguments), this.validate = this.implement;
|
|
2296
2296
|
}
|
|
@@ -2310,7 +2310,7 @@ class Y extends _ {
|
|
|
2310
2310
|
t.common.contextualErrorMap,
|
|
2311
2311
|
t.schemaErrorMap,
|
|
2312
2312
|
ge(),
|
|
2313
|
-
|
|
2313
|
+
X
|
|
2314
2314
|
].filter((l) => !!l),
|
|
2315
2315
|
issueData: {
|
|
2316
2316
|
code: u.invalid_arguments,
|
|
@@ -2326,7 +2326,7 @@ class Y extends _ {
|
|
|
2326
2326
|
t.common.contextualErrorMap,
|
|
2327
2327
|
t.schemaErrorMap,
|
|
2328
2328
|
ge(),
|
|
2329
|
-
|
|
2329
|
+
X
|
|
2330
2330
|
].filter((l) => !!l),
|
|
2331
2331
|
issueData: {
|
|
2332
2332
|
code: u.invalid_return_type,
|
|
@@ -2335,7 +2335,7 @@ class Y extends _ {
|
|
|
2335
2335
|
});
|
|
2336
2336
|
}
|
|
2337
2337
|
const a = { errorMap: t.common.contextualErrorMap }, o = t.data;
|
|
2338
|
-
if (this._def.returns instanceof
|
|
2338
|
+
if (this._def.returns instanceof G) {
|
|
2339
2339
|
const c = this;
|
|
2340
2340
|
return I(async function(...d) {
|
|
2341
2341
|
const l = new C([]), m = await c._def.args.parseAsync(d, a).catch((S) => {
|
|
@@ -2365,13 +2365,13 @@ class Y extends _ {
|
|
|
2365
2365
|
return this._def.returns;
|
|
2366
2366
|
}
|
|
2367
2367
|
args(...e) {
|
|
2368
|
-
return new
|
|
2368
|
+
return new J({
|
|
2369
2369
|
...this._def,
|
|
2370
|
-
args:
|
|
2370
|
+
args: D.create(e).rest(U.create())
|
|
2371
2371
|
});
|
|
2372
2372
|
}
|
|
2373
2373
|
returns(e) {
|
|
2374
|
-
return new
|
|
2374
|
+
return new J({
|
|
2375
2375
|
...this._def,
|
|
2376
2376
|
returns: e
|
|
2377
2377
|
});
|
|
@@ -2383,8 +2383,8 @@ class Y extends _ {
|
|
|
2383
2383
|
return this.parse(e);
|
|
2384
2384
|
}
|
|
2385
2385
|
static create(e, t, n) {
|
|
2386
|
-
return new
|
|
2387
|
-
args: e ||
|
|
2386
|
+
return new J({
|
|
2387
|
+
args: e || D.create([]).rest(U.create()),
|
|
2388
2388
|
returns: t || U.create(),
|
|
2389
2389
|
typeName: y.ZodFunction,
|
|
2390
2390
|
...v(n)
|
|
@@ -2526,7 +2526,7 @@ fe.create = (r, e) => new fe({
|
|
|
2526
2526
|
typeName: y.ZodNativeEnum,
|
|
2527
2527
|
...v(e)
|
|
2528
2528
|
});
|
|
2529
|
-
class
|
|
2529
|
+
class G extends _ {
|
|
2530
2530
|
unwrap() {
|
|
2531
2531
|
return this._def.type;
|
|
2532
2532
|
}
|
|
@@ -2545,7 +2545,7 @@ class X extends _ {
|
|
|
2545
2545
|
})));
|
|
2546
2546
|
}
|
|
2547
2547
|
}
|
|
2548
|
-
|
|
2548
|
+
G.create = (r, e) => new G({
|
|
2549
2549
|
type: r,
|
|
2550
2550
|
typeName: y.ZodPromise,
|
|
2551
2551
|
...v(e)
|
|
@@ -2577,7 +2577,7 @@ class O extends _ {
|
|
|
2577
2577
|
path: n.path,
|
|
2578
2578
|
parent: n
|
|
2579
2579
|
});
|
|
2580
|
-
return d.status === "aborted" ? g : d.status === "dirty" || t.value === "dirty" ?
|
|
2580
|
+
return d.status === "aborted" ? g : d.status === "dirty" || t.value === "dirty" ? Y(d.value) : d;
|
|
2581
2581
|
});
|
|
2582
2582
|
{
|
|
2583
2583
|
if (t.value === "aborted")
|
|
@@ -2587,7 +2587,7 @@ class O extends _ {
|
|
|
2587
2587
|
path: n.path,
|
|
2588
2588
|
parent: n
|
|
2589
2589
|
});
|
|
2590
|
-
return c.status === "aborted" ? g : c.status === "dirty" || t.value === "dirty" ?
|
|
2590
|
+
return c.status === "aborted" ? g : c.status === "dirty" || t.value === "dirty" ? Y(c.value) : c;
|
|
2591
2591
|
}
|
|
2592
2592
|
}
|
|
2593
2593
|
if (s.type === "refinement") {
|
|
@@ -2745,7 +2745,7 @@ we.create = (r) => new we({
|
|
|
2745
2745
|
typeName: y.ZodNaN,
|
|
2746
2746
|
...v(r)
|
|
2747
2747
|
});
|
|
2748
|
-
const
|
|
2748
|
+
const Nt = Symbol("zod_brand");
|
|
2749
2749
|
class Ee extends _ {
|
|
2750
2750
|
_parse(e) {
|
|
2751
2751
|
const { ctx: t } = this._processInputParams(e), n = t.data;
|
|
@@ -2769,7 +2769,7 @@ class ye extends _ {
|
|
|
2769
2769
|
path: n.path,
|
|
2770
2770
|
parent: n
|
|
2771
2771
|
});
|
|
2772
|
-
return a.status === "aborted" ? g : a.status === "dirty" ? (t.dirty(),
|
|
2772
|
+
return a.status === "aborted" ? g : a.status === "dirty" ? (t.dirty(), Y(a.value)) : this._def.out._parseAsync({
|
|
2773
2773
|
data: a.value,
|
|
2774
2774
|
path: n.path,
|
|
2775
2775
|
parent: n
|
|
@@ -2817,8 +2817,8 @@ function Me(r, e) {
|
|
|
2817
2817
|
const t = typeof r == "function" ? r(e) : typeof r == "string" ? { message: r } : r;
|
|
2818
2818
|
return typeof t == "string" ? { message: t } : t;
|
|
2819
2819
|
}
|
|
2820
|
-
function
|
|
2821
|
-
return r ?
|
|
2820
|
+
function qe(r, e = {}, t) {
|
|
2821
|
+
return r ? H.create().superRefine((n, s) => {
|
|
2822
2822
|
var a, o;
|
|
2823
2823
|
const c = r(n);
|
|
2824
2824
|
if (c instanceof Promise)
|
|
@@ -2833,18 +2833,18 @@ function We(r, e = {}, t) {
|
|
|
2833
2833
|
const d = Me(e, n), l = (o = (a = d.fatal) !== null && a !== void 0 ? a : t) !== null && o !== void 0 ? o : !0;
|
|
2834
2834
|
s.addIssue({ code: "custom", ...d, fatal: l });
|
|
2835
2835
|
}
|
|
2836
|
-
}) :
|
|
2836
|
+
}) : H.create();
|
|
2837
2837
|
}
|
|
2838
|
-
const
|
|
2838
|
+
const Zt = {
|
|
2839
2839
|
object: k.lazycreate
|
|
2840
2840
|
};
|
|
2841
2841
|
var y;
|
|
2842
2842
|
(function(r) {
|
|
2843
2843
|
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";
|
|
2844
2844
|
})(y || (y = {}));
|
|
2845
|
-
const
|
|
2845
|
+
const Ot = (r, e = {
|
|
2846
2846
|
message: `Input not instance of ${r.name}`
|
|
2847
|
-
}) =>
|
|
2847
|
+
}) => qe((t) => t instanceof r, e), We = N.create, Qe = V.create, jt = we.create, Et = F.create, Ye = se.create, Dt = q.create, Pt = be.create, Rt = ae.create, Mt = ie.create, $t = H.create, Vt = U.create, Ft = $.create, zt = xe.create, Lt = Z.create, Ut = k.create, Bt = k.strictCreate, qt = oe.create, Wt = Te.create, Qt = ce.create, Yt = D.create, Jt = de.create, Xt = ke.create, Ht = W.create, Gt = J.create, Kt = ue.create, er = le.create, tr = z.create, rr = fe.create, nr = G.create, $e = O.create, sr = j.create, ar = L.create, ir = O.createWithPreprocess, or = ye.create, cr = () => We().optional(), dr = () => Qe().optional(), ur = () => Ye().optional(), lr = {
|
|
2848
2848
|
string: (r) => N.create({ ...r, coerce: !0 }),
|
|
2849
2849
|
number: (r) => V.create({ ...r, coerce: !0 }),
|
|
2850
2850
|
boolean: (r) => se.create({
|
|
@@ -2852,19 +2852,19 @@ const Zt = (r, e = {
|
|
|
2852
2852
|
coerce: !0
|
|
2853
2853
|
}),
|
|
2854
2854
|
bigint: (r) => F.create({ ...r, coerce: !0 }),
|
|
2855
|
-
date: (r) =>
|
|
2856
|
-
},
|
|
2855
|
+
date: (r) => q.create({ ...r, coerce: !0 })
|
|
2856
|
+
}, fr = g;
|
|
2857
2857
|
var i = /* @__PURE__ */ Object.freeze({
|
|
2858
2858
|
__proto__: null,
|
|
2859
|
-
defaultErrorMap:
|
|
2860
|
-
setErrorMap:
|
|
2859
|
+
defaultErrorMap: X,
|
|
2860
|
+
setErrorMap: it,
|
|
2861
2861
|
getErrorMap: ge,
|
|
2862
2862
|
makeIssue: ve,
|
|
2863
|
-
EMPTY_PATH:
|
|
2863
|
+
EMPTY_PATH: ot,
|
|
2864
2864
|
addIssueToContext: f,
|
|
2865
2865
|
ParseStatus: T,
|
|
2866
2866
|
INVALID: g,
|
|
2867
|
-
DIRTY:
|
|
2867
|
+
DIRTY: Y,
|
|
2868
2868
|
OK: I,
|
|
2869
2869
|
isAborted: Ze,
|
|
2870
2870
|
isDirty: Oe,
|
|
@@ -2877,18 +2877,18 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2877
2877
|
return Ne;
|
|
2878
2878
|
},
|
|
2879
2879
|
ZodParsedType: h,
|
|
2880
|
-
getParsedType:
|
|
2880
|
+
getParsedType: R,
|
|
2881
2881
|
ZodType: _,
|
|
2882
2882
|
datetimeRegex: Ue,
|
|
2883
2883
|
ZodString: N,
|
|
2884
2884
|
ZodNumber: V,
|
|
2885
2885
|
ZodBigInt: F,
|
|
2886
2886
|
ZodBoolean: se,
|
|
2887
|
-
ZodDate:
|
|
2887
|
+
ZodDate: q,
|
|
2888
2888
|
ZodSymbol: be,
|
|
2889
2889
|
ZodUndefined: ae,
|
|
2890
2890
|
ZodNull: ie,
|
|
2891
|
-
ZodAny:
|
|
2891
|
+
ZodAny: H,
|
|
2892
2892
|
ZodUnknown: U,
|
|
2893
2893
|
ZodNever: $,
|
|
2894
2894
|
ZodVoid: xe,
|
|
@@ -2897,16 +2897,16 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2897
2897
|
ZodUnion: oe,
|
|
2898
2898
|
ZodDiscriminatedUnion: Te,
|
|
2899
2899
|
ZodIntersection: ce,
|
|
2900
|
-
ZodTuple:
|
|
2900
|
+
ZodTuple: D,
|
|
2901
2901
|
ZodRecord: de,
|
|
2902
2902
|
ZodMap: ke,
|
|
2903
|
-
ZodSet:
|
|
2904
|
-
ZodFunction:
|
|
2903
|
+
ZodSet: W,
|
|
2904
|
+
ZodFunction: J,
|
|
2905
2905
|
ZodLazy: ue,
|
|
2906
2906
|
ZodLiteral: le,
|
|
2907
2907
|
ZodEnum: z,
|
|
2908
2908
|
ZodNativeEnum: fe,
|
|
2909
|
-
ZodPromise:
|
|
2909
|
+
ZodPromise: G,
|
|
2910
2910
|
ZodEffects: O,
|
|
2911
2911
|
ZodTransformer: O,
|
|
2912
2912
|
ZodOptional: j,
|
|
@@ -2914,63 +2914,63 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2914
2914
|
ZodDefault: he,
|
|
2915
2915
|
ZodCatch: me,
|
|
2916
2916
|
ZodNaN: we,
|
|
2917
|
-
BRAND:
|
|
2917
|
+
BRAND: Nt,
|
|
2918
2918
|
ZodBranded: Ee,
|
|
2919
2919
|
ZodPipeline: ye,
|
|
2920
2920
|
ZodReadonly: pe,
|
|
2921
|
-
custom:
|
|
2921
|
+
custom: qe,
|
|
2922
2922
|
Schema: _,
|
|
2923
2923
|
ZodSchema: _,
|
|
2924
|
-
late:
|
|
2924
|
+
late: Zt,
|
|
2925
2925
|
get ZodFirstPartyTypeKind() {
|
|
2926
2926
|
return y;
|
|
2927
2927
|
},
|
|
2928
|
-
coerce:
|
|
2929
|
-
any:
|
|
2930
|
-
array:
|
|
2931
|
-
bigint:
|
|
2932
|
-
boolean:
|
|
2933
|
-
date:
|
|
2928
|
+
coerce: lr,
|
|
2929
|
+
any: $t,
|
|
2930
|
+
array: Lt,
|
|
2931
|
+
bigint: Et,
|
|
2932
|
+
boolean: Ye,
|
|
2933
|
+
date: Dt,
|
|
2934
2934
|
discriminatedUnion: Wt,
|
|
2935
2935
|
effect: $e,
|
|
2936
|
-
enum:
|
|
2936
|
+
enum: tr,
|
|
2937
2937
|
function: Gt,
|
|
2938
|
-
instanceof:
|
|
2939
|
-
intersection:
|
|
2940
|
-
lazy:
|
|
2941
|
-
literal:
|
|
2942
|
-
map:
|
|
2943
|
-
nan:
|
|
2944
|
-
nativeEnum:
|
|
2945
|
-
never:
|
|
2946
|
-
null:
|
|
2947
|
-
nullable:
|
|
2938
|
+
instanceof: Ot,
|
|
2939
|
+
intersection: Qt,
|
|
2940
|
+
lazy: Kt,
|
|
2941
|
+
literal: er,
|
|
2942
|
+
map: Xt,
|
|
2943
|
+
nan: jt,
|
|
2944
|
+
nativeEnum: rr,
|
|
2945
|
+
never: Ft,
|
|
2946
|
+
null: Mt,
|
|
2947
|
+
nullable: ar,
|
|
2948
2948
|
number: Qe,
|
|
2949
|
-
object:
|
|
2950
|
-
oboolean:
|
|
2951
|
-
onumber:
|
|
2952
|
-
optional:
|
|
2953
|
-
ostring:
|
|
2954
|
-
pipeline:
|
|
2955
|
-
preprocess:
|
|
2956
|
-
promise:
|
|
2949
|
+
object: Ut,
|
|
2950
|
+
oboolean: ur,
|
|
2951
|
+
onumber: dr,
|
|
2952
|
+
optional: sr,
|
|
2953
|
+
ostring: cr,
|
|
2954
|
+
pipeline: or,
|
|
2955
|
+
preprocess: ir,
|
|
2956
|
+
promise: nr,
|
|
2957
2957
|
record: Jt,
|
|
2958
2958
|
set: Ht,
|
|
2959
|
-
strictObject:
|
|
2960
|
-
string:
|
|
2961
|
-
symbol:
|
|
2959
|
+
strictObject: Bt,
|
|
2960
|
+
string: We,
|
|
2961
|
+
symbol: Pt,
|
|
2962
2962
|
transformer: $e,
|
|
2963
|
-
tuple:
|
|
2964
|
-
undefined:
|
|
2965
|
-
union:
|
|
2966
|
-
unknown:
|
|
2967
|
-
void:
|
|
2968
|
-
NEVER:
|
|
2963
|
+
tuple: Yt,
|
|
2964
|
+
undefined: Rt,
|
|
2965
|
+
union: qt,
|
|
2966
|
+
unknown: Vt,
|
|
2967
|
+
void: zt,
|
|
2968
|
+
NEVER: fr,
|
|
2969
2969
|
ZodIssueCode: u,
|
|
2970
|
-
quotelessJson:
|
|
2970
|
+
quotelessJson: at,
|
|
2971
2971
|
ZodError: C
|
|
2972
2972
|
});
|
|
2973
|
-
const
|
|
2973
|
+
const hr = i.object({
|
|
2974
2974
|
country: i.string(),
|
|
2975
2975
|
city: i.string(),
|
|
2976
2976
|
street: i.string(),
|
|
@@ -2978,14 +2978,14 @@ const fr = i.object({
|
|
|
2978
2978
|
floor: i.string(),
|
|
2979
2979
|
apartmentEnterNumber: i.string(),
|
|
2980
2980
|
apartmentNumber: i.string()
|
|
2981
|
-
}), M = i.string().min(1, { message: "שדה חובה" }),
|
|
2982
|
-
function
|
|
2981
|
+
}), M = i.string().min(1, { message: "שדה חובה" }), Ar = i.string().regex(/^\d+$/, "Must be a numeric string"), Nr = i.object({ url: i.string().url(), id: i.string() });
|
|
2982
|
+
function Zr(r) {
|
|
2983
2983
|
return !!(r != null && r.url);
|
|
2984
2984
|
}
|
|
2985
2985
|
const re = i.object({
|
|
2986
2986
|
lang: i.enum(["he"]),
|
|
2987
2987
|
value: i.string()
|
|
2988
|
-
}),
|
|
2988
|
+
}), Or = i.array(re), Je = i.object({
|
|
2989
2989
|
id: i.string().min(1),
|
|
2990
2990
|
companyId: i.string().min(1),
|
|
2991
2991
|
storeId: i.string().min(1),
|
|
@@ -2993,14 +2993,14 @@ const re = i.object({
|
|
|
2993
2993
|
tag: i.string().optional(),
|
|
2994
2994
|
locales: i.array(re),
|
|
2995
2995
|
depth: i.number()
|
|
2996
|
-
}),
|
|
2997
|
-
children: i.lazy(() =>
|
|
2998
|
-
}),
|
|
2996
|
+
}), De = Je.extend({
|
|
2997
|
+
children: i.lazy(() => De.array())
|
|
2998
|
+
}), jr = Je.extend({
|
|
2999
2999
|
index: i.number(),
|
|
3000
3000
|
depth: i.number(),
|
|
3001
3001
|
collapsed: i.boolean().optional(),
|
|
3002
|
-
children: i.array(
|
|
3003
|
-
}), K = i.string().min(1),
|
|
3002
|
+
children: i.array(De)
|
|
3003
|
+
}), K = i.string().min(1), Xe = i.object({
|
|
3004
3004
|
type: i.literal("Product"),
|
|
3005
3005
|
storeId: K,
|
|
3006
3006
|
companyId: K,
|
|
@@ -3042,7 +3042,7 @@ const re = i.object({
|
|
|
3042
3042
|
updated_at: i.number(),
|
|
3043
3043
|
categoryIds: i.array(i.string().nonempty()),
|
|
3044
3044
|
// @deprecated
|
|
3045
|
-
categoryList: i.array(
|
|
3045
|
+
categoryList: i.array(De).optional(),
|
|
3046
3046
|
// @deprecated
|
|
3047
3047
|
categories: i.object({
|
|
3048
3048
|
lvl0: i.array(i.string()),
|
|
@@ -3053,23 +3053,23 @@ const re = i.object({
|
|
|
3053
3053
|
}).optional(),
|
|
3054
3054
|
// @deprecated
|
|
3055
3055
|
categoryNames: i.array(i.string()).optional()
|
|
3056
|
-
}),
|
|
3056
|
+
}), Er = Xe.extend({
|
|
3057
3057
|
image: i.instanceof(File).optional()
|
|
3058
|
-
}),
|
|
3059
|
-
product:
|
|
3058
|
+
}), He = i.object({
|
|
3059
|
+
product: Xe,
|
|
3060
3060
|
originalPrice: i.number().optional(),
|
|
3061
3061
|
finalPrice: i.number().optional(),
|
|
3062
3062
|
finalDiscount: i.number().optional(),
|
|
3063
3063
|
amount: i.number().positive({ message: "Quantity must be a positive number." })
|
|
3064
|
-
}),
|
|
3064
|
+
}), Dr = i.object({
|
|
3065
3065
|
type: i.literal("Cart"),
|
|
3066
3066
|
id: i.string().uuid(),
|
|
3067
3067
|
companyId: i.string().uuid(),
|
|
3068
3068
|
storeId: i.string().uuid(),
|
|
3069
3069
|
userId: i.string().uuid(),
|
|
3070
3070
|
status: i.enum(["active", "draft", "completed"]),
|
|
3071
|
-
items: i.array(
|
|
3072
|
-
}),
|
|
3071
|
+
items: i.array(He)
|
|
3072
|
+
}), Pr = i.object({
|
|
3073
3073
|
id: i.string(),
|
|
3074
3074
|
name: i.string(),
|
|
3075
3075
|
websiteDomains: i.array(i.string())
|
|
@@ -3080,9 +3080,9 @@ const re = i.object({
|
|
|
3080
3080
|
storeId: i.string().uuid(),
|
|
3081
3081
|
userId: i.string().uuid(),
|
|
3082
3082
|
productId: i.string().uuid()
|
|
3083
|
-
}),
|
|
3083
|
+
}), Ge = i.enum(["default", "delayed"], {
|
|
3084
3084
|
description: "delayed is J5 transaction"
|
|
3085
|
-
}),
|
|
3085
|
+
}), mr = i.object({
|
|
3086
3086
|
type: i.literal("Profile"),
|
|
3087
3087
|
id: M,
|
|
3088
3088
|
companyId: M,
|
|
@@ -3093,14 +3093,14 @@ const re = i.object({
|
|
|
3093
3093
|
displayName: M,
|
|
3094
3094
|
email: i.string().email(),
|
|
3095
3095
|
phoneNumber: i.string().optional(),
|
|
3096
|
-
address:
|
|
3096
|
+
address: hr.optional(),
|
|
3097
3097
|
isAnonymous: i.boolean(),
|
|
3098
3098
|
createdDate: i.number(),
|
|
3099
3099
|
lastActivityDate: i.number(),
|
|
3100
|
-
paymentType:
|
|
3100
|
+
paymentType: Ge,
|
|
3101
3101
|
organizationId: i.string().optional()
|
|
3102
3102
|
});
|
|
3103
|
-
function
|
|
3103
|
+
function Mr() {
|
|
3104
3104
|
return {
|
|
3105
3105
|
type: "Profile",
|
|
3106
3106
|
id: "",
|
|
@@ -3123,10 +3123,10 @@ function Pr() {
|
|
|
3123
3123
|
createdDate: 0,
|
|
3124
3124
|
lastActivityDate: 0,
|
|
3125
3125
|
isAnonymous: !0,
|
|
3126
|
-
paymentType:
|
|
3126
|
+
paymentType: Ge.Values.default
|
|
3127
3127
|
};
|
|
3128
3128
|
}
|
|
3129
|
-
const
|
|
3129
|
+
const $r = i.object({
|
|
3130
3130
|
type: i.literal("Order"),
|
|
3131
3131
|
id: M,
|
|
3132
3132
|
companyId: M,
|
|
@@ -3150,7 +3150,7 @@ const Dr = i.object({
|
|
|
3150
3150
|
//todo check if hyp support partial refund
|
|
3151
3151
|
cart: i.object({
|
|
3152
3152
|
id: i.string(),
|
|
3153
|
-
items: i.array(
|
|
3153
|
+
items: i.array(He),
|
|
3154
3154
|
cartDiscount: i.number(),
|
|
3155
3155
|
cartTotal: i.number(),
|
|
3156
3156
|
cartVat: i.number(),
|
|
@@ -3162,10 +3162,10 @@ const Dr = i.object({
|
|
|
3162
3162
|
// what store charge
|
|
3163
3163
|
date: i.number(),
|
|
3164
3164
|
deliveryDate: i.coerce.number(),
|
|
3165
|
-
client:
|
|
3165
|
+
client: mr.required({}),
|
|
3166
3166
|
nameOnInvoice: i.string().optional(),
|
|
3167
3167
|
clientComment: i.string().optional()
|
|
3168
|
-
}),
|
|
3168
|
+
}), pr = i.enum(["individual", "company"]), Vr = i.object({
|
|
3169
3169
|
id: i.string(),
|
|
3170
3170
|
companyId: i.string(),
|
|
3171
3171
|
name: i.string(),
|
|
@@ -3176,14 +3176,14 @@ const Dr = i.object({
|
|
|
3176
3176
|
paymentType: i.enum(["external", "j5"]),
|
|
3177
3177
|
allowAnonymousClients: i.boolean(),
|
|
3178
3178
|
isVatIncludedInPrice: i.boolean(),
|
|
3179
|
-
clientTypes: i.array(
|
|
3179
|
+
clientTypes: i.array(pr),
|
|
3180
3180
|
minimumOrder: i.number().optional(),
|
|
3181
3181
|
freeDeliveryPrice: i.number().optional(),
|
|
3182
3182
|
deliveryPrice: i.number().optional()
|
|
3183
|
-
}),
|
|
3183
|
+
}), yr = i.object({
|
|
3184
3184
|
minSpend: i.number().positive().optional(),
|
|
3185
3185
|
stackable: i.boolean().default(!1)
|
|
3186
|
-
}).optional(),
|
|
3186
|
+
}).optional(), gr = i.discriminatedUnion("variantType", [
|
|
3187
3187
|
i.object({
|
|
3188
3188
|
variantType: i.literal("bundle"),
|
|
3189
3189
|
productsId: i.array(i.string().nonempty()).min(1),
|
|
@@ -3193,7 +3193,7 @@ const Dr = i.object({
|
|
|
3193
3193
|
bundlePrice: i.number().positive()
|
|
3194
3194
|
// Total price for the bundle (e.g., $25)
|
|
3195
3195
|
})
|
|
3196
|
-
]),
|
|
3196
|
+
]), Fr = i.object({
|
|
3197
3197
|
type: i.literal("Discount"),
|
|
3198
3198
|
storeId: i.string().min(1),
|
|
3199
3199
|
companyId: i.string().min(1),
|
|
@@ -3202,10 +3202,10 @@ const Dr = i.object({
|
|
|
3202
3202
|
active: i.boolean(),
|
|
3203
3203
|
startDate: i.number(),
|
|
3204
3204
|
endDate: i.number(),
|
|
3205
|
-
variant:
|
|
3206
|
-
conditions:
|
|
3205
|
+
variant: gr,
|
|
3206
|
+
conditions: yr
|
|
3207
3207
|
});
|
|
3208
|
-
class
|
|
3208
|
+
class vr {
|
|
3209
3209
|
canApply(e, t) {
|
|
3210
3210
|
if (e.variant.variantType !== "bundle" || !this.isDiscountActive(e)) return !1;
|
|
3211
3211
|
const { productsId: n, requiredQuantity: s } = e.variant;
|
|
@@ -3273,9 +3273,9 @@ class Ke {
|
|
|
3273
3273
|
}
|
|
3274
3274
|
}
|
|
3275
3275
|
Pe(Ke, "strategies", /* @__PURE__ */ new Map([
|
|
3276
|
-
["bundle", new
|
|
3276
|
+
["bundle", new vr()]
|
|
3277
3277
|
]));
|
|
3278
|
-
class
|
|
3278
|
+
class _r {
|
|
3279
3279
|
static calculateDiscounts(e, t, n) {
|
|
3280
3280
|
var l, m;
|
|
3281
3281
|
const s = {
|
|
@@ -3341,30 +3341,59 @@ class vr {
|
|
|
3341
3341
|
function et(r) {
|
|
3342
3342
|
return Number(r.toFixed(2));
|
|
3343
3343
|
}
|
|
3344
|
-
function
|
|
3344
|
+
function zr(r) {
|
|
3345
3345
|
return r.toFixed(2);
|
|
3346
3346
|
}
|
|
3347
|
-
function
|
|
3347
|
+
function Lr(r) {
|
|
3348
3348
|
return Math.max(0, et(r));
|
|
3349
3349
|
}
|
|
3350
|
-
function
|
|
3350
|
+
function Ur(r, e) {
|
|
3351
3351
|
if (r <= 0) return 0;
|
|
3352
3352
|
const t = r - e;
|
|
3353
3353
|
return et(t / r * 100);
|
|
3354
3354
|
}
|
|
3355
|
-
const
|
|
3355
|
+
const br = i.object({
|
|
3356
3356
|
id: i.string(),
|
|
3357
3357
|
name: i.string(),
|
|
3358
3358
|
discountPercentage: i.number().positive().min(0).max(100).optional(),
|
|
3359
3359
|
nameOnInvoice: i.string().optional()
|
|
3360
|
-
}),
|
|
3360
|
+
}), Br = br.omit({ id: !0 }), tt = i.object({
|
|
3361
|
+
_COMMENT: i.string().optional(),
|
|
3362
|
+
transaction_id: i.string(),
|
|
3363
|
+
date: i.string().regex(/^\d{4}-\d{2}-\d{2}$/, "Date must be in YYYY-MM-DD format"),
|
|
3364
|
+
currency: i.string().length(3, "Currency must be 3 characters"),
|
|
3365
|
+
rate: i.number().positive(),
|
|
3366
|
+
vat: i.string().regex(/^\d+\.\d{2}$/, "VAT must be in format XX.XX"),
|
|
3367
|
+
vat_price: i.number().positive(),
|
|
3368
|
+
price_discount: i.number(),
|
|
3369
|
+
price_discount_in_currency: i.number(),
|
|
3370
|
+
price_total: i.string().regex(/^\d+\.\d{2}$/, "Price total must be in format XX.XX"),
|
|
3371
|
+
price_total_in_currency: i.number().positive()
|
|
3372
|
+
}), xr = i.object({
|
|
3373
|
+
doc_uuid: i.string().uuid("Document UUID must be a valid UUID"),
|
|
3374
|
+
pdf_link: i.string().url("PDF link must be a valid URL"),
|
|
3375
|
+
pdf_link_copy: i.string().url("PDF copy link must be a valid URL"),
|
|
3376
|
+
doc_number: i.string().min(1, "Document number is required"),
|
|
3377
|
+
sent_mails: i.array(i.string().email("Each email must be valid")),
|
|
3378
|
+
success: i.boolean(),
|
|
3379
|
+
ua_uuid: i.string().uuid("UA UUID must be a valid UUID"),
|
|
3380
|
+
calculatedData: tt,
|
|
3381
|
+
warning: i.string().optional()
|
|
3382
|
+
});
|
|
3383
|
+
function qr(r) {
|
|
3384
|
+
return xr.safeParse(r).success;
|
|
3385
|
+
}
|
|
3386
|
+
function Wr(r) {
|
|
3387
|
+
return tt.safeParse(r).success;
|
|
3388
|
+
}
|
|
3389
|
+
const Ae = {
|
|
3361
3390
|
VAT: 18
|
|
3362
3391
|
};
|
|
3363
|
-
function
|
|
3392
|
+
function kr(r) {
|
|
3364
3393
|
var e, t;
|
|
3365
3394
|
return ((e = r.discount) == null ? void 0 : e.type) === "percent" ? r.price * (r.discount.value ?? 100) / 100 : ((t = r.discount) == null ? void 0 : t.type) === "number" ? r.discount.value ?? 0 : 0;
|
|
3366
3395
|
}
|
|
3367
|
-
function
|
|
3396
|
+
function wr(r) {
|
|
3368
3397
|
var e, t;
|
|
3369
3398
|
if (((e = r.discount) == null ? void 0 : e.type) === "percent") {
|
|
3370
3399
|
const n = r.price * r.discount.value / 100;
|
|
@@ -3372,7 +3401,7 @@ function xr(r) {
|
|
|
3372
3401
|
}
|
|
3373
3402
|
return ((t = r.discount) == null ? void 0 : t.type) === "number" ? r.price - r.discount.value : r.price;
|
|
3374
3403
|
}
|
|
3375
|
-
function
|
|
3404
|
+
function Qr({
|
|
3376
3405
|
cart: r,
|
|
3377
3406
|
discounts: e,
|
|
3378
3407
|
store: t
|
|
@@ -3383,14 +3412,14 @@ function Ur({
|
|
|
3383
3412
|
id: d.product.id,
|
|
3384
3413
|
price: d.product.price
|
|
3385
3414
|
}
|
|
3386
|
-
})), a =
|
|
3415
|
+
})), a = _r.calculateDiscounts(s, e), o = r.map((d, l) => {
|
|
3387
3416
|
const m = a.items[l];
|
|
3388
3417
|
return {
|
|
3389
3418
|
amount: d.amount,
|
|
3390
3419
|
product: { ...d.product },
|
|
3391
3420
|
originalPrice: d.product.price,
|
|
3392
|
-
finalPrice: m ? m.finalPrice :
|
|
3393
|
-
finalDiscount: m ? m.finalDiscount :
|
|
3421
|
+
finalPrice: m ? m.finalPrice : wr(d.product),
|
|
3422
|
+
finalDiscount: m ? m.finalDiscount : kr(d.product)
|
|
3394
3423
|
};
|
|
3395
3424
|
}), c = o.reduce(
|
|
3396
3425
|
(d, l) => {
|
|
@@ -3399,8 +3428,8 @@ function Ur({
|
|
|
3399
3428
|
if (m.vat) {
|
|
3400
3429
|
let Se = 0;
|
|
3401
3430
|
if (n) {
|
|
3402
|
-
const
|
|
3403
|
-
A = Number(
|
|
3431
|
+
const rt = w * (Ae.VAT / (100 + Ae.VAT));
|
|
3432
|
+
A = Number(rt.toFixed(2)), A = A * b, Se = Number(A.toFixed(2));
|
|
3404
3433
|
} else
|
|
3405
3434
|
A = w * Ae.VAT / 100, A = A * b, Se = Number(A.toFixed(2));
|
|
3406
3435
|
d.vat = Number((d.vat + Se).toFixed(2));
|
|
@@ -3419,10 +3448,10 @@ function Ur({
|
|
|
3419
3448
|
);
|
|
3420
3449
|
return c.deliveryPrice && c.productsCost >= (t.freeDeliveryPrice ?? 0) ? c.deliveryPrice = 0 : c.finalCost += c.deliveryPrice, console.log("cartDetails", c), { items: o, ...c };
|
|
3421
3450
|
}
|
|
3422
|
-
const
|
|
3451
|
+
const Tr = {
|
|
3423
3452
|
stores: "STORES",
|
|
3424
3453
|
companies: "COMPANIES"
|
|
3425
|
-
},
|
|
3454
|
+
}, Ir = {
|
|
3426
3455
|
products: "products",
|
|
3427
3456
|
profiles: "profiles",
|
|
3428
3457
|
cart: "cart",
|
|
@@ -3434,9 +3463,9 @@ const kr = {
|
|
|
3434
3463
|
settings: "settings",
|
|
3435
3464
|
discounts: "discounts",
|
|
3436
3465
|
organizations: "organizations"
|
|
3437
|
-
},
|
|
3438
|
-
systemCollections:
|
|
3439
|
-
storeCollections:
|
|
3466
|
+
}, Sr = {
|
|
3467
|
+
systemCollections: Tr,
|
|
3468
|
+
storeCollections: Ir,
|
|
3440
3469
|
// for client
|
|
3441
3470
|
getPath: ({
|
|
3442
3471
|
companyId: r,
|
|
@@ -3446,45 +3475,49 @@ const kr = {
|
|
|
3446
3475
|
}) => `${r}/${e}/${t}${n ? `/${n}` : ""}`,
|
|
3447
3476
|
// for backend
|
|
3448
3477
|
getDocPath: (r) => `{companyId}/{storeId}/${r}/{id}`
|
|
3449
|
-
},
|
|
3450
|
-
firestore:
|
|
3478
|
+
}, Yr = {
|
|
3479
|
+
firestore: Sr
|
|
3451
3480
|
};
|
|
3452
3481
|
export {
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3482
|
+
hr as AddressSchema,
|
|
3483
|
+
Je as BaseCategorySchema,
|
|
3484
|
+
vr as BundleDiscountStrategy,
|
|
3485
|
+
tt as CalculatedDataSchema,
|
|
3486
|
+
He as CartItemProductSchema,
|
|
3487
|
+
Dr as CartSchema,
|
|
3488
|
+
De as CategorySchema,
|
|
3489
|
+
Pr as CompanySchema,
|
|
3490
|
+
xr as DeliveryNoteSchema,
|
|
3491
|
+
yr as DiscountConditionsSchema,
|
|
3492
|
+
_r as DiscountEngine,
|
|
3493
|
+
Fr as DiscountSchema,
|
|
3463
3494
|
Ke as DiscountStrategyFactory,
|
|
3464
|
-
|
|
3495
|
+
gr as DiscountVariantSchema,
|
|
3465
3496
|
Rr as FavoriteProductSchema,
|
|
3466
|
-
|
|
3467
|
-
|
|
3497
|
+
Nr as FileSchema,
|
|
3498
|
+
Yr as FirebaseAPI,
|
|
3468
3499
|
re as LocaleSchema,
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3500
|
+
Or as LocaleValueSchema,
|
|
3501
|
+
Br as NewOrganizationSchema,
|
|
3502
|
+
Er as NewProductSchema,
|
|
3503
|
+
$r as OrderSchema,
|
|
3504
|
+
br as OrganizationSchema,
|
|
3505
|
+
Xe as ProductSchema,
|
|
3506
|
+
Ge as ProfilePaymentTypeSchema,
|
|
3507
|
+
mr as ProfileSchema,
|
|
3508
|
+
Vr as StoreSchema,
|
|
3509
|
+
jr as TFlattenCategorySchema,
|
|
3510
|
+
Ur as calculatePercentageDiscount,
|
|
3511
|
+
pr as clientTypesSchema,
|
|
3512
|
+
Mr as createEmptyProfile,
|
|
3513
|
+
Lr as ensureNonNegative,
|
|
3483
3514
|
et as formatCurrency,
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3515
|
+
zr as formatCurrencyString,
|
|
3516
|
+
Qr as getCartCost,
|
|
3517
|
+
Wr as isCalculatedData,
|
|
3518
|
+
qr as isDeliveryNote,
|
|
3519
|
+
Zr as isFile,
|
|
3487
3520
|
M as notEmptyTextSchema,
|
|
3488
|
-
|
|
3521
|
+
Ar as numericTextSchema
|
|
3489
3522
|
};
|
|
3490
3523
|
//# sourceMappingURL=core.es.js.map
|