@learncard/types 5.17.4 → 5.17.5
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/README.md +5 -5
- package/dist/bitstring-status-list.d.ts +1 -1
- package/dist/bitstring-status-list.d.ts.map +1 -1
- package/dist/clr.d.ts +1 -1
- package/dist/clr.d.ts.map +1 -1
- package/dist/credential-format.d.ts +1 -1
- package/dist/credential-format.d.ts.map +1 -1
- package/dist/crypto.d.ts +1 -1
- package/dist/crypto.d.ts.map +1 -1
- package/dist/did.d.ts +1 -1
- package/dist/did.d.ts.map +1 -1
- package/dist/lcn.d.ts +5 -2
- package/dist/lcn.d.ts.map +1 -1
- package/dist/learncard.d.ts +1 -1
- package/dist/learncard.d.ts.map +1 -1
- package/dist/learncloud.d.ts +1 -1
- package/dist/learncloud.d.ts.map +1 -1
- package/dist/mongo.d.ts +1 -1
- package/dist/mongo.d.ts.map +1 -1
- package/dist/obv3.d.ts +1 -1
- package/dist/obv3.d.ts.map +1 -1
- package/dist/queries.d.ts +1 -1
- package/dist/queries.d.ts.map +1 -1
- package/dist/types.cjs.development.cjs +82 -81
- package/dist/types.cjs.development.cjs.map +3 -3
- package/dist/types.cjs.production.min.cjs +1 -1
- package/dist/types.cjs.production.min.cjs.map +3 -3
- package/dist/types.esm.js +14 -13
- package/dist/types.esm.js.map +2 -2
- package/dist/vc.d.ts +1 -1
- package/dist/vc.d.ts.map +1 -1
- package/package.json +64 -62
- package/src/auth.ts +460 -0
- package/src/bitstring-status-list.ts +44 -0
- package/src/clr.ts +68 -0
- package/src/credential-format.ts +154 -0
- package/src/crypto.ts +41 -0
- package/src/did.ts +47 -0
- package/src/helpers.ts +10 -0
- package/src/index.ts +17 -0
- package/src/lcn.ts +2181 -0
- package/src/learncard.ts +123 -0
- package/src/learncloud.ts +26 -0
- package/src/mongo.ts +14 -0
- package/src/obv3.ts +252 -0
- package/src/queries.ts +56 -0
- package/src/registries.ts +9 -0
- package/src/vc.ts +221 -0
- package/src/wasm.ts +1 -0
|
@@ -283,7 +283,7 @@ __export(index_exports, {
|
|
|
283
283
|
});
|
|
284
284
|
module.exports = __toCommonJS(index_exports);
|
|
285
285
|
|
|
286
|
-
// ../../node_modules
|
|
286
|
+
// ../../node_modules/zod/v4/classic/external.js
|
|
287
287
|
var external_exports = {};
|
|
288
288
|
__export(external_exports, {
|
|
289
289
|
$brand: () => $brand,
|
|
@@ -526,7 +526,7 @@ __export(external_exports, {
|
|
|
526
526
|
xor: () => xor
|
|
527
527
|
});
|
|
528
528
|
|
|
529
|
-
// ../../node_modules
|
|
529
|
+
// ../../node_modules/zod/v4/core/index.js
|
|
530
530
|
var core_exports2 = {};
|
|
531
531
|
__export(core_exports2, {
|
|
532
532
|
$ZodAny: () => $ZodAny,
|
|
@@ -805,7 +805,7 @@ __export(core_exports2, {
|
|
|
805
805
|
version: () => version
|
|
806
806
|
});
|
|
807
807
|
|
|
808
|
-
// ../../node_modules
|
|
808
|
+
// ../../node_modules/zod/v4/core/core.js
|
|
809
809
|
var _a;
|
|
810
810
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
811
811
|
status: "aborted"
|
|
@@ -895,7 +895,7 @@ function config(newConfig) {
|
|
|
895
895
|
}
|
|
896
896
|
__name(config, "config");
|
|
897
897
|
|
|
898
|
-
// ../../node_modules
|
|
898
|
+
// ../../node_modules/zod/v4/core/util.js
|
|
899
899
|
var util_exports = {};
|
|
900
900
|
__export(util_exports, {
|
|
901
901
|
BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
|
|
@@ -1649,7 +1649,7 @@ var Class = class {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
};
|
|
1651
1651
|
|
|
1652
|
-
// ../../node_modules
|
|
1652
|
+
// ../../node_modules/zod/v4/core/errors.js
|
|
1653
1653
|
var initializer = /* @__PURE__ */ __name((inst, def) => {
|
|
1654
1654
|
inst.name = "$ZodError";
|
|
1655
1655
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -1793,7 +1793,7 @@ function prettifyError(error51) {
|
|
|
1793
1793
|
}
|
|
1794
1794
|
__name(prettifyError, "prettifyError");
|
|
1795
1795
|
|
|
1796
|
-
// ../../node_modules
|
|
1796
|
+
// ../../node_modules/zod/v4/core/parse.js
|
|
1797
1797
|
var _parse = /* @__PURE__ */ __name((_Err) => (schema, value, _ctx, _params) => {
|
|
1798
1798
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
1799
1799
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -1881,7 +1881,7 @@ var _safeDecodeAsync = /* @__PURE__ */ __name((_Err) => async (schema, value, _c
|
|
|
1881
1881
|
}, "_safeDecodeAsync");
|
|
1882
1882
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
1883
1883
|
|
|
1884
|
-
// ../../node_modules
|
|
1884
|
+
// ../../node_modules/zod/v4/core/regexes.js
|
|
1885
1885
|
var regexes_exports = {};
|
|
1886
1886
|
__export(regexes_exports, {
|
|
1887
1887
|
base64: () => base64,
|
|
@@ -2046,7 +2046,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
2046
2046
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
2047
2047
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
2048
2048
|
|
|
2049
|
-
// ../../node_modules
|
|
2049
|
+
// ../../node_modules/zod/v4/core/checks.js
|
|
2050
2050
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
2051
2051
|
var _a3;
|
|
2052
2052
|
inst._zod ?? (inst._zod = {});
|
|
@@ -2595,7 +2595,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
2595
2595
|
};
|
|
2596
2596
|
});
|
|
2597
2597
|
|
|
2598
|
-
// ../../node_modules
|
|
2598
|
+
// ../../node_modules/zod/v4/core/doc.js
|
|
2599
2599
|
var Doc = class {
|
|
2600
2600
|
static {
|
|
2601
2601
|
__name(this, "Doc");
|
|
@@ -2634,14 +2634,14 @@ var Doc = class {
|
|
|
2634
2634
|
}
|
|
2635
2635
|
};
|
|
2636
2636
|
|
|
2637
|
-
// ../../node_modules
|
|
2637
|
+
// ../../node_modules/zod/v4/core/versions.js
|
|
2638
2638
|
var version = {
|
|
2639
2639
|
major: 4,
|
|
2640
2640
|
minor: 4,
|
|
2641
2641
|
patch: 3
|
|
2642
2642
|
};
|
|
2643
2643
|
|
|
2644
|
-
// ../../node_modules
|
|
2644
|
+
// ../../node_modules/zod/v4/core/schemas.js
|
|
2645
2645
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
2646
2646
|
var _a3;
|
|
2647
2647
|
inst ?? (inst = {});
|
|
@@ -4758,7 +4758,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
4758
4758
|
}
|
|
4759
4759
|
__name(handleRefineResult, "handleRefineResult");
|
|
4760
4760
|
|
|
4761
|
-
// ../../node_modules
|
|
4761
|
+
// ../../node_modules/zod/v4/locales/index.js
|
|
4762
4762
|
var locales_exports = {};
|
|
4763
4763
|
__export(locales_exports, {
|
|
4764
4764
|
ar: () => ar_default,
|
|
@@ -4815,7 +4815,7 @@ __export(locales_exports, {
|
|
|
4815
4815
|
zhTW: () => zh_TW_default
|
|
4816
4816
|
});
|
|
4817
4817
|
|
|
4818
|
-
// ../../node_modules
|
|
4818
|
+
// ../../node_modules/zod/v4/locales/ar.js
|
|
4819
4819
|
var error = /* @__PURE__ */ __name(() => {
|
|
4820
4820
|
const Sizable = {
|
|
4821
4821
|
string: { unit: "\u062D\u0631\u0641", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" },
|
|
@@ -4924,7 +4924,7 @@ function ar_default() {
|
|
|
4924
4924
|
}
|
|
4925
4925
|
__name(ar_default, "default");
|
|
4926
4926
|
|
|
4927
|
-
// ../../node_modules
|
|
4927
|
+
// ../../node_modules/zod/v4/locales/az.js
|
|
4928
4928
|
var error2 = /* @__PURE__ */ __name(() => {
|
|
4929
4929
|
const Sizable = {
|
|
4930
4930
|
string: { unit: "simvol", verb: "olmal\u0131d\u0131r" },
|
|
@@ -5032,7 +5032,7 @@ function az_default() {
|
|
|
5032
5032
|
}
|
|
5033
5033
|
__name(az_default, "default");
|
|
5034
5034
|
|
|
5035
|
-
// ../../node_modules
|
|
5035
|
+
// ../../node_modules/zod/v4/locales/be.js
|
|
5036
5036
|
function getBelarusianPlural(count, one, few, many) {
|
|
5037
5037
|
const absCount = Math.abs(count);
|
|
5038
5038
|
const lastDigit = absCount % 10;
|
|
@@ -5192,7 +5192,7 @@ function be_default() {
|
|
|
5192
5192
|
}
|
|
5193
5193
|
__name(be_default, "default");
|
|
5194
5194
|
|
|
5195
|
-
// ../../node_modules
|
|
5195
|
+
// ../../node_modules/zod/v4/locales/bg.js
|
|
5196
5196
|
var error4 = /* @__PURE__ */ __name(() => {
|
|
5197
5197
|
const Sizable = {
|
|
5198
5198
|
string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" },
|
|
@@ -5315,7 +5315,7 @@ function bg_default() {
|
|
|
5315
5315
|
}
|
|
5316
5316
|
__name(bg_default, "default");
|
|
5317
5317
|
|
|
5318
|
-
// ../../node_modules
|
|
5318
|
+
// ../../node_modules/zod/v4/locales/ca.js
|
|
5319
5319
|
var error5 = /* @__PURE__ */ __name(() => {
|
|
5320
5320
|
const Sizable = {
|
|
5321
5321
|
string: { unit: "car\xE0cters", verb: "contenir" },
|
|
@@ -5426,7 +5426,7 @@ function ca_default() {
|
|
|
5426
5426
|
}
|
|
5427
5427
|
__name(ca_default, "default");
|
|
5428
5428
|
|
|
5429
|
-
// ../../node_modules
|
|
5429
|
+
// ../../node_modules/zod/v4/locales/cs.js
|
|
5430
5430
|
var error6 = /* @__PURE__ */ __name(() => {
|
|
5431
5431
|
const Sizable = {
|
|
5432
5432
|
string: { unit: "znak\u016F", verb: "m\xEDt" },
|
|
@@ -5540,7 +5540,7 @@ function cs_default() {
|
|
|
5540
5540
|
}
|
|
5541
5541
|
__name(cs_default, "default");
|
|
5542
5542
|
|
|
5543
|
-
// ../../node_modules
|
|
5543
|
+
// ../../node_modules/zod/v4/locales/da.js
|
|
5544
5544
|
var error7 = /* @__PURE__ */ __name(() => {
|
|
5545
5545
|
const Sizable = {
|
|
5546
5546
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -5658,7 +5658,7 @@ function da_default() {
|
|
|
5658
5658
|
}
|
|
5659
5659
|
__name(da_default, "default");
|
|
5660
5660
|
|
|
5661
|
-
// ../../node_modules
|
|
5661
|
+
// ../../node_modules/zod/v4/locales/de.js
|
|
5662
5662
|
var error8 = /* @__PURE__ */ __name(() => {
|
|
5663
5663
|
const Sizable = {
|
|
5664
5664
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -5769,7 +5769,7 @@ function de_default() {
|
|
|
5769
5769
|
}
|
|
5770
5770
|
__name(de_default, "default");
|
|
5771
5771
|
|
|
5772
|
-
// ../../node_modules
|
|
5772
|
+
// ../../node_modules/zod/v4/locales/el.js
|
|
5773
5773
|
var error9 = /* @__PURE__ */ __name(() => {
|
|
5774
5774
|
const Sizable = {
|
|
5775
5775
|
string: { unit: "\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2", verb: "\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9" },
|
|
@@ -5881,7 +5881,7 @@ function el_default() {
|
|
|
5881
5881
|
}
|
|
5882
5882
|
__name(el_default, "default");
|
|
5883
5883
|
|
|
5884
|
-
// ../../node_modules
|
|
5884
|
+
// ../../node_modules/zod/v4/locales/en.js
|
|
5885
5885
|
var error10 = /* @__PURE__ */ __name(() => {
|
|
5886
5886
|
const Sizable = {
|
|
5887
5887
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -5996,7 +5996,7 @@ function en_default() {
|
|
|
5996
5996
|
}
|
|
5997
5997
|
__name(en_default, "default");
|
|
5998
5998
|
|
|
5999
|
-
// ../../node_modules
|
|
5999
|
+
// ../../node_modules/zod/v4/locales/eo.js
|
|
6000
6000
|
var error11 = /* @__PURE__ */ __name(() => {
|
|
6001
6001
|
const Sizable = {
|
|
6002
6002
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -6108,7 +6108,7 @@ function eo_default() {
|
|
|
6108
6108
|
}
|
|
6109
6109
|
__name(eo_default, "default");
|
|
6110
6110
|
|
|
6111
|
-
// ../../node_modules
|
|
6111
|
+
// ../../node_modules/zod/v4/locales/es.js
|
|
6112
6112
|
var error12 = /* @__PURE__ */ __name(() => {
|
|
6113
6113
|
const Sizable = {
|
|
6114
6114
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -6243,7 +6243,7 @@ function es_default() {
|
|
|
6243
6243
|
}
|
|
6244
6244
|
__name(es_default, "default");
|
|
6245
6245
|
|
|
6246
|
-
// ../../node_modules
|
|
6246
|
+
// ../../node_modules/zod/v4/locales/fa.js
|
|
6247
6247
|
var error13 = /* @__PURE__ */ __name(() => {
|
|
6248
6248
|
const Sizable = {
|
|
6249
6249
|
string: { unit: "\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" },
|
|
@@ -6360,7 +6360,7 @@ function fa_default() {
|
|
|
6360
6360
|
}
|
|
6361
6361
|
__name(fa_default, "default");
|
|
6362
6362
|
|
|
6363
|
-
// ../../node_modules
|
|
6363
|
+
// ../../node_modules/zod/v4/locales/fi.js
|
|
6364
6364
|
var error14 = /* @__PURE__ */ __name(() => {
|
|
6365
6365
|
const Sizable = {
|
|
6366
6366
|
string: { unit: "merkki\xE4", subject: "merkkijonon" },
|
|
@@ -6475,7 +6475,7 @@ function fi_default() {
|
|
|
6475
6475
|
}
|
|
6476
6476
|
__name(fi_default, "default");
|
|
6477
6477
|
|
|
6478
|
-
// ../../node_modules
|
|
6478
|
+
// ../../node_modules/zod/v4/locales/fr.js
|
|
6479
6479
|
var error15 = /* @__PURE__ */ __name(() => {
|
|
6480
6480
|
const Sizable = {
|
|
6481
6481
|
string: { unit: "caract\xE8res", verb: "avoir" },
|
|
@@ -6603,7 +6603,7 @@ function fr_default() {
|
|
|
6603
6603
|
}
|
|
6604
6604
|
__name(fr_default, "default");
|
|
6605
6605
|
|
|
6606
|
-
// ../../node_modules
|
|
6606
|
+
// ../../node_modules/zod/v4/locales/fr-CA.js
|
|
6607
6607
|
var error16 = /* @__PURE__ */ __name(() => {
|
|
6608
6608
|
const Sizable = {
|
|
6609
6609
|
string: { unit: "caract\xE8res", verb: "avoir" },
|
|
@@ -6713,7 +6713,7 @@ function fr_CA_default() {
|
|
|
6713
6713
|
}
|
|
6714
6714
|
__name(fr_CA_default, "default");
|
|
6715
6715
|
|
|
6716
|
-
// ../../node_modules
|
|
6716
|
+
// ../../node_modules/zod/v4/locales/he.js
|
|
6717
6717
|
var error17 = /* @__PURE__ */ __name(() => {
|
|
6718
6718
|
const TypeNames = {
|
|
6719
6719
|
string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA", gender: "f" },
|
|
@@ -6909,7 +6909,7 @@ function he_default() {
|
|
|
6909
6909
|
}
|
|
6910
6910
|
__name(he_default, "default");
|
|
6911
6911
|
|
|
6912
|
-
// ../../node_modules
|
|
6912
|
+
// ../../node_modules/zod/v4/locales/hr.js
|
|
6913
6913
|
var error18 = /* @__PURE__ */ __name(() => {
|
|
6914
6914
|
const Sizable = {
|
|
6915
6915
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -7034,7 +7034,7 @@ function hr_default() {
|
|
|
7034
7034
|
}
|
|
7035
7035
|
__name(hr_default, "default");
|
|
7036
7036
|
|
|
7037
|
-
// ../../node_modules
|
|
7037
|
+
// ../../node_modules/zod/v4/locales/hu.js
|
|
7038
7038
|
var error19 = /* @__PURE__ */ __name(() => {
|
|
7039
7039
|
const Sizable = {
|
|
7040
7040
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -7145,7 +7145,7 @@ function hu_default() {
|
|
|
7145
7145
|
}
|
|
7146
7146
|
__name(hu_default, "default");
|
|
7147
7147
|
|
|
7148
|
-
// ../../node_modules
|
|
7148
|
+
// ../../node_modules/zod/v4/locales/hy.js
|
|
7149
7149
|
function getArmenianPlural(count, one, many) {
|
|
7150
7150
|
return Math.abs(count) === 1 ? one : many;
|
|
7151
7151
|
}
|
|
@@ -7297,7 +7297,7 @@ function hy_default() {
|
|
|
7297
7297
|
}
|
|
7298
7298
|
__name(hy_default, "default");
|
|
7299
7299
|
|
|
7300
|
-
// ../../node_modules
|
|
7300
|
+
// ../../node_modules/zod/v4/locales/id.js
|
|
7301
7301
|
var error21 = /* @__PURE__ */ __name(() => {
|
|
7302
7302
|
const Sizable = {
|
|
7303
7303
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -7406,7 +7406,7 @@ function id_default() {
|
|
|
7406
7406
|
}
|
|
7407
7407
|
__name(id_default, "default");
|
|
7408
7408
|
|
|
7409
|
-
// ../../node_modules
|
|
7409
|
+
// ../../node_modules/zod/v4/locales/is.js
|
|
7410
7410
|
var error22 = /* @__PURE__ */ __name(() => {
|
|
7411
7411
|
const Sizable = {
|
|
7412
7412
|
string: { unit: "stafi", verb: "a\xF0 hafa" },
|
|
@@ -7518,7 +7518,7 @@ function is_default() {
|
|
|
7518
7518
|
}
|
|
7519
7519
|
__name(is_default, "default");
|
|
7520
7520
|
|
|
7521
|
-
// ../../node_modules
|
|
7521
|
+
// ../../node_modules/zod/v4/locales/it.js
|
|
7522
7522
|
var error23 = /* @__PURE__ */ __name(() => {
|
|
7523
7523
|
const Sizable = {
|
|
7524
7524
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -7629,7 +7629,7 @@ function it_default() {
|
|
|
7629
7629
|
}
|
|
7630
7630
|
__name(it_default, "default");
|
|
7631
7631
|
|
|
7632
|
-
// ../../node_modules
|
|
7632
|
+
// ../../node_modules/zod/v4/locales/ja.js
|
|
7633
7633
|
var error24 = /* @__PURE__ */ __name(() => {
|
|
7634
7634
|
const Sizable = {
|
|
7635
7635
|
string: { unit: "\u6587\u5B57", verb: "\u3067\u3042\u308B" },
|
|
@@ -7739,7 +7739,7 @@ function ja_default() {
|
|
|
7739
7739
|
}
|
|
7740
7740
|
__name(ja_default, "default");
|
|
7741
7741
|
|
|
7742
|
-
// ../../node_modules
|
|
7742
|
+
// ../../node_modules/zod/v4/locales/ka.js
|
|
7743
7743
|
var error25 = /* @__PURE__ */ __name(() => {
|
|
7744
7744
|
const Sizable = {
|
|
7745
7745
|
string: { unit: "\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" },
|
|
@@ -7854,7 +7854,7 @@ function ka_default() {
|
|
|
7854
7854
|
}
|
|
7855
7855
|
__name(ka_default, "default");
|
|
7856
7856
|
|
|
7857
|
-
// ../../node_modules
|
|
7857
|
+
// ../../node_modules/zod/v4/locales/km.js
|
|
7858
7858
|
var error26 = /* @__PURE__ */ __name(() => {
|
|
7859
7859
|
const Sizable = {
|
|
7860
7860
|
string: { unit: "\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" },
|
|
@@ -7967,13 +7967,13 @@ function km_default() {
|
|
|
7967
7967
|
}
|
|
7968
7968
|
__name(km_default, "default");
|
|
7969
7969
|
|
|
7970
|
-
// ../../node_modules
|
|
7970
|
+
// ../../node_modules/zod/v4/locales/kh.js
|
|
7971
7971
|
function kh_default() {
|
|
7972
7972
|
return km_default();
|
|
7973
7973
|
}
|
|
7974
7974
|
__name(kh_default, "default");
|
|
7975
7975
|
|
|
7976
|
-
// ../../node_modules
|
|
7976
|
+
// ../../node_modules/zod/v4/locales/ko.js
|
|
7977
7977
|
var error27 = /* @__PURE__ */ __name(() => {
|
|
7978
7978
|
const Sizable = {
|
|
7979
7979
|
string: { unit: "\uBB38\uC790", verb: "to have" },
|
|
@@ -8087,7 +8087,7 @@ function ko_default() {
|
|
|
8087
8087
|
}
|
|
8088
8088
|
__name(ko_default, "default");
|
|
8089
8089
|
|
|
8090
|
-
// ../../node_modules
|
|
8090
|
+
// ../../node_modules/zod/v4/locales/lt.js
|
|
8091
8091
|
var capitalizeFirstCharacter = /* @__PURE__ */ __name((text) => {
|
|
8092
8092
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
8093
8093
|
}, "capitalizeFirstCharacter");
|
|
@@ -8294,7 +8294,7 @@ function lt_default() {
|
|
|
8294
8294
|
}
|
|
8295
8295
|
__name(lt_default, "default");
|
|
8296
8296
|
|
|
8297
|
-
// ../../node_modules
|
|
8297
|
+
// ../../node_modules/zod/v4/locales/mk.js
|
|
8298
8298
|
var error29 = /* @__PURE__ */ __name(() => {
|
|
8299
8299
|
const Sizable = {
|
|
8300
8300
|
string: { unit: "\u0437\u043D\u0430\u0446\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" },
|
|
@@ -8406,7 +8406,7 @@ function mk_default() {
|
|
|
8406
8406
|
}
|
|
8407
8407
|
__name(mk_default, "default");
|
|
8408
8408
|
|
|
8409
|
-
// ../../node_modules
|
|
8409
|
+
// ../../node_modules/zod/v4/locales/ms.js
|
|
8410
8410
|
var error30 = /* @__PURE__ */ __name(() => {
|
|
8411
8411
|
const Sizable = {
|
|
8412
8412
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -8516,7 +8516,7 @@ function ms_default() {
|
|
|
8516
8516
|
}
|
|
8517
8517
|
__name(ms_default, "default");
|
|
8518
8518
|
|
|
8519
|
-
// ../../node_modules
|
|
8519
|
+
// ../../node_modules/zod/v4/locales/nl.js
|
|
8520
8520
|
var error31 = /* @__PURE__ */ __name(() => {
|
|
8521
8521
|
const Sizable = {
|
|
8522
8522
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -8629,7 +8629,7 @@ function nl_default() {
|
|
|
8629
8629
|
}
|
|
8630
8630
|
__name(nl_default, "default");
|
|
8631
8631
|
|
|
8632
|
-
// ../../node_modules
|
|
8632
|
+
// ../../node_modules/zod/v4/locales/no.js
|
|
8633
8633
|
var error32 = /* @__PURE__ */ __name(() => {
|
|
8634
8634
|
const Sizable = {
|
|
8635
8635
|
string: { unit: "tegn", verb: "\xE5 ha" },
|
|
@@ -8740,7 +8740,7 @@ function no_default() {
|
|
|
8740
8740
|
}
|
|
8741
8741
|
__name(no_default, "default");
|
|
8742
8742
|
|
|
8743
|
-
// ../../node_modules
|
|
8743
|
+
// ../../node_modules/zod/v4/locales/ota.js
|
|
8744
8744
|
var error33 = /* @__PURE__ */ __name(() => {
|
|
8745
8745
|
const Sizable = {
|
|
8746
8746
|
string: { unit: "harf", verb: "olmal\u0131d\u0131r" },
|
|
@@ -8852,7 +8852,7 @@ function ota_default() {
|
|
|
8852
8852
|
}
|
|
8853
8853
|
__name(ota_default, "default");
|
|
8854
8854
|
|
|
8855
|
-
// ../../node_modules
|
|
8855
|
+
// ../../node_modules/zod/v4/locales/ps.js
|
|
8856
8856
|
var error34 = /* @__PURE__ */ __name(() => {
|
|
8857
8857
|
const Sizable = {
|
|
8858
8858
|
string: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" },
|
|
@@ -8969,7 +8969,7 @@ function ps_default() {
|
|
|
8969
8969
|
}
|
|
8970
8970
|
__name(ps_default, "default");
|
|
8971
8971
|
|
|
8972
|
-
// ../../node_modules
|
|
8972
|
+
// ../../node_modules/zod/v4/locales/pl.js
|
|
8973
8973
|
var error35 = /* @__PURE__ */ __name(() => {
|
|
8974
8974
|
const Sizable = {
|
|
8975
8975
|
string: { unit: "znak\xF3w", verb: "mie\u0107" },
|
|
@@ -9081,7 +9081,7 @@ function pl_default() {
|
|
|
9081
9081
|
}
|
|
9082
9082
|
__name(pl_default, "default");
|
|
9083
9083
|
|
|
9084
|
-
// ../../node_modules
|
|
9084
|
+
// ../../node_modules/zod/v4/locales/pt.js
|
|
9085
9085
|
var error36 = /* @__PURE__ */ __name(() => {
|
|
9086
9086
|
const Sizable = {
|
|
9087
9087
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -9192,7 +9192,7 @@ function pt_default() {
|
|
|
9192
9192
|
}
|
|
9193
9193
|
__name(pt_default, "default");
|
|
9194
9194
|
|
|
9195
|
-
// ../../node_modules
|
|
9195
|
+
// ../../node_modules/zod/v4/locales/ro.js
|
|
9196
9196
|
var error37 = /* @__PURE__ */ __name(() => {
|
|
9197
9197
|
const Sizable = {
|
|
9198
9198
|
string: { unit: "caractere", verb: "s\u0103 aib\u0103" },
|
|
@@ -9314,7 +9314,7 @@ function ro_default() {
|
|
|
9314
9314
|
}
|
|
9315
9315
|
__name(ro_default, "default");
|
|
9316
9316
|
|
|
9317
|
-
// ../../node_modules
|
|
9317
|
+
// ../../node_modules/zod/v4/locales/ru.js
|
|
9318
9318
|
function getRussianPlural(count, one, few, many) {
|
|
9319
9319
|
const absCount = Math.abs(count);
|
|
9320
9320
|
const lastDigit = absCount % 10;
|
|
@@ -9474,7 +9474,7 @@ function ru_default() {
|
|
|
9474
9474
|
}
|
|
9475
9475
|
__name(ru_default, "default");
|
|
9476
9476
|
|
|
9477
|
-
// ../../node_modules
|
|
9477
|
+
// ../../node_modules/zod/v4/locales/sl.js
|
|
9478
9478
|
var error39 = /* @__PURE__ */ __name(() => {
|
|
9479
9479
|
const Sizable = {
|
|
9480
9480
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -9586,7 +9586,7 @@ function sl_default() {
|
|
|
9586
9586
|
}
|
|
9587
9587
|
__name(sl_default, "default");
|
|
9588
9588
|
|
|
9589
|
-
// ../../node_modules
|
|
9589
|
+
// ../../node_modules/zod/v4/locales/sv.js
|
|
9590
9590
|
var error40 = /* @__PURE__ */ __name(() => {
|
|
9591
9591
|
const Sizable = {
|
|
9592
9592
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -9699,7 +9699,7 @@ function sv_default() {
|
|
|
9699
9699
|
}
|
|
9700
9700
|
__name(sv_default, "default");
|
|
9701
9701
|
|
|
9702
|
-
// ../../node_modules
|
|
9702
|
+
// ../../node_modules/zod/v4/locales/ta.js
|
|
9703
9703
|
var error41 = /* @__PURE__ */ __name(() => {
|
|
9704
9704
|
const Sizable = {
|
|
9705
9705
|
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" },
|
|
@@ -9812,7 +9812,7 @@ function ta_default() {
|
|
|
9812
9812
|
}
|
|
9813
9813
|
__name(ta_default, "default");
|
|
9814
9814
|
|
|
9815
|
-
// ../../node_modules
|
|
9815
|
+
// ../../node_modules/zod/v4/locales/th.js
|
|
9816
9816
|
var error42 = /* @__PURE__ */ __name(() => {
|
|
9817
9817
|
const Sizable = {
|
|
9818
9818
|
string: { unit: "\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" },
|
|
@@ -9925,7 +9925,7 @@ function th_default() {
|
|
|
9925
9925
|
}
|
|
9926
9926
|
__name(th_default, "default");
|
|
9927
9927
|
|
|
9928
|
-
// ../../node_modules
|
|
9928
|
+
// ../../node_modules/zod/v4/locales/tr.js
|
|
9929
9929
|
var error43 = /* @__PURE__ */ __name(() => {
|
|
9930
9930
|
const Sizable = {
|
|
9931
9931
|
string: { unit: "karakter", verb: "olmal\u0131" },
|
|
@@ -10033,7 +10033,7 @@ function tr_default() {
|
|
|
10033
10033
|
}
|
|
10034
10034
|
__name(tr_default, "default");
|
|
10035
10035
|
|
|
10036
|
-
// ../../node_modules
|
|
10036
|
+
// ../../node_modules/zod/v4/locales/uk.js
|
|
10037
10037
|
var error44 = /* @__PURE__ */ __name(() => {
|
|
10038
10038
|
const Sizable = {
|
|
10039
10039
|
string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" },
|
|
@@ -10144,13 +10144,13 @@ function uk_default() {
|
|
|
10144
10144
|
}
|
|
10145
10145
|
__name(uk_default, "default");
|
|
10146
10146
|
|
|
10147
|
-
// ../../node_modules
|
|
10147
|
+
// ../../node_modules/zod/v4/locales/ua.js
|
|
10148
10148
|
function ua_default() {
|
|
10149
10149
|
return uk_default();
|
|
10150
10150
|
}
|
|
10151
10151
|
__name(ua_default, "default");
|
|
10152
10152
|
|
|
10153
|
-
// ../../node_modules
|
|
10153
|
+
// ../../node_modules/zod/v4/locales/ur.js
|
|
10154
10154
|
var error45 = /* @__PURE__ */ __name(() => {
|
|
10155
10155
|
const Sizable = {
|
|
10156
10156
|
string: { unit: "\u062D\u0631\u0648\u0641", verb: "\u06C1\u0648\u0646\u0627" },
|
|
@@ -10263,7 +10263,7 @@ function ur_default() {
|
|
|
10263
10263
|
}
|
|
10264
10264
|
__name(ur_default, "default");
|
|
10265
10265
|
|
|
10266
|
-
// ../../node_modules
|
|
10266
|
+
// ../../node_modules/zod/v4/locales/uz.js
|
|
10267
10267
|
var error46 = /* @__PURE__ */ __name(() => {
|
|
10268
10268
|
const Sizable = {
|
|
10269
10269
|
string: { unit: "belgi", verb: "bo\u2018lishi kerak" },
|
|
@@ -10376,7 +10376,7 @@ function uz_default() {
|
|
|
10376
10376
|
}
|
|
10377
10377
|
__name(uz_default, "default");
|
|
10378
10378
|
|
|
10379
|
-
// ../../node_modules
|
|
10379
|
+
// ../../node_modules/zod/v4/locales/vi.js
|
|
10380
10380
|
var error47 = /* @__PURE__ */ __name(() => {
|
|
10381
10381
|
const Sizable = {
|
|
10382
10382
|
string: { unit: "k\xFD t\u1EF1", verb: "c\xF3" },
|
|
@@ -10487,7 +10487,7 @@ function vi_default() {
|
|
|
10487
10487
|
}
|
|
10488
10488
|
__name(vi_default, "default");
|
|
10489
10489
|
|
|
10490
|
-
// ../../node_modules
|
|
10490
|
+
// ../../node_modules/zod/v4/locales/zh-CN.js
|
|
10491
10491
|
var error48 = /* @__PURE__ */ __name(() => {
|
|
10492
10492
|
const Sizable = {
|
|
10493
10493
|
string: { unit: "\u5B57\u7B26", verb: "\u5305\u542B" },
|
|
@@ -10599,7 +10599,7 @@ function zh_CN_default() {
|
|
|
10599
10599
|
}
|
|
10600
10600
|
__name(zh_CN_default, "default");
|
|
10601
10601
|
|
|
10602
|
-
// ../../node_modules
|
|
10602
|
+
// ../../node_modules/zod/v4/locales/zh-TW.js
|
|
10603
10603
|
var error49 = /* @__PURE__ */ __name(() => {
|
|
10604
10604
|
const Sizable = {
|
|
10605
10605
|
string: { unit: "\u5B57\u5143", verb: "\u64C1\u6709" },
|
|
@@ -10709,7 +10709,7 @@ function zh_TW_default() {
|
|
|
10709
10709
|
}
|
|
10710
10710
|
__name(zh_TW_default, "default");
|
|
10711
10711
|
|
|
10712
|
-
// ../../node_modules
|
|
10712
|
+
// ../../node_modules/zod/v4/locales/yo.js
|
|
10713
10713
|
var error50 = /* @__PURE__ */ __name(() => {
|
|
10714
10714
|
const Sizable = {
|
|
10715
10715
|
string: { unit: "\xE0mi", verb: "n\xED" },
|
|
@@ -10819,7 +10819,7 @@ function yo_default() {
|
|
|
10819
10819
|
}
|
|
10820
10820
|
__name(yo_default, "default");
|
|
10821
10821
|
|
|
10822
|
-
// ../../node_modules
|
|
10822
|
+
// ../../node_modules/zod/v4/core/registries.js
|
|
10823
10823
|
var _a2;
|
|
10824
10824
|
var $output = /* @__PURE__ */ Symbol("ZodOutput");
|
|
10825
10825
|
var $input = /* @__PURE__ */ Symbol("ZodInput");
|
|
@@ -10873,7 +10873,7 @@ __name(registry, "registry");
|
|
|
10873
10873
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
10874
10874
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
10875
10875
|
|
|
10876
|
-
// ../../node_modules
|
|
10876
|
+
// ../../node_modules/zod/v4/core/api.js
|
|
10877
10877
|
// @__NO_SIDE_EFFECTS__
|
|
10878
10878
|
function _string(Class2, params) {
|
|
10879
10879
|
return new Class2({
|
|
@@ -12026,7 +12026,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
12026
12026
|
}
|
|
12027
12027
|
__name(_stringFormat, "_stringFormat");
|
|
12028
12028
|
|
|
12029
|
-
// ../../node_modules
|
|
12029
|
+
// ../../node_modules/zod/v4/core/to-json-schema.js
|
|
12030
12030
|
function initializeContext(params) {
|
|
12031
12031
|
let target = params?.target ?? "draft-2020-12";
|
|
12032
12032
|
if (target === "draft-4")
|
|
@@ -12390,7 +12390,7 @@ var createStandardJSONSchemaMethod = /* @__PURE__ */ __name((schema, io, process
|
|
|
12390
12390
|
return finalize(ctx, schema);
|
|
12391
12391
|
}, "createStandardJSONSchemaMethod");
|
|
12392
12392
|
|
|
12393
|
-
// ../../node_modules
|
|
12393
|
+
// ../../node_modules/zod/v4/core/json-schema-processors.js
|
|
12394
12394
|
var formatMap = {
|
|
12395
12395
|
guid: "uuid",
|
|
12396
12396
|
url: "uri",
|
|
@@ -12935,7 +12935,7 @@ function toJSONSchema(input, params) {
|
|
|
12935
12935
|
}
|
|
12936
12936
|
__name(toJSONSchema, "toJSONSchema");
|
|
12937
12937
|
|
|
12938
|
-
// ../../node_modules
|
|
12938
|
+
// ../../node_modules/zod/v4/core/json-schema-generator.js
|
|
12939
12939
|
var JSONSchemaGenerator = class {
|
|
12940
12940
|
static {
|
|
12941
12941
|
__name(this, "JSONSchemaGenerator");
|
|
@@ -13013,10 +13013,10 @@ var JSONSchemaGenerator = class {
|
|
|
13013
13013
|
}
|
|
13014
13014
|
};
|
|
13015
13015
|
|
|
13016
|
-
// ../../node_modules
|
|
13016
|
+
// ../../node_modules/zod/v4/core/json-schema.js
|
|
13017
13017
|
var json_schema_exports = {};
|
|
13018
13018
|
|
|
13019
|
-
// ../../node_modules
|
|
13019
|
+
// ../../node_modules/zod/v4/classic/schemas.js
|
|
13020
13020
|
var schemas_exports2 = {};
|
|
13021
13021
|
__export(schemas_exports2, {
|
|
13022
13022
|
ZodAny: () => ZodAny,
|
|
@@ -13187,7 +13187,7 @@ __export(schemas_exports2, {
|
|
|
13187
13187
|
xor: () => xor
|
|
13188
13188
|
});
|
|
13189
13189
|
|
|
13190
|
-
// ../../node_modules
|
|
13190
|
+
// ../../node_modules/zod/v4/classic/checks.js
|
|
13191
13191
|
var checks_exports2 = {};
|
|
13192
13192
|
__export(checks_exports2, {
|
|
13193
13193
|
endsWith: () => _endsWith,
|
|
@@ -13221,7 +13221,7 @@ __export(checks_exports2, {
|
|
|
13221
13221
|
uppercase: () => _uppercase
|
|
13222
13222
|
});
|
|
13223
13223
|
|
|
13224
|
-
// ../../node_modules
|
|
13224
|
+
// ../../node_modules/zod/v4/classic/iso.js
|
|
13225
13225
|
var iso_exports = {};
|
|
13226
13226
|
__export(iso_exports, {
|
|
13227
13227
|
ZodISODate: () => ZodISODate,
|
|
@@ -13266,7 +13266,7 @@ function duration2(params) {
|
|
|
13266
13266
|
}
|
|
13267
13267
|
__name(duration2, "duration");
|
|
13268
13268
|
|
|
13269
|
-
// ../../node_modules
|
|
13269
|
+
// ../../node_modules/zod/v4/classic/errors.js
|
|
13270
13270
|
var initializer2 = /* @__PURE__ */ __name((inst, issues) => {
|
|
13271
13271
|
$ZodError.init(inst, issues);
|
|
13272
13272
|
inst.name = "ZodError";
|
|
@@ -13306,7 +13306,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
13306
13306
|
Parent: Error
|
|
13307
13307
|
});
|
|
13308
13308
|
|
|
13309
|
-
// ../../node_modules
|
|
13309
|
+
// ../../node_modules/zod/v4/classic/parse.js
|
|
13310
13310
|
var parse2 = /* @__PURE__ */ _parse(ZodRealError);
|
|
13311
13311
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
13312
13312
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -13320,7 +13320,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
13320
13320
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
13321
13321
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
13322
13322
|
|
|
13323
|
-
// ../../node_modules
|
|
13323
|
+
// ../../node_modules/zod/v4/classic/schemas.js
|
|
13324
13324
|
var _installedGroups = /* @__PURE__ */ new WeakMap();
|
|
13325
13325
|
function _installLazyMethods(inst, group, methods) {
|
|
13326
13326
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -14703,7 +14703,7 @@ function preprocess(fn, schema) {
|
|
|
14703
14703
|
}
|
|
14704
14704
|
__name(preprocess, "preprocess");
|
|
14705
14705
|
|
|
14706
|
-
// ../../node_modules
|
|
14706
|
+
// ../../node_modules/zod/v4/classic/compat.js
|
|
14707
14707
|
var ZodIssueCode = {
|
|
14708
14708
|
invalid_type: "invalid_type",
|
|
14709
14709
|
too_big: "too_big",
|
|
@@ -14731,7 +14731,7 @@ var ZodFirstPartyTypeKind;
|
|
|
14731
14731
|
/* @__PURE__ */ (function(ZodFirstPartyTypeKind2) {
|
|
14732
14732
|
})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
14733
14733
|
|
|
14734
|
-
// ../../node_modules
|
|
14734
|
+
// ../../node_modules/zod/v4/classic/from-json-schema.js
|
|
14735
14735
|
var z = {
|
|
14736
14736
|
...schemas_exports2,
|
|
14737
14737
|
...checks_exports2,
|
|
@@ -15216,7 +15216,7 @@ function fromJSONSchema(schema, params) {
|
|
|
15216
15216
|
}
|
|
15217
15217
|
__name(fromJSONSchema, "fromJSONSchema");
|
|
15218
15218
|
|
|
15219
|
-
// ../../node_modules
|
|
15219
|
+
// ../../node_modules/zod/v4/classic/coerce.js
|
|
15220
15220
|
var coerce_exports = {};
|
|
15221
15221
|
__export(coerce_exports, {
|
|
15222
15222
|
bigint: () => bigint3,
|
|
@@ -15246,7 +15246,7 @@ function date4(params) {
|
|
|
15246
15246
|
}
|
|
15247
15247
|
__name(date4, "date");
|
|
15248
15248
|
|
|
15249
|
-
// ../../node_modules
|
|
15249
|
+
// ../../node_modules/zod/v4/classic/external.js
|
|
15250
15250
|
config(en_default());
|
|
15251
15251
|
|
|
15252
15252
|
// src/vc.ts
|
|
@@ -17048,7 +17048,8 @@ var RequestLearnerContextEventValidator = external_exports.object({
|
|
|
17048
17048
|
includePersonalData: external_exports.boolean().optional().default(false),
|
|
17049
17049
|
format: external_exports.enum(["prompt", "structured"]).optional().default("prompt"),
|
|
17050
17050
|
instructions: external_exports.string().optional(),
|
|
17051
|
-
detailLevel: external_exports.enum(["compact", "expanded"]).optional().default("compact")
|
|
17051
|
+
detailLevel: external_exports.enum(["compact", "expanded"]).optional().default("compact"),
|
|
17052
|
+
waitForSync: external_exports.boolean().optional().default(false)
|
|
17052
17053
|
});
|
|
17053
17054
|
var SummaryCredentialKeywordValidator = external_exports.object({
|
|
17054
17055
|
occupations: external_exports.array(external_exports.string()).nullable(),
|