@clockworkdog/cogs-client 3.0.0-alpha.0 → 3.0.0-alpha.1
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/browser/index.mjs +682 -604
- package/dist/browser/index.umd.js +5 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/utils/getStateAtTime.d.ts +28 -0
- package/dist/utils/getStateAtTime.js +141 -0
- package/package.json +2 -2
package/dist/browser/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var yt = /* @__PURE__ */ ((e) => (e.Setup = "setup", e.Preshow = "pre-show", e.InProgress = "in progress", e.Finished = "finished", e))(yt || {});
|
|
2
2
|
/*! *****************************************************************************
|
|
3
3
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -13,21 +13,21 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
13
13
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
14
14
|
and limitations under the License.
|
|
15
15
|
***************************************************************************** */
|
|
16
|
-
var
|
|
17
|
-
return
|
|
16
|
+
var Se = function(e, t) {
|
|
17
|
+
return Se = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, o) {
|
|
18
18
|
n.__proto__ = o;
|
|
19
19
|
} || function(n, o) {
|
|
20
20
|
for (var i in o) o.hasOwnProperty(i) && (n[i] = o[i]);
|
|
21
|
-
},
|
|
21
|
+
}, Se(e, t);
|
|
22
22
|
};
|
|
23
|
-
function
|
|
24
|
-
|
|
23
|
+
function bt(e, t) {
|
|
24
|
+
Se(e, t);
|
|
25
25
|
function n() {
|
|
26
26
|
this.constructor = e;
|
|
27
27
|
}
|
|
28
28
|
e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function Ht(e) {
|
|
31
31
|
var t = typeof Symbol == "function" && e[Symbol.iterator], n = 0;
|
|
32
32
|
return t ? t.call(e) : {
|
|
33
33
|
next: function() {
|
|
@@ -35,7 +35,7 @@ function Wt(e) {
|
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function Qt(e, t) {
|
|
39
39
|
var n = typeof Symbol == "function" && e[Symbol.iterator];
|
|
40
40
|
if (!n) return e;
|
|
41
41
|
var o = n.call(e), i, u = [], c;
|
|
@@ -52,12 +52,12 @@ function Gt(e, t) {
|
|
|
52
52
|
}
|
|
53
53
|
return u;
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function Yt() {
|
|
56
56
|
for (var e = [], t = 0; t < arguments.length; t++)
|
|
57
|
-
e = e.concat(
|
|
57
|
+
e = e.concat(Qt(arguments[t]));
|
|
58
58
|
return e;
|
|
59
59
|
}
|
|
60
|
-
var
|
|
60
|
+
var wt = (
|
|
61
61
|
/** @class */
|
|
62
62
|
/* @__PURE__ */ function() {
|
|
63
63
|
function e(t, n) {
|
|
@@ -65,27 +65,27 @@ var gt = (
|
|
|
65
65
|
}
|
|
66
66
|
return e;
|
|
67
67
|
}()
|
|
68
|
-
),
|
|
68
|
+
), Xt = (
|
|
69
69
|
/** @class */
|
|
70
70
|
function(e) {
|
|
71
|
-
|
|
71
|
+
bt(t, e);
|
|
72
72
|
function t(n, o) {
|
|
73
73
|
var i = e.call(this, "error", o) || this;
|
|
74
74
|
return i.message = n.message, i.error = n, i;
|
|
75
75
|
}
|
|
76
76
|
return t;
|
|
77
|
-
}(
|
|
78
|
-
),
|
|
77
|
+
}(wt)
|
|
78
|
+
), en = (
|
|
79
79
|
/** @class */
|
|
80
80
|
function(e) {
|
|
81
|
-
|
|
81
|
+
bt(t, e);
|
|
82
82
|
function t(n, o, i) {
|
|
83
83
|
n === void 0 && (n = 1e3), o === void 0 && (o = "");
|
|
84
84
|
var u = e.call(this, "close", i) || this;
|
|
85
85
|
return u.wasClean = !0, u.code = n, u.reason = o, u;
|
|
86
86
|
}
|
|
87
87
|
return t;
|
|
88
|
-
}(
|
|
88
|
+
}(wt)
|
|
89
89
|
);
|
|
90
90
|
/*!
|
|
91
91
|
* Reconnecting WebSocket
|
|
@@ -93,10 +93,10 @@ var gt = (
|
|
|
93
93
|
* https://github.com/pladaria/reconnecting-websocket
|
|
94
94
|
* License MIT
|
|
95
95
|
*/
|
|
96
|
-
var
|
|
96
|
+
var tn = function() {
|
|
97
97
|
if (typeof WebSocket < "u")
|
|
98
98
|
return WebSocket;
|
|
99
|
-
},
|
|
99
|
+
}, nn = function(e) {
|
|
100
100
|
return typeof e < "u" && !!e && e.CLOSING === 2;
|
|
101
101
|
}, U = {
|
|
102
102
|
maxReconnectionDelay: 1e4,
|
|
@@ -106,7 +106,7 @@ var Kt = function() {
|
|
|
106
106
|
connectionTimeout: 4e3,
|
|
107
107
|
maxRetries: 1 / 0,
|
|
108
108
|
maxEnqueuedMessages: 1 / 0
|
|
109
|
-
},
|
|
109
|
+
}, on = (
|
|
110
110
|
/** @class */
|
|
111
111
|
function() {
|
|
112
112
|
function e(t, n, o) {
|
|
@@ -285,7 +285,7 @@ var Kt = function() {
|
|
|
285
285
|
var n, o, i = this._listeners[t.type];
|
|
286
286
|
if (i)
|
|
287
287
|
try {
|
|
288
|
-
for (var u =
|
|
288
|
+
for (var u = Ht(i), c = u.next(); !c.done; c = u.next()) {
|
|
289
289
|
var l = c.value;
|
|
290
290
|
this._callEventListener(t, l);
|
|
291
291
|
}
|
|
@@ -306,7 +306,7 @@ var Kt = function() {
|
|
|
306
306
|
}, e.prototype._debug = function() {
|
|
307
307
|
for (var t = [], n = 0; n < arguments.length; n++)
|
|
308
308
|
t[n] = arguments[n];
|
|
309
|
-
this._options.debug && console.log.apply(console,
|
|
309
|
+
this._options.debug && console.log.apply(console, Yt(["RWS>"], t));
|
|
310
310
|
}, e.prototype._getNextDelay = function() {
|
|
311
311
|
var t = this._options, n = t.reconnectionDelayGrowFactor, o = n === void 0 ? U.reconnectionDelayGrowFactor : n, i = t.minReconnectionDelay, u = i === void 0 ? U.minReconnectionDelay : i, c = t.maxReconnectionDelay, l = c === void 0 ? U.maxReconnectionDelay : c, p = 0;
|
|
312
312
|
return this._retryCount > 0 && (p = u * Math.pow(o, this._retryCount - 1), p > l && (p = l)), this._debug("next delay", p), p;
|
|
@@ -330,12 +330,12 @@ var Kt = function() {
|
|
|
330
330
|
var t = this;
|
|
331
331
|
if (!(this._connectLock || !this._shouldReconnect)) {
|
|
332
332
|
this._connectLock = !0;
|
|
333
|
-
var n = this._options, o = n.maxRetries, i = o === void 0 ? U.maxRetries : o, u = n.connectionTimeout, c = u === void 0 ? U.connectionTimeout : u, l = n.WebSocket, p = l === void 0 ?
|
|
333
|
+
var n = this._options, o = n.maxRetries, i = o === void 0 ? U.maxRetries : o, u = n.connectionTimeout, c = u === void 0 ? U.connectionTimeout : u, l = n.WebSocket, p = l === void 0 ? tn() : l;
|
|
334
334
|
if (this._retryCount >= i) {
|
|
335
335
|
this._debug("max retries reached", this._retryCount, ">=", i);
|
|
336
336
|
return;
|
|
337
337
|
}
|
|
338
|
-
if (this._retryCount++, this._debug("connect", this._retryCount), this._removeListeners(), !
|
|
338
|
+
if (this._retryCount++, this._debug("connect", this._retryCount), this._removeListeners(), !nn(p))
|
|
339
339
|
throw Error("No valid WebSocket class provided");
|
|
340
340
|
this._wait().then(function() {
|
|
341
341
|
return t._getNextUrl(t._url);
|
|
@@ -346,12 +346,12 @@ var Kt = function() {
|
|
|
346
346
|
});
|
|
347
347
|
}
|
|
348
348
|
}, e.prototype._handleTimeout = function() {
|
|
349
|
-
this._debug("timeout event"), this._handleError(new
|
|
349
|
+
this._debug("timeout event"), this._handleError(new Xt(Error("TIMEOUT"), this));
|
|
350
350
|
}, e.prototype._disconnect = function(t, n) {
|
|
351
351
|
if (t === void 0 && (t = 1e3), this._clearTimeouts(), !!this._ws) {
|
|
352
352
|
this._removeListeners();
|
|
353
353
|
try {
|
|
354
|
-
this._ws.close(t, n), this._handleClose(new
|
|
354
|
+
this._ws.close(t, n), this._handleClose(new en(t, n, this));
|
|
355
355
|
} catch {
|
|
356
356
|
}
|
|
357
357
|
}
|
|
@@ -368,24 +368,24 @@ var Kt = function() {
|
|
|
368
368
|
}, e;
|
|
369
369
|
}()
|
|
370
370
|
);
|
|
371
|
-
const
|
|
372
|
-
function
|
|
371
|
+
const kt = 12095;
|
|
372
|
+
function rn(e) {
|
|
373
373
|
const t = typeof window < "u" ? window.location : void 0, n = `/assets/${encodeURIComponent(e)}`;
|
|
374
|
-
return `${t?.protocol}//${t?.hostname}:${
|
|
374
|
+
return `${t?.protocol}//${t?.hostname}:${kt}${n}`;
|
|
375
375
|
}
|
|
376
|
-
async function
|
|
376
|
+
async function ra(e) {
|
|
377
377
|
const t = await fetch(e);
|
|
378
378
|
return URL.createObjectURL(new Blob([await t.arrayBuffer()]));
|
|
379
379
|
}
|
|
380
|
-
class
|
|
380
|
+
class sn {
|
|
381
381
|
#e = new EventTarget();
|
|
382
382
|
constructor(t) {
|
|
383
383
|
this._items = { ...t };
|
|
384
384
|
}
|
|
385
385
|
handleDataStoreItemsMessage(t) {
|
|
386
386
|
this._items = { ...this._items, ...t.items }, Object.entries(t.items).forEach(([n, o]) => {
|
|
387
|
-
this.dispatchEvent(new
|
|
388
|
-
}), this.dispatchEvent(new
|
|
387
|
+
this.dispatchEvent(new Me(n, o));
|
|
388
|
+
}), this.dispatchEvent(new Be(t.items));
|
|
389
389
|
}
|
|
390
390
|
get items() {
|
|
391
391
|
return this._items;
|
|
@@ -395,8 +395,8 @@ class en {
|
|
|
395
395
|
}
|
|
396
396
|
setItems(t) {
|
|
397
397
|
return this._items = { ...this._items, ...t }, Object.entries(t).forEach(([n, o]) => {
|
|
398
|
-
this.dispatchEvent(new
|
|
399
|
-
}), this.dispatchEvent(new
|
|
398
|
+
this.dispatchEvent(new Me(n, o));
|
|
399
|
+
}), this.dispatchEvent(new Be(t)), this;
|
|
400
400
|
}
|
|
401
401
|
// Type-safe listeners
|
|
402
402
|
addEventListener(t, n, o) {
|
|
@@ -409,18 +409,18 @@ class en {
|
|
|
409
409
|
this.#e.dispatchEvent(t);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
class
|
|
412
|
+
class Me extends Event {
|
|
413
413
|
constructor(t, n) {
|
|
414
414
|
super("item"), this.key = t, this.value = n, this._cogsConnectionEventType = "item";
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
class
|
|
417
|
+
class Be extends Event {
|
|
418
418
|
constructor(t) {
|
|
419
419
|
super("items"), this.items = t, this._cogsConnectionEventType = "item";
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
const te = globalThis.Date;
|
|
423
|
-
function
|
|
423
|
+
function an(e) {
|
|
424
424
|
const t = e - te.now();
|
|
425
425
|
function n(...i) {
|
|
426
426
|
return i.length === 0 ? new te(n.now()) : new te(...i);
|
|
@@ -430,25 +430,25 @@ function tn(e) {
|
|
|
430
430
|
return te.now() + t;
|
|
431
431
|
}, globalThis.Date = n;
|
|
432
432
|
}
|
|
433
|
-
let
|
|
434
|
-
function
|
|
435
|
-
return ++
|
|
433
|
+
let un = 0;
|
|
434
|
+
function cn() {
|
|
435
|
+
return ++un;
|
|
436
436
|
}
|
|
437
|
-
const
|
|
438
|
-
function
|
|
437
|
+
const ln = 5, dn = 1e4;
|
|
438
|
+
function pn({ interval: e, send: t, onChange: n = an, syncSampleSize: o = ln, syncRequestTimeout: i = dn }) {
|
|
439
439
|
const u = {};
|
|
440
440
|
async function c() {
|
|
441
441
|
const y = [];
|
|
442
442
|
for (let s = 0; s < o; s++) {
|
|
443
443
|
const a = new Promise((d) => {
|
|
444
|
-
const f =
|
|
444
|
+
const f = cn(), v = Date.now(), h = performance.now();
|
|
445
445
|
t({ timesync: { id: f } });
|
|
446
446
|
const w = (k, C) => d({ sentAt: h, receivedAt: k, serverNow: C, clientNow: v });
|
|
447
447
|
u[f] = { complete: w }, setTimeout(() => d(null), i);
|
|
448
448
|
});
|
|
449
449
|
y.push(a), await a;
|
|
450
450
|
}
|
|
451
|
-
const g = (await Promise.all(y)).filter((s) => s !== null), r =
|
|
451
|
+
const g = (await Promise.all(y)).filter((s) => s !== null), r = fn(g);
|
|
452
452
|
isNaN(r) || n(Date.now() + r);
|
|
453
453
|
}
|
|
454
454
|
const l = (y) => {
|
|
@@ -464,22 +464,22 @@ function an({ interval: e, send: t, onChange: n = tn, syncSampleSize: o = rn, sy
|
|
|
464
464
|
}
|
|
465
465
|
};
|
|
466
466
|
}
|
|
467
|
-
function
|
|
467
|
+
function fn(e) {
|
|
468
468
|
return e.map(({ sentAt: t, receivedAt: n, clientNow: o, serverNow: i }) => {
|
|
469
469
|
const u = (n - t) / 2;
|
|
470
470
|
return i - o - u;
|
|
471
471
|
}).reduce((t, n) => t + n, 0) / e.length;
|
|
472
472
|
}
|
|
473
|
-
class
|
|
474
|
-
constructor(t, { hostname: n = document.location.hostname, port: o =
|
|
475
|
-
this.manifest = t, this.eventTarget = new EventTarget(), this.currentConfig = {}, this.currentState = {}, this._showPhase =
|
|
476
|
-
const { useReconnectingWebsocket: c, path: l, pathParams: p } =
|
|
473
|
+
class ia {
|
|
474
|
+
constructor(t, { hostname: n = document.location.hostname, port: o = kt } = {}, i, u) {
|
|
475
|
+
this.manifest = t, this.eventTarget = new EventTarget(), this.currentConfig = {}, this.currentState = {}, this._showPhase = yt.Setup, this._timerState = null, this._mediaConfig = null, this.audioOutputs = void 0, this._selectedAudioOutput = "", this.currentState = { ...i }, this.store = new sn(u ?? {});
|
|
476
|
+
const { useReconnectingWebsocket: c, path: l, pathParams: p } = hn(document.location.href);
|
|
477
477
|
this.urlParams = new URLSearchParams(p), this.urlParams.set("screenWidth", window.screen.width.toString()), this.urlParams.set("screenHeight", window.screen.height.toString()), this.urlParams.set("screenPixelRatio", window.devicePixelRatio.toString());
|
|
478
478
|
const m = `ws://${n}:${o}${l}?${this.urlParams}`;
|
|
479
|
-
this.websocket = c ? new
|
|
479
|
+
this.websocket = c ? new on(m) : new WebSocket(m);
|
|
480
480
|
let y;
|
|
481
481
|
this.websocket.onopen = () => {
|
|
482
|
-
this.currentConfig = {}, this.currentState = {}, this.dispatchEvent(new
|
|
482
|
+
this.currentConfig = {}, this.currentState = {}, this.dispatchEvent(new _n()), this.setState(this.currentState), y = pn({
|
|
483
483
|
interval: 6e4,
|
|
484
484
|
send: (g) => {
|
|
485
485
|
this.websocket.send(JSON.stringify(g));
|
|
@@ -496,18 +496,18 @@ class oa {
|
|
|
496
496
|
console.error(r);
|
|
497
497
|
}
|
|
498
498
|
}), this.websocket.onclose = () => {
|
|
499
|
-
y?.destroy(), this.dispatchEvent(new
|
|
499
|
+
y?.destroy(), this.dispatchEvent(new mn());
|
|
500
500
|
}, this.websocket.addEventListener("message", ({ data: g }) => {
|
|
501
501
|
try {
|
|
502
502
|
const r = JSON.parse(g);
|
|
503
503
|
try {
|
|
504
504
|
if (r.config)
|
|
505
|
-
this.currentConfig = r.config, this.dispatchEvent(new
|
|
505
|
+
this.currentConfig = r.config, this.dispatchEvent(new gn(this.currentConfig));
|
|
506
506
|
else if (r.updates)
|
|
507
|
-
this.currentState = { ...this.currentState, ...r.updates }, this.dispatchEvent(new
|
|
507
|
+
this.currentState = { ...this.currentState, ...r.updates }, this.dispatchEvent(new yn(r.updates));
|
|
508
508
|
else if (r.event && r.event.key)
|
|
509
509
|
this.dispatchEvent(
|
|
510
|
-
new
|
|
510
|
+
new bn(r.event.key, r.event.value)
|
|
511
511
|
);
|
|
512
512
|
else if (typeof r.message == "object") {
|
|
513
513
|
const s = r.message;
|
|
@@ -520,19 +520,19 @@ class oa {
|
|
|
520
520
|
};
|
|
521
521
|
break;
|
|
522
522
|
case "show_phase":
|
|
523
|
-
this._showPhase = s.phase, this.dispatchEvent(new
|
|
523
|
+
this._showPhase = s.phase, this.dispatchEvent(new kn(s.phase));
|
|
524
524
|
break;
|
|
525
525
|
case "media_config_update":
|
|
526
526
|
this._mediaConfig = s;
|
|
527
527
|
for (const a of ["preferOptimizedAudio", "preferOptimizedVideo", "preferOptimizedImages"])
|
|
528
528
|
s[a] ? this.urlParams.set(a, "true") : this.urlParams.delete(a);
|
|
529
|
-
this.dispatchEvent(new
|
|
529
|
+
this.dispatchEvent(new wn(s));
|
|
530
530
|
break;
|
|
531
531
|
case "data_store_items":
|
|
532
532
|
this.store.handleDataStoreItemsMessage(s);
|
|
533
533
|
break;
|
|
534
534
|
}
|
|
535
|
-
this.dispatchEvent(new
|
|
535
|
+
this.dispatchEvent(new vn(s));
|
|
536
536
|
}
|
|
537
537
|
} catch (s) {
|
|
538
538
|
console.warn("Error handling data", g, s);
|
|
@@ -574,7 +574,7 @@ class oa {
|
|
|
574
574
|
* Return asset URLs using the information about the client and server support for HTTP/2
|
|
575
575
|
*/
|
|
576
576
|
getAssetUrl(t) {
|
|
577
|
-
return `${
|
|
577
|
+
return `${rn(t)}?${this.urlParams?.toString() ?? ""}`;
|
|
578
578
|
}
|
|
579
579
|
get selectedAudioOutput() {
|
|
580
580
|
return this._selectedAudioOutput;
|
|
@@ -632,7 +632,7 @@ class oa {
|
|
|
632
632
|
this.eventTarget.dispatchEvent(t);
|
|
633
633
|
}
|
|
634
634
|
}
|
|
635
|
-
function
|
|
635
|
+
function hn(e) {
|
|
636
636
|
const t = new URL(e), n = new URLSearchParams(t.searchParams), o = n.get("local_id"), i = n.get("simulator") === "true", u = n.get("display") ?? "", c = t.pathname.startsWith("/plugin/") ? decodeURIComponent(t.pathname.split("/")[2]) : void 0;
|
|
637
637
|
if (o) {
|
|
638
638
|
const l = n.get("t") ?? "";
|
|
@@ -668,42 +668,42 @@ function cn(e) {
|
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
|
-
class
|
|
671
|
+
class _n extends Event {
|
|
672
672
|
constructor() {
|
|
673
673
|
super("open"), this._cogsConnectionEventType = "open";
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
|
-
class
|
|
676
|
+
class mn extends Event {
|
|
677
677
|
constructor() {
|
|
678
678
|
super("close"), this._cogsConnectionEventType = "close";
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
|
-
class
|
|
681
|
+
class vn extends Event {
|
|
682
682
|
constructor(t) {
|
|
683
683
|
super("message"), this.message = t, this._cogsConnectionEventType = "message";
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
|
-
class
|
|
686
|
+
class gn extends Event {
|
|
687
687
|
constructor(t) {
|
|
688
688
|
super("config"), this.config = t, this._cogsConnectionEventType = "config";
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
|
-
class
|
|
691
|
+
class yn extends Event {
|
|
692
692
|
constructor(t) {
|
|
693
693
|
super("state"), this.state = t, this._cogsConnectionEventType = "state";
|
|
694
694
|
}
|
|
695
695
|
}
|
|
696
|
-
class
|
|
696
|
+
class bn extends Event {
|
|
697
697
|
constructor(t, n) {
|
|
698
698
|
super("event"), this.name = t, this.value = n, this._cogsConnectionEventType = "event";
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
|
-
class
|
|
701
|
+
class wn extends Event {
|
|
702
702
|
constructor(t) {
|
|
703
703
|
super("mediaConfig"), this.mediaConfig = t, this._cogsConnectionEventType = "mediaConfig";
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
|
-
class
|
|
706
|
+
class kn extends Event {
|
|
707
707
|
constructor(t) {
|
|
708
708
|
super("showPhase"), this.showPhase = t, this._cogsConnectionEventType = "showPhase";
|
|
709
709
|
}
|
|
@@ -743,28 +743,28 @@ function _(e, t, n) {
|
|
|
743
743
|
value: (l) => n?.Parent && l instanceof n.Parent ? !0 : l?._zod?.traits?.has(e)
|
|
744
744
|
}), Object.defineProperty(c, "name", { value: e }), c;
|
|
745
745
|
}
|
|
746
|
-
class
|
|
746
|
+
class K extends Error {
|
|
747
747
|
constructor() {
|
|
748
748
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
class
|
|
751
|
+
class Ct extends Error {
|
|
752
752
|
constructor(t) {
|
|
753
753
|
super(`Encountered unidirectional transform during encode: ${t}`), this.name = "ZodEncodeError";
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
|
-
const
|
|
756
|
+
const Et = {};
|
|
757
757
|
function N(e) {
|
|
758
|
-
return
|
|
758
|
+
return Et;
|
|
759
759
|
}
|
|
760
|
-
function
|
|
760
|
+
function Cn(e) {
|
|
761
761
|
const t = Object.values(e).filter((o) => typeof o == "number");
|
|
762
762
|
return Object.entries(e).filter(([o, i]) => t.indexOf(+o) === -1).map(([o, i]) => i);
|
|
763
763
|
}
|
|
764
|
-
function
|
|
764
|
+
function Te(e, t) {
|
|
765
765
|
return typeof t == "bigint" ? t.toString() : t;
|
|
766
766
|
}
|
|
767
|
-
function
|
|
767
|
+
function Ze(e) {
|
|
768
768
|
return {
|
|
769
769
|
get value() {
|
|
770
770
|
{
|
|
@@ -774,14 +774,14 @@ function Ie(e) {
|
|
|
774
774
|
}
|
|
775
775
|
};
|
|
776
776
|
}
|
|
777
|
-
function
|
|
777
|
+
function Oe(e) {
|
|
778
778
|
return e == null;
|
|
779
779
|
}
|
|
780
|
-
function
|
|
780
|
+
function Pe(e) {
|
|
781
781
|
const t = e.startsWith("^") ? 1 : 0, n = e.endsWith("$") ? e.length - 1 : e.length;
|
|
782
782
|
return e.slice(t, n);
|
|
783
783
|
}
|
|
784
|
-
function
|
|
784
|
+
function En(e, t) {
|
|
785
785
|
const n = (e.toString().split(".")[1] || "").length, o = t.toString();
|
|
786
786
|
let i = (o.split(".")[1] || "").length;
|
|
787
787
|
if (i === 0 && /\d?e-\d?/.test(o)) {
|
|
@@ -791,13 +791,13 @@ function yn(e, t) {
|
|
|
791
791
|
const u = n > i ? n : i, c = Number.parseInt(e.toFixed(u).replace(".", "")), l = Number.parseInt(t.toFixed(u).replace(".", ""));
|
|
792
792
|
return c % l / 10 ** u;
|
|
793
793
|
}
|
|
794
|
-
const
|
|
794
|
+
const We = Symbol("evaluating");
|
|
795
795
|
function E(e, t, n) {
|
|
796
796
|
let o;
|
|
797
797
|
Object.defineProperty(e, t, {
|
|
798
798
|
get() {
|
|
799
|
-
if (o !==
|
|
800
|
-
return o === void 0 && (o =
|
|
799
|
+
if (o !== We)
|
|
800
|
+
return o === void 0 && (o = We, o = n()), o;
|
|
801
801
|
},
|
|
802
802
|
set(i) {
|
|
803
803
|
Object.defineProperty(e, t, {
|
|
@@ -824,18 +824,18 @@ function B(...e) {
|
|
|
824
824
|
}
|
|
825
825
|
return Object.defineProperties({}, t);
|
|
826
826
|
}
|
|
827
|
-
function
|
|
827
|
+
function Ge(e) {
|
|
828
828
|
return JSON.stringify(e);
|
|
829
829
|
}
|
|
830
|
-
function
|
|
830
|
+
function An(e) {
|
|
831
831
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
832
832
|
}
|
|
833
|
-
const
|
|
833
|
+
const At = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
834
834
|
};
|
|
835
835
|
function pe(e) {
|
|
836
836
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
837
837
|
}
|
|
838
|
-
const
|
|
838
|
+
const Sn = Ze(() => {
|
|
839
839
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
840
840
|
return !1;
|
|
841
841
|
try {
|
|
@@ -845,7 +845,7 @@ const wn = Ie(() => {
|
|
|
845
845
|
return !1;
|
|
846
846
|
}
|
|
847
847
|
});
|
|
848
|
-
function
|
|
848
|
+
function J(e) {
|
|
849
849
|
if (pe(e) === !1)
|
|
850
850
|
return !1;
|
|
851
851
|
const t = e.constructor;
|
|
@@ -854,11 +854,11 @@ function H(e) {
|
|
|
854
854
|
const n = t.prototype;
|
|
855
855
|
return !(pe(n) === !1 || Object.prototype.hasOwnProperty.call(n, "isPrototypeOf") === !1);
|
|
856
856
|
}
|
|
857
|
-
function
|
|
858
|
-
return
|
|
857
|
+
function St(e) {
|
|
858
|
+
return J(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
859
859
|
}
|
|
860
|
-
const
|
|
861
|
-
function
|
|
860
|
+
const Tn = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
861
|
+
function H(e) {
|
|
862
862
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
863
863
|
}
|
|
864
864
|
function D(e, t, n) {
|
|
@@ -878,17 +878,17 @@ function b(e) {
|
|
|
878
878
|
}
|
|
879
879
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
880
880
|
}
|
|
881
|
-
function
|
|
881
|
+
function zn(e) {
|
|
882
882
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
883
883
|
}
|
|
884
|
-
const
|
|
884
|
+
const $n = {
|
|
885
885
|
safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER],
|
|
886
886
|
int32: [-2147483648, 2147483647],
|
|
887
887
|
uint32: [0, 4294967295],
|
|
888
888
|
float32: [-34028234663852886e22, 34028234663852886e22],
|
|
889
889
|
float64: [-Number.MAX_VALUE, Number.MAX_VALUE]
|
|
890
890
|
};
|
|
891
|
-
function
|
|
891
|
+
function In(e, t) {
|
|
892
892
|
const n = e._zod.def, o = B(e._zod.def, {
|
|
893
893
|
get shape() {
|
|
894
894
|
const i = {};
|
|
@@ -903,7 +903,7 @@ function An(e, t) {
|
|
|
903
903
|
});
|
|
904
904
|
return D(e, o);
|
|
905
905
|
}
|
|
906
|
-
function
|
|
906
|
+
function Zn(e, t) {
|
|
907
907
|
const n = e._zod.def, o = B(e._zod.def, {
|
|
908
908
|
get shape() {
|
|
909
909
|
const i = { ...e._zod.def.shape };
|
|
@@ -918,8 +918,8 @@ function Sn(e, t) {
|
|
|
918
918
|
});
|
|
919
919
|
return D(e, o);
|
|
920
920
|
}
|
|
921
|
-
function
|
|
922
|
-
if (!
|
|
921
|
+
function On(e, t) {
|
|
922
|
+
if (!J(t))
|
|
923
923
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
924
924
|
const n = e._zod.def.checks;
|
|
925
925
|
if (n && n.length > 0)
|
|
@@ -933,8 +933,8 @@ function Tn(e, t) {
|
|
|
933
933
|
});
|
|
934
934
|
return D(e, i);
|
|
935
935
|
}
|
|
936
|
-
function
|
|
937
|
-
if (!
|
|
936
|
+
function Pn(e, t) {
|
|
937
|
+
if (!J(t))
|
|
938
938
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
939
939
|
const n = {
|
|
940
940
|
...e._zod.def,
|
|
@@ -946,7 +946,7 @@ function zn(e, t) {
|
|
|
946
946
|
};
|
|
947
947
|
return D(e, n);
|
|
948
948
|
}
|
|
949
|
-
function
|
|
949
|
+
function xn(e, t) {
|
|
950
950
|
const n = B(e._zod.def, {
|
|
951
951
|
get shape() {
|
|
952
952
|
const o = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
@@ -960,7 +960,7 @@ function $n(e, t) {
|
|
|
960
960
|
});
|
|
961
961
|
return D(e, n);
|
|
962
962
|
}
|
|
963
|
-
function
|
|
963
|
+
function Ln(e, t, n) {
|
|
964
964
|
const o = B(t._zod.def, {
|
|
965
965
|
get shape() {
|
|
966
966
|
const i = t._zod.def.shape, u = { ...i };
|
|
@@ -985,7 +985,7 @@ function In(e, t, n) {
|
|
|
985
985
|
});
|
|
986
986
|
return D(t, o);
|
|
987
987
|
}
|
|
988
|
-
function
|
|
988
|
+
function jn(e, t, n) {
|
|
989
989
|
const o = B(t._zod.def, {
|
|
990
990
|
get shape() {
|
|
991
991
|
const i = t._zod.def.shape, u = { ...i };
|
|
@@ -1035,7 +1035,7 @@ function R(e, t, n) {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
return delete o.inst, delete o.continue, t?.reportInput || delete o.input, o;
|
|
1037
1037
|
}
|
|
1038
|
-
function
|
|
1038
|
+
function xe(e) {
|
|
1039
1039
|
return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
|
|
1040
1040
|
}
|
|
1041
1041
|
function re(...e) {
|
|
@@ -1047,25 +1047,25 @@ function re(...e) {
|
|
|
1047
1047
|
inst: o
|
|
1048
1048
|
} : { ...t };
|
|
1049
1049
|
}
|
|
1050
|
-
const
|
|
1050
|
+
const Tt = (e, t) => {
|
|
1051
1051
|
e.name = "$ZodError", Object.defineProperty(e, "_zod", {
|
|
1052
1052
|
value: e._zod,
|
|
1053
1053
|
enumerable: !1
|
|
1054
1054
|
}), Object.defineProperty(e, "issues", {
|
|
1055
1055
|
value: t,
|
|
1056
1056
|
enumerable: !1
|
|
1057
|
-
}), e.message = JSON.stringify(t,
|
|
1057
|
+
}), e.message = JSON.stringify(t, Te, 2), Object.defineProperty(e, "toString", {
|
|
1058
1058
|
value: () => e.message,
|
|
1059
1059
|
enumerable: !1
|
|
1060
1060
|
});
|
|
1061
|
-
},
|
|
1062
|
-
function
|
|
1061
|
+
}, zt = /* @__PURE__ */ _("$ZodError", Tt), $t = /* @__PURE__ */ _("$ZodError", Tt, { Parent: Error });
|
|
1062
|
+
function Nn(e, t = (n) => n.message) {
|
|
1063
1063
|
const n = {}, o = [];
|
|
1064
1064
|
for (const i of e.issues)
|
|
1065
1065
|
i.path.length > 0 ? (n[i.path[0]] = n[i.path[0]] || [], n[i.path[0]].push(t(i))) : o.push(t(i));
|
|
1066
1066
|
return { formErrors: o, fieldErrors: n };
|
|
1067
1067
|
}
|
|
1068
|
-
function
|
|
1068
|
+
function Rn(e, t = (n) => n.message) {
|
|
1069
1069
|
const n = { _errors: [] }, o = (i) => {
|
|
1070
1070
|
for (const u of i.issues)
|
|
1071
1071
|
if (u.code === "invalid_union" && u.errors.length)
|
|
@@ -1086,81 +1086,81 @@ function Pn(e, t = (n) => n.message) {
|
|
|
1086
1086
|
};
|
|
1087
1087
|
return o(e), n;
|
|
1088
1088
|
}
|
|
1089
|
-
const
|
|
1089
|
+
const Le = (e) => (t, n, o, i) => {
|
|
1090
1090
|
const u = o ? Object.assign(o, { async: !1 }) : { async: !1 }, c = t._zod.run({ value: n, issues: [] }, u);
|
|
1091
1091
|
if (c instanceof Promise)
|
|
1092
|
-
throw new
|
|
1092
|
+
throw new K();
|
|
1093
1093
|
if (c.issues.length) {
|
|
1094
1094
|
const l = new (i?.Err ?? e)(c.issues.map((p) => R(p, u, N())));
|
|
1095
|
-
throw
|
|
1095
|
+
throw At(l, i?.callee), l;
|
|
1096
1096
|
}
|
|
1097
1097
|
return c.value;
|
|
1098
|
-
},
|
|
1098
|
+
}, je = (e) => async (t, n, o, i) => {
|
|
1099
1099
|
const u = o ? Object.assign(o, { async: !0 }) : { async: !0 };
|
|
1100
1100
|
let c = t._zod.run({ value: n, issues: [] }, u);
|
|
1101
1101
|
if (c instanceof Promise && (c = await c), c.issues.length) {
|
|
1102
1102
|
const l = new (i?.Err ?? e)(c.issues.map((p) => R(p, u, N())));
|
|
1103
|
-
throw
|
|
1103
|
+
throw At(l, i?.callee), l;
|
|
1104
1104
|
}
|
|
1105
1105
|
return c.value;
|
|
1106
1106
|
}, _e = (e) => (t, n, o) => {
|
|
1107
1107
|
const i = o ? { ...o, async: !1 } : { async: !1 }, u = t._zod.run({ value: n, issues: [] }, i);
|
|
1108
1108
|
if (u instanceof Promise)
|
|
1109
|
-
throw new
|
|
1109
|
+
throw new K();
|
|
1110
1110
|
return u.issues.length ? {
|
|
1111
1111
|
success: !1,
|
|
1112
|
-
error: new (e ??
|
|
1112
|
+
error: new (e ?? zt)(u.issues.map((c) => R(c, i, N())))
|
|
1113
1113
|
} : { success: !0, data: u.value };
|
|
1114
|
-
},
|
|
1114
|
+
}, Dn = /* @__PURE__ */ _e($t), me = (e) => async (t, n, o) => {
|
|
1115
1115
|
const i = o ? Object.assign(o, { async: !0 }) : { async: !0 };
|
|
1116
1116
|
let u = t._zod.run({ value: n, issues: [] }, i);
|
|
1117
1117
|
return u instanceof Promise && (u = await u), u.issues.length ? {
|
|
1118
1118
|
success: !1,
|
|
1119
1119
|
error: new e(u.issues.map((c) => R(c, i, N())))
|
|
1120
1120
|
} : { success: !0, data: u.value };
|
|
1121
|
-
},
|
|
1122
|
-
const i = o ? Object.assign(o, { direction: "backward" }) : { direction: "backward" };
|
|
1123
|
-
return xe(e)(t, n, i);
|
|
1124
|
-
}, Nn = (e) => (t, n, o) => xe(e)(t, n, o), Rn = (e) => async (t, n, o) => {
|
|
1121
|
+
}, Fn = /* @__PURE__ */ me($t), Un = (e) => (t, n, o) => {
|
|
1125
1122
|
const i = o ? Object.assign(o, { direction: "backward" }) : { direction: "backward" };
|
|
1126
1123
|
return Le(e)(t, n, i);
|
|
1127
|
-
},
|
|
1124
|
+
}, Vn = (e) => (t, n, o) => Le(e)(t, n, o), Mn = (e) => async (t, n, o) => {
|
|
1125
|
+
const i = o ? Object.assign(o, { direction: "backward" }) : { direction: "backward" };
|
|
1126
|
+
return je(e)(t, n, i);
|
|
1127
|
+
}, Bn = (e) => async (t, n, o) => je(e)(t, n, o), Wn = (e) => (t, n, o) => {
|
|
1128
1128
|
const i = o ? Object.assign(o, { direction: "backward" }) : { direction: "backward" };
|
|
1129
1129
|
return _e(e)(t, n, i);
|
|
1130
|
-
},
|
|
1130
|
+
}, Gn = (e) => (t, n, o) => _e(e)(t, n, o), qn = (e) => async (t, n, o) => {
|
|
1131
1131
|
const i = o ? Object.assign(o, { direction: "backward" }) : { direction: "backward" };
|
|
1132
1132
|
return me(e)(t, n, i);
|
|
1133
|
-
},
|
|
1134
|
-
function
|
|
1135
|
-
return new RegExp(
|
|
1133
|
+
}, Kn = (e) => async (t, n, o) => me(e)(t, n, o), Jn = /^[cC][^\s-]{8,}$/, Hn = /^[0-9a-z]+$/, Qn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, Yn = /^[0-9a-vA-V]{20}$/, Xn = /^[A-Za-z0-9]{27}$/, eo = /^[a-zA-Z0-9_-]{21}$/, to = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, no = /^([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})$/, qe = (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)$/, oo = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, ro = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
1134
|
+
function io() {
|
|
1135
|
+
return new RegExp(ro, "u");
|
|
1136
1136
|
}
|
|
1137
|
-
const
|
|
1138
|
-
function
|
|
1137
|
+
const so = /^(?:(?: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])$/, ao = /^(([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}|:))$/, uo = /^((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])$/, co = /^(([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])$/, lo = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, It = /^[A-Za-z0-9_-]*$/, po = /^\+(?:[0-9]){6,14}[0-9]$/, Zt = "(?:(?:\\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])))", fo = /* @__PURE__ */ new RegExp(`^${Zt}$`);
|
|
1138
|
+
function Ot(e) {
|
|
1139
1139
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
1140
1140
|
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+)?)?`;
|
|
1141
1141
|
}
|
|
1142
|
-
function
|
|
1143
|
-
return new RegExp(`^${
|
|
1142
|
+
function ho(e) {
|
|
1143
|
+
return new RegExp(`^${Ot(e)}$`);
|
|
1144
1144
|
}
|
|
1145
|
-
function
|
|
1146
|
-
const t =
|
|
1145
|
+
function _o(e) {
|
|
1146
|
+
const t = Ot({ precision: e.precision }), n = ["Z"];
|
|
1147
1147
|
e.local && n.push(""), e.offset && n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
1148
1148
|
const o = `${t}(?:${n.join("|")})`;
|
|
1149
|
-
return new RegExp(`^${
|
|
1149
|
+
return new RegExp(`^${Zt}T(?:${o})$`);
|
|
1150
1150
|
}
|
|
1151
|
-
const
|
|
1151
|
+
const mo = (e) => {
|
|
1152
1152
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
1153
1153
|
return new RegExp(`^${t}$`);
|
|
1154
|
-
},
|
|
1154
|
+
}, vo = /^-?\d+$/, go = /^-?\d+(?:\.\d+)?/, yo = /^null$/i, bo = /^[^A-Z]*$/, wo = /^[^a-z]*$/, Z = /* @__PURE__ */ _("$ZodCheck", (e, t) => {
|
|
1155
1155
|
var n;
|
|
1156
1156
|
e._zod ?? (e._zod = {}), e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
|
|
1157
|
-
}),
|
|
1157
|
+
}), Pt = {
|
|
1158
1158
|
number: "number",
|
|
1159
1159
|
bigint: "bigint",
|
|
1160
1160
|
object: "date"
|
|
1161
|
-
},
|
|
1161
|
+
}, xt = /* @__PURE__ */ _("$ZodCheckLessThan", (e, t) => {
|
|
1162
1162
|
Z.init(e, t);
|
|
1163
|
-
const n =
|
|
1163
|
+
const n = Pt[typeof t.value];
|
|
1164
1164
|
e._zod.onattach.push((o) => {
|
|
1165
1165
|
const i = o._zod.bag, u = (t.inclusive ? i.maximum : i.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
1166
1166
|
t.value < u && (t.inclusive ? i.maximum = t.value : i.exclusiveMaximum = t.value);
|
|
@@ -1175,9 +1175,9 @@ const lo = (e) => {
|
|
|
1175
1175
|
continue: !t.abort
|
|
1176
1176
|
});
|
|
1177
1177
|
};
|
|
1178
|
-
}),
|
|
1178
|
+
}), Lt = /* @__PURE__ */ _("$ZodCheckGreaterThan", (e, t) => {
|
|
1179
1179
|
Z.init(e, t);
|
|
1180
|
-
const n =
|
|
1180
|
+
const n = Pt[typeof t.value];
|
|
1181
1181
|
e._zod.onattach.push((o) => {
|
|
1182
1182
|
const i = o._zod.bag, u = (t.inclusive ? i.minimum : i.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
1183
1183
|
t.value > u && (t.inclusive ? i.minimum = t.value : i.exclusiveMinimum = t.value);
|
|
@@ -1192,14 +1192,14 @@ const lo = (e) => {
|
|
|
1192
1192
|
continue: !t.abort
|
|
1193
1193
|
});
|
|
1194
1194
|
};
|
|
1195
|
-
}),
|
|
1195
|
+
}), ko = /* @__PURE__ */ _("$ZodCheckMultipleOf", (e, t) => {
|
|
1196
1196
|
Z.init(e, t), e._zod.onattach.push((n) => {
|
|
1197
1197
|
var o;
|
|
1198
1198
|
(o = n._zod.bag).multipleOf ?? (o.multipleOf = t.value);
|
|
1199
1199
|
}), e._zod.check = (n) => {
|
|
1200
1200
|
if (typeof n.value != typeof t.value)
|
|
1201
1201
|
throw new Error("Cannot mix number and bigint in multiple_of check.");
|
|
1202
|
-
(typeof n.value == "bigint" ? n.value % t.value === BigInt(0) :
|
|
1202
|
+
(typeof n.value == "bigint" ? n.value % t.value === BigInt(0) : En(n.value, t.value) === 0) || n.issues.push({
|
|
1203
1203
|
origin: typeof n.value,
|
|
1204
1204
|
code: "not_multiple_of",
|
|
1205
1205
|
divisor: t.value,
|
|
@@ -1208,12 +1208,12 @@ const lo = (e) => {
|
|
|
1208
1208
|
continue: !t.abort
|
|
1209
1209
|
});
|
|
1210
1210
|
};
|
|
1211
|
-
}),
|
|
1211
|
+
}), Co = /* @__PURE__ */ _("$ZodCheckNumberFormat", (e, t) => {
|
|
1212
1212
|
Z.init(e, t), t.format = t.format || "float64";
|
|
1213
|
-
const n = t.format?.includes("int"), o = n ? "int" : "number", [i, u] =
|
|
1213
|
+
const n = t.format?.includes("int"), o = n ? "int" : "number", [i, u] = $n[t.format];
|
|
1214
1214
|
e._zod.onattach.push((c) => {
|
|
1215
1215
|
const l = c._zod.bag;
|
|
1216
|
-
l.format = t.format, l.minimum = i, l.maximum = u, n && (l.pattern =
|
|
1216
|
+
l.format = t.format, l.minimum = i, l.maximum = u, n && (l.pattern = vo);
|
|
1217
1217
|
}), e._zod.check = (c) => {
|
|
1218
1218
|
const l = c.value;
|
|
1219
1219
|
if (n) {
|
|
@@ -1265,11 +1265,11 @@ const lo = (e) => {
|
|
|
1265
1265
|
inst: e
|
|
1266
1266
|
});
|
|
1267
1267
|
};
|
|
1268
|
-
}),
|
|
1268
|
+
}), Eo = /* @__PURE__ */ _("$ZodCheckMaxLength", (e, t) => {
|
|
1269
1269
|
var n;
|
|
1270
1270
|
Z.init(e, t), (n = e._zod.def).when ?? (n.when = (o) => {
|
|
1271
1271
|
const i = o.value;
|
|
1272
|
-
return !
|
|
1272
|
+
return !Oe(i) && i.length !== void 0;
|
|
1273
1273
|
}), e._zod.onattach.push((o) => {
|
|
1274
1274
|
const i = o._zod.bag.maximum ?? Number.POSITIVE_INFINITY;
|
|
1275
1275
|
t.maximum < i && (o._zod.bag.maximum = t.maximum);
|
|
@@ -1277,7 +1277,7 @@ const lo = (e) => {
|
|
|
1277
1277
|
const i = o.value;
|
|
1278
1278
|
if (i.length <= t.maximum)
|
|
1279
1279
|
return;
|
|
1280
|
-
const c =
|
|
1280
|
+
const c = xe(i);
|
|
1281
1281
|
o.issues.push({
|
|
1282
1282
|
origin: c,
|
|
1283
1283
|
code: "too_big",
|
|
@@ -1288,11 +1288,11 @@ const lo = (e) => {
|
|
|
1288
1288
|
continue: !t.abort
|
|
1289
1289
|
});
|
|
1290
1290
|
};
|
|
1291
|
-
}),
|
|
1291
|
+
}), Ao = /* @__PURE__ */ _("$ZodCheckMinLength", (e, t) => {
|
|
1292
1292
|
var n;
|
|
1293
1293
|
Z.init(e, t), (n = e._zod.def).when ?? (n.when = (o) => {
|
|
1294
1294
|
const i = o.value;
|
|
1295
|
-
return !
|
|
1295
|
+
return !Oe(i) && i.length !== void 0;
|
|
1296
1296
|
}), e._zod.onattach.push((o) => {
|
|
1297
1297
|
const i = o._zod.bag.minimum ?? Number.NEGATIVE_INFINITY;
|
|
1298
1298
|
t.minimum > i && (o._zod.bag.minimum = t.minimum);
|
|
@@ -1300,7 +1300,7 @@ const lo = (e) => {
|
|
|
1300
1300
|
const i = o.value;
|
|
1301
1301
|
if (i.length >= t.minimum)
|
|
1302
1302
|
return;
|
|
1303
|
-
const c =
|
|
1303
|
+
const c = xe(i);
|
|
1304
1304
|
o.issues.push({
|
|
1305
1305
|
origin: c,
|
|
1306
1306
|
code: "too_small",
|
|
@@ -1311,11 +1311,11 @@ const lo = (e) => {
|
|
|
1311
1311
|
continue: !t.abort
|
|
1312
1312
|
});
|
|
1313
1313
|
};
|
|
1314
|
-
}),
|
|
1314
|
+
}), So = /* @__PURE__ */ _("$ZodCheckLengthEquals", (e, t) => {
|
|
1315
1315
|
var n;
|
|
1316
1316
|
Z.init(e, t), (n = e._zod.def).when ?? (n.when = (o) => {
|
|
1317
1317
|
const i = o.value;
|
|
1318
|
-
return !
|
|
1318
|
+
return !Oe(i) && i.length !== void 0;
|
|
1319
1319
|
}), e._zod.onattach.push((o) => {
|
|
1320
1320
|
const i = o._zod.bag;
|
|
1321
1321
|
i.minimum = t.length, i.maximum = t.length, i.length = t.length;
|
|
@@ -1323,7 +1323,7 @@ const lo = (e) => {
|
|
|
1323
1323
|
const i = o.value, u = i.length;
|
|
1324
1324
|
if (u === t.length)
|
|
1325
1325
|
return;
|
|
1326
|
-
const c =
|
|
1326
|
+
const c = xe(i), l = u > t.length;
|
|
1327
1327
|
o.issues.push({
|
|
1328
1328
|
origin: c,
|
|
1329
1329
|
...l ? { code: "too_big", maximum: t.length } : { code: "too_small", minimum: t.length },
|
|
@@ -1351,7 +1351,7 @@ const lo = (e) => {
|
|
|
1351
1351
|
});
|
|
1352
1352
|
}) : (o = e._zod).check ?? (o.check = () => {
|
|
1353
1353
|
});
|
|
1354
|
-
}),
|
|
1354
|
+
}), To = /* @__PURE__ */ _("$ZodCheckRegex", (e, t) => {
|
|
1355
1355
|
ve.init(e, t), e._zod.check = (n) => {
|
|
1356
1356
|
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
1357
1357
|
origin: "string",
|
|
@@ -1363,13 +1363,13 @@ const lo = (e) => {
|
|
|
1363
1363
|
continue: !t.abort
|
|
1364
1364
|
});
|
|
1365
1365
|
};
|
|
1366
|
-
}),
|
|
1367
|
-
t.pattern ?? (t.pattern =
|
|
1368
|
-
}),
|
|
1369
|
-
t.pattern ?? (t.pattern =
|
|
1370
|
-
}),
|
|
1366
|
+
}), zo = /* @__PURE__ */ _("$ZodCheckLowerCase", (e, t) => {
|
|
1367
|
+
t.pattern ?? (t.pattern = bo), ve.init(e, t);
|
|
1368
|
+
}), $o = /* @__PURE__ */ _("$ZodCheckUpperCase", (e, t) => {
|
|
1369
|
+
t.pattern ?? (t.pattern = wo), ve.init(e, t);
|
|
1370
|
+
}), Io = /* @__PURE__ */ _("$ZodCheckIncludes", (e, t) => {
|
|
1371
1371
|
Z.init(e, t);
|
|
1372
|
-
const n =
|
|
1372
|
+
const n = H(t.includes), o = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${n}` : n);
|
|
1373
1373
|
t.pattern = o, e._zod.onattach.push((i) => {
|
|
1374
1374
|
const u = i._zod.bag;
|
|
1375
1375
|
u.patterns ?? (u.patterns = /* @__PURE__ */ new Set()), u.patterns.add(o);
|
|
@@ -1384,9 +1384,9 @@ const lo = (e) => {
|
|
|
1384
1384
|
continue: !t.abort
|
|
1385
1385
|
});
|
|
1386
1386
|
};
|
|
1387
|
-
}),
|
|
1387
|
+
}), Zo = /* @__PURE__ */ _("$ZodCheckStartsWith", (e, t) => {
|
|
1388
1388
|
Z.init(e, t);
|
|
1389
|
-
const n = new RegExp(`^${
|
|
1389
|
+
const n = new RegExp(`^${H(t.prefix)}.*`);
|
|
1390
1390
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((o) => {
|
|
1391
1391
|
const i = o._zod.bag;
|
|
1392
1392
|
i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(n);
|
|
@@ -1401,9 +1401,9 @@ const lo = (e) => {
|
|
|
1401
1401
|
continue: !t.abort
|
|
1402
1402
|
});
|
|
1403
1403
|
};
|
|
1404
|
-
}),
|
|
1404
|
+
}), Oo = /* @__PURE__ */ _("$ZodCheckEndsWith", (e, t) => {
|
|
1405
1405
|
Z.init(e, t);
|
|
1406
|
-
const n = new RegExp(`.*${
|
|
1406
|
+
const n = new RegExp(`.*${H(t.suffix)}$`);
|
|
1407
1407
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((o) => {
|
|
1408
1408
|
const i = o._zod.bag;
|
|
1409
1409
|
i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(n);
|
|
@@ -1418,12 +1418,12 @@ const lo = (e) => {
|
|
|
1418
1418
|
continue: !t.abort
|
|
1419
1419
|
});
|
|
1420
1420
|
};
|
|
1421
|
-
}),
|
|
1421
|
+
}), Po = /* @__PURE__ */ _("$ZodCheckOverwrite", (e, t) => {
|
|
1422
1422
|
Z.init(e, t), e._zod.check = (n) => {
|
|
1423
1423
|
n.value = t.tx(n.value);
|
|
1424
1424
|
};
|
|
1425
1425
|
});
|
|
1426
|
-
class
|
|
1426
|
+
class xo {
|
|
1427
1427
|
constructor(t = []) {
|
|
1428
1428
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
1429
1429
|
}
|
|
@@ -1446,13 +1446,13 @@ class $o {
|
|
|
1446
1446
|
`));
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
1449
|
-
const
|
|
1449
|
+
const Lo = {
|
|
1450
1450
|
major: 4,
|
|
1451
1451
|
minor: 1,
|
|
1452
1452
|
patch: 13
|
|
1453
1453
|
}, A = /* @__PURE__ */ _("$ZodType", (e, t) => {
|
|
1454
1454
|
var n;
|
|
1455
|
-
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
1455
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = Lo;
|
|
1456
1456
|
const o = [...e._zod.def.checks ?? []];
|
|
1457
1457
|
e._zod.traits.has("$ZodCheck") && o.unshift(e);
|
|
1458
1458
|
for (const i of o)
|
|
@@ -1473,7 +1473,7 @@ const Io = {
|
|
|
1473
1473
|
continue;
|
|
1474
1474
|
const r = c.issues.length, s = g._zod.check(c);
|
|
1475
1475
|
if (s instanceof Promise && p?.async === !1)
|
|
1476
|
-
throw new
|
|
1476
|
+
throw new K();
|
|
1477
1477
|
if (y || s instanceof Promise)
|
|
1478
1478
|
y = (y ?? Promise.resolve()).then(async () => {
|
|
1479
1479
|
await s, c.issues.length !== r && (m || (m = q(c, r)));
|
|
@@ -1491,7 +1491,7 @@ const Io = {
|
|
|
1491
1491
|
const m = i(l, o, p);
|
|
1492
1492
|
if (m instanceof Promise) {
|
|
1493
1493
|
if (p.async === !1)
|
|
1494
|
-
throw new
|
|
1494
|
+
throw new K();
|
|
1495
1495
|
return m.then((y) => e._zod.parse(y, p));
|
|
1496
1496
|
}
|
|
1497
1497
|
return e._zod.parse(m, p);
|
|
@@ -1506,7 +1506,7 @@ const Io = {
|
|
|
1506
1506
|
const p = e._zod.parse(c, l);
|
|
1507
1507
|
if (p instanceof Promise) {
|
|
1508
1508
|
if (l.async === !1)
|
|
1509
|
-
throw new
|
|
1509
|
+
throw new K();
|
|
1510
1510
|
return p.then((m) => i(m, o, l));
|
|
1511
1511
|
}
|
|
1512
1512
|
return i(p, o, l);
|
|
@@ -1515,17 +1515,17 @@ const Io = {
|
|
|
1515
1515
|
e["~standard"] = {
|
|
1516
1516
|
validate: (i) => {
|
|
1517
1517
|
try {
|
|
1518
|
-
const u =
|
|
1518
|
+
const u = Dn(e, i);
|
|
1519
1519
|
return u.success ? { value: u.data } : { issues: u.error?.issues };
|
|
1520
1520
|
} catch {
|
|
1521
|
-
return
|
|
1521
|
+
return Fn(e, i).then((c) => c.success ? { value: c.data } : { issues: c.error?.issues });
|
|
1522
1522
|
}
|
|
1523
1523
|
},
|
|
1524
1524
|
vendor: "zod",
|
|
1525
1525
|
version: 1
|
|
1526
1526
|
};
|
|
1527
|
-
}),
|
|
1528
|
-
A.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
1527
|
+
}), Ne = /* @__PURE__ */ _("$ZodString", (e, t) => {
|
|
1528
|
+
A.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? mo(e._zod.bag), e._zod.parse = (n, o) => {
|
|
1529
1529
|
if (t.coerce)
|
|
1530
1530
|
try {
|
|
1531
1531
|
n.value = String(n.value);
|
|
@@ -1539,10 +1539,10 @@ const Io = {
|
|
|
1539
1539
|
}), n;
|
|
1540
1540
|
};
|
|
1541
1541
|
}), z = /* @__PURE__ */ _("$ZodStringFormat", (e, t) => {
|
|
1542
|
-
ve.init(e, t),
|
|
1543
|
-
}),
|
|
1544
|
-
t.pattern ?? (t.pattern =
|
|
1545
|
-
}),
|
|
1542
|
+
ve.init(e, t), Ne.init(e, t);
|
|
1543
|
+
}), jo = /* @__PURE__ */ _("$ZodGUID", (e, t) => {
|
|
1544
|
+
t.pattern ?? (t.pattern = no), z.init(e, t);
|
|
1545
|
+
}), No = /* @__PURE__ */ _("$ZodUUID", (e, t) => {
|
|
1546
1546
|
if (t.version) {
|
|
1547
1547
|
const o = {
|
|
1548
1548
|
v1: 1,
|
|
@@ -1556,13 +1556,13 @@ const Io = {
|
|
|
1556
1556
|
}[t.version];
|
|
1557
1557
|
if (o === void 0)
|
|
1558
1558
|
throw new Error(`Invalid UUID version: "${t.version}"`);
|
|
1559
|
-
t.pattern ?? (t.pattern =
|
|
1559
|
+
t.pattern ?? (t.pattern = qe(o));
|
|
1560
1560
|
} else
|
|
1561
|
-
t.pattern ?? (t.pattern =
|
|
1561
|
+
t.pattern ?? (t.pattern = qe());
|
|
1562
1562
|
z.init(e, t);
|
|
1563
|
-
}),
|
|
1564
|
-
t.pattern ?? (t.pattern =
|
|
1565
|
-
}),
|
|
1563
|
+
}), Ro = /* @__PURE__ */ _("$ZodEmail", (e, t) => {
|
|
1564
|
+
t.pattern ?? (t.pattern = oo), z.init(e, t);
|
|
1565
|
+
}), Do = /* @__PURE__ */ _("$ZodURL", (e, t) => {
|
|
1566
1566
|
z.init(e, t), e._zod.check = (n) => {
|
|
1567
1567
|
try {
|
|
1568
1568
|
const o = n.value.trim(), i = new URL(o);
|
|
@@ -1594,32 +1594,32 @@ const Io = {
|
|
|
1594
1594
|
});
|
|
1595
1595
|
}
|
|
1596
1596
|
};
|
|
1597
|
-
}),
|
|
1598
|
-
t.pattern ?? (t.pattern =
|
|
1599
|
-
}),
|
|
1600
|
-
t.pattern ?? (t.pattern =
|
|
1601
|
-
}),
|
|
1602
|
-
t.pattern ?? (t.pattern = Bn), z.init(e, t);
|
|
1603
|
-
}), Ro = /* @__PURE__ */ _("$ZodCUID2", (e, t) => {
|
|
1604
|
-
t.pattern ?? (t.pattern = Wn), z.init(e, t);
|
|
1605
|
-
}), Do = /* @__PURE__ */ _("$ZodULID", (e, t) => {
|
|
1606
|
-
t.pattern ?? (t.pattern = Gn), z.init(e, t);
|
|
1607
|
-
}), Fo = /* @__PURE__ */ _("$ZodXID", (e, t) => {
|
|
1608
|
-
t.pattern ?? (t.pattern = qn), z.init(e, t);
|
|
1609
|
-
}), Uo = /* @__PURE__ */ _("$ZodKSUID", (e, t) => {
|
|
1597
|
+
}), Fo = /* @__PURE__ */ _("$ZodEmoji", (e, t) => {
|
|
1598
|
+
t.pattern ?? (t.pattern = io()), z.init(e, t);
|
|
1599
|
+
}), Uo = /* @__PURE__ */ _("$ZodNanoID", (e, t) => {
|
|
1600
|
+
t.pattern ?? (t.pattern = eo), z.init(e, t);
|
|
1601
|
+
}), Vo = /* @__PURE__ */ _("$ZodCUID", (e, t) => {
|
|
1610
1602
|
t.pattern ?? (t.pattern = Jn), z.init(e, t);
|
|
1611
|
-
}),
|
|
1612
|
-
t.pattern ?? (t.pattern =
|
|
1613
|
-
}),
|
|
1614
|
-
t.pattern ?? (t.pattern =
|
|
1615
|
-
}),
|
|
1616
|
-
t.pattern ?? (t.pattern =
|
|
1617
|
-
}),
|
|
1618
|
-
t.pattern ?? (t.pattern =
|
|
1619
|
-
}),
|
|
1620
|
-
t.pattern ?? (t.pattern =
|
|
1621
|
-
}),
|
|
1622
|
-
t.pattern ?? (t.pattern =
|
|
1603
|
+
}), Mo = /* @__PURE__ */ _("$ZodCUID2", (e, t) => {
|
|
1604
|
+
t.pattern ?? (t.pattern = Hn), z.init(e, t);
|
|
1605
|
+
}), Bo = /* @__PURE__ */ _("$ZodULID", (e, t) => {
|
|
1606
|
+
t.pattern ?? (t.pattern = Qn), z.init(e, t);
|
|
1607
|
+
}), Wo = /* @__PURE__ */ _("$ZodXID", (e, t) => {
|
|
1608
|
+
t.pattern ?? (t.pattern = Yn), z.init(e, t);
|
|
1609
|
+
}), Go = /* @__PURE__ */ _("$ZodKSUID", (e, t) => {
|
|
1610
|
+
t.pattern ?? (t.pattern = Xn), z.init(e, t);
|
|
1611
|
+
}), qo = /* @__PURE__ */ _("$ZodISODateTime", (e, t) => {
|
|
1612
|
+
t.pattern ?? (t.pattern = _o(t)), z.init(e, t);
|
|
1613
|
+
}), Ko = /* @__PURE__ */ _("$ZodISODate", (e, t) => {
|
|
1614
|
+
t.pattern ?? (t.pattern = fo), z.init(e, t);
|
|
1615
|
+
}), Jo = /* @__PURE__ */ _("$ZodISOTime", (e, t) => {
|
|
1616
|
+
t.pattern ?? (t.pattern = ho(t)), z.init(e, t);
|
|
1617
|
+
}), Ho = /* @__PURE__ */ _("$ZodISODuration", (e, t) => {
|
|
1618
|
+
t.pattern ?? (t.pattern = to), z.init(e, t);
|
|
1619
|
+
}), Qo = /* @__PURE__ */ _("$ZodIPv4", (e, t) => {
|
|
1620
|
+
t.pattern ?? (t.pattern = so), z.init(e, t), e._zod.bag.format = "ipv4";
|
|
1621
|
+
}), Yo = /* @__PURE__ */ _("$ZodIPv6", (e, t) => {
|
|
1622
|
+
t.pattern ?? (t.pattern = ao), z.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
1623
1623
|
try {
|
|
1624
1624
|
new URL(`http://[${n.value}]`);
|
|
1625
1625
|
} catch {
|
|
@@ -1632,10 +1632,10 @@ const Io = {
|
|
|
1632
1632
|
});
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
|
-
}),
|
|
1636
|
-
t.pattern ?? (t.pattern =
|
|
1637
|
-
}),
|
|
1638
|
-
t.pattern ?? (t.pattern =
|
|
1635
|
+
}), Xo = /* @__PURE__ */ _("$ZodCIDRv4", (e, t) => {
|
|
1636
|
+
t.pattern ?? (t.pattern = uo), z.init(e, t);
|
|
1637
|
+
}), er = /* @__PURE__ */ _("$ZodCIDRv6", (e, t) => {
|
|
1638
|
+
t.pattern ?? (t.pattern = co), z.init(e, t), e._zod.check = (n) => {
|
|
1639
1639
|
const o = n.value.split("/");
|
|
1640
1640
|
try {
|
|
1641
1641
|
if (o.length !== 2)
|
|
@@ -1660,7 +1660,7 @@ const Io = {
|
|
|
1660
1660
|
}
|
|
1661
1661
|
};
|
|
1662
1662
|
});
|
|
1663
|
-
function
|
|
1663
|
+
function jt(e) {
|
|
1664
1664
|
if (e === "")
|
|
1665
1665
|
return !0;
|
|
1666
1666
|
if (e.length % 4 !== 0)
|
|
@@ -1671,9 +1671,9 @@ function Pt(e) {
|
|
|
1671
1671
|
return !1;
|
|
1672
1672
|
}
|
|
1673
1673
|
}
|
|
1674
|
-
const
|
|
1675
|
-
t.pattern ?? (t.pattern =
|
|
1676
|
-
|
|
1674
|
+
const tr = /* @__PURE__ */ _("$ZodBase64", (e, t) => {
|
|
1675
|
+
t.pattern ?? (t.pattern = lo), z.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
|
|
1676
|
+
jt(n.value) || n.issues.push({
|
|
1677
1677
|
code: "invalid_format",
|
|
1678
1678
|
format: "base64",
|
|
1679
1679
|
input: n.value,
|
|
@@ -1682,15 +1682,15 @@ const Ko = /* @__PURE__ */ _("$ZodBase64", (e, t) => {
|
|
|
1682
1682
|
});
|
|
1683
1683
|
};
|
|
1684
1684
|
});
|
|
1685
|
-
function
|
|
1686
|
-
if (!
|
|
1685
|
+
function nr(e) {
|
|
1686
|
+
if (!It.test(e))
|
|
1687
1687
|
return !1;
|
|
1688
1688
|
const t = e.replace(/[-_]/g, (o) => o === "-" ? "+" : "/"), n = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
1689
|
-
return
|
|
1689
|
+
return jt(n);
|
|
1690
1690
|
}
|
|
1691
|
-
const
|
|
1692
|
-
t.pattern ?? (t.pattern =
|
|
1693
|
-
|
|
1691
|
+
const or = /* @__PURE__ */ _("$ZodBase64URL", (e, t) => {
|
|
1692
|
+
t.pattern ?? (t.pattern = It), z.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
|
|
1693
|
+
nr(n.value) || n.issues.push({
|
|
1694
1694
|
code: "invalid_format",
|
|
1695
1695
|
format: "base64url",
|
|
1696
1696
|
input: n.value,
|
|
@@ -1698,10 +1698,10 @@ const Yo = /* @__PURE__ */ _("$ZodBase64URL", (e, t) => {
|
|
|
1698
1698
|
continue: !t.abort
|
|
1699
1699
|
});
|
|
1700
1700
|
};
|
|
1701
|
-
}),
|
|
1702
|
-
t.pattern ?? (t.pattern =
|
|
1701
|
+
}), rr = /* @__PURE__ */ _("$ZodE164", (e, t) => {
|
|
1702
|
+
t.pattern ?? (t.pattern = po), z.init(e, t);
|
|
1703
1703
|
});
|
|
1704
|
-
function
|
|
1704
|
+
function ir(e, t = null) {
|
|
1705
1705
|
try {
|
|
1706
1706
|
const n = e.split(".");
|
|
1707
1707
|
if (n.length !== 3)
|
|
@@ -1715,9 +1715,9 @@ function er(e, t = null) {
|
|
|
1715
1715
|
return !1;
|
|
1716
1716
|
}
|
|
1717
1717
|
}
|
|
1718
|
-
const
|
|
1718
|
+
const sr = /* @__PURE__ */ _("$ZodJWT", (e, t) => {
|
|
1719
1719
|
z.init(e, t), e._zod.check = (n) => {
|
|
1720
|
-
|
|
1720
|
+
ir(n.value, t.alg) || n.issues.push({
|
|
1721
1721
|
code: "invalid_format",
|
|
1722
1722
|
format: "jwt",
|
|
1723
1723
|
input: n.value,
|
|
@@ -1725,8 +1725,8 @@ const tr = /* @__PURE__ */ _("$ZodJWT", (e, t) => {
|
|
|
1725
1725
|
continue: !t.abort
|
|
1726
1726
|
});
|
|
1727
1727
|
};
|
|
1728
|
-
}),
|
|
1729
|
-
A.init(e, t), e._zod.pattern = e._zod.bag.pattern ??
|
|
1728
|
+
}), Nt = /* @__PURE__ */ _("$ZodNumber", (e, t) => {
|
|
1729
|
+
A.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? go, e._zod.parse = (n, o) => {
|
|
1730
1730
|
if (t.coerce)
|
|
1731
1731
|
try {
|
|
1732
1732
|
n.value = Number(n.value);
|
|
@@ -1744,10 +1744,10 @@ const tr = /* @__PURE__ */ _("$ZodJWT", (e, t) => {
|
|
|
1744
1744
|
...u ? { received: u } : {}
|
|
1745
1745
|
}), n;
|
|
1746
1746
|
};
|
|
1747
|
-
}),
|
|
1748
|
-
|
|
1749
|
-
}),
|
|
1750
|
-
A.init(e, t), e._zod.pattern =
|
|
1747
|
+
}), ar = /* @__PURE__ */ _("$ZodNumberFormat", (e, t) => {
|
|
1748
|
+
Co.init(e, t), Nt.init(e, t);
|
|
1749
|
+
}), ur = /* @__PURE__ */ _("$ZodNull", (e, t) => {
|
|
1750
|
+
A.init(e, t), e._zod.pattern = yo, e._zod.values = /* @__PURE__ */ new Set([null]), e._zod.parse = (n, o) => {
|
|
1751
1751
|
const i = n.value;
|
|
1752
1752
|
return i === null || n.issues.push({
|
|
1753
1753
|
expected: "null",
|
|
@@ -1756,9 +1756,9 @@ const tr = /* @__PURE__ */ _("$ZodJWT", (e, t) => {
|
|
|
1756
1756
|
inst: e
|
|
1757
1757
|
}), n;
|
|
1758
1758
|
};
|
|
1759
|
-
}),
|
|
1759
|
+
}), cr = /* @__PURE__ */ _("$ZodUnknown", (e, t) => {
|
|
1760
1760
|
A.init(e, t), e._zod.parse = (n) => n;
|
|
1761
|
-
}),
|
|
1761
|
+
}), lr = /* @__PURE__ */ _("$ZodNever", (e, t) => {
|
|
1762
1762
|
A.init(e, t), e._zod.parse = (n, o) => (n.issues.push({
|
|
1763
1763
|
expected: "never",
|
|
1764
1764
|
code: "invalid_type",
|
|
@@ -1766,10 +1766,10 @@ const tr = /* @__PURE__ */ _("$ZodJWT", (e, t) => {
|
|
|
1766
1766
|
inst: e
|
|
1767
1767
|
}), n);
|
|
1768
1768
|
});
|
|
1769
|
-
function
|
|
1769
|
+
function Ke(e, t, n) {
|
|
1770
1770
|
e.issues.length && t.issues.push(...V(n, e.issues)), t.value[n] = e.value;
|
|
1771
1771
|
}
|
|
1772
|
-
const
|
|
1772
|
+
const dr = /* @__PURE__ */ _("$ZodArray", (e, t) => {
|
|
1773
1773
|
A.init(e, t), e._zod.parse = (n, o) => {
|
|
1774
1774
|
const i = n.value;
|
|
1775
1775
|
if (!Array.isArray(i))
|
|
@@ -1786,7 +1786,7 @@ const sr = /* @__PURE__ */ _("$ZodArray", (e, t) => {
|
|
|
1786
1786
|
value: l,
|
|
1787
1787
|
issues: []
|
|
1788
1788
|
}, o);
|
|
1789
|
-
p instanceof Promise ? u.push(p.then((m) =>
|
|
1789
|
+
p instanceof Promise ? u.push(p.then((m) => Ke(m, n, c))) : Ke(p, n, c);
|
|
1790
1790
|
}
|
|
1791
1791
|
return u.length ? Promise.all(u).then(() => n) : n;
|
|
1792
1792
|
};
|
|
@@ -1794,12 +1794,12 @@ const sr = /* @__PURE__ */ _("$ZodArray", (e, t) => {
|
|
|
1794
1794
|
function fe(e, t, n, o) {
|
|
1795
1795
|
e.issues.length && t.issues.push(...V(n, e.issues)), e.value === void 0 ? n in o && (t.value[n] = void 0) : t.value[n] = e.value;
|
|
1796
1796
|
}
|
|
1797
|
-
function
|
|
1797
|
+
function Rt(e) {
|
|
1798
1798
|
const t = Object.keys(e.shape);
|
|
1799
1799
|
for (const o of t)
|
|
1800
1800
|
if (!e.shape?.[o]?._zod?.traits?.has("$ZodType"))
|
|
1801
1801
|
throw new Error(`Invalid element at key "${o}": expected a Zod schema`);
|
|
1802
|
-
const n =
|
|
1802
|
+
const n = zn(e.shape);
|
|
1803
1803
|
return {
|
|
1804
1804
|
...e,
|
|
1805
1805
|
keys: t,
|
|
@@ -1808,7 +1808,7 @@ function Lt(e) {
|
|
|
1808
1808
|
optionalKeys: new Set(n)
|
|
1809
1809
|
};
|
|
1810
1810
|
}
|
|
1811
|
-
function
|
|
1811
|
+
function Dt(e, t, n, o, i, u) {
|
|
1812
1812
|
const c = [], l = i.keySet, p = i.catchall._zod, m = p.def.type;
|
|
1813
1813
|
for (const y in t) {
|
|
1814
1814
|
if (l.has(y))
|
|
@@ -1827,7 +1827,7 @@ function jt(e, t, n, o, i, u) {
|
|
|
1827
1827
|
inst: u
|
|
1828
1828
|
}), e.length ? Promise.all(e).then(() => n) : n;
|
|
1829
1829
|
}
|
|
1830
|
-
const
|
|
1830
|
+
const pr = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
1831
1831
|
if (A.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
1832
1832
|
const l = t.shape;
|
|
1833
1833
|
Object.defineProperty(t, "shape", {
|
|
@@ -1839,7 +1839,7 @@ const ar = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
});
|
|
1841
1841
|
}
|
|
1842
|
-
const o =
|
|
1842
|
+
const o = Ze(() => Rt(t));
|
|
1843
1843
|
E(e._zod, "propValues", () => {
|
|
1844
1844
|
const l = t.shape, p = {};
|
|
1845
1845
|
for (const m in l) {
|
|
@@ -1870,13 +1870,13 @@ const ar = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
|
1870
1870
|
const a = g[r]._zod.run({ value: m[r], issues: [] }, p);
|
|
1871
1871
|
a instanceof Promise ? y.push(a.then((d) => fe(d, l, r, m))) : fe(a, l, r, m);
|
|
1872
1872
|
}
|
|
1873
|
-
return u ?
|
|
1873
|
+
return u ? Dt(y, m, l, p, o.value, e) : y.length ? Promise.all(y).then(() => l) : l;
|
|
1874
1874
|
};
|
|
1875
|
-
}),
|
|
1876
|
-
|
|
1877
|
-
const n = e._zod.parse, o =
|
|
1878
|
-
const s = new
|
|
1879
|
-
const k =
|
|
1875
|
+
}), fr = /* @__PURE__ */ _("$ZodObjectJIT", (e, t) => {
|
|
1876
|
+
pr.init(e, t);
|
|
1877
|
+
const n = e._zod.parse, o = Ze(() => Rt(t)), i = (r) => {
|
|
1878
|
+
const s = new xo(["shape", "payload", "ctx"]), a = o.value, d = (w) => {
|
|
1879
|
+
const k = Ge(w);
|
|
1880
1880
|
return `shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`;
|
|
1881
1881
|
};
|
|
1882
1882
|
s.write("const input = payload.value;");
|
|
@@ -1886,7 +1886,7 @@ const ar = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
|
1886
1886
|
f[w] = `key_${v++}`;
|
|
1887
1887
|
s.write("const newResult = {};");
|
|
1888
1888
|
for (const w of a.keys) {
|
|
1889
|
-
const k = f[w], C =
|
|
1889
|
+
const k = f[w], C = Ge(w);
|
|
1890
1890
|
s.write(`const ${k} = ${d(w)};`), s.write(`
|
|
1891
1891
|
if (${k}.issues.length) {
|
|
1892
1892
|
payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
|
|
@@ -1911,12 +1911,12 @@ const ar = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
|
1911
1911
|
return (w, k) => h(r, w, k);
|
|
1912
1912
|
};
|
|
1913
1913
|
let u;
|
|
1914
|
-
const c = pe, l = !
|
|
1914
|
+
const c = pe, l = !Et.jitless, m = l && Sn.value, y = t.catchall;
|
|
1915
1915
|
let g;
|
|
1916
1916
|
e._zod.parse = (r, s) => {
|
|
1917
1917
|
g ?? (g = o.value);
|
|
1918
1918
|
const a = r.value;
|
|
1919
|
-
return c(a) ? l && m && s?.async === !1 && s.jitless !== !0 ? (u || (u = i(t.shape)), r = u(r, s), y ?
|
|
1919
|
+
return c(a) ? l && m && s?.async === !1 && s.jitless !== !0 ? (u || (u = i(t.shape)), r = u(r, s), y ? Dt([], a, r, s, g, e) : r) : n(r, s) : (r.issues.push({
|
|
1920
1920
|
expected: "object",
|
|
1921
1921
|
code: "invalid_type",
|
|
1922
1922
|
input: a,
|
|
@@ -1924,7 +1924,7 @@ const ar = /* @__PURE__ */ _("$ZodObject", (e, t) => {
|
|
|
1924
1924
|
}), r);
|
|
1925
1925
|
};
|
|
1926
1926
|
});
|
|
1927
|
-
function
|
|
1927
|
+
function Je(e, t, n, o) {
|
|
1928
1928
|
for (const u of e)
|
|
1929
1929
|
if (u.issues.length === 0)
|
|
1930
1930
|
return t.value = u.value, t;
|
|
@@ -1936,14 +1936,14 @@ function qe(e, t, n, o) {
|
|
|
1936
1936
|
errors: e.map((u) => u.issues.map((c) => R(c, o, N())))
|
|
1937
1937
|
}), t);
|
|
1938
1938
|
}
|
|
1939
|
-
const
|
|
1939
|
+
const hr = /* @__PURE__ */ _("$ZodUnion", (e, t) => {
|
|
1940
1940
|
A.init(e, t), E(e._zod, "optin", () => t.options.some((i) => i._zod.optin === "optional") ? "optional" : void 0), E(e._zod, "optout", () => t.options.some((i) => i._zod.optout === "optional") ? "optional" : void 0), E(e._zod, "values", () => {
|
|
1941
1941
|
if (t.options.every((i) => i._zod.values))
|
|
1942
1942
|
return new Set(t.options.flatMap((i) => Array.from(i._zod.values)));
|
|
1943
1943
|
}), E(e._zod, "pattern", () => {
|
|
1944
1944
|
if (t.options.every((i) => i._zod.pattern)) {
|
|
1945
1945
|
const i = t.options.map((u) => u._zod.pattern);
|
|
1946
|
-
return new RegExp(`^(${i.map((u) =>
|
|
1946
|
+
return new RegExp(`^(${i.map((u) => Pe(u.source)).join("|")})$`);
|
|
1947
1947
|
}
|
|
1948
1948
|
});
|
|
1949
1949
|
const n = t.options.length === 1, o = t.options[0]._zod.run;
|
|
@@ -1965,23 +1965,23 @@ const cr = /* @__PURE__ */ _("$ZodUnion", (e, t) => {
|
|
|
1965
1965
|
l.push(m);
|
|
1966
1966
|
}
|
|
1967
1967
|
}
|
|
1968
|
-
return c ? Promise.all(l).then((p) =>
|
|
1968
|
+
return c ? Promise.all(l).then((p) => Je(p, i, e, u)) : Je(l, i, e, u);
|
|
1969
1969
|
};
|
|
1970
|
-
}),
|
|
1970
|
+
}), _r = /* @__PURE__ */ _("$ZodIntersection", (e, t) => {
|
|
1971
1971
|
A.init(e, t), e._zod.parse = (n, o) => {
|
|
1972
1972
|
const i = n.value, u = t.left._zod.run({ value: i, issues: [] }, o), c = t.right._zod.run({ value: i, issues: [] }, o);
|
|
1973
|
-
return u instanceof Promise || c instanceof Promise ? Promise.all([u, c]).then(([p, m]) =>
|
|
1973
|
+
return u instanceof Promise || c instanceof Promise ? Promise.all([u, c]).then(([p, m]) => He(n, p, m)) : He(n, u, c);
|
|
1974
1974
|
};
|
|
1975
1975
|
});
|
|
1976
|
-
function
|
|
1976
|
+
function ze(e, t) {
|
|
1977
1977
|
if (e === t)
|
|
1978
1978
|
return { valid: !0, data: e };
|
|
1979
1979
|
if (e instanceof Date && t instanceof Date && +e == +t)
|
|
1980
1980
|
return { valid: !0, data: e };
|
|
1981
|
-
if (
|
|
1981
|
+
if (J(e) && J(t)) {
|
|
1982
1982
|
const n = Object.keys(t), o = Object.keys(e).filter((u) => n.indexOf(u) !== -1), i = { ...e, ...t };
|
|
1983
1983
|
for (const u of o) {
|
|
1984
|
-
const c =
|
|
1984
|
+
const c = ze(e[u], t[u]);
|
|
1985
1985
|
if (!c.valid)
|
|
1986
1986
|
return {
|
|
1987
1987
|
valid: !1,
|
|
@@ -1996,7 +1996,7 @@ function Te(e, t) {
|
|
|
1996
1996
|
return { valid: !1, mergeErrorPath: [] };
|
|
1997
1997
|
const n = [];
|
|
1998
1998
|
for (let o = 0; o < e.length; o++) {
|
|
1999
|
-
const i = e[o], u = t[o], c =
|
|
1999
|
+
const i = e[o], u = t[o], c = ze(i, u);
|
|
2000
2000
|
if (!c.valid)
|
|
2001
2001
|
return {
|
|
2002
2002
|
valid: !1,
|
|
@@ -2008,15 +2008,15 @@ function Te(e, t) {
|
|
|
2008
2008
|
}
|
|
2009
2009
|
return { valid: !1, mergeErrorPath: [] };
|
|
2010
2010
|
}
|
|
2011
|
-
function
|
|
2011
|
+
function He(e, t, n) {
|
|
2012
2012
|
if (t.issues.length && e.issues.push(...t.issues), n.issues.length && e.issues.push(...n.issues), q(e))
|
|
2013
2013
|
return e;
|
|
2014
|
-
const o =
|
|
2014
|
+
const o = ze(t.value, n.value);
|
|
2015
2015
|
if (!o.valid)
|
|
2016
2016
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);
|
|
2017
2017
|
return e.value = o.data, e;
|
|
2018
2018
|
}
|
|
2019
|
-
const
|
|
2019
|
+
const mr = /* @__PURE__ */ _("$ZodTuple", (e, t) => {
|
|
2020
2020
|
A.init(e, t);
|
|
2021
2021
|
const n = t.items;
|
|
2022
2022
|
e._zod.parse = (o, i) => {
|
|
@@ -2067,10 +2067,10 @@ const dr = /* @__PURE__ */ _("$ZodTuple", (e, t) => {
|
|
|
2067
2067
|
function ae(e, t, n) {
|
|
2068
2068
|
e.issues.length && t.issues.push(...V(n, e.issues)), t.value[n] = e.value;
|
|
2069
2069
|
}
|
|
2070
|
-
const
|
|
2070
|
+
const vr = /* @__PURE__ */ _("$ZodRecord", (e, t) => {
|
|
2071
2071
|
A.init(e, t), e._zod.parse = (n, o) => {
|
|
2072
2072
|
const i = n.value;
|
|
2073
|
-
if (!
|
|
2073
|
+
if (!J(i))
|
|
2074
2074
|
return n.issues.push({
|
|
2075
2075
|
expected: "record",
|
|
2076
2076
|
code: "invalid_type",
|
|
@@ -2125,10 +2125,10 @@ const pr = /* @__PURE__ */ _("$ZodRecord", (e, t) => {
|
|
|
2125
2125
|
}
|
|
2126
2126
|
return u.length ? Promise.all(u).then(() => n) : n;
|
|
2127
2127
|
};
|
|
2128
|
-
}),
|
|
2128
|
+
}), gr = /* @__PURE__ */ _("$ZodEnum", (e, t) => {
|
|
2129
2129
|
A.init(e, t);
|
|
2130
|
-
const n =
|
|
2131
|
-
e._zod.values = o, e._zod.pattern = new RegExp(`^(${n.filter((i) =>
|
|
2130
|
+
const n = Cn(t.entries), o = new Set(n);
|
|
2131
|
+
e._zod.values = o, e._zod.pattern = new RegExp(`^(${n.filter((i) => Tn.has(typeof i)).map((i) => typeof i == "string" ? H(i) : i.toString()).join("|")})$`), e._zod.parse = (i, u) => {
|
|
2132
2132
|
const c = i.value;
|
|
2133
2133
|
return o.has(c) || i.issues.push({
|
|
2134
2134
|
code: "invalid_value",
|
|
@@ -2137,11 +2137,11 @@ const pr = /* @__PURE__ */ _("$ZodRecord", (e, t) => {
|
|
|
2137
2137
|
inst: e
|
|
2138
2138
|
}), i;
|
|
2139
2139
|
};
|
|
2140
|
-
}),
|
|
2140
|
+
}), yr = /* @__PURE__ */ _("$ZodLiteral", (e, t) => {
|
|
2141
2141
|
if (A.init(e, t), t.values.length === 0)
|
|
2142
2142
|
throw new Error("Cannot create literal schema with no valid values");
|
|
2143
2143
|
const n = new Set(t.values);
|
|
2144
|
-
e._zod.values = n, e._zod.pattern = new RegExp(`^(${t.values.map((o) => typeof o == "string" ?
|
|
2144
|
+
e._zod.values = n, e._zod.pattern = new RegExp(`^(${t.values.map((o) => typeof o == "string" ? H(o) : o ? H(o.toString()) : String(o)).join("|")})$`), e._zod.parse = (o, i) => {
|
|
2145
2145
|
const u = o.value;
|
|
2146
2146
|
return n.has(u) || o.issues.push({
|
|
2147
2147
|
code: "invalid_value",
|
|
@@ -2150,62 +2150,62 @@ const pr = /* @__PURE__ */ _("$ZodRecord", (e, t) => {
|
|
|
2150
2150
|
inst: e
|
|
2151
2151
|
}), o;
|
|
2152
2152
|
};
|
|
2153
|
-
}),
|
|
2153
|
+
}), br = /* @__PURE__ */ _("$ZodTransform", (e, t) => {
|
|
2154
2154
|
A.init(e, t), e._zod.parse = (n, o) => {
|
|
2155
2155
|
if (o.direction === "backward")
|
|
2156
|
-
throw new
|
|
2156
|
+
throw new Ct(e.constructor.name);
|
|
2157
2157
|
const i = t.transform(n.value, n);
|
|
2158
2158
|
if (o.async)
|
|
2159
2159
|
return (i instanceof Promise ? i : Promise.resolve(i)).then((c) => (n.value = c, n));
|
|
2160
2160
|
if (i instanceof Promise)
|
|
2161
|
-
throw new
|
|
2161
|
+
throw new K();
|
|
2162
2162
|
return n.value = i, n;
|
|
2163
2163
|
};
|
|
2164
2164
|
});
|
|
2165
|
-
function
|
|
2165
|
+
function Qe(e, t) {
|
|
2166
2166
|
return e.issues.length && t === void 0 ? { issues: [], value: void 0 } : e;
|
|
2167
2167
|
}
|
|
2168
|
-
const
|
|
2168
|
+
const wr = /* @__PURE__ */ _("$ZodOptional", (e, t) => {
|
|
2169
2169
|
A.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", E(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, void 0]) : void 0), E(e._zod, "pattern", () => {
|
|
2170
2170
|
const n = t.innerType._zod.pattern;
|
|
2171
|
-
return n ? new RegExp(`^(${
|
|
2171
|
+
return n ? new RegExp(`^(${Pe(n.source)})?$`) : void 0;
|
|
2172
2172
|
}), e._zod.parse = (n, o) => {
|
|
2173
2173
|
if (t.innerType._zod.optin === "optional") {
|
|
2174
2174
|
const i = t.innerType._zod.run(n, o);
|
|
2175
|
-
return i instanceof Promise ? i.then((u) =>
|
|
2175
|
+
return i instanceof Promise ? i.then((u) => Qe(u, n.value)) : Qe(i, n.value);
|
|
2176
2176
|
}
|
|
2177
2177
|
return n.value === void 0 ? n : t.innerType._zod.run(n, o);
|
|
2178
2178
|
};
|
|
2179
|
-
}),
|
|
2179
|
+
}), kr = /* @__PURE__ */ _("$ZodNullable", (e, t) => {
|
|
2180
2180
|
A.init(e, t), E(e._zod, "optin", () => t.innerType._zod.optin), E(e._zod, "optout", () => t.innerType._zod.optout), E(e._zod, "pattern", () => {
|
|
2181
2181
|
const n = t.innerType._zod.pattern;
|
|
2182
|
-
return n ? new RegExp(`^(${
|
|
2182
|
+
return n ? new RegExp(`^(${Pe(n.source)}|null)$`) : void 0;
|
|
2183
2183
|
}), E(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (n, o) => n.value === null ? n : t.innerType._zod.run(n, o);
|
|
2184
|
-
}),
|
|
2184
|
+
}), Cr = /* @__PURE__ */ _("$ZodDefault", (e, t) => {
|
|
2185
2185
|
A.init(e, t), e._zod.optin = "optional", E(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, o) => {
|
|
2186
2186
|
if (o.direction === "backward")
|
|
2187
2187
|
return t.innerType._zod.run(n, o);
|
|
2188
2188
|
if (n.value === void 0)
|
|
2189
2189
|
return n.value = t.defaultValue, n;
|
|
2190
2190
|
const i = t.innerType._zod.run(n, o);
|
|
2191
|
-
return i instanceof Promise ? i.then((u) =>
|
|
2191
|
+
return i instanceof Promise ? i.then((u) => Ye(u, t)) : Ye(i, t);
|
|
2192
2192
|
};
|
|
2193
2193
|
});
|
|
2194
|
-
function
|
|
2194
|
+
function Ye(e, t) {
|
|
2195
2195
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
2196
2196
|
}
|
|
2197
|
-
const
|
|
2197
|
+
const Er = /* @__PURE__ */ _("$ZodPrefault", (e, t) => {
|
|
2198
2198
|
A.init(e, t), e._zod.optin = "optional", E(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, o) => (o.direction === "backward" || n.value === void 0 && (n.value = t.defaultValue), t.innerType._zod.run(n, o));
|
|
2199
|
-
}),
|
|
2199
|
+
}), Ar = /* @__PURE__ */ _("$ZodNonOptional", (e, t) => {
|
|
2200
2200
|
A.init(e, t), E(e._zod, "values", () => {
|
|
2201
2201
|
const n = t.innerType._zod.values;
|
|
2202
2202
|
return n ? new Set([...n].filter((o) => o !== void 0)) : void 0;
|
|
2203
2203
|
}), e._zod.parse = (n, o) => {
|
|
2204
2204
|
const i = t.innerType._zod.run(n, o);
|
|
2205
|
-
return i instanceof Promise ? i.then((u) =>
|
|
2205
|
+
return i instanceof Promise ? i.then((u) => Xe(u, e)) : Xe(i, e);
|
|
2206
2206
|
};
|
|
2207
2207
|
});
|
|
2208
|
-
function
|
|
2208
|
+
function Xe(e, t) {
|
|
2209
2209
|
return !e.issues.length && e.value === void 0 && e.issues.push({
|
|
2210
2210
|
code: "invalid_type",
|
|
2211
2211
|
expected: "nonoptional",
|
|
@@ -2213,7 +2213,7 @@ function Qe(e, t) {
|
|
|
2213
2213
|
inst: t
|
|
2214
2214
|
}), e;
|
|
2215
2215
|
}
|
|
2216
|
-
const
|
|
2216
|
+
const Sr = /* @__PURE__ */ _("$ZodCatch", (e, t) => {
|
|
2217
2217
|
A.init(e, t), E(e._zod, "optin", () => t.innerType._zod.optin), E(e._zod, "optout", () => t.innerType._zod.optout), E(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, o) => {
|
|
2218
2218
|
if (o.direction === "backward")
|
|
2219
2219
|
return t.innerType._zod.run(n, o);
|
|
@@ -2232,7 +2232,7 @@ const wr = /* @__PURE__ */ _("$ZodCatch", (e, t) => {
|
|
|
2232
2232
|
input: n.value
|
|
2233
2233
|
}), n.issues = []), n);
|
|
2234
2234
|
};
|
|
2235
|
-
}),
|
|
2235
|
+
}), Tr = /* @__PURE__ */ _("$ZodPipe", (e, t) => {
|
|
2236
2236
|
A.init(e, t), E(e._zod, "values", () => t.in._zod.values), E(e._zod, "optin", () => t.in._zod.optin), E(e._zod, "optout", () => t.out._zod.optout), E(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (n, o) => {
|
|
2237
2237
|
if (o.direction === "backward") {
|
|
2238
2238
|
const u = t.out._zod.run(n, o);
|
|
@@ -2245,26 +2245,26 @@ const wr = /* @__PURE__ */ _("$ZodCatch", (e, t) => {
|
|
|
2245
2245
|
function ue(e, t, n) {
|
|
2246
2246
|
return e.issues.length ? (e.aborted = !0, e) : t._zod.run({ value: e.value, issues: e.issues }, n);
|
|
2247
2247
|
}
|
|
2248
|
-
const
|
|
2248
|
+
const zr = /* @__PURE__ */ _("$ZodReadonly", (e, t) => {
|
|
2249
2249
|
A.init(e, t), E(e._zod, "propValues", () => t.innerType._zod.propValues), E(e._zod, "values", () => t.innerType._zod.values), E(e._zod, "optin", () => t.innerType?._zod?.optin), E(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (n, o) => {
|
|
2250
2250
|
if (o.direction === "backward")
|
|
2251
2251
|
return t.innerType._zod.run(n, o);
|
|
2252
2252
|
const i = t.innerType._zod.run(n, o);
|
|
2253
|
-
return i instanceof Promise ? i.then(
|
|
2253
|
+
return i instanceof Promise ? i.then(et) : et(i);
|
|
2254
2254
|
};
|
|
2255
2255
|
});
|
|
2256
|
-
function
|
|
2256
|
+
function et(e) {
|
|
2257
2257
|
return e.value = Object.freeze(e.value), e;
|
|
2258
2258
|
}
|
|
2259
|
-
const
|
|
2259
|
+
const $r = /* @__PURE__ */ _("$ZodCustom", (e, t) => {
|
|
2260
2260
|
Z.init(e, t), A.init(e, t), e._zod.parse = (n, o) => n, e._zod.check = (n) => {
|
|
2261
2261
|
const o = n.value, i = t.fn(o);
|
|
2262
2262
|
if (i instanceof Promise)
|
|
2263
|
-
return i.then((u) =>
|
|
2264
|
-
|
|
2263
|
+
return i.then((u) => tt(u, n, o, e));
|
|
2264
|
+
tt(i, n, o, e);
|
|
2265
2265
|
};
|
|
2266
2266
|
});
|
|
2267
|
-
function
|
|
2267
|
+
function tt(e, t, n, o) {
|
|
2268
2268
|
if (!e) {
|
|
2269
2269
|
const i = {
|
|
2270
2270
|
code: "custom",
|
|
@@ -2279,8 +2279,8 @@ function Xe(e, t, n, o) {
|
|
|
2279
2279
|
o._zod.def.params && (i.params = o._zod.def.params), t.issues.push(re(i));
|
|
2280
2280
|
}
|
|
2281
2281
|
}
|
|
2282
|
-
var
|
|
2283
|
-
class
|
|
2282
|
+
var nt;
|
|
2283
|
+
class Ir {
|
|
2284
2284
|
constructor() {
|
|
2285
2285
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
2286
2286
|
}
|
|
@@ -2314,18 +2314,18 @@ class Ar {
|
|
|
2314
2314
|
return this._map.has(t);
|
|
2315
2315
|
}
|
|
2316
2316
|
}
|
|
2317
|
-
function
|
|
2318
|
-
return new
|
|
2317
|
+
function Zr() {
|
|
2318
|
+
return new Ir();
|
|
2319
2319
|
}
|
|
2320
|
-
(
|
|
2320
|
+
(nt = globalThis).__zod_globalRegistry ?? (nt.__zod_globalRegistry = Zr());
|
|
2321
2321
|
const ce = globalThis.__zod_globalRegistry;
|
|
2322
|
-
function
|
|
2322
|
+
function Or(e, t) {
|
|
2323
2323
|
return new e({
|
|
2324
2324
|
type: "string",
|
|
2325
2325
|
...b(t)
|
|
2326
2326
|
});
|
|
2327
2327
|
}
|
|
2328
|
-
function
|
|
2328
|
+
function Pr(e, t) {
|
|
2329
2329
|
return new e({
|
|
2330
2330
|
type: "string",
|
|
2331
2331
|
format: "email",
|
|
@@ -2334,7 +2334,7 @@ function zr(e, t) {
|
|
|
2334
2334
|
...b(t)
|
|
2335
2335
|
});
|
|
2336
2336
|
}
|
|
2337
|
-
function
|
|
2337
|
+
function ot(e, t) {
|
|
2338
2338
|
return new e({
|
|
2339
2339
|
type: "string",
|
|
2340
2340
|
format: "guid",
|
|
@@ -2343,7 +2343,7 @@ function tt(e, t) {
|
|
|
2343
2343
|
...b(t)
|
|
2344
2344
|
});
|
|
2345
2345
|
}
|
|
2346
|
-
function
|
|
2346
|
+
function xr(e, t) {
|
|
2347
2347
|
return new e({
|
|
2348
2348
|
type: "string",
|
|
2349
2349
|
format: "uuid",
|
|
@@ -2352,7 +2352,7 @@ function $r(e, t) {
|
|
|
2352
2352
|
...b(t)
|
|
2353
2353
|
});
|
|
2354
2354
|
}
|
|
2355
|
-
function
|
|
2355
|
+
function Lr(e, t) {
|
|
2356
2356
|
return new e({
|
|
2357
2357
|
type: "string",
|
|
2358
2358
|
format: "uuid",
|
|
@@ -2362,7 +2362,7 @@ function Ir(e, t) {
|
|
|
2362
2362
|
...b(t)
|
|
2363
2363
|
});
|
|
2364
2364
|
}
|
|
2365
|
-
function
|
|
2365
|
+
function jr(e, t) {
|
|
2366
2366
|
return new e({
|
|
2367
2367
|
type: "string",
|
|
2368
2368
|
format: "uuid",
|
|
@@ -2372,7 +2372,7 @@ function Zr(e, t) {
|
|
|
2372
2372
|
...b(t)
|
|
2373
2373
|
});
|
|
2374
2374
|
}
|
|
2375
|
-
function
|
|
2375
|
+
function Nr(e, t) {
|
|
2376
2376
|
return new e({
|
|
2377
2377
|
type: "string",
|
|
2378
2378
|
format: "uuid",
|
|
@@ -2382,7 +2382,7 @@ function Or(e, t) {
|
|
|
2382
2382
|
...b(t)
|
|
2383
2383
|
});
|
|
2384
2384
|
}
|
|
2385
|
-
function
|
|
2385
|
+
function Rr(e, t) {
|
|
2386
2386
|
return new e({
|
|
2387
2387
|
type: "string",
|
|
2388
2388
|
format: "url",
|
|
@@ -2391,7 +2391,7 @@ function Pr(e, t) {
|
|
|
2391
2391
|
...b(t)
|
|
2392
2392
|
});
|
|
2393
2393
|
}
|
|
2394
|
-
function
|
|
2394
|
+
function Dr(e, t) {
|
|
2395
2395
|
return new e({
|
|
2396
2396
|
type: "string",
|
|
2397
2397
|
format: "emoji",
|
|
@@ -2400,7 +2400,7 @@ function xr(e, t) {
|
|
|
2400
2400
|
...b(t)
|
|
2401
2401
|
});
|
|
2402
2402
|
}
|
|
2403
|
-
function
|
|
2403
|
+
function Fr(e, t) {
|
|
2404
2404
|
return new e({
|
|
2405
2405
|
type: "string",
|
|
2406
2406
|
format: "nanoid",
|
|
@@ -2409,7 +2409,7 @@ function Lr(e, t) {
|
|
|
2409
2409
|
...b(t)
|
|
2410
2410
|
});
|
|
2411
2411
|
}
|
|
2412
|
-
function
|
|
2412
|
+
function Ur(e, t) {
|
|
2413
2413
|
return new e({
|
|
2414
2414
|
type: "string",
|
|
2415
2415
|
format: "cuid",
|
|
@@ -2418,7 +2418,7 @@ function jr(e, t) {
|
|
|
2418
2418
|
...b(t)
|
|
2419
2419
|
});
|
|
2420
2420
|
}
|
|
2421
|
-
function
|
|
2421
|
+
function Vr(e, t) {
|
|
2422
2422
|
return new e({
|
|
2423
2423
|
type: "string",
|
|
2424
2424
|
format: "cuid2",
|
|
@@ -2427,7 +2427,7 @@ function Nr(e, t) {
|
|
|
2427
2427
|
...b(t)
|
|
2428
2428
|
});
|
|
2429
2429
|
}
|
|
2430
|
-
function
|
|
2430
|
+
function Mr(e, t) {
|
|
2431
2431
|
return new e({
|
|
2432
2432
|
type: "string",
|
|
2433
2433
|
format: "ulid",
|
|
@@ -2436,7 +2436,7 @@ function Rr(e, t) {
|
|
|
2436
2436
|
...b(t)
|
|
2437
2437
|
});
|
|
2438
2438
|
}
|
|
2439
|
-
function
|
|
2439
|
+
function Br(e, t) {
|
|
2440
2440
|
return new e({
|
|
2441
2441
|
type: "string",
|
|
2442
2442
|
format: "xid",
|
|
@@ -2445,7 +2445,7 @@ function Dr(e, t) {
|
|
|
2445
2445
|
...b(t)
|
|
2446
2446
|
});
|
|
2447
2447
|
}
|
|
2448
|
-
function
|
|
2448
|
+
function Wr(e, t) {
|
|
2449
2449
|
return new e({
|
|
2450
2450
|
type: "string",
|
|
2451
2451
|
format: "ksuid",
|
|
@@ -2454,7 +2454,7 @@ function Fr(e, t) {
|
|
|
2454
2454
|
...b(t)
|
|
2455
2455
|
});
|
|
2456
2456
|
}
|
|
2457
|
-
function
|
|
2457
|
+
function Gr(e, t) {
|
|
2458
2458
|
return new e({
|
|
2459
2459
|
type: "string",
|
|
2460
2460
|
format: "ipv4",
|
|
@@ -2463,7 +2463,7 @@ function Ur(e, t) {
|
|
|
2463
2463
|
...b(t)
|
|
2464
2464
|
});
|
|
2465
2465
|
}
|
|
2466
|
-
function
|
|
2466
|
+
function qr(e, t) {
|
|
2467
2467
|
return new e({
|
|
2468
2468
|
type: "string",
|
|
2469
2469
|
format: "ipv6",
|
|
@@ -2472,7 +2472,7 @@ function Vr(e, t) {
|
|
|
2472
2472
|
...b(t)
|
|
2473
2473
|
});
|
|
2474
2474
|
}
|
|
2475
|
-
function
|
|
2475
|
+
function Kr(e, t) {
|
|
2476
2476
|
return new e({
|
|
2477
2477
|
type: "string",
|
|
2478
2478
|
format: "cidrv4",
|
|
@@ -2481,7 +2481,7 @@ function Mr(e, t) {
|
|
|
2481
2481
|
...b(t)
|
|
2482
2482
|
});
|
|
2483
2483
|
}
|
|
2484
|
-
function
|
|
2484
|
+
function Jr(e, t) {
|
|
2485
2485
|
return new e({
|
|
2486
2486
|
type: "string",
|
|
2487
2487
|
format: "cidrv6",
|
|
@@ -2490,7 +2490,7 @@ function Br(e, t) {
|
|
|
2490
2490
|
...b(t)
|
|
2491
2491
|
});
|
|
2492
2492
|
}
|
|
2493
|
-
function
|
|
2493
|
+
function Hr(e, t) {
|
|
2494
2494
|
return new e({
|
|
2495
2495
|
type: "string",
|
|
2496
2496
|
format: "base64",
|
|
@@ -2499,7 +2499,7 @@ function Wr(e, t) {
|
|
|
2499
2499
|
...b(t)
|
|
2500
2500
|
});
|
|
2501
2501
|
}
|
|
2502
|
-
function
|
|
2502
|
+
function Qr(e, t) {
|
|
2503
2503
|
return new e({
|
|
2504
2504
|
type: "string",
|
|
2505
2505
|
format: "base64url",
|
|
@@ -2508,7 +2508,7 @@ function Gr(e, t) {
|
|
|
2508
2508
|
...b(t)
|
|
2509
2509
|
});
|
|
2510
2510
|
}
|
|
2511
|
-
function
|
|
2511
|
+
function Yr(e, t) {
|
|
2512
2512
|
return new e({
|
|
2513
2513
|
type: "string",
|
|
2514
2514
|
format: "e164",
|
|
@@ -2517,7 +2517,7 @@ function qr(e, t) {
|
|
|
2517
2517
|
...b(t)
|
|
2518
2518
|
});
|
|
2519
2519
|
}
|
|
2520
|
-
function
|
|
2520
|
+
function Xr(e, t) {
|
|
2521
2521
|
return new e({
|
|
2522
2522
|
type: "string",
|
|
2523
2523
|
format: "jwt",
|
|
@@ -2526,7 +2526,7 @@ function Jr(e, t) {
|
|
|
2526
2526
|
...b(t)
|
|
2527
2527
|
});
|
|
2528
2528
|
}
|
|
2529
|
-
function
|
|
2529
|
+
function ei(e, t) {
|
|
2530
2530
|
return new e({
|
|
2531
2531
|
type: "string",
|
|
2532
2532
|
format: "datetime",
|
|
@@ -2537,7 +2537,7 @@ function Hr(e, t) {
|
|
|
2537
2537
|
...b(t)
|
|
2538
2538
|
});
|
|
2539
2539
|
}
|
|
2540
|
-
function
|
|
2540
|
+
function ti(e, t) {
|
|
2541
2541
|
return new e({
|
|
2542
2542
|
type: "string",
|
|
2543
2543
|
format: "date",
|
|
@@ -2545,7 +2545,7 @@ function Kr(e, t) {
|
|
|
2545
2545
|
...b(t)
|
|
2546
2546
|
});
|
|
2547
2547
|
}
|
|
2548
|
-
function
|
|
2548
|
+
function ni(e, t) {
|
|
2549
2549
|
return new e({
|
|
2550
2550
|
type: "string",
|
|
2551
2551
|
format: "time",
|
|
@@ -2554,7 +2554,7 @@ function Qr(e, t) {
|
|
|
2554
2554
|
...b(t)
|
|
2555
2555
|
});
|
|
2556
2556
|
}
|
|
2557
|
-
function
|
|
2557
|
+
function oi(e, t) {
|
|
2558
2558
|
return new e({
|
|
2559
2559
|
type: "string",
|
|
2560
2560
|
format: "duration",
|
|
@@ -2562,14 +2562,14 @@ function Yr(e, t) {
|
|
|
2562
2562
|
...b(t)
|
|
2563
2563
|
});
|
|
2564
2564
|
}
|
|
2565
|
-
function
|
|
2565
|
+
function ri(e, t) {
|
|
2566
2566
|
return new e({
|
|
2567
2567
|
type: "number",
|
|
2568
2568
|
checks: [],
|
|
2569
2569
|
...b(t)
|
|
2570
2570
|
});
|
|
2571
2571
|
}
|
|
2572
|
-
function
|
|
2572
|
+
function ii(e, t) {
|
|
2573
2573
|
return new e({
|
|
2574
2574
|
type: "number",
|
|
2575
2575
|
check: "number_format",
|
|
@@ -2578,25 +2578,25 @@ function ei(e, t) {
|
|
|
2578
2578
|
...b(t)
|
|
2579
2579
|
});
|
|
2580
2580
|
}
|
|
2581
|
-
function
|
|
2581
|
+
function si(e, t) {
|
|
2582
2582
|
return new e({
|
|
2583
2583
|
type: "null",
|
|
2584
2584
|
...b(t)
|
|
2585
2585
|
});
|
|
2586
2586
|
}
|
|
2587
|
-
function
|
|
2587
|
+
function ai(e) {
|
|
2588
2588
|
return new e({
|
|
2589
2589
|
type: "unknown"
|
|
2590
2590
|
});
|
|
2591
2591
|
}
|
|
2592
|
-
function
|
|
2592
|
+
function ui(e, t) {
|
|
2593
2593
|
return new e({
|
|
2594
2594
|
type: "never",
|
|
2595
2595
|
...b(t)
|
|
2596
2596
|
});
|
|
2597
2597
|
}
|
|
2598
|
-
function
|
|
2599
|
-
return new
|
|
2598
|
+
function rt(e, t) {
|
|
2599
|
+
return new xt({
|
|
2600
2600
|
check: "less_than",
|
|
2601
2601
|
...b(t),
|
|
2602
2602
|
value: e,
|
|
@@ -2604,15 +2604,15 @@ function nt(e, t) {
|
|
|
2604
2604
|
});
|
|
2605
2605
|
}
|
|
2606
2606
|
function be(e, t) {
|
|
2607
|
-
return new
|
|
2607
|
+
return new xt({
|
|
2608
2608
|
check: "less_than",
|
|
2609
2609
|
...b(t),
|
|
2610
2610
|
value: e,
|
|
2611
2611
|
inclusive: !0
|
|
2612
2612
|
});
|
|
2613
2613
|
}
|
|
2614
|
-
function
|
|
2615
|
-
return new
|
|
2614
|
+
function it(e, t) {
|
|
2615
|
+
return new Lt({
|
|
2616
2616
|
check: "greater_than",
|
|
2617
2617
|
...b(t),
|
|
2618
2618
|
value: e,
|
|
@@ -2620,81 +2620,81 @@ function ot(e, t) {
|
|
|
2620
2620
|
});
|
|
2621
2621
|
}
|
|
2622
2622
|
function we(e, t) {
|
|
2623
|
-
return new
|
|
2623
|
+
return new Lt({
|
|
2624
2624
|
check: "greater_than",
|
|
2625
2625
|
...b(t),
|
|
2626
2626
|
value: e,
|
|
2627
2627
|
inclusive: !0
|
|
2628
2628
|
});
|
|
2629
2629
|
}
|
|
2630
|
-
function
|
|
2631
|
-
return new
|
|
2630
|
+
function st(e, t) {
|
|
2631
|
+
return new ko({
|
|
2632
2632
|
check: "multiple_of",
|
|
2633
2633
|
...b(t),
|
|
2634
2634
|
value: e
|
|
2635
2635
|
});
|
|
2636
2636
|
}
|
|
2637
|
-
function
|
|
2638
|
-
return new
|
|
2637
|
+
function Ft(e, t) {
|
|
2638
|
+
return new Eo({
|
|
2639
2639
|
check: "max_length",
|
|
2640
2640
|
...b(t),
|
|
2641
2641
|
maximum: e
|
|
2642
2642
|
});
|
|
2643
2643
|
}
|
|
2644
2644
|
function he(e, t) {
|
|
2645
|
-
return new
|
|
2645
|
+
return new Ao({
|
|
2646
2646
|
check: "min_length",
|
|
2647
2647
|
...b(t),
|
|
2648
2648
|
minimum: e
|
|
2649
2649
|
});
|
|
2650
2650
|
}
|
|
2651
|
-
function
|
|
2652
|
-
return new
|
|
2651
|
+
function Ut(e, t) {
|
|
2652
|
+
return new So({
|
|
2653
2653
|
check: "length_equals",
|
|
2654
2654
|
...b(t),
|
|
2655
2655
|
length: e
|
|
2656
2656
|
});
|
|
2657
2657
|
}
|
|
2658
|
-
function
|
|
2659
|
-
return new
|
|
2658
|
+
function ci(e, t) {
|
|
2659
|
+
return new To({
|
|
2660
2660
|
check: "string_format",
|
|
2661
2661
|
format: "regex",
|
|
2662
2662
|
...b(t),
|
|
2663
2663
|
pattern: e
|
|
2664
2664
|
});
|
|
2665
2665
|
}
|
|
2666
|
-
function
|
|
2667
|
-
return new
|
|
2666
|
+
function li(e) {
|
|
2667
|
+
return new zo({
|
|
2668
2668
|
check: "string_format",
|
|
2669
2669
|
format: "lowercase",
|
|
2670
2670
|
...b(e)
|
|
2671
2671
|
});
|
|
2672
2672
|
}
|
|
2673
|
-
function
|
|
2674
|
-
return new
|
|
2673
|
+
function di(e) {
|
|
2674
|
+
return new $o({
|
|
2675
2675
|
check: "string_format",
|
|
2676
2676
|
format: "uppercase",
|
|
2677
2677
|
...b(e)
|
|
2678
2678
|
});
|
|
2679
2679
|
}
|
|
2680
|
-
function
|
|
2681
|
-
return new
|
|
2680
|
+
function pi(e, t) {
|
|
2681
|
+
return new Io({
|
|
2682
2682
|
check: "string_format",
|
|
2683
2683
|
format: "includes",
|
|
2684
2684
|
...b(t),
|
|
2685
2685
|
includes: e
|
|
2686
2686
|
});
|
|
2687
2687
|
}
|
|
2688
|
-
function
|
|
2689
|
-
return new
|
|
2688
|
+
function fi(e, t) {
|
|
2689
|
+
return new Zo({
|
|
2690
2690
|
check: "string_format",
|
|
2691
2691
|
format: "starts_with",
|
|
2692
2692
|
...b(t),
|
|
2693
2693
|
prefix: e
|
|
2694
2694
|
});
|
|
2695
2695
|
}
|
|
2696
|
-
function
|
|
2697
|
-
return new
|
|
2696
|
+
function hi(e, t) {
|
|
2697
|
+
return new Oo({
|
|
2698
2698
|
check: "string_format",
|
|
2699
2699
|
format: "ends_with",
|
|
2700
2700
|
...b(t),
|
|
@@ -2702,27 +2702,27 @@ function ci(e, t) {
|
|
|
2702
2702
|
});
|
|
2703
2703
|
}
|
|
2704
2704
|
function ee(e) {
|
|
2705
|
-
return new
|
|
2705
|
+
return new Po({
|
|
2706
2706
|
check: "overwrite",
|
|
2707
2707
|
tx: e
|
|
2708
2708
|
});
|
|
2709
2709
|
}
|
|
2710
|
-
function
|
|
2710
|
+
function _i(e) {
|
|
2711
2711
|
return ee((t) => t.normalize(e));
|
|
2712
2712
|
}
|
|
2713
|
-
function
|
|
2713
|
+
function mi() {
|
|
2714
2714
|
return ee((e) => e.trim());
|
|
2715
2715
|
}
|
|
2716
|
-
function
|
|
2716
|
+
function vi() {
|
|
2717
2717
|
return ee((e) => e.toLowerCase());
|
|
2718
2718
|
}
|
|
2719
|
-
function
|
|
2719
|
+
function gi() {
|
|
2720
2720
|
return ee((e) => e.toUpperCase());
|
|
2721
2721
|
}
|
|
2722
|
-
function
|
|
2723
|
-
return ee((e) =>
|
|
2722
|
+
function yi() {
|
|
2723
|
+
return ee((e) => An(e));
|
|
2724
2724
|
}
|
|
2725
|
-
function
|
|
2725
|
+
function bi(e, t, n) {
|
|
2726
2726
|
return new e({
|
|
2727
2727
|
type: "array",
|
|
2728
2728
|
element: t,
|
|
@@ -2732,7 +2732,7 @@ function _i(e, t, n) {
|
|
|
2732
2732
|
...b(n)
|
|
2733
2733
|
});
|
|
2734
2734
|
}
|
|
2735
|
-
function
|
|
2735
|
+
function wi(e, t, n) {
|
|
2736
2736
|
return new e({
|
|
2737
2737
|
type: "custom",
|
|
2738
2738
|
check: "custom",
|
|
@@ -2740,8 +2740,8 @@ function mi(e, t, n) {
|
|
|
2740
2740
|
...b(n)
|
|
2741
2741
|
});
|
|
2742
2742
|
}
|
|
2743
|
-
function
|
|
2744
|
-
const t =
|
|
2743
|
+
function ki(e) {
|
|
2744
|
+
const t = Ci((n) => (n.addIssue = (o) => {
|
|
2745
2745
|
if (typeof o == "string")
|
|
2746
2746
|
n.issues.push(re(o, n.value, t._zod.def));
|
|
2747
2747
|
else {
|
|
@@ -2751,56 +2751,56 @@ function vi(e) {
|
|
|
2751
2751
|
}, e(n.value, n)));
|
|
2752
2752
|
return t;
|
|
2753
2753
|
}
|
|
2754
|
-
function
|
|
2754
|
+
function Ci(e, t) {
|
|
2755
2755
|
const n = new Z({
|
|
2756
2756
|
check: "custom",
|
|
2757
2757
|
...b(t)
|
|
2758
2758
|
});
|
|
2759
2759
|
return n._zod.check = e, n;
|
|
2760
2760
|
}
|
|
2761
|
-
const
|
|
2762
|
-
|
|
2761
|
+
const Ei = /* @__PURE__ */ _("ZodISODateTime", (e, t) => {
|
|
2762
|
+
qo.init(e, t), I.init(e, t);
|
|
2763
2763
|
});
|
|
2764
|
-
function
|
|
2765
|
-
return
|
|
2764
|
+
function Ai(e) {
|
|
2765
|
+
return ei(Ei, e);
|
|
2766
2766
|
}
|
|
2767
|
-
const
|
|
2768
|
-
|
|
2767
|
+
const Si = /* @__PURE__ */ _("ZodISODate", (e, t) => {
|
|
2768
|
+
Ko.init(e, t), I.init(e, t);
|
|
2769
2769
|
});
|
|
2770
|
-
function
|
|
2771
|
-
return
|
|
2770
|
+
function Ti(e) {
|
|
2771
|
+
return ti(Si, e);
|
|
2772
2772
|
}
|
|
2773
|
-
const
|
|
2774
|
-
|
|
2773
|
+
const zi = /* @__PURE__ */ _("ZodISOTime", (e, t) => {
|
|
2774
|
+
Jo.init(e, t), I.init(e, t);
|
|
2775
2775
|
});
|
|
2776
|
-
function
|
|
2777
|
-
return
|
|
2776
|
+
function $i(e) {
|
|
2777
|
+
return ni(zi, e);
|
|
2778
2778
|
}
|
|
2779
|
-
const
|
|
2780
|
-
|
|
2779
|
+
const Ii = /* @__PURE__ */ _("ZodISODuration", (e, t) => {
|
|
2780
|
+
Ho.init(e, t), I.init(e, t);
|
|
2781
2781
|
});
|
|
2782
|
-
function
|
|
2783
|
-
return
|
|
2782
|
+
function Zi(e) {
|
|
2783
|
+
return oi(Ii, e);
|
|
2784
2784
|
}
|
|
2785
|
-
const
|
|
2786
|
-
|
|
2785
|
+
const Oi = (e, t) => {
|
|
2786
|
+
zt.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
2787
2787
|
format: {
|
|
2788
|
-
value: (n) =>
|
|
2788
|
+
value: (n) => Rn(e, n)
|
|
2789
2789
|
// enumerable: false,
|
|
2790
2790
|
},
|
|
2791
2791
|
flatten: {
|
|
2792
|
-
value: (n) =>
|
|
2792
|
+
value: (n) => Nn(e, n)
|
|
2793
2793
|
// enumerable: false,
|
|
2794
2794
|
},
|
|
2795
2795
|
addIssue: {
|
|
2796
2796
|
value: (n) => {
|
|
2797
|
-
e.issues.push(n), e.message = JSON.stringify(e.issues,
|
|
2797
|
+
e.issues.push(n), e.message = JSON.stringify(e.issues, Te, 2);
|
|
2798
2798
|
}
|
|
2799
2799
|
// enumerable: false,
|
|
2800
2800
|
},
|
|
2801
2801
|
addIssues: {
|
|
2802
2802
|
value: (n) => {
|
|
2803
|
-
e.issues.push(...n), e.message = JSON.stringify(e.issues,
|
|
2803
|
+
e.issues.push(...n), e.message = JSON.stringify(e.issues, Te, 2);
|
|
2804
2804
|
}
|
|
2805
2805
|
// enumerable: false,
|
|
2806
2806
|
},
|
|
@@ -2811,14 +2811,14 @@ const Ti = (e, t) => {
|
|
|
2811
2811
|
// enumerable: false,
|
|
2812
2812
|
}
|
|
2813
2813
|
});
|
|
2814
|
-
}, O = /* @__PURE__ */ _("ZodError",
|
|
2814
|
+
}, O = /* @__PURE__ */ _("ZodError", Oi, {
|
|
2815
2815
|
Parent: Error
|
|
2816
|
-
}),
|
|
2816
|
+
}), Pi = /* @__PURE__ */ Le(O), xi = /* @__PURE__ */ je(O), Li = /* @__PURE__ */ _e(O), ji = /* @__PURE__ */ me(O), Ni = /* @__PURE__ */ Un(O), Ri = /* @__PURE__ */ Vn(O), Di = /* @__PURE__ */ Mn(O), Fi = /* @__PURE__ */ Bn(O), Ui = /* @__PURE__ */ Wn(O), Vi = /* @__PURE__ */ Gn(O), Mi = /* @__PURE__ */ qn(O), Bi = /* @__PURE__ */ Kn(O), $ = /* @__PURE__ */ _("ZodType", (e, t) => (A.init(e, t), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.check = (...n) => e.clone(B(t, {
|
|
2817
2817
|
checks: [
|
|
2818
2818
|
...t.checks ?? [],
|
|
2819
2819
|
...n.map((o) => typeof o == "function" ? { _zod: { check: o, def: { check: "custom" }, onattach: [] } } : o)
|
|
2820
2820
|
]
|
|
2821
|
-
})), e.clone = (n, o) => D(e, n, o), e.brand = () => e, e.register = (n, o) => (n.add(e, o), e), e.parse = (n, o) =>
|
|
2821
|
+
})), e.clone = (n, o) => D(e, n, o), e.brand = () => e, e.register = (n, o) => (n.add(e, o), e), e.parse = (n, o) => Pi(e, n, o, { callee: e.parse }), e.safeParse = (n, o) => Li(e, n, o), e.parseAsync = async (n, o) => xi(e, n, o, { callee: e.parseAsync }), e.safeParseAsync = async (n, o) => ji(e, n, o), e.spa = e.safeParseAsync, e.encode = (n, o) => Ni(e, n, o), e.decode = (n, o) => Ri(e, n, o), e.encodeAsync = async (n, o) => Di(e, n, o), e.decodeAsync = async (n, o) => Fi(e, n, o), e.safeEncode = (n, o) => Ui(e, n, o), e.safeDecode = (n, o) => Vi(e, n, o), e.safeEncodeAsync = async (n, o) => Mi(e, n, o), e.safeDecodeAsync = async (n, o) => Bi(e, n, o), e.refine = (n, o) => e.check(Fs(n, o)), e.superRefine = (n) => e.check(Us(n)), e.overwrite = (n) => e.check(ee(n)), e.optional = () => lt(e), e.nullable = () => dt(e), e.nullish = () => lt(dt(e)), e.nonoptional = (n) => Ps(e, n), e.array = () => ms(e), e.or = (n) => W([e, n]), e.and = (n) => bs(e, n), e.transform = (n) => pt(e, Ts(n)), e.default = (n) => Is(e, n), e.prefault = (n) => Os(e, n), e.catch = (n) => Ls(e, n), e.pipe = (n) => pt(e, n), e.readonly = () => Rs(e), e.describe = (n) => {
|
|
2822
2822
|
const o = e.clone();
|
|
2823
2823
|
return ce.add(o, { description: n }), o;
|
|
2824
2824
|
}, Object.defineProperty(e, "description", {
|
|
@@ -2831,96 +2831,96 @@ const Ti = (e, t) => {
|
|
|
2831
2831
|
return ce.get(e);
|
|
2832
2832
|
const o = e.clone();
|
|
2833
2833
|
return ce.add(o, n[0]), o;
|
|
2834
|
-
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)),
|
|
2835
|
-
|
|
2834
|
+
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), Vt = /* @__PURE__ */ _("_ZodString", (e, t) => {
|
|
2835
|
+
Ne.init(e, t), $.init(e, t);
|
|
2836
2836
|
const n = e._zod.bag;
|
|
2837
|
-
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...o) => e.check(
|
|
2838
|
-
}),
|
|
2839
|
-
|
|
2837
|
+
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...o) => e.check(ci(...o)), e.includes = (...o) => e.check(pi(...o)), e.startsWith = (...o) => e.check(fi(...o)), e.endsWith = (...o) => e.check(hi(...o)), e.min = (...o) => e.check(he(...o)), e.max = (...o) => e.check(Ft(...o)), e.length = (...o) => e.check(Ut(...o)), e.nonempty = (...o) => e.check(he(1, ...o)), e.lowercase = (o) => e.check(li(o)), e.uppercase = (o) => e.check(di(o)), e.trim = () => e.check(mi()), e.normalize = (...o) => e.check(_i(...o)), e.toLowerCase = () => e.check(vi()), e.toUpperCase = () => e.check(gi()), e.slugify = () => e.check(yi());
|
|
2838
|
+
}), Wi = /* @__PURE__ */ _("ZodString", (e, t) => {
|
|
2839
|
+
Ne.init(e, t), Vt.init(e, t), e.email = (n) => e.check(Pr(Gi, n)), e.url = (n) => e.check(Rr(qi, n)), e.jwt = (n) => e.check(Xr(us, n)), e.emoji = (n) => e.check(Dr(Ki, n)), e.guid = (n) => e.check(ot(at, n)), e.uuid = (n) => e.check(xr(le, n)), e.uuidv4 = (n) => e.check(Lr(le, n)), e.uuidv6 = (n) => e.check(jr(le, n)), e.uuidv7 = (n) => e.check(Nr(le, n)), e.nanoid = (n) => e.check(Fr(Ji, n)), e.guid = (n) => e.check(ot(at, n)), e.cuid = (n) => e.check(Ur(Hi, n)), e.cuid2 = (n) => e.check(Vr(Qi, n)), e.ulid = (n) => e.check(Mr(Yi, n)), e.base64 = (n) => e.check(Hr(is, n)), e.base64url = (n) => e.check(Qr(ss, n)), e.xid = (n) => e.check(Br(Xi, n)), e.ksuid = (n) => e.check(Wr(es, n)), e.ipv4 = (n) => e.check(Gr(ts, n)), e.ipv6 = (n) => e.check(qr(ns, n)), e.cidrv4 = (n) => e.check(Kr(os, n)), e.cidrv6 = (n) => e.check(Jr(rs, n)), e.e164 = (n) => e.check(Yr(as, n)), e.datetime = (n) => e.check(Ai(n)), e.date = (n) => e.check(Ti(n)), e.time = (n) => e.check($i(n)), e.duration = (n) => e.check(Zi(n));
|
|
2840
2840
|
});
|
|
2841
2841
|
function Q(e) {
|
|
2842
|
-
return
|
|
2842
|
+
return Or(Wi, e);
|
|
2843
2843
|
}
|
|
2844
2844
|
const I = /* @__PURE__ */ _("ZodStringFormat", (e, t) => {
|
|
2845
|
-
z.init(e, t),
|
|
2846
|
-
}),
|
|
2847
|
-
|
|
2848
|
-
}),
|
|
2849
|
-
Zo.init(e, t), I.init(e, t);
|
|
2850
|
-
}), le = /* @__PURE__ */ _("ZodUUID", (e, t) => {
|
|
2851
|
-
Oo.init(e, t), I.init(e, t);
|
|
2852
|
-
}), Vi = /* @__PURE__ */ _("ZodURL", (e, t) => {
|
|
2853
|
-
xo.init(e, t), I.init(e, t);
|
|
2854
|
-
}), Mi = /* @__PURE__ */ _("ZodEmoji", (e, t) => {
|
|
2855
|
-
Lo.init(e, t), I.init(e, t);
|
|
2856
|
-
}), Bi = /* @__PURE__ */ _("ZodNanoID", (e, t) => {
|
|
2845
|
+
z.init(e, t), Vt.init(e, t);
|
|
2846
|
+
}), Gi = /* @__PURE__ */ _("ZodEmail", (e, t) => {
|
|
2847
|
+
Ro.init(e, t), I.init(e, t);
|
|
2848
|
+
}), at = /* @__PURE__ */ _("ZodGUID", (e, t) => {
|
|
2857
2849
|
jo.init(e, t), I.init(e, t);
|
|
2858
|
-
}),
|
|
2850
|
+
}), le = /* @__PURE__ */ _("ZodUUID", (e, t) => {
|
|
2859
2851
|
No.init(e, t), I.init(e, t);
|
|
2860
|
-
}),
|
|
2861
|
-
Ro.init(e, t), I.init(e, t);
|
|
2862
|
-
}), qi = /* @__PURE__ */ _("ZodULID", (e, t) => {
|
|
2852
|
+
}), qi = /* @__PURE__ */ _("ZodURL", (e, t) => {
|
|
2863
2853
|
Do.init(e, t), I.init(e, t);
|
|
2864
|
-
}),
|
|
2854
|
+
}), Ki = /* @__PURE__ */ _("ZodEmoji", (e, t) => {
|
|
2865
2855
|
Fo.init(e, t), I.init(e, t);
|
|
2866
|
-
}),
|
|
2856
|
+
}), Ji = /* @__PURE__ */ _("ZodNanoID", (e, t) => {
|
|
2867
2857
|
Uo.init(e, t), I.init(e, t);
|
|
2868
|
-
}),
|
|
2858
|
+
}), Hi = /* @__PURE__ */ _("ZodCUID", (e, t) => {
|
|
2859
|
+
Vo.init(e, t), I.init(e, t);
|
|
2860
|
+
}), Qi = /* @__PURE__ */ _("ZodCUID2", (e, t) => {
|
|
2861
|
+
Mo.init(e, t), I.init(e, t);
|
|
2862
|
+
}), Yi = /* @__PURE__ */ _("ZodULID", (e, t) => {
|
|
2863
|
+
Bo.init(e, t), I.init(e, t);
|
|
2864
|
+
}), Xi = /* @__PURE__ */ _("ZodXID", (e, t) => {
|
|
2865
|
+
Wo.init(e, t), I.init(e, t);
|
|
2866
|
+
}), es = /* @__PURE__ */ _("ZodKSUID", (e, t) => {
|
|
2869
2867
|
Go.init(e, t), I.init(e, t);
|
|
2870
|
-
}),
|
|
2871
|
-
|
|
2872
|
-
}),
|
|
2873
|
-
Jo.init(e, t), I.init(e, t);
|
|
2874
|
-
}), Xi = /* @__PURE__ */ _("ZodCIDRv6", (e, t) => {
|
|
2875
|
-
Ho.init(e, t), I.init(e, t);
|
|
2876
|
-
}), es = /* @__PURE__ */ _("ZodBase64", (e, t) => {
|
|
2877
|
-
Ko.init(e, t), I.init(e, t);
|
|
2878
|
-
}), ts = /* @__PURE__ */ _("ZodBase64URL", (e, t) => {
|
|
2868
|
+
}), ts = /* @__PURE__ */ _("ZodIPv4", (e, t) => {
|
|
2869
|
+
Qo.init(e, t), I.init(e, t);
|
|
2870
|
+
}), ns = /* @__PURE__ */ _("ZodIPv6", (e, t) => {
|
|
2879
2871
|
Yo.init(e, t), I.init(e, t);
|
|
2880
|
-
}),
|
|
2872
|
+
}), os = /* @__PURE__ */ _("ZodCIDRv4", (e, t) => {
|
|
2881
2873
|
Xo.init(e, t), I.init(e, t);
|
|
2882
|
-
}),
|
|
2874
|
+
}), rs = /* @__PURE__ */ _("ZodCIDRv6", (e, t) => {
|
|
2875
|
+
er.init(e, t), I.init(e, t);
|
|
2876
|
+
}), is = /* @__PURE__ */ _("ZodBase64", (e, t) => {
|
|
2883
2877
|
tr.init(e, t), I.init(e, t);
|
|
2884
|
-
}),
|
|
2885
|
-
|
|
2878
|
+
}), ss = /* @__PURE__ */ _("ZodBase64URL", (e, t) => {
|
|
2879
|
+
or.init(e, t), I.init(e, t);
|
|
2880
|
+
}), as = /* @__PURE__ */ _("ZodE164", (e, t) => {
|
|
2881
|
+
rr.init(e, t), I.init(e, t);
|
|
2882
|
+
}), us = /* @__PURE__ */ _("ZodJWT", (e, t) => {
|
|
2883
|
+
sr.init(e, t), I.init(e, t);
|
|
2884
|
+
}), Mt = /* @__PURE__ */ _("ZodNumber", (e, t) => {
|
|
2885
|
+
Nt.init(e, t), $.init(e, t), e.gt = (o, i) => e.check(it(o, i)), e.gte = (o, i) => e.check(we(o, i)), e.min = (o, i) => e.check(we(o, i)), e.lt = (o, i) => e.check(rt(o, i)), e.lte = (o, i) => e.check(be(o, i)), e.max = (o, i) => e.check(be(o, i)), e.int = (o) => e.check(ut(o)), e.safe = (o) => e.check(ut(o)), e.positive = (o) => e.check(it(0, o)), e.nonnegative = (o) => e.check(we(0, o)), e.negative = (o) => e.check(rt(0, o)), e.nonpositive = (o) => e.check(be(0, o)), e.multipleOf = (o, i) => e.check(st(o, i)), e.step = (o, i) => e.check(st(o, i)), e.finite = () => e;
|
|
2886
2886
|
const n = e._zod.bag;
|
|
2887
2887
|
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;
|
|
2888
2888
|
});
|
|
2889
2889
|
function P(e) {
|
|
2890
|
-
return
|
|
2890
|
+
return ri(Mt, e);
|
|
2891
2891
|
}
|
|
2892
|
-
const
|
|
2893
|
-
|
|
2892
|
+
const cs = /* @__PURE__ */ _("ZodNumberFormat", (e, t) => {
|
|
2893
|
+
ar.init(e, t), Mt.init(e, t);
|
|
2894
2894
|
});
|
|
2895
|
-
function
|
|
2896
|
-
return
|
|
2895
|
+
function ut(e) {
|
|
2896
|
+
return ii(cs, e);
|
|
2897
2897
|
}
|
|
2898
|
-
const
|
|
2899
|
-
|
|
2898
|
+
const ls = /* @__PURE__ */ _("ZodNull", (e, t) => {
|
|
2899
|
+
ur.init(e, t), $.init(e, t);
|
|
2900
2900
|
});
|
|
2901
|
-
function
|
|
2902
|
-
return
|
|
2901
|
+
function ds(e) {
|
|
2902
|
+
return si(ls, e);
|
|
2903
2903
|
}
|
|
2904
|
-
const
|
|
2905
|
-
|
|
2904
|
+
const ps = /* @__PURE__ */ _("ZodUnknown", (e, t) => {
|
|
2905
|
+
cr.init(e, t), $.init(e, t);
|
|
2906
2906
|
});
|
|
2907
|
-
function
|
|
2908
|
-
return
|
|
2907
|
+
function ct() {
|
|
2908
|
+
return ai(ps);
|
|
2909
2909
|
}
|
|
2910
|
-
const
|
|
2911
|
-
|
|
2910
|
+
const fs = /* @__PURE__ */ _("ZodNever", (e, t) => {
|
|
2911
|
+
lr.init(e, t), $.init(e, t);
|
|
2912
2912
|
});
|
|
2913
|
-
function
|
|
2914
|
-
return
|
|
2913
|
+
function hs(e) {
|
|
2914
|
+
return ui(fs, e);
|
|
2915
2915
|
}
|
|
2916
|
-
const
|
|
2917
|
-
|
|
2916
|
+
const _s = /* @__PURE__ */ _("ZodArray", (e, t) => {
|
|
2917
|
+
dr.init(e, t), $.init(e, t), e.element = t.element, e.min = (n, o) => e.check(he(n, o)), e.nonempty = (n) => e.check(he(1, n)), e.max = (n, o) => e.check(Ft(n, o)), e.length = (n, o) => e.check(Ut(n, o)), e.unwrap = () => e.element;
|
|
2918
2918
|
});
|
|
2919
|
-
function
|
|
2920
|
-
return
|
|
2919
|
+
function ms(e, t) {
|
|
2920
|
+
return bi(_s, e, t);
|
|
2921
2921
|
}
|
|
2922
|
-
const
|
|
2923
|
-
|
|
2922
|
+
const vs = /* @__PURE__ */ _("ZodObject", (e, t) => {
|
|
2923
|
+
fr.init(e, t), $.init(e, t), E(e, "shape", () => t.shape), e.keyof = () => Es(Object.keys(e._zod.def.shape)), e.catchall = (n) => e.clone({ ...e._zod.def, catchall: n }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: ct() }), e.loose = () => e.clone({ ...e._zod.def, catchall: ct() }), e.strict = () => e.clone({ ...e._zod.def, catchall: hs() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (n) => On(e, n), e.safeExtend = (n) => Pn(e, n), e.merge = (n) => xn(e, n), e.pick = (n) => In(e, n), e.omit = (n) => Zn(e, n), e.partial = (...n) => Ln(Bt, e, n[0]), e.required = (...n) => jn(Wt, e, n[0]);
|
|
2924
2924
|
});
|
|
2925
2925
|
function T(e, t) {
|
|
2926
2926
|
const n = {
|
|
@@ -2928,56 +2928,56 @@ function T(e, t) {
|
|
|
2928
2928
|
shape: e ?? {},
|
|
2929
2929
|
...b(t)
|
|
2930
2930
|
};
|
|
2931
|
-
return new
|
|
2931
|
+
return new vs(n);
|
|
2932
2932
|
}
|
|
2933
|
-
const
|
|
2934
|
-
|
|
2933
|
+
const gs = /* @__PURE__ */ _("ZodUnion", (e, t) => {
|
|
2934
|
+
hr.init(e, t), $.init(e, t), e.options = t.options;
|
|
2935
2935
|
});
|
|
2936
2936
|
function W(e, t) {
|
|
2937
|
-
return new
|
|
2937
|
+
return new gs({
|
|
2938
2938
|
type: "union",
|
|
2939
2939
|
options: e,
|
|
2940
2940
|
...b(t)
|
|
2941
2941
|
});
|
|
2942
2942
|
}
|
|
2943
|
-
const
|
|
2944
|
-
|
|
2943
|
+
const ys = /* @__PURE__ */ _("ZodIntersection", (e, t) => {
|
|
2944
|
+
_r.init(e, t), $.init(e, t);
|
|
2945
2945
|
});
|
|
2946
|
-
function
|
|
2947
|
-
return new
|
|
2946
|
+
function bs(e, t) {
|
|
2947
|
+
return new ys({
|
|
2948
2948
|
type: "intersection",
|
|
2949
2949
|
left: e,
|
|
2950
2950
|
right: t
|
|
2951
2951
|
});
|
|
2952
2952
|
}
|
|
2953
|
-
const
|
|
2954
|
-
|
|
2953
|
+
const ws = /* @__PURE__ */ _("ZodTuple", (e, t) => {
|
|
2954
|
+
mr.init(e, t), $.init(e, t), e.rest = (n) => e.clone({
|
|
2955
2955
|
...e._zod.def,
|
|
2956
2956
|
rest: n
|
|
2957
2957
|
});
|
|
2958
2958
|
});
|
|
2959
2959
|
function L(e, t, n) {
|
|
2960
2960
|
const o = t instanceof A, i = o ? n : t, u = o ? t : null;
|
|
2961
|
-
return new
|
|
2961
|
+
return new ws({
|
|
2962
2962
|
type: "tuple",
|
|
2963
2963
|
items: e,
|
|
2964
2964
|
rest: u,
|
|
2965
2965
|
...b(i)
|
|
2966
2966
|
});
|
|
2967
2967
|
}
|
|
2968
|
-
const
|
|
2969
|
-
|
|
2968
|
+
const ks = /* @__PURE__ */ _("ZodRecord", (e, t) => {
|
|
2969
|
+
vr.init(e, t), $.init(e, t), e.keyType = t.keyType, e.valueType = t.valueType;
|
|
2970
2970
|
});
|
|
2971
|
-
function
|
|
2972
|
-
return new
|
|
2971
|
+
function Cs(e, t, n) {
|
|
2972
|
+
return new ks({
|
|
2973
2973
|
type: "record",
|
|
2974
2974
|
keyType: e,
|
|
2975
2975
|
valueType: t,
|
|
2976
2976
|
...b(n)
|
|
2977
2977
|
});
|
|
2978
2978
|
}
|
|
2979
|
-
const
|
|
2980
|
-
|
|
2979
|
+
const $e = /* @__PURE__ */ _("ZodEnum", (e, t) => {
|
|
2980
|
+
gr.init(e, t), $.init(e, t), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
2981
2981
|
const n = new Set(Object.keys(t.entries));
|
|
2982
2982
|
e.extract = (o, i) => {
|
|
2983
2983
|
const u = {};
|
|
@@ -2986,7 +2986,7 @@ const ze = /* @__PURE__ */ _("ZodEnum", (e, t) => {
|
|
|
2986
2986
|
u[c] = t.entries[c];
|
|
2987
2987
|
else
|
|
2988
2988
|
throw new Error(`Key ${c} not found in enum`);
|
|
2989
|
-
return new
|
|
2989
|
+
return new $e({
|
|
2990
2990
|
...t,
|
|
2991
2991
|
checks: [],
|
|
2992
2992
|
...b(i),
|
|
@@ -2999,7 +2999,7 @@ const ze = /* @__PURE__ */ _("ZodEnum", (e, t) => {
|
|
|
2999
2999
|
delete u[c];
|
|
3000
3000
|
else
|
|
3001
3001
|
throw new Error(`Key ${c} not found in enum`);
|
|
3002
|
-
return new
|
|
3002
|
+
return new $e({
|
|
3003
3003
|
...t,
|
|
3004
3004
|
checks: [],
|
|
3005
3005
|
...b(i),
|
|
@@ -3007,16 +3007,16 @@ const ze = /* @__PURE__ */ _("ZodEnum", (e, t) => {
|
|
|
3007
3007
|
});
|
|
3008
3008
|
};
|
|
3009
3009
|
});
|
|
3010
|
-
function
|
|
3010
|
+
function Es(e, t) {
|
|
3011
3011
|
const n = Array.isArray(e) ? Object.fromEntries(e.map((o) => [o, o])) : e;
|
|
3012
|
-
return new
|
|
3012
|
+
return new $e({
|
|
3013
3013
|
type: "enum",
|
|
3014
3014
|
entries: n,
|
|
3015
3015
|
...b(t)
|
|
3016
3016
|
});
|
|
3017
3017
|
}
|
|
3018
|
-
const
|
|
3019
|
-
|
|
3018
|
+
const As = /* @__PURE__ */ _("ZodLiteral", (e, t) => {
|
|
3019
|
+
yr.init(e, t), $.init(e, t), e.values = new Set(t.values), Object.defineProperty(e, "value", {
|
|
3020
3020
|
get() {
|
|
3021
3021
|
if (t.values.length > 1)
|
|
3022
3022
|
throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
@@ -3025,16 +3025,16 @@ const bs = /* @__PURE__ */ _("ZodLiteral", (e, t) => {
|
|
|
3025
3025
|
});
|
|
3026
3026
|
});
|
|
3027
3027
|
function j(e, t) {
|
|
3028
|
-
return new
|
|
3028
|
+
return new As({
|
|
3029
3029
|
type: "literal",
|
|
3030
3030
|
values: Array.isArray(e) ? e : [e],
|
|
3031
3031
|
...b(t)
|
|
3032
3032
|
});
|
|
3033
3033
|
}
|
|
3034
|
-
const
|
|
3035
|
-
|
|
3034
|
+
const Ss = /* @__PURE__ */ _("ZodTransform", (e, t) => {
|
|
3035
|
+
br.init(e, t), $.init(e, t), e._zod.parse = (n, o) => {
|
|
3036
3036
|
if (o.direction === "backward")
|
|
3037
|
-
throw new
|
|
3037
|
+
throw new Ct(e.constructor.name);
|
|
3038
3038
|
n.addIssue = (u) => {
|
|
3039
3039
|
if (typeof u == "string")
|
|
3040
3040
|
n.issues.push(re(u, n.value, t));
|
|
@@ -3047,102 +3047,102 @@ const ws = /* @__PURE__ */ _("ZodTransform", (e, t) => {
|
|
|
3047
3047
|
return i instanceof Promise ? i.then((u) => (n.value = u, n)) : (n.value = i, n);
|
|
3048
3048
|
};
|
|
3049
3049
|
});
|
|
3050
|
-
function
|
|
3051
|
-
return new
|
|
3050
|
+
function Ts(e) {
|
|
3051
|
+
return new Ss({
|
|
3052
3052
|
type: "transform",
|
|
3053
3053
|
transform: e
|
|
3054
3054
|
});
|
|
3055
3055
|
}
|
|
3056
|
-
const
|
|
3057
|
-
|
|
3056
|
+
const Bt = /* @__PURE__ */ _("ZodOptional", (e, t) => {
|
|
3057
|
+
wr.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
3058
3058
|
});
|
|
3059
|
-
function
|
|
3060
|
-
return new
|
|
3059
|
+
function lt(e) {
|
|
3060
|
+
return new Bt({
|
|
3061
3061
|
type: "optional",
|
|
3062
3062
|
innerType: e
|
|
3063
3063
|
});
|
|
3064
3064
|
}
|
|
3065
|
-
const
|
|
3066
|
-
|
|
3065
|
+
const zs = /* @__PURE__ */ _("ZodNullable", (e, t) => {
|
|
3066
|
+
kr.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
3067
3067
|
});
|
|
3068
|
-
function
|
|
3069
|
-
return new
|
|
3068
|
+
function dt(e) {
|
|
3069
|
+
return new zs({
|
|
3070
3070
|
type: "nullable",
|
|
3071
3071
|
innerType: e
|
|
3072
3072
|
});
|
|
3073
3073
|
}
|
|
3074
|
-
const
|
|
3075
|
-
|
|
3074
|
+
const $s = /* @__PURE__ */ _("ZodDefault", (e, t) => {
|
|
3075
|
+
Cr.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
3076
3076
|
});
|
|
3077
|
-
function
|
|
3078
|
-
return new
|
|
3077
|
+
function Is(e, t) {
|
|
3078
|
+
return new $s({
|
|
3079
3079
|
type: "default",
|
|
3080
3080
|
innerType: e,
|
|
3081
3081
|
get defaultValue() {
|
|
3082
|
-
return typeof t == "function" ? t() :
|
|
3082
|
+
return typeof t == "function" ? t() : St(t);
|
|
3083
3083
|
}
|
|
3084
3084
|
});
|
|
3085
3085
|
}
|
|
3086
|
-
const
|
|
3087
|
-
|
|
3086
|
+
const Zs = /* @__PURE__ */ _("ZodPrefault", (e, t) => {
|
|
3087
|
+
Er.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
3088
3088
|
});
|
|
3089
|
-
function
|
|
3090
|
-
return new
|
|
3089
|
+
function Os(e, t) {
|
|
3090
|
+
return new Zs({
|
|
3091
3091
|
type: "prefault",
|
|
3092
3092
|
innerType: e,
|
|
3093
3093
|
get defaultValue() {
|
|
3094
|
-
return typeof t == "function" ? t() :
|
|
3094
|
+
return typeof t == "function" ? t() : St(t);
|
|
3095
3095
|
}
|
|
3096
3096
|
});
|
|
3097
3097
|
}
|
|
3098
|
-
const
|
|
3099
|
-
|
|
3098
|
+
const Wt = /* @__PURE__ */ _("ZodNonOptional", (e, t) => {
|
|
3099
|
+
Ar.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
3100
3100
|
});
|
|
3101
|
-
function
|
|
3102
|
-
return new
|
|
3101
|
+
function Ps(e, t) {
|
|
3102
|
+
return new Wt({
|
|
3103
3103
|
type: "nonoptional",
|
|
3104
3104
|
innerType: e,
|
|
3105
3105
|
...b(t)
|
|
3106
3106
|
});
|
|
3107
3107
|
}
|
|
3108
|
-
const
|
|
3109
|
-
|
|
3108
|
+
const xs = /* @__PURE__ */ _("ZodCatch", (e, t) => {
|
|
3109
|
+
Sr.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
3110
3110
|
});
|
|
3111
|
-
function
|
|
3112
|
-
return new
|
|
3111
|
+
function Ls(e, t) {
|
|
3112
|
+
return new xs({
|
|
3113
3113
|
type: "catch",
|
|
3114
3114
|
innerType: e,
|
|
3115
3115
|
catchValue: typeof t == "function" ? t : () => t
|
|
3116
3116
|
});
|
|
3117
3117
|
}
|
|
3118
|
-
const
|
|
3119
|
-
|
|
3118
|
+
const js = /* @__PURE__ */ _("ZodPipe", (e, t) => {
|
|
3119
|
+
Tr.init(e, t), $.init(e, t), e.in = t.in, e.out = t.out;
|
|
3120
3120
|
});
|
|
3121
|
-
function
|
|
3122
|
-
return new
|
|
3121
|
+
function pt(e, t) {
|
|
3122
|
+
return new js({
|
|
3123
3123
|
type: "pipe",
|
|
3124
3124
|
in: e,
|
|
3125
3125
|
out: t
|
|
3126
3126
|
// ...util.normalizeParams(params),
|
|
3127
3127
|
});
|
|
3128
3128
|
}
|
|
3129
|
-
const
|
|
3130
|
-
|
|
3129
|
+
const Ns = /* @__PURE__ */ _("ZodReadonly", (e, t) => {
|
|
3130
|
+
zr.init(e, t), $.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
3131
3131
|
});
|
|
3132
|
-
function
|
|
3133
|
-
return new
|
|
3132
|
+
function Rs(e) {
|
|
3133
|
+
return new Ns({
|
|
3134
3134
|
type: "readonly",
|
|
3135
3135
|
innerType: e
|
|
3136
3136
|
});
|
|
3137
3137
|
}
|
|
3138
|
-
const
|
|
3139
|
-
|
|
3138
|
+
const Ds = /* @__PURE__ */ _("ZodCustom", (e, t) => {
|
|
3139
|
+
$r.init(e, t), $.init(e, t);
|
|
3140
3140
|
});
|
|
3141
|
-
function
|
|
3142
|
-
return
|
|
3141
|
+
function Fs(e, t = {}) {
|
|
3142
|
+
return wi(Ds, e, t);
|
|
3143
3143
|
}
|
|
3144
|
-
function
|
|
3145
|
-
return
|
|
3144
|
+
function Us(e) {
|
|
3145
|
+
return ki(e);
|
|
3146
3146
|
}
|
|
3147
3147
|
const ge = T({
|
|
3148
3148
|
t: P().gte(0),
|
|
@@ -3151,27 +3151,27 @@ const ge = T({
|
|
|
3151
3151
|
opacity: P().gte(0).lte(1)
|
|
3152
3152
|
}), X = T({
|
|
3153
3153
|
volume: P().gte(0).lte(1)
|
|
3154
|
-
}),
|
|
3154
|
+
}), Vs = T({
|
|
3155
3155
|
type: j("image"),
|
|
3156
3156
|
file: Q(),
|
|
3157
3157
|
fit: W([j("contain"), j("cover"), j("none")])
|
|
3158
|
-
}),
|
|
3158
|
+
}), Ms = T({
|
|
3159
3159
|
type: j("audio"),
|
|
3160
3160
|
file: Q(),
|
|
3161
3161
|
audioOutput: Q()
|
|
3162
|
-
}),
|
|
3162
|
+
}), Bs = T({
|
|
3163
3163
|
type: j("video"),
|
|
3164
3164
|
file: Q(),
|
|
3165
3165
|
audioOutput: Q(),
|
|
3166
3166
|
fit: W([j("contain"), j("cover"), j("none")])
|
|
3167
|
-
}),
|
|
3167
|
+
}), Re = L([P(), ds()]), Ws = L([
|
|
3168
3168
|
P(),
|
|
3169
3169
|
T({
|
|
3170
3170
|
set: T({
|
|
3171
3171
|
...Y.shape
|
|
3172
3172
|
}).partial()
|
|
3173
3173
|
}).partial()
|
|
3174
|
-
]),
|
|
3174
|
+
]), Gs = L([
|
|
3175
3175
|
P(),
|
|
3176
3176
|
T({
|
|
3177
3177
|
set: T({
|
|
@@ -3181,7 +3181,7 @@ const ge = T({
|
|
|
3181
3181
|
...Y.shape
|
|
3182
3182
|
}).partial()
|
|
3183
3183
|
}).partial()
|
|
3184
|
-
]),
|
|
3184
|
+
]), qs = L([
|
|
3185
3185
|
P(),
|
|
3186
3186
|
T({
|
|
3187
3187
|
set: T({
|
|
@@ -3189,7 +3189,7 @@ const ge = T({
|
|
|
3189
3189
|
...X.shape
|
|
3190
3190
|
}).partial()
|
|
3191
3191
|
}).partial()
|
|
3192
|
-
]),
|
|
3192
|
+
]), Ks = L([
|
|
3193
3193
|
P(),
|
|
3194
3194
|
T({
|
|
3195
3195
|
set: T({
|
|
@@ -3200,7 +3200,7 @@ const ge = T({
|
|
|
3200
3200
|
...X.shape
|
|
3201
3201
|
}).partial()
|
|
3202
3202
|
}).partial()
|
|
3203
|
-
]),
|
|
3203
|
+
]), Js = L([
|
|
3204
3204
|
P(),
|
|
3205
3205
|
T({
|
|
3206
3206
|
set: T({
|
|
@@ -3209,7 +3209,7 @@ const ge = T({
|
|
|
3209
3209
|
...Y.shape
|
|
3210
3210
|
}).partial()
|
|
3211
3211
|
}).partial()
|
|
3212
|
-
]),
|
|
3212
|
+
]), Hs = L([
|
|
3213
3213
|
P(),
|
|
3214
3214
|
T({
|
|
3215
3215
|
set: T({
|
|
@@ -3222,36 +3222,36 @@ const ge = T({
|
|
|
3222
3222
|
...Y.shape
|
|
3223
3223
|
}).partial()
|
|
3224
3224
|
}).partial()
|
|
3225
|
-
]),
|
|
3226
|
-
...
|
|
3227
|
-
keyframes: L([
|
|
3228
|
-
}),
|
|
3229
|
-
...
|
|
3230
|
-
keyframes: L([
|
|
3231
|
-
}),
|
|
3232
|
-
...
|
|
3233
|
-
keyframes: L([
|
|
3234
|
-
}),
|
|
3225
|
+
]), Qs = T({
|
|
3226
|
+
...Vs.shape,
|
|
3227
|
+
keyframes: L([Gs], W([Ws, Re]))
|
|
3228
|
+
}), Ys = T({
|
|
3229
|
+
...Ms.shape,
|
|
3230
|
+
keyframes: L([Ks], W([qs, Re]))
|
|
3231
|
+
}), Xs = T({
|
|
3232
|
+
...Bs.shape,
|
|
3233
|
+
keyframes: L([Hs], W([Js, Re]))
|
|
3234
|
+
}), ea = Cs(Q(), W([Qs, Ys, Xs])), Gt = {
|
|
3235
3235
|
opacity: 1
|
|
3236
|
-
},
|
|
3236
|
+
}, De = {
|
|
3237
3237
|
t: 0,
|
|
3238
3238
|
rate: 1,
|
|
3239
3239
|
volume: 1
|
|
3240
|
-
},
|
|
3240
|
+
}, qt = {
|
|
3241
3241
|
t: 0,
|
|
3242
3242
|
rate: 1,
|
|
3243
3243
|
volume: 1,
|
|
3244
3244
|
opacity: 1
|
|
3245
|
-
},
|
|
3245
|
+
}, sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3246
3246
|
__proto__: null,
|
|
3247
|
-
MediaSurfaceStateSchema:
|
|
3248
|
-
defaultAudioOptions:
|
|
3249
|
-
defaultImageOptions:
|
|
3250
|
-
defaultVideoOptions:
|
|
3247
|
+
MediaSurfaceStateSchema: ea,
|
|
3248
|
+
defaultAudioOptions: De,
|
|
3249
|
+
defaultImageOptions: Gt,
|
|
3250
|
+
defaultVideoOptions: qt
|
|
3251
3251
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3252
|
-
var ke = {},
|
|
3253
|
-
function
|
|
3254
|
-
return
|
|
3252
|
+
var ke = {}, ft;
|
|
3253
|
+
function ta() {
|
|
3254
|
+
return ft || (ft = 1, function(e) {
|
|
3255
3255
|
var t = {};
|
|
3256
3256
|
/*! howler.js v2.2.1 | (c) 2013-2020, James Simpson of GoldFire Studios | MIT License | howlerjs.com */
|
|
3257
3257
|
(function() {
|
|
@@ -3431,16 +3431,16 @@ function Xs() {
|
|
|
3431
3431
|
if (k >= ie) return void a._ended(h);
|
|
3432
3432
|
var S = h._node;
|
|
3433
3433
|
if (a._webAudio) {
|
|
3434
|
-
var
|
|
3434
|
+
var Fe = function() {
|
|
3435
3435
|
a._playLock = !1, ye(), a._refreshBuffer(h);
|
|
3436
3436
|
var G = h._muted || a._muted ? 0 : h._volume;
|
|
3437
3437
|
S.gain.setValueAtTime(G, o.ctx.currentTime), h._playStart = o.ctx.currentTime, S.bufferSource.start === void 0 ? h._loop ? S.bufferSource.noteGrainOn(0, k, 86400) : S.bufferSource.noteGrainOn(0, k, C) : h._loop ? S.bufferSource.start(0, k, 86400) : S.bufferSource.start(0, k, C), x !== 1 / 0 && (a._endTimers[h._id] = setTimeout(a._ended.bind(a, h), x)), s || setTimeout(function() {
|
|
3438
3438
|
a._emit("play", h._id), a._loadQueue();
|
|
3439
3439
|
}, 0);
|
|
3440
3440
|
};
|
|
3441
|
-
o.state === "running" && o.ctx.state !== "interrupted" ?
|
|
3441
|
+
o.state === "running" && o.ctx.state !== "interrupted" ? Fe() : (a._playLock = !0, a.once("resume", Fe), a._clearTimer(h._id));
|
|
3442
3442
|
} else {
|
|
3443
|
-
var
|
|
3443
|
+
var Ue = function() {
|
|
3444
3444
|
S.currentTime = k, S.muted = h._muted || a._muted || o._muted || S.muted, S.volume = h._volume * o.volume(), S.playbackRate = h._rate;
|
|
3445
3445
|
try {
|
|
3446
3446
|
var G = S.play();
|
|
@@ -3452,19 +3452,19 @@ function Xs() {
|
|
|
3452
3452
|
r !== "__default" || h._loop ? a._endTimers[h._id] = setTimeout(a._ended.bind(a, h), x) : (a._endTimers[h._id] = function() {
|
|
3453
3453
|
a._ended(h), S.removeEventListener("ended", a._endTimers[h._id], !1);
|
|
3454
3454
|
}, S.addEventListener("ended", a._endTimers[h._id], !1));
|
|
3455
|
-
} catch (
|
|
3456
|
-
a._emit("playerror", h._id,
|
|
3455
|
+
} catch (Jt) {
|
|
3456
|
+
a._emit("playerror", h._id, Jt);
|
|
3457
3457
|
}
|
|
3458
3458
|
};
|
|
3459
3459
|
S.src === "data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA" && (S.src = a._src, S.load());
|
|
3460
|
-
var
|
|
3461
|
-
if (S.readyState >= 3 ||
|
|
3460
|
+
var Kt = window && window.ejecta || !S.readyState && o._navigator.isCocoonJS;
|
|
3461
|
+
if (S.readyState >= 3 || Kt) Ue();
|
|
3462
3462
|
else {
|
|
3463
3463
|
a._playLock = !0;
|
|
3464
|
-
var
|
|
3465
|
-
|
|
3464
|
+
var Ve = function() {
|
|
3465
|
+
Ue(), S.removeEventListener(o._canPlayEvent, Ve, !1);
|
|
3466
3466
|
};
|
|
3467
|
-
S.addEventListener(o._canPlayEvent,
|
|
3467
|
+
S.addEventListener(o._canPlayEvent, Ve, !1), a._clearTimer(h._id);
|
|
3468
3468
|
}
|
|
3469
3469
|
}
|
|
3470
3470
|
return h._id;
|
|
@@ -3796,9 +3796,9 @@ function Xs() {
|
|
|
3796
3796
|
})();
|
|
3797
3797
|
}(ke)), ke;
|
|
3798
3798
|
}
|
|
3799
|
-
var
|
|
3800
|
-
const
|
|
3801
|
-
class
|
|
3799
|
+
var ht = ta();
|
|
3800
|
+
const na = typeof navigator.standalone < "u";
|
|
3801
|
+
class aa {
|
|
3802
3802
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3803
3803
|
constructor(t) {
|
|
3804
3804
|
this.cogsConnection = t, this.eventTarget = new EventTarget(), this.globalVolume = 1, this.audioClipPlayers = {}, this.sinkId = "", this.addEventListener("audioClipState", ({ detail: o }) => {
|
|
@@ -3843,7 +3843,7 @@ class ia {
|
|
|
3843
3843
|
t.addEventListener("open", n), n();
|
|
3844
3844
|
}
|
|
3845
3845
|
setGlobalVolume(t) {
|
|
3846
|
-
this.globalVolume = t,
|
|
3846
|
+
this.globalVolume = t, ht.Howler.volume(t), this.notifyStateListeners();
|
|
3847
3847
|
}
|
|
3848
3848
|
playAudioClip(t, { playId: n, volume: o, fade: i, loop: u }) {
|
|
3849
3849
|
t in this.audioClipPlayers || (this.audioClipPlayers[t] = this.createClip(t, { preload: !1, ephemeral: !0 })), this.updateAudioClipPlayer(t, (c) => {
|
|
@@ -3902,7 +3902,7 @@ class ia {
|
|
|
3902
3902
|
), u));
|
|
3903
3903
|
}
|
|
3904
3904
|
stopAudioClip(t, { fade: n }, o, i) {
|
|
3905
|
-
|
|
3905
|
+
oa("Stop audio clip", { activeClips: this.audioClipPlayers[t]?.activeClips }), Object.keys(this.audioClipPlayers[t]?.activeClips ?? {}).length !== 0 && this.updateAudioClipPlayer(t, (u) => (u.activeClips = Object.fromEntries(
|
|
3906
3906
|
Object.entries(u.activeClips).map(([c, l]) => {
|
|
3907
3907
|
const p = parseInt(c);
|
|
3908
3908
|
return (o === void 0 || o === p) && (i && l.state.type === "stop_requested" || l.state.type === "playing" || l.state.type === "pausing" || l.state.type === "paused" || l.state.type === "stopping" ? ne(n) && l.state.type !== "paused" ? (u.player.off("fade", p), oe(u.player, 0, n * 1e3, p), u.player.once(
|
|
@@ -4004,7 +4004,7 @@ class ia {
|
|
|
4004
4004
|
this.eventTarget.dispatchEvent(new CustomEvent(t, { detail: n }));
|
|
4005
4005
|
}
|
|
4006
4006
|
createPlayer(t, n) {
|
|
4007
|
-
const o = new
|
|
4007
|
+
const o = new ht.Howl({
|
|
4008
4008
|
src: this.cogsConnection.getAssetUrl(t),
|
|
4009
4009
|
autoplay: !1,
|
|
4010
4010
|
loop: !1,
|
|
@@ -4026,10 +4026,10 @@ class ia {
|
|
|
4026
4026
|
return n.config.preload !== o.preload && (i.player.unload(), i.player = this.createPlayer(t, o)), i;
|
|
4027
4027
|
}
|
|
4028
4028
|
}
|
|
4029
|
-
function
|
|
4029
|
+
function oa(...e) {
|
|
4030
4030
|
}
|
|
4031
4031
|
function ne(e) {
|
|
4032
|
-
return !
|
|
4032
|
+
return !na && typeof e == "number" && !isNaN(e) && e > 0;
|
|
4033
4033
|
}
|
|
4034
4034
|
function Ce(e, t) {
|
|
4035
4035
|
t !== void 0 && (e._html5 ? e._sounds?.forEach((n) => {
|
|
@@ -4042,10 +4042,10 @@ function Ee(e, t, n) {
|
|
|
4042
4042
|
function oe(e, t, n, o) {
|
|
4043
4043
|
e.fade(e.volume(o), t, n, o);
|
|
4044
4044
|
}
|
|
4045
|
-
var
|
|
4046
|
-
const
|
|
4047
|
-
class
|
|
4048
|
-
constructor(t, n =
|
|
4045
|
+
var Ie = /* @__PURE__ */ ((e) => (e.Paused = "paused", e.Playing = "playing", e))(Ie || {});
|
|
4046
|
+
const _t = document.body;
|
|
4047
|
+
class ua {
|
|
4048
|
+
constructor(t, n = _t) {
|
|
4049
4049
|
this.cogsConnection = t, this.eventTarget = new EventTarget(), this.globalVolume = 1, this.videoClipPlayers = {}, this.sinkId = "", this.parentElement = n, this.addEventListener("videoClipState", ({ detail: i }) => {
|
|
4050
4050
|
t.sendMediaClipState(i);
|
|
4051
4051
|
}), t.addEventListener("message", ({ message: i }) => {
|
|
@@ -4094,7 +4094,7 @@ class sa {
|
|
|
4094
4094
|
});
|
|
4095
4095
|
}
|
|
4096
4096
|
resetParentElement() {
|
|
4097
|
-
this.setParentElement(
|
|
4097
|
+
this.setParentElement(_t);
|
|
4098
4098
|
}
|
|
4099
4099
|
setGlobalVolume(t) {
|
|
4100
4100
|
Object.values(this.videoClipPlayers).forEach((n) => {
|
|
@@ -4141,7 +4141,7 @@ class sa {
|
|
|
4141
4141
|
}
|
|
4142
4142
|
setAudioSink(t) {
|
|
4143
4143
|
for (const n of Object.values(this.videoClipPlayers))
|
|
4144
|
-
|
|
4144
|
+
vt(n, t);
|
|
4145
4145
|
this.sinkId = t;
|
|
4146
4146
|
}
|
|
4147
4147
|
updateConfig(t) {
|
|
@@ -4151,11 +4151,11 @@ class sa {
|
|
|
4151
4151
|
return Object.keys(o).filter((p) => !(p in n)).forEach((p) => {
|
|
4152
4152
|
this.activeClip?.path === p && o[p]?.config.ephemeral === !1 ? this.updateVideoClipPlayer(p, (m) => (m.config = { ...m.config, ephemeral: !0 }, m)) : (this.unloadClip(p), delete i[p]);
|
|
4153
4153
|
}), Object.entries(n).filter(([p]) => !o[p]).forEach(([p, m]) => {
|
|
4154
|
-
i[p] = this.createClipPlayer(p, { ...m, preload:
|
|
4154
|
+
i[p] = this.createClipPlayer(p, { ...m, preload: mt(m.preload), ephemeral: !1, fit: "contain" });
|
|
4155
4155
|
}), Object.entries(o).filter(([p]) => p in n).forEach(([p, m]) => {
|
|
4156
4156
|
m.config.preload !== n[p].preload && this.updateVideoClipPlayer(p, (y) => (y.config = {
|
|
4157
4157
|
...y.config,
|
|
4158
|
-
preload:
|
|
4158
|
+
preload: mt(n[p].preload),
|
|
4159
4159
|
ephemeral: !1
|
|
4160
4160
|
}, y.videoElement.preload = y.config.preload, y));
|
|
4161
4161
|
}), i;
|
|
@@ -4168,7 +4168,7 @@ class sa {
|
|
|
4168
4168
|
clips: { ...this.videoClipPlayers },
|
|
4169
4169
|
activeClip: this.activeClip ? {
|
|
4170
4170
|
path: this.activeClip.path,
|
|
4171
|
-
state: this.videoClipPlayers[this.activeClip.path].videoElement?.paused ?
|
|
4171
|
+
state: this.videoClipPlayers[this.activeClip.path].videoElement?.paused ? Ie.Paused : Ie.Playing,
|
|
4172
4172
|
loop: this.videoClipPlayers[this.activeClip.path].videoElement?.loop ?? !1,
|
|
4173
4173
|
volume: this.videoClipPlayers[this.activeClip.path].videoElement?.muted ? 0 : this.videoClipPlayers[this.activeClip.path].videoElement?.volume ?? 0
|
|
4174
4174
|
} : void 0
|
|
@@ -4218,7 +4218,7 @@ class sa {
|
|
|
4218
4218
|
videoElement: this.createVideoElement(t, n, { volume: 1 }),
|
|
4219
4219
|
volume: 1
|
|
4220
4220
|
};
|
|
4221
|
-
return
|
|
4221
|
+
return vt(i, this.sinkId), i;
|
|
4222
4222
|
}
|
|
4223
4223
|
unloadClip(t) {
|
|
4224
4224
|
if (this.activeClip?.path === t) {
|
|
@@ -4228,34 +4228,112 @@ class sa {
|
|
|
4228
4228
|
this.videoClipPlayers[t]?.videoElement.remove(), this.updateVideoClipPlayer(t, () => null);
|
|
4229
4229
|
}
|
|
4230
4230
|
}
|
|
4231
|
-
function
|
|
4231
|
+
function mt(e) {
|
|
4232
4232
|
return typeof e == "string" ? e : e ? "auto" : "none";
|
|
4233
4233
|
}
|
|
4234
|
-
function
|
|
4234
|
+
function vt(e, t) {
|
|
4235
4235
|
t !== void 0 && typeof e.videoElement.setSinkId == "function" && e.videoElement.setSinkId(t);
|
|
4236
4236
|
}
|
|
4237
4237
|
function de(e, t) {
|
|
4238
4238
|
e.volume = t, e.muted = t === 0;
|
|
4239
4239
|
}
|
|
4240
|
-
|
|
4240
|
+
function ca(e, t) {
|
|
4241
|
+
switch (e.type) {
|
|
4242
|
+
case "image": {
|
|
4243
|
+
if (e.keyframes[0][0] > t)
|
|
4244
|
+
return;
|
|
4245
|
+
const o = e.keyframes.filter((u) => u[1] !== null), i = Ae(o, t);
|
|
4246
|
+
return { ...Gt, ...i };
|
|
4247
|
+
}
|
|
4248
|
+
case "audio": {
|
|
4249
|
+
const n = e.keyframes.filter((u) => u[1] !== null), o = gt(n, t);
|
|
4250
|
+
if (!o)
|
|
4251
|
+
return;
|
|
4252
|
+
const i = Ae(n, t);
|
|
4253
|
+
return { ...De, ...i, ...o };
|
|
4254
|
+
}
|
|
4255
|
+
case "video": {
|
|
4256
|
+
const n = e.keyframes.filter((u) => u[1] !== null), o = gt(n, t);
|
|
4257
|
+
if (!o)
|
|
4258
|
+
return;
|
|
4259
|
+
const i = Ae(n, t);
|
|
4260
|
+
return { ...qt, ...i, ...o };
|
|
4261
|
+
}
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
function Ae(e, t) {
|
|
4265
|
+
const n = {};
|
|
4266
|
+
for (const [i, u] of e)
|
|
4267
|
+
i <= t ? (Object.entries(u.lerp ?? {}).forEach(([c, l]) => {
|
|
4268
|
+
n[c] ??= {}, n[c].before = [i, l];
|
|
4269
|
+
}), Object.entries(u.set ?? {}).forEach(([c, l]) => {
|
|
4270
|
+
n[c] ??= {}, n[c].before = [i, l];
|
|
4271
|
+
})) : Object.entries(u.lerp ?? {}).forEach(([c, l]) => {
|
|
4272
|
+
n[c] ??= {}, n[c].after === void 0 && (n[c].after = [i, l]);
|
|
4273
|
+
});
|
|
4274
|
+
const o = {};
|
|
4275
|
+
return Object.entries(n).forEach(
|
|
4276
|
+
([i, { before: u, after: c }]) => {
|
|
4277
|
+
if (c === void 0 && u) {
|
|
4278
|
+
o[i] = u[1];
|
|
4279
|
+
return;
|
|
4280
|
+
}
|
|
4281
|
+
if (u && c && u[0] === c[0]) {
|
|
4282
|
+
o[i] = c[1];
|
|
4283
|
+
return;
|
|
4284
|
+
}
|
|
4285
|
+
if (u && typeof u[1] == "number" && c && typeof c[1] == "number") {
|
|
4286
|
+
o[i] = u[1] + (t - u[0]) * (c[1] - u[1]) / (c[0] - u[0]);
|
|
4287
|
+
return;
|
|
4288
|
+
}
|
|
4289
|
+
}
|
|
4290
|
+
), o;
|
|
4291
|
+
}
|
|
4292
|
+
function gt(e, t) {
|
|
4293
|
+
const n = e[0];
|
|
4294
|
+
if (!n || n[0] > t)
|
|
4295
|
+
return;
|
|
4296
|
+
let o = 0, { t: i, rate: u } = De;
|
|
4297
|
+
for (const [m, y] of e) {
|
|
4298
|
+
if (m > t) break;
|
|
4299
|
+
const { set: g } = y;
|
|
4300
|
+
if (!g) continue;
|
|
4301
|
+
const { t: r, rate: s } = g;
|
|
4302
|
+
if (r !== void 0) {
|
|
4303
|
+
o = m, i = r, s !== void 0 && (u = s);
|
|
4304
|
+
continue;
|
|
4305
|
+
}
|
|
4306
|
+
if (s !== void 0) {
|
|
4307
|
+
const d = (m - o) * u;
|
|
4308
|
+
o = m, i += d, u = s;
|
|
4309
|
+
}
|
|
4310
|
+
}
|
|
4311
|
+
const l = (t - o) * u, p = i + l;
|
|
4312
|
+
return {
|
|
4313
|
+
rate: u,
|
|
4314
|
+
t: p
|
|
4315
|
+
};
|
|
4316
|
+
}
|
|
4317
|
+
const la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4241
4318
|
__proto__: null
|
|
4242
4319
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4243
4320
|
export {
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4321
|
+
aa as CogsAudioPlayer,
|
|
4322
|
+
gn as CogsConfigChangedEvent,
|
|
4323
|
+
ia as CogsConnection,
|
|
4324
|
+
mn as CogsConnectionCloseEvent,
|
|
4325
|
+
_n as CogsConnectionOpenEvent,
|
|
4326
|
+
bn as CogsIncomingEvent,
|
|
4327
|
+
wn as CogsMediaConfigChangedEvent,
|
|
4328
|
+
vn as CogsMessageEvent,
|
|
4329
|
+
kn as CogsShowPhaseChangedEvent,
|
|
4330
|
+
yn as CogsStateChangedEvent,
|
|
4331
|
+
ua as CogsVideoPlayer,
|
|
4332
|
+
Me as DataStoreItemEvent,
|
|
4333
|
+
Be as DataStoreItemsEvent,
|
|
4334
|
+
la as ManifestTypes,
|
|
4335
|
+
sa as MediaSchema,
|
|
4336
|
+
rn as assetUrl,
|
|
4337
|
+
ca as getStateAtTime,
|
|
4338
|
+
ra as preloadUrl
|
|
4261
4339
|
};
|