@opentiny/next-sdk 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +635 -5
- package/agent/AgentModelProvider.ts +108 -65
- package/agent/type.ts +1 -1
- package/agent/utils/getAISDKTools.ts +2 -2
- package/dist/agent/AgentModelProvider.d.ts +5 -5
- package/dist/agent/type.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.dev.js +12181 -9736
- package/dist/index.es.js +22179 -20013
- package/dist/index.js +2176 -923
- package/dist/index.umd.dev.js +12210 -9766
- package/dist/index.umd.js +92 -79
- package/dist/{mcpsdk@1.25.2.dev.js → mcpsdk@1.25.3.dev.js} +3 -1
- package/dist/{mcpsdk@1.25.2.es.dev.js → mcpsdk@1.25.3.es.dev.js} +3 -1
- package/dist/{mcpsdk@1.25.2.es.js → mcpsdk@1.25.3.es.js} +1855 -1855
- package/dist/{mcpsdk@1.25.2.js → mcpsdk@1.25.3.js} +13 -13
- package/dist/remoter/createRemoter.d.ts +7 -2
- package/dist/skills/index.d.ts +54 -0
- package/dist/webagent.dev.js +22244 -16351
- package/dist/webagent.es.dev.js +21932 -16038
- package/dist/webagent.es.js +24792 -20100
- package/dist/webagent.js +73 -65
- package/dist/webmcp-full.dev.js +3 -1
- package/dist/webmcp-full.es.dev.js +3 -1
- package/dist/webmcp-full.es.js +523 -523
- package/dist/webmcp-full.js +9 -9
- package/index.ts +14 -0
- package/package.json +21 -6
- package/remoter/createRemoter.ts +75 -40
- package/skills/index.ts +141 -0
package/dist/webmcp-full.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
function
|
|
1
|
+
function wu(t) {
|
|
2
2
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3
3
|
}
|
|
4
|
-
var En = { exports: {} }, fa = {}, Pt = {}, Qt = {}, ha = {}, pa = {}, ma = {},
|
|
4
|
+
var En = { exports: {} }, fa = {}, Pt = {}, Qt = {}, ha = {}, pa = {}, ma = {}, mi;
|
|
5
5
|
function ys() {
|
|
6
|
-
return
|
|
6
|
+
return mi || (mi = 1, (function(t) {
|
|
7
7
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.regexpCode = t.getEsmExportName = t.getProperty = t.safeStringify = t.stringify = t.strConcat = t.addCodeArg = t.str = t._ = t.nil = t._Code = t.Name = t.IDENTIFIER = t._CodeOrName = void 0;
|
|
8
8
|
class e {
|
|
9
9
|
}
|
|
@@ -124,9 +124,9 @@ function ys() {
|
|
|
124
124
|
t.regexpCode = h;
|
|
125
125
|
})(ma)), ma;
|
|
126
126
|
}
|
|
127
|
-
var _a = {},
|
|
128
|
-
function
|
|
129
|
-
return
|
|
127
|
+
var _a = {}, _i;
|
|
128
|
+
function gi() {
|
|
129
|
+
return _i || (_i = 1, (function(t) {
|
|
130
130
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.ValueScope = t.ValueScopeName = t.Scope = t.varKinds = t.UsedValueState = void 0;
|
|
131
131
|
const e = ys();
|
|
132
132
|
class r extends Error {
|
|
@@ -247,11 +247,11 @@ function _i() {
|
|
|
247
247
|
t.ValueScope = i;
|
|
248
248
|
})(_a)), _a;
|
|
249
249
|
}
|
|
250
|
-
var
|
|
250
|
+
var yi;
|
|
251
251
|
function ce() {
|
|
252
|
-
return
|
|
252
|
+
return yi || (yi = 1, (function(t) {
|
|
253
253
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.or = t.and = t.not = t.CodeGen = t.operators = t.varKinds = t.ValueScopeName = t.ValueScope = t.Scope = t.Name = t.regexpCode = t.stringify = t.getProperty = t.nil = t.strConcat = t.str = t._ = void 0;
|
|
254
|
-
const e = ys(), r =
|
|
254
|
+
const e = ys(), r = gi();
|
|
255
255
|
var n = ys();
|
|
256
256
|
Object.defineProperty(t, "_", { enumerable: !0, get: function() {
|
|
257
257
|
return n._;
|
|
@@ -270,7 +270,7 @@ function ce() {
|
|
|
270
270
|
} }), Object.defineProperty(t, "Name", { enumerable: !0, get: function() {
|
|
271
271
|
return n.Name;
|
|
272
272
|
} });
|
|
273
|
-
var s =
|
|
273
|
+
var s = gi();
|
|
274
274
|
Object.defineProperty(t, "Scope", { enumerable: !0, get: function() {
|
|
275
275
|
return s.Scope;
|
|
276
276
|
} }), Object.defineProperty(t, "ValueScope", { enumerable: !0, get: function() {
|
|
@@ -809,10 +809,10 @@ function ce() {
|
|
|
809
809
|
}
|
|
810
810
|
})(pa)), pa;
|
|
811
811
|
}
|
|
812
|
-
var ie = {},
|
|
812
|
+
var ie = {}, vi;
|
|
813
813
|
function he() {
|
|
814
|
-
if (
|
|
815
|
-
|
|
814
|
+
if (vi) return ie;
|
|
815
|
+
vi = 1, Object.defineProperty(ie, "__esModule", { value: !0 }), ie.checkStrictMode = ie.getErrorPath = ie.Type = ie.useFunc = ie.setEvaluated = ie.evaluatedPropsToName = ie.mergeEvaluated = ie.eachItem = ie.unescapeJsonPointer = ie.escapeJsonPointer = ie.escapeFragment = ie.unescapeFragment = ie.schemaRefOrVal = ie.schemaHasRulesButRef = ie.schemaHasRules = ie.checkUnknownRules = ie.alwaysValidSchema = ie.toHash = void 0;
|
|
816
816
|
const t = ce(), e = ys();
|
|
817
817
|
function r(w) {
|
|
818
818
|
const k = {};
|
|
@@ -950,10 +950,10 @@ function he() {
|
|
|
950
950
|
}
|
|
951
951
|
return ie.checkStrictMode = b, ie;
|
|
952
952
|
}
|
|
953
|
-
var Rn = {},
|
|
953
|
+
var Rn = {}, wi;
|
|
954
954
|
function Yt() {
|
|
955
|
-
if (
|
|
956
|
-
|
|
955
|
+
if (wi) return Rn;
|
|
956
|
+
wi = 1, Object.defineProperty(Rn, "__esModule", { value: !0 });
|
|
957
957
|
const t = ce(), e = {
|
|
958
958
|
// validation function arguments
|
|
959
959
|
data: new t.Name("data"),
|
|
@@ -985,9 +985,9 @@ function Yt() {
|
|
|
985
985
|
};
|
|
986
986
|
return Rn.default = e, Rn;
|
|
987
987
|
}
|
|
988
|
-
var
|
|
988
|
+
var bi;
|
|
989
989
|
function Ys() {
|
|
990
|
-
return
|
|
990
|
+
return bi || (bi = 1, (function(t) {
|
|
991
991
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.extendErrors = t.resetErrorsCount = t.reportExtraError = t.reportError = t.keyword$DataError = t.keywordError = void 0;
|
|
992
992
|
const e = ce(), r = he(), n = Yt();
|
|
993
993
|
t.keywordError = {
|
|
@@ -1061,10 +1061,10 @@ function Ys() {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
})(ha)), ha;
|
|
1063
1063
|
}
|
|
1064
|
-
var
|
|
1064
|
+
var ki;
|
|
1065
1065
|
function yd() {
|
|
1066
|
-
if (
|
|
1067
|
-
|
|
1066
|
+
if (ki) return Qt;
|
|
1067
|
+
ki = 1, Object.defineProperty(Qt, "__esModule", { value: !0 }), Qt.boolOrEmptySchema = Qt.topBoolOrEmptySchema = void 0;
|
|
1068
1068
|
const t = Ys(), e = ce(), r = Yt(), n = {
|
|
1069
1069
|
message: "boolean schema is false"
|
|
1070
1070
|
};
|
|
@@ -1093,10 +1093,10 @@ function yd() {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
return Qt;
|
|
1095
1095
|
}
|
|
1096
|
-
var Ze = {}, er = {},
|
|
1097
|
-
function
|
|
1098
|
-
if (
|
|
1099
|
-
|
|
1096
|
+
var Ze = {}, er = {}, $i;
|
|
1097
|
+
function bu() {
|
|
1098
|
+
if ($i) return er;
|
|
1099
|
+
$i = 1, Object.defineProperty(er, "__esModule", { value: !0 }), er.getRules = er.isJSONType = void 0;
|
|
1100
1100
|
const t = ["string", "number", "integer", "boolean", "null", "object", "array"], e = new Set(t);
|
|
1101
1101
|
function r(s) {
|
|
1102
1102
|
return typeof s == "string" && e.has(s);
|
|
@@ -1119,10 +1119,10 @@ function wu() {
|
|
|
1119
1119
|
}
|
|
1120
1120
|
return er.getRules = n, er;
|
|
1121
1121
|
}
|
|
1122
|
-
var xt = {},
|
|
1123
|
-
function
|
|
1124
|
-
if (
|
|
1125
|
-
|
|
1122
|
+
var xt = {}, Si;
|
|
1123
|
+
function ku() {
|
|
1124
|
+
if (Si) return xt;
|
|
1125
|
+
Si = 1, Object.defineProperty(xt, "__esModule", { value: !0 }), xt.shouldUseRule = xt.shouldUseGroup = xt.schemaHasRulesForType = void 0;
|
|
1126
1126
|
function t({ schema: n, self: s }, a) {
|
|
1127
1127
|
const o = s.RULES.types[a];
|
|
1128
1128
|
return o && o !== !0 && e(n, o);
|
|
@@ -1138,11 +1138,11 @@ function bu() {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
return xt.shouldUseRule = r, xt;
|
|
1140
1140
|
}
|
|
1141
|
-
var
|
|
1141
|
+
var Ti;
|
|
1142
1142
|
function vs() {
|
|
1143
|
-
if (
|
|
1144
|
-
|
|
1145
|
-
const t =
|
|
1143
|
+
if (Ti) return Ze;
|
|
1144
|
+
Ti = 1, Object.defineProperty(Ze, "__esModule", { value: !0 }), Ze.reportTypeError = Ze.checkDataTypes = Ze.checkDataType = Ze.coerceAndCheckDataType = Ze.getJSONTypes = Ze.getSchemaTypes = Ze.DataType = void 0;
|
|
1145
|
+
const t = bu(), e = ku(), r = Ys(), n = ce(), s = he();
|
|
1146
1146
|
var a;
|
|
1147
1147
|
(function(f) {
|
|
1148
1148
|
f[f.Correct = 0] = "Correct", f[f.Wrong = 1] = "Wrong";
|
|
@@ -1286,10 +1286,10 @@ function vs() {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
return Ze;
|
|
1288
1288
|
}
|
|
1289
|
-
var jr = {},
|
|
1289
|
+
var jr = {}, Ei;
|
|
1290
1290
|
function vd() {
|
|
1291
|
-
if (
|
|
1292
|
-
|
|
1291
|
+
if (Ei) return jr;
|
|
1292
|
+
Ei = 1, Object.defineProperty(jr, "__esModule", { value: !0 }), jr.assignDefaults = void 0;
|
|
1293
1293
|
const t = ce(), e = he();
|
|
1294
1294
|
function r(s, a) {
|
|
1295
1295
|
const { properties: o, items: i } = s.schema;
|
|
@@ -1313,10 +1313,10 @@ function vd() {
|
|
|
1313
1313
|
}
|
|
1314
1314
|
return jr;
|
|
1315
1315
|
}
|
|
1316
|
-
var ht = {}, ye = {},
|
|
1316
|
+
var ht = {}, ye = {}, Ri;
|
|
1317
1317
|
function Tt() {
|
|
1318
|
-
if (
|
|
1319
|
-
|
|
1318
|
+
if (Ri) return ye;
|
|
1319
|
+
Ri = 1, Object.defineProperty(ye, "__esModule", { value: !0 }), ye.validateUnion = ye.validateArray = ye.usePattern = ye.callValidateCode = ye.schemaProperties = ye.allSchemaProperties = ye.noPropertyInData = ye.propertyInData = ye.isOwnProperty = ye.hasPropFunc = ye.reportMissingProp = ye.checkMissingProp = ye.checkReportMissingProp = void 0;
|
|
1320
1320
|
const t = ce(), e = he(), r = Yt(), n = he();
|
|
1321
1321
|
function s(f, g) {
|
|
1322
1322
|
const { gen: b, data: w, it: k } = f;
|
|
@@ -1422,10 +1422,10 @@ function Tt() {
|
|
|
1422
1422
|
}
|
|
1423
1423
|
return ye.validateUnion = v, ye;
|
|
1424
1424
|
}
|
|
1425
|
-
var
|
|
1425
|
+
var Pi;
|
|
1426
1426
|
function wd() {
|
|
1427
|
-
if (
|
|
1428
|
-
|
|
1427
|
+
if (Pi) return ht;
|
|
1428
|
+
Pi = 1, Object.defineProperty(ht, "__esModule", { value: !0 }), ht.validateKeywordUsage = ht.validSchemaType = ht.funcKeywordCode = ht.macroKeywordCode = void 0;
|
|
1429
1429
|
const t = ce(), e = Yt(), r = Tt(), n = Ys();
|
|
1430
1430
|
function s(m, _) {
|
|
1431
1431
|
const { gen: p, keyword: y, schema: h, parentSchema: v, it: f } = m, g = _.macro.call(f.self, h, v, f), b = u(p, y, g);
|
|
@@ -1511,10 +1511,10 @@ function wd() {
|
|
|
1511
1511
|
}
|
|
1512
1512
|
return ht.validateKeywordUsage = d, ht;
|
|
1513
1513
|
}
|
|
1514
|
-
var It = {},
|
|
1514
|
+
var It = {}, xi;
|
|
1515
1515
|
function bd() {
|
|
1516
|
-
if (
|
|
1517
|
-
|
|
1516
|
+
if (xi) return It;
|
|
1517
|
+
xi = 1, Object.defineProperty(It, "__esModule", { value: !0 }), It.extendSubschemaMode = It.extendSubschemaData = It.getSubschema = void 0;
|
|
1518
1518
|
const t = ce(), e = he();
|
|
1519
1519
|
function r(a, { keyword: o, schemaProp: i, schema: c, schemaPath: u, errSchemaPath: l, topSchemaRef: d }) {
|
|
1520
1520
|
if (o !== void 0 && c !== void 0)
|
|
@@ -1567,9 +1567,9 @@ function bd() {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
return It.extendSubschemaMode = s, It;
|
|
1569
1569
|
}
|
|
1570
|
-
var Be = {}, ga,
|
|
1571
|
-
function
|
|
1572
|
-
return
|
|
1570
|
+
var Be = {}, ga, Ii;
|
|
1571
|
+
function $u() {
|
|
1572
|
+
return Ii || (Ii = 1, ga = function t(e, r) {
|
|
1573
1573
|
if (e === r) return !0;
|
|
1574
1574
|
if (e && r && typeof e == "object" && typeof r == "object") {
|
|
1575
1575
|
if (e.constructor !== r.constructor) return !1;
|
|
@@ -1595,10 +1595,10 @@ function ku() {
|
|
|
1595
1595
|
return e !== e && r !== r;
|
|
1596
1596
|
}), ga;
|
|
1597
1597
|
}
|
|
1598
|
-
var ya = { exports: {} },
|
|
1598
|
+
var ya = { exports: {} }, Ci;
|
|
1599
1599
|
function kd() {
|
|
1600
|
-
if (
|
|
1601
|
-
|
|
1600
|
+
if (Ci) return ya.exports;
|
|
1601
|
+
Ci = 1;
|
|
1602
1602
|
var t = ya.exports = function(n, s, a) {
|
|
1603
1603
|
typeof s == "function" && (a = s, s = {}), a = s.cb || a;
|
|
1604
1604
|
var o = typeof a == "function" ? a : a.pre || function() {
|
|
@@ -1670,11 +1670,11 @@ function kd() {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
return ya.exports;
|
|
1672
1672
|
}
|
|
1673
|
-
var
|
|
1673
|
+
var Oi;
|
|
1674
1674
|
function Xs() {
|
|
1675
|
-
if (
|
|
1676
|
-
|
|
1677
|
-
const t = he(), e =
|
|
1675
|
+
if (Oi) return Be;
|
|
1676
|
+
Oi = 1, Object.defineProperty(Be, "__esModule", { value: !0 }), Be.getSchemaRefs = Be.resolveUrl = Be.normalizeId = Be._getFullPath = Be.getFullPath = Be.inlineRef = void 0;
|
|
1677
|
+
const t = he(), e = $u(), r = kd(), n = /* @__PURE__ */ new Set([
|
|
1678
1678
|
"type",
|
|
1679
1679
|
"format",
|
|
1680
1680
|
"pattern",
|
|
@@ -1779,11 +1779,11 @@ function Xs() {
|
|
|
1779
1779
|
}
|
|
1780
1780
|
return Be.getSchemaRefs = p, Be;
|
|
1781
1781
|
}
|
|
1782
|
-
var
|
|
1782
|
+
var Ni;
|
|
1783
1783
|
function Qs() {
|
|
1784
|
-
if (
|
|
1785
|
-
|
|
1786
|
-
const t = yd(), e = vs(), r =
|
|
1784
|
+
if (Ni) return Pt;
|
|
1785
|
+
Ni = 1, Object.defineProperty(Pt, "__esModule", { value: !0 }), Pt.getData = Pt.KeywordCxt = Pt.validateFunctionCode = void 0;
|
|
1786
|
+
const t = yd(), e = vs(), r = ku(), n = vs(), s = vd(), a = wd(), o = bd(), i = ce(), c = Yt(), u = Xs(), l = he(), d = Ys();
|
|
1787
1787
|
function m(R) {
|
|
1788
1788
|
if (w(R) && (S(R), b(R))) {
|
|
1789
1789
|
h(R);
|
|
@@ -2092,10 +2092,10 @@ function Qs() {
|
|
|
2092
2092
|
}
|
|
2093
2093
|
return Pt.getData = de, Pt;
|
|
2094
2094
|
}
|
|
2095
|
-
var Pn = {},
|
|
2095
|
+
var Pn = {}, Ai;
|
|
2096
2096
|
function wo() {
|
|
2097
|
-
if (
|
|
2098
|
-
|
|
2097
|
+
if (Ai) return Pn;
|
|
2098
|
+
Ai = 1, Object.defineProperty(Pn, "__esModule", { value: !0 });
|
|
2099
2099
|
class t extends Error {
|
|
2100
2100
|
constructor(r) {
|
|
2101
2101
|
super("validation failed"), this.errors = r, this.ajv = this.validation = !0;
|
|
@@ -2103,10 +2103,10 @@ function wo() {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
return Pn.default = t, Pn;
|
|
2105
2105
|
}
|
|
2106
|
-
var xn = {},
|
|
2106
|
+
var xn = {}, ji;
|
|
2107
2107
|
function ea() {
|
|
2108
|
-
if (
|
|
2109
|
-
|
|
2108
|
+
if (ji) return xn;
|
|
2109
|
+
ji = 1, Object.defineProperty(xn, "__esModule", { value: !0 });
|
|
2110
2110
|
const t = Xs();
|
|
2111
2111
|
class e extends Error {
|
|
2112
2112
|
constructor(n, s, a, o) {
|
|
@@ -2115,10 +2115,10 @@ function ea() {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
return xn.default = e, xn;
|
|
2117
2117
|
}
|
|
2118
|
-
var rt = {},
|
|
2118
|
+
var rt = {}, zi;
|
|
2119
2119
|
function bo() {
|
|
2120
|
-
if (
|
|
2121
|
-
|
|
2120
|
+
if (zi) return rt;
|
|
2121
|
+
zi = 1, Object.defineProperty(rt, "__esModule", { value: !0 }), rt.resolveSchema = rt.getCompilingSchema = rt.resolveRef = rt.compileSchema = rt.SchemaEnv = void 0;
|
|
2122
2122
|
const t = ce(), e = wo(), r = Yt(), n = Xs(), s = he(), a = Qs();
|
|
2123
2123
|
class o {
|
|
2124
2124
|
constructor(v) {
|
|
@@ -2281,10 +2281,10 @@ const $d = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/
|
|
|
2281
2281
|
properties: Rd,
|
|
2282
2282
|
additionalProperties: Pd
|
|
2283
2283
|
};
|
|
2284
|
-
var In = {}, zr = { exports: {} }, va,
|
|
2285
|
-
function
|
|
2286
|
-
if (
|
|
2287
|
-
|
|
2284
|
+
var In = {}, zr = { exports: {} }, va, Mi;
|
|
2285
|
+
function Su() {
|
|
2286
|
+
if (Mi) return va;
|
|
2287
|
+
Mi = 1;
|
|
2288
2288
|
const t = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu), e = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
|
|
2289
2289
|
function r(m) {
|
|
2290
2290
|
let _ = "", p = 0, y = 0;
|
|
@@ -2446,11 +2446,11 @@ function $u() {
|
|
|
2446
2446
|
stringArrayToHexStripped: r
|
|
2447
2447
|
}, va;
|
|
2448
2448
|
}
|
|
2449
|
-
var wa,
|
|
2449
|
+
var wa, qi;
|
|
2450
2450
|
function Id() {
|
|
2451
|
-
if (
|
|
2452
|
-
|
|
2453
|
-
const { isUUID: t } =
|
|
2451
|
+
if (qi) return wa;
|
|
2452
|
+
qi = 1;
|
|
2453
|
+
const { isUUID: t } = Su(), e = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu, r = (
|
|
2454
2454
|
/** @type {const} */
|
|
2455
2455
|
[
|
|
2456
2456
|
"http",
|
|
@@ -2592,11 +2592,11 @@ function Id() {
|
|
|
2592
2592
|
getSchemeHandler: b
|
|
2593
2593
|
}, wa;
|
|
2594
2594
|
}
|
|
2595
|
-
var
|
|
2595
|
+
var Zi;
|
|
2596
2596
|
function Cd() {
|
|
2597
|
-
if (
|
|
2598
|
-
|
|
2599
|
-
const { normalizeIPv6: t, removeDotSegments: e, recomposeAuthority: r, normalizeComponentEncoding: n, isIPv4: s, nonSimpleDomain: a } =
|
|
2597
|
+
if (Zi) return zr.exports;
|
|
2598
|
+
Zi = 1;
|
|
2599
|
+
const { normalizeIPv6: t, removeDotSegments: e, recomposeAuthority: r, normalizeComponentEncoding: n, isIPv4: s, nonSimpleDomain: a } = Su(), { SCHEMES: o, getSchemeHandler: i } = Id();
|
|
2600
2600
|
function c(h, v) {
|
|
2601
2601
|
return typeof h == "string" ? h = /** @type {T} */
|
|
2602
2602
|
m(p(h, v), v) : typeof h == "object" && (h = /** @type {T} */
|
|
@@ -2683,16 +2683,16 @@ function Cd() {
|
|
|
2683
2683
|
};
|
|
2684
2684
|
return zr.exports = y, zr.exports.default = y, zr.exports.fastUri = y, zr.exports;
|
|
2685
2685
|
}
|
|
2686
|
-
var
|
|
2686
|
+
var Li;
|
|
2687
2687
|
function Od() {
|
|
2688
|
-
if (
|
|
2689
|
-
|
|
2688
|
+
if (Li) return In;
|
|
2689
|
+
Li = 1, Object.defineProperty(In, "__esModule", { value: !0 });
|
|
2690
2690
|
const t = Cd();
|
|
2691
2691
|
return t.code = 'require("ajv/dist/runtime/uri").default', In.default = t, In;
|
|
2692
2692
|
}
|
|
2693
|
-
var
|
|
2693
|
+
var Ui;
|
|
2694
2694
|
function Nd() {
|
|
2695
|
-
return
|
|
2695
|
+
return Ui || (Ui = 1, (function(t) {
|
|
2696
2696
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.CodeGen = t.Name = t.nil = t.stringify = t.str = t._ = t.KeywordCxt = void 0;
|
|
2697
2697
|
var e = Qs();
|
|
2698
2698
|
Object.defineProperty(t, "KeywordCxt", { enumerable: !0, get: function() {
|
|
@@ -2712,7 +2712,7 @@ function Nd() {
|
|
|
2712
2712
|
} }), Object.defineProperty(t, "CodeGen", { enumerable: !0, get: function() {
|
|
2713
2713
|
return r.CodeGen;
|
|
2714
2714
|
} });
|
|
2715
|
-
const n = wo(), s = ea(), a =
|
|
2715
|
+
const n = wo(), s = ea(), a = bu(), o = bo(), i = ce(), c = Xs(), u = vs(), l = he(), d = xd, m = Od(), _ = (L, P) => new RegExp(L, P);
|
|
2716
2716
|
_.code = "new RegExp";
|
|
2717
2717
|
const p = ["removeAdditional", "useDefaults", "coerceTypes"], y = /* @__PURE__ */ new Set([
|
|
2718
2718
|
"validate",
|
|
@@ -2751,14 +2751,14 @@ function Nd() {
|
|
|
2751
2751
|
}, f = 200;
|
|
2752
2752
|
function g(L) {
|
|
2753
2753
|
var P, M, I, $, E, N, Q, ne, pe, de, R, x, z, U, re, ue, Me, ft, Ye, Xe, qe, fr, it, ua, la;
|
|
2754
|
-
const Ar = L.strict, da = (P = L.code) === null || P === void 0 ? void 0 : P.optimize,
|
|
2754
|
+
const Ar = L.strict, da = (P = L.code) === null || P === void 0 ? void 0 : P.optimize, hi = da === !0 || da === void 0 ? 1 : da || 0, pi = (I = (M = L.code) === null || M === void 0 ? void 0 : M.regExp) !== null && I !== void 0 ? I : _, gd = ($ = L.uriResolver) !== null && $ !== void 0 ? $ : m.default;
|
|
2755
2755
|
return {
|
|
2756
2756
|
strictSchema: (N = (E = L.strictSchema) !== null && E !== void 0 ? E : Ar) !== null && N !== void 0 ? N : !0,
|
|
2757
2757
|
strictNumbers: (ne = (Q = L.strictNumbers) !== null && Q !== void 0 ? Q : Ar) !== null && ne !== void 0 ? ne : !0,
|
|
2758
2758
|
strictTypes: (de = (pe = L.strictTypes) !== null && pe !== void 0 ? pe : Ar) !== null && de !== void 0 ? de : "log",
|
|
2759
2759
|
strictTuples: (x = (R = L.strictTuples) !== null && R !== void 0 ? R : Ar) !== null && x !== void 0 ? x : "log",
|
|
2760
2760
|
strictRequired: (U = (z = L.strictRequired) !== null && z !== void 0 ? z : Ar) !== null && U !== void 0 ? U : !1,
|
|
2761
|
-
code: L.code ? { ...L.code, optimize:
|
|
2761
|
+
code: L.code ? { ...L.code, optimize: hi, regExp: pi } : { optimize: hi, regExp: pi },
|
|
2762
2762
|
loopRequired: (re = L.loopRequired) !== null && re !== void 0 ? re : f,
|
|
2763
2763
|
loopEnum: (ue = L.loopEnum) !== null && ue !== void 0 ? ue : f,
|
|
2764
2764
|
meta: (Me = L.meta) !== null && Me !== void 0 ? Me : !0,
|
|
@@ -3133,10 +3133,10 @@ function Nd() {
|
|
|
3133
3133
|
}
|
|
3134
3134
|
})(fa)), fa;
|
|
3135
3135
|
}
|
|
3136
|
-
var Cn = {}, On = {}, Nn = {},
|
|
3136
|
+
var Cn = {}, On = {}, Nn = {}, Di;
|
|
3137
3137
|
function Ad() {
|
|
3138
|
-
if (
|
|
3139
|
-
|
|
3138
|
+
if (Di) return Nn;
|
|
3139
|
+
Di = 1, Object.defineProperty(Nn, "__esModule", { value: !0 });
|
|
3140
3140
|
const t = {
|
|
3141
3141
|
keyword: "id",
|
|
3142
3142
|
code() {
|
|
@@ -3145,10 +3145,10 @@ function Ad() {
|
|
|
3145
3145
|
};
|
|
3146
3146
|
return Nn.default = t, Nn;
|
|
3147
3147
|
}
|
|
3148
|
-
var Mt = {},
|
|
3148
|
+
var Mt = {}, Vi;
|
|
3149
3149
|
function jd() {
|
|
3150
|
-
if (
|
|
3151
|
-
|
|
3150
|
+
if (Vi) return Mt;
|
|
3151
|
+
Vi = 1, Object.defineProperty(Mt, "__esModule", { value: !0 }), Mt.callRef = Mt.getValidate = void 0;
|
|
3152
3152
|
const t = ea(), e = Tt(), r = ce(), n = Yt(), s = bo(), a = he(), o = {
|
|
3153
3153
|
keyword: "$ref",
|
|
3154
3154
|
schemaType: "string",
|
|
@@ -3232,10 +3232,10 @@ function jd() {
|
|
|
3232
3232
|
}
|
|
3233
3233
|
return Mt.callRef = c, Mt.default = o, Mt;
|
|
3234
3234
|
}
|
|
3235
|
-
var
|
|
3235
|
+
var Fi;
|
|
3236
3236
|
function zd() {
|
|
3237
|
-
if (
|
|
3238
|
-
|
|
3237
|
+
if (Fi) return On;
|
|
3238
|
+
Fi = 1, Object.defineProperty(On, "__esModule", { value: !0 });
|
|
3239
3239
|
const t = Ad(), e = jd(), r = [
|
|
3240
3240
|
"$schema",
|
|
3241
3241
|
"$id",
|
|
@@ -3248,10 +3248,10 @@ function zd() {
|
|
|
3248
3248
|
];
|
|
3249
3249
|
return On.default = r, On;
|
|
3250
3250
|
}
|
|
3251
|
-
var An = {}, jn = {},
|
|
3251
|
+
var An = {}, jn = {}, Hi;
|
|
3252
3252
|
function Md() {
|
|
3253
|
-
if (
|
|
3254
|
-
|
|
3253
|
+
if (Hi) return jn;
|
|
3254
|
+
Hi = 1, Object.defineProperty(jn, "__esModule", { value: !0 });
|
|
3255
3255
|
const t = ce(), e = t.operators, r = {
|
|
3256
3256
|
maximum: { okStr: "<=", ok: e.LTE, fail: e.GT },
|
|
3257
3257
|
minimum: { okStr: ">=", ok: e.GTE, fail: e.LT },
|
|
@@ -3273,10 +3273,10 @@ function Md() {
|
|
|
3273
3273
|
};
|
|
3274
3274
|
return jn.default = s, jn;
|
|
3275
3275
|
}
|
|
3276
|
-
var zn = {},
|
|
3276
|
+
var zn = {}, Wi;
|
|
3277
3277
|
function qd() {
|
|
3278
|
-
if (
|
|
3279
|
-
|
|
3278
|
+
if (Wi) return zn;
|
|
3279
|
+
Wi = 1, Object.defineProperty(zn, "__esModule", { value: !0 });
|
|
3280
3280
|
const t = ce(), r = {
|
|
3281
3281
|
keyword: "multipleOf",
|
|
3282
3282
|
type: "number",
|
|
@@ -3293,10 +3293,10 @@ function qd() {
|
|
|
3293
3293
|
};
|
|
3294
3294
|
return zn.default = r, zn;
|
|
3295
3295
|
}
|
|
3296
|
-
var Mn = {}, qn = {},
|
|
3296
|
+
var Mn = {}, qn = {}, Ki;
|
|
3297
3297
|
function Zd() {
|
|
3298
|
-
if (
|
|
3299
|
-
|
|
3298
|
+
if (Ki) return qn;
|
|
3299
|
+
Ki = 1, Object.defineProperty(qn, "__esModule", { value: !0 });
|
|
3300
3300
|
function t(e) {
|
|
3301
3301
|
const r = e.length;
|
|
3302
3302
|
let n = 0, s = 0, a;
|
|
@@ -3306,10 +3306,10 @@ function Zd() {
|
|
|
3306
3306
|
}
|
|
3307
3307
|
return qn.default = t, t.code = 'require("ajv/dist/runtime/ucs2length").default', qn;
|
|
3308
3308
|
}
|
|
3309
|
-
var
|
|
3309
|
+
var Bi;
|
|
3310
3310
|
function Ld() {
|
|
3311
|
-
if (
|
|
3312
|
-
|
|
3311
|
+
if (Bi) return Mn;
|
|
3312
|
+
Bi = 1, Object.defineProperty(Mn, "__esModule", { value: !0 });
|
|
3313
3313
|
const t = ce(), e = he(), r = Zd(), s = {
|
|
3314
3314
|
keyword: ["maxLength", "minLength"],
|
|
3315
3315
|
type: "string",
|
|
@@ -3329,10 +3329,10 @@ function Ld() {
|
|
|
3329
3329
|
};
|
|
3330
3330
|
return Mn.default = s, Mn;
|
|
3331
3331
|
}
|
|
3332
|
-
var Zn = {},
|
|
3332
|
+
var Zn = {}, Ji;
|
|
3333
3333
|
function Ud() {
|
|
3334
|
-
if (
|
|
3335
|
-
|
|
3334
|
+
if (Ji) return Zn;
|
|
3335
|
+
Ji = 1, Object.defineProperty(Zn, "__esModule", { value: !0 });
|
|
3336
3336
|
const t = Tt(), e = ce(), n = {
|
|
3337
3337
|
keyword: "pattern",
|
|
3338
3338
|
type: "string",
|
|
@@ -3349,10 +3349,10 @@ function Ud() {
|
|
|
3349
3349
|
};
|
|
3350
3350
|
return Zn.default = n, Zn;
|
|
3351
3351
|
}
|
|
3352
|
-
var Ln = {},
|
|
3352
|
+
var Ln = {}, Gi;
|
|
3353
3353
|
function Dd() {
|
|
3354
|
-
if (
|
|
3355
|
-
|
|
3354
|
+
if (Gi) return Ln;
|
|
3355
|
+
Gi = 1, Object.defineProperty(Ln, "__esModule", { value: !0 });
|
|
3356
3356
|
const t = ce(), r = {
|
|
3357
3357
|
keyword: ["maxProperties", "minProperties"],
|
|
3358
3358
|
type: "object",
|
|
@@ -3372,10 +3372,10 @@ function Dd() {
|
|
|
3372
3372
|
};
|
|
3373
3373
|
return Ln.default = r, Ln;
|
|
3374
3374
|
}
|
|
3375
|
-
var Un = {},
|
|
3375
|
+
var Un = {}, Yi;
|
|
3376
3376
|
function Vd() {
|
|
3377
|
-
if (
|
|
3378
|
-
|
|
3377
|
+
if (Yi) return Un;
|
|
3378
|
+
Yi = 1, Object.defineProperty(Un, "__esModule", { value: !0 });
|
|
3379
3379
|
const t = Tt(), e = ce(), r = he(), s = {
|
|
3380
3380
|
keyword: "required",
|
|
3381
3381
|
type: "object",
|
|
@@ -3429,10 +3429,10 @@ function Vd() {
|
|
|
3429
3429
|
};
|
|
3430
3430
|
return Un.default = s, Un;
|
|
3431
3431
|
}
|
|
3432
|
-
var Dn = {},
|
|
3432
|
+
var Dn = {}, Xi;
|
|
3433
3433
|
function Fd() {
|
|
3434
|
-
if (
|
|
3435
|
-
|
|
3434
|
+
if (Xi) return Dn;
|
|
3435
|
+
Xi = 1, Object.defineProperty(Dn, "__esModule", { value: !0 });
|
|
3436
3436
|
const t = ce(), r = {
|
|
3437
3437
|
keyword: ["maxItems", "minItems"],
|
|
3438
3438
|
type: "array",
|
|
@@ -3452,17 +3452,17 @@ function Fd() {
|
|
|
3452
3452
|
};
|
|
3453
3453
|
return Dn.default = r, Dn;
|
|
3454
3454
|
}
|
|
3455
|
-
var Vn = {}, Fn = {},
|
|
3455
|
+
var Vn = {}, Fn = {}, Qi;
|
|
3456
3456
|
function ko() {
|
|
3457
|
-
if (
|
|
3458
|
-
|
|
3459
|
-
const t =
|
|
3457
|
+
if (Qi) return Fn;
|
|
3458
|
+
Qi = 1, Object.defineProperty(Fn, "__esModule", { value: !0 });
|
|
3459
|
+
const t = $u();
|
|
3460
3460
|
return t.code = 'require("ajv/dist/runtime/equal").default', Fn.default = t, Fn;
|
|
3461
3461
|
}
|
|
3462
|
-
var
|
|
3462
|
+
var ec;
|
|
3463
3463
|
function Hd() {
|
|
3464
|
-
if (
|
|
3465
|
-
|
|
3464
|
+
if (ec) return Vn;
|
|
3465
|
+
ec = 1, Object.defineProperty(Vn, "__esModule", { value: !0 });
|
|
3466
3466
|
const t = vs(), e = ce(), r = he(), n = ko(), a = {
|
|
3467
3467
|
keyword: "uniqueItems",
|
|
3468
3468
|
type: "array",
|
|
@@ -3503,10 +3503,10 @@ function Hd() {
|
|
|
3503
3503
|
};
|
|
3504
3504
|
return Vn.default = a, Vn;
|
|
3505
3505
|
}
|
|
3506
|
-
var Hn = {},
|
|
3506
|
+
var Hn = {}, tc;
|
|
3507
3507
|
function Wd() {
|
|
3508
|
-
if (
|
|
3509
|
-
|
|
3508
|
+
if (tc) return Hn;
|
|
3509
|
+
tc = 1, Object.defineProperty(Hn, "__esModule", { value: !0 });
|
|
3510
3510
|
const t = ce(), e = he(), r = ko(), s = {
|
|
3511
3511
|
keyword: "const",
|
|
3512
3512
|
$data: !0,
|
|
@@ -3521,10 +3521,10 @@ function Wd() {
|
|
|
3521
3521
|
};
|
|
3522
3522
|
return Hn.default = s, Hn;
|
|
3523
3523
|
}
|
|
3524
|
-
var Wn = {},
|
|
3524
|
+
var Wn = {}, rc;
|
|
3525
3525
|
function Kd() {
|
|
3526
|
-
if (
|
|
3527
|
-
|
|
3526
|
+
if (rc) return Wn;
|
|
3527
|
+
rc = 1, Object.defineProperty(Wn, "__esModule", { value: !0 });
|
|
3528
3528
|
const t = ce(), e = he(), r = ko(), s = {
|
|
3529
3529
|
keyword: "enum",
|
|
3530
3530
|
schemaType: "array",
|
|
@@ -3561,10 +3561,10 @@ function Kd() {
|
|
|
3561
3561
|
};
|
|
3562
3562
|
return Wn.default = s, Wn;
|
|
3563
3563
|
}
|
|
3564
|
-
var
|
|
3564
|
+
var nc;
|
|
3565
3565
|
function Bd() {
|
|
3566
|
-
if (
|
|
3567
|
-
|
|
3566
|
+
if (nc) return An;
|
|
3567
|
+
nc = 1, Object.defineProperty(An, "__esModule", { value: !0 });
|
|
3568
3568
|
const t = Md(), e = qd(), r = Ld(), n = Ud(), s = Dd(), a = Vd(), o = Fd(), i = Hd(), c = Wd(), u = Kd(), l = [
|
|
3569
3569
|
// number
|
|
3570
3570
|
t.default,
|
|
@@ -3586,10 +3586,10 @@ function Bd() {
|
|
|
3586
3586
|
];
|
|
3587
3587
|
return An.default = l, An;
|
|
3588
3588
|
}
|
|
3589
|
-
var Kn = {}, hr = {},
|
|
3590
|
-
function
|
|
3591
|
-
if (
|
|
3592
|
-
|
|
3589
|
+
var Kn = {}, hr = {}, sc;
|
|
3590
|
+
function Tu() {
|
|
3591
|
+
if (sc) return hr;
|
|
3592
|
+
sc = 1, Object.defineProperty(hr, "__esModule", { value: !0 }), hr.validateAdditionalItems = void 0;
|
|
3593
3593
|
const t = ce(), e = he(), n = {
|
|
3594
3594
|
keyword: "additionalItems",
|
|
3595
3595
|
type: "array",
|
|
@@ -3626,10 +3626,10 @@ function Su() {
|
|
|
3626
3626
|
}
|
|
3627
3627
|
return hr.validateAdditionalItems = s, hr.default = n, hr;
|
|
3628
3628
|
}
|
|
3629
|
-
var Bn = {}, pr = {},
|
|
3630
|
-
function
|
|
3631
|
-
if (
|
|
3632
|
-
|
|
3629
|
+
var Bn = {}, pr = {}, ac;
|
|
3630
|
+
function Eu() {
|
|
3631
|
+
if (ac) return pr;
|
|
3632
|
+
ac = 1, Object.defineProperty(pr, "__esModule", { value: !0 }), pr.validateTuple = void 0;
|
|
3633
3633
|
const t = ce(), e = he(), r = Tt(), n = {
|
|
3634
3634
|
keyword: "items",
|
|
3635
3635
|
type: "array",
|
|
@@ -3663,11 +3663,11 @@ function Tu() {
|
|
|
3663
3663
|
}
|
|
3664
3664
|
return pr.validateTuple = s, pr.default = n, pr;
|
|
3665
3665
|
}
|
|
3666
|
-
var
|
|
3666
|
+
var oc;
|
|
3667
3667
|
function Jd() {
|
|
3668
|
-
if (
|
|
3669
|
-
|
|
3670
|
-
const t =
|
|
3668
|
+
if (oc) return Bn;
|
|
3669
|
+
oc = 1, Object.defineProperty(Bn, "__esModule", { value: !0 });
|
|
3670
|
+
const t = Eu(), e = {
|
|
3671
3671
|
keyword: "prefixItems",
|
|
3672
3672
|
type: "array",
|
|
3673
3673
|
schemaType: ["array"],
|
|
@@ -3676,11 +3676,11 @@ function Jd() {
|
|
|
3676
3676
|
};
|
|
3677
3677
|
return Bn.default = e, Bn;
|
|
3678
3678
|
}
|
|
3679
|
-
var Jn = {},
|
|
3679
|
+
var Jn = {}, ic;
|
|
3680
3680
|
function Gd() {
|
|
3681
|
-
if (
|
|
3682
|
-
|
|
3683
|
-
const t = ce(), e = he(), r = Tt(), n =
|
|
3681
|
+
if (ic) return Jn;
|
|
3682
|
+
ic = 1, Object.defineProperty(Jn, "__esModule", { value: !0 });
|
|
3683
|
+
const t = ce(), e = he(), r = Tt(), n = Tu(), a = {
|
|
3684
3684
|
keyword: "items",
|
|
3685
3685
|
type: "array",
|
|
3686
3686
|
schemaType: ["object", "boolean"],
|
|
@@ -3696,10 +3696,10 @@ function Gd() {
|
|
|
3696
3696
|
};
|
|
3697
3697
|
return Jn.default = a, Jn;
|
|
3698
3698
|
}
|
|
3699
|
-
var Gn = {},
|
|
3699
|
+
var Gn = {}, cc;
|
|
3700
3700
|
function Yd() {
|
|
3701
|
-
if (
|
|
3702
|
-
|
|
3701
|
+
if (cc) return Gn;
|
|
3702
|
+
cc = 1, Object.defineProperty(Gn, "__esModule", { value: !0 });
|
|
3703
3703
|
const t = ce(), e = he(), n = {
|
|
3704
3704
|
keyword: "contains",
|
|
3705
3705
|
type: "array",
|
|
@@ -3753,9 +3753,9 @@ function Yd() {
|
|
|
3753
3753
|
};
|
|
3754
3754
|
return Gn.default = n, Gn;
|
|
3755
3755
|
}
|
|
3756
|
-
var ba = {},
|
|
3756
|
+
var ba = {}, uc;
|
|
3757
3757
|
function Xd() {
|
|
3758
|
-
return
|
|
3758
|
+
return uc || (uc = 1, (function(t) {
|
|
3759
3759
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.validateSchemaDeps = t.validatePropertyDeps = t.error = void 0;
|
|
3760
3760
|
const e = ce(), r = he(), n = Tt();
|
|
3761
3761
|
t.error = {
|
|
@@ -3826,10 +3826,10 @@ function Xd() {
|
|
|
3826
3826
|
t.validateSchemaDeps = i, t.default = s;
|
|
3827
3827
|
})(ba)), ba;
|
|
3828
3828
|
}
|
|
3829
|
-
var Yn = {},
|
|
3829
|
+
var Yn = {}, lc;
|
|
3830
3830
|
function Qd() {
|
|
3831
|
-
if (
|
|
3832
|
-
|
|
3831
|
+
if (lc) return Yn;
|
|
3832
|
+
lc = 1, Object.defineProperty(Yn, "__esModule", { value: !0 });
|
|
3833
3833
|
const t = ce(), e = he(), n = {
|
|
3834
3834
|
keyword: "propertyNames",
|
|
3835
3835
|
type: "object",
|
|
@@ -3858,10 +3858,10 @@ function Qd() {
|
|
|
3858
3858
|
};
|
|
3859
3859
|
return Yn.default = n, Yn;
|
|
3860
3860
|
}
|
|
3861
|
-
var Xn = {},
|
|
3862
|
-
function
|
|
3863
|
-
if (
|
|
3864
|
-
|
|
3861
|
+
var Xn = {}, dc;
|
|
3862
|
+
function Ru() {
|
|
3863
|
+
if (dc) return Xn;
|
|
3864
|
+
dc = 1, Object.defineProperty(Xn, "__esModule", { value: !0 });
|
|
3865
3865
|
const t = Tt(), e = ce(), r = Yt(), n = he(), a = {
|
|
3866
3866
|
keyword: "additionalProperties",
|
|
3867
3867
|
type: ["object"],
|
|
@@ -3929,11 +3929,11 @@ function Eu() {
|
|
|
3929
3929
|
};
|
|
3930
3930
|
return Xn.default = a, Xn;
|
|
3931
3931
|
}
|
|
3932
|
-
var Qn = {},
|
|
3932
|
+
var Qn = {}, fc;
|
|
3933
3933
|
function ef() {
|
|
3934
|
-
if (
|
|
3935
|
-
|
|
3936
|
-
const t = Qs(), e = Tt(), r = he(), n =
|
|
3934
|
+
if (fc) return Qn;
|
|
3935
|
+
fc = 1, Object.defineProperty(Qn, "__esModule", { value: !0 });
|
|
3936
|
+
const t = Qs(), e = Tt(), r = he(), n = Ru(), s = {
|
|
3937
3937
|
keyword: "properties",
|
|
3938
3938
|
type: "object",
|
|
3939
3939
|
schemaType: "object",
|
|
@@ -3964,10 +3964,10 @@ function ef() {
|
|
|
3964
3964
|
};
|
|
3965
3965
|
return Qn.default = s, Qn;
|
|
3966
3966
|
}
|
|
3967
|
-
var es = {},
|
|
3967
|
+
var es = {}, hc;
|
|
3968
3968
|
function tf() {
|
|
3969
|
-
if (
|
|
3970
|
-
|
|
3969
|
+
if (hc) return es;
|
|
3970
|
+
hc = 1, Object.defineProperty(es, "__esModule", { value: !0 });
|
|
3971
3971
|
const t = Tt(), e = ce(), r = he(), n = he(), s = {
|
|
3972
3972
|
keyword: "patternProperties",
|
|
3973
3973
|
type: "object",
|
|
@@ -4005,10 +4005,10 @@ function tf() {
|
|
|
4005
4005
|
};
|
|
4006
4006
|
return es.default = s, es;
|
|
4007
4007
|
}
|
|
4008
|
-
var ts = {},
|
|
4008
|
+
var ts = {}, pc;
|
|
4009
4009
|
function rf() {
|
|
4010
|
-
if (
|
|
4011
|
-
|
|
4010
|
+
if (pc) return ts;
|
|
4011
|
+
pc = 1, Object.defineProperty(ts, "__esModule", { value: !0 });
|
|
4012
4012
|
const t = he(), e = {
|
|
4013
4013
|
keyword: "not",
|
|
4014
4014
|
schemaType: ["object", "boolean"],
|
|
@@ -4031,10 +4031,10 @@ function rf() {
|
|
|
4031
4031
|
};
|
|
4032
4032
|
return ts.default = e, ts;
|
|
4033
4033
|
}
|
|
4034
|
-
var rs = {},
|
|
4034
|
+
var rs = {}, mc;
|
|
4035
4035
|
function nf() {
|
|
4036
|
-
if (
|
|
4037
|
-
|
|
4036
|
+
if (mc) return rs;
|
|
4037
|
+
mc = 1, Object.defineProperty(rs, "__esModule", { value: !0 });
|
|
4038
4038
|
const e = {
|
|
4039
4039
|
keyword: "anyOf",
|
|
4040
4040
|
schemaType: "array",
|
|
@@ -4044,10 +4044,10 @@ function nf() {
|
|
|
4044
4044
|
};
|
|
4045
4045
|
return rs.default = e, rs;
|
|
4046
4046
|
}
|
|
4047
|
-
var ns = {},
|
|
4047
|
+
var ns = {}, _c;
|
|
4048
4048
|
function sf() {
|
|
4049
|
-
if (
|
|
4050
|
-
|
|
4049
|
+
if (_c) return ns;
|
|
4050
|
+
_c = 1, Object.defineProperty(ns, "__esModule", { value: !0 });
|
|
4051
4051
|
const t = ce(), e = he(), n = {
|
|
4052
4052
|
keyword: "oneOf",
|
|
4053
4053
|
schemaType: "array",
|
|
@@ -4080,10 +4080,10 @@ function sf() {
|
|
|
4080
4080
|
};
|
|
4081
4081
|
return ns.default = n, ns;
|
|
4082
4082
|
}
|
|
4083
|
-
var ss = {},
|
|
4083
|
+
var ss = {}, gc;
|
|
4084
4084
|
function af() {
|
|
4085
|
-
if (
|
|
4086
|
-
|
|
4085
|
+
if (gc) return ss;
|
|
4086
|
+
gc = 1, Object.defineProperty(ss, "__esModule", { value: !0 });
|
|
4087
4087
|
const t = he(), e = {
|
|
4088
4088
|
keyword: "allOf",
|
|
4089
4089
|
schemaType: "array",
|
|
@@ -4102,10 +4102,10 @@ function af() {
|
|
|
4102
4102
|
};
|
|
4103
4103
|
return ss.default = e, ss;
|
|
4104
4104
|
}
|
|
4105
|
-
var as = {},
|
|
4105
|
+
var as = {}, yc;
|
|
4106
4106
|
function of() {
|
|
4107
|
-
if (
|
|
4108
|
-
|
|
4107
|
+
if (yc) return as;
|
|
4108
|
+
yc = 1, Object.defineProperty(as, "__esModule", { value: !0 });
|
|
4109
4109
|
const t = ce(), e = he(), n = {
|
|
4110
4110
|
keyword: "if",
|
|
4111
4111
|
schemaType: ["object", "boolean"],
|
|
@@ -4149,10 +4149,10 @@ function of() {
|
|
|
4149
4149
|
}
|
|
4150
4150
|
return as.default = n, as;
|
|
4151
4151
|
}
|
|
4152
|
-
var os = {},
|
|
4152
|
+
var os = {}, vc;
|
|
4153
4153
|
function cf() {
|
|
4154
|
-
if (
|
|
4155
|
-
|
|
4154
|
+
if (vc) return os;
|
|
4155
|
+
vc = 1, Object.defineProperty(os, "__esModule", { value: !0 });
|
|
4156
4156
|
const t = he(), e = {
|
|
4157
4157
|
keyword: ["then", "else"],
|
|
4158
4158
|
schemaType: ["object", "boolean"],
|
|
@@ -4162,11 +4162,11 @@ function cf() {
|
|
|
4162
4162
|
};
|
|
4163
4163
|
return os.default = e, os;
|
|
4164
4164
|
}
|
|
4165
|
-
var
|
|
4165
|
+
var wc;
|
|
4166
4166
|
function uf() {
|
|
4167
|
-
if (
|
|
4168
|
-
|
|
4169
|
-
const t =
|
|
4167
|
+
if (wc) return Kn;
|
|
4168
|
+
wc = 1, Object.defineProperty(Kn, "__esModule", { value: !0 });
|
|
4169
|
+
const t = Tu(), e = Jd(), r = Eu(), n = Gd(), s = Yd(), a = Xd(), o = Qd(), i = Ru(), c = ef(), u = tf(), l = rf(), d = nf(), m = sf(), _ = af(), p = of(), y = cf();
|
|
4170
4170
|
function h(v = !1) {
|
|
4171
4171
|
const f = [
|
|
4172
4172
|
// any
|
|
@@ -4187,10 +4187,10 @@ function uf() {
|
|
|
4187
4187
|
}
|
|
4188
4188
|
return Kn.default = h, Kn;
|
|
4189
4189
|
}
|
|
4190
|
-
var is = {}, cs = {},
|
|
4190
|
+
var is = {}, cs = {}, bc;
|
|
4191
4191
|
function lf() {
|
|
4192
|
-
if (
|
|
4193
|
-
|
|
4192
|
+
if (bc) return cs;
|
|
4193
|
+
bc = 1, Object.defineProperty(cs, "__esModule", { value: !0 });
|
|
4194
4194
|
const t = ce(), r = {
|
|
4195
4195
|
keyword: "format",
|
|
4196
4196
|
type: ["number", "string"],
|
|
@@ -4256,16 +4256,16 @@ function lf() {
|
|
|
4256
4256
|
};
|
|
4257
4257
|
return cs.default = r, cs;
|
|
4258
4258
|
}
|
|
4259
|
-
var
|
|
4259
|
+
var kc;
|
|
4260
4260
|
function df() {
|
|
4261
|
-
if (
|
|
4262
|
-
|
|
4261
|
+
if (kc) return is;
|
|
4262
|
+
kc = 1, Object.defineProperty(is, "__esModule", { value: !0 });
|
|
4263
4263
|
const e = [lf().default];
|
|
4264
4264
|
return is.default = e, is;
|
|
4265
4265
|
}
|
|
4266
|
-
var tr = {},
|
|
4266
|
+
var tr = {}, $c;
|
|
4267
4267
|
function ff() {
|
|
4268
|
-
return
|
|
4268
|
+
return $c || ($c = 1, Object.defineProperty(tr, "__esModule", { value: !0 }), tr.contentVocabulary = tr.metadataVocabulary = void 0, tr.metadataVocabulary = [
|
|
4269
4269
|
"title",
|
|
4270
4270
|
"description",
|
|
4271
4271
|
"default",
|
|
@@ -4279,10 +4279,10 @@ function ff() {
|
|
|
4279
4279
|
"contentSchema"
|
|
4280
4280
|
]), tr;
|
|
4281
4281
|
}
|
|
4282
|
-
var
|
|
4282
|
+
var Sc;
|
|
4283
4283
|
function hf() {
|
|
4284
|
-
if (
|
|
4285
|
-
|
|
4284
|
+
if (Sc) return Cn;
|
|
4285
|
+
Sc = 1, Object.defineProperty(Cn, "__esModule", { value: !0 });
|
|
4286
4286
|
const t = zd(), e = Bd(), r = uf(), n = df(), s = ff(), a = [
|
|
4287
4287
|
t.default,
|
|
4288
4288
|
e.default,
|
|
@@ -4293,19 +4293,19 @@ function hf() {
|
|
|
4293
4293
|
];
|
|
4294
4294
|
return Cn.default = a, Cn;
|
|
4295
4295
|
}
|
|
4296
|
-
var us = {}, Mr = {},
|
|
4296
|
+
var us = {}, Mr = {}, Tc;
|
|
4297
4297
|
function pf() {
|
|
4298
|
-
if (
|
|
4299
|
-
|
|
4298
|
+
if (Tc) return Mr;
|
|
4299
|
+
Tc = 1, Object.defineProperty(Mr, "__esModule", { value: !0 }), Mr.DiscrError = void 0;
|
|
4300
4300
|
var t;
|
|
4301
4301
|
return (function(e) {
|
|
4302
4302
|
e.Tag = "tag", e.Mapping = "mapping";
|
|
4303
4303
|
})(t || (Mr.DiscrError = t = {})), Mr;
|
|
4304
4304
|
}
|
|
4305
|
-
var
|
|
4305
|
+
var Ec;
|
|
4306
4306
|
function mf() {
|
|
4307
|
-
if (
|
|
4308
|
-
|
|
4307
|
+
if (Ec) return us;
|
|
4308
|
+
Ec = 1, Object.defineProperty(us, "__esModule", { value: !0 });
|
|
4309
4309
|
const t = ce(), e = pf(), r = bo(), n = ea(), s = he(), o = {
|
|
4310
4310
|
keyword: "discriminator",
|
|
4311
4311
|
type: "object",
|
|
@@ -4388,9 +4388,9 @@ const _f = "http://json-schema.org/draft-07/schema#", gf = "http://json-schema.o
|
|
|
4388
4388
|
properties: bf,
|
|
4389
4389
|
default: !0
|
|
4390
4390
|
};
|
|
4391
|
-
var
|
|
4392
|
-
function
|
|
4393
|
-
return
|
|
4391
|
+
var Rc;
|
|
4392
|
+
function Pu() {
|
|
4393
|
+
return Rc || (Rc = 1, (function(t, e) {
|
|
4394
4394
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.MissingRefError = e.ValidationError = e.CodeGen = e.Name = e.nil = e.stringify = e.str = e._ = e.KeywordCxt = e.Ajv = void 0;
|
|
4395
4395
|
const r = Nd(), n = hf(), s = mf(), a = kf, o = ["/properties"], i = "http://json-schema.org/draft-07/schema";
|
|
4396
4396
|
class c extends r.default {
|
|
@@ -4436,8 +4436,8 @@ function Ru() {
|
|
|
4436
4436
|
} });
|
|
4437
4437
|
})(En, En.exports)), En.exports;
|
|
4438
4438
|
}
|
|
4439
|
-
var $f =
|
|
4440
|
-
const Sf = /* @__PURE__ */
|
|
4439
|
+
var $f = Pu();
|
|
4440
|
+
const Sf = /* @__PURE__ */ wu($f), Tf = Object.freeze({
|
|
4441
4441
|
status: "aborted"
|
|
4442
4442
|
});
|
|
4443
4443
|
function O(t, e, r) {
|
|
@@ -4472,11 +4472,11 @@ class Jr extends Error {
|
|
|
4472
4472
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
4473
4473
|
}
|
|
4474
4474
|
}
|
|
4475
|
-
const
|
|
4475
|
+
const xu = {};
|
|
4476
4476
|
function Ft(t) {
|
|
4477
|
-
return
|
|
4477
|
+
return xu;
|
|
4478
4478
|
}
|
|
4479
|
-
function
|
|
4479
|
+
function Iu(t) {
|
|
4480
4480
|
const e = Object.values(t).filter((n) => typeof n == "number");
|
|
4481
4481
|
return Object.entries(t).filter(([n, s]) => e.indexOf(+n) === -1).map(([n, s]) => s);
|
|
4482
4482
|
}
|
|
@@ -4532,7 +4532,7 @@ function hn(t, e, r) {
|
|
|
4532
4532
|
function qr(t) {
|
|
4533
4533
|
return JSON.stringify(t);
|
|
4534
4534
|
}
|
|
4535
|
-
const
|
|
4535
|
+
const Cu = Error.captureStackTrace ? Error.captureStackTrace : (...t) => {
|
|
4536
4536
|
};
|
|
4537
4537
|
function ws(t) {
|
|
4538
4538
|
return typeof t == "object" && t !== null && !Array.isArray(t);
|
|
@@ -4721,7 +4721,7 @@ function Gr(...t) {
|
|
|
4721
4721
|
inst: n
|
|
4722
4722
|
} : { ...e };
|
|
4723
4723
|
}
|
|
4724
|
-
const
|
|
4724
|
+
const Ou = (t, e) => {
|
|
4725
4725
|
t.name = "$ZodError", Object.defineProperty(t, "_zod", {
|
|
4726
4726
|
value: t._zod,
|
|
4727
4727
|
enumerable: !1
|
|
@@ -4738,7 +4738,7 @@ const Cu = (t, e) => {
|
|
|
4738
4738
|
value: () => t.message,
|
|
4739
4739
|
enumerable: !1
|
|
4740
4740
|
});
|
|
4741
|
-
},
|
|
4741
|
+
}, Nu = O("$ZodError", Ou), ta = O("$ZodError", Ou, { Parent: Error });
|
|
4742
4742
|
function qf(t, e = (r) => r.message) {
|
|
4743
4743
|
const r = {}, n = [];
|
|
4744
4744
|
for (const s of t.issues)
|
|
@@ -4768,55 +4768,55 @@ function Zf(t, e) {
|
|
|
4768
4768
|
};
|
|
4769
4769
|
return s(t), n;
|
|
4770
4770
|
}
|
|
4771
|
-
const
|
|
4771
|
+
const Au = (t) => (e, r, n, s) => {
|
|
4772
4772
|
const a = n ? Object.assign(n, { async: !1 }) : { async: !1 }, o = e._zod.run({ value: r, issues: [] }, a);
|
|
4773
4773
|
if (o instanceof Promise)
|
|
4774
4774
|
throw new Jr();
|
|
4775
4775
|
if (o.issues.length) {
|
|
4776
4776
|
const i = new (s?.Err ?? t)(o.issues.map((c) => Ht(c, a, Ft())));
|
|
4777
|
-
throw
|
|
4777
|
+
throw Cu(i, s?.callee), i;
|
|
4778
4778
|
}
|
|
4779
4779
|
return o.value;
|
|
4780
|
-
}, Lf = /* @__PURE__ */
|
|
4780
|
+
}, Lf = /* @__PURE__ */ Au(ta), ju = (t) => async (e, r, n, s) => {
|
|
4781
4781
|
const a = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
4782
4782
|
let o = e._zod.run({ value: r, issues: [] }, a);
|
|
4783
4783
|
if (o instanceof Promise && (o = await o), o.issues.length) {
|
|
4784
4784
|
const i = new (s?.Err ?? t)(o.issues.map((c) => Ht(c, a, Ft())));
|
|
4785
|
-
throw
|
|
4785
|
+
throw Cu(i, s?.callee), i;
|
|
4786
4786
|
}
|
|
4787
4787
|
return o.value;
|
|
4788
|
-
}, Uf = /* @__PURE__ */
|
|
4788
|
+
}, Uf = /* @__PURE__ */ ju(ta), zu = (t) => (e, r, n) => {
|
|
4789
4789
|
const s = n ? { ...n, async: !1 } : { async: !1 }, a = e._zod.run({ value: r, issues: [] }, s);
|
|
4790
4790
|
if (a instanceof Promise)
|
|
4791
4791
|
throw new Jr();
|
|
4792
4792
|
return a.issues.length ? {
|
|
4793
4793
|
success: !1,
|
|
4794
|
-
error: new (t ??
|
|
4794
|
+
error: new (t ?? Nu)(a.issues.map((o) => Ht(o, s, Ft())))
|
|
4795
4795
|
} : { success: !0, data: a.value };
|
|
4796
|
-
}, Ro = /* @__PURE__ */
|
|
4796
|
+
}, Ro = /* @__PURE__ */ zu(ta), Mu = (t) => async (e, r, n) => {
|
|
4797
4797
|
const s = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
4798
4798
|
let a = e._zod.run({ value: r, issues: [] }, s);
|
|
4799
4799
|
return a instanceof Promise && (a = await a), a.issues.length ? {
|
|
4800
4800
|
success: !1,
|
|
4801
4801
|
error: new t(a.issues.map((o) => Ht(o, s, Ft())))
|
|
4802
4802
|
} : { success: !0, data: a.value };
|
|
4803
|
-
}, Po = /* @__PURE__ */
|
|
4803
|
+
}, Po = /* @__PURE__ */ Mu(ta), Df = /^[cC][^\s-]{8,}$/, Vf = /^[0-9a-z]+$/, Ff = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, Hf = /^[0-9a-vA-V]{20}$/, Wf = /^[A-Za-z0-9]{27}$/, Kf = /^[a-zA-Z0-9_-]{21}$/, Bf = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Jf = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, Pc = (t) => t ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/, Gf = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Yf = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
4804
4804
|
function Xf() {
|
|
4805
4805
|
return new RegExp(Yf, "u");
|
|
4806
4806
|
}
|
|
4807
|
-
const Qf = /^(?:(?: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])$/, eh = /^(([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})$/, th = /^((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])$/, rh = /^(([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])$/, nh = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,
|
|
4808
|
-
function
|
|
4807
|
+
const Qf = /^(?:(?: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])$/, eh = /^(([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})$/, th = /^((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])$/, rh = /^(([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])$/, nh = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, qu = /^[A-Za-z0-9_-]*$/, sh = /^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/, ah = /^\+(?:[0-9]){6,14}[0-9]$/, Zu = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))", oh = /* @__PURE__ */ new RegExp(`^${Zu}$`);
|
|
4808
|
+
function Lu(t) {
|
|
4809
4809
|
const e = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
4810
4810
|
return typeof t.precision == "number" ? t.precision === -1 ? `${e}` : t.precision === 0 ? `${e}:[0-5]\\d` : `${e}:[0-5]\\d\\.\\d{${t.precision}}` : `${e}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
4811
4811
|
}
|
|
4812
4812
|
function ih(t) {
|
|
4813
|
-
return new RegExp(`^${
|
|
4813
|
+
return new RegExp(`^${Lu(t)}$`);
|
|
4814
4814
|
}
|
|
4815
4815
|
function ch(t) {
|
|
4816
|
-
const e =
|
|
4816
|
+
const e = Lu({ precision: t.precision }), r = ["Z"];
|
|
4817
4817
|
t.local && r.push(""), t.offset && r.push("([+-]\\d{2}:\\d{2})");
|
|
4818
4818
|
const n = `${e}(?:${r.join("|")})`;
|
|
4819
|
-
return new RegExp(`^${
|
|
4819
|
+
return new RegExp(`^${Zu}T(?:${n})$`);
|
|
4820
4820
|
}
|
|
4821
4821
|
const uh = (t) => {
|
|
4822
4822
|
const e = t ? `[\\s\\S]{${t?.minimum ?? 0},${t?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
@@ -4824,13 +4824,13 @@ const uh = (t) => {
|
|
|
4824
4824
|
}, lh = /^\d+$/, dh = /^-?\d+(?:\.\d+)?/i, fh = /true|false/i, hh = /null/i, ph = /^[^A-Z]*$/, mh = /^[^a-z]*$/, tt = /* @__PURE__ */ O("$ZodCheck", (t, e) => {
|
|
4825
4825
|
var r;
|
|
4826
4826
|
t._zod ?? (t._zod = {}), t._zod.def = e, (r = t._zod).onattach ?? (r.onattach = []);
|
|
4827
|
-
}),
|
|
4827
|
+
}), Uu = {
|
|
4828
4828
|
number: "number",
|
|
4829
4829
|
bigint: "bigint",
|
|
4830
4830
|
object: "date"
|
|
4831
|
-
},
|
|
4831
|
+
}, Du = /* @__PURE__ */ O("$ZodCheckLessThan", (t, e) => {
|
|
4832
4832
|
tt.init(t, e);
|
|
4833
|
-
const r =
|
|
4833
|
+
const r = Uu[typeof e.value];
|
|
4834
4834
|
t._zod.onattach.push((n) => {
|
|
4835
4835
|
const s = n._zod.bag, a = (e.inclusive ? s.maximum : s.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
4836
4836
|
e.value < a && (e.inclusive ? s.maximum = e.value : s.exclusiveMaximum = e.value);
|
|
@@ -4845,9 +4845,9 @@ const uh = (t) => {
|
|
|
4845
4845
|
continue: !e.abort
|
|
4846
4846
|
});
|
|
4847
4847
|
};
|
|
4848
|
-
}),
|
|
4848
|
+
}), Vu = /* @__PURE__ */ O("$ZodCheckGreaterThan", (t, e) => {
|
|
4849
4849
|
tt.init(t, e);
|
|
4850
|
-
const r =
|
|
4850
|
+
const r = Uu[typeof e.value];
|
|
4851
4851
|
t._zod.onattach.push((n) => {
|
|
4852
4852
|
const s = n._zod.bag, a = (e.inclusive ? s.minimum : s.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
4853
4853
|
e.value > a && (e.inclusive ? s.minimum = e.value : s.exclusiveMinimum = e.value);
|
|
@@ -5209,9 +5209,9 @@ const xh = {
|
|
|
5209
5209
|
}[e.version];
|
|
5210
5210
|
if (n === void 0)
|
|
5211
5211
|
throw new Error(`Invalid UUID version: "${e.version}"`);
|
|
5212
|
-
e.pattern ?? (e.pattern =
|
|
5212
|
+
e.pattern ?? (e.pattern = Pc(n));
|
|
5213
5213
|
} else
|
|
5214
|
-
e.pattern ?? (e.pattern =
|
|
5214
|
+
e.pattern ?? (e.pattern = Pc());
|
|
5215
5215
|
Re.init(t, e);
|
|
5216
5216
|
}), Oh = /* @__PURE__ */ O("$ZodEmail", (t, e) => {
|
|
5217
5217
|
e.pattern ?? (e.pattern = Gf), Re.init(t, e);
|
|
@@ -5316,7 +5316,7 @@ const xh = {
|
|
|
5316
5316
|
}
|
|
5317
5317
|
};
|
|
5318
5318
|
});
|
|
5319
|
-
function
|
|
5319
|
+
function Fu(t) {
|
|
5320
5320
|
if (t === "")
|
|
5321
5321
|
return !0;
|
|
5322
5322
|
if (t.length % 4 !== 0)
|
|
@@ -5331,7 +5331,7 @@ const Jh = /* @__PURE__ */ O("$ZodBase64", (t, e) => {
|
|
|
5331
5331
|
e.pattern ?? (e.pattern = nh), Re.init(t, e), t._zod.onattach.push((r) => {
|
|
5332
5332
|
r._zod.bag.contentEncoding = "base64";
|
|
5333
5333
|
}), t._zod.check = (r) => {
|
|
5334
|
-
|
|
5334
|
+
Fu(r.value) || r.issues.push({
|
|
5335
5335
|
code: "invalid_format",
|
|
5336
5336
|
format: "base64",
|
|
5337
5337
|
input: r.value,
|
|
@@ -5341,13 +5341,13 @@ const Jh = /* @__PURE__ */ O("$ZodBase64", (t, e) => {
|
|
|
5341
5341
|
};
|
|
5342
5342
|
});
|
|
5343
5343
|
function Gh(t) {
|
|
5344
|
-
if (!
|
|
5344
|
+
if (!qu.test(t))
|
|
5345
5345
|
return !1;
|
|
5346
5346
|
const e = t.replace(/[-_]/g, (n) => n === "-" ? "+" : "/"), r = e.padEnd(Math.ceil(e.length / 4) * 4, "=");
|
|
5347
|
-
return
|
|
5347
|
+
return Fu(r);
|
|
5348
5348
|
}
|
|
5349
5349
|
const Yh = /* @__PURE__ */ O("$ZodBase64URL", (t, e) => {
|
|
5350
|
-
e.pattern ?? (e.pattern =
|
|
5350
|
+
e.pattern ?? (e.pattern = qu), Re.init(t, e), t._zod.onattach.push((r) => {
|
|
5351
5351
|
r._zod.bag.contentEncoding = "base64url";
|
|
5352
5352
|
}), t._zod.check = (r) => {
|
|
5353
5353
|
Gh(r.value) || r.issues.push({
|
|
@@ -5385,7 +5385,7 @@ const ep = /* @__PURE__ */ O("$ZodJWT", (t, e) => {
|
|
|
5385
5385
|
continue: !e.abort
|
|
5386
5386
|
});
|
|
5387
5387
|
};
|
|
5388
|
-
}),
|
|
5388
|
+
}), Hu = /* @__PURE__ */ O("$ZodNumber", (t, e) => {
|
|
5389
5389
|
ke.init(t, e), t._zod.pattern = t._zod.bag.pattern ?? dh, t._zod.parse = (r, n) => {
|
|
5390
5390
|
if (e.coerce)
|
|
5391
5391
|
try {
|
|
@@ -5405,7 +5405,7 @@ const ep = /* @__PURE__ */ O("$ZodJWT", (t, e) => {
|
|
|
5405
5405
|
}), r;
|
|
5406
5406
|
};
|
|
5407
5407
|
}), tp = /* @__PURE__ */ O("$ZodNumber", (t, e) => {
|
|
5408
|
-
gh.init(t, e),
|
|
5408
|
+
gh.init(t, e), Hu.init(t, e);
|
|
5409
5409
|
}), rp = /* @__PURE__ */ O("$ZodBoolean", (t, e) => {
|
|
5410
5410
|
ke.init(t, e), t._zod.pattern = fh, t._zod.parse = (r, n) => {
|
|
5411
5411
|
if (e.coerce)
|
|
@@ -5443,7 +5443,7 @@ const ep = /* @__PURE__ */ O("$ZodJWT", (t, e) => {
|
|
|
5443
5443
|
inst: t
|
|
5444
5444
|
}), r);
|
|
5445
5445
|
});
|
|
5446
|
-
function
|
|
5446
|
+
function xc(t, e, r) {
|
|
5447
5447
|
t.issues.length && e.issues.push(...ar(r, t.issues)), e.value[r] = t.value;
|
|
5448
5448
|
}
|
|
5449
5449
|
const ip = /* @__PURE__ */ O("$ZodArray", (t, e) => {
|
|
@@ -5463,7 +5463,7 @@ const ip = /* @__PURE__ */ O("$ZodArray", (t, e) => {
|
|
|
5463
5463
|
value: i,
|
|
5464
5464
|
issues: []
|
|
5465
5465
|
}, n);
|
|
5466
|
-
c instanceof Promise ? a.push(c.then((u) =>
|
|
5466
|
+
c instanceof Promise ? a.push(c.then((u) => xc(u, r, o))) : xc(c, r, o);
|
|
5467
5467
|
}
|
|
5468
5468
|
return a.length ? Promise.all(a).then(() => r) : r;
|
|
5469
5469
|
};
|
|
@@ -5471,10 +5471,10 @@ const ip = /* @__PURE__ */ O("$ZodArray", (t, e) => {
|
|
|
5471
5471
|
function ds(t, e, r) {
|
|
5472
5472
|
t.issues.length && e.issues.push(...ar(r, t.issues)), e.value[r] = t.value;
|
|
5473
5473
|
}
|
|
5474
|
-
function
|
|
5474
|
+
function Ic(t, e, r, n) {
|
|
5475
5475
|
t.issues.length ? n[r] === void 0 ? r in n ? e.value[r] = void 0 : e.value[r] = t.value : e.issues.push(...ar(r, t.issues)) : t.value === void 0 ? r in n && (e.value[r] = void 0) : e.value[r] = t.value;
|
|
5476
5476
|
}
|
|
5477
|
-
const
|
|
5477
|
+
const Wu = /* @__PURE__ */ O("$ZodObject", (t, e) => {
|
|
5478
5478
|
ke.init(t, e);
|
|
5479
5479
|
const r = $o(() => {
|
|
5480
5480
|
const d = Object.keys(e.shape);
|
|
@@ -5551,7 +5551,7 @@ const Hu = /* @__PURE__ */ O("$ZodObject", (t, e) => {
|
|
|
5551
5551
|
return (f, g) => v(d, f, g);
|
|
5552
5552
|
};
|
|
5553
5553
|
let s;
|
|
5554
|
-
const a = ws, o = !
|
|
5554
|
+
const a = ws, o = !xu.jitless, c = o && Pf.value, u = e.catchall;
|
|
5555
5555
|
let l;
|
|
5556
5556
|
t._zod.parse = (d, m) => {
|
|
5557
5557
|
l ?? (l = r.value);
|
|
@@ -5571,7 +5571,7 @@ const Hu = /* @__PURE__ */ O("$ZodObject", (t, e) => {
|
|
|
5571
5571
|
const g = l.shape;
|
|
5572
5572
|
for (const b of l.keys) {
|
|
5573
5573
|
const w = g[b], k = w._zod.run({ value: _[b], issues: [] }, m), S = w._zod.optin === "optional" && w._zod.optout === "optional";
|
|
5574
|
-
k instanceof Promise ? p.push(k.then((C) => S ?
|
|
5574
|
+
k instanceof Promise ? p.push(k.then((C) => S ? Ic(C, d, b, _) : ds(C, d, b))) : S ? Ic(k, d, b, _) : ds(k, d, b);
|
|
5575
5575
|
}
|
|
5576
5576
|
}
|
|
5577
5577
|
if (!u)
|
|
@@ -5595,7 +5595,7 @@ const Hu = /* @__PURE__ */ O("$ZodObject", (t, e) => {
|
|
|
5595
5595
|
}), p.length ? Promise.all(p).then(() => d) : d;
|
|
5596
5596
|
};
|
|
5597
5597
|
});
|
|
5598
|
-
function
|
|
5598
|
+
function Cc(t, e, r, n) {
|
|
5599
5599
|
for (const s of t)
|
|
5600
5600
|
if (s.issues.length === 0)
|
|
5601
5601
|
return e.value = s.value, e;
|
|
@@ -5606,7 +5606,7 @@ function Ic(t, e, r, n) {
|
|
|
5606
5606
|
errors: t.map((s) => s.issues.map((a) => Ht(a, n, Ft())))
|
|
5607
5607
|
}), e;
|
|
5608
5608
|
}
|
|
5609
|
-
const
|
|
5609
|
+
const Ku = /* @__PURE__ */ O("$ZodUnion", (t, e) => {
|
|
5610
5610
|
ke.init(t, e), $e(t._zod, "optin", () => e.options.some((r) => r._zod.optin === "optional") ? "optional" : void 0), $e(t._zod, "optout", () => e.options.some((r) => r._zod.optout === "optional") ? "optional" : void 0), $e(t._zod, "values", () => {
|
|
5611
5611
|
if (e.options.every((r) => r._zod.values))
|
|
5612
5612
|
return new Set(e.options.flatMap((r) => Array.from(r._zod.values)));
|
|
@@ -5631,10 +5631,10 @@ const Wu = /* @__PURE__ */ O("$ZodUnion", (t, e) => {
|
|
|
5631
5631
|
a.push(i);
|
|
5632
5632
|
}
|
|
5633
5633
|
}
|
|
5634
|
-
return s ? Promise.all(a).then((o) =>
|
|
5634
|
+
return s ? Promise.all(a).then((o) => Cc(o, r, t, n)) : Cc(a, r, t, n);
|
|
5635
5635
|
};
|
|
5636
5636
|
}), cp = /* @__PURE__ */ O("$ZodDiscriminatedUnion", (t, e) => {
|
|
5637
|
-
|
|
5637
|
+
Ku.init(t, e);
|
|
5638
5638
|
const r = t._zod.parse;
|
|
5639
5639
|
$e(t._zod, "propValues", () => {
|
|
5640
5640
|
const s = {};
|
|
@@ -5686,7 +5686,7 @@ const Wu = /* @__PURE__ */ O("$ZodUnion", (t, e) => {
|
|
|
5686
5686
|
}), up = /* @__PURE__ */ O("$ZodIntersection", (t, e) => {
|
|
5687
5687
|
ke.init(t, e), t._zod.parse = (r, n) => {
|
|
5688
5688
|
const s = r.value, a = e.left._zod.run({ value: s, issues: [] }, n), o = e.right._zod.run({ value: s, issues: [] }, n);
|
|
5689
|
-
return a instanceof Promise || o instanceof Promise ? Promise.all([a, o]).then(([c, u]) =>
|
|
5689
|
+
return a instanceof Promise || o instanceof Promise ? Promise.all([a, o]).then(([c, u]) => Oc(r, c, u)) : Oc(r, a, o);
|
|
5690
5690
|
};
|
|
5691
5691
|
});
|
|
5692
5692
|
function qa(t, e) {
|
|
@@ -5724,7 +5724,7 @@ function qa(t, e) {
|
|
|
5724
5724
|
}
|
|
5725
5725
|
return { valid: !1, mergeErrorPath: [] };
|
|
5726
5726
|
}
|
|
5727
|
-
function
|
|
5727
|
+
function Oc(t, e, r) {
|
|
5728
5728
|
if (e.issues.length && t.issues.push(...e.issues), r.issues.length && t.issues.push(...r.issues), Wr(t))
|
|
5729
5729
|
return t;
|
|
5730
5730
|
const n = qa(e.value, r.value);
|
|
@@ -5791,7 +5791,7 @@ const lp = /* @__PURE__ */ O("$ZodRecord", (t, e) => {
|
|
|
5791
5791
|
};
|
|
5792
5792
|
}), dp = /* @__PURE__ */ O("$ZodEnum", (t, e) => {
|
|
5793
5793
|
ke.init(t, e);
|
|
5794
|
-
const r =
|
|
5794
|
+
const r = Iu(e.entries);
|
|
5795
5795
|
t._zod.values = new Set(r), t._zod.pattern = new RegExp(`^(${r.filter((n) => xf.has(typeof n)).map((n) => typeof n == "string" ? pn(n) : n.toString()).join("|")})$`), t._zod.parse = (n, s) => {
|
|
5796
5796
|
const a = n.value;
|
|
5797
5797
|
return t._zod.values.has(a) || n.issues.push({
|
|
@@ -5835,10 +5835,10 @@ const lp = /* @__PURE__ */ O("$ZodRecord", (t, e) => {
|
|
|
5835
5835
|
if (r.value === void 0)
|
|
5836
5836
|
return r.value = e.defaultValue, r;
|
|
5837
5837
|
const s = e.innerType._zod.run(r, n);
|
|
5838
|
-
return s instanceof Promise ? s.then((a) =>
|
|
5838
|
+
return s instanceof Promise ? s.then((a) => Nc(a, e)) : Nc(s, e);
|
|
5839
5839
|
};
|
|
5840
5840
|
});
|
|
5841
|
-
function
|
|
5841
|
+
function Nc(t, e) {
|
|
5842
5842
|
return t.value === void 0 && (t.value = e.defaultValue), t;
|
|
5843
5843
|
}
|
|
5844
5844
|
const gp = /* @__PURE__ */ O("$ZodPrefault", (t, e) => {
|
|
@@ -5849,10 +5849,10 @@ const gp = /* @__PURE__ */ O("$ZodPrefault", (t, e) => {
|
|
|
5849
5849
|
return r ? new Set([...r].filter((n) => n !== void 0)) : void 0;
|
|
5850
5850
|
}), t._zod.parse = (r, n) => {
|
|
5851
5851
|
const s = e.innerType._zod.run(r, n);
|
|
5852
|
-
return s instanceof Promise ? s.then((a) =>
|
|
5852
|
+
return s instanceof Promise ? s.then((a) => Ac(a, t)) : Ac(s, t);
|
|
5853
5853
|
};
|
|
5854
5854
|
});
|
|
5855
|
-
function
|
|
5855
|
+
function Ac(t, e) {
|
|
5856
5856
|
return !t.issues.length && t.value === void 0 && t.issues.push({
|
|
5857
5857
|
code: "invalid_type",
|
|
5858
5858
|
expected: "nonoptional",
|
|
@@ -5880,30 +5880,30 @@ const vp = /* @__PURE__ */ O("$ZodCatch", (t, e) => {
|
|
|
5880
5880
|
}), wp = /* @__PURE__ */ O("$ZodPipe", (t, e) => {
|
|
5881
5881
|
ke.init(t, e), $e(t._zod, "values", () => e.in._zod.values), $e(t._zod, "optin", () => e.in._zod.optin), $e(t._zod, "optout", () => e.out._zod.optout), t._zod.parse = (r, n) => {
|
|
5882
5882
|
const s = e.in._zod.run(r, n);
|
|
5883
|
-
return s instanceof Promise ? s.then((a) =>
|
|
5883
|
+
return s instanceof Promise ? s.then((a) => jc(a, e, n)) : jc(s, e, n);
|
|
5884
5884
|
};
|
|
5885
5885
|
});
|
|
5886
|
-
function
|
|
5886
|
+
function jc(t, e, r) {
|
|
5887
5887
|
return Wr(t) ? t : e.out._zod.run({ value: t.value, issues: t.issues }, r);
|
|
5888
5888
|
}
|
|
5889
5889
|
const bp = /* @__PURE__ */ O("$ZodReadonly", (t, e) => {
|
|
5890
5890
|
ke.init(t, e), $e(t._zod, "propValues", () => e.innerType._zod.propValues), $e(t._zod, "values", () => e.innerType._zod.values), $e(t._zod, "optin", () => e.innerType._zod.optin), $e(t._zod, "optout", () => e.innerType._zod.optout), t._zod.parse = (r, n) => {
|
|
5891
5891
|
const s = e.innerType._zod.run(r, n);
|
|
5892
|
-
return s instanceof Promise ? s.then(
|
|
5892
|
+
return s instanceof Promise ? s.then(zc) : zc(s);
|
|
5893
5893
|
};
|
|
5894
5894
|
});
|
|
5895
|
-
function
|
|
5895
|
+
function zc(t) {
|
|
5896
5896
|
return t.value = Object.freeze(t.value), t;
|
|
5897
5897
|
}
|
|
5898
5898
|
const kp = /* @__PURE__ */ O("$ZodCustom", (t, e) => {
|
|
5899
5899
|
tt.init(t, e), ke.init(t, e), t._zod.parse = (r, n) => r, t._zod.check = (r) => {
|
|
5900
5900
|
const n = r.value, s = e.fn(n);
|
|
5901
5901
|
if (s instanceof Promise)
|
|
5902
|
-
return s.then((a) =>
|
|
5903
|
-
|
|
5902
|
+
return s.then((a) => Mc(a, r, n, t));
|
|
5903
|
+
Mc(s, r, n, t);
|
|
5904
5904
|
};
|
|
5905
5905
|
});
|
|
5906
|
-
function
|
|
5906
|
+
function Mc(t, e, r, n) {
|
|
5907
5907
|
if (!t) {
|
|
5908
5908
|
const s = {
|
|
5909
5909
|
code: "custom",
|
|
@@ -5918,7 +5918,7 @@ function zc(t, e, r, n) {
|
|
|
5918
5918
|
n._zod.def.params && (s.params = n._zod.def.params), e.issues.push(Gr(s));
|
|
5919
5919
|
}
|
|
5920
5920
|
}
|
|
5921
|
-
class
|
|
5921
|
+
class Bu {
|
|
5922
5922
|
constructor() {
|
|
5923
5923
|
this._map = /* @__PURE__ */ new Map(), this._idmap = /* @__PURE__ */ new Map();
|
|
5924
5924
|
}
|
|
@@ -5951,7 +5951,7 @@ class Ku {
|
|
|
5951
5951
|
}
|
|
5952
5952
|
}
|
|
5953
5953
|
function $p() {
|
|
5954
|
-
return new
|
|
5954
|
+
return new Bu();
|
|
5955
5955
|
}
|
|
5956
5956
|
const Dr = /* @__PURE__ */ $p();
|
|
5957
5957
|
function Sp(t, e) {
|
|
@@ -5969,7 +5969,7 @@ function Tp(t, e) {
|
|
|
5969
5969
|
...X(e)
|
|
5970
5970
|
});
|
|
5971
5971
|
}
|
|
5972
|
-
function
|
|
5972
|
+
function qc(t, e) {
|
|
5973
5973
|
return new t({
|
|
5974
5974
|
type: "string",
|
|
5975
5975
|
format: "guid",
|
|
@@ -6017,7 +6017,7 @@ function xp(t, e) {
|
|
|
6017
6017
|
...X(e)
|
|
6018
6018
|
});
|
|
6019
6019
|
}
|
|
6020
|
-
function
|
|
6020
|
+
function Ju(t, e) {
|
|
6021
6021
|
return new t({
|
|
6022
6022
|
type: "string",
|
|
6023
6023
|
format: "url",
|
|
@@ -6249,8 +6249,8 @@ function rm(t, e) {
|
|
|
6249
6249
|
...X(e)
|
|
6250
6250
|
});
|
|
6251
6251
|
}
|
|
6252
|
-
function
|
|
6253
|
-
return new
|
|
6252
|
+
function Zc(t, e) {
|
|
6253
|
+
return new Du({
|
|
6254
6254
|
check: "less_than",
|
|
6255
6255
|
...X(e),
|
|
6256
6256
|
value: t,
|
|
@@ -6258,15 +6258,15 @@ function qc(t, e) {
|
|
|
6258
6258
|
});
|
|
6259
6259
|
}
|
|
6260
6260
|
function ka(t, e) {
|
|
6261
|
-
return new
|
|
6261
|
+
return new Du({
|
|
6262
6262
|
check: "less_than",
|
|
6263
6263
|
...X(e),
|
|
6264
6264
|
value: t,
|
|
6265
6265
|
inclusive: !0
|
|
6266
6266
|
});
|
|
6267
6267
|
}
|
|
6268
|
-
function
|
|
6269
|
-
return new
|
|
6268
|
+
function Lc(t, e) {
|
|
6269
|
+
return new Vu({
|
|
6270
6270
|
check: "greater_than",
|
|
6271
6271
|
...X(e),
|
|
6272
6272
|
value: t,
|
|
@@ -6274,21 +6274,21 @@ function Zc(t, e) {
|
|
|
6274
6274
|
});
|
|
6275
6275
|
}
|
|
6276
6276
|
function $a(t, e) {
|
|
6277
|
-
return new
|
|
6277
|
+
return new Vu({
|
|
6278
6278
|
check: "greater_than",
|
|
6279
6279
|
...X(e),
|
|
6280
6280
|
value: t,
|
|
6281
6281
|
inclusive: !0
|
|
6282
6282
|
});
|
|
6283
6283
|
}
|
|
6284
|
-
function
|
|
6284
|
+
function Uc(t, e) {
|
|
6285
6285
|
return new _h({
|
|
6286
6286
|
check: "multiple_of",
|
|
6287
6287
|
...X(e),
|
|
6288
6288
|
value: t
|
|
6289
6289
|
});
|
|
6290
6290
|
}
|
|
6291
|
-
function
|
|
6291
|
+
function Gu(t, e) {
|
|
6292
6292
|
return new yh({
|
|
6293
6293
|
check: "max_length",
|
|
6294
6294
|
...X(e),
|
|
@@ -6302,7 +6302,7 @@ function ks(t, e) {
|
|
|
6302
6302
|
minimum: t
|
|
6303
6303
|
});
|
|
6304
6304
|
}
|
|
6305
|
-
function
|
|
6305
|
+
function Yu(t, e) {
|
|
6306
6306
|
return new wh({
|
|
6307
6307
|
check: "length_equals",
|
|
6308
6308
|
...X(e),
|
|
@@ -6400,7 +6400,7 @@ function mm(t, e, r) {
|
|
|
6400
6400
|
...X(r)
|
|
6401
6401
|
});
|
|
6402
6402
|
}
|
|
6403
|
-
class
|
|
6403
|
+
class Dc {
|
|
6404
6404
|
constructor(e) {
|
|
6405
6405
|
this.counter = 0, this.metadataRegistry = e?.metadata ?? Dr, this.target = e?.target ?? "draft-2020-12", this.unrepresentable = e?.unrepresentable ?? "throw", this.override = e?.override ?? (() => {
|
|
6406
6406
|
}), this.io = e?.io ?? "output", this.seen = /* @__PURE__ */ new Map();
|
|
@@ -6579,7 +6579,7 @@ class Uc {
|
|
|
6579
6579
|
break;
|
|
6580
6580
|
}
|
|
6581
6581
|
case "enum": {
|
|
6582
|
-
const p = _, y =
|
|
6582
|
+
const p = _, y = Iu(s.entries);
|
|
6583
6583
|
y.every((h) => typeof h == "number") && (p.type = "number"), y.every((h) => typeof h == "string") && (p.type = "string"), p.enum = y;
|
|
6584
6584
|
break;
|
|
6585
6585
|
}
|
|
@@ -6802,8 +6802,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6802
6802
|
}
|
|
6803
6803
|
}
|
|
6804
6804
|
function _m(t, e) {
|
|
6805
|
-
if (t instanceof
|
|
6806
|
-
const n = new
|
|
6805
|
+
if (t instanceof Bu) {
|
|
6806
|
+
const n = new Dc(e), s = {};
|
|
6807
6807
|
for (const i of t._idmap.entries()) {
|
|
6808
6808
|
const [c, u] = i;
|
|
6809
6809
|
n.process(u);
|
|
@@ -6828,7 +6828,7 @@ function _m(t, e) {
|
|
|
6828
6828
|
}
|
|
6829
6829
|
return { schemas: a };
|
|
6830
6830
|
}
|
|
6831
|
-
const r = new
|
|
6831
|
+
const r = new Dc(e);
|
|
6832
6832
|
return r.process(t), r.emit(t, e);
|
|
6833
6833
|
}
|
|
6834
6834
|
function je(t, e) {
|
|
@@ -6913,7 +6913,7 @@ function je(t, e) {
|
|
|
6913
6913
|
const gm = /* @__PURE__ */ O("ZodISODateTime", (t, e) => {
|
|
6914
6914
|
Uh.init(t, e), Oe.init(t, e);
|
|
6915
6915
|
});
|
|
6916
|
-
function
|
|
6916
|
+
function Xu(t) {
|
|
6917
6917
|
return Hp(gm, t);
|
|
6918
6918
|
}
|
|
6919
6919
|
const ym = /* @__PURE__ */ O("ZodISODate", (t, e) => {
|
|
@@ -6935,7 +6935,7 @@ function $m(t) {
|
|
|
6935
6935
|
return Bp(km, t);
|
|
6936
6936
|
}
|
|
6937
6937
|
const Sm = (t, e) => {
|
|
6938
|
-
|
|
6938
|
+
Nu.init(t, e), t.name = "ZodError", Object.defineProperties(t, {
|
|
6939
6939
|
format: {
|
|
6940
6940
|
value: (r) => Zf(t, r)
|
|
6941
6941
|
// enumerable: false,
|
|
@@ -6961,7 +6961,7 @@ const Sm = (t, e) => {
|
|
|
6961
6961
|
});
|
|
6962
6962
|
}, na = O("ZodError", Sm, {
|
|
6963
6963
|
Parent: Error
|
|
6964
|
-
}), Tm = /* @__PURE__ */
|
|
6964
|
+
}), Tm = /* @__PURE__ */ Au(na), Em = /* @__PURE__ */ ju(na), Rm = /* @__PURE__ */ zu(na), Pm = /* @__PURE__ */ Mu(na), Pe = /* @__PURE__ */ O("ZodType", (t, e) => (ke.init(t, e), t.def = e, Object.defineProperty(t, "_def", { value: e }), t.check = (...r) => t.clone(
|
|
6965
6965
|
{
|
|
6966
6966
|
...e,
|
|
6967
6967
|
checks: [
|
|
@@ -6970,7 +6970,7 @@ const Sm = (t, e) => {
|
|
|
6970
6970
|
]
|
|
6971
6971
|
}
|
|
6972
6972
|
// { parent: true }
|
|
6973
|
-
), t.clone = (r, n) => Xt(t, r, n), t.brand = () => t, t.register = ((r, n) => (r.add(t, n), t)), t.parse = (r, n) => Tm(t, r, n, { callee: t.parse }), t.safeParse = (r, n) => Rm(t, r, n), t.parseAsync = async (r, n) => Em(t, r, n, { callee: t.parseAsync }), t.safeParseAsync = async (r, n) => Pm(t, r, n), t.spa = t.safeParseAsync, t.refine = (r, n) => t.check(w_(r, n)), t.superRefine = (r) => t.check(b_(r)), t.overwrite = (r) => t.check(mn(r)), t.optional = () => Ne(t), t.nullable = () =>
|
|
6973
|
+
), t.clone = (r, n) => Xt(t, r, n), t.brand = () => t, t.register = ((r, n) => (r.add(t, n), t)), t.parse = (r, n) => Tm(t, r, n, { callee: t.parse }), t.safeParse = (r, n) => Rm(t, r, n), t.parseAsync = async (r, n) => Em(t, r, n, { callee: t.parseAsync }), t.safeParseAsync = async (r, n) => Pm(t, r, n), t.spa = t.safeParseAsync, t.refine = (r, n) => t.check(w_(r, n)), t.superRefine = (r) => t.check(b_(r)), t.overwrite = (r) => t.check(mn(r)), t.optional = () => Ne(t), t.nullable = () => Hc(t), t.nullish = () => Ne(Hc(t)), t.nonoptional = (r) => f_(t, r), t.array = () => F(t), t.or = (r) => Te([t, r]), t.and = (r) => Co(t, r), t.transform = (r) => La(t, al(r)), t.default = (r) => u_(t, r), t.prefault = (r) => d_(t, r), t.catch = (r) => p_(t, r), t.pipe = (r) => La(t, r), t.readonly = () => g_(t), t.describe = (r) => {
|
|
6974
6974
|
const n = t.clone();
|
|
6975
6975
|
return Dr.add(n, { description: r }), n;
|
|
6976
6976
|
}, Object.defineProperty(t, "description", {
|
|
@@ -6983,29 +6983,29 @@ const Sm = (t, e) => {
|
|
|
6983
6983
|
return Dr.get(t);
|
|
6984
6984
|
const n = t.clone();
|
|
6985
6985
|
return Dr.add(n, r[0]), n;
|
|
6986
|
-
}, t.isOptional = () => t.safeParse(void 0).success, t.isNullable = () => t.safeParse(null).success, t)),
|
|
6986
|
+
}, t.isOptional = () => t.safeParse(void 0).success, t.isNullable = () => t.safeParse(null).success, t)), Qu = /* @__PURE__ */ O("_ZodString", (t, e) => {
|
|
6987
6987
|
xo.init(t, e), Pe.init(t, e);
|
|
6988
6988
|
const r = t._zod.bag;
|
|
6989
|
-
t.format = r.format ?? null, t.minLength = r.minimum ?? null, t.maxLength = r.maximum ?? null, t.regex = (...n) => t.check(nm(...n)), t.includes = (...n) => t.check(om(...n)), t.startsWith = (...n) => t.check(im(...n)), t.endsWith = (...n) => t.check(cm(...n)), t.min = (...n) => t.check(ks(...n)), t.max = (...n) => t.check(
|
|
6989
|
+
t.format = r.format ?? null, t.minLength = r.minimum ?? null, t.maxLength = r.maximum ?? null, t.regex = (...n) => t.check(nm(...n)), t.includes = (...n) => t.check(om(...n)), t.startsWith = (...n) => t.check(im(...n)), t.endsWith = (...n) => t.check(cm(...n)), t.min = (...n) => t.check(ks(...n)), t.max = (...n) => t.check(Gu(...n)), t.length = (...n) => t.check(Yu(...n)), t.nonempty = (...n) => t.check(ks(1, ...n)), t.lowercase = (n) => t.check(sm(n)), t.uppercase = (n) => t.check(am(n)), t.trim = () => t.check(lm()), t.normalize = (...n) => t.check(um(...n)), t.toLowerCase = () => t.check(dm()), t.toUpperCase = () => t.check(fm());
|
|
6990
6990
|
}), xm = /* @__PURE__ */ O("ZodString", (t, e) => {
|
|
6991
|
-
xo.init(t, e),
|
|
6991
|
+
xo.init(t, e), Qu.init(t, e), t.email = (r) => t.check(Tp(Im, r)), t.url = (r) => t.check(Ju(el, r)), t.jwt = (r) => t.check(Fp(Wm, r)), t.emoji = (r) => t.check(Ip(Om, r)), t.guid = (r) => t.check(qc(Vc, r)), t.uuid = (r) => t.check(Ep(fs, r)), t.uuidv4 = (r) => t.check(Rp(fs, r)), t.uuidv6 = (r) => t.check(Pp(fs, r)), t.uuidv7 = (r) => t.check(xp(fs, r)), t.nanoid = (r) => t.check(Cp(Nm, r)), t.guid = (r) => t.check(qc(Vc, r)), t.cuid = (r) => t.check(Op(Am, r)), t.cuid2 = (r) => t.check(Np(jm, r)), t.ulid = (r) => t.check(Ap(zm, r)), t.base64 = (r) => t.check(Up(Vm, r)), t.base64url = (r) => t.check(Dp(Fm, r)), t.xid = (r) => t.check(jp(Mm, r)), t.ksuid = (r) => t.check(zp(qm, r)), t.ipv4 = (r) => t.check(Mp(Zm, r)), t.ipv6 = (r) => t.check(qp(Lm, r)), t.cidrv4 = (r) => t.check(Zp(Um, r)), t.cidrv6 = (r) => t.check(Lp(Dm, r)), t.e164 = (r) => t.check(Vp(Hm, r)), t.datetime = (r) => t.check(Xu(r)), t.date = (r) => t.check(vm(r)), t.time = (r) => t.check(bm(r)), t.duration = (r) => t.check($m(r));
|
|
6992
6992
|
});
|
|
6993
6993
|
function T(t) {
|
|
6994
6994
|
return Sp(xm, t);
|
|
6995
6995
|
}
|
|
6996
6996
|
const Oe = /* @__PURE__ */ O("ZodStringFormat", (t, e) => {
|
|
6997
|
-
Re.init(t, e),
|
|
6997
|
+
Re.init(t, e), Qu.init(t, e);
|
|
6998
6998
|
}), Im = /* @__PURE__ */ O("ZodEmail", (t, e) => {
|
|
6999
6999
|
Oh.init(t, e), Oe.init(t, e);
|
|
7000
|
-
}),
|
|
7000
|
+
}), Vc = /* @__PURE__ */ O("ZodGUID", (t, e) => {
|
|
7001
7001
|
Ih.init(t, e), Oe.init(t, e);
|
|
7002
7002
|
}), fs = /* @__PURE__ */ O("ZodUUID", (t, e) => {
|
|
7003
7003
|
Ch.init(t, e), Oe.init(t, e);
|
|
7004
|
-
}),
|
|
7004
|
+
}), el = /* @__PURE__ */ O("ZodURL", (t, e) => {
|
|
7005
7005
|
Nh.init(t, e), Oe.init(t, e);
|
|
7006
7006
|
});
|
|
7007
7007
|
function Cm(t) {
|
|
7008
|
-
return
|
|
7008
|
+
return Ju(el, t);
|
|
7009
7009
|
}
|
|
7010
7010
|
const Om = /* @__PURE__ */ O("ZodEmoji", (t, e) => {
|
|
7011
7011
|
Ah.init(t, e), Oe.init(t, e);
|
|
@@ -7038,7 +7038,7 @@ const Om = /* @__PURE__ */ O("ZodEmoji", (t, e) => {
|
|
|
7038
7038
|
}), Wm = /* @__PURE__ */ O("ZodJWT", (t, e) => {
|
|
7039
7039
|
ep.init(t, e), Oe.init(t, e);
|
|
7040
7040
|
}), Io = /* @__PURE__ */ O("ZodNumber", (t, e) => {
|
|
7041
|
-
|
|
7041
|
+
Hu.init(t, e), Pe.init(t, e), t.gt = (n, s) => t.check(Lc(n, s)), t.gte = (n, s) => t.check($a(n, s)), t.min = (n, s) => t.check($a(n, s)), t.lt = (n, s) => t.check(Zc(n, s)), t.lte = (n, s) => t.check(ka(n, s)), t.max = (n, s) => t.check(ka(n, s)), t.int = (n) => t.check(Fc(n)), t.safe = (n) => t.check(Fc(n)), t.positive = (n) => t.check(Lc(0, n)), t.nonnegative = (n) => t.check($a(0, n)), t.negative = (n) => t.check(Zc(0, n)), t.nonpositive = (n) => t.check(ka(0, n)), t.multipleOf = (n, s) => t.check(Uc(n, s)), t.step = (n, s) => t.check(Uc(n, s)), t.finite = () => t;
|
|
7042
7042
|
const r = t._zod.bag;
|
|
7043
7043
|
t.minValue = Math.max(r.minimum ?? Number.NEGATIVE_INFINITY, r.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, t.maxValue = Math.min(r.maximum ?? Number.POSITIVE_INFINITY, r.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, t.isInt = (r.format ?? "").includes("int") || Number.isSafeInteger(r.multipleOf ?? 0.5), t.isFinite = !0, t.format = r.format ?? null;
|
|
7044
7044
|
});
|
|
@@ -7048,7 +7048,7 @@ function ge(t) {
|
|
|
7048
7048
|
const Km = /* @__PURE__ */ O("ZodNumberFormat", (t, e) => {
|
|
7049
7049
|
tp.init(t, e), Io.init(t, e);
|
|
7050
7050
|
});
|
|
7051
|
-
function
|
|
7051
|
+
function Fc(t) {
|
|
7052
7052
|
return Yp(Km, t);
|
|
7053
7053
|
}
|
|
7054
7054
|
const Bm = /* @__PURE__ */ O("ZodBoolean", (t, e) => {
|
|
@@ -7060,7 +7060,7 @@ function Se(t) {
|
|
|
7060
7060
|
const Jm = /* @__PURE__ */ O("ZodNull", (t, e) => {
|
|
7061
7061
|
np.init(t, e), Pe.init(t, e);
|
|
7062
7062
|
});
|
|
7063
|
-
function
|
|
7063
|
+
function tl(t) {
|
|
7064
7064
|
return Qp(Jm, t);
|
|
7065
7065
|
}
|
|
7066
7066
|
const Gm = /* @__PURE__ */ O("ZodAny", (t, e) => {
|
|
@@ -7082,13 +7082,13 @@ function e_(t) {
|
|
|
7082
7082
|
return rm(Qm, t);
|
|
7083
7083
|
}
|
|
7084
7084
|
const t_ = /* @__PURE__ */ O("ZodArray", (t, e) => {
|
|
7085
|
-
ip.init(t, e), Pe.init(t, e), t.element = e.element, t.min = (r, n) => t.check(ks(r, n)), t.nonempty = (r) => t.check(ks(1, r)), t.max = (r, n) => t.check(
|
|
7085
|
+
ip.init(t, e), Pe.init(t, e), t.element = e.element, t.min = (r, n) => t.check(ks(r, n)), t.nonempty = (r) => t.check(ks(1, r)), t.max = (r, n) => t.check(Gu(r, n)), t.length = (r, n) => t.check(Yu(r, n)), t.unwrap = () => t.element;
|
|
7086
7086
|
});
|
|
7087
7087
|
function F(t, e) {
|
|
7088
7088
|
return hm(t_, t, e);
|
|
7089
7089
|
}
|
|
7090
|
-
const
|
|
7091
|
-
|
|
7090
|
+
const rl = /* @__PURE__ */ O("ZodObject", (t, e) => {
|
|
7091
|
+
Wu.init(t, e), Pe.init(t, e), $e(t, "shape", () => e.shape), t.keyof = () => at(Object.keys(t._zod.def.shape)), t.catchall = (r) => t.clone({ ...t._zod.def, catchall: r }), t.passthrough = () => t.clone({ ...t._zod.def, catchall: Ie() }), t.loose = () => t.clone({ ...t._zod.def, catchall: Ie() }), t.strict = () => t.clone({ ...t._zod.def, catchall: e_() }), t.strip = () => t.clone({ ...t._zod.def, catchall: void 0 }), t.extend = (r) => Af(t, r), t.merge = (r) => jf(t, r), t.pick = (r) => Of(t, r), t.omit = (r) => Nf(t, r), t.partial = (...r) => zf(ol, t, r[0]), t.required = (...r) => Mf(il, t, r[0]);
|
|
7092
7092
|
});
|
|
7093
7093
|
function W(t, e) {
|
|
7094
7094
|
const r = {
|
|
@@ -7098,10 +7098,10 @@ function W(t, e) {
|
|
|
7098
7098
|
},
|
|
7099
7099
|
...X(e)
|
|
7100
7100
|
};
|
|
7101
|
-
return new
|
|
7101
|
+
return new rl(r);
|
|
7102
7102
|
}
|
|
7103
7103
|
function Ue(t, e) {
|
|
7104
|
-
return new
|
|
7104
|
+
return new rl({
|
|
7105
7105
|
type: "object",
|
|
7106
7106
|
get shape() {
|
|
7107
7107
|
return hn(this, "shape", { ...t }), this.shape;
|
|
@@ -7110,20 +7110,20 @@ function Ue(t, e) {
|
|
|
7110
7110
|
...X(e)
|
|
7111
7111
|
});
|
|
7112
7112
|
}
|
|
7113
|
-
const
|
|
7114
|
-
|
|
7113
|
+
const nl = /* @__PURE__ */ O("ZodUnion", (t, e) => {
|
|
7114
|
+
Ku.init(t, e), Pe.init(t, e), t.options = e.options;
|
|
7115
7115
|
});
|
|
7116
7116
|
function Te(t, e) {
|
|
7117
|
-
return new
|
|
7117
|
+
return new nl({
|
|
7118
7118
|
type: "union",
|
|
7119
7119
|
options: t,
|
|
7120
7120
|
...X(e)
|
|
7121
7121
|
});
|
|
7122
7122
|
}
|
|
7123
7123
|
const r_ = /* @__PURE__ */ O("ZodDiscriminatedUnion", (t, e) => {
|
|
7124
|
-
|
|
7124
|
+
nl.init(t, e), cp.init(t, e);
|
|
7125
7125
|
});
|
|
7126
|
-
function
|
|
7126
|
+
function sl(t, e, r) {
|
|
7127
7127
|
return new r_({
|
|
7128
7128
|
type: "union",
|
|
7129
7129
|
options: e,
|
|
@@ -7221,17 +7221,17 @@ const o_ = /* @__PURE__ */ O("ZodTransform", (t, e) => {
|
|
|
7221
7221
|
return s instanceof Promise ? s.then((a) => (r.value = a, r)) : (r.value = s, r);
|
|
7222
7222
|
};
|
|
7223
7223
|
});
|
|
7224
|
-
function
|
|
7224
|
+
function al(t) {
|
|
7225
7225
|
return new o_({
|
|
7226
7226
|
type: "transform",
|
|
7227
7227
|
transform: t
|
|
7228
7228
|
});
|
|
7229
7229
|
}
|
|
7230
|
-
const
|
|
7230
|
+
const ol = /* @__PURE__ */ O("ZodOptional", (t, e) => {
|
|
7231
7231
|
pp.init(t, e), Pe.init(t, e), t.unwrap = () => t._zod.def.innerType;
|
|
7232
7232
|
});
|
|
7233
7233
|
function Ne(t) {
|
|
7234
|
-
return new
|
|
7234
|
+
return new ol({
|
|
7235
7235
|
type: "optional",
|
|
7236
7236
|
innerType: t
|
|
7237
7237
|
});
|
|
@@ -7239,7 +7239,7 @@ function Ne(t) {
|
|
|
7239
7239
|
const i_ = /* @__PURE__ */ O("ZodNullable", (t, e) => {
|
|
7240
7240
|
mp.init(t, e), Pe.init(t, e), t.unwrap = () => t._zod.def.innerType;
|
|
7241
7241
|
});
|
|
7242
|
-
function
|
|
7242
|
+
function Hc(t) {
|
|
7243
7243
|
return new i_({
|
|
7244
7244
|
type: "nullable",
|
|
7245
7245
|
innerType: t
|
|
@@ -7269,11 +7269,11 @@ function d_(t, e) {
|
|
|
7269
7269
|
}
|
|
7270
7270
|
});
|
|
7271
7271
|
}
|
|
7272
|
-
const
|
|
7272
|
+
const il = /* @__PURE__ */ O("ZodNonOptional", (t, e) => {
|
|
7273
7273
|
yp.init(t, e), Pe.init(t, e), t.unwrap = () => t._zod.def.innerType;
|
|
7274
7274
|
});
|
|
7275
7275
|
function f_(t, e) {
|
|
7276
|
-
return new
|
|
7276
|
+
return new il({
|
|
7277
7277
|
type: "nonoptional",
|
|
7278
7278
|
innerType: t,
|
|
7279
7279
|
...X(e)
|
|
@@ -7309,7 +7309,7 @@ function g_(t) {
|
|
|
7309
7309
|
innerType: t
|
|
7310
7310
|
});
|
|
7311
7311
|
}
|
|
7312
|
-
const
|
|
7312
|
+
const cl = /* @__PURE__ */ O("ZodCustom", (t, e) => {
|
|
7313
7313
|
kp.init(t, e), Pe.init(t, e);
|
|
7314
7314
|
});
|
|
7315
7315
|
function y_(t) {
|
|
@@ -7320,10 +7320,10 @@ function y_(t) {
|
|
|
7320
7320
|
return e._zod.check = t, e;
|
|
7321
7321
|
}
|
|
7322
7322
|
function v_(t, e) {
|
|
7323
|
-
return pm(
|
|
7323
|
+
return pm(cl, t ?? (() => !0), e);
|
|
7324
7324
|
}
|
|
7325
7325
|
function w_(t, e = {}) {
|
|
7326
|
-
return mm(
|
|
7326
|
+
return mm(cl, t, e);
|
|
7327
7327
|
}
|
|
7328
7328
|
function b_(t) {
|
|
7329
7329
|
const e = y_((r) => (r.addIssue = (n) => {
|
|
@@ -7336,8 +7336,8 @@ function b_(t) {
|
|
|
7336
7336
|
}, t(r.value, r)));
|
|
7337
7337
|
return e;
|
|
7338
7338
|
}
|
|
7339
|
-
function
|
|
7340
|
-
return La(
|
|
7339
|
+
function ul(t, e) {
|
|
7340
|
+
return La(al(t), e);
|
|
7341
7341
|
}
|
|
7342
7342
|
const k_ = {
|
|
7343
7343
|
custom: "custom"
|
|
@@ -7345,13 +7345,13 @@ const k_ = {
|
|
|
7345
7345
|
function $_(t) {
|
|
7346
7346
|
return Gp(Io, t);
|
|
7347
7347
|
}
|
|
7348
|
-
const _n = "2025-11-25",
|
|
7348
|
+
const _n = "2025-11-25", ll = [_n, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"], nr = "io.modelcontextprotocol/related-task", sa = "2.0", De = v_((t) => t !== null && (typeof t == "object" || typeof t == "function")), dl = Te([T(), ge().int()]), fl = T();
|
|
7349
7349
|
Ue({
|
|
7350
7350
|
/**
|
|
7351
7351
|
* Time in milliseconds to keep task results available after completion.
|
|
7352
7352
|
* If null, the task has unlimited lifetime until manually cleaned up.
|
|
7353
7353
|
*/
|
|
7354
|
-
ttl: Te([ge(),
|
|
7354
|
+
ttl: Te([ge(), tl()]).optional(),
|
|
7355
7355
|
/**
|
|
7356
7356
|
* Time in milliseconds to wait between task status requests.
|
|
7357
7357
|
*/
|
|
@@ -7365,7 +7365,7 @@ const S_ = W({
|
|
|
7365
7365
|
/**
|
|
7366
7366
|
* If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.
|
|
7367
7367
|
*/
|
|
7368
|
-
progressToken:
|
|
7368
|
+
progressToken: dl.optional(),
|
|
7369
7369
|
/**
|
|
7370
7370
|
* If specified, this request is related to the provided task.
|
|
7371
7371
|
*/
|
|
@@ -7403,14 +7403,14 @@ const S_ = W({
|
|
|
7403
7403
|
* for notes on _meta usage.
|
|
7404
7404
|
*/
|
|
7405
7405
|
_meta: Oo.optional()
|
|
7406
|
-
}), aa = Te([T(), ge().int()]),
|
|
7406
|
+
}), aa = Te([T(), ge().int()]), hl = W({
|
|
7407
7407
|
jsonrpc: te(sa),
|
|
7408
7408
|
id: aa,
|
|
7409
7409
|
...Ve.shape
|
|
7410
|
-
}).strict(), Ua = (t) =>
|
|
7410
|
+
}).strict(), Ua = (t) => hl.safeParse(t).success, pl = W({
|
|
7411
7411
|
jsonrpc: te(sa),
|
|
7412
7412
|
...lt.shape
|
|
7413
|
-
}).strict(), R_ = (t) =>
|
|
7413
|
+
}).strict(), R_ = (t) => pl.safeParse(t).success, No = W({
|
|
7414
7414
|
jsonrpc: te(sa),
|
|
7415
7415
|
id: aa,
|
|
7416
7416
|
result: Fe
|
|
@@ -7437,8 +7437,8 @@ const Ao = W({
|
|
|
7437
7437
|
data: Ie().optional()
|
|
7438
7438
|
})
|
|
7439
7439
|
}).strict(), P_ = (t) => Ao.safeParse(t).success, ir = Te([
|
|
7440
|
-
fl,
|
|
7441
7440
|
hl,
|
|
7441
|
+
pl,
|
|
7442
7442
|
No,
|
|
7443
7443
|
Ao
|
|
7444
7444
|
]);
|
|
@@ -7506,7 +7506,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7506
7506
|
* if present).
|
|
7507
7507
|
*/
|
|
7508
7508
|
title: T().optional()
|
|
7509
|
-
}),
|
|
7509
|
+
}), ml = Tr.extend({
|
|
7510
7510
|
...Tr.shape,
|
|
7511
7511
|
...yn.shape,
|
|
7512
7512
|
version: T(),
|
|
@@ -7524,7 +7524,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7524
7524
|
description: T().optional()
|
|
7525
7525
|
}), C_ = Co(W({
|
|
7526
7526
|
applyDefaults: Se().optional()
|
|
7527
|
-
}), Ce(T(), Ie())), O_ =
|
|
7527
|
+
}), Ce(T(), Ie())), O_ = ul((t) => t && typeof t == "object" && !Array.isArray(t) && Object.keys(t).length === 0 ? { form: {} } : t, Co(W({
|
|
7528
7528
|
form: C_.optional(),
|
|
7529
7529
|
url: De.optional()
|
|
7530
7530
|
}), Ce(T(), Ie()).optional())), N_ = Ue({
|
|
@@ -7615,8 +7615,8 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7615
7615
|
*/
|
|
7616
7616
|
protocolVersion: T(),
|
|
7617
7617
|
capabilities: j_,
|
|
7618
|
-
clientInfo:
|
|
7619
|
-
}),
|
|
7618
|
+
clientInfo: ml
|
|
7619
|
+
}), _l = Ve.extend({
|
|
7620
7620
|
method: te("initialize"),
|
|
7621
7621
|
params: z_
|
|
7622
7622
|
}), M_ = W({
|
|
@@ -7667,13 +7667,13 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7667
7667
|
* Present if the server supports task creation.
|
|
7668
7668
|
*/
|
|
7669
7669
|
tasks: A_.optional()
|
|
7670
|
-
}),
|
|
7670
|
+
}), gl = Fe.extend({
|
|
7671
7671
|
/**
|
|
7672
7672
|
* The version of the Model Context Protocol that the server wants to use. This may not match the version that the client requested. If the client cannot support this version, it MUST disconnect.
|
|
7673
7673
|
*/
|
|
7674
7674
|
protocolVersion: T(),
|
|
7675
7675
|
capabilities: M_,
|
|
7676
|
-
serverInfo:
|
|
7676
|
+
serverInfo: ml,
|
|
7677
7677
|
/**
|
|
7678
7678
|
* Instructions describing how to use the server and its features.
|
|
7679
7679
|
*
|
|
@@ -7705,7 +7705,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7705
7705
|
/**
|
|
7706
7706
|
* The progress token which was given in the initial request, used to associate this notification with the request that is proceeding.
|
|
7707
7707
|
*/
|
|
7708
|
-
progressToken:
|
|
7708
|
+
progressToken: dl
|
|
7709
7709
|
}), qo = lt.extend({
|
|
7710
7710
|
method: te("notifications/progress"),
|
|
7711
7711
|
params: L_
|
|
@@ -7714,7 +7714,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7714
7714
|
* An opaque token representing the current pagination position.
|
|
7715
7715
|
* If provided, the server should return results starting after this cursor.
|
|
7716
7716
|
*/
|
|
7717
|
-
cursor:
|
|
7717
|
+
cursor: fl.optional()
|
|
7718
7718
|
}), vn = Ve.extend({
|
|
7719
7719
|
params: U_.optional()
|
|
7720
7720
|
}), wn = Fe.extend({
|
|
@@ -7722,7 +7722,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7722
7722
|
* An opaque token representing the pagination position after the last returned result.
|
|
7723
7723
|
* If present, there may be more results available.
|
|
7724
7724
|
*/
|
|
7725
|
-
nextCursor:
|
|
7725
|
+
nextCursor: fl.optional()
|
|
7726
7726
|
}), D_ = at(["working", "input_required", "completed", "failed", "cancelled"]), bn = W({
|
|
7727
7727
|
taskId: T(),
|
|
7728
7728
|
status: D_,
|
|
@@ -7730,7 +7730,7 @@ const Vt = Fe.strict(), x_ = ut.extend({
|
|
|
7730
7730
|
* Time in milliseconds to keep task results available after completion.
|
|
7731
7731
|
* If null, the task has unlimited lifetime until manually cleaned up.
|
|
7732
7732
|
*/
|
|
7733
|
-
ttl: Te([ge(),
|
|
7733
|
+
ttl: Te([ge(), tl()]),
|
|
7734
7734
|
/**
|
|
7735
7735
|
* ISO 8601 timestamp when the task was created.
|
|
7736
7736
|
*/
|
|
@@ -7770,7 +7770,7 @@ const Do = vn.extend({
|
|
|
7770
7770
|
params: ot.extend({
|
|
7771
7771
|
taskId: T()
|
|
7772
7772
|
})
|
|
7773
|
-
}), F_ = Fe.merge(bn),
|
|
7773
|
+
}), F_ = Fe.merge(bn), yl = W({
|
|
7774
7774
|
/**
|
|
7775
7775
|
* The URI of this resource.
|
|
7776
7776
|
*/
|
|
@@ -7784,7 +7784,7 @@ const Do = vn.extend({
|
|
|
7784
7784
|
* for notes on _meta usage.
|
|
7785
7785
|
*/
|
|
7786
7786
|
_meta: Ce(T(), Ie()).optional()
|
|
7787
|
-
}),
|
|
7787
|
+
}), vl = yl.extend({
|
|
7788
7788
|
/**
|
|
7789
7789
|
* The text of the item. This must only be set if the item can actually be represented as text (not binary data).
|
|
7790
7790
|
*/
|
|
@@ -7795,7 +7795,7 @@ const Do = vn.extend({
|
|
|
7795
7795
|
} catch {
|
|
7796
7796
|
return !1;
|
|
7797
7797
|
}
|
|
7798
|
-
}, { message: "Invalid Base64 string" }),
|
|
7798
|
+
}, { message: "Invalid Base64 string" }), wl = yl.extend({
|
|
7799
7799
|
/**
|
|
7800
7800
|
* A base64-encoded string representing the binary data of the item.
|
|
7801
7801
|
*/
|
|
@@ -7812,8 +7812,8 @@ const Do = vn.extend({
|
|
|
7812
7812
|
/**
|
|
7813
7813
|
* ISO 8601 timestamp for the most recent modification.
|
|
7814
7814
|
*/
|
|
7815
|
-
lastModified:
|
|
7816
|
-
}),
|
|
7815
|
+
lastModified: Xu({ offset: !0 }).optional()
|
|
7816
|
+
}), bl = W({
|
|
7817
7817
|
...Tr.shape,
|
|
7818
7818
|
...yn.shape,
|
|
7819
7819
|
/**
|
|
@@ -7867,11 +7867,11 @@ const Do = vn.extend({
|
|
|
7867
7867
|
_meta: Ne(Ue({}))
|
|
7868
7868
|
}), Ss = vn.extend({
|
|
7869
7869
|
method: te("resources/list")
|
|
7870
|
-
}),
|
|
7871
|
-
resources: F(
|
|
7870
|
+
}), kl = wn.extend({
|
|
7871
|
+
resources: F(bl)
|
|
7872
7872
|
}), Da = vn.extend({
|
|
7873
7873
|
method: te("resources/templates/list")
|
|
7874
|
-
}),
|
|
7874
|
+
}), $l = wn.extend({
|
|
7875
7875
|
resourceTemplates: F(H_)
|
|
7876
7876
|
}), Wo = ot.extend({
|
|
7877
7877
|
/**
|
|
@@ -7883,15 +7883,15 @@ const Do = vn.extend({
|
|
|
7883
7883
|
}), W_ = Wo, Va = Ve.extend({
|
|
7884
7884
|
method: te("resources/read"),
|
|
7885
7885
|
params: W_
|
|
7886
|
-
}),
|
|
7887
|
-
contents: F(Te([
|
|
7886
|
+
}), Sl = Fe.extend({
|
|
7887
|
+
contents: F(Te([vl, wl]))
|
|
7888
7888
|
}), Ko = lt.extend({
|
|
7889
7889
|
method: te("notifications/resources/list_changed"),
|
|
7890
7890
|
params: ut.optional()
|
|
7891
|
-
}), K_ = Wo,
|
|
7891
|
+
}), K_ = Wo, Tl = Ve.extend({
|
|
7892
7892
|
method: te("resources/subscribe"),
|
|
7893
7893
|
params: K_
|
|
7894
|
-
}), B_ = Wo,
|
|
7894
|
+
}), B_ = Wo, El = Ve.extend({
|
|
7895
7895
|
method: te("resources/unsubscribe"),
|
|
7896
7896
|
params: B_
|
|
7897
7897
|
}), J_ = ut.extend({
|
|
@@ -7899,7 +7899,7 @@ const Do = vn.extend({
|
|
|
7899
7899
|
* The URI of the resource that has been updated. This might be a sub-resource of the one that the client actually subscribed to.
|
|
7900
7900
|
*/
|
|
7901
7901
|
uri: T()
|
|
7902
|
-
}),
|
|
7902
|
+
}), Rl = lt.extend({
|
|
7903
7903
|
method: te("notifications/resources/updated"),
|
|
7904
7904
|
params: J_
|
|
7905
7905
|
}), G_ = W({
|
|
@@ -7933,7 +7933,7 @@ const Do = vn.extend({
|
|
|
7933
7933
|
_meta: Ne(Ue({}))
|
|
7934
7934
|
}), Fa = vn.extend({
|
|
7935
7935
|
method: te("prompts/list")
|
|
7936
|
-
}),
|
|
7936
|
+
}), Pl = wn.extend({
|
|
7937
7937
|
prompts: F(Y_)
|
|
7938
7938
|
}), X_ = ot.extend({
|
|
7939
7939
|
/**
|
|
@@ -8024,7 +8024,7 @@ const Do = vn.extend({
|
|
|
8024
8024
|
_meta: Ce(T(), Ie()).optional()
|
|
8025
8025
|
}), eg = W({
|
|
8026
8026
|
type: te("resource"),
|
|
8027
|
-
resource: Te([
|
|
8027
|
+
resource: Te([vl, wl]),
|
|
8028
8028
|
/**
|
|
8029
8029
|
* Optional annotations for the client.
|
|
8030
8030
|
*/
|
|
@@ -8034,7 +8034,7 @@ const Do = vn.extend({
|
|
|
8034
8034
|
* for notes on _meta usage.
|
|
8035
8035
|
*/
|
|
8036
8036
|
_meta: Ce(T(), Ie()).optional()
|
|
8037
|
-
}), tg =
|
|
8037
|
+
}), tg = bl.extend({
|
|
8038
8038
|
type: te("resource_link")
|
|
8039
8039
|
}), Yo = Te([
|
|
8040
8040
|
Bo,
|
|
@@ -8045,7 +8045,7 @@ const Do = vn.extend({
|
|
|
8045
8045
|
]), rg = W({
|
|
8046
8046
|
role: kn,
|
|
8047
8047
|
content: Yo
|
|
8048
|
-
}),
|
|
8048
|
+
}), xl = Fe.extend({
|
|
8049
8049
|
/**
|
|
8050
8050
|
* An optional description for the prompt.
|
|
8051
8051
|
*/
|
|
@@ -8102,7 +8102,7 @@ const Do = vn.extend({
|
|
|
8102
8102
|
* If not present, defaults to "forbidden".
|
|
8103
8103
|
*/
|
|
8104
8104
|
taskSupport: at(["required", "optional", "forbidden"]).optional()
|
|
8105
|
-
}),
|
|
8105
|
+
}), Il = W({
|
|
8106
8106
|
...Tr.shape,
|
|
8107
8107
|
...yn.shape,
|
|
8108
8108
|
/**
|
|
@@ -8143,8 +8143,8 @@ const Do = vn.extend({
|
|
|
8143
8143
|
_meta: Ce(T(), Ie()).optional()
|
|
8144
8144
|
}), Wa = vn.extend({
|
|
8145
8145
|
method: te("tools/list")
|
|
8146
|
-
}),
|
|
8147
|
-
tools: F(
|
|
8146
|
+
}), Cl = wn.extend({
|
|
8147
|
+
tools: F(Il)
|
|
8148
8148
|
}), Or = Fe.extend({
|
|
8149
8149
|
/**
|
|
8150
8150
|
* A list of content objects that represent the result of the tool call.
|
|
@@ -8233,7 +8233,7 @@ const ag = gn.extend({
|
|
|
8233
8233
|
* The data to be logged, such as a string message or an object. Any JSON serializable type is allowed here.
|
|
8234
8234
|
*/
|
|
8235
8235
|
data: Ie()
|
|
8236
|
-
}),
|
|
8236
|
+
}), Ol = lt.extend({
|
|
8237
8237
|
method: te("notifications/message"),
|
|
8238
8238
|
params: cg
|
|
8239
8239
|
}), ug = W({
|
|
@@ -8277,7 +8277,7 @@ const ag = gn.extend({
|
|
|
8277
8277
|
* for notes on _meta usage.
|
|
8278
8278
|
*/
|
|
8279
8279
|
_meta: Ce(T(), Ie()).optional()
|
|
8280
|
-
}), hg =
|
|
8280
|
+
}), hg = sl("type", [Bo, Jo, Go]), Ps = sl("type", [
|
|
8281
8281
|
Bo,
|
|
8282
8282
|
Jo,
|
|
8283
8283
|
Go,
|
|
@@ -8325,7 +8325,7 @@ const ag = gn.extend({
|
|
|
8325
8325
|
* Tools that the model may use during generation.
|
|
8326
8326
|
* The client MUST return an error if this field is provided but ClientCapabilities.sampling.tools is not declared.
|
|
8327
8327
|
*/
|
|
8328
|
-
tools: F(
|
|
8328
|
+
tools: F(Il).optional(),
|
|
8329
8329
|
/**
|
|
8330
8330
|
* Controls how the model uses tools.
|
|
8331
8331
|
* The client MUST return an error if this field is provided but ClientCapabilities.sampling.tools is not declared.
|
|
@@ -8356,7 +8356,7 @@ const ag = gn.extend({
|
|
|
8356
8356
|
* Response content. Single content block (text, image, or audio).
|
|
8357
8357
|
*/
|
|
8358
8358
|
content: hg
|
|
8359
|
-
}),
|
|
8359
|
+
}), ti = Fe.extend({
|
|
8360
8360
|
/**
|
|
8361
8361
|
* The name of the model that generated the message.
|
|
8362
8362
|
*/
|
|
@@ -8482,7 +8482,7 @@ const ag = gn.extend({
|
|
|
8482
8482
|
* The URL that the user should navigate to.
|
|
8483
8483
|
*/
|
|
8484
8484
|
url: T().url()
|
|
8485
|
-
}), Ig = Te([Pg, xg]),
|
|
8485
|
+
}), Ig = Te([Pg, xg]), ri = Ve.extend({
|
|
8486
8486
|
method: te("elicitation/create"),
|
|
8487
8487
|
params: Ig
|
|
8488
8488
|
}), Cg = ut.extend({
|
|
@@ -8507,7 +8507,7 @@ const ag = gn.extend({
|
|
|
8507
8507
|
* Per MCP spec, content is "typically omitted" for decline/cancel actions.
|
|
8508
8508
|
* We normalize null to undefined for leniency while maintaining type compatibility.
|
|
8509
8509
|
*/
|
|
8510
|
-
content:
|
|
8510
|
+
content: ul((t) => t === null ? void 0 : t, Ce(T(), Te([T(), ge(), Se(), F(T())])).optional())
|
|
8511
8511
|
}), Ng = W({
|
|
8512
8512
|
type: te("ref/resource"),
|
|
8513
8513
|
/**
|
|
@@ -8585,7 +8585,7 @@ const Nl = Fe.extend({
|
|
|
8585
8585
|
}), Al = Ve.extend({
|
|
8586
8586
|
method: te("roots/list"),
|
|
8587
8587
|
params: ot.optional()
|
|
8588
|
-
}),
|
|
8588
|
+
}), ni = Fe.extend({
|
|
8589
8589
|
roots: F(qg)
|
|
8590
8590
|
}), jl = lt.extend({
|
|
8591
8591
|
method: te("notifications/roots/list_changed"),
|
|
@@ -8593,7 +8593,7 @@ const Nl = Fe.extend({
|
|
|
8593
8593
|
});
|
|
8594
8594
|
Te([
|
|
8595
8595
|
Mo,
|
|
8596
|
-
|
|
8596
|
+
_l,
|
|
8597
8597
|
Ka,
|
|
8598
8598
|
Rs,
|
|
8599
8599
|
Ha,
|
|
@@ -8601,8 +8601,8 @@ Te([
|
|
|
8601
8601
|
Ss,
|
|
8602
8602
|
Da,
|
|
8603
8603
|
Va,
|
|
8604
|
-
Sl,
|
|
8605
8604
|
Tl,
|
|
8605
|
+
El,
|
|
8606
8606
|
Ts,
|
|
8607
8607
|
Wa,
|
|
8608
8608
|
Zo,
|
|
@@ -8620,9 +8620,9 @@ Te([
|
|
|
8620
8620
|
Te([
|
|
8621
8621
|
Vt,
|
|
8622
8622
|
oa,
|
|
8623
|
-
|
|
8623
|
+
ti,
|
|
8624
8624
|
Yr,
|
|
8625
|
-
|
|
8625
|
+
ni,
|
|
8626
8626
|
Lo,
|
|
8627
8627
|
Vo,
|
|
8628
8628
|
Er
|
|
@@ -8630,7 +8630,7 @@ Te([
|
|
|
8630
8630
|
Te([
|
|
8631
8631
|
Mo,
|
|
8632
8632
|
ei,
|
|
8633
|
-
|
|
8633
|
+
ri,
|
|
8634
8634
|
Al,
|
|
8635
8635
|
Zo,
|
|
8636
8636
|
Uo,
|
|
@@ -8640,8 +8640,8 @@ Te([
|
|
|
8640
8640
|
Te([
|
|
8641
8641
|
jo,
|
|
8642
8642
|
qo,
|
|
8643
|
-
|
|
8644
|
-
|
|
8643
|
+
Ol,
|
|
8644
|
+
Rl,
|
|
8645
8645
|
Ko,
|
|
8646
8646
|
Qo,
|
|
8647
8647
|
Xo,
|
|
@@ -8650,15 +8650,15 @@ Te([
|
|
|
8650
8650
|
]);
|
|
8651
8651
|
Te([
|
|
8652
8652
|
Vt,
|
|
8653
|
-
|
|
8653
|
+
gl,
|
|
8654
8654
|
Nl,
|
|
8655
|
+
xl,
|
|
8655
8656
|
Pl,
|
|
8656
|
-
Rl,
|
|
8657
|
-
bl,
|
|
8658
8657
|
kl,
|
|
8659
8658
|
$l,
|
|
8659
|
+
Sl,
|
|
8660
8660
|
Or,
|
|
8661
|
-
|
|
8661
|
+
Cl,
|
|
8662
8662
|
Lo,
|
|
8663
8663
|
Vo,
|
|
8664
8664
|
Er
|
|
@@ -9016,7 +9016,7 @@ class Et {
|
|
|
9016
9016
|
return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
9017
9017
|
}
|
|
9018
9018
|
}
|
|
9019
|
-
const
|
|
9019
|
+
const Wc = (t, e) => {
|
|
9020
9020
|
if (ur(e))
|
|
9021
9021
|
return { success: !0, data: e.value };
|
|
9022
9022
|
if (!t.common.issues.length)
|
|
@@ -9101,7 +9101,7 @@ class oe {
|
|
|
9101
9101
|
data: e,
|
|
9102
9102
|
parsedType: Nt(e)
|
|
9103
9103
|
}, s = this._parseSync({ data: e, path: n.path, parent: n });
|
|
9104
|
-
return
|
|
9104
|
+
return Wc(n, s);
|
|
9105
9105
|
}
|
|
9106
9106
|
"~validate"(e) {
|
|
9107
9107
|
const r = {
|
|
@@ -9154,7 +9154,7 @@ class oe {
|
|
|
9154
9154
|
data: e,
|
|
9155
9155
|
parsedType: Nt(e)
|
|
9156
9156
|
}, s = this._parse({ data: e, path: n.path, parent: n }), a = await (Xr(s) ? s : Promise.resolve(s));
|
|
9157
|
-
return
|
|
9157
|
+
return Wc(n, a);
|
|
9158
9158
|
}
|
|
9159
9159
|
refine(e, r) {
|
|
9160
9160
|
const n = (s) => typeof r == "string" || typeof r > "u" ? { message: r } : typeof r == "function" ? r(s) : r;
|
|
@@ -9225,7 +9225,7 @@ class oe {
|
|
|
9225
9225
|
});
|
|
9226
9226
|
}
|
|
9227
9227
|
brand() {
|
|
9228
|
-
return new
|
|
9228
|
+
return new si({
|
|
9229
9229
|
typeName: Z.ZodBranded,
|
|
9230
9230
|
type: this,
|
|
9231
9231
|
...ae(this._def)
|
|
@@ -10639,7 +10639,7 @@ rn.create = (t, e) => new rn({
|
|
|
10639
10639
|
typeName: Z.ZodUnion,
|
|
10640
10640
|
...ae(e)
|
|
10641
10641
|
});
|
|
10642
|
-
const Ct = (t) => t instanceof an ? Ct(t.schema) : t instanceof $t ? Ct(t.innerType()) : t instanceof on ? [t.value] : t instanceof Bt ? t.options : t instanceof cn ? fe.objectValues(t.enum) : t instanceof un ? Ct(t._def.innerType) : t instanceof en ? [void 0] : t instanceof tn ? [null] : t instanceof bt ? [void 0, ...Ct(t.unwrap())] : t instanceof Jt ? [null, ...Ct(t.unwrap())] : t instanceof
|
|
10642
|
+
const Ct = (t) => t instanceof an ? Ct(t.schema) : t instanceof $t ? Ct(t.innerType()) : t instanceof on ? [t.value] : t instanceof Bt ? t.options : t instanceof cn ? fe.objectValues(t.enum) : t instanceof un ? Ct(t._def.innerType) : t instanceof en ? [void 0] : t instanceof tn ? [null] : t instanceof bt ? [void 0, ...Ct(t.unwrap())] : t instanceof Jt ? [null, ...Ct(t.unwrap())] : t instanceof si || t instanceof dn ? Ct(t.unwrap()) : t instanceof ln ? Ct(t._def.innerType) : [];
|
|
10643
10643
|
class ia extends oe {
|
|
10644
10644
|
_parse(e) {
|
|
10645
10645
|
const { ctx: r } = this._processInputParams(e);
|
|
@@ -11410,7 +11410,7 @@ As.create = (t) => new As({
|
|
|
11410
11410
|
...ae(t)
|
|
11411
11411
|
});
|
|
11412
11412
|
const ly = Symbol("zod_brand");
|
|
11413
|
-
class
|
|
11413
|
+
class si extends oe {
|
|
11414
11414
|
_parse(e) {
|
|
11415
11415
|
const { ctx: r } = this._processInputParams(e), n = r.data;
|
|
11416
11416
|
return this._def.type._parse({
|
|
@@ -11477,7 +11477,7 @@ dn.create = (t, e) => new dn({
|
|
|
11477
11477
|
typeName: Z.ZodReadonly,
|
|
11478
11478
|
...ae(e)
|
|
11479
11479
|
});
|
|
11480
|
-
function
|
|
11480
|
+
function Kc(t, e) {
|
|
11481
11481
|
const r = typeof t == "function" ? t(e) : typeof t == "string" ? { message: t } : t;
|
|
11482
11482
|
return typeof r == "string" ? { message: r } : r;
|
|
11483
11483
|
}
|
|
@@ -11487,12 +11487,12 @@ function Ul(t, e = {}, r) {
|
|
|
11487
11487
|
if (a instanceof Promise)
|
|
11488
11488
|
return a.then((o) => {
|
|
11489
11489
|
if (!o) {
|
|
11490
|
-
const i =
|
|
11490
|
+
const i = Kc(e, n), c = i.fatal ?? r ?? !0;
|
|
11491
11491
|
s.addIssue({ code: "custom", ...i, fatal: c });
|
|
11492
11492
|
}
|
|
11493
11493
|
});
|
|
11494
11494
|
if (!a) {
|
|
11495
|
-
const o =
|
|
11495
|
+
const o = Kc(e, n), i = o.fatal ?? r ?? !0;
|
|
11496
11496
|
s.addIssue({ code: "custom", ...o, fatal: i });
|
|
11497
11497
|
}
|
|
11498
11498
|
}) : Pr.create();
|
|
@@ -11506,7 +11506,7 @@ var Z;
|
|
|
11506
11506
|
})(Z || (Z = {}));
|
|
11507
11507
|
const fy = (t, e = {
|
|
11508
11508
|
message: `Input not instance of ${t.name}`
|
|
11509
|
-
}) => Ul((r) => r instanceof t, e), Dl = vt.create, Vl = Wt.create, hy = As.create, py = Kt.create, Fl = Qr.create, my = lr.create, _y = Cs.create, gy = en.create, yy = tn.create, vy = Pr.create, wy = cr.create, by = At.create, ky = Os.create, $y = wt.create, Hl = xe.create, Sy = xe.strictCreate, Ty = rn.create, Ey = ia.create, Ry = nn.create, Py = Rt.create, xy = sn.create, Iy = Ns.create, Cy = dr.create, Oy = $r.create, Ny = an.create, Ay = on.create, jy = Bt.create, zy = cn.create, My = xr.create,
|
|
11509
|
+
}) => Ul((r) => r instanceof t, e), Dl = vt.create, Vl = Wt.create, hy = As.create, py = Kt.create, Fl = Qr.create, my = lr.create, _y = Cs.create, gy = en.create, yy = tn.create, vy = Pr.create, wy = cr.create, by = At.create, ky = Os.create, $y = wt.create, Hl = xe.create, Sy = xe.strictCreate, Ty = rn.create, Ey = ia.create, Ry = nn.create, Py = Rt.create, xy = sn.create, Iy = Ns.create, Cy = dr.create, Oy = $r.create, Ny = an.create, Ay = on.create, jy = Bt.create, zy = cn.create, My = xr.create, Bc = $t.create, qy = bt.create, Zy = Jt.create, Ly = $t.createWithPreprocess, Uy = $n.create, Dy = () => Dl().optional(), Vy = () => Vl().optional(), Fy = () => Fl().optional(), Hy = {
|
|
11510
11510
|
string: ((t) => vt.create({ ...t, coerce: !0 })),
|
|
11511
11511
|
number: ((t) => Wt.create({ ...t, coerce: !0 })),
|
|
11512
11512
|
boolean: ((t) => Qr.create({
|
|
@@ -11529,7 +11529,7 @@ const fy = (t, e = {
|
|
|
11529
11529
|
ZodArray: wt,
|
|
11530
11530
|
ZodBigInt: Kt,
|
|
11531
11531
|
ZodBoolean: Qr,
|
|
11532
|
-
ZodBranded:
|
|
11532
|
+
ZodBranded: si,
|
|
11533
11533
|
ZodCatch: ln,
|
|
11534
11534
|
ZodDate: lr,
|
|
11535
11535
|
ZodDefault: un,
|
|
@@ -11581,7 +11581,7 @@ const fy = (t, e = {
|
|
|
11581
11581
|
datetimeRegex: Zl,
|
|
11582
11582
|
defaultErrorMap: Rr,
|
|
11583
11583
|
discriminatedUnion: Ey,
|
|
11584
|
-
effect:
|
|
11584
|
+
effect: Bc,
|
|
11585
11585
|
enum: jy,
|
|
11586
11586
|
function: Oy,
|
|
11587
11587
|
getErrorMap: xs,
|
|
@@ -11621,7 +11621,7 @@ const fy = (t, e = {
|
|
|
11621
11621
|
strictObject: Sy,
|
|
11622
11622
|
string: Dl,
|
|
11623
11623
|
symbol: _y,
|
|
11624
|
-
transformer:
|
|
11624
|
+
transformer: Bc,
|
|
11625
11625
|
tuple: Py,
|
|
11626
11626
|
undefined: gy,
|
|
11627
11627
|
union: Ty,
|
|
@@ -11644,9 +11644,9 @@ const fy = (t, e = {
|
|
|
11644
11644
|
// { parent: true }
|
|
11645
11645
|
), t.clone = (r, n) => Xt(t, r, n), t.brand = () => t, t.register = ((r, n) => (r.add(t, n), t));
|
|
11646
11646
|
}), By = /* @__PURE__ */ O("ZodMiniObject", (t, e) => {
|
|
11647
|
-
|
|
11647
|
+
Wu.init(t, e), Ky.init(t, e), $e(t, "shape", () => e.shape);
|
|
11648
11648
|
});
|
|
11649
|
-
function
|
|
11649
|
+
function Jc(t, e) {
|
|
11650
11650
|
const r = {
|
|
11651
11651
|
type: "object",
|
|
11652
11652
|
get shape() {
|
|
@@ -11662,10 +11662,10 @@ function St(t) {
|
|
|
11662
11662
|
function br(t) {
|
|
11663
11663
|
const e = Object.values(t);
|
|
11664
11664
|
if (e.length === 0)
|
|
11665
|
-
return
|
|
11665
|
+
return Jc({});
|
|
11666
11666
|
const r = e.every(St), n = e.every((s) => !St(s));
|
|
11667
11667
|
if (r)
|
|
11668
|
-
return
|
|
11668
|
+
return Jc(t);
|
|
11669
11669
|
if (n)
|
|
11670
11670
|
return Hl(t);
|
|
11671
11671
|
throw new Error("Mixed Zod versions detected in object shape.");
|
|
@@ -11758,7 +11758,7 @@ function Wl(t) {
|
|
|
11758
11758
|
function rr(t) {
|
|
11759
11759
|
return t === "completed" || t === "failed" || t === "cancelled";
|
|
11760
11760
|
}
|
|
11761
|
-
const Yy = Symbol("Let zodToJsonSchema decide on which parser to use"),
|
|
11761
|
+
const Yy = Symbol("Let zodToJsonSchema decide on which parser to use"), Gc = {
|
|
11762
11762
|
name: void 0,
|
|
11763
11763
|
$refStrategy: "root",
|
|
11764
11764
|
basePath: ["#"],
|
|
@@ -11782,10 +11782,10 @@ const Yy = Symbol("Let zodToJsonSchema decide on which parser to use"), Jc = {
|
|
|
11782
11782
|
nameStrategy: "ref",
|
|
11783
11783
|
openAiAnyTypeName: "OpenAiAnyType"
|
|
11784
11784
|
}, Xy = (t) => typeof t == "string" ? {
|
|
11785
|
-
...
|
|
11785
|
+
...Gc,
|
|
11786
11786
|
name: t
|
|
11787
11787
|
} : {
|
|
11788
|
-
...
|
|
11788
|
+
...Gc,
|
|
11789
11789
|
...t
|
|
11790
11790
|
}, Qy = (t) => {
|
|
11791
11791
|
const e = Xy(t), r = e.name !== void 0 ? [...e.basePath, e.definitionPath, e.name] : e.basePath;
|
|
@@ -12163,11 +12163,11 @@ function Je(t, e, r, n) {
|
|
|
12163
12163
|
errorMessage: { pattern: t.errorMessage.pattern }
|
|
12164
12164
|
}
|
|
12165
12165
|
}), delete t.pattern, t.errorMessage && (delete t.errorMessage.pattern, Object.keys(t.errorMessage).length === 0 && delete t.errorMessage)), t.allOf.push({
|
|
12166
|
-
pattern:
|
|
12166
|
+
pattern: Yc(e, n),
|
|
12167
12167
|
...r && n.errorMessages && { errorMessage: { pattern: r } }
|
|
12168
|
-
})) : ve(t, "pattern",
|
|
12168
|
+
})) : ve(t, "pattern", Yc(e, n), r, n);
|
|
12169
12169
|
}
|
|
12170
|
-
function
|
|
12170
|
+
function Yc(t, e) {
|
|
12171
12171
|
if (!e.applyRegexFlags || !t.flags)
|
|
12172
12172
|
return t.source;
|
|
12173
12173
|
const r = {
|
|
@@ -12319,7 +12319,7 @@ const js = {
|
|
|
12319
12319
|
};
|
|
12320
12320
|
function gv(t, e) {
|
|
12321
12321
|
if (e.target === "openApi3")
|
|
12322
|
-
return
|
|
12322
|
+
return Xc(t, e);
|
|
12323
12323
|
const r = t.options instanceof Map ? Array.from(t.options.values()) : t.options;
|
|
12324
12324
|
if (r.every((n) => n._def.typeName in js && (!n._def.checks || !n._def.checks.length))) {
|
|
12325
12325
|
const n = r.reduce((s, a) => {
|
|
@@ -12364,9 +12364,9 @@ function gv(t, e) {
|
|
|
12364
12364
|
...s._def.values.filter((a) => !n.includes(a))
|
|
12365
12365
|
], [])
|
|
12366
12366
|
};
|
|
12367
|
-
return
|
|
12367
|
+
return Xc(t, e);
|
|
12368
12368
|
}
|
|
12369
|
-
const
|
|
12369
|
+
const Xc = (t, e) => {
|
|
12370
12370
|
const r = (t.options instanceof Map ? Array.from(t.options.values()) : t.options).map((n, s) => me(n._def, {
|
|
12371
12371
|
...e,
|
|
12372
12372
|
currentPath: [...e.currentPath, "anyOf", `${s}`]
|
|
@@ -12688,7 +12688,7 @@ const Ov = (t, e) => {
|
|
|
12688
12688
|
function jv(t) {
|
|
12689
12689
|
return !t || t === "jsonSchema7" || t === "draft-7" ? "draft-7" : t === "jsonSchema2019-09" || t === "draft-2020-12" ? "draft-2020-12" : "draft-7";
|
|
12690
12690
|
}
|
|
12691
|
-
function
|
|
12691
|
+
function Qc(t, e) {
|
|
12692
12692
|
return St(t) ? _m(t, {
|
|
12693
12693
|
target: jv(e?.target),
|
|
12694
12694
|
io: e?.pipeStrategy ?? "input"
|
|
@@ -12697,7 +12697,7 @@ function Xc(t, e) {
|
|
|
12697
12697
|
pipeStrategy: e?.pipeStrategy ?? "input"
|
|
12698
12698
|
});
|
|
12699
12699
|
}
|
|
12700
|
-
function
|
|
12700
|
+
function eu(t) {
|
|
12701
12701
|
const r = Nr(t)?.method;
|
|
12702
12702
|
if (!r)
|
|
12703
12703
|
throw new Error("Schema is missing a method literal");
|
|
@@ -12706,7 +12706,7 @@ function Qc(t) {
|
|
|
12706
12706
|
throw new Error("Schema method literal must be a string");
|
|
12707
12707
|
return n;
|
|
12708
12708
|
}
|
|
12709
|
-
function
|
|
12709
|
+
function tu(t, e) {
|
|
12710
12710
|
const r = gt(t, e);
|
|
12711
12711
|
if (!r.success)
|
|
12712
12712
|
throw r.error;
|
|
@@ -13274,9 +13274,9 @@ class Ql {
|
|
|
13274
13274
|
* Note that this will replace any previous request handler for the same method.
|
|
13275
13275
|
*/
|
|
13276
13276
|
setRequestHandler(e, r) {
|
|
13277
|
-
const n =
|
|
13277
|
+
const n = eu(e);
|
|
13278
13278
|
this.assertRequestHandlerCapability(n), this._requestHandlers.set(n, (s, a) => {
|
|
13279
|
-
const o =
|
|
13279
|
+
const o = tu(e, s);
|
|
13280
13280
|
return Promise.resolve(r(o, a));
|
|
13281
13281
|
});
|
|
13282
13282
|
}
|
|
@@ -13299,9 +13299,9 @@ class Ql {
|
|
|
13299
13299
|
* Note that this will replace any previous notification handler for the same method.
|
|
13300
13300
|
*/
|
|
13301
13301
|
setNotificationHandler(e, r) {
|
|
13302
|
-
const n =
|
|
13302
|
+
const n = eu(e);
|
|
13303
13303
|
this._notificationHandlers.set(n, (s) => {
|
|
13304
|
-
const a =
|
|
13304
|
+
const a = tu(e, s);
|
|
13305
13305
|
return Promise.resolve(r(a));
|
|
13306
13306
|
});
|
|
13307
13307
|
}
|
|
@@ -13427,7 +13427,7 @@ class Ql {
|
|
|
13427
13427
|
};
|
|
13428
13428
|
}
|
|
13429
13429
|
}
|
|
13430
|
-
function
|
|
13430
|
+
function ru(t) {
|
|
13431
13431
|
return t !== null && typeof t == "object" && !Array.isArray(t);
|
|
13432
13432
|
}
|
|
13433
13433
|
function ed(t, e) {
|
|
@@ -13437,13 +13437,13 @@ function ed(t, e) {
|
|
|
13437
13437
|
if (a === void 0)
|
|
13438
13438
|
continue;
|
|
13439
13439
|
const o = r[s];
|
|
13440
|
-
|
|
13440
|
+
ru(o) && ru(a) ? r[s] = { ...o, ...a } : r[s] = a;
|
|
13441
13441
|
}
|
|
13442
13442
|
return r;
|
|
13443
13443
|
}
|
|
13444
|
-
var hs = { exports: {} }, xa = {},
|
|
13444
|
+
var hs = { exports: {} }, xa = {}, nu;
|
|
13445
13445
|
function Mv() {
|
|
13446
|
-
return
|
|
13446
|
+
return nu || (nu = 1, (function(t) {
|
|
13447
13447
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.formatNames = t.fastFormats = t.fullFormats = void 0;
|
|
13448
13448
|
function e(A, V) {
|
|
13449
13449
|
return { validate: A, compare: V };
|
|
@@ -13605,11 +13605,11 @@ function Mv() {
|
|
|
13605
13605
|
}
|
|
13606
13606
|
})(xa)), xa;
|
|
13607
13607
|
}
|
|
13608
|
-
var Ia = {},
|
|
13608
|
+
var Ia = {}, su;
|
|
13609
13609
|
function qv() {
|
|
13610
|
-
return
|
|
13610
|
+
return su || (su = 1, (function(t) {
|
|
13611
13611
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.formatLimitDefinition = void 0;
|
|
13612
|
-
const e =
|
|
13612
|
+
const e = Pu(), r = ce(), n = r.operators, s = {
|
|
13613
13613
|
formatMaximum: { okStr: "<=", ok: n.LTE, fail: n.GT },
|
|
13614
13614
|
formatMinimum: { okStr: ">=", ok: n.GTE, fail: n.LT },
|
|
13615
13615
|
formatExclusiveMaximum: { okStr: "<", ok: n.LT, fail: n.GTE },
|
|
@@ -13660,9 +13660,9 @@ function qv() {
|
|
|
13660
13660
|
t.default = o;
|
|
13661
13661
|
})(Ia)), Ia;
|
|
13662
13662
|
}
|
|
13663
|
-
var
|
|
13663
|
+
var au;
|
|
13664
13664
|
function Zv() {
|
|
13665
|
-
return
|
|
13665
|
+
return au || (au = 1, (function(t, e) {
|
|
13666
13666
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
13667
13667
|
const r = Mv(), n = qv(), s = ce(), a = new s.Name("fullFormats"), o = new s.Name("fastFormats"), i = (u, l = { keywords: !0 }) => {
|
|
13668
13668
|
if (Array.isArray(l))
|
|
@@ -13686,7 +13686,7 @@ function Zv() {
|
|
|
13686
13686
|
})(hs, hs.exports)), hs.exports;
|
|
13687
13687
|
}
|
|
13688
13688
|
var Lv = Zv();
|
|
13689
|
-
const Uv = /* @__PURE__ */
|
|
13689
|
+
const Uv = /* @__PURE__ */ wu(Lv);
|
|
13690
13690
|
function Dv() {
|
|
13691
13691
|
const t = new Sf({
|
|
13692
13692
|
strict: !1,
|
|
@@ -13995,7 +13995,7 @@ class Sn extends Ql {
|
|
|
13995
13995
|
const o = a;
|
|
13996
13996
|
if (o === "elicitation/create") {
|
|
13997
13997
|
const i = async (c, u) => {
|
|
13998
|
-
const l = gt(
|
|
13998
|
+
const l = gt(ri, c);
|
|
13999
13999
|
if (!l.success) {
|
|
14000
14000
|
const f = l.error instanceof Error ? l.error.message : String(l.error);
|
|
14001
14001
|
throw new K(G.InvalidParams, `Invalid elicitation request: ${f}`);
|
|
@@ -14035,24 +14035,24 @@ class Sn extends Ql {
|
|
|
14035
14035
|
const i = async (c, u) => {
|
|
14036
14036
|
const l = gt(ei, c);
|
|
14037
14037
|
if (!l.success) {
|
|
14038
|
-
const
|
|
14039
|
-
throw new K(G.InvalidParams, `Invalid sampling request: ${
|
|
14038
|
+
const h = l.error instanceof Error ? l.error.message : String(l.error);
|
|
14039
|
+
throw new K(G.InvalidParams, `Invalid sampling request: ${h}`);
|
|
14040
14040
|
}
|
|
14041
14041
|
const { params: d } = l.data, m = await Promise.resolve(r(c, u));
|
|
14042
14042
|
if (d.task) {
|
|
14043
|
-
const
|
|
14044
|
-
if (!
|
|
14045
|
-
const
|
|
14046
|
-
throw new K(G.InvalidParams, `Invalid task creation result: ${
|
|
14043
|
+
const h = gt(Er, m);
|
|
14044
|
+
if (!h.success) {
|
|
14045
|
+
const v = h.error instanceof Error ? h.error.message : String(h.error);
|
|
14046
|
+
throw new K(G.InvalidParams, `Invalid task creation result: ${v}`);
|
|
14047
14047
|
}
|
|
14048
|
-
return
|
|
14048
|
+
return h.data;
|
|
14049
14049
|
}
|
|
14050
|
-
const
|
|
14051
|
-
if (!
|
|
14052
|
-
const
|
|
14053
|
-
throw new K(G.InvalidParams, `Invalid sampling result: ${
|
|
14050
|
+
const p = d.tools || d.toolChoice ? ti : oa, y = gt(p, m);
|
|
14051
|
+
if (!y.success) {
|
|
14052
|
+
const h = y.error instanceof Error ? y.error.message : String(y.error);
|
|
14053
|
+
throw new K(G.InvalidParams, `Invalid sampling result: ${h}`);
|
|
14054
14054
|
}
|
|
14055
|
-
return
|
|
14055
|
+
return y.data;
|
|
14056
14056
|
};
|
|
14057
14057
|
return super.setRequestHandler(e, i);
|
|
14058
14058
|
}
|
|
@@ -14072,10 +14072,10 @@ class Sn extends Ql {
|
|
|
14072
14072
|
capabilities: this._capabilities,
|
|
14073
14073
|
clientInfo: this._clientInfo
|
|
14074
14074
|
}
|
|
14075
|
-
},
|
|
14075
|
+
}, gl, r);
|
|
14076
14076
|
if (n === void 0)
|
|
14077
14077
|
throw new Error(`Server sent invalid initialize result: ${n}`);
|
|
14078
|
-
if (!
|
|
14078
|
+
if (!ll.includes(n.protocolVersion))
|
|
14079
14079
|
throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);
|
|
14080
14080
|
this._serverCapabilities = n.capabilities, this._serverVersion = n.serverInfo, e.setProtocolVersion && e.setProtocolVersion(n.protocolVersion), this._instructions = n.instructions, await this.notification({
|
|
14081
14081
|
method: "notifications/initialized"
|
|
@@ -14182,19 +14182,19 @@ class Sn extends Ql {
|
|
|
14182
14182
|
return this.request({ method: "logging/setLevel", params: { level: e } }, Vt, r);
|
|
14183
14183
|
}
|
|
14184
14184
|
async getPrompt(e, r) {
|
|
14185
|
-
return this.request({ method: "prompts/get", params: e },
|
|
14185
|
+
return this.request({ method: "prompts/get", params: e }, xl, r);
|
|
14186
14186
|
}
|
|
14187
14187
|
async listPrompts(e, r) {
|
|
14188
|
-
return this.request({ method: "prompts/list", params: e },
|
|
14188
|
+
return this.request({ method: "prompts/list", params: e }, Pl, r);
|
|
14189
14189
|
}
|
|
14190
14190
|
async listResources(e, r) {
|
|
14191
|
-
return this.request({ method: "resources/list", params: e },
|
|
14191
|
+
return this.request({ method: "resources/list", params: e }, kl, r);
|
|
14192
14192
|
}
|
|
14193
14193
|
async listResourceTemplates(e, r) {
|
|
14194
|
-
return this.request({ method: "resources/templates/list", params: e },
|
|
14194
|
+
return this.request({ method: "resources/templates/list", params: e }, $l, r);
|
|
14195
14195
|
}
|
|
14196
14196
|
async readResource(e, r) {
|
|
14197
|
-
return this.request({ method: "resources/read", params: e },
|
|
14197
|
+
return this.request({ method: "resources/read", params: e }, Sl, r);
|
|
14198
14198
|
}
|
|
14199
14199
|
async subscribeResource(e, r) {
|
|
14200
14200
|
return this.request({ method: "resources/subscribe", params: e }, Vt, r);
|
|
@@ -14257,7 +14257,7 @@ class Sn extends Ql {
|
|
|
14257
14257
|
return this._cachedToolOutputValidators.get(e);
|
|
14258
14258
|
}
|
|
14259
14259
|
async listTools(e, r) {
|
|
14260
|
-
const n = await this.request({ method: "tools/list", params: e },
|
|
14260
|
+
const n = await this.request({ method: "tools/list", params: e }, Cl, r);
|
|
14261
14261
|
return this.cacheToolMetadata(n.tools), n;
|
|
14262
14262
|
}
|
|
14263
14263
|
/**
|
|
@@ -14297,7 +14297,7 @@ class Sn extends Ql {
|
|
|
14297
14297
|
return this.notification({ method: "notifications/roots/list_changed" });
|
|
14298
14298
|
}
|
|
14299
14299
|
}
|
|
14300
|
-
class
|
|
14300
|
+
class ou extends Error {
|
|
14301
14301
|
constructor(e, r) {
|
|
14302
14302
|
super(e), this.name = "ParseError", this.type = r.type, this.field = r.field, this.value = r.value, this.line = r.line;
|
|
14303
14303
|
}
|
|
@@ -14348,7 +14348,7 @@ function sd(t) {
|
|
|
14348
14348
|
break;
|
|
14349
14349
|
case "retry":
|
|
14350
14350
|
/^\d+$/.test(h) ? n(parseInt(h, 10)) : r(
|
|
14351
|
-
new
|
|
14351
|
+
new ou(`Invalid \`retry\` value: "${h}"`, {
|
|
14352
14352
|
type: "invalid-retry",
|
|
14353
14353
|
value: h,
|
|
14354
14354
|
line: v
|
|
@@ -14357,7 +14357,7 @@ function sd(t) {
|
|
|
14357
14357
|
break;
|
|
14358
14358
|
default:
|
|
14359
14359
|
r(
|
|
14360
|
-
new
|
|
14360
|
+
new ou(
|
|
14361
14361
|
`Unknown field "${y.length > 20 ? `${y.slice(0, 20)}…` : y}"`,
|
|
14362
14362
|
{ type: "unknown-field", field: y, value: h, line: v }
|
|
14363
14363
|
)
|
|
@@ -14398,7 +14398,7 @@ function Hv(t) {
|
|
|
14398
14398
|
}
|
|
14399
14399
|
return [e, r];
|
|
14400
14400
|
}
|
|
14401
|
-
class
|
|
14401
|
+
class iu extends Event {
|
|
14402
14402
|
/**
|
|
14403
14403
|
* Constructs a new `ErrorEvent` instance. This is typically not called directly,
|
|
14404
14404
|
* but rather emitted by the `EventSource` object when an error occurs.
|
|
@@ -14423,7 +14423,7 @@ class ou extends Event {
|
|
|
14423
14423
|
* @returns A string representation of the error
|
|
14424
14424
|
*/
|
|
14425
14425
|
[Symbol.for("nodejs.util.inspect.custom")](e, r, n) {
|
|
14426
|
-
return n(
|
|
14426
|
+
return n(cu(this), r);
|
|
14427
14427
|
}
|
|
14428
14428
|
/**
|
|
14429
14429
|
* Deno "hides" the `message` and `code` properties of the `ErrorEvent` instance,
|
|
@@ -14437,7 +14437,7 @@ class ou extends Event {
|
|
|
14437
14437
|
* @returns A string representation of the error
|
|
14438
14438
|
*/
|
|
14439
14439
|
[Symbol.for("Deno.customInspect")](e, r) {
|
|
14440
|
-
return e(
|
|
14440
|
+
return e(cu(this), r);
|
|
14441
14441
|
}
|
|
14442
14442
|
}
|
|
14443
14443
|
function Wv(t) {
|
|
@@ -14447,7 +14447,7 @@ function Wv(t) {
|
|
|
14447
14447
|
function Xa(t) {
|
|
14448
14448
|
return t instanceof Error ? "errors" in t && Array.isArray(t.errors) ? t.errors.map(Xa).join(", ") : "cause" in t && t.cause instanceof Error ? `${t}: ${Xa(t.cause)}` : t.message : `${t}`;
|
|
14449
14449
|
}
|
|
14450
|
-
function
|
|
14450
|
+
function cu(t) {
|
|
14451
14451
|
return {
|
|
14452
14452
|
type: t.type,
|
|
14453
14453
|
message: t.message,
|
|
@@ -14459,7 +14459,7 @@ function iu(t) {
|
|
|
14459
14459
|
}
|
|
14460
14460
|
var ad = (t) => {
|
|
14461
14461
|
throw TypeError(t);
|
|
14462
|
-
},
|
|
14462
|
+
}, ai = (t, e, r) => e.has(t) || ad("Cannot " + r), le = (t, e, r) => (ai(t, e, "read from private field"), r ? r.call(t) : e.get(t)), Ae = (t, e, r) => e.has(t) ? ad("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Ee = (t, e, r, n) => (ai(t, e, "write to private field"), e.set(t, r), r), Ot = (t, e, r) => (ai(t, e, "access private method"), r), Qe, sr, gr, _s, zs, Kr, kr, Br, Ut, yr, Sr, vr, Fr, _t, Qa, eo, to, uu, ro, no, Hr, so, ao;
|
|
14463
14463
|
class gs extends EventTarget {
|
|
14464
14464
|
constructor(e, r) {
|
|
14465
14465
|
var n, s;
|
|
@@ -14600,14 +14600,14 @@ Qe = /* @__PURE__ */ new WeakMap(), sr = /* @__PURE__ */ new WeakMap(), gr = /*
|
|
|
14600
14600
|
* @internal
|
|
14601
14601
|
*/
|
|
14602
14602
|
Qa = function() {
|
|
14603
|
-
Ee(this, Qe, this.CONNECTING), Ee(this, Ut, new AbortController()), le(this, zs)(le(this, sr), Ot(this, _t,
|
|
14603
|
+
Ee(this, Qe, this.CONNECTING), Ee(this, Ut, new AbortController()), le(this, zs)(le(this, sr), Ot(this, _t, uu).call(this)).then(le(this, eo)).catch(le(this, to));
|
|
14604
14604
|
}, eo = /* @__PURE__ */ new WeakMap(), to = /* @__PURE__ */ new WeakMap(), /**
|
|
14605
14605
|
* Get request options for the `fetch()` request
|
|
14606
14606
|
*
|
|
14607
14607
|
* @returns The request options
|
|
14608
14608
|
* @internal
|
|
14609
14609
|
*/
|
|
14610
|
-
|
|
14610
|
+
uu = function() {
|
|
14611
14611
|
var t;
|
|
14612
14612
|
const e = {
|
|
14613
14613
|
// [spec] Let `corsAttributeState` be `Anonymous`…
|
|
@@ -14629,7 +14629,7 @@ cu = function() {
|
|
|
14629
14629
|
Hr = function(t, e) {
|
|
14630
14630
|
var r;
|
|
14631
14631
|
le(this, Qe) !== this.CLOSED && Ee(this, Qe, this.CLOSED);
|
|
14632
|
-
const n = new
|
|
14632
|
+
const n = new iu("error", { code: e, message: t });
|
|
14633
14633
|
(r = le(this, Sr)) == null || r.call(this, n), this.dispatchEvent(n);
|
|
14634
14634
|
}, /**
|
|
14635
14635
|
* Schedules a reconnection attempt against the EventSource endpoint.
|
|
@@ -14643,7 +14643,7 @@ so = function(t, e) {
|
|
|
14643
14643
|
if (le(this, Qe) === this.CLOSED)
|
|
14644
14644
|
return;
|
|
14645
14645
|
Ee(this, Qe, this.CONNECTING);
|
|
14646
|
-
const n = new
|
|
14646
|
+
const n = new iu("error", { code: e, message: t });
|
|
14647
14647
|
(r = le(this, Sr)) == null || r.call(this, n), this.dispatchEvent(n), Ee(this, kr, setTimeout(le(this, ao), le(this, Kr)));
|
|
14648
14648
|
}, ao = /* @__PURE__ */ new WeakMap(), /**
|
|
14649
14649
|
* ReadyState representing an EventSource currently trying to connect
|
|
@@ -14679,10 +14679,10 @@ function od(t = fetch, e) {
|
|
|
14679
14679
|
return t(r, s);
|
|
14680
14680
|
} : t;
|
|
14681
14681
|
}
|
|
14682
|
-
let
|
|
14683
|
-
|
|
14682
|
+
let oi;
|
|
14683
|
+
oi = globalThis.crypto;
|
|
14684
14684
|
async function Bv(t) {
|
|
14685
|
-
return (await
|
|
14685
|
+
return (await oi).getRandomValues(new Uint8Array(t));
|
|
14686
14686
|
}
|
|
14687
14687
|
async function Jv(t) {
|
|
14688
14688
|
const e = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~", r = Math.pow(2, 8) - Math.pow(2, 8) % e.length;
|
|
@@ -14698,7 +14698,7 @@ async function Gv(t) {
|
|
|
14698
14698
|
return await Jv(t);
|
|
14699
14699
|
}
|
|
14700
14700
|
async function Yv(t) {
|
|
14701
|
-
const e = await (await
|
|
14701
|
+
const e = await (await oi).subtle.digest("SHA-256", new TextEncoder().encode(t));
|
|
14702
14702
|
return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g, "_").replace(/\+/g, "-").replace(/=/g, "");
|
|
14703
14703
|
}
|
|
14704
14704
|
async function Xv(t) {
|
|
@@ -14809,7 +14809,7 @@ const Le = Cm().superRefine((t, e) => {
|
|
|
14809
14809
|
error: T(),
|
|
14810
14810
|
error_description: T().optional(),
|
|
14811
14811
|
error_uri: T().optional()
|
|
14812
|
-
}),
|
|
14812
|
+
}), lu = Le.optional().or(te("").transform(() => {
|
|
14813
14813
|
})), s0 = W({
|
|
14814
14814
|
redirect_uris: F(Le),
|
|
14815
14815
|
token_endpoint_auth_method: T().optional(),
|
|
@@ -14817,10 +14817,10 @@ const Le = Cm().superRefine((t, e) => {
|
|
|
14817
14817
|
response_types: F(T()).optional(),
|
|
14818
14818
|
client_name: T().optional(),
|
|
14819
14819
|
client_uri: Le.optional(),
|
|
14820
|
-
logo_uri:
|
|
14820
|
+
logo_uri: lu,
|
|
14821
14821
|
scope: T().optional(),
|
|
14822
14822
|
contacts: F(T()).optional(),
|
|
14823
|
-
tos_uri:
|
|
14823
|
+
tos_uri: lu,
|
|
14824
14824
|
policy_uri: T().optional(),
|
|
14825
14825
|
jwks_uri: Le.optional(),
|
|
14826
14826
|
jwks: Ym().optional(),
|
|
@@ -15128,20 +15128,20 @@ async function y0(t, e, r = fetch) {
|
|
|
15128
15128
|
throw await n.body?.cancel(), new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);
|
|
15129
15129
|
return Qv.parse(await n.json());
|
|
15130
15130
|
}
|
|
15131
|
-
async function
|
|
15131
|
+
async function ii(t, e, r = fetch) {
|
|
15132
15132
|
try {
|
|
15133
15133
|
return await r(t, { headers: e });
|
|
15134
15134
|
} catch (n) {
|
|
15135
15135
|
if (n instanceof TypeError)
|
|
15136
|
-
return e ?
|
|
15136
|
+
return e ? ii(t, void 0, r) : void 0;
|
|
15137
15137
|
throw n;
|
|
15138
15138
|
}
|
|
15139
15139
|
}
|
|
15140
15140
|
function v0(t, e = "", r = {}) {
|
|
15141
15141
|
return e.endsWith("/") && (e = e.slice(0, -1)), r.prependPathname ? `${e}/.well-known/${t}` : `/.well-known/${t}${e}`;
|
|
15142
15142
|
}
|
|
15143
|
-
async function
|
|
15144
|
-
return await
|
|
15143
|
+
async function du(t, e, r = fetch) {
|
|
15144
|
+
return await ii(t, {
|
|
15145
15145
|
"MCP-Protocol-Version": e
|
|
15146
15146
|
}, r);
|
|
15147
15147
|
}
|
|
@@ -15157,10 +15157,10 @@ async function b0(t, e, r, n) {
|
|
|
15157
15157
|
const c = v0(e, s.pathname);
|
|
15158
15158
|
o = new URL(c, n?.metadataServerUrl ?? s), o.search = s.search;
|
|
15159
15159
|
}
|
|
15160
|
-
let i = await
|
|
15160
|
+
let i = await du(o, a, r);
|
|
15161
15161
|
if (!n?.metadataUrl && w0(i, s.pathname)) {
|
|
15162
15162
|
const c = new URL(`/.well-known/${e}`, s);
|
|
15163
|
-
i = await
|
|
15163
|
+
i = await du(c, a, r);
|
|
15164
15164
|
}
|
|
15165
15165
|
return i;
|
|
15166
15166
|
}
|
|
@@ -15192,7 +15192,7 @@ async function $0(t, { fetchFn: e = fetch, protocolVersion: r = _n } = {}) {
|
|
|
15192
15192
|
Accept: "application/json"
|
|
15193
15193
|
}, s = k0(t);
|
|
15194
15194
|
for (const { url: a, type: o } of s) {
|
|
15195
|
-
const i = await
|
|
15195
|
+
const i = await ii(a, n, e);
|
|
15196
15196
|
if (i) {
|
|
15197
15197
|
if (!i.ok) {
|
|
15198
15198
|
if (await i.body?.cancel(), i.status >= 400 && i.status < 500)
|
|
@@ -15903,7 +15903,7 @@ class Vs {
|
|
|
15903
15903
|
(e = this._port) == null || e[n(393)](), this[n(422)] = void 0, (r = this[s(408)]) == null || r.call(this);
|
|
15904
15904
|
}
|
|
15905
15905
|
}
|
|
15906
|
-
class
|
|
15906
|
+
class ci extends Vs {
|
|
15907
15907
|
constructor(e, r = dd()) {
|
|
15908
15908
|
const n = Dt, s = { lSpBh: function(o, i, c, u) {
|
|
15909
15909
|
return o(i, c, u);
|
|
@@ -15913,7 +15913,7 @@ class ii extends Vs {
|
|
|
15913
15913
|
this._port = a[n(410)], s[n(418)](N0, this._globalObject, { endpoint: this[n(397)] }, [a[n(429)]]);
|
|
15914
15914
|
}
|
|
15915
15915
|
}
|
|
15916
|
-
class
|
|
15916
|
+
class ui extends Vs {
|
|
15917
15917
|
constructor(e, r = dd()) {
|
|
15918
15918
|
const n = Dt, s = Dt, a = { HITdC: function(o, i) {
|
|
15919
15919
|
return o === i;
|
|
@@ -16019,7 +16019,7 @@ const z0 = async (t, e, r) => {
|
|
|
16019
16019
|
switch (u) {
|
|
16020
16020
|
case "roots/list":
|
|
16021
16021
|
const _ = {};
|
|
16022
|
-
_.method = u, _[a(446)] = l, d = await e[s(469)](_,
|
|
16022
|
+
_.method = u, _[a(446)] = l, d = await e[s(469)](_, ni);
|
|
16023
16023
|
break;
|
|
16024
16024
|
case "sampling/createMessage":
|
|
16025
16025
|
const p = {};
|
|
@@ -16285,7 +16285,7 @@ const B0 = (t, e) => {
|
|
|
16285
16285
|
const c = r, u = n;
|
|
16286
16286
|
e[c(247)](a), e.removeResponseListener(o), e[u(252)](i);
|
|
16287
16287
|
};
|
|
16288
|
-
},
|
|
16288
|
+
}, li = (t, e, r) => {
|
|
16289
16289
|
const n = { QhPqi: function(o, i) {
|
|
16290
16290
|
return o instanceof i;
|
|
16291
16291
|
}, AIICR: "close", Qalmc: function(o, i, c) {
|
|
@@ -16327,7 +16327,7 @@ const B0 = (t, e) => {
|
|
|
16327
16327
|
c.requestInit = i;
|
|
16328
16328
|
const u = c;
|
|
16329
16329
|
return t && (u[n(280)][r(268)][n(301)] = r(256) + t), u;
|
|
16330
|
-
},
|
|
16330
|
+
}, di = async (t, e, r) => {
|
|
16331
16331
|
const n = kt, s = kt, a = { rRtFD: function(i) {
|
|
16332
16332
|
return i();
|
|
16333
16333
|
}, ToRAF: function(i, c) {
|
|
@@ -16338,7 +16338,7 @@ const B0 = (t, e) => {
|
|
|
16338
16338
|
} catch (i) {
|
|
16339
16339
|
if (a[n(275)](i, ct)) {
|
|
16340
16340
|
const c = await e();
|
|
16341
|
-
return await o[n(257)](c), await
|
|
16341
|
+
return await o[n(257)](c), await di(t, e, r);
|
|
16342
16342
|
} else throw i;
|
|
16343
16343
|
}
|
|
16344
16344
|
}, pd = (t, e) => {
|
|
@@ -16389,9 +16389,9 @@ const J0 = async (t) => {
|
|
|
16389
16389
|
let S = n[e(282)](k);
|
|
16390
16390
|
if (c) {
|
|
16391
16391
|
const j = pd(c, d);
|
|
16392
|
-
S = await n[e(263)](
|
|
16392
|
+
S = await n[e(263)](di, w, j, k);
|
|
16393
16393
|
} else await w.connect(S);
|
|
16394
|
-
|
|
16394
|
+
li(w, s, S), S.sessionId = S[r(274)].searchParams[e(297)](n.KkViY);
|
|
16395
16395
|
const C = {};
|
|
16396
16396
|
return C.transport = S, C.sessionId = S[r(286)], C;
|
|
16397
16397
|
}, G0 = async (t) => {
|
|
@@ -16420,9 +16420,9 @@ const J0 = async (t) => {
|
|
|
16420
16420
|
let S = n.rSiEq(k);
|
|
16421
16421
|
if (c) {
|
|
16422
16422
|
const j = n[e(272)](pd, c, d);
|
|
16423
|
-
S = await n[e(296)](
|
|
16423
|
+
S = await n[e(296)](di, w, j, k);
|
|
16424
16424
|
} else await w[e(260)](S);
|
|
16425
|
-
n.PdsSn(
|
|
16425
|
+
n.PdsSn(li, w, s, S);
|
|
16426
16426
|
const C = {};
|
|
16427
16427
|
return C.transport = S, C[r(286)] = S[r(286)], C;
|
|
16428
16428
|
}, Y0 = async (t) => {
|
|
@@ -16437,7 +16437,7 @@ const J0 = async (t) => {
|
|
|
16437
16437
|
const m = {};
|
|
16438
16438
|
m[r(251)] = l;
|
|
16439
16439
|
const _ = new Sn(d, m), p = i || Gt[r(299)](), y = new ld(new URL(a + "?sessionId=" + p + r(265) + o));
|
|
16440
|
-
await _.connect(y), n[e(259)](
|
|
16440
|
+
await _.connect(y), n[e(259)](li, _, s, y);
|
|
16441
16441
|
const h = {};
|
|
16442
16442
|
return h.transport = y, h[r(286)] = p, h;
|
|
16443
16443
|
}, qt = yt, Lr = yt;
|
|
@@ -16640,7 +16640,7 @@ class ew extends Ql {
|
|
|
16640
16640
|
super(r), this._serverInfo = e, this._loggingLevels = /* @__PURE__ */ new Map(), this.LOG_LEVEL_SEVERITY = new Map(Es.options.map((n, s) => [n, s])), this.isMessageIgnored = (n, s) => {
|
|
16641
16641
|
const a = this._loggingLevels.get(s);
|
|
16642
16642
|
return a ? this.LOG_LEVEL_SEVERITY.get(n) < this.LOG_LEVEL_SEVERITY.get(a) : !1;
|
|
16643
|
-
}, this._capabilities = r?.capabilities ?? {}, this._instructions = r?.instructions, this._jsonSchemaValidator = r?.jsonSchemaValidator ?? new td(), this.setRequestHandler(
|
|
16643
|
+
}, this._capabilities = r?.capabilities ?? {}, this._instructions = r?.instructions, this._jsonSchemaValidator = r?.jsonSchemaValidator ?? new td(), this.setRequestHandler(_l, (n) => this._oninitialize(n)), this.setNotificationHandler(zo, () => this.oninitialized?.()), this._capabilities.logging && this.setRequestHandler(Rs, async (n, s) => {
|
|
16644
16644
|
const a = s.sessionId || s.requestInfo?.headers["mcp-session-id"] || void 0, { level: o } = n.params, i = Es.safeParse(o);
|
|
16645
16645
|
return i.success && this._loggingLevels.set(a, i.data), {};
|
|
16646
16646
|
});
|
|
@@ -16797,7 +16797,7 @@ class ew extends Ql {
|
|
|
16797
16797
|
async _oninitialize(e) {
|
|
16798
16798
|
const r = e.params.protocolVersion;
|
|
16799
16799
|
return this._clientCapabilities = e.params.capabilities, this._clientVersion = e.params.clientInfo, {
|
|
16800
|
-
protocolVersion:
|
|
16800
|
+
protocolVersion: ll.includes(r) ? r : _n,
|
|
16801
16801
|
capabilities: this.getCapabilities(),
|
|
16802
16802
|
serverInfo: this._serverInfo,
|
|
16803
16803
|
...this._instructions && { instructions: this._instructions }
|
|
@@ -16839,7 +16839,7 @@ class ew extends Ql {
|
|
|
16839
16839
|
throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match");
|
|
16840
16840
|
}
|
|
16841
16841
|
}
|
|
16842
|
-
return e.tools ? this.request({ method: "sampling/createMessage", params: e },
|
|
16842
|
+
return e.tools ? this.request({ method: "sampling/createMessage", params: e }, ti, r) : this.request({ method: "sampling/createMessage", params: e }, oa, r);
|
|
16843
16843
|
}
|
|
16844
16844
|
/**
|
|
16845
16845
|
* Creates an elicitation request for the given parameters.
|
|
@@ -16891,7 +16891,7 @@ class ew extends Ql {
|
|
|
16891
16891
|
}, r);
|
|
16892
16892
|
}
|
|
16893
16893
|
async listRoots(e, r) {
|
|
16894
|
-
return this.request({ method: "roots/list", params: e },
|
|
16894
|
+
return this.request({ method: "roots/list", params: e }, ni, r);
|
|
16895
16895
|
}
|
|
16896
16896
|
/**
|
|
16897
16897
|
* Sends a logging message to the client, if connected.
|
|
@@ -16922,26 +16922,26 @@ class ew extends Ql {
|
|
|
16922
16922
|
return this.notification({ method: "notifications/prompts/list_changed" });
|
|
16923
16923
|
}
|
|
16924
16924
|
}
|
|
16925
|
-
const
|
|
16925
|
+
const fi = Symbol.for("mcp.completable");
|
|
16926
16926
|
function pw(t, e) {
|
|
16927
|
-
return Object.defineProperty(t,
|
|
16927
|
+
return Object.defineProperty(t, fi, {
|
|
16928
16928
|
value: { complete: e },
|
|
16929
16929
|
enumerable: !1,
|
|
16930
16930
|
writable: !1,
|
|
16931
16931
|
configurable: !1
|
|
16932
16932
|
}), t;
|
|
16933
16933
|
}
|
|
16934
|
-
function
|
|
16935
|
-
return !!t && typeof t == "object" &&
|
|
16934
|
+
function fu(t) {
|
|
16935
|
+
return !!t && typeof t == "object" && fi in t;
|
|
16936
16936
|
}
|
|
16937
16937
|
function tw(t) {
|
|
16938
|
-
return t[
|
|
16938
|
+
return t[fi]?.complete;
|
|
16939
16939
|
}
|
|
16940
|
-
var
|
|
16940
|
+
var hu;
|
|
16941
16941
|
(function(t) {
|
|
16942
16942
|
t.Completable = "McpCompletable";
|
|
16943
|
-
})(
|
|
16944
|
-
const
|
|
16943
|
+
})(hu || (hu = {}));
|
|
16944
|
+
const pu = 1e6, Ma = 1e6, mu = 1e4, rw = 1e6;
|
|
16945
16945
|
class Lt {
|
|
16946
16946
|
/**
|
|
16947
16947
|
* Returns true if the given string contains any URI template expressions.
|
|
@@ -16959,7 +16959,7 @@ class Lt {
|
|
|
16959
16959
|
return this.parts.flatMap((e) => typeof e == "string" ? [] : e.names);
|
|
16960
16960
|
}
|
|
16961
16961
|
constructor(e) {
|
|
16962
|
-
Lt.validateLength(e,
|
|
16962
|
+
Lt.validateLength(e, pu, "Template"), this.template = e, this.parts = this.parse(e);
|
|
16963
16963
|
}
|
|
16964
16964
|
toString() {
|
|
16965
16965
|
return this.template;
|
|
@@ -16973,8 +16973,8 @@ class Lt {
|
|
|
16973
16973
|
const o = e.indexOf("}", s);
|
|
16974
16974
|
if (o === -1)
|
|
16975
16975
|
throw new Error("Unclosed template expression");
|
|
16976
|
-
if (a++, a >
|
|
16977
|
-
throw new Error(`Template contains too many expressions (max ${
|
|
16976
|
+
if (a++, a > mu)
|
|
16977
|
+
throw new Error(`Template contains too many expressions (max ${mu})`);
|
|
16978
16978
|
const i = e.slice(s + 1, o), c = this.getOperator(i), u = i.includes("*"), l = this.getNames(i), d = l[0];
|
|
16979
16979
|
for (const m of l)
|
|
16980
16980
|
Lt.validateLength(m, Ma, "Variable name");
|
|
@@ -17078,7 +17078,7 @@ class Lt {
|
|
|
17078
17078
|
return r.push({ pattern: n, name: s }), r;
|
|
17079
17079
|
}
|
|
17080
17080
|
match(e) {
|
|
17081
|
-
Lt.validateLength(e,
|
|
17081
|
+
Lt.validateLength(e, pu, "URI");
|
|
17082
17082
|
let r = "^";
|
|
17083
17083
|
const n = [];
|
|
17084
17084
|
for (const i of this.parts)
|
|
@@ -17134,7 +17134,7 @@ function aw(t, e) {
|
|
|
17134
17134
|
console.warn("Tool registration will proceed, but this may cause compatibility issues."), console.warn("Consider updating the tool name to conform to the MCP tool naming standard."), console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.");
|
|
17135
17135
|
}
|
|
17136
17136
|
}
|
|
17137
|
-
function
|
|
17137
|
+
function _u(t) {
|
|
17138
17138
|
const e = sw(t);
|
|
17139
17139
|
return aw(t, e.warnings), e.isValid;
|
|
17140
17140
|
}
|
|
@@ -17192,7 +17192,7 @@ class md {
|
|
|
17192
17192
|
description: r.description,
|
|
17193
17193
|
inputSchema: (() => {
|
|
17194
17194
|
const s = Zr(r.inputSchema);
|
|
17195
|
-
return s ?
|
|
17195
|
+
return s ? Qc(s, {
|
|
17196
17196
|
strictUnions: !0,
|
|
17197
17197
|
pipeStrategy: "input"
|
|
17198
17198
|
}) : iw;
|
|
@@ -17203,7 +17203,7 @@ class md {
|
|
|
17203
17203
|
};
|
|
17204
17204
|
if (r.outputSchema) {
|
|
17205
17205
|
const s = Zr(r.outputSchema);
|
|
17206
|
-
s && (n.outputSchema =
|
|
17206
|
+
s && (n.outputSchema = Qc(s, {
|
|
17207
17207
|
strictUnions: !0,
|
|
17208
17208
|
pipeStrategy: "output"
|
|
17209
17209
|
}));
|
|
@@ -17346,13 +17346,13 @@ class md {
|
|
|
17346
17346
|
if (!n.argsSchema)
|
|
17347
17347
|
return Ur;
|
|
17348
17348
|
const a = Nr(n.argsSchema)?.[e.params.argument.name];
|
|
17349
|
-
if (!
|
|
17349
|
+
if (!fu(a))
|
|
17350
17350
|
return Ur;
|
|
17351
17351
|
const o = tw(a);
|
|
17352
17352
|
if (!o)
|
|
17353
17353
|
return Ur;
|
|
17354
17354
|
const i = await o(e.params.argument.value, e.params.context);
|
|
17355
|
-
return
|
|
17355
|
+
return yu(i);
|
|
17356
17356
|
}
|
|
17357
17357
|
async handleResourceCompletion(e, r) {
|
|
17358
17358
|
const n = Object.values(this._registeredResourceTemplates).find((o) => o.resourceTemplate.uriTemplate.toString() === r.uri);
|
|
@@ -17365,7 +17365,7 @@ class md {
|
|
|
17365
17365
|
if (!s)
|
|
17366
17366
|
return Ur;
|
|
17367
17367
|
const a = await s(e.params.argument.value, e.params.context);
|
|
17368
|
-
return
|
|
17368
|
+
return yu(a);
|
|
17369
17369
|
}
|
|
17370
17370
|
setResourceRequestHandlers() {
|
|
17371
17371
|
this._resourceHandlersInitialized || (this.server.assertCanSetRequestHandler(Zt(Ss)), this.server.assertCanSetRequestHandler(Zt(Da)), this.server.assertCanSetRequestHandler(Zt(Va)), this.server.registerCapabilities({
|
|
@@ -17520,16 +17520,16 @@ class md {
|
|
|
17520
17520
|
};
|
|
17521
17521
|
return this._registeredPrompts[e] = o, s && Object.values(s).some((c) => {
|
|
17522
17522
|
const u = c instanceof bt ? c._def?.innerType : c;
|
|
17523
|
-
return
|
|
17523
|
+
return fu(u);
|
|
17524
17524
|
}) && this.setCompletionRequestHandler(), o;
|
|
17525
17525
|
}
|
|
17526
17526
|
_createRegisteredTool(e, r, n, s, a, o, i, c, u) {
|
|
17527
|
-
|
|
17527
|
+
_u(e);
|
|
17528
17528
|
const l = {
|
|
17529
17529
|
title: r,
|
|
17530
17530
|
description: n,
|
|
17531
|
-
inputSchema:
|
|
17532
|
-
outputSchema:
|
|
17531
|
+
inputSchema: gu(s),
|
|
17532
|
+
outputSchema: gu(a),
|
|
17533
17533
|
annotations: o,
|
|
17534
17534
|
execution: i,
|
|
17535
17535
|
_meta: c,
|
|
@@ -17539,7 +17539,7 @@ class md {
|
|
|
17539
17539
|
enable: () => l.update({ enabled: !0 }),
|
|
17540
17540
|
remove: () => l.update({ name: null }),
|
|
17541
17541
|
update: (d) => {
|
|
17542
|
-
typeof d.name < "u" && d.name !== e && (typeof d.name == "string" &&
|
|
17542
|
+
typeof d.name < "u" && d.name !== e && (typeof d.name == "string" && _u(d.name), delete this._registeredTools[e], d.name && (this._registeredTools[d.name] = l)), typeof d.title < "u" && (l.title = d.title), typeof d.description < "u" && (l.description = d.description), typeof d.paramsSchema < "u" && (l.inputSchema = br(d.paramsSchema)), typeof d.outputSchema < "u" && (l.outputSchema = br(d.outputSchema)), typeof d.callback < "u" && (l.handler = d.callback), typeof d.annotations < "u" && (l.annotations = d.annotations), typeof d._meta < "u" && (l._meta = d._meta), typeof d.enabled < "u" && (l.enabled = d.enabled), this.sendToolListChanged();
|
|
17543
17543
|
}
|
|
17544
17544
|
};
|
|
17545
17545
|
return this._registeredTools[e] = l, this.setToolRequestHandlers(), this.sendToolListChanged(), l;
|
|
@@ -17658,7 +17658,7 @@ function cw(t) {
|
|
|
17658
17658
|
function vo(t) {
|
|
17659
17659
|
return typeof t != "object" || t === null || cw(t) ? !1 : Object.keys(t).length === 0 ? !0 : Object.values(t).some(_d);
|
|
17660
17660
|
}
|
|
17661
|
-
function
|
|
17661
|
+
function gu(t) {
|
|
17662
17662
|
if (t)
|
|
17663
17663
|
return vo(t) ? br(t) : t;
|
|
17664
17664
|
}
|
|
@@ -17682,7 +17682,7 @@ function Zt(t) {
|
|
|
17682
17682
|
return n;
|
|
17683
17683
|
throw new Error("Schema method literal must be a string");
|
|
17684
17684
|
}
|
|
17685
|
-
function
|
|
17685
|
+
function yu(t) {
|
|
17686
17686
|
return {
|
|
17687
17687
|
completion: {
|
|
17688
17688
|
values: t.slice(0, 100),
|
|
@@ -17721,7 +17721,7 @@ class _w {
|
|
|
17721
17721
|
* Connects the server to a transport via the specified option.
|
|
17722
17722
|
*/
|
|
17723
17723
|
async connect(e) {
|
|
17724
|
-
return typeof e.start == "function" ? (this.transport = e, this.transport.onclose = void 0, this.transport.onerror = void 0, this.transport.onmessage = void 0) : (this.transport = new
|
|
17724
|
+
return typeof e.start == "function" ? (this.transport = e, this.transport.onclose = void 0, this.transport.onerror = void 0, this.transport.onmessage = void 0) : (this.transport = new ui(e), await this.transport.listen()), await this.server.connect(this.transport), this.transport;
|
|
17725
17725
|
}
|
|
17726
17726
|
/**
|
|
17727
17727
|
* Closes the connection.
|
|
@@ -17863,13 +17863,13 @@ class _w {
|
|
|
17863
17863
|
* Registers a handler for the subscribe request.
|
|
17864
17864
|
*/
|
|
17865
17865
|
onSubscribe(e) {
|
|
17866
|
-
this.server.server.setRequestHandler(
|
|
17866
|
+
this.server.server.setRequestHandler(Tl, e);
|
|
17867
17867
|
}
|
|
17868
17868
|
/**
|
|
17869
17869
|
* Registers a handler for the unsubscribe request.
|
|
17870
17870
|
*/
|
|
17871
17871
|
onUnsubscribe(e) {
|
|
17872
|
-
this.server.server.setRequestHandler(
|
|
17872
|
+
this.server.server.setRequestHandler(El, e);
|
|
17873
17873
|
}
|
|
17874
17874
|
/**
|
|
17875
17875
|
* Registers a handler for the set log level request.
|
|
@@ -17896,7 +17896,7 @@ class _w {
|
|
|
17896
17896
|
e.persisted || this.transport && typeof this.transport.close == "function" && await this.transport.close();
|
|
17897
17897
|
}
|
|
17898
17898
|
}
|
|
17899
|
-
const gw = (t, e) => new
|
|
17899
|
+
const gw = (t, e) => new ui(t, e), yw = () => j0(), vw = (t) => t instanceof ui, ww = (t) => t instanceof md;
|
|
17900
17900
|
class bw {
|
|
17901
17901
|
constructor(e, r) {
|
|
17902
17902
|
const n = {
|
|
@@ -17932,7 +17932,7 @@ class bw {
|
|
|
17932
17932
|
}
|
|
17933
17933
|
const c = new URL(r);
|
|
17934
17934
|
let u;
|
|
17935
|
-
if (a === "channel" && (u = new
|
|
17935
|
+
if (a === "channel" && (u = new ci(r), await this.client.connect(u)), a === "sse") {
|
|
17936
17936
|
const l = fd(n, s);
|
|
17937
17937
|
u = new Tn(c, l), await this.client.connect(u);
|
|
17938
17938
|
}
|
|
@@ -18090,7 +18090,7 @@ class bw {
|
|
|
18090
18090
|
* Registers a handler for the elicitation request.
|
|
18091
18091
|
*/
|
|
18092
18092
|
onElicit(e) {
|
|
18093
|
-
this.client.setRequestHandler(
|
|
18093
|
+
this.client.setRequestHandler(ri, e);
|
|
18094
18094
|
}
|
|
18095
18095
|
/**
|
|
18096
18096
|
* Registers a handler for the create LLM message request.
|
|
@@ -18126,13 +18126,13 @@ class bw {
|
|
|
18126
18126
|
* Registers a handler for the resource updated notification.
|
|
18127
18127
|
*/
|
|
18128
18128
|
onResourceUpdated(e) {
|
|
18129
|
-
this.client.setNotificationHandler(
|
|
18129
|
+
this.client.setNotificationHandler(Rl, e);
|
|
18130
18130
|
}
|
|
18131
18131
|
/**
|
|
18132
18132
|
* Registers a handler for the logging message notification.
|
|
18133
18133
|
*/
|
|
18134
18134
|
onLoggingMessage(e) {
|
|
18135
|
-
this.client.setNotificationHandler(
|
|
18135
|
+
this.client.setNotificationHandler(Ol, e);
|
|
18136
18136
|
}
|
|
18137
18137
|
/**
|
|
18138
18138
|
* Close the transport for window.addEventListener('pagehide')
|
|
@@ -18141,7 +18141,7 @@ class bw {
|
|
|
18141
18141
|
e.persisted || (lw(this.transport) ? await this.transport.terminateSession() : this.transport && typeof this.transport.close == "function" && await this.transport.close());
|
|
18142
18142
|
}
|
|
18143
18143
|
}
|
|
18144
|
-
const kw = (t, e) => new Tn(t, e), $w = (t, e) => new ca(t, e), Sw = (t, e) => new
|
|
18144
|
+
const kw = (t, e) => new Tn(t, e), $w = (t, e) => new ca(t, e), Sw = (t, e) => new ci(t, e), Tw = (t) => t instanceof Tn, lw = (t) => t instanceof ca, Ew = (t) => t instanceof ci, Rw = (t) => t instanceof Sn;
|
|
18145
18145
|
function Pw(t) {
|
|
18146
18146
|
return t.title !== void 0 && t.title !== "" ? t.title : "annotations" in t && t.annotations?.title ? t.annotations.title : t.name;
|
|
18147
18147
|
}
|
|
@@ -18150,7 +18150,7 @@ const dw = () => typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID()
|
|
|
18150
18150
|
return (t === "x" ? e : e & 3 | 8).toString(16);
|
|
18151
18151
|
}), ps = (t, e, r) => {
|
|
18152
18152
|
window.postMessage({ type: t, direction: r, data: e }, "*");
|
|
18153
|
-
},
|
|
18153
|
+
}, vu = (t, e, r) => {
|
|
18154
18154
|
const n = async function(s) {
|
|
18155
18155
|
s.source === window && s.data.type === t && s.data.direction === r && await e(s.data.data);
|
|
18156
18156
|
};
|
|
@@ -18158,7 +18158,7 @@ const dw = () => typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID()
|
|
|
18158
18158
|
};
|
|
18159
18159
|
class xw {
|
|
18160
18160
|
constructor(e = null) {
|
|
18161
|
-
this._isStarted = !1, this._isClosed = !1, this._lastRegistration = null, this.sessionId = e || dw(), this._messageListener1 =
|
|
18161
|
+
this._isStarted = !1, this._isClosed = !1, this._lastRegistration = null, this.sessionId = e || dw(), this._messageListener1 = vu(
|
|
18162
18162
|
"sidepanel-ready-to-page",
|
|
18163
18163
|
() => {
|
|
18164
18164
|
this._lastRegistration && this._isStarted && this.notifyRegistration(this._lastRegistration).catch((r) => {
|
|
@@ -18166,7 +18166,7 @@ class xw {
|
|
|
18166
18166
|
});
|
|
18167
18167
|
},
|
|
18168
18168
|
"content->page"
|
|
18169
|
-
), this._messageListener2 =
|
|
18169
|
+
), this._messageListener2 = vu(
|
|
18170
18170
|
"mcp-client-to-server-to-page",
|
|
18171
18171
|
(r) => {
|
|
18172
18172
|
if (r.sessionId !== this.sessionId) return;
|