@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");
|
|
@@ -5588,7 +5588,7 @@ import {
|
|
|
5588
5588
|
import { createSubsystemLogger } from "openclaw/plugin-sdk/runtime-env";
|
|
5589
5589
|
import { normalizeOptionalString as normalizeOptionalString3 } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
5590
5590
|
|
|
5591
|
-
// ../protocol/dist/core.js
|
|
5591
|
+
// ../packages/protocol/dist/core.js
|
|
5592
5592
|
var import_runtime = __toESM(require_commonjs(), 1);
|
|
5593
5593
|
var import_runtime2 = __toESM(require_commonjs(), 1);
|
|
5594
5594
|
var import_runtime3 = __toESM(require_commonjs(), 1);
|
|
@@ -22130,7 +22130,7 @@ function describeConnectionError(error) {
|
|
|
22130
22130
|
return `server connection error${suffix}: ${message}`;
|
|
22131
22131
|
}
|
|
22132
22132
|
|
|
22133
|
-
//
|
|
22133
|
+
// ../node_modules/.bun/ws@8.21.0/node_modules/ws/wrapper.mjs
|
|
22134
22134
|
var import_stream = __toESM(require_stream(), 1);
|
|
22135
22135
|
var import_extension = __toESM(require_extension(), 1);
|
|
22136
22136
|
var import_permessage_deflate = __toESM(require_permessage_deflate(), 1);
|
|
@@ -22172,6 +22172,7 @@ class WebSocketTransport {
|
|
|
22172
22172
|
lastReconnectDelayMs = null;
|
|
22173
22173
|
lastReconnectCause = null;
|
|
22174
22174
|
reconnectCount = 0;
|
|
22175
|
+
reconnectScheduling = false;
|
|
22175
22176
|
constructor(options) {
|
|
22176
22177
|
this.url = options.url;
|
|
22177
22178
|
this.log = options.logger ?? {};
|
|
@@ -22199,26 +22200,33 @@ class WebSocketTransport {
|
|
|
22199
22200
|
}
|
|
22200
22201
|
async reconnect(options) {
|
|
22201
22202
|
const skipDelay = options?.skipDelay ?? false;
|
|
22202
|
-
if (this.state === "connecting" && this.reconnectionTimer) {
|
|
22203
|
+
if (this.state === "connecting" && (this.reconnectionTimer || this.reconnectScheduling)) {
|
|
22203
22204
|
return;
|
|
22204
22205
|
}
|
|
22205
|
-
|
|
22206
|
-
|
|
22207
|
-
|
|
22208
|
-
|
|
22209
|
-
const delayMs = Math.round(delaySeconds * 1000);
|
|
22210
|
-
const cause = options?.cause?.trim() || "unspecified";
|
|
22211
|
-
this.lastReconnectScheduledAt = Date.now();
|
|
22212
|
-
this.lastReconnectDelayMs = delayMs;
|
|
22213
|
-
this.lastReconnectCause = cause;
|
|
22214
|
-
this.reconnectCount += 1;
|
|
22215
|
-
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22216
|
-
this.reconnectionTimer = setTimeout(() => {
|
|
22217
|
-
this.reconnectionTimer = null;
|
|
22218
|
-
if (this.state === "idle" || this.state === "connected")
|
|
22206
|
+
this.reconnectScheduling = true;
|
|
22207
|
+
try {
|
|
22208
|
+
await this.setConnecting();
|
|
22209
|
+
if (this.state === "idle" || this.reconnectionTimer)
|
|
22219
22210
|
return;
|
|
22220
|
-
this.
|
|
22221
|
-
|
|
22211
|
+
this.cleanUpPreviousConnection();
|
|
22212
|
+
this.connectionAttemptNo = this.connectionAttemptNo + 1 >>> 0;
|
|
22213
|
+
const delaySeconds = this.getReconnectionDelaySeconds(this.connectionAttemptNo);
|
|
22214
|
+
const delayMs = Math.round(delaySeconds * 1000);
|
|
22215
|
+
const cause = options?.cause?.trim() || "unspecified";
|
|
22216
|
+
this.lastReconnectScheduledAt = Date.now();
|
|
22217
|
+
this.lastReconnectDelayMs = delayMs;
|
|
22218
|
+
this.lastReconnectCause = cause;
|
|
22219
|
+
this.reconnectCount += 1;
|
|
22220
|
+
this.log.warn?.(`WebSocket reconnect scheduled (attempt=${this.connectionAttemptNo}, delayMs=${delayMs}, cause=${cause})`);
|
|
22221
|
+
this.reconnectionTimer = setTimeout(() => {
|
|
22222
|
+
this.reconnectionTimer = null;
|
|
22223
|
+
if (this.state === "idle" || this.state === "connected")
|
|
22224
|
+
return;
|
|
22225
|
+
this.openConnection();
|
|
22226
|
+
}, skipDelay ? 0 : delaySeconds * 1000);
|
|
22227
|
+
} finally {
|
|
22228
|
+
this.reconnectScheduling = false;
|
|
22229
|
+
}
|
|
22222
22230
|
}
|
|
22223
22231
|
cleanUpPreviousConnection() {
|
|
22224
22232
|
if (this.reconnectionTimer) {
|
|
@@ -22688,6 +22696,7 @@ class InlineSdkClient {
|
|
|
22688
22696
|
const chat = result.getChat.chat;
|
|
22689
22697
|
if (!chat)
|
|
22690
22698
|
throw new Error("getChat: missing chat");
|
|
22699
|
+
const dialogFollowMode = result.getChat.dialog?.followMode;
|
|
22691
22700
|
return {
|
|
22692
22701
|
chatId: chat.id,
|
|
22693
22702
|
title: chat.title,
|
|
@@ -22695,6 +22704,8 @@ class InlineSdkClient {
|
|
|
22695
22704
|
...chat.spaceId != null ? { spaceId: chat.spaceId } : {},
|
|
22696
22705
|
...chat.parentChatId != null ? { parentChatId: chat.parentChatId } : {},
|
|
22697
22706
|
...chat.parentMessageId != null ? { parentMessageId: chat.parentMessageId } : {},
|
|
22707
|
+
...chat.lastMsgId != null ? { lastMsgId: chat.lastMsgId } : {},
|
|
22708
|
+
...dialogFollowMode != null ? { dialogFollowMode } : {},
|
|
22698
22709
|
...chat.isPublic != null ? { isPublic: chat.isPublic } : {},
|
|
22699
22710
|
...chat.untitled != null ? { untitled: chat.untitled } : {},
|
|
22700
22711
|
...chat.number != null ? { number: chat.number } : {}
|
|
@@ -23811,6 +23822,36 @@ var resolveUploadFileUrl = (baseUrl) => {
|
|
|
23811
23822
|
return url;
|
|
23812
23823
|
};
|
|
23813
23824
|
var hasMethodMapping = (method) => Object.prototype.hasOwnProperty.call(rpcInputKindByMethod, method) && Object.prototype.hasOwnProperty.call(rpcResultKindByMethod, method);
|
|
23825
|
+
// ../sdk/dist/sdk/thread-mention-gating.js
|
|
23826
|
+
var INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT = 50;
|
|
23827
|
+
function isInlineReplyThreadForMentionGate(chat) {
|
|
23828
|
+
return parsePositiveInteger(chat.parentMessageId) != null;
|
|
23829
|
+
}
|
|
23830
|
+
function isInlineFreshThreadForMentionGate(lastMsgId, limit = INLINE_FOLLOW_MODE_MENTION_FRESH_LAST_MESSAGE_ID_LIMIT) {
|
|
23831
|
+
const normalized = parsePositiveInteger(lastMsgId);
|
|
23832
|
+
return normalized != null && normalized < BigInt(limit);
|
|
23833
|
+
}
|
|
23834
|
+
function isInlineFollowModeMentionGateEligible(chat) {
|
|
23835
|
+
if (isInlineReplyThreadForMentionGate(chat)) {
|
|
23836
|
+
return true;
|
|
23837
|
+
}
|
|
23838
|
+
return isInlineFreshThreadForMentionGate(chat.lastMsgId);
|
|
23839
|
+
}
|
|
23840
|
+
function parsePositiveInteger(value) {
|
|
23841
|
+
if (value == null)
|
|
23842
|
+
return null;
|
|
23843
|
+
if (typeof value === "bigint")
|
|
23844
|
+
return value > 0n ? value : null;
|
|
23845
|
+
if (typeof value === "number") {
|
|
23846
|
+
if (!Number.isSafeInteger(value) || value <= 0)
|
|
23847
|
+
return null;
|
|
23848
|
+
return BigInt(value);
|
|
23849
|
+
}
|
|
23850
|
+
const text = value.trim();
|
|
23851
|
+
if (!/^[1-9]\d*$/.test(text))
|
|
23852
|
+
return null;
|
|
23853
|
+
return BigInt(text);
|
|
23854
|
+
}
|
|
23814
23855
|
// ../sdk/dist/state/json-file-state-store.js
|
|
23815
23856
|
import { readFile, rename, writeFile } from "node:fs/promises";
|
|
23816
23857
|
|
|
@@ -23899,7 +23940,7 @@ import {
|
|
|
23899
23940
|
resolveSecretInputString
|
|
23900
23941
|
} from "openclaw/plugin-sdk/secret-input-runtime";
|
|
23901
23942
|
|
|
23902
|
-
//
|
|
23943
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
23903
23944
|
var exports_external = {};
|
|
23904
23945
|
__export(exports_external, {
|
|
23905
23946
|
xor: () => xor,
|
|
@@ -24142,7 +24183,7 @@ __export(exports_external, {
|
|
|
24142
24183
|
$brand: () => $brand
|
|
24143
24184
|
});
|
|
24144
24185
|
|
|
24145
|
-
//
|
|
24186
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/index.js
|
|
24146
24187
|
var exports_core2 = {};
|
|
24147
24188
|
__export(exports_core2, {
|
|
24148
24189
|
version: () => version,
|
|
@@ -24421,7 +24462,7 @@ __export(exports_core2, {
|
|
|
24421
24462
|
$ZodAny: () => $ZodAny
|
|
24422
24463
|
});
|
|
24423
24464
|
|
|
24424
|
-
//
|
|
24465
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
24425
24466
|
var _a;
|
|
24426
24467
|
var NEVER = /* @__PURE__ */ Object.freeze({
|
|
24427
24468
|
status: "aborted"
|
|
@@ -24499,7 +24540,7 @@ function config(newConfig) {
|
|
|
24499
24540
|
Object.assign(globalConfig, newConfig);
|
|
24500
24541
|
return globalConfig;
|
|
24501
24542
|
}
|
|
24502
|
-
//
|
|
24543
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
24503
24544
|
var exports_util = {};
|
|
24504
24545
|
__export(exports_util, {
|
|
24505
24546
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -25191,7 +25232,7 @@ class Class {
|
|
|
25191
25232
|
constructor(..._args) {}
|
|
25192
25233
|
}
|
|
25193
25234
|
|
|
25194
|
-
//
|
|
25235
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
25195
25236
|
var initializer = (inst, def) => {
|
|
25196
25237
|
inst.name = "$ZodError";
|
|
25197
25238
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -25331,7 +25372,7 @@ function prettifyError(error) {
|
|
|
25331
25372
|
`);
|
|
25332
25373
|
}
|
|
25333
25374
|
|
|
25334
|
-
//
|
|
25375
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
25335
25376
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
25336
25377
|
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
25337
25378
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -25418,7 +25459,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
25418
25459
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
25419
25460
|
};
|
|
25420
25461
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
25421
|
-
//
|
|
25462
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
25422
25463
|
var exports_regexes = {};
|
|
25423
25464
|
__export(exports_regexes, {
|
|
25424
25465
|
xid: () => xid,
|
|
@@ -25577,7 +25618,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
25577
25618
|
var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
25578
25619
|
var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
25579
25620
|
|
|
25580
|
-
//
|
|
25621
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
25581
25622
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
25582
25623
|
var _a2;
|
|
25583
25624
|
inst._zod ?? (inst._zod = {});
|
|
@@ -26124,7 +26165,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
26124
26165
|
};
|
|
26125
26166
|
});
|
|
26126
26167
|
|
|
26127
|
-
//
|
|
26168
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
26128
26169
|
class Doc {
|
|
26129
26170
|
constructor(args = []) {
|
|
26130
26171
|
this.content = [];
|
|
@@ -26162,14 +26203,14 @@ class Doc {
|
|
|
26162
26203
|
}
|
|
26163
26204
|
}
|
|
26164
26205
|
|
|
26165
|
-
//
|
|
26206
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
26166
26207
|
var version = {
|
|
26167
26208
|
major: 4,
|
|
26168
26209
|
minor: 4,
|
|
26169
26210
|
patch: 3
|
|
26170
26211
|
};
|
|
26171
26212
|
|
|
26172
|
-
//
|
|
26213
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
26173
26214
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
26174
26215
|
var _a2;
|
|
26175
26216
|
inst ?? (inst = {});
|
|
@@ -28253,7 +28294,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
28253
28294
|
payload.issues.push(issue(_iss));
|
|
28254
28295
|
}
|
|
28255
28296
|
}
|
|
28256
|
-
//
|
|
28297
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/index.js
|
|
28257
28298
|
var exports_locales = {};
|
|
28258
28299
|
__export(exports_locales, {
|
|
28259
28300
|
zhTW: () => zh_TW_default,
|
|
@@ -28310,7 +28351,7 @@ __export(exports_locales, {
|
|
|
28310
28351
|
ar: () => ar_default
|
|
28311
28352
|
});
|
|
28312
28353
|
|
|
28313
|
-
//
|
|
28354
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ar.js
|
|
28314
28355
|
var error = () => {
|
|
28315
28356
|
const Sizable = {
|
|
28316
28357
|
string: { unit: "حرف", verb: "أن يحوي" },
|
|
@@ -28416,7 +28457,7 @@ function ar_default() {
|
|
|
28416
28457
|
localeError: error()
|
|
28417
28458
|
};
|
|
28418
28459
|
}
|
|
28419
|
-
//
|
|
28460
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/az.js
|
|
28420
28461
|
var error2 = () => {
|
|
28421
28462
|
const Sizable = {
|
|
28422
28463
|
string: { unit: "simvol", verb: "olmalıdır" },
|
|
@@ -28521,7 +28562,7 @@ function az_default() {
|
|
|
28521
28562
|
localeError: error2()
|
|
28522
28563
|
};
|
|
28523
28564
|
}
|
|
28524
|
-
//
|
|
28565
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/be.js
|
|
28525
28566
|
function getBelarusianPlural(count, one, few, many) {
|
|
28526
28567
|
const absCount = Math.abs(count);
|
|
28527
28568
|
const lastDigit = absCount % 10;
|
|
@@ -28677,7 +28718,7 @@ function be_default() {
|
|
|
28677
28718
|
localeError: error3()
|
|
28678
28719
|
};
|
|
28679
28720
|
}
|
|
28680
|
-
//
|
|
28721
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/bg.js
|
|
28681
28722
|
var error4 = () => {
|
|
28682
28723
|
const Sizable = {
|
|
28683
28724
|
string: { unit: "символа", verb: "да съдържа" },
|
|
@@ -28797,7 +28838,7 @@ function bg_default() {
|
|
|
28797
28838
|
localeError: error4()
|
|
28798
28839
|
};
|
|
28799
28840
|
}
|
|
28800
|
-
//
|
|
28841
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ca.js
|
|
28801
28842
|
var error5 = () => {
|
|
28802
28843
|
const Sizable = {
|
|
28803
28844
|
string: { unit: "caràcters", verb: "contenir" },
|
|
@@ -28904,7 +28945,7 @@ function ca_default() {
|
|
|
28904
28945
|
localeError: error5()
|
|
28905
28946
|
};
|
|
28906
28947
|
}
|
|
28907
|
-
//
|
|
28948
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/cs.js
|
|
28908
28949
|
var error6 = () => {
|
|
28909
28950
|
const Sizable = {
|
|
28910
28951
|
string: { unit: "znaků", verb: "mít" },
|
|
@@ -29015,7 +29056,7 @@ function cs_default() {
|
|
|
29015
29056
|
localeError: error6()
|
|
29016
29057
|
};
|
|
29017
29058
|
}
|
|
29018
|
-
//
|
|
29059
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/da.js
|
|
29019
29060
|
var error7 = () => {
|
|
29020
29061
|
const Sizable = {
|
|
29021
29062
|
string: { unit: "tegn", verb: "havde" },
|
|
@@ -29130,7 +29171,7 @@ function da_default() {
|
|
|
29130
29171
|
localeError: error7()
|
|
29131
29172
|
};
|
|
29132
29173
|
}
|
|
29133
|
-
//
|
|
29174
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/de.js
|
|
29134
29175
|
var error8 = () => {
|
|
29135
29176
|
const Sizable = {
|
|
29136
29177
|
string: { unit: "Zeichen", verb: "zu haben" },
|
|
@@ -29238,7 +29279,7 @@ function de_default() {
|
|
|
29238
29279
|
localeError: error8()
|
|
29239
29280
|
};
|
|
29240
29281
|
}
|
|
29241
|
-
//
|
|
29282
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/el.js
|
|
29242
29283
|
var error9 = () => {
|
|
29243
29284
|
const Sizable = {
|
|
29244
29285
|
string: { unit: "χαρακτήρες", verb: "να έχει" },
|
|
@@ -29347,7 +29388,7 @@ function el_default() {
|
|
|
29347
29388
|
localeError: error9()
|
|
29348
29389
|
};
|
|
29349
29390
|
}
|
|
29350
|
-
//
|
|
29391
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/en.js
|
|
29351
29392
|
var error10 = () => {
|
|
29352
29393
|
const Sizable = {
|
|
29353
29394
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -29457,7 +29498,7 @@ function en_default() {
|
|
|
29457
29498
|
localeError: error10()
|
|
29458
29499
|
};
|
|
29459
29500
|
}
|
|
29460
|
-
//
|
|
29501
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/eo.js
|
|
29461
29502
|
var error11 = () => {
|
|
29462
29503
|
const Sizable = {
|
|
29463
29504
|
string: { unit: "karaktrojn", verb: "havi" },
|
|
@@ -29566,7 +29607,7 @@ function eo_default() {
|
|
|
29566
29607
|
localeError: error11()
|
|
29567
29608
|
};
|
|
29568
29609
|
}
|
|
29569
|
-
//
|
|
29610
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/es.js
|
|
29570
29611
|
var error12 = () => {
|
|
29571
29612
|
const Sizable = {
|
|
29572
29613
|
string: { unit: "caracteres", verb: "tener" },
|
|
@@ -29698,7 +29739,7 @@ function es_default() {
|
|
|
29698
29739
|
localeError: error12()
|
|
29699
29740
|
};
|
|
29700
29741
|
}
|
|
29701
|
-
//
|
|
29742
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fa.js
|
|
29702
29743
|
var error13 = () => {
|
|
29703
29744
|
const Sizable = {
|
|
29704
29745
|
string: { unit: "کاراکتر", verb: "داشته باشد" },
|
|
@@ -29812,7 +29853,7 @@ function fa_default() {
|
|
|
29812
29853
|
localeError: error13()
|
|
29813
29854
|
};
|
|
29814
29855
|
}
|
|
29815
|
-
//
|
|
29856
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fi.js
|
|
29816
29857
|
var error14 = () => {
|
|
29817
29858
|
const Sizable = {
|
|
29818
29859
|
string: { unit: "merkkiä", subject: "merkkijonon" },
|
|
@@ -29924,7 +29965,7 @@ function fi_default() {
|
|
|
29924
29965
|
localeError: error14()
|
|
29925
29966
|
};
|
|
29926
29967
|
}
|
|
29927
|
-
//
|
|
29968
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr.js
|
|
29928
29969
|
var error15 = () => {
|
|
29929
29970
|
const Sizable = {
|
|
29930
29971
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30049,7 +30090,7 @@ function fr_default() {
|
|
|
30049
30090
|
localeError: error15()
|
|
30050
30091
|
};
|
|
30051
30092
|
}
|
|
30052
|
-
//
|
|
30093
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/fr-CA.js
|
|
30053
30094
|
var error16 = () => {
|
|
30054
30095
|
const Sizable = {
|
|
30055
30096
|
string: { unit: "caractères", verb: "avoir" },
|
|
@@ -30156,7 +30197,7 @@ function fr_CA_default() {
|
|
|
30156
30197
|
localeError: error16()
|
|
30157
30198
|
};
|
|
30158
30199
|
}
|
|
30159
|
-
//
|
|
30200
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/he.js
|
|
30160
30201
|
var error17 = () => {
|
|
30161
30202
|
const TypeNames = {
|
|
30162
30203
|
string: { label: "מחרוזת", gender: "f" },
|
|
@@ -30349,7 +30390,7 @@ function he_default() {
|
|
|
30349
30390
|
localeError: error17()
|
|
30350
30391
|
};
|
|
30351
30392
|
}
|
|
30352
|
-
//
|
|
30393
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hr.js
|
|
30353
30394
|
var error18 = () => {
|
|
30354
30395
|
const Sizable = {
|
|
30355
30396
|
string: { unit: "znakova", verb: "imati" },
|
|
@@ -30471,7 +30512,7 @@ function hr_default() {
|
|
|
30471
30512
|
localeError: error18()
|
|
30472
30513
|
};
|
|
30473
30514
|
}
|
|
30474
|
-
//
|
|
30515
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hu.js
|
|
30475
30516
|
var error19 = () => {
|
|
30476
30517
|
const Sizable = {
|
|
30477
30518
|
string: { unit: "karakter", verb: "legyen" },
|
|
@@ -30579,7 +30620,7 @@ function hu_default() {
|
|
|
30579
30620
|
localeError: error19()
|
|
30580
30621
|
};
|
|
30581
30622
|
}
|
|
30582
|
-
//
|
|
30623
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/hy.js
|
|
30583
30624
|
function getArmenianPlural(count, one, many) {
|
|
30584
30625
|
return Math.abs(count) === 1 ? one : many;
|
|
30585
30626
|
}
|
|
@@ -30726,7 +30767,7 @@ function hy_default() {
|
|
|
30726
30767
|
localeError: error20()
|
|
30727
30768
|
};
|
|
30728
30769
|
}
|
|
30729
|
-
//
|
|
30770
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/id.js
|
|
30730
30771
|
var error21 = () => {
|
|
30731
30772
|
const Sizable = {
|
|
30732
30773
|
string: { unit: "karakter", verb: "memiliki" },
|
|
@@ -30832,7 +30873,7 @@ function id_default() {
|
|
|
30832
30873
|
localeError: error21()
|
|
30833
30874
|
};
|
|
30834
30875
|
}
|
|
30835
|
-
//
|
|
30876
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/is.js
|
|
30836
30877
|
var error22 = () => {
|
|
30837
30878
|
const Sizable = {
|
|
30838
30879
|
string: { unit: "stafi", verb: "að hafa" },
|
|
@@ -30941,7 +30982,7 @@ function is_default() {
|
|
|
30941
30982
|
localeError: error22()
|
|
30942
30983
|
};
|
|
30943
30984
|
}
|
|
30944
|
-
//
|
|
30985
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/it.js
|
|
30945
30986
|
var error23 = () => {
|
|
30946
30987
|
const Sizable = {
|
|
30947
30988
|
string: { unit: "caratteri", verb: "avere" },
|
|
@@ -31049,7 +31090,7 @@ function it_default() {
|
|
|
31049
31090
|
localeError: error23()
|
|
31050
31091
|
};
|
|
31051
31092
|
}
|
|
31052
|
-
//
|
|
31093
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ja.js
|
|
31053
31094
|
var error24 = () => {
|
|
31054
31095
|
const Sizable = {
|
|
31055
31096
|
string: { unit: "文字", verb: "である" },
|
|
@@ -31156,7 +31197,7 @@ function ja_default() {
|
|
|
31156
31197
|
localeError: error24()
|
|
31157
31198
|
};
|
|
31158
31199
|
}
|
|
31159
|
-
//
|
|
31200
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ka.js
|
|
31160
31201
|
var error25 = () => {
|
|
31161
31202
|
const Sizable = {
|
|
31162
31203
|
string: { unit: "სიმბოლო", verb: "უნდა შეიცავდეს" },
|
|
@@ -31268,7 +31309,7 @@ function ka_default() {
|
|
|
31268
31309
|
localeError: error25()
|
|
31269
31310
|
};
|
|
31270
31311
|
}
|
|
31271
|
-
//
|
|
31312
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/km.js
|
|
31272
31313
|
var error26 = () => {
|
|
31273
31314
|
const Sizable = {
|
|
31274
31315
|
string: { unit: "តួអក្សរ", verb: "គួរមាន" },
|
|
@@ -31379,11 +31420,11 @@ function km_default() {
|
|
|
31379
31420
|
};
|
|
31380
31421
|
}
|
|
31381
31422
|
|
|
31382
|
-
//
|
|
31423
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/kh.js
|
|
31383
31424
|
function kh_default() {
|
|
31384
31425
|
return km_default();
|
|
31385
31426
|
}
|
|
31386
|
-
//
|
|
31427
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ko.js
|
|
31387
31428
|
var error27 = () => {
|
|
31388
31429
|
const Sizable = {
|
|
31389
31430
|
string: { unit: "문자", verb: "to have" },
|
|
@@ -31494,7 +31535,7 @@ function ko_default() {
|
|
|
31494
31535
|
localeError: error27()
|
|
31495
31536
|
};
|
|
31496
31537
|
}
|
|
31497
|
-
//
|
|
31538
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/lt.js
|
|
31498
31539
|
var capitalizeFirstCharacter = (text) => {
|
|
31499
31540
|
return text.charAt(0).toUpperCase() + text.slice(1);
|
|
31500
31541
|
};
|
|
@@ -31697,7 +31738,7 @@ function lt_default() {
|
|
|
31697
31738
|
localeError: error28()
|
|
31698
31739
|
};
|
|
31699
31740
|
}
|
|
31700
|
-
//
|
|
31741
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/mk.js
|
|
31701
31742
|
var error29 = () => {
|
|
31702
31743
|
const Sizable = {
|
|
31703
31744
|
string: { unit: "знаци", verb: "да имаат" },
|
|
@@ -31806,7 +31847,7 @@ function mk_default() {
|
|
|
31806
31847
|
localeError: error29()
|
|
31807
31848
|
};
|
|
31808
31849
|
}
|
|
31809
|
-
//
|
|
31850
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ms.js
|
|
31810
31851
|
var error30 = () => {
|
|
31811
31852
|
const Sizable = {
|
|
31812
31853
|
string: { unit: "aksara", verb: "mempunyai" },
|
|
@@ -31913,7 +31954,7 @@ function ms_default() {
|
|
|
31913
31954
|
localeError: error30()
|
|
31914
31955
|
};
|
|
31915
31956
|
}
|
|
31916
|
-
//
|
|
31957
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/nl.js
|
|
31917
31958
|
var error31 = () => {
|
|
31918
31959
|
const Sizable = {
|
|
31919
31960
|
string: { unit: "tekens", verb: "heeft" },
|
|
@@ -32023,7 +32064,7 @@ function nl_default() {
|
|
|
32023
32064
|
localeError: error31()
|
|
32024
32065
|
};
|
|
32025
32066
|
}
|
|
32026
|
-
//
|
|
32067
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/no.js
|
|
32027
32068
|
var error32 = () => {
|
|
32028
32069
|
const Sizable = {
|
|
32029
32070
|
string: { unit: "tegn", verb: "å ha" },
|
|
@@ -32131,7 +32172,7 @@ function no_default() {
|
|
|
32131
32172
|
localeError: error32()
|
|
32132
32173
|
};
|
|
32133
32174
|
}
|
|
32134
|
-
//
|
|
32175
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ota.js
|
|
32135
32176
|
var error33 = () => {
|
|
32136
32177
|
const Sizable = {
|
|
32137
32178
|
string: { unit: "harf", verb: "olmalıdır" },
|
|
@@ -32240,7 +32281,7 @@ function ota_default() {
|
|
|
32240
32281
|
localeError: error33()
|
|
32241
32282
|
};
|
|
32242
32283
|
}
|
|
32243
|
-
//
|
|
32284
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ps.js
|
|
32244
32285
|
var error34 = () => {
|
|
32245
32286
|
const Sizable = {
|
|
32246
32287
|
string: { unit: "توکي", verb: "ولري" },
|
|
@@ -32354,7 +32395,7 @@ function ps_default() {
|
|
|
32354
32395
|
localeError: error34()
|
|
32355
32396
|
};
|
|
32356
32397
|
}
|
|
32357
|
-
//
|
|
32398
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pl.js
|
|
32358
32399
|
var error35 = () => {
|
|
32359
32400
|
const Sizable = {
|
|
32360
32401
|
string: { unit: "znaków", verb: "mieć" },
|
|
@@ -32463,7 +32504,7 @@ function pl_default() {
|
|
|
32463
32504
|
localeError: error35()
|
|
32464
32505
|
};
|
|
32465
32506
|
}
|
|
32466
|
-
//
|
|
32507
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/pt.js
|
|
32467
32508
|
var error36 = () => {
|
|
32468
32509
|
const Sizable = {
|
|
32469
32510
|
string: { unit: "caracteres", verb: "ter" },
|
|
@@ -32571,7 +32612,7 @@ function pt_default() {
|
|
|
32571
32612
|
localeError: error36()
|
|
32572
32613
|
};
|
|
32573
32614
|
}
|
|
32574
|
-
//
|
|
32615
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ro.js
|
|
32575
32616
|
var error37 = () => {
|
|
32576
32617
|
const Sizable = {
|
|
32577
32618
|
string: { unit: "caractere", verb: "să aibă" },
|
|
@@ -32690,7 +32731,7 @@ function ro_default() {
|
|
|
32690
32731
|
localeError: error37()
|
|
32691
32732
|
};
|
|
32692
32733
|
}
|
|
32693
|
-
//
|
|
32734
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ru.js
|
|
32694
32735
|
function getRussianPlural(count, one, few, many) {
|
|
32695
32736
|
const absCount = Math.abs(count);
|
|
32696
32737
|
const lastDigit = absCount % 10;
|
|
@@ -32846,7 +32887,7 @@ function ru_default() {
|
|
|
32846
32887
|
localeError: error38()
|
|
32847
32888
|
};
|
|
32848
32889
|
}
|
|
32849
|
-
//
|
|
32890
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sl.js
|
|
32850
32891
|
var error39 = () => {
|
|
32851
32892
|
const Sizable = {
|
|
32852
32893
|
string: { unit: "znakov", verb: "imeti" },
|
|
@@ -32955,7 +32996,7 @@ function sl_default() {
|
|
|
32955
32996
|
localeError: error39()
|
|
32956
32997
|
};
|
|
32957
32998
|
}
|
|
32958
|
-
//
|
|
32999
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/sv.js
|
|
32959
33000
|
var error40 = () => {
|
|
32960
33001
|
const Sizable = {
|
|
32961
33002
|
string: { unit: "tecken", verb: "att ha" },
|
|
@@ -33065,7 +33106,7 @@ function sv_default() {
|
|
|
33065
33106
|
localeError: error40()
|
|
33066
33107
|
};
|
|
33067
33108
|
}
|
|
33068
|
-
//
|
|
33109
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ta.js
|
|
33069
33110
|
var error41 = () => {
|
|
33070
33111
|
const Sizable = {
|
|
33071
33112
|
string: { unit: "எழுத்துக்கள்", verb: "கொண்டிருக்க வேண்டும்" },
|
|
@@ -33175,7 +33216,7 @@ function ta_default() {
|
|
|
33175
33216
|
localeError: error41()
|
|
33176
33217
|
};
|
|
33177
33218
|
}
|
|
33178
|
-
//
|
|
33219
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/th.js
|
|
33179
33220
|
var error42 = () => {
|
|
33180
33221
|
const Sizable = {
|
|
33181
33222
|
string: { unit: "ตัวอักษร", verb: "ควรมี" },
|
|
@@ -33285,7 +33326,7 @@ function th_default() {
|
|
|
33285
33326
|
localeError: error42()
|
|
33286
33327
|
};
|
|
33287
33328
|
}
|
|
33288
|
-
//
|
|
33329
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/tr.js
|
|
33289
33330
|
var error43 = () => {
|
|
33290
33331
|
const Sizable = {
|
|
33291
33332
|
string: { unit: "karakter", verb: "olmalı" },
|
|
@@ -33390,7 +33431,7 @@ function tr_default() {
|
|
|
33390
33431
|
localeError: error43()
|
|
33391
33432
|
};
|
|
33392
33433
|
}
|
|
33393
|
-
//
|
|
33434
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uk.js
|
|
33394
33435
|
var error44 = () => {
|
|
33395
33436
|
const Sizable = {
|
|
33396
33437
|
string: { unit: "символів", verb: "матиме" },
|
|
@@ -33499,11 +33540,11 @@ function uk_default() {
|
|
|
33499
33540
|
};
|
|
33500
33541
|
}
|
|
33501
33542
|
|
|
33502
|
-
//
|
|
33543
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ua.js
|
|
33503
33544
|
function ua_default() {
|
|
33504
33545
|
return uk_default();
|
|
33505
33546
|
}
|
|
33506
|
-
//
|
|
33547
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/ur.js
|
|
33507
33548
|
var error45 = () => {
|
|
33508
33549
|
const Sizable = {
|
|
33509
33550
|
string: { unit: "حروف", verb: "ہونا" },
|
|
@@ -33613,7 +33654,7 @@ function ur_default() {
|
|
|
33613
33654
|
localeError: error45()
|
|
33614
33655
|
};
|
|
33615
33656
|
}
|
|
33616
|
-
//
|
|
33657
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/uz.js
|
|
33617
33658
|
var error46 = () => {
|
|
33618
33659
|
const Sizable = {
|
|
33619
33660
|
string: { unit: "belgi", verb: "bo‘lishi kerak" },
|
|
@@ -33723,7 +33764,7 @@ function uz_default() {
|
|
|
33723
33764
|
localeError: error46()
|
|
33724
33765
|
};
|
|
33725
33766
|
}
|
|
33726
|
-
//
|
|
33767
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/vi.js
|
|
33727
33768
|
var error47 = () => {
|
|
33728
33769
|
const Sizable = {
|
|
33729
33770
|
string: { unit: "ký tự", verb: "có" },
|
|
@@ -33831,7 +33872,7 @@ function vi_default() {
|
|
|
33831
33872
|
localeError: error47()
|
|
33832
33873
|
};
|
|
33833
33874
|
}
|
|
33834
|
-
//
|
|
33875
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-CN.js
|
|
33835
33876
|
var error48 = () => {
|
|
33836
33877
|
const Sizable = {
|
|
33837
33878
|
string: { unit: "字符", verb: "包含" },
|
|
@@ -33940,7 +33981,7 @@ function zh_CN_default() {
|
|
|
33940
33981
|
localeError: error48()
|
|
33941
33982
|
};
|
|
33942
33983
|
}
|
|
33943
|
-
//
|
|
33984
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/zh-TW.js
|
|
33944
33985
|
var error49 = () => {
|
|
33945
33986
|
const Sizable = {
|
|
33946
33987
|
string: { unit: "字元", verb: "擁有" },
|
|
@@ -34047,7 +34088,7 @@ function zh_TW_default() {
|
|
|
34047
34088
|
localeError: error49()
|
|
34048
34089
|
};
|
|
34049
34090
|
}
|
|
34050
|
-
//
|
|
34091
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/locales/yo.js
|
|
34051
34092
|
var error50 = () => {
|
|
34052
34093
|
const Sizable = {
|
|
34053
34094
|
string: { unit: "àmi", verb: "ní" },
|
|
@@ -34154,7 +34195,7 @@ function yo_default() {
|
|
|
34154
34195
|
localeError: error50()
|
|
34155
34196
|
};
|
|
34156
34197
|
}
|
|
34157
|
-
//
|
|
34198
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
34158
34199
|
var _a2;
|
|
34159
34200
|
var $output = Symbol("ZodOutput");
|
|
34160
34201
|
var $input = Symbol("ZodInput");
|
|
@@ -34204,7 +34245,7 @@ function registry() {
|
|
|
34204
34245
|
}
|
|
34205
34246
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
34206
34247
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
34207
|
-
//
|
|
34248
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
34208
34249
|
function _string(Class2, params) {
|
|
34209
34250
|
return new Class2({
|
|
34210
34251
|
type: "string",
|
|
@@ -35124,7 +35165,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
35124
35165
|
const inst = new Class2(def);
|
|
35125
35166
|
return inst;
|
|
35126
35167
|
}
|
|
35127
|
-
//
|
|
35168
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
35128
35169
|
function initializeContext(params) {
|
|
35129
35170
|
let target = params?.target ?? "draft-2020-12";
|
|
35130
35171
|
if (target === "draft-4")
|
|
@@ -35476,7 +35517,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
35476
35517
|
extractDefs(ctx, schema);
|
|
35477
35518
|
return finalize(ctx, schema);
|
|
35478
35519
|
};
|
|
35479
|
-
//
|
|
35520
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
35480
35521
|
var formatMap = {
|
|
35481
35522
|
guid: "uuid",
|
|
35482
35523
|
url: "uri",
|
|
@@ -36014,7 +36055,7 @@ function toJSONSchema(input, params) {
|
|
|
36014
36055
|
extractDefs(ctx, input);
|
|
36015
36056
|
return finalize(ctx, input);
|
|
36016
36057
|
}
|
|
36017
|
-
//
|
|
36058
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema-generator.js
|
|
36018
36059
|
class JSONSchemaGenerator {
|
|
36019
36060
|
get metadataRegistry() {
|
|
36020
36061
|
return this.ctx.metadataRegistry;
|
|
@@ -36073,9 +36114,9 @@ class JSONSchemaGenerator {
|
|
|
36073
36114
|
return plainResult;
|
|
36074
36115
|
}
|
|
36075
36116
|
}
|
|
36076
|
-
//
|
|
36117
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/core/json-schema.js
|
|
36077
36118
|
var exports_json_schema = {};
|
|
36078
|
-
//
|
|
36119
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36079
36120
|
var exports_schemas2 = {};
|
|
36080
36121
|
__export(exports_schemas2, {
|
|
36081
36122
|
xor: () => xor,
|
|
@@ -36246,7 +36287,7 @@ __export(exports_schemas2, {
|
|
|
36246
36287
|
ZodAny: () => ZodAny
|
|
36247
36288
|
});
|
|
36248
36289
|
|
|
36249
|
-
//
|
|
36290
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/checks.js
|
|
36250
36291
|
var exports_checks2 = {};
|
|
36251
36292
|
__export(exports_checks2, {
|
|
36252
36293
|
uppercase: () => _uppercase,
|
|
@@ -36280,7 +36321,7 @@ __export(exports_checks2, {
|
|
|
36280
36321
|
endsWith: () => _endsWith
|
|
36281
36322
|
});
|
|
36282
36323
|
|
|
36283
|
-
//
|
|
36324
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
36284
36325
|
var exports_iso = {};
|
|
36285
36326
|
__export(exports_iso, {
|
|
36286
36327
|
time: () => time2,
|
|
@@ -36321,7 +36362,7 @@ function duration2(params) {
|
|
|
36321
36362
|
return _isoDuration(ZodISODuration, params);
|
|
36322
36363
|
}
|
|
36323
36364
|
|
|
36324
|
-
//
|
|
36365
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
36325
36366
|
var initializer2 = (inst, issues) => {
|
|
36326
36367
|
$ZodError.init(inst, issues);
|
|
36327
36368
|
inst.name = "ZodError";
|
|
@@ -36356,7 +36397,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, {
|
|
|
36356
36397
|
Parent: Error
|
|
36357
36398
|
});
|
|
36358
36399
|
|
|
36359
|
-
//
|
|
36400
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
36360
36401
|
var parse3 = /* @__PURE__ */ _parse(ZodRealError);
|
|
36361
36402
|
var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
36362
36403
|
var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -36370,7 +36411,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
36370
36411
|
var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
36371
36412
|
var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
36372
36413
|
|
|
36373
|
-
//
|
|
36414
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
36374
36415
|
var _installedGroups = /* @__PURE__ */ new WeakMap;
|
|
36375
36416
|
function _installLazyMethods(inst, group, methods) {
|
|
36376
36417
|
const proto = Object.getPrototypeOf(inst);
|
|
@@ -37657,7 +37698,7 @@ function preprocess(fn, schema) {
|
|
|
37657
37698
|
out: schema
|
|
37658
37699
|
});
|
|
37659
37700
|
}
|
|
37660
|
-
//
|
|
37701
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/compat.js
|
|
37661
37702
|
var ZodIssueCode = {
|
|
37662
37703
|
invalid_type: "invalid_type",
|
|
37663
37704
|
too_big: "too_big",
|
|
@@ -37681,7 +37722,7 @@ function getErrorMap() {
|
|
|
37681
37722
|
}
|
|
37682
37723
|
var ZodFirstPartyTypeKind;
|
|
37683
37724
|
(function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
37684
|
-
//
|
|
37725
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/from-json-schema.js
|
|
37685
37726
|
var z = {
|
|
37686
37727
|
...exports_schemas2,
|
|
37687
37728
|
...exports_checks2,
|
|
@@ -38148,7 +38189,7 @@ function fromJSONSchema(schema, params) {
|
|
|
38148
38189
|
};
|
|
38149
38190
|
return convertSchema(normalized, ctx);
|
|
38150
38191
|
}
|
|
38151
|
-
//
|
|
38192
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/coerce.js
|
|
38152
38193
|
var exports_coerce = {};
|
|
38153
38194
|
__export(exports_coerce, {
|
|
38154
38195
|
string: () => string3,
|
|
@@ -38173,7 +38214,7 @@ function date4(params) {
|
|
|
38173
38214
|
return _coercedDate(ZodDate, params);
|
|
38174
38215
|
}
|
|
38175
38216
|
|
|
38176
|
-
//
|
|
38217
|
+
// ../node_modules/.bun/zod@4.4.3/node_modules/zod/v4/classic/external.js
|
|
38177
38218
|
config(en_default());
|
|
38178
38219
|
// src/openclaw-compat.ts
|
|
38179
38220
|
var MB = 1024 * 1024;
|
|
@@ -45167,5 +45208,5 @@ export {
|
|
|
45167
45208
|
inlineApprovalNativeRuntime
|
|
45168
45209
|
};
|
|
45169
45210
|
|
|
45170
|
-
//# debugId=
|
|
45211
|
+
//# debugId=849DC6A41656A62664756E2164756E21
|
|
45171
45212
|
//# sourceMappingURL=approval-handler.runtime.js.map
|