@inline-openclaw/inline 0.0.50 → 0.0.51
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 +8 -6
- package/dist/account-inspect-api.js +81 -81
- package/dist/account-inspect-api.js.map +2 -2
- package/dist/approval-handler.runtime.js +182 -141
- package/dist/approval-handler.runtime.js.map +6 -5
- package/dist/channel-plugin-api.js +202 -145
- package/dist/channel-plugin-api.js.map +7 -6
- package/dist/inline/config-schema.d.ts +42 -42
- package/dist/inline/monitor.d.ts.map +1 -1
- package/dist/inline/shared.d.ts +1 -1
- package/dist/openclaw-compat.d.ts +3 -3
- package/dist/runtime-register-api.js +182 -141
- package/dist/runtime-register-api.js.map +6 -5
- package/dist/setup-plugin-api.js +81 -81
- package/dist/setup-plugin-api.js.map +2 -2
- package/package.json +4 -4
package/dist/setup-plugin-api.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
resolveSecretInputString
|
|
48
48
|
} from "openclaw/plugin-sdk/secret-input-runtime";
|
|
49
49
|
|
|
50
|
-
//
|
|
50
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
51
51
|
var exports_external = {};
|
|
52
52
|
__export(exports_external, {
|
|
53
53
|
xor: () => xor,
|
|
@@ -290,7 +290,7 @@ __export(exports_external, {
|
|
|
290
290
|
$brand: () => $brand
|
|
291
291
|
});
|
|
292
292
|
|
|
293
|
-
//
|
|
293
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/index.js
|
|
294
294
|
var exports_core2 = {};
|
|
295
295
|
__export(exports_core2, {
|
|
296
296
|
version: () => version,
|
|
@@ -569,7 +569,7 @@ __export(exports_core2, {
|
|
|
569
569
|
$ZodAny: () => $ZodAny
|
|
570
570
|
});
|
|
571
571
|
|
|
572
|
-
//
|
|
572
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
573
573
|
var _a;
|
|
574
574
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
575
575
|
status: "aborted"
|
|
@@ -647,7 +647,7 @@ function config(newConfig) {
|
|
|
647
647
|
Object.assign(globalConfig, newConfig);
|
|
648
648
|
return globalConfig;
|
|
649
649
|
}
|
|
650
|
-
//
|
|
650
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
651
651
|
var exports_util = {};
|
|
652
652
|
__export(exports_util, {
|
|
653
653
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -1339,7 +1339,7 @@ class Class {
|
|
|
1339
1339
|
constructor(..._args) {}
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
//
|
|
1342
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
1343
1343
|
var initializer = (inst, def) => {
|
|
1344
1344
|
inst.name = "$ZodError";
|
|
1345
1345
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -1479,7 +1479,7 @@ function prettifyError(error) {
|
|
|
1479
1479
|
`);
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
|
-
//
|
|
1482
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
1483
1483
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
1484
1484
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
1485
1485
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -1566,7 +1566,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
1566
1566
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
1567
1567
|
};
|
|
1568
1568
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
1569
|
-
//
|
|
1569
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
1570
1570
|
var exports_regexes = {};
|
|
1571
1571
|
__export(exports_regexes, {
|
|
1572
1572
|
xid: () => xid,
|
|
@@ -1725,7 +1725,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
1725
1725
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
1726
1726
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
1727
1727
|
|
|
1728
|
-
//
|
|
1728
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
1729
1729
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
1730
1730
|
var _a2;
|
|
1731
1731
|
inst._zod ?? (inst._zod = {});
|
|
@@ -2272,7 +2272,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
2272
2272
|
};
|
|
2273
2273
|
});
|
|
2274
2274
|
|
|
2275
|
-
//
|
|
2275
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
2276
2276
|
class Doc {
|
|
2277
2277
|
constructor(args = []) {
|
|
2278
2278
|
this.content = [];
|
|
@@ -2310,14 +2310,14 @@ class Doc {
|
|
|
2310
2310
|
}
|
|
2311
2311
|
}
|
|
2312
2312
|
|
|
2313
|
-
//
|
|
2313
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
2314
2314
|
var version = {
|
|
2315
2315
|
major: 4,
|
|
2316
2316
|
minor: 4,
|
|
2317
2317
|
patch: 3
|
|
2318
2318
|
};
|
|
2319
2319
|
|
|
2320
|
-
//
|
|
2320
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
2321
2321
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
2322
2322
|
var _a2;
|
|
2323
2323
|
inst ?? (inst = {});
|
|
@@ -4401,7 +4401,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
4401
4401
|
payload.issues.push(issue(_iss));
|
|
4402
4402
|
}
|
|
4403
4403
|
}
|
|
4404
|
-
//
|
|
4404
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/index.js
|
|
4405
4405
|
var exports_locales = {};
|
|
4406
4406
|
__export(exports_locales, {
|
|
4407
4407
|
zhTW: () => zh_TW_default,
|
|
@@ -4458,7 +4458,7 @@ __export(exports_locales, {
|
|
|
4458
4458
|
ar: () => ar_default
|
|
4459
4459
|
});
|
|
4460
4460
|
|
|
4461
|
-
//
|
|
4461
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ar.js
|
|
4462
4462
|
var error = () => {
|
|
4463
4463
|
const Sizable = {
|
|
4464
4464
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -4564,7 +4564,7 @@ function ar_default() {
|
|
|
4564
4564
|
localeError: error()
|
|
4565
4565
|
};
|
|
4566
4566
|
}
|
|
4567
|
-
//
|
|
4567
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/az.js
|
|
4568
4568
|
var error2 = () => {
|
|
4569
4569
|
const Sizable = {
|
|
4570
4570
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -4669,7 +4669,7 @@ function az_default() {
|
|
|
4669
4669
|
localeError: error2()
|
|
4670
4670
|
};
|
|
4671
4671
|
}
|
|
4672
|
-
//
|
|
4672
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/be.js
|
|
4673
4673
|
function getBelarusianPlural(count, one, few, many) {
|
|
4674
4674
|
const absCount = Math.abs(count);
|
|
4675
4675
|
const lastDigit = absCount % 10;
|
|
@@ -4825,7 +4825,7 @@ function be_default() {
|
|
|
4825
4825
|
localeError: error3()
|
|
4826
4826
|
};
|
|
4827
4827
|
}
|
|
4828
|
-
//
|
|
4828
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/bg.js
|
|
4829
4829
|
var error4 = () => {
|
|
4830
4830
|
const Sizable = {
|
|
4831
4831
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -4945,7 +4945,7 @@ function bg_default() {
|
|
|
4945
4945
|
localeError: error4()
|
|
4946
4946
|
};
|
|
4947
4947
|
}
|
|
4948
|
-
//
|
|
4948
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ca.js
|
|
4949
4949
|
var error5 = () => {
|
|
4950
4950
|
const Sizable = {
|
|
4951
4951
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -5052,7 +5052,7 @@ function ca_default() {
|
|
|
5052
5052
|
localeError: error5()
|
|
5053
5053
|
};
|
|
5054
5054
|
}
|
|
5055
|
-
//
|
|
5055
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/cs.js
|
|
5056
5056
|
var error6 = () => {
|
|
5057
5057
|
const Sizable = {
|
|
5058
5058
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -5163,7 +5163,7 @@ function cs_default() {
|
|
|
5163
5163
|
localeError: error6()
|
|
5164
5164
|
};
|
|
5165
5165
|
}
|
|
5166
|
-
//
|
|
5166
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/da.js
|
|
5167
5167
|
var error7 = () => {
|
|
5168
5168
|
const Sizable = {
|
|
5169
5169
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -5278,7 +5278,7 @@ function da_default() {
|
|
|
5278
5278
|
localeError: error7()
|
|
5279
5279
|
};
|
|
5280
5280
|
}
|
|
5281
|
-
//
|
|
5281
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/de.js
|
|
5282
5282
|
var error8 = () => {
|
|
5283
5283
|
const Sizable = {
|
|
5284
5284
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -5386,7 +5386,7 @@ function de_default() {
|
|
|
5386
5386
|
localeError: error8()
|
|
5387
5387
|
};
|
|
5388
5388
|
}
|
|
5389
|
-
//
|
|
5389
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/el.js
|
|
5390
5390
|
var error9 = () => {
|
|
5391
5391
|
const Sizable = {
|
|
5392
5392
|
string: { unit: "χαρακτήρες", verb: "να έχει" },
|
|
@@ -5495,7 +5495,7 @@ function el_default() {
|
|
|
5495
5495
|
localeError: error9()
|
|
5496
5496
|
};
|
|
5497
5497
|
}
|
|
5498
|
-
//
|
|
5498
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/en.js
|
|
5499
5499
|
var error10 = () => {
|
|
5500
5500
|
const Sizable = {
|
|
5501
5501
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -5605,7 +5605,7 @@ function en_default() {
|
|
|
5605
5605
|
localeError: error10()
|
|
5606
5606
|
};
|
|
5607
5607
|
}
|
|
5608
|
-
//
|
|
5608
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/eo.js
|
|
5609
5609
|
var error11 = () => {
|
|
5610
5610
|
const Sizable = {
|
|
5611
5611
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -5714,7 +5714,7 @@ function eo_default() {
|
|
|
5714
5714
|
localeError: error11()
|
|
5715
5715
|
};
|
|
5716
5716
|
}
|
|
5717
|
-
//
|
|
5717
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/es.js
|
|
5718
5718
|
var error12 = () => {
|
|
5719
5719
|
const Sizable = {
|
|
5720
5720
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -5846,7 +5846,7 @@ function es_default() {
|
|
|
5846
5846
|
localeError: error12()
|
|
5847
5847
|
};
|
|
5848
5848
|
}
|
|
5849
|
-
//
|
|
5849
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fa.js
|
|
5850
5850
|
var error13 = () => {
|
|
5851
5851
|
const Sizable = {
|
|
5852
5852
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -5960,7 +5960,7 @@ function fa_default() {
|
|
|
5960
5960
|
localeError: error13()
|
|
5961
5961
|
};
|
|
5962
5962
|
}
|
|
5963
|
-
//
|
|
5963
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fi.js
|
|
5964
5964
|
var error14 = () => {
|
|
5965
5965
|
const Sizable = {
|
|
5966
5966
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -6072,7 +6072,7 @@ function fi_default() {
|
|
|
6072
6072
|
localeError: error14()
|
|
6073
6073
|
};
|
|
6074
6074
|
}
|
|
6075
|
-
//
|
|
6075
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr.js
|
|
6076
6076
|
var error15 = () => {
|
|
6077
6077
|
const Sizable = {
|
|
6078
6078
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -6197,7 +6197,7 @@ function fr_default() {
|
|
|
6197
6197
|
localeError: error15()
|
|
6198
6198
|
};
|
|
6199
6199
|
}
|
|
6200
|
-
//
|
|
6200
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr-CA.js
|
|
6201
6201
|
var error16 = () => {
|
|
6202
6202
|
const Sizable = {
|
|
6203
6203
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -6304,7 +6304,7 @@ function fr_CA_default() {
|
|
|
6304
6304
|
localeError: error16()
|
|
6305
6305
|
};
|
|
6306
6306
|
}
|
|
6307
|
-
//
|
|
6307
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/he.js
|
|
6308
6308
|
var error17 = () => {
|
|
6309
6309
|
const TypeNames = {
|
|
6310
6310
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -6497,7 +6497,7 @@ function he_default() {
|
|
|
6497
6497
|
localeError: error17()
|
|
6498
6498
|
};
|
|
6499
6499
|
}
|
|
6500
|
-
//
|
|
6500
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hr.js
|
|
6501
6501
|
var error18 = () => {
|
|
6502
6502
|
const Sizable = {
|
|
6503
6503
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -6619,7 +6619,7 @@ function hr_default() {
|
|
|
6619
6619
|
localeError: error18()
|
|
6620
6620
|
};
|
|
6621
6621
|
}
|
|
6622
|
-
//
|
|
6622
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hu.js
|
|
6623
6623
|
var error19 = () => {
|
|
6624
6624
|
const Sizable = {
|
|
6625
6625
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -6727,7 +6727,7 @@ function hu_default() {
|
|
|
6727
6727
|
localeError: error19()
|
|
6728
6728
|
};
|
|
6729
6729
|
}
|
|
6730
|
-
//
|
|
6730
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hy.js
|
|
6731
6731
|
function getArmenianPlural(count, one, many) {
|
|
6732
6732
|
return Math.abs(count) === 1 ? one : many;
|
|
6733
6733
|
}
|
|
@@ -6874,7 +6874,7 @@ function hy_default() {
|
|
|
6874
6874
|
localeError: error20()
|
|
6875
6875
|
};
|
|
6876
6876
|
}
|
|
6877
|
-
//
|
|
6877
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/id.js
|
|
6878
6878
|
var error21 = () => {
|
|
6879
6879
|
const Sizable = {
|
|
6880
6880
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -6980,7 +6980,7 @@ function id_default() {
|
|
|
6980
6980
|
localeError: error21()
|
|
6981
6981
|
};
|
|
6982
6982
|
}
|
|
6983
|
-
//
|
|
6983
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/is.js
|
|
6984
6984
|
var error22 = () => {
|
|
6985
6985
|
const Sizable = {
|
|
6986
6986
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -7089,7 +7089,7 @@ function is_default() {
|
|
|
7089
7089
|
localeError: error22()
|
|
7090
7090
|
};
|
|
7091
7091
|
}
|
|
7092
|
-
//
|
|
7092
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/it.js
|
|
7093
7093
|
var error23 = () => {
|
|
7094
7094
|
const Sizable = {
|
|
7095
7095
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -7197,7 +7197,7 @@ function it_default() {
|
|
|
7197
7197
|
localeError: error23()
|
|
7198
7198
|
};
|
|
7199
7199
|
}
|
|
7200
|
-
//
|
|
7200
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ja.js
|
|
7201
7201
|
var error24 = () => {
|
|
7202
7202
|
const Sizable = {
|
|
7203
7203
|
string: { unit: "文字", verb: "である" },
|
|
@@ -7304,7 +7304,7 @@ function ja_default() {
|
|
|
7304
7304
|
localeError: error24()
|
|
7305
7305
|
};
|
|
7306
7306
|
}
|
|
7307
|
-
//
|
|
7307
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ka.js
|
|
7308
7308
|
var error25 = () => {
|
|
7309
7309
|
const Sizable = {
|
|
7310
7310
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -7416,7 +7416,7 @@ function ka_default() {
|
|
|
7416
7416
|
localeError: error25()
|
|
7417
7417
|
};
|
|
7418
7418
|
}
|
|
7419
|
-
//
|
|
7419
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/km.js
|
|
7420
7420
|
var error26 = () => {
|
|
7421
7421
|
const Sizable = {
|
|
7422
7422
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -7527,11 +7527,11 @@ function km_default() {
|
|
|
7527
7527
|
};
|
|
7528
7528
|
}
|
|
7529
7529
|
|
|
7530
|
-
//
|
|
7530
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/kh.js
|
|
7531
7531
|
function kh_default() {
|
|
7532
7532
|
return km_default();
|
|
7533
7533
|
}
|
|
7534
|
-
//
|
|
7534
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ko.js
|
|
7535
7535
|
var error27 = () => {
|
|
7536
7536
|
const Sizable = {
|
|
7537
7537
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -7642,7 +7642,7 @@ function ko_default() {
|
|
|
7642
7642
|
localeError: error27()
|
|
7643
7643
|
};
|
|
7644
7644
|
}
|
|
7645
|
-
//
|
|
7645
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/lt.js
|
|
7646
7646
|
var capitalizeFirstCharacter = (text) => {
|
|
7647
7647
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
7648
7648
|
};
|
|
@@ -7845,7 +7845,7 @@ function lt_default() {
|
|
|
7845
7845
|
localeError: error28()
|
|
7846
7846
|
};
|
|
7847
7847
|
}
|
|
7848
|
-
//
|
|
7848
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/mk.js
|
|
7849
7849
|
var error29 = () => {
|
|
7850
7850
|
const Sizable = {
|
|
7851
7851
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -7954,7 +7954,7 @@ function mk_default() {
|
|
|
7954
7954
|
localeError: error29()
|
|
7955
7955
|
};
|
|
7956
7956
|
}
|
|
7957
|
-
//
|
|
7957
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ms.js
|
|
7958
7958
|
var error30 = () => {
|
|
7959
7959
|
const Sizable = {
|
|
7960
7960
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -8061,7 +8061,7 @@ function ms_default() {
|
|
|
8061
8061
|
localeError: error30()
|
|
8062
8062
|
};
|
|
8063
8063
|
}
|
|
8064
|
-
//
|
|
8064
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/nl.js
|
|
8065
8065
|
var error31 = () => {
|
|
8066
8066
|
const Sizable = {
|
|
8067
8067
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -8171,7 +8171,7 @@ function nl_default() {
|
|
|
8171
8171
|
localeError: error31()
|
|
8172
8172
|
};
|
|
8173
8173
|
}
|
|
8174
|
-
//
|
|
8174
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/no.js
|
|
8175
8175
|
var error32 = () => {
|
|
8176
8176
|
const Sizable = {
|
|
8177
8177
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -8279,7 +8279,7 @@ function no_default() {
|
|
|
8279
8279
|
localeError: error32()
|
|
8280
8280
|
};
|
|
8281
8281
|
}
|
|
8282
|
-
//
|
|
8282
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ota.js
|
|
8283
8283
|
var error33 = () => {
|
|
8284
8284
|
const Sizable = {
|
|
8285
8285
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -8388,7 +8388,7 @@ function ota_default() {
|
|
|
8388
8388
|
localeError: error33()
|
|
8389
8389
|
};
|
|
8390
8390
|
}
|
|
8391
|
-
//
|
|
8391
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ps.js
|
|
8392
8392
|
var error34 = () => {
|
|
8393
8393
|
const Sizable = {
|
|
8394
8394
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -8502,7 +8502,7 @@ function ps_default() {
|
|
|
8502
8502
|
localeError: error34()
|
|
8503
8503
|
};
|
|
8504
8504
|
}
|
|
8505
|
-
//
|
|
8505
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pl.js
|
|
8506
8506
|
var error35 = () => {
|
|
8507
8507
|
const Sizable = {
|
|
8508
8508
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -8611,7 +8611,7 @@ function pl_default() {
|
|
|
8611
8611
|
localeError: error35()
|
|
8612
8612
|
};
|
|
8613
8613
|
}
|
|
8614
|
-
//
|
|
8614
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pt.js
|
|
8615
8615
|
var error36 = () => {
|
|
8616
8616
|
const Sizable = {
|
|
8617
8617
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -8719,7 +8719,7 @@ function pt_default() {
|
|
|
8719
8719
|
localeError: error36()
|
|
8720
8720
|
};
|
|
8721
8721
|
}
|
|
8722
|
-
//
|
|
8722
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ro.js
|
|
8723
8723
|
var error37 = () => {
|
|
8724
8724
|
const Sizable = {
|
|
8725
8725
|
string: { unit: "caractere", verb: "să aibă" },
|
|
@@ -8838,7 +8838,7 @@ function ro_default() {
|
|
|
8838
8838
|
localeError: error37()
|
|
8839
8839
|
};
|
|
8840
8840
|
}
|
|
8841
|
-
//
|
|
8841
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ru.js
|
|
8842
8842
|
function getRussianPlural(count, one, few, many) {
|
|
8843
8843
|
const absCount = Math.abs(count);
|
|
8844
8844
|
const lastDigit = absCount % 10;
|
|
@@ -8994,7 +8994,7 @@ function ru_default() {
|
|
|
8994
8994
|
localeError: error38()
|
|
8995
8995
|
};
|
|
8996
8996
|
}
|
|
8997
|
-
//
|
|
8997
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sl.js
|
|
8998
8998
|
var error39 = () => {
|
|
8999
8999
|
const Sizable = {
|
|
9000
9000
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -9103,7 +9103,7 @@ function sl_default() {
|
|
|
9103
9103
|
localeError: error39()
|
|
9104
9104
|
};
|
|
9105
9105
|
}
|
|
9106
|
-
//
|
|
9106
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sv.js
|
|
9107
9107
|
var error40 = () => {
|
|
9108
9108
|
const Sizable = {
|
|
9109
9109
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -9213,7 +9213,7 @@ function sv_default() {
|
|
|
9213
9213
|
localeError: error40()
|
|
9214
9214
|
};
|
|
9215
9215
|
}
|
|
9216
|
-
//
|
|
9216
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ta.js
|
|
9217
9217
|
var error41 = () => {
|
|
9218
9218
|
const Sizable = {
|
|
9219
9219
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -9323,7 +9323,7 @@ function ta_default() {
|
|
|
9323
9323
|
localeError: error41()
|
|
9324
9324
|
};
|
|
9325
9325
|
}
|
|
9326
|
-
//
|
|
9326
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/th.js
|
|
9327
9327
|
var error42 = () => {
|
|
9328
9328
|
const Sizable = {
|
|
9329
9329
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -9433,7 +9433,7 @@ function th_default() {
|
|
|
9433
9433
|
localeError: error42()
|
|
9434
9434
|
};
|
|
9435
9435
|
}
|
|
9436
|
-
//
|
|
9436
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/tr.js
|
|
9437
9437
|
var error43 = () => {
|
|
9438
9438
|
const Sizable = {
|
|
9439
9439
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -9538,7 +9538,7 @@ function tr_default() {
|
|
|
9538
9538
|
localeError: error43()
|
|
9539
9539
|
};
|
|
9540
9540
|
}
|
|
9541
|
-
//
|
|
9541
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uk.js
|
|
9542
9542
|
var error44 = () => {
|
|
9543
9543
|
const Sizable = {
|
|
9544
9544
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -9647,11 +9647,11 @@ function uk_default() {
|
|
|
9647
9647
|
};
|
|
9648
9648
|
}
|
|
9649
9649
|
|
|
9650
|
-
//
|
|
9650
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ua.js
|
|
9651
9651
|
function ua_default() {
|
|
9652
9652
|
return uk_default();
|
|
9653
9653
|
}
|
|
9654
|
-
//
|
|
9654
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ur.js
|
|
9655
9655
|
var error45 = () => {
|
|
9656
9656
|
const Sizable = {
|
|
9657
9657
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -9761,7 +9761,7 @@ function ur_default() {
|
|
|
9761
9761
|
localeError: error45()
|
|
9762
9762
|
};
|
|
9763
9763
|
}
|
|
9764
|
-
//
|
|
9764
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uz.js
|
|
9765
9765
|
var error46 = () => {
|
|
9766
9766
|
const Sizable = {
|
|
9767
9767
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -9871,7 +9871,7 @@ function uz_default() {
|
|
|
9871
9871
|
localeError: error46()
|
|
9872
9872
|
};
|
|
9873
9873
|
}
|
|
9874
|
-
//
|
|
9874
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/vi.js
|
|
9875
9875
|
var error47 = () => {
|
|
9876
9876
|
const Sizable = {
|
|
9877
9877
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -9979,7 +9979,7 @@ function vi_default() {
|
|
|
9979
9979
|
localeError: error47()
|
|
9980
9980
|
};
|
|
9981
9981
|
}
|
|
9982
|
-
//
|
|
9982
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-CN.js
|
|
9983
9983
|
var error48 = () => {
|
|
9984
9984
|
const Sizable = {
|
|
9985
9985
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -10088,7 +10088,7 @@ function zh_CN_default() {
|
|
|
10088
10088
|
localeError: error48()
|
|
10089
10089
|
};
|
|
10090
10090
|
}
|
|
10091
|
-
//
|
|
10091
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-TW.js
|
|
10092
10092
|
var error49 = () => {
|
|
10093
10093
|
const Sizable = {
|
|
10094
10094
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -10195,7 +10195,7 @@ function zh_TW_default() {
|
|
|
10195
10195
|
localeError: error49()
|
|
10196
10196
|
};
|
|
10197
10197
|
}
|
|
10198
|
-
//
|
|
10198
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/yo.js
|
|
10199
10199
|
var error50 = () => {
|
|
10200
10200
|
const Sizable = {
|
|
10201
10201
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -10302,7 +10302,7 @@ function yo_default() {
|
|
|
10302
10302
|
localeError: error50()
|
|
10303
10303
|
};
|
|
10304
10304
|
}
|
|
10305
|
-
//
|
|
10305
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
10306
10306
|
var _a2;
|
|
10307
10307
|
var $output = Symbol("ZodOutput");
|
|
10308
10308
|
var $input = Symbol("ZodInput");
|
|
@@ -10352,7 +10352,7 @@ function registry() {
|
|
|
10352
10352
|
}
|
|
10353
10353
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
10354
10354
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
10355
|
-
//
|
|
10355
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
10356
10356
|
function _string(Class2, params) {
|
|
10357
10357
|
return new Class2({
|
|
10358
10358
|
type: "string",
|
|
@@ -11272,7 +11272,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
11272
11272
|
const inst = new Class2(def);
|
|
11273
11273
|
return inst;
|
|
11274
11274
|
}
|
|
11275
|
-
//
|
|
11275
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
11276
11276
|
function initializeContext(params) {
|
|
11277
11277
|
let target = params?.target ?? "draft-2020-12";
|
|
11278
11278
|
if (target === "draft-4")
|
|
@@ -11624,7 +11624,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
11624
11624
|
extractDefs(ctx, schema);
|
|
11625
11625
|
return finalize(ctx, schema);
|
|
11626
11626
|
};
|
|
11627
|
-
//
|
|
11627
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
11628
11628
|
var formatMap = {
|
|
11629
11629
|
guid: "uuid",
|
|
11630
11630
|
url: "uri",
|
|
@@ -12162,7 +12162,7 @@ function toJSONSchema(input, params) {
|
|
|
12162
12162
|
extractDefs(ctx, input);
|
|
12163
12163
|
return finalize(ctx, input);
|
|
12164
12164
|
}
|
|
12165
|
-
//
|
|
12165
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-generator.js
|
|
12166
12166
|
class JSONSchemaGenerator {
|
|
12167
12167
|
get metadataRegistry() {
|
|
12168
12168
|
return this.ctx.metadataRegistry;
|
|
@@ -12221,9 +12221,9 @@ class JSONSchemaGenerator {
|
|
|
12221
12221
|
return plainResult;
|
|
12222
12222
|
}
|
|
12223
12223
|
}
|
|
12224
|
-
//
|
|
12224
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema.js
|
|
12225
12225
|
var exports_json_schema = {};
|
|
12226
|
-
//
|
|
12226
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
12227
12227
|
var exports_schemas2 = {};
|
|
12228
12228
|
__export(exports_schemas2, {
|
|
12229
12229
|
xor: () => xor,
|
|
@@ -12394,7 +12394,7 @@ __export(exports_schemas2, {
|
|
|
12394
12394
|
ZodAny: () => ZodAny
|
|
12395
12395
|
});
|
|
12396
12396
|
|
|
12397
|
-
//
|
|
12397
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/checks.js
|
|
12398
12398
|
var exports_checks2 = {};
|
|
12399
12399
|
__export(exports_checks2, {
|
|
12400
12400
|
uppercase: () => _uppercase,
|
|
@@ -12428,7 +12428,7 @@ __export(exports_checks2, {
|
|
|
12428
12428
|
endsWith: () => _endsWith
|
|
12429
12429
|
});
|
|
12430
12430
|
|
|
12431
|
-
//
|
|
12431
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
12432
12432
|
var exports_iso = {};
|
|
12433
12433
|
__export(exports_iso, {
|
|
12434
12434
|
time: () => time2,
|
|
@@ -12469,7 +12469,7 @@ function duration2(params) {
|
|
|
12469
12469
|
return _isoDuration(ZodISODuration, params);
|
|
12470
12470
|
}
|
|
12471
12471
|
|
|
12472
|
-
//
|
|
12472
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
12473
12473
|
var initializer2 = (inst, issues) => {
|
|
12474
12474
|
$ZodError.init(inst, issues);
|
|
12475
12475
|
inst.name = "ZodError";
|
|
@@ -12504,7 +12504,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
12504
12504
|
Parent: Error
|
|
12505
12505
|
});
|
|
12506
12506
|
|
|
12507
|
-
//
|
|
12507
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
12508
12508
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
12509
12509
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
12510
12510
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -12518,7 +12518,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
12518
12518
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
12519
12519
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
12520
12520
|
|
|
12521
|
-
//
|
|
12521
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
12522
12522
|
var _installedGroups = /* @__PURE__ */ new WeakMap;
|
|
12523
12523
|
function _installLazyMethods(inst, group, methods) {
|
|
12524
12524
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -13805,7 +13805,7 @@ function preprocess(fn, schema) {
|
|
|
13805
13805
|
out: schema
|
|
13806
13806
|
});
|
|
13807
13807
|
}
|
|
13808
|
-
//
|
|
13808
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/compat.js
|
|
13809
13809
|
var ZodIssueCode = {
|
|
13810
13810
|
invalid_type: "invalid_type",
|
|
13811
13811
|
too_big: "too_big",
|
|
@@ -13829,7 +13829,7 @@ function getErrorMap() {
|
|
|
13829
13829
|
}
|
|
13830
13830
|
var ZodFirstPartyTypeKind;
|
|
13831
13831
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
13832
|
-
//
|
|
13832
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
13833
13833
|
var z = {
|
|
13834
13834
|
...exports_schemas2,
|
|
13835
13835
|
...exports_checks2,
|
|
@@ -14296,7 +14296,7 @@ function fromJSONSchema(schema, params) {
|
|
|
14296
14296
|
};
|
|
14297
14297
|
return convertSchema(normalized, ctx);
|
|
14298
14298
|
}
|
|
14299
|
-
//
|
|
14299
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/coerce.js
|
|
14300
14300
|
var exports_coerce = {};
|
|
14301
14301
|
__export(exports_coerce, {
|
|
14302
14302
|
string: () => string3,
|
|
@@ -14321,7 +14321,7 @@ function date4(params) {
|
|
|
14321
14321
|
return _coercedDate(ZodDate, params);
|
|
14322
14322
|
}
|
|
14323
14323
|
|
|
14324
|
-
//
|
|
14324
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
14325
14325
|
config(en_default());
|
|
14326
14326
|
// src/openclaw-compat.ts
|
|
14327
14327
|
var MB = 1024 * 1024;
|
|
@@ -15768,5 +15768,5 @@ export {
|
|
|
15768
15768
|
inlineSetupPlugin
|
|
15769
15769
|
};
|
|
15770
15770
|
|
|
15771
|
-
//# debugId=
|
|
15771
|
+
//# debugId=74FAC9ACC518ACFB64756E2164756E21
|
|
15772
15772
|
//# sourceMappingURL=setup-plugin-api.js.map
|