switchroom 0.14.8 → 0.14.10
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 +160 -157
- package/dist/auth-broker/index.js +81 -80
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +83 -82
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +455 -365
- package/dist/host-control/main.js +149 -148
- package/dist/vault/approvals/kernel-server.js +83 -82
- package/dist/vault/broker/server.js +84 -83
- package/package.json +3 -3
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +1217 -599
- package/telegram-plugin/dist/server.js +160 -160
- package/telegram-plugin/gateway/gateway.ts +126 -97
- package/telegram-plugin/gateway/webhook-ingest-server.test.ts +125 -0
- package/telegram-plugin/gateway/webhook-ingest-server.ts +218 -0
- package/telegram-plugin/tests/tool-activity-summary.test.ts +0 -216
- package/telegram-plugin/tool-activity-summary.ts +18 -197
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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
|
-
// ../
|
|
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();
|
|
@@ -13655,6 +13655,7 @@ var init_schema = __esm(() => {
|
|
|
13655
13655
|
webhook_rate_limit: exports_external.object({
|
|
13656
13656
|
rpm: exports_external.number().int().positive()
|
|
13657
13657
|
}).optional().describe("Per-source rate limit for the webhook ingest path (#714). " + "Off by default \u2014 when this key is absent the handler skips " + "rate-limit checks entirely. Opt in by setting `rpm` to an " + "integer requests-per-minute (token bucket per (agent, source); " + "burst equal to rpm). When enabled, exceeding the limit returns " + "429 with Retry-After header; first throttle event per " + "(agent, source) per 60s window is written to " + "<agent>/telegram/issues.jsonl. " + "Cascades from defaults.channels.telegram.webhook_rate_limit."),
|
|
13658
|
+
webhook_via_gateway: exports_external.boolean().optional().describe("Route verified webhook events to the agent's in-container gateway " + "over a peercred-gated UDS (<agent>/telegram/webhook.sock) instead " + "of having the host-side web receiver write the agent dir directly. " + "Required under the Docker runtime: the receiver runs as the host " + "operator UID and cannot write the per-agent-UID-owned agent dir " + "(EACCES 500) nor connect the gateway socket. When true the gateway " + "(running as the agent UID) becomes the sole writer of " + "webhook-events.jsonl + dedup/cooldown state and also fires " + "webhook_dispatch. Off by default for back-compat with host-runtime " + "installs. See docs/rfcs/webhook-via-gateway-socket.md."),
|
|
13658
13659
|
chat_id: exports_external.string().regex(/^-\d+$/, 'supergroup chat_id must be a negative integer as a string (e.g. "-1001234567890")').optional().describe("Per-agent supergroup ID \u2014 overrides fleet `telegram.forum_chat_id`. " + "When set, requires `default_topic_id`. Negative integer as string. " + "Forbidden when `dm_only: true`. See docs/rfcs/supergroup-mode.md."),
|
|
13659
13660
|
default_topic_id: exports_external.number().int().positive().optional().describe("Forum topic ID this agent's automated outbounds default to when " + "no more-specific alias resolves. Required when `chat_id` is set. " + "Telegram's General topic is `id=1` at MTProto but sends omit the " + "field \u2014 the outbound wrapper strips `message_thread_id === 1` " + "on send. Forbidden when `dm_only: true`."),
|
|
13660
13661
|
topic_aliases: exports_external.record(exports_external.string(), exports_external.number().int().positive()).optional().describe("Operator-friendly names for forum topic IDs (e.g. " + "`{ general: 1, planning: 17, cron: 23, admin: 31, alerts: 41 }`). " + "Referenced from per-cron `topic:` fields and the outbound router " + "for autonomous events (boot \u2192 alerts, hostd \u2192 admin, etc.). " + "Cascades per-key through defaults \u2192 profile \u2192 agent.")
|
|
@@ -15253,7 +15254,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
|
|
|
15253
15254
|
}
|
|
15254
15255
|
var init_timezone = () => {};
|
|
15255
15256
|
|
|
15256
|
-
// ../
|
|
15257
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
15257
15258
|
var require_utils = __commonJS((exports) => {
|
|
15258
15259
|
exports.__esModule = true;
|
|
15259
15260
|
exports.extend = extend;
|
|
@@ -15349,7 +15350,7 @@ var require_utils = __commonJS((exports) => {
|
|
|
15349
15350
|
}
|
|
15350
15351
|
});
|
|
15351
15352
|
|
|
15352
|
-
// ../
|
|
15353
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
15353
15354
|
var require_exception = __commonJS((exports, module) => {
|
|
15354
15355
|
exports.__esModule = true;
|
|
15355
15356
|
var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
@@ -15394,7 +15395,7 @@ var require_exception = __commonJS((exports, module) => {
|
|
|
15394
15395
|
module.exports = exports["default"];
|
|
15395
15396
|
});
|
|
15396
15397
|
|
|
15397
|
-
// ../
|
|
15398
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
15398
15399
|
var require_block_helper_missing = __commonJS((exports, module) => {
|
|
15399
15400
|
exports.__esModule = true;
|
|
15400
15401
|
var _utils = require_utils();
|
|
@@ -15427,7 +15428,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
|
|
|
15427
15428
|
module.exports = exports["default"];
|
|
15428
15429
|
});
|
|
15429
15430
|
|
|
15430
|
-
// ../
|
|
15431
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
15431
15432
|
var require_each = __commonJS((exports, module) => {
|
|
15432
15433
|
exports.__esModule = true;
|
|
15433
15434
|
function _interopRequireDefault(obj) {
|
|
@@ -15508,7 +15509,7 @@ var require_each = __commonJS((exports, module) => {
|
|
|
15508
15509
|
module.exports = exports["default"];
|
|
15509
15510
|
});
|
|
15510
15511
|
|
|
15511
|
-
// ../
|
|
15512
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
15512
15513
|
var require_helper_missing = __commonJS((exports, module) => {
|
|
15513
15514
|
exports.__esModule = true;
|
|
15514
15515
|
function _interopRequireDefault(obj) {
|
|
@@ -15528,7 +15529,7 @@ var require_helper_missing = __commonJS((exports, module) => {
|
|
|
15528
15529
|
module.exports = exports["default"];
|
|
15529
15530
|
});
|
|
15530
15531
|
|
|
15531
|
-
// ../
|
|
15532
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
15532
15533
|
var require_if = __commonJS((exports, module) => {
|
|
15533
15534
|
exports.__esModule = true;
|
|
15534
15535
|
function _interopRequireDefault(obj) {
|
|
@@ -15565,7 +15566,7 @@ var require_if = __commonJS((exports, module) => {
|
|
|
15565
15566
|
module.exports = exports["default"];
|
|
15566
15567
|
});
|
|
15567
15568
|
|
|
15568
|
-
// ../
|
|
15569
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
15569
15570
|
var require_log2 = __commonJS((exports, module) => {
|
|
15570
15571
|
exports.__esModule = true;
|
|
15571
15572
|
exports.default = function(instance) {
|
|
@@ -15587,7 +15588,7 @@ var require_log2 = __commonJS((exports, module) => {
|
|
|
15587
15588
|
module.exports = exports["default"];
|
|
15588
15589
|
});
|
|
15589
15590
|
|
|
15590
|
-
// ../
|
|
15591
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
15591
15592
|
var require_lookup = __commonJS((exports, module) => {
|
|
15592
15593
|
exports.__esModule = true;
|
|
15593
15594
|
exports.default = function(instance) {
|
|
@@ -15601,7 +15602,7 @@ var require_lookup = __commonJS((exports, module) => {
|
|
|
15601
15602
|
module.exports = exports["default"];
|
|
15602
15603
|
});
|
|
15603
15604
|
|
|
15604
|
-
// ../
|
|
15605
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
15605
15606
|
var require_with = __commonJS((exports, module) => {
|
|
15606
15607
|
exports.__esModule = true;
|
|
15607
15608
|
function _interopRequireDefault(obj) {
|
|
@@ -15637,7 +15638,7 @@ var require_with = __commonJS((exports, module) => {
|
|
|
15637
15638
|
module.exports = exports["default"];
|
|
15638
15639
|
});
|
|
15639
15640
|
|
|
15640
|
-
// ../
|
|
15641
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
15641
15642
|
var require_helpers = __commonJS((exports) => {
|
|
15642
15643
|
exports.__esModule = true;
|
|
15643
15644
|
exports.registerDefaultHelpers = registerDefaultHelpers;
|
|
@@ -15678,7 +15679,7 @@ var require_helpers = __commonJS((exports) => {
|
|
|
15678
15679
|
}
|
|
15679
15680
|
});
|
|
15680
15681
|
|
|
15681
|
-
// ../
|
|
15682
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
15682
15683
|
var require_inline = __commonJS((exports, module) => {
|
|
15683
15684
|
exports.__esModule = true;
|
|
15684
15685
|
var _utils = require_utils();
|
|
@@ -15702,7 +15703,7 @@ var require_inline = __commonJS((exports, module) => {
|
|
|
15702
15703
|
module.exports = exports["default"];
|
|
15703
15704
|
});
|
|
15704
15705
|
|
|
15705
|
-
// ../
|
|
15706
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
15706
15707
|
var require_decorators = __commonJS((exports) => {
|
|
15707
15708
|
exports.__esModule = true;
|
|
15708
15709
|
exports.registerDefaultDecorators = registerDefaultDecorators;
|
|
@@ -15716,7 +15717,7 @@ var require_decorators = __commonJS((exports) => {
|
|
|
15716
15717
|
}
|
|
15717
15718
|
});
|
|
15718
15719
|
|
|
15719
|
-
// ../
|
|
15720
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
15720
15721
|
var require_logger = __commonJS((exports, module) => {
|
|
15721
15722
|
exports.__esModule = true;
|
|
15722
15723
|
var _utils = require_utils();
|
|
@@ -15752,7 +15753,7 @@ var require_logger = __commonJS((exports, module) => {
|
|
|
15752
15753
|
module.exports = exports["default"];
|
|
15753
15754
|
});
|
|
15754
15755
|
|
|
15755
|
-
// ../
|
|
15756
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
15756
15757
|
var require_proto_access = __commonJS((exports) => {
|
|
15757
15758
|
exports.__esModule = true;
|
|
15758
15759
|
exports.createProtoAccessControl = createProtoAccessControl;
|
|
@@ -15819,7 +15820,7 @@ var require_proto_access = __commonJS((exports) => {
|
|
|
15819
15820
|
}
|
|
15820
15821
|
});
|
|
15821
15822
|
|
|
15822
|
-
// ../
|
|
15823
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
15823
15824
|
var require_base = __commonJS((exports) => {
|
|
15824
15825
|
exports.__esModule = true;
|
|
15825
15826
|
exports.HandlebarsEnvironment = HandlebarsEnvironment;
|
|
@@ -15912,7 +15913,7 @@ var require_base = __commonJS((exports) => {
|
|
|
15912
15913
|
exports.logger = _logger2["default"];
|
|
15913
15914
|
});
|
|
15914
15915
|
|
|
15915
|
-
// ../
|
|
15916
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
15916
15917
|
var require_safe_string = __commonJS((exports, module) => {
|
|
15917
15918
|
exports.__esModule = true;
|
|
15918
15919
|
function SafeString(string) {
|
|
@@ -15925,7 +15926,7 @@ var require_safe_string = __commonJS((exports, module) => {
|
|
|
15925
15926
|
module.exports = exports["default"];
|
|
15926
15927
|
});
|
|
15927
15928
|
|
|
15928
|
-
// ../
|
|
15929
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
15929
15930
|
var require_wrapHelper = __commonJS((exports) => {
|
|
15930
15931
|
exports.__esModule = true;
|
|
15931
15932
|
exports.wrapHelper = wrapHelper;
|
|
@@ -15942,7 +15943,7 @@ var require_wrapHelper = __commonJS((exports) => {
|
|
|
15942
15943
|
}
|
|
15943
15944
|
});
|
|
15944
15945
|
|
|
15945
|
-
// ../
|
|
15946
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
15946
15947
|
var require_runtime = __commonJS((exports) => {
|
|
15947
15948
|
exports.__esModule = true;
|
|
15948
15949
|
exports.checkRevision = checkRevision;
|
|
@@ -16257,7 +16258,7 @@ var require_runtime = __commonJS((exports) => {
|
|
|
16257
16258
|
}
|
|
16258
16259
|
});
|
|
16259
16260
|
|
|
16260
|
-
// ../
|
|
16261
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
16261
16262
|
var require_no_conflict = __commonJS((exports, module) => {
|
|
16262
16263
|
exports.__esModule = true;
|
|
16263
16264
|
exports.default = function(Handlebars) {
|
|
@@ -16281,7 +16282,7 @@ var require_no_conflict = __commonJS((exports, module) => {
|
|
|
16281
16282
|
module.exports = exports["default"];
|
|
16282
16283
|
});
|
|
16283
16284
|
|
|
16284
|
-
// ../
|
|
16285
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
16285
16286
|
var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
16286
16287
|
exports.__esModule = true;
|
|
16287
16288
|
function _interopRequireDefault(obj) {
|
|
@@ -16335,7 +16336,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
|
|
|
16335
16336
|
module.exports = exports["default"];
|
|
16336
16337
|
});
|
|
16337
16338
|
|
|
16338
|
-
// ../
|
|
16339
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
16339
16340
|
var require_ast = __commonJS((exports, module) => {
|
|
16340
16341
|
exports.__esModule = true;
|
|
16341
16342
|
var AST = {
|
|
@@ -16355,7 +16356,7 @@ var require_ast = __commonJS((exports, module) => {
|
|
|
16355
16356
|
module.exports = exports["default"];
|
|
16356
16357
|
});
|
|
16357
16358
|
|
|
16358
|
-
// ../
|
|
16359
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
16359
16360
|
var require_parser2 = __commonJS((exports, module) => {
|
|
16360
16361
|
exports.__esModule = true;
|
|
16361
16362
|
var handlebars = function() {
|
|
@@ -17079,7 +17080,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
|
|
|
17079
17080
|
module.exports = exports["default"];
|
|
17080
17081
|
});
|
|
17081
17082
|
|
|
17082
|
-
// ../
|
|
17083
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
17083
17084
|
var require_visitor = __commonJS((exports, module) => {
|
|
17084
17085
|
exports.__esModule = true;
|
|
17085
17086
|
function _interopRequireDefault(obj) {
|
|
@@ -17184,7 +17185,7 @@ var require_visitor = __commonJS((exports, module) => {
|
|
|
17184
17185
|
module.exports = exports["default"];
|
|
17185
17186
|
});
|
|
17186
17187
|
|
|
17187
|
-
// ../
|
|
17188
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
17188
17189
|
var require_whitespace_control = __commonJS((exports, module) => {
|
|
17189
17190
|
exports.__esModule = true;
|
|
17190
17191
|
function _interopRequireDefault(obj) {
|
|
@@ -17330,7 +17331,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
|
|
|
17330
17331
|
module.exports = exports["default"];
|
|
17331
17332
|
});
|
|
17332
17333
|
|
|
17333
|
-
// ../
|
|
17334
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
17334
17335
|
var require_helpers2 = __commonJS((exports) => {
|
|
17335
17336
|
exports.__esModule = true;
|
|
17336
17337
|
exports.SourceLocation = SourceLocation;
|
|
@@ -17515,7 +17516,7 @@ var require_helpers2 = __commonJS((exports) => {
|
|
|
17515
17516
|
}
|
|
17516
17517
|
});
|
|
17517
17518
|
|
|
17518
|
-
// ../
|
|
17519
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
17519
17520
|
var require_base2 = __commonJS((exports) => {
|
|
17520
17521
|
exports.__esModule = true;
|
|
17521
17522
|
exports.parseWithoutProcessing = parseWithoutProcessing;
|
|
@@ -17614,7 +17615,7 @@ var require_base2 = __commonJS((exports) => {
|
|
|
17614
17615
|
}
|
|
17615
17616
|
});
|
|
17616
17617
|
|
|
17617
|
-
// ../
|
|
17618
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
17618
17619
|
var require_compiler = __commonJS((exports) => {
|
|
17619
17620
|
exports.__esModule = true;
|
|
17620
17621
|
exports.Compiler = Compiler;
|
|
@@ -18031,7 +18032,7 @@ var require_compiler = __commonJS((exports) => {
|
|
|
18031
18032
|
}
|
|
18032
18033
|
});
|
|
18033
18034
|
|
|
18034
|
-
// ../
|
|
18035
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
|
|
18035
18036
|
var require_base64 = __commonJS((exports) => {
|
|
18036
18037
|
var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
18037
18038
|
exports.encode = function(number) {
|
|
@@ -18070,7 +18071,7 @@ var require_base64 = __commonJS((exports) => {
|
|
|
18070
18071
|
};
|
|
18071
18072
|
});
|
|
18072
18073
|
|
|
18073
|
-
// ../
|
|
18074
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
|
|
18074
18075
|
var require_base64_vlq = __commonJS((exports) => {
|
|
18075
18076
|
var base64 = require_base64();
|
|
18076
18077
|
var VLQ_BASE_SHIFT = 5;
|
|
@@ -18122,7 +18123,7 @@ var require_base64_vlq = __commonJS((exports) => {
|
|
|
18122
18123
|
};
|
|
18123
18124
|
});
|
|
18124
18125
|
|
|
18125
|
-
// ../
|
|
18126
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
|
|
18126
18127
|
var require_util = __commonJS((exports) => {
|
|
18127
18128
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
18128
18129
|
if (aName in aArgs) {
|
|
@@ -18421,7 +18422,7 @@ var require_util = __commonJS((exports) => {
|
|
|
18421
18422
|
exports.computeSourceURL = computeSourceURL;
|
|
18422
18423
|
});
|
|
18423
18424
|
|
|
18424
|
-
// ../
|
|
18425
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
|
|
18425
18426
|
var require_array_set = __commonJS((exports) => {
|
|
18426
18427
|
var util3 = require_util();
|
|
18427
18428
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -18489,7 +18490,7 @@ var require_array_set = __commonJS((exports) => {
|
|
|
18489
18490
|
exports.ArraySet = ArraySet;
|
|
18490
18491
|
});
|
|
18491
18492
|
|
|
18492
|
-
// ../
|
|
18493
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
|
|
18493
18494
|
var require_mapping_list = __commonJS((exports) => {
|
|
18494
18495
|
var util3 = require_util();
|
|
18495
18496
|
function generatedPositionAfter(mappingA, mappingB) {
|
|
@@ -18526,7 +18527,7 @@ var require_mapping_list = __commonJS((exports) => {
|
|
|
18526
18527
|
exports.MappingList = MappingList;
|
|
18527
18528
|
});
|
|
18528
18529
|
|
|
18529
|
-
// ../
|
|
18530
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
|
|
18530
18531
|
var require_source_map_generator = __commonJS((exports) => {
|
|
18531
18532
|
var base64VLQ = require_base64_vlq();
|
|
18532
18533
|
var util3 = require_util();
|
|
@@ -18796,7 +18797,7 @@ var require_source_map_generator = __commonJS((exports) => {
|
|
|
18796
18797
|
exports.SourceMapGenerator = SourceMapGenerator;
|
|
18797
18798
|
});
|
|
18798
18799
|
|
|
18799
|
-
// ../
|
|
18800
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
|
|
18800
18801
|
var require_binary_search = __commonJS((exports) => {
|
|
18801
18802
|
exports.GREATEST_LOWER_BOUND = 1;
|
|
18802
18803
|
exports.LEAST_UPPER_BOUND = 2;
|
|
@@ -18843,7 +18844,7 @@ var require_binary_search = __commonJS((exports) => {
|
|
|
18843
18844
|
};
|
|
18844
18845
|
});
|
|
18845
18846
|
|
|
18846
|
-
// ../
|
|
18847
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
|
|
18847
18848
|
var require_quick_sort = __commonJS((exports) => {
|
|
18848
18849
|
function swap(ary, x, y) {
|
|
18849
18850
|
var temp = ary[x];
|
|
@@ -18876,7 +18877,7 @@ var require_quick_sort = __commonJS((exports) => {
|
|
|
18876
18877
|
};
|
|
18877
18878
|
});
|
|
18878
18879
|
|
|
18879
|
-
// ../
|
|
18880
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
|
|
18880
18881
|
var require_source_map_consumer = __commonJS((exports) => {
|
|
18881
18882
|
var util3 = require_util();
|
|
18882
18883
|
var binarySearch = require_binary_search();
|
|
@@ -19445,7 +19446,7 @@ var require_source_map_consumer = __commonJS((exports) => {
|
|
|
19445
19446
|
exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
|
|
19446
19447
|
});
|
|
19447
19448
|
|
|
19448
|
-
// ../
|
|
19449
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
|
|
19449
19450
|
var require_source_node = __commonJS((exports) => {
|
|
19450
19451
|
var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19451
19452
|
var util3 = require_util();
|
|
@@ -19699,14 +19700,14 @@ var require_source_node = __commonJS((exports) => {
|
|
|
19699
19700
|
exports.SourceNode = SourceNode;
|
|
19700
19701
|
});
|
|
19701
19702
|
|
|
19702
|
-
// ../
|
|
19703
|
+
// ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
|
|
19703
19704
|
var require_source_map = __commonJS((exports) => {
|
|
19704
19705
|
exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
19705
19706
|
exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
|
|
19706
19707
|
exports.SourceNode = require_source_node().SourceNode;
|
|
19707
19708
|
});
|
|
19708
19709
|
|
|
19709
|
-
// ../
|
|
19710
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
19710
19711
|
var require_code_gen = __commonJS((exports, module) => {
|
|
19711
19712
|
exports.__esModule = true;
|
|
19712
19713
|
var _utils = require_utils();
|
|
@@ -19839,7 +19840,7 @@ var require_code_gen = __commonJS((exports, module) => {
|
|
|
19839
19840
|
module.exports = exports["default"];
|
|
19840
19841
|
});
|
|
19841
19842
|
|
|
19842
|
-
// ../
|
|
19843
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
19843
19844
|
var require_javascript_compiler = __commonJS((exports, module) => {
|
|
19844
19845
|
exports.__esModule = true;
|
|
19845
19846
|
function _interopRequireDefault(obj) {
|
|
@@ -20607,7 +20608,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
|
|
|
20607
20608
|
module.exports = exports["default"];
|
|
20608
20609
|
});
|
|
20609
20610
|
|
|
20610
|
-
// ../
|
|
20611
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
|
|
20611
20612
|
var require_handlebars = __commonJS((exports, module) => {
|
|
20612
20613
|
exports.__esModule = true;
|
|
20613
20614
|
function _interopRequireDefault(obj) {
|
|
@@ -20651,7 +20652,7 @@ var require_handlebars = __commonJS((exports, module) => {
|
|
|
20651
20652
|
module.exports = exports["default"];
|
|
20652
20653
|
});
|
|
20653
20654
|
|
|
20654
|
-
// ../
|
|
20655
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
20655
20656
|
var require_printer = __commonJS((exports) => {
|
|
20656
20657
|
exports.__esModule = true;
|
|
20657
20658
|
exports.print = print;
|
|
@@ -20795,7 +20796,7 @@ var require_printer = __commonJS((exports) => {
|
|
|
20795
20796
|
};
|
|
20796
20797
|
});
|
|
20797
20798
|
|
|
20798
|
-
// ../
|
|
20799
|
+
// ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
|
|
20799
20800
|
var require_lib = __commonJS((exports, module) => {
|
|
20800
20801
|
var handlebars = require_handlebars()["default"];
|
|
20801
20802
|
var printer = require_printer();
|
|
@@ -23313,7 +23314,7 @@ function generateCompose(opts) {
|
|
|
23313
23314
|
telemetryDisabled,
|
|
23314
23315
|
posthogKeyOverride,
|
|
23315
23316
|
posthogHostOverride
|
|
23316
|
-
}, bundledSkillsPoolDir, hostControlEnabled);
|
|
23317
|
+
}, bundledSkillsPoolDir, hostControlEnabled, opts.operatorUid);
|
|
23317
23318
|
}
|
|
23318
23319
|
lines.push(`volumes:`);
|
|
23319
23320
|
for (const a of describeAgents(config)) {
|
|
@@ -23338,7 +23339,7 @@ function generateCompose(opts) {
|
|
|
23338
23339
|
return lines.join(`
|
|
23339
23340
|
`);
|
|
23340
23341
|
}
|
|
23341
|
-
function emitAgentService(lines, a, imageTag, buildMode, buildContext, homePrefix, hostHomeForChecks, switchroomConfigPath, containerNamePrefix, posthog, bundledSkillsPoolDir, hostControlEnabled) {
|
|
23342
|
+
function emitAgentService(lines, a, imageTag, buildMode, buildContext, homePrefix, hostHomeForChecks, switchroomConfigPath, containerNamePrefix, posthog, bundledSkillsPoolDir, hostControlEnabled, operatorUid) {
|
|
23342
23343
|
lines.push(` agent-${a.name}:`);
|
|
23343
23344
|
emitImageOrBuild(lines, "agent", imageTag, buildMode, buildContext);
|
|
23344
23345
|
lines.push(` container_name: ${containerNamePrefix}-${a.name}`);
|
|
@@ -23418,6 +23419,9 @@ function emitAgentService(lines, a, imageTag, buildMode, buildContext, homePrefi
|
|
|
23418
23419
|
if (a.admin === true) {
|
|
23419
23420
|
env2.SWITCHROOM_AGENT_ADMIN = "true";
|
|
23420
23421
|
}
|
|
23422
|
+
if (operatorUid !== undefined) {
|
|
23423
|
+
env2.SWITCHROOM_WEBHOOK_RECEIVER_UID = String(operatorUid);
|
|
23424
|
+
}
|
|
23421
23425
|
for (const [k, v] of Object.entries(a.userEnv)) {
|
|
23422
23426
|
if (env2[k] === undefined)
|
|
23423
23427
|
env2[k] = v;
|
|
@@ -32940,7 +32944,7 @@ function deriveSlug(inputs, existing) {
|
|
|
32940
32944
|
return `${base}_${n}`;
|
|
32941
32945
|
}
|
|
32942
32946
|
|
|
32943
|
-
// ../
|
|
32947
|
+
// ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
32944
32948
|
var require_lib2 = __commonJS((exports2) => {
|
|
32945
32949
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
32946
32950
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -32987,7 +32991,7 @@ var require_lib2 = __commonJS((exports2) => {
|
|
|
32987
32991
|
exports2.binarySearch = binarySearch;
|
|
32988
32992
|
});
|
|
32989
32993
|
|
|
32990
|
-
// ../
|
|
32994
|
+
// ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
32991
32995
|
var require_structured_source = __commonJS((exports2) => {
|
|
32992
32996
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
32993
32997
|
exports2.StructuredSource = undefined;
|
|
@@ -33042,13 +33046,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
33042
33046
|
}
|
|
33043
33047
|
exports2.StructuredSource = StructuredSource;
|
|
33044
33048
|
});
|
|
33045
|
-
// ../
|
|
33049
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
33046
33050
|
var import_structured_source;
|
|
33047
33051
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
33048
33052
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
33049
33053
|
});
|
|
33050
33054
|
|
|
33051
|
-
// ../
|
|
33055
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
33052
33056
|
class EventEmitter {
|
|
33053
33057
|
#listeners = new Map;
|
|
33054
33058
|
on(type, listener) {
|
|
@@ -33087,9 +33091,9 @@ class EventEmitter {
|
|
|
33087
33091
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
33088
33092
|
}
|
|
33089
33093
|
}
|
|
33090
|
-
// ../
|
|
33094
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
33091
33095
|
var init_RuleContext = () => {};
|
|
33092
|
-
// ../
|
|
33096
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
33093
33097
|
class SecretLintProfiler {
|
|
33094
33098
|
perf;
|
|
33095
33099
|
entries = [];
|
|
@@ -33146,7 +33150,7 @@ class SecretLintProfiler {
|
|
|
33146
33150
|
}
|
|
33147
33151
|
}
|
|
33148
33152
|
|
|
33149
|
-
// ../
|
|
33153
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
33150
33154
|
import perf_hooks from "node:perf_hooks";
|
|
33151
33155
|
|
|
33152
33156
|
class NullPerformanceObserver {
|
|
@@ -33161,19 +33165,19 @@ var init_node = __esm(() => {
|
|
|
33161
33165
|
});
|
|
33162
33166
|
});
|
|
33163
33167
|
|
|
33164
|
-
// ../
|
|
33168
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
33165
33169
|
var init_RunningEvents = __esm(() => {
|
|
33166
33170
|
init_node();
|
|
33167
33171
|
});
|
|
33168
33172
|
|
|
33169
|
-
// ../
|
|
33173
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
33170
33174
|
var init_RulePresetContext = __esm(() => {
|
|
33171
33175
|
init_RuleContext();
|
|
33172
33176
|
});
|
|
33173
|
-
// ../
|
|
33177
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
33174
33178
|
var init_messages = () => {};
|
|
33175
33179
|
|
|
33176
|
-
// ../
|
|
33180
|
+
// ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
33177
33181
|
var require_ms = __commonJS((exports2, module) => {
|
|
33178
33182
|
var s = 1000;
|
|
33179
33183
|
var m = s * 60;
|
|
@@ -33283,7 +33287,7 @@ var require_ms = __commonJS((exports2, module) => {
|
|
|
33283
33287
|
}
|
|
33284
33288
|
});
|
|
33285
33289
|
|
|
33286
|
-
// ../
|
|
33290
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
33287
33291
|
var require_common = __commonJS((exports2, module) => {
|
|
33288
33292
|
function setup(env2) {
|
|
33289
33293
|
createDebug.debug = createDebug;
|
|
@@ -33458,7 +33462,7 @@ var require_common = __commonJS((exports2, module) => {
|
|
|
33458
33462
|
module.exports = setup;
|
|
33459
33463
|
});
|
|
33460
33464
|
|
|
33461
|
-
// ../
|
|
33465
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
33462
33466
|
var require_browser = __commonJS((exports2, module) => {
|
|
33463
33467
|
exports2.formatArgs = formatArgs;
|
|
33464
33468
|
exports2.save = save;
|
|
@@ -33618,7 +33622,7 @@ var require_browser = __commonJS((exports2, module) => {
|
|
|
33618
33622
|
};
|
|
33619
33623
|
});
|
|
33620
33624
|
|
|
33621
|
-
// ../
|
|
33625
|
+
// ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
33622
33626
|
var require_has_flag = __commonJS((exports2, module) => {
|
|
33623
33627
|
module.exports = (flag, argv = process.argv) => {
|
|
33624
33628
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -33628,7 +33632,7 @@ var require_has_flag = __commonJS((exports2, module) => {
|
|
|
33628
33632
|
};
|
|
33629
33633
|
});
|
|
33630
33634
|
|
|
33631
|
-
// ../
|
|
33635
|
+
// ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
33632
33636
|
var require_supports_color = __commonJS((exports2, module) => {
|
|
33633
33637
|
var os5 = __require("os");
|
|
33634
33638
|
var tty2 = __require("tty");
|
|
@@ -33727,7 +33731,7 @@ var require_supports_color = __commonJS((exports2, module) => {
|
|
|
33727
33731
|
};
|
|
33728
33732
|
});
|
|
33729
33733
|
|
|
33730
|
-
// ../
|
|
33734
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
33731
33735
|
var require_node = __commonJS((exports2, module) => {
|
|
33732
33736
|
var tty2 = __require("tty");
|
|
33733
33737
|
var util3 = __require("util");
|
|
@@ -33898,7 +33902,7 @@ var require_node = __commonJS((exports2, module) => {
|
|
|
33898
33902
|
};
|
|
33899
33903
|
});
|
|
33900
33904
|
|
|
33901
|
-
// ../
|
|
33905
|
+
// ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
33902
33906
|
var require_src = __commonJS((exports2, module) => {
|
|
33903
33907
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
33904
33908
|
module.exports = require_browser();
|
|
@@ -33907,7 +33911,7 @@ var require_src = __commonJS((exports2, module) => {
|
|
|
33907
33911
|
}
|
|
33908
33912
|
});
|
|
33909
33913
|
|
|
33910
|
-
// ../
|
|
33914
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
33911
33915
|
var import_debug, debug;
|
|
33912
33916
|
var init_module = __esm(() => {
|
|
33913
33917
|
init_SecretLintSourceCodeImpl();
|
|
@@ -33920,7 +33924,7 @@ var init_module = __esm(() => {
|
|
|
33920
33924
|
debug = import_debug.default("@secretlint/core");
|
|
33921
33925
|
});
|
|
33922
33926
|
|
|
33923
|
-
// ../
|
|
33927
|
+
// ../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
33924
33928
|
function requireLodash_uniq() {
|
|
33925
33929
|
if (hasRequiredLodash_uniq)
|
|
33926
33930
|
return lodash_uniq;
|
|
@@ -35603,7 +35607,7 @@ var init_secretlint_source = __esm(() => {
|
|
|
35603
35607
|
init_suppressor();
|
|
35604
35608
|
});
|
|
35605
35609
|
|
|
35606
|
-
// ../
|
|
35610
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
35607
35611
|
function $constructor(name, initializer, params) {
|
|
35608
35612
|
function init(inst, def) {
|
|
35609
35613
|
var _a;
|
|
@@ -35666,7 +35670,7 @@ var init_core = __esm(() => {
|
|
|
35666
35670
|
globalConfig = {};
|
|
35667
35671
|
});
|
|
35668
35672
|
|
|
35669
|
-
// ../
|
|
35673
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
35670
35674
|
var exports_util = {};
|
|
35671
35675
|
__export(exports_util, {
|
|
35672
35676
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -36182,7 +36186,7 @@ var init_util2 = __esm(() => {
|
|
|
36182
36186
|
};
|
|
36183
36187
|
});
|
|
36184
36188
|
|
|
36185
|
-
// ../
|
|
36189
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
36186
36190
|
function flattenError(error, mapper = (issue2) => issue2.message) {
|
|
36187
36191
|
const fieldErrors = {};
|
|
36188
36192
|
const formErrors = [];
|
|
@@ -36260,7 +36264,7 @@ var init_errors2 = __esm(() => {
|
|
|
36260
36264
|
$ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
36261
36265
|
});
|
|
36262
36266
|
|
|
36263
|
-
// ../
|
|
36267
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
36264
36268
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
36265
36269
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
36266
36270
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -36312,7 +36316,7 @@ var init_parse = __esm(() => {
|
|
|
36312
36316
|
safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
|
|
36313
36317
|
});
|
|
36314
36318
|
|
|
36315
|
-
// ../
|
|
36319
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
36316
36320
|
function emoji() {
|
|
36317
36321
|
return new RegExp(_emoji, "u");
|
|
36318
36322
|
}
|
|
@@ -36369,7 +36373,7 @@ var init_regexes = __esm(() => {
|
|
|
36369
36373
|
uppercase = /^[^a-z]*$/;
|
|
36370
36374
|
});
|
|
36371
36375
|
|
|
36372
|
-
// ../
|
|
36376
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
36373
36377
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
|
|
36374
36378
|
var init_checks = __esm(() => {
|
|
36375
36379
|
init_core();
|
|
@@ -36759,7 +36763,7 @@ var init_checks = __esm(() => {
|
|
|
36759
36763
|
});
|
|
36760
36764
|
});
|
|
36761
36765
|
|
|
36762
|
-
// ../
|
|
36766
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
36763
36767
|
class Doc {
|
|
36764
36768
|
constructor(args = []) {
|
|
36765
36769
|
this.content = [];
|
|
@@ -36797,7 +36801,7 @@ class Doc {
|
|
|
36797
36801
|
}
|
|
36798
36802
|
}
|
|
36799
36803
|
|
|
36800
|
-
// ../
|
|
36804
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
36801
36805
|
var version2;
|
|
36802
36806
|
var init_versions = __esm(() => {
|
|
36803
36807
|
version2 = {
|
|
@@ -36807,7 +36811,7 @@ var init_versions = __esm(() => {
|
|
|
36807
36811
|
};
|
|
36808
36812
|
});
|
|
36809
36813
|
|
|
36810
|
-
// ../
|
|
36814
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
36811
36815
|
function isValidBase64(data) {
|
|
36812
36816
|
if (data === "")
|
|
36813
36817
|
return true;
|
|
@@ -38049,7 +38053,7 @@ var init_schemas = __esm(() => {
|
|
|
38049
38053
|
});
|
|
38050
38054
|
});
|
|
38051
38055
|
|
|
38052
|
-
// ../
|
|
38056
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
38053
38057
|
function en_default2() {
|
|
38054
38058
|
return {
|
|
38055
38059
|
localeError: error()
|
|
@@ -38169,10 +38173,10 @@ var init_en2 = __esm(() => {
|
|
|
38169
38173
|
init_util2();
|
|
38170
38174
|
});
|
|
38171
38175
|
|
|
38172
|
-
// ../
|
|
38176
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
38173
38177
|
var init_locales = () => {};
|
|
38174
38178
|
|
|
38175
|
-
// ../
|
|
38179
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
38176
38180
|
class $ZodRegistry {
|
|
38177
38181
|
constructor() {
|
|
38178
38182
|
this._map = new Map;
|
|
@@ -38225,7 +38229,7 @@ var init_registries = __esm(() => {
|
|
|
38225
38229
|
globalRegistry = /* @__PURE__ */ registry();
|
|
38226
38230
|
});
|
|
38227
38231
|
|
|
38228
|
-
// ../
|
|
38232
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
38229
38233
|
function _string(Class2, params) {
|
|
38230
38234
|
return new Class2({
|
|
38231
38235
|
type: "string",
|
|
@@ -38665,16 +38669,16 @@ var init_api = __esm(() => {
|
|
|
38665
38669
|
init_util2();
|
|
38666
38670
|
});
|
|
38667
38671
|
|
|
38668
|
-
// ../
|
|
38672
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
38669
38673
|
var init_function = () => {};
|
|
38670
38674
|
|
|
38671
|
-
// ../
|
|
38675
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
38672
38676
|
var init_to_json_schema = () => {};
|
|
38673
38677
|
|
|
38674
|
-
// ../
|
|
38678
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
38675
38679
|
var init_json_schema = () => {};
|
|
38676
38680
|
|
|
38677
|
-
// ../
|
|
38681
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
38678
38682
|
var init_core2 = __esm(() => {
|
|
38679
38683
|
init_util2();
|
|
38680
38684
|
init_regexes();
|
|
@@ -38692,24 +38696,24 @@ var init_core2 = __esm(() => {
|
|
|
38692
38696
|
init_to_json_schema();
|
|
38693
38697
|
});
|
|
38694
38698
|
|
|
38695
|
-
// ../
|
|
38699
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
38696
38700
|
var init_parse2 = __esm(() => {
|
|
38697
38701
|
init_core2();
|
|
38698
38702
|
});
|
|
38699
38703
|
|
|
38700
|
-
// ../
|
|
38704
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
38701
38705
|
var init_schemas2 = () => {};
|
|
38702
38706
|
|
|
38703
|
-
// ../
|
|
38707
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
38704
38708
|
var init_checks2 = () => {};
|
|
38705
38709
|
|
|
38706
|
-
// ../
|
|
38710
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
38707
38711
|
var init_iso = () => {};
|
|
38708
38712
|
|
|
38709
|
-
// ../
|
|
38713
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
38710
38714
|
var init_coerce = () => {};
|
|
38711
38715
|
|
|
38712
|
-
// ../
|
|
38716
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
38713
38717
|
var init_external2 = __esm(() => {
|
|
38714
38718
|
init_core2();
|
|
38715
38719
|
init_locales();
|
|
@@ -38720,17 +38724,17 @@ var init_external2 = __esm(() => {
|
|
|
38720
38724
|
init_checks2();
|
|
38721
38725
|
});
|
|
38722
38726
|
|
|
38723
|
-
// ../
|
|
38727
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
38724
38728
|
var init_mini = __esm(() => {
|
|
38725
38729
|
init_external2();
|
|
38726
38730
|
});
|
|
38727
38731
|
|
|
38728
|
-
// ../
|
|
38732
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
38729
38733
|
var init_v4_mini = __esm(() => {
|
|
38730
38734
|
init_mini();
|
|
38731
38735
|
});
|
|
38732
38736
|
|
|
38733
|
-
// ../
|
|
38737
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
38734
38738
|
function isZ4Schema(s) {
|
|
38735
38739
|
const schema = s;
|
|
38736
38740
|
return !!schema._zod;
|
|
@@ -38796,12 +38800,12 @@ var init_zod_compat = __esm(() => {
|
|
|
38796
38800
|
init_v4_mini();
|
|
38797
38801
|
});
|
|
38798
38802
|
|
|
38799
|
-
// ../
|
|
38803
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
38800
38804
|
var init_checks3 = __esm(() => {
|
|
38801
38805
|
init_core2();
|
|
38802
38806
|
});
|
|
38803
38807
|
|
|
38804
|
-
// ../
|
|
38808
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
38805
38809
|
var exports_iso2 = {};
|
|
38806
38810
|
__export(exports_iso2, {
|
|
38807
38811
|
time: () => time2,
|
|
@@ -38847,7 +38851,7 @@ var init_iso2 = __esm(() => {
|
|
|
38847
38851
|
});
|
|
38848
38852
|
});
|
|
38849
38853
|
|
|
38850
|
-
// ../
|
|
38854
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
38851
38855
|
var initializer2 = (inst, issues) => {
|
|
38852
38856
|
$ZodError.init(inst, issues);
|
|
38853
38857
|
inst.name = "ZodError";
|
|
@@ -38880,7 +38884,7 @@ var init_errors3 = __esm(() => {
|
|
|
38880
38884
|
});
|
|
38881
38885
|
});
|
|
38882
38886
|
|
|
38883
|
-
// ../
|
|
38887
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
38884
38888
|
var parse4, parseAsync2, safeParse3, safeParseAsync2;
|
|
38885
38889
|
var init_parse3 = __esm(() => {
|
|
38886
38890
|
init_core2();
|
|
@@ -38891,7 +38895,7 @@ var init_parse3 = __esm(() => {
|
|
|
38891
38895
|
safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
|
|
38892
38896
|
});
|
|
38893
38897
|
|
|
38894
|
-
// ../
|
|
38898
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
38895
38899
|
function string2(params) {
|
|
38896
38900
|
return _string(ZodString2, params);
|
|
38897
38901
|
}
|
|
@@ -39505,13 +39509,13 @@ var init_schemas3 = __esm(() => {
|
|
|
39505
39509
|
});
|
|
39506
39510
|
});
|
|
39507
39511
|
|
|
39508
|
-
// ../
|
|
39512
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
39509
39513
|
var init_compat = () => {};
|
|
39510
39514
|
|
|
39511
|
-
// ../
|
|
39515
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
39512
39516
|
var init_coerce2 = () => {};
|
|
39513
39517
|
|
|
39514
|
-
// ../
|
|
39518
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
39515
39519
|
var init_external3 = __esm(() => {
|
|
39516
39520
|
init_core2();
|
|
39517
39521
|
init_core2();
|
|
@@ -39527,17 +39531,17 @@ var init_external3 = __esm(() => {
|
|
|
39527
39531
|
config(en_default2());
|
|
39528
39532
|
});
|
|
39529
39533
|
|
|
39530
|
-
// ../
|
|
39534
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
39531
39535
|
var init_classic = __esm(() => {
|
|
39532
39536
|
init_external3();
|
|
39533
39537
|
});
|
|
39534
39538
|
|
|
39535
|
-
// ../
|
|
39539
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
39536
39540
|
var init_v4 = __esm(() => {
|
|
39537
39541
|
init_classic();
|
|
39538
39542
|
});
|
|
39539
39543
|
|
|
39540
|
-
// ../
|
|
39544
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
39541
39545
|
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;
|
|
39542
39546
|
var init_types2 = __esm(() => {
|
|
39543
39547
|
init_v4();
|
|
@@ -40365,65 +40369,65 @@ var init_types2 = __esm(() => {
|
|
|
40365
40369
|
};
|
|
40366
40370
|
});
|
|
40367
40371
|
|
|
40368
|
-
// ../
|
|
40372
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
40369
40373
|
function isTerminal(status) {
|
|
40370
40374
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
40371
40375
|
}
|
|
40372
40376
|
|
|
40373
|
-
// ../
|
|
40377
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
40374
40378
|
var ignoreOverride;
|
|
40375
40379
|
var init_Options = __esm(() => {
|
|
40376
40380
|
ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
40377
40381
|
});
|
|
40378
40382
|
|
|
40379
|
-
// ../
|
|
40383
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
40380
40384
|
var init_Refs = __esm(() => {
|
|
40381
40385
|
init_Options();
|
|
40382
40386
|
});
|
|
40383
|
-
// ../
|
|
40387
|
+
// ../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
|
|
40384
40388
|
var init_any = () => {};
|
|
40385
40389
|
|
|
40386
|
-
// ../
|
|
40390
|
+
// ../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
|
|
40387
40391
|
var init_array = __esm(() => {
|
|
40388
40392
|
init_parseDef();
|
|
40389
40393
|
});
|
|
40390
40394
|
|
|
40391
|
-
// ../
|
|
40395
|
+
// ../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
|
|
40392
40396
|
var init_bigint = () => {};
|
|
40393
|
-
// ../
|
|
40397
|
+
// ../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
|
|
40394
40398
|
var init_branded = __esm(() => {
|
|
40395
40399
|
init_parseDef();
|
|
40396
40400
|
});
|
|
40397
40401
|
|
|
40398
|
-
// ../
|
|
40402
|
+
// ../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
|
|
40399
40403
|
var init_catch = __esm(() => {
|
|
40400
40404
|
init_parseDef();
|
|
40401
40405
|
});
|
|
40402
40406
|
|
|
40403
|
-
// ../
|
|
40407
|
+
// ../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
|
|
40404
40408
|
var init_date = () => {};
|
|
40405
40409
|
|
|
40406
|
-
// ../
|
|
40410
|
+
// ../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
|
|
40407
40411
|
var init_default = __esm(() => {
|
|
40408
40412
|
init_parseDef();
|
|
40409
40413
|
});
|
|
40410
40414
|
|
|
40411
|
-
// ../
|
|
40415
|
+
// ../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
|
|
40412
40416
|
var init_effects = __esm(() => {
|
|
40413
40417
|
init_parseDef();
|
|
40414
40418
|
init_any();
|
|
40415
40419
|
});
|
|
40416
|
-
// ../
|
|
40420
|
+
// ../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
|
|
40417
40421
|
var init_intersection = __esm(() => {
|
|
40418
40422
|
init_parseDef();
|
|
40419
40423
|
});
|
|
40420
|
-
// ../
|
|
40424
|
+
// ../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
|
|
40421
40425
|
var ALPHA_NUMERIC;
|
|
40422
40426
|
var init_string = __esm(() => {
|
|
40423
40427
|
ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
40424
40428
|
});
|
|
40425
40429
|
|
|
40426
|
-
// ../
|
|
40430
|
+
// ../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
|
|
40427
40431
|
var init_record = __esm(() => {
|
|
40428
40432
|
init_parseDef();
|
|
40429
40433
|
init_string();
|
|
@@ -40431,77 +40435,77 @@ var init_record = __esm(() => {
|
|
|
40431
40435
|
init_any();
|
|
40432
40436
|
});
|
|
40433
40437
|
|
|
40434
|
-
// ../
|
|
40438
|
+
// ../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
|
|
40435
40439
|
var init_map = __esm(() => {
|
|
40436
40440
|
init_parseDef();
|
|
40437
40441
|
init_record();
|
|
40438
40442
|
init_any();
|
|
40439
40443
|
});
|
|
40440
|
-
// ../
|
|
40444
|
+
// ../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
|
|
40441
40445
|
var init_never = __esm(() => {
|
|
40442
40446
|
init_any();
|
|
40443
40447
|
});
|
|
40444
|
-
// ../
|
|
40448
|
+
// ../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
|
|
40445
40449
|
var init_union = __esm(() => {
|
|
40446
40450
|
init_parseDef();
|
|
40447
40451
|
});
|
|
40448
40452
|
|
|
40449
|
-
// ../
|
|
40453
|
+
// ../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
|
|
40450
40454
|
var init_nullable = __esm(() => {
|
|
40451
40455
|
init_parseDef();
|
|
40452
40456
|
init_union();
|
|
40453
40457
|
});
|
|
40454
40458
|
|
|
40455
|
-
// ../
|
|
40459
|
+
// ../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
|
|
40456
40460
|
var init_number = () => {};
|
|
40457
40461
|
|
|
40458
|
-
// ../
|
|
40462
|
+
// ../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
|
|
40459
40463
|
var init_object = __esm(() => {
|
|
40460
40464
|
init_parseDef();
|
|
40461
40465
|
});
|
|
40462
40466
|
|
|
40463
|
-
// ../
|
|
40467
|
+
// ../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
|
|
40464
40468
|
var init_optional = __esm(() => {
|
|
40465
40469
|
init_parseDef();
|
|
40466
40470
|
init_any();
|
|
40467
40471
|
});
|
|
40468
40472
|
|
|
40469
|
-
// ../
|
|
40473
|
+
// ../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
|
|
40470
40474
|
var init_pipeline = __esm(() => {
|
|
40471
40475
|
init_parseDef();
|
|
40472
40476
|
});
|
|
40473
40477
|
|
|
40474
|
-
// ../
|
|
40478
|
+
// ../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
|
|
40475
40479
|
var init_promise = __esm(() => {
|
|
40476
40480
|
init_parseDef();
|
|
40477
40481
|
});
|
|
40478
40482
|
|
|
40479
|
-
// ../
|
|
40483
|
+
// ../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
|
|
40480
40484
|
var init_set = __esm(() => {
|
|
40481
40485
|
init_parseDef();
|
|
40482
40486
|
});
|
|
40483
40487
|
|
|
40484
|
-
// ../
|
|
40488
|
+
// ../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
|
|
40485
40489
|
var init_tuple = __esm(() => {
|
|
40486
40490
|
init_parseDef();
|
|
40487
40491
|
});
|
|
40488
40492
|
|
|
40489
|
-
// ../
|
|
40493
|
+
// ../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
|
|
40490
40494
|
var init_undefined = __esm(() => {
|
|
40491
40495
|
init_any();
|
|
40492
40496
|
});
|
|
40493
40497
|
|
|
40494
|
-
// ../
|
|
40498
|
+
// ../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
|
|
40495
40499
|
var init_unknown = __esm(() => {
|
|
40496
40500
|
init_any();
|
|
40497
40501
|
});
|
|
40498
40502
|
|
|
40499
|
-
// ../
|
|
40503
|
+
// ../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
|
|
40500
40504
|
var init_readonly = __esm(() => {
|
|
40501
40505
|
init_parseDef();
|
|
40502
40506
|
});
|
|
40503
40507
|
|
|
40504
|
-
// ../
|
|
40508
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
40505
40509
|
var init_selectParser = __esm(() => {
|
|
40506
40510
|
init_any();
|
|
40507
40511
|
init_array();
|
|
@@ -40530,24 +40534,24 @@ var init_selectParser = __esm(() => {
|
|
|
40530
40534
|
init_readonly();
|
|
40531
40535
|
});
|
|
40532
40536
|
|
|
40533
|
-
// ../
|
|
40537
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
40534
40538
|
var init_parseDef = __esm(() => {
|
|
40535
40539
|
init_Options();
|
|
40536
40540
|
init_selectParser();
|
|
40537
40541
|
init_any();
|
|
40538
40542
|
});
|
|
40539
40543
|
|
|
40540
|
-
// ../
|
|
40544
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
40541
40545
|
var init_parseTypes = () => {};
|
|
40542
40546
|
|
|
40543
|
-
// ../
|
|
40547
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
40544
40548
|
var init_zodToJsonSchema = __esm(() => {
|
|
40545
40549
|
init_parseDef();
|
|
40546
40550
|
init_Refs();
|
|
40547
40551
|
init_any();
|
|
40548
40552
|
});
|
|
40549
40553
|
|
|
40550
|
-
// ../
|
|
40554
|
+
// ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
40551
40555
|
var init_esm = __esm(() => {
|
|
40552
40556
|
init_zodToJsonSchema();
|
|
40553
40557
|
init_Options();
|
|
@@ -40583,7 +40587,7 @@ var init_esm = __esm(() => {
|
|
|
40583
40587
|
init_zodToJsonSchema();
|
|
40584
40588
|
});
|
|
40585
40589
|
|
|
40586
|
-
// ../
|
|
40590
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
40587
40591
|
function getMethodLiteral(schema) {
|
|
40588
40592
|
const shape = getObjectShape(schema);
|
|
40589
40593
|
const methodSchema = shape?.method;
|
|
@@ -40608,7 +40612,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
40608
40612
|
init_esm();
|
|
40609
40613
|
});
|
|
40610
40614
|
|
|
40611
|
-
// ../
|
|
40615
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
40612
40616
|
class Protocol {
|
|
40613
40617
|
constructor(_options) {
|
|
40614
40618
|
this._options = _options;
|
|
@@ -41453,7 +41457,7 @@ var init_protocol4 = __esm(() => {
|
|
|
41453
41457
|
init_zod_json_schema_compat();
|
|
41454
41458
|
});
|
|
41455
41459
|
|
|
41456
|
-
// ../
|
|
41460
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
41457
41461
|
var require_code = __commonJS((exports2) => {
|
|
41458
41462
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41459
41463
|
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;
|
|
@@ -41607,7 +41611,7 @@ var require_code = __commonJS((exports2) => {
|
|
|
41607
41611
|
exports2.regexpCode = regexpCode;
|
|
41608
41612
|
});
|
|
41609
41613
|
|
|
41610
|
-
// ../
|
|
41614
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
41611
41615
|
var require_scope = __commonJS((exports2) => {
|
|
41612
41616
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41613
41617
|
exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
|
|
@@ -41753,7 +41757,7 @@ var require_scope = __commonJS((exports2) => {
|
|
|
41753
41757
|
exports2.ValueScope = ValueScope;
|
|
41754
41758
|
});
|
|
41755
41759
|
|
|
41756
|
-
// ../
|
|
41760
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
41757
41761
|
var require_codegen = __commonJS((exports2) => {
|
|
41758
41762
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
41759
41763
|
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;
|
|
@@ -42463,7 +42467,7 @@ var require_codegen = __commonJS((exports2) => {
|
|
|
42463
42467
|
}
|
|
42464
42468
|
});
|
|
42465
42469
|
|
|
42466
|
-
// ../
|
|
42470
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
|
|
42467
42471
|
var require_util2 = __commonJS((exports2) => {
|
|
42468
42472
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42469
42473
|
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;
|
|
@@ -42627,7 +42631,7 @@ var require_util2 = __commonJS((exports2) => {
|
|
|
42627
42631
|
exports2.checkStrictMode = checkStrictMode;
|
|
42628
42632
|
});
|
|
42629
42633
|
|
|
42630
|
-
// ../
|
|
42634
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
|
|
42631
42635
|
var require_names = __commonJS((exports2) => {
|
|
42632
42636
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42633
42637
|
var codegen_1 = require_codegen();
|
|
@@ -42652,7 +42656,7 @@ var require_names = __commonJS((exports2) => {
|
|
|
42652
42656
|
exports2.default = names;
|
|
42653
42657
|
});
|
|
42654
42658
|
|
|
42655
|
-
// ../
|
|
42659
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
|
|
42656
42660
|
var require_errors2 = __commonJS((exports2) => {
|
|
42657
42661
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42658
42662
|
exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
|
|
@@ -42770,7 +42774,7 @@ var require_errors2 = __commonJS((exports2) => {
|
|
|
42770
42774
|
}
|
|
42771
42775
|
});
|
|
42772
42776
|
|
|
42773
|
-
// ../
|
|
42777
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
42774
42778
|
var require_boolSchema = __commonJS((exports2) => {
|
|
42775
42779
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42776
42780
|
exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
|
|
@@ -42818,7 +42822,7 @@ var require_boolSchema = __commonJS((exports2) => {
|
|
|
42818
42822
|
}
|
|
42819
42823
|
});
|
|
42820
42824
|
|
|
42821
|
-
// ../
|
|
42825
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
|
|
42822
42826
|
var require_rules = __commonJS((exports2) => {
|
|
42823
42827
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42824
42828
|
exports2.getRules = exports2.isJSONType = undefined;
|
|
@@ -42846,7 +42850,7 @@ var require_rules = __commonJS((exports2) => {
|
|
|
42846
42850
|
exports2.getRules = getRules;
|
|
42847
42851
|
});
|
|
42848
42852
|
|
|
42849
|
-
// ../
|
|
42853
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
42850
42854
|
var require_applicability = __commonJS((exports2) => {
|
|
42851
42855
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42852
42856
|
exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
|
|
@@ -42866,7 +42870,7 @@ var require_applicability = __commonJS((exports2) => {
|
|
|
42866
42870
|
exports2.shouldUseRule = shouldUseRule;
|
|
42867
42871
|
});
|
|
42868
42872
|
|
|
42869
|
-
// ../
|
|
42873
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
42870
42874
|
var require_dataType = __commonJS((exports2) => {
|
|
42871
42875
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42872
42876
|
exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
|
|
@@ -43047,7 +43051,7 @@ var require_dataType = __commonJS((exports2) => {
|
|
|
43047
43051
|
}
|
|
43048
43052
|
});
|
|
43049
43053
|
|
|
43050
|
-
// ../
|
|
43054
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
43051
43055
|
var require_defaults = __commonJS((exports2) => {
|
|
43052
43056
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43053
43057
|
exports2.assignDefaults = undefined;
|
|
@@ -43081,7 +43085,7 @@ var require_defaults = __commonJS((exports2) => {
|
|
|
43081
43085
|
}
|
|
43082
43086
|
});
|
|
43083
43087
|
|
|
43084
|
-
// ../
|
|
43088
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
|
|
43085
43089
|
var require_code2 = __commonJS((exports2) => {
|
|
43086
43090
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43087
43091
|
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;
|
|
@@ -43210,7 +43214,7 @@ var require_code2 = __commonJS((exports2) => {
|
|
|
43210
43214
|
exports2.validateUnion = validateUnion;
|
|
43211
43215
|
});
|
|
43212
43216
|
|
|
43213
|
-
// ../
|
|
43217
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
43214
43218
|
var require_keyword = __commonJS((exports2) => {
|
|
43215
43219
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43216
43220
|
exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
|
|
@@ -43325,7 +43329,7 @@ var require_keyword = __commonJS((exports2) => {
|
|
|
43325
43329
|
exports2.validateKeywordUsage = validateKeywordUsage;
|
|
43326
43330
|
});
|
|
43327
43331
|
|
|
43328
|
-
// ../
|
|
43332
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
43329
43333
|
var require_subschema = __commonJS((exports2) => {
|
|
43330
43334
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43331
43335
|
exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
|
|
@@ -43405,7 +43409,7 @@ var require_subschema = __commonJS((exports2) => {
|
|
|
43405
43409
|
exports2.extendSubschemaMode = extendSubschemaMode;
|
|
43406
43410
|
});
|
|
43407
43411
|
|
|
43408
|
-
// ../
|
|
43412
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
43409
43413
|
var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
43410
43414
|
module.exports = function equal(a, b) {
|
|
43411
43415
|
if (a === b)
|
|
@@ -43447,7 +43451,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
|
|
|
43447
43451
|
};
|
|
43448
43452
|
});
|
|
43449
43453
|
|
|
43450
|
-
// ../
|
|
43454
|
+
// ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
43451
43455
|
var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
43452
43456
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
43453
43457
|
if (typeof opts == "function") {
|
|
@@ -43530,7 +43534,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
|
|
|
43530
43534
|
}
|
|
43531
43535
|
});
|
|
43532
43536
|
|
|
43533
|
-
// ../
|
|
43537
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
|
|
43534
43538
|
var require_resolve = __commonJS((exports2) => {
|
|
43535
43539
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43536
43540
|
exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
|
|
@@ -43683,7 +43687,7 @@ var require_resolve = __commonJS((exports2) => {
|
|
|
43683
43687
|
exports2.getSchemaRefs = getSchemaRefs;
|
|
43684
43688
|
});
|
|
43685
43689
|
|
|
43686
|
-
// ../
|
|
43690
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
|
|
43687
43691
|
var require_validate = __commonJS((exports2) => {
|
|
43688
43692
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
43689
43693
|
exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
|
|
@@ -44188,7 +44192,7 @@ var require_validate = __commonJS((exports2) => {
|
|
|
44188
44192
|
exports2.getData = getData;
|
|
44189
44193
|
});
|
|
44190
44194
|
|
|
44191
|
-
// ../
|
|
44195
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
44192
44196
|
var require_validation_error = __commonJS((exports2) => {
|
|
44193
44197
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44194
44198
|
|
|
@@ -44202,7 +44206,7 @@ var require_validation_error = __commonJS((exports2) => {
|
|
|
44202
44206
|
exports2.default = ValidationError;
|
|
44203
44207
|
});
|
|
44204
44208
|
|
|
44205
|
-
// ../
|
|
44209
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
|
|
44206
44210
|
var require_ref_error = __commonJS((exports2) => {
|
|
44207
44211
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44208
44212
|
var resolve_1 = require_resolve();
|
|
@@ -44217,7 +44221,7 @@ var require_ref_error = __commonJS((exports2) => {
|
|
|
44217
44221
|
exports2.default = MissingRefError;
|
|
44218
44222
|
});
|
|
44219
44223
|
|
|
44220
|
-
// ../
|
|
44224
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
|
|
44221
44225
|
var require_compile = __commonJS((exports2) => {
|
|
44222
44226
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
44223
44227
|
exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
|
|
@@ -44438,7 +44442,7 @@ var require_compile = __commonJS((exports2) => {
|
|
|
44438
44442
|
}
|
|
44439
44443
|
});
|
|
44440
44444
|
|
|
44441
|
-
// ../
|
|
44445
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
|
|
44442
44446
|
var require_data = __commonJS((exports2, module) => {
|
|
44443
44447
|
module.exports = {
|
|
44444
44448
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -44455,7 +44459,7 @@ var require_data = __commonJS((exports2, module) => {
|
|
|
44455
44459
|
};
|
|
44456
44460
|
});
|
|
44457
44461
|
|
|
44458
|
-
// ../
|
|
44462
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
|
|
44459
44463
|
var require_utils2 = __commonJS((exports2, module) => {
|
|
44460
44464
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
44461
44465
|
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);
|
|
@@ -44710,7 +44714,7 @@ var require_utils2 = __commonJS((exports2, module) => {
|
|
|
44710
44714
|
};
|
|
44711
44715
|
});
|
|
44712
44716
|
|
|
44713
|
-
// ../
|
|
44717
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
|
|
44714
44718
|
var require_schemes = __commonJS((exports2, module) => {
|
|
44715
44719
|
var { isUUID } = require_utils2();
|
|
44716
44720
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -44884,7 +44888,7 @@ var require_schemes = __commonJS((exports2, module) => {
|
|
|
44884
44888
|
};
|
|
44885
44889
|
});
|
|
44886
44890
|
|
|
44887
|
-
// ../
|
|
44891
|
+
// ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
|
|
44888
44892
|
var require_fast_uri = __commonJS((exports2, module) => {
|
|
44889
44893
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
|
|
44890
44894
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -45135,7 +45139,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
|
|
|
45135
45139
|
module.exports.fastUri = fastUri;
|
|
45136
45140
|
});
|
|
45137
45141
|
|
|
45138
|
-
// ../
|
|
45142
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
|
|
45139
45143
|
var require_uri = __commonJS((exports2) => {
|
|
45140
45144
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45141
45145
|
var uri = require_fast_uri();
|
|
@@ -45143,7 +45147,7 @@ var require_uri = __commonJS((exports2) => {
|
|
|
45143
45147
|
exports2.default = uri;
|
|
45144
45148
|
});
|
|
45145
45149
|
|
|
45146
|
-
// ../
|
|
45150
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
|
|
45147
45151
|
var require_core = __commonJS((exports2) => {
|
|
45148
45152
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45149
45153
|
exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
|
|
@@ -45736,7 +45740,7 @@ var require_core = __commonJS((exports2) => {
|
|
|
45736
45740
|
}
|
|
45737
45741
|
});
|
|
45738
45742
|
|
|
45739
|
-
// ../
|
|
45743
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
45740
45744
|
var require_id = __commonJS((exports2) => {
|
|
45741
45745
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45742
45746
|
var def = {
|
|
@@ -45748,7 +45752,7 @@ var require_id = __commonJS((exports2) => {
|
|
|
45748
45752
|
exports2.default = def;
|
|
45749
45753
|
});
|
|
45750
45754
|
|
|
45751
|
-
// ../
|
|
45755
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
45752
45756
|
var require_ref = __commonJS((exports2) => {
|
|
45753
45757
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45754
45758
|
exports2.callRef = exports2.getValidate = undefined;
|
|
@@ -45867,7 +45871,7 @@ var require_ref = __commonJS((exports2) => {
|
|
|
45867
45871
|
exports2.default = def;
|
|
45868
45872
|
});
|
|
45869
45873
|
|
|
45870
|
-
// ../
|
|
45874
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
45871
45875
|
var require_core2 = __commonJS((exports2) => {
|
|
45872
45876
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45873
45877
|
var id_1 = require_id();
|
|
@@ -45885,7 +45889,7 @@ var require_core2 = __commonJS((exports2) => {
|
|
|
45885
45889
|
exports2.default = core2;
|
|
45886
45890
|
});
|
|
45887
45891
|
|
|
45888
|
-
// ../
|
|
45892
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
45889
45893
|
var require_limitNumber = __commonJS((exports2) => {
|
|
45890
45894
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45891
45895
|
var codegen_1 = require_codegen();
|
|
@@ -45914,7 +45918,7 @@ var require_limitNumber = __commonJS((exports2) => {
|
|
|
45914
45918
|
exports2.default = def;
|
|
45915
45919
|
});
|
|
45916
45920
|
|
|
45917
|
-
// ../
|
|
45921
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
45918
45922
|
var require_multipleOf = __commonJS((exports2) => {
|
|
45919
45923
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45920
45924
|
var codegen_1 = require_codegen();
|
|
@@ -45939,7 +45943,7 @@ var require_multipleOf = __commonJS((exports2) => {
|
|
|
45939
45943
|
exports2.default = def;
|
|
45940
45944
|
});
|
|
45941
45945
|
|
|
45942
|
-
// ../
|
|
45946
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
45943
45947
|
var require_ucs2length = __commonJS((exports2) => {
|
|
45944
45948
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45945
45949
|
function ucs2length(str) {
|
|
@@ -45962,7 +45966,7 @@ var require_ucs2length = __commonJS((exports2) => {
|
|
|
45962
45966
|
ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
45963
45967
|
});
|
|
45964
45968
|
|
|
45965
|
-
// ../
|
|
45969
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
45966
45970
|
var require_limitLength = __commonJS((exports2) => {
|
|
45967
45971
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45968
45972
|
var codegen_1 = require_codegen();
|
|
@@ -45991,7 +45995,7 @@ var require_limitLength = __commonJS((exports2) => {
|
|
|
45991
45995
|
exports2.default = def;
|
|
45992
45996
|
});
|
|
45993
45997
|
|
|
45994
|
-
// ../
|
|
45998
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
45995
45999
|
var require_pattern = __commonJS((exports2) => {
|
|
45996
46000
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
45997
46001
|
var code_1 = require_code2();
|
|
@@ -46025,7 +46029,7 @@ var require_pattern = __commonJS((exports2) => {
|
|
|
46025
46029
|
exports2.default = def;
|
|
46026
46030
|
});
|
|
46027
46031
|
|
|
46028
|
-
// ../
|
|
46032
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
46029
46033
|
var require_limitProperties = __commonJS((exports2) => {
|
|
46030
46034
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46031
46035
|
var codegen_1 = require_codegen();
|
|
@@ -46051,7 +46055,7 @@ var require_limitProperties = __commonJS((exports2) => {
|
|
|
46051
46055
|
exports2.default = def;
|
|
46052
46056
|
});
|
|
46053
46057
|
|
|
46054
|
-
// ../
|
|
46058
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
46055
46059
|
var require_required = __commonJS((exports2) => {
|
|
46056
46060
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46057
46061
|
var code_1 = require_code2();
|
|
@@ -46130,7 +46134,7 @@ var require_required = __commonJS((exports2) => {
|
|
|
46130
46134
|
exports2.default = def;
|
|
46131
46135
|
});
|
|
46132
46136
|
|
|
46133
|
-
// ../
|
|
46137
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
46134
46138
|
var require_limitItems = __commonJS((exports2) => {
|
|
46135
46139
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46136
46140
|
var codegen_1 = require_codegen();
|
|
@@ -46156,7 +46160,7 @@ var require_limitItems = __commonJS((exports2) => {
|
|
|
46156
46160
|
exports2.default = def;
|
|
46157
46161
|
});
|
|
46158
46162
|
|
|
46159
|
-
// ../
|
|
46163
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
|
|
46160
46164
|
var require_equal = __commonJS((exports2) => {
|
|
46161
46165
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46162
46166
|
var equal = require_fast_deep_equal();
|
|
@@ -46164,7 +46168,7 @@ var require_equal = __commonJS((exports2) => {
|
|
|
46164
46168
|
exports2.default = equal;
|
|
46165
46169
|
});
|
|
46166
46170
|
|
|
46167
|
-
// ../
|
|
46171
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
46168
46172
|
var require_uniqueItems = __commonJS((exports2) => {
|
|
46169
46173
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46170
46174
|
var dataType_1 = require_dataType();
|
|
@@ -46228,7 +46232,7 @@ var require_uniqueItems = __commonJS((exports2) => {
|
|
|
46228
46232
|
exports2.default = def;
|
|
46229
46233
|
});
|
|
46230
46234
|
|
|
46231
|
-
// ../
|
|
46235
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
46232
46236
|
var require_const = __commonJS((exports2) => {
|
|
46233
46237
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46234
46238
|
var codegen_1 = require_codegen();
|
|
@@ -46254,7 +46258,7 @@ var require_const = __commonJS((exports2) => {
|
|
|
46254
46258
|
exports2.default = def;
|
|
46255
46259
|
});
|
|
46256
46260
|
|
|
46257
|
-
// ../
|
|
46261
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
46258
46262
|
var require_enum = __commonJS((exports2) => {
|
|
46259
46263
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46260
46264
|
var codegen_1 = require_codegen();
|
|
@@ -46300,7 +46304,7 @@ var require_enum = __commonJS((exports2) => {
|
|
|
46300
46304
|
exports2.default = def;
|
|
46301
46305
|
});
|
|
46302
46306
|
|
|
46303
|
-
// ../
|
|
46307
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
46304
46308
|
var require_validation = __commonJS((exports2) => {
|
|
46305
46309
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46306
46310
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -46330,7 +46334,7 @@ var require_validation = __commonJS((exports2) => {
|
|
|
46330
46334
|
exports2.default = validation;
|
|
46331
46335
|
});
|
|
46332
46336
|
|
|
46333
|
-
// ../
|
|
46337
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
46334
46338
|
var require_additionalItems = __commonJS((exports2) => {
|
|
46335
46339
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46336
46340
|
exports2.validateAdditionalItems = undefined;
|
|
@@ -46380,7 +46384,7 @@ var require_additionalItems = __commonJS((exports2) => {
|
|
|
46380
46384
|
exports2.default = def;
|
|
46381
46385
|
});
|
|
46382
46386
|
|
|
46383
|
-
// ../
|
|
46387
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
46384
46388
|
var require_items = __commonJS((exports2) => {
|
|
46385
46389
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46386
46390
|
exports2.validateTuple = undefined;
|
|
@@ -46434,7 +46438,7 @@ var require_items = __commonJS((exports2) => {
|
|
|
46434
46438
|
exports2.default = def;
|
|
46435
46439
|
});
|
|
46436
46440
|
|
|
46437
|
-
// ../
|
|
46441
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
46438
46442
|
var require_prefixItems = __commonJS((exports2) => {
|
|
46439
46443
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46440
46444
|
var items_1 = require_items();
|
|
@@ -46448,7 +46452,7 @@ var require_prefixItems = __commonJS((exports2) => {
|
|
|
46448
46452
|
exports2.default = def;
|
|
46449
46453
|
});
|
|
46450
46454
|
|
|
46451
|
-
// ../
|
|
46455
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
46452
46456
|
var require_items2020 = __commonJS((exports2) => {
|
|
46453
46457
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46454
46458
|
var codegen_1 = require_codegen();
|
|
@@ -46480,7 +46484,7 @@ var require_items2020 = __commonJS((exports2) => {
|
|
|
46480
46484
|
exports2.default = def;
|
|
46481
46485
|
});
|
|
46482
46486
|
|
|
46483
|
-
// ../
|
|
46487
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
46484
46488
|
var require_contains = __commonJS((exports2) => {
|
|
46485
46489
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46486
46490
|
var codegen_1 = require_codegen();
|
|
@@ -46571,7 +46575,7 @@ var require_contains = __commonJS((exports2) => {
|
|
|
46571
46575
|
exports2.default = def;
|
|
46572
46576
|
});
|
|
46573
46577
|
|
|
46574
|
-
// ../
|
|
46578
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
46575
46579
|
var require_dependencies = __commonJS((exports2) => {
|
|
46576
46580
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46577
46581
|
exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
|
|
@@ -46656,7 +46660,7 @@ var require_dependencies = __commonJS((exports2) => {
|
|
|
46656
46660
|
exports2.default = def;
|
|
46657
46661
|
});
|
|
46658
46662
|
|
|
46659
|
-
// ../
|
|
46663
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
46660
46664
|
var require_propertyNames = __commonJS((exports2) => {
|
|
46661
46665
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46662
46666
|
var codegen_1 = require_codegen();
|
|
@@ -46696,7 +46700,7 @@ var require_propertyNames = __commonJS((exports2) => {
|
|
|
46696
46700
|
exports2.default = def;
|
|
46697
46701
|
});
|
|
46698
46702
|
|
|
46699
|
-
// ../
|
|
46703
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
46700
46704
|
var require_additionalProperties = __commonJS((exports2) => {
|
|
46701
46705
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46702
46706
|
var code_1 = require_code2();
|
|
@@ -46799,7 +46803,7 @@ var require_additionalProperties = __commonJS((exports2) => {
|
|
|
46799
46803
|
exports2.default = def;
|
|
46800
46804
|
});
|
|
46801
46805
|
|
|
46802
|
-
// ../
|
|
46806
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
46803
46807
|
var require_properties = __commonJS((exports2) => {
|
|
46804
46808
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46805
46809
|
var validate_1 = require_validate();
|
|
@@ -46854,7 +46858,7 @@ var require_properties = __commonJS((exports2) => {
|
|
|
46854
46858
|
exports2.default = def;
|
|
46855
46859
|
});
|
|
46856
46860
|
|
|
46857
|
-
// ../
|
|
46861
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
46858
46862
|
var require_patternProperties = __commonJS((exports2) => {
|
|
46859
46863
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46860
46864
|
var code_1 = require_code2();
|
|
@@ -46925,7 +46929,7 @@ var require_patternProperties = __commonJS((exports2) => {
|
|
|
46925
46929
|
exports2.default = def;
|
|
46926
46930
|
});
|
|
46927
46931
|
|
|
46928
|
-
// ../
|
|
46932
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
46929
46933
|
var require_not = __commonJS((exports2) => {
|
|
46930
46934
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46931
46935
|
var util_1 = require_util2();
|
|
@@ -46953,7 +46957,7 @@ var require_not = __commonJS((exports2) => {
|
|
|
46953
46957
|
exports2.default = def;
|
|
46954
46958
|
});
|
|
46955
46959
|
|
|
46956
|
-
// ../
|
|
46960
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
46957
46961
|
var require_anyOf = __commonJS((exports2) => {
|
|
46958
46962
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46959
46963
|
var code_1 = require_code2();
|
|
@@ -46967,7 +46971,7 @@ var require_anyOf = __commonJS((exports2) => {
|
|
|
46967
46971
|
exports2.default = def;
|
|
46968
46972
|
});
|
|
46969
46973
|
|
|
46970
|
-
// ../
|
|
46974
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
46971
46975
|
var require_oneOf = __commonJS((exports2) => {
|
|
46972
46976
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
46973
46977
|
var codegen_1 = require_codegen();
|
|
@@ -47022,7 +47026,7 @@ var require_oneOf = __commonJS((exports2) => {
|
|
|
47022
47026
|
exports2.default = def;
|
|
47023
47027
|
});
|
|
47024
47028
|
|
|
47025
|
-
// ../
|
|
47029
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
47026
47030
|
var require_allOf = __commonJS((exports2) => {
|
|
47027
47031
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47028
47032
|
var util_1 = require_util2();
|
|
@@ -47046,7 +47050,7 @@ var require_allOf = __commonJS((exports2) => {
|
|
|
47046
47050
|
exports2.default = def;
|
|
47047
47051
|
});
|
|
47048
47052
|
|
|
47049
|
-
// ../
|
|
47053
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
47050
47054
|
var require_if2 = __commonJS((exports2) => {
|
|
47051
47055
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47052
47056
|
var codegen_1 = require_codegen();
|
|
@@ -47112,7 +47116,7 @@ var require_if2 = __commonJS((exports2) => {
|
|
|
47112
47116
|
exports2.default = def;
|
|
47113
47117
|
});
|
|
47114
47118
|
|
|
47115
|
-
// ../
|
|
47119
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
47116
47120
|
var require_thenElse = __commonJS((exports2) => {
|
|
47117
47121
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47118
47122
|
var util_1 = require_util2();
|
|
@@ -47127,7 +47131,7 @@ var require_thenElse = __commonJS((exports2) => {
|
|
|
47127
47131
|
exports2.default = def;
|
|
47128
47132
|
});
|
|
47129
47133
|
|
|
47130
|
-
// ../
|
|
47134
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
47131
47135
|
var require_applicator = __commonJS((exports2) => {
|
|
47132
47136
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47133
47137
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -47170,7 +47174,7 @@ var require_applicator = __commonJS((exports2) => {
|
|
|
47170
47174
|
exports2.default = getApplicator;
|
|
47171
47175
|
});
|
|
47172
47176
|
|
|
47173
|
-
// ../
|
|
47177
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
47174
47178
|
var require_format = __commonJS((exports2) => {
|
|
47175
47179
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47176
47180
|
var codegen_1 = require_codegen();
|
|
@@ -47257,7 +47261,7 @@ var require_format = __commonJS((exports2) => {
|
|
|
47257
47261
|
exports2.default = def;
|
|
47258
47262
|
});
|
|
47259
47263
|
|
|
47260
|
-
// ../
|
|
47264
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
47261
47265
|
var require_format2 = __commonJS((exports2) => {
|
|
47262
47266
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47263
47267
|
var format_1 = require_format();
|
|
@@ -47265,7 +47269,7 @@ var require_format2 = __commonJS((exports2) => {
|
|
|
47265
47269
|
exports2.default = format;
|
|
47266
47270
|
});
|
|
47267
47271
|
|
|
47268
|
-
// ../
|
|
47272
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
47269
47273
|
var require_metadata = __commonJS((exports2) => {
|
|
47270
47274
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47271
47275
|
exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
|
|
@@ -47285,7 +47289,7 @@ var require_metadata = __commonJS((exports2) => {
|
|
|
47285
47289
|
];
|
|
47286
47290
|
});
|
|
47287
47291
|
|
|
47288
|
-
// ../
|
|
47292
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
47289
47293
|
var require_draft7 = __commonJS((exports2) => {
|
|
47290
47294
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47291
47295
|
var core_1 = require_core2();
|
|
@@ -47304,7 +47308,7 @@ var require_draft7 = __commonJS((exports2) => {
|
|
|
47304
47308
|
exports2.default = draft7Vocabularies;
|
|
47305
47309
|
});
|
|
47306
47310
|
|
|
47307
|
-
// ../
|
|
47311
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
47308
47312
|
var require_types = __commonJS((exports2) => {
|
|
47309
47313
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47310
47314
|
exports2.DiscrError = undefined;
|
|
@@ -47315,7 +47319,7 @@ var require_types = __commonJS((exports2) => {
|
|
|
47315
47319
|
})(DiscrError || (exports2.DiscrError = DiscrError = {}));
|
|
47316
47320
|
});
|
|
47317
47321
|
|
|
47318
|
-
// ../
|
|
47322
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
47319
47323
|
var require_discriminator = __commonJS((exports2) => {
|
|
47320
47324
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47321
47325
|
var codegen_1 = require_codegen();
|
|
@@ -47417,7 +47421,7 @@ var require_discriminator = __commonJS((exports2) => {
|
|
|
47417
47421
|
exports2.default = def;
|
|
47418
47422
|
});
|
|
47419
47423
|
|
|
47420
|
-
// ../
|
|
47424
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
47421
47425
|
var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
47422
47426
|
module.exports = {
|
|
47423
47427
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
@@ -47572,7 +47576,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
|
|
|
47572
47576
|
};
|
|
47573
47577
|
});
|
|
47574
47578
|
|
|
47575
|
-
// ../
|
|
47579
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
|
|
47576
47580
|
var require_ajv = __commonJS((exports2, module) => {
|
|
47577
47581
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47578
47582
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
|
|
@@ -47640,7 +47644,7 @@ var require_ajv = __commonJS((exports2, module) => {
|
|
|
47640
47644
|
} });
|
|
47641
47645
|
});
|
|
47642
47646
|
|
|
47643
|
-
// ../
|
|
47647
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
47644
47648
|
var require_formats = __commonJS((exports2) => {
|
|
47645
47649
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47646
47650
|
exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
|
|
@@ -47817,7 +47821,7 @@ var require_formats = __commonJS((exports2) => {
|
|
|
47817
47821
|
}
|
|
47818
47822
|
});
|
|
47819
47823
|
|
|
47820
|
-
// ../
|
|
47824
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
47821
47825
|
var require_limit = __commonJS((exports2) => {
|
|
47822
47826
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47823
47827
|
exports2.formatLimitDefinition = undefined;
|
|
@@ -47886,7 +47890,7 @@ var require_limit = __commonJS((exports2) => {
|
|
|
47886
47890
|
exports2.default = formatLimitPlugin;
|
|
47887
47891
|
});
|
|
47888
47892
|
|
|
47889
|
-
// ../
|
|
47893
|
+
// ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
47890
47894
|
var require_dist2 = __commonJS((exports2, module) => {
|
|
47891
47895
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47892
47896
|
var formats_1 = require_formats();
|
|
@@ -47925,7 +47929,7 @@ var require_dist2 = __commonJS((exports2, module) => {
|
|
|
47925
47929
|
exports2.default = formatsPlugin;
|
|
47926
47930
|
});
|
|
47927
47931
|
|
|
47928
|
-
// ../
|
|
47932
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
47929
47933
|
function createDefaultAjvInstance() {
|
|
47930
47934
|
const ajv = new import_ajv.default({
|
|
47931
47935
|
strict: false,
|
|
@@ -47968,7 +47972,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
47968
47972
|
import_ajv_formats = __toESM(require_dist2(), 1);
|
|
47969
47973
|
});
|
|
47970
47974
|
|
|
47971
|
-
// ../
|
|
47975
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
47972
47976
|
class ExperimentalServerTasks {
|
|
47973
47977
|
constructor(_server) {
|
|
47974
47978
|
this._server = _server;
|
|
@@ -48049,7 +48053,7 @@ var init_server = __esm(() => {
|
|
|
48049
48053
|
init_types2();
|
|
48050
48054
|
});
|
|
48051
48055
|
|
|
48052
|
-
// ../
|
|
48056
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
48053
48057
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
48054
48058
|
if (!requests) {
|
|
48055
48059
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -48084,7 +48088,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
48084
48088
|
}
|
|
48085
48089
|
}
|
|
48086
48090
|
|
|
48087
|
-
// ../
|
|
48091
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48088
48092
|
var Server;
|
|
48089
48093
|
var init_server2 = __esm(() => {
|
|
48090
48094
|
init_protocol4();
|
|
@@ -48425,7 +48429,7 @@ var init_server2 = __esm(() => {
|
|
|
48425
48429
|
};
|
|
48426
48430
|
});
|
|
48427
48431
|
|
|
48428
|
-
// ../
|
|
48432
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
48429
48433
|
class ReadBuffer {
|
|
48430
48434
|
append(chunk2) {
|
|
48431
48435
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
|
|
@@ -48458,7 +48462,7 @@ var init_stdio = __esm(() => {
|
|
|
48458
48462
|
init_types2();
|
|
48459
48463
|
});
|
|
48460
48464
|
|
|
48461
|
-
// ../
|
|
48465
|
+
// ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
48462
48466
|
import process3 from "node:process";
|
|
48463
48467
|
|
|
48464
48468
|
class StdioServerTransport {
|
|
@@ -49387,7 +49391,7 @@ var init_server4 = __esm(() => {
|
|
|
49387
49391
|
];
|
|
49388
49392
|
});
|
|
49389
49393
|
|
|
49390
|
-
// ../
|
|
49394
|
+
// ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
49391
49395
|
var import__ = __toESM(require_commander(), 1);
|
|
49392
49396
|
var {
|
|
49393
49397
|
program,
|
|
@@ -49404,8 +49408,8 @@ var {
|
|
|
49404
49408
|
} = import__.default;
|
|
49405
49409
|
|
|
49406
49410
|
// src/build-info.ts
|
|
49407
|
-
var VERSION = "0.14.
|
|
49408
|
-
var COMMIT_SHA = "
|
|
49411
|
+
var VERSION = "0.14.10";
|
|
49412
|
+
var COMMIT_SHA = "0cd391b5";
|
|
49409
49413
|
|
|
49410
49414
|
// src/cli/agent.ts
|
|
49411
49415
|
init_source();
|
|
@@ -59329,7 +59333,7 @@ function createAuditLogger(opts = {}) {
|
|
|
59329
59333
|
// src/vault/grants.ts
|
|
59330
59334
|
import { randomBytes as randomBytes8 } from "node:crypto";
|
|
59331
59335
|
|
|
59332
|
-
// ../
|
|
59336
|
+
// ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
|
|
59333
59337
|
import nodeCrypto from "crypto";
|
|
59334
59338
|
var randomFallback = null;
|
|
59335
59339
|
function randomBytes7(len) {
|
|
@@ -66187,7 +66191,7 @@ function readRecentFires(jsonlPath) {
|
|
|
66187
66191
|
// src/web/api.ts
|
|
66188
66192
|
init_client3();
|
|
66189
66193
|
|
|
66190
|
-
// ../
|
|
66194
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
66191
66195
|
import { dirname as dirname7, posix, sep as sep2 } from "path";
|
|
66192
66196
|
function createModulerModifier() {
|
|
66193
66197
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -66223,7 +66227,7 @@ function normalizeWindowsPath(path4) {
|
|
|
66223
66227
|
return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
66224
66228
|
}
|
|
66225
66229
|
|
|
66226
|
-
// ../
|
|
66230
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
66227
66231
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
66228
66232
|
if ("flags" in flagsResponse) {
|
|
66229
66233
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -66294,7 +66298,7 @@ var parsePayload = (response) => {
|
|
|
66294
66298
|
}
|
|
66295
66299
|
};
|
|
66296
66300
|
|
|
66297
|
-
// ../
|
|
66301
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
66298
66302
|
function isGzipSupported() {
|
|
66299
66303
|
return "CompressionStream" in globalThis;
|
|
66300
66304
|
}
|
|
@@ -66314,7 +66318,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
66314
66318
|
}
|
|
66315
66319
|
}
|
|
66316
66320
|
|
|
66317
|
-
// ../
|
|
66321
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
66318
66322
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
66319
66323
|
var DIGITS = "0123456789abcdef";
|
|
66320
66324
|
|
|
@@ -66492,7 +66496,7 @@ var defaultGenerator;
|
|
|
66492
66496
|
var uuidv7 = () => uuidv7obj().toString();
|
|
66493
66497
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
66494
66498
|
|
|
66495
|
-
// ../
|
|
66499
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
66496
66500
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
66497
66501
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
66498
66502
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -66525,7 +66529,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
66525
66529
|
return PostHogPersistedProperty;
|
|
66526
66530
|
}({});
|
|
66527
66531
|
|
|
66528
|
-
// ../
|
|
66532
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
66529
66533
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
66530
66534
|
"amazonbot",
|
|
66531
66535
|
"amazonproductbot",
|
|
@@ -66614,7 +66618,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
66614
66618
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
66615
66619
|
});
|
|
66616
66620
|
};
|
|
66617
|
-
// ../
|
|
66621
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
66618
66622
|
var nativeIsArray = Array.isArray;
|
|
66619
66623
|
var ObjProto = Object.prototype;
|
|
66620
66624
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -66651,7 +66655,7 @@ function isInstanceOf(candidate, base) {
|
|
|
66651
66655
|
}
|
|
66652
66656
|
}
|
|
66653
66657
|
|
|
66654
|
-
// ../
|
|
66658
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
66655
66659
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
66656
66660
|
if (min > max) {
|
|
66657
66661
|
logger.warn("min cannot be greater than max.");
|
|
@@ -66671,7 +66675,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
66671
66675
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
66672
66676
|
}
|
|
66673
66677
|
|
|
66674
|
-
// ../
|
|
66678
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
66675
66679
|
var ONE_DAY_IN_MS = 86400000;
|
|
66676
66680
|
|
|
66677
66681
|
class BucketedRateLimiter {
|
|
@@ -66715,7 +66719,7 @@ class BucketedRateLimiter {
|
|
|
66715
66719
|
this._buckets = {};
|
|
66716
66720
|
}
|
|
66717
66721
|
}
|
|
66718
|
-
// ../
|
|
66722
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
66719
66723
|
class PromiseQueue {
|
|
66720
66724
|
add(promise) {
|
|
66721
66725
|
const promiseUUID = uuidv7();
|
|
@@ -66741,7 +66745,7 @@ class PromiseQueue {
|
|
|
66741
66745
|
this.promiseByIds = {};
|
|
66742
66746
|
}
|
|
66743
66747
|
}
|
|
66744
|
-
// ../
|
|
66748
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
66745
66749
|
function createConsole(consoleLike = console) {
|
|
66746
66750
|
const lockedMethods = {
|
|
66747
66751
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -66779,7 +66783,7 @@ var passThrough = (fn) => fn();
|
|
|
66779
66783
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
66780
66784
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
66781
66785
|
}
|
|
66782
|
-
// ../
|
|
66786
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
66783
66787
|
var MOBILE = "Mobile";
|
|
66784
66788
|
var IOS = "iOS";
|
|
66785
66789
|
var ANDROID = "Android";
|
|
@@ -67036,7 +67040,7 @@ var osMatchers = [
|
|
|
67036
67040
|
]
|
|
67037
67041
|
];
|
|
67038
67042
|
|
|
67039
|
-
// ../
|
|
67043
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
67040
67044
|
var STRING_FORMAT = "utf8";
|
|
67041
67045
|
function assert(truthyValue, message) {
|
|
67042
67046
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -67084,7 +67088,7 @@ function allSettled(promises) {
|
|
|
67084
67088
|
reason
|
|
67085
67089
|
}))));
|
|
67086
67090
|
}
|
|
67087
|
-
// ../
|
|
67091
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
67088
67092
|
class SimpleEventEmitter {
|
|
67089
67093
|
constructor() {
|
|
67090
67094
|
this.events = {};
|
|
@@ -67106,7 +67110,7 @@ class SimpleEventEmitter {
|
|
|
67106
67110
|
}
|
|
67107
67111
|
}
|
|
67108
67112
|
|
|
67109
|
-
// ../
|
|
67113
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
67110
67114
|
class PostHogFetchHttpError extends Error {
|
|
67111
67115
|
constructor(response, reqByteLength) {
|
|
67112
67116
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -67821,7 +67825,7 @@ class PostHogCoreStateless {
|
|
|
67821
67825
|
return this.shutdownPromise;
|
|
67822
67826
|
}
|
|
67823
67827
|
}
|
|
67824
|
-
// ../
|
|
67828
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
67825
67829
|
var exports_error_tracking = {};
|
|
67826
67830
|
__export(exports_error_tracking, {
|
|
67827
67831
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -67845,7 +67849,7 @@ __export(exports_error_tracking, {
|
|
|
67845
67849
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
67846
67850
|
});
|
|
67847
67851
|
|
|
67848
|
-
// ../
|
|
67852
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
67849
67853
|
var parsedStackResults;
|
|
67850
67854
|
var lastKeysCount;
|
|
67851
67855
|
var cachedFilenameChunkIds;
|
|
@@ -67884,7 +67888,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
67884
67888
|
return cachedFilenameChunkIds;
|
|
67885
67889
|
}
|
|
67886
67890
|
|
|
67887
|
-
// ../
|
|
67891
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
67888
67892
|
var MAX_CAUSE_RECURSION = 4;
|
|
67889
67893
|
|
|
67890
67894
|
class ErrorPropertiesBuilder {
|
|
@@ -68006,7 +68010,7 @@ class ErrorPropertiesBuilder {
|
|
|
68006
68010
|
return context;
|
|
68007
68011
|
}
|
|
68008
68012
|
}
|
|
68009
|
-
// ../
|
|
68013
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
68010
68014
|
var UNKNOWN_FUNCTION = "?";
|
|
68011
68015
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
68012
68016
|
const frame = {
|
|
@@ -68022,7 +68026,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
68022
68026
|
return frame;
|
|
68023
68027
|
}
|
|
68024
68028
|
|
|
68025
|
-
// ../
|
|
68029
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
68026
68030
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
68027
68031
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
68028
68032
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -68035,7 +68039,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
68035
68039
|
];
|
|
68036
68040
|
};
|
|
68037
68041
|
|
|
68038
|
-
// ../
|
|
68042
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
68039
68043
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
68040
68044
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
68041
68045
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -68061,7 +68065,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
68061
68065
|
}
|
|
68062
68066
|
};
|
|
68063
68067
|
|
|
68064
|
-
// ../
|
|
68068
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
68065
68069
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
68066
68070
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
68067
68071
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -68084,14 +68088,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
68084
68088
|
}
|
|
68085
68089
|
};
|
|
68086
68090
|
|
|
68087
|
-
// ../
|
|
68091
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
68088
68092
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
68089
68093
|
var winjsStackLineParser = (line, platform) => {
|
|
68090
68094
|
const parts = winjsRegex.exec(line);
|
|
68091
68095
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
68092
68096
|
};
|
|
68093
68097
|
|
|
68094
|
-
// ../
|
|
68098
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
68095
68099
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
68096
68100
|
var opera10StackLineParser = (line, platform) => {
|
|
68097
68101
|
const parts = opera10Regex.exec(line);
|
|
@@ -68103,7 +68107,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
68103
68107
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
68104
68108
|
};
|
|
68105
68109
|
|
|
68106
|
-
// ../
|
|
68110
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
68107
68111
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
68108
68112
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
68109
68113
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -68172,7 +68176,7 @@ function _parseIntOrUndefined(input) {
|
|
|
68172
68176
|
return parseInt(input || "", 10) || undefined;
|
|
68173
68177
|
}
|
|
68174
68178
|
|
|
68175
|
-
// ../
|
|
68179
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
68176
68180
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
68177
68181
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
68178
68182
|
function reverseAndStripFrames(stack) {
|
|
@@ -68217,7 +68221,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
68217
68221
|
return reverseAndStripFrames(frames);
|
|
68218
68222
|
};
|
|
68219
68223
|
}
|
|
68220
|
-
// ../
|
|
68224
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
68221
68225
|
class DOMExceptionCoercer {
|
|
68222
68226
|
match(err) {
|
|
68223
68227
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -68247,7 +68251,7 @@ class DOMExceptionCoercer {
|
|
|
68247
68251
|
return isBuiltin(err, "DOMError");
|
|
68248
68252
|
}
|
|
68249
68253
|
}
|
|
68250
|
-
// ../
|
|
68254
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
68251
68255
|
class ErrorCoercer {
|
|
68252
68256
|
match(err) {
|
|
68253
68257
|
return isPlainError(err);
|
|
@@ -68274,7 +68278,7 @@ class ErrorCoercer {
|
|
|
68274
68278
|
return err.stacktrace || err.stack || undefined;
|
|
68275
68279
|
}
|
|
68276
68280
|
}
|
|
68277
|
-
// ../
|
|
68281
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
68278
68282
|
class ErrorEventCoercer {
|
|
68279
68283
|
constructor() {}
|
|
68280
68284
|
match(err) {
|
|
@@ -68292,7 +68296,7 @@ class ErrorEventCoercer {
|
|
|
68292
68296
|
return exceptionLike;
|
|
68293
68297
|
}
|
|
68294
68298
|
}
|
|
68295
|
-
// ../
|
|
68299
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
68296
68300
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
68297
68301
|
|
|
68298
68302
|
class StringCoercer {
|
|
@@ -68322,7 +68326,7 @@ class StringCoercer {
|
|
|
68322
68326
|
];
|
|
68323
68327
|
}
|
|
68324
68328
|
}
|
|
68325
|
-
// ../
|
|
68329
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
68326
68330
|
var severityLevels = [
|
|
68327
68331
|
"fatal",
|
|
68328
68332
|
"error",
|
|
@@ -68332,7 +68336,7 @@ var severityLevels = [
|
|
|
68332
68336
|
"debug"
|
|
68333
68337
|
];
|
|
68334
68338
|
|
|
68335
|
-
// ../
|
|
68339
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
68336
68340
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
68337
68341
|
const keys = Object.keys(err);
|
|
68338
68342
|
keys.sort();
|
|
@@ -68349,7 +68353,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
68349
68353
|
return "";
|
|
68350
68354
|
}
|
|
68351
68355
|
|
|
68352
|
-
// ../
|
|
68356
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
68353
68357
|
class ObjectCoercer {
|
|
68354
68358
|
match(candidate) {
|
|
68355
68359
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -68402,7 +68406,7 @@ class ObjectCoercer {
|
|
|
68402
68406
|
}
|
|
68403
68407
|
}
|
|
68404
68408
|
}
|
|
68405
|
-
// ../
|
|
68409
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
68406
68410
|
class EventCoercer {
|
|
68407
68411
|
match(err) {
|
|
68408
68412
|
return isEvent(err);
|
|
@@ -68417,7 +68421,7 @@ class EventCoercer {
|
|
|
68417
68421
|
};
|
|
68418
68422
|
}
|
|
68419
68423
|
}
|
|
68420
|
-
// ../
|
|
68424
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
68421
68425
|
class PrimitiveCoercer {
|
|
68422
68426
|
match(candidate) {
|
|
68423
68427
|
return isPrimitive(candidate);
|
|
@@ -68431,7 +68435,7 @@ class PrimitiveCoercer {
|
|
|
68431
68435
|
};
|
|
68432
68436
|
}
|
|
68433
68437
|
}
|
|
68434
|
-
// ../
|
|
68438
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
68435
68439
|
class PromiseRejectionEventCoercer {
|
|
68436
68440
|
match(err) {
|
|
68437
68441
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -68467,7 +68471,7 @@ class PromiseRejectionEventCoercer {
|
|
|
68467
68471
|
return error;
|
|
68468
68472
|
}
|
|
68469
68473
|
}
|
|
68470
|
-
// ../
|
|
68474
|
+
// ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
68471
68475
|
class ReduceableCache {
|
|
68472
68476
|
constructor(_maxSize) {
|
|
68473
68477
|
this._maxSize = _maxSize;
|
|
@@ -68492,7 +68496,7 @@ class ReduceableCache {
|
|
|
68492
68496
|
}
|
|
68493
68497
|
}
|
|
68494
68498
|
}
|
|
68495
|
-
// ../
|
|
68499
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
68496
68500
|
import { createReadStream } from "node:fs";
|
|
68497
68501
|
import { createInterface as createInterface5 } from "node:readline";
|
|
68498
68502
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -68710,7 +68714,7 @@ function snipLine(line, colno) {
|
|
|
68710
68714
|
return newLine;
|
|
68711
68715
|
}
|
|
68712
68716
|
|
|
68713
|
-
// ../
|
|
68717
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
68714
68718
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
68715
68719
|
let calledFatalError = false;
|
|
68716
68720
|
return Object.assign((error) => {
|
|
@@ -68742,7 +68746,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
68742
68746
|
}));
|
|
68743
68747
|
}
|
|
68744
68748
|
|
|
68745
|
-
// ../
|
|
68749
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
68746
68750
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
68747
68751
|
|
|
68748
68752
|
class ErrorTracking {
|
|
@@ -68811,10 +68815,10 @@ class ErrorTracking {
|
|
|
68811
68815
|
}
|
|
68812
68816
|
}
|
|
68813
68817
|
|
|
68814
|
-
// ../
|
|
68818
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
68815
68819
|
var version = "5.29.2";
|
|
68816
68820
|
|
|
68817
|
-
// ../
|
|
68821
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
68818
68822
|
var FeatureFlagError2 = {
|
|
68819
68823
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
68820
68824
|
FLAG_MISSING: "flag_missing",
|
|
@@ -68822,7 +68826,7 @@ var FeatureFlagError2 = {
|
|
|
68822
68826
|
UNKNOWN_ERROR: "unknown_error"
|
|
68823
68827
|
};
|
|
68824
68828
|
|
|
68825
|
-
// ../
|
|
68829
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
68826
68830
|
async function hashSHA1(text) {
|
|
68827
68831
|
const subtle = globalThis.crypto?.subtle;
|
|
68828
68832
|
if (!subtle)
|
|
@@ -68832,7 +68836,7 @@ async function hashSHA1(text) {
|
|
|
68832
68836
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
68833
68837
|
}
|
|
68834
68838
|
|
|
68835
|
-
// ../
|
|
68839
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
68836
68840
|
var SIXTY_SECONDS = 60000;
|
|
68837
68841
|
var LONG_SCALE = 1152921504606847000;
|
|
68838
68842
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -69706,7 +69710,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
69706
69710
|
}
|
|
69707
69711
|
}
|
|
69708
69712
|
|
|
69709
|
-
// ../
|
|
69713
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
69710
69714
|
class PostHogMemoryStorage {
|
|
69711
69715
|
getProperty(key) {
|
|
69712
69716
|
return this._memoryStorage[key];
|
|
@@ -69719,7 +69723,7 @@ class PostHogMemoryStorage {
|
|
|
69719
69723
|
}
|
|
69720
69724
|
}
|
|
69721
69725
|
|
|
69722
|
-
// ../
|
|
69726
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
69723
69727
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
69724
69728
|
var THIRTY_SECONDS = 30000;
|
|
69725
69729
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -70507,7 +70511,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
70507
70511
|
}
|
|
70508
70512
|
}
|
|
70509
70513
|
|
|
70510
|
-
// ../
|
|
70514
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
70511
70515
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
70512
70516
|
|
|
70513
70517
|
class PostHogContext {
|
|
@@ -70538,7 +70542,7 @@ class PostHogContext {
|
|
|
70538
70542
|
}
|
|
70539
70543
|
}
|
|
70540
70544
|
|
|
70541
|
-
// ../
|
|
70545
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
70542
70546
|
var NAME = "posthog-node";
|
|
70543
70547
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
70544
70548
|
"error"
|
|
@@ -70606,7 +70610,7 @@ class PostHogSentryIntegration {
|
|
|
70606
70610
|
};
|
|
70607
70611
|
}
|
|
70608
70612
|
}
|
|
70609
|
-
// ../
|
|
70613
|
+
// ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
70610
70614
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
70611
70615
|
new exports_error_tracking.EventCoercer,
|
|
70612
70616
|
new exports_error_tracking.ErrorCoercer,
|
|
@@ -71404,6 +71408,50 @@ function escapeHtml3(s) {
|
|
|
71404
71408
|
return s.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">");
|
|
71405
71409
|
}
|
|
71406
71410
|
|
|
71411
|
+
// src/web/webhook-ingest-client.ts
|
|
71412
|
+
import net4 from "node:net";
|
|
71413
|
+
function forwardToGateway(socketPath, req, opts = {}) {
|
|
71414
|
+
const timeoutMs = opts.timeoutMs ?? 5000;
|
|
71415
|
+
return new Promise((resolve28) => {
|
|
71416
|
+
let settled = false;
|
|
71417
|
+
let buf = "";
|
|
71418
|
+
const done = (value) => {
|
|
71419
|
+
if (settled)
|
|
71420
|
+
return;
|
|
71421
|
+
settled = true;
|
|
71422
|
+
try {
|
|
71423
|
+
conn.destroy();
|
|
71424
|
+
} catch {}
|
|
71425
|
+
resolve28(value);
|
|
71426
|
+
};
|
|
71427
|
+
const conn = net4.createConnection(socketPath);
|
|
71428
|
+
conn.setEncoding("utf8");
|
|
71429
|
+
conn.setTimeout(timeoutMs);
|
|
71430
|
+
conn.on("connect", () => {
|
|
71431
|
+
conn.write(JSON.stringify(req) + `
|
|
71432
|
+
`);
|
|
71433
|
+
});
|
|
71434
|
+
conn.on("data", (chunk) => {
|
|
71435
|
+
buf += chunk;
|
|
71436
|
+
const nl = buf.indexOf(`
|
|
71437
|
+
`);
|
|
71438
|
+
if (nl === -1)
|
|
71439
|
+
return;
|
|
71440
|
+
const line = buf.slice(0, nl);
|
|
71441
|
+
try {
|
|
71442
|
+
done(JSON.parse(line));
|
|
71443
|
+
} catch {
|
|
71444
|
+
done({ status: "error", error: "unparseable gateway response" });
|
|
71445
|
+
}
|
|
71446
|
+
});
|
|
71447
|
+
conn.on("timeout", () => done(null));
|
|
71448
|
+
conn.on("error", () => done(null));
|
|
71449
|
+
conn.on("close", () => {
|
|
71450
|
+
done(null);
|
|
71451
|
+
});
|
|
71452
|
+
});
|
|
71453
|
+
}
|
|
71454
|
+
|
|
71407
71455
|
// src/web/webhook-handler.ts
|
|
71408
71456
|
var KNOWN_SOURCES = ["github", "generic"];
|
|
71409
71457
|
function jsonReply(status, body, extraHeaders) {
|
|
@@ -71559,7 +71607,7 @@ async function handleWebhookIngest(args, deps = {}) {
|
|
|
71559
71607
|
`);
|
|
71560
71608
|
return jsonReply(401, { ok: false, error: "unauthorized" });
|
|
71561
71609
|
}
|
|
71562
|
-
if (source === "github") {
|
|
71610
|
+
if (source === "github" && !args.viaGateway) {
|
|
71563
71611
|
const deliveryId = args.headers.get("x-github-delivery");
|
|
71564
71612
|
if (deliveryId) {
|
|
71565
71613
|
const originalTs = dedupStore.check(args.agent, deliveryId, now);
|
|
@@ -71573,10 +71621,12 @@ async function handleWebhookIngest(args, deps = {}) {
|
|
|
71573
71621
|
const rpm = args.config.rateLimit?.rpm;
|
|
71574
71622
|
const retryAfter = rpm !== undefined ? rateLimiter.check(args.agent, source, rpm, now) : null;
|
|
71575
71623
|
if (retryAfter !== null) {
|
|
71576
|
-
|
|
71577
|
-
|
|
71578
|
-
|
|
71579
|
-
|
|
71624
|
+
if (!args.viaGateway) {
|
|
71625
|
+
const agentDir2 = resolveAgentDir(args.agent);
|
|
71626
|
+
const telegramDir2 = join39(agentDir2, "telegram");
|
|
71627
|
+
if (shouldWriteThrottleIssue(args.agent, source, now)) {
|
|
71628
|
+
writeThrottleIssue(args.agent, source, now, telegramDir2, log);
|
|
71629
|
+
}
|
|
71580
71630
|
}
|
|
71581
71631
|
log(`webhook-ingest: agent='${args.agent}' source='${source}' rate limited retry-after=${retryAfter}s
|
|
71582
71632
|
`);
|
|
@@ -71592,6 +71642,45 @@ async function handleWebhookIngest(args, deps = {}) {
|
|
|
71592
71642
|
}
|
|
71593
71643
|
const eventType = source === "github" ? args.headers.get("x-github-event") ?? "unknown" : args.source;
|
|
71594
71644
|
const rendered = source === "github" ? renderGithubEvent(eventType, payload) : renderGenericEvent(args.source, payload);
|
|
71645
|
+
if (args.viaGateway) {
|
|
71646
|
+
const socketPath = join39(resolveAgentDir(args.agent), "telegram", "webhook.sock");
|
|
71647
|
+
const forward = deps.forwardFn ?? forwardToGateway;
|
|
71648
|
+
const deliveryId = source === "github" ? args.headers.get("x-github-delivery") ?? undefined : undefined;
|
|
71649
|
+
let resp;
|
|
71650
|
+
try {
|
|
71651
|
+
resp = await forward(socketPath, {
|
|
71652
|
+
agent: args.agent,
|
|
71653
|
+
source,
|
|
71654
|
+
event_type: eventType,
|
|
71655
|
+
ts: now,
|
|
71656
|
+
rendered_text: rendered.text,
|
|
71657
|
+
payload,
|
|
71658
|
+
...deliveryId ? { delivery_id: deliveryId } : {}
|
|
71659
|
+
});
|
|
71660
|
+
} catch (err) {
|
|
71661
|
+
log(`webhook-ingest: agent='${args.agent}' source='${source}' gateway forward threw: ${err.message}
|
|
71662
|
+
`);
|
|
71663
|
+
resp = null;
|
|
71664
|
+
}
|
|
71665
|
+
if (resp === null) {
|
|
71666
|
+
log(`webhook-ingest: agent='${args.agent}' source='${source}' gateway unreachable
|
|
71667
|
+
`);
|
|
71668
|
+
return jsonReply(503, { ok: false, error: "gateway unavailable" });
|
|
71669
|
+
}
|
|
71670
|
+
if (resp.status === "error") {
|
|
71671
|
+
log(`webhook-ingest: agent='${args.agent}' source='${source}' gateway error: ${resp.error ?? "unknown"}
|
|
71672
|
+
`);
|
|
71673
|
+
return jsonReply(500, { ok: false, error: "gateway record failed" });
|
|
71674
|
+
}
|
|
71675
|
+
if (resp.status === "deduped") {
|
|
71676
|
+
log(`webhook-ingest: agent='${args.agent}' source='${source}' deduped (gateway) ts=${resp.ts}
|
|
71677
|
+
`);
|
|
71678
|
+
return jsonReply(200, { ok: true, deduped: true, ts: resp.ts });
|
|
71679
|
+
}
|
|
71680
|
+
log(`webhook-ingest: agent='${args.agent}' source='${source}' event='${eventType}' recorded via gateway ts=${resp.ts}
|
|
71681
|
+
`);
|
|
71682
|
+
return jsonReply(202, { ok: true, recorded: true, ts: resp.ts });
|
|
71683
|
+
}
|
|
71595
71684
|
const agentDir = resolveAgentDir(args.agent);
|
|
71596
71685
|
const telegramDir = join39(agentDir, "telegram");
|
|
71597
71686
|
const logPath = join39(telegramDir, "webhook-events.jsonl");
|
|
@@ -71768,7 +71857,8 @@ async function handleWebhookRoute(req, agent, source, config) {
|
|
|
71768
71857
|
allowedSources,
|
|
71769
71858
|
config: { secrets: agentSecrets },
|
|
71770
71859
|
agentExists: agentConfig !== undefined,
|
|
71771
|
-
dispatchConfig: agentConfig?.channels?.telegram?.webhook_dispatch
|
|
71860
|
+
dispatchConfig: agentConfig?.channels?.telegram?.webhook_dispatch,
|
|
71861
|
+
viaGateway: agentConfig?.channels?.telegram?.webhook_via_gateway === true
|
|
71772
71862
|
}, {});
|
|
71773
71863
|
return new Response(result.body, {
|
|
71774
71864
|
status: result.status,
|