switchroom 0.14.30 → 0.14.32
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/dist/agent-scheduler/index.js +80 -80
- package/dist/auth-broker/index.js +80 -80
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +82 -82
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +453 -366
- package/dist/host-control/main.js +235 -157
- package/dist/vault/approvals/kernel-server.js +82 -82
- package/dist/vault/broker/server.js +83 -83
- package/package.json +1 -1
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +357 -213
- package/telegram-plugin/dist/server.js +160 -160
- package/telegram-plugin/gateway/gateway.ts +83 -9
- package/telegram-plugin/hooks/hooks.json +9 -0
- package/telegram-plugin/hooks/sentinel-reply-guard-pretool.mjs +114 -0
- package/telegram-plugin/hooks/silent-end-scan.mjs +61 -5
- package/telegram-plugin/registry/turns-schema.test.ts +34 -0
- package/telegram-plugin/registry/turns-schema.ts +18 -0
- package/telegram-plugin/secret-detect/generic-entropy.ts +87 -0
- package/telegram-plugin/secret-detect/index.ts +42 -23
- package/telegram-plugin/secret-detect/patterns.ts +64 -2
- package/telegram-plugin/secret-detect/redact.ts +10 -1
- package/telegram-plugin/tests/secret-detect-generic-entropy.test.ts +94 -0
- package/telegram-plugin/tests/secret-detect-providers.test.ts +74 -0
- package/telegram-plugin/tests/secret-detect-secretlint.test.ts +8 -4
- package/telegram-plugin/tests/sentinel-reply-guard-pretool.test.ts +109 -0
- package/telegram-plugin/tests/silent-end-interrupt-stop-scan.test.ts +118 -0
- package/telegram-plugin/tests/turn-flush-safety.test.ts +41 -0
- package/telegram-plugin/turn-flush-safety.ts +41 -0
package/dist/cli/switchroom.js
CHANGED
|
@@ -66,7 +66,7 @@ var __export = (target, all) => {
|
|
|
66
66
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
67
67
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
68
68
|
|
|
69
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
|
|
69
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
|
|
70
70
|
var require_error = __commonJS((exports) => {
|
|
71
71
|
class CommanderError extends Error {
|
|
72
72
|
constructor(exitCode, code, message) {
|
|
@@ -90,7 +90,7 @@ var require_error = __commonJS((exports) => {
|
|
|
90
90
|
exports.InvalidArgumentError = InvalidArgumentError;
|
|
91
91
|
});
|
|
92
92
|
|
|
93
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
|
|
93
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
|
|
94
94
|
var require_argument = __commonJS((exports) => {
|
|
95
95
|
var { InvalidArgumentError } = require_error();
|
|
96
96
|
|
|
@@ -169,7 +169,7 @@ var require_argument = __commonJS((exports) => {
|
|
|
169
169
|
exports.humanReadableArgName = humanReadableArgName;
|
|
170
170
|
});
|
|
171
171
|
|
|
172
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
|
|
172
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
|
|
173
173
|
var require_help = __commonJS((exports) => {
|
|
174
174
|
var { humanReadableArgName } = require_argument();
|
|
175
175
|
|
|
@@ -519,7 +519,7 @@ ${itemIndentStr}`);
|
|
|
519
519
|
exports.stripColor = stripColor;
|
|
520
520
|
});
|
|
521
521
|
|
|
522
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
|
|
522
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
|
|
523
523
|
var require_option = __commonJS((exports) => {
|
|
524
524
|
var { InvalidArgumentError } = require_error();
|
|
525
525
|
|
|
@@ -697,7 +697,7 @@ var require_option = __commonJS((exports) => {
|
|
|
697
697
|
exports.DualOptions = DualOptions;
|
|
698
698
|
});
|
|
699
699
|
|
|
700
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
|
|
700
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
|
|
701
701
|
var require_suggestSimilar = __commonJS((exports) => {
|
|
702
702
|
var maxDistance = 3;
|
|
703
703
|
function editDistance(a, b) {
|
|
@@ -770,7 +770,7 @@ var require_suggestSimilar = __commonJS((exports) => {
|
|
|
770
770
|
exports.suggestSimilar = suggestSimilar;
|
|
771
771
|
});
|
|
772
772
|
|
|
773
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
|
|
773
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
|
|
774
774
|
var require_command = __commonJS((exports) => {
|
|
775
775
|
var EventEmitter = __require("node:events").EventEmitter;
|
|
776
776
|
var childProcess = __require("node:child_process");
|
|
@@ -2080,7 +2080,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
2080
2080
|
exports.useColor = useColor;
|
|
2081
2081
|
});
|
|
2082
2082
|
|
|
2083
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
|
|
2083
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
|
|
2084
2084
|
var require_commander = __commonJS((exports) => {
|
|
2085
2085
|
var { Argument } = require_argument();
|
|
2086
2086
|
var { Command } = require_command();
|
|
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2100
2100
|
exports.InvalidOptionArgumentError = InvalidArgumentError;
|
|
2101
2101
|
});
|
|
2102
2102
|
|
|
2103
|
-
// node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
2103
|
+
// ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
2104
2104
|
function assembleStyles() {
|
|
2105
2105
|
const codes = new Map;
|
|
2106
2106
|
for (const [groupName, group] of Object.entries(styles)) {
|
|
@@ -2276,7 +2276,7 @@ var init_ansi_styles = __esm(() => {
|
|
|
2276
2276
|
ansi_styles_default = ansiStyles;
|
|
2277
2277
|
});
|
|
2278
2278
|
|
|
2279
|
-
// node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
|
|
2279
|
+
// ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
|
|
2280
2280
|
import process2 from "node:process";
|
|
2281
2281
|
import os from "node:os";
|
|
2282
2282
|
import tty from "node:tty";
|
|
@@ -2410,7 +2410,7 @@ var init_supports_color = __esm(() => {
|
|
|
2410
2410
|
supports_color_default = supportsColor;
|
|
2411
2411
|
});
|
|
2412
2412
|
|
|
2413
|
-
// node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
|
|
2413
|
+
// ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
|
|
2414
2414
|
function stringReplaceAll(string, substring, replacer) {
|
|
2415
2415
|
let index = string.indexOf(substring);
|
|
2416
2416
|
if (index === -1) {
|
|
@@ -2443,7 +2443,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
2443
2443
|
return returnValue;
|
|
2444
2444
|
}
|
|
2445
2445
|
|
|
2446
|
-
// node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
|
|
2446
|
+
// ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
|
|
2447
2447
|
function createChalk(options) {
|
|
2448
2448
|
return chalkFactory(options);
|
|
2449
2449
|
}
|
|
@@ -2589,7 +2589,7 @@ var init_source = __esm(() => {
|
|
|
2589
2589
|
source_default = chalk;
|
|
2590
2590
|
});
|
|
2591
2591
|
|
|
2592
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
2592
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
2593
2593
|
var require_identity = __commonJS((exports) => {
|
|
2594
2594
|
var ALIAS = Symbol.for("yaml.alias");
|
|
2595
2595
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -2643,7 +2643,7 @@ var require_identity = __commonJS((exports) => {
|
|
|
2643
2643
|
exports.isSeq = isSeq;
|
|
2644
2644
|
});
|
|
2645
2645
|
|
|
2646
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
2646
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
2647
2647
|
var require_visit = __commonJS((exports) => {
|
|
2648
2648
|
var identity = require_identity();
|
|
2649
2649
|
var BREAK = Symbol("break visit");
|
|
@@ -2798,7 +2798,7 @@ var require_visit = __commonJS((exports) => {
|
|
|
2798
2798
|
exports.visitAsync = visitAsync;
|
|
2799
2799
|
});
|
|
2800
2800
|
|
|
2801
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
2801
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
2802
2802
|
var require_directives = __commonJS((exports) => {
|
|
2803
2803
|
var identity = require_identity();
|
|
2804
2804
|
var visit = require_visit();
|
|
@@ -2950,7 +2950,7 @@ var require_directives = __commonJS((exports) => {
|
|
|
2950
2950
|
exports.Directives = Directives;
|
|
2951
2951
|
});
|
|
2952
2952
|
|
|
2953
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
2953
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
2954
2954
|
var require_anchors = __commonJS((exports) => {
|
|
2955
2955
|
var identity = require_identity();
|
|
2956
2956
|
var visit = require_visit();
|
|
@@ -3012,7 +3012,7 @@ var require_anchors = __commonJS((exports) => {
|
|
|
3012
3012
|
exports.findNewAnchor = findNewAnchor;
|
|
3013
3013
|
});
|
|
3014
3014
|
|
|
3015
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
3015
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
3016
3016
|
var require_applyReviver = __commonJS((exports) => {
|
|
3017
3017
|
function applyReviver(reviver, obj, key, val) {
|
|
3018
3018
|
if (val && typeof val === "object") {
|
|
@@ -3059,7 +3059,7 @@ var require_applyReviver = __commonJS((exports) => {
|
|
|
3059
3059
|
exports.applyReviver = applyReviver;
|
|
3060
3060
|
});
|
|
3061
3061
|
|
|
3062
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
3062
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
3063
3063
|
var require_toJS = __commonJS((exports) => {
|
|
3064
3064
|
var identity = require_identity();
|
|
3065
3065
|
function toJS(value, arg, ctx) {
|
|
@@ -3086,7 +3086,7 @@ var require_toJS = __commonJS((exports) => {
|
|
|
3086
3086
|
exports.toJS = toJS;
|
|
3087
3087
|
});
|
|
3088
3088
|
|
|
3089
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
3089
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
3090
3090
|
var require_Node = __commonJS((exports) => {
|
|
3091
3091
|
var applyReviver = require_applyReviver();
|
|
3092
3092
|
var identity = require_identity();
|
|
@@ -3123,7 +3123,7 @@ var require_Node = __commonJS((exports) => {
|
|
|
3123
3123
|
exports.NodeBase = NodeBase;
|
|
3124
3124
|
});
|
|
3125
3125
|
|
|
3126
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
3126
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
3127
3127
|
var require_Alias = __commonJS((exports) => {
|
|
3128
3128
|
var anchors = require_anchors();
|
|
3129
3129
|
var visit = require_visit();
|
|
@@ -3231,7 +3231,7 @@ var require_Alias = __commonJS((exports) => {
|
|
|
3231
3231
|
exports.Alias = Alias;
|
|
3232
3232
|
});
|
|
3233
3233
|
|
|
3234
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
3234
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
3235
3235
|
var require_Scalar = __commonJS((exports) => {
|
|
3236
3236
|
var identity = require_identity();
|
|
3237
3237
|
var Node = require_Node();
|
|
@@ -3259,7 +3259,7 @@ var require_Scalar = __commonJS((exports) => {
|
|
|
3259
3259
|
exports.isScalarValue = isScalarValue;
|
|
3260
3260
|
});
|
|
3261
3261
|
|
|
3262
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
3262
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
3263
3263
|
var require_createNode = __commonJS((exports) => {
|
|
3264
3264
|
var Alias = require_Alias();
|
|
3265
3265
|
var identity = require_identity();
|
|
@@ -3331,7 +3331,7 @@ var require_createNode = __commonJS((exports) => {
|
|
|
3331
3331
|
exports.createNode = createNode;
|
|
3332
3332
|
});
|
|
3333
3333
|
|
|
3334
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
3334
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
3335
3335
|
var require_Collection = __commonJS((exports) => {
|
|
3336
3336
|
var createNode = require_createNode();
|
|
3337
3337
|
var identity = require_identity();
|
|
@@ -3446,7 +3446,7 @@ var require_Collection = __commonJS((exports) => {
|
|
|
3446
3446
|
exports.isEmptyPath = isEmptyPath;
|
|
3447
3447
|
});
|
|
3448
3448
|
|
|
3449
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
3449
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
3450
3450
|
var require_stringifyComment = __commonJS((exports) => {
|
|
3451
3451
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
3452
3452
|
function indentComment(comment, indent) {
|
|
@@ -3463,7 +3463,7 @@ var require_stringifyComment = __commonJS((exports) => {
|
|
|
3463
3463
|
exports.stringifyComment = stringifyComment;
|
|
3464
3464
|
});
|
|
3465
3465
|
|
|
3466
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
3466
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
3467
3467
|
var require_foldFlowLines = __commonJS((exports) => {
|
|
3468
3468
|
var FOLD_FLOW = "flow";
|
|
3469
3469
|
var FOLD_BLOCK = "block";
|
|
@@ -3600,7 +3600,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
3600
3600
|
exports.foldFlowLines = foldFlowLines;
|
|
3601
3601
|
});
|
|
3602
3602
|
|
|
3603
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
3603
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
3604
3604
|
var require_stringifyString = __commonJS((exports) => {
|
|
3605
3605
|
var Scalar = require_Scalar();
|
|
3606
3606
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -3898,7 +3898,7 @@ ${indent}`);
|
|
|
3898
3898
|
exports.stringifyString = stringifyString;
|
|
3899
3899
|
});
|
|
3900
3900
|
|
|
3901
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
3901
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
3902
3902
|
var require_stringify = __commonJS((exports) => {
|
|
3903
3903
|
var anchors = require_anchors();
|
|
3904
3904
|
var identity = require_identity();
|
|
@@ -4019,7 +4019,7 @@ ${ctx.indent}${str}`;
|
|
|
4019
4019
|
exports.stringify = stringify;
|
|
4020
4020
|
});
|
|
4021
4021
|
|
|
4022
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
4022
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
4023
4023
|
var require_stringifyPair = __commonJS((exports) => {
|
|
4024
4024
|
var identity = require_identity();
|
|
4025
4025
|
var Scalar = require_Scalar();
|
|
@@ -4155,7 +4155,7 @@ ${ctx.indent}`;
|
|
|
4155
4155
|
exports.stringifyPair = stringifyPair;
|
|
4156
4156
|
});
|
|
4157
4157
|
|
|
4158
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
4158
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
4159
4159
|
var require_log = __commonJS((exports) => {
|
|
4160
4160
|
var node_process = __require("process");
|
|
4161
4161
|
function debug(logLevel, ...messages) {
|
|
@@ -4174,7 +4174,7 @@ var require_log = __commonJS((exports) => {
|
|
|
4174
4174
|
exports.warn = warn;
|
|
4175
4175
|
});
|
|
4176
4176
|
|
|
4177
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
4177
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
4178
4178
|
var require_merge = __commonJS((exports) => {
|
|
4179
4179
|
var identity = require_identity();
|
|
4180
4180
|
var Scalar = require_Scalar();
|
|
@@ -4228,7 +4228,7 @@ var require_merge = __commonJS((exports) => {
|
|
|
4228
4228
|
exports.merge = merge;
|
|
4229
4229
|
});
|
|
4230
4230
|
|
|
4231
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
4231
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
4232
4232
|
var require_addPairToJSMap = __commonJS((exports) => {
|
|
4233
4233
|
var log = require_log();
|
|
4234
4234
|
var merge = require_merge();
|
|
@@ -4289,7 +4289,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
|
|
|
4289
4289
|
exports.addPairToJSMap = addPairToJSMap;
|
|
4290
4290
|
});
|
|
4291
4291
|
|
|
4292
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
4292
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
4293
4293
|
var require_Pair = __commonJS((exports) => {
|
|
4294
4294
|
var createNode = require_createNode();
|
|
4295
4295
|
var stringifyPair = require_stringifyPair();
|
|
@@ -4327,7 +4327,7 @@ var require_Pair = __commonJS((exports) => {
|
|
|
4327
4327
|
exports.createPair = createPair;
|
|
4328
4328
|
});
|
|
4329
4329
|
|
|
4330
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
4330
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
4331
4331
|
var require_stringifyCollection = __commonJS((exports) => {
|
|
4332
4332
|
var identity = require_identity();
|
|
4333
4333
|
var stringify = require_stringify();
|
|
@@ -4479,7 +4479,7 @@ ${indent}${end}`;
|
|
|
4479
4479
|
exports.stringifyCollection = stringifyCollection;
|
|
4480
4480
|
});
|
|
4481
4481
|
|
|
4482
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
4482
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
4483
4483
|
var require_YAMLMap = __commonJS((exports) => {
|
|
4484
4484
|
var stringifyCollection = require_stringifyCollection();
|
|
4485
4485
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -4606,7 +4606,7 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
4606
4606
|
exports.findPair = findPair;
|
|
4607
4607
|
});
|
|
4608
4608
|
|
|
4609
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
4609
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
4610
4610
|
var require_map = __commonJS((exports) => {
|
|
4611
4611
|
var identity = require_identity();
|
|
4612
4612
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4625,7 +4625,7 @@ var require_map = __commonJS((exports) => {
|
|
|
4625
4625
|
exports.map = map;
|
|
4626
4626
|
});
|
|
4627
4627
|
|
|
4628
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
4628
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
4629
4629
|
var require_YAMLSeq = __commonJS((exports) => {
|
|
4630
4630
|
var createNode = require_createNode();
|
|
4631
4631
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -4718,7 +4718,7 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
4718
4718
|
exports.YAMLSeq = YAMLSeq;
|
|
4719
4719
|
});
|
|
4720
4720
|
|
|
4721
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
4721
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
4722
4722
|
var require_seq = __commonJS((exports) => {
|
|
4723
4723
|
var identity = require_identity();
|
|
4724
4724
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -4737,7 +4737,7 @@ var require_seq = __commonJS((exports) => {
|
|
|
4737
4737
|
exports.seq = seq;
|
|
4738
4738
|
});
|
|
4739
4739
|
|
|
4740
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
4740
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
4741
4741
|
var require_string = __commonJS((exports) => {
|
|
4742
4742
|
var stringifyString = require_stringifyString();
|
|
4743
4743
|
var string = {
|
|
@@ -4753,7 +4753,7 @@ var require_string = __commonJS((exports) => {
|
|
|
4753
4753
|
exports.string = string;
|
|
4754
4754
|
});
|
|
4755
4755
|
|
|
4756
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
4756
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
4757
4757
|
var require_null = __commonJS((exports) => {
|
|
4758
4758
|
var Scalar = require_Scalar();
|
|
4759
4759
|
var nullTag = {
|
|
@@ -4768,7 +4768,7 @@ var require_null = __commonJS((exports) => {
|
|
|
4768
4768
|
exports.nullTag = nullTag;
|
|
4769
4769
|
});
|
|
4770
4770
|
|
|
4771
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
4771
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
4772
4772
|
var require_bool = __commonJS((exports) => {
|
|
4773
4773
|
var Scalar = require_Scalar();
|
|
4774
4774
|
var boolTag = {
|
|
@@ -4789,7 +4789,7 @@ var require_bool = __commonJS((exports) => {
|
|
|
4789
4789
|
exports.boolTag = boolTag;
|
|
4790
4790
|
});
|
|
4791
4791
|
|
|
4792
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
4792
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
4793
4793
|
var require_stringifyNumber = __commonJS((exports) => {
|
|
4794
4794
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
4795
4795
|
if (typeof value === "bigint")
|
|
@@ -4813,7 +4813,7 @@ var require_stringifyNumber = __commonJS((exports) => {
|
|
|
4813
4813
|
exports.stringifyNumber = stringifyNumber;
|
|
4814
4814
|
});
|
|
4815
4815
|
|
|
4816
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
4816
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
4817
4817
|
var require_float = __commonJS((exports) => {
|
|
4818
4818
|
var Scalar = require_Scalar();
|
|
4819
4819
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -4856,7 +4856,7 @@ var require_float = __commonJS((exports) => {
|
|
|
4856
4856
|
exports.floatNaN = floatNaN;
|
|
4857
4857
|
});
|
|
4858
4858
|
|
|
4859
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
4859
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
4860
4860
|
var require_int = __commonJS((exports) => {
|
|
4861
4861
|
var stringifyNumber = require_stringifyNumber();
|
|
4862
4862
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -4898,7 +4898,7 @@ var require_int = __commonJS((exports) => {
|
|
|
4898
4898
|
exports.intOct = intOct;
|
|
4899
4899
|
});
|
|
4900
4900
|
|
|
4901
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
4901
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
4902
4902
|
var require_schema = __commonJS((exports) => {
|
|
4903
4903
|
var map = require_map();
|
|
4904
4904
|
var _null = require_null();
|
|
@@ -4923,7 +4923,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
4923
4923
|
exports.schema = schema;
|
|
4924
4924
|
});
|
|
4925
4925
|
|
|
4926
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
4926
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
4927
4927
|
var require_schema2 = __commonJS((exports) => {
|
|
4928
4928
|
var Scalar = require_Scalar();
|
|
4929
4929
|
var map = require_map();
|
|
@@ -4987,7 +4987,7 @@ var require_schema2 = __commonJS((exports) => {
|
|
|
4987
4987
|
exports.schema = schema;
|
|
4988
4988
|
});
|
|
4989
4989
|
|
|
4990
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
4990
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
4991
4991
|
var require_binary = __commonJS((exports) => {
|
|
4992
4992
|
var node_buffer = __require("buffer");
|
|
4993
4993
|
var Scalar = require_Scalar();
|
|
@@ -5042,7 +5042,7 @@ var require_binary = __commonJS((exports) => {
|
|
|
5042
5042
|
exports.binary = binary;
|
|
5043
5043
|
});
|
|
5044
5044
|
|
|
5045
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
5045
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
5046
5046
|
var require_pairs = __commonJS((exports) => {
|
|
5047
5047
|
var identity = require_identity();
|
|
5048
5048
|
var Pair = require_Pair();
|
|
@@ -5117,7 +5117,7 @@ ${cn.comment}` : item.comment;
|
|
|
5117
5117
|
exports.resolvePairs = resolvePairs;
|
|
5118
5118
|
});
|
|
5119
5119
|
|
|
5120
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
5120
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
5121
5121
|
var require_omap = __commonJS((exports) => {
|
|
5122
5122
|
var identity = require_identity();
|
|
5123
5123
|
var toJS = require_toJS();
|
|
@@ -5189,7 +5189,7 @@ var require_omap = __commonJS((exports) => {
|
|
|
5189
5189
|
exports.omap = omap;
|
|
5190
5190
|
});
|
|
5191
5191
|
|
|
5192
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
5192
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
5193
5193
|
var require_bool2 = __commonJS((exports) => {
|
|
5194
5194
|
var Scalar = require_Scalar();
|
|
5195
5195
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -5218,7 +5218,7 @@ var require_bool2 = __commonJS((exports) => {
|
|
|
5218
5218
|
exports.trueTag = trueTag;
|
|
5219
5219
|
});
|
|
5220
5220
|
|
|
5221
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
5221
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
5222
5222
|
var require_float2 = __commonJS((exports) => {
|
|
5223
5223
|
var Scalar = require_Scalar();
|
|
5224
5224
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -5264,7 +5264,7 @@ var require_float2 = __commonJS((exports) => {
|
|
|
5264
5264
|
exports.floatNaN = floatNaN;
|
|
5265
5265
|
});
|
|
5266
5266
|
|
|
5267
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
5267
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
5268
5268
|
var require_int2 = __commonJS((exports) => {
|
|
5269
5269
|
var stringifyNumber = require_stringifyNumber();
|
|
5270
5270
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -5340,7 +5340,7 @@ var require_int2 = __commonJS((exports) => {
|
|
|
5340
5340
|
exports.intOct = intOct;
|
|
5341
5341
|
});
|
|
5342
5342
|
|
|
5343
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
5343
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
5344
5344
|
var require_set = __commonJS((exports) => {
|
|
5345
5345
|
var identity = require_identity();
|
|
5346
5346
|
var Pair = require_Pair();
|
|
@@ -5423,7 +5423,7 @@ var require_set = __commonJS((exports) => {
|
|
|
5423
5423
|
exports.set = set;
|
|
5424
5424
|
});
|
|
5425
5425
|
|
|
5426
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
5426
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
5427
5427
|
var require_timestamp = __commonJS((exports) => {
|
|
5428
5428
|
var stringifyNumber = require_stringifyNumber();
|
|
5429
5429
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -5505,7 +5505,7 @@ var require_timestamp = __commonJS((exports) => {
|
|
|
5505
5505
|
exports.timestamp = timestamp;
|
|
5506
5506
|
});
|
|
5507
5507
|
|
|
5508
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
5508
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
5509
5509
|
var require_schema3 = __commonJS((exports) => {
|
|
5510
5510
|
var map = require_map();
|
|
5511
5511
|
var _null = require_null();
|
|
@@ -5546,7 +5546,7 @@ var require_schema3 = __commonJS((exports) => {
|
|
|
5546
5546
|
exports.schema = schema;
|
|
5547
5547
|
});
|
|
5548
5548
|
|
|
5549
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
5549
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
5550
5550
|
var require_tags = __commonJS((exports) => {
|
|
5551
5551
|
var map = require_map();
|
|
5552
5552
|
var _null = require_null();
|
|
@@ -5637,7 +5637,7 @@ var require_tags = __commonJS((exports) => {
|
|
|
5637
5637
|
exports.getTags = getTags;
|
|
5638
5638
|
});
|
|
5639
5639
|
|
|
5640
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
5640
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
5641
5641
|
var require_Schema = __commonJS((exports) => {
|
|
5642
5642
|
var identity = require_identity();
|
|
5643
5643
|
var map = require_map();
|
|
@@ -5667,7 +5667,7 @@ var require_Schema = __commonJS((exports) => {
|
|
|
5667
5667
|
exports.Schema = Schema;
|
|
5668
5668
|
});
|
|
5669
5669
|
|
|
5670
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
5670
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
5671
5671
|
var require_stringifyDocument = __commonJS((exports) => {
|
|
5672
5672
|
var identity = require_identity();
|
|
5673
5673
|
var stringify = require_stringify();
|
|
@@ -5747,7 +5747,7 @@ var require_stringifyDocument = __commonJS((exports) => {
|
|
|
5747
5747
|
exports.stringifyDocument = stringifyDocument;
|
|
5748
5748
|
});
|
|
5749
5749
|
|
|
5750
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
5750
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
5751
5751
|
var require_Document = __commonJS((exports) => {
|
|
5752
5752
|
var Alias = require_Alias();
|
|
5753
5753
|
var Collection = require_Collection();
|
|
@@ -5982,7 +5982,7 @@ var require_Document = __commonJS((exports) => {
|
|
|
5982
5982
|
exports.Document = Document;
|
|
5983
5983
|
});
|
|
5984
5984
|
|
|
5985
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
5985
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
5986
5986
|
var require_errors = __commonJS((exports) => {
|
|
5987
5987
|
class YAMLError extends Error {
|
|
5988
5988
|
constructor(name, pos, code, message) {
|
|
@@ -6047,7 +6047,7 @@ ${pointer}
|
|
|
6047
6047
|
exports.prettifyError = prettifyError;
|
|
6048
6048
|
});
|
|
6049
6049
|
|
|
6050
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
6050
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
6051
6051
|
var require_resolve_props = __commonJS((exports) => {
|
|
6052
6052
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
6053
6053
|
let spaceBefore = false;
|
|
@@ -6177,7 +6177,7 @@ var require_resolve_props = __commonJS((exports) => {
|
|
|
6177
6177
|
exports.resolveProps = resolveProps;
|
|
6178
6178
|
});
|
|
6179
6179
|
|
|
6180
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
6180
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
6181
6181
|
var require_util_contains_newline = __commonJS((exports) => {
|
|
6182
6182
|
function containsNewline(key) {
|
|
6183
6183
|
if (!key)
|
|
@@ -6217,7 +6217,7 @@ var require_util_contains_newline = __commonJS((exports) => {
|
|
|
6217
6217
|
exports.containsNewline = containsNewline;
|
|
6218
6218
|
});
|
|
6219
6219
|
|
|
6220
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
6220
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
6221
6221
|
var require_util_flow_indent_check = __commonJS((exports) => {
|
|
6222
6222
|
var utilContainsNewline = require_util_contains_newline();
|
|
6223
6223
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -6232,7 +6232,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
|
|
|
6232
6232
|
exports.flowIndentCheck = flowIndentCheck;
|
|
6233
6233
|
});
|
|
6234
6234
|
|
|
6235
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
6235
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
6236
6236
|
var require_util_map_includes = __commonJS((exports) => {
|
|
6237
6237
|
var identity = require_identity();
|
|
6238
6238
|
function mapIncludes(ctx, items, search) {
|
|
@@ -6245,7 +6245,7 @@ var require_util_map_includes = __commonJS((exports) => {
|
|
|
6245
6245
|
exports.mapIncludes = mapIncludes;
|
|
6246
6246
|
});
|
|
6247
6247
|
|
|
6248
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
6248
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
6249
6249
|
var require_resolve_block_map = __commonJS((exports) => {
|
|
6250
6250
|
var Pair = require_Pair();
|
|
6251
6251
|
var YAMLMap = require_YAMLMap();
|
|
@@ -6352,7 +6352,7 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
6352
6352
|
exports.resolveBlockMap = resolveBlockMap;
|
|
6353
6353
|
});
|
|
6354
6354
|
|
|
6355
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
6355
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
6356
6356
|
var require_resolve_block_seq = __commonJS((exports) => {
|
|
6357
6357
|
var YAMLSeq = require_YAMLSeq();
|
|
6358
6358
|
var resolveProps = require_resolve_props();
|
|
@@ -6400,7 +6400,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
|
|
|
6400
6400
|
exports.resolveBlockSeq = resolveBlockSeq;
|
|
6401
6401
|
});
|
|
6402
6402
|
|
|
6403
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
6403
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
6404
6404
|
var require_resolve_end = __commonJS((exports) => {
|
|
6405
6405
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
6406
6406
|
let comment = "";
|
|
@@ -6440,7 +6440,7 @@ var require_resolve_end = __commonJS((exports) => {
|
|
|
6440
6440
|
exports.resolveEnd = resolveEnd;
|
|
6441
6441
|
});
|
|
6442
6442
|
|
|
6443
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
6443
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
6444
6444
|
var require_resolve_flow_collection = __commonJS((exports) => {
|
|
6445
6445
|
var identity = require_identity();
|
|
6446
6446
|
var Pair = require_Pair();
|
|
@@ -6631,7 +6631,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
6631
6631
|
exports.resolveFlowCollection = resolveFlowCollection;
|
|
6632
6632
|
});
|
|
6633
6633
|
|
|
6634
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
6634
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
6635
6635
|
var require_compose_collection = __commonJS((exports) => {
|
|
6636
6636
|
var identity = require_identity();
|
|
6637
6637
|
var Scalar = require_Scalar();
|
|
@@ -6693,7 +6693,7 @@ var require_compose_collection = __commonJS((exports) => {
|
|
|
6693
6693
|
exports.composeCollection = composeCollection;
|
|
6694
6694
|
});
|
|
6695
6695
|
|
|
6696
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
6696
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
6697
6697
|
var require_resolve_block_scalar = __commonJS((exports) => {
|
|
6698
6698
|
var Scalar = require_Scalar();
|
|
6699
6699
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -6886,7 +6886,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
|
|
|
6886
6886
|
exports.resolveBlockScalar = resolveBlockScalar;
|
|
6887
6887
|
});
|
|
6888
6888
|
|
|
6889
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
6889
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
6890
6890
|
var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
6891
6891
|
var Scalar = require_Scalar();
|
|
6892
6892
|
var resolveEnd = require_resolve_end();
|
|
@@ -7102,7 +7102,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
|
7102
7102
|
exports.resolveFlowScalar = resolveFlowScalar;
|
|
7103
7103
|
});
|
|
7104
7104
|
|
|
7105
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
7105
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
7106
7106
|
var require_compose_scalar = __commonJS((exports) => {
|
|
7107
7107
|
var identity = require_identity();
|
|
7108
7108
|
var Scalar = require_Scalar();
|
|
@@ -7180,7 +7180,7 @@ var require_compose_scalar = __commonJS((exports) => {
|
|
|
7180
7180
|
exports.composeScalar = composeScalar;
|
|
7181
7181
|
});
|
|
7182
7182
|
|
|
7183
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
7183
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
7184
7184
|
var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
7185
7185
|
function emptyScalarPosition(offset, before, pos) {
|
|
7186
7186
|
if (before) {
|
|
@@ -7207,7 +7207,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
|
7207
7207
|
exports.emptyScalarPosition = emptyScalarPosition;
|
|
7208
7208
|
});
|
|
7209
7209
|
|
|
7210
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
7210
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
7211
7211
|
var require_compose_node = __commonJS((exports) => {
|
|
7212
7212
|
var Alias = require_Alias();
|
|
7213
7213
|
var identity = require_identity();
|
|
@@ -7310,7 +7310,7 @@ var require_compose_node = __commonJS((exports) => {
|
|
|
7310
7310
|
exports.composeNode = composeNode;
|
|
7311
7311
|
});
|
|
7312
7312
|
|
|
7313
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
7313
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
7314
7314
|
var require_compose_doc = __commonJS((exports) => {
|
|
7315
7315
|
var Document = require_Document();
|
|
7316
7316
|
var composeNode = require_compose_node();
|
|
@@ -7350,7 +7350,7 @@ var require_compose_doc = __commonJS((exports) => {
|
|
|
7350
7350
|
exports.composeDoc = composeDoc;
|
|
7351
7351
|
});
|
|
7352
7352
|
|
|
7353
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
7353
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
7354
7354
|
var require_composer = __commonJS((exports) => {
|
|
7355
7355
|
var node_process = __require("process");
|
|
7356
7356
|
var directives = require_directives();
|
|
@@ -7539,7 +7539,7 @@ ${end.comment}` : end.comment;
|
|
|
7539
7539
|
exports.Composer = Composer;
|
|
7540
7540
|
});
|
|
7541
7541
|
|
|
7542
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
7542
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
7543
7543
|
var require_cst_scalar = __commonJS((exports) => {
|
|
7544
7544
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
7545
7545
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -7729,7 +7729,7 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
7729
7729
|
exports.setScalarValue = setScalarValue;
|
|
7730
7730
|
});
|
|
7731
7731
|
|
|
7732
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
7732
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
7733
7733
|
var require_cst_stringify = __commonJS((exports) => {
|
|
7734
7734
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
7735
7735
|
function stringifyToken(token) {
|
|
@@ -7787,7 +7787,7 @@ var require_cst_stringify = __commonJS((exports) => {
|
|
|
7787
7787
|
exports.stringify = stringify;
|
|
7788
7788
|
});
|
|
7789
7789
|
|
|
7790
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
7790
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
7791
7791
|
var require_cst_visit = __commonJS((exports) => {
|
|
7792
7792
|
var BREAK = Symbol("break visit");
|
|
7793
7793
|
var SKIP = Symbol("skip children");
|
|
@@ -7846,7 +7846,7 @@ var require_cst_visit = __commonJS((exports) => {
|
|
|
7846
7846
|
exports.visit = visit;
|
|
7847
7847
|
});
|
|
7848
7848
|
|
|
7849
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
7849
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
7850
7850
|
var require_cst = __commonJS((exports) => {
|
|
7851
7851
|
var cstScalar = require_cst_scalar();
|
|
7852
7852
|
var cstStringify = require_cst_stringify();
|
|
@@ -7947,7 +7947,7 @@ var require_cst = __commonJS((exports) => {
|
|
|
7947
7947
|
exports.tokenType = tokenType;
|
|
7948
7948
|
});
|
|
7949
7949
|
|
|
7950
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
7950
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
7951
7951
|
var require_lexer = __commonJS((exports) => {
|
|
7952
7952
|
var cst = require_cst();
|
|
7953
7953
|
function isEmpty(ch) {
|
|
@@ -8533,7 +8533,7 @@ var require_lexer = __commonJS((exports) => {
|
|
|
8533
8533
|
exports.Lexer = Lexer;
|
|
8534
8534
|
});
|
|
8535
8535
|
|
|
8536
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
8536
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
8537
8537
|
var require_line_counter = __commonJS((exports) => {
|
|
8538
8538
|
class LineCounter {
|
|
8539
8539
|
constructor() {
|
|
@@ -8561,7 +8561,7 @@ var require_line_counter = __commonJS((exports) => {
|
|
|
8561
8561
|
exports.LineCounter = LineCounter;
|
|
8562
8562
|
});
|
|
8563
8563
|
|
|
8564
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
8564
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
8565
8565
|
var require_parser = __commonJS((exports) => {
|
|
8566
8566
|
var node_process = __require("process");
|
|
8567
8567
|
var cst = require_cst();
|
|
@@ -9410,7 +9410,7 @@ var require_parser = __commonJS((exports) => {
|
|
|
9410
9410
|
exports.Parser = Parser;
|
|
9411
9411
|
});
|
|
9412
9412
|
|
|
9413
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
9413
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
9414
9414
|
var require_public_api = __commonJS((exports) => {
|
|
9415
9415
|
var composer = require_composer();
|
|
9416
9416
|
var Document = require_Document();
|
|
@@ -9504,7 +9504,7 @@ var require_public_api = __commonJS((exports) => {
|
|
|
9504
9504
|
exports.stringify = stringify;
|
|
9505
9505
|
});
|
|
9506
9506
|
|
|
9507
|
-
// node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
9507
|
+
// ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
9508
9508
|
var require_dist = __commonJS((exports) => {
|
|
9509
9509
|
var composer = require_composer();
|
|
9510
9510
|
var Document = require_Document();
|
|
@@ -9553,7 +9553,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
9553
9553
|
exports.visitAsync = visit.visitAsync;
|
|
9554
9554
|
});
|
|
9555
9555
|
|
|
9556
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
9556
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
9557
9557
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
9558
9558
|
const t = typeof data;
|
|
9559
9559
|
switch (t) {
|
|
@@ -9684,7 +9684,7 @@ var init_util = __esm(() => {
|
|
|
9684
9684
|
]);
|
|
9685
9685
|
});
|
|
9686
9686
|
|
|
9687
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
9687
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
9688
9688
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
9689
9689
|
const json = JSON.stringify(obj, null, 2);
|
|
9690
9690
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -9805,7 +9805,7 @@ var init_ZodError = __esm(() => {
|
|
|
9805
9805
|
};
|
|
9806
9806
|
});
|
|
9807
9807
|
|
|
9808
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
9808
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
9809
9809
|
var errorMap = (issue, _ctx) => {
|
|
9810
9810
|
let message;
|
|
9811
9811
|
switch (issue.code) {
|
|
@@ -9912,7 +9912,7 @@ var init_en = __esm(() => {
|
|
|
9912
9912
|
en_default = errorMap;
|
|
9913
9913
|
});
|
|
9914
9914
|
|
|
9915
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
9915
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
9916
9916
|
function setErrorMap(map) {
|
|
9917
9917
|
overrideErrorMap = map;
|
|
9918
9918
|
}
|
|
@@ -9925,7 +9925,7 @@ var init_errors = __esm(() => {
|
|
|
9925
9925
|
overrideErrorMap = en_default;
|
|
9926
9926
|
});
|
|
9927
9927
|
|
|
9928
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
9928
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
9929
9929
|
function addIssueToContext(ctx, issueData) {
|
|
9930
9930
|
const overrideMap = getErrorMap();
|
|
9931
9931
|
const issue = makeIssue({
|
|
@@ -10030,10 +10030,10 @@ var init_parseUtil = __esm(() => {
|
|
|
10030
10030
|
});
|
|
10031
10031
|
});
|
|
10032
10032
|
|
|
10033
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
10033
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
10034
10034
|
var init_typeAliases = () => {};
|
|
10035
10035
|
|
|
10036
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
10036
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
10037
10037
|
var errorUtil;
|
|
10038
10038
|
var init_errorUtil = __esm(() => {
|
|
10039
10039
|
(function(errorUtil2) {
|
|
@@ -10042,7 +10042,7 @@ var init_errorUtil = __esm(() => {
|
|
|
10042
10042
|
})(errorUtil || (errorUtil = {}));
|
|
10043
10043
|
});
|
|
10044
10044
|
|
|
10045
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
10045
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
10046
10046
|
class ParseInputLazyPath {
|
|
10047
10047
|
constructor(parent, value, path, key) {
|
|
10048
10048
|
this._cachedPath = [];
|
|
@@ -13393,7 +13393,7 @@ var init_types = __esm(() => {
|
|
|
13393
13393
|
NEVER = INVALID;
|
|
13394
13394
|
});
|
|
13395
13395
|
|
|
13396
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
13396
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
13397
13397
|
var exports_external = {};
|
|
13398
13398
|
__export(exports_external, {
|
|
13399
13399
|
void: () => voidType,
|
|
@@ -13513,7 +13513,7 @@ var init_external = __esm(() => {
|
|
|
13513
13513
|
init_ZodError();
|
|
13514
13514
|
});
|
|
13515
13515
|
|
|
13516
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
13516
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
13517
13517
|
var init_zod = __esm(() => {
|
|
13518
13518
|
init_external();
|
|
13519
13519
|
init_external();
|
|
@@ -15266,7 +15266,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
|
|
|
15266
15266
|
}
|
|
15267
15267
|
var init_timezone = () => {};
|
|
15268
15268
|
|
|
15269
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
15269
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
15270
15270
|
var require_utils = __commonJS((exports) => {
|
|
15271
15271
|
exports.__esModule = true;
|
|
15272
15272
|
exports.extend = extend;
|
|
@@ -15362,7 +15362,7 @@ var require_utils = __commonJS((exports) => {
|
|
|
15362
15362
|
}
|
|
15363
15363
|
});
|
|
15364
15364
|
|
|
15365
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
15365
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
15366
15366
|
var require_exception = __commonJS((exports, module) => {
|
|
15367
15367
|
exports.__esModule = true;
|
|
15368
15368
|
var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
@@ -15407,7 +15407,7 @@ var require_exception = __commonJS((exports, module) => {
|
|
|
15407
15407
|
module.exports = exports["default"];
|
|
15408
15408
|
});
|
|
15409
15409
|
|
|
15410
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
15410
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
15411
15411
|
var require_block_helper_missing = __commonJS((exports, module) => {
|
|
15412
15412
|
exports.__esModule = true;
|
|
15413
15413
|
var _utils = require_utils();
|
|
@@ -15440,7 +15440,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
|
|
|
15440
15440
|
module.exports = exports["default"];
|
|
15441
15441
|
});
|
|
15442
15442
|
|
|
15443
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
15443
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
15444
15444
|
var require_each = __commonJS((exports, module) => {
|
|
15445
15445
|
exports.__esModule = true;
|
|
15446
15446
|
function _interopRequireDefault(obj) {
|
|
@@ -15521,7 +15521,7 @@ var require_each = __commonJS((exports, module) => {
|
|
|
15521
15521
|
module.exports = exports["default"];
|
|
15522
15522
|
});
|
|
15523
15523
|
|
|
15524
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
15524
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
15525
15525
|
var require_helper_missing = __commonJS((exports, module) => {
|
|
15526
15526
|
exports.__esModule = true;
|
|
15527
15527
|
function _interopRequireDefault(obj) {
|
|
@@ -15541,7 +15541,7 @@ var require_helper_missing = __commonJS((exports, module) => {
|
|
|
15541
15541
|
module.exports = exports["default"];
|
|
15542
15542
|
});
|
|
15543
15543
|
|
|
15544
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
15544
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
15545
15545
|
var require_if = __commonJS((exports, module) => {
|
|
15546
15546
|
exports.__esModule = true;
|
|
15547
15547
|
function _interopRequireDefault(obj) {
|
|
@@ -15578,7 +15578,7 @@ var require_if = __commonJS((exports, module) => {
|
|
|
15578
15578
|
module.exports = exports["default"];
|
|
15579
15579
|
});
|
|
15580
15580
|
|
|
15581
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
15581
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
15582
15582
|
var require_log2 = __commonJS((exports, module) => {
|
|
15583
15583
|
exports.__esModule = true;
|
|
15584
15584
|
exports.default = function(instance) {
|
|
@@ -15600,7 +15600,7 @@ var require_log2 = __commonJS((exports, module) => {
|
|
|
15600
15600
|
module.exports = exports["default"];
|
|
15601
15601
|
});
|
|
15602
15602
|
|
|
15603
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
15603
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
15604
15604
|
var require_lookup = __commonJS((exports, module) => {
|
|
15605
15605
|
exports.__esModule = true;
|
|
15606
15606
|
exports.default = function(instance) {
|
|
@@ -15614,7 +15614,7 @@ var require_lookup = __commonJS((exports, module) => {
|
|
|
15614
15614
|
module.exports = exports["default"];
|
|
15615
15615
|
});
|
|
15616
15616
|
|
|
15617
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
15617
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
15618
15618
|
var require_with = __commonJS((exports, module) => {
|
|
15619
15619
|
exports.__esModule = true;
|
|
15620
15620
|
function _interopRequireDefault(obj) {
|
|
@@ -15650,7 +15650,7 @@ var require_with = __commonJS((exports, module) => {
|
|
|
15650
15650
|
module.exports = exports["default"];
|
|
15651
15651
|
});
|
|
15652
15652
|
|
|
15653
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
15653
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
15654
15654
|
var require_helpers = __commonJS((exports) => {
|
|
15655
15655
|
exports.__esModule = true;
|
|
15656
15656
|
exports.registerDefaultHelpers = registerDefaultHelpers;
|
|
@@ -15691,7 +15691,7 @@ var require_helpers = __commonJS((exports) => {
|
|
|
15691
15691
|
}
|
|
15692
15692
|
});
|
|
15693
15693
|
|
|
15694
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
15694
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
15695
15695
|
var require_inline = __commonJS((exports, module) => {
|
|
15696
15696
|
exports.__esModule = true;
|
|
15697
15697
|
var _utils = require_utils();
|
|
@@ -15715,7 +15715,7 @@ var require_inline = __commonJS((exports, module) => {
|
|
|
15715
15715
|
module.exports = exports["default"];
|
|
15716
15716
|
});
|
|
15717
15717
|
|
|
15718
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
15718
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
15719
15719
|
var require_decorators = __commonJS((exports) => {
|
|
15720
15720
|
exports.__esModule = true;
|
|
15721
15721
|
exports.registerDefaultDecorators = registerDefaultDecorators;
|
|
@@ -15729,7 +15729,7 @@ var require_decorators = __commonJS((exports) => {
|
|
|
15729
15729
|
}
|
|
15730
15730
|
});
|
|
15731
15731
|
|
|
15732
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
15732
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
15733
15733
|
var require_logger = __commonJS((exports, module) => {
|
|
15734
15734
|
exports.__esModule = true;
|
|
15735
15735
|
var _utils = require_utils();
|
|
@@ -15765,7 +15765,7 @@ var require_logger = __commonJS((exports, module) => {
|
|
|
15765
15765
|
module.exports = exports["default"];
|
|
15766
15766
|
});
|
|
15767
15767
|
|
|
15768
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
15768
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
15769
15769
|
var require_proto_access = __commonJS((exports) => {
|
|
15770
15770
|
exports.__esModule = true;
|
|
15771
15771
|
exports.createProtoAccessControl = createProtoAccessControl;
|
|
@@ -15832,7 +15832,7 @@ var require_proto_access = __commonJS((exports) => {
|
|
|
15832
15832
|
}
|
|
15833
15833
|
});
|
|
15834
15834
|
|
|
15835
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
15835
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
15836
15836
|
var require_base = __commonJS((exports) => {
|
|
15837
15837
|
exports.__esModule = true;
|
|
15838
15838
|
exports.HandlebarsEnvironment = HandlebarsEnvironment;
|
|
@@ -15925,7 +15925,7 @@ var require_base = __commonJS((exports) => {
|
|
|
15925
15925
|
exports.logger = _logger2["default"];
|
|
15926
15926
|
});
|
|
15927
15927
|
|
|
15928
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
15928
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
15929
15929
|
var require_safe_string = __commonJS((exports, module) => {
|
|
15930
15930
|
exports.__esModule = true;
|
|
15931
15931
|
function SafeString(string) {
|
|
@@ -15938,7 +15938,7 @@ var require_safe_string = __commonJS((exports, module) => {
|
|
|
15938
15938
|
module.exports = exports["default"];
|
|
15939
15939
|
});
|
|
15940
15940
|
|
|
15941
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
15941
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
15942
15942
|
var require_wrapHelper = __commonJS((exports) => {
|
|
15943
15943
|
exports.__esModule = true;
|
|
15944
15944
|
exports.wrapHelper = wrapHelper;
|
|
@@ -15955,7 +15955,7 @@ var require_wrapHelper = __commonJS((exports) => {
|
|
|
15955
15955
|
}
|
|
15956
15956
|
});
|
|
15957
15957
|
|
|
15958
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
15958
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
15959
15959
|
var require_runtime = __commonJS((exports) => {
|
|
15960
15960
|
exports.__esModule = true;
|
|
15961
15961
|
exports.checkRevision = checkRevision;
|
|
@@ -16270,7 +16270,7 @@ var require_runtime = __commonJS((exports) => {
|
|
|
16270
16270
|
}
|
|
16271
16271
|
});
|
|
16272
16272
|
|
|
16273
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
16273
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
16274
16274
|
var require_no_conflict = __commonJS((exports, module) => {
|
|
16275
16275
|
exports.__esModule = true;
|
|
16276
16276
|
exports.default = function(Handlebars) {
|
|
@@ -16294,7 +16294,7 @@ var require_no_conflict = __commonJS((exports, module) => {
|
|
|
16294
16294
|
module.exports = exports["default"];
|
|
16295
16295
|
});
|
|
16296
16296
|
|
|
16297
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
16297
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
16298
16298
|
var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
16299
16299
|
exports.__esModule = true;
|
|
16300
16300
|
function _interopRequireDefault(obj) {
|
|
@@ -16348,7 +16348,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
|
16348
16348
|
module.exports = exports["default"];
|
|
16349
16349
|
});
|
|
16350
16350
|
|
|
16351
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
16351
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
16352
16352
|
var require_ast = __commonJS((exports, module) => {
|
|
16353
16353
|
exports.__esModule = true;
|
|
16354
16354
|
var AST = {
|
|
@@ -16368,7 +16368,7 @@ var require_ast = __commonJS((exports, module) => {
|
|
|
16368
16368
|
module.exports = exports["default"];
|
|
16369
16369
|
});
|
|
16370
16370
|
|
|
16371
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
16371
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
16372
16372
|
var require_parser2 = __commonJS((exports, module) => {
|
|
16373
16373
|
exports.__esModule = true;
|
|
16374
16374
|
var handlebars = function() {
|
|
@@ -17092,7 +17092,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
|
|
|
17092
17092
|
module.exports = exports["default"];
|
|
17093
17093
|
});
|
|
17094
17094
|
|
|
17095
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
17095
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
17096
17096
|
var require_visitor = __commonJS((exports, module) => {
|
|
17097
17097
|
exports.__esModule = true;
|
|
17098
17098
|
function _interopRequireDefault(obj) {
|
|
@@ -17197,7 +17197,7 @@ var require_visitor = __commonJS((exports, module) => {
|
|
|
17197
17197
|
module.exports = exports["default"];
|
|
17198
17198
|
});
|
|
17199
17199
|
|
|
17200
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
17200
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
17201
17201
|
var require_whitespace_control = __commonJS((exports, module) => {
|
|
17202
17202
|
exports.__esModule = true;
|
|
17203
17203
|
function _interopRequireDefault(obj) {
|
|
@@ -17343,7 +17343,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
|
|
|
17343
17343
|
module.exports = exports["default"];
|
|
17344
17344
|
});
|
|
17345
17345
|
|
|
17346
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
17346
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
17347
17347
|
var require_helpers2 = __commonJS((exports) => {
|
|
17348
17348
|
exports.__esModule = true;
|
|
17349
17349
|
exports.SourceLocation = SourceLocation;
|
|
@@ -17528,7 +17528,7 @@ var require_helpers2 = __commonJS((exports) => {
|
|
|
17528
17528
|
}
|
|
17529
17529
|
});
|
|
17530
17530
|
|
|
17531
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
17531
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
17532
17532
|
var require_base2 = __commonJS((exports) => {
|
|
17533
17533
|
exports.__esModule = true;
|
|
17534
17534
|
exports.parseWithoutProcessing = parseWithoutProcessing;
|
|
@@ -17627,7 +17627,7 @@ var require_base2 = __commonJS((exports) => {
|
|
|
17627
17627
|
}
|
|
17628
17628
|
});
|
|
17629
17629
|
|
|
17630
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
17630
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
17631
17631
|
var require_compiler = __commonJS((exports) => {
|
|
17632
17632
|
exports.__esModule = true;
|
|
17633
17633
|
exports.Compiler = Compiler;
|
|
@@ -18044,7 +18044,7 @@ var require_compiler = __commonJS((exports) => {
|
|
|
18044
18044
|
}
|
|
18045
18045
|
});
|
|
18046
18046
|
|
|
18047
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
|
|
18047
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
|
|
18048
18048
|
var require_base64 = __commonJS((exports) => {
|
|
18049
18049
|
var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
18050
18050
|
exports.encode = function(number) {
|
|
@@ -18083,7 +18083,7 @@ var require_base64 = __commonJS((exports) => {
|
|
|
18083
18083
|
};
|
|
18084
18084
|
});
|
|
18085
18085
|
|
|
18086
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
|
|
18086
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
|
|
18087
18087
|
var require_base64_vlq = __commonJS((exports) => {
|
|
18088
18088
|
var base64 = require_base64();
|
|
18089
18089
|
var VLQ_BASE_SHIFT = 5;
|
|
@@ -18135,7 +18135,7 @@ var require_base64_vlq = __commonJS((exports) => {
|
|
|
18135
18135
|
};
|
|
18136
18136
|
});
|
|
18137
18137
|
|
|
18138
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
|
|
18138
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
|
|
18139
18139
|
var require_util = __commonJS((exports) => {
|
|
18140
18140
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
18141
18141
|
if (aName in aArgs) {
|
|
@@ -18434,7 +18434,7 @@ var require_util = __commonJS((exports) => {
|
|
|
18434
18434
|
exports.computeSourceURL = computeSourceURL;
|
|
18435
18435
|
});
|
|
18436
18436
|
|
|
18437
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
|
|
18437
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
|
|
18438
18438
|
var require_array_set = __commonJS((exports) => {
|
|
18439
18439
|
var util3 = require_util();
|
|
18440
18440
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -18502,7 +18502,7 @@ var require_array_set = __commonJS((exports) => {
|
|
|
18502
18502
|
exports.ArraySet = ArraySet;
|
|
18503
18503
|
});
|
|
18504
18504
|
|
|
18505
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
|
|
18505
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
|
|
18506
18506
|
var require_mapping_list = __commonJS((exports) => {
|
|
18507
18507
|
var util3 = require_util();
|
|
18508
18508
|
function generatedPositionAfter(mappingA, mappingB) {
|
|
@@ -18539,7 +18539,7 @@ var require_mapping_list = __commonJS((exports) => {
|
|
|
18539
18539
|
exports.MappingList = MappingList;
|
|
18540
18540
|
});
|
|
18541
18541
|
|
|
18542
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
|
|
18542
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
|
|
18543
18543
|
var require_source_map_generator = __commonJS((exports) => {
|
|
18544
18544
|
var base64VLQ = require_base64_vlq();
|
|
18545
18545
|
var util3 = require_util();
|
|
@@ -18809,7 +18809,7 @@ var require_source_map_generator = __commonJS((exports) => {
|
|
|
18809
18809
|
exports.SourceMapGenerator = SourceMapGenerator;
|
|
18810
18810
|
});
|
|
18811
18811
|
|
|
18812
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
|
|
18812
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
|
|
18813
18813
|
var require_binary_search = __commonJS((exports) => {
|
|
18814
18814
|
exports.GREATEST_LOWER_BOUND = 1;
|
|
18815
18815
|
exports.LEAST_UPPER_BOUND = 2;
|
|
@@ -18856,7 +18856,7 @@ var require_binary_search = __commonJS((exports) => {
|
|
|
18856
18856
|
};
|
|
18857
18857
|
});
|
|
18858
18858
|
|
|
18859
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
|
|
18859
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
|
|
18860
18860
|
var require_quick_sort = __commonJS((exports) => {
|
|
18861
18861
|
function swap(ary, x, y) {
|
|
18862
18862
|
var temp = ary[x];
|
|
@@ -18889,7 +18889,7 @@ var require_quick_sort = __commonJS((exports) => {
|
|
|
18889
18889
|
};
|
|
18890
18890
|
});
|
|
18891
18891
|
|
|
18892
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
|
|
18892
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
|
|
18893
18893
|
var require_source_map_consumer = __commonJS((exports) => {
|
|
18894
18894
|
var util3 = require_util();
|
|
18895
18895
|
var binarySearch = require_binary_search();
|
|
@@ -19458,7 +19458,7 @@ var require_source_map_consumer = __commonJS((exports) => {
|
|
|
19458
19458
|
exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
|
|
19459
19459
|
});
|
|
19460
19460
|
|
|
19461
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
|
|
19461
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
|
|
19462
19462
|
var require_source_node = __commonJS((exports) => {
|
|
19463
19463
|
var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19464
19464
|
var util3 = require_util();
|
|
@@ -19712,14 +19712,14 @@ var require_source_node = __commonJS((exports) => {
|
|
|
19712
19712
|
exports.SourceNode = SourceNode;
|
|
19713
19713
|
});
|
|
19714
19714
|
|
|
19715
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
|
|
19715
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
|
|
19716
19716
|
var require_source_map = __commonJS((exports) => {
|
|
19717
19717
|
exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19718
19718
|
exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
|
|
19719
19719
|
exports.SourceNode = require_source_node().SourceNode;
|
|
19720
19720
|
});
|
|
19721
19721
|
|
|
19722
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
19722
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
19723
19723
|
var require_code_gen = __commonJS((exports, module) => {
|
|
19724
19724
|
exports.__esModule = true;
|
|
19725
19725
|
var _utils = require_utils();
|
|
@@ -19852,7 +19852,7 @@ var require_code_gen = __commonJS((exports, module) => {
|
|
|
19852
19852
|
module.exports = exports["default"];
|
|
19853
19853
|
});
|
|
19854
19854
|
|
|
19855
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
19855
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
19856
19856
|
var require_javascript_compiler = __commonJS((exports, module) => {
|
|
19857
19857
|
exports.__esModule = true;
|
|
19858
19858
|
function _interopRequireDefault(obj) {
|
|
@@ -20620,7 +20620,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
|
|
|
20620
20620
|
module.exports = exports["default"];
|
|
20621
20621
|
});
|
|
20622
20622
|
|
|
20623
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
|
|
20623
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
|
|
20624
20624
|
var require_handlebars = __commonJS((exports, module) => {
|
|
20625
20625
|
exports.__esModule = true;
|
|
20626
20626
|
function _interopRequireDefault(obj) {
|
|
@@ -20664,7 +20664,7 @@ var require_handlebars = __commonJS((exports, module) => {
|
|
|
20664
20664
|
module.exports = exports["default"];
|
|
20665
20665
|
});
|
|
20666
20666
|
|
|
20667
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
20667
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
20668
20668
|
var require_printer = __commonJS((exports) => {
|
|
20669
20669
|
exports.__esModule = true;
|
|
20670
20670
|
exports.print = print;
|
|
@@ -20808,7 +20808,7 @@ var require_printer = __commonJS((exports) => {
|
|
|
20808
20808
|
};
|
|
20809
20809
|
});
|
|
20810
20810
|
|
|
20811
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
|
|
20811
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
|
|
20812
20812
|
var require_lib = __commonJS((exports, module) => {
|
|
20813
20813
|
var handlebars = require_handlebars()["default"];
|
|
20814
20814
|
var printer = require_printer();
|
|
@@ -32956,7 +32956,7 @@ function deriveSlug(inputs, existing) {
|
|
|
32956
32956
|
return `${base}_${n}`;
|
|
32957
32957
|
}
|
|
32958
32958
|
|
|
32959
|
-
// node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
32959
|
+
// ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
32960
32960
|
var require_lib2 = __commonJS((exports2) => {
|
|
32961
32961
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
32962
32962
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -33003,7 +33003,7 @@ var require_lib2 = __commonJS((exports2) => {
|
|
|
33003
33003
|
exports2.binarySearch = binarySearch;
|
|
33004
33004
|
});
|
|
33005
33005
|
|
|
33006
|
-
// node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
33006
|
+
// ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
33007
33007
|
var require_structured_source = __commonJS((exports2) => {
|
|
33008
33008
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
33009
33009
|
exports2.StructuredSource = undefined;
|
|
@@ -33058,13 +33058,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
33058
33058
|
}
|
|
33059
33059
|
exports2.StructuredSource = StructuredSource;
|
|
33060
33060
|
});
|
|
33061
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
33061
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
33062
33062
|
var import_structured_source;
|
|
33063
33063
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
33064
33064
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
33065
33065
|
});
|
|
33066
33066
|
|
|
33067
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
33067
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
33068
33068
|
class EventEmitter {
|
|
33069
33069
|
#listeners = new Map;
|
|
33070
33070
|
on(type, listener) {
|
|
@@ -33103,9 +33103,9 @@ class EventEmitter {
|
|
|
33103
33103
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
33104
33104
|
}
|
|
33105
33105
|
}
|
|
33106
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
33106
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
33107
33107
|
var init_RuleContext = () => {};
|
|
33108
|
-
// node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
33108
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
33109
33109
|
class SecretLintProfiler {
|
|
33110
33110
|
perf;
|
|
33111
33111
|
entries = [];
|
|
@@ -33162,7 +33162,7 @@ class SecretLintProfiler {
|
|
|
33162
33162
|
}
|
|
33163
33163
|
}
|
|
33164
33164
|
|
|
33165
|
-
// node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
33165
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
33166
33166
|
import perf_hooks from "node:perf_hooks";
|
|
33167
33167
|
|
|
33168
33168
|
class NullPerformanceObserver {
|
|
@@ -33177,19 +33177,19 @@ var init_node = __esm(() => {
|
|
|
33177
33177
|
});
|
|
33178
33178
|
});
|
|
33179
33179
|
|
|
33180
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
33180
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
33181
33181
|
var init_RunningEvents = __esm(() => {
|
|
33182
33182
|
init_node();
|
|
33183
33183
|
});
|
|
33184
33184
|
|
|
33185
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
33185
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
33186
33186
|
var init_RulePresetContext = __esm(() => {
|
|
33187
33187
|
init_RuleContext();
|
|
33188
33188
|
});
|
|
33189
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
33189
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
33190
33190
|
var init_messages = () => {};
|
|
33191
33191
|
|
|
33192
|
-
// node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
33192
|
+
// ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
33193
33193
|
var require_ms = __commonJS((exports2, module) => {
|
|
33194
33194
|
var s = 1000;
|
|
33195
33195
|
var m = s * 60;
|
|
@@ -33299,7 +33299,7 @@ var require_ms = __commonJS((exports2, module) => {
|
|
|
33299
33299
|
}
|
|
33300
33300
|
});
|
|
33301
33301
|
|
|
33302
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
33302
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
33303
33303
|
var require_common = __commonJS((exports2, module) => {
|
|
33304
33304
|
function setup(env2) {
|
|
33305
33305
|
createDebug.debug = createDebug;
|
|
@@ -33474,7 +33474,7 @@ var require_common = __commonJS((exports2, module) => {
|
|
|
33474
33474
|
module.exports = setup;
|
|
33475
33475
|
});
|
|
33476
33476
|
|
|
33477
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
33477
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
33478
33478
|
var require_browser = __commonJS((exports2, module) => {
|
|
33479
33479
|
exports2.formatArgs = formatArgs;
|
|
33480
33480
|
exports2.save = save;
|
|
@@ -33634,7 +33634,7 @@ var require_browser = __commonJS((exports2, module) => {
|
|
|
33634
33634
|
};
|
|
33635
33635
|
});
|
|
33636
33636
|
|
|
33637
|
-
// node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
33637
|
+
// ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
33638
33638
|
var require_has_flag = __commonJS((exports2, module) => {
|
|
33639
33639
|
module.exports = (flag, argv = process.argv) => {
|
|
33640
33640
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -33644,7 +33644,7 @@ var require_has_flag = __commonJS((exports2, module) => {
|
|
|
33644
33644
|
};
|
|
33645
33645
|
});
|
|
33646
33646
|
|
|
33647
|
-
// node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
33647
|
+
// ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
33648
33648
|
var require_supports_color = __commonJS((exports2, module) => {
|
|
33649
33649
|
var os5 = __require("os");
|
|
33650
33650
|
var tty2 = __require("tty");
|
|
@@ -33743,7 +33743,7 @@ var require_supports_color = __commonJS((exports2, module) => {
|
|
|
33743
33743
|
};
|
|
33744
33744
|
});
|
|
33745
33745
|
|
|
33746
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
33746
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
33747
33747
|
var require_node = __commonJS((exports2, module) => {
|
|
33748
33748
|
var tty2 = __require("tty");
|
|
33749
33749
|
var util3 = __require("util");
|
|
@@ -33914,7 +33914,7 @@ var require_node = __commonJS((exports2, module) => {
|
|
|
33914
33914
|
};
|
|
33915
33915
|
});
|
|
33916
33916
|
|
|
33917
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
33917
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
33918
33918
|
var require_src = __commonJS((exports2, module) => {
|
|
33919
33919
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
33920
33920
|
module.exports = require_browser();
|
|
@@ -33923,7 +33923,7 @@ var require_src = __commonJS((exports2, module) => {
|
|
|
33923
33923
|
}
|
|
33924
33924
|
});
|
|
33925
33925
|
|
|
33926
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
33926
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
33927
33927
|
var import_debug, debug;
|
|
33928
33928
|
var init_module = __esm(() => {
|
|
33929
33929
|
init_SecretLintSourceCodeImpl();
|
|
@@ -33936,7 +33936,7 @@ var init_module = __esm(() => {
|
|
|
33936
33936
|
debug = import_debug.default("@secretlint/core");
|
|
33937
33937
|
});
|
|
33938
33938
|
|
|
33939
|
-
// node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
33939
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
33940
33940
|
function requireLodash_uniq() {
|
|
33941
33941
|
if (hasRequiredLodash_uniq)
|
|
33942
33942
|
return lodash_uniq;
|
|
@@ -35619,7 +35619,7 @@ var init_secretlint_source = __esm(() => {
|
|
|
35619
35619
|
init_suppressor();
|
|
35620
35620
|
});
|
|
35621
35621
|
|
|
35622
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
35622
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
35623
35623
|
function $constructor(name, initializer, params) {
|
|
35624
35624
|
function init(inst, def) {
|
|
35625
35625
|
var _a;
|
|
@@ -35682,7 +35682,7 @@ var init_core = __esm(() => {
|
|
|
35682
35682
|
globalConfig = {};
|
|
35683
35683
|
});
|
|
35684
35684
|
|
|
35685
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
35685
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
35686
35686
|
var exports_util = {};
|
|
35687
35687
|
__export(exports_util, {
|
|
35688
35688
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -36198,7 +36198,7 @@ var init_util2 = __esm(() => {
|
|
|
36198
36198
|
};
|
|
36199
36199
|
});
|
|
36200
36200
|
|
|
36201
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
36201
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
36202
36202
|
function flattenError(error, mapper = (issue2) => issue2.message) {
|
|
36203
36203
|
const fieldErrors = {};
|
|
36204
36204
|
const formErrors = [];
|
|
@@ -36276,7 +36276,7 @@ var init_errors2 = __esm(() => {
|
|
|
36276
36276
|
$ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
36277
36277
|
});
|
|
36278
36278
|
|
|
36279
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
36279
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
36280
36280
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
36281
36281
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
36282
36282
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -36328,7 +36328,7 @@ var init_parse = __esm(() => {
|
|
|
36328
36328
|
safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
|
|
36329
36329
|
});
|
|
36330
36330
|
|
|
36331
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
36331
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
36332
36332
|
function emoji() {
|
|
36333
36333
|
return new RegExp(_emoji, "u");
|
|
36334
36334
|
}
|
|
@@ -36385,7 +36385,7 @@ var init_regexes = __esm(() => {
|
|
|
36385
36385
|
uppercase = /^[^a-z]*$/;
|
|
36386
36386
|
});
|
|
36387
36387
|
|
|
36388
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
36388
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
36389
36389
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
|
|
36390
36390
|
var init_checks = __esm(() => {
|
|
36391
36391
|
init_core();
|
|
@@ -36775,7 +36775,7 @@ var init_checks = __esm(() => {
|
|
|
36775
36775
|
});
|
|
36776
36776
|
});
|
|
36777
36777
|
|
|
36778
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
36778
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
36779
36779
|
class Doc {
|
|
36780
36780
|
constructor(args = []) {
|
|
36781
36781
|
this.content = [];
|
|
@@ -36813,7 +36813,7 @@ class Doc {
|
|
|
36813
36813
|
}
|
|
36814
36814
|
}
|
|
36815
36815
|
|
|
36816
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
36816
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
36817
36817
|
var version2;
|
|
36818
36818
|
var init_versions = __esm(() => {
|
|
36819
36819
|
version2 = {
|
|
@@ -36823,7 +36823,7 @@ var init_versions = __esm(() => {
|
|
|
36823
36823
|
};
|
|
36824
36824
|
});
|
|
36825
36825
|
|
|
36826
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
36826
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
36827
36827
|
function isValidBase64(data) {
|
|
36828
36828
|
if (data === "")
|
|
36829
36829
|
return true;
|
|
@@ -38065,7 +38065,7 @@ var init_schemas = __esm(() => {
|
|
|
38065
38065
|
});
|
|
38066
38066
|
});
|
|
38067
38067
|
|
|
38068
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
38068
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
38069
38069
|
function en_default2() {
|
|
38070
38070
|
return {
|
|
38071
38071
|
localeError: error()
|
|
@@ -38185,10 +38185,10 @@ var init_en2 = __esm(() => {
|
|
|
38185
38185
|
init_util2();
|
|
38186
38186
|
});
|
|
38187
38187
|
|
|
38188
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
38188
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
38189
38189
|
var init_locales = () => {};
|
|
38190
38190
|
|
|
38191
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
38191
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
38192
38192
|
class $ZodRegistry {
|
|
38193
38193
|
constructor() {
|
|
38194
38194
|
this._map = new Map;
|
|
@@ -38241,7 +38241,7 @@ var init_registries = __esm(() => {
|
|
|
38241
38241
|
globalRegistry = /* @__PURE__ */ registry();
|
|
38242
38242
|
});
|
|
38243
38243
|
|
|
38244
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
38244
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
38245
38245
|
function _string(Class2, params) {
|
|
38246
38246
|
return new Class2({
|
|
38247
38247
|
type: "string",
|
|
@@ -38681,16 +38681,16 @@ var init_api = __esm(() => {
|
|
|
38681
38681
|
init_util2();
|
|
38682
38682
|
});
|
|
38683
38683
|
|
|
38684
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
38684
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
38685
38685
|
var init_function = () => {};
|
|
38686
38686
|
|
|
38687
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
38687
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
38688
38688
|
var init_to_json_schema = () => {};
|
|
38689
38689
|
|
|
38690
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
38690
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
38691
38691
|
var init_json_schema = () => {};
|
|
38692
38692
|
|
|
38693
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
38693
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
38694
38694
|
var init_core2 = __esm(() => {
|
|
38695
38695
|
init_util2();
|
|
38696
38696
|
init_regexes();
|
|
@@ -38708,24 +38708,24 @@ var init_core2 = __esm(() => {
|
|
|
38708
38708
|
init_to_json_schema();
|
|
38709
38709
|
});
|
|
38710
38710
|
|
|
38711
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
38711
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
38712
38712
|
var init_parse2 = __esm(() => {
|
|
38713
38713
|
init_core2();
|
|
38714
38714
|
});
|
|
38715
38715
|
|
|
38716
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
38716
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
38717
38717
|
var init_schemas2 = () => {};
|
|
38718
38718
|
|
|
38719
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
38719
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
38720
38720
|
var init_checks2 = () => {};
|
|
38721
38721
|
|
|
38722
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
38722
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
38723
38723
|
var init_iso = () => {};
|
|
38724
38724
|
|
|
38725
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
38725
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
38726
38726
|
var init_coerce = () => {};
|
|
38727
38727
|
|
|
38728
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
38728
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
38729
38729
|
var init_external2 = __esm(() => {
|
|
38730
38730
|
init_core2();
|
|
38731
38731
|
init_locales();
|
|
@@ -38736,17 +38736,17 @@ var init_external2 = __esm(() => {
|
|
|
38736
38736
|
init_checks2();
|
|
38737
38737
|
});
|
|
38738
38738
|
|
|
38739
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
38739
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
38740
38740
|
var init_mini = __esm(() => {
|
|
38741
38741
|
init_external2();
|
|
38742
38742
|
});
|
|
38743
38743
|
|
|
38744
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
38744
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
38745
38745
|
var init_v4_mini = __esm(() => {
|
|
38746
38746
|
init_mini();
|
|
38747
38747
|
});
|
|
38748
38748
|
|
|
38749
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
38749
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
38750
38750
|
function isZ4Schema(s) {
|
|
38751
38751
|
const schema = s;
|
|
38752
38752
|
return !!schema._zod;
|
|
@@ -38812,12 +38812,12 @@ var init_zod_compat = __esm(() => {
|
|
|
38812
38812
|
init_v4_mini();
|
|
38813
38813
|
});
|
|
38814
38814
|
|
|
38815
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
38815
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
38816
38816
|
var init_checks3 = __esm(() => {
|
|
38817
38817
|
init_core2();
|
|
38818
38818
|
});
|
|
38819
38819
|
|
|
38820
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
38820
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
38821
38821
|
var exports_iso2 = {};
|
|
38822
38822
|
__export(exports_iso2, {
|
|
38823
38823
|
time: () => time2,
|
|
@@ -38863,7 +38863,7 @@ var init_iso2 = __esm(() => {
|
|
|
38863
38863
|
});
|
|
38864
38864
|
});
|
|
38865
38865
|
|
|
38866
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
38866
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
38867
38867
|
var initializer2 = (inst, issues) => {
|
|
38868
38868
|
$ZodError.init(inst, issues);
|
|
38869
38869
|
inst.name = "ZodError";
|
|
@@ -38896,7 +38896,7 @@ var init_errors3 = __esm(() => {
|
|
|
38896
38896
|
});
|
|
38897
38897
|
});
|
|
38898
38898
|
|
|
38899
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
38899
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
38900
38900
|
var parse4, parseAsync2, safeParse3, safeParseAsync2;
|
|
38901
38901
|
var init_parse3 = __esm(() => {
|
|
38902
38902
|
init_core2();
|
|
@@ -38907,7 +38907,7 @@ var init_parse3 = __esm(() => {
|
|
|
38907
38907
|
safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
|
|
38908
38908
|
});
|
|
38909
38909
|
|
|
38910
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
38910
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
38911
38911
|
function string2(params) {
|
|
38912
38912
|
return _string(ZodString2, params);
|
|
38913
38913
|
}
|
|
@@ -39521,13 +39521,13 @@ var init_schemas3 = __esm(() => {
|
|
|
39521
39521
|
});
|
|
39522
39522
|
});
|
|
39523
39523
|
|
|
39524
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
39524
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
39525
39525
|
var init_compat = () => {};
|
|
39526
39526
|
|
|
39527
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
39527
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
39528
39528
|
var init_coerce2 = () => {};
|
|
39529
39529
|
|
|
39530
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
39530
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
39531
39531
|
var init_external3 = __esm(() => {
|
|
39532
39532
|
init_core2();
|
|
39533
39533
|
init_core2();
|
|
@@ -39543,17 +39543,17 @@ var init_external3 = __esm(() => {
|
|
|
39543
39543
|
config(en_default2());
|
|
39544
39544
|
});
|
|
39545
39545
|
|
|
39546
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
39546
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
39547
39547
|
var init_classic = __esm(() => {
|
|
39548
39548
|
init_external3();
|
|
39549
39549
|
});
|
|
39550
39550
|
|
|
39551
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
39551
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
39552
39552
|
var init_v4 = __esm(() => {
|
|
39553
39553
|
init_classic();
|
|
39554
39554
|
});
|
|
39555
39555
|
|
|
39556
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
39556
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
39557
39557
|
var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema4, NotificationsParamsSchema, NotificationSchema, ResultSchema2, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode2, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
|
|
39558
39558
|
var init_types2 = __esm(() => {
|
|
39559
39559
|
init_v4();
|
|
@@ -40381,65 +40381,65 @@ var init_types2 = __esm(() => {
|
|
|
40381
40381
|
};
|
|
40382
40382
|
});
|
|
40383
40383
|
|
|
40384
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
40384
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
40385
40385
|
function isTerminal(status) {
|
|
40386
40386
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
40387
40387
|
}
|
|
40388
40388
|
|
|
40389
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
40389
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
40390
40390
|
var ignoreOverride;
|
|
40391
40391
|
var init_Options = __esm(() => {
|
|
40392
40392
|
ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
40393
40393
|
});
|
|
40394
40394
|
|
|
40395
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
40395
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
40396
40396
|
var init_Refs = __esm(() => {
|
|
40397
40397
|
init_Options();
|
|
40398
40398
|
});
|
|
40399
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
40399
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
40400
40400
|
var init_any = () => {};
|
|
40401
40401
|
|
|
40402
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
40402
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
40403
40403
|
var init_array = __esm(() => {
|
|
40404
40404
|
init_parseDef();
|
|
40405
40405
|
});
|
|
40406
40406
|
|
|
40407
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
40407
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
40408
40408
|
var init_bigint = () => {};
|
|
40409
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
40409
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
40410
40410
|
var init_branded = __esm(() => {
|
|
40411
40411
|
init_parseDef();
|
|
40412
40412
|
});
|
|
40413
40413
|
|
|
40414
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
40414
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
40415
40415
|
var init_catch = __esm(() => {
|
|
40416
40416
|
init_parseDef();
|
|
40417
40417
|
});
|
|
40418
40418
|
|
|
40419
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
40419
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
40420
40420
|
var init_date = () => {};
|
|
40421
40421
|
|
|
40422
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
40422
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
40423
40423
|
var init_default = __esm(() => {
|
|
40424
40424
|
init_parseDef();
|
|
40425
40425
|
});
|
|
40426
40426
|
|
|
40427
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
40427
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
40428
40428
|
var init_effects = __esm(() => {
|
|
40429
40429
|
init_parseDef();
|
|
40430
40430
|
init_any();
|
|
40431
40431
|
});
|
|
40432
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
40432
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
40433
40433
|
var init_intersection = __esm(() => {
|
|
40434
40434
|
init_parseDef();
|
|
40435
40435
|
});
|
|
40436
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
40436
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
40437
40437
|
var ALPHA_NUMERIC;
|
|
40438
40438
|
var init_string = __esm(() => {
|
|
40439
40439
|
ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
40440
40440
|
});
|
|
40441
40441
|
|
|
40442
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
40442
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
40443
40443
|
var init_record = __esm(() => {
|
|
40444
40444
|
init_parseDef();
|
|
40445
40445
|
init_string();
|
|
@@ -40447,77 +40447,77 @@ var init_record = __esm(() => {
|
|
|
40447
40447
|
init_any();
|
|
40448
40448
|
});
|
|
40449
40449
|
|
|
40450
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
40450
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
40451
40451
|
var init_map = __esm(() => {
|
|
40452
40452
|
init_parseDef();
|
|
40453
40453
|
init_record();
|
|
40454
40454
|
init_any();
|
|
40455
40455
|
});
|
|
40456
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
40456
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
40457
40457
|
var init_never = __esm(() => {
|
|
40458
40458
|
init_any();
|
|
40459
40459
|
});
|
|
40460
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
40460
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
40461
40461
|
var init_union = __esm(() => {
|
|
40462
40462
|
init_parseDef();
|
|
40463
40463
|
});
|
|
40464
40464
|
|
|
40465
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
40465
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
40466
40466
|
var init_nullable = __esm(() => {
|
|
40467
40467
|
init_parseDef();
|
|
40468
40468
|
init_union();
|
|
40469
40469
|
});
|
|
40470
40470
|
|
|
40471
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
40471
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
40472
40472
|
var init_number = () => {};
|
|
40473
40473
|
|
|
40474
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
40474
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
40475
40475
|
var init_object = __esm(() => {
|
|
40476
40476
|
init_parseDef();
|
|
40477
40477
|
});
|
|
40478
40478
|
|
|
40479
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
40479
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
40480
40480
|
var init_optional = __esm(() => {
|
|
40481
40481
|
init_parseDef();
|
|
40482
40482
|
init_any();
|
|
40483
40483
|
});
|
|
40484
40484
|
|
|
40485
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
40485
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
40486
40486
|
var init_pipeline = __esm(() => {
|
|
40487
40487
|
init_parseDef();
|
|
40488
40488
|
});
|
|
40489
40489
|
|
|
40490
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
40490
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
40491
40491
|
var init_promise = __esm(() => {
|
|
40492
40492
|
init_parseDef();
|
|
40493
40493
|
});
|
|
40494
40494
|
|
|
40495
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
40495
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
40496
40496
|
var init_set = __esm(() => {
|
|
40497
40497
|
init_parseDef();
|
|
40498
40498
|
});
|
|
40499
40499
|
|
|
40500
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
40500
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
40501
40501
|
var init_tuple = __esm(() => {
|
|
40502
40502
|
init_parseDef();
|
|
40503
40503
|
});
|
|
40504
40504
|
|
|
40505
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
40505
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
40506
40506
|
var init_undefined = __esm(() => {
|
|
40507
40507
|
init_any();
|
|
40508
40508
|
});
|
|
40509
40509
|
|
|
40510
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
40510
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
40511
40511
|
var init_unknown = __esm(() => {
|
|
40512
40512
|
init_any();
|
|
40513
40513
|
});
|
|
40514
40514
|
|
|
40515
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
40515
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
40516
40516
|
var init_readonly = __esm(() => {
|
|
40517
40517
|
init_parseDef();
|
|
40518
40518
|
});
|
|
40519
40519
|
|
|
40520
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
40520
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
40521
40521
|
var init_selectParser = __esm(() => {
|
|
40522
40522
|
init_any();
|
|
40523
40523
|
init_array();
|
|
@@ -40546,24 +40546,24 @@ var init_selectParser = __esm(() => {
|
|
|
40546
40546
|
init_readonly();
|
|
40547
40547
|
});
|
|
40548
40548
|
|
|
40549
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
40549
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
40550
40550
|
var init_parseDef = __esm(() => {
|
|
40551
40551
|
init_Options();
|
|
40552
40552
|
init_selectParser();
|
|
40553
40553
|
init_any();
|
|
40554
40554
|
});
|
|
40555
40555
|
|
|
40556
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
40556
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
40557
40557
|
var init_parseTypes = () => {};
|
|
40558
40558
|
|
|
40559
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
40559
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
40560
40560
|
var init_zodToJsonSchema = __esm(() => {
|
|
40561
40561
|
init_parseDef();
|
|
40562
40562
|
init_Refs();
|
|
40563
40563
|
init_any();
|
|
40564
40564
|
});
|
|
40565
40565
|
|
|
40566
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
40566
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
40567
40567
|
var init_esm = __esm(() => {
|
|
40568
40568
|
init_zodToJsonSchema();
|
|
40569
40569
|
init_Options();
|
|
@@ -40599,7 +40599,7 @@ var init_esm = __esm(() => {
|
|
|
40599
40599
|
init_zodToJsonSchema();
|
|
40600
40600
|
});
|
|
40601
40601
|
|
|
40602
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
40602
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
40603
40603
|
function getMethodLiteral(schema) {
|
|
40604
40604
|
const shape = getObjectShape(schema);
|
|
40605
40605
|
const methodSchema = shape?.method;
|
|
@@ -40624,7 +40624,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
40624
40624
|
init_esm();
|
|
40625
40625
|
});
|
|
40626
40626
|
|
|
40627
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
40627
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
40628
40628
|
class Protocol {
|
|
40629
40629
|
constructor(_options) {
|
|
40630
40630
|
this._options = _options;
|
|
@@ -41469,7 +41469,7 @@ var init_protocol4 = __esm(() => {
|
|
|
41469
41469
|
init_zod_json_schema_compat();
|
|
41470
41470
|
});
|
|
41471
41471
|
|
|
41472
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
41472
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
41473
41473
|
var require_code = __commonJS((exports2) => {
|
|
41474
41474
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41475
41475
|
exports2.regexpCode = exports2.getEsmExportName = exports2.getProperty = exports2.safeStringify = exports2.stringify = exports2.strConcat = exports2.addCodeArg = exports2.str = exports2._ = exports2.nil = exports2._Code = exports2.Name = exports2.IDENTIFIER = exports2._CodeOrName = undefined;
|
|
@@ -41623,7 +41623,7 @@ var require_code = __commonJS((exports2) => {
|
|
|
41623
41623
|
exports2.regexpCode = regexpCode;
|
|
41624
41624
|
});
|
|
41625
41625
|
|
|
41626
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
41626
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
41627
41627
|
var require_scope = __commonJS((exports2) => {
|
|
41628
41628
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41629
41629
|
exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
|
|
@@ -41769,7 +41769,7 @@ var require_scope = __commonJS((exports2) => {
|
|
|
41769
41769
|
exports2.ValueScope = ValueScope;
|
|
41770
41770
|
});
|
|
41771
41771
|
|
|
41772
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
41772
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
41773
41773
|
var require_codegen = __commonJS((exports2) => {
|
|
41774
41774
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41775
41775
|
exports2.or = exports2.and = exports2.not = exports2.CodeGen = exports2.operators = exports2.varKinds = exports2.ValueScopeName = exports2.ValueScope = exports2.Scope = exports2.Name = exports2.regexpCode = exports2.stringify = exports2.getProperty = exports2.nil = exports2.strConcat = exports2.str = exports2._ = undefined;
|
|
@@ -42479,7 +42479,7 @@ var require_codegen = __commonJS((exports2) => {
|
|
|
42479
42479
|
}
|
|
42480
42480
|
});
|
|
42481
42481
|
|
|
42482
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
|
|
42482
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
|
|
42483
42483
|
var require_util2 = __commonJS((exports2) => {
|
|
42484
42484
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42485
42485
|
exports2.checkStrictMode = exports2.getErrorPath = exports2.Type = exports2.useFunc = exports2.setEvaluated = exports2.evaluatedPropsToName = exports2.mergeEvaluated = exports2.eachItem = exports2.unescapeJsonPointer = exports2.escapeJsonPointer = exports2.escapeFragment = exports2.unescapeFragment = exports2.schemaRefOrVal = exports2.schemaHasRulesButRef = exports2.schemaHasRules = exports2.checkUnknownRules = exports2.alwaysValidSchema = exports2.toHash = undefined;
|
|
@@ -42643,7 +42643,7 @@ var require_util2 = __commonJS((exports2) => {
|
|
|
42643
42643
|
exports2.checkStrictMode = checkStrictMode;
|
|
42644
42644
|
});
|
|
42645
42645
|
|
|
42646
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
|
|
42646
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
|
|
42647
42647
|
var require_names = __commonJS((exports2) => {
|
|
42648
42648
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42649
42649
|
var codegen_1 = require_codegen();
|
|
@@ -42668,7 +42668,7 @@ var require_names = __commonJS((exports2) => {
|
|
|
42668
42668
|
exports2.default = names;
|
|
42669
42669
|
});
|
|
42670
42670
|
|
|
42671
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
|
|
42671
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
|
|
42672
42672
|
var require_errors2 = __commonJS((exports2) => {
|
|
42673
42673
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42674
42674
|
exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
|
|
@@ -42786,7 +42786,7 @@ var require_errors2 = __commonJS((exports2) => {
|
|
|
42786
42786
|
}
|
|
42787
42787
|
});
|
|
42788
42788
|
|
|
42789
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
42789
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
42790
42790
|
var require_boolSchema = __commonJS((exports2) => {
|
|
42791
42791
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42792
42792
|
exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
|
|
@@ -42834,7 +42834,7 @@ var require_boolSchema = __commonJS((exports2) => {
|
|
|
42834
42834
|
}
|
|
42835
42835
|
});
|
|
42836
42836
|
|
|
42837
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
|
|
42837
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
|
|
42838
42838
|
var require_rules = __commonJS((exports2) => {
|
|
42839
42839
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42840
42840
|
exports2.getRules = exports2.isJSONType = undefined;
|
|
@@ -42862,7 +42862,7 @@ var require_rules = __commonJS((exports2) => {
|
|
|
42862
42862
|
exports2.getRules = getRules;
|
|
42863
42863
|
});
|
|
42864
42864
|
|
|
42865
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
42865
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
42866
42866
|
var require_applicability = __commonJS((exports2) => {
|
|
42867
42867
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42868
42868
|
exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
|
|
@@ -42882,7 +42882,7 @@ var require_applicability = __commonJS((exports2) => {
|
|
|
42882
42882
|
exports2.shouldUseRule = shouldUseRule;
|
|
42883
42883
|
});
|
|
42884
42884
|
|
|
42885
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
42885
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
42886
42886
|
var require_dataType = __commonJS((exports2) => {
|
|
42887
42887
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42888
42888
|
exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
|
|
@@ -43063,7 +43063,7 @@ var require_dataType = __commonJS((exports2) => {
|
|
|
43063
43063
|
}
|
|
43064
43064
|
});
|
|
43065
43065
|
|
|
43066
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
43066
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
43067
43067
|
var require_defaults = __commonJS((exports2) => {
|
|
43068
43068
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43069
43069
|
exports2.assignDefaults = undefined;
|
|
@@ -43097,7 +43097,7 @@ var require_defaults = __commonJS((exports2) => {
|
|
|
43097
43097
|
}
|
|
43098
43098
|
});
|
|
43099
43099
|
|
|
43100
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
|
|
43100
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
|
|
43101
43101
|
var require_code2 = __commonJS((exports2) => {
|
|
43102
43102
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43103
43103
|
exports2.validateUnion = exports2.validateArray = exports2.usePattern = exports2.callValidateCode = exports2.schemaProperties = exports2.allSchemaProperties = exports2.noPropertyInData = exports2.propertyInData = exports2.isOwnProperty = exports2.hasPropFunc = exports2.reportMissingProp = exports2.checkMissingProp = exports2.checkReportMissingProp = undefined;
|
|
@@ -43226,7 +43226,7 @@ var require_code2 = __commonJS((exports2) => {
|
|
|
43226
43226
|
exports2.validateUnion = validateUnion;
|
|
43227
43227
|
});
|
|
43228
43228
|
|
|
43229
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
43229
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
43230
43230
|
var require_keyword = __commonJS((exports2) => {
|
|
43231
43231
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43232
43232
|
exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
|
|
@@ -43341,7 +43341,7 @@ var require_keyword = __commonJS((exports2) => {
|
|
|
43341
43341
|
exports2.validateKeywordUsage = validateKeywordUsage;
|
|
43342
43342
|
});
|
|
43343
43343
|
|
|
43344
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
43344
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
43345
43345
|
var require_subschema = __commonJS((exports2) => {
|
|
43346
43346
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43347
43347
|
exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
|
|
@@ -43421,7 +43421,7 @@ var require_subschema = __commonJS((exports2) => {
|
|
|
43421
43421
|
exports2.extendSubschemaMode = extendSubschemaMode;
|
|
43422
43422
|
});
|
|
43423
43423
|
|
|
43424
|
-
// node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
43424
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
43425
43425
|
var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
43426
43426
|
module.exports = function equal(a, b) {
|
|
43427
43427
|
if (a === b)
|
|
@@ -43463,7 +43463,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
|
43463
43463
|
};
|
|
43464
43464
|
});
|
|
43465
43465
|
|
|
43466
|
-
// node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
43466
|
+
// ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
43467
43467
|
var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
43468
43468
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
43469
43469
|
if (typeof opts == "function") {
|
|
@@ -43546,7 +43546,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
|
43546
43546
|
}
|
|
43547
43547
|
});
|
|
43548
43548
|
|
|
43549
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
|
|
43549
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
|
|
43550
43550
|
var require_resolve = __commonJS((exports2) => {
|
|
43551
43551
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43552
43552
|
exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
|
|
@@ -43699,7 +43699,7 @@ var require_resolve = __commonJS((exports2) => {
|
|
|
43699
43699
|
exports2.getSchemaRefs = getSchemaRefs;
|
|
43700
43700
|
});
|
|
43701
43701
|
|
|
43702
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
|
|
43702
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
|
|
43703
43703
|
var require_validate = __commonJS((exports2) => {
|
|
43704
43704
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43705
43705
|
exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
|
|
@@ -44204,7 +44204,7 @@ var require_validate = __commonJS((exports2) => {
|
|
|
44204
44204
|
exports2.getData = getData;
|
|
44205
44205
|
});
|
|
44206
44206
|
|
|
44207
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
44207
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
44208
44208
|
var require_validation_error = __commonJS((exports2) => {
|
|
44209
44209
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44210
44210
|
|
|
@@ -44218,7 +44218,7 @@ var require_validation_error = __commonJS((exports2) => {
|
|
|
44218
44218
|
exports2.default = ValidationError;
|
|
44219
44219
|
});
|
|
44220
44220
|
|
|
44221
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
|
|
44221
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
|
|
44222
44222
|
var require_ref_error = __commonJS((exports2) => {
|
|
44223
44223
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44224
44224
|
var resolve_1 = require_resolve();
|
|
@@ -44233,7 +44233,7 @@ var require_ref_error = __commonJS((exports2) => {
|
|
|
44233
44233
|
exports2.default = MissingRefError;
|
|
44234
44234
|
});
|
|
44235
44235
|
|
|
44236
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
|
|
44236
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
|
|
44237
44237
|
var require_compile = __commonJS((exports2) => {
|
|
44238
44238
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44239
44239
|
exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
|
|
@@ -44454,7 +44454,7 @@ var require_compile = __commonJS((exports2) => {
|
|
|
44454
44454
|
}
|
|
44455
44455
|
});
|
|
44456
44456
|
|
|
44457
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
|
|
44457
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
|
|
44458
44458
|
var require_data = __commonJS((exports2, module) => {
|
|
44459
44459
|
module.exports = {
|
|
44460
44460
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -44471,7 +44471,7 @@ var require_data = __commonJS((exports2, module) => {
|
|
|
44471
44471
|
};
|
|
44472
44472
|
});
|
|
44473
44473
|
|
|
44474
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
|
|
44474
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
|
|
44475
44475
|
var require_utils2 = __commonJS((exports2, module) => {
|
|
44476
44476
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
44477
44477
|
var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
|
|
@@ -44726,7 +44726,7 @@ var require_utils2 = __commonJS((exports2, module) => {
|
|
|
44726
44726
|
};
|
|
44727
44727
|
});
|
|
44728
44728
|
|
|
44729
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
|
|
44729
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
|
|
44730
44730
|
var require_schemes = __commonJS((exports2, module) => {
|
|
44731
44731
|
var { isUUID } = require_utils2();
|
|
44732
44732
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -44900,7 +44900,7 @@ var require_schemes = __commonJS((exports2, module) => {
|
|
|
44900
44900
|
};
|
|
44901
44901
|
});
|
|
44902
44902
|
|
|
44903
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
|
|
44903
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
|
|
44904
44904
|
var require_fast_uri = __commonJS((exports2, module) => {
|
|
44905
44905
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
|
|
44906
44906
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -45151,7 +45151,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
|
|
|
45151
45151
|
module.exports.fastUri = fastUri;
|
|
45152
45152
|
});
|
|
45153
45153
|
|
|
45154
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
|
|
45154
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
|
|
45155
45155
|
var require_uri = __commonJS((exports2) => {
|
|
45156
45156
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45157
45157
|
var uri = require_fast_uri();
|
|
@@ -45159,7 +45159,7 @@ var require_uri = __commonJS((exports2) => {
|
|
|
45159
45159
|
exports2.default = uri;
|
|
45160
45160
|
});
|
|
45161
45161
|
|
|
45162
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
|
|
45162
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
|
|
45163
45163
|
var require_core = __commonJS((exports2) => {
|
|
45164
45164
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45165
45165
|
exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
|
|
@@ -45752,7 +45752,7 @@ var require_core = __commonJS((exports2) => {
|
|
|
45752
45752
|
}
|
|
45753
45753
|
});
|
|
45754
45754
|
|
|
45755
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
45755
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
45756
45756
|
var require_id = __commonJS((exports2) => {
|
|
45757
45757
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45758
45758
|
var def = {
|
|
@@ -45764,7 +45764,7 @@ var require_id = __commonJS((exports2) => {
|
|
|
45764
45764
|
exports2.default = def;
|
|
45765
45765
|
});
|
|
45766
45766
|
|
|
45767
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
45767
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
45768
45768
|
var require_ref = __commonJS((exports2) => {
|
|
45769
45769
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45770
45770
|
exports2.callRef = exports2.getValidate = undefined;
|
|
@@ -45883,7 +45883,7 @@ var require_ref = __commonJS((exports2) => {
|
|
|
45883
45883
|
exports2.default = def;
|
|
45884
45884
|
});
|
|
45885
45885
|
|
|
45886
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
45886
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
45887
45887
|
var require_core2 = __commonJS((exports2) => {
|
|
45888
45888
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45889
45889
|
var id_1 = require_id();
|
|
@@ -45901,7 +45901,7 @@ var require_core2 = __commonJS((exports2) => {
|
|
|
45901
45901
|
exports2.default = core2;
|
|
45902
45902
|
});
|
|
45903
45903
|
|
|
45904
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
45904
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
45905
45905
|
var require_limitNumber = __commonJS((exports2) => {
|
|
45906
45906
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45907
45907
|
var codegen_1 = require_codegen();
|
|
@@ -45930,7 +45930,7 @@ var require_limitNumber = __commonJS((exports2) => {
|
|
|
45930
45930
|
exports2.default = def;
|
|
45931
45931
|
});
|
|
45932
45932
|
|
|
45933
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
45933
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
45934
45934
|
var require_multipleOf = __commonJS((exports2) => {
|
|
45935
45935
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45936
45936
|
var codegen_1 = require_codegen();
|
|
@@ -45955,7 +45955,7 @@ var require_multipleOf = __commonJS((exports2) => {
|
|
|
45955
45955
|
exports2.default = def;
|
|
45956
45956
|
});
|
|
45957
45957
|
|
|
45958
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
45958
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
45959
45959
|
var require_ucs2length = __commonJS((exports2) => {
|
|
45960
45960
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45961
45961
|
function ucs2length(str) {
|
|
@@ -45978,7 +45978,7 @@ var require_ucs2length = __commonJS((exports2) => {
|
|
|
45978
45978
|
ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
45979
45979
|
});
|
|
45980
45980
|
|
|
45981
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
45981
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
45982
45982
|
var require_limitLength = __commonJS((exports2) => {
|
|
45983
45983
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45984
45984
|
var codegen_1 = require_codegen();
|
|
@@ -46007,7 +46007,7 @@ var require_limitLength = __commonJS((exports2) => {
|
|
|
46007
46007
|
exports2.default = def;
|
|
46008
46008
|
});
|
|
46009
46009
|
|
|
46010
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
46010
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
46011
46011
|
var require_pattern = __commonJS((exports2) => {
|
|
46012
46012
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46013
46013
|
var code_1 = require_code2();
|
|
@@ -46041,7 +46041,7 @@ var require_pattern = __commonJS((exports2) => {
|
|
|
46041
46041
|
exports2.default = def;
|
|
46042
46042
|
});
|
|
46043
46043
|
|
|
46044
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
46044
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
46045
46045
|
var require_limitProperties = __commonJS((exports2) => {
|
|
46046
46046
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46047
46047
|
var codegen_1 = require_codegen();
|
|
@@ -46067,7 +46067,7 @@ var require_limitProperties = __commonJS((exports2) => {
|
|
|
46067
46067
|
exports2.default = def;
|
|
46068
46068
|
});
|
|
46069
46069
|
|
|
46070
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
46070
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
46071
46071
|
var require_required = __commonJS((exports2) => {
|
|
46072
46072
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46073
46073
|
var code_1 = require_code2();
|
|
@@ -46146,7 +46146,7 @@ var require_required = __commonJS((exports2) => {
|
|
|
46146
46146
|
exports2.default = def;
|
|
46147
46147
|
});
|
|
46148
46148
|
|
|
46149
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
46149
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
46150
46150
|
var require_limitItems = __commonJS((exports2) => {
|
|
46151
46151
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46152
46152
|
var codegen_1 = require_codegen();
|
|
@@ -46172,7 +46172,7 @@ var require_limitItems = __commonJS((exports2) => {
|
|
|
46172
46172
|
exports2.default = def;
|
|
46173
46173
|
});
|
|
46174
46174
|
|
|
46175
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
|
|
46175
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
|
|
46176
46176
|
var require_equal = __commonJS((exports2) => {
|
|
46177
46177
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46178
46178
|
var equal = require_fast_deep_equal();
|
|
@@ -46180,7 +46180,7 @@ var require_equal = __commonJS((exports2) => {
|
|
|
46180
46180
|
exports2.default = equal;
|
|
46181
46181
|
});
|
|
46182
46182
|
|
|
46183
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
46183
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
46184
46184
|
var require_uniqueItems = __commonJS((exports2) => {
|
|
46185
46185
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46186
46186
|
var dataType_1 = require_dataType();
|
|
@@ -46244,7 +46244,7 @@ var require_uniqueItems = __commonJS((exports2) => {
|
|
|
46244
46244
|
exports2.default = def;
|
|
46245
46245
|
});
|
|
46246
46246
|
|
|
46247
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
46247
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
46248
46248
|
var require_const = __commonJS((exports2) => {
|
|
46249
46249
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46250
46250
|
var codegen_1 = require_codegen();
|
|
@@ -46270,7 +46270,7 @@ var require_const = __commonJS((exports2) => {
|
|
|
46270
46270
|
exports2.default = def;
|
|
46271
46271
|
});
|
|
46272
46272
|
|
|
46273
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
46273
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
46274
46274
|
var require_enum = __commonJS((exports2) => {
|
|
46275
46275
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46276
46276
|
var codegen_1 = require_codegen();
|
|
@@ -46316,7 +46316,7 @@ var require_enum = __commonJS((exports2) => {
|
|
|
46316
46316
|
exports2.default = def;
|
|
46317
46317
|
});
|
|
46318
46318
|
|
|
46319
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
46319
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
46320
46320
|
var require_validation = __commonJS((exports2) => {
|
|
46321
46321
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46322
46322
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -46346,7 +46346,7 @@ var require_validation = __commonJS((exports2) => {
|
|
|
46346
46346
|
exports2.default = validation;
|
|
46347
46347
|
});
|
|
46348
46348
|
|
|
46349
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
46349
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
46350
46350
|
var require_additionalItems = __commonJS((exports2) => {
|
|
46351
46351
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46352
46352
|
exports2.validateAdditionalItems = undefined;
|
|
@@ -46396,7 +46396,7 @@ var require_additionalItems = __commonJS((exports2) => {
|
|
|
46396
46396
|
exports2.default = def;
|
|
46397
46397
|
});
|
|
46398
46398
|
|
|
46399
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
46399
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
46400
46400
|
var require_items = __commonJS((exports2) => {
|
|
46401
46401
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46402
46402
|
exports2.validateTuple = undefined;
|
|
@@ -46450,7 +46450,7 @@ var require_items = __commonJS((exports2) => {
|
|
|
46450
46450
|
exports2.default = def;
|
|
46451
46451
|
});
|
|
46452
46452
|
|
|
46453
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
46453
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
46454
46454
|
var require_prefixItems = __commonJS((exports2) => {
|
|
46455
46455
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46456
46456
|
var items_1 = require_items();
|
|
@@ -46464,7 +46464,7 @@ var require_prefixItems = __commonJS((exports2) => {
|
|
|
46464
46464
|
exports2.default = def;
|
|
46465
46465
|
});
|
|
46466
46466
|
|
|
46467
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
46467
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
46468
46468
|
var require_items2020 = __commonJS((exports2) => {
|
|
46469
46469
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46470
46470
|
var codegen_1 = require_codegen();
|
|
@@ -46496,7 +46496,7 @@ var require_items2020 = __commonJS((exports2) => {
|
|
|
46496
46496
|
exports2.default = def;
|
|
46497
46497
|
});
|
|
46498
46498
|
|
|
46499
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
46499
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
46500
46500
|
var require_contains = __commonJS((exports2) => {
|
|
46501
46501
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46502
46502
|
var codegen_1 = require_codegen();
|
|
@@ -46587,7 +46587,7 @@ var require_contains = __commonJS((exports2) => {
|
|
|
46587
46587
|
exports2.default = def;
|
|
46588
46588
|
});
|
|
46589
46589
|
|
|
46590
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
46590
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
46591
46591
|
var require_dependencies = __commonJS((exports2) => {
|
|
46592
46592
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46593
46593
|
exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
|
|
@@ -46672,7 +46672,7 @@ var require_dependencies = __commonJS((exports2) => {
|
|
|
46672
46672
|
exports2.default = def;
|
|
46673
46673
|
});
|
|
46674
46674
|
|
|
46675
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
46675
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
46676
46676
|
var require_propertyNames = __commonJS((exports2) => {
|
|
46677
46677
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46678
46678
|
var codegen_1 = require_codegen();
|
|
@@ -46712,7 +46712,7 @@ var require_propertyNames = __commonJS((exports2) => {
|
|
|
46712
46712
|
exports2.default = def;
|
|
46713
46713
|
});
|
|
46714
46714
|
|
|
46715
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
46715
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
46716
46716
|
var require_additionalProperties = __commonJS((exports2) => {
|
|
46717
46717
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46718
46718
|
var code_1 = require_code2();
|
|
@@ -46815,7 +46815,7 @@ var require_additionalProperties = __commonJS((exports2) => {
|
|
|
46815
46815
|
exports2.default = def;
|
|
46816
46816
|
});
|
|
46817
46817
|
|
|
46818
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
46818
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
46819
46819
|
var require_properties = __commonJS((exports2) => {
|
|
46820
46820
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46821
46821
|
var validate_1 = require_validate();
|
|
@@ -46870,7 +46870,7 @@ var require_properties = __commonJS((exports2) => {
|
|
|
46870
46870
|
exports2.default = def;
|
|
46871
46871
|
});
|
|
46872
46872
|
|
|
46873
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
46873
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
46874
46874
|
var require_patternProperties = __commonJS((exports2) => {
|
|
46875
46875
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46876
46876
|
var code_1 = require_code2();
|
|
@@ -46941,7 +46941,7 @@ var require_patternProperties = __commonJS((exports2) => {
|
|
|
46941
46941
|
exports2.default = def;
|
|
46942
46942
|
});
|
|
46943
46943
|
|
|
46944
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
46944
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
46945
46945
|
var require_not = __commonJS((exports2) => {
|
|
46946
46946
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46947
46947
|
var util_1 = require_util2();
|
|
@@ -46969,7 +46969,7 @@ var require_not = __commonJS((exports2) => {
|
|
|
46969
46969
|
exports2.default = def;
|
|
46970
46970
|
});
|
|
46971
46971
|
|
|
46972
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
46972
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
46973
46973
|
var require_anyOf = __commonJS((exports2) => {
|
|
46974
46974
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46975
46975
|
var code_1 = require_code2();
|
|
@@ -46983,7 +46983,7 @@ var require_anyOf = __commonJS((exports2) => {
|
|
|
46983
46983
|
exports2.default = def;
|
|
46984
46984
|
});
|
|
46985
46985
|
|
|
46986
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
46986
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
46987
46987
|
var require_oneOf = __commonJS((exports2) => {
|
|
46988
46988
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46989
46989
|
var codegen_1 = require_codegen();
|
|
@@ -47038,7 +47038,7 @@ var require_oneOf = __commonJS((exports2) => {
|
|
|
47038
47038
|
exports2.default = def;
|
|
47039
47039
|
});
|
|
47040
47040
|
|
|
47041
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
47041
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
47042
47042
|
var require_allOf = __commonJS((exports2) => {
|
|
47043
47043
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47044
47044
|
var util_1 = require_util2();
|
|
@@ -47062,7 +47062,7 @@ var require_allOf = __commonJS((exports2) => {
|
|
|
47062
47062
|
exports2.default = def;
|
|
47063
47063
|
});
|
|
47064
47064
|
|
|
47065
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
47065
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
47066
47066
|
var require_if2 = __commonJS((exports2) => {
|
|
47067
47067
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47068
47068
|
var codegen_1 = require_codegen();
|
|
@@ -47128,7 +47128,7 @@ var require_if2 = __commonJS((exports2) => {
|
|
|
47128
47128
|
exports2.default = def;
|
|
47129
47129
|
});
|
|
47130
47130
|
|
|
47131
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
47131
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
47132
47132
|
var require_thenElse = __commonJS((exports2) => {
|
|
47133
47133
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47134
47134
|
var util_1 = require_util2();
|
|
@@ -47143,7 +47143,7 @@ var require_thenElse = __commonJS((exports2) => {
|
|
|
47143
47143
|
exports2.default = def;
|
|
47144
47144
|
});
|
|
47145
47145
|
|
|
47146
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
47146
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
47147
47147
|
var require_applicator = __commonJS((exports2) => {
|
|
47148
47148
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47149
47149
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -47186,7 +47186,7 @@ var require_applicator = __commonJS((exports2) => {
|
|
|
47186
47186
|
exports2.default = getApplicator;
|
|
47187
47187
|
});
|
|
47188
47188
|
|
|
47189
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
47189
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
47190
47190
|
var require_format = __commonJS((exports2) => {
|
|
47191
47191
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47192
47192
|
var codegen_1 = require_codegen();
|
|
@@ -47273,7 +47273,7 @@ var require_format = __commonJS((exports2) => {
|
|
|
47273
47273
|
exports2.default = def;
|
|
47274
47274
|
});
|
|
47275
47275
|
|
|
47276
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
47276
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
47277
47277
|
var require_format2 = __commonJS((exports2) => {
|
|
47278
47278
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47279
47279
|
var format_1 = require_format();
|
|
@@ -47281,7 +47281,7 @@ var require_format2 = __commonJS((exports2) => {
|
|
|
47281
47281
|
exports2.default = format;
|
|
47282
47282
|
});
|
|
47283
47283
|
|
|
47284
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
47284
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
47285
47285
|
var require_metadata = __commonJS((exports2) => {
|
|
47286
47286
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47287
47287
|
exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
|
|
@@ -47301,7 +47301,7 @@ var require_metadata = __commonJS((exports2) => {
|
|
|
47301
47301
|
];
|
|
47302
47302
|
});
|
|
47303
47303
|
|
|
47304
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
47304
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
47305
47305
|
var require_draft7 = __commonJS((exports2) => {
|
|
47306
47306
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47307
47307
|
var core_1 = require_core2();
|
|
@@ -47320,7 +47320,7 @@ var require_draft7 = __commonJS((exports2) => {
|
|
|
47320
47320
|
exports2.default = draft7Vocabularies;
|
|
47321
47321
|
});
|
|
47322
47322
|
|
|
47323
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
47323
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
47324
47324
|
var require_types = __commonJS((exports2) => {
|
|
47325
47325
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47326
47326
|
exports2.DiscrError = undefined;
|
|
@@ -47331,7 +47331,7 @@ var require_types = __commonJS((exports2) => {
|
|
|
47331
47331
|
})(DiscrError || (exports2.DiscrError = DiscrError = {}));
|
|
47332
47332
|
});
|
|
47333
47333
|
|
|
47334
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
47334
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
47335
47335
|
var require_discriminator = __commonJS((exports2) => {
|
|
47336
47336
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47337
47337
|
var codegen_1 = require_codegen();
|
|
@@ -47433,7 +47433,7 @@ var require_discriminator = __commonJS((exports2) => {
|
|
|
47433
47433
|
exports2.default = def;
|
|
47434
47434
|
});
|
|
47435
47435
|
|
|
47436
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
47436
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
47437
47437
|
var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
47438
47438
|
module.exports = {
|
|
47439
47439
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
@@ -47588,7 +47588,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
|
47588
47588
|
};
|
|
47589
47589
|
});
|
|
47590
47590
|
|
|
47591
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
|
|
47591
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
|
|
47592
47592
|
var require_ajv = __commonJS((exports2, module) => {
|
|
47593
47593
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47594
47594
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
|
|
@@ -47656,7 +47656,7 @@ var require_ajv = __commonJS((exports2, module) => {
|
|
|
47656
47656
|
} });
|
|
47657
47657
|
});
|
|
47658
47658
|
|
|
47659
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
47659
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
47660
47660
|
var require_formats = __commonJS((exports2) => {
|
|
47661
47661
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47662
47662
|
exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
|
|
@@ -47833,7 +47833,7 @@ var require_formats = __commonJS((exports2) => {
|
|
|
47833
47833
|
}
|
|
47834
47834
|
});
|
|
47835
47835
|
|
|
47836
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
47836
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
47837
47837
|
var require_limit = __commonJS((exports2) => {
|
|
47838
47838
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47839
47839
|
exports2.formatLimitDefinition = undefined;
|
|
@@ -47902,7 +47902,7 @@ var require_limit = __commonJS((exports2) => {
|
|
|
47902
47902
|
exports2.default = formatLimitPlugin;
|
|
47903
47903
|
});
|
|
47904
47904
|
|
|
47905
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
47905
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
47906
47906
|
var require_dist2 = __commonJS((exports2, module) => {
|
|
47907
47907
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47908
47908
|
var formats_1 = require_formats();
|
|
@@ -47941,7 +47941,7 @@ var require_dist2 = __commonJS((exports2, module) => {
|
|
|
47941
47941
|
exports2.default = formatsPlugin;
|
|
47942
47942
|
});
|
|
47943
47943
|
|
|
47944
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
47944
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
47945
47945
|
function createDefaultAjvInstance() {
|
|
47946
47946
|
const ajv = new import_ajv.default({
|
|
47947
47947
|
strict: false,
|
|
@@ -47984,7 +47984,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
47984
47984
|
import_ajv_formats = __toESM(require_dist2(), 1);
|
|
47985
47985
|
});
|
|
47986
47986
|
|
|
47987
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
47987
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
47988
47988
|
class ExperimentalServerTasks {
|
|
47989
47989
|
constructor(_server) {
|
|
47990
47990
|
this._server = _server;
|
|
@@ -48065,7 +48065,7 @@ var init_server = __esm(() => {
|
|
|
48065
48065
|
init_types2();
|
|
48066
48066
|
});
|
|
48067
48067
|
|
|
48068
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
48068
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
48069
48069
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
48070
48070
|
if (!requests) {
|
|
48071
48071
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -48100,7 +48100,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
48100
48100
|
}
|
|
48101
48101
|
}
|
|
48102
48102
|
|
|
48103
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48103
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48104
48104
|
var Server;
|
|
48105
48105
|
var init_server2 = __esm(() => {
|
|
48106
48106
|
init_protocol4();
|
|
@@ -48441,7 +48441,7 @@ var init_server2 = __esm(() => {
|
|
|
48441
48441
|
};
|
|
48442
48442
|
});
|
|
48443
48443
|
|
|
48444
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
48444
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
48445
48445
|
class ReadBuffer {
|
|
48446
48446
|
append(chunk2) {
|
|
48447
48447
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
|
|
@@ -48474,7 +48474,7 @@ var init_stdio = __esm(() => {
|
|
|
48474
48474
|
init_types2();
|
|
48475
48475
|
});
|
|
48476
48476
|
|
|
48477
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
48477
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
48478
48478
|
import process3 from "node:process";
|
|
48479
48479
|
|
|
48480
48480
|
class StdioServerTransport {
|
|
@@ -49403,7 +49403,7 @@ var init_server4 = __esm(() => {
|
|
|
49403
49403
|
];
|
|
49404
49404
|
});
|
|
49405
49405
|
|
|
49406
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
49406
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
49407
49407
|
var import__ = __toESM(require_commander(), 1);
|
|
49408
49408
|
var {
|
|
49409
49409
|
program,
|
|
@@ -49420,8 +49420,8 @@ var {
|
|
|
49420
49420
|
} = import__.default;
|
|
49421
49421
|
|
|
49422
49422
|
// src/build-info.ts
|
|
49423
|
-
var VERSION = "0.14.
|
|
49424
|
-
var COMMIT_SHA = "
|
|
49423
|
+
var VERSION = "0.14.32";
|
|
49424
|
+
var COMMIT_SHA = "d9254a62";
|
|
49425
49425
|
|
|
49426
49426
|
// src/cli/agent.ts
|
|
49427
49427
|
init_source();
|
|
@@ -51839,6 +51839,15 @@ function buildSettingsHooksBlock(p) {
|
|
|
51839
51839
|
}
|
|
51840
51840
|
]
|
|
51841
51841
|
},
|
|
51842
|
+
{
|
|
51843
|
+
hooks: [
|
|
51844
|
+
{
|
|
51845
|
+
type: "command",
|
|
51846
|
+
command: wrap("hook:sentinel-reply-guard-pretool", `node "${join8(DOCKER_HOOKS_PATH, "sentinel-reply-guard-pretool.mjs")}"`),
|
|
51847
|
+
timeout: 5
|
|
51848
|
+
}
|
|
51849
|
+
]
|
|
51850
|
+
},
|
|
51842
51851
|
{
|
|
51843
51852
|
matcher: "^(Agent|Task)$",
|
|
51844
51853
|
hooks: [
|
|
@@ -59402,7 +59411,7 @@ function createAuditLogger(opts = {}) {
|
|
|
59402
59411
|
// src/vault/grants.ts
|
|
59403
59412
|
import { randomBytes as randomBytes8 } from "node:crypto";
|
|
59404
59413
|
|
|
59405
|
-
// node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
|
|
59414
|
+
// ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
|
|
59406
59415
|
import nodeCrypto from "crypto";
|
|
59407
59416
|
var randomFallback = null;
|
|
59408
59417
|
function randomBytes7(len) {
|
|
@@ -66260,7 +66269,7 @@ function readRecentFires(jsonlPath) {
|
|
|
66260
66269
|
// src/web/api.ts
|
|
66261
66270
|
init_client3();
|
|
66262
66271
|
|
|
66263
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
66272
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
66264
66273
|
import { dirname as dirname7, posix, sep as sep2 } from "path";
|
|
66265
66274
|
function createModulerModifier() {
|
|
66266
66275
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -66296,7 +66305,7 @@ function normalizeWindowsPath(path4) {
|
|
|
66296
66305
|
return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
66297
66306
|
}
|
|
66298
66307
|
|
|
66299
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
66308
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
66300
66309
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
66301
66310
|
if ("flags" in flagsResponse) {
|
|
66302
66311
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -66367,7 +66376,7 @@ var parsePayload = (response) => {
|
|
|
66367
66376
|
}
|
|
66368
66377
|
};
|
|
66369
66378
|
|
|
66370
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
66379
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
66371
66380
|
function isGzipSupported() {
|
|
66372
66381
|
return "CompressionStream" in globalThis;
|
|
66373
66382
|
}
|
|
@@ -66387,7 +66396,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
66387
66396
|
}
|
|
66388
66397
|
}
|
|
66389
66398
|
|
|
66390
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
66399
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
66391
66400
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
66392
66401
|
var DIGITS = "0123456789abcdef";
|
|
66393
66402
|
|
|
@@ -66565,7 +66574,7 @@ var defaultGenerator;
|
|
|
66565
66574
|
var uuidv7 = () => uuidv7obj().toString();
|
|
66566
66575
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
66567
66576
|
|
|
66568
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
66577
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
66569
66578
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
66570
66579
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
66571
66580
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -66598,7 +66607,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
66598
66607
|
return PostHogPersistedProperty;
|
|
66599
66608
|
}({});
|
|
66600
66609
|
|
|
66601
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
66610
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
66602
66611
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
66603
66612
|
"amazonbot",
|
|
66604
66613
|
"amazonproductbot",
|
|
@@ -66687,7 +66696,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
66687
66696
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
66688
66697
|
});
|
|
66689
66698
|
};
|
|
66690
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
66699
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
66691
66700
|
var nativeIsArray = Array.isArray;
|
|
66692
66701
|
var ObjProto = Object.prototype;
|
|
66693
66702
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -66724,7 +66733,7 @@ function isInstanceOf(candidate, base) {
|
|
|
66724
66733
|
}
|
|
66725
66734
|
}
|
|
66726
66735
|
|
|
66727
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
66736
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
66728
66737
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
66729
66738
|
if (min > max) {
|
|
66730
66739
|
logger.warn("min cannot be greater than max.");
|
|
@@ -66744,7 +66753,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
66744
66753
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
66745
66754
|
}
|
|
66746
66755
|
|
|
66747
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
66756
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
66748
66757
|
var ONE_DAY_IN_MS = 86400000;
|
|
66749
66758
|
|
|
66750
66759
|
class BucketedRateLimiter {
|
|
@@ -66788,7 +66797,7 @@ class BucketedRateLimiter {
|
|
|
66788
66797
|
this._buckets = {};
|
|
66789
66798
|
}
|
|
66790
66799
|
}
|
|
66791
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
66800
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
66792
66801
|
class PromiseQueue {
|
|
66793
66802
|
add(promise) {
|
|
66794
66803
|
const promiseUUID = uuidv7();
|
|
@@ -66814,7 +66823,7 @@ class PromiseQueue {
|
|
|
66814
66823
|
this.promiseByIds = {};
|
|
66815
66824
|
}
|
|
66816
66825
|
}
|
|
66817
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
66826
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
66818
66827
|
function createConsole(consoleLike = console) {
|
|
66819
66828
|
const lockedMethods = {
|
|
66820
66829
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -66852,7 +66861,7 @@ var passThrough = (fn) => fn();
|
|
|
66852
66861
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
66853
66862
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
66854
66863
|
}
|
|
66855
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
66864
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
66856
66865
|
var MOBILE = "Mobile";
|
|
66857
66866
|
var IOS = "iOS";
|
|
66858
66867
|
var ANDROID = "Android";
|
|
@@ -67109,7 +67118,7 @@ var osMatchers = [
|
|
|
67109
67118
|
]
|
|
67110
67119
|
];
|
|
67111
67120
|
|
|
67112
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
67121
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
67113
67122
|
var STRING_FORMAT = "utf8";
|
|
67114
67123
|
function assert(truthyValue, message) {
|
|
67115
67124
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -67157,7 +67166,7 @@ function allSettled(promises) {
|
|
|
67157
67166
|
reason
|
|
67158
67167
|
}))));
|
|
67159
67168
|
}
|
|
67160
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
67169
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
67161
67170
|
class SimpleEventEmitter {
|
|
67162
67171
|
constructor() {
|
|
67163
67172
|
this.events = {};
|
|
@@ -67179,7 +67188,7 @@ class SimpleEventEmitter {
|
|
|
67179
67188
|
}
|
|
67180
67189
|
}
|
|
67181
67190
|
|
|
67182
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
67191
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
67183
67192
|
class PostHogFetchHttpError extends Error {
|
|
67184
67193
|
constructor(response, reqByteLength) {
|
|
67185
67194
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -67894,7 +67903,7 @@ class PostHogCoreStateless {
|
|
|
67894
67903
|
return this.shutdownPromise;
|
|
67895
67904
|
}
|
|
67896
67905
|
}
|
|
67897
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
67906
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
67898
67907
|
var exports_error_tracking = {};
|
|
67899
67908
|
__export(exports_error_tracking, {
|
|
67900
67909
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -67918,7 +67927,7 @@ __export(exports_error_tracking, {
|
|
|
67918
67927
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
67919
67928
|
});
|
|
67920
67929
|
|
|
67921
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
67930
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
67922
67931
|
var parsedStackResults;
|
|
67923
67932
|
var lastKeysCount;
|
|
67924
67933
|
var cachedFilenameChunkIds;
|
|
@@ -67957,7 +67966,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
67957
67966
|
return cachedFilenameChunkIds;
|
|
67958
67967
|
}
|
|
67959
67968
|
|
|
67960
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
67969
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
67961
67970
|
var MAX_CAUSE_RECURSION = 4;
|
|
67962
67971
|
|
|
67963
67972
|
class ErrorPropertiesBuilder {
|
|
@@ -68079,7 +68088,7 @@ class ErrorPropertiesBuilder {
|
|
|
68079
68088
|
return context;
|
|
68080
68089
|
}
|
|
68081
68090
|
}
|
|
68082
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
68091
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
68083
68092
|
var UNKNOWN_FUNCTION = "?";
|
|
68084
68093
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
68085
68094
|
const frame = {
|
|
@@ -68095,7 +68104,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
68095
68104
|
return frame;
|
|
68096
68105
|
}
|
|
68097
68106
|
|
|
68098
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
68107
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
68099
68108
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
68100
68109
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
68101
68110
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -68108,7 +68117,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
68108
68117
|
];
|
|
68109
68118
|
};
|
|
68110
68119
|
|
|
68111
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
68120
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
68112
68121
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
68113
68122
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
68114
68123
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -68134,7 +68143,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
68134
68143
|
}
|
|
68135
68144
|
};
|
|
68136
68145
|
|
|
68137
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
68146
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
68138
68147
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
68139
68148
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
68140
68149
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -68157,14 +68166,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
68157
68166
|
}
|
|
68158
68167
|
};
|
|
68159
68168
|
|
|
68160
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
68169
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
68161
68170
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
68162
68171
|
var winjsStackLineParser = (line, platform) => {
|
|
68163
68172
|
const parts = winjsRegex.exec(line);
|
|
68164
68173
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
68165
68174
|
};
|
|
68166
68175
|
|
|
68167
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
68176
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
68168
68177
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
68169
68178
|
var opera10StackLineParser = (line, platform) => {
|
|
68170
68179
|
const parts = opera10Regex.exec(line);
|
|
@@ -68176,7 +68185,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
68176
68185
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
68177
68186
|
};
|
|
68178
68187
|
|
|
68179
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
68188
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
68180
68189
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
68181
68190
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
68182
68191
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -68245,7 +68254,7 @@ function _parseIntOrUndefined(input) {
|
|
|
68245
68254
|
return parseInt(input || "", 10) || undefined;
|
|
68246
68255
|
}
|
|
68247
68256
|
|
|
68248
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
68257
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
68249
68258
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
68250
68259
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
68251
68260
|
function reverseAndStripFrames(stack) {
|
|
@@ -68290,7 +68299,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
68290
68299
|
return reverseAndStripFrames(frames);
|
|
68291
68300
|
};
|
|
68292
68301
|
}
|
|
68293
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
68302
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
68294
68303
|
class DOMExceptionCoercer {
|
|
68295
68304
|
match(err) {
|
|
68296
68305
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -68320,7 +68329,7 @@ class DOMExceptionCoercer {
|
|
|
68320
68329
|
return isBuiltin(err, "DOMError");
|
|
68321
68330
|
}
|
|
68322
68331
|
}
|
|
68323
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
68332
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
68324
68333
|
class ErrorCoercer {
|
|
68325
68334
|
match(err) {
|
|
68326
68335
|
return isPlainError(err);
|
|
@@ -68347,7 +68356,7 @@ class ErrorCoercer {
|
|
|
68347
68356
|
return err.stacktrace || err.stack || undefined;
|
|
68348
68357
|
}
|
|
68349
68358
|
}
|
|
68350
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
68359
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
68351
68360
|
class ErrorEventCoercer {
|
|
68352
68361
|
constructor() {}
|
|
68353
68362
|
match(err) {
|
|
@@ -68365,7 +68374,7 @@ class ErrorEventCoercer {
|
|
|
68365
68374
|
return exceptionLike;
|
|
68366
68375
|
}
|
|
68367
68376
|
}
|
|
68368
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
68377
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
68369
68378
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
68370
68379
|
|
|
68371
68380
|
class StringCoercer {
|
|
@@ -68395,7 +68404,7 @@ class StringCoercer {
|
|
|
68395
68404
|
];
|
|
68396
68405
|
}
|
|
68397
68406
|
}
|
|
68398
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
68407
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
68399
68408
|
var severityLevels = [
|
|
68400
68409
|
"fatal",
|
|
68401
68410
|
"error",
|
|
@@ -68405,7 +68414,7 @@ var severityLevels = [
|
|
|
68405
68414
|
"debug"
|
|
68406
68415
|
];
|
|
68407
68416
|
|
|
68408
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
68417
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
68409
68418
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
68410
68419
|
const keys = Object.keys(err);
|
|
68411
68420
|
keys.sort();
|
|
@@ -68422,7 +68431,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
68422
68431
|
return "";
|
|
68423
68432
|
}
|
|
68424
68433
|
|
|
68425
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
68434
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
68426
68435
|
class ObjectCoercer {
|
|
68427
68436
|
match(candidate) {
|
|
68428
68437
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -68475,7 +68484,7 @@ class ObjectCoercer {
|
|
|
68475
68484
|
}
|
|
68476
68485
|
}
|
|
68477
68486
|
}
|
|
68478
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
68487
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
68479
68488
|
class EventCoercer {
|
|
68480
68489
|
match(err) {
|
|
68481
68490
|
return isEvent(err);
|
|
@@ -68490,7 +68499,7 @@ class EventCoercer {
|
|
|
68490
68499
|
};
|
|
68491
68500
|
}
|
|
68492
68501
|
}
|
|
68493
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
68502
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
68494
68503
|
class PrimitiveCoercer {
|
|
68495
68504
|
match(candidate) {
|
|
68496
68505
|
return isPrimitive(candidate);
|
|
@@ -68504,7 +68513,7 @@ class PrimitiveCoercer {
|
|
|
68504
68513
|
};
|
|
68505
68514
|
}
|
|
68506
68515
|
}
|
|
68507
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
68516
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
68508
68517
|
class PromiseRejectionEventCoercer {
|
|
68509
68518
|
match(err) {
|
|
68510
68519
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -68540,7 +68549,7 @@ class PromiseRejectionEventCoercer {
|
|
|
68540
68549
|
return error;
|
|
68541
68550
|
}
|
|
68542
68551
|
}
|
|
68543
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
68552
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
68544
68553
|
class ReduceableCache {
|
|
68545
68554
|
constructor(_maxSize) {
|
|
68546
68555
|
this._maxSize = _maxSize;
|
|
@@ -68565,7 +68574,7 @@ class ReduceableCache {
|
|
|
68565
68574
|
}
|
|
68566
68575
|
}
|
|
68567
68576
|
}
|
|
68568
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
68577
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
68569
68578
|
import { createReadStream } from "node:fs";
|
|
68570
68579
|
import { createInterface as createInterface5 } from "node:readline";
|
|
68571
68580
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -68783,7 +68792,7 @@ function snipLine(line, colno) {
|
|
|
68783
68792
|
return newLine;
|
|
68784
68793
|
}
|
|
68785
68794
|
|
|
68786
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
68795
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
68787
68796
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
68788
68797
|
let calledFatalError = false;
|
|
68789
68798
|
return Object.assign((error) => {
|
|
@@ -68815,7 +68824,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
68815
68824
|
}));
|
|
68816
68825
|
}
|
|
68817
68826
|
|
|
68818
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
68827
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
68819
68828
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
68820
68829
|
|
|
68821
68830
|
class ErrorTracking {
|
|
@@ -68884,10 +68893,10 @@ class ErrorTracking {
|
|
|
68884
68893
|
}
|
|
68885
68894
|
}
|
|
68886
68895
|
|
|
68887
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
68896
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
68888
68897
|
var version = "5.29.2";
|
|
68889
68898
|
|
|
68890
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
68899
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
68891
68900
|
var FeatureFlagError2 = {
|
|
68892
68901
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
68893
68902
|
FLAG_MISSING: "flag_missing",
|
|
@@ -68895,7 +68904,7 @@ var FeatureFlagError2 = {
|
|
|
68895
68904
|
UNKNOWN_ERROR: "unknown_error"
|
|
68896
68905
|
};
|
|
68897
68906
|
|
|
68898
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
68907
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
68899
68908
|
async function hashSHA1(text) {
|
|
68900
68909
|
const subtle = globalThis.crypto?.subtle;
|
|
68901
68910
|
if (!subtle)
|
|
@@ -68905,7 +68914,7 @@ async function hashSHA1(text) {
|
|
|
68905
68914
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
68906
68915
|
}
|
|
68907
68916
|
|
|
68908
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
68917
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
68909
68918
|
var SIXTY_SECONDS = 60000;
|
|
68910
68919
|
var LONG_SCALE = 1152921504606847000;
|
|
68911
68920
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -69779,7 +69788,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
69779
69788
|
}
|
|
69780
69789
|
}
|
|
69781
69790
|
|
|
69782
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
69791
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
69783
69792
|
class PostHogMemoryStorage {
|
|
69784
69793
|
getProperty(key) {
|
|
69785
69794
|
return this._memoryStorage[key];
|
|
@@ -69792,7 +69801,7 @@ class PostHogMemoryStorage {
|
|
|
69792
69801
|
}
|
|
69793
69802
|
}
|
|
69794
69803
|
|
|
69795
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
69804
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
69796
69805
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
69797
69806
|
var THIRTY_SECONDS = 30000;
|
|
69798
69807
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -70580,7 +70589,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
70580
70589
|
}
|
|
70581
70590
|
}
|
|
70582
70591
|
|
|
70583
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
70592
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
70584
70593
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
70585
70594
|
|
|
70586
70595
|
class PostHogContext {
|
|
@@ -70611,7 +70620,7 @@ class PostHogContext {
|
|
|
70611
70620
|
}
|
|
70612
70621
|
}
|
|
70613
70622
|
|
|
70614
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
70623
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
70615
70624
|
var NAME = "posthog-node";
|
|
70616
70625
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
70617
70626
|
"error"
|
|
@@ -70679,7 +70688,7 @@ class PostHogSentryIntegration {
|
|
|
70679
70688
|
};
|
|
70680
70689
|
}
|
|
70681
70690
|
}
|
|
70682
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
70691
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
70683
70692
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
70684
70693
|
new exports_error_tracking.EventCoercer,
|
|
70685
70694
|
new exports_error_tracking.ErrorCoercer,
|
|
@@ -74020,7 +74029,39 @@ var STRUCTURED_PATTERNS = [
|
|
|
74020
74029
|
slugHint: "pem_private_key"
|
|
74021
74030
|
}
|
|
74022
74031
|
];
|
|
74023
|
-
var
|
|
74032
|
+
var PROVIDER_PATTERNS = [
|
|
74033
|
+
{ rule_id: "slack_webhook", regex: /(https:\/\/hooks\.slack\.com\/services\/[A-Za-z0-9_/]+)/g, captureIndex: 1, slugHint: "slack_webhook" },
|
|
74034
|
+
{ rule_id: "stripe_live_secret", regex: /\b(sk_live_[A-Za-z0-9]{24,})\b/g, captureIndex: 1, slugHint: "stripe_key" },
|
|
74035
|
+
{ rule_id: "stripe_restricted", regex: /\b(rk_live_[A-Za-z0-9]{24,})\b/g, captureIndex: 1, slugHint: "stripe_key" },
|
|
74036
|
+
{ rule_id: "sendgrid_api_key", regex: /\b(SG\.[A-Za-z0-9_-]{22}\.[A-Za-z0-9_-]{43})\b/g, captureIndex: 1, slugHint: "sendgrid_key" },
|
|
74037
|
+
{ rule_id: "gitlab_pat", regex: /\b(glpat-[A-Za-z0-9_-]{20})\b/g, captureIndex: 1, slugHint: "gitlab_pat" },
|
|
74038
|
+
{ rule_id: "huggingface_token", regex: /\b(hf_[A-Za-z0-9]{34,})\b/g, captureIndex: 1, slugHint: "huggingface_token" },
|
|
74039
|
+
{ rule_id: "twilio_api_key", regex: /\b(SK[0-9a-f]{32})\b/g, captureIndex: 1, slugHint: "twilio_api_key" },
|
|
74040
|
+
{ rule_id: "mailgun_key", regex: /\b(key-[0-9a-f]{32})\b/g, captureIndex: 1, slugHint: "mailgun_key" },
|
|
74041
|
+
{ rule_id: "digitalocean_pat", regex: /\b(dop_v1_[a-f0-9]{64})\b/g, captureIndex: 1, slugHint: "digitalocean_token" },
|
|
74042
|
+
{ rule_id: "digitalocean_oauth", regex: /\b(doo_v1_[a-f0-9]{64})\b/g, captureIndex: 1, slugHint: "digitalocean_token" },
|
|
74043
|
+
{ rule_id: "digitalocean_refresh", regex: /\b(dor_v1_[a-f0-9]{64})\b/g, captureIndex: 1, slugHint: "digitalocean_token" },
|
|
74044
|
+
{ rule_id: "doppler_token", regex: /\b(dp\.(?:pt|st|ct|sa|scim|audit)\.[A-Za-z0-9]{40,44})\b/g, captureIndex: 1, slugHint: "doppler_token" },
|
|
74045
|
+
{ rule_id: "linear_api_key", regex: /\b(lin_api_[A-Za-z0-9]{40})\b/g, captureIndex: 1, slugHint: "linear_api_key" },
|
|
74046
|
+
{ rule_id: "shopify_access_token", regex: /\b(shpat_[a-fA-F0-9]{32})\b/g, captureIndex: 1, slugHint: "shopify_token" },
|
|
74047
|
+
{ rule_id: "shopify_shared_secret", regex: /\b(shpss_[a-fA-F0-9]{32})\b/g, captureIndex: 1, slugHint: "shopify_token" },
|
|
74048
|
+
{ rule_id: "shopify_private_app", regex: /\b(shppa_[a-fA-F0-9]{32})\b/g, captureIndex: 1, slugHint: "shopify_token" },
|
|
74049
|
+
{ rule_id: "square_access_token", regex: /\b(sq0atp-[A-Za-z0-9_-]{22})\b/g, captureIndex: 1, slugHint: "square_token" },
|
|
74050
|
+
{ rule_id: "square_oauth_secret", regex: /\b(sq0csp-[A-Za-z0-9_-]{43})\b/g, captureIndex: 1, slugHint: "square_token" },
|
|
74051
|
+
{ rule_id: "newrelic_key", regex: /\b(NRAK-[A-Z0-9]{27})\b/g, captureIndex: 1, slugHint: "newrelic_key" },
|
|
74052
|
+
{ rule_id: "notion_token", regex: /\b(ntn_[A-Za-z0-9]{46})\b/g, captureIndex: 1, slugHint: "notion_token" },
|
|
74053
|
+
{ rule_id: "planetscale_password", regex: /\b(pscale_pw_[A-Za-z0-9_.-]{43})\b/g, captureIndex: 1, slugHint: "planetscale_token" },
|
|
74054
|
+
{ rule_id: "planetscale_token", regex: /\b(pscale_tkn_[A-Za-z0-9_.-]{43})\b/g, captureIndex: 1, slugHint: "planetscale_token" },
|
|
74055
|
+
{ rule_id: "supabase_service_key", regex: /\b(sbp_[a-f0-9]{40})\b/g, captureIndex: 1, slugHint: "supabase_key" },
|
|
74056
|
+
{ rule_id: "atlassian_token", regex: /\b(ATATT[A-Za-z0-9_\-=]{20,})\b/g, captureIndex: 1, slugHint: "atlassian_token" },
|
|
74057
|
+
{ rule_id: "dropbox_token", regex: /\b(sl\.[A-Za-z0-9_-]{130,})/g, captureIndex: 1, slugHint: "dropbox_token" },
|
|
74058
|
+
{ rule_id: "databricks_token", regex: /\b(dapi[a-f0-9]{32})\b/g, captureIndex: 1, slugHint: "databricks_token" },
|
|
74059
|
+
{ rule_id: "grafana_service_account", regex: /\b(glsa_[A-Za-z0-9]{32}_[a-fA-F0-9]{8})\b/g, captureIndex: 1, slugHint: "grafana_token" },
|
|
74060
|
+
{ rule_id: "pypi_token", regex: /\b(pypi-AgEIcHlwaS[A-Za-z0-9_-]{50,})/g, captureIndex: 1, slugHint: "pypi_token" },
|
|
74061
|
+
{ rule_id: "aws_temp_access_key", regex: /\b(ASIA[0-9A-Z]{16})\b/g, captureIndex: 1, slugHint: "aws_access_key" },
|
|
74062
|
+
{ rule_id: "gcp_oauth_token", regex: /\b(ya29\.[A-Za-z0-9_-]{30,})/g, captureIndex: 1, slugHint: "gcp_oauth_token" }
|
|
74063
|
+
];
|
|
74064
|
+
var ALL_PATTERNS = [...ANCHORED_PATTERNS, ...PROVIDER_PATTERNS, ...STRUCTURED_PATTERNS];
|
|
74024
74065
|
|
|
74025
74066
|
// telegram-plugin/secret-detect/entropy.ts
|
|
74026
74067
|
function shannonEntropy(s) {
|
|
@@ -74070,6 +74111,54 @@ function scanKeyValue(text) {
|
|
|
74070
74111
|
return hits;
|
|
74071
74112
|
}
|
|
74072
74113
|
|
|
74114
|
+
// telegram-plugin/secret-detect/generic-entropy.ts
|
|
74115
|
+
var CANDIDATE_RE = /[A-Za-z0-9]{28,}/g;
|
|
74116
|
+
var GENERIC_MIN_DISTINCT = 18;
|
|
74117
|
+
var MAX_GENERIC_HITS = 20;
|
|
74118
|
+
function hasDistinctChars(tok, n) {
|
|
74119
|
+
const seen = new Uint8Array(128);
|
|
74120
|
+
let distinct = 0;
|
|
74121
|
+
for (let i = 0;i < tok.length; i++) {
|
|
74122
|
+
const c = tok.charCodeAt(i);
|
|
74123
|
+
if (seen[c] === 0) {
|
|
74124
|
+
seen[c] = 1;
|
|
74125
|
+
if (++distinct >= n)
|
|
74126
|
+
return true;
|
|
74127
|
+
}
|
|
74128
|
+
}
|
|
74129
|
+
return false;
|
|
74130
|
+
}
|
|
74131
|
+
function hasDigit(tok) {
|
|
74132
|
+
for (let i = 0;i < tok.length; i++) {
|
|
74133
|
+
const c = tok.charCodeAt(i);
|
|
74134
|
+
if (c >= 48 && c <= 57)
|
|
74135
|
+
return true;
|
|
74136
|
+
}
|
|
74137
|
+
return false;
|
|
74138
|
+
}
|
|
74139
|
+
function scanGenericSecrets(text) {
|
|
74140
|
+
const hits = [];
|
|
74141
|
+
CANDIDATE_RE.lastIndex = 0;
|
|
74142
|
+
let m;
|
|
74143
|
+
while ((m = CANDIDATE_RE.exec(text)) !== null) {
|
|
74144
|
+
if (hits.length >= MAX_GENERIC_HITS)
|
|
74145
|
+
break;
|
|
74146
|
+
const tok = m[0];
|
|
74147
|
+
if (!hasDigit(tok))
|
|
74148
|
+
continue;
|
|
74149
|
+
if (!hasDistinctChars(tok, GENERIC_MIN_DISTINCT))
|
|
74150
|
+
continue;
|
|
74151
|
+
hits.push({
|
|
74152
|
+
rule_id: "generic_high_entropy",
|
|
74153
|
+
start: m.index,
|
|
74154
|
+
end: m.index + tok.length,
|
|
74155
|
+
matched_text: tok,
|
|
74156
|
+
confidence: "ambiguous"
|
|
74157
|
+
});
|
|
74158
|
+
}
|
|
74159
|
+
return hits;
|
|
74160
|
+
}
|
|
74161
|
+
|
|
74073
74162
|
// telegram-plugin/secret-detect/chunker.ts
|
|
74074
74163
|
var CHUNK_THRESHOLD = 32 * 1024;
|
|
74075
74164
|
var WINDOW_SIZE = 16 * 1024;
|
|
@@ -74184,6 +74273,10 @@ function detectSecrets(text) {
|
|
|
74184
74273
|
for (const h of kvHits) {
|
|
74185
74274
|
raw.push({ ...h, start: h.start + win.offset, end: h.end + win.offset });
|
|
74186
74275
|
}
|
|
74276
|
+
const genHits = scanGenericSecrets(win.text);
|
|
74277
|
+
for (const h of genHits) {
|
|
74278
|
+
raw.push({ ...h, start: h.start + win.offset, end: h.end + win.offset });
|
|
74279
|
+
}
|
|
74187
74280
|
}
|
|
74188
74281
|
const deduped = dedupeRaw(raw);
|
|
74189
74282
|
const final = dropOverlaps(deduped);
|
|
@@ -74222,13 +74315,7 @@ function dedupeRaw(raw) {
|
|
|
74222
74315
|
return Array.from(seen.values());
|
|
74223
74316
|
}
|
|
74224
74317
|
function dropOverlaps(hits) {
|
|
74225
|
-
const
|
|
74226
|
-
const out = [];
|
|
74227
|
-
for (const h of sorted) {
|
|
74228
|
-
const contained = out.some((existing) => existing !== h && existing.start <= h.start && existing.end >= h.end && !(existing.start === h.start && existing.end === h.end));
|
|
74229
|
-
if (!contained)
|
|
74230
|
-
out.push(h);
|
|
74231
|
-
}
|
|
74318
|
+
const out = hits.filter((h) => !(h.confidence === "ambiguous" && hits.some((o) => o !== h && o.start <= h.start && o.end >= h.end && !(o.start === h.start && o.end === h.end))));
|
|
74232
74319
|
out.sort((a, b) => a.start - b.start || a.end - b.end);
|
|
74233
74320
|
return out;
|
|
74234
74321
|
}
|
|
@@ -74239,7 +74326,7 @@ function redact(text) {
|
|
|
74239
74326
|
if (!text || text.length === 0)
|
|
74240
74327
|
return text;
|
|
74241
74328
|
const urlScrubbed = redactUrls(text);
|
|
74242
|
-
const hits = detectSecrets(urlScrubbed);
|
|
74329
|
+
const hits = detectSecrets(urlScrubbed).filter((h) => h.rule_id !== "generic_high_entropy");
|
|
74243
74330
|
if (hits.length === 0)
|
|
74244
74331
|
return urlScrubbed;
|
|
74245
74332
|
const sorted = [...hits].sort((a, b) => b.start - a.start);
|