@jsdev_ninja/core 0.13.30 → 0.13.32
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 +89 -88
- 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/lib/entities/Order.d.ts +43 -3
- package/dist/lib/entities/Order.d.ts.map +1 -1
- package/dist/lib/entities/Order.js +2 -1
- package/dist/lib/entities/Organization.d.ts +92 -0
- package/dist/lib/entities/Organization.d.ts.map +1 -1
- package/dist/lib/entities/Organization.js +4 -1
- package/dist/lib/entities/Store.d.ts +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/core.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var it = Object.defineProperty;
|
|
2
2
|
var ot = (n, e, t) => e in n ? it(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
|
-
var
|
|
3
|
+
var $e = (n, e, t) => ot(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
var x;
|
|
5
5
|
(function(n) {
|
|
6
6
|
n.assertEqual = (s) => s;
|
|
@@ -221,12 +221,12 @@ const J = (n, e) => {
|
|
|
221
221
|
}
|
|
222
222
|
return { message: t };
|
|
223
223
|
};
|
|
224
|
-
let
|
|
224
|
+
let Ue = J;
|
|
225
225
|
function dt(n) {
|
|
226
|
-
|
|
226
|
+
Ue = n;
|
|
227
227
|
}
|
|
228
228
|
function ve() {
|
|
229
|
-
return
|
|
229
|
+
return Ue;
|
|
230
230
|
}
|
|
231
231
|
const _e = (n) => {
|
|
232
232
|
const { data: e, path: t, errorMaps: r, issueData: s } = n, a = [...t, ...s.path || []], o = {
|
|
@@ -310,12 +310,12 @@ class T {
|
|
|
310
310
|
}
|
|
311
311
|
const y = Object.freeze({
|
|
312
312
|
status: "aborted"
|
|
313
|
-
}), Y = (n) => ({ status: "dirty", value: n }), I = (n) => ({ status: "valid", value: n }),
|
|
313
|
+
}), Y = (n) => ({ status: "dirty", value: n }), I = (n) => ({ status: "valid", value: n }), Oe = (n) => n.status === "aborted", Ee = (n) => n.status === "dirty", q = (n) => n.status === "valid", se = (n) => typeof Promise < "u" && n instanceof Promise;
|
|
314
314
|
function be(n, e, t, r) {
|
|
315
315
|
if (typeof e == "function" ? n !== e || !0 : !e.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
316
316
|
return e.get(n);
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function Le(n, e, t, r, s) {
|
|
319
319
|
if (typeof e == "function" ? n !== e || !0 : !e.has(n)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
320
320
|
return e.set(n, t), t;
|
|
321
321
|
}
|
|
@@ -332,7 +332,7 @@ class O {
|
|
|
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 Ve = (n, e) => {
|
|
336
336
|
if (q(e))
|
|
337
337
|
return { success: !0, data: e.value };
|
|
338
338
|
if (!n.common.issues.length)
|
|
@@ -419,7 +419,7 @@ class _ {
|
|
|
419
419
|
data: e,
|
|
420
420
|
parsedType: P(e)
|
|
421
421
|
}, a = this._parseSync({ data: e, path: s.path, parent: s });
|
|
422
|
-
return
|
|
422
|
+
return Ve(s, a);
|
|
423
423
|
}
|
|
424
424
|
"~validate"(e) {
|
|
425
425
|
var t, r;
|
|
@@ -473,7 +473,7 @@ class _ {
|
|
|
473
473
|
data: e,
|
|
474
474
|
parsedType: P(e)
|
|
475
475
|
}, s = this._parse({ data: e, path: r.path, parent: r }), a = await (se(s) ? s : Promise.resolve(s));
|
|
476
|
-
return
|
|
476
|
+
return Ve(r, a);
|
|
477
477
|
}
|
|
478
478
|
refine(e, t) {
|
|
479
479
|
const r = (s) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(s) : t;
|
|
@@ -506,7 +506,7 @@ class _ {
|
|
|
506
506
|
};
|
|
507
507
|
}
|
|
508
508
|
optional() {
|
|
509
|
-
return
|
|
509
|
+
return D.create(this, this._def);
|
|
510
510
|
}
|
|
511
511
|
nullable() {
|
|
512
512
|
return U.create(this, this._def);
|
|
@@ -544,7 +544,7 @@ class _ {
|
|
|
544
544
|
});
|
|
545
545
|
}
|
|
546
546
|
brand() {
|
|
547
|
-
return new
|
|
547
|
+
return new Pe({
|
|
548
548
|
typeName: g.ZodBranded,
|
|
549
549
|
type: this,
|
|
550
550
|
...v(this._def)
|
|
@@ -580,17 +580,17 @@ class _ {
|
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
582
|
const lt = /^c[^\s-]{8,}$/i, mt = /^[0-9a-z]+$/, ft = /^[0-9A-HJKMNP-TV-Z]{26}$/i, pt = /^[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, ht = /^[a-z0-9_-]{21}$/i, gt = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, yt = /^[-+]?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)?)??$/, vt = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, _t = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
583
|
-
let
|
|
584
|
-
const bt = /^(?:(?: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])$/, xt = /^(?:(?: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])$/, kt = /^(([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]))$/, wt = /^(([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])$/, Tt = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, It = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,
|
|
585
|
-
function
|
|
583
|
+
let Ze;
|
|
584
|
+
const bt = /^(?:(?: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])$/, xt = /^(?:(?: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])$/, kt = /^(([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]))$/, wt = /^(([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])$/, Tt = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, It = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, qe = "((\\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])))", At = new RegExp(`^${qe}$`);
|
|
585
|
+
function Be(n) {
|
|
586
586
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
587
587
|
return n.precision ? e = `${e}\\.\\d{${n.precision}}` : n.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
588
588
|
}
|
|
589
589
|
function St(n) {
|
|
590
|
-
return new RegExp(`^${
|
|
590
|
+
return new RegExp(`^${Be(n)}$`);
|
|
591
591
|
}
|
|
592
|
-
function
|
|
593
|
-
let e = `${
|
|
592
|
+
function We(n) {
|
|
593
|
+
let e = `${qe}T${Be(n)}`;
|
|
594
594
|
const t = [];
|
|
595
595
|
return t.push(n.local ? "Z?" : "Z"), n.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
596
596
|
}
|
|
@@ -665,7 +665,7 @@ class N extends _ {
|
|
|
665
665
|
message: a.message
|
|
666
666
|
}), r.dirty());
|
|
667
667
|
else if (a.kind === "emoji")
|
|
668
|
-
|
|
668
|
+
Ze || (Ze = new RegExp(_t, "u")), Ze.test(e.data) || (s = this._getOrReturnCtx(e, s), m(s, {
|
|
669
669
|
validation: "emoji",
|
|
670
670
|
code: u.invalid_string,
|
|
671
671
|
message: a.message
|
|
@@ -726,7 +726,7 @@ class N extends _ {
|
|
|
726
726
|
code: u.invalid_string,
|
|
727
727
|
validation: { endsWith: a.value },
|
|
728
728
|
message: a.message
|
|
729
|
-
}), r.dirty()) : a.kind === "datetime" ?
|
|
729
|
+
}), r.dirty()) : a.kind === "datetime" ? We(a).test(e.data) || (s = this._getOrReturnCtx(e, s), m(s, {
|
|
730
730
|
code: u.invalid_string,
|
|
731
731
|
validation: "datetime",
|
|
732
732
|
message: a.message
|
|
@@ -997,7 +997,7 @@ N.create = (n) => {
|
|
|
997
997
|
...v(n)
|
|
998
998
|
});
|
|
999
999
|
};
|
|
1000
|
-
function
|
|
1000
|
+
function jt(n, e) {
|
|
1001
1001
|
const t = (n.toString().split(".")[1] || "").length, r = (e.toString().split(".")[1] || "").length, s = t > r ? t : r, a = parseInt(n.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" ? jt(e.data, a.value) !== 0 && (r = this._getOrReturnCtx(e, r), m(r, {
|
|
1040
1040
|
code: u.not_multiple_of,
|
|
1041
1041
|
multipleOf: a.value,
|
|
1042
1042
|
message: a.message
|
|
@@ -1589,7 +1589,7 @@ function Q(n) {
|
|
|
1589
1589
|
const e = {};
|
|
1590
1590
|
for (const t in n.shape) {
|
|
1591
1591
|
const r = n.shape[t];
|
|
1592
|
-
e[t] =
|
|
1592
|
+
e[t] = D.create(Q(r));
|
|
1593
1593
|
}
|
|
1594
1594
|
return new k({
|
|
1595
1595
|
...n._def,
|
|
@@ -1598,7 +1598,7 @@ function Q(n) {
|
|
|
1598
1598
|
} else return n instanceof C ? new C({
|
|
1599
1599
|
...n._def,
|
|
1600
1600
|
type: Q(n.element)
|
|
1601
|
-
}) : n instanceof
|
|
1601
|
+
}) : n instanceof D ? D.create(Q(n.unwrap())) : n instanceof U ? U.create(Q(n.unwrap())) : n instanceof E ? E.create(n.items.map((e) => Q(e))) : n;
|
|
1602
1602
|
}
|
|
1603
1603
|
class k extends _ {
|
|
1604
1604
|
constructor() {
|
|
@@ -1853,7 +1853,7 @@ class k extends _ {
|
|
|
1853
1853
|
t[r] = this.shape[r];
|
|
1854
1854
|
else {
|
|
1855
1855
|
let a = this.shape[r];
|
|
1856
|
-
for (; a instanceof
|
|
1856
|
+
for (; a instanceof D; )
|
|
1857
1857
|
a = a._def.innerType;
|
|
1858
1858
|
t[r] = a;
|
|
1859
1859
|
}
|
|
@@ -1863,7 +1863,7 @@ class k extends _ {
|
|
|
1863
1863
|
});
|
|
1864
1864
|
}
|
|
1865
1865
|
keyof() {
|
|
1866
|
-
return
|
|
1866
|
+
return Qe(x.objectKeys(this.shape));
|
|
1867
1867
|
}
|
|
1868
1868
|
}
|
|
1869
1869
|
k.create = (n, e) => new k({
|
|
@@ -1960,7 +1960,7 @@ ce.create = (n, e) => new ce({
|
|
|
1960
1960
|
typeName: g.ZodUnion,
|
|
1961
1961
|
...v(e)
|
|
1962
1962
|
});
|
|
1963
|
-
const R = (n) => n instanceof le ? R(n.schema) : n instanceof Z ? R(n.innerType()) : n instanceof me ? [n.value] : n instanceof z ? n.options : n instanceof fe ? x.objectValues(n.enum) : n instanceof pe ? R(n._def.innerType) : n instanceof ie ? [void 0] : n instanceof oe ? [null] : n instanceof
|
|
1963
|
+
const R = (n) => n instanceof le ? R(n.schema) : n instanceof Z ? R(n.innerType()) : n instanceof me ? [n.value] : n instanceof z ? n.options : n instanceof fe ? x.objectValues(n.enum) : n instanceof pe ? R(n._def.innerType) : n instanceof ie ? [void 0] : n instanceof oe ? [null] : n instanceof D ? [void 0, ...R(n.unwrap())] : n instanceof U ? [null, ...R(n.unwrap())] : n instanceof Pe || n instanceof ge ? R(n.unwrap()) : n instanceof he ? R(n._def.innerType) : [];
|
|
1964
1964
|
class Ie extends _ {
|
|
1965
1965
|
_parse(e) {
|
|
1966
1966
|
const { ctx: t } = this._processInputParams(e);
|
|
@@ -2023,14 +2023,14 @@ class Ie extends _ {
|
|
|
2023
2023
|
});
|
|
2024
2024
|
}
|
|
2025
2025
|
}
|
|
2026
|
-
function
|
|
2026
|
+
function Re(n, e) {
|
|
2027
2027
|
const t = P(n), r = P(e);
|
|
2028
2028
|
if (n === e)
|
|
2029
2029
|
return { valid: !0, data: n };
|
|
2030
2030
|
if (t === f.object && r === f.object) {
|
|
2031
2031
|
const s = x.objectKeys(e), a = x.objectKeys(n).filter((c) => s.indexOf(c) !== -1), o = { ...n, ...e };
|
|
2032
2032
|
for (const c of a) {
|
|
2033
|
-
const l =
|
|
2033
|
+
const l = Re(n[c], e[c]);
|
|
2034
2034
|
if (!l.valid)
|
|
2035
2035
|
return { valid: !1 };
|
|
2036
2036
|
o[c] = l.data;
|
|
@@ -2041,7 +2041,7 @@ function Ee(n, e) {
|
|
|
2041
2041
|
return { valid: !1 };
|
|
2042
2042
|
const s = [];
|
|
2043
2043
|
for (let a = 0; a < n.length; a++) {
|
|
2044
|
-
const o = n[a], c = e[a], l =
|
|
2044
|
+
const o = n[a], c = e[a], l = Re(o, c);
|
|
2045
2045
|
if (!l.valid)
|
|
2046
2046
|
return { valid: !1 };
|
|
2047
2047
|
s.push(l.data);
|
|
@@ -2052,10 +2052,10 @@ function Ee(n, e) {
|
|
|
2052
2052
|
class de extends _ {
|
|
2053
2053
|
_parse(e) {
|
|
2054
2054
|
const { status: t, ctx: r } = this._processInputParams(e), s = (a, o) => {
|
|
2055
|
-
if (
|
|
2055
|
+
if (Oe(a) || Oe(o))
|
|
2056
2056
|
return y;
|
|
2057
|
-
const c =
|
|
2058
|
-
return c.valid ? ((
|
|
2057
|
+
const c = Re(a.value, o.value);
|
|
2058
|
+
return c.valid ? ((Ee(a) || Ee(o)) && t.dirty(), { status: t.value, value: c.data }) : (m(r, {
|
|
2059
2059
|
code: u.invalid_intersection_types
|
|
2060
2060
|
}), y);
|
|
2061
2061
|
};
|
|
@@ -2426,7 +2426,7 @@ me.create = (n, e) => new me({
|
|
|
2426
2426
|
typeName: g.ZodLiteral,
|
|
2427
2427
|
...v(e)
|
|
2428
2428
|
});
|
|
2429
|
-
function
|
|
2429
|
+
function Qe(n, e) {
|
|
2430
2430
|
return new z({
|
|
2431
2431
|
values: n,
|
|
2432
2432
|
typeName: g.ZodEnum,
|
|
@@ -2446,7 +2446,7 @@ class z extends _ {
|
|
|
2446
2446
|
code: u.invalid_type
|
|
2447
2447
|
}), y;
|
|
2448
2448
|
}
|
|
2449
|
-
if (be(this, te) ||
|
|
2449
|
+
if (be(this, te) || Le(this, te, new Set(this._def.values)), !be(this, te).has(e.data)) {
|
|
2450
2450
|
const t = this._getOrReturnCtx(e), r = this._def.values;
|
|
2451
2451
|
return m(t, {
|
|
2452
2452
|
received: t.data,
|
|
@@ -2491,7 +2491,7 @@ class z extends _ {
|
|
|
2491
2491
|
}
|
|
2492
2492
|
}
|
|
2493
2493
|
te = /* @__PURE__ */ new WeakMap();
|
|
2494
|
-
z.create =
|
|
2494
|
+
z.create = Qe;
|
|
2495
2495
|
class fe extends _ {
|
|
2496
2496
|
constructor() {
|
|
2497
2497
|
super(...arguments), ne.set(this, void 0);
|
|
@@ -2506,7 +2506,7 @@ class fe extends _ {
|
|
|
2506
2506
|
code: u.invalid_type
|
|
2507
2507
|
}), y;
|
|
2508
2508
|
}
|
|
2509
|
-
if (be(this, ne) ||
|
|
2509
|
+
if (be(this, ne) || Le(this, ne, new Set(x.getValidEnumValues(this._def.values))), !be(this, ne).has(e.data)) {
|
|
2510
2510
|
const s = x.objectValues(t);
|
|
2511
2511
|
return m(r, {
|
|
2512
2512
|
received: r.data,
|
|
@@ -2639,7 +2639,7 @@ Z.createWithPreprocess = (n, e, t) => new Z({
|
|
|
2639
2639
|
typeName: g.ZodEffects,
|
|
2640
2640
|
...v(t)
|
|
2641
2641
|
});
|
|
2642
|
-
class
|
|
2642
|
+
class D extends _ {
|
|
2643
2643
|
_parse(e) {
|
|
2644
2644
|
return this._getType(e) === f.undefined ? I(void 0) : this._def.innerType._parse(e);
|
|
2645
2645
|
}
|
|
@@ -2647,7 +2647,7 @@ class j extends _ {
|
|
|
2647
2647
|
return this._def.innerType;
|
|
2648
2648
|
}
|
|
2649
2649
|
}
|
|
2650
|
-
|
|
2650
|
+
D.create = (n, e) => new D({
|
|
2651
2651
|
innerType: n,
|
|
2652
2652
|
typeName: g.ZodOptional,
|
|
2653
2653
|
...v(e)
|
|
@@ -2745,8 +2745,8 @@ Te.create = (n) => new Te({
|
|
|
2745
2745
|
typeName: g.ZodNaN,
|
|
2746
2746
|
...v(n)
|
|
2747
2747
|
});
|
|
2748
|
-
const
|
|
2749
|
-
class
|
|
2748
|
+
const Dt = Symbol("zod_brand");
|
|
2749
|
+
class Pe extends _ {
|
|
2750
2750
|
_parse(e) {
|
|
2751
2751
|
const { ctx: t } = this._processInputParams(e), r = t.data;
|
|
2752
2752
|
return this._def.type._parse({
|
|
@@ -2813,11 +2813,11 @@ ge.create = (n, e) => new ge({
|
|
|
2813
2813
|
typeName: g.ZodReadonly,
|
|
2814
2814
|
...v(e)
|
|
2815
2815
|
});
|
|
2816
|
-
function
|
|
2816
|
+
function Fe(n, e) {
|
|
2817
2817
|
const t = typeof n == "function" ? n(e) : typeof n == "string" ? { message: n } : n;
|
|
2818
2818
|
return typeof t == "string" ? { message: t } : t;
|
|
2819
2819
|
}
|
|
2820
|
-
function
|
|
2820
|
+
function Ye(n, e = {}, t) {
|
|
2821
2821
|
return n ? H.create().superRefine((r, s) => {
|
|
2822
2822
|
var a, o;
|
|
2823
2823
|
const c = n(r);
|
|
@@ -2825,12 +2825,12 @@ function Qe(n, e = {}, t) {
|
|
|
2825
2825
|
return c.then((l) => {
|
|
2826
2826
|
var d, p;
|
|
2827
2827
|
if (!l) {
|
|
2828
|
-
const b =
|
|
2828
|
+
const b = Fe(e, r), w = (p = (d = b.fatal) !== null && d !== void 0 ? d : t) !== null && p !== void 0 ? p : !0;
|
|
2829
2829
|
s.addIssue({ code: "custom", ...b, fatal: w });
|
|
2830
2830
|
}
|
|
2831
2831
|
});
|
|
2832
2832
|
if (!c) {
|
|
2833
|
-
const l =
|
|
2833
|
+
const l = Fe(e, r), d = (o = (a = l.fatal) !== null && a !== void 0 ? a : t) !== null && o !== void 0 ? o : !0;
|
|
2834
2834
|
s.addIssue({ code: "custom", ...l, fatal: d });
|
|
2835
2835
|
}
|
|
2836
2836
|
}) : H.create();
|
|
@@ -2844,7 +2844,7 @@ var g;
|
|
|
2844
2844
|
})(g || (g = {}));
|
|
2845
2845
|
const Et = (n, e = {
|
|
2846
2846
|
message: `Input not instance of ${n.name}`
|
|
2847
|
-
}) =>
|
|
2847
|
+
}) => Ye((t) => t instanceof n, e), Xe = N.create, Je = V.create, Rt = Te.create, Pt = F.create, He = ae.create, Mt = B.create, $t = xe.create, Vt = ie.create, Ft = oe.create, zt = H.create, Ut = L.create, Lt = $.create, qt = ke.create, Bt = C.create, Wt = k.create, Qt = k.strictCreate, Yt = ce.create, Xt = Ie.create, Jt = de.create, Ht = E.create, Gt = ue.create, Kt = we.create, en = W.create, tn = X.create, nn = le.create, rn = me.create, sn = z.create, an = fe.create, on = G.create, ze = Z.create, cn = D.create, dn = U.create, un = Z.createWithPreprocess, ln = ye.create, mn = () => Xe().optional(), fn = () => Je().optional(), pn = () => He().optional(), hn = {
|
|
2848
2848
|
string: (n) => N.create({ ...n, coerce: !0 }),
|
|
2849
2849
|
number: (n) => V.create({ ...n, coerce: !0 }),
|
|
2850
2850
|
boolean: (n) => ae.create({
|
|
@@ -2866,8 +2866,8 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2866
2866
|
INVALID: y,
|
|
2867
2867
|
DIRTY: Y,
|
|
2868
2868
|
OK: I,
|
|
2869
|
-
isAborted:
|
|
2870
|
-
isDirty:
|
|
2869
|
+
isAborted: Oe,
|
|
2870
|
+
isDirty: Ee,
|
|
2871
2871
|
isValid: q,
|
|
2872
2872
|
isAsync: se,
|
|
2873
2873
|
get util() {
|
|
@@ -2879,7 +2879,7 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2879
2879
|
ZodParsedType: f,
|
|
2880
2880
|
getParsedType: P,
|
|
2881
2881
|
ZodType: _,
|
|
2882
|
-
datetimeRegex:
|
|
2882
|
+
datetimeRegex: We,
|
|
2883
2883
|
ZodString: N,
|
|
2884
2884
|
ZodNumber: V,
|
|
2885
2885
|
ZodBigInt: F,
|
|
@@ -2909,16 +2909,16 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2909
2909
|
ZodPromise: G,
|
|
2910
2910
|
ZodEffects: Z,
|
|
2911
2911
|
ZodTransformer: Z,
|
|
2912
|
-
ZodOptional:
|
|
2912
|
+
ZodOptional: D,
|
|
2913
2913
|
ZodNullable: U,
|
|
2914
2914
|
ZodDefault: pe,
|
|
2915
2915
|
ZodCatch: he,
|
|
2916
2916
|
ZodNaN: Te,
|
|
2917
|
-
BRAND:
|
|
2918
|
-
ZodBranded:
|
|
2917
|
+
BRAND: Dt,
|
|
2918
|
+
ZodBranded: Pe,
|
|
2919
2919
|
ZodPipeline: ye,
|
|
2920
2920
|
ZodReadonly: ge,
|
|
2921
|
-
custom:
|
|
2921
|
+
custom: Ye,
|
|
2922
2922
|
Schema: _,
|
|
2923
2923
|
ZodSchema: _,
|
|
2924
2924
|
late: Ot,
|
|
@@ -2929,10 +2929,10 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2929
2929
|
any: zt,
|
|
2930
2930
|
array: Bt,
|
|
2931
2931
|
bigint: Pt,
|
|
2932
|
-
boolean:
|
|
2932
|
+
boolean: He,
|
|
2933
2933
|
date: Mt,
|
|
2934
2934
|
discriminatedUnion: Xt,
|
|
2935
|
-
effect:
|
|
2935
|
+
effect: ze,
|
|
2936
2936
|
enum: sn,
|
|
2937
2937
|
function: tn,
|
|
2938
2938
|
instanceof: Et,
|
|
@@ -2945,7 +2945,7 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2945
2945
|
never: Lt,
|
|
2946
2946
|
null: Ft,
|
|
2947
2947
|
nullable: dn,
|
|
2948
|
-
number:
|
|
2948
|
+
number: Je,
|
|
2949
2949
|
object: Wt,
|
|
2950
2950
|
oboolean: pn,
|
|
2951
2951
|
onumber: fn,
|
|
@@ -2957,9 +2957,9 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2957
2957
|
record: Gt,
|
|
2958
2958
|
set: en,
|
|
2959
2959
|
strictObject: Qt,
|
|
2960
|
-
string:
|
|
2960
|
+
string: Xe,
|
|
2961
2961
|
symbol: $t,
|
|
2962
|
-
transformer:
|
|
2962
|
+
transformer: ze,
|
|
2963
2963
|
tuple: Ht,
|
|
2964
2964
|
undefined: Vt,
|
|
2965
2965
|
union: Yt,
|
|
@@ -2970,7 +2970,7 @@ var i = /* @__PURE__ */ Object.freeze({
|
|
|
2970
2970
|
quotelessJson: ct,
|
|
2971
2971
|
ZodError: S
|
|
2972
2972
|
});
|
|
2973
|
-
const
|
|
2973
|
+
const Ae = i.object({
|
|
2974
2974
|
country: i.string().optional(),
|
|
2975
2975
|
city: i.string().optional(),
|
|
2976
2976
|
street: i.string().optional(),
|
|
@@ -2993,13 +2993,13 @@ 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(() =>
|
|
2996
|
+
}), Me = Ge.extend({
|
|
2997
|
+
children: i.lazy(() => Me.array())
|
|
2998
2998
|
}), $n = Ge.extend({
|
|
2999
2999
|
index: i.number(),
|
|
3000
3000
|
depth: i.number(),
|
|
3001
3001
|
collapsed: i.boolean().optional(),
|
|
3002
|
-
children: i.array(
|
|
3002
|
+
children: i.array(Me)
|
|
3003
3003
|
}), ee = i.string().min(1), Ke = i.object({
|
|
3004
3004
|
type: i.literal("Product"),
|
|
3005
3005
|
storeId: ee,
|
|
@@ -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(Me).optional(),
|
|
3046
3046
|
// @deprecated
|
|
3047
3047
|
categories: i.object({
|
|
3048
3048
|
lvl0: i.array(i.string()),
|
|
@@ -3080,7 +3080,7 @@ const re = i.object({
|
|
|
3080
3080
|
storeId: i.string().uuid(),
|
|
3081
3081
|
userId: i.string().uuid(),
|
|
3082
3082
|
productId: i.string().uuid()
|
|
3083
|
-
}),
|
|
3083
|
+
}), Se = i.enum(["external", "j5", "none"]), yn = i.object({
|
|
3084
3084
|
type: i.literal("Profile"),
|
|
3085
3085
|
id: M,
|
|
3086
3086
|
companyId: M,
|
|
@@ -3091,11 +3091,11 @@ const re = i.object({
|
|
|
3091
3091
|
displayName: M,
|
|
3092
3092
|
email: i.string().email(),
|
|
3093
3093
|
phoneNumber: i.string().optional(),
|
|
3094
|
-
address:
|
|
3094
|
+
address: Ae.optional(),
|
|
3095
3095
|
isAnonymous: i.boolean(),
|
|
3096
3096
|
createdDate: i.number(),
|
|
3097
3097
|
lastActivityDate: i.number(),
|
|
3098
|
-
paymentType:
|
|
3098
|
+
paymentType: Se,
|
|
3099
3099
|
organizationId: i.string().optional().nullable()
|
|
3100
3100
|
}), tt = i.object({
|
|
3101
3101
|
_COMMENT: i.string().optional(),
|
|
@@ -3159,7 +3159,9 @@ const re = i.object({
|
|
|
3159
3159
|
discountPercentage: i.number().positive().min(0).max(100).optional(),
|
|
3160
3160
|
nameOnInvoice: i.string().optional(),
|
|
3161
3161
|
billingAccounts: i.array(nt),
|
|
3162
|
-
paymentType:
|
|
3162
|
+
paymentType: Se,
|
|
3163
|
+
companyNumber: i.string().optional(),
|
|
3164
|
+
address: Ae.optional()
|
|
3163
3165
|
}), Ln = bn.omit({ id: !0 }), xn = i.object({
|
|
3164
3166
|
doc_uuid: i.string().uuid("Document UUID must be a valid UUID"),
|
|
3165
3167
|
pdf_link: i.string().url("PDF link must be a valid URL"),
|
|
@@ -3221,7 +3223,7 @@ const re = i.object({
|
|
|
3221
3223
|
"completed",
|
|
3222
3224
|
"refunded"
|
|
3223
3225
|
]),
|
|
3224
|
-
paymentType:
|
|
3226
|
+
paymentType: Se.optional(),
|
|
3225
3227
|
paymentStatus: i.enum(["pending", "pending_j5", "external", "completed", "failed", "refunded"]),
|
|
3226
3228
|
//todo check if hyp support partial refund
|
|
3227
3229
|
cart: i.object({
|
|
@@ -3238,8 +3240,6 @@ const re = i.object({
|
|
|
3238
3240
|
freeDeliveryPrice: i.number().optional(),
|
|
3239
3241
|
isVatIncludedInPrice: i.boolean().optional()
|
|
3240
3242
|
}).optional(),
|
|
3241
|
-
orderDeliveryPrice: i.number().optional(),
|
|
3242
|
-
// delivery price for order
|
|
3243
3243
|
originalAmount: i.number().positive().optional(),
|
|
3244
3244
|
// what client pay
|
|
3245
3245
|
actualAmount: i.number().positive().optional(),
|
|
@@ -3247,6 +3247,7 @@ const re = i.object({
|
|
|
3247
3247
|
date: i.number(),
|
|
3248
3248
|
deliveryDate: i.coerce.number(),
|
|
3249
3249
|
client: yn.optional(),
|
|
3250
|
+
address: Ae.optional(),
|
|
3250
3251
|
nameOnInvoice: i.string().optional(),
|
|
3251
3252
|
clientComment: i.string().optional(),
|
|
3252
3253
|
organizationId: i.string().optional(),
|
|
@@ -3263,14 +3264,14 @@ const re = i.object({
|
|
|
3263
3264
|
logoUrl: i.string(),
|
|
3264
3265
|
tenantId: i.string(),
|
|
3265
3266
|
// firebase auth tenantId
|
|
3266
|
-
paymentType:
|
|
3267
|
+
paymentType: Se,
|
|
3267
3268
|
allowAnonymousClients: i.boolean(),
|
|
3268
3269
|
isVatIncludedInPrice: i.boolean(),
|
|
3269
3270
|
clientTypes: i.array(wn),
|
|
3270
3271
|
minimumOrder: i.number().optional(),
|
|
3271
3272
|
freeDeliveryPrice: i.number().optional(),
|
|
3272
3273
|
deliveryPrice: i.number().optional(),
|
|
3273
|
-
address:
|
|
3274
|
+
address: Ae.optional(),
|
|
3274
3275
|
companyNumber: i.string().optional()
|
|
3275
3276
|
// חפ של החברה
|
|
3276
3277
|
}), Tn = i.object({
|
|
@@ -3365,7 +3366,7 @@ class rt {
|
|
|
3365
3366
|
this.strategies.clear();
|
|
3366
3367
|
}
|
|
3367
3368
|
}
|
|
3368
|
-
|
|
3369
|
+
$e(rt, "strategies", /* @__PURE__ */ new Map([
|
|
3369
3370
|
["bundle", new An()]
|
|
3370
3371
|
]));
|
|
3371
3372
|
class Sn {
|
|
@@ -3445,7 +3446,7 @@ function Xn(n, e) {
|
|
|
3445
3446
|
const t = n - e;
|
|
3446
3447
|
return st(t / n * 100);
|
|
3447
3448
|
}
|
|
3448
|
-
const
|
|
3449
|
+
const je = {
|
|
3449
3450
|
VAT: 18
|
|
3450
3451
|
};
|
|
3451
3452
|
function Nn(n) {
|
|
@@ -3485,18 +3486,18 @@ function Jn({
|
|
|
3485
3486
|
}), l = c.reduce(
|
|
3486
3487
|
(d, p) => {
|
|
3487
3488
|
const { product: b, amount: w, finalPrice: A, finalDiscount: K } = p;
|
|
3488
|
-
let
|
|
3489
|
+
let j = 0;
|
|
3489
3490
|
if (b.vat) {
|
|
3490
|
-
let
|
|
3491
|
+
let Ce = 0;
|
|
3491
3492
|
if (s) {
|
|
3492
|
-
const at = A * (
|
|
3493
|
-
|
|
3493
|
+
const at = A * (je.VAT / (100 + je.VAT));
|
|
3494
|
+
j = Number(at.toFixed(2)), j = j * w, Ce = Number(j.toFixed(2));
|
|
3494
3495
|
} else
|
|
3495
|
-
|
|
3496
|
-
d.vat = Number((d.vat +
|
|
3496
|
+
j = A * je.VAT / 100, j = j * w, Ce = Number(j.toFixed(2));
|
|
3497
|
+
d.vat = Number((d.vat + Ce).toFixed(2));
|
|
3497
3498
|
}
|
|
3498
|
-
const
|
|
3499
|
-
return d.cost += w *
|
|
3499
|
+
const Ne = Number(A.toFixed(2));
|
|
3500
|
+
return d.cost += w * Ne, d.discount += K && w * K, d.finalCost += w * Ne + (s ? 0 : j), d.productsCost += w * Ne + (s ? 0 : j), d.cost = Number(d.cost.toFixed(2)), d.discount = Number(d.discount.toFixed(2)), d.finalCost = Number(d.finalCost.toFixed(2)), d.productsCost = Number(d.productsCost.toFixed(2)), d;
|
|
3500
3501
|
},
|
|
3501
3502
|
{
|
|
3502
3503
|
discount: 0,
|
|
@@ -3512,7 +3513,7 @@ function Jn({
|
|
|
3512
3513
|
const Zn = {
|
|
3513
3514
|
stores: "STORES",
|
|
3514
3515
|
companies: "COMPANIES"
|
|
3515
|
-
},
|
|
3516
|
+
}, jn = {
|
|
3516
3517
|
products: "products",
|
|
3517
3518
|
profiles: "profiles",
|
|
3518
3519
|
cart: "cart",
|
|
@@ -3525,9 +3526,9 @@ const Zn = {
|
|
|
3525
3526
|
discounts: "discounts",
|
|
3526
3527
|
organizations: "organizations",
|
|
3527
3528
|
invoices: "invoices"
|
|
3528
|
-
},
|
|
3529
|
+
}, Dn = {
|
|
3529
3530
|
systemCollections: Zn,
|
|
3530
|
-
storeCollections:
|
|
3531
|
+
storeCollections: jn,
|
|
3531
3532
|
// for client and server
|
|
3532
3533
|
getPath: ({
|
|
3533
3534
|
companyId: n,
|
|
@@ -3538,17 +3539,17 @@ const Zn = {
|
|
|
3538
3539
|
// for firestore events
|
|
3539
3540
|
getDocPath: (n) => `{companyId}/{storeId}/${n}/{id}`
|
|
3540
3541
|
}, Hn = {
|
|
3541
|
-
firestore:
|
|
3542
|
+
firestore: Dn
|
|
3542
3543
|
};
|
|
3543
3544
|
export {
|
|
3544
|
-
|
|
3545
|
+
Ae as AddressSchema,
|
|
3545
3546
|
Ge as BaseCategorySchema,
|
|
3546
3547
|
nt as BillingAccountSchema,
|
|
3547
3548
|
An as BundleDiscountStrategy,
|
|
3548
3549
|
tt as CalculatedDataSchema,
|
|
3549
3550
|
et as CartItemProductSchema,
|
|
3550
3551
|
Fn as CartSchema,
|
|
3551
|
-
|
|
3552
|
+
Me as CategorySchema,
|
|
3552
3553
|
zn as CompanySchema,
|
|
3553
3554
|
_n as DeliveryNoteSchema,
|
|
3554
3555
|
Tn as DiscountConditionsSchema,
|
|
@@ -3566,7 +3567,7 @@ export {
|
|
|
3566
3567
|
Vn as NewProductSchema,
|
|
3567
3568
|
qn as OrderSchema,
|
|
3568
3569
|
bn as OrganizationSchema,
|
|
3569
|
-
|
|
3570
|
+
Se as PaymentTypeSchema,
|
|
3570
3571
|
Ke as ProductSchema,
|
|
3571
3572
|
yn as ProfileSchema,
|
|
3572
3573
|
Bn as StoreSchema,
|