@kevisual/router 0.2.2 → 0.2.4
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/app.js +112 -123
- package/dist/commander.d.ts +11 -14
- package/dist/commander.js +96 -90
- package/dist/opencode.d.ts +11 -14
- package/dist/opencode.js +84 -84
- package/dist/router-browser.d.ts +14 -14
- package/dist/router-browser.js +85 -85
- package/dist/router-define.d.ts +12 -12
- package/dist/router-simple.d.ts +2 -3
- package/dist/router-simple.js +1 -1
- package/dist/router.d.ts +16 -22
- package/dist/router.js +108 -119
- package/dist/ws.d.ts +11 -14
- package/dist/ws.js +23 -34
- package/package.json +3 -4
- package/src/commander.ts +6 -4
package/dist/router-browser.js
CHANGED
|
@@ -69,7 +69,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
69
69
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
70
70
|
});
|
|
71
71
|
|
|
72
|
-
//
|
|
72
|
+
// node_modules/eventemitter3/index.js
|
|
73
73
|
var require_eventemitter3 = __commonJS((exports, module) => {
|
|
74
74
|
var has = Object.prototype.hasOwnProperty;
|
|
75
75
|
var prefix = "~";
|
|
@@ -18332,7 +18332,7 @@ https://github.com/browserify/crypto-browserify`);
|
|
|
18332
18332
|
crypto_default = crypto;
|
|
18333
18333
|
});
|
|
18334
18334
|
|
|
18335
|
-
//
|
|
18335
|
+
// node_modules/crypto-js/core.js
|
|
18336
18336
|
var require_core = __commonJS((exports, module) => {
|
|
18337
18337
|
(function(root, factory) {
|
|
18338
18338
|
if (typeof exports === "object") {
|
|
@@ -18617,7 +18617,7 @@ var require_core = __commonJS((exports, module) => {
|
|
|
18617
18617
|
});
|
|
18618
18618
|
});
|
|
18619
18619
|
|
|
18620
|
-
//
|
|
18620
|
+
// node_modules/crypto-js/md5.js
|
|
18621
18621
|
var require_md52 = __commonJS((exports, module) => {
|
|
18622
18622
|
(function(root, factory) {
|
|
18623
18623
|
if (typeof exports === "object") {
|
|
@@ -18868,14 +18868,14 @@ function pick(obj, keys) {
|
|
|
18868
18868
|
return result;
|
|
18869
18869
|
}
|
|
18870
18870
|
|
|
18871
|
-
//
|
|
18871
|
+
// node_modules/eventemitter3/index.mjs
|
|
18872
18872
|
var import__ = __toESM(require_eventemitter3(), 1);
|
|
18873
|
-
//
|
|
18873
|
+
// node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs
|
|
18874
18874
|
function isUnsafeProperty(key) {
|
|
18875
18875
|
return key === "__proto__";
|
|
18876
18876
|
}
|
|
18877
18877
|
|
|
18878
|
-
//
|
|
18878
|
+
// node_modules/es-toolkit/dist/predicate/isPlainObject.mjs
|
|
18879
18879
|
function isPlainObject(value) {
|
|
18880
18880
|
if (!value || typeof value !== "object") {
|
|
18881
18881
|
return false;
|
|
@@ -18888,7 +18888,7 @@ function isPlainObject(value) {
|
|
|
18888
18888
|
return Object.prototype.toString.call(value) === "[object Object]";
|
|
18889
18889
|
}
|
|
18890
18890
|
|
|
18891
|
-
//
|
|
18891
|
+
// node_modules/es-toolkit/dist/object/merge.mjs
|
|
18892
18892
|
function merge(target, source) {
|
|
18893
18893
|
const sourceKeys = Object.keys(source);
|
|
18894
18894
|
for (let i = 0;i < sourceKeys.length; i++) {
|
|
@@ -19002,7 +19002,7 @@ var listenProcess = async ({ app, mockProcess, params = {}, timeout: timeout2 =
|
|
|
19002
19002
|
}
|
|
19003
19003
|
};
|
|
19004
19004
|
|
|
19005
|
-
//
|
|
19005
|
+
// node_modules/zod/v4/classic/external.js
|
|
19006
19006
|
var exports_external = {};
|
|
19007
19007
|
__export(exports_external, {
|
|
19008
19008
|
xor: () => xor2,
|
|
@@ -19243,7 +19243,7 @@ __export(exports_external, {
|
|
|
19243
19243
|
$brand: () => $brand
|
|
19244
19244
|
});
|
|
19245
19245
|
|
|
19246
|
-
//
|
|
19246
|
+
// node_modules/zod/v4/core/index.js
|
|
19247
19247
|
var exports_core2 = {};
|
|
19248
19248
|
__export(exports_core2, {
|
|
19249
19249
|
version: () => version,
|
|
@@ -19521,7 +19521,7 @@ __export(exports_core2, {
|
|
|
19521
19521
|
$ZodAny: () => $ZodAny
|
|
19522
19522
|
});
|
|
19523
19523
|
|
|
19524
|
-
//
|
|
19524
|
+
// node_modules/zod/v4/core/core.js
|
|
19525
19525
|
var NEVER = Object.freeze({
|
|
19526
19526
|
status: "aborted"
|
|
19527
19527
|
});
|
|
@@ -19597,7 +19597,7 @@ function config(newConfig) {
|
|
|
19597
19597
|
Object.assign(globalConfig, newConfig);
|
|
19598
19598
|
return globalConfig;
|
|
19599
19599
|
}
|
|
19600
|
-
//
|
|
19600
|
+
// node_modules/zod/v4/core/util.js
|
|
19601
19601
|
var exports_util = {};
|
|
19602
19602
|
__export(exports_util, {
|
|
19603
19603
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -20271,7 +20271,7 @@ class Class {
|
|
|
20271
20271
|
constructor(..._args) {}
|
|
20272
20272
|
}
|
|
20273
20273
|
|
|
20274
|
-
//
|
|
20274
|
+
// node_modules/zod/v4/core/errors.js
|
|
20275
20275
|
var initializer = (inst, def) => {
|
|
20276
20276
|
inst.name = "$ZodError";
|
|
20277
20277
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -20408,7 +20408,7 @@ function prettifyError(error) {
|
|
|
20408
20408
|
`);
|
|
20409
20409
|
}
|
|
20410
20410
|
|
|
20411
|
-
//
|
|
20411
|
+
// node_modules/zod/v4/core/parse.js
|
|
20412
20412
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
20413
20413
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
20414
20414
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -20495,7 +20495,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
20495
20495
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
20496
20496
|
};
|
|
20497
20497
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
20498
|
-
//
|
|
20498
|
+
// node_modules/zod/v4/core/regexes.js
|
|
20499
20499
|
var exports_regexes = {};
|
|
20500
20500
|
__export(exports_regexes, {
|
|
20501
20501
|
xid: () => xid,
|
|
@@ -20652,7 +20652,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
20652
20652
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
20653
20653
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
20654
20654
|
|
|
20655
|
-
//
|
|
20655
|
+
// node_modules/zod/v4/core/checks.js
|
|
20656
20656
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
20657
20657
|
var _a;
|
|
20658
20658
|
inst._zod ?? (inst._zod = {});
|
|
@@ -21199,7 +21199,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
21199
21199
|
};
|
|
21200
21200
|
});
|
|
21201
21201
|
|
|
21202
|
-
//
|
|
21202
|
+
// node_modules/zod/v4/core/doc.js
|
|
21203
21203
|
class Doc {
|
|
21204
21204
|
constructor(args = []) {
|
|
21205
21205
|
this.content = [];
|
|
@@ -21237,14 +21237,14 @@ class Doc {
|
|
|
21237
21237
|
}
|
|
21238
21238
|
}
|
|
21239
21239
|
|
|
21240
|
-
//
|
|
21240
|
+
// node_modules/zod/v4/core/versions.js
|
|
21241
21241
|
var version = {
|
|
21242
21242
|
major: 4,
|
|
21243
21243
|
minor: 3,
|
|
21244
21244
|
patch: 6
|
|
21245
21245
|
};
|
|
21246
21246
|
|
|
21247
|
-
//
|
|
21247
|
+
// node_modules/zod/v4/core/schemas.js
|
|
21248
21248
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
21249
21249
|
var _a;
|
|
21250
21250
|
inst ?? (inst = {});
|
|
@@ -23206,7 +23206,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
23206
23206
|
payload.issues.push(issue(_iss));
|
|
23207
23207
|
}
|
|
23208
23208
|
}
|
|
23209
|
-
//
|
|
23209
|
+
// node_modules/zod/v4/locales/index.js
|
|
23210
23210
|
var exports_locales = {};
|
|
23211
23211
|
__export(exports_locales, {
|
|
23212
23212
|
zhTW: () => zh_TW_default,
|
|
@@ -23260,7 +23260,7 @@ __export(exports_locales, {
|
|
|
23260
23260
|
ar: () => ar_default
|
|
23261
23261
|
});
|
|
23262
23262
|
|
|
23263
|
-
//
|
|
23263
|
+
// node_modules/zod/v4/locales/ar.js
|
|
23264
23264
|
var error = () => {
|
|
23265
23265
|
const Sizable = {
|
|
23266
23266
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -23366,7 +23366,7 @@ function ar_default() {
|
|
|
23366
23366
|
localeError: error()
|
|
23367
23367
|
};
|
|
23368
23368
|
}
|
|
23369
|
-
//
|
|
23369
|
+
// node_modules/zod/v4/locales/az.js
|
|
23370
23370
|
var error2 = () => {
|
|
23371
23371
|
const Sizable = {
|
|
23372
23372
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -23471,7 +23471,7 @@ function az_default() {
|
|
|
23471
23471
|
localeError: error2()
|
|
23472
23472
|
};
|
|
23473
23473
|
}
|
|
23474
|
-
//
|
|
23474
|
+
// node_modules/zod/v4/locales/be.js
|
|
23475
23475
|
function getBelarusianPlural(count, one, few, many) {
|
|
23476
23476
|
const absCount = Math.abs(count);
|
|
23477
23477
|
const lastDigit = absCount % 10;
|
|
@@ -23627,7 +23627,7 @@ function be_default() {
|
|
|
23627
23627
|
localeError: error3()
|
|
23628
23628
|
};
|
|
23629
23629
|
}
|
|
23630
|
-
//
|
|
23630
|
+
// node_modules/zod/v4/locales/bg.js
|
|
23631
23631
|
var error4 = () => {
|
|
23632
23632
|
const Sizable = {
|
|
23633
23633
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -23747,7 +23747,7 @@ function bg_default() {
|
|
|
23747
23747
|
localeError: error4()
|
|
23748
23748
|
};
|
|
23749
23749
|
}
|
|
23750
|
-
//
|
|
23750
|
+
// node_modules/zod/v4/locales/ca.js
|
|
23751
23751
|
var error5 = () => {
|
|
23752
23752
|
const Sizable = {
|
|
23753
23753
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -23854,7 +23854,7 @@ function ca_default() {
|
|
|
23854
23854
|
localeError: error5()
|
|
23855
23855
|
};
|
|
23856
23856
|
}
|
|
23857
|
-
//
|
|
23857
|
+
// node_modules/zod/v4/locales/cs.js
|
|
23858
23858
|
var error6 = () => {
|
|
23859
23859
|
const Sizable = {
|
|
23860
23860
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -23965,7 +23965,7 @@ function cs_default() {
|
|
|
23965
23965
|
localeError: error6()
|
|
23966
23966
|
};
|
|
23967
23967
|
}
|
|
23968
|
-
//
|
|
23968
|
+
// node_modules/zod/v4/locales/da.js
|
|
23969
23969
|
var error7 = () => {
|
|
23970
23970
|
const Sizable = {
|
|
23971
23971
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -24080,7 +24080,7 @@ function da_default() {
|
|
|
24080
24080
|
localeError: error7()
|
|
24081
24081
|
};
|
|
24082
24082
|
}
|
|
24083
|
-
//
|
|
24083
|
+
// node_modules/zod/v4/locales/de.js
|
|
24084
24084
|
var error8 = () => {
|
|
24085
24085
|
const Sizable = {
|
|
24086
24086
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -24188,7 +24188,7 @@ function de_default() {
|
|
|
24188
24188
|
localeError: error8()
|
|
24189
24189
|
};
|
|
24190
24190
|
}
|
|
24191
|
-
//
|
|
24191
|
+
// node_modules/zod/v4/locales/en.js
|
|
24192
24192
|
var error9 = () => {
|
|
24193
24193
|
const Sizable = {
|
|
24194
24194
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -24294,7 +24294,7 @@ function en_default() {
|
|
|
24294
24294
|
localeError: error9()
|
|
24295
24295
|
};
|
|
24296
24296
|
}
|
|
24297
|
-
//
|
|
24297
|
+
// node_modules/zod/v4/locales/eo.js
|
|
24298
24298
|
var error10 = () => {
|
|
24299
24299
|
const Sizable = {
|
|
24300
24300
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -24403,7 +24403,7 @@ function eo_default() {
|
|
|
24403
24403
|
localeError: error10()
|
|
24404
24404
|
};
|
|
24405
24405
|
}
|
|
24406
|
-
//
|
|
24406
|
+
// node_modules/zod/v4/locales/es.js
|
|
24407
24407
|
var error11 = () => {
|
|
24408
24408
|
const Sizable = {
|
|
24409
24409
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -24535,7 +24535,7 @@ function es_default() {
|
|
|
24535
24535
|
localeError: error11()
|
|
24536
24536
|
};
|
|
24537
24537
|
}
|
|
24538
|
-
//
|
|
24538
|
+
// node_modules/zod/v4/locales/fa.js
|
|
24539
24539
|
var error12 = () => {
|
|
24540
24540
|
const Sizable = {
|
|
24541
24541
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -24649,7 +24649,7 @@ function fa_default() {
|
|
|
24649
24649
|
localeError: error12()
|
|
24650
24650
|
};
|
|
24651
24651
|
}
|
|
24652
|
-
//
|
|
24652
|
+
// node_modules/zod/v4/locales/fi.js
|
|
24653
24653
|
var error13 = () => {
|
|
24654
24654
|
const Sizable = {
|
|
24655
24655
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -24761,7 +24761,7 @@ function fi_default() {
|
|
|
24761
24761
|
localeError: error13()
|
|
24762
24762
|
};
|
|
24763
24763
|
}
|
|
24764
|
-
//
|
|
24764
|
+
// node_modules/zod/v4/locales/fr.js
|
|
24765
24765
|
var error14 = () => {
|
|
24766
24766
|
const Sizable = {
|
|
24767
24767
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -24869,7 +24869,7 @@ function fr_default() {
|
|
|
24869
24869
|
localeError: error14()
|
|
24870
24870
|
};
|
|
24871
24871
|
}
|
|
24872
|
-
//
|
|
24872
|
+
// node_modules/zod/v4/locales/fr-CA.js
|
|
24873
24873
|
var error15 = () => {
|
|
24874
24874
|
const Sizable = {
|
|
24875
24875
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -24976,7 +24976,7 @@ function fr_CA_default() {
|
|
|
24976
24976
|
localeError: error15()
|
|
24977
24977
|
};
|
|
24978
24978
|
}
|
|
24979
|
-
//
|
|
24979
|
+
// node_modules/zod/v4/locales/he.js
|
|
24980
24980
|
var error16 = () => {
|
|
24981
24981
|
const TypeNames = {
|
|
24982
24982
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -25169,7 +25169,7 @@ function he_default() {
|
|
|
25169
25169
|
localeError: error16()
|
|
25170
25170
|
};
|
|
25171
25171
|
}
|
|
25172
|
-
//
|
|
25172
|
+
// node_modules/zod/v4/locales/hu.js
|
|
25173
25173
|
var error17 = () => {
|
|
25174
25174
|
const Sizable = {
|
|
25175
25175
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -25277,7 +25277,7 @@ function hu_default() {
|
|
|
25277
25277
|
localeError: error17()
|
|
25278
25278
|
};
|
|
25279
25279
|
}
|
|
25280
|
-
//
|
|
25280
|
+
// node_modules/zod/v4/locales/hy.js
|
|
25281
25281
|
function getArmenianPlural(count, one, many) {
|
|
25282
25282
|
return Math.abs(count) === 1 ? one : many;
|
|
25283
25283
|
}
|
|
@@ -25424,7 +25424,7 @@ function hy_default() {
|
|
|
25424
25424
|
localeError: error18()
|
|
25425
25425
|
};
|
|
25426
25426
|
}
|
|
25427
|
-
//
|
|
25427
|
+
// node_modules/zod/v4/locales/id.js
|
|
25428
25428
|
var error19 = () => {
|
|
25429
25429
|
const Sizable = {
|
|
25430
25430
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -25530,7 +25530,7 @@ function id_default() {
|
|
|
25530
25530
|
localeError: error19()
|
|
25531
25531
|
};
|
|
25532
25532
|
}
|
|
25533
|
-
//
|
|
25533
|
+
// node_modules/zod/v4/locales/is.js
|
|
25534
25534
|
var error20 = () => {
|
|
25535
25535
|
const Sizable = {
|
|
25536
25536
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -25639,7 +25639,7 @@ function is_default() {
|
|
|
25639
25639
|
localeError: error20()
|
|
25640
25640
|
};
|
|
25641
25641
|
}
|
|
25642
|
-
//
|
|
25642
|
+
// node_modules/zod/v4/locales/it.js
|
|
25643
25643
|
var error21 = () => {
|
|
25644
25644
|
const Sizable = {
|
|
25645
25645
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -25747,7 +25747,7 @@ function it_default() {
|
|
|
25747
25747
|
localeError: error21()
|
|
25748
25748
|
};
|
|
25749
25749
|
}
|
|
25750
|
-
//
|
|
25750
|
+
// node_modules/zod/v4/locales/ja.js
|
|
25751
25751
|
var error22 = () => {
|
|
25752
25752
|
const Sizable = {
|
|
25753
25753
|
string: { unit: "文字", verb: "である" },
|
|
@@ -25854,7 +25854,7 @@ function ja_default() {
|
|
|
25854
25854
|
localeError: error22()
|
|
25855
25855
|
};
|
|
25856
25856
|
}
|
|
25857
|
-
//
|
|
25857
|
+
// node_modules/zod/v4/locales/ka.js
|
|
25858
25858
|
var error23 = () => {
|
|
25859
25859
|
const Sizable = {
|
|
25860
25860
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -25966,7 +25966,7 @@ function ka_default() {
|
|
|
25966
25966
|
localeError: error23()
|
|
25967
25967
|
};
|
|
25968
25968
|
}
|
|
25969
|
-
//
|
|
25969
|
+
// node_modules/zod/v4/locales/km.js
|
|
25970
25970
|
var error24 = () => {
|
|
25971
25971
|
const Sizable = {
|
|
25972
25972
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -26077,11 +26077,11 @@ function km_default() {
|
|
|
26077
26077
|
};
|
|
26078
26078
|
}
|
|
26079
26079
|
|
|
26080
|
-
//
|
|
26080
|
+
// node_modules/zod/v4/locales/kh.js
|
|
26081
26081
|
function kh_default() {
|
|
26082
26082
|
return km_default();
|
|
26083
26083
|
}
|
|
26084
|
-
//
|
|
26084
|
+
// node_modules/zod/v4/locales/ko.js
|
|
26085
26085
|
var error25 = () => {
|
|
26086
26086
|
const Sizable = {
|
|
26087
26087
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -26192,7 +26192,7 @@ function ko_default() {
|
|
|
26192
26192
|
localeError: error25()
|
|
26193
26193
|
};
|
|
26194
26194
|
}
|
|
26195
|
-
//
|
|
26195
|
+
// node_modules/zod/v4/locales/lt.js
|
|
26196
26196
|
var capitalizeFirstCharacter = (text) => {
|
|
26197
26197
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
26198
26198
|
};
|
|
@@ -26395,7 +26395,7 @@ function lt_default() {
|
|
|
26395
26395
|
localeError: error26()
|
|
26396
26396
|
};
|
|
26397
26397
|
}
|
|
26398
|
-
//
|
|
26398
|
+
// node_modules/zod/v4/locales/mk.js
|
|
26399
26399
|
var error27 = () => {
|
|
26400
26400
|
const Sizable = {
|
|
26401
26401
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -26504,7 +26504,7 @@ function mk_default() {
|
|
|
26504
26504
|
localeError: error27()
|
|
26505
26505
|
};
|
|
26506
26506
|
}
|
|
26507
|
-
//
|
|
26507
|
+
// node_modules/zod/v4/locales/ms.js
|
|
26508
26508
|
var error28 = () => {
|
|
26509
26509
|
const Sizable = {
|
|
26510
26510
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -26611,7 +26611,7 @@ function ms_default() {
|
|
|
26611
26611
|
localeError: error28()
|
|
26612
26612
|
};
|
|
26613
26613
|
}
|
|
26614
|
-
//
|
|
26614
|
+
// node_modules/zod/v4/locales/nl.js
|
|
26615
26615
|
var error29 = () => {
|
|
26616
26616
|
const Sizable = {
|
|
26617
26617
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -26721,7 +26721,7 @@ function nl_default() {
|
|
|
26721
26721
|
localeError: error29()
|
|
26722
26722
|
};
|
|
26723
26723
|
}
|
|
26724
|
-
//
|
|
26724
|
+
// node_modules/zod/v4/locales/no.js
|
|
26725
26725
|
var error30 = () => {
|
|
26726
26726
|
const Sizable = {
|
|
26727
26727
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -26829,7 +26829,7 @@ function no_default() {
|
|
|
26829
26829
|
localeError: error30()
|
|
26830
26830
|
};
|
|
26831
26831
|
}
|
|
26832
|
-
//
|
|
26832
|
+
// node_modules/zod/v4/locales/ota.js
|
|
26833
26833
|
var error31 = () => {
|
|
26834
26834
|
const Sizable = {
|
|
26835
26835
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -26938,7 +26938,7 @@ function ota_default() {
|
|
|
26938
26938
|
localeError: error31()
|
|
26939
26939
|
};
|
|
26940
26940
|
}
|
|
26941
|
-
//
|
|
26941
|
+
// node_modules/zod/v4/locales/ps.js
|
|
26942
26942
|
var error32 = () => {
|
|
26943
26943
|
const Sizable = {
|
|
26944
26944
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -27052,7 +27052,7 @@ function ps_default() {
|
|
|
27052
27052
|
localeError: error32()
|
|
27053
27053
|
};
|
|
27054
27054
|
}
|
|
27055
|
-
//
|
|
27055
|
+
// node_modules/zod/v4/locales/pl.js
|
|
27056
27056
|
var error33 = () => {
|
|
27057
27057
|
const Sizable = {
|
|
27058
27058
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -27161,7 +27161,7 @@ function pl_default() {
|
|
|
27161
27161
|
localeError: error33()
|
|
27162
27162
|
};
|
|
27163
27163
|
}
|
|
27164
|
-
//
|
|
27164
|
+
// node_modules/zod/v4/locales/pt.js
|
|
27165
27165
|
var error34 = () => {
|
|
27166
27166
|
const Sizable = {
|
|
27167
27167
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -27269,7 +27269,7 @@ function pt_default() {
|
|
|
27269
27269
|
localeError: error34()
|
|
27270
27270
|
};
|
|
27271
27271
|
}
|
|
27272
|
-
//
|
|
27272
|
+
// node_modules/zod/v4/locales/ru.js
|
|
27273
27273
|
function getRussianPlural(count, one, few, many) {
|
|
27274
27274
|
const absCount = Math.abs(count);
|
|
27275
27275
|
const lastDigit = absCount % 10;
|
|
@@ -27425,7 +27425,7 @@ function ru_default() {
|
|
|
27425
27425
|
localeError: error35()
|
|
27426
27426
|
};
|
|
27427
27427
|
}
|
|
27428
|
-
//
|
|
27428
|
+
// node_modules/zod/v4/locales/sl.js
|
|
27429
27429
|
var error36 = () => {
|
|
27430
27430
|
const Sizable = {
|
|
27431
27431
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -27534,7 +27534,7 @@ function sl_default() {
|
|
|
27534
27534
|
localeError: error36()
|
|
27535
27535
|
};
|
|
27536
27536
|
}
|
|
27537
|
-
//
|
|
27537
|
+
// node_modules/zod/v4/locales/sv.js
|
|
27538
27538
|
var error37 = () => {
|
|
27539
27539
|
const Sizable = {
|
|
27540
27540
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -27644,7 +27644,7 @@ function sv_default() {
|
|
|
27644
27644
|
localeError: error37()
|
|
27645
27645
|
};
|
|
27646
27646
|
}
|
|
27647
|
-
//
|
|
27647
|
+
// node_modules/zod/v4/locales/ta.js
|
|
27648
27648
|
var error38 = () => {
|
|
27649
27649
|
const Sizable = {
|
|
27650
27650
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -27754,7 +27754,7 @@ function ta_default() {
|
|
|
27754
27754
|
localeError: error38()
|
|
27755
27755
|
};
|
|
27756
27756
|
}
|
|
27757
|
-
//
|
|
27757
|
+
// node_modules/zod/v4/locales/th.js
|
|
27758
27758
|
var error39 = () => {
|
|
27759
27759
|
const Sizable = {
|
|
27760
27760
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -27864,7 +27864,7 @@ function th_default() {
|
|
|
27864
27864
|
localeError: error39()
|
|
27865
27865
|
};
|
|
27866
27866
|
}
|
|
27867
|
-
//
|
|
27867
|
+
// node_modules/zod/v4/locales/tr.js
|
|
27868
27868
|
var error40 = () => {
|
|
27869
27869
|
const Sizable = {
|
|
27870
27870
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -27969,7 +27969,7 @@ function tr_default() {
|
|
|
27969
27969
|
localeError: error40()
|
|
27970
27970
|
};
|
|
27971
27971
|
}
|
|
27972
|
-
//
|
|
27972
|
+
// node_modules/zod/v4/locales/uk.js
|
|
27973
27973
|
var error41 = () => {
|
|
27974
27974
|
const Sizable = {
|
|
27975
27975
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -28078,11 +28078,11 @@ function uk_default() {
|
|
|
28078
28078
|
};
|
|
28079
28079
|
}
|
|
28080
28080
|
|
|
28081
|
-
//
|
|
28081
|
+
// node_modules/zod/v4/locales/ua.js
|
|
28082
28082
|
function ua_default() {
|
|
28083
28083
|
return uk_default();
|
|
28084
28084
|
}
|
|
28085
|
-
//
|
|
28085
|
+
// node_modules/zod/v4/locales/ur.js
|
|
28086
28086
|
var error42 = () => {
|
|
28087
28087
|
const Sizable = {
|
|
28088
28088
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -28192,7 +28192,7 @@ function ur_default() {
|
|
|
28192
28192
|
localeError: error42()
|
|
28193
28193
|
};
|
|
28194
28194
|
}
|
|
28195
|
-
//
|
|
28195
|
+
// node_modules/zod/v4/locales/uz.js
|
|
28196
28196
|
var error43 = () => {
|
|
28197
28197
|
const Sizable = {
|
|
28198
28198
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -28301,7 +28301,7 @@ function uz_default() {
|
|
|
28301
28301
|
localeError: error43()
|
|
28302
28302
|
};
|
|
28303
28303
|
}
|
|
28304
|
-
//
|
|
28304
|
+
// node_modules/zod/v4/locales/vi.js
|
|
28305
28305
|
var error44 = () => {
|
|
28306
28306
|
const Sizable = {
|
|
28307
28307
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -28409,7 +28409,7 @@ function vi_default() {
|
|
|
28409
28409
|
localeError: error44()
|
|
28410
28410
|
};
|
|
28411
28411
|
}
|
|
28412
|
-
//
|
|
28412
|
+
// node_modules/zod/v4/locales/zh-CN.js
|
|
28413
28413
|
var error45 = () => {
|
|
28414
28414
|
const Sizable = {
|
|
28415
28415
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -28518,7 +28518,7 @@ function zh_CN_default() {
|
|
|
28518
28518
|
localeError: error45()
|
|
28519
28519
|
};
|
|
28520
28520
|
}
|
|
28521
|
-
//
|
|
28521
|
+
// node_modules/zod/v4/locales/zh-TW.js
|
|
28522
28522
|
var error46 = () => {
|
|
28523
28523
|
const Sizable = {
|
|
28524
28524
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -28625,7 +28625,7 @@ function zh_TW_default() {
|
|
|
28625
28625
|
localeError: error46()
|
|
28626
28626
|
};
|
|
28627
28627
|
}
|
|
28628
|
-
//
|
|
28628
|
+
// node_modules/zod/v4/locales/yo.js
|
|
28629
28629
|
var error47 = () => {
|
|
28630
28630
|
const Sizable = {
|
|
28631
28631
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -28732,7 +28732,7 @@ function yo_default() {
|
|
|
28732
28732
|
localeError: error47()
|
|
28733
28733
|
};
|
|
28734
28734
|
}
|
|
28735
|
-
//
|
|
28735
|
+
// node_modules/zod/v4/core/registries.js
|
|
28736
28736
|
var _a;
|
|
28737
28737
|
var $output = Symbol("ZodOutput");
|
|
28738
28738
|
var $input = Symbol("ZodInput");
|
|
@@ -28782,7 +28782,7 @@ function registry() {
|
|
|
28782
28782
|
}
|
|
28783
28783
|
(_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
|
|
28784
28784
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
28785
|
-
//
|
|
28785
|
+
// node_modules/zod/v4/core/api.js
|
|
28786
28786
|
function _string(Class2, params) {
|
|
28787
28787
|
return new Class2({
|
|
28788
28788
|
type: "string",
|
|
@@ -29702,7 +29702,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
29702
29702
|
const inst = new Class2(def);
|
|
29703
29703
|
return inst;
|
|
29704
29704
|
}
|
|
29705
|
-
//
|
|
29705
|
+
// node_modules/zod/v4/core/to-json-schema.js
|
|
29706
29706
|
function initializeContext(params) {
|
|
29707
29707
|
let target = params?.target ?? "draft-2020-12";
|
|
29708
29708
|
if (target === "draft-4")
|
|
@@ -30047,7 +30047,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
30047
30047
|
extractDefs(ctx, schema);
|
|
30048
30048
|
return finalize(ctx, schema);
|
|
30049
30049
|
};
|
|
30050
|
-
//
|
|
30050
|
+
// node_modules/zod/v4/core/json-schema-processors.js
|
|
30051
30051
|
var formatMap = {
|
|
30052
30052
|
guid: "uuid",
|
|
30053
30053
|
url: "uri",
|
|
@@ -30592,7 +30592,7 @@ function toJSONSchema(input, params) {
|
|
|
30592
30592
|
extractDefs(ctx, input);
|
|
30593
30593
|
return finalize(ctx, input);
|
|
30594
30594
|
}
|
|
30595
|
-
//
|
|
30595
|
+
// node_modules/zod/v4/core/json-schema-generator.js
|
|
30596
30596
|
class JSONSchemaGenerator {
|
|
30597
30597
|
get metadataRegistry() {
|
|
30598
30598
|
return this.ctx.metadataRegistry;
|
|
@@ -30651,9 +30651,9 @@ class JSONSchemaGenerator {
|
|
|
30651
30651
|
return plainResult;
|
|
30652
30652
|
}
|
|
30653
30653
|
}
|
|
30654
|
-
//
|
|
30654
|
+
// node_modules/zod/v4/core/json-schema.js
|
|
30655
30655
|
var exports_json_schema = {};
|
|
30656
|
-
//
|
|
30656
|
+
// node_modules/zod/v4/classic/schemas.js
|
|
30657
30657
|
var exports_schemas2 = {};
|
|
30658
30658
|
__export(exports_schemas2, {
|
|
30659
30659
|
xor: () => xor2,
|
|
@@ -30822,7 +30822,7 @@ __export(exports_schemas2, {
|
|
|
30822
30822
|
ZodAny: () => ZodAny
|
|
30823
30823
|
});
|
|
30824
30824
|
|
|
30825
|
-
//
|
|
30825
|
+
// node_modules/zod/v4/classic/checks.js
|
|
30826
30826
|
var exports_checks2 = {};
|
|
30827
30827
|
__export(exports_checks2, {
|
|
30828
30828
|
uppercase: () => _uppercase,
|
|
@@ -30856,7 +30856,7 @@ __export(exports_checks2, {
|
|
|
30856
30856
|
endsWith: () => _endsWith
|
|
30857
30857
|
});
|
|
30858
30858
|
|
|
30859
|
-
//
|
|
30859
|
+
// node_modules/zod/v4/classic/iso.js
|
|
30860
30860
|
var exports_iso = {};
|
|
30861
30861
|
__export(exports_iso, {
|
|
30862
30862
|
time: () => time2,
|
|
@@ -30897,7 +30897,7 @@ function duration2(params) {
|
|
|
30897
30897
|
return _isoDuration(ZodISODuration, params);
|
|
30898
30898
|
}
|
|
30899
30899
|
|
|
30900
|
-
//
|
|
30900
|
+
// node_modules/zod/v4/classic/errors.js
|
|
30901
30901
|
var initializer2 = (inst, issues) => {
|
|
30902
30902
|
$ZodError.init(inst, issues);
|
|
30903
30903
|
inst.name = "ZodError";
|
|
@@ -30932,7 +30932,7 @@ var ZodRealError = $constructor("ZodError", initializer2, {
|
|
|
30932
30932
|
Parent: Error
|
|
30933
30933
|
});
|
|
30934
30934
|
|
|
30935
|
-
//
|
|
30935
|
+
// node_modules/zod/v4/classic/parse.js
|
|
30936
30936
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
30937
30937
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
30938
30938
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -30946,7 +30946,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
30946
30946
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
30947
30947
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
30948
30948
|
|
|
30949
|
-
//
|
|
30949
|
+
// node_modules/zod/v4/classic/schemas.js
|
|
30950
30950
|
var ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
|
|
30951
30951
|
$ZodType.init(inst, def);
|
|
30952
30952
|
Object.assign(inst["~standard"], {
|
|
@@ -32022,7 +32022,7 @@ function json(params) {
|
|
|
32022
32022
|
function preprocess(fn, schema) {
|
|
32023
32023
|
return pipe(transform(fn), schema);
|
|
32024
32024
|
}
|
|
32025
|
-
//
|
|
32025
|
+
// node_modules/zod/v4/classic/compat.js
|
|
32026
32026
|
var ZodIssueCode = {
|
|
32027
32027
|
invalid_type: "invalid_type",
|
|
32028
32028
|
too_big: "too_big",
|
|
@@ -32046,7 +32046,7 @@ function getErrorMap() {
|
|
|
32046
32046
|
}
|
|
32047
32047
|
var ZodFirstPartyTypeKind;
|
|
32048
32048
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
32049
|
-
//
|
|
32049
|
+
// node_modules/zod/v4/classic/from-json-schema.js
|
|
32050
32050
|
var z = {
|
|
32051
32051
|
...exports_schemas2,
|
|
32052
32052
|
...exports_checks2,
|
|
@@ -32507,7 +32507,7 @@ function fromJSONSchema(schema, params) {
|
|
|
32507
32507
|
};
|
|
32508
32508
|
return convertSchema(schema, ctx);
|
|
32509
32509
|
}
|
|
32510
|
-
//
|
|
32510
|
+
// node_modules/zod/v4/classic/coerce.js
|
|
32511
32511
|
var exports_coerce = {};
|
|
32512
32512
|
__export(exports_coerce, {
|
|
32513
32513
|
string: () => string3,
|
|
@@ -32532,9 +32532,9 @@ function date4(params) {
|
|
|
32532
32532
|
return _coercedDate(ZodDate, params);
|
|
32533
32533
|
}
|
|
32534
32534
|
|
|
32535
|
-
//
|
|
32535
|
+
// node_modules/zod/v4/classic/external.js
|
|
32536
32536
|
config(en_default());
|
|
32537
|
-
//
|
|
32537
|
+
// node_modules/nanoid/index.browser.js
|
|
32538
32538
|
var random2 = (bytes) => crypto.getRandomValues(new Uint8Array(bytes));
|
|
32539
32539
|
var customRandom = (alphabet, defaultSize, getRandom) => {
|
|
32540
32540
|
let mask = (2 << Math.log2(alphabet.length - 1)) - 1;
|