@inline-openclaw/inline 0.0.49 → 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 +5 -5
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
resolveSecretInputString
|
|
36
36
|
} from "openclaw/plugin-sdk/secret-input-runtime";
|
|
37
37
|
|
|
38
|
-
//
|
|
38
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
39
39
|
var exports_external = {};
|
|
40
40
|
__export(exports_external, {
|
|
41
41
|
xor: () => xor,
|
|
@@ -278,7 +278,7 @@ __export(exports_external, {
|
|
|
278
278
|
$brand: () => $brand
|
|
279
279
|
});
|
|
280
280
|
|
|
281
|
-
//
|
|
281
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/index.js
|
|
282
282
|
var exports_core2 = {};
|
|
283
283
|
__export(exports_core2, {
|
|
284
284
|
version: () => version,
|
|
@@ -557,7 +557,7 @@ __export(exports_core2, {
|
|
|
557
557
|
$ZodAny: () => $ZodAny
|
|
558
558
|
});
|
|
559
559
|
|
|
560
|
-
//
|
|
560
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
561
561
|
var _a;
|
|
562
562
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
563
563
|
status: "aborted"
|
|
@@ -635,7 +635,7 @@ function config(newConfig) {
|
|
|
635
635
|
Object.assign(globalConfig, newConfig);
|
|
636
636
|
return globalConfig;
|
|
637
637
|
}
|
|
638
|
-
//
|
|
638
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
639
639
|
var exports_util = {};
|
|
640
640
|
__export(exports_util, {
|
|
641
641
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -1327,7 +1327,7 @@ class Class {
|
|
|
1327
1327
|
constructor(..._args) {}
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
-
//
|
|
1330
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
1331
1331
|
var initializer = (inst, def) => {
|
|
1332
1332
|
inst.name = "$ZodError";
|
|
1333
1333
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -1467,7 +1467,7 @@ function prettifyError(error) {
|
|
|
1467
1467
|
`);
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
-
//
|
|
1470
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
1471
1471
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
1472
1472
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
1473
1473
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -1554,7 +1554,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
1554
1554
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
1555
1555
|
};
|
|
1556
1556
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
1557
|
-
//
|
|
1557
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
1558
1558
|
var exports_regexes = {};
|
|
1559
1559
|
__export(exports_regexes, {
|
|
1560
1560
|
xid: () => xid,
|
|
@@ -1713,7 +1713,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
1713
1713
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
1714
1714
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
1715
1715
|
|
|
1716
|
-
//
|
|
1716
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
1717
1717
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
1718
1718
|
var _a2;
|
|
1719
1719
|
inst._zod ?? (inst._zod = {});
|
|
@@ -2260,7 +2260,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
2260
2260
|
};
|
|
2261
2261
|
});
|
|
2262
2262
|
|
|
2263
|
-
//
|
|
2263
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
2264
2264
|
class Doc {
|
|
2265
2265
|
constructor(args = []) {
|
|
2266
2266
|
this.content = [];
|
|
@@ -2298,14 +2298,14 @@ class Doc {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
}
|
|
2300
2300
|
|
|
2301
|
-
//
|
|
2301
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
2302
2302
|
var version = {
|
|
2303
2303
|
major: 4,
|
|
2304
2304
|
minor: 4,
|
|
2305
2305
|
patch: 3
|
|
2306
2306
|
};
|
|
2307
2307
|
|
|
2308
|
-
//
|
|
2308
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
2309
2309
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
2310
2310
|
var _a2;
|
|
2311
2311
|
inst ?? (inst = {});
|
|
@@ -4389,7 +4389,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
4389
4389
|
payload.issues.push(issue(_iss));
|
|
4390
4390
|
}
|
|
4391
4391
|
}
|
|
4392
|
-
//
|
|
4392
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/index.js
|
|
4393
4393
|
var exports_locales = {};
|
|
4394
4394
|
__export(exports_locales, {
|
|
4395
4395
|
zhTW: () => zh_TW_default,
|
|
@@ -4446,7 +4446,7 @@ __export(exports_locales, {
|
|
|
4446
4446
|
ar: () => ar_default
|
|
4447
4447
|
});
|
|
4448
4448
|
|
|
4449
|
-
//
|
|
4449
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ar.js
|
|
4450
4450
|
var error = () => {
|
|
4451
4451
|
const Sizable = {
|
|
4452
4452
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -4552,7 +4552,7 @@ function ar_default() {
|
|
|
4552
4552
|
localeError: error()
|
|
4553
4553
|
};
|
|
4554
4554
|
}
|
|
4555
|
-
//
|
|
4555
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/az.js
|
|
4556
4556
|
var error2 = () => {
|
|
4557
4557
|
const Sizable = {
|
|
4558
4558
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -4657,7 +4657,7 @@ function az_default() {
|
|
|
4657
4657
|
localeError: error2()
|
|
4658
4658
|
};
|
|
4659
4659
|
}
|
|
4660
|
-
//
|
|
4660
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/be.js
|
|
4661
4661
|
function getBelarusianPlural(count, one, few, many) {
|
|
4662
4662
|
const absCount = Math.abs(count);
|
|
4663
4663
|
const lastDigit = absCount % 10;
|
|
@@ -4813,7 +4813,7 @@ function be_default() {
|
|
|
4813
4813
|
localeError: error3()
|
|
4814
4814
|
};
|
|
4815
4815
|
}
|
|
4816
|
-
//
|
|
4816
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/bg.js
|
|
4817
4817
|
var error4 = () => {
|
|
4818
4818
|
const Sizable = {
|
|
4819
4819
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -4933,7 +4933,7 @@ function bg_default() {
|
|
|
4933
4933
|
localeError: error4()
|
|
4934
4934
|
};
|
|
4935
4935
|
}
|
|
4936
|
-
//
|
|
4936
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ca.js
|
|
4937
4937
|
var error5 = () => {
|
|
4938
4938
|
const Sizable = {
|
|
4939
4939
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -5040,7 +5040,7 @@ function ca_default() {
|
|
|
5040
5040
|
localeError: error5()
|
|
5041
5041
|
};
|
|
5042
5042
|
}
|
|
5043
|
-
//
|
|
5043
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/cs.js
|
|
5044
5044
|
var error6 = () => {
|
|
5045
5045
|
const Sizable = {
|
|
5046
5046
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -5151,7 +5151,7 @@ function cs_default() {
|
|
|
5151
5151
|
localeError: error6()
|
|
5152
5152
|
};
|
|
5153
5153
|
}
|
|
5154
|
-
//
|
|
5154
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/da.js
|
|
5155
5155
|
var error7 = () => {
|
|
5156
5156
|
const Sizable = {
|
|
5157
5157
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -5266,7 +5266,7 @@ function da_default() {
|
|
|
5266
5266
|
localeError: error7()
|
|
5267
5267
|
};
|
|
5268
5268
|
}
|
|
5269
|
-
//
|
|
5269
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/de.js
|
|
5270
5270
|
var error8 = () => {
|
|
5271
5271
|
const Sizable = {
|
|
5272
5272
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -5374,7 +5374,7 @@ function de_default() {
|
|
|
5374
5374
|
localeError: error8()
|
|
5375
5375
|
};
|
|
5376
5376
|
}
|
|
5377
|
-
//
|
|
5377
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/el.js
|
|
5378
5378
|
var error9 = () => {
|
|
5379
5379
|
const Sizable = {
|
|
5380
5380
|
string: { unit: "χαρακτήρες", verb: "να έχει" },
|
|
@@ -5483,7 +5483,7 @@ function el_default() {
|
|
|
5483
5483
|
localeError: error9()
|
|
5484
5484
|
};
|
|
5485
5485
|
}
|
|
5486
|
-
//
|
|
5486
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/en.js
|
|
5487
5487
|
var error10 = () => {
|
|
5488
5488
|
const Sizable = {
|
|
5489
5489
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -5593,7 +5593,7 @@ function en_default() {
|
|
|
5593
5593
|
localeError: error10()
|
|
5594
5594
|
};
|
|
5595
5595
|
}
|
|
5596
|
-
//
|
|
5596
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/eo.js
|
|
5597
5597
|
var error11 = () => {
|
|
5598
5598
|
const Sizable = {
|
|
5599
5599
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -5702,7 +5702,7 @@ function eo_default() {
|
|
|
5702
5702
|
localeError: error11()
|
|
5703
5703
|
};
|
|
5704
5704
|
}
|
|
5705
|
-
//
|
|
5705
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/es.js
|
|
5706
5706
|
var error12 = () => {
|
|
5707
5707
|
const Sizable = {
|
|
5708
5708
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -5834,7 +5834,7 @@ function es_default() {
|
|
|
5834
5834
|
localeError: error12()
|
|
5835
5835
|
};
|
|
5836
5836
|
}
|
|
5837
|
-
//
|
|
5837
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fa.js
|
|
5838
5838
|
var error13 = () => {
|
|
5839
5839
|
const Sizable = {
|
|
5840
5840
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -5948,7 +5948,7 @@ function fa_default() {
|
|
|
5948
5948
|
localeError: error13()
|
|
5949
5949
|
};
|
|
5950
5950
|
}
|
|
5951
|
-
//
|
|
5951
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fi.js
|
|
5952
5952
|
var error14 = () => {
|
|
5953
5953
|
const Sizable = {
|
|
5954
5954
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -6060,7 +6060,7 @@ function fi_default() {
|
|
|
6060
6060
|
localeError: error14()
|
|
6061
6061
|
};
|
|
6062
6062
|
}
|
|
6063
|
-
//
|
|
6063
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr.js
|
|
6064
6064
|
var error15 = () => {
|
|
6065
6065
|
const Sizable = {
|
|
6066
6066
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -6185,7 +6185,7 @@ function fr_default() {
|
|
|
6185
6185
|
localeError: error15()
|
|
6186
6186
|
};
|
|
6187
6187
|
}
|
|
6188
|
-
//
|
|
6188
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr-CA.js
|
|
6189
6189
|
var error16 = () => {
|
|
6190
6190
|
const Sizable = {
|
|
6191
6191
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -6292,7 +6292,7 @@ function fr_CA_default() {
|
|
|
6292
6292
|
localeError: error16()
|
|
6293
6293
|
};
|
|
6294
6294
|
}
|
|
6295
|
-
//
|
|
6295
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/he.js
|
|
6296
6296
|
var error17 = () => {
|
|
6297
6297
|
const TypeNames = {
|
|
6298
6298
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -6485,7 +6485,7 @@ function he_default() {
|
|
|
6485
6485
|
localeError: error17()
|
|
6486
6486
|
};
|
|
6487
6487
|
}
|
|
6488
|
-
//
|
|
6488
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hr.js
|
|
6489
6489
|
var error18 = () => {
|
|
6490
6490
|
const Sizable = {
|
|
6491
6491
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -6607,7 +6607,7 @@ function hr_default() {
|
|
|
6607
6607
|
localeError: error18()
|
|
6608
6608
|
};
|
|
6609
6609
|
}
|
|
6610
|
-
//
|
|
6610
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hu.js
|
|
6611
6611
|
var error19 = () => {
|
|
6612
6612
|
const Sizable = {
|
|
6613
6613
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -6715,7 +6715,7 @@ function hu_default() {
|
|
|
6715
6715
|
localeError: error19()
|
|
6716
6716
|
};
|
|
6717
6717
|
}
|
|
6718
|
-
//
|
|
6718
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hy.js
|
|
6719
6719
|
function getArmenianPlural(count, one, many) {
|
|
6720
6720
|
return Math.abs(count) === 1 ? one : many;
|
|
6721
6721
|
}
|
|
@@ -6862,7 +6862,7 @@ function hy_default() {
|
|
|
6862
6862
|
localeError: error20()
|
|
6863
6863
|
};
|
|
6864
6864
|
}
|
|
6865
|
-
//
|
|
6865
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/id.js
|
|
6866
6866
|
var error21 = () => {
|
|
6867
6867
|
const Sizable = {
|
|
6868
6868
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -6968,7 +6968,7 @@ function id_default() {
|
|
|
6968
6968
|
localeError: error21()
|
|
6969
6969
|
};
|
|
6970
6970
|
}
|
|
6971
|
-
//
|
|
6971
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/is.js
|
|
6972
6972
|
var error22 = () => {
|
|
6973
6973
|
const Sizable = {
|
|
6974
6974
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -7077,7 +7077,7 @@ function is_default() {
|
|
|
7077
7077
|
localeError: error22()
|
|
7078
7078
|
};
|
|
7079
7079
|
}
|
|
7080
|
-
//
|
|
7080
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/it.js
|
|
7081
7081
|
var error23 = () => {
|
|
7082
7082
|
const Sizable = {
|
|
7083
7083
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -7185,7 +7185,7 @@ function it_default() {
|
|
|
7185
7185
|
localeError: error23()
|
|
7186
7186
|
};
|
|
7187
7187
|
}
|
|
7188
|
-
//
|
|
7188
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ja.js
|
|
7189
7189
|
var error24 = () => {
|
|
7190
7190
|
const Sizable = {
|
|
7191
7191
|
string: { unit: "文字", verb: "である" },
|
|
@@ -7292,7 +7292,7 @@ function ja_default() {
|
|
|
7292
7292
|
localeError: error24()
|
|
7293
7293
|
};
|
|
7294
7294
|
}
|
|
7295
|
-
//
|
|
7295
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ka.js
|
|
7296
7296
|
var error25 = () => {
|
|
7297
7297
|
const Sizable = {
|
|
7298
7298
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -7404,7 +7404,7 @@ function ka_default() {
|
|
|
7404
7404
|
localeError: error25()
|
|
7405
7405
|
};
|
|
7406
7406
|
}
|
|
7407
|
-
//
|
|
7407
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/km.js
|
|
7408
7408
|
var error26 = () => {
|
|
7409
7409
|
const Sizable = {
|
|
7410
7410
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -7515,11 +7515,11 @@ function km_default() {
|
|
|
7515
7515
|
};
|
|
7516
7516
|
}
|
|
7517
7517
|
|
|
7518
|
-
//
|
|
7518
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/kh.js
|
|
7519
7519
|
function kh_default() {
|
|
7520
7520
|
return km_default();
|
|
7521
7521
|
}
|
|
7522
|
-
//
|
|
7522
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ko.js
|
|
7523
7523
|
var error27 = () => {
|
|
7524
7524
|
const Sizable = {
|
|
7525
7525
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -7630,7 +7630,7 @@ function ko_default() {
|
|
|
7630
7630
|
localeError: error27()
|
|
7631
7631
|
};
|
|
7632
7632
|
}
|
|
7633
|
-
//
|
|
7633
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/lt.js
|
|
7634
7634
|
var capitalizeFirstCharacter = (text) => {
|
|
7635
7635
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
7636
7636
|
};
|
|
@@ -7833,7 +7833,7 @@ function lt_default() {
|
|
|
7833
7833
|
localeError: error28()
|
|
7834
7834
|
};
|
|
7835
7835
|
}
|
|
7836
|
-
//
|
|
7836
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/mk.js
|
|
7837
7837
|
var error29 = () => {
|
|
7838
7838
|
const Sizable = {
|
|
7839
7839
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -7942,7 +7942,7 @@ function mk_default() {
|
|
|
7942
7942
|
localeError: error29()
|
|
7943
7943
|
};
|
|
7944
7944
|
}
|
|
7945
|
-
//
|
|
7945
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ms.js
|
|
7946
7946
|
var error30 = () => {
|
|
7947
7947
|
const Sizable = {
|
|
7948
7948
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -8049,7 +8049,7 @@ function ms_default() {
|
|
|
8049
8049
|
localeError: error30()
|
|
8050
8050
|
};
|
|
8051
8051
|
}
|
|
8052
|
-
//
|
|
8052
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/nl.js
|
|
8053
8053
|
var error31 = () => {
|
|
8054
8054
|
const Sizable = {
|
|
8055
8055
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -8159,7 +8159,7 @@ function nl_default() {
|
|
|
8159
8159
|
localeError: error31()
|
|
8160
8160
|
};
|
|
8161
8161
|
}
|
|
8162
|
-
//
|
|
8162
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/no.js
|
|
8163
8163
|
var error32 = () => {
|
|
8164
8164
|
const Sizable = {
|
|
8165
8165
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -8267,7 +8267,7 @@ function no_default() {
|
|
|
8267
8267
|
localeError: error32()
|
|
8268
8268
|
};
|
|
8269
8269
|
}
|
|
8270
|
-
//
|
|
8270
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ota.js
|
|
8271
8271
|
var error33 = () => {
|
|
8272
8272
|
const Sizable = {
|
|
8273
8273
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -8376,7 +8376,7 @@ function ota_default() {
|
|
|
8376
8376
|
localeError: error33()
|
|
8377
8377
|
};
|
|
8378
8378
|
}
|
|
8379
|
-
//
|
|
8379
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ps.js
|
|
8380
8380
|
var error34 = () => {
|
|
8381
8381
|
const Sizable = {
|
|
8382
8382
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -8490,7 +8490,7 @@ function ps_default() {
|
|
|
8490
8490
|
localeError: error34()
|
|
8491
8491
|
};
|
|
8492
8492
|
}
|
|
8493
|
-
//
|
|
8493
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pl.js
|
|
8494
8494
|
var error35 = () => {
|
|
8495
8495
|
const Sizable = {
|
|
8496
8496
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -8599,7 +8599,7 @@ function pl_default() {
|
|
|
8599
8599
|
localeError: error35()
|
|
8600
8600
|
};
|
|
8601
8601
|
}
|
|
8602
|
-
//
|
|
8602
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pt.js
|
|
8603
8603
|
var error36 = () => {
|
|
8604
8604
|
const Sizable = {
|
|
8605
8605
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -8707,7 +8707,7 @@ function pt_default() {
|
|
|
8707
8707
|
localeError: error36()
|
|
8708
8708
|
};
|
|
8709
8709
|
}
|
|
8710
|
-
//
|
|
8710
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ro.js
|
|
8711
8711
|
var error37 = () => {
|
|
8712
8712
|
const Sizable = {
|
|
8713
8713
|
string: { unit: "caractere", verb: "să aibă" },
|
|
@@ -8826,7 +8826,7 @@ function ro_default() {
|
|
|
8826
8826
|
localeError: error37()
|
|
8827
8827
|
};
|
|
8828
8828
|
}
|
|
8829
|
-
//
|
|
8829
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ru.js
|
|
8830
8830
|
function getRussianPlural(count, one, few, many) {
|
|
8831
8831
|
const absCount = Math.abs(count);
|
|
8832
8832
|
const lastDigit = absCount % 10;
|
|
@@ -8982,7 +8982,7 @@ function ru_default() {
|
|
|
8982
8982
|
localeError: error38()
|
|
8983
8983
|
};
|
|
8984
8984
|
}
|
|
8985
|
-
//
|
|
8985
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sl.js
|
|
8986
8986
|
var error39 = () => {
|
|
8987
8987
|
const Sizable = {
|
|
8988
8988
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -9091,7 +9091,7 @@ function sl_default() {
|
|
|
9091
9091
|
localeError: error39()
|
|
9092
9092
|
};
|
|
9093
9093
|
}
|
|
9094
|
-
//
|
|
9094
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sv.js
|
|
9095
9095
|
var error40 = () => {
|
|
9096
9096
|
const Sizable = {
|
|
9097
9097
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -9201,7 +9201,7 @@ function sv_default() {
|
|
|
9201
9201
|
localeError: error40()
|
|
9202
9202
|
};
|
|
9203
9203
|
}
|
|
9204
|
-
//
|
|
9204
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ta.js
|
|
9205
9205
|
var error41 = () => {
|
|
9206
9206
|
const Sizable = {
|
|
9207
9207
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -9311,7 +9311,7 @@ function ta_default() {
|
|
|
9311
9311
|
localeError: error41()
|
|
9312
9312
|
};
|
|
9313
9313
|
}
|
|
9314
|
-
//
|
|
9314
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/th.js
|
|
9315
9315
|
var error42 = () => {
|
|
9316
9316
|
const Sizable = {
|
|
9317
9317
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -9421,7 +9421,7 @@ function th_default() {
|
|
|
9421
9421
|
localeError: error42()
|
|
9422
9422
|
};
|
|
9423
9423
|
}
|
|
9424
|
-
//
|
|
9424
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/tr.js
|
|
9425
9425
|
var error43 = () => {
|
|
9426
9426
|
const Sizable = {
|
|
9427
9427
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -9526,7 +9526,7 @@ function tr_default() {
|
|
|
9526
9526
|
localeError: error43()
|
|
9527
9527
|
};
|
|
9528
9528
|
}
|
|
9529
|
-
//
|
|
9529
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uk.js
|
|
9530
9530
|
var error44 = () => {
|
|
9531
9531
|
const Sizable = {
|
|
9532
9532
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -9635,11 +9635,11 @@ function uk_default() {
|
|
|
9635
9635
|
};
|
|
9636
9636
|
}
|
|
9637
9637
|
|
|
9638
|
-
//
|
|
9638
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ua.js
|
|
9639
9639
|
function ua_default() {
|
|
9640
9640
|
return uk_default();
|
|
9641
9641
|
}
|
|
9642
|
-
//
|
|
9642
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ur.js
|
|
9643
9643
|
var error45 = () => {
|
|
9644
9644
|
const Sizable = {
|
|
9645
9645
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -9749,7 +9749,7 @@ function ur_default() {
|
|
|
9749
9749
|
localeError: error45()
|
|
9750
9750
|
};
|
|
9751
9751
|
}
|
|
9752
|
-
//
|
|
9752
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uz.js
|
|
9753
9753
|
var error46 = () => {
|
|
9754
9754
|
const Sizable = {
|
|
9755
9755
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -9859,7 +9859,7 @@ function uz_default() {
|
|
|
9859
9859
|
localeError: error46()
|
|
9860
9860
|
};
|
|
9861
9861
|
}
|
|
9862
|
-
//
|
|
9862
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/vi.js
|
|
9863
9863
|
var error47 = () => {
|
|
9864
9864
|
const Sizable = {
|
|
9865
9865
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -9967,7 +9967,7 @@ function vi_default() {
|
|
|
9967
9967
|
localeError: error47()
|
|
9968
9968
|
};
|
|
9969
9969
|
}
|
|
9970
|
-
//
|
|
9970
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-CN.js
|
|
9971
9971
|
var error48 = () => {
|
|
9972
9972
|
const Sizable = {
|
|
9973
9973
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -10076,7 +10076,7 @@ function zh_CN_default() {
|
|
|
10076
10076
|
localeError: error48()
|
|
10077
10077
|
};
|
|
10078
10078
|
}
|
|
10079
|
-
//
|
|
10079
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-TW.js
|
|
10080
10080
|
var error49 = () => {
|
|
10081
10081
|
const Sizable = {
|
|
10082
10082
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -10183,7 +10183,7 @@ function zh_TW_default() {
|
|
|
10183
10183
|
localeError: error49()
|
|
10184
10184
|
};
|
|
10185
10185
|
}
|
|
10186
|
-
//
|
|
10186
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/yo.js
|
|
10187
10187
|
var error50 = () => {
|
|
10188
10188
|
const Sizable = {
|
|
10189
10189
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -10290,7 +10290,7 @@ function yo_default() {
|
|
|
10290
10290
|
localeError: error50()
|
|
10291
10291
|
};
|
|
10292
10292
|
}
|
|
10293
|
-
//
|
|
10293
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
10294
10294
|
var _a2;
|
|
10295
10295
|
var $output = Symbol("ZodOutput");
|
|
10296
10296
|
var $input = Symbol("ZodInput");
|
|
@@ -10340,7 +10340,7 @@ function registry() {
|
|
|
10340
10340
|
}
|
|
10341
10341
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
10342
10342
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
10343
|
-
//
|
|
10343
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
10344
10344
|
function _string(Class2, params) {
|
|
10345
10345
|
return new Class2({
|
|
10346
10346
|
type: "string",
|
|
@@ -11260,7 +11260,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
11260
11260
|
const inst = new Class2(def);
|
|
11261
11261
|
return inst;
|
|
11262
11262
|
}
|
|
11263
|
-
//
|
|
11263
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
11264
11264
|
function initializeContext(params) {
|
|
11265
11265
|
let target = params?.target ?? "draft-2020-12";
|
|
11266
11266
|
if (target === "draft-4")
|
|
@@ -11612,7 +11612,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
11612
11612
|
extractDefs(ctx, schema);
|
|
11613
11613
|
return finalize(ctx, schema);
|
|
11614
11614
|
};
|
|
11615
|
-
//
|
|
11615
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
11616
11616
|
var formatMap = {
|
|
11617
11617
|
guid: "uuid",
|
|
11618
11618
|
url: "uri",
|
|
@@ -12150,7 +12150,7 @@ function toJSONSchema(input, params) {
|
|
|
12150
12150
|
extractDefs(ctx, input);
|
|
12151
12151
|
return finalize(ctx, input);
|
|
12152
12152
|
}
|
|
12153
|
-
//
|
|
12153
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-generator.js
|
|
12154
12154
|
class JSONSchemaGenerator {
|
|
12155
12155
|
get metadataRegistry() {
|
|
12156
12156
|
return this.ctx.metadataRegistry;
|
|
@@ -12209,9 +12209,9 @@ class JSONSchemaGenerator {
|
|
|
12209
12209
|
return plainResult;
|
|
12210
12210
|
}
|
|
12211
12211
|
}
|
|
12212
|
-
//
|
|
12212
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema.js
|
|
12213
12213
|
var exports_json_schema = {};
|
|
12214
|
-
//
|
|
12214
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
12215
12215
|
var exports_schemas2 = {};
|
|
12216
12216
|
__export(exports_schemas2, {
|
|
12217
12217
|
xor: () => xor,
|
|
@@ -12382,7 +12382,7 @@ __export(exports_schemas2, {
|
|
|
12382
12382
|
ZodAny: () => ZodAny
|
|
12383
12383
|
});
|
|
12384
12384
|
|
|
12385
|
-
//
|
|
12385
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/checks.js
|
|
12386
12386
|
var exports_checks2 = {};
|
|
12387
12387
|
__export(exports_checks2, {
|
|
12388
12388
|
uppercase: () => _uppercase,
|
|
@@ -12416,7 +12416,7 @@ __export(exports_checks2, {
|
|
|
12416
12416
|
endsWith: () => _endsWith
|
|
12417
12417
|
});
|
|
12418
12418
|
|
|
12419
|
-
//
|
|
12419
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
12420
12420
|
var exports_iso = {};
|
|
12421
12421
|
__export(exports_iso, {
|
|
12422
12422
|
time: () => time2,
|
|
@@ -12457,7 +12457,7 @@ function duration2(params) {
|
|
|
12457
12457
|
return _isoDuration(ZodISODuration, params);
|
|
12458
12458
|
}
|
|
12459
12459
|
|
|
12460
|
-
//
|
|
12460
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
12461
12461
|
var initializer2 = (inst, issues) => {
|
|
12462
12462
|
$ZodError.init(inst, issues);
|
|
12463
12463
|
inst.name = "ZodError";
|
|
@@ -12492,7 +12492,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
12492
12492
|
Parent: Error
|
|
12493
12493
|
});
|
|
12494
12494
|
|
|
12495
|
-
//
|
|
12495
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
12496
12496
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
12497
12497
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
12498
12498
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -12506,7 +12506,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
12506
12506
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
12507
12507
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
12508
12508
|
|
|
12509
|
-
//
|
|
12509
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
12510
12510
|
var _installedGroups = /* @__PURE__ */ new WeakMap;
|
|
12511
12511
|
function _installLazyMethods(inst, group, methods) {
|
|
12512
12512
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -13793,7 +13793,7 @@ function preprocess(fn, schema) {
|
|
|
13793
13793
|
out: schema
|
|
13794
13794
|
});
|
|
13795
13795
|
}
|
|
13796
|
-
//
|
|
13796
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/compat.js
|
|
13797
13797
|
var ZodIssueCode = {
|
|
13798
13798
|
invalid_type: "invalid_type",
|
|
13799
13799
|
too_big: "too_big",
|
|
@@ -13817,7 +13817,7 @@ function getErrorMap() {
|
|
|
13817
13817
|
}
|
|
13818
13818
|
var ZodFirstPartyTypeKind;
|
|
13819
13819
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
13820
|
-
//
|
|
13820
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
13821
13821
|
var z = {
|
|
13822
13822
|
...exports_schemas2,
|
|
13823
13823
|
...exports_checks2,
|
|
@@ -14284,7 +14284,7 @@ function fromJSONSchema(schema, params) {
|
|
|
14284
14284
|
};
|
|
14285
14285
|
return convertSchema(normalized, ctx);
|
|
14286
14286
|
}
|
|
14287
|
-
//
|
|
14287
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/coerce.js
|
|
14288
14288
|
var exports_coerce = {};
|
|
14289
14289
|
__export(exports_coerce, {
|
|
14290
14290
|
string: () => string3,
|
|
@@ -14309,7 +14309,7 @@ function date4(params) {
|
|
|
14309
14309
|
return _coercedDate(ZodDate, params);
|
|
14310
14310
|
}
|
|
14311
14311
|
|
|
14312
|
-
//
|
|
14312
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
14313
14313
|
config(en_default());
|
|
14314
14314
|
// src/openclaw-compat.ts
|
|
14315
14315
|
var MB = 1024 * 1024;
|
|
@@ -15026,5 +15026,5 @@ export {
|
|
|
15026
15026
|
inspectInlineReadOnlyAccount
|
|
15027
15027
|
};
|
|
15028
15028
|
|
|
15029
|
-
//# debugId=
|
|
15029
|
+
//# debugId=EB875D24E1B044C264756E2164756E21
|
|
15030
15030
|
//# sourceMappingURL=account-inspect-api.js.map
|