switchroom 0.14.33 → 0.14.34
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 +88 -80
- package/dist/auth-broker/index.js +88 -80
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +90 -82
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +376 -358
- package/dist/host-control/main.js +156 -148
- package/dist/vault/approvals/kernel-server.js +90 -82
- package/dist/vault/broker/server.js +102 -84
- package/package.json +1 -1
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +205 -191
- package/telegram-plugin/dist/server.js +160 -160
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();
|
|
@@ -13783,6 +13783,7 @@ var init_schema = __esm(() => {
|
|
|
13783
13783
|
}).optional()
|
|
13784
13784
|
}).optional(),
|
|
13785
13785
|
schedule: exports_external.array(ScheduleEntrySchema).optional(),
|
|
13786
|
+
secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional().describe("Operator-granted STANDING vault keys this agent may read via the " + "broker \u2014 independent of any cron or MCP server. Use when an agent " + "needs a credential both interactively and in its own (agent-managed) " + "schedules, so the grant lives with the agent rather than welded to a " + "specific cron's `secrets[]`. OPERATOR-SET ONLY: agents cannot edit " + "switchroom.yaml or self-grant (reference/vision.md outcome 2 \u2014 'you " + "hold the leash; only your tap grants it'). Exact key names. Cascades " + "UNION across defaults -> profile -> agent (see docs/configuration.md)."),
|
|
13786
13787
|
reactions: ReactionsSchema,
|
|
13787
13788
|
model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only").optional(),
|
|
13788
13789
|
thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),
|
|
@@ -13851,6 +13852,7 @@ var init_schema = __esm(() => {
|
|
|
13851
13852
|
tools: AgentToolsSchema,
|
|
13852
13853
|
memory: AgentMemorySchema,
|
|
13853
13854
|
schedule: exports_external.array(ScheduleEntrySchema).default([]),
|
|
13855
|
+
secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional(),
|
|
13854
13856
|
reactions: ReactionsSchema,
|
|
13855
13857
|
model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only (no spaces or shell specials)").optional().describe("Claude model override (e.g., 'claude-sonnet-4-6')"),
|
|
13856
13858
|
thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "Per-agent override wins over defaults.thinking_effort. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),
|
|
@@ -14372,6 +14374,12 @@ function mergeAgentConfig(defaultsIn, agentIn) {
|
|
|
14372
14374
|
deny: dedupe([...dDeny, ...aDeny])
|
|
14373
14375
|
};
|
|
14374
14376
|
}
|
|
14377
|
+
if (defaults.secrets || merged.secrets) {
|
|
14378
|
+
merged.secrets = dedupe([
|
|
14379
|
+
...defaults.secrets ?? [],
|
|
14380
|
+
...merged.secrets ?? []
|
|
14381
|
+
]);
|
|
14382
|
+
}
|
|
14375
14383
|
if (defaults.soul || merged.soul) {
|
|
14376
14384
|
const base = defaults.soul ?? {};
|
|
14377
14385
|
const override = merged.soul ?? {};
|
|
@@ -15266,7 +15274,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
|
|
|
15266
15274
|
}
|
|
15267
15275
|
var init_timezone = () => {};
|
|
15268
15276
|
|
|
15269
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
15277
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
15270
15278
|
var require_utils = __commonJS((exports) => {
|
|
15271
15279
|
exports.__esModule = true;
|
|
15272
15280
|
exports.extend = extend;
|
|
@@ -15362,7 +15370,7 @@ var require_utils = __commonJS((exports) => {
|
|
|
15362
15370
|
}
|
|
15363
15371
|
});
|
|
15364
15372
|
|
|
15365
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
15373
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
15366
15374
|
var require_exception = __commonJS((exports, module) => {
|
|
15367
15375
|
exports.__esModule = true;
|
|
15368
15376
|
var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
@@ -15407,7 +15415,7 @@ var require_exception = __commonJS((exports, module) => {
|
|
|
15407
15415
|
module.exports = exports["default"];
|
|
15408
15416
|
});
|
|
15409
15417
|
|
|
15410
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
15418
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
15411
15419
|
var require_block_helper_missing = __commonJS((exports, module) => {
|
|
15412
15420
|
exports.__esModule = true;
|
|
15413
15421
|
var _utils = require_utils();
|
|
@@ -15440,7 +15448,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
|
|
|
15440
15448
|
module.exports = exports["default"];
|
|
15441
15449
|
});
|
|
15442
15450
|
|
|
15443
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
15451
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
15444
15452
|
var require_each = __commonJS((exports, module) => {
|
|
15445
15453
|
exports.__esModule = true;
|
|
15446
15454
|
function _interopRequireDefault(obj) {
|
|
@@ -15521,7 +15529,7 @@ var require_each = __commonJS((exports, module) => {
|
|
|
15521
15529
|
module.exports = exports["default"];
|
|
15522
15530
|
});
|
|
15523
15531
|
|
|
15524
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
15532
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
15525
15533
|
var require_helper_missing = __commonJS((exports, module) => {
|
|
15526
15534
|
exports.__esModule = true;
|
|
15527
15535
|
function _interopRequireDefault(obj) {
|
|
@@ -15541,7 +15549,7 @@ var require_helper_missing = __commonJS((exports, module) => {
|
|
|
15541
15549
|
module.exports = exports["default"];
|
|
15542
15550
|
});
|
|
15543
15551
|
|
|
15544
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
15552
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
15545
15553
|
var require_if = __commonJS((exports, module) => {
|
|
15546
15554
|
exports.__esModule = true;
|
|
15547
15555
|
function _interopRequireDefault(obj) {
|
|
@@ -15578,7 +15586,7 @@ var require_if = __commonJS((exports, module) => {
|
|
|
15578
15586
|
module.exports = exports["default"];
|
|
15579
15587
|
});
|
|
15580
15588
|
|
|
15581
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
15589
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
15582
15590
|
var require_log2 = __commonJS((exports, module) => {
|
|
15583
15591
|
exports.__esModule = true;
|
|
15584
15592
|
exports.default = function(instance) {
|
|
@@ -15600,7 +15608,7 @@ var require_log2 = __commonJS((exports, module) => {
|
|
|
15600
15608
|
module.exports = exports["default"];
|
|
15601
15609
|
});
|
|
15602
15610
|
|
|
15603
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
15611
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
15604
15612
|
var require_lookup = __commonJS((exports, module) => {
|
|
15605
15613
|
exports.__esModule = true;
|
|
15606
15614
|
exports.default = function(instance) {
|
|
@@ -15614,7 +15622,7 @@ var require_lookup = __commonJS((exports, module) => {
|
|
|
15614
15622
|
module.exports = exports["default"];
|
|
15615
15623
|
});
|
|
15616
15624
|
|
|
15617
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
15625
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
15618
15626
|
var require_with = __commonJS((exports, module) => {
|
|
15619
15627
|
exports.__esModule = true;
|
|
15620
15628
|
function _interopRequireDefault(obj) {
|
|
@@ -15650,7 +15658,7 @@ var require_with = __commonJS((exports, module) => {
|
|
|
15650
15658
|
module.exports = exports["default"];
|
|
15651
15659
|
});
|
|
15652
15660
|
|
|
15653
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
15661
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
15654
15662
|
var require_helpers = __commonJS((exports) => {
|
|
15655
15663
|
exports.__esModule = true;
|
|
15656
15664
|
exports.registerDefaultHelpers = registerDefaultHelpers;
|
|
@@ -15691,7 +15699,7 @@ var require_helpers = __commonJS((exports) => {
|
|
|
15691
15699
|
}
|
|
15692
15700
|
});
|
|
15693
15701
|
|
|
15694
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
15702
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
15695
15703
|
var require_inline = __commonJS((exports, module) => {
|
|
15696
15704
|
exports.__esModule = true;
|
|
15697
15705
|
var _utils = require_utils();
|
|
@@ -15715,7 +15723,7 @@ var require_inline = __commonJS((exports, module) => {
|
|
|
15715
15723
|
module.exports = exports["default"];
|
|
15716
15724
|
});
|
|
15717
15725
|
|
|
15718
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
15726
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
15719
15727
|
var require_decorators = __commonJS((exports) => {
|
|
15720
15728
|
exports.__esModule = true;
|
|
15721
15729
|
exports.registerDefaultDecorators = registerDefaultDecorators;
|
|
@@ -15729,7 +15737,7 @@ var require_decorators = __commonJS((exports) => {
|
|
|
15729
15737
|
}
|
|
15730
15738
|
});
|
|
15731
15739
|
|
|
15732
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
15740
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
15733
15741
|
var require_logger = __commonJS((exports, module) => {
|
|
15734
15742
|
exports.__esModule = true;
|
|
15735
15743
|
var _utils = require_utils();
|
|
@@ -15765,7 +15773,7 @@ var require_logger = __commonJS((exports, module) => {
|
|
|
15765
15773
|
module.exports = exports["default"];
|
|
15766
15774
|
});
|
|
15767
15775
|
|
|
15768
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
15776
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
15769
15777
|
var require_proto_access = __commonJS((exports) => {
|
|
15770
15778
|
exports.__esModule = true;
|
|
15771
15779
|
exports.createProtoAccessControl = createProtoAccessControl;
|
|
@@ -15832,7 +15840,7 @@ var require_proto_access = __commonJS((exports) => {
|
|
|
15832
15840
|
}
|
|
15833
15841
|
});
|
|
15834
15842
|
|
|
15835
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
15843
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
15836
15844
|
var require_base = __commonJS((exports) => {
|
|
15837
15845
|
exports.__esModule = true;
|
|
15838
15846
|
exports.HandlebarsEnvironment = HandlebarsEnvironment;
|
|
@@ -15925,7 +15933,7 @@ var require_base = __commonJS((exports) => {
|
|
|
15925
15933
|
exports.logger = _logger2["default"];
|
|
15926
15934
|
});
|
|
15927
15935
|
|
|
15928
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
15936
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
15929
15937
|
var require_safe_string = __commonJS((exports, module) => {
|
|
15930
15938
|
exports.__esModule = true;
|
|
15931
15939
|
function SafeString(string) {
|
|
@@ -15938,7 +15946,7 @@ var require_safe_string = __commonJS((exports, module) => {
|
|
|
15938
15946
|
module.exports = exports["default"];
|
|
15939
15947
|
});
|
|
15940
15948
|
|
|
15941
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
15949
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
15942
15950
|
var require_wrapHelper = __commonJS((exports) => {
|
|
15943
15951
|
exports.__esModule = true;
|
|
15944
15952
|
exports.wrapHelper = wrapHelper;
|
|
@@ -15955,7 +15963,7 @@ var require_wrapHelper = __commonJS((exports) => {
|
|
|
15955
15963
|
}
|
|
15956
15964
|
});
|
|
15957
15965
|
|
|
15958
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
15966
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
15959
15967
|
var require_runtime = __commonJS((exports) => {
|
|
15960
15968
|
exports.__esModule = true;
|
|
15961
15969
|
exports.checkRevision = checkRevision;
|
|
@@ -16270,7 +16278,7 @@ var require_runtime = __commonJS((exports) => {
|
|
|
16270
16278
|
}
|
|
16271
16279
|
});
|
|
16272
16280
|
|
|
16273
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
16281
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
16274
16282
|
var require_no_conflict = __commonJS((exports, module) => {
|
|
16275
16283
|
exports.__esModule = true;
|
|
16276
16284
|
exports.default = function(Handlebars) {
|
|
@@ -16294,7 +16302,7 @@ var require_no_conflict = __commonJS((exports, module) => {
|
|
|
16294
16302
|
module.exports = exports["default"];
|
|
16295
16303
|
});
|
|
16296
16304
|
|
|
16297
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
16305
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
16298
16306
|
var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
16299
16307
|
exports.__esModule = true;
|
|
16300
16308
|
function _interopRequireDefault(obj) {
|
|
@@ -16348,7 +16356,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
|
16348
16356
|
module.exports = exports["default"];
|
|
16349
16357
|
});
|
|
16350
16358
|
|
|
16351
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
16359
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
16352
16360
|
var require_ast = __commonJS((exports, module) => {
|
|
16353
16361
|
exports.__esModule = true;
|
|
16354
16362
|
var AST = {
|
|
@@ -16368,7 +16376,7 @@ var require_ast = __commonJS((exports, module) => {
|
|
|
16368
16376
|
module.exports = exports["default"];
|
|
16369
16377
|
});
|
|
16370
16378
|
|
|
16371
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
16379
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
16372
16380
|
var require_parser2 = __commonJS((exports, module) => {
|
|
16373
16381
|
exports.__esModule = true;
|
|
16374
16382
|
var handlebars = function() {
|
|
@@ -17092,7 +17100,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
|
|
|
17092
17100
|
module.exports = exports["default"];
|
|
17093
17101
|
});
|
|
17094
17102
|
|
|
17095
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
17103
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
17096
17104
|
var require_visitor = __commonJS((exports, module) => {
|
|
17097
17105
|
exports.__esModule = true;
|
|
17098
17106
|
function _interopRequireDefault(obj) {
|
|
@@ -17197,7 +17205,7 @@ var require_visitor = __commonJS((exports, module) => {
|
|
|
17197
17205
|
module.exports = exports["default"];
|
|
17198
17206
|
});
|
|
17199
17207
|
|
|
17200
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
17208
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
17201
17209
|
var require_whitespace_control = __commonJS((exports, module) => {
|
|
17202
17210
|
exports.__esModule = true;
|
|
17203
17211
|
function _interopRequireDefault(obj) {
|
|
@@ -17343,7 +17351,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
|
|
|
17343
17351
|
module.exports = exports["default"];
|
|
17344
17352
|
});
|
|
17345
17353
|
|
|
17346
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
17354
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
17347
17355
|
var require_helpers2 = __commonJS((exports) => {
|
|
17348
17356
|
exports.__esModule = true;
|
|
17349
17357
|
exports.SourceLocation = SourceLocation;
|
|
@@ -17528,7 +17536,7 @@ var require_helpers2 = __commonJS((exports) => {
|
|
|
17528
17536
|
}
|
|
17529
17537
|
});
|
|
17530
17538
|
|
|
17531
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
17539
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
17532
17540
|
var require_base2 = __commonJS((exports) => {
|
|
17533
17541
|
exports.__esModule = true;
|
|
17534
17542
|
exports.parseWithoutProcessing = parseWithoutProcessing;
|
|
@@ -17627,7 +17635,7 @@ var require_base2 = __commonJS((exports) => {
|
|
|
17627
17635
|
}
|
|
17628
17636
|
});
|
|
17629
17637
|
|
|
17630
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
17638
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
17631
17639
|
var require_compiler = __commonJS((exports) => {
|
|
17632
17640
|
exports.__esModule = true;
|
|
17633
17641
|
exports.Compiler = Compiler;
|
|
@@ -18044,7 +18052,7 @@ var require_compiler = __commonJS((exports) => {
|
|
|
18044
18052
|
}
|
|
18045
18053
|
});
|
|
18046
18054
|
|
|
18047
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
|
|
18055
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
|
|
18048
18056
|
var require_base64 = __commonJS((exports) => {
|
|
18049
18057
|
var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
18050
18058
|
exports.encode = function(number) {
|
|
@@ -18083,7 +18091,7 @@ var require_base64 = __commonJS((exports) => {
|
|
|
18083
18091
|
};
|
|
18084
18092
|
});
|
|
18085
18093
|
|
|
18086
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
|
|
18094
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
|
|
18087
18095
|
var require_base64_vlq = __commonJS((exports) => {
|
|
18088
18096
|
var base64 = require_base64();
|
|
18089
18097
|
var VLQ_BASE_SHIFT = 5;
|
|
@@ -18135,7 +18143,7 @@ var require_base64_vlq = __commonJS((exports) => {
|
|
|
18135
18143
|
};
|
|
18136
18144
|
});
|
|
18137
18145
|
|
|
18138
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
|
|
18146
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
|
|
18139
18147
|
var require_util = __commonJS((exports) => {
|
|
18140
18148
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
18141
18149
|
if (aName in aArgs) {
|
|
@@ -18434,7 +18442,7 @@ var require_util = __commonJS((exports) => {
|
|
|
18434
18442
|
exports.computeSourceURL = computeSourceURL;
|
|
18435
18443
|
});
|
|
18436
18444
|
|
|
18437
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
|
|
18445
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
|
|
18438
18446
|
var require_array_set = __commonJS((exports) => {
|
|
18439
18447
|
var util3 = require_util();
|
|
18440
18448
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -18502,7 +18510,7 @@ var require_array_set = __commonJS((exports) => {
|
|
|
18502
18510
|
exports.ArraySet = ArraySet;
|
|
18503
18511
|
});
|
|
18504
18512
|
|
|
18505
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
|
|
18513
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
|
|
18506
18514
|
var require_mapping_list = __commonJS((exports) => {
|
|
18507
18515
|
var util3 = require_util();
|
|
18508
18516
|
function generatedPositionAfter(mappingA, mappingB) {
|
|
@@ -18539,7 +18547,7 @@ var require_mapping_list = __commonJS((exports) => {
|
|
|
18539
18547
|
exports.MappingList = MappingList;
|
|
18540
18548
|
});
|
|
18541
18549
|
|
|
18542
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
|
|
18550
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
|
|
18543
18551
|
var require_source_map_generator = __commonJS((exports) => {
|
|
18544
18552
|
var base64VLQ = require_base64_vlq();
|
|
18545
18553
|
var util3 = require_util();
|
|
@@ -18809,7 +18817,7 @@ var require_source_map_generator = __commonJS((exports) => {
|
|
|
18809
18817
|
exports.SourceMapGenerator = SourceMapGenerator;
|
|
18810
18818
|
});
|
|
18811
18819
|
|
|
18812
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
|
|
18820
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
|
|
18813
18821
|
var require_binary_search = __commonJS((exports) => {
|
|
18814
18822
|
exports.GREATEST_LOWER_BOUND = 1;
|
|
18815
18823
|
exports.LEAST_UPPER_BOUND = 2;
|
|
@@ -18856,7 +18864,7 @@ var require_binary_search = __commonJS((exports) => {
|
|
|
18856
18864
|
};
|
|
18857
18865
|
});
|
|
18858
18866
|
|
|
18859
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
|
|
18867
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
|
|
18860
18868
|
var require_quick_sort = __commonJS((exports) => {
|
|
18861
18869
|
function swap(ary, x, y) {
|
|
18862
18870
|
var temp = ary[x];
|
|
@@ -18889,7 +18897,7 @@ var require_quick_sort = __commonJS((exports) => {
|
|
|
18889
18897
|
};
|
|
18890
18898
|
});
|
|
18891
18899
|
|
|
18892
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
|
|
18900
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
|
|
18893
18901
|
var require_source_map_consumer = __commonJS((exports) => {
|
|
18894
18902
|
var util3 = require_util();
|
|
18895
18903
|
var binarySearch = require_binary_search();
|
|
@@ -19458,7 +19466,7 @@ var require_source_map_consumer = __commonJS((exports) => {
|
|
|
19458
19466
|
exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
|
|
19459
19467
|
});
|
|
19460
19468
|
|
|
19461
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
|
|
19469
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
|
|
19462
19470
|
var require_source_node = __commonJS((exports) => {
|
|
19463
19471
|
var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19464
19472
|
var util3 = require_util();
|
|
@@ -19712,14 +19720,14 @@ var require_source_node = __commonJS((exports) => {
|
|
|
19712
19720
|
exports.SourceNode = SourceNode;
|
|
19713
19721
|
});
|
|
19714
19722
|
|
|
19715
|
-
// node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
|
|
19723
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
|
|
19716
19724
|
var require_source_map = __commonJS((exports) => {
|
|
19717
19725
|
exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19718
19726
|
exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
|
|
19719
19727
|
exports.SourceNode = require_source_node().SourceNode;
|
|
19720
19728
|
});
|
|
19721
19729
|
|
|
19722
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
19730
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
19723
19731
|
var require_code_gen = __commonJS((exports, module) => {
|
|
19724
19732
|
exports.__esModule = true;
|
|
19725
19733
|
var _utils = require_utils();
|
|
@@ -19852,7 +19860,7 @@ var require_code_gen = __commonJS((exports, module) => {
|
|
|
19852
19860
|
module.exports = exports["default"];
|
|
19853
19861
|
});
|
|
19854
19862
|
|
|
19855
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
19863
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
19856
19864
|
var require_javascript_compiler = __commonJS((exports, module) => {
|
|
19857
19865
|
exports.__esModule = true;
|
|
19858
19866
|
function _interopRequireDefault(obj) {
|
|
@@ -20620,7 +20628,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
|
|
|
20620
20628
|
module.exports = exports["default"];
|
|
20621
20629
|
});
|
|
20622
20630
|
|
|
20623
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
|
|
20631
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
|
|
20624
20632
|
var require_handlebars = __commonJS((exports, module) => {
|
|
20625
20633
|
exports.__esModule = true;
|
|
20626
20634
|
function _interopRequireDefault(obj) {
|
|
@@ -20664,7 +20672,7 @@ var require_handlebars = __commonJS((exports, module) => {
|
|
|
20664
20672
|
module.exports = exports["default"];
|
|
20665
20673
|
});
|
|
20666
20674
|
|
|
20667
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
20675
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
20668
20676
|
var require_printer = __commonJS((exports) => {
|
|
20669
20677
|
exports.__esModule = true;
|
|
20670
20678
|
exports.print = print;
|
|
@@ -20808,7 +20816,7 @@ var require_printer = __commonJS((exports) => {
|
|
|
20808
20816
|
};
|
|
20809
20817
|
});
|
|
20810
20818
|
|
|
20811
|
-
// node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
|
|
20819
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
|
|
20812
20820
|
var require_lib = __commonJS((exports, module) => {
|
|
20813
20821
|
var handlebars = require_handlebars()["default"];
|
|
20814
20822
|
var printer = require_printer();
|
|
@@ -27941,11 +27949,21 @@ function checkAclByAgent(config, agentName, key) {
|
|
|
27941
27949
|
return { allow: true };
|
|
27942
27950
|
}
|
|
27943
27951
|
}
|
|
27952
|
+
const cfgSecrets = config;
|
|
27953
|
+
const profileSecrets = profileName != null && profileName.length > 0 ? cfgSecrets.profiles?.[profileName]?.secrets : undefined;
|
|
27954
|
+
const standingSecrets = [
|
|
27955
|
+
...Array.isArray(cfgSecrets.defaults?.secrets) ? cfgSecrets.defaults.secrets : [],
|
|
27956
|
+
...Array.isArray(profileSecrets) ? profileSecrets : [],
|
|
27957
|
+
...Array.isArray(agentConfig.secrets) ? agentConfig.secrets : []
|
|
27958
|
+
];
|
|
27959
|
+
if (standingSecrets.includes(key)) {
|
|
27960
|
+
return { allow: true };
|
|
27961
|
+
}
|
|
27944
27962
|
const schedule = agentConfig.schedule ?? [];
|
|
27945
27963
|
if (schedule.length === 0) {
|
|
27946
27964
|
return {
|
|
27947
27965
|
allow: false,
|
|
27948
|
-
reason: `agent '${agentName}' has no schedule entries declaring 'secrets'
|
|
27966
|
+
reason: `agent '${agentName}' has no schedule entries declaring 'secrets', no mcp_servers.*.secrets[], and no agents.${agentName}.secrets[] standing grant declaring '${key}'; nothing is broker-accessible`
|
|
27949
27967
|
};
|
|
27950
27968
|
}
|
|
27951
27969
|
for (const entry of schedule) {
|
|
@@ -32956,7 +32974,7 @@ function deriveSlug(inputs, existing) {
|
|
|
32956
32974
|
return `${base}_${n}`;
|
|
32957
32975
|
}
|
|
32958
32976
|
|
|
32959
|
-
// node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
32977
|
+
// ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
32960
32978
|
var require_lib2 = __commonJS((exports2) => {
|
|
32961
32979
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
32962
32980
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -33003,7 +33021,7 @@ var require_lib2 = __commonJS((exports2) => {
|
|
|
33003
33021
|
exports2.binarySearch = binarySearch;
|
|
33004
33022
|
});
|
|
33005
33023
|
|
|
33006
|
-
// node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
33024
|
+
// ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
33007
33025
|
var require_structured_source = __commonJS((exports2) => {
|
|
33008
33026
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
33009
33027
|
exports2.StructuredSource = undefined;
|
|
@@ -33058,13 +33076,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
33058
33076
|
}
|
|
33059
33077
|
exports2.StructuredSource = StructuredSource;
|
|
33060
33078
|
});
|
|
33061
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
33079
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
33062
33080
|
var import_structured_source;
|
|
33063
33081
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
33064
33082
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
33065
33083
|
});
|
|
33066
33084
|
|
|
33067
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
33085
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
33068
33086
|
class EventEmitter {
|
|
33069
33087
|
#listeners = new Map;
|
|
33070
33088
|
on(type, listener) {
|
|
@@ -33103,9 +33121,9 @@ class EventEmitter {
|
|
|
33103
33121
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
33104
33122
|
}
|
|
33105
33123
|
}
|
|
33106
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
33124
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
33107
33125
|
var init_RuleContext = () => {};
|
|
33108
|
-
// node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
33126
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
33109
33127
|
class SecretLintProfiler {
|
|
33110
33128
|
perf;
|
|
33111
33129
|
entries = [];
|
|
@@ -33162,7 +33180,7 @@ class SecretLintProfiler {
|
|
|
33162
33180
|
}
|
|
33163
33181
|
}
|
|
33164
33182
|
|
|
33165
|
-
// node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
33183
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
33166
33184
|
import perf_hooks from "node:perf_hooks";
|
|
33167
33185
|
|
|
33168
33186
|
class NullPerformanceObserver {
|
|
@@ -33177,19 +33195,19 @@ var init_node = __esm(() => {
|
|
|
33177
33195
|
});
|
|
33178
33196
|
});
|
|
33179
33197
|
|
|
33180
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
33198
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
33181
33199
|
var init_RunningEvents = __esm(() => {
|
|
33182
33200
|
init_node();
|
|
33183
33201
|
});
|
|
33184
33202
|
|
|
33185
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
33203
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
33186
33204
|
var init_RulePresetContext = __esm(() => {
|
|
33187
33205
|
init_RuleContext();
|
|
33188
33206
|
});
|
|
33189
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
33207
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
33190
33208
|
var init_messages = () => {};
|
|
33191
33209
|
|
|
33192
|
-
// node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
33210
|
+
// ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
33193
33211
|
var require_ms = __commonJS((exports2, module) => {
|
|
33194
33212
|
var s = 1000;
|
|
33195
33213
|
var m = s * 60;
|
|
@@ -33299,7 +33317,7 @@ var require_ms = __commonJS((exports2, module) => {
|
|
|
33299
33317
|
}
|
|
33300
33318
|
});
|
|
33301
33319
|
|
|
33302
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
33320
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
33303
33321
|
var require_common = __commonJS((exports2, module) => {
|
|
33304
33322
|
function setup(env2) {
|
|
33305
33323
|
createDebug.debug = createDebug;
|
|
@@ -33474,7 +33492,7 @@ var require_common = __commonJS((exports2, module) => {
|
|
|
33474
33492
|
module.exports = setup;
|
|
33475
33493
|
});
|
|
33476
33494
|
|
|
33477
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
33495
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
33478
33496
|
var require_browser = __commonJS((exports2, module) => {
|
|
33479
33497
|
exports2.formatArgs = formatArgs;
|
|
33480
33498
|
exports2.save = save;
|
|
@@ -33634,7 +33652,7 @@ var require_browser = __commonJS((exports2, module) => {
|
|
|
33634
33652
|
};
|
|
33635
33653
|
});
|
|
33636
33654
|
|
|
33637
|
-
// node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
33655
|
+
// ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
33638
33656
|
var require_has_flag = __commonJS((exports2, module) => {
|
|
33639
33657
|
module.exports = (flag, argv = process.argv) => {
|
|
33640
33658
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -33644,7 +33662,7 @@ var require_has_flag = __commonJS((exports2, module) => {
|
|
|
33644
33662
|
};
|
|
33645
33663
|
});
|
|
33646
33664
|
|
|
33647
|
-
// node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
33665
|
+
// ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
33648
33666
|
var require_supports_color = __commonJS((exports2, module) => {
|
|
33649
33667
|
var os5 = __require("os");
|
|
33650
33668
|
var tty2 = __require("tty");
|
|
@@ -33743,7 +33761,7 @@ var require_supports_color = __commonJS((exports2, module) => {
|
|
|
33743
33761
|
};
|
|
33744
33762
|
});
|
|
33745
33763
|
|
|
33746
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
33764
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
33747
33765
|
var require_node = __commonJS((exports2, module) => {
|
|
33748
33766
|
var tty2 = __require("tty");
|
|
33749
33767
|
var util3 = __require("util");
|
|
@@ -33914,7 +33932,7 @@ var require_node = __commonJS((exports2, module) => {
|
|
|
33914
33932
|
};
|
|
33915
33933
|
});
|
|
33916
33934
|
|
|
33917
|
-
// node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
33935
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
33918
33936
|
var require_src = __commonJS((exports2, module) => {
|
|
33919
33937
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
33920
33938
|
module.exports = require_browser();
|
|
@@ -33923,7 +33941,7 @@ var require_src = __commonJS((exports2, module) => {
|
|
|
33923
33941
|
}
|
|
33924
33942
|
});
|
|
33925
33943
|
|
|
33926
|
-
// node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
33944
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
33927
33945
|
var import_debug, debug;
|
|
33928
33946
|
var init_module = __esm(() => {
|
|
33929
33947
|
init_SecretLintSourceCodeImpl();
|
|
@@ -33936,7 +33954,7 @@ var init_module = __esm(() => {
|
|
|
33936
33954
|
debug = import_debug.default("@secretlint/core");
|
|
33937
33955
|
});
|
|
33938
33956
|
|
|
33939
|
-
// node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
33957
|
+
// ../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
33958
|
function requireLodash_uniq() {
|
|
33941
33959
|
if (hasRequiredLodash_uniq)
|
|
33942
33960
|
return lodash_uniq;
|
|
@@ -35619,7 +35637,7 @@ var init_secretlint_source = __esm(() => {
|
|
|
35619
35637
|
init_suppressor();
|
|
35620
35638
|
});
|
|
35621
35639
|
|
|
35622
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
35640
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
35623
35641
|
function $constructor(name, initializer, params) {
|
|
35624
35642
|
function init(inst, def) {
|
|
35625
35643
|
var _a;
|
|
@@ -35682,7 +35700,7 @@ var init_core = __esm(() => {
|
|
|
35682
35700
|
globalConfig = {};
|
|
35683
35701
|
});
|
|
35684
35702
|
|
|
35685
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
35703
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
35686
35704
|
var exports_util = {};
|
|
35687
35705
|
__export(exports_util, {
|
|
35688
35706
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -36198,7 +36216,7 @@ var init_util2 = __esm(() => {
|
|
|
36198
36216
|
};
|
|
36199
36217
|
});
|
|
36200
36218
|
|
|
36201
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
36219
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
36202
36220
|
function flattenError(error, mapper = (issue2) => issue2.message) {
|
|
36203
36221
|
const fieldErrors = {};
|
|
36204
36222
|
const formErrors = [];
|
|
@@ -36276,7 +36294,7 @@ var init_errors2 = __esm(() => {
|
|
|
36276
36294
|
$ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
36277
36295
|
});
|
|
36278
36296
|
|
|
36279
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
36297
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
36280
36298
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
36281
36299
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
36282
36300
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -36328,7 +36346,7 @@ var init_parse = __esm(() => {
|
|
|
36328
36346
|
safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
|
|
36329
36347
|
});
|
|
36330
36348
|
|
|
36331
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
36349
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
36332
36350
|
function emoji() {
|
|
36333
36351
|
return new RegExp(_emoji, "u");
|
|
36334
36352
|
}
|
|
@@ -36385,7 +36403,7 @@ var init_regexes = __esm(() => {
|
|
|
36385
36403
|
uppercase = /^[^a-z]*$/;
|
|
36386
36404
|
});
|
|
36387
36405
|
|
|
36388
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
36406
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
36389
36407
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
|
|
36390
36408
|
var init_checks = __esm(() => {
|
|
36391
36409
|
init_core();
|
|
@@ -36775,7 +36793,7 @@ var init_checks = __esm(() => {
|
|
|
36775
36793
|
});
|
|
36776
36794
|
});
|
|
36777
36795
|
|
|
36778
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
36796
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
36779
36797
|
class Doc {
|
|
36780
36798
|
constructor(args = []) {
|
|
36781
36799
|
this.content = [];
|
|
@@ -36813,7 +36831,7 @@ class Doc {
|
|
|
36813
36831
|
}
|
|
36814
36832
|
}
|
|
36815
36833
|
|
|
36816
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
36834
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
36817
36835
|
var version2;
|
|
36818
36836
|
var init_versions = __esm(() => {
|
|
36819
36837
|
version2 = {
|
|
@@ -36823,7 +36841,7 @@ var init_versions = __esm(() => {
|
|
|
36823
36841
|
};
|
|
36824
36842
|
});
|
|
36825
36843
|
|
|
36826
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
36844
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
36827
36845
|
function isValidBase64(data) {
|
|
36828
36846
|
if (data === "")
|
|
36829
36847
|
return true;
|
|
@@ -38065,7 +38083,7 @@ var init_schemas = __esm(() => {
|
|
|
38065
38083
|
});
|
|
38066
38084
|
});
|
|
38067
38085
|
|
|
38068
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
38086
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
38069
38087
|
function en_default2() {
|
|
38070
38088
|
return {
|
|
38071
38089
|
localeError: error()
|
|
@@ -38185,10 +38203,10 @@ var init_en2 = __esm(() => {
|
|
|
38185
38203
|
init_util2();
|
|
38186
38204
|
});
|
|
38187
38205
|
|
|
38188
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
38206
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
38189
38207
|
var init_locales = () => {};
|
|
38190
38208
|
|
|
38191
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
38209
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
38192
38210
|
class $ZodRegistry {
|
|
38193
38211
|
constructor() {
|
|
38194
38212
|
this._map = new Map;
|
|
@@ -38241,7 +38259,7 @@ var init_registries = __esm(() => {
|
|
|
38241
38259
|
globalRegistry = /* @__PURE__ */ registry();
|
|
38242
38260
|
});
|
|
38243
38261
|
|
|
38244
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
38262
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
38245
38263
|
function _string(Class2, params) {
|
|
38246
38264
|
return new Class2({
|
|
38247
38265
|
type: "string",
|
|
@@ -38681,16 +38699,16 @@ var init_api = __esm(() => {
|
|
|
38681
38699
|
init_util2();
|
|
38682
38700
|
});
|
|
38683
38701
|
|
|
38684
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
38702
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
38685
38703
|
var init_function = () => {};
|
|
38686
38704
|
|
|
38687
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
38705
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
38688
38706
|
var init_to_json_schema = () => {};
|
|
38689
38707
|
|
|
38690
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
38708
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
38691
38709
|
var init_json_schema = () => {};
|
|
38692
38710
|
|
|
38693
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
38711
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
38694
38712
|
var init_core2 = __esm(() => {
|
|
38695
38713
|
init_util2();
|
|
38696
38714
|
init_regexes();
|
|
@@ -38708,24 +38726,24 @@ var init_core2 = __esm(() => {
|
|
|
38708
38726
|
init_to_json_schema();
|
|
38709
38727
|
});
|
|
38710
38728
|
|
|
38711
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
38729
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
38712
38730
|
var init_parse2 = __esm(() => {
|
|
38713
38731
|
init_core2();
|
|
38714
38732
|
});
|
|
38715
38733
|
|
|
38716
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
38734
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
38717
38735
|
var init_schemas2 = () => {};
|
|
38718
38736
|
|
|
38719
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
38737
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
38720
38738
|
var init_checks2 = () => {};
|
|
38721
38739
|
|
|
38722
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
38740
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
38723
38741
|
var init_iso = () => {};
|
|
38724
38742
|
|
|
38725
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
38743
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
38726
38744
|
var init_coerce = () => {};
|
|
38727
38745
|
|
|
38728
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
38746
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
38729
38747
|
var init_external2 = __esm(() => {
|
|
38730
38748
|
init_core2();
|
|
38731
38749
|
init_locales();
|
|
@@ -38736,17 +38754,17 @@ var init_external2 = __esm(() => {
|
|
|
38736
38754
|
init_checks2();
|
|
38737
38755
|
});
|
|
38738
38756
|
|
|
38739
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
38757
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
38740
38758
|
var init_mini = __esm(() => {
|
|
38741
38759
|
init_external2();
|
|
38742
38760
|
});
|
|
38743
38761
|
|
|
38744
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
38762
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
38745
38763
|
var init_v4_mini = __esm(() => {
|
|
38746
38764
|
init_mini();
|
|
38747
38765
|
});
|
|
38748
38766
|
|
|
38749
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
38767
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
38750
38768
|
function isZ4Schema(s) {
|
|
38751
38769
|
const schema = s;
|
|
38752
38770
|
return !!schema._zod;
|
|
@@ -38812,12 +38830,12 @@ var init_zod_compat = __esm(() => {
|
|
|
38812
38830
|
init_v4_mini();
|
|
38813
38831
|
});
|
|
38814
38832
|
|
|
38815
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
38833
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
38816
38834
|
var init_checks3 = __esm(() => {
|
|
38817
38835
|
init_core2();
|
|
38818
38836
|
});
|
|
38819
38837
|
|
|
38820
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
38838
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
38821
38839
|
var exports_iso2 = {};
|
|
38822
38840
|
__export(exports_iso2, {
|
|
38823
38841
|
time: () => time2,
|
|
@@ -38863,7 +38881,7 @@ var init_iso2 = __esm(() => {
|
|
|
38863
38881
|
});
|
|
38864
38882
|
});
|
|
38865
38883
|
|
|
38866
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
38884
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
38867
38885
|
var initializer2 = (inst, issues) => {
|
|
38868
38886
|
$ZodError.init(inst, issues);
|
|
38869
38887
|
inst.name = "ZodError";
|
|
@@ -38896,7 +38914,7 @@ var init_errors3 = __esm(() => {
|
|
|
38896
38914
|
});
|
|
38897
38915
|
});
|
|
38898
38916
|
|
|
38899
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
38917
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
38900
38918
|
var parse4, parseAsync2, safeParse3, safeParseAsync2;
|
|
38901
38919
|
var init_parse3 = __esm(() => {
|
|
38902
38920
|
init_core2();
|
|
@@ -38907,7 +38925,7 @@ var init_parse3 = __esm(() => {
|
|
|
38907
38925
|
safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
|
|
38908
38926
|
});
|
|
38909
38927
|
|
|
38910
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
38928
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
38911
38929
|
function string2(params) {
|
|
38912
38930
|
return _string(ZodString2, params);
|
|
38913
38931
|
}
|
|
@@ -39521,13 +39539,13 @@ var init_schemas3 = __esm(() => {
|
|
|
39521
39539
|
});
|
|
39522
39540
|
});
|
|
39523
39541
|
|
|
39524
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
39542
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
39525
39543
|
var init_compat = () => {};
|
|
39526
39544
|
|
|
39527
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
39545
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
39528
39546
|
var init_coerce2 = () => {};
|
|
39529
39547
|
|
|
39530
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
39548
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
39531
39549
|
var init_external3 = __esm(() => {
|
|
39532
39550
|
init_core2();
|
|
39533
39551
|
init_core2();
|
|
@@ -39543,17 +39561,17 @@ var init_external3 = __esm(() => {
|
|
|
39543
39561
|
config(en_default2());
|
|
39544
39562
|
});
|
|
39545
39563
|
|
|
39546
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
39564
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
39547
39565
|
var init_classic = __esm(() => {
|
|
39548
39566
|
init_external3();
|
|
39549
39567
|
});
|
|
39550
39568
|
|
|
39551
|
-
// node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
39569
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
39552
39570
|
var init_v4 = __esm(() => {
|
|
39553
39571
|
init_classic();
|
|
39554
39572
|
});
|
|
39555
39573
|
|
|
39556
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
39574
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
39557
39575
|
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
39576
|
var init_types2 = __esm(() => {
|
|
39559
39577
|
init_v4();
|
|
@@ -40381,65 +40399,65 @@ var init_types2 = __esm(() => {
|
|
|
40381
40399
|
};
|
|
40382
40400
|
});
|
|
40383
40401
|
|
|
40384
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
40402
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
40385
40403
|
function isTerminal(status) {
|
|
40386
40404
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
40387
40405
|
}
|
|
40388
40406
|
|
|
40389
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
40407
|
+
// ../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
40408
|
var ignoreOverride;
|
|
40391
40409
|
var init_Options = __esm(() => {
|
|
40392
40410
|
ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
40393
40411
|
});
|
|
40394
40412
|
|
|
40395
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
40413
|
+
// ../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
40414
|
var init_Refs = __esm(() => {
|
|
40397
40415
|
init_Options();
|
|
40398
40416
|
});
|
|
40399
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
40417
|
+
// ../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
40418
|
var init_any = () => {};
|
|
40401
40419
|
|
|
40402
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
40420
|
+
// ../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
40421
|
var init_array = __esm(() => {
|
|
40404
40422
|
init_parseDef();
|
|
40405
40423
|
});
|
|
40406
40424
|
|
|
40407
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
40425
|
+
// ../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
40426
|
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
|
|
40427
|
+
// ../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
40428
|
var init_branded = __esm(() => {
|
|
40411
40429
|
init_parseDef();
|
|
40412
40430
|
});
|
|
40413
40431
|
|
|
40414
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.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/catch.js
|
|
40415
40433
|
var init_catch = __esm(() => {
|
|
40416
40434
|
init_parseDef();
|
|
40417
40435
|
});
|
|
40418
40436
|
|
|
40419
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
40437
|
+
// ../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
40438
|
var init_date = () => {};
|
|
40421
40439
|
|
|
40422
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
40440
|
+
// ../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
40441
|
var init_default = __esm(() => {
|
|
40424
40442
|
init_parseDef();
|
|
40425
40443
|
});
|
|
40426
40444
|
|
|
40427
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
40445
|
+
// ../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
40446
|
var init_effects = __esm(() => {
|
|
40429
40447
|
init_parseDef();
|
|
40430
40448
|
init_any();
|
|
40431
40449
|
});
|
|
40432
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.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/intersection.js
|
|
40433
40451
|
var init_intersection = __esm(() => {
|
|
40434
40452
|
init_parseDef();
|
|
40435
40453
|
});
|
|
40436
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
40454
|
+
// ../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
40455
|
var ALPHA_NUMERIC;
|
|
40438
40456
|
var init_string = __esm(() => {
|
|
40439
40457
|
ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
40440
40458
|
});
|
|
40441
40459
|
|
|
40442
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.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/record.js
|
|
40443
40461
|
var init_record = __esm(() => {
|
|
40444
40462
|
init_parseDef();
|
|
40445
40463
|
init_string();
|
|
@@ -40447,77 +40465,77 @@ var init_record = __esm(() => {
|
|
|
40447
40465
|
init_any();
|
|
40448
40466
|
});
|
|
40449
40467
|
|
|
40450
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
40468
|
+
// ../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
40469
|
var init_map = __esm(() => {
|
|
40452
40470
|
init_parseDef();
|
|
40453
40471
|
init_record();
|
|
40454
40472
|
init_any();
|
|
40455
40473
|
});
|
|
40456
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.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/never.js
|
|
40457
40475
|
var init_never = __esm(() => {
|
|
40458
40476
|
init_any();
|
|
40459
40477
|
});
|
|
40460
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
40478
|
+
// ../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
40479
|
var init_union = __esm(() => {
|
|
40462
40480
|
init_parseDef();
|
|
40463
40481
|
});
|
|
40464
40482
|
|
|
40465
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
40483
|
+
// ../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
40484
|
var init_nullable = __esm(() => {
|
|
40467
40485
|
init_parseDef();
|
|
40468
40486
|
init_union();
|
|
40469
40487
|
});
|
|
40470
40488
|
|
|
40471
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
40489
|
+
// ../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
40490
|
var init_number = () => {};
|
|
40473
40491
|
|
|
40474
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
40492
|
+
// ../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
40493
|
var init_object = __esm(() => {
|
|
40476
40494
|
init_parseDef();
|
|
40477
40495
|
});
|
|
40478
40496
|
|
|
40479
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
40497
|
+
// ../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
40498
|
var init_optional = __esm(() => {
|
|
40481
40499
|
init_parseDef();
|
|
40482
40500
|
init_any();
|
|
40483
40501
|
});
|
|
40484
40502
|
|
|
40485
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
40503
|
+
// ../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
40504
|
var init_pipeline = __esm(() => {
|
|
40487
40505
|
init_parseDef();
|
|
40488
40506
|
});
|
|
40489
40507
|
|
|
40490
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
40508
|
+
// ../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
40509
|
var init_promise = __esm(() => {
|
|
40492
40510
|
init_parseDef();
|
|
40493
40511
|
});
|
|
40494
40512
|
|
|
40495
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
40513
|
+
// ../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
40514
|
var init_set = __esm(() => {
|
|
40497
40515
|
init_parseDef();
|
|
40498
40516
|
});
|
|
40499
40517
|
|
|
40500
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
40518
|
+
// ../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
40519
|
var init_tuple = __esm(() => {
|
|
40502
40520
|
init_parseDef();
|
|
40503
40521
|
});
|
|
40504
40522
|
|
|
40505
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
40523
|
+
// ../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
40524
|
var init_undefined = __esm(() => {
|
|
40507
40525
|
init_any();
|
|
40508
40526
|
});
|
|
40509
40527
|
|
|
40510
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
40528
|
+
// ../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
40529
|
var init_unknown = __esm(() => {
|
|
40512
40530
|
init_any();
|
|
40513
40531
|
});
|
|
40514
40532
|
|
|
40515
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
40533
|
+
// ../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
40534
|
var init_readonly = __esm(() => {
|
|
40517
40535
|
init_parseDef();
|
|
40518
40536
|
});
|
|
40519
40537
|
|
|
40520
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
40538
|
+
// ../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
40539
|
var init_selectParser = __esm(() => {
|
|
40522
40540
|
init_any();
|
|
40523
40541
|
init_array();
|
|
@@ -40546,24 +40564,24 @@ var init_selectParser = __esm(() => {
|
|
|
40546
40564
|
init_readonly();
|
|
40547
40565
|
});
|
|
40548
40566
|
|
|
40549
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
40567
|
+
// ../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
40568
|
var init_parseDef = __esm(() => {
|
|
40551
40569
|
init_Options();
|
|
40552
40570
|
init_selectParser();
|
|
40553
40571
|
init_any();
|
|
40554
40572
|
});
|
|
40555
40573
|
|
|
40556
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
40574
|
+
// ../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
40575
|
var init_parseTypes = () => {};
|
|
40558
40576
|
|
|
40559
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
40577
|
+
// ../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
40578
|
var init_zodToJsonSchema = __esm(() => {
|
|
40561
40579
|
init_parseDef();
|
|
40562
40580
|
init_Refs();
|
|
40563
40581
|
init_any();
|
|
40564
40582
|
});
|
|
40565
40583
|
|
|
40566
|
-
// node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
40584
|
+
// ../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
40585
|
var init_esm = __esm(() => {
|
|
40568
40586
|
init_zodToJsonSchema();
|
|
40569
40587
|
init_Options();
|
|
@@ -40599,7 +40617,7 @@ var init_esm = __esm(() => {
|
|
|
40599
40617
|
init_zodToJsonSchema();
|
|
40600
40618
|
});
|
|
40601
40619
|
|
|
40602
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
40620
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
40603
40621
|
function getMethodLiteral(schema) {
|
|
40604
40622
|
const shape = getObjectShape(schema);
|
|
40605
40623
|
const methodSchema = shape?.method;
|
|
@@ -40624,7 +40642,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
40624
40642
|
init_esm();
|
|
40625
40643
|
});
|
|
40626
40644
|
|
|
40627
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
40645
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
40628
40646
|
class Protocol {
|
|
40629
40647
|
constructor(_options) {
|
|
40630
40648
|
this._options = _options;
|
|
@@ -41469,7 +41487,7 @@ var init_protocol4 = __esm(() => {
|
|
|
41469
41487
|
init_zod_json_schema_compat();
|
|
41470
41488
|
});
|
|
41471
41489
|
|
|
41472
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
41490
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
41473
41491
|
var require_code = __commonJS((exports2) => {
|
|
41474
41492
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41475
41493
|
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 +41641,7 @@ var require_code = __commonJS((exports2) => {
|
|
|
41623
41641
|
exports2.regexpCode = regexpCode;
|
|
41624
41642
|
});
|
|
41625
41643
|
|
|
41626
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
41644
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
41627
41645
|
var require_scope = __commonJS((exports2) => {
|
|
41628
41646
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41629
41647
|
exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
|
|
@@ -41769,7 +41787,7 @@ var require_scope = __commonJS((exports2) => {
|
|
|
41769
41787
|
exports2.ValueScope = ValueScope;
|
|
41770
41788
|
});
|
|
41771
41789
|
|
|
41772
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
41790
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
41773
41791
|
var require_codegen = __commonJS((exports2) => {
|
|
41774
41792
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41775
41793
|
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 +42497,7 @@ var require_codegen = __commonJS((exports2) => {
|
|
|
42479
42497
|
}
|
|
42480
42498
|
});
|
|
42481
42499
|
|
|
42482
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
|
|
42500
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
|
|
42483
42501
|
var require_util2 = __commonJS((exports2) => {
|
|
42484
42502
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42485
42503
|
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 +42661,7 @@ var require_util2 = __commonJS((exports2) => {
|
|
|
42643
42661
|
exports2.checkStrictMode = checkStrictMode;
|
|
42644
42662
|
});
|
|
42645
42663
|
|
|
42646
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
|
|
42664
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
|
|
42647
42665
|
var require_names = __commonJS((exports2) => {
|
|
42648
42666
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42649
42667
|
var codegen_1 = require_codegen();
|
|
@@ -42668,7 +42686,7 @@ var require_names = __commonJS((exports2) => {
|
|
|
42668
42686
|
exports2.default = names;
|
|
42669
42687
|
});
|
|
42670
42688
|
|
|
42671
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
|
|
42689
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
|
|
42672
42690
|
var require_errors2 = __commonJS((exports2) => {
|
|
42673
42691
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42674
42692
|
exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
|
|
@@ -42786,7 +42804,7 @@ var require_errors2 = __commonJS((exports2) => {
|
|
|
42786
42804
|
}
|
|
42787
42805
|
});
|
|
42788
42806
|
|
|
42789
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
42807
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
42790
42808
|
var require_boolSchema = __commonJS((exports2) => {
|
|
42791
42809
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42792
42810
|
exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
|
|
@@ -42834,7 +42852,7 @@ var require_boolSchema = __commonJS((exports2) => {
|
|
|
42834
42852
|
}
|
|
42835
42853
|
});
|
|
42836
42854
|
|
|
42837
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
|
|
42855
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
|
|
42838
42856
|
var require_rules = __commonJS((exports2) => {
|
|
42839
42857
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42840
42858
|
exports2.getRules = exports2.isJSONType = undefined;
|
|
@@ -42862,7 +42880,7 @@ var require_rules = __commonJS((exports2) => {
|
|
|
42862
42880
|
exports2.getRules = getRules;
|
|
42863
42881
|
});
|
|
42864
42882
|
|
|
42865
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
42883
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
42866
42884
|
var require_applicability = __commonJS((exports2) => {
|
|
42867
42885
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42868
42886
|
exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
|
|
@@ -42882,7 +42900,7 @@ var require_applicability = __commonJS((exports2) => {
|
|
|
42882
42900
|
exports2.shouldUseRule = shouldUseRule;
|
|
42883
42901
|
});
|
|
42884
42902
|
|
|
42885
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
42903
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
42886
42904
|
var require_dataType = __commonJS((exports2) => {
|
|
42887
42905
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42888
42906
|
exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
|
|
@@ -43063,7 +43081,7 @@ var require_dataType = __commonJS((exports2) => {
|
|
|
43063
43081
|
}
|
|
43064
43082
|
});
|
|
43065
43083
|
|
|
43066
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
43084
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
43067
43085
|
var require_defaults = __commonJS((exports2) => {
|
|
43068
43086
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43069
43087
|
exports2.assignDefaults = undefined;
|
|
@@ -43097,7 +43115,7 @@ var require_defaults = __commonJS((exports2) => {
|
|
|
43097
43115
|
}
|
|
43098
43116
|
});
|
|
43099
43117
|
|
|
43100
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
|
|
43118
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
|
|
43101
43119
|
var require_code2 = __commonJS((exports2) => {
|
|
43102
43120
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43103
43121
|
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 +43244,7 @@ var require_code2 = __commonJS((exports2) => {
|
|
|
43226
43244
|
exports2.validateUnion = validateUnion;
|
|
43227
43245
|
});
|
|
43228
43246
|
|
|
43229
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
43247
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
43230
43248
|
var require_keyword = __commonJS((exports2) => {
|
|
43231
43249
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43232
43250
|
exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
|
|
@@ -43341,7 +43359,7 @@ var require_keyword = __commonJS((exports2) => {
|
|
|
43341
43359
|
exports2.validateKeywordUsage = validateKeywordUsage;
|
|
43342
43360
|
});
|
|
43343
43361
|
|
|
43344
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
43362
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
43345
43363
|
var require_subschema = __commonJS((exports2) => {
|
|
43346
43364
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43347
43365
|
exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
|
|
@@ -43421,7 +43439,7 @@ var require_subschema = __commonJS((exports2) => {
|
|
|
43421
43439
|
exports2.extendSubschemaMode = extendSubschemaMode;
|
|
43422
43440
|
});
|
|
43423
43441
|
|
|
43424
|
-
// node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
43442
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
43425
43443
|
var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
43426
43444
|
module.exports = function equal(a, b) {
|
|
43427
43445
|
if (a === b)
|
|
@@ -43463,7 +43481,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
|
43463
43481
|
};
|
|
43464
43482
|
});
|
|
43465
43483
|
|
|
43466
|
-
// node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
43484
|
+
// ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
43467
43485
|
var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
43468
43486
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
43469
43487
|
if (typeof opts == "function") {
|
|
@@ -43546,7 +43564,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
|
43546
43564
|
}
|
|
43547
43565
|
});
|
|
43548
43566
|
|
|
43549
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
|
|
43567
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
|
|
43550
43568
|
var require_resolve = __commonJS((exports2) => {
|
|
43551
43569
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43552
43570
|
exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
|
|
@@ -43699,7 +43717,7 @@ var require_resolve = __commonJS((exports2) => {
|
|
|
43699
43717
|
exports2.getSchemaRefs = getSchemaRefs;
|
|
43700
43718
|
});
|
|
43701
43719
|
|
|
43702
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
|
|
43720
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
|
|
43703
43721
|
var require_validate = __commonJS((exports2) => {
|
|
43704
43722
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43705
43723
|
exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
|
|
@@ -44204,7 +44222,7 @@ var require_validate = __commonJS((exports2) => {
|
|
|
44204
44222
|
exports2.getData = getData;
|
|
44205
44223
|
});
|
|
44206
44224
|
|
|
44207
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
44225
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
44208
44226
|
var require_validation_error = __commonJS((exports2) => {
|
|
44209
44227
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44210
44228
|
|
|
@@ -44218,7 +44236,7 @@ var require_validation_error = __commonJS((exports2) => {
|
|
|
44218
44236
|
exports2.default = ValidationError;
|
|
44219
44237
|
});
|
|
44220
44238
|
|
|
44221
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
|
|
44239
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
|
|
44222
44240
|
var require_ref_error = __commonJS((exports2) => {
|
|
44223
44241
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44224
44242
|
var resolve_1 = require_resolve();
|
|
@@ -44233,7 +44251,7 @@ var require_ref_error = __commonJS((exports2) => {
|
|
|
44233
44251
|
exports2.default = MissingRefError;
|
|
44234
44252
|
});
|
|
44235
44253
|
|
|
44236
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
|
|
44254
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
|
|
44237
44255
|
var require_compile = __commonJS((exports2) => {
|
|
44238
44256
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44239
44257
|
exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
|
|
@@ -44454,7 +44472,7 @@ var require_compile = __commonJS((exports2) => {
|
|
|
44454
44472
|
}
|
|
44455
44473
|
});
|
|
44456
44474
|
|
|
44457
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
|
|
44475
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
|
|
44458
44476
|
var require_data = __commonJS((exports2, module) => {
|
|
44459
44477
|
module.exports = {
|
|
44460
44478
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -44471,7 +44489,7 @@ var require_data = __commonJS((exports2, module) => {
|
|
|
44471
44489
|
};
|
|
44472
44490
|
});
|
|
44473
44491
|
|
|
44474
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
|
|
44492
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
|
|
44475
44493
|
var require_utils2 = __commonJS((exports2, module) => {
|
|
44476
44494
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
44477
44495
|
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 +44744,7 @@ var require_utils2 = __commonJS((exports2, module) => {
|
|
|
44726
44744
|
};
|
|
44727
44745
|
});
|
|
44728
44746
|
|
|
44729
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
|
|
44747
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
|
|
44730
44748
|
var require_schemes = __commonJS((exports2, module) => {
|
|
44731
44749
|
var { isUUID } = require_utils2();
|
|
44732
44750
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -44900,7 +44918,7 @@ var require_schemes = __commonJS((exports2, module) => {
|
|
|
44900
44918
|
};
|
|
44901
44919
|
});
|
|
44902
44920
|
|
|
44903
|
-
// node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
|
|
44921
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
|
|
44904
44922
|
var require_fast_uri = __commonJS((exports2, module) => {
|
|
44905
44923
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
|
|
44906
44924
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -45151,7 +45169,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
|
|
|
45151
45169
|
module.exports.fastUri = fastUri;
|
|
45152
45170
|
});
|
|
45153
45171
|
|
|
45154
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
|
|
45172
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
|
|
45155
45173
|
var require_uri = __commonJS((exports2) => {
|
|
45156
45174
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45157
45175
|
var uri = require_fast_uri();
|
|
@@ -45159,7 +45177,7 @@ var require_uri = __commonJS((exports2) => {
|
|
|
45159
45177
|
exports2.default = uri;
|
|
45160
45178
|
});
|
|
45161
45179
|
|
|
45162
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
|
|
45180
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
|
|
45163
45181
|
var require_core = __commonJS((exports2) => {
|
|
45164
45182
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45165
45183
|
exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
|
|
@@ -45752,7 +45770,7 @@ var require_core = __commonJS((exports2) => {
|
|
|
45752
45770
|
}
|
|
45753
45771
|
});
|
|
45754
45772
|
|
|
45755
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
45773
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
45756
45774
|
var require_id = __commonJS((exports2) => {
|
|
45757
45775
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45758
45776
|
var def = {
|
|
@@ -45764,7 +45782,7 @@ var require_id = __commonJS((exports2) => {
|
|
|
45764
45782
|
exports2.default = def;
|
|
45765
45783
|
});
|
|
45766
45784
|
|
|
45767
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
45785
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
45768
45786
|
var require_ref = __commonJS((exports2) => {
|
|
45769
45787
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45770
45788
|
exports2.callRef = exports2.getValidate = undefined;
|
|
@@ -45883,7 +45901,7 @@ var require_ref = __commonJS((exports2) => {
|
|
|
45883
45901
|
exports2.default = def;
|
|
45884
45902
|
});
|
|
45885
45903
|
|
|
45886
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
45904
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
45887
45905
|
var require_core2 = __commonJS((exports2) => {
|
|
45888
45906
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45889
45907
|
var id_1 = require_id();
|
|
@@ -45901,7 +45919,7 @@ var require_core2 = __commonJS((exports2) => {
|
|
|
45901
45919
|
exports2.default = core2;
|
|
45902
45920
|
});
|
|
45903
45921
|
|
|
45904
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
45922
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
45905
45923
|
var require_limitNumber = __commonJS((exports2) => {
|
|
45906
45924
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45907
45925
|
var codegen_1 = require_codegen();
|
|
@@ -45930,7 +45948,7 @@ var require_limitNumber = __commonJS((exports2) => {
|
|
|
45930
45948
|
exports2.default = def;
|
|
45931
45949
|
});
|
|
45932
45950
|
|
|
45933
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
45951
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
45934
45952
|
var require_multipleOf = __commonJS((exports2) => {
|
|
45935
45953
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45936
45954
|
var codegen_1 = require_codegen();
|
|
@@ -45955,7 +45973,7 @@ var require_multipleOf = __commonJS((exports2) => {
|
|
|
45955
45973
|
exports2.default = def;
|
|
45956
45974
|
});
|
|
45957
45975
|
|
|
45958
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
45976
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
45959
45977
|
var require_ucs2length = __commonJS((exports2) => {
|
|
45960
45978
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45961
45979
|
function ucs2length(str) {
|
|
@@ -45978,7 +45996,7 @@ var require_ucs2length = __commonJS((exports2) => {
|
|
|
45978
45996
|
ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
45979
45997
|
});
|
|
45980
45998
|
|
|
45981
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
45999
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
45982
46000
|
var require_limitLength = __commonJS((exports2) => {
|
|
45983
46001
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45984
46002
|
var codegen_1 = require_codegen();
|
|
@@ -46007,7 +46025,7 @@ var require_limitLength = __commonJS((exports2) => {
|
|
|
46007
46025
|
exports2.default = def;
|
|
46008
46026
|
});
|
|
46009
46027
|
|
|
46010
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
46028
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
46011
46029
|
var require_pattern = __commonJS((exports2) => {
|
|
46012
46030
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46013
46031
|
var code_1 = require_code2();
|
|
@@ -46041,7 +46059,7 @@ var require_pattern = __commonJS((exports2) => {
|
|
|
46041
46059
|
exports2.default = def;
|
|
46042
46060
|
});
|
|
46043
46061
|
|
|
46044
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
46062
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
46045
46063
|
var require_limitProperties = __commonJS((exports2) => {
|
|
46046
46064
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46047
46065
|
var codegen_1 = require_codegen();
|
|
@@ -46067,7 +46085,7 @@ var require_limitProperties = __commonJS((exports2) => {
|
|
|
46067
46085
|
exports2.default = def;
|
|
46068
46086
|
});
|
|
46069
46087
|
|
|
46070
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
46088
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
46071
46089
|
var require_required = __commonJS((exports2) => {
|
|
46072
46090
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46073
46091
|
var code_1 = require_code2();
|
|
@@ -46146,7 +46164,7 @@ var require_required = __commonJS((exports2) => {
|
|
|
46146
46164
|
exports2.default = def;
|
|
46147
46165
|
});
|
|
46148
46166
|
|
|
46149
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
46167
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
46150
46168
|
var require_limitItems = __commonJS((exports2) => {
|
|
46151
46169
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46152
46170
|
var codegen_1 = require_codegen();
|
|
@@ -46172,7 +46190,7 @@ var require_limitItems = __commonJS((exports2) => {
|
|
|
46172
46190
|
exports2.default = def;
|
|
46173
46191
|
});
|
|
46174
46192
|
|
|
46175
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
|
|
46193
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
|
|
46176
46194
|
var require_equal = __commonJS((exports2) => {
|
|
46177
46195
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46178
46196
|
var equal = require_fast_deep_equal();
|
|
@@ -46180,7 +46198,7 @@ var require_equal = __commonJS((exports2) => {
|
|
|
46180
46198
|
exports2.default = equal;
|
|
46181
46199
|
});
|
|
46182
46200
|
|
|
46183
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
46201
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
46184
46202
|
var require_uniqueItems = __commonJS((exports2) => {
|
|
46185
46203
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46186
46204
|
var dataType_1 = require_dataType();
|
|
@@ -46244,7 +46262,7 @@ var require_uniqueItems = __commonJS((exports2) => {
|
|
|
46244
46262
|
exports2.default = def;
|
|
46245
46263
|
});
|
|
46246
46264
|
|
|
46247
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
46265
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
46248
46266
|
var require_const = __commonJS((exports2) => {
|
|
46249
46267
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46250
46268
|
var codegen_1 = require_codegen();
|
|
@@ -46270,7 +46288,7 @@ var require_const = __commonJS((exports2) => {
|
|
|
46270
46288
|
exports2.default = def;
|
|
46271
46289
|
});
|
|
46272
46290
|
|
|
46273
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
46291
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
46274
46292
|
var require_enum = __commonJS((exports2) => {
|
|
46275
46293
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46276
46294
|
var codegen_1 = require_codegen();
|
|
@@ -46316,7 +46334,7 @@ var require_enum = __commonJS((exports2) => {
|
|
|
46316
46334
|
exports2.default = def;
|
|
46317
46335
|
});
|
|
46318
46336
|
|
|
46319
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
46337
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
46320
46338
|
var require_validation = __commonJS((exports2) => {
|
|
46321
46339
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46322
46340
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -46346,7 +46364,7 @@ var require_validation = __commonJS((exports2) => {
|
|
|
46346
46364
|
exports2.default = validation;
|
|
46347
46365
|
});
|
|
46348
46366
|
|
|
46349
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
46367
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
46350
46368
|
var require_additionalItems = __commonJS((exports2) => {
|
|
46351
46369
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46352
46370
|
exports2.validateAdditionalItems = undefined;
|
|
@@ -46396,7 +46414,7 @@ var require_additionalItems = __commonJS((exports2) => {
|
|
|
46396
46414
|
exports2.default = def;
|
|
46397
46415
|
});
|
|
46398
46416
|
|
|
46399
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
46417
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
46400
46418
|
var require_items = __commonJS((exports2) => {
|
|
46401
46419
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46402
46420
|
exports2.validateTuple = undefined;
|
|
@@ -46450,7 +46468,7 @@ var require_items = __commonJS((exports2) => {
|
|
|
46450
46468
|
exports2.default = def;
|
|
46451
46469
|
});
|
|
46452
46470
|
|
|
46453
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
46471
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
46454
46472
|
var require_prefixItems = __commonJS((exports2) => {
|
|
46455
46473
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46456
46474
|
var items_1 = require_items();
|
|
@@ -46464,7 +46482,7 @@ var require_prefixItems = __commonJS((exports2) => {
|
|
|
46464
46482
|
exports2.default = def;
|
|
46465
46483
|
});
|
|
46466
46484
|
|
|
46467
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
46485
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
46468
46486
|
var require_items2020 = __commonJS((exports2) => {
|
|
46469
46487
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46470
46488
|
var codegen_1 = require_codegen();
|
|
@@ -46496,7 +46514,7 @@ var require_items2020 = __commonJS((exports2) => {
|
|
|
46496
46514
|
exports2.default = def;
|
|
46497
46515
|
});
|
|
46498
46516
|
|
|
46499
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
46517
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
46500
46518
|
var require_contains = __commonJS((exports2) => {
|
|
46501
46519
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46502
46520
|
var codegen_1 = require_codegen();
|
|
@@ -46587,7 +46605,7 @@ var require_contains = __commonJS((exports2) => {
|
|
|
46587
46605
|
exports2.default = def;
|
|
46588
46606
|
});
|
|
46589
46607
|
|
|
46590
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
46608
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
46591
46609
|
var require_dependencies = __commonJS((exports2) => {
|
|
46592
46610
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46593
46611
|
exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
|
|
@@ -46672,7 +46690,7 @@ var require_dependencies = __commonJS((exports2) => {
|
|
|
46672
46690
|
exports2.default = def;
|
|
46673
46691
|
});
|
|
46674
46692
|
|
|
46675
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
46693
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
46676
46694
|
var require_propertyNames = __commonJS((exports2) => {
|
|
46677
46695
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46678
46696
|
var codegen_1 = require_codegen();
|
|
@@ -46712,7 +46730,7 @@ var require_propertyNames = __commonJS((exports2) => {
|
|
|
46712
46730
|
exports2.default = def;
|
|
46713
46731
|
});
|
|
46714
46732
|
|
|
46715
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
46733
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
46716
46734
|
var require_additionalProperties = __commonJS((exports2) => {
|
|
46717
46735
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46718
46736
|
var code_1 = require_code2();
|
|
@@ -46815,7 +46833,7 @@ var require_additionalProperties = __commonJS((exports2) => {
|
|
|
46815
46833
|
exports2.default = def;
|
|
46816
46834
|
});
|
|
46817
46835
|
|
|
46818
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
46836
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
46819
46837
|
var require_properties = __commonJS((exports2) => {
|
|
46820
46838
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46821
46839
|
var validate_1 = require_validate();
|
|
@@ -46870,7 +46888,7 @@ var require_properties = __commonJS((exports2) => {
|
|
|
46870
46888
|
exports2.default = def;
|
|
46871
46889
|
});
|
|
46872
46890
|
|
|
46873
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
46891
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
46874
46892
|
var require_patternProperties = __commonJS((exports2) => {
|
|
46875
46893
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46876
46894
|
var code_1 = require_code2();
|
|
@@ -46941,7 +46959,7 @@ var require_patternProperties = __commonJS((exports2) => {
|
|
|
46941
46959
|
exports2.default = def;
|
|
46942
46960
|
});
|
|
46943
46961
|
|
|
46944
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
46962
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
46945
46963
|
var require_not = __commonJS((exports2) => {
|
|
46946
46964
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46947
46965
|
var util_1 = require_util2();
|
|
@@ -46969,7 +46987,7 @@ var require_not = __commonJS((exports2) => {
|
|
|
46969
46987
|
exports2.default = def;
|
|
46970
46988
|
});
|
|
46971
46989
|
|
|
46972
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
46990
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
46973
46991
|
var require_anyOf = __commonJS((exports2) => {
|
|
46974
46992
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46975
46993
|
var code_1 = require_code2();
|
|
@@ -46983,7 +47001,7 @@ var require_anyOf = __commonJS((exports2) => {
|
|
|
46983
47001
|
exports2.default = def;
|
|
46984
47002
|
});
|
|
46985
47003
|
|
|
46986
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
47004
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
46987
47005
|
var require_oneOf = __commonJS((exports2) => {
|
|
46988
47006
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46989
47007
|
var codegen_1 = require_codegen();
|
|
@@ -47038,7 +47056,7 @@ var require_oneOf = __commonJS((exports2) => {
|
|
|
47038
47056
|
exports2.default = def;
|
|
47039
47057
|
});
|
|
47040
47058
|
|
|
47041
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
47059
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
47042
47060
|
var require_allOf = __commonJS((exports2) => {
|
|
47043
47061
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47044
47062
|
var util_1 = require_util2();
|
|
@@ -47062,7 +47080,7 @@ var require_allOf = __commonJS((exports2) => {
|
|
|
47062
47080
|
exports2.default = def;
|
|
47063
47081
|
});
|
|
47064
47082
|
|
|
47065
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
47083
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
47066
47084
|
var require_if2 = __commonJS((exports2) => {
|
|
47067
47085
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47068
47086
|
var codegen_1 = require_codegen();
|
|
@@ -47128,7 +47146,7 @@ var require_if2 = __commonJS((exports2) => {
|
|
|
47128
47146
|
exports2.default = def;
|
|
47129
47147
|
});
|
|
47130
47148
|
|
|
47131
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
47149
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
47132
47150
|
var require_thenElse = __commonJS((exports2) => {
|
|
47133
47151
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47134
47152
|
var util_1 = require_util2();
|
|
@@ -47143,7 +47161,7 @@ var require_thenElse = __commonJS((exports2) => {
|
|
|
47143
47161
|
exports2.default = def;
|
|
47144
47162
|
});
|
|
47145
47163
|
|
|
47146
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
47164
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
47147
47165
|
var require_applicator = __commonJS((exports2) => {
|
|
47148
47166
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47149
47167
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -47186,7 +47204,7 @@ var require_applicator = __commonJS((exports2) => {
|
|
|
47186
47204
|
exports2.default = getApplicator;
|
|
47187
47205
|
});
|
|
47188
47206
|
|
|
47189
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
47207
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
47190
47208
|
var require_format = __commonJS((exports2) => {
|
|
47191
47209
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47192
47210
|
var codegen_1 = require_codegen();
|
|
@@ -47273,7 +47291,7 @@ var require_format = __commonJS((exports2) => {
|
|
|
47273
47291
|
exports2.default = def;
|
|
47274
47292
|
});
|
|
47275
47293
|
|
|
47276
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
47294
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
47277
47295
|
var require_format2 = __commonJS((exports2) => {
|
|
47278
47296
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47279
47297
|
var format_1 = require_format();
|
|
@@ -47281,7 +47299,7 @@ var require_format2 = __commonJS((exports2) => {
|
|
|
47281
47299
|
exports2.default = format;
|
|
47282
47300
|
});
|
|
47283
47301
|
|
|
47284
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
47302
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
47285
47303
|
var require_metadata = __commonJS((exports2) => {
|
|
47286
47304
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47287
47305
|
exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
|
|
@@ -47301,7 +47319,7 @@ var require_metadata = __commonJS((exports2) => {
|
|
|
47301
47319
|
];
|
|
47302
47320
|
});
|
|
47303
47321
|
|
|
47304
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
47322
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
47305
47323
|
var require_draft7 = __commonJS((exports2) => {
|
|
47306
47324
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47307
47325
|
var core_1 = require_core2();
|
|
@@ -47320,7 +47338,7 @@ var require_draft7 = __commonJS((exports2) => {
|
|
|
47320
47338
|
exports2.default = draft7Vocabularies;
|
|
47321
47339
|
});
|
|
47322
47340
|
|
|
47323
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
47341
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
47324
47342
|
var require_types = __commonJS((exports2) => {
|
|
47325
47343
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47326
47344
|
exports2.DiscrError = undefined;
|
|
@@ -47331,7 +47349,7 @@ var require_types = __commonJS((exports2) => {
|
|
|
47331
47349
|
})(DiscrError || (exports2.DiscrError = DiscrError = {}));
|
|
47332
47350
|
});
|
|
47333
47351
|
|
|
47334
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
47352
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
47335
47353
|
var require_discriminator = __commonJS((exports2) => {
|
|
47336
47354
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47337
47355
|
var codegen_1 = require_codegen();
|
|
@@ -47433,7 +47451,7 @@ var require_discriminator = __commonJS((exports2) => {
|
|
|
47433
47451
|
exports2.default = def;
|
|
47434
47452
|
});
|
|
47435
47453
|
|
|
47436
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
47454
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
47437
47455
|
var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
47438
47456
|
module.exports = {
|
|
47439
47457
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
@@ -47588,7 +47606,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
|
47588
47606
|
};
|
|
47589
47607
|
});
|
|
47590
47608
|
|
|
47591
|
-
// node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
|
|
47609
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
|
|
47592
47610
|
var require_ajv = __commonJS((exports2, module) => {
|
|
47593
47611
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47594
47612
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
|
|
@@ -47656,7 +47674,7 @@ var require_ajv = __commonJS((exports2, module) => {
|
|
|
47656
47674
|
} });
|
|
47657
47675
|
});
|
|
47658
47676
|
|
|
47659
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
47677
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
47660
47678
|
var require_formats = __commonJS((exports2) => {
|
|
47661
47679
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47662
47680
|
exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
|
|
@@ -47833,7 +47851,7 @@ var require_formats = __commonJS((exports2) => {
|
|
|
47833
47851
|
}
|
|
47834
47852
|
});
|
|
47835
47853
|
|
|
47836
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
47854
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
47837
47855
|
var require_limit = __commonJS((exports2) => {
|
|
47838
47856
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47839
47857
|
exports2.formatLimitDefinition = undefined;
|
|
@@ -47902,7 +47920,7 @@ var require_limit = __commonJS((exports2) => {
|
|
|
47902
47920
|
exports2.default = formatLimitPlugin;
|
|
47903
47921
|
});
|
|
47904
47922
|
|
|
47905
|
-
// node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
47923
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
47906
47924
|
var require_dist2 = __commonJS((exports2, module) => {
|
|
47907
47925
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47908
47926
|
var formats_1 = require_formats();
|
|
@@ -47941,7 +47959,7 @@ var require_dist2 = __commonJS((exports2, module) => {
|
|
|
47941
47959
|
exports2.default = formatsPlugin;
|
|
47942
47960
|
});
|
|
47943
47961
|
|
|
47944
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
47962
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
47945
47963
|
function createDefaultAjvInstance() {
|
|
47946
47964
|
const ajv = new import_ajv.default({
|
|
47947
47965
|
strict: false,
|
|
@@ -47984,7 +48002,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
47984
48002
|
import_ajv_formats = __toESM(require_dist2(), 1);
|
|
47985
48003
|
});
|
|
47986
48004
|
|
|
47987
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
48005
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
47988
48006
|
class ExperimentalServerTasks {
|
|
47989
48007
|
constructor(_server) {
|
|
47990
48008
|
this._server = _server;
|
|
@@ -48065,7 +48083,7 @@ var init_server = __esm(() => {
|
|
|
48065
48083
|
init_types2();
|
|
48066
48084
|
});
|
|
48067
48085
|
|
|
48068
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
48086
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
48069
48087
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
48070
48088
|
if (!requests) {
|
|
48071
48089
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -48100,7 +48118,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
48100
48118
|
}
|
|
48101
48119
|
}
|
|
48102
48120
|
|
|
48103
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48121
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48104
48122
|
var Server;
|
|
48105
48123
|
var init_server2 = __esm(() => {
|
|
48106
48124
|
init_protocol4();
|
|
@@ -48441,7 +48459,7 @@ var init_server2 = __esm(() => {
|
|
|
48441
48459
|
};
|
|
48442
48460
|
});
|
|
48443
48461
|
|
|
48444
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
48462
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
48445
48463
|
class ReadBuffer {
|
|
48446
48464
|
append(chunk2) {
|
|
48447
48465
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
|
|
@@ -48474,7 +48492,7 @@ var init_stdio = __esm(() => {
|
|
|
48474
48492
|
init_types2();
|
|
48475
48493
|
});
|
|
48476
48494
|
|
|
48477
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
48495
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
48478
48496
|
import process3 from "node:process";
|
|
48479
48497
|
|
|
48480
48498
|
class StdioServerTransport {
|
|
@@ -49403,7 +49421,7 @@ var init_server4 = __esm(() => {
|
|
|
49403
49421
|
];
|
|
49404
49422
|
});
|
|
49405
49423
|
|
|
49406
|
-
// node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
49424
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
49407
49425
|
var import__ = __toESM(require_commander(), 1);
|
|
49408
49426
|
var {
|
|
49409
49427
|
program,
|
|
@@ -49420,8 +49438,8 @@ var {
|
|
|
49420
49438
|
} = import__.default;
|
|
49421
49439
|
|
|
49422
49440
|
// src/build-info.ts
|
|
49423
|
-
var VERSION = "0.14.
|
|
49424
|
-
var COMMIT_SHA = "
|
|
49441
|
+
var VERSION = "0.14.34";
|
|
49442
|
+
var COMMIT_SHA = "05829ce8";
|
|
49425
49443
|
|
|
49426
49444
|
// src/cli/agent.ts
|
|
49427
49445
|
init_source();
|
|
@@ -59420,7 +59438,7 @@ function createAuditLogger(opts = {}) {
|
|
|
59420
59438
|
// src/vault/grants.ts
|
|
59421
59439
|
import { randomBytes as randomBytes8 } from "node:crypto";
|
|
59422
59440
|
|
|
59423
|
-
// node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
|
|
59441
|
+
// ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
|
|
59424
59442
|
import nodeCrypto from "crypto";
|
|
59425
59443
|
var randomFallback = null;
|
|
59426
59444
|
function randomBytes7(len) {
|
|
@@ -66278,7 +66296,7 @@ function readRecentFires(jsonlPath) {
|
|
|
66278
66296
|
// src/web/api.ts
|
|
66279
66297
|
init_client3();
|
|
66280
66298
|
|
|
66281
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
66299
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
66282
66300
|
import { dirname as dirname7, posix, sep as sep2 } from "path";
|
|
66283
66301
|
function createModulerModifier() {
|
|
66284
66302
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -66314,7 +66332,7 @@ function normalizeWindowsPath(path4) {
|
|
|
66314
66332
|
return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
66315
66333
|
}
|
|
66316
66334
|
|
|
66317
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
66335
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
66318
66336
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
66319
66337
|
if ("flags" in flagsResponse) {
|
|
66320
66338
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -66385,7 +66403,7 @@ var parsePayload = (response) => {
|
|
|
66385
66403
|
}
|
|
66386
66404
|
};
|
|
66387
66405
|
|
|
66388
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
66406
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
66389
66407
|
function isGzipSupported() {
|
|
66390
66408
|
return "CompressionStream" in globalThis;
|
|
66391
66409
|
}
|
|
@@ -66405,7 +66423,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
66405
66423
|
}
|
|
66406
66424
|
}
|
|
66407
66425
|
|
|
66408
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
66426
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
66409
66427
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
66410
66428
|
var DIGITS = "0123456789abcdef";
|
|
66411
66429
|
|
|
@@ -66583,7 +66601,7 @@ var defaultGenerator;
|
|
|
66583
66601
|
var uuidv7 = () => uuidv7obj().toString();
|
|
66584
66602
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
66585
66603
|
|
|
66586
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
66604
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
66587
66605
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
66588
66606
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
66589
66607
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -66616,7 +66634,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
66616
66634
|
return PostHogPersistedProperty;
|
|
66617
66635
|
}({});
|
|
66618
66636
|
|
|
66619
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
66637
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
66620
66638
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
66621
66639
|
"amazonbot",
|
|
66622
66640
|
"amazonproductbot",
|
|
@@ -66705,7 +66723,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
66705
66723
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
66706
66724
|
});
|
|
66707
66725
|
};
|
|
66708
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
66726
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
66709
66727
|
var nativeIsArray = Array.isArray;
|
|
66710
66728
|
var ObjProto = Object.prototype;
|
|
66711
66729
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -66742,7 +66760,7 @@ function isInstanceOf(candidate, base) {
|
|
|
66742
66760
|
}
|
|
66743
66761
|
}
|
|
66744
66762
|
|
|
66745
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
66763
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
66746
66764
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
66747
66765
|
if (min > max) {
|
|
66748
66766
|
logger.warn("min cannot be greater than max.");
|
|
@@ -66762,7 +66780,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
66762
66780
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
66763
66781
|
}
|
|
66764
66782
|
|
|
66765
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
66783
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
66766
66784
|
var ONE_DAY_IN_MS = 86400000;
|
|
66767
66785
|
|
|
66768
66786
|
class BucketedRateLimiter {
|
|
@@ -66806,7 +66824,7 @@ class BucketedRateLimiter {
|
|
|
66806
66824
|
this._buckets = {};
|
|
66807
66825
|
}
|
|
66808
66826
|
}
|
|
66809
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
66827
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
66810
66828
|
class PromiseQueue {
|
|
66811
66829
|
add(promise) {
|
|
66812
66830
|
const promiseUUID = uuidv7();
|
|
@@ -66832,7 +66850,7 @@ class PromiseQueue {
|
|
|
66832
66850
|
this.promiseByIds = {};
|
|
66833
66851
|
}
|
|
66834
66852
|
}
|
|
66835
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
66853
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
66836
66854
|
function createConsole(consoleLike = console) {
|
|
66837
66855
|
const lockedMethods = {
|
|
66838
66856
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -66870,7 +66888,7 @@ var passThrough = (fn) => fn();
|
|
|
66870
66888
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
66871
66889
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
66872
66890
|
}
|
|
66873
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
66891
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
66874
66892
|
var MOBILE = "Mobile";
|
|
66875
66893
|
var IOS = "iOS";
|
|
66876
66894
|
var ANDROID = "Android";
|
|
@@ -67127,7 +67145,7 @@ var osMatchers = [
|
|
|
67127
67145
|
]
|
|
67128
67146
|
];
|
|
67129
67147
|
|
|
67130
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
67148
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
67131
67149
|
var STRING_FORMAT = "utf8";
|
|
67132
67150
|
function assert(truthyValue, message) {
|
|
67133
67151
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -67175,7 +67193,7 @@ function allSettled(promises) {
|
|
|
67175
67193
|
reason
|
|
67176
67194
|
}))));
|
|
67177
67195
|
}
|
|
67178
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
67196
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
67179
67197
|
class SimpleEventEmitter {
|
|
67180
67198
|
constructor() {
|
|
67181
67199
|
this.events = {};
|
|
@@ -67197,7 +67215,7 @@ class SimpleEventEmitter {
|
|
|
67197
67215
|
}
|
|
67198
67216
|
}
|
|
67199
67217
|
|
|
67200
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
67218
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
67201
67219
|
class PostHogFetchHttpError extends Error {
|
|
67202
67220
|
constructor(response, reqByteLength) {
|
|
67203
67221
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -67912,7 +67930,7 @@ class PostHogCoreStateless {
|
|
|
67912
67930
|
return this.shutdownPromise;
|
|
67913
67931
|
}
|
|
67914
67932
|
}
|
|
67915
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
67933
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
67916
67934
|
var exports_error_tracking = {};
|
|
67917
67935
|
__export(exports_error_tracking, {
|
|
67918
67936
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -67936,7 +67954,7 @@ __export(exports_error_tracking, {
|
|
|
67936
67954
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
67937
67955
|
});
|
|
67938
67956
|
|
|
67939
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
67957
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
67940
67958
|
var parsedStackResults;
|
|
67941
67959
|
var lastKeysCount;
|
|
67942
67960
|
var cachedFilenameChunkIds;
|
|
@@ -67975,7 +67993,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
67975
67993
|
return cachedFilenameChunkIds;
|
|
67976
67994
|
}
|
|
67977
67995
|
|
|
67978
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
67996
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
67979
67997
|
var MAX_CAUSE_RECURSION = 4;
|
|
67980
67998
|
|
|
67981
67999
|
class ErrorPropertiesBuilder {
|
|
@@ -68097,7 +68115,7 @@ class ErrorPropertiesBuilder {
|
|
|
68097
68115
|
return context;
|
|
68098
68116
|
}
|
|
68099
68117
|
}
|
|
68100
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
68118
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
68101
68119
|
var UNKNOWN_FUNCTION = "?";
|
|
68102
68120
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
68103
68121
|
const frame = {
|
|
@@ -68113,7 +68131,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
68113
68131
|
return frame;
|
|
68114
68132
|
}
|
|
68115
68133
|
|
|
68116
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
68134
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
68117
68135
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
68118
68136
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
68119
68137
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -68126,7 +68144,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
68126
68144
|
];
|
|
68127
68145
|
};
|
|
68128
68146
|
|
|
68129
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
68147
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
68130
68148
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
68131
68149
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
68132
68150
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -68152,7 +68170,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
68152
68170
|
}
|
|
68153
68171
|
};
|
|
68154
68172
|
|
|
68155
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
68173
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
68156
68174
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
68157
68175
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
68158
68176
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -68175,14 +68193,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
68175
68193
|
}
|
|
68176
68194
|
};
|
|
68177
68195
|
|
|
68178
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
68196
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
68179
68197
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
68180
68198
|
var winjsStackLineParser = (line, platform) => {
|
|
68181
68199
|
const parts = winjsRegex.exec(line);
|
|
68182
68200
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
68183
68201
|
};
|
|
68184
68202
|
|
|
68185
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
68203
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
68186
68204
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
68187
68205
|
var opera10StackLineParser = (line, platform) => {
|
|
68188
68206
|
const parts = opera10Regex.exec(line);
|
|
@@ -68194,7 +68212,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
68194
68212
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
68195
68213
|
};
|
|
68196
68214
|
|
|
68197
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
68215
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
68198
68216
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
68199
68217
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
68200
68218
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -68263,7 +68281,7 @@ function _parseIntOrUndefined(input) {
|
|
|
68263
68281
|
return parseInt(input || "", 10) || undefined;
|
|
68264
68282
|
}
|
|
68265
68283
|
|
|
68266
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
68284
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
68267
68285
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
68268
68286
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
68269
68287
|
function reverseAndStripFrames(stack) {
|
|
@@ -68308,7 +68326,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
68308
68326
|
return reverseAndStripFrames(frames);
|
|
68309
68327
|
};
|
|
68310
68328
|
}
|
|
68311
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
68329
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
68312
68330
|
class DOMExceptionCoercer {
|
|
68313
68331
|
match(err) {
|
|
68314
68332
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -68338,7 +68356,7 @@ class DOMExceptionCoercer {
|
|
|
68338
68356
|
return isBuiltin(err, "DOMError");
|
|
68339
68357
|
}
|
|
68340
68358
|
}
|
|
68341
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
68359
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
68342
68360
|
class ErrorCoercer {
|
|
68343
68361
|
match(err) {
|
|
68344
68362
|
return isPlainError(err);
|
|
@@ -68365,7 +68383,7 @@ class ErrorCoercer {
|
|
|
68365
68383
|
return err.stacktrace || err.stack || undefined;
|
|
68366
68384
|
}
|
|
68367
68385
|
}
|
|
68368
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
68386
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
68369
68387
|
class ErrorEventCoercer {
|
|
68370
68388
|
constructor() {}
|
|
68371
68389
|
match(err) {
|
|
@@ -68383,7 +68401,7 @@ class ErrorEventCoercer {
|
|
|
68383
68401
|
return exceptionLike;
|
|
68384
68402
|
}
|
|
68385
68403
|
}
|
|
68386
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
68404
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
68387
68405
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
68388
68406
|
|
|
68389
68407
|
class StringCoercer {
|
|
@@ -68413,7 +68431,7 @@ class StringCoercer {
|
|
|
68413
68431
|
];
|
|
68414
68432
|
}
|
|
68415
68433
|
}
|
|
68416
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
68434
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
68417
68435
|
var severityLevels = [
|
|
68418
68436
|
"fatal",
|
|
68419
68437
|
"error",
|
|
@@ -68423,7 +68441,7 @@ var severityLevels = [
|
|
|
68423
68441
|
"debug"
|
|
68424
68442
|
];
|
|
68425
68443
|
|
|
68426
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
68444
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
68427
68445
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
68428
68446
|
const keys = Object.keys(err);
|
|
68429
68447
|
keys.sort();
|
|
@@ -68440,7 +68458,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
68440
68458
|
return "";
|
|
68441
68459
|
}
|
|
68442
68460
|
|
|
68443
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
68461
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
68444
68462
|
class ObjectCoercer {
|
|
68445
68463
|
match(candidate) {
|
|
68446
68464
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -68493,7 +68511,7 @@ class ObjectCoercer {
|
|
|
68493
68511
|
}
|
|
68494
68512
|
}
|
|
68495
68513
|
}
|
|
68496
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
68514
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
68497
68515
|
class EventCoercer {
|
|
68498
68516
|
match(err) {
|
|
68499
68517
|
return isEvent(err);
|
|
@@ -68508,7 +68526,7 @@ class EventCoercer {
|
|
|
68508
68526
|
};
|
|
68509
68527
|
}
|
|
68510
68528
|
}
|
|
68511
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
68529
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
68512
68530
|
class PrimitiveCoercer {
|
|
68513
68531
|
match(candidate) {
|
|
68514
68532
|
return isPrimitive(candidate);
|
|
@@ -68522,7 +68540,7 @@ class PrimitiveCoercer {
|
|
|
68522
68540
|
};
|
|
68523
68541
|
}
|
|
68524
68542
|
}
|
|
68525
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
68543
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
68526
68544
|
class PromiseRejectionEventCoercer {
|
|
68527
68545
|
match(err) {
|
|
68528
68546
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -68558,7 +68576,7 @@ class PromiseRejectionEventCoercer {
|
|
|
68558
68576
|
return error;
|
|
68559
68577
|
}
|
|
68560
68578
|
}
|
|
68561
|
-
// node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
68579
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
68562
68580
|
class ReduceableCache {
|
|
68563
68581
|
constructor(_maxSize) {
|
|
68564
68582
|
this._maxSize = _maxSize;
|
|
@@ -68583,7 +68601,7 @@ class ReduceableCache {
|
|
|
68583
68601
|
}
|
|
68584
68602
|
}
|
|
68585
68603
|
}
|
|
68586
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
68604
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
68587
68605
|
import { createReadStream } from "node:fs";
|
|
68588
68606
|
import { createInterface as createInterface5 } from "node:readline";
|
|
68589
68607
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -68801,7 +68819,7 @@ function snipLine(line, colno) {
|
|
|
68801
68819
|
return newLine;
|
|
68802
68820
|
}
|
|
68803
68821
|
|
|
68804
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
68822
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
68805
68823
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
68806
68824
|
let calledFatalError = false;
|
|
68807
68825
|
return Object.assign((error) => {
|
|
@@ -68833,7 +68851,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
68833
68851
|
}));
|
|
68834
68852
|
}
|
|
68835
68853
|
|
|
68836
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
68854
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
68837
68855
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
68838
68856
|
|
|
68839
68857
|
class ErrorTracking {
|
|
@@ -68902,10 +68920,10 @@ class ErrorTracking {
|
|
|
68902
68920
|
}
|
|
68903
68921
|
}
|
|
68904
68922
|
|
|
68905
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
68923
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
68906
68924
|
var version = "5.29.2";
|
|
68907
68925
|
|
|
68908
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
68926
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
68909
68927
|
var FeatureFlagError2 = {
|
|
68910
68928
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
68911
68929
|
FLAG_MISSING: "flag_missing",
|
|
@@ -68913,7 +68931,7 @@ var FeatureFlagError2 = {
|
|
|
68913
68931
|
UNKNOWN_ERROR: "unknown_error"
|
|
68914
68932
|
};
|
|
68915
68933
|
|
|
68916
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
68934
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
68917
68935
|
async function hashSHA1(text) {
|
|
68918
68936
|
const subtle = globalThis.crypto?.subtle;
|
|
68919
68937
|
if (!subtle)
|
|
@@ -68923,7 +68941,7 @@ async function hashSHA1(text) {
|
|
|
68923
68941
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
68924
68942
|
}
|
|
68925
68943
|
|
|
68926
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
68944
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
68927
68945
|
var SIXTY_SECONDS = 60000;
|
|
68928
68946
|
var LONG_SCALE = 1152921504606847000;
|
|
68929
68947
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -69797,7 +69815,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
69797
69815
|
}
|
|
69798
69816
|
}
|
|
69799
69817
|
|
|
69800
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
69818
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
69801
69819
|
class PostHogMemoryStorage {
|
|
69802
69820
|
getProperty(key) {
|
|
69803
69821
|
return this._memoryStorage[key];
|
|
@@ -69810,7 +69828,7 @@ class PostHogMemoryStorage {
|
|
|
69810
69828
|
}
|
|
69811
69829
|
}
|
|
69812
69830
|
|
|
69813
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
69831
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
69814
69832
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
69815
69833
|
var THIRTY_SECONDS = 30000;
|
|
69816
69834
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -70598,7 +70616,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
70598
70616
|
}
|
|
70599
70617
|
}
|
|
70600
70618
|
|
|
70601
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
70619
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
70602
70620
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
70603
70621
|
|
|
70604
70622
|
class PostHogContext {
|
|
@@ -70629,7 +70647,7 @@ class PostHogContext {
|
|
|
70629
70647
|
}
|
|
70630
70648
|
}
|
|
70631
70649
|
|
|
70632
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
70650
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
70633
70651
|
var NAME = "posthog-node";
|
|
70634
70652
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
70635
70653
|
"error"
|
|
@@ -70697,7 +70715,7 @@ class PostHogSentryIntegration {
|
|
|
70697
70715
|
};
|
|
70698
70716
|
}
|
|
70699
70717
|
}
|
|
70700
|
-
// node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
70718
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
70701
70719
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
70702
70720
|
new exports_error_tracking.EventCoercer,
|
|
70703
70721
|
new exports_error_tracking.ErrorCoercer,
|