@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
|
@@ -27,7 +27,7 @@ var __export = (target, all) => {
|
|
|
27
27
|
};
|
|
28
28
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
29
29
|
|
|
30
|
-
//
|
|
30
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/json-typings.js
|
|
31
31
|
var require_json_typings = __commonJS((exports) => {
|
|
32
32
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
33
|
exports.isJsonObject = exports.typeofJsonValue = undefined;
|
|
@@ -48,7 +48,7 @@ var require_json_typings = __commonJS((exports) => {
|
|
|
48
48
|
exports.isJsonObject = isJsonObject;
|
|
49
49
|
});
|
|
50
50
|
|
|
51
|
-
//
|
|
51
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/base64.js
|
|
52
52
|
var require_base64 = __commonJS((exports) => {
|
|
53
53
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
54
|
exports.base64encode = exports.base64decode = undefined;
|
|
@@ -140,7 +140,7 @@ var require_base64 = __commonJS((exports) => {
|
|
|
140
140
|
exports.base64encode = base64encode;
|
|
141
141
|
});
|
|
142
142
|
|
|
143
|
-
//
|
|
143
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/protobufjs-utf8.js
|
|
144
144
|
var require_protobufjs_utf8 = __commonJS((exports) => {
|
|
145
145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
146
146
|
exports.utf8read = undefined;
|
|
@@ -177,7 +177,7 @@ var require_protobufjs_utf8 = __commonJS((exports) => {
|
|
|
177
177
|
exports.utf8read = utf8read;
|
|
178
178
|
});
|
|
179
179
|
|
|
180
|
-
//
|
|
180
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/binary-format-contract.js
|
|
181
181
|
var require_binary_format_contract = __commonJS((exports) => {
|
|
182
182
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
183
183
|
exports.WireType = exports.mergeBinaryOptions = exports.UnknownFieldHandler = undefined;
|
|
@@ -217,7 +217,7 @@ var require_binary_format_contract = __commonJS((exports) => {
|
|
|
217
217
|
})(WireType = exports.WireType || (exports.WireType = {}));
|
|
218
218
|
});
|
|
219
219
|
|
|
220
|
-
//
|
|
220
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/goog-varint.js
|
|
221
221
|
var require_goog_varint = __commonJS((exports) => {
|
|
222
222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
223
223
|
exports.varint32read = exports.varint32write = exports.int64toString = exports.int64fromString = exports.varint64write = exports.varint64read = undefined;
|
|
@@ -384,7 +384,7 @@ var require_goog_varint = __commonJS((exports) => {
|
|
|
384
384
|
exports.varint32read = varint32read;
|
|
385
385
|
});
|
|
386
386
|
|
|
387
|
-
//
|
|
387
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/pb-long.js
|
|
388
388
|
var require_pb_long = __commonJS((exports) => {
|
|
389
389
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
390
390
|
exports.PbLong = exports.PbULong = exports.detectBi = undefined;
|
|
@@ -568,7 +568,7 @@ var require_pb_long = __commonJS((exports) => {
|
|
|
568
568
|
PbLong.ZERO = new PbLong(0, 0);
|
|
569
569
|
});
|
|
570
570
|
|
|
571
|
-
//
|
|
571
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/binary-reader.js
|
|
572
572
|
var require_binary_reader = __commonJS((exports) => {
|
|
573
573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
574
574
|
exports.BinaryReader = exports.binaryReadOptions = undefined;
|
|
@@ -690,7 +690,7 @@ var require_binary_reader = __commonJS((exports) => {
|
|
|
690
690
|
exports.BinaryReader = BinaryReader;
|
|
691
691
|
});
|
|
692
692
|
|
|
693
|
-
//
|
|
693
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/assert.js
|
|
694
694
|
var require_assert = __commonJS((exports) => {
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.assertFloat32 = exports.assertUInt32 = exports.assertInt32 = exports.assertNever = exports.assert = undefined;
|
|
@@ -734,7 +734,7 @@ var require_assert = __commonJS((exports) => {
|
|
|
734
734
|
exports.assertFloat32 = assertFloat32;
|
|
735
735
|
});
|
|
736
736
|
|
|
737
|
-
//
|
|
737
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/binary-writer.js
|
|
738
738
|
var require_binary_writer = __commonJS((exports) => {
|
|
739
739
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
740
740
|
exports.BinaryWriter = exports.binaryWriteOptions = undefined;
|
|
@@ -889,7 +889,7 @@ var require_binary_writer = __commonJS((exports) => {
|
|
|
889
889
|
exports.BinaryWriter = BinaryWriter;
|
|
890
890
|
});
|
|
891
891
|
|
|
892
|
-
//
|
|
892
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/json-format-contract.js
|
|
893
893
|
var require_json_format_contract = __commonJS((exports) => {
|
|
894
894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
895
895
|
exports.mergeJsonOptions = exports.jsonWriteOptions = exports.jsonReadOptions = undefined;
|
|
@@ -919,14 +919,14 @@ var require_json_format_contract = __commonJS((exports) => {
|
|
|
919
919
|
exports.mergeJsonOptions = mergeJsonOptions;
|
|
920
920
|
});
|
|
921
921
|
|
|
922
|
-
//
|
|
922
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/message-type-contract.js
|
|
923
923
|
var require_message_type_contract = __commonJS((exports) => {
|
|
924
924
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
925
925
|
exports.MESSAGE_TYPE = undefined;
|
|
926
926
|
exports.MESSAGE_TYPE = Symbol.for("protobuf-ts/message-type");
|
|
927
927
|
});
|
|
928
928
|
|
|
929
|
-
//
|
|
929
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/lower-camel-case.js
|
|
930
930
|
var require_lower_camel_case = __commonJS((exports) => {
|
|
931
931
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
932
932
|
exports.lowerCamelCase = undefined;
|
|
@@ -954,7 +954,7 @@ var require_lower_camel_case = __commonJS((exports) => {
|
|
|
954
954
|
exports.lowerCamelCase = lowerCamelCase;
|
|
955
955
|
});
|
|
956
956
|
|
|
957
|
-
//
|
|
957
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-info.js
|
|
958
958
|
var require_reflection_info = __commonJS((exports) => {
|
|
959
959
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
960
960
|
exports.readMessageOption = exports.readFieldOption = exports.readFieldOptions = exports.normalizeFieldInfo = exports.RepeatType = exports.LongType = exports.ScalarType = undefined;
|
|
@@ -1028,7 +1028,7 @@ var require_reflection_info = __commonJS((exports) => {
|
|
|
1028
1028
|
exports.readMessageOption = readMessageOption;
|
|
1029
1029
|
});
|
|
1030
1030
|
|
|
1031
|
-
//
|
|
1031
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/oneof.js
|
|
1032
1032
|
var require_oneof = __commonJS((exports) => {
|
|
1033
1033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1034
1034
|
exports.getSelectedOneofValue = exports.clearOneofValue = exports.setUnknownOneofValue = exports.setOneofValue = exports.getOneofValue = exports.isOneofGroup = undefined;
|
|
@@ -1088,7 +1088,7 @@ var require_oneof = __commonJS((exports) => {
|
|
|
1088
1088
|
exports.getSelectedOneofValue = getSelectedOneofValue;
|
|
1089
1089
|
});
|
|
1090
1090
|
|
|
1091
|
-
//
|
|
1091
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-type-check.js
|
|
1092
1092
|
var require_reflection_type_check = __commonJS((exports) => {
|
|
1093
1093
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1094
1094
|
exports.ReflectionTypeCheck = undefined;
|
|
@@ -1289,7 +1289,7 @@ var require_reflection_type_check = __commonJS((exports) => {
|
|
|
1289
1289
|
exports.ReflectionTypeCheck = ReflectionTypeCheck;
|
|
1290
1290
|
});
|
|
1291
1291
|
|
|
1292
|
-
//
|
|
1292
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-long-convert.js
|
|
1293
1293
|
var require_reflection_long_convert = __commonJS((exports) => {
|
|
1294
1294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1295
1295
|
exports.reflectionLongConvert = undefined;
|
|
@@ -1307,7 +1307,7 @@ var require_reflection_long_convert = __commonJS((exports) => {
|
|
|
1307
1307
|
exports.reflectionLongConvert = reflectionLongConvert;
|
|
1308
1308
|
});
|
|
1309
1309
|
|
|
1310
|
-
//
|
|
1310
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-json-reader.js
|
|
1311
1311
|
var require_reflection_json_reader = __commonJS((exports) => {
|
|
1312
1312
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1313
1313
|
exports.ReflectionJsonReader = undefined;
|
|
@@ -1581,7 +1581,7 @@ var require_reflection_json_reader = __commonJS((exports) => {
|
|
|
1581
1581
|
exports.ReflectionJsonReader = ReflectionJsonReader;
|
|
1582
1582
|
});
|
|
1583
1583
|
|
|
1584
|
-
//
|
|
1584
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-json-writer.js
|
|
1585
1585
|
var require_reflection_json_writer = __commonJS((exports) => {
|
|
1586
1586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1587
1587
|
exports.ReflectionJsonWriter = undefined;
|
|
@@ -1784,7 +1784,7 @@ var require_reflection_json_writer = __commonJS((exports) => {
|
|
|
1784
1784
|
exports.ReflectionJsonWriter = ReflectionJsonWriter;
|
|
1785
1785
|
});
|
|
1786
1786
|
|
|
1787
|
-
//
|
|
1787
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-scalar-default.js
|
|
1788
1788
|
var require_reflection_scalar_default = __commonJS((exports) => {
|
|
1789
1789
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1790
1790
|
exports.reflectionScalarDefault = undefined;
|
|
@@ -1816,7 +1816,7 @@ var require_reflection_scalar_default = __commonJS((exports) => {
|
|
|
1816
1816
|
exports.reflectionScalarDefault = reflectionScalarDefault;
|
|
1817
1817
|
});
|
|
1818
1818
|
|
|
1819
|
-
//
|
|
1819
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-binary-reader.js
|
|
1820
1820
|
var require_reflection_binary_reader = __commonJS((exports) => {
|
|
1821
1821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1822
1822
|
exports.ReflectionBinaryReader = undefined;
|
|
@@ -1976,7 +1976,7 @@ var require_reflection_binary_reader = __commonJS((exports) => {
|
|
|
1976
1976
|
exports.ReflectionBinaryReader = ReflectionBinaryReader;
|
|
1977
1977
|
});
|
|
1978
1978
|
|
|
1979
|
-
//
|
|
1979
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-binary-writer.js
|
|
1980
1980
|
var require_reflection_binary_writer = __commonJS((exports) => {
|
|
1981
1981
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1982
1982
|
exports.ReflectionBinaryWriter = undefined;
|
|
@@ -2174,7 +2174,7 @@ var require_reflection_binary_writer = __commonJS((exports) => {
|
|
|
2174
2174
|
exports.ReflectionBinaryWriter = ReflectionBinaryWriter;
|
|
2175
2175
|
});
|
|
2176
2176
|
|
|
2177
|
-
//
|
|
2177
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-create.js
|
|
2178
2178
|
var require_reflection_create = __commonJS((exports) => {
|
|
2179
2179
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2180
2180
|
exports.reflectionCreate = undefined;
|
|
@@ -2208,7 +2208,7 @@ var require_reflection_create = __commonJS((exports) => {
|
|
|
2208
2208
|
exports.reflectionCreate = reflectionCreate;
|
|
2209
2209
|
});
|
|
2210
2210
|
|
|
2211
|
-
//
|
|
2211
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-merge-partial.js
|
|
2212
2212
|
var require_reflection_merge_partial = __commonJS((exports) => {
|
|
2213
2213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2214
2214
|
exports.reflectionMergePartial = undefined;
|
|
@@ -2275,7 +2275,7 @@ var require_reflection_merge_partial = __commonJS((exports) => {
|
|
|
2275
2275
|
exports.reflectionMergePartial = reflectionMergePartial;
|
|
2276
2276
|
});
|
|
2277
2277
|
|
|
2278
|
-
//
|
|
2278
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-equals.js
|
|
2279
2279
|
var require_reflection_equals = __commonJS((exports) => {
|
|
2280
2280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2281
2281
|
exports.reflectionEquals = undefined;
|
|
@@ -2343,7 +2343,7 @@ var require_reflection_equals = __commonJS((exports) => {
|
|
|
2343
2343
|
}
|
|
2344
2344
|
});
|
|
2345
2345
|
|
|
2346
|
-
//
|
|
2346
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/message-type.js
|
|
2347
2347
|
var require_message_type = __commonJS((exports) => {
|
|
2348
2348
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2349
2349
|
exports.MessageType = undefined;
|
|
@@ -2449,7 +2449,7 @@ var require_message_type = __commonJS((exports) => {
|
|
|
2449
2449
|
exports.MessageType = MessageType;
|
|
2450
2450
|
});
|
|
2451
2451
|
|
|
2452
|
-
//
|
|
2452
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/reflection-contains-message-type.js
|
|
2453
2453
|
var require_reflection_contains_message_type = __commonJS((exports) => {
|
|
2454
2454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2455
2455
|
exports.containsMessageType = undefined;
|
|
@@ -2460,7 +2460,7 @@ var require_reflection_contains_message_type = __commonJS((exports) => {
|
|
|
2460
2460
|
exports.containsMessageType = containsMessageType;
|
|
2461
2461
|
});
|
|
2462
2462
|
|
|
2463
|
-
//
|
|
2463
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/enum-object.js
|
|
2464
2464
|
var require_enum_object = __commonJS((exports) => {
|
|
2465
2465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2466
2466
|
exports.listEnumNumbers = exports.listEnumNames = exports.listEnumValues = exports.isEnumObject = undefined;
|
|
@@ -2512,7 +2512,7 @@ var require_enum_object = __commonJS((exports) => {
|
|
|
2512
2512
|
exports.listEnumNumbers = listEnumNumbers;
|
|
2513
2513
|
});
|
|
2514
2514
|
|
|
2515
|
-
//
|
|
2515
|
+
// ../node_modules/.bun/@protobuf-ts+runtime@2.11.1/node_modules/@protobuf-ts/runtime/build/commonjs/index.js
|
|
2516
2516
|
var require_commonjs = __commonJS((exports) => {
|
|
2517
2517
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2518
2518
|
var json_typings_1 = require_json_typings();
|
|
@@ -2695,7 +2695,7 @@ var require_commonjs = __commonJS((exports) => {
|
|
|
2695
2695
|
} });
|
|
2696
2696
|
});
|
|
2697
2697
|
|
|
2698
|
-
//
|
|
2698
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/constants.js
|
|
2699
2699
|
var require_constants = __commonJS((exports, module) => {
|
|
2700
2700
|
var BINARY_TYPES = ["nodebuffer", "arraybuffer", "fragments"];
|
|
2701
2701
|
var hasBlob = typeof Blob !== "undefined";
|
|
@@ -2715,7 +2715,7 @@ var require_constants = __commonJS((exports, module) => {
|
|
|
2715
2715
|
};
|
|
2716
2716
|
});
|
|
2717
2717
|
|
|
2718
|
-
//
|
|
2718
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/buffer-util.js
|
|
2719
2719
|
var require_buffer_util = __commonJS((exports, module) => {
|
|
2720
2720
|
var { EMPTY_BUFFER } = require_constants();
|
|
2721
2721
|
var FastBuffer = Buffer[Symbol.species];
|
|
@@ -2793,7 +2793,7 @@ var require_buffer_util = __commonJS((exports, module) => {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
});
|
|
2795
2795
|
|
|
2796
|
-
//
|
|
2796
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/limiter.js
|
|
2797
2797
|
var require_limiter = __commonJS((exports, module) => {
|
|
2798
2798
|
var kDone = Symbol("kDone");
|
|
2799
2799
|
var kRun = Symbol("kRun");
|
|
@@ -2825,7 +2825,7 @@ var require_limiter = __commonJS((exports, module) => {
|
|
|
2825
2825
|
module.exports = Limiter;
|
|
2826
2826
|
});
|
|
2827
2827
|
|
|
2828
|
-
//
|
|
2828
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/permessage-deflate.js
|
|
2829
2829
|
var require_permessage_deflate = __commonJS((exports, module) => {
|
|
2830
2830
|
var zlib = __require("zlib");
|
|
2831
2831
|
var bufferUtil = require_buffer_util();
|
|
@@ -3089,7 +3089,7 @@ var require_permessage_deflate = __commonJS((exports, module) => {
|
|
|
3089
3089
|
}
|
|
3090
3090
|
});
|
|
3091
3091
|
|
|
3092
|
-
//
|
|
3092
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/validation.js
|
|
3093
3093
|
var require_validation = __commonJS((exports, module) => {
|
|
3094
3094
|
var { isUtf8 } = __require("buffer");
|
|
3095
3095
|
var { hasBlob } = require_constants();
|
|
@@ -3276,7 +3276,7 @@ var require_validation = __commonJS((exports, module) => {
|
|
|
3276
3276
|
}
|
|
3277
3277
|
});
|
|
3278
3278
|
|
|
3279
|
-
//
|
|
3279
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/receiver.js
|
|
3280
3280
|
var require_receiver = __commonJS((exports, module) => {
|
|
3281
3281
|
var { Writable } = __require("stream");
|
|
3282
3282
|
var PerMessageDeflate = require_permessage_deflate();
|
|
@@ -3673,7 +3673,7 @@ var require_receiver = __commonJS((exports, module) => {
|
|
|
3673
3673
|
module.exports = Receiver;
|
|
3674
3674
|
});
|
|
3675
3675
|
|
|
3676
|
-
//
|
|
3676
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/sender.js
|
|
3677
3677
|
var require_sender = __commonJS((exports, module) => {
|
|
3678
3678
|
var { Duplex } = __require("stream");
|
|
3679
3679
|
var { randomFillSync } = __require("crypto");
|
|
@@ -4032,7 +4032,7 @@ var require_sender = __commonJS((exports, module) => {
|
|
|
4032
4032
|
}
|
|
4033
4033
|
});
|
|
4034
4034
|
|
|
4035
|
-
//
|
|
4035
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/event-target.js
|
|
4036
4036
|
var require_event_target = __commonJS((exports, module) => {
|
|
4037
4037
|
var { kForOnEventAttribute, kListener } = require_constants();
|
|
4038
4038
|
var kCode = Symbol("kCode");
|
|
@@ -4183,7 +4183,7 @@ var require_event_target = __commonJS((exports, module) => {
|
|
|
4183
4183
|
}
|
|
4184
4184
|
});
|
|
4185
4185
|
|
|
4186
|
-
//
|
|
4186
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/extension.js
|
|
4187
4187
|
var require_extension = __commonJS((exports, module) => {
|
|
4188
4188
|
var { tokenChars } = require_validation();
|
|
4189
4189
|
function push(dest, name, elem) {
|
|
@@ -4348,7 +4348,7 @@ var require_extension = __commonJS((exports, module) => {
|
|
|
4348
4348
|
module.exports = { format, parse };
|
|
4349
4349
|
});
|
|
4350
4350
|
|
|
4351
|
-
//
|
|
4351
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/websocket.js
|
|
4352
4352
|
var require_websocket = __commonJS((exports, module) => {
|
|
4353
4353
|
var EventEmitter = __require("events");
|
|
4354
4354
|
var https = __require("https");
|
|
@@ -5120,7 +5120,7 @@ var require_websocket = __commonJS((exports, module) => {
|
|
|
5120
5120
|
}
|
|
5121
5121
|
});
|
|
5122
5122
|
|
|
5123
|
-
//
|
|
5123
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/stream.js
|
|
5124
5124
|
var require_stream = __commonJS((exports, module) => {
|
|
5125
5125
|
var WebSocket = require_websocket();
|
|
5126
5126
|
var { Duplex } = __require("stream");
|
|
@@ -5223,7 +5223,7 @@ var require_stream = __commonJS((exports, module) => {
|
|
|
5223
5223
|
module.exports = createWebSocketStream;
|
|
5224
5224
|
});
|
|
5225
5225
|
|
|
5226
|
-
//
|
|
5226
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/subprotocol.js
|
|
5227
5227
|
var require_subprotocol = __commonJS((exports, module) => {
|
|
5228
5228
|
var { tokenChars } = require_validation();
|
|
5229
5229
|
function parse(header) {
|
|
@@ -5268,7 +5268,7 @@ var require_subprotocol = __commonJS((exports, module) => {
|
|
|
5268
5268
|
module.exports = { parse };
|
|
5269
5269
|
});
|
|
5270
5270
|
|
|
5271
|
-
//
|
|
5271
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/lib/websocket-server.js
|
|
5272
5272
|
var require_websocket_server = __commonJS((exports, module) => {
|
|
5273
5273
|
var EventEmitter = __require("events");
|
|
5274
5274
|
var http = __require("http");
|
|
@@ -5605,7 +5605,7 @@ import {
|
|
|
5605
5605
|
} from "openclaw/plugin-sdk/allowlist-config-edit";
|
|
5606
5606
|
import { buildTokenChannelStatusSummary } from "openclaw/plugin-sdk/status-helpers";
|
|
5607
5607
|
|
|
5608
|
-
// ../protocol/dist/core.js
|
|
5608
|
+
// ../packages/protocol/dist/core.js
|
|
5609
5609
|
var import_runtime = __toESM(require_commonjs(), 1);
|
|
5610
5610
|
var import_runtime2 = __toESM(require_commonjs(), 1);
|
|
5611
5611
|
var import_runtime3 = __toESM(require_commonjs(), 1);
|
|
@@ -22147,7 +22147,7 @@ function describeConnectionError(error) {
|
|
|
22147
22147
|
return `server connection error${suffix}: ${message}`;
|
|
22148
22148
|
}
|
|
22149
22149
|
|
|
22150
|
-
//
|
|
22150
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/wrapper.mjs
|
|
22151
22151
|
var import_stream = __toESM(require_stream(), 1);
|
|
22152
22152
|
var import_extension = __toESM(require_extension(), 1);
|
|
22153
22153
|
var import_permessage_deflate = __toESM(require_permessage_deflate(), 1);
|
|
@@ -22189,6 +22189,7 @@ class WebSocketTransport {
|
|
|
22189
22189
|
lastReconnectDelayMs = null;
|
|
22190
22190
|
lastReconnectCause = null;
|
|
22191
22191
|
reconnectCount = 0;
|
|
22192
|
+
reconnectScheduling = false;
|
|
22192
22193
|
constructor(options) {
|
|
22193
22194
|
this.url = options.url;
|
|
22194
22195
|
this.log = options.logger ?? {};
|
|
@@ -22216,26 +22217,33 @@ class WebSocketTransport {
|
|
|
22216
22217
|
}
|
|
22217
22218
|
async reconnect(options) {
|
|
22218
22219
|
const skipDelay = options?.skipDelay ?? false;
|
|
22219
|
-
if (this.state === "connecting" && this.reconnectionTimer) {
|
|
22220
|
+
if (this.state === "connecting" && (this.reconnectionTimer || this.reconnectScheduling)) {
|
|
22220
22221
|
return;
|
|
22221
22222
|
}
|
|
22222
|
-
|
|
22223
|
-
|
|
22224
|
-
|
|
22225
|
-
|
|
22226
|
-
const delayMs = Math.round(delaySeconds * 1000);
|
|
22227
|
-
const cause = options?.cause?.trim() || "unspecified";
|
|
22228
|
-
this.lastReconnectScheduledAt = Date.now();
|
|
22229
|
-
this.lastReconnectDelayMs = delayMs;
|
|
22230
|
-
this.lastReconnectCause = cause;
|
|
22231
|
-
this.reconnectCount += 1;
|
|
22232
|
-
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22233
|
-
this.reconnectionTimer = setTimeout(() => {
|
|
22234
|
-
this.reconnectionTimer = null;
|
|
22235
|
-
if (this.state === "idle" || this.state === "connected")
|
|
22223
|
+
this.reconnectScheduling = true;
|
|
22224
|
+
try {
|
|
22225
|
+
await this.setConnecting();
|
|
22226
|
+
if (this.state === "idle" || this.reconnectionTimer)
|
|
22236
22227
|
return;
|
|
22237
|
-
this.
|
|
22238
|
-
|
|
22228
|
+
this.cleanUpPreviousConnection();
|
|
22229
|
+
this.connectionAttemptNo = this.connectionAttemptNo + 1 >>> 0;
|
|
22230
|
+
const delaySeconds = this.getReconnectionDelaySeconds(this.connectionAttemptNo);
|
|
22231
|
+
const delayMs = Math.round(delaySeconds * 1000);
|
|
22232
|
+
const cause = options?.cause?.trim() || "unspecified";
|
|
22233
|
+
this.lastReconnectScheduledAt = Date.now();
|
|
22234
|
+
this.lastReconnectDelayMs = delayMs;
|
|
22235
|
+
this.lastReconnectCause = cause;
|
|
22236
|
+
this.reconnectCount += 1;
|
|
22237
|
+
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22238
|
+
this.reconnectionTimer = setTimeout(() => {
|
|
22239
|
+
this.reconnectionTimer = null;
|
|
22240
|
+
if (this.state === "idle" || this.state === "connected")
|
|
22241
|
+
return;
|
|
22242
|
+
this.openConnection();
|
|
22243
|
+
}, skipDelay ? 0 : delaySeconds * 1000);
|
|
22244
|
+
} finally {
|
|
22245
|
+
this.reconnectScheduling = false;
|
|
22246
|
+
}
|
|
22239
22247
|
}
|
|
22240
22248
|
cleanUpPreviousConnection() {
|
|
22241
22249
|
if (this.reconnectionTimer) {
|
|
@@ -22705,6 +22713,7 @@ class InlineSdkClient {
|
|
|
22705
22713
|
const chat = result.getChat.chat;
|
|
22706
22714
|
if (!chat)
|
|
22707
22715
|
throw new Error("getChat: missing chat");
|
|
22716
|
+
const dialogFollowMode = result.getChat.dialog?.followMode;
|
|
22708
22717
|
return {
|
|
22709
22718
|
chatId: chat.id,
|
|
22710
22719
|
title: chat.title,
|
|
@@ -22712,6 +22721,8 @@ class InlineSdkClient {
|
|
|
22712
22721
|
...chat.spaceId != null ? { spaceId: chat.spaceId } : {},
|
|
22713
22722
|
...chat.parentChatId != null ? { parentChatId: chat.parentChatId } : {},
|
|
22714
22723
|
...chat.parentMessageId != null ? { parentMessageId: chat.parentMessageId } : {},
|
|
22724
|
+
...chat.lastMsgId != null ? { lastMsgId: chat.lastMsgId } : {},
|
|
22725
|
+
...dialogFollowMode != null ? { dialogFollowMode } : {},
|
|
22715
22726
|
...chat.isPublic != null ? { isPublic: chat.isPublic } : {},
|
|
22716
22727
|
...chat.untitled != null ? { untitled: chat.untitled } : {},
|
|
22717
22728
|
...chat.number != null ? { number: chat.number } : {}
|
|
@@ -23828,6 +23839,36 @@ var resolveUploadFileUrl = (baseUrl) => {
|
|
|
23828
23839
|
return url;
|
|
23829
23840
|
};
|
|
23830
23841
|
var hasMethodMapping = (method) => Object.prototype.hasOwnProperty.call(rpcInputKindByMethod, method) && Object.prototype.hasOwnProperty.call(rpcResultKindByMethod, method);
|
|
23842
|
+
// ../sdk/dist/sdk/thread-mention-gating.js
|
|
23843
|
+
var INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT = 50;
|
|
23844
|
+
function isInlineReplyThreadForMentionGate(chat) {
|
|
23845
|
+
return parsePositiveInteger(chat.parentMessageId) != null;
|
|
23846
|
+
}
|
|
23847
|
+
function isInlineFreshThreadForMentionGate(lastMsgId, limit = INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT) {
|
|
23848
|
+
const normalized = parsePositiveInteger(lastMsgId);
|
|
23849
|
+
return normalized != null && normalized < BigInt(limit);
|
|
23850
|
+
}
|
|
23851
|
+
function isInlineFollowModeMentionGateEligible(chat) {
|
|
23852
|
+
if (isInlineReplyThreadForMentionGate(chat)) {
|
|
23853
|
+
return true;
|
|
23854
|
+
}
|
|
23855
|
+
return isInlineFreshThreadForMentionGate(chat.lastMsgId);
|
|
23856
|
+
}
|
|
23857
|
+
function parsePositiveInteger(value) {
|
|
23858
|
+
if (value == null)
|
|
23859
|
+
return null;
|
|
23860
|
+
if (typeof value === "bigint")
|
|
23861
|
+
return value > 0n ? value : null;
|
|
23862
|
+
if (typeof value === "number") {
|
|
23863
|
+
if (!Number.isSafeInteger(value) || value <= 0)
|
|
23864
|
+
return null;
|
|
23865
|
+
return BigInt(value);
|
|
23866
|
+
}
|
|
23867
|
+
const text = value.trim();
|
|
23868
|
+
if (!/^[1-9]\d*$/.test(text))
|
|
23869
|
+
return null;
|
|
23870
|
+
return BigInt(text);
|
|
23871
|
+
}
|
|
23831
23872
|
// ../sdk/dist/state/json-file-state-store.js
|
|
23832
23873
|
import { readFile, rename, writeFile } from "node:fs/promises";
|
|
23833
23874
|
|
|
@@ -23910,7 +23951,7 @@ import {
|
|
|
23910
23951
|
resolveSecretInputString
|
|
23911
23952
|
} from "openclaw/plugin-sdk/secret-input-runtime";
|
|
23912
23953
|
|
|
23913
|
-
//
|
|
23954
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
23914
23955
|
var exports_external = {};
|
|
23915
23956
|
__export(exports_external, {
|
|
23916
23957
|
xor: () => xor,
|
|
@@ -24153,7 +24194,7 @@ __export(exports_external, {
|
|
|
24153
24194
|
$brand: () => $brand
|
|
24154
24195
|
});
|
|
24155
24196
|
|
|
24156
|
-
//
|
|
24197
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/index.js
|
|
24157
24198
|
var exports_core2 = {};
|
|
24158
24199
|
__export(exports_core2, {
|
|
24159
24200
|
version: () => version,
|
|
@@ -24432,7 +24473,7 @@ __export(exports_core2, {
|
|
|
24432
24473
|
$ZodAny: () => $ZodAny
|
|
24433
24474
|
});
|
|
24434
24475
|
|
|
24435
|
-
//
|
|
24476
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
24436
24477
|
var _a;
|
|
24437
24478
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
24438
24479
|
status: "aborted"
|
|
@@ -24510,7 +24551,7 @@ function config(newConfig) {
|
|
|
24510
24551
|
Object.assign(globalConfig, newConfig);
|
|
24511
24552
|
return globalConfig;
|
|
24512
24553
|
}
|
|
24513
|
-
//
|
|
24554
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
24514
24555
|
var exports_util = {};
|
|
24515
24556
|
__export(exports_util, {
|
|
24516
24557
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -25202,7 +25243,7 @@ class Class {
|
|
|
25202
25243
|
constructor(..._args) {}
|
|
25203
25244
|
}
|
|
25204
25245
|
|
|
25205
|
-
//
|
|
25246
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
25206
25247
|
var initializer = (inst, def) => {
|
|
25207
25248
|
inst.name = "$ZodError";
|
|
25208
25249
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -25342,7 +25383,7 @@ function prettifyError(error) {
|
|
|
25342
25383
|
`);
|
|
25343
25384
|
}
|
|
25344
25385
|
|
|
25345
|
-
//
|
|
25386
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
25346
25387
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
25347
25388
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
25348
25389
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -25429,7 +25470,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
25429
25470
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
25430
25471
|
};
|
|
25431
25472
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
25432
|
-
//
|
|
25473
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
25433
25474
|
var exports_regexes = {};
|
|
25434
25475
|
__export(exports_regexes, {
|
|
25435
25476
|
xid: () => xid,
|
|
@@ -25588,7 +25629,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
25588
25629
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
25589
25630
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
25590
25631
|
|
|
25591
|
-
//
|
|
25632
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
25592
25633
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
25593
25634
|
var _a2;
|
|
25594
25635
|
inst._zod ?? (inst._zod = {});
|
|
@@ -26135,7 +26176,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
26135
26176
|
};
|
|
26136
26177
|
});
|
|
26137
26178
|
|
|
26138
|
-
//
|
|
26179
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
26139
26180
|
class Doc {
|
|
26140
26181
|
constructor(args = []) {
|
|
26141
26182
|
this.content = [];
|
|
@@ -26173,14 +26214,14 @@ class Doc {
|
|
|
26173
26214
|
}
|
|
26174
26215
|
}
|
|
26175
26216
|
|
|
26176
|
-
//
|
|
26217
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
26177
26218
|
var version = {
|
|
26178
26219
|
major: 4,
|
|
26179
26220
|
minor: 4,
|
|
26180
26221
|
patch: 3
|
|
26181
26222
|
};
|
|
26182
26223
|
|
|
26183
|
-
//
|
|
26224
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
26184
26225
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
26185
26226
|
var _a2;
|
|
26186
26227
|
inst ?? (inst = {});
|
|
@@ -28264,7 +28305,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
28264
28305
|
payload.issues.push(issue(_iss));
|
|
28265
28306
|
}
|
|
28266
28307
|
}
|
|
28267
|
-
//
|
|
28308
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/index.js
|
|
28268
28309
|
var exports_locales = {};
|
|
28269
28310
|
__export(exports_locales, {
|
|
28270
28311
|
zhTW: () => zh_TW_default,
|
|
@@ -28321,7 +28362,7 @@ __export(exports_locales, {
|
|
|
28321
28362
|
ar: () => ar_default
|
|
28322
28363
|
});
|
|
28323
28364
|
|
|
28324
|
-
//
|
|
28365
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ar.js
|
|
28325
28366
|
var error = () => {
|
|
28326
28367
|
const Sizable = {
|
|
28327
28368
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -28427,7 +28468,7 @@ function ar_default() {
|
|
|
28427
28468
|
localeError: error()
|
|
28428
28469
|
};
|
|
28429
28470
|
}
|
|
28430
|
-
//
|
|
28471
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/az.js
|
|
28431
28472
|
var error2 = () => {
|
|
28432
28473
|
const Sizable = {
|
|
28433
28474
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -28532,7 +28573,7 @@ function az_default() {
|
|
|
28532
28573
|
localeError: error2()
|
|
28533
28574
|
};
|
|
28534
28575
|
}
|
|
28535
|
-
//
|
|
28576
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/be.js
|
|
28536
28577
|
function getBelarusianPlural(count, one, few, many) {
|
|
28537
28578
|
const absCount = Math.abs(count);
|
|
28538
28579
|
const lastDigit = absCount % 10;
|
|
@@ -28688,7 +28729,7 @@ function be_default() {
|
|
|
28688
28729
|
localeError: error3()
|
|
28689
28730
|
};
|
|
28690
28731
|
}
|
|
28691
|
-
//
|
|
28732
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/bg.js
|
|
28692
28733
|
var error4 = () => {
|
|
28693
28734
|
const Sizable = {
|
|
28694
28735
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -28808,7 +28849,7 @@ function bg_default() {
|
|
|
28808
28849
|
localeError: error4()
|
|
28809
28850
|
};
|
|
28810
28851
|
}
|
|
28811
|
-
//
|
|
28852
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ca.js
|
|
28812
28853
|
var error5 = () => {
|
|
28813
28854
|
const Sizable = {
|
|
28814
28855
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -28915,7 +28956,7 @@ function ca_default() {
|
|
|
28915
28956
|
localeError: error5()
|
|
28916
28957
|
};
|
|
28917
28958
|
}
|
|
28918
|
-
//
|
|
28959
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/cs.js
|
|
28919
28960
|
var error6 = () => {
|
|
28920
28961
|
const Sizable = {
|
|
28921
28962
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -29026,7 +29067,7 @@ function cs_default() {
|
|
|
29026
29067
|
localeError: error6()
|
|
29027
29068
|
};
|
|
29028
29069
|
}
|
|
29029
|
-
//
|
|
29070
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/da.js
|
|
29030
29071
|
var error7 = () => {
|
|
29031
29072
|
const Sizable = {
|
|
29032
29073
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -29141,7 +29182,7 @@ function da_default() {
|
|
|
29141
29182
|
localeError: error7()
|
|
29142
29183
|
};
|
|
29143
29184
|
}
|
|
29144
|
-
//
|
|
29185
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/de.js
|
|
29145
29186
|
var error8 = () => {
|
|
29146
29187
|
const Sizable = {
|
|
29147
29188
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -29249,7 +29290,7 @@ function de_default() {
|
|
|
29249
29290
|
localeError: error8()
|
|
29250
29291
|
};
|
|
29251
29292
|
}
|
|
29252
|
-
//
|
|
29293
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/el.js
|
|
29253
29294
|
var error9 = () => {
|
|
29254
29295
|
const Sizable = {
|
|
29255
29296
|
string: { unit: "χαρακτήρες", verb: "να έχει" },
|
|
@@ -29358,7 +29399,7 @@ function el_default() {
|
|
|
29358
29399
|
localeError: error9()
|
|
29359
29400
|
};
|
|
29360
29401
|
}
|
|
29361
|
-
//
|
|
29402
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/en.js
|
|
29362
29403
|
var error10 = () => {
|
|
29363
29404
|
const Sizable = {
|
|
29364
29405
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -29468,7 +29509,7 @@ function en_default() {
|
|
|
29468
29509
|
localeError: error10()
|
|
29469
29510
|
};
|
|
29470
29511
|
}
|
|
29471
|
-
//
|
|
29512
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/eo.js
|
|
29472
29513
|
var error11 = () => {
|
|
29473
29514
|
const Sizable = {
|
|
29474
29515
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -29577,7 +29618,7 @@ function eo_default() {
|
|
|
29577
29618
|
localeError: error11()
|
|
29578
29619
|
};
|
|
29579
29620
|
}
|
|
29580
|
-
//
|
|
29621
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/es.js
|
|
29581
29622
|
var error12 = () => {
|
|
29582
29623
|
const Sizable = {
|
|
29583
29624
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -29709,7 +29750,7 @@ function es_default() {
|
|
|
29709
29750
|
localeError: error12()
|
|
29710
29751
|
};
|
|
29711
29752
|
}
|
|
29712
|
-
//
|
|
29753
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fa.js
|
|
29713
29754
|
var error13 = () => {
|
|
29714
29755
|
const Sizable = {
|
|
29715
29756
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -29823,7 +29864,7 @@ function fa_default() {
|
|
|
29823
29864
|
localeError: error13()
|
|
29824
29865
|
};
|
|
29825
29866
|
}
|
|
29826
|
-
//
|
|
29867
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fi.js
|
|
29827
29868
|
var error14 = () => {
|
|
29828
29869
|
const Sizable = {
|
|
29829
29870
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -29935,7 +29976,7 @@ function fi_default() {
|
|
|
29935
29976
|
localeError: error14()
|
|
29936
29977
|
};
|
|
29937
29978
|
}
|
|
29938
|
-
//
|
|
29979
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr.js
|
|
29939
29980
|
var error15 = () => {
|
|
29940
29981
|
const Sizable = {
|
|
29941
29982
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30060,7 +30101,7 @@ function fr_default() {
|
|
|
30060
30101
|
localeError: error15()
|
|
30061
30102
|
};
|
|
30062
30103
|
}
|
|
30063
|
-
//
|
|
30104
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr-CA.js
|
|
30064
30105
|
var error16 = () => {
|
|
30065
30106
|
const Sizable = {
|
|
30066
30107
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30167,7 +30208,7 @@ function fr_CA_default() {
|
|
|
30167
30208
|
localeError: error16()
|
|
30168
30209
|
};
|
|
30169
30210
|
}
|
|
30170
|
-
//
|
|
30211
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/he.js
|
|
30171
30212
|
var error17 = () => {
|
|
30172
30213
|
const TypeNames = {
|
|
30173
30214
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -30360,7 +30401,7 @@ function he_default() {
|
|
|
30360
30401
|
localeError: error17()
|
|
30361
30402
|
};
|
|
30362
30403
|
}
|
|
30363
|
-
//
|
|
30404
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hr.js
|
|
30364
30405
|
var error18 = () => {
|
|
30365
30406
|
const Sizable = {
|
|
30366
30407
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -30482,7 +30523,7 @@ function hr_default() {
|
|
|
30482
30523
|
localeError: error18()
|
|
30483
30524
|
};
|
|
30484
30525
|
}
|
|
30485
|
-
//
|
|
30526
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hu.js
|
|
30486
30527
|
var error19 = () => {
|
|
30487
30528
|
const Sizable = {
|
|
30488
30529
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -30590,7 +30631,7 @@ function hu_default() {
|
|
|
30590
30631
|
localeError: error19()
|
|
30591
30632
|
};
|
|
30592
30633
|
}
|
|
30593
|
-
//
|
|
30634
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hy.js
|
|
30594
30635
|
function getArmenianPlural(count, one, many) {
|
|
30595
30636
|
return Math.abs(count) === 1 ? one : many;
|
|
30596
30637
|
}
|
|
@@ -30737,7 +30778,7 @@ function hy_default() {
|
|
|
30737
30778
|
localeError: error20()
|
|
30738
30779
|
};
|
|
30739
30780
|
}
|
|
30740
|
-
//
|
|
30781
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/id.js
|
|
30741
30782
|
var error21 = () => {
|
|
30742
30783
|
const Sizable = {
|
|
30743
30784
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -30843,7 +30884,7 @@ function id_default() {
|
|
|
30843
30884
|
localeError: error21()
|
|
30844
30885
|
};
|
|
30845
30886
|
}
|
|
30846
|
-
//
|
|
30887
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/is.js
|
|
30847
30888
|
var error22 = () => {
|
|
30848
30889
|
const Sizable = {
|
|
30849
30890
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -30952,7 +30993,7 @@ function is_default() {
|
|
|
30952
30993
|
localeError: error22()
|
|
30953
30994
|
};
|
|
30954
30995
|
}
|
|
30955
|
-
//
|
|
30996
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/it.js
|
|
30956
30997
|
var error23 = () => {
|
|
30957
30998
|
const Sizable = {
|
|
30958
30999
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -31060,7 +31101,7 @@ function it_default() {
|
|
|
31060
31101
|
localeError: error23()
|
|
31061
31102
|
};
|
|
31062
31103
|
}
|
|
31063
|
-
//
|
|
31104
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ja.js
|
|
31064
31105
|
var error24 = () => {
|
|
31065
31106
|
const Sizable = {
|
|
31066
31107
|
string: { unit: "文字", verb: "である" },
|
|
@@ -31167,7 +31208,7 @@ function ja_default() {
|
|
|
31167
31208
|
localeError: error24()
|
|
31168
31209
|
};
|
|
31169
31210
|
}
|
|
31170
|
-
//
|
|
31211
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ka.js
|
|
31171
31212
|
var error25 = () => {
|
|
31172
31213
|
const Sizable = {
|
|
31173
31214
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -31279,7 +31320,7 @@ function ka_default() {
|
|
|
31279
31320
|
localeError: error25()
|
|
31280
31321
|
};
|
|
31281
31322
|
}
|
|
31282
|
-
//
|
|
31323
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/km.js
|
|
31283
31324
|
var error26 = () => {
|
|
31284
31325
|
const Sizable = {
|
|
31285
31326
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -31390,11 +31431,11 @@ function km_default() {
|
|
|
31390
31431
|
};
|
|
31391
31432
|
}
|
|
31392
31433
|
|
|
31393
|
-
//
|
|
31434
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/kh.js
|
|
31394
31435
|
function kh_default() {
|
|
31395
31436
|
return km_default();
|
|
31396
31437
|
}
|
|
31397
|
-
//
|
|
31438
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ko.js
|
|
31398
31439
|
var error27 = () => {
|
|
31399
31440
|
const Sizable = {
|
|
31400
31441
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -31505,7 +31546,7 @@ function ko_default() {
|
|
|
31505
31546
|
localeError: error27()
|
|
31506
31547
|
};
|
|
31507
31548
|
}
|
|
31508
|
-
//
|
|
31549
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/lt.js
|
|
31509
31550
|
var capitalizeFirstCharacter = (text) => {
|
|
31510
31551
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
31511
31552
|
};
|
|
@@ -31708,7 +31749,7 @@ function lt_default() {
|
|
|
31708
31749
|
localeError: error28()
|
|
31709
31750
|
};
|
|
31710
31751
|
}
|
|
31711
|
-
//
|
|
31752
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/mk.js
|
|
31712
31753
|
var error29 = () => {
|
|
31713
31754
|
const Sizable = {
|
|
31714
31755
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -31817,7 +31858,7 @@ function mk_default() {
|
|
|
31817
31858
|
localeError: error29()
|
|
31818
31859
|
};
|
|
31819
31860
|
}
|
|
31820
|
-
//
|
|
31861
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ms.js
|
|
31821
31862
|
var error30 = () => {
|
|
31822
31863
|
const Sizable = {
|
|
31823
31864
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -31924,7 +31965,7 @@ function ms_default() {
|
|
|
31924
31965
|
localeError: error30()
|
|
31925
31966
|
};
|
|
31926
31967
|
}
|
|
31927
|
-
//
|
|
31968
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/nl.js
|
|
31928
31969
|
var error31 = () => {
|
|
31929
31970
|
const Sizable = {
|
|
31930
31971
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -32034,7 +32075,7 @@ function nl_default() {
|
|
|
32034
32075
|
localeError: error31()
|
|
32035
32076
|
};
|
|
32036
32077
|
}
|
|
32037
|
-
//
|
|
32078
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/no.js
|
|
32038
32079
|
var error32 = () => {
|
|
32039
32080
|
const Sizable = {
|
|
32040
32081
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -32142,7 +32183,7 @@ function no_default() {
|
|
|
32142
32183
|
localeError: error32()
|
|
32143
32184
|
};
|
|
32144
32185
|
}
|
|
32145
|
-
//
|
|
32186
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ota.js
|
|
32146
32187
|
var error33 = () => {
|
|
32147
32188
|
const Sizable = {
|
|
32148
32189
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -32251,7 +32292,7 @@ function ota_default() {
|
|
|
32251
32292
|
localeError: error33()
|
|
32252
32293
|
};
|
|
32253
32294
|
}
|
|
32254
|
-
//
|
|
32295
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ps.js
|
|
32255
32296
|
var error34 = () => {
|
|
32256
32297
|
const Sizable = {
|
|
32257
32298
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -32365,7 +32406,7 @@ function ps_default() {
|
|
|
32365
32406
|
localeError: error34()
|
|
32366
32407
|
};
|
|
32367
32408
|
}
|
|
32368
|
-
//
|
|
32409
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pl.js
|
|
32369
32410
|
var error35 = () => {
|
|
32370
32411
|
const Sizable = {
|
|
32371
32412
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -32474,7 +32515,7 @@ function pl_default() {
|
|
|
32474
32515
|
localeError: error35()
|
|
32475
32516
|
};
|
|
32476
32517
|
}
|
|
32477
|
-
//
|
|
32518
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pt.js
|
|
32478
32519
|
var error36 = () => {
|
|
32479
32520
|
const Sizable = {
|
|
32480
32521
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -32582,7 +32623,7 @@ function pt_default() {
|
|
|
32582
32623
|
localeError: error36()
|
|
32583
32624
|
};
|
|
32584
32625
|
}
|
|
32585
|
-
//
|
|
32626
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ro.js
|
|
32586
32627
|
var error37 = () => {
|
|
32587
32628
|
const Sizable = {
|
|
32588
32629
|
string: { unit: "caractere", verb: "să aibă" },
|
|
@@ -32701,7 +32742,7 @@ function ro_default() {
|
|
|
32701
32742
|
localeError: error37()
|
|
32702
32743
|
};
|
|
32703
32744
|
}
|
|
32704
|
-
//
|
|
32745
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ru.js
|
|
32705
32746
|
function getRussianPlural(count, one, few, many) {
|
|
32706
32747
|
const absCount = Math.abs(count);
|
|
32707
32748
|
const lastDigit = absCount % 10;
|
|
@@ -32857,7 +32898,7 @@ function ru_default() {
|
|
|
32857
32898
|
localeError: error38()
|
|
32858
32899
|
};
|
|
32859
32900
|
}
|
|
32860
|
-
//
|
|
32901
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sl.js
|
|
32861
32902
|
var error39 = () => {
|
|
32862
32903
|
const Sizable = {
|
|
32863
32904
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -32966,7 +33007,7 @@ function sl_default() {
|
|
|
32966
33007
|
localeError: error39()
|
|
32967
33008
|
};
|
|
32968
33009
|
}
|
|
32969
|
-
//
|
|
33010
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sv.js
|
|
32970
33011
|
var error40 = () => {
|
|
32971
33012
|
const Sizable = {
|
|
32972
33013
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -33076,7 +33117,7 @@ function sv_default() {
|
|
|
33076
33117
|
localeError: error40()
|
|
33077
33118
|
};
|
|
33078
33119
|
}
|
|
33079
|
-
//
|
|
33120
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ta.js
|
|
33080
33121
|
var error41 = () => {
|
|
33081
33122
|
const Sizable = {
|
|
33082
33123
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -33186,7 +33227,7 @@ function ta_default() {
|
|
|
33186
33227
|
localeError: error41()
|
|
33187
33228
|
};
|
|
33188
33229
|
}
|
|
33189
|
-
//
|
|
33230
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/th.js
|
|
33190
33231
|
var error42 = () => {
|
|
33191
33232
|
const Sizable = {
|
|
33192
33233
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -33296,7 +33337,7 @@ function th_default() {
|
|
|
33296
33337
|
localeError: error42()
|
|
33297
33338
|
};
|
|
33298
33339
|
}
|
|
33299
|
-
//
|
|
33340
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/tr.js
|
|
33300
33341
|
var error43 = () => {
|
|
33301
33342
|
const Sizable = {
|
|
33302
33343
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -33401,7 +33442,7 @@ function tr_default() {
|
|
|
33401
33442
|
localeError: error43()
|
|
33402
33443
|
};
|
|
33403
33444
|
}
|
|
33404
|
-
//
|
|
33445
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uk.js
|
|
33405
33446
|
var error44 = () => {
|
|
33406
33447
|
const Sizable = {
|
|
33407
33448
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -33510,11 +33551,11 @@ function uk_default() {
|
|
|
33510
33551
|
};
|
|
33511
33552
|
}
|
|
33512
33553
|
|
|
33513
|
-
//
|
|
33554
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ua.js
|
|
33514
33555
|
function ua_default() {
|
|
33515
33556
|
return uk_default();
|
|
33516
33557
|
}
|
|
33517
|
-
//
|
|
33558
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ur.js
|
|
33518
33559
|
var error45 = () => {
|
|
33519
33560
|
const Sizable = {
|
|
33520
33561
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -33624,7 +33665,7 @@ function ur_default() {
|
|
|
33624
33665
|
localeError: error45()
|
|
33625
33666
|
};
|
|
33626
33667
|
}
|
|
33627
|
-
//
|
|
33668
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uz.js
|
|
33628
33669
|
var error46 = () => {
|
|
33629
33670
|
const Sizable = {
|
|
33630
33671
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -33734,7 +33775,7 @@ function uz_default() {
|
|
|
33734
33775
|
localeError: error46()
|
|
33735
33776
|
};
|
|
33736
33777
|
}
|
|
33737
|
-
//
|
|
33778
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/vi.js
|
|
33738
33779
|
var error47 = () => {
|
|
33739
33780
|
const Sizable = {
|
|
33740
33781
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -33842,7 +33883,7 @@ function vi_default() {
|
|
|
33842
33883
|
localeError: error47()
|
|
33843
33884
|
};
|
|
33844
33885
|
}
|
|
33845
|
-
//
|
|
33886
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-CN.js
|
|
33846
33887
|
var error48 = () => {
|
|
33847
33888
|
const Sizable = {
|
|
33848
33889
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -33951,7 +33992,7 @@ function zh_CN_default() {
|
|
|
33951
33992
|
localeError: error48()
|
|
33952
33993
|
};
|
|
33953
33994
|
}
|
|
33954
|
-
//
|
|
33995
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-TW.js
|
|
33955
33996
|
var error49 = () => {
|
|
33956
33997
|
const Sizable = {
|
|
33957
33998
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -34058,7 +34099,7 @@ function zh_TW_default() {
|
|
|
34058
34099
|
localeError: error49()
|
|
34059
34100
|
};
|
|
34060
34101
|
}
|
|
34061
|
-
//
|
|
34102
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/yo.js
|
|
34062
34103
|
var error50 = () => {
|
|
34063
34104
|
const Sizable = {
|
|
34064
34105
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -34165,7 +34206,7 @@ function yo_default() {
|
|
|
34165
34206
|
localeError: error50()
|
|
34166
34207
|
};
|
|
34167
34208
|
}
|
|
34168
|
-
//
|
|
34209
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
34169
34210
|
var _a2;
|
|
34170
34211
|
var $output = Symbol("ZodOutput");
|
|
34171
34212
|
var $input = Symbol("ZodInput");
|
|
@@ -34215,7 +34256,7 @@ function registry() {
|
|
|
34215
34256
|
}
|
|
34216
34257
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
34217
34258
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
34218
|
-
//
|
|
34259
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
34219
34260
|
function _string(Class2, params) {
|
|
34220
34261
|
return new Class2({
|
|
34221
34262
|
type: "string",
|
|
@@ -35135,7 +35176,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
35135
35176
|
const inst = new Class2(def);
|
|
35136
35177
|
return inst;
|
|
35137
35178
|
}
|
|
35138
|
-
//
|
|
35179
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
35139
35180
|
function initializeContext(params) {
|
|
35140
35181
|
let target = params?.target ?? "draft-2020-12";
|
|
35141
35182
|
if (target === "draft-4")
|
|
@@ -35487,7 +35528,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
35487
35528
|
extractDefs(ctx, schema);
|
|
35488
35529
|
return finalize(ctx, schema);
|
|
35489
35530
|
};
|
|
35490
|
-
//
|
|
35531
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
35491
35532
|
var formatMap = {
|
|
35492
35533
|
guid: "uuid",
|
|
35493
35534
|
url: "uri",
|
|
@@ -36025,7 +36066,7 @@ function toJSONSchema(input, params) {
|
|
|
36025
36066
|
extractDefs(ctx, input);
|
|
36026
36067
|
return finalize(ctx, input);
|
|
36027
36068
|
}
|
|
36028
|
-
//
|
|
36069
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-generator.js
|
|
36029
36070
|
class JSONSchemaGenerator {
|
|
36030
36071
|
get metadataRegistry() {
|
|
36031
36072
|
return this.ctx.metadataRegistry;
|
|
@@ -36084,9 +36125,9 @@ class JSONSchemaGenerator {
|
|
|
36084
36125
|
return plainResult;
|
|
36085
36126
|
}
|
|
36086
36127
|
}
|
|
36087
|
-
//
|
|
36128
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema.js
|
|
36088
36129
|
var exports_json_schema = {};
|
|
36089
|
-
//
|
|
36130
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36090
36131
|
var exports_schemas2 = {};
|
|
36091
36132
|
__export(exports_schemas2, {
|
|
36092
36133
|
xor: () => xor,
|
|
@@ -36257,7 +36298,7 @@ __export(exports_schemas2, {
|
|
|
36257
36298
|
ZodAny: () => ZodAny
|
|
36258
36299
|
});
|
|
36259
36300
|
|
|
36260
|
-
//
|
|
36301
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/checks.js
|
|
36261
36302
|
var exports_checks2 = {};
|
|
36262
36303
|
__export(exports_checks2, {
|
|
36263
36304
|
uppercase: () => _uppercase,
|
|
@@ -36291,7 +36332,7 @@ __export(exports_checks2, {
|
|
|
36291
36332
|
endsWith: () => _endsWith
|
|
36292
36333
|
});
|
|
36293
36334
|
|
|
36294
|
-
//
|
|
36335
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
36295
36336
|
var exports_iso = {};
|
|
36296
36337
|
__export(exports_iso, {
|
|
36297
36338
|
time: () => time2,
|
|
@@ -36332,7 +36373,7 @@ function duration2(params) {
|
|
|
36332
36373
|
return _isoDuration(ZodISODuration, params);
|
|
36333
36374
|
}
|
|
36334
36375
|
|
|
36335
|
-
//
|
|
36376
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
36336
36377
|
var initializer2 = (inst, issues) => {
|
|
36337
36378
|
$ZodError.init(inst, issues);
|
|
36338
36379
|
inst.name = "ZodError";
|
|
@@ -36367,7 +36408,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
36367
36408
|
Parent: Error
|
|
36368
36409
|
});
|
|
36369
36410
|
|
|
36370
|
-
//
|
|
36411
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
36371
36412
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
36372
36413
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
36373
36414
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -36381,7 +36422,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
36381
36422
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
36382
36423
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
36383
36424
|
|
|
36384
|
-
//
|
|
36425
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36385
36426
|
var _installedGroups = /* @__PURE__ */ new WeakMap;
|
|
36386
36427
|
function _installLazyMethods(inst, group, methods) {
|
|
36387
36428
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -37668,7 +37709,7 @@ function preprocess(fn, schema) {
|
|
|
37668
37709
|
out: schema
|
|
37669
37710
|
});
|
|
37670
37711
|
}
|
|
37671
|
-
//
|
|
37712
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/compat.js
|
|
37672
37713
|
var ZodIssueCode = {
|
|
37673
37714
|
invalid_type: "invalid_type",
|
|
37674
37715
|
too_big: "too_big",
|
|
@@ -37692,7 +37733,7 @@ function getErrorMap() {
|
|
|
37692
37733
|
}
|
|
37693
37734
|
var ZodFirstPartyTypeKind;
|
|
37694
37735
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
37695
|
-
//
|
|
37736
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
37696
37737
|
var z = {
|
|
37697
37738
|
...exports_schemas2,
|
|
37698
37739
|
...exports_checks2,
|
|
@@ -38159,7 +38200,7 @@ function fromJSONSchema(schema, params) {
|
|
|
38159
38200
|
};
|
|
38160
38201
|
return convertSchema(normalized, ctx);
|
|
38161
38202
|
}
|
|
38162
|
-
//
|
|
38203
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/coerce.js
|
|
38163
38204
|
var exports_coerce = {};
|
|
38164
38205
|
__export(exports_coerce, {
|
|
38165
38206
|
string: () => string3,
|
|
@@ -38184,7 +38225,7 @@ function date4(params) {
|
|
|
38184
38225
|
return _coercedDate(ZodDate, params);
|
|
38185
38226
|
}
|
|
38186
38227
|
|
|
38187
|
-
//
|
|
38228
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
38188
38229
|
config(en_default());
|
|
38189
38230
|
// src/openclaw-compat.ts
|
|
38190
38231
|
var MB = 1024 * 1024;
|
|
@@ -46582,7 +46623,11 @@ async function resolveChatInfo(client, cache, chatId) {
|
|
|
46582
46623
|
const info = {
|
|
46583
46624
|
kind,
|
|
46584
46625
|
title,
|
|
46585
|
-
...peerUserId != null ? { peerUserId } : {}
|
|
46626
|
+
...peerUserId != null ? { peerUserId } : {},
|
|
46627
|
+
...result.parentChatId != null ? { parentChatId: result.parentChatId } : {},
|
|
46628
|
+
...result.parentMessageId != null ? { parentMessageId: result.parentMessageId } : {},
|
|
46629
|
+
...result.lastMsgId != null ? { lastMsgId: result.lastMsgId } : {},
|
|
46630
|
+
...result.dialogFollowMode != null ? { dialogFollowMode: result.dialogFollowMode } : {}
|
|
46586
46631
|
};
|
|
46587
46632
|
cache.set(chatId, info);
|
|
46588
46633
|
return info;
|
|
@@ -46764,6 +46809,16 @@ function collectInlineMentionedUserIds(content) {
|
|
|
46764
46809
|
}
|
|
46765
46810
|
return [...ids];
|
|
46766
46811
|
}
|
|
46812
|
+
function isInlineDialogFollowing(followMode) {
|
|
46813
|
+
if (followMode == null || typeof followMode === "boolean")
|
|
46814
|
+
return false;
|
|
46815
|
+
if (typeof followMode === "number")
|
|
46816
|
+
return followMode === DialogFollowMode.FOLLOWING;
|
|
46817
|
+
if (typeof followMode === "bigint")
|
|
46818
|
+
return followMode === BigInt(DialogFollowMode.FOLLOWING);
|
|
46819
|
+
const text = String(followMode).trim().toLowerCase();
|
|
46820
|
+
return text === String(DialogFollowMode.FOLLOWING) || text === "following" || text === "follow_mode_following" || text === "dialog_following";
|
|
46821
|
+
}
|
|
46767
46822
|
function resolveInlineMentionSource(params) {
|
|
46768
46823
|
if (params.nativeMentioned)
|
|
46769
46824
|
return "explicit_bot";
|
|
@@ -48755,12 +48810,13 @@ async function monitorInlineProvider(params) {
|
|
|
48755
48810
|
senderProfilesById,
|
|
48756
48811
|
meId
|
|
48757
48812
|
}) : historyContext;
|
|
48758
|
-
const
|
|
48813
|
+
const followModeImplicitMention = isGroup && !replyThreadRequireExplicitMention && isInlineDialogFollowing(chatInfo.dialogFollowMode) && isInlineFollowModeMentionGateEligible(chatInfo);
|
|
48814
|
+
const historyReplyThreadImplicitMention = isGroup && replyThreadContext != null && !replyThreadRequireExplicitMention && !followModeImplicitMention && (effectiveHistoryContext.hasBotMessage || await hasInlineThreadParticipationWithPersistence({
|
|
48759
48815
|
accountId: account.accountId,
|
|
48760
48816
|
parentChatId: replyThreadContext.parentChatId,
|
|
48761
48817
|
threadId: replyThreadContext.childChatId
|
|
48762
48818
|
}));
|
|
48763
|
-
const replyThreadImplicitMention =
|
|
48819
|
+
const replyThreadImplicitMention = followModeImplicitMention || historyReplyThreadImplicitMention;
|
|
48764
48820
|
const replyToBotImplicitMention = isGroup && (account.config.replyToBotWithoutMention ?? false) && msg.replyToMsgId != null && effectiveHistoryContext.repliedToBot;
|
|
48765
48821
|
const implicitMention = callbackActionEvent != null && isGroup || replyThreadImplicitMention || replyToBotImplicitMention;
|
|
48766
48822
|
const requireMention = isGroup ? resolveInlineGroupRequireMention({
|
|
@@ -48781,7 +48837,8 @@ async function monitorInlineProvider(params) {
|
|
|
48781
48837
|
});
|
|
48782
48838
|
const implicitMentionKinds = isGroup && implicitMention ? [
|
|
48783
48839
|
...callbackActionEvent != null ? ["message_action"] : [],
|
|
48784
|
-
...
|
|
48840
|
+
...followModeImplicitMention ? ["follow_mode"] : [],
|
|
48841
|
+
...historyReplyThreadImplicitMention ? ["reply_thread"] : [],
|
|
48785
48842
|
...replyToBotImplicitMention ? ["reply_to_bot"] : []
|
|
48786
48843
|
] : [];
|
|
48787
48844
|
const mentionedUserIds = isGroup ? collectInlineMentionedUserIds(currentContent) : [];
|
|
@@ -53176,5 +53233,5 @@ export {
|
|
|
53176
53233
|
inlineChannelPlugin
|
|
53177
53234
|
};
|
|
53178
53235
|
|
|
53179
|
-
//# debugId=
|
|
53236
|
+
//# debugId=02F10208EE86F71264756E2164756E21
|
|
53180
53237
|
//# sourceMappingURL=channel-plugin-api.js.map
|