@xyo-network/hash 5.2.10 → 5.2.12

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.
@@ -49,7 +49,7 @@
49
49
  }
50
50
  });
51
51
 
52
- // ../../../../../../node_modules/.store/@xylabs-typeof-npm-5.0.42-f73702680f/package/dist/neutral/index.mjs
52
+ // ../../../../../../node_modules/.store/@xylabs-typeof-npm-5.0.47-79fe066f14/package/dist/neutral/index.mjs
53
53
  function isUndefined(value) {
54
54
  return value === void 0;
55
55
  }
@@ -60,7 +60,7 @@
60
60
  return typeof value === "number";
61
61
  }
62
62
 
63
- // ../../../../../../node_modules/.store/@xylabs-error-npm-5.0.42-dadd3e6b60/package/dist/neutral/index.mjs
63
+ // ../../../../../../node_modules/.store/@xylabs-error-npm-5.0.47-8adb00d8b3/package/dist/neutral/index.mjs
64
64
  var assertError = (value, assert2, defaultMessage) => {
65
65
  if (!isUndefined(assert2)) {
66
66
  const assertString = typeof assert2 === "string" ? assert2 : typeof assert2 === "boolean" ? defaultMessage : assert2(value, defaultMessage);
@@ -71,7 +71,7 @@
71
71
  return void 0;
72
72
  };
73
73
 
74
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/external.js
74
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/external.js
75
75
  var external_exports = {};
76
76
  __export(external_exports, {
77
77
  $brand: () => $brand,
@@ -118,6 +118,7 @@
118
118
  ZodKSUID: () => ZodKSUID,
119
119
  ZodLazy: () => ZodLazy,
120
120
  ZodLiteral: () => ZodLiteral,
121
+ ZodMAC: () => ZodMAC,
121
122
  ZodMap: () => ZodMap,
122
123
  ZodNaN: () => ZodNaN,
123
124
  ZodNanoID: () => ZodNanoID,
@@ -176,6 +177,7 @@
176
177
  date: () => date3,
177
178
  decode: () => decode2,
178
179
  decodeAsync: () => decodeAsync2,
180
+ describe: () => describe2,
179
181
  discriminatedUnion: () => discriminatedUnion,
180
182
  e164: () => e1642,
181
183
  email: () => email2,
@@ -220,9 +222,11 @@
220
222
  lowercase: () => _lowercase,
221
223
  lt: () => _lt,
222
224
  lte: () => _lte,
225
+ mac: () => mac2,
223
226
  map: () => map,
224
227
  maxLength: () => _maxLength,
225
228
  maxSize: () => _maxSize,
229
+ meta: () => meta2,
226
230
  mime: () => _mime,
227
231
  minLength: () => _minLength,
228
232
  minSize: () => _minSize,
@@ -268,6 +272,7 @@
268
272
  set: () => set,
269
273
  setErrorMap: () => setErrorMap,
270
274
  size: () => _size,
275
+ slugify: () => _slugify,
271
276
  startsWith: () => _startsWith,
272
277
  strictObject: () => strictObject,
273
278
  string: () => string2,
@@ -301,7 +306,7 @@
301
306
  xid: () => xid2
302
307
  });
303
308
 
304
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/index.js
309
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/index.js
305
310
  var core_exports2 = {};
306
311
  __export(core_exports2, {
307
312
  $ZodAny: () => $ZodAny,
@@ -365,6 +370,7 @@
365
370
  $ZodKSUID: () => $ZodKSUID,
366
371
  $ZodLazy: () => $ZodLazy,
367
372
  $ZodLiteral: () => $ZodLiteral,
373
+ $ZodMAC: () => $ZodMAC,
368
374
  $ZodMap: () => $ZodMap,
369
375
  $ZodNaN: () => $ZodNaN,
370
376
  $ZodNanoID: () => $ZodNanoID,
@@ -465,6 +471,7 @@
465
471
  _lowercase: () => _lowercase,
466
472
  _lt: () => _lt,
467
473
  _lte: () => _lte,
474
+ _mac: () => _mac,
468
475
  _map: () => _map,
469
476
  _max: () => _lte,
470
477
  _maxLength: () => _maxLength,
@@ -506,6 +513,7 @@
506
513
  _safeParseAsync: () => _safeParseAsync,
507
514
  _set: () => _set,
508
515
  _size: () => _size,
516
+ _slugify: () => _slugify,
509
517
  _startsWith: () => _startsWith,
510
518
  _string: () => _string,
511
519
  _stringFormat: () => _stringFormat,
@@ -537,6 +545,7 @@
537
545
  config: () => config,
538
546
  decode: () => decode,
539
547
  decodeAsync: () => decodeAsync,
548
+ describe: () => describe,
540
549
  encode: () => encode,
541
550
  encodeAsync: () => encodeAsync,
542
551
  flattenError: () => flattenError,
@@ -547,6 +556,7 @@
547
556
  isValidBase64URL: () => isValidBase64URL,
548
557
  isValidJWT: () => isValidJWT,
549
558
  locales: () => locales_exports,
559
+ meta: () => meta,
550
560
  parse: () => parse,
551
561
  parseAsync: () => parseAsync,
552
562
  prettifyError: () => prettifyError,
@@ -565,37 +575,46 @@
565
575
  version: () => version
566
576
  });
567
577
 
568
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/core.js
578
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/core.js
569
579
  var NEVER = Object.freeze({
570
580
  status: "aborted"
571
581
  });
572
582
  // @__NO_SIDE_EFFECTS__
573
583
  function $constructor(name, initializer3, params) {
574
584
  function init(inst, def) {
575
- var _a2;
576
- Object.defineProperty(inst, "_zod", {
577
- value: inst._zod ?? {},
578
- enumerable: false
579
- });
580
- (_a2 = inst._zod).traits ?? (_a2.traits = /* @__PURE__ */ new Set());
585
+ if (!inst._zod) {
586
+ Object.defineProperty(inst, "_zod", {
587
+ value: {
588
+ def,
589
+ constr: _,
590
+ traits: /* @__PURE__ */ new Set()
591
+ },
592
+ enumerable: false
593
+ });
594
+ }
595
+ if (inst._zod.traits.has(name)) {
596
+ return;
597
+ }
581
598
  inst._zod.traits.add(name);
582
599
  initializer3(inst, def);
583
- for (const k in _.prototype) {
584
- if (!(k in inst))
585
- Object.defineProperty(inst, k, { value: _.prototype[k].bind(inst) });
600
+ const proto = _.prototype;
601
+ const keys = Object.keys(proto);
602
+ for (let i = 0; i < keys.length; i++) {
603
+ const k = keys[i];
604
+ if (!(k in inst)) {
605
+ inst[k] = proto[k].bind(inst);
606
+ }
586
607
  }
587
- inst._zod.constr = _;
588
- inst._zod.def = def;
589
608
  }
590
609
  const Parent = params?.Parent ?? Object;
591
610
  class Definition extends Parent {
592
611
  }
593
612
  Object.defineProperty(Definition, "name", { value: name });
594
613
  function _(def) {
595
- var _a2;
614
+ var _a3;
596
615
  const inst = params?.Parent ? new Definition() : this;
597
616
  init(inst, def);
598
- (_a2 = inst._zod).deferred ?? (_a2.deferred = []);
617
+ (_a3 = inst._zod).deferred ?? (_a3.deferred = []);
599
618
  for (const fn of inst._zod.deferred) {
600
619
  fn();
601
620
  }
@@ -631,7 +650,7 @@
631
650
  return globalConfig;
632
651
  }
633
652
 
634
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/util.js
653
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/util.js
635
654
  var util_exports = {};
636
655
  __export(util_exports, {
637
656
  BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
@@ -689,6 +708,7 @@
689
708
  required: () => required,
690
709
  safeExtend: () => safeExtend,
691
710
  shallowClone: () => shallowClone,
711
+ slugify: () => slugify,
692
712
  stringifyPrimitive: () => stringifyPrimitive,
693
713
  uint8ArrayToBase64: () => uint8ArrayToBase64,
694
714
  uint8ArrayToBase64url: () => uint8ArrayToBase64url,
@@ -829,6 +849,9 @@
829
849
  function esc(str) {
830
850
  return JSON.stringify(str);
831
851
  }
852
+ function slugify(input) {
853
+ return input.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
854
+ }
832
855
  var captureStackTrace = "captureStackTrace" in Error ? Error.captureStackTrace : (..._args) => {
833
856
  };
834
857
  function isObject(data) {
@@ -852,6 +875,8 @@
852
875
  const ctor = o.constructor;
853
876
  if (ctor === void 0)
854
877
  return true;
878
+ if (typeof ctor !== "function")
879
+ return true;
855
880
  const prot = ctor.prototype;
856
881
  if (isObject(prot) === false)
857
882
  return false;
@@ -1168,8 +1193,8 @@
1168
1193
  }
1169
1194
  function prefixIssues(path, issues) {
1170
1195
  return issues.map((iss) => {
1171
- var _a2;
1172
- (_a2 = iss).path ?? (_a2.path = []);
1196
+ var _a3;
1197
+ (_a3 = iss).path ?? (_a3.path = []);
1173
1198
  iss.path.unshift(path);
1174
1199
  return iss;
1175
1200
  });
@@ -1265,7 +1290,7 @@
1265
1290
  }
1266
1291
  };
1267
1292
 
1268
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/errors.js
1293
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/errors.js
1269
1294
  var initializer = (inst, def) => {
1270
1295
  inst.name = "$ZodError";
1271
1296
  Object.defineProperty(inst, "_zod", {
@@ -1333,7 +1358,7 @@
1333
1358
  function treeifyError(error46, mapper = (issue2) => issue2.message) {
1334
1359
  const result = { errors: [] };
1335
1360
  const processError = (error47, path = []) => {
1336
- var _a2, _b;
1361
+ var _a3, _b;
1337
1362
  for (const issue2 of error47.issues) {
1338
1363
  if (issue2.code === "invalid_union" && issue2.errors.length) {
1339
1364
  issue2.errors.map((issues) => processError({ issues }, issue2.path));
@@ -1354,7 +1379,7 @@
1354
1379
  const terminal = i === fullpath.length - 1;
1355
1380
  if (typeof el === "string") {
1356
1381
  curr.properties ?? (curr.properties = {});
1357
- (_a2 = curr.properties)[el] ?? (_a2[el] = { errors: [] });
1382
+ (_a3 = curr.properties)[el] ?? (_a3[el] = { errors: [] });
1358
1383
  curr = curr.properties[el];
1359
1384
  } else {
1360
1385
  curr.items ?? (curr.items = []);
@@ -1401,7 +1426,7 @@
1401
1426
  return lines.join("\n");
1402
1427
  }
1403
1428
 
1404
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/parse.js
1429
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/parse.js
1405
1430
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
1406
1431
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
1407
1432
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -1489,7 +1514,7 @@
1489
1514
  };
1490
1515
  var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
1491
1516
 
1492
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/regexes.js
1517
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/regexes.js
1493
1518
  var regexes_exports = {};
1494
1519
  __export(regexes_exports, {
1495
1520
  base64: () => base64,
@@ -1519,6 +1544,7 @@
1519
1544
  ipv6: () => ipv6,
1520
1545
  ksuid: () => ksuid,
1521
1546
  lowercase: () => lowercase,
1547
+ mac: () => mac,
1522
1548
  md5_base64: () => md5_base64,
1523
1549
  md5_base64url: () => md5_base64url,
1524
1550
  md5_hex: () => md5_hex,
@@ -1579,6 +1605,10 @@
1579
1605
  }
1580
1606
  var ipv4 = /^(?:(?: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])$/;
1581
1607
  var ipv6 = /^(([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}|:))$/;
1608
+ var mac = (delimiter) => {
1609
+ const escapedDelim = escapeRegex(delimiter ?? ":");
1610
+ return new RegExp(`^(?:[0-9A-F]{2}${escapedDelim}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${escapedDelim}){5}[0-9a-f]{2}$`);
1611
+ };
1582
1612
  var cidrv4 = /^((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])$/;
1583
1613
  var cidrv6 = /^(([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])$/;
1584
1614
  var base64 = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/;
@@ -1641,12 +1671,12 @@
1641
1671
  var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
1642
1672
  var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
1643
1673
 
1644
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/checks.js
1674
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/checks.js
1645
1675
  var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
1646
- var _a2;
1676
+ var _a3;
1647
1677
  inst._zod ?? (inst._zod = {});
1648
1678
  inst._zod.def = def;
1649
- (_a2 = inst._zod).onattach ?? (_a2.onattach = []);
1679
+ (_a3 = inst._zod).onattach ?? (_a3.onattach = []);
1650
1680
  });
1651
1681
  var numericOriginMap = {
1652
1682
  number: "number",
@@ -1712,8 +1742,8 @@
1712
1742
  var $ZodCheckMultipleOf = /* @__PURE__ */ $constructor("$ZodCheckMultipleOf", (inst, def) => {
1713
1743
  $ZodCheck.init(inst, def);
1714
1744
  inst._zod.onattach.push((inst2) => {
1715
- var _a2;
1716
- (_a2 = inst2._zod.bag).multipleOf ?? (_a2.multipleOf = def.value);
1745
+ var _a3;
1746
+ (_a3 = inst2._zod.bag).multipleOf ?? (_a3.multipleOf = def.value);
1717
1747
  });
1718
1748
  inst._zod.check = (payload) => {
1719
1749
  if (typeof payload.value !== typeof def.value)
@@ -1840,9 +1870,9 @@
1840
1870
  };
1841
1871
  });
1842
1872
  var $ZodCheckMaxSize = /* @__PURE__ */ $constructor("$ZodCheckMaxSize", (inst, def) => {
1843
- var _a2;
1873
+ var _a3;
1844
1874
  $ZodCheck.init(inst, def);
1845
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
1875
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1846
1876
  const val = payload.value;
1847
1877
  return !nullish(val) && val.size !== void 0;
1848
1878
  });
@@ -1868,9 +1898,9 @@
1868
1898
  };
1869
1899
  });
1870
1900
  var $ZodCheckMinSize = /* @__PURE__ */ $constructor("$ZodCheckMinSize", (inst, def) => {
1871
- var _a2;
1901
+ var _a3;
1872
1902
  $ZodCheck.init(inst, def);
1873
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
1903
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1874
1904
  const val = payload.value;
1875
1905
  return !nullish(val) && val.size !== void 0;
1876
1906
  });
@@ -1896,9 +1926,9 @@
1896
1926
  };
1897
1927
  });
1898
1928
  var $ZodCheckSizeEquals = /* @__PURE__ */ $constructor("$ZodCheckSizeEquals", (inst, def) => {
1899
- var _a2;
1929
+ var _a3;
1900
1930
  $ZodCheck.init(inst, def);
1901
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
1931
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1902
1932
  const val = payload.value;
1903
1933
  return !nullish(val) && val.size !== void 0;
1904
1934
  });
@@ -1926,9 +1956,9 @@
1926
1956
  };
1927
1957
  });
1928
1958
  var $ZodCheckMaxLength = /* @__PURE__ */ $constructor("$ZodCheckMaxLength", (inst, def) => {
1929
- var _a2;
1959
+ var _a3;
1930
1960
  $ZodCheck.init(inst, def);
1931
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
1961
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1932
1962
  const val = payload.value;
1933
1963
  return !nullish(val) && val.length !== void 0;
1934
1964
  });
@@ -1955,9 +1985,9 @@
1955
1985
  };
1956
1986
  });
1957
1987
  var $ZodCheckMinLength = /* @__PURE__ */ $constructor("$ZodCheckMinLength", (inst, def) => {
1958
- var _a2;
1988
+ var _a3;
1959
1989
  $ZodCheck.init(inst, def);
1960
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
1990
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1961
1991
  const val = payload.value;
1962
1992
  return !nullish(val) && val.length !== void 0;
1963
1993
  });
@@ -1984,9 +2014,9 @@
1984
2014
  };
1985
2015
  });
1986
2016
  var $ZodCheckLengthEquals = /* @__PURE__ */ $constructor("$ZodCheckLengthEquals", (inst, def) => {
1987
- var _a2;
2017
+ var _a3;
1988
2018
  $ZodCheck.init(inst, def);
1989
- (_a2 = inst._zod.def).when ?? (_a2.when = (payload) => {
2019
+ (_a3 = inst._zod.def).when ?? (_a3.when = (payload) => {
1990
2020
  const val = payload.value;
1991
2021
  return !nullish(val) && val.length !== void 0;
1992
2022
  });
@@ -2015,7 +2045,7 @@
2015
2045
  };
2016
2046
  });
2017
2047
  var $ZodCheckStringFormat = /* @__PURE__ */ $constructor("$ZodCheckStringFormat", (inst, def) => {
2018
- var _a2, _b;
2048
+ var _a3, _b;
2019
2049
  $ZodCheck.init(inst, def);
2020
2050
  inst._zod.onattach.push((inst2) => {
2021
2051
  const bag = inst2._zod.bag;
@@ -2026,7 +2056,7 @@
2026
2056
  }
2027
2057
  });
2028
2058
  if (def.pattern)
2029
- (_a2 = inst._zod).check ?? (_a2.check = (payload) => {
2059
+ (_a3 = inst._zod).check ?? (_a3.check = (payload) => {
2030
2060
  def.pattern.lastIndex = 0;
2031
2061
  if (def.pattern.test(payload.value))
2032
2062
  return;
@@ -2183,7 +2213,7 @@
2183
2213
  };
2184
2214
  });
2185
2215
 
2186
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/doc.js
2216
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/doc.js
2187
2217
  var Doc = class {
2188
2218
  constructor(args = []) {
2189
2219
  this.content = [];
@@ -2219,16 +2249,16 @@
2219
2249
  }
2220
2250
  };
2221
2251
 
2222
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/versions.js
2252
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/versions.js
2223
2253
  var version = {
2224
2254
  major: 4,
2225
2255
  minor: 1,
2226
- patch: 12
2256
+ patch: 13
2227
2257
  };
2228
2258
 
2229
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/schemas.js
2259
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/schemas.js
2230
2260
  var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
2231
- var _a2;
2261
+ var _a3;
2232
2262
  inst ?? (inst = {});
2233
2263
  inst._zod.def = def;
2234
2264
  inst._zod.bag = inst._zod.bag || {};
@@ -2243,7 +2273,7 @@
2243
2273
  }
2244
2274
  }
2245
2275
  if (checks.length === 0) {
2246
- (_a2 = inst._zod).deferred ?? (_a2.deferred = []);
2276
+ (_a3 = inst._zod).deferred ?? (_a3.deferred = []);
2247
2277
  inst._zod.deferred?.push(() => {
2248
2278
  inst._zod.run = inst._zod.parse;
2249
2279
  });
@@ -2401,7 +2431,7 @@
2401
2431
  code: "invalid_format",
2402
2432
  format: "url",
2403
2433
  note: "Invalid hostname",
2404
- pattern: hostname.source,
2434
+ pattern: def.hostname.source,
2405
2435
  input: payload.value,
2406
2436
  inst,
2407
2437
  continue: !def.abort
@@ -2486,18 +2516,12 @@
2486
2516
  var $ZodIPv4 = /* @__PURE__ */ $constructor("$ZodIPv4", (inst, def) => {
2487
2517
  def.pattern ?? (def.pattern = ipv4);
2488
2518
  $ZodStringFormat.init(inst, def);
2489
- inst._zod.onattach.push((inst2) => {
2490
- const bag = inst2._zod.bag;
2491
- bag.format = `ipv4`;
2492
- });
2519
+ inst._zod.bag.format = `ipv4`;
2493
2520
  });
2494
2521
  var $ZodIPv6 = /* @__PURE__ */ $constructor("$ZodIPv6", (inst, def) => {
2495
2522
  def.pattern ?? (def.pattern = ipv6);
2496
2523
  $ZodStringFormat.init(inst, def);
2497
- inst._zod.onattach.push((inst2) => {
2498
- const bag = inst2._zod.bag;
2499
- bag.format = `ipv6`;
2500
- });
2524
+ inst._zod.bag.format = `ipv6`;
2501
2525
  inst._zod.check = (payload) => {
2502
2526
  try {
2503
2527
  new URL(`http://[${payload.value}]`);
@@ -2512,6 +2536,11 @@
2512
2536
  }
2513
2537
  };
2514
2538
  });
2539
+ var $ZodMAC = /* @__PURE__ */ $constructor("$ZodMAC", (inst, def) => {
2540
+ def.pattern ?? (def.pattern = mac(def.delimiter));
2541
+ $ZodStringFormat.init(inst, def);
2542
+ inst._zod.bag.format = `mac`;
2543
+ });
2515
2544
  var $ZodCIDRv4 = /* @__PURE__ */ $constructor("$ZodCIDRv4", (inst, def) => {
2516
2545
  def.pattern ?? (def.pattern = cidrv4);
2517
2546
  $ZodStringFormat.init(inst, def);
@@ -2559,9 +2588,7 @@
2559
2588
  var $ZodBase64 = /* @__PURE__ */ $constructor("$ZodBase64", (inst, def) => {
2560
2589
  def.pattern ?? (def.pattern = base64);
2561
2590
  $ZodStringFormat.init(inst, def);
2562
- inst._zod.onattach.push((inst2) => {
2563
- inst2._zod.bag.contentEncoding = "base64";
2564
- });
2591
+ inst._zod.bag.contentEncoding = "base64";
2565
2592
  inst._zod.check = (payload) => {
2566
2593
  if (isValidBase64(payload.value))
2567
2594
  return;
@@ -2584,9 +2611,7 @@
2584
2611
  var $ZodBase64URL = /* @__PURE__ */ $constructor("$ZodBase64URL", (inst, def) => {
2585
2612
  def.pattern ?? (def.pattern = base64url);
2586
2613
  $ZodStringFormat.init(inst, def);
2587
- inst._zod.onattach.push((inst2) => {
2588
- inst2._zod.bag.contentEncoding = "base64url";
2589
- });
2614
+ inst._zod.bag.contentEncoding = "base64url";
2590
2615
  inst._zod.check = (payload) => {
2591
2616
  if (isValidBase64URL(payload.value))
2592
2617
  return;
@@ -2675,7 +2700,7 @@
2675
2700
  return payload;
2676
2701
  };
2677
2702
  });
2678
- var $ZodNumberFormat = /* @__PURE__ */ $constructor("$ZodNumber", (inst, def) => {
2703
+ var $ZodNumberFormat = /* @__PURE__ */ $constructor("$ZodNumberFormat", (inst, def) => {
2679
2704
  $ZodCheckNumberFormat.init(inst, def);
2680
2705
  $ZodNumber.init(inst, def);
2681
2706
  });
@@ -2720,7 +2745,7 @@
2720
2745
  return payload;
2721
2746
  };
2722
2747
  });
2723
- var $ZodBigIntFormat = /* @__PURE__ */ $constructor("$ZodBigInt", (inst, def) => {
2748
+ var $ZodBigIntFormat = /* @__PURE__ */ $constructor("$ZodBigIntFormat", (inst, def) => {
2724
2749
  $ZodCheckBigIntFormat.init(inst, def);
2725
2750
  $ZodBigInt.init(inst, def);
2726
2751
  });
@@ -2906,7 +2931,7 @@
2906
2931
  const keySet = def.keySet;
2907
2932
  const _catchall = def.catchall._zod;
2908
2933
  const t = _catchall.def.type;
2909
- for (const key of Object.keys(input)) {
2934
+ for (const key in input) {
2910
2935
  if (keySet.has(key))
2911
2936
  continue;
2912
2937
  if (t === "never") {
@@ -3281,7 +3306,6 @@
3281
3306
  var $ZodTuple = /* @__PURE__ */ $constructor("$ZodTuple", (inst, def) => {
3282
3307
  $ZodType.init(inst, def);
3283
3308
  const items = def.items;
3284
- const optStart = items.length - [...items].reverse().findIndex((item) => item._zod.optin !== "optional");
3285
3309
  inst._zod.parse = (payload, ctx) => {
3286
3310
  const input = payload.value;
3287
3311
  if (!Array.isArray(input)) {
@@ -3295,6 +3319,8 @@
3295
3319
  }
3296
3320
  payload.value = [];
3297
3321
  const proms = [];
3322
+ const reversedIndex = [...items].reverse().findIndex((item) => item._zod.optin !== "optional");
3323
+ const optStart = reversedIndex === -1 ? 0 : items.length - reversedIndex;
3298
3324
  if (!def.rest) {
3299
3325
  const tooBig = input.length > items.length;
3300
3326
  const tooSmall = input.length < optStart - 1;
@@ -3365,11 +3391,13 @@
3365
3391
  return payload;
3366
3392
  }
3367
3393
  const proms = [];
3368
- if (def.keyType._zod.values) {
3369
- const values = def.keyType._zod.values;
3394
+ const values = def.keyType._zod.values;
3395
+ if (values) {
3370
3396
  payload.value = {};
3397
+ const recordKeys = /* @__PURE__ */ new Set();
3371
3398
  for (const key of values) {
3372
3399
  if (typeof key === "string" || typeof key === "number" || typeof key === "symbol") {
3400
+ recordKeys.add(typeof key === "number" ? key.toString() : key);
3373
3401
  const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
3374
3402
  if (result instanceof Promise) {
3375
3403
  proms.push(result.then((result2) => {
@@ -3388,7 +3416,7 @@
3388
3416
  }
3389
3417
  let unrecognized;
3390
3418
  for (const key in input) {
3391
- if (!values.has(key)) {
3419
+ if (!recordKeys.has(key)) {
3392
3420
  unrecognized = unrecognized ?? [];
3393
3421
  unrecognized.push(key);
3394
3422
  }
@@ -3563,11 +3591,12 @@
3563
3591
  if (def.values.length === 0) {
3564
3592
  throw new Error("Cannot create literal schema with no valid values");
3565
3593
  }
3566
- inst._zod.values = new Set(def.values);
3594
+ const values = new Set(def.values);
3595
+ inst._zod.values = values;
3567
3596
  inst._zod.pattern = new RegExp(`^(${def.values.map((o) => typeof o === "string" ? escapeRegex(o) : o ? escapeRegex(o.toString()) : String(o)).join("|")})$`);
3568
3597
  inst._zod.parse = (payload, _ctx) => {
3569
3598
  const input = payload.value;
3570
- if (inst._zod.values.has(input)) {
3599
+ if (values.has(input)) {
3571
3600
  return payload;
3572
3601
  }
3573
3602
  payload.issues.push({
@@ -3880,8 +3909,8 @@
3880
3909
  $ZodType.init(inst, def);
3881
3910
  defineLazy(inst._zod, "propValues", () => def.innerType._zod.propValues);
3882
3911
  defineLazy(inst._zod, "values", () => def.innerType._zod.values);
3883
- defineLazy(inst._zod, "optin", () => def.innerType._zod.optin);
3884
- defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
3912
+ defineLazy(inst._zod, "optin", () => def.innerType?._zod?.optin);
3913
+ defineLazy(inst._zod, "optout", () => def.innerType?._zod?.optout);
3885
3914
  inst._zod.parse = (payload, ctx) => {
3886
3915
  if (ctx.direction === "backward") {
3887
3916
  return def.innerType._zod.run(payload, ctx);
@@ -4028,10 +4057,10 @@
4028
4057
  var $ZodLazy = /* @__PURE__ */ $constructor("$ZodLazy", (inst, def) => {
4029
4058
  $ZodType.init(inst, def);
4030
4059
  defineLazy(inst._zod, "innerType", () => def.getter());
4031
- defineLazy(inst._zod, "pattern", () => inst._zod.innerType._zod.pattern);
4032
- defineLazy(inst._zod, "propValues", () => inst._zod.innerType._zod.propValues);
4033
- defineLazy(inst._zod, "optin", () => inst._zod.innerType._zod.optin ?? void 0);
4034
- defineLazy(inst._zod, "optout", () => inst._zod.innerType._zod.optout ?? void 0);
4060
+ defineLazy(inst._zod, "pattern", () => inst._zod.innerType?._zod?.pattern);
4061
+ defineLazy(inst._zod, "propValues", () => inst._zod.innerType?._zod?.propValues);
4062
+ defineLazy(inst._zod, "optin", () => inst._zod.innerType?._zod?.optin ?? void 0);
4063
+ defineLazy(inst._zod, "optout", () => inst._zod.innerType?._zod?.optout ?? void 0);
4035
4064
  inst._zod.parse = (payload, ctx) => {
4036
4065
  const inner = inst._zod.innerType;
4037
4066
  return inner._zod.run(payload, ctx);
@@ -4071,7 +4100,7 @@
4071
4100
  }
4072
4101
  }
4073
4102
 
4074
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/index.js
4103
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/index.js
4075
4104
  var locales_exports = {};
4076
4105
  __export(locales_exports, {
4077
4106
  ar: () => ar_default,
@@ -4123,7 +4152,7 @@
4123
4152
  zhTW: () => zh_TW_default
4124
4153
  });
4125
4154
 
4126
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ar.js
4155
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ar.js
4127
4156
  var error = () => {
4128
4157
  const Sizable = {
4129
4158
  string: { unit: "\u062D\u0631\u0641", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" },
@@ -4240,7 +4269,7 @@
4240
4269
  };
4241
4270
  }
4242
4271
 
4243
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/az.js
4272
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/az.js
4244
4273
  var error2 = () => {
4245
4274
  const Sizable = {
4246
4275
  string: { unit: "simvol", verb: "olmal\u0131d\u0131r" },
@@ -4356,7 +4385,7 @@
4356
4385
  };
4357
4386
  }
4358
4387
 
4359
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/be.js
4388
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/be.js
4360
4389
  function getBelarusianPlural(count, one, few, many) {
4361
4390
  const absCount = Math.abs(count);
4362
4391
  const lastDigit = absCount % 10;
@@ -4521,7 +4550,7 @@
4521
4550
  };
4522
4551
  }
4523
4552
 
4524
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/bg.js
4553
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/bg.js
4525
4554
  var parsedType = (data) => {
4526
4555
  const t = typeof data;
4527
4556
  switch (t) {
@@ -4650,7 +4679,7 @@
4650
4679
  };
4651
4680
  }
4652
4681
 
4653
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ca.js
4682
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ca.js
4654
4683
  var error5 = () => {
4655
4684
  const Sizable = {
4656
4685
  string: { unit: "car\xE0cters", verb: "contenir" },
@@ -4770,7 +4799,7 @@
4770
4799
  };
4771
4800
  }
4772
4801
 
4773
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/cs.js
4802
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/cs.js
4774
4803
  var error6 = () => {
4775
4804
  const Sizable = {
4776
4805
  string: { unit: "znak\u016F", verb: "m\xEDt" },
@@ -4906,7 +4935,7 @@
4906
4935
  };
4907
4936
  }
4908
4937
 
4909
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/da.js
4938
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/da.js
4910
4939
  var error7 = () => {
4911
4940
  const Sizable = {
4912
4941
  string: { unit: "tegn", verb: "havde" },
@@ -5038,7 +5067,7 @@
5038
5067
  };
5039
5068
  }
5040
5069
 
5041
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/de.js
5070
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/de.js
5042
5071
  var error8 = () => {
5043
5072
  const Sizable = {
5044
5073
  string: { unit: "Zeichen", verb: "zu haben" },
@@ -5155,7 +5184,7 @@
5155
5184
  };
5156
5185
  }
5157
5186
 
5158
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/en.js
5187
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/en.js
5159
5188
  var parsedType2 = (data) => {
5160
5189
  const t = typeof data;
5161
5190
  switch (t) {
@@ -5207,6 +5236,7 @@
5207
5236
  duration: "ISO duration",
5208
5237
  ipv4: "IPv4 address",
5209
5238
  ipv6: "IPv6 address",
5239
+ mac: "MAC address",
5210
5240
  cidrv4: "IPv4 range",
5211
5241
  cidrv6: "IPv6 range",
5212
5242
  base64: "base64-encoded string",
@@ -5273,7 +5303,7 @@
5273
5303
  };
5274
5304
  }
5275
5305
 
5276
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/eo.js
5306
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/eo.js
5277
5307
  var parsedType3 = (data) => {
5278
5308
  const t = typeof data;
5279
5309
  switch (t) {
@@ -5390,7 +5420,7 @@
5390
5420
  };
5391
5421
  }
5392
5422
 
5393
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/es.js
5423
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/es.js
5394
5424
  var error11 = () => {
5395
5425
  const Sizable = {
5396
5426
  string: { unit: "caracteres", verb: "tener" },
@@ -5540,7 +5570,7 @@
5540
5570
  };
5541
5571
  }
5542
5572
 
5543
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/fa.js
5573
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/fa.js
5544
5574
  var error12 = () => {
5545
5575
  const Sizable = {
5546
5576
  string: { unit: "\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" },
@@ -5663,7 +5693,7 @@
5663
5693
  };
5664
5694
  }
5665
5695
 
5666
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/fi.js
5696
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/fi.js
5667
5697
  var error13 = () => {
5668
5698
  const Sizable = {
5669
5699
  string: { unit: "merkki\xE4", subject: "merkkijonon" },
@@ -5786,7 +5816,7 @@
5786
5816
  };
5787
5817
  }
5788
5818
 
5789
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/fr.js
5819
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/fr.js
5790
5820
  var error14 = () => {
5791
5821
  const Sizable = {
5792
5822
  string: { unit: "caract\xE8res", verb: "avoir" },
@@ -5903,7 +5933,7 @@
5903
5933
  };
5904
5934
  }
5905
5935
 
5906
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/fr-CA.js
5936
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/fr-CA.js
5907
5937
  var error15 = () => {
5908
5938
  const Sizable = {
5909
5939
  string: { unit: "caract\xE8res", verb: "avoir" },
@@ -6021,113 +6051,203 @@
6021
6051
  };
6022
6052
  }
6023
6053
 
6024
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/he.js
6054
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/he.js
6025
6055
  var error16 = () => {
6026
- const Sizable = {
6027
- string: { unit: "\u05D0\u05D5\u05EA\u05D9\u05D5\u05EA", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" },
6028
- file: { unit: "\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" },
6029
- array: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" },
6030
- set: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" }
6056
+ const TypeNames = {
6057
+ string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA", gender: "f" },
6058
+ number: { label: "\u05DE\u05E1\u05E4\u05E8", gender: "m" },
6059
+ boolean: { label: "\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9", gender: "m" },
6060
+ bigint: { label: "BigInt", gender: "m" },
6061
+ date: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA", gender: "m" },
6062
+ array: { label: "\u05DE\u05E2\u05E8\u05DA", gender: "m" },
6063
+ object: { label: "\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8", gender: "m" },
6064
+ null: { label: "\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)", gender: "m" },
6065
+ undefined: { label: "\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)", gender: "m" },
6066
+ symbol: { label: "\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)", gender: "m" },
6067
+ function: { label: "\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4", gender: "f" },
6068
+ map: { label: "\u05DE\u05E4\u05D4 (Map)", gender: "f" },
6069
+ set: { label: "\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)", gender: "f" },
6070
+ file: { label: "\u05E7\u05D5\u05D1\u05E5", gender: "m" },
6071
+ promise: { label: "Promise", gender: "m" },
6072
+ NaN: { label: "NaN", gender: "m" },
6073
+ unknown: { label: "\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2", gender: "m" },
6074
+ value: { label: "\u05E2\u05E8\u05DA", gender: "m" }
6031
6075
  };
6032
- function getSizing(origin) {
6076
+ const Sizable = {
6077
+ string: { unit: "\u05EA\u05D5\u05D5\u05D9\u05DD", shortLabel: "\u05E7\u05E6\u05E8", longLabel: "\u05D0\u05E8\u05D5\u05DA" },
6078
+ file: { unit: "\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" },
6079
+ array: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" },
6080
+ set: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" },
6081
+ number: { unit: "", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" }
6082
+ // no unit
6083
+ };
6084
+ const typeEntry = (t) => t ? TypeNames[t] : void 0;
6085
+ const typeLabel = (t) => {
6086
+ const e = typeEntry(t);
6087
+ if (e)
6088
+ return e.label;
6089
+ return t ?? TypeNames.unknown.label;
6090
+ };
6091
+ const withDefinite = (t) => `\u05D4${typeLabel(t)}`;
6092
+ const verbFor = (t) => {
6093
+ const e = typeEntry(t);
6094
+ const gender = e?.gender ?? "m";
6095
+ return gender === "f" ? "\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA" : "\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA";
6096
+ };
6097
+ const getSizing = (origin) => {
6098
+ if (!origin)
6099
+ return null;
6033
6100
  return Sizable[origin] ?? null;
6034
- }
6101
+ };
6035
6102
  const parsedType8 = (data) => {
6036
6103
  const t = typeof data;
6037
6104
  switch (t) {
6038
- case "number": {
6105
+ case "number":
6039
6106
  return Number.isNaN(data) ? "NaN" : "number";
6040
- }
6041
6107
  case "object": {
6042
- if (Array.isArray(data)) {
6108
+ if (Array.isArray(data))
6043
6109
  return "array";
6044
- }
6045
- if (data === null) {
6110
+ if (data === null)
6046
6111
  return "null";
6047
- }
6048
6112
  if (Object.getPrototypeOf(data) !== Object.prototype && data.constructor) {
6049
6113
  return data.constructor.name;
6050
6114
  }
6115
+ return "object";
6051
6116
  }
6117
+ default:
6118
+ return t;
6052
6119
  }
6053
- return t;
6054
6120
  };
6055
6121
  const Nouns = {
6056
- regex: "\u05E7\u05DC\u05D8",
6057
- email: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",
6058
- url: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",
6059
- emoji: "\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",
6060
- uuid: "UUID",
6061
- uuidv4: "UUIDv4",
6062
- uuidv6: "UUIDv6",
6063
- nanoid: "nanoid",
6064
- guid: "GUID",
6065
- cuid: "cuid",
6066
- cuid2: "cuid2",
6067
- ulid: "ULID",
6068
- xid: "XID",
6069
- ksuid: "KSUID",
6070
- datetime: "\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",
6071
- date: "\u05EA\u05D0\u05E8\u05D9\u05DA ISO",
6072
- time: "\u05D6\u05DE\u05DF ISO",
6073
- duration: "\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",
6074
- ipv4: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",
6075
- ipv6: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",
6076
- cidrv4: "\u05D8\u05D5\u05D5\u05D7 IPv4",
6077
- cidrv6: "\u05D8\u05D5\u05D5\u05D7 IPv6",
6078
- base64: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",
6079
- base64url: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",
6080
- json_string: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",
6081
- e164: "\u05DE\u05E1\u05E4\u05E8 E.164",
6082
- jwt: "JWT",
6083
- template_literal: "\u05E7\u05DC\u05D8"
6122
+ regex: { label: "\u05E7\u05DC\u05D8", gender: "m" },
6123
+ email: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", gender: "f" },
6124
+ url: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA", gender: "f" },
6125
+ emoji: { label: "\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9", gender: "m" },
6126
+ uuid: { label: "UUID", gender: "m" },
6127
+ nanoid: { label: "nanoid", gender: "m" },
6128
+ guid: { label: "GUID", gender: "m" },
6129
+ cuid: { label: "cuid", gender: "m" },
6130
+ cuid2: { label: "cuid2", gender: "m" },
6131
+ ulid: { label: "ULID", gender: "m" },
6132
+ xid: { label: "XID", gender: "m" },
6133
+ ksuid: { label: "KSUID", gender: "m" },
6134
+ datetime: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO", gender: "m" },
6135
+ date: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA ISO", gender: "m" },
6136
+ time: { label: "\u05D6\u05DE\u05DF ISO", gender: "m" },
6137
+ duration: { label: "\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO", gender: "m" },
6138
+ ipv4: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv4", gender: "f" },
6139
+ ipv6: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv6", gender: "f" },
6140
+ cidrv4: { label: "\u05D8\u05D5\u05D5\u05D7 IPv4", gender: "m" },
6141
+ cidrv6: { label: "\u05D8\u05D5\u05D5\u05D7 IPv6", gender: "m" },
6142
+ base64: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64", gender: "f" },
6143
+ base64url: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA", gender: "f" },
6144
+ json_string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON", gender: "f" },
6145
+ e164: { label: "\u05DE\u05E1\u05E4\u05E8 E.164", gender: "m" },
6146
+ jwt: { label: "JWT", gender: "m" },
6147
+ ends_with: { label: "\u05E7\u05DC\u05D8", gender: "m" },
6148
+ includes: { label: "\u05E7\u05DC\u05D8", gender: "m" },
6149
+ lowercase: { label: "\u05E7\u05DC\u05D8", gender: "m" },
6150
+ starts_with: { label: "\u05E7\u05DC\u05D8", gender: "m" },
6151
+ uppercase: { label: "\u05E7\u05DC\u05D8", gender: "m" }
6084
6152
  };
6085
6153
  return (issue2) => {
6086
6154
  switch (issue2.code) {
6087
- case "invalid_type":
6088
- return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA ${issue2.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${parsedType8(issue2.input)}`;
6089
- // return `Invalid input: expected ${issue.expected}, received ${util.getParsedType(issue.input)}`;
6090
- case "invalid_value":
6091
- if (issue2.values.length === 1)
6092
- return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA ${stringifyPrimitive(issue2.values[0])}`;
6093
- return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05D0\u05D7\u05EA \u05DE\u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA ${joinValues(issue2.values, "|")}`;
6155
+ case "invalid_type": {
6156
+ const expectedKey = issue2.expected;
6157
+ const expected = typeLabel(expectedKey);
6158
+ const receivedKey = parsedType8(issue2.input);
6159
+ const received = TypeNames[receivedKey]?.label ?? receivedKey;
6160
+ return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${received}`;
6161
+ }
6162
+ case "invalid_value": {
6163
+ if (issue2.values.length === 1) {
6164
+ return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${stringifyPrimitive(issue2.values[0])}`;
6165
+ }
6166
+ const stringified = issue2.values.map((v) => stringifyPrimitive(v));
6167
+ if (issue2.values.length === 2) {
6168
+ return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${stringified[0]} \u05D0\u05D5 ${stringified[1]}`;
6169
+ }
6170
+ const lastValue = stringified[stringified.length - 1];
6171
+ const restValues = stringified.slice(0, -1).join(", ");
6172
+ return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${restValues} \u05D0\u05D5 ${lastValue}`;
6173
+ }
6094
6174
  case "too_big": {
6095
- const adj = issue2.inclusive ? "<=" : "<";
6096
6175
  const sizing = getSizing(issue2.origin);
6097
- if (sizing)
6098
- return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${issue2.origin ?? "value"} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${adj}${issue2.maximum.toString()} ${sizing.unit ?? "elements"}`;
6099
- return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${issue2.origin ?? "value"} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${adj}${issue2.maximum.toString()}`;
6176
+ const subject = withDefinite(issue2.origin ?? "value");
6177
+ if (issue2.origin === "string") {
6178
+ return `${sizing?.longLabel ?? "\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${issue2.maximum.toString()} ${sizing?.unit ?? ""} ${issue2.inclusive ? "\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA" : "\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();
6179
+ }
6180
+ if (issue2.origin === "number") {
6181
+ const comparison = issue2.inclusive ? `\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${issue2.maximum}` : `\u05E7\u05D8\u05DF \u05DE-${issue2.maximum}`;
6182
+ return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${comparison}`;
6183
+ }
6184
+ if (issue2.origin === "array" || issue2.origin === "set") {
6185
+ const verb = issue2.origin === "set" ? "\u05E6\u05E8\u05D9\u05DB\u05D4" : "\u05E6\u05E8\u05D9\u05DA";
6186
+ const comparison = issue2.inclusive ? `${issue2.maximum} ${sizing?.unit ?? ""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA` : `\u05E4\u05D7\u05D5\u05EA \u05DE-${issue2.maximum} ${sizing?.unit ?? ""}`;
6187
+ return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${comparison}`.trim();
6188
+ }
6189
+ const adj = issue2.inclusive ? "<=" : "<";
6190
+ const be = verbFor(issue2.origin ?? "value");
6191
+ if (sizing?.unit) {
6192
+ return `${sizing.longLabel} \u05DE\u05D3\u05D9: ${subject} ${be} ${adj}${issue2.maximum.toString()} ${sizing.unit}`;
6193
+ }
6194
+ return `${sizing?.longLabel ?? "\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${subject} ${be} ${adj}${issue2.maximum.toString()}`;
6100
6195
  }
6101
6196
  case "too_small": {
6102
- const adj = issue2.inclusive ? ">=" : ">";
6103
6197
  const sizing = getSizing(issue2.origin);
6104
- if (sizing) {
6105
- return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${issue2.origin} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${adj}${issue2.minimum.toString()} ${sizing.unit}`;
6198
+ const subject = withDefinite(issue2.origin ?? "value");
6199
+ if (issue2.origin === "string") {
6200
+ return `${sizing?.shortLabel ?? "\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${issue2.minimum.toString()} ${sizing?.unit ?? ""} ${issue2.inclusive ? "\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8" : "\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();
6201
+ }
6202
+ if (issue2.origin === "number") {
6203
+ const comparison = issue2.inclusive ? `\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${issue2.minimum}` : `\u05D2\u05D3\u05D5\u05DC \u05DE-${issue2.minimum}`;
6204
+ return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${comparison}`;
6205
+ }
6206
+ if (issue2.origin === "array" || issue2.origin === "set") {
6207
+ const verb = issue2.origin === "set" ? "\u05E6\u05E8\u05D9\u05DB\u05D4" : "\u05E6\u05E8\u05D9\u05DA";
6208
+ if (issue2.minimum === 1 && issue2.inclusive) {
6209
+ const singularPhrase = issue2.origin === "set" ? "\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3" : "\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3";
6210
+ return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${singularPhrase}`;
6211
+ }
6212
+ const comparison = issue2.inclusive ? `${issue2.minimum} ${sizing?.unit ?? ""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8` : `\u05D9\u05D5\u05EA\u05E8 \u05DE-${issue2.minimum} ${sizing?.unit ?? ""}`;
6213
+ return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${comparison}`.trim();
6214
+ }
6215
+ const adj = issue2.inclusive ? ">=" : ">";
6216
+ const be = verbFor(issue2.origin ?? "value");
6217
+ if (sizing?.unit) {
6218
+ return `${sizing.shortLabel} \u05DE\u05D3\u05D9: ${subject} ${be} ${adj}${issue2.minimum.toString()} ${sizing.unit}`;
6106
6219
  }
6107
- return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${issue2.origin} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${adj}${issue2.minimum.toString()}`;
6220
+ return `${sizing?.shortLabel ?? "\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${subject} ${be} ${adj}${issue2.minimum.toString()}`;
6108
6221
  }
6109
6222
  case "invalid_format": {
6110
6223
  const _issue = issue2;
6111
6224
  if (_issue.format === "starts_with")
6112
- return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1"${_issue.prefix}"`;
6225
+ return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${_issue.prefix}"`;
6113
6226
  if (_issue.format === "ends_with")
6114
- return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${_issue.suffix}"`;
6227
+ return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${_issue.suffix}"`;
6115
6228
  if (_issue.format === "includes")
6116
- return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${_issue.includes}"`;
6229
+ return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${_issue.includes}"`;
6117
6230
  if (_issue.format === "regex")
6118
- return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${_issue.pattern}`;
6119
- return `${Nouns[_issue.format] ?? issue2.format} \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF`;
6231
+ return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${_issue.pattern}`;
6232
+ const nounEntry = Nouns[_issue.format];
6233
+ const noun = nounEntry?.label ?? _issue.format;
6234
+ const gender = nounEntry?.gender ?? "m";
6235
+ const adjective = gender === "f" ? "\u05EA\u05E7\u05D9\u05E0\u05D4" : "\u05EA\u05E7\u05D9\u05DF";
6236
+ return `${noun} \u05DC\u05D0 ${adjective}`;
6120
6237
  }
6121
6238
  case "not_multiple_of":
6122
6239
  return `\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${issue2.divisor}`;
6123
6240
  case "unrecognized_keys":
6124
6241
  return `\u05DE\u05E4\u05EA\u05D7${issue2.keys.length > 1 ? "\u05D5\u05EA" : ""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${issue2.keys.length > 1 ? "\u05D9\u05DD" : "\u05D4"}: ${joinValues(issue2.keys, ", ")}`;
6125
- case "invalid_key":
6126
- return `\u05DE\u05E4\u05EA\u05D7 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${issue2.origin}`;
6242
+ case "invalid_key": {
6243
+ return `\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8`;
6244
+ }
6127
6245
  case "invalid_union":
6128
6246
  return "\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";
6129
- case "invalid_element":
6130
- return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${issue2.origin}`;
6247
+ case "invalid_element": {
6248
+ const place = withDefinite(issue2.origin ?? "array");
6249
+ return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${place}`;
6250
+ }
6131
6251
  default:
6132
6252
  return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF`;
6133
6253
  }
@@ -6139,7 +6259,7 @@
6139
6259
  };
6140
6260
  }
6141
6261
 
6142
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/hu.js
6262
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/hu.js
6143
6263
  var error17 = () => {
6144
6264
  const Sizable = {
6145
6265
  string: { unit: "karakter", verb: "legyen" },
@@ -6257,7 +6377,7 @@
6257
6377
  };
6258
6378
  }
6259
6379
 
6260
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/id.js
6380
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/id.js
6261
6381
  var error18 = () => {
6262
6382
  const Sizable = {
6263
6383
  string: { unit: "karakter", verb: "memiliki" },
@@ -6374,7 +6494,7 @@
6374
6494
  };
6375
6495
  }
6376
6496
 
6377
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/is.js
6497
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/is.js
6378
6498
  var parsedType4 = (data) => {
6379
6499
  const t = typeof data;
6380
6500
  switch (t) {
@@ -6492,7 +6612,7 @@
6492
6612
  };
6493
6613
  }
6494
6614
 
6495
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/it.js
6615
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/it.js
6496
6616
  var error20 = () => {
6497
6617
  const Sizable = {
6498
6618
  string: { unit: "caratteri", verb: "avere" },
@@ -6610,7 +6730,7 @@
6610
6730
  };
6611
6731
  }
6612
6732
 
6613
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ja.js
6733
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ja.js
6614
6734
  var error21 = () => {
6615
6735
  const Sizable = {
6616
6736
  string: { unit: "\u6587\u5B57", verb: "\u3067\u3042\u308B" },
@@ -6726,7 +6846,7 @@
6726
6846
  };
6727
6847
  }
6728
6848
 
6729
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ka.js
6849
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ka.js
6730
6850
  var parsedType5 = (data) => {
6731
6851
  const t = typeof data;
6732
6852
  switch (t) {
@@ -6852,7 +6972,7 @@
6852
6972
  };
6853
6973
  }
6854
6974
 
6855
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/km.js
6975
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/km.js
6856
6976
  var error23 = () => {
6857
6977
  const Sizable = {
6858
6978
  string: { unit: "\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" },
@@ -6970,12 +7090,12 @@
6970
7090
  };
6971
7091
  }
6972
7092
 
6973
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/kh.js
7093
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/kh.js
6974
7094
  function kh_default() {
6975
7095
  return km_default();
6976
7096
  }
6977
7097
 
6978
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ko.js
7098
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ko.js
6979
7099
  var error24 = () => {
6980
7100
  const Sizable = {
6981
7101
  string: { unit: "\uBB38\uC790", verb: "to have" },
@@ -7097,7 +7217,7 @@
7097
7217
  };
7098
7218
  }
7099
7219
 
7100
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/lt.js
7220
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/lt.js
7101
7221
  var parsedType6 = (data) => {
7102
7222
  const t = typeof data;
7103
7223
  return parsedTypeFromType(t, data);
@@ -7328,7 +7448,7 @@
7328
7448
  };
7329
7449
  }
7330
7450
 
7331
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/mk.js
7451
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/mk.js
7332
7452
  var error26 = () => {
7333
7453
  const Sizable = {
7334
7454
  string: { unit: "\u0437\u043D\u0430\u0446\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" },
@@ -7447,7 +7567,7 @@
7447
7567
  };
7448
7568
  }
7449
7569
 
7450
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ms.js
7570
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ms.js
7451
7571
  var error27 = () => {
7452
7572
  const Sizable = {
7453
7573
  string: { unit: "aksara", verb: "mempunyai" },
@@ -7564,13 +7684,13 @@
7564
7684
  };
7565
7685
  }
7566
7686
 
7567
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/nl.js
7687
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/nl.js
7568
7688
  var error28 = () => {
7569
7689
  const Sizable = {
7570
- string: { unit: "tekens" },
7571
- file: { unit: "bytes" },
7572
- array: { unit: "elementen" },
7573
- set: { unit: "elementen" }
7690
+ string: { unit: "tekens", verb: "te hebben" },
7691
+ file: { unit: "bytes", verb: "te hebben" },
7692
+ array: { unit: "elementen", verb: "te hebben" },
7693
+ set: { unit: "elementen", verb: "te hebben" }
7574
7694
  };
7575
7695
  function getSizing(origin) {
7576
7696
  return Sizable[origin] ?? null;
@@ -7637,16 +7757,16 @@
7637
7757
  const adj = issue2.inclusive ? "<=" : "<";
7638
7758
  const sizing = getSizing(issue2.origin);
7639
7759
  if (sizing)
7640
- return `Te lang: verwacht dat ${issue2.origin ?? "waarde"} ${adj}${issue2.maximum.toString()} ${sizing.unit ?? "elementen"} bevat`;
7641
- return `Te lang: verwacht dat ${issue2.origin ?? "waarde"} ${adj}${issue2.maximum.toString()} is`;
7760
+ return `Te groot: verwacht dat ${issue2.origin ?? "waarde"} ${sizing.verb} ${adj}${issue2.maximum.toString()} ${sizing.unit ?? "elementen"}`;
7761
+ return `Te groot: verwacht dat ${issue2.origin ?? "waarde"} ${adj}${issue2.maximum.toString()} is`;
7642
7762
  }
7643
7763
  case "too_small": {
7644
7764
  const adj = issue2.inclusive ? ">=" : ">";
7645
7765
  const sizing = getSizing(issue2.origin);
7646
7766
  if (sizing) {
7647
- return `Te kort: verwacht dat ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit} bevat`;
7767
+ return `Te klein: verwacht dat ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`;
7648
7768
  }
7649
- return `Te kort: verwacht dat ${issue2.origin} ${adj}${issue2.minimum.toString()} is`;
7769
+ return `Te klein: verwacht dat ${issue2.origin} ${adj}${issue2.minimum.toString()} is`;
7650
7770
  }
7651
7771
  case "invalid_format": {
7652
7772
  const _issue = issue2;
@@ -7682,7 +7802,7 @@
7682
7802
  };
7683
7803
  }
7684
7804
 
7685
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/no.js
7805
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/no.js
7686
7806
  var error29 = () => {
7687
7807
  const Sizable = {
7688
7808
  string: { unit: "tegn", verb: "\xE5 ha" },
@@ -7799,7 +7919,7 @@
7799
7919
  };
7800
7920
  }
7801
7921
 
7802
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ota.js
7922
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ota.js
7803
7923
  var error30 = () => {
7804
7924
  const Sizable = {
7805
7925
  string: { unit: "harf", verb: "olmal\u0131d\u0131r" },
@@ -7917,7 +8037,7 @@
7917
8037
  };
7918
8038
  }
7919
8039
 
7920
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ps.js
8040
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ps.js
7921
8041
  var error31 = () => {
7922
8042
  const Sizable = {
7923
8043
  string: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" },
@@ -8040,7 +8160,7 @@
8040
8160
  };
8041
8161
  }
8042
8162
 
8043
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/pl.js
8163
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/pl.js
8044
8164
  var error32 = () => {
8045
8165
  const Sizable = {
8046
8166
  string: { unit: "znak\xF3w", verb: "mie\u0107" },
@@ -8158,7 +8278,7 @@
8158
8278
  };
8159
8279
  }
8160
8280
 
8161
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/pt.js
8281
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/pt.js
8162
8282
  var error33 = () => {
8163
8283
  const Sizable = {
8164
8284
  string: { unit: "caracteres", verb: "ter" },
@@ -8275,7 +8395,7 @@
8275
8395
  };
8276
8396
  }
8277
8397
 
8278
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ru.js
8398
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ru.js
8279
8399
  function getRussianPlural(count, one, few, many) {
8280
8400
  const absCount = Math.abs(count);
8281
8401
  const lastDigit = absCount % 10;
@@ -8440,7 +8560,7 @@
8440
8560
  };
8441
8561
  }
8442
8562
 
8443
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/sl.js
8563
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/sl.js
8444
8564
  var error35 = () => {
8445
8565
  const Sizable = {
8446
8566
  string: { unit: "znakov", verb: "imeti" },
@@ -8558,7 +8678,7 @@
8558
8678
  };
8559
8679
  }
8560
8680
 
8561
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/sv.js
8681
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/sv.js
8562
8682
  var error36 = () => {
8563
8683
  const Sizable = {
8564
8684
  string: { unit: "tecken", verb: "att ha" },
@@ -8677,7 +8797,7 @@
8677
8797
  };
8678
8798
  }
8679
8799
 
8680
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ta.js
8800
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ta.js
8681
8801
  var error37 = () => {
8682
8802
  const Sizable = {
8683
8803
  string: { unit: "\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" },
@@ -8795,7 +8915,7 @@
8795
8915
  };
8796
8916
  }
8797
8917
 
8798
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/th.js
8918
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/th.js
8799
8919
  var error38 = () => {
8800
8920
  const Sizable = {
8801
8921
  string: { unit: "\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" },
@@ -8913,7 +9033,7 @@
8913
9033
  };
8914
9034
  }
8915
9035
 
8916
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/tr.js
9036
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/tr.js
8917
9037
  var parsedType7 = (data) => {
8918
9038
  const t = typeof data;
8919
9039
  switch (t) {
@@ -9029,7 +9149,7 @@
9029
9149
  };
9030
9150
  }
9031
9151
 
9032
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/uk.js
9152
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/uk.js
9033
9153
  var error40 = () => {
9034
9154
  const Sizable = {
9035
9155
  string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" },
@@ -9147,12 +9267,12 @@
9147
9267
  };
9148
9268
  }
9149
9269
 
9150
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ua.js
9270
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ua.js
9151
9271
  function ua_default() {
9152
9272
  return uk_default();
9153
9273
  }
9154
9274
 
9155
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/ur.js
9275
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/ur.js
9156
9276
  var error41 = () => {
9157
9277
  const Sizable = {
9158
9278
  string: { unit: "\u062D\u0631\u0648\u0641", verb: "\u06C1\u0648\u0646\u0627" },
@@ -9270,7 +9390,7 @@
9270
9390
  };
9271
9391
  }
9272
9392
 
9273
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/vi.js
9393
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/vi.js
9274
9394
  var error42 = () => {
9275
9395
  const Sizable = {
9276
9396
  string: { unit: "k\xFD t\u1EF1", verb: "c\xF3" },
@@ -9387,7 +9507,7 @@
9387
9507
  };
9388
9508
  }
9389
9509
 
9390
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/zh-CN.js
9510
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/zh-CN.js
9391
9511
  var error43 = () => {
9392
9512
  const Sizable = {
9393
9513
  string: { unit: "\u5B57\u7B26", verb: "\u5305\u542B" },
@@ -9504,7 +9624,7 @@
9504
9624
  };
9505
9625
  }
9506
9626
 
9507
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/zh-TW.js
9627
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/zh-TW.js
9508
9628
  var error44 = () => {
9509
9629
  const Sizable = {
9510
9630
  string: { unit: "\u5B57\u5143", verb: "\u64C1\u6709" },
@@ -9622,7 +9742,7 @@
9622
9742
  };
9623
9743
  }
9624
9744
 
9625
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/locales/yo.js
9745
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/locales/yo.js
9626
9746
  var error45 = () => {
9627
9747
  const Sizable = {
9628
9748
  string: { unit: "\xE0mi", verb: "n\xED" },
@@ -9738,7 +9858,8 @@
9738
9858
  };
9739
9859
  }
9740
9860
 
9741
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/registries.js
9861
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/registries.js
9862
+ var _a;
9742
9863
  var $output = Symbol("ZodOutput");
9743
9864
  var $input = Symbol("ZodInput");
9744
9865
  var $ZodRegistry = class {
@@ -9747,13 +9868,13 @@
9747
9868
  this._idmap = /* @__PURE__ */ new Map();
9748
9869
  }
9749
9870
  add(schema, ..._meta) {
9750
- const meta = _meta[0];
9751
- this._map.set(schema, meta);
9752
- if (meta && typeof meta === "object" && "id" in meta) {
9753
- if (this._idmap.has(meta.id)) {
9754
- throw new Error(`ID ${meta.id} already exists in the registry`);
9871
+ const meta3 = _meta[0];
9872
+ this._map.set(schema, meta3);
9873
+ if (meta3 && typeof meta3 === "object" && "id" in meta3) {
9874
+ if (this._idmap.has(meta3.id)) {
9875
+ throw new Error(`ID ${meta3.id} already exists in the registry`);
9755
9876
  }
9756
- this._idmap.set(meta.id, schema);
9877
+ this._idmap.set(meta3.id, schema);
9757
9878
  }
9758
9879
  return this;
9759
9880
  }
@@ -9763,9 +9884,9 @@
9763
9884
  return this;
9764
9885
  }
9765
9886
  remove(schema) {
9766
- const meta = this._map.get(schema);
9767
- if (meta && typeof meta === "object" && "id" in meta) {
9768
- this._idmap.delete(meta.id);
9887
+ const meta3 = this._map.get(schema);
9888
+ if (meta3 && typeof meta3 === "object" && "id" in meta3) {
9889
+ this._idmap.delete(meta3.id);
9769
9890
  }
9770
9891
  this._map.delete(schema);
9771
9892
  return this;
@@ -9787,9 +9908,10 @@
9787
9908
  function registry() {
9788
9909
  return new $ZodRegistry();
9789
9910
  }
9790
- var globalRegistry = /* @__PURE__ */ registry();
9911
+ (_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
9912
+ var globalRegistry = globalThis.__zod_globalRegistry;
9791
9913
 
9792
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/api.js
9914
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/api.js
9793
9915
  function _string(Class2, params) {
9794
9916
  return new Class2({
9795
9917
  type: "string",
@@ -9950,6 +10072,15 @@
9950
10072
  ...normalizeParams(params)
9951
10073
  });
9952
10074
  }
10075
+ function _mac(Class2, params) {
10076
+ return new Class2({
10077
+ type: "string",
10078
+ format: "mac",
10079
+ check: "string_format",
10080
+ abort: false,
10081
+ ...normalizeParams(params)
10082
+ });
10083
+ }
9953
10084
  function _cidrv4(Class2, params) {
9954
10085
  return new Class2({
9955
10086
  type: "string",
@@ -10383,6 +10514,9 @@
10383
10514
  function _toUpperCase() {
10384
10515
  return _overwrite((input) => input.toUpperCase());
10385
10516
  }
10517
+ function _slugify() {
10518
+ return _overwrite((input) => slugify(input));
10519
+ }
10386
10520
  function _array(Class2, element, params) {
10387
10521
  return new Class2({
10388
10522
  type: "array",
@@ -10604,6 +10738,30 @@
10604
10738
  ch._zod.check = fn;
10605
10739
  return ch;
10606
10740
  }
10741
+ function describe(description) {
10742
+ const ch = new $ZodCheck({ check: "describe" });
10743
+ ch._zod.onattach = [
10744
+ (inst) => {
10745
+ const existing = globalRegistry.get(inst) ?? {};
10746
+ globalRegistry.add(inst, { ...existing, description });
10747
+ }
10748
+ ];
10749
+ ch._zod.check = () => {
10750
+ };
10751
+ return ch;
10752
+ }
10753
+ function meta(metadata) {
10754
+ const ch = new $ZodCheck({ check: "meta" });
10755
+ ch._zod.onattach = [
10756
+ (inst) => {
10757
+ const existing = globalRegistry.get(inst) ?? {};
10758
+ globalRegistry.add(inst, { ...existing, ...metadata });
10759
+ }
10760
+ ];
10761
+ ch._zod.check = () => {
10762
+ };
10763
+ return ch;
10764
+ }
10607
10765
  function _stringbool(Classes, _params) {
10608
10766
  const params = normalizeParams(_params);
10609
10767
  let truthyArray = params.truthy ?? ["true", "1", "yes", "on", "y", "enabled"];
@@ -10671,7 +10829,7 @@
10671
10829
  return inst;
10672
10830
  }
10673
10831
 
10674
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/to-json-schema.js
10832
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/to-json-schema.js
10675
10833
  var JSONSchemaGenerator = class {
10676
10834
  constructor(params) {
10677
10835
  this.counter = 0;
@@ -10684,7 +10842,7 @@
10684
10842
  this.seen = /* @__PURE__ */ new Map();
10685
10843
  }
10686
10844
  process(schema, _params = { path: [], schemaPath: [] }) {
10687
- var _a2;
10845
+ var _a3;
10688
10846
  const def = schema._zod.def;
10689
10847
  const formatMap = {
10690
10848
  guid: "uuid",
@@ -10900,11 +11058,16 @@
10900
11058
  }
10901
11059
  case "union": {
10902
11060
  const json2 = _json;
11061
+ const isDiscriminated = def.discriminator !== void 0;
10903
11062
  const options = def.options.map((x, i) => this.process(x, {
10904
11063
  ...params,
10905
- path: [...params.path, "anyOf", i]
11064
+ path: [...params.path, isDiscriminated ? "oneOf" : "anyOf", i]
10906
11065
  }));
10907
- json2.anyOf = options;
11066
+ if (isDiscriminated) {
11067
+ json2.oneOf = options;
11068
+ } else {
11069
+ json2.anyOf = options;
11070
+ }
10908
11071
  break;
10909
11072
  }
10910
11073
  case "intersection": {
@@ -11185,15 +11348,15 @@
11185
11348
  }
11186
11349
  }
11187
11350
  }
11188
- const meta = this.metadataRegistry.get(schema);
11189
- if (meta)
11190
- Object.assign(result.schema, meta);
11351
+ const meta3 = this.metadataRegistry.get(schema);
11352
+ if (meta3)
11353
+ Object.assign(result.schema, meta3);
11191
11354
  if (this.io === "input" && isTransforming(schema)) {
11192
11355
  delete result.schema.examples;
11193
11356
  delete result.schema.default;
11194
11357
  }
11195
11358
  if (this.io === "input" && result.schema._prefault)
11196
- (_a2 = result.schema).default ?? (_a2.default = result.schema._prefault);
11359
+ (_a3 = result.schema).default ?? (_a3.default = result.schema._prefault);
11197
11360
  delete result.schema._prefault;
11198
11361
  const _result = this.seen.get(schema);
11199
11362
  return _result.schema;
@@ -11393,108 +11556,57 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11393
11556
  if (ctx.seen.has(_schema))
11394
11557
  return false;
11395
11558
  ctx.seen.add(_schema);
11396
- const schema = _schema;
11397
- const def = schema._zod.def;
11398
- switch (def.type) {
11399
- case "string":
11400
- case "number":
11401
- case "bigint":
11402
- case "boolean":
11403
- case "date":
11404
- case "symbol":
11405
- case "undefined":
11406
- case "null":
11407
- case "any":
11408
- case "unknown":
11409
- case "never":
11410
- case "void":
11411
- case "literal":
11412
- case "enum":
11413
- case "nan":
11414
- case "file":
11415
- case "template_literal":
11416
- return false;
11417
- case "array": {
11418
- return isTransforming(def.element, ctx);
11419
- }
11420
- case "object": {
11421
- for (const key in def.shape) {
11422
- if (isTransforming(def.shape[key], ctx))
11423
- return true;
11424
- }
11425
- return false;
11426
- }
11427
- case "union": {
11428
- for (const option of def.options) {
11429
- if (isTransforming(option, ctx))
11430
- return true;
11431
- }
11432
- return false;
11433
- }
11434
- case "intersection": {
11435
- return isTransforming(def.left, ctx) || isTransforming(def.right, ctx);
11436
- }
11437
- case "tuple": {
11438
- for (const item of def.items) {
11439
- if (isTransforming(item, ctx))
11440
- return true;
11441
- }
11442
- if (def.rest && isTransforming(def.rest, ctx))
11559
+ const def = _schema._zod.def;
11560
+ if (def.type === "transform")
11561
+ return true;
11562
+ if (def.type === "array")
11563
+ return isTransforming(def.element, ctx);
11564
+ if (def.type === "set")
11565
+ return isTransforming(def.valueType, ctx);
11566
+ if (def.type === "lazy")
11567
+ return isTransforming(def.getter(), ctx);
11568
+ if (def.type === "promise" || def.type === "optional" || def.type === "nonoptional" || def.type === "nullable" || def.type === "readonly" || def.type === "default" || def.type === "prefault") {
11569
+ return isTransforming(def.innerType, ctx);
11570
+ }
11571
+ if (def.type === "intersection") {
11572
+ return isTransforming(def.left, ctx) || isTransforming(def.right, ctx);
11573
+ }
11574
+ if (def.type === "record" || def.type === "map") {
11575
+ return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
11576
+ }
11577
+ if (def.type === "pipe") {
11578
+ return isTransforming(def.in, ctx) || isTransforming(def.out, ctx);
11579
+ }
11580
+ if (def.type === "object") {
11581
+ for (const key in def.shape) {
11582
+ if (isTransforming(def.shape[key], ctx))
11443
11583
  return true;
11444
- return false;
11445
- }
11446
- case "record": {
11447
- return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
11448
- }
11449
- case "map": {
11450
- return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
11451
11584
  }
11452
- case "set": {
11453
- return isTransforming(def.valueType, ctx);
11454
- }
11455
- // inner types
11456
- case "promise":
11457
- case "optional":
11458
- case "nonoptional":
11459
- case "nullable":
11460
- case "readonly":
11461
- return isTransforming(def.innerType, ctx);
11462
- case "lazy":
11463
- return isTransforming(def.getter(), ctx);
11464
- case "default": {
11465
- return isTransforming(def.innerType, ctx);
11466
- }
11467
- case "prefault": {
11468
- return isTransforming(def.innerType, ctx);
11585
+ return false;
11586
+ }
11587
+ if (def.type === "union") {
11588
+ for (const option of def.options) {
11589
+ if (isTransforming(option, ctx))
11590
+ return true;
11469
11591
  }
11470
- case "custom": {
11471
- return false;
11592
+ return false;
11593
+ }
11594
+ if (def.type === "tuple") {
11595
+ for (const item of def.items) {
11596
+ if (isTransforming(item, ctx))
11597
+ return true;
11472
11598
  }
11473
- case "transform": {
11599
+ if (def.rest && isTransforming(def.rest, ctx))
11474
11600
  return true;
11475
- }
11476
- case "pipe": {
11477
- return isTransforming(def.in, ctx) || isTransforming(def.out, ctx);
11478
- }
11479
- case "success": {
11480
- return false;
11481
- }
11482
- case "catch": {
11483
- return false;
11484
- }
11485
- case "function": {
11486
- return false;
11487
- }
11488
- default:
11489
- def;
11601
+ return false;
11490
11602
  }
11491
- throw new Error(`Unknown schema type: ${def.type}`);
11603
+ return false;
11492
11604
  }
11493
11605
 
11494
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/core/json-schema.js
11606
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/core/json-schema.js
11495
11607
  var json_schema_exports = {};
11496
11608
 
11497
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/iso.js
11609
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/iso.js
11498
11610
  var iso_exports = {};
11499
11611
  __export(iso_exports, {
11500
11612
  ZodISODate: () => ZodISODate,
@@ -11535,7 +11647,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11535
11647
  return _isoDuration(ZodISODuration, params);
11536
11648
  }
11537
11649
 
11538
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/errors.js
11650
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/errors.js
11539
11651
  var initializer2 = (inst, issues) => {
11540
11652
  $ZodError.init(inst, issues);
11541
11653
  inst.name = "ZodError";
@@ -11575,7 +11687,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11575
11687
  Parent: Error
11576
11688
  });
11577
11689
 
11578
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/parse.js
11690
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/parse.js
11579
11691
  var parse2 = /* @__PURE__ */ _parse(ZodRealError);
11580
11692
  var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
11581
11693
  var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
@@ -11589,7 +11701,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11589
11701
  var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
11590
11702
  var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
11591
11703
 
11592
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/schemas.js
11704
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/schemas.js
11593
11705
  var ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
11594
11706
  $ZodType.init(inst, def);
11595
11707
  inst.def = def;
@@ -11605,8 +11717,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11605
11717
  };
11606
11718
  inst.clone = (def2, params) => clone(inst, def2, params);
11607
11719
  inst.brand = () => inst;
11608
- inst.register = ((reg, meta) => {
11609
- reg.add(inst, meta);
11720
+ inst.register = ((reg, meta3) => {
11721
+ reg.add(inst, meta3);
11610
11722
  return inst;
11611
11723
  });
11612
11724
  inst.parse = (data, params) => parse2(inst, data, params, { callee: inst.parse });
@@ -11682,6 +11794,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11682
11794
  inst.normalize = (...args) => inst.check(_normalize(...args));
11683
11795
  inst.toLowerCase = () => inst.check(_toLowerCase());
11684
11796
  inst.toUpperCase = () => inst.check(_toUpperCase());
11797
+ inst.slugify = () => inst.check(_slugify());
11685
11798
  });
11686
11799
  var ZodString = /* @__PURE__ */ $constructor("ZodString", (inst, def) => {
11687
11800
  $ZodString.init(inst, def);
@@ -11821,6 +11934,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
11821
11934
  function ipv42(params) {
11822
11935
  return _ipv4(ZodIPv4, params);
11823
11936
  }
11937
+ var ZodMAC = /* @__PURE__ */ $constructor("ZodMAC", (inst, def) => {
11938
+ $ZodMAC.init(inst, def);
11939
+ ZodStringFormat.init(inst, def);
11940
+ });
11941
+ function mac2(params) {
11942
+ return _mac(ZodMAC, params);
11943
+ }
11824
11944
  var ZodIPv6 = /* @__PURE__ */ $constructor("ZodIPv6", (inst, def) => {
11825
11945
  $ZodIPv6.init(inst, def);
11826
11946
  ZodStringFormat.init(inst, def);
@@ -12531,6 +12651,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
12531
12651
  function superRefine(fn) {
12532
12652
  return _superRefine(fn);
12533
12653
  }
12654
+ var describe2 = describe;
12655
+ var meta2 = meta;
12534
12656
  function _instanceof(cls, params = {
12535
12657
  error: `Input not instance of ${cls.name}`
12536
12658
  }) {
@@ -12559,7 +12681,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
12559
12681
  return pipe(transform(fn), schema);
12560
12682
  }
12561
12683
 
12562
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/compat.js
12684
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/compat.js
12563
12685
  var ZodIssueCode = {
12564
12686
  invalid_type: "invalid_type",
12565
12687
  too_big: "too_big",
@@ -12585,7 +12707,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
12585
12707
  /* @__PURE__ */ (function(ZodFirstPartyTypeKind2) {
12586
12708
  })(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
12587
12709
 
12588
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/coerce.js
12710
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/coerce.js
12589
12711
  var coerce_exports = {};
12590
12712
  __export(coerce_exports, {
12591
12713
  bigint: () => bigint3,
@@ -12610,13 +12732,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
12610
12732
  return _coercedDate(ZodDate, params);
12611
12733
  }
12612
12734
 
12613
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/v4/classic/external.js
12735
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/v4/classic/external.js
12614
12736
  config(en_default());
12615
12737
 
12616
- // ../../../../../../node_modules/.store/zod-npm-4.1.12-8e1ffc4d68/package/index.js
12738
+ // ../../../../../../node_modules/.store/zod-npm-4.1.13-21040ff0ef/package/index.js
12617
12739
  var package_default = external_exports;
12618
12740
 
12619
- // ../../../../../../node_modules/.store/@xylabs-hex-npm-5.0.42-be0c2dea66/package/dist/neutral/index.mjs
12741
+ // ../../../../../../node_modules/.store/@xylabs-hex-npm-5.0.47-2c9718fdaf/package/dist/neutral/index.mjs
12620
12742
  var HexRegExMinMax = (minBytes = 0, maxBytes = Number.MAX_SAFE_INTEGER / 2) => {
12621
12743
  return new RegExp(`^[a-f0-9]{${minBytes * 2},${maxBytes * 2}}$`);
12622
12744
  };
@@ -12765,7 +12887,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
12765
12887
  var BigIntToJsonZod = package_default.bigint().nonnegative().transform((x) => toHex(x));
12766
12888
  var JsonToBigIntZod = package_default.string().transform((x) => toHex(x)).transform((x) => hexToBigInt(x));
12767
12889
 
12768
- // ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.42-45d54ab74c/package/dist/browser/worker/worker.browser.mjs
12890
+ // ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.47-a279fff328/package/dist/browser/worker/worker.browser.mjs
12769
12891
  var import_is_observable_2_1_0 = __toESM(require_package(), 1);
12770
12892
  var DefaultErrorSerializer = {
12771
12893
  deserialize(message) {
@@ -13056,7 +13178,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
13056
13178
  });
13057
13179
  }
13058
13180
  };
13059
- var _a;
13181
+ var _a2;
13060
13182
  function getGlobal() {
13061
13183
  if (typeof globalThis !== "undefined")
13062
13184
  return globalThis;
@@ -13067,7 +13189,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
13067
13189
  return global;
13068
13190
  }
13069
13191
  var globalObject = getGlobal();
13070
- var nodeBuffer = (_a = globalObject.Buffer) !== null && _a !== void 0 ? _a : null;
13192
+ var nodeBuffer = (_a2 = globalObject.Buffer) !== null && _a2 !== void 0 ? _a2 : null;
13071
13193
  var textEncoder = globalObject.TextEncoder ? new globalObject.TextEncoder() : null;
13072
13194
  function hexCharCodesToInt(a, b) {
13073
13195
  return (a & 15) + (a >> 6 | a >> 3 & 8) << 4 | (b & 15) + (b >> 6 | b >> 3 & 8);