@connectedxm/zpl-generator 0.0.4-beta.4 → 0.0.4-beta.6
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/index.es.js +545 -549
- package/dist/src/generate.d.ts +3 -5
- package/dist/src/validate.d.ts +35 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
function
|
|
2
|
-
function r(c,
|
|
1
|
+
function u(e, t, n) {
|
|
2
|
+
function r(c, a) {
|
|
3
3
|
if (c._zod || Object.defineProperty(c, "_zod", {
|
|
4
4
|
value: {
|
|
5
|
-
def:
|
|
5
|
+
def: a,
|
|
6
6
|
constr: i,
|
|
7
7
|
traits: /* @__PURE__ */ new Set()
|
|
8
8
|
},
|
|
9
9
|
enumerable: !1
|
|
10
10
|
}), c._zod.traits.has(e))
|
|
11
11
|
return;
|
|
12
|
-
c._zod.traits.add(e), t(c,
|
|
12
|
+
c._zod.traits.add(e), t(c, a);
|
|
13
13
|
const l = i.prototype, f = Object.keys(l);
|
|
14
14
|
for (let m = 0; m < f.length; m++) {
|
|
15
15
|
const d = f[m];
|
|
@@ -21,9 +21,9 @@ function a(e, t, n) {
|
|
|
21
21
|
}
|
|
22
22
|
Object.defineProperty(s, "name", { value: e });
|
|
23
23
|
function i(c) {
|
|
24
|
-
var
|
|
24
|
+
var a;
|
|
25
25
|
const l = n?.Parent ? new s() : this;
|
|
26
|
-
r(l, c), (
|
|
26
|
+
r(l, c), (a = l._zod).deferred ?? (a.deferred = []);
|
|
27
27
|
for (const f of l._zod.deferred)
|
|
28
28
|
f();
|
|
29
29
|
return l;
|
|
@@ -37,16 +37,16 @@ class F extends Error {
|
|
|
37
37
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
class
|
|
40
|
+
class Je extends Error {
|
|
41
41
|
constructor(t) {
|
|
42
42
|
super(`Encountered unidirectional transform during encode: ${t}`), this.name = "ZodEncodeError";
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
const
|
|
46
|
-
function
|
|
47
|
-
return
|
|
45
|
+
const Ve = {};
|
|
46
|
+
function x(e) {
|
|
47
|
+
return Ve;
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Be(e) {
|
|
50
50
|
const t = Object.values(e).filter((r) => typeof r == "number");
|
|
51
51
|
return Object.entries(e).filter(([r, o]) => t.indexOf(+r) === -1).map(([r, o]) => o);
|
|
52
52
|
}
|
|
@@ -70,12 +70,12 @@ function he(e) {
|
|
|
70
70
|
const t = e.startsWith("^") ? 1 : 0, n = e.endsWith("$") ? e.length - 1 : e.length;
|
|
71
71
|
return e.slice(t, n);
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function Ot(e, t) {
|
|
74
74
|
const n = (e.toString().split(".")[1] || "").length, r = t.toString();
|
|
75
75
|
let o = (r.split(".")[1] || "").length;
|
|
76
76
|
if (o === 0 && /\d?e-\d?/.test(r)) {
|
|
77
|
-
const
|
|
78
|
-
|
|
77
|
+
const a = r.match(/\d?e-(\d?)/);
|
|
78
|
+
a?.[1] && (o = Number.parseInt(a[1]));
|
|
79
79
|
}
|
|
80
80
|
const s = n > o ? n : o, i = Number.parseInt(e.toFixed(s).replace(".", "")), c = Number.parseInt(t.toFixed(s).replace(".", ""));
|
|
81
81
|
return i % c / 10 ** s;
|
|
@@ -105,7 +105,7 @@ function R(e, t, n) {
|
|
|
105
105
|
configurable: !0
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function A(...e) {
|
|
109
109
|
const t = {};
|
|
110
110
|
for (const n of e) {
|
|
111
111
|
const r = Object.getOwnPropertyDescriptors(n);
|
|
@@ -116,15 +116,15 @@ function P(...e) {
|
|
|
116
116
|
function ze(e) {
|
|
117
117
|
return JSON.stringify(e);
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function Et(e) {
|
|
120
120
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
121
121
|
}
|
|
122
|
-
const
|
|
122
|
+
const We = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
123
123
|
};
|
|
124
124
|
function B(e) {
|
|
125
125
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
126
126
|
}
|
|
127
|
-
const
|
|
127
|
+
const Tt = ne(() => {
|
|
128
128
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
129
129
|
return !1;
|
|
130
130
|
try {
|
|
@@ -143,14 +143,14 @@ function W(e) {
|
|
|
143
143
|
const n = t.prototype;
|
|
144
144
|
return !(B(n) === !1 || Object.prototype.hasOwnProperty.call(n, "isPrototypeOf") === !1);
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function Ye(e) {
|
|
147
147
|
return W(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
148
148
|
}
|
|
149
|
-
const
|
|
149
|
+
const It = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
150
150
|
function U(e) {
|
|
151
151
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function j(e, t, n) {
|
|
154
154
|
const r = new e._zod.constr(t ?? e._zod.def);
|
|
155
155
|
return (!t || n?.parent) && (r._zod.parent = e), r;
|
|
156
156
|
}
|
|
@@ -167,21 +167,21 @@ function p(e) {
|
|
|
167
167
|
}
|
|
168
168
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function Nt(e) {
|
|
171
171
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
172
172
|
}
|
|
173
|
-
const
|
|
173
|
+
const Pt = {
|
|
174
174
|
safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER],
|
|
175
175
|
int32: [-2147483648, 2147483647],
|
|
176
176
|
uint32: [0, 4294967295],
|
|
177
177
|
float32: [-34028234663852886e22, 34028234663852886e22],
|
|
178
178
|
float64: [-Number.MAX_VALUE, Number.MAX_VALUE]
|
|
179
179
|
};
|
|
180
|
-
function
|
|
180
|
+
function At(e, t) {
|
|
181
181
|
const n = e._zod.def, r = n.checks;
|
|
182
182
|
if (r && r.length > 0)
|
|
183
183
|
throw new Error(".pick() cannot be used on object schemas containing refinements");
|
|
184
|
-
const s =
|
|
184
|
+
const s = A(e._zod.def, {
|
|
185
185
|
get shape() {
|
|
186
186
|
const i = {};
|
|
187
187
|
for (const c in t) {
|
|
@@ -193,13 +193,13 @@ function Pt(e, t) {
|
|
|
193
193
|
},
|
|
194
194
|
checks: []
|
|
195
195
|
});
|
|
196
|
-
return
|
|
196
|
+
return j(e, s);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function jt(e, t) {
|
|
199
199
|
const n = e._zod.def, r = n.checks;
|
|
200
200
|
if (r && r.length > 0)
|
|
201
201
|
throw new Error(".omit() cannot be used on object schemas containing refinements");
|
|
202
|
-
const s =
|
|
202
|
+
const s = A(e._zod.def, {
|
|
203
203
|
get shape() {
|
|
204
204
|
const i = { ...e._zod.def.shape };
|
|
205
205
|
for (const c in t) {
|
|
@@ -211,9 +211,9 @@ function At(e, t) {
|
|
|
211
211
|
},
|
|
212
212
|
checks: []
|
|
213
213
|
});
|
|
214
|
-
return
|
|
214
|
+
return j(e, s);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function xt(e, t) {
|
|
217
217
|
if (!W(t))
|
|
218
218
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
219
219
|
const n = e._zod.def.checks;
|
|
@@ -223,27 +223,27 @@ function jt(e, t) {
|
|
|
223
223
|
if (Object.getOwnPropertyDescriptor(s, i) !== void 0)
|
|
224
224
|
throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.");
|
|
225
225
|
}
|
|
226
|
-
const o =
|
|
226
|
+
const o = A(e._zod.def, {
|
|
227
227
|
get shape() {
|
|
228
228
|
const s = { ...e._zod.def.shape, ...t };
|
|
229
229
|
return R(this, "shape", s), s;
|
|
230
230
|
}
|
|
231
231
|
});
|
|
232
|
-
return
|
|
232
|
+
return j(e, o);
|
|
233
233
|
}
|
|
234
234
|
function Ct(e, t) {
|
|
235
235
|
if (!W(t))
|
|
236
236
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
237
|
-
const n =
|
|
237
|
+
const n = A(e._zod.def, {
|
|
238
238
|
get shape() {
|
|
239
239
|
const r = { ...e._zod.def.shape, ...t };
|
|
240
240
|
return R(this, "shape", r), r;
|
|
241
241
|
}
|
|
242
242
|
});
|
|
243
|
-
return
|
|
243
|
+
return j(e, n);
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
const n =
|
|
245
|
+
function Rt(e, t) {
|
|
246
|
+
const n = A(e._zod.def, {
|
|
247
247
|
get shape() {
|
|
248
248
|
const r = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
249
249
|
return R(this, "shape", r), r;
|
|
@@ -254,38 +254,38 @@ function xt(e, t) {
|
|
|
254
254
|
checks: []
|
|
255
255
|
// delete existing checks
|
|
256
256
|
});
|
|
257
|
-
return
|
|
257
|
+
return j(e, n);
|
|
258
258
|
}
|
|
259
|
-
function
|
|
259
|
+
function Dt(e, t, n) {
|
|
260
260
|
const o = t._zod.def.checks;
|
|
261
261
|
if (o && o.length > 0)
|
|
262
262
|
throw new Error(".partial() cannot be used on object schemas containing refinements");
|
|
263
|
-
const i =
|
|
263
|
+
const i = A(t._zod.def, {
|
|
264
264
|
get shape() {
|
|
265
|
-
const c = t._zod.def.shape,
|
|
265
|
+
const c = t._zod.def.shape, a = { ...c };
|
|
266
266
|
if (n)
|
|
267
267
|
for (const l in n) {
|
|
268
268
|
if (!(l in c))
|
|
269
269
|
throw new Error(`Unrecognized key: "${l}"`);
|
|
270
|
-
n[l] && (
|
|
270
|
+
n[l] && (a[l] = e ? new e({
|
|
271
271
|
type: "optional",
|
|
272
272
|
innerType: c[l]
|
|
273
273
|
}) : c[l]);
|
|
274
274
|
}
|
|
275
275
|
else
|
|
276
276
|
for (const l in c)
|
|
277
|
-
|
|
277
|
+
a[l] = e ? new e({
|
|
278
278
|
type: "optional",
|
|
279
279
|
innerType: c[l]
|
|
280
280
|
}) : c[l];
|
|
281
|
-
return R(this, "shape",
|
|
281
|
+
return R(this, "shape", a), a;
|
|
282
282
|
},
|
|
283
283
|
checks: []
|
|
284
284
|
});
|
|
285
|
-
return
|
|
285
|
+
return j(t, i);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
const r =
|
|
287
|
+
function Ft(e, t, n) {
|
|
288
|
+
const r = A(t._zod.def, {
|
|
289
289
|
get shape() {
|
|
290
290
|
const o = t._zod.def.shape, s = { ...o };
|
|
291
291
|
if (n)
|
|
@@ -306,7 +306,7 @@ function Dt(e, t, n) {
|
|
|
306
306
|
return R(this, "shape", s), s;
|
|
307
307
|
}
|
|
308
308
|
});
|
|
309
|
-
return
|
|
309
|
+
return j(t, r);
|
|
310
310
|
}
|
|
311
311
|
function D(e, t = 0) {
|
|
312
312
|
if (e.aborted === !0)
|
|
@@ -316,7 +316,7 @@ function D(e, t = 0) {
|
|
|
316
316
|
return !0;
|
|
317
317
|
return !1;
|
|
318
318
|
}
|
|
319
|
-
function
|
|
319
|
+
function Ke(e, t) {
|
|
320
320
|
return t.map((n) => {
|
|
321
321
|
var r;
|
|
322
322
|
return (r = n).path ?? (r.path = []), n.path.unshift(e), n;
|
|
@@ -325,7 +325,7 @@ function Ye(e, t) {
|
|
|
325
325
|
function G(e) {
|
|
326
326
|
return typeof e == "string" ? e : e?.message;
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function C(e, t, n) {
|
|
329
329
|
const r = { ...e, path: e.path ?? [] };
|
|
330
330
|
if (!e.message) {
|
|
331
331
|
const o = G(e.inst?._zod.def?.error?.(e)) ?? G(t?.error?.(e)) ?? G(n.customError?.(e)) ?? G(n.localeError?.(e)) ?? "Invalid input";
|
|
@@ -345,7 +345,7 @@ function Y(...e) {
|
|
|
345
345
|
inst: r
|
|
346
346
|
} : { ...t };
|
|
347
347
|
}
|
|
348
|
-
const
|
|
348
|
+
const Ge = (e, t) => {
|
|
349
349
|
e.name = "$ZodError", Object.defineProperty(e, "_zod", {
|
|
350
350
|
value: e._zod,
|
|
351
351
|
enumerable: !1
|
|
@@ -356,14 +356,14 @@ const Ke = (e, t) => {
|
|
|
356
356
|
value: () => e.message,
|
|
357
357
|
enumerable: !1
|
|
358
358
|
});
|
|
359
|
-
},
|
|
360
|
-
function
|
|
359
|
+
}, He = u("$ZodError", Ge), qe = u("$ZodError", Ge, { Parent: Error });
|
|
360
|
+
function Mt(e, t = (n) => n.message) {
|
|
361
361
|
const n = {}, r = [];
|
|
362
362
|
for (const o of e.issues)
|
|
363
363
|
o.path.length > 0 ? (n[o.path[0]] = n[o.path[0]] || [], n[o.path[0]].push(t(o))) : r.push(t(o));
|
|
364
364
|
return { formErrors: r, fieldErrors: n };
|
|
365
365
|
}
|
|
366
|
-
function
|
|
366
|
+
function Ut(e, t = (n) => n.message) {
|
|
367
367
|
const n = { _errors: [] }, r = (o) => {
|
|
368
368
|
for (const s of o.issues)
|
|
369
369
|
if (s.code === "invalid_union" && s.errors.length)
|
|
@@ -377,8 +377,8 @@ function Mt(e, t = (n) => n.message) {
|
|
|
377
377
|
else {
|
|
378
378
|
let i = n, c = 0;
|
|
379
379
|
for (; c < s.path.length; ) {
|
|
380
|
-
const
|
|
381
|
-
c === s.path.length - 1 ? (i[
|
|
380
|
+
const a = s.path[c];
|
|
381
|
+
c === s.path.length - 1 ? (i[a] = i[a] || { _errors: [] }, i[a]._errors.push(t(s))) : i[a] = i[a] || { _errors: [] }, i = i[a], c++;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
};
|
|
@@ -389,16 +389,16 @@ const _e = (e) => (t, n, r, o) => {
|
|
|
389
389
|
if (i instanceof Promise)
|
|
390
390
|
throw new F();
|
|
391
391
|
if (i.issues.length) {
|
|
392
|
-
const c = new (o?.Err ?? e)(i.issues.map((
|
|
393
|
-
throw
|
|
392
|
+
const c = new (o?.Err ?? e)(i.issues.map((a) => C(a, s, x())));
|
|
393
|
+
throw We(c, o?.callee), c;
|
|
394
394
|
}
|
|
395
395
|
return i.value;
|
|
396
396
|
}, ge = (e) => async (t, n, r, o) => {
|
|
397
397
|
const s = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
398
398
|
let i = t._zod.run({ value: n, issues: [] }, s);
|
|
399
399
|
if (i instanceof Promise && (i = await i), i.issues.length) {
|
|
400
|
-
const c = new (o?.Err ?? e)(i.issues.map((
|
|
401
|
-
throw
|
|
400
|
+
const c = new (o?.Err ?? e)(i.issues.map((a) => C(a, s, x())));
|
|
401
|
+
throw We(c, o?.callee), c;
|
|
402
402
|
}
|
|
403
403
|
return i.value;
|
|
404
404
|
}, re = (e) => (t, n, r) => {
|
|
@@ -407,58 +407,58 @@ const _e = (e) => (t, n, r, o) => {
|
|
|
407
407
|
throw new F();
|
|
408
408
|
return s.issues.length ? {
|
|
409
409
|
success: !1,
|
|
410
|
-
error: new (e ??
|
|
410
|
+
error: new (e ?? He)(s.issues.map((i) => C(i, o, x())))
|
|
411
411
|
} : { success: !0, data: s.value };
|
|
412
|
-
},
|
|
412
|
+
}, Lt = /* @__PURE__ */ re(qe), oe = (e) => async (t, n, r) => {
|
|
413
413
|
const o = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
414
414
|
let s = t._zod.run({ value: n, issues: [] }, o);
|
|
415
415
|
return s instanceof Promise && (s = await s), s.issues.length ? {
|
|
416
416
|
success: !1,
|
|
417
|
-
error: new e(s.issues.map((i) =>
|
|
417
|
+
error: new e(s.issues.map((i) => C(i, o, x())))
|
|
418
418
|
} : { success: !0, data: s.value };
|
|
419
|
-
},
|
|
419
|
+
}, Jt = /* @__PURE__ */ oe(qe), Vt = (e) => (t, n, r) => {
|
|
420
420
|
const o = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
421
421
|
return _e(e)(t, n, o);
|
|
422
|
-
},
|
|
422
|
+
}, Bt = (e) => (t, n, r) => _e(e)(t, n, r), Wt = (e) => async (t, n, r) => {
|
|
423
423
|
const o = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
424
424
|
return ge(e)(t, n, o);
|
|
425
|
-
},
|
|
425
|
+
}, Yt = (e) => async (t, n, r) => ge(e)(t, n, r), Kt = (e) => (t, n, r) => {
|
|
426
426
|
const o = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
427
427
|
return re(e)(t, n, o);
|
|
428
|
-
},
|
|
428
|
+
}, Gt = (e) => (t, n, r) => re(e)(t, n, r), Ht = (e) => async (t, n, r) => {
|
|
429
429
|
const o = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
430
430
|
return oe(e)(t, n, o);
|
|
431
|
-
},
|
|
432
|
-
function
|
|
433
|
-
return new RegExp(
|
|
431
|
+
}, qt = (e) => async (t, n, r) => oe(e)(t, n, r), Xt = /^[cC][^\s-]{8,}$/, Qt = /^[0-9a-z]+$/, en = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, tn = /^[0-9a-vA-V]{20}$/, nn = /^[A-Za-z0-9]{27}$/, rn = /^[a-zA-Z0-9_-]{21}$/, on = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, sn = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, we = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, cn = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, an = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
432
|
+
function un() {
|
|
433
|
+
return new RegExp(an, "u");
|
|
434
434
|
}
|
|
435
|
-
const
|
|
436
|
-
function
|
|
435
|
+
const ln = /^(?:(?: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])$/, fn = /^(([0-9a-fA-F]{1,4}:){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}|:))$/, pn = /^((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])\/([0-9]|[1-2][0-9]|3[0-2])$/, dn = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, hn = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Xe = /^[A-Za-z0-9_-]*$/, mn = /^\+[1-9]\d{6,14}$/, 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])))", _n = /* @__PURE__ */ new RegExp(`^${Qe}$`);
|
|
436
|
+
function et(e) {
|
|
437
437
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
438
438
|
return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
439
439
|
}
|
|
440
|
-
function _n(e) {
|
|
441
|
-
return new RegExp(`^${Qe(e)}$`);
|
|
442
|
-
}
|
|
443
440
|
function gn(e) {
|
|
444
|
-
|
|
441
|
+
return new RegExp(`^${et(e)}$`);
|
|
442
|
+
}
|
|
443
|
+
function vn(e) {
|
|
444
|
+
const t = et({ precision: e.precision }), n = ["Z"];
|
|
445
445
|
e.local && n.push(""), e.offset && n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
446
446
|
const r = `${t}(?:${n.join("|")})`;
|
|
447
|
-
return new RegExp(`^${
|
|
447
|
+
return new RegExp(`^${Qe}T(?:${r})$`);
|
|
448
448
|
}
|
|
449
|
-
const
|
|
449
|
+
const bn = (e) => {
|
|
450
450
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
451
451
|
return new RegExp(`^${t}$`);
|
|
452
|
-
},
|
|
452
|
+
}, yn = /^-?\d+$/, zn = /^-?\d+(?:\.\d+)?$/, wn = /^(?:true|false)$/i, $n = /^[^A-Z]*$/, kn = /^[^a-z]*$/, E = /* @__PURE__ */ u("$ZodCheck", (e, t) => {
|
|
453
453
|
var n;
|
|
454
454
|
e._zod ?? (e._zod = {}), e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
|
|
455
|
-
}),
|
|
455
|
+
}), tt = {
|
|
456
456
|
number: "number",
|
|
457
457
|
bigint: "bigint",
|
|
458
458
|
object: "date"
|
|
459
|
-
},
|
|
459
|
+
}, nt = /* @__PURE__ */ u("$ZodCheckLessThan", (e, t) => {
|
|
460
460
|
E.init(e, t);
|
|
461
|
-
const n =
|
|
461
|
+
const n = tt[typeof t.value];
|
|
462
462
|
e._zod.onattach.push((r) => {
|
|
463
463
|
const o = r._zod.bag, s = (t.inclusive ? o.maximum : o.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
464
464
|
t.value < s && (t.inclusive ? o.maximum = t.value : o.exclusiveMaximum = t.value);
|
|
@@ -473,9 +473,9 @@ const vn = (e) => {
|
|
|
473
473
|
continue: !t.abort
|
|
474
474
|
});
|
|
475
475
|
};
|
|
476
|
-
}),
|
|
476
|
+
}), rt = /* @__PURE__ */ u("$ZodCheckGreaterThan", (e, t) => {
|
|
477
477
|
E.init(e, t);
|
|
478
|
-
const n =
|
|
478
|
+
const n = tt[typeof t.value];
|
|
479
479
|
e._zod.onattach.push((r) => {
|
|
480
480
|
const o = r._zod.bag, s = (t.inclusive ? o.minimum : o.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
481
481
|
t.value > s && (t.inclusive ? o.minimum = t.value : o.exclusiveMinimum = t.value);
|
|
@@ -490,14 +490,14 @@ const vn = (e) => {
|
|
|
490
490
|
continue: !t.abort
|
|
491
491
|
});
|
|
492
492
|
};
|
|
493
|
-
}),
|
|
493
|
+
}), Zn = /* @__PURE__ */ u("$ZodCheckMultipleOf", (e, t) => {
|
|
494
494
|
E.init(e, t), e._zod.onattach.push((n) => {
|
|
495
495
|
var r;
|
|
496
496
|
(r = n._zod.bag).multipleOf ?? (r.multipleOf = t.value);
|
|
497
497
|
}), e._zod.check = (n) => {
|
|
498
498
|
if (typeof n.value != typeof t.value)
|
|
499
499
|
throw new Error("Cannot mix number and bigint in multiple_of check.");
|
|
500
|
-
(typeof n.value == "bigint" ? n.value % t.value === BigInt(0) :
|
|
500
|
+
(typeof n.value == "bigint" ? n.value % t.value === BigInt(0) : Ot(n.value, t.value) === 0) || n.issues.push({
|
|
501
501
|
origin: typeof n.value,
|
|
502
502
|
code: "not_multiple_of",
|
|
503
503
|
divisor: t.value,
|
|
@@ -506,12 +506,12 @@ const vn = (e) => {
|
|
|
506
506
|
continue: !t.abort
|
|
507
507
|
});
|
|
508
508
|
};
|
|
509
|
-
}),
|
|
509
|
+
}), Sn = /* @__PURE__ */ u("$ZodCheckNumberFormat", (e, t) => {
|
|
510
510
|
E.init(e, t), t.format = t.format || "float64";
|
|
511
|
-
const n = t.format?.includes("int"), r = n ? "int" : "number", [o, s] =
|
|
511
|
+
const n = t.format?.includes("int"), r = n ? "int" : "number", [o, s] = Pt[t.format];
|
|
512
512
|
e._zod.onattach.push((i) => {
|
|
513
513
|
const c = i._zod.bag;
|
|
514
|
-
c.format = t.format, c.minimum = o, c.maximum = s, n && (c.pattern =
|
|
514
|
+
c.format = t.format, c.minimum = o, c.maximum = s, n && (c.pattern = yn);
|
|
515
515
|
}), e._zod.check = (i) => {
|
|
516
516
|
const c = i.value;
|
|
517
517
|
if (n) {
|
|
@@ -567,7 +567,7 @@ const vn = (e) => {
|
|
|
567
567
|
continue: !t.abort
|
|
568
568
|
});
|
|
569
569
|
};
|
|
570
|
-
}),
|
|
570
|
+
}), On = /* @__PURE__ */ u("$ZodCheckMaxLength", (e, t) => {
|
|
571
571
|
var n;
|
|
572
572
|
E.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
573
573
|
const o = r.value;
|
|
@@ -590,7 +590,7 @@ const vn = (e) => {
|
|
|
590
590
|
continue: !t.abort
|
|
591
591
|
});
|
|
592
592
|
};
|
|
593
|
-
}),
|
|
593
|
+
}), En = /* @__PURE__ */ u("$ZodCheckMinLength", (e, t) => {
|
|
594
594
|
var n;
|
|
595
595
|
E.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
596
596
|
const o = r.value;
|
|
@@ -613,7 +613,7 @@ const vn = (e) => {
|
|
|
613
613
|
continue: !t.abort
|
|
614
614
|
});
|
|
615
615
|
};
|
|
616
|
-
}),
|
|
616
|
+
}), Tn = /* @__PURE__ */ u("$ZodCheckLengthEquals", (e, t) => {
|
|
617
617
|
var n;
|
|
618
618
|
E.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
619
619
|
const o = r.value;
|
|
@@ -636,7 +636,7 @@ const vn = (e) => {
|
|
|
636
636
|
continue: !t.abort
|
|
637
637
|
});
|
|
638
638
|
};
|
|
639
|
-
}), ie = /* @__PURE__ */
|
|
639
|
+
}), ie = /* @__PURE__ */ u("$ZodCheckStringFormat", (e, t) => {
|
|
640
640
|
var n, r;
|
|
641
641
|
E.init(e, t), e._zod.onattach.push((o) => {
|
|
642
642
|
const s = o._zod.bag;
|
|
@@ -653,7 +653,7 @@ const vn = (e) => {
|
|
|
653
653
|
});
|
|
654
654
|
}) : (r = e._zod).check ?? (r.check = () => {
|
|
655
655
|
});
|
|
656
|
-
}),
|
|
656
|
+
}), In = /* @__PURE__ */ u("$ZodCheckRegex", (e, t) => {
|
|
657
657
|
ie.init(e, t), e._zod.check = (n) => {
|
|
658
658
|
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
659
659
|
origin: "string",
|
|
@@ -665,11 +665,11 @@ const vn = (e) => {
|
|
|
665
665
|
continue: !t.abort
|
|
666
666
|
});
|
|
667
667
|
};
|
|
668
|
-
}),
|
|
669
|
-
t.pattern ?? (t.pattern = wn), ie.init(e, t);
|
|
670
|
-
}), Nn = /* @__PURE__ */ a("$ZodCheckUpperCase", (e, t) => {
|
|
668
|
+
}), Nn = /* @__PURE__ */ u("$ZodCheckLowerCase", (e, t) => {
|
|
671
669
|
t.pattern ?? (t.pattern = $n), ie.init(e, t);
|
|
672
|
-
}), Pn = /* @__PURE__ */
|
|
670
|
+
}), Pn = /* @__PURE__ */ u("$ZodCheckUpperCase", (e, t) => {
|
|
671
|
+
t.pattern ?? (t.pattern = kn), ie.init(e, t);
|
|
672
|
+
}), An = /* @__PURE__ */ u("$ZodCheckIncludes", (e, t) => {
|
|
673
673
|
E.init(e, t);
|
|
674
674
|
const n = U(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${n}` : n);
|
|
675
675
|
t.pattern = r, e._zod.onattach.push((o) => {
|
|
@@ -686,7 +686,7 @@ const vn = (e) => {
|
|
|
686
686
|
continue: !t.abort
|
|
687
687
|
});
|
|
688
688
|
};
|
|
689
|
-
}),
|
|
689
|
+
}), jn = /* @__PURE__ */ u("$ZodCheckStartsWith", (e, t) => {
|
|
690
690
|
E.init(e, t);
|
|
691
691
|
const n = new RegExp(`^${U(t.prefix)}.*`);
|
|
692
692
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((r) => {
|
|
@@ -703,7 +703,7 @@ const vn = (e) => {
|
|
|
703
703
|
continue: !t.abort
|
|
704
704
|
});
|
|
705
705
|
};
|
|
706
|
-
}),
|
|
706
|
+
}), xn = /* @__PURE__ */ u("$ZodCheckEndsWith", (e, t) => {
|
|
707
707
|
E.init(e, t);
|
|
708
708
|
const n = new RegExp(`.*${U(t.suffix)}$`);
|
|
709
709
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((r) => {
|
|
@@ -720,12 +720,12 @@ const vn = (e) => {
|
|
|
720
720
|
continue: !t.abort
|
|
721
721
|
});
|
|
722
722
|
};
|
|
723
|
-
}), Cn = /* @__PURE__ */
|
|
723
|
+
}), Cn = /* @__PURE__ */ u("$ZodCheckOverwrite", (e, t) => {
|
|
724
724
|
E.init(e, t), e._zod.check = (n) => {
|
|
725
725
|
n.value = t.tx(n.value);
|
|
726
726
|
};
|
|
727
727
|
});
|
|
728
|
-
class
|
|
728
|
+
class Rn {
|
|
729
729
|
constructor(t = []) {
|
|
730
730
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
731
731
|
}
|
|
@@ -748,13 +748,13 @@ class xn {
|
|
|
748
748
|
`));
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
const
|
|
751
|
+
const Dn = {
|
|
752
752
|
major: 4,
|
|
753
753
|
minor: 3,
|
|
754
754
|
patch: 6
|
|
755
|
-
}, y = /* @__PURE__ */
|
|
755
|
+
}, y = /* @__PURE__ */ u("$ZodType", (e, t) => {
|
|
756
756
|
var n;
|
|
757
|
-
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
757
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = Dn;
|
|
758
758
|
const r = [...e._zod.def.checks ?? []];
|
|
759
759
|
e._zod.traits.has("$ZodCheck") && r.unshift(e);
|
|
760
760
|
for (const o of r)
|
|
@@ -765,7 +765,7 @@ const Rn = {
|
|
|
765
765
|
e._zod.run = e._zod.parse;
|
|
766
766
|
});
|
|
767
767
|
else {
|
|
768
|
-
const o = (i, c,
|
|
768
|
+
const o = (i, c, a) => {
|
|
769
769
|
let l = D(i), f;
|
|
770
770
|
for (const m of c) {
|
|
771
771
|
if (m._zod.def.when) {
|
|
@@ -774,7 +774,7 @@ const Rn = {
|
|
|
774
774
|
} else if (l)
|
|
775
775
|
continue;
|
|
776
776
|
const d = i.issues.length, h = m._zod.check(i);
|
|
777
|
-
if (h instanceof Promise &&
|
|
777
|
+
if (h instanceof Promise && a?.async === !1)
|
|
778
778
|
throw new F();
|
|
779
779
|
if (f || h instanceof Promise)
|
|
780
780
|
f = (f ?? Promise.resolve()).then(async () => {
|
|
@@ -787,16 +787,16 @@ const Rn = {
|
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
return f ? f.then(() => i) : i;
|
|
790
|
-
}, s = (i, c,
|
|
790
|
+
}, s = (i, c, a) => {
|
|
791
791
|
if (D(i))
|
|
792
792
|
return i.aborted = !0, i;
|
|
793
|
-
const l = o(c, r,
|
|
793
|
+
const l = o(c, r, a);
|
|
794
794
|
if (l instanceof Promise) {
|
|
795
|
-
if (
|
|
795
|
+
if (a.async === !1)
|
|
796
796
|
throw new F();
|
|
797
|
-
return l.then((f) => e._zod.parse(f,
|
|
797
|
+
return l.then((f) => e._zod.parse(f, a));
|
|
798
798
|
}
|
|
799
|
-
return e._zod.parse(l,
|
|
799
|
+
return e._zod.parse(l, a);
|
|
800
800
|
};
|
|
801
801
|
e._zod.run = (i, c) => {
|
|
802
802
|
if (c.skipChecks)
|
|
@@ -805,29 +805,29 @@ const Rn = {
|
|
|
805
805
|
const l = e._zod.parse({ value: i.value, issues: [] }, { ...c, skipChecks: !0 });
|
|
806
806
|
return l instanceof Promise ? l.then((f) => s(f, i, c)) : s(l, i, c);
|
|
807
807
|
}
|
|
808
|
-
const
|
|
809
|
-
if (
|
|
808
|
+
const a = e._zod.parse(i, c);
|
|
809
|
+
if (a instanceof Promise) {
|
|
810
810
|
if (c.async === !1)
|
|
811
811
|
throw new F();
|
|
812
|
-
return
|
|
812
|
+
return a.then((l) => o(l, r, c));
|
|
813
813
|
}
|
|
814
|
-
return o(
|
|
814
|
+
return o(a, r, c);
|
|
815
815
|
};
|
|
816
816
|
}
|
|
817
817
|
_(e, "~standard", () => ({
|
|
818
818
|
validate: (o) => {
|
|
819
819
|
try {
|
|
820
|
-
const s =
|
|
820
|
+
const s = Lt(e, o);
|
|
821
821
|
return s.success ? { value: s.data } : { issues: s.error?.issues };
|
|
822
822
|
} catch {
|
|
823
|
-
return
|
|
823
|
+
return Jt(e, o).then((i) => i.success ? { value: i.data } : { issues: i.error?.issues });
|
|
824
824
|
}
|
|
825
825
|
},
|
|
826
826
|
vendor: "zod",
|
|
827
827
|
version: 1
|
|
828
828
|
}));
|
|
829
|
-
}), ve = /* @__PURE__ */
|
|
830
|
-
y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
829
|
+
}), ve = /* @__PURE__ */ u("$ZodString", (e, t) => {
|
|
830
|
+
y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? bn(e._zod.bag), e._zod.parse = (n, r) => {
|
|
831
831
|
if (t.coerce)
|
|
832
832
|
try {
|
|
833
833
|
n.value = String(n.value);
|
|
@@ -840,11 +840,11 @@ const Rn = {
|
|
|
840
840
|
inst: e
|
|
841
841
|
}), n;
|
|
842
842
|
};
|
|
843
|
-
}), v = /* @__PURE__ */
|
|
843
|
+
}), v = /* @__PURE__ */ u("$ZodStringFormat", (e, t) => {
|
|
844
844
|
ie.init(e, t), ve.init(e, t);
|
|
845
|
-
}),
|
|
846
|
-
t.pattern ?? (t.pattern =
|
|
847
|
-
}),
|
|
845
|
+
}), Fn = /* @__PURE__ */ u("$ZodGUID", (e, t) => {
|
|
846
|
+
t.pattern ?? (t.pattern = sn), v.init(e, t);
|
|
847
|
+
}), Mn = /* @__PURE__ */ u("$ZodUUID", (e, t) => {
|
|
848
848
|
if (t.version) {
|
|
849
849
|
const r = {
|
|
850
850
|
v1: 1,
|
|
@@ -862,9 +862,9 @@ const Rn = {
|
|
|
862
862
|
} else
|
|
863
863
|
t.pattern ?? (t.pattern = we());
|
|
864
864
|
v.init(e, t);
|
|
865
|
-
}),
|
|
866
|
-
t.pattern ?? (t.pattern =
|
|
867
|
-
}),
|
|
865
|
+
}), Un = /* @__PURE__ */ u("$ZodEmail", (e, t) => {
|
|
866
|
+
t.pattern ?? (t.pattern = cn), v.init(e, t);
|
|
867
|
+
}), Ln = /* @__PURE__ */ u("$ZodURL", (e, t) => {
|
|
868
868
|
v.init(e, t), e._zod.check = (n) => {
|
|
869
869
|
try {
|
|
870
870
|
const r = n.value.trim(), o = new URL(r);
|
|
@@ -896,32 +896,32 @@ const Rn = {
|
|
|
896
896
|
});
|
|
897
897
|
}
|
|
898
898
|
};
|
|
899
|
-
}),
|
|
900
|
-
t.pattern ?? (t.pattern =
|
|
901
|
-
}),
|
|
902
|
-
t.pattern ?? (t.pattern =
|
|
903
|
-
}),
|
|
904
|
-
t.pattern ?? (t.pattern = qt), v.init(e, t);
|
|
905
|
-
}), Bn = /* @__PURE__ */ a("$ZodCUID2", (e, t) => {
|
|
899
|
+
}), Jn = /* @__PURE__ */ u("$ZodEmoji", (e, t) => {
|
|
900
|
+
t.pattern ?? (t.pattern = un()), v.init(e, t);
|
|
901
|
+
}), Vn = /* @__PURE__ */ u("$ZodNanoID", (e, t) => {
|
|
902
|
+
t.pattern ?? (t.pattern = rn), v.init(e, t);
|
|
903
|
+
}), Bn = /* @__PURE__ */ u("$ZodCUID", (e, t) => {
|
|
906
904
|
t.pattern ?? (t.pattern = Xt), v.init(e, t);
|
|
907
|
-
}), Wn = /* @__PURE__ */
|
|
905
|
+
}), Wn = /* @__PURE__ */ u("$ZodCUID2", (e, t) => {
|
|
908
906
|
t.pattern ?? (t.pattern = Qt), v.init(e, t);
|
|
909
|
-
}), Yn = /* @__PURE__ */
|
|
907
|
+
}), Yn = /* @__PURE__ */ u("$ZodULID", (e, t) => {
|
|
910
908
|
t.pattern ?? (t.pattern = en), v.init(e, t);
|
|
911
|
-
}), Kn = /* @__PURE__ */
|
|
909
|
+
}), Kn = /* @__PURE__ */ u("$ZodXID", (e, t) => {
|
|
912
910
|
t.pattern ?? (t.pattern = tn), v.init(e, t);
|
|
913
|
-
}), Gn = /* @__PURE__ */
|
|
911
|
+
}), Gn = /* @__PURE__ */ u("$ZodKSUID", (e, t) => {
|
|
912
|
+
t.pattern ?? (t.pattern = nn), v.init(e, t);
|
|
913
|
+
}), Hn = /* @__PURE__ */ u("$ZodISODateTime", (e, t) => {
|
|
914
|
+
t.pattern ?? (t.pattern = vn(t)), v.init(e, t);
|
|
915
|
+
}), qn = /* @__PURE__ */ u("$ZodISODate", (e, t) => {
|
|
916
|
+
t.pattern ?? (t.pattern = _n), v.init(e, t);
|
|
917
|
+
}), Xn = /* @__PURE__ */ u("$ZodISOTime", (e, t) => {
|
|
914
918
|
t.pattern ?? (t.pattern = gn(t)), v.init(e, t);
|
|
915
|
-
}),
|
|
916
|
-
t.pattern ?? (t.pattern =
|
|
917
|
-
}),
|
|
918
|
-
t.pattern ?? (t.pattern =
|
|
919
|
-
}),
|
|
920
|
-
t.pattern ?? (t.pattern =
|
|
921
|
-
}), Qn = /* @__PURE__ */ a("$ZodIPv4", (e, t) => {
|
|
922
|
-
t.pattern ?? (t.pattern = un), v.init(e, t), e._zod.bag.format = "ipv4";
|
|
923
|
-
}), er = /* @__PURE__ */ a("$ZodIPv6", (e, t) => {
|
|
924
|
-
t.pattern ?? (t.pattern = ln), v.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
919
|
+
}), Qn = /* @__PURE__ */ u("$ZodISODuration", (e, t) => {
|
|
920
|
+
t.pattern ?? (t.pattern = on), v.init(e, t);
|
|
921
|
+
}), er = /* @__PURE__ */ u("$ZodIPv4", (e, t) => {
|
|
922
|
+
t.pattern ?? (t.pattern = ln), v.init(e, t), e._zod.bag.format = "ipv4";
|
|
923
|
+
}), tr = /* @__PURE__ */ u("$ZodIPv6", (e, t) => {
|
|
924
|
+
t.pattern ?? (t.pattern = fn), v.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
925
925
|
try {
|
|
926
926
|
new URL(`http://[${n.value}]`);
|
|
927
927
|
} catch {
|
|
@@ -934,10 +934,10 @@ const Rn = {
|
|
|
934
934
|
});
|
|
935
935
|
}
|
|
936
936
|
};
|
|
937
|
-
}),
|
|
938
|
-
t.pattern ?? (t.pattern =
|
|
939
|
-
}),
|
|
940
|
-
t.pattern ?? (t.pattern =
|
|
937
|
+
}), nr = /* @__PURE__ */ u("$ZodCIDRv4", (e, t) => {
|
|
938
|
+
t.pattern ?? (t.pattern = pn), v.init(e, t);
|
|
939
|
+
}), rr = /* @__PURE__ */ u("$ZodCIDRv6", (e, t) => {
|
|
940
|
+
t.pattern ?? (t.pattern = dn), v.init(e, t), e._zod.check = (n) => {
|
|
941
941
|
const r = n.value.split("/");
|
|
942
942
|
try {
|
|
943
943
|
if (r.length !== 2)
|
|
@@ -962,7 +962,7 @@ const Rn = {
|
|
|
962
962
|
}
|
|
963
963
|
};
|
|
964
964
|
});
|
|
965
|
-
function
|
|
965
|
+
function ot(e) {
|
|
966
966
|
if (e === "")
|
|
967
967
|
return !0;
|
|
968
968
|
if (e.length % 4 !== 0)
|
|
@@ -973,9 +973,9 @@ function rt(e) {
|
|
|
973
973
|
return !1;
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
|
-
const
|
|
977
|
-
t.pattern ?? (t.pattern =
|
|
978
|
-
|
|
976
|
+
const or = /* @__PURE__ */ u("$ZodBase64", (e, t) => {
|
|
977
|
+
t.pattern ?? (t.pattern = hn), v.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
|
|
978
|
+
ot(n.value) || n.issues.push({
|
|
979
979
|
code: "invalid_format",
|
|
980
980
|
format: "base64",
|
|
981
981
|
input: n.value,
|
|
@@ -984,15 +984,15 @@ const rr = /* @__PURE__ */ a("$ZodBase64", (e, t) => {
|
|
|
984
984
|
});
|
|
985
985
|
};
|
|
986
986
|
});
|
|
987
|
-
function
|
|
988
|
-
if (!
|
|
987
|
+
function ir(e) {
|
|
988
|
+
if (!Xe.test(e))
|
|
989
989
|
return !1;
|
|
990
990
|
const t = e.replace(/[-_]/g, (r) => r === "-" ? "+" : "/"), n = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
991
|
-
return
|
|
991
|
+
return ot(n);
|
|
992
992
|
}
|
|
993
|
-
const
|
|
994
|
-
t.pattern ?? (t.pattern =
|
|
995
|
-
|
|
993
|
+
const sr = /* @__PURE__ */ u("$ZodBase64URL", (e, t) => {
|
|
994
|
+
t.pattern ?? (t.pattern = Xe), v.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
|
|
995
|
+
ir(n.value) || n.issues.push({
|
|
996
996
|
code: "invalid_format",
|
|
997
997
|
format: "base64url",
|
|
998
998
|
input: n.value,
|
|
@@ -1000,10 +1000,10 @@ const ir = /* @__PURE__ */ a("$ZodBase64URL", (e, t) => {
|
|
|
1000
1000
|
continue: !t.abort
|
|
1001
1001
|
});
|
|
1002
1002
|
};
|
|
1003
|
-
}),
|
|
1004
|
-
t.pattern ?? (t.pattern =
|
|
1003
|
+
}), cr = /* @__PURE__ */ u("$ZodE164", (e, t) => {
|
|
1004
|
+
t.pattern ?? (t.pattern = mn), v.init(e, t);
|
|
1005
1005
|
});
|
|
1006
|
-
function
|
|
1006
|
+
function ar(e, t = null) {
|
|
1007
1007
|
try {
|
|
1008
1008
|
const n = e.split(".");
|
|
1009
1009
|
if (n.length !== 3)
|
|
@@ -1017,9 +1017,9 @@ function cr(e, t = null) {
|
|
|
1017
1017
|
return !1;
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
|
-
const
|
|
1020
|
+
const ur = /* @__PURE__ */ u("$ZodJWT", (e, t) => {
|
|
1021
1021
|
v.init(e, t), e._zod.check = (n) => {
|
|
1022
|
-
|
|
1022
|
+
ar(n.value, t.alg) || n.issues.push({
|
|
1023
1023
|
code: "invalid_format",
|
|
1024
1024
|
format: "jwt",
|
|
1025
1025
|
input: n.value,
|
|
@@ -1027,8 +1027,8 @@ const ar = /* @__PURE__ */ a("$ZodJWT", (e, t) => {
|
|
|
1027
1027
|
continue: !t.abort
|
|
1028
1028
|
});
|
|
1029
1029
|
};
|
|
1030
|
-
}),
|
|
1031
|
-
y.init(e, t), e._zod.pattern = e._zod.bag.pattern ??
|
|
1030
|
+
}), it = /* @__PURE__ */ u("$ZodNumber", (e, t) => {
|
|
1031
|
+
y.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? zn, e._zod.parse = (n, r) => {
|
|
1032
1032
|
if (t.coerce)
|
|
1033
1033
|
try {
|
|
1034
1034
|
n.value = Number(n.value);
|
|
@@ -1046,10 +1046,10 @@ const ar = /* @__PURE__ */ a("$ZodJWT", (e, t) => {
|
|
|
1046
1046
|
...s ? { received: s } : {}
|
|
1047
1047
|
}), n;
|
|
1048
1048
|
};
|
|
1049
|
-
}),
|
|
1050
|
-
|
|
1051
|
-
}),
|
|
1052
|
-
y.init(e, t), e._zod.pattern =
|
|
1049
|
+
}), lr = /* @__PURE__ */ u("$ZodNumberFormat", (e, t) => {
|
|
1050
|
+
Sn.init(e, t), it.init(e, t);
|
|
1051
|
+
}), fr = /* @__PURE__ */ u("$ZodBoolean", (e, t) => {
|
|
1052
|
+
y.init(e, t), e._zod.pattern = wn, e._zod.parse = (n, r) => {
|
|
1053
1053
|
if (t.coerce)
|
|
1054
1054
|
try {
|
|
1055
1055
|
n.value = !!n.value;
|
|
@@ -1063,9 +1063,9 @@ const ar = /* @__PURE__ */ a("$ZodJWT", (e, t) => {
|
|
|
1063
1063
|
inst: e
|
|
1064
1064
|
}), n;
|
|
1065
1065
|
};
|
|
1066
|
-
}),
|
|
1066
|
+
}), pr = /* @__PURE__ */ u("$ZodUnknown", (e, t) => {
|
|
1067
1067
|
y.init(e, t), e._zod.parse = (n) => n;
|
|
1068
|
-
}),
|
|
1068
|
+
}), dr = /* @__PURE__ */ u("$ZodNever", (e, t) => {
|
|
1069
1069
|
y.init(e, t), e._zod.parse = (n, r) => (n.issues.push({
|
|
1070
1070
|
expected: "never",
|
|
1071
1071
|
code: "invalid_type",
|
|
@@ -1074,9 +1074,9 @@ const ar = /* @__PURE__ */ a("$ZodJWT", (e, t) => {
|
|
|
1074
1074
|
}), n);
|
|
1075
1075
|
});
|
|
1076
1076
|
function $e(e, t, n) {
|
|
1077
|
-
e.issues.length && t.issues.push(...
|
|
1077
|
+
e.issues.length && t.issues.push(...Ke(n, e.issues)), t.value[n] = e.value;
|
|
1078
1078
|
}
|
|
1079
|
-
const
|
|
1079
|
+
const hr = /* @__PURE__ */ u("$ZodArray", (e, t) => {
|
|
1080
1080
|
y.init(e, t), e._zod.parse = (n, r) => {
|
|
1081
1081
|
const o = n.value;
|
|
1082
1082
|
if (!Array.isArray(o))
|
|
@@ -1089,11 +1089,11 @@ const dr = /* @__PURE__ */ a("$ZodArray", (e, t) => {
|
|
|
1089
1089
|
n.value = Array(o.length);
|
|
1090
1090
|
const s = [];
|
|
1091
1091
|
for (let i = 0; i < o.length; i++) {
|
|
1092
|
-
const c = o[i],
|
|
1092
|
+
const c = o[i], a = t.element._zod.run({
|
|
1093
1093
|
value: c,
|
|
1094
1094
|
issues: []
|
|
1095
1095
|
}, r);
|
|
1096
|
-
|
|
1096
|
+
a instanceof Promise ? s.push(a.then((l) => $e(l, n, i))) : $e(a, n, i);
|
|
1097
1097
|
}
|
|
1098
1098
|
return s.length ? Promise.all(s).then(() => n) : n;
|
|
1099
1099
|
};
|
|
@@ -1102,16 +1102,16 @@ function X(e, t, n, r, o) {
|
|
|
1102
1102
|
if (e.issues.length) {
|
|
1103
1103
|
if (o && !(n in r))
|
|
1104
1104
|
return;
|
|
1105
|
-
t.issues.push(...
|
|
1105
|
+
t.issues.push(...Ke(n, e.issues));
|
|
1106
1106
|
}
|
|
1107
1107
|
e.value === void 0 ? n in r && (t.value[n] = void 0) : t.value[n] = e.value;
|
|
1108
1108
|
}
|
|
1109
|
-
function
|
|
1109
|
+
function st(e) {
|
|
1110
1110
|
const t = Object.keys(e.shape);
|
|
1111
1111
|
for (const r of t)
|
|
1112
1112
|
if (!e.shape?.[r]?._zod?.traits?.has("$ZodType"))
|
|
1113
1113
|
throw new Error(`Invalid element at key "${r}": expected a Zod schema`);
|
|
1114
|
-
const n =
|
|
1114
|
+
const n = Nt(e.shape);
|
|
1115
1115
|
return {
|
|
1116
1116
|
...e,
|
|
1117
1117
|
keys: t,
|
|
@@ -1120,8 +1120,8 @@ function it(e) {
|
|
|
1120
1120
|
optionalKeys: new Set(n)
|
|
1121
1121
|
};
|
|
1122
1122
|
}
|
|
1123
|
-
function
|
|
1124
|
-
const i = [], c = o.keySet,
|
|
1123
|
+
function ct(e, t, n, r, o, s) {
|
|
1124
|
+
const i = [], c = o.keySet, a = o.catchall._zod, l = a.def.type, f = a.optout === "optional";
|
|
1125
1125
|
for (const m in t) {
|
|
1126
1126
|
if (c.has(m))
|
|
1127
1127
|
continue;
|
|
@@ -1129,7 +1129,7 @@ function st(e, t, n, r, o, s) {
|
|
|
1129
1129
|
i.push(m);
|
|
1130
1130
|
continue;
|
|
1131
1131
|
}
|
|
1132
|
-
const d =
|
|
1132
|
+
const d = a.run({ value: t[m], issues: [] }, r);
|
|
1133
1133
|
d instanceof Promise ? e.push(d.then((h) => X(h, n, m, t, f))) : X(d, n, m, t, f);
|
|
1134
1134
|
}
|
|
1135
1135
|
return i.length && n.issues.push({
|
|
@@ -1139,34 +1139,34 @@ function st(e, t, n, r, o, s) {
|
|
|
1139
1139
|
inst: s
|
|
1140
1140
|
}), e.length ? Promise.all(e).then(() => n) : n;
|
|
1141
1141
|
}
|
|
1142
|
-
const
|
|
1142
|
+
const mr = /* @__PURE__ */ u("$ZodObject", (e, t) => {
|
|
1143
1143
|
if (y.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
1144
1144
|
const c = t.shape;
|
|
1145
1145
|
Object.defineProperty(t, "shape", {
|
|
1146
1146
|
get: () => {
|
|
1147
|
-
const
|
|
1147
|
+
const a = { ...c };
|
|
1148
1148
|
return Object.defineProperty(t, "shape", {
|
|
1149
|
-
value:
|
|
1150
|
-
}),
|
|
1149
|
+
value: a
|
|
1150
|
+
}), a;
|
|
1151
1151
|
}
|
|
1152
1152
|
});
|
|
1153
1153
|
}
|
|
1154
|
-
const r = ne(() =>
|
|
1154
|
+
const r = ne(() => st(t));
|
|
1155
1155
|
_(e._zod, "propValues", () => {
|
|
1156
|
-
const c = t.shape,
|
|
1156
|
+
const c = t.shape, a = {};
|
|
1157
1157
|
for (const l in c) {
|
|
1158
1158
|
const f = c[l]._zod;
|
|
1159
1159
|
if (f.values) {
|
|
1160
|
-
|
|
1160
|
+
a[l] ?? (a[l] = /* @__PURE__ */ new Set());
|
|
1161
1161
|
for (const m of f.values)
|
|
1162
|
-
|
|
1162
|
+
a[l].add(m);
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
|
-
return
|
|
1165
|
+
return a;
|
|
1166
1166
|
});
|
|
1167
1167
|
const o = B, s = t.catchall;
|
|
1168
1168
|
let i;
|
|
1169
|
-
e._zod.parse = (c,
|
|
1169
|
+
e._zod.parse = (c, a) => {
|
|
1170
1170
|
i ?? (i = r.value);
|
|
1171
1171
|
const l = c.value;
|
|
1172
1172
|
if (!o(l))
|
|
@@ -1179,27 +1179,27 @@ const hr = /* @__PURE__ */ a("$ZodObject", (e, t) => {
|
|
|
1179
1179
|
c.value = {};
|
|
1180
1180
|
const f = [], m = i.shape;
|
|
1181
1181
|
for (const d of i.keys) {
|
|
1182
|
-
const h = m[d], Z = h._zod.optout === "optional", w = h._zod.run({ value: l[d], issues: [] },
|
|
1182
|
+
const h = m[d], Z = h._zod.optout === "optional", w = h._zod.run({ value: l[d], issues: [] }, a);
|
|
1183
1183
|
w instanceof Promise ? f.push(w.then((K) => X(K, c, d, l, Z))) : X(w, c, d, l, Z);
|
|
1184
1184
|
}
|
|
1185
|
-
return s ?
|
|
1185
|
+
return s ? ct(f, l, c, a, r.value, e) : f.length ? Promise.all(f).then(() => c) : c;
|
|
1186
1186
|
};
|
|
1187
|
-
}),
|
|
1188
|
-
|
|
1189
|
-
const n = e._zod.parse, r = ne(() =>
|
|
1190
|
-
const h = new
|
|
1187
|
+
}), _r = /* @__PURE__ */ u("$ZodObjectJIT", (e, t) => {
|
|
1188
|
+
mr.init(e, t);
|
|
1189
|
+
const n = e._zod.parse, r = ne(() => st(t)), o = (d) => {
|
|
1190
|
+
const h = new Rn(["shape", "payload", "ctx"]), Z = r.value, w = (N) => {
|
|
1191
1191
|
const O = ze(N);
|
|
1192
1192
|
return `shape[${O}]._zod.run({ value: input[${O}], issues: [] }, ctx)`;
|
|
1193
1193
|
};
|
|
1194
1194
|
h.write("const input = payload.value;");
|
|
1195
1195
|
const K = /* @__PURE__ */ Object.create(null);
|
|
1196
|
-
let
|
|
1196
|
+
let kt = 0;
|
|
1197
1197
|
for (const N of Z.keys)
|
|
1198
|
-
K[N] = `key_${
|
|
1198
|
+
K[N] = `key_${kt++}`;
|
|
1199
1199
|
h.write("const newResult = {};");
|
|
1200
1200
|
for (const N of Z.keys) {
|
|
1201
|
-
const O = K[N], I = ze(N),
|
|
1202
|
-
h.write(`const ${O} = ${w(N)};`),
|
|
1201
|
+
const O = K[N], I = ze(N), St = d[N]?._zod?.optout === "optional";
|
|
1202
|
+
h.write(`const ${O} = ${w(N)};`), St ? h.write(`
|
|
1203
1203
|
if (${O}.issues.length) {
|
|
1204
1204
|
if (${I} in input) {
|
|
1205
1205
|
payload.issues = payload.issues.concat(${O}.issues.map(iss => ({
|
|
@@ -1236,16 +1236,16 @@ const hr = /* @__PURE__ */ a("$ZodObject", (e, t) => {
|
|
|
1236
1236
|
`);
|
|
1237
1237
|
}
|
|
1238
1238
|
h.write("payload.value = newResult;"), h.write("return payload;");
|
|
1239
|
-
const
|
|
1240
|
-
return (N, O) =>
|
|
1239
|
+
const Zt = h.compile();
|
|
1240
|
+
return (N, O) => Zt(d, N, O);
|
|
1241
1241
|
};
|
|
1242
1242
|
let s;
|
|
1243
|
-
const i = B, c = !
|
|
1243
|
+
const i = B, c = !Ve.jitless, l = c && Tt.value, f = t.catchall;
|
|
1244
1244
|
let m;
|
|
1245
1245
|
e._zod.parse = (d, h) => {
|
|
1246
1246
|
m ?? (m = r.value);
|
|
1247
1247
|
const Z = d.value;
|
|
1248
|
-
return i(Z) ? c && l && h?.async === !1 && h.jitless !== !0 ? (s || (s = o(t.shape)), d = s(d, h), f ?
|
|
1248
|
+
return i(Z) ? c && l && h?.async === !1 && h.jitless !== !0 ? (s || (s = o(t.shape)), d = s(d, h), f ? ct([], Z, d, h, m, e) : d) : n(d, h) : (d.issues.push({
|
|
1249
1249
|
expected: "object",
|
|
1250
1250
|
code: "invalid_type",
|
|
1251
1251
|
input: Z,
|
|
@@ -1262,10 +1262,10 @@ function ke(e, t, n, r) {
|
|
|
1262
1262
|
code: "invalid_union",
|
|
1263
1263
|
input: t.value,
|
|
1264
1264
|
inst: n,
|
|
1265
|
-
errors: e.map((s) => s.issues.map((i) =>
|
|
1265
|
+
errors: e.map((s) => s.issues.map((i) => C(i, r, x())))
|
|
1266
1266
|
}), t);
|
|
1267
1267
|
}
|
|
1268
|
-
const
|
|
1268
|
+
const at = /* @__PURE__ */ u("$ZodUnion", (e, t) => {
|
|
1269
1269
|
y.init(e, t), _(e._zod, "optin", () => t.options.some((o) => o._zod.optin === "optional") ? "optional" : void 0), _(e._zod, "optout", () => t.options.some((o) => o._zod.optout === "optional") ? "optional" : void 0), _(e._zod, "values", () => {
|
|
1270
1270
|
if (t.options.every((o) => o._zod.values))
|
|
1271
1271
|
return new Set(t.options.flatMap((o) => Array.from(o._zod.values)));
|
|
@@ -1281,8 +1281,8 @@ const ct = /* @__PURE__ */ a("$ZodUnion", (e, t) => {
|
|
|
1281
1281
|
return r(o, s);
|
|
1282
1282
|
let i = !1;
|
|
1283
1283
|
const c = [];
|
|
1284
|
-
for (const
|
|
1285
|
-
const l =
|
|
1284
|
+
for (const a of t.options) {
|
|
1285
|
+
const l = a._zod.run({
|
|
1286
1286
|
value: o.value,
|
|
1287
1287
|
issues: []
|
|
1288
1288
|
}, s);
|
|
@@ -1294,10 +1294,10 @@ const ct = /* @__PURE__ */ a("$ZodUnion", (e, t) => {
|
|
|
1294
1294
|
c.push(l);
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
|
-
return i ? Promise.all(c).then((
|
|
1297
|
+
return i ? Promise.all(c).then((a) => ke(a, o, e, s)) : ke(c, o, e, s);
|
|
1298
1298
|
};
|
|
1299
|
-
}),
|
|
1300
|
-
t.inclusive = !1,
|
|
1299
|
+
}), gr = /* @__PURE__ */ u("$ZodDiscriminatedUnion", (e, t) => {
|
|
1300
|
+
t.inclusive = !1, at.init(e, t);
|
|
1301
1301
|
const n = e._zod.parse;
|
|
1302
1302
|
_(e._zod, "propValues", () => {
|
|
1303
1303
|
const o = {};
|
|
@@ -1305,9 +1305,9 @@ const ct = /* @__PURE__ */ a("$ZodUnion", (e, t) => {
|
|
|
1305
1305
|
const i = s._zod.propValues;
|
|
1306
1306
|
if (!i || Object.keys(i).length === 0)
|
|
1307
1307
|
throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);
|
|
1308
|
-
for (const [c,
|
|
1308
|
+
for (const [c, a] of Object.entries(i)) {
|
|
1309
1309
|
o[c] || (o[c] = /* @__PURE__ */ new Set());
|
|
1310
|
-
for (const l of
|
|
1310
|
+
for (const l of a)
|
|
1311
1311
|
o[c].add(l);
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
@@ -1319,10 +1319,10 @@ const ct = /* @__PURE__ */ a("$ZodUnion", (e, t) => {
|
|
|
1319
1319
|
const c = i._zod.propValues?.[t.discriminator];
|
|
1320
1320
|
if (!c || c.size === 0)
|
|
1321
1321
|
throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);
|
|
1322
|
-
for (const
|
|
1323
|
-
if (s.has(
|
|
1324
|
-
throw new Error(`Duplicate discriminator value "${String(
|
|
1325
|
-
s.set(
|
|
1322
|
+
for (const a of c) {
|
|
1323
|
+
if (s.has(a))
|
|
1324
|
+
throw new Error(`Duplicate discriminator value "${String(a)}"`);
|
|
1325
|
+
s.set(a, i);
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
1328
|
return s;
|
|
@@ -1347,10 +1347,10 @@ const ct = /* @__PURE__ */ a("$ZodUnion", (e, t) => {
|
|
|
1347
1347
|
inst: e
|
|
1348
1348
|
}), o);
|
|
1349
1349
|
};
|
|
1350
|
-
}),
|
|
1350
|
+
}), vr = /* @__PURE__ */ u("$ZodIntersection", (e, t) => {
|
|
1351
1351
|
y.init(e, t), e._zod.parse = (n, r) => {
|
|
1352
1352
|
const o = n.value, s = t.left._zod.run({ value: o, issues: [] }, r), i = t.right._zod.run({ value: o, issues: [] }, r);
|
|
1353
|
-
return s instanceof Promise || i instanceof Promise ? Promise.all([s, i]).then(([
|
|
1353
|
+
return s instanceof Promise || i instanceof Promise ? Promise.all([s, i]).then(([a, l]) => Ze(n, a, l)) : Ze(n, s, i);
|
|
1354
1354
|
};
|
|
1355
1355
|
});
|
|
1356
1356
|
function fe(e, t) {
|
|
@@ -1394,14 +1394,14 @@ function Ze(e, t, n) {
|
|
|
1394
1394
|
for (const c of t.issues)
|
|
1395
1395
|
if (c.code === "unrecognized_keys") {
|
|
1396
1396
|
o ?? (o = c);
|
|
1397
|
-
for (const
|
|
1398
|
-
r.has(
|
|
1397
|
+
for (const a of c.keys)
|
|
1398
|
+
r.has(a) || r.set(a, {}), r.get(a).l = !0;
|
|
1399
1399
|
} else
|
|
1400
1400
|
e.issues.push(c);
|
|
1401
1401
|
for (const c of n.issues)
|
|
1402
1402
|
if (c.code === "unrecognized_keys")
|
|
1403
|
-
for (const
|
|
1404
|
-
r.has(
|
|
1403
|
+
for (const a of c.keys)
|
|
1404
|
+
r.has(a) || r.set(a, {}), r.get(a).r = !0;
|
|
1405
1405
|
else
|
|
1406
1406
|
e.issues.push(c);
|
|
1407
1407
|
const s = [...r].filter(([, c]) => c.l && c.r).map(([c]) => c);
|
|
@@ -1412,10 +1412,10 @@ function Ze(e, t, n) {
|
|
|
1412
1412
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);
|
|
1413
1413
|
return e.value = i.data, e;
|
|
1414
1414
|
}
|
|
1415
|
-
const
|
|
1415
|
+
const br = /* @__PURE__ */ u("$ZodEnum", (e, t) => {
|
|
1416
1416
|
y.init(e, t);
|
|
1417
|
-
const n =
|
|
1418
|
-
e._zod.values = r, e._zod.pattern = new RegExp(`^(${n.filter((o) =>
|
|
1417
|
+
const n = Be(t.entries), r = new Set(n);
|
|
1418
|
+
e._zod.values = r, e._zod.pattern = new RegExp(`^(${n.filter((o) => It.has(typeof o)).map((o) => typeof o == "string" ? U(o) : o.toString()).join("|")})$`), e._zod.parse = (o, s) => {
|
|
1419
1419
|
const i = o.value;
|
|
1420
1420
|
return r.has(i) || o.issues.push({
|
|
1421
1421
|
code: "invalid_value",
|
|
@@ -1424,7 +1424,7 @@ const vr = /* @__PURE__ */ a("$ZodEnum", (e, t) => {
|
|
|
1424
1424
|
inst: e
|
|
1425
1425
|
}), o;
|
|
1426
1426
|
};
|
|
1427
|
-
}),
|
|
1427
|
+
}), yr = /* @__PURE__ */ u("$ZodLiteral", (e, t) => {
|
|
1428
1428
|
if (y.init(e, t), t.values.length === 0)
|
|
1429
1429
|
throw new Error("Cannot create literal schema with no valid values");
|
|
1430
1430
|
const n = new Set(t.values);
|
|
@@ -1437,10 +1437,10 @@ const vr = /* @__PURE__ */ a("$ZodEnum", (e, t) => {
|
|
|
1437
1437
|
inst: e
|
|
1438
1438
|
}), r;
|
|
1439
1439
|
};
|
|
1440
|
-
}),
|
|
1440
|
+
}), zr = /* @__PURE__ */ u("$ZodTransform", (e, t) => {
|
|
1441
1441
|
y.init(e, t), e._zod.parse = (n, r) => {
|
|
1442
1442
|
if (r.direction === "backward")
|
|
1443
|
-
throw new
|
|
1443
|
+
throw new Je(e.constructor.name);
|
|
1444
1444
|
const o = t.transform(n.value, n);
|
|
1445
1445
|
if (r.async)
|
|
1446
1446
|
return (o instanceof Promise ? o : Promise.resolve(o)).then((i) => (n.value = i, n));
|
|
@@ -1452,7 +1452,7 @@ const vr = /* @__PURE__ */ a("$ZodEnum", (e, t) => {
|
|
|
1452
1452
|
function Se(e, t) {
|
|
1453
1453
|
return e.issues.length && t === void 0 ? { issues: [], value: void 0 } : e;
|
|
1454
1454
|
}
|
|
1455
|
-
const
|
|
1455
|
+
const ut = /* @__PURE__ */ u("$ZodOptional", (e, t) => {
|
|
1456
1456
|
y.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", _(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, void 0]) : void 0), _(e._zod, "pattern", () => {
|
|
1457
1457
|
const n = t.innerType._zod.pattern;
|
|
1458
1458
|
return n ? new RegExp(`^(${he(n.source)})?$`) : void 0;
|
|
@@ -1463,14 +1463,14 @@ const at = /* @__PURE__ */ a("$ZodOptional", (e, t) => {
|
|
|
1463
1463
|
}
|
|
1464
1464
|
return n.value === void 0 ? n : t.innerType._zod.run(n, r);
|
|
1465
1465
|
};
|
|
1466
|
-
}),
|
|
1467
|
-
|
|
1468
|
-
}),
|
|
1466
|
+
}), wr = /* @__PURE__ */ u("$ZodExactOptional", (e, t) => {
|
|
1467
|
+
ut.init(e, t), _(e._zod, "values", () => t.innerType._zod.values), _(e._zod, "pattern", () => t.innerType._zod.pattern), e._zod.parse = (n, r) => t.innerType._zod.run(n, r);
|
|
1468
|
+
}), $r = /* @__PURE__ */ u("$ZodNullable", (e, t) => {
|
|
1469
1469
|
y.init(e, t), _(e._zod, "optin", () => t.innerType._zod.optin), _(e._zod, "optout", () => t.innerType._zod.optout), _(e._zod, "pattern", () => {
|
|
1470
1470
|
const n = t.innerType._zod.pattern;
|
|
1471
1471
|
return n ? new RegExp(`^(${he(n.source)}|null)$`) : void 0;
|
|
1472
1472
|
}), _(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (n, r) => n.value === null ? n : t.innerType._zod.run(n, r);
|
|
1473
|
-
}),
|
|
1473
|
+
}), kr = /* @__PURE__ */ u("$ZodDefault", (e, t) => {
|
|
1474
1474
|
y.init(e, t), e._zod.optin = "optional", _(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => {
|
|
1475
1475
|
if (r.direction === "backward")
|
|
1476
1476
|
return t.innerType._zod.run(n, r);
|
|
@@ -1483,9 +1483,9 @@ const at = /* @__PURE__ */ a("$ZodOptional", (e, t) => {
|
|
|
1483
1483
|
function Oe(e, t) {
|
|
1484
1484
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
1485
1485
|
}
|
|
1486
|
-
const
|
|
1486
|
+
const Zr = /* @__PURE__ */ u("$ZodPrefault", (e, t) => {
|
|
1487
1487
|
y.init(e, t), e._zod.optin = "optional", _(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => (r.direction === "backward" || n.value === void 0 && (n.value = t.defaultValue), t.innerType._zod.run(n, r));
|
|
1488
|
-
}),
|
|
1488
|
+
}), Sr = /* @__PURE__ */ u("$ZodNonOptional", (e, t) => {
|
|
1489
1489
|
y.init(e, t), _(e._zod, "values", () => {
|
|
1490
1490
|
const n = t.innerType._zod.values;
|
|
1491
1491
|
return n ? new Set([...n].filter((r) => r !== void 0)) : void 0;
|
|
@@ -1502,7 +1502,7 @@ function Ee(e, t) {
|
|
|
1502
1502
|
inst: t
|
|
1503
1503
|
}), e;
|
|
1504
1504
|
}
|
|
1505
|
-
const
|
|
1505
|
+
const Or = /* @__PURE__ */ u("$ZodCatch", (e, t) => {
|
|
1506
1506
|
y.init(e, t), _(e._zod, "optin", () => t.innerType._zod.optin), _(e._zod, "optout", () => t.innerType._zod.optout), _(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => {
|
|
1507
1507
|
if (r.direction === "backward")
|
|
1508
1508
|
return t.innerType._zod.run(n, r);
|
|
@@ -1510,18 +1510,18 @@ const Sr = /* @__PURE__ */ a("$ZodCatch", (e, t) => {
|
|
|
1510
1510
|
return o instanceof Promise ? o.then((s) => (n.value = s.value, s.issues.length && (n.value = t.catchValue({
|
|
1511
1511
|
...n,
|
|
1512
1512
|
error: {
|
|
1513
|
-
issues: s.issues.map((i) =>
|
|
1513
|
+
issues: s.issues.map((i) => C(i, r, x()))
|
|
1514
1514
|
},
|
|
1515
1515
|
input: n.value
|
|
1516
1516
|
}), n.issues = []), n)) : (n.value = o.value, o.issues.length && (n.value = t.catchValue({
|
|
1517
1517
|
...n,
|
|
1518
1518
|
error: {
|
|
1519
|
-
issues: o.issues.map((s) =>
|
|
1519
|
+
issues: o.issues.map((s) => C(s, r, x()))
|
|
1520
1520
|
},
|
|
1521
1521
|
input: n.value
|
|
1522
1522
|
}), n.issues = []), n);
|
|
1523
1523
|
};
|
|
1524
|
-
}),
|
|
1524
|
+
}), Er = /* @__PURE__ */ u("$ZodPipe", (e, t) => {
|
|
1525
1525
|
y.init(e, t), _(e._zod, "values", () => t.in._zod.values), _(e._zod, "optin", () => t.in._zod.optin), _(e._zod, "optout", () => t.out._zod.optout), _(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (n, r) => {
|
|
1526
1526
|
if (r.direction === "backward") {
|
|
1527
1527
|
const s = t.out._zod.run(n, r);
|
|
@@ -1534,7 +1534,7 @@ const Sr = /* @__PURE__ */ a("$ZodCatch", (e, t) => {
|
|
|
1534
1534
|
function H(e, t, n) {
|
|
1535
1535
|
return e.issues.length ? (e.aborted = !0, e) : t._zod.run({ value: e.value, issues: e.issues }, n);
|
|
1536
1536
|
}
|
|
1537
|
-
const
|
|
1537
|
+
const Tr = /* @__PURE__ */ u("$ZodReadonly", (e, t) => {
|
|
1538
1538
|
y.init(e, t), _(e._zod, "propValues", () => t.innerType._zod.propValues), _(e._zod, "values", () => t.innerType._zod.values), _(e._zod, "optin", () => t.innerType?._zod?.optin), _(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (n, r) => {
|
|
1539
1539
|
if (r.direction === "backward")
|
|
1540
1540
|
return t.innerType._zod.run(n, r);
|
|
@@ -1545,7 +1545,7 @@ const Er = /* @__PURE__ */ a("$ZodReadonly", (e, t) => {
|
|
|
1545
1545
|
function Te(e) {
|
|
1546
1546
|
return e.value = Object.freeze(e.value), e;
|
|
1547
1547
|
}
|
|
1548
|
-
const
|
|
1548
|
+
const Ir = /* @__PURE__ */ u("$ZodCustom", (e, t) => {
|
|
1549
1549
|
E.init(e, t), y.init(e, t), e._zod.parse = (n, r) => n, e._zod.check = (n) => {
|
|
1550
1550
|
const r = n.value, o = t.fn(r);
|
|
1551
1551
|
if (o instanceof Promise)
|
|
@@ -1569,7 +1569,7 @@ function Ie(e, t, n, r) {
|
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
1571
1571
|
var Ne;
|
|
1572
|
-
class
|
|
1572
|
+
class Nr {
|
|
1573
1573
|
constructor() {
|
|
1574
1574
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
1575
1575
|
}
|
|
@@ -1598,20 +1598,20 @@ class Ir {
|
|
|
1598
1598
|
return this._map.has(t);
|
|
1599
1599
|
}
|
|
1600
1600
|
}
|
|
1601
|
-
function
|
|
1602
|
-
return new
|
|
1601
|
+
function Pr() {
|
|
1602
|
+
return new Nr();
|
|
1603
1603
|
}
|
|
1604
|
-
(Ne = globalThis).__zod_globalRegistry ?? (Ne.__zod_globalRegistry =
|
|
1604
|
+
(Ne = globalThis).__zod_globalRegistry ?? (Ne.__zod_globalRegistry = Pr());
|
|
1605
1605
|
const J = globalThis.__zod_globalRegistry;
|
|
1606
1606
|
// @__NO_SIDE_EFFECTS__
|
|
1607
|
-
function
|
|
1607
|
+
function Ar(e, t) {
|
|
1608
1608
|
return new e({
|
|
1609
1609
|
type: "string",
|
|
1610
1610
|
...p(t)
|
|
1611
1611
|
});
|
|
1612
1612
|
}
|
|
1613
1613
|
// @__NO_SIDE_EFFECTS__
|
|
1614
|
-
function
|
|
1614
|
+
function jr(e, t) {
|
|
1615
1615
|
return new e({
|
|
1616
1616
|
type: "string",
|
|
1617
1617
|
format: "email",
|
|
@@ -1631,7 +1631,7 @@ function Pe(e, t) {
|
|
|
1631
1631
|
});
|
|
1632
1632
|
}
|
|
1633
1633
|
// @__NO_SIDE_EFFECTS__
|
|
1634
|
-
function
|
|
1634
|
+
function xr(e, t) {
|
|
1635
1635
|
return new e({
|
|
1636
1636
|
type: "string",
|
|
1637
1637
|
format: "uuid",
|
|
@@ -1652,7 +1652,7 @@ function Cr(e, t) {
|
|
|
1652
1652
|
});
|
|
1653
1653
|
}
|
|
1654
1654
|
// @__NO_SIDE_EFFECTS__
|
|
1655
|
-
function
|
|
1655
|
+
function Rr(e, t) {
|
|
1656
1656
|
return new e({
|
|
1657
1657
|
type: "string",
|
|
1658
1658
|
format: "uuid",
|
|
@@ -1663,7 +1663,7 @@ function xr(e, t) {
|
|
|
1663
1663
|
});
|
|
1664
1664
|
}
|
|
1665
1665
|
// @__NO_SIDE_EFFECTS__
|
|
1666
|
-
function
|
|
1666
|
+
function Dr(e, t) {
|
|
1667
1667
|
return new e({
|
|
1668
1668
|
type: "string",
|
|
1669
1669
|
format: "uuid",
|
|
@@ -1674,7 +1674,7 @@ function Rr(e, t) {
|
|
|
1674
1674
|
});
|
|
1675
1675
|
}
|
|
1676
1676
|
// @__NO_SIDE_EFFECTS__
|
|
1677
|
-
function
|
|
1677
|
+
function Fr(e, t) {
|
|
1678
1678
|
return new e({
|
|
1679
1679
|
type: "string",
|
|
1680
1680
|
format: "url",
|
|
@@ -1684,7 +1684,7 @@ function Dr(e, t) {
|
|
|
1684
1684
|
});
|
|
1685
1685
|
}
|
|
1686
1686
|
// @__NO_SIDE_EFFECTS__
|
|
1687
|
-
function
|
|
1687
|
+
function Mr(e, t) {
|
|
1688
1688
|
return new e({
|
|
1689
1689
|
type: "string",
|
|
1690
1690
|
format: "emoji",
|
|
@@ -1694,7 +1694,7 @@ function Fr(e, t) {
|
|
|
1694
1694
|
});
|
|
1695
1695
|
}
|
|
1696
1696
|
// @__NO_SIDE_EFFECTS__
|
|
1697
|
-
function
|
|
1697
|
+
function Ur(e, t) {
|
|
1698
1698
|
return new e({
|
|
1699
1699
|
type: "string",
|
|
1700
1700
|
format: "nanoid",
|
|
@@ -1704,7 +1704,7 @@ function Mr(e, t) {
|
|
|
1704
1704
|
});
|
|
1705
1705
|
}
|
|
1706
1706
|
// @__NO_SIDE_EFFECTS__
|
|
1707
|
-
function
|
|
1707
|
+
function Lr(e, t) {
|
|
1708
1708
|
return new e({
|
|
1709
1709
|
type: "string",
|
|
1710
1710
|
format: "cuid",
|
|
@@ -1714,7 +1714,7 @@ function Ur(e, t) {
|
|
|
1714
1714
|
});
|
|
1715
1715
|
}
|
|
1716
1716
|
// @__NO_SIDE_EFFECTS__
|
|
1717
|
-
function
|
|
1717
|
+
function Jr(e, t) {
|
|
1718
1718
|
return new e({
|
|
1719
1719
|
type: "string",
|
|
1720
1720
|
format: "cuid2",
|
|
@@ -1724,7 +1724,7 @@ function Lr(e, t) {
|
|
|
1724
1724
|
});
|
|
1725
1725
|
}
|
|
1726
1726
|
// @__NO_SIDE_EFFECTS__
|
|
1727
|
-
function
|
|
1727
|
+
function Vr(e, t) {
|
|
1728
1728
|
return new e({
|
|
1729
1729
|
type: "string",
|
|
1730
1730
|
format: "ulid",
|
|
@@ -1734,7 +1734,7 @@ function Jr(e, t) {
|
|
|
1734
1734
|
});
|
|
1735
1735
|
}
|
|
1736
1736
|
// @__NO_SIDE_EFFECTS__
|
|
1737
|
-
function
|
|
1737
|
+
function Br(e, t) {
|
|
1738
1738
|
return new e({
|
|
1739
1739
|
type: "string",
|
|
1740
1740
|
format: "xid",
|
|
@@ -1744,7 +1744,7 @@ function Vr(e, t) {
|
|
|
1744
1744
|
});
|
|
1745
1745
|
}
|
|
1746
1746
|
// @__NO_SIDE_EFFECTS__
|
|
1747
|
-
function
|
|
1747
|
+
function Wr(e, t) {
|
|
1748
1748
|
return new e({
|
|
1749
1749
|
type: "string",
|
|
1750
1750
|
format: "ksuid",
|
|
@@ -1754,7 +1754,7 @@ function Br(e, t) {
|
|
|
1754
1754
|
});
|
|
1755
1755
|
}
|
|
1756
1756
|
// @__NO_SIDE_EFFECTS__
|
|
1757
|
-
function
|
|
1757
|
+
function Yr(e, t) {
|
|
1758
1758
|
return new e({
|
|
1759
1759
|
type: "string",
|
|
1760
1760
|
format: "ipv4",
|
|
@@ -1764,7 +1764,7 @@ function Wr(e, t) {
|
|
|
1764
1764
|
});
|
|
1765
1765
|
}
|
|
1766
1766
|
// @__NO_SIDE_EFFECTS__
|
|
1767
|
-
function
|
|
1767
|
+
function Kr(e, t) {
|
|
1768
1768
|
return new e({
|
|
1769
1769
|
type: "string",
|
|
1770
1770
|
format: "ipv6",
|
|
@@ -1774,7 +1774,7 @@ function Yr(e, t) {
|
|
|
1774
1774
|
});
|
|
1775
1775
|
}
|
|
1776
1776
|
// @__NO_SIDE_EFFECTS__
|
|
1777
|
-
function
|
|
1777
|
+
function Gr(e, t) {
|
|
1778
1778
|
return new e({
|
|
1779
1779
|
type: "string",
|
|
1780
1780
|
format: "cidrv4",
|
|
@@ -1784,7 +1784,7 @@ function Kr(e, t) {
|
|
|
1784
1784
|
});
|
|
1785
1785
|
}
|
|
1786
1786
|
// @__NO_SIDE_EFFECTS__
|
|
1787
|
-
function
|
|
1787
|
+
function Hr(e, t) {
|
|
1788
1788
|
return new e({
|
|
1789
1789
|
type: "string",
|
|
1790
1790
|
format: "cidrv6",
|
|
@@ -1794,7 +1794,7 @@ function Gr(e, t) {
|
|
|
1794
1794
|
});
|
|
1795
1795
|
}
|
|
1796
1796
|
// @__NO_SIDE_EFFECTS__
|
|
1797
|
-
function
|
|
1797
|
+
function qr(e, t) {
|
|
1798
1798
|
return new e({
|
|
1799
1799
|
type: "string",
|
|
1800
1800
|
format: "base64",
|
|
@@ -1804,7 +1804,7 @@ function Hr(e, t) {
|
|
|
1804
1804
|
});
|
|
1805
1805
|
}
|
|
1806
1806
|
// @__NO_SIDE_EFFECTS__
|
|
1807
|
-
function
|
|
1807
|
+
function Xr(e, t) {
|
|
1808
1808
|
return new e({
|
|
1809
1809
|
type: "string",
|
|
1810
1810
|
format: "base64url",
|
|
@@ -1814,7 +1814,7 @@ function qr(e, t) {
|
|
|
1814
1814
|
});
|
|
1815
1815
|
}
|
|
1816
1816
|
// @__NO_SIDE_EFFECTS__
|
|
1817
|
-
function
|
|
1817
|
+
function Qr(e, t) {
|
|
1818
1818
|
return new e({
|
|
1819
1819
|
type: "string",
|
|
1820
1820
|
format: "e164",
|
|
@@ -1824,7 +1824,7 @@ function Xr(e, t) {
|
|
|
1824
1824
|
});
|
|
1825
1825
|
}
|
|
1826
1826
|
// @__NO_SIDE_EFFECTS__
|
|
1827
|
-
function
|
|
1827
|
+
function eo(e, t) {
|
|
1828
1828
|
return new e({
|
|
1829
1829
|
type: "string",
|
|
1830
1830
|
format: "jwt",
|
|
@@ -1834,7 +1834,7 @@ function Qr(e, t) {
|
|
|
1834
1834
|
});
|
|
1835
1835
|
}
|
|
1836
1836
|
// @__NO_SIDE_EFFECTS__
|
|
1837
|
-
function
|
|
1837
|
+
function to(e, t) {
|
|
1838
1838
|
return new e({
|
|
1839
1839
|
type: "string",
|
|
1840
1840
|
format: "datetime",
|
|
@@ -1846,7 +1846,7 @@ function eo(e, t) {
|
|
|
1846
1846
|
});
|
|
1847
1847
|
}
|
|
1848
1848
|
// @__NO_SIDE_EFFECTS__
|
|
1849
|
-
function
|
|
1849
|
+
function no(e, t) {
|
|
1850
1850
|
return new e({
|
|
1851
1851
|
type: "string",
|
|
1852
1852
|
format: "date",
|
|
@@ -1855,7 +1855,7 @@ function to(e, t) {
|
|
|
1855
1855
|
});
|
|
1856
1856
|
}
|
|
1857
1857
|
// @__NO_SIDE_EFFECTS__
|
|
1858
|
-
function
|
|
1858
|
+
function ro(e, t) {
|
|
1859
1859
|
return new e({
|
|
1860
1860
|
type: "string",
|
|
1861
1861
|
format: "time",
|
|
@@ -1865,7 +1865,7 @@ function no(e, t) {
|
|
|
1865
1865
|
});
|
|
1866
1866
|
}
|
|
1867
1867
|
// @__NO_SIDE_EFFECTS__
|
|
1868
|
-
function
|
|
1868
|
+
function oo(e, t) {
|
|
1869
1869
|
return new e({
|
|
1870
1870
|
type: "string",
|
|
1871
1871
|
format: "duration",
|
|
@@ -1874,7 +1874,7 @@ function ro(e, t) {
|
|
|
1874
1874
|
});
|
|
1875
1875
|
}
|
|
1876
1876
|
// @__NO_SIDE_EFFECTS__
|
|
1877
|
-
function
|
|
1877
|
+
function io(e, t) {
|
|
1878
1878
|
return new e({
|
|
1879
1879
|
type: "number",
|
|
1880
1880
|
checks: [],
|
|
@@ -1882,7 +1882,7 @@ function oo(e, t) {
|
|
|
1882
1882
|
});
|
|
1883
1883
|
}
|
|
1884
1884
|
// @__NO_SIDE_EFFECTS__
|
|
1885
|
-
function
|
|
1885
|
+
function so(e, t) {
|
|
1886
1886
|
return new e({
|
|
1887
1887
|
type: "number",
|
|
1888
1888
|
check: "number_format",
|
|
@@ -1892,20 +1892,20 @@ function io(e, t) {
|
|
|
1892
1892
|
});
|
|
1893
1893
|
}
|
|
1894
1894
|
// @__NO_SIDE_EFFECTS__
|
|
1895
|
-
function
|
|
1895
|
+
function co(e, t) {
|
|
1896
1896
|
return new e({
|
|
1897
1897
|
type: "boolean",
|
|
1898
1898
|
...p(t)
|
|
1899
1899
|
});
|
|
1900
1900
|
}
|
|
1901
1901
|
// @__NO_SIDE_EFFECTS__
|
|
1902
|
-
function
|
|
1902
|
+
function ao(e) {
|
|
1903
1903
|
return new e({
|
|
1904
1904
|
type: "unknown"
|
|
1905
1905
|
});
|
|
1906
1906
|
}
|
|
1907
1907
|
// @__NO_SIDE_EFFECTS__
|
|
1908
|
-
function
|
|
1908
|
+
function uo(e, t) {
|
|
1909
1909
|
return new e({
|
|
1910
1910
|
type: "never",
|
|
1911
1911
|
...p(t)
|
|
@@ -1913,7 +1913,7 @@ function ao(e, t) {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
// @__NO_SIDE_EFFECTS__
|
|
1915
1915
|
function Ae(e, t) {
|
|
1916
|
-
return new
|
|
1916
|
+
return new nt({
|
|
1917
1917
|
check: "less_than",
|
|
1918
1918
|
...p(t),
|
|
1919
1919
|
value: e,
|
|
@@ -1922,7 +1922,7 @@ function Ae(e, t) {
|
|
|
1922
1922
|
}
|
|
1923
1923
|
// @__NO_SIDE_EFFECTS__
|
|
1924
1924
|
function ce(e, t) {
|
|
1925
|
-
return new
|
|
1925
|
+
return new nt({
|
|
1926
1926
|
check: "less_than",
|
|
1927
1927
|
...p(t),
|
|
1928
1928
|
value: e,
|
|
@@ -1931,7 +1931,7 @@ function ce(e, t) {
|
|
|
1931
1931
|
}
|
|
1932
1932
|
// @__NO_SIDE_EFFECTS__
|
|
1933
1933
|
function je(e, t) {
|
|
1934
|
-
return new
|
|
1934
|
+
return new rt({
|
|
1935
1935
|
check: "greater_than",
|
|
1936
1936
|
...p(t),
|
|
1937
1937
|
value: e,
|
|
@@ -1940,7 +1940,7 @@ function je(e, t) {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
// @__NO_SIDE_EFFECTS__
|
|
1942
1942
|
function ae(e, t) {
|
|
1943
|
-
return new
|
|
1943
|
+
return new rt({
|
|
1944
1944
|
check: "greater_than",
|
|
1945
1945
|
...p(t),
|
|
1946
1946
|
value: e,
|
|
@@ -1948,16 +1948,16 @@ function ae(e, t) {
|
|
|
1948
1948
|
});
|
|
1949
1949
|
}
|
|
1950
1950
|
// @__NO_SIDE_EFFECTS__
|
|
1951
|
-
function
|
|
1952
|
-
return new
|
|
1951
|
+
function xe(e, t) {
|
|
1952
|
+
return new Zn({
|
|
1953
1953
|
check: "multiple_of",
|
|
1954
1954
|
...p(t),
|
|
1955
1955
|
value: e
|
|
1956
1956
|
});
|
|
1957
1957
|
}
|
|
1958
1958
|
// @__NO_SIDE_EFFECTS__
|
|
1959
|
-
function
|
|
1960
|
-
return new
|
|
1959
|
+
function lt(e, t) {
|
|
1960
|
+
return new On({
|
|
1961
1961
|
check: "max_length",
|
|
1962
1962
|
...p(t),
|
|
1963
1963
|
maximum: e
|
|
@@ -1965,23 +1965,23 @@ function ut(e, t) {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
// @__NO_SIDE_EFFECTS__
|
|
1967
1967
|
function Q(e, t) {
|
|
1968
|
-
return new
|
|
1968
|
+
return new En({
|
|
1969
1969
|
check: "min_length",
|
|
1970
1970
|
...p(t),
|
|
1971
1971
|
minimum: e
|
|
1972
1972
|
});
|
|
1973
1973
|
}
|
|
1974
1974
|
// @__NO_SIDE_EFFECTS__
|
|
1975
|
-
function
|
|
1976
|
-
return new
|
|
1975
|
+
function ft(e, t) {
|
|
1976
|
+
return new Tn({
|
|
1977
1977
|
check: "length_equals",
|
|
1978
1978
|
...p(t),
|
|
1979
1979
|
length: e
|
|
1980
1980
|
});
|
|
1981
1981
|
}
|
|
1982
1982
|
// @__NO_SIDE_EFFECTS__
|
|
1983
|
-
function
|
|
1984
|
-
return new
|
|
1983
|
+
function lo(e, t) {
|
|
1984
|
+
return new In({
|
|
1985
1985
|
check: "string_format",
|
|
1986
1986
|
format: "regex",
|
|
1987
1987
|
...p(t),
|
|
@@ -1989,24 +1989,24 @@ function uo(e, t) {
|
|
|
1989
1989
|
});
|
|
1990
1990
|
}
|
|
1991
1991
|
// @__NO_SIDE_EFFECTS__
|
|
1992
|
-
function
|
|
1993
|
-
return new
|
|
1992
|
+
function fo(e) {
|
|
1993
|
+
return new Nn({
|
|
1994
1994
|
check: "string_format",
|
|
1995
1995
|
format: "lowercase",
|
|
1996
1996
|
...p(e)
|
|
1997
1997
|
});
|
|
1998
1998
|
}
|
|
1999
1999
|
// @__NO_SIDE_EFFECTS__
|
|
2000
|
-
function
|
|
2001
|
-
return new
|
|
2000
|
+
function po(e) {
|
|
2001
|
+
return new Pn({
|
|
2002
2002
|
check: "string_format",
|
|
2003
2003
|
format: "uppercase",
|
|
2004
2004
|
...p(e)
|
|
2005
2005
|
});
|
|
2006
2006
|
}
|
|
2007
2007
|
// @__NO_SIDE_EFFECTS__
|
|
2008
|
-
function
|
|
2009
|
-
return new
|
|
2008
|
+
function ho(e, t) {
|
|
2009
|
+
return new An({
|
|
2010
2010
|
check: "string_format",
|
|
2011
2011
|
format: "includes",
|
|
2012
2012
|
...p(t),
|
|
@@ -2014,8 +2014,8 @@ function po(e, t) {
|
|
|
2014
2014
|
});
|
|
2015
2015
|
}
|
|
2016
2016
|
// @__NO_SIDE_EFFECTS__
|
|
2017
|
-
function
|
|
2018
|
-
return new
|
|
2017
|
+
function mo(e, t) {
|
|
2018
|
+
return new jn({
|
|
2019
2019
|
check: "string_format",
|
|
2020
2020
|
format: "starts_with",
|
|
2021
2021
|
...p(t),
|
|
@@ -2023,8 +2023,8 @@ function ho(e, t) {
|
|
|
2023
2023
|
});
|
|
2024
2024
|
}
|
|
2025
2025
|
// @__NO_SIDE_EFFECTS__
|
|
2026
|
-
function
|
|
2027
|
-
return new
|
|
2026
|
+
function _o(e, t) {
|
|
2027
|
+
return new xn({
|
|
2028
2028
|
check: "string_format",
|
|
2029
2029
|
format: "ends_with",
|
|
2030
2030
|
...p(t),
|
|
@@ -2039,27 +2039,27 @@ function L(e) {
|
|
|
2039
2039
|
});
|
|
2040
2040
|
}
|
|
2041
2041
|
// @__NO_SIDE_EFFECTS__
|
|
2042
|
-
function
|
|
2042
|
+
function go(e) {
|
|
2043
2043
|
return /* @__PURE__ */ L((t) => t.normalize(e));
|
|
2044
2044
|
}
|
|
2045
2045
|
// @__NO_SIDE_EFFECTS__
|
|
2046
|
-
function
|
|
2046
|
+
function vo() {
|
|
2047
2047
|
return /* @__PURE__ */ L((e) => e.trim());
|
|
2048
2048
|
}
|
|
2049
2049
|
// @__NO_SIDE_EFFECTS__
|
|
2050
|
-
function
|
|
2050
|
+
function bo() {
|
|
2051
2051
|
return /* @__PURE__ */ L((e) => e.toLowerCase());
|
|
2052
2052
|
}
|
|
2053
2053
|
// @__NO_SIDE_EFFECTS__
|
|
2054
|
-
function
|
|
2054
|
+
function yo() {
|
|
2055
2055
|
return /* @__PURE__ */ L((e) => e.toUpperCase());
|
|
2056
2056
|
}
|
|
2057
2057
|
// @__NO_SIDE_EFFECTS__
|
|
2058
|
-
function
|
|
2059
|
-
return /* @__PURE__ */ L((e) =>
|
|
2058
|
+
function zo() {
|
|
2059
|
+
return /* @__PURE__ */ L((e) => Et(e));
|
|
2060
2060
|
}
|
|
2061
2061
|
// @__NO_SIDE_EFFECTS__
|
|
2062
|
-
function
|
|
2062
|
+
function wo(e, t, n) {
|
|
2063
2063
|
return new e({
|
|
2064
2064
|
type: "array",
|
|
2065
2065
|
element: t,
|
|
@@ -2070,7 +2070,7 @@ function zo(e, t, n) {
|
|
|
2070
2070
|
});
|
|
2071
2071
|
}
|
|
2072
2072
|
// @__NO_SIDE_EFFECTS__
|
|
2073
|
-
function
|
|
2073
|
+
function $o(e, t, n) {
|
|
2074
2074
|
return new e({
|
|
2075
2075
|
type: "custom",
|
|
2076
2076
|
check: "custom",
|
|
@@ -2079,8 +2079,8 @@ function wo(e, t, n) {
|
|
|
2079
2079
|
});
|
|
2080
2080
|
}
|
|
2081
2081
|
// @__NO_SIDE_EFFECTS__
|
|
2082
|
-
function
|
|
2083
|
-
const t = /* @__PURE__ */
|
|
2082
|
+
function ko(e) {
|
|
2083
|
+
const t = /* @__PURE__ */ Zo((n) => (n.addIssue = (r) => {
|
|
2084
2084
|
if (typeof r == "string")
|
|
2085
2085
|
n.issues.push(Y(r, n.value, t._zod.def));
|
|
2086
2086
|
else {
|
|
@@ -2091,14 +2091,14 @@ function $o(e) {
|
|
|
2091
2091
|
return t;
|
|
2092
2092
|
}
|
|
2093
2093
|
// @__NO_SIDE_EFFECTS__
|
|
2094
|
-
function
|
|
2094
|
+
function Zo(e, t) {
|
|
2095
2095
|
const n = new E({
|
|
2096
2096
|
check: "custom",
|
|
2097
2097
|
...p(t)
|
|
2098
2098
|
});
|
|
2099
2099
|
return n._zod.check = e, n;
|
|
2100
2100
|
}
|
|
2101
|
-
function
|
|
2101
|
+
function pt(e) {
|
|
2102
2102
|
let t = e?.target ?? "draft-2020-12";
|
|
2103
2103
|
return t === "draft-4" && (t = "draft-04"), t === "draft-7" && (t = "draft-07"), {
|
|
2104
2104
|
processors: e.processors ?? {},
|
|
@@ -2142,10 +2142,10 @@ function $(e, t, n = { path: [], schemaPath: [] }) {
|
|
|
2142
2142
|
const m = e._zod.parent;
|
|
2143
2143
|
m && (i.ref || (i.ref = m), $(m, t, f), t.seen.get(m).isParent = !0);
|
|
2144
2144
|
}
|
|
2145
|
-
const
|
|
2146
|
-
return
|
|
2145
|
+
const a = t.metadataRegistry.get(e);
|
|
2146
|
+
return a && Object.assign(i.schema, a), t.io === "input" && S(e) && (delete i.schema.examples, delete i.schema.default), t.io === "input" && i.schema._prefault && ((r = i.schema).default ?? (r.default = i.schema._prefault)), delete i.schema._prefault, t.seen.get(e).schema;
|
|
2147
2147
|
}
|
|
2148
|
-
function
|
|
2148
|
+
function dt(e, t) {
|
|
2149
2149
|
const n = e.seen.get(t);
|
|
2150
2150
|
if (!n)
|
|
2151
2151
|
throw new Error("Unprocessed schema. This is a bug in Zod.");
|
|
@@ -2153,8 +2153,8 @@ function pt(e, t) {
|
|
|
2153
2153
|
for (const i of e.seen.entries()) {
|
|
2154
2154
|
const c = e.metadataRegistry.get(i[0])?.id;
|
|
2155
2155
|
if (c) {
|
|
2156
|
-
const
|
|
2157
|
-
if (
|
|
2156
|
+
const a = r.get(c);
|
|
2157
|
+
if (a && a !== i[0])
|
|
2158
2158
|
throw new Error(`Duplicate schema id "${c}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);
|
|
2159
2159
|
r.set(c, i[0]);
|
|
2160
2160
|
}
|
|
@@ -2175,12 +2175,12 @@ function pt(e, t) {
|
|
|
2175
2175
|
}, s = (i) => {
|
|
2176
2176
|
if (i[1].schema.$ref)
|
|
2177
2177
|
return;
|
|
2178
|
-
const c = i[1], { ref:
|
|
2178
|
+
const c = i[1], { ref: a, defId: l } = o(i);
|
|
2179
2179
|
c.def = { ...c.schema }, l && (c.defId = l);
|
|
2180
2180
|
const f = c.schema;
|
|
2181
2181
|
for (const m in f)
|
|
2182
2182
|
delete f[m];
|
|
2183
|
-
f.$ref =
|
|
2183
|
+
f.$ref = a;
|
|
2184
2184
|
};
|
|
2185
2185
|
if (e.cycles === "throw")
|
|
2186
2186
|
for (const i of e.seen.entries()) {
|
|
@@ -2217,7 +2217,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
2217
2217
|
}
|
|
2218
2218
|
}
|
|
2219
2219
|
}
|
|
2220
|
-
function
|
|
2220
|
+
function ht(e, t) {
|
|
2221
2221
|
const n = e.seen.get(t);
|
|
2222
2222
|
if (!n)
|
|
2223
2223
|
throw new Error("Unprocessed schema. This is a bug in Zod.");
|
|
@@ -2225,28 +2225,28 @@ function dt(e, t) {
|
|
|
2225
2225
|
const c = e.seen.get(i);
|
|
2226
2226
|
if (c.ref === null)
|
|
2227
2227
|
return;
|
|
2228
|
-
const
|
|
2228
|
+
const a = c.def ?? c.schema, l = { ...a }, f = c.ref;
|
|
2229
2229
|
if (c.ref = null, f) {
|
|
2230
2230
|
r(f);
|
|
2231
2231
|
const d = e.seen.get(f), h = d.schema;
|
|
2232
|
-
if (h.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (
|
|
2233
|
-
for (const w in
|
|
2234
|
-
w === "$ref" || w === "allOf" || w in l || delete
|
|
2232
|
+
if (h.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (a.allOf = a.allOf ?? [], a.allOf.push(h)) : Object.assign(a, h), Object.assign(a, l), i._zod.parent === f)
|
|
2233
|
+
for (const w in a)
|
|
2234
|
+
w === "$ref" || w === "allOf" || w in l || delete a[w];
|
|
2235
2235
|
if (h.$ref && d.def)
|
|
2236
|
-
for (const w in
|
|
2237
|
-
w === "$ref" || w === "allOf" || w in d.def && JSON.stringify(
|
|
2236
|
+
for (const w in a)
|
|
2237
|
+
w === "$ref" || w === "allOf" || w in d.def && JSON.stringify(a[w]) === JSON.stringify(d.def[w]) && delete a[w];
|
|
2238
2238
|
}
|
|
2239
2239
|
const m = i._zod.parent;
|
|
2240
2240
|
if (m && m !== f) {
|
|
2241
2241
|
r(m);
|
|
2242
2242
|
const d = e.seen.get(m);
|
|
2243
|
-
if (d?.schema.$ref && (
|
|
2244
|
-
for (const h in
|
|
2245
|
-
h === "$ref" || h === "allOf" || h in d.def && JSON.stringify(
|
|
2243
|
+
if (d?.schema.$ref && (a.$ref = d.schema.$ref, d.def))
|
|
2244
|
+
for (const h in a)
|
|
2245
|
+
h === "$ref" || h === "allOf" || h in d.def && JSON.stringify(a[h]) === JSON.stringify(d.def[h]) && delete a[h];
|
|
2246
2246
|
}
|
|
2247
2247
|
e.override({
|
|
2248
2248
|
zodSchema: i,
|
|
2249
|
-
jsonSchema:
|
|
2249
|
+
jsonSchema: a,
|
|
2250
2250
|
path: c.path ?? []
|
|
2251
2251
|
});
|
|
2252
2252
|
};
|
|
@@ -2325,25 +2325,25 @@ function S(e, t) {
|
|
|
2325
2325
|
}
|
|
2326
2326
|
return !1;
|
|
2327
2327
|
}
|
|
2328
|
-
const
|
|
2329
|
-
const r =
|
|
2330
|
-
return $(e, r),
|
|
2328
|
+
const So = (e, t = {}) => (n) => {
|
|
2329
|
+
const r = pt({ ...n, processors: t });
|
|
2330
|
+
return $(e, r), dt(r, e), ht(r, e);
|
|
2331
2331
|
}, ee = (e, t, n = {}) => (r) => {
|
|
2332
|
-
const { libraryOptions: o, target: s } = r ?? {}, i =
|
|
2333
|
-
return $(e, i),
|
|
2334
|
-
},
|
|
2332
|
+
const { libraryOptions: o, target: s } = r ?? {}, i = pt({ ...o ?? {}, target: s, io: t, processors: n });
|
|
2333
|
+
return $(e, i), dt(i, e), ht(i, e);
|
|
2334
|
+
}, Oo = {
|
|
2335
2335
|
guid: "uuid",
|
|
2336
2336
|
url: "uri",
|
|
2337
2337
|
datetime: "date-time",
|
|
2338
2338
|
json_string: "json-string",
|
|
2339
2339
|
regex: ""
|
|
2340
2340
|
// do not set
|
|
2341
|
-
},
|
|
2341
|
+
}, Eo = (e, t, n, r) => {
|
|
2342
2342
|
const o = n;
|
|
2343
2343
|
o.type = "string";
|
|
2344
|
-
const { minimum: s, maximum: i, format: c, patterns:
|
|
2345
|
-
if (typeof s == "number" && (o.minLength = s), typeof i == "number" && (o.maxLength = i), c && (o.format =
|
|
2346
|
-
const f = [...
|
|
2344
|
+
const { minimum: s, maximum: i, format: c, patterns: a, contentEncoding: l } = e._zod.bag;
|
|
2345
|
+
if (typeof s == "number" && (o.minLength = s), typeof i == "number" && (o.maxLength = i), c && (o.format = Oo[c] ?? c, o.format === "" && delete o.format, c === "time" && delete o.format), l && (o.contentEncoding = l), a && a.size > 0) {
|
|
2346
|
+
const f = [...a];
|
|
2347
2347
|
f.length === 1 ? o.pattern = f[0].source : f.length > 1 && (o.allOf = [
|
|
2348
2348
|
...f.map((m) => ({
|
|
2349
2349
|
...t.target === "draft-07" || t.target === "draft-04" || t.target === "openapi-3.0" ? { type: "string" } : {},
|
|
@@ -2351,18 +2351,18 @@ const Zo = (e, t = {}) => (n) => {
|
|
|
2351
2351
|
}))
|
|
2352
2352
|
]);
|
|
2353
2353
|
}
|
|
2354
|
-
}, Eo = (e, t, n, r) => {
|
|
2355
|
-
const o = n, { minimum: s, maximum: i, format: c, multipleOf: u, exclusiveMaximum: l, exclusiveMinimum: f } = e._zod.bag;
|
|
2356
|
-
typeof c == "string" && c.includes("int") ? o.type = "integer" : o.type = "number", typeof f == "number" && (t.target === "draft-04" || t.target === "openapi-3.0" ? (o.minimum = f, o.exclusiveMinimum = !0) : o.exclusiveMinimum = f), typeof s == "number" && (o.minimum = s, typeof f == "number" && t.target !== "draft-04" && (f >= s ? delete o.minimum : delete o.exclusiveMinimum)), typeof l == "number" && (t.target === "draft-04" || t.target === "openapi-3.0" ? (o.maximum = l, o.exclusiveMaximum = !0) : o.exclusiveMaximum = l), typeof i == "number" && (o.maximum = i, typeof l == "number" && t.target !== "draft-04" && (l <= i ? delete o.maximum : delete o.exclusiveMaximum)), typeof u == "number" && (o.multipleOf = u);
|
|
2357
2354
|
}, To = (e, t, n, r) => {
|
|
2358
|
-
n
|
|
2355
|
+
const o = n, { minimum: s, maximum: i, format: c, multipleOf: a, exclusiveMaximum: l, exclusiveMinimum: f } = e._zod.bag;
|
|
2356
|
+
typeof c == "string" && c.includes("int") ? o.type = "integer" : o.type = "number", typeof f == "number" && (t.target === "draft-04" || t.target === "openapi-3.0" ? (o.minimum = f, o.exclusiveMinimum = !0) : o.exclusiveMinimum = f), typeof s == "number" && (o.minimum = s, typeof f == "number" && t.target !== "draft-04" && (f >= s ? delete o.minimum : delete o.exclusiveMinimum)), typeof l == "number" && (t.target === "draft-04" || t.target === "openapi-3.0" ? (o.maximum = l, o.exclusiveMaximum = !0) : o.exclusiveMaximum = l), typeof i == "number" && (o.maximum = i, typeof l == "number" && t.target !== "draft-04" && (l <= i ? delete o.maximum : delete o.exclusiveMaximum)), typeof a == "number" && (o.multipleOf = a);
|
|
2359
2357
|
}, Io = (e, t, n, r) => {
|
|
2360
|
-
n.
|
|
2358
|
+
n.type = "boolean";
|
|
2361
2359
|
}, No = (e, t, n, r) => {
|
|
2360
|
+
n.not = {};
|
|
2362
2361
|
}, Po = (e, t, n, r) => {
|
|
2363
|
-
const o = e._zod.def, s = Ve(o.entries);
|
|
2364
|
-
s.every((i) => typeof i == "number") && (n.type = "number"), s.every((i) => typeof i == "string") && (n.type = "string"), n.enum = s;
|
|
2365
2362
|
}, Ao = (e, t, n, r) => {
|
|
2363
|
+
const o = e._zod.def, s = Be(o.entries);
|
|
2364
|
+
s.every((i) => typeof i == "number") && (n.type = "number"), s.every((i) => typeof i == "string") && (n.type = "string"), n.enum = s;
|
|
2365
|
+
}, jo = (e, t, n, r) => {
|
|
2366
2366
|
const o = e._zod.def, s = [];
|
|
2367
2367
|
for (const i of o.values)
|
|
2368
2368
|
if (i === void 0) {
|
|
@@ -2379,16 +2379,16 @@ const Zo = (e, t = {}) => (n) => {
|
|
|
2379
2379
|
n.type = i === null ? "null" : typeof i, t.target === "draft-04" || t.target === "openapi-3.0" ? n.enum = [i] : n.const = i;
|
|
2380
2380
|
} else
|
|
2381
2381
|
s.every((i) => typeof i == "number") && (n.type = "number"), s.every((i) => typeof i == "string") && (n.type = "string"), s.every((i) => typeof i == "boolean") && (n.type = "boolean"), s.every((i) => i === null) && (n.type = "null"), n.enum = s;
|
|
2382
|
-
},
|
|
2382
|
+
}, xo = (e, t, n, r) => {
|
|
2383
2383
|
if (t.unrepresentable === "throw")
|
|
2384
2384
|
throw new Error("Custom types cannot be represented in JSON Schema");
|
|
2385
2385
|
}, Co = (e, t, n, r) => {
|
|
2386
2386
|
if (t.unrepresentable === "throw")
|
|
2387
2387
|
throw new Error("Transforms cannot be represented in JSON Schema");
|
|
2388
|
-
},
|
|
2388
|
+
}, Ro = (e, t, n, r) => {
|
|
2389
2389
|
const o = n, s = e._zod.def, { minimum: i, maximum: c } = e._zod.bag;
|
|
2390
2390
|
typeof i == "number" && (o.minItems = i), typeof c == "number" && (o.maxItems = c), o.type = "array", o.items = $(s.element, t, { ...r, path: [...r.path, "items"] });
|
|
2391
|
-
},
|
|
2391
|
+
}, Do = (e, t, n, r) => {
|
|
2392
2392
|
const o = n, s = e._zod.def;
|
|
2393
2393
|
o.type = "object", o.properties = {};
|
|
2394
2394
|
const i = s.shape;
|
|
@@ -2397,51 +2397,51 @@ const Zo = (e, t = {}) => (n) => {
|
|
|
2397
2397
|
...r,
|
|
2398
2398
|
path: [...r.path, "properties", l]
|
|
2399
2399
|
});
|
|
2400
|
-
const c = new Set(Object.keys(i)),
|
|
2400
|
+
const c = new Set(Object.keys(i)), a = new Set([...c].filter((l) => {
|
|
2401
2401
|
const f = s.shape[l]._zod;
|
|
2402
2402
|
return t.io === "input" ? f.optin === void 0 : f.optout === void 0;
|
|
2403
2403
|
}));
|
|
2404
|
-
|
|
2404
|
+
a.size > 0 && (o.required = Array.from(a)), s.catchall?._zod.def.type === "never" ? o.additionalProperties = !1 : s.catchall ? s.catchall && (o.additionalProperties = $(s.catchall, t, {
|
|
2405
2405
|
...r,
|
|
2406
2406
|
path: [...r.path, "additionalProperties"]
|
|
2407
2407
|
})) : t.io === "output" && (o.additionalProperties = !1);
|
|
2408
|
-
},
|
|
2409
|
-
const o = e._zod.def, s = o.inclusive === !1, i = o.options.map((c,
|
|
2408
|
+
}, Fo = (e, t, n, r) => {
|
|
2409
|
+
const o = e._zod.def, s = o.inclusive === !1, i = o.options.map((c, a) => $(c, t, {
|
|
2410
2410
|
...r,
|
|
2411
|
-
path: [...r.path, s ? "oneOf" : "anyOf",
|
|
2411
|
+
path: [...r.path, s ? "oneOf" : "anyOf", a]
|
|
2412
2412
|
}));
|
|
2413
2413
|
s ? n.oneOf = i : n.anyOf = i;
|
|
2414
|
-
},
|
|
2414
|
+
}, Mo = (e, t, n, r) => {
|
|
2415
2415
|
const o = e._zod.def, s = $(o.left, t, {
|
|
2416
2416
|
...r,
|
|
2417
2417
|
path: [...r.path, "allOf", 0]
|
|
2418
2418
|
}), i = $(o.right, t, {
|
|
2419
2419
|
...r,
|
|
2420
2420
|
path: [...r.path, "allOf", 1]
|
|
2421
|
-
}), c = (l) => "allOf" in l && Object.keys(l).length === 1,
|
|
2421
|
+
}), c = (l) => "allOf" in l && Object.keys(l).length === 1, a = [
|
|
2422
2422
|
...c(s) ? s.allOf : [s],
|
|
2423
2423
|
...c(i) ? i.allOf : [i]
|
|
2424
2424
|
];
|
|
2425
|
-
n.allOf =
|
|
2426
|
-
},
|
|
2425
|
+
n.allOf = a;
|
|
2426
|
+
}, Uo = (e, t, n, r) => {
|
|
2427
2427
|
const o = e._zod.def, s = $(o.innerType, t, r), i = t.seen.get(e);
|
|
2428
2428
|
t.target === "openapi-3.0" ? (i.ref = o.innerType, n.nullable = !0) : n.anyOf = [s, { type: "null" }];
|
|
2429
|
-
},
|
|
2429
|
+
}, Lo = (e, t, n, r) => {
|
|
2430
2430
|
const o = e._zod.def;
|
|
2431
2431
|
$(o.innerType, t, r);
|
|
2432
2432
|
const s = t.seen.get(e);
|
|
2433
2433
|
s.ref = o.innerType;
|
|
2434
|
-
},
|
|
2434
|
+
}, Jo = (e, t, n, r) => {
|
|
2435
2435
|
const o = e._zod.def;
|
|
2436
2436
|
$(o.innerType, t, r);
|
|
2437
2437
|
const s = t.seen.get(e);
|
|
2438
2438
|
s.ref = o.innerType, n.default = JSON.parse(JSON.stringify(o.defaultValue));
|
|
2439
|
-
},
|
|
2439
|
+
}, Vo = (e, t, n, r) => {
|
|
2440
2440
|
const o = e._zod.def;
|
|
2441
2441
|
$(o.innerType, t, r);
|
|
2442
2442
|
const s = t.seen.get(e);
|
|
2443
2443
|
s.ref = o.innerType, t.io === "input" && (n._prefault = JSON.parse(JSON.stringify(o.defaultValue)));
|
|
2444
|
-
},
|
|
2444
|
+
}, Bo = (e, t, n, r) => {
|
|
2445
2445
|
const o = e._zod.def;
|
|
2446
2446
|
$(o.innerType, t, r);
|
|
2447
2447
|
const s = t.seen.get(e);
|
|
@@ -2453,53 +2453,53 @@ const Zo = (e, t = {}) => (n) => {
|
|
|
2453
2453
|
throw new Error("Dynamic catch values are not supported in JSON Schema");
|
|
2454
2454
|
}
|
|
2455
2455
|
n.default = i;
|
|
2456
|
-
},
|
|
2456
|
+
}, Wo = (e, t, n, r) => {
|
|
2457
2457
|
const o = e._zod.def, s = t.io === "input" ? o.in._zod.def.type === "transform" ? o.out : o.in : o.out;
|
|
2458
2458
|
$(s, t, r);
|
|
2459
2459
|
const i = t.seen.get(e);
|
|
2460
2460
|
i.ref = s;
|
|
2461
|
-
},
|
|
2461
|
+
}, Yo = (e, t, n, r) => {
|
|
2462
2462
|
const o = e._zod.def;
|
|
2463
2463
|
$(o.innerType, t, r);
|
|
2464
2464
|
const s = t.seen.get(e);
|
|
2465
2465
|
s.ref = o.innerType, n.readOnly = !0;
|
|
2466
|
-
},
|
|
2466
|
+
}, mt = (e, t, n, r) => {
|
|
2467
2467
|
const o = e._zod.def;
|
|
2468
2468
|
$(o.innerType, t, r);
|
|
2469
2469
|
const s = t.seen.get(e);
|
|
2470
2470
|
s.ref = o.innerType;
|
|
2471
|
-
},
|
|
2472
|
-
Gn.init(e, t), b.init(e, t);
|
|
2473
|
-
});
|
|
2474
|
-
function Ko(e) {
|
|
2475
|
-
return /* @__PURE__ */ eo(Yo, e);
|
|
2476
|
-
}
|
|
2477
|
-
const Go = /* @__PURE__ */ a("ZodISODate", (e, t) => {
|
|
2471
|
+
}, Ko = /* @__PURE__ */ u("ZodISODateTime", (e, t) => {
|
|
2478
2472
|
Hn.init(e, t), b.init(e, t);
|
|
2479
2473
|
});
|
|
2480
|
-
function
|
|
2481
|
-
return /* @__PURE__ */ to(
|
|
2474
|
+
function Go(e) {
|
|
2475
|
+
return /* @__PURE__ */ to(Ko, e);
|
|
2482
2476
|
}
|
|
2483
|
-
const
|
|
2477
|
+
const Ho = /* @__PURE__ */ u("ZodISODate", (e, t) => {
|
|
2484
2478
|
qn.init(e, t), b.init(e, t);
|
|
2485
2479
|
});
|
|
2486
|
-
function
|
|
2487
|
-
return /* @__PURE__ */ no(
|
|
2480
|
+
function qo(e) {
|
|
2481
|
+
return /* @__PURE__ */ no(Ho, e);
|
|
2488
2482
|
}
|
|
2489
|
-
const
|
|
2483
|
+
const Xo = /* @__PURE__ */ u("ZodISOTime", (e, t) => {
|
|
2490
2484
|
Xn.init(e, t), b.init(e, t);
|
|
2491
2485
|
});
|
|
2492
|
-
function
|
|
2493
|
-
return /* @__PURE__ */ ro(
|
|
2486
|
+
function Qo(e) {
|
|
2487
|
+
return /* @__PURE__ */ ro(Xo, e);
|
|
2494
2488
|
}
|
|
2495
|
-
const
|
|
2496
|
-
|
|
2489
|
+
const ei = /* @__PURE__ */ u("ZodISODuration", (e, t) => {
|
|
2490
|
+
Qn.init(e, t), b.init(e, t);
|
|
2491
|
+
});
|
|
2492
|
+
function ti(e) {
|
|
2493
|
+
return /* @__PURE__ */ oo(ei, e);
|
|
2494
|
+
}
|
|
2495
|
+
const ni = (e, t) => {
|
|
2496
|
+
He.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
2497
2497
|
format: {
|
|
2498
|
-
value: (n) =>
|
|
2498
|
+
value: (n) => Ut(e, n)
|
|
2499
2499
|
// enumerable: false,
|
|
2500
2500
|
},
|
|
2501
2501
|
flatten: {
|
|
2502
|
-
value: (n) =>
|
|
2502
|
+
value: (n) => Mt(e, n)
|
|
2503
2503
|
// enumerable: false,
|
|
2504
2504
|
},
|
|
2505
2505
|
addIssue: {
|
|
@@ -2521,21 +2521,21 @@ const ti = (e, t) => {
|
|
|
2521
2521
|
// enumerable: false,
|
|
2522
2522
|
}
|
|
2523
2523
|
});
|
|
2524
|
-
}, T =
|
|
2524
|
+
}, T = u("ZodError", ni, {
|
|
2525
2525
|
Parent: Error
|
|
2526
|
-
}),
|
|
2526
|
+
}), ri = /* @__PURE__ */ _e(T), oi = /* @__PURE__ */ ge(T), ii = /* @__PURE__ */ re(T), si = /* @__PURE__ */ oe(T), ci = /* @__PURE__ */ Vt(T), ai = /* @__PURE__ */ Bt(T), ui = /* @__PURE__ */ Wt(T), li = /* @__PURE__ */ Yt(T), fi = /* @__PURE__ */ Kt(T), pi = /* @__PURE__ */ Gt(T), di = /* @__PURE__ */ Ht(T), hi = /* @__PURE__ */ qt(T), z = /* @__PURE__ */ u("ZodType", (e, t) => (y.init(e, t), Object.assign(e["~standard"], {
|
|
2527
2527
|
jsonSchema: {
|
|
2528
2528
|
input: ee(e, "input"),
|
|
2529
2529
|
output: ee(e, "output")
|
|
2530
2530
|
}
|
|
2531
|
-
}), e.toJSONSchema =
|
|
2531
|
+
}), e.toJSONSchema = So(e, {}), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.check = (...n) => e.clone(A(t, {
|
|
2532
2532
|
checks: [
|
|
2533
2533
|
...t.checks ?? [],
|
|
2534
2534
|
...n.map((r) => typeof r == "function" ? { _zod: { check: r, def: { check: "custom" }, onattach: [] } } : r)
|
|
2535
2535
|
]
|
|
2536
2536
|
}), {
|
|
2537
2537
|
parent: !0
|
|
2538
|
-
}), e.with = e.check, e.clone = (n, r) =>
|
|
2538
|
+
}), e.with = e.check, e.clone = (n, r) => j(e, n, r), e.brand = () => e, e.register = ((n, r) => (n.add(e, r), e)), e.parse = (n, r) => ri(e, n, r, { callee: e.parse }), e.safeParse = (n, r) => ii(e, n, r), e.parseAsync = async (n, r) => oi(e, n, r, { callee: e.parseAsync }), e.safeParseAsync = async (n, r) => si(e, n, r), e.spa = e.safeParseAsync, e.encode = (n, r) => ci(e, n, r), e.decode = (n, r) => ai(e, n, r), e.encodeAsync = async (n, r) => ui(e, n, r), e.decodeAsync = async (n, r) => li(e, n, r), e.safeEncode = (n, r) => fi(e, n, r), e.safeDecode = (n, r) => pi(e, n, r), e.safeEncodeAsync = async (n, r) => di(e, n, r), e.safeDecodeAsync = async (n, r) => hi(e, n, r), e.refine = (n, r) => e.check(us(n, r)), e.superRefine = (n) => e.check(ls(n)), e.overwrite = (n) => e.check(/* @__PURE__ */ L(n)), e.optional = () => Me(e), e.exactOptional = () => Hi(e), e.nullable = () => Ue(e), e.nullish = () => Me(Ue(e)), e.nonoptional = (n) => ns(e, n), e.array = () => pe(e), e.or = (n) => Mi([e, n]), e.and = (n) => Vi(e, n), e.transform = (n) => Le(e, Ki(n)), e.default = (n) => Qi(e, n), e.prefault = (n) => ts(e, n), e.catch = (n) => os(e, n), e.pipe = (n) => Le(e, n), e.readonly = () => cs(e), e.describe = (n) => {
|
|
2539
2539
|
const r = e.clone();
|
|
2540
2540
|
return J.add(r, { description: n }), r;
|
|
2541
2541
|
}, Object.defineProperty(e, "description", {
|
|
@@ -2548,96 +2548,96 @@ const ti = (e, t) => {
|
|
|
2548
2548
|
return J.get(e);
|
|
2549
2549
|
const r = e.clone();
|
|
2550
2550
|
return J.add(r, n[0]), r;
|
|
2551
|
-
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e.apply = (n) => n(e), e)),
|
|
2552
|
-
ve.init(e, t), z.init(e, t), e._zod.processJSONSchema = (r, o, s) =>
|
|
2551
|
+
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e.apply = (n) => n(e), e)), _t = /* @__PURE__ */ u("_ZodString", (e, t) => {
|
|
2552
|
+
ve.init(e, t), z.init(e, t), e._zod.processJSONSchema = (r, o, s) => Eo(e, r, o);
|
|
2553
2553
|
const n = e._zod.bag;
|
|
2554
|
-
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...r) => e.check(/* @__PURE__ */
|
|
2555
|
-
}),
|
|
2556
|
-
ve.init(e, t),
|
|
2554
|
+
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...r) => e.check(/* @__PURE__ */ lo(...r)), e.includes = (...r) => e.check(/* @__PURE__ */ ho(...r)), e.startsWith = (...r) => e.check(/* @__PURE__ */ mo(...r)), e.endsWith = (...r) => e.check(/* @__PURE__ */ _o(...r)), e.min = (...r) => e.check(/* @__PURE__ */ Q(...r)), e.max = (...r) => e.check(/* @__PURE__ */ lt(...r)), e.length = (...r) => e.check(/* @__PURE__ */ ft(...r)), e.nonempty = (...r) => e.check(/* @__PURE__ */ Q(1, ...r)), e.lowercase = (r) => e.check(/* @__PURE__ */ fo(r)), e.uppercase = (r) => e.check(/* @__PURE__ */ po(r)), e.trim = () => e.check(/* @__PURE__ */ vo()), e.normalize = (...r) => e.check(/* @__PURE__ */ go(...r)), e.toLowerCase = () => e.check(/* @__PURE__ */ bo()), e.toUpperCase = () => e.check(/* @__PURE__ */ yo()), e.slugify = () => e.check(/* @__PURE__ */ zo());
|
|
2555
|
+
}), mi = /* @__PURE__ */ u("ZodString", (e, t) => {
|
|
2556
|
+
ve.init(e, t), _t.init(e, t), e.email = (n) => e.check(/* @__PURE__ */ jr(_i, n)), e.url = (n) => e.check(/* @__PURE__ */ Fr(gi, n)), e.jwt = (n) => e.check(/* @__PURE__ */ eo(Pi, n)), e.emoji = (n) => e.check(/* @__PURE__ */ Mr(vi, n)), e.guid = (n) => e.check(/* @__PURE__ */ Pe(Ce, n)), e.uuid = (n) => e.check(/* @__PURE__ */ xr(q, n)), e.uuidv4 = (n) => e.check(/* @__PURE__ */ Cr(q, n)), e.uuidv6 = (n) => e.check(/* @__PURE__ */ Rr(q, n)), e.uuidv7 = (n) => e.check(/* @__PURE__ */ Dr(q, n)), e.nanoid = (n) => e.check(/* @__PURE__ */ Ur(bi, n)), e.guid = (n) => e.check(/* @__PURE__ */ Pe(Ce, n)), e.cuid = (n) => e.check(/* @__PURE__ */ Lr(yi, n)), e.cuid2 = (n) => e.check(/* @__PURE__ */ Jr(zi, n)), e.ulid = (n) => e.check(/* @__PURE__ */ Vr(wi, n)), e.base64 = (n) => e.check(/* @__PURE__ */ qr(Ti, n)), e.base64url = (n) => e.check(/* @__PURE__ */ Xr(Ii, n)), e.xid = (n) => e.check(/* @__PURE__ */ Br($i, n)), e.ksuid = (n) => e.check(/* @__PURE__ */ Wr(ki, n)), e.ipv4 = (n) => e.check(/* @__PURE__ */ Yr(Zi, n)), e.ipv6 = (n) => e.check(/* @__PURE__ */ Kr(Si, n)), e.cidrv4 = (n) => e.check(/* @__PURE__ */ Gr(Oi, n)), e.cidrv6 = (n) => e.check(/* @__PURE__ */ Hr(Ei, n)), e.e164 = (n) => e.check(/* @__PURE__ */ Qr(Ni, n)), e.datetime = (n) => e.check(Go(n)), e.date = (n) => e.check(qo(n)), e.time = (n) => e.check(Qo(n)), e.duration = (n) => e.check(ti(n));
|
|
2557
2557
|
});
|
|
2558
|
-
function
|
|
2559
|
-
return /* @__PURE__ */
|
|
2558
|
+
function P(e) {
|
|
2559
|
+
return /* @__PURE__ */ Ar(mi, e);
|
|
2560
2560
|
}
|
|
2561
|
-
const b = /* @__PURE__ */
|
|
2562
|
-
v.init(e, t),
|
|
2563
|
-
}),
|
|
2564
|
-
Mn.init(e, t), b.init(e, t);
|
|
2565
|
-
}), xe = /* @__PURE__ */ a("ZodGUID", (e, t) => {
|
|
2566
|
-
Dn.init(e, t), b.init(e, t);
|
|
2567
|
-
}), q = /* @__PURE__ */ a("ZodUUID", (e, t) => {
|
|
2568
|
-
Fn.init(e, t), b.init(e, t);
|
|
2569
|
-
}), _i = /* @__PURE__ */ a("ZodURL", (e, t) => {
|
|
2561
|
+
const b = /* @__PURE__ */ u("ZodStringFormat", (e, t) => {
|
|
2562
|
+
v.init(e, t), _t.init(e, t);
|
|
2563
|
+
}), _i = /* @__PURE__ */ u("ZodEmail", (e, t) => {
|
|
2570
2564
|
Un.init(e, t), b.init(e, t);
|
|
2571
|
-
}),
|
|
2565
|
+
}), Ce = /* @__PURE__ */ u("ZodGUID", (e, t) => {
|
|
2566
|
+
Fn.init(e, t), b.init(e, t);
|
|
2567
|
+
}), q = /* @__PURE__ */ u("ZodUUID", (e, t) => {
|
|
2568
|
+
Mn.init(e, t), b.init(e, t);
|
|
2569
|
+
}), gi = /* @__PURE__ */ u("ZodURL", (e, t) => {
|
|
2572
2570
|
Ln.init(e, t), b.init(e, t);
|
|
2573
|
-
}), vi = /* @__PURE__ */
|
|
2571
|
+
}), vi = /* @__PURE__ */ u("ZodEmoji", (e, t) => {
|
|
2574
2572
|
Jn.init(e, t), b.init(e, t);
|
|
2575
|
-
}), bi = /* @__PURE__ */
|
|
2573
|
+
}), bi = /* @__PURE__ */ u("ZodNanoID", (e, t) => {
|
|
2576
2574
|
Vn.init(e, t), b.init(e, t);
|
|
2577
|
-
}), yi = /* @__PURE__ */
|
|
2575
|
+
}), yi = /* @__PURE__ */ u("ZodCUID", (e, t) => {
|
|
2578
2576
|
Bn.init(e, t), b.init(e, t);
|
|
2579
|
-
}), zi = /* @__PURE__ */
|
|
2577
|
+
}), zi = /* @__PURE__ */ u("ZodCUID2", (e, t) => {
|
|
2580
2578
|
Wn.init(e, t), b.init(e, t);
|
|
2581
|
-
}), wi = /* @__PURE__ */
|
|
2579
|
+
}), wi = /* @__PURE__ */ u("ZodULID", (e, t) => {
|
|
2582
2580
|
Yn.init(e, t), b.init(e, t);
|
|
2583
|
-
}), $i = /* @__PURE__ */
|
|
2581
|
+
}), $i = /* @__PURE__ */ u("ZodXID", (e, t) => {
|
|
2584
2582
|
Kn.init(e, t), b.init(e, t);
|
|
2585
|
-
}), ki = /* @__PURE__ */
|
|
2586
|
-
|
|
2587
|
-
}), Zi = /* @__PURE__ */
|
|
2583
|
+
}), ki = /* @__PURE__ */ u("ZodKSUID", (e, t) => {
|
|
2584
|
+
Gn.init(e, t), b.init(e, t);
|
|
2585
|
+
}), Zi = /* @__PURE__ */ u("ZodIPv4", (e, t) => {
|
|
2588
2586
|
er.init(e, t), b.init(e, t);
|
|
2589
|
-
}), Si = /* @__PURE__ */
|
|
2587
|
+
}), Si = /* @__PURE__ */ u("ZodIPv6", (e, t) => {
|
|
2590
2588
|
tr.init(e, t), b.init(e, t);
|
|
2591
|
-
}), Oi = /* @__PURE__ */
|
|
2589
|
+
}), Oi = /* @__PURE__ */ u("ZodCIDRv4", (e, t) => {
|
|
2592
2590
|
nr.init(e, t), b.init(e, t);
|
|
2593
|
-
}), Ei = /* @__PURE__ */
|
|
2591
|
+
}), Ei = /* @__PURE__ */ u("ZodCIDRv6", (e, t) => {
|
|
2594
2592
|
rr.init(e, t), b.init(e, t);
|
|
2595
|
-
}), Ti = /* @__PURE__ */
|
|
2596
|
-
|
|
2597
|
-
}), Ii = /* @__PURE__ */
|
|
2593
|
+
}), Ti = /* @__PURE__ */ u("ZodBase64", (e, t) => {
|
|
2594
|
+
or.init(e, t), b.init(e, t);
|
|
2595
|
+
}), Ii = /* @__PURE__ */ u("ZodBase64URL", (e, t) => {
|
|
2598
2596
|
sr.init(e, t), b.init(e, t);
|
|
2599
|
-
}), Ni = /* @__PURE__ */
|
|
2600
|
-
|
|
2601
|
-
}),
|
|
2602
|
-
|
|
2597
|
+
}), Ni = /* @__PURE__ */ u("ZodE164", (e, t) => {
|
|
2598
|
+
cr.init(e, t), b.init(e, t);
|
|
2599
|
+
}), Pi = /* @__PURE__ */ u("ZodJWT", (e, t) => {
|
|
2600
|
+
ur.init(e, t), b.init(e, t);
|
|
2601
|
+
}), gt = /* @__PURE__ */ u("ZodNumber", (e, t) => {
|
|
2602
|
+
it.init(e, t), z.init(e, t), e._zod.processJSONSchema = (r, o, s) => To(e, r, o), e.gt = (r, o) => e.check(/* @__PURE__ */ je(r, o)), e.gte = (r, o) => e.check(/* @__PURE__ */ ae(r, o)), e.min = (r, o) => e.check(/* @__PURE__ */ ae(r, o)), e.lt = (r, o) => e.check(/* @__PURE__ */ Ae(r, o)), e.lte = (r, o) => e.check(/* @__PURE__ */ ce(r, o)), e.max = (r, o) => e.check(/* @__PURE__ */ ce(r, o)), e.int = (r) => e.check(Re(r)), e.safe = (r) => e.check(Re(r)), e.positive = (r) => e.check(/* @__PURE__ */ je(0, r)), e.nonnegative = (r) => e.check(/* @__PURE__ */ ae(0, r)), e.negative = (r) => e.check(/* @__PURE__ */ Ae(0, r)), e.nonpositive = (r) => e.check(/* @__PURE__ */ ce(0, r)), e.multipleOf = (r, o) => e.check(/* @__PURE__ */ xe(r, o)), e.step = (r, o) => e.check(/* @__PURE__ */ xe(r, o)), e.finite = () => e;
|
|
2603
2603
|
const n = e._zod.bag;
|
|
2604
2604
|
e.minValue = Math.max(n.minimum ?? Number.NEGATIVE_INFINITY, n.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, e.maxValue = Math.min(n.maximum ?? Number.POSITIVE_INFINITY, n.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, e.isInt = (n.format ?? "").includes("int") || Number.isSafeInteger(n.multipleOf ?? 0.5), e.isFinite = !0, e.format = n.format ?? null;
|
|
2605
2605
|
});
|
|
2606
2606
|
function g(e) {
|
|
2607
|
-
return /* @__PURE__ */
|
|
2607
|
+
return /* @__PURE__ */ io(gt, e);
|
|
2608
2608
|
}
|
|
2609
|
-
const
|
|
2610
|
-
|
|
2609
|
+
const Ai = /* @__PURE__ */ u("ZodNumberFormat", (e, t) => {
|
|
2610
|
+
lr.init(e, t), gt.init(e, t);
|
|
2611
2611
|
});
|
|
2612
2612
|
function Re(e) {
|
|
2613
|
-
return /* @__PURE__ */
|
|
2613
|
+
return /* @__PURE__ */ so(Ai, e);
|
|
2614
2614
|
}
|
|
2615
|
-
const
|
|
2616
|
-
|
|
2615
|
+
const ji = /* @__PURE__ */ u("ZodBoolean", (e, t) => {
|
|
2616
|
+
fr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Io(e, n, r);
|
|
2617
2617
|
});
|
|
2618
|
-
function
|
|
2619
|
-
return /* @__PURE__ */
|
|
2618
|
+
function De(e) {
|
|
2619
|
+
return /* @__PURE__ */ co(ji, e);
|
|
2620
2620
|
}
|
|
2621
|
-
const
|
|
2622
|
-
|
|
2621
|
+
const xi = /* @__PURE__ */ u("ZodUnknown", (e, t) => {
|
|
2622
|
+
pr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Po();
|
|
2623
2623
|
});
|
|
2624
|
-
function
|
|
2625
|
-
return /* @__PURE__ */
|
|
2624
|
+
function Fe() {
|
|
2625
|
+
return /* @__PURE__ */ ao(xi);
|
|
2626
2626
|
}
|
|
2627
|
-
const
|
|
2628
|
-
|
|
2627
|
+
const Ci = /* @__PURE__ */ u("ZodNever", (e, t) => {
|
|
2628
|
+
dr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => No(e, n, r);
|
|
2629
2629
|
});
|
|
2630
2630
|
function Ri(e) {
|
|
2631
|
-
return /* @__PURE__ */
|
|
2631
|
+
return /* @__PURE__ */ uo(Ci, e);
|
|
2632
2632
|
}
|
|
2633
|
-
const Di = /* @__PURE__ */
|
|
2634
|
-
|
|
2633
|
+
const Di = /* @__PURE__ */ u("ZodArray", (e, t) => {
|
|
2634
|
+
hr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Ro(e, n, r, o), e.element = t.element, e.min = (n, r) => e.check(/* @__PURE__ */ Q(n, r)), e.nonempty = (n) => e.check(/* @__PURE__ */ Q(1, n)), e.max = (n, r) => e.check(/* @__PURE__ */ lt(n, r)), e.length = (n, r) => e.check(/* @__PURE__ */ ft(n, r)), e.unwrap = () => e.element;
|
|
2635
2635
|
});
|
|
2636
2636
|
function pe(e, t) {
|
|
2637
|
-
return /* @__PURE__ */
|
|
2637
|
+
return /* @__PURE__ */ wo(Di, e, t);
|
|
2638
2638
|
}
|
|
2639
|
-
const Fi = /* @__PURE__ */
|
|
2640
|
-
|
|
2639
|
+
const Fi = /* @__PURE__ */ u("ZodObject", (e, t) => {
|
|
2640
|
+
_r.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Do(e, n, r, o), _(e, "shape", () => t.shape), e.keyof = () => Bi(Object.keys(e._zod.def.shape)), e.catchall = (n) => e.clone({ ...e._zod.def, catchall: n }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: Fe() }), e.loose = () => e.clone({ ...e._zod.def, catchall: Fe() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Ri() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (n) => xt(e, n), e.safeExtend = (n) => Ct(e, n), e.merge = (n) => Rt(e, n), e.pick = (n) => At(e, n), e.omit = (n) => jt(e, n), e.partial = (...n) => Dt(bt, e, n[0]), e.required = (...n) => Ft(yt, e, n[0]);
|
|
2641
2641
|
});
|
|
2642
2642
|
function se(e, t) {
|
|
2643
2643
|
const n = {
|
|
@@ -2647,18 +2647,18 @@ function se(e, t) {
|
|
|
2647
2647
|
};
|
|
2648
2648
|
return new Fi(n);
|
|
2649
2649
|
}
|
|
2650
|
-
const
|
|
2651
|
-
|
|
2650
|
+
const vt = /* @__PURE__ */ u("ZodUnion", (e, t) => {
|
|
2651
|
+
at.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Fo(e, n, r, o), e.options = t.options;
|
|
2652
2652
|
});
|
|
2653
2653
|
function Mi(e, t) {
|
|
2654
|
-
return new
|
|
2654
|
+
return new vt({
|
|
2655
2655
|
type: "union",
|
|
2656
2656
|
options: e,
|
|
2657
2657
|
...p(t)
|
|
2658
2658
|
});
|
|
2659
2659
|
}
|
|
2660
|
-
const Ui = /* @__PURE__ */
|
|
2661
|
-
|
|
2660
|
+
const Ui = /* @__PURE__ */ u("ZodDiscriminatedUnion", (e, t) => {
|
|
2661
|
+
vt.init(e, t), gr.init(e, t);
|
|
2662
2662
|
});
|
|
2663
2663
|
function Li(e, t, n) {
|
|
2664
2664
|
return new Ui({
|
|
@@ -2668,8 +2668,8 @@ function Li(e, t, n) {
|
|
|
2668
2668
|
...p(n)
|
|
2669
2669
|
});
|
|
2670
2670
|
}
|
|
2671
|
-
const Ji = /* @__PURE__ */
|
|
2672
|
-
|
|
2671
|
+
const Ji = /* @__PURE__ */ u("ZodIntersection", (e, t) => {
|
|
2672
|
+
vr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Mo(e, n, r, o);
|
|
2673
2673
|
});
|
|
2674
2674
|
function Vi(e, t) {
|
|
2675
2675
|
return new Ji({
|
|
@@ -2678,8 +2678,8 @@ function Vi(e, t) {
|
|
|
2678
2678
|
right: t
|
|
2679
2679
|
});
|
|
2680
2680
|
}
|
|
2681
|
-
const te = /* @__PURE__ */
|
|
2682
|
-
|
|
2681
|
+
const te = /* @__PURE__ */ u("ZodEnum", (e, t) => {
|
|
2682
|
+
br.init(e, t), z.init(e, t), e._zod.processJSONSchema = (r, o, s) => Ao(e, r, o), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
2683
2683
|
const n = new Set(Object.keys(t.entries));
|
|
2684
2684
|
e.extract = (r, o) => {
|
|
2685
2685
|
const s = {};
|
|
@@ -2724,8 +2724,8 @@ function k(e, t) {
|
|
|
2724
2724
|
...p(t)
|
|
2725
2725
|
});
|
|
2726
2726
|
}
|
|
2727
|
-
const Wi = /* @__PURE__ */
|
|
2728
|
-
|
|
2727
|
+
const Wi = /* @__PURE__ */ u("ZodLiteral", (e, t) => {
|
|
2728
|
+
yr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => jo(e, n, r), e.values = new Set(t.values), Object.defineProperty(e, "value", {
|
|
2729
2729
|
get() {
|
|
2730
2730
|
if (t.values.length > 1)
|
|
2731
2731
|
throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
@@ -2740,10 +2740,10 @@ function M(e, t) {
|
|
|
2740
2740
|
...p(t)
|
|
2741
2741
|
});
|
|
2742
2742
|
}
|
|
2743
|
-
const Yi = /* @__PURE__ */
|
|
2744
|
-
|
|
2743
|
+
const Yi = /* @__PURE__ */ u("ZodTransform", (e, t) => {
|
|
2744
|
+
zr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Co(e, n), e._zod.parse = (n, r) => {
|
|
2745
2745
|
if (r.direction === "backward")
|
|
2746
|
-
throw new
|
|
2746
|
+
throw new Je(e.constructor.name);
|
|
2747
2747
|
n.addIssue = (s) => {
|
|
2748
2748
|
if (typeof s == "string")
|
|
2749
2749
|
n.issues.push(Y(s, n.value, t));
|
|
@@ -2762,17 +2762,17 @@ function Ki(e) {
|
|
|
2762
2762
|
transform: e
|
|
2763
2763
|
});
|
|
2764
2764
|
}
|
|
2765
|
-
const
|
|
2766
|
-
|
|
2765
|
+
const bt = /* @__PURE__ */ u("ZodOptional", (e, t) => {
|
|
2766
|
+
ut.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => mt(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2767
2767
|
});
|
|
2768
|
-
function
|
|
2769
|
-
return new
|
|
2768
|
+
function Me(e) {
|
|
2769
|
+
return new bt({
|
|
2770
2770
|
type: "optional",
|
|
2771
2771
|
innerType: e
|
|
2772
2772
|
});
|
|
2773
2773
|
}
|
|
2774
|
-
const Gi = /* @__PURE__ */
|
|
2775
|
-
|
|
2774
|
+
const Gi = /* @__PURE__ */ u("ZodExactOptional", (e, t) => {
|
|
2775
|
+
wr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => mt(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2776
2776
|
});
|
|
2777
2777
|
function Hi(e) {
|
|
2778
2778
|
return new Gi({
|
|
@@ -2780,51 +2780,51 @@ function Hi(e) {
|
|
|
2780
2780
|
innerType: e
|
|
2781
2781
|
});
|
|
2782
2782
|
}
|
|
2783
|
-
const qi = /* @__PURE__ */
|
|
2784
|
-
|
|
2783
|
+
const qi = /* @__PURE__ */ u("ZodNullable", (e, t) => {
|
|
2784
|
+
$r.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Uo(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2785
2785
|
});
|
|
2786
|
-
function
|
|
2786
|
+
function Ue(e) {
|
|
2787
2787
|
return new qi({
|
|
2788
2788
|
type: "nullable",
|
|
2789
2789
|
innerType: e
|
|
2790
2790
|
});
|
|
2791
2791
|
}
|
|
2792
|
-
const Xi = /* @__PURE__ */
|
|
2793
|
-
|
|
2792
|
+
const Xi = /* @__PURE__ */ u("ZodDefault", (e, t) => {
|
|
2793
|
+
kr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Jo(e, n, r, o), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
2794
2794
|
});
|
|
2795
2795
|
function Qi(e, t) {
|
|
2796
2796
|
return new Xi({
|
|
2797
2797
|
type: "default",
|
|
2798
2798
|
innerType: e,
|
|
2799
2799
|
get defaultValue() {
|
|
2800
|
-
return typeof t == "function" ? t() :
|
|
2800
|
+
return typeof t == "function" ? t() : Ye(t);
|
|
2801
2801
|
}
|
|
2802
2802
|
});
|
|
2803
2803
|
}
|
|
2804
|
-
const es = /* @__PURE__ */
|
|
2805
|
-
|
|
2804
|
+
const es = /* @__PURE__ */ u("ZodPrefault", (e, t) => {
|
|
2805
|
+
Zr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Vo(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2806
2806
|
});
|
|
2807
2807
|
function ts(e, t) {
|
|
2808
2808
|
return new es({
|
|
2809
2809
|
type: "prefault",
|
|
2810
2810
|
innerType: e,
|
|
2811
2811
|
get defaultValue() {
|
|
2812
|
-
return typeof t == "function" ? t() :
|
|
2812
|
+
return typeof t == "function" ? t() : Ye(t);
|
|
2813
2813
|
}
|
|
2814
2814
|
});
|
|
2815
2815
|
}
|
|
2816
|
-
const
|
|
2817
|
-
|
|
2816
|
+
const yt = /* @__PURE__ */ u("ZodNonOptional", (e, t) => {
|
|
2817
|
+
Sr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Lo(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2818
2818
|
});
|
|
2819
2819
|
function ns(e, t) {
|
|
2820
|
-
return new
|
|
2820
|
+
return new yt({
|
|
2821
2821
|
type: "nonoptional",
|
|
2822
2822
|
innerType: e,
|
|
2823
2823
|
...p(t)
|
|
2824
2824
|
});
|
|
2825
2825
|
}
|
|
2826
|
-
const rs = /* @__PURE__ */
|
|
2827
|
-
|
|
2826
|
+
const rs = /* @__PURE__ */ u("ZodCatch", (e, t) => {
|
|
2827
|
+
Or.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Bo(e, n, r, o), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
2828
2828
|
});
|
|
2829
2829
|
function os(e, t) {
|
|
2830
2830
|
return new rs({
|
|
@@ -2833,10 +2833,10 @@ function os(e, t) {
|
|
|
2833
2833
|
catchValue: typeof t == "function" ? t : () => t
|
|
2834
2834
|
});
|
|
2835
2835
|
}
|
|
2836
|
-
const is = /* @__PURE__ */
|
|
2837
|
-
|
|
2836
|
+
const is = /* @__PURE__ */ u("ZodPipe", (e, t) => {
|
|
2837
|
+
Er.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Wo(e, n, r, o), e.in = t.in, e.out = t.out;
|
|
2838
2838
|
});
|
|
2839
|
-
function
|
|
2839
|
+
function Le(e, t) {
|
|
2840
2840
|
return new is({
|
|
2841
2841
|
type: "pipe",
|
|
2842
2842
|
in: e,
|
|
@@ -2844,8 +2844,8 @@ function Ue(e, t) {
|
|
|
2844
2844
|
// ...util.normalizeParams(params),
|
|
2845
2845
|
});
|
|
2846
2846
|
}
|
|
2847
|
-
const ss = /* @__PURE__ */
|
|
2848
|
-
|
|
2847
|
+
const ss = /* @__PURE__ */ u("ZodReadonly", (e, t) => {
|
|
2848
|
+
Tr.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => Yo(e, n, r, o), e.unwrap = () => e._zod.def.innerType;
|
|
2849
2849
|
});
|
|
2850
2850
|
function cs(e) {
|
|
2851
2851
|
return new ss({
|
|
@@ -2853,14 +2853,14 @@ function cs(e) {
|
|
|
2853
2853
|
innerType: e
|
|
2854
2854
|
});
|
|
2855
2855
|
}
|
|
2856
|
-
const as = /* @__PURE__ */
|
|
2857
|
-
|
|
2856
|
+
const as = /* @__PURE__ */ u("ZodCustom", (e, t) => {
|
|
2857
|
+
Ir.init(e, t), z.init(e, t), e._zod.processJSONSchema = (n, r, o) => xo(e, n);
|
|
2858
2858
|
});
|
|
2859
2859
|
function us(e, t = {}) {
|
|
2860
|
-
return /* @__PURE__ */
|
|
2860
|
+
return /* @__PURE__ */ $o(as, e, t);
|
|
2861
2861
|
}
|
|
2862
2862
|
function ls(e) {
|
|
2863
|
-
return /* @__PURE__ */
|
|
2863
|
+
return /* @__PURE__ */ ko(e);
|
|
2864
2864
|
}
|
|
2865
2865
|
const fs = {
|
|
2866
2866
|
Off: "O",
|
|
@@ -2920,7 +2920,7 @@ const fs = {
|
|
|
2920
2920
|
Rotate90: "R",
|
|
2921
2921
|
Rotate180: "I",
|
|
2922
2922
|
Rotate270: "B"
|
|
2923
|
-
},
|
|
2923
|
+
}, zt = k(Ns), Ps = {
|
|
2924
2924
|
Left: "L",
|
|
2925
2925
|
Right: "R",
|
|
2926
2926
|
Center: "C",
|
|
@@ -2930,13 +2930,13 @@ const fs = {
|
|
|
2930
2930
|
High: "Q",
|
|
2931
2931
|
Medium: "M",
|
|
2932
2932
|
Lower: "L"
|
|
2933
|
-
},
|
|
2933
|
+
}, xs = k(js), Cs = {
|
|
2934
2934
|
Yes: "Y",
|
|
2935
2935
|
No: "N"
|
|
2936
|
-
}, ue = k(
|
|
2936
|
+
}, ue = k(Cs), wt = {
|
|
2937
2937
|
Start: "start",
|
|
2938
2938
|
End: "end"
|
|
2939
|
-
}, Rs = k(
|
|
2939
|
+
}, Rs = k(wt), Ds = {
|
|
2940
2940
|
account: "account",
|
|
2941
2941
|
accountAttributes: "accountAttributes",
|
|
2942
2942
|
accountTiers: "accountTiers",
|
|
@@ -2949,22 +2949,24 @@ const fs = {
|
|
|
2949
2949
|
Lowercase: "Lowercase",
|
|
2950
2950
|
Capitalize: "Capitalize"
|
|
2951
2951
|
}, Ms = k(V), rc = se({
|
|
2952
|
-
word:
|
|
2952
|
+
word: P(),
|
|
2953
2953
|
width: g(),
|
|
2954
2954
|
spaceWidth: g()
|
|
2955
2955
|
}), be = se({
|
|
2956
|
-
name:
|
|
2956
|
+
name: P(),
|
|
2957
2957
|
x: g().int(),
|
|
2958
2958
|
y: g().int(),
|
|
2959
|
-
defaultValue:
|
|
2959
|
+
defaultValue: P(),
|
|
2960
2960
|
sourceType: Fs,
|
|
2961
|
-
sourceLookup:
|
|
2962
|
-
|
|
2961
|
+
sourceLookup: P(),
|
|
2962
|
+
sourceSeperator: P(),
|
|
2963
|
+
hideEmpty: De(),
|
|
2964
|
+
editable: De()
|
|
2963
2965
|
}), Us = be.extend({
|
|
2964
2966
|
type: M("text"),
|
|
2965
2967
|
// ^A font, height
|
|
2966
|
-
font:
|
|
2967
|
-
fontOrientation:
|
|
2968
|
+
font: P().regex(/^[A-Z0-9]$/, "Font must be a single character A-Z or 0-9"),
|
|
2969
|
+
fontOrientation: zt,
|
|
2968
2970
|
fontHeight: g().int().min(1).max(32e3),
|
|
2969
2971
|
// ^FB maxWidth, maxLines, lineSpacing, alignment, hangingIndent
|
|
2970
2972
|
maxWidth: g().int().min(0).max(9999),
|
|
@@ -2976,13 +2978,14 @@ const fs = {
|
|
|
2976
2978
|
// CUSTOM
|
|
2977
2979
|
charsPerLine: g().int().min(1).max(100),
|
|
2978
2980
|
transformation: Ms,
|
|
2979
|
-
maxCharacters: g().int().min(1).max(100)
|
|
2981
|
+
maxCharacters: g().int().min(1).max(100),
|
|
2982
|
+
measuredWidth: g().min(0).optional()
|
|
2980
2983
|
}), Ls = be.extend({
|
|
2981
2984
|
type: M("barcode"),
|
|
2982
2985
|
// ^BY barWidth
|
|
2983
2986
|
barWidth: g().int().min(4).max(9999),
|
|
2984
2987
|
// ^BC orientation, height, line, lineAbove, checkDigit
|
|
2985
|
-
orientation:
|
|
2988
|
+
orientation: zt,
|
|
2986
2989
|
height: g().int().min(1).max(32e3),
|
|
2987
2990
|
line: ue,
|
|
2988
2991
|
lineAbove: ue,
|
|
@@ -2993,16 +2996,16 @@ const fs = {
|
|
|
2993
2996
|
orientation: M("N"),
|
|
2994
2997
|
model: M("2"),
|
|
2995
2998
|
magnification: g().int().min(1).max(100),
|
|
2996
|
-
errorCorrection:
|
|
2999
|
+
errorCorrection: xs,
|
|
2997
3000
|
mask: g().int().min(0).max(7)
|
|
2998
3001
|
}), Vs = Li("type", [
|
|
2999
3002
|
Us,
|
|
3000
3003
|
Ls,
|
|
3001
3004
|
Js
|
|
3002
3005
|
]), Bs = se({
|
|
3003
|
-
name:
|
|
3004
|
-
alias:
|
|
3005
|
-
}),
|
|
3006
|
+
name: P(),
|
|
3007
|
+
alias: P().length(1)
|
|
3008
|
+
}), $t = se({
|
|
3006
3009
|
type: M("thermal"),
|
|
3007
3010
|
// ~TA adjustment
|
|
3008
3011
|
tearOffAdjustment: g().int().min(0).max(120),
|
|
@@ -3043,10 +3046,10 @@ const fs = {
|
|
|
3043
3046
|
fonts: pe(Bs)
|
|
3044
3047
|
});
|
|
3045
3048
|
function oc(e) {
|
|
3046
|
-
return
|
|
3049
|
+
return $t.safeParse(e);
|
|
3047
3050
|
}
|
|
3048
3051
|
function ic(e) {
|
|
3049
|
-
return
|
|
3052
|
+
return $t.parse(e);
|
|
3050
3053
|
}
|
|
3051
3054
|
function sc(e, t) {
|
|
3052
3055
|
if (e.type === "thermal")
|
|
@@ -3105,49 +3108,40 @@ function Gs(e, t) {
|
|
|
3105
3108
|
if (!t) return e.defaultValue ?? "";
|
|
3106
3109
|
let n = [];
|
|
3107
3110
|
const r = e.sourceLookup.split(",");
|
|
3108
|
-
for (const o of r)
|
|
3111
|
+
for (const o of r) {
|
|
3112
|
+
const s = o.match(/^(.+)\[(\d+)\]$/), i = s ? s[1] : o, c = s ? parseInt(s[2], 10) : void 0;
|
|
3113
|
+
let a;
|
|
3109
3114
|
switch (e.sourceType) {
|
|
3110
|
-
case "account":
|
|
3111
|
-
|
|
3112
|
-
s && n.push(s);
|
|
3115
|
+
case "account":
|
|
3116
|
+
a = t.account[i];
|
|
3113
3117
|
break;
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
const s = t.accountAttributes.find(
|
|
3117
|
-
(i) => i.id === o
|
|
3118
|
-
)?.value;
|
|
3119
|
-
s && n.push(s);
|
|
3118
|
+
case "accountAttributes":
|
|
3119
|
+
a = t.accountAttributes.find((l) => l.id === i)?.value;
|
|
3120
3120
|
break;
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
const s = t.accountTier?.name;
|
|
3124
|
-
s && n.push(s);
|
|
3121
|
+
case "accountTiers":
|
|
3122
|
+
a = t.accountTier?.name;
|
|
3125
3123
|
break;
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
const s = t.pass[o];
|
|
3129
|
-
s && n.push(s);
|
|
3124
|
+
case "pass":
|
|
3125
|
+
a = t.pass[i];
|
|
3130
3126
|
break;
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
const s = t.passResponses.find(
|
|
3134
|
-
(i) => i.name === o
|
|
3135
|
-
)?.value;
|
|
3136
|
-
s && n.push(s);
|
|
3127
|
+
case "passResponses":
|
|
3128
|
+
a = t.passResponses.find((l) => l.name === i)?.value;
|
|
3137
3129
|
break;
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
const s = t.passAttributes.find(
|
|
3141
|
-
(i) => i.name === o
|
|
3142
|
-
)?.value;
|
|
3143
|
-
s && n.push(s);
|
|
3130
|
+
case "passAttributes":
|
|
3131
|
+
a = t.passAttributes.find((l) => l.name === i)?.value;
|
|
3144
3132
|
break;
|
|
3145
|
-
}
|
|
3146
3133
|
default:
|
|
3147
|
-
|
|
3134
|
+
a = "";
|
|
3148
3135
|
break;
|
|
3149
3136
|
}
|
|
3150
|
-
|
|
3137
|
+
if (a != null)
|
|
3138
|
+
if (a && c !== void 0) {
|
|
3139
|
+
const f = a.split(",")[c];
|
|
3140
|
+
f !== void 0 && n.push(f.trim());
|
|
3141
|
+
} else
|
|
3142
|
+
n.push(a);
|
|
3143
|
+
}
|
|
3144
|
+
return n.length === 0 ? e.hideEmpty ? void 0 : (e.defaultValue ?? "").trim() : n.join(e.sourceSeperator ?? " ").trim();
|
|
3151
3145
|
}
|
|
3152
3146
|
function Hs(e, t) {
|
|
3153
3147
|
switch (e.transformation) {
|
|
@@ -3168,7 +3162,7 @@ function Hs(e, t) {
|
|
|
3168
3162
|
function qs(e, t) {
|
|
3169
3163
|
const n = e.fontOrientation, r = `^A${e.font}${n},${e.fontHeight}`;
|
|
3170
3164
|
let o = e.maxLines;
|
|
3171
|
-
if (e.verticalAlignment ===
|
|
3165
|
+
if (e.verticalAlignment === wt.End) {
|
|
3172
3166
|
const i = Xs(e, t);
|
|
3173
3167
|
o = Math.min(i, e.maxLines);
|
|
3174
3168
|
}
|
|
@@ -3176,6 +3170,8 @@ function qs(e, t) {
|
|
|
3176
3170
|
return `^FT${e.x},${e.y}${r}${s}^FD${t}^FS`;
|
|
3177
3171
|
}
|
|
3178
3172
|
function Xs(e, t) {
|
|
3173
|
+
if (e.measuredWidth !== void 0 && e.maxWidth > 0)
|
|
3174
|
+
return Math.max(1, Math.ceil(e.measuredWidth / e.maxWidth));
|
|
3179
3175
|
const n = t.split("\\&"), r = e.charsPerLine ?? 0;
|
|
3180
3176
|
return Qs(n, r);
|
|
3181
3177
|
}
|
|
@@ -3211,15 +3207,15 @@ export {
|
|
|
3211
3207
|
Ps as TextAlignment,
|
|
3212
3208
|
V as TextTransformation,
|
|
3213
3209
|
ms as ThermalMediaType,
|
|
3214
|
-
|
|
3215
|
-
|
|
3210
|
+
wt as VerticalAlignment,
|
|
3211
|
+
Cs as YesNo,
|
|
3216
3212
|
Is as allMediaModeSchema,
|
|
3217
3213
|
ps as backfeedActionSchema,
|
|
3218
|
-
|
|
3214
|
+
$t as badgeSchema,
|
|
3219
3215
|
Ls as barcodeFieldSchema,
|
|
3220
3216
|
Xs as countLines,
|
|
3221
3217
|
Vs as fieldSchema,
|
|
3222
|
-
|
|
3218
|
+
zt as fontOrientationSchema,
|
|
3223
3219
|
Bs as fontSchema,
|
|
3224
3220
|
sc as generate,
|
|
3225
3221
|
Gs as getFieldValue,
|
|
@@ -3229,7 +3225,7 @@ export {
|
|
|
3229
3225
|
Es as prepeelModeSchema,
|
|
3230
3226
|
ws as printDensityAdjustmentSchema,
|
|
3231
3227
|
vs as printOrientationSchema,
|
|
3232
|
-
|
|
3228
|
+
xs as qrCodeErrorCorrectionSchema,
|
|
3233
3229
|
Js as qrcodeFieldSchema,
|
|
3234
3230
|
ks as reverseModeSchema,
|
|
3235
3231
|
Fs as sourceTypeSchema,
|