@inline-openclaw/inline 0.0.50 → 0.0.52
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 +9 -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");
|
|
@@ -5578,7 +5578,7 @@ var require_websocket_server = __commonJS((exports, module) => {
|
|
|
5578
5578
|
}
|
|
5579
5579
|
});
|
|
5580
5580
|
|
|
5581
|
-
// ../protocol/dist/core.js
|
|
5581
|
+
// ../packages/protocol/dist/core.js
|
|
5582
5582
|
var import_runtime = __toESM(require_commonjs(), 1);
|
|
5583
5583
|
var import_runtime2 = __toESM(require_commonjs(), 1);
|
|
5584
5584
|
var import_runtime3 = __toESM(require_commonjs(), 1);
|
|
@@ -22120,7 +22120,7 @@ function describeConnectionError(error) {
|
|
|
22120
22120
|
return `server connection error${suffix}: ${message}`;
|
|
22121
22121
|
}
|
|
22122
22122
|
|
|
22123
|
-
//
|
|
22123
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/wrapper.mjs
|
|
22124
22124
|
var import_stream = __toESM(require_stream(), 1);
|
|
22125
22125
|
var import_extension = __toESM(require_extension(), 1);
|
|
22126
22126
|
var import_permessage_deflate = __toESM(require_permessage_deflate(), 1);
|
|
@@ -22162,6 +22162,7 @@ class WebSocketTransport {
|
|
|
22162
22162
|
lastReconnectDelayMs = null;
|
|
22163
22163
|
lastReconnectCause = null;
|
|
22164
22164
|
reconnectCount = 0;
|
|
22165
|
+
reconnectScheduling = false;
|
|
22165
22166
|
constructor(options) {
|
|
22166
22167
|
this.url = options.url;
|
|
22167
22168
|
this.log = options.logger ?? {};
|
|
@@ -22189,26 +22190,33 @@ class WebSocketTransport {
|
|
|
22189
22190
|
}
|
|
22190
22191
|
async reconnect(options) {
|
|
22191
22192
|
const skipDelay = options?.skipDelay ?? false;
|
|
22192
|
-
if (this.state === "connecting" && this.reconnectionTimer) {
|
|
22193
|
+
if (this.state === "connecting" && (this.reconnectionTimer || this.reconnectScheduling)) {
|
|
22193
22194
|
return;
|
|
22194
22195
|
}
|
|
22195
|
-
|
|
22196
|
-
|
|
22197
|
-
|
|
22198
|
-
|
|
22199
|
-
const delayMs = Math.round(delaySeconds * 1000);
|
|
22200
|
-
const cause = options?.cause?.trim() || "unspecified";
|
|
22201
|
-
this.lastReconnectScheduledAt = Date.now();
|
|
22202
|
-
this.lastReconnectDelayMs = delayMs;
|
|
22203
|
-
this.lastReconnectCause = cause;
|
|
22204
|
-
this.reconnectCount += 1;
|
|
22205
|
-
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22206
|
-
this.reconnectionTimer = setTimeout(() => {
|
|
22207
|
-
this.reconnectionTimer = null;
|
|
22208
|
-
if (this.state === "idle" || this.state === "connected")
|
|
22196
|
+
this.reconnectScheduling = true;
|
|
22197
|
+
try {
|
|
22198
|
+
await this.setConnecting();
|
|
22199
|
+
if (this.state === "idle" || this.reconnectionTimer)
|
|
22209
22200
|
return;
|
|
22210
|
-
this.
|
|
22211
|
-
|
|
22201
|
+
this.cleanUpPreviousConnection();
|
|
22202
|
+
this.connectionAttemptNo = this.connectionAttemptNo + 1 >>> 0;
|
|
22203
|
+
const delaySeconds = this.getReconnectionDelaySeconds(this.connectionAttemptNo);
|
|
22204
|
+
const delayMs = Math.round(delaySeconds * 1000);
|
|
22205
|
+
const cause = options?.cause?.trim() || "unspecified";
|
|
22206
|
+
this.lastReconnectScheduledAt = Date.now();
|
|
22207
|
+
this.lastReconnectDelayMs = delayMs;
|
|
22208
|
+
this.lastReconnectCause = cause;
|
|
22209
|
+
this.reconnectCount += 1;
|
|
22210
|
+
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22211
|
+
this.reconnectionTimer = setTimeout(() => {
|
|
22212
|
+
this.reconnectionTimer = null;
|
|
22213
|
+
if (this.state === "idle" || this.state === "connected")
|
|
22214
|
+
return;
|
|
22215
|
+
this.openConnection();
|
|
22216
|
+
}, skipDelay ? 0 : delaySeconds * 1000);
|
|
22217
|
+
} finally {
|
|
22218
|
+
this.reconnectScheduling = false;
|
|
22219
|
+
}
|
|
22212
22220
|
}
|
|
22213
22221
|
cleanUpPreviousConnection() {
|
|
22214
22222
|
if (this.reconnectionTimer) {
|
|
@@ -22678,6 +22686,7 @@ class InlineSdkClient {
|
|
|
22678
22686
|
const chat = result.getChat.chat;
|
|
22679
22687
|
if (!chat)
|
|
22680
22688
|
throw new Error("getChat: missing chat");
|
|
22689
|
+
const dialogFollowMode = result.getChat.dialog?.followMode;
|
|
22681
22690
|
return {
|
|
22682
22691
|
chatId: chat.id,
|
|
22683
22692
|
title: chat.title,
|
|
@@ -22685,6 +22694,8 @@ class InlineSdkClient {
|
|
|
22685
22694
|
...chat.spaceId != null ? { spaceId: chat.spaceId } : {},
|
|
22686
22695
|
...chat.parentChatId != null ? { parentChatId: chat.parentChatId } : {},
|
|
22687
22696
|
...chat.parentMessageId != null ? { parentMessageId: chat.parentMessageId } : {},
|
|
22697
|
+
...chat.lastMsgId != null ? { lastMsgId: chat.lastMsgId } : {},
|
|
22698
|
+
...dialogFollowMode != null ? { dialogFollowMode } : {},
|
|
22688
22699
|
...chat.isPublic != null ? { isPublic: chat.isPublic } : {},
|
|
22689
22700
|
...chat.untitled != null ? { untitled: chat.untitled } : {},
|
|
22690
22701
|
...chat.number != null ? { number: chat.number } : {}
|
|
@@ -23801,6 +23812,36 @@ var resolveUploadFileUrl = (baseUrl) => {
|
|
|
23801
23812
|
return url;
|
|
23802
23813
|
};
|
|
23803
23814
|
var hasMethodMapping = (method) => Object.prototype.hasOwnProperty.call(rpcInputKindByMethod, method) && Object.prototype.hasOwnProperty.call(rpcResultKindByMethod, method);
|
|
23815
|
+
// ../sdk/dist/sdk/thread-mention-gating.js
|
|
23816
|
+
var INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT = 50;
|
|
23817
|
+
function isInlineReplyThreadForMentionGate(chat) {
|
|
23818
|
+
return parsePositiveInteger(chat.parentMessageId) != null;
|
|
23819
|
+
}
|
|
23820
|
+
function isInlineFreshThreadForMentionGate(lastMsgId, limit = INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT) {
|
|
23821
|
+
const normalized = parsePositiveInteger(lastMsgId);
|
|
23822
|
+
return normalized != null && normalized < BigInt(limit);
|
|
23823
|
+
}
|
|
23824
|
+
function isInlineFollowModeMentionGateEligible(chat) {
|
|
23825
|
+
if (isInlineReplyThreadForMentionGate(chat)) {
|
|
23826
|
+
return true;
|
|
23827
|
+
}
|
|
23828
|
+
return isInlineFreshThreadForMentionGate(chat.lastMsgId);
|
|
23829
|
+
}
|
|
23830
|
+
function parsePositiveInteger(value) {
|
|
23831
|
+
if (value == null)
|
|
23832
|
+
return null;
|
|
23833
|
+
if (typeof value === "bigint")
|
|
23834
|
+
return value > 0n ? value : null;
|
|
23835
|
+
if (typeof value === "number") {
|
|
23836
|
+
if (!Number.isSafeInteger(value) || value <= 0)
|
|
23837
|
+
return null;
|
|
23838
|
+
return BigInt(value);
|
|
23839
|
+
}
|
|
23840
|
+
const text = value.trim();
|
|
23841
|
+
if (!/^[1-9]\d*$/.test(text))
|
|
23842
|
+
return null;
|
|
23843
|
+
return BigInt(text);
|
|
23844
|
+
}
|
|
23804
23845
|
// ../sdk/dist/state/json-file-state-store.js
|
|
23805
23846
|
import { readFile, rename, writeFile } from "node:fs/promises";
|
|
23806
23847
|
|
|
@@ -23883,7 +23924,7 @@ import {
|
|
|
23883
23924
|
resolveSecretInputString
|
|
23884
23925
|
} from "openclaw/plugin-sdk/secret-input-runtime";
|
|
23885
23926
|
|
|
23886
|
-
//
|
|
23927
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
23887
23928
|
var exports_external = {};
|
|
23888
23929
|
__export(exports_external, {
|
|
23889
23930
|
xor: () => xor,
|
|
@@ -24126,7 +24167,7 @@ __export(exports_external, {
|
|
|
24126
24167
|
$brand: () => $brand
|
|
24127
24168
|
});
|
|
24128
24169
|
|
|
24129
|
-
//
|
|
24170
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/index.js
|
|
24130
24171
|
var exports_core2 = {};
|
|
24131
24172
|
__export(exports_core2, {
|
|
24132
24173
|
version: () => version,
|
|
@@ -24405,7 +24446,7 @@ __export(exports_core2, {
|
|
|
24405
24446
|
$ZodAny: () => $ZodAny
|
|
24406
24447
|
});
|
|
24407
24448
|
|
|
24408
|
-
//
|
|
24449
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
24409
24450
|
var _a;
|
|
24410
24451
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
24411
24452
|
status: "aborted"
|
|
@@ -24483,7 +24524,7 @@ function config(newConfig) {
|
|
|
24483
24524
|
Object.assign(globalConfig, newConfig);
|
|
24484
24525
|
return globalConfig;
|
|
24485
24526
|
}
|
|
24486
|
-
//
|
|
24527
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
24487
24528
|
var exports_util = {};
|
|
24488
24529
|
__export(exports_util, {
|
|
24489
24530
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -25175,7 +25216,7 @@ class Class {
|
|
|
25175
25216
|
constructor(..._args) {}
|
|
25176
25217
|
}
|
|
25177
25218
|
|
|
25178
|
-
//
|
|
25219
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
25179
25220
|
var initializer = (inst, def) => {
|
|
25180
25221
|
inst.name = "$ZodError";
|
|
25181
25222
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -25315,7 +25356,7 @@ function prettifyError(error) {
|
|
|
25315
25356
|
`);
|
|
25316
25357
|
}
|
|
25317
25358
|
|
|
25318
|
-
//
|
|
25359
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
25319
25360
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
25320
25361
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
25321
25362
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -25402,7 +25443,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
25402
25443
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
25403
25444
|
};
|
|
25404
25445
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
25405
|
-
//
|
|
25446
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
25406
25447
|
var exports_regexes = {};
|
|
25407
25448
|
__export(exports_regexes, {
|
|
25408
25449
|
xid: () => xid,
|
|
@@ -25561,7 +25602,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
25561
25602
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
25562
25603
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
25563
25604
|
|
|
25564
|
-
//
|
|
25605
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
25565
25606
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
25566
25607
|
var _a2;
|
|
25567
25608
|
inst._zod ?? (inst._zod = {});
|
|
@@ -26108,7 +26149,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
26108
26149
|
};
|
|
26109
26150
|
});
|
|
26110
26151
|
|
|
26111
|
-
//
|
|
26152
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
26112
26153
|
class Doc {
|
|
26113
26154
|
constructor(args = []) {
|
|
26114
26155
|
this.content = [];
|
|
@@ -26146,14 +26187,14 @@ class Doc {
|
|
|
26146
26187
|
}
|
|
26147
26188
|
}
|
|
26148
26189
|
|
|
26149
|
-
//
|
|
26190
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
26150
26191
|
var version = {
|
|
26151
26192
|
major: 4,
|
|
26152
26193
|
minor: 4,
|
|
26153
26194
|
patch: 3
|
|
26154
26195
|
};
|
|
26155
26196
|
|
|
26156
|
-
//
|
|
26197
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
26157
26198
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
26158
26199
|
var _a2;
|
|
26159
26200
|
inst ?? (inst = {});
|
|
@@ -28237,7 +28278,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
28237
28278
|
payload.issues.push(issue(_iss));
|
|
28238
28279
|
}
|
|
28239
28280
|
}
|
|
28240
|
-
//
|
|
28281
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/index.js
|
|
28241
28282
|
var exports_locales = {};
|
|
28242
28283
|
__export(exports_locales, {
|
|
28243
28284
|
zhTW: () => zh_TW_default,
|
|
@@ -28294,7 +28335,7 @@ __export(exports_locales, {
|
|
|
28294
28335
|
ar: () => ar_default
|
|
28295
28336
|
});
|
|
28296
28337
|
|
|
28297
|
-
//
|
|
28338
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ar.js
|
|
28298
28339
|
var error = () => {
|
|
28299
28340
|
const Sizable = {
|
|
28300
28341
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -28400,7 +28441,7 @@ function ar_default() {
|
|
|
28400
28441
|
localeError: error()
|
|
28401
28442
|
};
|
|
28402
28443
|
}
|
|
28403
|
-
//
|
|
28444
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/az.js
|
|
28404
28445
|
var error2 = () => {
|
|
28405
28446
|
const Sizable = {
|
|
28406
28447
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -28505,7 +28546,7 @@ function az_default() {
|
|
|
28505
28546
|
localeError: error2()
|
|
28506
28547
|
};
|
|
28507
28548
|
}
|
|
28508
|
-
//
|
|
28549
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/be.js
|
|
28509
28550
|
function getBelarusianPlural(count, one, few, many) {
|
|
28510
28551
|
const absCount = Math.abs(count);
|
|
28511
28552
|
const lastDigit = absCount % 10;
|
|
@@ -28661,7 +28702,7 @@ function be_default() {
|
|
|
28661
28702
|
localeError: error3()
|
|
28662
28703
|
};
|
|
28663
28704
|
}
|
|
28664
|
-
//
|
|
28705
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/bg.js
|
|
28665
28706
|
var error4 = () => {
|
|
28666
28707
|
const Sizable = {
|
|
28667
28708
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -28781,7 +28822,7 @@ function bg_default() {
|
|
|
28781
28822
|
localeError: error4()
|
|
28782
28823
|
};
|
|
28783
28824
|
}
|
|
28784
|
-
//
|
|
28825
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ca.js
|
|
28785
28826
|
var error5 = () => {
|
|
28786
28827
|
const Sizable = {
|
|
28787
28828
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -28888,7 +28929,7 @@ function ca_default() {
|
|
|
28888
28929
|
localeError: error5()
|
|
28889
28930
|
};
|
|
28890
28931
|
}
|
|
28891
|
-
//
|
|
28932
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/cs.js
|
|
28892
28933
|
var error6 = () => {
|
|
28893
28934
|
const Sizable = {
|
|
28894
28935
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -28999,7 +29040,7 @@ function cs_default() {
|
|
|
28999
29040
|
localeError: error6()
|
|
29000
29041
|
};
|
|
29001
29042
|
}
|
|
29002
|
-
//
|
|
29043
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/da.js
|
|
29003
29044
|
var error7 = () => {
|
|
29004
29045
|
const Sizable = {
|
|
29005
29046
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -29114,7 +29155,7 @@ function da_default() {
|
|
|
29114
29155
|
localeError: error7()
|
|
29115
29156
|
};
|
|
29116
29157
|
}
|
|
29117
|
-
//
|
|
29158
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/de.js
|
|
29118
29159
|
var error8 = () => {
|
|
29119
29160
|
const Sizable = {
|
|
29120
29161
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -29222,7 +29263,7 @@ function de_default() {
|
|
|
29222
29263
|
localeError: error8()
|
|
29223
29264
|
};
|
|
29224
29265
|
}
|
|
29225
|
-
//
|
|
29266
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/el.js
|
|
29226
29267
|
var error9 = () => {
|
|
29227
29268
|
const Sizable = {
|
|
29228
29269
|
string: { unit: "χαρακτήρες", verb: "να έχει" },
|
|
@@ -29331,7 +29372,7 @@ function el_default() {
|
|
|
29331
29372
|
localeError: error9()
|
|
29332
29373
|
};
|
|
29333
29374
|
}
|
|
29334
|
-
//
|
|
29375
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/en.js
|
|
29335
29376
|
var error10 = () => {
|
|
29336
29377
|
const Sizable = {
|
|
29337
29378
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -29441,7 +29482,7 @@ function en_default() {
|
|
|
29441
29482
|
localeError: error10()
|
|
29442
29483
|
};
|
|
29443
29484
|
}
|
|
29444
|
-
//
|
|
29485
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/eo.js
|
|
29445
29486
|
var error11 = () => {
|
|
29446
29487
|
const Sizable = {
|
|
29447
29488
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -29550,7 +29591,7 @@ function eo_default() {
|
|
|
29550
29591
|
localeError: error11()
|
|
29551
29592
|
};
|
|
29552
29593
|
}
|
|
29553
|
-
//
|
|
29594
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/es.js
|
|
29554
29595
|
var error12 = () => {
|
|
29555
29596
|
const Sizable = {
|
|
29556
29597
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -29682,7 +29723,7 @@ function es_default() {
|
|
|
29682
29723
|
localeError: error12()
|
|
29683
29724
|
};
|
|
29684
29725
|
}
|
|
29685
|
-
//
|
|
29726
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fa.js
|
|
29686
29727
|
var error13 = () => {
|
|
29687
29728
|
const Sizable = {
|
|
29688
29729
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -29796,7 +29837,7 @@ function fa_default() {
|
|
|
29796
29837
|
localeError: error13()
|
|
29797
29838
|
};
|
|
29798
29839
|
}
|
|
29799
|
-
//
|
|
29840
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fi.js
|
|
29800
29841
|
var error14 = () => {
|
|
29801
29842
|
const Sizable = {
|
|
29802
29843
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -29908,7 +29949,7 @@ function fi_default() {
|
|
|
29908
29949
|
localeError: error14()
|
|
29909
29950
|
};
|
|
29910
29951
|
}
|
|
29911
|
-
//
|
|
29952
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr.js
|
|
29912
29953
|
var error15 = () => {
|
|
29913
29954
|
const Sizable = {
|
|
29914
29955
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30033,7 +30074,7 @@ function fr_default() {
|
|
|
30033
30074
|
localeError: error15()
|
|
30034
30075
|
};
|
|
30035
30076
|
}
|
|
30036
|
-
//
|
|
30077
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr-CA.js
|
|
30037
30078
|
var error16 = () => {
|
|
30038
30079
|
const Sizable = {
|
|
30039
30080
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30140,7 +30181,7 @@ function fr_CA_default() {
|
|
|
30140
30181
|
localeError: error16()
|
|
30141
30182
|
};
|
|
30142
30183
|
}
|
|
30143
|
-
//
|
|
30184
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/he.js
|
|
30144
30185
|
var error17 = () => {
|
|
30145
30186
|
const TypeNames = {
|
|
30146
30187
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -30333,7 +30374,7 @@ function he_default() {
|
|
|
30333
30374
|
localeError: error17()
|
|
30334
30375
|
};
|
|
30335
30376
|
}
|
|
30336
|
-
//
|
|
30377
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hr.js
|
|
30337
30378
|
var error18 = () => {
|
|
30338
30379
|
const Sizable = {
|
|
30339
30380
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -30455,7 +30496,7 @@ function hr_default() {
|
|
|
30455
30496
|
localeError: error18()
|
|
30456
30497
|
};
|
|
30457
30498
|
}
|
|
30458
|
-
//
|
|
30499
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hu.js
|
|
30459
30500
|
var error19 = () => {
|
|
30460
30501
|
const Sizable = {
|
|
30461
30502
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -30563,7 +30604,7 @@ function hu_default() {
|
|
|
30563
30604
|
localeError: error19()
|
|
30564
30605
|
};
|
|
30565
30606
|
}
|
|
30566
|
-
//
|
|
30607
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hy.js
|
|
30567
30608
|
function getArmenianPlural(count, one, many) {
|
|
30568
30609
|
return Math.abs(count) === 1 ? one : many;
|
|
30569
30610
|
}
|
|
@@ -30710,7 +30751,7 @@ function hy_default() {
|
|
|
30710
30751
|
localeError: error20()
|
|
30711
30752
|
};
|
|
30712
30753
|
}
|
|
30713
|
-
//
|
|
30754
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/id.js
|
|
30714
30755
|
var error21 = () => {
|
|
30715
30756
|
const Sizable = {
|
|
30716
30757
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -30816,7 +30857,7 @@ function id_default() {
|
|
|
30816
30857
|
localeError: error21()
|
|
30817
30858
|
};
|
|
30818
30859
|
}
|
|
30819
|
-
//
|
|
30860
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/is.js
|
|
30820
30861
|
var error22 = () => {
|
|
30821
30862
|
const Sizable = {
|
|
30822
30863
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -30925,7 +30966,7 @@ function is_default() {
|
|
|
30925
30966
|
localeError: error22()
|
|
30926
30967
|
};
|
|
30927
30968
|
}
|
|
30928
|
-
//
|
|
30969
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/it.js
|
|
30929
30970
|
var error23 = () => {
|
|
30930
30971
|
const Sizable = {
|
|
30931
30972
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -31033,7 +31074,7 @@ function it_default() {
|
|
|
31033
31074
|
localeError: error23()
|
|
31034
31075
|
};
|
|
31035
31076
|
}
|
|
31036
|
-
//
|
|
31077
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ja.js
|
|
31037
31078
|
var error24 = () => {
|
|
31038
31079
|
const Sizable = {
|
|
31039
31080
|
string: { unit: "文字", verb: "である" },
|
|
@@ -31140,7 +31181,7 @@ function ja_default() {
|
|
|
31140
31181
|
localeError: error24()
|
|
31141
31182
|
};
|
|
31142
31183
|
}
|
|
31143
|
-
//
|
|
31184
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ka.js
|
|
31144
31185
|
var error25 = () => {
|
|
31145
31186
|
const Sizable = {
|
|
31146
31187
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -31252,7 +31293,7 @@ function ka_default() {
|
|
|
31252
31293
|
localeError: error25()
|
|
31253
31294
|
};
|
|
31254
31295
|
}
|
|
31255
|
-
//
|
|
31296
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/km.js
|
|
31256
31297
|
var error26 = () => {
|
|
31257
31298
|
const Sizable = {
|
|
31258
31299
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -31363,11 +31404,11 @@ function km_default() {
|
|
|
31363
31404
|
};
|
|
31364
31405
|
}
|
|
31365
31406
|
|
|
31366
|
-
//
|
|
31407
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/kh.js
|
|
31367
31408
|
function kh_default() {
|
|
31368
31409
|
return km_default();
|
|
31369
31410
|
}
|
|
31370
|
-
//
|
|
31411
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ko.js
|
|
31371
31412
|
var error27 = () => {
|
|
31372
31413
|
const Sizable = {
|
|
31373
31414
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -31478,7 +31519,7 @@ function ko_default() {
|
|
|
31478
31519
|
localeError: error27()
|
|
31479
31520
|
};
|
|
31480
31521
|
}
|
|
31481
|
-
//
|
|
31522
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/lt.js
|
|
31482
31523
|
var capitalizeFirstCharacter = (text) => {
|
|
31483
31524
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
31484
31525
|
};
|
|
@@ -31681,7 +31722,7 @@ function lt_default() {
|
|
|
31681
31722
|
localeError: error28()
|
|
31682
31723
|
};
|
|
31683
31724
|
}
|
|
31684
|
-
//
|
|
31725
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/mk.js
|
|
31685
31726
|
var error29 = () => {
|
|
31686
31727
|
const Sizable = {
|
|
31687
31728
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -31790,7 +31831,7 @@ function mk_default() {
|
|
|
31790
31831
|
localeError: error29()
|
|
31791
31832
|
};
|
|
31792
31833
|
}
|
|
31793
|
-
//
|
|
31834
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ms.js
|
|
31794
31835
|
var error30 = () => {
|
|
31795
31836
|
const Sizable = {
|
|
31796
31837
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -31897,7 +31938,7 @@ function ms_default() {
|
|
|
31897
31938
|
localeError: error30()
|
|
31898
31939
|
};
|
|
31899
31940
|
}
|
|
31900
|
-
//
|
|
31941
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/nl.js
|
|
31901
31942
|
var error31 = () => {
|
|
31902
31943
|
const Sizable = {
|
|
31903
31944
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -32007,7 +32048,7 @@ function nl_default() {
|
|
|
32007
32048
|
localeError: error31()
|
|
32008
32049
|
};
|
|
32009
32050
|
}
|
|
32010
|
-
//
|
|
32051
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/no.js
|
|
32011
32052
|
var error32 = () => {
|
|
32012
32053
|
const Sizable = {
|
|
32013
32054
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -32115,7 +32156,7 @@ function no_default() {
|
|
|
32115
32156
|
localeError: error32()
|
|
32116
32157
|
};
|
|
32117
32158
|
}
|
|
32118
|
-
//
|
|
32159
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ota.js
|
|
32119
32160
|
var error33 = () => {
|
|
32120
32161
|
const Sizable = {
|
|
32121
32162
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -32224,7 +32265,7 @@ function ota_default() {
|
|
|
32224
32265
|
localeError: error33()
|
|
32225
32266
|
};
|
|
32226
32267
|
}
|
|
32227
|
-
//
|
|
32268
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ps.js
|
|
32228
32269
|
var error34 = () => {
|
|
32229
32270
|
const Sizable = {
|
|
32230
32271
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -32338,7 +32379,7 @@ function ps_default() {
|
|
|
32338
32379
|
localeError: error34()
|
|
32339
32380
|
};
|
|
32340
32381
|
}
|
|
32341
|
-
//
|
|
32382
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pl.js
|
|
32342
32383
|
var error35 = () => {
|
|
32343
32384
|
const Sizable = {
|
|
32344
32385
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -32447,7 +32488,7 @@ function pl_default() {
|
|
|
32447
32488
|
localeError: error35()
|
|
32448
32489
|
};
|
|
32449
32490
|
}
|
|
32450
|
-
//
|
|
32491
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pt.js
|
|
32451
32492
|
var error36 = () => {
|
|
32452
32493
|
const Sizable = {
|
|
32453
32494
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -32555,7 +32596,7 @@ function pt_default() {
|
|
|
32555
32596
|
localeError: error36()
|
|
32556
32597
|
};
|
|
32557
32598
|
}
|
|
32558
|
-
//
|
|
32599
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ro.js
|
|
32559
32600
|
var error37 = () => {
|
|
32560
32601
|
const Sizable = {
|
|
32561
32602
|
string: { unit: "caractere", verb: "să aibă" },
|
|
@@ -32674,7 +32715,7 @@ function ro_default() {
|
|
|
32674
32715
|
localeError: error37()
|
|
32675
32716
|
};
|
|
32676
32717
|
}
|
|
32677
|
-
//
|
|
32718
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ru.js
|
|
32678
32719
|
function getRussianPlural(count, one, few, many) {
|
|
32679
32720
|
const absCount = Math.abs(count);
|
|
32680
32721
|
const lastDigit = absCount % 10;
|
|
@@ -32830,7 +32871,7 @@ function ru_default() {
|
|
|
32830
32871
|
localeError: error38()
|
|
32831
32872
|
};
|
|
32832
32873
|
}
|
|
32833
|
-
//
|
|
32874
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sl.js
|
|
32834
32875
|
var error39 = () => {
|
|
32835
32876
|
const Sizable = {
|
|
32836
32877
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -32939,7 +32980,7 @@ function sl_default() {
|
|
|
32939
32980
|
localeError: error39()
|
|
32940
32981
|
};
|
|
32941
32982
|
}
|
|
32942
|
-
//
|
|
32983
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sv.js
|
|
32943
32984
|
var error40 = () => {
|
|
32944
32985
|
const Sizable = {
|
|
32945
32986
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -33049,7 +33090,7 @@ function sv_default() {
|
|
|
33049
33090
|
localeError: error40()
|
|
33050
33091
|
};
|
|
33051
33092
|
}
|
|
33052
|
-
//
|
|
33093
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ta.js
|
|
33053
33094
|
var error41 = () => {
|
|
33054
33095
|
const Sizable = {
|
|
33055
33096
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -33159,7 +33200,7 @@ function ta_default() {
|
|
|
33159
33200
|
localeError: error41()
|
|
33160
33201
|
};
|
|
33161
33202
|
}
|
|
33162
|
-
//
|
|
33203
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/th.js
|
|
33163
33204
|
var error42 = () => {
|
|
33164
33205
|
const Sizable = {
|
|
33165
33206
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -33269,7 +33310,7 @@ function th_default() {
|
|
|
33269
33310
|
localeError: error42()
|
|
33270
33311
|
};
|
|
33271
33312
|
}
|
|
33272
|
-
//
|
|
33313
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/tr.js
|
|
33273
33314
|
var error43 = () => {
|
|
33274
33315
|
const Sizable = {
|
|
33275
33316
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -33374,7 +33415,7 @@ function tr_default() {
|
|
|
33374
33415
|
localeError: error43()
|
|
33375
33416
|
};
|
|
33376
33417
|
}
|
|
33377
|
-
//
|
|
33418
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uk.js
|
|
33378
33419
|
var error44 = () => {
|
|
33379
33420
|
const Sizable = {
|
|
33380
33421
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -33483,11 +33524,11 @@ function uk_default() {
|
|
|
33483
33524
|
};
|
|
33484
33525
|
}
|
|
33485
33526
|
|
|
33486
|
-
//
|
|
33527
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ua.js
|
|
33487
33528
|
function ua_default() {
|
|
33488
33529
|
return uk_default();
|
|
33489
33530
|
}
|
|
33490
|
-
//
|
|
33531
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ur.js
|
|
33491
33532
|
var error45 = () => {
|
|
33492
33533
|
const Sizable = {
|
|
33493
33534
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -33597,7 +33638,7 @@ function ur_default() {
|
|
|
33597
33638
|
localeError: error45()
|
|
33598
33639
|
};
|
|
33599
33640
|
}
|
|
33600
|
-
//
|
|
33641
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uz.js
|
|
33601
33642
|
var error46 = () => {
|
|
33602
33643
|
const Sizable = {
|
|
33603
33644
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -33707,7 +33748,7 @@ function uz_default() {
|
|
|
33707
33748
|
localeError: error46()
|
|
33708
33749
|
};
|
|
33709
33750
|
}
|
|
33710
|
-
//
|
|
33751
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/vi.js
|
|
33711
33752
|
var error47 = () => {
|
|
33712
33753
|
const Sizable = {
|
|
33713
33754
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -33815,7 +33856,7 @@ function vi_default() {
|
|
|
33815
33856
|
localeError: error47()
|
|
33816
33857
|
};
|
|
33817
33858
|
}
|
|
33818
|
-
//
|
|
33859
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-CN.js
|
|
33819
33860
|
var error48 = () => {
|
|
33820
33861
|
const Sizable = {
|
|
33821
33862
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -33924,7 +33965,7 @@ function zh_CN_default() {
|
|
|
33924
33965
|
localeError: error48()
|
|
33925
33966
|
};
|
|
33926
33967
|
}
|
|
33927
|
-
//
|
|
33968
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-TW.js
|
|
33928
33969
|
var error49 = () => {
|
|
33929
33970
|
const Sizable = {
|
|
33930
33971
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -34031,7 +34072,7 @@ function zh_TW_default() {
|
|
|
34031
34072
|
localeError: error49()
|
|
34032
34073
|
};
|
|
34033
34074
|
}
|
|
34034
|
-
//
|
|
34075
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/yo.js
|
|
34035
34076
|
var error50 = () => {
|
|
34036
34077
|
const Sizable = {
|
|
34037
34078
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -34138,7 +34179,7 @@ function yo_default() {
|
|
|
34138
34179
|
localeError: error50()
|
|
34139
34180
|
};
|
|
34140
34181
|
}
|
|
34141
|
-
//
|
|
34182
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
34142
34183
|
var _a2;
|
|
34143
34184
|
var $output = Symbol("ZodOutput");
|
|
34144
34185
|
var $input = Symbol("ZodInput");
|
|
@@ -34188,7 +34229,7 @@ function registry() {
|
|
|
34188
34229
|
}
|
|
34189
34230
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
34190
34231
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
34191
|
-
//
|
|
34232
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
34192
34233
|
function _string(Class2, params) {
|
|
34193
34234
|
return new Class2({
|
|
34194
34235
|
type: "string",
|
|
@@ -35108,7 +35149,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
35108
35149
|
const inst = new Class2(def);
|
|
35109
35150
|
return inst;
|
|
35110
35151
|
}
|
|
35111
|
-
//
|
|
35152
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
35112
35153
|
function initializeContext(params) {
|
|
35113
35154
|
let target = params?.target ?? "draft-2020-12";
|
|
35114
35155
|
if (target === "draft-4")
|
|
@@ -35460,7 +35501,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
35460
35501
|
extractDefs(ctx, schema);
|
|
35461
35502
|
return finalize(ctx, schema);
|
|
35462
35503
|
};
|
|
35463
|
-
//
|
|
35504
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
35464
35505
|
var formatMap = {
|
|
35465
35506
|
guid: "uuid",
|
|
35466
35507
|
url: "uri",
|
|
@@ -35998,7 +36039,7 @@ function toJSONSchema(input, params) {
|
|
|
35998
36039
|
extractDefs(ctx, input);
|
|
35999
36040
|
return finalize(ctx, input);
|
|
36000
36041
|
}
|
|
36001
|
-
//
|
|
36042
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-generator.js
|
|
36002
36043
|
class JSONSchemaGenerator {
|
|
36003
36044
|
get metadataRegistry() {
|
|
36004
36045
|
return this.ctx.metadataRegistry;
|
|
@@ -36057,9 +36098,9 @@ class JSONSchemaGenerator {
|
|
|
36057
36098
|
return plainResult;
|
|
36058
36099
|
}
|
|
36059
36100
|
}
|
|
36060
|
-
//
|
|
36101
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema.js
|
|
36061
36102
|
var exports_json_schema = {};
|
|
36062
|
-
//
|
|
36103
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36063
36104
|
var exports_schemas2 = {};
|
|
36064
36105
|
__export(exports_schemas2, {
|
|
36065
36106
|
xor: () => xor,
|
|
@@ -36230,7 +36271,7 @@ __export(exports_schemas2, {
|
|
|
36230
36271
|
ZodAny: () => ZodAny
|
|
36231
36272
|
});
|
|
36232
36273
|
|
|
36233
|
-
//
|
|
36274
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/checks.js
|
|
36234
36275
|
var exports_checks2 = {};
|
|
36235
36276
|
__export(exports_checks2, {
|
|
36236
36277
|
uppercase: () => _uppercase,
|
|
@@ -36264,7 +36305,7 @@ __export(exports_checks2, {
|
|
|
36264
36305
|
endsWith: () => _endsWith
|
|
36265
36306
|
});
|
|
36266
36307
|
|
|
36267
|
-
//
|
|
36308
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
36268
36309
|
var exports_iso = {};
|
|
36269
36310
|
__export(exports_iso, {
|
|
36270
36311
|
time: () => time2,
|
|
@@ -36305,7 +36346,7 @@ function duration2(params) {
|
|
|
36305
36346
|
return _isoDuration(ZodISODuration, params);
|
|
36306
36347
|
}
|
|
36307
36348
|
|
|
36308
|
-
//
|
|
36349
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
36309
36350
|
var initializer2 = (inst, issues) => {
|
|
36310
36351
|
$ZodError.init(inst, issues);
|
|
36311
36352
|
inst.name = "ZodError";
|
|
@@ -36340,7 +36381,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
36340
36381
|
Parent: Error
|
|
36341
36382
|
});
|
|
36342
36383
|
|
|
36343
|
-
//
|
|
36384
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
36344
36385
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
36345
36386
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
36346
36387
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -36354,7 +36395,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
36354
36395
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
36355
36396
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
36356
36397
|
|
|
36357
|
-
//
|
|
36398
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36358
36399
|
var _installedGroups = /* @__PURE__ */ new WeakMap;
|
|
36359
36400
|
function _installLazyMethods(inst, group, methods) {
|
|
36360
36401
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -37641,7 +37682,7 @@ function preprocess(fn, schema) {
|
|
|
37641
37682
|
out: schema
|
|
37642
37683
|
});
|
|
37643
37684
|
}
|
|
37644
|
-
//
|
|
37685
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/compat.js
|
|
37645
37686
|
var ZodIssueCode = {
|
|
37646
37687
|
invalid_type: "invalid_type",
|
|
37647
37688
|
too_big: "too_big",
|
|
@@ -37665,7 +37706,7 @@ function getErrorMap() {
|
|
|
37665
37706
|
}
|
|
37666
37707
|
var ZodFirstPartyTypeKind;
|
|
37667
37708
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
37668
|
-
//
|
|
37709
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
37669
37710
|
var z = {
|
|
37670
37711
|
...exports_schemas2,
|
|
37671
37712
|
...exports_checks2,
|
|
@@ -38132,7 +38173,7 @@ function fromJSONSchema(schema, params) {
|
|
|
38132
38173
|
};
|
|
38133
38174
|
return convertSchema(normalized, ctx);
|
|
38134
38175
|
}
|
|
38135
|
-
//
|
|
38176
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/coerce.js
|
|
38136
38177
|
var exports_coerce = {};
|
|
38137
38178
|
__export(exports_coerce, {
|
|
38138
38179
|
string: () => string3,
|
|
@@ -38157,7 +38198,7 @@ function date4(params) {
|
|
|
38157
38198
|
return _coercedDate(ZodDate, params);
|
|
38158
38199
|
}
|
|
38159
38200
|
|
|
38160
|
-
//
|
|
38201
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
38161
38202
|
config(en_default());
|
|
38162
38203
|
// src/openclaw-compat.ts
|
|
38163
38204
|
var MB = 1024 * 1024;
|
|
@@ -42514,5 +42555,5 @@ export {
|
|
|
42514
42555
|
registerInlinePluginFull
|
|
42515
42556
|
};
|
|
42516
42557
|
|
|
42517
|
-
//# debugId=
|
|
42558
|
+
//# debugId=AF038A8BB9E1423364756E2164756E21
|
|
42518
42559
|
//# sourceMappingURL=runtime-register-api.js.map
|